From 6e97b516f43f1765e060d8f2d1a4feb948151329 Mon Sep 17 00:00:00 2001 From: amizing25 <85472093+amizing25@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:10:28 +0700 Subject: [PATCH] feat!: Refactor, Update to version 2.5.x, Add Battle Scepter --- Cargo.toml | 4 +- freesr-data.json | 8089 +- gameserver/Cargo.toml | 1 + gameserver/src/main.rs | 1 + gameserver/src/net/handlers/authentication.rs | 52 +- gameserver/src/net/handlers/avatar.rs | 79 +- gameserver/src/net/handlers/battle.rs | 110 +- gameserver/src/net/handlers/chat.rs | 377 +- gameserver/src/net/handlers/gacha.rs | 71 +- gameserver/src/net/handlers/inventory.rs | 116 +- gameserver/src/net/handlers/lineup.rs | 165 +- gameserver/src/net/handlers/mail.rs | 62 +- gameserver/src/net/handlers/mission.rs | 33 +- gameserver/src/net/handlers/mod.rs | 2 - gameserver/src/net/handlers/player.rs | 224 +- gameserver/src/net/handlers/scene.rs | 387 +- gameserver/src/net/handlers/tutorial.rs | 117 - gameserver/src/net/mod.rs | 2 - gameserver/src/net/packet.rs | 115 +- gameserver/src/net/session.rs | 5 +- gameserver/src/net/tools.rs | 46 +- gameserver/src/net/tools_res.rs | 345 - gameserver/src/tools/mod.rs | 1 + gameserver/src/tools/resources.rs | 145 + persistent | 24 +- proto/Cargo.toml | 1 + proto/build.rs | 37 + proto/out/_.rs | 62812 +- proto/proto-derive/Cargo.toml | 12 + proto/proto-derive/src/lib.rs | 27 + proto/src/cmd_types.rs | 1576 - proto/src/lib.rs | 14 +- proto/src/message.rs | 0 res.json | 662361 +++++++++++++++ resources.json | 1 - sdkserver/src/services/dispatch.rs | 11 +- sdkserver/versions.json | 22 +- versions.json | 16 +- 38 files changed, 722000 insertions(+), 15463 deletions(-) delete mode 100644 gameserver/src/net/handlers/tutorial.rs delete mode 100644 gameserver/src/net/tools_res.rs create mode 100644 gameserver/src/tools/mod.rs create mode 100644 gameserver/src/tools/resources.rs create mode 100644 proto/proto-derive/Cargo.toml create mode 100644 proto/proto-derive/src/lib.rs delete mode 100644 proto/src/cmd_types.rs create mode 100644 proto/src/message.rs create mode 100644 res.json delete mode 100644 resources.json diff --git a/Cargo.toml b/Cargo.toml index 39d8521..c5d2586 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [workspace] -members = [ "gameserver", "proto", "sdkserver"] +members = ["gameserver", "proto", "sdkserver"] resolver = "2" [workspace.package] @@ -54,6 +54,8 @@ tracing-subscriber = { version = "0.3.18", features = [ tracing-bunyan-formatter = "0.3.9" proto = { path = "proto/" } +proto-derive = { path = "proto/proto-derive" } + [profile.release] strip = true # Automatically strip symbols from the binary. diff --git a/freesr-data.json b/freesr-data.json index bc1d802..65f9e92 100644 --- a/freesr-data.json +++ b/freesr-data.json @@ -3,7 +3,7 @@ { "level": 80, "item_id": 21002, - "equip_avatar": 1001, + "equip_avatar": 0, "rank": 5, "promotion": 6, "internal_uid": 0 @@ -11,7 +11,7 @@ { "level": 80, "item_id": 24001, - "equip_avatar": 1002, + "equip_avatar": 0, "rank": 5, "promotion": 6, "internal_uid": 1 @@ -19,7 +19,7 @@ { "level": 80, "item_id": 23000, - "equip_avatar": 1003, + "equip_avatar": 0, "rank": 1, "promotion": 6, "internal_uid": 2 @@ -27,7 +27,7 @@ { "level": 80, "item_id": 23004, - "equip_avatar": 1004, + "equip_avatar": 0, "rank": 1, "promotion": 6, "internal_uid": 3 @@ -35,7 +35,7 @@ { "level": 80, "item_id": 23006, - "equip_avatar": 1005, + "equip_avatar": 0, "rank": 1, "promotion": 6, "internal_uid": 4 @@ -43,7 +43,7 @@ { "level": 80, "item_id": 22000, - "equip_avatar": 1006, + "equip_avatar": 0, "rank": 1, "promotion": 6, "internal_uid": 5 @@ -51,7 +51,7 @@ { "level": 80, "item_id": 21012, - "equip_avatar": 1008, + "equip_avatar": 0, "rank": 5, "promotion": 6, "internal_uid": 6 @@ -59,7 +59,7 @@ { "level": 80, "item_id": 21018, - "equip_avatar": 1009, + "equip_avatar": 0, "rank": 5, "promotion": 6, "internal_uid": 7 @@ -67,7 +67,7 @@ { "level": 80, "item_id": 21006, - "equip_avatar": 1013, + "equip_avatar": 0, "rank": 5, "promotion": 6, "internal_uid": 8 @@ -75,7 +75,7 @@ { "level": 80, "item_id": 23003, - "equip_avatar": 1101, + "equip_avatar": 0, "rank": 1, "promotion": 6, "internal_uid": 9 @@ -83,7 +83,7 @@ { "level": 80, "item_id": 23001, - "equip_avatar": 1102, + "equip_avatar": 1224, "rank": 1, "promotion": 6, "internal_uid": 10 @@ -91,7 +91,7 @@ { "level": 80, "item_id": 21013, - "equip_avatar": 1103, + "equip_avatar": 0, "rank": 5, "promotion": 6, "internal_uid": 11 @@ -99,7 +99,7 @@ { "level": 80, "item_id": 21009, - "equip_avatar": 1104, + "equip_avatar": 0, "rank": 1, "promotion": 6, "internal_uid": 12 @@ -107,7 +107,7 @@ { "level": 80, "item_id": 21000, - "equip_avatar": 1105, + "equip_avatar": 0, "rank": 5, "promotion": 6, "internal_uid": 13 @@ -115,7 +115,7 @@ { "level": 80, "item_id": 21015, - "equip_avatar": 1106, + "equip_avatar": 0, "rank": 5, "promotion": 6, "internal_uid": 14 @@ -123,7 +123,7 @@ { "level": 80, "item_id": 23002, - "equip_avatar": 1107, + "equip_avatar": 0, "rank": 1, "promotion": 6, "internal_uid": 15 @@ -131,7 +131,7 @@ { "level": 80, "item_id": 21008, - "equip_avatar": 1108, + "equip_avatar": 0, "rank": 5, "promotion": 6, "internal_uid": 16 @@ -139,7 +139,7 @@ { "level": 80, "item_id": 21012, - "equip_avatar": 1109, + "equip_avatar": 0, "rank": 5, "promotion": 6, "internal_uid": 17 @@ -147,7 +147,7 @@ { "level": 80, "item_id": 21014, - "equip_avatar": 1110, + "equip_avatar": 0, "rank": 5, "promotion": 6, "internal_uid": 18 @@ -155,7 +155,7 @@ { "level": 80, "item_id": 21015, - "equip_avatar": 1111, + "equip_avatar": 0, "rank": 5, "promotion": 6, "internal_uid": 19 @@ -163,7 +163,7 @@ { "level": 80, "item_id": 23016, - "equip_avatar": 1112, + "equip_avatar": 0, "rank": 1, "promotion": 6, "internal_uid": 20 @@ -171,7 +171,7 @@ { "level": 80, "item_id": 21027, - "equip_avatar": 1201, + "equip_avatar": 0, "rank": 5, "promotion": 6, "internal_uid": 21 @@ -179,7 +179,7 @@ { "level": 80, "item_id": 21018, - "equip_avatar": 1202, + "equip_avatar": 8006, "rank": 5, "promotion": 6, "internal_uid": 22 @@ -187,7 +187,7 @@ { "level": 80, "item_id": 23008, - "equip_avatar": 1203, + "equip_avatar": 0, "rank": 1, "promotion": 6, "internal_uid": 23 @@ -195,7 +195,7 @@ { "level": 80, "item_id": 23010, - "equip_avatar": 1204, + "equip_avatar": 0, "rank": 1, "promotion": 6, "internal_uid": 24 @@ -203,7 +203,7 @@ { "level": 80, "item_id": 23009, - "equip_avatar": 1205, + "equip_avatar": 0, "rank": 1, "promotion": 6, "internal_uid": 25 @@ -211,7 +211,7 @@ { "level": 80, "item_id": 21010, - "equip_avatar": 1206, + "equip_avatar": 0, "rank": 5, "promotion": 6, "internal_uid": 26 @@ -219,7 +219,7 @@ { "level": 80, "item_id": 20012, - "equip_avatar": 1207, + "equip_avatar": 0, "rank": 5, "promotion": 6, "internal_uid": 27 @@ -227,7 +227,7 @@ { "level": 80, "item_id": 23011, - "equip_avatar": 1208, + "equip_avatar": 0, "rank": 1, "promotion": 6, "internal_uid": 28 @@ -235,7 +235,7 @@ { "level": 80, "item_id": 21001, - "equip_avatar": 1210, + "equip_avatar": 0, "rank": 5, "promotion": 6, "internal_uid": 29 @@ -243,7 +243,7 @@ { "level": 80, "item_id": 23013, - "equip_avatar": 1211, + "equip_avatar": 0, "rank": 1, "promotion": 6, "internal_uid": 30 @@ -251,7 +251,7 @@ { "level": 80, "item_id": 23015, - "equip_avatar": 1213, + "equip_avatar": 0, "rank": 1, "promotion": 6, "internal_uid": 31 @@ -259,7 +259,7 @@ { "level": 80, "item_id": 24000, - "equip_avatar": 1214, + "equip_avatar": 0, "rank": 5, "promotion": 6, "internal_uid": 32 @@ -267,7 +267,7 @@ { "level": 80, "item_id": 21018, - "equip_avatar": 1215, + "equip_avatar": 0, "rank": 5, "promotion": 6, "internal_uid": 33 @@ -275,7 +275,7 @@ { "level": 80, "item_id": 23017, - "equip_avatar": 1217, + "equip_avatar": 0, "rank": 1, "promotion": 6, "internal_uid": 34 @@ -283,7 +283,7 @@ { "level": 80, "item_id": 21014, - "equip_avatar": 1301, + "equip_avatar": 0, "rank": 5, "promotion": 6, "internal_uid": 35 @@ -291,7 +291,7 @@ { "level": 80, "item_id": 23018, - "equip_avatar": 1302, + "equip_avatar": 0, "rank": 1, "promotion": 6, "internal_uid": 36 @@ -299,15 +299,15 @@ { "level": 80, "item_id": 23019, - "equip_avatar": 1303, - "rank": 5, + "equip_avatar": 0, + "rank": 1, "promotion": 6, "internal_uid": 37 }, { "level": 80, "item_id": 23023, - "equip_avatar": 1304, + "equip_avatar": 0, "rank": 1, "promotion": 6, "internal_uid": 38 @@ -315,7 +315,7 @@ { "level": 80, "item_id": 23020, - "equip_avatar": 1305, + "equip_avatar": 0, "rank": 1, "promotion": 6, "internal_uid": 39 @@ -323,7 +323,7 @@ { "level": 80, "item_id": 23021, - "equip_avatar": 1306, + "equip_avatar": 0, "rank": 1, "promotion": 6, "internal_uid": 40 @@ -331,7 +331,7 @@ { "level": 80, "item_id": 23022, - "equip_avatar": 1307, + "equip_avatar": 0, "rank": 1, "promotion": 6, "internal_uid": 41 @@ -339,7 +339,7 @@ { "level": 80, "item_id": 23024, - "equip_avatar": 1308, + "equip_avatar": 0, "rank": 1, "promotion": 6, "internal_uid": 42 @@ -347,18 +347,914 @@ { "level": 80, "item_id": 24000, - "equip_avatar": 1312, + "equip_avatar": 0, "rank": 5, "promotion": 6, "internal_uid": 43 }, { "level": 80, - "item_id": 23025, - "equip_avatar": 1310, + "item_id": 21002, + "equip_avatar": 0, "rank": 5, "promotion": 6, "internal_uid": 44 + }, + { + "level": 80, + "item_id": 24001, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 45 + }, + { + "level": 80, + "item_id": 23000, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 46 + }, + { + "level": 80, + "item_id": 23004, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 47 + }, + { + "level": 80, + "item_id": 23006, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 48 + }, + { + "level": 80, + "item_id": 22000, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 49 + }, + { + "level": 80, + "item_id": 21012, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 50 + }, + { + "level": 80, + "item_id": 21018, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 51 + }, + { + "level": 80, + "item_id": 21006, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 52 + }, + { + "level": 80, + "item_id": 23003, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 53 + }, + { + "level": 80, + "item_id": 23001, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 54 + }, + { + "level": 80, + "item_id": 21013, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 55 + }, + { + "level": 80, + "item_id": 21009, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 56 + }, + { + "level": 80, + "item_id": 21000, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 57 + }, + { + "level": 80, + "item_id": 21015, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 58 + }, + { + "level": 80, + "item_id": 23002, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 59 + }, + { + "level": 80, + "item_id": 21008, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 60 + }, + { + "level": 80, + "item_id": 21012, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 61 + }, + { + "level": 80, + "item_id": 21014, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 62 + }, + { + "level": 80, + "item_id": 21015, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 63 + }, + { + "level": 80, + "item_id": 23016, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 64 + }, + { + "level": 80, + "item_id": 21027, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 65 + }, + { + "level": 80, + "item_id": 21018, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 66 + }, + { + "level": 80, + "item_id": 23008, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 67 + }, + { + "level": 80, + "item_id": 23010, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 68 + }, + { + "level": 80, + "item_id": 23009, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 69 + }, + { + "level": 80, + "item_id": 21010, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 70 + }, + { + "level": 80, + "item_id": 20012, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 71 + }, + { + "level": 80, + "item_id": 23011, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 72 + }, + { + "level": 80, + "item_id": 21001, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 73 + }, + { + "level": 80, + "item_id": 23013, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 74 + }, + { + "level": 80, + "item_id": 23015, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 75 + }, + { + "level": 80, + "item_id": 24000, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 76 + }, + { + "level": 80, + "item_id": 21018, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 77 + }, + { + "level": 80, + "item_id": 23017, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 78 + }, + { + "level": 80, + "item_id": 21014, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 79 + }, + { + "level": 80, + "item_id": 23018, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 80 + }, + { + "level": 80, + "item_id": 23019, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 81 + }, + { + "level": 80, + "item_id": 23023, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 82 + }, + { + "level": 80, + "item_id": 23020, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 83 + }, + { + "level": 80, + "item_id": 23021, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 84 + }, + { + "level": 80, + "item_id": 23022, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 85 + }, + { + "level": 80, + "item_id": 23024, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 86 + }, + { + "level": 80, + "item_id": 24000, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 87 + }, + { + "level": 80, + "item_id": 23027, + "equip_avatar": 1315, + "rank": 1, + "promotion": 6, + "internal_uid": 88 + }, + { + "level": 80, + "item_id": 21018, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 89 + }, + { + "level": 80, + "item_id": 22002, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 90 + }, + { + "level": 70, + "item_id": 21015, + "equip_avatar": 0, + "rank": 5, + "promotion": 5, + "internal_uid": 91 + }, + { + "level": 80, + "item_id": 22000, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 92 + }, + { + "level": 80, + "item_id": 21016, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 93 + }, + { + "level": 80, + "item_id": 23024, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 94 + }, + { + "level": 80, + "item_id": 21004, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 95 + }, + { + "level": 80, + "item_id": 21021, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 96 + }, + { + "level": 80, + "item_id": 21042, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 97 + }, + { + "level": 80, + "item_id": 23026, + "equip_avatar": 1309, + "rank": 1, + "promotion": 6, + "internal_uid": 98 + }, + { + "level": 80, + "item_id": 21039, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 99 + }, + { + "level": 80, + "item_id": 21021, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 100 + }, + { + "level": 80, + "item_id": 21043, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 101 + }, + { + "level": 80, + "item_id": 23024, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 102 + }, + { + "level": 80, + "item_id": 21015, + "equip_avatar": 0, + "rank": 2, + "promotion": 6, + "internal_uid": 103 + }, + { + "level": 80, + "item_id": 21016, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 104 + }, + { + "level": 80, + "item_id": 21021, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 105 + }, + { + "level": 80, + "item_id": 23024, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 106 + }, + { + "level": 80, + "item_id": 21035, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 107 + }, + { + "level": 80, + "item_id": 23025, + "equip_avatar": 1310, + "rank": 1, + "promotion": 6, + "internal_uid": 108 + }, + { + "level": 80, + "item_id": 21002, + "equip_avatar": 1001, + "rank": 5, + "promotion": 6, + "internal_uid": 109 + }, + { + "level": 80, + "item_id": 24001, + "equip_avatar": 1002, + "rank": 5, + "promotion": 6, + "internal_uid": 110 + }, + { + "level": 80, + "item_id": 23000, + "equip_avatar": 1003, + "rank": 1, + "promotion": 6, + "internal_uid": 111 + }, + { + "level": 80, + "item_id": 23004, + "equip_avatar": 1004, + "rank": 1, + "promotion": 6, + "internal_uid": 112 + }, + { + "level": 80, + "item_id": 23006, + "equip_avatar": 1005, + "rank": 5, + "promotion": 6, + "internal_uid": 113 + }, + { + "level": 80, + "item_id": 22000, + "equip_avatar": 1006, + "rank": 1, + "promotion": 6, + "internal_uid": 114 + }, + { + "level": 80, + "item_id": 21012, + "equip_avatar": 1008, + "rank": 5, + "promotion": 6, + "internal_uid": 115 + }, + { + "level": 80, + "item_id": 21018, + "equip_avatar": 1009, + "rank": 5, + "promotion": 6, + "internal_uid": 116 + }, + { + "level": 80, + "item_id": 21006, + "equip_avatar": 1013, + "rank": 5, + "promotion": 6, + "internal_uid": 117 + }, + { + "level": 80, + "item_id": 23003, + "equip_avatar": 1101, + "rank": 1, + "promotion": 6, + "internal_uid": 118 + }, + { + "level": 80, + "item_id": 23001, + "equip_avatar": 1102, + "rank": 1, + "promotion": 6, + "internal_uid": 119 + }, + { + "level": 80, + "item_id": 21013, + "equip_avatar": 1103, + "rank": 5, + "promotion": 6, + "internal_uid": 120 + }, + { + "level": 80, + "item_id": 21009, + "equip_avatar": 1104, + "rank": 1, + "promotion": 6, + "internal_uid": 121 + }, + { + "level": 80, + "item_id": 21000, + "equip_avatar": 1105, + "rank": 5, + "promotion": 6, + "internal_uid": 122 + }, + { + "level": 80, + "item_id": 21015, + "equip_avatar": 1106, + "rank": 5, + "promotion": 6, + "internal_uid": 123 + }, + { + "level": 80, + "item_id": 23002, + "equip_avatar": 1107, + "rank": 1, + "promotion": 6, + "internal_uid": 124 + }, + { + "level": 80, + "item_id": 21008, + "equip_avatar": 1108, + "rank": 5, + "promotion": 6, + "internal_uid": 125 + }, + { + "level": 80, + "item_id": 21012, + "equip_avatar": 1109, + "rank": 5, + "promotion": 6, + "internal_uid": 126 + }, + { + "level": 80, + "item_id": 21014, + "equip_avatar": 1110, + "rank": 5, + "promotion": 6, + "internal_uid": 127 + }, + { + "level": 80, + "item_id": 21015, + "equip_avatar": 1111, + "rank": 5, + "promotion": 6, + "internal_uid": 128 + }, + { + "level": 80, + "item_id": 23016, + "equip_avatar": 1112, + "rank": 1, + "promotion": 6, + "internal_uid": 129 + }, + { + "level": 80, + "item_id": 21027, + "equip_avatar": 1201, + "rank": 5, + "promotion": 6, + "internal_uid": 130 + }, + { + "level": 80, + "item_id": 21018, + "equip_avatar": 1202, + "rank": 5, + "promotion": 6, + "internal_uid": 131 + }, + { + "level": 80, + "item_id": 23008, + "equip_avatar": 1203, + "rank": 1, + "promotion": 6, + "internal_uid": 132 + }, + { + "level": 80, + "item_id": 23010, + "equip_avatar": 1204, + "rank": 1, + "promotion": 6, + "internal_uid": 133 + }, + { + "level": 80, + "item_id": 23009, + "equip_avatar": 1205, + "rank": 1, + "promotion": 6, + "internal_uid": 134 + }, + { + "level": 80, + "item_id": 21010, + "equip_avatar": 1206, + "rank": 5, + "promotion": 6, + "internal_uid": 135 + }, + { + "level": 80, + "item_id": 20012, + "equip_avatar": 1207, + "rank": 5, + "promotion": 6, + "internal_uid": 136 + }, + { + "level": 80, + "item_id": 23011, + "equip_avatar": 1208, + "rank": 5, + "promotion": 6, + "internal_uid": 137 + }, + { + "level": 80, + "item_id": 21001, + "equip_avatar": 1210, + "rank": 5, + "promotion": 6, + "internal_uid": 138 + }, + { + "level": 80, + "item_id": 23013, + "equip_avatar": 1211, + "rank": 1, + "promotion": 6, + "internal_uid": 139 + }, + { + "level": 80, + "item_id": 23015, + "equip_avatar": 1213, + "rank": 1, + "promotion": 6, + "internal_uid": 140 + }, + { + "level": 80, + "item_id": 24000, + "equip_avatar": 1214, + "rank": 5, + "promotion": 6, + "internal_uid": 141 + }, + { + "level": 80, + "item_id": 21018, + "equip_avatar": 1215, + "rank": 5, + "promotion": 6, + "internal_uid": 142 + }, + { + "level": 80, + "item_id": 23017, + "equip_avatar": 1217, + "rank": 1, + "promotion": 6, + "internal_uid": 143 + }, + { + "level": 80, + "item_id": 21014, + "equip_avatar": 0, + "rank": 5, + "promotion": 6, + "internal_uid": 144 + }, + { + "level": 80, + "item_id": 23018, + "equip_avatar": 1302, + "rank": 1, + "promotion": 6, + "internal_uid": 145 + }, + { + "level": 80, + "item_id": 23019, + "equip_avatar": 1303, + "rank": 1, + "promotion": 6, + "internal_uid": 146 + }, + { + "level": 80, + "item_id": 23023, + "equip_avatar": 1304, + "rank": 1, + "promotion": 6, + "internal_uid": 147 + }, + { + "level": 80, + "item_id": 23020, + "equip_avatar": 1305, + "rank": 1, + "promotion": 6, + "internal_uid": 148 + }, + { + "level": 80, + "item_id": 23021, + "equip_avatar": 1306, + "rank": 5, + "promotion": 6, + "internal_uid": 149 + }, + { + "level": 80, + "item_id": 23022, + "equip_avatar": 1307, + "rank": 5, + "promotion": 6, + "internal_uid": 150 + }, + { + "level": 80, + "item_id": 23024, + "equip_avatar": 1308, + "rank": 5, + "promotion": 6, + "internal_uid": 151 + }, + { + "level": 80, + "item_id": 24000, + "equip_avatar": 1312, + "rank": 5, + "promotion": 6, + "internal_uid": 152 + }, + { + "level": 80, + "item_id": 23019, + "equip_avatar": 0, + "rank": 1, + "promotion": 6, + "internal_uid": 153 + }, + { + "level": 80, + "item_id": 23030, + "equip_avatar": 1221, + "rank": 1, + "promotion": 6, + "internal_uid": 154 + }, + { + "level": 80, + "item_id": 23029, + "equip_avatar": 1218, + "rank": 5, + "promotion": 6, + "internal_uid": 155 + }, + { + "level": 80, + "item_id": 21035, + "equip_avatar": 1301, + "rank": 5, + "promotion": 6, + "internal_uid": 156 } ], "relics": [ @@ -650,17 +1546,17 @@ }, { "sub_affix_id": 7, - "count": 1, - "step": 2 + "count": 3, + "step": 4 }, { "sub_affix_id": 9, - "count": 6, + "count": 4, "step": 2 } ], "internal_uid": 9, - "equip_avatar": 1006 + "equip_avatar": 0 }, { "level": 15, @@ -900,7 +1796,7 @@ } ], "internal_uid": 17, - "equip_avatar": 1302 + "equip_avatar": 0 }, { "level": 15, @@ -1080,7 +1976,7 @@ } ], "internal_uid": 23, - "equip_avatar": 1107 + "equip_avatar": 0 }, { "level": 15, @@ -1395,22 +2291,22 @@ }, { "sub_affix_id": 7, - "count": 1, + "count": 2, "step": 2 }, { "sub_affix_id": 8, - "count": 1, - "step": 2 + "count": 3, + "step": 4 }, { "sub_affix_id": 9, - "count": 6, - "step": 2 + "count": 3, + "step": 4 } ], "internal_uid": 34, - "equip_avatar": 1112 + "equip_avatar": 0 }, { "level": 15, @@ -1506,7 +2402,7 @@ "level": 15, "relic_id": 61154, "relic_set_id": 115, - "main_affix_id": 2, + "main_affix_id": 4, "sub_affixes": [ { "sub_affix_id": 4, @@ -1514,9 +2410,9 @@ "step": 2 }, { - "sub_affix_id": 7, + "sub_affix_id": 5, "count": 1, - "step": 2 + "step": 3 }, { "sub_affix_id": 8, @@ -1530,7 +2426,7 @@ } ], "internal_uid": 38, - "equip_avatar": 1003 + "equip_avatar": 0 }, { "level": 15, @@ -1569,14 +2465,14 @@ "main_affix_id": 1, "sub_affixes": [ { - "sub_affix_id": 4, + "sub_affix_id": 5, "count": 1, "step": 2 }, { - "sub_affix_id": 5, + "sub_affix_id": 7, "count": 1, - "step": 2 + "step": 4 }, { "sub_affix_id": 8, @@ -1590,7 +2486,7 @@ } ], "internal_uid": 40, - "equip_avatar": 1003 + "equip_avatar": 1314 }, { "level": 15, @@ -1604,9 +2500,9 @@ "step": 2 }, { - "sub_affix_id": 4, + "sub_affix_id": 7, "count": 1, - "step": 2 + "step": 4 }, { "sub_affix_id": 8, @@ -1620,7 +2516,7 @@ } ], "internal_uid": 41, - "equip_avatar": 1003 + "equip_avatar": 1301 }, { "level": 15, @@ -1636,7 +2532,7 @@ { "sub_affix_id": 7, "count": 4, - "step": 2 + "step": 4 }, { "sub_affix_id": 10, @@ -1650,7 +2546,7 @@ } ], "internal_uid": 42, - "equip_avatar": 1005 + "equip_avatar": 0 }, { "level": 15, @@ -1659,18 +2555,18 @@ "main_affix_id": 7, "sub_affixes": [ { - "sub_affix_id": 5, - "count": 4, - "step": 2 + "sub_affix_id": 4, + "count": 3, + "step": 4 }, { - "sub_affix_id": 7, + "sub_affix_id": 5, "count": 3, - "step": 2 + "step": 6 }, { "sub_affix_id": 10, - "count": 1, + "count": 2, "step": 2 }, { @@ -1680,7 +2576,7 @@ } ], "internal_uid": 43, - "equip_avatar": 1005 + "equip_avatar": 0 }, { "level": 15, @@ -1695,12 +2591,12 @@ }, { "sub_affix_id": 5, - "count": 4, - "step": 2 + "count": 3, + "step": 6 }, { "sub_affix_id": 10, - "count": 1, + "count": 2, "step": 2 }, { @@ -1710,7 +2606,7 @@ } ], "internal_uid": 44, - "equip_avatar": 1005 + "equip_avatar": 0 }, { "level": 15, @@ -1726,7 +2622,7 @@ { "sub_affix_id": 7, "count": 4, - "step": 2 + "step": 4 }, { "sub_affix_id": 10, @@ -1740,7 +2636,7 @@ } ], "internal_uid": 45, - "equip_avatar": 1005 + "equip_avatar": 0 }, { "level": 15, @@ -1750,18 +2646,18 @@ "sub_affixes": [ { "sub_affix_id": 4, - "count": 1, - "step": 2 + "count": 2, + "step": 0 }, { "sub_affix_id": 5, - "count": 5, - "step": 2 + "count": 3, + "step": 3 }, { "sub_affix_id": 7, "count": 2, - "step": 2 + "step": 0 }, { "sub_affix_id": 12, @@ -1770,7 +2666,7 @@ } ], "internal_uid": 46, - "equip_avatar": 1005 + "equip_avatar": 0 }, { "level": 15, @@ -1780,18 +2676,18 @@ "sub_affixes": [ { "sub_affix_id": 4, - "count": 1, - "step": 2 - }, - { - "sub_affix_id": 5, - "count": 5, + "count": 2, "step": 2 }, { "sub_affix_id": 7, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 10, "count": 2, - "step": 2 + "step": 4 }, { "sub_affix_id": 12, @@ -1800,7 +2696,7 @@ } ], "internal_uid": 47, - "equip_avatar": 1005 + "equip_avatar": 1314 }, { "level": 15, @@ -1928,11 +2824,6 @@ "relic_set_id": 116, "main_affix_id": 1, "sub_affixes": [ - { - "sub_affix_id": 4, - "count": 1, - "step": 2 - }, { "sub_affix_id": 5, "count": 4, @@ -1940,9 +2831,14 @@ }, { "sub_affix_id": 7, - "count": 3, + "count": 1, "step": 2 }, + { + "sub_affix_id": 10, + "count": 3, + "step": 4 + }, { "sub_affix_id": 12, "count": 1, @@ -1950,7 +2846,7 @@ } ], "internal_uid": 52, - "equip_avatar": 1210 + "equip_avatar": 0 }, { "level": 15, @@ -1958,11 +2854,6 @@ "relic_set_id": 116, "main_affix_id": 1, "sub_affixes": [ - { - "sub_affix_id": 4, - "count": 1, - "step": 2 - }, { "sub_affix_id": 5, "count": 4, @@ -1970,9 +2861,14 @@ }, { "sub_affix_id": 7, - "count": 3, + "count": 1, "step": 2 }, + { + "sub_affix_id": 10, + "count": 3, + "step": 4 + }, { "sub_affix_id": 12, "count": 1, @@ -1980,7 +2876,7 @@ } ], "internal_uid": 53, - "equip_avatar": 1210 + "equip_avatar": 1202 }, { "level": 15, @@ -3070,8 +3966,8 @@ "sub_affixes": [ { "sub_affix_id": 1, - "count": 1, - "step": 2 + "count": 2, + "step": 0 }, { "sub_affix_id": 5, @@ -3085,12 +3981,12 @@ }, { "sub_affix_id": 9, - "count": 6, - "step": 2 + "count": 4, + "step": 0 } ], "internal_uid": 90, - "equip_avatar": 1205 + "equip_avatar": 0 }, { "level": 15, @@ -3870,7 +4766,7 @@ } ], "internal_uid": 116, - "equip_avatar": 1202 + "equip_avatar": 1309 }, { "level": 15, @@ -3900,7 +4796,7 @@ } ], "internal_uid": 117, - "equip_avatar": 1202 + "equip_avatar": 1309 }, { "level": 15, @@ -3960,7 +4856,7 @@ } ], "internal_uid": 119, - "equip_avatar": 1202 + "equip_avatar": 0 }, { "level": 15, @@ -4144,68 +5040,68 @@ }, { "level": 15, - "relic_id": 63106, - "relic_set_id": 310, + "relic_id": 63026, + "relic_set_id": 302, "main_affix_id": 2, "sub_affixes": [ - { - "sub_affix_id": 7, - "count": 3, - "step": 2 - }, { "sub_affix_id": 4, "count": 1, "step": 2 }, { - "sub_affix_id": 11, - "count": 1, + "sub_affix_id": 7, + "count": 3, "step": 2 }, { "sub_affix_id": 9, "count": 4, "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 } ], "internal_uid": 126, - "equip_avatar": 1101 + "equip_avatar": 0 }, { "level": 15, - "relic_id": 63105, - "relic_set_id": 310, + "relic_id": 63025, + "relic_set_id": 302, "main_affix_id": 1, "sub_affixes": [ - { - "sub_affix_id": 7, - "count": 4, - "step": 2 - }, { "sub_affix_id": 6, "count": 1, "step": 2 }, { - "sub_affix_id": 11, - "count": 1, - "step": 2 + "sub_affix_id": 7, + "count": 3, + "step": 0 }, { "sub_affix_id": 9, "count": 3, "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 } ], "internal_uid": 127, - "equip_avatar": 1101 + "equip_avatar": 0 }, { "level": 15, - "relic_id": 61144, - "relic_set_id": 114, + "relic_id": 61034, + "relic_set_id": 103, "main_affix_id": 4, "sub_affixes": [ { @@ -4219,29 +5115,29 @@ "step": 2 }, { - "sub_affix_id": 11, - "count": 1, - "step": 2 + "sub_affix_id": 9, + "count": 6, + "step": 0 }, { - "sub_affix_id": 9, - "count": 3, + "sub_affix_id": 11, + "count": 1, "step": 2 } ], "internal_uid": 128, - "equip_avatar": 1101 + "equip_avatar": 0 }, { "level": 15, - "relic_id": 61143, - "relic_set_id": 114, + "relic_id": 61033, + "relic_set_id": 103, "main_affix_id": 5, "sub_affixes": [ { "sub_affix_id": 4, - "count": 1, - "step": 2 + "count": 5, + "step": 0 }, { "sub_affix_id": 6, @@ -4250,8 +5146,8 @@ }, { "sub_affix_id": 7, - "count": 6, - "step": 2 + "count": 2, + "step": 0 }, { "sub_affix_id": 11, @@ -4260,7 +5156,7 @@ } ], "internal_uid": 129, - "equip_avatar": 1101 + "equip_avatar": 0 }, { "level": 15, @@ -4268,29 +5164,29 @@ "relic_set_id": 114, "main_affix_id": 1, "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, { "sub_affix_id": 6, "count": 1, "step": 2 }, - { - "sub_affix_id": 9, - "count": 1, - "step": 2 - }, { "sub_affix_id": 7, - "count": 6, - "step": 2 + "count": 1, + "step": 0 }, { - "sub_affix_id": 4, - "count": 1, - "step": 2 + "sub_affix_id": 9, + "count": 6, + "step": 0 } ], "internal_uid": 130, - "equip_avatar": 1101 + "equip_avatar": 0 }, { "level": 15, @@ -4298,34 +5194,34 @@ "relic_set_id": 114, "main_affix_id": 1, "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, { "sub_affix_id": 6, "count": 1, "step": 2 }, - { - "sub_affix_id": 9, - "count": 3, - "step": 2 - }, { "sub_affix_id": 7, - "count": 4, - "step": 2 + "count": 1, + "step": 0 }, { - "sub_affix_id": 4, - "count": 1, - "step": 2 + "sub_affix_id": 9, + "count": 6, + "step": 0 } ], "internal_uid": 131, - "equip_avatar": 1101 + "equip_avatar": 0 }, { "level": 15, - "relic_id": 63106, - "relic_set_id": 310, + "relic_id": 63126, + "relic_set_id": 312, "main_affix_id": 2, "sub_affixes": [ { @@ -4339,23 +5235,23 @@ "step": 2 }, { - "sub_affix_id": 11, - "count": 2, + "sub_affix_id": 7, + "count": 3, "step": 2 }, { - "sub_affix_id": 7, - "count": 3, + "sub_affix_id": 11, + "count": 2, "step": 2 } ], "internal_uid": 132, - "equip_avatar": 1217 + "equip_avatar": 0 }, { "level": 15, - "relic_id": 63105, - "relic_set_id": 310, + "relic_id": 63025, + "relic_set_id": 302, "main_affix_id": 1, "sub_affixes": [ { @@ -4369,23 +5265,23 @@ "step": 2 }, { - "sub_affix_id": 11, - "count": 6, - "step": 2 + "sub_affix_id": 7, + "count": 2, + "step": 4 }, { - "sub_affix_id": 7, - "count": 1, - "step": 2 + "sub_affix_id": 11, + "count": 4, + "step": 0 } ], "internal_uid": 133, - "equip_avatar": 1217 + "equip_avatar": 0 }, { "level": 15, - "relic_id": 61014, - "relic_set_id": 101, + "relic_id": 61144, + "relic_set_id": 114, "main_affix_id": 4, "sub_affixes": [ { @@ -4399,23 +5295,23 @@ "step": 2 }, { - "sub_affix_id": 11, - "count": 2, + "sub_affix_id": 6, + "count": 1, "step": 2 }, { - "sub_affix_id": 6, - "count": 1, + "sub_affix_id": 11, + "count": 2, "step": 2 } ], "internal_uid": 134, - "equip_avatar": 1217 + "equip_avatar": 0 }, { "level": 15, - "relic_id": 61013, - "relic_set_id": 101, + "relic_id": 61143, + "relic_set_id": 114, "main_affix_id": 6, "sub_affixes": [ { @@ -4425,13 +5321,13 @@ }, { "sub_affix_id": 4, - "count": 3, + "count": 2, "step": 2 }, { "sub_affix_id": 7, - "count": 3, - "step": 2 + "count": 2, + "step": 0 }, { "sub_affix_id": 11, @@ -4440,12 +5336,12 @@ } ], "internal_uid": 135, - "equip_avatar": 1217 + "equip_avatar": 0 }, { "level": 15, - "relic_id": 61012, - "relic_set_id": 101, + "relic_id": 61132, + "relic_set_id": 113, "main_affix_id": 1, "sub_affixes": [ { @@ -4460,47 +5356,47 @@ }, { "sub_affix_id": 7, - "count": 3, - "step": 2 + "count": 4, + "step": 4 }, { "sub_affix_id": 11, - "count": 2, + "count": 1, "step": 2 } ], "internal_uid": 136, - "equip_avatar": 1217 + "equip_avatar": 0 }, { "level": 15, - "relic_id": 61011, - "relic_set_id": 101, + "relic_id": 61131, + "relic_set_id": 113, "main_affix_id": 1, "sub_affixes": [ - { - "sub_affix_id": 6, - "count": 1, - "step": 2 - }, { "sub_affix_id": 4, "count": 3, "step": 2 }, { - "sub_affix_id": 7, - "count": 3, + "sub_affix_id": 6, + "count": 1, "step": 2 }, { - "sub_affix_id": 11, + "sub_affix_id": 7, "count": 2, + "step": 6 + }, + { + "sub_affix_id": 11, + "count": 1, "step": 2 } ], "internal_uid": 137, - "equip_avatar": 1217 + "equip_avatar": 0 }, { "level": 15, @@ -5070,7 +5966,7 @@ } ], "internal_uid": 156, - "equip_avatar": 1203 + "equip_avatar": 8005 }, { "level": 15, @@ -5100,7 +5996,7 @@ } ], "internal_uid": 157, - "equip_avatar": 1203 + "equip_avatar": 0 }, { "level": 15, @@ -5130,7 +6026,7 @@ } ], "internal_uid": 158, - "equip_avatar": 1203 + "equip_avatar": 0 }, { "level": 15, @@ -5160,7 +6056,7 @@ } ], "internal_uid": 159, - "equip_avatar": 1203 + "equip_avatar": 0 }, { "level": 15, @@ -5190,7 +6086,7 @@ } ], "internal_uid": 160, - "equip_avatar": 1203 + "equip_avatar": 0 }, { "level": 15, @@ -5220,7 +6116,7 @@ } ], "internal_uid": 161, - "equip_avatar": 1203 + "equip_avatar": 0 }, { "level": 15, @@ -5335,12 +6231,12 @@ }, { "sub_affix_id": 9, - "count": 6, - "step": 2 + "count": 4, + "step": 0 } ], "internal_uid": 165, - "equip_avatar": 1013 + "equip_avatar": 1314 }, { "level": 15, @@ -5400,7 +6296,7 @@ } ], "internal_uid": 167, - "equip_avatar": 1013 + "equip_avatar": 0 }, { "level": 15, @@ -5940,7 +6836,7 @@ } ], "internal_uid": 185, - "equip_avatar": 8001 + "equip_avatar": 0 }, { "level": 15, @@ -6120,7 +7016,7 @@ } ], "internal_uid": 191, - "equip_avatar": 1002 + "equip_avatar": 8001 }, { "level": 15, @@ -6150,7 +7046,7 @@ } ], "internal_uid": 192, - "equip_avatar": 1106 + "equip_avatar": 0 }, { "level": 15, @@ -6180,7 +7076,7 @@ } ], "internal_uid": 193, - "equip_avatar": 1106 + "equip_avatar": 0 }, { "level": 15, @@ -6210,7 +7106,7 @@ } ], "internal_uid": 194, - "equip_avatar": 1106 + "equip_avatar": 0 }, { "level": 15, @@ -6240,7 +7136,7 @@ } ], "internal_uid": 195, - "equip_avatar": 1106 + "equip_avatar": 0 }, { "level": 15, @@ -6270,7 +7166,7 @@ } ], "internal_uid": 196, - "equip_avatar": 1106 + "equip_avatar": 0 }, { "level": 15, @@ -6300,7 +7196,7 @@ } ], "internal_uid": 197, - "equip_avatar": 1106 + "equip_avatar": 1309 }, { "level": 15, @@ -6480,7 +7376,7 @@ } ], "internal_uid": 203, - "equip_avatar": 1001 + "equip_avatar": 0 }, { "level": 15, @@ -6488,29 +7384,29 @@ "relic_set_id": 310, "main_affix_id": 2, "sub_affixes": [ + { + "sub_affix_id": 1, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 2, + "count": 1, + "step": 2 + }, { "sub_affix_id": 4, - "count": 2, - "step": 2 - }, - { - "sub_affix_id": 6, - "count": 3, - "step": 2 - }, - { - "sub_affix_id": 7, - "count": 3, - "step": 2 + "count": 1, + "step": 0 }, { "sub_affix_id": 10, "count": 1, - "step": 2 + "step": 1 } ], "internal_uid": 204, - "equip_avatar": 1104 + "equip_avatar": 0 }, { "level": 15, @@ -6540,7 +7436,7 @@ } ], "internal_uid": 205, - "equip_avatar": 1104 + "equip_avatar": 0 }, { "level": 15, @@ -6570,7 +7466,7 @@ } ], "internal_uid": 206, - "equip_avatar": 1104 + "equip_avatar": 0 }, { "level": 15, @@ -6600,7 +7496,7 @@ } ], "internal_uid": 207, - "equip_avatar": 1104 + "equip_avatar": 0 }, { "level": 15, @@ -6630,7 +7526,7 @@ } ], "internal_uid": 208, - "equip_avatar": 1104 + "equip_avatar": 0 }, { "level": 15, @@ -6660,7 +7556,7 @@ } ], "internal_uid": 209, - "equip_avatar": 1104 + "equip_avatar": 1001 }, { "level": 15, @@ -7020,7 +7916,7 @@ } ], "internal_uid": 221, - "equip_avatar": 1206 + "equip_avatar": 0 }, { "level": 15, @@ -7384,38 +8280,38 @@ }, { "level": 15, - "relic_id": 63086, - "relic_set_id": 308, - "main_affix_id": 2, + "relic_id": 63026, + "relic_set_id": 302, + "main_affix_id": 1, "sub_affixes": [ { "sub_affix_id": 4, "count": 1, "step": 2 }, + { + "sub_affix_id": 7, + "count": 3, + "step": 0 + }, { "sub_affix_id": 11, "count": 1, "step": 2 }, - { - "sub_affix_id": 7, - "count": 2, - "step": 2 - }, { "sub_affix_id": 12, - "count": 5, + "count": 3, "step": 2 } ], "internal_uid": 234, - "equip_avatar": 1303 + "equip_avatar": 0 }, { "level": 15, - "relic_id": 63085, - "relic_set_id": 308, + "relic_id": 63025, + "relic_set_id": 302, "main_affix_id": 1, "sub_affixes": [ { @@ -7423,24 +8319,24 @@ "count": 1, "step": 2 }, + { + "sub_affix_id": 7, + "count": 3, + "step": 4 + }, { "sub_affix_id": 11, "count": 1, "step": 2 }, - { - "sub_affix_id": 7, - "count": 2, - "step": 2 - }, { "sub_affix_id": 12, - "count": 5, + "count": 4, "step": 2 } ], "internal_uid": 235, - "equip_avatar": 1303 + "equip_avatar": 0 }, { "level": 15, @@ -7590,7 +8486,7 @@ } ], "internal_uid": 240, - "equip_avatar": 1303 + "equip_avatar": 8005 }, { "level": 15, @@ -7620,7 +8516,7 @@ } ], "internal_uid": 241, - "equip_avatar": 1303 + "equip_avatar": 8005 }, { "level": 15, @@ -7650,7 +8546,7 @@ } ], "internal_uid": 242, - "equip_avatar": 1303 + "equip_avatar": 8005 }, { "level": 15, @@ -7680,7 +8576,7 @@ } ], "internal_uid": 243, - "equip_avatar": 1303 + "equip_avatar": 8005 }, { "level": 15, @@ -7864,8 +8760,8 @@ }, { "level": 15, - "relic_id": 63036, - "relic_set_id": 303, + "relic_id": 63116, + "relic_set_id": 311, "main_affix_id": 4, "sub_affixes": [ { @@ -7876,7 +8772,7 @@ { "sub_affix_id": 7, "count": 4, - "step": 2 + "step": 0 }, { "sub_affix_id": 10, @@ -7890,28 +8786,28 @@ } ], "internal_uid": 250, - "equip_avatar": 1307 + "equip_avatar": 0 }, { "level": 15, - "relic_id": 63035, - "relic_set_id": 303, - "main_affix_id": 8, + "relic_id": 63115, + "relic_set_id": 311, + "main_affix_id": 2, "sub_affixes": [ { - "sub_affix_id": 5, - "count": 4, + "sub_affix_id": 4, + "count": 2, "step": 2 }, { "sub_affix_id": 7, "count": 3, - "step": 2 + "step": 3 }, { "sub_affix_id": 10, - "count": 1, - "step": 2 + "count": 3, + "step": 4 }, { "sub_affix_id": 12, @@ -7920,7 +8816,7 @@ } ], "internal_uid": 251, - "equip_avatar": 1307 + "equip_avatar": 0 }, { "level": 15, @@ -8019,28 +8915,28 @@ "main_affix_id": 1, "sub_affixes": [ { - "sub_affix_id": 4, - "count": 1, - "step": 2 + "sub_affix_id": 5, + "count": 2, + "step": 0 }, { - "sub_affix_id": 5, + "sub_affix_id": 7, "count": 3, - "step": 2 + "step": 3 }, { "sub_affix_id": 10, - "count": 4, + "count": 2, "step": 2 }, { "sub_affix_id": 12, - "count": 1, - "step": 2 + "count": 2, + "step": 0 } ], "internal_uid": 255, - "equip_avatar": 1307 + "equip_avatar": 0 }, { "level": 15, @@ -8404,28 +9300,28 @@ }, { "level": 15, - "relic_id": 63165, - "relic_set_id": 316, - "main_affix_id": 1, + "relic_id": 61144, + "relic_set_id": 114, + "main_affix_id": 4, "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + }, { "sub_affix_id": 6, "count": 1, "step": 2 }, { - "sub_affix_id": 7, - "count": 3, - "step": 3 - }, - { - "sub_affix_id": 9, - "count": 3, - "step": 3 - }, - { - "sub_affix_id": 11, - "count": 2, + "sub_affix_id": 12, + "count": 6, "step": 2 } ], @@ -8434,8 +9330,128 @@ }, { "level": 15, - "relic_id": 63166, - "relic_set_id": 316, + "relic_id": 61143, + "relic_set_id": 114, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 6, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 4, + "step": 2 + } + ], + "internal_uid": 269, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61142, + "relic_set_id": 114, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 4, + "step": 2 + } + ], + "internal_uid": 270, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61141, + "relic_set_id": 114, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 4, + "step": 2 + } + ], + "internal_uid": 271, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61184, + "relic_set_id": 118, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 3, + "step": 2 + } + ], + "internal_uid": 272, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61183, + "relic_set_id": 118, "main_affix_id": 1, "sub_affixes": [ { @@ -8446,20 +9462,1040 @@ { "sub_affix_id": 7, "count": 3, - "step": 3 + "step": 0 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 3, + "step": 2 + } + ], + "internal_uid": 273, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61182, + "relic_set_id": 118, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 4, + "step": 2 + } + ], + "internal_uid": 274, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61181, + "relic_set_id": 118, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 4, + "step": 2 + } + ], + "internal_uid": 275, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61181, + "relic_set_id": 118, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 2, + "step": 2 }, { "sub_affix_id": 9, + "count": 1, + "step": 3 + }, + { + "sub_affix_id": 12, + "count": 4, + "step": 6 + } + ], + "internal_uid": 276, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61181, + "relic_set_id": 118, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 7, + "count": 3, + "step": 1 + }, + { + "sub_affix_id": 8, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 3 + }, + { + "sub_affix_id": 12, + "count": 4, + "step": 6 + } + ], + "internal_uid": 277, + "equip_avatar": 1315 + }, + { + "level": 15, + "relic_id": 61182, + "relic_set_id": 118, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 4 + }, + { + "sub_affix_id": 12, + "count": 4, + "step": 6 + } + ], + "internal_uid": 278, + "equip_avatar": 1315 + }, + { + "level": 15, + "relic_id": 61113, + "relic_set_id": 111, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 3 + }, + { + "sub_affix_id": 12, + "count": 4, + "step": 6 + } + ], + "internal_uid": 279, + "equip_avatar": 1308 + }, + { + "level": 15, + "relic_id": 61114, + "relic_set_id": 111, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 4 + }, + { + "sub_affix_id": 12, + "count": 4, + "step": 6 + } + ], + "internal_uid": 280, + "equip_avatar": 1315 + }, + { + "level": 15, + "relic_id": 63075, + "relic_set_id": 307, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 4, + "step": 6 + } + ], + "internal_uid": 281, + "equip_avatar": 1315 + }, + { + "level": 15, + "relic_id": 63076, + "relic_set_id": 307, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 5, + "step": 6 + }, + { + "sub_affix_id": 7, + "count": 1, + "step": 4 + }, + { + "sub_affix_id": 8, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 0 + } + ], + "internal_uid": 282, + "equip_avatar": 1315 + }, + { + "level": 15, + "relic_id": 61114, + "relic_set_id": 111, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 12, + "count": 4, + "step": 6 + } + ], + "internal_uid": 283, + "equip_avatar": 1308 + }, + { + "level": 15, + "relic_id": 61151, + "relic_set_id": 115, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 6, + "count": 3, + "step": 4 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 3, + "step": 4 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 2 + } + ], + "internal_uid": 284, + "equip_avatar": 1304 + }, + { + "level": 15, + "relic_id": 61152, + "relic_set_id": 115, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 6, + "count": 4, + "step": 6 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 3 + } + ], + "internal_uid": 285, + "equip_avatar": 1304 + }, + { + "level": 15, + "relic_id": 61033, + "relic_set_id": 103, + "main_affix_id": 3, + "sub_affixes": [ + { + "sub_affix_id": 6, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 4, + "step": 6 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 3 + } + ], + "internal_uid": 286, + "equip_avatar": 1304 + }, + { + "level": 15, + "relic_id": 61034, + "relic_set_id": 103, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 6, + "count": 3, + "step": 4 + }, + { + "sub_affix_id": 8, + "count": 4, + "step": 6 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 1 + } + ], + "internal_uid": 287, + "equip_avatar": 1304 + }, + { + "level": 15, + "relic_id": 63025, + "relic_set_id": 302, + "main_affix_id": 3, + "sub_affixes": [ + { + "sub_affix_id": 7, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 8, + "count": 3, + "step": 4 + }, + { + "sub_affix_id": 9, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 3, + "step": 4 + } + ], + "internal_uid": 288, + "equip_avatar": 1304 + }, + { + "level": 15, + "relic_id": 63026, + "relic_set_id": 302, + "main_affix_id": 5, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 4, + "step": 6 + }, + { + "sub_affix_id": 9, + "count": 2, + "step": 2 + } + ], + "internal_uid": 289, + "equip_avatar": 1304 + }, + { + "level": 15, + "relic_id": 61161, + "relic_set_id": 116, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 5, + "count": 6, + "step": 0 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + } + ], + "internal_uid": 290, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61162, + "relic_set_id": 116, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 3 + }, + { + "sub_affix_id": 5, + "count": 6, + "step": 0 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + } + ], + "internal_uid": 291, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61163, + "relic_set_id": 116, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 4, + "step": 6 + }, + { + "sub_affix_id": 6, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 1 + } + ], + "internal_uid": 292, + "equip_avatar": 1202 + }, + { + "level": 15, + "relic_id": 61164, + "relic_set_id": 116, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 7, "count": 3, "step": 3 }, + { + "sub_affix_id": 11, + "count": 1, + "step": 0 + } + ], + "internal_uid": 293, + "equip_avatar": 1202 + }, + { + "level": 15, + "relic_id": 63025, + "relic_set_id": 302, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 2, + "step": 4 + }, + { + "sub_affix_id": 6, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 1 + }, { "sub_affix_id": 11, "count": 2, "step": 2 } ], - "internal_uid": 269, + "internal_uid": 294, + "equip_avatar": 1309 + }, + { + "level": 15, + "relic_id": 63026, + "relic_set_id": 302, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 3 + }, + { + "sub_affix_id": 5, + "count": 4, + "step": 6 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 1, + "step": 4 + } + ], + "internal_uid": 295, + "equip_avatar": 1309 + }, + { + "level": 15, + "relic_id": 61101, + "relic_set_id": 110, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 6, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 7, + "count": 4, + "step": 3 + }, + { + "sub_affix_id": 10, + "count": 2, + "step": 0 + } + ], + "internal_uid": 296, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61102, + "relic_set_id": 110, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 3 + }, + { + "sub_affix_id": 6, + "count": 3, + "step": 5 + }, + { + "sub_affix_id": 7, + "count": 4, + "step": 3 + }, + { + "sub_affix_id": 10, + "count": 1, + "step": 2 + } + ], + "internal_uid": 297, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61103, + "relic_set_id": 110, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 6, + "count": 3, + "step": 4 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 10, + "count": 3, + "step": 4 + } + ], + "internal_uid": 298, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61104, + "relic_set_id": 110, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 6, + "count": 3, + "step": 4 + }, + { + "sub_affix_id": 10, + "count": 3, + "step": 4 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + } + ], + "internal_uid": 299, + "equip_avatar": 0 + }, + { + "level": 12, + "relic_id": 63125, + "relic_set_id": 312, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 6, + "count": 3, + "step": 4 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 3 + }, + { + "sub_affix_id": 10, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 3 + } + ], + "internal_uid": 300, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 63126, + "relic_set_id": 312, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 3, + "step": 4 + }, + { + "sub_affix_id": 6, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 3 + }, + { + "sub_affix_id": 10, + "count": 1, + "step": 0 + } + ], + "internal_uid": 301, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61091, + "relic_set_id": 109, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 6, + "count": 2, + "step": 4 + }, + { + "sub_affix_id": 7, + "count": 1, + "step": 3 + }, + { + "sub_affix_id": 8, + "count": 3, + "step": 3 + }, + { + "sub_affix_id": 12, + "count": 3, + "step": 2 + } + ], + "internal_uid": 302, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61022, + "relic_set_id": 102, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 6, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 1 + }, + { + "sub_affix_id": 8, + "count": 3, + "step": 0 + }, + { + "sub_affix_id": 9, + "count": 3, + "step": 3 + } + ], + "internal_uid": 303, + "equip_avatar": 1309 + }, + { + "level": 15, + "relic_id": 61103, + "relic_set_id": 110, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 7, + "count": 1, + "step": 3 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 3 + }, + { + "sub_affix_id": 10, + "count": 1, + "step": 4 + }, + { + "sub_affix_id": 12, + "count": 1, + "step": 2 + } + ], + "internal_uid": 304, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61134, + "relic_set_id": 113, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 4, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 2, + "step": 3 + } + ], + "internal_uid": 305, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 63105, + "relic_set_id": 310, + "main_affix_id": 3, + "sub_affixes": [ + { + "sub_affix_id": 3, + "count": 1, + "step": 4 + }, + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 4 + }, + { + "sub_affix_id": 12, + "count": 1, + "step": 4 + } + ], + "internal_uid": 306, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 63106, + "relic_set_id": 310, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 3, + "count": 1, + "step": 3 + }, + { + "sub_affix_id": 10, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 4 + } + ], + "internal_uid": 307, "equip_avatar": 0 }, { @@ -8468,20 +10504,80 @@ "relic_set_id": 103, "main_affix_id": 1, "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 2, + "step": 1 + }, { "sub_affix_id": 6, + "count": 2, + "step": 1 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 5 + }, + { + "sub_affix_id": 10, + "count": 2, + "step": 2 + } + ], + "internal_uid": 308, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61142, + "relic_set_id": 114, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 1, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 5, "count": 1, "step": 2 }, + { + "sub_affix_id": 6, + "count": 3, + "step": 4 + }, { "sub_affix_id": 7, "count": 3, "step": 3 + } + ], + "internal_uid": 309, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61033, + "relic_set_id": 103, + "main_affix_id": 3, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 1, + "step": 2 }, { - "sub_affix_id": 9, + "sub_affix_id": 5, "count": 3, - "step": 3 + "step": 0 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 5 }, { "sub_affix_id": 11, @@ -8489,13 +10585,463 @@ "step": 2 } ], - "internal_uid": 270, + "internal_uid": 310, "equip_avatar": 0 }, { "level": 15, - "relic_id": 63156, - "relic_set_id": 315, + "relic_id": 61144, + "relic_set_id": 114, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 6, + "count": 4, + "step": 4 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 10, + "count": 2, + "step": 1 + }, + { + "sub_affix_id": 12, + "count": 1, + "step": 0 + } + ], + "internal_uid": 311, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 63125, + "relic_set_id": 312, + "main_affix_id": 3, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 3, + "step": 6 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 4 + }, + { + "sub_affix_id": 10, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 1, + "step": 0 + } + ], + "internal_uid": 312, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 63126, + "relic_set_id": 312, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 5, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 6, + "count": 3, + "step": 4 + }, + { + "sub_affix_id": 7, + "count": 4, + "step": 6 + } + ], + "internal_uid": 313, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61171, + "relic_set_id": 117, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 3, + "count": 2, + "step": 1 + }, + { + "sub_affix_id": 5, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 3, + "step": 4 + } + ], + "internal_uid": 314, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61172, + "relic_set_id": 117, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 5, + "count": 2, + "step": 1 + }, + { + "sub_affix_id": 8, + "count": 2, + "step": 1 + }, + { + "sub_affix_id": 9, + "count": 3, + "step": 2 + } + ], + "internal_uid": 315, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61173, + "relic_set_id": 117, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 5, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 4, + "step": 6 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + } + ], + "internal_uid": 316, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61174, + "relic_set_id": 117, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 1, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 4, + "count": 2, + "step": 3 + }, + { + "sub_affix_id": 8, + "count": 3, + "step": 3 + }, + { + "sub_affix_id": 9, + "count": 2, + "step": 0 + } + ], + "internal_uid": 317, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 63145, + "relic_set_id": 314, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 4 + }, + { + "sub_affix_id": 8, + "count": 3, + "step": 4 + }, + { + "sub_affix_id": 9, + "count": 4, + "step": 1 + } + ], + "internal_uid": 318, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 63146, + "relic_set_id": 314, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 3, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 4, + "count": 2, + "step": 4 + }, + { + "sub_affix_id": 8, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 3, + "step": 4 + } + ], + "internal_uid": 319, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61181, + "relic_set_id": 118, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 5, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 12, + "count": 3, + "step": 0 + } + ], + "internal_uid": 320, + "equip_avatar": 8006 + }, + { + "level": 15, + "relic_id": 61182, + "relic_set_id": 118, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 7, + "count": 3, + "step": 4 + }, + { + "sub_affix_id": 8, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 12, + "count": 4, + "step": 6 + } + ], + "internal_uid": 321, + "equip_avatar": 8006 + }, + { + "level": 15, + "relic_id": 61183, + "relic_set_id": 118, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 3, + "step": 4 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 12, + "count": 3, + "step": 4 + } + ], + "internal_uid": 322, + "equip_avatar": 8006 + }, + { + "level": 15, + "relic_id": 61184, + "relic_set_id": 118, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 3, + "step": 4 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 12, + "count": 3, + "step": 4 + } + ], + "internal_uid": 323, + "equip_avatar": 8006 + }, + { + "level": 15, + "relic_id": 63075, + "relic_set_id": 307, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 5, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 6, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 12, + "count": 3, + "step": 4 + } + ], + "internal_uid": 324, + "equip_avatar": 8006 + }, + { + "level": 15, + "relic_id": 63076, + "relic_set_id": 307, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 5, + "count": 2, + "step": 6 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 0 + }, + { + "sub_affix_id": 8, + "count": 2, + "step": 2 + } + ], + "internal_uid": 325, + "equip_avatar": 8006 + }, + { + "level": 15, + "relic_id": 61141, + "relic_set_id": 114, "main_affix_id": 1, "sub_affixes": [ { @@ -8506,30 +11052,725 @@ { "sub_affix_id": 7, "count": 3, - "step": 3 + "step": 5 + }, + { + "sub_affix_id": 8, + "count": 2, + "step": 1 }, { "sub_affix_id": 9, - "count": 3, - "step": 3 - }, - { - "sub_affix_id": 11, "count": 2, - "step": 2 + "step": 0 } ], - "internal_uid": 271, + "internal_uid": 326, "equip_avatar": 0 }, { "level": 15, - "relic_id": 63166, - "relic_set_id": 316, + "relic_id": 61142, + "relic_set_id": 114, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 4 + }, + { + "sub_affix_id": 10, + "count": 3, + "step": 3 + } + ], + "internal_uid": 327, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61163, + "relic_set_id": 116, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 3, + "step": 3 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 2, + "step": 2 + } + ], + "internal_uid": 328, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61164, + "relic_set_id": 116, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 3, + "step": 4 + }, + { + "sub_affix_id": 5, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 10, + "count": 2, + "step": 3 + } + ], + "internal_uid": 329, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 63105, + "relic_set_id": 310, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 3, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 6, + "count": 2, + "step": 1 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 2, + "step": 0 + } + ], + "internal_uid": 330, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 63106, + "relic_set_id": 310, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 3, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 6, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 12, + "count": 2, + "step": 2 + } + ], + "internal_uid": 331, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61171, + "relic_set_id": 117, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 3, + "step": 3 + }, + { + "sub_affix_id": 5, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 8, + "count": 3, + "step": 1 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 0 + } + ], + "internal_uid": 332, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61172, + "relic_set_id": 117, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 2, + "step": 3 + }, + { + "sub_affix_id": 5, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 3, + "step": 6 + } + ], + "internal_uid": 333, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61173, + "relic_set_id": 117, + "main_affix_id": 5, + "sub_affixes": [ + { + "sub_affix_id": 1, + "count": 2, + "step": 4 + }, + { + "sub_affix_id": 3, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 8, + "count": 4, + "step": 4 + }, + { + "sub_affix_id": 12, + "count": 1, + "step": 1 + } + ], + "internal_uid": 334, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61174, + "relic_set_id": 117, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 6, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 4, + "step": 4 + }, + { + "sub_affix_id": 10, + "count": 1, + "step": 0 + } + ], + "internal_uid": 335, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 63145, + "relic_set_id": 314, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 3 + }, + { + "sub_affix_id": 8, + "count": 4, + "step": 4 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 1 + } + ], + "internal_uid": 336, + "equip_avatar": 1308 + }, + { + "level": 15, + "relic_id": 63146, + "relic_set_id": 314, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 7, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 4, + "step": 7 + }, + { + "sub_affix_id": 9, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 1, + "step": 0 + } + ], + "internal_uid": 337, + "equip_avatar": 0 + }, + { + "level": 12, + "relic_id": 61081, + "relic_set_id": 108, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 6, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 3 + }, + { + "sub_affix_id": 10, + "count": 2, + "step": 2 + } + ], + "internal_uid": 338, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61062, + "relic_set_id": 106, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 3 + }, + { + "sub_affix_id": 10, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 2, + "step": 3 + } + ], + "internal_uid": 339, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61023, + "relic_set_id": 102, + "main_affix_id": 7, + "sub_affixes": [ + { + "sub_affix_id": 1, + "count": 3, + "step": 1 + }, + { + "sub_affix_id": 2, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 4, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + } + ], + "internal_uid": 340, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61064, + "relic_set_id": 106, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 3, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 4, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 5, + "count": 2, + "step": 1 + }, + { + "sub_affix_id": 6, + "count": 2, + "step": 1 + } + ], + "internal_uid": 341, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 63065, + "relic_set_id": 306, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 2, + "step": 1 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 10, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 3, + "step": 4 + } + ], + "internal_uid": 342, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 63096, + "relic_set_id": 309, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 1, + "count": 2, + "step": 3 + }, + { + "sub_affix_id": 10, + "count": 2, + "step": 1 + }, + { + "sub_affix_id": 11, + "count": 2, + "step": 3 + }, + { + "sub_affix_id": 12, + "count": 2, + "step": 1 + } + ], + "internal_uid": 343, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61061, + "relic_set_id": 106, "main_affix_id": 1, "sub_affixes": [ { "sub_affix_id": 6, + "count": 3, + "step": 4 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 3 + }, + { + "sub_affix_id": 8, + "count": 2, + "step": 1 + }, + { + "sub_affix_id": 10, + "count": 1, + "step": 1 + } + ], + "internal_uid": 344, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61062, + "relic_set_id": 106, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 6, + "count": 4, + "step": 5 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 0 + } + ], + "internal_uid": 345, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61063, + "relic_set_id": 106, + "main_affix_id": 3, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 4, + "count": 2, + "step": 3 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 3 + }, + { + "sub_affix_id": 12, + "count": 1, + "step": 0 + } + ], + "internal_uid": 346, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61064, + "relic_set_id": 106, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 6, + "count": 2, + "step": 1 + }, + { + "sub_affix_id": 10, + "count": 3, + "step": 1 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + } + ], + "internal_uid": 347, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 63045, + "relic_set_id": 304, + "main_affix_id": 3, + "sub_affixes": [ + { + "sub_affix_id": 1, + "count": 4, + "step": 4 + }, + { + "sub_affix_id": 4, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 5, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 10, + "count": 1, + "step": 2 + } + ], + "internal_uid": 348, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 63046, + "relic_set_id": 304, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 1, + "count": 3, + "step": 3 + }, + { + "sub_affix_id": 3, + "count": 2, + "step": 3 + }, + { + "sub_affix_id": 5, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 10, + "count": 1, + "step": 1 + } + ], + "internal_uid": 349, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61061, + "relic_set_id": 106, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 2, + "step": 4 + }, + { + "sub_affix_id": 4, "count": 1, "step": 2 }, @@ -8539,18 +11780,343 @@ "step": 3 }, { - "sub_affix_id": 9, + "sub_affix_id": 10, + "count": 2, + "step": 1 + } + ], + "internal_uid": 350, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61082, + "relic_set_id": 108, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 1, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 4, "count": 3, + "step": 5 + }, + { + "sub_affix_id": 6, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 4 + } + ], + "internal_uid": 351, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61063, + "relic_set_id": 106, + "main_affix_id": 6, + "sub_affixes": [ + { + "sub_affix_id": 3, + "count": 2, "step": 3 }, { - "sub_affix_id": 11, + "sub_affix_id": 4, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 7, + "count": 4, + "step": 1 + }, + { + "sub_affix_id": 9, "count": 2, "step": 2 } ], - "internal_uid": 272, - "equip_avatar": 1310 + "internal_uid": 352, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61064, + "relic_set_id": 106, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 3, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 4, + "count": 5, + "step": 6 + }, + { + "sub_affix_id": 5, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 8, + "count": 1, + "step": 2 + } + ], + "internal_uid": 353, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 63105, + "relic_set_id": 310, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 1, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 2, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 6, + "count": 2, + "step": 3 + }, + { + "sub_affix_id": 7, + "count": 1, + "step": 2 + } + ], + "internal_uid": 354, + "equip_avatar": 8005 + }, + { + "level": 15, + "relic_id": 63096, + "relic_set_id": 309, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 3, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 5, + "count": 3, + "step": 5 + }, + { + "sub_affix_id": 10, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 1 + } + ], + "internal_uid": 355, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61171, + "relic_set_id": 117, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 3, + "step": 3 + }, + { + "sub_affix_id": 5, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 8, + "count": 3, + "step": 1 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 0 + } + ], + "internal_uid": 356, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61172, + "relic_set_id": 117, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 2, + "step": 3 + }, + { + "sub_affix_id": 5, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 3, + "step": 6 + } + ], + "internal_uid": 357, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61173, + "relic_set_id": 117, + "main_affix_id": 5, + "sub_affixes": [ + { + "sub_affix_id": 1, + "count": 2, + "step": 4 + }, + { + "sub_affix_id": 3, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 8, + "count": 4, + "step": 4 + }, + { + "sub_affix_id": 12, + "count": 1, + "step": 1 + } + ], + "internal_uid": 358, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61174, + "relic_set_id": 117, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 1, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 4, + "step": 5 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 12, + "count": 2, + "step": 3 + } + ], + "internal_uid": 359, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 63145, + "relic_set_id": 314, + "main_affix_id": 7, + "sub_affixes": [ + { + "sub_affix_id": 1, + "count": 2, + "step": 4 + }, + { + "sub_affix_id": 3, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 3, + "step": 5 + }, + { + "sub_affix_id": 12, + "count": 2, + "step": 3 + } + ], + "internal_uid": 360, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 63146, + "relic_set_id": 314, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 7, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 4, + "step": 7 + }, + { + "sub_affix_id": 9, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 1, + "step": 0 + } + ], + "internal_uid": 361, + "equip_avatar": 1308 }, { "level": 15, @@ -8559,27 +12125,27 @@ "main_affix_id": 1, "sub_affixes": [ { - "sub_affix_id": 5, - "count": 3, - "step": 3 - }, - { - "sub_affix_id": 7, - "count": 3, - "step": 3 - }, - { - "sub_affix_id": 8, + "sub_affix_id": 4, "count": 1, - "step": 1 + "step": 0 + }, + { + "sub_affix_id": 5, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 6, + "count": 0, + "step": 0 }, { "sub_affix_id": 12, - "count": 2, - "step": 4 + "count": 4, + "step": 0 } ], - "internal_uid": 273, + "internal_uid": 362, "equip_avatar": 1310 }, { @@ -8588,28 +12154,28 @@ "relic_set_id": 119, "main_affix_id": 1, "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 0 + }, { "sub_affix_id": 5, "count": 1, "step": 2 }, { - "sub_affix_id": 7, - "count": 2, - "step": 2 - }, - { - "sub_affix_id": 8, - "count": 2, - "step": 4 + "sub_affix_id": 6, + "count": 0, + "step": 0 }, { "sub_affix_id": 12, - "count": 4, - "step": 4 + "count": 3, + "step": 0 } ], - "internal_uid": 274, + "internal_uid": 363, "equip_avatar": 1310 }, { @@ -8620,27 +12186,57 @@ "sub_affixes": [ { "sub_affix_id": 2, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 4, "count": 1, - "step": 2 + "step": 0 + }, + { + "sub_affix_id": 6, + "count": 0, + "step": 0 + }, + { + "sub_affix_id": 12, + "count": 3, + "step": 0 + } + ], + "internal_uid": 364, + "equip_avatar": 1310 + }, + { + "level": 15, + "relic_id": 61194, + "relic_set_id": 119, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 4, + "count": 0, + "step": 0 }, { "sub_affix_id": 7, "count": 2, - "step": 2 - }, - { - "sub_affix_id": 8, - "count": 2, - "step": 4 + "step": 0 }, { "sub_affix_id": 12, "count": 4, - "step": 4 + "step": 0 } ], - "internal_uid": 275, - "equip_avatar": 1310 + "internal_uid": 365, + "equip_avatar": 0 }, { "level": 15, @@ -8651,25 +12247,25 @@ { "sub_affix_id": 2, "count": 1, - "step": 1 + "step": 0 }, { - "sub_affix_id": 5, - "count": 2, - "step": 2 + "sub_affix_id": 4, + "count": 1, + "step": 0 }, { - "sub_affix_id": 8, - "count": 3, - "step": 6 + "sub_affix_id": 6, + "count": 0, + "step": 0 }, { "sub_affix_id": 12, - "count": 3, - "step": 6 + "count": 4, + "step": 0 } ], - "internal_uid": 276, + "internal_uid": 366, "equip_avatar": 1310 }, { @@ -8681,26 +12277,3146 @@ { "sub_affix_id": 2, "count": 1, - "step": 2 + "step": 0 + }, + { + "sub_affix_id": 4, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 6, + "count": 0, + "step": 0 + }, + { + "sub_affix_id": 12, + "count": 3, + "step": 0 + } + ], + "internal_uid": 367, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 63166, + "relic_set_id": 316, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 4, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 5, + "count": 4, + "step": 4 + }, + { + "sub_affix_id": 6, + "count": 0, + "step": 0 + } + ], + "internal_uid": 368, + "equip_avatar": 1310 + }, + { + "level": 15, + "relic_id": 61011, + "relic_set_id": 101, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 5, + "count": 1, + "step": 0 }, { "sub_affix_id": 7, "count": 3, + "step": 0 + }, + { + "sub_affix_id": 12, + "count": 3, + "step": 0 + } + ], + "internal_uid": 369, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61012, + "relic_set_id": 101, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 5, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 0 + }, + { + "sub_affix_id": 12, + "count": 3, + "step": 0 + } + ], + "internal_uid": 370, + "equip_avatar": 1301 + }, + { + "level": 15, + "relic_id": 61143, + "relic_set_id": 114, + "main_affix_id": 6, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 5, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 7, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 12, + "count": 3, + "step": 3 + } + ], + "internal_uid": 371, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61143, + "relic_set_id": 114, + "main_affix_id": 6, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 5, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 7, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 12, + "count": 4, + "step": 0 + } + ], + "internal_uid": 372, + "equip_avatar": 1301 + }, + { + "level": 15, + "relic_id": 61144, + "relic_set_id": 114, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 5, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 12, + "count": 4, + "step": 0 + } + ], + "internal_uid": 373, + "equip_avatar": 1301 + }, + { + "level": 15, + "relic_id": 63025, + "relic_set_id": 302, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 12, + "count": 3, + "step": 0 + } + ], + "internal_uid": 374, + "equip_avatar": 1301 + }, + { + "level": 15, + "relic_id": 63026, + "relic_set_id": 302, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 0, + "step": 0 + }, + { + "sub_affix_id": 5, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 12, + "count": 4, + "step": 0 + } + ], + "internal_uid": 375, + "equip_avatar": 1301 + }, + { + "level": 15, + "relic_id": 63165, + "relic_set_id": 316, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 7, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 12, + "count": 4, + "step": 0 + } + ], + "internal_uid": 376, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 63165, + "relic_set_id": 316, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 7, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 12, + "count": 4, + "step": 0 + } + ], + "internal_uid": 377, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 63165, + "relic_set_id": 316, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 3, + "count": 3, "step": 6 }, { "sub_affix_id": 9, "count": 1, - "step": 1 + "step": 2 + }, + { + "sub_affix_id": 10, + "count": 4, + "step": 0 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 0 + } + ], + "internal_uid": 378, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 63165, + "relic_set_id": 316, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 6, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 4 + }, + { + "sub_affix_id": 12, + "count": 3, + "step": 0 + } + ], + "internal_uid": 379, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 63165, + "relic_set_id": 316, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 3, + "step": 0 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 3, + "step": 0 + } + ], + "internal_uid": 380, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 63166, + "relic_set_id": 316, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 3, + "step": 3 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 4 + }, + { + "sub_affix_id": 12, + "count": 3, + "step": 3 + } + ], + "internal_uid": 381, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 63166, + "relic_set_id": 316, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 4, + "count": 3, + "step": 6 + }, + { + "sub_affix_id": 5, + "count": 3, + "step": 6 + }, + { + "sub_affix_id": 10, + "count": 2, + "step": 0 + } + ], + "internal_uid": 382, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 63165, + "relic_set_id": 316, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 1, + "count": 0, + "step": 0 + }, + { + "sub_affix_id": 4, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 0 }, { "sub_affix_id": 12, "count": 4, + "step": 0 + } + ], + "internal_uid": 383, + "equip_avatar": 1310 + }, + { + "level": 15, + "relic_id": 61141, + "relic_set_id": 114, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 0 + }, + { + "sub_affix_id": 9, + "count": 6, + "step": 0 + } + ], + "internal_uid": 384, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61142, + "relic_set_id": 114, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 0 + }, + { + "sub_affix_id": 9, + "count": 6, + "step": 0 + } + ], + "internal_uid": 385, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61033, + "relic_set_id": 103, + "main_affix_id": 5, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 3, + "step": 0 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 4, + "step": 0 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + } + ], + "internal_uid": 386, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61141, + "relic_set_id": 114, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 5, + "step": 0 + }, + { + "sub_affix_id": 9, + "count": 6, + "step": 0 + } + ], + "internal_uid": 387, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61142, + "relic_set_id": 114, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 4, + "step": 0 + }, + { + "sub_affix_id": 9, + "count": 6, + "step": 0 + } + ], + "internal_uid": 388, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61033, + "relic_set_id": 103, + "main_affix_id": 5, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 3, + "step": 0 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 5, + "step": 0 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + } + ], + "internal_uid": 389, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61083, + "relic_set_id": 108, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 5, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 6, + "step": 2 + } + ], + "internal_uid": 390, + "equip_avatar": 1006 + }, + { + "level": 15, + "relic_id": 61152, + "relic_set_id": 115, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 6, + "step": 2 + } + ], + "internal_uid": 391, + "equip_avatar": 1112 + }, + { + "level": 15, + "relic_id": 61154, + "relic_set_id": 115, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 5, + "step": 2 + } + ], + "internal_uid": 392, + "equip_avatar": 1003 + }, + { + "level": 15, + "relic_id": 61152, + "relic_set_id": 115, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 5, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 6, + "step": 2 + } + ], + "internal_uid": 393, + "equip_avatar": 1003 + }, + { + "level": 15, + "relic_id": 61151, + "relic_set_id": 115, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 6, + "step": 2 + } + ], + "internal_uid": 394, + "equip_avatar": 1003 + }, + { + "level": 15, + "relic_id": 63116, + "relic_set_id": 311, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 4, + "step": 2 + }, + { + "sub_affix_id": 10, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 3, + "step": 2 + } + ], + "internal_uid": 395, + "equip_avatar": 1005 + }, + { + "level": 15, + "relic_id": 63115, + "relic_set_id": 311, + "main_affix_id": 7, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 4, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 10, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 1, + "step": 2 + } + ], + "internal_uid": 396, + "equip_avatar": 1005 + }, + { + "level": 15, + "relic_id": 61164, + "relic_set_id": 116, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 5, + "count": 4, + "step": 2 + }, + { + "sub_affix_id": 10, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 3, + "step": 2 + } + ], + "internal_uid": 397, + "equip_avatar": 1005 + }, + { + "level": 15, + "relic_id": 61163, + "relic_set_id": 116, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 4, + "step": 2 + }, + { + "sub_affix_id": 10, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 3, + "step": 2 + } + ], + "internal_uid": 398, + "equip_avatar": 1005 + }, + { + "level": 15, + "relic_id": 61162, + "relic_set_id": 116, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 5, + "count": 5, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 1, + "step": 2 + } + ], + "internal_uid": 399, + "equip_avatar": 1005 + }, + { + "level": 15, + "relic_id": 61161, + "relic_set_id": 116, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 5, + "count": 5, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 1, + "step": 2 + } + ], + "internal_uid": 400, + "equip_avatar": 1005 + }, + { + "level": 15, + "relic_id": 61162, + "relic_set_id": 116, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 5, + "count": 4, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 1, + "step": 2 + } + ], + "internal_uid": 401, + "equip_avatar": 1210 + }, + { + "level": 15, + "relic_id": 61161, + "relic_set_id": 116, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 5, + "count": 4, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 1, + "step": 2 + } + ], + "internal_uid": 402, + "equip_avatar": 1210 + }, + { + "level": 15, + "relic_id": 63096, + "relic_set_id": 309, + "main_affix_id": 3, + "sub_affixes": [ + { + "sub_affix_id": 1, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 5, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 6, + "step": 2 + } + ], + "internal_uid": 403, + "equip_avatar": 1205 + }, + { + "level": 15, + "relic_id": 63106, + "relic_set_id": 310, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 4, + "step": 2 + } + ], + "internal_uid": 404, + "equip_avatar": 1101 + }, + { + "level": 15, + "relic_id": 63105, + "relic_set_id": 310, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 7, + "count": 4, + "step": 2 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 3, + "step": 2 + } + ], + "internal_uid": 405, + "equip_avatar": 1101 + }, + { + "level": 15, + "relic_id": 61144, + "relic_set_id": 114, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 3, + "step": 2 + } + ], + "internal_uid": 406, + "equip_avatar": 1101 + }, + { + "level": 15, + "relic_id": 61143, + "relic_set_id": 114, + "main_affix_id": 5, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 6, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + } + ], + "internal_uid": 407, + "equip_avatar": 1101 + }, + { + "level": 15, + "relic_id": 61142, + "relic_set_id": 114, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 6, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 6, + "step": 2 + }, + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + } + ], + "internal_uid": 408, + "equip_avatar": 1101 + }, + { + "level": 15, + "relic_id": 61141, + "relic_set_id": 114, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 6, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 4, + "step": 2 + }, + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + } + ], + "internal_uid": 409, + "equip_avatar": 1101 + }, + { + "level": 15, + "relic_id": 63106, + "relic_set_id": 310, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 1, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 4, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + } + ], + "internal_uid": 410, + "equip_avatar": 1217 + }, + { + "level": 15, + "relic_id": 63105, + "relic_set_id": 310, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 1, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 6, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 1, + "step": 2 + } + ], + "internal_uid": 411, + "equip_avatar": 1217 + }, + { + "level": 15, + "relic_id": 61014, + "relic_set_id": 101, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 1, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 4, + "count": 5, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 2 + } + ], + "internal_uid": 412, + "equip_avatar": 1217 + }, + { + "level": 15, + "relic_id": 61013, + "relic_set_id": 101, + "main_affix_id": 6, + "sub_affixes": [ + { + "sub_affix_id": 1, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 4, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 2, + "step": 2 + } + ], + "internal_uid": 413, + "equip_avatar": 1217 + }, + { + "level": 15, + "relic_id": 61012, + "relic_set_id": 101, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 1, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 4, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 2, + "step": 2 + } + ], + "internal_uid": 414, + "equip_avatar": 1217 + }, + { + "level": 15, + "relic_id": 61011, + "relic_set_id": 101, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 6, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 4, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 2, + "step": 2 + } + ], + "internal_uid": 415, + "equip_avatar": 1217 + }, + { + "level": 15, + "relic_id": 63106, + "relic_set_id": 310, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 9, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 5, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + } + ], + "internal_uid": 416, + "equip_avatar": 1203 + }, + { + "level": 15, + "relic_id": 63105, + "relic_set_id": 310, + "main_affix_id": 10, + "sub_affixes": [ + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 5, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 6, + "step": 2 + } + ], + "internal_uid": 417, + "equip_avatar": 1203 + }, + { + "level": 15, + "relic_id": 61014, + "relic_set_id": 101, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 5, + "step": 2 + } + ], + "internal_uid": 418, + "equip_avatar": 1203 + }, + { + "level": 15, + "relic_id": 61013, + "relic_set_id": 101, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 5, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 5, + "step": 2 + } + ], + "internal_uid": 419, + "equip_avatar": 1203 + }, + { + "level": 15, + "relic_id": 61012, + "relic_set_id": 101, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 6, + "step": 2 + } + ], + "internal_uid": 420, + "equip_avatar": 1203 + }, + { + "level": 15, + "relic_id": 61011, + "relic_set_id": 101, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 5, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 2 + } + ], + "internal_uid": 421, + "equip_avatar": 1203 + }, + { + "level": 15, + "relic_id": 61153, + "relic_set_id": 115, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 5, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 6, + "step": 2 + } + ], + "internal_uid": 422, + "equip_avatar": 1013 + }, + { + "level": 15, + "relic_id": 61151, + "relic_set_id": 115, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 5, + "step": 2 + } + ], + "internal_uid": 423, + "equip_avatar": 1013 + }, + { + "level": 15, + "relic_id": 63126, + "relic_set_id": 312, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 10, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 6, + "step": 2 + } + ], + "internal_uid": 424, + "equip_avatar": 1106 + }, + { + "level": 15, + "relic_id": 63125, + "relic_set_id": 312, + "main_affix_id": 6, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 5, + "step": 2 + } + ], + "internal_uid": 425, + "equip_avatar": 1106 + }, + { + "level": 15, + "relic_id": 61024, + "relic_set_id": 102, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 10, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 3, + "step": 2 + } + ], + "internal_uid": 426, + "equip_avatar": 1106 + }, + { + "level": 15, + "relic_id": 61023, + "relic_set_id": 102, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 5, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 4, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 3, + "step": 2 + } + ], + "internal_uid": 427, + "equip_avatar": 1106 + }, + { + "level": 15, + "relic_id": 61022, + "relic_set_id": 102, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 8, + "count": 4, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + } + ], + "internal_uid": 428, + "equip_avatar": 1106 + }, + { + "level": 15, + "relic_id": 61021, + "relic_set_id": 102, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 8, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 6, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + } + ], + "internal_uid": 429, + "equip_avatar": 1106 + }, + { + "level": 15, + "relic_id": 63106, + "relic_set_id": 310, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 6, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 10, + "count": 1, + "step": 2 + } + ], + "internal_uid": 430, + "equip_avatar": 1104 + }, + { + "level": 15, + "relic_id": 63105, + "relic_set_id": 310, + "main_affix_id": 3, + "sub_affixes": [ + { + "sub_affix_id": 3, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 4, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 4, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 2, + "step": 2 + } + ], + "internal_uid": 431, + "equip_avatar": 1104 + }, + { + "level": 15, + "relic_id": 61034, + "relic_set_id": 103, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 3, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 6, + "count": 6, + "step": 2 + }, + { + "sub_affix_id": 10, + "count": 1, + "step": 2 + } + ], + "internal_uid": 432, + "equip_avatar": 1104 + }, + { + "level": 15, + "relic_id": 61033, + "relic_set_id": 103, + "main_affix_id": 3, + "sub_affixes": [ + { + "sub_affix_id": 3, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 4, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 4, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 2, + "step": 2 + } + ], + "internal_uid": 433, + "equip_avatar": 1104 + }, + { + "level": 15, + "relic_id": 61032, + "relic_set_id": 103, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 3, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 6, + "count": 6, + "step": 2 + }, + { + "sub_affix_id": 10, + "count": 1, + "step": 2 + } + ], + "internal_uid": 434, + "equip_avatar": 1104 + }, + { + "level": 15, + "relic_id": 61031, + "relic_set_id": 103, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 3, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 6, + "count": 6, + "step": 2 + }, + { + "sub_affix_id": 10, + "count": 1, + "step": 2 + } + ], + "internal_uid": 435, + "equip_avatar": 1104 + }, + { + "level": 15, + "relic_id": 63086, + "relic_set_id": 308, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 5, + "step": 2 + } + ], + "internal_uid": 436, + "equip_avatar": 1303 + }, + { + "level": 15, + "relic_id": 63085, + "relic_set_id": 308, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 6, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 5, + "step": 2 + } + ], + "internal_uid": 437, + "equip_avatar": 1303 + }, + { + "level": 15, + "relic_id": 61144, + "relic_set_id": 114, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 6, + "step": 2 + } + ], + "internal_uid": 438, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61143, + "relic_set_id": 114, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 6, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 4, + "step": 2 + } + ], + "internal_uid": 439, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61142, + "relic_set_id": 114, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 4, + "step": 2 + } + ], + "internal_uid": 440, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61141, + "relic_set_id": 114, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 4, + "step": 2 + } + ], + "internal_uid": 441, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61184, + "relic_set_id": 118, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 6, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 6, + "step": 2 + } + ], + "internal_uid": 442, + "equip_avatar": 1303 + }, + { + "level": 15, + "relic_id": 61183, + "relic_set_id": 118, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 6, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 4, + "step": 2 + } + ], + "internal_uid": 443, + "equip_avatar": 1303 + }, + { + "level": 15, + "relic_id": 61182, + "relic_set_id": 118, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 4, + "step": 2 + } + ], + "internal_uid": 444, + "equip_avatar": 1303 + }, + { + "level": 15, + "relic_id": 61181, + "relic_set_id": 118, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 4, + "step": 2 + } + ], + "internal_uid": 445, + "equip_avatar": 1303 + }, + { + "level": 15, + "relic_id": 63036, + "relic_set_id": 303, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 4, + "step": 2 + }, + { + "sub_affix_id": 10, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 3, + "step": 2 + } + ], + "internal_uid": 446, + "equip_avatar": 1307 + }, + { + "level": 15, + "relic_id": 63035, + "relic_set_id": 303, + "main_affix_id": 8, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 4, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 10, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 1, + "step": 2 + } + ], + "internal_uid": 447, + "equip_avatar": 1307 + }, + { + "level": 15, + "relic_id": 61161, + "relic_set_id": 116, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 5, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 10, + "count": 4, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 1, + "step": 2 + } + ], + "internal_uid": 448, + "equip_avatar": 1307 + }, + { + "level": 15, + "relic_id": 61201, + "relic_set_id": 120, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 8, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 9, + "count": 5, + "step": 5 + } + ], + "internal_uid": 449, + "equip_avatar": 1221 + }, + { + "level": 15, + "relic_id": 61202, + "relic_set_id": 120, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 8, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 9, + "count": 5, + "step": 5 + } + ], + "internal_uid": 450, + "equip_avatar": 1221 + }, + { + "level": 15, + "relic_id": 61203, + "relic_set_id": 120, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 5, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 9, + "count": 5, + "step": 5 + } + ], + "internal_uid": 451, + "equip_avatar": 1221 + }, + { + "level": 15, + "relic_id": 61204, + "relic_set_id": 120, + "main_affix_id": 2, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 8, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 4, "step": 8 } ], - "internal_uid": 277, - "equip_avatar": 1310 + "internal_uid": 452, + "equip_avatar": 1221 + }, + { + "level": 15, + "relic_id": 63065, + "relic_set_id": 306, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 8, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 4, + "step": 8 + } + ], + "internal_uid": 453, + "equip_avatar": 1221 + }, + { + "level": 15, + "relic_id": 63066, + "relic_set_id": 306, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 0 + }, + { + "sub_affix_id": 8, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 4, + "step": 8 + } + ], + "internal_uid": 454, + "equip_avatar": 1221 + }, + { + "level": 15, + "relic_id": 61171, + "relic_set_id": 117, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 10, + "count": 5, + "step": 10 + } + ], + "internal_uid": 455, + "equip_avatar": 1218 + }, + { + "level": 15, + "relic_id": 61172, + "relic_set_id": 117, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 10, + "count": 5, + "step": 10 + } + ], + "internal_uid": 456, + "equip_avatar": 1218 + }, + { + "level": 15, + "relic_id": 61173, + "relic_set_id": 117, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 10, + "count": 5, + "step": 10 + } + ], + "internal_uid": 457, + "equip_avatar": 1218 + }, + { + "level": 15, + "relic_id": 61174, + "relic_set_id": 117, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 2, + "step": 4 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 10, + "count": 5, + "step": 10 + } + ], + "internal_uid": 458, + "equip_avatar": 1218 + }, + { + "level": 15, + "relic_id": 63085, + "relic_set_id": 308, + "main_affix_id": 5, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 2, + "step": 4 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 10, + "count": 5, + "step": 10 + } + ], + "internal_uid": 459, + "equip_avatar": 1218 + }, + { + "level": 15, + "relic_id": 63086, + "relic_set_id": 308, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 7, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 2, + "step": 4 + }, + { + "sub_affix_id": 9, + "count": 2, + "step": 4 + }, + { + "sub_affix_id": 10, + "count": 5, + "step": 10 + } + ], + "internal_uid": 460, + "equip_avatar": 1218 + }, + { + "level": 15, + "relic_id": 61121, + "relic_set_id": 112, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 8, + "count": 3, + "step": 0 + }, + { + "sub_affix_id": 9, + "count": 3, + "step": 3 + } + ], + "internal_uid": 461, + "equip_avatar": 1224 + }, + { + "level": 15, + "relic_id": 61122, + "relic_set_id": 112, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 5, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 8, + "count": 3, + "step": 0 + }, + { + "sub_affix_id": 9, + "count": 3, + "step": 3 + } + ], + "internal_uid": 462, + "equip_avatar": 1224 + }, + { + "level": 15, + "relic_id": 61123, + "relic_set_id": 112, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 2, + "step": 4 + }, + { + "sub_affix_id": 5, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 9, + "count": 4, + "step": 8 + } + ], + "internal_uid": 463, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61124, + "relic_set_id": 112, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 5, + "count": 3, + "step": 3 + }, + { + "sub_affix_id": 8, + "count": 3, + "step": 6 + }, + { + "sub_affix_id": 9, + "count": 2, + "step": 2 + } + ], + "internal_uid": 464, + "equip_avatar": 1224 + }, + { + "level": 15, + "relic_id": 63065, + "relic_set_id": 306, + "main_affix_id": 10, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 5, + "count": 3, + "step": 3 + }, + { + "sub_affix_id": 8, + "count": 3, + "step": 6 + }, + { + "sub_affix_id": 9, + "count": 2, + "step": 2 + } + ], + "internal_uid": 465, + "equip_avatar": 1224 + }, + { + "level": 15, + "relic_id": 63066, + "relic_set_id": 306, + "main_affix_id": 4, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 0 + }, + { + "sub_affix_id": 8, + "count": 3, + "step": 6 + }, + { + "sub_affix_id": 9, + "count": 2, + "step": 2 + } + ], + "internal_uid": 466, + "equip_avatar": 1224 + }, + { + "level": 15, + "relic_id": 61123, + "relic_set_id": 112, + "main_affix_id": 5, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 1, + "step": 1 + }, + { + "sub_affix_id": 5, + "count": 4, + "step": 0 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 2, + "step": 2 + } + ], + "internal_uid": 467, + "equip_avatar": 1224 + }, + { + "level": 15, + "relic_id": 61181, + "relic_set_id": 118, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 11, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 3, + "step": 2 + }, + { + "sub_affix_id": 12, + "count": 4, + "step": 2 + } + ], + "internal_uid": 468, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61151, + "relic_set_id": 115, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 5, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 1, + "step": 2 + }, + { + "sub_affix_id": 9, + "count": 5, + "step": 2 + } + ], + "internal_uid": 469, + "equip_avatar": 0 + }, + { + "level": 15, + "relic_id": 61111, + "relic_set_id": 111, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 2, + "count": 3, + "step": 3 + }, + { + "sub_affix_id": 5, + "count": 1, + "step": 0 + }, + { + "sub_affix_id": 8, + "count": 3, + "step": 1 + }, + { + "sub_affix_id": 9, + "count": 1, + "step": 0 + } + ], + "internal_uid": 470, + "equip_avatar": 1308 + }, + { + "level": 15, + "relic_id": 61112, + "relic_set_id": 111, + "main_affix_id": 1, + "sub_affixes": [ + { + "sub_affix_id": 4, + "count": 2, + "step": 3 + }, + { + "sub_affix_id": 5, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 7, + "count": 2, + "step": 2 + }, + { + "sub_affix_id": 8, + "count": 3, + "step": 6 + } + ], + "internal_uid": 471, + "equip_avatar": 1308 } ], "avatars": { @@ -8732,8 +15448,10 @@ }, "level": 80, "promotion": 6, - "techniques": [], - "sp_value": 0, + "techniques": [ + 100101 + ], + "sp_value": 60, "sp_max": 120 }, "1002": { @@ -8797,7 +15515,7 @@ "level": 80, "promotion": 6, "techniques": [], - "sp_value": 0, + "sp_value": 60, "sp_max": 120 }, "1004": { @@ -8836,7 +15554,7 @@ "owner_uid": 0, "avatar_id": 1005, "data": { - "rank": 0, + "rank": 6, "skills": { "1005001": 6, "1005002": 10, @@ -8860,15 +15578,17 @@ }, "level": 80, "promotion": 6, - "techniques": [], - "sp_value": 0, + "techniques": [ + 100501 + ], + "sp_value": 60, "sp_max": 120 }, "1006": { "owner_uid": 0, "avatar_id": 1006, "data": { - "rank": 0, + "rank": 2, "skills": { "1006001": 6, "1006002": 10, @@ -8893,7 +15613,7 @@ "level": 80, "promotion": 6, "techniques": [], - "sp_value": 0, + "sp_value": 55, "sp_max": 110 }, "1008": { @@ -8996,7 +15716,7 @@ "owner_uid": 0, "avatar_id": 1101, "data": { - "rank": 0, + "rank": 2, "skills": { "1101001": 6, "1101002": 10, @@ -9020,8 +15740,10 @@ }, "level": 80, "promotion": 6, - "techniques": [], - "sp_value": 0, + "techniques": [ + 110101 + ], + "sp_value": 60, "sp_max": 120 }, "1102": { @@ -9092,12 +15814,12 @@ "owner_uid": 0, "avatar_id": 1104, "data": { - "rank": 0, + "rank": 1, "skills": { - "1104001": 6, - "1104002": 10, - "1104003": 10, - "1104004": 10, + "1104001": 3, + "1104002": 4, + "1104003": 7, + "1104004": 4, "1104007": 1, "1104101": 1, "1104102": 1, @@ -9116,8 +15838,10 @@ }, "level": 80, "promotion": 6, - "techniques": [], - "sp_value": 0, + "techniques": [ + 110401 + ], + "sp_value": 50, "sp_max": 100 }, "1105": { @@ -9156,12 +15880,12 @@ "owner_uid": 0, "avatar_id": 1106, "data": { - "rank": 0, + "rank": 6, "skills": { - "1106001": 6, - "1106002": 10, - "1106003": 10, - "1106004": 10, + "1106001": 3, + "1106002": 3, + "1106003": 8, + "1106004": 8, "1106007": 1, "1106101": 1, "1106102": 1, @@ -9181,7 +15905,7 @@ "level": 80, "promotion": 6, "techniques": [], - "sp_value": 0, + "sp_value": 55, "sp_max": 110 }, "1107": { @@ -9348,7 +16072,7 @@ "owner_uid": 0, "avatar_id": 1112, "data": { - "rank": 0, + "rank": 1, "skills": { "1112001": 6, "1112002": 10, @@ -9373,7 +16097,7 @@ "level": 80, "promotion": 6, "techniques": [], - "sp_value": 0, + "sp_value": 65, "sp_max": 130 }, "1201": { @@ -9446,10 +16170,10 @@ "data": { "rank": 0, "skills": { - "1203001": 6, - "1203002": 10, - "1203003": 10, - "1203004": 10, + "1203001": 1, + "1203002": 9, + "1203003": 2, + "1203004": 9, "1203007": 1, "1203101": 1, "1203102": 1, @@ -9468,8 +16192,10 @@ }, "level": 80, "promotion": 6, - "techniques": [], - "sp_value": 0, + "techniques": [ + 120301 + ], + "sp_value": 50, "sp_max": 100 }, "1204": { @@ -9533,7 +16259,7 @@ "level": 80, "promotion": 6, "techniques": [], - "sp_value": 0, + "sp_value": 65, "sp_max": 130 }, "1206": { @@ -9604,7 +16330,7 @@ "owner_uid": 0, "avatar_id": 1208, "data": { - "rank": 0, + "rank": 6, "skills": { "1208001": 6, "1208002": 10, @@ -9668,7 +16394,7 @@ "owner_uid": 0, "avatar_id": 1210, "data": { - "rank": 0, + "rank": 6, "skills": { "1210001": 6, "1210002": 10, @@ -9693,7 +16419,7 @@ "level": 80, "promotion": 6, "techniques": [], - "sp_value": 0, + "sp_value": 60, "sp_max": 120 }, "1211": { @@ -9796,7 +16522,7 @@ "owner_uid": 0, "avatar_id": 1214, "data": { - "rank": 0, + "rank": 6, "skills": { "1214001": 6, "1214002": 10, @@ -9820,8 +16546,10 @@ }, "level": 80, "promotion": 6, - "techniques": [], - "sp_value": 0, + "techniques": [ + 121401 + ], + "sp_value": 60, "sp_max": 120 }, "1215": { @@ -9862,10 +16590,10 @@ "data": { "rank": 0, "skills": { - "1217001": 6, - "1217002": 10, - "1217003": 10, - "1217004": 10, + "1217001": 1, + "1217002": 8, + "1217003": 8, + "1217004": 8, "1217007": 1, "1217101": 1, "1217102": 1, @@ -9884,15 +16612,229 @@ }, "level": 80, "promotion": 6, - "techniques": [], - "sp_value": 0, + "techniques": [ + 121701 + ], + "sp_value": 70, "sp_max": 140 }, + "1218": { + "owner_uid": 0, + "avatar_id": 1218, + "data": { + "rank": 6, + "skills": { + "1218001": 6, + "1218002": 10, + "1218003": 10, + "1218004": 10, + "1218007": 1, + "1218101": 1, + "1218102": 1, + "1218103": 1, + "1218201": 1, + "1218202": 1, + "1218203": 1, + "1218204": 1, + "1218205": 1, + "1218206": 1, + "1218207": 1, + "1218208": 1, + "1218209": 1, + "1218210": 1 + } + }, + "level": 80, + "promotion": 6, + "techniques": [ + 121801 + ], + "sp_value": 50, + "sp_max": 100 + }, + "1220": { + "owner_uid": 0, + "avatar_id": 1220, + "data": { + "rank": 0, + "skills": { + "1220001": 6, + "1220002": 10, + "1220003": 10, + "1220004": 10, + "1220007": 1, + "1220101": 1, + "1220102": 1, + "1220103": 1, + "1220201": 1, + "1220202": 1, + "1220203": 1, + "1220204": 1, + "1220205": 1, + "1220206": 1, + "1220207": 1, + "1220208": 1, + "1220209": 1, + "1220210": 1 + } + }, + "level": 80, + "promotion": 6, + "techniques": [ + 122001, + 122002, + 122003, + 122004 + ], + "sp_value": 0, + "sp_max": 12 + }, + "1221": { + "owner_uid": 0, + "avatar_id": 1221, + "data": { + "rank": 0, + "skills": { + "1221001": 6, + "1221002": 10, + "1221003": 10, + "1221004": 10, + "1221007": 1, + "1221101": 1, + "1221102": 1, + "1221103": 1, + "1221201": 1, + "1221202": 1, + "1221203": 1, + "1221204": 1, + "1221205": 1, + "1221206": 1, + "1221207": 1, + "1221208": 1, + "1221209": 1, + "1221210": 1 + } + }, + "level": 80, + "promotion": 6, + "techniques": [ + 122101 + ], + "sp_value": 0, + "sp_max": 240 + }, + "1222": { + "owner_uid": 0, + "avatar_id": 1222, + "data": { + "rank": 0, + "skills": { + "1222001": 1, + "1222002": 1, + "1222003": 1, + "1222004": 1, + "1222007": 1, + "1222101": 1, + "1222102": 1, + "1222103": 1, + "1222201": 1, + "1222202": 1, + "1222203": 1, + "1222204": 1, + "1222205": 1, + "1222206": 1, + "1222207": 1, + "1222208": 1, + "1222209": 1, + "1222210": 1 + } + }, + "level": 80, + "promotion": 6, + "techniques": [ + 122201 + ], + "sp_value": 0, + "sp_max": 110 + }, + "1223": { + "owner_uid": 0, + "avatar_id": 1223, + "data": { + "rank": 0, + "skills": { + "1223001": 6, + "1223002": 10, + "1223003": 10, + "1223004": 10, + "1223007": 1, + "1223101": 1, + "1223102": 1, + "1223103": 1, + "1223201": 1, + "1223202": 1, + "1223203": 1, + "1223204": 1, + "1223205": 1, + "1223206": 1, + "1223207": 1, + "1223208": 1, + "1223209": 1, + "1223210": 1 + } + }, + "level": 80, + "promotion": 6, + "techniques": [ + 122301, + 122302, + 122303, + 122304 + ], + "sp_value": 0, + "sp_max": 120 + }, + "1224": { + "owner_uid": 0, + "avatar_id": 1224, + "data": { + "rank": 0, + "skills": { + "1224001": 6, + "1224002": 10, + "1224003": 10, + "1224004": 10, + "1224007": 1, + "1224101": 1, + "1224102": 1, + "1224103": 1, + "1224201": 1, + "1224202": 1, + "1224203": 1, + "1224204": 1, + "1224205": 1, + "1224206": 1, + "1224207": 1, + "1224208": 1, + "1224209": 1, + "1224210": 1 + } + }, + "level": 80, + "promotion": 6, + "techniques": [ + 122401, + 122402, + 122403 + ], + "sp_value": 55, + "sp_max": 110 + }, "1301": { "owner_uid": 0, "avatar_id": 1301, "data": { - "rank": 0, + "rank": 6, "skills": { "1301001": 6, "1301002": 10, @@ -9917,7 +16859,7 @@ "level": 80, "promotion": 6, "techniques": [], - "sp_value": 0, + "sp_value": 55, "sp_max": 110 }, "1302": { @@ -9956,7 +16898,7 @@ "owner_uid": 0, "avatar_id": 1303, "data": { - "rank": 6, + "rank": 0, "skills": { "1303001": 6, "1303002": 10, @@ -9981,9 +16923,7 @@ "level": 80, "promotion": 6, "techniques": [ - 130301, - 130302, - 130303 + 130301 ], "sp_value": 65, "sp_max": 130 @@ -10016,8 +16956,15 @@ }, "level": 80, "promotion": 6, - "techniques": [], - "sp_value": 0, + "techniques": [ + 130401, + 130402, + 130403, + 130404, + 130405, + 130406 + ], + "sp_value": 55, "sp_max": 110 }, "1305": { @@ -10049,14 +16996,14 @@ "level": 80, "promotion": 6, "techniques": [], - "sp_value": 0, + "sp_value": 70, "sp_max": 140 }, "1306": { "owner_uid": 0, "avatar_id": 1306, "data": { - "rank": 0, + "rank": 6, "skills": { "1306001": 6, "1306002": 10, @@ -10080,15 +17027,18 @@ }, "level": 80, "promotion": 6, - "techniques": [], - "sp_value": 0, + "techniques": [ + 130601, + 130602 + ], + "sp_value": 55, "sp_max": 110 }, "1307": { "owner_uid": 0, "avatar_id": 1307, "data": { - "rank": 0, + "rank": 6, "skills": { "1307001": 6, "1307002": 10, @@ -10112,17 +17062,19 @@ }, "level": 80, "promotion": 6, - "techniques": [], - "sp_value": 0, + "techniques": [ + 130701 + ], + "sp_value": 60, "sp_max": 120 }, "1308": { "owner_uid": 0, "avatar_id": 1308, "data": { - "rank": 0, + "rank": 6, "skills": { - "1308001": 6, + "1308001": 3, "1308002": 10, "1308003": 10, "1308004": 10, @@ -10144,8 +17096,12 @@ }, "level": 80, "promotion": 6, - "techniques": [], - "sp_value": 0, + "techniques": [ + 130801, + 130802, + 130803 + ], + "sp_value": 5, "sp_max": 9 }, "1309": { @@ -10176,15 +17132,17 @@ }, "level": 80, "promotion": 6, - "techniques": [], - "sp_value": 0, + "techniques": [ + 130901 + ], + "sp_value": 80, "sp_max": 160 }, "1310": { "owner_uid": 0, "avatar_id": 1310, "data": { - "rank": 6, + "rank": 0, "skills": { "1310001": 6, "1310002": 10, @@ -10209,10 +17167,9 @@ "level": 80, "promotion": 6, "techniques": [ - 131001, - 131002 + 131001 ], - "sp_value": 0, + "sp_value": 120, "sp_max": 240 }, "1312": { @@ -10251,7 +17208,7 @@ "owner_uid": 0, "avatar_id": 1314, "data": { - "rank": 0, + "rank": 6, "skills": { "1314001": 6, "1314002": 10, @@ -10283,7 +17240,7 @@ "owner_uid": 0, "avatar_id": 1315, "data": { - "rank": 0, + "rank": 6, "skills": { "1315001": 6, "1315002": 10, @@ -10307,10 +17264,48 @@ }, "level": 80, "promotion": 6, - "techniques": [], - "sp_value": 0, + "techniques": [ + 131501 + ], + "sp_value": 60, "sp_max": 115 }, + "1317": { + "owner_uid": 0, + "avatar_id": 1317, + "data": { + "rank": 0, + "skills": { + "1317001": 1, + "1317002": 1, + "1317003": 1, + "1317004": 1, + "1317007": 1, + "1317101": 1, + "1317102": 1, + "1317103": 1, + "1317201": 1, + "1317202": 1, + "1317203": 1, + "1317204": 1, + "1317205": 1, + "1317206": 1, + "1317207": 1, + "1317208": 1, + "1317209": 1, + "1317210": 1 + } + }, + "level": 80, + "promotion": 6, + "techniques": [ + 131701, + 131702, + 1000119 + ], + "sp_value": 0, + "sp_max": 160 + }, "8001": { "owner_uid": 0, "avatar_id": 8001, @@ -10468,14 +17463,14 @@ "level": 80, "promotion": 6, "techniques": [], - "sp_value": 0, + "sp_value": 70, "sp_max": 140 }, "8006": { "owner_uid": 0, "avatar_id": 8006, "data": { - "rank": 0, + "rank": 6, "skills": { "8006001": 6, "8006002": 10, @@ -10499,55 +17494,131 @@ }, "level": 80, "promotion": 6, - "techniques": [], - "sp_value": 0, + "techniques": [ + 800501 + ], + "sp_value": 70, "sp_max": 140 } }, "battle_config": { - "battle_type": "AS", + "battle_type": "Moc", "monsters": [ [ { - "level": 90, - "monster_id": 100401404, + "level": 95, + "monster_id": 2033010, "max_hp": 0 }, { - "level": 90, - "monster_id": 100402604, + "level": 95, + "monster_id": 2013010, + "max_hp": 0 + } + ], + [ + { + "level": 95, + "monster_id": 2033010, + "max_hp": 0 + }, + { + "level": 95, + "monster_id": 101401012, "max_hp": 0 } ] ], - "blessings": [ - { - "level": 1, - "id": 3111010, - "dynamic_key": null - } - ], - "stage_id": 420104, - "cycle_count": 0, + "blessings": [], + "stage_id": 30109121, + "cycle_count": 30, "path_resonance_id": 0, - "custom_stats": [] - }, - "lineups": { - "0": 1310, - "1": 1308, - "2": 1314, - "3": 1308 - }, - "position": { - "x": -3588, - "y": 56256, - "z": -87629, - "rot_y": 318488 - }, - "scene": { - "plane_id": 20321, - "floor_id": 20321001, - "entry_id": 2032101 - }, - "main_character": "FemaleHarmony" + "custom_stats": [], + "scepters": [ + { + "level": 3, + "id": 2004, + "components": [ + { + "id": 4021, + "level": 3, + "component_type": "Active" + }, + { + "id": 5001, + "level": 3, + "component_type": "Attach" + }, + { + "id": 5002, + "level": 3, + "component_type": "Attach" + } + ] + }, + { + "level": 3, + "id": 2005, + "components": [ + { + "id": 4021, + "level": 3, + "component_type": "Active" + }, + { + "id": 5001, + "level": 3, + "component_type": "Attach" + }, + { + "id": 5002, + "level": 3, + "component_type": "Attach" + } + ] + }, + { + "level": 3, + "id": 2006, + "components": [ + { + "id": 4021, + "level": 3, + "component_type": "Active" + }, + { + "id": 5001, + "level": 3, + "component_type": "Attach" + }, + { + "id": 5002, + "level": 3, + "component_type": "Attach" + } + ] + }, + { + "level": 3, + "id": 2007, + "components": [ + { + "id": 4021, + "level": 3, + "component_type": "Active" + }, + { + "id": 5001, + "level": 3, + "component_type": "Attach" + }, + { + "id": 5002, + "level": 3, + "component_type": "Attach" + } + ] + } + ] + } } \ No newline at end of file diff --git a/gameserver/Cargo.toml b/gameserver/Cargo.toml index 2b84606..40290c0 100644 --- a/gameserver/Cargo.toml +++ b/gameserver/Cargo.toml @@ -28,5 +28,6 @@ tracing-bunyan-formatter.workspace = true prost.workspace = true proto.workspace = true +proto-derive.workspace = true rand.workspace = true diff --git a/gameserver/src/main.rs b/gameserver/src/main.rs index 4e7e4c3..3e93f70 100644 --- a/gameserver/src/main.rs +++ b/gameserver/src/main.rs @@ -2,6 +2,7 @@ use anyhow::Result; mod logging; mod net; +mod tools; mod util; use logging::init_tracing; diff --git a/gameserver/src/net/handlers/authentication.rs b/gameserver/src/net/handlers/authentication.rs index 7f7a732..5379d9a 100644 --- a/gameserver/src/net/handlers/authentication.rs +++ b/gameserver/src/net/handlers/authentication.rs @@ -1,45 +1,29 @@ -use anyhow::Result; use proto::*; use crate::{net::PlayerSession, util}; pub async fn on_player_get_token_cs_req( - session: &mut PlayerSession, + _session: &mut PlayerSession, _body: &PlayerGetTokenCsReq, -) -> Result<()> { - session - .send( - CMD_PLAYER_GET_TOKEN_SC_RSP, - PlayerGetTokenScRsp { - retcode: 0, - msg: String::from("OK"), - uid: 25, - ..Default::default() - }, - ) - .await + res: &mut PlayerGetTokenScRsp, +) { + res.msg = String::from("OK"); + res.uid = 25; } pub async fn on_player_login_cs_req( - session: &mut PlayerSession, + _session: &mut PlayerSession, body: &PlayerLoginCsReq, -) -> Result<()> { - session - .send( - CMD_PLAYER_LOGIN_SC_RSP, - PlayerLoginScRsp { - login_random: body.login_random, - server_timestamp_ms: util::cur_timestamp_ms(), - stamina: 240, - basic_info: Some(PlayerBasicInfo { - nickname: String::from("RobinSR"), - level: 70, - world_level: 6, - stamina: 240, - ..Default::default() - }), - ..Default::default() - }, - ) - .await + res: &mut PlayerLoginScRsp, +) { + res.login_random = body.login_random; + res.server_timestamp_ms = util::cur_timestamp_ms(); + res.stamina = 240; + res.basic_info = Some(PlayerBasicInfo { + nickname: String::from("RobinSR"), + level: 70, + world_level: 6, + stamina: 240, + ..Default::default() + }); } diff --git a/gameserver/src/net/handlers/avatar.rs b/gameserver/src/net/handlers/avatar.rs index 6be6b53..0a6a806 100644 --- a/gameserver/src/net/handlers/avatar.rs +++ b/gameserver/src/net/handlers/avatar.rs @@ -2,55 +2,48 @@ use crate::net::tools::FreesrData; use super::*; -static UNLOCKED_AVATARS: [u32; 56] = [ +static UNLOCKED_AVATARS: [u32; 57] = [ 8001, 1001, 1002, 1003, 1004, 1005, 1006, 1008, 1009, 1013, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1217, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1312, - 1315, 1310, 1314, 1218, 1221, 1220, 1222, 1223, + 1315, 1310, 1314, 1218, 1221, 1220, 1222, 1223, 1317, ]; pub async fn on_get_avatar_data_cs_req( - session: &mut PlayerSession, + _session: &mut PlayerSession, body: &GetAvatarDataCsReq, -) -> Result<()> { + res: &mut GetAvatarDataScRsp, +) { let json = FreesrData::load().await; - session - .send( - CMD_GET_AVATAR_DATA_SC_RSP, - GetAvatarDataScRsp { - retcode: 0, - is_get_all: body.is_get_all, - avatar_list: UNLOCKED_AVATARS - .iter() - .map(|id| { - json.avatars - .get(id) - .map(|v| { - v.to_avatar_proto( - json.lightcones.iter().find(|v| v.equip_avatar == *id), - json.relics - .iter() - .filter(|v| v.equip_avatar == *id) - .collect(), - ) - }) - .unwrap_or(Avatar { - base_avatar_id: *id, - level: 80, - promotion: 6, - rank: 6, - skilltree_list: (1..=4) - .map(|m| AvatarSkillTree { - point_id: (*id) * 1000 + m, - level: 1, - }) - .collect(), - ..Default::default() - }) - }) - .collect(), - ..Default::default() - }, - ) - .await + res.is_get_all = body.is_get_all; + res.avatar_list = UNLOCKED_AVATARS + .iter() + .map(|id| { + json.avatars + .get(id) + .map(|v| { + v.to_avatar_proto( + json.lightcones.iter().find(|v| v.equip_avatar == *id), + json.relics + .iter() + .filter(|v| v.equip_avatar == *id) + .collect(), + ) + }) + .unwrap_or(Avatar { + base_avatar_id: *id, + level: 80, + promotion: 6, + rank: 6, + skilltree_list: (1..=4) + .map(|m| AvatarSkillTree { + point_id: (*id) * 1000 + m, + level: 1, + }) + .collect(), + first_met_timestamp: 1712924677, + ..Default::default() + }) + }) + .collect(); } diff --git a/gameserver/src/net/handlers/battle.rs b/gameserver/src/net/handlers/battle.rs index 5c72ae8..0587cad 100644 --- a/gameserver/src/net/handlers/battle.rs +++ b/gameserver/src/net/handlers/battle.rs @@ -1,70 +1,53 @@ use std::collections::HashMap; use rand::Rng; +use rogue_magic_battle_unit_info::Item; use crate::net::tools::{self, BattleType, Monster}; use super::*; pub async fn on_start_cocoon_stage_cs_req( - session: &mut PlayerSession, + _session: &mut PlayerSession, body: &StartCocoonStageCsReq, -) -> Result<()> { + res: &mut StartCocoonStageScRsp, +) { let battle_info = create_battle_info().await; - let rsp = StartCocoonStageScRsp { - retcode: 0, - prop_entity_id: body.prop_entity_id, - cocoon_id: body.cocoon_id, - wave: body.wave, - battle_info: Some(battle_info), - }; - - session.send(CMD_START_COCOON_STAGE_SC_RSP, rsp).await + res.prop_entity_id = body.prop_entity_id; + res.cocoon_id = body.cocoon_id; + res.wave = body.wave; + res.battle_info = Some(battle_info); } pub async fn on_pve_battle_result_cs_req( - session: &mut PlayerSession, + _session: &mut PlayerSession, body: &PveBattleResultCsReq, -) -> Result<()> { - session - .send( - CMD_PVE_BATTLE_RESULT_SC_RSP, - PveBattleResultScRsp { - retcode: 0, - end_status: body.end_status, - battle_id: body.battle_id, - ..Default::default() - }, - ) - .await + res: &mut PveBattleResultScRsp, +) { + res.end_status = body.end_status; + res.battle_id = body.battle_id; } pub async fn on_scene_cast_skill_cs_req( - session: &mut PlayerSession, + _session: &mut PlayerSession, request: &SceneCastSkillCsReq, -) -> Result<()> { + res: &mut SceneCastSkillScRsp, +) { + res.attacked_group_id = request.attacked_group_id; + let battle_info = create_battle_info().await; - - let mut resp = SceneCastSkillScRsp { - attacked_group_id: request.attacked_group_id, - retcode: 0, - ..Default::default() - }; - let targets = request - .assist_monster_entity_id_list + .hit_target_entity_id_list .iter() .filter(|id| **id > 30_000 || **id < 1_000) .collect::>(); if targets.is_empty() { - return session.send(CMD_SCENE_CAST_SKILL_SC_RSP, resp).await; + return; } - resp.battle_info = Some(battle_info); - - session.send(CMD_SCENE_CAST_SKILL_SC_RSP, resp).await + res.battle_info = Some(battle_info); } async fn create_battle_info() -> SceneBattleInfo { @@ -237,11 +220,62 @@ async fn create_battle_info() -> SceneBattleInfo { max_sp: 10_000, }), }), + skill_info: vec![], }) } // monsters battle_info.monster_wave_list = Monster::to_scene_monster_waves(&player.battle_config.monsters); + if !player.battle_config.scepters.is_empty() { + battle_info.rogue_magic_battle_info = Some(RogueMagicBattleInfo { + player_detail_info: Some(RogueMagicBattleUnitInfo { + item: Some(Item::BattleRogueMagicData(BattleRogueMagicData { + round_cnt: Some(BattleRogueMagicRoundCount { + hhfjaibgama: 3, + mmkolnbikjh: 0, + }), + battle_scepter_list: player + .battle_config + .scepters + .iter() + .map(|scepter| { + let mut battle_scepter = BattleRogueMagicScepter { + level: scepter.level, + scepter_id: scepter.id, + magic_unit_list: Vec::new(), + slot_count_map: HashMap::from([(3, 0), (4, 0), (5, 0)]), + }; + + let mut index = [0u32; 3]; + + for component in &scepter.components { + let (slot_type, locked) = match component.component_type { + tools::RogueMagicComponentType::Passive => (3u32, false), + tools::RogueMagicComponentType::Active => (4, true), + tools::RogueMagicComponentType::Attach => (5, false), + }; + + let slot_index = &mut index[slot_type as usize - 3]; + battle_scepter.magic_unit_list.push(BattleRogueMagicUnit { + level: component.level, + unit_id: component.id, + slot_id: *slot_index, + locked, + counter_map: Default::default(), + }); + *slot_index += 1; + *battle_scepter.slot_count_map.get_mut(&slot_type).unwrap() += 1; + } + + battle_scepter + }) + .collect(), + })), + }), + scepter: Some(Igefngnckog { ojibobnaikh: 5 }), + }); + } + battle_info } diff --git a/gameserver/src/net/handlers/chat.rs b/gameserver/src/net/handlers/chat.rs index 9fa0057..4735e85 100644 --- a/gameserver/src/net/handlers/chat.rs +++ b/gameserver/src/net/handlers/chat.rs @@ -8,118 +8,91 @@ use crate::{ use super::*; +const SERVER_UID: u32 = 727; +const SERVER_HEAD_ICON: u32 = 201008; +const SERVER_CHAT_BUBBLE_ID: u32 = 220005; +const SERVER_CHAT_HISTORY: [&str; 4] = [ + "'sync'", + "'mc {mc_id}' mc_id can be set from 8001 to 8006", + "'march {march_id}' march_id can be set 1001 or 1224", + "available command:", +]; + pub async fn on_get_friend_login_info_cs_req( - session: &mut PlayerSession, - _: &GetFriendLoginInfoCsReq, -) -> Result<()> { - session - .send( - CMD_GET_FRIEND_LOGIN_INFO_SC_RSP, - GetFriendLoginInfoScRsp { - mnacbpjeche: vec![727], - ..Default::default() - }, - ) - .await + _session: &mut PlayerSession, + _req: &GetFriendLoginInfoCsReq, + res: &mut GetFriendLoginInfoScRsp, +) { + res.friend_uid_list = vec![SERVER_UID]; } pub async fn on_get_friend_list_info_cs_req( - session: &mut PlayerSession, - _: &GetFriendListInfoCsReq, -) -> Result<()> { - session - .send( - CMD_GET_FRIEND_LIST_INFO_SC_RSP, - GetFriendListInfoScRsp { - friend_list: vec![FriendListInfo { - friend_name: String::from("RobinSR"), - simple_info: Some(SimpleInfo { - uid: 727, - platform_type: 3, - online_status: 1, - head_icon: 201008, - chat_bubble_id: 220005, - level: 70, - nickname: String::from("Server"), - signature: String::from("omg"), - ..Default::default() - }), - is_marked: true, - sent_time: 0, - ..Default::default() - }], - ..Default::default() - }, - ) - .await + _session: &mut PlayerSession, + _req: &GetFriendListInfoCsReq, + res: &mut GetFriendListInfoScRsp, +) { + res.friend_list = vec![FriendListInfo { + friend_name: String::from("RobinSR"), + simple_info: Some(SimpleInfo { + uid: SERVER_UID, + platform_type: PlatformType::Pc.into(), + online_status: FriendOnlineStatus::Online.into(), + head_icon: SERVER_HEAD_ICON, + chat_bubble_id: SERVER_CHAT_BUBBLE_ID, + level: 70, + nickname: String::from("Server"), + signature: String::from("omg"), + ..Default::default() + }), + is_marked: true, + sent_time: 0, + ..Default::default() + }]; } pub async fn on_get_private_chat_history_cs_req( - session: &mut PlayerSession, + _session: &mut PlayerSession, req: &GetPrivateChatHistoryCsReq, -) -> Result<()> { - session - .send( - CMD_GET_PRIVATE_CHAT_HISTORY_SC_RSP, - GetPrivateChatHistoryScRsp { - chat_list: vec![ - Chat { - msg_type: MsgType::CustomText.into(), - sent_time: cur_timestamp_ms(), - text: "'sync'".to_string(), - sender_uid: 727, - ..Default::default() - }, - Chat { - msg_type: MsgType::CustomText.into(), - sent_time: cur_timestamp_ms(), - text: "'mc {mc_id}' mc_id can be set from 8001 to 8006".to_string(), - sender_uid: 727, - ..Default::default() - }, - Chat { - msg_type: MsgType::CustomText.into(), - sent_time: cur_timestamp_ms(), - text: "'march {march_id}' march_id can be set 1001 or 1224".to_string(), - sender_uid: 727, - ..Default::default() - }, - Chat { - msg_type: MsgType::CustomText.into(), - sent_time: cur_timestamp_ms(), - text: "available command:".to_string(), - sender_uid: 727, - ..Default::default() - }, - ], - sender_id: 0, // from - to_uid: req.to_uid, // to - ..Default::default() - }, - ) - .await + res: &mut GetPrivateChatHistoryScRsp, +) { + let cur_time = cur_timestamp_ms(); + res.chat_list = SERVER_CHAT_HISTORY + .iter() + .map(|text| Chat { + msg_type: MsgType::CustomText.into(), + sent_time: cur_time, + text: String::from(*text), + sender_uid: SERVER_UID, + ..Default::default() + }) + .collect(); + res.to_uid = req.to_uid; + res.from_uid = SERVER_UID; } -pub async fn on_send_msg_cs_req(session: &mut PlayerSession, body: &SendMsgCsReq) -> Result<()> { +pub async fn on_send_msg_cs_req( + session: &mut PlayerSession, + body: &SendMsgCsReq, + _res: &mut SendMsgScRsp, +) { let mut json = FreesrData::load().await; if let Some((cmd, args)) = parse_command(&body.text) { match cmd { "sync" => { - sync_player(session, json).await?; + sync_player(session, json).await; session - .send( - CMD_REVC_MSG_SC_NOTIFY, - RevcMsgScNotify { - msg_type: body.msg_type, - text: String::from("Inventory Synced"), - emote: body.emote, - from_uid: 727, // from - to_uid: 25, // to - chat_type: body.chat_type, - }, - ) - .await?; + .send(RevcMsgScNotify { + msg_type: body.msg_type, + text: String::from("Inventory Synced"), + emote: body.emote, + from_uid: SERVER_UID, // from + to_uid: 25, // to + chat_type: body.chat_type, + ..Default::default() + }) + .await + .unwrap(); } "mc" => { let mc = MultiPathAvatar::from( @@ -133,28 +106,25 @@ pub async fn on_send_msg_cs_req(session: &mut PlayerSession, body: &SendMsgCsReq json.save().await; session - .send( - CMD_AVATAR_PATH_CHANGED_NOTIFY, - AvatarPathChangedNotify { - base_avatar_id: 8001, - cur_multi_path_avatar_type: mc as i32, - }, - ) - .await?; + .send(AvatarPathChangedNotify { + base_avatar_id: 8001, + cur_multi_path_avatar_type: mc as i32, + }) + .await + .unwrap(); session - .send( - CMD_REVC_MSG_SC_NOTIFY, - RevcMsgScNotify { - msg_type: body.msg_type, - text: format!("Success change mc to {:#?}", mc), - emote: body.emote, - from_uid: 727, // from - to_uid: 25, // to - chat_type: body.chat_type, - }, - ) - .await?; + .send(RevcMsgScNotify { + msg_type: body.msg_type, + text: format!("Success change mc to {:#?}", mc), + emote: body.emote, + from_uid: SERVER_UID, // from + to_uid: 25, // to + chat_type: body.chat_type, + ..Default::default() + }) + .await + .unwrap(); } "march" => { let march_type = MultiPathAvatar::from( @@ -168,42 +138,29 @@ pub async fn on_send_msg_cs_req(session: &mut PlayerSession, body: &SendMsgCsReq json.save().await; session - .send( - CMD_AVATAR_PATH_CHANGED_NOTIFY, - AvatarPathChangedNotify { - base_avatar_id: 1001, - cur_multi_path_avatar_type: march_type as i32, - }, - ) - .await?; + .send(AvatarPathChangedNotify { + base_avatar_id: 1001, + cur_multi_path_avatar_type: march_type as i32, + }) + .await + .unwrap(); session - .send( - CMD_REVC_MSG_SC_NOTIFY, - RevcMsgScNotify { - msg_type: body.msg_type, - text: format!("Success change march to {:#?}", march_type), - emote: body.emote, - from_uid: 727, // from - to_uid: 25, // to - chat_type: body.chat_type, - }, - ) - .await?; + .send(RevcMsgScNotify { + msg_type: body.msg_type, + text: format!("Success change march to {:#?}", march_type), + emote: body.emote, + from_uid: SERVER_UID, // from + to_uid: 25, // to + chat_type: body.chat_type, + ..Default::default() + }) + .await + .unwrap(); } _ => {} } } - - session - .send( - CMD_SEND_MSG_SC_RSP, - SendMsgScRsp { - retcode: 0, - end_time: 0, - }, - ) - .await } fn parse_command(command: &str) -> Option<(&str, Vec<&str>)> { @@ -216,72 +173,68 @@ fn parse_command(command: &str) -> Option<(&str, Vec<&str>)> { Some((parts[0], parts[1..].to_vec())) } -async fn sync_player(session: &mut PlayerSession, json: FreesrData) -> Result<()> { +async fn sync_player(session: &mut PlayerSession, json: FreesrData) { + // clear relics & lightcones session - .send( - CMD_PLAYER_SYNC_SC_NOTIFY, - PlayerSyncScNotify { - del_equipment_list: (2000..3500).collect(), - del_relic_list: (1..2000).collect(), - ..Default::default() - }, - ) - .await?; - - session - .send( - CMD_PLAYER_SYNC_SC_NOTIFY, - PlayerSyncScNotify { - avatar_sync: Some(AvatarSync { - avatar_list: json - .avatars - .values() - .map(|avatar| avatar.to_avatar_proto(Option::None, vec![])) - .collect::>(), - }), - ..Default::default() - }, - ) - .await?; - - session - .send( - CMD_PLAYER_SYNC_SC_NOTIFY, - PlayerSyncScNotify { - relic_list: json.relics.iter().map(|v| v.to_relic_proto()).collect(), - equipment_list: json - .lightcones - .iter() - .map(|v| v.to_equipment_proto()) - .collect(), - ..Default::default() - }, - ) - .await?; - - session - .send( - CMD_PLAYER_SYNC_SC_NOTIFY, - PlayerSyncScNotify { - avatar_sync: Some(AvatarSync { - avatar_list: json - .avatars - .values() - .map(|avatar| { - avatar.to_avatar_proto( - json.lightcones - .iter() - .find(|v| v.equip_avatar == avatar.avatar_id), - json.relics - .iter() - .filter(|v| v.equip_avatar == avatar.avatar_id) - .collect(), - ) - }) - .collect(), - }), - ..Default::default() - }, - ) + .send(PlayerSyncScNotify { + del_equipment_list: (2000..3500).collect(), + del_relic_list: (1..2000).collect(), + ..Default::default() + }) .await + .unwrap(); + + // Sync avatars + session + .send(PlayerSyncScNotify { + avatar_sync: Some(AvatarSync { + avatar_list: json + .avatars + .values() + .map(|avatar| avatar.to_avatar_proto(Option::None, vec![])) + .collect::>(), + }), + ..Default::default() + }) + .await + .unwrap(); + + // Sync new relics + session + .send(PlayerSyncScNotify { + relic_list: json.relics.iter().map(|v| v.to_relic_proto()).collect(), + equipment_list: json + .lightcones + .iter() + .map(|v| v.to_equipment_proto()) + .collect(), + ..Default::default() + }) + .await + .unwrap(); + + // Sync new lightcones + session + .send(PlayerSyncScNotify { + avatar_sync: Some(AvatarSync { + avatar_list: json + .avatars + .values() + .map(|avatar| { + avatar.to_avatar_proto( + json.lightcones + .iter() + .find(|v| v.equip_avatar == avatar.avatar_id), + json.relics + .iter() + .filter(|v| v.equip_avatar == avatar.avatar_id) + .collect(), + ) + }) + .collect(), + }), + ..Default::default() + }) + .await + .unwrap() } diff --git a/gameserver/src/net/handlers/gacha.rs b/gameserver/src/net/handlers/gacha.rs index 2a2a706..9bb495e 100644 --- a/gameserver/src/net/handlers/gacha.rs +++ b/gameserver/src/net/handlers/gacha.rs @@ -1,10 +1,11 @@ pub use super::*; pub async fn on_get_gacha_info_cs_req( - session: &mut PlayerSession, - _: &GetGachaInfoCsReq, -) -> anyhow::Result<()> { - let gacha = GachaInfo { + _session: &mut PlayerSession, + _req: &GetGachaInfoCsReq, + res: &mut GetGachaInfoScRsp, +) { + res.gacha_info_list = vec![GachaInfo { end_time: 1924992000, begin_time: 0, gacha_ceiling: Some(GachaCeiling::default()), @@ -17,47 +18,31 @@ pub async fn on_get_gacha_info_cs_req( ], gacha_id: 1001, ..Default::default() - }; - session - .send( - CMD_GET_GACHA_INFO_SC_RSP, - GetGachaInfoScRsp { - gacha_info_list: vec![gacha], - ..Default::default() - }, - ) - .await + }]; } pub async fn on_do_gacha_cs_req( - session: &mut PlayerSession, + _session: &mut PlayerSession, req: &DoGachaCsReq, -) -> anyhow::Result<()> { - session - .send( - CMD_DO_GACHA_SC_RSP, - DoGachaScRsp { - gacha_id: req.gacha_id, - gacha_num: req.gacha_num, - gacha_item_list: (0..req.gacha_num) - .map(|v| GachaItem { - is_new: false, - gacha_item: Some(Item { - item_id: if v % 2 == 0 { 1310 } else { 1314 }, - ..Default::default() - }), - token_item: Some(ItemList { - item_list: vec![Item { - item_id: 251, - num: 100, - ..Default::default() - }], - }), - transfer_item_list: Some(ItemList { item_list: vec![] }), - }) - .collect(), + res: &mut DoGachaScRsp, +) { + res.gacha_id = req.gacha_id; + res.gacha_num = req.gacha_num; + res.gacha_item_list = (0..req.gacha_num) + .map(|v| GachaItem { + is_new: false, + gacha_item: Some(Item { + item_id: if v % 2 == 0 { 1310 } else { 1314 }, ..Default::default() - }, - ) - .await -} \ No newline at end of file + }), + token_item: Some(ItemList { + item_list: vec![Item { + item_id: 251, + num: 100, + ..Default::default() + }], + }), + transfer_item_list: Some(ItemList { item_list: vec![] }), + }) + .collect(); +} diff --git a/gameserver/src/net/handlers/inventory.rs b/gameserver/src/net/handlers/inventory.rs index b1f8049..1a52e15 100644 --- a/gameserver/src/net/handlers/inventory.rs +++ b/gameserver/src/net/handlers/inventory.rs @@ -1,96 +1,66 @@ -use anyhow::Result; use proto::*; use crate::net::{tools::FreesrData, PlayerSession}; -pub async fn on_get_bag_cs_req(session: &mut PlayerSession, _: &GetBagCsReq) -> Result<()> { +pub async fn on_get_bag_cs_req( + _session: &mut PlayerSession, + _req: &GetBagCsReq, + res: &mut GetBagScRsp, +) { let player = FreesrData::load().await; - session - .send( - CMD_GET_BAG_SC_RSP, - GetBagScRsp { - equipment_list: player - .lightcones - .iter() - .map(|v| v.to_equipment_proto()) - .collect(), - relic_list: player.relics.iter().map(|v| v.to_relic_proto()).collect(), - material_list: vec![ - Material { - tid: 101, // Normal Pass - num: 999999, - ..Default::default() - }, - Material { - tid: 102, // Special Pass - num: 999999, - ..Default::default() - }, - ], - ..Default::default() - }, - ) - .await + res.equipment_list = player + .lightcones + .iter() + .map(|v| v.to_equipment_proto()) + .collect(); + res.relic_list = player.relics.iter().map(|v| v.to_relic_proto()).collect(); + res.material_list = vec![ + Material { + tid: 101, // Normal Pass + num: 999999, + ..Default::default() + }, + Material { + tid: 102, // Special Pass + num: 999999, + ..Default::default() + }, + ]; } pub async fn on_get_archive_data_cs_req( - session: &mut PlayerSession, + _session: &mut PlayerSession, _: &GetArchiveDataCsReq, -) -> Result<()> { - session - .send( - CMD_GET_ARCHIVE_DATA_SC_RSP, - GetArchiveDataScRsp { - archive_data: Some(ArchiveData::default()), - retcode: 0, - }, - ) - .await + res: &mut GetArchiveDataScRsp, +) { + res.archive_data = Some(ArchiveData::default()); } pub async fn on_dress_relic_avatar_cs_req( - session: &mut PlayerSession, - _: &DressRelicAvatarCsReq, -) -> Result<()> { - // ? - session - .send( - CMD_DRESS_RELIC_AVATAR_SC_RSP, - DressRelicAvatarScRsp::default(), - ) - .await + _session: &mut PlayerSession, + _req: &DressRelicAvatarCsReq, + _res: &mut DressRelicAvatarScRsp, +) { } pub async fn on_take_off_relic_cs_req( - session: &mut PlayerSession, - _: &TakeOffRelicCsReq, -) -> Result<()> { - // ? - session - .send(CMD_TAKE_OFF_RELIC_SC_RSP, TakeOffRelicScRsp::default()) - .await + _session: &mut PlayerSession, + _req: &TakeOffRelicCsReq, + _res: &mut TakeOffRelicScRsp, +) { } pub async fn on_dress_avatar_cs_req( - session: &mut PlayerSession, - _: &DressAvatarCsReq, -) -> Result<()> { - // ? - session - .send(CMD_DRESS_AVATAR_SC_RSP, DressAvatarScRsp::default()) - .await + _session: &mut PlayerSession, + _req: &DressAvatarCsReq, + _res: &mut DressAvatarScRsp, +) { } pub async fn on_take_off_equipment_cs_req( - session: &mut PlayerSession, - _: &TakeOffEquipmentCsReq, -) -> Result<()> { - // ? - session - .send( - CMD_TAKE_OFF_EQUIPMENT_SC_RSP, - TakeOffEquipmentScRsp::default(), - ) - .await + _session: &mut PlayerSession, + _req: &TakeOffEquipmentCsReq, + _res: &mut TakeOffEquipmentScRsp, +) { } diff --git a/gameserver/src/net/handlers/lineup.rs b/gameserver/src/net/handlers/lineup.rs index cae02cb..107cacc 100644 --- a/gameserver/src/net/handlers/lineup.rs +++ b/gameserver/src/net/handlers/lineup.rs @@ -6,34 +6,26 @@ use crate::net::tools::{self, AvatarJson, FreesrData}; use super::*; pub async fn on_get_all_lineup_data_cs_req( - session: &mut PlayerSession, + _session: &mut PlayerSession, _body: &GetAllLineupDataCsReq, -) -> Result<()> { + res: &mut GetAllLineupDataScRsp, +) { let player = tools::FreesrData::load().await; - let lineup = LineupInfo { + res.lineup_list = vec![LineupInfo { extra_lineup_type: ExtraLineupType::LineupNone.into(), name: "Squad 1".to_string(), mp: 5, max_mp: 5, avatar_list: AvatarJson::to_lineup_avatars(&player), ..Default::default() - }; - - session - .send( - CMD_GET_ALL_LINEUP_DATA_SC_RSP, - GetAllLineupDataScRsp { - lineup_list: vec![lineup], - ..Default::default() - }, - ) - .await + }]; } pub async fn on_get_cur_lineup_data_cs_req( - session: &mut PlayerSession, + _session: &mut PlayerSession, _body: &GetCurLineupDataCsReq, -) -> Result<()> { + res: &mut GetCurLineupDataScRsp, +) { let player = tools::FreesrData::load().await; let lineup = LineupInfo { extra_lineup_type: ExtraLineupType::LineupNone.into(), @@ -46,95 +38,63 @@ pub async fn on_get_cur_lineup_data_cs_req( ..Default::default() }; - session - .send( - CMD_GET_CUR_LINEUP_DATA_SC_RSP, - GetCurLineupDataScRsp { - lineup: Some(lineup), - ..Default::default() - }, - ) - .await + res.lineup = Some(lineup) } pub async fn on_join_lineup_cs_req( session: &mut PlayerSession, body: &JoinLineupCsReq, -) -> Result<()> { - // update lineups - // TODO: FIX THESE SHIT - { - let mut player = tools::FreesrData::load().await; - let lineups = &mut player.lineups; - lineups.insert( - body.slot, - if body.base_avatar_id == 8001 { - player.main_character as u32 - } else if body.base_avatar_id == 1001 { - player.march_type as u32 - } else { - body.base_avatar_id - }, - ); - player.save_lineup().await; - } - - { - let player = tools::FreesrData::load().await; - - refresh_lineup(session, &player).await?; - } - - session - .send(CMD_JOIN_LINEUP_SC_RSP, JoinLineupScRsp::default()) - .await + _res: &mut JoinLineupScRsp, +) { + let mut player = tools::FreesrData::load().await; + let lineups = &mut player.lineups; + lineups.insert( + body.slot, + if body.base_avatar_id == 8001 { + player.main_character as u32 + } else if body.base_avatar_id == 1001 { + player.march_type as u32 + } else { + body.base_avatar_id + }, + ); + player.save_lineup().await; + refresh_lineup(session, &player).await; } pub async fn on_replace_lineup_cs_req( _session: &mut PlayerSession, req: &ReplaceLineupCsReq, -) -> Result<()> { - { - let mut player = tools::FreesrData::load().await; + _res: &mut ReplaceLineupScRsp, +) { + let mut player = tools::FreesrData::load().await; - let lineups = &mut player.lineups; - for (slot, avatar_id) in &mut *lineups { - if let Some(lineup) = req.slots.get(*slot as usize) { - *avatar_id = if lineup.id == 8001 { - player.main_character as u32 - } else if lineup.id == 1001 { - player.march_type as u32 - } else { - lineup.id - }; + let lineups = &mut player.lineups; + for (slot, avatar_id) in &mut *lineups { + if let Some(lineup) = req.slots.get(*slot as usize) { + *avatar_id = if lineup.id == 8001 { + player.main_character as u32 + } else if lineup.id == 1001 { + player.march_type as u32 } else { - *avatar_id = 0; - } + lineup.id + }; + } else { + *avatar_id = 0; } - player.save_lineup().await; } - - { - let player = tools::FreesrData::load().await; - - refresh_lineup(_session, &player).await?; - } - - _session - .send(CMD_JOIN_LINEUP_SC_RSP, JoinLineupScRsp::default()) - .await + player.save_lineup().await; + refresh_lineup(_session, &player).await; } pub async fn on_quit_lineup_cs_req( _session: &mut PlayerSession, _: &QuitLineupCsReq, -) -> Result<()> { - _session - .send(CMD_JOIN_LINEUP_SC_RSP, JoinLineupScRsp::default()) - .await + _res: &mut QuitLineupScRsp, +) { } -async fn refresh_lineup(sess: &mut PlayerSession, player: &FreesrData) -> Result<()> { +async fn refresh_lineup(session: &mut PlayerSession, player: &FreesrData) { let lineup = LineupInfo { extra_lineup_type: ExtraLineupType::LineupNone.into(), name: "Squad 1".to_string(), @@ -144,9 +104,8 @@ async fn refresh_lineup(sess: &mut PlayerSession, player: &FreesrData) -> Result ..Default::default() }; - sess.send( - CMD_SCENE_GROUP_REFRESH_SC_NOTIFY, - SceneGroupRefreshScNotify { + session + .send(SceneGroupRefreshScNotify { group_refresh_info: vec![SceneGroupRefreshInfo { group_id: 0, state: 0, @@ -170,31 +129,23 @@ async fn refresh_lineup(sess: &mut PlayerSession, player: &FreesrData) -> Result }) .collect(), }], - }, - ) - .await?; + }) + .await + .unwrap(); - sess.send( - CMD_SYNC_LINEUP_NOTIFY, - SyncLineupNotify { + session + .send(SyncLineupNotify { lineup: Some(lineup), reason_list: vec![], - }, - ) - .await + }) + .await + .unwrap(); } pub async fn on_change_lineup_leader_cs_req( - session: &mut PlayerSession, + _session: &mut PlayerSession, body: &ChangeLineupLeaderCsReq, -) -> Result<()> { - session - .send( - CMD_CHANGE_LINEUP_LEADER_SC_RSP, - ChangeLineupLeaderScRsp { - slot: body.slot, - retcode: 0, - }, - ) - .await + res: &mut ChangeLineupLeaderScRsp, +) { + res.slot = body.slot; } diff --git a/gameserver/src/net/handlers/mail.rs b/gameserver/src/net/handlers/mail.rs index da28c92..3c2e4c7 100644 --- a/gameserver/src/net/handlers/mail.rs +++ b/gameserver/src/net/handlers/mail.rs @@ -1,37 +1,29 @@ use super::*; -use anyhow::Result; -pub async fn on_get_mail_cs_req(session: &mut PlayerSession, _: &GetMailCsReq) -> Result<()> { - session - .send( - CMD_GET_MAIL_SC_RSP, - GetMailScRsp { - is_end: true, - mail_list: vec![ClientMail { - title: String::from("Welcome!"), - sender: String::from("Server"), - content: String::from("Welcome!"), - id: 1, - is_read: false, - time: 1716041089, - expire_time: 1718633089, - para_list: vec![], - attachment: Some(ItemList { - item_list: vec![Item { - item_id: 1310, - level: 80, - num: 1, - ..Default::default() - }], - }), - mail_type: MailType::Normal.into(), - template_id: 0, - }], - notice_mail_list: vec![], - start: 0, - retcode: 0, - total_num: 1, - }, - ) - .await -} \ No newline at end of file +pub async fn on_get_mail_cs_req( + _session: &mut PlayerSession, + _req: &GetMailCsReq, + res: &mut GetMailScRsp, +) { + res.is_end = true; + res.mail_list = vec![ClientMail { + title: String::from("Welcome!"), + sender: String::from("Server"), + content: String::from("Welcome!"), + id: 1, + is_read: false, + time: 1716041089, + expire_time: 1718633089, + para_list: vec![], + attachment: Some(ItemList { + item_list: vec![Item { + item_id: 1310, + level: 80, + num: 1, + ..Default::default() + }], + }), + mail_type: MailType::Normal.into(), + template_id: 0, + }]; +} diff --git a/gameserver/src/net/handlers/mission.rs b/gameserver/src/net/handlers/mission.rs index 7b2e8cf..0610803 100644 --- a/gameserver/src/net/handlers/mission.rs +++ b/gameserver/src/net/handlers/mission.rs @@ -1,23 +1,18 @@ use super::*; pub async fn on_get_mission_status_cs_req( - session: &mut PlayerSession, + _session: &mut PlayerSession, body: &GetMissionStatusCsReq, -) -> Result<()> { - let rsp = GetMissionStatusScRsp { - retcode: 0, - finished_main_mission_id_list: body.main_mission_id_list.clone(), - sub_mission_status_list: body - .sub_mission_id_list - .iter() - .map(|id| Mission { - id: *id, - progress: 1, - status: MissionStatus::MissionFinish.into(), - }) - .collect(), - ..Default::default() - }; - - session.send(CMD_GET_MISSION_STATUS_SC_RSP, rsp).await -} \ No newline at end of file + res: &mut GetMissionStatusScRsp, +) { + res.finished_main_mission_id_list = body.main_mission_id_list.clone(); + res.sub_mission_status_list = body + .sub_mission_id_list + .iter() + .map(|id| Mission { + id: *id, + progress: 1, + status: MissionStatus::MissionFinish.into(), + }) + .collect(); +} diff --git a/gameserver/src/net/handlers/mod.rs b/gameserver/src/net/handlers/mod.rs index 4842e0f..81e9beb 100644 --- a/gameserver/src/net/handlers/mod.rs +++ b/gameserver/src/net/handlers/mod.rs @@ -9,7 +9,6 @@ mod mail; mod mission; mod player; mod scene; -mod tutorial; use anyhow::Result; use paste::paste; @@ -30,7 +29,6 @@ pub use mail::*; pub use mission::*; pub use player::*; pub use scene::*; -// pub use tutorial::*; #[allow(unused_imports)] use proto::{ diff --git a/gameserver/src/net/handlers/player.rs b/gameserver/src/net/handlers/player.rs index 74e84d8..9804362 100644 --- a/gameserver/src/net/handlers/player.rs +++ b/gameserver/src/net/handlers/player.rs @@ -1,157 +1,113 @@ use std::collections::HashMap; -use crate::{net::tools::FreesrData, util}; +use crate::{net::tools::FreesrData, util::cur_timestamp_ms}; use super::*; pub async fn on_get_basic_info_cs_req( - session: &mut PlayerSession, + _session: &mut PlayerSession, _body: &GetBasicInfoCsReq, -) -> Result<()> { - session - .send( - CMD_GET_BASIC_INFO_SC_RSP, - GetBasicInfoScRsp { - retcode: 0, - player_setting_info: Some(PlayerSettingInfo::default()), - gender: Gender::Woman as u32, - is_gender_set: true, - ..Default::default() - }, - ) - .await + res: &mut GetBasicInfoScRsp, +) { + res.player_setting_info = Some(PlayerSettingInfo::default()); + res.gender = Gender::Woman as u32; + res.is_gender_set = true; } pub async fn on_player_heart_beat_cs_req( - session: &mut PlayerSession, + _session: &mut PlayerSession, body: &PlayerHeartBeatCsReq, -) -> Result<()> { - session - .send( - CMD_PLAYER_HEART_BEAT_SC_RSP, - PlayerHeartBeatScRsp { - retcode: 0, - client_time_ms: body.client_time_ms, - server_time_ms: util::cur_timestamp_ms(), - download_data: Some(ClientDownloadData { - version: 51, - time: util::cur_timestamp_ms() as i64, - data: rbase64::decode("bG9jYWwgZnVuY3Rpb24gYmV0YV90ZXh0KG9iaikKICAgIGxvY2FsIGdhbWVPYmplY3QgPSBDUy5Vbml0eUVuZ2luZS5HYW1lT2JqZWN0LkZpbmQoIlVJUm9vdC9BYm92ZURpYWxvZy9CZXRhSGludERpYWxvZyhDbG9uZSkiKQoKICAgIGlmIGdhbWVPYmplY3QgdGhlbgogICAgICAgIGxvY2FsIHRleHRDb21wb25lbnQgPSBnYW1lT2JqZWN0OkdldENvbXBvbmVudEluQ2hpbGRyZW4odHlwZW9mKENTLlJQRy5DbGllbnQuTG9jYWxpemVkVGV4dCkpCgogICAgICAgIGlmIHRleHRDb21wb25lbnQgdGhlbgogICAgICAgICAgICB0ZXh0Q29tcG9uZW50LnRleHQgPSAiUm9iaW5TUiBpcyBhIGZyZWUgYW5kIG9wZW4gc291cmNlIHNvZnR3YXJlLiBkaXNjb3JkLmdnL3JldmVyc2Vkcm9vbXMiCiAgICAgICAgZW5kCiAgICBlbHNlCiAgICBlbmQKZW5kCgpiZXRhX3RleHQoKQ==").unwrap() - }), - }, - ) - .await + res: &mut PlayerHeartBeatScRsp, +) { + res.client_time_ms = body.client_time_ms; + res.server_time_ms = cur_timestamp_ms(); + res.download_data = Some(ClientDownloadData { + version: 51, + time: res.server_time_ms as i64, + data: rbase64::decode("bG9jYWwgZnVuY3Rpb24gYmV0YV90ZXh0KG9iaikKICAgIGxvY2FsIGdhbWVPYmplY3QgPSBDUy5Vbml0eUVuZ2luZS5HYW1lT2JqZWN0LkZpbmQoIlVJUm9vdC9BYm92ZURpYWxvZy9CZXRhSGludERpYWxvZyhDbG9uZSkiKQoKICAgIGlmIGdhbWVPYmplY3QgdGhlbgogICAgICAgIGxvY2FsIHRleHRDb21wb25lbnQgPSBnYW1lT2JqZWN0OkdldENvbXBvbmVudEluQ2hpbGRyZW4odHlwZW9mKENTLlJQRy5DbGllbnQuTG9jYWxpemVkVGV4dCkpCgogICAgICAgIGlmIHRleHRDb21wb25lbnQgdGhlbgogICAgICAgICAgICB0ZXh0Q29tcG9uZW50LnRleHQgPSAiUm9iaW5TUiBpcyBhIGZyZWUgYW5kIG9wZW4gc291cmNlIHNvZnR3YXJlLiBkaXNjb3JkLmdnL3JldmVyc2Vkcm9vbXMiCiAgICAgICAgZW5kCiAgICBlbHNlCiAgICBlbmQKZW5kCgpiZXRhX3RleHQoKQ==").unwrap() + }); } -pub type PlayerLoginFinishCsReq = Dummy; - pub async fn on_player_login_finish_cs_req( session: &mut PlayerSession, - _: &PlayerLoginFinishCsReq, + _req: &PlayerLoginFinishCsReq, + _res: &mut PlayerLoginFinishScRsp, ) -> Result<()> { session - .send(CMD_PLAYER_LOGIN_FINISH_SC_RSP, Dummy::default()) - .await?; - - session - .send( - CMD_CONTENT_PACKAGE_SYNC_DATA_SC_NOTIFY, - ContentPackageSyncDataScNotify { - data: Some(PackageData { - info_list: vec![ - ContentInfo { - status: ContentPackageStatus::Finished.into(), - content_id: 200001, - }, - ContentInfo { - status: ContentPackageStatus::Finished.into(), - content_id: 200002, - }, - ContentInfo { - status: ContentPackageStatus::Finished.into(), - content_id: 200003, - }, - ContentInfo { - status: ContentPackageStatus::Finished.into(), - content_id: 150017, - }, - ContentInfo { - status: ContentPackageStatus::Finished.into(), - content_id: 150015, - }, - ], - ..Default::default() - }), - }, - ) - .await?; - - Ok(()) + .send(ContentPackageSyncDataScNotify { + data: Some(PackageData { + info_list: vec![ + 200001, 200002, 200003, 200004, 150017, 150015, 150021, 150018, 130011, 130012, + 130013, + ] + .iter() + .map(|v| ContentInfo { + status: ContentPackageStatus::Finished.into(), + content_id: *v, + }) + .collect(), + ..Default::default() + }), + }) + .await } pub async fn on_get_multi_path_avatar_info_cs_req( - session: &mut PlayerSession, - _: &GetMultiPathAvatarInfoCsReq, -) -> Result<()> { + _session: &mut PlayerSession, + _req: &GetMultiPathAvatarInfoCsReq, + res: &mut GetMultiPathAvatarInfoScRsp, +) { let json = FreesrData::load().await; - session - .send( - CMD_GET_MULTI_PATH_AVATAR_INFO_SC_RSP, - GetMultiPathAvatarInfoScRsp { - retcode: 0, - multi_path_avatar_type_info_list: vec![ - MultiPathAvatarTypeInfo { - avatar_id: json.main_character as i32, - rank: 6, - equip_relic_list: json - .relics - .iter() - .filter(|v| v.equip_avatar == json.main_character as u32) - .map(|v| v.to_equipment_relic_proto()) - .collect(), - skilltree_list: (1..=4) - .map(|v| AvatarSkillTree { - level: 1, - point_id: (json.main_character as u32) * 1000 + v, - }) - .collect(), - path_equipment_id: json - .lightcones - .iter() - .find(|v| v.equip_avatar == json.main_character as u32) - .map(|v| v.internal_uid) - .unwrap_or_default(), - }, - MultiPathAvatarTypeInfo { - avatar_id: json.march_type as i32, - rank: 6, - equip_relic_list: json - .relics - .iter() - .filter(|v| v.equip_avatar == json.march_type as u32) - .map(|v| v.to_equipment_relic_proto()) - .collect(), - skilltree_list: (1..=4) - .map(|v| AvatarSkillTree { - level: 1, - point_id: (json.march_type as u32) * 1000 + v, - }) - .collect(), - path_equipment_id: json - .lightcones - .iter() - .find(|v| v.equip_avatar == json.march_type as u32) - .map(|v| v.internal_uid) - .unwrap_or_default(), - }, - ], - current_multi_path_avatar_id: HashMap::from([ - (8001, json.main_character.get_type().into()), - (1001, json.march_type.get_type().into()), - ]), - ..Default::default() - }, - ) - .await + res.current_multi_path_avatar_id = HashMap::from([ + (8001, json.main_character.get_type().into()), + (1001, json.march_type.get_type().into()), + ]); + + res.multi_path_avatar_type_info_list = vec![ + MultiPathAvatarTypeInfo { + avatar_id: json.main_character as i32, + rank: 6, + equip_relic_list: json + .relics + .iter() + .filter(|v| v.equip_avatar == json.main_character as u32) + .map(|v| v.to_equipment_relic_proto()) + .collect(), + skilltree_list: (1..=4) + .map(|v| AvatarSkillTree { + level: 1, + point_id: (json.main_character as u32) * 1000 + v, + }) + .collect(), + path_equipment_id: json + .lightcones + .iter() + .find(|v| v.equip_avatar == json.main_character as u32) + .map(|v| v.internal_uid) + .unwrap_or_default(), + }, + MultiPathAvatarTypeInfo { + avatar_id: json.march_type as i32, + rank: 6, + equip_relic_list: json + .relics + .iter() + .filter(|v| v.equip_avatar == json.march_type as u32) + .map(|v| v.to_equipment_relic_proto()) + .collect(), + skilltree_list: (1..=4) + .map(|v| AvatarSkillTree { + level: 1, + point_id: (json.march_type as u32) * 1000 + v, + }) + .collect(), + path_equipment_id: json + .lightcones + .iter() + .find(|v| v.equip_avatar == json.march_type as u32) + .map(|v| v.internal_uid) + .unwrap_or_default(), + }, + ]; } diff --git a/gameserver/src/net/handlers/scene.rs b/gameserver/src/net/handlers/scene.rs index 5f53e09..e6fa09e 100644 --- a/gameserver/src/net/handlers/scene.rs +++ b/gameserver/src/net/handlers/scene.rs @@ -1,95 +1,65 @@ use lazy_static::lazy_static; -use prost::Message; use scene_entity_info::Entity; use tokio::sync::Mutex; use crate::{ - net::{ - tools::{AvatarJson, FreesrData, Position}, - tools_res::{PropState, GAME_RESOURCES}, - }, + net::tools::{AvatarJson, FreesrData, Position}, + tools::resources::GAME_RES, util::{self}, }; use super::*; -#[derive(Message)] -pub struct Dummy {} - pub async fn on_get_cur_scene_info_cs_req( session: &mut PlayerSession, _body: &GetCurSceneInfoCsReq, -) -> Result<()> { + res: &mut GetCurSceneInfoScRsp, +) { let mut player = FreesrData::load().await; let entry = player.scene.entry_id; let scene = load_scene(session, &mut player, entry, false, Option::::None).await; - let resp = GetCurSceneInfoScRsp { - retcode: 0, - scene: if let Ok(scene) = scene { - Some(scene) - } else { - Some(SceneInfo { - game_mode_type: 1, - entry_id: player.scene.entry_id, - plane_id: player.scene.plane_id, - floor_id: player.scene.floor_id, - ..Default::default() - }) - }, + res.scene = if let Ok(scene) = scene { + Some(scene) + } else { + Some(SceneInfo { + game_mode_type: 3, + entry_id: player.scene.entry_id, + plane_id: player.scene.plane_id, + floor_id: player.scene.floor_id, + ..Default::default() + }) }; - - session.send(CMD_GET_CUR_SCENE_INFO_SC_RSP, resp).await?; - if !player.position.is_empty() { - session - .send( - CMD_SCENE_ENTITY_MOVE_SC_NOTIFY, - SceneEntityMoveScNotify { - entity_id: 0, - entry_id: player.scene.entry_id, - motion: Some(player.position.to_motion()), - ..Default::default() - }, - ) - .await?; - }; - - Ok(()) } -// enterscene pub async fn on_enter_scene_cs_req( session: &mut PlayerSession, - request: &EnterSceneCsReq, -) -> Result<()> { + req: &EnterSceneCsReq, + res: &mut EnterSceneScRsp, +) { let mut player = FreesrData::load().await; - // send packet first - session - .send(CMD_ENTER_SCENE_SC_RSP, Dummy::default()) - .await?; - - load_scene( + if load_scene( session, &mut player, - request.entry_id, + req.entry_id, true, - Some(request.teleport_id), + Some(req.teleport_id), ) - .await?; - - Ok(()) + .await + .is_err() + { + res.retcode = Nbbhhpnhond::RetSceneEntryIdNotMatch as u32; + }; } -// getscenemapinfocsreq pub async fn on_get_scene_map_info_cs_req( - sesison: &mut PlayerSession, - request: &GetSceneMapInfoCsReq, -) -> Result<()> { - let mut map_infos = Vec::::new(); - - for entry_id in &request.entry_id_list { + _sesison: &mut PlayerSession, + req: &GetSceneMapInfoCsReq, + res: &mut GetSceneMapInfoScRsp, +) { + for entry_id in &req.entry_id_list { let mut map_info = MazeMapData { retcode: 0, unlocked_chest_list: vec![ @@ -114,51 +84,37 @@ pub async fn on_get_scene_map_info_cs_req( map_info.lighten_section_list.push(i) } - let group_config = GAME_RESOURCES.map_entrance.get(entry_id).and_then(|v| { - GAME_RESOURCES - .level_group - .get(&format!("P{}_F{}", v.plane_id, v.floor_id)) - }); - if let Some(level) = group_config { - // add teleports - for teleport in &level.teleports { - map_info.unlocked_teleport_list.push(*teleport.0) - } + let group_config = GAME_RES + .level_output_configs + .get(&entry_id) + .and_then(|v| v.iter().next()); - for (group_id, group) in &level.group_items { + if let Some((_, group_config)) = group_config { + for (_, (group_id, group)) in group_config.scenes.iter().enumerate() { map_info.maze_group_list.push(MazeGroup { group_id: *group_id, ..Default::default() }); - // prop + for (teleport, _) in &group.teleports { + map_info.unlocked_teleport_list.push(*teleport) + } + for prop in &group.props { + if prop.prop_state != 8 { + continue; + } map_info.maze_prop_list.push(MazeProp { group_id: prop.group_id, - state: if prop.prop_state_list.contains(&PropState::CheckPointEnable) { - PropState::CheckPointEnable as u32 - } else { - prop.state.clone() as u32 - }, - config_id: prop.id, + state: prop.prop_state, + config_id: prop.inst_id, }); } } } - map_infos.push(map_info) + res.map_list.push(map_info) } - - sesison - .send( - CMD_GET_SCENE_MAP_INFO_SC_RSP, - GetSceneMapInfoScRsp { - retcode: 0, - map_list: map_infos, - ..Default::default() - }, - ) - .await } lazy_static! { @@ -166,24 +122,21 @@ lazy_static! { } pub async fn on_scene_entity_move_cs_req( - session: &mut PlayerSession, - request: &SceneEntityMoveCsReq, -) -> Result<()> { + _session: &mut PlayerSession, + req: &SceneEntityMoveCsReq, + _res: &mut SceneEntityMoveScRsp, +) { let mut player = FreesrData::load().await; let mut timestamp = NEXT_SCENE_SAVE.lock().await; if util::cur_timestamp_ms() <= *timestamp { - session - .send(CMD_SCENE_ENTITY_MOVE_SC_RSP, Dummy::default()) - .await?; - - return Ok(()); + return; } // save every 5 sec *timestamp = util::cur_timestamp_ms() + (5 * 1000); - for entity in &request.entity_motion_list { + for entity in &req.entity_motion_list { if entity.entity_id != 0 { continue; } @@ -201,99 +154,101 @@ pub async fn on_scene_entity_move_cs_req( } player.save().await; - session - .send(CMD_SCENE_ENTITY_MOVE_SC_RSP, Dummy::default()) - .await } pub async fn on_get_entered_scene_cs_req( - session: &mut PlayerSession, - _: &GetEnteredSceneCsReq, -) -> Result<()> { - let scenes = GAME_RESOURCES - .map_entrance + _session: &mut PlayerSession, + _req: &GetEnteredSceneCsReq, + res: &mut GetEnteredSceneScRsp, +) { + res.entered_scene_info = GAME_RES + .level_output_configs .iter() - .filter(|(_, v)| { - !v.finish_main_mission_list.is_empty() || !v.finish_sub_mission_list.is_empty() - }) - .map(|(_, v)| EnteredSceneInfo { - floor_id: v.floor_id, - plane_id: v.plane_id, + .map(|(_, v)| { + v.iter() + .filter(|(_, v)| v.is_entered_scene_info) + .map(|(k, _)| { + let split: Vec<_> = k.split("_").collect(); + let plane_id = &split[0][1..]; + let floor_id = &split[1][1..]; + EnteredSceneInfo { + floor_id: floor_id.parse().unwrap(), + plane_id: plane_id.parse().unwrap(), + } + }) + .collect::>() }) + .flatten() .collect::>(); - - session - .send( - CMD_GET_ENTERED_SCENE_SC_RSP, - GetEnteredSceneScRsp { - entered_scene_info: scenes, - retcode: 0, - }, - ) - .await } async fn load_scene( session: &mut PlayerSession, json: &mut FreesrData, entry_id: u32, - _save: bool, + save_scene: bool, teleport_id: Option, ) -> Result { - let enterance = GAME_RESOURCES - .map_entrance + let (name, scene) = GAME_RES + .level_output_configs .get(&entry_id) - .ok_or_else(|| anyhow::format_err!("Map Entrance Not Found"))?; + .map(|v| v.iter().next()) + .flatten() + .ok_or_else(|| { + tracing::error!("Map Entrance Not Found {}", entry_id); + anyhow::format_err!("Map Entrance Not Found {}", entry_id) + })?; - let plane = GAME_RESOURCES - .maze_plane - .get(&enterance.plane_id) - .ok_or_else(|| anyhow::format_err!("Map Plane Not Found"))?; + let split: Vec<_> = name.split("_").collect(); + let plane_id = *&split[0][1..].parse::()?; + let floor_id = *&split[1][1..].parse::()?; - let group_config = GAME_RESOURCES - .level_group - .get(&format!("P{}_F{}", enterance.plane_id, enterance.floor_id)) - .ok_or_else(|| anyhow::format_err!("Group Config Not Found"))?; - - let mut position = json.position.clone(); + let mut json_pos = json.position.clone(); if let Some(teleport_id) = teleport_id { - if let Some(teleport) = group_config.teleports.get(&teleport_id) { - let anchor = group_config - .group_items - .get(&teleport.anchor_group_id.unwrap_or_default()) - .and_then(|v| v.anchors.get(&teleport.anchor_id.unwrap_or_default())); - if let Some(anchor) = anchor { - position.x = (anchor.pos_x * 1000f64) as i32; - position.y = (anchor.pos_y * 1000f64) as i32; - position.z = (anchor.pos_z * 1000f64) as i32; - position.rot_y = (anchor.rot_y * 1000f64) as i32; + if let Some(teleport) = scene + .scenes + .iter() + .find_map(|(_, v)| v.teleports.get(&teleport_id)) + { + json_pos.x = teleport.pos.x; + json_pos.y = teleport.pos.y; + json_pos.z = teleport.pos.z; + json_pos.rot_y = teleport.rot.y; + } else { + if let Some((_, teleport)) = scene + .scenes + .iter() + .find_map(|v| v.1.teleports.iter().next()) + { + json_pos.x = teleport.pos.x; + json_pos.y = teleport.pos.y; + json_pos.z = teleport.pos.z; + json_pos.rot_y = teleport.rot.y; } } } let mut scene_info = SceneInfo { - floor_id: enterance.floor_id, - plane_id: enterance.plane_id, + floor_id, + plane_id, entry_id, - game_mode_type: plane.plane_type as u32, + game_mode_type: *(&scene.plane_type) as u32, leader_entity_id: 1, - world_id: plane.world_id, + world_id: scene.world_id, ..Default::default() }; let lineup_info = AvatarJson::to_lineup_info(&json.lineups); let player_pos = MotionInfo { - // rot rot: Some(Vector { x: 0, - y: position.rot_y, + y: json_pos.rot_y, z: 0, }), - // pos pos: Some(Vector { - x: position.x, - y: position.y, - z: position.z, + x: json_pos.x, + y: json_pos.y, + z: json_pos.z, }), }; @@ -302,37 +257,30 @@ async fn load_scene( let mut npc_entity_id = 20_000; let mut monster_entity_id = 30_000; - for (group_id, group) in &group_config.group_items { + for (group_id, group) in &scene.scenes { let mut group_info = SceneEntityGroupInfo { - state: 0, group_id: *group_id, ..Default::default() }; // Load Props for prop in &group.props { - let prop_state = if prop.prop_state_list.contains(&PropState::CheckPointEnable) { - PropState::CheckPointEnable - } else { - prop.state.clone() - }; - prop_entity_id += 1; let prop_position = Position { - x: (prop.pos_x * 1000f64) as i32, - y: (prop.pos_y * 1000f64) as i32, - z: (prop.pos_z * 1000f64) as i32, - rot_y: (prop.rot_y * 1000f64) as i32, + x: (prop.pos.x), + y: (prop.pos.y), + z: (prop.pos.z), + rot_y: (prop.rot.y), }; let entity_info = SceneEntityInfo { - inst_id: prop.id, + inst_id: prop.inst_id, group_id: prop.group_id, motion: Some(prop_position.to_motion()), entity: Some(Entity::Prop(ScenePropInfo { - prop_state: prop_state as u32, - prop_id: prop.prop_id, + prop_state: prop.prop_state, + prop_id: prop.prop_id, ..Default::default() })), entity_id: prop_entity_id, @@ -343,26 +291,26 @@ async fn load_scene( // Load NPCs for npc in &group.npcs { - if loaded_npc.contains(&(npc.npcid)) || json.avatars.contains_key(&(npc.npcid)) { + if loaded_npc.contains(&(npc.npc_id)) || json.avatars.contains_key(&(npc.npc_id)) { continue; } npc_entity_id += 1; - loaded_npc.push(npc.npcid); + loaded_npc.push(npc.npc_id); let npc_position = Position { - x: (npc.pos_x * 1000f64) as i32, - y: (npc.pos_y * 1000f64) as i32, - z: (npc.pos_z * 1000f64) as i32, - rot_y: (npc.rot_y * 1000f64) as i32, + x: (npc.pos.x) as i32, + y: (npc.pos.y) as i32, + z: (npc.pos.z) as i32, + rot_y: (npc.rot.y) as i32, }; let info = SceneEntityInfo { - inst_id: npc.id, + inst_id: npc.inst_id, group_id: npc.group_id, entity_id: npc_entity_id, motion: Some(npc_position.to_motion()), entity: Some(Entity::Npc(SceneNpcInfo { - npc_id: npc.npcid, + npc_id: npc.npc_id, ..Default::default() })), }; @@ -374,21 +322,21 @@ async fn load_scene( for monster in &group.monsters { monster_entity_id += 1; let monster_position = Position { - x: (monster.pos_x * 1000f64) as i32, - y: (monster.pos_y * 1000f64) as i32, - z: (monster.pos_z * 1000f64) as i32, - rot_y: (monster.rot_y * 1000f64) as i32, + x: (monster.pos.x) as i32, + y: (monster.pos.y) as i32, + z: (monster.pos.z) as i32, + rot_y: (monster.rot.y) as i32, }; let npc_monster = SceneNpcMonsterInfo { - monster_id: monster.npcmonster_id, + monster_id: monster.monster_id, event_id: monster.event_id, world_level: 6, ..Default::default() }; let info = SceneEntityInfo { - inst_id: monster.id, + inst_id: monster.inst_id, group_id: monster.group_id, entity_id: monster_entity_id, motion: Some(monster_position.to_motion()), @@ -398,7 +346,20 @@ async fn load_scene( group_info.entity_list.push(info); } + // TODO: for now don't load group that have nothing in it + if group.props.is_empty() && group.npcs.is_empty() && group.monsters.is_empty() { + continue; + } + scene_info.entity_group_list.push(group_info); + + scene_info.group_id_list.push(*group_id); + + scene_info.group_state_list.push(SceneGroupState { + group_id: *group_id, + is_default: true, + state: 0, + }); } // load player entity @@ -411,20 +372,7 @@ async fn load_scene( player_group.entity_list.push(SceneEntityInfo { inst_id: 0, entity_id: (*slot) + 1, - motion: Some(MotionInfo { - // pos - pos: Some(Vector { - x: json.position.x, - y: json.position.y, - z: json.position.z, - }), - // rot - rot: Some(Vector { - x: 0, - y: json.position.rot_y, - z: 0, - }), - }), + motion: Some(player_pos.clone()), entity: Some(Entity::Actor(SceneActorInfo { avatar_type: AvatarType::AvatarFormalType.into(), base_avatar_id: *avatar_id, @@ -436,37 +384,22 @@ async fn load_scene( } scene_info.entity_group_list.push(player_group); - if _save { + if save_scene { session - .send( - CMD_ENTER_SCENE_BY_SERVER_SC_NOTIFY, - EnterSceneByServerScNotify { - scene: Some(scene_info.clone()), - lineup: Some(lineup_info), - ..Default::default() - }, - ) - .await?; - - session - .send( - CMD_SCENE_ENTITY_MOVE_SC_NOTIFY, - SceneEntityMoveScNotify { - entity_id: 0, - motion: Some(player_pos), - entry_id, - ..Default::default() - }, - ) + .send(EnterSceneByServerScNotify { + scene: Some(scene_info.clone()), + lineup: Some(lineup_info), + ..Default::default() + }) .await?; json.scene.entry_id = entry_id; - json.scene.floor_id = enterance.floor_id; - json.scene.plane_id = enterance.plane_id; - json.position.x = position.x; - json.position.y = position.y; - json.position.z = position.z; - json.position.rot_y = position.rot_y; + json.scene.floor_id = floor_id; + json.scene.plane_id = plane_id; + json.position.x = json_pos.x; + json.position.y = json_pos.y; + json.position.z = json_pos.z; + json.position.rot_y = json_pos.rot_y; json.save().await; } diff --git a/gameserver/src/net/handlers/tutorial.rs b/gameserver/src/net/handlers/tutorial.rs deleted file mode 100644 index 112408b..0000000 --- a/gameserver/src/net/handlers/tutorial.rs +++ /dev/null @@ -1,117 +0,0 @@ -// use super::*; - -// static TUTORIAL_IDS: [u32; 463] = [ -// 1001, 1002, 1003, 1004, 1005, 1007, 1008, 1010, 2000, 2001, 2002, 2003, 2004, 2008, 2010, 2011, -// 2012, 2013, 3001, 3002, 3003, 3004, 3005, 3006, 3008, 3009, 3010, 3011, 3012, 3202, 4002, 4003, -// 4004, 4005, 4006, 4007, 4008, 4009, 4010, 4011, 4012, 4013, 4014, 4015, 4016, 4017, 4018, 4019, -// 4020, 4021, 4022, 4023, 4024, 4025, 4026, 4027, 4028, 4029, 4030, 4031, 4032, 4033, 4034, 4036, -// 4037, 4038, 4039, 4040, 5001, 5002, 5003, 5004, 5005, 5006, 5007, 5008, 5009, 5010, 5011, 5012, -// 5013, 5014, 5015, 5016, 5017, 5018, 5019, 5021, 5022, 5023, 5024, 5025, 5026, 5027, 5028, 5029, -// 5030, 5031, 5032, 5033, 5034, 5035, 5036, 5038, 5039, 5041, 5044, 5045, 5046, 5047, 5048, 5049, -// 5050, 5051, 5052, 5053, 5054, 5055, 5056, 5057, 5058, 5059, 5060, 5061, 5062, 5063, 5064, 5065, -// 5070, 5071, 5072, 5073, 5074, 5075, 5077, 5078, 5079, 5081, 5082, 5083, 5084, 5085, 5086, 5087, -// 5088, 5089, 5090, 5091, 5092, 5093, 5094, 5095, 5096, 5097, 5098, 5099, 5100, 5101, 5102, 5103, -// 5104, 5105, 5106, 5107, 5108, 5109, 5110, 5111, 5112, 5113, 5114, 5115, 5116, 5130, 5131, 5132, -// 5133, 5134, 5135, 5140, 5141, 5142, 5143, 5144, 5145, 5146, 5150, 5151, 5152, 5153, 5154, 5155, -// 5156, 5157, 5158, 5159, 5160, 5161, 5162, 5172, 5173, 5174, 5175, 5176, 5177, 5178, 5179, 5180, -// 5181, 5182, 5183, 5184, 5185, 5186, 5187, 5188, 5189, 5190, 5191, 5192, 5193, 5194, 5195, 5196, -// 5197, 5198, 5199, 5200, 5201, 5202, 5301, 5302, 5303, 5304, 5305, 5306, 5308, 5309, 5310, 5322, -// 5326, 5312, 5311, 5313, 5307, 5314, 5315, 5316, 5317, 5318, 5319, 5320, 5321, 5323, 5324, 5325, -// 5350, 5387, 5352, 5388, 5355, 5360, 5361, 5356, 5357, 5358, 5359, 5351, 5365, 5366, 5367, 5368, -// 5375, 5376, 5377, 5389, 5374, 5369, 5370, 5371, 5372, 5373, 5390, 5380, 5381, 5400, 5382, 5383, -// 5392, 5378, 5384, 5393, 5408, 5394, 5395, 5391, 5385, 5397, 5398, 5399, 5386, 5401, 5402, 5403, -// 5404, 5405, 5406, 5407, 5409, 5410, 5510, 5511, 7001, 7002, 7003, 7004, 7005, 7007, 7008, 7009, -// 9001, 9002, 9003, 9004, 9005, 9006, 9007, 9008, 9009, 9010, 9011, 9012, 9013, 9014, 9015, 9016, -// 9017, 9018, 9019, 9020, 9021, 9022, 9023, 9024, 9025, 9026, 9027, 9028, 9029, 9030, 9031, 9032, -// 9033, 9034, 9035, 9036, 9037, 9038, 9039, 9040, 9041, 9042, 9043, 9044, 9045, 9046, 9047, 9048, -// 9049, 9050, 9051, 9052, 9053, 9201, 9202, 9203, 9204, 9205, 9206, 9207, 9208, 9209, 9210, 9211, -// 9212, 9213, 9214, 9301, 9302, 9303, 9304, 9305, 9306, 9307, 9308, 9309, 9310, 9311, 9313, 9314, -// 9315, 9316, 9317, 9318, 9319, 9321, 9322, 9323, 9324, 9325, 9801, 9802, 9803, 9804, 9805, 9806, -// 9807, 9808, 9809, 9810, 9811, 9812, 9813, 9814, 9816, 9817, 9818, 9819, 9815, 9820, 9901, 9903, -// 9904, 9905, 9906, 9907, 9908, 9610, 9611, 9612, 9613, 9614, 9615, 9616, 9617, 9618, 9619, 9620, -// 9621, 9622, 9623, 9624, 9625, 9626, 9627, 9628, 9629, 9630, 9631, 9701, 9702, 9703, 9704, -// ]; - -// static GUIDE_IDS: [u32; 326] = [ -// 1101, 1102, 1103, 1104, 1105, 1108, 1109, 1116, 1117, 1118, 2006, 2007, 2008, 2105, 2106, 2107, -// 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209, 2210, 2211, 2212, 2213, 2214, 2215, -// 2216, 2217, 2218, 2219, 2220, 2221, 2222, 3007, 3105, 3106, 3107, 3108, 3109, 3201, 3202, 3203, -// 3204, 3205, 3206, 3207, 3208, 3209, 3210, 3211, 3212, 3213, 3214, 3215, 4001, 4101, 4102, 4103, -// 4104, 4105, 4106, 4107, 4109, 4110, 5101, 5102, 5103, 5104, 5105, 5106, 6001, 6002, 6003, 6004, -// 6008, 6009, 6010, 6011, 6012, 6014, 6015, 6018, 6020, 6021, 6023, 6024, 6025, 6027, 6028, 6029, -// 6030, 6031, 6032, 6033, 6034, 6035, 6036, 6037, 6038, 6039, 6040, 6041, 6042, 6043, 6044, 6045, -// 6046, 6047, 6048, 6049, 6050, 6051, 6052, 6053, 6054, 6055, 6056, 6057, 6058, 6059, 6060, 6061, -// 6062, 6063, 6064, 6065, 6066, 6067, 6068, 6069, 6070, 6071, 6072, 6073, 6074, 6075, 6076, 6077, -// 6078, 6079, 6080, 6081, 6082, 6083, 6085, 6086, 6087, 6088, 6089, 6090, 6091, 6092, 6093, 6094, -// 6095, 6096, 6097, 6098, 6099, 6100, 6101, 6102, 6103, 6104, 6105, 6106, 6107, 6108, 6109, 6110, -// 6111, 7090, 7091, 7092, 7501, 7502, 7503, 7504, 7506, 7507, 7508, 7509, 7511, 7514, 7515, 8001, -// 8002, 8003, 8004, 8006, 8007, 8008, 8010, 8011, 8012, 8013, 8014, 8015, 8016, 8017, 8018, 8019, -// 8020, 8021, 8022, 8023, 8024, 8025, 8026, 8027, 8028, 8038, 8039, 8047, 8050, 8051, 8052, 8055, -// 8056, 8057, 8058, 8059, 8061, 8062, 8063, 8064, 8065, 8066, 8067, 8069, 8070, 8072, 8073, 8074, -// 8075, 8076, 8078, 8079, 8080, 8090, 8091, 8092, 8093, 8094, 8095, 8096, 8100, 8101, 8102, 8103, -// 8104, 8105, 8106, 8107, 8108, 8109, 8110, 8111, 8112, 8113, 8122, 8123, 8124, 8140, 8141, 8142, -// 8143, 8144, 8145, 8146, 9101, 9102, 9103, 9104, 9105, 9107, 9108, 9109, 9110, 9111, 9112, 9113, -// 9114, 9115, 9116, 9117, 9118, 9119, 9120, 9201, 9202, 9203, 9204, 9205, 9206, 9207, 9208, 9209, -// 9210, 9211, 9212, 9301, 9303, 9304, 9305, 9601, 9602, 9603, 9604, 9605, 9701, 9702, 31001, -// 31102, 31103, 31105, 31106, 31109, 31204, 31206, -// ]; - -// pub async fn on_get_tutorial_cs_req( -// session: &mut PlayerSession, -// _body: &GetTutorialCsReq, -// ) -> Result<()> { -// session -// .send( -// CMD_GET_TUTORIAL_SC_RSP, -// GetTutorialScRsp { -// retcode: 0, -// tutorial_list: TUTORIAL_IDS -// .iter() -// .map(|id| Tutorial { -// id: *id, -// status: TutorialStatus::TutorialFinish.into(), -// }) -// .collect(), -// }, -// ) -// .await -// } - -// pub async fn on_get_tutorial_guide_cs_req( -// session: &mut PlayerSession, -// _body: &GetTutorialGuideCsReq, -// ) -> Result<()> { -// session -// .send( -// CMD_GET_TUTORIAL_GUIDE_SC_RSP, -// GetTutorialGuideScRsp { -// retcode: 0, -// tutorial_guide_list: GUIDE_IDS -// .iter() -// .map(|id| TutorialGuide { -// id: *id, -// status: TutorialStatus::TutorialFinish.into(), -// }) -// .collect(), -// }, -// ) -// .await -// } - -// pub async fn on_unlock_tutorial_guide_cs_req( -// session: &mut PlayerSession, -// body: &UnlockTutorialGuideCsReq, -// ) -> Result<()> { -// session -// .send( -// CMD_UNLOCK_TUTORIAL_GUIDE_SC_RSP, -// UnlockTutorialGuideScRsp { -// retcode: 0, -// tutorial_guide: Some(TutorialGuide { -// id: body.group_id, -// status: TutorialStatus::TutorialUnlock.into(), -// }), -// }, -// ) -// .await -// } diff --git a/gameserver/src/net/mod.rs b/gameserver/src/net/mod.rs index 530531c..b8999be 100644 --- a/gameserver/src/net/mod.rs +++ b/gameserver/src/net/mod.rs @@ -4,8 +4,6 @@ mod handlers; mod packet; mod session; mod tools; -mod tools_res; - pub use packet::NetPacket; pub use session::PlayerSession; diff --git a/gameserver/src/net/packet.rs b/gameserver/src/net/packet.rs index 5cac691..f9cab44 100644 --- a/gameserver/src/net/packet.rs +++ b/gameserver/src/net/packet.rs @@ -5,6 +5,28 @@ use tokio::net::TcpStream; use tracing::Instrument; use proto::*; +#[allow(unused_imports)] +use proto::{ + CmdActivityType::*, CmdAdventureType::*, CmdAetherDivideType::*, CmdAlleyType::*, + CmdArchiveType::*, CmdAvatarType::*, CmdBattleCollegeType::*, CmdBattlePassType::*, + CmdBattleType::*, CmdBoxingClubType::*, CmdChallengeType::*, CmdChatType::*, + CmdChessRogueType::*, CmdClockParkType::*, CmdContentPackageType::*, CmdDailyActiveType::*, + CmdDrinkMakerType::*, CmdExpeditionType::*, CmdFantasticStoryActivityType::*, + CmdFeverTimeActivityType::*, CmdFightActivityType::*, CmdFightMathc3Type::*, CmdFightType::*, + CmdFriendType::*, CmdGachaType::*, CmdHeartdialType::*, CmdHeliobusType::*, CmdItemType::*, + CmdJukeboxType::*, CmdLineupType::*, CmdLobbyType::*, CmdMailType::*, CmdMapRotationType::*, + CmdMatchThreeModuleType::*, CmdMatchType::*, CmdMessageType::*, CmdMiscModuleType::*, + CmdMissionType::*, CmdMonopolyType::*, CmdMultiplayerType::*, CmdMultipleDropType::*, + CmdMuseumType::*, CmdOfferingType::*, CmdPamMissionType::*, CmdPhoneType::*, + CmdPlayerBoardType::*, CmdPlayerReturnType::*, CmdPlayerSync::*, CmdPlayerType::*, + CmdPlotType::*, CmdPunkLordType::*, CmdQuestType::*, CmdRaidCollectionType::*, CmdRaidType::*, + CmdRedDotType::*, CmdReplayType::*, CmdRndOptionType::*, CmdRogueCommonType::*, + CmdRogueEndless::*, CmdRogueModifierType::*, CmdRogueTournType::*, CmdRogueType::*, + CmdRollShopType::*, CmdSceneType::*, CmdServerPrefsType::*, CmdShopType::*, CmdSpaceZooType::*, + CmdStarFightType::*, CmdStoryLineType::*, CmdStrongChallengeActivityType::*, + CmdTalkRewardType::*, CmdTelevisionActivityType::*, CmdTextJoinType::*, CmdTrainVisitorType::*, + CmdTreasureDungeonType::*, CmdTutorialType::*, CmdWaypointType::*, CmdWolfBroType::*, +}; use super::handlers::*; use super::PlayerSession; @@ -58,12 +80,16 @@ impl NetPacket { } macro_rules! trait_handler { - ($($name:ident $cmd_type:expr;)*) => { + ($($name:tt;)*) => { pub trait CommandHandler { $( paste! { - async fn [](session: &mut PlayerSession, body: &$name) -> Result<()> { - [](session, body).await + async fn [](session: &mut PlayerSession, request: &[<$name CsReq>]) -> Result<()> { + let mut response = proto::[<$name ScRsp>]::default(); + let _ = [](session, request, &mut response).await; + session.send(response).await?; + + Ok(()) } } )* @@ -74,12 +100,14 @@ macro_rules! trait_handler { session.send_dummy_response(cmd_type).await?; return Ok(()); } + + match cmd_type { $( - $cmd_type => { - let body = $name::decode(&mut &payload[..])?; + cmd_type if cmd_type == paste! { [] as u16 } => { + let body = paste! { proto::[<$name CsReq>]::decode(&mut &payload[..])? }; paste! { - Self::[](session, &body) + Self::[](session, &body) .instrument(tracing::info_span!(stringify!([]), cmd_type = cmd_type)) .await } @@ -96,59 +124,54 @@ macro_rules! trait_handler { } trait_handler! { - PlayerGetTokenCsReq 56; // PlayerGetTokenScRsp - PlayerLoginCsReq 68; // PlayerLoginScRsp, PlayerBasicInfo - GetMissionStatusCsReq 1224; // GetMissionStatusScRsp, Mission - GetBasicInfoCsReq 40; // GetBasicInfoScRsp, PlayerSettingInfo - GetMultiPathAvatarInfoCsReq 27; - GetAvatarDataCsReq 368; // GetAvatarDataScRsp, Avatar - GetAllLineupDataCsReq 724; // GetAllLineupDataScRsp, LineupInfo, ExtraLineupType, LineupAvatar, AmountInfo - GetCurLineupDataCsReq 711; // GetCurLineupDataScRsp - GetCurSceneInfoCsReq 1439; // GetCurSceneInfoScRsp, SceneInfo - PlayerHeartBeatCsReq 31; // PlayerHeartBeatScRsp + PlayerGetToken; + PlayerLogin; + GetMissionStatus; + GetBasicInfo; + GetMultiPathAvatarInfo; + GetAvatarData; + GetAllLineupData; + GetCurLineupData; + GetCurSceneInfo; + PlayerHeartBeat; - // // Tutorial (dummy!) - // GetTutorialGuideCsReq 1691; - // UnlockTutorialGuideCsReq 1630; - // GetTutorialCsReq 1661; // Entity move (dummy!) - SceneEntityMoveCsReq 1468; + SceneEntityMove; // Inventory (dummy!) - GetBagCsReq 568; - GetArchiveDataCsReq 2368; - DressAvatarCsReq 351; - TakeOffEquipmentCsReq 399; - DressRelicAvatarCsReq 334; - TakeOffRelicCsReq 398; + GetBag; + GetArchiveData; + DressAvatar; + TakeOffEquipment; + DressRelicAvatar; + TakeOffRelic; // Chat (dummy!) - SendMsgCsReq 3968; - GetPrivateChatHistoryCsReq 3956; - GetFriendListInfoCsReq 2968; - GetFriendLoginInfoCsReq 2969; + SendMsg; + GetPrivateChatHistory; + GetFriendListInfo; + GetFriendLoginInfo; // In-game lineup - JoinLineupCsReq 756; - ChangeLineupLeaderCsReq 748; - ReplaceLineupCsReq 790; - QuitLineupCsReq 739; + JoinLineup; + ChangeLineupLeader; + ReplaceLineup; + QuitLineup; // Battle - StartCocoonStageCsReq 1445; - PveBattleResultCsReq 168; - SceneCastSkillCsReq 1456; + StartCocoonStage; + PveBattleResult; + SceneCastSkill; // Teleport - GetEnteredSceneCsReq 1427; - GetSceneMapInfoCsReq 1436; - EnterSceneCsReq 1486; + GetEnteredScene; + GetSceneMapInfo; + EnterScene; // Optional - GetMailCsReq 868; - GetGachaInfoCsReq 1968; - DoGachaCsReq 1911; - // GetQuestDataCsReq 961; - PlayerLoginFinishCsReq 73; + GetMail; + GetGachaInfo; + DoGacha; + PlayerLoginFinish; } diff --git a/gameserver/src/net/session.rs b/gameserver/src/net/session.rs index 8001809..0156ab2 100644 --- a/gameserver/src/net/session.rs +++ b/gameserver/src/net/session.rs @@ -1,5 +1,6 @@ use anyhow::Result; use prost::Message; +use proto::CmdID; use tokio::{io::AsyncWriteExt, net::TcpStream}; use super::{packet::CommandHandler, NetPacket}; @@ -20,12 +21,12 @@ impl PlayerSession { } } - pub async fn send(&mut self, cmd_type: u16, body: impl Message) -> Result<()> { + pub async fn send(&mut self, body: impl Message + CmdID) -> Result<()> { let mut buf = Vec::new(); body.encode(&mut buf)?; let payload: Vec = NetPacket { - cmd_type, + cmd_type: body.get_cmd_id(), head: Vec::new(), body: buf, } diff --git a/gameserver/src/net/tools.rs b/gameserver/src/net/tools.rs index 14347cf..dee2720 100644 --- a/gameserver/src/net/tools.rs +++ b/gameserver/src/net/tools.rs @@ -12,7 +12,6 @@ pub struct AvatarJson { pub data: AvatarData, pub level: u32, pub promotion: u32, - // pub rank: u32, #[serde(alias = "use_technique")] #[serde(alias = "useTechnique")] pub techniques: Vec, @@ -32,7 +31,6 @@ impl AvatarJson { pub fn to_avatar_proto(&self, lightcone: Option<&Lightcone>, relics: Vec<&Relic>) -> Avatar { Avatar { base_avatar_id: self.avatar_id, - exp: 0, level: self.level, promotion: self.promotion, rank: self.data.rank, @@ -68,7 +66,7 @@ impl AvatarJson { ) -> (BattleAvatar, Vec) { let battle_avatar = BattleAvatar { index, - avatar_type: AvatarType::AvatarFormalType.into(), + avatar_type: AvatarType::AvatarUpgradeAvailableType.into(), id: self.avatar_id, level: self.level, rank: self.data.rank, @@ -358,6 +356,8 @@ pub struct BattleConfig { pub cycle_count: u32, pub path_resonance_id: u32, pub custom_stats: Vec, + #[serde(default)] + pub scepters: Vec, } impl Default for BattleConfig { @@ -374,6 +374,7 @@ impl Default for BattleConfig { cycle_count: Default::default(), path_resonance_id: Default::default(), custom_stats: Default::default(), + scepters: Default::default(), } } } @@ -429,6 +430,29 @@ impl BattleBuffJson { } } +#[derive(Debug, Serialize, Deserialize, Clone, Eq, PartialEq, Default)] +#[repr(u32)] +pub enum RogueMagicComponentType { + Passive = 3, + #[default] + Active = 4, + Attach = 5, +} + +#[derive(Debug, Serialize, Deserialize, Clone, Default)] +pub struct RogueMagicScepter { + pub level: u32, + pub id: u32, + pub components: Vec, +} + +#[derive(Debug, Serialize, Deserialize, Clone, Default)] +pub struct RogueMagicComponent { + pub id: u32, + pub level: u32, + pub component_type: RogueMagicComponentType, +} + // SCENE #[derive(Serialize, Deserialize, Debug, Clone)] pub struct Scene { @@ -463,13 +487,11 @@ impl Position { pub fn to_motion(&self) -> MotionInfo { MotionInfo { - // rot rot: Some(Vector { x: 0, y: self.rot_y, z: 0, }), - // pos pos: Some(Vector { x: self.x, y: self.y, @@ -488,15 +510,15 @@ pub struct FreesrData { #[serde(default)] pub battle_config: BattleConfig, - #[serde(default)] + #[serde(default, skip_serializing)] pub lineups: BTreeMap, - #[serde(default)] + #[serde(default, skip_serializing)] pub position: Position, - #[serde(default)] + #[serde(default, skip_serializing)] pub scene: Scene, - #[serde(default)] + #[serde(default, skip_serializing)] pub main_character: MultiPathAvatar, - #[serde(default)] + #[serde(default, skip_serializing)] pub march_type: MultiPathAvatar, } @@ -517,7 +539,7 @@ pub struct Persistent { impl Default for Persistent { fn default() -> Self { let mut lineups = BTreeMap::::new(); - lineups.insert(0, 8006); + lineups.insert(0, 8001); lineups.insert(1, 0); lineups.insert(2, 0); lineups.insert(3, 0); @@ -624,7 +646,7 @@ impl FreesrData { async fn verify_lineup(&mut self) { if self.lineups.is_empty() { - self.lineups = BTreeMap::::from([(0, 8006), (1, 0), (2, 0), (3, 0)]) + self.lineups = BTreeMap::::from([(0, 8001), (1, 0), (2, 0), (3, 0)]) } else if self.lineups.len() < 4 { for i in self.lineups.len()..4 { self.lineups.insert(i as u32, 0); diff --git a/gameserver/src/net/tools_res.rs b/gameserver/src/net/tools_res.rs deleted file mode 100644 index eac53c8..0000000 --- a/gameserver/src/net/tools_res.rs +++ /dev/null @@ -1,345 +0,0 @@ -use lazy_static::lazy_static; -use serde::{Deserialize, Serialize}; -use serde_json::Value; -use std::collections::HashMap; - -#[derive(Default, Debug, Clone, PartialEq, Serialize, Deserialize)] -#[serde(rename_all = "camelCase")] -pub struct LevelGroup { - #[serde(rename = "GroupGUID")] - pub group_guid: String, - #[serde(default)] - #[serde(rename = "LoadSide")] - pub load_side: LoadSide, - #[serde(default)] - #[serde(rename = "LoadOnInitial")] - pub load_on_initial: bool, - - #[serde(default)] - #[serde(rename = "AnchorList")] - pub anchor_list: Vec, - #[serde(default)] - #[serde(rename = "MonsterList")] - pub monster_list: Vec, - #[serde(default)] - #[serde(rename = "PropList")] - pub prop_list: Vec, - #[serde(default)] - #[serde(rename = "NPCList")] - pub npc_list: Vec, -} - -#[derive(Default, Debug, Clone, PartialEq, Serialize, Deserialize)] -#[serde(rename_all = "camelCase")] -pub struct LevelProp { - #[serde(rename = "ID")] - pub id: u32, // need - #[serde(default)] - #[serde(rename = "Category")] - pub category: String, - #[serde(default)] - #[serde(rename = "GroupName")] - pub group_name: String, - #[serde(default)] - #[serde(rename = "LoadSide")] - pub load_side: Option, // need - #[serde(default)] - #[serde(rename = "PosX")] - pub pos_x: f64, // n - #[serde(default)] - #[serde(rename = "PosY")] - pub pos_y: f64, // n - #[serde(default)] - #[serde(rename = "PosZ")] - pub pos_z: f64, // n - #[serde(default)] - #[serde(rename = "RotY")] - pub rot_y: f64, // n - #[serde(rename = "PropID")] - pub prop_id: u32, // n - #[serde(rename = "AnchorID")] - pub anchor_id: Option, // n - #[serde(rename = "AnchorGroupID")] - pub anchor_group_id: Option, // n - #[serde(rename = "MappingInfoID")] - pub mapping_info_id: Option, // n - - #[serde(rename = "InitLevelGraph")] - pub init_level_graph: Option, - - #[serde(default)] - #[serde(rename = "State")] - pub state: PropState, - - #[serde(default)] - pub prop_state_list: Vec, - #[serde(default)] - pub group_id: u32, - #[serde(rename = "IsDelete")] - #[serde(default)] - pub is_delete: bool, // n - #[serde(rename = "IsClientOnly")] - #[serde(default)] - pub client_only: bool, // n - - // #[serde(default)] - // pub is_door: bool, - // #[serde(default)] - // pub is_chest: bool, - #[serde(default)] - pub __test_field: String, -} - -#[derive(Default, Debug, Clone, PartialEq, Serialize, Deserialize)] -#[serde(rename_all = "camelCase")] -pub struct LevelAnchor { - #[serde(rename = "ID")] - pub id: u32, - #[serde(default)] - #[serde(rename = "PosX")] - pub pos_x: f64, - #[serde(default)] - #[serde(rename = "PosY")] - pub pos_y: f64, - #[serde(default)] - #[serde(rename = "PosZ")] - pub pos_z: f64, - #[serde(default)] - #[serde(rename = "RotY")] - pub rot_y: f64, - #[serde(default)] - pub group_id: u32, -} - -#[derive(Default, Debug, Clone, PartialEq, Serialize, Deserialize)] -#[serde(rename_all = "camelCase")] -pub struct LevelNPC { - #[serde(rename = "ID")] - pub id: u32, - #[serde(default)] - #[serde(rename = "PosX")] - pub pos_x: f64, - #[serde(default)] - #[serde(rename = "PosY")] - pub pos_y: f64, - #[serde(default)] - #[serde(rename = "PosZ")] - pub pos_z: f64, - #[serde(rename = "Name")] - pub name: String, - #[serde(default)] - #[serde(rename = "RotY")] - pub rot_y: f64, - #[serde(rename = "NPCID")] - pub npcid: u32, - #[serde(default)] - pub group_id: u32, - #[serde(rename = "IsDelete")] - #[serde(default)] - pub is_delete: bool, - #[serde(rename = "IsClientOnly")] - #[serde(default)] - pub client_only: bool, -} - -#[derive(Default, Debug, Clone, PartialEq, Serialize, Deserialize)] -#[serde(rename_all = "camelCase")] -pub struct LevelMonster { - #[serde(rename = "ID")] - pub id: u32, - #[serde(default)] - #[serde(rename = "RotY")] - pub rot_y: f64, - #[serde(default)] - #[serde(rename = "PosX")] - pub pos_x: f64, - #[serde(default)] - #[serde(rename = "PosY")] - pub pos_y: f64, - #[serde(default)] - #[serde(rename = "PosZ")] - pub pos_z: f64, - #[serde(rename = "NPCMonsterID")] - pub npcmonster_id: u32, - #[serde(default)] - #[serde(rename = "EventID")] - pub event_id: u32, - #[serde(default)] - pub group_id: u32, - #[serde(rename = "IsDelete")] - #[serde(default)] - pub is_delete: bool, - #[serde(rename = "IsClientOnly")] - #[serde(default)] - pub client_only: bool, -} - -#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Copy)] -pub enum LoadSide { - Client = 0, - Server = 1, - Unk = 2, -} - -impl Default for LoadSide { - fn default() -> Self { - Self::Client - } -} - -#[derive(Default, Debug, Clone, PartialEq, Serialize, Deserialize)] -#[serde(rename_all = "camelCase")] -pub struct LevelFloor { - pub floor_id: u32, - pub floor_name: String, - pub start_group_index: u32, - pub start_anchor_id: u32, -} - -#[derive(Default, Debug, Clone, PartialEq, Serialize, Deserialize)] -#[serde(rename_all = "camelCase")] -pub struct MapEntrance { - #[serde(rename = "ID")] - pub id: u32, - #[serde(default)] - #[serde(rename = "EntranceType")] - pub entrance_type: PlaneType, - #[serde(rename = "PlaneID")] - pub plane_id: u32, - #[serde(rename = "FloorID")] - pub floor_id: u32, - #[serde(rename = "BeginMainMissionList")] - pub begin_main_mission_list: Vec, - #[serde(rename = "FinishMainMissionList")] - pub finish_main_mission_list: Vec, - #[serde(rename = "FinishSubMissionList")] - pub finish_sub_mission_list: Vec, -} - -#[derive(Default, Debug, Clone, PartialEq, Serialize, Deserialize)] -#[serde(rename_all = "camelCase")] -pub struct MazePlane { - #[serde(rename = "PlaneID")] - pub plane_id: u32, - #[serde(rename = "PlaneType")] - pub plane_type: PlaneType, - #[serde(rename = "SubType")] - pub sub_type: u32, - #[serde(rename = "MazePoolType")] - pub maze_pool_type: u32, - #[serde(rename = "WorldID")] - pub world_id: u32, - #[serde(rename = "StartFloorID")] - pub start_floor_id: u32, - #[serde(rename = "FloorIDList")] - pub floor_idlist: Vec, -} - -#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, Copy)] -pub enum PlaneType { - Unknown = 0, - Maze = 2, - Train = 3, - Challenge = 4, - Rogue = 5, - Raid = 6, - AetherDivide = 7, - TrialActivity = 8, - #[serde(other)] - Town = 1, -} - -impl Default for PlaneType { - fn default() -> Self { - Self::Maze - } -} - -#[derive(Default, Debug, Clone, PartialEq, Serialize, Deserialize)] -#[serde(rename_all = "camelCase")] -pub struct MazeProp { - #[serde(rename = "ID")] - pub id: u32, - #[serde(rename = "PropType")] - pub prop_type: String, - #[serde(rename = "PropStateList")] - pub prop_state_list: Vec, -} - -#[derive(Debug, Clone, PartialEq, Serialize, Deserialize, Default)] -pub enum PropState { - #[default] Closed = 0, - Open = 1, - Locked = 2, - BridgeState1 = 3, - BridgeState2 = 4, - BridgeState3 = 5, - BridgeState4 = 6, - CheckPointDisable = 7, - CheckPointEnable = 8, - TriggerDisable = 9, - TriggerEnable = 10, - ChestLocked = 11, - ChestClosed = 12, - ChestUsed = 13, - Elevator1 = 14, - Elevator2 = 15, - Elevator3 = 16, - WaitActive = 17, - EventClose = 18, - EventOpen = 19, - Hidden = 20, - TeleportGate0 = 21, - TeleportGate1 = 22, - TeleportGate2 = 23, - TeleportGate3 = 24, - Destructed = 25, - CustomState01 = 101, - CustomState02 = 102, - CustomState03 = 103, - CustomState04 = 104, - CustomState05 = 105, - CustomState06 = 106, - CustomState07 = 107, - CustomState08 = 108, - CustomState09 = 109, -} - -pub type IntMap = HashMap; -pub type StringMap = HashMap; - -#[derive(Debug, Serialize, Deserialize, Clone)] -pub struct SimpleLevelGroup { - pub teleports: IntMap, - pub group_items: IntMap, -} -#[derive(Debug, Serialize, Deserialize, Clone)] -pub struct LevelGroupItem { - pub props: Vec, - pub npcs: Vec, - pub monsters: Vec, - pub anchors: HashMap, -} - -#[derive(Debug, Serialize, Deserialize)] -pub struct GameResources { - pub map_entrance: IntMap, - /// Key is P{PLANE_ID}_F{FLOOR_ID} - pub level_group: StringMap, - pub maze_prop: IntMap, - pub maze_plane: IntMap, -} - -impl GameResources { - pub fn new() -> Self { - let str = std::fs::read_to_string("./resources.json") - .expect("resources.json is broken, pls redownload"); - let res: Self = - serde_json::from_str(&str).expect("resources.json is broken, pls redownload"); - res - } -} - -lazy_static! { - pub static ref GAME_RESOURCES: GameResources = GameResources::new(); -} diff --git a/gameserver/src/tools/mod.rs b/gameserver/src/tools/mod.rs new file mode 100644 index 0000000..6d0fe39 --- /dev/null +++ b/gameserver/src/tools/mod.rs @@ -0,0 +1 @@ +pub mod resources; diff --git a/gameserver/src/tools/resources.rs b/gameserver/src/tools/resources.rs new file mode 100644 index 0000000..eeb5407 --- /dev/null +++ b/gameserver/src/tools/resources.rs @@ -0,0 +1,145 @@ +use serde::Deserialize; +use std::{collections::HashMap, fs, sync::LazyLock}; + +#[derive(Deserialize)] +#[serde(rename_all = "camelCase")] +pub struct Vector { + pub x: i32, // or f32 depending on your needs + pub y: i32, + pub z: i32, +} + +#[derive(Deserialize, Copy, PartialEq, Clone)] +#[serde(rename_all = "camelCase")] +#[repr(u32)] +pub enum PropState { + Closed = 0, + Open = 1, + Locked = 2, + BridgeState1 = 3, + BridgeState2 = 4, + BridgeState3 = 5, + BridgeState4 = 6, + CheckPointDisable = 7, + CheckPointEnable = 8, + TriggerDisable = 9, + TriggerEnable = 10, + ChestLocked = 11, + ChestClosed = 12, + ChestUsed = 13, + Elevator1 = 14, + Elevator2 = 15, + Elevator3 = 16, + WaitActive = 17, + EventClose = 18, + EventOpen = 19, + Hidden = 20, + TeleportGate0 = 21, + TeleportGate1 = 22, + TeleportGate2 = 23, + TeleportGate3 = 24, + Destructed = 25, + CustomState01 = 101, + CustomState02 = 102, + CustomState03 = 103, + CustomState04 = 104, + CustomState05 = 105, + CustomState06 = 106, + CustomState07 = 107, + CustomState08 = 108, + CustomState09 = 109, +} + +#[derive(Deserialize, Copy, Clone, PartialEq)] +#[serde(rename_all = "camelCase")] +#[repr(u32)] +pub enum PlaneType { + Unknown = 0, + Maze = 2, + Train = 3, + Challenge = 4, + Rogue = 5, + Raid = 6, + AetherDivide = 7, + TrialActivity = 8, + Town = 1, +} + +#[derive(Deserialize)] +#[serde(rename_all = "camelCase")] +pub struct SceneMonsterInfo { + pub pos: Vector, + pub rot: Vector, + pub group_id: u32, + pub inst_id: u32, + pub monster_id: u32, + pub event_id: u32, +} + +#[derive(Deserialize)] +#[serde(rename_all = "camelCase")] +pub struct SceneNpcInfo { + pub pos: Vector, + pub rot: Vector, + pub group_id: u32, + pub inst_id: u32, + pub npc_id: u32, +} + +#[derive(Deserialize)] +#[serde(rename_all = "camelCase")] +pub struct ScenePropInfo { + pub pos: Vector, + pub rot: Vector, + pub group_id: u32, + pub inst_id: u32, + pub prop_state: u32, + pub prop_id: u32, +} + +#[derive(Deserialize)] +#[serde(rename_all = "camelCase")] +pub struct TeleportInfo { + pub pos: Vector, + pub rot: Vector, + pub group_id: u32, + pub inst_id: u32, + pub anchor_id: u32, +} + +#[derive(Deserialize)] +#[serde(rename_all = "camelCase")] +pub struct SceneData { + pub npcs: Vec, + pub props: Vec, + pub monsters: Vec, + pub teleports: HashMap, +} + +#[derive(Deserialize)] +#[serde(rename_all = "camelCase")] +pub struct LevelOutputConfig { + pub is_entered_scene_info: bool, + pub scenes: HashMap, + pub plane_type: u32, + pub world_id: u32, +} + +#[derive(Deserialize)] +#[serde(rename_all = "camelCase")] +pub struct AvatarConfig { + pub weakness_buff_id: u32, + pub technique_buff_ids: Vec, +} + +#[derive(Deserialize, Default)] +#[serde(rename_all = "camelCase")] +pub struct JsonConfig { + /// `entryid` -> `P[planeId]_F[floorId]` -> `groupId` + pub level_output_configs: HashMap>, + pub avatar_configs: HashMap, +} + +pub static GAME_RES: LazyLock = LazyLock::new(|| { + serde_json::from_str::(&fs::read_to_string("res.json").unwrap()).unwrap() +}); diff --git a/persistent b/persistent index d9d3347..d8643d6 100644 --- a/persistent +++ b/persistent @@ -1,21 +1,21 @@ { "lineups": { - "0": 1222, - "1": 1223, - "2": 1220, - "3": 1308 + "0": 1220, + "1": 1222, + "2": 1304, + "3": 1309 }, "position": { - "x": -3722, - "y": 56256, - "z": -87464, - "rot_y": 318488 + "x": 64574, + "y": 1699, + "z": 258502, + "rot_y": 243401 }, "scene": { - "plane_id": 20321, - "floor_id": 20321001, - "entry_id": 2032101 + "plane_id": 20332, + "floor_id": 20332001, + "entry_id": 2033201 }, "main_character": "FemaleHarmony", - "march_type": "MarchHunt" + "march_type": "FemaleHarmony" } \ No newline at end of file diff --git a/proto/Cargo.toml b/proto/Cargo.toml index e8366da..6bd878e 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -6,6 +6,7 @@ version.workspace = true [dependencies] prost.workspace = true prost-types.workspace = true +proto-derive.workspace = true [build-dependencies] prost-build.workspace = true diff --git a/proto/build.rs b/proto/build.rs index 831a541..51a9b74 100644 --- a/proto/build.rs +++ b/proto/build.rs @@ -1,3 +1,9 @@ +use std::{ + fs, + io::{self, BufRead}, + path::Path, +}; + pub fn main() { let proto_file = "StarRail.proto"; if std::path::Path::new(proto_file).exists() { @@ -5,7 +11,38 @@ pub fn main() { prost_build::Config::new() .out_dir("out/") + .type_attribute(".", "#[derive(proto_derive::CmdID)]") .compile_protos(&[proto_file], &["."]) .unwrap(); + + impl_message_id(Path::new("out/_.rs")).unwrap(); } } + +pub fn impl_message_id(path: &Path) -> io::Result<()> { + let file = fs::File::open(path)?; + let reader = io::BufReader::new(file); + let mut output = Vec::new(); + + let mut attr = None; + for line in reader.lines() { + let line = line?; + + if line.contains("CmdID:") { + attr = Some(make_message_id_attr(&line).unwrap()); + } else { + output.push(line); + if let Some(attr) = attr.take() { + output.push(attr); + } + } + } + + fs::write(path, output.join("\n").as_bytes())?; + Ok(()) +} + +fn make_message_id_attr(line: &str) -> Option { + let id = line.trim_start().split(' ').nth(2)?.parse::().ok()?; + Some(format!("#[cmdid({id})]")) +} diff --git a/proto/out/_.rs b/proto/out/_.rs index cf66856..2c2c675 100644 --- a/proto/out/_.rs +++ b/proto/out/_.rs @@ -1,54 +1,345 @@ // This file is @generated by prost-build. +#[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] -pub struct EquipRelic { - #[prost(uint32, tag = "13")] - pub relic_unique_id: u32, - #[prost(uint32, tag = "9")] - pub slot: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct AvatarSkillTree { - #[prost(uint32, tag = "1")] - pub point_id: u32, +pub struct PlayerBasicInfo { + #[prost(string, tag = "1")] + pub nickname: ::prost::alloc::string::String, #[prost(uint32, tag = "2")] pub level: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct Avatar { - #[prost(uint32, tag = "15")] - pub base_avatar_id: u32, - #[prost(uint32, tag = "1")] - pub level: u32, #[prost(uint32, tag = "3")] - pub equipment_unique_id: u32, - #[prost(message, repeated, tag = "2")] - pub equip_relic_list: ::prost::alloc::vec::Vec, - #[prost(message, repeated, tag = "14")] - pub skilltree_list: ::prost::alloc::vec::Vec, - #[prost(uint64, tag = "4")] - pub first_met_timestamp: u64, - #[prost(uint32, tag = "13")] - pub rank: u32, - #[prost(uint32, tag = "8")] - pub dressed_skin_id: u32, - #[prost(bool, tag = "6")] - pub is_marked: bool, - #[prost(uint32, tag = "10")] pub exp: u32, - #[prost(uint32, tag = "9")] - pub promotion: u32, - #[prost(uint32, repeated, tag = "11")] - pub taken_rewards: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "4")] + pub stamina: u32, + #[prost(uint32, tag = "5")] + pub mcoin: u32, + #[prost(uint32, tag = "6")] + pub hcoin: u32, + #[prost(uint32, tag = "7")] + pub scoin: u32, + #[prost(uint32, tag = "8")] + pub world_level: u32, } +#[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] -pub struct AvatarSync { - #[prost(message, repeated, tag = "10")] - pub avatar_list: ::prost::alloc::vec::Vec, +pub struct SpBarInfo { + #[prost(uint32, tag = "1")] + pub cur_sp: u32, + #[prost(uint32, tag = "2")] + pub max_sp: u32, } +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BlackInfo { + #[prost(int64, tag = "1")] + pub begin_time: i64, + #[prost(int64, tag = "2")] + pub end_time: i64, + #[prost(uint32, tag = "3")] + pub loojcakfagb: u32, + #[prost(uint32, tag = "4")] + pub eldmldjofek: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mfdegcnejmo { + #[prost(enumeration = "AvatarType", tag = "1")] + pub avatar_type: i32, + #[prost(uint32, tag = "2")] + pub id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Icbeoflcolj { + #[prost(uint32, tag = "1")] + pub version: u32, + #[prost(uint32, tag = "2")] + pub count: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ClientDownloadData { + #[prost(uint32, tag = "1")] + pub version: u32, + #[prost(int64, tag = "2")] + pub time: i64, + #[prost(bytes = "vec", tag = "3")] + pub data: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ClientObjDownloadData { + #[prost(bytes = "vec", tag = "1")] + pub jpdkephlfen: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "2")] + pub download_data: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ClientUploadData { + #[prost(string, tag = "1")] + pub ciafhfefkok: ::prost::alloc::string::String, + #[prost(string, tag = "2")] + pub hppeilaonge: ::prost::alloc::string::String, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Abdfaegobfo { + #[prost(uint32, repeated, tag = "1")] + pub param_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FeatureSwitchInfo { + #[prost(enumeration = "Pimfigfbkap", tag = "1")] + pub r#type: i32, + #[prost(message, repeated, tag = "2")] + pub switch_list: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "3")] + pub is_all_closed: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pdcaccgomjb { + #[prost(string, tag = "1")] + pub klmoombphio: ::prost::alloc::string::String, + #[prost(string, tag = "2")] + pub oeokbliogcb: ::prost::alloc::string::String, + #[prost(string, tag = "3")] + pub dcnfjnljedo: ::prost::alloc::string::String, + #[prost(string, tag = "4")] + pub gbnopnpeaof: ::prost::alloc::string::String, + #[prost(string, tag = "5")] + pub amoibmjgknn: ::prost::alloc::string::String, + #[prost(string, tag = "6")] + pub llcmicaefgm: ::prost::alloc::string::String, + #[prost(string, tag = "7")] + pub fnbidfpddij: ::prost::alloc::string::String, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ogcellfolfn { + #[prost(uint64, tag = "1")] + pub iajedifpeik: u64, + #[prost(enumeration = "Gplhkpmpaoh", tag = "2")] + pub fiiglkmjodg: i32, + #[prost(uint32, tag = "3")] + pub stage_id: u32, + #[prost(uint32, tag = "4")] + pub uid: u32, + #[prost(string, tag = "5")] + pub nickname: ::prost::alloc::string::String, + #[prost(uint32, tag = "6")] + pub head_icon: u32, + #[prost(string, tag = "7")] + pub licepebmkom: ::prost::alloc::string::String, + #[prost(uint64, tag = "8")] + pub sent_time: u64, + #[prost(uint32, tag = "9")] + pub ldeabglleek: u32, + #[prost(uint32, tag = "10")] + pub ehoaoabenla: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PunkLordBattleAvatar { + #[prost(uint32, tag = "1")] + pub avatar_id: u32, + #[prost(uint32, tag = "2")] + pub avatar_level: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PunkLordBattleRecord { + #[prost(uint32, tag = "1")] + pub uid: u32, + #[prost(uint32, tag = "2")] + pub damage_hp: u32, + #[prost(bool, tag = "3")] + pub is_final_hit: bool, + #[prost(uint32, tag = "4")] + pub over_kill_damage_hp: u32, + #[prost(string, tag = "5")] + pub battle_replay_key: ::prost::alloc::string::String, + #[prost(message, repeated, tag = "6")] + pub avatar_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "7")] + pub assist_score: u32, + #[prost(uint32, tag = "8")] + pub damage_score: u32, + #[prost(uint32, tag = "9")] + pub final_hit_score: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Nofkccfpjdo { + #[prost(message, repeated, tag = "1")] + pub bfngfghfgjd: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Momopcdpldn { + #[prost(uint32, tag = "1")] + pub uid: u32, + #[prost(uint32, tag = "2")] + pub monster_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dklnhlhahja { + #[prost(uint32, tag = "1")] + pub uid: u32, + #[prost(uint32, tag = "2")] + pub monster_id: u32, + #[prost(uint32, tag = "3")] + pub config_id: u32, + #[prost(uint32, tag = "4")] + pub world_level: u32, + #[prost(int64, tag = "5")] + pub sent_time: i64, + #[prost(uint32, tag = "6")] + pub left_hp: u32, + #[prost(uint32, tag = "7")] + pub dnmhhajchbb: u32, + #[prost(enumeration = "Abamnngjmld", tag = "8")] + pub acfomfgmneo: i32, + #[prost(bool, tag = "9")] + pub mmbaocgfbli: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PunkLordBattleReplay { + #[prost(string, tag = "1")] + pub battle_replay_key: ::prost::alloc::string::String, + #[prost(message, optional, tag = "2")] + pub replay_info: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Oemcbinhgoa { + #[prost(uint64, tag = "1")] + pub imfmofjgonc: u64, + #[prost(uint32, tag = "2")] + pub mgaiajakpei: u32, + #[prost(uint32, tag = "3")] + pub igfncgikaip: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lfckppdliji { + #[prost(oneof = "lfckppdliji::Nllbkdjkfah", tags = "101")] + pub nllbkdjkfah: ::core::option::Option, +} +/// Nested message and enum types in `LFCKPPDLIJI`. +pub mod lfckppdliji { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Nllbkdjkfah { + #[prost(message, tag = "101")] + Dahiijfdeco(super::Oemcbinhgoa), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RegionEntry { + #[prost(string, tag = "1")] + pub name: ::prost::alloc::string::String, + #[prost(string, tag = "2")] + pub title: ::prost::alloc::string::String, + #[prost(string, tag = "3")] + pub dispatch_url: ::prost::alloc::string::String, + #[prost(string, tag = "4")] + pub env_type: ::prost::alloc::string::String, + #[prost(string, tag = "5")] + pub display_name: ::prost::alloc::string::String, + #[prost(string, tag = "6")] + pub msg: ::prost::alloc::string::String, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DispatchRegionData { + #[prost(uint32, tag = "1")] + pub retcode: u32, + #[prost(string, tag = "2")] + pub msg: ::prost::alloc::string::String, + #[prost(string, tag = "3")] + pub top_sever_region_name: ::prost::alloc::string::String, + #[prost(message, repeated, tag = "4")] + pub region_list: ::prost::alloc::vec::Vec, + #[prost(string, tag = "5")] + pub enogfgbhigm: ::prost::alloc::string::String, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RelicFilterPlanSettings { + #[prost(uint32, tag = "1")] + pub rarity_bitset: u32, + #[prost(uint32, repeated, tag = "2")] + pub relic_set_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "3")] + pub body_main_property_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "4")] + pub foot_main_property_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "5")] + pub sphere_main_property_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "6")] + pub rope_main_property_list: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "7")] + pub is_include_filter_sub_property: bool, + #[prost(uint32, tag = "8")] + pub sub_property_num: u32, + #[prost(uint32, repeated, tag = "9")] + pub sub_property_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "10")] + pub head_main_property_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "11")] + pub hand_main_property_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BattleOp { + #[prost(uint32, tag = "1")] + pub kemdfopldjf: u32, + #[prost(uint32, tag = "2")] + pub state: u32, + #[prost(uint32, tag = "3")] + pub nfmieikppcl: u32, + #[prost(uint32, tag = "4")] + pub iaaofjeflfg: u32, + #[prost(uint32, tag = "5")] + pub kdgjonmbimh: u32, + #[prost(uint32, tag = "6")] + pub skill_index: u32, + #[prost(uint32, tag = "7")] + pub ocapnbbbkgk: u32, + #[prost(string, tag = "8")] + pub gpbkobepmca: ::prost::alloc::string::String, +} +#[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct BattleEquipment { @@ -61,16 +352,7 @@ pub struct BattleEquipment { #[prost(uint32, tag = "4")] pub rank: u32, } -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct RelicAffix { - #[prost(uint32, tag = "1")] - pub affix_id: u32, - #[prost(uint32, tag = "2")] - pub cnt: u32, - #[prost(uint32, tag = "3")] - pub step: u32, -} +#[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct BattleRelic { @@ -89,16 +371,42 @@ pub struct BattleRelic { #[prost(uint32, tag = "7")] pub slot: u32, #[prost(uint32, tag = "8")] - pub ckcmdjnelkb: u32, + pub meodgaggoki: u32, } +#[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] -pub struct SpBarInfo { +pub struct AvatarSkillTree { #[prost(uint32, tag = "1")] - pub cur_sp: u32, + pub point_id: u32, #[prost(uint32, tag = "2")] - pub max_sp: u32, + pub level: u32, } +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RelicAffix { + #[prost(uint32, tag = "1")] + pub affix_id: u32, + #[prost(uint32, tag = "2")] + pub cnt: u32, + #[prost(uint32, tag = "3")] + pub step: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cdcpbiapmbm { + #[prost(bool, tag = "1")] + pub cfgjllgaopb: bool, + #[prost(uint32, repeated, tag = "2")] + pub mgppbkgiief: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "3")] + pub icekhaeiigk: u32, + #[prost(uint32, tag = "4")] + pub egndnnjlooo: u32, +} +#[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct BattleAvatar { @@ -125,12 +433,52 @@ pub struct BattleAvatar { #[prost(uint32, tag = "12")] pub world_level: u32, #[prost(uint32, tag = "13")] - pub apkmboagcmi: u32, + pub cjebfjlplhl: u32, + #[prost(message, optional, tag = "15")] + pub mbpnicpimhh: ::core::option::Option, #[prost(message, optional, tag = "16")] pub sp_bar: ::core::option::Option, #[prost(uint32, tag = "17")] - pub iojopnilicf: u32, + pub mkjkmmiochb: u32, } +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ieinfnjpmkk { + #[prost(uint32, tag = "1")] + pub oanmnkhjalp: u32, + #[prost(uint32, tag = "2")] + pub level: u32, + #[prost(uint32, tag = "3")] + pub noplcghhdjj: u32, + #[prost(uint32, tag = "4")] + pub iibeoenkncn: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fkkjjbjpabo { + #[prost(uint32, tag = "1")] + pub monster_id: u32, + #[prost(uint32, tag = "2")] + pub cur_hp: u32, + #[prost(uint32, tag = "3")] + pub max_hp: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mhbppjagfjc { + #[prost(message, repeated, tag = "1")] + pub monster_list: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "2")] + pub wave_param: ::core::option::Option, + #[prost(uint32, tag = "3")] + pub stage_id: u32, + #[prost(uint32, tag = "4")] + pub wave_id: u32, +} +#[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct BattleBuff { @@ -147,6 +495,43 @@ pub struct BattleBuff { #[prost(map = "string, float", tag = "6")] pub dynamic_values: ::std::collections::HashMap<::prost::alloc::string::String, f32>, } +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lpnbbjgpeih { + #[prost(uint32, tag = "1")] + pub id: u32, + #[prost(uint32, tag = "2")] + pub hpdodhkhpgp: u32, + #[prost(uint32, tag = "3")] + pub jmihpoahdll: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Gdhednkiele { + #[prost(uint32, tag = "1")] + pub deaojpflhjg: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Eaoafdpmppp { + #[prost(uint32, tag = "1")] + pub id: u32, + #[prost(uint32, tag = "2")] + pub hpdodhkhpgp: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fiadbfkedke { + #[prost(uint32, tag = "1")] + pub id: u32, + #[prost(uint32, tag = "2")] + pub progress: u32, +} +#[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct BattleTarget { @@ -157,1320 +542,523 @@ pub struct BattleTarget { #[prost(uint32, tag = "3")] pub total_progress: u32, } +#[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct BattleTargetList { #[prost(message, repeated, tag = "1")] pub battle_target_list: ::prost::alloc::vec::Vec, } +#[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] -pub struct HeadIcon { - #[prost(uint32, tag = "15")] - pub id: u32, +pub struct Acocemffeee { + #[prost(message, repeated, tag = "1")] + pub avatar_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "2")] + pub monster_wave_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "3")] + pub buff_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "7")] + pub world_level: u32, + #[prost(map = "uint32, message", tag = "9")] + pub battle_target_info: ::std::collections::HashMap, + #[prost(message, optional, tag = "10")] + pub cgoblnlgcmo: ::core::option::Option, + #[prost(message, repeated, tag = "11")] + pub amdkecnmjmh: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "12")] + pub evolve_build_battle_info: ::core::option::Option, + #[prost(message, optional, tag = "13")] + pub giogkglbaca: ::core::option::Option, + #[prost(message, optional, tag = "14")] + pub rogue_magic_battle_info: ::core::option::Option, } +#[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] -pub struct BoardDataSync { - #[prost(message, repeated, tag = "14")] - pub unlocked_head_icon_list: ::prost::alloc::vec::Vec, - #[prost(string, tag = "13")] - pub signature: ::prost::alloc::string::String, - #[prost(bool, tag = "7")] - pub kdpdlgbfimd: bool, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct BuffInfo { - #[prost(uint32, tag = "14")] - pub jpbnobgjmin: u32, - #[prost(uint64, tag = "11")] - pub add_time_ms: u64, - #[prost(uint32, tag = "9")] - pub level: u32, - #[prost(map = "string, float", tag = "1")] - pub dynamic_values: ::std::collections::HashMap<::prost::alloc::string::String, f32>, - #[prost(uint32, tag = "13")] - pub buff_id: u32, - #[prost(float, tag = "15")] - pub life_time: f32, - #[prost(uint32, tag = "3")] - pub base_avatar_id: u32, - #[prost(uint32, tag = "5")] - pub count: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct ChangeLineupLeaderCsReq { - #[prost(uint32, tag = "8")] - pub slot: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct ChangeLineupLeaderScRsp { - #[prost(uint32, tag = "11")] - pub retcode: u32, - #[prost(uint32, tag = "8")] - pub slot: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct Chat { +pub struct Npdplemgefn { + #[prost(map = "uint32, uint32", tag = "1")] + pub aljcmlclgdo: ::std::collections::HashMap, #[prost(uint32, tag = "2")] - pub sender_uid: u32, - #[prost(string, tag = "11")] - pub text: ::prost::alloc::string::String, - #[prost(uint64, tag = "12")] - pub sent_time: u64, + pub pohanhabpig: u32, #[prost(uint32, tag = "3")] - pub emote: u32, - #[prost(enumeration = "MsgType", tag = "10")] - pub msg_type: i32, + pub ekmjppgfbin: u32, + #[prost(uint32, tag = "4")] + pub jiiojgoaedd: u32, } +#[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] -pub struct ClientDownloadData { +pub struct Loggjgclnni { + #[prost(uint32, tag = "1")] + pub id: u32, + #[prost(uint32, tag = "2")] + pub index: u32, + #[prost(uint32, tag = "3")] + pub promotion: u32, + #[prost(uint32, repeated, tag = "4")] + pub aamlbfinhon: ::prost::alloc::vec::Vec, + #[prost(enumeration = "Edkmnbhjoam", tag = "5")] + pub fmipgnjjabn: i32, + #[prost(message, optional, tag = "6")] + pub sp_bar: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dfhflppefgn { + #[prost(message, repeated, tag = "1")] + pub avatar_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "2")] + pub monster_wave_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "3")] + pub buff_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jgjoclocibp { + #[prost(uint32, tag = "1")] + pub kemdfopldjf: u32, + #[prost(uint32, tag = "2")] + pub cnkhcmlbilg: u32, + #[prost(uint32, tag = "3")] + pub kfmmhakcjce: u32, + #[prost(message, repeated, tag = "4")] + pub cfknblnjebi: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "5")] + pub minmaiaelgl: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "6")] + pub ieefnobdkpc: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jihnggnekko { + #[prost(bool, tag = "1")] + pub diaebnannan: bool, + #[prost(uint32, tag = "2")] + pub ljojelhojdn: u32, + #[prost(bool, tag = "3")] + pub bnpjhjnlfdh: bool, + #[prost(string, tag = "4")] + pub nfdobccjahe: ::prost::alloc::string::String, + #[prost(bool, tag = "5")] + pub nlilclicgli: bool, + #[prost(bool, tag = "6")] + pub bdhpfakhppn: bool, + #[prost(uint32, tag = "7")] + pub lfcooloobhg: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Gobmngekhid { + #[prost(uint32, repeated, tag = "1")] + pub hmkdfmmdjjb: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "2")] + pub mbiicjoelei: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "3")] + pub bighpjlgjge: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "4")] + pub kgbmcggjppb: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fadgmidaffm { + #[prost(uint32, tag = "1")] + pub eldljmpimbm: u32, + #[prost(uint32, tag = "2")] + pub jpkofphhdhe: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Anoajmpbfii { + #[prost(bool, tag = "1")] + pub baljejodomf: bool, + #[prost(map = "string, message", tag = "2")] + pub nmmghpknggb: ::std::collections::HashMap< + ::prost::alloc::string::String, + Fadgmidaffm, + >, + #[prost(bytes = "vec", tag = "3")] + pub nnlhldopljh: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Efnnghdbbhh { + #[prost(message, repeated, tag = "1")] + pub nghkjjpolnj: ::prost::alloc::vec::Vec, + #[prost(string, tag = "2")] + pub ofneipiomdp: ::prost::alloc::string::String, + #[prost(string, tag = "3")] + pub lfddagomegb: ::prost::alloc::string::String, + #[prost(message, repeated, tag = "4")] + pub ljojglfbhlp: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "5")] + pub plane_id: u32, + #[prost(uint32, tag = "6")] + pub floor_id: u32, + #[prost(uint32, tag = "7")] + pub dmbpcjbbcge: u32, + #[prost(uint32, tag = "8")] + pub lknndkmaepm: u32, + #[prost(message, optional, tag = "9")] + pub likmijokdpm: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mfjlecfeoak { #[prost(uint32, tag = "1")] pub version: u32, - #[prost(int64, tag = "2")] - pub time: i64, - #[prost(bytes = "vec", tag = "3")] - pub data: ::prost::alloc::vec::Vec, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct ContentInfo { - #[prost(enumeration = "ContentPackageStatus", tag = "12")] - pub status: i32, - #[prost(uint32, tag = "8")] - pub content_id: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct PackageData { #[prost(uint32, tag = "2")] - pub emgkdgbhaff: u32, - #[prost(message, repeated, tag = "14")] - pub info_list: ::prost::alloc::vec::Vec, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct ContentPackageSyncDataScNotify { - #[prost(message, optional, tag = "5")] - pub data: ::core::option::Option, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct DressAvatarCsReq { - #[prost(uint32, tag = "5")] - pub avatar_id: u32, + pub logic_random_seed: u32, + #[prost(uint32, tag = "3")] + pub stage_id: u32, + #[prost(message, optional, tag = "4")] + pub lineup: ::core::option::Option, + #[prost(message, repeated, tag = "5")] + pub op_list: ::prost::alloc::vec::Vec, + #[prost(bytes = "vec", tag = "6")] + pub turn_snapshot_hash: ::prost::alloc::vec::Vec, #[prost(uint32, tag = "7")] - pub equipment_unique_id: u32, + pub kjnlpeflcnf: u32, + #[prost(uint32, repeated, tag = "8")] + pub felekbcbpfn: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "9")] + pub nkfmmkobdbc: bool, + #[prost(enumeration = "Ielpchngnof", tag = "10")] + pub hllgogdpkjb: i32, + #[prost(enumeration = "Edlajjpmaoa", tag = "11")] + pub agicjpnnfpn: i32, + #[prost(message, repeated, tag = "12")] + pub event_battle_info_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "14")] + pub rounds_limit: u32, + #[prost(message, optional, tag = "15")] + pub alkemgppeje: ::core::option::Option, + #[prost(bytes = "vec", tag = "16")] + pub fjohnjpohao: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "17")] + pub cost_time: u32, + #[prost(uint32, tag = "18")] + pub wave_count: u32, + #[prost(message, optional, tag = "19")] + pub bmcgkjfieeh: ::core::option::Option, + #[prost(message, optional, tag = "100")] + pub kcmhcllekho: ::core::option::Option, } +#[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] -pub struct RelicParam { - #[prost(uint32, tag = "6")] - pub slot: u32, +pub struct Hjokcpfffaf { + #[prost(int32, tag = "1")] + pub dbmmpklkgha: i32, + #[prost(string, tag = "2")] + pub hppeilaonge: ::prost::alloc::string::String, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pfifbbanije { + #[prost(double, tag = "1")] + pub max_hp: f64, + #[prost(double, tag = "2")] + pub attack: f64, + #[prost(double, tag = "3")] + pub defence: f64, + #[prost(double, tag = "4")] + pub speed: f64, + #[prost(double, tag = "5")] + pub left_hp: f64, + #[prost(double, tag = "6")] + pub kdfaflngdbi: f64, + #[prost(double, tag = "7")] + pub pfjdbijekkl: f64, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pemgjabecbh { + #[prost(uint32, tag = "1")] + pub id: u32, + #[prost(uint32, tag = "2")] + pub rank: u32, + #[prost(uint32, tag = "3")] + pub promotion: u32, + #[prost(uint32, tag = "4")] + pub level: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AttackDamageProperty { + #[prost(string, tag = "1")] + pub cjfoccnmopp: ::prost::alloc::string::String, + #[prost(double, tag = "2")] + pub ednpjbhgkck: f64, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SkillUseProperty { + #[prost(uint32, tag = "1")] + pub lnedfblnhen: u32, + #[prost(string, tag = "2")] + pub aeofhbepgoo: ::prost::alloc::string::String, + #[prost(uint32, tag = "3")] + pub gmiijhgafce: u32, + #[prost(uint32, tag = "4")] + pub bjlafkjomkh: u32, #[prost(uint32, tag = "5")] - pub relic_unique_id: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct DressRelicAvatarCsReq { - #[prost(uint32, tag = "15")] - pub avatar_id: u32, - #[prost(message, repeated, tag = "13")] - pub param_list: ::prost::alloc::vec::Vec, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct LineupAvatar { + pub ekckcpeeopm: u32, #[prost(uint32, tag = "6")] - pub hp: u32, - #[prost(uint32, tag = "15")] - pub satiety: u32, - #[prost(uint32, tag = "5")] - pub slot: u32, + pub khcmdhblhfo: u32, + #[prost(uint32, tag = "7")] + pub mphkeomghkd: u32, + #[prost(uint32, tag = "8")] + pub chjcdmjnced: u32, + #[prost(uint32, tag = "9")] + pub egeppoihflg: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Phkmlomcnmn { + #[prost(uint32, tag = "1")] + pub lnedfblnhen: u32, + #[prost(double, tag = "2")] + pub nlmobjccdel: f64, + #[prost(uint32, repeated, tag = "3")] + pub battle_target_list: ::prost::alloc::vec::Vec, + #[prost(double, tag = "4")] + pub ednpjbhgkck: f64, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ajpndpfpbpk { + #[prost(string, tag = "1")] + pub source: ::prost::alloc::string::String, + #[prost(uint32, tag = "2")] + pub fdcilolcbnl: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fgdmlimkmfp { + #[prost(string, tag = "1")] + pub aomgnalllga: ::prost::alloc::string::String, + #[prost(uint32, tag = "2")] + pub count: u32, + #[prost(double, tag = "3")] + pub total_damage: f64, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Anjdjiimofi { #[prost(enumeration = "AvatarType", tag = "1")] pub avatar_type: i32, - #[prost(message, optional, tag = "14")] - pub sp_bar: ::core::option::Option, - #[prost(uint32, tag = "8")] + #[prost(uint32, tag = "2")] pub id: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct LineupInfo { - #[prost(bool, tag = "12")] - pub njfmkhpamdl: bool, - #[prost(message, repeated, tag = "2")] - pub avatar_list: ::prost::alloc::vec::Vec, - #[prost(uint32, repeated, tag = "11")] - pub lofekgfcmlc: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "9")] - pub ijnpccndcgi: u32, #[prost(uint32, tag = "3")] - pub index: u32, - #[prost(bool, tag = "15")] - pub is_virtual: bool, - #[prost(uint32, tag = "6")] - pub mp: u32, - #[prost(string, tag = "14")] - pub name: ::prost::alloc::string::String, - #[prost(enumeration = "ExtraLineupType", tag = "7")] - pub extra_lineup_type: i32, - #[prost(uint32, tag = "10")] - pub plane_id: u32, - #[prost(uint32, repeated, tag = "5")] - pub nlkmjkfhebm: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "13")] - pub leader_slot: u32, - #[prost(uint32, repeated, tag = "1")] - pub dfkpgckchah: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "8")] - pub max_mp: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct Vector { - #[prost(sint32, tag = "14")] - pub x: i32, - #[prost(sint32, tag = "5")] - pub y: i32, - #[prost(sint32, tag = "3")] - pub z: i32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct MotionInfo { - #[prost(message, optional, tag = "14")] - pub pos: ::core::option::Option, - #[prost(message, optional, tag = "13")] - pub rot: ::core::option::Option, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct SceneActorInfo { - #[prost(uint32, tag = "11")] - pub base_avatar_id: u32, - #[prost(uint32, tag = "15")] - pub map_layer: u32, - #[prost(uint32, tag = "2")] - pub uid: u32, - #[prost(enumeration = "AvatarType", tag = "6")] - pub avatar_type: i32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct SceneNpcMonsterInfo { - #[prost(bool, tag = "11")] - pub mcfppkobjog: bool, - #[prost(uint32, tag = "12")] - pub monster_id: u32, - #[prost(uint32, tag = "1")] - pub event_id: u32, - #[prost(bool, tag = "3")] - pub eanllcnpded: bool, - #[prost(uint32, tag = "10")] - pub world_level: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct NpcRogueInfo { - #[prost(bool, tag = "12")] - pub modhkobfmbp: bool, - #[prost(map = "uint32, uint32", tag = "14")] - pub lpflcicnioa: ::std::collections::HashMap, + pub dlmkjmiddel: u32, + #[prost(uint32, tag = "4")] + pub nndmocejejo: u32, #[prost(uint32, tag = "5")] - pub kiakkdiecme: u32, - #[prost(uint32, tag = "10")] - pub jnboodjdmho: u32, - #[prost(bool, tag = "11")] - pub idoffgnngem: bool, - #[prost(bool, tag = "2")] - pub phddanoooji: bool, - #[prost(uint32, tag = "3")] - pub hgfnojflbcl: u32, - #[prost(uint32, tag = "9")] - pub ebffkdhgkgl: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct NpcExtraInfo { + pub lmcmcepkdkh: u32, #[prost(message, optional, tag = "6")] - pub rogue_info: ::core::option::Option, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct SceneNpcInfo { - #[prost(message, optional, tag = "6")] - pub extra_info: ::core::option::Option, - #[prost(uint32, tag = "3")] - pub npc_id: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct PropRogueInfo { - #[prost(uint32, tag = "6")] - pub hdnlmbacmoa: u32, - #[prost(uint32, tag = "2")] - pub edjpollefac: u32, - #[prost(uint32, tag = "4")] - pub ioijcfnndfi: u32, - #[prost(uint32, tag = "7")] - pub mfdelanaicp: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct PropAeonInfo { - #[prost(uint32, tag = "14")] - pub add_exp: u32, - #[prost(uint32, tag = "10")] - pub dialogue_group_id: u32, - #[prost(uint32, tag = "3")] - pub aeon_id: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct PropExtraInfo { - #[prost(message, optional, tag = "10")] - pub rogue_info: ::core::option::Option, - #[prost(message, optional, tag = "7")] - pub aeon_info: ::core::option::Option, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct ScenePropInfo { - #[prost(uint32, tag = "11")] - pub life_time_ms: u32, - #[prost(uint32, tag = "12")] - pub prop_state: u32, - #[prost(string, repeated, tag = "14")] - pub trigger_name_list: ::prost::alloc::vec::Vec<::prost::alloc::string::String>, - #[prost(message, optional, tag = "5")] - pub extra_info: ::core::option::Option, - #[prost(uint32, tag = "10")] - pub prop_id: u32, - #[prost(uint64, tag = "9")] - pub create_time_ms: u64, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct SceneSummonUnitInfo { - #[prost(uint32, tag = "7")] - pub caster_entity_id: u32, - #[prost(uint32, tag = "4")] - pub attach_entity_id: u32, - #[prost(string, repeated, tag = "6")] - pub trigger_name_list: ::prost::alloc::vec::Vec<::prost::alloc::string::String>, - #[prost(int32, tag = "5")] - pub life_time_ms: i32, - #[prost(uint64, tag = "11")] - pub create_time_ms: u64, - #[prost(uint32, tag = "9")] - pub summon_unit_id: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct SceneEntityInfo { - #[prost(message, optional, tag = "1")] - pub motion: ::core::option::Option, - #[prost(uint32, tag = "4")] - pub entity_id: u32, - #[prost(uint32, tag = "9")] - pub group_id: u32, - #[prost(uint32, tag = "13")] - pub inst_id: u32, - #[prost(oneof = "scene_entity_info::Entity", tags = "10, 14, 11, 8, 15")] - pub entity: ::core::option::Option, -} -/// Nested message and enum types in `SceneEntityInfo`. -pub mod scene_entity_info { - #[allow(clippy::derive_partial_eq_without_eq)] - #[derive(Clone, PartialEq, ::prost::Oneof)] - pub enum Entity { - #[prost(message, tag = "10")] - Actor(super::SceneActorInfo), - #[prost(message, tag = "14")] - NpcMonster(super::SceneNpcMonsterInfo), - #[prost(message, tag = "11")] - Npc(super::SceneNpcInfo), - #[prost(message, tag = "8")] - Prop(super::ScenePropInfo), - #[prost(message, tag = "15")] - SummonUnit(super::SceneSummonUnitInfo), - } -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct SceneGroupState { - #[prost(uint32, tag = "10")] - pub group_id: u32, - #[prost(uint32, tag = "2")] - pub state: u32, - #[prost(bool, tag = "5")] - pub is_default: bool, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct CustomSaveData { - #[prost(string, tag = "10")] - pub save_data: ::prost::alloc::string::String, - #[prost(uint32, tag = "7")] - pub group_id: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct SceneEntityGroupInfo { + pub hidfloelheb: ::core::option::Option, + #[prost(message, repeated, tag = "7")] + pub jcmgkjpkman: ::prost::alloc::vec::Vec, #[prost(message, repeated, tag = "8")] - pub entity_list: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "4")] - pub state: u32, - #[prost(uint32, tag = "3")] - pub group_id: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct Mission { - #[prost(uint32, tag = "5")] - pub id: u32, - #[prost(uint32, tag = "3")] - pub progress: u32, - #[prost(enumeration = "MissionStatus", tag = "6")] - pub status: i32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct MissionStatusBySceneInfo { - #[prost(uint32, repeated, tag = "1")] - pub ammgadcegag: ::prost::alloc::vec::Vec, - #[prost(message, repeated, tag = "5")] - pub hiokihlcnfc: ::prost::alloc::vec::Vec, - #[prost(uint32, repeated, tag = "7")] - pub dabclennonn: ::prost::alloc::vec::Vec, - #[prost(uint32, repeated, tag = "8")] - pub dgoigglciko: ::prost::alloc::vec::Vec, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct EntityBuffInfo { - #[prost(message, repeated, tag = "14")] - pub buff_list: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "13")] - pub entity_id: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct SceneInfo { - #[prost(uint32, tag = "14")] - pub leader_entity_id: u32, - #[prost(uint32, tag = "2")] - pub plane_id: u32, - #[prost(uint32, tag = "81")] - pub mdkmdbibnae: u32, - #[prost(uint32, tag = "5")] - pub game_mode_type: u32, - #[prost(message, repeated, tag = "6")] - pub entity_list: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "13")] - pub entry_id: u32, - #[prost(uint32, tag = "599")] - pub content_id: u32, - #[prost(uint32, tag = "15")] - pub world_id: u32, - #[prost(uint32, tag = "7")] - pub client_pos_version: u32, - #[prost(message, repeated, tag = "1577")] - pub group_state_list: ::prost::alloc::vec::Vec, - #[prost(uint32, repeated, tag = "1")] - pub group_id_list: ::prost::alloc::vec::Vec, - #[prost(message, repeated, tag = "12")] - pub sync_buff_info: ::prost::alloc::vec::Vec, - #[prost(message, repeated, tag = "3")] - pub save_data_list: ::prost::alloc::vec::Vec, - #[prost(uint32, repeated, tag = "8")] - pub lighten_section_list: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "11")] - pub floor_id: u32, - #[prost(map = "string, int32", tag = "1458")] - pub floor_saved_data: ::std::collections::HashMap< - ::prost::alloc::string::String, - i32, - >, - #[prost(uint32, tag = "1226")] - pub ijnpccndcgi: u32, - #[prost(message, repeated, tag = "1909")] - pub entity_group_list: ::prost::alloc::vec::Vec, - #[prost(message, optional, tag = "1816")] - pub scene_mission_info: ::core::option::Option, - #[prost(message, repeated, tag = "4")] - pub nmmlfdlmcoa: ::prost::alloc::vec::Vec, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct EnterSceneByServerScNotify { - #[prost(message, optional, tag = "14")] - pub lineup: ::core::option::Option, - #[prost(enumeration = "EnterSceneReason", tag = "11")] - pub reason: i32, - #[prost(message, optional, tag = "7")] - pub scene: ::core::option::Option, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct EnterSceneCsReq { - #[prost(uint32, tag = "15")] - pub content_id: u32, - #[prost(uint32, tag = "7")] - pub ijnpccndcgi: u32, - #[prost(uint32, tag = "3")] - pub entry_id: u32, + pub jccdfkbcofm: ::prost::alloc::vec::Vec, #[prost(uint32, tag = "9")] - pub teleport_id: u32, - #[prost(bool, tag = "2")] - pub eclblfpbjlf: bool, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct EnteredSceneInfo { - #[prost(uint32, tag = "12")] - pub plane_id: u32, - #[prost(uint32, tag = "6")] - pub floor_id: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct EntityBuffChangeInfo { - #[prost(enumeration = "EntityBuffChangeType", tag = "11")] - pub reason: i32, - #[prost(uint32, tag = "13")] - pub entity_id: u32, - #[prost(oneof = "entity_buff_change_info::Change", tags = "8, 9")] - pub change: ::core::option::Option, -} -/// Nested message and enum types in `EntityBuffChangeInfo`. -pub mod entity_buff_change_info { - #[allow(clippy::derive_partial_eq_without_eq)] - #[derive(Clone, PartialEq, ::prost::Oneof)] - pub enum Change { - #[prost(message, tag = "8")] - AddBuffInfo(super::BuffInfo), - #[prost(uint32, tag = "9")] - RemoveBuffId(u32), - } -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct Equipment { - #[prost(uint32, tag = "7")] - pub rank: u32, - #[prost(uint32, tag = "12")] - pub promotion: u32, - #[prost(uint32, tag = "10")] - pub exp: u32, - #[prost(uint32, tag = "8")] - pub unique_id: u32, - #[prost(uint32, tag = "6")] - pub level: u32, - #[prost(uint32, tag = "5")] - pub equip_avatar_id: u32, - #[prost(bool, tag = "14")] - pub is_protected: bool, - #[prost(uint32, tag = "13")] - pub tid: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct AssistSimpleInfo { - #[prost(uint32, tag = "6")] - pub pos: u32, - #[prost(uint32, tag = "12")] - pub level: u32, - #[prost(uint32, tag = "2")] - pub avatar_id: u32, + pub total_turns: u32, + #[prost(double, tag = "10")] + pub total_damage: f64, + #[prost(double, tag = "11")] + pub total_heal: f64, + #[prost(double, tag = "12")] + pub total_damage_taken: f64, + #[prost(double, tag = "13")] + pub total_hp_recover: f64, + #[prost(double, tag = "14")] + pub mbnjjndoofc: f64, #[prost(uint32, tag = "15")] - pub dressed_skin_id: u32, + pub stage_id: u32, + #[prost(uint32, tag = "16")] + pub stage_type: u32, + #[prost(double, tag = "17")] + pub khamobkahfn: f64, + #[prost(message, repeated, tag = "18")] + pub attack_damage_type: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "19")] + pub lloleppebaf: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "20")] + pub pmmkhlbfieb: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "21")] + pub skill_times: ::prost::alloc::vec::Vec, + #[prost(double, tag = "22")] + pub delay_cumulate: f64, + #[prost(uint32, tag = "23")] + pub edjppebhioe: u32, + #[prost(message, repeated, tag = "24")] + pub gihpjdibdce: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "25")] + pub fhbkeldkcag: u32, + #[prost(uint32, tag = "26")] + pub bneabcdcmod: u32, + #[prost(uint32, tag = "27")] + pub pheingfjapc: u32, + #[prost(uint32, tag = "28")] + pub pdkeeoimdhf: u32, + #[prost(uint32, tag = "29")] + pub mmdbenpncll: u32, + #[prost(double, tag = "30")] + pub fpcdmllacah: f64, + #[prost(double, tag = "31")] + pub fccahejhokg: f64, + #[prost(double, tag = "32")] + pub olaaokpebmc: f64, + #[prost(message, optional, tag = "33")] + pub liifjcmgafa: ::core::option::Option, + #[prost(message, repeated, tag = "34")] + pub cabgceomlbg: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "35")] + pub cjebfjlplhl: u32, + #[prost(message, repeated, tag = "36")] + pub eljgkkanldi: ::prost::alloc::vec::Vec, + #[prost(double, tag = "37")] + pub calnpmadjbg: f64, + #[prost(double, tag = "38")] + pub nbnjmllgfil: f64, + #[prost(double, tag = "39")] + pub oladijedbpj: f64, + #[prost(double, tag = "40")] + pub hhjfdgdhlop: f64, + #[prost(message, repeated, tag = "41")] + pub ppapolppkbh: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "42")] + pub padbnmlagmm: u32, + #[prost(uint32, tag = "43")] + pub kdflcjlaleh: u32, + #[prost(double, tag = "44")] + pub nihfbggikim: f64, } +#[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] -pub struct SimpleInfo { - #[prost(uint32, tag = "5")] - pub chat_bubble_id: u32, - #[prost(string, tag = "6")] - pub signature: ::prost::alloc::string::String, - #[prost(message, repeated, tag = "1")] - pub assist_simple_info: ::prost::alloc::vec::Vec, - #[prost(string, tag = "10")] - pub meijfajkmmp: ::prost::alloc::string::String, - #[prost(enumeration = "PlatformType", tag = "3")] - pub platform_type: i32, - #[prost(int64, tag = "11")] - pub last_active_time: i64, - #[prost(uint32, tag = "8")] - pub head_icon: u32, - #[prost(uint32, tag = "15")] - pub uid: u32, - #[prost(bool, tag = "4")] - pub is_banned: bool, - #[prost(string, tag = "7")] - pub nickname: ::prost::alloc::string::String, - #[prost(enumeration = "FriendOnlineStatus", tag = "14")] - pub online_status: i32, - #[prost(uint32, tag = "12")] - pub level: u32, - #[prost(string, tag = "2")] - pub dmdcpeiefkg: ::prost::alloc::string::String, +pub struct MonsterProperty { + #[prost(double, tag = "1")] + pub max_hp: f64, + #[prost(double, tag = "2")] + pub attack: f64, + #[prost(double, tag = "3")] + pub defence: f64, + #[prost(double, tag = "4")] + pub jganapojlpj: f64, + #[prost(double, tag = "5")] + pub speed: f64, + #[prost(double, tag = "6")] + pub left_hp: f64, + #[prost(double, tag = "7")] + pub ebnbngfjpcn: f64, } +#[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] -pub struct FriendListInfo { - #[prost(enumeration = "PlayingState", tag = "3")] - pub playing_state: i32, - #[prost(string, tag = "13")] - pub friend_name: ::prost::alloc::string::String, - #[prost(int64, tag = "8")] - pub sent_time: i64, - #[prost(bool, tag = "4")] - pub is_marked: bool, - #[prost(message, optional, tag = "2")] - pub simple_info: ::core::option::Option, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetAllLineupDataScRsp { +pub struct Lfmndnniblj { #[prost(uint32, tag = "1")] - pub cur_index: u32, - #[prost(message, repeated, tag = "6")] - pub lineup_list: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "7")] - pub retcode: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct RelicArchive { + pub nagbmpfecgg: u32, + #[prost(double, tag = "2")] + pub igignnafoho: f64, #[prost(uint32, tag = "3")] - pub relic_id: u32, - #[prost(uint32, tag = "8")] - pub slot: u32, + pub mbclnkpadaf: u32, + #[prost(uint32, tag = "4")] + pub pdkeeoimdhf: u32, } +#[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] -pub struct MonsterArchive { - #[prost(uint32, tag = "9")] +pub struct Akcibfpmcin { + #[prost(uint32, tag = "1")] + pub entity_id: u32, + #[prost(uint32, tag = "2")] pub monster_id: u32, #[prost(uint32, tag = "3")] - pub num: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct ArchiveData { - #[prost(message, repeated, tag = "2")] - pub relic_list: ::prost::alloc::vec::Vec, - #[prost(message, repeated, tag = "5")] - pub archive_monster_id_list: ::prost::alloc::vec::Vec, - #[prost(uint32, repeated, tag = "12")] - pub archive_missing_equipment_id_list: ::prost::alloc::vec::Vec, - #[prost(uint32, repeated, tag = "3")] - pub archive_equipment_id_list: ::prost::alloc::vec::Vec, - #[prost(uint32, repeated, tag = "9")] - pub archive_missing_avatar_id_list: ::prost::alloc::vec::Vec, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetArchiveDataScRsp { - #[prost(message, optional, tag = "3")] - pub archive_data: ::core::option::Option, - #[prost(uint32, tag = "7")] - pub retcode: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetAvatarDataCsReq { - #[prost(uint32, repeated, tag = "1")] - pub avatar_id_list: ::prost::alloc::vec::Vec, - #[prost(bool, tag = "3")] - pub is_get_all: bool, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetAvatarDataScRsp { - #[prost(uint32, tag = "14")] - pub retcode: u32, - #[prost(uint32, repeated, tag = "6")] - pub cibnempfije: ::prost::alloc::vec::Vec, - #[prost(bool, tag = "4")] - pub is_get_all: bool, - #[prost(message, repeated, tag = "13")] - pub avatar_list: ::prost::alloc::vec::Vec, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct Material { + pub lgiokjpjofn: u32, + #[prost(uint32, tag = "4")] + pub odbnbkcddpc: u32, + #[prost(message, optional, tag = "5")] + pub empdggaaldc: ::core::option::Option, #[prost(uint32, tag = "6")] - pub tid: u32, - #[prost(uint64, tag = "9")] - pub expire_time: u64, - #[prost(uint32, tag = "10")] - pub num: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct WaitDelResource { + pub total_turns: u32, + #[prost(double, tag = "7")] + pub total_damage: f64, + #[prost(double, tag = "8")] + pub total_heal: f64, + #[prost(double, tag = "9")] + pub total_damage_taken: f64, + #[prost(double, tag = "10")] + pub acnaagpoime: f64, + #[prost(double, tag = "11")] + pub total_hp_recover: f64, #[prost(uint32, tag = "12")] - pub num: u32, - #[prost(uint32, tag = "10")] - pub tid: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct PileItem { - #[prost(uint32, tag = "12")] - pub item_num: u32, + pub stage_id: u32, + #[prost(uint32, tag = "13")] + pub battle_id: u32, #[prost(uint32, tag = "14")] - pub item_id: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct Material0 { - #[prost(uint32, tag = "7")] - pub num: u32, - #[prost(uint64, tag = "8")] - pub expire_time: u64, - #[prost(uint32, tag = "5")] - pub tid: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct Relic { - #[prost(bool, tag = "11")] - pub is_discarded: bool, - #[prost(uint32, tag = "15")] - pub main_affix_id: u32, - #[prost(uint32, tag = "6")] - pub exp: u32, - #[prost(uint32, tag = "1")] - pub unique_id: u32, - #[prost(uint32, tag = "2")] - pub level: u32, - #[prost(uint32, tag = "12")] - pub tid: u32, - #[prost(uint32, tag = "8")] - pub equip_avatar_id: u32, - #[prost(message, repeated, tag = "10")] - pub sub_affix_list: ::prost::alloc::vec::Vec, - #[prost(bool, tag = "4")] - pub is_protected: bool, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetBagScRsp { - #[prost(uint32, repeated, tag = "2")] - pub ikhicomcdhp: ::prost::alloc::vec::Vec, - #[prost(message, repeated, tag = "11")] - pub ibigdplhfkc: ::prost::alloc::vec::Vec, - #[prost(message, repeated, tag = "4")] - pub wait_del_resource_list: ::prost::alloc::vec::Vec, - #[prost(message, repeated, tag = "5")] - pub pile_item_list: ::prost::alloc::vec::Vec, + pub gehicnbdnfp: u32, #[prost(message, repeated, tag = "15")] - pub epbibaobeoj: ::prost::alloc::vec::Vec, - #[prost(message, repeated, tag = "10")] - pub relic_list: ::prost::alloc::vec::Vec, - #[prost(message, repeated, tag = "13")] - pub flnjichokac: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "9")] - pub retcode: u32, - #[prost(uint32, tag = "3")] - pub geidcjnjmma: u32, - #[prost(uint32, repeated, tag = "12")] - pub ngegmhahglm: ::prost::alloc::vec::Vec, - #[prost(message, repeated, tag = "6")] - pub equipment_list: ::prost::alloc::vec::Vec, - #[prost(enumeration = "TurnFoodSwitch", repeated, tag = "8")] - pub turn_food_switch: ::prost::alloc::vec::Vec, - #[prost(message, repeated, tag = "1")] - pub material_list: ::prost::alloc::vec::Vec, - #[prost(uint32, repeated, tag = "7")] - pub kjibmefiben: ::prost::alloc::vec::Vec, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct PlayerSettingInfo { - #[prost(bool, tag = "2")] - pub jcnincccakl: bool, - #[prost(bool, tag = "1")] - pub nhknohpdocc: bool, - #[prost(bool, tag = "3")] - pub hhcgdeocomi: bool, - #[prost(bool, tag = "15")] - pub ookalmpeleg: bool, - #[prost(bool, tag = "9")] - pub defkcpiepnb: bool, - #[prost(bool, tag = "11")] - pub ggodaiohjif: bool, - #[prost(bool, tag = "12")] - pub kmjdmefgcck: bool, - #[prost(bool, tag = "7")] - pub dedidajjmcj: bool, - #[prost(bool, tag = "14")] - pub bkpaceckiia: bool, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetBasicInfoScRsp { - #[prost(uint32, tag = "4")] - pub gender: u32, - #[prost(uint32, tag = "10")] - pub cur_day: u32, - #[prost(message, optional, tag = "1")] - pub player_setting_info: ::core::option::Option, - #[prost(int64, tag = "8")] - pub next_recover_time: i64, - #[prost(bool, tag = "7")] - pub is_gender_set: bool, - #[prost(uint32, tag = "2")] - pub gameplay_birthday: u32, - #[prost(uint32, tag = "11")] - pub retcode: u32, - #[prost(uint32, tag = "5")] - pub week_cocoon_finished_count: u32, - #[prost(uint32, tag = "14")] - pub exchange_times: u32, - #[prost(int64, tag = "13")] - pub last_set_nickname_time: i64, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetCurLineupDataScRsp { - #[prost(message, optional, tag = "15")] - pub lineup: ::core::option::Option, - #[prost(uint32, tag = "10")] - pub retcode: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetCurSceneInfoScRsp { - #[prost(uint32, tag = "15")] - pub retcode: u32, - #[prost(message, optional, tag = "11")] - pub scene: ::core::option::Option, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetEnteredSceneScRsp { - #[prost(uint32, tag = "8")] - pub retcode: u32, - #[prost(message, repeated, tag = "9")] - pub entered_scene_info: ::prost::alloc::vec::Vec, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetFriendListInfoScRsp { - #[prost(message, repeated, tag = "3")] - pub friend_list: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "10")] - pub retcode: u32, - #[prost(message, repeated, tag = "1")] - pub idfijahanmn: ::prost::alloc::vec::Vec, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct MissionData { - #[prost(uint32, tag = "5")] - pub id: u32, - #[prost(enumeration = "MissionStatus", tag = "7")] - pub status: i32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetMissionDataScRsp { - #[prost(uint32, tag = "10")] - pub retcode: u32, - #[prost(message, repeated, tag = "12")] - pub mission_data_list: ::prost::alloc::vec::Vec, - #[prost(bool, tag = "15")] - pub nbgdkmbadki: bool, - #[prost(uint32, tag = "13")] - pub kcpgeandlei: u32, - #[prost(message, repeated, tag = "5")] - pub mission_list: ::prost::alloc::vec::Vec, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetMissionStatusCsReq { - #[prost(uint32, repeated, tag = "8")] - pub main_mission_id_list: ::prost::alloc::vec::Vec, - #[prost(uint32, repeated, tag = "11")] - pub mission_event_id_list: ::prost::alloc::vec::Vec, - #[prost(uint32, repeated, tag = "10")] - pub sub_mission_id_list: ::prost::alloc::vec::Vec, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetMissionStatusScRsp { - #[prost(message, repeated, tag = "9")] - pub mission_event_status_list: ::prost::alloc::vec::Vec, - #[prost(uint32, repeated, tag = "6")] - pub finished_main_mission_id_list: ::prost::alloc::vec::Vec, - #[prost(message, repeated, tag = "8")] - pub sub_mission_status_list: ::prost::alloc::vec::Vec, - #[prost(uint32, repeated, tag = "1")] - pub unfinished_main_mission_id_list: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "10")] - pub retcode: u32, - #[prost(uint32, repeated, tag = "13")] - pub disabled_main_mission_id_list: ::prost::alloc::vec::Vec, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct MultiPathAvatarTypeInfo { - #[prost(message, repeated, tag = "4")] - pub skilltree_list: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "7")] - pub rank: u32, - #[prost(uint32, tag = "10")] - pub path_equipment_id: u32, - #[prost(enumeration = "MultiPathAvatarType", tag = "2")] - pub avatar_id: i32, - #[prost(message, repeated, tag = "3")] - pub equip_relic_list: ::prost::alloc::vec::Vec, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetMultiPathAvatarInfoScRsp { - #[prost(uint32, tag = "3")] - pub retcode: u32, - #[prost(message, repeated, tag = "2")] - pub multi_path_avatar_type_info_list: ::prost::alloc::vec::Vec< - MultiPathAvatarTypeInfo, - >, - #[prost(uint32, repeated, tag = "4")] - pub dbkjfgdlemk: ::prost::alloc::vec::Vec, - #[prost(map = "uint32, enumeration(MultiPathAvatarType)", tag = "13")] - pub current_multi_path_avatar_id: ::std::collections::HashMap, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetPrivateChatHistoryCsReq { - #[prost(uint32, tag = "2")] - pub to_uid: u32, - #[prost(uint32, tag = "1")] - pub sender_id: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetPrivateChatHistoryScRsp { - #[prost(uint32, tag = "7")] - pub to_uid: u32, - #[prost(uint32, tag = "15")] - pub retcode: u32, - #[prost(uint32, tag = "3")] - pub sender_id: u32, - #[prost(message, repeated, tag = "9")] - pub chat_list: ::prost::alloc::vec::Vec, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetSceneMapInfoCsReq { - #[prost(uint32, tag = "14")] - pub content_id: u32, - #[prost(uint32, tag = "12")] - pub cur_map_entry_id: u32, - #[prost(bool, tag = "6")] - pub edpaljjjgki: bool, - #[prost(uint32, repeated, tag = "1")] - pub entry_id_list: ::prost::alloc::vec::Vec, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct MazeGroup { - #[prost(bool, tag = "2")] - pub hllognagalg: bool, - #[prost(uint32, tag = "13")] - pub group_id: u32, - #[prost(int64, tag = "9")] - pub modify_time: i64, - #[prost(uint32, repeated, tag = "5")] - pub didcplpbndg: ::prost::alloc::vec::Vec, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct MazeChest { - #[prost(enumeration = "MapInfoChestType", tag = "4")] - pub map_info_chest_type: i32, - #[prost(uint32, tag = "9")] - pub unlocked_amount_list: u32, - #[prost(uint32, tag = "12")] - pub total_amount_list: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct MazeProp { - #[prost(uint32, tag = "4")] - pub config_id: u32, - #[prost(uint32, tag = "3")] - pub state: u32, - #[prost(uint32, tag = "8")] - pub group_id: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct MazeMapData { - #[prost(map = "string, int32", tag = "8")] - pub floor_saved_data: ::std::collections::HashMap< - ::prost::alloc::string::String, - i32, - >, - #[prost(uint32, repeated, tag = "11")] - pub unlocked_teleport_list: ::prost::alloc::vec::Vec, - #[prost(message, repeated, tag = "1")] - pub maze_group_list: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "9")] - pub entry_id: u32, - #[prost(message, repeated, tag = "7")] - pub unlocked_chest_list: ::prost::alloc::vec::Vec, - #[prost(uint32, repeated, tag = "10")] - pub lighten_section_list: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "4")] - pub kpbfldbadan: u32, - #[prost(uint32, tag = "3")] - pub cur_map_entry_id: u32, - #[prost(uint32, tag = "6")] - pub retcode: u32, - #[prost(uint32, tag = "12")] - pub mdkmdbibnae: u32, - #[prost(message, repeated, tag = "5")] - pub maze_prop_list: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "13")] - pub content_id: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetSceneMapInfoScRsp { - #[prost(bool, tag = "10")] - pub edpaljjjgki: bool, - #[prost(message, repeated, tag = "5")] - pub map_list: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "9")] - pub retcode: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct InteractPropCsReq { - #[prost(uint32, tag = "11")] - pub prop_entity_id: u32, - #[prost(uint32, tag = "1")] - pub interact_id: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct Item { - #[prost(uint32, tag = "2")] - pub promotion: u32, - #[prost(uint32, tag = "6")] - pub level: u32, - #[prost(uint32, tag = "1")] - pub num: u32, - #[prost(uint32, tag = "15")] - pub unique_id: u32, - #[prost(uint32, tag = "3")] - pub main_affix_id: u32, - #[prost(uint32, tag = "9")] - pub rank: u32, - #[prost(uint32, tag = "13")] - pub item_id: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct ItemCost { - #[prost(message, optional, tag = "12")] - pub pile_item: ::core::option::Option, - #[prost(uint32, tag = "11")] - pub equipment_unique_id: u32, - #[prost(uint32, tag = "13")] - pub relic_unique_id: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct PlayerBasicInfo { - #[prost(string, tag = "1")] - pub nickname: ::prost::alloc::string::String, - #[prost(uint32, tag = "2")] - pub level: u32, - #[prost(uint32, tag = "3")] - pub exp: u32, - #[prost(uint32, tag = "4")] - pub stamina: u32, - #[prost(uint32, tag = "5")] - pub mcoin: u32, - #[prost(uint32, tag = "6")] - pub hcoin: u32, - #[prost(uint32, tag = "7")] - pub scoin: u32, - #[prost(uint32, tag = "8")] - pub world_level: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct BlackInfo { - #[prost(int64, tag = "1")] - pub begin_time: i64, - #[prost(int64, tag = "2")] - pub end_time: i64, - #[prost(uint32, tag = "3")] - pub oghdnmjdmlg: u32, - #[prost(uint32, tag = "4")] - pub llbgmngogdl: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct PlayerGetTokenScRsp { - #[prost(uint32, tag = "10")] - pub retcode: u32, - #[prost(uint32, tag = "4")] - pub uid: u32, - #[prost(uint64, tag = "5")] - pub secret_key_seed: u64, - #[prost(message, optional, tag = "12")] - pub black_info: ::core::option::Option, - #[prost(string, tag = "3")] - pub msg: ::prost::alloc::string::String, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct ClientUploadData { - #[prost(string, tag = "1")] - pub iobghgjlokc: ::prost::alloc::string::String, - #[prost(string, tag = "2")] - pub nlabndmdikm: ::prost::alloc::string::String, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct PlayerHeartBeatCsReq { - #[prost(message, optional, tag = "8")] - pub eaiebeijmde: ::core::option::Option, - #[prost(uint32, tag = "5")] - pub fhbehdlecea: u32, - #[prost(uint64, tag = "11")] - pub client_time_ms: u64, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct PlayerHeartBeatScRsp { - #[prost(uint64, tag = "12")] - pub server_time_ms: u64, - #[prost(uint64, tag = "11")] - pub client_time_ms: u64, - #[prost(message, optional, tag = "10")] - pub download_data: ::core::option::Option, - #[prost(uint32, tag = "13")] - pub retcode: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct PlayerLoginCsReq { - #[prost(uint32, tag = "13")] - pub bajjablkfab: u32, - #[prost(string, tag = "14")] - pub bcijkmpjfni: ::prost::alloc::string::String, - #[prost(string, tag = "9")] - pub difcdhddfbp: ::prost::alloc::string::String, - #[prost(uint32, tag = "1253")] - pub lmjolnigkkc: u32, - #[prost(uint32, tag = "540")] - pub blclkkidljh: u32, - #[prost(string, tag = "1012")] - pub pkgmnimcpdh: ::prost::alloc::string::String, - #[prost(enumeration = "PlatformType", tag = "5")] - pub platform_type: i32, - #[prost(bool, tag = "1976")] - pub kjfcoglhkfk: bool, - #[prost(string, tag = "6")] - pub cost_time: ::prost::alloc::string::String, - #[prost(string, tag = "1866")] - pub ochimkelcde: ::prost::alloc::string::String, - #[prost(uint64, tag = "8")] - pub login_random: u64, - #[prost(string, tag = "1393")] - pub dmdcpeiefkg: ::prost::alloc::string::String, - #[prost(string, tag = "624")] - pub bhoanekljhm: ::prost::alloc::string::String, - #[prost(string, tag = "354")] - pub meijfajkmmp: ::prost::alloc::string::String, - #[prost(string, tag = "11")] - pub mkkdakgkkhe: ::prost::alloc::string::String, - #[prost(string, tag = "7")] - pub ogilamajgio: ::prost::alloc::string::String, - #[prost(string, tag = "3")] - pub ghaifpffmog: ::prost::alloc::string::String, - #[prost(string, tag = "15")] - pub fecdamigijp: ::prost::alloc::string::String, - #[prost(string, tag = "12")] - pub mddiipbifek: ::prost::alloc::string::String, - #[prost(string, tag = "2")] - pub signature: ::prost::alloc::string::String, - #[prost(uint32, tag = "4")] - pub client_res_version: u32, - #[prost(string, tag = "1")] - pub mhmockcmeje: ::prost::alloc::string::String, - #[prost(bool, tag = "1358")] - pub fgahpfhnncl: bool, - #[prost(string, tag = "1183")] - pub pjieaeapgnl: ::prost::alloc::string::String, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct PlayerLoginScRsp { - #[prost(uint64, tag = "13")] - pub login_random: u64, - #[prost(string, tag = "2")] - pub meilhlkmgfn: ::prost::alloc::string::String, - #[prost(string, tag = "14")] - pub pnhfbdbkpci: ::prost::alloc::string::String, - #[prost(bool, tag = "1")] - pub kcicanjloba: bool, - #[prost(bool, tag = "4")] - pub dlicepdamib: bool, - #[prost(message, optional, tag = "5")] - pub basic_info: ::core::option::Option, - #[prost(uint32, tag = "7")] - pub retcode: u32, - #[prost(uint32, tag = "6")] - pub stamina: u32, - #[prost(int32, tag = "3")] - pub cur_timezone: i32, - #[prost(uint64, tag = "15")] - pub server_timestamp_ms: u64, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct MissionSync { - #[prost(uint32, repeated, tag = "10")] - pub ipodiiadolh: ::prost::alloc::vec::Vec, - #[prost(uint32, repeated, tag = "6")] - pub ommnpnbabhn: ::prost::alloc::vec::Vec, - #[prost(message, repeated, tag = "12")] - pub mission_list: ::prost::alloc::vec::Vec, - #[prost(uint32, repeated, tag = "9")] - pub dgoigglciko: ::prost::alloc::vec::Vec, - #[prost(uint32, repeated, tag = "1")] - pub limpnlbchpl: ::prost::alloc::vec::Vec, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct Quest { - #[prost(int64, tag = "13")] - pub finish_time: i64, - #[prost(uint32, tag = "10")] - pub id: u32, - #[prost(enumeration = "QuestStatus", tag = "15")] - pub status: i32, - #[prost(uint32, tag = "6")] - pub progress: u32, - #[prost(uint32, repeated, tag = "5")] - pub pnkhfhpabgb: ::prost::alloc::vec::Vec, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct ItemList { - #[prost(message, repeated, tag = "10")] - pub item_list: ::prost::alloc::vec::Vec, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct PlayerSyncScNotify { - #[prost(message, optional, tag = "4")] - pub basic_info: ::core::option::Option, - #[prost(message, repeated, tag = "7")] - pub relic_list: ::prost::alloc::vec::Vec, - #[prost(message, repeated, tag = "5")] - pub equipment_list: ::prost::alloc::vec::Vec, - #[prost(message, repeated, tag = "2")] - pub wait_del_resource_list: ::prost::alloc::vec::Vec, - #[prost(message, optional, tag = "9")] - pub melkjffjnkb: ::core::option::Option, - #[prost(message, repeated, tag = "345")] - pub flnjichokac: ::prost::alloc::vec::Vec, - #[prost(message, repeated, tag = "1")] - pub quest_list: ::prost::alloc::vec::Vec, - #[prost(uint32, repeated, tag = "8")] - pub del_relic_list: ::prost::alloc::vec::Vec, - #[prost(uint32, repeated, tag = "1546")] - pub mjbalomkgdg: ::prost::alloc::vec::Vec, - #[prost(message, optional, tag = "10")] - pub avatar_sync: ::core::option::Option, - #[prost(message, optional, tag = "1273")] - pub board_data_sync: ::core::option::Option, - #[prost(uint32, tag = "1522")] - pub total_achievement_exp: u32, - #[prost(message, repeated, tag = "14")] - pub material_list: ::prost::alloc::vec::Vec, - #[prost(uint32, repeated, tag = "12")] - pub del_equipment_list: ::prost::alloc::vec::Vec, - #[prost(message, repeated, tag = "1834")] - pub multi_path_avatar_type_info_list: ::prost::alloc::vec::Vec< - MultiPathAvatarTypeInfo, - >, - #[prost(message, optional, tag = "969")] - pub ilcelhlkamj: ::core::option::Option, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct RelicRecomendCsReq { - #[prost(uint32, tag = "10")] - pub avatar_id: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct LineupSlotData { - #[prost(uint32, tag = "10")] - pub id: u32, - #[prost(enumeration = "AvatarType", tag = "11")] - pub avatar_type: i32, - #[prost(uint32, tag = "13")] - pub slot: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct ReplaceLineupCsReq { - #[prost(bool, tag = "10")] - pub is_virtual: bool, - #[prost(uint32, tag = "4")] - pub ijnpccndcgi: u32, - #[prost(uint32, tag = "7")] - pub plane_id: u32, - #[prost(enumeration = "ExtraLineupType", tag = "12")] - pub extra_lineup_type: i32, - #[prost(uint32, tag = "3")] - pub leader_slot: u32, - #[prost(message, repeated, tag = "9")] - pub slots: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "2")] - pub index: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct RevcMsgScNotify { - #[prost(uint32, tag = "9")] - pub from_uid: u32, - #[prost(string, tag = "7")] - pub text: ::prost::alloc::string::String, - #[prost(uint32, tag = "11")] - pub emote: u32, - #[prost(enumeration = "MsgType", tag = "1")] - pub msg_type: i32, - #[prost(uint32, tag = "12")] - pub to_uid: u32, - #[prost(enumeration = "ChatType", tag = "10")] - pub chat_type: i32, + pub attack_damage_type: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "16")] + pub skill_times: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "17")] + pub stage_type: u32, + #[prost(double, tag = "18")] + pub jgabgklppba: f64, + #[prost(double, tag = "19")] + pub delay_cumulate: f64, + #[prost(enumeration = "DeathSource", tag = "20")] + pub gcbmmmdldkn: i32, + #[prost(uint32, tag = "21")] + pub wave: u32, + #[prost(int32, tag = "22")] + pub bidmilfdkik: i32, + #[prost(uint32, tag = "23")] + pub mggdeinkdmh: u32, + #[prost(uint32, tag = "24")] + pub dfjhdkkmpmm: u32, + #[prost(enumeration = "Bppbfgaepni", tag = "25")] + pub mlcdmbecdjm: i32, + #[prost(message, repeated, tag = "26")] + pub skill_info: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "27")] + pub okgkmlggmdo: u32, + #[prost(message, repeated, tag = "28")] + pub kepdceilljf: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "29")] + pub jghnpebhbdk: u32, + #[prost(uint32, tag = "30")] + pub lanoipjhkac: u32, + #[prost(enumeration = "Lbnoghimdmg", tag = "31")] + pub amlaaoldkcl: i32, } +#[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct BattleEventInitedData { #[prost(message, optional, tag = "2")] pub sp_bar: ::core::option::Option, } +#[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct BattleEventBattleInfo { @@ -1478,7 +1066,102 @@ pub struct BattleEventBattleInfo { pub battle_event_id: u32, #[prost(message, optional, tag = "2")] pub status: ::core::option::Option, + #[prost(message, repeated, tag = "3")] + pub skill_info: ::prost::alloc::vec::Vec, } +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jbmfeabheef { + #[prost(uint32, tag = "1")] + pub ladfpceplij: u32, + #[prost(uint32, tag = "2")] + pub score: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Gofljkmhpmp { + #[prost(uint32, tag = "1")] + pub avatar_id: u32, + #[prost(uint32, repeated, tag = "2")] + pub lajfcjalnmh: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "3")] + pub source: u32, + #[prost(double, tag = "4")] + pub ednpjbhgkck: f64, + #[prost(uint32, repeated, tag = "5")] + pub apfdbcjlpkp: ::prost::alloc::vec::Vec, + #[prost(int32, tag = "6")] + pub liifhhaepmj: i32, + #[prost(double, tag = "7")] + pub ipedneafkna: f64, + #[prost(uint32, tag = "8")] + pub bckbohjpjdi: u32, + #[prost(uint32, tag = "9")] + pub wave: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Nekkdmcdgpk { + #[prost(uint32, tag = "1")] + pub avatar_id: u32, + #[prost(int32, tag = "2")] + pub nledknnaepb: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ehojljmgogl { + #[prost(uint32, tag = "1")] + pub nagbmpfecgg: u32, + #[prost(uint32, tag = "2")] + pub monster_id: u32, + #[prost(message, repeated, tag = "3")] + pub hckommjeoek: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "4")] + pub nlmobjccdel: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ngholikiepb { + #[prost(enumeration = "Hdbkompbgog", tag = "1")] + pub slot: i32, + #[prost(uint32, tag = "2")] + pub ghnimkkgdbo: u32, + #[prost(uint32, tag = "3")] + pub icbaafnngpg: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ngikghkmaha { + #[prost(uint32, tag = "1")] + pub bakmmjgdpmg: u32, + #[prost(uint32, tag = "2")] + pub famgmpjoikd: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hhppnnggpia { + #[prost(uint32, tag = "1")] + pub pagndmkmfhe: u32, + #[prost(bool, tag = "2")] + pub locked: bool, + #[prost(message, optional, tag = "3")] + pub hpfmcfmicog: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lcljmjafhoe { + #[prost(uint32, tag = "1")] + pub gffckcinhhp: u32, +} +#[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct EvolveBuildGearDamageInfo { @@ -1489,6 +1172,38 @@ pub struct EvolveBuildGearDamageInfo { #[prost(double, tag = "3")] pub hp_damage: f64, } +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fepiaggknkn { + #[prost(uint32, repeated, tag = "1")] + pub hgfjccnjppc: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Nncohndnmjj { + #[prost(uint32, tag = "1")] + pub wave: u32, + #[prost(uint32, tag = "2")] + pub score: u32, + #[prost(uint32, tag = "3")] + pub fjbicabjmko: u32, + #[prost(message, repeated, tag = "4")] + pub bmhgalcieck: ::prost::alloc::vec::Vec, + #[prost(float, tag = "5")] + pub nlmobjccdel: f32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bbdflcjieej { + #[prost(uint32, tag = "1")] + pub ckcjehhacal: u32, + #[prost(message, repeated, tag = "2")] + pub laojopbeibc: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct EvolveBuildBattleInfo { @@ -1498,8 +1213,14 @@ pub struct EvolveBuildBattleInfo { pub cur_period: u32, #[prost(uint32, tag = "3")] pub cur_coin: u32, + #[prost(message, repeated, tag = "4")] + pub weapon_slot_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "5")] + pub accessory_slot_list: ::prost::alloc::vec::Vec, #[prost(uint32, repeated, tag = "6")] pub ban_gear_list: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "7")] + pub collection: ::core::option::Option, #[prost(uint32, repeated, tag = "8")] pub allowed_gear_list: ::prost::alloc::vec::Vec, #[prost(uint32, tag = "9")] @@ -1518,6 +1239,8 @@ pub struct EvolveBuildBattleInfo { pub is_unlock_gear_reroll: bool, #[prost(bool, tag = "16")] pub is_unlock_gear_ban: bool, + #[prost(message, repeated, tag = "17")] + pub card_list: ::prost::alloc::vec::Vec, #[prost(message, repeated, tag = "18")] pub gear_damage_list: ::prost::alloc::vec::Vec, #[prost(uint32, repeated, tag = "19")] @@ -1526,10707 +1249,29447 @@ pub struct EvolveBuildBattleInfo { pub is_giveup: bool, #[prost(uint32, tag = "21")] pub cur_unused_round_cnt: u32, + #[prost(message, optional, tag = "22")] + pub stat_log_info: ::core::option::Option, #[prost(uint32, tag = "23")] pub period_first_random_seed: u32, } +#[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] -pub struct SceneMonster { - #[prost(uint32, tag = "7")] - pub max_hp: u32, - #[prost(uint32, tag = "15")] - pub monster_id: u32, - #[prost(uint32, tag = "2")] - pub cur_hp: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct SceneMonsterWaveParam { - #[prost(uint32, tag = "10")] - pub gmimbapadel: u32, - #[prost(uint32, tag = "6")] - pub ednldnkdhim: u32, +pub struct Aihkdbchppg { + #[prost(string, tag = "1")] + pub mggdeinkdmh: ::prost::alloc::string::String, + #[prost(float, tag = "2")] + pub idmfmmknmnn: f32, + #[prost(float, tag = "3")] + pub hadkkfpomcj: f32, + #[prost(uint32, tag = "4")] + pub agmpjedfklf: u32, #[prost(uint32, tag = "5")] - pub level: u32, - #[prost(uint32, tag = "3")] - pub gcljbgjckpi: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct SceneMonsterWave { - #[prost(uint32, tag = "14")] - pub stage_id: u32, - #[prost(message, repeated, tag = "4")] - pub monster_list: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "10")] - pub wave_id: u32, - #[prost(message, repeated, tag = "3")] - pub epeemgikihd: ::prost::alloc::vec::Vec, - #[prost(message, optional, tag = "13")] - pub wave_param: ::core::option::Option, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct SceneBattleInfo { - #[prost(message, repeated, tag = "321")] - pub event_battle_info_list: ::prost::alloc::vec::Vec, - #[prost(message, optional, tag = "471")] - pub bcilaimkepo: ::core::option::Option, - #[prost(message, repeated, tag = "14")] - pub monster_wave_list: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "2")] - pub world_level: u32, - #[prost(message, repeated, tag = "5")] - pub buff_list: ::prost::alloc::vec::Vec, - #[prost(bool, tag = "11")] - pub nlhcbhebgog: bool, - #[prost(message, repeated, tag = "7")] - pub battle_avatar_list: ::prost::alloc::vec::Vec, + pub gmbchdkflhd: u32, #[prost(uint32, tag = "6")] - pub logic_random_seed: u32, - #[prost(map = "uint32, message", tag = "892")] - pub battle_target_info: ::std::collections::HashMap, - #[prost(uint32, tag = "4")] - pub rounds_limit: u32, - #[prost(uint32, tag = "1")] - pub stage_id: u32, - #[prost(uint32, tag = "9")] - pub wave_count: u32, - #[prost(uint32, tag = "12")] - pub battle_id: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct AssistMonsterWave { - #[prost(uint32, repeated, tag = "4")] - pub entity_id_list: ::prost::alloc::vec::Vec, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct SceneCastSkillCsReq { - #[prost(string, tag = "11")] - pub ggogccbgofo: ::prost::alloc::string::String, - #[prost(uint32, tag = "14")] - pub caster_id: u32, - #[prost(uint32, repeated, tag = "7")] - pub hit_target_entity_id_list: ::prost::alloc::vec::Vec, - #[prost(uint32, repeated, tag = "10")] - pub assist_monster_entity_id_list: ::prost::alloc::vec::Vec, - #[prost(message, optional, tag = "5")] - pub target_motion: ::core::option::Option, - #[prost(uint32, tag = "15")] - pub attacked_group_id: u32, - #[prost(uint32, tag = "9")] - pub mkfjacifjmc: u32, - #[prost(uint32, tag = "4")] - pub skill_index: u32, - #[prost(message, repeated, tag = "12")] - pub assist_monster_wave_list: ::prost::alloc::vec::Vec, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct SceneCastSkillScRsp { - #[prost(uint32, tag = "10")] - pub attacked_group_id: u32, - #[prost(uint32, tag = "14")] - pub retcode: u32, - #[prost(message, optional, tag = "13")] - pub battle_info: ::core::option::Option, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct EntityMotion { - #[prost(uint32, tag = "11")] - pub map_layer: u32, - #[prost(message, optional, tag = "1")] - pub motion: ::core::option::Option, - #[prost(uint32, tag = "15")] - pub entity_id: u32, - #[prost(bool, tag = "8")] - pub ccclmigdjkc: bool, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct SceneEntityMoveCsReq { - #[prost(uint64, tag = "10")] - pub ihnakchicdm: u64, - #[prost(message, repeated, tag = "15")] - pub entity_motion_list: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "3")] - pub entry_id: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct SceneEntityMoveScNotify { - #[prost(uint32, tag = "10")] - pub entity_id: u32, - #[prost(message, optional, tag = "15")] - pub motion: ::core::option::Option, + pub ilhmjaheipi: u32, #[prost(uint32, tag = "7")] - pub entry_id: u32, - #[prost(uint32, tag = "9")] - pub client_pos_version: u32, + pub dpkhbcdjigo: u32, + #[prost(uint32, tag = "8")] + pub elokpkgjeok: u32, + #[prost(uint32, repeated, tag = "9")] + pub plmfecapghd: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "10")] + pub eiaolkiaofi: ::prost::alloc::vec::Vec, } +#[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] -pub struct SceneEntityRefreshInfo { - #[prost(oneof = "scene_entity_refresh_info::RefreshType", tags = "5, 3, 14")] - pub refresh_type: ::core::option::Option, +pub struct Hjjdfbodgfd { + #[prost(uint32, tag = "1")] + pub elciiojmhom: u32, + #[prost(uint32, tag = "2")] + pub hhihinpmodi: u32, + #[prost(uint32, tag = "3")] + pub fkecnpcbmhl: u32, + #[prost(uint32, tag = "4")] + pub mlhmmliaidi: u32, + #[prost(uint32, tag = "5")] + pub piaogakapdg: u32, + #[prost(uint32, tag = "6")] + pub eddagibdego: u32, + #[prost(uint32, repeated, tag = "7")] + pub boss_buff_info: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "8")] + pub feaomkpjjlc: ::prost::alloc::vec::Vec, } -/// Nested message and enum types in `SceneEntityRefreshInfo`. -pub mod scene_entity_refresh_info { +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mkgieckgjep { + #[prost(uint32, tag = "1")] + pub wave: u32, + #[prost(double, tag = "2")] + pub ecagleliobn: f64, + #[prost(double, tag = "3")] + pub mmeofonfolp: f64, + #[prost(uint32, tag = "4")] + pub adppopdfhpk: u32, + #[prost(uint32, tag = "5")] + pub lgkaibkljkg: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dphpamkkmhp { + #[prost(string, tag = "1")] + pub mfklinkcppa: ::prost::alloc::string::String, + #[prost(double, tag = "2")] + pub hppeilaonge: f64, +} +/// Obf: IGEFNGNCKOG +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Igefngnckog { + /// probably wrong nt name, value for example is 5 + #[prost(uint32, tag = "1")] + pub ojibobnaikh: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BattleRogueMagicRoundCount { + #[prost(uint32, tag = "1")] + pub hhfjaibgama: u32, + #[prost(uint32, tag = "2")] + pub mmkolnbikjh: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BattleRogueMagicUnit { + #[prost(uint32, tag = "1")] + pub unit_id: u32, + #[prost(uint32, tag = "2")] + pub level: u32, + #[prost(bool, tag = "3")] + pub locked: bool, + #[prost(uint32, tag = "4")] + pub slot_id: u32, + #[prost(map = "uint32, uint32", tag = "5")] + pub counter_map: ::std::collections::HashMap, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BattleRogueMagicScepter { + #[prost(uint32, tag = "1")] + pub scepter_id: u32, + #[prost(message, repeated, tag = "2")] + pub magic_unit_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "3")] + pub level: u32, + /// TrenchCount + #[prost(map = "uint32, uint32", tag = "4")] + pub slot_count_map: ::std::collections::HashMap, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BattleRogueMagicData { + #[prost(message, optional, tag = "1")] + pub round_cnt: ::core::option::Option, + #[prost(message, repeated, tag = "2")] + pub battle_scepter_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicBattleUnitInfo { + #[prost(oneof = "rogue_magic_battle_unit_info::Item", tags = "1")] + pub item: ::core::option::Option, +} +/// Nested message and enum types in `RogueMagicBattleUnitInfo`. +pub mod rogue_magic_battle_unit_info { + #[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Oneof)] - pub enum RefreshType { - #[prost(message, tag = "5")] - AddEntity(super::SceneEntityInfo), - #[prost(uint32, tag = "3")] - DelEntity(u32), - #[prost(uint32, tag = "14")] - Klmchlokeho(u32), + pub enum Item { + #[prost(message, tag = "1")] + BattleRogueMagicData(super::BattleRogueMagicData), } } +/// Obf: LKCBPGELLJJ +/// +/// ??? +#[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] -pub struct SceneGroupRefreshInfo { +pub struct RogueMagicBattleInfo { + #[prost(message, optional, tag = "1")] + pub scepter: ::core::option::Option, + #[prost(message, optional, tag = "2")] + pub player_detail_info: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ncphbhppeoj { + #[prost(uint32, tag = "1")] + pub scepter_id: u32, + #[prost(uint32, tag = "2")] + pub level: u32, + #[prost(double, tag = "3")] + pub total_damage: f64, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mpedpgpemgh { + #[prost(uint32, tag = "1")] + pub ibkaahpbifc: u32, + #[prost(uint32, tag = "2")] + pub membppddkaa: u32, + #[prost(message, repeated, tag = "3")] + pub hibckmbmace: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kfecmklobmf { + #[prost(message, optional, tag = "1")] + pub obcniobnjae: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Okedfcpcfjo { + #[prost(uint32, tag = "1")] + pub monster_id: u32, + #[prost(uint32, tag = "2")] + pub kkchclolpmb: u32, + #[prost(uint32, tag = "3")] + pub adppopdfhpk: u32, + #[prost(uint32, tag = "4")] + pub lgkaibkljkg: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fklccjdphei { + #[prost(uint32, tag = "1")] + pub fcdgomciokm: u32, + #[prost(double, tag = "2")] + pub mbmgmojoakn: f64, + #[prost(double, tag = "3")] + pub jmmhkngfocn: f64, + #[prost(uint32, tag = "4")] + pub wave: u32, + #[prost(uint32, tag = "5")] + pub kkchclolpmb: u32, + #[prost(double, tag = "6")] + pub pdpgdmpgobm: f64, + #[prost(double, tag = "7")] + pub cfpokhpidpl: f64, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jdjhmjbkhef { + #[prost(uint32, tag = "1")] + pub khhmfipmfmp: u32, + #[prost(uint32, tag = "2")] + pub ffdmjapgfoa: u32, + #[prost(double, tag = "3")] + pub eoaijolgfnn: f64, + #[prost(uint32, tag = "4")] + pub wave: u32, + #[prost(uint32, tag = "5")] + pub kkchclolpmb: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fcgopfmegie { + #[prost(message, repeated, tag = "1")] + pub bagmkdohboc: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "2")] + pub njehgbghckg: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "3")] + pub bhbpcdhjmnd: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kddjnophpjf { + #[prost(message, optional, tag = "1")] + pub piohfplojjl: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BattleStatistics { + #[prost(uint32, tag = "1")] + pub mbifadkjemn: u32, + #[prost(uint32, tag = "2")] + pub hdkphjmeclp: u32, + #[prost(uint32, repeated, tag = "3")] + pub avatar_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "4")] + pub obhplcamahn: u32, + #[prost(double, tag = "5")] + pub deajngocjid: f64, + #[prost(double, tag = "6")] + pub dbbknblocah: f64, #[prost(message, repeated, tag = "7")] - pub refresh_entity: ::prost::alloc::vec::Vec, - #[prost(enumeration = "SceneGroupRefreshType", tag = "14")] - pub group_refresh_type: i32, + pub abmkeehbpbd: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "8")] + pub pajopfienfp: ::prost::alloc::vec::Vec, #[prost(uint32, tag = "9")] - pub state: u32, + pub cpnjloicjlj: u32, + #[prost(uint32, tag = "10")] + pub imljgionnjm: u32, + #[prost(uint32, tag = "11")] + pub aeiopbnlfpb: u32, #[prost(uint32, tag = "12")] + pub kaghkebipjc: u32, + #[prost(map = "string, float", tag = "13")] + pub omameohnafe: ::std::collections::HashMap<::prost::alloc::string::String, f32>, + #[prost(uint32, tag = "14")] + pub ihfoemmneik: u32, + #[prost(message, repeated, tag = "16")] + pub pdciamoligp: ::prost::alloc::vec::Vec, + #[prost(enumeration = "Dfbfkeemmkg", tag = "19")] + pub aehbagnlmhe: i32, + #[prost(message, repeated, tag = "21")] + pub bmiigbifhhl: ::prost::alloc::vec::Vec, + #[prost(int32, repeated, tag = "22")] + pub pmjlbecbodd: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "23")] + pub bbpcniobibg: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "26")] + pub ccmjkdinjdd: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "27")] + pub dkibbpjfdoi: ::prost::alloc::vec::Vec, + #[prost(map = "uint32, message", tag = "28")] + pub battle_target_info: ::std::collections::HashMap, + #[prost(message, repeated, tag = "29")] + pub kiahiahpple: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "30")] + pub evolve_build_battle_info: ::core::option::Option, + #[prost(message, optional, tag = "31")] + pub dfnghnehiig: ::core::option::Option, + #[prost(bool, tag = "32")] + pub piinhcimogd: bool, + #[prost(message, repeated, tag = "33")] + pub laojopbeibc: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "34")] + pub lloebkklnob: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "35")] + pub clnabfdpikj: u32, + #[prost(message, optional, tag = "36")] + pub nfjklodfiil: ::core::option::Option, + #[prost(message, optional, tag = "37")] + pub gccjobnnfca: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Eoloflgjcip { + #[prost(uint32, tag = "1")] + pub kpldaklkebp: u32, + #[prost(uint32, tag = "2")] + pub llmnfccpmli: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hlojfcdpgbe { + #[prost(enumeration = "Edkmnbhjoam", tag = "1")] + pub slot: i32, + #[prost(uint32, tag = "2")] + pub id: u32, + #[prost(message, optional, tag = "3")] + pub sp_bar: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mbeabkgboha { + #[prost(uint32, tag = "1")] + pub dgkfhhnpcii: u32, + #[prost(uint32, tag = "2")] + pub level: u32, + #[prost(uint32, tag = "3")] + pub exp: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cpolmlccebb { + #[prost(enumeration = "Hmjkobanobk", tag = "1")] + pub retcode: i32, + #[prost(enumeration = "BattleEndStatus", tag = "2")] + pub end_status: i32, + #[prost(message, optional, tag = "3")] + pub ddflfffipic: ::core::option::Option, + #[prost(bytes = "vec", tag = "4")] + pub fjohnjpohao: ::prost::alloc::vec::Vec, + #[prost(map = "string, uint32", tag = "5")] + pub ogfcmdmhicp: ::std::collections::HashMap<::prost::alloc::string::String, u32>, + #[prost(uint32, tag = "6")] + pub kjdehplabci: u32, + #[prost(uint32, tag = "7")] + pub acpilpelbcm: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mdlinjlhlgb { + #[prost(uint32, tag = "1")] + pub koolgpdmgdj: u32, + #[prost(uint64, repeated, tag = "2")] + pub lklhbijabfk: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Idhddlapdkd { + #[prost(string, tag = "1")] + pub llagedibahe: ::prost::alloc::string::String, + #[prost(uint32, tag = "2")] + pub count: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bceccmoadle { + #[prost(uint32, tag = "1")] + pub uid: u32, + #[prost(uint32, tag = "2")] + pub level: u32, + #[prost(string, tag = "3")] + pub nickname: ::prost::alloc::string::String, + #[prost(uint32, tag = "4")] + pub lmndogafogc: u32, + #[prost(enumeration = "PlatformType", tag = "5")] + pub platform_type: i32, + #[prost(string, tag = "6")] + pub flfkcihcenf: ::prost::alloc::string::String, + #[prost(string, tag = "7")] + pub kdclocapbge: ::prost::alloc::string::String, + #[prost(uint64, tag = "8")] + pub version: u64, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mfkobplmpin { + #[prost(enumeration = "Pecdoojchcc", tag = "1")] + pub bjbakjgfbga: i32, + #[prost(enumeration = "Iehllimgpcd", tag = "2")] + pub status: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Emlpkgjnajk { + #[prost(uint32, tag = "1")] + pub jkgbgfopmhm: u32, + #[prost(bool, tag = "2")] + pub mhfmceicfpj: bool, + #[prost(uint32, tag = "3")] + pub mcnhhchaboa: u32, + #[prost(uint32, tag = "4")] + pub finclaocogh: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pgdacnibfmp { + #[prost(string, repeated, tag = "1")] + pub dbkefliloek: ::prost::alloc::vec::Vec<::prost::alloc::string::String>, + #[prost(bool, tag = "2")] + pub hpbophpgahk: bool, + #[prost(oneof = "pgdacnibfmp::Bopegjpoilk", tags = "1001")] + pub bopegjpoilk: ::core::option::Option, +} +/// Nested message and enum types in `PGDACNIBFMP`. +pub mod pgdacnibfmp { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Bopegjpoilk { + #[prost(message, tag = "1001")] + Bfjllndkncj(super::Emlpkgjnajk), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cchcpnlpbdk { + #[prost(message, optional, tag = "1")] + pub basic_info: ::core::option::Option, + #[prost(message, optional, tag = "2")] + pub eahdbeiioef: ::core::option::Option, + #[prost(message, optional, tag = "3")] + pub story_info: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dhpifkicopp { + #[prost(uint32, tag = "1")] + pub ifjmieclkcl: u32, + #[prost(uint32, tag = "2")] + pub nendghablam: u32, + #[prost(uint32, tag = "3")] + pub enjieepcjci: u32, + #[prost(uint32, tag = "4")] + pub ccfbcjehgdf: u32, + #[prost(uint32, tag = "5")] + pub jinigjmldlm: u32, + #[prost(uint32, tag = "6")] + pub aelhcmnnnej: u32, + #[prost(uint32, tag = "7")] + pub nijchgmmchb: u32, + #[prost(uint32, tag = "8")] + pub hfhgnefhpka: u32, + #[prost(uint32, tag = "9")] + pub mofjpieoicm: u32, + #[prost(uint32, tag = "10")] + pub jacbdaeenhp: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Eddpabighbe { + #[prost(uint64, tag = "1")] + pub beohfmdhhbi: u64, + #[prost(enumeration = "Piflekocmcc", tag = "2")] + pub ackcfbdnipk: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mcfjdjcdael { + #[prost(uint64, tag = "1")] + pub id: u64, + #[prost(enumeration = "Piflekocmcc", tag = "2")] + pub eomnfkoafhb: i32, + #[prost(message, repeated, tag = "3")] + pub phpnnhdbiii: ::prost::alloc::vec::Vec, + #[prost(enumeration = "Gemmejofnib", tag = "4")] + pub slot: i32, + #[prost(uint64, tag = "5")] + pub imfmofjgonc: u64, + #[prost(uint64, tag = "6")] + pub cgijmikpbha: u64, + #[prost(uint32, tag = "7")] + pub knfgpabajae: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fdgpcmaeekj { + #[prost(uint32, repeated, tag = "7")] + pub hbdpcihaoch: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "14")] + pub mbgfaeoffnj: u32, + #[prost(uint32, tag = "4")] + pub id: u32, +} +/// Obf: OKJGCLCOOHN +#[derive(proto_derive::CmdID)] +#[cmdid(2698)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetLoginActivityCsReq {} +/// Obf: EHNHHKAIABH +#[derive(proto_derive::CmdID)] +#[cmdid(2671)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetLoginActivityScRsp { + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(message, repeated, tag = "6")] + pub ngmlhihmmke: ::prost::alloc::vec::Vec, +} +/// Obf: ADANONPDCGE +#[derive(proto_derive::CmdID)] +#[cmdid(2683)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeLoginActivityRewardCsReq { + #[prost(uint32, tag = "6")] + pub jnjoiemkhgj: u32, + #[prost(uint32, tag = "11")] + pub id: u32, +} +/// Obf: NJMEOPGFAFM +#[derive(proto_derive::CmdID)] +#[cmdid(2642)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeLoginActivityRewardScRsp { + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(message, optional, tag = "4")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "9")] + pub id: u32, + #[prost(uint32, tag = "3")] + pub jnjoiemkhgj: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ActivityScheduleInfo { + #[prost(uint32, tag = "13")] + pub activity_id: u32, + #[prost(uint32, tag = "1")] + pub module_id: u32, + #[prost(int64, tag = "15")] + pub end_time: i64, + #[prost(int64, tag = "6")] + pub begin_time: i64, +} +/// Obf: MCGNMHNJMKL +#[derive(proto_derive::CmdID)] +#[cmdid(2679)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetActivityScheduleConfigCsReq {} +/// Obf: EFLFFOFMOHG +#[derive(proto_derive::CmdID)] +#[cmdid(2677)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetActivityScheduleConfigScRsp { + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(message, repeated, tag = "2")] + pub activity_schedule_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Glcjilngiic { + #[prost(bool, tag = "13")] + pub taken_reward: bool, + #[prost(uint32, tag = "11")] + pub stage_id: u32, +} +/// Obf: LJAGDPMDDDB +#[derive(proto_derive::CmdID)] +#[cmdid(2687)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetTrialActivityDataCsReq {} +/// Obf: ONNGFFKLGPN +#[derive(proto_derive::CmdID)] +#[cmdid(2654)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetTrialActivityDataScRsp { + #[prost(message, repeated, tag = "12")] + pub nkdajjeckgh: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(uint32, tag = "10")] + pub dhfbkneimbp: u32, +} +/// Obf: OCMLEMHMNKH +#[derive(proto_derive::CmdID)] +#[cmdid(2669)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TrialActivityDataChangeScNotify { + #[prost(message, optional, tag = "10")] + pub hcglgbpgeig: ::core::option::Option, +} +/// Obf: KIHICLEJOLE +#[derive(proto_derive::CmdID)] +#[cmdid(2658)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterTrialActivityStageCsReq { + #[prost(uint32, tag = "7")] + pub stage_id: u32, +} +/// Obf: KMCCCDJPFCK +#[derive(proto_derive::CmdID)] +#[cmdid(2667)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterTrialActivityStageScRsp { + #[prost(message, optional, tag = "12")] + pub battle_info: ::core::option::Option, + #[prost(uint32, tag = "14")] + pub retcode: u32, +} +/// Obf: DGENEFBOAGD +#[derive(proto_derive::CmdID)] +#[cmdid(2676)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeTrialActivityRewardCsReq { + #[prost(uint32, tag = "10")] + pub stage_id: u32, +} +/// Obf: KMBODEDDNBJ +#[derive(proto_derive::CmdID)] +#[cmdid(2639)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeTrialActivityRewardScRsp { + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(uint32, tag = "9")] + pub stage_id: u32, + #[prost(message, optional, tag = "2")] + pub reward: ::core::option::Option, +} +/// Obf: CJGBCMBODCA +#[derive(proto_derive::CmdID)] +#[cmdid(2649)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartTrialActivityCsReq { + #[prost(uint32, tag = "4")] + pub stage_id: u32, +} +/// Obf: IJMIINMOAGH +#[derive(proto_derive::CmdID)] +#[cmdid(2603)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartTrialActivityScRsp { + #[prost(uint32, tag = "5")] + pub stage_id: u32, + #[prost(uint32, tag = "10")] + pub retcode: u32, +} +/// Obf: MFLDPIHOLHF +#[derive(proto_derive::CmdID)] +#[cmdid(2684)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LeaveTrialActivityCsReq { + #[prost(uint32, tag = "15")] + pub stage_id: u32, +} +/// Obf: IMHPHNJJLPG +#[derive(proto_derive::CmdID)] +#[cmdid(2632)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LeaveTrialActivityScRsp { + #[prost(uint32, tag = "9")] + pub stage_id: u32, + #[prost(uint32, tag = "5")] + pub retcode: u32, +} +/// Obf: EPFAGFIFKDE +#[derive(proto_derive::CmdID)] +#[cmdid(2686)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct CurTrialActivityScNotify { + #[prost(uint32, tag = "7")] + pub dhfbkneimbp: u32, + #[prost(enumeration = "Jnmhhhokoke", tag = "1")] + pub status: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Onlkngebbie { + #[prost(bool, tag = "7")] + pub ficghoplnjo: bool, + #[prost(bool, tag = "8")] + pub laeahdlhogd: bool, + #[prost(uint32, tag = "15")] + pub ncejnffmggf: u32, + #[prost(uint32, tag = "10")] + pub module_id: u32, +} +/// Obf: IJAMGLKOKEA +#[derive(proto_derive::CmdID)] +#[cmdid(2645)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMaterialSubmitActivityDataCsReq {} +/// Obf: NGEIHHEPCIA +#[derive(proto_derive::CmdID)] +#[cmdid(2620)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMaterialSubmitActivityDataScRsp { + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(message, repeated, tag = "6")] + pub midjljeljhd: ::prost::alloc::vec::Vec, +} +/// Obf: CJGHPKFOKLH +#[derive(proto_derive::CmdID)] +#[cmdid(2650)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SubmitMaterialSubmitActivityMaterialCsReq { + #[prost(uint32, tag = "13")] + pub ncejnffmggf: u32, +} +/// Obf: EEDFFGDEEMH +#[derive(proto_derive::CmdID)] +#[cmdid(2631)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SubmitMaterialSubmitActivityMaterialScRsp { + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(message, optional, tag = "12")] + pub aibkochdhdd: ::core::option::Option, +} +/// Obf: OFBIGOPMHDE +#[derive(proto_derive::CmdID)] +#[cmdid(2604)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeMaterialSubmitActivityRewardCsReq { + #[prost(uint32, tag = "15")] + pub ncejnffmggf: u32, +} +/// Obf: MFHPMDMGGPC +#[derive(proto_derive::CmdID)] +#[cmdid(2660)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeMaterialSubmitActivityRewardScRsp { + #[prost(message, optional, tag = "13")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(uint32, tag = "3")] + pub ncejnffmggf: u32, +} +/// Obf: KNKDKDELFKK +#[derive(proto_derive::CmdID)] +#[cmdid(1398)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterAdventureCsReq { + #[prost(uint32, tag = "12")] + pub map_id: u32, +} +/// Obf: NDCPGLBCLIA +#[derive(proto_derive::CmdID)] +#[cmdid(1371)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterAdventureScRsp { + #[prost(message, optional, tag = "10")] + pub scene: ::core::option::Option, + #[prost(uint32, tag = "8")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FarmStageGachaInfo { + #[prost(int64, tag = "11")] + pub begin_time: i64, + #[prost(uint32, tag = "4")] + pub gacha_id: u32, + #[prost(int64, tag = "14")] + pub end_time: i64, +} +/// Obf: CIJAEGPOGJN +#[derive(proto_derive::CmdID)] +#[cmdid(1383)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFarmStageGachaInfoCsReq { + #[prost(uint32, repeated, tag = "2")] + pub farm_stage_gacha_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: GHKIFJLGHHH +#[derive(proto_derive::CmdID)] +#[cmdid(1342)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFarmStageGachaInfoScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(message, repeated, tag = "10")] + pub farm_stage_gacha_info_list: ::prost::alloc::vec::Vec, +} +/// Obf: GBIMAALAOMP +#[derive(proto_derive::CmdID)] +#[cmdid(4898)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterAetherDivideSceneCsReq { + #[prost(uint32, tag = "4")] + pub kefjapjkmgc: u32, +} +/// Obf: FPNCEOOFKFD +#[derive(proto_derive::CmdID)] +#[cmdid(4871)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterAetherDivideSceneScRsp { + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(uint32, tag = "7")] + pub kefjapjkmgc: u32, +} +/// Obf: BKLFHJJDGEK +#[derive(proto_derive::CmdID)] +#[cmdid(4883)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LeaveAetherDivideSceneCsReq {} +/// Obf: KEMNNODFOIF +#[derive(proto_derive::CmdID)] +#[cmdid(4842)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LeaveAetherDivideSceneScRsp { + #[prost(uint32, tag = "11")] + pub retcode: u32, +} +/// Obf: FFDANLJGOHI +#[derive(proto_derive::CmdID)] +#[cmdid(4879)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartAetherDivideSceneBattleCsReq { + #[prost(uint32, tag = "14")] + pub skill_index: u32, + #[prost(message, repeated, tag = "7")] + pub assist_monster_wave_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "8")] + pub caster_id: u32, + #[prost(uint32, repeated, tag = "4")] + pub assist_monster_entity_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "6")] + pub attacked_group_id: u32, +} +/// Obf: PCHANPBGKNP +#[derive(proto_derive::CmdID)] +#[cmdid(4877)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartAetherDivideSceneBattleScRsp { + #[prost(message, optional, tag = "1")] + pub battle_info: ::core::option::Option, + #[prost(uint32, tag = "13")] + pub attacked_group_id: u32, + #[prost(uint32, tag = "2")] + pub retcode: u32, +} +/// Obf: FPDEKECBMIC +#[derive(proto_derive::CmdID)] +#[cmdid(4833)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartAetherDivideChallengeBattleCsReq { + #[prost(uint32, tag = "13")] + pub gmmebdhegid: u32, + #[prost(uint32, tag = "8")] + pub challenge_id: u32, +} +/// Obf: DGKBEDJOAFG +#[derive(proto_derive::CmdID)] +#[cmdid(4812)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartAetherDivideChallengeBattleScRsp { + #[prost(message, optional, tag = "11")] + pub battle_info: ::core::option::Option, + #[prost(uint32, tag = "12")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Icofmccaifc { + #[prost(uint32, tag = "4")] + pub slot: u32, + #[prost(uint32, tag = "10")] + pub item_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cfnkmgaphhe { + #[prost(message, repeated, tag = "1")] + pub aamlbfinhon: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "11")] + pub exp: u32, + #[prost(uint32, tag = "2")] + pub jaeaedfofcc: u32, + #[prost(uint32, tag = "6")] + pub promotion: u32, + #[prost(uint32, tag = "4")] + pub bbejbojfllp: u32, + #[prost(message, optional, tag = "13")] + pub sp_bar: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dbknoecilhg { + #[prost(uint32, repeated, tag = "13")] + pub njpjhmgeocp: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "8")] + pub slot: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mgmaljejhjo { + #[prost(uint32, tag = "7")] + pub item_id: u32, + #[prost(uint32, tag = "6")] + pub num: u32, + #[prost(uint32, tag = "4")] + pub obbjgjemaie: u32, +} +/// Obf: GBNPFDMAALG +#[derive(proto_derive::CmdID)] +#[cmdid(4878)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetAetherDivideInfoCsReq {} +/// Obf: FLOGADJMELM +#[derive(proto_derive::CmdID)] +#[cmdid(4856)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetAetherDivideInfoScRsp { + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(uint32, tag = "4")] + pub oicglincbbj: u32, + #[prost(uint32, tag = "7")] + pub npgomlfgbjm: u32, + #[prost(uint32, tag = "1")] + pub goohjjjomej: u32, + #[prost(uint32, tag = "6")] + pub phpcdgemagd: u32, + #[prost(message, repeated, tag = "10")] + pub pjlndnhdnib: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "15")] + pub bdigkfphlhk: u32, + #[prost(message, repeated, tag = "11")] + pub lineup_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "13")] + pub gnhmcaeomij: ::prost::alloc::vec::Vec, +} +/// Obf: NIIKBBFFBLG +#[derive(proto_derive::CmdID)] +#[cmdid(4889)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetAetherDivideLineUpCsReq { + #[prost(message, optional, tag = "8")] + pub lineup: ::core::option::Option, +} +/// Obf: LBGFLOIGMKN +#[derive(proto_derive::CmdID)] +#[cmdid(4822)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetAetherDivideLineUpScRsp { + #[prost(message, optional, tag = "14")] + pub lineup: ::core::option::Option, + #[prost(uint32, tag = "3")] + pub retcode: u32, +} +/// Obf: HHNIDKHMNFI +#[derive(proto_derive::CmdID)] +#[cmdid(4866)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EquipAetherDividePassiveSkillCsReq { + #[prost(uint32, tag = "6")] + pub slot: u32, + #[prost(uint32, tag = "14")] + pub jaeaedfofcc: u32, + #[prost(uint32, tag = "10")] + pub item_id: u32, +} +/// Obf: JCOHEOHNBEK +#[derive(proto_derive::CmdID)] +#[cmdid(4805)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EquipAetherDividePassiveSkillScRsp { + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(message, optional, tag = "13")] + pub gbmkmmhjhak: ::core::option::Option, + #[prost(message, optional, tag = "12")] + pub nadicpclhmn: ::core::option::Option, +} +/// Obf: EHLJOGGAJEH +#[derive(proto_derive::CmdID)] +#[cmdid(4845)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ClearAetherDividePassiveSkillCsReq { + #[prost(uint32, tag = "15")] + pub jaeaedfofcc: u32, + #[prost(uint32, tag = "2")] + pub slot: u32, +} +/// Obf: BKGJJBOGGCD +#[derive(proto_derive::CmdID)] +#[cmdid(4820)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ClearAetherDividePassiveSkillScRsp { + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(message, optional, tag = "15")] + pub nadicpclhmn: ::core::option::Option, + #[prost(message, optional, tag = "7")] + pub gbmkmmhjhak: ::core::option::Option, +} +/// Obf: ENODANAGIBM +#[derive(proto_derive::CmdID)] +#[cmdid(4852)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AetherDivideSpiritExpUpCsReq { + #[prost(uint32, tag = "11")] + pub ebnhbipaemp: u32, + #[prost(uint32, tag = "7")] + pub jaeaedfofcc: u32, + #[prost(uint32, tag = "15")] + pub npgomlfgbjm: u32, +} +/// Obf: IBHNLOIDIPF +#[derive(proto_derive::CmdID)] +#[cmdid(4811)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AetherDivideSpiritExpUpScRsp { + #[prost(message, optional, tag = "3")] + pub gbmkmmhjhak: ::core::option::Option, + #[prost(uint32, tag = "6")] + pub retcode: u32, + #[prost(uint32, tag = "8")] + pub npgomlfgbjm: u32, +} +/// Obf: MKIBGPOIHCK +#[derive(proto_derive::CmdID)] +#[cmdid(4850)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwitchAetherDivideLineUpSlotCsReq { + #[prost(uint32, tag = "7")] + pub gmmebdhegid: u32, +} +/// Obf: MFCEPPIGDPB +#[derive(proto_derive::CmdID)] +#[cmdid(4831)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwitchAetherDivideLineUpSlotScRsp { + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(uint32, tag = "15")] + pub gmmebdhegid: u32, +} +/// Obf: NEDEGPNIIMJ +#[derive(proto_derive::CmdID)] +#[cmdid(4804)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartAetherDivideStageBattleCsReq { + #[prost(uint32, tag = "13")] + pub event_id: u32, +} +/// Obf: AJMDMHPCCGC +#[derive(proto_derive::CmdID)] +#[cmdid(4860)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartAetherDivideStageBattleScRsp { + #[prost(message, optional, tag = "12")] + pub battle_info: ::core::option::Option, + #[prost(uint32, tag = "14")] + pub retcode: u32, +} +/// Obf: CGHPPBPIBAB +#[derive(proto_derive::CmdID)] +#[cmdid(4814)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AetherDivideLineupScNotify { + #[prost(message, optional, tag = "14")] + pub lineup: ::core::option::Option, +} +/// Obf: GNIGBBHEBDG +#[derive(proto_derive::CmdID)] +#[cmdid(4810)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AetherDivideSpiritInfoScNotify { + #[prost(uint32, tag = "6")] + pub npgomlfgbjm: u32, + #[prost(message, repeated, tag = "1")] + pub bhneeknmica: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "3")] + pub gbmkmmhjhak: ::core::option::Option, +} +/// Obf: MDKHLBCKIIP +#[derive(proto_derive::CmdID)] +#[cmdid(4900)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetAetherDivideChallengeInfoCsReq {} +/// Obf: DNALAOCAHBK +#[derive(proto_derive::CmdID)] +#[cmdid(4862)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetAetherDivideChallengeInfoScRsp { + #[prost(uint32, repeated, tag = "13")] + pub clfbhpjblkh: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(uint32, repeated, tag = "3")] + pub gjjimbmmngc: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "12")] + pub fjoilafhgah: u32, +} +/// Obf: NMBKAMDDCOH +#[derive(proto_derive::CmdID)] +#[cmdid(4806)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AetherDivideFinishChallengeScNotify { + #[prost(uint32, tag = "1")] + pub challenge_id: u32, +} +/// Obf: FFIHAPDDKDJ +#[derive(proto_derive::CmdID)] +#[cmdid(4823)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AetherDivideTainerInfoScNotify { + #[prost(uint32, tag = "15")] + pub goohjjjomej: u32, +} +/// Obf: MBHCDFILKDB +#[derive(proto_derive::CmdID)] +#[cmdid(4885)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AetherDivideSkillItemScNotify { + #[prost(uint32, tag = "13")] + pub num: u32, + #[prost(uint32, tag = "3")] + pub item_id: u32, +} +/// Obf: BMAHANPKCDJ +#[derive(proto_derive::CmdID)] +#[cmdid(4888)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AetherDivideRefreshEndlessCsReq {} +/// Obf: AGKELLPMODA +#[derive(proto_derive::CmdID)] +#[cmdid(4893)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AetherDivideRefreshEndlessScRsp { + #[prost(uint32, tag = "2")] + pub phpcdgemagd: u32, + #[prost(uint32, tag = "3")] + pub retcode: u32, +} +/// Obf: FJFFMGGCFGJ +#[derive(proto_derive::CmdID)] +#[cmdid(4863)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AetherDivideRefreshEndlessScNotify { + #[prost(uint32, tag = "8")] + pub phpcdgemagd: u32, +} +/// Obf: DNJDCMFNMEE +#[derive(proto_derive::CmdID)] +#[cmdid(4855)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AetherDivideTakeChallengeRewardCsReq { + #[prost(uint32, tag = "15")] + pub challenge_id: u32, +} +/// Obf: OCLDDKBKIHD +#[derive(proto_derive::CmdID)] +#[cmdid(4836)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AetherDivideTakeChallengeRewardScRsp { + #[prost(message, optional, tag = "10")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(uint32, tag = "13")] + pub challenge_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fafpjflkgfo {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Oedmpcbkcjd { + #[prost(uint32, tag = "13")] + pub map_id: u32, + #[prost(uint32, tag = "3")] + pub iflcopdjnep: u32, +} +/// Obf: OODFCDILINF +#[derive(proto_derive::CmdID)] +#[cmdid(4798)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetAlleyInfoCsReq { + #[prost(uint32, tag = "15")] + pub level: u32, + #[prost(uint32, tag = "7")] + pub shop_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Aebkgeagjcj { + #[prost(message, repeated, tag = "14")] + pub hjfidjahmjg: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "9")] + pub filmnfdlmni: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "13")] + pub pjimdpooddj: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "11")] + pub pdbokhnhpna: ::prost::alloc::vec::Vec, +} +/// Obf: OLDEBOJONKE +#[derive(proto_derive::CmdID)] +#[cmdid(4771)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetAlleyInfoScRsp { + #[prost(message, optional, tag = "15")] + pub cgklmfhhpcc: ::core::option::Option, + #[prost(uint32, repeated, tag = "5")] + pub nknkojkhddf: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "3")] + pub level: u32, + #[prost(message, optional, tag = "13")] + pub jaamclibaio: ::core::option::Option, + #[prost(uint32, tag = "6")] + pub nmhdbemilma: u32, + #[prost(message, optional, tag = "14")] + pub ablbghojibc: ::core::option::Option, + #[prost(map = "uint32, uint32", tag = "12")] + pub nldeajombio: ::std::collections::HashMap, + #[prost(uint32, tag = "10")] + pub mmidjehmhmp: u32, + #[prost(uint32, repeated, tag = "4")] + pub nehcbghejhk: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "9")] + pub event_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "11")] + pub mmomflmmoii: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "8")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dppbbcklcbf { + #[prost(uint32, tag = "2")] + pub jafjmehaegh: u32, + #[prost(uint32, tag = "8")] + pub bjanmjoaand: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Inamoojheaj { + #[prost(message, repeated, tag = "5")] + pub bdhmemphagi: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "1")] + pub goods_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AlleyPlacingShip { + #[prost(uint32, tag = "7")] + pub ship_id: u32, + #[prost(message, repeated, tag = "13")] + pub goods_list: ::prost::alloc::vec::Vec, +} +/// Obf: EMBKMFECPOO +#[derive(proto_derive::CmdID)] +#[cmdid(4789)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AlleyPlacingGameCsReq { + #[prost(uint32, tag = "5")] + pub hjfajpdppco: u32, + #[prost(uint32, tag = "9")] + pub gjbeinmdeic: u32, + #[prost(uint32, tag = "6")] + pub dbbknblocah: u32, + #[prost(uint32, tag = "4")] + pub kklabdfiikj: u32, + #[prost(uint32, tag = "14")] + pub meoaibdffib: u32, + #[prost(message, optional, tag = "13")] + pub jldhakpmjnm: ::core::option::Option, + #[prost(uint32, tag = "15")] + pub okpefkaccci: u32, + #[prost(uint32, tag = "12")] + pub mhjbflbmgmh: u32, + #[prost(uint32, tag = "7")] + pub ngkjipicmpg: u32, +} +/// Obf: BPFEHHCNCJH +#[derive(proto_derive::CmdID)] +#[cmdid(4722)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AlleyPlacingGameScRsp { + #[prost(uint32, tag = "11")] + pub iomgnnbmcdc: u32, + #[prost(uint32, tag = "1")] + pub akhlibfglbo: u32, + #[prost(uint32, tag = "3")] + pub lfnfobhmgml: u32, + #[prost(uint32, tag = "14")] + pub haecojinndc: u32, + #[prost(uint32, tag = "2")] + pub lohnclanbbi: u32, + #[prost(uint32, tag = "12")] + pub event_id: u32, + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(uint32, tag = "10")] + pub felcjeininh: u32, +} +/// Obf: KAPCFJMKOPO +#[derive(proto_derive::CmdID)] +#[cmdid(4757)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ActivityRaidPlacingGameCsReq { + #[prost(message, optional, tag = "10")] + pub jldhakpmjnm: ::core::option::Option, + #[prost(oneof = "activity_raid_placing_game_cs_req::Kaopmbnijnf", tags = "2, 14")] + pub kaopmbnijnf: ::core::option::Option< + activity_raid_placing_game_cs_req::Kaopmbnijnf, + >, +} +/// Nested message and enum types in `ActivityRaidPlacingGameCsReq`. +pub mod activity_raid_placing_game_cs_req { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Kaopmbnijnf { + #[prost(uint32, tag = "2")] + Bfbcbcadgoj(u32), + #[prost(uint32, tag = "14")] + Mhjbflbmgmh(u32), + } +} +/// Obf: MHDANKFOMHK +#[derive(proto_derive::CmdID)] +#[cmdid(4725)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ActivityRaidPlacingGameScRsp { + #[prost(uint32, tag = "4")] + pub retcode: u32, + #[prost(oneof = "activity_raid_placing_game_sc_rsp::Kaopmbnijnf", tags = "13, 2")] + pub kaopmbnijnf: ::core::option::Option< + activity_raid_placing_game_sc_rsp::Kaopmbnijnf, + >, +} +/// Nested message and enum types in `ActivityRaidPlacingGameScRsp`. +pub mod activity_raid_placing_game_sc_rsp { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Kaopmbnijnf { + #[prost(uint32, tag = "13")] + Bfbcbcadgoj(u32), + #[prost(uint32, tag = "2")] + Mhjbflbmgmh(u32), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jchnggiiocd { + #[prost(uint32, repeated, tag = "6")] + pub pbfeikidgmo: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "8")] + pub cpngfnjeajk: u32, + #[prost(bool, tag = "3")] + pub opdjcbfooec: bool, + #[prost(uint32, tag = "14")] + pub mbpfmfhjdji: u32, + #[prost(uint32, tag = "13")] + pub bbjjjffegdd: u32, + #[prost(uint32, repeated, tag = "4")] + pub iopgcheampi: ::prost::alloc::vec::Vec, +} +/// Obf: BHIIHKKPNHG +#[derive(proto_derive::CmdID)] +#[cmdid(4750)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AlleyOrderChangedScNotify { + #[prost(message, optional, tag = "6")] + pub pfmjledkimh: ::core::option::Option, +} +/// Obf: IMNPEKAMOLC +#[derive(proto_derive::CmdID)] +#[cmdid(4710)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AlleyShipUnlockScNotify { + #[prost(uint32, tag = "12")] + pub lgpgihkjfpa: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dffkmeppcfe { + #[prost(uint32, tag = "9")] + pub eaaggehjeie: u32, + #[prost(uint32, tag = "5")] + pub glcolbnicld: u32, + #[prost(uint32, repeated, tag = "14")] + pub ongneaboolp: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "4")] + pub dgpeoodojma: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "1")] + pub shop_id: u32, + #[prost(uint32, tag = "2")] + pub lgemoghnkji: u32, + #[prost(uint32, repeated, tag = "6")] + pub idlibjiilng: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hggcnnjoeph { + #[prost(uint32, tag = "7")] + pub dbbknblocah: u32, + #[prost(message, repeated, tag = "11")] + pub fglgbeeeaic: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "13")] + pub map_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LogisticsScore { + #[prost(uint32, tag = "1")] + pub unlock_level: u32, + #[prost(uint32, tag = "3")] + pub max_score: u32, + #[prost(uint32, tag = "15")] + pub last_max_score: u32, + #[prost(uint32, tag = "5")] + pub last_level: u32, + #[prost(uint32, tag = "13")] + pub map_id: u32, + #[prost(message, optional, tag = "14")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "8")] + pub cur_score: u32, +} +/// Obf: FHPHEFEFKIH +#[derive(proto_derive::CmdID)] +#[cmdid(4783)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LogisticsGameCsReq { + #[prost(bool, tag = "1")] + pub lplcdelgjdi: bool, + #[prost(message, repeated, tag = "9")] + pub aacphjgmndf: ::prost::alloc::vec::Vec, +} +/// Obf: EHLNACGFNOB +#[derive(proto_derive::CmdID)] +#[cmdid(4765)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LogisticsScoreRewardSyncInfoScNotify { + #[prost(message, repeated, tag = "11")] + pub pdbokhnhpna: ::prost::alloc::vec::Vec, +} +/// Obf: HDAEOONAOBO +#[derive(proto_derive::CmdID)] +#[cmdid(4742)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LogisticsGameScRsp { + #[prost(uint32, tag = "1")] + pub event_id: u32, + #[prost(uint32, tag = "13")] + pub retcode: u32, + #[prost(message, repeated, tag = "4")] + pub pdbokhnhpna: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "11")] + pub lplcdelgjdi: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ckfjjbfeapc { + #[prost(enumeration = "Bnofmbhianp", tag = "2")] + pub state: i32, + #[prost(uint32, tag = "1")] + pub event_id: u32, + #[prost(uint32, tag = "10")] + pub imdjgmhfefj: u32, +} +/// Obf: PDMBKKAHLHO +#[derive(proto_derive::CmdID)] +#[cmdid(4733)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartAlleyEventCsReq { + #[prost(uint32, tag = "1")] + pub event_id: u32, +} +/// Obf: IDKCENDAHPL +#[derive(proto_derive::CmdID)] +#[cmdid(4712)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartAlleyEventScRsp { + #[prost(uint32, tag = "7")] + pub retcode: u32, + #[prost(uint32, tag = "14")] + pub event_id: u32, +} +/// Obf: BGMBBKHHCBK +#[derive(proto_derive::CmdID)] +#[cmdid(4728)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AlleyEventChangeNotify { + #[prost(message, optional, tag = "10")] + pub hoahhdcgeeo: ::core::option::Option, + #[prost(uint32, tag = "7")] + pub amfbghldgih: u32, +} +/// Obf: IFIDMBLDMMK +#[derive(proto_derive::CmdID)] +#[cmdid(4738)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AlleyEventEffectNotify { + #[prost(uint32, tag = "2")] + pub gjnhmofjbjg: u32, +} +/// Obf: KNHFEFAADDK +#[derive(proto_derive::CmdID)] +#[cmdid(4778)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakePrestigeRewardCsReq { + #[prost(uint32, tag = "12")] + pub level: u32, +} +/// Obf: KOPMDFOJPHC +#[derive(proto_derive::CmdID)] +#[cmdid(4756)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakePrestigeRewardScRsp { + #[prost(message, optional, tag = "4")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(uint32, tag = "1")] + pub level: u32, +} +/// Obf: IODJLJKBNOL +#[derive(proto_derive::CmdID)] +#[cmdid(4704)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PrestigeLevelUpCsReq {} +/// Obf: IPDPPKBKOGM +#[derive(proto_derive::CmdID)] +#[cmdid(4760)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PrestigeLevelUpScRsp { + #[prost(uint32, tag = "11")] + pub level: u32, + #[prost(uint32, tag = "5")] + pub retcode: u32, +} +/// Obf: NOGJFHGILHD +#[derive(proto_derive::CmdID)] +#[cmdid(4752)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AlleyFundsScNotify { + #[prost(uint32, tag = "15")] + pub mmidjehmhmp: u32, +} +/// Obf: FMNELJDAMMC +#[derive(proto_derive::CmdID)] +#[cmdid(4800)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SaveLogisticsCsReq { + #[prost(message, repeated, tag = "15")] + pub aacphjgmndf: ::prost::alloc::vec::Vec, +} +/// Obf: IMIGIDJEGBH +#[derive(proto_derive::CmdID)] +#[cmdid(4762)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SaveLogisticsScRsp { + #[prost(message, repeated, tag = "7")] + pub aacphjgmndf: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "15")] + pub retcode: u32, +} +/// Obf: CJOKGFEDMLP +#[derive(proto_derive::CmdID)] +#[cmdid(4706)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LogisticsInfoScNotify { + #[prost(message, optional, tag = "15")] + pub jaamclibaio: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bnpaemjjcfg { + #[prost(map = "uint32, uint32", tag = "4")] + pub eafeahgmeel: ::std::collections::HashMap, + #[prost(uint32, tag = "1")] + pub mdffmcbembo: u32, + #[prost(uint32, tag = "8")] + pub ehelhcenicc: u32, +} +/// Obf: BAAHJKFAMPD +#[derive(proto_derive::CmdID)] +#[cmdid(4723)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AlleyShipmentEventEffectsScNotify { + #[prost(message, optional, tag = "3")] + pub cfnafpdijdd: ::core::option::Option, +} +/// Obf: KHKNMJFEEEK +#[derive(proto_derive::CmdID)] +#[cmdid(4785)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetSaveLogisticsMapCsReq {} +/// Obf: FBMKDCANJBJ +#[derive(proto_derive::CmdID)] +#[cmdid(4716)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetSaveLogisticsMapScRsp { + #[prost(uint32, tag = "7")] + pub retcode: u32, + #[prost(message, repeated, tag = "9")] + pub hjfidjahmjg: ::prost::alloc::vec::Vec, +} +/// Obf: EDDCEBBHDNH +#[derive(proto_derive::CmdID)] +#[cmdid(4714)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AlleyShipUsedCountScNotify { + #[prost(map = "uint32, uint32", tag = "13")] + pub nldeajombio: ::std::collections::HashMap, +} +/// Obf: NPBFPEJDHGN +#[derive(proto_derive::CmdID)] +#[cmdid(4788)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AlleyGuaranteedFundsCsReq {} +/// Obf: OFDAAKELGLB +#[derive(proto_derive::CmdID)] +#[cmdid(4793)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AlleyGuaranteedFundsScRsp { + #[prost(uint32, tag = "2")] + pub plhcneglnlc: u32, + #[prost(uint32, tag = "8")] + pub retcode: u32, +} +/// Obf: NNMGMIFOFDC +#[derive(proto_derive::CmdID)] +#[cmdid(4763)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AlleyTakeEventRewardCsReq { + #[prost(uint32, tag = "2")] + pub event_id: u32, +} +/// Obf: EEHOHHJPINE +#[derive(proto_derive::CmdID)] +#[cmdid(4755)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AlleyTakeEventRewardScRsp { + #[prost(uint32, tag = "14")] + pub retcode: u32, + #[prost(message, optional, tag = "8")] + pub reward: ::core::option::Option, +} +/// Obf: LACGFAPBLNA +#[derive(proto_derive::CmdID)] +#[cmdid(4736)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LogisticsDetonateStarSkiffCsReq {} +/// Obf: FCMDEAJIBIH +#[derive(proto_derive::CmdID)] +#[cmdid(4702)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LogisticsDetonateStarSkiffScRsp { + #[prost(uint32, tag = "7")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RelicArchive { + #[prost(uint32, tag = "2")] + pub relic_id: u32, + #[prost(uint32, tag = "12")] + pub slot: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonsterArchive { + #[prost(uint32, tag = "10")] + pub monster_id: u32, + #[prost(uint32, tag = "14")] + pub num: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ArchiveData { + /// TODO + #[prost(uint32, repeated, tag = "4")] + pub archive_missing_equipment_id_list: ::prost::alloc::vec::Vec, + /// TODO + #[prost(uint32, repeated, tag = "1")] + pub archive_equipment_id_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "9")] + pub relic_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "15")] + pub archive_monster_id_list: ::prost::alloc::vec::Vec, + /// TODO + #[prost(uint32, repeated, tag = "7")] + pub archive_missing_avatar_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: FONANLCBCLD +#[derive(proto_derive::CmdID)] +#[cmdid(2398)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetArchiveDataCsReq {} +/// Obf: HFPCPBDJPBA +#[derive(proto_derive::CmdID)] +#[cmdid(2371)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetArchiveDataScRsp { + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(message, optional, tag = "4")] + pub archive_data: ::core::option::Option, +} +/// Obf: GOLPBNJLMKM +#[derive(proto_derive::CmdID)] +#[cmdid(2383)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetUpdatedArchiveDataCsReq {} +/// Obf: DPBJKMECHDD +#[derive(proto_derive::CmdID)] +#[cmdid(2342)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetUpdatedArchiveDataScRsp { + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(message, optional, tag = "6")] + pub archive_data: ::core::option::Option, +} +/// Obf: EEBHBAHENMO +#[derive(proto_derive::CmdID)] +#[cmdid(398)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetAvatarDataCsReq { + #[prost(uint32, repeated, tag = "4")] + pub avatar_id_list: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "8")] + pub is_get_all: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EquipRelic { + #[prost(uint32, tag = "2")] + pub slot: u32, + #[prost(uint32, tag = "6")] + pub relic_unique_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Avatar { + #[prost(uint32, tag = "1")] + pub exp: u32, + #[prost(message, repeated, tag = "3")] + pub skilltree_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "2")] + pub dressed_skin_id: u32, + #[prost(uint32, tag = "9")] + pub rank: u32, + #[prost(uint32, tag = "5")] + pub level: u32, + #[prost(uint32, tag = "8")] + pub promotion: u32, + #[prost(uint32, repeated, tag = "11")] + pub taken_rewards: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "15")] + pub equipment_unique_id: u32, + #[prost(uint32, tag = "10")] + pub base_avatar_id: u32, + #[prost(uint64, tag = "13")] + pub first_met_timestamp: u64, + #[prost(bool, tag = "7")] + pub is_marked: bool, + #[prost(message, repeated, tag = "12")] + pub equip_relic_list: ::prost::alloc::vec::Vec, +} +/// Obf: BHIHJEIFINO +#[derive(proto_derive::CmdID)] +#[cmdid(371)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetAvatarDataScRsp { + #[prost(message, repeated, tag = "5")] + pub avatar_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "2")] + pub kahbblakbbn: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "7")] + pub is_get_all: bool, + #[prost(uint32, tag = "15")] + pub retcode: u32, +} +/// Obf: NBEPMOLCAJB +#[derive(proto_derive::CmdID)] +#[cmdid(383)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AvatarExpUpCsReq { + #[prost(uint32, tag = "12")] + pub base_avatar_id: u32, + #[prost(message, optional, tag = "14")] + pub item_cost_list: ::core::option::Option, +} +/// Obf: EHDPGPAHFDP +#[derive(proto_derive::CmdID)] +#[cmdid(342)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AvatarExpUpScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(message, repeated, tag = "10")] + pub return_item_list: ::prost::alloc::vec::Vec, +} +/// Obf: HEPMPKCMIFA +#[derive(proto_derive::CmdID)] +#[cmdid(379)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UnlockSkilltreeCsReq { + #[prost(uint32, tag = "3")] + pub point_id: u32, + #[prost(message, repeated, tag = "12")] + pub item_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "9")] + pub level: u32, +} +/// Obf: PJFPGLLKFLL +#[derive(proto_derive::CmdID)] +#[cmdid(377)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UnlockSkilltreeScRsp { + #[prost(uint32, tag = "7")] + pub retcode: u32, + #[prost(uint32, tag = "12")] + pub point_id: u32, + #[prost(uint32, tag = "6")] + pub level: u32, +} +/// Obf: OCFAFEGBJHB +#[derive(proto_derive::CmdID)] +#[cmdid(333)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PromoteAvatarCsReq { + #[prost(message, repeated, tag = "2")] + pub item_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "13")] + pub base_avatar_id: u32, +} +/// Obf: GPJMFBNMKMG +#[derive(proto_derive::CmdID)] +#[cmdid(312)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PromoteAvatarScRsp { + #[prost(uint32, tag = "4")] + pub retcode: u32, +} +/// Obf: LIGBBAFEIBO +#[derive(proto_derive::CmdID)] +#[cmdid(328)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DressAvatarCsReq { + #[prost(uint32, tag = "14")] + pub equipment_unique_id: u32, + #[prost(uint32, tag = "12")] + pub avatar_id: u32, +} +/// Obf: CINLLICGBLI +#[derive(proto_derive::CmdID)] +#[cmdid(338)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DressAvatarScRsp { + #[prost(uint32, tag = "15")] + pub retcode: u32, +} +/// Obf: FCENCEAAIBL +#[derive(proto_derive::CmdID)] +#[cmdid(378)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeOffEquipmentCsReq { + #[prost(uint32, tag = "4")] + pub avatar_id: u32, +} +/// Obf: CCDHNBMPIKF +#[derive(proto_derive::CmdID)] +#[cmdid(356)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeOffEquipmentScRsp { + #[prost(uint32, tag = "14")] + pub retcode: u32, +} +/// Obf: KMMKPBIHJMM +#[derive(proto_derive::CmdID)] +#[cmdid(389)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AddAvatarScNotify { + #[prost(enumeration = "Lplpelbhldn", tag = "3")] + pub cbnbnpmoknl: i32, + #[prost(uint32, tag = "7")] + pub base_avatar_id: u32, + #[prost(bool, tag = "1")] + pub is_new: bool, + #[prost(message, optional, tag = "9")] + pub reward: ::core::option::Option, +} +/// Obf: KHGNPIEHEMH +#[derive(proto_derive::CmdID)] +#[cmdid(322)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RankUpAvatarCsReq { + #[prost(uint32, tag = "11")] + pub rank: u32, + #[prost(message, optional, tag = "13")] + pub item_cost_list: ::core::option::Option, + #[prost(uint32, tag = "14")] + pub avatar_id: u32, +} +/// Obf: IBDHONEGAHD +#[derive(proto_derive::CmdID)] +#[cmdid(366)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RankUpAvatarScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RelicParam { + #[prost(uint32, tag = "11")] + pub relic_unique_id: u32, + #[prost(uint32, tag = "3")] + pub slot: u32, +} +/// Obf: IKJACIFBGHB +#[derive(proto_derive::CmdID)] +#[cmdid(305)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DressRelicAvatarCsReq { + #[prost(uint32, tag = "13")] + pub avatar_id: u32, + #[prost(message, repeated, tag = "2")] + pub param_list: ::prost::alloc::vec::Vec, +} +/// Obf: MJJGJDMIKEB +#[derive(proto_derive::CmdID)] +#[cmdid(345)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DressRelicAvatarScRsp { + #[prost(uint32, tag = "9")] + pub retcode: u32, +} +/// Obf: DENLBEKCGKG +#[derive(proto_derive::CmdID)] +#[cmdid(320)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeOffRelicCsReq { + #[prost(uint32, repeated, tag = "6")] + pub slot_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "1")] + pub avatar_id: u32, +} +/// Obf: NHCGLMDALDG +#[derive(proto_derive::CmdID)] +#[cmdid(350)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeOffRelicScRsp { + #[prost(uint32, tag = "3")] + pub retcode: u32, +} +/// Obf: PDMPJBEKCNH +#[derive(proto_derive::CmdID)] +#[cmdid(331)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakePromotionRewardCsReq { + #[prost(uint32, tag = "9")] + pub base_avatar_id: u32, + #[prost(uint32, tag = "13")] + pub promotion: u32, +} +/// Obf: FPIKODANPCM +#[derive(proto_derive::CmdID)] +#[cmdid(304)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakePromotionRewardScRsp { + #[prost(message, optional, tag = "1")] + pub reward_list: ::core::option::Option, + #[prost(uint32, tag = "12")] + pub retcode: u32, +} +/// Obf: EOIIJGKDOEH +#[derive(proto_derive::CmdID)] +#[cmdid(360)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DressAvatarSkinCsReq { + #[prost(uint32, tag = "3")] + pub avatar_id: u32, + #[prost(uint32, tag = "12")] + pub skin_id: u32, +} +/// Obf: KGECLOGLMIE +#[derive(proto_derive::CmdID)] +#[cmdid(352)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DressAvatarSkinScRsp { + #[prost(uint32, tag = "7")] + pub retcode: u32, +} +/// Obf: KEFPNMFIPIB +#[derive(proto_derive::CmdID)] +#[cmdid(311)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeOffAvatarSkinCsReq { + #[prost(uint32, tag = "9")] + pub avatar_id: u32, +} +/// Obf: OEJFOABGNOB +#[derive(proto_derive::CmdID)] +#[cmdid(310)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeOffAvatarSkinScRsp { + #[prost(uint32, tag = "14")] + pub retcode: u32, +} +/// Obf: POKCEGLEELP +#[derive(proto_derive::CmdID)] +#[cmdid(400)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UnlockAvatarSkinScNotify { + #[prost(uint32, tag = "12")] + pub skin_id: u32, +} +/// Obf: KOALKKNLBLG +#[derive(proto_derive::CmdID)] +#[cmdid(362)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MarkAvatarCsReq { + #[prost(bool, tag = "10")] + pub is_marked: bool, + #[prost(uint32, tag = "5")] + pub avatar_id: u32, +} +/// Obf: KEJMPJLPMLD +#[derive(proto_derive::CmdID)] +#[cmdid(306)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MarkAvatarScRsp { + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(bool, tag = "7")] + pub is_marked: bool, + #[prost(uint32, tag = "11")] + pub avatar_id: u32, +} +/// Obf: DKABHPGBIBJ +#[derive(proto_derive::CmdID)] +#[cmdid(198)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PveBattleResultCsReq { + #[prost(map = "string, uint32", tag = "4")] + pub laoigbicbao: ::std::collections::HashMap<::prost::alloc::string::String, u32>, + #[prost(uint32, tag = "2")] + pub dbbknblocah: u32, + #[prost(enumeration = "BattleEndStatus", tag = "9")] + pub end_status: i32, + #[prost(bool, tag = "15")] + pub knfeggdgfgc: bool, + #[prost(uint32, tag = "13")] + pub client_res_version: u32, + #[prost(uint32, tag = "7")] + pub stage_id: u32, + #[prost(bool, tag = "11")] + pub bnpjhjnlfdh: bool, + #[prost(uint32, tag = "1")] + pub battle_id: u32, + #[prost(message, optional, tag = "14")] + pub stt: ::core::option::Option, + #[prost(string, tag = "5")] + pub lfddagomegb: ::prost::alloc::string::String, + #[prost(uint32, tag = "10")] + pub cost_time: u32, + #[prost(message, repeated, tag = "3")] + pub op_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "6")] + pub ejelpbgninf: u32, + #[prost(bytes = "vec", tag = "12")] + pub turn_snapshot_hash: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "8")] + pub nkfmmkobdbc: bool, +} +/// Obf: MMEIOOFMBIF +#[derive(proto_derive::CmdID)] +#[cmdid(171)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PveBattleResultScRsp { + #[prost(uint32, tag = "2")] + pub stage_id: u32, + #[prost(message, repeated, tag = "7")] + pub battle_avatar_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "11")] + pub obgbhpklpjh: u32, + #[prost(uint32, tag = "13")] + pub kjdehplabci: u32, + /// TODO + #[prost(string, tag = "10")] + pub res_version: ::prost::alloc::string::String, + #[prost(bool, tag = "4")] + pub check_identical: bool, + /// TODO + #[prost(message, optional, tag = "12")] + pub drop_data: ::core::option::Option, + /// TODO + #[prost(string, tag = "6")] + pub bin_version: ::prost::alloc::string::String, + #[prost(uint32, tag = "5")] + pub plbcddfmfio: u32, + #[prost(message, optional, tag = "1")] + pub idngmochboo: ::core::option::Option, + #[prost(message, optional, tag = "1145")] + pub pbfciefmdkp: ::core::option::Option, + #[prost(uint32, tag = "3")] + pub battle_id: u32, + #[prost(uint32, tag = "8")] + pub event_id: u32, + #[prost(message, optional, tag = "9")] + pub ikpjkdljcea: ::core::option::Option, + #[prost(enumeration = "BattleEndStatus", tag = "15")] + pub end_status: i32, + #[prost(uint32, tag = "14")] + pub retcode: u32, +} +/// Obf: CMEKADBALID +#[derive(proto_derive::CmdID)] +#[cmdid(183)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct QuitBattleCsReq { + #[prost(message, optional, tag = "5")] + pub ddflfffipic: ::core::option::Option, + #[prost(enumeration = "Legppepeacf", tag = "4")] + pub cfdonpmljdp: i32, +} +/// Obf: MJIBDDLHGGB +#[derive(proto_derive::CmdID)] +#[cmdid(142)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct QuitBattleScRsp { + #[prost(uint32, tag = "6")] + pub retcode: u32, +} +/// Obf: NCCKPMFJIHP +#[derive(proto_derive::CmdID)] +#[cmdid(179)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetCurBattleInfoCsReq {} +/// Obf: BHEKBHKBPJN +#[derive(proto_derive::CmdID)] +#[cmdid(177)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetCurBattleInfoScRsp { + #[prost(message, optional, tag = "10")] + pub fmlmgomeikm: ::core::option::Option, + #[prost(enumeration = "BattleEndStatus", tag = "3")] + pub dklnkjigkeo: i32, + #[prost(uint32, tag = "4")] + pub retcode: u32, + #[prost(uint32, tag = "11")] + pub nbhcnlgpido: u32, + #[prost(message, optional, tag = "14")] + pub battle_info: ::core::option::Option, +} +/// Obf: LOCOBHAFOFB +#[derive(proto_derive::CmdID)] +#[cmdid(133)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncClientResVersionCsReq { + #[prost(uint32, tag = "1")] + pub client_res_version: u32, +} +/// Obf: POLBBPHIMME +#[derive(proto_derive::CmdID)] +#[cmdid(112)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncClientResVersionScRsp { + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(uint32, tag = "15")] + pub client_res_version: u32, +} +/// Obf: BNLFDBGIOLE +#[derive(proto_derive::CmdID)] +#[cmdid(128)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct QuitBattleScNotify {} +/// Obf: PBGFGMFCCFG +#[derive(proto_derive::CmdID)] +#[cmdid(138)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BattleLogReportCsReq {} +/// Obf: ABFGHGEJLAD +#[derive(proto_derive::CmdID)] +#[cmdid(178)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BattleLogReportScRsp { + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(bool, tag = "6")] + pub gpcmknjkgbl: bool, +} +/// Obf: PDOFOBEBOKN +#[derive(proto_derive::CmdID)] +#[cmdid(156)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ServerSimulateBattleFinishScNotify {} +/// Obf: NIOKGOGCDKK +#[derive(proto_derive::CmdID)] +#[cmdid(189)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ReBattleAfterBattleLoseCsNotify { + #[prost(bool, tag = "10")] + pub gjboofhbeop: bool, +} +/// Obf: EOJDGNEFEAC +#[derive(proto_derive::CmdID)] +#[cmdid(122)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RebattleByClientCsNotify { + #[prost(enumeration = "Legppepeacf", tag = "5")] + pub cfdonpmljdp: i32, + #[prost(message, optional, tag = "7")] + pub ddflfffipic: ::core::option::Option, +} +/// Obf: OJDGMHCFMNI +#[derive(proto_derive::CmdID)] +#[cmdid(5798)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetBattleCollegeDataCsReq {} +/// Obf: PIGDNFLDKBE +#[derive(proto_derive::CmdID)] +#[cmdid(5771)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetBattleCollegeDataScRsp { + #[prost(uint32, tag = "15")] + pub hddgpmmnicd: u32, + #[prost(uint32, tag = "7")] + pub retcode: u32, + #[prost(uint32, repeated, tag = "10")] + pub dalbpmpkmnj: ::prost::alloc::vec::Vec, +} +/// Obf: KGJIFCGANLA +#[derive(proto_derive::CmdID)] +#[cmdid(5783)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BattleCollegeDataChangeScNotify { + #[prost(uint32, tag = "7")] + pub hddgpmmnicd: u32, + #[prost(message, optional, tag = "13")] + pub reward: ::core::option::Option, + #[prost(uint32, repeated, tag = "3")] + pub dalbpmpkmnj: ::prost::alloc::vec::Vec, +} +/// Obf: ABDPMCOKBNB +#[derive(proto_derive::CmdID)] +#[cmdid(5742)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartBattleCollegeCsReq { + #[prost(uint32, tag = "4")] + pub id: u32, +} +/// Obf: CNCDPKLFGOD +#[derive(proto_derive::CmdID)] +#[cmdid(5779)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartBattleCollegeScRsp { + #[prost(uint32, tag = "9")] + pub id: u32, + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(message, optional, tag = "5")] + pub battle_info: ::core::option::Option, +} +/// Obf: AHFGMCPOIEL +#[derive(proto_derive::CmdID)] +#[cmdid(3098)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BattlePassInfoNotify { + #[prost(uint32, tag = "6")] + pub level: u32, + #[prost(uint64, tag = "12")] + pub cknfmiffahi: u64, + #[prost(uint64, tag = "10")] + pub elpgedmbcnb: u64, + #[prost(uint64, tag = "14")] + pub baaiafijfaf: u64, + #[prost(uint32, tag = "11")] + pub exp: u32, + #[prost(uint32, tag = "9")] + pub npmcplgfohl: u32, + #[prost(uint64, tag = "13")] + pub fjidikajmji: u64, + #[prost(uint64, tag = "1")] + pub pffmenbdhjc: u64, + #[prost(uint64, tag = "8")] + pub olobaglbghg: u64, + #[prost(enumeration = "Dnnieoejcan", tag = "15")] + pub ikoboekhook: i32, + #[prost(uint64, tag = "5")] + pub gmbnojbohkk: u64, + #[prost(uint32, tag = "3")] + pub ofggamhlpmp: u32, + #[prost(uint64, tag = "7")] + pub hmbafeeknaj: u64, +} +/// Obf: LAOBCFFIFOL +#[derive(proto_derive::CmdID)] +#[cmdid(3042)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeBpRewardCsReq { + #[prost(enumeration = "Nimckhobklf", tag = "10")] + pub slot: i32, + #[prost(uint32, tag = "12")] + pub optional_reward_id: u32, + #[prost(uint32, tag = "6")] + pub level: u32, +} +/// Obf: LLHABIOCIJP +#[derive(proto_derive::CmdID)] +#[cmdid(3079)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeBpRewardScRsp { + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(message, optional, tag = "14")] + pub reward: ::core::option::Option, +} +/// Obf: LGBKCAHCLCD +#[derive(proto_derive::CmdID)] +#[cmdid(3077)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BuyBpLevelCsReq { + #[prost(uint32, tag = "14")] + pub bobfikdhbag: u32, +} +/// Obf: LEOMPDBGBJM +#[derive(proto_derive::CmdID)] +#[cmdid(3033)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BuyBpLevelScRsp { + #[prost(uint32, tag = "2")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct OptionalReward { + #[prost(uint32, tag = "8")] + pub optional_reward_id: u32, + #[prost(uint32, tag = "9")] + pub level: u32, +} +/// Obf: FCIAGGOJLCB +#[derive(proto_derive::CmdID)] +#[cmdid(3012)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeAllRewardCsReq { + #[prost(message, repeated, tag = "9")] + pub cnfkicikgjm: ::prost::alloc::vec::Vec, +} +/// Obf: OLPBBJJIHCL +#[derive(proto_derive::CmdID)] +#[cmdid(3028)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeAllRewardScRsp { + #[prost(message, optional, tag = "11")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "13")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Klikdpdijmi { + #[prost(enumeration = "AvatarType", tag = "3")] + pub avatar_type: i32, + #[prost(uint32, tag = "11")] + pub avatar_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ljllhijkkoh { + #[prost(uint32, tag = "10")] + pub challenge_id: u32, + #[prost(uint32, repeated, tag = "3")] + pub cbahjjcoglm: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "11")] + pub hhmfmfhcmok: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "1")] + pub gngfbjnjmia: bool, + #[prost(uint32, tag = "4")] + pub djmkfkncpjp: u32, + #[prost(uint32, tag = "7")] + pub jibaejkhdja: u32, + #[prost(uint32, tag = "12")] + pub adbhbeehcmj: u32, + #[prost(uint32, tag = "6")] + pub gnndaonolia: u32, + #[prost(uint32, repeated, tag = "13")] + pub avatar_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "14")] + pub fahcbpnfkfo: u32, +} +/// Obf: JBHODLNDICL +#[derive(proto_derive::CmdID)] +#[cmdid(4298)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetBoxingClubInfoCsReq {} +/// Obf: FBPFDCKNBGI +#[derive(proto_derive::CmdID)] +#[cmdid(4271)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetBoxingClubInfoScRsp { + #[prost(message, repeated, tag = "14")] + pub challenge_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "9")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bfjblocehjg { + #[prost(uint32, tag = "9")] + pub avatar_id: u32, + #[prost(enumeration = "AvatarType", tag = "6")] + pub avatar_type: i32, +} +/// Obf: GEOEKNMMLGM +#[derive(proto_derive::CmdID)] +#[cmdid(4283)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MatchBoxingClubOpponentCsReq { + #[prost(uint32, tag = "3")] + pub challenge_id: u32, + #[prost(uint32, repeated, tag = "1")] + pub avatar_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "4")] + pub hhmfmfhcmok: ::prost::alloc::vec::Vec, +} +/// Obf: FGBGKHBPKMF +#[derive(proto_derive::CmdID)] +#[cmdid(4242)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MatchBoxingClubOpponentScRsp { + #[prost(message, optional, tag = "14")] + pub obgejfjdkkf: ::core::option::Option, + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +/// Obf: OEMLOEOKDBK +#[derive(proto_derive::CmdID)] +#[cmdid(4278)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChooseBoxingClubResonanceCsReq { + #[prost(uint32, tag = "9")] + pub jibaejkhdja: u32, + #[prost(uint32, tag = "15")] + pub challenge_id: u32, +} +/// Obf: EFEGFAPHNBA +#[derive(proto_derive::CmdID)] +#[cmdid(4256)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChooseBoxingClubResonanceScRsp { + #[prost(message, optional, tag = "8")] + pub obgejfjdkkf: ::core::option::Option, + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +/// Obf: MKBMHCIHGFP +#[derive(proto_derive::CmdID)] +#[cmdid(4289)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetBoxingClubResonanceLineupCsReq { + #[prost(message, repeated, tag = "12")] + pub hhmfmfhcmok: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "4")] + pub challenge_id: u32, +} +/// Obf: CPGKEIAAAON +#[derive(proto_derive::CmdID)] +#[cmdid(4222)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetBoxingClubResonanceLineupScRsp { + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(message, optional, tag = "3")] + pub obgejfjdkkf: ::core::option::Option, +} +/// Obf: NHOCKLFIFLP +#[derive(proto_derive::CmdID)] +#[cmdid(4266)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChooseBoxingClubStageOptionalBuffCsReq { + #[prost(uint32, tag = "2")] + pub nebeokghnag: u32, + #[prost(uint32, tag = "3")] + pub challenge_id: u32, +} +/// Obf: EGJIMEKFMFM +#[derive(proto_derive::CmdID)] +#[cmdid(4205)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChooseBoxingClubStageOptionalBuffScRsp { + #[prost(message, optional, tag = "5")] + pub obgejfjdkkf: ::core::option::Option, + #[prost(uint32, tag = "12")] + pub retcode: u32, +} +/// Obf: HPKCJCBJOLB +#[derive(proto_derive::CmdID)] +#[cmdid(4279)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartBoxingClubBattleCsReq { + #[prost(uint32, tag = "5")] + pub challenge_id: u32, +} +/// Obf: KINOEDGEODM +#[derive(proto_derive::CmdID)] +#[cmdid(4277)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartBoxingClubBattleScRsp { + #[prost(message, optional, tag = "7")] + pub battle_info: ::core::option::Option, + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(uint32, tag = "10")] + pub challenge_id: u32, +} +/// Obf: EDOMBJLIJJO +#[derive(proto_derive::CmdID)] +#[cmdid(4233)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GiveUpBoxingClubChallengeCsReq { + #[prost(uint32, tag = "11")] + pub challenge_id: u32, + #[prost(bool, tag = "15")] + pub lcdlbenjgio: bool, +} +/// Obf: FFCJOPBKCFD +#[derive(proto_derive::CmdID)] +#[cmdid(4212)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GiveUpBoxingClubChallengeScRsp { + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(message, optional, tag = "12")] + pub obgejfjdkkf: ::core::option::Option, +} +/// Obf: MODMNDOOAGN +#[derive(proto_derive::CmdID)] +#[cmdid(4228)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BoxingClubRewardScNotify { + #[prost(message, optional, tag = "13")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "1")] + pub djmkfkncpjp: u32, + #[prost(uint32, tag = "3")] + pub challenge_id: u32, + #[prost(bool, tag = "2")] + pub is_win: bool, +} +/// Obf: HFKBGMCIMAL +#[derive(proto_derive::CmdID)] +#[cmdid(4238)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BoxingClubChallengeUpdateScNotify { + #[prost(message, optional, tag = "6")] + pub obgejfjdkkf: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Challenge { + #[prost(bool, tag = "9")] + pub dffmiacmhld: bool, + #[prost(uint32, tag = "8")] + pub score_two: u32, + #[prost(uint32, tag = "10")] + pub attempts: u32, + /// 6 + #[prost(uint32, tag = "13")] + pub stars: u32, + #[prost(message, optional, tag = "5")] + pub story_info: ::core::option::Option, + /// 2 + #[prost(uint32, tag = "7")] + pub taken_reward: u32, + #[prost(uint32, tag = "12")] + pub score: u32, + #[prost(uint32, tag = "3")] + pub challenge_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChallengeReward { + #[prost(uint32, tag = "1")] + pub group_id: u32, + #[prost(uint64, tag = "5")] + pub taken_challenge_reward: u64, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChallengeHistoryMaxLevel { + #[prost(uint32, tag = "9")] + pub level: u32, + #[prost(uint32, tag = "1")] + pub ordering_index: u32, +} +/// Obf: CHLPMPJBHLP +#[derive(proto_derive::CmdID)] +#[cmdid(1798)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetChallengeCsReq {} +/// Obf: DGAJHJDBONB +#[derive(proto_derive::CmdID)] +#[cmdid(1771)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetChallengeScRsp { + #[prost(uint32, tag = "12")] + pub ggbcpncdmfa: u32, + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(message, repeated, tag = "13")] + pub max_level_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "9")] + pub challenge_reward_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "15")] + pub challenge_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartChallengeStoryBuffInfo { + #[prost(uint32, tag = "4")] + pub buff_two: u32, + #[prost(uint32, tag = "8")] + pub buff_one: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartChallengeBossBuffInfo { + #[prost(uint32, tag = "7")] + pub buff_one: u32, + #[prost(uint32, tag = "1")] + pub buff_two: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartChallengeStoryInfo { + #[prost(oneof = "start_challenge_story_info::Buff", tags = "4, 3")] + pub buff: ::core::option::Option, +} +/// Nested message and enum types in `StartChallengeStoryInfo`. +pub mod start_challenge_story_info { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Buff { + #[prost(message, tag = "4")] + StoryBuffInfo(super::StartChallengeStoryBuffInfo), + #[prost(message, tag = "3")] + BossBuffInfo(super::StartChallengeBossBuffInfo), + } +} +/// Obf: LONCJOJELPO +#[derive(proto_derive::CmdID)] +#[cmdid(1783)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartChallengeCsReq { + /// TODO + #[prost(uint32, repeated, tag = "12")] + pub second_lineup_ids: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "4")] + pub challenge_id: u32, + #[prost(message, optional, tag = "5")] + pub story_info: ::core::option::Option, + #[prost(uint32, repeated, tag = "9")] + pub first_lineup_ids: ::prost::alloc::vec::Vec, +} +/// Obf: DMCNLIOAPFN +#[derive(proto_derive::CmdID)] +#[cmdid(1742)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartChallengeScRsp { + #[prost(message, optional, tag = "8")] + pub story_info: ::core::option::Option, + #[prost(message, optional, tag = "2")] + pub scene: ::core::option::Option, + #[prost(message, repeated, tag = "12")] + pub lineup_list: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "6")] + pub challenge_info: ::core::option::Option, + #[prost(uint32, tag = "3")] + pub retcode: u32, +} +/// Obf: CPFMMKPIBKM +#[derive(proto_derive::CmdID)] +#[cmdid(1750)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartPartialChallengeCsReq { + #[prost(uint32, tag = "9")] + pub challenge_id: u32, + #[prost(bool, tag = "7")] + pub is_first_half: bool, + #[prost(uint32, tag = "11")] + pub buff_id: u32, +} +/// Obf: ILKPBJOFBAB +#[derive(proto_derive::CmdID)] +#[cmdid(1731)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartPartialChallengeScRsp { + #[prost(message, optional, tag = "10")] + pub lineup: ::core::option::Option, + #[prost(message, optional, tag = "9")] + pub scene: ::core::option::Option, + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(message, optional, tag = "11")] + pub challenge_info: ::core::option::Option, +} +/// Obf: ABLJFPDONKO +#[derive(proto_derive::CmdID)] +#[cmdid(1779)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LeaveChallengeCsReq {} +/// Obf: HIHELIKPEFB +#[derive(proto_derive::CmdID)] +#[cmdid(1777)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LeaveChallengeScRsp { + #[prost(uint32, tag = "14")] + pub retcode: u32, +} +/// Obf: BIMOJOOLFMM +#[derive(proto_derive::CmdID)] +#[cmdid(1733)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChallengeSettleNotify { + #[prost(message, optional, tag = "4")] + pub challenge_info: ::core::option::Option, + #[prost(uint32, tag = "1")] + pub ggbcpncdmfa: u32, + #[prost(message, optional, tag = "11")] + pub max_level: ::core::option::Option, + #[prost(uint32, tag = "9")] + pub score_two: u32, + #[prost(uint32, tag = "10")] + pub challenge_score: u32, + #[prost(message, optional, tag = "3")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "7")] + pub challenge_id: u32, + /// this is "stars" + #[prost(uint32, tag = "13")] + pub phase: u32, + #[prost(bool, tag = "2")] + pub is_win: bool, + #[prost(uint32, repeated, tag = "15")] + pub glbjgildbak: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct KillMonsterInfo { + #[prost(uint32, tag = "8")] + pub monster_id: u32, + #[prost(uint32, tag = "13")] + pub kill_num: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChallengeStoryBuffInfo { + #[prost(uint32, repeated, tag = "9")] + pub buff_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChallengeBossBuffInfo { + #[prost(uint32, repeated, tag = "6")] + pub buff_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "9")] + pub fhdklphjmel: u32, +} +/// remindme: ChallengeExtraInfo +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChallengeStoryInfo { + #[prost(oneof = "challenge_story_info::Buff", tags = "14, 11")] + pub buff: ::core::option::Option, +} +/// Nested message and enum types in `ChallengeStoryInfo`. +pub mod challenge_story_info { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Buff { + #[prost(message, tag = "14")] + StoryBuffs(super::ChallengeStoryBuffInfo), + #[prost(message, tag = "11")] + BossBuffs(super::ChallengeBossBuffInfo), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChallengeInfo { + #[prost(enumeration = "ExtraLineupType", tag = "9")] + pub extra_lineup_type: i32, + #[prost(uint32, tag = "6")] + pub challenge_id: u32, + /// 2 + #[prost(uint32, tag = "1")] + pub round_count: u32, + /// 4 + #[prost(uint32, tag = "13")] + pub score_two: u32, + #[prost(message, repeated, tag = "5")] + pub archive_monster_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "12")] + pub score: u32, + /// 1 + #[prost(uint32, tag = "14")] + pub fhgihlgilmg: u32, + #[prost(enumeration = "ChallengeStatus", tag = "8")] + pub status: i32, + #[prost(message, optional, tag = "2")] + pub story_info: ::core::option::Option, +} +/// Obf: EBPFOPGFJEN +#[derive(proto_derive::CmdID)] +#[cmdid(1738)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetCurChallengeCsReq {} +/// Obf: FAIBMJFGDAM +#[derive(proto_derive::CmdID)] +#[cmdid(1778)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetCurChallengeScRsp { + #[prost(message, repeated, tag = "1")] + pub lineup_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(message, optional, tag = "11")] + pub challenge_info: ::core::option::Option, +} +/// Obf: JCJKGKEIILA +#[derive(proto_derive::CmdID)] +#[cmdid(1756)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChallengeLineupNotify { + #[prost(enumeration = "ExtraLineupType", tag = "9")] + pub extra_lineup_type: i32, +} +/// Obf: PKEAPONAJDN +#[derive(proto_derive::CmdID)] +#[cmdid(1766)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeChallengeRewardCsReq { + #[prost(uint32, tag = "2")] pub group_id: u32, } +/// Obf: LAFBFLEEMHK +#[derive(proto_derive::CmdID)] +#[cmdid(1705)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] -pub struct SceneGroupRefreshScNotify { - #[prost(message, repeated, tag = "12")] - pub group_refresh_info: ::prost::alloc::vec::Vec, +pub struct TakeChallengeRewardScRsp { + #[prost(uint32, tag = "4")] + pub retcode: u32, + #[prost(uint32, tag = "14")] + pub group_id: u32, + #[prost(message, repeated, tag = "13")] + pub taken_reward_list: ::prost::alloc::vec::Vec, } +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakenChallengeRewardInfo { + #[prost(uint32, tag = "5")] + pub star_count: u32, + #[prost(message, optional, tag = "11")] + pub reward: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChallengeMemoryStats { + #[prost(message, optional, tag = "5")] + pub clear_info: ::core::option::Option, + #[prost(uint32, tag = "13")] + pub attempts: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChallengeStoryStats { + #[prost(message, optional, tag = "3")] + pub clear_info: ::core::option::Option, + #[prost(uint32, tag = "4")] + pub attempts: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChallengeBossStats { + #[prost(message, optional, tag = "7")] + pub clear_info: ::core::option::Option, + #[prost(uint32, tag = "2")] + pub attempts: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChallengeMemoryClearInfo { + #[prost(uint32, tag = "14")] + pub highest_difficulty: u32, + #[prost(message, repeated, tag = "11")] + pub lineup_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "7")] + pub level: u32, + #[prost(uint32, tag = "12")] + pub round_count: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChallengeStoryClearInfo { + #[prost(message, repeated, tag = "4")] + pub lineup_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "7")] + pub highest_difficulty: u32, + #[prost(uint32, tag = "9")] + pub score: u32, + #[prost(uint32, tag = "13")] + pub buff_one: u32, + #[prost(uint32, tag = "1")] + pub buff_two: u32, + #[prost(uint32, tag = "15")] + pub level: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChallengeBossClearInfo { + #[prost(uint32, tag = "3")] + pub buff_one: u32, + #[prost(uint32, tag = "12")] + pub score: u32, + #[prost(message, repeated, tag = "4")] + pub lineup_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "11")] + pub buff_two: u32, + #[prost(uint32, tag = "10")] + pub level: u32, + #[prost(uint32, tag = "15")] + pub highest_difficulty: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChallengeLineup { + #[prost(message, repeated, tag = "9")] + pub avatar_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChallengeLineupMember { + #[prost(enumeration = "AvatarType", tag = "15")] + pub avatar_type: i32, + #[prost(uint32, tag = "4")] + pub id: u32, + #[prost(uint32, tag = "10")] + pub level: u32, + #[prost(uint32, tag = "12")] + pub index: u32, +} +/// Obf: LOIOADPFFLP +#[derive(proto_derive::CmdID)] +#[cmdid(1745)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetChallengeGroupStatisticsCsReq { + #[prost(uint32, tag = "8")] + pub group_id: u32, +} +/// Obf: EODFPCMEBOK +#[derive(proto_derive::CmdID)] +#[cmdid(1720)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetChallengeGroupStatisticsScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(uint32, tag = "14")] + pub group_id: u32, + #[prost( + oneof = "get_challenge_group_statistics_sc_rsp::ChallengeType", + tags = "12, 4, 15" + )] + pub challenge_type: ::core::option::Option< + get_challenge_group_statistics_sc_rsp::ChallengeType, + >, +} +/// Nested message and enum types in `GetChallengeGroupStatisticsScRsp`. +pub mod get_challenge_group_statistics_sc_rsp { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum ChallengeType { + #[prost(message, tag = "12")] + MemoryStats(super::ChallengeMemoryStats), + #[prost(message, tag = "4")] + StoryStats(super::ChallengeStoryStats), + #[prost(message, tag = "15")] + BossStats(super::ChallengeBossStats), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChallengeBossStageInfo { + #[prost(bool, tag = "5")] + pub hgidjhfncma: bool, + #[prost(bool, tag = "4")] + pub is_win: bool, + #[prost(uint32, tag = "12")] + pub stage_score: u32, + #[prost(uint32, tag = "9")] + pub buff_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChallengeBossEquipment { + #[prost(uint32, tag = "2")] + pub unique_id: u32, + #[prost(uint32, tag = "4")] + pub level: u32, + #[prost(uint32, tag = "10")] + pub promotion: u32, + #[prost(uint32, tag = "14")] + pub rank: u32, + #[prost(uint32, tag = "1")] + pub tid: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChallengeBossRelic { + #[prost(uint32, tag = "2")] + pub main_affix_id: u32, + #[prost(uint32, tag = "10")] + pub tid: u32, + #[prost(message, repeated, tag = "1")] + pub sub_affix_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "5")] + pub level: u32, + #[prost(uint32, tag = "4")] + pub unique_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChallengeBossRelicList { + #[prost(map = "uint32, message", tag = "4")] + pub equipped_relic_map: ::std::collections::HashMap, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChallengeBossInfo { + /// TODO + #[prost(message, optional, tag = "14")] + pub second_node: ::core::option::Option, + #[prost(map = "uint32, message", tag = "6")] + pub used_equipment_map: ::std::collections::HashMap, + #[prost(uint32, repeated, tag = "5")] + pub first_lineup_ids: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "13")] + pub second_lineup_ids: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "7")] + pub cpnmhnafdjm: bool, + #[prost(map = "uint32, message", tag = "1")] + pub used_relic_map: ::std::collections::HashMap, + /// TODO + #[prost(message, optional, tag = "8")] + pub first_node: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChallengeBossExtraInfo { + #[prost(oneof = "challenge_boss_extra_info::Info", tags = "7")] + pub info: ::core::option::Option, +} +/// Nested message and enum types in `ChallengeBossExtraInfo`. +pub mod challenge_boss_extra_info { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Info { + #[prost(message, tag = "7")] + BossBuffInfo(super::ChallengeBossInfo), + } +} +/// Obf: BPMNJOJLLGA +#[derive(proto_derive::CmdID)] +#[cmdid(1760)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RestartChallengePhaseCsReq {} +/// Obf: FKCHBBNOPDJ +#[derive(proto_derive::CmdID)] +#[cmdid(1752)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RestartChallengePhaseScRsp { + #[prost(message, optional, tag = "6")] + pub scene: ::core::option::Option, + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +/// Obf: NKMEENNJJEO +#[derive(proto_derive::CmdID)] +#[cmdid(1711)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterChallengeNextPhaseCsReq {} +/// Obf: IOIHOEHKJEF +#[derive(proto_derive::CmdID)] +#[cmdid(1710)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterChallengeNextPhaseScRsp { + #[prost(message, optional, tag = "15")] + pub scene: ::core::option::Option, + #[prost(uint32, tag = "8")] + pub retcode: u32, +} +/// Obf: BJHBHMHNOLL +#[derive(proto_derive::CmdID)] +#[cmdid(1800)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChallengeBossPhaseSettleNotify { + #[prost(bool, tag = "14")] + pub is_win: bool, + #[prost(bool, tag = "7")] + pub eepigckdpdk: bool, + /// this is actially stars + #[prost(uint32, tag = "5")] + pub phase: u32, + #[prost(message, repeated, tag = "4")] + pub challenge_battle_target_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "12")] + pub score_two: u32, + #[prost(uint32, tag = "9")] + pub challenge_score: u32, + #[prost(bool, tag = "6")] + pub ofecnecfjji: bool, + #[prost(uint32, tag = "3")] + pub challenge_id: u32, + /// 1 + #[prost(uint32, tag = "8")] + pub ogmpdlcdjdl: u32, + /// TODO: this is actually phase + #[prost(uint32, tag = "1")] + pub stars: u32, +} +/// Obf: NMFOODBJCFN +#[derive(proto_derive::CmdID)] +#[cmdid(3998)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct SendMsgCsReq { - #[prost(enumeration = "ChatType", tag = "1")] - pub chat_type: i32, - #[prost(enumeration = "MsgType", tag = "3")] + #[prost(enumeration = "MsgType", tag = "4")] pub msg_type: i32, - #[prost(uint32, repeated, tag = "15")] - pub to_uid_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "7")] + pub emote: u32, + #[prost(message, optional, tag = "8")] + pub bnabnccmilm: ::core::option::Option, #[prost(string, tag = "6")] pub text: ::prost::alloc::string::String, - #[prost(uint32, tag = "9")] - pub emote: u32, + #[prost(uint32, repeated, tag = "1")] + pub to_uid_list: ::prost::alloc::vec::Vec, + #[prost(enumeration = "ChatType", tag = "2")] + pub chat_type: i32, } +/// Obf: GFLBLBEJGHG +#[derive(proto_derive::CmdID)] +#[cmdid(3971)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SendMsgScRsp { + #[prost(uint64, tag = "11")] + pub end_time: u64, + #[prost(uint32, tag = "3")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Chat { + #[prost(message, optional, tag = "3")] + pub bnabnccmilm: ::core::option::Option, + #[prost(uint32, tag = "13")] + pub emote: u32, + #[prost(uint32, tag = "7")] + pub sender_uid: u32, + #[prost(string, tag = "4")] + pub text: ::prost::alloc::string::String, + #[prost(uint64, tag = "14")] + pub sent_time: u64, + #[prost(enumeration = "MsgType", tag = "11")] + pub msg_type: i32, +} +/// Obf: AJIMEIJFBHB +#[derive(proto_derive::CmdID)] +#[cmdid(3983)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RevcMsgScNotify { + #[prost(string, tag = "2")] + pub text: ::prost::alloc::string::String, + #[prost(enumeration = "ChatType", tag = "11")] + pub chat_type: i32, + /// TODO + #[prost(uint32, tag = "10")] + pub from_uid: u32, + /// TODO + #[prost(uint32, tag = "5")] + pub to_uid: u32, + #[prost(enumeration = "MsgType", tag = "3")] + pub msg_type: i32, + #[prost(uint32, tag = "4")] + pub emote: u32, + #[prost(message, optional, tag = "1")] + pub bnabnccmilm: ::core::option::Option, +} +/// Obf: DJGKLCOABCB +#[derive(proto_derive::CmdID)] +#[cmdid(3942)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PrivateMsgOfflineUsersScNotify { + #[prost(uint32, repeated, tag = "7")] + pub cbgffhlegcl: ::prost::alloc::vec::Vec, +} +/// Obf: JPJCGFLMJIB +#[derive(proto_derive::CmdID)] +#[cmdid(3979)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetPrivateChatHistoryCsReq { + #[prost(uint32, tag = "11")] + pub to_uid: u32, + #[prost(uint32, tag = "3")] + pub from_uid: u32, +} +/// Obf: GHEIEMELKKO +#[derive(proto_derive::CmdID)] +#[cmdid(3977)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetPrivateChatHistoryScRsp { + #[prost(uint32, tag = "8")] + pub from_uid: u32, + #[prost(message, repeated, tag = "5")] + pub chat_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "14")] + pub retcode: u32, + #[prost(uint32, tag = "4")] + pub to_uid: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lfkjknmcehg { + #[prost(int64, tag = "3")] + pub chfffnpnipj: i64, + #[prost(uint32, tag = "13")] + pub to_uid: u32, +} +/// Obf: BLEDKGJOLOD +#[derive(proto_derive::CmdID)] +#[cmdid(3933)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetChatFriendHistoryCsReq {} +/// Obf: JOELHLFDEOG +#[derive(proto_derive::CmdID)] +#[cmdid(3912)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetChatFriendHistoryScRsp { + #[prost(message, repeated, tag = "10")] + pub onpgklhpkao: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "3")] + pub retcode: u32, +} +/// Obf: NILMNCKLKMC +#[derive(proto_derive::CmdID)] +#[cmdid(3928)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetChatEmojiListCsReq {} +/// Obf: APFMLOCOKOB +#[derive(proto_derive::CmdID)] +#[cmdid(3938)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetChatEmojiListScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(uint32, repeated, tag = "3")] + pub haloefgpahd: ::prost::alloc::vec::Vec, +} +/// Obf: JJGJODJBNHA +#[derive(proto_derive::CmdID)] +#[cmdid(3978)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MarkChatEmojiCsReq { + #[prost(uint32, tag = "15")] + pub emote: u32, + #[prost(bool, tag = "4")] + pub njdhcmomnhb: bool, +} +/// Obf: MPAINNHKLDI +#[derive(proto_derive::CmdID)] +#[cmdid(3956)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MarkChatEmojiScRsp { + #[prost(uint32, tag = "6")] + pub emote: u32, + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(bool, tag = "15")] + pub njdhcmomnhb: bool, +} +/// Obf: HFBLOGMLIAN +#[derive(proto_derive::CmdID)] +#[cmdid(3989)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BatchMarkChatEmojiCsReq { + #[prost(uint32, repeated, tag = "1")] + pub enpkbabplla: ::prost::alloc::vec::Vec, +} +/// Obf: EMCMPKJCFLC +#[derive(proto_derive::CmdID)] +#[cmdid(3922)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BatchMarkChatEmojiScRsp { + #[prost(uint32, tag = "1")] + pub retcode: u32, + #[prost(uint32, repeated, tag = "10")] + pub enpkbabplla: ::prost::alloc::vec::Vec, +} +/// Obf: PANOJFOIFBL +#[derive(proto_derive::CmdID)] +#[cmdid(3966)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetLoginChatInfoCsReq {} +/// Obf: FEBCBMIAEMO +#[derive(proto_derive::CmdID)] +#[cmdid(3905)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetLoginChatInfoScRsp { + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(uint32, repeated, tag = "6")] + pub cbgffhlegcl: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lehoaieoonl { + #[prost(message, optional, tag = "5")] + pub rogue_revive_cost: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mohdeofnbnk { + #[prost(message, optional, tag = "1")] + pub lineup: ::core::option::Option, + #[prost(message, optional, tag = "15")] + pub scene: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Daglhmklogo { + #[prost(uint32, repeated, tag = "12")] + pub kopchacogfn: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "13")] + pub id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fpehfcfnnme { + #[prost(message, repeated, tag = "13")] + pub fdjfkkjancn: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lnfjdocnpom { + #[prost(uint32, tag = "11")] + pub mfkkhjjaopm: u32, + #[prost(uint32, tag = "13")] + pub ijljokpejcp: u32, + #[prost(int32, tag = "366")] + pub hhcjnjkjikf: i32, + #[prost(uint32, tag = "6")] + pub helcmbdcech: u32, + #[prost(bool, tag = "9")] + pub amfbddachkb: bool, + #[prost(message, optional, tag = "1388")] + pub ipnfhjefgam: ::core::option::Option, + #[prost(message, optional, tag = "524")] + pub jdgbodppama: ::core::option::Option, + #[prost(uint32, tag = "14")] + pub ljddcbnkebn: u32, + #[prost(uint32, tag = "5")] + pub cfojcceffpj: u32, + #[prost(bool, tag = "1298")] + pub bfpkllpafma: bool, + #[prost(enumeration = "Geibccnkbad", tag = "7")] + pub oifjdegidnb: i32, + #[prost(enumeration = "Nmlmgeamgpo", tag = "4")] + pub elghplpjjde: i32, + #[prost(uint32, tag = "3")] + pub fgeilpdbbgc: u32, + #[prost(uint32, tag = "2")] + pub fmfpkegjdgm: u32, + #[prost(message, optional, tag = "1003")] + pub fcokdgmlodj: ::core::option::Option, + #[prost(uint32, repeated, tag = "338")] + pub ajmlgicagbd: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub bkcabnmfkkm: u32, +} +/// Obf: OHAIPENEOCL +#[derive(proto_derive::CmdID)] +#[cmdid(5403)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueRollDiceCsReq { + #[prost(uint32, tag = "15")] + pub okcohjjeeaa: u32, +} +/// Obf: LFLEBHPLFPA +#[derive(proto_derive::CmdID)] +#[cmdid(5423)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueRollDiceScRsp { + #[prost(uint32, tag = "1")] + pub jdhbhnmpipi: u32, + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(message, optional, tag = "12")] + pub lhinndffhhc: ::core::option::Option, +} +/// Obf: KKOABAFKIJB +#[derive(proto_derive::CmdID)] +#[cmdid(5431)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueGoAheadCsReq { + #[prost(uint32, tag = "13")] + pub kmipnookbmb: u32, +} +/// Obf: PGPIKCLFMEK +#[derive(proto_derive::CmdID)] +#[cmdid(5592)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueGoAheadScRsp { + #[prost(uint32, tag = "9")] + pub kmipnookbmb: u32, + #[prost(uint32, tag = "10")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kihfndaigjg { + #[prost(uint32, tag = "3")] + pub pghbbngfajk: u32, + #[prost(uint32, tag = "2")] + pub monster_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cobgcoajbnj { + #[prost(uint32, tag = "12")] + pub addaohdgkee: u32, + #[prost(message, repeated, tag = "3")] + pub nlhmdcfdjkp: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "13")] + pub hncncigafdn: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mnoddhjljkh { + #[prost(uint32, repeated, tag = "11")] + pub kgillkdlgfk: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "10")] + pub kgalgmdjidd: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Aiiaenalaeo { + #[prost(message, optional, tag = "2")] + pub bciegmdcfgm: ::core::option::Option, + #[prost(message, optional, tag = "11")] + pub gjfhfopolgi: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Klaoklbimnm { + #[prost(oneof = "klaoklbimnm::Diiahdfaonn", tags = "11, 14, 8")] + pub diiahdfaonn: ::core::option::Option, +} +/// Nested message and enum types in `KLAOKLBIMNM`. +pub mod klaoklbimnm { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Diiahdfaonn { + #[prost(message, tag = "11")] + Bciegmdcfgm(super::Cobgcoajbnj), + #[prost(message, tag = "14")] + Gjfhfopolgi(super::Mnoddhjljkh), + #[prost(message, tag = "8")] + Alegbkejonb(super::Aiiaenalaeo), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cfnpnippclp { + #[prost(bool, tag = "8")] + pub is_passed: bool, + #[prost(uint32, tag = "13")] + pub jalnenhnbdm: u32, + #[prost(enumeration = "Pkikcadccmj", tag = "12")] + pub ncjnleefhke: i32, + #[prost(uint32, repeated, tag = "4")] + pub ifehggkmhca: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "14")] + pub mablhmdbiap: u32, + #[prost(uint32, tag = "15")] + pub dmmpjeeeabj: u32, + #[prost(message, optional, tag = "2")] + pub story_info: ::core::option::Option, + #[prost(uint32, tag = "7")] + pub ajellkfnbje: u32, + #[prost(uint32, tag = "6")] + pub id: u32, + #[prost(uint32, tag = "5")] + pub room_id: u32, + #[prost(enumeration = "ChessRogueBoardCellStatus", tag = "1")] + pub pcoelcaolha: i32, + #[prost(bool, tag = "10")] + pub ocakhjphfag: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Imabphefcdn { + #[prost(message, repeated, tag = "9")] + pub eahpiecfedi: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub dnoneoamogc: u32, + #[prost(uint32, tag = "5")] + pub oegjhmlmfdn: u32, + #[prost(uint32, tag = "2")] + pub bagapgfkehc: u32, + #[prost(uint32, tag = "3")] + pub hifjgmcaloo: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hnocmcfjmcp { + #[prost(uint32, tag = "4")] + pub kmipnookbmb: u32, + #[prost(uint32, tag = "7")] + pub room_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Iekcbahadke { + #[prost(message, optional, tag = "13")] + pub hehglekbgbk: ::core::option::Option, + #[prost(uint32, tag = "6")] + pub gnocbhngohm: u32, +} +/// ChessRogueAreaInfo +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lphbemjdgka { + #[prost(uint32, repeated, tag = "2")] + pub adagfcpmiea: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "6")] + pub mkafeeamgpl: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "3")] + pub cminpohcnjm: u32, + #[prost(message, optional, tag = "4")] + pub nkdjafdakbp: ::core::option::Option, + #[prost(enumeration = "ChessRogueBoardCellStatus", tag = "11")] + pub caljkidfgln: i32, + #[prost(message, optional, tag = "9")] + pub dohibbpikdd: ::core::option::Option, + #[prost(uint32, tag = "5")] + pub kbijpmlkchm: u32, +} +/// ChessRogueLevelInfo +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Necpibkafje { + #[prost(uint32, tag = "8")] + pub layer_id: u32, + #[prost(int32, tag = "9")] + pub pmjmdjeagaf: i32, + #[prost(uint32, tag = "15")] + pub pininkabajb: u32, + #[prost(uint32, tag = "11")] + pub id: u32, + #[prost(int32, tag = "12")] + pub ondpganolja: i32, + #[prost(uint32, repeated, tag = "2")] + pub nfgdgcipkne: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "3")] + pub cnnemjijneb: u32, + #[prost(uint32, repeated, tag = "5")] + pub ocpedkahclo: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "10")] + pub bbannhgdfef: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mamddpmfnfc { + #[prost(uint32, tag = "12")] + pub hddgpmmnicd: u32, + #[prost(uint32, tag = "3")] + pub buff_aeon_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cdegehgomic { + #[prost(message, repeated, tag = "6")] + pub bmlcaleenfl: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueAeonInfo { + #[prost(uint32, tag = "2")] + pub jmjefaecemk: u32, + #[prost(int32, tag = "3")] + pub laalojhbplo: i32, + #[prost(message, optional, tag = "8")] + pub jcfnblnmicf: ::core::option::Option, + #[prost(message, optional, tag = "14")] + pub hehglekbgbk: ::core::option::Option, + #[prost(uint32, repeated, tag = "15")] + pub aeon_id_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Khomhfhfahe { + #[prost(uint32, tag = "12")] + pub pbhenljdkdj: u32, + #[prost(uint32, tag = "6")] + pub avatar_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Oakbkkfache { + #[prost(message, repeated, tag = "9")] + pub fendipigomd: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "14")] + pub aajedmfnkbb: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jiiohndiham { + #[prost(uint32, tag = "4")] + pub ieebmhpfdlc: u32, + #[prost(bool, tag = "1")] + pub ljmhffionbi: bool, + #[prost(uint32, repeated, tag = "5")] + pub emiabapfdek: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "2")] + pub lonllbihmid: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jpcofgjajen { + #[prost(int32, tag = "11")] + pub biioogngnda: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Blmnolnalie { + #[prost(uint32, repeated, tag = "15")] + pub ollpmbhkblc: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueInfo { + #[prost(message, optional, tag = "9")] + pub jifcglklnef: ::core::option::Option, + #[prost(message, optional, tag = "7")] + pub daglmonmmmh: ::core::option::Option, + #[prost(message, optional, tag = "3")] + pub pending_action: ::core::option::Option, + #[prost(message, optional, tag = "12")] + pub ckdfadabico: ::core::option::Option, + #[prost(message, optional, tag = "11")] + pub abkohabemmf: ::core::option::Option, + #[prost(message, optional, tag = "5")] + pub story_buff_info: ::core::option::Option, + #[prost(message, optional, tag = "538")] + pub nblbecmlilo: ::core::option::Option, + #[prost(message, optional, tag = "6")] + pub rogue_virtual_item_info: ::core::option::Option, + #[prost(uint32, tag = "8")] + pub rogue_sub_mode: u32, + #[prost(message, optional, tag = "4")] + pub gghebmcajki: ::core::option::Option, + #[prost(message, optional, tag = "1")] + pub rogue_aeon_info: ::core::option::Option, + #[prost(message, optional, tag = "10")] + pub jnnlbpggedm: ::core::option::Option, + #[prost(message, optional, tag = "14")] + pub cnkndnimffl: ::core::option::Option, + #[prost(message, optional, tag = "2")] + pub lhinndffhhc: ::core::option::Option, + #[prost(message, repeated, tag = "13")] + pub rogue_game_info: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Eoifahbjkda { + #[prost(message, optional, tag = "6")] + pub nblbecmlilo: ::core::option::Option, + #[prost(message, optional, tag = "3")] + pub rogue_virtual_item_info: ::core::option::Option, + #[prost(message, optional, tag = "9")] + pub talent_info: ::core::option::Option, + #[prost(uint32, repeated, tag = "7")] + pub ocpedkahclo: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "15")] + pub jcfnblnmicf: ::core::option::Option, + #[prost(message, optional, tag = "1")] + pub mgcankkpcpc: ::core::option::Option, + #[prost(uint32, repeated, tag = "8")] + pub nfgdgcipkne: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kfdjpcgibeh { + #[prost(uint32, tag = "14")] + pub rogue_sub_mode: u32, + #[prost(message, repeated, tag = "12")] + pub rogue_game_info: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lcgkenfjico { + #[prost(message, optional, tag = "10")] + pub jcfnblnmicf: ::core::option::Option, + #[prost(uint32, repeated, tag = "12")] + pub nfgdgcipkne: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "2")] + pub mgcankkpcpc: ::core::option::Option, + #[prost(message, optional, tag = "1")] + pub talent_info: ::core::option::Option, + #[prost(message, optional, tag = "13")] + pub nblbecmlilo: ::core::option::Option, + #[prost(uint32, repeated, tag = "3")] + pub ocpedkahclo: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jhpfgkknogf { + #[prost(enumeration = "Lecfjdjmeea", tag = "11")] + pub nglhmfakdkg: i32, + #[prost(bool, tag = "1")] + pub icgbjkdbhoe: bool, + #[prost(uint32, tag = "1219")] + pub bnmnfekmcnm: u32, + #[prost(message, optional, tag = "8")] + pub oepfghbajoo: ::core::option::Option, + #[prost(uint32, tag = "2")] + pub mkclapdpkdd: u32, + #[prost(message, optional, tag = "5")] + pub aokhjjkmbjl: ::core::option::Option, + #[prost(uint32, repeated, tag = "10")] + pub hblhpoledga: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "3")] + pub mlmelokmgbh: u32, + #[prost(uint32, tag = "4")] + pub hlcdoadeiji: u32, + #[prost(message, optional, tag = "13")] + pub abkohabemmf: ::core::option::Option, + #[prost(uint32, tag = "9")] + pub fggjegfmmao: u32, + #[prost(message, optional, tag = "46")] + pub jnnlbpggedm: ::core::option::Option, + #[prost(uint32, tag = "7")] + pub oakchbdneic: u32, + #[prost(uint32, tag = "1546")] + pub gefpjkgjleo: u32, + #[prost(message, optional, tag = "15")] + pub ckdfadabico: ::core::option::Option, + #[prost(uint32, tag = "192")] + pub score: u32, + #[prost(uint32, tag = "1393")] + pub hmghmjllhkc: u32, + #[prost(uint32, tag = "12")] + pub gafcodopamf: u32, + #[prost(uint32, tag = "1319")] + pub rogue_sub_mode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Iccdfilpijg { + #[prost(uint32, tag = "8")] + pub loobfddnokk: u32, + #[prost(message, repeated, tag = "13")] + pub eahpiecfedi: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ccajfojglbi { + #[prost(uint32, tag = "4")] + pub lacbicgdljh: u32, + #[prost(uint32, tag = "15")] + pub mkclapdpkdd: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Nbannokigka { + #[prost(uint32, tag = "11")] + pub fkmginncbog: u32, + #[prost(uint32, tag = "3")] + pub lonllbihmid: u32, +} +/// Obf: BFNMCEDALCK +#[derive(proto_derive::CmdID)] +#[cmdid(5418)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueQueryCsReq {} +/// Obf: BBNOBJLAFNA +#[derive(proto_derive::CmdID)] +#[cmdid(5547)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueQueryScRsp { + #[prost(message, optional, tag = "11")] + pub rogue_data: ::core::option::Option, + #[prost(message, optional, tag = "9")] + pub current_info: ::core::option::Option, + #[prost(message, optional, tag = "12")] + pub score_reward_info: ::core::option::Option, + #[prost(message, optional, tag = "7")] + pub cmpakcfpgjn: ::core::option::Option, + #[prost(message, optional, tag = "1")] + pub cmdgdkbacod: ::core::option::Option, + #[prost(uint32, tag = "15")] + pub retcode: u32, +} +/// Obf: CGJNJHGNLFG +#[derive(proto_derive::CmdID)] +#[cmdid(5591)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueEnterCellCsReq { + #[prost(uint32, tag = "1")] + pub dolhmbkdjgl: u32, + #[prost(uint32, tag = "12")] + pub kmipnookbmb: u32, +} +/// Obf: PABNHBOCMKN +#[derive(proto_derive::CmdID)] +#[cmdid(5571)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueEnterCellScRsp { + #[prost(message, optional, tag = "15")] + pub score_reward_info: ::core::option::Option, + #[prost(uint32, tag = "6")] + pub kmipnookbmb: u32, + #[prost(message, optional, tag = "2")] + pub story_info: ::core::option::Option, + #[prost(uint32, tag = "4")] + pub retcode: u32, + #[prost(message, optional, tag = "10")] + pub current_info: ::core::option::Option, +} +/// Obf: CPEFGCKAOKE +#[derive(proto_derive::CmdID)] +#[cmdid(5564)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueEnterCsReq { + #[prost(uint32, tag = "9")] + pub id: u32, +} +/// Obf: JKIFCODDICO +#[derive(proto_derive::CmdID)] +#[cmdid(5551)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueEnterScRsp { + #[prost(uint32, tag = "1")] + pub retcode: u32, + #[prost(uint32, tag = "12")] + pub id: u32, + #[prost(message, optional, tag = "3")] + pub story_info: ::core::option::Option, + #[prost(message, optional, tag = "4")] + pub current_info: ::core::option::Option, + #[prost(message, optional, tag = "15")] + pub score_reward_info: ::core::option::Option, +} +/// Obf: PDGOFFLAIOB +#[derive(proto_derive::CmdID)] +#[cmdid(5484)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueLeaveCsReq {} +/// Obf: KEHODPLGKEA +#[derive(proto_derive::CmdID)] +#[cmdid(5544)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueLeaveScRsp { + #[prost(message, optional, tag = "6")] + pub rogue_data: ::core::option::Option, + #[prost(message, optional, tag = "9")] + pub story_info: ::core::option::Option, + #[prost(uint32, tag = "13")] + pub retcode: u32, + #[prost(message, optional, tag = "5")] + pub rogue_aeon_info: ::core::option::Option, + #[prost(message, optional, tag = "11")] + pub cmdgdkbacod: ::core::option::Option, +} +/// Obf: DBDFOJIKIDK +#[derive(proto_derive::CmdID)] +#[cmdid(5461)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueGiveUpCsReq {} +/// Obf: JECJACILHDK +#[derive(proto_derive::CmdID)] +#[cmdid(5556)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueGiveUpScRsp { + #[prost(message, optional, tag = "15")] + pub rogue_data: ::core::option::Option, + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(message, optional, tag = "14")] + pub story_info: ::core::option::Option, + #[prost(message, optional, tag = "10")] + pub rogue_aeon_info: ::core::option::Option, + #[prost(message, optional, tag = "3")] + pub cmdgdkbacod: ::core::option::Option, + #[prost(message, optional, tag = "11")] + pub cmpakcfpgjn: ::core::option::Option, +} +/// Obf: BJILBEMMHBD +#[derive(proto_derive::CmdID)] +#[cmdid(5583)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueStartCsReq { + #[prost(uint32, tag = "9")] + pub lkckpcjecjo: u32, + #[prost(uint32, repeated, tag = "4")] + pub moiccjnmbbi: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "6")] + pub ngbfehejhho: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "15")] + pub diff_comp_ids: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub id: u32, + #[prost(uint32, repeated, tag = "1")] + pub avatar_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "7")] + pub buff_aeon_id: u32, +} +/// Obf: EKKKONPJJPJ +#[derive(proto_derive::CmdID)] +#[cmdid(5467)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueStartScRsp { + #[prost(message, optional, tag = "9")] + pub story_info: ::core::option::Option, + #[prost(message, optional, tag = "15")] + pub scene: ::core::option::Option, + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(message, optional, tag = "3")] + pub lineup: ::core::option::Option, + #[prost(message, optional, tag = "14")] + pub score_reward_info: ::core::option::Option, + #[prost(message, optional, tag = "4")] + pub jodfdjfgppk: ::core::option::Option, + #[prost(message, optional, tag = "2")] + pub current_info: ::core::option::Option, +} +/// Obf: LKJCIBMGIAG +#[derive(proto_derive::CmdID)] +#[cmdid(5402)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueQueryAeonDimensionsCsReq {} +/// Obf: FOMFGEEPLGI +#[derive(proto_derive::CmdID)] +#[cmdid(5421)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueQueryAeonDimensionsScRsp { + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(message, optional, tag = "1")] + pub score_reward_info: ::core::option::Option, +} +/// Obf: LKGLLNKLHIA +#[derive(proto_derive::CmdID)] +#[cmdid(5550)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueChangeyAeonDimensionNotify { + #[prost(message, optional, tag = "14")] + pub score_reward_info: ::core::option::Option, +} +/// Obf: BEIBNPKHFEK +#[derive(proto_derive::CmdID)] +#[cmdid(5578)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueSelectCellCsReq { + #[prost(uint32, tag = "10")] + pub kmipnookbmb: u32, + #[prost(uint32, tag = "14")] + pub dolhmbkdjgl: u32, +} +/// Obf: BDOPDJLOIBO +#[derive(proto_derive::CmdID)] +#[cmdid(5497)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueSelectCellScRsp { + #[prost(message, optional, tag = "7")] + pub kgjjgbgfjam: ::core::option::Option, + #[prost(uint32, tag = "14")] + pub dolhmbkdjgl: u32, + #[prost(uint32, tag = "13")] + pub kmipnookbmb: u32, + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +/// Obf: MMPIIGLDNLI +#[derive(proto_derive::CmdID)] +#[cmdid(5509)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueQueryBpCsReq {} +/// Obf: CMPKOIDFACI +#[derive(proto_derive::CmdID)] +#[cmdid(5510)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueQueryBpScRsp { + #[prost(message, optional, tag = "3")] + pub score_reward_info: ::core::option::Option, + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +/// Obf: MJMFKCFMFJM +#[derive(proto_derive::CmdID)] +#[cmdid(5454)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueSelectBpCsReq { + #[prost(uint32, tag = "11")] + pub cbkfehgfcgj: u32, +} +/// Obf: JPCACIFBMBF +#[derive(proto_derive::CmdID)] +#[cmdid(5546)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueSelectBpScRsp { + #[prost(uint32, tag = "1")] + pub retcode: u32, + #[prost(message, optional, tag = "8")] + pub eajobepjcfk: ::core::option::Option, + #[prost(uint32, tag = "11")] + pub cbkfehgfcgj: u32, +} +/// Obf: ELCFLBBGKNB +#[derive(proto_derive::CmdID)] +#[cmdid(5466)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueLayerAccountInfoNotify { + #[prost(uint32, tag = "9")] + pub layer_id: u32, + #[prost(uint32, repeated, tag = "4")] + pub hblhpoledga: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "6")] + pub gghebmcajki: ::core::option::Option, + #[prost(uint32, tag = "11")] + pub mlmelokmgbh: u32, + #[prost(message, optional, tag = "8")] + pub cmpakcfpgjn: ::core::option::Option, +} +/// Obf: KFNPLBEKKNF +#[derive(proto_derive::CmdID)] +#[cmdid(5501)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetChessRogueBuffEnhanceInfoCsReq {} +/// Obf: OAMPKMLKGMK +#[derive(proto_derive::CmdID)] +#[cmdid(5552)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetChessRogueBuffEnhanceInfoScRsp { + #[prost(message, optional, tag = "10")] + pub shop_info: ::core::option::Option, + #[prost(uint32, tag = "7")] + pub retcode: u32, +} +/// Obf: LOHMJMFAGOE +#[derive(proto_derive::CmdID)] +#[cmdid(5530)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnhanceChessRogueBuffCsReq { + #[prost(uint32, tag = "12")] + pub rogue_buff_id: u32, +} +/// Obf: BINGFLBKMJP +#[derive(proto_derive::CmdID)] +#[cmdid(5576)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnhanceChessRogueBuffScRsp { + #[prost(message, optional, tag = "1")] + pub hakpbedkfdh: ::core::option::Option, + #[prost(message, optional, tag = "2")] + pub shop_info: ::core::option::Option, + #[prost(uint32, tag = "6")] + pub retcode: u32, + #[prost(bool, tag = "12")] + pub mnmbfageloc: bool, +} +/// Obf: GBMHJFJBGHC +#[derive(proto_derive::CmdID)] +#[cmdid(5424)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRoguePickAvatarCsReq { + #[prost(uint32, tag = "13")] + pub prop_entity_id: u32, + #[prost(uint32, repeated, tag = "2")] + pub avatar_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: AKPCBOHCGNF +#[derive(proto_derive::CmdID)] +#[cmdid(5521)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRoguePickAvatarScRsp { + #[prost(uint32, tag = "4")] + pub retcode: u32, + #[prost(message, optional, tag = "13")] + pub daglmonmmmh: ::core::option::Option, + #[prost(uint32, repeated, tag = "14")] + pub avatar_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: AGGMILOILHJ +#[derive(proto_derive::CmdID)] +#[cmdid(5515)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueReviveAvatarCsReq { + #[prost(uint32, repeated, tag = "13")] + pub avatar_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "8")] + pub oiaecielhaf: u32, +} +/// Obf: NACFIKINPCC +#[derive(proto_derive::CmdID)] +#[cmdid(5507)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueReviveAvatarScRsp { + #[prost(uint32, repeated, tag = "3")] + pub avatar_id_list: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "9")] + pub aajedmfnkbb: ::core::option::Option, + #[prost(uint32, tag = "11")] + pub retcode: u32, +} +/// Obf: KIMBHOCLHGD +#[derive(proto_derive::CmdID)] +#[cmdid(5422)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueUpdateReviveInfoScNotify { + #[prost(message, optional, tag = "5")] + pub aajedmfnkbb: ::core::option::Option, +} +/// Obf: KKIEPBFFNHB +#[derive(proto_derive::CmdID)] +#[cmdid(5557)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueUpdateMoneyInfoScNotify { + #[prost(message, optional, tag = "11")] + pub cnkndnimffl: ::core::option::Option, +} +/// Obf: JOKDKMJICNI +#[derive(proto_derive::CmdID)] +#[cmdid(5430)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueUpdateDiceInfoScNotify { + #[prost(message, optional, tag = "8")] + pub lhinndffhhc: ::core::option::Option, +} +/// Obf: OIMBHMDGBKJ +#[derive(proto_derive::CmdID)] +#[cmdid(5553)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueUpdateLevelBaseInfoScNotify { + #[prost(enumeration = "Cmknblggkkg", tag = "15")] + pub pininkabajb: i32, + #[prost(enumeration = "Ndgbdncblkh", tag = "12")] + pub reason: i32, +} +/// Obf: AMKPANGLOMO +#[derive(proto_derive::CmdID)] +#[cmdid(5416)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueUpdateAllowedSelectCellScNotify { + #[prost(uint32, repeated, tag = "6")] + pub adagfcpmiea: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "7")] + pub fenmmjnlkmj: u32, +} +/// Obf: DBHEPJOELPD +#[derive(proto_derive::CmdID)] +#[cmdid(5406)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueUpdateBoardScNotify { + #[prost(message, optional, tag = "12")] + pub gdemljkhjbc: ::core::option::Option, +} +/// Obf: CLFPLELKHFI +#[derive(proto_derive::CmdID)] +#[cmdid(5559)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueUpdateAeonModifierValueScNotify { + #[prost(int32, tag = "14")] + pub laalojhbplo: i32, + #[prost(uint32, tag = "6")] + pub buff_aeon_id: u32, +} +/// Obf: FCIJNIHOOOA +#[derive(proto_derive::CmdID)] +#[cmdid(5598)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueUpdateDicePassiveAccumulateValueScNotify { + #[prost(int32, tag = "5")] + pub bfndfonmnki: i32, +} +/// Obf: CPECCPEGNGA +#[derive(proto_derive::CmdID)] +#[cmdid(5562)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueSkipTeachingLevelCsReq {} +/// Obf: ChessRogueSkipTeachingLevelScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(5472)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueSkipTeachingLevelScRsp { + #[prost(message, optional, tag = "1")] + pub skip_reward_list: ::core::option::Option, + #[prost(uint32, tag = "5")] + pub retcode: u32, +} +/// Obf: KFAKLMKLABL +#[derive(proto_derive::CmdID)] +#[cmdid(5438)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueUpdateUnlockLevelScNotify { + #[prost(uint32, repeated, tag = "3")] + pub nfgdgcipkne: ::prost::alloc::vec::Vec, +} +/// Obf: KJBOAEJHHDA +#[derive(proto_derive::CmdID)] +#[cmdid(5506)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueEnterNextLayerCsReq { + #[prost(uint32, tag = "1")] + pub prop_entity_id: u32, +} +/// Obf: GOENMOEGIDJ +#[derive(proto_derive::CmdID)] +#[cmdid(5543)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueEnterNextLayerScRsp { + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(message, optional, tag = "10")] + pub current_info: ::core::option::Option, + #[prost(message, optional, tag = "4")] + pub story_info: ::core::option::Option, + #[prost(message, optional, tag = "14")] + pub jodfdjfgppk: ::core::option::Option, + #[prost(message, optional, tag = "3")] + pub rogue_info: ::core::option::Option, +} +/// Obf: NAJIFNKJNHF +#[derive(proto_derive::CmdID)] +#[cmdid(5590)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueReRollDiceCsReq { + #[prost(uint32, tag = "11")] + pub okcohjjeeaa: u32, +} +/// Obf: HEEDMJFJEPL +#[derive(proto_derive::CmdID)] +#[cmdid(5593)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueReRollDiceScRsp { + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(message, optional, tag = "11")] + pub lhinndffhhc: ::core::option::Option, +} +/// Obf: DPJINNNOMCE +#[derive(proto_derive::CmdID)] +#[cmdid(5420)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueConfirmRollCsReq { + #[prost(uint32, tag = "4")] + pub okcohjjeeaa: u32, +} +/// Obf: ACCOAOHEEGL +#[derive(proto_derive::CmdID)] +#[cmdid(5413)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueConfirmRollScRsp { + #[prost(message, optional, tag = "5")] + pub lhinndffhhc: ::core::option::Option, + #[prost(uint32, tag = "10")] + pub retcode: u32, +} +/// Obf: GEEGEGPFCAA +#[derive(proto_derive::CmdID)] +#[cmdid(5446)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueCheatRollCsReq { + #[prost(uint32, tag = "6")] + pub cfkjklegnap: u32, + #[prost(uint32, tag = "2")] + pub okcohjjeeaa: u32, +} +/// Obf: GKCOCFIADJE +#[derive(proto_derive::CmdID)] +#[cmdid(5475)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueCheatRollScRsp { + #[prost(message, optional, tag = "14")] + pub lhinndffhhc: ::core::option::Option, + #[prost(uint32, tag = "13")] + pub lgemoegmgpp: u32, + #[prost(uint32, tag = "6")] + pub cfkjklegnap: u32, + #[prost(uint32, tag = "5")] + pub retcode: u32, +} +/// Obf: DDMANIICBLM +#[derive(proto_derive::CmdID)] +#[cmdid(5480)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueGiveUpRollCsReq {} +/// Obf: FEHNMGPFEOB +#[derive(proto_derive::CmdID)] +#[cmdid(5505)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueGiveUpRollScRsp { + #[prost(message, optional, tag = "11")] + pub aapjlbgnflg: ::core::option::Option, + #[prost(message, optional, tag = "2")] + pub lhinndffhhc: ::core::option::Option, + #[prost(uint32, tag = "10")] + pub retcode: u32, +} +/// Obf: BDGOHOAAMJM +#[derive(proto_derive::CmdID)] +#[cmdid(5563)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueQuitCsReq {} +/// Obf: MEJKLGELJLF +#[derive(proto_derive::CmdID)] +#[cmdid(5597)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueQuitScRsp { + #[prost(message, optional, tag = "3")] + pub story_info: ::core::option::Option, + #[prost(message, optional, tag = "13")] + pub score_reward_info: ::core::option::Option, + #[prost(message, optional, tag = "5")] + pub rogue_data: ::core::option::Option, + #[prost(message, optional, tag = "4")] + pub gghebmcajki: ::core::option::Option, + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(message, optional, tag = "6")] + pub rogue_aeon_info: ::core::option::Option, + #[prost(message, optional, tag = "7")] + pub cmpakcfpgjn: ::core::option::Option, + #[prost(message, optional, tag = "11")] + pub cmdgdkbacod: ::core::option::Option, + #[prost(message, optional, tag = "2")] + pub current_info: ::core::option::Option, +} +/// Obf: KFIKMJHEOLB +#[derive(proto_derive::CmdID)] +#[cmdid(5409)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueFinishCurRoomNotify { + #[prost(message, optional, tag = "14")] + pub gghebmcajki: ::core::option::Option, +} +/// Obf: AKABGBPNJAM +#[derive(proto_derive::CmdID)] +#[cmdid(5533)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueMoveCellNotify { + #[prost(uint32, tag = "11")] + pub bpjolplheep: u32, + #[prost(uint32, tag = "13")] + pub niahbhigeil: u32, + #[prost(message, optional, tag = "3")] + pub nkdjafdakbp: ::core::option::Option, +} +/// Obf: LILEAEBHOGG +#[derive(proto_derive::CmdID)] +#[cmdid(5405)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueCellUpdateNotify { + #[prost(message, repeated, tag = "15")] + pub eahpiecfedi: ::prost::alloc::vec::Vec, + #[prost(enumeration = "Idfgnfafgkh", tag = "4")] + pub reason: i32, + #[prost(enumeration = "Jmphnebepgn", tag = "14")] + pub bmjocdppfif: i32, + #[prost(uint32, tag = "2")] + pub fenmmjnlkmj: u32, +} +/// Obf: AGKMLHNLELD +#[derive(proto_derive::CmdID)] +#[cmdid(5451)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueQuestFinishNotify { + #[prost(uint32, tag = "15")] + pub kfibcfjmadf: u32, + #[prost(uint32, tag = "10")] + pub oagkdkddfao: u32, +} +/// Obf: ODKNGJPIHLC +#[derive(proto_derive::CmdID)] +#[cmdid(5464)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetChessRogueStoryInfoCsReq {} +/// Obf: EOCNMHBBAJA +#[derive(proto_derive::CmdID)] +#[cmdid(5444)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetChessRogueStoryInfoScRsp { + #[prost(message, repeated, tag = "14")] + pub plhpkljkffp: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "13")] + pub ndkmmnenlni: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub retcode: u32, +} +/// Obf: LFKGIFLDKPA +#[derive(proto_derive::CmdID)] +#[cmdid(5573)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SelectChessRogueSubStoryCsReq { + #[prost(uint32, tag = "14")] + pub opinddbiodb: u32, + #[prost(uint32, tag = "15")] + pub bbfmhdncpne: u32, + #[prost(uint32, tag = "6")] + pub gkejfeakpah: u32, + #[prost(uint32, tag = "4")] + pub lonllbihmid: u32, +} +/// Obf: GBKGHHFJJIL +#[derive(proto_derive::CmdID)] +#[cmdid(5524)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SelectChessRogueSubStoryScRsp { + #[prost(uint32, tag = "4")] + pub opinddbiodb: u32, + #[prost(uint32, tag = "14")] + pub lonllbihmid: u32, + #[prost(uint32, tag = "7")] + pub bbfmhdncpne: u32, + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(uint32, tag = "5")] + pub gkejfeakpah: u32, +} +/// Obf: CHDBMGAHIDL +#[derive(proto_derive::CmdID)] +#[cmdid(5566)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishChessRogueSubStoryCsReq { + #[prost(uint32, tag = "3")] + pub gkejfeakpah: u32, + #[prost(uint32, tag = "6")] + pub lonllbihmid: u32, + #[prost(uint32, tag = "14")] + pub opinddbiodb: u32, +} +/// Obf: FHFABIBEFNB +#[derive(proto_derive::CmdID)] +#[cmdid(5587)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishChessRogueSubStoryScRsp { + #[prost(uint32, tag = "1")] + pub gkejfeakpah: u32, + #[prost(uint32, tag = "14")] + pub mkclapdpkdd: u32, + #[prost(uint32, tag = "6")] + pub retcode: u32, + #[prost(uint32, tag = "7")] + pub lonllbihmid: u32, + #[prost(uint32, tag = "13")] + pub opinddbiodb: u32, +} +/// Obf: HNFLEAHBPLO +#[derive(proto_derive::CmdID)] +#[cmdid(5575)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueUpdateActionPointScNotify { + #[prost(int32, tag = "15")] + pub pmjmdjeagaf: i32, +} +/// Obf: JMGCILBCCLE +#[derive(proto_derive::CmdID)] +#[cmdid(5585)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterChessRogueAeonRoomCsReq {} +/// Obf: PALIJOJNAJL +#[derive(proto_derive::CmdID)] +#[cmdid(5401)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterChessRogueAeonRoomScRsp { + #[prost(message, optional, tag = "15")] + pub story_info: ::core::option::Option, + #[prost(uint32, tag = "6")] + pub retcode: u32, +} +/// Obf: HDGEIHMHDDN +#[derive(proto_derive::CmdID)] +#[cmdid(5476)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetChessRogueStoryAeonTalkInfoCsReq { + #[prost(uint32, tag = "10")] + pub opibbfhbgob: u32, +} +/// Obf: JOPCNKICJKN +#[derive(proto_derive::CmdID)] +#[cmdid(5450)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetChessRogueStoryAeonTalkInfoScRsp { + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(uint32, tag = "7")] + pub opibbfhbgob: u32, + #[prost(map = "uint32, uint32", tag = "11")] + pub lfepbajocpe: ::std::collections::HashMap, +} +/// Obf: EAGIDEFIAKK +#[derive(proto_derive::CmdID)] +#[cmdid(5427)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncChessRogueMainStoryFinishScNotify { + #[prost(uint32, tag = "7")] + pub lacbicgdljh: u32, + #[prost(uint32, tag = "4")] + pub mkclapdpkdd: u32, +} +/// Obf: BPNDHNPKCII +#[derive(proto_derive::CmdID)] +#[cmdid(5589)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncChessRogueNousValueScNotify { + #[prost(message, optional, tag = "3")] + pub jifcglklnef: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mhaeobjjijk { + #[prost(uint32, tag = "3")] + pub mkclapdpkdd: u32, + #[prost(enumeration = "Lfapgjpeapn", tag = "7")] + pub status: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Gjhacpphjcm { + #[prost(uint32, tag = "6")] + pub opinddbiodb: u32, +} +/// Obf: HCPJKBHKLKE +#[derive(proto_derive::CmdID)] +#[cmdid(5410)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetChessRogueNousStoryInfoCsReq {} +/// Obf: DFFBEHCAMGH +#[derive(proto_derive::CmdID)] +#[cmdid(5493)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetChessRogueNousStoryInfoScRsp { + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(message, repeated, tag = "2")] + pub plhpkljkffp: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "8")] + pub ndkmmnenlni: ::prost::alloc::vec::Vec, +} +/// Obf: NGJMPCPPJKP +#[derive(proto_derive::CmdID)] +#[cmdid(5574)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SelectChessRogueNousSubStoryCsReq { + #[prost(uint32, tag = "6")] + pub bbfmhdncpne: u32, + #[prost(uint32, tag = "11")] + pub opinddbiodb: u32, + #[prost(uint32, tag = "13")] + pub gkejfeakpah: u32, +} +/// Obf: AICBPHHGFJD +#[derive(proto_derive::CmdID)] +#[cmdid(5412)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SelectChessRogueNousSubStoryScRsp { + #[prost(uint32, tag = "4")] + pub gkejfeakpah: u32, + #[prost(uint32, tag = "14")] + pub opinddbiodb: u32, + #[prost(uint32, tag = "15")] + pub bbfmhdncpne: u32, + #[prost(uint32, tag = "3")] + pub retcode: u32, +} +/// Obf: EHKPCPDJGFO +#[derive(proto_derive::CmdID)] +#[cmdid(5526)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishChessRogueNousSubStoryCsReq { + #[prost(uint32, tag = "9")] + pub opinddbiodb: u32, + #[prost(uint32, tag = "14")] + pub gkejfeakpah: u32, +} +/// Obf: LHDEAPDMHEB +#[derive(proto_derive::CmdID)] +#[cmdid(5513)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishChessRogueNousSubStoryScRsp { + #[prost(uint32, tag = "13")] + pub gkejfeakpah: u32, + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(uint32, tag = "14")] + pub opinddbiodb: u32, +} +/// Obf: GNOAFKOBIIE +#[derive(proto_derive::CmdID)] +#[cmdid(5452)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncChessRogueNousSubStoryScNotify { + #[prost(uint32, tag = "9")] + pub opinddbiodb: u32, +} +/// Obf: AMBDGIBIPCO +#[derive(proto_derive::CmdID)] +#[cmdid(5584)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncChessRogueNousMainStoryScNotify { + #[prost(message, repeated, tag = "5")] + pub plhpkljkffp: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jfhefplcccj { + #[prost(uint32, repeated, tag = "1")] + pub lonjgnhjbkd: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub opinddbiodb: u32, + #[prost(uint32, repeated, tag = "7")] + pub gakckdnkjcd: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "6")] + pub lejekiblcpn: bool, + #[prost(uint32, tag = "14")] + pub mkclapdpkdd: u32, + #[prost(uint32, repeated, tag = "4")] + pub hlncgmkbioj: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "5")] + pub ljmhffionbi: bool, + #[prost(uint32, tag = "3")] + pub mieljmandkc: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kkbkedoipif { + #[prost(uint32, tag = "5")] + pub cfkjklegnap: u32, + #[prost(uint32, tag = "9")] + pub slot_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Akbbefhmgnc { + #[prost(uint32, tag = "7")] + pub lkckpcjecjo: u32, + #[prost(message, repeated, tag = "4")] + pub lbceegikalf: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "6")] + pub hlinhoclnlo: u32, + #[prost(uint32, tag = "9")] + pub kkhdfmelmfb: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Npooeoofage { + #[prost(map = "uint32, bool", tag = "12")] + pub mfjgpojlkbd: ::std::collections::HashMap, + #[prost(enumeration = "Bdmeidilldb", tag = "10")] + pub npmgmlgcalj: i32, + #[prost(message, repeated, tag = "1")] + pub ejfbjkipkff: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "3")] + pub eaaopbpbmog: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Oiceicjkocm { + #[prost(uint32, tag = "5")] + pub fcaaglkfaid: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Gmlppnlmdla { + #[prost(message, optional, tag = "4")] + pub olfmldhaanf: ::core::option::Option, + #[prost(uint32, tag = "14")] + pub fcaaglkfaid: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hikacjjinbb { + #[prost(uint32, repeated, tag = "14")] + pub eimpjmbhknp: ::prost::alloc::vec::Vec, +} +/// Obf: HPOOIJDBFPE +#[derive(proto_derive::CmdID)] +#[cmdid(5554)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueNousEditDiceCsReq { + #[prost(message, optional, tag = "14")] + pub mgcankkpcpc: ::core::option::Option, +} +/// Obf: DJIGIOOPIOH +#[derive(proto_derive::CmdID)] +#[cmdid(5470)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueNousEditDiceScRsp { + #[prost(message, optional, tag = "4")] + pub mgcankkpcpc: ::core::option::Option, + #[prost(uint32, tag = "11")] + pub retcode: u32, +} +/// Obf: LGEOPPGBOBL +#[derive(proto_derive::CmdID)] +#[cmdid(5537)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueNousDiceUpdateNotify { + #[prost(message, optional, tag = "4")] + pub idjmbbnlkde: ::core::option::Option, +} +/// Obf: GDDMAFJIADA +#[derive(proto_derive::CmdID)] +#[cmdid(5569)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueNousDiceSurfaceUnlockNotify { + #[prost(uint32, tag = "5")] + pub kibfckfhnmk: u32, +} +/// Obf: LIDKIOGMBFG +#[derive(proto_derive::CmdID)] +#[cmdid(5496)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueNousGetRogueTalentInfoCsReq {} +/// Obf: LMGKAGDANCE +#[derive(proto_derive::CmdID)] +#[cmdid(5517)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueNousGetRogueTalentInfoScRsp { + #[prost(uint32, tag = "8")] + pub fcaaglkfaid: u32, + #[prost(message, optional, tag = "6")] + pub talent_info: ::core::option::Option, + #[prost(uint32, tag = "11")] + pub retcode: u32, +} +/// Obf: JOPOBOAIKOJ +#[derive(proto_derive::CmdID)] +#[cmdid(5447)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueNousEnableRogueTalentCsReq { + #[prost(uint32, tag = "15")] + pub talent_id: u32, +} +/// Obf: HLICEIMKLMD +#[derive(proto_derive::CmdID)] +#[cmdid(5494)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChessRogueNousEnableRogueTalentScRsp { + #[prost(message, optional, tag = "10")] + pub talent_info: ::core::option::Option, + #[prost(uint32, tag = "4")] + pub retcode: u32, + #[prost(uint32, tag = "9")] + pub fcaaglkfaid: u32, +} +/// Obf: HNFAGNHLHFD +#[derive(proto_derive::CmdID)] +#[cmdid(7229)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ClockParkGetInfoCsReq {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Nmgjchneggf { + #[prost(uint32, tag = "3")] + pub lkgnghcpjag: u32, + #[prost(uint32, repeated, tag = "12")] + pub pjfmijcnfmc: ::prost::alloc::vec::Vec, +} +/// Obf: EPEKDFCPHPM +#[derive(proto_derive::CmdID)] +#[cmdid(7237)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ClockParkGetInfoScRsp { + #[prost(uint32, repeated, tag = "7")] + pub agjoficcdgc: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "2")] + pub hgbgfjcikol: u32, + #[prost(message, repeated, tag = "5")] + pub heimlgpnice: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(uint32, tag = "4")] + pub progress: u32, + #[prost(uint32, tag = "1")] + pub jklkemabmlf: u32, +} +/// Obf: KFLACGLELDF +#[derive(proto_derive::CmdID)] +#[cmdid(7244)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ClockParkUnlockTalentCsReq { + #[prost(uint32, tag = "6")] + pub talent_id: u32, +} +/// Obf: FAMNBEPLHCN +#[derive(proto_derive::CmdID)] +#[cmdid(7210)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ClockParkUnlockTalentScRsp { + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(uint32, tag = "1")] + pub talent_id: u32, +} +/// Obf: INBKKBBBHPG +#[derive(proto_derive::CmdID)] +#[cmdid(7224)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ClockParkStartScriptCsReq { + #[prost(uint32, tag = "11")] + pub lkgnghcpjag: u32, + #[prost(uint32, repeated, tag = "14")] + pub licjmgllfpo: ::prost::alloc::vec::Vec, +} +/// Obf: JMBGFAKLLON +#[derive(proto_derive::CmdID)] +#[cmdid(7232)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ClockParkStartScriptScRsp { + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(uint32, tag = "11")] + pub lkgnghcpjag: u32, +} +/// Obf: GBGAGIDFHFI +#[derive(proto_derive::CmdID)] +#[cmdid(7213)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ClockParkGetOngoingScriptInfoCsReq {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dcmfofebfak {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hakaoknjjdl { + #[prost(uint32, repeated, tag = "3")] + pub lfhcjibbmhb: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "12")] + pub dlhjpcfnali: u32, + #[prost(uint32, tag = "14")] + pub gffckcinhhp: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dpcamgelhbp { + #[prost(message, repeated, tag = "9")] + pub hinibdnfaon: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "5")] + pub lfhcjibbmhb: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dgpmabejomj { + #[prost(message, optional, tag = "9")] + pub malkhnfhfae: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Elbennkhnlc { + #[prost(message, optional, tag = "11")] + pub malkhnfhfae: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Idelammcoii { + #[prost(message, optional, tag = "5")] + pub malkhnfhfae: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dkppcllgimc { + #[prost(uint32, tag = "1")] + pub gacha_random: u32, + #[prost(uint32, tag = "15")] + pub pegaoaafijf: u32, + #[prost(message, optional, tag = "10")] + pub malkhnfhfae: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fafojmlecpg { + #[prost(message, optional, tag = "4")] + pub malkhnfhfae: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cmnfmihmgid { + #[prost(bool, tag = "1")] + pub efkkiadeffi: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cmebminnjon { + #[prost(uint32, tag = "5")] + pub hiageinlahl: u32, + #[prost(oneof = "cmebminnjon::Jgeafhjjaki", tags = "9, 13, 8, 10, 6, 7, 15, 12")] + pub jgeafhjjaki: ::core::option::Option, +} +/// Nested message and enum types in `CMEBMINNJON`. +pub mod cmebminnjon { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Jgeafhjjaki { + #[prost(message, tag = "9")] + Fbbehfhpopd(super::Dcmfofebfak), + #[prost(message, tag = "13")] + Ngbmdkdkbgg(super::Dgpmabejomj), + #[prost(message, tag = "8")] + Imffnddablb(super::Elbennkhnlc), + #[prost(message, tag = "10")] + Fcfhjbppblo(super::Idelammcoii), + #[prost(message, tag = "6")] + Fljfehgobdb(super::Dkppcllgimc), + #[prost(message, tag = "7")] + Mcbgnpdeobn(super::Fafojmlecpg), + #[prost(message, tag = "15")] + Agpjdejalfh(super::Cmnfmihmgid), + #[prost(bool, tag = "12")] + Aekehemkpid(bool), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Imjpkicfbli { + #[prost(int32, tag = "11")] + pub apjbnmcnodj: i32, + #[prost(int32, tag = "5")] + pub hamhneejilb: i32, + #[prost(int32, tag = "13")] + pub mhdmmocglcb: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kpbgpcmaaja { + #[prost(uint32, tag = "9")] + pub buff_id: u32, + #[prost(uint64, tag = "10")] + pub unique_id: u64, + #[prost(uint32, tag = "3")] + pub cipagejlfkb: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Okioobnbdeb { + #[prost(message, repeated, tag = "3")] + pub buff_list: ::prost::alloc::vec::Vec, +} +/// Obf: CBHNGJEPGOO +#[derive(proto_derive::CmdID)] +#[cmdid(7201)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ClockParkGetOngoingScriptInfoScRsp { + #[prost(uint32, tag = "6")] + pub fmpdffagkfo: u32, + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(message, optional, tag = "8")] + pub abkohabemmf: ::core::option::Option, + #[prost(uint32, tag = "15")] + pub jfmpkbhgope: u32, + #[prost(uint32, repeated, tag = "10")] + pub gkeadpkkang: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "9")] + pub ocbbeajpfgf: ::core::option::Option, + #[prost(message, optional, tag = "11")] + pub fihjefngfek: ::core::option::Option, + #[prost(string, tag = "2")] + pub fmhjagnlofd: ::prost::alloc::string::String, + #[prost(uint32, tag = "1")] + pub ibfechknjal: u32, + #[prost(uint32, tag = "12")] + pub gakdaenacod: u32, + #[prost(uint32, tag = "4")] + pub cigpmmbdejd: u32, + #[prost(uint32, tag = "3")] + pub lkgnghcpjag: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lmcbnbomnkk {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cahpbpeepgb { + #[prost(message, optional, tag = "14")] + pub malkhnfhfae: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ajbfjoeimdm { + #[prost(bool, tag = "14")] + pub is_win: bool, + #[prost(uint32, tag = "15")] + pub fmkobadlnki: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Acjiccnkclk { + #[prost(uint32, repeated, tag = "11")] + pub avatar_id_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mbhpheijpmg { + #[prost(uint32, tag = "11")] + pub gacha_random: u32, + #[prost(bool, tag = "15")] + pub gfbgchimnpf: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kfjjagaicde { + #[prost(uint32, tag = "4")] + pub fmkobadlnki: u32, + #[prost(bool, tag = "1")] + pub is_win: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dbiacbdcphe {} +/// Obf: GONIPMFHEFN +#[derive(proto_derive::CmdID)] +#[cmdid(7214)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ClockParkHandleWaitOperationCsReq { + #[prost(uint32, tag = "8")] + pub lkgnghcpjag: u32, + #[prost(uint32, tag = "12")] + pub hiageinlahl: u32, + #[prost( + oneof = "clock_park_handle_wait_operation_cs_req::Epgndlhicmk", + tags = "13, 9, 10, 5, 14, 3, 4, 2" + )] + pub epgndlhicmk: ::core::option::Option< + clock_park_handle_wait_operation_cs_req::Epgndlhicmk, + >, +} +/// Nested message and enum types in `ClockParkHandleWaitOperationCsReq`. +pub mod clock_park_handle_wait_operation_cs_req { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Epgndlhicmk { + #[prost(message, tag = "13")] + Dbhaflbpoda(super::Lmcbnbomnkk), + #[prost(message, tag = "9")] + Emjedjfefhj(super::Cahpbpeepgb), + #[prost(message, tag = "10")] + Onmpchlddga(super::Ajbfjoeimdm), + #[prost(message, tag = "5")] + Encllodmejh(super::Acjiccnkclk), + #[prost(message, tag = "14")] + Mhegjkofolb(super::Mbhpheijpmg), + #[prost(message, tag = "3")] + Kekmkbfheed(super::Kfjjagaicde), + #[prost(message, tag = "4")] + Fhbochdinab(super::Dbiacbdcphe), + #[prost(uint32, tag = "2")] + Fmpdffagkfo(u32), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bhcfgecdidj { + #[prost(uint32, tag = "13")] + pub cigpmmbdejd: u32, + #[prost(bool, tag = "10")] + pub dfgiflkmmfd: bool, + #[prost(uint32, tag = "1")] + pub lkgnghcpjag: u32, + #[prost(uint32, tag = "8")] + pub progress: u32, + #[prost(uint32, tag = "7")] + pub jfmpkbhgope: u32, + #[prost(message, optional, tag = "12")] + pub reward: ::core::option::Option, + #[prost(bool, tag = "3")] + pub dffmiacmhld: bool, +} +/// Obf: NJMDMBLKOHH +#[derive(proto_derive::CmdID)] +#[cmdid(7249)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ClockParkHandleWaitOperationScRsp { + #[prost(enumeration = "Hoedhhdedag", tag = "6")] + pub kelmddkdnja: i32, + #[prost(uint32, tag = "13")] + pub retcode: u32, + #[prost(uint32, tag = "8")] + pub hiageinlahl: u32, + #[prost(message, optional, tag = "9")] + pub battle_info: ::core::option::Option, + #[prost(uint32, tag = "10")] + pub fgbpancblec: u32, + #[prost(uint32, tag = "1")] + pub blpmdkepmjb: u32, +} +/// Obf: JJGFAEGMBDH +#[derive(proto_derive::CmdID)] +#[cmdid(7246)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ClockParkQuitScriptCsReq { + #[prost(bool, tag = "2")] + pub gdgnlhinkbm: bool, + #[prost(uint32, tag = "9")] + pub lkgnghcpjag: u32, +} +/// Obf: KMEGHAGDFHP +#[derive(proto_derive::CmdID)] +#[cmdid(7225)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ClockParkQuitScriptScRsp { + #[prost(uint32, tag = "12")] + pub retcode: u32, +} +/// Obf: CNMDDJNIBMC +#[derive(proto_derive::CmdID)] +#[cmdid(7205)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ClockParkBattleEndScNotify { + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(uint32, tag = "11")] + pub hiageinlahl: u32, +} +/// Obf: CCHDOFKHFOB +#[derive(proto_derive::CmdID)] +#[cmdid(7215)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ClockParkUseBuffCsReq { + #[prost(uint32, tag = "5")] + pub hiageinlahl: u32, + #[prost(uint64, tag = "6")] + pub unique_id: u64, + #[prost(uint32, tag = "15")] + pub lkgnghcpjag: u32, +} +/// Obf: CHKMPGOKHKM +#[derive(proto_derive::CmdID)] +#[cmdid(7230)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ClockParkUseBuffScRsp { + #[prost(uint32, tag = "11")] + pub hiageinlahl: u32, + #[prost(message, optional, tag = "2")] + pub abkohabemmf: ::core::option::Option, + #[prost(uint32, tag = "14")] + pub retcode: u32, + #[prost(uint32, tag = "1")] + pub lkgnghcpjag: u32, + #[prost(oneof = "clock_park_use_buff_sc_rsp::Fkcdbngpakg", tags = "1139, 1506")] + pub fkcdbngpakg: ::core::option::Option, +} +/// Nested message and enum types in `ClockParkUseBuffScRsp`. +pub mod clock_park_use_buff_sc_rsp { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Fkcdbngpakg { + #[prost(message, tag = "1139")] + Malkhnfhfae(super::Dpcamgelhbp), + #[prost(message, tag = "1506")] + Ocbbeajpfgf(super::Imjpkicfbli), + } +} +/// Obf: AJOAPNHIPGI +#[derive(proto_derive::CmdID)] +#[cmdid(7212)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ClockParkFinishScriptScNotify { + #[prost(message, optional, tag = "5")] + pub finish_info: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Item { + #[prost(uint32, tag = "4")] + pub promotion: u32, + #[prost(uint32, tag = "14")] + pub level: u32, + #[prost(uint32, tag = "11")] + pub num: u32, + #[prost(uint32, tag = "13")] + pub rank: u32, + #[prost(uint32, tag = "7")] + pub unique_id: u32, + #[prost(uint32, tag = "9")] + pub main_affix_id: u32, + #[prost(uint32, tag = "10")] + pub item_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ItemList { + #[prost(message, repeated, tag = "12")] + pub item_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PileItem { + #[prost(uint32, tag = "2")] + pub item_id: u32, + #[prost(uint32, tag = "4")] + pub item_num: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ItemCost { + #[prost(oneof = "item_cost::ItemCase", tags = "6, 2, 14")] + pub item_case: ::core::option::Option, +} +/// Nested message and enum types in `ItemCost`. +pub mod item_cost { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum ItemCase { + #[prost(message, tag = "6")] + PileItem(super::PileItem), + #[prost(uint32, tag = "2")] + EquipmentUniqueId(u32), + #[prost(uint32, tag = "14")] + RelicUniqueId(u32), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ItemCostList { + #[prost(message, repeated, tag = "13")] + pub item_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hgmobaleoho { + #[prost(uint32, tag = "14")] + pub aohgeeadfgi: u32, + #[prost(uint32, tag = "1")] + pub item_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Oebjhopbgam { + #[prost(uint32, tag = "12")] + pub promotion: u32, + #[prost(uint32, tag = "4")] + pub rank: u32, + #[prost(uint32, tag = "6")] + pub exp: u32, + #[prost(uint32, tag = "15")] + pub tid: u32, + #[prost(uint32, tag = "11")] + pub level: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Okcihjihban { + #[prost(uint32, tag = "5")] + pub exp: u32, + #[prost(message, repeated, tag = "11")] + pub sub_affix_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "9")] + pub main_affix_id: u32, + #[prost(uint32, tag = "10")] + pub level: u32, + #[prost(uint32, tag = "12")] + pub tid: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Encglepgage { + #[prost(oneof = "encglepgage::Nglnlnmgcpm", tags = "14, 8, 6")] + pub nglnlnmgcpm: ::core::option::Option, +} +/// Nested message and enum types in `ENCGLEPGAGE`. +pub mod encglepgage { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Nglnlnmgcpm { + #[prost(message, tag = "14")] + Olhealpeoea(super::Hgmobaleoho), + #[prost(message, tag = "8")] + Ajidjchehjh(super::Oebjhopbgam), + #[prost(message, tag = "6")] + Dnfklfgaepb(super::Okcihjihban), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ejhlgglfnlo { + #[prost(message, repeated, tag = "14")] + pub item_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Vector { + #[prost(sint32, tag = "15")] + pub y: i32, + #[prost(sint32, tag = "10")] + pub z: i32, + #[prost(sint32, tag = "6")] + pub x: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MotionInfo { + #[prost(message, optional, tag = "3")] + pub rot: ::core::option::Option, + #[prost(message, optional, tag = "2")] + pub pos: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RotateVector { + #[prost(float, tag = "7")] + pub z: f32, + #[prost(float, tag = "12")] + pub y: f32, + #[prost(float, tag = "9")] + pub rotate: f32, + #[prost(float, tag = "11")] + pub x: f32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneMonsterWaveParam { + #[prost(uint32, tag = "1")] + pub iibeoenkncn: u32, + #[prost(uint32, tag = "11")] + pub level: u32, + #[prost(uint32, tag = "13")] + pub noplcghhdjj: u32, + #[prost(uint32, tag = "10")] + pub oanmnkhjalp: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneMonster { + #[prost(uint32, tag = "10")] + pub max_hp: u32, + #[prost(uint32, tag = "14")] + pub cur_hp: u32, + #[prost(uint32, tag = "11")] + pub monster_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneMonsterWave { + #[prost(uint32, tag = "7")] + pub wave_id: u32, + #[prost(message, repeated, tag = "11")] + pub dbibgolghan: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "9")] + pub monster_list: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "6")] + pub wave_param: ::core::option::Option, + #[prost(uint32, tag = "2")] + pub stage_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneBattleInfo { + #[prost(message, repeated, tag = "1354")] + pub event_battle_info_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "6")] + pub battle_avatar_list: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "13")] + pub lkahlgniecf: bool, + #[prost(uint32, tag = "14")] + pub logic_random_seed: u32, + #[prost(uint32, tag = "12")] + pub world_level: u32, + #[prost(message, optional, tag = "869")] + pub evolve_build_battle_info: ::core::option::Option, + #[prost(message, repeated, tag = "7")] + pub monster_wave_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "9")] + pub buff_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "15")] + pub battle_id: u32, + #[prost(uint32, tag = "5")] + pub rounds_limit: u32, + #[prost(message, optional, tag = "1420")] + pub giogkglbaca: ::core::option::Option, + #[prost(uint32, tag = "8")] + pub stage_id: u32, + #[prost(message, optional, tag = "206")] + pub rogue_magic_battle_info: ::core::option::Option, + #[prost(message, optional, tag = "1517")] + pub cgoblnlgcmo: ::core::option::Option, + #[prost(map = "uint32, message", tag = "129")] + pub battle_target_info: ::std::collections::HashMap, + #[prost(uint32, tag = "1")] + pub wave_count: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lfehjfjhjlh { + #[prost(uint32, tag = "5")] + pub battle_id: u32, + #[prost(uint32, tag = "14")] + pub stage_id: u32, + #[prost(uint32, tag = "15")] + pub logic_random_seed: u32, + #[prost(message, repeated, tag = "4")] + pub buff_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "12")] + pub battle_avatar_list: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "9")] + pub lkahlgniecf: bool, + #[prost(message, repeated, tag = "13")] + pub monster_wave_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Gdddbpgaiec { + #[prost(enumeration = "AvatarType", tag = "5")] + pub avatar_type: i32, + #[prost(uint32, tag = "15")] + pub cjebfjlplhl: u32, + #[prost(uint32, tag = "11")] + pub id: u32, +} +/// Obf: CECIAJKILGH +#[derive(proto_derive::CmdID)] +#[cmdid(7529)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ContentPackageGetDataCsReq {} +/// Obf: ODCMPKEKCOA +#[derive(proto_derive::CmdID)] +#[cmdid(7537)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ContentPackageGetDataScRsp { + #[prost(message, optional, tag = "4")] + pub data: ::core::option::Option, + #[prost(uint32, tag = "11")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ContentInfo { + #[prost(uint32, tag = "1")] + pub content_id: u32, + #[prost(enumeration = "ContentPackageStatus", tag = "9")] + pub status: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PackageData { + #[prost(uint32, tag = "15")] + pub ehmocgomkoa: u32, + #[prost(message, repeated, tag = "12")] + pub info_list: ::prost::alloc::vec::Vec, +} +/// Obf: AMOFIAPDLIL +#[derive(proto_derive::CmdID)] +#[cmdid(7542)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ContentPackageSyncDataScNotify { + #[prost(message, optional, tag = "1")] + pub data: ::core::option::Option, +} +/// Obf: GIKGCBBEEGJ +#[derive(proto_derive::CmdID)] +#[cmdid(7502)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ContentPackageUnlockCsReq { + #[prost(uint32, tag = "15")] + pub content_id: u32, +} +/// Obf: DLNFJKCMKOM +#[derive(proto_derive::CmdID)] +#[cmdid(7544)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ContentPackageUnlockScRsp { + #[prost(uint32, tag = "4")] + pub content_id: u32, + #[prost(uint32, tag = "10")] + pub retcode: u32, +} +/// Obf: PEECHNAIOCL +#[derive(proto_derive::CmdID)] +#[cmdid(7510)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ContentPackageTransferScNotify {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DailyActivityInfo { + #[prost(uint32, tag = "15")] + pub world_level: u32, + #[prost(uint32, tag = "3")] + pub daily_active_point: u32, + #[prost(bool, tag = "4")] + pub is_has_taken: bool, + #[prost(uint32, tag = "11")] + pub level: u32, +} +/// Obf: FFEKNCLFJOB +#[derive(proto_derive::CmdID)] +#[cmdid(3398)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeApRewardCsReq { + #[prost(uint32, tag = "2")] + pub level: u32, +} +/// Obf: CFEDGECADLB +#[derive(proto_derive::CmdID)] +#[cmdid(3371)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeApRewardScRsp { + #[prost(message, optional, tag = "11")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(uint32, tag = "6")] + pub level: u32, +} +/// Obf: MMPDIEOCPPJ +#[derive(proto_derive::CmdID)] +#[cmdid(3383)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetDailyActiveInfoCsReq {} +/// Obf: HJKHEHLPMOD +#[derive(proto_derive::CmdID)] +#[cmdid(3342)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetDailyActiveInfoScRsp { + #[prost(uint32, tag = "6")] + pub daily_active_point: u32, + #[prost(uint32, repeated, tag = "8")] + pub daily_active_quest_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "7")] + pub retcode: u32, + #[prost(message, repeated, tag = "1")] + pub daily_active_level_list: ::prost::alloc::vec::Vec, +} +/// Obf: IENACFGCJFP +#[derive(proto_derive::CmdID)] +#[cmdid(3379)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DailyActiveInfoNotify { + #[prost(uint32, tag = "9")] + pub daily_active_point: u32, + #[prost(message, repeated, tag = "12")] + pub daily_active_level_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "2")] + pub daily_active_quest_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: FGAPNGJPFCE +#[derive(proto_derive::CmdID)] +#[cmdid(3377)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeAllApRewardCsReq {} +/// Obf: JLNHHOKDHGC +#[derive(proto_derive::CmdID)] +#[cmdid(3333)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeAllApRewardScRsp { + #[prost(message, optional, tag = "3")] + pub reward: ::core::option::Option, + #[prost(uint32, repeated, tag = "7")] + pub kmipgfoknmm: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "12")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DrinkMakerGuest { + #[prost(uint32, tag = "8")] + pub faith: u32, + #[prost(uint32, repeated, tag = "9")] + pub unlocked_favor_tag_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "4")] + pub guest_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lgnioadjnoj { + #[prost(uint32, tag = "3")] + pub ohfinjlmili: u32, + #[prost(uint32, tag = "9")] + pub opmepodlidl: u32, + #[prost(uint32, tag = "11")] + pub mdfpmngjnhb: u32, + #[prost(uint32, repeated, tag = "12")] + pub alccelpmedb: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "6")] + pub kjckbjdkmaj: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bkfllohdlem { + #[prost(bool, tag = "7")] + pub mnmbfageloc: bool, + #[prost(uint32, tag = "11")] + pub oapjflklheh: u32, +} +/// Obf: GJAHHFIPMEI +#[derive(proto_derive::CmdID)] +#[cmdid(6994)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetDrinkMakerDataCsReq {} +/// Obf: HKPMMMFGKEG +#[derive(proto_derive::CmdID)] +#[cmdid(6997)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetDrinkMakerDataScRsp { + #[prost(uint32, tag = "3")] + pub exp: u32, + #[prost(uint32, tag = "2")] + pub pahbkdpklfb: u32, + #[prost(message, optional, tag = "10")] + pub flnjdfhnnfi: ::core::option::Option, + #[prost(uint32, tag = "11")] + pub baagliidlnk: u32, + #[prost(uint32, tag = "5")] + pub hjifbkpidog: u32, + #[prost(uint32, repeated, tag = "1")] + pub dcphnkmflmn: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "9")] + pub level: u32, + #[prost(uint32, tag = "6")] + pub faabghnmghm: u32, + #[prost(message, repeated, tag = "12")] + pub lpncflakpoh: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "14")] + pub retcode: u32, +} +/// Obf: MEPLMFGLBJE +#[derive(proto_derive::CmdID)] +#[cmdid(6993)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MakeDrinkCsReq { + #[prost(message, optional, tag = "14")] + pub oeeheokkngd: ::core::option::Option, + #[prost(uint32, tag = "10")] + pub faabghnmghm: u32, +} +/// Obf: MakeDrinkScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(6990)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MakeDrinkScRsp { + #[prost(uint32, tag = "6")] + pub next_chat_id: u32, + #[prost(bool, tag = "4")] + pub is_succ: bool, + #[prost(uint32, tag = "15")] + pub retcode: u32, +} +/// Obf: LGBNHAOMPLC +#[derive(proto_derive::CmdID)] +#[cmdid(6988)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EndDrinkMakerSequenceCsReq {} +/// Obf: EndDrinkMakerSequenceScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(6995)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EndDrinkMakerSequenceScRsp { + #[prost(message, optional, tag = "12")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "9")] + pub tips: u32, + #[prost(uint32, tag = "4")] + pub exp: u32, + #[prost(uint32, tag = "11")] + pub next_sequence_id: u32, + #[prost(message, optional, tag = "3")] + pub guest: ::core::option::Option, + #[prost(uint32, tag = "10")] + pub level: u32, + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(message, repeated, tag = "1")] + pub request_list: ::prost::alloc::vec::Vec, +} +/// Obf: HCFIPLIIGJA +#[derive(proto_derive::CmdID)] +#[cmdid(6992)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MakeMissionDrinkCsReq { + #[prost(uint32, tag = "2")] + pub oapjflklheh: u32, + #[prost(message, optional, tag = "9")] + pub oeeheokkngd: ::core::option::Option, + #[prost(bool, tag = "13")] + pub beddolcompo: bool, +} +/// Obf: MakeMissionDrinkScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(6989)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MakeMissionDrinkScRsp { + #[prost(bool, tag = "14")] + pub is_succ: bool, + #[prost(bool, tag = "2")] + pub is_save: bool, + #[prost(message, optional, tag = "10")] + pub custom_drink: ::core::option::Option, + #[prost(uint32, tag = "15")] + pub retcode: u32, +} +/// Obf: ILMONPKKLKJ +#[derive(proto_derive::CmdID)] +#[cmdid(6986)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DrinkMakerDayEndScNotify { + #[prost(uint32, tag = "1")] + pub okjckfkadfc: u32, +} +/// Obf: LIEEADFEBMF +#[derive(proto_derive::CmdID)] +#[cmdid(6983)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DrinkMakerChallengeCsReq { + #[prost(uint32, tag = "4")] + pub challenge_id: u32, + #[prost(message, optional, tag = "3")] + pub oeeheokkngd: ::core::option::Option, +} +/// Obf: LFBADIINJOA +#[derive(proto_derive::CmdID)] +#[cmdid(6987)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DrinkMakerChallengeScRsp { + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(bool, tag = "6")] + pub mnmbfageloc: bool, + #[prost(message, optional, tag = "2")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "13")] + pub challenge_id: u32, +} +/// Obf: HPPMAAPBPMJ +#[derive(proto_derive::CmdID)] +#[cmdid(6999)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DrinkMakerUpdateTipsNotify { + #[prost(uint32, tag = "4")] + pub baagliidlnk: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EvolveBuildAvatar { + #[prost(double, tag = "11")] + pub damage: f64, + #[prost(enumeration = "AvatarType", tag = "14")] + pub avatar_type: i32, + #[prost(uint32, tag = "8")] + pub avatar_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EvolveBuildLevelInfo { + #[prost(message, repeated, tag = "6")] + pub avatar_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "8")] + pub period_id_list: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "3")] + pub battle_info: ::core::option::Option, + #[prost(uint32, tag = "13")] + pub cur_game_exp: u32, + #[prost(uint32, tag = "2")] + pub round_cnt: u32, + #[prost(message, repeated, tag = "5")] + pub battle_target_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ejkbgepdpmf { + #[prost(uint32, tag = "13")] + pub khhfcelafja: u32, + #[prost(uint32, tag = "3")] + pub stage_score: u32, + #[prost(uint32, tag = "11")] + pub level_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Nhcdhndcjmi { + #[prost(uint32, tag = "14")] + pub ickoblbokih: u32, + #[prost(uint32, tag = "4")] + pub level: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lcingimgeem { + #[prost(uint32, tag = "11")] + pub level_id: u32, + #[prost(bool, tag = "12")] + pub hoamcdkdelj: bool, + #[prost(uint32, repeated, tag = "5")] + pub nekeckbbfmh: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "9")] + pub pbbehnbhiim: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kbbmnpcnhmo { + #[prost(uint32, repeated, tag = "14")] + pub nmfpfclddnn: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "3")] + pub ienlipdapmg: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "4")] + pub gdilhigffnp: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "2")] + pub doidhijiklh: u32, + #[prost(uint32, tag = "6")] + pub exp: u32, + #[prost(uint32, repeated, tag = "12")] + pub bacnpjfoaof: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "7")] + pub gmiljkpopgd: bool, + #[prost(uint32, tag = "10")] + pub game_item: u32, + #[prost(bool, tag = "8")] + pub gnjagilemcj: bool, + #[prost(message, repeated, tag = "9")] + pub hlglfnabfop: ::prost::alloc::vec::Vec, +} +/// Obf: ENMAHPFEHFH +#[derive(proto_derive::CmdID)] +#[cmdid(7129)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EvolveBuildQueryInfoCsReq {} +/// Obf: FMFBGOAFHEL +#[derive(proto_derive::CmdID)] +#[cmdid(7137)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EvolveBuildQueryInfoScRsp { + #[prost(message, optional, tag = "4")] + pub gghebmcajki: ::core::option::Option, + #[prost(message, optional, tag = "7")] + pub current_info: ::core::option::Option, + #[prost(uint32, tag = "13")] + pub retcode: u32, +} +/// Obf: NAPBFPBIBGF +#[derive(proto_derive::CmdID)] +#[cmdid(7142)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EvolveBuildStartLevelCsReq { + #[prost(uint32, tag = "4")] + pub level_id: u32, + #[prost(message, repeated, tag = "13")] + pub avatar_list: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "12")] + pub jjlfibaajnj: ::core::option::Option, +} +/// Obf: LMHPFLMOBBL +#[derive(proto_derive::CmdID)] +#[cmdid(7102)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EvolveBuildStartLevelScRsp { + #[prost(message, optional, tag = "12")] + pub gghebmcajki: ::core::option::Option, + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(message, optional, tag = "6")] + pub kfpdpbbaopl: ::core::option::Option, +} +/// Obf: JPGEOGNHJJH +#[derive(proto_derive::CmdID)] +#[cmdid(7144)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EvolveBuildStartStageCsReq { + #[prost(uint32, tag = "3")] + pub level_id: u32, +} +/// Obf: CGOHAEPOOIK +#[derive(proto_derive::CmdID)] +#[cmdid(7110)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EvolveBuildStartStageScRsp { + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(message, optional, tag = "10")] + pub kfpdpbbaopl: ::core::option::Option, + #[prost(message, optional, tag = "7")] + pub gghebmcajki: ::core::option::Option, +} +/// Obf: IFJIIAHANBL +#[derive(proto_derive::CmdID)] +#[cmdid(7124)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EvolveBuildGiveupCsReq {} +/// Obf: PLENGAAPCKI +#[derive(proto_derive::CmdID)] +#[cmdid(7132)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EvolveBuildGiveupScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(message, optional, tag = "1")] + pub gghebmcajki: ::core::option::Option, +} +/// Obf: GJOMPJBOLBI +#[derive(proto_derive::CmdID)] +#[cmdid(7113)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EvolveBuildLeaveCsReq {} +/// Obf: MDDELFAFIDC +#[derive(proto_derive::CmdID)] +#[cmdid(7101)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EvolveBuildLeaveScRsp { + #[prost(message, optional, tag = "7")] + pub gghebmcajki: ::core::option::Option, + #[prost(uint32, tag = "15")] + pub retcode: u32, +} +/// Obf: EvolveBuildFinishScNotify +#[derive(proto_derive::CmdID)] +#[cmdid(7114)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EvolveBuildFinishScNotify { + #[prost(enumeration = "Hbhdigopdmp", tag = "15")] + pub battle_result_type: i32, + #[prost(uint32, tag = "6")] + pub coin: u32, + #[prost(uint32, tag = "5")] + pub score: u32, + #[prost(bool, tag = "8")] + pub is_lose: bool, + #[prost(uint32, tag = "10")] + pub wave: u32, + #[prost(message, optional, tag = "3")] + pub level_info: ::core::option::Option, + #[prost(uint32, tag = "11")] + pub exp: u32, + #[prost(uint32, tag = "1")] + pub level_id: u32, + #[prost(uint32, tag = "4")] + pub cur_period_type: u32, +} +/// Obf: GFKGEJOFAKK +#[derive(proto_derive::CmdID)] +#[cmdid(7149)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EvolveBuildReRandomStageCsReq { + #[prost(uint32, tag = "13")] + pub level_id: u32, +} +/// Obf: BDLDJCDNOMK +#[derive(proto_derive::CmdID)] +#[cmdid(7146)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EvolveBuildReRandomStageScRsp { + #[prost(message, optional, tag = "4")] + pub kpemifncmpj: ::core::option::Option, + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +/// Obf: BKKNJNJCFNN +#[derive(proto_derive::CmdID)] +#[cmdid(7127)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EvolveBuildShopAbilityUpCsReq { + #[prost(uint32, tag = "7")] + pub level: u32, + #[prost(uint32, tag = "15")] + pub ickoblbokih: u32, +} +/// Obf: JJKPKLBGHBL +#[derive(proto_derive::CmdID)] +#[cmdid(7105)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EvolveBuildShopAbilityUpScRsp { + #[prost(uint32, tag = "9")] + pub level: u32, + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(uint32, tag = "2")] + pub ickoblbokih: u32, +} +/// Obf: OGMKKALMOMP +#[derive(proto_derive::CmdID)] +#[cmdid(7143)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EvolveBuildShopAbilityDownCsReq { + #[prost(uint32, tag = "9")] + pub ickoblbokih: u32, + #[prost(uint32, tag = "14")] + pub level: u32, +} +/// Obf: BHCPMALOEFD +#[derive(proto_derive::CmdID)] +#[cmdid(7115)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EvolveBuildShopAbilityDownScRsp { + #[prost(uint32, tag = "3")] + pub level: u32, + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(uint32, tag = "14")] + pub ickoblbokih: u32, +} +/// Obf: IGJOIPHCLPG +#[derive(proto_derive::CmdID)] +#[cmdid(7130)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EvolveBuildTakeExpRewardCsReq {} +/// Obf: FKEHNPLFMLG +#[derive(proto_derive::CmdID)] +#[cmdid(7112)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EvolveBuildTakeExpRewardScRsp { + #[prost(uint32, tag = "8")] + pub doidhijiklh: u32, + #[prost(uint32, tag = "4")] + pub retcode: u32, + #[prost(message, optional, tag = "5")] + pub reward: ::core::option::Option, +} +/// Obf: JOLAMFAHKHJ +#[derive(proto_derive::CmdID)] +#[cmdid(7106)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EvolveBuildShopAbilityResetCsReq {} +/// Obf: LOANCMGLJMJ +#[derive(proto_derive::CmdID)] +#[cmdid(7116)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EvolveBuildShopAbilityResetScRsp { + #[prost(message, repeated, tag = "4")] + pub hlglfnabfop: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(uint32, tag = "5")] + pub game_item: u32, +} +/// Obf: AOMIMHMIDOK +#[derive(proto_derive::CmdID)] +#[cmdid(7128)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EvolveBuildCoinNotify { + #[prost(uint32, tag = "14")] + pub game_item: u32, +} +/// Obf: GCMGKJALOAM +#[derive(proto_derive::CmdID)] +#[cmdid(7103)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EvolveBuildUnlockInfoNotify { + #[prost(bool, tag = "10")] + pub gmiljkpopgd: bool, + #[prost(bool, tag = "1")] + pub gnjagilemcj: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jlhhcijpopd { + #[prost(int64, tag = "5")] + pub oflkhcbdcaj: i64, + #[prost(uint32, tag = "14")] + pub jemlfadbgmg: u32, + #[prost(uint32, tag = "13")] + pub id: u32, + #[prost(uint32, repeated, tag = "15")] + pub avatar_id_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ifbdjjlgdnj { + #[prost(uint32, tag = "6")] + pub id: u32, + #[prost(uint32, tag = "3")] + pub laojbociehn: u32, + #[prost(uint32, tag = "14")] + pub bpmjpelfjbk: u32, + #[prost(uint32, tag = "7")] + pub phogemplhln: u32, + #[prost(int64, tag = "13")] + pub oflkhcbdcaj: i64, + #[prost(uint32, repeated, tag = "15")] + pub avatar_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: OACGIJEDKCH +#[derive(proto_derive::CmdID)] +#[cmdid(2598)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetExpeditionDataCsReq {} +/// Obf: JLNICKCOEHF +#[derive(proto_derive::CmdID)] +#[cmdid(2571)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetExpeditionDataScRsp { + #[prost(uint32, tag = "9")] + pub dlhildehbmi: u32, + #[prost(uint32, repeated, tag = "5")] + pub ajmjnimfdoo: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "11")] + pub clogaemkppm: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "3")] + pub gnjknmoaeha: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(uint32, repeated, tag = "12")] + pub leojcihogpm: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "4")] + pub klmgffabhca: ::prost::alloc::vec::Vec, +} +/// Obf: NAHHFAEPBOB +#[derive(proto_derive::CmdID)] +#[cmdid(2583)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AcceptExpeditionCsReq { + #[prost(message, optional, tag = "11")] + pub bmcdhdacloi: ::core::option::Option, +} +/// Obf: PFJKMAIPOJL +#[derive(proto_derive::CmdID)] +#[cmdid(2542)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AcceptExpeditionScRsp { + #[prost(message, optional, tag = "2")] + pub bmcdhdacloi: ::core::option::Option, + #[prost(uint32, tag = "12")] + pub retcode: u32, +} +/// Obf: HMGKLDMLNDC +#[derive(proto_derive::CmdID)] +#[cmdid(2505)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AcceptMultipleExpeditionCsReq { + #[prost(message, repeated, tag = "13")] + pub ibcoiffnijn: ::prost::alloc::vec::Vec, +} +/// Obf: FHIHGDJBBJD +#[derive(proto_derive::CmdID)] +#[cmdid(2545)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AcceptMultipleExpeditionScRsp { + #[prost(message, repeated, tag = "7")] + pub gahhpngklfh: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "4")] + pub retcode: u32, +} +/// Obf: JCPMOLFBJAL +#[derive(proto_derive::CmdID)] +#[cmdid(2579)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct CancelExpeditionCsReq { + #[prost(uint32, tag = "15")] + pub gliepfenphh: u32, +} +/// Obf: IPJKADNGIHJ +#[derive(proto_derive::CmdID)] +#[cmdid(2577)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct CancelExpeditionScRsp { + #[prost(uint32, tag = "7")] + pub gliepfenphh: u32, + #[prost(uint32, tag = "15")] + pub retcode: u32, +} +/// Obf: AKNPPLOJJOK +#[derive(proto_derive::CmdID)] +#[cmdid(2533)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeExpeditionRewardCsReq { + #[prost(uint32, tag = "11")] + pub gliepfenphh: u32, +} +/// Obf: DPGGJLFNKDB +#[derive(proto_derive::CmdID)] +#[cmdid(2512)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeExpeditionRewardScRsp { + #[prost(message, optional, tag = "4")] + pub kcgoboknmfh: ::core::option::Option, + #[prost(uint32, tag = "1")] + pub gliepfenphh: u32, + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(message, optional, tag = "5")] + pub reward: ::core::option::Option, +} +/// Obf: LLGGMOBPHLF +#[derive(proto_derive::CmdID)] +#[cmdid(2520)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeMultipleExpeditionRewardCsReq { + #[prost(uint32, repeated, tag = "15")] + pub koehkpoigff: ::prost::alloc::vec::Vec, +} +/// Obf: FFNDBOCPLOO +#[derive(proto_derive::CmdID)] +#[cmdid(2550)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeMultipleExpeditionRewardScRsp { + #[prost(uint32, repeated, tag = "10")] + pub eclnnacmijb: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "14")] + pub retcode: u32, + #[prost(message, optional, tag = "2")] + pub kcgoboknmfh: ::core::option::Option, + #[prost(message, repeated, tag = "7")] + pub podbcpnbinn: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "4")] + pub oiemdidmaek: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "5")] + pub reward: ::core::option::Option, +} +/// Obf: EFFJNGGLLOO +#[derive(proto_derive::CmdID)] +#[cmdid(2528)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ExpeditionDataChangeScNotify { + #[prost(uint32, tag = "9")] + pub dlhildehbmi: u32, + #[prost(message, repeated, tag = "4")] + pub klmgffabhca: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "15")] + pub clogaemkppm: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "11")] + pub gnjknmoaeha: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "7")] + pub leojcihogpm: ::prost::alloc::vec::Vec, +} +/// Obf: EMHHBBOBAFJ +#[derive(proto_derive::CmdID)] +#[cmdid(2538)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AcceptActivityExpeditionCsReq { + #[prost(message, optional, tag = "10")] + pub nacjgfafcge: ::core::option::Option, +} +/// Obf: CKLCFCOBMFJ +#[derive(proto_derive::CmdID)] +#[cmdid(2578)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AcceptActivityExpeditionScRsp { + #[prost(uint32, tag = "13")] + pub retcode: u32, + #[prost(message, optional, tag = "2")] + pub nacjgfafcge: ::core::option::Option, +} +/// Obf: GBAIJKMFHEL +#[derive(proto_derive::CmdID)] +#[cmdid(2556)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct CancelActivityExpeditionCsReq { + #[prost(uint32, tag = "10")] + pub hadkpjokkcm: u32, +} +/// Obf: BIOFKLGAFED +#[derive(proto_derive::CmdID)] +#[cmdid(2589)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct CancelActivityExpeditionScRsp { + #[prost(uint32, tag = "11")] + pub hadkpjokkcm: u32, + #[prost(uint32, tag = "9")] + pub retcode: u32, +} +/// Obf: JIICAOHAGNC +#[derive(proto_derive::CmdID)] +#[cmdid(2522)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeActivityExpeditionRewardCsReq { + #[prost(uint32, tag = "12")] + pub hadkpjokkcm: u32, +} +/// Obf: MICILBEPJLJ +#[derive(proto_derive::CmdID)] +#[cmdid(2566)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeActivityExpeditionRewardScRsp { + #[prost(message, optional, tag = "5")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "1")] + pub hadkpjokkcm: u32, + #[prost(message, optional, tag = "13")] + pub kcgoboknmfh: ::core::option::Option, + #[prost(uint32, tag = "9")] + pub score: u32, + #[prost(uint32, tag = "15")] + pub retcode: u32, +} +/// Obf: OGPHANOKLMP +#[derive(proto_derive::CmdID)] +#[cmdid(2531)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeMultipleActivityExpeditionRewardCsReq { + #[prost(uint32, repeated, tag = "5")] + pub hloiknkapmn: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ijnlpbihkif { + #[prost(message, optional, tag = "12")] + pub kcgoboknmfh: ::core::option::Option, + #[prost(uint32, tag = "9")] + pub hadkpjokkcm: u32, + #[prost(message, optional, tag = "13")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "1")] + pub score: u32, +} +/// Obf: HNBGFIIPFIP +#[derive(proto_derive::CmdID)] +#[cmdid(2504)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeMultipleActivityExpeditionRewardScRsp { + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(message, repeated, tag = "3")] + pub epofpdikdof: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kgedkkajkcl { + #[prost(message, repeated, tag = "10")] + pub avatar_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "9")] + pub buff_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Piibebifhkm { + #[prost(uint32, repeated, tag = "14")] + pub caicdafagni: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "8")] + pub gjlejeeadmp: ::prost::alloc::vec::Vec, + #[prost(map = "uint32, uint32", tag = "3")] + pub jplkeiakgcb: ::std::collections::HashMap, + #[prost(uint32, repeated, tag = "15")] + pub mdeabajnlbj: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "6")] + pub glejeakfbpc: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "4")] + pub klaneabkeld: u32, + #[prost(map = "uint32, message", tag = "2")] + pub haimfamaihg: ::std::collections::HashMap, +} +/// Obf: DMDCOKCDKGF +#[derive(proto_derive::CmdID)] +#[cmdid(4998)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFantasticStoryActivityDataCsReq { + #[prost(uint32, tag = "7")] + pub klaneabkeld: u32, +} +/// Obf: DBNPGJHHOJK +#[derive(proto_derive::CmdID)] +#[cmdid(4971)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFantasticStoryActivityDataScRsp { + #[prost(message, optional, tag = "7")] + pub lhgebdifnap: ::core::option::Option, + #[prost(uint32, tag = "12")] + pub retcode: u32, +} +/// Obf: EMNBDJMGOJF +#[derive(proto_derive::CmdID)] +#[cmdid(4983)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishChapterScNotify { + #[prost(message, optional, tag = "15")] + pub lhgebdifnap: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Allfkpippdh { + #[prost(enumeration = "AvatarType", tag = "12")] + pub avatar_type: i32, + #[prost(uint32, tag = "5")] + pub avatar_id: u32, +} +/// Obf: JKOEJJPFOBK +#[derive(proto_derive::CmdID)] +#[cmdid(4942)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterFantasticStoryActivityStageCsReq { + #[prost(uint32, tag = "15")] + pub klaneabkeld: u32, + #[prost(message, repeated, tag = "1")] + pub avatar_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "14")] + pub buff_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "3")] + pub battle_id: u32, +} +/// Obf: MHMDFAPADHC +#[derive(proto_derive::CmdID)] +#[cmdid(4979)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterFantasticStoryActivityStageScRsp { + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(uint32, tag = "15")] + pub klaneabkeld: u32, + #[prost(message, optional, tag = "4")] + pub battle_info: ::core::option::Option, + #[prost(uint32, tag = "9")] + pub battle_id: u32, +} +/// Obf: MIBKGBHFHGM +#[derive(proto_derive::CmdID)] +#[cmdid(4977)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FantasticStoryActivityBattleEndScNotify { + #[prost(uint32, tag = "10")] + pub battle_id: u32, + #[prost(uint32, tag = "8")] + pub mggbjfflcae: u32, + #[prost(uint32, tag = "9")] + pub klaneabkeld: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hlmdjjkdjnp { + #[prost(uint32, tag = "9")] + pub ghikggjmikf: u32, + #[prost(uint32, tag = "6")] + pub epjpmbmokaj: u32, + #[prost(enumeration = "Jfpgchplipk", tag = "14")] + pub hljelcnljki: i32, +} +/// Obf: GLGNIELIKKH +#[derive(proto_derive::CmdID)] +#[cmdid(7153)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFeverTimeActivityDataCsReq {} +/// Obf: LOIDLGKDPEG +#[derive(proto_derive::CmdID)] +#[cmdid(7160)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFeverTimeActivityDataScRsp { + #[prost(uint32, tag = "13")] + pub retcode: u32, + #[prost(message, repeated, tag = "2")] + pub keckgljlilm: ::prost::alloc::vec::Vec, +} +/// Obf: GOCJLMPOKKP +#[derive(proto_derive::CmdID)] +#[cmdid(7157)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FeverTimeActivityBattleEndScNotify { + #[prost(uint32, tag = "2")] + pub bfadhpmmodp: u32, + #[prost(uint32, tag = "8")] + pub id: u32, + #[prost(enumeration = "Jfpgchplipk", tag = "1")] + pub egpgpjlohil: i32, + #[prost(uint32, tag = "9")] + pub dhfaldjeaan: u32, +} +/// Obf: EMMHJFHBBLH +#[derive(proto_derive::CmdID)] +#[cmdid(7152)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterFeverTimeActivityStageCsReq { + #[prost(uint32, tag = "8")] + pub id: u32, + #[prost(uint32, tag = "12")] + pub adnppcilfma: u32, + #[prost(message, repeated, tag = "3")] + pub avatar_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "13")] + pub boohbijbbia: u32, +} +/// Obf: DDBNDHJGBBH +#[derive(proto_derive::CmdID)] +#[cmdid(7158)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterFeverTimeActivityStageScRsp { + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(message, optional, tag = "2")] + pub battle_info: ::core::option::Option, + #[prost(uint32, tag = "3")] + pub id: u32, +} +/// Obf: NLFIMBACGBJ +#[derive(proto_derive::CmdID)] +#[cmdid(30098)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightEnterCsReq { + #[prost(uint64, tag = "6")] + pub ldpphljdanl: u64, + #[prost(uint32, tag = "13")] + pub client_res_version: u32, + #[prost(string, tag = "3")] + pub ipepbmikjcn: ::prost::alloc::string::String, + #[prost(uint32, tag = "10")] + pub platform_type: u32, + #[prost(uint32, tag = "12")] + pub kmanpjcmaob: u32, + #[prost(uint32, tag = "14")] + pub jiopmfnpbnp: u32, + #[prost(uint32, tag = "7")] + pub uid: u32, + #[prost(uint32, tag = "11")] + pub cgegollmhcj: u32, +} +/// Obf: CEFPBLOAAMF +#[derive(proto_derive::CmdID)] +#[cmdid(30071)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightEnterScRsp { + #[prost(uint32, tag = "4")] + pub kmanpjcmaob: u32, + #[prost(bool, tag = "5")] + pub ljmfohlobci: bool, + #[prost(uint64, tag = "15")] + pub secret_key_seed: u64, + #[prost(uint64, tag = "13")] + pub server_timestamp_ms: u64, + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +/// Obf: PJHLBKHFACK +#[derive(proto_derive::CmdID)] +#[cmdid(30083)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightLeaveScNotify { + #[prost(uint32, tag = "14")] + pub hgjpicgmlmk: u32, +} +/// Obf: FNGNGHLIEPL +#[derive(proto_derive::CmdID)] +#[cmdid(30042)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightKickOutScNotify { + #[prost(enumeration = "Elcmefibkbj", tag = "12")] + pub cppifokpanf: i32, +} +/// Obf: GDMOGAFKOPF +#[derive(proto_derive::CmdID)] +#[cmdid(30079)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightHeartBeatCsReq { + #[prost(uint64, tag = "14")] + pub client_time_ms: u64, +} +/// Obf: KDDMGFAMMNB +#[derive(proto_derive::CmdID)] +#[cmdid(30077)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightHeartBeatScRsp { + #[prost(uint64, tag = "3")] + pub client_time_ms: u64, + #[prost(uint32, tag = "14")] + pub retcode: u32, + #[prost(uint64, tag = "2")] + pub server_time_ms: u64, +} +/// Obf: OJOGPEJBJJK +#[derive(proto_derive::CmdID)] +#[cmdid(30033)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightSessionStopScNotify { + #[prost(message, optional, tag = "11")] + pub bannakdnbfa: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightActivityGroup { + #[prost(uint32, tag = "15")] + pub group_id: u32, + #[prost(uint32, tag = "3")] + pub endless_max_wave: u32, + #[prost(uint32, tag = "9")] + pub passed_max_difficulty_level: u32, + #[prost(uint32, repeated, tag = "4")] + pub taken_difficulty_level_reward_list: ::prost::alloc::vec::Vec, +} +/// Obf: PEDBKMCFGJD +#[derive(proto_derive::CmdID)] +#[cmdid(3698)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFightActivityDataCsReq {} +/// Obf: OABJBLDFCCL +#[derive(proto_derive::CmdID)] +#[cmdid(3671)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFightActivityDataScRsp { + #[prost(uint32, tag = "14")] + pub retcode: u32, + #[prost(message, repeated, tag = "8")] + pub groups: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "2")] + pub aggmhdokdpm: bool, + #[prost(map = "uint32, uint32", tag = "7")] + pub jdnhcnhamml: ::std::collections::HashMap, + #[prost(uint32, tag = "5")] + pub world_level: u32, +} +/// Obf: CEFIDKOMGKL +#[derive(proto_derive::CmdID)] +#[cmdid(3683)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightActivityDataChangeScNotify { + #[prost(message, repeated, tag = "1")] + pub groups: ::prost::alloc::vec::Vec, + #[prost(map = "uint32, uint32", tag = "13")] + pub jdnhcnhamml: ::std::collections::HashMap, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Iifkdonldma { + #[prost(enumeration = "AvatarType", tag = "9")] + pub avatar_type: i32, + #[prost(uint32, tag = "10")] + pub avatar_id: u32, +} +/// Obf: CMDJEMFDLBC +#[derive(proto_derive::CmdID)] +#[cmdid(3642)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterFightActivityStageCsReq { + #[prost(uint32, repeated, tag = "1")] + pub item_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "3")] + pub ipmekiemfpd: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "8")] + pub avatar_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "2")] + pub ahfngpldaii: u32, + #[prost(uint32, tag = "15")] + pub group_id: u32, +} +/// Obf: HEDPBOEHDPJ +#[derive(proto_derive::CmdID)] +#[cmdid(3679)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterFightActivityStageScRsp { + #[prost(uint32, tag = "5")] + pub ahfngpldaii: u32, + #[prost(message, optional, tag = "15")] + pub battle_info: ::core::option::Option, + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(uint32, tag = "9")] + pub group_id: u32, +} +/// Obf: HFCOPPHNMGM +#[derive(proto_derive::CmdID)] +#[cmdid(3677)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeFightActivityRewardCsReq { + #[prost(uint32, tag = "7")] + pub ahfngpldaii: u32, + #[prost(uint32, tag = "3")] + pub group_id: u32, +} +/// Obf: BBNLODMDHGN +#[derive(proto_derive::CmdID)] +#[cmdid(3633)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeFightActivityRewardScRsp { + #[prost(message, optional, tag = "4")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "8")] + pub ahfngpldaii: u32, + #[prost(uint32, tag = "13")] + pub group_id: u32, + #[prost(uint32, tag = "11")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jmdaebfhnai { + #[prost(uint32, tag = "10")] + pub epjpmbmokaj: u32, + #[prost(uint32, tag = "8")] + pub ngkabplaegp: u32, + #[prost(uint32, tag = "4")] + pub challenge_id: u32, + #[prost(enumeration = "Aaaifjoaago", tag = "2")] + pub hljelcnljki: i32, +} +/// Obf: MJHGLGOMCFG +#[derive(proto_derive::CmdID)] +#[cmdid(7279)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFightFestDataCsReq {} +/// Obf: MCDGHEINMKM +#[derive(proto_derive::CmdID)] +#[cmdid(7287)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFightFestDataScRsp { + #[prost(uint32, tag = "8")] + pub score: u32, + #[prost(uint32, repeated, tag = "10")] + pub jjipjbeajih: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "4")] + pub game_item: u32, + #[prost(message, repeated, tag = "5")] + pub challenge_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "7")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bnbmfmmbiao { + #[prost(enumeration = "AvatarType", tag = "11")] + pub avatar_type: i32, + #[prost(uint32, tag = "3")] + pub id: u32, +} +/// Obf: OILMJABBLKE +#[derive(proto_derive::CmdID)] +#[cmdid(7292)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartFightFestCsReq { + #[prost(enumeration = "Obeheamggme", tag = "15")] + pub slot: i32, + #[prost(uint32, tag = "13")] + pub event_id: u32, + #[prost(uint32, repeated, tag = "12")] + pub jjipjbeajih: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "11")] + pub avatar_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "7")] + pub id: u32, +} +/// Obf: PPCINHDPFKE +#[derive(proto_derive::CmdID)] +#[cmdid(7252)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartFightFestScRsp { + #[prost(message, optional, tag = "3")] + pub battle_info: ::core::option::Option, + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(uint32, tag = "15")] + pub id: u32, + #[prost(enumeration = "Obeheamggme", tag = "12")] + pub slot: i32, + #[prost(uint32, tag = "4")] + pub event_id: u32, +} +/// Obf: CJDDLJNCOOD +#[derive(proto_derive::CmdID)] +#[cmdid(7294)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightFestScoreUpdateNotify { + #[prost(uint32, tag = "9")] + pub score: u32, + #[prost(uint32, tag = "10")] + pub gfkmccdpnah: u32, +} +/// Obf: IIIGHOCAKCA +#[derive(proto_derive::CmdID)] +#[cmdid(7260)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightFestUnlockSkillNotify { + #[prost(uint32, tag = "5")] + pub bhjcbbagjjk: u32, +} +/// Obf: JIHIHCPENNO +#[derive(proto_derive::CmdID)] +#[cmdid(7274)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightFestUpdateChallengeRecordNotify { + #[prost(uint32, tag = "2")] + pub challenge_id: u32, + #[prost(uint32, tag = "12")] + pub epjpmbmokaj: u32, + #[prost(enumeration = "Aaaifjoaago", tag = "11")] + pub rank: i32, + #[prost(uint32, tag = "13")] + pub bfadhpmmodp: u32, + #[prost(enumeration = "Aaaifjoaago", tag = "4")] + pub olkedeoecod: i32, +} +/// Obf: OAMKEGJMDNC +#[derive(proto_derive::CmdID)] +#[cmdid(7282)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightFestUpdateCoinNotify { + #[prost(uint32, tag = "6")] + pub game_item: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Flemiibglnc { + #[prost(enumeration = "Blbjbamdnbn", tag = "14")] + pub state: i32, + #[prost(uint32, tag = "12")] + pub oogapokfkai: u32, + #[prost(uint32, tag = "1")] + pub rank: u32, + #[prost(uint32, tag = "8")] + pub gcciohejpne: u32, + #[prost(uint32, tag = "15")] + pub score: u32, + #[prost(uint32, tag = "13")] + pub hp: u32, + #[prost(uint32, tag = "11")] + pub dnamdnclojc: u32, + #[prost(bool, tag = "5")] + pub ekfpkfecmgc: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cfhpmboahla { + #[prost(int32, tag = "7")] + pub echdmbojopg: i32, + #[prost(message, optional, tag = "5")] + pub gklkadilbjo: ::core::option::Option, + #[prost(uint32, repeated, tag = "1")] + pub ggeippodpdl: ::prost::alloc::vec::Vec, + #[prost(enumeration = "Lakkmdldagd", tag = "10")] + pub lopeoefeonh: i32, + #[prost(uint32, tag = "9")] + pub ppjlnedndah: u32, + #[prost(message, repeated, tag = "2")] + pub cgbndodfnhk: ::prost::alloc::vec::Vec, + #[prost(uint64, tag = "14")] + pub anemnimllnj: u64, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mdllcladjcp { + #[prost(uint32, tag = "2")] + pub ckoicilmbfc: u32, + #[prost(uint32, tag = "6")] + pub bpbgkpeikdn: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kakphlopdan { + #[prost(uint32, tag = "10")] + pub fjiomclflmk: u32, + #[prost(uint32, tag = "9")] + pub kcnbapcdoac: u32, + #[prost(uint32, repeated, tag = "8")] + pub hpehgigbkfh: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "3")] + pub imkelkmhoik: ::core::option::Option, + #[prost(uint32, tag = "5")] + pub fgcpmgknmok: u32, + #[prost(uint32, tag = "7")] + pub igdjlmdkhcj: u32, + #[prost(uint32, tag = "11")] + pub score: u32, + #[prost(uint32, tag = "12")] + pub cur_hp: u32, + #[prost(uint32, tag = "15")] + pub eneohgogjho: u32, + #[prost(uint32, tag = "2")] + pub energy_info: u32, + #[prost(enumeration = "Blbjbamdnbn", tag = "13")] + pub cmcbbhjelbd: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kekabjpicip { + #[prost(message, optional, tag = "11")] + pub celfglffeig: ::core::option::Option, + #[prost(enumeration = "Kjkimhhjbjj", tag = "7")] + pub elnnefogpif: i32, +} +/// Obf: MENLIHPKAOH +#[derive(proto_derive::CmdID)] +#[cmdid(30198)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightMatch3DataCsReq { + #[prost(int32, tag = "14")] + pub player_data: i32, +} +/// Obf: OAJJADGDIFD +#[derive(proto_derive::CmdID)] +#[cmdid(30171)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightMatch3DataScRsp { + #[prost(uint32, tag = "6")] + pub retcode: u32, + #[prost(message, repeated, tag = "3")] + pub ebmokpbkmmd: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "12")] + pub data: ::core::option::Option, +} +/// Obf: FBEHCMIAMEI +#[derive(proto_derive::CmdID)] +#[cmdid(30183)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightMatch3StartCountDownScNotify { + #[prost(message, optional, tag = "3")] + pub data: ::core::option::Option, +} +/// Obf: NEAJAMLEHDC +#[derive(proto_derive::CmdID)] +#[cmdid(30142)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightMatch3TurnStartScNotify { + #[prost(message, optional, tag = "11")] + pub laohpkgkkgo: ::core::option::Option, +} +/// Obf: EGNHNIKBPDA +#[derive(proto_derive::CmdID)] +#[cmdid(30179)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightMatch3TurnEndScNotify { + #[prost(message, optional, tag = "10")] + pub dkeicjhidno: ::core::option::Option, + #[prost(message, optional, tag = "14")] + pub apogghfjjjn: ::core::option::Option, +} +/// Obf: NHLHLANADJA +#[derive(proto_derive::CmdID)] +#[cmdid(30177)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightMatch3SwapCsReq { + #[prost(message, repeated, tag = "10")] + pub gmmhlekijhp: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "15")] + pub nggobiklhlc: ::core::option::Option, + #[prost(message, optional, tag = "8")] + pub jjhaogehfen: ::core::option::Option, + #[prost(uint32, tag = "11")] + pub ppbiidknida: u32, +} +/// Obf: GDDNOCOGGAE +#[derive(proto_derive::CmdID)] +#[cmdid(30133)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightMatch3SwapScRsp { + #[prost(uint32, tag = "14")] + pub retcode: u32, + #[prost(message, optional, tag = "3")] + pub mlgmdjkapdj: ::core::option::Option, + #[prost(bool, tag = "12")] + pub cgolkegjpok: bool, + #[prost(uint32, tag = "6")] + pub ppbiidknida: u32, +} +/// Obf: JLNGNNHGJNB +#[derive(proto_derive::CmdID)] +#[cmdid(30112)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightMatch3OpponentDataScNotify { + #[prost(uint32, tag = "5")] + pub ppjlnedndah: u32, + #[prost(uint32, tag = "10")] + pub hp: u32, + #[prost(uint32, tag = "13")] + pub dnamdnclojc: u32, + #[prost(uint32, tag = "12")] + pub score: u32, + #[prost(enumeration = "Blbjbamdnbn", tag = "11")] + pub state: i32, +} +/// Obf: DNDPLPKAFMC +#[derive(proto_derive::CmdID)] +#[cmdid(30128)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightMatch3ChatCsReq { + #[prost(uint32, tag = "12")] + pub nbpdnfmolgo: u32, +} +/// Obf: DELOLGOPGHF +#[derive(proto_derive::CmdID)] +#[cmdid(30138)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightMatch3ChatScRsp { + #[prost(uint32, tag = "6")] + pub nbpdnfmolgo: u32, + #[prost(uint32, tag = "12")] + pub retcode: u32, +} +/// Obf: KMGMINCGCIB +#[derive(proto_derive::CmdID)] +#[cmdid(30178)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightMatch3ChatScNotify { + #[prost(uint32, tag = "1")] + pub oaogplndoka: u32, + #[prost(uint32, tag = "9")] + pub nbpdnfmolgo: u32, +} +/// Obf: DPAJFJAJFNJ +#[derive(proto_derive::CmdID)] +#[cmdid(30156)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightMatch3ForceUpdateNotify { + #[prost(message, optional, tag = "12")] + pub data: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AssistSimpleInfo { + #[prost(uint32, tag = "8")] + pub avatar_id: u32, + #[prost(uint32, tag = "10")] + pub pos: u32, + #[prost(uint32, tag = "2")] + pub dressed_skin_id: u32, + #[prost(uint32, tag = "12")] + pub level: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ghhnonnkckj { + #[prost(uint32, tag = "8")] + pub max_level: u32, + #[prost(uint32, tag = "9")] + pub mmlbfpnphcl: u32, + #[prost(uint32, tag = "6")] + pub opoocgflaoh: u32, + #[prost(uint32, tag = "1")] + pub group_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Echkepbcioj { + #[prost(uint32, tag = "6")] + pub gpcfhfkhmid: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kngcgmilgke { + #[prost(uint32, repeated, tag = "1")] + pub kijpnclpmgc: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "13")] + pub gpcfhfkhmid: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lccflfoakmi { + #[prost(message, optional, tag = "13")] + pub obmgejkchfn: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bfamgmkcpln { + #[prost(oneof = "bfamgmkcpln::Ncffigdipon", tags = "11, 8")] + pub ncffigdipon: ::core::option::Option, +} +/// Nested message and enum types in `BFAMGMKCPLN`. +pub mod bfamgmkcpln { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Ncffigdipon { + #[prost(message, tag = "11")] + Klgmjmbiodb(super::Echkepbcioj), + #[prost(message, tag = "8")] + Odaahkfadpf(super::Lccflfoakmi), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Naajklmniji { + #[prost(message, optional, tag = "14")] + pub jickdpmedib: ::core::option::Option, + #[prost(message, optional, tag = "11")] + pub adapkpjkojm: ::core::option::Option, + #[prost(enumeration = "Ealnonolgec", tag = "7")] + pub display_type: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SimpleInfo { + #[prost(message, repeated, tag = "1")] + pub assist_simple_info: ::prost::alloc::vec::Vec, + #[prost(enumeration = "FriendOnlineStatus", tag = "3")] + pub online_status: i32, + #[prost(uint32, tag = "2")] + pub head_icon: u32, + #[prost(enumeration = "PlatformType", tag = "4")] + pub platform_type: i32, + #[prost(string, tag = "7")] + pub signature: ::prost::alloc::string::String, + #[prost(bool, tag = "13")] + pub is_banned: bool, + #[prost(uint32, tag = "10")] + pub level: u32, + #[prost(string, tag = "6")] + pub nickname: ::prost::alloc::string::String, + #[prost(int64, tag = "12")] + pub last_active_time: i64, + #[prost(uint32, tag = "14")] + pub uid: u32, + #[prost(string, tag = "5")] + pub flfkcihcenf: ::prost::alloc::string::String, + #[prost(uint32, tag = "8")] + pub chat_bubble_id: u32, + #[prost(string, tag = "11")] + pub hfhgplmefgj: ::prost::alloc::string::String, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DisplayEquipmentInfo { + #[prost(uint32, tag = "7")] + pub tid: u32, + #[prost(uint32, tag = "12")] + pub rank: u32, + #[prost(uint32, tag = "2")] + pub exp: u32, + #[prost(uint32, tag = "8")] + pub promotion: u32, + #[prost(uint32, tag = "10")] + pub level: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DisplayRelicInfo { + #[prost(uint32, tag = "10")] + pub level: u32, + #[prost(uint32, tag = "6")] + pub tid: u32, + #[prost(uint32, tag = "15")] + pub slot: u32, + #[prost(uint32, tag = "4")] + pub main_affix_id: u32, + #[prost(message, repeated, tag = "13")] + pub sub_affix_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "8")] + pub exp: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DisplayAvatarDetailInfo { + #[prost(uint32, tag = "8")] + pub rank: u32, + #[prost(uint32, tag = "13")] + pub exp: u32, + #[prost(uint32, tag = "12")] + pub dressed_skin_id: u32, + #[prost(uint32, tag = "2")] + pub avatar_id: u32, + #[prost(message, repeated, tag = "14")] + pub relic_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "1")] + pub pos: u32, + #[prost(message, repeated, tag = "15")] + pub skilltree_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub promotion: u32, + #[prost(uint32, tag = "9")] + pub level: u32, + #[prost(message, optional, tag = "3")] + pub equipment: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayerCollectionInfo { + #[prost(uint32, tag = "13")] + pub gijpkeeniao: u32, + #[prost(uint32, tag = "8")] + pub ojcgaopendg: u32, + #[prost(uint32, tag = "15")] + pub jleaiihknjb: u32, + #[prost(uint32, tag = "7")] + pub hmmobnafhjc: u32, + #[prost(uint32, tag = "14")] + pub efgaahcdefk: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayerRecordInfo { + #[prost(uint32, tag = "10")] + pub hefkkianpje: u32, + #[prost(message, optional, tag = "9")] + pub collection_info: ::core::option::Option, + #[prost(uint32, tag = "13")] + pub mbbdpbooeap: u32, + #[prost(uint32, tag = "12")] + pub innbjjfdebd: u32, + #[prost(uint32, tag = "6")] + pub hmhgedpfeba: u32, + #[prost(uint32, tag = "8")] + pub jiombomgdhp: u32, + #[prost(uint32, tag = "4")] + pub jemlcoooboo: u32, + #[prost(uint32, tag = "14")] + pub knjpgkkoedd: u32, + #[prost(uint32, tag = "2")] + pub fabjgceeabg: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayerDisplaySettings { + #[prost(bool, tag = "2")] + pub pjilemmblfg: bool, + #[prost(bool, tag = "14")] + pub nmjdboipfic: bool, + #[prost(bool, tag = "8")] + pub nengeiijjcb: bool, + #[prost(bool, tag = "12")] + pub cpeeepdbbph: bool, + #[prost(bool, tag = "5")] + pub gnohnpjbfjc: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hdjhpmhhiig { + #[prost(message, optional, tag = "11")] + pub adapkpjkojm: ::core::option::Option, + #[prost(message, repeated, tag = "13")] + pub challenge_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayerDetailInfo { + #[prost(uint32, tag = "8")] + pub world_level: u32, + #[prost(bool, tag = "15")] + pub bdlmcbljjcm: bool, + #[prost(uint32, tag = "13")] + pub level: u32, + #[prost(string, tag = "4")] + pub signature: ::prost::alloc::string::String, + #[prost(message, optional, tag = "1680")] + pub plcljefahim: ::core::option::Option, + #[prost(uint32, tag = "7")] + pub meodgccaplf: u32, + #[prost(enumeration = "PlatformType", tag = "10")] + pub platform_type: i32, + #[prost(uint32, tag = "2")] + pub head_icon: u32, + #[prost(uint32, tag = "5")] + pub uid: u32, + /// TODO + #[prost(message, repeated, tag = "14")] + pub assist_avatar_list: ::prost::alloc::vec::Vec, + #[prost(string, tag = "6")] + pub flfkcihcenf: ::prost::alloc::string::String, + #[prost(message, optional, tag = "507")] + pub kffceipoegm: ::core::option::Option, + /// TODO + #[prost(message, repeated, tag = "340")] + pub display_avatar_list: ::prost::alloc::vec::Vec, + #[prost(string, tag = "12")] + pub hfhgplmefgj: ::prost::alloc::string::String, + #[prost(bool, tag = "3")] + pub show_display_avatars: bool, + #[prost(message, optional, tag = "11")] + pub record_info: ::core::option::Option, + #[prost(string, tag = "1")] + pub nickname: ::prost::alloc::string::String, + #[prost(uint32, tag = "9")] + pub ejhpphpciem: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FriendListInfo { + #[prost(string, tag = "12")] + pub friend_name: ::prost::alloc::string::String, + #[prost(message, optional, tag = "8")] + pub simple_info: ::core::option::Option, + #[prost(bool, tag = "11")] + pub is_marked: bool, + #[prost(enumeration = "PlayingState", tag = "7")] + pub playing_state: i32, + #[prost(message, optional, tag = "13")] + pub efaealkeipd: ::core::option::Option, + #[prost(int64, tag = "6")] + pub sent_time: i64, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FriendApplyInfo { + #[prost(int64, tag = "15")] + pub jjikippcoih: i64, + #[prost(message, optional, tag = "9")] + pub simple_info: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FriendRecommendInfo { + #[prost(bool, tag = "11")] + pub nbhiadfekff: bool, + #[prost(message, optional, tag = "13")] + pub simple_info: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ccaeljadcab { + #[prost(message, optional, tag = "1")] + pub aekkkmiafak: ::core::option::Option, + #[prost(message, optional, tag = "5")] + pub simple_info: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Acpdagmpcpc { + #[prost(enumeration = "PlatformType", tag = "7")] + pub platform_type: i32, + #[prost(uint32, tag = "10")] + pub level: u32, + #[prost(uint32, tag = "11")] + pub head_icon: u32, + #[prost(uint32, tag = "15")] + pub uid: u32, + #[prost(string, tag = "3")] + pub friend_name: ::prost::alloc::string::String, + #[prost(string, tag = "13")] + pub hfhgplmefgj: ::prost::alloc::string::String, + #[prost(uint32, tag = "9")] + pub mhckoeadgel: u32, + #[prost(string, tag = "2")] + pub nickname: ::prost::alloc::string::String, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Klmfibackfd { + #[prost(uint32, tag = "15")] + pub buff_two: u32, + #[prost(message, optional, tag = "9")] + pub simple_info: ::core::option::Option, + #[prost(uint32, tag = "13")] + pub buff_one: u32, + #[prost(message, repeated, tag = "4")] + pub lineup_list: ::prost::alloc::vec::Vec, + #[prost(string, tag = "14")] + pub friend_name: ::prost::alloc::string::String, + #[prost(uint32, tag = "2")] + pub score: u32, + #[prost(uint32, tag = "12")] + pub highest_difficulty: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bccjgmonbkg { + #[prost(uint32, tag = "11")] + pub mmlbfpnphcl: u32, + #[prost(uint32, tag = "6")] + pub group_id: u32, + #[prost(oneof = "bccjgmonbkg::ChallengeType", tags = "754, 425, 234")] + pub challenge_type: ::core::option::Option, +} +/// Nested message and enum types in `BCCJGMONBKG`. +pub mod bccjgmonbkg { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum ChallengeType { + #[prost(message, tag = "754")] + MemoryStats(super::ChallengeMemoryStats), + #[prost(message, tag = "425")] + StoryStats(super::ChallengeStoryStats), + #[prost(message, tag = "234")] + BossStats(super::ChallengeBossStats), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Efigakcihhm { + #[prost(message, optional, tag = "3")] + pub finish_info: ::core::option::Option, + #[prost(uint32, tag = "12")] + pub map_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cpdlmgkijlj { + #[prost(uint32, tag = "2")] + pub pgaailflgcn: u32, + #[prost(message, optional, tag = "11")] + pub bofmficeegp: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Olfeiibmpgl { + #[prost(uint32, tag = "7")] + pub area_id: u32, + #[prost(uint32, tag = "9")] + pub lchacgongjk: u32, + #[prost(uint32, tag = "10")] + pub gkcjfiedjdb: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Oikhajademg { + #[prost(uint32, tag = "4")] + pub dndlfecfmni: u32, + #[prost(uint32, tag = "1")] + pub inogeehkjmo: u32, + #[prost(uint32, tag = "5")] + pub plkjngepiah: u32, + #[prost(uint32, tag = "7")] + pub area_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ifijmoeccoe { + #[prost(uint32, tag = "11")] + pub dajcfcaeihn: u32, + #[prost(uint32, tag = "15")] + pub area_id: u32, + #[prost(uint32, tag = "8")] + pub kpngcklnfgn: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Eheacehnega { + #[prost(message, optional, tag = "6")] + pub knmdkffbghp: ::core::option::Option, + #[prost(message, optional, tag = "15")] + pub hfgmhpljfkp: ::core::option::Option, + #[prost(message, optional, tag = "1")] + pub gbbcbcaooki: ::core::option::Option, + #[prost(oneof = "eheacehnega::Ahhhgoogphd", tags = "181, 960")] + pub ahhhgoogphd: ::core::option::Option, +} +/// Nested message and enum types in `EHEACEHNEGA`. +pub mod eheacehnega { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Ahhhgoogphd { + #[prost(message, tag = "181")] + Bfbolgkimib(super::Efigakcihhm), + #[prost(message, tag = "960")] + Ligedihefmb(super::Cpdlmgkijlj), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Egbpfbmgipf { + #[prost(uint32, tag = "4")] + pub area_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Icdlimeegbc { + #[prost(uint32, tag = "4")] + pub area_id: u32, + #[prost(uint32, tag = "14")] + pub gjicpolkken: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kjifkklhijb { + #[prost(uint32, tag = "7")] + pub challenge_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fainmobpjmg { + #[prost(enumeration = "Limicijpmjm", tag = "1")] + pub ogdmegcodho: i32, + #[prost(int64, tag = "10")] + pub time: i64, + #[prost( + oneof = "fainmobpjmg::Gnjgmhkcljf", + tags = "1166, 1350, 662, 834, 665, 1937" + )] + pub gnjgmhkcljf: ::core::option::Option, +} +/// Nested message and enum types in `FAINMOBPJMG`. +pub mod fainmobpjmg { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Gnjgmhkcljf { + #[prost(message, tag = "1166")] + Jmlmhkfcogj(super::Egbpfbmgipf), + #[prost(message, tag = "1350")] + Ehfcdiaadje(super::Kjifkklhijb), + #[prost(uint32, tag = "662")] + AvatarId(u32), + #[prost(uint32, tag = "834")] + Egndmkmfpin(u32), + #[prost(uint32, tag = "665")] + Baeakjgmoga(u32), + #[prost(message, tag = "1937")] + Phlbmnljage(super::Icdlimeegbc), + } +} +/// Obf: CIHBIHKDBJJ +#[derive(proto_derive::CmdID)] +#[cmdid(2998)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFriendListInfoCsReq {} +/// Obf: GFGGBBCEGMC +#[derive(proto_derive::CmdID)] +#[cmdid(2971)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFriendListInfoScRsp { + #[prost(message, repeated, tag = "11")] + pub blgmkoeeiil: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "2")] + pub friend_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "3")] + pub retcode: u32, +} +/// Obf: KOJFBKNJIGG +#[derive(proto_derive::CmdID)] +#[cmdid(2983)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetPlayerDetailInfoCsReq { + #[prost(uint32, tag = "8")] + pub uid: u32, +} +/// Obf: BKINOFJFOGG +#[derive(proto_derive::CmdID)] +#[cmdid(2942)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetPlayerDetailInfoScRsp { + #[prost(message, optional, tag = "8")] + pub player_detail_info: ::core::option::Option, + #[prost(uint32, tag = "3")] + pub retcode: u32, +} +/// Obf: NCGPAEKOMBJ +#[derive(proto_derive::CmdID)] +#[cmdid(2979)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFriendApplyListInfoCsReq {} +/// Obf: KGIFJECGIOP +#[derive(proto_derive::CmdID)] +#[cmdid(2977)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFriendApplyListInfoScRsp { + #[prost(message, repeated, tag = "14")] + pub friend_apply_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "2")] + pub send_apply_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "12")] + pub retcode: u32, +} +/// Obf: DODPJKIBAGG +#[derive(proto_derive::CmdID)] +#[cmdid(2933)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ApplyFriendCsReq { + #[prost(enumeration = "FriendApplySource", tag = "4")] + pub source: i32, + #[prost(uint32, tag = "7")] + pub uid: u32, +} +/// Obf: FNBAMIKLHJH +#[derive(proto_derive::CmdID)] +#[cmdid(2912)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ApplyFriendScRsp { + #[prost(uint32, tag = "8")] + pub uid: u32, + #[prost(uint32, tag = "7")] + pub retcode: u32, +} +/// Obf: ADGPOMPOGKG +#[derive(proto_derive::CmdID)] +#[cmdid(2928)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncApplyFriendScNotify { + #[prost(message, optional, tag = "12")] + pub friend_apply_info: ::core::option::Option, +} +/// Obf: DAGJEMCELJN +#[derive(proto_derive::CmdID)] +#[cmdid(2938)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HandleFriendCsReq { + #[prost(bool, tag = "8")] + pub handle_result: bool, + #[prost(uint32, tag = "12")] + pub uid: u32, +} +/// Obf: EHMDHOFMJIG +#[derive(proto_derive::CmdID)] +#[cmdid(2978)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HandleFriendScRsp { + #[prost(uint32, tag = "1")] + pub retcode: u32, + #[prost(message, optional, tag = "14")] + pub handle_friend_info: ::core::option::Option, + #[prost(uint32, tag = "3")] + pub uid: u32, + #[prost(bool, tag = "5")] + pub handle_result: bool, +} +/// Obf: CLGLDFBOELF +#[derive(proto_derive::CmdID)] +#[cmdid(2956)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncHandleFriendScNotify { + #[prost(uint32, tag = "12")] + pub uid: u32, + #[prost(bool, tag = "10")] + pub handle_result: bool, + #[prost(message, optional, tag = "14")] + pub handle_friend_info: ::core::option::Option, +} +/// Obf: KNFAKOMKCPC +#[derive(proto_derive::CmdID)] +#[cmdid(2989)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DeleteFriendCsReq { + #[prost(uint32, tag = "3")] + pub uid: u32, + #[prost(uint32, tag = "11")] + pub lejfpajnhdd: u32, +} +/// Obf: KAICCHLHOKK +#[derive(proto_derive::CmdID)] +#[cmdid(2922)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DeleteFriendScRsp { + #[prost(uint32, tag = "14")] + pub retcode: u32, + #[prost(uint32, tag = "1")] + pub uid: u32, +} +/// Obf: OEAFFIHEGLO +#[derive(proto_derive::CmdID)] +#[cmdid(2966)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncDeleteFriendScNotify { + #[prost(uint32, tag = "13")] + pub uid: u32, +} +/// Obf: DJOIHACDMIC +#[derive(proto_derive::CmdID)] +#[cmdid(2905)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AddBlacklistCsReq { + #[prost(uint32, tag = "10")] + pub uid: u32, +} +/// Obf: COIBPIOMJBD +#[derive(proto_derive::CmdID)] +#[cmdid(2945)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AddBlacklistScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(message, optional, tag = "13")] + pub black_info: ::core::option::Option, +} +/// Obf: MEJBIIKPIGI +#[derive(proto_derive::CmdID)] +#[cmdid(2920)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncAddBlacklistScNotify { + #[prost(uint32, tag = "7")] + pub uid: u32, +} +/// Obf: NIHOEPMIFJG +#[derive(proto_derive::CmdID)] +#[cmdid(2950)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFriendRecommendListInfoCsReq { + #[prost(bool, tag = "9")] + pub cobdhlmalki: bool, +} +/// Obf: PEJAMAGGFED +#[derive(proto_derive::CmdID)] +#[cmdid(2931)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFriendRecommendListInfoScRsp { + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(message, repeated, tag = "15")] + pub friend_recommend_list: ::prost::alloc::vec::Vec, +} +/// Obf: GPCBODBJEHJ +#[derive(proto_derive::CmdID)] +#[cmdid(2904)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetFriendRemarkNameCsReq { + #[prost(uint32, tag = "13")] + pub uid: u32, + #[prost(string, tag = "11")] + pub friend_name: ::prost::alloc::string::String, + #[prost(uint32, tag = "15")] + pub reason: u32, +} +/// Obf: NMNFBLCMJHC +#[derive(proto_derive::CmdID)] +#[cmdid(2960)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetFriendRemarkNameScRsp { + #[prost(uint32, tag = "8")] + pub uid: u32, + #[prost(string, tag = "14")] + pub friend_name: ::prost::alloc::string::String, + #[prost(uint32, tag = "15")] + pub retcode: u32, +} +/// Obf: MJFKFNCBIMN +#[derive(proto_derive::CmdID)] +#[cmdid(2952)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ReportPlayerCsReq { + #[prost(string, tag = "3")] + pub fpjpecoiphi: ::prost::alloc::string::String, + #[prost(uint32, tag = "5")] + pub uid: u32, + #[prost(uint32, tag = "11")] + pub hdejcefadlp: u32, +} +/// Obf: KDBMJGKICHC +#[derive(proto_derive::CmdID)] +#[cmdid(2911)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ReportPlayerScRsp { + #[prost(uint32, tag = "13")] + pub retcode: u32, +} +/// Obf: MPCBMLLFPEO +#[derive(proto_derive::CmdID)] +#[cmdid(2910)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DeleteBlacklistCsReq { + #[prost(uint32, tag = "11")] + pub uid: u32, +} +/// Obf: EFPOMCNLAMG +#[derive(proto_derive::CmdID)] +#[cmdid(3000)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DeleteBlacklistScRsp { + #[prost(uint32, tag = "4")] + pub retcode: u32, + #[prost(uint32, tag = "15")] + pub uid: u32, +} +/// Obf: LOGCLKAKFMH +#[derive(proto_derive::CmdID)] +#[cmdid(2962)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SearchPlayerCsReq { + #[prost(uint32, repeated, tag = "14")] + pub search_uid_list: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "15")] + pub cobdhlmalki: bool, +} +/// Obf: CHOGNNOFFFN +#[derive(proto_derive::CmdID)] +#[cmdid(2906)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SearchPlayerScRsp { + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(message, repeated, tag = "12")] + pub search_result_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "1")] + pub result_uid_list: ::prost::alloc::vec::Vec, +} +/// Obf: LPJKMOAANNP +#[derive(proto_derive::CmdID)] +#[cmdid(2923)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetAssistListCsReq { + #[prost(bool, tag = "6")] + pub cobjppcbmje: bool, + #[prost(bool, tag = "9")] + pub cobdhlmalki: bool, +} +/// Obf: ANPEALEJCHL +#[derive(proto_derive::CmdID)] +#[cmdid(2985)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetAssistListScRsp { + #[prost(message, repeated, tag = "8")] + pub lebblppnhoi: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "13")] + pub retcode: u32, +} +/// Obf: OFLPBLIMEEE +#[derive(proto_derive::CmdID)] +#[cmdid(2916)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetAssistCsReq { + #[prost(uint32, tag = "11")] + pub avatar_id: u32, + #[prost(uint32, tag = "5")] + pub uid: u32, +} +/// Obf: HDFOGOELOGM +#[derive(proto_derive::CmdID)] +#[cmdid(2914)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetAssistScRsp { + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(uint32, tag = "2")] + pub avatar_id: u32, + #[prost(uint32, tag = "10")] + pub uid: u32, +} +/// Obf: PJOBKNMPIKD +#[derive(proto_derive::CmdID)] +#[cmdid(2988)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetCurAssistCsReq {} +/// Obf: BBHDEIOOMEG +#[derive(proto_derive::CmdID)] +#[cmdid(2993)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetCurAssistScRsp { + #[prost(uint32, tag = "1")] + pub retcode: u32, + #[prost(message, optional, tag = "15")] + pub lcpfdidmobd: ::core::option::Option, +} +/// Obf: KKFLOGCBLDK +#[derive(proto_derive::CmdID)] +#[cmdid(2963)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetAssistHistoryCsReq {} +/// Obf: HLMOAPJEELO +#[derive(proto_derive::CmdID)] +#[cmdid(2955)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetAssistHistoryScRsp { + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(uint32, tag = "7")] + pub iemfijgnmgf: u32, + #[prost(uint32, tag = "3")] + pub llfkhhcbdaf: u32, + #[prost(uint32, repeated, tag = "14")] + pub ebjiplpjoag: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub bdpeabbjepo: u32, +} +/// Obf: JDLIMHIMBNE +#[derive(proto_derive::CmdID)] +#[cmdid(2936)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct NewAssistHistoryNotify { + #[prost(uint32, tag = "14")] + pub llfkhhcbdaf: u32, +} +/// Obf: DFEOIKDJLLM +#[derive(proto_derive::CmdID)] +#[cmdid(2902)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeAssistRewardCsReq {} +/// Obf: ALJMFMHHMPE +#[derive(proto_derive::CmdID)] +#[cmdid(2965)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeAssistRewardScRsp { + #[prost(message, optional, tag = "14")] + pub reward: ::core::option::Option, + #[prost(message, repeated, tag = "5")] + pub nckpjdhenmj: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "4")] + pub retcode: u32, +} +/// Obf: NCMOBGKJODO +#[derive(proto_derive::CmdID)] +#[cmdid(2957)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct CurAssistChangedNotify { + #[prost(message, optional, tag = "13")] + pub lcpfdidmobd: ::core::option::Option, +} +/// Obf: LMCHLJNFHLO +#[derive(proto_derive::CmdID)] +#[cmdid(2925)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetPlatformPlayerInfoCsReq { + #[prost(enumeration = "PlatformType", tag = "4")] + pub platform_type: i32, + #[prost(string, repeated, tag = "1")] + pub eeoffddmgib: ::prost::alloc::vec::Vec<::prost::alloc::string::String>, +} +/// Obf: NHIEDHKNIPK +#[derive(proto_derive::CmdID)] +#[cmdid(2915)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetPlatformPlayerInfoScRsp { + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(message, repeated, tag = "2")] + pub friend_recommend_list: ::prost::alloc::vec::Vec, +} +/// Obf: JCNPCGFNLFC +#[derive(proto_derive::CmdID)] +#[cmdid(2919)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFriendLoginInfoCsReq {} +/// Obf: MCCJOBGHEAM +#[derive(proto_derive::CmdID)] +#[cmdid(2992)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFriendLoginInfoScRsp { + #[prost(uint32, tag = "2")] + pub retcode: u32, + /// TODO + #[prost(uint32, repeated, tag = "11")] + pub friend_uid_list: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "12")] + pub aihpmjlcbch: bool, + #[prost(bool, tag = "9")] + pub eapdpoacpmo: bool, + #[prost(uint32, repeated, tag = "8")] + pub jnohfklknho: ::prost::alloc::vec::Vec, +} +/// Obf: HLLPBICEPEI +#[derive(proto_derive::CmdID)] +#[cmdid(2940)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetForbidOtherApplyFriendCsReq { + #[prost(bool, tag = "15")] + pub ndbcioelljl: bool, +} +/// Obf: KNGDKMKBCHL +#[derive(proto_derive::CmdID)] +#[cmdid(2995)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetForbidOtherApplyFriendScRsp { + #[prost(bool, tag = "15")] + pub ndbcioelljl: bool, + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +/// Obf: BJGDFLNLCMD +#[derive(proto_derive::CmdID)] +#[cmdid(2953)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetFriendMarkCsReq { + #[prost(bool, tag = "12")] + pub is_set_mark: bool, + #[prost(uint32, tag = "5")] + pub reason: u32, + #[prost(uint32, tag = "9")] + pub uid: u32, +} +/// Obf: KPBOHAKJOBD +#[derive(proto_derive::CmdID)] +#[cmdid(2964)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetFriendMarkScRsp { + #[prost(uint32, tag = "1")] + pub uid: u32, + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(bool, tag = "15")] + pub is_set_mark: bool, +} +/// Obf: IPKOGBPKBIG +#[derive(proto_derive::CmdID)] +#[cmdid(2935)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFriendAssistListCsReq { + #[prost(enumeration = "Cecnkoohadb", tag = "5")] + pub opchjhggkjp: i32, + #[prost(uint32, repeated, tag = "9")] + pub kkkmmpbnecm: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "6")] + pub from_uid: u32, + #[prost(uint32, repeated, tag = "13")] + pub gjecohcgnmp: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "11")] + pub cobdhlmalki: bool, +} +/// Obf: DKHHFOLGNAA +#[derive(proto_derive::CmdID)] +#[cmdid(2987)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFriendAssistListScRsp { + #[prost(uint32, tag = "11")] + pub from_uid: u32, + #[prost(uint32, tag = "7")] + pub retcode: u32, + #[prost(message, repeated, tag = "5")] + pub lebblppnhoi: ::prost::alloc::vec::Vec, +} +/// Obf: JGFEPJIDNFM +#[derive(proto_derive::CmdID)] +#[cmdid(2954)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFriendChallengeLineupCsReq { + #[prost(uint32, tag = "12")] + pub challenge_id: u32, +} +/// Obf: IOFBPHDGGKE +#[derive(proto_derive::CmdID)] +#[cmdid(2969)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFriendChallengeLineupScRsp { + #[prost(bool, tag = "5")] + pub emidnfppmbh: bool, + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(message, repeated, tag = "4")] + pub ppaggondpcf: ::prost::alloc::vec::Vec, +} +/// Obf: JACJDHNNLJK +#[derive(proto_derive::CmdID)] +#[cmdid(2958)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFriendChallengeDetailCsReq { + #[prost(uint32, tag = "1")] + pub challenge_id: u32, + #[prost(uint32, tag = "2")] + pub uid: u32, +} +/// Obf: DICKHKDHLIP +#[derive(proto_derive::CmdID)] +#[cmdid(2967)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFriendChallengeDetailScRsp { + #[prost(uint32, tag = "7")] + pub uid: u32, + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(message, repeated, tag = "5")] + pub dmdafibfjhp: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "4")] + pub challenge_id: u32, +} +/// Obf: PDGGFBBCKJG +#[derive(proto_derive::CmdID)] +#[cmdid(2976)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFriendBattleRecordDetailCsReq { + #[prost(uint32, tag = "13")] + pub uid: u32, +} +/// Obf: EMEMDKFBEHH +#[derive(proto_derive::CmdID)] +#[cmdid(2939)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFriendBattleRecordDetailScRsp { + #[prost(uint32, tag = "14")] + pub uid: u32, + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(message, repeated, tag = "7")] + pub jkkgkobjmjn: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "12")] + pub fbefbjhdchl: ::core::option::Option, +} +/// Obf: IKJLHDJNHCB +#[derive(proto_derive::CmdID)] +#[cmdid(2949)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFriendDevelopmentInfoCsReq { + #[prost(uint32, tag = "8")] + pub uid: u32, +} +/// Obf: LJCCNIJNAGP +#[derive(proto_derive::CmdID)] +#[cmdid(2903)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFriendDevelopmentInfoScRsp { + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(uint32, tag = "7")] + pub uid: u32, + #[prost(message, repeated, tag = "15")] + pub oimbmgnnnbm: ::prost::alloc::vec::Vec, +} +/// Obf: LGOKIDAHNLH +#[derive(proto_derive::CmdID)] +#[cmdid(1998)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetGachaInfoCsReq {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GachaCeilingAvatar { + #[prost(uint32, tag = "9")] + pub repeated_cnt: u32, + #[prost(uint32, tag = "13")] + pub avatar_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GachaCeiling { + #[prost(bool, tag = "6")] + pub is_claimed: bool, + #[prost(uint32, tag = "1")] + pub ceiling_num: u32, + #[prost(message, repeated, tag = "15")] + pub avatar_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GachaInfo { + #[prost(int64, tag = "15")] + pub begin_time: i64, + #[prost(int64, tag = "2")] + pub end_time: i64, + #[prost(uint32, tag = "11")] + pub hnpcpdjpgll: u32, + #[prost(message, optional, tag = "9")] + pub gacha_ceiling: ::core::option::Option, + #[prost(uint32, tag = "12")] + pub lhmbnmiokhb: u32, + #[prost(uint32, tag = "13")] + pub gacha_id: u32, + /// TODO + #[prost(uint32, repeated, tag = "6")] + pub up_info: ::prost::alloc::vec::Vec, + /// TODO + #[prost(uint32, repeated, tag = "8")] + pub featured: ::prost::alloc::vec::Vec, + #[prost(string, tag = "7")] + pub detail_url: ::prost::alloc::string::String, + #[prost(string, tag = "4")] + pub history_url: ::prost::alloc::string::String, +} +/// Obf: MNEGEDFAGOB +#[derive(proto_derive::CmdID)] +#[cmdid(1971)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetGachaInfoScRsp { + #[prost(uint32, tag = "6")] + pub pjafimmcpdf: u32, + #[prost(uint32, tag = "5")] + pub hdfmnlhcome: u32, + #[prost(uint32, tag = "12")] + pub hjflgcnekkk: u32, + #[prost(message, repeated, tag = "8")] + pub gacha_info_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "2")] + pub gacha_random: u32, + #[prost(uint32, tag = "9")] + pub retcode: u32, +} +/// Obf: DAILMCHKAHI +#[derive(proto_derive::CmdID)] +#[cmdid(1983)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DoGachaCsReq { + #[prost(uint32, tag = "2")] + pub gacha_id: u32, + #[prost(uint32, tag = "1")] + pub simulate_magic: u32, + #[prost(uint32, tag = "4")] + pub gacha_num: u32, + #[prost(uint32, tag = "5")] + pub gacha_random: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GachaItem { + #[prost(message, optional, tag = "12")] + pub transfer_item_list: ::core::option::Option, + #[prost(message, optional, tag = "3")] + pub gacha_item: ::core::option::Option, + #[prost(bool, tag = "9")] + pub is_new: bool, + #[prost(message, optional, tag = "14")] + pub token_item: ::core::option::Option, +} +/// Obf: JAABNPFFKOP +#[derive(proto_derive::CmdID)] +#[cmdid(1942)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DoGachaScRsp { + #[prost(uint32, tag = "14")] + pub keacgmlkbdk: u32, + #[prost(uint32, tag = "2")] + pub pjafimmcpdf: u32, + #[prost(uint32, tag = "13")] + pub hnpcpdjpgll: u32, + #[prost(uint32, tag = "11")] + pub gacha_num: u32, + #[prost(uint32, tag = "5")] + pub gacha_id: u32, + #[prost(uint32, tag = "1")] + pub ceiling_num: u32, + #[prost(uint32, tag = "15")] + pub lhmbnmiokhb: u32, + #[prost(uint32, tag = "6")] + pub retcode: u32, + #[prost(message, repeated, tag = "8")] + pub gacha_item_list: ::prost::alloc::vec::Vec, +} +/// Obf: BKGCGIIMLBL +#[derive(proto_derive::CmdID)] +#[cmdid(1979)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetGachaCeilingCsReq { + #[prost(uint32, tag = "10")] + pub gacha_type: u32, +} +/// Obf: KLOJOAHOFCP +#[derive(proto_derive::CmdID)] +#[cmdid(1977)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetGachaCeilingScRsp { + #[prost(message, optional, tag = "9")] + pub gacha_ceiling: ::core::option::Option, + #[prost(uint32, tag = "11")] + pub gacha_type: u32, + #[prost(uint32, tag = "7")] + pub retcode: u32, +} +/// Obf: LBACENDEPHN +#[derive(proto_derive::CmdID)] +#[cmdid(1933)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ExchangeGachaCeilingCsReq { + #[prost(uint32, tag = "8")] + pub gacha_type: u32, + #[prost(uint32, tag = "2")] + pub avatar_id: u32, +} +/// Obf: KOPMGINJDEN +#[derive(proto_derive::CmdID)] +#[cmdid(1912)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ExchangeGachaCeilingScRsp { + #[prost(message, optional, tag = "13")] + pub gacha_ceiling: ::core::option::Option, + #[prost(uint32, tag = "6")] + pub avatar_id: u32, + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(message, optional, tag = "9")] + pub transfer_item_list: ::core::option::Option, + #[prost(uint32, tag = "14")] + pub gacha_type: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mkikilfnmph { + #[prost(uint32, tag = "8")] + pub jnmkaahpmdj: u32, + #[prost(bool, tag = "11")] + pub hokogghdnmb: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ahdaameojll { + #[prost(bool, tag = "4")] + pub lcoagnjbckg: bool, + #[prost(bool, tag = "15")] + pub ggfkeijjlce: bool, + #[prost(uint32, tag = "7")] + pub lkgnghcpjag: u32, + #[prost(enumeration = "Ffopgmamlmf", tag = "10")] + pub step: i32, + #[prost(enumeration = "Fohohplgefj", tag = "14")] + pub nhmfgeibpfh: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kghfjpegbnl { + #[prost(uint32, tag = "10")] + pub dchphimiefp: u32, + #[prost(uint32, tag = "7")] + pub lkgnghcpjag: u32, +} +/// Obf: LKCLJOFIIII +#[derive(proto_derive::CmdID)] +#[cmdid(6398)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetHeartDialInfoCsReq {} +/// Obf: NIKDJGCBLIB +#[derive(proto_derive::CmdID)] +#[cmdid(6371)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetHeartDialInfoScRsp { + #[prost(message, repeated, tag = "6")] + pub eimdnmimchb: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "1")] + pub retcode: u32, + #[prost(enumeration = "Ihbanbbkcmb", tag = "10")] + pub ndeophlcmap: i32, + #[prost(message, repeated, tag = "12")] + pub cmgdhmmbphf: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "3")] + pub ndkjoplldph: ::prost::alloc::vec::Vec, +} +/// Obf: JGIBEGEMJFA +#[derive(proto_derive::CmdID)] +#[cmdid(6383)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChangeScriptEmotionCsReq { + #[prost(uint32, tag = "6")] + pub lkgnghcpjag: u32, + #[prost(enumeration = "Fohohplgefj", tag = "2")] + pub bfijpmnhboo: i32, + #[prost(uint32, tag = "7")] + pub fppefbkbfdd: u32, +} +/// Obf: HIGLMOMIAPM +#[derive(proto_derive::CmdID)] +#[cmdid(6342)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChangeScriptEmotionScRsp { + #[prost(enumeration = "Fohohplgefj", tag = "14")] + pub fddokiimpbf: i32, + #[prost(uint32, tag = "7")] + pub lkgnghcpjag: u32, + #[prost(uint32, tag = "6")] + pub retcode: u32, +} +/// Obf: FCLANCMIAFE +#[derive(proto_derive::CmdID)] +#[cmdid(6379)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SubmitEmotionItemCsReq { + #[prost(uint32, tag = "13")] + pub lkgnghcpjag: u32, + #[prost(message, optional, tag = "5")] + pub item_list: ::core::option::Option, + #[prost(uint32, tag = "8")] + pub fppefbkbfdd: u32, +} +/// Obf: CJGPMAHBJJN +#[derive(proto_derive::CmdID)] +#[cmdid(6377)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SubmitEmotionItemScRsp { + #[prost(uint32, tag = "7")] + pub lkgnghcpjag: u32, + #[prost(uint32, tag = "15")] + pub retcode: u32, +} +/// Obf: DBCJCDGBAEN +#[derive(proto_derive::CmdID)] +#[cmdid(6333)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishEmotionDialoguePerformanceCsReq { + #[prost(uint32, tag = "2")] + pub jnmkaahpmdj: u32, + #[prost(uint32, tag = "3")] + pub lkgnghcpjag: u32, + #[prost(uint32, tag = "10")] + pub fppefbkbfdd: u32, +} +/// Obf: MGKFEICDOKO +#[derive(proto_derive::CmdID)] +#[cmdid(6312)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishEmotionDialoguePerformanceScRsp { + #[prost(uint32, tag = "1")] + pub retcode: u32, + #[prost(uint32, tag = "11")] + pub jnmkaahpmdj: u32, + #[prost(uint32, tag = "12")] + pub lkgnghcpjag: u32, + #[prost(message, optional, tag = "6")] + pub reward_list: ::core::option::Option, +} +/// Obf: KPCEFKDCHJF +#[derive(proto_derive::CmdID)] +#[cmdid(6328)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeartDialScriptChangeScNotify { + #[prost(message, repeated, tag = "4")] + pub ndkjoplldph: ::prost::alloc::vec::Vec, + #[prost(enumeration = "Ihbanbbkcmb", tag = "15")] + pub ndeophlcmap: i32, + #[prost(message, repeated, tag = "12")] + pub agkljmiajen: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "3")] + pub mdcihnaihdj: ::prost::alloc::vec::Vec, +} +/// Obf: HGDLBGDHDNN +#[derive(proto_derive::CmdID)] +#[cmdid(6338)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeartDialTraceScriptCsReq { + #[prost(message, optional, tag = "9")] + pub eficaoaaaph: ::core::option::Option, +} +/// Obf: PKLAMJHPEJE +#[derive(proto_derive::CmdID)] +#[cmdid(6378)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeartDialTraceScriptScRsp { + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(message, optional, tag = "8")] + pub eficaoaaaph: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ncihllaejjk { + #[prost(uint32, repeated, tag = "9")] + pub deplejmpjai: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "13")] + pub jkgnkpjokaf: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jnamgfcaddn { + #[prost(uint32, tag = "12")] + pub challenge_id: u32, + #[prost(bool, tag = "13")] + pub cfimdhhmkdj: bool, + #[prost(uint32, tag = "2")] + pub phase: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeliobusChallengeLineup { + #[prost(uint32, repeated, tag = "15")] + pub avatar_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "3")] + pub skill_id: u32, + #[prost(uint32, tag = "13")] + pub group_id: u32, +} +/// Obf: GDHONCBNBBI +#[derive(proto_derive::CmdID)] +#[cmdid(5898)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeliobusActivityDataCsReq {} +/// Obf: PELJPLGDBLD +#[derive(proto_derive::CmdID)] +#[cmdid(5871)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeliobusActivityDataScRsp { + #[prost(message, optional, tag = "13")] + pub skill_info: ::core::option::Option, + #[prost(message, repeated, tag = "7")] + pub fmajficfmfo: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "5")] + pub aijhhhcobff: u32, + #[prost(uint32, tag = "8")] + pub mggdeinkdmh: u32, + #[prost(uint32, tag = "1")] + pub retcode: u32, + #[prost(uint32, tag = "6")] + pub cbhoapibcjm: u32, + #[prost(message, repeated, tag = "15")] + pub challenge_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "12")] + pub jgkjjkfblcf: u32, + #[prost(message, repeated, tag = "4")] + pub ibnhflhjfeo: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "14")] + pub level: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ddlhphllnaa { + #[prost(message, repeated, tag = "8")] + pub hcjiaicbfdg: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "6")] + pub bcfccdmeako: u32, + #[prost(uint32, tag = "15")] + pub mjmdpfkhneh: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pcmdgdlanff { + #[prost(bool, tag = "5")] + pub ocloinekdem: bool, + #[prost(message, repeated, tag = "14")] + pub okcaolbflkd: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "2")] + pub alaomaobnfg: u32, + #[prost(uint32, tag = "13")] + pub onnhabcmgpd: u32, + #[prost(uint32, tag = "8")] + pub mommnljbhbi: u32, + #[prost(bool, tag = "6")] + pub edjeakcccnj: bool, + #[prost(uint32, tag = "4")] + pub mbfoagmcoom: u32, + #[prost(uint32, tag = "7")] + pub gdllhhelile: u32, +} +/// Obf: PFLKJIBMKIH +#[derive(proto_derive::CmdID)] +#[cmdid(5883)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeliobusSnsReadCsReq { + #[prost(uint32, tag = "4")] + pub alaomaobnfg: u32, +} +/// Obf: PPLMCMAINPN +#[derive(proto_derive::CmdID)] +#[cmdid(5842)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeliobusSnsReadScRsp { + #[prost(uint32, tag = "8")] + pub alaomaobnfg: u32, + #[prost(uint32, tag = "13")] + pub retcode: u32, +} +/// Obf: JIGAIMOLELA +#[derive(proto_derive::CmdID)] +#[cmdid(5879)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeliobusSnsPostCsReq { + #[prost(uint32, tag = "9")] + pub mbfoagmcoom: u32, + #[prost(uint32, tag = "15")] + pub alaomaobnfg: u32, + #[prost(uint32, tag = "13")] + pub gdllhhelile: u32, +} +/// Obf: DALIPJOFMCC +#[derive(proto_derive::CmdID)] +#[cmdid(5877)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeliobusSnsPostScRsp { + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(message, optional, tag = "2")] + pub lcjmlehebjk: ::core::option::Option, +} +/// Obf: HJPDGABHHMA +#[derive(proto_derive::CmdID)] +#[cmdid(5833)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeliobusSnsLikeCsReq { + #[prost(uint32, tag = "15")] + pub alaomaobnfg: u32, +} +/// Obf: MEPKCIFDGAM +#[derive(proto_derive::CmdID)] +#[cmdid(5812)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeliobusSnsLikeScRsp { + #[prost(bool, tag = "7")] + pub edjeakcccnj: bool, + #[prost(uint32, tag = "14")] + pub retcode: u32, + #[prost(uint32, tag = "11")] + pub alaomaobnfg: u32, +} +/// Obf: NDDPIAPEHDN +#[derive(proto_derive::CmdID)] +#[cmdid(5828)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeliobusSnsCommentCsReq { + #[prost(uint32, tag = "13")] + pub hhpkifmoemh: u32, + #[prost(uint32, tag = "7")] + pub bcfccdmeako: u32, + #[prost(uint32, tag = "3")] + pub alaomaobnfg: u32, +} +/// Obf: IAMIGNJNDFL +#[derive(proto_derive::CmdID)] +#[cmdid(5838)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeliobusSnsCommentScRsp { + #[prost(uint32, tag = "4")] + pub retcode: u32, + #[prost(message, optional, tag = "2")] + pub lcjmlehebjk: ::core::option::Option, +} +/// Obf: FDLECHBEJDI +#[derive(proto_derive::CmdID)] +#[cmdid(5878)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeliobusSnsUpdateScNotify { + #[prost(message, repeated, tag = "14")] + pub jnoibbbgpkk: ::prost::alloc::vec::Vec, +} +/// Obf: BBBKMODGELE +#[derive(proto_derive::CmdID)] +#[cmdid(5856)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeliobusInfoChangedScNotify { + #[prost(uint32, tag = "13")] + pub mggdeinkdmh: u32, + #[prost(uint32, tag = "10")] + pub aijhhhcobff: u32, + #[prost(uint32, tag = "4")] + pub jgkjjkfblcf: u32, + #[prost(message, repeated, tag = "6")] + pub jnoibbbgpkk: ::prost::alloc::vec::Vec, +} +/// Obf: IFADPABHHCE +#[derive(proto_derive::CmdID)] +#[cmdid(5889)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeliobusUpgradeLevelCsReq {} +/// Obf: EKLJKOEJMOD +#[derive(proto_derive::CmdID)] +#[cmdid(5822)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeliobusUpgradeLevelScRsp { + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(uint32, tag = "3")] + pub level: u32, +} +/// Obf: DJEIMKIBMLB +#[derive(proto_derive::CmdID)] +#[cmdid(5866)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeliobusUnlockSkillScNotify { + #[prost(uint32, tag = "10")] + pub lnedfblnhen: u32, + #[prost(uint32, tag = "15")] + pub jkgnkpjokaf: u32, +} +/// Obf: MJEBGPJAPBN +#[derive(proto_derive::CmdID)] +#[cmdid(5831)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeliobusEnterBattleCsReq { + #[prost(uint32, tag = "2")] + pub lnedfblnhen: u32, + #[prost(uint32, repeated, tag = "14")] + pub avatar_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "8")] + pub event_id: u32, +} +/// Obf: MCFCFHNOJPK +#[derive(proto_derive::CmdID)] +#[cmdid(5804)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeliobusEnterBattleScRsp { + #[prost(message, optional, tag = "6")] + pub battle_info: ::core::option::Option, + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(uint32, tag = "12")] + pub event_id: u32, +} +/// Obf: ICJJPHLCCCO +#[derive(proto_derive::CmdID)] +#[cmdid(5805)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeliobusSelectSkillCsReq { + #[prost(uint32, tag = "2")] + pub lnedfblnhen: u32, +} +/// Obf: KEKIGCFNIDH +#[derive(proto_derive::CmdID)] +#[cmdid(5845)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeliobusSelectSkillScRsp { + #[prost(uint32, tag = "12")] + pub lnedfblnhen: u32, + #[prost(uint32, tag = "11")] + pub retcode: u32, +} +/// Obf: HJCFAPILGEB +#[derive(proto_derive::CmdID)] +#[cmdid(5811)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeliobusChallengeUpdateScNotify { + #[prost(message, optional, tag = "9")] + pub obgejfjdkkf: ::core::option::Option, +} +/// Obf: CELLAPCBOEC +#[derive(proto_derive::CmdID)] +#[cmdid(5810)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeliobusLineupUpdateScNotify { + #[prost(message, optional, tag = "8")] + pub lineup: ::core::option::Option, +} +/// Obf: JLEOOIOJEOK +#[derive(proto_derive::CmdID)] +#[cmdid(5860)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeliobusStartRaidCsReq { + #[prost(uint32, tag = "2")] + pub prop_entity_id: u32, + #[prost(uint32, tag = "15")] + pub lnedfblnhen: u32, + #[prost(bool, tag = "6")] + pub beddolcompo: bool, + #[prost(uint32, tag = "3")] + pub ogioakbpmae: u32, + #[prost(uint32, repeated, tag = "10")] + pub avatar_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "5")] + pub jfpoblgopcp: u32, +} +/// Obf: AKKJDAPPFNF +#[derive(proto_derive::CmdID)] +#[cmdid(5852)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeliobusStartRaidScRsp { + #[prost(message, optional, tag = "10")] + pub scene: ::core::option::Option, + #[prost(uint32, tag = "15")] + pub retcode: u32, +} +/// Obf: PIBCMGEHDPA +#[derive(proto_derive::CmdID)] +#[cmdid(598)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetBagCsReq {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Equipment { + #[prost(uint32, tag = "4")] + pub rank: u32, + #[prost(uint32, tag = "12")] + pub promotion: u32, + #[prost(uint32, tag = "7")] + pub tid: u32, + #[prost(uint32, tag = "6")] + pub equip_avatar_id: u32, + #[prost(uint32, tag = "8")] + pub exp: u32, + #[prost(uint32, tag = "11")] + pub unique_id: u32, + #[prost(uint32, tag = "1")] + pub level: u32, + #[prost(bool, tag = "3")] + pub is_protected: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Relic { + #[prost(uint32, tag = "8")] + pub equip_avatar_id: u32, + #[prost(uint32, tag = "7")] + pub level: u32, + #[prost(uint32, tag = "6")] + pub main_affix_id: u32, + #[prost(uint32, tag = "11")] + pub unique_id: u32, + #[prost(uint32, tag = "1")] + pub tid: u32, + #[prost(message, repeated, tag = "5")] + pub sub_affix_list: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "13")] + pub is_discarded: bool, + #[prost(uint32, tag = "14")] + pub exp: u32, + #[prost(bool, tag = "15")] + pub is_protected: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Material { + #[prost(uint32, tag = "15")] + pub tid: u32, + #[prost(uint32, tag = "10")] + pub num: u32, + #[prost(uint64, tag = "6")] + pub expire_time: u64, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct WaitDelResource { + #[prost(uint32, tag = "15")] + pub num: u32, + #[prost(uint32, tag = "1")] + pub tid: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Material0 { + #[prost(uint64, tag = "6")] + pub expire_time: u64, + #[prost(uint32, tag = "3")] + pub num: u32, + #[prost(uint32, tag = "10")] + pub tid: u32, +} +/// Obf: CEBFDHOLLEC +#[derive(proto_derive::CmdID)] +#[cmdid(571)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetBagScRsp { + #[prost(message, repeated, tag = "3")] + pub ngenobfflab: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "4")] + pub hnbhlcakajg: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "15")] + pub equipment_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "5")] + pub pnbpdogekgb: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "13")] + pub dhdjiioipkh: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "6")] + pub famncjfbaff: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "14")] + pub cgflekcnjkd: u32, + #[prost(enumeration = "TurnFoodSwitch", repeated, tag = "11")] + pub turn_food_switch: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "7")] + pub material_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "10")] + pub relic_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(message, repeated, tag = "12")] + pub pile_item_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "8")] + pub wait_del_resource_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "2")] + pub connkodklkh: ::prost::alloc::vec::Vec, +} +/// Obf: OFKNNFOODOP +#[derive(proto_derive::CmdID)] +#[cmdid(583)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PromoteEquipmentCsReq { + #[prost(uint32, tag = "10")] + pub equipment_unique_id: u32, + #[prost(message, optional, tag = "14")] + pub item_cost_list: ::core::option::Option, +} +/// Obf: AIDFBPKJPMN +#[derive(proto_derive::CmdID)] +#[cmdid(542)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PromoteEquipmentScRsp { + #[prost(uint32, tag = "10")] + pub retcode: u32, +} +/// Obf: AMIPKEDMEHN +#[derive(proto_derive::CmdID)] +#[cmdid(579)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LockEquipmentCsReq { + #[prost(bool, tag = "3")] + pub is_protected: bool, + #[prost(uint32, repeated, tag = "8")] + pub equipment_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: OODLFAJHNAB +#[derive(proto_derive::CmdID)] +#[cmdid(577)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LockEquipmentScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, +} +/// Obf: ANNADFJBMCB +#[derive(proto_derive::CmdID)] +#[cmdid(533)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UseItemCsReq { + #[prost(bool, tag = "13")] + pub cpfglikkkgm: bool, + #[prost(uint32, tag = "10")] + pub base_avatar_id: u32, + #[prost(uint32, tag = "3")] + pub optional_reward_id: u32, + #[prost(uint32, tag = "14")] + pub use_item_id: u32, + #[prost(enumeration = "AvatarType", tag = "1")] + pub njcnpnmhmpm: i32, + #[prost(uint32, tag = "7")] + pub use_item_count: u32, +} +/// Obf: BELFPACLJBH +#[derive(proto_derive::CmdID)] +#[cmdid(512)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UseItemScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(message, optional, tag = "7")] + pub return_data: ::core::option::Option, + #[prost(uint64, tag = "2")] + pub month_card_out_date_time: u64, + #[prost(uint32, tag = "13")] + pub use_item_id: u32, + #[prost(uint32, tag = "14")] + pub use_item_count: u32, + #[prost(uint32, tag = "6")] + pub phffpfmpebg: u32, +} +/// Obf: IOJDJAGEHMD +#[derive(proto_derive::CmdID)] +#[cmdid(528)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RankUpEquipmentCsReq { + #[prost(message, optional, tag = "8")] + pub item_cost_list: ::core::option::Option, + #[prost(uint32, tag = "3")] + pub equipment_unique_id: u32, +} +/// Obf: GKGIFAIGOKO +#[derive(proto_derive::CmdID)] +#[cmdid(538)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RankUpEquipmentScRsp { + #[prost(uint32, tag = "4")] + pub retcode: u32, +} +/// Obf: CMNNDIHJHBD +#[derive(proto_derive::CmdID)] +#[cmdid(578)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ExpUpEquipmentCsReq { + #[prost(uint32, tag = "1")] + pub equipment_unique_id: u32, + #[prost(message, optional, tag = "14")] + pub item_cost_list: ::core::option::Option, +} +/// Obf: MPKEGDFDLFL +#[derive(proto_derive::CmdID)] +#[cmdid(556)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ExpUpEquipmentScRsp { + #[prost(message, repeated, tag = "4")] + pub return_item_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "9")] + pub retcode: u32, +} +/// Obf: DLJMCLNFPDL +#[derive(proto_derive::CmdID)] +#[cmdid(589)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ComposeItemCsReq { + #[prost(uint32, tag = "4")] + pub count: u32, + #[prost(uint32, tag = "10")] + pub compose_id: u32, + #[prost(message, optional, tag = "1")] + pub compose_item_list: ::core::option::Option, +} +/// Obf: ANPEFPDLNCJ +#[derive(proto_derive::CmdID)] +#[cmdid(522)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ComposeItemScRsp { + #[prost(message, optional, tag = "14")] + pub return_item_list: ::core::option::Option, + #[prost(uint32, tag = "2")] + pub count: u32, + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(uint32, tag = "7")] + pub compose_id: u32, +} +/// Obf: JGACCNAIALD +#[derive(proto_derive::CmdID)] +#[cmdid(511)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ComposeSelectedRelicCsReq { + #[prost(uint32, tag = "9")] + pub compose_id: u32, + #[prost(uint32, tag = "4")] + pub compose_relic_id: u32, + #[prost(message, optional, tag = "13")] + pub compose_item_list: ::core::option::Option, + #[prost(uint32, tag = "7")] + pub count: u32, + #[prost(uint32, tag = "5")] + pub main_affix_id: u32, +} +/// Obf: LBGBBBGHKIO +#[derive(proto_derive::CmdID)] +#[cmdid(510)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ComposeSelectedRelicScRsp { + #[prost(message, optional, tag = "9")] + pub return_item_list: ::core::option::Option, + #[prost(uint32, tag = "6")] + pub retcode: u32, + #[prost(uint32, tag = "13")] + pub compose_id: u32, +} +/// Obf: KIELEMNJLKI +#[derive(proto_derive::CmdID)] +#[cmdid(566)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ExpUpRelicCsReq { + #[prost(message, optional, tag = "11")] + pub item_cost_list: ::core::option::Option, + #[prost(uint32, tag = "10")] + pub relic_unique_id: u32, +} +/// Obf: EJLLDLIJBAC +#[derive(proto_derive::CmdID)] +#[cmdid(505)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ExpUpRelicScRsp { + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(message, repeated, tag = "1")] + pub return_item_list: ::prost::alloc::vec::Vec, +} +/// Obf: OCFFCHLFGEG +#[derive(proto_derive::CmdID)] +#[cmdid(545)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LockRelicCsReq { + #[prost(bool, tag = "13")] + pub is_protected: bool, + #[prost(uint32, repeated, tag = "8")] + pub eamlklabfbo: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "2")] + pub is_batch_op: bool, +} +/// Obf: PIFHIIBJIPC +#[derive(proto_derive::CmdID)] +#[cmdid(520)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LockRelicScRsp { + #[prost(uint32, tag = "14")] + pub retcode: u32, +} +/// Obf: ANEHFACCPCM +#[derive(proto_derive::CmdID)] +#[cmdid(515)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DiscardRelicCsReq { + #[prost(bool, tag = "3")] + pub is_discard: bool, + #[prost(bool, tag = "11")] + pub is_batch_op: bool, + #[prost(uint32, repeated, tag = "10")] + pub eamlklabfbo: ::prost::alloc::vec::Vec, +} +/// Obf: CLAFOFNKBEJ +#[derive(proto_derive::CmdID)] +#[cmdid(519)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DiscardRelicScRsp { + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(bool, tag = "2")] + pub is_discard: bool, +} +/// Obf: ACEHHOIKHDN +#[derive(proto_derive::CmdID)] +#[cmdid(550)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SellItemCsReq { + #[prost(bool, tag = "1")] + pub to_material: bool, + #[prost(message, optional, tag = "14")] + pub item_cost_list: ::core::option::Option, +} +/// Obf: MJDKIPPFLHA +#[derive(proto_derive::CmdID)] +#[cmdid(531)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SellItemScRsp { + #[prost(uint32, tag = "7")] + pub retcode: u32, + #[prost(message, optional, tag = "11")] + pub return_item_list: ::core::option::Option, +} +/// Obf: RechargeSuccNotify +#[derive(proto_derive::CmdID)] +#[cmdid(504)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RechargeSuccNotify { + #[prost(string, tag = "14")] + pub product_id: ::prost::alloc::string::String, + #[prost(message, optional, tag = "5")] + pub item_list: ::core::option::Option, + #[prost(string, tag = "6")] + pub channel_order_no: ::prost::alloc::string::String, + #[prost(uint64, tag = "11")] + pub month_card_outdate_time: u64, +} +/// Obf: KIJFBKDHMFN +#[derive(proto_derive::CmdID)] +#[cmdid(560)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ExchangeHcoinCsReq { + #[prost(uint32, tag = "3")] + pub num: u32, +} +/// Obf: ExchangeHcoinScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(552)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ExchangeHcoinScRsp { + #[prost(uint32, tag = "15")] + pub num: u32, + #[prost(uint32, tag = "14")] + pub retcode: u32, +} +/// Obf: PHJLKNIDCED +#[derive(proto_derive::CmdID)] +#[cmdid(600)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AddEquipmentScNotify { + #[prost(uint32, tag = "9")] + pub egndmkmfpin: u32, +} +/// Obf: KMHFMMIJLMB +#[derive(proto_derive::CmdID)] +#[cmdid(562)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRecyleTimeCsReq { + #[prost(uint32, repeated, tag = "9")] + pub hnlefmobfkg: ::prost::alloc::vec::Vec, +} +/// Obf: HMLANKFNNKM +#[derive(proto_derive::CmdID)] +#[cmdid(506)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRecyleTimeScRsp { + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(message, repeated, tag = "10")] + pub hnbhlcakajg: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kceajgbfcgl { + #[prost(uint32, tag = "2")] + pub ccfboigonmh: u32, + #[prost(uint32, tag = "10")] + pub doijppckomg: u32, +} +/// Obf: FHBLIKBFMFL +#[derive(proto_derive::CmdID)] +#[cmdid(523)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ComposeLimitNumCompleteNotify { + #[prost(message, repeated, tag = "10")] + pub aaeilanamhe: ::prost::alloc::vec::Vec, +} +/// Obf: NCKMHEDOELD +#[derive(proto_derive::CmdID)] +#[cmdid(585)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ComposeLimitNumUpdateNotify { + #[prost(message, optional, tag = "4")] + pub alonohknchc: ::core::option::Option, +} +/// Obf: BOJMDDLJLLO +#[derive(proto_derive::CmdID)] +#[cmdid(516)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DestroyItemCsReq { + #[prost(uint32, tag = "7")] + pub icohgakhndl: u32, + #[prost(uint32, tag = "15")] + pub item_id: u32, + #[prost(uint32, tag = "10")] + pub aohgeeadfgi: u32, +} +/// Obf: HIKCDJIIOMI +#[derive(proto_derive::CmdID)] +#[cmdid(514)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DestroyItemScRsp { + #[prost(uint32, tag = "4")] + pub icohgakhndl: u32, + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +/// Obf: CPCFOBNIFLC +#[derive(proto_derive::CmdID)] +#[cmdid(588)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMarkItemListCsReq {} +/// Obf: NIINHFKKHCL +#[derive(proto_derive::CmdID)] +#[cmdid(593)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMarkItemListScRsp { + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(uint32, repeated, tag = "11")] + pub bdgeccmocja: ::prost::alloc::vec::Vec, +} +/// Obf: KBFOJMJKEFH +#[derive(proto_derive::CmdID)] +#[cmdid(563)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MarkItemCsReq { + #[prost(uint32, tag = "8")] + pub item_id: u32, + #[prost(bool, tag = "9")] + pub fbehicbkcam: bool, +} +/// Obf: PCCIMONDPBL +#[derive(proto_derive::CmdID)] +#[cmdid(555)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MarkItemScRsp { + #[prost(bool, tag = "15")] + pub fbehicbkcam: bool, + #[prost(uint32, tag = "3")] + pub item_id: u32, + #[prost(uint32, tag = "2")] + pub retcode: u32, +} +/// Obf: GDDKPMMDJLO +#[derive(proto_derive::CmdID)] +#[cmdid(536)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct CancelMarkItemNotify { + #[prost(uint32, tag = "10")] + pub item_id: u32, +} +/// Obf: DGKAHACIKOO +#[derive(proto_derive::CmdID)] +#[cmdid(502)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncTurnFoodNotify { + #[prost(enumeration = "TurnFoodSwitch", repeated, tag = "5")] + pub turn_food_switch: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "10")] + pub dhdjiioipkh: ::prost::alloc::vec::Vec, +} +/// Obf: OFIMDHEFFHN +#[derive(proto_derive::CmdID)] +#[cmdid(565)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetTurnFoodSwitchCsReq { + #[prost(bool, tag = "14")] + pub edhonflkegg: bool, + #[prost(enumeration = "TurnFoodSwitch", tag = "10")] + pub cieedppekac: i32, +} +/// Obf: CLKMOJJBKKG +#[derive(proto_derive::CmdID)] +#[cmdid(557)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetTurnFoodSwitchScRsp { + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(enumeration = "TurnFoodSwitch", tag = "9")] + pub cieedppekac: i32, + #[prost(bool, tag = "8")] + pub edhonflkegg: bool, +} +/// Obf: LCHPDBBGEGH +#[derive(proto_derive::CmdID)] +#[cmdid(525)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GeneralVirtualItemDataNotify { + #[prost(bool, tag = "14")] + pub pkmcbdcfedn: bool, + #[prost(message, repeated, tag = "4")] + pub ndfaieehedm: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RelicFilterPlanIcon { + #[prost(bool, tag = "11")] + pub is_avatar_icon: bool, + #[prost(uint32, tag = "4")] + pub icon_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RelicFilterPlan { + #[prost(uint32, tag = "3")] + pub avatar_id_on_create: u32, + #[prost(bool, tag = "15")] + pub is_marked: bool, + #[prost(message, optional, tag = "5")] + pub settings: ::core::option::Option, + #[prost(int64, tag = "14")] + pub update_timestamp: i64, + #[prost(string, tag = "8")] + pub name: ::prost::alloc::string::String, + #[prost(uint32, tag = "6")] + pub slot_index: u32, + #[prost(message, optional, tag = "11")] + pub icon: ::core::option::Option, +} +/// Obf: KCFIEOFNEFO +#[derive(proto_derive::CmdID)] +#[cmdid(564)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRelicFilterPlanCsReq {} +/// Obf: GetRelicFilterPlanScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(535)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRelicFilterPlanScRsp { + #[prost(message, repeated, tag = "14")] + pub relic_filter_plan_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "9")] + pub retcode: u32, +} +/// Obf: AddRelicFilterPlanCsReq +#[derive(proto_derive::CmdID)] +#[cmdid(587)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AddRelicFilterPlanCsReq { + #[prost(uint32, tag = "11")] + pub avatar_id_on_create: u32, + #[prost(string, tag = "8")] + pub name: ::prost::alloc::string::String, + #[prost(message, optional, tag = "6")] + pub icon: ::core::option::Option, + #[prost(message, optional, tag = "13")] + pub settings: ::core::option::Option, + #[prost(bool, tag = "7")] + pub is_marked: bool, +} +/// Obf: AddRelicFilterPlanScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(554)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AddRelicFilterPlanScRsp { + #[prost(message, optional, tag = "11")] + pub plan: ::core::option::Option, + #[prost(uint32, tag = "6")] + pub retcode: u32, +} +/// Obf: ModifyRelicFilterPlanCsReq +#[derive(proto_derive::CmdID)] +#[cmdid(569)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ModifyRelicFilterPlanCsReq { + #[prost(uint32, tag = "7")] + pub slot_index: u32, + #[prost(oneof = "modify_relic_filter_plan_cs_req::InfoCase", tags = "5, 1, 15")] + pub info_case: ::core::option::Option, +} +/// Nested message and enum types in `ModifyRelicFilterPlanCsReq`. +pub mod modify_relic_filter_plan_cs_req { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum InfoCase { + #[prost(string, tag = "5")] + Name(::prost::alloc::string::String), + #[prost(message, tag = "1")] + Icon(super::RelicFilterPlanIcon), + #[prost(message, tag = "15")] + Settings(super::RelicFilterPlanSettings), + } +} +/// Obf: ModifyRelicFilterPlanScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(558)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ModifyRelicFilterPlanScRsp { + #[prost(int64, tag = "13")] + pub update_timestamp: i64, + #[prost(uint32, tag = "12")] + pub slot_index: u32, + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(oneof = "modify_relic_filter_plan_sc_rsp::InfoCase", tags = "2, 8, 14")] + pub info_case: ::core::option::Option, +} +/// Nested message and enum types in `ModifyRelicFilterPlanScRsp`. +pub mod modify_relic_filter_plan_sc_rsp { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum InfoCase { + #[prost(string, tag = "2")] + Name(::prost::alloc::string::String), + #[prost(message, tag = "8")] + Icon(super::RelicFilterPlanIcon), + #[prost(message, tag = "14")] + Settings(super::RelicFilterPlanSettings), + } +} +/// Obf: DeleteRelicFilterPlanCsReq +#[derive(proto_derive::CmdID)] +#[cmdid(567)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DeleteRelicFilterPlanCsReq { + #[prost(bool, tag = "10")] + pub is_batch_op: bool, + #[prost(uint32, repeated, tag = "1")] + pub slot_index_list: ::prost::alloc::vec::Vec, +} +/// Obf: HDIIOAKCKCP +#[derive(proto_derive::CmdID)] +#[cmdid(576)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DeleteRelicFilterPlanScRsp { + #[prost(bool, tag = "3")] + pub is_batch_op: bool, + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(uint32, repeated, tag = "14")] + pub kdodmggolkl: ::prost::alloc::vec::Vec, +} +/// Obf: MarkRelicFilterPlanCsReq +#[derive(proto_derive::CmdID)] +#[cmdid(539)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MarkRelicFilterPlanCsReq { + #[prost(bool, tag = "14")] + pub is_mark: bool, + #[prost(uint32, repeated, tag = "9")] + pub slot_index_list: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "11")] + pub is_batch_op: bool, +} +/// Obf: MarkRelicFilterPlanScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(549)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MarkRelicFilterPlanScRsp { + #[prost(uint32, tag = "1")] + pub retcode: u32, + #[prost(uint32, repeated, tag = "3")] + pub slot_index_list: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "8")] + pub is_mark: bool, + #[prost(bool, tag = "9")] + pub is_batch_op: bool, +} +/// Obf: GFICCAADCID +#[derive(proto_derive::CmdID)] +#[cmdid(503)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RelicFilterPlanClearNameScNotify { + #[prost(uint32, tag = "10")] + pub mflhiehekmm: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UnlockedMusic { + #[prost(bool, tag = "4")] + pub hfaobcelogj: bool, + #[prost(uint32, tag = "11")] + pub id: u32, + #[prost(uint32, tag = "8")] + pub group_id: u32, +} +/// Obf: FFABNHCBAPG +#[derive(proto_derive::CmdID)] +#[cmdid(3198)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetJukeboxDataCsReq {} +/// Obf: BLCPJFNGECF +#[derive(proto_derive::CmdID)] +#[cmdid(3171)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetJukeboxDataScRsp { + #[prost(message, repeated, tag = "11")] + pub music_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "6")] + pub playing_id: u32, + #[prost(uint32, tag = "5")] + pub retcode: u32, +} +/// Obf: OMFDGHGCNEI +#[derive(proto_derive::CmdID)] +#[cmdid(3183)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayBackGroundMusicCsReq { + #[prost(uint32, tag = "2")] + pub play_music_id: u32, +} +/// Obf: KAKPFMAPOLF +#[derive(proto_derive::CmdID)] +#[cmdid(3142)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayBackGroundMusicScRsp { + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(uint32, tag = "9")] + pub playing_id: u32, + #[prost(uint32, tag = "4")] + pub play_music_id: u32, +} +/// Obf: IFJIGKEPICF +#[derive(proto_derive::CmdID)] +#[cmdid(3179)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UnlockBackGroundMusicCsReq { + #[prost(uint32, repeated, tag = "9")] + pub unlock_ids: ::prost::alloc::vec::Vec, +} +/// Obf: MKAIMONJKDL +#[derive(proto_derive::CmdID)] +#[cmdid(3177)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UnlockBackGroundMusicScRsp { + #[prost(message, repeated, tag = "2")] + pub music_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "9")] + pub unlocked_ids: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "15")] + pub retcode: u32, +} +/// Obf: NMELDPDCCPA +#[derive(proto_derive::CmdID)] +#[cmdid(3133)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TrialBackGroundMusicCsReq { + #[prost(uint32, tag = "2")] + pub hilgigjmifm: u32, +} +/// Obf: GFBALJAJDPB +#[derive(proto_derive::CmdID)] +#[cmdid(3112)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TrialBackGroundMusicScRsp { + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(uint32, tag = "8")] + pub hilgigjmifm: u32, +} +/// Obf: OGCINFBKJJN +#[derive(proto_derive::CmdID)] +#[cmdid(798)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetStageLineupCsReq {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Agliopellcp { + #[prost(uint32, tag = "3")] + pub stage_type: u32, + #[prost(uint32, tag = "13")] + pub gjenbdiakeg: u32, +} +/// Obf: GPNHGFJDAON +#[derive(proto_derive::CmdID)] +#[cmdid(771)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetStageLineupScRsp { + #[prost(uint32, tag = "6")] + pub retcode: u32, + #[prost(message, repeated, tag = "10")] + pub boeoafikneh: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LineupAvatar { + #[prost(uint32, tag = "14")] + pub slot: u32, + #[prost(uint32, tag = "2")] + pub satiety: u32, + #[prost(message, optional, tag = "13")] + pub sp_bar: ::core::option::Option, + #[prost(uint32, tag = "15")] + pub id: u32, + #[prost(uint32, tag = "6")] + pub hp: u32, + #[prost(enumeration = "AvatarType", tag = "9")] + pub avatar_type: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LineupInfo { + #[prost(bool, tag = "13")] + pub is_virtual: bool, + #[prost(bool, tag = "2")] + pub ganlndbnhld: bool, + #[prost(uint32, repeated, tag = "14")] + pub adheoobhkom: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "15")] + pub mp: u32, + #[prost(message, repeated, tag = "4")] + pub avatar_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "6")] + pub cpgdhgkahhd: u32, + #[prost(uint32, tag = "10")] + pub index: u32, + #[prost(enumeration = "ExtraLineupType", tag = "3")] + pub extra_lineup_type: i32, + #[prost(uint32, tag = "12")] + pub leader_slot: u32, + #[prost(uint32, repeated, tag = "8")] + pub gghcbpbeffj: ::prost::alloc::vec::Vec, + #[prost(string, tag = "7")] + pub name: ::prost::alloc::string::String, + #[prost(uint32, repeated, tag = "1")] + pub kbeokednene: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "9")] + pub plane_id: u32, + #[prost(uint32, tag = "5")] + pub max_mp: u32, +} +/// Obf: HENMACBAAKC +#[derive(proto_derive::CmdID)] +#[cmdid(783)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetCurLineupDataCsReq {} +/// Obf: CLFMLIAPMFH +#[derive(proto_derive::CmdID)] +#[cmdid(742)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetCurLineupDataScRsp { + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(message, optional, tag = "14")] + pub lineup: ::core::option::Option, +} +/// Obf: BOJCGBDCKMN +#[derive(proto_derive::CmdID)] +#[cmdid(779)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct JoinLineupCsReq { + #[prost(enumeration = "ExtraLineupType", tag = "15")] + pub extra_lineup_type: i32, + #[prost(bool, tag = "13")] + pub is_virtual: bool, + #[prost(uint32, tag = "12")] + pub base_avatar_id: u32, + #[prost(uint32, tag = "7")] + pub index: u32, + #[prost(enumeration = "AvatarType", tag = "8")] + pub avatar_type: i32, + #[prost(uint32, tag = "4")] + pub slot: u32, + #[prost(uint32, tag = "5")] + pub plane_id: u32, +} +/// Obf: JPMKNHNBCFL +#[derive(proto_derive::CmdID)] +#[cmdid(777)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct JoinLineupScRsp { + #[prost(uint32, tag = "7")] + pub retcode: u32, +} +/// Obf: LFAFPGNPGMK +#[derive(proto_derive::CmdID)] +#[cmdid(733)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct QuitLineupCsReq { + #[prost(enumeration = "AvatarType", tag = "11")] + pub avatar_type: i32, + #[prost(uint32, tag = "5")] + pub base_avatar_id: u32, + #[prost(bool, tag = "2")] + pub is_virtual: bool, + #[prost(enumeration = "ExtraLineupType", tag = "1")] + pub extra_lineup_type: i32, + #[prost(uint32, tag = "7")] + pub plane_id: u32, + #[prost(uint32, tag = "10")] + pub index: u32, +} +/// Obf: FHIDKHFNAGJ +#[derive(proto_derive::CmdID)] +#[cmdid(712)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct QuitLineupScRsp { + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(uint32, tag = "8")] + pub plane_id: u32, + #[prost(bool, tag = "2")] + pub nnpbeflblpg: bool, + #[prost(bool, tag = "15")] + pub is_virtual: bool, + #[prost(uint32, tag = "12")] + pub base_avatar_id: u32, +} +/// Obf: KEMHJEKMKDO +#[derive(proto_derive::CmdID)] +#[cmdid(728)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwapLineupCsReq { + #[prost(uint32, tag = "11")] + pub index: u32, + #[prost(uint32, tag = "15")] + pub plane_id: u32, + #[prost(uint32, tag = "14")] + pub epldfefadkd: u32, + #[prost(enumeration = "ExtraLineupType", tag = "9")] + pub extra_lineup_type: i32, + #[prost(bool, tag = "3")] + pub is_virtual: bool, + #[prost(uint32, tag = "4")] + pub mpcnaeffpkb: u32, +} +/// Obf: KMKCDMKPPGK +#[derive(proto_derive::CmdID)] +#[cmdid(738)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwapLineupScRsp { + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +/// Obf: SyncLineupNotify +#[derive(proto_derive::CmdID)] +#[cmdid(778)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncLineupNotify { + #[prost(enumeration = "SyncReason", repeated, tag = "1")] + pub reason_list: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "14")] + pub lineup: ::core::option::Option, +} +/// Obf: OKHIFMIPLAD +#[derive(proto_derive::CmdID)] +#[cmdid(756)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetLineupAvatarDataCsReq {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Phkehncffeg { + #[prost(enumeration = "AvatarType", tag = "3")] + pub avatar_type: i32, + #[prost(uint32, tag = "14")] + pub hp: u32, + #[prost(uint32, tag = "9")] + pub id: u32, +} +/// Obf: IHCAHHEBNAJ +#[derive(proto_derive::CmdID)] +#[cmdid(789)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetLineupAvatarDataScRsp { + #[prost(message, repeated, tag = "15")] + pub gjcnpappjga: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "11")] + pub retcode: u32, +} +/// Obf: HEBLHMCDHCE +#[derive(proto_derive::CmdID)] +#[cmdid(722)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChangeLineupLeaderCsReq { + #[prost(uint32, tag = "15")] + pub slot: u32, +} +/// Obf: GJCGAMFOJED +#[derive(proto_derive::CmdID)] +#[cmdid(766)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChangeLineupLeaderScRsp { + #[prost(uint32, tag = "4")] + pub slot: u32, + #[prost(uint32, tag = "12")] + pub retcode: u32, +} +/// Obf: KLDPGJFNEOH +#[derive(proto_derive::CmdID)] +#[cmdid(705)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct SwitchLineupIndexCsReq { #[prost(uint32, tag = "13")] pub index: u32, } +/// Obf: COBLJDLLCOL +#[derive(proto_derive::CmdID)] +#[cmdid(745)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct SwitchLineupIndexScRsp { - #[prost(uint32, tag = "7")] + #[prost(uint32, tag = "3")] pub index: u32, #[prost(uint32, tag = "6")] pub retcode: u32, } +/// Obf: FJECGJMHLKE +#[derive(proto_derive::CmdID)] +#[cmdid(720)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] -pub struct SyncEntityBuffChangeListScNotify { - #[prost(message, repeated, tag = "12")] - pub entity_buff_info_list: ::prost::alloc::vec::Vec, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct SyncLineupNotify { - #[prost(enumeration = "SyncReason", repeated, tag = "3")] - pub reason_list: ::prost::alloc::vec::Vec, - #[prost(message, optional, tag = "14")] - pub lineup: ::core::option::Option, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct TakeOffEquipmentCsReq { - #[prost(uint32, tag = "5")] - pub avatar_id: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct TakeOffRelicCsReq { - #[prost(uint32, repeated, tag = "15")] - pub slot_list: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "12")] - pub avatar_id: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct AvatarProperty { - #[prost(double, tag = "1")] - pub max_hp: f64, - #[prost(double, tag = "2")] - pub attack: f64, - #[prost(double, tag = "3")] - pub defence: f64, - #[prost(double, tag = "4")] - pub speed: f64, - #[prost(double, tag = "5")] - pub left_hp: f64, - #[prost(double, tag = "6")] - pub left_sp: f64, - #[prost(double, tag = "7")] - pub max_sp: f64, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct AttackDamageProperty { - #[prost(string, tag = "1")] - pub palefhlckln: ::prost::alloc::string::String, - #[prost(double, tag = "2")] - pub ohfcbnkchlo: f64, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct SkillUseProperty { - #[prost(uint32, tag = "1")] - pub hgnfloilneg: u32, +pub struct SetLineupNameCsReq { #[prost(string, tag = "2")] - pub aglbkdknioh: ::prost::alloc::string::String, - #[prost(uint32, tag = "3")] - pub kafehefomai: u32, - #[prost(uint32, tag = "4")] - pub dkecbneeecd: u32, - #[prost(uint32, tag = "5")] - pub okoebgnppii: u32, - #[prost(uint32, tag = "6")] - pub ipacnpiogji: u32, - #[prost(uint32, tag = "7")] - pub cmhakdimelf: u32, - #[prost(uint32, tag = "8")] - pub edmjmnfgmad: u32, - #[prost(uint32, tag = "9")] - pub okffdjngjed: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct AvatarBattleInfo { - #[prost(enumeration = "AvatarType", tag = "1")] - pub avatar_type: i32, - #[prost(uint32, tag = "2")] - pub id: u32, - #[prost(uint32, tag = "3")] - pub avatar_level: u32, - #[prost(uint32, tag = "4")] - pub avatar_rank: u32, - #[prost(uint32, tag = "5")] - pub avatar_promotion: u32, - #[prost(message, optional, tag = "6")] - pub avatar_status: ::core::option::Option, - #[prost(message, repeated, tag = "7")] - pub cfohkkgalch: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "9")] - pub total_turns: u32, - #[prost(double, tag = "10")] - pub total_damage: f64, - #[prost(double, tag = "11")] - pub total_heal: f64, - #[prost(double, tag = "12")] - pub total_damage_taken: f64, - #[prost(double, tag = "13")] - pub total_hp_recover: f64, - #[prost(double, tag = "14")] - pub dfgadbjbiob: f64, - #[prost(uint32, tag = "15")] - pub stage_id: u32, - #[prost(uint32, tag = "16")] - pub stage_type: u32, - #[prost(double, tag = "17")] - pub jnchgklgnlf: f64, - #[prost(message, repeated, tag = "18")] - pub attack_damage_type: ::prost::alloc::vec::Vec, - #[prost(message, repeated, tag = "19")] - pub kmkbogbaeno: ::prost::alloc::vec::Vec, - #[prost(message, repeated, tag = "20")] - pub dcfbmhagghh: ::prost::alloc::vec::Vec, - #[prost(message, repeated, tag = "21")] - pub skill_times: ::prost::alloc::vec::Vec, - #[prost(double, tag = "22")] - pub delay_cumulate: f64, - #[prost(uint32, tag = "23")] - pub okpkiancelf: u32, - #[prost(uint32, tag = "25")] - pub kimilnnnflf: u32, - #[prost(uint32, tag = "26")] - pub ndlnbbpfffl: u32, - #[prost(uint32, tag = "27")] - pub aeddfdkbpep: u32, - #[prost(uint32, tag = "28")] - pub omhlpnoflne: u32, - #[prost(uint32, tag = "29")] - pub njlpaaookdl: u32, - #[prost(double, tag = "30")] - pub ojeocegbkdi: f64, - #[prost(double, tag = "31")] - pub lnikhkhpcge: f64, - #[prost(double, tag = "32")] - pub emmikoejmph: f64, - #[prost(message, optional, tag = "33")] - pub jdmdemjpcia: ::core::option::Option, - #[prost(message, repeated, tag = "34")] - pub baeigohghnm: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "35")] - pub apkmboagcmi: u32, - #[prost(message, repeated, tag = "36")] - pub pnnbhmgbbaf: ::prost::alloc::vec::Vec, - #[prost(double, tag = "37")] - pub ifogdklojaj: f64, - #[prost(double, tag = "38")] - pub fpokhaemoli: f64, - #[prost(double, tag = "39")] - pub gdljjodkiip: f64, - #[prost(double, tag = "40")] - pub mldjfbabhek: f64, - #[prost(uint32, tag = "42")] - pub faomiaggpaa: u32, - #[prost(uint32, tag = "43")] - pub fadjmlcifbf: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct BattleStatistics { - #[prost(uint32, tag = "1")] - pub pibhifbmjik: u32, - #[prost(uint32, tag = "2")] - pub foibfimjppc: u32, - #[prost(uint32, repeated, tag = "3")] - pub avatar_id_list: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "4")] - pub fidldfamnmc: u32, - #[prost(double, tag = "5")] - pub ahhiiakenmo: f64, - #[prost(double, tag = "6")] - pub ldofejlhcgf: f64, - #[prost(message, repeated, tag = "7")] - pub onjclkidofe: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "9")] - pub ijfifombokm: u32, - #[prost(uint32, tag = "10")] - pub bhmjjlpbfka: u32, - #[prost(uint32, tag = "11")] - pub docmipabdde: u32, - #[prost(uint32, tag = "12")] - pub ehmejolhnbj: u32, - #[prost(map = "string, float", tag = "13")] - pub omngiehkfcf: ::std::collections::HashMap<::prost::alloc::string::String, f32>, - #[prost(uint32, tag = "14")] - pub djggbffcmll: u32, - #[prost(message, repeated, tag = "16")] - pub gmdmfihphoc: ::prost::alloc::vec::Vec, - #[prost(int32, repeated, tag = "22")] - pub bkbifgcidje: ::prost::alloc::vec::Vec, - #[prost(map = "uint32, message", tag = "28")] - pub battle_target_info: ::std::collections::HashMap, - #[prost(message, optional, tag = "30")] - pub bcilaimkepo: ::core::option::Option, - #[prost(bool, tag = "32")] - pub ckopikjmnno: bool, - #[prost(uint32, tag = "35")] - pub bfjbhggehfp: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct BattleOp { - #[prost(uint32, tag = "1")] - pub bdjddegiphb: u32, - #[prost(uint32, tag = "2")] - pub state: u32, - #[prost(uint32, tag = "3")] - pub gdihafinfel: u32, - #[prost(uint32, tag = "4")] - pub mnbkfbffbbc: u32, - #[prost(uint32, tag = "5")] - pub albjdnedggo: u32, - #[prost(uint32, tag = "6")] - pub skill_index: u32, - #[prost(uint32, tag = "7")] - pub hdgdcplilac: u32, - #[prost(string, tag = "8")] - pub pmepgjijdmc: ::prost::alloc::string::String, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct PveBattleResultCsReq { - #[prost(uint32, tag = "5")] - pub stage_id: u32, - #[prost(map = "string, uint32", tag = "7")] - pub npgbkdmfjjh: ::std::collections::HashMap<::prost::alloc::string::String, u32>, - #[prost(uint32, tag = "13")] - pub ldofejlhcgf: u32, - #[prost(uint32, tag = "14")] - pub cost_time: u32, - #[prost(uint32, tag = "4")] - pub hfgoninpkpp: u32, - #[prost(bool, tag = "15")] - pub jmlmhajmmgm: bool, - #[prost(enumeration = "BattleEndStatus", tag = "1")] - pub end_status: i32, - #[prost(bytes = "vec", tag = "8")] - pub turn_snapshot_hash: ::prost::alloc::vec::Vec, - #[prost(message, optional, tag = "12")] - pub stt: ::core::option::Option, - #[prost(bool, tag = "2")] - pub gnkmjinkoif: bool, - #[prost(uint32, tag = "9")] - pub battle_id: u32, - #[prost(bool, tag = "3")] - pub eeadhljcghf: bool, - #[prost(string, tag = "11")] - pub clhgagmlpgk: ::prost::alloc::string::String, - #[prost(uint32, tag = "10")] - pub client_res_version: u32, - #[prost(message, repeated, tag = "6")] - pub op_list: ::prost::alloc::vec::Vec, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct PveBattleResultScRsp { - #[prost(bool, tag = "4")] - pub check_identical: bool, - #[prost(message, repeated, tag = "7")] - pub battle_avatar_list: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "14")] - pub oocaibocjln: u32, - #[prost(string, tag = "12")] - pub res_version: ::prost::alloc::string::String, - #[prost(uint32, tag = "3")] - pub retcode: u32, - #[prost(uint32, tag = "11")] - pub stage_id: u32, - #[prost(uint32, tag = "6")] - pub battle_id: u32, - #[prost(uint32, tag = "13")] - pub glplpadhfpd: u32, - #[prost(uint32, tag = "15")] - pub event_id: u32, - #[prost(message, optional, tag = "5")] - pub drop_data: ::core::option::Option, - #[prost(message, optional, tag = "1")] - pub eahkgakocfi: ::core::option::Option, - #[prost(message, optional, tag = "73")] - pub cbilddggofb: ::core::option::Option, - #[prost(message, optional, tag = "8")] - pub acpoidmpoae: ::core::option::Option, - #[prost(uint32, tag = "9")] - pub gndhohdfcaj: u32, - #[prost(string, tag = "10")] - pub bin_version: ::prost::alloc::string::String, - #[prost(enumeration = "BattleEndStatus", tag = "2")] - pub end_status: i32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct RegionEntry { - #[prost(string, tag = "1")] pub name: ::prost::alloc::string::String, - #[prost(string, tag = "2")] - pub title: ::prost::alloc::string::String, - #[prost(string, tag = "3")] - pub dispatch_url: ::prost::alloc::string::String, - #[prost(string, tag = "4")] - pub env_type: ::prost::alloc::string::String, - #[prost(string, tag = "5")] - pub display_name: ::prost::alloc::string::String, - #[prost(string, tag = "6")] - pub msg: ::prost::alloc::string::String, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct DispatchRegionData { - #[prost(uint32, tag = "1")] - pub retcode: u32, - #[prost(string, tag = "2")] - pub msg: ::prost::alloc::string::String, - #[prost(string, tag = "3")] - pub top_sever_region_name: ::prost::alloc::string::String, - #[prost(message, repeated, tag = "4")] - pub region_list: ::prost::alloc::vec::Vec, - #[prost(string, tag = "5")] - pub stop_desc: ::prost::alloc::string::String, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct Gateserver { - #[prost(bool, tag = "1566")] - pub unk1: bool, - #[prost(bool, tag = "1952")] - pub unk2: bool, - #[prost(string, tag = "563")] - pub gbicamfdfce: ::prost::alloc::string::String, - #[prost(string, tag = "5")] - pub jldldfcajco: ::prost::alloc::string::String, - #[prost(bool, tag = "1457")] - pub unk3: bool, - #[prost(string, tag = "716")] - pub oaonlakknih: ::prost::alloc::string::String, - #[prost(string, tag = "1220")] - pub llbopdmgmlo: ::prost::alloc::string::String, - #[prost(string, tag = "1192")] - pub degfpdpoihi: ::prost::alloc::string::String, - #[prost(int64, tag = "15")] - pub kicppahlghb: i64, - #[prost(bool, tag = "593")] - pub unk4: bool, - #[prost(string, tag = "14")] - pub ex_resource_url: ::prost::alloc::string::String, - #[prost(string, tag = "677")] - pub fphfajbchpg: ::prost::alloc::string::String, - #[prost(string, tag = "405")] - pub bhdbhbjjpni: ::prost::alloc::string::String, - #[prost(string, tag = "1113")] - pub ifix_url: ::prost::alloc::string::String, - #[prost(string, tag = "87")] - pub pnhbalgfhoh: ::prost::alloc::string::String, - #[prost(string, tag = "1808")] - pub dalbcelehgm: ::prost::alloc::string::String, - #[prost(uint32, tag = "2")] - pub port: u32, - #[prost(string, tag = "1570")] - pub ndaokpkolki: ::prost::alloc::string::String, - #[prost(bool, tag = "1915")] - pub unk5: bool, - #[prost(string, tag = "1629")] - pub ohoginogeog: ::prost::alloc::string::String, - #[prost(string, tag = "1583")] - pub ifix_version: ::prost::alloc::string::String, - #[prost(uint32, tag = "13")] - pub aomedachljd: u32, - #[prost(bool, tag = "1")] - pub unk6: bool, - #[prost(string, tag = "8")] - pub fnchmfhfmid: ::prost::alloc::string::String, - #[prost(string, tag = "11")] - pub msg: ::prost::alloc::string::String, - #[prost(string, tag = "915")] - pub keicdbehmdo: ::prost::alloc::string::String, - #[prost(string, tag = "3")] - pub asset_bundle_url: ::prost::alloc::string::String, - #[prost(bool, tag = "1028")] - pub unk7: bool, - #[prost(string, repeated, tag = "663")] - pub gbcbidahgjc: ::prost::alloc::vec::Vec<::prost::alloc::string::String>, - #[prost(string, tag = "661")] - pub nkjbgboogfd: ::prost::alloc::string::String, - #[prost(string, tag = "1462")] - pub jcfgjfmgnlf: ::prost::alloc::string::String, - #[prost(string, tag = "1236")] - pub bcadojchkae: ::prost::alloc::string::String, - #[prost(string, tag = "1773")] - pub gmcehmdohdl: ::prost::alloc::string::String, - #[prost(int64, tag = "9")] - pub pohjhddoecn: i64, - #[prost(bool, tag = "297")] - pub mmcachlfjaa: bool, - #[prost(bool, tag = "1754")] - pub ncikdciigof: bool, - #[prost(string, tag = "1132")] - pub ihgaicfnadn: ::prost::alloc::string::String, - #[prost(uint32, tag = "12")] - pub retcode: u32, - #[prost(string, tag = "148")] - pub npnbjbcfpne: ::prost::alloc::string::String, - #[prost(uint32, tag = "6")] - pub baglofeacnc: u32, - #[prost(string, tag = "614")] - pub gdobhndocoj: ::prost::alloc::string::String, - #[prost(string, tag = "4")] - pub ip: ::prost::alloc::string::String, - #[prost(bool, tag = "1486")] - pub efknbdlnakj: bool, - #[prost(bool, tag = "414")] - pub gpjcfcjdmol: bool, - #[prost(string, tag = "10")] - pub lua_url: ::prost::alloc::string::String, - #[prost(string, tag = "1012")] - pub ghcioialpmh: ::prost::alloc::string::String, - #[prost(bool, tag = "1176")] - pub jipjkleanbd: bool, - #[prost(uint32, tag = "1710")] - pub mdailcamoao: u32, - #[prost(string, tag = "1430")] - pub habfaofipla: ::prost::alloc::string::String, - #[prost(string, tag = "1370")] - pub mnemhhbmkea: ::prost::alloc::string::String, - #[prost(string, tag = "873")] - pub mandmjolphh: ::prost::alloc::string::String, - #[prost(bool, tag = "1523")] - pub pphbpgbnoem: bool, - #[prost(string, tag = "512")] - pub lbpfhpcbckl: ::prost::alloc::string::String, - #[prost(string, tag = "312")] - pub bfihfklmmek: ::prost::alloc::string::String, - #[prost(bool, tag = "7")] - pub dhppkkgjldl: bool, - #[prost(string, tag = "1420")] - pub enlggeekcjh: ::prost::alloc::string::String, - #[prost(string, tag = "571")] - pub meacagafhga: ::prost::alloc::string::String, - #[prost(bool, tag = "825")] - pub jidbdekohdh: bool, - #[prost(string, tag = "1750")] - pub pkddcfgddde: ::prost::alloc::string::String, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct StartCocoonStageCsReq { - #[prost(uint32, tag = "3")] - pub wave: u32, - #[prost(uint32, tag = "5")] - pub world_level: u32, - #[prost(uint32, tag = "2")] - pub prop_entity_id: u32, - #[prost(uint32, tag = "10")] - pub cocoon_id: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct StartCocoonStageScRsp { - #[prost(uint32, tag = "14")] - pub cocoon_id: u32, - #[prost(uint32, tag = "15")] - pub prop_entity_id: u32, - #[prost(uint32, tag = "12")] - pub wave: u32, - #[prost(uint32, tag = "6")] - pub retcode: u32, - #[prost(message, optional, tag = "9")] - pub battle_info: ::core::option::Option, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct PlayerGetTokenCsReq { - #[prost(uint32, tag = "3")] - pub platform_type: u32, - #[prost(string, tag = "4")] - pub token: ::prost::alloc::string::String, - #[prost(uint32, tag = "7")] - pub blclkkidljh: u32, - #[prost(string, tag = "10")] - pub account_uid: ::prost::alloc::string::String, - #[prost(string, tag = "5")] - pub lkgbcdgefjf: ::prost::alloc::string::String, - #[prost(uint32, tag = "2")] - pub gmcheopahkc: u32, - #[prost(uint32, tag = "14")] - pub pcmajmegbld: u32, - #[prost(uint32, tag = "6")] - pub uid: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetFriendListInfoCsReq {} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct AvatarPathChangedNotify { - #[prost(uint32, tag = "3")] - pub base_avatar_id: u32, - #[prost(enumeration = "MultiPathAvatarType", tag = "8")] - pub cur_multi_path_avatar_type: i32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct SendMsgScRsp { - #[prost(uint64, tag = "5")] - pub end_time: u64, - #[prost(uint32, tag = "12")] - pub retcode: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetGachaInfoCsReq {} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GachaCeilingAvatar { - #[prost(uint32, tag = "5")] - pub repeated_cnt: u32, - #[prost(uint32, tag = "14")] - pub avatar_id: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GachaCeiling { - #[prost(message, repeated, tag = "3")] - pub avatar_list: ::prost::alloc::vec::Vec, - #[prost(bool, tag = "15")] - pub is_claimed: bool, - #[prost(uint32, tag = "7")] - pub ceiling_num: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GachaInfo { - #[prost(uint32, tag = "13")] - pub iponcaehhgl: u32, - #[prost(message, optional, tag = "15")] - pub gacha_ceiling: ::core::option::Option, - #[prost(uint32, repeated, tag = "2")] - pub up_info: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "11")] - pub gacha_id: u32, - #[prost(int64, tag = "6")] - pub begin_time: i64, - #[prost(uint32, repeated, tag = "4")] - pub featured: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "1")] - pub ecapcfaefbo: u32, - #[prost(string, tag = "10")] - pub detail_url: ::prost::alloc::string::String, - #[prost(int64, tag = "5")] - pub end_time: i64, - #[prost(string, tag = "9")] - pub history_url: ::prost::alloc::string::String, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetGachaInfoScRsp { - #[prost(uint32, tag = "7")] - pub retcode: u32, - #[prost(uint32, tag = "2")] - pub gacha_random: u32, - #[prost(uint32, tag = "6")] - pub chmfglghlcf: u32, - #[prost(message, repeated, tag = "3")] - pub gacha_info_list: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "12")] - pub lmbmncbfgpj: u32, - #[prost(uint32, tag = "15")] - pub hgaoeennejc: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct DoGachaCsReq { - #[prost(uint32, tag = "8")] - pub gacha_num: u32, - #[prost(uint32, tag = "2")] - pub simulate_magic: u32, #[prost(uint32, tag = "9")] - pub gacha_random: u32, - #[prost(uint32, tag = "14")] - pub gacha_id: u32, + pub index: u32, } +/// Obf: EKLMHCKNGDL +#[derive(proto_derive::CmdID)] +#[cmdid(750)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] -pub struct GachaItem { - #[prost(bool, tag = "13")] - pub is_new: bool, - #[prost(message, optional, tag = "4")] - pub transfer_item_list: ::core::option::Option, - #[prost(message, optional, tag = "1")] - pub gacha_item: ::core::option::Option, - #[prost(message, optional, tag = "9")] - pub token_item: ::core::option::Option, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct DoGachaScRsp { - #[prost(uint32, tag = "4")] - pub retcode: u32, - #[prost(uint32, tag = "1")] - pub ialfoddhdkp: u32, - #[prost(uint32, tag = "10")] - pub ecapcfaefbo: u32, - #[prost(uint32, tag = "15")] - pub iponcaehhgl: u32, - #[prost(message, repeated, tag = "12")] - pub gacha_item_list: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "8")] - pub gacha_num: u32, - #[prost(uint32, tag = "7")] - pub ceiling_num: u32, +pub struct SetLineupNameScRsp { + #[prost(string, tag = "4")] + pub name: ::prost::alloc::string::String, + #[prost(uint32, tag = "13")] + pub index: u32, #[prost(uint32, tag = "6")] - pub gacha_id: u32, - #[prost(uint32, tag = "14")] - pub hgaoeennejc: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetBagCsReq {} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetArchiveDataCsReq {} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct DressRelicAvatarScRsp { - #[prost(uint32, tag = "12")] - pub retcode: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct TakeOffRelicScRsp { - #[prost(uint32, tag = "5")] - pub retcode: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct DressAvatarScRsp { - #[prost(uint32, tag = "12")] - pub retcode: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct TakeOffEquipmentScRsp { - #[prost(uint32, tag = "3")] pub retcode: u32, } +/// Obf: LHCDCIFPLBA +#[derive(proto_derive::CmdID)] +#[cmdid(731)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct GetAllLineupDataCsReq {} +/// Obf: BNJDCKOPPFM +#[derive(proto_derive::CmdID)] +#[cmdid(704)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetCurLineupDataCsReq {} +pub struct GetAllLineupDataScRsp { + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(message, repeated, tag = "5")] + pub lineup_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub cur_index: u32, +} +/// Obf: GPMHJCMOGBH +#[derive(proto_derive::CmdID)] +#[cmdid(760)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] -pub struct JoinLineupCsReq { +pub struct VirtualLineupDestroyNotify { #[prost(uint32, tag = "2")] + pub plane_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LineupSlotData { + #[prost(uint32, tag = "13")] pub slot: u32, #[prost(uint32, tag = "3")] - pub index: u32, - #[prost(uint32, tag = "11")] - pub base_avatar_id: u32, - #[prost(bool, tag = "13")] - pub is_virtual: bool, - #[prost(enumeration = "AvatarType", tag = "15")] - pub avatar_type: i32, - #[prost(uint32, tag = "14")] - pub plane_id: u32, - #[prost(enumeration = "ExtraLineupType", tag = "9")] - pub extra_lineup_type: i32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct JoinLineupScRsp { - #[prost(uint32, tag = "5")] - pub retcode: u32, -} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct QuitLineupCsReq { - #[prost(enumeration = "ExtraLineupType", tag = "11")] - pub extra_lineup_type: i32, + pub id: u32, #[prost(enumeration = "AvatarType", tag = "10")] pub avatar_type: i32, - #[prost(uint32, tag = "8")] - pub base_avatar_id: u32, - #[prost(uint32, tag = "14")] - pub index: u32, - #[prost(bool, tag = "7")] - pub is_virtual: bool, - #[prost(uint32, tag = "4")] - pub plane_id: u32, } +/// Obf: GJLIFJCDHFJ +#[derive(proto_derive::CmdID)] +#[cmdid(752)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] -pub struct QuitLineupScRsp { - #[prost(bool, tag = "13")] +pub struct ReplaceLineupCsReq { + #[prost(uint32, tag = "13")] + pub index: u32, + #[prost(uint32, tag = "14")] + pub leader_slot: u32, + #[prost(bool, tag = "3")] pub is_virtual: bool, - #[prost(bool, tag = "4")] - pub aeoafelaneo: bool, #[prost(uint32, tag = "1")] - pub base_avatar_id: u32, - #[prost(uint32, tag = "10")] - pub retcode: u32, - #[prost(uint32, tag = "15")] pub plane_id: u32, + #[prost(enumeration = "ExtraLineupType", tag = "2")] + pub extra_lineup_type: i32, + #[prost(uint32, tag = "8")] + pub cpgdhgkahhd: u32, + #[prost(message, repeated, tag = "11")] + pub slots: ::prost::alloc::vec::Vec, } +/// Obf: MLBKMFFIMNH +#[derive(proto_derive::CmdID)] +#[cmdid(711)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ReplaceLineupScRsp { + #[prost(uint32, tag = "14")] + pub retcode: u32, +} +/// Obf: OHDBDFOCDIH +#[derive(proto_derive::CmdID)] +#[cmdid(710)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ExtraLineupDestroyNotify { + #[prost(enumeration = "ExtraLineupType", tag = "1")] + pub extra_lineup_type: i32, +} +/// Obf: KFJGCCJNMAD +#[derive(proto_derive::CmdID)] +#[cmdid(800)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct VirtualLineupTrialAvatarChangeScNotify { + #[prost(uint32, tag = "8")] + pub plane_id: u32, + #[prost(uint32, repeated, tag = "1")] + pub dgocpfhcllk: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "13")] + pub behjdjbcjgo: ::prost::alloc::vec::Vec, +} +/// Obf: FJCAMEAFOAL +#[derive(proto_derive::CmdID)] +#[cmdid(7379)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LobbyCreateCsReq { + #[prost(enumeration = "Piflekocmcc", tag = "13")] + pub mgaiajakpei: i32, + #[prost(message, optional, tag = "1")] + pub difndegmkna: ::core::option::Option, +} +/// Obf: GGHMDDNEIAD +#[derive(proto_derive::CmdID)] +#[cmdid(7387)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LobbyCreateScRsp { + #[prost(message, repeated, tag = "2")] + pub ebmokpbkmmd: ::prost::alloc::vec::Vec, + #[prost(enumeration = "Piflekocmcc", tag = "5")] + pub mgaiajakpei: i32, + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(uint64, tag = "12")] + pub room_id: u64, +} +/// Obf: LEHDOCJHIFE +#[derive(proto_derive::CmdID)] +#[cmdid(7399)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LobbyInviteCsReq { + #[prost(uint32, repeated, tag = "1")] + pub search_uid_list: ::prost::alloc::vec::Vec, +} +/// Obf: AOGBFAAOGBB +#[derive(proto_derive::CmdID)] +#[cmdid(7396)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LobbyInviteScRsp { + #[prost(uint32, tag = "6")] + pub retcode: u32, + #[prost(uint32, repeated, tag = "4")] + pub search_uid_list: ::prost::alloc::vec::Vec, +} +/// Obf: LFEMAADMJEO +#[derive(proto_derive::CmdID)] +#[cmdid(7392)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LobbyJoinCsReq { + #[prost(uint64, tag = "12")] + pub room_id: u64, + #[prost(message, optional, tag = "7")] + pub difndegmkna: ::core::option::Option, +} +/// Obf: GELDLEKDKPB +#[derive(proto_derive::CmdID)] +#[cmdid(7352)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LobbyJoinScRsp { + #[prost(message, repeated, tag = "5")] + pub ebmokpbkmmd: ::prost::alloc::vec::Vec, + #[prost(enumeration = "Piflekocmcc", tag = "11")] + pub mgaiajakpei: i32, + #[prost(uint64, tag = "3")] + pub room_id: u64, + #[prost(uint32, tag = "6")] + pub retcode: u32, +} +/// Obf: PJADBJILODI +#[derive(proto_derive::CmdID)] +#[cmdid(7375)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LobbyQuitCsReq {} +/// Obf: OBOGACNPHLA +#[derive(proto_derive::CmdID)] +#[cmdid(7398)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LobbyQuitScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, +} +/// Obf: OOCHDDDIAFK +#[derive(proto_derive::CmdID)] +#[cmdid(7394)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LobbyBeginCsReq {} +/// Obf: DCFGLMMCJMA +#[derive(proto_derive::CmdID)] +#[cmdid(7360)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LobbyBeginScRsp { + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(message, repeated, tag = "10")] + pub ebmokpbkmmd: ::prost::alloc::vec::Vec, +} +/// Obf: BBCGOHFJMFP +#[derive(proto_derive::CmdID)] +#[cmdid(7374)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LobbyModifyPlayerInfoCsReq { + #[prost(enumeration = "Khjkbeapled", tag = "13")] + pub slot: i32, + #[prost(message, optional, tag = "8")] + pub difndegmkna: ::core::option::Option, + #[prost(uint32, tag = "2")] + pub jafcadjgpjh: u32, +} +/// Obf: IBCHAGFKLFE +#[derive(proto_derive::CmdID)] +#[cmdid(7382)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LobbyModifyPlayerInfoScRsp { + #[prost(uint32, tag = "15")] + pub retcode: u32, +} +/// Obf: FPIINEONLFE +#[derive(proto_derive::CmdID)] +#[cmdid(7364)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LobbySyncInfoScNotify { + #[prost(message, repeated, tag = "10")] + pub ebmokpbkmmd: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "2")] + pub uid: u32, + #[prost(enumeration = "Khjkbeapled", tag = "13")] + pub slot: i32, +} +/// Obf: KCMHDHLAGNP +#[derive(proto_derive::CmdID)] +#[cmdid(7363)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LobbyKickOutCsReq { + #[prost(uint32, tag = "5")] + pub uid: u32, +} +/// Obf: BIBOPKKOJLL +#[derive(proto_derive::CmdID)] +#[cmdid(7351)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LobbyKickOutScRsp { + #[prost(uint32, tag = "14")] + pub retcode: u32, +} +/// Obf: JNONLBAEABL +#[derive(proto_derive::CmdID)] +#[cmdid(7377)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LobbyInviteScNotify { + #[prost(enumeration = "Piflekocmcc", tag = "11")] + pub mgaiajakpei: i32, + #[prost(uint32, tag = "3")] + pub room_id: u32, + #[prost(uint32, tag = "5")] + pub sender_uid: u32, +} +/// Obf: NDCBHIFONPC +#[derive(proto_derive::CmdID)] +#[cmdid(7355)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LobbyGetInfoCsReq {} +/// Obf: NFAPALBJODM +#[derive(proto_derive::CmdID)] +#[cmdid(7393)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LobbyGetInfoScRsp { + #[prost(uint64, tag = "14")] + pub gcigjdimnce: u64, + #[prost(uint32, tag = "7")] + pub retcode: u32, + #[prost(enumeration = "Piflekocmcc", tag = "9")] + pub mgaiajakpei: i32, + #[prost(message, repeated, tag = "2")] + pub ebmokpbkmmd: ::prost::alloc::vec::Vec, + #[prost(uint64, tag = "12")] + pub room_id: u64, +} +/// Obf: NLBIABKDOJF +#[derive(proto_derive::CmdID)] +#[cmdid(898)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct GetMailCsReq { - #[prost(uint32, tag = "12")] - pub afiomfffjda: u32, - #[prost(uint32, tag = "10")] - pub enffacoigfn: u32, + #[prost(uint32, tag = "1")] + pub mjljjdngnkp: u32, + #[prost(uint32, tag = "6")] + pub mmgnpgkoeco: u32, } +#[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct ClientMail { - #[prost(string, tag = "1")] + #[prost(string, tag = "14")] pub title: ::prost::alloc::string::String, - #[prost(message, optional, tag = "14")] - pub attachment: ::core::option::Option, - #[prost(uint32, tag = "12")] - pub id: u32, - #[prost(string, tag = "11")] + #[prost(string, tag = "3")] pub content: ::prost::alloc::string::String, - #[prost(string, repeated, tag = "9")] - pub para_list: ::prost::alloc::vec::Vec<::prost::alloc::string::String>, - #[prost(uint32, tag = "8")] - pub template_id: u32, - #[prost(enumeration = "MailType", tag = "4")] - pub mail_type: i32, - #[prost(int64, tag = "15")] - pub time: i64, - #[prost(int64, tag = "3")] - pub expire_time: i64, - #[prost(bool, tag = "13")] - pub is_read: bool, - #[prost(string, tag = "7")] + #[prost(uint32, tag = "4")] + pub id: u32, + #[prost(string, tag = "5")] pub sender: ::prost::alloc::string::String, + #[prost(enumeration = "MailType", tag = "1")] + pub mail_type: i32, + #[prost(int64, tag = "7")] + pub expire_time: i64, + #[prost(bool, tag = "8")] + pub is_read: bool, + #[prost(uint32, tag = "11")] + pub template_id: u32, + #[prost(message, optional, tag = "2")] + pub attachment: ::core::option::Option, + #[prost(string, repeated, tag = "10")] + pub para_list: ::prost::alloc::vec::Vec<::prost::alloc::string::String>, + #[prost(int64, tag = "6")] + pub time: i64, } +/// Obf: GetMailScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(871)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct GetMailScRsp { + #[prost(message, repeated, tag = "14")] + pub notice_mail_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "15")] + pub total_num: u32, #[prost(bool, tag = "8")] pub is_end: bool, - #[prost(uint32, tag = "1")] + #[prost(uint32, tag = "6")] pub start: u32, - #[prost(message, repeated, tag = "4")] - pub notice_mail_list: ::prost::alloc::vec::Vec, - #[prost(uint32, tag = "10")] - pub total_num: u32, - #[prost(uint32, tag = "14")] + #[prost(uint32, tag = "2")] pub retcode: u32, - #[prost(message, repeated, tag = "2")] + #[prost(message, repeated, tag = "7")] pub mail_list: ::prost::alloc::vec::Vec, } +/// Obf: GEGKLAFJNHB +#[derive(proto_derive::CmdID)] +#[cmdid(883)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MarkReadMailCsReq { + #[prost(uint32, tag = "3")] + pub id: u32, +} +/// Obf: IFIOAHCDCDP +#[derive(proto_derive::CmdID)] +#[cmdid(842)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MarkReadMailScRsp { + #[prost(uint32, tag = "5")] + pub id: u32, + #[prost(uint32, tag = "4")] + pub retcode: u32, +} +/// Obf: POJIDHKHFDP +#[derive(proto_derive::CmdID)] +#[cmdid(879)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DelMailCsReq { + #[prost(uint32, repeated, tag = "5")] + pub id_list: ::prost::alloc::vec::Vec, +} +/// Obf: DelMailScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(877)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DelMailScRsp { + #[prost(uint32, repeated, tag = "11")] + pub id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "3")] + pub retcode: u32, +} +/// Obf: HAIIGKJJJBD +#[derive(proto_derive::CmdID)] +#[cmdid(833)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeMailAttachmentCsReq { + #[prost(uint32, tag = "10")] + pub optional_reward_id: u32, + #[prost(uint32, repeated, tag = "6")] + pub mail_id_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pigheoaggkg { + #[prost(uint32, tag = "11")] + pub item_id: u32, + #[prost(uint32, tag = "10")] + pub opafbpmnbej: u32, +} +/// Obf: TakeMailAttachmentScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(812)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeMailAttachmentScRsp { + #[prost(message, optional, tag = "10")] + pub attachment: ::core::option::Option, + #[prost(uint32, tag = "1")] + pub retcode: u32, + #[prost(message, repeated, tag = "12")] + pub fail_mail_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "11")] + pub succ_mail_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: NewMailScNotify +#[derive(proto_derive::CmdID)] +#[cmdid(828)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct NewMailScNotify { + #[prost(uint32, repeated, tag = "13")] + pub mail_id_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MapRotationData { + #[prost(message, repeated, tag = "9")] + pub charger_info_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "6")] + pub rotater_data_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "14")] + pub chjmodimlda: u32, + #[prost(bool, tag = "15")] + pub gkonjamicjm: bool, + #[prost(message, optional, tag = "4")] + pub map_info: ::core::option::Option, + #[prost(int32, tag = "8")] + pub ipfofhhkjkp: i32, + #[prost(message, optional, tag = "10")] + pub energy_info: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RotatorEnergyInfo { + /// TODO + #[prost(uint32, tag = "3")] + pub max_num: u32, + #[prost(uint32, tag = "6")] + pub cur_num: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RotateMapInfo { + #[prost(message, optional, tag = "11")] + pub vector: ::core::option::Option, + #[prost(message, optional, tag = "14")] + pub rotate_vector: ::core::option::Option, +} +/// Obf: OBKLLDMEPED +#[derive(proto_derive::CmdID)] +#[cmdid(6898)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterMapRotationRegionCsReq { + #[prost(uint32, tag = "7")] + pub ipfofhhkjkp: u32, + #[prost(message, optional, tag = "1")] + pub motion: ::core::option::Option, + #[prost(uint32, tag = "4")] + pub chjmodimlda: u32, +} +/// Obf: AEODAHAHIFI +#[derive(proto_derive::CmdID)] +#[cmdid(6871)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterMapRotationRegionScRsp { + #[prost(uint32, tag = "12")] + pub chjmodimlda: u32, + #[prost(message, optional, tag = "2")] + pub motion: ::core::option::Option, + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(message, optional, tag = "9")] + pub energy_info: ::core::option::Option, + #[prost(uint32, tag = "7")] + pub ipfofhhkjkp: u32, + #[prost(uint32, tag = "11")] + pub client_pos_version: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChargerInfo { + #[prost(uint32, tag = "8")] + pub gmcfblfaffo: u32, + #[prost(uint32, tag = "9")] + pub group_id: u32, +} +/// Obf: IFEHOAGHMPH +#[derive(proto_derive::CmdID)] +#[cmdid(6883)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct InteractChargerCsReq { + #[prost(message, optional, tag = "7")] + pub charger_info: ::core::option::Option, +} +/// Obf: NHIMIONLJHL +#[derive(proto_derive::CmdID)] +#[cmdid(6842)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct InteractChargerScRsp { + #[prost(message, optional, tag = "6")] + pub charger_info: ::core::option::Option, + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(message, optional, tag = "3")] + pub energy_info: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RotaterData { + #[prost(uint32, tag = "12")] + pub group_id: u32, + #[prost(uint32, tag = "5")] + pub gmcfblfaffo: u32, + #[prost(float, tag = "2")] + pub lenpgcpmgcl: f32, +} +/// Obf: JDIBNKGILHE +#[derive(proto_derive::CmdID)] +#[cmdid(6879)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DeployRotaterCsReq { + #[prost(message, optional, tag = "9")] + pub rotater_data: ::core::option::Option, +} +/// Obf: HPHKBENAOIA +#[derive(proto_derive::CmdID)] +#[cmdid(6877)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DeployRotaterScRsp { + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(message, optional, tag = "13")] + pub energy_info: ::core::option::Option, + #[prost(message, optional, tag = "6")] + pub rotater_data: ::core::option::Option, +} +/// Obf: MCFHKIOLCIC +#[derive(proto_derive::CmdID)] +#[cmdid(6833)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RotateMapCsReq { + #[prost(uint32, tag = "3")] + pub gmcfblfaffo: u32, + #[prost(uint32, tag = "9")] + pub group_id: u32, + #[prost(message, optional, tag = "14")] + pub motion: ::core::option::Option, + #[prost(message, optional, tag = "7")] + pub map_info: ::core::option::Option, +} +/// Obf: NLAJCEEDJJB +#[derive(proto_derive::CmdID)] +#[cmdid(6812)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RotateMapScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(uint32, tag = "14")] + pub client_pos_version: u32, + #[prost(message, optional, tag = "5")] + pub motion: ::core::option::Option, +} +/// Obf: DDOLHDDBEPF +#[derive(proto_derive::CmdID)] +#[cmdid(6828)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LeaveMapRotationRegionCsReq { + #[prost(message, optional, tag = "8")] + pub motion: ::core::option::Option, +} +/// Obf: HCAINJADBOM +#[derive(proto_derive::CmdID)] +#[cmdid(6838)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LeaveMapRotationRegionScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(message, optional, tag = "3")] + pub motion: ::core::option::Option, + #[prost(uint32, tag = "7")] + pub client_pos_version: u32, +} +/// Obf: FDGOPNNCBNB +#[derive(proto_derive::CmdID)] +#[cmdid(6878)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMapRotationDataCsReq {} +/// Obf: OHPNCDKJGBJ +#[derive(proto_derive::CmdID)] +#[cmdid(6856)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMapRotationDataScRsp { + #[prost(message, optional, tag = "6")] + pub map_info: ::core::option::Option, + #[prost(bool, tag = "11")] + pub hfjnnbpdlck: bool, + #[prost(uint32, tag = "13")] + pub retcode: u32, + #[prost(message, repeated, tag = "5")] + pub charger_info_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "4")] + pub chjmodimlda: u32, + #[prost(message, repeated, tag = "14")] + pub rotater_data_list: ::prost::alloc::vec::Vec, + #[prost(int32, tag = "1")] + pub ipfofhhkjkp: i32, + #[prost(message, optional, tag = "7")] + pub energy_info: ::core::option::Option, +} +/// Obf: BHKGIGLJHCC +#[derive(proto_derive::CmdID)] +#[cmdid(6889)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ResetMapRotationRegionCsReq { + #[prost(message, optional, tag = "9")] + pub map_info: ::core::option::Option, + #[prost(message, optional, tag = "7")] + pub motion: ::core::option::Option, +} +/// Obf: DCFPEKPIKEF +#[derive(proto_derive::CmdID)] +#[cmdid(6822)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ResetMapRotationRegionScRsp { + #[prost(uint32, tag = "5")] + pub client_pos_version: u32, + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(message, optional, tag = "6")] + pub motion: ::core::option::Option, +} +/// Obf: JMDCBOONEIA +#[derive(proto_derive::CmdID)] +#[cmdid(6866)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LeaveMapRotationRegionScNotify {} +/// Obf: OCPAFOMIPMG +#[derive(proto_derive::CmdID)] +#[cmdid(6805)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpdateEnergyScNotify { + #[prost(message, optional, tag = "10")] + pub energy_info: ::core::option::Option, +} +/// Obf: BJNFIABAEGL +#[derive(proto_derive::CmdID)] +#[cmdid(6845)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpdateMapRotationDataScNotify { + #[prost(uint32, tag = "2")] + pub chjmodimlda: u32, + #[prost(message, optional, tag = "12")] + pub map_info: ::core::option::Option, + #[prost(message, repeated, tag = "4")] + pub rotater_data_list: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "8")] + pub hfjnnbpdlck: bool, + #[prost(message, repeated, tag = "3")] + pub charger_info_list: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "1")] + pub energy_info: ::core::option::Option, + #[prost(int32, tag = "5")] + pub ipfofhhkjkp: i32, +} +/// Obf: KPNNODEEHDA +#[derive(proto_derive::CmdID)] +#[cmdid(6820)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RemoveRotaterCsReq { + #[prost(message, optional, tag = "2")] + pub rotater_data: ::core::option::Option, +} +/// Obf: PAGIHNIDKCI +#[derive(proto_derive::CmdID)] +#[cmdid(6850)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RemoveRotaterScRsp { + #[prost(message, optional, tag = "9")] + pub energy_info: ::core::option::Option, + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(message, optional, tag = "6")] + pub rotater_data: ::core::option::Option, +} +/// Obf: FFNBIMBLABA +#[derive(proto_derive::CmdID)] +#[cmdid(6831)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpdateRotaterScNotify { + #[prost(message, repeated, tag = "7")] + pub rotater_data_list: ::prost::alloc::vec::Vec, +} +/// Obf: JEJFKNEAGAF +#[derive(proto_derive::CmdID)] +#[cmdid(7329)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartMatchCsReq { + #[prost(message, optional, tag = "1")] + pub difndegmkna: ::core::option::Option, + #[prost(enumeration = "Piflekocmcc", tag = "9")] + pub mgaiajakpei: i32, +} +/// Obf: EFLEIGKEJAL +#[derive(proto_derive::CmdID)] +#[cmdid(7337)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartMatchScRsp { + #[prost(uint32, tag = "13")] + pub retcode: u32, + #[prost(message, optional, tag = "9")] + pub difndegmkna: ::core::option::Option, +} +/// Obf: MEKHAMMGGFM +#[derive(proto_derive::CmdID)] +#[cmdid(7342)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct CancelMatchCsReq {} +/// Obf: POEBKAAGIGB +#[derive(proto_derive::CmdID)] +#[cmdid(7302)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct CancelMatchScRsp { + #[prost(uint32, tag = "2")] + pub retcode: u32, +} +/// Obf: LABPPBKCMOE +#[derive(proto_derive::CmdID)] +#[cmdid(7344)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MatchResultScNotify { + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(message, repeated, tag = "13")] + pub ebmokpbkmmd: ::prost::alloc::vec::Vec, +} +/// Obf: FDMHOFACIHG +#[derive(proto_derive::CmdID)] +#[cmdid(7310)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetCrossInfoCsReq {} +/// Obf: MMBONFIDDJD +#[derive(proto_derive::CmdID)] +#[cmdid(7324)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetCrossInfoScRsp { + #[prost(uint64, tag = "14")] + pub room_id: u64, + #[prost(enumeration = "Piflekocmcc", tag = "8")] + pub mgaiajakpei: i32, + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(uint64, tag = "13")] + pub gcigjdimnce: u64, +} +/// Obf: BNCHMBDBIIE +#[derive(proto_derive::CmdID)] +#[cmdid(7429)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MatchThreeGetDataCsReq {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fnjfglpkkij { + #[prost(uint32, tag = "15")] + pub level_id: u32, + #[prost(uint32, tag = "11")] + pub kifpfcdeaae: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Gdlkfojlgmg { + #[prost(uint32, tag = "15")] + pub jkgbgfopmhm: u32, + #[prost(uint32, tag = "3")] + pub pos: u32, + #[prost(uint32, tag = "11")] + pub mbfkohngmpj: u32, + #[prost(uint32, tag = "7")] + pub count: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pbkkdopnnja { + #[prost(map = "uint32, uint32", tag = "12")] + pub anggchdgmbh: ::std::collections::HashMap, + #[prost(map = "uint32, uint32", tag = "6")] + pub acbmbacfccn: ::std::collections::HashMap, + #[prost(message, repeated, tag = "5")] + pub lfkjjabhkio: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "15")] + pub fijfihenfbn: ::prost::alloc::vec::Vec, +} +/// Obf: HOOGBFJIJKM +#[derive(proto_derive::CmdID)] +#[cmdid(7437)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MatchThreeGetDataScRsp { + #[prost(message, optional, tag = "9")] + pub lcphaaiipoj: ::core::option::Option, + #[prost(uint32, tag = "3")] + pub retcode: u32, +} +/// Obf: BGHANMGHANE +#[derive(proto_derive::CmdID)] +#[cmdid(7442)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MatchThreeLevelEndCsReq { + #[prost(uint32, tag = "3")] + pub jkgbgfopmhm: u32, + #[prost(uint32, repeated, tag = "11")] + pub mhpclhbgcdc: ::prost::alloc::vec::Vec, + #[prost(string, tag = "6")] + pub niepaobbfjf: ::prost::alloc::string::String, + #[prost(uint32, tag = "1")] + pub mbfkohngmpj: u32, + #[prost(uint32, tag = "5")] + pub level_id: u32, + #[prost(uint32, tag = "2")] + pub kifpfcdeaae: u32, + #[prost(map = "uint32, uint32", tag = "15")] + pub acbmbacfccn: ::std::collections::HashMap, +} +/// Obf: NDPLMBGGCIM +#[derive(proto_derive::CmdID)] +#[cmdid(7402)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MatchThreeLevelEndScRsp { + #[prost(uint32, tag = "7")] + pub level_id: u32, + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(uint32, tag = "10")] + pub kifpfcdeaae: u32, +} +/// Obf: LDPDHIJHGOA +#[derive(proto_derive::CmdID)] +#[cmdid(7444)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MatchThreeSyncDataScNotify { + #[prost(message, optional, tag = "3")] + pub lcphaaiipoj: ::core::option::Option, +} +/// Obf: DLLGHNLIPEE +#[derive(proto_derive::CmdID)] +#[cmdid(7410)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MatchThreeSetBirdPosCsReq { + #[prost(uint32, tag = "15")] + pub jkgbgfopmhm: u32, + #[prost(uint32, tag = "7")] + pub pos: u32, +} +/// Obf: HMOFDOEHEIJ +#[derive(proto_derive::CmdID)] +#[cmdid(7424)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MatchThreeSetBirdPosScRsp { + #[prost(uint32, tag = "12")] + pub pos: u32, + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(uint32, tag = "3")] + pub jkgbgfopmhm: u32, +} +/// Obf: EPMHCMABEHG +#[derive(proto_derive::CmdID)] +#[cmdid(2798)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetNpcMessageGroupCsReq { + #[prost(uint32, repeated, tag = "15")] + pub hepjfgpfpml: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pamilhacagm { + #[prost(uint32, tag = "7")] + pub lifhejgclbh: u32, + #[prost(uint32, tag = "4")] + pub item_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dhlnccaihlf { + #[prost(uint32, tag = "14")] + pub nnhofjnhcpi: u32, + #[prost(uint32, repeated, tag = "9")] + pub fbfjeombkeo: ::prost::alloc::vec::Vec, + #[prost(enumeration = "Epnmfkeihdl", tag = "10")] + pub status: i32, + #[prost(message, repeated, tag = "15")] + pub item_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "3")] + pub id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kcmpeibhcig { + #[prost(message, repeated, tag = "11")] + pub hpcopimlfci: ::prost::alloc::vec::Vec, + #[prost(enumeration = "Nkeficjeaob", tag = "15")] + pub status: i32, + #[prost(int64, tag = "1")] + pub hmjofdkcjii: i64, + #[prost(uint32, tag = "10")] + pub id: u32, + #[prost(uint32, tag = "6")] + pub bggbakhjekl: u32, +} +/// Obf: OFCJNLMLMAN +#[derive(proto_derive::CmdID)] +#[cmdid(2771)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetNpcMessageGroupScRsp { + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(message, repeated, tag = "13")] + pub mildlooohan: ::prost::alloc::vec::Vec, +} +/// Obf: LMPJJAJPCBC +#[derive(proto_derive::CmdID)] +#[cmdid(2783)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetNpcStatusCsReq {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cgjjkldmcem { + #[prost(uint32, tag = "4")] + pub npc_id: u32, + #[prost(bool, tag = "15")] + pub icgbjkdbhoe: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Iejmbdhdanc { + #[prost(int64, tag = "11")] + pub hmjofdkcjii: i64, + #[prost(uint32, tag = "13")] + pub group_id: u32, + #[prost(enumeration = "Nkeficjeaob", tag = "9")] + pub omoohmeeebd: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fggbmcnaoaf { + #[prost(enumeration = "Epnmfkeihdl", tag = "5")] + pub cgihmniocgj: i32, + #[prost(uint32, tag = "15")] + pub cljdinbopjm: u32, +} +/// Obf: ABBGFMJKIMP +#[derive(proto_derive::CmdID)] +#[cmdid(2742)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetNpcStatusScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(message, repeated, tag = "12")] + pub digclcmcpho: ::prost::alloc::vec::Vec, +} +/// Obf: JGJCLHODPGD +#[derive(proto_derive::CmdID)] +#[cmdid(2779)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishItemIdCsReq { + #[prost(uint32, tag = "12")] + pub item_id: u32, + #[prost(uint32, tag = "10")] + pub lifhejgclbh: u32, +} +/// Obf: KMKLGEFAKKA +#[derive(proto_derive::CmdID)] +#[cmdid(2777)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishItemIdScRsp { + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(uint32, tag = "14")] + pub lifhejgclbh: u32, + #[prost(uint32, tag = "12")] + pub item_id: u32, +} +/// Obf: IADMODAFNOJ +#[derive(proto_derive::CmdID)] +#[cmdid(2733)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishSectionIdCsReq { + #[prost(uint32, tag = "4")] + pub cljdinbopjm: u32, +} +/// Obf: FAFCNMCAAFF +#[derive(proto_derive::CmdID)] +#[cmdid(2712)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishSectionIdScRsp { + #[prost(uint32, tag = "8")] + pub cljdinbopjm: u32, + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(message, optional, tag = "13")] + pub reward: ::core::option::Option, +} +/// Obf: NOOFAOKBFFH +#[derive(proto_derive::CmdID)] +#[cmdid(2728)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishPerformSectionIdCsReq { + #[prost(uint32, tag = "3")] + pub cljdinbopjm: u32, + #[prost(message, repeated, tag = "7")] + pub item_list: ::prost::alloc::vec::Vec, +} +/// Obf: CECBPNLNPFC +#[derive(proto_derive::CmdID)] +#[cmdid(2738)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishPerformSectionIdScRsp { + #[prost(message, optional, tag = "4")] + pub reward: ::core::option::Option, + #[prost(message, repeated, tag = "11")] + pub item_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "14")] + pub retcode: u32, + #[prost(uint32, tag = "12")] + pub cljdinbopjm: u32, +} +/// Obf: EMODOAHKPFN +#[derive(proto_derive::CmdID)] +#[cmdid(4198)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ShareCsReq { + #[prost(uint32, tag = "9")] + pub pbdkokelghl: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hhjjipajcpc { + #[prost(uint32, tag = "6")] + pub pbdkokelghl: u32, + #[prost(uint32, tag = "4")] + pub kjmfmgpacll: u32, +} +/// Obf: NPLKCMLPNHC +#[derive(proto_derive::CmdID)] +#[cmdid(4171)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ShareScRsp { + #[prost(message, optional, tag = "12")] + pub dfgnkccpacj: ::core::option::Option, + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(message, optional, tag = "6")] + pub reward: ::core::option::Option, +} +/// Obf: NBAIIHJNNGM +#[derive(proto_derive::CmdID)] +#[cmdid(4183)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetShareDataCsReq {} +/// Obf: EFEEHEHADGJ +#[derive(proto_derive::CmdID)] +#[cmdid(4142)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetShareDataScRsp { + #[prost(message, repeated, tag = "6")] + pub kolopphnhpe: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +/// Obf: LIOIILHMFFH +#[derive(proto_derive::CmdID)] +#[cmdid(4179)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakePictureCsReq {} +/// Obf: JDBLDDDMOKB +#[derive(proto_derive::CmdID)] +#[cmdid(4177)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakePictureScRsp { + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pffiaoddkjh { + #[prost(uint32, tag = "14")] + pub fooaoncjcno: u32, + #[prost(uint32, repeated, tag = "11")] + pub pihapfciapo: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "1")] + pub slot: u32, +} +/// Obf: ADBFFIICANL +#[derive(proto_derive::CmdID)] +#[cmdid(4128)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TriggerVoiceCsReq { + #[prost(message, repeated, tag = "7")] + pub gnacmeejkli: ::prost::alloc::vec::Vec, +} +/// Obf: NKIJBKHADHF +#[derive(proto_derive::CmdID)] +#[cmdid(4122)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TriggerVoiceScRsp { + #[prost(uint32, tag = "14")] + pub retcode: u32, +} +/// Obf: KLFNBCBGALI +#[derive(proto_derive::CmdID)] +#[cmdid(4128)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct CancelCacheNotifyCsReq { + #[prost(uint32, repeated, tag = "4")] + pub ggepghpenfg: ::prost::alloc::vec::Vec, + #[prost(string, repeated, tag = "9")] + pub hjhccjgmpbc: ::prost::alloc::vec::Vec<::prost::alloc::string::String>, + #[prost(enumeration = "Acnlemffglj", tag = "7")] + pub slot: i32, +} +/// Obf: DNOJBPDHOEA +#[derive(proto_derive::CmdID)] +#[cmdid(4138)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct CancelCacheNotifyScRsp { + #[prost(uint32, tag = "14")] + pub retcode: u32, +} +/// Obf: BIFIMLLNAAP +#[derive(proto_derive::CmdID)] +#[cmdid(4178)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SecurityReportCsReq { + #[prost(string, tag = "4")] + pub cgochppaakm: ::prost::alloc::string::String, +} +/// Obf: APGHCMICGML +#[derive(proto_derive::CmdID)] +#[cmdid(4156)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SecurityReportScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bmaeenobfkg { + #[prost(enumeration = "Afilmackpjk", tag = "14")] + pub slot: i32, + #[prost(uint32, tag = "6")] + pub level: u32, + #[prost(uint32, tag = "10")] + pub okkpidhmcip: u32, + #[prost(uint32, tag = "9")] + pub lfncpmmhlco: u32, +} +/// Obf: HBBIOHLMKGL +#[derive(proto_derive::CmdID)] +#[cmdid(4104)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMovieRacingDataCsReq {} +/// Obf: FJAKILNMEBP +#[derive(proto_derive::CmdID)] +#[cmdid(4160)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMovieRacingDataScRsp { + #[prost(message, repeated, tag = "9")] + pub hafeglbejej: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "14")] + pub retcode: u32, +} +/// Obf: HNEGLEDNMFC +#[derive(proto_derive::CmdID)] +#[cmdid(4152)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpdateMovieRacingDataCsReq { + #[prost(message, optional, tag = "12")] + pub ejoflngkkia: ::core::option::Option, +} +/// Obf: ALAGIEKCKFO +#[derive(proto_derive::CmdID)] +#[cmdid(4111)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpdateMovieRacingDataScRsp { + #[prost(message, optional, tag = "5")] + pub ejoflngkkia: ::core::option::Option, + #[prost(uint32, tag = "13")] + pub retcode: u32, +} +/// Obf: BFPCADGALKG +#[derive(proto_derive::CmdID)] +#[cmdid(4166)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SubmitOrigamiItemCsReq { + #[prost(uint32, tag = "6")] + pub hficipffdeb: u32, +} +/// Obf: LDNACHIFOGI +#[derive(proto_derive::CmdID)] +#[cmdid(4105)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SubmitOrigamiItemScRsp { + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(uint32, tag = "9")] + pub hficipffdeb: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Nneookdgdik { + #[prost(uint32, tag = "6")] + pub level: u32, + #[prost(uint32, tag = "5")] + pub dcllhfaohlf: u32, + #[prost(bool, tag = "15")] + pub cpcbpjcenoh: bool, + #[prost(uint32, tag = "3")] + pub lfncpmmhlco: u32, +} +/// Obf: FNKMPEIBJMK +#[derive(proto_derive::CmdID)] +#[cmdid(4110)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetGunPlayDataCsReq {} +/// Obf: JIBDMMBOOCO +#[derive(proto_derive::CmdID)] +#[cmdid(4200)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetGunPlayDataScRsp { + #[prost(uint32, tag = "1")] + pub retcode: u32, + #[prost(message, repeated, tag = "10")] + pub mgcogiiamob: ::prost::alloc::vec::Vec, +} +/// Obf: PIFAPPDCLJA +#[derive(proto_derive::CmdID)] +#[cmdid(4162)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpdateGunPlayDataCsReq { + #[prost(uint32, tag = "9")] + pub group_id: u32, + #[prost(uint64, tag = "7")] + pub niepaobbfjf: u64, + #[prost(message, optional, tag = "13")] + pub ghcjklflcem: ::core::option::Option, + #[prost(uint32, tag = "8")] + pub lmgbjjkflkk: u32, +} +/// Obf: NJBKGPGFNJF +#[derive(proto_derive::CmdID)] +#[cmdid(4106)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpdateGunPlayDataScRsp { + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(message, optional, tag = "13")] + pub ghcjklflcem: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fpgkhifengl { + #[prost(enumeration = "Najiklnpgfh", tag = "6")] + pub ggpbffejpmg: i32, + #[prost(uint32, tag = "13")] + pub id: u32, + #[prost(enumeration = "Jpojognopfe", tag = "10")] + pub nbgnfnalofk: i32, +} +/// Obf: OKNIFLACMDI +#[derive(proto_derive::CmdID)] +#[cmdid(4123)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DifficultyAdjustmentGetDataCsReq {} +/// Obf: MHEBOINOMAH +#[derive(proto_derive::CmdID)] +#[cmdid(4185)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DifficultyAdjustmentGetDataScRsp { + #[prost(message, repeated, tag = "15")] + pub info_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "5")] + pub retcode: u32, +} +/// Obf: PEPMHBMPDEP +#[derive(proto_derive::CmdID)] +#[cmdid(4116)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DifficultyAdjustmentUpdateDataCsReq { + #[prost(message, optional, tag = "12")] + pub data: ::core::option::Option, +} +/// Obf: NKFHDABEKIA +#[derive(proto_derive::CmdID)] +#[cmdid(4114)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DifficultyAdjustmentUpdateDataScRsp { + #[prost(message, optional, tag = "15")] + pub data: ::core::option::Option, + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(message, repeated, tag = "7")] + pub info_list: ::prost::alloc::vec::Vec, +} +/// Obf: FEMIHMIDEIB +#[derive(proto_derive::CmdID)] +#[cmdid(1298)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMissionDataCsReq {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lfnihohmnpn { + #[prost(enumeration = "Ihpjcpdhobk", tag = "9")] + pub slot: i32, + #[prost(uint32, tag = "2")] + pub id: u32, + #[prost(uint32, tag = "4")] + pub icbaafnngpg: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mission { + #[prost(uint32, tag = "3")] + pub progress: u32, + #[prost(enumeration = "MissionStatus", tag = "8")] + pub status: i32, + #[prost(uint32, tag = "6")] + pub id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ammokdcdkoo { + #[prost(uint32, tag = "10")] + pub index: u32, + #[prost(uint32, tag = "12")] + pub hifnknkibcj: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ckogjjgdcff { + #[prost(message, repeated, tag = "5")] + pub oigpklbibac: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MissionData { + #[prost(uint32, tag = "14")] + pub id: u32, + #[prost(message, repeated, tag = "1")] + pub oigpklbibac: ::prost::alloc::vec::Vec, + #[prost(enumeration = "MissionStatus", tag = "15")] + pub status: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Obepihahmdf { + #[prost(uint32, tag = "6")] + pub id: u32, + #[prost(oneof = "obepihahmdf::Jdidelgfabc", tags = "1928")] + pub jdidelgfabc: ::core::option::Option, +} +/// Nested message and enum types in `OBEPIHAHMDF`. +pub mod obepihahmdf { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Jdidelgfabc { + #[prost(message, tag = "1928")] + Oigpklbibac(super::Ckogjjgdcff), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lkjeheokiif { + #[prost(message, optional, tag = "11")] + pub oigpklbibac: ::core::option::Option, + #[prost(uint32, tag = "10")] + pub main_mission_id: u32, +} +/// Obf: JGLENDOFGJB +#[derive(proto_derive::CmdID)] +#[cmdid(1271)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMissionDataScRsp { + #[prost(bool, tag = "13")] + pub mccmljfojid: bool, + #[prost(message, repeated, tag = "11")] + pub mission_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "3")] + pub bpikamdfnfc: u32, + #[prost(message, repeated, tag = "15")] + pub mission_data_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "12")] + pub retcode: u32, +} +/// Obf: CBMGMMLDKIO +#[derive(proto_derive::CmdID)] +#[cmdid(1216)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AcceptMainMissionCsReq { + #[prost(uint32, tag = "1")] + pub main_mission_id: u32, +} +/// Obf: BEDBEFCPBEN +#[derive(proto_derive::CmdID)] +#[cmdid(1214)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AcceptMainMissionScRsp { + #[prost(uint32, tag = "5")] + pub main_mission_id: u32, + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +/// Obf: EONECKHEPHJ +#[derive(proto_derive::CmdID)] +#[cmdid(1283)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishTalkMissionCsReq { + #[prost(string, tag = "8")] + pub oilhdjjehoa: ::prost::alloc::string::String, + #[prost(message, repeated, tag = "2")] + pub oigpklbibac: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "13")] + pub njhpkmhfjad: u32, +} +/// Obf: KHLCLEGAGCB +#[derive(proto_derive::CmdID)] +#[cmdid(1242)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishTalkMissionScRsp { + #[prost(uint32, tag = "1")] + pub retcode: u32, + #[prost(uint32, tag = "10")] + pub njhpkmhfjad: u32, + #[prost(string, tag = "6")] + pub oilhdjjehoa: ::prost::alloc::string::String, + #[prost(message, repeated, tag = "3")] + pub oigpklbibac: ::prost::alloc::vec::Vec, +} +/// Obf: OHOEMOGGKBH +#[derive(proto_derive::CmdID)] +#[cmdid(1279)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MissionRewardScNotify { + #[prost(uint32, tag = "13")] + pub njhpkmhfjad: u32, + #[prost(uint32, tag = "8")] + pub main_mission_id: u32, + #[prost(message, optional, tag = "3")] + pub reward: ::core::option::Option, +} +/// Obf: JNLPAHCCLCJ +#[derive(proto_derive::CmdID)] +#[cmdid(1300)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SubMissionRewardScNotify { + #[prost(message, optional, tag = "5")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "12")] + pub njhpkmhfjad: u32, +} +/// Obf: OCLCJFNLPCA +#[derive(proto_derive::CmdID)] +#[cmdid(1277)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncTaskCsReq { + #[prost(string, tag = "12")] + pub mfklinkcppa: ::prost::alloc::string::String, +} +/// Obf: MIGENMCNIEN +#[derive(proto_derive::CmdID)] +#[cmdid(1233)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncTaskScRsp { + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(string, tag = "15")] + pub mfklinkcppa: ::prost::alloc::string::String, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jkocbnifook { + #[prost(bool, tag = "7")] + pub bbfjcegoijn: bool, + #[prost(uint32, tag = "3")] + pub main_mission_id: u32, +} +/// Obf: BBJFGLMBFDA +#[derive(proto_derive::CmdID)] +#[cmdid(1212)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DailyTaskDataScNotify { + #[prost(uint32, tag = "11")] + pub kpjihaojknc: u32, + #[prost(message, repeated, tag = "3")] + pub ckkepcndedb: ::prost::alloc::vec::Vec, +} +/// Obf: ECNEBAKCCNG +#[derive(proto_derive::CmdID)] +#[cmdid(1256)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MissionGroupWarnScNotify { + #[prost(uint32, repeated, tag = "3")] + pub jefkaefhkjg: ::prost::alloc::vec::Vec, +} +/// Obf: LNALGLCEKOK +#[derive(proto_derive::CmdID)] +#[cmdid(1289)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishCosumeItemMissionCsReq { + #[prost(message, optional, tag = "2")] + pub item_list: ::core::option::Option, + #[prost(uint32, tag = "9")] + pub njhpkmhfjad: u32, +} +/// Obf: OHLMLADFHKF +#[derive(proto_derive::CmdID)] +#[cmdid(1222)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishCosumeItemMissionScRsp { + #[prost(uint32, tag = "9")] + pub njhpkmhfjad: u32, + #[prost(uint32, tag = "14")] + pub retcode: u32, +} +/// Obf: GAOCIMPKIHP +#[derive(proto_derive::CmdID)] +#[cmdid(1266)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMissionEventDataCsReq {} +/// Obf: IDKKJEECPIC +#[derive(proto_derive::CmdID)] +#[cmdid(1205)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMissionEventDataScRsp { + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(message, repeated, tag = "4")] + pub kjpabhnaicf: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "6")] + pub mebgklfgbke: u32, +} +/// Obf: LDKAIMKNDEB +#[derive(proto_derive::CmdID)] +#[cmdid(1245)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MissionEventRewardScNotify { + #[prost(message, optional, tag = "15")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "14")] + pub leapbhcohii: u32, +} +/// Obf: FENPBDPPIJF +#[derive(proto_derive::CmdID)] +#[cmdid(1220)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AcceptMissionEventCsReq { + #[prost(uint32, tag = "1")] + pub leapbhcohii: u32, +} +/// Obf: IEGPMGNFHBI +#[derive(proto_derive::CmdID)] +#[cmdid(1250)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AcceptMissionEventScRsp { + #[prost(message, optional, tag = "15")] + pub iapiofpldek: ::core::option::Option, + #[prost(uint32, tag = "6")] + pub retcode: u32, +} +/// Obf: LBLNAPCMJKK +#[derive(proto_derive::CmdID)] +#[cmdid(1231)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMissionStatusCsReq { + #[prost(uint32, repeated, tag = "8")] + pub mission_event_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "5")] + pub main_mission_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "13")] + pub sub_mission_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: GetMissionStatusScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(1204)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMissionStatusScRsp { + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(message, repeated, tag = "6")] + pub main_mission_mcv_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "7")] + pub finished_main_mission_id_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "4")] + pub sub_mission_status_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "12")] + pub mission_event_status_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "11")] + pub unfinished_main_mission_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "1")] + pub disabled_main_mission_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: NGLHJDEIFEC +#[derive(proto_derive::CmdID)] +#[cmdid(1260)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct InterruptMissionEventCsReq { + #[prost(uint32, tag = "2")] + pub leapbhcohii: u32, +} +/// Obf: ACALPPKJIHF +#[derive(proto_derive::CmdID)] +#[cmdid(1252)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct InterruptMissionEventScRsp { + #[prost(uint32, tag = "11")] + pub leapbhcohii: u32, + #[prost(uint32, tag = "6")] + pub retcode: u32, +} +/// Obf: HJNHCKGFFGP +#[derive(proto_derive::CmdID)] +#[cmdid(1211)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetMissionEventProgressCsReq { + #[prost(uint32, tag = "4")] + pub leapbhcohii: u32, + #[prost(uint32, tag = "2")] + pub progress: u32, +} +/// Obf: IEHDPFALIFJ +#[derive(proto_derive::CmdID)] +#[cmdid(1210)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetMissionEventProgressScRsp { + #[prost(uint32, tag = "6")] + pub retcode: u32, +} +/// Obf: LNJJAANJDJO +#[derive(proto_derive::CmdID)] +#[cmdid(1262)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TeleportToMissionResetPointCsReq {} +/// Obf: NBGGHNMBPML +#[derive(proto_derive::CmdID)] +#[cmdid(1206)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TeleportToMissionResetPointScRsp { + #[prost(uint32, tag = "5")] + pub client_pos_version: u32, + #[prost(message, optional, tag = "14")] + pub motion: ::core::option::Option, + #[prost(uint32, tag = "10")] + pub retcode: u32, +} +/// Obf: CMGOELDCCOE +#[derive(proto_derive::CmdID)] +#[cmdid(1223)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartFinishSubMissionScNotify { + #[prost(uint32, tag = "13")] + pub njhpkmhfjad: u32, +} +/// Obf: NJMKIJEDFNC +#[derive(proto_derive::CmdID)] +#[cmdid(1285)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartFinishMainMissionScNotify { + #[prost(uint32, tag = "15")] + pub main_mission_id: u32, +} +/// Obf: PDHKGNKLHBA +#[derive(proto_derive::CmdID)] +#[cmdid(1288)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMainMissionCustomValueCsReq { + #[prost(uint32, repeated, tag = "3")] + pub main_mission_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: CFHHLAIDCOJ +#[derive(proto_derive::CmdID)] +#[cmdid(1293)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMainMissionCustomValueScRsp { + #[prost(uint32, tag = "4")] + pub retcode: u32, + #[prost(message, repeated, tag = "2")] + pub mission_data_list: ::prost::alloc::vec::Vec, +} +/// Obf: GOAAIKINCNC +#[derive(proto_derive::CmdID)] +#[cmdid(1263)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MissionAcceptScNotify { + #[prost(uint32, repeated, tag = "12")] + pub sub_mission_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: LBNLCEIIHJB +#[derive(proto_derive::CmdID)] +#[cmdid(1236)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpdateTrackMainMissionIdCsReq { + #[prost(enumeration = "Alfdcfmlljl", tag = "4")] + pub jkjnmkmidbp: i32, + #[prost(uint32, tag = "7")] + pub ilccbcojeoh: u32, + #[prost(uint32, tag = "14")] + pub bpikamdfnfc: u32, +} +/// Obf: AGBPIFFOILA +#[derive(proto_derive::CmdID)] +#[cmdid(1202)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpdateTrackMainMissionIdScRsp { + #[prost(uint32, tag = "4")] + pub bpikamdfnfc: u32, + #[prost(uint32, tag = "6")] + pub cmdnbabpbjp: u32, + #[prost(uint32, tag = "14")] + pub retcode: u32, +} +/// Obf: KKICIPCOEFC +#[derive(proto_derive::CmdID)] +#[cmdid(7098)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMonopolyInfoCsReq {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kclicghkkph { + #[prost(uint32, tag = "3")] + pub finjgccokdo: u32, + #[prost(uint32, tag = "11")] + pub jbbkljjclph: u32, + #[prost(uint32, tag = "9")] + pub kfogcjpncnb: u32, + #[prost(bool, tag = "15")] + pub coamoblaglb: bool, + #[prost(bool, tag = "1")] + pub mopldlofbaj: bool, + #[prost(uint32, tag = "8")] + pub game_item: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Aaoiingjmgb { + #[prost(enumeration = "Kpopedeeagb", tag = "6")] + pub jcdpaplpofc: i32, + #[prost(uint32, repeated, tag = "10")] + pub ahemhhbfklc: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dhipmolcchj { + #[prost(uint32, tag = "6")] + pub cbacgcagbbb: u32, + #[prost(uint32, tag = "3")] + pub progress: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Khbafnoejoe { + #[prost(bool, tag = "15")] + pub laeahdlhogd: bool, + #[prost(bool, tag = "12")] + pub edcfjpgieak: bool, + #[prost(uint64, tag = "9")] + pub aefchhplpca: u64, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Nabjdlffnaf { + #[prost(uint64, tag = "15")] + pub lgceaciahbj: u64, + #[prost(uint32, tag = "4")] + pub enpccpamdhk: u32, + #[prost(uint64, tag = "2")] + pub gaghjmkacbm: u64, + #[prost(message, repeated, tag = "9")] + pub ckmklnoajaf: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "3")] + pub keaohkhkbca: u32, + #[prost(bool, tag = "14")] + pub dlcmppcgjal: bool, + #[prost(uint32, tag = "12")] + pub eilakpnjbjn: u32, + #[prost(uint32, tag = "13")] + pub pool_id: u32, + #[prost(message, repeated, tag = "8")] + pub hajkahedemm: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "7")] + pub ciafbnokall: u32, + #[prost(string, tag = "1468")] + pub fpegiacnkhh: ::prost::alloc::string::String, + #[prost(message, repeated, tag = "1")] + pub ifenkdfnnei: ::prost::alloc::vec::Vec, + #[prost(string, tag = "977")] + pub gadnlgegdla: ::prost::alloc::string::String, + #[prost(string, tag = "1797")] + pub hjegmigpeco: ::prost::alloc::string::String, + #[prost(message, repeated, tag = "10")] + pub icbondmijdc: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "11")] + pub hbahklcccbg: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "6")] + pub dejjphcjlbo: u32, + #[prost(uint64, tag = "5")] + pub jbkcdeeikkn: u64, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fippobbbbjj { + #[prost(message, repeated, tag = "10")] + pub hdkpfmdcckg: ::prost::alloc::vec::Vec, +} +/// Obf: PLHLPFAHPEI +#[derive(proto_derive::CmdID)] +#[cmdid(7071)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMonopolyInfoScRsp { + #[prost(message, optional, tag = "7")] + pub map_info: ::core::option::Option, + #[prost(message, optional, tag = "10")] + pub ibjoockcfhf: ::core::option::Option, + #[prost(message, optional, tag = "5")] + pub abkohabemmf: ::core::option::Option, + #[prost(message, optional, tag = "12")] + pub ocjondaingb: ::core::option::Option, + #[prost(message, optional, tag = "14")] + pub bcnoifkdefo: ::core::option::Option, + #[prost(message, optional, tag = "6")] + pub dmbomneilkg: ::core::option::Option, + #[prost(uint32, tag = "4")] + pub retcode: u32, + #[prost(uint32, repeated, tag = "1")] + pub pojbljndabi: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "8")] + pub pcoefkddboe: ::core::option::Option, + #[prost(message, optional, tag = "13")] + pub obbicmbhbmo: ::core::option::Option, + #[prost(message, optional, tag = "11")] + pub alagjnmdpen: ::core::option::Option, + #[prost(message, optional, tag = "2")] + pub klnpkpimkhj: ::core::option::Option, + #[prost(message, optional, tag = "9")] + pub ddflfffipic: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Nhmkohaaccc { + #[prost(uint32, repeated, tag = "8")] + pub lmgopdmmoaj: ::prost::alloc::vec::Vec, +} +/// Obf: GFMABJPIADN +#[derive(proto_derive::CmdID)] +#[cmdid(7021)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyConditionUpdateScNotify { + #[prost(message, optional, tag = "14")] + pub ibjoockcfhf: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Papeplfdcon { + #[prost(uint32, repeated, tag = "10")] + pub jbikpladenb: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "11")] + pub lebiecbeone: ::prost::alloc::vec::Vec, +} +/// Obf: DIEIEKLAAJN +#[derive(proto_derive::CmdID)] +#[cmdid(7030)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolySttUpdateScNotify { + #[prost(message, optional, tag = "1")] + pub ddflfffipic: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dhaijmpajdl { + #[prost(uint32, tag = "7")] + pub map_id: u32, + #[prost(uint32, tag = "9")] + pub kmipnookbmb: u32, + #[prost(bool, tag = "5")] + pub bfekikbimcg: bool, + #[prost(enumeration = "Abnjhbagocg", tag = "3")] + pub pmpfmfnkngj: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bmiccbdocgg { + #[prost(uint32, tag = "10")] + pub cdhkebeifdg: u32, + #[prost(message, repeated, tag = "9")] + pub oiajnadkjbp: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "2")] + pub phgbmkgicin: u32, + #[prost(message, optional, tag = "15")] + pub ggmhdpcmgfp: ::core::option::Option, + #[prost(message, repeated, tag = "7")] + pub dmhkbcbclgf: ::prost::alloc::vec::Vec, +} +/// Obf: PDEOBOKDDPP +#[derive(proto_derive::CmdID)] +#[cmdid(7043)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyEventLoadUpdateScNotify { + #[prost(message, repeated, tag = "2")] + pub dmhkbcbclgf: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "14")] + pub oiajnadkjbp: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hdgpkbgihnb { + #[prost(uint32, tag = "6")] + pub event_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pmojpenpnol { + #[prost(uint32, tag = "7")] + pub event_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Nipfdpobdbp { + #[prost(uint32, tag = "1")] + pub efdphfeldeg: u32, + #[prost(uint32, repeated, tag = "11")] + pub kfjcgmafann: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "4")] + pub binlnagffep: u32, + #[prost(uint32, tag = "9")] + pub event_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hekpbhdopnp { + #[prost(uint32, tag = "9")] + pub event_id: u32, + #[prost(uint32, tag = "11")] + pub dahlecfljci: u32, + #[prost(uint32, repeated, tag = "4")] + pub kfjcgmafann: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "5")] + pub bmbolaahcnc: u32, + #[prost(uint32, tag = "3")] + pub binlnagffep: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hopjadobcgn { + #[prost(uint32, tag = "11")] + pub ngibedmldnp: u32, + #[prost(message, repeated, tag = "12")] + pub kflplhmoaoc: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ffjpondpnal { + #[prost(uint32, tag = "4")] + pub cgaajpdafmg: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pkgefmgjonl { + #[prost(uint32, tag = "1")] + pub shop_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mnempjmppje { + #[prost(uint32, tag = "5")] + pub jdakjmigffb: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bhjingmaieb { + #[prost(uint32, tag = "2")] + pub idjgoidalmn: u32, + #[prost(uint32, tag = "5")] + pub bbbldhkmgcc: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Nfoghdhidnh { + #[prost(uint32, tag = "10")] + pub gajnfogljge: u32, + #[prost(oneof = "nfoghdhidnh::Lcnmkbalelj", tags = "2, 6, 3, 11, 12, 7, 13, 14, 5")] + pub lcnmkbalelj: ::core::option::Option, +} +/// Nested message and enum types in `NFOGHDHIDNH`. +pub mod nfoghdhidnh { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Lcnmkbalelj { + #[prost(message, tag = "2")] + Jideneadelo(super::Hdgpkbgihnb), + #[prost(message, tag = "6")] + Kajikkhpbba(super::Pmojpenpnol), + #[prost(message, tag = "3")] + Gkfdgdnneeo(super::Nipfdpobdbp), + #[prost(message, tag = "11")] + Nkjpmlmnoka(super::Ffjpondpnal), + #[prost(message, tag = "12")] + Dmmjhdeogne(super::Pkgefmgjonl), + #[prost(message, tag = "7")] + Bedinildmeb(super::Mnempjmppje), + #[prost(message, tag = "13")] + Pjpajflpfjn(super::Bhjingmaieb), + #[prost(message, tag = "14")] + Iefncdeecof(super::Hekpbhdopnp), + #[prost(message, tag = "5")] + Nlhnfnldggd(super::Hopjadobcgn), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Affkecmgpei { + #[prost(message, optional, tag = "2")] + pub haidicociol: ::core::option::Option, +} +/// Obf: PIMILKCDOMI +#[derive(proto_derive::CmdID)] +#[cmdid(7023)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyContentUpdateScNotify { + #[prost(message, optional, tag = "7")] + pub haidicociol: ::core::option::Option, +} +/// Obf: MFICNGLLAOM +#[derive(proto_derive::CmdID)] +#[cmdid(7042)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyCellUpdateNotify { + #[prost(message, optional, tag = "13")] + pub ggmhdpcmgfp: ::core::option::Option, +} +/// Obf: MEFFBGLBNGK +#[derive(proto_derive::CmdID)] +#[cmdid(7077)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyRollDiceCsReq {} +/// Obf: JMNGBAFJMEO +#[derive(proto_derive::CmdID)] +#[cmdid(7033)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyRollDiceScRsp { + #[prost(uint32, tag = "4")] + pub medncalhchf: u32, + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +/// Obf: KDFKDLFGNDG +#[derive(proto_derive::CmdID)] +#[cmdid(7062)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyCheatDiceCsReq { + #[prost(uint32, tag = "5")] + pub mgpahnmbami: u32, +} +/// Obf: GNAIADPAFAJ +#[derive(proto_derive::CmdID)] +#[cmdid(7006)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyCheatDiceScRsp { + #[prost(uint32, tag = "5")] + pub mgpahnmbami: u32, + #[prost(uint32, tag = "12")] + pub retcode: u32, +} +/// Obf: NJOJHINJLBG +#[derive(proto_derive::CmdID)] +#[cmdid(7012)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyMoveCsReq { + #[prost(uint32, tag = "13")] + pub ekhblmpongh: u32, + #[prost(uint32, tag = "3")] + pub kccfebkieij: u32, +} +/// Obf: OFNDCBFBJGB +#[derive(proto_derive::CmdID)] +#[cmdid(7028)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyMoveScRsp { + #[prost(uint32, tag = "14")] + pub retcode: u32, + #[prost(message, optional, tag = "10")] + pub map_info: ::core::option::Option, + #[prost(message, repeated, tag = "3")] + pub liajehoiang: ::prost::alloc::vec::Vec, +} +/// Obf: FLBMGCILGOG +#[derive(proto_derive::CmdID)] +#[cmdid(7038)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolySelectOptionCsReq { + #[prost(uint32, tag = "14")] + pub efdphfeldeg: u32, + #[prost(uint32, tag = "4")] + pub event_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Godfnmfienl { + #[prost(uint32, tag = "14")] + pub keiedkdhofe: u32, + #[prost(uint32, tag = "7")] + pub efdphfeldeg: u32, + #[prost(uint32, tag = "12")] + pub event_id: u32, +} +/// Obf: CKNFBFLBPOL +#[derive(proto_derive::CmdID)] +#[cmdid(7078)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolySelectOptionScRsp { + #[prost(uint32, tag = "10")] + pub efdphfeldeg: u32, + #[prost(message, optional, tag = "11")] + pub klnpkpimkhj: ::core::option::Option, + #[prost(message, repeated, tag = "1")] + pub phakibbelnk: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(uint32, tag = "6")] + pub event_id: u32, +} +/// Obf: COECCBBNOHC +#[derive(proto_derive::CmdID)] +#[cmdid(7066)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyRollRandomCsReq { + #[prost(uint32, tag = "7")] + pub event_id: u32, +} +/// Obf: FDNILOGBGCD +#[derive(proto_derive::CmdID)] +#[cmdid(7005)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyRollRandomScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(uint32, tag = "12")] + pub event_id: u32, + #[prost(message, optional, tag = "6")] + pub klnpkpimkhj: ::core::option::Option, +} +/// Obf: EADFBJOIPID +#[derive(proto_derive::CmdID)] +#[cmdid(7045)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyReRollRandomCsReq { + #[prost(uint32, tag = "2")] + pub event_id: u32, +} +/// Obf: FEFMGAGJMOL +#[derive(proto_derive::CmdID)] +#[cmdid(7020)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyReRollRandomScRsp { + #[prost(uint32, tag = "3")] + pub event_id: u32, + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(message, optional, tag = "9")] + pub klnpkpimkhj: ::core::option::Option, +} +/// Obf: DGCJCOMLHJN +#[derive(proto_derive::CmdID)] +#[cmdid(7050)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyConfirmRandomCsReq { + #[prost(uint32, tag = "13")] + pub event_id: u32, +} +/// Obf: DLNFFKANGPO +#[derive(proto_derive::CmdID)] +#[cmdid(7031)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyConfirmRandomScRsp { + #[prost(uint32, tag = "13")] + pub event_id: u32, + #[prost(message, optional, tag = "15")] + pub klnpkpimkhj: ::core::option::Option, + #[prost(uint32, tag = "8")] + pub retcode: u32, +} +/// Obf: MANHJGMPMOL +#[derive(proto_derive::CmdID)] +#[cmdid(7004)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyBuyGoodsCsReq { + #[prost(uint32, tag = "7")] + pub shop_id: u32, + #[prost(uint32, tag = "6")] + pub goods_id: u32, +} +/// Obf: BDFPAFLFKJM +#[derive(proto_derive::CmdID)] +#[cmdid(7060)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyBuyGoodsScRsp { + #[prost(uint32, tag = "5")] + pub shop_id: u32, + #[prost(uint32, tag = "13")] + pub goods_id: u32, + #[prost(uint32, tag = "9")] + pub retcode: u32, +} +/// Obf: NJOLJPOEKBD +#[derive(proto_derive::CmdID)] +#[cmdid(7052)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyUpgradeAssetCsReq { + #[prost(uint32, tag = "2")] + pub cgaajpdafmg: u32, +} +/// Obf: FHCOCCBLJIJ +#[derive(proto_derive::CmdID)] +#[cmdid(7011)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyUpgradeAssetScRsp { + #[prost(uint32, tag = "11")] + pub cgaajpdafmg: u32, + #[prost(uint32, tag = "12")] + pub retcode: u32, +} +/// Obf: CJAHLGEODNN +#[derive(proto_derive::CmdID)] +#[cmdid(7010)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyGiveUpCurContentCsReq { + #[prost(uint32, tag = "5")] + pub content_id: u32, +} +/// Obf: ANFECDJIHBJ +#[derive(proto_derive::CmdID)] +#[cmdid(7100)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyGiveUpCurContentScRsp { + #[prost(uint32, tag = "15")] + pub content_id: u32, + #[prost(uint32, tag = "7")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyActionResult { + #[prost(uint32, tag = "15")] + pub click_cell_id: u32, + #[prost(enumeration = "Cfaopfghjjg", tag = "2")] + pub source_type: i32, + #[prost(uint32, tag = "8")] + pub trigger_cell_id: u32, + #[prost(uint32, tag = "5")] + pub click_map_id: u32, + #[prost(uint32, tag = "7")] + pub trigger_map_id: u32, + #[prost(uint32, tag = "10")] + pub effect_type: u32, + #[prost(message, optional, tag = "11")] + pub detail: ::core::option::Option, +} +/// Obf: ICFMPNAMHHI +#[derive(proto_derive::CmdID)] +#[cmdid(7083)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyActionResultScNotify { + #[prost(message, repeated, tag = "2")] + pub pjgkcbmekik: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Gjnpfndehgl { + #[prost(uint32, tag = "15")] + pub nkhcicahmcm: u32, + #[prost(bool, tag = "12")] + pub foenaoegenn: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jlbblncejpp { + #[prost( + oneof = "jlbblncejpp::Ekoghohneec", + tags = "12, 10, 11, 8, 5, 13, 14, 1, 6, 3, 4, 2, 15" + )] + pub ekoghohneec: ::core::option::Option, +} +/// Nested message and enum types in `JLBBLNCEJPP`. +pub mod jlbblncejpp { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Ekoghohneec { + #[prost(message, tag = "12")] + Hmpcepibofi(super::Bmkbijdaepm), + #[prost(message, tag = "10")] + Ephekambonb(super::Bmkbijdaepm), + #[prost(message, tag = "11")] + Pafmaioojno(super::Monfgakjbgn), + #[prost(message, tag = "8")] + Cjjaefcimgd(super::Monfgakjbgn), + #[prost(message, tag = "5")] + Mmllfoibjid(super::Eahjnkmldhg), + #[prost(message, tag = "13")] + Hencfgkdmek(super::Eahjnkmldhg), + #[prost(message, tag = "14")] + Nipgefpkbjg(super::Ckidomiinki), + #[prost(message, tag = "1")] + Loehjnmpjak(super::Ckidomiinki), + #[prost(message, tag = "6")] + Cafchibnlnm(super::Gjnpfndehgl), + #[prost(message, tag = "3")] + Kabhlaepbhc(super::Najjjdcidom), + #[prost(message, tag = "4")] + Joabimpbdpa(super::Eahjnkmldhg), + #[prost(message, tag = "2")] + Gdgijkbbbne(super::Ckidomiinki), + #[prost(message, tag = "15")] + Jpjicblllal(super::Dognblofdol), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dognblofdol { + #[prost(uint32, tag = "10")] + pub fhiiaiicgpp: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bmkbijdaepm { + #[prost(uint32, tag = "12")] + pub ioappncjjcj: u32, + #[prost(uint32, tag = "1")] + pub item_id: u32, + #[prost(uint32, tag = "14")] + pub ojcpejfheip: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ckidomiinki { + #[prost(uint32, tag = "5")] + pub albodjphaei: u32, + #[prost(uint32, tag = "4")] + pub bdmjjpchnel: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Najjjdcidom { + #[prost(uint32, tag = "12")] + pub ejolgomijnk: u32, + #[prost(uint32, tag = "7")] + pub ccgbaakjhfk: u32, + #[prost(uint32, tag = "4")] + pub nffliikfgbi: u32, + #[prost(uint32, tag = "5")] + pub fhpnlfhnplj: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fipnngpafca { + #[prost(uint32, tag = "14")] + pub gfdggcbgggd: u32, + #[prost(uint32, tag = "12")] + pub icmdonmejge: u32, + #[prost(uint32, tag = "10")] + pub config_id: u32, + #[prost(oneof = "fipnngpafca::Gegnmmhhpdn", tags = "3, 9, 7")] + pub gegnmmhhpdn: ::core::option::Option, +} +/// Nested message and enum types in `FIPNNGPAFCA`. +pub mod fipnngpafca { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Gegnmmhhpdn { + #[prost(message, tag = "3")] + Dggljeccbmb(super::Pnceohpffon), + #[prost(message, tag = "9")] + Kioahbidmpc(super::Helbeihmgkk), + #[prost(message, tag = "7")] + Kioddjocdml(super::Jcbajjifbkn), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ggfpeemilpl { + #[prost(message, optional, tag = "13")] + pub ekigfgdlmpe: ::core::option::Option, + #[prost(message, repeated, tag = "8")] + pub ldmcmakimbp: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "1")] + pub nbfedkioooh: ::core::option::Option, +} +/// Obf: FDEIILEMLOO +#[derive(proto_derive::CmdID)] +#[cmdid(7014)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyGameSettleScNotify { + #[prost(message, optional, tag = "10")] + pub bedinildmeb: ::core::option::Option, + #[prost(message, optional, tag = "7")] + pub hmbjifiglfi: ::core::option::Option, + #[prost(message, optional, tag = "15")] + pub item_list: ::core::option::Option, +} +/// Obf: GFOEDJIICLI +#[derive(proto_derive::CmdID)] +#[cmdid(7065)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyGameCreateScNotify { + #[prost(message, optional, tag = "12")] + pub bedinildmeb: ::core::option::Option, + #[prost(message, optional, tag = "10")] + pub ekigfgdlmpe: ::core::option::Option, +} +/// Obf: GBBMCBEBMDL +#[derive(proto_derive::CmdID)] +#[cmdid(7085)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyGameRaiseRatioCsReq { + #[prost(uint32, tag = "6")] + pub gfdggcbgggd: u32, +} +/// Obf: MonopolyGameRaiseRatioScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(7016)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyGameRaiseRatioScRsp { + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(uint32, tag = "11")] + pub ratio: u32, +} +/// Obf: NCHEPIKMEAA +#[derive(proto_derive::CmdID)] +#[cmdid(7089)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DailyFirstEnterMonopolyActivityCsReq {} +/// Obf: IFNAPNPPOAL +#[derive(proto_derive::CmdID)] +#[cmdid(7022)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DailyFirstEnterMonopolyActivityScRsp { + #[prost(message, optional, tag = "5")] + pub pcoefkddboe: ::core::option::Option, + #[prost(uint32, tag = "4")] + pub hooeojelhid: u32, + #[prost(int64, tag = "3")] + pub aabjaeibggm: i64, + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(bool, tag = "11")] + pub bpahdpmbccj: bool, +} +/// Obf: LPECEPNEPBF +#[derive(proto_derive::CmdID)] +#[cmdid(7046)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyGetDailyInitItemCsReq { + #[prost(bool, tag = "7")] + pub iheanncjfbi: bool, +} +/// Obf: PJHFKBGIOGP +#[derive(proto_derive::CmdID)] +#[cmdid(7041)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyGetDailyInitItemScRsp { + #[prost(uint32, tag = "8")] + pub lbmeihablkn: u32, + #[prost(uint32, tag = "2")] + pub fbmlkjjmmfj: u32, + #[prost(uint32, tag = "15")] + pub dbablknonjf: u32, + #[prost(int64, tag = "14")] + pub aabjaeibggm: i64, + #[prost(uint32, tag = "4")] + pub obidnhghhmh: u32, + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(uint32, tag = "5")] + pub gelalekmcgh: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pnceohpffon { + #[prost(uint32, repeated, tag = "13")] + pub nlgppcjhjkm: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "4")] + pub jcnpaenapbm: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "7")] + pub lpphcchikfg: bool, + #[prost(uint32, tag = "8")] + pub affckbcjcph: u32, + #[prost(uint32, repeated, tag = "14")] + pub dfpophbkelb: ::prost::alloc::vec::Vec, +} +/// Obf: IJHOEIHGGLB +#[derive(proto_derive::CmdID)] +#[cmdid(7063)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyGameBingoFlipCardCsReq { + #[prost(uint32, tag = "10")] + pub apbhjmdfkgk: u32, +} +/// Obf: MIGJOIMNPJB +#[derive(proto_derive::CmdID)] +#[cmdid(7055)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyGameBingoFlipCardScRsp { + #[prost(uint32, tag = "11")] + pub bbkdcndijln: u32, + #[prost(uint32, repeated, tag = "6")] + pub dfpophbkelb: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(bool, tag = "8")] + pub lpphcchikfg: bool, +} +/// Obf: MPFLOGFAHNN +#[derive(proto_derive::CmdID)] +#[cmdid(7088)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyGameGachaCsReq {} +/// Obf: MonopolyGameGachaScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(7093)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyGameGachaScRsp { + #[prost(uint32, repeated, tag = "12")] + pub result_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "4")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Knnmifkbobo { + #[prost(uint32, tag = "14")] + pub ekehnbiihff: u32, + #[prost(uint32, tag = "12")] + pub bpndfbpmoel: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Helbeihmgkk { + #[prost(uint32, tag = "11")] + pub hnlhbnflijh: u32, + #[prost(uint32, tag = "7")] + pub pmminpkddol: u32, + #[prost(uint32, repeated, tag = "5")] + pub lonomablbfb: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "6")] + pub ahbpanpjhok: u32, + #[prost(uint32, tag = "15")] + pub mjiibaopbpo: u32, + #[prost(message, repeated, tag = "8")] + pub cdiichmhbdl: ::prost::alloc::vec::Vec, +} +/// Obf: IPOHMAPAKGE +#[derive(proto_derive::CmdID)] +#[cmdid(7036)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyAcceptQuizCsReq { + #[prost(message, repeated, tag = "14")] + pub cdiichmhbdl: ::prost::alloc::vec::Vec, +} +/// Obf: LPOBJCIENOA +#[derive(proto_derive::CmdID)] +#[cmdid(7002)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyAcceptQuizScRsp { + #[prost(message, optional, tag = "9")] + pub kioahbidmpc: ::core::option::Option, + #[prost(uint32, tag = "2")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Idkfkmdhoea { + #[prost(uint32, tag = "15")] + pub gmiadhcijdo: u32, + #[prost(uint32, tag = "8")] + pub gpnpidknpfl: u32, + #[prost(uint32, tag = "10")] + pub mjiibaopbpo: u32, +} +/// Obf: MHOAHGAINEE +#[derive(proto_derive::CmdID)] +#[cmdid(7040)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyQuizDurationChangeScNotify { + #[prost(message, repeated, tag = "6")] + pub hnlfbmpheil: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jcbajjifbkn { + #[prost(uint32, tag = "2")] + pub phhahkbjlob: u32, + #[prost(uint32, tag = "9")] + pub mgociccjgfe: u32, + #[prost(bool, tag = "7")] + pub ngommcjkoem: bool, +} +/// Obf: OLBBACLBAJE +#[derive(proto_derive::CmdID)] +#[cmdid(7057)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyGuessChooseCsReq { + #[prost(uint32, tag = "7")] + pub mgociccjgfe: u32, +} +/// Obf: HGMGBOOLGLE +#[derive(proto_derive::CmdID)] +#[cmdid(7025)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyGuessChooseScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(uint32, tag = "5")] + pub mgociccjgfe: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jhnbalhmpdj { + #[prost(message, optional, tag = "14")] + pub item_list: ::core::option::Option, + #[prost(uint32, tag = "2")] + pub phhahkbjlob: u32, + #[prost(uint32, tag = "13")] + pub mcohikaohdl: u32, +} +/// Obf: CBEHMCGKPBI +#[derive(proto_derive::CmdID)] +#[cmdid(7092)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyGuessDrawScNotify { + #[prost(message, repeated, tag = "6")] + pub kjmmgcgmfck: ::prost::alloc::vec::Vec, +} +/// Obf: PFCJELJMDHI +#[derive(proto_derive::CmdID)] +#[cmdid(7015)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyGuessBuyInformationCsReq {} +/// Obf: JHDAIIHAKCB +#[derive(proto_derive::CmdID)] +#[cmdid(7019)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyGuessBuyInformationScRsp { + #[prost(uint32, tag = "5")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Monfgakjbgn { + #[prost(uint32, tag = "7")] + pub dfebkigajgj: u32, + #[prost(uint32, tag = "10")] + pub cgaajpdafmg: u32, + #[prost(uint32, tag = "2")] + pub level: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bejaiegkjcn { + #[prost(message, repeated, tag = "13")] + pub nfgfdogfmmp: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Oeefppbeaof { + #[prost(uint32, tag = "13")] + pub oklinbbacbj: u32, + #[prost(uint32, tag = "11")] + pub aiafdnmocnp: u32, + #[prost(bool, tag = "3")] + pub deogemoonho: bool, + #[prost(uint32, tag = "5")] + pub dmecaafmhln: u32, + #[prost(uint32, tag = "10")] + pub ajogdnjbjoh: u32, + #[prost(uint32, tag = "12")] + pub oamdimjjffb: u32, + #[prost(uint32, tag = "6")] + pub gpachklfgpc: u32, + #[prost(uint32, tag = "1")] + pub fjheafkhfgh: u32, + #[prost(uint32, tag = "4")] + pub fbabhlpmkbk: u32, +} +/// Obf: JIFACFCJGBB +#[derive(proto_derive::CmdID)] +#[cmdid(7087)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyDailySettleScNotify { + #[prost(message, optional, tag = "6")] + pub pcoefkddboe: ::core::option::Option, + #[prost(uint32, tag = "4")] + pub hooeojelhid: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Eahjnkmldhg { + #[prost(uint32, tag = "11")] + pub gajnfogljge: u32, + #[prost(uint32, tag = "1")] + pub buff_id: u32, + #[prost(uint32, tag = "2")] + pub bbelnbdlegg: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hhpgocknjcn { + #[prost(message, repeated, tag = "13")] + pub buff_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jjngjhocagd { + #[prost(uint32, tag = "1")] + pub fbabhlpmkbk: u32, + #[prost(uint32, tag = "13")] + pub uid: u32, + #[prost(uint32, tag = "11")] + pub imijbgmiomf: u32, + #[prost(uint32, tag = "6")] + pub edkbmnfooaj: u32, + #[prost(uint32, tag = "3")] + pub gpachklfgpc: u32, +} +/// Obf: FLFOCBOLAMO +#[derive(proto_derive::CmdID)] +#[cmdid(7054)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMonopolyFriendRankingListCsReq {} +/// Obf: JKFKMAFCAID +#[derive(proto_derive::CmdID)] +#[cmdid(7069)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMonopolyFriendRankingListScRsp { + #[prost(uint32, tag = "7")] + pub retcode: u32, + #[prost(message, repeated, tag = "11")] + pub oabnginngpo: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "3")] + pub iakokmmpjkd: ::core::option::Option, +} +/// Obf: GPCJDODNOEK +#[derive(proto_derive::CmdID)] +#[cmdid(7058)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyLikeCsReq { + #[prost(uint32, tag = "8")] + pub bejljklpfhi: u32, +} +/// Obf: ABGJJDMCGNA +#[derive(proto_derive::CmdID)] +#[cmdid(7067)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyLikeScRsp { + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(uint32, tag = "11")] + pub bejljklpfhi: u32, + #[prost(message, optional, tag = "8")] + pub reward_list: ::core::option::Option, +} +/// Obf: KPGHFABCFMI +#[derive(proto_derive::CmdID)] +#[cmdid(7076)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyLikeScNotify { + #[prost(uint32, repeated, tag = "7")] + pub ahemhhbfklc: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "13")] + pub imijbgmiomf: u32, +} +/// Obf: DPBLGKMAGNC +#[derive(proto_derive::CmdID)] +#[cmdid(7039)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMbtiReportCsReq {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bfgppmdhkjh { + #[prost(uint32, tag = "15")] + pub iggcdkoecgn: u32, + #[prost(uint32, tag = "13")] + pub cnt: u32, +} +/// Obf: MJIOJPFMMLP +#[derive(proto_derive::CmdID)] +#[cmdid(7049)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMbtiReportScRsp { + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(bool, tag = "4")] + pub ppnmmpfamda: bool, + #[prost(bool, tag = "5")] + pub laeahdlhogd: bool, + #[prost(int32, tag = "11")] + pub klhmmaahani: i32, + #[prost(int32, tag = "1")] + pub jlafelngakd: i32, + #[prost(uint32, tag = "14")] + pub progress: u32, + #[prost(message, repeated, tag = "6")] + pub akjjgciejmp: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "8")] + pub phakibbelnk: ::prost::alloc::vec::Vec, +} +/// Obf: KPONGFAKKKG +#[derive(proto_derive::CmdID)] +#[cmdid(7003)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyEventSelectFriendCsReq { + #[prost(bool, tag = "14")] + pub pbchjbfmojb: bool, + #[prost(uint32, tag = "6")] + pub phogemplhln: u32, +} +/// Obf: CCOKNJPMCFG +#[derive(proto_derive::CmdID)] +#[cmdid(7084)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyEventSelectFriendScRsp { + #[prost(uint32, tag = "1")] + pub idjgoidalmn: u32, + #[prost(uint32, tag = "11")] + pub bbbldhkmgcc: u32, + #[prost(message, optional, tag = "7")] + pub ggmhdpcmgfp: ::core::option::Option, + #[prost(uint32, tag = "8")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SocialEventServerCache { + #[prost(uint32, tag = "3")] + pub id: u32, + #[prost(uint32, tag = "13")] + pub add_coin: u32, + #[prost(uint32, tag = "11")] + pub sub_coin: u32, + #[prost(uint32, tag = "7")] + pub src_uid: u32, +} +/// Obf: OKPFDHJMKCF +#[derive(proto_derive::CmdID)] +#[cmdid(7032)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolySocialEventEffectScNotify { + #[prost(message, repeated, tag = "10")] + pub ppfldeokifi: ::prost::alloc::vec::Vec, +} +/// Obf: DDOMJDIHMCL +#[derive(proto_derive::CmdID)] +#[cmdid(7086)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetSocialEventServerCacheCsReq {} +/// Obf: GCMJKKHFLIB +#[derive(proto_derive::CmdID)] +#[cmdid(7029)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetSocialEventServerCacheScRsp { + #[prost(message, repeated, tag = "13")] + pub ppfldeokifi: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "5")] + pub retcode: u32, +} +/// Obf: DMDKDEFNPGB +#[derive(proto_derive::CmdID)] +#[cmdid(7001)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DeleteSocialEventServerCacheCsReq { + #[prost(uint32, repeated, tag = "7")] + pub cfgebgpmgan: ::prost::alloc::vec::Vec, +} +/// Obf: AOAGFIHOGDE +#[derive(proto_derive::CmdID)] +#[cmdid(7090)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DeleteSocialEventServerCacheScRsp { + #[prost(uint32, repeated, tag = "1")] + pub ginkedbbkmp: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "3")] + pub retcode: u32, +} +/// Obf: LPCGHPDIJKB +#[derive(proto_derive::CmdID)] +#[cmdid(7072)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyGetRaffleTicketCsReq { + #[prost(uint32, tag = "12")] + pub pool_id: u32, +} +/// Obf: MBKBNHCAPCH +#[derive(proto_derive::CmdID)] +#[cmdid(7074)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyGetRaffleTicketScRsp { + #[prost(message, repeated, tag = "1")] + pub pcihjdlicgk: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "11")] + pub pool_id: u32, + #[prost(uint32, tag = "4")] + pub retcode: u32, +} +/// Obf: ODGHCHPLIJL +#[derive(proto_derive::CmdID)] +#[cmdid(7047)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyTakeRaffleTicketRewardCsReq { + #[prost(uint64, tag = "12")] + pub cfaabclgkgb: u64, + #[prost(uint32, tag = "2")] + pub pool_id: u32, +} +/// Obf: GJONBGGPKGN +#[derive(proto_derive::CmdID)] +#[cmdid(7026)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyTakeRaffleTicketRewardScRsp { + #[prost(message, optional, tag = "1")] + pub reward_list: ::core::option::Option, + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(uint32, tag = "10")] + pub cfaabclgkgb: u32, + #[prost(uint32, tag = "11")] + pub pool_id: u32, +} +/// Obf: EFJILJIKAEP +#[derive(proto_derive::CmdID)] +#[cmdid(7097)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyScrachRaffleTicketCsReq { + #[prost(uint32, tag = "11")] + pub pool_id: u32, + #[prost(uint64, tag = "5")] + pub cfaabclgkgb: u64, +} +/// Obf: IPFCLIOGJHA +#[derive(proto_derive::CmdID)] +#[cmdid(7027)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyScrachRaffleTicketScRsp { + #[prost(uint32, tag = "1")] + pub retcode: u32, + #[prost(uint64, tag = "5")] + pub cfaabclgkgb: u64, + #[prost(uint32, tag = "3")] + pub pool_id: u32, +} +/// Obf: BCPFEJIFHFG +#[derive(proto_derive::CmdID)] +#[cmdid(7059)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyGetRegionProgressCsReq {} +/// Obf: NOAHMJKPBOB +#[derive(proto_derive::CmdID)] +#[cmdid(7048)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyGetRegionProgressScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(uint32, tag = "5")] + pub kfineodpdij: u32, + #[prost(uint32, tag = "1")] + pub edkbmnfooaj: u32, +} +/// Obf: PHOKJOFPBFM +#[derive(proto_derive::CmdID)] +#[cmdid(7024)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyGetRafflePoolInfoCsReq {} +/// Obf: NGGEIBIELKA +#[derive(proto_derive::CmdID)] +#[cmdid(7096)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyGetRafflePoolInfoScRsp { + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(message, optional, tag = "9")] + pub bcnoifkdefo: ::core::option::Option, +} +/// Obf: IFLGILEIFBK +#[derive(proto_derive::CmdID)] +#[cmdid(7009)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyTakePhaseRewardCsReq { + #[prost(uint32, repeated, tag = "11")] + pub hahpdcchmhb: ::prost::alloc::vec::Vec, +} +/// Obf: MAKIBECAMPH +#[derive(proto_derive::CmdID)] +#[cmdid(7099)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyTakePhaseRewardScRsp { + #[prost(message, optional, tag = "5")] + pub reward_list: ::core::option::Option, + #[prost(uint32, repeated, tag = "2")] + pub hahpdcchmhb: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "15")] + pub retcode: u32, +} +/// Obf: AHNOGMONIMN +#[derive(proto_derive::CmdID)] +#[cmdid(7082)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMonopolyMbtiReportRewardCsReq {} +/// Obf: KBKGOFBPINK +#[derive(proto_derive::CmdID)] +#[cmdid(7018)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMonopolyMbtiReportRewardScRsp { + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(message, optional, tag = "8")] + pub reward_list: ::core::option::Option, +} +/// Obf: OGJCLFPNPBA +#[derive(proto_derive::CmdID)] +#[cmdid(7017)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMonopolyDailyReportCsReq {} +/// Obf: AKIHHADCGCO +#[derive(proto_derive::CmdID)] +#[cmdid(7037)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMonopolyDailyReportScRsp { + #[prost(message, optional, tag = "5")] + pub pcoefkddboe: ::core::option::Option, + #[prost(uint32, tag = "10")] + pub retcode: u32, +} +/// Obf: CLCBJDMLLNJ +#[derive(proto_derive::CmdID)] +#[cmdid(7075)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyClickCellCsReq { + #[prost(uint32, tag = "13")] + pub map_id: u32, + #[prost(uint32, tag = "14")] + pub kmipnookbmb: u32, +} +/// Obf: BDPFCPFDMEF +#[derive(proto_derive::CmdID)] +#[cmdid(7068)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyClickCellScRsp { + #[prost(uint32, tag = "3")] + pub kmipnookbmb: u32, + #[prost(uint32, tag = "14")] + pub map_id: u32, + #[prost(uint32, tag = "2")] + pub retcode: u32, +} +/// Obf: KCMFEBIACOH +#[derive(proto_derive::CmdID)] +#[cmdid(7051)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyClickMbtiReportCsReq {} +/// Obf: OJCMCIAKMCP +#[derive(proto_derive::CmdID)] +#[cmdid(7081)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonopolyClickMbtiReportScRsp { + #[prost(uint32, tag = "9")] + pub retcode: u32, +} +/// Obf: LCEHENFCMPA +#[derive(proto_derive::CmdID)] +#[cmdid(1098)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MultiplayerFightGameStateCsReq {} +/// Obf: OLKKEIKFJOP +#[derive(proto_derive::CmdID)] +#[cmdid(1071)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MultiplayerFightGameStateScRsp { + #[prost(uint32, tag = "4")] + pub retcode: u32, + #[prost(message, optional, tag = "15")] + pub bannakdnbfa: ::core::option::Option, + #[prost(message, repeated, tag = "6")] + pub ebmokpbkmmd: ::prost::alloc::vec::Vec, +} +/// Obf: IMFIJOFCANN +#[derive(proto_derive::CmdID)] +#[cmdid(1083)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MultiplayerGetFightGateCsReq { + #[prost(uint32, tag = "8")] + pub player_data: u32, +} +/// Obf: GCCKBKNHEIF +#[derive(proto_derive::CmdID)] +#[cmdid(1042)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MultiplayerGetFightGateScRsp { + #[prost(string, tag = "13")] + pub ipepbmikjcn: ::prost::alloc::string::String, + #[prost(uint32, tag = "11")] + pub port: u32, + #[prost(uint64, tag = "9")] + pub gcigjdimnce: u64, + #[prost(string, tag = "8")] + pub ip: ::prost::alloc::string::String, + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +/// Obf: JGINKJDBGIB +#[derive(proto_derive::CmdID)] +#[cmdid(1079)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MultiplayerFightGiveUpCsReq { + #[prost(uint64, tag = "6")] + pub gcigjdimnce: u64, +} +/// Obf: OGGHJNDHDLI +#[derive(proto_derive::CmdID)] +#[cmdid(1077)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MultiplayerFightGiveUpScRsp { + #[prost(uint32, tag = "5")] + pub retcode: u32, +} +/// Obf: MMILJGMJEFC +#[derive(proto_derive::CmdID)] +#[cmdid(1033)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MultiplayerFightGameStartScNotify { + #[prost(message, repeated, tag = "15")] + pub ebmokpbkmmd: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "6")] + pub bannakdnbfa: ::core::option::Option, +} +/// Obf: EDPCIPBDLJN +#[derive(proto_derive::CmdID)] +#[cmdid(1012)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MultiplayerFightGameFinishScNotify { + #[prost(message, optional, tag = "5")] + pub bannakdnbfa: ::core::option::Option, +} +/// Obf: CJKMJHPEMMB +#[derive(proto_derive::CmdID)] +#[cmdid(1028)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MultiplayerMatch3FinishScNotify { + #[prost(enumeration = "Akmnbmkfkjk", tag = "1")] + pub reason: i32, + #[prost(uint32, tag = "9")] + pub gdlockkllik: u32, + #[prost(message, optional, tag = "8")] + pub imkelkmhoik: ::core::option::Option, + #[prost(uint32, tag = "7")] + pub gbghpflhdbp: u32, +} +/// Obf: EENIFIGEMGJ +#[derive(proto_derive::CmdID)] +#[cmdid(4698)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMultipleDropInfoCsReq {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Knoaklpplom { + #[prost(uint32, tag = "14")] + pub id: u32, + #[prost(uint32, tag = "2")] + pub bmffeogbcol: u32, +} +/// Obf: JKBJFHPMHCI +#[derive(proto_derive::CmdID)] +#[cmdid(4671)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMultipleDropInfoScRsp { + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(message, repeated, tag = "1")] + pub nefakdolped: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "13")] + pub ahmgfccbcbn: ::prost::alloc::vec::Vec, +} +/// Obf: ILJEPPPCKFG +#[derive(proto_derive::CmdID)] +#[cmdid(4683)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MultipleDropInfoScNotify { + #[prost(message, repeated, tag = "9")] + pub nefakdolped: ::prost::alloc::vec::Vec, +} +/// Obf: NHMOCPCAEGE +#[derive(proto_derive::CmdID)] +#[cmdid(4642)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetPlayerReturnMultiDropInfoCsReq {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bjklpgepcpo { + #[prost(uint32, tag = "5")] + pub eicilfaiaee: u32, + #[prost(uint32, tag = "11")] + pub ohknllihdgj: u32, + #[prost(uint32, tag = "9")] + pub pbhfelejfhj: u32, + #[prost(uint32, tag = "13")] + pub module_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hmdagoffled { + #[prost(uint32, tag = "11")] + pub fpjpojedbdk: u32, + #[prost(uint32, tag = "12")] + pub fjommiafobp: u32, + #[prost(uint32, tag = "3")] + pub module_id: u32, + #[prost(uint32, tag = "1")] + pub hndehfjlpkp: u32, +} +/// Obf: PMLJMCFAKOG +#[derive(proto_derive::CmdID)] +#[cmdid(4679)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetPlayerReturnMultiDropInfoScRsp { + #[prost(message, repeated, tag = "6")] + pub ahmgfccbcbn: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "3")] + pub mennnhocncc: ::core::option::Option, + #[prost(uint32, tag = "14")] + pub retcode: u32, +} +/// Obf: NFNNLJMACJE +#[derive(proto_derive::CmdID)] +#[cmdid(4677)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MultipleDropInfoNotify { + #[prost(message, repeated, tag = "3")] + pub jolfdmnledo: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "14")] + pub ahmgfccbcbn: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "11")] + pub nefakdolped: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kikaeahenkh { + #[prost(uint32, tag = "11")] + pub poedfmelake: u32, + #[prost(enumeration = "Daealpiokmg", tag = "5")] + pub pos: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fdbdocpeicn { + #[prost(uint32, tag = "7")] + pub level: u32, + #[prost(uint32, tag = "6")] + pub fmpdcagmdmi: u32, + #[prost(uint32, tag = "2")] + pub nbmheifbbmo: u32, + #[prost(message, repeated, tag = "8")] + pub fofhpbeaafe: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "11")] + pub area_id: u32, + #[prost(uint32, tag = "15")] + pub jjhapfccaha: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Abnnoddpndm { + #[prost(uint32, tag = "5")] + pub dchjnnnjcgf: u32, + #[prost(bool, tag = "10")] + pub icgbjkdbhoe: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Gfiblhpdgne { + #[prost(uint32, tag = "5")] + pub dddjfpiopfb: u32, + #[prost(uint32, tag = "9")] + pub lilopajmfmm: u32, + #[prost(uint32, tag = "6")] + pub phlfjpfkfof: u32, + #[prost(uint32, tag = "4")] + pub oojeafpolag: u32, + #[prost(message, repeated, tag = "11")] + pub ndedbbchhoo: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "15")] + pub oiijgekjngl: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mbgffcelgho { + #[prost(uint32, tag = "14")] + pub nojojkcjeoi: u32, + #[prost(uint32, tag = "4")] + pub poedfmelake: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Opemmbhkcfd { + #[prost(uint32, tag = "6")] + pub ibajgaljkhj: u32, + #[prost(uint32, tag = "11")] + pub dbmfhimkncc: u32, + #[prost(uint32, tag = "9")] + pub event_id: u32, + #[prost(uint32, tag = "12")] + pub idmamimfcpg: u32, + #[prost(uint32, repeated, tag = "1")] + pub dpaamcbckda: ::prost::alloc::vec::Vec, + #[prost(enumeration = "Bocagoolhff", tag = "4")] + pub state: i32, + #[prost(uint32, tag = "15")] + pub apoelpdbohg: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fmdgfcnokmn { + #[prost(uint32, repeated, tag = "5")] + pub loiefkhfobe: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "12")] + pub icecogmbeca: u32, + #[prost(message, repeated, tag = "3")] + pub event_list: ::prost::alloc::vec::Vec, +} +/// Obf: EIHBFELJBOH +#[derive(proto_derive::CmdID)] +#[cmdid(4398)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMuseumInfoCsReq {} +/// Obf: FNABFLEKIBN +#[derive(proto_derive::CmdID)] +#[cmdid(4371)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMuseumInfoScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(uint32, tag = "10")] + pub jcbehhmalnp: u32, + #[prost(uint32, tag = "2")] + pub gkfdgdnneeo: u32, + #[prost(message, optional, tag = "7")] + pub mgmlhmfjcmb: ::core::option::Option, + #[prost(uint32, repeated, tag = "14")] + pub obkjocmkice: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "11")] + pub fofhpbeaafe: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "9")] + pub doappnkflpl: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "4")] + pub mmidjehmhmp: u32, + #[prost(uint32, tag = "15")] + pub level: u32, + #[prost(uint32, tag = "3")] + pub exp: u32, + #[prost(uint32, tag = "6")] + pub dmenofhegfk: u32, + #[prost(uint32, tag = "13")] + pub nejennboobh: u32, + #[prost(message, optional, tag = "1")] + pub pidammincfb: ::core::option::Option, + #[prost(uint32, repeated, tag = "5")] + pub ikhgknmlhcn: ::prost::alloc::vec::Vec, +} +/// Obf: AAEPOBMFGKH +#[derive(proto_derive::CmdID)] +#[cmdid(4383)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BuyNpcStuffCsReq { + #[prost(uint32, tag = "3")] + pub poedfmelake: u32, +} +/// Obf: DONPLBIILDM +#[derive(proto_derive::CmdID)] +#[cmdid(4342)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BuyNpcStuffScRsp { + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(uint32, tag = "13")] + pub poedfmelake: u32, +} +/// Obf: CCMLJOJBEFC +#[derive(proto_derive::CmdID)] +#[cmdid(4379)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetStuffToAreaCsReq { + #[prost(uint32, tag = "10")] + pub nojojkcjeoi: u32, + #[prost(uint32, tag = "9")] + pub poedfmelake: u32, + #[prost(enumeration = "Daealpiokmg", tag = "15")] + pub pos: i32, +} +/// Obf: MAOHHEJDOEM +#[derive(proto_derive::CmdID)] +#[cmdid(4377)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetStuffToAreaScRsp { + #[prost(enumeration = "Daealpiokmg", tag = "2")] + pub pos: i32, + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(uint32, tag = "3")] + pub poedfmelake: u32, + #[prost(uint32, tag = "6")] + pub nojojkcjeoi: u32, +} +/// Obf: OEBMLNLALDH +#[derive(proto_derive::CmdID)] +#[cmdid(4333)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RemoveStuffFromAreaCsReq { + #[prost(uint32, tag = "14")] + pub poedfmelake: u32, +} +/// Obf: GHKPMDCIBKP +#[derive(proto_derive::CmdID)] +#[cmdid(4312)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RemoveStuffFromAreaScRsp { + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(uint32, tag = "1")] + pub poedfmelake: u32, +} +/// Obf: ALFFLODNAEI +#[derive(proto_derive::CmdID)] +#[cmdid(4328)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetStuffScNotify { + #[prost(uint32, tag = "6")] + pub poedfmelake: u32, + #[prost(enumeration = "Dibcbimdeih", tag = "10")] + pub ccpajjmfekc: i32, +} +/// Obf: JHOGKNFAFAH +#[derive(proto_derive::CmdID)] +#[cmdid(4338)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetExhibitScNotify { + #[prost(uint32, tag = "6")] + pub agcbdgifkjj: u32, +} +/// Obf: PBHEBIDIEEH +#[derive(proto_derive::CmdID)] +#[cmdid(4378)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishCurTurnCsReq { + #[prost(uint32, tag = "5")] + pub dcaebnkobih: u32, +} +/// Obf: DNBMEEEPIMM +#[derive(proto_derive::CmdID)] +#[cmdid(4356)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishCurTurnScRsp { + #[prost(uint32, tag = "8")] + pub ohmojnnnhla: u32, + #[prost(uint32, tag = "10")] + pub retcode: u32, +} +/// Obf: NIBNLOMFKAE +#[derive(proto_derive::CmdID)] +#[cmdid(4389)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpgradeAreaCsReq { + #[prost(uint32, tag = "13")] + pub level: u32, + #[prost(uint32, tag = "5")] + pub area_id: u32, +} +/// Obf: PMKOLGMEAEA +#[derive(proto_derive::CmdID)] +#[cmdid(4322)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpgradeAreaScRsp { + #[prost(uint32, tag = "6")] + pub retcode: u32, + #[prost(uint32, tag = "7")] + pub area_id: u32, + #[prost(uint32, tag = "2")] + pub level: u32, +} +/// Obf: KDOJAOHJGAN +#[derive(proto_derive::CmdID)] +#[cmdid(4366)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpgradeAreaStatCsReq { + #[prost(uint32, tag = "10")] + pub area_id: u32, + #[prost(uint32, tag = "6")] + pub level: u32, + #[prost(enumeration = "Agalceponon", tag = "2")] + pub ifjeboiegfg: i32, +} +/// Obf: FNNDODMNEFI +#[derive(proto_derive::CmdID)] +#[cmdid(4305)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpgradeAreaStatScRsp { + #[prost(enumeration = "Agalceponon", tag = "8")] + pub ifjeboiegfg: i32, + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(uint32, tag = "9")] + pub area_id: u32, + #[prost(uint32, tag = "2")] + pub level: u32, +} +/// Obf: MFAFFMOBOOG +#[derive(proto_derive::CmdID)] +#[cmdid(4345)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MuseumInfoChangedScNotify { + #[prost(uint32, repeated, tag = "10")] + pub ikhgknmlhcn: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "1")] + pub gkfdgdnneeo: u32, + #[prost(uint32, tag = "5")] + pub level: u32, + #[prost(message, repeated, tag = "6")] + pub doappnkflpl: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "15")] + pub dmenofhegfk: u32, + #[prost(message, repeated, tag = "14")] + pub fofhpbeaafe: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "12")] + pub nejennboobh: u32, + #[prost(uint32, tag = "7")] + pub mmidjehmhmp: u32, + #[prost(uint32, repeated, tag = "4")] + pub obkjocmkice: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "13")] + pub jcbehhmalnp: u32, + #[prost(message, optional, tag = "8")] + pub pidammincfb: ::core::option::Option, + #[prost(uint32, tag = "2")] + pub exp: u32, + #[prost(message, optional, tag = "9")] + pub mgmlhmfjcmb: ::core::option::Option, +} +/// Obf: ALKLFGCGCKG +#[derive(proto_derive::CmdID)] +#[cmdid(4350)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MuseumRandomEventStartScNotify { + #[prost(message, optional, tag = "13")] + pub score_reward_info: ::core::option::Option, +} +/// Obf: OKIBJDIDEAI +#[derive(proto_derive::CmdID)] +#[cmdid(4331)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MuseumRandomEventQueryCsReq { + #[prost(int32, tag = "15")] + pub gjdibelbccj: i32, +} +/// Obf: CABBFODEPOE +#[derive(proto_derive::CmdID)] +#[cmdid(4304)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MuseumRandomEventQueryScRsp { + #[prost(message, optional, tag = "4")] + pub score_reward_info: ::core::option::Option, + #[prost(uint32, tag = "14")] + pub retcode: u32, +} +/// Obf: KFOGBADFENK +#[derive(proto_derive::CmdID)] +#[cmdid(4360)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MuseumRandomEventSelectCsReq { + #[prost(uint32, tag = "7")] + pub event_id: u32, + #[prost(uint32, tag = "13")] + pub apoelpdbohg: u32, +} +/// Obf: LOGIINDLJDA +#[derive(proto_derive::CmdID)] +#[cmdid(4352)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MuseumRandomEventSelectScRsp { + #[prost(uint32, tag = "15")] + pub event_id: u32, + #[prost(uint32, tag = "1")] + pub retcode: u32, + #[prost(uint32, tag = "2")] + pub apoelpdbohg: u32, +} +/// Obf: JIPKLEHHNIF +#[derive(proto_derive::CmdID)] +#[cmdid(4320)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MuseumFundsChangedScNotify { + #[prost(uint32, tag = "7")] + pub mmidjehmhmp: u32, +} +/// Obf: IAGBBGMGKDK +#[derive(proto_derive::CmdID)] +#[cmdid(4311)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MuseumDispatchFinishedScNotify { + #[prost(uint32, tag = "8")] + pub cfcpikempio: u32, + #[prost(uint32, tag = "4")] + pub mmidjehmhmp: u32, + #[prost(uint32, tag = "15")] + pub pepnghdedhg: u32, + #[prost(uint32, tag = "7")] + pub poedfmelake: u32, +} +/// Obf: EKAPDLJAGMP +#[derive(proto_derive::CmdID)] +#[cmdid(4310)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MuseumTargetStartNotify { + #[prost(uint32, tag = "12")] + pub phlfjpfkfof: u32, +} +/// Obf: HACKCHMOOPC +#[derive(proto_derive::CmdID)] +#[cmdid(4400)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MuseumTargetMissionFinishNotify { + #[prost(uint32, repeated, tag = "1")] + pub dchjnnnjcgf: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "5")] + pub phlfjpfkfof: u32, + #[prost(bool, tag = "4")] + pub khknafhglif: bool, +} +/// Obf: EBIFJOLOPDD +#[derive(proto_derive::CmdID)] +#[cmdid(4362)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MuseumTargetRewardNotify { + #[prost(uint32, tag = "11")] + pub phlfjpfkfof: u32, + #[prost(uint32, tag = "1")] + pub item_id: u32, + #[prost(uint32, tag = "8")] + pub aohgeeadfgi: u32, +} +/// Obf: JLAKDBBJHDL +#[derive(proto_derive::CmdID)] +#[cmdid(4306)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MuseumTakeCollectRewardCsReq { + #[prost(uint32, tag = "1")] + pub item_id: u32, +} +/// Obf: OBPCLGKGDPM +#[derive(proto_derive::CmdID)] +#[cmdid(4323)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MuseumTakeCollectRewardScRsp { + #[prost(uint32, tag = "14")] + pub item_id: u32, + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(message, optional, tag = "1")] + pub reward: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MusicRhythmLevel { + #[prost(uint32, tag = "5")] + pub level_id: u32, + #[prost(uint32, tag = "13")] + pub aeemppofgbn: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MusicRhythmGroup { + #[prost(uint32, tag = "10")] + pub jgpgjjcefgg: u32, + #[prost(uint32, repeated, tag = "3")] + pub mpcfojalnhn: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "6")] + pub oalljlkbioj: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "5")] + pub idlolpiicma: u32, +} +/// Obf: FPICBKAMBBJ +#[derive(proto_derive::CmdID)] +#[cmdid(7591)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MusicRhythmDataCsReq { + #[prost(uint32, tag = "6")] + pub player_data: u32, +} +/// Obf: BCJPPJOIHHN +#[derive(proto_derive::CmdID)] +#[cmdid(7577)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MusicRhythmDataScRsp { + #[prost(uint32, repeated, tag = "15")] + pub gbmlnhocjmo: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "2")] + pub pefcbmodpoi: u32, + #[prost(uint32, repeated, tag = "8")] + pub opfoilfdbkg: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "5")] + pub feahhamldfb: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "6")] + pub fclinckmilk: bool, + #[prost(message, repeated, tag = "1")] + pub music_rhythm_groups: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "13")] + pub music_rhythm_level: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub bmjgciilhca: u32, + #[prost(uint32, tag = "12")] + pub retcode: u32, +} +/// Obf: MMDDKDNAPBE +#[derive(proto_derive::CmdID)] +#[cmdid(7599)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MusicRhythmStartLevelCsReq { + #[prost(uint32, tag = "3")] + pub level_id: u32, +} +/// Obf: FCNCDHMHFJE +#[derive(proto_derive::CmdID)] +#[cmdid(7571)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MusicRhythmStartLevelScRsp { + #[prost(uint32, tag = "6")] + pub retcode: u32, + #[prost(uint32, tag = "3")] + pub level_id: u32, + #[prost(string, tag = "8")] + pub name: ::prost::alloc::string::String, +} +/// Obf: HPIKBBLMIGP +#[derive(proto_derive::CmdID)] +#[cmdid(7578)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MusicRhythmFinishLevelCsReq { + #[prost(uint32, tag = "12")] + pub score: u32, + #[prost(uint32, tag = "11")] + pub star: u32, +} +/// Obf: OMLLEIKOBHH +#[derive(proto_derive::CmdID)] +#[cmdid(7587)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MusicRhythmFinishLevelScRsp { + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(uint32, tag = "4")] + pub level_id: u32, +} +/// Obf: AKEHJDBBACK +#[derive(proto_derive::CmdID)] +#[cmdid(7598)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MusicRhythmUnlockTrackScNotify { + #[prost(uint32, repeated, tag = "14")] + pub track_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: MNJPEONONIA +#[derive(proto_derive::CmdID)] +#[cmdid(7584)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MusicRhythmSaveSongConfigDataCsReq { + #[prost(message, optional, tag = "5")] + pub coaahhcmiga: ::core::option::Option, +} +/// Obf: CCPIGFEIDJK +#[derive(proto_derive::CmdID)] +#[cmdid(7585)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MusicRhythmSaveSongConfigDataScRsp { + #[prost(uint32, tag = "1")] + pub alchnkefmen: u32, + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(uint32, tag = "5")] + pub pefcbmodpoi: u32, +} +/// Obf: MMPKLDICMDM +#[derive(proto_derive::CmdID)] +#[cmdid(7573)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MusicRhythmUnlockSongNotify { + #[prost(uint32, repeated, tag = "7")] + pub song_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: PGBLBEBIBCN +#[derive(proto_derive::CmdID)] +#[cmdid(7575)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MusicRhythmMaxDifficultyLevelsUnlockNotify {} +/// Obf: FABFDILJIMH +#[derive(proto_derive::CmdID)] +#[cmdid(7580)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MusicRhythmUnlockSongSfxScNotify { + #[prost(uint32, repeated, tag = "14")] + pub song_id_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Popdhfeblpg { + #[prost(uint32, tag = "2")] + pub pnfefbjlnle: u32, + #[prost(uint32, repeated, tag = "1")] + pub lekmmlonagk: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "11")] + pub ajmhidfpbgn: u32, + #[prost(uint32, tag = "10")] + pub bgkkljmjgof: u32, + #[prost(uint32, tag = "6")] + pub lbobphaokpi: u32, + #[prost(enumeration = "Dncbhbocoeg", tag = "5")] + pub lmfbfijdaap: i32, +} +/// Obf: ENCGCOIAIHL +#[derive(proto_derive::CmdID)] +#[cmdid(6934)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetOfferingInfoCsReq { + #[prost(uint32, repeated, tag = "5")] + pub ccneljbeobi: ::prost::alloc::vec::Vec, +} +/// Obf: ENMFBACCFJE +#[derive(proto_derive::CmdID)] +#[cmdid(6937)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetOfferingInfoScRsp { + #[prost(message, repeated, tag = "3")] + pub fcchpongkhh: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +/// Obf: AODDLMMCHFD +#[derive(proto_derive::CmdID)] +#[cmdid(6933)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SubmitOfferingItemCsReq { + #[prost(uint32, tag = "12")] + pub bgkkljmjgof: u32, + #[prost(uint32, tag = "4")] + pub oiaecielhaf: u32, +} +/// Obf: EJFJGHMCLPC +#[derive(proto_derive::CmdID)] +#[cmdid(6930)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SubmitOfferingItemScRsp { + #[prost(message, optional, tag = "2")] + pub jlefmladehi: ::core::option::Option, + #[prost(uint32, tag = "12")] + pub retcode: u32, +} +/// Obf: FJJOOELLLOB +#[derive(proto_derive::CmdID)] +#[cmdid(6928)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeOfferingRewardCsReq { + #[prost(uint32, tag = "2")] + pub oiaecielhaf: u32, + #[prost(uint32, repeated, tag = "14")] + pub kmipgfoknmm: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "12")] + pub bgkkljmjgof: u32, +} +/// Obf: IEBKEAGDGGJ +#[derive(proto_derive::CmdID)] +#[cmdid(6935)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeOfferingRewardScRsp { + #[prost(message, optional, tag = "3")] + pub reward: ::core::option::Option, + #[prost(message, optional, tag = "11")] + pub jlefmladehi: ::core::option::Option, + #[prost(uint32, tag = "10")] + pub retcode: u32, +} +/// Obf: BDFMOGMMDIE +#[derive(proto_derive::CmdID)] +#[cmdid(6932)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct OfferingInfoScNotify { + #[prost(message, optional, tag = "13")] + pub jlefmladehi: ::core::option::Option, +} +/// Obf: EIJMGJIPLIB +#[derive(proto_derive::CmdID)] +#[cmdid(4098)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AcceptedPamMissionExpireCsReq { + #[prost(uint32, tag = "7")] + pub main_mission_id: u32, +} +/// Obf: MANACJGDFBB +#[derive(proto_derive::CmdID)] +#[cmdid(4071)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AcceptedPamMissionExpireScRsp { + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(uint32, tag = "5")] + pub main_mission_id: u32, +} +/// Obf: DOIOGKADBAO +#[derive(proto_derive::CmdID)] +#[cmdid(4083)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncAcceptedPamMissionNotify { + #[prost(uint32, tag = "13")] + pub main_mission_id: u32, + #[prost(uint64, tag = "12")] + pub gbeigbcggni: u64, +} +/// Obf: MAAOBHGGHIK +#[derive(proto_derive::CmdID)] +#[cmdid(7629)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetPetDataCsReq {} +/// Obf: GNGFDMNGNJB +#[derive(proto_derive::CmdID)] +#[cmdid(7637)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetPetDataScRsp { + #[prost(uint32, repeated, tag = "6")] + pub owned_pet_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "4")] + pub retcode: u32, + #[prost(uint32, tag = "10")] + pub pet_id: u32, +} +/// Obf: BFMOCACFBPN +#[derive(proto_derive::CmdID)] +#[cmdid(7642)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SummonPetCsReq { + #[prost(uint32, tag = "15")] + pub summoned_pet_id: u32, +} +/// Obf: OIDDHPPPPLC +#[derive(proto_derive::CmdID)] +#[cmdid(7602)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SummonPetScRsp { + #[prost(uint32, tag = "14")] + pub retcode: u32, + #[prost(uint32, tag = "9")] + pub pet_id: u32, + #[prost(uint32, tag = "7")] + pub pet_item_id: u32, +} +/// Obf: DHDBOFEAHHH +#[derive(proto_derive::CmdID)] +#[cmdid(7644)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RecallPetCsReq { + #[prost(uint32, tag = "9")] + pub summoned_pet_id: u32, +} +/// Obf: NGNCIJEDOKM +#[derive(proto_derive::CmdID)] +#[cmdid(7610)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RecallPetScRsp { + #[prost(uint32, tag = "6")] + pub pet_id: u32, + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(uint32, tag = "8")] + pub pet_item_id: u32, +} +/// Obf: MFAGJOKEBKM +#[derive(proto_derive::CmdID)] +#[cmdid(7624)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct CurPetChangedScNotify { + #[prost(uint32, tag = "9")] + pub pet_id: u32, +} +/// Obf: MPBKEBPKCIF +#[derive(proto_derive::CmdID)] +#[cmdid(5198)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetPhoneDataCsReq {} +/// Obf: IDFHNEPKEPA +#[derive(proto_derive::CmdID)] +#[cmdid(5171)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetPhoneDataScRsp { + #[prost(uint32, tag = "9")] + pub retcode: u32, + /// TODO + #[prost(uint32, repeated, tag = "1")] + pub owned_phone_themes: ::prost::alloc::vec::Vec, + /// TODO + #[prost(uint32, repeated, tag = "7")] + pub owned_chat_bubbles: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "5")] + pub cur_phone_theme: u32, + #[prost(uint32, tag = "13")] + pub cur_chat_bubble: u32, +} +/// Obf: PNCCOPHNAHI +#[derive(proto_derive::CmdID)] +#[cmdid(5183)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SelectChatBubbleCsReq { + #[prost(uint32, tag = "6")] + pub bubble_id: u32, +} +/// Obf: CNFBAMDKFEA +#[derive(proto_derive::CmdID)] +#[cmdid(5142)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SelectChatBubbleScRsp { + #[prost(uint32, tag = "12")] + pub cur_chat_bubble: u32, + #[prost(uint32, tag = "6")] + pub mkpoihgihpc: u32, + #[prost(uint32, tag = "15")] + pub retcode: u32, +} +/// Obf: IJBGPOLEJNH +#[derive(proto_derive::CmdID)] +#[cmdid(5179)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UnlockChatBubbleScNotify { + #[prost(uint32, tag = "8")] + pub bubble_id: u32, +} +/// Obf: EBGPBLICPLK +#[derive(proto_derive::CmdID)] +#[cmdid(5177)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SelectPhoneThemeCsReq { + #[prost(uint32, tag = "8")] + pub theme_id: u32, +} +/// Obf: BCKEEJBNIEJ +#[derive(proto_derive::CmdID)] +#[cmdid(5133)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SelectPhoneThemeScRsp { + #[prost(uint32, tag = "4")] + pub embllimnkag: u32, + #[prost(uint32, tag = "13")] + pub retcode: u32, + #[prost(uint32, tag = "14")] + pub cur_phone_theme: u32, +} +/// Obf: CFLOIHEICMK +#[derive(proto_derive::CmdID)] +#[cmdid(5112)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UnlockPhoneThemeScNotify { + #[prost(uint32, tag = "7")] + pub theme_id: u32, +} +/// Obf: OABLDBNKMDM +#[derive(proto_derive::CmdID)] +#[cmdid(98)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayerLoginCsReq { + #[prost(uint32, tag = "8")] + pub client_res_version: u32, + #[prost(string, tag = "6")] + pub cekolcplbed: ::prost::alloc::string::String, + #[prost(uint32, tag = "590")] + pub binlgcobepo: u32, + #[prost(string, tag = "1424")] + pub hfhgplmefgj: ::prost::alloc::string::String, + #[prost(string, tag = "5")] + pub rogue_data: ::prost::alloc::string::String, + #[prost(uint32, tag = "12")] + pub nmdmjefopkb: u32, + #[prost(string, tag = "4")] + pub opnlmmdffll: ::prost::alloc::string::String, + #[prost(uint32, tag = "1405")] + pub acmbpiijkfl: u32, + #[prost(string, tag = "350")] + pub fkfjdgcndii: ::prost::alloc::string::String, + #[prost(enumeration = "PlatformType", tag = "13")] + pub platform_type: i32, + #[prost(string, tag = "3")] + pub cost_time: ::prost::alloc::string::String, + #[prost(string, tag = "11")] + pub signature: ::prost::alloc::string::String, + #[prost(string, tag = "1047")] + pub mjajbchkdfp: ::prost::alloc::string::String, + #[prost(message, optional, tag = "1285")] + pub ogkgolnaich: ::core::option::Option, + #[prost(string, tag = "9")] + pub opnbnkjaikd: ::prost::alloc::string::String, + #[prost(bool, tag = "1467")] + pub jjdbfamdepp: bool, + #[prost(string, tag = "10")] + pub eifphammieg: ::prost::alloc::string::String, + #[prost(string, tag = "14")] + pub hdpjmchlgcm: ::prost::alloc::string::String, + #[prost(string, tag = "1")] + pub iiahicgomkp: ::prost::alloc::string::String, + #[prost(string, tag = "1255")] + pub kogiikiejij: ::prost::alloc::string::String, + #[prost(string, tag = "2")] + pub aieondbhndc: ::prost::alloc::string::String, + #[prost(bool, tag = "424")] + pub glnbffilpna: bool, + #[prost(uint64, tag = "7")] + pub login_random: u64, + #[prost(enumeration = "Iafokaheofk", tag = "15")] + pub dndefigpdge: i32, + #[prost(string, tag = "342")] + pub bmcbocgekbf: ::prost::alloc::string::String, + #[prost(string, tag = "1105")] + pub flfkcihcenf: ::prost::alloc::string::String, +} +/// Obf: IKBPDFICNPE +#[derive(proto_derive::CmdID)] +#[cmdid(71)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayerLoginScRsp { + #[prost(message, optional, tag = "4")] + pub basic_info: ::core::option::Option, + #[prost(string, tag = "6")] + pub ndfeaeihbfj: ::prost::alloc::string::String, + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(int32, tag = "7")] + pub cur_timezone: i32, + #[prost(uint64, tag = "8")] + pub server_timestamp_ms: u64, + #[prost(uint32, tag = "14")] + pub stamina: u32, + #[prost(uint64, tag = "2")] + pub login_random: u64, + #[prost(bool, tag = "3")] + pub ljmfohlobci: bool, + #[prost(string, tag = "12")] + pub dmaamamcnkj: ::prost::alloc::string::String, + #[prost(bool, tag = "9")] + pub joppaendmfj: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ecdpajhcohn {} +/// Obf: ADODPPONKEF +#[derive(proto_derive::CmdID)] +#[cmdid(79)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayerGetTokenCsReq { + #[prost(uint32, tag = "2")] + pub binlgcobepo: u32, + #[prost(string, tag = "15")] + pub account_uid: ::prost::alloc::string::String, + #[prost(uint32, tag = "11")] + pub platform_type: u32, + #[prost(uint32, tag = "12")] + pub jiopmfnpbnp: u32, + #[prost(uint32, tag = "1")] + pub cgegollmhcj: u32, + #[prost(uint32, tag = "10")] + pub uid: u32, + /// string unk = 5; + #[prost(string, tag = "6")] + pub token: ::prost::alloc::string::String, +} +/// Obf: KJMEFMEPFAL +#[derive(proto_derive::CmdID)] +#[cmdid(77)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayerGetTokenScRsp { + #[prost(string, tag = "6")] + pub msg: ::prost::alloc::string::String, + #[prost(message, optional, tag = "14")] + pub black_info: ::core::option::Option, + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(uint64, tag = "5")] + pub secret_key_seed: u64, + #[prost(uint32, tag = "12")] + pub uid: u32, +} +/// Obf: EJDGMHIAGON +#[derive(proto_derive::CmdID)] +#[cmdid(12)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GmTalkScNotify { + #[prost(string, tag = "7")] + pub msg: ::prost::alloc::string::String, +} +/// Obf: AFCFDCCNOLP +#[derive(proto_derive::CmdID)] +#[cmdid(28)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayerKickOutScNotify { + #[prost(message, optional, tag = "12")] + pub black_info: ::core::option::Option, + #[prost(enumeration = "player_kick_out_sc_notify::Obmdhdempbg", tag = "14")] + pub cppifokpanf: i32, +} +/// Nested message and enum types in `PlayerKickOutScNotify`. +pub mod player_kick_out_sc_notify { + #[derive(proto_derive::CmdID)] + #[derive( + Clone, + Copy, + Debug, + PartialEq, + Eq, + Hash, + PartialOrd, + Ord, + ::prost::Enumeration + )] + #[repr(i32)] + pub enum Obmdhdempbg { + KickSqueezed = 0, + KickBlack = 1, + KickChangePwd = 2, + KickLoginWhiteTimeout = 3, + KickAceAntiCheater = 4, + KickByGm = 5, + } + impl Obmdhdempbg { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Obmdhdempbg::KickSqueezed => "KICK_SQUEEZED", + Obmdhdempbg::KickBlack => "KICK_BLACK", + Obmdhdempbg::KickChangePwd => "KICK_CHANGE_PWD", + Obmdhdempbg::KickLoginWhiteTimeout => "KICK_LOGIN_WHITE_TIMEOUT", + Obmdhdempbg::KickAceAntiCheater => "KICK_ACE_ANTI_CHEATER", + Obmdhdempbg::KickByGm => "KICK_BY_GM", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "KICK_SQUEEZED" => Some(Self::KickSqueezed), + "KICK_BLACK" => Some(Self::KickBlack), + "KICK_CHANGE_PWD" => Some(Self::KickChangePwd), + "KICK_LOGIN_WHITE_TIMEOUT" => Some(Self::KickLoginWhiteTimeout), + "KICK_ACE_ANTI_CHEATER" => Some(Self::KickAceAntiCheater), + "KICK_BY_GM" => Some(Self::KickByGm), + _ => None, + } + } + } +} +/// Obf: LNJLHNPKKPE +#[derive(proto_derive::CmdID)] +#[cmdid(38)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GmTalkCsReq { + #[prost(string, tag = "9")] + pub msg: ::prost::alloc::string::String, +} +/// Obf: MFJCCFAKKCF +#[derive(proto_derive::CmdID)] +#[cmdid(78)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GmTalkScRsp { + #[prost(uint32, tag = "6")] + pub retcode: u32, + #[prost(string, tag = "14")] + pub aiocolnjlge: ::prost::alloc::string::String, +} +/// Obf: LFCAOIMAEDD +#[derive(proto_derive::CmdID)] +#[cmdid(53)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct GetBasicInfoCsReq {} +#[derive(proto_derive::CmdID)] #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetMultiPathAvatarInfoCsReq {} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetEnteredSceneCsReq {} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetCurSceneInfoCsReq {} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetFriendLoginInfoCsReq {} -#[allow(clippy::derive_partial_eq_without_eq)] -#[derive(Clone, PartialEq, ::prost::Message)] -pub struct GetFriendLoginInfoScRsp { - #[prost(bool, tag = "11")] - pub llcmgmlcjca: bool, +pub struct PlayerSettingInfo { + #[prost(bool, tag = "9")] + pub jmbagbfikcm: bool, + #[prost(bool, tag = "13")] + pub aneaakidpfl: bool, + #[prost(bool, tag = "12")] + pub cgadmdekiac: bool, #[prost(bool, tag = "4")] - pub degafpjnikk: bool, - #[prost(uint32, repeated, tag = "7")] - pub friend_uid_list: ::prost::alloc::vec::Vec, - #[prost(uint32, repeated, tag = "9")] - pub mnacbpjeche: ::prost::alloc::vec::Vec, + pub gnohnpjbfjc: bool, + #[prost(bool, tag = "6")] + pub nmjdboipfic: bool, + #[prost(bool, tag = "14")] + pub nengeiijjcb: bool, + #[prost(bool, tag = "7")] + pub pjilemmblfg: bool, + #[prost(bool, tag = "3")] + pub cpeeepdbbph: bool, + #[prost(bool, tag = "5")] + pub mcljblkacmp: bool, +} +/// Obf: GetBasicInfoScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(64)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetBasicInfoScRsp { + #[prost(bool, tag = "3")] + pub is_gender_set: bool, + #[prost(uint32, tag = "11")] + pub cur_day: u32, + #[prost(uint32, tag = "14")] + pub exchange_times: u32, + #[prost(message, optional, tag = "9")] + pub player_setting_info: ::core::option::Option, + #[prost(uint32, tag = "1")] + pub gameplay_birthday: u32, + #[prost(int64, tag = "10")] + pub last_set_nickname_time: i64, + #[prost(uint32, tag = "6")] + pub week_cocoon_finished_count: u32, + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(uint32, tag = "8")] + pub gender: u32, + #[prost(int64, tag = "12")] + pub next_recover_time: i64, +} +/// Obf: FLELNCHILOF +#[derive(proto_derive::CmdID)] +#[cmdid(22)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ExchangeStaminaCsReq {} +/// Obf: ExchangeStaminaScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(66)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ExchangeStaminaScRsp { + #[prost(int64, tag = "1")] + pub last_recover_time: i64, + #[prost(uint32, tag = "8")] + pub stamina_add: u32, + #[prost(uint32, tag = "7")] + pub exchange_times: u32, + #[prost(message, repeated, tag = "3")] + pub item_cost_list: ::prost::alloc::vec::Vec, #[prost(uint32, tag = "14")] pub retcode: u32, } -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdActivityType { - None = 0, - CmdStartTrialActivityCsReq = 2603, - CmdGetLoginActivityScRsp = 2606, - CmdEnterTrialActivityStageScRsp = 2607, - CmdTakeLoginActivityRewardCsReq = 2611, - CmdLeaveTrialActivityCsReq = 2613, - CmdLeaveTrialActivityScRsp = 2614, - CmdTakeMonsterResearchActivityRewardCsReq = 2617, - CmdCurTrialActivityScNotify = 2622, - CmdSubmitMonsterResearchActivityMaterialScRsp = 2624, - CmdSubmitMonsterResearchActivityMaterialCsReq = 2625, - CmdStartTrialActivityScRsp = 2626, - CmdTakeTrialActivityRewardScRsp = 2631, - CmdTakeTrialActivityRewardCsReq = 2641, - CmdTakeLoginActivityRewardScRsp = 2643, - CmdTrialActivityDataChangeScNotify = 2647, - CmdGetTrialActivityDataCsReq = 2653, - CmdGetActivityScheduleConfigCsReq = 2656, - CmdGetTrialActivityDataScRsp = 2658, - CmdEnterTrialActivityStageCsReq = 2659, - CmdGetLoginActivityCsReq = 2668, - CmdTakeMonsterResearchActivityRewardScRsp = 2692, - CmdGetActivityScheduleConfigScRsp = 2693, - CmdGetMonsterResearchActivityDataCsReq = 2697, - CmdGetMonsterResearchActivityDataScRsp = 2698, -} -impl CmdActivityType { - /// String value of the enum field names used in the ProtoBuf definition. +/// Obf: KCLABNACNMD +#[derive(proto_derive::CmdID)] +#[cmdid(5)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetAuthkeyCsReq { + #[prost(uint32, tag = "3")] + pub cnkmgcpccjb: u32, + #[prost(string, tag = "11")] + pub kmgohigoebg: ::prost::alloc::string::String, + #[prost(uint32, tag = "7")] + pub ieabdlmoebj: u32, +} +/// Obf: EJKOHIKANJO +#[derive(proto_derive::CmdID)] +#[cmdid(45)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetAuthkeyScRsp { + #[prost(uint32, tag = "12")] + pub ieabdlmoebj: u32, + #[prost(string, tag = "3")] + pub adhfdkepckl: ::prost::alloc::string::String, + #[prost(uint32, tag = "8")] + pub cnkmgcpccjb: u32, + #[prost(string, tag = "10")] + pub kmgohigoebg: ::prost::alloc::string::String, + #[prost(uint32, tag = "2")] + pub retcode: u32, +} +/// Obf: FCLAKOCPLBB +#[derive(proto_derive::CmdID)] +#[cmdid(20)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RegionStopScNotify { + #[prost(int64, tag = "14")] + pub ghenhjpjjlk: i64, + #[prost(int64, tag = "7")] + pub mdahnikkahi: i64, +} +/// Obf: AntiAddictScNotify +#[derive(proto_derive::CmdID)] +#[cmdid(50)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AntiAddictScNotify { + #[prost(string, tag = "15")] + pub level: ::prost::alloc::string::String, + #[prost(uint32, tag = "11")] + pub msg_type: u32, + #[prost(string, tag = "4")] + pub msg: ::prost::alloc::string::String, +} +/// Obf: GCPNMBPEGOI +#[derive(proto_derive::CmdID)] +#[cmdid(31)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetNicknameCsReq { + #[prost(bool, tag = "2")] + pub is_modify: bool, + #[prost(string, tag = "4")] + pub nickname: ::prost::alloc::string::String, +} +/// Obf: OFICHOPLAGD +#[derive(proto_derive::CmdID)] +#[cmdid(4)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetNicknameScRsp { + #[prost(bool, tag = "6")] + pub is_modify: bool, + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(int64, tag = "10")] + pub dlfjlajmlhj: i64, +} +/// Obf: MPHIEPMJJCK +#[derive(proto_derive::CmdID)] +#[cmdid(60)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetLevelRewardTakenListCsReq {} +/// Obf: EJFAMFCJOJD +#[derive(proto_derive::CmdID)] +#[cmdid(52)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetLevelRewardTakenListScRsp { + #[prost(uint32, repeated, tag = "15")] + pub kdkncapfnod: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "6")] + pub retcode: u32, +} +/// Obf: HHCOCPGICGP +#[derive(proto_derive::CmdID)] +#[cmdid(11)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetLevelRewardCsReq { + #[prost(uint32, tag = "7")] + pub oiaecielhaf: u32, + #[prost(uint32, tag = "3")] + pub level: u32, +} +/// Obf: HGIJNOMIPGM +#[derive(proto_derive::CmdID)] +#[cmdid(10)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetLevelRewardScRsp { + #[prost(uint32, tag = "7")] + pub level: u32, + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(message, optional, tag = "4")] + pub reward: ::core::option::Option, +} +/// Obf: JOBAIDIFILH +#[derive(proto_derive::CmdID)] +#[cmdid(6)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetLanguageCsReq { + #[prost(enumeration = "Iafokaheofk", tag = "13")] + pub dndefigpdge: i32, +} +/// Obf: LDADNGBKLHJ +#[derive(proto_derive::CmdID)] +#[cmdid(23)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetLanguageScRsp { + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(enumeration = "Iafokaheofk", tag = "4")] + pub dndefigpdge: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ndkkhnpgamj { + #[prost(string, tag = "15")] + pub bngdkibjhmd: ::prost::alloc::string::String, + #[prost(string, tag = "5")] + pub cencakdhhha: ::prost::alloc::string::String, + #[prost(bool, tag = "4")] + pub jocjafildgh: bool, + #[prost(int64, tag = "11")] + pub begin_time: i64, + #[prost(uint32, tag = "14")] + pub jclhpkiedia: u32, + #[prost(int64, tag = "7")] + pub end_time: i64, + #[prost(uint32, tag = "9")] + pub config_id: u32, + #[prost(uint32, tag = "1")] + pub odbeelgceni: u32, + #[prost(string, tag = "8")] + pub nfoiibjpffg: ::prost::alloc::string::String, +} +/// Obf: HMGEKLAHNBO +#[derive(proto_derive::CmdID)] +#[cmdid(85)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ServerAnnounceNotify { + #[prost(message, repeated, tag = "6")] + pub kogfoipobkp: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Gateserver { + #[prost(string, tag = "614")] + pub lkdfchnefbb: ::prost::alloc::string::String, + #[prost(string, tag = "784")] + pub lhgkdgdjihc: ::prost::alloc::string::String, + /// true + #[prost(bool, tag = "10")] + pub unk2: bool, + #[prost(uint32, tag = "1243")] + pub clcfloamgbl: u32, + /// true + #[prost(bool, tag = "326")] + pub unk4: bool, + #[prost(string, tag = "8")] + pub msg: ::prost::alloc::string::String, + #[prost(string, tag = "370")] + pub ifix_url: ::prost::alloc::string::String, + #[prost(bool, tag = "2018")] + pub nnglebkcmla: bool, + /// true + #[prost(bool, tag = "6")] + pub unk1: bool, + #[prost(string, tag = "1332")] + pub bjocanibbki: ::prost::alloc::string::String, + /// true + #[prost(bool, tag = "1574")] + pub unk7: bool, + /// TODO + #[prost(string, tag = "569")] + pub ifix_version: ::prost::alloc::string::String, + #[prost(string, tag = "138")] + pub iijlfilfmdf: ::prost::alloc::string::String, + /// true + #[prost(bool, tag = "837")] + pub unk6: bool, + #[prost(string, tag = "659")] + pub emeodmdbala: ::prost::alloc::string::String, + #[prost(bool, tag = "577")] + pub apjecjmgakc: bool, + #[prost(string, tag = "1035")] + pub necfmbfgpml: ::prost::alloc::string::String, + #[prost(string, tag = "1359")] + pub mdk_res_version: ::prost::alloc::string::String, + #[prost(string, tag = "452")] + pub nppcgbifdmn: ::prost::alloc::string::String, + #[prost(string, tag = "1952")] + pub knmmilnghlb: ::prost::alloc::string::String, + #[prost(string, tag = "1012")] + pub pmabnnedccg: ::prost::alloc::string::String, + #[prost(string, tag = "1245")] + pub kliaghgofml: ::prost::alloc::string::String, + #[prost(bool, tag = "1866")] + pub nphdimjokni: bool, + #[prost(string, tag = "337")] + pub odocfcjmbcl: ::prost::alloc::string::String, + #[prost(string, tag = "464")] + pub npigpbekeko: ::prost::alloc::string::String, + /// TODO + #[prost(string, tag = "5")] + pub ip: ::prost::alloc::string::String, + #[prost(string, tag = "12")] + pub region_name: ::prost::alloc::string::String, + #[prost(string, tag = "1122")] + pub kdbagalhedc: ::prost::alloc::string::String, + /// true + #[prost(bool, tag = "62")] + pub unk3: bool, + #[prost(int64, tag = "4")] + pub mdahnikkahi: i64, + #[prost(bool, tag = "673")] + pub jgciiljehhe: bool, + #[prost(string, tag = "1134")] + pub fdgffcmalpi: ::prost::alloc::string::String, + #[prost(string, tag = "1")] + pub ex_resource_url: ::prost::alloc::string::String, + #[prost(string, tag = "592")] + pub fhalncihmga: ::prost::alloc::string::String, + #[prost(string, tag = "1893")] + pub gkpliapplco: ::prost::alloc::string::String, + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(string, tag = "117")] + pub ipklammknng: ::prost::alloc::string::String, + #[prost(string, tag = "1556")] + pub obopkjfgdic: ::prost::alloc::string::String, + #[prost(uint32, tag = "13")] + pub hndpohgeipm: u32, + /// false + #[prost(bool, tag = "422")] + pub cnaklgmdlpe: bool, + #[prost(string, tag = "3")] + pub lua_url: ::prost::alloc::string::String, + #[prost(string, tag = "365")] + pub mkcnefhhaog: ::prost::alloc::string::String, + #[prost(bool, tag = "1703")] + pub laablmnklld: bool, + /// true + #[prost(bool, tag = "340")] + pub unk5: bool, + #[prost(string, tag = "962")] + pub ogjiecmhhhg: ::prost::alloc::string::String, + #[prost(bool, tag = "1782")] + pub ofjaknedmdm: bool, + #[prost(string, tag = "9")] + pub asset_bundle_url: ::prost::alloc::string::String, + #[prost(string, tag = "355")] + pub bbfoajgllbc: ::prost::alloc::string::String, + #[prost(string, tag = "1307")] + pub pnaljlbmilj: ::prost::alloc::string::String, + #[prost(string, repeated, tag = "1588")] + pub gbonldemben: ::prost::alloc::vec::Vec<::prost::alloc::string::String>, + #[prost(string, tag = "1334")] + pub eicaecnmdib: ::prost::alloc::string::String, + #[prost(string, tag = "14")] + pub iokepiedbne: ::prost::alloc::string::String, + #[prost(bool, tag = "1575")] + pub ebkbnekcohi: bool, + #[prost(string, tag = "362")] + pub kkhfkmikfib: ::prost::alloc::string::String, + #[prost(string, tag = "1624")] + pub mdkdjlnhgkn: ::prost::alloc::string::String, + #[prost(string, tag = "1779")] + pub eljimgjlhbc: ::prost::alloc::string::String, + #[prost(int64, tag = "15")] + pub ghenhjpjjlk: i64, + #[prost(string, tag = "20")] + pub fcmmmpkjjil: ::prost::alloc::string::String, + #[prost(uint32, tag = "7")] + pub igkdkfjidpp: u32, + #[prost(uint32, tag = "11")] + pub port: u32, +} +/// Obf: GIHJHLJBKJP +#[derive(proto_derive::CmdID)] +#[cmdid(3)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GateServerScNotify { + #[prost(string, tag = "3")] + pub doiafbaiekh: ::prost::alloc::string::String, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MultiPathAvatarTypeInfo { + #[prost(message, repeated, tag = "9")] + pub equip_relic_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "12")] + pub skilltree_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "1")] + pub rank: u32, + #[prost(enumeration = "MultiPathAvatarType", tag = "2")] + pub avatar_id: i32, + #[prost(uint32, tag = "14")] + pub path_equipment_id: u32, +} +/// Obf: OGNBEFCJCEP +#[derive(proto_derive::CmdID)] +#[cmdid(37)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetAvatarPathCsReq { + #[prost(enumeration = "MultiPathAvatarType", tag = "1")] + pub avatar_id: i32, +} +/// Obf: GFJEJILAOFA +#[derive(proto_derive::CmdID)] +#[cmdid(75)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetAvatarPathScRsp { + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(enumeration = "MultiPathAvatarType", tag = "15")] + pub avatar_id: i32, +} +/// Obf: PPNFLMHHHDA +#[derive(proto_derive::CmdID)] +#[cmdid(81)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetMultipleAvatarPathsCsReq { + #[prost(enumeration = "MultiPathAvatarType", repeated, tag = "14")] + pub avatar_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: IBCLHNFDGDE +#[derive(proto_derive::CmdID)] +#[cmdid(7)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetMultipleAvatarPathsScRsp { + #[prost(uint32, tag = "9")] + pub retcode: u32, +} +/// Obf: LDKEBOIEKOI +#[derive(proto_derive::CmdID)] +#[cmdid(68)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMultiPathAvatarInfoCsReq {} +/// Obf: AIINLKLIHIP +#[derive(proto_derive::CmdID)] +#[cmdid(46)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetMultiPathAvatarInfoScRsp { + #[prost(uint32, repeated, tag = "2")] + pub fjiaemedcag: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "7")] + pub multi_path_avatar_type_info_list: ::prost::alloc::vec::Vec< + MultiPathAvatarTypeInfo, + >, + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(map = "uint32, enumeration(MultiPathAvatarType)", tag = "5")] + pub current_multi_path_avatar_id: ::std::collections::HashMap, +} +/// Obf: EFBNFAKFFID +#[derive(proto_derive::CmdID)] +#[cmdid(21)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UnlockAvatarPathCsReq { + #[prost(enumeration = "MultiPathAvatarType", tag = "14")] + pub avatar_id: i32, +} +/// Obf: HPHCPBCMGMI +#[derive(proto_derive::CmdID)] +#[cmdid(51)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UnlockAvatarPathScRsp { + #[prost(uint32, repeated, tag = "10")] + pub fjiaemedcag: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "9")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "4")] + pub retcode: u32, + #[prost(enumeration = "MultiPathAvatarType", tag = "13")] + pub avatar_id: i32, +} +/// Obf: ANKFLOIKAMC +#[derive(proto_derive::CmdID)] +#[cmdid(41)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AvatarPathChangedNotify { + #[prost(uint32, tag = "13")] + pub base_avatar_id: u32, + #[prost(enumeration = "MultiPathAvatarType", tag = "4")] + pub cur_multi_path_avatar_type: i32, +} +/// Obf: BGBBENBCOCC +#[derive(proto_derive::CmdID)] +#[cmdid(2)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetGenderCsReq { + #[prost(enumeration = "Gender", tag = "15")] + pub gender: i32, +} +/// Obf: JKENGGHANLM +#[derive(proto_derive::CmdID)] +#[cmdid(65)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetGenderScRsp { + #[prost(message, repeated, tag = "11")] + pub multi_path_type_info: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(enumeration = "MultiPathAvatarType", tag = "4")] + pub multi_path_type: i32, +} +/// Obf: LOFANMHJMBI +#[derive(proto_derive::CmdID)] +#[cmdid(57)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetPlayerInfoCsReq { + #[prost(bool, tag = "4")] + pub is_modify: bool, + #[prost(enumeration = "Gender", tag = "3")] + pub gender: i32, + #[prost(string, tag = "8")] + pub nickname: ::prost::alloc::string::String, +} +/// Obf: CEHIFMNLGHK +#[derive(proto_derive::CmdID)] +#[cmdid(25)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetPlayerInfoScRsp { + #[prost(enumeration = "MultiPathAvatarType", tag = "13")] + pub multi_path_type: i32, + #[prost(bool, tag = "1")] + pub is_modify: bool, + #[prost(message, repeated, tag = "11")] + pub multi_path_type_info: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "4")] + pub retcode: u32, + #[prost(int64, tag = "14")] + pub dlfjlajmlhj: i64, +} +/// Obf: CMHKEFELDPM +#[derive(proto_derive::CmdID)] +#[cmdid(19)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct QueryProductInfoCsReq {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Product { + #[prost(string, tag = "10")] + pub ffkkkfjlipb: ::prost::alloc::string::String, + #[prost(uint32, tag = "9")] + pub loepgdcdcbj: u32, + #[prost(enumeration = "Jcpehggllij", tag = "6")] + pub emdibikbamk: i32, + #[prost(uint32, tag = "7")] + pub mehpaobcbdk: u32, + #[prost(bool, tag = "13")] + pub fdghnkdcpbi: bool, + #[prost(string, tag = "4")] + pub jmlnibkplgb: ::prost::alloc::string::String, +} +/// Obf: CCMMJPMONFI +#[derive(proto_derive::CmdID)] +#[cmdid(92)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct QueryProductInfoScRsp { + #[prost(message, repeated, tag = "9")] + pub ddgdlpfbdae: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(uint32, tag = "12")] + pub eblhlkgmiao: u32, + #[prost(uint64, tag = "6")] + pub month_card_out_date_time: u64, + #[prost(uint32, tag = "10")] + pub knkjpekikol: u32, +} +/// Obf: CGBPNDFPFFB +#[derive(proto_derive::CmdID)] +#[cmdid(67)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MonthCardRewardNotify { + #[prost(message, optional, tag = "8")] + pub reward: ::core::option::Option, +} +/// Obf: AFPEPACPNJJ +#[derive(proto_derive::CmdID)] +#[cmdid(40)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ClientDownloadDataScNotify { + #[prost(message, optional, tag = "7")] + pub download_data: ::core::option::Option, +} +/// Obf: HCNNAJPLBGP +#[derive(proto_derive::CmdID)] +#[cmdid(9)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ClientObjDownloadDataScNotify { + #[prost(message, optional, tag = "14")] + pub data: ::core::option::Option, +} +/// Obf: UpdateFeatureSwitchScNotify +#[derive(proto_derive::CmdID)] +#[cmdid(95)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpdateFeatureSwitchScNotify { + #[prost(message, repeated, tag = "9")] + pub switch_info_list: ::prost::alloc::vec::Vec, +} +/// Obf: GDOEFOAKBPF +#[derive(proto_derive::CmdID)] +#[cmdid(35)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DailyRefreshNotify { + #[prost(uint32, tag = "14")] + pub iihfbggfiin: u32, +} +/// Obf: EEKAGGNDDHK +#[derive(proto_derive::CmdID)] +#[cmdid(87)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetGameplayBirthdayCsReq { + #[prost(uint32, tag = "13")] + pub birthday: u32, +} +/// Obf: GGNPFICHOKN +#[derive(proto_derive::CmdID)] +#[cmdid(54)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetGameplayBirthdayScRsp { + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(uint32, tag = "5")] + pub birthday: u32, +} +/// Obf: LNNKIKIJCFF +#[derive(proto_derive::CmdID)] +#[cmdid(69)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AceAntiCheaterCsReq { + #[prost(uint32, tag = "1")] + pub beiapfdpofh: u32, + #[prost(string, tag = "7")] + pub cgochppaakm: ::prost::alloc::string::String, +} +/// Obf: BEOODDKLFDN +#[derive(proto_derive::CmdID)] +#[cmdid(58)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AceAntiCheaterScRsp { + #[prost(uint32, tag = "12")] + pub retcode: u32, +} +/// Obf: ODKMGLILIDC +#[derive(proto_derive::CmdID)] +#[cmdid(76)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RetcodeNotify { + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(uint32, repeated, tag = "13")] + pub dddnppakinn: ::prost::alloc::vec::Vec, +} +/// Obf: CMJBANFHCIF +#[derive(proto_derive::CmdID)] +#[cmdid(39)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayerHeartBeatCsReq { + #[prost(uint64, tag = "6")] + pub client_time_ms: u64, + #[prost(uint32, tag = "1")] + pub candpjmdead: u32, + #[prost(message, optional, tag = "11")] + pub lfeiofihjab: ::core::option::Option, +} +/// Obf: LBMCHHKPFAC +#[derive(proto_derive::CmdID)] +#[cmdid(49)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayerHeartBeatScRsp { + #[prost(uint64, tag = "4")] + pub server_time_ms: u64, + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(message, optional, tag = "7")] + pub download_data: ::core::option::Option, + #[prost(uint64, tag = "1")] + pub client_time_ms: u64, +} +/// Obf: MJFLOFBGOBC +#[derive(proto_derive::CmdID)] +#[cmdid(84)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FeatureSwitchClosedScNotify { + #[prost(enumeration = "Pimfigfbkap", tag = "14")] + pub epfobdajphn: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Njccmmophgk { + #[prost(string, tag = "15")] + pub icegneolfan: ::prost::alloc::string::String, + #[prost(enumeration = "SecretKeyType", tag = "4")] + pub slot: i32, +} +/// Obf: AJOPPEJJKME +#[derive(proto_derive::CmdID)] +#[cmdid(29)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetSecretKeyInfoCsReq { + #[prost(bytes = "vec", tag = "15")] + pub lcbndhecnac: ::prost::alloc::vec::Vec, +} +/// Obf: FOFLCIFNHEB +#[derive(proto_derive::CmdID)] +#[cmdid(1)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetSecretKeyInfoScRsp { + #[prost(uint32, tag = "6")] + pub retcode: u32, + #[prost(bytes = "vec", tag = "7")] + pub libnnlndhcn: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "3")] + pub ecbmogcmkdg: ::prost::alloc::vec::Vec, +} +/// Obf: JDOFNKCIJEN +#[derive(proto_derive::CmdID)] +#[cmdid(90)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayerLoginFinishCsReq {} +/// Obf: BLGBIBHHKCK +#[derive(proto_derive::CmdID)] +#[cmdid(73)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayerLoginFinishScRsp { + #[prost(uint32, tag = "10")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct VideoKeyInfo { + #[prost(uint32, tag = "8")] + pub id: u32, + #[prost(uint64, tag = "6")] + pub video_key: u64, +} +/// Obf: ANJJEMPHDCM +#[derive(proto_derive::CmdID)] +#[cmdid(72)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetVideoVersionKeyCsReq {} +/// Obf: DOBMJNNOHJF +#[derive(proto_derive::CmdID)] +#[cmdid(74)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetVideoVersionKeyScRsp { + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(message, repeated, tag = "14")] + pub pgkffnfchig: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "5")] + pub ldmlmkhlkho: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Djphmojgkco { + #[prost(uint32, tag = "14")] + pub ibmpgmbhhpp: u32, + #[prost(uint32, tag = "1")] + pub aeddemigdgb: u32, + #[prost(uint32, tag = "12")] + pub ojdnjfdjimp: u32, + #[prost(uint32, tag = "9")] + pub content_id: u32, +} +/// Obf: BPNENCANGFI +#[derive(proto_derive::CmdID)] +#[cmdid(47)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetRedPointStatusScNotify { + #[prost(uint32, tag = "13")] + pub content_id: u32, + #[prost(uint32, tag = "14")] + pub uid: u32, + #[prost(message, repeated, tag = "6")] + pub omokdopaihg: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "1")] + pub ibmpgmbhhpp: u32, + #[prost(uint32, tag = "2")] + pub aeddemigdgb: u32, +} +/// Obf: FFCOIHJDKNP +#[derive(proto_derive::CmdID)] +#[cmdid(27)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ReserveStaminaExchangeCsReq { + #[prost(uint32, tag = "6")] + pub num: u32, +} +/// Obf: ReserveStaminaExchangeScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(59)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ReserveStaminaExchangeScRsp { + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(uint32, tag = "8")] + pub num: u32, +} +/// Obf: KCHAKLPPBIJ +#[derive(proto_derive::CmdID)] +#[cmdid(48)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StaminaInfoScNotify { + /// TODO + #[prost(int64, tag = "6")] + pub next_recover_time: i64, + #[prost(int64, tag = "3")] + pub jahdlpmmdpf: i64, + #[prost(uint32, tag = "15")] + pub stamina: u32, + #[prost(uint32, tag = "8")] + pub reserve_stamina: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Obonhlafbfd { + #[prost(oneof = "obonhlafbfd::Djhlejplelj", tags = "9, 15, 1, 6, 8, 5, 7, 4, 11")] + pub djhlejplelj: ::core::option::Option, +} +/// Nested message and enum types in `OBONHLAFBFD`. +pub mod obonhlafbfd { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Djhlejplelj { + #[prost(bool, tag = "9")] + Jmbagbfikcm(bool), + #[prost(bool, tag = "15")] + Mcljblkacmp(bool), + #[prost(bool, tag = "1")] + Aneaakidpfl(bool), + #[prost(bool, tag = "6")] + Cpeeepdbbph(bool), + #[prost(bool, tag = "8")] + Gnohnpjbfjc(bool), + #[prost(bool, tag = "5")] + Pjilemmblfg(bool), + #[prost(bool, tag = "7")] + Nengeiijjcb(bool), + #[prost(bool, tag = "4")] + Nmjdboipfic(bool), + #[prost(bool, tag = "11")] + Cgadmdekiac(bool), + } +} +/// Obf: AOEBMIJBCPD +#[derive(proto_derive::CmdID)] +#[cmdid(24)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpdatePlayerSettingCsReq { + #[prost(message, optional, tag = "1")] + pub bembiciihnk: ::core::option::Option, +} +/// Obf: AJNOKNOOAFE +#[derive(proto_derive::CmdID)] +#[cmdid(96)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpdatePlayerSettingScRsp { + #[prost(message, optional, tag = "11")] + pub bembiciihnk: ::core::option::Option, + #[prost(uint32, tag = "2")] + pub retcode: u32, +} +/// Obf: MABLPBEEKNE +#[derive(proto_derive::CmdID)] +#[cmdid(99)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ClientObjUploadCsReq { + #[prost(bytes = "vec", tag = "1")] + pub lfeiofihjab: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "2")] + pub candpjmdead: u32, +} +/// Obf: NCBENIDDFIL +#[derive(proto_derive::CmdID)] +#[cmdid(43)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ClientObjUploadScRsp { + #[prost(message, optional, tag = "8")] + pub data: ::core::option::Option, + #[prost(uint32, tag = "3")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lleoagkmaio { + #[prost(string, repeated, tag = "5")] + pub liojfhicbmj: ::prost::alloc::vec::Vec<::prost::alloc::string::String>, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lodlbmpahkb { + #[prost(bool, tag = "1")] + pub ioedmmfmfjb: bool, + #[prost(message, optional, tag = "10")] + pub blgmkoeeiil: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jppecdlfcee { + #[prost(oneof = "jppecdlfcee::Odogcofmnna", tags = "1726, 922, 536")] + pub odogcofmnna: ::core::option::Option, +} +/// Nested message and enum types in `JPPECDLFCEE`. +pub mod jppecdlfcee { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Odogcofmnna { + #[prost(bool, tag = "1726")] + Ioedmmfmfjb(bool), + #[prost(message, tag = "922")] + Bnhbckbnkel(super::Lleoagkmaio), + #[prost(message, tag = "536")] + Jmcbjecbhoh(super::Lleoagkmaio), + } +} +/// Obf: OADFLCPFJAO +#[derive(proto_derive::CmdID)] +#[cmdid(30)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpdatePsnSettingsInfoCsReq { + #[prost(oneof = "update_psn_settings_info_cs_req::Fijaplfaflm", tags = "1290, 583")] + pub fijaplfaflm: ::core::option::Option< + update_psn_settings_info_cs_req::Fijaplfaflm, + >, +} +/// Nested message and enum types in `UpdatePsnSettingsInfoCsReq`. +pub mod update_psn_settings_info_cs_req { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Fijaplfaflm { + #[prost(message, tag = "1290")] + Cbionloheco(super::Lodlbmpahkb), + #[prost(message, tag = "583")] + Mcajlebokoi(super::Jppecdlfcee), + } +} +/// Obf: KJKFAMFBLNK +#[derive(proto_derive::CmdID)] +#[cmdid(82)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpdatePsnSettingsInfoScRsp { + #[prost(uint32, tag = "5")] + pub retcode: u32, +} +/// Obf: NDMGGAIKGAO +#[derive(proto_derive::CmdID)] +#[cmdid(94)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetGameStateServiceConfigCsReq {} +/// Obf: DPGMKEIAGNM +#[derive(proto_derive::CmdID)] +#[cmdid(34)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetGameStateServiceConfigScRsp { + #[prost(string, repeated, tag = "11")] + pub kkgiljcipjo: ::prost::alloc::vec::Vec<::prost::alloc::string::String>, + #[prost(string, repeated, tag = "1")] + pub iekaegajceg: ::prost::alloc::vec::Vec<::prost::alloc::string::String>, + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(string, repeated, tag = "13")] + pub nlkanakemej: ::prost::alloc::vec::Vec<::prost::alloc::string::String>, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HeadIcon { + #[prost(uint32, tag = "5")] + pub id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DisplayAvatar { + #[prost(uint32, tag = "5")] + pub avatar_id: u32, + #[prost(uint32, tag = "8")] + pub pos: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DisplayAvatarVec { + #[prost(message, repeated, tag = "5")] + pub display_avatar_list: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "6")] + pub is_display: bool, +} +/// Obf: PJBJMKAOKDO +#[derive(proto_derive::CmdID)] +#[cmdid(2898)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetPlayerBoardDataCsReq {} +/// Obf: PDFOHFGEGOL +#[derive(proto_derive::CmdID)] +#[cmdid(2871)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetPlayerBoardDataScRsp { + #[prost(uint32, repeated, tag = "12")] + pub display_support_avatar_vec: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "7")] + pub display_avatar_vec: ::core::option::Option, + #[prost(uint32, tag = "13")] + pub retcode: u32, + #[prost(uint32, tag = "4")] + pub current_head_icon_id: u32, + #[prost(string, tag = "14")] + pub signature: ::prost::alloc::string::String, + #[prost(message, repeated, tag = "15")] + pub unlocked_head_icon_list: ::prost::alloc::vec::Vec, +} +/// Obf: GOKMCJOHOOF +#[derive(proto_derive::CmdID)] +#[cmdid(2883)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetHeadIconCsReq { + #[prost(uint32, tag = "11")] + pub id: u32, +} +/// Obf: OHFMIFBOANM +#[derive(proto_derive::CmdID)] +#[cmdid(2842)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetHeadIconScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(uint32, tag = "9")] + pub current_head_icon_id: u32, +} +/// Obf: CDACEIAPAAJ +#[derive(proto_derive::CmdID)] +#[cmdid(2879)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetDisplayAvatarCsReq { + #[prost(message, repeated, tag = "10")] + pub display_avatar_list: ::prost::alloc::vec::Vec, +} +/// Obf: OAKJBNBMDFO +#[derive(proto_derive::CmdID)] +#[cmdid(2877)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetDisplayAvatarScRsp { + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(message, repeated, tag = "13")] + pub display_avatar_list: ::prost::alloc::vec::Vec, +} +/// Obf: POPMCBKEHFA +#[derive(proto_derive::CmdID)] +#[cmdid(2833)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetIsDisplayAvatarInfoCsReq { + #[prost(bool, tag = "12")] + pub is_display: bool, +} +/// Obf: MFBOBBIGDPD +#[derive(proto_derive::CmdID)] +#[cmdid(2812)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetIsDisplayAvatarInfoScRsp { + #[prost(bool, tag = "4")] + pub is_display: bool, + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +/// Obf: MKECIOKJIIE +#[derive(proto_derive::CmdID)] +#[cmdid(2838)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetSignatureCsReq { + #[prost(string, tag = "5")] + pub signature: ::prost::alloc::string::String, +} +/// Obf: OMPDCNKABGP +#[derive(proto_derive::CmdID)] +#[cmdid(2878)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetSignatureScRsp { + #[prost(string, tag = "15")] + pub signature: ::prost::alloc::string::String, + #[prost(uint32, tag = "4")] + pub retcode: u32, +} +/// Obf: LIIOENCNBPP +#[derive(proto_derive::CmdID)] +#[cmdid(2856)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetAssistAvatarCsReq { + #[prost(uint32, repeated, tag = "2")] + pub avatar_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub avatar_id: u32, +} +/// Obf: HKFLEOANLFM +#[derive(proto_derive::CmdID)] +#[cmdid(2889)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetAssistAvatarScRsp { + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(uint32, tag = "7")] + pub avatar_id: u32, + #[prost(uint32, repeated, tag = "13")] + pub avatar_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: GAOCHKFFMBI +#[derive(proto_derive::CmdID)] +#[cmdid(4598)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayerReturnStartScNotify { + #[prost(uint32, tag = "2")] + pub fgjcodegeeg: u32, +} +/// Obf: BBHDCBFMEEL +#[derive(proto_derive::CmdID)] +#[cmdid(4571)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayerReturnSignCsReq { + #[prost(uint32, tag = "1")] + pub kabfepdmfbh: u32, + #[prost(uint32, repeated, tag = "4")] + pub nofcpiplkoi: ::prost::alloc::vec::Vec, +} +/// Obf: HLJHPACODKI +#[derive(proto_derive::CmdID)] +#[cmdid(4583)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayerReturnSignScRsp { + #[prost(message, repeated, tag = "12")] + pub gpihchdjapf: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "1")] + pub kabfepdmfbh: u32, + #[prost(uint32, tag = "4")] + pub retcode: u32, + #[prost(uint32, repeated, tag = "8")] + pub nofcpiplkoi: ::prost::alloc::vec::Vec, +} +/// Obf: CADEPOEBBMH +#[derive(proto_derive::CmdID)] +#[cmdid(4542)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayerReturnPointChangeScNotify { + #[prost(uint32, tag = "4")] + pub hddgpmmnicd: u32, +} +/// Obf: DCAMNIJONNG +#[derive(proto_derive::CmdID)] +#[cmdid(4579)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayerReturnTakePointRewardCsReq { + #[prost(uint32, tag = "11")] + pub lpnfoglapne: u32, + #[prost(uint32, tag = "7")] + pub ehcpfcaonkn: u32, +} +/// Obf: MPGMKJPLEKC +#[derive(proto_derive::CmdID)] +#[cmdid(4577)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayerReturnTakePointRewardScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(message, optional, tag = "6")] + pub bkgadlnajdk: ::core::option::Option, + #[prost(uint32, tag = "14")] + pub ehcpfcaonkn: u32, + #[prost(uint32, tag = "3")] + pub lpnfoglapne: u32, +} +/// Obf: CFNOENMKLFC +#[derive(proto_derive::CmdID)] +#[cmdid(4533)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayerReturnTakeRewardCsReq { + #[prost(uint32, tag = "1")] + pub gjdibelbccj: u32, +} +/// Obf: AJNMMGFINHF +#[derive(proto_derive::CmdID)] +#[cmdid(4512)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayerReturnTakeRewardScRsp { + #[prost(uint32, tag = "12")] + pub retcode: u32, +} +/// Obf: OHHGFFOHJBO +#[derive(proto_derive::CmdID)] +#[cmdid(4528)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayerReturnInfoQueryCsReq { + #[prost(uint32, tag = "1")] + pub gjdibelbccj: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Oinmifejjpf { + #[prost(int64, tag = "14")] + pub finish_time: i64, + #[prost(bool, tag = "2")] + pub laeahdlhogd: bool, + #[prost(enumeration = "Kphnhchpcbj", tag = "8")] + pub status: i32, + #[prost(uint32, tag = "4")] + pub lhblfmfegmm: u32, + #[prost(uint32, tag = "12")] + pub ecmammpkagn: u32, + #[prost(uint32, tag = "7")] + pub hddgpmmnicd: u32, + #[prost(int64, tag = "1")] + pub pmjldmlnejg: i64, + #[prost(uint32, repeated, tag = "5")] + pub nofcpiplkoi: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "11")] + pub meefiihpbhg: ::prost::alloc::vec::Vec, +} +/// Obf: FMMMFCBLEOA +#[derive(proto_derive::CmdID)] +#[cmdid(4538)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayerReturnInfoQueryScRsp { + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(message, optional, tag = "10")] + pub phejglemkkm: ::core::option::Option, + #[prost(uint32, tag = "4")] + pub mmgclgjnlcg: u32, +} +/// Obf: LBGNLKICHPN +#[derive(proto_derive::CmdID)] +#[cmdid(4578)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayerReturnForceFinishScNotify { + #[prost(message, optional, tag = "4")] + pub phejglemkkm: ::core::option::Option, +} +/// Obf: EIAGNNJKLPG +#[derive(proto_derive::CmdID)] +#[cmdid(1198)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishPlotCsReq { + #[prost(uint32, tag = "10")] + pub hachmlahnpc: u32, +} +/// Obf: MBMLHKHNMOF +#[derive(proto_derive::CmdID)] +#[cmdid(1171)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishPlotScRsp { + #[prost(uint32, tag = "15")] + pub hachmlahnpc: u32, + #[prost(uint32, tag = "11")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mglapebcmoo { + #[prost(message, optional, tag = "5")] + pub cdajgliibii: ::core::option::Option, + #[prost(message, optional, tag = "11")] + pub basic_info: ::core::option::Option, + #[prost(uint32, tag = "15")] + pub egdlhhbbfpa: u32, + #[prost(enumeration = "Aafpplmmkne", tag = "12")] + pub opcledobikk: i32, +} +/// Obf: OLBPEKLJNLA +#[derive(proto_derive::CmdID)] +#[cmdid(3298)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetPunkLordMonsterDataCsReq {} +/// Obf: MFAGOJFFHHB +#[derive(proto_derive::CmdID)] +#[cmdid(3271)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetPunkLordMonsterDataScRsp { + #[prost(message, repeated, tag = "2")] + pub lmohbmpbpac: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "12")] + pub retcode: u32, +} +/// Obf: OFCMIKAKJKM +#[derive(proto_derive::CmdID)] +#[cmdid(3283)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartPunkLordRaidCsReq { + #[prost(uint32, tag = "12")] + pub monster_id: u32, + #[prost(uint32, tag = "8")] + pub uid: u32, + #[prost(bool, tag = "6")] + pub kephagkcagk: bool, +} +/// Obf: LJFBFFDHDHD +#[derive(proto_derive::CmdID)] +#[cmdid(3242)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartPunkLordRaidScRsp { + #[prost(uint32, repeated, tag = "5")] + pub fddfakggpgf: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(int64, tag = "1")] + pub ebbhdidooki: i64, + #[prost(message, optional, tag = "4")] + pub ioebebcenho: ::core::option::Option, + #[prost(bool, tag = "9")] + pub kephagkcagk: bool, + #[prost(message, optional, tag = "8")] + pub scene: ::core::option::Option, +} +/// Obf: BFJFOEHDNNG +#[derive(proto_derive::CmdID)] +#[cmdid(3279)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SharePunkLordMonsterCsReq { + #[prost(uint32, tag = "10")] + pub monster_id: u32, + #[prost(uint32, tag = "4")] + pub uid: u32, + #[prost(enumeration = "Abamnngjmld", tag = "14")] + pub acfomfgmneo: i32, +} +/// Obf: JMLKEGKBAMO +#[derive(proto_derive::CmdID)] +#[cmdid(3277)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SharePunkLordMonsterScRsp { + #[prost(uint32, tag = "14")] + pub monster_id: u32, + #[prost(uint32, tag = "13")] + pub retcode: u32, + #[prost(enumeration = "Abamnngjmld", tag = "5")] + pub acfomfgmneo: i32, + #[prost(uint32, tag = "1")] + pub uid: u32, +} +/// Obf: KGGNEKCFKFM +#[derive(proto_derive::CmdID)] +#[cmdid(3233)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SummonPunkLordMonsterCsReq {} +/// Obf: JAOIJCEBJMO +#[derive(proto_derive::CmdID)] +#[cmdid(3212)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SummonPunkLordMonsterScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(message, optional, tag = "15")] + pub ioebebcenho: ::core::option::Option, +} +/// Obf: EOABMEGPCBN +#[derive(proto_derive::CmdID)] +#[cmdid(3289)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakePunkLordPointRewardCsReq { + #[prost(uint32, tag = "5")] + pub level: u32, + #[prost(bool, tag = "2")] + pub mgciacfkbfm: bool, +} +/// Obf: BJKKKAPFFLO +#[derive(proto_derive::CmdID)] +#[cmdid(3222)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakePunkLordPointRewardScRsp { + #[prost(uint32, tag = "8")] + pub level: u32, + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(message, optional, tag = "10")] + pub reward: ::core::option::Option, + #[prost(bool, tag = "4")] + pub mgciacfkbfm: bool, +} +/// Obf: KFDNLPHJFAE +#[derive(proto_derive::CmdID)] +#[cmdid(3266)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PunkLordMonsterInfoScNotify { + #[prost(enumeration = "Deknolkehjd", tag = "11")] + pub reason: i32, + #[prost(message, optional, tag = "14")] + pub basic_info: ::core::option::Option, + #[prost(uint32, repeated, tag = "1")] + pub fddfakggpgf: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "8")] + pub cdajgliibii: ::core::option::Option, +} +/// Obf: KPPGBLDFLJE +#[derive(proto_derive::CmdID)] +#[cmdid(3205)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetPunkLordDataCsReq {} +/// Obf: PLBICAOFEGN +#[derive(proto_derive::CmdID)] +#[cmdid(3245)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetPunkLordDataScRsp { + #[prost(int64, tag = "3")] + pub gppmklopkej: i64, + #[prost(uint32, tag = "6")] + pub gklleinmpbl: u32, + #[prost(uint32, repeated, tag = "10")] + pub lhfdcbafjgk: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "9")] + pub ghhnlaepdmg: u32, + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(uint32, tag = "13")] + pub ineemdecjpk: u32, + #[prost(uint32, tag = "8")] + pub jljdfnhkhoo: u32, + #[prost(uint32, tag = "14")] + pub pnkndnlnoak: u32, +} +/// Obf: GHEFGKCNFKM +#[derive(proto_derive::CmdID)] +#[cmdid(3250)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PunkLordRaidTimeOutScNotify { + #[prost(message, optional, tag = "12")] + pub ioebebcenho: ::core::option::Option, +} +/// Obf: CDCBJLDFIAN +#[derive(proto_derive::CmdID)] +#[cmdid(3252)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PunkLordBattleResultScNotify { + #[prost(message, optional, tag = "14")] + pub cdajgliibii: ::core::option::Option, + #[prost(uint32, tag = "6")] + pub jhgankbjgcg: u32, + #[prost(uint32, tag = "9")] + pub gpipjmplech: u32, + #[prost(message, optional, tag = "1")] + pub ioebebcenho: ::core::option::Option, + #[prost(uint32, tag = "12")] + pub gocjfiaemkb: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kpjmdlfoamd { + #[prost(uint32, tag = "13")] + pub oefflbfhcca: u32, + #[prost(uint32, tag = "4")] + pub config_id: u32, + #[prost(uint32, tag = "15")] + pub monster_id: u32, + #[prost(int64, tag = "9")] + pub sent_time: i64, + #[prost(uint32, tag = "6")] + pub world_level: u32, + #[prost(bool, tag = "5")] + pub mmbaocgfbli: bool, +} +/// Obf: PKCNCFNHEDK +#[derive(proto_derive::CmdID)] +#[cmdid(3211)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetKilledPunkLordMonsterDataCsReq {} +/// Obf: EOKJPFNIOKJ +#[derive(proto_derive::CmdID)] +#[cmdid(3210)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetKilledPunkLordMonsterDataScRsp { + #[prost(message, repeated, tag = "15")] + pub knfdkpfoijh: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "13")] + pub retcode: u32, + #[prost(message, repeated, tag = "2")] + pub hecnmgmnacc: ::prost::alloc::vec::Vec, +} +/// Obf: POKEIFIEDFI +#[derive(proto_derive::CmdID)] +#[cmdid(3206)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PunkLordMonsterKilledNotify { + #[prost(message, optional, tag = "4")] + pub hepifdfcgha: ::core::option::Option, +} +/// Obf: CHFBOEEPHBG +#[derive(proto_derive::CmdID)] +#[cmdid(3223)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeKilledPunkLordMonsterScoreCsReq { + #[prost(bool, tag = "2")] + pub mheiimdjklc: bool, + #[prost(message, optional, tag = "8")] + pub lehpjlfnone: ::core::option::Option, +} +/// Obf: DGKIFGBLIFF +#[derive(proto_derive::CmdID)] +#[cmdid(3285)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeKilledPunkLordMonsterScoreScRsp { + #[prost(message, repeated, tag = "11")] + pub ogkakmammhj: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub score: u32, + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(bool, tag = "5")] + pub mheiimdjklc: bool, +} +/// Obf: JLKMCFEHOME +#[derive(proto_derive::CmdID)] +#[cmdid(3216)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PunkLordDataChangeNotify { + #[prost(uint32, tag = "14")] + pub jljdfnhkhoo: u32, + #[prost(uint32, tag = "2")] + pub gklleinmpbl: u32, + #[prost(uint32, tag = "12")] + pub ghhnlaepdmg: u32, +} +/// Obf: PKFNNMOPEPK +#[derive(proto_derive::CmdID)] +#[cmdid(3214)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetPunkLordBattleRecordCsReq { + #[prost(message, optional, tag = "12")] + pub lehpjlfnone: ::core::option::Option, +} +/// Obf: AEABMBPDEOO +#[derive(proto_derive::CmdID)] +#[cmdid(3288)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetPunkLordBattleRecordScRsp { + #[prost(message, repeated, tag = "1")] + pub bfngfghfgjd: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "14")] + pub retcode: u32, + #[prost(message, optional, tag = "2")] + pub lehpjlfnone: ::core::option::Option, + #[prost(message, repeated, tag = "11")] + pub iajekemijfa: ::prost::alloc::vec::Vec, +} +/// Obf: KDJPKKPIPJG +#[derive(proto_derive::CmdID)] +#[cmdid(998)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetQuestDataCsReq {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Quest { + #[prost(int64, tag = "14")] + pub finish_time: i64, + #[prost(enumeration = "QuestStatus", tag = "6")] + pub status: i32, + #[prost(uint32, tag = "15")] + pub id: u32, + #[prost(uint32, repeated, tag = "13")] + pub iamidoafkkd: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "12")] + pub progress: u32, +} +/// Obf: KFNBDOBDGBK +#[derive(proto_derive::CmdID)] +#[cmdid(971)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetQuestDataScRsp { + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(uint32, tag = "7")] + pub total_achievement_exp: u32, + #[prost(message, repeated, tag = "13")] + pub quest_list: ::prost::alloc::vec::Vec, +} +/// Obf: DJIMFBDGCAC +#[derive(proto_derive::CmdID)] +#[cmdid(983)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeQuestRewardCsReq { + #[prost(uint32, repeated, tag = "5")] + pub mgdmcbghabl: ::prost::alloc::vec::Vec, +} +/// Obf: TakeQuestRewardScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(942)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeQuestRewardScRsp { + #[prost(uint32, repeated, tag = "9")] + pub succ_quest_id_list: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "11")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "13")] + pub retcode: u32, +} +/// Obf: EKFKMGMGDHF +#[derive(proto_derive::CmdID)] +#[cmdid(956)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeQuestOptionalRewardCsReq { + #[prost(uint32, tag = "12")] + pub oagkdkddfao: u32, + #[prost(uint32, tag = "9")] + pub optional_reward_id: u32, +} +/// Obf: LMGFEMHLGKN +#[derive(proto_derive::CmdID)] +#[cmdid(989)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeQuestOptionalRewardScRsp { + #[prost(message, optional, tag = "14")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "1")] + pub retcode: u32, + #[prost(uint32, tag = "15")] + pub oagkdkddfao: u32, +} +/// Obf: MGNPIIBNCIK +#[derive(proto_derive::CmdID)] +#[cmdid(933)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetQuestRecordCsReq {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bggkoppplbg { + #[prost(uint32, tag = "3")] + pub oincbgmpbic: u32, + #[prost(uint32, tag = "15")] + pub progress: u32, +} +/// Obf: BJPMJDKACED +#[derive(proto_derive::CmdID)] +#[cmdid(912)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetQuestRecordScRsp { + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(message, repeated, tag = "14")] + pub lkjphnhlfif: ::prost::alloc::vec::Vec, +} +/// Obf: PGICGPIDPGJ +#[derive(proto_derive::CmdID)] +#[cmdid(928)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct QuestRecordScNotify { + #[prost(message, optional, tag = "13")] + pub okiomjajgdf: ::core::option::Option, +} +/// Obf: KFLIMNGMBOG +#[derive(proto_derive::CmdID)] +#[cmdid(938)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishQuestCsReq { + #[prost(uint32, tag = "3")] + pub group_id: u32, + #[prost(uint32, tag = "13")] + pub prop_state: u32, + #[prost(uint32, tag = "9")] + pub oagkdkddfao: u32, +} +/// Obf: NIDHHFGGBAE +#[derive(proto_derive::CmdID)] +#[cmdid(978)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishQuestScRsp { + #[prost(uint32, tag = "4")] + pub retcode: u32, +} +/// Obf: BLCPIEHLBFC +#[derive(proto_derive::CmdID)] +#[cmdid(966)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BatchGetQuestDataCsReq { + #[prost(uint32, repeated, tag = "3")] + pub quest_list: ::prost::alloc::vec::Vec, +} +/// Obf: CEOOPFEDDMI +#[derive(proto_derive::CmdID)] +#[cmdid(905)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BatchGetQuestDataScRsp { + #[prost(uint32, tag = "4")] + pub retcode: u32, + #[prost(message, repeated, tag = "13")] + pub quest_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Oiiolcpblcf { + #[prost(uint32, tag = "12")] + pub ogioakbpmae: u32, + #[prost(uint32, tag = "8")] + pub world_level: u32, + #[prost(message, optional, tag = "11")] + pub lineup: ::core::option::Option, + #[prost(message, optional, tag = "2")] + pub pjhmgggkcmk: ::core::option::Option, +} +/// Obf: LKGJEDGBLAD +#[derive(proto_derive::CmdID)] +#[cmdid(2298)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartRaidCsReq { + #[prost(uint32, tag = "15")] + pub beddolcompo: u32, + #[prost(uint32, tag = "11")] + pub prop_entity_id: u32, + #[prost(uint32, tag = "14")] + pub world_level: u32, + #[prost(uint32, tag = "4")] + pub ogioakbpmae: u32, + #[prost(uint32, repeated, tag = "6")] + pub avatar_list: ::prost::alloc::vec::Vec, +} +/// Obf: MFBPACPFBNE +#[derive(proto_derive::CmdID)] +#[cmdid(2271)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartRaidScRsp { + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(message, optional, tag = "10")] + pub scene: ::core::option::Option, +} +/// Obf: DPOBNOOIJAJ +#[derive(proto_derive::CmdID)] +#[cmdid(2283)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LeaveRaidCsReq { + #[prost(uint32, tag = "6")] + pub ogioakbpmae: u32, + #[prost(bool, tag = "3")] + pub beddolcompo: bool, +} +/// Obf: MLOFLGOCGGE +#[derive(proto_derive::CmdID)] +#[cmdid(2242)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LeaveRaidScRsp { + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cagjidogimk { + #[prost(uint32, tag = "5")] + pub hpdodhkhpgp: u32, + #[prost(uint32, tag = "7")] + pub dimbaofnjgl: u32, + #[prost(enumeration = "Efchikflmff", tag = "9")] + pub gdajkbolpfh: i32, +} +/// Obf: NEBMPHNGKBH +#[derive(proto_derive::CmdID)] +#[cmdid(2279)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RaidInfoNotify { + #[prost(uint64, tag = "15")] + pub bjamhfnpldk: u64, + #[prost(uint32, tag = "7")] + pub ogioakbpmae: u32, + #[prost(enumeration = "Lpjbcbefaon", tag = "3")] + pub status: i32, + #[prost(uint32, tag = "10")] + pub world_level: u32, + #[prost(message, optional, tag = "14")] + pub item_list: ::core::option::Option, + #[prost(message, repeated, tag = "2")] + pub kpnbdngmcfk: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mhpajolefof { + #[prost(uint32, tag = "6")] + pub stage_score: u32, + #[prost(uint32, tag = "4")] + pub ogioakbpmae: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fpmlmmbclib { + #[prost(uint32, tag = "3")] + pub world_level: u32, + #[prost(uint32, tag = "9")] + pub ogioakbpmae: u32, + #[prost(uint32, repeated, tag = "15")] + pub ahlphpefnij: ::prost::alloc::vec::Vec, +} +/// Obf: JDHFIHNLEFH +#[derive(proto_derive::CmdID)] +#[cmdid(2278)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRaidInfoCsReq {} +/// Obf: GetRaidInfoScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(2256)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRaidInfoScRsp { + #[prost(message, repeated, tag = "14")] + pub challenge_raid_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "13")] + pub finished_raid_info_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(uint32, repeated, tag = "2")] + pub challenge_taken_reward_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: ONOEBNHMPID +#[derive(proto_derive::CmdID)] +#[cmdid(2277)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetChallengeRaidInfoCsReq {} +/// Obf: CPPKPNPPNLE +#[derive(proto_derive::CmdID)] +#[cmdid(2233)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetChallengeRaidInfoScRsp { + #[prost(uint32, repeated, tag = "11")] + pub lcgenckodgn: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "1")] + pub gefkgbaaajb: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "2")] + pub retcode: u32, +} +/// Obf: DOFMAHHJLFN +#[derive(proto_derive::CmdID)] +#[cmdid(2212)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeChallengeRaidRewardCsReq { + #[prost(uint32, tag = "4")] + pub ckidkocfclb: u32, +} +/// Obf: JJCNMKKBDOB +#[derive(proto_derive::CmdID)] +#[cmdid(2228)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeChallengeRaidRewardScRsp { + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(uint32, tag = "10")] + pub ckidkocfclb: u32, + #[prost(message, optional, tag = "9")] + pub reward: ::core::option::Option, +} +/// Obf: GPHOLGACFFA +#[derive(proto_derive::CmdID)] +#[cmdid(2238)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChallengeRaidNotify { + #[prost(message, optional, tag = "12")] + pub keobfkgblja: ::core::option::Option, +} +/// Obf: PGNKHNINGFI +#[derive(proto_derive::CmdID)] +#[cmdid(2289)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetClientRaidTargetCountCsReq { + #[prost(uint32, tag = "12")] + pub kmgmhpkgeda: u32, + #[prost(uint32, tag = "1")] + pub progress: u32, +} +/// Obf: CCNMEAKCMHM +#[derive(proto_derive::CmdID)] +#[cmdid(2222)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetClientRaidTargetCountScRsp { + #[prost(uint32, tag = "8")] + pub progress: u32, + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(uint32, tag = "3")] + pub kmgmhpkgeda: u32, +} +/// Obf: OAAMCFFCJEC +#[derive(proto_derive::CmdID)] +#[cmdid(2266)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetSaveRaidCsReq { + #[prost(uint32, tag = "10")] + pub ogioakbpmae: u32, + #[prost(uint32, tag = "11")] + pub world_level: u32, +} +/// Obf: HECKKFEAEML +#[derive(proto_derive::CmdID)] +#[cmdid(2205)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetSaveRaidScRsp { + #[prost(uint32, tag = "1")] + pub ogioakbpmae: u32, + #[prost(uint32, tag = "6")] + pub world_level: u32, + #[prost(bool, tag = "2")] + pub beddolcompo: bool, + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(message, repeated, tag = "4")] + pub kpnbdngmcfk: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Olkmccnjkfc { + #[prost(message, repeated, tag = "5")] + pub kpnbdngmcfk: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "12")] + pub world_level: u32, + #[prost(uint32, tag = "2")] + pub ogioakbpmae: u32, +} +/// Obf: AFDIBIIDJHM +#[derive(proto_derive::CmdID)] +#[cmdid(2245)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetAllSaveRaidCsReq {} +/// Obf: NNDABMNOCGN +#[derive(proto_derive::CmdID)] +#[cmdid(2220)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetAllSaveRaidScRsp { + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(message, repeated, tag = "6")] + pub heeegichkkm: ::prost::alloc::vec::Vec, +} +/// Obf: ACBIEPFKNAL +#[derive(proto_derive::CmdID)] +#[cmdid(2250)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DelSaveRaidScNotify { + #[prost(uint32, tag = "15")] + pub ogioakbpmae: u32, + #[prost(uint32, tag = "2")] + pub world_level: u32, +} +/// Obf: MFFAMKGFOLJ +#[derive(proto_derive::CmdID)] +#[cmdid(2231)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RaidKickByServerScNotify { + #[prost(uint32, tag = "11")] + pub ogioakbpmae: u32, + #[prost(uint32, tag = "12")] + pub world_level: u32, + #[prost(message, optional, tag = "7")] + pub scene: ::core::option::Option, + #[prost(enumeration = "Eghdabbbnjo", tag = "14")] + pub reason: i32, + #[prost(message, optional, tag = "9")] + pub lineup: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kogbdhnmmdf { + #[prost(uint32, tag = "1")] + pub iehicfjoddd: u32, +} +/// Obf: HMBPIDGLNLK +#[derive(proto_derive::CmdID)] +#[cmdid(6954)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RaidCollectionDataCsReq {} +/// Obf: CGMIHDMOBJF +#[derive(proto_derive::CmdID)] +#[cmdid(6957)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RaidCollectionDataScRsp { + #[prost(message, repeated, tag = "13")] + pub challenge_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "14")] + pub retcode: u32, +} +/// Obf: LGMOFIIJNEH +#[derive(proto_derive::CmdID)] +#[cmdid(6953)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RaidCollectionDataScNotify { + #[prost(message, optional, tag = "4")] + pub collection_info: ::core::option::Option, +} +/// Obf: BNCEEEALMHI +#[derive(proto_derive::CmdID)] +#[cmdid(6950)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RaidCollectionEnterNextRaidCsReq { + #[prost(uint32, tag = "11")] + pub beddolcompo: u32, + #[prost(uint32, tag = "14")] + pub ogioakbpmae: u32, + #[prost(uint32, repeated, tag = "2")] + pub avatar_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "1")] + pub world_level: u32, +} +/// Obf: HAOFEBAFEEH +#[derive(proto_derive::CmdID)] +#[cmdid(6948)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RaidCollectionEnterNextRaidScRsp { + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(message, optional, tag = "13")] + pub scene: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Opjnihcpeil { + #[prost(uint32, tag = "13")] + pub phfajjegnaa: u32, + #[prost(uint32, tag = "10")] + pub gbhohddhhgk: u32, + #[prost(uint32, tag = "12")] + pub mglnpnapecf: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kicjfomninl { + #[prost(uint32, tag = "8")] + pub gbhohddhhgk: u32, + #[prost(uint32, tag = "12")] + pub eiopnpbapkm: u32, +} +/// Obf: KENDKMPIPNN +#[derive(proto_derive::CmdID)] +#[cmdid(2429)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RelicRecommendCsReq { + #[prost(uint32, tag = "6")] + pub avatar_id: u32, +} +/// Obf: KPKEADLCHJG +#[derive(proto_derive::CmdID)] +#[cmdid(2437)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RelicRecommendScRsp { + #[prost(message, repeated, tag = "1")] + pub ficfdebbfpf: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "7")] + pub koccbhmjnpb: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(message, repeated, tag = "13")] + pub emogihmakbg: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "4")] + pub jjngmadfmka: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "15")] + pub pnafgfmgomj: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "3")] + pub avatar_id: u32, + #[prost(bool, tag = "12")] + pub kblekehimfm: bool, + #[prost(message, repeated, tag = "2")] + pub hllbbamoaia: ::prost::alloc::vec::Vec, +} +/// Obf: KMCOOPFHGFP +#[derive(proto_derive::CmdID)] +#[cmdid(2442)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RelicAvatarRecommendCsReq { + #[prost(uint32, tag = "3")] + pub eolgpjigodn: u32, +} +/// Obf: CPFCDMLBGLF +#[derive(proto_derive::CmdID)] +#[cmdid(2402)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RelicAvatarRecommendScRsp { + #[prost(uint32, tag = "15")] + pub eolgpjigodn: u32, + #[prost(uint32, repeated, tag = "13")] + pub avatar_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(bool, tag = "6")] + pub kblekehimfm: bool, +} +/// Obf: BALOPJDPLOJ +#[derive(proto_derive::CmdID)] +#[cmdid(2444)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetChallengeRecommendLineupListCsReq { + #[prost(uint32, tag = "5")] + pub challenge_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Eacinhcccmi { + #[prost(uint32, repeated, tag = "15")] + pub second_lineup_ids: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "6")] + pub mjgilmhgaol: u32, + #[prost(uint32, repeated, tag = "3")] + pub first_lineup_ids: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "11")] + pub jljeofmobae: u32, +} +/// Obf: BMCJEAILDNB +#[derive(proto_derive::CmdID)] +#[cmdid(2410)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetChallengeRecommendLineupListScRsp { + #[prost(message, repeated, tag = "5")] + pub ppaggondpcf: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(uint32, tag = "6")] + pub challenge_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kkcabeaapjc { + #[prost(uint32, repeated, tag = "7")] + pub dmpagjbcehe: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bjlcieaomlp { + #[prost(uint32, tag = "6")] + pub acplfdcngko: u32, + #[prost(uint32, tag = "11")] + pub module_id: u32, + #[prost(map = "uint32, message", tag = "10")] + pub ohfihgbcaja: ::std::collections::HashMap, +} +/// Obf: JGGNKFAPPMK +#[derive(proto_derive::CmdID)] +#[cmdid(5998)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetAllRedDotDataCsReq {} +/// Obf: FEPJIEDHGNJ +#[derive(proto_derive::CmdID)] +#[cmdid(5971)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetAllRedDotDataScRsp { + #[prost(message, repeated, tag = "8")] + pub jlmaljkdllc: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "7")] + pub retcode: u32, +} +/// Obf: KMDGMPFDJNO +#[derive(proto_derive::CmdID)] +#[cmdid(5983)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpdateRedDotDataCsReq { + #[prost(uint32, repeated, tag = "11")] + pub param_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "7")] + pub group_id: u32, + #[prost(uint32, tag = "1")] + pub module_id: u32, + #[prost(enumeration = "Ibiecklcaal", tag = "13")] + pub jonnhkhbkaa: i32, + #[prost(uint32, tag = "9")] + pub acplfdcngko: u32, +} +/// Obf: KEDEIMHOFLP +#[derive(proto_derive::CmdID)] +#[cmdid(5942)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpdateRedDotDataScRsp { + #[prost(uint32, tag = "15")] + pub group_id: u32, + #[prost(uint32, tag = "14")] + pub module_id: u32, + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(uint32, tag = "9")] + pub acplfdcngko: u32, +} +/// Obf: PGGBOBBMKLC +#[derive(proto_derive::CmdID)] +#[cmdid(5979)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetSingleRedDotParamGroupCsReq { + #[prost(uint32, tag = "8")] + pub acplfdcngko: u32, + #[prost(uint32, tag = "12")] + pub module_id: u32, + #[prost(uint32, tag = "7")] + pub group_id: u32, +} +/// Obf: AEPOHEHDNIH +#[derive(proto_derive::CmdID)] +#[cmdid(5977)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetSingleRedDotParamGroupScRsp { + #[prost(uint32, tag = "14")] + pub group_id: u32, + #[prost(uint32, tag = "8")] + pub module_id: u32, + #[prost(message, optional, tag = "15")] + pub emockdjpbcb: ::core::option::Option, + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(uint32, tag = "9")] + pub acplfdcngko: u32, +} +/// Obf: OFIDCKBJFBN +#[derive(proto_derive::CmdID)] +#[cmdid(3598)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetReplayTokenCsReq { + #[prost(uint32, tag = "4")] + pub ehoaoabenla: u32, + #[prost(string, tag = "14")] + pub goibgnnmhak: ::prost::alloc::string::String, + #[prost(uint32, tag = "3")] + pub ldeabglleek: u32, + #[prost(enumeration = "Gplhkpmpaoh", tag = "13")] + pub fiiglkmjodg: i32, + #[prost(uint32, tag = "7")] + pub stage_id: u32, + #[prost(string, tag = "2")] + pub bncoodahhpc: ::prost::alloc::string::String, +} +/// Obf: IAJACNNMGAH +#[derive(proto_derive::CmdID)] +#[cmdid(3571)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetReplayTokenScRsp { + #[prost(uint32, tag = "12")] + pub stage_id: u32, + #[prost(string, tag = "13")] + pub bncoodahhpc: ::prost::alloc::string::String, + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(enumeration = "Gplhkpmpaoh", tag = "6")] + pub fiiglkmjodg: i32, + #[prost(string, tag = "7")] + pub token: ::prost::alloc::string::String, +} +/// Obf: MOJMOLHKHII +#[derive(proto_derive::CmdID)] +#[cmdid(3583)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetPlayerReplayInfoCsReq {} +/// Obf: MFFAHIJOBGA +#[derive(proto_derive::CmdID)] +#[cmdid(3542)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetPlayerReplayInfoScRsp { + #[prost(message, repeated, tag = "2")] + pub chifegnppjp: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "14")] + pub retcode: u32, +} +/// Obf: NHLIEJPLOGA +#[derive(proto_derive::CmdID)] +#[cmdid(3498)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRndOptionCsReq { + #[prost(uint32, tag = "1")] + pub id: u32, +} +/// Obf: NDBMOEODFNC +#[derive(proto_derive::CmdID)] +#[cmdid(3471)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRndOptionScRsp { + #[prost(uint32, repeated, tag = "12")] + pub pdcobmfkkei: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "14")] + pub retcode: u32, +} +/// Obf: NEEOMPCGJHE +#[derive(proto_derive::CmdID)] +#[cmdid(3483)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DailyFirstMeetPamCsReq {} +/// Obf: MCPLCENAKFI +#[derive(proto_derive::CmdID)] +#[cmdid(3442)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DailyFirstMeetPamScRsp { + #[prost(uint32, tag = "11")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ceepcddklka { + #[prost(uint32, tag = "15")] + pub buff_id: u32, + #[prost(uint32, tag = "9")] + pub level: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ngjdobpcnnh { + #[prost(message, repeated, tag = "12")] + pub buff_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueSite { + #[prost(uint32, tag = "14")] + pub ehdfjgodbbd: u32, + #[prost(enumeration = "Lmmpdihpaep", tag = "15")] + pub fhhhadkhhef: i32, + #[prost(enumeration = "Lmmpdihpaep", tag = "12")] + pub leniakpnnhf: i32, + #[prost(uint32, tag = "8")] + pub dneoamobpgm: u32, + #[prost(uint32, tag = "3")] + pub room_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kifancaihcc { + #[prost(uint32, tag = "9")] + pub hokncjoocnf: u32, + #[prost(uint32, tag = "1")] + pub knmedcpfccg: u32, + #[prost(uint32, tag = "10")] + pub map_id: u32, + #[prost(uint32, tag = "4")] + pub area_id: u32, + #[prost(message, repeated, tag = "14")] + pub bfjjbmongln: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueArea { + #[prost(uint32, tag = "14")] + pub area_id: u32, + #[prost(bool, tag = "15")] + pub has_taken_rewards: bool, + #[prost(uint32, tag = "7")] + pub map_id: u32, + #[prost(enumeration = "RogueAreaStatus", tag = "5")] + pub rogue_area_status: i32, + #[prost(enumeration = "RogueStatus", tag = "13")] + pub rogue_status: i32, + #[prost(uint32, tag = "10")] + pub cur_reach_room_num: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Eodoehnbecc { + #[prost(bool, tag = "10")] + pub dbbgaiadlnc: bool, + #[prost(uint32, tag = "3")] + pub ompaaklllfd: u32, + #[prost(enumeration = "Gebiogifkka", tag = "14")] + pub ggpbffejpmg: i32, + #[prost(uint32, tag = "13")] + pub hbjmacnohio: u32, + #[prost(message, optional, tag = "8")] + pub edbghnilgnm: ::core::option::Option, + #[prost(uint32, tag = "5")] + pub ccammhfppgf: u32, + #[prost(uint32, tag = "2")] + pub abhpigogaci: u32, + #[prost(uint32, tag = "6")] + pub rogue_coin: u32, + #[prost(message, repeated, tag = "7")] + pub kgalgmdjidd: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "12")] + pub mmhnoilfppo: u32, + #[prost(uint32, repeated, tag = "9")] + pub pbnkiabmpph: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "15")] + pub iafbokooail: u32, + #[prost(uint32, tag = "4")] + pub apkmpfbddlb: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Emjiipjcpbf { + #[prost(message, optional, tag = "2")] + pub mmllfoibjid: ::core::option::Option, + #[prost(message, repeated, tag = "15")] + pub nmcclcipopp: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ohkgingpahf { + #[prost(message, repeated, tag = "8")] + pub plnppjmhgfe: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub kfcijhfjdca: u32, + #[prost(message, repeated, tag = "4")] + pub dokhjdcppib: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueBuffEnhanceInfo { + #[prost(uint32, tag = "5")] + pub buff_id: u32, + #[prost(message, optional, tag = "4")] + pub item_cost_list: ::core::option::Option, + #[prost(float, tag = "3")] + pub maahfkmkmmi: f32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueBuffEnhanceShopInfo { + #[prost(message, repeated, tag = "6")] + pub buff_info: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jjabaomhbeg { + #[prost(uint32, tag = "13")] + pub mflhiehekmm: u32, + #[prost(uint32, tag = "6")] + pub cgegioedbmc: u32, + #[prost(uint32, tag = "4")] + pub pfihnpibegn: u32, + #[prost(map = "uint32, uint32", tag = "14")] + pub oeoijbhainb: ::std::collections::HashMap, + #[prost(uint32, tag = "7")] + pub fjommiafobp: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hdfmmdjklnh { + #[prost(uint32, tag = "14")] + pub ekngchdokck: u32, + #[prost(message, repeated, tag = "10")] + pub miracle_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "9")] + pub pmphnllhkjd: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mbfhblgmgba { + #[prost(message, optional, tag = "8")] + pub ckdfadabico: ::core::option::Option, + #[prost(uint32, repeated, tag = "7")] + pub epjpcoiajej: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bndkhokahdb { + #[prost(uint32, repeated, tag = "14")] + pub ikjjpgbflpd: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lmmdcpbgjnj { + #[prost(uint32, repeated, tag = "11")] + pub ilghdidjkbf: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ocjihfidggb { + #[prost(uint32, tag = "15")] + pub nhadndcnfma: u32, + #[prost(oneof = "ocjihfidggb::Gjnmhacjekd", tags = "1, 7")] + pub gjnmhacjekd: ::core::option::Option, +} +/// Nested message and enum types in `OCJIHFIDGGB`. +pub mod ocjihfidggb { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Gjnmhacjekd { + #[prost(message, tag = "1")] + Dkkjoejniak(super::ItemList), + #[prost(message, tag = "7")] + Dpeojkicbcd(super::Ngjdobpcnnh), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Midddenkgla { + #[prost(uint32, repeated, tag = "7")] + pub mefoaofhodg: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub pahgoidcmim: u32, + #[prost(uint32, tag = "3")] + pub kjepcebbdkf: u32, + #[prost(message, optional, tag = "2")] + pub rogue_revive_cost: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Aclokladadc { + #[prost(uint32, tag = "3")] + pub kjhaalcfdco: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueVirtualItemInfo { + #[prost(uint32, tag = "10")] + pub eigbnljbcgo: u32, + #[prost(uint32, tag = "6")] + pub rogue_coin: u32, + #[prost(uint32, tag = "7")] + pub pnokglmgpec: u32, + #[prost(uint32, tag = "11")] + pub blljigphnol: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueInfo { + #[prost(message, optional, tag = "607")] + pub current_info: ::core::option::Option, + #[prost(message, optional, tag = "683")] + pub rogue_data: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueInfoData { + #[prost(message, optional, tag = "4")] + pub rogue_virtual_item_info: ::core::option::Option, + #[prost(message, optional, tag = "10")] + pub rogue_score_info: ::core::option::Option, + #[prost(message, optional, tag = "14")] + pub rogue_area_info: ::core::option::Option, + #[prost(message, optional, tag = "12")] + pub rogue_aeon_info: ::core::option::Option, + #[prost(message, optional, tag = "13")] + pub season_info: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueCurrentInfo { + #[prost(message, optional, tag = "14")] + pub ckdfadabico: ::core::option::Option, + #[prost(message, optional, tag = "7")] + pub daglmonmmmh: ::core::option::Option, + #[prost(message, optional, tag = "11")] + pub rogue_aeon_info: ::core::option::Option, + #[prost(message, optional, tag = "4")] + pub pending_action: ::core::option::Option, + #[prost(message, optional, tag = "9")] + pub abkohabemmf: ::core::option::Option, + #[prost(bool, tag = "1")] + pub pcpkbpjdkah: bool, + #[prost(message, optional, tag = "5")] + pub cnkndnimffl: ::core::option::Option, + #[prost(message, optional, tag = "13")] + pub lonmaoajkgn: ::core::option::Option, + #[prost(message, optional, tag = "6")] + pub map_info: ::core::option::Option, + #[prost(enumeration = "RogueStatus", tag = "12")] + pub status: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueSeasonInfo { + #[prost(int64, tag = "2")] + pub begin_time: i64, + #[prost(int64, tag = "12")] + pub end_time: i64, + #[prost(uint32, tag = "4")] + pub season_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueAreaInfo { + #[prost(message, repeated, tag = "6")] + pub rogue_area_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct CommonRogueAeonInfo { + #[prost(uint32, repeated, tag = "10")] + pub aeon_id_list: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "8")] + pub is_unlocked: bool, + #[prost(uint32, tag = "11")] + pub unlock_aeon_num: u32, + #[prost(uint32, tag = "15")] + pub unlock_aeon_enhance_num: u32, +} +/// BIEOGDFMKOJ +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueCurVirtualItemInfo { + #[prost(uint32, tag = "7")] + pub cur_rogue_coin: u32, + #[prost(uint32, tag = "12")] + pub cur_talent_coin: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Nhcnoafhcai { + #[prost(message, repeated, tag = "15")] + pub kgalgmdjidd: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bfniaimpkab { + #[prost(message, optional, tag = "4")] + pub ckdfadabico: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pemffdibadh { + #[prost(message, optional, tag = "15")] + pub aajedmfnkbb: ::core::option::Option, + #[prost(uint32, repeated, tag = "9")] + pub avatar_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "5")] + pub moiccjnmbbi: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "14")] + pub gghcbpbeffj: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fakpnimfbmk { + #[prost(message, optional, tag = "9")] + pub emajjkoplbl: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cebkapoaloh { + #[prost(uint32, tag = "10")] + pub unlock_aeon_enhance_num: u32, + #[prost(bool, tag = "13")] + pub is_unlocked: bool, + #[prost(uint32, tag = "11")] + pub jmjefaecemk: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bbldcklfhlc { + #[prost(uint32, repeated, tag = "7")] + pub objeihaehdn: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hgiobkcnlng { + #[prost(uint32, tag = "10")] + pub unlock_aeon_num: u32, + #[prost(uint32, repeated, tag = "3")] + pub aeon_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "13")] + pub jmjefaecemk: u32, + #[prost(bool, tag = "9")] + pub is_unlocked: bool, + #[prost(uint32, tag = "6")] + pub unlock_aeon_enhance_num: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jckmdafcnkk { + #[prost(uint32, tag = "8")] + pub score: u32, + #[prost(uint32, tag = "3")] + pub mhggdomfbkd: u32, + #[prost(uint32, tag = "12")] + pub ladfpceplij: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fbophbieink { + #[prost(uint32, tag = "14")] + pub bbkdcndijln: u32, + #[prost(float, tag = "5")] + pub ilefjaclicg: f32, + #[prost(message, repeated, tag = "8")] + pub ockcomidhjd: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lkbhmoemlgh { + #[prost(uint32, tag = "5")] + pub slot: u32, + #[prost(enumeration = "AvatarType", tag = "14")] + pub avatar_type: i32, + #[prost(uint32, tag = "6")] + pub id: u32, + #[prost(uint32, tag = "11")] + pub level: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hocefikhhni { + #[prost(message, repeated, tag = "5")] + pub buff_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "14")] + pub avatar_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "12")] + pub miracle_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueFinishInfo { + #[prost(bool, tag = "5")] + pub gnlcjmjdknc: bool, + #[prost(message, optional, tag = "2")] + pub ollffphgolh: ::core::option::Option, + #[prost(uint32, tag = "13")] + pub apbhnokgehh: u32, + #[prost(uint32, tag = "3")] + pub bpdbknphldf: u32, + #[prost(uint32, tag = "1014")] + pub lembcfhpikc: u32, + #[prost(uint32, tag = "9")] + pub mgfocdpegkp: u32, + #[prost(message, optional, tag = "14")] + pub pljemklkmpg: ::core::option::Option, + #[prost(message, optional, tag = "4")] + pub jkdekdlfihg: ::core::option::Option, + #[prost(uint32, tag = "203")] + pub area_id: u32, + #[prost(bool, tag = "15")] + pub is_win: bool, + #[prost(message, optional, tag = "6")] + pub npenedfjfni: ::core::option::Option, + #[prost(uint32, tag = "12")] + pub pnannpjkkaj: u32, + #[prost(message, optional, tag = "11")] + pub record_info: ::core::option::Option, + #[prost(uint32, tag = "8")] + pub score: u32, + #[prost(message, optional, tag = "1")] + pub ilopgmahfae: ::core::option::Option, + #[prost(message, optional, tag = "10")] + pub clooabbkdpl: ::core::option::Option, + #[prost(message, optional, tag = "7")] + pub dcgagpdhokb: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueScoreRewardInfo { + #[prost(uint32, tag = "7")] + pub explore_score: u32, + #[prost(bool, tag = "5")] + pub pool_refreshed: bool, + #[prost(int64, tag = "12")] + pub begin_time_stamp: i64, + #[prost(bool, tag = "13")] + pub has_taken_initial_score: bool, + #[prost(uint32, tag = "4")] + pub pool_id: u32, + #[prost(uint32, repeated, tag = "1")] + pub taken_score_reward_row_ids: ::prost::alloc::vec::Vec, + /// TODO + #[prost(int64, tag = "14")] + pub end_time_stamp: i64, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Alfjmipdibo { + #[prost(uint32, tag = "14")] + pub exp: u32, + #[prost(uint32, tag = "6")] + pub level: u32, + #[prost(uint32, tag = "4")] + pub max_level: u32, + #[prost(uint32, tag = "8")] + pub buff_aeon_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueDialogueEventParam { + #[prost(uint32, tag = "5")] + pub arg_id: u32, + #[prost(int32, tag = "14")] + pub int_value: i32, + #[prost(uint32, tag = "6")] + pub dialogue_event_id: u32, + #[prost(bool, tag = "15")] + pub is_valid: bool, + #[prost(float, tag = "13")] + pub ratio: f32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Depnplndigf { + #[prost(message, repeated, tag = "15")] + pub kffkicfmamo: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "5")] + pub bijdbcmdppf: u32, + #[prost(uint32, tag = "14")] + pub opibbfhbgob: u32, + #[prost(uint32, repeated, tag = "13")] + pub mlinfbjknpf: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "12")] + pub dendgfhgdnk: u32, + #[prost(uint32, tag = "4")] + pub game_mode_type: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ganaaamoibj { + #[prost(uint32, repeated, tag = "6")] + pub madkmhblfmf: ::prost::alloc::vec::Vec, + #[prost(enumeration = "Mckhemgifgc", tag = "14")] + pub kaailkaeeck: i32, + #[prost(oneof = "ganaaamoibj::Gjnmhacjekd", tags = "12")] + pub gjnmhacjekd: ::core::option::Option, +} +/// Nested message and enum types in `GANAAAMOIBJ`. +pub mod ganaaamoibj { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Gjnmhacjekd { + #[prost(message, tag = "12")] + Dkkjoejniak(super::ItemList), + } +} +/// Obf: CLEKJFMNFAG +#[derive(proto_derive::CmdID)] +#[cmdid(1898)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueInfoCsReq {} +/// Obf: JJCKCDANDKF +#[derive(proto_derive::CmdID)] +#[cmdid(1871)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueInfoScRsp { + #[prost(message, optional, tag = "10")] + pub rogue_info: ::core::option::Option, + #[prost(uint32, tag = "8")] + pub retcode: u32, +} +/// Obf: DLIMLDALOCJ +#[derive(proto_derive::CmdID)] +#[cmdid(1883)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartRogueCsReq { + #[prost(uint32, repeated, tag = "11")] + pub moiccjnmbbi: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "13")] + pub avatar_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "9")] + pub area_id: u32, + #[prost(uint32, tag = "15")] + pub buff_aeon_id: u32, + #[prost(uint32, tag = "1")] + pub oiaecielhaf: u32, + #[prost(uint32, repeated, tag = "8")] + pub ngbfehejhho: ::prost::alloc::vec::Vec, +} +/// Obf: HNAIHJOBHKH +#[derive(proto_derive::CmdID)] +#[cmdid(1842)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartRogueScRsp { + #[prost(message, optional, tag = "11")] + pub lineup: ::core::option::Option, + #[prost(message, optional, tag = "14")] + pub map_rotation_data: ::core::option::Option, + #[prost(uint32, tag = "4")] + pub retcode: u32, + #[prost(message, optional, tag = "6")] + pub scene: ::core::option::Option, + #[prost(message, optional, tag = "15")] + pub rogue_info: ::core::option::Option, +} +/// Obf: KJMMKOJMDIH +#[derive(proto_derive::CmdID)] +#[cmdid(1879)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterRogueCsReq { + #[prost(uint32, tag = "12")] + pub area_id: u32, + #[prost(uint32, tag = "15")] + pub oiaecielhaf: u32, +} +/// Obf: LCAAKLFMKCB +#[derive(proto_derive::CmdID)] +#[cmdid(1877)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterRogueScRsp { + #[prost(message, optional, tag = "14")] + pub map_rotation_data: ::core::option::Option, + #[prost(message, optional, tag = "12")] + pub lineup: ::core::option::Option, + #[prost(message, optional, tag = "7")] + pub rogue_info: ::core::option::Option, + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(message, optional, tag = "3")] + pub scene: ::core::option::Option, +} +/// Obf: FLOBECFDJMD +#[derive(proto_derive::CmdID)] +#[cmdid(1833)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LeaveRogueCsReq {} +/// Obf: DCNBBGACBMB +#[derive(proto_derive::CmdID)] +#[cmdid(1812)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LeaveRogueScRsp { + #[prost(message, optional, tag = "7")] + pub map_rotation_data: ::core::option::Option, + #[prost(message, optional, tag = "12")] + pub rogue_info: ::core::option::Option, + #[prost(message, optional, tag = "11")] + pub lineup: ::core::option::Option, + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(message, optional, tag = "14")] + pub scene: ::core::option::Option, +} +/// Obf: AGIGNOJJKMB +#[derive(proto_derive::CmdID)] +#[cmdid(1866)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncRogueFinishScNotify { + #[prost(message, optional, tag = "7")] + pub finish_info: ::core::option::Option, +} +/// Obf: EDLBPDJIMMA +#[derive(proto_derive::CmdID)] +#[cmdid(1805)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PickRogueAvatarCsReq { + #[prost(uint32, tag = "3")] + pub prop_entity_id: u32, + #[prost(uint32, repeated, tag = "2")] + pub moiccjnmbbi: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "8")] + pub avatar_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: HDPEEHIJHBA +#[derive(proto_derive::CmdID)] +#[cmdid(1845)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PickRogueAvatarScRsp { + #[prost(uint32, repeated, tag = "2")] + pub moiccjnmbbi: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "4")] + pub avatar_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "8")] + pub retcode: u32, +} +/// Obf: NOAAFBDCFEK +#[derive(proto_derive::CmdID)] +#[cmdid(1850)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ReviveRogueAvatarCsReq { + #[prost(uint32, repeated, tag = "2")] + pub avatar_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "5")] + pub moiccjnmbbi: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "8")] + pub oiaecielhaf: u32, + #[prost(uint32, tag = "6")] + pub base_avatar_id: u32, +} +/// Obf: AJBGMNDFFPD +#[derive(proto_derive::CmdID)] +#[cmdid(1831)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ReviveRogueAvatarScRsp { + #[prost(uint32, tag = "5")] + pub base_avatar_id: u32, + #[prost(uint32, repeated, tag = "13")] + pub avatar_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "15")] + pub moiccjnmbbi: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(message, optional, tag = "11")] + pub aajedmfnkbb: ::core::option::Option, + #[prost(uint32, tag = "14")] + pub eiacommjccl: u32, +} +/// Obf: JDKCJGPNMOL +#[derive(proto_derive::CmdID)] +#[cmdid(1816)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncRogueReviveInfoScNotify { + #[prost(message, optional, tag = "1")] + pub aajedmfnkbb: ::core::option::Option, +} +/// Obf: NOFLFCMDFGE +#[derive(proto_derive::CmdID)] +#[cmdid(1852)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueBuffEnhanceInfoCsReq {} +/// Obf: BANKOFPDBLK +#[derive(proto_derive::CmdID)] +#[cmdid(1811)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueBuffEnhanceInfoScRsp { + #[prost(message, optional, tag = "14")] + pub shop_info: ::core::option::Option, + #[prost(uint32, tag = "11")] + pub retcode: u32, +} +/// Obf: DKOMNJCGDHH +#[derive(proto_derive::CmdID)] +#[cmdid(1810)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnhanceRogueBuffCsReq { + #[prost(uint32, tag = "11")] + pub rogue_buff_id: u32, +} +/// Obf: EKAKBIEPOJD +#[derive(proto_derive::CmdID)] +#[cmdid(1900)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnhanceRogueBuffScRsp { + #[prost(message, optional, tag = "6")] + pub hakpbedkfdh: ::core::option::Option, + #[prost(uint32, tag = "7")] + pub retcode: u32, + #[prost(bool, tag = "13")] + pub mnmbfageloc: bool, +} +/// Obf: ONNALOIMJJF +#[derive(proto_derive::CmdID)] +#[cmdid(1814)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct QuitRogueCsReq { + #[prost(uint32, tag = "4")] + pub area_id: u32, +} +/// Obf: BANOJLGAEPE +#[derive(proto_derive::CmdID)] +#[cmdid(1888)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct QuitRogueScRsp { + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(message, optional, tag = "7")] + pub rogue_info: ::core::option::Option, + #[prost(message, optional, tag = "10")] + pub finish_info: ::core::option::Option, +} +/// Obf: IIILIFAMLHN +#[derive(proto_derive::CmdID)] +#[cmdid(1863)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncRogueExploreWinScNotify { + #[prost(bool, tag = "11")] + pub pcpkbpjdkah: bool, +} +/// Obf: OHJIJFICLNO +#[derive(proto_derive::CmdID)] +#[cmdid(1855)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncRogueSeasonFinishScNotify { + #[prost(message, optional, tag = "6")] + pub finish_info: ::core::option::Option, + #[prost(message, optional, tag = "8")] + pub rogue_score_info: ::core::option::Option, + #[prost(message, optional, tag = "10")] + pub scene: ::core::option::Option, + #[prost(bool, tag = "7")] + pub jibbioighic: bool, + #[prost(message, optional, tag = "1")] + pub lineup: ::core::option::Option, +} +/// Obf: EBIJOCFIGDH +#[derive(proto_derive::CmdID)] +#[cmdid(1865)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterRogueMapRoomCsReq { + #[prost(uint32, tag = "10")] + pub room_id: u32, + #[prost(uint32, tag = "13")] + pub dneoamobpgm: u32, +} +/// Obf: PABMCHILAHC +#[derive(proto_derive::CmdID)] +#[cmdid(1857)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterRogueMapRoomScRsp { + #[prost(message, optional, tag = "2")] + pub scene: ::core::option::Option, + #[prost(message, optional, tag = "1")] + pub map_rotation_data: ::core::option::Option, + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(message, optional, tag = "3")] + pub lineup: ::core::option::Option, + #[prost(uint32, tag = "4")] + pub knmedcpfccg: u32, +} +/// Obf: EIOJFEEIFLP +#[derive(proto_derive::CmdID)] +#[cmdid(1819)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncRogueMapRoomScNotify { + #[prost(message, optional, tag = "7")] + pub rogue_site: ::core::option::Option, + #[prost(uint32, tag = "2")] + pub map_id: u32, +} +/// Obf: AGJKEKCJGJN +#[derive(proto_derive::CmdID)] +#[cmdid(1867)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct OpenRogueChestCsReq { + #[prost(bool, tag = "3")] + pub hodgfgacfkc: bool, + #[prost(uint32, tag = "12")] + pub oiaecielhaf: u32, +} +/// Obf: BGOPNKHNGPH +#[derive(proto_derive::CmdID)] +#[cmdid(1876)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct OpenRogueChestScRsp { + #[prost(message, optional, tag = "9")] + pub ikpjkdljcea: ::core::option::Option, + #[prost(message, optional, tag = "5")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "13")] + pub retcode: u32, +} +/// Obf: JCDAOKAIAFP +#[derive(proto_derive::CmdID)] +#[cmdid(1839)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ExchangeRogueRewardKeyCsReq { + #[prost(uint32, tag = "3")] + pub count: u32, +} +/// Obf: ExchangeRogueRewardKeyScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(1849)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ExchangeRogueRewardKeyScRsp { + #[prost(uint32, tag = "7")] + pub retcode: u32, + #[prost(uint32, tag = "2")] + pub count: u32, +} +/// Obf: HPMDLAEOHNL +#[derive(proto_derive::CmdID)] +#[cmdid(1847)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncRogueAreaUnlockScNotify { + #[prost(uint32, tag = "11")] + pub area_id: u32, +} +/// Obf: HPNPKOHLFJN +#[derive(proto_derive::CmdID)] +#[cmdid(1826)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncRogueGetItemScNotify { + #[prost(message, optional, tag = "14")] + pub olmakeilnnh: ::core::option::Option, + #[prost(message, optional, tag = "2")] + pub alldoijdhck: ::core::option::Option, +} +/// Obf: DEHIHLIMDPF +#[derive(proto_derive::CmdID)] +#[cmdid(1897)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeRogueAeonLevelRewardCsReq { + #[prost(uint32, tag = "8")] + pub level: u32, + #[prost(uint32, tag = "14")] + pub buff_aeon_id: u32, +} +/// Obf: GAPHDMCMDDI +#[derive(proto_derive::CmdID)] +#[cmdid(1827)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeRogueAeonLevelRewardScRsp { + #[prost(uint32, tag = "12")] + pub level: u32, + #[prost(uint32, tag = "10")] + pub buff_aeon_id: u32, + #[prost(message, optional, tag = "3")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "8")] + pub retcode: u32, +} +/// Obf: HKFAJBBFMFM +#[derive(proto_derive::CmdID)] +#[cmdid(1896)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncRogueAeonLevelUpRewardScNotify { + #[prost(uint32, tag = "13")] + pub level: u32, + #[prost(message, optional, tag = "11")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "12")] + pub buff_aeon_id: u32, +} +/// Obf: KDAKGGONBLO +#[derive(proto_derive::CmdID)] +#[cmdid(1809)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueScoreRewardInfoCsReq {} +/// Obf: NIBMCJMNPPA +#[derive(proto_derive::CmdID)] +#[cmdid(1899)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueScoreRewardInfoScRsp { + #[prost(message, optional, tag = "11")] + pub score_reward_info: ::core::option::Option, + #[prost(uint32, tag = "13")] + pub retcode: u32, +} +/// Obf: JBBLLHLJLCH +#[derive(proto_derive::CmdID)] +#[cmdid(1804)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeRogueScoreRewardCsReq { + #[prost(uint32, tag = "3")] + pub pool_id: u32, + #[prost(uint32, repeated, tag = "8")] + pub nfejlgefbpl: ::prost::alloc::vec::Vec, +} +/// Obf: MIAIHDFAMDE +#[derive(proto_derive::CmdID)] +#[cmdid(1860)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeRogueScoreRewardScRsp { + #[prost(uint32, tag = "12")] + pub pool_id: u32, + #[prost(message, optional, tag = "5")] + pub rogue_score_info: ::core::option::Option, + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(message, optional, tag = "6")] + pub reward: ::core::option::Option, +} +/// Obf: MCHHCMOJBMJ +#[derive(proto_derive::CmdID)] +#[cmdid(1825)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueInitialScoreCsReq {} +/// Obf: EINCJEHEKGF +#[derive(proto_derive::CmdID)] +#[cmdid(1815)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueInitialScoreScRsp { + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(message, optional, tag = "15")] + pub rogue_score_info: ::core::option::Option, +} +/// Obf: CDOFAEOHCFD +#[derive(proto_derive::CmdID)] +#[cmdid(1875)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetCommonRogueAeonInfoCsReq {} +/// Obf: BAMGALNLEGE +#[derive(proto_derive::CmdID)] +#[cmdid(1868)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetCommonRogueAeonInfoScRsp { + #[prost(message, repeated, tag = "13")] + pub aeon_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "2")] + pub retcode: u32, +} +/// Obf: AKAJOJHPICG +#[derive(proto_derive::CmdID)] +#[cmdid(1846)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishAeonDialogueGroupCsReq { + #[prost(uint32, tag = "12")] + pub buff_aeon_id: u32, +} +/// Obf: CEFFNHICCDH +#[derive(proto_derive::CmdID)] +#[cmdid(1841)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishAeonDialogueGroupScRsp { + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(message, optional, tag = "12")] + pub reward: ::core::option::Option, + #[prost(message, optional, tag = "10")] + pub rogue_aeon_info: ::core::option::Option, +} +/// Obf: MDIMHLDKNJP +#[derive(proto_derive::CmdID)] +#[cmdid(1821)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueTalentInfoCsReq {} +/// Obf: HFKFJPKINOB +#[derive(proto_derive::CmdID)] +#[cmdid(1851)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueTalentInfoScRsp { + #[prost(message, optional, tag = "15")] + pub talent_info: ::core::option::Option, + #[prost(uint32, tag = "4")] + pub retcode: u32, +} +/// Obf: NACKMBPPFJN +#[derive(proto_derive::CmdID)] +#[cmdid(1881)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnableRogueTalentCsReq { + #[prost(uint32, tag = "5")] + pub talent_id: u32, +} +/// Obf: LOGNPGNEICH +#[derive(proto_derive::CmdID)] +#[cmdid(1807)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnableRogueTalentScRsp { + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(message, optional, tag = "15")] + pub talent_info: ::core::option::Option, +} +/// Obf: MDKPMGJGOMM +#[derive(proto_derive::CmdID)] +#[cmdid(1861)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncRogueVirtualItemInfoScNotify { + #[prost(message, optional, tag = "14")] + pub rogue_virtual_item_info: ::core::option::Option, +} +/// Obf: NNBLFABNPGN +#[derive(proto_derive::CmdID)] +#[cmdid(1880)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncRogueStatusScNotify { + #[prost(bool, tag = "5")] + pub mmgfcilicnd: bool, + #[prost(enumeration = "RogueStatus", tag = "7")] + pub status: i32, +} +/// Obf: JAHKHNJMIMK +#[derive(proto_derive::CmdID)] +#[cmdid(1844)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncRogueRewardInfoScNotify { + #[prost(message, optional, tag = "10")] + pub rogue_score_info: ::core::option::Option, +} +/// Obf: MEHNALIMFJJ +#[derive(proto_derive::CmdID)] +#[cmdid(1870)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncRoguePickAvatarInfoScNotify { + #[prost(uint32, repeated, tag = "2")] + pub moiccjnmbbi: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "4")] + pub avatar_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: NIKJICPBONP +#[derive(proto_derive::CmdID)] +#[cmdid(1874)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncRogueAeonScNotify { + #[prost(message, optional, tag = "3")] + pub jhnjcdmggih: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ikenaajdaff { + #[prost(message, optional, tag = "5")] + pub map_rotation_data: ::core::option::Option, + #[prost(message, optional, tag = "9")] + pub lineup: ::core::option::Option, + #[prost(message, optional, tag = "1")] + pub scene: ::core::option::Option, +} +/// Obf: PDHELIIBPIG +#[derive(proto_derive::CmdID)] +#[cmdid(7679)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueArcadeStartCsReq { + #[prost(uint32, repeated, tag = "4")] + pub avatar_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "5")] + pub room_id: u32, +} +/// Obf: HPCMGLOGPBP +#[derive(proto_derive::CmdID)] +#[cmdid(7687)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueArcadeStartScRsp { + #[prost(message, optional, tag = "8")] + pub scene_ext_info: ::core::option::Option, + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(uint32, tag = "1")] + pub room_id: u32, +} +/// Obf: CPJDINJCBGP +#[derive(proto_derive::CmdID)] +#[cmdid(7692)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueArcadeLeaveCsReq {} +/// Obf: CBFDDIFAOGC +#[derive(proto_derive::CmdID)] +#[cmdid(7652)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueArcadeLeaveScRsp { + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(message, optional, tag = "2")] + pub scene_ext_info: ::core::option::Option, +} +/// Obf: LFFCEFNAOGJ +#[derive(proto_derive::CmdID)] +#[cmdid(7694)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueArcadeRestartCsReq {} +/// Obf: IONFKFKNNLJ +#[derive(proto_derive::CmdID)] +#[cmdid(7660)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueArcadeRestartScRsp { + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(message, optional, tag = "5")] + pub scene_ext_info: ::core::option::Option, +} +/// Obf: IKNFAAPFOEE +#[derive(proto_derive::CmdID)] +#[cmdid(7674)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueArcadeGetInfoCsReq {} +/// Obf: JFPABCKIBAP +#[derive(proto_derive::CmdID)] +#[cmdid(7682)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueArcadeGetInfoScRsp { + #[prost(uint32, tag = "12")] + pub room_id: u32, + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ccmhpconeme { + #[prost(uint32, tag = "5")] + pub kfpnkmmlooe: u32, + #[prost(uint32, tag = "6")] + pub buff_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Enpcfkimjah { + #[prost(message, repeated, tag = "10")] + pub buff_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueCommonBuffSelectInfo { + #[prost(message, repeated, tag = "3")] + pub select_buff_list: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "11")] + pub can_roll: bool, + #[prost(uint32, repeated, tag = "7")] + pub first_buff_type_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "4")] + pub roll_buff_count: u32, + #[prost(uint32, tag = "8")] + pub source_hint_id: u32, + #[prost(message, optional, tag = "5")] + pub roll_buff_cost_data: ::core::option::Option, + #[prost(uint32, tag = "1")] + pub roll_buff_max_count: u32, + #[prost(uint32, tag = "14")] + pub source_total_count: u32, + #[prost(enumeration = "Gebiogifkka", tag = "12")] + pub source_type: i32, + #[prost(uint32, tag = "6")] + pub source_cur_count: u32, + #[prost(uint32, tag = "13")] + pub roll_buff_free_count: u32, + #[prost(uint32, tag = "2")] + pub certain_select_buff_id: u32, + #[prost(uint32, repeated, tag = "15")] + pub handbook_unlock_buff_id_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Foiddcnlckc { + #[prost(uint32, tag = "11")] + pub afbjdggallm: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cfaciabpibc {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cghjdndfhoj {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dkicjddhboi { + #[prost(message, optional, tag = "3")] + pub buff_select_info: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fbfcakkeean { + #[prost(uint32, tag = "10")] + pub buff_id: u32, + #[prost(message, optional, tag = "14")] + pub item_cost_list: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ndlfnnpofgg { + #[prost(message, repeated, tag = "10")] + pub buff_info: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Aiondeepplo { + #[prost(message, repeated, tag = "1")] + pub plnppjmhgfe: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "7")] + pub dokhjdcppib: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "8")] + pub kfcijhfjdca: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Imbnanicjlh { + #[prost(uint32, tag = "8")] + pub kfcijhfjdca: u32, + #[prost(message, repeated, tag = "3")] + pub plnppjmhgfe: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Haceljdpnig { + #[prost(uint32, tag = "7")] + pub gmdkkgmaana: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fianhjocboo {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ediojbcalhb { + #[prost(uint32, tag = "9")] + pub kfcijhfjdca: u32, + #[prost(message, repeated, tag = "14")] + pub fcpjhicdaho: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Nffjmfgnhko { + #[prost(uint32, tag = "9")] + pub afbjdggallm: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hkipemdommd {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Apmmdohbdfc { + #[prost(message, repeated, tag = "1")] + pub mjacmaanhgc: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub kfcijhfjdca: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Nlkekdfcmjn { + #[prost(uint32, tag = "2")] + pub afbjdggallm: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ncjacikedle {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Iampebbegfh { + #[prost(message, optional, tag = "5")] + pub aghlhomlaoa: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lbhkijekjke { + #[prost(map = "uint32, uint32", tag = "8")] + pub oeoijbhainb: ::std::collections::HashMap, + #[prost(uint32, tag = "2")] + pub pfihnpibegn: u32, + #[prost(uint32, tag = "10")] + pub cgegioedbmc: u32, + #[prost(uint32, tag = "1")] + pub fjommiafobp: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Edhmlfjjnhl { + #[prost(uint32, tag = "9")] + pub genpidjkefn: u32, + #[prost(bool, tag = "15")] + pub mjmjgohdeol: bool, + #[prost(message, optional, tag = "3")] + pub inceihilnon: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Amccflndllb { + #[prost(message, optional, tag = "4")] + pub lnpahjdcend: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Efmgmggokel { + #[prost(uint32, tag = "10")] + pub cgegioedbmc: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ekkhdlkgmdh { + #[prost(uint32, tag = "13")] + pub ohodiekbikf: u32, + #[prost(message, optional, tag = "14")] + pub lnpahjdcend: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hiebmnlcfbb { + #[prost(message, optional, tag = "7")] + pub lnpahjdcend: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ljfbdhhdpom { + #[prost(uint32, tag = "14")] + pub genpidjkefn: u32, + #[prost(message, optional, tag = "9")] + pub inceihilnon: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Npgdakgfgjo { + #[prost(message, optional, tag = "4")] + pub lnpahjdcend: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ddbkailcbbp { + #[prost(message, repeated, tag = "9")] + pub miracle_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ineifalbfil { + #[prost(uint32, repeated, tag = "8")] + pub nlpfjffdhfk: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "3")] + pub epjpcoiajej: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "5")] + pub kfcijhfjdca: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Djfmcghainf { + #[prost(uint32, tag = "6")] + pub gdbkighbcfi: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kamblkhhfng {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Boehiopopaf { + #[prost(uint32, repeated, tag = "5")] + pub ikjjpgbflpd: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pbbbgamjgid { + #[prost(uint32, repeated, tag = "11")] + pub cochkiajghg: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "15")] + pub kfcijhfjdca: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Nbdojhijjgd { + #[prost(uint32, tag = "4")] + pub iadohkgbgml: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Epgececnmgi {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fbgcmfjanmh { + #[prost(uint32, repeated, tag = "14")] + pub bcbbbfhfoei: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "12")] + pub kfcijhfjdca: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cgdinmijhlb { + #[prost(uint32, tag = "13")] + pub iibpncflann: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Injnellmnac {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pimboblcajf { + #[prost(uint32, tag = "4")] + pub kfcijhfjdca: u32, + #[prost(uint32, repeated, tag = "3")] + pub ildnkkacmpl: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Gdnmmbogldi { + #[prost(uint32, tag = "14")] + pub dbfbfmppfmk: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lmadccjoccp {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Eedhhfnhlbh { + #[prost(uint32, tag = "6")] + pub kfcijhfjdca: u32, + #[prost(uint32, repeated, tag = "1")] + pub clbnhogkfkh: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lmoillmghbo { + #[prost(uint32, tag = "9")] + pub kopogfmpphj: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Oiobnbaingf {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Nlbichbhjan { + #[prost(uint32, tag = "13")] + pub kfcijhfjdca: u32, + #[prost(uint32, repeated, tag = "1")] + pub fgknnfghegg: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Igkdcoeopmd { + #[prost(uint32, tag = "10")] + pub gdbkighbcfi: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mmenilloppj {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Gaohjbigbgb { + #[prost(uint32, tag = "13")] + pub kfcijhfjdca: u32, + #[prost(uint32, repeated, tag = "6")] + pub fgknnfghegg: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Beaohjncggi { + #[prost(uint32, tag = "2")] + pub gdbkighbcfi: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lklmikllljp {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Phfgincempf { + #[prost(uint32, tag = "12")] + pub igadnnmhfdn: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fkejmihckil {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hmecpbpgdjf { + #[prost(message, optional, tag = "12")] + pub pfpdffcgknb: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Djjoefnmbdl { + #[prost(uint32, repeated, tag = "13")] + pub ilghdidjkbf: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fecmanidngm { + #[prost(uint32, tag = "6")] + pub jfnjojcmkmm: u32, + #[prost(uint32, tag = "13")] + pub gnggpeaabba: u32, + #[prost(uint32, tag = "3")] + pub mmboiahgejj: u32, + #[prost(uint32, tag = "1")] + pub eciojnhacli: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bmhcpomflog { + #[prost(uint32, tag = "4")] + pub display_type: u32, + #[prost(uint32, tag = "9")] + pub num: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cghbmkaaogp { + #[prost(enumeration = "AvatarType", tag = "10")] + pub avatar_type: i32, + #[prost(uint32, tag = "8")] + pub avatar_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueSyncContextBoardEvent { + #[prost(uint32, tag = "5")] + pub modifier_effect_type: u32, + #[prost(uint32, tag = "11")] + pub board_event_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cobdhagfehd { + #[prost(message, optional, tag = "7")] + pub item_list: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pdmhacnanpf { + #[prost(message, optional, tag = "5")] + pub jgogllkdbba: ::core::option::Option, + #[prost(message, optional, tag = "13")] + pub bfbafdcaepd: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ehigoedbdpm {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Odophmedkbd { + #[prost(int32, tag = "6")] + pub count: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Nlgdfedjdga { + #[prost(uint32, tag = "9")] + pub cgegioedbmc: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fdmakdjlglm {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueAdventureRoomGameplayWolfGunTarget { + #[prost( + oneof = "rogue_adventure_room_gameplay_wolf_gun_target::TargetImplCase", + tags = "10, 7, 3, 5" + )] + pub target_impl_case: ::core::option::Option< + rogue_adventure_room_gameplay_wolf_gun_target::TargetImplCase, + >, +} +/// Nested message and enum types in `RogueAdventureRoomGameplayWolfGunTarget`. +pub mod rogue_adventure_room_gameplay_wolf_gun_target { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum TargetImplCase { + #[prost(message, tag = "10")] + TargetNone(super::Ehigoedbdpm), + #[prost(message, tag = "7")] + TargetCoin(super::Odophmedkbd), + #[prost(message, tag = "3")] + TargetMiracle(super::Nlgdfedjdga), + #[prost(message, tag = "5")] + TargetRuanmei(super::Fdmakdjlglm), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dienbpepkho { + #[prost(uint32, tag = "4")] + pub odgokjlijni: u32, + #[prost(message, repeated, tag = "2")] + pub battle_target_list: ::prost::alloc::vec::Vec< + RogueAdventureRoomGameplayWolfGunTarget, + >, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lmcpippbbca { + #[prost(oneof = "lmcpippbbca::Action", tags = "11")] + pub action: ::core::option::Option, +} +/// Nested message and enum types in `LMCPIPPBBCA`. +pub mod lmcpippbbca { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Action { + #[prost(message, tag = "11")] + Ndeolkalnpa(super::Dienbpepkho), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Gejbjjaljdh { + #[prost(uint32, tag = "13")] + pub ebfoihcidbf: u32, + #[prost(uint32, tag = "14")] + pub score: u32, + #[prost(uint32, tag = "6")] + pub status: u32, + #[prost(uint32, tag = "3")] + pub cipmblpemfp: u32, + #[prost(message, optional, tag = "9")] + pub cmdgdkbacod: ::core::option::Option, + #[prost(double, tag = "8")] + pub ihhmakekbhi: f64, +} +/// Obf: ICBGKEAHHIG +#[derive(proto_derive::CmdID)] +#[cmdid(5698)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncRogueAdventureRoomInfoScNotify { + #[prost(message, optional, tag = "15")] + pub ljamgdppkpp: ::core::option::Option, +} +/// Obf: HCDBJFANPAK +#[derive(proto_derive::CmdID)] +#[cmdid(5671)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PrepareRogueAdventureRoomCsReq {} +/// Obf: PJOHMDPKAPD +#[derive(proto_derive::CmdID)] +#[cmdid(5683)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PrepareRogueAdventureRoomScRsp { + #[prost(message, optional, tag = "14")] + pub ljamgdppkpp: ::core::option::Option, + #[prost(uint32, tag = "9")] + pub retcode: u32, +} +/// Obf: CKGBLJPCNKN +#[derive(proto_derive::CmdID)] +#[cmdid(5610)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StopRogueAdventureRoomCsReq { + #[prost(uint32, tag = "12")] + pub jihaloaemmj: u32, + #[prost(uint32, repeated, tag = "4")] + pub gmafdihiigc: ::prost::alloc::vec::Vec, +} +/// Obf: EBGHAAEAPKH +#[derive(proto_derive::CmdID)] +#[cmdid(5700)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StopRogueAdventureRoomScRsp { + #[prost(message, optional, tag = "8")] + pub ljamgdppkpp: ::core::option::Option, + #[prost(uint32, tag = "2")] + pub retcode: u32, +} +/// Obf: OEKGODCFAKH +#[derive(proto_derive::CmdID)] +#[cmdid(5622)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueAdventureRoomInfoCsReq {} +/// Obf: DNOPJHGPLNJ +#[derive(proto_derive::CmdID)] +#[cmdid(5666)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueAdventureRoomInfoScRsp { + #[prost(uint32, tag = "7")] + pub retcode: u32, + #[prost(message, optional, tag = "13")] + pub ljamgdppkpp: ::core::option::Option, +} +/// Obf: GJBEENGBLPE +#[derive(proto_derive::CmdID)] +#[cmdid(5695)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpdateRogueAdventureRoomScoreCsReq { + #[prost(uint32, tag = "11")] + pub belgplfbdbp: u32, + #[prost(uint32, tag = "3")] + pub score: u32, +} +/// Obf: EBJBKIABLKL +#[derive(proto_derive::CmdID)] +#[cmdid(5653)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpdateRogueAdventureRoomScoreScRsp { + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(message, optional, tag = "10")] + pub ljamgdppkpp: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ipicdpbdhbj { + #[prost(message, optional, tag = "1")] + pub igmgmcelogj: ::core::option::Option, + #[prost(uint32, tag = "2")] + pub cgegioedbmc: u32, + #[prost(message, optional, tag = "7")] + pub item_cost_list: ::core::option::Option, + #[prost(bool, tag = "13")] + pub anhojkedaid: bool, + #[prost(bool, tag = "4")] + pub hmmnegoocob: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Elgeehofekf { + #[prost(bool, tag = "15")] + pub hmmnegoocob: bool, + #[prost(message, optional, tag = "5")] + pub igmgmcelogj: ::core::option::Option, + #[prost(uint32, tag = "11")] + pub mcmgkplcaap: u32, + #[prost(uint32, tag = "8")] + pub buff_id: u32, + #[prost(bool, tag = "14")] + pub anhojkedaid: bool, + #[prost(message, optional, tag = "3")] + pub item_cost_list: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Coocbdainlk { + #[prost(message, repeated, tag = "8")] + pub miracle_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jfkliehkdde { + #[prost(message, repeated, tag = "10")] + pub buff_list: ::prost::alloc::vec::Vec, +} +/// Obf: MMBJDBJCOMD +#[derive(proto_derive::CmdID)] +#[cmdid(5677)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueShopBuffInfoCsReq { + #[prost(uint32, tag = "5")] + pub oiaecielhaf: u32, + #[prost(bool, tag = "4")] + pub opdimnmiijf: bool, +} +/// Obf: IJJAFMDHGDI +#[derive(proto_derive::CmdID)] +#[cmdid(5633)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueShopBuffInfoScRsp { + #[prost(bool, tag = "8")] + pub ngogfedlloo: bool, + #[prost(message, optional, tag = "3")] + pub bdnlgeangao: ::core::option::Option, + #[prost(message, optional, tag = "2")] + pub abkohabemmf: ::core::option::Option, + #[prost(uint32, tag = "14")] + pub retcode: u32, +} +/// Obf: DFCAFAKIOID +#[derive(proto_derive::CmdID)] +#[cmdid(5642)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueShopMiracleInfoCsReq { + #[prost(uint32, tag = "12")] + pub oiaecielhaf: u32, + #[prost(bool, tag = "7")] + pub opdimnmiijf: bool, +} +/// Obf: NNAPCALDAIP +#[derive(proto_derive::CmdID)] +#[cmdid(5679)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueShopMiracleInfoScRsp { + #[prost(uint32, tag = "14")] + pub retcode: u32, + #[prost(bool, tag = "5")] + pub ngogfedlloo: bool, + #[prost(message, optional, tag = "8")] + pub ckdfadabico: ::core::option::Option, + #[prost(message, optional, tag = "2")] + pub bdnlgeangao: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mpgncdmoalc { + #[prost(uint32, tag = "2")] + pub oiaecielhaf: u32, + #[prost(uint32, tag = "7")] + pub cgegioedbmc: u32, +} +/// Obf: IIMFNCGFIJJ +#[derive(proto_derive::CmdID)] +#[cmdid(5638)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BuyRogueShopBuffCsReq { + #[prost(uint32, repeated, tag = "10")] + pub hmkdfmmdjjb: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "7")] + pub oiaecielhaf: u32, +} +/// Obf: JNIFLACOLHI +#[derive(proto_derive::CmdID)] +#[cmdid(5628)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BuyRogueShopMiracleScRsp { + #[prost(message, optional, tag = "14")] + pub ckdfadabico: ::core::option::Option, + #[prost(uint32, tag = "11")] + pub retcode: u32, +} +/// Obf: HKJEDDKMPHK +#[derive(proto_derive::CmdID)] +#[cmdid(5678)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BuyRogueShopBuffScRsp { + #[prost(uint32, tag = "1")] + pub retcode: u32, + #[prost(message, optional, tag = "13")] + pub abkohabemmf: ::core::option::Option, +} +/// Obf: INKBOBEKNJN +#[derive(proto_derive::CmdID)] +#[cmdid(5650)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ExchangeRogueBuffWithMiracleCsReq { + #[prost(uint32, tag = "1")] + pub oiaecielhaf: u32, + #[prost(uint32, tag = "14")] + pub cgegioedbmc: u32, +} +/// Obf: MFBGEAOIJAK +#[derive(proto_derive::CmdID)] +#[cmdid(5631)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ExchangeRogueBuffWithMiracleScRsp { + #[prost(message, optional, tag = "14")] + pub akcilkifedc: ::core::option::Option, + #[prost(uint32, tag = "7")] + pub retcode: u32, +} +/// Obf: FANEBPABDOC +#[derive(proto_derive::CmdID)] +#[cmdid(5656)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueNpcDisappearCsReq { + #[prost(uint32, tag = "3")] + pub hbgnbhhkjfe: u32, +} +/// Obf: KPAFJHHKFKH +#[derive(proto_derive::CmdID)] +#[cmdid(5689)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueNpcDisappearScRsp { + #[prost(uint32, tag = "6")] + pub retcode: u32, +} +/// Obf: MANHFJCIMMO +#[derive(proto_derive::CmdID)] +#[cmdid(5652)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnhanceCommonRogueBuffCsReq { + #[prost(uint32, tag = "2")] + pub rogue_buff_id: u32, + #[prost(uint32, tag = "13")] + pub oiaecielhaf: u32, +} +/// Obf: OLNJDGNHPME +#[derive(proto_derive::CmdID)] +#[cmdid(5611)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnhanceCommonRogueBuffScRsp { + #[prost(message, optional, tag = "15")] + pub hakpbedkfdh: ::core::option::Option, + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(bool, tag = "5")] + pub mnmbfageloc: bool, +} +/// Obf: MBLGKONCDGH +#[derive(proto_derive::CmdID)] +#[cmdid(5604)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetEnhanceCommonRogueBuffInfoCsReq { + #[prost(uint32, tag = "7")] + pub oiaecielhaf: u32, +} +/// Obf: GetEnhanceCommonRogueBuffInfoScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(5660)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetEnhanceCommonRogueBuffInfoScRsp { + #[prost(uint32, tag = "7")] + pub retcode: u32, + #[prost(uint32, repeated, tag = "8")] + pub enhanced_buff_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: ODLPLNKGLGD +#[derive(proto_derive::CmdID)] +#[cmdid(5692)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncRogueCommonActionResultScNotify { + #[prost(enumeration = "RogueCommonActionResultDisplayType", tag = "9")] + pub display_type: i32, + #[prost(message, repeated, tag = "13")] + pub action_result_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "8")] + pub rogue_sub_mode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueActionResult { + #[prost(enumeration = "RogueBuffSource", tag = "9")] + pub source: i32, + #[prost(message, optional, tag = "1")] + pub rogue_action: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lkgeefopbmf { + #[prost(uint32, tag = "12")] + pub mfklinkcppa: u32, + #[prost(int32, tag = "9")] + pub obacjbgeeph: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Amgjmpecmmj { + #[prost(bool, tag = "11")] + pub dleajcmipfe: bool, + #[prost(message, repeated, tag = "9")] + pub pafnajmacci: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub doijppckomg: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hjpodpebakd { + #[prost(map = "uint32, int32", tag = "8")] + pub nigliampgbj: ::std::collections::HashMap, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ifccbkaapdj { + #[prost(message, optional, tag = "10")] + pub hmemgkmofjb: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fckcnlokjkf { + #[prost(message, optional, tag = "6")] + pub hmemgkmofjb: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ddfncoppbij { + #[prost(message, optional, tag = "3")] + pub hmemgkmofjb: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hkmhdcmfpnj { + #[prost(message, optional, tag = "4")] + pub hmemgkmofjb: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pghllehndbd { + #[prost(message, optional, tag = "10")] + pub hppeilaonge: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueFormulaInfo { + #[prost(message, optional, tag = "2")] + pub dbekaeoifnm: ::core::option::Option, + #[prost(message, repeated, tag = "13")] + pub noklkiaccgb: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Aoocljhnhhb { + #[prost(uint32, tag = "15")] + pub nlongpcmlco: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ifjnoclipol { + #[prost(uint32, tag = "7")] + pub nlongpcmlco: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueKeywordInfo { + #[prost(map = "uint32, bool", tag = "1")] + pub kmlmimfmmhl: ::std::collections::HashMap, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueActionResultData { + #[prost( + oneof = "rogue_action_result_data::Action", + tags = "14, 9, 97, 154, 1040, 1614, 1621, 1878, 933, 1349, 597, 1946, 296, 65, 1904, 1971, 1931, 1320, 867, 1195, 1135, 777, 1969, 276, 1458, 519" + )] + pub action: ::core::option::Option, +} +/// Nested message and enum types in `RogueActionResultData`. +pub mod rogue_action_result_data { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Action { + #[prost(message, tag = "14")] + Bbbldhkmgcc(super::Bmhcpomflog), + #[prost(message, tag = "9")] + Ecpkhidelmj(super::Bmhcpomflog), + #[prost(message, tag = "97")] + Mmllfoibjid(super::Ccmhpconeme), + #[prost(message, tag = "154")] + Hencfgkdmek(super::Ccmhpconeme), + #[prost(message, tag = "1040")] + Bpogdibghgp(super::Amccflndllb), + #[prost(message, tag = "1614")] + Aickanicdmo(super::Efmgmggokel), + #[prost(message, tag = "1621")] + Hbppapiofbc(super::Ekkhdlkgmdh), + #[prost(message, tag = "1878")] + Pocbcjllgab(super::Hiebmnlcfbb), + #[prost(message, tag = "933")] + Fgmccffgffk(super::Ljfbdhhdpom), + #[prost(message, tag = "1349")] + Dnicofffdej(super::Npgdakgfgjo), + #[prost(message, tag = "597")] + Eloanpjbfjh(super::Cghbmkaaogp), + #[prost(message, tag = "1946")] + Omphgnmiijf(super::Ifccbkaapdj), + #[prost(message, tag = "296")] + Iobdpiopbbe(super::Fckcnlokjkf), + #[prost(message, tag = "65")] + Ldhifhjegim(super::Ddfncoppbij), + #[prost(message, tag = "1904")] + Bnoiadakdce(super::Hkmhdcmfpnj), + #[prost(message, tag = "1971")] + Ddcfahglafi(super::Pghllehndbd), + #[prost(message, tag = "1931")] + Dialokplocf(super::Aoocljhnhhb), + #[prost(message, tag = "1320")] + Jghefibppfi(super::Ifjnoclipol), + #[prost(message, tag = "867")] + Aecnjngfbbn(super::Fmaiofpllgc), + #[prost(message, tag = "1195")] + Fnolphmalfh(super::Lpiijmjoome), + #[prost(message, tag = "1135")] + Bjmflafikjb(super::Ncbiadhlkgn), + #[prost(message, tag = "777")] + Knlhdhgfafn(super::Gbkphlgldhi), + #[prost(message, tag = "1969")] + Hdffeaofjkg(super::Gbkphlgldhi), + #[prost(message, tag = "276")] + Ocmbndkbapi(super::Gbkphlgldhi), + #[prost(message, tag = "1458")] + Mafecncnocb(super::RogueMagicScepterItem), + #[prost(message, tag = "519")] + Jcfceholgal(super::Icpomohlcmd), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueFormulaSelectInfo { + #[prost(uint32, tag = "11")] + pub roll_formula_max_count: u32, + #[prost(uint32, repeated, tag = "12")] + pub handbook_unlock_formula_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "13")] + pub select_formula_id_list: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "7")] + pub can_roll: bool, + #[prost(message, optional, tag = "15")] + pub roll_formula_cost_data: ::core::option::Option, + #[prost(uint32, tag = "6")] + pub hint_id: u32, + #[prost(uint32, tag = "4")] + pub roll_formula_free_count: u32, + #[prost(uint32, tag = "10")] + pub roll_formula_count: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jdcoindfmlf { + #[prost(uint32, tag = "4")] + pub gajgnkdoidm: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dipcblljdjp {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bgcnbanpddm { + #[prost(uint32, repeated, tag = "12")] + pub adfdgabfjei: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "13")] + pub kfcijhfjdca: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bmjjcbingbk { + #[prost(uint32, tag = "13")] + pub gajgnkdoidm: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Echphbkeolg {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Acgobkgigic {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cfnojbilkbg { + #[prost(message, optional, tag = "2")] + pub dichdddafjh: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Capfbckhmcd { + #[prost(message, optional, tag = "3")] + pub dichdddafjh: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Emokchhphek { + #[prost(uint32, tag = "12")] + pub gajgnkdoidm: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mdfgjhpcplf {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kmgaopblbde { + #[prost(uint32, tag = "8")] + pub cfmliililhd: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lllcmnhmncp { + #[prost(uint32, tag = "2")] + pub slot: u32, + /// uint32 BJHIGFJHEAI = 9; + #[prost(uint32, tag = "10")] + pub ppomobidlfb: u32, +} +/// DLNKMDPEEIE kek semacam buff buat dibeli / diunlock. kayak G&G +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicScepter { + #[prost(uint32, tag = "14")] + pub scepter_id: u32, + #[prost(uint32, tag = "3")] + pub level: u32, +} +/// KPKBHIOEOAE / scepterItemProto +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicScepterItem { + /// TrenchCount + #[prost(map = "uint32, uint32", tag = "4")] + pub slot_count_map: ::std::collections::HashMap, + #[prost(message, repeated, tag = "10")] + pub magic_unit_list: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "8")] + pub scepter: ::core::option::Option, + #[prost(message, repeated, tag = "5")] + pub jjjghbmddad: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicUnit { + #[prost(uint32, tag = "3")] + pub unit_id: u32, + #[prost(uint32, tag = "5")] + pub level: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Gbkphlgldhi { + #[prost(message, optional, tag = "6")] + pub magic_unit: ::core::option::Option, + #[prost(uint32, tag = "9")] + pub unique_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fmaiofpllgc { + #[prost(message, optional, tag = "15")] + pub agdkmckejpd: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lpiijmjoome { + #[prost(message, optional, tag = "8")] + pub agdkmckejpd: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ncbiadhlkgn { + #[prost(message, optional, tag = "13")] + pub agdkmckejpd: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Okomeaemjnn { + #[prost(message, optional, tag = "3")] + pub adakahiembf: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Nlhbkpjapkk { + #[prost(message, optional, tag = "12")] + pub kflhopfjchn: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cgicocklaco { + #[prost(message, repeated, tag = "9")] + pub pmpjeapepdb: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "2")] + pub ompaaklllfd: u32, + #[prost(message, optional, tag = "1")] + pub napgcecddbm: ::core::option::Option, + #[prost(uint32, tag = "3")] + pub abhpigogaci: u32, + #[prost(uint32, tag = "15")] + pub kfcijhfjdca: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cbdoebjhech { + #[prost(uint32, tag = "10")] + pub kfcijhfjdca: u32, + #[prost(message, repeated, tag = "11")] + pub pmpjeapepdb: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dffmhmhbokf { + #[prost(message, optional, tag = "13")] + pub kmbcfecglaf: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kdieoakofop { + #[prost(message, optional, tag = "14")] + pub kmbcfecglaf: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Baicldeanma {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Phmcinnbadg {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Goebplejbak {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ngcogfokdfd {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Icpomohlcmd { + #[prost(message, optional, tag = "2")] + pub gonniaflaao: ::core::option::Option, + #[prost(uint32, repeated, tag = "7")] + pub nmpomdlnjon: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Afhllpdmcjf { + #[prost(message, repeated, tag = "11")] + pub fpegcbdebil: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "9")] + pub kfcijhfjdca: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dklplkmedca { + #[prost(bool, tag = "13")] + pub lpncbncjdik: bool, + #[prost(message, optional, tag = "2")] + pub nhgldcgkejd: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dklncflpdmk {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Emamdmcfclj {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jdgbfnhladp { + #[prost(message, optional, tag = "13")] + pub pbmchbomdhl: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kiafeamdfoe { + #[prost(message, optional, tag = "8")] + pub bomjhcmjbme: ::core::option::Option, + #[prost(bool, tag = "11")] + pub mpoikgnbkpc: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Idbpjblhagn {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pikbkjjkhbp { + #[prost(uint32, tag = "11")] + pub bijdbcmdppf: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hjhfnelkeoi { + #[prost(bool, tag = "8")] + pub is_win: bool, + #[prost(uint32, tag = "2")] + pub battle_event_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hphcaaaeomo { + #[prost(uint32, tag = "12")] + pub bijdbcmdppf: u32, +} +/// Obf: CGCHBCFPCOO +#[derive(proto_derive::CmdID)] +#[cmdid(5640)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncRogueCommonPendingActionScNotify { + #[prost(message, optional, tag = "11")] + pub action: ::core::option::Option, + #[prost(uint32, tag = "15")] + pub rogue_sub_mode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueCommonPendingAction { + #[prost(uint32, tag = "7")] + pub queue_position: u32, + #[prost(message, optional, tag = "6")] + pub rogue_action: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueAction { + #[prost( + oneof = "rogue_action::Action", + tags = "112, 1827, 654, 1578, 1714, 571, 868, 1036, 557, 1150, 57, 1260, 850, 894, 1713, 2041, 50, 268, 1404, 424, 1121, 431, 1590, 921, 1290, 463" + )] + pub action: ::core::option::Option, +} +/// Nested message and enum types in `RogueAction`. +pub mod rogue_action { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Action { + #[prost(message, tag = "112")] + BuffSelectInfo(super::RogueCommonBuffSelectInfo), + #[prost(message, tag = "1827")] + Dfkfjaomnlp(super::Imbnanicjlh), + #[prost(message, tag = "654")] + Emcjepojpai(super::Ediojbcalhb), + #[prost(message, tag = "1578")] + Hpknhhnfkao(super::Apmmdohbdfc), + #[prost(message, tag = "1714")] + Lbkklnjlale(super::Ineifalbfil), + #[prost(message, tag = "571")] + Bchbibomepe(super::Boehiopopaf), + #[prost(message, tag = "868")] + Ialfjgkdpak(super::Pbbbgamjgid), + #[prost(message, tag = "1036")] + Ieodnfdgpoh(super::Fbgcmfjanmh), + #[prost(message, tag = "557")] + Kfmeodplfik(super::Pimboblcajf), + #[prost(message, tag = "1150")] + Mjgmjdllejp(super::Eedhhfnhlbh), + #[prost(message, tag = "57")] + Lljflibfkgf(super::Nlbichbhjan), + #[prost(message, tag = "1260")] + Gliclfecinj(super::Gaohjbigbgb), + #[prost(message, tag = "850")] + Emajjkoplbl(super::Djjoefnmbdl), + #[prost(message, tag = "894")] + Dichdddafjh(super::RogueFormulaSelectInfo), + #[prost(message, tag = "1713")] + Pngaamiakad(super::Bgcnbanpddm), + #[prost(message, tag = "2041")] + Hhnilcopbfb(super::Capfbckhmcd), + #[prost(message, tag = "50")] + Aecanijlibb(super::Cgicocklaco), + #[prost(message, tag = "268")] + Jonmioammlb(super::Afhllpdmcjf), + #[prost(message, tag = "1404")] + Khcbefjjmpi(super::Jdgbfnhladp), + #[prost(message, tag = "424")] + Kgflengnfnp(super::Cgicocklaco), + #[prost(message, tag = "1121")] + Kgicgmldghd(super::Cgicocklaco), + #[prost(message, tag = "431")] + Ehihhecnpgn(super::Cgicocklaco), + #[prost(message, tag = "1590")] + Mppookadlfl(super::Cbdoebjhech), + #[prost(message, tag = "921")] + Eddhkbbhcen(super::Cbdoebjhech), + #[prost(message, tag = "1290")] + Klniijkjekf(super::Cbdoebjhech), + #[prost(message, tag = "463")] + Kebomhdmcea(super::Pikbkjjkhbp), + } +} +/// Obf: CEGMEBBICBC +#[derive(proto_derive::CmdID)] +#[cmdid(5669)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HandleRogueCommonPendingActionCsReq { + #[prost(uint32, tag = "8")] + pub lgoebkdampe: u32, + #[prost( + oneof = "handle_rogue_common_pending_action_cs_req::Action", + tags = "622, 1154, 773, 1475, 692, 1417, 287, 81, 979, 944, 64, 1127, 632, 1030, 284, 515, 1755, 34, 451, 870, 1954, 1249, 247, 970, 1117, 1478, 1293, 224464, 227417" + )] + pub action: ::core::option::Option< + handle_rogue_common_pending_action_cs_req::Action, + >, +} +/// Nested message and enum types in `HandleRogueCommonPendingActionCsReq`. +pub mod handle_rogue_common_pending_action_cs_req { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Action { + #[prost(message, tag = "622")] + Kkndbbmpbof(super::Foiddcnlckc), + #[prost(message, tag = "1154")] + Foejlbgihkd(super::Haceljdpnig), + #[prost(message, tag = "773")] + Klmfacocjli(super::Nffjmfgnhko), + #[prost(message, tag = "1475")] + Ffnbgjffiph(super::Cghjdndfhoj), + #[prost(message, tag = "692")] + Dgmjgnillim(super::Nlkekdfcmjn), + #[prost(message, tag = "1417")] + Mhafpognipa(super::Djfmcghainf), + #[prost(message, tag = "287")] + Cenohdhpjkn(super::Nbdojhijjgd), + #[prost(message, tag = "81")] + Aegjepmoigf(super::Cgdinmijhlb), + #[prost(message, tag = "979")] + Bmjajgeagkk(super::Gdnmmbogldi), + #[prost(message, tag = "944")] + Dogglnjppof(super::Lmoillmghbo), + #[prost(message, tag = "64")] + Nbhaneienmg(super::Igkdcoeopmd), + #[prost(message, tag = "1127")] + Mhlbaidghlp(super::Beaohjncggi), + #[prost(message, tag = "632")] + Agajepgnaed(super::Phfgincempf), + #[prost(message, tag = "1030")] + Knabpflcfkc(super::Jdcoindfmlf), + #[prost(message, tag = "284")] + Mkamhmnhjgc(super::Acgobkgigic), + #[prost(message, tag = "515")] + Hhpieefajgm(super::Bmjjcbingbk), + #[prost(message, tag = "1755")] + Mjfomfipbbj(super::Emokchhphek), + #[prost(message, tag = "34")] + Ofmghjgljjl(super::Dffmhmhbokf), + #[prost(message, tag = "451")] + Fimbfplokbp(super::Dklplkmedca), + #[prost(message, tag = "870")] + Bfajanpjcjd(super::Kiafeamdfoe), + #[prost(message, tag = "1954")] + Dcmbkmnholn(super::Dffmhmhbokf), + #[prost(message, tag = "1249")] + Ibnmcepkgdb(super::Dffmhmhbokf), + #[prost(message, tag = "247")] + Cdijgflfdha(super::Dffmhmhbokf), + #[prost(message, tag = "970")] + Jlnecblcjip(super::Kdieoakofop), + #[prost(message, tag = "1117")] + Knbhjlnpbkg(super::Kdieoakofop), + #[prost(message, tag = "1478")] + Hliomnnopgc(super::Kdieoakofop), + #[prost(message, tag = "1293")] + Dalfhafmbdb(super::Kmgaopblbde), + #[prost(message, tag = "224464")] + Hcolfmihnko(super::Hjhfnelkeoi), + #[prost(message, tag = "227417")] + Gigdibifdca(super::Hphcaaaeomo), + } +} +/// Obf: GGBGKOGEGAL +#[derive(proto_derive::CmdID)] +#[cmdid(5658)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HandleRogueCommonPendingActionScRsp { + #[prost(uint32, tag = "3")] + pub queue_position: u32, + #[prost(uint32, tag = "5")] + pub lgoebkdampe: u32, + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost( + oneof = "handle_rogue_common_pending_action_sc_rsp::Action", + tags = "69, 1101, 1028, 1526, 1698, 1104, 1911, 1595, 1999, 343, 509, 482, 1157, 1728, 1188, 736, 302, 1285, 606, 1025, 1774, 1712, 640, 726" + )] + pub action: ::core::option::Option< + handle_rogue_common_pending_action_sc_rsp::Action, + >, +} +/// Nested message and enum types in `HandleRogueCommonPendingActionScRsp`. +pub mod handle_rogue_common_pending_action_sc_rsp { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Action { + #[prost(message, tag = "69")] + Oankdhclaog(super::Cfaciabpibc), + #[prost(message, tag = "1101")] + Koaglgfnboa(super::Fianhjocboo), + #[prost(message, tag = "1028")] + Jicipljdnal(super::Hkipemdommd), + #[prost(message, tag = "1526")] + Mhaaofnkiln(super::Dkicjddhboi), + #[prost(message, tag = "1698")] + Ichieeplmge(super::Ncjacikedle), + #[prost(message, tag = "1104")] + Bklcbgediof(super::Kamblkhhfng), + #[prost(message, tag = "1911")] + Afbiihafloa(super::Epgececnmgi), + #[prost(message, tag = "1595")] + Eckigpocgca(super::Injnellmnac), + #[prost(message, tag = "1999")] + Kodmiggojko(super::Lmadccjoccp), + #[prost(message, tag = "343")] + Gafopmbkboa(super::Oiobnbaingf), + #[prost(message, tag = "509")] + Fmadnijophb(super::Mmenilloppj), + #[prost(message, tag = "482")] + Ehjnldamgjh(super::Lklmikllljp), + #[prost(message, tag = "1157")] + Aplnbopjjce(super::Fkejmihckil), + #[prost(message, tag = "1728")] + Epoihiklgjg(super::Dipcblljdjp), + #[prost(message, tag = "1188")] + Fgjfgkkdmjo(super::Cfnojbilkbg), + #[prost(message, tag = "736")] + Ejennepahdi(super::Echphbkeolg), + #[prost(message, tag = "302")] + Mfobfinmcoi(super::Mdfgjhpcplf), + #[prost(message, tag = "1285")] + Oemdhkpedkl(super::Baicldeanma), + #[prost(message, tag = "606")] + Hfmlnknpfhl(super::Dklncflpdmk), + #[prost(message, tag = "1025")] + Gplefkfbpgf(super::Idbpjblhagn), + #[prost(message, tag = "1774")] + Gmklehmjiii(super::Phmcinnbadg), + #[prost(message, tag = "1712")] + Kbeajgoppdh(super::Goebplejbak), + #[prost(message, tag = "640")] + Cbmkjhhlamh(super::Ngcogfokdfd), + #[prost(message, tag = "726")] + Ghoipbkdeej(super::Emamdmcfclj), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueBuff { + #[prost(uint32, tag = "10")] + pub rogue_buff_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueHandbookMiracle { + #[prost(uint32, tag = "1")] + pub miracle_id: u32, + #[prost(bool, tag = "6")] + pub has_taken_rewards: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueHandbookEvent { + #[prost(bool, tag = "2")] + pub has_taken_rewards: bool, + #[prost(uint32, tag = "10")] + pub hofpjfhlpgp: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueHandbookAeon { + #[prost(uint32, tag = "14")] + pub buff_aeon_id: u32, + #[prost(uint32, repeated, tag = "5")] + pub archive_unlock_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "4")] + pub level: u32, + #[prost(uint32, tag = "1")] + pub exp: u32, + /// TODO: WRONG NT + #[prost(uint32, repeated, tag = "3")] + pub red_dot_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub max_level: u32, +} +/// +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicHandbookScepter { + /// RogueMagicScepterDataItem + #[prost(message, optional, tag = "12")] + pub scepter_info: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicHandbookMagic { + #[prost(uint32, tag = "7")] + pub unit_id: u32, + #[prost(uint32, tag = "9")] + pub unit_level: u32, +} +/// RogueMagicHandbookInfo +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueHandbookData { + #[prost(message, repeated, tag = "15")] + pub buff_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "14")] + pub event_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "12")] + pub miracle_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "8")] + pub aeon_list: ::prost::alloc::vec::Vec, +} +/// Obf: LPKMOELDMCE +#[derive(proto_derive::CmdID)] +#[cmdid(5636)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueHandbookDataCsReq {} +/// Obf: GetRogueHandbookDataScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(5602)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueHandbookDataScRsp { + #[prost(message, optional, tag = "2")] + pub handbook_info: ::core::option::Option, + #[prost(uint32, tag = "8")] + pub retcode: u32, +} +/// Obf: MILBKBGEKEE +#[derive(proto_derive::CmdID)] +#[cmdid(5665)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncRogueHandbookDataUpdateScNotify { + #[prost(message, repeated, tag = "14")] + pub nnlpkgjlnhd: ::prost::alloc::vec::Vec, + /// new fields(2.6) + #[prost(message, repeated, tag = "11")] + pub ppimhaidmii: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "5")] + pub ecbfbbngnpm: ::prost::alloc::vec::Vec, + /// new fields(2.6) + #[prost(message, repeated, tag = "10")] + pub jjphkacofhp: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "1")] + pub jdghmmcmpjh: ::prost::alloc::vec::Vec, +} +/// Obf: JGPNKBJJLMB +#[derive(proto_derive::CmdID)] +#[cmdid(5657)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeRogueMiracleHandbookRewardCsReq { + #[prost(uint32, repeated, tag = "3")] + pub clhmbiddgjn: ::prost::alloc::vec::Vec, +} +/// Obf: FHEBGONEFBK +#[derive(proto_derive::CmdID)] +#[cmdid(5625)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeRogueMiracleHandbookRewardScRsp { + #[prost(message, optional, tag = "1")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "6")] + pub retcode: u32, + #[prost(uint32, repeated, tag = "14")] + pub pmknbmimhoa: ::prost::alloc::vec::Vec, +} +/// Obf: HCHNGNCJOLM +#[derive(proto_derive::CmdID)] +#[cmdid(5615)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeRogueEventHandbookRewardCsReq { + #[prost(uint32, repeated, tag = "9")] + pub lmeebkdobki: ::prost::alloc::vec::Vec, +} +/// Obf: DFAGHPFLGCN +#[derive(proto_derive::CmdID)] +#[cmdid(5619)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeRogueEventHandbookRewardScRsp { + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(message, optional, tag = "8")] + pub reward: ::core::option::Option, + #[prost(uint32, repeated, tag = "4")] + pub dpoahkmlakk: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueGameItem { + #[prost(map = "uint32, uint32", tag = "2")] + pub virtual_item: ::std::collections::HashMap, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicAeonInfo { + #[prost(message, optional, tag = "5")] + pub hehglekbgbk: ::core::option::Option, + #[prost(uint32, tag = "14")] + pub jmjefaecemk: u32, + #[prost(int32, tag = "1")] + pub laalojhbplo: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Edchhldioah { + #[prost(uint32, repeated, tag = "1")] + pub ollpmbhkblc: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicLineup { + #[prost(message, optional, tag = "11")] + pub rogue_revive_cost: ::core::option::Option, + #[prost(uint32, repeated, tag = "4")] + pub avatar_id_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueGameInfo { + #[prost(oneof = "rogue_game_info::InfoType", tags = "9, 13, 1, 4, 14, 15, 7, 8")] + pub info_type: ::core::option::Option, +} +/// Nested message and enum types in `RogueGameInfo`. +pub mod rogue_game_info { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum InfoType { + #[prost(message, tag = "9")] + Abkohabemmf(super::Iampebbegfh), + #[prost(message, tag = "13")] + Ckdfadabico(super::Hmecpbpgdjf), + #[prost(message, tag = "1")] + RogueMagicGameItem(super::RogueGameItem), + #[prost(message, tag = "4")] + RogueAeonInfo(super::RogueMagicAeonInfo), + #[prost(message, tag = "14")] + Nblbecmlilo(super::Edchhldioah), + #[prost(message, tag = "15")] + Chmelademmm(super::RogueFormulaInfo), + #[prost(message, tag = "7")] + Mogllmlemip(super::RogueKeywordInfo), + #[prost(message, tag = "8")] + Daglmonmmmh(super::RogueMagicLineup), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ocipdanbagk { + #[prost(uint32, tag = "7")] + pub khngehjjnmj: u32, + #[prost(uint32, tag = "14")] + pub ihkhnegbele: u32, + #[prost(message, repeated, tag = "10")] + pub rogue_game_info: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "8")] + pub rogue_sub_mode: u32, + #[prost(uint32, tag = "9")] + pub ojibobnaikh: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueUnlockProgress { + #[prost(uint32, tag = "7")] + pub unlock_id: u32, + #[prost(uint32, tag = "13")] + pub progress: u32, + #[prost(bool, tag = "12")] + pub finish: bool, +} +/// RogueTalentInfo +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTalentData { + #[prost(uint32, tag = "10")] + pub talent_id: u32, + #[prost(message, repeated, tag = "8")] + pub unlock_progress_list: ::prost::alloc::vec::Vec, + #[prost(enumeration = "RogueTalentStatus", tag = "1")] + pub status: i32, +} +/// RogueTalentInfoList +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTalentInfo { + #[prost(message, repeated, tag = "8")] + pub talent_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueCommonVirtualItemInfo { + /// TODO + #[prost(uint32, tag = "5")] + pub virtual_item_id: u32, + #[prost(uint32, tag = "9")] + pub virtual_item_num: u32, +} +/// Obf: HMLOPMNCFAJ +#[derive(proto_derive::CmdID)] +#[cmdid(5664)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncRogueCommonVirtualItemInfoScNotify { + #[prost(message, repeated, tag = "12")] + pub common_item_info: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lmpojgehfip { + #[prost(uint32, tag = "6")] + pub dfbmldahjdf: u32, + #[prost(uint32, tag = "11")] + pub hnmmjkillkh: u32, + #[prost(uint32, tag = "2")] + pub hkihnfnplaf: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kianelplcmf { + #[prost(enumeration = "Fbhadiccalj", repeated, tag = "8")] + pub noaddemhlpn: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Eigcjpgpioc { + #[prost(message, optional, tag = "8")] + pub rogue_area_info: ::core::option::Option, + #[prost(message, optional, tag = "11")] + pub ojfjfejmjpg: ::core::option::Option, +} +/// Obf: AJEMEKFJJDC +#[derive(proto_derive::CmdID)] +#[cmdid(5667)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct CommonRogueQueryCsReq {} +/// Obf: PCJLKEGLDCK +#[derive(proto_derive::CmdID)] +#[cmdid(5676)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct CommonRogueQueryScRsp { + #[prost(uint32, tag = "10")] + pub kaagiekeond: u32, + #[prost(message, optional, tag = "2")] + pub rogue_data: ::core::option::Option, + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +/// Obf: MDFDOILIDEJ +#[derive(proto_derive::CmdID)] +#[cmdid(5639)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct CommonRogueUpdateScNotify { + #[prost(oneof = "common_rogue_update_sc_notify::Ongcdngnfje", tags = "14, 8")] + pub ongcdngnfje: ::core::option::Option, +} +/// Nested message and enum types in `CommonRogueUpdateScNotify`. +pub mod common_rogue_update_sc_notify { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Ongcdngnfje { + #[prost(message, tag = "14")] + RogueAreaInfo(super::Lmpojgehfip), + #[prost(message, tag = "8")] + Ojfjfejmjpg(super::Kianelplcmf), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Imjknbkhfin { + #[prost(uint32, tag = "7")] + pub opibbfhbgob: u32, + #[prost(uint32, tag = "5")] + pub dendgfhgdnk: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fpnmfambiil { + #[prost(uint32, tag = "15")] + pub cojgeghiadi: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Nmimoemlfgp { + #[prost(uint32, tag = "5")] + pub cojgeghiadi: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mncjpnfjlbc { + #[prost(uint32, tag = "7")] + pub doijppckomg: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Enoiddnbaep { + #[prost(uint32, tag = "6")] + pub cojgeghiadi: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jlenpnkjojd { + #[prost(uint32, tag = "1")] + pub jnmkaahpmdj: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Akieodphain { + #[prost(oneof = "akieodphain::Dhhagpmnblm", tags = "2, 1, 4, 14, 11, 7")] + pub dhhagpmnblm: ::core::option::Option, +} +/// Nested message and enum types in `AKIEODPHAIN`. +pub mod akieodphain { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Dhhagpmnblm { + #[prost(message, tag = "2")] + Ahkmieelhaj(super::Imjknbkhfin), + #[prost(message, tag = "1")] + Njgkkogfpbl(super::Fpnmfambiil), + #[prost(message, tag = "4")] + Efimoaoljne(super::Nmimoemlfgp), + #[prost(message, tag = "14")] + Jomhngoaoio(super::Mncjpnfjlbc), + #[prost(message, tag = "11")] + Jdmgjdbmhej(super::Enoiddnbaep), + #[prost(message, tag = "7")] + Cgekhipjcaj(super::Jlenpnkjojd), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Niogjmgajjn { + #[prost(int32, tag = "13")] + pub oldkccfbdbb: i32, + #[prost(float, tag = "6")] + pub pbjipcicenj: f32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ekkifmncckh { + #[prost(uint32, tag = "11")] + pub battle_event_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kklgfmlghig { + #[prost(int32, tag = "9")] + pub hknlflijega: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Iemljlpcadk { + #[prost(oneof = "iemljlpcadk::Odlgngbhclp", tags = "15, 9")] + pub odlgngbhclp: ::core::option::Option, +} +/// Nested message and enum types in `IEMLJLPCADK`. +pub mod iemljlpcadk { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Odlgngbhclp { + #[prost(message, tag = "15")] + Fndgjacmepg(super::Ekkifmncckh), + #[prost(message, tag = "9")] + Hnokhhoaedp(super::Kklgfmlghig), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Glegapienbe { + #[prost(uint32, tag = "7")] + pub efdphfeldeg: u32, + #[prost(uint32, tag = "8")] + pub anjdkljaadp: u32, + #[prost(bool, tag = "6")] + pub lafdbhahpfh: bool, + #[prost(message, optional, tag = "9")] + pub icbaafnngpg: ::core::option::Option, + #[prost(message, repeated, tag = "4")] + pub ihkajohglln: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "5")] + pub hncncigafdn: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bjdmnjjecda { + #[prost(uint32, tag = "1")] + pub bijdbcmdppf: u32, + #[prost(message, optional, tag = "10")] + pub lnlohgnmmjk: ::core::option::Option, + #[prost(message, repeated, tag = "14")] + pub dgennlfbdkf: ::prost::alloc::vec::Vec, +} +/// Obf: NGGCPGMBLFG +#[derive(proto_derive::CmdID)] +#[cmdid(5649)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueCommonDialogueDataCsReq {} +/// Obf: MAGDHHDPNNN +#[derive(proto_derive::CmdID)] +#[cmdid(5603)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueCommonDialogueDataScRsp { + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(message, repeated, tag = "7")] + pub jcikpgnjmni: ::prost::alloc::vec::Vec, +} +/// Obf: AOJPGKDKMMB +#[derive(proto_derive::CmdID)] +#[cmdid(5684)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SelectRogueCommonDialogueOptionCsReq { + #[prost(uint32, tag = "6")] + pub bijdbcmdppf: u32, + #[prost(uint32, tag = "10")] + pub efdphfeldeg: u32, +} +/// Obf: KJNIANPENND +#[derive(proto_derive::CmdID)] +#[cmdid(5632)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SelectRogueCommonDialogueOptionScRsp { + #[prost(uint32, tag = "1")] + pub retcode: u32, + #[prost(uint32, tag = "14")] + pub efdphfeldeg: u32, + #[prost(uint32, repeated, tag = "11")] + pub fabicfoemfg: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "3")] + pub bijdbcmdppf: u32, + #[prost(bool, tag = "7")] + pub ndimejlmlho: bool, + #[prost(message, optional, tag = "10")] + pub fflckmjgppl: ::core::option::Option, +} +/// Obf: PEDGBNDHHAN +#[derive(proto_derive::CmdID)] +#[cmdid(5686)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishRogueCommonDialogueCsReq { + #[prost(uint32, tag = "10")] + pub bijdbcmdppf: u32, +} +/// Obf: AEAOLEOIFIN +#[derive(proto_derive::CmdID)] +#[cmdid(5629)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishRogueCommonDialogueScRsp { + #[prost(uint32, tag = "13")] + pub retcode: u32, + #[prost(uint32, tag = "15")] + pub bijdbcmdppf: u32, +} +/// Obf: MFGNCLEABEN +#[derive(proto_derive::CmdID)] +#[cmdid(5601)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncRogueCommonDialogueDataScNotify { + #[prost(message, repeated, tag = "6")] + pub jcikpgnjmni: ::prost::alloc::vec::Vec, +} +/// Obf: JDPNLACODIH +#[derive(proto_derive::CmdID)] +#[cmdid(5690)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncRogueCommonDialogueOptionFinishScNotify { + #[prost(uint32, tag = "7")] + pub bijdbcmdppf: u32, + #[prost(uint32, tag = "3")] + pub efdphfeldeg: u32, + #[prost(message, optional, tag = "4")] + pub oghgiiadpjp: ::core::option::Option, + #[prost(message, optional, tag = "11")] + pub fflckmjgppl: ::core::option::Option, +} +/// Obf: INDHDHIJKAB +#[derive(proto_derive::CmdID)] +#[cmdid(5673)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct CommonRogueComponentUpdateScNotify { + #[prost(uint32, tag = "5")] + pub ojibobnaikh: u32, + #[prost(uint32, tag = "13")] + pub ihkhnegbele: u32, + #[prost(message, optional, tag = "3")] + pub aopoaoniiam: ::core::option::Option, + /// rogue_version_id + #[prost(uint32, tag = "7")] + pub rogue_sub_mode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicBasicInfo { + /// 5 + #[prost(uint32, tag = "1")] + pub ojibobnaikh: u32, + /// 101 + #[prost(uint32, tag = "12")] + pub khngehjjnmj: u32, + /// 1 + #[prost(uint32, tag = "5")] + pub ihkhnegbele: u32, + /// 501 (areaid?) + #[prost(uint32, tag = "8")] + pub rogue_sub_mode: u32, + #[prost(message, optional, tag = "4")] + pub pending_action: ::core::option::Option, +} +/// Obf: MJAJGOEIBCJ +#[derive(proto_derive::CmdID)] +#[cmdid(5646)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueWorkbenchSelectFuncCsReq { + #[prost(uint32, tag = "2")] + pub prop_entity_id: u32, + #[prost(uint32, tag = "9")] + pub fhmhclamano: u32, +} +/// Obf: GCJEBJEHBCK +#[derive(proto_derive::CmdID)] +#[cmdid(5641)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueWorkbenchSelectFuncScRsp { + #[prost(message, optional, tag = "7")] + pub cgcjfphmmfg: ::core::option::Option, + #[prost(uint32, tag = "9")] + pub fhmhclamano: u32, + #[prost(uint32, tag = "6")] + pub retcode: u32, +} +/// Obf: KIOAFCJGAJL +#[derive(proto_derive::CmdID)] +#[cmdid(5672)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueWorkbenchGetInfoCsReq { + #[prost(uint32, tag = "3")] + pub prop_entity_id: u32, +} +/// Obf: BGADNJNAHBP +#[derive(proto_derive::CmdID)] +#[cmdid(5674)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueWorkbenchGetInfoScRsp { + #[prost(map = "uint32, message", tag = "1")] + pub acdloddhhdj: ::std::collections::HashMap, + #[prost(uint32, tag = "15")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kmmhjdncbab { + #[prost( + oneof = "kmmhjdncbab::Elkofaalaoj", + tags = "7, 3, 9, 8, 10, 12, 13, 15, 4, 14" + )] + pub elkofaalaoj: ::core::option::Option, +} +/// Nested message and enum types in `KMMHJDNCBAB`. +pub mod kmmhjdncbab { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Elkofaalaoj { + #[prost(message, tag = "7")] + Ennablpiaee(super::Pfccjjjlpic), + #[prost(message, tag = "3")] + Ekdhjfnnnnb(super::Jjppooadfoo), + #[prost(message, tag = "9")] + Bclcjejhgae(super::Oomfcadddpb), + #[prost(message, tag = "8")] + Macimgbebdd(super::Kmooalcloln), + #[prost(message, tag = "10")] + Cbbdbjgjamo(super::Kmfikfjiemo), + #[prost(message, tag = "12")] + ScepterInfo(super::Mimlaklpcpl), + #[prost(message, tag = "13")] + MagicUnit(super::Laghmblemjj), + #[prost(message, tag = "15")] + Ceplfbbjigk(super::Daopafhnnah), + #[prost(message, tag = "4")] + Mojkoedkgao(super::Fhejdfgdpmo), + #[prost(message, tag = "14")] + Dcppmnokcoc(super::Lepmikonnph), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pfccjjjlpic { + #[prost(bool, tag = "1")] + pub jcjfclcijoj: bool, + #[prost(int32, tag = "3")] + pub cnoakbiecfn: i32, + #[prost(uint32, tag = "12")] + pub gciagndoond: u32, + #[prost(message, optional, tag = "14")] + pub item_cost_list: ::core::option::Option, + #[prost(uint32, tag = "9")] + pub hnnkomjoldf: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jjppooadfoo { + #[prost(uint32, tag = "7")] + pub gciagndoond: u32, + #[prost(message, optional, tag = "13")] + pub item_cost_list: ::core::option::Option, + #[prost(int32, tag = "2")] + pub cnoakbiecfn: i32, + #[prost(bool, tag = "10")] + pub jcjfclcijoj: bool, + #[prost(uint32, tag = "14")] + pub hnnkomjoldf: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Oomfcadddpb { + #[prost(map = "uint32, uint32", tag = "4")] + pub gaclcfenklm: ::std::collections::HashMap, + #[prost(uint32, tag = "11")] + pub max_num: u32, + #[prost(uint32, tag = "2")] + pub cur_num: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kmooalcloln { + #[prost(int32, tag = "11")] + pub cnoakbiecfn: i32, + #[prost(uint32, tag = "15")] + pub hnnkomjoldf: u32, + #[prost(message, optional, tag = "12")] + pub item_cost_list: ::core::option::Option, + #[prost(map = "uint32, bool", tag = "8")] + pub namjocfllln: ::std::collections::HashMap, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kmfikfjiemo { + #[prost(uint32, tag = "1")] + pub hnnkomjoldf: u32, + #[prost(message, optional, tag = "10")] + pub item_cost_list: ::core::option::Option, + #[prost(int32, tag = "5")] + pub cnoakbiecfn: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jjhokemclgi { + #[prost(message, optional, tag = "3")] + pub scepter_info: ::core::option::Option, + #[prost(bool, tag = "14")] + pub ibpppcmoafi: bool, + #[prost(message, optional, tag = "13")] + pub item_cost_list: ::core::option::Option, +} +/// _GenerateShopData(MIMLAKLPCPL proto) +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mimlaklpcpl { + #[prost(message, repeated, tag = "9")] + pub scepter_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ddbgphlegic { + #[prost(bool, tag = "2")] + pub ibpppcmoafi: bool, + #[prost(uint32, tag = "10")] + pub unit_id: u32, + #[prost(uint32, tag = "4")] + pub unit_level: u32, + #[prost(message, optional, tag = "14")] + pub item_cost_list: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Laghmblemjj { + #[prost(message, repeated, tag = "12")] + pub magic_unit_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Daopafhnnah { + #[prost(uint32, tag = "9")] + pub hnnkomjoldf: u32, + #[prost(int32, tag = "5")] + pub cnoakbiecfn: i32, + #[prost(message, optional, tag = "13")] + pub item_cost_list: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fhejdfgdpmo { + #[prost(int32, tag = "11")] + pub cnoakbiecfn: i32, + #[prost(message, optional, tag = "5")] + pub fbdbgknhlgm: ::core::option::Option, + #[prost(map = "uint32, message", tag = "4")] + pub ckhckomeeko: ::std::collections::HashMap, + #[prost(uint32, tag = "7")] + pub hnnkomjoldf: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ammdinmbhpf { + #[prost(message, optional, tag = "13")] + pub item_cost_list: ::core::option::Option, + #[prost(uint32, tag = "12")] + pub scepter_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lepmikonnph { + #[prost(message, repeated, tag = "10")] + pub inbmdbmeiaf: ::prost::alloc::vec::Vec, +} +/// Obf: MCDACLLDOBL +#[derive(proto_derive::CmdID)] +#[cmdid(5647)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueWorkbenchHandleFuncCsReq { + #[prost(uint32, tag = "5")] + pub prop_entity_id: u32, + #[prost(uint32, tag = "4")] + pub fhmhclamano: u32, + #[prost(message, optional, tag = "10")] + pub incbpllmnfk: ::core::option::Option, +} +/// Obf: NADLEHHCAMC +#[derive(proto_derive::CmdID)] +#[cmdid(5626)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueWorkbenchHandleFuncScRsp { + #[prost(uint32, tag = "6")] + pub retcode: u32, + #[prost(message, optional, tag = "9")] + pub cgcjfphmmfg: ::core::option::Option, + #[prost(uint32, tag = "13")] + pub fhmhclamano: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Emkphpfbing { + #[prost( + oneof = "emkphpfbing::Nogjiaolohm", + tags = "7, 6, 14, 2, 4, 12, 13, 15, 9, 8" + )] + pub nogjiaolohm: ::core::option::Option, +} +/// Nested message and enum types in `EMKPHPFBING`. +pub mod emkphpfbing { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Nogjiaolohm { + #[prost(message, tag = "7")] + Ennablpiaee(super::Acfpfoakmip), + #[prost(message, tag = "6")] + Ekdhjfnnnnb(super::Cpgmgbdbjff), + #[prost(message, tag = "14")] + Bclcjejhgae(super::Djegfjilpaa), + #[prost(message, tag = "2")] + Macimgbebdd(super::Lkpplddcfjk), + #[prost(message, tag = "4")] + Cbbdbjgjamo(super::Igdkdckmpfj), + #[prost(message, tag = "12")] + ScepterInfo(super::Mejjndlfmpp), + #[prost(message, tag = "13")] + MagicUnit(super::Opghbobamci), + #[prost(message, tag = "15")] + Ceplfbbjigk(super::Jbpjhlmnheg), + #[prost(message, tag = "9")] + Mojkoedkgao(super::Pkhpniincld), + #[prost(message, tag = "8")] + Dcppmnokcoc(super::Ljhgbbkhaho), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Acfpfoakmip { + #[prost(uint32, tag = "11")] + pub hhkappelkcg: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cpgmgbdbjff { + #[prost(uint32, tag = "11")] + pub pmamcoollcn: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Djegfjilpaa { + #[prost(uint32, tag = "6")] + pub fblcpojkcjc: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lkpplddcfjk { + #[prost(uint32, repeated, tag = "8")] + pub ngccbncafnk: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Igdkdckmpfj { + #[prost(uint32, tag = "6")] + pub bkcjlgjhpeo: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mejjndlfmpp { + #[prost(uint32, tag = "4")] + pub paehkcncohi: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Opghbobamci { + #[prost(uint32, repeated, tag = "1")] + pub jambhpjehak: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jbpjhlmnheg { + #[prost(uint32, repeated, tag = "5")] + pub aifeifepigb: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pkhpniincld { + #[prost(uint32, tag = "1")] + pub unit_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ljhgbbkhaho { + #[prost(uint32, tag = "6")] + pub scepter_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hkmbkgenkbg { + #[prost(enumeration = "Lbaooajplmj", tag = "5")] + pub status: i32, + #[prost(uint32, tag = "8")] + pub olmohjoakgf: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Laokojaiopd { + #[prost(uint32, tag = "5")] + pub olmohjoakgf: u32, + #[prost(uint32, tag = "7")] + pub ipogpdabcif: u32, + #[prost(enumeration = "Flkhdjjiafk", tag = "8")] + pub status: i32, +} +/// Obf: POCNJFCPGOF +#[derive(proto_derive::CmdID)] +#[cmdid(5697)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueCollectionCsReq {} +/// Obf: BMNNFNGNPAG +#[derive(proto_derive::CmdID)] +#[cmdid(5627)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueCollectionScRsp { + #[prost(uint32, tag = "6")] + pub retcode: u32, + #[prost(message, repeated, tag = "8")] + pub inkhjfopnak: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "7")] + pub pkhkabegpjf: ::prost::alloc::vec::Vec, +} +/// Obf: NMJMPCPJIID +#[derive(proto_derive::CmdID)] +#[cmdid(5659)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetRogueCollectionCsReq { + #[prost(uint32, repeated, tag = "13")] + pub fnlpoahggoe: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "6")] + pub mlljgokflnl: ::prost::alloc::vec::Vec, + #[prost(enumeration = "Pcpolnffhed", repeated, tag = "9")] + pub bambpigombo: ::prost::alloc::vec::Vec, +} +/// Obf: FBFJCLEOHGO +#[derive(proto_derive::CmdID)] +#[cmdid(5648)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetRogueCollectionScRsp { + #[prost(message, repeated, tag = "6")] + pub inkhjfopnak: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(message, repeated, tag = "3")] + pub pkhkabegpjf: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ibfalcfdldg { + #[prost(uint32, tag = "1")] + pub jbpmlmccndo: u32, + #[prost(enumeration = "Anjaolamece", tag = "13")] + pub status: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bhofjllbknb { + #[prost(enumeration = "Flkhdjjiafk", tag = "5")] + pub status: i32, + #[prost(uint32, tag = "8")] + pub ipogpdabcif: u32, + #[prost(uint32, tag = "10")] + pub jbpmlmccndo: u32, +} +/// Obf: PBONOLJHJKC +#[derive(proto_derive::CmdID)] +#[cmdid(5624)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueExhibitionCsReq {} +/// Obf: BEKKNJNMIKB +#[derive(proto_derive::CmdID)] +#[cmdid(5696)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueExhibitionScRsp { + #[prost(message, repeated, tag = "11")] + pub einbmkmcfia: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "7")] + pub aneofhikdgk: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "6")] + pub retcode: u32, +} +/// Obf: FFNINMGFIGL +#[derive(proto_derive::CmdID)] +#[cmdid(5609)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetRogueExhibitionCsReq { + #[prost(uint32, repeated, tag = "5")] + pub ieobdkkbhlf: ::prost::alloc::vec::Vec, + #[prost(enumeration = "Pcpolnffhed", repeated, tag = "4")] + pub lapideobjgl: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "8")] + pub nbjkmcjfijc: ::prost::alloc::vec::Vec, +} +/// Obf: ELGHDFDJKBJ +#[derive(proto_derive::CmdID)] +#[cmdid(5699)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetRogueExhibitionScRsp { + #[prost(message, repeated, tag = "13")] + pub einbmkmcfia: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(message, repeated, tag = "14")] + pub aneofhikdgk: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Enhhgamekmb { + #[prost(uint32, tag = "1")] + pub cgegioedbmc: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ompebdaofig { + #[prost(uint32, tag = "11")] + pub level: u32, + #[prost(uint32, tag = "14")] + pub ibpkmlpppmo: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lgdkppiofje { + #[prost(uint32, tag = "14")] + pub ibpkmlpppmo: u32, + #[prost(bool, tag = "9")] + pub fglfgcjdgno: bool, + #[prost(oneof = "lgdkppiofje::Ccaelaaifcc", tags = "3, 13")] + pub ccaelaaifcc: ::core::option::Option, +} +/// Nested message and enum types in `LGDKPPIOFJE`. +pub mod lgdkppiofje { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Ccaelaaifcc { + #[prost(message, tag = "3")] + Bkngcbibpfk(super::Enhhgamekmb), + #[prost(message, tag = "13")] + Ahlakkgphgd(super::Ompebdaofig), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bgcpdihelnn { + #[prost(uint32, tag = "1")] + pub group_id: u32, + #[prost(bool, tag = "13")] + pub jmmfakmhkna: bool, + #[prost(message, repeated, tag = "10")] + pub fkejnjijmdc: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bbhpeanekkm { + #[prost(uint32, tag = "2")] + pub pfihnpibegn: u32, + #[prost(uint32, tag = "1")] + pub kbednfjcaoc: u32, + #[prost(uint32, tag = "8")] + pub iheiojkjieh: u32, + #[prost(uint32, tag = "4")] + pub momkfejmjmi: u32, + #[prost(message, optional, tag = "12")] + pub kjipfdmgbba: ::core::option::Option, + #[prost(bool, tag = "9")] + pub poceiiakdei: bool, + #[prost(message, repeated, tag = "14")] + pub maze_group_list: ::prost::alloc::vec::Vec, +} +/// Obf: KBDBECGKHJB +#[derive(proto_derive::CmdID)] +#[cmdid(5617)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueGetGambleInfoCsReq { + #[prost(uint32, tag = "9")] + pub prop_entity_id: u32, +} +/// Obf: JFOMPJAJNHL +#[derive(proto_derive::CmdID)] +#[cmdid(5637)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueGetGambleInfoScRsp { + #[prost(message, optional, tag = "10")] + pub ojahhgplbfh: ::core::option::Option, + #[prost(uint32, tag = "13")] + pub retcode: u32, +} +/// Obf: IALMAFLEBEN +#[derive(proto_derive::CmdID)] +#[cmdid(5675)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueDoGambleCsReq { + #[prost(uint32, tag = "1")] + pub prop_entity_id: u32, +} +/// Obf: JFHDCEOKOII +#[derive(proto_derive::CmdID)] +#[cmdid(5668)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueDoGambleScRsp { + #[prost(uint32, tag = "15")] + pub iidkigdnckg: u32, + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(uint32, tag = "10")] + pub deiafknfmgo: u32, + #[prost(message, optional, tag = "13")] + pub ojahhgplbfh: ::core::option::Option, +} +/// Obf: OHNOEHNLBFE +#[derive(proto_derive::CmdID)] +#[cmdid(5621)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueDebugMessageScNotify { + #[prost(string, tag = "4")] + pub lehbficlhon: ::prost::alloc::string::String, + #[prost(enumeration = "Klgilfnfkeo", tag = "3")] + pub slot: i32, + #[prost(string, tag = "10")] + pub ncagbfakcni: ::prost::alloc::string::String, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dnpmgacebmm { + #[prost(message, optional, tag = "5")] + pub aghlhomlaoa: ::core::option::Option, + #[prost(uint32, tag = "10")] + pub eifhocnalba: u32, + #[prost(uint32, tag = "3")] + pub cur_reach_room_num: u32, + #[prost(uint32, repeated, tag = "4")] + pub avatar_id_list: ::prost::alloc::vec::Vec, + #[prost(enumeration = "RogueStatus", tag = "7")] + pub status: i32, + #[prost(uint32, tag = "1")] + pub map_id: u32, + #[prost(uint32, repeated, tag = "9")] + pub moiccjnmbbi: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "13")] + pub pfpdffcgknb: ::core::option::Option, + #[prost(uint32, tag = "12")] + pub cghkmjgkkij: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bodmnhnoalh { + #[prost(bool, tag = "15")] + pub gkonjamicjm: bool, + #[prost(uint32, tag = "2")] + pub khgjljhplpm: u32, + #[prost(uint32, tag = "4")] + pub albigngfbfo: u32, + #[prost(uint32, tag = "11")] + pub pkejeoebbjg: u32, + #[prost(uint32, tag = "8")] + pub pkimfmogbbi: u32, + #[prost(uint32, tag = "6")] + pub ngkabplaegp: u32, + #[prost(uint32, tag = "12")] + pub kodgncjfgel: u32, + #[prost(uint32, tag = "5")] + pub battle_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dldbgbcecnl { + #[prost(uint32, tag = "7")] + pub module_id: u32, + #[prost(uint32, tag = "6")] + pub area_id: u32, + #[prost(message, optional, tag = "5")] + pub ngefpceemef: ::core::option::Option, + #[prost(message, optional, tag = "3")] + pub hcmhgkijkfi: ::core::option::Option, +} +/// Obf: NJPELFOBLLL +#[derive(proto_derive::CmdID)] +#[cmdid(6002)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueEndlessActivityDataCsReq {} +/// Obf: KLEJEDHONDO +#[derive(proto_derive::CmdID)] +#[cmdid(6008)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRogueEndlessActivityDataScRsp { + #[prost(uint32, tag = "4")] + pub cjnmeiokfab: u32, + #[prost(uint32, repeated, tag = "2")] + pub lhfdcbafjgk: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "6")] + pub apgbcnnphmb: u32, + #[prost(uint32, tag = "1")] + pub retcode: u32, + #[prost(message, repeated, tag = "5")] + pub data: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kngglepoceb { + #[prost(enumeration = "AvatarType", tag = "12")] + pub avatar_type: i32, + #[prost(uint32, tag = "1")] + pub avatar_id: u32, +} +/// Obf: CIDLFBPHHOO +#[derive(proto_derive::CmdID)] +#[cmdid(6007)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterRogueEndlessActivityStageCsReq { + #[prost(uint32, tag = "5")] + pub gkcakeddepn: u32, + #[prost(message, repeated, tag = "9")] + pub avatar_list: ::prost::alloc::vec::Vec, +} +/// Obf: IDANAJJDOOE +#[derive(proto_derive::CmdID)] +#[cmdid(6003)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterRogueEndlessActivityStageScRsp { + #[prost(message, optional, tag = "6")] + pub hcmhgkijkfi: ::core::option::Option, + #[prost(uint32, tag = "4")] + pub retcode: u32, + #[prost(message, optional, tag = "13")] + pub battle_info: ::core::option::Option, +} +/// Obf: LBMHLMBOOPK +#[derive(proto_derive::CmdID)] +#[cmdid(6010)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueEndlessActivityBattleEndScNotify { + #[prost(message, optional, tag = "7")] + pub hcmhgkijkfi: ::core::option::Option, +} +/// Obf: NCJJPHPNGKB +#[derive(proto_derive::CmdID)] +#[cmdid(6004)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeRogueEndlessActivityPointRewardCsReq { + #[prost(uint32, tag = "2")] + pub level: u32, + #[prost(bool, tag = "10")] + pub mgciacfkbfm: bool, +} +/// Obf: DMOKKEHNLFM +#[derive(proto_derive::CmdID)] +#[cmdid(6005)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeRogueEndlessActivityPointRewardScRsp { + #[prost(uint32, tag = "12")] + pub apgbcnnphmb: u32, + #[prost(message, optional, tag = "9")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(uint32, tag = "8")] + pub level: u32, + #[prost(bool, tag = "10")] + pub mgciacfkbfm: bool, + #[prost(uint32, repeated, tag = "7")] + pub lhfdcbafjgk: ::prost::alloc::vec::Vec, +} +/// Obf: IBEINCCBNHF +#[derive(proto_derive::CmdID)] +#[cmdid(6006)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeRogueEndlessActivityAllBonusRewardCsReq {} +/// Obf: JNECIAAFKDF +#[derive(proto_derive::CmdID)] +#[cmdid(6009)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeRogueEndlessActivityAllBonusRewardScRsp { + #[prost(uint32, tag = "6")] + pub apgbcnnphmb: u32, + #[prost(uint32, tag = "7")] + pub retcode: u32, + #[prost(uint32, repeated, tag = "1")] + pub lhfdcbafjgk: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "12")] + pub reward: ::core::option::Option, +} +/// Obf: HDNOCONLIKC +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicSceneInfo { + #[prost(message, optional, tag = "15")] + pub scene: ::core::option::Option, + #[prost(message, optional, tag = "14")] + pub lineup: ::core::option::Option, + #[prost(message, optional, tag = "6")] + pub map_rotation_data: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicLayer { + #[prost(message, repeated, tag = "14")] + pub room_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "1")] + pub level_index: u32, + /// 101 + #[prost(uint32, tag = "13")] + pub layer_id: u32, + #[prost(uint32, tag = "8")] + pub cur_room_index: u32, + #[prost(enumeration = "RogueMagicLayerStatus", tag = "12")] + pub status: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicRoom { + #[prost(uint32, tag = "11")] + pub room_id: u32, + #[prost(enumeration = "RogueMagicRoomStatus", tag = "10")] + pub status: i32, + #[prost(uint32, tag = "1")] + pub fgihhaahgda: u32, + #[prost(uint32, tag = "15")] + pub room_index: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicGameLevel { + #[prost(enumeration = "RogueMagicSetttleReason", tag = "2")] + pub reason: i32, + #[prost(enumeration = "RogueMagicLevelStatus", tag = "15")] + pub status: i32, + #[prost(uint32, tag = "12")] + pub labgkmpmbed: u32, + #[prost(uint32, tag = "1")] + pub cur_level_index: u32, + #[prost(uint32, tag = "7")] + pub kdbipnogidj: u32, + #[prost(message, repeated, tag = "8")] + pub layer_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicScepterInfo { + #[prost(bool, tag = "15")] + pub epkbabncjdc: bool, + #[prost(message, repeated, tag = "14")] + pub inbmdbmeiaf: ::prost::alloc::vec::Vec, + /// Value is 1 + #[prost(uint32, tag = "3")] + pub fiiabcbfabd: u32, + #[prost(message, repeated, tag = "6")] + pub magic_unit_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Epedofhkgej { + #[prost(uint32, repeated, tag = "14")] + pub ollpmbhkblc: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lkjmdoahgin { + #[prost(uint32, tag = "13")] + pub fnljpojfhoa: u32, +} +/// Obf: ANAJJEOEPPH +#[derive(proto_derive::CmdID)] +#[cmdid(7798)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicStartCsReq { + #[prost(uint32, tag = "7")] + pub style_type: u32, + #[prost(uint32, repeated, tag = "4")] + pub diff_comp_ids: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "8")] + pub area_id: u32, + #[prost(uint32, repeated, tag = "9")] + pub avatar_id_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicGameData { + #[prost(message, optional, tag = "1")] + pub lineup: ::core::option::Option, + #[prost(message, optional, tag = "5")] + pub game_item: ::core::option::Option, + #[prost(message, optional, tag = "12")] + pub lnpahjdcend: ::core::option::Option, + #[prost(message, optional, tag = "9")] + pub level: ::core::option::Option, + #[prost(message, optional, tag = "7")] + pub cbfigladlmm: ::core::option::Option, + #[prost(message, optional, tag = "13")] + pub jdmgjdbmhej: ::core::option::Option, + #[prost(message, optional, tag = "10")] + pub scepter_info: ::core::option::Option, + #[prost(message, optional, tag = "14")] + pub basic_info: ::core::option::Option, +} +/// Obf: HCNEHMJOFEN +#[derive(proto_derive::CmdID)] +#[cmdid(7771)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicStartScRsp { + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(message, optional, tag = "2")] + pub scene_ext_info: ::core::option::Option, + #[prost(message, optional, tag = "9")] + pub rogue_game_data: ::core::option::Option, +} +/// Obf: OEGHGHOGMEC +#[derive(proto_derive::CmdID)] +#[cmdid(7783)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicEnterCsReq {} +/// Obf: ELIOHELKIKJ +#[derive(proto_derive::CmdID)] +#[cmdid(7742)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicEnterScRsp { + #[prost(message, optional, tag = "2")] + pub scene_ext_info: ::core::option::Option, + #[prost(message, optional, tag = "14")] + pub rogue_game_data: ::core::option::Option, + #[prost(uint32, tag = "5")] + pub retcode: u32, +} +/// Obf: DFKNEIPFKPC +#[derive(proto_derive::CmdID)] +#[cmdid(7779)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicLeaveCsReq {} +/// Obf: OFONGOCPKFB +#[derive(proto_derive::CmdID)] +#[cmdid(7777)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicLeaveScRsp { + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(message, optional, tag = "14")] + pub scene_ext_info: ::core::option::Option, +} +/// Obf: OBPFMBMDHGA +#[derive(proto_derive::CmdID)] +#[cmdid(7728)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicEnterRoomCsReq { + #[prost(uint32, tag = "5")] + pub cur_room_index: u32, + #[prost(uint32, tag = "3")] + pub next_room_type: u32, +} +/// Obf: KNENKKMGBOM +#[derive(proto_derive::CmdID)] +#[cmdid(7738)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicEnterRoomScRsp { + #[prost(uint32, tag = "14")] + pub retcode: u32, + #[prost(message, optional, tag = "4")] + pub scene_ext_info: ::core::option::Option, +} +/// Obf: ILEMBANOAEL +#[derive(proto_derive::CmdID)] +#[cmdid(7778)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicEnterLayerCsReq { + #[prost(uint32, tag = "1")] + pub next_room_type: u32, + #[prost(uint32, tag = "11")] + pub cur_level_index: u32, +} +/// Obf: KOAHDCJCJID +#[derive(proto_derive::CmdID)] +#[cmdid(7756)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicEnterLayerScRsp { + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(message, optional, tag = "4")] + pub scene_ext_info: ::core::option::Option, +} +/// Obf: KMJAAMDCKGM +#[derive(proto_derive::CmdID)] +#[cmdid(7789)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicLevelInfoUpdateScNotify { + #[prost(enumeration = "RogueMagicSetttleReason", tag = "1")] + pub reason: i32, + #[prost(uint32, tag = "13")] + pub kdbipnogidj: u32, + #[prost(enumeration = "RogueMagicLevelStatus", tag = "15")] + pub status: i32, + #[prost(message, repeated, tag = "3")] + pub layer_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "9")] + pub labgkmpmbed: u32, + #[prost(uint32, tag = "2")] + pub cur_level_index: u32, +} +/// Obf: MIMIAFFOFGA +#[derive(proto_derive::CmdID)] +#[cmdid(7722)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicAreaUpdateScNotify { + #[prost(message, repeated, tag = "14")] + pub area_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cofofdfplbe { + #[prost(uint32, tag = "11")] + pub acbdloopbmh: u32, + #[prost(bool, tag = "5")] + pub plfpjdmgbbn: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lmpecjmmbhp { + #[prost(uint32, tag = "15")] + pub ejfdjkbglpa: u32, + #[prost(bool, tag = "4")] + pub plfpjdmgbbn: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Agoegahemha { + #[prost(message, optional, tag = "9")] + pub laiokljnpfo: ::core::option::Option, + #[prost(message, optional, tag = "13")] + pub rogue_game_data: ::core::option::Option, + #[prost(message, optional, tag = "15")] + pub daglmonmmmh: ::core::option::Option, + #[prost(message, optional, tag = "1")] + pub ogioneoofin: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jndmkhibcpj { + #[prost(message, repeated, tag = "1")] + pub hhffbjlbokc: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "7")] + pub ajbkfjjhglf: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "6")] + pub hlkbepembdc: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "13")] + pub egdelmangpj: ::prost::alloc::vec::Vec, +} +/// Obf: OOMFPLBDHJG +#[derive(proto_derive::CmdID)] +#[cmdid(7720)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicBattleFailSettleInfoScNotify { + #[prost(message, optional, tag = "12")] + pub bofmficeegp: ::core::option::Option, + #[prost(message, optional, tag = "9")] + pub scene_ext_info: ::core::option::Option, +} +/// Obf: PDJCLDLPCKA +#[derive(proto_derive::CmdID)] +#[cmdid(7733)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicSettleCsReq {} +/// Obf: GDKKKJNKPME +#[derive(proto_derive::CmdID)] +#[cmdid(7712)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicSettleScRsp { + #[prost(message, optional, tag = "9")] + pub helhobnajil: ::core::option::Option, + #[prost(message, optional, tag = "4")] + pub scene_ext_info: ::core::option::Option, + #[prost(message, optional, tag = "8")] + pub bofmficeegp: ::core::option::Option, + #[prost(message, optional, tag = "15")] + pub ehpmbdcaipe: ::core::option::Option, + #[prost(uint32, tag = "6")] + pub retcode: u32, +} +/// Obf: BMFCACBFJJK +#[derive(proto_derive::CmdID)] +#[cmdid(7750)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicReviveCostUpdateScNotify { + #[prost(message, optional, tag = "4")] + pub rogue_revive_cost: ::core::option::Option, +} +/// Obf: BCLMEAFODBD +#[derive(proto_derive::CmdID)] +#[cmdid(7731)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicReviveAvatarCsReq { + #[prost(uint32, tag = "10")] + pub oiaecielhaf: u32, + #[prost(uint32, repeated, tag = "2")] + pub avatar_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: PGFDHKJJEMO +#[derive(proto_derive::CmdID)] +#[cmdid(7704)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicReviveAvatarScRsp { + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(message, optional, tag = "14")] + pub rogue_revive_cost: ::core::option::Option, +} +/// Obf: IJFGJAJGBDF +#[derive(proto_derive::CmdID)] +#[cmdid(7760)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicQueryCsReq {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicFinishRecord { + #[prost(uint32, repeated, tag = "1108")] + pub fgknnfghegg: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "2")] + pub rogue_coin: u32, + #[prost(uint32, tag = "14")] + pub acmfdigcdoo: u32, + #[prost(uint32, tag = "7")] + pub kgodmcgknhe: u32, + #[prost(uint32, tag = "6")] + pub kdbipnogidj: u32, + #[prost(uint32, tag = "5")] + pub gffkahpjpoh: u32, + #[prost(uint32, tag = "15")] + pub fiiabcbfabd: u32, + #[prost(message, repeated, tag = "1223")] + pub magic_unit_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub fipmdhihibb: u32, + #[prost(uint32, tag = "8")] + pub hhpdcidlabc: u32, + #[prost(message, repeated, tag = "1371")] + pub inbmdbmeiaf: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "1225")] + pub avatar_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "9")] + pub dhnmhpnjppl: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mjkpapmilml { + #[prost(uint32, repeated, tag = "1123")] + pub oonpfgpjbip: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicArea { + /// ignore this?? + #[prost(uint32, repeated, tag = "1")] + pub pjjgemmmace: ::prost::alloc::vec::Vec, + /// true + #[prost(bool, tag = "12")] + pub is_passed: bool, + #[prost(message, optional, tag = "13")] + pub econhgpndki: ::core::option::Option, + /// true + #[prost(bool, tag = "4")] + pub laeahdlhogd: bool, + #[prost(uint32, tag = "15")] + pub iekbmjeoinp: u32, + /// true + #[prost(bool, tag = "11")] + pub hfehkmbikpn: bool, + /// set to null? + #[prost(message, optional, tag = "3")] + pub record_info: ::core::option::Option, + #[prost(uint32, tag = "14")] + pub area_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicDiffComp { + #[prost(bool, tag = "10")] + pub is_passed: bool, + #[prost(uint32, tag = "6")] + pub difficulty_comp_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicStoryArchive { + #[prost(uint32, repeated, tag = "14")] + pub story_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicData { + #[prost(message, optional, tag = "3")] + pub story_buff_info: ::core::option::Option, + #[prost(message, repeated, tag = "5")] + pub area_list: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "10")] + pub rogue_magic_talent: ::core::option::Option, + #[prost(message, repeated, tag = "6")] + pub magic_unit_list: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "7")] + pub style_type_ids: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "9")] + pub diff_comp_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "8")] + pub scepter_list: ::prost::alloc::vec::Vec, +} +/// Obf: LODOBDFHDLL +#[derive(proto_derive::CmdID)] +#[cmdid(7752)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicQueryScRsp { + #[prost(message, optional, tag = "1")] + pub rogue_game_data: ::core::option::Option, + #[prost(message, optional, tag = "3")] + pub rogue_data: ::core::option::Option, + #[prost(uint32, tag = "15")] + pub retcode: u32, +} +/// Obf: FOGILMDCHAP +#[derive(proto_derive::CmdID)] +#[cmdid(7710)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicScepterDressInUnitCsReq { + #[prost(uint32, tag = "11")] + pub ppomobidlfb: u32, + #[prost(uint32, tag = "15")] + pub scepter_id: u32, + #[prost(uint32, tag = "14")] + pub slot_id: u32, +} +/// Obf: MBHFHGIFNMM +#[derive(proto_derive::CmdID)] +#[cmdid(7800)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicScepterDressInUnitScRsp { + #[prost(uint32, tag = "9")] + pub retcode: u32, +} +/// Obf: PPBFLCJBPNI +#[derive(proto_derive::CmdID)] +#[cmdid(7725)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicAutoDressInUnitCsReq { + #[prost(uint32, repeated, tag = "5")] + pub llpgfmdajjp: ::prost::alloc::vec::Vec, +} +/// Obf: IFMOFMEKACC +#[derive(proto_derive::CmdID)] +#[cmdid(7715)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicAutoDressInUnitScRsp { + #[prost(uint32, tag = "3")] + pub retcode: u32, +} +/// Obf: FLLEDHGKDBF +#[derive(proto_derive::CmdID)] +#[cmdid(7736)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicSetAutoDressInMagicUnitCsReq { + #[prost(bool, tag = "2")] + pub fekhlponoip: bool, +} +/// Obf: DGCIDPEJDBE +#[derive(proto_derive::CmdID)] +#[cmdid(7702)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicSetAutoDressInMagicUnitScRsp { + #[prost(bool, tag = "4")] + pub fekhlponoip: bool, + #[prost(uint32, tag = "6")] + pub retcode: u32, +} +/// Obf: ICMAAEDMJKP +#[derive(proto_derive::CmdID)] +#[cmdid(7792)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicAutoDressInMagicUnitChangeScNotify { + #[prost(bool, tag = "1")] + pub fekhlponoip: bool, +} +/// Obf: EDIPHGHEDHM +#[derive(proto_derive::CmdID)] +#[cmdid(7762)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicScepterTakeOffUnitCsReq { + #[prost(uint32, tag = "11")] + pub scepter_id: u32, + #[prost(uint32, repeated, tag = "12")] + pub llpgfmdajjp: ::prost::alloc::vec::Vec, +} +/// Obf: EPIBMPPINOE +#[derive(proto_derive::CmdID)] +#[cmdid(7706)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicScepterTakeOffUnitScRsp { + #[prost(uint32, tag = "7")] + pub retcode: u32, +} +/// Obf: KGEIGBCGGJI +#[derive(proto_derive::CmdID)] +#[cmdid(7723)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicUnitComposeCsReq { + #[prost(uint32, repeated, tag = "6")] + pub llpgfmdajjp: ::prost::alloc::vec::Vec, +} +/// Obf: KMIPIFCILKJ +#[derive(proto_derive::CmdID)] +#[cmdid(7785)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicUnitComposeScRsp { + #[prost(uint32, tag = "9")] + pub retcode: u32, +} +/// Obf: JJPCPLBLMGL +#[derive(proto_derive::CmdID)] +#[cmdid(7716)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicUnitReforgeCsReq { + #[prost(uint32, repeated, tag = "4")] + pub llpgfmdajjp: ::prost::alloc::vec::Vec, +} +/// Obf: CDIJDICEGCD +#[derive(proto_derive::CmdID)] +#[cmdid(7714)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicUnitReforgeScRsp { + #[prost(uint32, tag = "13")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicTalent { + #[prost(uint32, tag = "6")] + pub talent_coin: u32, + #[prost(message, optional, tag = "10")] + pub talent_info: ::core::option::Option, +} +/// Obf: IFAPEDJLNDD +#[derive(proto_derive::CmdID)] +#[cmdid(7788)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicGetTalentInfoCsReq {} +/// Obf: EHOGIEICJIG +#[derive(proto_derive::CmdID)] +#[cmdid(7793)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicGetTalentInfoScRsp { + #[prost(message, optional, tag = "12")] + pub rogue_magic_talent: ::core::option::Option, + #[prost(uint32, tag = "3")] + pub retcode: u32, +} +/// Obf: KBGBNIJLKKP +#[derive(proto_derive::CmdID)] +#[cmdid(7763)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicEnableTalentCsReq { + #[prost(uint32, tag = "6")] + pub talent_id: u32, +} +/// Obf: EANPBEIINOH +#[derive(proto_derive::CmdID)] +#[cmdid(7755)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicEnableTalentScRsp { + #[prost(uint32, tag = "4")] + pub retcode: u32, + #[prost(message, optional, tag = "12")] + pub rogue_magic_talent: ::core::option::Option, +} +/// Obf: BDIJOCLDHCI +#[derive(proto_derive::CmdID)] +#[cmdid(7765)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicGetMiscRealTimeDataCsReq {} +/// Obf: ICLPJMOPKMM +#[derive(proto_derive::CmdID)] +#[cmdid(7757)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicGetMiscRealTimeDataScRsp { + #[prost(message, optional, tag = "11")] + pub laiokljnpfo: ::core::option::Option, + #[prost(message, optional, tag = "13")] + pub ogioneoofin: ::core::option::Option, + #[prost(uint32, tag = "7")] + pub retcode: u32, +} +/// Obf: MGEDFNCBNJG +#[derive(proto_derive::CmdID)] +#[cmdid(7719)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueMagicStoryInfoUpdateScNotify { + #[prost(uint32, tag = "14")] + pub giakkpmfjhm: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ehliflglcdo { + #[prost(bool, tag = "2")] + pub hncncigafdn: bool, + #[prost(uint32, tag = "1")] + pub ggmojkpmkdg: u32, + #[prost(uint32, tag = "3")] + pub kkmkchacfgh: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Chjhbbmecpb { + #[prost(uint32, repeated, tag = "10")] + pub apbdhjjjgoh: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "7")] + pub hncncigafdn: bool, + #[prost(uint32, tag = "6")] + pub kkmkchacfgh: u32, + #[prost(uint32, tag = "3")] + pub ggmojkpmkdg: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Okfgdnangac { + #[prost(bool, tag = "2")] + pub hncncigafdn: bool, + #[prost(uint32, repeated, tag = "14")] + pub apbdhjjjgoh: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "11")] + pub kkmkchacfgh: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pibanjnobib { + #[prost(bool, tag = "8")] + pub hncncigafdn: bool, + #[prost(uint32, tag = "13")] + pub kkmkchacfgh: u32, + #[prost(uint32, repeated, tag = "5")] + pub ndgnmnoeibe: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "4")] + pub mmnpojokiep: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Egdlokeapkb { + #[prost(uint32, tag = "11")] + pub gjdibelbccj: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Malookaniga { + #[prost(uint32, tag = "11")] + pub hlaadpeooob: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ljfehbffegm { + #[prost(uint32, tag = "1")] + pub ccaeidjloie: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Odankpkhapk { + #[prost(bool, tag = "8")] + pub hncncigafdn: bool, + #[prost(uint32, tag = "1")] + pub jalnenhnbdm: u32, + #[prost(uint32, tag = "11")] + pub kkmkchacfgh: u32, + #[prost(uint32, repeated, tag = "10")] + pub ndgnmnoeibe: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Iaimmecjbjm { + #[prost(uint32, tag = "10")] + pub ccemonolhmp: u32, + #[prost(uint32, tag = "9")] + pub mbnbcalngcb: u32, + #[prost(uint32, tag = "7")] + pub piemgelinik: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jfngjaikjho { + #[prost(uint32, tag = "15")] + pub rogue_buff_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ppbogbbbphm { + #[prost(uint32, tag = "13")] + pub item_id: u32, + #[prost(uint32, tag = "4")] + pub aohgeeadfgi: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kdhgahiapbo { + #[prost(uint32, tag = "15")] + pub num: u32, + #[prost(uint32, tag = "3")] + pub bdlgplpkfin: u32, + #[prost(uint32, tag = "10")] + pub ailkpcjdlaj: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cgiggddonfo { + #[prost(uint32, tag = "12")] + pub num: u32, + #[prost(uint32, tag = "11")] + pub cbnogmpojik: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dapgdcpdepi { + #[prost(uint32, tag = "4")] + pub gjdibelbccj: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Nenpimgjmoc { + #[prost(uint32, tag = "6")] + pub ggmojkpmkdg: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mmcocohedcj { + #[prost(uint32, repeated, tag = "2")] + pub apbdhjjjgoh: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "1")] + pub kkmkchacfgh: u32, + #[prost(bool, tag = "10")] + pub hncncigafdn: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kblfbgikbjj { + #[prost(uint32, tag = "3")] + pub rogue_buff_id: u32, + #[prost(uint32, tag = "5")] + pub nilgimcfadg: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Nfcnifknflc { + #[prost(uint32, tag = "3")] + pub omljjcojdhd: u32, + #[prost(enumeration = "Lghnkkdpadm", tag = "7")] + pub mjogbhkljgm: i32, + #[prost(uint32, tag = "14")] + pub gfdnejlpcmb: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pgcbjimffal { + #[prost(bool, tag = "8")] + pub hncncigafdn: bool, + #[prost(uint32, repeated, tag = "10")] + pub gndjcfdjhej: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "3")] + pub kkmkchacfgh: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fmkbpeiloal { + #[prost(uint32, tag = "6")] + pub fnopnaoflcn: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fiphhmpbdii { + #[prost(uint32, tag = "12")] + pub count: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kemobldnbcg { + #[prost(uint64, tag = "2")] + pub jpkoajgphck: u64, + #[prost(message, optional, tag = "6")] + pub scepter: ::core::option::Option, + #[prost(enumeration = "Jmphnebepgn", tag = "8")] + pub ggpbffejpmg: i32, + #[prost(oneof = "kemobldnbcg::Action", tags = "1863")] + pub action: ::core::option::Option, +} +/// Nested message and enum types in `KEMOBLDNBCG`. +pub mod kemobldnbcg { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Action { + #[prost(message, tag = "1863")] + Ejckaipkphp(super::Pgcbjimffal), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jpegogndpjj { + #[prost(message, repeated, tag = "11")] + pub lanjfbkhedk: ::prost::alloc::vec::Vec, +} +/// Obf: IPCHHCAEEBB +#[derive(proto_derive::CmdID)] +#[cmdid(5383)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueModifierAddNotify { + #[prost(message, optional, tag = "5")] + pub pojglajjcno: ::core::option::Option, +} +/// Obf: HBIADAIOKIG +#[derive(proto_derive::CmdID)] +#[cmdid(5342)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueModifierSelectCellCsReq { + #[prost(uint32, tag = "3")] + pub kmipnookbmb: u32, +} +/// Obf: BKLFBGIDBDI +#[derive(proto_derive::CmdID)] +#[cmdid(5379)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueModifierSelectCellScRsp { + #[prost(message, optional, tag = "15")] + pub dkkjoejniak: ::core::option::Option, + #[prost(uint32, tag = "7")] + pub kmipnookbmb: u32, + #[prost(uint32, tag = "11")] + pub retcode: u32, +} +/// Obf: HBNFBFILDEL +#[derive(proto_derive::CmdID)] +#[cmdid(5312)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueModifierUpdateNotify { + #[prost(message, optional, tag = "15")] + pub pojglajjcno: ::core::option::Option, +} +/// Obf: JHCJIOBJJIM +#[derive(proto_derive::CmdID)] +#[cmdid(5328)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueModifierDelNotify { + #[prost(uint64, tag = "1")] + pub jpkoajgphck: u64, +} +/// Obf: ADHBGJBMICM +#[derive(proto_derive::CmdID)] +#[cmdid(5338)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueModifierStageStartNotify { + #[prost(enumeration = "Jmphnebepgn", tag = "2")] + pub ggpbffejpmg: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fmajkaeaejl { + #[prost(message, optional, tag = "7")] + pub scene: ::core::option::Option, + #[prost(message, optional, tag = "1")] + pub map_rotation_data: ::core::option::Option, + #[prost(message, optional, tag = "5")] + pub lineup: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Danpadnddgd { + #[prost(message, optional, tag = "12")] + pub kankggigmjk: ::core::option::Option, + #[prost(oneof = "danpadnddgd::Action", tags = "296")] + pub action: ::core::option::Option, +} +/// Nested message and enum types in `DANPADNDDGD`. +pub mod danpadnddgd { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Action { + #[prost(message, tag = "296")] + Nlmgheelmhe(super::Ooneofnpfcc), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pfjoghhdeah { + #[prost(bool, tag = "8")] + pub plfpjdmgbbn: bool, + #[prost(uint32, tag = "5")] + pub hdlinlmkpdg: u32, + #[prost(uint32, tag = "14")] + pub ibfflfonfdd: u32, + #[prost(uint32, tag = "12")] + pub efaceoifcln: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kjdlbjhapmj { + #[prost(uint32, tag = "14")] + pub dhcgibdhjdl: u32, + #[prost(bool, tag = "6")] + pub plfpjdmgbbn: bool, + #[prost(uint32, tag = "12")] + pub obkacoogine: u32, + #[prost(uint32, tag = "11")] + pub cbgoldaofmh: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pdlimihckfi { + #[prost(bool, tag = "12")] + pub plfpjdmgbbn: bool, + #[prost(uint32, tag = "2")] + pub hajmiflnbhc: u32, + #[prost(uint32, tag = "15")] + pub gggbcagnbfe: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Obdignpjaaj { + #[prost(bool, tag = "12")] + pub dmleakhkpgj: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ooneofnpfcc { + #[prost(message, optional, tag = "2")] + pub level: ::core::option::Option, + #[prost(message, optional, tag = "1")] + pub hnfpenancbd: ::core::option::Option, + #[prost(message, optional, tag = "9")] + pub game_item: ::core::option::Option, + #[prost(message, optional, tag = "6")] + pub bafgpapkhld: ::core::option::Option, + #[prost(message, optional, tag = "10")] + pub cbfigladlmm: ::core::option::Option, + #[prost(message, optional, tag = "8")] + pub aelebfhhkde: ::core::option::Option, + #[prost(message, optional, tag = "11")] + pub lineup: ::core::option::Option, + #[prost(message, optional, tag = "7")] + pub lnpahjdcend: ::core::option::Option, + #[prost(message, optional, tag = "14")] + pub lmhebamjggf: ::core::option::Option, + #[prost(message, optional, tag = "15")] + pub akcilkifedc: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Clgpakijfgp { + #[prost(message, repeated, tag = "13")] + pub layer_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "8")] + pub cur_level_index: u32, + #[prost(enumeration = "Hcojlfjfmjm", tag = "6")] + pub status: i32, + #[prost(enumeration = "Bgchpbpollk", tag = "1")] + pub reason: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ddjpkkepnjp { + #[prost(uint32, tag = "6")] + pub bfgionbkoli: u32, + #[prost(uint32, tag = "4")] + pub gbobndoalam: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cfkjclmlpnh { + #[prost(uint32, repeated, tag = "6")] + pub ollpmbhkblc: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournLayer { + #[prost(uint32, tag = "3")] + pub layer_id: u32, + #[prost(message, repeated, tag = "5")] + pub room_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "14")] + pub level_index: u32, + #[prost(enumeration = "RogueTournLayerStatus", tag = "15")] + pub status: i32, + #[prost(uint32, tag = "1")] + pub cur_room_index: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournRoom { + #[prost(uint32, tag = "5")] + pub room_id: u32, + #[prost(enumeration = "Pbomiimbjni", tag = "7")] + pub status: i32, + #[prost(uint32, tag = "12")] + pub fgihhaahgda: u32, + #[prost(uint32, tag = "8")] + pub room_index: u32, +} +/// Obf: MJODOOHJBLH +#[derive(proto_derive::CmdID)] +#[cmdid(6072)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournStartCsReq { + #[prost(uint32, tag = "5")] + pub area_id: u32, + #[prost(uint32, repeated, tag = "4")] + pub diff_comp_ids: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "14")] + pub cahmppdmlgh: u32, + #[prost(uint32, repeated, tag = "2")] + pub avatar_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: IIOAFHLKOPC +#[derive(proto_derive::CmdID)] +#[cmdid(6046)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournStartScRsp { + #[prost(message, optional, tag = "1")] + pub rogue_game_data: ::core::option::Option, + #[prost(uint32, tag = "13")] + pub retcode: u32, + #[prost(message, optional, tag = "10")] + pub scene_ext_info: ::core::option::Option, + #[prost(uint32, tag = "15")] + pub cahmppdmlgh: u32, +} +/// Obf: LIBKLJJPPCN +#[derive(proto_derive::CmdID)] +#[cmdid(6066)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournEnterCsReq {} +/// Obf: LBGABEECOPM +#[derive(proto_derive::CmdID)] +#[cmdid(6059)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournEnterScRsp { + #[prost(message, optional, tag = "3")] + pub scene_ext_info: ::core::option::Option, + #[prost(message, optional, tag = "15")] + pub rogue_game_data: ::core::option::Option, + #[prost(uint32, tag = "7")] + pub retcode: u32, +} +/// Obf: DBLFDLAJIBF +#[derive(proto_derive::CmdID)] +#[cmdid(6043)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournLeaveCsReq {} +/// Obf: HDKEALJADDA +#[derive(proto_derive::CmdID)] +#[cmdid(6050)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournLeaveScRsp { + #[prost(uint32, tag = "1")] + pub retcode: u32, + #[prost(message, optional, tag = "14")] + pub scene_ext_info: ::core::option::Option, +} +/// Obf: NCJPNNCPKEI +#[derive(proto_derive::CmdID)] +#[cmdid(6094)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournSettleCsReq {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bjmihhlleep { + #[prost(message, optional, tag = "14")] + pub nfeiidhdenb: ::core::option::Option, + #[prost(message, optional, tag = "10")] + pub daglmonmmmh: ::core::option::Option, + #[prost(message, optional, tag = "1")] + pub rogue_game_data: ::core::option::Option, + #[prost(message, optional, tag = "15")] + pub laiokljnpfo: ::core::option::Option, + #[prost(message, optional, tag = "12")] + pub dpafchmpejc: ::core::option::Option, +} +/// Obf: JOCJILPAAHE +#[derive(proto_derive::CmdID)] +#[cmdid(6030)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournSettleScRsp { + #[prost(message, optional, tag = "3")] + pub bofmficeegp: ::core::option::Option, + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(message, optional, tag = "13")] + pub scene_ext_info: ::core::option::Option, +} +/// Obf: HJPLMPCGEIK +#[derive(proto_derive::CmdID)] +#[cmdid(6079)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournEnterRoomCsReq { + #[prost(uint32, tag = "6")] + pub cur_room_index: u32, + #[prost(uint32, tag = "9")] + pub next_room_type: u32, +} +/// Obf: CCFCLGOFOOE +#[derive(proto_derive::CmdID)] +#[cmdid(6067)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournEnterRoomScRsp { + #[prost(message, optional, tag = "2")] + pub scene_ext_info: ::core::option::Option, + #[prost(uint32, tag = "5")] + pub retcode: u32, +} +/// Obf: AJINMFDGICO +#[derive(proto_derive::CmdID)] +#[cmdid(6038)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournEnterLayerCsReq { + #[prost(uint32, tag = "13")] + pub cur_level_index: u32, + #[prost(uint32, tag = "12")] + pub next_room_type: u32, +} +/// Obf: HCEBPMAJGBG +#[derive(proto_derive::CmdID)] +#[cmdid(6062)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournEnterLayerScRsp { + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(message, optional, tag = "7")] + pub scene_ext_info: ::core::option::Option, +} +/// Obf: NFMIIOFBDAL +#[derive(proto_derive::CmdID)] +#[cmdid(6015)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournLevelInfoUpdateScNotify { + #[prost(enumeration = "Hcojlfjfmjm", tag = "5")] + pub status: i32, + #[prost(enumeration = "Bgchpbpollk", tag = "4")] + pub reason: i32, + #[prost(message, repeated, tag = "8")] + pub layer_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "9")] + pub cur_level_index: u32, +} +/// Obf: KDKMBMEIGFM +#[derive(proto_derive::CmdID)] +#[cmdid(6012)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournTakeExpRewardCsReq { + #[prost(uint32, tag = "13")] + pub admgjlefbip: u32, + #[prost(uint32, repeated, tag = "8")] + pub jgmgcjnfdig: ::prost::alloc::vec::Vec, +} +/// Obf: MGDFGLBGION +#[derive(proto_derive::CmdID)] +#[cmdid(6052)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournTakeExpRewardScRsp { + #[prost(uint32, tag = "15")] + pub exp: u32, + #[prost(message, optional, tag = "4")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(uint32, repeated, tag = "2")] + pub onaiahpoibj: ::prost::alloc::vec::Vec, +} +/// Obf: PCJFIHJDLBF +#[derive(proto_derive::CmdID)] +#[cmdid(6088)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournExpNotify { + #[prost(uint32, tag = "9")] + pub exp: u32, +} +/// Obf: IKMJJBPFCAB +#[derive(proto_derive::CmdID)] +#[cmdid(6014)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournQueryCsReq {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jbjdaihghkn { + #[prost(uint32, repeated, tag = "12")] + pub pjjgemmmace: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "6")] + pub laeahdlhogd: bool, + #[prost(uint32, tag = "5")] + pub area_id: u32, + /// true + #[prost(bool, tag = "15")] + pub hfehkmbikpn: bool, + /// is_passed + #[prost(bool, tag = "7")] + pub is_passed: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lmkdekeidfb { + #[prost(bool, tag = "6")] + pub melnfjpmgip: bool, + #[prost(uint32, tag = "2")] + pub glhdmjclffh: u32, + #[prost(int64, tag = "7")] + pub end_time: i64, + #[prost(uint32, tag = "9")] + pub cahmppdmlgh: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Abcoknjadli { + #[prost(uint32, tag = "13")] + pub exp: u32, + #[prost(uint32, repeated, tag = "4")] + pub onaiahpoibj: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ddojfomjagf { + #[prost(message, optional, tag = "8")] + pub talent_info: ::core::option::Option, + #[prost(uint32, tag = "4")] + pub lccjpjjdkdb: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dkabnljdnpk { + #[prost(uint32, tag = "7")] + pub difficulty_comp_id: u32, + #[prost(bool, tag = "15")] + pub is_passed: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dgiikcodgkn { + #[prost(uint32, tag = "14")] + pub admgjlefbip: u32, + #[prost(uint32, tag = "4")] + pub pajcbcaecgg: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ijmlicagjno { + #[prost(uint32, repeated, tag = "3")] + pub ndghlifghkk: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "7")] + pub lmeebkdobki: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "14")] + pub lmijcpoichi: u32, + #[prost(uint32, repeated, tag = "8")] + pub dgfpmkggfag: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "5")] + pub aklcencmmlf: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "10")] + pub pehidlkdccj: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Chibeoeppml { + #[prost(message, optional, tag = "15")] + pub season_info: ::core::option::Option, + #[prost(message, optional, tag = "3")] + pub gikhhhngehc: ::core::option::Option, + #[prost(message, repeated, tag = "4")] + pub diff_comp_list: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "2")] + pub ldkmcdmdlkl: ::core::option::Option, + #[prost(message, optional, tag = "9")] + pub gieacpcmkpn: ::core::option::Option, + #[prost(message, repeated, tag = "12")] + pub egnghdkoaac: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "11")] + pub area_list: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "13")] + pub bpdefcdbkba: ::core::option::Option, +} +/// Obf: AOCHNKDJLIG +#[derive(proto_derive::CmdID)] +#[cmdid(6033)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournQueryScRsp { + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(message, optional, tag = "14")] + pub rogue_game_data: ::core::option::Option, + #[prost(message, optional, tag = "7")] + pub rogue_data: ::core::option::Option, +} +/// Obf: MDCKGANLFAL +#[derive(proto_derive::CmdID)] +#[cmdid(6020)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournAreaUpdateScNotify { + #[prost(message, repeated, tag = "6")] + pub area_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cnkefabfhgg { + #[prost(int64, tag = "5")] + pub time: i64, + #[prost(int64, tag = "15")] + pub end_time: i64, + #[prost(string, tag = "12")] + pub name: ::prost::alloc::string::String, + #[prost(message, optional, tag = "7")] + pub rogue_game_data: ::core::option::Option, + #[prost(uint32, tag = "13")] + pub mflhiehekmm: u32, + #[prost(message, optional, tag = "4")] + pub season_info: ::core::option::Option, + #[prost(message, optional, tag = "1")] + pub data: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Nbapljdbocb { + #[prost(uint32, tag = "10")] + pub game_item: u32, + #[prost(message, repeated, tag = "7")] + pub miracle_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "3")] + pub buff_list: ::prost::alloc::vec::Vec, +} +/// Obf: JDODEPCABDI +#[derive(proto_derive::CmdID)] +#[cmdid(6032)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournGetAllArchiveCsReq {} +/// Obf: JMDBKIPDDMB +#[derive(proto_derive::CmdID)] +#[cmdid(6081)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournGetAllArchiveScRsp { + #[prost(message, repeated, tag = "1")] + pub amfdapbmdam: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "13")] + pub retcode: u32, +} +/// Obf: KIJBIBGGFDB +#[derive(proto_derive::CmdID)] +#[cmdid(6060)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournDeleteArchiveCsReq { + #[prost(uint32, tag = "2")] + pub mflhiehekmm: u32, +} +/// Obf: OHHCHBLBEFM +#[derive(proto_derive::CmdID)] +#[cmdid(6089)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournDeleteArchiveScRsp { + #[prost(uint32, tag = "6")] + pub mflhiehekmm: u32, + #[prost(uint32, tag = "7")] + pub retcode: u32, +} +/// Obf: BLFBIEDNDKP +#[derive(proto_derive::CmdID)] +#[cmdid(6063)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournRenameArchiveCsReq { + #[prost(string, tag = "9")] + pub name: ::prost::alloc::string::String, + #[prost(uint32, tag = "2")] + pub mflhiehekmm: u32, +} +/// Obf: ANMJGBOCEKC +#[derive(proto_derive::CmdID)] +#[cmdid(6057)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournRenameArchiveScRsp { + #[prost(string, tag = "14")] + pub name: ::prost::alloc::string::String, + #[prost(uint32, tag = "6")] + pub retcode: u32, + #[prost(uint32, tag = "4")] + pub mflhiehekmm: u32, +} +/// Obf: GEAAGNIPIIP +#[derive(proto_derive::CmdID)] +#[cmdid(6011)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournClearArchiveNameScNotify { + #[prost(uint32, tag = "3")] + pub mflhiehekmm: u32, +} +/// Obf: PPCLMJCHHCB +#[derive(proto_derive::CmdID)] +#[cmdid(6100)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournGetPermanentTalentInfoCsReq {} +/// Obf: KAEIPEJJGPN +#[derive(proto_derive::CmdID)] +#[cmdid(6016)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournGetPermanentTalentInfoScRsp { + #[prost(message, optional, tag = "1")] + pub gieacpcmkpn: ::core::option::Option, + #[prost(uint32, tag = "10")] + pub retcode: u32, +} +/// Obf: NKCDDPPGIKB +#[derive(proto_derive::CmdID)] +#[cmdid(6048)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournEnablePermanentTalentCsReq { + #[prost(uint32, tag = "13")] + pub talent_id: u32, +} +/// Obf: NCLDKFKFCJE +#[derive(proto_derive::CmdID)] +#[cmdid(6026)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournEnablePermanentTalentScRsp { + #[prost(message, optional, tag = "15")] + pub gieacpcmkpn: ::core::option::Option, + #[prost(uint32, tag = "5")] + pub retcode: u32, +} +/// Obf: GMDMELNOCOM +#[derive(proto_derive::CmdID)] +#[cmdid(6084)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournResetPermanentTalentCsReq {} +/// Obf: GHDKIOLOJNB +#[derive(proto_derive::CmdID)] +#[cmdid(6021)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournResetPermanentTalentScRsp { + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(message, optional, tag = "11")] + pub gieacpcmkpn: ::core::option::Option, +} +/// Obf: LJNFOOLPHFA +#[derive(proto_derive::CmdID)] +#[cmdid(6035)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournEnterRogueCocoonSceneCsReq { + #[prost(message, repeated, tag = "4")] + pub avatar_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "3")] + pub neecbbdkinb: u32, + #[prost(uint32, tag = "11")] + pub mlmelokmgbh: u32, + #[prost(bool, tag = "9")] + pub hodgfgacfkc: bool, + #[prost(uint32, tag = "15")] + pub dkbhbblepop: u32, +} +/// Obf: FJLDJJCACJP +#[derive(proto_derive::CmdID)] +#[cmdid(6025)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournEnterRogueCocoonSceneScRsp { + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(message, optional, tag = "15")] + pub scene_ext_info: ::core::option::Option, +} +/// Obf: DOLLKMKACME +#[derive(proto_derive::CmdID)] +#[cmdid(6029)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournLeaveRogueCocoonSceneCsReq {} +/// Obf: CMINHMAJDIB +#[derive(proto_derive::CmdID)] +#[cmdid(6074)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournLeaveRogueCocoonSceneScRsp { + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(message, optional, tag = "1")] + pub scene_ext_info: ::core::option::Option, +} +/// Obf: EDPDAFJJHPK +#[derive(proto_derive::CmdID)] +#[cmdid(6092)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournReEnterRogueCocoonStageCsReq { + #[prost(bool, tag = "5")] + pub hodgfgacfkc: bool, +} +/// Obf: NDEBNGEGMPF +#[derive(proto_derive::CmdID)] +#[cmdid(6098)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournReEnterRogueCocoonStageScRsp { + #[prost(message, optional, tag = "12")] + pub battle_info: ::core::option::Option, + #[prost(uint32, tag = "15")] + pub retcode: u32, +} +/// Obf: AMFNKBKGPFG +#[derive(proto_derive::CmdID)] +#[cmdid(6055)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournGetCurRogueCocoonInfoCsReq {} +/// Obf: PKHFEAAKEKF +#[derive(proto_derive::CmdID)] +#[cmdid(6036)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournGetCurRogueCocoonInfoScRsp { + #[prost(uint32, tag = "14")] + pub dkbhbblepop: u32, + #[prost(uint32, tag = "6")] + pub retcode: u32, + #[prost(uint32, tag = "11")] + pub neecbbdkinb: u32, + #[prost(uint32, tag = "8")] + pub mlmelokmgbh: u32, +} +/// Obf: CMCLFHEBPNP +#[derive(proto_derive::CmdID)] +#[cmdid(6082)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournDifficultyCompNotify { + #[prost(uint32, repeated, tag = "11")] + pub mhfhfnfcpcl: ::prost::alloc::vec::Vec, +} +/// Obf: EBIDNCBFICN +#[derive(proto_derive::CmdID)] +#[cmdid(6070)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournHandBookNotify { + #[prost(uint32, repeated, tag = "3")] + pub omdlaicelcj: ::prost::alloc::vec::Vec, + #[prost(enumeration = "Clmgoafgibc", tag = "15")] + pub icdlbppknnk: i32, +} +/// Obf: PHIKMOHIMAG +#[derive(proto_derive::CmdID)] +#[cmdid(6075)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournGetSettleInfoCsReq { + #[prost(uint32, tag = "12")] + pub area_id: u32, +} +/// Obf: NKOPAHCFAAK +#[derive(proto_derive::CmdID)] +#[cmdid(6065)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournGetSettleInfoScRsp { + #[prost(message, optional, tag = "4")] + pub bofmficeegp: ::core::option::Option, + #[prost(uint32, tag = "5")] + pub retcode: u32, +} +/// Obf: LFKFONGKJIM +#[derive(proto_derive::CmdID)] +#[cmdid(6073)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournConfirmSettleCsReq { + #[prost(uint32, tag = "6")] + pub mflhiehekmm: u32, + #[prost(string, tag = "7")] + pub name: ::prost::alloc::string::String, + #[prost(uint32, tag = "1")] + pub area_id: u32, +} +/// Obf: GBKHPCGFNJK +#[derive(proto_derive::CmdID)] +#[cmdid(6049)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournConfirmSettleScRsp { + #[prost(message, optional, tag = "8")] + pub scene_ext_info: ::core::option::Option, + #[prost(message, optional, tag = "7")] + pub helhobnajil: ::core::option::Option, + #[prost(message, optional, tag = "10")] + pub nomgpbahegn: ::core::option::Option, + #[prost(message, optional, tag = "9")] + pub gjbgbaaknpn: ::core::option::Option, + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +/// Obf: LHKGIKFIMLJ +#[derive(proto_derive::CmdID)] +#[cmdid(6013)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournWeekChallengeUpdateScNotify { + #[prost(message, optional, tag = "6")] + pub bpdefcdbkba: ::core::option::Option, +} +/// Obf: HHPJDOLECGH +#[derive(proto_derive::CmdID)] +#[cmdid(6097)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournGetMiscRealTimeDataCsReq {} +/// Obf: GCCLMPGFNCC +#[derive(proto_derive::CmdID)] +#[cmdid(6042)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournGetMiscRealTimeDataScRsp { + #[prost(message, optional, tag = "1")] + pub nfeiidhdenb: ::core::option::Option, + #[prost(message, optional, tag = "11")] + pub dpafchmpejc: ::core::option::Option, + #[prost(message, optional, tag = "4")] + pub laiokljnpfo: ::core::option::Option, + #[prost(uint32, tag = "5")] + pub retcode: u32, +} +/// Obf: NBGOCHGGBOA +#[derive(proto_derive::CmdID)] +#[cmdid(6087)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournGetArchiveRepositoryCsReq {} +/// Obf: PNPIMOBBIFC +#[derive(proto_derive::CmdID)] +#[cmdid(6039)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournGetArchiveRepositoryScRsp { + #[prost(uint32, tag = "4")] + pub retcode: u32, + #[prost(uint32, repeated, tag = "11")] + pub njdjdlmcibi: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "14")] + pub hfkbdokhkdh: ::prost::alloc::vec::Vec, +} +/// Obf: KIHDAJOILJH +#[derive(proto_derive::CmdID)] +#[cmdid(6077)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournReviveCostUpdateScNotify { + #[prost(message, optional, tag = "8")] + pub rogue_revive_cost: ::core::option::Option, +} +/// Obf: GGPMJIFJPOF +#[derive(proto_derive::CmdID)] +#[cmdid(6041)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournReviveAvatarCsReq { + #[prost(uint32, repeated, tag = "15")] + pub avatar_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "12")] + pub oiaecielhaf: u32, +} +/// Obf: AJEAGGLIOLM +#[derive(proto_derive::CmdID)] +#[cmdid(6037)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournReviveAvatarScRsp { + #[prost(message, optional, tag = "13")] + pub rogue_revive_cost: ::core::option::Option, + #[prost(uint32, tag = "8")] + pub retcode: u32, +} +/// Obf: IPEKHIMFHBD +#[derive(proto_derive::CmdID)] +#[cmdid(6068)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RogueTournBattleFailSettleInfoScNotify { + #[prost(message, optional, tag = "6")] + pub scene_ext_info: ::core::option::Option, + #[prost(message, optional, tag = "5")] + pub bofmficeegp: ::core::option::Option, +} +/// Obf: KPIMDPOBLDC +#[derive(proto_derive::CmdID)] +#[cmdid(6914)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRollShopInfoCsReq { + #[prost(uint32, tag = "6")] + pub roll_shop_id: u32, +} +/// Obf: AEDAICFDKJN +#[derive(proto_derive::CmdID)] +#[cmdid(6917)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetRollShopInfoScRsp { + #[prost(uint32, tag = "4")] + pub gacha_random: u32, + #[prost(uint32, repeated, tag = "14")] + pub okheiojfjkp: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(uint32, tag = "9")] + pub roll_shop_id: u32, +} +/// Obf: IOFLHLHPEKA +#[derive(proto_derive::CmdID)] +#[cmdid(6913)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DoGachaInRollShopCsReq { + #[prost(uint32, tag = "10")] + pub goebadoadam: u32, + #[prost(uint32, tag = "11")] + pub roll_shop_id: u32, + #[prost(uint32, tag = "2")] + pub gacha_random: u32, +} +/// Obf: KEMMCDLJMKH +#[derive(proto_derive::CmdID)] +#[cmdid(6910)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DoGachaInRollShopScRsp { + #[prost(message, optional, tag = "15")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "13")] + pub roll_shop_id: u32, + #[prost(uint32, tag = "4")] + pub ordering_index: u32, + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(uint32, tag = "1")] + pub keacgmlkbdk: u32, +} +/// Obf: HKLGKMDKAHJ +#[derive(proto_derive::CmdID)] +#[cmdid(6908)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeRollShopRewardCsReq { + #[prost(uint32, tag = "6")] + pub roll_shop_id: u32, +} +/// Obf: TakeRollShopRewardScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(6915)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeRollShopRewardScRsp { + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(uint32, tag = "1")] + pub roll_shop_id: u32, + #[prost(uint32, tag = "11")] + pub group_type: u32, + #[prost(message, optional, tag = "8")] + pub reward: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneActorInfo { + #[prost(enumeration = "AvatarType", tag = "13")] + pub avatar_type: i32, + #[prost(uint32, tag = "10")] + pub base_avatar_id: u32, + #[prost(uint32, tag = "6")] + pub map_layer: u32, + #[prost(uint32, tag = "9")] + pub uid: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ojmbblphhpc { + #[prost(uint32, tag = "7")] + pub level: u32, + #[prost(uint32, tag = "4")] + pub njlghkiieok: u32, + #[prost(uint32, tag = "8")] + pub noplcghhdjj: u32, + #[prost(uint32, tag = "14")] + pub oanmnkhjalp: u32, + #[prost(uint32, tag = "2")] + pub iibeoenkncn: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fmaehnjngig { + #[prost(oneof = "fmaehnjngig::Action", tags = "3")] + pub action: ::core::option::Option, +} +/// Nested message and enum types in `FMAEHNJNGIG`. +pub mod fmaehnjngig { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Action { + #[prost(message, tag = "3")] + RogueInfo(super::Ojmbblphhpc), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneNpcMonsterInfo { + #[prost(message, optional, tag = "4")] + pub extra_info: ::core::option::Option, + #[prost(uint32, tag = "5")] + pub world_level: u32, + #[prost(bool, tag = "12")] + pub llndhnigjmi: bool, + #[prost(bool, tag = "13")] + pub hhgjleladko: bool, + #[prost(uint32, tag = "7")] + pub monster_id: u32, + #[prost(uint32, tag = "2")] + pub event_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jlfafflegcb { + #[prost(uint32, tag = "9")] + pub bbfmhdncpne: u32, + #[prost(uint32, tag = "2")] + pub anjdkljaadp: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct NpcRogueInfo { + #[prost(map = "uint32, uint32", tag = "2")] + pub lfepbajocpe: ::std::collections::HashMap, + #[prost(uint32, tag = "4")] + pub dendgfhgdnk: u32, + #[prost(bool, tag = "3")] + pub aimfooodepa: bool, + #[prost(uint32, tag = "14")] + pub lcpmpokhaej: u32, + #[prost(bool, tag = "9")] + pub nhjjklbkcoj: bool, + #[prost(message, repeated, tag = "5")] + pub kffkicfmamo: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "15")] + pub jejcafhfjfj: bool, + #[prost(uint32, tag = "6")] + pub opibbfhbgob: u32, + #[prost(uint32, tag = "12")] + pub bijdbcmdppf: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mfdhinnnegl {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pgimfofdpgf { + #[prost(uint32, tag = "10")] + pub gheboampndn: u32, + #[prost(bool, tag = "15")] + pub gfloemmkbak: bool, + #[prost(uint32, tag = "7")] + pub djlkchkmnmi: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct NpcExtraInfo { + #[prost(oneof = "npc_extra_info::Action", tags = "15, 2, 10")] + pub action: ::core::option::Option, +} +/// Nested message and enum types in `NpcExtraInfo`. +pub mod npc_extra_info { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Action { + #[prost(message, tag = "15")] + RogueInfo(super::NpcRogueInfo), + #[prost(message, tag = "2")] + Pgjkgldabml(super::Pgimfofdpgf), + #[prost(message, tag = "10")] + Nnligghebfp(super::Mfdhinnnegl), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneNpcInfo { + #[prost(message, optional, tag = "4")] + pub extra_info: ::core::option::Option, + #[prost(uint32, tag = "9")] + pub npc_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PropRogueInfo { + #[prost(uint32, tag = "15")] + pub kofbmkdkeik: u32, + #[prost(uint32, tag = "5")] + pub room_id: u32, + #[prost(uint32, tag = "8")] + pub dneoamobpgm: u32, + #[prost(uint32, tag = "13")] + pub okgjfmhkdnc: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PropAeonInfo { + #[prost(uint32, tag = "11")] + pub dialogue_group_id: u32, + #[prost(uint32, tag = "12")] + pub aeon_id: u32, + #[prost(uint32, tag = "3")] + pub add_exp: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kcgljncalbf { + #[prost(bool, tag = "2")] + pub aojblaeobha: bool, + #[prost(bool, tag = "11")] + pub ehbhbagpahb: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Khmpkkhdeal { + #[prost(uint32, tag = "5")] + pub impcchfklhj: u32, + #[prost(uint32, tag = "11")] + pub fgihhaahgda: u32, + #[prost(bool, tag = "8")] + pub mgfphngibdm: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kgdcglkbdjd { + #[prost(uint32, tag = "14")] + pub impcchfklhj: u32, + #[prost(uint32, tag = "12")] + pub fgihhaahgda: u32, + #[prost(bool, tag = "13")] + pub mgfphngibdm: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Obdbffiobaj { + #[prost(bool, tag = "5")] + pub lafdbhahpfh: bool, + #[prost(uint32, tag = "15")] + pub fhmhclamano: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Adnacdbeifl { + #[prost(uint32, tag = "15")] + pub deelmhnljen: u32, + #[prost(message, repeated, tag = "6")] + pub hcjnlpbnkaa: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dfecdoamnlk { + #[prost(message, optional, tag = "2")] + pub ojahhgplbfh: ::core::option::Option, + #[prost(uint32, tag = "6")] + pub ekolbpjahck: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fejepojfhmm { + #[prost(uint32, tag = "1")] + pub gdndhcfjbnm: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PropExtraInfo { + #[prost(oneof = "prop_extra_info::InfoCase", tags = "13, 2, 6, 7, 4, 10, 8, 3")] + pub info_case: ::core::option::Option, +} +/// Nested message and enum types in `PropExtraInfo`. +pub mod prop_extra_info { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum InfoCase { + #[prost(message, tag = "13")] + RogueInfo(super::PropRogueInfo), + #[prost(message, tag = "2")] + AeonInfo(super::PropAeonInfo), + #[prost(message, tag = "6")] + ChessRogueInfo(super::Kcgljncalbf), + #[prost(message, tag = "7")] + RogueTournDoorInfo(super::Khmpkkhdeal), + #[prost(message, tag = "4")] + RogueTournWorkbenchInfo(super::Adnacdbeifl), + #[prost(message, tag = "10")] + RogueGambleMachineInfo(super::Dfecdoamnlk), + #[prost(message, tag = "8")] + RogueCurseChestInfo(super::Fejepojfhmm), + #[prost(message, tag = "3")] + RogueMagicDoorInfo(super::Kgdcglkbdjd), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ScenePropInfo { + #[prost(uint32, tag = "5")] + pub prop_state: u32, + #[prost(uint64, tag = "13")] + pub create_time_ms: u64, + #[prost(uint32, tag = "7")] + pub prop_id: u32, + #[prost(message, optional, tag = "11")] + pub extra_info: ::core::option::Option, + #[prost(uint32, tag = "12")] + pub life_time_ms: u32, + #[prost(string, repeated, tag = "1")] + pub trigger_name_list: ::prost::alloc::vec::Vec<::prost::alloc::string::String>, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneSummonUnitInfo { + #[prost(uint32, tag = "4")] + pub caster_entity_id: u32, + #[prost(uint64, tag = "11")] + pub create_time_ms: u64, + /// TODO + #[prost(uint32, tag = "12")] + pub attach_entity_id: u32, + #[prost(int32, tag = "1")] + pub life_time_ms: i32, + #[prost(string, repeated, tag = "2")] + pub trigger_name_list: ::prost::alloc::vec::Vec<::prost::alloc::string::String>, + #[prost(uint32, tag = "5")] + pub summon_unit_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneEntityInfo { + #[prost(uint32, tag = "14")] + pub group_id: u32, + #[prost(message, optional, tag = "5")] + pub motion: ::core::option::Option, + #[prost(uint32, tag = "12")] + pub entity_id: u32, + #[prost(uint32, tag = "10")] + pub inst_id: u32, + #[prost(oneof = "scene_entity_info::Entity", tags = "2, 1, 3, 15, 8")] + pub entity: ::core::option::Option, +} +/// Nested message and enum types in `SceneEntityInfo`. +pub mod scene_entity_info { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Entity { + #[prost(message, tag = "2")] + Actor(super::SceneActorInfo), + #[prost(message, tag = "1")] + NpcMonster(super::SceneNpcMonsterInfo), + #[prost(message, tag = "3")] + Npc(super::SceneNpcInfo), + #[prost(message, tag = "15")] + Prop(super::ScenePropInfo), + #[prost(message, tag = "8")] + SummonUnit(super::SceneSummonUnitInfo), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BuffInfo { + #[prost(map = "string, float", tag = "3")] + pub dynamic_values: ::std::collections::HashMap<::prost::alloc::string::String, f32>, + #[prost(uint32, tag = "13")] + pub count: u32, + #[prost(uint32, tag = "5")] + pub level: u32, + #[prost(uint32, tag = "7")] + pub buff_id: u32, + #[prost(uint32, tag = "6")] + pub ldhaiofhflf: u32, + #[prost(uint64, tag = "9")] + pub add_time_ms: u64, + #[prost(float, tag = "1")] + pub life_time: f32, + #[prost(uint32, tag = "14")] + pub base_avatar_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EntityBuffInfo { + #[prost(uint32, tag = "1")] + pub entity_id: u32, + #[prost(message, repeated, tag = "10")] + pub buff_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pikdeacjjlj { + #[prost(uint32, tag = "14")] + pub omjjjnanjip: u32, + #[prost(uint32, tag = "2")] + pub hppeilaonge: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct CustomSaveData { + #[prost(uint32, tag = "3")] + pub group_id: u32, + #[prost(string, tag = "13")] + pub save_data: ::prost::alloc::string::String, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jbeofmhcoic { + #[prost(uint32, tag = "14")] + pub ebiigljkajo: u32, + #[prost(uint32, tag = "1")] + pub geejphnhhod: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneEntityGroupInfo { + #[prost(uint32, tag = "10")] + pub state: u32, + #[prost(message, repeated, tag = "2")] + pub entity_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "15")] + pub group_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneGroupState { + #[prost(uint32, tag = "5")] + pub state: u32, + #[prost(uint32, tag = "7")] + pub group_id: u32, + #[prost(bool, tag = "6")] + pub is_default: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MissionStatusBySceneInfo { + #[prost(uint32, repeated, tag = "10")] + pub ocfmlfjehhf: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "9")] + pub jggbhmkoada: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "2")] + pub bijcoiggojp: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "7")] + pub anjmgehlohe: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "13")] + pub mipnlpeaode: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneInfo { + #[prost(uint32, tag = "12")] + pub client_pos_version: u32, + #[prost(uint32, repeated, tag = "5")] + pub lighten_section_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "305")] + pub entity_group_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "1749")] + pub cpgdhgkahhd: u32, + #[prost(uint32, tag = "3")] + pub floor_id: u32, + /// repeated BuffInfo sync_buff_info = 11; + /// repeated EntityBuffInfo JMNPJIPLDJL = 1; + #[prost(uint32, tag = "8")] + pub entry_id: u32, + /// MissionStatusBySceneInfo scene_mission_info = 661; + #[prost(message, repeated, tag = "560")] + pub group_state_list: ::prost::alloc::vec::Vec, + #[prost(map = "string, int32", tag = "24")] + pub floor_saved_data: ::std::collections::HashMap< + ::prost::alloc::string::String, + i32, + >, /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdActivityType::None => "CmdActivityTypeNone", - CmdActivityType::CmdStartTrialActivityCsReq => "CmdStartTrialActivityCsReq", - CmdActivityType::CmdGetLoginActivityScRsp => "CmdGetLoginActivityScRsp", - CmdActivityType::CmdEnterTrialActivityStageScRsp => { - "CmdEnterTrialActivityStageScRsp" - } - CmdActivityType::CmdTakeLoginActivityRewardCsReq => { - "CmdTakeLoginActivityRewardCsReq" - } - CmdActivityType::CmdLeaveTrialActivityCsReq => "CmdLeaveTrialActivityCsReq", - CmdActivityType::CmdLeaveTrialActivityScRsp => "CmdLeaveTrialActivityScRsp", - CmdActivityType::CmdTakeMonsterResearchActivityRewardCsReq => { - "CmdTakeMonsterResearchActivityRewardCsReq" - } - CmdActivityType::CmdCurTrialActivityScNotify => "CmdCurTrialActivityScNotify", - CmdActivityType::CmdSubmitMonsterResearchActivityMaterialScRsp => { - "CmdSubmitMonsterResearchActivityMaterialScRsp" - } - CmdActivityType::CmdSubmitMonsterResearchActivityMaterialCsReq => { - "CmdSubmitMonsterResearchActivityMaterialCsReq" - } - CmdActivityType::CmdStartTrialActivityScRsp => "CmdStartTrialActivityScRsp", - CmdActivityType::CmdTakeTrialActivityRewardScRsp => { - "CmdTakeTrialActivityRewardScRsp" - } - CmdActivityType::CmdTakeTrialActivityRewardCsReq => { - "CmdTakeTrialActivityRewardCsReq" - } - CmdActivityType::CmdTakeLoginActivityRewardScRsp => { - "CmdTakeLoginActivityRewardScRsp" - } - CmdActivityType::CmdTrialActivityDataChangeScNotify => { - "CmdTrialActivityDataChangeScNotify" - } - CmdActivityType::CmdGetTrialActivityDataCsReq => { - "CmdGetTrialActivityDataCsReq" - } - CmdActivityType::CmdGetActivityScheduleConfigCsReq => { - "CmdGetActivityScheduleConfigCsReq" - } - CmdActivityType::CmdGetTrialActivityDataScRsp => { - "CmdGetTrialActivityDataScRsp" - } - CmdActivityType::CmdEnterTrialActivityStageCsReq => { - "CmdEnterTrialActivityStageCsReq" - } - CmdActivityType::CmdGetLoginActivityCsReq => "CmdGetLoginActivityCsReq", - CmdActivityType::CmdTakeMonsterResearchActivityRewardScRsp => { - "CmdTakeMonsterResearchActivityRewardScRsp" - } - CmdActivityType::CmdGetActivityScheduleConfigScRsp => { - "CmdGetActivityScheduleConfigScRsp" - } - CmdActivityType::CmdGetMonsterResearchActivityDataCsReq => { - "CmdGetMonsterResearchActivityDataCsReq" - } - CmdActivityType::CmdGetMonsterResearchActivityDataScRsp => { - "CmdGetMonsterResearchActivityDataScRsp" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdActivityTypeNone" => Some(Self::None), - "CmdStartTrialActivityCsReq" => Some(Self::CmdStartTrialActivityCsReq), - "CmdGetLoginActivityScRsp" => Some(Self::CmdGetLoginActivityScRsp), - "CmdEnterTrialActivityStageScRsp" => { - Some(Self::CmdEnterTrialActivityStageScRsp) - } - "CmdTakeLoginActivityRewardCsReq" => { - Some(Self::CmdTakeLoginActivityRewardCsReq) - } - "CmdLeaveTrialActivityCsReq" => Some(Self::CmdLeaveTrialActivityCsReq), - "CmdLeaveTrialActivityScRsp" => Some(Self::CmdLeaveTrialActivityScRsp), - "CmdTakeMonsterResearchActivityRewardCsReq" => { - Some(Self::CmdTakeMonsterResearchActivityRewardCsReq) - } - "CmdCurTrialActivityScNotify" => Some(Self::CmdCurTrialActivityScNotify), - "CmdSubmitMonsterResearchActivityMaterialScRsp" => { - Some(Self::CmdSubmitMonsterResearchActivityMaterialScRsp) - } - "CmdSubmitMonsterResearchActivityMaterialCsReq" => { - Some(Self::CmdSubmitMonsterResearchActivityMaterialCsReq) - } - "CmdStartTrialActivityScRsp" => Some(Self::CmdStartTrialActivityScRsp), - "CmdTakeTrialActivityRewardScRsp" => { - Some(Self::CmdTakeTrialActivityRewardScRsp) - } - "CmdTakeTrialActivityRewardCsReq" => { - Some(Self::CmdTakeTrialActivityRewardCsReq) - } - "CmdTakeLoginActivityRewardScRsp" => { - Some(Self::CmdTakeLoginActivityRewardScRsp) - } - "CmdTrialActivityDataChangeScNotify" => { - Some(Self::CmdTrialActivityDataChangeScNotify) - } - "CmdGetTrialActivityDataCsReq" => Some(Self::CmdGetTrialActivityDataCsReq), - "CmdGetActivityScheduleConfigCsReq" => { - Some(Self::CmdGetActivityScheduleConfigCsReq) - } - "CmdGetTrialActivityDataScRsp" => Some(Self::CmdGetTrialActivityDataScRsp), - "CmdEnterTrialActivityStageCsReq" => { - Some(Self::CmdEnterTrialActivityStageCsReq) - } - "CmdGetLoginActivityCsReq" => Some(Self::CmdGetLoginActivityCsReq), - "CmdTakeMonsterResearchActivityRewardScRsp" => { - Some(Self::CmdTakeMonsterResearchActivityRewardScRsp) - } - "CmdGetActivityScheduleConfigScRsp" => { - Some(Self::CmdGetActivityScheduleConfigScRsp) - } - "CmdGetMonsterResearchActivityDataCsReq" => { - Some(Self::CmdGetMonsterResearchActivityDataCsReq) - } - "CmdGetMonsterResearchActivityDataScRsp" => { - Some(Self::CmdGetMonsterResearchActivityDataScRsp) - } - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdAdventureType { - None = 0, - CmdEnterAdventureScRsp = 1306, - CmdGetFarmStageGachaInfoCsReq = 1311, - CmdGetFarmStageGachaInfoScRsp = 1343, - CmdEnterAdventureCsReq = 1368, -} -impl CmdAdventureType { - /// String value of the enum field names used in the ProtoBuf definition. + #[prost(uint32, tag = "7")] + pub leader_entity_id: u32, + #[prost(message, repeated, tag = "2")] + pub entity_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "413")] + pub mleaeclogeb: u32, + #[prost(uint32, repeated, tag = "10")] + pub group_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "4")] + pub game_mode_type: u32, + #[prost(uint32, tag = "1380")] + pub content_id: u32, + /// repeated CustomSaveData save_data_list = 15; + /// map LFFPPBPNOAC = 13; /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdAdventureType::None => "CmdAdventureTypeNone", - CmdAdventureType::CmdEnterAdventureScRsp => "CmdEnterAdventureScRsp", - CmdAdventureType::CmdGetFarmStageGachaInfoCsReq => { - "CmdGetFarmStageGachaInfoCsReq" - } - CmdAdventureType::CmdGetFarmStageGachaInfoScRsp => { - "CmdGetFarmStageGachaInfoScRsp" - } - CmdAdventureType::CmdEnterAdventureCsReq => "CmdEnterAdventureCsReq", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdAdventureTypeNone" => Some(Self::None), - "CmdEnterAdventureScRsp" => Some(Self::CmdEnterAdventureScRsp), - "CmdGetFarmStageGachaInfoCsReq" => Some(Self::CmdGetFarmStageGachaInfoCsReq), - "CmdGetFarmStageGachaInfoScRsp" => Some(Self::CmdGetFarmStageGachaInfoScRsp), - "CmdEnterAdventureCsReq" => Some(Self::CmdEnterAdventureCsReq), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdAetherDivideType { - None = 0, - CmdEnterAetherDivideSceneScRsp = 4806, - CmdGetAetherDivideChallengeInfoScRsp = 4808, - CmdAetherDivideSpiritInfoScNotify = 4809, - CmdLeaveAetherDivideSceneCsReq = 4811, - CmdAetherDivideSkillItemScNotify = 4816, - CmdStartAetherDivideStageBattleCsReq = 4817, - CmdAetherDivideLineupScNotify = 4823, - CmdSwitchAetherDivideLineUpSlotScRsp = 4824, - CmdSwitchAetherDivideLineUpSlotCsReq = 4825, - CmdAetherDivideSpiritExpUpScRsp = 4828, - CmdStartAetherDivideChallengeBattleScRsp = 4829, - CmdAetherDivideTainerInfoScNotify = 4832, - CmdEquipAetherDividePassiveSkillScRsp = 4834, - CmdStartAetherDivideChallengeBattleCsReq = 4839, - CmdLeaveAetherDivideSceneScRsp = 4843, - CmdAetherDivideTakeChallengeRewardCsReq = 4845, - CmdSetAetherDivideLineUpScRsp = 4848, - CmdAetherDivideRefreshEndlessScNotify = 4849, - CmdGetAetherDivideInfoScRsp = 4854, - CmdStartAetherDivideSceneBattleCsReq = 4856, - CmdSetAetherDivideLineUpCsReq = 4865, - CmdAetherDivideTakeChallengeRewardScRsp = 4866, - CmdEnterAetherDivideSceneCsReq = 4868, - CmdAetherDivideRefreshEndlessScRsp = 4876, - CmdAetherDivideRefreshEndlessCsReq = 4878, - CmdAetherDivideFinishChallengeScNotify = 4881, - CmdEquipAetherDividePassiveSkillCsReq = 4882, - CmdGetAetherDivideChallengeInfoCsReq = 4888, - CmdAetherDivideSpiritExpUpCsReq = 4890, - CmdStartAetherDivideStageBattleScRsp = 4892, - CmdStartAetherDivideSceneBattleScRsp = 4893, - CmdClearAetherDividePassiveSkillCsReq = 4897, - CmdClearAetherDividePassiveSkillScRsp = 4898, - CmdGetAetherDivideInfoCsReq = 4899, -} -impl CmdAetherDivideType { - /// String value of the enum field names used in the ProtoBuf definition. /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdAetherDivideType::None => "CmdAetherDivideTypeNone", - CmdAetherDivideType::CmdEnterAetherDivideSceneScRsp => { - "CmdEnterAetherDivideSceneScRsp" - } - CmdAetherDivideType::CmdGetAetherDivideChallengeInfoScRsp => { - "CmdGetAetherDivideChallengeInfoScRsp" - } - CmdAetherDivideType::CmdAetherDivideSpiritInfoScNotify => { - "CmdAetherDivideSpiritInfoScNotify" - } - CmdAetherDivideType::CmdLeaveAetherDivideSceneCsReq => { - "CmdLeaveAetherDivideSceneCsReq" - } - CmdAetherDivideType::CmdAetherDivideSkillItemScNotify => { - "CmdAetherDivideSkillItemScNotify" - } - CmdAetherDivideType::CmdStartAetherDivideStageBattleCsReq => { - "CmdStartAetherDivideStageBattleCsReq" - } - CmdAetherDivideType::CmdAetherDivideLineupScNotify => { - "CmdAetherDivideLineupScNotify" - } - CmdAetherDivideType::CmdSwitchAetherDivideLineUpSlotScRsp => { - "CmdSwitchAetherDivideLineUpSlotScRsp" - } - CmdAetherDivideType::CmdSwitchAetherDivideLineUpSlotCsReq => { - "CmdSwitchAetherDivideLineUpSlotCsReq" - } - CmdAetherDivideType::CmdAetherDivideSpiritExpUpScRsp => { - "CmdAetherDivideSpiritExpUpScRsp" - } - CmdAetherDivideType::CmdStartAetherDivideChallengeBattleScRsp => { - "CmdStartAetherDivideChallengeBattleScRsp" - } - CmdAetherDivideType::CmdAetherDivideTainerInfoScNotify => { - "CmdAetherDivideTainerInfoScNotify" - } - CmdAetherDivideType::CmdEquipAetherDividePassiveSkillScRsp => { - "CmdEquipAetherDividePassiveSkillScRsp" - } - CmdAetherDivideType::CmdStartAetherDivideChallengeBattleCsReq => { - "CmdStartAetherDivideChallengeBattleCsReq" - } - CmdAetherDivideType::CmdLeaveAetherDivideSceneScRsp => { - "CmdLeaveAetherDivideSceneScRsp" - } - CmdAetherDivideType::CmdAetherDivideTakeChallengeRewardCsReq => { - "CmdAetherDivideTakeChallengeRewardCsReq" - } - CmdAetherDivideType::CmdSetAetherDivideLineUpScRsp => { - "CmdSetAetherDivideLineUpScRsp" - } - CmdAetherDivideType::CmdAetherDivideRefreshEndlessScNotify => { - "CmdAetherDivideRefreshEndlessScNotify" - } - CmdAetherDivideType::CmdGetAetherDivideInfoScRsp => { - "CmdGetAetherDivideInfoScRsp" - } - CmdAetherDivideType::CmdStartAetherDivideSceneBattleCsReq => { - "CmdStartAetherDivideSceneBattleCsReq" - } - CmdAetherDivideType::CmdSetAetherDivideLineUpCsReq => { - "CmdSetAetherDivideLineUpCsReq" - } - CmdAetherDivideType::CmdAetherDivideTakeChallengeRewardScRsp => { - "CmdAetherDivideTakeChallengeRewardScRsp" - } - CmdAetherDivideType::CmdEnterAetherDivideSceneCsReq => { - "CmdEnterAetherDivideSceneCsReq" - } - CmdAetherDivideType::CmdAetherDivideRefreshEndlessScRsp => { - "CmdAetherDivideRefreshEndlessScRsp" - } - CmdAetherDivideType::CmdAetherDivideRefreshEndlessCsReq => { - "CmdAetherDivideRefreshEndlessCsReq" - } - CmdAetherDivideType::CmdAetherDivideFinishChallengeScNotify => { - "CmdAetherDivideFinishChallengeScNotify" - } - CmdAetherDivideType::CmdEquipAetherDividePassiveSkillCsReq => { - "CmdEquipAetherDividePassiveSkillCsReq" - } - CmdAetherDivideType::CmdGetAetherDivideChallengeInfoCsReq => { - "CmdGetAetherDivideChallengeInfoCsReq" - } - CmdAetherDivideType::CmdAetherDivideSpiritExpUpCsReq => { - "CmdAetherDivideSpiritExpUpCsReq" - } - CmdAetherDivideType::CmdStartAetherDivideStageBattleScRsp => { - "CmdStartAetherDivideStageBattleScRsp" - } - CmdAetherDivideType::CmdStartAetherDivideSceneBattleScRsp => { - "CmdStartAetherDivideSceneBattleScRsp" - } - CmdAetherDivideType::CmdClearAetherDividePassiveSkillCsReq => { - "CmdClearAetherDividePassiveSkillCsReq" - } - CmdAetherDivideType::CmdClearAetherDividePassiveSkillScRsp => { - "CmdClearAetherDividePassiveSkillScRsp" - } - CmdAetherDivideType::CmdGetAetherDivideInfoCsReq => { - "CmdGetAetherDivideInfoCsReq" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdAetherDivideTypeNone" => Some(Self::None), - "CmdEnterAetherDivideSceneScRsp" => { - Some(Self::CmdEnterAetherDivideSceneScRsp) - } - "CmdGetAetherDivideChallengeInfoScRsp" => { - Some(Self::CmdGetAetherDivideChallengeInfoScRsp) - } - "CmdAetherDivideSpiritInfoScNotify" => { - Some(Self::CmdAetherDivideSpiritInfoScNotify) - } - "CmdLeaveAetherDivideSceneCsReq" => { - Some(Self::CmdLeaveAetherDivideSceneCsReq) - } - "CmdAetherDivideSkillItemScNotify" => { - Some(Self::CmdAetherDivideSkillItemScNotify) - } - "CmdStartAetherDivideStageBattleCsReq" => { - Some(Self::CmdStartAetherDivideStageBattleCsReq) - } - "CmdAetherDivideLineupScNotify" => Some(Self::CmdAetherDivideLineupScNotify), - "CmdSwitchAetherDivideLineUpSlotScRsp" => { - Some(Self::CmdSwitchAetherDivideLineUpSlotScRsp) - } - "CmdSwitchAetherDivideLineUpSlotCsReq" => { - Some(Self::CmdSwitchAetherDivideLineUpSlotCsReq) - } - "CmdAetherDivideSpiritExpUpScRsp" => { - Some(Self::CmdAetherDivideSpiritExpUpScRsp) - } - "CmdStartAetherDivideChallengeBattleScRsp" => { - Some(Self::CmdStartAetherDivideChallengeBattleScRsp) - } - "CmdAetherDivideTainerInfoScNotify" => { - Some(Self::CmdAetherDivideTainerInfoScNotify) - } - "CmdEquipAetherDividePassiveSkillScRsp" => { - Some(Self::CmdEquipAetherDividePassiveSkillScRsp) - } - "CmdStartAetherDivideChallengeBattleCsReq" => { - Some(Self::CmdStartAetherDivideChallengeBattleCsReq) - } - "CmdLeaveAetherDivideSceneScRsp" => { - Some(Self::CmdLeaveAetherDivideSceneScRsp) - } - "CmdAetherDivideTakeChallengeRewardCsReq" => { - Some(Self::CmdAetherDivideTakeChallengeRewardCsReq) - } - "CmdSetAetherDivideLineUpScRsp" => Some(Self::CmdSetAetherDivideLineUpScRsp), - "CmdAetherDivideRefreshEndlessScNotify" => { - Some(Self::CmdAetherDivideRefreshEndlessScNotify) - } - "CmdGetAetherDivideInfoScRsp" => Some(Self::CmdGetAetherDivideInfoScRsp), - "CmdStartAetherDivideSceneBattleCsReq" => { - Some(Self::CmdStartAetherDivideSceneBattleCsReq) - } - "CmdSetAetherDivideLineUpCsReq" => Some(Self::CmdSetAetherDivideLineUpCsReq), - "CmdAetherDivideTakeChallengeRewardScRsp" => { - Some(Self::CmdAetherDivideTakeChallengeRewardScRsp) - } - "CmdEnterAetherDivideSceneCsReq" => { - Some(Self::CmdEnterAetherDivideSceneCsReq) - } - "CmdAetherDivideRefreshEndlessScRsp" => { - Some(Self::CmdAetherDivideRefreshEndlessScRsp) - } - "CmdAetherDivideRefreshEndlessCsReq" => { - Some(Self::CmdAetherDivideRefreshEndlessCsReq) - } - "CmdAetherDivideFinishChallengeScNotify" => { - Some(Self::CmdAetherDivideFinishChallengeScNotify) - } - "CmdEquipAetherDividePassiveSkillCsReq" => { - Some(Self::CmdEquipAetherDividePassiveSkillCsReq) - } - "CmdGetAetherDivideChallengeInfoCsReq" => { - Some(Self::CmdGetAetherDivideChallengeInfoCsReq) - } - "CmdAetherDivideSpiritExpUpCsReq" => { - Some(Self::CmdAetherDivideSpiritExpUpCsReq) - } - "CmdStartAetherDivideStageBattleScRsp" => { - Some(Self::CmdStartAetherDivideStageBattleScRsp) - } - "CmdStartAetherDivideSceneBattleScRsp" => { - Some(Self::CmdStartAetherDivideSceneBattleScRsp) - } - "CmdClearAetherDividePassiveSkillCsReq" => { - Some(Self::CmdClearAetherDividePassiveSkillCsReq) - } - "CmdClearAetherDividePassiveSkillScRsp" => { - Some(Self::CmdClearAetherDividePassiveSkillScRsp) - } - "CmdGetAetherDivideInfoCsReq" => Some(Self::CmdGetAetherDivideInfoCsReq), - _ => None, - } - } -} + #[prost(uint32, tag = "14")] + pub world_id: u32, + #[prost(uint32, tag = "9")] + pub plane_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EntityMotion { + #[prost(message, optional, tag = "14")] + pub motion: ::core::option::Option, + #[prost(bool, tag = "9")] + pub doocfnpjgnd: bool, + #[prost(uint32, tag = "12")] + pub entity_id: u32, + #[prost(uint32, tag = "8")] + pub map_layer: u32, +} +/// Obf: CNIBBKDHEKE +#[derive(proto_derive::CmdID)] +#[cmdid(1498)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneEntityMoveCsReq { + #[prost(uint64, tag = "3")] + pub pnkniblgclm: u64, + #[prost(message, repeated, tag = "15")] + pub entity_motion_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "13")] + pub entry_id: u32, +} +/// Obf: JNEPMACAFDK +#[derive(proto_derive::CmdID)] +#[cmdid(1471)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneEntityMoveScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(message, repeated, tag = "11")] + pub entity_motion_list: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "12")] + pub download_data: ::core::option::Option, +} +/// Obf: JEHMIJNFNFC +#[derive(proto_derive::CmdID)] +#[cmdid(1478)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneEntityMoveScNotify { + #[prost(uint32, tag = "2")] + pub entry_id: u32, + #[prost(message, optional, tag = "14")] + pub motion: ::core::option::Option, + #[prost(uint32, tag = "1")] + pub entity_id: u32, + #[prost(uint32, tag = "4")] + pub client_pos_version: u32, +} +/// Obf: IALNCHPADLF +#[derive(proto_derive::CmdID)] +#[cmdid(1456)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneUpdatePositionVersionNotify { + #[prost(uint32, tag = "14")] + pub ghkdeclgigp: u32, +} +/// Obf: LNJECGEPPHK +#[derive(proto_derive::CmdID)] +#[cmdid(1483)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct InteractPropCsReq { + #[prost(uint32, tag = "3")] + pub interact_id: u32, + #[prost(uint32, tag = "2")] + pub prop_entity_id: u32, +} +/// Obf: EFHPGPNGHBP +#[derive(proto_derive::CmdID)] +#[cmdid(1442)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct InteractPropScRsp { + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(uint32, tag = "14")] + pub prop_id: u32, + #[prost(uint32, tag = "1")] + pub prop_entity_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Iimhjngoion { + #[prost(enumeration = "Ndmdcmdglja", tag = "10")] + pub dpeennjlpel: i32, + #[prost(uint32, tag = "12")] + pub kbnmpfejmbe: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Alddphfcmgg { + #[prost(float, tag = "13")] + pub hppeilaonge: f32, + #[prost(string, tag = "1")] + pub mfklinkcppa: ::prost::alloc::string::String, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AssistMonsterWave { + #[prost(uint32, repeated, tag = "12")] + pub entity_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: BDOJAGLJKFN +#[derive(proto_derive::CmdID)] +#[cmdid(1479)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneCastSkillCsReq { + #[prost(message, repeated, tag = "8")] + pub assist_monster_wave_list: ::prost::alloc::vec::Vec, + /// TODO: Manually swapped with id 14 + #[prost(uint32, repeated, tag = "12")] + pub hit_target_entity_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "4")] + pub caster_id: u32, + #[prost(message, repeated, tag = "9")] + pub dynamic_values: ::prost::alloc::vec::Vec, + #[prost(string, tag = "15")] + pub mfhmicgelnb: ::prost::alloc::string::String, + #[prost(uint32, tag = "13")] + pub attacked_group_id: u32, + #[prost(uint32, repeated, tag = "14")] + pub assist_monster_entity_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "3")] + pub skill_index: u32, + #[prost(message, optional, tag = "10")] + pub target_motion: ::core::option::Option, + #[prost(uint32, tag = "11")] + pub gojhhblmaeb: u32, + #[prost(enumeration = "Hgiooangaaj", repeated, tag = "7")] + pub hkjcoiohfkp: ::prost::alloc::vec::Vec, +} +/// Obf: IMFDNKBPLJB +#[derive(proto_derive::CmdID)] +#[cmdid(1477)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneCastSkillScRsp { + #[prost(uint32, tag = "1")] + pub attacked_group_id: u32, + #[prost(message, repeated, tag = "9")] + pub iabjaaojpjm: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "14")] + pub retcode: u32, + #[prost(message, optional, tag = "7")] + pub battle_info: ::core::option::Option, +} +/// Obf: LNHBPLCLPPH +#[derive(proto_derive::CmdID)] +#[cmdid(1422)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneCastSkillCostMpCsReq { + #[prost(uint32, tag = "10")] + pub caster_id: u32, + #[prost(uint32, tag = "3")] + pub skill_index: u32, + #[prost(uint32, tag = "11")] + pub attacked_group_id: u32, +} +/// Obf: HHDJGIBOMIG +#[derive(proto_derive::CmdID)] +#[cmdid(1466)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneCastSkillCostMpScRsp { + #[prost(uint32, tag = "13")] + pub attacked_group_id: u32, + #[prost(uint32, tag = "8")] + pub retcode: u32, +} +/// Obf: KKGAEEJGJGG +#[derive(proto_derive::CmdID)] +#[cmdid(1405)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneCastSkillMpUpdateScNotify { + #[prost(uint32, tag = "1")] + pub attacked_group_id: u32, + #[prost(uint32, tag = "14")] + pub mp: u32, +} +/// Obf: HDAIGNAFPOG +#[derive(proto_derive::CmdID)] +#[cmdid(1452)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneEnterStageCsReq { + #[prost(bool, tag = "13")] + pub gjboofhbeop: bool, + #[prost(enumeration = "Legppepeacf", tag = "8")] + pub cfdonpmljdp: i32, + #[prost(uint32, tag = "12")] + pub event_id: u32, +} +/// Obf: KLBOKFDCBPN +#[derive(proto_derive::CmdID)] +#[cmdid(1411)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneEnterStageScRsp { + #[prost(uint32, tag = "14")] + pub retcode: u32, + #[prost(message, optional, tag = "4")] + pub battle_info: ::core::option::Option, +} +/// Obf: CGMBDNKBOEG +#[derive(proto_derive::CmdID)] +#[cmdid(1410)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneReviveAfterRebattleCsReq { + #[prost(enumeration = "Legppepeacf", tag = "11")] + pub cfdonpmljdp: i32, +} +/// Obf: LIKPAFLENFM +#[derive(proto_derive::CmdID)] +#[cmdid(1500)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneReviveAfterRebattleScRsp { + #[prost(uint32, tag = "11")] + pub retcode: u32, +} +/// Obf: HMAGHIDMACI +#[derive(proto_derive::CmdID)] +#[cmdid(1433)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetCurSceneInfoCsReq {} +/// Obf: FFIOBKGLMPJ +#[derive(proto_derive::CmdID)] +#[cmdid(1412)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetCurSceneInfoScRsp { + #[prost(message, optional, tag = "6")] + pub scene: ::core::option::Option, + #[prost(uint32, tag = "2")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EntityBuffChangeInfo { + #[prost(uint32, tag = "10")] + pub entity_id: u32, + #[prost(enumeration = "EntityBuffChangeType", tag = "11")] + pub reason: i32, + #[prost(oneof = "entity_buff_change_info::Change", tags = "6, 7")] + pub change: ::core::option::Option, +} +/// Nested message and enum types in `EntityBuffChangeInfo`. +pub mod entity_buff_change_info { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Change { + #[prost(message, tag = "6")] + AddBuffInfo(super::BuffInfo), + #[prost(uint32, tag = "7")] + RemoveBuffId(u32), + } +} +/// Obf: LAGBAPIBKGG +#[derive(proto_derive::CmdID)] +#[cmdid(1489)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncEntityBuffChangeListScNotify { + #[prost(message, repeated, tag = "7")] + pub entity_buff_info_list: ::prost::alloc::vec::Vec, +} +/// Obf: AJBMFHMGHKP +#[derive(proto_derive::CmdID)] +#[cmdid(1420)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SpringRefreshCsReq { + #[prost(uint32, tag = "13")] + pub floor_id: u32, + #[prost(uint32, tag = "5")] + pub prop_entity_id: u32, + #[prost(uint32, tag = "10")] + pub plane_id: u32, +} +/// Obf: IFCGIKNCDPH +#[derive(proto_derive::CmdID)] +#[cmdid(1450)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SpringRefreshScRsp { + #[prost(uint32, tag = "3")] + pub retcode: u32, +} +/// Obf: EGBIONGDGJD +#[derive(proto_derive::CmdID)] +#[cmdid(1431)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct LastSpringRefreshTimeNotify { + #[prost(int64, tag = "10")] + pub nehonoohkhp: i64, +} +/// Obf: OFDOODHICHN +#[derive(proto_derive::CmdID)] +#[cmdid(1404)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ReturnLastTownCsReq {} +/// Obf: MHPCIHMGPEE +#[derive(proto_derive::CmdID)] +#[cmdid(1460)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ReturnLastTownScRsp { + #[prost(message, optional, tag = "11")] + pub scene: ::core::option::Option, + #[prost(uint32, tag = "8")] + pub retcode: u32, +} +/// Obf: EFFKOLJHIJH +#[derive(proto_derive::CmdID)] +#[cmdid(1462)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterSectionCsReq { + #[prost(uint32, tag = "9")] + pub cljdinbopjm: u32, +} +/// Obf: OAMAAFNJICP +#[derive(proto_derive::CmdID)] +#[cmdid(1406)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterSectionScRsp { + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +/// Obf: EDLEOIJIJLG +#[derive(proto_derive::CmdID)] +#[cmdid(1416)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetCurInteractEntityCsReq { + #[prost(uint32, tag = "8")] + pub entity_id: u32, +} +/// Obf: EHEGAPIHDCC +#[derive(proto_derive::CmdID)] +#[cmdid(1414)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetCurInteractEntityScRsp { + #[prost(uint32, tag = "4")] + pub retcode: u32, +} +/// Obf: FCONFAJKAIE +#[derive(proto_derive::CmdID)] +#[cmdid(1488)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RecoverAllLineupCsReq {} +/// Obf: PCIEDGDOPGA +#[derive(proto_derive::CmdID)] +#[cmdid(1493)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RecoverAllLineupScRsp { + #[prost(uint32, tag = "11")] + pub retcode: u32, +} +/// Obf: SavePointsInfoNotify +#[derive(proto_derive::CmdID)] +#[cmdid(1463)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SavePointsInfoNotify { + #[prost(uint32, tag = "3")] + pub valid_times: u32, + #[prost(int64, tag = "10")] + pub refresh_time: i64, +} +/// Obf: NPHLJCNPIFB +#[derive(proto_derive::CmdID)] +#[cmdid(1455)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartCocoonStageCsReq { + #[prost(uint32, tag = "8")] + pub prop_entity_id: u32, + #[prost(uint32, tag = "7")] + pub cocoon_id: u32, + #[prost(uint32, tag = "4")] + pub world_level: u32, + #[prost(uint32, tag = "9")] + pub wave: u32, +} +/// Obf: StartCocoonStageScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(1436)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartCocoonStageScRsp { + #[prost(uint32, tag = "9")] + pub wave: u32, + #[prost(uint32, tag = "4")] + pub prop_entity_id: u32, + #[prost(message, optional, tag = "7")] + pub battle_info: ::core::option::Option, + #[prost(uint32, tag = "14")] + pub cocoon_id: u32, + #[prost(uint32, tag = "13")] + pub retcode: u32, +} +/// Obf: PADLDOLDOOI +#[derive(proto_derive::CmdID)] +#[cmdid(1402)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EntityBindPropCsReq { + #[prost(bool, tag = "1")] + pub agjmaaknjmm: bool, + #[prost(message, optional, tag = "5")] + pub motion: ::core::option::Option, +} +/// Obf: DJKDMICPKBA +#[derive(proto_derive::CmdID)] +#[cmdid(1465)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EntityBindPropScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, +} +/// Obf: FMKILEBEIEA +#[derive(proto_derive::CmdID)] +#[cmdid(1457)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetClientPausedCsReq { + #[prost(bool, tag = "15")] + pub paused: bool, +} +/// Obf: DENDFOFLAJL +#[derive(proto_derive::CmdID)] +#[cmdid(1425)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetClientPausedScRsp { + #[prost(uint32, tag = "1")] + pub retcode: u32, + #[prost(bool, tag = "9")] + pub paused: bool, +} +/// Obf: HGCGMILFAFJ +#[derive(proto_derive::CmdID)] +#[cmdid(1419)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DeactivateFarmElementCsReq { + #[prost(uint32, tag = "3")] + pub entity_id: u32, +} +/// Obf: MFJMKMEKACE +#[derive(proto_derive::CmdID)] +#[cmdid(1492)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DeactivateFarmElementScRsp { + #[prost(uint32, tag = "1")] + pub entity_id: u32, + #[prost(uint32, tag = "8")] + pub retcode: u32, +} +/// Obf: ADGLDGLGJFK +#[derive(proto_derive::CmdID)] +#[cmdid(1440)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ActivateFarmElementCsReq { + #[prost(uint32, tag = "4")] + pub entity_id: u32, + #[prost(uint32, tag = "11")] + pub world_level: u32, +} +/// Obf: MAFDJHJJKND +#[derive(proto_derive::CmdID)] +#[cmdid(1495)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ActivateFarmElementScRsp { + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(uint32, tag = "14")] + pub entity_id: u32, + #[prost(uint32, tag = "10")] + pub world_level: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Okhfolfgpnj { + #[prost(uint32, tag = "2")] + pub avatar_id: u32, + #[prost(uint32, tag = "14")] + pub fmhecfjegib: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mgoiicjiihp { + #[prost(uint32, tag = "10")] + pub nbgigjhgipp: u32, + #[prost(bool, tag = "8")] + pub fmgjpljicfe: bool, + #[prost(message, repeated, tag = "3")] + pub kgcffgpgebe: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kenmcmmfbfj { + #[prost(int64, tag = "2")] + pub hmjofdkcjii: i64, + #[prost(uint32, tag = "10")] + pub ekofnicjbac: u32, +} +/// Obf: JGIMGOMLFHK +#[derive(proto_derive::CmdID)] +#[cmdid(1453)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetSpringRecoverDataCsReq {} +/// Obf: CIIKJCGDIDN +#[derive(proto_derive::CmdID)] +#[cmdid(1464)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetSpringRecoverDataScRsp { + #[prost(message, optional, tag = "13")] + pub iidjgagfacf: ::core::option::Option, + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(message, optional, tag = "2")] + pub fjjmgcnpeko: ::core::option::Option, +} +/// Obf: AOOEEBKEJNA +#[derive(proto_derive::CmdID)] +#[cmdid(1435)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetSpringRecoverConfigCsReq { + #[prost(message, optional, tag = "1")] + pub fjjmgcnpeko: ::core::option::Option, +} +/// Obf: IDPIKNCMNAC +#[derive(proto_derive::CmdID)] +#[cmdid(1487)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetSpringRecoverConfigScRsp { + #[prost(message, optional, tag = "6")] + pub fjjmgcnpeko: ::core::option::Option, + #[prost(uint32, tag = "13")] + pub retcode: u32, +} +/// Obf: IHBBBABCBKH +#[derive(proto_derive::CmdID)] +#[cmdid(1454)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SpringRecoverCsReq { + #[prost(uint32, tag = "2")] + pub floor_id: u32, + #[prost(uint32, tag = "10")] + pub prop_entity_id: u32, + #[prost(uint32, tag = "8")] + pub plane_id: u32, +} +/// Obf: SpringRecoverScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(1469)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SpringRecoverScRsp { + #[prost(message, optional, tag = "10")] + pub heal_pool_info: ::core::option::Option, + #[prost(uint32, tag = "14")] + pub retcode: u32, +} +/// Obf: KKMAFOMLFNA +#[derive(proto_derive::CmdID)] +#[cmdid(1458)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct HealPoolInfoNotify { + #[prost(message, optional, tag = "12")] + pub iidjgagfacf: ::core::option::Option, +} +/// Obf: EMJPOGCEJKO +#[derive(proto_derive::CmdID)] +#[cmdid(1467)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SpringRecoverSingleAvatarCsReq { + #[prost(uint32, tag = "2")] + pub floor_id: u32, + #[prost(bool, tag = "3")] + pub hkcbjjgknfo: bool, + #[prost(uint32, tag = "12")] + pub plane_id: u32, + #[prost(uint32, tag = "13")] + pub id: u32, + #[prost(enumeration = "AvatarType", tag = "8")] + pub avatar_type: i32, + #[prost(uint32, tag = "14")] + pub prop_entity_id: u32, +} +/// Obf: SpringRecoverSingleAvatarScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(1476)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SpringRecoverSingleAvatarScRsp { + #[prost(enumeration = "AvatarType", tag = "10")] + pub avatar_type: i32, + #[prost(uint32, tag = "7")] + pub id: u32, + #[prost(uint32, tag = "1")] + pub retcode: u32, + #[prost(uint32, tag = "9")] + pub hp: u32, +} +/// Obf: GGHGBLOKOOD +#[derive(proto_derive::CmdID)] +#[cmdid(1439)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpdateMechanismBarScNotify { + #[prost(uint32, tag = "13")] + pub plane_id: u32, + #[prost(uint32, tag = "3")] + pub floor_id: u32, + #[prost(message, optional, tag = "10")] + pub eamnlinhgii: ::core::option::Option, +} +/// Obf: GJKCINICLOO +#[derive(proto_derive::CmdID)] +#[cmdid(1449)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetGroupCustomSaveDataCsReq { + #[prost(string, tag = "10")] + pub save_data: ::prost::alloc::string::String, + #[prost(uint32, tag = "14")] + pub group_id: u32, + #[prost(uint32, tag = "6")] + pub entry_id: u32, +} +/// Obf: KKNPIOAJBPG +#[derive(proto_derive::CmdID)] +#[cmdid(1403)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetGroupCustomSaveDataScRsp { + #[prost(uint32, tag = "15")] + pub group_id: u32, + #[prost(uint32, tag = "14")] + pub retcode: u32, + #[prost(uint32, tag = "3")] + pub entry_id: u32, +} +/// Obf: PEOMIPBELCK +#[derive(proto_derive::CmdID)] +#[cmdid(1486)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ReEnterLastElementStageCsReq { + #[prost(uint32, tag = "10")] + pub stage_id: u32, +} +/// Obf: DGNCLBLGLKM +#[derive(proto_derive::CmdID)] +#[cmdid(1429)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ReEnterLastElementStageScRsp { + #[prost(message, optional, tag = "9")] + pub battle_info: ::core::option::Option, + #[prost(uint32, tag = "14")] + pub retcode: u32, + #[prost(uint32, tag = "10")] + pub stage_id: u32, +} +/// Obf: BJIKIMCPNHG +#[derive(proto_derive::CmdID)] +#[cmdid(1401)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneEntityTeleportCsReq { + #[prost(uint32, tag = "13")] + pub entry_id: u32, + #[prost(message, optional, tag = "6")] + pub entity_motion: ::core::option::Option, +} +/// Obf: GPGMHLIHLDL +#[derive(proto_derive::CmdID)] +#[cmdid(1490)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneEntityTeleportScRsp { + #[prost(uint32, tag = "6")] + pub client_pos_version: u32, + #[prost(message, optional, tag = "13")] + pub entity_motion: ::core::option::Option, + #[prost(uint32, tag = "8")] + pub retcode: u32, +} +/// Obf: BHADAPAPLLB +#[derive(proto_derive::CmdID)] +#[cmdid(1473)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterSceneCsReq { + #[prost(uint32, tag = "1")] + pub cpgdhgkahhd: u32, + #[prost(bool, tag = "2")] + pub alckpiobhlb: bool, + #[prost(uint32, tag = "13")] + pub teleport_id: u32, + #[prost(uint32, tag = "14")] + pub entry_id: u32, + #[prost(uint32, tag = "10")] + pub content_id: u32, +} +/// Obf: KOEKJLJKDND +#[derive(proto_derive::CmdID)] +#[cmdid(1472)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterSceneScRsp { + #[prost(uint32, tag = "7")] + pub content_id: u32, + #[prost(uint32, tag = "8")] + pub cpgdhgkahhd: u32, + #[prost(bool, tag = "10")] + pub gpjeedfjhaj: bool, + #[prost(bool, tag = "12")] + pub alckpiobhlb: bool, + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +/// Obf: GBFIFDFFFMA +#[derive(proto_derive::CmdID)] +#[cmdid(1474)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterSceneByServerScNotify { + #[prost(message, optional, tag = "13")] + pub scene: ::core::option::Option, + #[prost(message, optional, tag = "9")] + pub lineup: ::core::option::Option, + #[prost(enumeration = "EnterSceneReason", tag = "12")] + pub reason: i32, +} +/// Obf: MFMCJBFMNDA +#[derive(proto_derive::CmdID)] +#[cmdid(1447)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ScenePlaneEventScNotify { + /// TODO + #[prost(message, optional, tag = "6")] + pub get_item_list: ::core::option::Option, + #[prost(message, optional, tag = "13")] + pub olmakeilnnh: ::core::option::Option, + #[prost(message, optional, tag = "5")] + pub ibdcnjhehhh: ::core::option::Option, + #[prost(message, optional, tag = "2")] + pub dfomendhklm: ::core::option::Option, +} +/// Obf: BPKOEHNCDPP +#[derive(proto_derive::CmdID)] +#[cmdid(1426)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetSceneMapInfoCsReq { + #[prost(uint32, repeated, tag = "15")] + pub entry_id_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "4")] + pub cur_map_entry_id: u32, + #[prost(bool, tag = "13")] + pub pnfpbicgdpc: bool, + #[prost(uint32, tag = "14")] + pub content_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MazeProp { + #[prost(uint32, tag = "8")] + pub state: u32, + #[prost(uint32, tag = "5")] + pub group_id: u32, + #[prost(uint32, tag = "11")] + pub config_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MazeGroup { + #[prost(uint32, tag = "5")] + pub group_id: u32, + #[prost(bool, tag = "2")] + pub dpikdbpkaok: bool, + #[prost(uint32, repeated, tag = "15")] + pub lffhdkhbhnn: ::prost::alloc::vec::Vec, + #[prost(int64, tag = "13")] + pub modify_time: i64, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MazeChest { + #[prost(enumeration = "MapInfoChestType", tag = "11")] + pub map_info_chest_type: i32, + /// TODO + #[prost(uint32, tag = "10")] + pub unlocked_amount_list: u32, + /// TODO + #[prost(uint32, tag = "4")] + pub total_amount_list: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bkcekekhjca { + #[prost(uint32, tag = "5")] + pub liheadmdlhb: u32, + #[prost(uint32, tag = "12")] + pub slot: u32, + #[prost(uint32, tag = "8")] + pub dpkmfliphig: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MazeMapData { + #[prost(message, repeated, tag = "11")] + pub unlocked_chest_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "1")] + pub content_id: u32, + #[prost(uint32, repeated, tag = "15")] + pub lighten_section_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "5")] + pub maze_prop_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "2")] + pub mleaeclogeb: u32, + #[prost(uint32, tag = "10")] + pub entry_id: u32, + #[prost(map = "string, int32", tag = "8")] + pub floor_saved_data: ::std::collections::HashMap< + ::prost::alloc::string::String, + i32, + >, + #[prost(message, repeated, tag = "9")] + pub gcelhdacajk: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "6")] + pub unlocked_teleport_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "13")] + pub cur_map_entry_id: u32, + #[prost(message, repeated, tag = "3")] + pub maze_group_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(uint32, tag = "4")] + pub kpeadjcpcnk: u32, +} +/// Obf: NIHPDPKOJNI +#[derive(proto_derive::CmdID)] +#[cmdid(1497)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetSceneMapInfoScRsp { + #[prost(message, repeated, tag = "8")] + pub map_list: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "5")] + pub pnfpbicgdpc: bool, + #[prost(uint32, tag = "9")] + pub retcode: u32, +} +/// Obf: AGFBPNEEPNM +#[derive(proto_derive::CmdID)] +#[cmdid(1427)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SyncServerSceneChangeNotify {} +/// Obf: GLLIPBMFNJI +#[derive(proto_derive::CmdID)] +#[cmdid(1409)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GameplayCounterCountDownCsReq { + #[prost(uint32, tag = "13")] + pub nncfpdlcnhn: u32, + #[prost(uint32, tag = "6")] + pub pfihnpibegn: u32, +} +/// Obf: OEDMAEPOKOH +#[derive(proto_derive::CmdID)] +#[cmdid(1499)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GameplayCounterCountDownScRsp { + #[prost(uint32, tag = "5")] + pub retcode: u32, +} +/// Obf: NGECPJEEHGH +#[derive(proto_derive::CmdID)] +#[cmdid(1443)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GameplayCounterUpdateScNotify { + #[prost(uint32, tag = "12")] + pub nncfpdlcnhn: u32, + #[prost(uint32, tag = "4")] + pub geejphnhhod: u32, + #[prost(enumeration = "Ocgbofdlggn", tag = "3")] + pub reason: i32, +} +/// Obf: HKKCBOIFJGK +#[derive(proto_derive::CmdID)] +#[cmdid(1482)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GameplayCounterRecoverCsReq { + #[prost(uint32, tag = "4")] + pub nncfpdlcnhn: u32, + #[prost(uint32, tag = "12")] + pub cbiipjbklin: u32, +} +/// Obf: FIPKDMGNEEP +#[derive(proto_derive::CmdID)] +#[cmdid(1418)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GameplayCounterRecoverScRsp { + #[prost(uint32, tag = "10")] + pub retcode: u32, +} +/// Obf: CKGDAAHHOFN +#[derive(proto_derive::CmdID)] +#[cmdid(1496)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpdateFloorSavedValueNotify { + #[prost(uint32, tag = "15")] + pub floor_id: u32, + #[prost(uint32, tag = "2")] + pub plane_id: u32, + #[prost(map = "string, int32", tag = "10")] + pub hhjcajjinmg: ::std::collections::HashMap<::prost::alloc::string::String, i32>, + #[prost(uint32, tag = "5")] + pub mleaeclogeb: u32, +} +/// Obf: LEKLOEMOBHD +#[derive(proto_derive::CmdID)] +#[cmdid(1459)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetUnlockTeleportCsReq { + #[prost(uint32, repeated, tag = "4")] + pub entry_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: LPGAMHAIKFM +#[derive(proto_derive::CmdID)] +#[cmdid(1448)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetUnlockTeleportScRsp { + #[prost(uint32, repeated, tag = "9")] + pub unlocked_teleport_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneEntityRefreshInfo { + #[prost(oneof = "scene_entity_refresh_info::RefreshType", tags = "4, 10, 11")] + pub refresh_type: ::core::option::Option, +} +/// Nested message and enum types in `SceneEntityRefreshInfo`. +pub mod scene_entity_refresh_info { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum RefreshType { + #[prost(message, tag = "4")] + AddEntity(super::SceneEntityInfo), + /// TODO + #[prost(uint32, tag = "10")] + DelEntity(u32), + #[prost(uint32, tag = "11")] + Diokndcijib(u32), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneGroupRefreshInfo { + #[prost(enumeration = "SceneGroupRefreshType", tag = "11")] + pub group_refresh_type: i32, + #[prost(uint32, tag = "10")] + pub state: u32, + #[prost(uint32, tag = "5")] + pub group_id: u32, + #[prost(message, repeated, tag = "6")] + pub refresh_entity: ::prost::alloc::vec::Vec, +} +/// Obf: EOONOPCLIDC +#[derive(proto_derive::CmdID)] +#[cmdid(1430)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SceneGroupRefreshScNotify { + #[prost(message, repeated, tag = "8")] + pub group_refresh_info: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GroupStateInfo { + #[prost(uint32, tag = "15")] + pub group_id: u32, + /// TODO + #[prost(uint32, tag = "1")] + pub player_uid: u32, + /// TODO + #[prost(uint32, tag = "11")] + pub group_state: u32, + #[prost(uint32, tag = "14")] + pub entry_id: u32, +} +/// Obf: CDFDLHNDOEC +#[derive(proto_derive::CmdID)] +#[cmdid(1417)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GroupStateChangeCsReq { + #[prost(message, optional, tag = "15")] + pub group_state_info: ::core::option::Option, +} +/// Obf: LEGPDAGCDIO +#[derive(proto_derive::CmdID)] +#[cmdid(1437)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GroupStateChangeScRsp { + #[prost(message, optional, tag = "4")] + pub group_state_info: ::core::option::Option, + #[prost(uint32, tag = "15")] + pub retcode: u32, +} +/// Obf: DLIIKPOMIJG +#[derive(proto_derive::CmdID)] +#[cmdid(1475)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GroupStateChangeScNotify { + #[prost(message, optional, tag = "7")] + pub group_state_info: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnteredSceneInfo { + #[prost(uint32, tag = "12")] + pub floor_id: u32, + #[prost(uint32, tag = "13")] + pub plane_id: u32, +} +/// Obf: FJICJCLGLHH +#[derive(proto_derive::CmdID)] +#[cmdid(1468)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetEnteredSceneCsReq {} +/// Obf: MNBCGCFJAHG +#[derive(proto_derive::CmdID)] +#[cmdid(1446)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetEnteredSceneScRsp { + #[prost(uint32, tag = "4")] + pub retcode: u32, + #[prost(message, repeated, tag = "14")] + pub entered_scene_info: ::prost::alloc::vec::Vec, +} +/// Obf: FJBAEEJMDKC +#[derive(proto_derive::CmdID)] +#[cmdid(1441)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnteredSceneChangeScNotify { + #[prost(message, repeated, tag = "1")] + pub entered_scene_info: ::prost::alloc::vec::Vec, +} +/// Obf: CJIOMPBGLLF +#[derive(proto_derive::CmdID)] +#[cmdid(1421)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RefreshTriggerByClientCsReq { + #[prost(uint32, repeated, tag = "2")] + pub trigger_target_id_list: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "8")] + pub trigger_motion: ::core::option::Option, + #[prost(uint32, tag = "10")] + pub trigger_entity_id: u32, + #[prost(string, tag = "9")] + pub trigger_name: ::prost::alloc::string::String, +} +/// Obf: DFDEGEJEDGM +#[derive(proto_derive::CmdID)] +#[cmdid(1451)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RefreshTriggerByClientScRsp { + #[prost(bool, tag = "15")] + pub refresh_trigger: bool, + #[prost(string, tag = "1")] + pub trigger_name: ::prost::alloc::string::String, + #[prost(uint32, tag = "9")] + pub trigger_entity_id: u32, + #[prost(uint32, tag = "3")] + pub retcode: u32, +} +/// Obf: CEJPCEECAIC +#[derive(proto_derive::CmdID)] +#[cmdid(1481)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RefreshTriggerByClientScNotify { + #[prost(uint32, tag = "4")] + pub trigger_entity_id: u32, + #[prost(uint32, repeated, tag = "11")] + pub trigger_target_id_list: ::prost::alloc::vec::Vec, + #[prost(string, tag = "15")] + pub trigger_name: ::prost::alloc::string::String, +} +/// Obf: LACKOEINDPD +#[derive(proto_derive::CmdID)] +#[cmdid(1407)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DeleteSummonUnitCsReq { + #[prost(uint32, repeated, tag = "7")] + pub entity_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: KKFMNMPMANJ +#[derive(proto_derive::CmdID)] +#[cmdid(1494)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct DeleteSummonUnitScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(uint32, repeated, tag = "14")] + pub entity_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: IJMAINCOEKB +#[derive(proto_derive::CmdID)] +#[cmdid(1434)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UnlockedAreaMapScNotify { + #[prost(uint32, repeated, tag = "5")] + pub entry_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: ONAJGHJBFJO +#[derive(proto_derive::CmdID)] +#[cmdid(1413)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartTimedCocoonStageCsReq { + #[prost(uint32, tag = "10")] + pub cocoon_id: u32, + #[prost(uint32, tag = "9")] + pub wave: u32, + #[prost(uint32, tag = "4")] + pub world_level: u32, +} +/// Obf: OEKMNEGKHMD +#[derive(proto_derive::CmdID)] +#[cmdid(1491)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartTimedCocoonStageScRsp { + #[prost(uint32, tag = "13")] + pub retcode: u32, + #[prost(uint32, tag = "7")] + pub cocoon_id: u32, + #[prost(uint32, tag = "11")] + pub wave: u32, + #[prost(message, optional, tag = "14")] + pub battle_info: ::core::option::Option, +} +/// Obf: AIKBCBOAGCI +#[derive(proto_derive::CmdID)] +#[cmdid(1461)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartTimedFarmElementCsReq { + #[prost(uint32, tag = "6")] + pub world_level: u32, + #[prost(uint32, tag = "12")] + pub polkbglcbjd: u32, +} +/// Obf: FJGLBOOGDEF +#[derive(proto_derive::CmdID)] +#[cmdid(1480)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartTimedFarmElementScRsp { + #[prost(message, optional, tag = "2")] + pub battle_info: ::core::option::Option, + #[prost(uint32, tag = "1")] + pub world_level: u32, + #[prost(uint32, tag = "15")] + pub polkbglcbjd: u32, + #[prost(uint32, tag = "11")] + pub retcode: u32, +} +/// Obf: AHFPCFGOBIJ +#[derive(proto_derive::CmdID)] +#[cmdid(1444)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UnlockTeleportNotify { + #[prost(uint32, tag = "14")] + pub teleport_id: u32, + #[prost(uint32, tag = "12")] + pub entry_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ServerPrefs { + #[prost(uint32, tag = "12")] + pub server_prefs_id: u32, + #[prost(bytes = "vec", tag = "9")] + pub data: ::prost::alloc::vec::Vec, +} +/// Obf: KICHILLJIKI +#[derive(proto_derive::CmdID)] +#[cmdid(6198)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetAllServerPrefsDataCsReq {} +/// Obf: IEFELCIJJDA +#[derive(proto_derive::CmdID)] +#[cmdid(6171)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetAllServerPrefsDataScRsp { + #[prost(uint32, tag = "13")] + pub retcode: u32, + #[prost(message, repeated, tag = "14")] + pub mddlgjhllai: ::prost::alloc::vec::Vec, +} +/// Obf: LFPHHJHILNK +#[derive(proto_derive::CmdID)] +#[cmdid(6183)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetServerPrefsDataCsReq { + #[prost(uint32, tag = "7")] + pub server_prefs_id: u32, +} +/// Obf: OKPODGOPJNO +#[derive(proto_derive::CmdID)] +#[cmdid(6142)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetServerPrefsDataScRsp { + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(message, optional, tag = "13")] + pub server_prefs: ::core::option::Option, +} +/// Obf: GNLMLDDPAKA +#[derive(proto_derive::CmdID)] +#[cmdid(6179)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpdateServerPrefsDataCsReq { + #[prost(message, optional, tag = "11")] + pub server_prefs: ::core::option::Option, +} +/// Obf: AMNOKBOAKGL +#[derive(proto_derive::CmdID)] +#[cmdid(6177)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UpdateServerPrefsDataScRsp { + #[prost(uint32, tag = "9")] + pub server_prefs_id: u32, + #[prost(uint32, tag = "12")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Shop { + #[prost(uint32, tag = "7")] + pub shop_id: u32, + #[prost(uint32, tag = "15")] + pub city_level: u32, + #[prost(int64, tag = "4")] + pub begin_time: i64, + #[prost(uint32, tag = "6")] + pub city_exp: u32, + #[prost(int64, tag = "10")] + pub end_time: i64, + #[prost(message, repeated, tag = "13")] + pub goods_list: ::prost::alloc::vec::Vec, + #[prost(uint64, tag = "5")] + pub city_taken_level_reward: u64, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Goods { + #[prost(uint32, tag = "1")] + pub buy_times: u32, + #[prost(int64, tag = "11")] + pub begin_time: i64, + #[prost(uint32, tag = "8")] + pub item_id: u32, + #[prost(uint32, tag = "7")] + pub goods_id: u32, + #[prost(int64, tag = "3")] + pub end_time: i64, +} +/// Obf: OHOMPEAGLLC +#[derive(proto_derive::CmdID)] +#[cmdid(1598)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetShopListCsReq { + #[prost(uint32, tag = "4")] + pub shop_type: u32, +} +/// Obf: GetShopListScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(1571)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetShopListScRsp { + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(message, repeated, tag = "1")] + pub shop_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "5")] + pub shop_type: u32, +} +/// Obf: FEMBKMDFNMK +#[derive(proto_derive::CmdID)] +#[cmdid(1583)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BuyGoodsCsReq { + #[prost(uint32, tag = "10")] + pub goods_id: u32, + #[prost(uint32, tag = "12")] + pub item_id: u32, + #[prost(uint32, tag = "3")] + pub goods_num: u32, + #[prost(uint32, tag = "2")] + pub shop_id: u32, + #[prost(uint32, tag = "15")] + pub oiaecielhaf: u32, +} +/// Obf: BuyGoodsScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(1542)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BuyGoodsScRsp { + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(uint32, tag = "6")] + pub shop_id: u32, + #[prost(uint32, tag = "13")] + pub goods_id: u32, + #[prost(uint32, tag = "3")] + pub goods_buy_times: u32, + #[prost(message, optional, tag = "7")] + pub return_item_list: ::core::option::Option, +} +/// Obf: EDPFFNEMEBB +#[derive(proto_derive::CmdID)] +#[cmdid(1579)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeCityShopRewardCsReq { + #[prost(uint32, tag = "15")] + pub shop_id: u32, + #[prost(uint32, tag = "10")] + pub level: u32, +} +/// Obf: TakeCityShopRewardScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(1577)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeCityShopRewardScRsp { + #[prost(message, optional, tag = "9")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "15")] + pub level: u32, + #[prost(uint32, tag = "12")] + pub shop_id: u32, + #[prost(uint32, tag = "2")] + pub retcode: u32, +} +/// Obf: CityShopInfoScNotify +#[derive(proto_derive::CmdID)] +#[cmdid(1533)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct CityShopInfoScNotify { + #[prost(uint32, tag = "6")] + pub shop_id: u32, + #[prost(uint32, tag = "8")] + pub level: u32, + #[prost(uint32, tag = "2")] + pub exp: u32, + #[prost(uint64, tag = "11")] + pub taken_level_reward: u64, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Chbbgeidogb { + #[prost(uint32, tag = "1")] + pub klkjahfibdp: u32, + #[prost(bool, tag = "6")] + pub oamalobbaao: bool, + #[prost(uint32, tag = "9")] + pub unique_id: u32, + #[prost(uint32, repeated, tag = "4")] + pub aahpipppbcn: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "5")] + pub gdllhhelile: u32, + #[prost(uint32, repeated, tag = "13")] + pub item_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mppojklloha { + #[prost(uint32, tag = "13")] + pub klkjahfibdp: u32, + #[prost(uint32, tag = "9")] + pub nilijiomjol: u32, +} +/// Obf: PAEJHENKCIB +#[derive(proto_derive::CmdID)] +#[cmdid(6798)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SpaceZooDataCsReq {} +/// Obf: EOLLMKMKPAM +#[derive(proto_derive::CmdID)] +#[cmdid(6771)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SpaceZooDataScRsp { + #[prost(message, repeated, tag = "12")] + pub dnehacgcppi: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "5")] + pub dpmmkglfbaj: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "14")] + pub pnkeohgmjie: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "8")] + pub ikngdcedmeb: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "9")] + pub fckiffmooof: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "7")] + pub hfcjgdceppe: u32, + #[prost(uint32, repeated, tag = "6")] + pub jfcfeoiippl: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "10")] + pub ngpokinogal: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +/// Obf: ACNNENHPDEN +#[derive(proto_derive::CmdID)] +#[cmdid(6783)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SpaceZooBornCsReq { + #[prost(uint32, repeated, tag = "8")] + pub gkgbefihjkn: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "1")] + pub ofgggallgpj: u32, +} +/// Obf: GJPJEDOAKPL +#[derive(proto_derive::CmdID)] +#[cmdid(6742)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SpaceZooBornScRsp { + #[prost(message, optional, tag = "3")] + pub gacjciakjen: ::core::option::Option, + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(message, repeated, tag = "14")] + pub dfjcddihogm: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "7")] + pub ifcooaapldf: bool, +} +/// Obf: EPAJOGFKBKB +#[derive(proto_derive::CmdID)] +#[cmdid(6779)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SpaceZooMutateCsReq { + #[prost(uint32, tag = "6")] + pub item_id: u32, + #[prost(uint32, tag = "15")] + pub unique_id: u32, +} +/// Obf: HHCHBLLKEPM +#[derive(proto_derive::CmdID)] +#[cmdid(6777)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SpaceZooMutateScRsp { + #[prost(uint32, tag = "7")] + pub retcode: u32, + #[prost(message, repeated, tag = "6")] + pub dfjcddihogm: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "5")] + pub chgllnlbjil: ::core::option::Option, + #[prost(bool, tag = "1")] + pub ifcooaapldf: bool, +} +/// Obf: KJMMAFNDPML +#[derive(proto_derive::CmdID)] +#[cmdid(6733)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SpaceZooOpCatteryCsReq { + #[prost(uint32, tag = "12")] + pub kdgjonmbimh: u32, + #[prost(uint32, tag = "1")] + pub mapebdojjej: u32, + #[prost(uint32, tag = "15")] + pub pelbbkhjonm: u32, +} +/// Obf: FDPJIBPKLGK +#[derive(proto_derive::CmdID)] +#[cmdid(6712)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SpaceZooOpCatteryScRsp { + #[prost(uint32, tag = "9")] + pub retcode: u32, + #[prost(uint32, repeated, tag = "8")] + pub pnkeohgmjie: ::prost::alloc::vec::Vec, +} +/// Obf: PELFOODKIFF +#[derive(proto_derive::CmdID)] +#[cmdid(6728)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SpaceZooDeleteCatCsReq { + #[prost(uint32, repeated, tag = "8")] + pub hbhlefbhfhi: ::prost::alloc::vec::Vec, +} +/// Obf: ALFNIHHAPBD +#[derive(proto_derive::CmdID)] +#[cmdid(6738)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SpaceZooDeleteCatScRsp { + #[prost(uint32, repeated, tag = "4")] + pub hemkblmdpbp: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "13")] + pub retcode: u32, +} +/// Obf: CKLNOFEEDHH +#[derive(proto_derive::CmdID)] +#[cmdid(6778)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SpaceZooCatUpdateNotify { + #[prost(bool, tag = "1")] + pub pcojphidlof: bool, + #[prost(message, repeated, tag = "7")] + pub dempnbcblia: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "10")] + pub ifcooaapldf: bool, +} +/// Obf: DKLIFJMKGCK +#[derive(proto_derive::CmdID)] +#[cmdid(6756)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SpaceZooExchangeItemCsReq { + #[prost(uint32, tag = "15")] + pub item_id: u32, +} +/// Obf: FFEDGJEMOCO +#[derive(proto_derive::CmdID)] +#[cmdid(6789)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SpaceZooExchangeItemScRsp { + #[prost(uint32, tag = "14")] + pub item_id: u32, + #[prost(uint32, tag = "11")] + pub retcode: u32, +} +/// Obf: KOLGJMHLLFN +#[derive(proto_derive::CmdID)] +#[cmdid(6722)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SpaceZooTakeCsReq { + #[prost(uint32, tag = "2")] + pub gdcodbcdkaa: u32, +} +/// Obf: EIDODHJCHIP +#[derive(proto_derive::CmdID)] +#[cmdid(6766)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SpaceZooTakeScRsp { + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(uint32, tag = "15")] + pub gdcodbcdkaa: u32, + #[prost(message, optional, tag = "10")] + pub reward: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hefakefdmbl { + #[prost(uint32, tag = "4")] + pub ekomhblhfgc: u32, + #[prost(bool, tag = "13")] + pub dicpgjddbgm: bool, + #[prost(uint32, tag = "6")] + pub ghobhdclbhf: u32, + #[prost(uint32, tag = "2")] + pub cljlghcpiif: u32, + #[prost(uint32, tag = "3")] + pub group_id: u32, +} +/// Obf: AIAJCDBNDFL +#[derive(proto_derive::CmdID)] +#[cmdid(7162)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetStarFightDataCsReq {} +/// Obf: FLOPBICKLBL +#[derive(proto_derive::CmdID)] +#[cmdid(7168)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetStarFightDataScRsp { + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(message, repeated, tag = "4")] + pub jafadpchbpp: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ipcmemchcpi { + #[prost(uint32, tag = "6")] + pub avatar_id: u32, + #[prost(enumeration = "AvatarType", tag = "14")] + pub avatar_type: i32, +} +/// Obf: HMLGBBOJOAI +#[derive(proto_derive::CmdID)] +#[cmdid(7167)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartStarFightLevelCsReq { + #[prost(uint32, tag = "14")] + pub group_id: u32, + #[prost(uint32, tag = "10")] + pub ahfngpldaii: u32, + #[prost(message, repeated, tag = "7")] + pub avatar_list: ::prost::alloc::vec::Vec, +} +/// Obf: GCNPBONOKHO +#[derive(proto_derive::CmdID)] +#[cmdid(7163)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartStarFightLevelScRsp { + #[prost(uint32, tag = "7")] + pub group_id: u32, + #[prost(uint32, tag = "8")] + pub ahfngpldaii: u32, + #[prost(uint32, tag = "4")] + pub retcode: u32, + #[prost(message, optional, tag = "13")] + pub battle_info: ::core::option::Option, +} +/// Obf: MKOAMCMDPFD +#[derive(proto_derive::CmdID)] +#[cmdid(7170)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StarFightDataChangeNotify { + #[prost(message, optional, tag = "6")] + pub pndigeeggbl: ::core::option::Option, + #[prost(uint32, tag = "9")] + pub group_id: u32, +} +/// Obf: OBPLFDENMME +#[derive(proto_derive::CmdID)] +#[cmdid(6298)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetStoryLineInfoCsReq {} +/// Obf: MOHGPJDBLCA +#[derive(proto_derive::CmdID)] +#[cmdid(6271)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetStoryLineInfoScRsp { + #[prost(uint32, tag = "2")] + pub dalflnjgbeo: u32, + #[prost(uint32, tag = "10")] + pub retcode: u32, + #[prost(uint32, repeated, tag = "3")] + pub bikolmdjklc: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "13")] + pub moiccjnmbbi: ::prost::alloc::vec::Vec, +} +/// Obf: HKJEPOOJPBJ +#[derive(proto_derive::CmdID)] +#[cmdid(6283)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StoryLineInfoScNotify { + #[prost(uint32, repeated, tag = "9")] + pub moiccjnmbbi: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "6")] + pub dalflnjgbeo: u32, + #[prost(uint32, repeated, tag = "1")] + pub bikolmdjklc: ::prost::alloc::vec::Vec, +} +/// Obf: AJOKJIHIBLC +#[derive(proto_derive::CmdID)] +#[cmdid(6277)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ChangeStoryLineFinishScNotify { + #[prost(uint32, tag = "7")] + pub olbodpcnecg: u32, + #[prost(uint32, tag = "3")] + pub dalflnjgbeo: u32, + #[prost(enumeration = "Mjfcjdcbbdk", tag = "14")] + pub action: i32, + #[prost(bool, tag = "11")] + pub hnfnaejddom: bool, +} +/// Obf: JABBPHKIKEI +#[derive(proto_derive::CmdID)] +#[cmdid(6233)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StoryLineTrialAvatarChangeScNotify { + #[prost(uint32, repeated, tag = "4")] + pub behjdjbcjgo: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "3")] + pub dgocpfhcllk: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StrongChallengeAvatar { + #[prost(uint32, tag = "11")] + pub avatar_id: u32, + #[prost(enumeration = "AvatarType", tag = "12")] + pub avatar_type: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Dpekklbeepo { + #[prost(uint32, repeated, tag = "13")] + pub buff_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "11")] + pub avatar_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kecghmngndi { + #[prost(uint32, tag = "9")] + pub module_id: u32, + #[prost(uint32, tag = "5")] + pub stage_id: u32, + #[prost(message, optional, tag = "13")] + pub nfkbafffgmo: ::core::option::Option, + #[prost(uint32, tag = "10")] + pub lbndgnllada: u32, + #[prost(uint32, tag = "14")] + pub stage_score: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hcalkkljgbe { + #[prost(map = "uint32, message", tag = "12")] + pub pedhkbohhli: ::std::collections::HashMap, +} +/// Obf: IJCLDKFODIE +#[derive(proto_derive::CmdID)] +#[cmdid(6698)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetStrongChallengeActivityDataCsReq {} +/// Obf: PAGDPIPIOIF +#[derive(proto_derive::CmdID)] +#[cmdid(6671)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetStrongChallengeActivityDataScRsp { + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(message, optional, tag = "1")] + pub iaogngdbnbg: ::core::option::Option, +} +/// Obf: BFDOBLCOPIG +#[derive(proto_derive::CmdID)] +#[cmdid(6683)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterStrongChallengeActivityStageCsReq { + #[prost(uint32, tag = "14")] + pub stage_id: u32, + #[prost(uint32, repeated, tag = "2")] + pub buff_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "1")] + pub avatar_list: ::prost::alloc::vec::Vec, +} +/// Obf: DBNOLMNBLJL +#[derive(proto_derive::CmdID)] +#[cmdid(6642)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterStrongChallengeActivityStageScRsp { + #[prost(uint32, tag = "12")] + pub stage_id: u32, + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(message, optional, tag = "3")] + pub battle_info: ::core::option::Option, +} +/// Obf: BOOGKPLBFKI +#[derive(proto_derive::CmdID)] +#[cmdid(6679)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StrongChallengeActivityBattleEndScNotify { + #[prost(uint32, tag = "8")] + pub gocjfiaemkb: u32, + #[prost(uint32, tag = "14")] + pub total_damage: u32, + #[prost(uint32, tag = "4")] + pub stage_score: u32, + #[prost(uint32, tag = "7")] + pub emglbfmfbln: u32, + #[prost(uint32, tag = "9")] + pub bhbebkfdkeo: u32, + #[prost(uint32, tag = "12")] + pub score: u32, + #[prost(uint32, tag = "2")] + pub stage_id: u32, + #[prost(enumeration = "BattleEndStatus", tag = "13")] + pub end_status: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pjahebjmlgh { + #[prost(uint32, tag = "15")] + pub phase: u32, + #[prost(uint32, tag = "11")] + pub ahfngpldaii: u32, + #[prost(uint32, tag = "13")] + pub group_id: u32, +} +/// Obf: KAIIEKHNIFA +#[derive(proto_derive::CmdID)] +#[cmdid(7562)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetSummonActivityDataCsReq {} +/// Obf: HAFADOOOFLK +#[derive(proto_derive::CmdID)] +#[cmdid(7568)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetSummonActivityDataScRsp { + #[prost(message, repeated, tag = "15")] + pub gebaedfnbme: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "3")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pmcfmhjgkce { + #[prost(enumeration = "AvatarType", tag = "2")] + pub avatar_type: i32, + #[prost(uint32, tag = "5")] + pub avatar_id: u32, +} +/// Obf: CFOHMLLFHJE +#[derive(proto_derive::CmdID)] +#[cmdid(7567)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterSummonActivityStageCsReq { + #[prost(uint32, tag = "9")] + pub ahfngpldaii: u32, + #[prost(uint32, tag = "2")] + pub group_id: u32, + #[prost(message, repeated, tag = "6")] + pub avatar_list: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "11")] + pub phnolpnnjce: ::core::option::Option, +} +/// Obf: DIENADIHLEM +#[derive(proto_derive::CmdID)] +#[cmdid(7563)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterSummonActivityStageScRsp { + #[prost(uint32, tag = "11")] + pub group_id: u32, + #[prost(message, optional, tag = "2")] + pub battle_info: ::core::option::Option, + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(uint32, tag = "12")] + pub ahfngpldaii: u32, +} +/// Obf: HDKMENFLLAI +#[derive(proto_derive::CmdID)] +#[cmdid(7570)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SummonActivityBattleEndScNotify { + #[prost(uint32, tag = "2")] + pub group_id: u32, + #[prost(uint32, tag = "15")] + pub belgplfbdbp: u32, + #[prost(uint32, tag = "5")] + pub ahfngpldaii: u32, + #[prost(uint32, tag = "4")] + pub phase: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hpphnmbheej { + #[prost(message, optional, tag = "14")] + pub eaccgokfcdh: ::core::option::Option, + #[prost(uint32, repeated, tag = "1")] + pub ckgcgakobio: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "12")] + pub fddlabhfded: ::core::option::Option, + #[prost(message, optional, tag = "10")] + pub glpbibpfldb: ::core::option::Option, + #[prost(uint32, tag = "11")] + pub jgkjjkfblcf: u32, + #[prost(message, optional, tag = "8")] + pub nnmaegjlimk: ::core::option::Option, + #[prost(message, optional, tag = "5")] + pub skill_info: ::core::option::Option, + #[prost(message, optional, tag = "3")] + pub pending_action: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hnpelfobmfo { + #[prost(uint32, tag = "13")] + pub ljlfoingcee: u32, + #[prost(uint32, tag = "9")] + pub ekcnomiiebm: u32, + #[prost(uint32, repeated, tag = "4")] + pub bcocokepola: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pajmdohpiik { + #[prost(uint32, tag = "13")] + pub cpgdhgkahhd: u32, + #[prost(uint32, repeated, tag = "10")] + pub ofmiagoipjm: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Nojpfgohgke { + #[prost(uint32, tag = "13")] + pub hppeilaonge: u32, + #[prost(enumeration = "Jpnaoebbghg", tag = "8")] + pub kdkbjackeld: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Elejieddfhl { + #[prost(uint32, tag = "14")] + pub gfbblgmocdn: u32, + #[prost(message, repeated, tag = "11")] + pub lplhnkcgbbb: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "3")] + pub aeifbhbacgk: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Lbbfgihhlgn { + #[prost(uint32, tag = "8")] + pub queue_position: u32, + #[prost(uint32, tag = "15")] + pub level: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mkfegnbjlgi { + #[prost(message, repeated, tag = "1")] + pub gjgjfdekepc: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mkaccpkncki { + #[prost(uint32, tag = "1250")] + pub ikcmkiiebfg: u32, + #[prost(oneof = "mkaccpkncki::Action", tags = "7, 4")] + pub action: ::core::option::Option, +} +/// Nested message and enum types in `MKACCPKNCKI`. +pub mod mkaccpkncki { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Action { + #[prost(message, tag = "7")] + Gloaahimeha(super::Jdocckomoeg), + #[prost(message, tag = "4")] + Nalgclkbbaj(super::Makkmblohho), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mglkkpjkblj { + #[prost(uint32, tag = "6")] + pub ggepghpenfg: u32, + #[prost(uint32, tag = "1")] + pub fallainigjd: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jdocckomoeg { + #[prost(uint32, repeated, tag = "6")] + pub epldeibmadf: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "15")] + pub nhkdhifgpko: ::prost::alloc::vec::Vec, + #[prost(enumeration = "Hnhodfelcap", tag = "5")] + pub poljkefbhkm: i32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Makkmblohho { + #[prost(uint32, tag = "6")] + pub ejlfakjgoij: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hpackiiecgi { + #[prost(oneof = "hpackiiecgi::Action", tags = "13, 1, 5, 15, 3, 8, 9, 4")] + pub action: ::core::option::Option, +} +/// Nested message and enum types in `HPACKIIECGI`. +pub mod hpackiiecgi { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Action { + #[prost(message, tag = "13")] + Jmdikhhfhol(super::Jjbcemndhdh), + #[prost(message, tag = "1")] + Ahhojcjbpfj(super::Hnnkhmplhfl), + #[prost(message, tag = "5")] + Iljeljiflha(super::Goameneapni), + #[prost(message, tag = "15")] + Bhbmjnihink(super::Jbbibkoiedb), + #[prost(message, tag = "3")] + Pbmjabbagmm(super::Amhgaanhdmn), + #[prost(message, tag = "8")] + Ennmpockoei(super::Hmidiibgjlj), + #[prost(message, tag = "9")] + Opineilcloj(super::Jhemafbelbk), + #[prost(message, tag = "4")] + Hcjidcplogd(super::Jhhkebfanll), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jjbcemndhdh {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hnnkhmplhfl {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Goameneapni { + #[prost(uint32, tag = "11")] + pub jnmkaahpmdj: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jbbibkoiedb {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Amhgaanhdmn { + #[prost(uint32, tag = "12")] + pub cojgeghiadi: u32, + #[prost(bool, tag = "4")] + pub lekielodpoi: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hmidiibgjlj {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jhemafbelbk {} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jhhkebfanll { + #[prost(bool, tag = "5")] + pub dpomilcedfc: bool, + #[prost(uint32, tag = "6")] + pub cojgeghiadi: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pnplhhnbadf { + #[prost(enumeration = "Knaehljadln", tag = "1")] + pub source: i32, + #[prost(message, optional, tag = "7")] + pub rogue_action: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fajcmnepfkp { + #[prost( + oneof = "fajcmnepfkp::Action", + tags = "3, 2, 15, 5, 1, 10, 4, 7, 1850, 336, 702, 1716" + )] + pub action: ::core::option::Option, +} +/// Nested message and enum types in `FAJCMNEPFKP`. +pub mod fajcmnepfkp { + #[derive(proto_derive::CmdID)] + #[allow(clippy::derive_partial_eq_without_eq)] + #[derive(Clone, PartialEq, ::prost::Oneof)] + pub enum Action { + #[prost(message, tag = "3")] + Mkchfneoomm(super::Jbgapllmhgd), + #[prost(message, tag = "2")] + Hdojpdgnebo(super::Mboampmkcfh), + #[prost(message, tag = "15")] + Ohjhhafmgil(super::Mboampmkcfh), + #[prost(message, tag = "5")] + Jfnklmjngll(super::Obhledpapal), + #[prost(message, tag = "1")] + Nlbkjhgchdj(super::Fcdngmifcno), + #[prost(message, tag = "10")] + Lodoeoebhpk(super::Amhgaanhdmn), + #[prost(message, tag = "4")] + Mgfcgkncccm(super::Gipdaflpjnn), + #[prost(uint32, tag = "7")] + Lnpkbcghfba(u32), + #[prost(uint32, tag = "1850")] + Gfbblgmocdn(u32), + #[prost(message, tag = "336")] + Fiaaefdiddi(super::Jhhkebfanll), + #[prost(message, tag = "702")] + Aenajjcdgod(super::Hmidiibgjlj), + #[prost(uint32, tag = "1716")] + Popemhpkljo(u32), + } +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Gipdaflpjnn { + #[prost(uint32, tag = "9")] + pub jnmkaahpmdj: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jbgapllmhgd { + #[prost(uint32, tag = "6")] + pub ioappncjjcj: u32, + #[prost(enumeration = "Jpnaoebbghg", tag = "8")] + pub kdkbjackeld: i32, + #[prost(uint32, tag = "13")] + pub ojcpejfheip: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mboampmkcfh { + #[prost(uint32, tag = "1")] + pub ojcpejfheip: u32, + #[prost(uint32, tag = "8")] + pub ioappncjjcj: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Obhledpapal { + #[prost(uint32, tag = "13")] + pub eneagdhncgi: u32, + #[prost(uint32, tag = "4")] + pub level: u32, + #[prost(uint32, tag = "3")] + pub queue_position: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fcdngmifcno { + #[prost(message, optional, tag = "3")] + pub emoalfbggai: ::core::option::Option, + #[prost(uint32, tag = "9")] + pub jgkjjkfblcf: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bfidfehgcaf { + #[prost(bool, tag = "14")] + pub lekielodpoi: bool, + #[prost(uint32, tag = "8")] + pub cojgeghiadi: u32, +} +/// Obf: IIAHDDDJBKI +#[derive(proto_derive::CmdID)] +#[cmdid(7479)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingGameSyncChangeScNotify { + #[prost(message, repeated, tag = "4")] + pub hnlfbmpheil: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hcmjajfpcko { + #[prost(uint32, tag = "13")] + pub id: u32, + #[prost(uint32, tag = "3")] + pub progress: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Nomjfeealfa { + #[prost(message, repeated, tag = "3")] + pub jkofjpmdelk: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "7")] + pub nfibkmmknee: ::prost::alloc::vec::Vec, +} +/// Obf: FDDDHMMCDKL +#[derive(proto_derive::CmdID)] +#[cmdid(7487)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetSwordTrainingDataCsReq {} +/// Obf: JGNNLEHOICL +#[derive(proto_derive::CmdID)] +#[cmdid(7492)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetSwordTrainingDataScRsp { + #[prost(message, optional, tag = "1")] + pub bedinildmeb: ::core::option::Option, + #[prost(uint32, repeated, tag = "4")] + pub cjikohpnnmp: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "3")] + pub ojfjfejmjpg: ::core::option::Option, + #[prost(uint32, repeated, tag = "8")] + pub ofmiagoipjm: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub pjeadddagkk: u32, + #[prost(bool, tag = "2")] + pub jfojhgphahf: bool, + #[prost(uint32, repeated, tag = "6")] + pub pnibcbabnlc: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "12")] + pub retcode: u32, +} +/// Obf: ACOJENCIDPD +#[derive(proto_derive::CmdID)] +#[cmdid(7452)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingTurnActionCsReq { + #[prost(uint32, repeated, tag = "5")] + pub mndohjnfnfb: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "2")] + pub pmiidgmpmfn: ::prost::alloc::vec::Vec, +} +/// Obf: BMLBGAPOPGB +#[derive(proto_derive::CmdID)] +#[cmdid(7494)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingTurnActionScRsp { + #[prost(uint32, repeated, tag = "9")] + pub pmiidgmpmfn: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "13")] + pub retcode: u32, +} +/// Obf: NMOONPIBHFM +#[derive(proto_derive::CmdID)] +#[cmdid(7460)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingDailyPhaseConfirmCsReq { + #[prost(enumeration = "Hnhodfelcap", tag = "15")] + pub ommppepncnh: i32, +} +/// Obf: AJNAFNKPONG +#[derive(proto_derive::CmdID)] +#[cmdid(7474)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingDailyPhaseConfirmScRsp { + #[prost(uint32, tag = "13")] + pub retcode: u32, + #[prost(bool, tag = "2")] + pub kppnojgednm: bool, +} +/// Obf: JDBAKCOINJI +#[derive(proto_derive::CmdID)] +#[cmdid(7482)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingDialogueSelectOptionCsReq { + #[prost(uint32, tag = "3")] + pub efdphfeldeg: u32, +} +/// Obf: FBBGNAHBHHC +#[derive(proto_derive::CmdID)] +#[cmdid(7463)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingDialogueSelectOptionScRsp { + #[prost(uint32, tag = "4")] + pub retcode: u32, +} +/// Obf: LAFMODBICDM +#[derive(proto_derive::CmdID)] +#[cmdid(7484)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingExamResultConfirmCsReq {} +/// Obf: LPFCHKLJNFB +#[derive(proto_derive::CmdID)] +#[cmdid(7473)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingExamResultConfirmScRsp { + #[prost(uint32, tag = "5")] + pub retcode: u32, +} +/// Obf: HAPAPIPAFAG +#[derive(proto_derive::CmdID)] +#[cmdid(7475)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterSwordTrainingExamCsReq {} +/// Obf: OJPDLFGLMCB +#[derive(proto_derive::CmdID)] +#[cmdid(7498)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterSwordTrainingExamScRsp { + #[prost(uint32, tag = "15")] + pub retcode: u32, + #[prost(message, optional, tag = "14")] + pub battle_info: ::core::option::Option, +} +/// Obf: MFNFODGFBPC +#[derive(proto_derive::CmdID)] +#[cmdid(7477)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingLearnSkillCsReq { + #[prost(uint32, tag = "4")] + pub lnedfblnhen: u32, +} +/// Obf: LFNHANAOKBO +#[derive(proto_derive::CmdID)] +#[cmdid(7455)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingLearnSkillScRsp { + #[prost(uint32, tag = "11")] + pub lnedfblnhen: u32, + #[prost(uint32, tag = "2")] + pub retcode: u32, +} +/// Obf: MIBDBBPHBIA +#[derive(proto_derive::CmdID)] +#[cmdid(7493)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingStartGameCsReq { + #[prost(uint32, tag = "6")] + pub cpgdhgkahhd: u32, +} +/// Obf: FCLCGPHKKGI +#[derive(proto_derive::CmdID)] +#[cmdid(7465)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingStartGameScRsp { + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(message, optional, tag = "8")] + pub bedinildmeb: ::core::option::Option, +} +/// Obf: ODJKGJFLDOG +#[derive(proto_derive::CmdID)] +#[cmdid(7480)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingStoryConfirmCsReq { + #[prost(uint32, tag = "14")] + pub cojgeghiadi: u32, +} +/// Obf: FBCGIINBLPD +#[derive(proto_derive::CmdID)] +#[cmdid(7462)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingStoryConfirmScRsp { + #[prost(uint32, tag = "4")] + pub cojgeghiadi: u32, + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +/// Obf: PFIMFLOGFCL +#[derive(proto_derive::CmdID)] +#[cmdid(7456)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingGiveUpGameCsReq {} +/// Obf: LJIOKCMCDAJ +#[derive(proto_derive::CmdID)] +#[cmdid(7466)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingGiveUpGameScRsp { + #[prost(uint32, tag = "4")] + pub retcode: u32, +} +/// Obf: GGNAOCHCAEL +#[derive(proto_derive::CmdID)] +#[cmdid(7453)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingGameSettleScNotify { + #[prost(uint32, tag = "1")] + pub cpgdhgkahhd: u32, + #[prost(uint32, repeated, tag = "4")] + pub ngfdcfapcan: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "10")] + pub reward: ::core::option::Option, + #[prost(enumeration = "Kpjjekidjbc", tag = "8")] + pub reason: i32, + #[prost(uint32, tag = "5")] + pub pohanhabpig: u32, + #[prost(uint32, tag = "3")] + pub emoalfbggai: u32, + #[prost(uint32, repeated, tag = "13")] + pub nljekiiodgf: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "2")] + pub lichpgldejm: u32, +} +/// Obf: PBKBGEDCKNH +#[derive(proto_derive::CmdID)] +#[cmdid(7488)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingUnlockSyncScNotify { + #[prost(message, repeated, tag = "10")] + pub jkofjpmdelk: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "15")] + pub nfibkmmknee: ::prost::alloc::vec::Vec, +} +/// Obf: LDFIGDCIINH +#[derive(proto_derive::CmdID)] +#[cmdid(7489)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingSelectEndingCsReq { + #[prost(uint32, tag = "1")] + pub amdmiaejnem: u32, +} +/// Obf: LBMBBLJJLOE +#[derive(proto_derive::CmdID)] +#[cmdid(7470)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingSelectEndingScRsp { + #[prost(uint32, tag = "15")] + pub amdmiaejnem: u32, + #[prost(uint32, tag = "4")] + pub retcode: u32, +} +/// Obf: AECNJIJONIB +#[derive(proto_derive::CmdID)] +#[cmdid(7486)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingRestoreGameCsReq {} +/// Obf: KFIKHFBICIB +#[derive(proto_derive::CmdID)] +#[cmdid(7459)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingRestoreGameScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(message, optional, tag = "7")] + pub bedinildmeb: ::core::option::Option, +} +/// Obf: JBJNLBCMKCM +#[derive(proto_derive::CmdID)] +#[cmdid(7476)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingStoryBattleCsReq {} +/// Obf: NHKCMPBCHOD +#[derive(proto_derive::CmdID)] +#[cmdid(7491)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingStoryBattleScRsp { + #[prost(uint32, tag = "14")] + pub retcode: u32, + #[prost(message, optional, tag = "3")] + pub battle_info: ::core::option::Option, +} +/// Obf: KNKHCFOBDGP +#[derive(proto_derive::CmdID)] +#[cmdid(7469)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingActionTurnSettleScNotify { + #[prost(message, repeated, tag = "14")] + pub bjipcdplpal: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub afihnckkkpb: u32, +} +/// Obf: CFHLFIEKOBG +#[derive(proto_derive::CmdID)] +#[cmdid(7500)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingResumeGameCsReq { + #[prost(uint32, tag = "5")] + pub cpgdhgkahhd: u32, +} +/// Obf: NLMAPLPHIBP +#[derive(proto_derive::CmdID)] +#[cmdid(7495)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingResumeGameScRsp { + #[prost(message, optional, tag = "8")] + pub bedinildmeb: ::core::option::Option, + #[prost(uint32, tag = "5")] + pub retcode: u32, +} +/// Obf: EJOICOGBBMP +#[derive(proto_derive::CmdID)] +#[cmdid(7481)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingSetSkillTraceCsReq { + #[prost(uint32, tag = "4")] + pub lnedfblnhen: u32, +} +/// Obf: MBLHOHDJNDF +#[derive(proto_derive::CmdID)] +#[cmdid(7490)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingSetSkillTraceScRsp { + #[prost(uint32, tag = "3")] + pub lnedfblnhen: u32, + #[prost(uint32, tag = "2")] + pub retcode: u32, +} +/// Obf: DJOCNGPPBAI +#[derive(proto_derive::CmdID)] +#[cmdid(7472)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingMarkEndingViewedCsReq {} +/// Obf: BEAEPALOLEJ +#[derive(proto_derive::CmdID)] +#[cmdid(7485)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SwordTrainingMarkEndingViewedScRsp { + #[prost(uint32, tag = "2")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pfijokjpnbb { + #[prost(uint32, tag = "10")] + pub ghkjminhfjl: u32, + #[prost(uint32, tag = "15")] + pub stamina: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct BoardDataSync { + #[prost(message, repeated, tag = "2")] + pub unlocked_head_icon_list: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "9")] + pub koimgbmlopb: bool, + #[prost(string, tag = "4")] + pub signature: ::prost::alloc::string::String, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct AvatarSync { + #[prost(message, repeated, tag = "3")] + pub avatar_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct MissionSync { + #[prost(message, repeated, tag = "7")] + pub mission_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "4")] + pub egkmfdandln: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "10")] + pub lggfknggbjd: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "12")] + pub djobgkdflbi: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "3")] + pub ekokeniblnd: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "5")] + pub anjmgehlohe: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "11")] + pub fhjpgkokimp: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ijjmlifhikk { + #[prost(uint32, repeated, tag = "15")] + pub bbaobmpidin: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "3")] + pub fehnbokngek: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "11")] + pub kjpabhnaicf: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Deajgopamnb { + #[prost(uint32, repeated, tag = "7")] + pub ogpplefofll: ::prost::alloc::vec::Vec, + #[prost(uint32, repeated, tag = "14")] + pub jjoepelabkl: ::prost::alloc::vec::Vec, +} +/// Obf: FLINNJAJGHN +#[derive(proto_derive::CmdID)] +#[cmdid(698)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct PlayerSyncScNotify { + #[prost(message, repeated, tag = "214")] + pub hjgiekepbih: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "11")] + pub material_list: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "2")] + pub jnfednbgbhn: ::core::option::Option, + /// TODO + #[prost(uint32, repeated, tag = "1988")] + pub del_relic_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "12")] + pub equipment_list: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "49")] + pub pablgnbddcg: ::core::option::Option, + /// TODO + #[prost(uint32, repeated, tag = "1")] + pub indihghpjel: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "129")] + pub board_data_sync: ::core::option::Option, + #[prost(message, repeated, tag = "1750")] + pub hnbhlcakajg: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "14")] + pub mbmdojoeakn: ::core::option::Option, + #[prost(uint32, tag = "306")] + pub total_achievement_exp: u32, + #[prost(message, optional, tag = "4")] + pub amahgkeecpn: ::core::option::Option, + #[prost(message, repeated, tag = "1089")] + pub ceomddejkef: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "1147")] + pub jplpjdinoaj: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "1328")] + pub ikleocenkjg: ::core::option::Option, + #[prost(message, repeated, tag = "102")] + pub multi_path_avatar_type_info_list: ::prost::alloc::vec::Vec< + MultiPathAvatarTypeInfo, + >, + #[prost(message, optional, tag = "8")] + pub avatar_sync: ::core::option::Option, + #[prost(message, repeated, tag = "15")] + pub wait_del_resource_list: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "5")] + pub basic_info: ::core::option::Option, + #[prost(message, repeated, tag = "6")] + pub quest_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "3")] + pub relic_list: ::prost::alloc::vec::Vec, + /// TODO + #[prost(uint32, repeated, tag = "7")] + pub del_equipment_list: ::prost::alloc::vec::Vec, +} +/// Obf: GIPDHIEGJLO +#[derive(proto_derive::CmdID)] +#[cmdid(2198)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetNpcTakenRewardCsReq { + #[prost(uint32, tag = "6")] + pub npc_id: u32, +} +/// Obf: AFHFNBEAMKP +#[derive(proto_derive::CmdID)] +#[cmdid(2171)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetNpcTakenRewardScRsp { + #[prost(uint32, tag = "6")] + pub retcode: u32, + #[prost(uint32, tag = "3")] + pub npc_id: u32, + #[prost(uint32, repeated, tag = "11")] + pub lbmfepcghcn: ::prost::alloc::vec::Vec, +} +/// Obf: NDKAHOGIKCO +#[derive(proto_derive::CmdID)] +#[cmdid(2183)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeTalkRewardCsReq { + #[prost(uint32, tag = "12")] + pub mmkianlhplj: u32, + #[prost(message, optional, tag = "3")] + pub pmnkhidjalm: ::core::option::Option, +} +/// Obf: GGFLGCHLLGF +#[derive(proto_derive::CmdID)] +#[cmdid(2142)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeTalkRewardScRsp { + #[prost(uint32, tag = "8")] + pub mmkianlhplj: u32, + #[prost(message, optional, tag = "14")] + pub reward: ::core::option::Option, + #[prost(uint32, tag = "15")] + pub retcode: u32, +} +/// Obf: KAFCONFLKFO +#[derive(proto_derive::CmdID)] +#[cmdid(2179)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFirstTalkNpcCsReq { + #[prost(uint32, repeated, tag = "14")] + pub npc_id_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FirstNpcTalkInfo { + #[prost(uint32, tag = "7")] + pub npc_id: u32, + #[prost(bool, tag = "4")] + pub unk_bool: bool, +} +/// Obf: HBAEADAPIMP +#[derive(proto_derive::CmdID)] +#[cmdid(2177)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFirstTalkNpcScRsp { + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(message, repeated, tag = "13")] + pub npc_talk_info_list: ::prost::alloc::vec::Vec, +} +/// Obf: FALCJLNIJGJ +#[derive(proto_derive::CmdID)] +#[cmdid(2133)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishFirstTalkNpcCsReq { + #[prost(uint32, tag = "4")] + pub npc_id: u32, +} +/// Obf: PJCJIJMJPCP +#[derive(proto_derive::CmdID)] +#[cmdid(2112)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishFirstTalkNpcScRsp { + #[prost(uint32, tag = "4")] + pub npc_id: u32, + #[prost(uint32, tag = "5")] + pub retcode: u32, +} +/// Obf: GDBEPJKPHBE +#[derive(proto_derive::CmdID)] +#[cmdid(2128)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SelectInclinationTextCsReq { + #[prost(uint32, tag = "13")] + pub jhfemefebbi: u32, +} +/// Obf: DDOCJHLMBKB +#[derive(proto_derive::CmdID)] +#[cmdid(2138)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SelectInclinationTextScRsp { + #[prost(uint32, tag = "15")] + pub jhfemefebbi: u32, + #[prost(uint32, tag = "2")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct NpcTalkInfo { + #[prost(bool, tag = "11")] + pub unk_bool: bool, + #[prost(uint32, tag = "15")] + pub npc_talk_id: u32, +} +/// Obf: LABNFFIFPLA +#[derive(proto_derive::CmdID)] +#[cmdid(2178)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFirstTalkByPerformanceNpcCsReq { + #[prost(uint32, repeated, tag = "5")] + pub npc_talk_list: ::prost::alloc::vec::Vec, +} +/// Obf: OCILOLAMBBM +#[derive(proto_derive::CmdID)] +#[cmdid(2156)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetFirstTalkByPerformanceNpcScRsp { + #[prost(message, repeated, tag = "6")] + pub npc_talk_info_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "12")] + pub retcode: u32, +} +/// Obf: ADMDFGBALLE +#[derive(proto_derive::CmdID)] +#[cmdid(2189)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishFirstTalkByPerformanceNpcCsReq { + #[prost(uint32, tag = "5")] + pub npc_talk_id: u32, +} +/// Obf: CNJPDJDANEH +#[derive(proto_derive::CmdID)] +#[cmdid(2122)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishFirstTalkByPerformanceNpcScRsp { + #[prost(uint32, tag = "14")] + pub retcode: u32, + #[prost(uint32, tag = "5")] + pub npc_talk_id: u32, + #[prost(message, optional, tag = "4")] + pub reward: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Onoolkdjecm { + #[prost(uint32, tag = "13")] + pub dnfjooajikg: u32, + #[prost(uint32, tag = "14")] + pub icodepakphj: u32, + #[prost(uint32, tag = "6")] + pub stage_score: u32, +} +/// Obf: OFPLCNAHNDO +#[derive(proto_derive::CmdID)] +#[cmdid(6974)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetTelevisionActivityDataCsReq {} +/// Obf: JMPFMIJGFLI +#[derive(proto_derive::CmdID)] +#[cmdid(6977)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetTelevisionActivityDataScRsp { + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(message, repeated, tag = "1")] + pub lpeapmpcfbd: ::prost::alloc::vec::Vec, +} +/// Obf: ICHAKODGHOO +#[derive(proto_derive::CmdID)] +#[cmdid(6973)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TelevisionActivityDataChangeScNotify { + #[prost(message, repeated, tag = "13")] + pub lpeapmpcfbd: ::prost::alloc::vec::Vec, +} +/// Obf: DFLDLFNMBLA +#[derive(proto_derive::CmdID)] +#[cmdid(6975)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TelevisionActivityBattleEndScNotify { + #[prost(uint32, tag = "6")] + pub bbkdcndijln: u32, + #[prost(uint32, tag = "13")] + pub bfadhpmmodp: u32, + #[prost(message, optional, tag = "10")] + pub jcbhceiipdm: ::core::option::Option, + #[prost(uint32, tag = "15")] + pub lclbkiadcok: u32, + #[prost(uint32, tag = "12")] + pub ofcgbcpefeo: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cdfoiphmojp { + #[prost(uint32, tag = "6")] + pub avatar_id: u32, + #[prost(enumeration = "AvatarType", tag = "13")] + pub avatar_type: i32, +} +/// Obf: MLJIBCGCNEI +#[derive(proto_derive::CmdID)] +#[cmdid(6970)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterTelevisionActivityStageCsReq { + #[prost(uint32, tag = "3")] + pub dnfjooajikg: u32, + #[prost(uint32, repeated, tag = "4")] + pub buff_list: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "7")] + pub avatar_list: ::prost::alloc::vec::Vec, +} +/// Obf: BOEIBOKHNDF +#[derive(proto_derive::CmdID)] +#[cmdid(6968)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterTelevisionActivityStageScRsp { + #[prost(uint32, tag = "1")] + pub dnfjooajikg: u32, + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(message, optional, tag = "6")] + pub battle_info: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TextJoinInfo { + #[prost(string, tag = "10")] + pub dlckgekdbon: ::prost::alloc::string::String, + #[prost(string, tag = "14")] + pub ainaoenmome: ::prost::alloc::string::String, + #[prost(uint32, tag = "2")] + pub cdcbknognih: u32, + #[prost(uint32, tag = "11")] + pub text_item_id: u32, + #[prost(uint32, tag = "12")] + pub text_item_config_id: u32, +} +/// Obf: MBHPKFNFGOP +#[derive(proto_derive::CmdID)] +#[cmdid(3898)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TextJoinSaveCsReq { + #[prost(uint32, tag = "2")] + pub text_item_id: u32, + #[prost(string, tag = "6")] + pub ainaoenmome: ::prost::alloc::string::String, + #[prost(uint32, tag = "12")] + pub text_item_config_id: u32, +} +/// Obf: JLIMICLEBBN +#[derive(proto_derive::CmdID)] +#[cmdid(3871)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TextJoinSaveScRsp { + #[prost(string, tag = "3")] + pub ainaoenmome: ::prost::alloc::string::String, + #[prost(uint32, tag = "10")] + pub text_item_id: u32, + #[prost(uint32, tag = "14")] + pub retcode: u32, + #[prost(uint32, tag = "6")] + pub text_item_config_id: u32, +} +/// Obf: HKKPCKOGLKH +#[derive(proto_derive::CmdID)] +#[cmdid(3883)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TextJoinQueryCsReq { + #[prost(uint32, repeated, tag = "2")] + pub text_join_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: EOFBJILDGIK +#[derive(proto_derive::CmdID)] +#[cmdid(3842)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TextJoinQueryScRsp { + #[prost(message, repeated, tag = "3")] + pub text_join_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "7")] + pub retcode: u32, +} +/// Obf: BHBELNODJIF +#[derive(proto_derive::CmdID)] +#[cmdid(3879)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TextJoinBatchSaveCsReq { + #[prost(message, repeated, tag = "14")] + pub text_join_list: ::prost::alloc::vec::Vec, +} +/// Obf: LKDDEIIDAFH +#[derive(proto_derive::CmdID)] +#[cmdid(3877)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TextJoinBatchSaveScRsp { + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(message, repeated, tag = "13")] + pub text_join_list: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kghioahhlgk { + #[prost(uint32, tag = "14")] + pub stage_score: u32, + #[prost(uint32, tag = "12")] + pub stage_id: u32, +} +/// Obf: OGADHOBKBJC +#[derive(proto_derive::CmdID)] +#[cmdid(7552)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetTrackPhotoActivityDataCsReq {} +/// Obf: DHJIHNPJCOF +#[derive(proto_derive::CmdID)] +#[cmdid(7558)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetTrackPhotoActivityDataScRsp { + #[prost(uint32, tag = "6")] + pub retcode: u32, + #[prost(message, repeated, tag = "2")] + pub ohkhagdefmn: ::prost::alloc::vec::Vec, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Hoelbnfbghb { + #[prost(uint32, tag = "7")] + pub entity_id: u32, + #[prost(bool, tag = "2")] + pub nmkamjjapho: bool, +} +/// Obf: DCDAGAPBDBO +#[derive(proto_derive::CmdID)] +#[cmdid(7557)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SettleTrackPhotoStageCsReq { + #[prost(uint32, tag = "9")] + pub stage_id: u32, + #[prost(message, repeated, tag = "4")] + pub pmehdgilnef: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "1")] + pub dbbknblocah: u32, +} +/// Obf: LLCBAPKCECN +#[derive(proto_derive::CmdID)] +#[cmdid(7553)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SettleTrackPhotoStageScRsp { + #[prost(message, repeated, tag = "6")] + pub pmehdgilnef: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub score: u32, + #[prost(uint32, tag = "12")] + pub stage_id: u32, + #[prost(uint32, tag = "2")] + pub retcode: u32, +} +/// Obf: OHHHJHOMBDN +#[derive(proto_derive::CmdID)] +#[cmdid(7560)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartTrackPhotoStageCsReq { + #[prost(uint32, tag = "9")] + pub stage_id: u32, + #[prost(bool, tag = "13")] + pub jmapepglenn: bool, +} +/// Obf: BPFKLFMOEEO +#[derive(proto_derive::CmdID)] +#[cmdid(7554)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartTrackPhotoStageScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, + /// TODO: WRONG NT With MusicRhythmStartLevelScRsp + #[prost(uint32, tag = "6")] + pub name: u32, +} +/// Obf: BHLGCCPHDNE +#[derive(proto_derive::CmdID)] +#[cmdid(7555)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct QuitTrackPhotoStageCsReq { + #[prost(uint32, tag = "5")] + pub stage_id: u32, +} +/// Obf: BCGBEPBFKPA +#[derive(proto_derive::CmdID)] +#[cmdid(7556)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct QuitTrackPhotoStageScRsp { + #[prost(uint32, tag = "11")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Macikpdhmmh { + #[prost(uint32, tag = "14")] + pub djlkchkmnmi: u32, + #[prost(bool, tag = "1")] + pub gfloemmkbak: bool, +} +/// Obf: FOEECKMDIEC +#[derive(proto_derive::CmdID)] +#[cmdid(3798)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TrainVisitorBehaviorFinishCsReq { + #[prost(uint32, tag = "3")] + pub djlkchkmnmi: u32, +} +/// Obf: PLEAPPCCCMN +#[derive(proto_derive::CmdID)] +#[cmdid(3771)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TrainVisitorBehaviorFinishScRsp { + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(uint32, tag = "5")] + pub djlkchkmnmi: u32, + #[prost(message, optional, tag = "9")] + pub reward: ::core::option::Option, +} +/// Obf: DCDLIKAEPDF +#[derive(proto_derive::CmdID)] +#[cmdid(3783)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetTrainVisitorBehaviorCsReq { + #[prost(uint32, repeated, tag = "9")] + pub plaganngmai: ::prost::alloc::vec::Vec, +} +/// Obf: NPHLMFGEJKB +#[derive(proto_derive::CmdID)] +#[cmdid(3742)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetTrainVisitorBehaviorScRsp { + #[prost(message, repeated, tag = "9")] + pub cgoapkfjlbh: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "5")] + pub retcode: u32, +} +/// Obf: DOPGJIJIJHM +#[derive(proto_derive::CmdID)] +#[cmdid(3779)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TrainRefreshTimeNotify { + #[prost(uint64, tag = "13")] + pub dcegmlenimf: u64, +} +/// Obf: BIDMDEKBDHN +#[derive(proto_derive::CmdID)] +#[cmdid(3777)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TrainVisitorRewardSendNotify { + #[prost(enumeration = "Kfhiamadhkf", tag = "2")] + pub slot: i32, + #[prost(uint32, tag = "11")] + pub djlkchkmnmi: u32, + #[prost(message, optional, tag = "13")] + pub reward: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ccikaaapkdb { + #[prost(uint32, tag = "5")] + pub djlkchkmnmi: u32, + #[prost(bool, tag = "12")] + pub ngomalgcjnf: bool, + #[prost(enumeration = "Jdehgbdkggp", tag = "1")] + pub status: i32, + #[prost(uint32, repeated, tag = "7")] + pub ecdlfeanjma: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "2")] + pub abplnpmndad: u32, +} +/// Obf: DIKHBKNEANN +#[derive(proto_derive::CmdID)] +#[cmdid(3733)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetTrainVisitorRegisterCsReq { + #[prost(enumeration = "Gkgiebbbnli", tag = "9")] + pub slot: i32, +} +/// Obf: FJOPOMPECID +#[derive(proto_derive::CmdID)] +#[cmdid(3712)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetTrainVisitorRegisterScRsp { + #[prost(uint32, tag = "14")] + pub retcode: u32, + #[prost(uint32, repeated, tag = "1")] + pub bhjeimillpf: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "6")] + pub jbmpegppchp: ::prost::alloc::vec::Vec, +} +/// Obf: PKNCBKMEBDH +#[derive(proto_derive::CmdID)] +#[cmdid(3728)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeTrainVisitorUntakenBehaviorRewardCsReq { + #[prost(uint32, tag = "6")] + pub djlkchkmnmi: u32, +} +/// Obf: NFOIBNICIAM +#[derive(proto_derive::CmdID)] +#[cmdid(3738)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeTrainVisitorUntakenBehaviorRewardScRsp { + #[prost(uint32, tag = "10")] + pub djlkchkmnmi: u32, + #[prost(uint32, tag = "6")] + pub retcode: u32, + #[prost(uint32, repeated, tag = "14")] + pub ecdlfeanjma: ::prost::alloc::vec::Vec, +} +/// Obf: NGDOKKNKLNL +#[derive(proto_derive::CmdID)] +#[cmdid(3778)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ShowNewSupplementVisitorCsReq { + #[prost(uint32, repeated, tag = "4")] + pub bhjeimillpf: ::prost::alloc::vec::Vec, +} +/// Obf: JGKGIFOIIMK +#[derive(proto_derive::CmdID)] +#[cmdid(3756)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ShowNewSupplementVisitorScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Pmpgcomjkmm { + #[prost(int32, tag = "5")] + pub gebiemefinn: i32, + #[prost(int32, tag = "14")] + pub ianmndobeof: i32, + #[prost(uint32, tag = "12")] + pub cohakbpncdg: u32, + #[prost(uint32, tag = "2")] + pub item_id: u32, + #[prost(uint64, tag = "11")] + pub unique_id: u64, + #[prost(uint32, tag = "1")] + pub mibhbochmch: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Khklkhngdog { + #[prost(enumeration = "Eomggdbknfh", tag = "14")] + pub omaigfihmok: i32, + #[prost(message, repeated, tag = "4")] + pub flgooencpib: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "2")] + pub bbkjhabiomi: u32, + #[prost(enumeration = "Dnjijpcjiod", tag = "15")] + pub ediahlbldfm: i32, + #[prost(uint32, tag = "9")] + pub nmaknjmffjn: u32, +} +/// Obf: JCLLEBBOAGO +#[derive(proto_derive::CmdID)] +#[cmdid(6498)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TravelBrochureGetDataCsReq {} +/// Obf: AKIMAKHPELH +#[derive(proto_derive::CmdID)] +#[cmdid(6471)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TravelBrochureGetDataScRsp { + #[prost(uint32, tag = "12")] + pub hifnknkibcj: u32, + #[prost(map = "uint32, message", tag = "9")] + pub gkabhdnabjg: ::std::collections::HashMap, + #[prost(map = "uint32, uint32", tag = "5")] + pub ldgfnjbegof: ::std::collections::HashMap, + #[prost(uint32, tag = "10")] + pub retcode: u32, +} +/// Obf: BLBCFBMDBOD +#[derive(proto_derive::CmdID)] +#[cmdid(6483)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TravelBrochurePageUnlockScNotify { + #[prost(uint32, tag = "15")] + pub nmaknjmffjn: u32, +} +/// Obf: GEOKNMIKICG +#[derive(proto_derive::CmdID)] +#[cmdid(6479)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TravelBrochureSelectMessageCsReq { + #[prost(uint32, tag = "5")] + pub bbkjhabiomi: u32, + #[prost(uint32, tag = "14")] + pub nmaknjmffjn: u32, +} +/// Obf: NKHJDNAEAHI +#[derive(proto_derive::CmdID)] +#[cmdid(6477)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TravelBrochureSelectMessageScRsp { + #[prost(message, optional, tag = "9")] + pub gkapdocpcjm: ::core::option::Option, + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(message, optional, tag = "3")] + pub reward: ::core::option::Option, +} +/// Obf: MMPCPBACOLP +#[derive(proto_derive::CmdID)] +#[cmdid(6433)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TravelBrochureApplyPasterCsReq { + #[prost(uint32, tag = "14")] + pub nmaknjmffjn: u32, + #[prost(int32, tag = "10")] + pub gebiemefinn: i32, + #[prost(uint32, tag = "11")] + pub item_id: u32, + #[prost(uint32, tag = "7")] + pub mibhbochmch: u32, + #[prost(uint32, tag = "6")] + pub cohakbpncdg: u32, + #[prost(int32, tag = "13")] + pub ianmndobeof: i32, +} +/// Obf: BLNIIACEEGD +#[derive(proto_derive::CmdID)] +#[cmdid(6412)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TravelBrochureApplyPasterScRsp { + #[prost(uint32, tag = "4")] + pub retcode: u32, + #[prost(message, optional, tag = "6")] + pub gkapdocpcjm: ::core::option::Option, +} +/// Obf: DOPMNHNPFDJ +#[derive(proto_derive::CmdID)] +#[cmdid(6428)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TravelBrochureRemovePasterCsReq { + #[prost(uint32, tag = "8")] + pub nmaknjmffjn: u32, + #[prost(uint64, tag = "7")] + pub unique_id: u64, + #[prost(uint32, tag = "1")] + pub item_id: u32, +} +/// Obf: KBJKOOCBPNG +#[derive(proto_derive::CmdID)] +#[cmdid(6438)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TravelBrochureRemovePasterScRsp { + #[prost(message, optional, tag = "15")] + pub gkapdocpcjm: ::core::option::Option, + #[prost(uint32, tag = "8")] + pub retcode: u32, +} +/// Obf: JOGFFNCNKEB +#[derive(proto_derive::CmdID)] +#[cmdid(6478)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TravelBrochureUpdatePasterPosCsReq { + #[prost(uint32, tag = "13")] + pub nmaknjmffjn: u32, + #[prost(uint64, tag = "15")] + pub unique_id: u64, + #[prost(uint32, tag = "1")] + pub item_id: u32, + #[prost(int32, tag = "2")] + pub ianmndobeof: i32, + #[prost(int32, tag = "11")] + pub gebiemefinn: i32, + #[prost(uint32, tag = "8")] + pub cohakbpncdg: u32, + #[prost(uint32, tag = "9")] + pub mibhbochmch: u32, +} +/// Obf: OPOGIEBELJJ +#[derive(proto_derive::CmdID)] +#[cmdid(6456)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TravelBrochureUpdatePasterPosScRsp { + #[prost(message, optional, tag = "14")] + pub gkapdocpcjm: ::core::option::Option, + #[prost(uint32, tag = "13")] + pub retcode: u32, +} +/// Obf: IAIABIOIFND +#[derive(proto_derive::CmdID)] +#[cmdid(6489)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TravelBrochureGetPasterScNotify { + #[prost(uint32, tag = "1")] + pub jijieknbnpe: u32, + #[prost(uint32, tag = "2")] + pub num: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Igflejnlomm { + #[prost(uint32, tag = "15")] + pub jijieknbnpe: u32, + #[prost(uint32, tag = "12")] + pub num: u32, +} +/// Obf: IEBPOPMPBFL +#[derive(proto_derive::CmdID)] +#[cmdid(6466)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TravelBrochureSetCustomValueCsReq { + #[prost(uint32, tag = "14")] + pub hppeilaonge: u32, +} +/// Obf: DKFPGADDJLK +#[derive(proto_derive::CmdID)] +#[cmdid(6405)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TravelBrochureSetCustomValueScRsp { + #[prost(uint32, tag = "13")] + pub retcode: u32, +} +/// Obf: CFCKFNJAOKL +#[derive(proto_derive::CmdID)] +#[cmdid(6445)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TravelBrochureSetPageDescStatusCsReq { + #[prost(enumeration = "Dnjijpcjiod", tag = "10")] + pub ekbnifpcffh: i32, + #[prost(uint32, tag = "1")] + pub nmaknjmffjn: u32, +} +/// Obf: APFICGJCHDB +#[derive(proto_derive::CmdID)] +#[cmdid(6420)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TravelBrochureSetPageDescStatusScRsp { + #[prost(uint32, tag = "14")] + pub retcode: u32, +} +/// Obf: GOEPNIIIMHN +#[derive(proto_derive::CmdID)] +#[cmdid(6450)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TravelBrochurePageResetCsReq { + #[prost(uint32, tag = "9")] + pub nmaknjmffjn: u32, +} +/// Obf: OJELJAOEHHL +#[derive(proto_derive::CmdID)] +#[cmdid(6431)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TravelBrochurePageResetScRsp { + #[prost(message, optional, tag = "8")] + pub gkapdocpcjm: ::core::option::Option, + #[prost(uint32, tag = "5")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ioihidjegjj { + #[prost(int32, tag = "10")] + pub ianmndobeof: i32, + #[prost(uint32, tag = "8")] + pub item_id: u32, + #[prost(uint32, tag = "1")] + pub cohakbpncdg: u32, + #[prost(int32, tag = "6")] + pub gebiemefinn: i32, + #[prost(uint32, tag = "3")] + pub mibhbochmch: u32, +} +/// Obf: KOIPPOOGIID +#[derive(proto_derive::CmdID)] +#[cmdid(6404)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TravelBrochureApplyPasterListCsReq { + #[prost(message, repeated, tag = "5")] + pub momopgihnkc: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "2")] + pub nmaknjmffjn: u32, +} +/// Obf: HMFOGBKLCDL +#[derive(proto_derive::CmdID)] +#[cmdid(6460)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TravelBrochureApplyPasterListScRsp { + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(message, optional, tag = "4")] + pub gkapdocpcjm: ::core::option::Option, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TreasureDungeonRecordData { + #[prost(uint32, tag = "10")] + pub param1: u32, + #[prost(uint32, tag = "8")] + pub source_grid_id: u32, + #[prost(uint32, tag = "11")] + pub target_grid_id: u32, + #[prost(uint32, tag = "5")] + pub param2: u32, + #[prost(enumeration = "Iceglieonbj", tag = "13")] + pub r#type: i32, +} +/// Obf: LLOGHICDDNL +#[derive(proto_derive::CmdID)] +#[cmdid(4498)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TreasureDungeonDataScNotify { + #[prost(message, optional, tag = "4")] + pub lhieckpjnfd: ::core::option::Option, +} +/// Obf: DIEBBAGAPBJ +#[derive(proto_derive::CmdID)] +#[cmdid(4471)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TreasureDungeonFinishScNotify { + #[prost(uint32, tag = "3")] + pub cnijgapopah: u32, + #[prost(uint32, tag = "2")] + pub ncfajpambgd: u32, + #[prost(uint32, tag = "10")] + pub elkcgngpppj: u32, + #[prost(bool, tag = "7")] + pub is_win: bool, + #[prost(uint32, tag = "15")] + pub jkacigkbfam: u32, + #[prost(map = "uint32, uint32", tag = "12")] + pub lkljfggpkhg: ::std::collections::HashMap, + #[prost(map = "uint32, uint32", tag = "4")] + pub ohklmiemnkn: ::std::collections::HashMap, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fpogbioilff { + #[prost(uint32, tag = "912")] + pub pmdadnckjia: u32, + #[prost(uint32, tag = "9")] + pub cnijgapopah: u32, + #[prost(message, repeated, tag = "963")] + pub item_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "14")] + pub map_id: u32, + #[prost(message, repeated, tag = "1632")] + pub bkcbhfnpndb: ::prost::alloc::vec::Vec, + #[prost(message, repeated, tag = "1806")] + pub avatar_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "13")] + pub ojjlbipfmap: u32, + #[prost(message, repeated, tag = "1547")] + pub buff_list: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "1522")] + pub noncahojmil: bool, + #[prost(message, repeated, tag = "3")] + pub gdmhdnhibif: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "10")] + pub anmghmcillm: u32, + #[prost(message, repeated, tag = "1")] + pub nhlifopdkgm: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "6")] + pub dhlphkjbmhb: u32, + #[prost(uint32, tag = "2")] + pub fdipcgicjkf: u32, + #[prost(bool, tag = "1321")] + pub khgleileljp: bool, + #[prost(bool, tag = "188")] + pub ioolniopgbj: bool, + #[prost(message, repeated, tag = "491")] + pub kcaocaekgmk: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "15")] + pub ncfajpambgd: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Opmpnhedchb { + #[prost(uint32, tag = "15")] + pub item_id: u32, + #[prost(uint32, tag = "3")] + pub aohgeeadfgi: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Apfbcepjldc { + #[prost(uint32, tag = "5")] + pub fkjebphpbnb: u32, + #[prost(uint32, tag = "7")] + pub hp: u32, + #[prost(uint32, tag = "10")] + pub avatar_id: u32, + #[prost(message, optional, tag = "1")] + pub sp_bar: ::core::option::Option, + #[prost(uint32, tag = "15")] + pub avatar_type: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ggcploneaeg { + #[prost(uint32, tag = "5")] + pub avatar_type: u32, + #[prost(uint32, tag = "14")] + pub avatar_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Gkhikgfleho { + #[prost(uint32, tag = "1")] + pub hnepcebmjkj: u32, + #[prost(uint32, tag = "7")] + pub buff_id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Cjlifbjooaj { + #[prost(bool, tag = "14")] + pub pkokoogpnfm: bool, + #[prost(bool, tag = "15")] + pub locked: bool, + #[prost(bool, tag = "13")] + pub gmakioibkme: bool, + #[prost(message, repeated, tag = "627")] + pub buff_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "11")] + pub eomonfaendn: u32, + #[prost(uint32, tag = "7")] + pub kjjadmhehgg: u32, + #[prost(bool, tag = "5")] + pub bipgckibglf: bool, + #[prost(uint32, tag = "3")] + pub eeeabjcnkdo: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Mbfiiclmkkd { + #[prost(uint32, tag = "2")] + pub jjnfbpmohdj: u32, + #[prost(uint32, tag = "1")] + pub buff_id: u32, + #[prost(uint32, tag = "12")] + pub mcmgkplcaap: u32, + #[prost(uint32, tag = "9")] + pub cgjbcpomnhe: u32, + #[prost(uint32, tag = "14")] + pub eeeabjcnkdo: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jmbdaonbmpc { + #[prost(uint32, tag = "6")] + pub ncfajpambgd: u32, + #[prost(uint32, tag = "11")] + pub acljknhdffl: u32, + #[prost(uint32, tag = "8")] + pub ojjlbipfmap: u32, + #[prost(bool, tag = "3")] + pub bbfjcegoijn: bool, + #[prost(uint32, tag = "9")] + pub dhlphkjbmhb: u32, + #[prost(bool, tag = "15")] + pub afkfmbnfcge: bool, + #[prost(uint32, tag = "4")] + pub cnijgapopah: u32, +} +/// Obf: NNMICKCKNDG +#[derive(proto_derive::CmdID)] +#[cmdid(4478)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetTreasureDungeonActivityDataCsReq {} +/// Obf: PHMFAPAFBFI +#[derive(proto_derive::CmdID)] +#[cmdid(4456)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetTreasureDungeonActivityDataScRsp { + #[prost(uint32, tag = "13")] + pub retcode: u32, + #[prost(message, repeated, tag = "5")] + pub jfpipiboifc: ::prost::alloc::vec::Vec, +} +/// Obf: BCPOHOIFDAA +#[derive(proto_derive::CmdID)] +#[cmdid(4489)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterTreasureDungeonCsReq { + #[prost(message, repeated, tag = "11")] + pub avatar_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "1")] + pub ncfajpambgd: u32, +} +/// Obf: HOMFGFLLFLJ +#[derive(proto_derive::CmdID)] +#[cmdid(4422)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct EnterTreasureDungeonScRsp { + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(message, optional, tag = "13")] + pub lhieckpjnfd: ::core::option::Option, +} +/// Obf: POHFGFHMFBF +#[derive(proto_derive::CmdID)] +#[cmdid(4466)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct OpenTreasureDungeonGridCsReq { + #[prost(uint32, tag = "3")] + pub ncfajpambgd: u32, + #[prost(uint32, tag = "14")] + pub eeeabjcnkdo: u32, +} +/// Obf: OOEIIECGNPJ +#[derive(proto_derive::CmdID)] +#[cmdid(4405)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct OpenTreasureDungeonGridScRsp { + #[prost(message, optional, tag = "4")] + pub lhieckpjnfd: ::core::option::Option, + #[prost(uint32, tag = "11")] + pub retcode: u32, +} +/// Obf: AAIOJKABLCG +#[derive(proto_derive::CmdID)] +#[cmdid(4450)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct InteractTreasureDungeonGridCsReq { + #[prost(uint32, tag = "6")] + pub eeeabjcnkdo: u32, + #[prost(uint32, tag = "10")] + pub icbaafnngpg: u32, + #[prost(uint32, tag = "2")] + pub ncfajpambgd: u32, +} +/// Obf: JJKLBIGAFFC +#[derive(proto_derive::CmdID)] +#[cmdid(4431)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct InteractTreasureDungeonGridScRsp { + #[prost(message, optional, tag = "6")] + pub lhieckpjnfd: ::core::option::Option, + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +/// Obf: DPKOOADNCHC +#[derive(proto_derive::CmdID)] +#[cmdid(4404)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UseTreasureDungeonItemCsReq { + #[prost(uint32, tag = "10")] + pub ncfajpambgd: u32, + #[prost(uint32, tag = "11")] + pub item_id: u32, + #[prost(uint32, tag = "2")] + pub eeeabjcnkdo: u32, +} +/// Obf: MNHMHOLMGLN +#[derive(proto_derive::CmdID)] +#[cmdid(4460)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UseTreasureDungeonItemScRsp { + #[prost(message, optional, tag = "5")] + pub lhieckpjnfd: ::core::option::Option, + #[prost(uint32, tag = "7")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Abnfcjafhbo { + #[prost(uint32, tag = "8")] + pub avatar_id: u32, + #[prost(enumeration = "AvatarType", tag = "1")] + pub avatar_type: i32, +} +/// Obf: BGDJMJKADLB +#[derive(proto_derive::CmdID)] +#[cmdid(4445)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightTreasureDungeonMonsterCsReq { + #[prost(uint32, tag = "9")] + pub ncfajpambgd: u32, + #[prost(message, repeated, tag = "2")] + pub avatar_list: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "7")] + pub eeeabjcnkdo: u32, +} +/// Obf: BADIHKNIHDC +#[derive(proto_derive::CmdID)] +#[cmdid(4420)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FightTreasureDungeonMonsterScRsp { + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(message, optional, tag = "15")] + pub battle_info: ::core::option::Option, +} +/// Obf: OPNMJDDJIGP +#[derive(proto_derive::CmdID)] +#[cmdid(4452)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct QuitTreasureDungeonCsReq { + #[prost(uint32, tag = "6")] + pub ncfajpambgd: u32, + #[prost(bool, tag = "14")] + pub lcdlbenjgio: bool, +} +/// Obf: CIOJNGIIIHK +#[derive(proto_derive::CmdID)] +#[cmdid(4411)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct QuitTreasureDungeonScRsp { + #[prost(uint32, tag = "13")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Tutorial { + #[prost(enumeration = "TutorialStatus", tag = "7")] + pub status: i32, + #[prost(uint32, tag = "11")] + pub id: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TutorialGuide { + #[prost(enumeration = "TutorialStatus", tag = "5")] + pub status: i32, + #[prost(uint32, tag = "3")] + pub id: u32, +} +/// Obf: MDENCKDAMBP +#[derive(proto_derive::CmdID)] +#[cmdid(1698)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetTutorialCsReq {} +/// Obf: GetTutorialScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(1671)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetTutorialScRsp { + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(message, repeated, tag = "9")] + pub tutorial_list: ::prost::alloc::vec::Vec, +} +/// Obf: DNKNOOLCDFK +#[derive(proto_derive::CmdID)] +#[cmdid(1683)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetTutorialGuideCsReq {} +/// Obf: GetTutorialGuideScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(1642)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetTutorialGuideScRsp { + #[prost(uint32, tag = "1")] + pub retcode: u32, + #[prost(message, repeated, tag = "2")] + pub tutorial_guide_list: ::prost::alloc::vec::Vec, +} +/// Obf: KMAEMBKGBCA +#[derive(proto_derive::CmdID)] +#[cmdid(1679)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UnlockTutorialCsReq { + #[prost(uint32, tag = "2")] + pub tutorial_id: u32, +} +/// Obf: UnlockTutorialScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(1677)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UnlockTutorialScRsp { + #[prost(message, optional, tag = "10")] + pub tutorial: ::core::option::Option, + #[prost(uint32, tag = "1")] + pub retcode: u32, +} +/// Obf: KBOOAGEBLOI +#[derive(proto_derive::CmdID)] +#[cmdid(1633)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UnlockTutorialGuideCsReq { + #[prost(uint32, tag = "15")] + pub group_id: u32, +} +/// Obf: UnlockTutorialGuideScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(1612)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct UnlockTutorialGuideScRsp { + #[prost(uint32, tag = "3")] + pub retcode: u32, + #[prost(message, optional, tag = "9")] + pub tutorial_guide: ::core::option::Option, +} +/// Obf: MPHELJBAPPE +#[derive(proto_derive::CmdID)] +#[cmdid(1628)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishTutorialCsReq { + #[prost(uint32, tag = "5")] + pub tutorial_id: u32, +} +/// Obf: FinishTutorialScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(1638)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishTutorialScRsp { + #[prost(uint32, tag = "14")] + pub retcode: u32, + #[prost(message, optional, tag = "3")] + pub tutorial: ::core::option::Option, +} +/// Obf: PHMPJMPNPHE +#[derive(proto_derive::CmdID)] +#[cmdid(1678)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishTutorialGuideCsReq { + #[prost(uint32, tag = "4")] + pub group_id: u32, +} +/// Obf: FinishTutorialGuideScRsp +#[derive(proto_derive::CmdID)] +#[cmdid(1656)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct FinishTutorialGuideScRsp { + #[prost(message, optional, tag = "13")] + pub reward: ::core::option::Option, + #[prost(message, optional, tag = "9")] + pub tutorial_guide: ::core::option::Option, + #[prost(uint32, tag = "11")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Bedoibekghk { + #[prost(uint32, tag = "14")] + pub id: u32, + #[prost(bool, tag = "1")] + pub is_new: bool, + #[prost(uint32, tag = "5")] + pub gnfdcohggfp: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Fbmellhhlmj { + #[prost(uint32, tag = "8")] + pub id: u32, + #[prost(uint32, tag = "14")] + pub jjgnomgpckm: u32, + #[prost(uint32, repeated, tag = "4")] + pub lcgenckodgn: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "1")] + pub is_new: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Iohlfpkiien { + #[prost(message, repeated, tag = "6")] + pub kaagcndcbal: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "11")] + pub kcpniilmfek: ::core::option::Option, +} +/// Obf: LPIEPEAGLIO +#[derive(proto_derive::CmdID)] +#[cmdid(498)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetWaypointCsReq { + #[prost(uint32, tag = "8")] + pub cigpmmbdejd: u32, +} +/// Obf: CNBAGOPHEDE +#[derive(proto_derive::CmdID)] +#[cmdid(471)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetWaypointScRsp { + #[prost(message, optional, tag = "11")] + pub pknmdpjbmap: ::core::option::Option, + #[prost(uint32, tag = "8")] + pub retcode: u32, + #[prost(uint32, tag = "13")] + pub faldhghicgi: u32, +} +/// Obf: IJIOHOFPEBB +#[derive(proto_derive::CmdID)] +#[cmdid(483)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetCurWaypointCsReq { + #[prost(uint32, tag = "2")] + pub aehfbjkcpmb: u32, +} +/// Obf: MFKEDDCGOGM +#[derive(proto_derive::CmdID)] +#[cmdid(442)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct SetCurWaypointScRsp { + #[prost(uint32, tag = "5")] + pub faldhghicgi: u32, + #[prost(uint32, tag = "10")] + pub retcode: u32, +} +/// Obf: ENEAKLMJAJO +#[derive(proto_derive::CmdID)] +#[cmdid(479)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetChapterCsReq {} +/// Obf: GMNAOAEDDFM +#[derive(proto_derive::CmdID)] +#[cmdid(477)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetChapterScRsp { + #[prost(message, repeated, tag = "13")] + pub mbiiclddnff: ::prost::alloc::vec::Vec, + #[prost(uint32, tag = "5")] + pub retcode: u32, + #[prost(uint32, tag = "6")] + pub faldhghicgi: u32, +} +/// Obf: ABPCHDFJBHM +#[derive(proto_derive::CmdID)] +#[cmdid(433)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct WaypointShowNewCsNotify { + #[prost(uint32, tag = "7")] + pub aehfbjkcpmb: u32, + #[prost(uint32, tag = "6")] + pub cigpmmbdejd: u32, +} +/// Obf: LAOCGGDAIPB +#[derive(proto_derive::CmdID)] +#[cmdid(412)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeChapterRewardCsReq { + #[prost(uint32, tag = "10")] + pub cigpmmbdejd: u32, + #[prost(uint32, tag = "6")] + pub fnigbomhlbe: u32, +} +/// Obf: FMKJHMJDGLF +#[derive(proto_derive::CmdID)] +#[cmdid(428)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct TakeChapterRewardScRsp { + #[prost(uint32, tag = "9")] + pub fnigbomhlbe: u32, + #[prost(uint32, tag = "8")] + pub cigpmmbdejd: u32, + #[prost(uint32, tag = "3")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Kgboedhijkj { + #[prost(message, optional, tag = "15")] + pub motion: ::core::option::Option, + #[prost(uint32, tag = "8")] + pub ppinpehjfab: u32, + #[prost(message, repeated, tag = "4")] + pub jbofiallopi: ::prost::alloc::vec::Vec, + #[prost(bool, tag = "6")] + pub hfnekmmmfho: bool, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Jmaibochima { + #[prost(message, repeated, tag = "10")] + pub jbofiallopi: ::prost::alloc::vec::Vec, + #[prost(message, optional, tag = "6")] + pub kppehbjlaaa: ::core::option::Option, + #[prost(uint32, tag = "4")] + pub id: u32, + #[prost(uint32, tag = "1")] + pub ppinpehjfab: u32, + #[prost(string, tag = "15")] + pub niepaobbfjf: ::prost::alloc::string::String, + #[prost(bool, tag = "9")] + pub hfnekmmmfho: bool, +} +/// Obf: ICFBBDCOAHK +#[derive(proto_derive::CmdID)] +#[cmdid(6598)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartWolfBroGameCsReq { + #[prost(message, optional, tag = "10")] + pub motion: ::core::option::Option, + #[prost(uint32, tag = "4")] + pub id: u32, + #[prost(message, optional, tag = "5")] + pub group_state_info: ::core::option::Option, + #[prost(bool, tag = "8")] + pub jmapepglenn: bool, +} +/// Obf: IKLDAHNBHOP +#[derive(proto_derive::CmdID)] +#[cmdid(6571)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct StartWolfBroGameScRsp { + #[prost(uint32, tag = "7")] + pub retcode: u32, + #[prost(message, optional, tag = "10")] + pub ihcoegeachg: ::core::option::Option, +} +/// Obf: HDMAMMJPCCP +#[derive(proto_derive::CmdID)] +#[cmdid(6583)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ArchiveWolfBroGameCsReq { + #[prost(message, optional, tag = "4")] + pub motion: ::core::option::Option, + #[prost(uint32, tag = "10")] + pub id: u32, +} +/// Obf: OPHHBGDCBMO +#[derive(proto_derive::CmdID)] +#[cmdid(6542)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct ArchiveWolfBroGameScRsp { + #[prost(uint32, tag = "4")] + pub retcode: u32, + #[prost(message, optional, tag = "5")] + pub ihcoegeachg: ::core::option::Option, +} +/// Obf: IJPGBAHPNON +#[derive(proto_derive::CmdID)] +#[cmdid(6579)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RestoreWolfBroGameArchiveCsReq { + #[prost(uint32, tag = "10")] + pub id: u32, +} +/// Obf: MHJCCAMLMNB +#[derive(proto_derive::CmdID)] +#[cmdid(6577)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct RestoreWolfBroGameArchiveScRsp { + #[prost(uint32, tag = "12")] + pub retcode: u32, + #[prost(message, optional, tag = "10")] + pub ihcoegeachg: ::core::option::Option, +} +/// Obf: IPACAHIKMEH +#[derive(proto_derive::CmdID)] +#[cmdid(6533)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct QuitWolfBroGameCsReq { + #[prost(uint32, tag = "5")] + pub id: u32, +} +/// Obf: EAAMGLAKLDM +#[derive(proto_derive::CmdID)] +#[cmdid(6512)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct QuitWolfBroGameScRsp { + #[prost(uint32, tag = "2")] + pub retcode: u32, + #[prost(message, optional, tag = "1")] + pub ihcoegeachg: ::core::option::Option, +} +/// Obf: ELCDIBFMPLG +#[derive(proto_derive::CmdID)] +#[cmdid(6528)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetWolfBroGameDataCsReq { + #[prost(uint32, tag = "3")] + pub id: u32, +} +/// Obf: FJKCALDMKIP +#[derive(proto_derive::CmdID)] +#[cmdid(6538)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct GetWolfBroGameDataScRsp { + #[prost(uint32, tag = "11")] + pub retcode: u32, + #[prost(message, optional, tag = "13")] + pub ihcoegeachg: ::core::option::Option, +} +/// Obf: DKNAFOPMGJE +#[derive(proto_derive::CmdID)] +#[cmdid(6578)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct WolfBroGameDataChangeScNotify { + #[prost(message, optional, tag = "2")] + pub ihcoegeachg: ::core::option::Option, +} +/// Obf: NICFIEPDFPK +#[derive(proto_derive::CmdID)] +#[cmdid(6556)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct WolfBroGameUseBulletCsReq { + #[prost(message, optional, tag = "13")] + pub ppfjlccfcoj: ::core::option::Option, + #[prost(uint32, repeated, tag = "14")] + pub assist_monster_entity_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: CILPACPFCIH +#[derive(proto_derive::CmdID)] +#[cmdid(6589)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct WolfBroGameUseBulletScRsp { + #[prost(message, optional, tag = "9")] + pub ihcoegeachg: ::core::option::Option, + #[prost(uint32, tag = "10")] + pub retcode: u32, +} +/// Obf: NCIKHPHFMDD +#[derive(proto_derive::CmdID)] +#[cmdid(6522)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct WolfBroGamePickupBulletCsReq { + #[prost(message, optional, tag = "1")] + pub ppfjlccfcoj: ::core::option::Option, +} +/// Obf: LKCGOICLNAK +#[derive(proto_derive::CmdID)] +#[cmdid(6566)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct WolfBroGamePickupBulletScRsp { + #[prost(message, optional, tag = "3")] + pub ihcoegeachg: ::core::option::Option, + #[prost(uint32, tag = "4")] + pub retcode: u32, +} +/// Obf: NGGBMFOEGKA +#[derive(proto_derive::CmdID)] +#[cmdid(6505)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct WolfBroGameActivateBulletCsReq { + #[prost(uint32, tag = "5")] + pub config_id: u32, + #[prost(uint32, tag = "4")] + pub group_id: u32, +} +/// Obf: DFJIAJLGFJN +#[derive(proto_derive::CmdID)] +#[cmdid(6545)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct WolfBroGameActivateBulletScRsp { + #[prost(uint32, tag = "15")] + pub retcode: u32, +} +/// Obf: GCGMMEOCDPN +#[derive(proto_derive::CmdID)] +#[cmdid(6520)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct WolfBroGameExplodeMonsterCsReq { + #[prost(uint32, repeated, tag = "8")] + pub assist_monster_entity_id_list: ::prost::alloc::vec::Vec, +} +/// Obf: MIENCDJCHBO +#[derive(proto_derive::CmdID)] +#[cmdid(6550)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct WolfBroGameExplodeMonsterScRsp { + #[prost(uint32, tag = "5")] + pub retcode: u32, +} +#[derive(proto_derive::CmdID)] +#[allow(clippy::derive_partial_eq_without_eq)] +#[derive(Clone, PartialEq, ::prost::Message)] +pub struct Ifmgkgdihgp { + #[prost(uint32, tag = "1")] + pub bilcckhclko: u32, + #[prost(uint32, tag = "2")] + pub cnkmgcpccjb: u32, + #[prost(uint32, tag = "3")] + pub leedbapieno: u32, + #[prost(uint32, tag = "4")] + pub acmlkjieekm: u32, + #[prost(uint32, tag = "5")] + pub jbldbmhafpo: u32, + #[prost(uint32, tag = "6")] + pub oecghdfobmi: u32, + #[prost(uint32, tag = "7")] + pub ckecaongabi: u32, + #[prost(uint32, tag = "8")] + pub kgkofnkleeh: u32, + #[prost(uint32, tag = "9")] + pub ogjdfmifpam: u32, + #[prost(uint32, tag = "10")] + pub kppahbbjdef: u32, + #[prost(uint32, tag = "11")] + pub id: u32, + #[prost(uint32, tag = "12")] + pub jcpgfflkelm: u32, + #[prost(uint32, tag = "13")] + pub ocndnodlfaj: u32, +} +#[derive(proto_derive::CmdID)] #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] #[repr(i32)] -pub enum CmdAlleyType { - None = 0, - CmdGetAlleyInfoScRsp = 4706, - CmdSaveLogisticsScRsp = 4708, - CmdAlleyShipUnlockScNotify = 4709, - CmdLogisticsGameCsReq = 4711, - CmdLogisticsScoreRewardSyncInfoScNotify = 4712, - CmdGetSaveLogisticsMapCsReq = 4716, - CmdPrestigeLevelUpCsReq = 4717, - CmdAlleyShipUsedCountScNotify = 4723, - CmdAlleyOrderChangedScNotify = 4725, - CmdAlleyShopLevelScNotify = 4728, - CmdStartAlleyEventScRsp = 4729, - CmdActivityRaidPlacingGameCsReq = 4730, - CmdAlleyShipmentEventEffectsScNotify = 4732, - CmdAlleyEventEffectNotify = 4733, - CmdStartAlleyEventCsReq = 4739, - CmdLogisticsGameScRsp = 4743, - CmdAlleyTakeEventRewardScRsp = 4745, - CmdLogisticsDetonateStarSkiffScRsp = 4746, - CmdAlleyPlacingGameScRsp = 4748, - CmdAlleyTakeEventRewardCsReq = 4749, - CmdAlleyEventChangeNotify = 4751, - CmdTakePrestigeRewardScRsp = 4754, - CmdAlleyPlacingGameCsReq = 4765, - CmdLogisticsDetonateStarSkiffCsReq = 4766, - CmdGetAlleyInfoCsReq = 4768, - CmdAlleyGuaranteedFundsScRsp = 4776, - CmdAlleyGuaranteedFundsCsReq = 4778, - CmdLogisticsInfoScNotify = 4781, - CmdGetSaveLogisticsMapScRsp = 4784, - CmdSaveLogisticsCsReq = 4788, - CmdAlleyFundsScNotify = 4790, - CmdPrestigeLevelUpScRsp = 4792, - CmdActivityRaidPlacingGameScRsp = 4795, - CmdRefreshAlleyOrderCsReq = 4797, - CmdRefreshAlleyOrderScRsp = 4798, - CmdTakePrestigeRewardCsReq = 4799, -} -impl CmdAlleyType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdAlleyType::None => "CmdAlleyTypeNone", - CmdAlleyType::CmdGetAlleyInfoScRsp => "CmdGetAlleyInfoScRsp", - CmdAlleyType::CmdSaveLogisticsScRsp => "CmdSaveLogisticsScRsp", - CmdAlleyType::CmdAlleyShipUnlockScNotify => "CmdAlleyShipUnlockScNotify", - CmdAlleyType::CmdLogisticsGameCsReq => "CmdLogisticsGameCsReq", - CmdAlleyType::CmdLogisticsScoreRewardSyncInfoScNotify => { - "CmdLogisticsScoreRewardSyncInfoScNotify" - } - CmdAlleyType::CmdGetSaveLogisticsMapCsReq => "CmdGetSaveLogisticsMapCsReq", - CmdAlleyType::CmdPrestigeLevelUpCsReq => "CmdPrestigeLevelUpCsReq", - CmdAlleyType::CmdAlleyShipUsedCountScNotify => { - "CmdAlleyShipUsedCountScNotify" - } - CmdAlleyType::CmdAlleyOrderChangedScNotify => "CmdAlleyOrderChangedScNotify", - CmdAlleyType::CmdAlleyShopLevelScNotify => "CmdAlleyShopLevelScNotify", - CmdAlleyType::CmdStartAlleyEventScRsp => "CmdStartAlleyEventScRsp", - CmdAlleyType::CmdActivityRaidPlacingGameCsReq => { - "CmdActivityRaidPlacingGameCsReq" - } - CmdAlleyType::CmdAlleyShipmentEventEffectsScNotify => { - "CmdAlleyShipmentEventEffectsScNotify" - } - CmdAlleyType::CmdAlleyEventEffectNotify => "CmdAlleyEventEffectNotify", - CmdAlleyType::CmdStartAlleyEventCsReq => "CmdStartAlleyEventCsReq", - CmdAlleyType::CmdLogisticsGameScRsp => "CmdLogisticsGameScRsp", - CmdAlleyType::CmdAlleyTakeEventRewardScRsp => "CmdAlleyTakeEventRewardScRsp", - CmdAlleyType::CmdLogisticsDetonateStarSkiffScRsp => { - "CmdLogisticsDetonateStarSkiffScRsp" - } - CmdAlleyType::CmdAlleyPlacingGameScRsp => "CmdAlleyPlacingGameScRsp", - CmdAlleyType::CmdAlleyTakeEventRewardCsReq => "CmdAlleyTakeEventRewardCsReq", - CmdAlleyType::CmdAlleyEventChangeNotify => "CmdAlleyEventChangeNotify", - CmdAlleyType::CmdTakePrestigeRewardScRsp => "CmdTakePrestigeRewardScRsp", - CmdAlleyType::CmdAlleyPlacingGameCsReq => "CmdAlleyPlacingGameCsReq", - CmdAlleyType::CmdLogisticsDetonateStarSkiffCsReq => { - "CmdLogisticsDetonateStarSkiffCsReq" - } - CmdAlleyType::CmdGetAlleyInfoCsReq => "CmdGetAlleyInfoCsReq", - CmdAlleyType::CmdAlleyGuaranteedFundsScRsp => "CmdAlleyGuaranteedFundsScRsp", - CmdAlleyType::CmdAlleyGuaranteedFundsCsReq => "CmdAlleyGuaranteedFundsCsReq", - CmdAlleyType::CmdLogisticsInfoScNotify => "CmdLogisticsInfoScNotify", - CmdAlleyType::CmdGetSaveLogisticsMapScRsp => "CmdGetSaveLogisticsMapScRsp", - CmdAlleyType::CmdSaveLogisticsCsReq => "CmdSaveLogisticsCsReq", - CmdAlleyType::CmdAlleyFundsScNotify => "CmdAlleyFundsScNotify", - CmdAlleyType::CmdPrestigeLevelUpScRsp => "CmdPrestigeLevelUpScRsp", - CmdAlleyType::CmdActivityRaidPlacingGameScRsp => { - "CmdActivityRaidPlacingGameScRsp" - } - CmdAlleyType::CmdRefreshAlleyOrderCsReq => "CmdRefreshAlleyOrderCsReq", - CmdAlleyType::CmdRefreshAlleyOrderScRsp => "CmdRefreshAlleyOrderScRsp", - CmdAlleyType::CmdTakePrestigeRewardCsReq => "CmdTakePrestigeRewardCsReq", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdAlleyTypeNone" => Some(Self::None), - "CmdGetAlleyInfoScRsp" => Some(Self::CmdGetAlleyInfoScRsp), - "CmdSaveLogisticsScRsp" => Some(Self::CmdSaveLogisticsScRsp), - "CmdAlleyShipUnlockScNotify" => Some(Self::CmdAlleyShipUnlockScNotify), - "CmdLogisticsGameCsReq" => Some(Self::CmdLogisticsGameCsReq), - "CmdLogisticsScoreRewardSyncInfoScNotify" => { - Some(Self::CmdLogisticsScoreRewardSyncInfoScNotify) - } - "CmdGetSaveLogisticsMapCsReq" => Some(Self::CmdGetSaveLogisticsMapCsReq), - "CmdPrestigeLevelUpCsReq" => Some(Self::CmdPrestigeLevelUpCsReq), - "CmdAlleyShipUsedCountScNotify" => Some(Self::CmdAlleyShipUsedCountScNotify), - "CmdAlleyOrderChangedScNotify" => Some(Self::CmdAlleyOrderChangedScNotify), - "CmdAlleyShopLevelScNotify" => Some(Self::CmdAlleyShopLevelScNotify), - "CmdStartAlleyEventScRsp" => Some(Self::CmdStartAlleyEventScRsp), - "CmdActivityRaidPlacingGameCsReq" => { - Some(Self::CmdActivityRaidPlacingGameCsReq) - } - "CmdAlleyShipmentEventEffectsScNotify" => { - Some(Self::CmdAlleyShipmentEventEffectsScNotify) - } - "CmdAlleyEventEffectNotify" => Some(Self::CmdAlleyEventEffectNotify), - "CmdStartAlleyEventCsReq" => Some(Self::CmdStartAlleyEventCsReq), - "CmdLogisticsGameScRsp" => Some(Self::CmdLogisticsGameScRsp), - "CmdAlleyTakeEventRewardScRsp" => Some(Self::CmdAlleyTakeEventRewardScRsp), - "CmdLogisticsDetonateStarSkiffScRsp" => { - Some(Self::CmdLogisticsDetonateStarSkiffScRsp) - } - "CmdAlleyPlacingGameScRsp" => Some(Self::CmdAlleyPlacingGameScRsp), - "CmdAlleyTakeEventRewardCsReq" => Some(Self::CmdAlleyTakeEventRewardCsReq), - "CmdAlleyEventChangeNotify" => Some(Self::CmdAlleyEventChangeNotify), - "CmdTakePrestigeRewardScRsp" => Some(Self::CmdTakePrestigeRewardScRsp), - "CmdAlleyPlacingGameCsReq" => Some(Self::CmdAlleyPlacingGameCsReq), - "CmdLogisticsDetonateStarSkiffCsReq" => { - Some(Self::CmdLogisticsDetonateStarSkiffCsReq) - } - "CmdGetAlleyInfoCsReq" => Some(Self::CmdGetAlleyInfoCsReq), - "CmdAlleyGuaranteedFundsScRsp" => Some(Self::CmdAlleyGuaranteedFundsScRsp), - "CmdAlleyGuaranteedFundsCsReq" => Some(Self::CmdAlleyGuaranteedFundsCsReq), - "CmdLogisticsInfoScNotify" => Some(Self::CmdLogisticsInfoScNotify), - "CmdGetSaveLogisticsMapScRsp" => Some(Self::CmdGetSaveLogisticsMapScRsp), - "CmdSaveLogisticsCsReq" => Some(Self::CmdSaveLogisticsCsReq), - "CmdAlleyFundsScNotify" => Some(Self::CmdAlleyFundsScNotify), - "CmdPrestigeLevelUpScRsp" => Some(Self::CmdPrestigeLevelUpScRsp), - "CmdActivityRaidPlacingGameScRsp" => { - Some(Self::CmdActivityRaidPlacingGameScRsp) - } - "CmdRefreshAlleyOrderCsReq" => Some(Self::CmdRefreshAlleyOrderCsReq), - "CmdRefreshAlleyOrderScRsp" => Some(Self::CmdRefreshAlleyOrderScRsp), - "CmdTakePrestigeRewardCsReq" => Some(Self::CmdTakePrestigeRewardCsReq), - _ => None, - } - } +pub enum Bdfkiibpkhk { + AvatarSlot1 = 0, + AvatarSlot2 = 1, + AvatarSlot3 = 2, } -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdArchiveType { - None = 0, - CmdGetArchiveDataScRsp = 2306, - CmdGetUpdatedArchiveDataCsReq = 2311, - CmdGetUpdatedArchiveDataScRsp = 2343, - CmdGetArchiveDataCsReq = 2368, -} -impl CmdArchiveType { +impl Bdfkiibpkhk { /// String value of the enum field names used in the ProtoBuf definition. /// /// The values are not transformed in any way and thus are considered stable /// (if the ProtoBuf definition does not change) and safe for programmatic use. pub fn as_str_name(&self) -> &'static str { match self { - CmdArchiveType::None => "CmdArchiveTypeNone", - CmdArchiveType::CmdGetArchiveDataScRsp => "CmdGetArchiveDataScRsp", - CmdArchiveType::CmdGetUpdatedArchiveDataCsReq => { - "CmdGetUpdatedArchiveDataCsReq" - } - CmdArchiveType::CmdGetUpdatedArchiveDataScRsp => { - "CmdGetUpdatedArchiveDataScRsp" - } - CmdArchiveType::CmdGetArchiveDataCsReq => "CmdGetArchiveDataCsReq", + Bdfkiibpkhk::AvatarSlot1 => "AVATAR_SLOT_1", + Bdfkiibpkhk::AvatarSlot2 => "AVATAR_SLOT_2", + Bdfkiibpkhk::AvatarSlot3 => "AVATAR_SLOT_3", } } /// Creates an enum from field names used in the ProtoBuf definition. pub fn from_str_name(value: &str) -> ::core::option::Option { match value { - "CmdArchiveTypeNone" => Some(Self::None), - "CmdGetArchiveDataScRsp" => Some(Self::CmdGetArchiveDataScRsp), - "CmdGetUpdatedArchiveDataCsReq" => Some(Self::CmdGetUpdatedArchiveDataCsReq), - "CmdGetUpdatedArchiveDataScRsp" => Some(Self::CmdGetUpdatedArchiveDataScRsp), - "CmdGetArchiveDataCsReq" => Some(Self::CmdGetArchiveDataCsReq), + "AVATAR_SLOT_1" => Some(Self::AvatarSlot1), + "AVATAR_SLOT_2" => Some(Self::AvatarSlot2), + "AVATAR_SLOT_3" => Some(Self::AvatarSlot3), _ => None, } } } +#[derive(proto_derive::CmdID)] #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] #[repr(i32)] -pub enum CmdAvatarType { - None = 0, - CmdGetAvatarDataScRsp = 306, - CmdMarkAvatarCsReq = 308, - CmdTakeOffAvatarSkinScRsp = 309, - CmdAvatarExpUpCsReq = 311, - CmdTakePromotionRewardScRsp = 317, - CmdTakePromotionRewardCsReq = 324, - CmdTakeOffRelicScRsp = 325, - CmdTakeOffAvatarSkinCsReq = 328, - CmdPromoteAvatarScRsp = 329, - CmdDressAvatarScRsp = 333, - CmdDressRelicAvatarCsReq = 334, - CmdPromoteAvatarCsReq = 339, - CmdAvatarExpUpScRsp = 343, - CmdRankUpAvatarCsReq = 348, - CmdDressAvatarCsReq = 351, - CmdTakeOffEquipmentScRsp = 354, - CmdUnlockSkilltreeCsReq = 356, - CmdAddAvatarScNotify = 365, - CmdGetAvatarDataCsReq = 368, - CmdMarkAvatarScRsp = 381, - CmdRankUpAvatarScRsp = 382, - CmdUnlockAvatarSkinScNotify = 388, - CmdDressAvatarSkinScRsp = 390, - CmdDressAvatarSkinCsReq = 392, - CmdUnlockSkilltreeScRsp = 393, - CmdDressRelicAvatarScRsp = 397, - CmdTakeOffRelicCsReq = 398, - CmdTakeOffEquipmentCsReq = 399, -} -impl CmdAvatarType { +pub enum Aplnaaaglll { + ItemTypeNone = 0, + ItemAvatarCard = 1, + ItemEquipment = 2, + ItemMaterial = 3, + ItemAvatarExp = 4, + ItemRelic = 5, +} +impl Aplnaaaglll { /// String value of the enum field names used in the ProtoBuf definition. /// /// The values are not transformed in any way and thus are considered stable /// (if the ProtoBuf definition does not change) and safe for programmatic use. pub fn as_str_name(&self) -> &'static str { match self { - CmdAvatarType::None => "CmdAvatarTypeNone", - CmdAvatarType::CmdGetAvatarDataScRsp => "CmdGetAvatarDataScRsp", - CmdAvatarType::CmdMarkAvatarCsReq => "CmdMarkAvatarCsReq", - CmdAvatarType::CmdTakeOffAvatarSkinScRsp => "CmdTakeOffAvatarSkinScRsp", - CmdAvatarType::CmdAvatarExpUpCsReq => "CmdAvatarExpUpCsReq", - CmdAvatarType::CmdTakePromotionRewardScRsp => "CmdTakePromotionRewardScRsp", - CmdAvatarType::CmdTakePromotionRewardCsReq => "CmdTakePromotionRewardCsReq", - CmdAvatarType::CmdTakeOffRelicScRsp => "CmdTakeOffRelicScRsp", - CmdAvatarType::CmdTakeOffAvatarSkinCsReq => "CmdTakeOffAvatarSkinCsReq", - CmdAvatarType::CmdPromoteAvatarScRsp => "CmdPromoteAvatarScRsp", - CmdAvatarType::CmdDressAvatarScRsp => "CmdDressAvatarScRsp", - CmdAvatarType::CmdDressRelicAvatarCsReq => "CmdDressRelicAvatarCsReq", - CmdAvatarType::CmdPromoteAvatarCsReq => "CmdPromoteAvatarCsReq", - CmdAvatarType::CmdAvatarExpUpScRsp => "CmdAvatarExpUpScRsp", - CmdAvatarType::CmdRankUpAvatarCsReq => "CmdRankUpAvatarCsReq", - CmdAvatarType::CmdDressAvatarCsReq => "CmdDressAvatarCsReq", - CmdAvatarType::CmdTakeOffEquipmentScRsp => "CmdTakeOffEquipmentScRsp", - CmdAvatarType::CmdUnlockSkilltreeCsReq => "CmdUnlockSkilltreeCsReq", - CmdAvatarType::CmdAddAvatarScNotify => "CmdAddAvatarScNotify", - CmdAvatarType::CmdGetAvatarDataCsReq => "CmdGetAvatarDataCsReq", - CmdAvatarType::CmdMarkAvatarScRsp => "CmdMarkAvatarScRsp", - CmdAvatarType::CmdRankUpAvatarScRsp => "CmdRankUpAvatarScRsp", - CmdAvatarType::CmdUnlockAvatarSkinScNotify => "CmdUnlockAvatarSkinScNotify", - CmdAvatarType::CmdDressAvatarSkinScRsp => "CmdDressAvatarSkinScRsp", - CmdAvatarType::CmdDressAvatarSkinCsReq => "CmdDressAvatarSkinCsReq", - CmdAvatarType::CmdUnlockSkilltreeScRsp => "CmdUnlockSkilltreeScRsp", - CmdAvatarType::CmdDressRelicAvatarScRsp => "CmdDressRelicAvatarScRsp", - CmdAvatarType::CmdTakeOffRelicCsReq => "CmdTakeOffRelicCsReq", - CmdAvatarType::CmdTakeOffEquipmentCsReq => "CmdTakeOffEquipmentCsReq", + Aplnaaaglll::ItemTypeNone => "ITEM_TYPE_NONE", + Aplnaaaglll::ItemAvatarCard => "ITEM_AVATAR_CARD", + Aplnaaaglll::ItemEquipment => "ITEM_EQUIPMENT", + Aplnaaaglll::ItemMaterial => "ITEM_MATERIAL", + Aplnaaaglll::ItemAvatarExp => "ITEM_AVATAR_EXP", + Aplnaaaglll::ItemRelic => "ITEM_RELIC", } } /// Creates an enum from field names used in the ProtoBuf definition. pub fn from_str_name(value: &str) -> ::core::option::Option { match value { - "CmdAvatarTypeNone" => Some(Self::None), - "CmdGetAvatarDataScRsp" => Some(Self::CmdGetAvatarDataScRsp), - "CmdMarkAvatarCsReq" => Some(Self::CmdMarkAvatarCsReq), - "CmdTakeOffAvatarSkinScRsp" => Some(Self::CmdTakeOffAvatarSkinScRsp), - "CmdAvatarExpUpCsReq" => Some(Self::CmdAvatarExpUpCsReq), - "CmdTakePromotionRewardScRsp" => Some(Self::CmdTakePromotionRewardScRsp), - "CmdTakePromotionRewardCsReq" => Some(Self::CmdTakePromotionRewardCsReq), - "CmdTakeOffRelicScRsp" => Some(Self::CmdTakeOffRelicScRsp), - "CmdTakeOffAvatarSkinCsReq" => Some(Self::CmdTakeOffAvatarSkinCsReq), - "CmdPromoteAvatarScRsp" => Some(Self::CmdPromoteAvatarScRsp), - "CmdDressAvatarScRsp" => Some(Self::CmdDressAvatarScRsp), - "CmdDressRelicAvatarCsReq" => Some(Self::CmdDressRelicAvatarCsReq), - "CmdPromoteAvatarCsReq" => Some(Self::CmdPromoteAvatarCsReq), - "CmdAvatarExpUpScRsp" => Some(Self::CmdAvatarExpUpScRsp), - "CmdRankUpAvatarCsReq" => Some(Self::CmdRankUpAvatarCsReq), - "CmdDressAvatarCsReq" => Some(Self::CmdDressAvatarCsReq), - "CmdTakeOffEquipmentScRsp" => Some(Self::CmdTakeOffEquipmentScRsp), - "CmdUnlockSkilltreeCsReq" => Some(Self::CmdUnlockSkilltreeCsReq), - "CmdAddAvatarScNotify" => Some(Self::CmdAddAvatarScNotify), - "CmdGetAvatarDataCsReq" => Some(Self::CmdGetAvatarDataCsReq), - "CmdMarkAvatarScRsp" => Some(Self::CmdMarkAvatarScRsp), - "CmdRankUpAvatarScRsp" => Some(Self::CmdRankUpAvatarScRsp), - "CmdUnlockAvatarSkinScNotify" => Some(Self::CmdUnlockAvatarSkinScNotify), - "CmdDressAvatarSkinScRsp" => Some(Self::CmdDressAvatarSkinScRsp), - "CmdDressAvatarSkinCsReq" => Some(Self::CmdDressAvatarSkinCsReq), - "CmdUnlockSkilltreeScRsp" => Some(Self::CmdUnlockSkilltreeScRsp), - "CmdDressRelicAvatarScRsp" => Some(Self::CmdDressRelicAvatarScRsp), - "CmdTakeOffRelicCsReq" => Some(Self::CmdTakeOffRelicCsReq), - "CmdTakeOffEquipmentCsReq" => Some(Self::CmdTakeOffEquipmentCsReq), + "ITEM_TYPE_NONE" => Some(Self::ItemTypeNone), + "ITEM_AVATAR_CARD" => Some(Self::ItemAvatarCard), + "ITEM_EQUIPMENT" => Some(Self::ItemEquipment), + "ITEM_MATERIAL" => Some(Self::ItemMaterial), + "ITEM_AVATAR_EXP" => Some(Self::ItemAvatarExp), + "ITEM_RELIC" => Some(Self::ItemRelic), _ => None, } } } +#[derive(proto_derive::CmdID)] #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] #[repr(i32)] -pub enum CmdBattleType { - None = 0, - CmdPveBattleResultScRsp = 106, - CmdQuitBattleCsReq = 111, - CmdSyncClientResVersionScRsp = 129, - CmdBattleLogReportCsReq = 133, - CmdSyncClientResVersionCsReq = 139, - CmdQuitBattleScRsp = 143, - CmdRebattleByClientCsNotify = 148, - CmdQuitBattleScNotify = 151, - CmdServerSimulateBattleFinishScNotify = 154, - CmdGetCurBattleInfoCsReq = 156, - CmdReBattleAfterBattleLoseCsNotify = 165, - CmdPveBattleResultCsReq = 168, - CmdGetCurBattleInfoScRsp = 193, - CmdBattleLogReportScRsp = 199, -} -impl CmdBattleType { +pub enum Ipdfkbnbeml { + VirtualItemNone = 0, + VirtualItemHcoin = 1, + VirtualItemScoin = 2, + VirtualItemMcoin = 3, + VirtualItemStamina = 11, + VirtualItemReserveStamina = 12, + VirtualItemAvatarExp = 21, + VirtualItemExp = 22, + VirtualItemDailyActivePoint = 23, + VirtualItemMpMax = 24, + VirtualItemPlayerReturnPoint = 25, + VirtualItemBattleCollegePoint = 26, + VirtualItemRogueCoin = 31, + VirtualItemRogueTalentCoin = 32, + VirtualItemRogueRewardKey = 33, + VirtualItemAchievementExp = 41, + VirtualItemBpExp = 51, + VirtualItemBpRealExp = 52, + VirtualItemMuseumFunds = 53, + VirtualItemWarriorExp = 190, + VirtualItemRogueExp = 191, + VirtualItemMageExp = 192, + VirtualItemShamanExp = 193, + VirtualItemWarlockExp = 194, + VirtualItemKnightExp = 195, + VirtualItemPriestExp = 196, + VirtualItemPunkLordPoint = 100000, + VirtualItemGameplayCounterMonsterSneakVision = 280001, + VirtualItemGameplayCounterWolfBroBullet = 280002, + VirtualItemAlleyFunds = 281001, + VirtualItemRoguePumanCoupon = 281012, + VirtualItemMonthCard = 300101, + VirtualItemBpNormal = 300102, + VirtualItemBpDeluxe = 300103, + VirtualItemBpUpgrade = 300104, + VirtualItemHeliobusFans = 281002, + VirtualItemSpaceZooHybridItem = 281003, + VirtualItemSpaceZooExpPoint = 281004, + VirtualItemRogueNousTalentCoin = 281013, + VirtualItemEvolveBuildCoin = 281019, + VirtualItemDrinkMakerTip = 281005, + VirtualItemMonopolyDice = 281014, + VirtualItemMonopolyCoin = 281015, + VirtualItemMonopolyCheatdice = 281016, + VirtualItemMonopolyReroll = 281017, + VirtualItemRogueTournPermanentTalentCoin = 281018, + VirtualItemRogueTournExp = 281022, + VirtualItemMatchthreeCoin = 281024, + VirtualItemSwordTrainingSkillPoint = 281023, + VirtualItemFightFestCoin = 281025, + VirtualItemRogueMagicTalentCoin = 281026, +} +impl Ipdfkbnbeml { /// String value of the enum field names used in the ProtoBuf definition. /// /// The values are not transformed in any way and thus are considered stable /// (if the ProtoBuf definition does not change) and safe for programmatic use. pub fn as_str_name(&self) -> &'static str { match self { - CmdBattleType::None => "CmdBattleTypeNone", - CmdBattleType::CmdPveBattleResultScRsp => "CmdPVEBattleResultScRsp", - CmdBattleType::CmdQuitBattleCsReq => "CmdQuitBattleCsReq", - CmdBattleType::CmdSyncClientResVersionScRsp => "CmdSyncClientResVersionScRsp", - CmdBattleType::CmdBattleLogReportCsReq => "CmdBattleLogReportCsReq", - CmdBattleType::CmdSyncClientResVersionCsReq => "CmdSyncClientResVersionCsReq", - CmdBattleType::CmdQuitBattleScRsp => "CmdQuitBattleScRsp", - CmdBattleType::CmdRebattleByClientCsNotify => "CmdRebattleByClientCsNotify", - CmdBattleType::CmdQuitBattleScNotify => "CmdQuitBattleScNotify", - CmdBattleType::CmdServerSimulateBattleFinishScNotify => { - "CmdServerSimulateBattleFinishScNotify" + Ipdfkbnbeml::VirtualItemNone => "VIRTUAL_ITEM_NONE", + Ipdfkbnbeml::VirtualItemHcoin => "VIRTUAL_ITEM_HCOIN", + Ipdfkbnbeml::VirtualItemScoin => "VIRTUAL_ITEM_SCOIN", + Ipdfkbnbeml::VirtualItemMcoin => "VIRTUAL_ITEM_MCOIN", + Ipdfkbnbeml::VirtualItemStamina => "VIRTUAL_ITEM_STAMINA", + Ipdfkbnbeml::VirtualItemReserveStamina => "VIRTUAL_ITEM_RESERVE_STAMINA", + Ipdfkbnbeml::VirtualItemAvatarExp => "VIRTUAL_ITEM_AVATAR_EXP", + Ipdfkbnbeml::VirtualItemExp => "VIRTUAL_ITEM_EXP", + Ipdfkbnbeml::VirtualItemDailyActivePoint => "VIRTUAL_ITEM_DAILY_ACTIVE_POINT", + Ipdfkbnbeml::VirtualItemMpMax => "VIRTUAL_ITEM_MP_MAX", + Ipdfkbnbeml::VirtualItemPlayerReturnPoint => { + "VIRTUAL_ITEM_PLAYER_RETURN_POINT" + } + Ipdfkbnbeml::VirtualItemBattleCollegePoint => { + "VIRTUAL_ITEM_BATTLE_COLLEGE_POINT" + } + Ipdfkbnbeml::VirtualItemRogueCoin => "VIRTUAL_ITEM_ROGUE_COIN", + Ipdfkbnbeml::VirtualItemRogueTalentCoin => "VIRTUAL_ITEM_ROGUE_TALENT_COIN", + Ipdfkbnbeml::VirtualItemRogueRewardKey => "VIRTUAL_ITEM_ROGUE_REWARD_KEY", + Ipdfkbnbeml::VirtualItemAchievementExp => "VIRTUAL_ITEM_ACHIEVEMENT_EXP", + Ipdfkbnbeml::VirtualItemBpExp => "VIRTUAL_ITEM_BP_EXP", + Ipdfkbnbeml::VirtualItemBpRealExp => "VIRTUAL_ITEM_BP_REAL_EXP", + Ipdfkbnbeml::VirtualItemMuseumFunds => "VIRTUAL_ITEM_MUSEUM_FUNDS", + Ipdfkbnbeml::VirtualItemWarriorExp => "VIRTUAL_ITEM_WARRIOR_EXP", + Ipdfkbnbeml::VirtualItemRogueExp => "VIRTUAL_ITEM_ROGUE_EXP", + Ipdfkbnbeml::VirtualItemMageExp => "VIRTUAL_ITEM_MAGE_EXP", + Ipdfkbnbeml::VirtualItemShamanExp => "VIRTUAL_ITEM_SHAMAN_EXP", + Ipdfkbnbeml::VirtualItemWarlockExp => "VIRTUAL_ITEM_WARLOCK_EXP", + Ipdfkbnbeml::VirtualItemKnightExp => "VIRTUAL_ITEM_KNIGHT_EXP", + Ipdfkbnbeml::VirtualItemPriestExp => "VIRTUAL_ITEM_PRIEST_EXP", + Ipdfkbnbeml::VirtualItemPunkLordPoint => "VIRTUAL_ITEM_PUNK_LORD_POINT", + Ipdfkbnbeml::VirtualItemGameplayCounterMonsterSneakVision => { + "VIRTUAL_ITEM_GAMEPLAY_COUNTER_MONSTER_SNEAK_VISION" + } + Ipdfkbnbeml::VirtualItemGameplayCounterWolfBroBullet => { + "VIRTUAL_ITEM_GAMEPLAY_COUNTER_WOLF_BRO_BULLET" + } + Ipdfkbnbeml::VirtualItemAlleyFunds => "VIRTUAL_ITEM_ALLEY_FUNDS", + Ipdfkbnbeml::VirtualItemRoguePumanCoupon => "VIRTUAL_ITEM_ROGUE_PUMAN_COUPON", + Ipdfkbnbeml::VirtualItemMonthCard => "VIRTUAL_ITEM_MONTH_CARD", + Ipdfkbnbeml::VirtualItemBpNormal => "VIRTUAL_ITEM_BP_NORMAL", + Ipdfkbnbeml::VirtualItemBpDeluxe => "VIRTUAL_ITEM_BP_DELUXE", + Ipdfkbnbeml::VirtualItemBpUpgrade => "VIRTUAL_ITEM_BP_UPGRADE", + Ipdfkbnbeml::VirtualItemHeliobusFans => "VIRTUAL_ITEM_HELIOBUS_FANS", + Ipdfkbnbeml::VirtualItemSpaceZooHybridItem => { + "VIRTUAL_ITEM_SPACE_ZOO_HYBRID_ITEM" + } + Ipdfkbnbeml::VirtualItemSpaceZooExpPoint => { + "VIRTUAL_ITEM_SPACE_ZOO_EXP_POINT" + } + Ipdfkbnbeml::VirtualItemRogueNousTalentCoin => { + "VIRTUAL_ITEM_ROGUE_NOUS_TALENT_COIN" + } + Ipdfkbnbeml::VirtualItemEvolveBuildCoin => "VIRTUAL_ITEM_EVOLVE_BUILD_COIN", + Ipdfkbnbeml::VirtualItemDrinkMakerTip => "VIRTUAL_ITEM_DRINK_MAKER_TIP", + Ipdfkbnbeml::VirtualItemMonopolyDice => "VIRTUAL_ITEM_MONOPOLY_DICE", + Ipdfkbnbeml::VirtualItemMonopolyCoin => "VIRTUAL_ITEM_MONOPOLY_COIN", + Ipdfkbnbeml::VirtualItemMonopolyCheatdice => { + "VIRTUAL_ITEM_MONOPOLY_CHEATDICE" + } + Ipdfkbnbeml::VirtualItemMonopolyReroll => "VIRTUAL_ITEM_MONOPOLY_REROLL", + Ipdfkbnbeml::VirtualItemRogueTournPermanentTalentCoin => { + "VIRTUAL_ITEM_ROGUE_TOURN_PERMANENT_TALENT_COIN" + } + Ipdfkbnbeml::VirtualItemRogueTournExp => "VIRTUAL_ITEM_ROGUE_TOURN_EXP", + Ipdfkbnbeml::VirtualItemMatchthreeCoin => "VIRTUAL_ITEM_MATCHTHREE_COIN", + Ipdfkbnbeml::VirtualItemSwordTrainingSkillPoint => { + "VIRTUAL_ITEM_SWORD_TRAINING_SKILL_POINT" + } + Ipdfkbnbeml::VirtualItemFightFestCoin => "VIRTUAL_ITEM_FIGHT_FEST_COIN", + Ipdfkbnbeml::VirtualItemRogueMagicTalentCoin => { + "VIRTUAL_ITEM_ROGUE_MAGIC_TALENT_COIN" } - CmdBattleType::CmdGetCurBattleInfoCsReq => "CmdGetCurBattleInfoCsReq", - CmdBattleType::CmdReBattleAfterBattleLoseCsNotify => { - "CmdReBattleAfterBattleLoseCsNotify" - } - CmdBattleType::CmdPveBattleResultCsReq => "CmdPVEBattleResultCsReq", - CmdBattleType::CmdGetCurBattleInfoScRsp => "CmdGetCurBattleInfoScRsp", - CmdBattleType::CmdBattleLogReportScRsp => "CmdBattleLogReportScRsp", } } /// Creates an enum from field names used in the ProtoBuf definition. pub fn from_str_name(value: &str) -> ::core::option::Option { match value { - "CmdBattleTypeNone" => Some(Self::None), - "CmdPVEBattleResultScRsp" => Some(Self::CmdPveBattleResultScRsp), - "CmdQuitBattleCsReq" => Some(Self::CmdQuitBattleCsReq), - "CmdSyncClientResVersionScRsp" => Some(Self::CmdSyncClientResVersionScRsp), - "CmdBattleLogReportCsReq" => Some(Self::CmdBattleLogReportCsReq), - "CmdSyncClientResVersionCsReq" => Some(Self::CmdSyncClientResVersionCsReq), - "CmdQuitBattleScRsp" => Some(Self::CmdQuitBattleScRsp), - "CmdRebattleByClientCsNotify" => Some(Self::CmdRebattleByClientCsNotify), - "CmdQuitBattleScNotify" => Some(Self::CmdQuitBattleScNotify), - "CmdServerSimulateBattleFinishScNotify" => { - Some(Self::CmdServerSimulateBattleFinishScNotify) - } - "CmdGetCurBattleInfoCsReq" => Some(Self::CmdGetCurBattleInfoCsReq), - "CmdReBattleAfterBattleLoseCsNotify" => { - Some(Self::CmdReBattleAfterBattleLoseCsNotify) + "VIRTUAL_ITEM_NONE" => Some(Self::VirtualItemNone), + "VIRTUAL_ITEM_HCOIN" => Some(Self::VirtualItemHcoin), + "VIRTUAL_ITEM_SCOIN" => Some(Self::VirtualItemScoin), + "VIRTUAL_ITEM_MCOIN" => Some(Self::VirtualItemMcoin), + "VIRTUAL_ITEM_STAMINA" => Some(Self::VirtualItemStamina), + "VIRTUAL_ITEM_RESERVE_STAMINA" => Some(Self::VirtualItemReserveStamina), + "VIRTUAL_ITEM_AVATAR_EXP" => Some(Self::VirtualItemAvatarExp), + "VIRTUAL_ITEM_EXP" => Some(Self::VirtualItemExp), + "VIRTUAL_ITEM_DAILY_ACTIVE_POINT" => Some(Self::VirtualItemDailyActivePoint), + "VIRTUAL_ITEM_MP_MAX" => Some(Self::VirtualItemMpMax), + "VIRTUAL_ITEM_PLAYER_RETURN_POINT" => { + Some(Self::VirtualItemPlayerReturnPoint) + } + "VIRTUAL_ITEM_BATTLE_COLLEGE_POINT" => { + Some(Self::VirtualItemBattleCollegePoint) + } + "VIRTUAL_ITEM_ROGUE_COIN" => Some(Self::VirtualItemRogueCoin), + "VIRTUAL_ITEM_ROGUE_TALENT_COIN" => Some(Self::VirtualItemRogueTalentCoin), + "VIRTUAL_ITEM_ROGUE_REWARD_KEY" => Some(Self::VirtualItemRogueRewardKey), + "VIRTUAL_ITEM_ACHIEVEMENT_EXP" => Some(Self::VirtualItemAchievementExp), + "VIRTUAL_ITEM_BP_EXP" => Some(Self::VirtualItemBpExp), + "VIRTUAL_ITEM_BP_REAL_EXP" => Some(Self::VirtualItemBpRealExp), + "VIRTUAL_ITEM_MUSEUM_FUNDS" => Some(Self::VirtualItemMuseumFunds), + "VIRTUAL_ITEM_WARRIOR_EXP" => Some(Self::VirtualItemWarriorExp), + "VIRTUAL_ITEM_ROGUE_EXP" => Some(Self::VirtualItemRogueExp), + "VIRTUAL_ITEM_MAGE_EXP" => Some(Self::VirtualItemMageExp), + "VIRTUAL_ITEM_SHAMAN_EXP" => Some(Self::VirtualItemShamanExp), + "VIRTUAL_ITEM_WARLOCK_EXP" => Some(Self::VirtualItemWarlockExp), + "VIRTUAL_ITEM_KNIGHT_EXP" => Some(Self::VirtualItemKnightExp), + "VIRTUAL_ITEM_PRIEST_EXP" => Some(Self::VirtualItemPriestExp), + "VIRTUAL_ITEM_PUNK_LORD_POINT" => Some(Self::VirtualItemPunkLordPoint), + "VIRTUAL_ITEM_GAMEPLAY_COUNTER_MONSTER_SNEAK_VISION" => { + Some(Self::VirtualItemGameplayCounterMonsterSneakVision) + } + "VIRTUAL_ITEM_GAMEPLAY_COUNTER_WOLF_BRO_BULLET" => { + Some(Self::VirtualItemGameplayCounterWolfBroBullet) + } + "VIRTUAL_ITEM_ALLEY_FUNDS" => Some(Self::VirtualItemAlleyFunds), + "VIRTUAL_ITEM_ROGUE_PUMAN_COUPON" => Some(Self::VirtualItemRoguePumanCoupon), + "VIRTUAL_ITEM_MONTH_CARD" => Some(Self::VirtualItemMonthCard), + "VIRTUAL_ITEM_BP_NORMAL" => Some(Self::VirtualItemBpNormal), + "VIRTUAL_ITEM_BP_DELUXE" => Some(Self::VirtualItemBpDeluxe), + "VIRTUAL_ITEM_BP_UPGRADE" => Some(Self::VirtualItemBpUpgrade), + "VIRTUAL_ITEM_HELIOBUS_FANS" => Some(Self::VirtualItemHeliobusFans), + "VIRTUAL_ITEM_SPACE_ZOO_HYBRID_ITEM" => { + Some(Self::VirtualItemSpaceZooHybridItem) + } + "VIRTUAL_ITEM_SPACE_ZOO_EXP_POINT" => Some(Self::VirtualItemSpaceZooExpPoint), + "VIRTUAL_ITEM_ROGUE_NOUS_TALENT_COIN" => { + Some(Self::VirtualItemRogueNousTalentCoin) + } + "VIRTUAL_ITEM_EVOLVE_BUILD_COIN" => Some(Self::VirtualItemEvolveBuildCoin), + "VIRTUAL_ITEM_DRINK_MAKER_TIP" => Some(Self::VirtualItemDrinkMakerTip), + "VIRTUAL_ITEM_MONOPOLY_DICE" => Some(Self::VirtualItemMonopolyDice), + "VIRTUAL_ITEM_MONOPOLY_COIN" => Some(Self::VirtualItemMonopolyCoin), + "VIRTUAL_ITEM_MONOPOLY_CHEATDICE" => Some(Self::VirtualItemMonopolyCheatdice), + "VIRTUAL_ITEM_MONOPOLY_REROLL" => Some(Self::VirtualItemMonopolyReroll), + "VIRTUAL_ITEM_ROGUE_TOURN_PERMANENT_TALENT_COIN" => { + Some(Self::VirtualItemRogueTournPermanentTalentCoin) + } + "VIRTUAL_ITEM_ROGUE_TOURN_EXP" => Some(Self::VirtualItemRogueTournExp), + "VIRTUAL_ITEM_MATCHTHREE_COIN" => Some(Self::VirtualItemMatchthreeCoin), + "VIRTUAL_ITEM_SWORD_TRAINING_SKILL_POINT" => { + Some(Self::VirtualItemSwordTrainingSkillPoint) + } + "VIRTUAL_ITEM_FIGHT_FEST_COIN" => Some(Self::VirtualItemFightFestCoin), + "VIRTUAL_ITEM_ROGUE_MAGIC_TALENT_COIN" => { + Some(Self::VirtualItemRogueMagicTalentCoin) } - "CmdPVEBattleResultCsReq" => Some(Self::CmdPveBattleResultCsReq), - "CmdGetCurBattleInfoScRsp" => Some(Self::CmdGetCurBattleInfoScRsp), - "CmdBattleLogReportScRsp" => Some(Self::CmdBattleLogReportScRsp), _ => None, } } } +#[derive(proto_derive::CmdID)] #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] #[repr(i32)] -pub enum CmdBattleCollegeType { - None = 0, - CmdGetBattleCollegeDataScRsp = 5706, - CmdBattleCollegeDataChangeScNotify = 5711, - CmdStartBattleCollegeCsReq = 5743, - CmdStartBattleCollegeScRsp = 5756, - CmdGetBattleCollegeDataCsReq = 5768, -} -impl CmdBattleCollegeType { +pub enum Kmeipogkflj { + GameplayCounterNone = 0, + GameplayCounterMonsterSneakVision = 280001, +} +impl Kmeipogkflj { /// String value of the enum field names used in the ProtoBuf definition. /// /// The values are not transformed in any way and thus are considered stable /// (if the ProtoBuf definition does not change) and safe for programmatic use. pub fn as_str_name(&self) -> &'static str { match self { - CmdBattleCollegeType::None => "CmdBattleCollegeTypeNone", - CmdBattleCollegeType::CmdGetBattleCollegeDataScRsp => { - "CmdGetBattleCollegeDataScRsp" - } - CmdBattleCollegeType::CmdBattleCollegeDataChangeScNotify => { - "CmdBattleCollegeDataChangeScNotify" - } - CmdBattleCollegeType::CmdStartBattleCollegeCsReq => { - "CmdStartBattleCollegeCsReq" - } - CmdBattleCollegeType::CmdStartBattleCollegeScRsp => { - "CmdStartBattleCollegeScRsp" - } - CmdBattleCollegeType::CmdGetBattleCollegeDataCsReq => { - "CmdGetBattleCollegeDataCsReq" + Kmeipogkflj::GameplayCounterNone => "GAMEPLAY_COUNTER_NONE", + Kmeipogkflj::GameplayCounterMonsterSneakVision => { + "GAMEPLAY_COUNTER_MONSTER_SNEAK_VISION" } } } /// Creates an enum from field names used in the ProtoBuf definition. pub fn from_str_name(value: &str) -> ::core::option::Option { match value { - "CmdBattleCollegeTypeNone" => Some(Self::None), - "CmdGetBattleCollegeDataScRsp" => Some(Self::CmdGetBattleCollegeDataScRsp), - "CmdBattleCollegeDataChangeScNotify" => { - Some(Self::CmdBattleCollegeDataChangeScNotify) + "GAMEPLAY_COUNTER_NONE" => Some(Self::GameplayCounterNone), + "GAMEPLAY_COUNTER_MONSTER_SNEAK_VISION" => { + Some(Self::GameplayCounterMonsterSneakVision) } - "CmdStartBattleCollegeCsReq" => Some(Self::CmdStartBattleCollegeCsReq), - "CmdStartBattleCollegeScRsp" => Some(Self::CmdStartBattleCollegeScRsp), - "CmdGetBattleCollegeDataCsReq" => Some(Self::CmdGetBattleCollegeDataCsReq), _ => None, } } } +#[derive(proto_derive::CmdID)] #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] #[repr(i32)] -pub enum CmdBattlePassType { - None = 0, - CmdTakeAllRewardCsReq = 3029, - CmdBuyBpLevelScRsp = 3039, - CmdTakeBpRewardCsReq = 3043, - CmdTakeAllRewardScRsp = 3051, - CmdTakeBpRewardScRsp = 3056, - CmdBattlePassInfoNotify = 3068, - CmdBuyBpLevelCsReq = 3093, -} -impl CmdBattlePassType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdBattlePassType::None => "CmdBattlePassTypeNone", - CmdBattlePassType::CmdTakeAllRewardCsReq => "CmdTakeAllRewardCsReq", - CmdBattlePassType::CmdBuyBpLevelScRsp => "CmdBuyBpLevelScRsp", - CmdBattlePassType::CmdTakeBpRewardCsReq => "CmdTakeBpRewardCsReq", - CmdBattlePassType::CmdTakeAllRewardScRsp => "CmdTakeAllRewardScRsp", - CmdBattlePassType::CmdTakeBpRewardScRsp => "CmdTakeBpRewardScRsp", - CmdBattlePassType::CmdBattlePassInfoNotify => "CmdBattlePassInfoNotify", - CmdBattlePassType::CmdBuyBpLevelCsReq => "CmdBuyBpLevelCsReq", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdBattlePassTypeNone" => Some(Self::None), - "CmdTakeAllRewardCsReq" => Some(Self::CmdTakeAllRewardCsReq), - "CmdBuyBpLevelScRsp" => Some(Self::CmdBuyBpLevelScRsp), - "CmdTakeBpRewardCsReq" => Some(Self::CmdTakeBpRewardCsReq), - "CmdTakeAllRewardScRsp" => Some(Self::CmdTakeAllRewardScRsp), - "CmdTakeBpRewardScRsp" => Some(Self::CmdTakeBpRewardScRsp), - "CmdBattlePassInfoNotify" => Some(Self::CmdBattlePassInfoNotify), - "CmdBuyBpLevelCsReq" => Some(Self::CmdBuyBpLevelCsReq), - _ => None, - } - } +pub enum Iefamjhkida { + BlackLimitLevelAll = 0, } -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdBoxingClubType { - None = 0, - CmdGetBoxingClubInfoScRsp = 4206, - CmdMatchBoxingClubOpponentCsReq = 4211, - CmdGiveUpBoxingClubChallengeScRsp = 4229, - CmdBoxingClubChallengeUpdateScNotify = 4233, - CmdChooseBoxingClubStageOptionalBuffScRsp = 4234, - CmdGiveUpBoxingClubChallengeCsReq = 4239, - CmdMatchBoxingClubOpponentScRsp = 4243, - CmdSetBoxingClubResonanceLineupScRsp = 4248, - CmdBoxingClubRewardScNotify = 4251, - CmdChooseBoxingClubResonanceScRsp = 4254, - CmdStartBoxingClubBattleCsReq = 4256, - CmdSetBoxingClubResonanceLineupCsReq = 4265, - CmdGetBoxingClubInfoCsReq = 4268, - CmdChooseBoxingClubStageOptionalBuffCsReq = 4282, - CmdStartBoxingClubBattleScRsp = 4293, - CmdChooseBoxingClubResonanceCsReq = 4299, -} -impl CmdBoxingClubType { +impl Iefamjhkida { /// String value of the enum field names used in the ProtoBuf definition. /// /// The values are not transformed in any way and thus are considered stable /// (if the ProtoBuf definition does not change) and safe for programmatic use. pub fn as_str_name(&self) -> &'static str { match self { - CmdBoxingClubType::None => "CmdBoxingClubTypeNone", - CmdBoxingClubType::CmdGetBoxingClubInfoScRsp => "CmdGetBoxingClubInfoScRsp", - CmdBoxingClubType::CmdMatchBoxingClubOpponentCsReq => { - "CmdMatchBoxingClubOpponentCsReq" - } - CmdBoxingClubType::CmdGiveUpBoxingClubChallengeScRsp => { - "CmdGiveUpBoxingClubChallengeScRsp" - } - CmdBoxingClubType::CmdBoxingClubChallengeUpdateScNotify => { - "CmdBoxingClubChallengeUpdateScNotify" - } - CmdBoxingClubType::CmdChooseBoxingClubStageOptionalBuffScRsp => { - "CmdChooseBoxingClubStageOptionalBuffScRsp" - } - CmdBoxingClubType::CmdGiveUpBoxingClubChallengeCsReq => { - "CmdGiveUpBoxingClubChallengeCsReq" - } - CmdBoxingClubType::CmdMatchBoxingClubOpponentScRsp => { - "CmdMatchBoxingClubOpponentScRsp" - } - CmdBoxingClubType::CmdSetBoxingClubResonanceLineupScRsp => { - "CmdSetBoxingClubResonanceLineupScRsp" - } - CmdBoxingClubType::CmdBoxingClubRewardScNotify => { - "CmdBoxingClubRewardScNotify" - } - CmdBoxingClubType::CmdChooseBoxingClubResonanceScRsp => { - "CmdChooseBoxingClubResonanceScRsp" - } - CmdBoxingClubType::CmdStartBoxingClubBattleCsReq => { - "CmdStartBoxingClubBattleCsReq" - } - CmdBoxingClubType::CmdSetBoxingClubResonanceLineupCsReq => { - "CmdSetBoxingClubResonanceLineupCsReq" - } - CmdBoxingClubType::CmdGetBoxingClubInfoCsReq => "CmdGetBoxingClubInfoCsReq", - CmdBoxingClubType::CmdChooseBoxingClubStageOptionalBuffCsReq => { - "CmdChooseBoxingClubStageOptionalBuffCsReq" - } - CmdBoxingClubType::CmdStartBoxingClubBattleScRsp => { - "CmdStartBoxingClubBattleScRsp" - } - CmdBoxingClubType::CmdChooseBoxingClubResonanceCsReq => { - "CmdChooseBoxingClubResonanceCsReq" - } + Iefamjhkida::BlackLimitLevelAll => "BLACK_LIMIT_LEVEL_ALL", } } /// Creates an enum from field names used in the ProtoBuf definition. pub fn from_str_name(value: &str) -> ::core::option::Option { match value { - "CmdBoxingClubTypeNone" => Some(Self::None), - "CmdGetBoxingClubInfoScRsp" => Some(Self::CmdGetBoxingClubInfoScRsp), - "CmdMatchBoxingClubOpponentCsReq" => { - Some(Self::CmdMatchBoxingClubOpponentCsReq) - } - "CmdGiveUpBoxingClubChallengeScRsp" => { - Some(Self::CmdGiveUpBoxingClubChallengeScRsp) - } - "CmdBoxingClubChallengeUpdateScNotify" => { - Some(Self::CmdBoxingClubChallengeUpdateScNotify) - } - "CmdChooseBoxingClubStageOptionalBuffScRsp" => { - Some(Self::CmdChooseBoxingClubStageOptionalBuffScRsp) - } - "CmdGiveUpBoxingClubChallengeCsReq" => { - Some(Self::CmdGiveUpBoxingClubChallengeCsReq) - } - "CmdMatchBoxingClubOpponentScRsp" => { - Some(Self::CmdMatchBoxingClubOpponentScRsp) - } - "CmdSetBoxingClubResonanceLineupScRsp" => { - Some(Self::CmdSetBoxingClubResonanceLineupScRsp) - } - "CmdBoxingClubRewardScNotify" => Some(Self::CmdBoxingClubRewardScNotify), - "CmdChooseBoxingClubResonanceScRsp" => { - Some(Self::CmdChooseBoxingClubResonanceScRsp) - } - "CmdStartBoxingClubBattleCsReq" => Some(Self::CmdStartBoxingClubBattleCsReq), - "CmdSetBoxingClubResonanceLineupCsReq" => { - Some(Self::CmdSetBoxingClubResonanceLineupCsReq) - } - "CmdGetBoxingClubInfoCsReq" => Some(Self::CmdGetBoxingClubInfoCsReq), - "CmdChooseBoxingClubStageOptionalBuffCsReq" => { - Some(Self::CmdChooseBoxingClubStageOptionalBuffCsReq) - } - "CmdStartBoxingClubBattleScRsp" => Some(Self::CmdStartBoxingClubBattleScRsp), - "CmdChooseBoxingClubResonanceCsReq" => { - Some(Self::CmdChooseBoxingClubResonanceCsReq) - } + "BLACK_LIMIT_LEVEL_ALL" => Some(Self::BlackLimitLevelAll), _ => None, } } } +#[derive(proto_derive::CmdID)] #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] #[repr(i32)] -pub enum CmdChallengeType { - None = 0, - CmdGetChallengeScRsp = 1706, - CmdGetChallengeRecommendLineupListCsReq = 1708, - CmdEnterChallengeNextPhaseScRsp = 1709, - CmdStartChallengeCsReq = 1711, - CmdStartPartialChallengeScRsp = 1724, - CmdStartPartialChallengeCsReq = 1725, - CmdEnterChallengeNextPhaseCsReq = 1728, - CmdGetCurChallengeCsReq = 1733, - CmdTakeChallengeRewardScRsp = 1734, - CmdChallengeSettleNotify = 1739, - CmdStartChallengeScRsp = 1743, - CmdChallengeLineupNotify = 1754, - CmdLeaveChallengeCsReq = 1756, - CmdGetChallengeCsReq = 1768, - CmdGetChallengeRecommendLineupListScRsp = 1781, - CmdTakeChallengeRewardCsReq = 1782, - CmdChallengeBossPhaseSettleNotify = 1788, - CmdRestartChallengePhaseScRsp = 1790, - CmdRestartChallengePhaseCsReq = 1792, - CmdLeaveChallengeScRsp = 1793, - CmdGetChallengeGroupStatisticsCsReq = 1797, - CmdGetChallengeGroupStatisticsScRsp = 1798, - CmdGetCurChallengeScRsp = 1799, -} -impl CmdChallengeType { +pub enum Hnfpkdpjakb { + AreaNone = 0, + AreaCn = 1, + AreaJp = 2, + AreaAsia = 3, + AreaWest = 4, + AreaKr = 5, + AreaOverseas = 6, +} +impl Hnfpkdpjakb { /// String value of the enum field names used in the ProtoBuf definition. /// /// The values are not transformed in any way and thus are considered stable /// (if the ProtoBuf definition does not change) and safe for programmatic use. pub fn as_str_name(&self) -> &'static str { match self { - CmdChallengeType::None => "CmdChallengeTypeNone", - CmdChallengeType::CmdGetChallengeScRsp => "CmdGetChallengeScRsp", - CmdChallengeType::CmdGetChallengeRecommendLineupListCsReq => { - "CmdGetChallengeRecommendLineupListCsReq" - } - CmdChallengeType::CmdEnterChallengeNextPhaseScRsp => { - "CmdEnterChallengeNextPhaseScRsp" - } - CmdChallengeType::CmdStartChallengeCsReq => "CmdStartChallengeCsReq", - CmdChallengeType::CmdStartPartialChallengeScRsp => { - "CmdStartPartialChallengeScRsp" - } - CmdChallengeType::CmdStartPartialChallengeCsReq => { - "CmdStartPartialChallengeCsReq" - } - CmdChallengeType::CmdEnterChallengeNextPhaseCsReq => { - "CmdEnterChallengeNextPhaseCsReq" - } - CmdChallengeType::CmdGetCurChallengeCsReq => "CmdGetCurChallengeCsReq", - CmdChallengeType::CmdTakeChallengeRewardScRsp => { - "CmdTakeChallengeRewardScRsp" - } - CmdChallengeType::CmdChallengeSettleNotify => "CmdChallengeSettleNotify", - CmdChallengeType::CmdStartChallengeScRsp => "CmdStartChallengeScRsp", - CmdChallengeType::CmdChallengeLineupNotify => "CmdChallengeLineupNotify", - CmdChallengeType::CmdLeaveChallengeCsReq => "CmdLeaveChallengeCsReq", - CmdChallengeType::CmdGetChallengeCsReq => "CmdGetChallengeCsReq", - CmdChallengeType::CmdGetChallengeRecommendLineupListScRsp => { - "CmdGetChallengeRecommendLineupListScRsp" - } - CmdChallengeType::CmdTakeChallengeRewardCsReq => { - "CmdTakeChallengeRewardCsReq" - } - CmdChallengeType::CmdChallengeBossPhaseSettleNotify => { - "CmdChallengeBossPhaseSettleNotify" - } - CmdChallengeType::CmdRestartChallengePhaseScRsp => { - "CmdRestartChallengePhaseScRsp" - } - CmdChallengeType::CmdRestartChallengePhaseCsReq => { - "CmdRestartChallengePhaseCsReq" - } - CmdChallengeType::CmdLeaveChallengeScRsp => "CmdLeaveChallengeScRsp", - CmdChallengeType::CmdGetChallengeGroupStatisticsCsReq => { - "CmdGetChallengeGroupStatisticsCsReq" - } - CmdChallengeType::CmdGetChallengeGroupStatisticsScRsp => { - "CmdGetChallengeGroupStatisticsScRsp" - } - CmdChallengeType::CmdGetCurChallengeScRsp => "CmdGetCurChallengeScRsp", + Hnfpkdpjakb::AreaNone => "AREA_NONE", + Hnfpkdpjakb::AreaCn => "AREA_CN", + Hnfpkdpjakb::AreaJp => "AREA_JP", + Hnfpkdpjakb::AreaAsia => "AREA_ASIA", + Hnfpkdpjakb::AreaWest => "AREA_WEST", + Hnfpkdpjakb::AreaKr => "AREA_KR", + Hnfpkdpjakb::AreaOverseas => "AREA_OVERSEAS", } } /// Creates an enum from field names used in the ProtoBuf definition. pub fn from_str_name(value: &str) -> ::core::option::Option { match value { - "CmdChallengeTypeNone" => Some(Self::None), - "CmdGetChallengeScRsp" => Some(Self::CmdGetChallengeScRsp), - "CmdGetChallengeRecommendLineupListCsReq" => { - Some(Self::CmdGetChallengeRecommendLineupListCsReq) - } - "CmdEnterChallengeNextPhaseScRsp" => { - Some(Self::CmdEnterChallengeNextPhaseScRsp) - } - "CmdStartChallengeCsReq" => Some(Self::CmdStartChallengeCsReq), - "CmdStartPartialChallengeScRsp" => Some(Self::CmdStartPartialChallengeScRsp), - "CmdStartPartialChallengeCsReq" => Some(Self::CmdStartPartialChallengeCsReq), - "CmdEnterChallengeNextPhaseCsReq" => { - Some(Self::CmdEnterChallengeNextPhaseCsReq) - } - "CmdGetCurChallengeCsReq" => Some(Self::CmdGetCurChallengeCsReq), - "CmdTakeChallengeRewardScRsp" => Some(Self::CmdTakeChallengeRewardScRsp), - "CmdChallengeSettleNotify" => Some(Self::CmdChallengeSettleNotify), - "CmdStartChallengeScRsp" => Some(Self::CmdStartChallengeScRsp), - "CmdChallengeLineupNotify" => Some(Self::CmdChallengeLineupNotify), - "CmdLeaveChallengeCsReq" => Some(Self::CmdLeaveChallengeCsReq), - "CmdGetChallengeCsReq" => Some(Self::CmdGetChallengeCsReq), - "CmdGetChallengeRecommendLineupListScRsp" => { - Some(Self::CmdGetChallengeRecommendLineupListScRsp) - } - "CmdTakeChallengeRewardCsReq" => Some(Self::CmdTakeChallengeRewardCsReq), - "CmdChallengeBossPhaseSettleNotify" => { - Some(Self::CmdChallengeBossPhaseSettleNotify) - } - "CmdRestartChallengePhaseScRsp" => Some(Self::CmdRestartChallengePhaseScRsp), - "CmdRestartChallengePhaseCsReq" => Some(Self::CmdRestartChallengePhaseCsReq), - "CmdLeaveChallengeScRsp" => Some(Self::CmdLeaveChallengeScRsp), - "CmdGetChallengeGroupStatisticsCsReq" => { - Some(Self::CmdGetChallengeGroupStatisticsCsReq) - } - "CmdGetChallengeGroupStatisticsScRsp" => { - Some(Self::CmdGetChallengeGroupStatisticsScRsp) - } - "CmdGetCurChallengeScRsp" => Some(Self::CmdGetCurChallengeScRsp), + "AREA_NONE" => Some(Self::AreaNone), + "AREA_CN" => Some(Self::AreaCn), + "AREA_JP" => Some(Self::AreaJp), + "AREA_ASIA" => Some(Self::AreaAsia), + "AREA_WEST" => Some(Self::AreaWest), + "AREA_KR" => Some(Self::AreaKr), + "AREA_OVERSEAS" => Some(Self::AreaOverseas), _ => None, } } } +#[derive(proto_derive::CmdID)] #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] #[repr(i32)] -pub enum CmdChatType { - None = 0, - CmdSendMsgScRsp = 3906, - CmdRevcMsgScNotify = 3911, - CmdGetChatFriendHistoryScRsp = 3929, - CmdGetChatEmojiListScRsp = 3933, - CmdGetLoginChatInfoScRsp = 3934, - CmdGetChatFriendHistoryCsReq = 3939, - CmdPrivateMsgOfflineUsersScNotify = 3943, - CmdBatchMarkChatEmojiScRsp = 3948, - CmdGetChatEmojiListCsReq = 3951, - CmdMarkChatEmojiScRsp = 3954, - CmdGetPrivateChatHistoryCsReq = 3956, - CmdBatchMarkChatEmojiCsReq = 3965, - CmdSendMsgCsReq = 3968, - CmdGetLoginChatInfoCsReq = 3982, - CmdGetPrivateChatHistoryScRsp = 3993, - CmdMarkChatEmojiCsReq = 3999, -} -impl CmdChatType { +pub enum Mejnfnkpfcd { + EntityNone = 0, + EntityAvatar = 1, + EntityMonster = 2, + EntityNpc = 3, + EntityProp = 4, + EntityTrigger = 5, + EntityEnv = 6, + EntitySummonUnit = 7, +} +impl Mejnfnkpfcd { /// String value of the enum field names used in the ProtoBuf definition. /// /// The values are not transformed in any way and thus are considered stable /// (if the ProtoBuf definition does not change) and safe for programmatic use. pub fn as_str_name(&self) -> &'static str { match self { - CmdChatType::None => "CmdChatTypeNone", - CmdChatType::CmdSendMsgScRsp => "CmdSendMsgScRsp", - CmdChatType::CmdRevcMsgScNotify => "CmdRevcMsgScNotify", - CmdChatType::CmdGetChatFriendHistoryScRsp => "CmdGetChatFriendHistoryScRsp", - CmdChatType::CmdGetChatEmojiListScRsp => "CmdGetChatEmojiListScRsp", - CmdChatType::CmdGetLoginChatInfoScRsp => "CmdGetLoginChatInfoScRsp", - CmdChatType::CmdGetChatFriendHistoryCsReq => "CmdGetChatFriendHistoryCsReq", - CmdChatType::CmdPrivateMsgOfflineUsersScNotify => { - "CmdPrivateMsgOfflineUsersScNotify" - } - CmdChatType::CmdBatchMarkChatEmojiScRsp => "CmdBatchMarkChatEmojiScRsp", - CmdChatType::CmdGetChatEmojiListCsReq => "CmdGetChatEmojiListCsReq", - CmdChatType::CmdMarkChatEmojiScRsp => "CmdMarkChatEmojiScRsp", - CmdChatType::CmdGetPrivateChatHistoryCsReq => "CmdGetPrivateChatHistoryCsReq", - CmdChatType::CmdBatchMarkChatEmojiCsReq => "CmdBatchMarkChatEmojiCsReq", - CmdChatType::CmdSendMsgCsReq => "CmdSendMsgCsReq", - CmdChatType::CmdGetLoginChatInfoCsReq => "CmdGetLoginChatInfoCsReq", - CmdChatType::CmdGetPrivateChatHistoryScRsp => "CmdGetPrivateChatHistoryScRsp", - CmdChatType::CmdMarkChatEmojiCsReq => "CmdMarkChatEmojiCsReq", + Mejnfnkpfcd::EntityNone => "ENTITY_NONE", + Mejnfnkpfcd::EntityAvatar => "ENTITY_AVATAR", + Mejnfnkpfcd::EntityMonster => "ENTITY_MONSTER", + Mejnfnkpfcd::EntityNpc => "ENTITY_NPC", + Mejnfnkpfcd::EntityProp => "ENTITY_PROP", + Mejnfnkpfcd::EntityTrigger => "ENTITY_TRIGGER", + Mejnfnkpfcd::EntityEnv => "ENTITY_ENV", + Mejnfnkpfcd::EntitySummonUnit => "ENTITY_SUMMON_UNIT", } } /// Creates an enum from field names used in the ProtoBuf definition. pub fn from_str_name(value: &str) -> ::core::option::Option { match value { - "CmdChatTypeNone" => Some(Self::None), - "CmdSendMsgScRsp" => Some(Self::CmdSendMsgScRsp), - "CmdRevcMsgScNotify" => Some(Self::CmdRevcMsgScNotify), - "CmdGetChatFriendHistoryScRsp" => Some(Self::CmdGetChatFriendHistoryScRsp), - "CmdGetChatEmojiListScRsp" => Some(Self::CmdGetChatEmojiListScRsp), - "CmdGetLoginChatInfoScRsp" => Some(Self::CmdGetLoginChatInfoScRsp), - "CmdGetChatFriendHistoryCsReq" => Some(Self::CmdGetChatFriendHistoryCsReq), - "CmdPrivateMsgOfflineUsersScNotify" => { - Some(Self::CmdPrivateMsgOfflineUsersScNotify) - } - "CmdBatchMarkChatEmojiScRsp" => Some(Self::CmdBatchMarkChatEmojiScRsp), - "CmdGetChatEmojiListCsReq" => Some(Self::CmdGetChatEmojiListCsReq), - "CmdMarkChatEmojiScRsp" => Some(Self::CmdMarkChatEmojiScRsp), - "CmdGetPrivateChatHistoryCsReq" => Some(Self::CmdGetPrivateChatHistoryCsReq), - "CmdBatchMarkChatEmojiCsReq" => Some(Self::CmdBatchMarkChatEmojiCsReq), - "CmdSendMsgCsReq" => Some(Self::CmdSendMsgCsReq), - "CmdGetLoginChatInfoCsReq" => Some(Self::CmdGetLoginChatInfoCsReq), - "CmdGetPrivateChatHistoryScRsp" => Some(Self::CmdGetPrivateChatHistoryScRsp), - "CmdMarkChatEmojiCsReq" => Some(Self::CmdMarkChatEmojiCsReq), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdChessRogueType { - None = 0, - CmdChessRogueQueryBpCsReq = 5401, - CmdChessRogueGoAheadCsReq = 5405, - CmdSelectChessRogueSubStoryCsReq = 5406, - CmdChessRogueCheatRollCsReq = 5408, - CmdFinishChessRogueNousSubStoryCsReq = 5409, - CmdChessRogueQueryAeonDimensionsCsReq = 5413, - CmdGetChessRogueStoryAeonTalkInfoCsReq = 5417, - CmdFinishChessRogueSubStoryCsReq = 5418, - CmdChessRogueMoveCellNotify = 5419, - CmdChessRogueEnterScRsp = 5421, - CmdChessRogueChangeyAeonDimensionNotify = 5425, - CmdChessRogueUpdateAllowedSelectCellScNotify = 5426, - CmdSelectChessRogueNousSubStoryCsReq = 5427, - CmdChessRogueUpdateUnlockLevelScNotify = 5430, - CmdChessRogueUpdateLevelBaseInfoScNotify = 5431, - CmdChessRogueEnterCellScRsp = 5433, - CmdChessRogueUpdateReviveInfoScNotify = 5434, - CmdChessRogueUpdateMoneyInfoScNotify = 5442, - CmdChessRogueQuitScRsp = 5444, - CmdChessRogueLeaveCsReq = 5445, - CmdChessRoguePickAvatarCsReq = 5446, - CmdChessRogueLeaveScRsp = 5447, - CmdChessRoguePickAvatarScRsp = 5450, - CmdSyncChessRogueNousValueScNotify = 5451, - CmdChessRogueNousDiceSurfaceUnlockNotify = 5453, - CmdSyncChessRogueNousMainStoryScNotify = 5455, - CmdChessRogueGiveUpScRsp = 5456, - CmdEnhanceChessRogueBuffCsReq = 5458, - CmdChessRogueNousEditDiceCsReq = 5459, - CmdChessRogueQuestFinishNotify = 5460, - CmdChessRogueUpdateDiceInfoScNotify = 5461, - CmdGetChessRogueStoryInfoScRsp = 5462, - CmdChessRogueUpdateDicePassiveAccumulateValueScNotify = 5463, - CmdChessRogueFinishCurRoomNotify = 5467, - CmdChessRogueReRollDiceCsReq = 5474, - CmdGetChessRogueBuffEnhanceInfoScRsp = 5476, - CmdChessRogueSkipTeachingLevelCsReq = 5477, - CmdSyncChessRogueMainStoryFinishScNotify = 5480, - CmdChessRogueReviveAvatarScRsp = 5481, - CmdChessRogueNousGetRogueTalentInfoScRsp = 5482, - CmdSyncChessRogueNousSubStoryScNotify = 5484, - CmdChessRogueSelectBpCsReq = 5486, - CmdChessRogueUpdateActionPointScNotify = 5487, - CmdChessRogueGiveUpRollScRsp = 5489, - CmdChessRogueEnterCellCsReq = 5490, - CmdFinishChessRogueSubStoryScRsp = 5491, - CmdChessRogueEnterNextLayerScRsp = 5492, - CmdChessRogueQueryCsReq = 5493, - CmdGetChessRogueStoryInfoCsReq = 5497, - CmdChessRogueCellUpdateNotify = 5498, - CmdChessRogueCheatRollScRsp = 5499, - CmdGetChessRogueNousStoryInfoCsReq = 5501, - CmdChessRogueQuitCsReq = 5506, - CmdChessRogueQueryScRsp = 5507, - CmdChessRogueNousDiceUpdateNotify = 5508, - CmdChessRogueStartCsReq = 5514, - CmdChessRogueUpdateBoardScNotify = 5518, - CmdEnterChessRogueAeonRoomCsReq = 5520, - CmdSelectChessRogueNousSubStoryScRsp = 5521, - CmdChessRogueConfirmRollCsReq = 5523, - CmdChessRogueRollDiceCsReq = 5529, - CmdChessRogueSkipTeachingLevelScRsp = 5531, - CmdChessRogueSelectCellScRsp = 5532, - CmdChessRogueQueryAeonDimensionsScRsp = 5536, - CmdChessRogueRollDiceScRsp = 5539, - CmdChessRogueUpdateAeonModifierValueScNotify = 5542, - CmdGetChessRogueStoryAeonTalkInfoScRsp = 5544, - CmdChessRogueGiveUpRollCsReq = 5545, - CmdChessRogueSelectCellCsReq = 5549, - CmdEnhanceChessRogueBuffScRsp = 5552, - CmdGetChessRogueBuffEnhanceInfoCsReq = 5555, - CmdChessRogueGoAheadScRsp = 5556, - CmdGetChessRogueNousStoryInfoScRsp = 5557, - CmdChessRogueNousEditDiceScRsp = 5565, - CmdChessRogueSelectBpScRsp = 5566, - CmdChessRogueEnterCsReq = 5567, - CmdChessRogueEnterNextLayerCsReq = 5568, - CmdChessRogueReviveAvatarCsReq = 5569, - CmdChessRogueNousEnableRogueTalentCsReq = 5571, - CmdChessRogueNousEnableRogueTalentScRsp = 5576, - CmdFinishChessRogueNousSubStoryScRsp = 5577, - CmdChessRogueGiveUpCsReq = 5585, - CmdChessRogueReRollDiceScRsp = 5586, - CmdSelectChessRogueSubStoryScRsp = 5587, - CmdChessRogueQueryBpScRsp = 5588, - CmdEnterChessRogueAeonRoomScRsp = 5589, - CmdChessRogueLayerAccountInfoNotify = 5591, - CmdChessRogueNousGetRogueTalentInfoCsReq = 5592, - CmdChessRogueConfirmRollScRsp = 5596, - CmdChessRogueStartScRsp = 5600, -} -impl CmdChessRogueType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdChessRogueType::None => "CmdChessRogueTypeNone", - CmdChessRogueType::CmdChessRogueQueryBpCsReq => "CmdChessRogueQueryBpCsReq", - CmdChessRogueType::CmdChessRogueGoAheadCsReq => "CmdChessRogueGoAheadCsReq", - CmdChessRogueType::CmdSelectChessRogueSubStoryCsReq => { - "CmdSelectChessRogueSubStoryCsReq" - } - CmdChessRogueType::CmdChessRogueCheatRollCsReq => { - "CmdChessRogueCheatRollCsReq" - } - CmdChessRogueType::CmdFinishChessRogueNousSubStoryCsReq => { - "CmdFinishChessRogueNousSubStoryCsReq" - } - CmdChessRogueType::CmdChessRogueQueryAeonDimensionsCsReq => { - "CmdChessRogueQueryAeonDimensionsCsReq" - } - CmdChessRogueType::CmdGetChessRogueStoryAeonTalkInfoCsReq => { - "CmdGetChessRogueStoryAeonTalkInfoCsReq" - } - CmdChessRogueType::CmdFinishChessRogueSubStoryCsReq => { - "CmdFinishChessRogueSubStoryCsReq" - } - CmdChessRogueType::CmdChessRogueMoveCellNotify => { - "CmdChessRogueMoveCellNotify" - } - CmdChessRogueType::CmdChessRogueEnterScRsp => "CmdChessRogueEnterScRsp", - CmdChessRogueType::CmdChessRogueChangeyAeonDimensionNotify => { - "CmdChessRogueChangeyAeonDimensionNotify" - } - CmdChessRogueType::CmdChessRogueUpdateAllowedSelectCellScNotify => { - "CmdChessRogueUpdateAllowedSelectCellScNotify" - } - CmdChessRogueType::CmdSelectChessRogueNousSubStoryCsReq => { - "CmdSelectChessRogueNousSubStoryCsReq" - } - CmdChessRogueType::CmdChessRogueUpdateUnlockLevelScNotify => { - "CmdChessRogueUpdateUnlockLevelScNotify" - } - CmdChessRogueType::CmdChessRogueUpdateLevelBaseInfoScNotify => { - "CmdChessRogueUpdateLevelBaseInfoScNotify" - } - CmdChessRogueType::CmdChessRogueEnterCellScRsp => { - "CmdChessRogueEnterCellScRsp" - } - CmdChessRogueType::CmdChessRogueUpdateReviveInfoScNotify => { - "CmdChessRogueUpdateReviveInfoScNotify" - } - CmdChessRogueType::CmdChessRogueUpdateMoneyInfoScNotify => { - "CmdChessRogueUpdateMoneyInfoScNotify" - } - CmdChessRogueType::CmdChessRogueQuitScRsp => "CmdChessRogueQuitScRsp", - CmdChessRogueType::CmdChessRogueLeaveCsReq => "CmdChessRogueLeaveCsReq", - CmdChessRogueType::CmdChessRoguePickAvatarCsReq => { - "CmdChessRoguePickAvatarCsReq" - } - CmdChessRogueType::CmdChessRogueLeaveScRsp => "CmdChessRogueLeaveScRsp", - CmdChessRogueType::CmdChessRoguePickAvatarScRsp => { - "CmdChessRoguePickAvatarScRsp" - } - CmdChessRogueType::CmdSyncChessRogueNousValueScNotify => { - "CmdSyncChessRogueNousValueScNotify" - } - CmdChessRogueType::CmdChessRogueNousDiceSurfaceUnlockNotify => { - "CmdChessRogueNousDiceSurfaceUnlockNotify" - } - CmdChessRogueType::CmdSyncChessRogueNousMainStoryScNotify => { - "CmdSyncChessRogueNousMainStoryScNotify" - } - CmdChessRogueType::CmdChessRogueGiveUpScRsp => "CmdChessRogueGiveUpScRsp", - CmdChessRogueType::CmdEnhanceChessRogueBuffCsReq => { - "CmdEnhanceChessRogueBuffCsReq" - } - CmdChessRogueType::CmdChessRogueNousEditDiceCsReq => { - "CmdChessRogueNousEditDiceCsReq" - } - CmdChessRogueType::CmdChessRogueQuestFinishNotify => { - "CmdChessRogueQuestFinishNotify" - } - CmdChessRogueType::CmdChessRogueUpdateDiceInfoScNotify => { - "CmdChessRogueUpdateDiceInfoScNotify" - } - CmdChessRogueType::CmdGetChessRogueStoryInfoScRsp => { - "CmdGetChessRogueStoryInfoScRsp" - } - CmdChessRogueType::CmdChessRogueUpdateDicePassiveAccumulateValueScNotify => { - "CmdChessRogueUpdateDicePassiveAccumulateValueScNotify" - } - CmdChessRogueType::CmdChessRogueFinishCurRoomNotify => { - "CmdChessRogueFinishCurRoomNotify" - } - CmdChessRogueType::CmdChessRogueReRollDiceCsReq => { - "CmdChessRogueReRollDiceCsReq" - } - CmdChessRogueType::CmdGetChessRogueBuffEnhanceInfoScRsp => { - "CmdGetChessRogueBuffEnhanceInfoScRsp" - } - CmdChessRogueType::CmdChessRogueSkipTeachingLevelCsReq => { - "CmdChessRogueSkipTeachingLevelCsReq" - } - CmdChessRogueType::CmdSyncChessRogueMainStoryFinishScNotify => { - "CmdSyncChessRogueMainStoryFinishScNotify" - } - CmdChessRogueType::CmdChessRogueReviveAvatarScRsp => { - "CmdChessRogueReviveAvatarScRsp" - } - CmdChessRogueType::CmdChessRogueNousGetRogueTalentInfoScRsp => { - "CmdChessRogueNousGetRogueTalentInfoScRsp" - } - CmdChessRogueType::CmdSyncChessRogueNousSubStoryScNotify => { - "CmdSyncChessRogueNousSubStoryScNotify" - } - CmdChessRogueType::CmdChessRogueSelectBpCsReq => "CmdChessRogueSelectBpCsReq", - CmdChessRogueType::CmdChessRogueUpdateActionPointScNotify => { - "CmdChessRogueUpdateActionPointScNotify" - } - CmdChessRogueType::CmdChessRogueGiveUpRollScRsp => { - "CmdChessRogueGiveUpRollScRsp" - } - CmdChessRogueType::CmdChessRogueEnterCellCsReq => { - "CmdChessRogueEnterCellCsReq" - } - CmdChessRogueType::CmdFinishChessRogueSubStoryScRsp => { - "CmdFinishChessRogueSubStoryScRsp" - } - CmdChessRogueType::CmdChessRogueEnterNextLayerScRsp => { - "CmdChessRogueEnterNextLayerScRsp" - } - CmdChessRogueType::CmdChessRogueQueryCsReq => "CmdChessRogueQueryCsReq", - CmdChessRogueType::CmdGetChessRogueStoryInfoCsReq => { - "CmdGetChessRogueStoryInfoCsReq" - } - CmdChessRogueType::CmdChessRogueCellUpdateNotify => { - "CmdChessRogueCellUpdateNotify" - } - CmdChessRogueType::CmdChessRogueCheatRollScRsp => { - "CmdChessRogueCheatRollScRsp" - } - CmdChessRogueType::CmdGetChessRogueNousStoryInfoCsReq => { - "CmdGetChessRogueNousStoryInfoCsReq" - } - CmdChessRogueType::CmdChessRogueQuitCsReq => "CmdChessRogueQuitCsReq", - CmdChessRogueType::CmdChessRogueQueryScRsp => "CmdChessRogueQueryScRsp", - CmdChessRogueType::CmdChessRogueNousDiceUpdateNotify => { - "CmdChessRogueNousDiceUpdateNotify" - } - CmdChessRogueType::CmdChessRogueStartCsReq => "CmdChessRogueStartCsReq", - CmdChessRogueType::CmdChessRogueUpdateBoardScNotify => { - "CmdChessRogueUpdateBoardScNotify" - } - CmdChessRogueType::CmdEnterChessRogueAeonRoomCsReq => { - "CmdEnterChessRogueAeonRoomCsReq" - } - CmdChessRogueType::CmdSelectChessRogueNousSubStoryScRsp => { - "CmdSelectChessRogueNousSubStoryScRsp" - } - CmdChessRogueType::CmdChessRogueConfirmRollCsReq => { - "CmdChessRogueConfirmRollCsReq" - } - CmdChessRogueType::CmdChessRogueRollDiceCsReq => "CmdChessRogueRollDiceCsReq", - CmdChessRogueType::CmdChessRogueSkipTeachingLevelScRsp => { - "CmdChessRogueSkipTeachingLevelScRsp" - } - CmdChessRogueType::CmdChessRogueSelectCellScRsp => { - "CmdChessRogueSelectCellScRsp" - } - CmdChessRogueType::CmdChessRogueQueryAeonDimensionsScRsp => { - "CmdChessRogueQueryAeonDimensionsScRsp" - } - CmdChessRogueType::CmdChessRogueRollDiceScRsp => "CmdChessRogueRollDiceScRsp", - CmdChessRogueType::CmdChessRogueUpdateAeonModifierValueScNotify => { - "CmdChessRogueUpdateAeonModifierValueScNotify" - } - CmdChessRogueType::CmdGetChessRogueStoryAeonTalkInfoScRsp => { - "CmdGetChessRogueStoryAeonTalkInfoScRsp" - } - CmdChessRogueType::CmdChessRogueGiveUpRollCsReq => { - "CmdChessRogueGiveUpRollCsReq" - } - CmdChessRogueType::CmdChessRogueSelectCellCsReq => { - "CmdChessRogueSelectCellCsReq" - } - CmdChessRogueType::CmdEnhanceChessRogueBuffScRsp => { - "CmdEnhanceChessRogueBuffScRsp" - } - CmdChessRogueType::CmdGetChessRogueBuffEnhanceInfoCsReq => { - "CmdGetChessRogueBuffEnhanceInfoCsReq" - } - CmdChessRogueType::CmdChessRogueGoAheadScRsp => "CmdChessRogueGoAheadScRsp", - CmdChessRogueType::CmdGetChessRogueNousStoryInfoScRsp => { - "CmdGetChessRogueNousStoryInfoScRsp" - } - CmdChessRogueType::CmdChessRogueNousEditDiceScRsp => { - "CmdChessRogueNousEditDiceScRsp" - } - CmdChessRogueType::CmdChessRogueSelectBpScRsp => "CmdChessRogueSelectBpScRsp", - CmdChessRogueType::CmdChessRogueEnterCsReq => "CmdChessRogueEnterCsReq", - CmdChessRogueType::CmdChessRogueEnterNextLayerCsReq => { - "CmdChessRogueEnterNextLayerCsReq" - } - CmdChessRogueType::CmdChessRogueReviveAvatarCsReq => { - "CmdChessRogueReviveAvatarCsReq" - } - CmdChessRogueType::CmdChessRogueNousEnableRogueTalentCsReq => { - "CmdChessRogueNousEnableRogueTalentCsReq" - } - CmdChessRogueType::CmdChessRogueNousEnableRogueTalentScRsp => { - "CmdChessRogueNousEnableRogueTalentScRsp" - } - CmdChessRogueType::CmdFinishChessRogueNousSubStoryScRsp => { - "CmdFinishChessRogueNousSubStoryScRsp" - } - CmdChessRogueType::CmdChessRogueGiveUpCsReq => "CmdChessRogueGiveUpCsReq", - CmdChessRogueType::CmdChessRogueReRollDiceScRsp => { - "CmdChessRogueReRollDiceScRsp" - } - CmdChessRogueType::CmdSelectChessRogueSubStoryScRsp => { - "CmdSelectChessRogueSubStoryScRsp" - } - CmdChessRogueType::CmdChessRogueQueryBpScRsp => "CmdChessRogueQueryBpScRsp", - CmdChessRogueType::CmdEnterChessRogueAeonRoomScRsp => { - "CmdEnterChessRogueAeonRoomScRsp" - } - CmdChessRogueType::CmdChessRogueLayerAccountInfoNotify => { - "CmdChessRogueLayerAccountInfoNotify" - } - CmdChessRogueType::CmdChessRogueNousGetRogueTalentInfoCsReq => { - "CmdChessRogueNousGetRogueTalentInfoCsReq" - } - CmdChessRogueType::CmdChessRogueConfirmRollScRsp => { - "CmdChessRogueConfirmRollScRsp" - } - CmdChessRogueType::CmdChessRogueStartScRsp => "CmdChessRogueStartScRsp", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdChessRogueTypeNone" => Some(Self::None), - "CmdChessRogueQueryBpCsReq" => Some(Self::CmdChessRogueQueryBpCsReq), - "CmdChessRogueGoAheadCsReq" => Some(Self::CmdChessRogueGoAheadCsReq), - "CmdSelectChessRogueSubStoryCsReq" => { - Some(Self::CmdSelectChessRogueSubStoryCsReq) - } - "CmdChessRogueCheatRollCsReq" => Some(Self::CmdChessRogueCheatRollCsReq), - "CmdFinishChessRogueNousSubStoryCsReq" => { - Some(Self::CmdFinishChessRogueNousSubStoryCsReq) - } - "CmdChessRogueQueryAeonDimensionsCsReq" => { - Some(Self::CmdChessRogueQueryAeonDimensionsCsReq) - } - "CmdGetChessRogueStoryAeonTalkInfoCsReq" => { - Some(Self::CmdGetChessRogueStoryAeonTalkInfoCsReq) - } - "CmdFinishChessRogueSubStoryCsReq" => { - Some(Self::CmdFinishChessRogueSubStoryCsReq) - } - "CmdChessRogueMoveCellNotify" => Some(Self::CmdChessRogueMoveCellNotify), - "CmdChessRogueEnterScRsp" => Some(Self::CmdChessRogueEnterScRsp), - "CmdChessRogueChangeyAeonDimensionNotify" => { - Some(Self::CmdChessRogueChangeyAeonDimensionNotify) - } - "CmdChessRogueUpdateAllowedSelectCellScNotify" => { - Some(Self::CmdChessRogueUpdateAllowedSelectCellScNotify) - } - "CmdSelectChessRogueNousSubStoryCsReq" => { - Some(Self::CmdSelectChessRogueNousSubStoryCsReq) - } - "CmdChessRogueUpdateUnlockLevelScNotify" => { - Some(Self::CmdChessRogueUpdateUnlockLevelScNotify) - } - "CmdChessRogueUpdateLevelBaseInfoScNotify" => { - Some(Self::CmdChessRogueUpdateLevelBaseInfoScNotify) - } - "CmdChessRogueEnterCellScRsp" => Some(Self::CmdChessRogueEnterCellScRsp), - "CmdChessRogueUpdateReviveInfoScNotify" => { - Some(Self::CmdChessRogueUpdateReviveInfoScNotify) - } - "CmdChessRogueUpdateMoneyInfoScNotify" => { - Some(Self::CmdChessRogueUpdateMoneyInfoScNotify) - } - "CmdChessRogueQuitScRsp" => Some(Self::CmdChessRogueQuitScRsp), - "CmdChessRogueLeaveCsReq" => Some(Self::CmdChessRogueLeaveCsReq), - "CmdChessRoguePickAvatarCsReq" => Some(Self::CmdChessRoguePickAvatarCsReq), - "CmdChessRogueLeaveScRsp" => Some(Self::CmdChessRogueLeaveScRsp), - "CmdChessRoguePickAvatarScRsp" => Some(Self::CmdChessRoguePickAvatarScRsp), - "CmdSyncChessRogueNousValueScNotify" => { - Some(Self::CmdSyncChessRogueNousValueScNotify) - } - "CmdChessRogueNousDiceSurfaceUnlockNotify" => { - Some(Self::CmdChessRogueNousDiceSurfaceUnlockNotify) - } - "CmdSyncChessRogueNousMainStoryScNotify" => { - Some(Self::CmdSyncChessRogueNousMainStoryScNotify) - } - "CmdChessRogueGiveUpScRsp" => Some(Self::CmdChessRogueGiveUpScRsp), - "CmdEnhanceChessRogueBuffCsReq" => Some(Self::CmdEnhanceChessRogueBuffCsReq), - "CmdChessRogueNousEditDiceCsReq" => { - Some(Self::CmdChessRogueNousEditDiceCsReq) - } - "CmdChessRogueQuestFinishNotify" => { - Some(Self::CmdChessRogueQuestFinishNotify) - } - "CmdChessRogueUpdateDiceInfoScNotify" => { - Some(Self::CmdChessRogueUpdateDiceInfoScNotify) - } - "CmdGetChessRogueStoryInfoScRsp" => { - Some(Self::CmdGetChessRogueStoryInfoScRsp) - } - "CmdChessRogueUpdateDicePassiveAccumulateValueScNotify" => { - Some(Self::CmdChessRogueUpdateDicePassiveAccumulateValueScNotify) - } - "CmdChessRogueFinishCurRoomNotify" => { - Some(Self::CmdChessRogueFinishCurRoomNotify) - } - "CmdChessRogueReRollDiceCsReq" => Some(Self::CmdChessRogueReRollDiceCsReq), - "CmdGetChessRogueBuffEnhanceInfoScRsp" => { - Some(Self::CmdGetChessRogueBuffEnhanceInfoScRsp) - } - "CmdChessRogueSkipTeachingLevelCsReq" => { - Some(Self::CmdChessRogueSkipTeachingLevelCsReq) - } - "CmdSyncChessRogueMainStoryFinishScNotify" => { - Some(Self::CmdSyncChessRogueMainStoryFinishScNotify) - } - "CmdChessRogueReviveAvatarScRsp" => { - Some(Self::CmdChessRogueReviveAvatarScRsp) - } - "CmdChessRogueNousGetRogueTalentInfoScRsp" => { - Some(Self::CmdChessRogueNousGetRogueTalentInfoScRsp) - } - "CmdSyncChessRogueNousSubStoryScNotify" => { - Some(Self::CmdSyncChessRogueNousSubStoryScNotify) - } - "CmdChessRogueSelectBpCsReq" => Some(Self::CmdChessRogueSelectBpCsReq), - "CmdChessRogueUpdateActionPointScNotify" => { - Some(Self::CmdChessRogueUpdateActionPointScNotify) - } - "CmdChessRogueGiveUpRollScRsp" => Some(Self::CmdChessRogueGiveUpRollScRsp), - "CmdChessRogueEnterCellCsReq" => Some(Self::CmdChessRogueEnterCellCsReq), - "CmdFinishChessRogueSubStoryScRsp" => { - Some(Self::CmdFinishChessRogueSubStoryScRsp) - } - "CmdChessRogueEnterNextLayerScRsp" => { - Some(Self::CmdChessRogueEnterNextLayerScRsp) - } - "CmdChessRogueQueryCsReq" => Some(Self::CmdChessRogueQueryCsReq), - "CmdGetChessRogueStoryInfoCsReq" => { - Some(Self::CmdGetChessRogueStoryInfoCsReq) - } - "CmdChessRogueCellUpdateNotify" => Some(Self::CmdChessRogueCellUpdateNotify), - "CmdChessRogueCheatRollScRsp" => Some(Self::CmdChessRogueCheatRollScRsp), - "CmdGetChessRogueNousStoryInfoCsReq" => { - Some(Self::CmdGetChessRogueNousStoryInfoCsReq) - } - "CmdChessRogueQuitCsReq" => Some(Self::CmdChessRogueQuitCsReq), - "CmdChessRogueQueryScRsp" => Some(Self::CmdChessRogueQueryScRsp), - "CmdChessRogueNousDiceUpdateNotify" => { - Some(Self::CmdChessRogueNousDiceUpdateNotify) - } - "CmdChessRogueStartCsReq" => Some(Self::CmdChessRogueStartCsReq), - "CmdChessRogueUpdateBoardScNotify" => { - Some(Self::CmdChessRogueUpdateBoardScNotify) - } - "CmdEnterChessRogueAeonRoomCsReq" => { - Some(Self::CmdEnterChessRogueAeonRoomCsReq) - } - "CmdSelectChessRogueNousSubStoryScRsp" => { - Some(Self::CmdSelectChessRogueNousSubStoryScRsp) - } - "CmdChessRogueConfirmRollCsReq" => Some(Self::CmdChessRogueConfirmRollCsReq), - "CmdChessRogueRollDiceCsReq" => Some(Self::CmdChessRogueRollDiceCsReq), - "CmdChessRogueSkipTeachingLevelScRsp" => { - Some(Self::CmdChessRogueSkipTeachingLevelScRsp) - } - "CmdChessRogueSelectCellScRsp" => Some(Self::CmdChessRogueSelectCellScRsp), - "CmdChessRogueQueryAeonDimensionsScRsp" => { - Some(Self::CmdChessRogueQueryAeonDimensionsScRsp) - } - "CmdChessRogueRollDiceScRsp" => Some(Self::CmdChessRogueRollDiceScRsp), - "CmdChessRogueUpdateAeonModifierValueScNotify" => { - Some(Self::CmdChessRogueUpdateAeonModifierValueScNotify) - } - "CmdGetChessRogueStoryAeonTalkInfoScRsp" => { - Some(Self::CmdGetChessRogueStoryAeonTalkInfoScRsp) - } - "CmdChessRogueGiveUpRollCsReq" => Some(Self::CmdChessRogueGiveUpRollCsReq), - "CmdChessRogueSelectCellCsReq" => Some(Self::CmdChessRogueSelectCellCsReq), - "CmdEnhanceChessRogueBuffScRsp" => Some(Self::CmdEnhanceChessRogueBuffScRsp), - "CmdGetChessRogueBuffEnhanceInfoCsReq" => { - Some(Self::CmdGetChessRogueBuffEnhanceInfoCsReq) - } - "CmdChessRogueGoAheadScRsp" => Some(Self::CmdChessRogueGoAheadScRsp), - "CmdGetChessRogueNousStoryInfoScRsp" => { - Some(Self::CmdGetChessRogueNousStoryInfoScRsp) - } - "CmdChessRogueNousEditDiceScRsp" => { - Some(Self::CmdChessRogueNousEditDiceScRsp) - } - "CmdChessRogueSelectBpScRsp" => Some(Self::CmdChessRogueSelectBpScRsp), - "CmdChessRogueEnterCsReq" => Some(Self::CmdChessRogueEnterCsReq), - "CmdChessRogueEnterNextLayerCsReq" => { - Some(Self::CmdChessRogueEnterNextLayerCsReq) - } - "CmdChessRogueReviveAvatarCsReq" => { - Some(Self::CmdChessRogueReviveAvatarCsReq) - } - "CmdChessRogueNousEnableRogueTalentCsReq" => { - Some(Self::CmdChessRogueNousEnableRogueTalentCsReq) - } - "CmdChessRogueNousEnableRogueTalentScRsp" => { - Some(Self::CmdChessRogueNousEnableRogueTalentScRsp) - } - "CmdFinishChessRogueNousSubStoryScRsp" => { - Some(Self::CmdFinishChessRogueNousSubStoryScRsp) - } - "CmdChessRogueGiveUpCsReq" => Some(Self::CmdChessRogueGiveUpCsReq), - "CmdChessRogueReRollDiceScRsp" => Some(Self::CmdChessRogueReRollDiceScRsp), - "CmdSelectChessRogueSubStoryScRsp" => { - Some(Self::CmdSelectChessRogueSubStoryScRsp) - } - "CmdChessRogueQueryBpScRsp" => Some(Self::CmdChessRogueQueryBpScRsp), - "CmdEnterChessRogueAeonRoomScRsp" => { - Some(Self::CmdEnterChessRogueAeonRoomScRsp) - } - "CmdChessRogueLayerAccountInfoNotify" => { - Some(Self::CmdChessRogueLayerAccountInfoNotify) - } - "CmdChessRogueNousGetRogueTalentInfoCsReq" => { - Some(Self::CmdChessRogueNousGetRogueTalentInfoCsReq) - } - "CmdChessRogueConfirmRollScRsp" => Some(Self::CmdChessRogueConfirmRollScRsp), - "CmdChessRogueStartScRsp" => Some(Self::CmdChessRogueStartScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdClockParkType { - None = 0, - CmdClockParkUseBuffCsReq = 7203, - CmdClockParkStartScriptScRsp = 7204, - CmdClockParkQuitScriptCsReq = 7206, - CmdClockParkGetInfoCsReq = 7207, - CmdClockParkUnlockTalentScRsp = 7208, - CmdClockParkUnlockTalentCsReq = 7211, - CmdClockParkQuitScriptScRsp = 7212, - CmdClockParkGetOngoingScriptInfoScRsp = 7220, - CmdClockParkStartScriptCsReq = 7223, - CmdClockParkGetInfoScRsp = 7224, - CmdClockParkFinishScriptScNotify = 7225, - CmdClockParkGetOngoingScriptInfoCsReq = 7234, - CmdClockParkUseBuffScRsp = 7235, - CmdClockParkHandleWaitOperationCsReq = 7236, - CmdClockParkHandleWaitOperationScRsp = 7245, - CmdClockParkBattleEndScNotify = 7248, -} -impl CmdClockParkType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdClockParkType::None => "CmdClockParkTypeNone", - CmdClockParkType::CmdClockParkUseBuffCsReq => "CmdClockParkUseBuffCsReq", - CmdClockParkType::CmdClockParkStartScriptScRsp => { - "CmdClockParkStartScriptScRsp" - } - CmdClockParkType::CmdClockParkQuitScriptCsReq => { - "CmdClockParkQuitScriptCsReq" - } - CmdClockParkType::CmdClockParkGetInfoCsReq => "CmdClockParkGetInfoCsReq", - CmdClockParkType::CmdClockParkUnlockTalentScRsp => { - "CmdClockParkUnlockTalentScRsp" - } - CmdClockParkType::CmdClockParkUnlockTalentCsReq => { - "CmdClockParkUnlockTalentCsReq" - } - CmdClockParkType::CmdClockParkQuitScriptScRsp => { - "CmdClockParkQuitScriptScRsp" - } - CmdClockParkType::CmdClockParkGetOngoingScriptInfoScRsp => { - "CmdClockParkGetOngoingScriptInfoScRsp" - } - CmdClockParkType::CmdClockParkStartScriptCsReq => { - "CmdClockParkStartScriptCsReq" - } - CmdClockParkType::CmdClockParkGetInfoScRsp => "CmdClockParkGetInfoScRsp", - CmdClockParkType::CmdClockParkFinishScriptScNotify => { - "CmdClockParkFinishScriptScNotify" - } - CmdClockParkType::CmdClockParkGetOngoingScriptInfoCsReq => { - "CmdClockParkGetOngoingScriptInfoCsReq" - } - CmdClockParkType::CmdClockParkUseBuffScRsp => "CmdClockParkUseBuffScRsp", - CmdClockParkType::CmdClockParkHandleWaitOperationCsReq => { - "CmdClockParkHandleWaitOperationCsReq" - } - CmdClockParkType::CmdClockParkHandleWaitOperationScRsp => { - "CmdClockParkHandleWaitOperationScRsp" - } - CmdClockParkType::CmdClockParkBattleEndScNotify => { - "CmdClockParkBattleEndScNotify" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdClockParkTypeNone" => Some(Self::None), - "CmdClockParkUseBuffCsReq" => Some(Self::CmdClockParkUseBuffCsReq), - "CmdClockParkStartScriptScRsp" => Some(Self::CmdClockParkStartScriptScRsp), - "CmdClockParkQuitScriptCsReq" => Some(Self::CmdClockParkQuitScriptCsReq), - "CmdClockParkGetInfoCsReq" => Some(Self::CmdClockParkGetInfoCsReq), - "CmdClockParkUnlockTalentScRsp" => Some(Self::CmdClockParkUnlockTalentScRsp), - "CmdClockParkUnlockTalentCsReq" => Some(Self::CmdClockParkUnlockTalentCsReq), - "CmdClockParkQuitScriptScRsp" => Some(Self::CmdClockParkQuitScriptScRsp), - "CmdClockParkGetOngoingScriptInfoScRsp" => { - Some(Self::CmdClockParkGetOngoingScriptInfoScRsp) - } - "CmdClockParkStartScriptCsReq" => Some(Self::CmdClockParkStartScriptCsReq), - "CmdClockParkGetInfoScRsp" => Some(Self::CmdClockParkGetInfoScRsp), - "CmdClockParkFinishScriptScNotify" => { - Some(Self::CmdClockParkFinishScriptScNotify) - } - "CmdClockParkGetOngoingScriptInfoCsReq" => { - Some(Self::CmdClockParkGetOngoingScriptInfoCsReq) - } - "CmdClockParkUseBuffScRsp" => Some(Self::CmdClockParkUseBuffScRsp), - "CmdClockParkHandleWaitOperationCsReq" => { - Some(Self::CmdClockParkHandleWaitOperationCsReq) - } - "CmdClockParkHandleWaitOperationScRsp" => { - Some(Self::CmdClockParkHandleWaitOperationScRsp) - } - "CmdClockParkBattleEndScNotify" => Some(Self::CmdClockParkBattleEndScNotify), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdContentPackageType { - None = 0, - CmdContentPackageGetDataCsReq = 7507, - CmdContentPackageTransferScNotify = 7508, - CmdContentPackageUnlockScRsp = 7511, - CmdContentPackageSyncDataScNotify = 7515, - CmdContentPackageUnlockCsReq = 7517, - CmdContentPackageGetDataScRsp = 7524, -} -impl CmdContentPackageType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdContentPackageType::None => "CmdContentPackageTypeNone", - CmdContentPackageType::CmdContentPackageGetDataCsReq => { - "CmdContentPackageGetDataCsReq" - } - CmdContentPackageType::CmdContentPackageTransferScNotify => { - "CmdContentPackageTransferScNotify" - } - CmdContentPackageType::CmdContentPackageUnlockScRsp => { - "CmdContentPackageUnlockScRsp" - } - CmdContentPackageType::CmdContentPackageSyncDataScNotify => { - "CmdContentPackageSyncDataScNotify" - } - CmdContentPackageType::CmdContentPackageUnlockCsReq => { - "CmdContentPackageUnlockCsReq" - } - CmdContentPackageType::CmdContentPackageGetDataScRsp => { - "CmdContentPackageGetDataScRsp" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdContentPackageTypeNone" => Some(Self::None), - "CmdContentPackageGetDataCsReq" => Some(Self::CmdContentPackageGetDataCsReq), - "CmdContentPackageTransferScNotify" => { - Some(Self::CmdContentPackageTransferScNotify) - } - "CmdContentPackageUnlockScRsp" => Some(Self::CmdContentPackageUnlockScRsp), - "CmdContentPackageSyncDataScNotify" => { - Some(Self::CmdContentPackageSyncDataScNotify) - } - "CmdContentPackageUnlockCsReq" => Some(Self::CmdContentPackageUnlockCsReq), - "CmdContentPackageGetDataScRsp" => Some(Self::CmdContentPackageGetDataScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdDailyActiveType { - None = 0, - CmdTakeApRewardScRsp = 3306, - CmdGetDailyActiveInfoCsReq = 3311, - CmdTakeAllApRewardScRsp = 3339, - CmdGetDailyActiveInfoScRsp = 3343, - CmdDailyActiveInfoNotify = 3356, - CmdTakeApRewardCsReq = 3368, - CmdTakeAllApRewardCsReq = 3393, -} -impl CmdDailyActiveType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdDailyActiveType::None => "CmdDailyActiveTypeNone", - CmdDailyActiveType::CmdTakeApRewardScRsp => "CmdTakeApRewardScRsp", - CmdDailyActiveType::CmdGetDailyActiveInfoCsReq => { - "CmdGetDailyActiveInfoCsReq" - } - CmdDailyActiveType::CmdTakeAllApRewardScRsp => "CmdTakeAllApRewardScRsp", - CmdDailyActiveType::CmdGetDailyActiveInfoScRsp => { - "CmdGetDailyActiveInfoScRsp" - } - CmdDailyActiveType::CmdDailyActiveInfoNotify => "CmdDailyActiveInfoNotify", - CmdDailyActiveType::CmdTakeApRewardCsReq => "CmdTakeApRewardCsReq", - CmdDailyActiveType::CmdTakeAllApRewardCsReq => "CmdTakeAllApRewardCsReq", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdDailyActiveTypeNone" => Some(Self::None), - "CmdTakeApRewardScRsp" => Some(Self::CmdTakeApRewardScRsp), - "CmdGetDailyActiveInfoCsReq" => Some(Self::CmdGetDailyActiveInfoCsReq), - "CmdTakeAllApRewardScRsp" => Some(Self::CmdTakeAllApRewardScRsp), - "CmdGetDailyActiveInfoScRsp" => Some(Self::CmdGetDailyActiveInfoScRsp), - "CmdDailyActiveInfoNotify" => Some(Self::CmdDailyActiveInfoNotify), - "CmdTakeApRewardCsReq" => Some(Self::CmdTakeApRewardCsReq), - "CmdTakeAllApRewardCsReq" => Some(Self::CmdTakeAllApRewardCsReq), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdDrinkMakerType { - None = 0, - CmdDrinkMakerUpdateTipsNotify = 6981, - CmdEndDrinkMakerSequenceScRsp = 6982, - CmdGetDrinkMakerDataScRsp = 6983, - CmdEndDrinkMakerSequenceCsReq = 6984, - CmdMakeMissionDrinkScRsp = 6987, - CmdDrinkMakerDayEndScNotify = 6988, - CmdDrinkMakerChallengeScRsp = 6990, - CmdMakeDrinkCsReq = 6992, - CmdDrinkMakerChallengeCsReq = 6993, - CmdMakeMissionDrinkCsReq = 6996, - CmdGetDrinkMakerDataCsReq = 6999, - CmdMakeDrinkScRsp = 7000, -} -impl CmdDrinkMakerType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdDrinkMakerType::None => "CmdDrinkMakerTypeNone", - CmdDrinkMakerType::CmdDrinkMakerUpdateTipsNotify => { - "CmdDrinkMakerUpdateTipsNotify" - } - CmdDrinkMakerType::CmdEndDrinkMakerSequenceScRsp => { - "CmdEndDrinkMakerSequenceScRsp" - } - CmdDrinkMakerType::CmdGetDrinkMakerDataScRsp => "CmdGetDrinkMakerDataScRsp", - CmdDrinkMakerType::CmdEndDrinkMakerSequenceCsReq => { - "CmdEndDrinkMakerSequenceCsReq" - } - CmdDrinkMakerType::CmdMakeMissionDrinkScRsp => "CmdMakeMissionDrinkScRsp", - CmdDrinkMakerType::CmdDrinkMakerDayEndScNotify => { - "CmdDrinkMakerDayEndScNotify" - } - CmdDrinkMakerType::CmdDrinkMakerChallengeScRsp => { - "CmdDrinkMakerChallengeScRsp" - } - CmdDrinkMakerType::CmdMakeDrinkCsReq => "CmdMakeDrinkCsReq", - CmdDrinkMakerType::CmdDrinkMakerChallengeCsReq => { - "CmdDrinkMakerChallengeCsReq" - } - CmdDrinkMakerType::CmdMakeMissionDrinkCsReq => "CmdMakeMissionDrinkCsReq", - CmdDrinkMakerType::CmdGetDrinkMakerDataCsReq => "CmdGetDrinkMakerDataCsReq", - CmdDrinkMakerType::CmdMakeDrinkScRsp => "CmdMakeDrinkScRsp", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdDrinkMakerTypeNone" => Some(Self::None), - "CmdDrinkMakerUpdateTipsNotify" => Some(Self::CmdDrinkMakerUpdateTipsNotify), - "CmdEndDrinkMakerSequenceScRsp" => Some(Self::CmdEndDrinkMakerSequenceScRsp), - "CmdGetDrinkMakerDataScRsp" => Some(Self::CmdGetDrinkMakerDataScRsp), - "CmdEndDrinkMakerSequenceCsReq" => Some(Self::CmdEndDrinkMakerSequenceCsReq), - "CmdMakeMissionDrinkScRsp" => Some(Self::CmdMakeMissionDrinkScRsp), - "CmdDrinkMakerDayEndScNotify" => Some(Self::CmdDrinkMakerDayEndScNotify), - "CmdDrinkMakerChallengeScRsp" => Some(Self::CmdDrinkMakerChallengeScRsp), - "CmdMakeDrinkCsReq" => Some(Self::CmdMakeDrinkCsReq), - "CmdDrinkMakerChallengeCsReq" => Some(Self::CmdDrinkMakerChallengeCsReq), - "CmdMakeMissionDrinkCsReq" => Some(Self::CmdMakeMissionDrinkCsReq), - "CmdGetDrinkMakerDataCsReq" => Some(Self::CmdGetDrinkMakerDataCsReq), - "CmdMakeDrinkScRsp" => Some(Self::CmdMakeDrinkScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdEvolveBuild { - None = 0, - ShopAbilityDownScRsp = 7103, - GiveupScRsp = 7104, - ShopAbilityUpCsReq = 7105, - ReRandomStageScRsp = 7106, - QueryInfoCsReq = 7107, - StartStageScRsp = 7108, - StartStageCsReq = 7111, - StartLevelCsReq = 7115, - StartLevelScRsp = 7117, - LeaveScRsp = 7120, - ShopAbilityDownCsReq = 7121, - GiveupCsReq = 7123, - QueryInfoScRsp = 7124, - TakeExpRewardScRsp = 7125, - CoinNotify = 7127, - ShopAbilityResetCsReq = 7133, - LeaveCsReq = 7134, - TakeExpRewardCsReq = 7135, - FinishScNotify = 7136, - ShopAbilityResetScRsp = 7143, - ReRandomStageCsReq = 7145, - ShopAbilityUpScRsp = 7148, - UnlockInfoNotify = 7149, -} -impl CmdEvolveBuild { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdEvolveBuild::None => "CmdEvolveBuildNone", - CmdEvolveBuild::ShopAbilityDownScRsp => "CmdEvolveBuildShopAbilityDownScRsp", - CmdEvolveBuild::GiveupScRsp => "CmdEvolveBuildGiveupScRsp", - CmdEvolveBuild::ShopAbilityUpCsReq => "CmdEvolveBuildShopAbilityUpCsReq", - CmdEvolveBuild::ReRandomStageScRsp => "CmdEvolveBuildReRandomStageScRsp", - CmdEvolveBuild::QueryInfoCsReq => "CmdEvolveBuildQueryInfoCsReq", - CmdEvolveBuild::StartStageScRsp => "CmdEvolveBuildStartStageScRsp", - CmdEvolveBuild::StartStageCsReq => "CmdEvolveBuildStartStageCsReq", - CmdEvolveBuild::StartLevelCsReq => "CmdEvolveBuildStartLevelCsReq", - CmdEvolveBuild::StartLevelScRsp => "CmdEvolveBuildStartLevelScRsp", - CmdEvolveBuild::LeaveScRsp => "CmdEvolveBuildLeaveScRsp", - CmdEvolveBuild::ShopAbilityDownCsReq => "CmdEvolveBuildShopAbilityDownCsReq", - CmdEvolveBuild::GiveupCsReq => "CmdEvolveBuildGiveupCsReq", - CmdEvolveBuild::QueryInfoScRsp => "CmdEvolveBuildQueryInfoScRsp", - CmdEvolveBuild::TakeExpRewardScRsp => "CmdEvolveBuildTakeExpRewardScRsp", - CmdEvolveBuild::CoinNotify => "CmdEvolveBuildCoinNotify", - CmdEvolveBuild::ShopAbilityResetCsReq => { - "CmdEvolveBuildShopAbilityResetCsReq" - } - CmdEvolveBuild::LeaveCsReq => "CmdEvolveBuildLeaveCsReq", - CmdEvolveBuild::TakeExpRewardCsReq => "CmdEvolveBuildTakeExpRewardCsReq", - CmdEvolveBuild::FinishScNotify => "CmdEvolveBuildFinishScNotify", - CmdEvolveBuild::ShopAbilityResetScRsp => { - "CmdEvolveBuildShopAbilityResetScRsp" - } - CmdEvolveBuild::ReRandomStageCsReq => "CmdEvolveBuildReRandomStageCsReq", - CmdEvolveBuild::ShopAbilityUpScRsp => "CmdEvolveBuildShopAbilityUpScRsp", - CmdEvolveBuild::UnlockInfoNotify => "CmdEvolveBuildUnlockInfoNotify", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdEvolveBuildNone" => Some(Self::None), - "CmdEvolveBuildShopAbilityDownScRsp" => Some(Self::ShopAbilityDownScRsp), - "CmdEvolveBuildGiveupScRsp" => Some(Self::GiveupScRsp), - "CmdEvolveBuildShopAbilityUpCsReq" => Some(Self::ShopAbilityUpCsReq), - "CmdEvolveBuildReRandomStageScRsp" => Some(Self::ReRandomStageScRsp), - "CmdEvolveBuildQueryInfoCsReq" => Some(Self::QueryInfoCsReq), - "CmdEvolveBuildStartStageScRsp" => Some(Self::StartStageScRsp), - "CmdEvolveBuildStartStageCsReq" => Some(Self::StartStageCsReq), - "CmdEvolveBuildStartLevelCsReq" => Some(Self::StartLevelCsReq), - "CmdEvolveBuildStartLevelScRsp" => Some(Self::StartLevelScRsp), - "CmdEvolveBuildLeaveScRsp" => Some(Self::LeaveScRsp), - "CmdEvolveBuildShopAbilityDownCsReq" => Some(Self::ShopAbilityDownCsReq), - "CmdEvolveBuildGiveupCsReq" => Some(Self::GiveupCsReq), - "CmdEvolveBuildQueryInfoScRsp" => Some(Self::QueryInfoScRsp), - "CmdEvolveBuildTakeExpRewardScRsp" => Some(Self::TakeExpRewardScRsp), - "CmdEvolveBuildCoinNotify" => Some(Self::CoinNotify), - "CmdEvolveBuildShopAbilityResetCsReq" => Some(Self::ShopAbilityResetCsReq), - "CmdEvolveBuildLeaveCsReq" => Some(Self::LeaveCsReq), - "CmdEvolveBuildTakeExpRewardCsReq" => Some(Self::TakeExpRewardCsReq), - "CmdEvolveBuildFinishScNotify" => Some(Self::FinishScNotify), - "CmdEvolveBuildShopAbilityResetScRsp" => Some(Self::ShopAbilityResetScRsp), - "CmdEvolveBuildReRandomStageCsReq" => Some(Self::ReRandomStageCsReq), - "CmdEvolveBuildShopAbilityUpScRsp" => Some(Self::ShopAbilityUpScRsp), - "CmdEvolveBuildUnlockInfoNotify" => Some(Self::UnlockInfoNotify), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdExpeditionType { - None = 0, - CmdGetExpeditionDataScRsp = 2506, - CmdAcceptExpeditionCsReq = 2511, - CmdTakeMultipleExpeditionRewardScRsp = 2525, - CmdTakeExpeditionRewardScRsp = 2529, - CmdAcceptActivityExpeditionCsReq = 2533, - CmdAcceptMultipleExpeditionCsReq = 2534, - CmdTakeExpeditionRewardCsReq = 2539, - CmdAcceptExpeditionScRsp = 2543, - CmdTakeActivityExpeditionRewardCsReq = 2548, - CmdExpeditionDataChangeScNotify = 2551, - CmdCancelActivityExpeditionCsReq = 2554, - CmdCancelExpeditionCsReq = 2556, - CmdCancelActivityExpeditionScRsp = 2565, - CmdGetExpeditionDataCsReq = 2568, - CmdTakeActivityExpeditionRewardScRsp = 2582, - CmdCancelExpeditionScRsp = 2593, - CmdAcceptMultipleExpeditionScRsp = 2597, - CmdTakeMultipleExpeditionRewardCsReq = 2598, - CmdAcceptActivityExpeditionScRsp = 2599, -} -impl CmdExpeditionType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdExpeditionType::None => "CmdExpeditionTypeNone", - CmdExpeditionType::CmdGetExpeditionDataScRsp => "CmdGetExpeditionDataScRsp", - CmdExpeditionType::CmdAcceptExpeditionCsReq => "CmdAcceptExpeditionCsReq", - CmdExpeditionType::CmdTakeMultipleExpeditionRewardScRsp => { - "CmdTakeMultipleExpeditionRewardScRsp" - } - CmdExpeditionType::CmdTakeExpeditionRewardScRsp => { - "CmdTakeExpeditionRewardScRsp" - } - CmdExpeditionType::CmdAcceptActivityExpeditionCsReq => { - "CmdAcceptActivityExpeditionCsReq" - } - CmdExpeditionType::CmdAcceptMultipleExpeditionCsReq => { - "CmdAcceptMultipleExpeditionCsReq" - } - CmdExpeditionType::CmdTakeExpeditionRewardCsReq => { - "CmdTakeExpeditionRewardCsReq" - } - CmdExpeditionType::CmdAcceptExpeditionScRsp => "CmdAcceptExpeditionScRsp", - CmdExpeditionType::CmdTakeActivityExpeditionRewardCsReq => { - "CmdTakeActivityExpeditionRewardCsReq" - } - CmdExpeditionType::CmdExpeditionDataChangeScNotify => { - "CmdExpeditionDataChangeScNotify" - } - CmdExpeditionType::CmdCancelActivityExpeditionCsReq => { - "CmdCancelActivityExpeditionCsReq" - } - CmdExpeditionType::CmdCancelExpeditionCsReq => "CmdCancelExpeditionCsReq", - CmdExpeditionType::CmdCancelActivityExpeditionScRsp => { - "CmdCancelActivityExpeditionScRsp" - } - CmdExpeditionType::CmdGetExpeditionDataCsReq => "CmdGetExpeditionDataCsReq", - CmdExpeditionType::CmdTakeActivityExpeditionRewardScRsp => { - "CmdTakeActivityExpeditionRewardScRsp" - } - CmdExpeditionType::CmdCancelExpeditionScRsp => "CmdCancelExpeditionScRsp", - CmdExpeditionType::CmdAcceptMultipleExpeditionScRsp => { - "CmdAcceptMultipleExpeditionScRsp" - } - CmdExpeditionType::CmdTakeMultipleExpeditionRewardCsReq => { - "CmdTakeMultipleExpeditionRewardCsReq" - } - CmdExpeditionType::CmdAcceptActivityExpeditionScRsp => { - "CmdAcceptActivityExpeditionScRsp" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdExpeditionTypeNone" => Some(Self::None), - "CmdGetExpeditionDataScRsp" => Some(Self::CmdGetExpeditionDataScRsp), - "CmdAcceptExpeditionCsReq" => Some(Self::CmdAcceptExpeditionCsReq), - "CmdTakeMultipleExpeditionRewardScRsp" => { - Some(Self::CmdTakeMultipleExpeditionRewardScRsp) - } - "CmdTakeExpeditionRewardScRsp" => Some(Self::CmdTakeExpeditionRewardScRsp), - "CmdAcceptActivityExpeditionCsReq" => { - Some(Self::CmdAcceptActivityExpeditionCsReq) - } - "CmdAcceptMultipleExpeditionCsReq" => { - Some(Self::CmdAcceptMultipleExpeditionCsReq) - } - "CmdTakeExpeditionRewardCsReq" => Some(Self::CmdTakeExpeditionRewardCsReq), - "CmdAcceptExpeditionScRsp" => Some(Self::CmdAcceptExpeditionScRsp), - "CmdTakeActivityExpeditionRewardCsReq" => { - Some(Self::CmdTakeActivityExpeditionRewardCsReq) - } - "CmdExpeditionDataChangeScNotify" => { - Some(Self::CmdExpeditionDataChangeScNotify) - } - "CmdCancelActivityExpeditionCsReq" => { - Some(Self::CmdCancelActivityExpeditionCsReq) - } - "CmdCancelExpeditionCsReq" => Some(Self::CmdCancelExpeditionCsReq), - "CmdCancelActivityExpeditionScRsp" => { - Some(Self::CmdCancelActivityExpeditionScRsp) - } - "CmdGetExpeditionDataCsReq" => Some(Self::CmdGetExpeditionDataCsReq), - "CmdTakeActivityExpeditionRewardScRsp" => { - Some(Self::CmdTakeActivityExpeditionRewardScRsp) - } - "CmdCancelExpeditionScRsp" => Some(Self::CmdCancelExpeditionScRsp), - "CmdAcceptMultipleExpeditionScRsp" => { - Some(Self::CmdAcceptMultipleExpeditionScRsp) - } - "CmdTakeMultipleExpeditionRewardCsReq" => { - Some(Self::CmdTakeMultipleExpeditionRewardCsReq) - } - "CmdAcceptActivityExpeditionScRsp" => { - Some(Self::CmdAcceptActivityExpeditionScRsp) - } - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdFantasticStoryActivityType { - None = 0, - CmdGetFantasticStoryActivityDataScRsp = 4906, - CmdFinishChapterScNotify = 4911, - CmdEnterFantasticStoryActivityStageCsReq = 4943, - CmdEnterFantasticStoryActivityStageScRsp = 4956, - CmdGetFantasticStoryActivityDataCsReq = 4968, - CmdFantasticStoryActivityBattleEndScNotify = 4993, -} -impl CmdFantasticStoryActivityType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdFantasticStoryActivityType::None => "CmdFantasticStoryActivityTypeNone", - CmdFantasticStoryActivityType::CmdGetFantasticStoryActivityDataScRsp => { - "CmdGetFantasticStoryActivityDataScRsp" - } - CmdFantasticStoryActivityType::CmdFinishChapterScNotify => { - "CmdFinishChapterScNotify" - } - CmdFantasticStoryActivityType::CmdEnterFantasticStoryActivityStageCsReq => { - "CmdEnterFantasticStoryActivityStageCsReq" - } - CmdFantasticStoryActivityType::CmdEnterFantasticStoryActivityStageScRsp => { - "CmdEnterFantasticStoryActivityStageScRsp" - } - CmdFantasticStoryActivityType::CmdGetFantasticStoryActivityDataCsReq => { - "CmdGetFantasticStoryActivityDataCsReq" - } - CmdFantasticStoryActivityType::CmdFantasticStoryActivityBattleEndScNotify => { - "CmdFantasticStoryActivityBattleEndScNotify" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdFantasticStoryActivityTypeNone" => Some(Self::None), - "CmdGetFantasticStoryActivityDataScRsp" => { - Some(Self::CmdGetFantasticStoryActivityDataScRsp) - } - "CmdFinishChapterScNotify" => Some(Self::CmdFinishChapterScNotify), - "CmdEnterFantasticStoryActivityStageCsReq" => { - Some(Self::CmdEnterFantasticStoryActivityStageCsReq) - } - "CmdEnterFantasticStoryActivityStageScRsp" => { - Some(Self::CmdEnterFantasticStoryActivityStageScRsp) - } - "CmdGetFantasticStoryActivityDataCsReq" => { - Some(Self::CmdGetFantasticStoryActivityDataCsReq) - } - "CmdFantasticStoryActivityBattleEndScNotify" => { - Some(Self::CmdFantasticStoryActivityBattleEndScNotify) - } - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdFeverTimeActivityType { - None = 0, - CmdEnterFeverTimeActivityStageCsReq = 7151, - CmdGetFeverTimeActivityDataScRsp = 7152, - CmdEnterFeverTimeActivityStageScRsp = 7154, - CmdFeverTimeActivityBattleEndScNotify = 7159, - CmdGetFeverTimeActivityDataCsReq = 7160, -} -impl CmdFeverTimeActivityType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdFeverTimeActivityType::None => "CmdFeverTimeActivityTypeNone", - CmdFeverTimeActivityType::CmdEnterFeverTimeActivityStageCsReq => { - "CmdEnterFeverTimeActivityStageCsReq" - } - CmdFeverTimeActivityType::CmdGetFeverTimeActivityDataScRsp => { - "CmdGetFeverTimeActivityDataScRsp" - } - CmdFeverTimeActivityType::CmdEnterFeverTimeActivityStageScRsp => { - "CmdEnterFeverTimeActivityStageScRsp" - } - CmdFeverTimeActivityType::CmdFeverTimeActivityBattleEndScNotify => { - "CmdFeverTimeActivityBattleEndScNotify" - } - CmdFeverTimeActivityType::CmdGetFeverTimeActivityDataCsReq => { - "CmdGetFeverTimeActivityDataCsReq" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdFeverTimeActivityTypeNone" => Some(Self::None), - "CmdEnterFeverTimeActivityStageCsReq" => { - Some(Self::CmdEnterFeverTimeActivityStageCsReq) - } - "CmdGetFeverTimeActivityDataScRsp" => { - Some(Self::CmdGetFeverTimeActivityDataScRsp) - } - "CmdEnterFeverTimeActivityStageScRsp" => { - Some(Self::CmdEnterFeverTimeActivityStageScRsp) - } - "CmdFeverTimeActivityBattleEndScNotify" => { - Some(Self::CmdFeverTimeActivityBattleEndScNotify) - } - "CmdGetFeverTimeActivityDataCsReq" => { - Some(Self::CmdGetFeverTimeActivityDataCsReq) - } - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdFightType { - None = 0, - CmdFightEnterScRsp = 30006, - CmdFightLeaveScNotify = 30011, - CmdFightSessionStopScNotify = 30039, - CmdFightKickOutScNotify = 30043, - CmdFightHeartBeatCsReq = 30056, - CmdFightEnterCsReq = 30068, - CmdFightHeartBeatScRsp = 30093, -} -impl CmdFightType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdFightType::None => "CmdFightTypeNone", - CmdFightType::CmdFightEnterScRsp => "CmdFightEnterScRsp", - CmdFightType::CmdFightLeaveScNotify => "CmdFightLeaveScNotify", - CmdFightType::CmdFightSessionStopScNotify => "CmdFightSessionStopScNotify", - CmdFightType::CmdFightKickOutScNotify => "CmdFightKickOutScNotify", - CmdFightType::CmdFightHeartBeatCsReq => "CmdFightHeartBeatCsReq", - CmdFightType::CmdFightEnterCsReq => "CmdFightEnterCsReq", - CmdFightType::CmdFightHeartBeatScRsp => "CmdFightHeartBeatScRsp", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdFightTypeNone" => Some(Self::None), - "CmdFightEnterScRsp" => Some(Self::CmdFightEnterScRsp), - "CmdFightLeaveScNotify" => Some(Self::CmdFightLeaveScNotify), - "CmdFightSessionStopScNotify" => Some(Self::CmdFightSessionStopScNotify), - "CmdFightKickOutScNotify" => Some(Self::CmdFightKickOutScNotify), - "CmdFightHeartBeatCsReq" => Some(Self::CmdFightHeartBeatCsReq), - "CmdFightEnterCsReq" => Some(Self::CmdFightEnterCsReq), - "CmdFightHeartBeatScRsp" => Some(Self::CmdFightHeartBeatScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdFightActivityType { - None = 0, - CmdGetFightActivityDataScRsp = 3606, - CmdFightActivityDataChangeScNotify = 3611, - CmdTakeFightActivityRewardScRsp = 3639, - CmdEnterFightActivityStageCsReq = 3643, - CmdEnterFightActivityStageScRsp = 3656, - CmdGetFightActivityDataCsReq = 3668, - CmdTakeFightActivityRewardCsReq = 3693, -} -impl CmdFightActivityType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdFightActivityType::None => "CmdFightActivityTypeNone", - CmdFightActivityType::CmdGetFightActivityDataScRsp => { - "CmdGetFightActivityDataScRsp" - } - CmdFightActivityType::CmdFightActivityDataChangeScNotify => { - "CmdFightActivityDataChangeScNotify" - } - CmdFightActivityType::CmdTakeFightActivityRewardScRsp => { - "CmdTakeFightActivityRewardScRsp" - } - CmdFightActivityType::CmdEnterFightActivityStageCsReq => { - "CmdEnterFightActivityStageCsReq" - } - CmdFightActivityType::CmdEnterFightActivityStageScRsp => { - "CmdEnterFightActivityStageScRsp" - } - CmdFightActivityType::CmdGetFightActivityDataCsReq => { - "CmdGetFightActivityDataCsReq" - } - CmdFightActivityType::CmdTakeFightActivityRewardCsReq => { - "CmdTakeFightActivityRewardCsReq" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdFightActivityTypeNone" => Some(Self::None), - "CmdGetFightActivityDataScRsp" => Some(Self::CmdGetFightActivityDataScRsp), - "CmdFightActivityDataChangeScNotify" => { - Some(Self::CmdFightActivityDataChangeScNotify) - } - "CmdTakeFightActivityRewardScRsp" => { - Some(Self::CmdTakeFightActivityRewardScRsp) - } - "CmdEnterFightActivityStageCsReq" => { - Some(Self::CmdEnterFightActivityStageCsReq) - } - "CmdEnterFightActivityStageScRsp" => { - Some(Self::CmdEnterFightActivityStageScRsp) - } - "CmdGetFightActivityDataCsReq" => Some(Self::CmdGetFightActivityDataCsReq), - "CmdTakeFightActivityRewardCsReq" => { - Some(Self::CmdTakeFightActivityRewardCsReq) - } - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdFightFestType { - None = 0, - CmdFightFestUpdateCoinNotify = 7254, - CmdGetFightFestDataCsReq = 7257, - CmdFightFestUnlockSkillNotify = 7258, - CmdFightFestScoreUpdateNotify = 7261, - CmdStartFightFestCsReq = 7265, - CmdStartFightFestScRsp = 7267, - CmdFightFestUpdateChallengeRecordNotify = 7273, - CmdGetFightFestDataScRsp = 7274, -} -impl CmdFightFestType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdFightFestType::None => "CmdFightFestTypeNone", - CmdFightFestType::CmdFightFestUpdateCoinNotify => { - "CmdFightFestUpdateCoinNotify" - } - CmdFightFestType::CmdGetFightFestDataCsReq => "CmdGetFightFestDataCsReq", - CmdFightFestType::CmdFightFestUnlockSkillNotify => { - "CmdFightFestUnlockSkillNotify" - } - CmdFightFestType::CmdFightFestScoreUpdateNotify => { - "CmdFightFestScoreUpdateNotify" - } - CmdFightFestType::CmdStartFightFestCsReq => "CmdStartFightFestCsReq", - CmdFightFestType::CmdStartFightFestScRsp => "CmdStartFightFestScRsp", - CmdFightFestType::CmdFightFestUpdateChallengeRecordNotify => { - "CmdFightFestUpdateChallengeRecordNotify" - } - CmdFightFestType::CmdGetFightFestDataScRsp => "CmdGetFightFestDataScRsp", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdFightFestTypeNone" => Some(Self::None), - "CmdFightFestUpdateCoinNotify" => Some(Self::CmdFightFestUpdateCoinNotify), - "CmdGetFightFestDataCsReq" => Some(Self::CmdGetFightFestDataCsReq), - "CmdFightFestUnlockSkillNotify" => Some(Self::CmdFightFestUnlockSkillNotify), - "CmdFightFestScoreUpdateNotify" => Some(Self::CmdFightFestScoreUpdateNotify), - "CmdStartFightFestCsReq" => Some(Self::CmdStartFightFestCsReq), - "CmdStartFightFestScRsp" => Some(Self::CmdStartFightFestScRsp), - "CmdFightFestUpdateChallengeRecordNotify" => { - Some(Self::CmdFightFestUpdateChallengeRecordNotify) - } - "CmdGetFightFestDataScRsp" => Some(Self::CmdGetFightFestDataScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdFightMathc3Type { - None = 0, - CmdFightMatch3DataScRsp = 30106, - CmdFightMatch3StartCountDownScNotify = 30111, - CmdFightMatch3OpponentDataScNotify = 30129, - CmdFightMatch3ChatScRsp = 30133, - CmdFightMatch3SwapScRsp = 30139, - CmdFightMatch3TurnStartScNotify = 30143, - CmdFightMatch3ChatCsReq = 30151, - CmdFightMatch3ForceUpdateNotify = 30154, - CmdFightMatch3TurnEndScNotify = 30156, - CmdFightMatch3DataCsReq = 30168, - CmdFightMatch3SwapCsReq = 30193, - CmdFightMatch3ChatScNotify = 30199, -} -impl CmdFightMathc3Type { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdFightMathc3Type::None => "CmdFightMathc3TypeNone", - CmdFightMathc3Type::CmdFightMatch3DataScRsp => "CmdFightMatch3DataScRsp", - CmdFightMathc3Type::CmdFightMatch3StartCountDownScNotify => { - "CmdFightMatch3StartCountDownScNotify" - } - CmdFightMathc3Type::CmdFightMatch3OpponentDataScNotify => { - "CmdFightMatch3OpponentDataScNotify" - } - CmdFightMathc3Type::CmdFightMatch3ChatScRsp => "CmdFightMatch3ChatScRsp", - CmdFightMathc3Type::CmdFightMatch3SwapScRsp => "CmdFightMatch3SwapScRsp", - CmdFightMathc3Type::CmdFightMatch3TurnStartScNotify => { - "CmdFightMatch3TurnStartScNotify" - } - CmdFightMathc3Type::CmdFightMatch3ChatCsReq => "CmdFightMatch3ChatCsReq", - CmdFightMathc3Type::CmdFightMatch3ForceUpdateNotify => { - "CmdFightMatch3ForceUpdateNotify" - } - CmdFightMathc3Type::CmdFightMatch3TurnEndScNotify => { - "CmdFightMatch3TurnEndScNotify" - } - CmdFightMathc3Type::CmdFightMatch3DataCsReq => "CmdFightMatch3DataCsReq", - CmdFightMathc3Type::CmdFightMatch3SwapCsReq => "CmdFightMatch3SwapCsReq", - CmdFightMathc3Type::CmdFightMatch3ChatScNotify => { - "CmdFightMatch3ChatScNotify" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdFightMathc3TypeNone" => Some(Self::None), - "CmdFightMatch3DataScRsp" => Some(Self::CmdFightMatch3DataScRsp), - "CmdFightMatch3StartCountDownScNotify" => { - Some(Self::CmdFightMatch3StartCountDownScNotify) - } - "CmdFightMatch3OpponentDataScNotify" => { - Some(Self::CmdFightMatch3OpponentDataScNotify) - } - "CmdFightMatch3ChatScRsp" => Some(Self::CmdFightMatch3ChatScRsp), - "CmdFightMatch3SwapScRsp" => Some(Self::CmdFightMatch3SwapScRsp), - "CmdFightMatch3TurnStartScNotify" => { - Some(Self::CmdFightMatch3TurnStartScNotify) - } - "CmdFightMatch3ChatCsReq" => Some(Self::CmdFightMatch3ChatCsReq), - "CmdFightMatch3ForceUpdateNotify" => { - Some(Self::CmdFightMatch3ForceUpdateNotify) - } - "CmdFightMatch3TurnEndScNotify" => Some(Self::CmdFightMatch3TurnEndScNotify), - "CmdFightMatch3DataCsReq" => Some(Self::CmdFightMatch3DataCsReq), - "CmdFightMatch3SwapCsReq" => Some(Self::CmdFightMatch3SwapCsReq), - "CmdFightMatch3ChatScNotify" => Some(Self::CmdFightMatch3ChatScNotify), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdFriendType { - None = 0, - CmdGetFriendDevelopmentInfoCsReq = 2903, - CmdGetFriendListInfoScRsp = 2906, - CmdGetFriendChallengeDetailScRsp = 2907, - CmdSearchPlayerCsReq = 2908, - CmdDeleteBlacklistCsReq = 2909, - CmdGetPlayerDetailInfoCsReq = 2911, - CmdTakeAssistRewardScRsp = 2912, - CmdSetForbidOtherApplyFriendCsReq = 2915, - CmdGetAssistListScRsp = 2916, - CmdSetFriendRemarkNameCsReq = 2917, - CmdSetAssistScRsp = 2923, - CmdGetFriendRecommendListInfoScRsp = 2924, - CmdGetFriendRecommendListInfoCsReq = 2925, - CmdGetFriendDevelopmentInfoScRsp = 2926, - CmdReportPlayerScRsp = 2928, - CmdApplyFriendScRsp = 2929, - CmdCurAssistChangedNotify = 2930, - CmdGetFriendBattleRecordDetailScRsp = 2931, - CmdGetAssistListCsReq = 2932, - CmdHandleFriendCsReq = 2933, - CmdAddBlacklistCsReq = 2934, - CmdApplyFriendCsReq = 2939, - CmdSetFriendMarkCsReq = 2940, - CmdGetFriendBattleRecordDetailCsReq = 2941, - CmdGetPlayerDetailInfoScRsp = 2943, - CmdGetAssistHistoryScRsp = 2945, - CmdTakeAssistRewardCsReq = 2946, - CmdGetFriendChallengeLineupScRsp = 2947, - CmdDeleteFriendScRsp = 2948, - CmdGetAssistHistoryCsReq = 2949, - CmdSyncApplyFriendScNotify = 2951, - CmdGetFriendAssistListScRsp = 2953, - CmdSyncHandleFriendScNotify = 2954, - CmdGetFriendApplyListInfoCsReq = 2956, - CmdGetFriendChallengeLineupCsReq = 2958, - CmdGetFriendChallengeDetailCsReq = 2959, - CmdDeleteFriendCsReq = 2965, - CmdNewAssistHistoryNotify = 2966, - CmdGetFriendLoginInfoScRsp = 2967, - CmdGetFriendListInfoCsReq = 2968, - CmdGetFriendLoginInfoCsReq = 2969, - CmdSetForbidOtherApplyFriendScRsp = 2975, - CmdGetCurAssistScRsp = 2976, - CmdGetCurAssistCsReq = 2978, - CmdSearchPlayerScRsp = 2981, - CmdSyncDeleteFriendScNotify = 2982, - CmdSetAssistCsReq = 2984, - CmdSetFriendMarkScRsp = 2985, - CmdDeleteBlacklistScRsp = 2988, - CmdGetPlatformPlayerInfoScRsp = 2989, - CmdReportPlayerCsReq = 2990, - CmdSetFriendRemarkNameScRsp = 2992, - CmdGetFriendApplyListInfoScRsp = 2993, - CmdGetPlatformPlayerInfoCsReq = 2995, - CmdAddBlacklistScRsp = 2997, - CmdSyncAddBlacklistScNotify = 2998, - CmdHandleFriendScRsp = 2999, - CmdGetFriendAssistListCsReq = 3000, -} -impl CmdFriendType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdFriendType::None => "CmdFriendTypeNone", - CmdFriendType::CmdGetFriendDevelopmentInfoCsReq => { - "CmdGetFriendDevelopmentInfoCsReq" - } - CmdFriendType::CmdGetFriendListInfoScRsp => "CmdGetFriendListInfoScRsp", - CmdFriendType::CmdGetFriendChallengeDetailScRsp => { - "CmdGetFriendChallengeDetailScRsp" - } - CmdFriendType::CmdSearchPlayerCsReq => "CmdSearchPlayerCsReq", - CmdFriendType::CmdDeleteBlacklistCsReq => "CmdDeleteBlacklistCsReq", - CmdFriendType::CmdGetPlayerDetailInfoCsReq => "CmdGetPlayerDetailInfoCsReq", - CmdFriendType::CmdTakeAssistRewardScRsp => "CmdTakeAssistRewardScRsp", - CmdFriendType::CmdSetForbidOtherApplyFriendCsReq => { - "CmdSetForbidOtherApplyFriendCsReq" - } - CmdFriendType::CmdGetAssistListScRsp => "CmdGetAssistListScRsp", - CmdFriendType::CmdSetFriendRemarkNameCsReq => "CmdSetFriendRemarkNameCsReq", - CmdFriendType::CmdSetAssistScRsp => "CmdSetAssistScRsp", - CmdFriendType::CmdGetFriendRecommendListInfoScRsp => { - "CmdGetFriendRecommendListInfoScRsp" - } - CmdFriendType::CmdGetFriendRecommendListInfoCsReq => { - "CmdGetFriendRecommendListInfoCsReq" - } - CmdFriendType::CmdGetFriendDevelopmentInfoScRsp => { - "CmdGetFriendDevelopmentInfoScRsp" - } - CmdFriendType::CmdReportPlayerScRsp => "CmdReportPlayerScRsp", - CmdFriendType::CmdApplyFriendScRsp => "CmdApplyFriendScRsp", - CmdFriendType::CmdCurAssistChangedNotify => "CmdCurAssistChangedNotify", - CmdFriendType::CmdGetFriendBattleRecordDetailScRsp => { - "CmdGetFriendBattleRecordDetailScRsp" - } - CmdFriendType::CmdGetAssistListCsReq => "CmdGetAssistListCsReq", - CmdFriendType::CmdHandleFriendCsReq => "CmdHandleFriendCsReq", - CmdFriendType::CmdAddBlacklistCsReq => "CmdAddBlacklistCsReq", - CmdFriendType::CmdApplyFriendCsReq => "CmdApplyFriendCsReq", - CmdFriendType::CmdSetFriendMarkCsReq => "CmdSetFriendMarkCsReq", - CmdFriendType::CmdGetFriendBattleRecordDetailCsReq => { - "CmdGetFriendBattleRecordDetailCsReq" - } - CmdFriendType::CmdGetPlayerDetailInfoScRsp => "CmdGetPlayerDetailInfoScRsp", - CmdFriendType::CmdGetAssistHistoryScRsp => "CmdGetAssistHistoryScRsp", - CmdFriendType::CmdTakeAssistRewardCsReq => "CmdTakeAssistRewardCsReq", - CmdFriendType::CmdGetFriendChallengeLineupScRsp => { - "CmdGetFriendChallengeLineupScRsp" - } - CmdFriendType::CmdDeleteFriendScRsp => "CmdDeleteFriendScRsp", - CmdFriendType::CmdGetAssistHistoryCsReq => "CmdGetAssistHistoryCsReq", - CmdFriendType::CmdSyncApplyFriendScNotify => "CmdSyncApplyFriendScNotify", - CmdFriendType::CmdGetFriendAssistListScRsp => "CmdGetFriendAssistListScRsp", - CmdFriendType::CmdSyncHandleFriendScNotify => "CmdSyncHandleFriendScNotify", - CmdFriendType::CmdGetFriendApplyListInfoCsReq => { - "CmdGetFriendApplyListInfoCsReq" - } - CmdFriendType::CmdGetFriendChallengeLineupCsReq => { - "CmdGetFriendChallengeLineupCsReq" - } - CmdFriendType::CmdGetFriendChallengeDetailCsReq => { - "CmdGetFriendChallengeDetailCsReq" - } - CmdFriendType::CmdDeleteFriendCsReq => "CmdDeleteFriendCsReq", - CmdFriendType::CmdNewAssistHistoryNotify => "CmdNewAssistHistoryNotify", - CmdFriendType::CmdGetFriendLoginInfoScRsp => "CmdGetFriendLoginInfoScRsp", - CmdFriendType::CmdGetFriendListInfoCsReq => "CmdGetFriendListInfoCsReq", - CmdFriendType::CmdGetFriendLoginInfoCsReq => "CmdGetFriendLoginInfoCsReq", - CmdFriendType::CmdSetForbidOtherApplyFriendScRsp => { - "CmdSetForbidOtherApplyFriendScRsp" - } - CmdFriendType::CmdGetCurAssistScRsp => "CmdGetCurAssistScRsp", - CmdFriendType::CmdGetCurAssistCsReq => "CmdGetCurAssistCsReq", - CmdFriendType::CmdSearchPlayerScRsp => "CmdSearchPlayerScRsp", - CmdFriendType::CmdSyncDeleteFriendScNotify => "CmdSyncDeleteFriendScNotify", - CmdFriendType::CmdSetAssistCsReq => "CmdSetAssistCsReq", - CmdFriendType::CmdSetFriendMarkScRsp => "CmdSetFriendMarkScRsp", - CmdFriendType::CmdDeleteBlacklistScRsp => "CmdDeleteBlacklistScRsp", - CmdFriendType::CmdGetPlatformPlayerInfoScRsp => { - "CmdGetPlatformPlayerInfoScRsp" - } - CmdFriendType::CmdReportPlayerCsReq => "CmdReportPlayerCsReq", - CmdFriendType::CmdSetFriendRemarkNameScRsp => "CmdSetFriendRemarkNameScRsp", - CmdFriendType::CmdGetFriendApplyListInfoScRsp => { - "CmdGetFriendApplyListInfoScRsp" - } - CmdFriendType::CmdGetPlatformPlayerInfoCsReq => { - "CmdGetPlatformPlayerInfoCsReq" - } - CmdFriendType::CmdAddBlacklistScRsp => "CmdAddBlacklistScRsp", - CmdFriendType::CmdSyncAddBlacklistScNotify => "CmdSyncAddBlacklistScNotify", - CmdFriendType::CmdHandleFriendScRsp => "CmdHandleFriendScRsp", - CmdFriendType::CmdGetFriendAssistListCsReq => "CmdGetFriendAssistListCsReq", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdFriendTypeNone" => Some(Self::None), - "CmdGetFriendDevelopmentInfoCsReq" => { - Some(Self::CmdGetFriendDevelopmentInfoCsReq) - } - "CmdGetFriendListInfoScRsp" => Some(Self::CmdGetFriendListInfoScRsp), - "CmdGetFriendChallengeDetailScRsp" => { - Some(Self::CmdGetFriendChallengeDetailScRsp) - } - "CmdSearchPlayerCsReq" => Some(Self::CmdSearchPlayerCsReq), - "CmdDeleteBlacklistCsReq" => Some(Self::CmdDeleteBlacklistCsReq), - "CmdGetPlayerDetailInfoCsReq" => Some(Self::CmdGetPlayerDetailInfoCsReq), - "CmdTakeAssistRewardScRsp" => Some(Self::CmdTakeAssistRewardScRsp), - "CmdSetForbidOtherApplyFriendCsReq" => { - Some(Self::CmdSetForbidOtherApplyFriendCsReq) - } - "CmdGetAssistListScRsp" => Some(Self::CmdGetAssistListScRsp), - "CmdSetFriendRemarkNameCsReq" => Some(Self::CmdSetFriendRemarkNameCsReq), - "CmdSetAssistScRsp" => Some(Self::CmdSetAssistScRsp), - "CmdGetFriendRecommendListInfoScRsp" => { - Some(Self::CmdGetFriendRecommendListInfoScRsp) - } - "CmdGetFriendRecommendListInfoCsReq" => { - Some(Self::CmdGetFriendRecommendListInfoCsReq) - } - "CmdGetFriendDevelopmentInfoScRsp" => { - Some(Self::CmdGetFriendDevelopmentInfoScRsp) - } - "CmdReportPlayerScRsp" => Some(Self::CmdReportPlayerScRsp), - "CmdApplyFriendScRsp" => Some(Self::CmdApplyFriendScRsp), - "CmdCurAssistChangedNotify" => Some(Self::CmdCurAssistChangedNotify), - "CmdGetFriendBattleRecordDetailScRsp" => { - Some(Self::CmdGetFriendBattleRecordDetailScRsp) - } - "CmdGetAssistListCsReq" => Some(Self::CmdGetAssistListCsReq), - "CmdHandleFriendCsReq" => Some(Self::CmdHandleFriendCsReq), - "CmdAddBlacklistCsReq" => Some(Self::CmdAddBlacklistCsReq), - "CmdApplyFriendCsReq" => Some(Self::CmdApplyFriendCsReq), - "CmdSetFriendMarkCsReq" => Some(Self::CmdSetFriendMarkCsReq), - "CmdGetFriendBattleRecordDetailCsReq" => { - Some(Self::CmdGetFriendBattleRecordDetailCsReq) - } - "CmdGetPlayerDetailInfoScRsp" => Some(Self::CmdGetPlayerDetailInfoScRsp), - "CmdGetAssistHistoryScRsp" => Some(Self::CmdGetAssistHistoryScRsp), - "CmdTakeAssistRewardCsReq" => Some(Self::CmdTakeAssistRewardCsReq), - "CmdGetFriendChallengeLineupScRsp" => { - Some(Self::CmdGetFriendChallengeLineupScRsp) - } - "CmdDeleteFriendScRsp" => Some(Self::CmdDeleteFriendScRsp), - "CmdGetAssistHistoryCsReq" => Some(Self::CmdGetAssistHistoryCsReq), - "CmdSyncApplyFriendScNotify" => Some(Self::CmdSyncApplyFriendScNotify), - "CmdGetFriendAssistListScRsp" => Some(Self::CmdGetFriendAssistListScRsp), - "CmdSyncHandleFriendScNotify" => Some(Self::CmdSyncHandleFriendScNotify), - "CmdGetFriendApplyListInfoCsReq" => { - Some(Self::CmdGetFriendApplyListInfoCsReq) - } - "CmdGetFriendChallengeLineupCsReq" => { - Some(Self::CmdGetFriendChallengeLineupCsReq) - } - "CmdGetFriendChallengeDetailCsReq" => { - Some(Self::CmdGetFriendChallengeDetailCsReq) - } - "CmdDeleteFriendCsReq" => Some(Self::CmdDeleteFriendCsReq), - "CmdNewAssistHistoryNotify" => Some(Self::CmdNewAssistHistoryNotify), - "CmdGetFriendLoginInfoScRsp" => Some(Self::CmdGetFriendLoginInfoScRsp), - "CmdGetFriendListInfoCsReq" => Some(Self::CmdGetFriendListInfoCsReq), - "CmdGetFriendLoginInfoCsReq" => Some(Self::CmdGetFriendLoginInfoCsReq), - "CmdSetForbidOtherApplyFriendScRsp" => { - Some(Self::CmdSetForbidOtherApplyFriendScRsp) - } - "CmdGetCurAssistScRsp" => Some(Self::CmdGetCurAssistScRsp), - "CmdGetCurAssistCsReq" => Some(Self::CmdGetCurAssistCsReq), - "CmdSearchPlayerScRsp" => Some(Self::CmdSearchPlayerScRsp), - "CmdSyncDeleteFriendScNotify" => Some(Self::CmdSyncDeleteFriendScNotify), - "CmdSetAssistCsReq" => Some(Self::CmdSetAssistCsReq), - "CmdSetFriendMarkScRsp" => Some(Self::CmdSetFriendMarkScRsp), - "CmdDeleteBlacklistScRsp" => Some(Self::CmdDeleteBlacklistScRsp), - "CmdGetPlatformPlayerInfoScRsp" => Some(Self::CmdGetPlatformPlayerInfoScRsp), - "CmdReportPlayerCsReq" => Some(Self::CmdReportPlayerCsReq), - "CmdSetFriendRemarkNameScRsp" => Some(Self::CmdSetFriendRemarkNameScRsp), - "CmdGetFriendApplyListInfoScRsp" => { - Some(Self::CmdGetFriendApplyListInfoScRsp) - } - "CmdGetPlatformPlayerInfoCsReq" => Some(Self::CmdGetPlatformPlayerInfoCsReq), - "CmdAddBlacklistScRsp" => Some(Self::CmdAddBlacklistScRsp), - "CmdSyncAddBlacklistScNotify" => Some(Self::CmdSyncAddBlacklistScNotify), - "CmdHandleFriendScRsp" => Some(Self::CmdHandleFriendScRsp), - "CmdGetFriendAssistListCsReq" => Some(Self::CmdGetFriendAssistListCsReq), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdGachaType { - None = 0, - CmdGetGachaInfoScRsp = 1906, - CmdDoGachaCsReq = 1911, - CmdExchangeGachaCeilingScRsp = 1929, - CmdExchangeGachaCeilingCsReq = 1939, - CmdDoGachaScRsp = 1943, - CmdGetGachaCeilingCsReq = 1956, - CmdGetGachaInfoCsReq = 1968, - CmdGetGachaCeilingScRsp = 1993, -} -impl CmdGachaType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdGachaType::None => "CmdGachaTypeNone", - CmdGachaType::CmdGetGachaInfoScRsp => "CmdGetGachaInfoScRsp", - CmdGachaType::CmdDoGachaCsReq => "CmdDoGachaCsReq", - CmdGachaType::CmdExchangeGachaCeilingScRsp => "CmdExchangeGachaCeilingScRsp", - CmdGachaType::CmdExchangeGachaCeilingCsReq => "CmdExchangeGachaCeilingCsReq", - CmdGachaType::CmdDoGachaScRsp => "CmdDoGachaScRsp", - CmdGachaType::CmdGetGachaCeilingCsReq => "CmdGetGachaCeilingCsReq", - CmdGachaType::CmdGetGachaInfoCsReq => "CmdGetGachaInfoCsReq", - CmdGachaType::CmdGetGachaCeilingScRsp => "CmdGetGachaCeilingScRsp", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdGachaTypeNone" => Some(Self::None), - "CmdGetGachaInfoScRsp" => Some(Self::CmdGetGachaInfoScRsp), - "CmdDoGachaCsReq" => Some(Self::CmdDoGachaCsReq), - "CmdExchangeGachaCeilingScRsp" => Some(Self::CmdExchangeGachaCeilingScRsp), - "CmdExchangeGachaCeilingCsReq" => Some(Self::CmdExchangeGachaCeilingCsReq), - "CmdDoGachaScRsp" => Some(Self::CmdDoGachaScRsp), - "CmdGetGachaCeilingCsReq" => Some(Self::CmdGetGachaCeilingCsReq), - "CmdGetGachaInfoCsReq" => Some(Self::CmdGetGachaInfoCsReq), - "CmdGetGachaCeilingScRsp" => Some(Self::CmdGetGachaCeilingScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdHeartdialType { - None = 0, - CmdGetHeartDialInfoScRsp = 6306, - CmdChangeScriptEmotionCsReq = 6311, - CmdFinishEmotionDialoguePerformanceScRsp = 6329, - CmdHeartDialTraceScriptCsReq = 6333, - CmdFinishEmotionDialoguePerformanceCsReq = 6339, - CmdChangeScriptEmotionScRsp = 6343, - CmdHeartDialScriptChangeScNotify = 6351, - CmdSubmitEmotionItemCsReq = 6356, - CmdGetHeartDialInfoCsReq = 6368, - CmdSubmitEmotionItemScRsp = 6393, - CmdHeartDialTraceScriptScRsp = 6399, -} -impl CmdHeartdialType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdHeartdialType::None => "CmdHeartdialTypeNone", - CmdHeartdialType::CmdGetHeartDialInfoScRsp => "CmdGetHeartDialInfoScRsp", - CmdHeartdialType::CmdChangeScriptEmotionCsReq => { - "CmdChangeScriptEmotionCsReq" - } - CmdHeartdialType::CmdFinishEmotionDialoguePerformanceScRsp => { - "CmdFinishEmotionDialoguePerformanceScRsp" - } - CmdHeartdialType::CmdHeartDialTraceScriptCsReq => { - "CmdHeartDialTraceScriptCsReq" - } - CmdHeartdialType::CmdFinishEmotionDialoguePerformanceCsReq => { - "CmdFinishEmotionDialoguePerformanceCsReq" - } - CmdHeartdialType::CmdChangeScriptEmotionScRsp => { - "CmdChangeScriptEmotionScRsp" - } - CmdHeartdialType::CmdHeartDialScriptChangeScNotify => { - "CmdHeartDialScriptChangeScNotify" - } - CmdHeartdialType::CmdSubmitEmotionItemCsReq => "CmdSubmitEmotionItemCsReq", - CmdHeartdialType::CmdGetHeartDialInfoCsReq => "CmdGetHeartDialInfoCsReq", - CmdHeartdialType::CmdSubmitEmotionItemScRsp => "CmdSubmitEmotionItemScRsp", - CmdHeartdialType::CmdHeartDialTraceScriptScRsp => { - "CmdHeartDialTraceScriptScRsp" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdHeartdialTypeNone" => Some(Self::None), - "CmdGetHeartDialInfoScRsp" => Some(Self::CmdGetHeartDialInfoScRsp), - "CmdChangeScriptEmotionCsReq" => Some(Self::CmdChangeScriptEmotionCsReq), - "CmdFinishEmotionDialoguePerformanceScRsp" => { - Some(Self::CmdFinishEmotionDialoguePerformanceScRsp) - } - "CmdHeartDialTraceScriptCsReq" => Some(Self::CmdHeartDialTraceScriptCsReq), - "CmdFinishEmotionDialoguePerformanceCsReq" => { - Some(Self::CmdFinishEmotionDialoguePerformanceCsReq) - } - "CmdChangeScriptEmotionScRsp" => Some(Self::CmdChangeScriptEmotionScRsp), - "CmdHeartDialScriptChangeScNotify" => { - Some(Self::CmdHeartDialScriptChangeScNotify) - } - "CmdSubmitEmotionItemCsReq" => Some(Self::CmdSubmitEmotionItemCsReq), - "CmdGetHeartDialInfoCsReq" => Some(Self::CmdGetHeartDialInfoCsReq), - "CmdSubmitEmotionItemScRsp" => Some(Self::CmdSubmitEmotionItemScRsp), - "CmdHeartDialTraceScriptScRsp" => Some(Self::CmdHeartDialTraceScriptScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdHeliobusType { - None = 0, - CmdHeliobusActivityDataScRsp = 5806, - CmdHeliobusLineupUpdateScNotify = 5809, - CmdHeliobusSnsReadCsReq = 5811, - CmdHeliobusEnterBattleScRsp = 5817, - CmdHeliobusEnterBattleCsReq = 5824, - CmdHeliobusChallengeUpdateScNotify = 5828, - CmdHeliobusSnsLikeScRsp = 5829, - CmdHeliobusSnsCommentScRsp = 5833, - CmdHeliobusSelectSkillCsReq = 5834, - CmdHeliobusSnsLikeCsReq = 5839, - CmdHeliobusSnsReadScRsp = 5843, - CmdHeliobusUpgradeLevelScRsp = 5848, - CmdHeliobusSnsCommentCsReq = 5851, - CmdHeliobusInfoChangedScNotify = 5854, - CmdHeliobusSnsPostCsReq = 5856, - CmdHeliobusUpgradeLevelCsReq = 5865, - CmdHeliobusActivityDataCsReq = 5868, - CmdHeliobusUnlockSkillScNotify = 5882, - CmdHeliobusStartRaidScRsp = 5890, - CmdHeliobusStartRaidCsReq = 5892, - CmdHeliobusSnsPostScRsp = 5893, - CmdHeliobusSelectSkillScRsp = 5897, - CmdHeliobusSnsUpdateScNotify = 5899, -} -impl CmdHeliobusType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdHeliobusType::None => "CmdHeliobusTypeNone", - CmdHeliobusType::CmdHeliobusActivityDataScRsp => { - "CmdHeliobusActivityDataScRsp" - } - CmdHeliobusType::CmdHeliobusLineupUpdateScNotify => { - "CmdHeliobusLineupUpdateScNotify" - } - CmdHeliobusType::CmdHeliobusSnsReadCsReq => "CmdHeliobusSnsReadCsReq", - CmdHeliobusType::CmdHeliobusEnterBattleScRsp => "CmdHeliobusEnterBattleScRsp", - CmdHeliobusType::CmdHeliobusEnterBattleCsReq => "CmdHeliobusEnterBattleCsReq", - CmdHeliobusType::CmdHeliobusChallengeUpdateScNotify => { - "CmdHeliobusChallengeUpdateScNotify" - } - CmdHeliobusType::CmdHeliobusSnsLikeScRsp => "CmdHeliobusSnsLikeScRsp", - CmdHeliobusType::CmdHeliobusSnsCommentScRsp => "CmdHeliobusSnsCommentScRsp", - CmdHeliobusType::CmdHeliobusSelectSkillCsReq => "CmdHeliobusSelectSkillCsReq", - CmdHeliobusType::CmdHeliobusSnsLikeCsReq => "CmdHeliobusSnsLikeCsReq", - CmdHeliobusType::CmdHeliobusSnsReadScRsp => "CmdHeliobusSnsReadScRsp", - CmdHeliobusType::CmdHeliobusUpgradeLevelScRsp => { - "CmdHeliobusUpgradeLevelScRsp" - } - CmdHeliobusType::CmdHeliobusSnsCommentCsReq => "CmdHeliobusSnsCommentCsReq", - CmdHeliobusType::CmdHeliobusInfoChangedScNotify => { - "CmdHeliobusInfoChangedScNotify" - } - CmdHeliobusType::CmdHeliobusSnsPostCsReq => "CmdHeliobusSnsPostCsReq", - CmdHeliobusType::CmdHeliobusUpgradeLevelCsReq => { - "CmdHeliobusUpgradeLevelCsReq" - } - CmdHeliobusType::CmdHeliobusActivityDataCsReq => { - "CmdHeliobusActivityDataCsReq" - } - CmdHeliobusType::CmdHeliobusUnlockSkillScNotify => { - "CmdHeliobusUnlockSkillScNotify" - } - CmdHeliobusType::CmdHeliobusStartRaidScRsp => "CmdHeliobusStartRaidScRsp", - CmdHeliobusType::CmdHeliobusStartRaidCsReq => "CmdHeliobusStartRaidCsReq", - CmdHeliobusType::CmdHeliobusSnsPostScRsp => "CmdHeliobusSnsPostScRsp", - CmdHeliobusType::CmdHeliobusSelectSkillScRsp => "CmdHeliobusSelectSkillScRsp", - CmdHeliobusType::CmdHeliobusSnsUpdateScNotify => { - "CmdHeliobusSnsUpdateScNotify" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdHeliobusTypeNone" => Some(Self::None), - "CmdHeliobusActivityDataScRsp" => Some(Self::CmdHeliobusActivityDataScRsp), - "CmdHeliobusLineupUpdateScNotify" => { - Some(Self::CmdHeliobusLineupUpdateScNotify) - } - "CmdHeliobusSnsReadCsReq" => Some(Self::CmdHeliobusSnsReadCsReq), - "CmdHeliobusEnterBattleScRsp" => Some(Self::CmdHeliobusEnterBattleScRsp), - "CmdHeliobusEnterBattleCsReq" => Some(Self::CmdHeliobusEnterBattleCsReq), - "CmdHeliobusChallengeUpdateScNotify" => { - Some(Self::CmdHeliobusChallengeUpdateScNotify) - } - "CmdHeliobusSnsLikeScRsp" => Some(Self::CmdHeliobusSnsLikeScRsp), - "CmdHeliobusSnsCommentScRsp" => Some(Self::CmdHeliobusSnsCommentScRsp), - "CmdHeliobusSelectSkillCsReq" => Some(Self::CmdHeliobusSelectSkillCsReq), - "CmdHeliobusSnsLikeCsReq" => Some(Self::CmdHeliobusSnsLikeCsReq), - "CmdHeliobusSnsReadScRsp" => Some(Self::CmdHeliobusSnsReadScRsp), - "CmdHeliobusUpgradeLevelScRsp" => Some(Self::CmdHeliobusUpgradeLevelScRsp), - "CmdHeliobusSnsCommentCsReq" => Some(Self::CmdHeliobusSnsCommentCsReq), - "CmdHeliobusInfoChangedScNotify" => { - Some(Self::CmdHeliobusInfoChangedScNotify) - } - "CmdHeliobusSnsPostCsReq" => Some(Self::CmdHeliobusSnsPostCsReq), - "CmdHeliobusUpgradeLevelCsReq" => Some(Self::CmdHeliobusUpgradeLevelCsReq), - "CmdHeliobusActivityDataCsReq" => Some(Self::CmdHeliobusActivityDataCsReq), - "CmdHeliobusUnlockSkillScNotify" => { - Some(Self::CmdHeliobusUnlockSkillScNotify) - } - "CmdHeliobusStartRaidScRsp" => Some(Self::CmdHeliobusStartRaidScRsp), - "CmdHeliobusStartRaidCsReq" => Some(Self::CmdHeliobusStartRaidCsReq), - "CmdHeliobusSnsPostScRsp" => Some(Self::CmdHeliobusSnsPostScRsp), - "CmdHeliobusSelectSkillScRsp" => Some(Self::CmdHeliobusSelectSkillScRsp), - "CmdHeliobusSnsUpdateScNotify" => Some(Self::CmdHeliobusSnsUpdateScNotify), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdItemType { - None = 0, - CmdMarkRelicFilterPlanScRsp = 503, - CmdGetBagScRsp = 506, - CmdDeleteRelicFilterPlanCsReq = 507, - CmdGetRecyleTimeCsReq = 508, - CmdComposeSelectedRelicScRsp = 509, - CmdPromoteEquipmentCsReq = 511, - CmdSetTurnFoodSwitchCsReq = 512, - CmdRelicRecommendScRsp = 515, - CmdComposeLimitNumUpdateNotify = 516, - CmdRechargeSuccNotify = 517, - CmdDestroyItemScRsp = 523, - CmdSellItemScRsp = 524, - CmdSellItemCsReq = 525, - CmdRelicFilterPlanClearNameScNotify = 526, - CmdComposeSelectedRelicCsReq = 528, - CmdUseItemScRsp = 529, - CmdSetTurnFoodSwitchScRsp = 530, - CmdMarkRelicFilterPlanCsReq = 531, - CmdComposeLimitNumCompleteNotify = 532, - CmdRankUpEquipmentScRsp = 533, - CmdExpUpRelicScRsp = 534, - CmdUseItemCsReq = 539, - CmdRelicAvatarRecommendScRsp = 540, - CmdDeleteRelicFilterPlanScRsp = 541, - CmdPromoteEquipmentScRsp = 543, - CmdMarkItemScRsp = 545, - CmdSyncTurnFoodNotify = 546, - CmdModifyRelicFilterPlanCsReq = 547, - CmdComposeItemScRsp = 548, - CmdMarkItemCsReq = 549, - CmdRankUpEquipmentCsReq = 551, - CmdAddRelicFilterPlanCsReq = 553, - CmdExpUpEquipmentScRsp = 554, - CmdLockEquipmentCsReq = 556, - CmdAddRelicFilterPlanScRsp = 558, - CmdModifyRelicFilterPlanScRsp = 559, - CmdComposeItemCsReq = 565, - CmdCancelMarkItemNotify = 566, - CmdRelicRecommendCsReq = 567, - CmdGetBagCsReq = 568, - CmdDiscardRelicScRsp = 569, - CmdRelicAvatarRecommendCsReq = 575, - CmdGetMarkItemListScRsp = 576, - CmdGetMarkItemListCsReq = 578, - CmdGetRecyleTimeScRsp = 581, - CmdExpUpRelicCsReq = 582, - CmdDestroyItemCsReq = 584, - CmdGetRelicFilterPlanCsReq = 585, - CmdAddEquipmentScNotify = 588, - CmdDiscardRelicCsReq = 589, - CmdExchangeHcoinScRsp = 590, - CmdExchangeHcoinCsReq = 592, - CmdLockEquipmentScRsp = 593, - CmdGeneralVirtualItemDataNotify = 595, - CmdLockRelicCsReq = 597, - CmdLockRelicScRsp = 598, - CmdExpUpEquipmentCsReq = 599, - CmdGetRelicFilterPlanScRsp = 600, -} -impl CmdItemType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdItemType::None => "CmdItemTypeNone", - CmdItemType::CmdMarkRelicFilterPlanScRsp => "CmdMarkRelicFilterPlanScRsp", - CmdItemType::CmdGetBagScRsp => "CmdGetBagScRsp", - CmdItemType::CmdDeleteRelicFilterPlanCsReq => "CmdDeleteRelicFilterPlanCsReq", - CmdItemType::CmdGetRecyleTimeCsReq => "CmdGetRecyleTimeCsReq", - CmdItemType::CmdComposeSelectedRelicScRsp => "CmdComposeSelectedRelicScRsp", - CmdItemType::CmdPromoteEquipmentCsReq => "CmdPromoteEquipmentCsReq", - CmdItemType::CmdSetTurnFoodSwitchCsReq => "CmdSetTurnFoodSwitchCsReq", - CmdItemType::CmdRelicRecommendScRsp => "CmdRelicRecommendScRsp", - CmdItemType::CmdComposeLimitNumUpdateNotify => { - "CmdComposeLimitNumUpdateNotify" - } - CmdItemType::CmdRechargeSuccNotify => "CmdRechargeSuccNotify", - CmdItemType::CmdDestroyItemScRsp => "CmdDestroyItemScRsp", - CmdItemType::CmdSellItemScRsp => "CmdSellItemScRsp", - CmdItemType::CmdSellItemCsReq => "CmdSellItemCsReq", - CmdItemType::CmdRelicFilterPlanClearNameScNotify => { - "CmdRelicFilterPlanClearNameScNotify" - } - CmdItemType::CmdComposeSelectedRelicCsReq => "CmdComposeSelectedRelicCsReq", - CmdItemType::CmdUseItemScRsp => "CmdUseItemScRsp", - CmdItemType::CmdSetTurnFoodSwitchScRsp => "CmdSetTurnFoodSwitchScRsp", - CmdItemType::CmdMarkRelicFilterPlanCsReq => "CmdMarkRelicFilterPlanCsReq", - CmdItemType::CmdComposeLimitNumCompleteNotify => { - "CmdComposeLimitNumCompleteNotify" - } - CmdItemType::CmdRankUpEquipmentScRsp => "CmdRankUpEquipmentScRsp", - CmdItemType::CmdExpUpRelicScRsp => "CmdExpUpRelicScRsp", - CmdItemType::CmdUseItemCsReq => "CmdUseItemCsReq", - CmdItemType::CmdRelicAvatarRecommendScRsp => "CmdRelicAvatarRecommendScRsp", - CmdItemType::CmdDeleteRelicFilterPlanScRsp => "CmdDeleteRelicFilterPlanScRsp", - CmdItemType::CmdPromoteEquipmentScRsp => "CmdPromoteEquipmentScRsp", - CmdItemType::CmdMarkItemScRsp => "CmdMarkItemScRsp", - CmdItemType::CmdSyncTurnFoodNotify => "CmdSyncTurnFoodNotify", - CmdItemType::CmdModifyRelicFilterPlanCsReq => "CmdModifyRelicFilterPlanCsReq", - CmdItemType::CmdComposeItemScRsp => "CmdComposeItemScRsp", - CmdItemType::CmdMarkItemCsReq => "CmdMarkItemCsReq", - CmdItemType::CmdRankUpEquipmentCsReq => "CmdRankUpEquipmentCsReq", - CmdItemType::CmdAddRelicFilterPlanCsReq => "CmdAddRelicFilterPlanCsReq", - CmdItemType::CmdExpUpEquipmentScRsp => "CmdExpUpEquipmentScRsp", - CmdItemType::CmdLockEquipmentCsReq => "CmdLockEquipmentCsReq", - CmdItemType::CmdAddRelicFilterPlanScRsp => "CmdAddRelicFilterPlanScRsp", - CmdItemType::CmdModifyRelicFilterPlanScRsp => "CmdModifyRelicFilterPlanScRsp", - CmdItemType::CmdComposeItemCsReq => "CmdComposeItemCsReq", - CmdItemType::CmdCancelMarkItemNotify => "CmdCancelMarkItemNotify", - CmdItemType::CmdRelicRecommendCsReq => "CmdRelicRecommendCsReq", - CmdItemType::CmdGetBagCsReq => "CmdGetBagCsReq", - CmdItemType::CmdDiscardRelicScRsp => "CmdDiscardRelicScRsp", - CmdItemType::CmdRelicAvatarRecommendCsReq => "CmdRelicAvatarRecommendCsReq", - CmdItemType::CmdGetMarkItemListScRsp => "CmdGetMarkItemListScRsp", - CmdItemType::CmdGetMarkItemListCsReq => "CmdGetMarkItemListCsReq", - CmdItemType::CmdGetRecyleTimeScRsp => "CmdGetRecyleTimeScRsp", - CmdItemType::CmdExpUpRelicCsReq => "CmdExpUpRelicCsReq", - CmdItemType::CmdDestroyItemCsReq => "CmdDestroyItemCsReq", - CmdItemType::CmdGetRelicFilterPlanCsReq => "CmdGetRelicFilterPlanCsReq", - CmdItemType::CmdAddEquipmentScNotify => "CmdAddEquipmentScNotify", - CmdItemType::CmdDiscardRelicCsReq => "CmdDiscardRelicCsReq", - CmdItemType::CmdExchangeHcoinScRsp => "CmdExchangeHcoinScRsp", - CmdItemType::CmdExchangeHcoinCsReq => "CmdExchangeHcoinCsReq", - CmdItemType::CmdLockEquipmentScRsp => "CmdLockEquipmentScRsp", - CmdItemType::CmdGeneralVirtualItemDataNotify => { - "CmdGeneralVirtualItemDataNotify" - } - CmdItemType::CmdLockRelicCsReq => "CmdLockRelicCsReq", - CmdItemType::CmdLockRelicScRsp => "CmdLockRelicScRsp", - CmdItemType::CmdExpUpEquipmentCsReq => "CmdExpUpEquipmentCsReq", - CmdItemType::CmdGetRelicFilterPlanScRsp => "CmdGetRelicFilterPlanScRsp", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdItemTypeNone" => Some(Self::None), - "CmdMarkRelicFilterPlanScRsp" => Some(Self::CmdMarkRelicFilterPlanScRsp), - "CmdGetBagScRsp" => Some(Self::CmdGetBagScRsp), - "CmdDeleteRelicFilterPlanCsReq" => Some(Self::CmdDeleteRelicFilterPlanCsReq), - "CmdGetRecyleTimeCsReq" => Some(Self::CmdGetRecyleTimeCsReq), - "CmdComposeSelectedRelicScRsp" => Some(Self::CmdComposeSelectedRelicScRsp), - "CmdPromoteEquipmentCsReq" => Some(Self::CmdPromoteEquipmentCsReq), - "CmdSetTurnFoodSwitchCsReq" => Some(Self::CmdSetTurnFoodSwitchCsReq), - "CmdRelicRecommendScRsp" => Some(Self::CmdRelicRecommendScRsp), - "CmdComposeLimitNumUpdateNotify" => { - Some(Self::CmdComposeLimitNumUpdateNotify) - } - "CmdRechargeSuccNotify" => Some(Self::CmdRechargeSuccNotify), - "CmdDestroyItemScRsp" => Some(Self::CmdDestroyItemScRsp), - "CmdSellItemScRsp" => Some(Self::CmdSellItemScRsp), - "CmdSellItemCsReq" => Some(Self::CmdSellItemCsReq), - "CmdRelicFilterPlanClearNameScNotify" => { - Some(Self::CmdRelicFilterPlanClearNameScNotify) - } - "CmdComposeSelectedRelicCsReq" => Some(Self::CmdComposeSelectedRelicCsReq), - "CmdUseItemScRsp" => Some(Self::CmdUseItemScRsp), - "CmdSetTurnFoodSwitchScRsp" => Some(Self::CmdSetTurnFoodSwitchScRsp), - "CmdMarkRelicFilterPlanCsReq" => Some(Self::CmdMarkRelicFilterPlanCsReq), - "CmdComposeLimitNumCompleteNotify" => { - Some(Self::CmdComposeLimitNumCompleteNotify) - } - "CmdRankUpEquipmentScRsp" => Some(Self::CmdRankUpEquipmentScRsp), - "CmdExpUpRelicScRsp" => Some(Self::CmdExpUpRelicScRsp), - "CmdUseItemCsReq" => Some(Self::CmdUseItemCsReq), - "CmdRelicAvatarRecommendScRsp" => Some(Self::CmdRelicAvatarRecommendScRsp), - "CmdDeleteRelicFilterPlanScRsp" => Some(Self::CmdDeleteRelicFilterPlanScRsp), - "CmdPromoteEquipmentScRsp" => Some(Self::CmdPromoteEquipmentScRsp), - "CmdMarkItemScRsp" => Some(Self::CmdMarkItemScRsp), - "CmdSyncTurnFoodNotify" => Some(Self::CmdSyncTurnFoodNotify), - "CmdModifyRelicFilterPlanCsReq" => Some(Self::CmdModifyRelicFilterPlanCsReq), - "CmdComposeItemScRsp" => Some(Self::CmdComposeItemScRsp), - "CmdMarkItemCsReq" => Some(Self::CmdMarkItemCsReq), - "CmdRankUpEquipmentCsReq" => Some(Self::CmdRankUpEquipmentCsReq), - "CmdAddRelicFilterPlanCsReq" => Some(Self::CmdAddRelicFilterPlanCsReq), - "CmdExpUpEquipmentScRsp" => Some(Self::CmdExpUpEquipmentScRsp), - "CmdLockEquipmentCsReq" => Some(Self::CmdLockEquipmentCsReq), - "CmdAddRelicFilterPlanScRsp" => Some(Self::CmdAddRelicFilterPlanScRsp), - "CmdModifyRelicFilterPlanScRsp" => Some(Self::CmdModifyRelicFilterPlanScRsp), - "CmdComposeItemCsReq" => Some(Self::CmdComposeItemCsReq), - "CmdCancelMarkItemNotify" => Some(Self::CmdCancelMarkItemNotify), - "CmdRelicRecommendCsReq" => Some(Self::CmdRelicRecommendCsReq), - "CmdGetBagCsReq" => Some(Self::CmdGetBagCsReq), - "CmdDiscardRelicScRsp" => Some(Self::CmdDiscardRelicScRsp), - "CmdRelicAvatarRecommendCsReq" => Some(Self::CmdRelicAvatarRecommendCsReq), - "CmdGetMarkItemListScRsp" => Some(Self::CmdGetMarkItemListScRsp), - "CmdGetMarkItemListCsReq" => Some(Self::CmdGetMarkItemListCsReq), - "CmdGetRecyleTimeScRsp" => Some(Self::CmdGetRecyleTimeScRsp), - "CmdExpUpRelicCsReq" => Some(Self::CmdExpUpRelicCsReq), - "CmdDestroyItemCsReq" => Some(Self::CmdDestroyItemCsReq), - "CmdGetRelicFilterPlanCsReq" => Some(Self::CmdGetRelicFilterPlanCsReq), - "CmdAddEquipmentScNotify" => Some(Self::CmdAddEquipmentScNotify), - "CmdDiscardRelicCsReq" => Some(Self::CmdDiscardRelicCsReq), - "CmdExchangeHcoinScRsp" => Some(Self::CmdExchangeHcoinScRsp), - "CmdExchangeHcoinCsReq" => Some(Self::CmdExchangeHcoinCsReq), - "CmdLockEquipmentScRsp" => Some(Self::CmdLockEquipmentScRsp), - "CmdGeneralVirtualItemDataNotify" => { - Some(Self::CmdGeneralVirtualItemDataNotify) - } - "CmdLockRelicCsReq" => Some(Self::CmdLockRelicCsReq), - "CmdLockRelicScRsp" => Some(Self::CmdLockRelicScRsp), - "CmdExpUpEquipmentCsReq" => Some(Self::CmdExpUpEquipmentCsReq), - "CmdGetRelicFilterPlanScRsp" => Some(Self::CmdGetRelicFilterPlanScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdJukeboxType { - None = 0, - CmdGetJukeboxDataScRsp = 3106, - CmdPlayBackGroundMusicCsReq = 3111, - CmdTrialBackGroundMusicScRsp = 3129, - CmdTrialBackGroundMusicCsReq = 3139, - CmdPlayBackGroundMusicScRsp = 3143, - CmdUnlockBackGroundMusicCsReq = 3156, - CmdGetJukeboxDataCsReq = 3168, - CmdUnlockBackGroundMusicScRsp = 3193, -} -impl CmdJukeboxType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdJukeboxType::None => "CmdJukeboxTypeNone", - CmdJukeboxType::CmdGetJukeboxDataScRsp => "CmdGetJukeboxDataScRsp", - CmdJukeboxType::CmdPlayBackGroundMusicCsReq => "CmdPlayBackGroundMusicCsReq", - CmdJukeboxType::CmdTrialBackGroundMusicScRsp => { - "CmdTrialBackGroundMusicScRsp" - } - CmdJukeboxType::CmdTrialBackGroundMusicCsReq => { - "CmdTrialBackGroundMusicCsReq" - } - CmdJukeboxType::CmdPlayBackGroundMusicScRsp => "CmdPlayBackGroundMusicScRsp", - CmdJukeboxType::CmdUnlockBackGroundMusicCsReq => { - "CmdUnlockBackGroundMusicCsReq" - } - CmdJukeboxType::CmdGetJukeboxDataCsReq => "CmdGetJukeboxDataCsReq", - CmdJukeboxType::CmdUnlockBackGroundMusicScRsp => { - "CmdUnlockBackGroundMusicScRsp" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdJukeboxTypeNone" => Some(Self::None), - "CmdGetJukeboxDataScRsp" => Some(Self::CmdGetJukeboxDataScRsp), - "CmdPlayBackGroundMusicCsReq" => Some(Self::CmdPlayBackGroundMusicCsReq), - "CmdTrialBackGroundMusicScRsp" => Some(Self::CmdTrialBackGroundMusicScRsp), - "CmdTrialBackGroundMusicCsReq" => Some(Self::CmdTrialBackGroundMusicCsReq), - "CmdPlayBackGroundMusicScRsp" => Some(Self::CmdPlayBackGroundMusicScRsp), - "CmdUnlockBackGroundMusicCsReq" => Some(Self::CmdUnlockBackGroundMusicCsReq), - "CmdGetJukeboxDataCsReq" => Some(Self::CmdGetJukeboxDataCsReq), - "CmdUnlockBackGroundMusicScRsp" => Some(Self::CmdUnlockBackGroundMusicScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdLineupType { - None = 0, - CmdGetStageLineupScRsp = 706, - CmdExtraLineupDestroyNotify = 709, - CmdGetCurLineupDataCsReq = 711, - CmdGetAllLineupDataScRsp = 717, - CmdGetAllLineupDataCsReq = 724, - CmdSetLineupNameScRsp = 725, - CmdReplaceLineupScRsp = 728, - CmdQuitLineupScRsp = 729, - CmdSwapLineupScRsp = 733, - CmdSwitchLineupIndexCsReq = 734, - CmdQuitLineupCsReq = 739, - CmdGetCurLineupDataScRsp = 743, - CmdChangeLineupLeaderCsReq = 748, - CmdSwapLineupCsReq = 751, - CmdGetLineupAvatarDataCsReq = 754, - CmdJoinLineupCsReq = 756, - CmdGetLineupAvatarDataScRsp = 765, - CmdGetStageLineupCsReq = 768, - CmdChangeLineupLeaderScRsp = 782, - CmdReplaceLineupCsReq = 790, - CmdVirtualLineupDestroyNotify = 792, - CmdJoinLineupScRsp = 793, - CmdSwitchLineupIndexScRsp = 797, - CmdSetLineupNameCsReq = 798, - CmdSyncLineupNotify = 799, -} -impl CmdLineupType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdLineupType::None => "CmdLineupTypeNone", - CmdLineupType::CmdGetStageLineupScRsp => "CmdGetStageLineupScRsp", - CmdLineupType::CmdExtraLineupDestroyNotify => "CmdExtraLineupDestroyNotify", - CmdLineupType::CmdGetCurLineupDataCsReq => "CmdGetCurLineupDataCsReq", - CmdLineupType::CmdGetAllLineupDataScRsp => "CmdGetAllLineupDataScRsp", - CmdLineupType::CmdGetAllLineupDataCsReq => "CmdGetAllLineupDataCsReq", - CmdLineupType::CmdSetLineupNameScRsp => "CmdSetLineupNameScRsp", - CmdLineupType::CmdReplaceLineupScRsp => "CmdReplaceLineupScRsp", - CmdLineupType::CmdQuitLineupScRsp => "CmdQuitLineupScRsp", - CmdLineupType::CmdSwapLineupScRsp => "CmdSwapLineupScRsp", - CmdLineupType::CmdSwitchLineupIndexCsReq => "CmdSwitchLineupIndexCsReq", - CmdLineupType::CmdQuitLineupCsReq => "CmdQuitLineupCsReq", - CmdLineupType::CmdGetCurLineupDataScRsp => "CmdGetCurLineupDataScRsp", - CmdLineupType::CmdChangeLineupLeaderCsReq => "CmdChangeLineupLeaderCsReq", - CmdLineupType::CmdSwapLineupCsReq => "CmdSwapLineupCsReq", - CmdLineupType::CmdGetLineupAvatarDataCsReq => "CmdGetLineupAvatarDataCsReq", - CmdLineupType::CmdJoinLineupCsReq => "CmdJoinLineupCsReq", - CmdLineupType::CmdGetLineupAvatarDataScRsp => "CmdGetLineupAvatarDataScRsp", - CmdLineupType::CmdGetStageLineupCsReq => "CmdGetStageLineupCsReq", - CmdLineupType::CmdChangeLineupLeaderScRsp => "CmdChangeLineupLeaderScRsp", - CmdLineupType::CmdReplaceLineupCsReq => "CmdReplaceLineupCsReq", - CmdLineupType::CmdVirtualLineupDestroyNotify => { - "CmdVirtualLineupDestroyNotify" - } - CmdLineupType::CmdJoinLineupScRsp => "CmdJoinLineupScRsp", - CmdLineupType::CmdSwitchLineupIndexScRsp => "CmdSwitchLineupIndexScRsp", - CmdLineupType::CmdSetLineupNameCsReq => "CmdSetLineupNameCsReq", - CmdLineupType::CmdSyncLineupNotify => "CmdSyncLineupNotify", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdLineupTypeNone" => Some(Self::None), - "CmdGetStageLineupScRsp" => Some(Self::CmdGetStageLineupScRsp), - "CmdExtraLineupDestroyNotify" => Some(Self::CmdExtraLineupDestroyNotify), - "CmdGetCurLineupDataCsReq" => Some(Self::CmdGetCurLineupDataCsReq), - "CmdGetAllLineupDataScRsp" => Some(Self::CmdGetAllLineupDataScRsp), - "CmdGetAllLineupDataCsReq" => Some(Self::CmdGetAllLineupDataCsReq), - "CmdSetLineupNameScRsp" => Some(Self::CmdSetLineupNameScRsp), - "CmdReplaceLineupScRsp" => Some(Self::CmdReplaceLineupScRsp), - "CmdQuitLineupScRsp" => Some(Self::CmdQuitLineupScRsp), - "CmdSwapLineupScRsp" => Some(Self::CmdSwapLineupScRsp), - "CmdSwitchLineupIndexCsReq" => Some(Self::CmdSwitchLineupIndexCsReq), - "CmdQuitLineupCsReq" => Some(Self::CmdQuitLineupCsReq), - "CmdGetCurLineupDataScRsp" => Some(Self::CmdGetCurLineupDataScRsp), - "CmdChangeLineupLeaderCsReq" => Some(Self::CmdChangeLineupLeaderCsReq), - "CmdSwapLineupCsReq" => Some(Self::CmdSwapLineupCsReq), - "CmdGetLineupAvatarDataCsReq" => Some(Self::CmdGetLineupAvatarDataCsReq), - "CmdJoinLineupCsReq" => Some(Self::CmdJoinLineupCsReq), - "CmdGetLineupAvatarDataScRsp" => Some(Self::CmdGetLineupAvatarDataScRsp), - "CmdGetStageLineupCsReq" => Some(Self::CmdGetStageLineupCsReq), - "CmdChangeLineupLeaderScRsp" => Some(Self::CmdChangeLineupLeaderScRsp), - "CmdReplaceLineupCsReq" => Some(Self::CmdReplaceLineupCsReq), - "CmdVirtualLineupDestroyNotify" => Some(Self::CmdVirtualLineupDestroyNotify), - "CmdJoinLineupScRsp" => Some(Self::CmdJoinLineupScRsp), - "CmdSwitchLineupIndexScRsp" => Some(Self::CmdSwitchLineupIndexScRsp), - "CmdSetLineupNameCsReq" => Some(Self::CmdSetLineupNameCsReq), - "CmdSyncLineupNotify" => Some(Self::CmdSyncLineupNotify), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdLobbyType { - None = 0, - CmdLobbyModifyPlayerInfoScRsp = 7354, - CmdLobbyInviteScNotify = 7355, - CmdLobbyInviteScRsp = 7356, - CmdLobbyCreateCsReq = 7357, - CmdLobbyBeginScRsp = 7358, - CmdLobbyBeginCsReq = 7361, - CmdLobbyQuitCsReq = 7362, - CmdLobbyJoinCsReq = 7365, - CmdLobbyJoinScRsp = 7367, - CmdLobbyKickOutScRsp = 7370, - CmdLobbyGetInfoScRsp = 7371, - CmdLobbyModifyPlayerInfoCsReq = 7373, - CmdLobbyCreateScRsp = 7374, - CmdLobbyKickOutCsReq = 7384, - CmdLobbySyncInfoScNotify = 7386, - CmdLobbyQuitScRsp = 7389, - CmdLobbyInviteCsReq = 7395, - CmdLobbyGetInfoCsReq = 7398, -} -impl CmdLobbyType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdLobbyType::None => "CmdLobbyTypeNone", - CmdLobbyType::CmdLobbyModifyPlayerInfoScRsp => { - "CmdLobbyModifyPlayerInfoScRsp" - } - CmdLobbyType::CmdLobbyInviteScNotify => "CmdLobbyInviteScNotify", - CmdLobbyType::CmdLobbyInviteScRsp => "CmdLobbyInviteScRsp", - CmdLobbyType::CmdLobbyCreateCsReq => "CmdLobbyCreateCsReq", - CmdLobbyType::CmdLobbyBeginScRsp => "CmdLobbyBeginScRsp", - CmdLobbyType::CmdLobbyBeginCsReq => "CmdLobbyBeginCsReq", - CmdLobbyType::CmdLobbyQuitCsReq => "CmdLobbyQuitCsReq", - CmdLobbyType::CmdLobbyJoinCsReq => "CmdLobbyJoinCsReq", - CmdLobbyType::CmdLobbyJoinScRsp => "CmdLobbyJoinScRsp", - CmdLobbyType::CmdLobbyKickOutScRsp => "CmdLobbyKickOutScRsp", - CmdLobbyType::CmdLobbyGetInfoScRsp => "CmdLobbyGetInfoScRsp", - CmdLobbyType::CmdLobbyModifyPlayerInfoCsReq => { - "CmdLobbyModifyPlayerInfoCsReq" - } - CmdLobbyType::CmdLobbyCreateScRsp => "CmdLobbyCreateScRsp", - CmdLobbyType::CmdLobbyKickOutCsReq => "CmdLobbyKickOutCsReq", - CmdLobbyType::CmdLobbySyncInfoScNotify => "CmdLobbySyncInfoScNotify", - CmdLobbyType::CmdLobbyQuitScRsp => "CmdLobbyQuitScRsp", - CmdLobbyType::CmdLobbyInviteCsReq => "CmdLobbyInviteCsReq", - CmdLobbyType::CmdLobbyGetInfoCsReq => "CmdLobbyGetInfoCsReq", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdLobbyTypeNone" => Some(Self::None), - "CmdLobbyModifyPlayerInfoScRsp" => Some(Self::CmdLobbyModifyPlayerInfoScRsp), - "CmdLobbyInviteScNotify" => Some(Self::CmdLobbyInviteScNotify), - "CmdLobbyInviteScRsp" => Some(Self::CmdLobbyInviteScRsp), - "CmdLobbyCreateCsReq" => Some(Self::CmdLobbyCreateCsReq), - "CmdLobbyBeginScRsp" => Some(Self::CmdLobbyBeginScRsp), - "CmdLobbyBeginCsReq" => Some(Self::CmdLobbyBeginCsReq), - "CmdLobbyQuitCsReq" => Some(Self::CmdLobbyQuitCsReq), - "CmdLobbyJoinCsReq" => Some(Self::CmdLobbyJoinCsReq), - "CmdLobbyJoinScRsp" => Some(Self::CmdLobbyJoinScRsp), - "CmdLobbyKickOutScRsp" => Some(Self::CmdLobbyKickOutScRsp), - "CmdLobbyGetInfoScRsp" => Some(Self::CmdLobbyGetInfoScRsp), - "CmdLobbyModifyPlayerInfoCsReq" => Some(Self::CmdLobbyModifyPlayerInfoCsReq), - "CmdLobbyCreateScRsp" => Some(Self::CmdLobbyCreateScRsp), - "CmdLobbyKickOutCsReq" => Some(Self::CmdLobbyKickOutCsReq), - "CmdLobbySyncInfoScNotify" => Some(Self::CmdLobbySyncInfoScNotify), - "CmdLobbyQuitScRsp" => Some(Self::CmdLobbyQuitScRsp), - "CmdLobbyInviteCsReq" => Some(Self::CmdLobbyInviteCsReq), - "CmdLobbyGetInfoCsReq" => Some(Self::CmdLobbyGetInfoCsReq), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdMailType { - None = 0, - CmdGetMailScRsp = 806, - CmdMarkReadMailCsReq = 811, - CmdTakeMailAttachmentScRsp = 829, - CmdTakeMailAttachmentCsReq = 839, - CmdMarkReadMailScRsp = 843, - CmdNewMailScNotify = 851, - CmdDelMailCsReq = 856, - CmdGetMailCsReq = 868, - CmdDelMailScRsp = 893, -} -impl CmdMailType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdMailType::None => "CmdMailTypeNone", - CmdMailType::CmdGetMailScRsp => "CmdGetMailScRsp", - CmdMailType::CmdMarkReadMailCsReq => "CmdMarkReadMailCsReq", - CmdMailType::CmdTakeMailAttachmentScRsp => "CmdTakeMailAttachmentScRsp", - CmdMailType::CmdTakeMailAttachmentCsReq => "CmdTakeMailAttachmentCsReq", - CmdMailType::CmdMarkReadMailScRsp => "CmdMarkReadMailScRsp", - CmdMailType::CmdNewMailScNotify => "CmdNewMailScNotify", - CmdMailType::CmdDelMailCsReq => "CmdDelMailCsReq", - CmdMailType::CmdGetMailCsReq => "CmdGetMailCsReq", - CmdMailType::CmdDelMailScRsp => "CmdDelMailScRsp", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdMailTypeNone" => Some(Self::None), - "CmdGetMailScRsp" => Some(Self::CmdGetMailScRsp), - "CmdMarkReadMailCsReq" => Some(Self::CmdMarkReadMailCsReq), - "CmdTakeMailAttachmentScRsp" => Some(Self::CmdTakeMailAttachmentScRsp), - "CmdTakeMailAttachmentCsReq" => Some(Self::CmdTakeMailAttachmentCsReq), - "CmdMarkReadMailScRsp" => Some(Self::CmdMarkReadMailScRsp), - "CmdNewMailScNotify" => Some(Self::CmdNewMailScNotify), - "CmdDelMailCsReq" => Some(Self::CmdDelMailCsReq), - "CmdGetMailCsReq" => Some(Self::CmdGetMailCsReq), - "CmdDelMailScRsp" => Some(Self::CmdDelMailScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdMapRotationType { - None = 0, - CmdEnterMapRotationRegionScRsp = 6806, - CmdInteractChargerCsReq = 6811, - CmdUpdateRotaterScNotify = 6824, - CmdRemoveRotaterScRsp = 6825, - CmdRotateMapScRsp = 6829, - CmdLeaveMapRotationRegionScRsp = 6833, - CmdUpdateEnergyScNotify = 6834, - CmdRotateMapCsReq = 6839, - CmdInteractChargerScRsp = 6843, - CmdResetMapRotationRegionScRsp = 6848, - CmdLeaveMapRotationRegionCsReq = 6851, - CmdGetMapRotationDataScRsp = 6854, - CmdDeployRotaterCsReq = 6856, - CmdResetMapRotationRegionCsReq = 6865, - CmdEnterMapRotationRegionCsReq = 6868, - CmdLeaveMapRotationRegionScNotify = 6882, - CmdDeployRotaterScRsp = 6893, - CmdUpdateMapRotationDataScNotify = 6897, - CmdRemoveRotaterCsReq = 6898, - CmdGetMapRotationDataCsReq = 6899, -} -impl CmdMapRotationType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdMapRotationType::None => "CmdMapRotationTypeNone", - CmdMapRotationType::CmdEnterMapRotationRegionScRsp => { - "CmdEnterMapRotationRegionScRsp" - } - CmdMapRotationType::CmdInteractChargerCsReq => "CmdInteractChargerCsReq", - CmdMapRotationType::CmdUpdateRotaterScNotify => "CmdUpdateRotaterScNotify", - CmdMapRotationType::CmdRemoveRotaterScRsp => "CmdRemoveRotaterScRsp", - CmdMapRotationType::CmdRotateMapScRsp => "CmdRotateMapScRsp", - CmdMapRotationType::CmdLeaveMapRotationRegionScRsp => { - "CmdLeaveMapRotationRegionScRsp" - } - CmdMapRotationType::CmdUpdateEnergyScNotify => "CmdUpdateEnergyScNotify", - CmdMapRotationType::CmdRotateMapCsReq => "CmdRotateMapCsReq", - CmdMapRotationType::CmdInteractChargerScRsp => "CmdInteractChargerScRsp", - CmdMapRotationType::CmdResetMapRotationRegionScRsp => { - "CmdResetMapRotationRegionScRsp" - } - CmdMapRotationType::CmdLeaveMapRotationRegionCsReq => { - "CmdLeaveMapRotationRegionCsReq" - } - CmdMapRotationType::CmdGetMapRotationDataScRsp => { - "CmdGetMapRotationDataScRsp" - } - CmdMapRotationType::CmdDeployRotaterCsReq => "CmdDeployRotaterCsReq", - CmdMapRotationType::CmdResetMapRotationRegionCsReq => { - "CmdResetMapRotationRegionCsReq" - } - CmdMapRotationType::CmdEnterMapRotationRegionCsReq => { - "CmdEnterMapRotationRegionCsReq" - } - CmdMapRotationType::CmdLeaveMapRotationRegionScNotify => { - "CmdLeaveMapRotationRegionScNotify" - } - CmdMapRotationType::CmdDeployRotaterScRsp => "CmdDeployRotaterScRsp", - CmdMapRotationType::CmdUpdateMapRotationDataScNotify => { - "CmdUpdateMapRotationDataScNotify" - } - CmdMapRotationType::CmdRemoveRotaterCsReq => "CmdRemoveRotaterCsReq", - CmdMapRotationType::CmdGetMapRotationDataCsReq => { - "CmdGetMapRotationDataCsReq" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdMapRotationTypeNone" => Some(Self::None), - "CmdEnterMapRotationRegionScRsp" => { - Some(Self::CmdEnterMapRotationRegionScRsp) - } - "CmdInteractChargerCsReq" => Some(Self::CmdInteractChargerCsReq), - "CmdUpdateRotaterScNotify" => Some(Self::CmdUpdateRotaterScNotify), - "CmdRemoveRotaterScRsp" => Some(Self::CmdRemoveRotaterScRsp), - "CmdRotateMapScRsp" => Some(Self::CmdRotateMapScRsp), - "CmdLeaveMapRotationRegionScRsp" => { - Some(Self::CmdLeaveMapRotationRegionScRsp) - } - "CmdUpdateEnergyScNotify" => Some(Self::CmdUpdateEnergyScNotify), - "CmdRotateMapCsReq" => Some(Self::CmdRotateMapCsReq), - "CmdInteractChargerScRsp" => Some(Self::CmdInteractChargerScRsp), - "CmdResetMapRotationRegionScRsp" => { - Some(Self::CmdResetMapRotationRegionScRsp) - } - "CmdLeaveMapRotationRegionCsReq" => { - Some(Self::CmdLeaveMapRotationRegionCsReq) - } - "CmdGetMapRotationDataScRsp" => Some(Self::CmdGetMapRotationDataScRsp), - "CmdDeployRotaterCsReq" => Some(Self::CmdDeployRotaterCsReq), - "CmdResetMapRotationRegionCsReq" => { - Some(Self::CmdResetMapRotationRegionCsReq) - } - "CmdEnterMapRotationRegionCsReq" => { - Some(Self::CmdEnterMapRotationRegionCsReq) - } - "CmdLeaveMapRotationRegionScNotify" => { - Some(Self::CmdLeaveMapRotationRegionScNotify) - } - "CmdDeployRotaterScRsp" => Some(Self::CmdDeployRotaterScRsp), - "CmdUpdateMapRotationDataScNotify" => { - Some(Self::CmdUpdateMapRotationDataScNotify) - } - "CmdRemoveRotaterCsReq" => Some(Self::CmdRemoveRotaterCsReq), - "CmdGetMapRotationDataCsReq" => Some(Self::CmdGetMapRotationDataCsReq), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdMatchType { - None = 0, - CmdStartMatchCsReq = 7307, - CmdGetCrossInfoCsReq = 7308, - CmdMatchResultScNotify = 7311, - CmdCancelMatchCsReq = 7315, - CmdCancelMatchScRsp = 7317, - CmdGetCrossInfoScRsp = 7323, - CmdStartMatchScRsp = 7324, -} -impl CmdMatchType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdMatchType::None => "CmdMatchTypeNone", - CmdMatchType::CmdStartMatchCsReq => "CmdStartMatchCsReq", - CmdMatchType::CmdGetCrossInfoCsReq => "CmdGetCrossInfoCsReq", - CmdMatchType::CmdMatchResultScNotify => "CmdMatchResultScNotify", - CmdMatchType::CmdCancelMatchCsReq => "CmdCancelMatchCsReq", - CmdMatchType::CmdCancelMatchScRsp => "CmdCancelMatchScRsp", - CmdMatchType::CmdGetCrossInfoScRsp => "CmdGetCrossInfoScRsp", - CmdMatchType::CmdStartMatchScRsp => "CmdStartMatchScRsp", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdMatchTypeNone" => Some(Self::None), - "CmdStartMatchCsReq" => Some(Self::CmdStartMatchCsReq), - "CmdGetCrossInfoCsReq" => Some(Self::CmdGetCrossInfoCsReq), - "CmdMatchResultScNotify" => Some(Self::CmdMatchResultScNotify), - "CmdCancelMatchCsReq" => Some(Self::CmdCancelMatchCsReq), - "CmdCancelMatchScRsp" => Some(Self::CmdCancelMatchScRsp), - "CmdGetCrossInfoScRsp" => Some(Self::CmdGetCrossInfoScRsp), - "CmdStartMatchScRsp" => Some(Self::CmdStartMatchScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdMatchThreeModuleType { - None = 0, - CmdMatchThreeGetDataCsReq = 7407, - CmdMatchThreeSetBirdPosCsReq = 7408, - CmdMatchThreeSyncDataScNotify = 7411, - CmdMatchThreeLevelEndCsReq = 7415, - CmdMatchThreeLevelEndScRsp = 7417, - CmdMatchThreeSetBirdPosScRsp = 7423, - CmdMatchThreeGetDataScRsp = 7424, -} -impl CmdMatchThreeModuleType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdMatchThreeModuleType::None => "CmdMatchThreeModuleTypeNone", - CmdMatchThreeModuleType::CmdMatchThreeGetDataCsReq => { - "CmdMatchThreeGetDataCsReq" - } - CmdMatchThreeModuleType::CmdMatchThreeSetBirdPosCsReq => { - "CmdMatchThreeSetBirdPosCsReq" - } - CmdMatchThreeModuleType::CmdMatchThreeSyncDataScNotify => { - "CmdMatchThreeSyncDataScNotify" - } - CmdMatchThreeModuleType::CmdMatchThreeLevelEndCsReq => { - "CmdMatchThreeLevelEndCsReq" - } - CmdMatchThreeModuleType::CmdMatchThreeLevelEndScRsp => { - "CmdMatchThreeLevelEndScRsp" - } - CmdMatchThreeModuleType::CmdMatchThreeSetBirdPosScRsp => { - "CmdMatchThreeSetBirdPosScRsp" - } - CmdMatchThreeModuleType::CmdMatchThreeGetDataScRsp => { - "CmdMatchThreeGetDataScRsp" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdMatchThreeModuleTypeNone" => Some(Self::None), - "CmdMatchThreeGetDataCsReq" => Some(Self::CmdMatchThreeGetDataCsReq), - "CmdMatchThreeSetBirdPosCsReq" => Some(Self::CmdMatchThreeSetBirdPosCsReq), - "CmdMatchThreeSyncDataScNotify" => Some(Self::CmdMatchThreeSyncDataScNotify), - "CmdMatchThreeLevelEndCsReq" => Some(Self::CmdMatchThreeLevelEndCsReq), - "CmdMatchThreeLevelEndScRsp" => Some(Self::CmdMatchThreeLevelEndScRsp), - "CmdMatchThreeSetBirdPosScRsp" => Some(Self::CmdMatchThreeSetBirdPosScRsp), - "CmdMatchThreeGetDataScRsp" => Some(Self::CmdMatchThreeGetDataScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdMessageType { - None = 0, - CmdGetNpcMessageGroupScRsp = 2706, - CmdGetNpcStatusCsReq = 2711, - CmdFinishSectionIdScRsp = 2729, - CmdFinishPerformSectionIdScRsp = 2733, - CmdFinishSectionIdCsReq = 2739, - CmdGetNpcStatusScRsp = 2743, - CmdFinishPerformSectionIdCsReq = 2751, - CmdFinishItemIdCsReq = 2756, - CmdGetNpcMessageGroupCsReq = 2768, - CmdFinishItemIdScRsp = 2793, -} -impl CmdMessageType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdMessageType::None => "CmdMessageTypeNone", - CmdMessageType::CmdGetNpcMessageGroupScRsp => "CmdGetNpcMessageGroupScRsp", - CmdMessageType::CmdGetNpcStatusCsReq => "CmdGetNpcStatusCsReq", - CmdMessageType::CmdFinishSectionIdScRsp => "CmdFinishSectionIdScRsp", - CmdMessageType::CmdFinishPerformSectionIdScRsp => { - "CmdFinishPerformSectionIdScRsp" - } - CmdMessageType::CmdFinishSectionIdCsReq => "CmdFinishSectionIdCsReq", - CmdMessageType::CmdGetNpcStatusScRsp => "CmdGetNpcStatusScRsp", - CmdMessageType::CmdFinishPerformSectionIdCsReq => { - "CmdFinishPerformSectionIdCsReq" - } - CmdMessageType::CmdFinishItemIdCsReq => "CmdFinishItemIdCsReq", - CmdMessageType::CmdGetNpcMessageGroupCsReq => "CmdGetNpcMessageGroupCsReq", - CmdMessageType::CmdFinishItemIdScRsp => "CmdFinishItemIdScRsp", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdMessageTypeNone" => Some(Self::None), - "CmdGetNpcMessageGroupScRsp" => Some(Self::CmdGetNpcMessageGroupScRsp), - "CmdGetNpcStatusCsReq" => Some(Self::CmdGetNpcStatusCsReq), - "CmdFinishSectionIdScRsp" => Some(Self::CmdFinishSectionIdScRsp), - "CmdFinishPerformSectionIdScRsp" => { - Some(Self::CmdFinishPerformSectionIdScRsp) - } - "CmdFinishSectionIdCsReq" => Some(Self::CmdFinishSectionIdCsReq), - "CmdGetNpcStatusScRsp" => Some(Self::CmdGetNpcStatusScRsp), - "CmdFinishPerformSectionIdCsReq" => { - Some(Self::CmdFinishPerformSectionIdCsReq) - } - "CmdFinishItemIdCsReq" => Some(Self::CmdFinishItemIdCsReq), - "CmdGetNpcMessageGroupCsReq" => Some(Self::CmdGetNpcMessageGroupCsReq), - "CmdFinishItemIdScRsp" => Some(Self::CmdFinishItemIdScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdMiscModuleType { - None = 0, - CmdShareScRsp = 4106, - CmdUpdateGunPlayDataCsReq = 4108, - CmdGetGunPlayDataCsReq = 4109, - CmdGetShareDataCsReq = 4111, - CmdDifficultyAdjustmentGetDataScRsp = 4116, - CmdGetMovieRacingDataCsReq = 4117, - CmdDifficultyAdjustmentUpdateDataScRsp = 4123, - CmdUpdateMovieRacingDataScRsp = 4128, - CmdDifficultyAdjustmentGetDataCsReq = 4132, - CmdCancelCacheNotifyScRsp = 4133, - CmdSubmitOrigamiItemScRsp = 4134, - CmdGetShareDataScRsp = 4143, - CmdTriggerVoiceScRsp = 4148, - CmdCancelCacheNotifyCsReq = 4151, - CmdSecurityReportScRsp = 4154, - CmdTakePictureCsReq = 4156, - CmdTriggerVoiceCsReq = 4165, - CmdShareCsReq = 4168, - CmdUpdateGunPlayDataScRsp = 4181, - CmdSubmitOrigamiItemCsReq = 4182, - CmdDifficultyAdjustmentUpdateDataCsReq = 4184, - CmdGetGunPlayDataScRsp = 4188, - CmdUpdateMovieRacingDataCsReq = 4190, - CmdGetMovieRacingDataScRsp = 4192, - CmdTakePictureScRsp = 4193, - CmdSecurityReportCsReq = 4199, -} -impl CmdMiscModuleType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdMiscModuleType::None => "CmdMiscModuleTypeNone", - CmdMiscModuleType::CmdShareScRsp => "CmdShareScRsp", - CmdMiscModuleType::CmdUpdateGunPlayDataCsReq => "CmdUpdateGunPlayDataCsReq", - CmdMiscModuleType::CmdGetGunPlayDataCsReq => "CmdGetGunPlayDataCsReq", - CmdMiscModuleType::CmdGetShareDataCsReq => "CmdGetShareDataCsReq", - CmdMiscModuleType::CmdDifficultyAdjustmentGetDataScRsp => { - "CmdDifficultyAdjustmentGetDataScRsp" - } - CmdMiscModuleType::CmdGetMovieRacingDataCsReq => "CmdGetMovieRacingDataCsReq", - CmdMiscModuleType::CmdDifficultyAdjustmentUpdateDataScRsp => { - "CmdDifficultyAdjustmentUpdateDataScRsp" - } - CmdMiscModuleType::CmdUpdateMovieRacingDataScRsp => { - "CmdUpdateMovieRacingDataScRsp" - } - CmdMiscModuleType::CmdDifficultyAdjustmentGetDataCsReq => { - "CmdDifficultyAdjustmentGetDataCsReq" - } - CmdMiscModuleType::CmdCancelCacheNotifyScRsp => "CmdCancelCacheNotifyScRsp", - CmdMiscModuleType::CmdSubmitOrigamiItemScRsp => "CmdSubmitOrigamiItemScRsp", - CmdMiscModuleType::CmdGetShareDataScRsp => "CmdGetShareDataScRsp", - CmdMiscModuleType::CmdTriggerVoiceScRsp => "CmdTriggerVoiceScRsp", - CmdMiscModuleType::CmdCancelCacheNotifyCsReq => "CmdCancelCacheNotifyCsReq", - CmdMiscModuleType::CmdSecurityReportScRsp => "CmdSecurityReportScRsp", - CmdMiscModuleType::CmdTakePictureCsReq => "CmdTakePictureCsReq", - CmdMiscModuleType::CmdTriggerVoiceCsReq => "CmdTriggerVoiceCsReq", - CmdMiscModuleType::CmdShareCsReq => "CmdShareCsReq", - CmdMiscModuleType::CmdUpdateGunPlayDataScRsp => "CmdUpdateGunPlayDataScRsp", - CmdMiscModuleType::CmdSubmitOrigamiItemCsReq => "CmdSubmitOrigamiItemCsReq", - CmdMiscModuleType::CmdDifficultyAdjustmentUpdateDataCsReq => { - "CmdDifficultyAdjustmentUpdateDataCsReq" - } - CmdMiscModuleType::CmdGetGunPlayDataScRsp => "CmdGetGunPlayDataScRsp", - CmdMiscModuleType::CmdUpdateMovieRacingDataCsReq => { - "CmdUpdateMovieRacingDataCsReq" - } - CmdMiscModuleType::CmdGetMovieRacingDataScRsp => "CmdGetMovieRacingDataScRsp", - CmdMiscModuleType::CmdTakePictureScRsp => "CmdTakePictureScRsp", - CmdMiscModuleType::CmdSecurityReportCsReq => "CmdSecurityReportCsReq", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdMiscModuleTypeNone" => Some(Self::None), - "CmdShareScRsp" => Some(Self::CmdShareScRsp), - "CmdUpdateGunPlayDataCsReq" => Some(Self::CmdUpdateGunPlayDataCsReq), - "CmdGetGunPlayDataCsReq" => Some(Self::CmdGetGunPlayDataCsReq), - "CmdGetShareDataCsReq" => Some(Self::CmdGetShareDataCsReq), - "CmdDifficultyAdjustmentGetDataScRsp" => { - Some(Self::CmdDifficultyAdjustmentGetDataScRsp) - } - "CmdGetMovieRacingDataCsReq" => Some(Self::CmdGetMovieRacingDataCsReq), - "CmdDifficultyAdjustmentUpdateDataScRsp" => { - Some(Self::CmdDifficultyAdjustmentUpdateDataScRsp) - } - "CmdUpdateMovieRacingDataScRsp" => Some(Self::CmdUpdateMovieRacingDataScRsp), - "CmdDifficultyAdjustmentGetDataCsReq" => { - Some(Self::CmdDifficultyAdjustmentGetDataCsReq) - } - "CmdCancelCacheNotifyScRsp" => Some(Self::CmdCancelCacheNotifyScRsp), - "CmdSubmitOrigamiItemScRsp" => Some(Self::CmdSubmitOrigamiItemScRsp), - "CmdGetShareDataScRsp" => Some(Self::CmdGetShareDataScRsp), - "CmdTriggerVoiceScRsp" => Some(Self::CmdTriggerVoiceScRsp), - "CmdCancelCacheNotifyCsReq" => Some(Self::CmdCancelCacheNotifyCsReq), - "CmdSecurityReportScRsp" => Some(Self::CmdSecurityReportScRsp), - "CmdTakePictureCsReq" => Some(Self::CmdTakePictureCsReq), - "CmdTriggerVoiceCsReq" => Some(Self::CmdTriggerVoiceCsReq), - "CmdShareCsReq" => Some(Self::CmdShareCsReq), - "CmdUpdateGunPlayDataScRsp" => Some(Self::CmdUpdateGunPlayDataScRsp), - "CmdSubmitOrigamiItemCsReq" => Some(Self::CmdSubmitOrigamiItemCsReq), - "CmdDifficultyAdjustmentUpdateDataCsReq" => { - Some(Self::CmdDifficultyAdjustmentUpdateDataCsReq) - } - "CmdGetGunPlayDataScRsp" => Some(Self::CmdGetGunPlayDataScRsp), - "CmdUpdateMovieRacingDataCsReq" => Some(Self::CmdUpdateMovieRacingDataCsReq), - "CmdGetMovieRacingDataScRsp" => Some(Self::CmdGetMovieRacingDataScRsp), - "CmdTakePictureScRsp" => Some(Self::CmdTakePictureScRsp), - "CmdSecurityReportCsReq" => Some(Self::CmdSecurityReportCsReq), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdMissionType { - None = 0, - CmdGetMissionDataScRsp = 1206, - CmdTeleportToMissionResetPointCsReq = 1208, - CmdSetMissionEventProgressScRsp = 1209, - CmdFinishTalkMissionCsReq = 1211, - CmdStartFinishMainMissionScNotify = 1216, - CmdGetMissionStatusScRsp = 1217, - CmdAcceptMainMissionScRsp = 1223, - CmdGetMissionStatusCsReq = 1224, - CmdAcceptMissionEventScRsp = 1225, - CmdSetMissionEventProgressCsReq = 1228, - CmdDailyTaskDataScNotify = 1229, - CmdStartFinishSubMissionScNotify = 1232, - CmdGetMissionEventDataScRsp = 1234, - CmdSyncTaskScRsp = 1239, - CmdFinishTalkMissionScRsp = 1243, - CmdUpdateTrackMainMissionIdScRsp = 1246, - CmdFinishCosumeItemMissionScRsp = 1248, - CmdMissionAcceptScNotify = 1249, - CmdMissionGroupWarnScNotify = 1254, - CmdMissionRewardScNotify = 1256, - CmdFinishCosumeItemMissionCsReq = 1265, - CmdUpdateTrackMainMissionIdCsReq = 1266, - CmdGetMissionDataCsReq = 1268, - CmdGetMainMissionCustomValueScRsp = 1276, - CmdGetMainMissionCustomValueCsReq = 1278, - CmdTeleportToMissionResetPointScRsp = 1281, - CmdGetMissionEventDataCsReq = 1282, - CmdAcceptMainMissionCsReq = 1284, - CmdSubMissionRewardScNotify = 1288, - CmdInterruptMissionEventScRsp = 1290, - CmdInterruptMissionEventCsReq = 1292, - CmdSyncTaskCsReq = 1293, - CmdMissionEventRewardScNotify = 1297, - CmdAcceptMissionEventCsReq = 1298, -} -impl CmdMissionType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdMissionType::None => "CmdMissionTypeNone", - CmdMissionType::CmdGetMissionDataScRsp => "CmdGetMissionDataScRsp", - CmdMissionType::CmdTeleportToMissionResetPointCsReq => { - "CmdTeleportToMissionResetPointCsReq" - } - CmdMissionType::CmdSetMissionEventProgressScRsp => { - "CmdSetMissionEventProgressScRsp" - } - CmdMissionType::CmdFinishTalkMissionCsReq => "CmdFinishTalkMissionCsReq", - CmdMissionType::CmdStartFinishMainMissionScNotify => { - "CmdStartFinishMainMissionScNotify" - } - CmdMissionType::CmdGetMissionStatusScRsp => "CmdGetMissionStatusScRsp", - CmdMissionType::CmdAcceptMainMissionScRsp => "CmdAcceptMainMissionScRsp", - CmdMissionType::CmdGetMissionStatusCsReq => "CmdGetMissionStatusCsReq", - CmdMissionType::CmdAcceptMissionEventScRsp => "CmdAcceptMissionEventScRsp", - CmdMissionType::CmdSetMissionEventProgressCsReq => { - "CmdSetMissionEventProgressCsReq" - } - CmdMissionType::CmdDailyTaskDataScNotify => "CmdDailyTaskDataScNotify", - CmdMissionType::CmdStartFinishSubMissionScNotify => { - "CmdStartFinishSubMissionScNotify" - } - CmdMissionType::CmdGetMissionEventDataScRsp => "CmdGetMissionEventDataScRsp", - CmdMissionType::CmdSyncTaskScRsp => "CmdSyncTaskScRsp", - CmdMissionType::CmdFinishTalkMissionScRsp => "CmdFinishTalkMissionScRsp", - CmdMissionType::CmdUpdateTrackMainMissionIdScRsp => { - "CmdUpdateTrackMainMissionIdScRsp" - } - CmdMissionType::CmdFinishCosumeItemMissionScRsp => { - "CmdFinishCosumeItemMissionScRsp" - } - CmdMissionType::CmdMissionAcceptScNotify => "CmdMissionAcceptScNotify", - CmdMissionType::CmdMissionGroupWarnScNotify => "CmdMissionGroupWarnScNotify", - CmdMissionType::CmdMissionRewardScNotify => "CmdMissionRewardScNotify", - CmdMissionType::CmdFinishCosumeItemMissionCsReq => { - "CmdFinishCosumeItemMissionCsReq" - } - CmdMissionType::CmdUpdateTrackMainMissionIdCsReq => { - "CmdUpdateTrackMainMissionIdCsReq" - } - CmdMissionType::CmdGetMissionDataCsReq => "CmdGetMissionDataCsReq", - CmdMissionType::CmdGetMainMissionCustomValueScRsp => { - "CmdGetMainMissionCustomValueScRsp" - } - CmdMissionType::CmdGetMainMissionCustomValueCsReq => { - "CmdGetMainMissionCustomValueCsReq" - } - CmdMissionType::CmdTeleportToMissionResetPointScRsp => { - "CmdTeleportToMissionResetPointScRsp" - } - CmdMissionType::CmdGetMissionEventDataCsReq => "CmdGetMissionEventDataCsReq", - CmdMissionType::CmdAcceptMainMissionCsReq => "CmdAcceptMainMissionCsReq", - CmdMissionType::CmdSubMissionRewardScNotify => "CmdSubMissionRewardScNotify", - CmdMissionType::CmdInterruptMissionEventScRsp => { - "CmdInterruptMissionEventScRsp" - } - CmdMissionType::CmdInterruptMissionEventCsReq => { - "CmdInterruptMissionEventCsReq" - } - CmdMissionType::CmdSyncTaskCsReq => "CmdSyncTaskCsReq", - CmdMissionType::CmdMissionEventRewardScNotify => { - "CmdMissionEventRewardScNotify" - } - CmdMissionType::CmdAcceptMissionEventCsReq => "CmdAcceptMissionEventCsReq", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdMissionTypeNone" => Some(Self::None), - "CmdGetMissionDataScRsp" => Some(Self::CmdGetMissionDataScRsp), - "CmdTeleportToMissionResetPointCsReq" => { - Some(Self::CmdTeleportToMissionResetPointCsReq) - } - "CmdSetMissionEventProgressScRsp" => { - Some(Self::CmdSetMissionEventProgressScRsp) - } - "CmdFinishTalkMissionCsReq" => Some(Self::CmdFinishTalkMissionCsReq), - "CmdStartFinishMainMissionScNotify" => { - Some(Self::CmdStartFinishMainMissionScNotify) - } - "CmdGetMissionStatusScRsp" => Some(Self::CmdGetMissionStatusScRsp), - "CmdAcceptMainMissionScRsp" => Some(Self::CmdAcceptMainMissionScRsp), - "CmdGetMissionStatusCsReq" => Some(Self::CmdGetMissionStatusCsReq), - "CmdAcceptMissionEventScRsp" => Some(Self::CmdAcceptMissionEventScRsp), - "CmdSetMissionEventProgressCsReq" => { - Some(Self::CmdSetMissionEventProgressCsReq) - } - "CmdDailyTaskDataScNotify" => Some(Self::CmdDailyTaskDataScNotify), - "CmdStartFinishSubMissionScNotify" => { - Some(Self::CmdStartFinishSubMissionScNotify) - } - "CmdGetMissionEventDataScRsp" => Some(Self::CmdGetMissionEventDataScRsp), - "CmdSyncTaskScRsp" => Some(Self::CmdSyncTaskScRsp), - "CmdFinishTalkMissionScRsp" => Some(Self::CmdFinishTalkMissionScRsp), - "CmdUpdateTrackMainMissionIdScRsp" => { - Some(Self::CmdUpdateTrackMainMissionIdScRsp) - } - "CmdFinishCosumeItemMissionScRsp" => { - Some(Self::CmdFinishCosumeItemMissionScRsp) - } - "CmdMissionAcceptScNotify" => Some(Self::CmdMissionAcceptScNotify), - "CmdMissionGroupWarnScNotify" => Some(Self::CmdMissionGroupWarnScNotify), - "CmdMissionRewardScNotify" => Some(Self::CmdMissionRewardScNotify), - "CmdFinishCosumeItemMissionCsReq" => { - Some(Self::CmdFinishCosumeItemMissionCsReq) - } - "CmdUpdateTrackMainMissionIdCsReq" => { - Some(Self::CmdUpdateTrackMainMissionIdCsReq) - } - "CmdGetMissionDataCsReq" => Some(Self::CmdGetMissionDataCsReq), - "CmdGetMainMissionCustomValueScRsp" => { - Some(Self::CmdGetMainMissionCustomValueScRsp) - } - "CmdGetMainMissionCustomValueCsReq" => { - Some(Self::CmdGetMainMissionCustomValueCsReq) - } - "CmdTeleportToMissionResetPointScRsp" => { - Some(Self::CmdTeleportToMissionResetPointScRsp) - } - "CmdGetMissionEventDataCsReq" => Some(Self::CmdGetMissionEventDataCsReq), - "CmdAcceptMainMissionCsReq" => Some(Self::CmdAcceptMainMissionCsReq), - "CmdSubMissionRewardScNotify" => Some(Self::CmdSubMissionRewardScNotify), - "CmdInterruptMissionEventScRsp" => Some(Self::CmdInterruptMissionEventScRsp), - "CmdInterruptMissionEventCsReq" => Some(Self::CmdInterruptMissionEventCsReq), - "CmdSyncTaskCsReq" => Some(Self::CmdSyncTaskCsReq), - "CmdMissionEventRewardScNotify" => Some(Self::CmdMissionEventRewardScNotify), - "CmdAcceptMissionEventCsReq" => Some(Self::CmdAcceptMissionEventCsReq), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdMonopolyType { - None = 0, - CmdGetMonopolyMbtiReportRewardScRsp = 7001, - CmdMonopolySttUpdateScNotify = 7002, - CmdGetMbtiReportScRsp = 7003, - CmdMonopolyGetRegionProgressScRsp = 7005, - CmdGetMonopolyInfoScRsp = 7006, - CmdMonopolyLikeScRsp = 7007, - CmdMonopolyCheatDiceCsReq = 7008, - CmdMonopolyGiveUpCurContentCsReq = 7009, - CmdMonopolyScrachRaffleTicketCsReq = 7010, - CmdMonopolyActionResultScNotify = 7011, - CmdMonopolyGameCreateScNotify = 7012, - CmdMonopolyEventSelectFriendScRsp = 7013, - CmdMonopolySocialEventEffectScNotify = 7014, - CmdMonopolyQuizDurationChangeScNotify = 7015, - CmdMonopolyGameRaiseRatioCsReq = 7016, - CmdMonopolyBuyGoodsCsReq = 7017, - CmdGetMonopolyDailyReportScRsp = 7020, - CmdGetSocialEventServerCacheScRsp = 7021, - CmdGetSocialEventServerCacheCsReq = 7022, - CmdMonopolyGameSettleScNotify = 7023, - CmdMonopolyConfirmRandomScRsp = 7024, - CmdMonopolyConfirmRandomCsReq = 7025, - CmdMonopolyEventSelectFriendCsReq = 7026, - CmdMonopolyClickCellScRsp = 7027, - CmdMonopolyUpgradeAssetScRsp = 7028, - CmdMonopolyMoveCsReq = 7029, - CmdMonopolyGuessChooseCsReq = 7030, - CmdGetMbtiReportCsReq = 7031, - CmdMonopolyContentUpdateScNotify = 7032, - CmdMonopolySelectOptionCsReq = 7033, - CmdMonopolyRollRandomScRsp = 7034, - CmdMonopolyTakeRaffleTicketRewardScRsp = 7036, - CmdMonopolyClickMbtiReportCsReq = 7038, - CmdMonopolyRollDiceScRsp = 7039, - CmdMonopolyLikeScNotify = 7041, - CmdMonopolyGetRaffleTicketCsReq = 7042, - CmdMonopolyCellUpdateNotify = 7043, - CmdMonopolyGameBingoFlipCardScRsp = 7045, - CmdMonopolyAcceptQuizScRsp = 7046, - CmdGetMonopolyFriendRankingListScRsp = 7047, - CmdDailyFirstEnterMonopolyActivityScRsp = 7048, - CmdMonopolyGameBingoFlipCardCsReq = 7049, - CmdMonopolyScrachRaffleTicketScRsp = 7050, - CmdMonopolyMoveScRsp = 7051, - CmdMonopolyEventLoadUpdateScNotify = 7052, - CmdMonopolyDailySettleScNotify = 7053, - CmdMonopolyGetDailyInitItemScRsp = 7055, - CmdMonopolyClickCellCsReq = 7057, - CmdGetMonopolyFriendRankingListCsReq = 7058, - CmdMonopolyLikeCsReq = 7059, - CmdMonopolyTakePhaseRewardCsReq = 7061, - CmdGetMonopolyMbtiReportRewardCsReq = 7062, - CmdMonopolyConditionUpdateScNotify = 7063, - CmdMonopolyGetRafflePoolInfoCsReq = 7064, - CmdDailyFirstEnterMonopolyActivityCsReq = 7065, - CmdMonopolyAcceptQuizCsReq = 7066, - CmdMonopolyGuessDrawScNotify = 7067, - CmdGetMonopolyInfoCsReq = 7068, - CmdMonopolyGuessBuyInformationScRsp = 7069, - CmdMonopolyGetRafflePoolInfoScRsp = 7070, - CmdDeleteSocialEventServerCacheCsReq = 7071, - CmdMonopolyGetRegionProgressCsReq = 7072, - CmdDeleteSocialEventServerCacheScRsp = 7073, - CmdMonopolyGameGachaScRsp = 7076, - CmdMonopolyGetDailyInitItemCsReq = 7077, - CmdMonopolyGameGachaCsReq = 7078, - CmdMonopolyTakePhaseRewardScRsp = 7079, - CmdMonopolyClickMbtiReportScRsp = 7080, - CmdMonopolyCheatDiceScRsp = 7081, - CmdMonopolyRollRandomCsReq = 7082, - CmdMonopolyGetRaffleTicketScRsp = 7083, - CmdMonopolyGameRaiseRatioScRsp = 7084, - CmdMonopolyGiveUpCurContentScRsp = 7088, - CmdMonopolyGuessBuyInformationCsReq = 7089, - CmdMonopolyUpgradeAssetCsReq = 7090, - CmdGetMonopolyDailyReportCsReq = 7091, - CmdMonopolyBuyGoodsScRsp = 7092, - CmdMonopolyRollDiceCsReq = 7093, - CmdMonopolyGuessChooseScRsp = 7095, - CmdMonopolyTakeRaffleTicketRewardCsReq = 7096, - CmdMonopolyReRollRandomCsReq = 7097, - CmdMonopolyReRollRandomScRsp = 7098, - CmdMonopolySelectOptionScRsp = 7099, -} -impl CmdMonopolyType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdMonopolyType::None => "CmdMonopolyTypeNone", - CmdMonopolyType::CmdGetMonopolyMbtiReportRewardScRsp => { - "CmdGetMonopolyMbtiReportRewardScRsp" - } - CmdMonopolyType::CmdMonopolySttUpdateScNotify => { - "CmdMonopolySttUpdateScNotify" - } - CmdMonopolyType::CmdGetMbtiReportScRsp => "CmdGetMbtiReportScRsp", - CmdMonopolyType::CmdMonopolyGetRegionProgressScRsp => { - "CmdMonopolyGetRegionProgressScRsp" - } - CmdMonopolyType::CmdGetMonopolyInfoScRsp => "CmdGetMonopolyInfoScRsp", - CmdMonopolyType::CmdMonopolyLikeScRsp => "CmdMonopolyLikeScRsp", - CmdMonopolyType::CmdMonopolyCheatDiceCsReq => "CmdMonopolyCheatDiceCsReq", - CmdMonopolyType::CmdMonopolyGiveUpCurContentCsReq => { - "CmdMonopolyGiveUpCurContentCsReq" - } - CmdMonopolyType::CmdMonopolyScrachRaffleTicketCsReq => { - "CmdMonopolyScrachRaffleTicketCsReq" - } - CmdMonopolyType::CmdMonopolyActionResultScNotify => { - "CmdMonopolyActionResultScNotify" - } - CmdMonopolyType::CmdMonopolyGameCreateScNotify => { - "CmdMonopolyGameCreateScNotify" - } - CmdMonopolyType::CmdMonopolyEventSelectFriendScRsp => { - "CmdMonopolyEventSelectFriendScRsp" - } - CmdMonopolyType::CmdMonopolySocialEventEffectScNotify => { - "CmdMonopolySocialEventEffectScNotify" - } - CmdMonopolyType::CmdMonopolyQuizDurationChangeScNotify => { - "CmdMonopolyQuizDurationChangeScNotify" - } - CmdMonopolyType::CmdMonopolyGameRaiseRatioCsReq => { - "CmdMonopolyGameRaiseRatioCsReq" - } - CmdMonopolyType::CmdMonopolyBuyGoodsCsReq => "CmdMonopolyBuyGoodsCsReq", - CmdMonopolyType::CmdGetMonopolyDailyReportScRsp => { - "CmdGetMonopolyDailyReportScRsp" - } - CmdMonopolyType::CmdGetSocialEventServerCacheScRsp => { - "CmdGetSocialEventServerCacheScRsp" - } - CmdMonopolyType::CmdGetSocialEventServerCacheCsReq => { - "CmdGetSocialEventServerCacheCsReq" - } - CmdMonopolyType::CmdMonopolyGameSettleScNotify => { - "CmdMonopolyGameSettleScNotify" - } - CmdMonopolyType::CmdMonopolyConfirmRandomScRsp => { - "CmdMonopolyConfirmRandomScRsp" - } - CmdMonopolyType::CmdMonopolyConfirmRandomCsReq => { - "CmdMonopolyConfirmRandomCsReq" - } - CmdMonopolyType::CmdMonopolyEventSelectFriendCsReq => { - "CmdMonopolyEventSelectFriendCsReq" - } - CmdMonopolyType::CmdMonopolyClickCellScRsp => "CmdMonopolyClickCellScRsp", - CmdMonopolyType::CmdMonopolyUpgradeAssetScRsp => { - "CmdMonopolyUpgradeAssetScRsp" - } - CmdMonopolyType::CmdMonopolyMoveCsReq => "CmdMonopolyMoveCsReq", - CmdMonopolyType::CmdMonopolyGuessChooseCsReq => "CmdMonopolyGuessChooseCsReq", - CmdMonopolyType::CmdGetMbtiReportCsReq => "CmdGetMbtiReportCsReq", - CmdMonopolyType::CmdMonopolyContentUpdateScNotify => { - "CmdMonopolyContentUpdateScNotify" - } - CmdMonopolyType::CmdMonopolySelectOptionCsReq => { - "CmdMonopolySelectOptionCsReq" - } - CmdMonopolyType::CmdMonopolyRollRandomScRsp => "CmdMonopolyRollRandomScRsp", - CmdMonopolyType::CmdMonopolyTakeRaffleTicketRewardScRsp => { - "CmdMonopolyTakeRaffleTicketRewardScRsp" - } - CmdMonopolyType::CmdMonopolyClickMbtiReportCsReq => { - "CmdMonopolyClickMbtiReportCsReq" - } - CmdMonopolyType::CmdMonopolyRollDiceScRsp => "CmdMonopolyRollDiceScRsp", - CmdMonopolyType::CmdMonopolyLikeScNotify => "CmdMonopolyLikeScNotify", - CmdMonopolyType::CmdMonopolyGetRaffleTicketCsReq => { - "CmdMonopolyGetRaffleTicketCsReq" - } - CmdMonopolyType::CmdMonopolyCellUpdateNotify => "CmdMonopolyCellUpdateNotify", - CmdMonopolyType::CmdMonopolyGameBingoFlipCardScRsp => { - "CmdMonopolyGameBingoFlipCardScRsp" - } - CmdMonopolyType::CmdMonopolyAcceptQuizScRsp => "CmdMonopolyAcceptQuizScRsp", - CmdMonopolyType::CmdGetMonopolyFriendRankingListScRsp => { - "CmdGetMonopolyFriendRankingListScRsp" - } - CmdMonopolyType::CmdDailyFirstEnterMonopolyActivityScRsp => { - "CmdDailyFirstEnterMonopolyActivityScRsp" - } - CmdMonopolyType::CmdMonopolyGameBingoFlipCardCsReq => { - "CmdMonopolyGameBingoFlipCardCsReq" - } - CmdMonopolyType::CmdMonopolyScrachRaffleTicketScRsp => { - "CmdMonopolyScrachRaffleTicketScRsp" - } - CmdMonopolyType::CmdMonopolyMoveScRsp => "CmdMonopolyMoveScRsp", - CmdMonopolyType::CmdMonopolyEventLoadUpdateScNotify => { - "CmdMonopolyEventLoadUpdateScNotify" - } - CmdMonopolyType::CmdMonopolyDailySettleScNotify => { - "CmdMonopolyDailySettleScNotify" - } - CmdMonopolyType::CmdMonopolyGetDailyInitItemScRsp => { - "CmdMonopolyGetDailyInitItemScRsp" - } - CmdMonopolyType::CmdMonopolyClickCellCsReq => "CmdMonopolyClickCellCsReq", - CmdMonopolyType::CmdGetMonopolyFriendRankingListCsReq => { - "CmdGetMonopolyFriendRankingListCsReq" - } - CmdMonopolyType::CmdMonopolyLikeCsReq => "CmdMonopolyLikeCsReq", - CmdMonopolyType::CmdMonopolyTakePhaseRewardCsReq => { - "CmdMonopolyTakePhaseRewardCsReq" - } - CmdMonopolyType::CmdGetMonopolyMbtiReportRewardCsReq => { - "CmdGetMonopolyMbtiReportRewardCsReq" - } - CmdMonopolyType::CmdMonopolyConditionUpdateScNotify => { - "CmdMonopolyConditionUpdateScNotify" - } - CmdMonopolyType::CmdMonopolyGetRafflePoolInfoCsReq => { - "CmdMonopolyGetRafflePoolInfoCsReq" - } - CmdMonopolyType::CmdDailyFirstEnterMonopolyActivityCsReq => { - "CmdDailyFirstEnterMonopolyActivityCsReq" - } - CmdMonopolyType::CmdMonopolyAcceptQuizCsReq => "CmdMonopolyAcceptQuizCsReq", - CmdMonopolyType::CmdMonopolyGuessDrawScNotify => { - "CmdMonopolyGuessDrawScNotify" - } - CmdMonopolyType::CmdGetMonopolyInfoCsReq => "CmdGetMonopolyInfoCsReq", - CmdMonopolyType::CmdMonopolyGuessBuyInformationScRsp => { - "CmdMonopolyGuessBuyInformationScRsp" - } - CmdMonopolyType::CmdMonopolyGetRafflePoolInfoScRsp => { - "CmdMonopolyGetRafflePoolInfoScRsp" - } - CmdMonopolyType::CmdDeleteSocialEventServerCacheCsReq => { - "CmdDeleteSocialEventServerCacheCsReq" - } - CmdMonopolyType::CmdMonopolyGetRegionProgressCsReq => { - "CmdMonopolyGetRegionProgressCsReq" - } - CmdMonopolyType::CmdDeleteSocialEventServerCacheScRsp => { - "CmdDeleteSocialEventServerCacheScRsp" - } - CmdMonopolyType::CmdMonopolyGameGachaScRsp => "CmdMonopolyGameGachaScRsp", - CmdMonopolyType::CmdMonopolyGetDailyInitItemCsReq => { - "CmdMonopolyGetDailyInitItemCsReq" - } - CmdMonopolyType::CmdMonopolyGameGachaCsReq => "CmdMonopolyGameGachaCsReq", - CmdMonopolyType::CmdMonopolyTakePhaseRewardScRsp => { - "CmdMonopolyTakePhaseRewardScRsp" - } - CmdMonopolyType::CmdMonopolyClickMbtiReportScRsp => { - "CmdMonopolyClickMbtiReportScRsp" - } - CmdMonopolyType::CmdMonopolyCheatDiceScRsp => "CmdMonopolyCheatDiceScRsp", - CmdMonopolyType::CmdMonopolyRollRandomCsReq => "CmdMonopolyRollRandomCsReq", - CmdMonopolyType::CmdMonopolyGetRaffleTicketScRsp => { - "CmdMonopolyGetRaffleTicketScRsp" - } - CmdMonopolyType::CmdMonopolyGameRaiseRatioScRsp => { - "CmdMonopolyGameRaiseRatioScRsp" - } - CmdMonopolyType::CmdMonopolyGiveUpCurContentScRsp => { - "CmdMonopolyGiveUpCurContentScRsp" - } - CmdMonopolyType::CmdMonopolyGuessBuyInformationCsReq => { - "CmdMonopolyGuessBuyInformationCsReq" - } - CmdMonopolyType::CmdMonopolyUpgradeAssetCsReq => { - "CmdMonopolyUpgradeAssetCsReq" - } - CmdMonopolyType::CmdGetMonopolyDailyReportCsReq => { - "CmdGetMonopolyDailyReportCsReq" - } - CmdMonopolyType::CmdMonopolyBuyGoodsScRsp => "CmdMonopolyBuyGoodsScRsp", - CmdMonopolyType::CmdMonopolyRollDiceCsReq => "CmdMonopolyRollDiceCsReq", - CmdMonopolyType::CmdMonopolyGuessChooseScRsp => "CmdMonopolyGuessChooseScRsp", - CmdMonopolyType::CmdMonopolyTakeRaffleTicketRewardCsReq => { - "CmdMonopolyTakeRaffleTicketRewardCsReq" - } - CmdMonopolyType::CmdMonopolyReRollRandomCsReq => { - "CmdMonopolyReRollRandomCsReq" - } - CmdMonopolyType::CmdMonopolyReRollRandomScRsp => { - "CmdMonopolyReRollRandomScRsp" - } - CmdMonopolyType::CmdMonopolySelectOptionScRsp => { - "CmdMonopolySelectOptionScRsp" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdMonopolyTypeNone" => Some(Self::None), - "CmdGetMonopolyMbtiReportRewardScRsp" => { - Some(Self::CmdGetMonopolyMbtiReportRewardScRsp) - } - "CmdMonopolySttUpdateScNotify" => Some(Self::CmdMonopolySttUpdateScNotify), - "CmdGetMbtiReportScRsp" => Some(Self::CmdGetMbtiReportScRsp), - "CmdMonopolyGetRegionProgressScRsp" => { - Some(Self::CmdMonopolyGetRegionProgressScRsp) - } - "CmdGetMonopolyInfoScRsp" => Some(Self::CmdGetMonopolyInfoScRsp), - "CmdMonopolyLikeScRsp" => Some(Self::CmdMonopolyLikeScRsp), - "CmdMonopolyCheatDiceCsReq" => Some(Self::CmdMonopolyCheatDiceCsReq), - "CmdMonopolyGiveUpCurContentCsReq" => { - Some(Self::CmdMonopolyGiveUpCurContentCsReq) - } - "CmdMonopolyScrachRaffleTicketCsReq" => { - Some(Self::CmdMonopolyScrachRaffleTicketCsReq) - } - "CmdMonopolyActionResultScNotify" => { - Some(Self::CmdMonopolyActionResultScNotify) - } - "CmdMonopolyGameCreateScNotify" => Some(Self::CmdMonopolyGameCreateScNotify), - "CmdMonopolyEventSelectFriendScRsp" => { - Some(Self::CmdMonopolyEventSelectFriendScRsp) - } - "CmdMonopolySocialEventEffectScNotify" => { - Some(Self::CmdMonopolySocialEventEffectScNotify) - } - "CmdMonopolyQuizDurationChangeScNotify" => { - Some(Self::CmdMonopolyQuizDurationChangeScNotify) - } - "CmdMonopolyGameRaiseRatioCsReq" => { - Some(Self::CmdMonopolyGameRaiseRatioCsReq) - } - "CmdMonopolyBuyGoodsCsReq" => Some(Self::CmdMonopolyBuyGoodsCsReq), - "CmdGetMonopolyDailyReportScRsp" => { - Some(Self::CmdGetMonopolyDailyReportScRsp) - } - "CmdGetSocialEventServerCacheScRsp" => { - Some(Self::CmdGetSocialEventServerCacheScRsp) - } - "CmdGetSocialEventServerCacheCsReq" => { - Some(Self::CmdGetSocialEventServerCacheCsReq) - } - "CmdMonopolyGameSettleScNotify" => Some(Self::CmdMonopolyGameSettleScNotify), - "CmdMonopolyConfirmRandomScRsp" => Some(Self::CmdMonopolyConfirmRandomScRsp), - "CmdMonopolyConfirmRandomCsReq" => Some(Self::CmdMonopolyConfirmRandomCsReq), - "CmdMonopolyEventSelectFriendCsReq" => { - Some(Self::CmdMonopolyEventSelectFriendCsReq) - } - "CmdMonopolyClickCellScRsp" => Some(Self::CmdMonopolyClickCellScRsp), - "CmdMonopolyUpgradeAssetScRsp" => Some(Self::CmdMonopolyUpgradeAssetScRsp), - "CmdMonopolyMoveCsReq" => Some(Self::CmdMonopolyMoveCsReq), - "CmdMonopolyGuessChooseCsReq" => Some(Self::CmdMonopolyGuessChooseCsReq), - "CmdGetMbtiReportCsReq" => Some(Self::CmdGetMbtiReportCsReq), - "CmdMonopolyContentUpdateScNotify" => { - Some(Self::CmdMonopolyContentUpdateScNotify) - } - "CmdMonopolySelectOptionCsReq" => Some(Self::CmdMonopolySelectOptionCsReq), - "CmdMonopolyRollRandomScRsp" => Some(Self::CmdMonopolyRollRandomScRsp), - "CmdMonopolyTakeRaffleTicketRewardScRsp" => { - Some(Self::CmdMonopolyTakeRaffleTicketRewardScRsp) - } - "CmdMonopolyClickMbtiReportCsReq" => { - Some(Self::CmdMonopolyClickMbtiReportCsReq) - } - "CmdMonopolyRollDiceScRsp" => Some(Self::CmdMonopolyRollDiceScRsp), - "CmdMonopolyLikeScNotify" => Some(Self::CmdMonopolyLikeScNotify), - "CmdMonopolyGetRaffleTicketCsReq" => { - Some(Self::CmdMonopolyGetRaffleTicketCsReq) - } - "CmdMonopolyCellUpdateNotify" => Some(Self::CmdMonopolyCellUpdateNotify), - "CmdMonopolyGameBingoFlipCardScRsp" => { - Some(Self::CmdMonopolyGameBingoFlipCardScRsp) - } - "CmdMonopolyAcceptQuizScRsp" => Some(Self::CmdMonopolyAcceptQuizScRsp), - "CmdGetMonopolyFriendRankingListScRsp" => { - Some(Self::CmdGetMonopolyFriendRankingListScRsp) - } - "CmdDailyFirstEnterMonopolyActivityScRsp" => { - Some(Self::CmdDailyFirstEnterMonopolyActivityScRsp) - } - "CmdMonopolyGameBingoFlipCardCsReq" => { - Some(Self::CmdMonopolyGameBingoFlipCardCsReq) - } - "CmdMonopolyScrachRaffleTicketScRsp" => { - Some(Self::CmdMonopolyScrachRaffleTicketScRsp) - } - "CmdMonopolyMoveScRsp" => Some(Self::CmdMonopolyMoveScRsp), - "CmdMonopolyEventLoadUpdateScNotify" => { - Some(Self::CmdMonopolyEventLoadUpdateScNotify) - } - "CmdMonopolyDailySettleScNotify" => { - Some(Self::CmdMonopolyDailySettleScNotify) - } - "CmdMonopolyGetDailyInitItemScRsp" => { - Some(Self::CmdMonopolyGetDailyInitItemScRsp) - } - "CmdMonopolyClickCellCsReq" => Some(Self::CmdMonopolyClickCellCsReq), - "CmdGetMonopolyFriendRankingListCsReq" => { - Some(Self::CmdGetMonopolyFriendRankingListCsReq) - } - "CmdMonopolyLikeCsReq" => Some(Self::CmdMonopolyLikeCsReq), - "CmdMonopolyTakePhaseRewardCsReq" => { - Some(Self::CmdMonopolyTakePhaseRewardCsReq) - } - "CmdGetMonopolyMbtiReportRewardCsReq" => { - Some(Self::CmdGetMonopolyMbtiReportRewardCsReq) - } - "CmdMonopolyConditionUpdateScNotify" => { - Some(Self::CmdMonopolyConditionUpdateScNotify) - } - "CmdMonopolyGetRafflePoolInfoCsReq" => { - Some(Self::CmdMonopolyGetRafflePoolInfoCsReq) - } - "CmdDailyFirstEnterMonopolyActivityCsReq" => { - Some(Self::CmdDailyFirstEnterMonopolyActivityCsReq) - } - "CmdMonopolyAcceptQuizCsReq" => Some(Self::CmdMonopolyAcceptQuizCsReq), - "CmdMonopolyGuessDrawScNotify" => Some(Self::CmdMonopolyGuessDrawScNotify), - "CmdGetMonopolyInfoCsReq" => Some(Self::CmdGetMonopolyInfoCsReq), - "CmdMonopolyGuessBuyInformationScRsp" => { - Some(Self::CmdMonopolyGuessBuyInformationScRsp) - } - "CmdMonopolyGetRafflePoolInfoScRsp" => { - Some(Self::CmdMonopolyGetRafflePoolInfoScRsp) - } - "CmdDeleteSocialEventServerCacheCsReq" => { - Some(Self::CmdDeleteSocialEventServerCacheCsReq) - } - "CmdMonopolyGetRegionProgressCsReq" => { - Some(Self::CmdMonopolyGetRegionProgressCsReq) - } - "CmdDeleteSocialEventServerCacheScRsp" => { - Some(Self::CmdDeleteSocialEventServerCacheScRsp) - } - "CmdMonopolyGameGachaScRsp" => Some(Self::CmdMonopolyGameGachaScRsp), - "CmdMonopolyGetDailyInitItemCsReq" => { - Some(Self::CmdMonopolyGetDailyInitItemCsReq) - } - "CmdMonopolyGameGachaCsReq" => Some(Self::CmdMonopolyGameGachaCsReq), - "CmdMonopolyTakePhaseRewardScRsp" => { - Some(Self::CmdMonopolyTakePhaseRewardScRsp) - } - "CmdMonopolyClickMbtiReportScRsp" => { - Some(Self::CmdMonopolyClickMbtiReportScRsp) - } - "CmdMonopolyCheatDiceScRsp" => Some(Self::CmdMonopolyCheatDiceScRsp), - "CmdMonopolyRollRandomCsReq" => Some(Self::CmdMonopolyRollRandomCsReq), - "CmdMonopolyGetRaffleTicketScRsp" => { - Some(Self::CmdMonopolyGetRaffleTicketScRsp) - } - "CmdMonopolyGameRaiseRatioScRsp" => { - Some(Self::CmdMonopolyGameRaiseRatioScRsp) - } - "CmdMonopolyGiveUpCurContentScRsp" => { - Some(Self::CmdMonopolyGiveUpCurContentScRsp) - } - "CmdMonopolyGuessBuyInformationCsReq" => { - Some(Self::CmdMonopolyGuessBuyInformationCsReq) - } - "CmdMonopolyUpgradeAssetCsReq" => Some(Self::CmdMonopolyUpgradeAssetCsReq), - "CmdGetMonopolyDailyReportCsReq" => { - Some(Self::CmdGetMonopolyDailyReportCsReq) - } - "CmdMonopolyBuyGoodsScRsp" => Some(Self::CmdMonopolyBuyGoodsScRsp), - "CmdMonopolyRollDiceCsReq" => Some(Self::CmdMonopolyRollDiceCsReq), - "CmdMonopolyGuessChooseScRsp" => Some(Self::CmdMonopolyGuessChooseScRsp), - "CmdMonopolyTakeRaffleTicketRewardCsReq" => { - Some(Self::CmdMonopolyTakeRaffleTicketRewardCsReq) - } - "CmdMonopolyReRollRandomCsReq" => Some(Self::CmdMonopolyReRollRandomCsReq), - "CmdMonopolyReRollRandomScRsp" => Some(Self::CmdMonopolyReRollRandomScRsp), - "CmdMonopolySelectOptionScRsp" => Some(Self::CmdMonopolySelectOptionScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdMultiplayerType { - None = 0, - CmdMultiplayerFightGameStateScRsp = 1006, - CmdMultiplayerGetFightGateCsReq = 1011, - CmdMultiplayerFightGameFinishScNotify = 1029, - CmdMultiplayerFightGameStartScNotify = 1039, - CmdMultiplayerGetFightGateScRsp = 1043, - CmdMultiplayerMatch3FinishScNotify = 1051, - CmdMultiplayerFightGiveUpCsReq = 1056, - CmdMultiplayerFightGameStateCsReq = 1068, - CmdMultiplayerFightGiveUpScRsp = 1093, -} -impl CmdMultiplayerType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdMultiplayerType::None => "CmdMultiplayerTypeNone", - CmdMultiplayerType::CmdMultiplayerFightGameStateScRsp => { - "CmdMultiplayerFightGameStateScRsp" - } - CmdMultiplayerType::CmdMultiplayerGetFightGateCsReq => { - "CmdMultiplayerGetFightGateCsReq" - } - CmdMultiplayerType::CmdMultiplayerFightGameFinishScNotify => { - "CmdMultiplayerFightGameFinishScNotify" - } - CmdMultiplayerType::CmdMultiplayerFightGameStartScNotify => { - "CmdMultiplayerFightGameStartScNotify" - } - CmdMultiplayerType::CmdMultiplayerGetFightGateScRsp => { - "CmdMultiplayerGetFightGateScRsp" - } - CmdMultiplayerType::CmdMultiplayerMatch3FinishScNotify => { - "CmdMultiplayerMatch3FinishScNotify" - } - CmdMultiplayerType::CmdMultiplayerFightGiveUpCsReq => { - "CmdMultiplayerFightGiveUpCsReq" - } - CmdMultiplayerType::CmdMultiplayerFightGameStateCsReq => { - "CmdMultiplayerFightGameStateCsReq" - } - CmdMultiplayerType::CmdMultiplayerFightGiveUpScRsp => { - "CmdMultiplayerFightGiveUpScRsp" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdMultiplayerTypeNone" => Some(Self::None), - "CmdMultiplayerFightGameStateScRsp" => { - Some(Self::CmdMultiplayerFightGameStateScRsp) - } - "CmdMultiplayerGetFightGateCsReq" => { - Some(Self::CmdMultiplayerGetFightGateCsReq) - } - "CmdMultiplayerFightGameFinishScNotify" => { - Some(Self::CmdMultiplayerFightGameFinishScNotify) - } - "CmdMultiplayerFightGameStartScNotify" => { - Some(Self::CmdMultiplayerFightGameStartScNotify) - } - "CmdMultiplayerGetFightGateScRsp" => { - Some(Self::CmdMultiplayerGetFightGateScRsp) - } - "CmdMultiplayerMatch3FinishScNotify" => { - Some(Self::CmdMultiplayerMatch3FinishScNotify) - } - "CmdMultiplayerFightGiveUpCsReq" => { - Some(Self::CmdMultiplayerFightGiveUpCsReq) - } - "CmdMultiplayerFightGameStateCsReq" => { - Some(Self::CmdMultiplayerFightGameStateCsReq) - } - "CmdMultiplayerFightGiveUpScRsp" => { - Some(Self::CmdMultiplayerFightGiveUpScRsp) - } - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdMultipleDropType { - None = 0, - CmdGetMultipleDropInfoScRsp = 4606, - CmdMultipleDropInfoScNotify = 4611, - CmdGetPlayerReturnMultiDropInfoCsReq = 4643, - CmdGetPlayerReturnMultiDropInfoScRsp = 4656, - CmdGetMultipleDropInfoCsReq = 4668, - CmdMultipleDropInfoNotify = 4693, -} -impl CmdMultipleDropType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdMultipleDropType::None => "CmdMultipleDropTypeNone", - CmdMultipleDropType::CmdGetMultipleDropInfoScRsp => { - "CmdGetMultipleDropInfoScRsp" - } - CmdMultipleDropType::CmdMultipleDropInfoScNotify => { - "CmdMultipleDropInfoScNotify" - } - CmdMultipleDropType::CmdGetPlayerReturnMultiDropInfoCsReq => { - "CmdGetPlayerReturnMultiDropInfoCsReq" - } - CmdMultipleDropType::CmdGetPlayerReturnMultiDropInfoScRsp => { - "CmdGetPlayerReturnMultiDropInfoScRsp" - } - CmdMultipleDropType::CmdGetMultipleDropInfoCsReq => { - "CmdGetMultipleDropInfoCsReq" - } - CmdMultipleDropType::CmdMultipleDropInfoNotify => "CmdMultipleDropInfoNotify", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdMultipleDropTypeNone" => Some(Self::None), - "CmdGetMultipleDropInfoScRsp" => Some(Self::CmdGetMultipleDropInfoScRsp), - "CmdMultipleDropInfoScNotify" => Some(Self::CmdMultipleDropInfoScNotify), - "CmdGetPlayerReturnMultiDropInfoCsReq" => { - Some(Self::CmdGetPlayerReturnMultiDropInfoCsReq) - } - "CmdGetPlayerReturnMultiDropInfoScRsp" => { - Some(Self::CmdGetPlayerReturnMultiDropInfoScRsp) - } - "CmdGetMultipleDropInfoCsReq" => Some(Self::CmdGetMultipleDropInfoCsReq), - "CmdMultipleDropInfoNotify" => Some(Self::CmdMultipleDropInfoNotify), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdMuseumType { - None = 0, - CmdGetMuseumInfoScRsp = 4306, - CmdMuseumTargetRewardNotify = 4308, - CmdMuseumTargetStartNotify = 4309, - CmdBuyNpcStuffCsReq = 4311, - CmdMuseumRandomEventQueryScRsp = 4317, - CmdMuseumRandomEventQueryCsReq = 4324, - CmdMuseumRandomEventStartScNotify = 4325, - CmdMuseumDispatchFinishedScNotify = 4328, - CmdRemoveStuffFromAreaScRsp = 4329, - CmdMuseumTakeCollectRewardScRsp = 4332, - CmdGetExhibitScNotify = 4333, - CmdUpgradeAreaStatScRsp = 4334, - CmdRemoveStuffFromAreaCsReq = 4339, - CmdBuyNpcStuffScRsp = 4343, - CmdUpgradeAreaScRsp = 4348, - CmdGetStuffScNotify = 4351, - CmdFinishCurTurnScRsp = 4354, - CmdSetStuffToAreaCsReq = 4356, - CmdUpgradeAreaCsReq = 4365, - CmdGetMuseumInfoCsReq = 4368, - CmdMuseumTakeCollectRewardCsReq = 4381, - CmdUpgradeAreaStatCsReq = 4382, - CmdMuseumTargetMissionFinishNotify = 4388, - CmdMuseumRandomEventSelectScRsp = 4390, - CmdMuseumRandomEventSelectCsReq = 4392, - CmdSetStuffToAreaScRsp = 4393, - CmdMuseumInfoChangedScNotify = 4397, - CmdMuseumFundsChangedScNotify = 4398, - CmdFinishCurTurnCsReq = 4399, -} -impl CmdMuseumType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdMuseumType::None => "CmdMuseumTypeNone", - CmdMuseumType::CmdGetMuseumInfoScRsp => "CmdGetMuseumInfoScRsp", - CmdMuseumType::CmdMuseumTargetRewardNotify => "CmdMuseumTargetRewardNotify", - CmdMuseumType::CmdMuseumTargetStartNotify => "CmdMuseumTargetStartNotify", - CmdMuseumType::CmdBuyNpcStuffCsReq => "CmdBuyNpcStuffCsReq", - CmdMuseumType::CmdMuseumRandomEventQueryScRsp => { - "CmdMuseumRandomEventQueryScRsp" - } - CmdMuseumType::CmdMuseumRandomEventQueryCsReq => { - "CmdMuseumRandomEventQueryCsReq" - } - CmdMuseumType::CmdMuseumRandomEventStartScNotify => { - "CmdMuseumRandomEventStartScNotify" - } - CmdMuseumType::CmdMuseumDispatchFinishedScNotify => { - "CmdMuseumDispatchFinishedScNotify" - } - CmdMuseumType::CmdRemoveStuffFromAreaScRsp => "CmdRemoveStuffFromAreaScRsp", - CmdMuseumType::CmdMuseumTakeCollectRewardScRsp => { - "CmdMuseumTakeCollectRewardScRsp" - } - CmdMuseumType::CmdGetExhibitScNotify => "CmdGetExhibitScNotify", - CmdMuseumType::CmdUpgradeAreaStatScRsp => "CmdUpgradeAreaStatScRsp", - CmdMuseumType::CmdRemoveStuffFromAreaCsReq => "CmdRemoveStuffFromAreaCsReq", - CmdMuseumType::CmdBuyNpcStuffScRsp => "CmdBuyNpcStuffScRsp", - CmdMuseumType::CmdUpgradeAreaScRsp => "CmdUpgradeAreaScRsp", - CmdMuseumType::CmdGetStuffScNotify => "CmdGetStuffScNotify", - CmdMuseumType::CmdFinishCurTurnScRsp => "CmdFinishCurTurnScRsp", - CmdMuseumType::CmdSetStuffToAreaCsReq => "CmdSetStuffToAreaCsReq", - CmdMuseumType::CmdUpgradeAreaCsReq => "CmdUpgradeAreaCsReq", - CmdMuseumType::CmdGetMuseumInfoCsReq => "CmdGetMuseumInfoCsReq", - CmdMuseumType::CmdMuseumTakeCollectRewardCsReq => { - "CmdMuseumTakeCollectRewardCsReq" - } - CmdMuseumType::CmdUpgradeAreaStatCsReq => "CmdUpgradeAreaStatCsReq", - CmdMuseumType::CmdMuseumTargetMissionFinishNotify => { - "CmdMuseumTargetMissionFinishNotify" - } - CmdMuseumType::CmdMuseumRandomEventSelectScRsp => { - "CmdMuseumRandomEventSelectScRsp" - } - CmdMuseumType::CmdMuseumRandomEventSelectCsReq => { - "CmdMuseumRandomEventSelectCsReq" - } - CmdMuseumType::CmdSetStuffToAreaScRsp => "CmdSetStuffToAreaScRsp", - CmdMuseumType::CmdMuseumInfoChangedScNotify => "CmdMuseumInfoChangedScNotify", - CmdMuseumType::CmdMuseumFundsChangedScNotify => { - "CmdMuseumFundsChangedScNotify" - } - CmdMuseumType::CmdFinishCurTurnCsReq => "CmdFinishCurTurnCsReq", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdMuseumTypeNone" => Some(Self::None), - "CmdGetMuseumInfoScRsp" => Some(Self::CmdGetMuseumInfoScRsp), - "CmdMuseumTargetRewardNotify" => Some(Self::CmdMuseumTargetRewardNotify), - "CmdMuseumTargetStartNotify" => Some(Self::CmdMuseumTargetStartNotify), - "CmdBuyNpcStuffCsReq" => Some(Self::CmdBuyNpcStuffCsReq), - "CmdMuseumRandomEventQueryScRsp" => { - Some(Self::CmdMuseumRandomEventQueryScRsp) - } - "CmdMuseumRandomEventQueryCsReq" => { - Some(Self::CmdMuseumRandomEventQueryCsReq) - } - "CmdMuseumRandomEventStartScNotify" => { - Some(Self::CmdMuseumRandomEventStartScNotify) - } - "CmdMuseumDispatchFinishedScNotify" => { - Some(Self::CmdMuseumDispatchFinishedScNotify) - } - "CmdRemoveStuffFromAreaScRsp" => Some(Self::CmdRemoveStuffFromAreaScRsp), - "CmdMuseumTakeCollectRewardScRsp" => { - Some(Self::CmdMuseumTakeCollectRewardScRsp) - } - "CmdGetExhibitScNotify" => Some(Self::CmdGetExhibitScNotify), - "CmdUpgradeAreaStatScRsp" => Some(Self::CmdUpgradeAreaStatScRsp), - "CmdRemoveStuffFromAreaCsReq" => Some(Self::CmdRemoveStuffFromAreaCsReq), - "CmdBuyNpcStuffScRsp" => Some(Self::CmdBuyNpcStuffScRsp), - "CmdUpgradeAreaScRsp" => Some(Self::CmdUpgradeAreaScRsp), - "CmdGetStuffScNotify" => Some(Self::CmdGetStuffScNotify), - "CmdFinishCurTurnScRsp" => Some(Self::CmdFinishCurTurnScRsp), - "CmdSetStuffToAreaCsReq" => Some(Self::CmdSetStuffToAreaCsReq), - "CmdUpgradeAreaCsReq" => Some(Self::CmdUpgradeAreaCsReq), - "CmdGetMuseumInfoCsReq" => Some(Self::CmdGetMuseumInfoCsReq), - "CmdMuseumTakeCollectRewardCsReq" => { - Some(Self::CmdMuseumTakeCollectRewardCsReq) - } - "CmdUpgradeAreaStatCsReq" => Some(Self::CmdUpgradeAreaStatCsReq), - "CmdMuseumTargetMissionFinishNotify" => { - Some(Self::CmdMuseumTargetMissionFinishNotify) - } - "CmdMuseumRandomEventSelectScRsp" => { - Some(Self::CmdMuseumRandomEventSelectScRsp) - } - "CmdMuseumRandomEventSelectCsReq" => { - Some(Self::CmdMuseumRandomEventSelectCsReq) - } - "CmdSetStuffToAreaScRsp" => Some(Self::CmdSetStuffToAreaScRsp), - "CmdMuseumInfoChangedScNotify" => Some(Self::CmdMuseumInfoChangedScNotify), - "CmdMuseumFundsChangedScNotify" => Some(Self::CmdMuseumFundsChangedScNotify), - "CmdFinishCurTurnCsReq" => Some(Self::CmdFinishCurTurnCsReq), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdOfferingType { - None = 0, - CmdTakeOfferingRewardScRsp = 6922, - CmdGetOfferingInfoScRsp = 6923, - CmdTakeOfferingRewardCsReq = 6924, - CmdSubmitOfferingItemCsReq = 6932, - CmdOfferingInfoScNotify = 6936, - CmdGetOfferingInfoCsReq = 6939, - CmdSubmitOfferingItemScRsp = 6940, -} -impl CmdOfferingType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdOfferingType::None => "CmdOfferingTypeNone", - CmdOfferingType::CmdTakeOfferingRewardScRsp => "CmdTakeOfferingRewardScRsp", - CmdOfferingType::CmdGetOfferingInfoScRsp => "CmdGetOfferingInfoScRsp", - CmdOfferingType::CmdTakeOfferingRewardCsReq => "CmdTakeOfferingRewardCsReq", - CmdOfferingType::CmdSubmitOfferingItemCsReq => "CmdSubmitOfferingItemCsReq", - CmdOfferingType::CmdOfferingInfoScNotify => "CmdOfferingInfoScNotify", - CmdOfferingType::CmdGetOfferingInfoCsReq => "CmdGetOfferingInfoCsReq", - CmdOfferingType::CmdSubmitOfferingItemScRsp => "CmdSubmitOfferingItemScRsp", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdOfferingTypeNone" => Some(Self::None), - "CmdTakeOfferingRewardScRsp" => Some(Self::CmdTakeOfferingRewardScRsp), - "CmdGetOfferingInfoScRsp" => Some(Self::CmdGetOfferingInfoScRsp), - "CmdTakeOfferingRewardCsReq" => Some(Self::CmdTakeOfferingRewardCsReq), - "CmdSubmitOfferingItemCsReq" => Some(Self::CmdSubmitOfferingItemCsReq), - "CmdOfferingInfoScNotify" => Some(Self::CmdOfferingInfoScNotify), - "CmdGetOfferingInfoCsReq" => Some(Self::CmdGetOfferingInfoCsReq), - "CmdSubmitOfferingItemScRsp" => Some(Self::CmdSubmitOfferingItemScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdPamMissionType { - None = 0, - CmdAcceptedPamMissionExpireScRsp = 4006, - CmdSyncAcceptedPamMissionNotify = 4011, - CmdAcceptedPamMissionExpireCsReq = 4068, -} -impl CmdPamMissionType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdPamMissionType::None => "CmdPamMissionTypeNone", - CmdPamMissionType::CmdAcceptedPamMissionExpireScRsp => { - "CmdAcceptedPamMissionExpireScRsp" - } - CmdPamMissionType::CmdSyncAcceptedPamMissionNotify => { - "CmdSyncAcceptedPamMissionNotify" - } - CmdPamMissionType::CmdAcceptedPamMissionExpireCsReq => { - "CmdAcceptedPamMissionExpireCsReq" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdPamMissionTypeNone" => Some(Self::None), - "CmdAcceptedPamMissionExpireScRsp" => { - Some(Self::CmdAcceptedPamMissionExpireScRsp) - } - "CmdSyncAcceptedPamMissionNotify" => { - Some(Self::CmdSyncAcceptedPamMissionNotify) - } - "CmdAcceptedPamMissionExpireCsReq" => { - Some(Self::CmdAcceptedPamMissionExpireCsReq) - } - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdPetType { - None = 0, - CmdGetPetDataCsReq = 7607, - CmdRecallPetScRsp = 7608, - CmdRecallPetCsReq = 7611, - CmdSummonPetCsReq = 7615, - CmdSummonPetScRsp = 7617, - CmdCurPetChangedScNotify = 7623, - CmdGetPetDataScRsp = 7624, -} -impl CmdPetType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdPetType::None => "CmdPetTypeNone", - CmdPetType::CmdGetPetDataCsReq => "CmdGetPetDataCsReq", - CmdPetType::CmdRecallPetScRsp => "CmdRecallPetScRsp", - CmdPetType::CmdRecallPetCsReq => "CmdRecallPetCsReq", - CmdPetType::CmdSummonPetCsReq => "CmdSummonPetCsReq", - CmdPetType::CmdSummonPetScRsp => "CmdSummonPetScRsp", - CmdPetType::CmdCurPetChangedScNotify => "CmdCurPetChangedScNotify", - CmdPetType::CmdGetPetDataScRsp => "CmdGetPetDataScRsp", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdPetTypeNone" => Some(Self::None), - "CmdGetPetDataCsReq" => Some(Self::CmdGetPetDataCsReq), - "CmdRecallPetScRsp" => Some(Self::CmdRecallPetScRsp), - "CmdRecallPetCsReq" => Some(Self::CmdRecallPetCsReq), - "CmdSummonPetCsReq" => Some(Self::CmdSummonPetCsReq), - "CmdSummonPetScRsp" => Some(Self::CmdSummonPetScRsp), - "CmdCurPetChangedScNotify" => Some(Self::CmdCurPetChangedScNotify), - "CmdGetPetDataScRsp" => Some(Self::CmdGetPetDataScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdPhoneType { - None = 0, - CmdGetPhoneDataScRsp = 5106, - CmdSelectChatBubbleCsReq = 5111, - CmdUnlockPhoneThemeScNotify = 5129, - CmdSelectPhoneThemeScRsp = 5139, - CmdSelectChatBubbleScRsp = 5143, - CmdUnlockChatBubbleScNotify = 5156, - CmdGetPhoneDataCsReq = 5168, - CmdSelectPhoneThemeCsReq = 5193, -} -impl CmdPhoneType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdPhoneType::None => "CmdPhoneTypeNone", - CmdPhoneType::CmdGetPhoneDataScRsp => "CmdGetPhoneDataScRsp", - CmdPhoneType::CmdSelectChatBubbleCsReq => "CmdSelectChatBubbleCsReq", - CmdPhoneType::CmdUnlockPhoneThemeScNotify => "CmdUnlockPhoneThemeScNotify", - CmdPhoneType::CmdSelectPhoneThemeScRsp => "CmdSelectPhoneThemeScRsp", - CmdPhoneType::CmdSelectChatBubbleScRsp => "CmdSelectChatBubbleScRsp", - CmdPhoneType::CmdUnlockChatBubbleScNotify => "CmdUnlockChatBubbleScNotify", - CmdPhoneType::CmdGetPhoneDataCsReq => "CmdGetPhoneDataCsReq", - CmdPhoneType::CmdSelectPhoneThemeCsReq => "CmdSelectPhoneThemeCsReq", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdPhoneTypeNone" => Some(Self::None), - "CmdGetPhoneDataScRsp" => Some(Self::CmdGetPhoneDataScRsp), - "CmdSelectChatBubbleCsReq" => Some(Self::CmdSelectChatBubbleCsReq), - "CmdUnlockPhoneThemeScNotify" => Some(Self::CmdUnlockPhoneThemeScNotify), - "CmdSelectPhoneThemeScRsp" => Some(Self::CmdSelectPhoneThemeScRsp), - "CmdSelectChatBubbleScRsp" => Some(Self::CmdSelectChatBubbleScRsp), - "CmdUnlockChatBubbleScNotify" => Some(Self::CmdUnlockChatBubbleScNotify), - "CmdGetPhoneDataCsReq" => Some(Self::CmdGetPhoneDataCsReq), - "CmdSelectPhoneThemeCsReq" => Some(Self::CmdSelectPhoneThemeCsReq), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdPlayerType { - None = 0, - CmdUpdatePsnSettingsInfoCsReq = 2, - CmdPlayerHeartBeatScRsp = 3, - CmdSetMultipleAvatarPathsScRsp = 4, - CmdStaminaInfoScNotify = 5, - CmdPlayerLoginScRsp = 6, - CmdMonthCardRewardNotify = 7, - CmdGetLevelRewardScRsp = 9, - CmdPlayerLogoutCsReq = 11, - CmdSetGenderScRsp = 12, - CmdFeatureSwitchClosedScNotify = 13, - CmdClientDownloadDataScNotify = 15, - CmdServerAnnounceNotify = 16, - CmdSetNicknameScRsp = 17, - CmdSetAvatarPathCsReq = 20, - CmdGetSecretKeyInfoCsReq = 21, - CmdSetNicknameCsReq = 24, - CmdAntiAddictScNotify = 25, - CmdGateServerScNotify = 26, - CmdGetMultiPathAvatarInfoCsReq = 27, - CmdGetLevelRewardCsReq = 28, - CmdGmTalkScNotify = 29, - CmdSetPlayerInfoCsReq = 30, - CmdPlayerHeartBeatCsReq = 31, - CmdSetLanguageScRsp = 32, - CmdGmTalkCsReq = 33, - CmdGetAuthkeyCsReq = 34, - CmdUnlockAvatarPathScRsp = 38, - CmdGetBasicInfoCsReq = 40, - CmdretcodeNotify = 41, - CmdGetVideoVersionKeyCsReq = 42, - CmdPlayerLogoutScRsp = 43, - CmdSetGenderCsReq = 46, - CmdAceAntiCheaterCsReq = 47, - CmdExchangeStaminaCsReq = 48, - CmdReserveStaminaExchangeCsReq = 50, - CmdPlayerKickOutScNotify = 51, - CmdClientObjUploadScRsp = 52, - CmdSetGameplayBirthdayCsReq = 53, - CmdAvatarPathChangedNotify = 55, - CmdPlayerGetTokenCsReq = 56, - CmdSetAvatarPathScRsp = 57, - CmdSetGameplayBirthdayScRsp = 58, - CmdAceAntiCheaterScRsp = 59, - CmdClientObjDownloadDataScNotify = 61, - CmdUpdatePsnSettingsInfoScRsp = 62, - CmdUnlockAvatarPathCsReq = 63, - CmdUpdatePlayerSettingCsReq = 64, - CmdQueryProductInfoScRsp = 67, - CmdPlayerLoginCsReq = 68, - CmdQueryProductInfoCsReq = 69, - CmdUpdatePlayerSettingScRsp = 70, - CmdGetSecretKeyInfoScRsp = 71, - CmdReserveStaminaExchangeScRsp = 72, - CmdPlayerLoginFinishCsReq = 73, - CmdUpdateFeatureSwitchScNotify = 75, - CmdGetMultiPathAvatarInfoScRsp = 77, - CmdClientObjUploadCsReq = 79, - CmdSetMultipleAvatarPathsCsReq = 80, - CmdSetLanguageCsReq = 81, - CmdExchangeStaminaScRsp = 82, - CmdGetVideoVersionKeyScRsp = 83, - CmdGetBasicInfoScRsp = 85, - CmdPlayerLoginFinishScRsp = 86, - CmdGetLevelRewardTakenListScRsp = 90, - CmdGetLevelRewardTakenListCsReq = 92, - CmdPlayerGetTokenScRsp = 93, - CmdSetPlayerInfoScRsp = 95, - CmdSetRedPointStatusScNotify = 96, - CmdGetAuthkeyScRsp = 97, - CmdRegionStopScNotify = 98, - CmdGmTalkScRsp = 99, - CmdDailyRefreshNotify = 100, -} -impl CmdPlayerType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdPlayerType::None => "CmdPlayerTypeNone", - CmdPlayerType::CmdUpdatePsnSettingsInfoCsReq => { - "CmdUpdatePsnSettingsInfoCsReq" - } - CmdPlayerType::CmdPlayerHeartBeatScRsp => "CmdPlayerHeartBeatScRsp", - CmdPlayerType::CmdSetMultipleAvatarPathsScRsp => { - "CmdSetMultipleAvatarPathsScRsp" - } - CmdPlayerType::CmdStaminaInfoScNotify => "CmdStaminaInfoScNotify", - CmdPlayerType::CmdPlayerLoginScRsp => "CmdPlayerLoginScRsp", - CmdPlayerType::CmdMonthCardRewardNotify => "CmdMonthCardRewardNotify", - CmdPlayerType::CmdGetLevelRewardScRsp => "CmdGetLevelRewardScRsp", - CmdPlayerType::CmdPlayerLogoutCsReq => "CmdPlayerLogoutCsReq", - CmdPlayerType::CmdSetGenderScRsp => "CmdSetGenderScRsp", - CmdPlayerType::CmdFeatureSwitchClosedScNotify => { - "CmdFeatureSwitchClosedScNotify" - } - CmdPlayerType::CmdClientDownloadDataScNotify => { - "CmdClientDownloadDataScNotify" - } - CmdPlayerType::CmdServerAnnounceNotify => "CmdServerAnnounceNotify", - CmdPlayerType::CmdSetNicknameScRsp => "CmdSetNicknameScRsp", - CmdPlayerType::CmdSetAvatarPathCsReq => "CmdSetAvatarPathCsReq", - CmdPlayerType::CmdGetSecretKeyInfoCsReq => "CmdGetSecretKeyInfoCsReq", - CmdPlayerType::CmdSetNicknameCsReq => "CmdSetNicknameCsReq", - CmdPlayerType::CmdAntiAddictScNotify => "CmdAntiAddictScNotify", - CmdPlayerType::CmdGateServerScNotify => "CmdGateServerScNotify", - CmdPlayerType::CmdGetMultiPathAvatarInfoCsReq => { - "CmdGetMultiPathAvatarInfoCsReq" - } - CmdPlayerType::CmdGetLevelRewardCsReq => "CmdGetLevelRewardCsReq", - CmdPlayerType::CmdGmTalkScNotify => "CmdGmTalkScNotify", - CmdPlayerType::CmdSetPlayerInfoCsReq => "CmdSetPlayerInfoCsReq", - CmdPlayerType::CmdPlayerHeartBeatCsReq => "CmdPlayerHeartBeatCsReq", - CmdPlayerType::CmdSetLanguageScRsp => "CmdSetLanguageScRsp", - CmdPlayerType::CmdGmTalkCsReq => "CmdGmTalkCsReq", - CmdPlayerType::CmdGetAuthkeyCsReq => "CmdGetAuthkeyCsReq", - CmdPlayerType::CmdUnlockAvatarPathScRsp => "CmdUnlockAvatarPathScRsp", - CmdPlayerType::CmdGetBasicInfoCsReq => "CmdGetBasicInfoCsReq", - CmdPlayerType::CmdretcodeNotify => "CmdretcodeNotify", - CmdPlayerType::CmdGetVideoVersionKeyCsReq => "CmdGetVideoVersionKeyCsReq", - CmdPlayerType::CmdPlayerLogoutScRsp => "CmdPlayerLogoutScRsp", - CmdPlayerType::CmdSetGenderCsReq => "CmdSetGenderCsReq", - CmdPlayerType::CmdAceAntiCheaterCsReq => "CmdAceAntiCheaterCsReq", - CmdPlayerType::CmdExchangeStaminaCsReq => "CmdExchangeStaminaCsReq", - CmdPlayerType::CmdReserveStaminaExchangeCsReq => { - "CmdReserveStaminaExchangeCsReq" - } - CmdPlayerType::CmdPlayerKickOutScNotify => "CmdPlayerKickOutScNotify", - CmdPlayerType::CmdClientObjUploadScRsp => "CmdClientObjUploadScRsp", - CmdPlayerType::CmdSetGameplayBirthdayCsReq => "CmdSetGameplayBirthdayCsReq", - CmdPlayerType::CmdAvatarPathChangedNotify => "CmdAvatarPathChangedNotify", - CmdPlayerType::CmdPlayerGetTokenCsReq => "CmdPlayerGetTokenCsReq", - CmdPlayerType::CmdSetAvatarPathScRsp => "CmdSetAvatarPathScRsp", - CmdPlayerType::CmdSetGameplayBirthdayScRsp => "CmdSetGameplayBirthdayScRsp", - CmdPlayerType::CmdAceAntiCheaterScRsp => "CmdAceAntiCheaterScRsp", - CmdPlayerType::CmdClientObjDownloadDataScNotify => { - "CmdClientObjDownloadDataScNotify" - } - CmdPlayerType::CmdUpdatePsnSettingsInfoScRsp => { - "CmdUpdatePsnSettingsInfoScRsp" - } - CmdPlayerType::CmdUnlockAvatarPathCsReq => "CmdUnlockAvatarPathCsReq", - CmdPlayerType::CmdUpdatePlayerSettingCsReq => "CmdUpdatePlayerSettingCsReq", - CmdPlayerType::CmdQueryProductInfoScRsp => "CmdQueryProductInfoScRsp", - CmdPlayerType::CmdPlayerLoginCsReq => "CmdPlayerLoginCsReq", - CmdPlayerType::CmdQueryProductInfoCsReq => "CmdQueryProductInfoCsReq", - CmdPlayerType::CmdUpdatePlayerSettingScRsp => "CmdUpdatePlayerSettingScRsp", - CmdPlayerType::CmdGetSecretKeyInfoScRsp => "CmdGetSecretKeyInfoScRsp", - CmdPlayerType::CmdReserveStaminaExchangeScRsp => { - "CmdReserveStaminaExchangeScRsp" - } - CmdPlayerType::CmdPlayerLoginFinishCsReq => "CmdPlayerLoginFinishCsReq", - CmdPlayerType::CmdUpdateFeatureSwitchScNotify => { - "CmdUpdateFeatureSwitchScNotify" - } - CmdPlayerType::CmdGetMultiPathAvatarInfoScRsp => { - "CmdGetMultiPathAvatarInfoScRsp" - } - CmdPlayerType::CmdClientObjUploadCsReq => "CmdClientObjUploadCsReq", - CmdPlayerType::CmdSetMultipleAvatarPathsCsReq => { - "CmdSetMultipleAvatarPathsCsReq" - } - CmdPlayerType::CmdSetLanguageCsReq => "CmdSetLanguageCsReq", - CmdPlayerType::CmdExchangeStaminaScRsp => "CmdExchangeStaminaScRsp", - CmdPlayerType::CmdGetVideoVersionKeyScRsp => "CmdGetVideoVersionKeyScRsp", - CmdPlayerType::CmdGetBasicInfoScRsp => "CmdGetBasicInfoScRsp", - CmdPlayerType::CmdPlayerLoginFinishScRsp => "CmdPlayerLoginFinishScRsp", - CmdPlayerType::CmdGetLevelRewardTakenListScRsp => { - "CmdGetLevelRewardTakenListScRsp" - } - CmdPlayerType::CmdGetLevelRewardTakenListCsReq => { - "CmdGetLevelRewardTakenListCsReq" - } - CmdPlayerType::CmdPlayerGetTokenScRsp => "CmdPlayerGetTokenScRsp", - CmdPlayerType::CmdSetPlayerInfoScRsp => "CmdSetPlayerInfoScRsp", - CmdPlayerType::CmdSetRedPointStatusScNotify => "CmdSetRedPointStatusScNotify", - CmdPlayerType::CmdGetAuthkeyScRsp => "CmdGetAuthkeyScRsp", - CmdPlayerType::CmdRegionStopScNotify => "CmdRegionStopScNotify", - CmdPlayerType::CmdGmTalkScRsp => "CmdGmTalkScRsp", - CmdPlayerType::CmdDailyRefreshNotify => "CmdDailyRefreshNotify", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdPlayerTypeNone" => Some(Self::None), - "CmdUpdatePsnSettingsInfoCsReq" => Some(Self::CmdUpdatePsnSettingsInfoCsReq), - "CmdPlayerHeartBeatScRsp" => Some(Self::CmdPlayerHeartBeatScRsp), - "CmdSetMultipleAvatarPathsScRsp" => { - Some(Self::CmdSetMultipleAvatarPathsScRsp) - } - "CmdStaminaInfoScNotify" => Some(Self::CmdStaminaInfoScNotify), - "CmdPlayerLoginScRsp" => Some(Self::CmdPlayerLoginScRsp), - "CmdMonthCardRewardNotify" => Some(Self::CmdMonthCardRewardNotify), - "CmdGetLevelRewardScRsp" => Some(Self::CmdGetLevelRewardScRsp), - "CmdPlayerLogoutCsReq" => Some(Self::CmdPlayerLogoutCsReq), - "CmdSetGenderScRsp" => Some(Self::CmdSetGenderScRsp), - "CmdFeatureSwitchClosedScNotify" => { - Some(Self::CmdFeatureSwitchClosedScNotify) - } - "CmdClientDownloadDataScNotify" => Some(Self::CmdClientDownloadDataScNotify), - "CmdServerAnnounceNotify" => Some(Self::CmdServerAnnounceNotify), - "CmdSetNicknameScRsp" => Some(Self::CmdSetNicknameScRsp), - "CmdSetAvatarPathCsReq" => Some(Self::CmdSetAvatarPathCsReq), - "CmdGetSecretKeyInfoCsReq" => Some(Self::CmdGetSecretKeyInfoCsReq), - "CmdSetNicknameCsReq" => Some(Self::CmdSetNicknameCsReq), - "CmdAntiAddictScNotify" => Some(Self::CmdAntiAddictScNotify), - "CmdGateServerScNotify" => Some(Self::CmdGateServerScNotify), - "CmdGetMultiPathAvatarInfoCsReq" => { - Some(Self::CmdGetMultiPathAvatarInfoCsReq) - } - "CmdGetLevelRewardCsReq" => Some(Self::CmdGetLevelRewardCsReq), - "CmdGmTalkScNotify" => Some(Self::CmdGmTalkScNotify), - "CmdSetPlayerInfoCsReq" => Some(Self::CmdSetPlayerInfoCsReq), - "CmdPlayerHeartBeatCsReq" => Some(Self::CmdPlayerHeartBeatCsReq), - "CmdSetLanguageScRsp" => Some(Self::CmdSetLanguageScRsp), - "CmdGmTalkCsReq" => Some(Self::CmdGmTalkCsReq), - "CmdGetAuthkeyCsReq" => Some(Self::CmdGetAuthkeyCsReq), - "CmdUnlockAvatarPathScRsp" => Some(Self::CmdUnlockAvatarPathScRsp), - "CmdGetBasicInfoCsReq" => Some(Self::CmdGetBasicInfoCsReq), - "CmdretcodeNotify" => Some(Self::CmdretcodeNotify), - "CmdGetVideoVersionKeyCsReq" => Some(Self::CmdGetVideoVersionKeyCsReq), - "CmdPlayerLogoutScRsp" => Some(Self::CmdPlayerLogoutScRsp), - "CmdSetGenderCsReq" => Some(Self::CmdSetGenderCsReq), - "CmdAceAntiCheaterCsReq" => Some(Self::CmdAceAntiCheaterCsReq), - "CmdExchangeStaminaCsReq" => Some(Self::CmdExchangeStaminaCsReq), - "CmdReserveStaminaExchangeCsReq" => { - Some(Self::CmdReserveStaminaExchangeCsReq) - } - "CmdPlayerKickOutScNotify" => Some(Self::CmdPlayerKickOutScNotify), - "CmdClientObjUploadScRsp" => Some(Self::CmdClientObjUploadScRsp), - "CmdSetGameplayBirthdayCsReq" => Some(Self::CmdSetGameplayBirthdayCsReq), - "CmdAvatarPathChangedNotify" => Some(Self::CmdAvatarPathChangedNotify), - "CmdPlayerGetTokenCsReq" => Some(Self::CmdPlayerGetTokenCsReq), - "CmdSetAvatarPathScRsp" => Some(Self::CmdSetAvatarPathScRsp), - "CmdSetGameplayBirthdayScRsp" => Some(Self::CmdSetGameplayBirthdayScRsp), - "CmdAceAntiCheaterScRsp" => Some(Self::CmdAceAntiCheaterScRsp), - "CmdClientObjDownloadDataScNotify" => { - Some(Self::CmdClientObjDownloadDataScNotify) - } - "CmdUpdatePsnSettingsInfoScRsp" => Some(Self::CmdUpdatePsnSettingsInfoScRsp), - "CmdUnlockAvatarPathCsReq" => Some(Self::CmdUnlockAvatarPathCsReq), - "CmdUpdatePlayerSettingCsReq" => Some(Self::CmdUpdatePlayerSettingCsReq), - "CmdQueryProductInfoScRsp" => Some(Self::CmdQueryProductInfoScRsp), - "CmdPlayerLoginCsReq" => Some(Self::CmdPlayerLoginCsReq), - "CmdQueryProductInfoCsReq" => Some(Self::CmdQueryProductInfoCsReq), - "CmdUpdatePlayerSettingScRsp" => Some(Self::CmdUpdatePlayerSettingScRsp), - "CmdGetSecretKeyInfoScRsp" => Some(Self::CmdGetSecretKeyInfoScRsp), - "CmdReserveStaminaExchangeScRsp" => { - Some(Self::CmdReserveStaminaExchangeScRsp) - } - "CmdPlayerLoginFinishCsReq" => Some(Self::CmdPlayerLoginFinishCsReq), - "CmdUpdateFeatureSwitchScNotify" => { - Some(Self::CmdUpdateFeatureSwitchScNotify) - } - "CmdGetMultiPathAvatarInfoScRsp" => { - Some(Self::CmdGetMultiPathAvatarInfoScRsp) - } - "CmdClientObjUploadCsReq" => Some(Self::CmdClientObjUploadCsReq), - "CmdSetMultipleAvatarPathsCsReq" => { - Some(Self::CmdSetMultipleAvatarPathsCsReq) - } - "CmdSetLanguageCsReq" => Some(Self::CmdSetLanguageCsReq), - "CmdExchangeStaminaScRsp" => Some(Self::CmdExchangeStaminaScRsp), - "CmdGetVideoVersionKeyScRsp" => Some(Self::CmdGetVideoVersionKeyScRsp), - "CmdGetBasicInfoScRsp" => Some(Self::CmdGetBasicInfoScRsp), - "CmdPlayerLoginFinishScRsp" => Some(Self::CmdPlayerLoginFinishScRsp), - "CmdGetLevelRewardTakenListScRsp" => { - Some(Self::CmdGetLevelRewardTakenListScRsp) - } - "CmdGetLevelRewardTakenListCsReq" => { - Some(Self::CmdGetLevelRewardTakenListCsReq) - } - "CmdPlayerGetTokenScRsp" => Some(Self::CmdPlayerGetTokenScRsp), - "CmdSetPlayerInfoScRsp" => Some(Self::CmdSetPlayerInfoScRsp), - "CmdSetRedPointStatusScNotify" => Some(Self::CmdSetRedPointStatusScNotify), - "CmdGetAuthkeyScRsp" => Some(Self::CmdGetAuthkeyScRsp), - "CmdRegionStopScNotify" => Some(Self::CmdRegionStopScNotify), - "CmdGmTalkScRsp" => Some(Self::CmdGmTalkScRsp), - "CmdDailyRefreshNotify" => Some(Self::CmdDailyRefreshNotify), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdPlayerBoardType { - None = 0, - CmdGetPlayerBoardDataScRsp = 2806, - CmdSetHeadIconCsReq = 2811, - CmdSetIsDisplayAvatarInfoScRsp = 2829, - CmdSetSignatureCsReq = 2833, - CmdSetIsDisplayAvatarInfoCsReq = 2839, - CmdSetHeadIconScRsp = 2843, - CmdUnlockHeadIconScNotify = 2851, - CmdSetAssistAvatarCsReq = 2854, - CmdSetDisplayAvatarCsReq = 2856, - CmdSetAssistAvatarScRsp = 2865, - CmdGetPlayerBoardDataCsReq = 2868, - CmdSetDisplayAvatarScRsp = 2893, - CmdSetSignatureScRsp = 2899, -} -impl CmdPlayerBoardType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdPlayerBoardType::None => "CmdPlayerBoardTypeNone", - CmdPlayerBoardType::CmdGetPlayerBoardDataScRsp => { - "CmdGetPlayerBoardDataScRsp" - } - CmdPlayerBoardType::CmdSetHeadIconCsReq => "CmdSetHeadIconCsReq", - CmdPlayerBoardType::CmdSetIsDisplayAvatarInfoScRsp => { - "CmdSetIsDisplayAvatarInfoScRsp" - } - CmdPlayerBoardType::CmdSetSignatureCsReq => "CmdSetSignatureCsReq", - CmdPlayerBoardType::CmdSetIsDisplayAvatarInfoCsReq => { - "CmdSetIsDisplayAvatarInfoCsReq" - } - CmdPlayerBoardType::CmdSetHeadIconScRsp => "CmdSetHeadIconScRsp", - CmdPlayerBoardType::CmdUnlockHeadIconScNotify => "CmdUnlockHeadIconScNotify", - CmdPlayerBoardType::CmdSetAssistAvatarCsReq => "CmdSetAssistAvatarCsReq", - CmdPlayerBoardType::CmdSetDisplayAvatarCsReq => "CmdSetDisplayAvatarCsReq", - CmdPlayerBoardType::CmdSetAssistAvatarScRsp => "CmdSetAssistAvatarScRsp", - CmdPlayerBoardType::CmdGetPlayerBoardDataCsReq => { - "CmdGetPlayerBoardDataCsReq" - } - CmdPlayerBoardType::CmdSetDisplayAvatarScRsp => "CmdSetDisplayAvatarScRsp", - CmdPlayerBoardType::CmdSetSignatureScRsp => "CmdSetSignatureScRsp", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdPlayerBoardTypeNone" => Some(Self::None), - "CmdGetPlayerBoardDataScRsp" => Some(Self::CmdGetPlayerBoardDataScRsp), - "CmdSetHeadIconCsReq" => Some(Self::CmdSetHeadIconCsReq), - "CmdSetIsDisplayAvatarInfoScRsp" => { - Some(Self::CmdSetIsDisplayAvatarInfoScRsp) - } - "CmdSetSignatureCsReq" => Some(Self::CmdSetSignatureCsReq), - "CmdSetIsDisplayAvatarInfoCsReq" => { - Some(Self::CmdSetIsDisplayAvatarInfoCsReq) - } - "CmdSetHeadIconScRsp" => Some(Self::CmdSetHeadIconScRsp), - "CmdUnlockHeadIconScNotify" => Some(Self::CmdUnlockHeadIconScNotify), - "CmdSetAssistAvatarCsReq" => Some(Self::CmdSetAssistAvatarCsReq), - "CmdSetDisplayAvatarCsReq" => Some(Self::CmdSetDisplayAvatarCsReq), - "CmdSetAssistAvatarScRsp" => Some(Self::CmdSetAssistAvatarScRsp), - "CmdGetPlayerBoardDataCsReq" => Some(Self::CmdGetPlayerBoardDataCsReq), - "CmdSetDisplayAvatarScRsp" => Some(Self::CmdSetDisplayAvatarScRsp), - "CmdSetSignatureScRsp" => Some(Self::CmdSetSignatureScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdPlayerReturnType { - None = 0, - CmdPlayerReturnSignCsReq = 4506, - CmdPlayerReturnSignScRsp = 4511, - CmdPlayerReturnTakeRewardScRsp = 4529, - CmdPlayerReturnInfoQueryScRsp = 4533, - CmdPlayerReturnTakeRewardCsReq = 4539, - CmdPlayerReturnPointChangeScNotify = 4543, - CmdPlayerReturnInfoQueryCsReq = 4551, - CmdPlayerReturnTakePointRewardCsReq = 4556, - CmdPlayerReturnStartScNotify = 4568, - CmdPlayerReturnTakePointRewardScRsp = 4593, - CmdPlayerReturnForceFinishScNotify = 4599, -} -impl CmdPlayerReturnType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdPlayerReturnType::None => "CmdPlayerReturnTypeNone", - CmdPlayerReturnType::CmdPlayerReturnSignCsReq => "CmdPlayerReturnSignCsReq", - CmdPlayerReturnType::CmdPlayerReturnSignScRsp => "CmdPlayerReturnSignScRsp", - CmdPlayerReturnType::CmdPlayerReturnTakeRewardScRsp => { - "CmdPlayerReturnTakeRewardScRsp" - } - CmdPlayerReturnType::CmdPlayerReturnInfoQueryScRsp => { - "CmdPlayerReturnInfoQueryScRsp" - } - CmdPlayerReturnType::CmdPlayerReturnTakeRewardCsReq => { - "CmdPlayerReturnTakeRewardCsReq" - } - CmdPlayerReturnType::CmdPlayerReturnPointChangeScNotify => { - "CmdPlayerReturnPointChangeScNotify" - } - CmdPlayerReturnType::CmdPlayerReturnInfoQueryCsReq => { - "CmdPlayerReturnInfoQueryCsReq" - } - CmdPlayerReturnType::CmdPlayerReturnTakePointRewardCsReq => { - "CmdPlayerReturnTakePointRewardCsReq" - } - CmdPlayerReturnType::CmdPlayerReturnStartScNotify => { - "CmdPlayerReturnStartScNotify" - } - CmdPlayerReturnType::CmdPlayerReturnTakePointRewardScRsp => { - "CmdPlayerReturnTakePointRewardScRsp" - } - CmdPlayerReturnType::CmdPlayerReturnForceFinishScNotify => { - "CmdPlayerReturnForceFinishScNotify" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdPlayerReturnTypeNone" => Some(Self::None), - "CmdPlayerReturnSignCsReq" => Some(Self::CmdPlayerReturnSignCsReq), - "CmdPlayerReturnSignScRsp" => Some(Self::CmdPlayerReturnSignScRsp), - "CmdPlayerReturnTakeRewardScRsp" => { - Some(Self::CmdPlayerReturnTakeRewardScRsp) - } - "CmdPlayerReturnInfoQueryScRsp" => Some(Self::CmdPlayerReturnInfoQueryScRsp), - "CmdPlayerReturnTakeRewardCsReq" => { - Some(Self::CmdPlayerReturnTakeRewardCsReq) - } - "CmdPlayerReturnPointChangeScNotify" => { - Some(Self::CmdPlayerReturnPointChangeScNotify) - } - "CmdPlayerReturnInfoQueryCsReq" => Some(Self::CmdPlayerReturnInfoQueryCsReq), - "CmdPlayerReturnTakePointRewardCsReq" => { - Some(Self::CmdPlayerReturnTakePointRewardCsReq) - } - "CmdPlayerReturnStartScNotify" => Some(Self::CmdPlayerReturnStartScNotify), - "CmdPlayerReturnTakePointRewardScRsp" => { - Some(Self::CmdPlayerReturnTakePointRewardScRsp) - } - "CmdPlayerReturnForceFinishScNotify" => { - Some(Self::CmdPlayerReturnForceFinishScNotify) - } - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdPlotType { - None = 0, - CmdFinishPlotScRsp = 1106, - CmdFinishPlotCsReq = 1168, -} -impl CmdPlotType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdPlotType::None => "CmdPlotTypeNone", - CmdPlotType::CmdFinishPlotScRsp => "CmdFinishPlotScRsp", - CmdPlotType::CmdFinishPlotCsReq => "CmdFinishPlotCsReq", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdPlotTypeNone" => Some(Self::None), - "CmdFinishPlotScRsp" => Some(Self::CmdFinishPlotScRsp), - "CmdFinishPlotCsReq" => Some(Self::CmdFinishPlotCsReq), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdPunkLordType { - None = 0, - CmdGetPunkLordMonsterDataScRsp = 3206, - CmdGetKilledPunkLordMonsterDataScRsp = 3209, - CmdStartPunkLordRaidCsReq = 3211, - CmdTakeKilledPunkLordMonsterScoreScRsp = 3216, - CmdGetPunkLordBattleRecordCsReq = 3223, - CmdPunkLordRaidTimeOutScNotify = 3225, - CmdGetKilledPunkLordMonsterDataCsReq = 3228, - CmdSummonPunkLordMonsterScRsp = 3229, - CmdTakeKilledPunkLordMonsterScoreCsReq = 3232, - CmdGetPunkLordDataCsReq = 3234, - CmdSummonPunkLordMonsterCsReq = 3239, - CmdStartPunkLordRaidScRsp = 3243, - CmdTakePunkLordPointRewardScRsp = 3248, - CmdSharePunkLordMonsterCsReq = 3256, - CmdTakePunkLordPointRewardCsReq = 3265, - CmdGetPunkLordMonsterDataCsReq = 3268, - CmdGetPunkLordBattleRecordScRsp = 3278, - CmdPunkLordMonsterKilledNotify = 3281, - CmdPunkLordMonsterInfoScNotify = 3282, - CmdPunkLordDataChangeNotify = 3284, - CmdPunkLordBattleResultScNotify = 3290, - CmdSharePunkLordMonsterScRsp = 3293, - CmdGetPunkLordDataScRsp = 3297, -} -impl CmdPunkLordType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdPunkLordType::None => "CmdPunkLordTypeNone", - CmdPunkLordType::CmdGetPunkLordMonsterDataScRsp => { - "CmdGetPunkLordMonsterDataScRsp" - } - CmdPunkLordType::CmdGetKilledPunkLordMonsterDataScRsp => { - "CmdGetKilledPunkLordMonsterDataScRsp" - } - CmdPunkLordType::CmdStartPunkLordRaidCsReq => "CmdStartPunkLordRaidCsReq", - CmdPunkLordType::CmdTakeKilledPunkLordMonsterScoreScRsp => { - "CmdTakeKilledPunkLordMonsterScoreScRsp" - } - CmdPunkLordType::CmdGetPunkLordBattleRecordCsReq => { - "CmdGetPunkLordBattleRecordCsReq" - } - CmdPunkLordType::CmdPunkLordRaidTimeOutScNotify => { - "CmdPunkLordRaidTimeOutScNotify" - } - CmdPunkLordType::CmdGetKilledPunkLordMonsterDataCsReq => { - "CmdGetKilledPunkLordMonsterDataCsReq" - } - CmdPunkLordType::CmdSummonPunkLordMonsterScRsp => { - "CmdSummonPunkLordMonsterScRsp" - } - CmdPunkLordType::CmdTakeKilledPunkLordMonsterScoreCsReq => { - "CmdTakeKilledPunkLordMonsterScoreCsReq" - } - CmdPunkLordType::CmdGetPunkLordDataCsReq => "CmdGetPunkLordDataCsReq", - CmdPunkLordType::CmdSummonPunkLordMonsterCsReq => { - "CmdSummonPunkLordMonsterCsReq" - } - CmdPunkLordType::CmdStartPunkLordRaidScRsp => "CmdStartPunkLordRaidScRsp", - CmdPunkLordType::CmdTakePunkLordPointRewardScRsp => { - "CmdTakePunkLordPointRewardScRsp" - } - CmdPunkLordType::CmdSharePunkLordMonsterCsReq => { - "CmdSharePunkLordMonsterCsReq" - } - CmdPunkLordType::CmdTakePunkLordPointRewardCsReq => { - "CmdTakePunkLordPointRewardCsReq" - } - CmdPunkLordType::CmdGetPunkLordMonsterDataCsReq => { - "CmdGetPunkLordMonsterDataCsReq" - } - CmdPunkLordType::CmdGetPunkLordBattleRecordScRsp => { - "CmdGetPunkLordBattleRecordScRsp" - } - CmdPunkLordType::CmdPunkLordMonsterKilledNotify => { - "CmdPunkLordMonsterKilledNotify" - } - CmdPunkLordType::CmdPunkLordMonsterInfoScNotify => { - "CmdPunkLordMonsterInfoScNotify" - } - CmdPunkLordType::CmdPunkLordDataChangeNotify => "CmdPunkLordDataChangeNotify", - CmdPunkLordType::CmdPunkLordBattleResultScNotify => { - "CmdPunkLordBattleResultScNotify" - } - CmdPunkLordType::CmdSharePunkLordMonsterScRsp => { - "CmdSharePunkLordMonsterScRsp" - } - CmdPunkLordType::CmdGetPunkLordDataScRsp => "CmdGetPunkLordDataScRsp", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdPunkLordTypeNone" => Some(Self::None), - "CmdGetPunkLordMonsterDataScRsp" => { - Some(Self::CmdGetPunkLordMonsterDataScRsp) - } - "CmdGetKilledPunkLordMonsterDataScRsp" => { - Some(Self::CmdGetKilledPunkLordMonsterDataScRsp) - } - "CmdStartPunkLordRaidCsReq" => Some(Self::CmdStartPunkLordRaidCsReq), - "CmdTakeKilledPunkLordMonsterScoreScRsp" => { - Some(Self::CmdTakeKilledPunkLordMonsterScoreScRsp) - } - "CmdGetPunkLordBattleRecordCsReq" => { - Some(Self::CmdGetPunkLordBattleRecordCsReq) - } - "CmdPunkLordRaidTimeOutScNotify" => { - Some(Self::CmdPunkLordRaidTimeOutScNotify) - } - "CmdGetKilledPunkLordMonsterDataCsReq" => { - Some(Self::CmdGetKilledPunkLordMonsterDataCsReq) - } - "CmdSummonPunkLordMonsterScRsp" => Some(Self::CmdSummonPunkLordMonsterScRsp), - "CmdTakeKilledPunkLordMonsterScoreCsReq" => { - Some(Self::CmdTakeKilledPunkLordMonsterScoreCsReq) - } - "CmdGetPunkLordDataCsReq" => Some(Self::CmdGetPunkLordDataCsReq), - "CmdSummonPunkLordMonsterCsReq" => Some(Self::CmdSummonPunkLordMonsterCsReq), - "CmdStartPunkLordRaidScRsp" => Some(Self::CmdStartPunkLordRaidScRsp), - "CmdTakePunkLordPointRewardScRsp" => { - Some(Self::CmdTakePunkLordPointRewardScRsp) - } - "CmdSharePunkLordMonsterCsReq" => Some(Self::CmdSharePunkLordMonsterCsReq), - "CmdTakePunkLordPointRewardCsReq" => { - Some(Self::CmdTakePunkLordPointRewardCsReq) - } - "CmdGetPunkLordMonsterDataCsReq" => { - Some(Self::CmdGetPunkLordMonsterDataCsReq) - } - "CmdGetPunkLordBattleRecordScRsp" => { - Some(Self::CmdGetPunkLordBattleRecordScRsp) - } - "CmdPunkLordMonsterKilledNotify" => { - Some(Self::CmdPunkLordMonsterKilledNotify) - } - "CmdPunkLordMonsterInfoScNotify" => { - Some(Self::CmdPunkLordMonsterInfoScNotify) - } - "CmdPunkLordDataChangeNotify" => Some(Self::CmdPunkLordDataChangeNotify), - "CmdPunkLordBattleResultScNotify" => { - Some(Self::CmdPunkLordBattleResultScNotify) - } - "CmdSharePunkLordMonsterScRsp" => Some(Self::CmdSharePunkLordMonsterScRsp), - "CmdGetPunkLordDataScRsp" => Some(Self::CmdGetPunkLordDataScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdQuestType { - None = 0, - CmdGetQuestDataScRsp = 906, - CmdTakeQuestRewardCsReq = 911, - CmdGetQuestRecordScRsp = 929, - CmdFinishQuestCsReq = 933, - CmdBatchGetQuestDataScRsp = 934, - CmdGetQuestRecordCsReq = 939, - CmdTakeQuestRewardScRsp = 943, - CmdQuestRecordScNotify = 951, - CmdTakeQuestOptionalRewardCsReq = 954, - CmdTakeQuestOptionalRewardScRsp = 965, - CmdGetQuestDataCsReq = 968, - CmdBatchGetQuestDataCsReq = 982, - CmdFinishQuestScRsp = 999, -} -impl CmdQuestType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdQuestType::None => "CmdQuestTypeNone", - CmdQuestType::CmdGetQuestDataScRsp => "CmdGetQuestDataScRsp", - CmdQuestType::CmdTakeQuestRewardCsReq => "CmdTakeQuestRewardCsReq", - CmdQuestType::CmdGetQuestRecordScRsp => "CmdGetQuestRecordScRsp", - CmdQuestType::CmdFinishQuestCsReq => "CmdFinishQuestCsReq", - CmdQuestType::CmdBatchGetQuestDataScRsp => "CmdBatchGetQuestDataScRsp", - CmdQuestType::CmdGetQuestRecordCsReq => "CmdGetQuestRecordCsReq", - CmdQuestType::CmdTakeQuestRewardScRsp => "CmdTakeQuestRewardScRsp", - CmdQuestType::CmdQuestRecordScNotify => "CmdQuestRecordScNotify", - CmdQuestType::CmdTakeQuestOptionalRewardCsReq => { - "CmdTakeQuestOptionalRewardCsReq" - } - CmdQuestType::CmdTakeQuestOptionalRewardScRsp => { - "CmdTakeQuestOptionalRewardScRsp" - } - CmdQuestType::CmdGetQuestDataCsReq => "CmdGetQuestDataCsReq", - CmdQuestType::CmdBatchGetQuestDataCsReq => "CmdBatchGetQuestDataCsReq", - CmdQuestType::CmdFinishQuestScRsp => "CmdFinishQuestScRsp", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdQuestTypeNone" => Some(Self::None), - "CmdGetQuestDataScRsp" => Some(Self::CmdGetQuestDataScRsp), - "CmdTakeQuestRewardCsReq" => Some(Self::CmdTakeQuestRewardCsReq), - "CmdGetQuestRecordScRsp" => Some(Self::CmdGetQuestRecordScRsp), - "CmdFinishQuestCsReq" => Some(Self::CmdFinishQuestCsReq), - "CmdBatchGetQuestDataScRsp" => Some(Self::CmdBatchGetQuestDataScRsp), - "CmdGetQuestRecordCsReq" => Some(Self::CmdGetQuestRecordCsReq), - "CmdTakeQuestRewardScRsp" => Some(Self::CmdTakeQuestRewardScRsp), - "CmdQuestRecordScNotify" => Some(Self::CmdQuestRecordScNotify), - "CmdTakeQuestOptionalRewardCsReq" => { - Some(Self::CmdTakeQuestOptionalRewardCsReq) - } - "CmdTakeQuestOptionalRewardScRsp" => { - Some(Self::CmdTakeQuestOptionalRewardScRsp) - } - "CmdGetQuestDataCsReq" => Some(Self::CmdGetQuestDataCsReq), - "CmdBatchGetQuestDataCsReq" => Some(Self::CmdBatchGetQuestDataCsReq), - "CmdFinishQuestScRsp" => Some(Self::CmdFinishQuestScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdRaidType { - None = 0, - CmdStartRaidScRsp = 2206, - CmdLeaveRaidCsReq = 2211, - CmdRaidKickByServerScNotify = 2224, - CmdDelSaveRaidScNotify = 2225, - CmdTakeChallengeRaidRewardCsReq = 2229, - CmdChallengeRaidNotify = 2233, - CmdGetSaveRaidScRsp = 2234, - CmdGetChallengeRaidInfoScRsp = 2239, - CmdLeaveRaidScRsp = 2243, - CmdSetClientRaidTargetCountScRsp = 2248, - CmdTakeChallengeRaidRewardScRsp = 2251, - CmdGetRaidInfoScRsp = 2254, - CmdRaidInfoNotify = 2256, - CmdSetClientRaidTargetCountCsReq = 2265, - CmdStartRaidCsReq = 2268, - CmdGetSaveRaidCsReq = 2282, - CmdGetChallengeRaidInfoCsReq = 2293, - CmdGetAllSaveRaidCsReq = 2297, - CmdGetAllSaveRaidScRsp = 2298, - CmdGetRaidInfoCsReq = 2299, -} -impl CmdRaidType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdRaidType::None => "CmdRaidTypeNone", - CmdRaidType::CmdStartRaidScRsp => "CmdStartRaidScRsp", - CmdRaidType::CmdLeaveRaidCsReq => "CmdLeaveRaidCsReq", - CmdRaidType::CmdRaidKickByServerScNotify => "CmdRaidKickByServerScNotify", - CmdRaidType::CmdDelSaveRaidScNotify => "CmdDelSaveRaidScNotify", - CmdRaidType::CmdTakeChallengeRaidRewardCsReq => { - "CmdTakeChallengeRaidRewardCsReq" - } - CmdRaidType::CmdChallengeRaidNotify => "CmdChallengeRaidNotify", - CmdRaidType::CmdGetSaveRaidScRsp => "CmdGetSaveRaidScRsp", - CmdRaidType::CmdGetChallengeRaidInfoScRsp => "CmdGetChallengeRaidInfoScRsp", - CmdRaidType::CmdLeaveRaidScRsp => "CmdLeaveRaidScRsp", - CmdRaidType::CmdSetClientRaidTargetCountScRsp => { - "CmdSetClientRaidTargetCountScRsp" - } - CmdRaidType::CmdTakeChallengeRaidRewardScRsp => { - "CmdTakeChallengeRaidRewardScRsp" - } - CmdRaidType::CmdGetRaidInfoScRsp => "CmdGetRaidInfoScRsp", - CmdRaidType::CmdRaidInfoNotify => "CmdRaidInfoNotify", - CmdRaidType::CmdSetClientRaidTargetCountCsReq => { - "CmdSetClientRaidTargetCountCsReq" - } - CmdRaidType::CmdStartRaidCsReq => "CmdStartRaidCsReq", - CmdRaidType::CmdGetSaveRaidCsReq => "CmdGetSaveRaidCsReq", - CmdRaidType::CmdGetChallengeRaidInfoCsReq => "CmdGetChallengeRaidInfoCsReq", - CmdRaidType::CmdGetAllSaveRaidCsReq => "CmdGetAllSaveRaidCsReq", - CmdRaidType::CmdGetAllSaveRaidScRsp => "CmdGetAllSaveRaidScRsp", - CmdRaidType::CmdGetRaidInfoCsReq => "CmdGetRaidInfoCsReq", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdRaidTypeNone" => Some(Self::None), - "CmdStartRaidScRsp" => Some(Self::CmdStartRaidScRsp), - "CmdLeaveRaidCsReq" => Some(Self::CmdLeaveRaidCsReq), - "CmdRaidKickByServerScNotify" => Some(Self::CmdRaidKickByServerScNotify), - "CmdDelSaveRaidScNotify" => Some(Self::CmdDelSaveRaidScNotify), - "CmdTakeChallengeRaidRewardCsReq" => { - Some(Self::CmdTakeChallengeRaidRewardCsReq) - } - "CmdChallengeRaidNotify" => Some(Self::CmdChallengeRaidNotify), - "CmdGetSaveRaidScRsp" => Some(Self::CmdGetSaveRaidScRsp), - "CmdGetChallengeRaidInfoScRsp" => Some(Self::CmdGetChallengeRaidInfoScRsp), - "CmdLeaveRaidScRsp" => Some(Self::CmdLeaveRaidScRsp), - "CmdSetClientRaidTargetCountScRsp" => { - Some(Self::CmdSetClientRaidTargetCountScRsp) - } - "CmdTakeChallengeRaidRewardScRsp" => { - Some(Self::CmdTakeChallengeRaidRewardScRsp) - } - "CmdGetRaidInfoScRsp" => Some(Self::CmdGetRaidInfoScRsp), - "CmdRaidInfoNotify" => Some(Self::CmdRaidInfoNotify), - "CmdSetClientRaidTargetCountCsReq" => { - Some(Self::CmdSetClientRaidTargetCountCsReq) - } - "CmdStartRaidCsReq" => Some(Self::CmdStartRaidCsReq), - "CmdGetSaveRaidCsReq" => Some(Self::CmdGetSaveRaidCsReq), - "CmdGetChallengeRaidInfoCsReq" => Some(Self::CmdGetChallengeRaidInfoCsReq), - "CmdGetAllSaveRaidCsReq" => Some(Self::CmdGetAllSaveRaidCsReq), - "CmdGetAllSaveRaidScRsp" => Some(Self::CmdGetAllSaveRaidScRsp), - "CmdGetRaidInfoCsReq" => Some(Self::CmdGetRaidInfoCsReq), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdRaidCollectionType { - None = 0, - CmdRaidCollectionDataScRsp = 6943, - CmdRaidCollectionEnterNextRaidScRsp = 6944, - CmdRaidCollectionDataScNotify = 6952, - CmdRaidCollectionDataCsReq = 6959, - CmdRaidCollectionEnterNextRaidCsReq = 6960, -} -impl CmdRaidCollectionType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdRaidCollectionType::None => "CmdRaidCollectionTypeNone", - CmdRaidCollectionType::CmdRaidCollectionDataScRsp => { - "CmdRaidCollectionDataScRsp" - } - CmdRaidCollectionType::CmdRaidCollectionEnterNextRaidScRsp => { - "CmdRaidCollectionEnterNextRaidScRsp" - } - CmdRaidCollectionType::CmdRaidCollectionDataScNotify => { - "CmdRaidCollectionDataScNotify" - } - CmdRaidCollectionType::CmdRaidCollectionDataCsReq => { - "CmdRaidCollectionDataCsReq" - } - CmdRaidCollectionType::CmdRaidCollectionEnterNextRaidCsReq => { - "CmdRaidCollectionEnterNextRaidCsReq" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdRaidCollectionTypeNone" => Some(Self::None), - "CmdRaidCollectionDataScRsp" => Some(Self::CmdRaidCollectionDataScRsp), - "CmdRaidCollectionEnterNextRaidScRsp" => { - Some(Self::CmdRaidCollectionEnterNextRaidScRsp) - } - "CmdRaidCollectionDataScNotify" => Some(Self::CmdRaidCollectionDataScNotify), - "CmdRaidCollectionDataCsReq" => Some(Self::CmdRaidCollectionDataCsReq), - "CmdRaidCollectionEnterNextRaidCsReq" => { - Some(Self::CmdRaidCollectionEnterNextRaidCsReq) - } - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdRedDotType { - None = 0, - CmdGetAllRedDotDataScRsp = 5906, - CmdUpdateRedDotDataCsReq = 5911, - CmdUpdateRedDotDataScRsp = 5943, - CmdGetSingleRedDotParamGroupCsReq = 5956, - CmdGetAllRedDotDataCsReq = 5968, - CmdGetSingleRedDotParamGroupScRsp = 5993, -} -impl CmdRedDotType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdRedDotType::None => "CmdRedDotTypeNone", - CmdRedDotType::CmdGetAllRedDotDataScRsp => "CmdGetAllRedDotDataScRsp", - CmdRedDotType::CmdUpdateRedDotDataCsReq => "CmdUpdateRedDotDataCsReq", - CmdRedDotType::CmdUpdateRedDotDataScRsp => "CmdUpdateRedDotDataScRsp", - CmdRedDotType::CmdGetSingleRedDotParamGroupCsReq => { - "CmdGetSingleRedDotParamGroupCsReq" - } - CmdRedDotType::CmdGetAllRedDotDataCsReq => "CmdGetAllRedDotDataCsReq", - CmdRedDotType::CmdGetSingleRedDotParamGroupScRsp => { - "CmdGetSingleRedDotParamGroupScRsp" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdRedDotTypeNone" => Some(Self::None), - "CmdGetAllRedDotDataScRsp" => Some(Self::CmdGetAllRedDotDataScRsp), - "CmdUpdateRedDotDataCsReq" => Some(Self::CmdUpdateRedDotDataCsReq), - "CmdUpdateRedDotDataScRsp" => Some(Self::CmdUpdateRedDotDataScRsp), - "CmdGetSingleRedDotParamGroupCsReq" => { - Some(Self::CmdGetSingleRedDotParamGroupCsReq) - } - "CmdGetAllRedDotDataCsReq" => Some(Self::CmdGetAllRedDotDataCsReq), - "CmdGetSingleRedDotParamGroupScRsp" => { - Some(Self::CmdGetSingleRedDotParamGroupScRsp) - } - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdReplayType { - None = 0, - CmdGetReplayTokenScRsp = 3506, - CmdGetPlayerReplayInfoCsReq = 3511, - CmdGetPlayerReplayInfoScRsp = 3543, - CmdGetReplayTokenCsReq = 3568, -} -impl CmdReplayType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdReplayType::None => "CmdReplayTypeNone", - CmdReplayType::CmdGetReplayTokenScRsp => "CmdGetReplayTokenScRsp", - CmdReplayType::CmdGetPlayerReplayInfoCsReq => "CmdGetPlayerReplayInfoCsReq", - CmdReplayType::CmdGetPlayerReplayInfoScRsp => "CmdGetPlayerReplayInfoScRsp", - CmdReplayType::CmdGetReplayTokenCsReq => "CmdGetReplayTokenCsReq", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdReplayTypeNone" => Some(Self::None), - "CmdGetReplayTokenScRsp" => Some(Self::CmdGetReplayTokenScRsp), - "CmdGetPlayerReplayInfoCsReq" => Some(Self::CmdGetPlayerReplayInfoCsReq), - "CmdGetPlayerReplayInfoScRsp" => Some(Self::CmdGetPlayerReplayInfoScRsp), - "CmdGetReplayTokenCsReq" => Some(Self::CmdGetReplayTokenCsReq), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdRndOptionType { - None = 0, - CmdGetRndOptionScRsp = 3406, - CmdDailyFirstMeetPamCsReq = 3411, - CmdDailyFirstMeetPamScRsp = 3443, - CmdGetRndOptionCsReq = 3468, -} -impl CmdRndOptionType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdRndOptionType::None => "CmdRndOptionTypeNone", - CmdRndOptionType::CmdGetRndOptionScRsp => "CmdGetRndOptionScRsp", - CmdRndOptionType::CmdDailyFirstMeetPamCsReq => "CmdDailyFirstMeetPamCsReq", - CmdRndOptionType::CmdDailyFirstMeetPamScRsp => "CmdDailyFirstMeetPamScRsp", - CmdRndOptionType::CmdGetRndOptionCsReq => "CmdGetRndOptionCsReq", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdRndOptionTypeNone" => Some(Self::None), - "CmdGetRndOptionScRsp" => Some(Self::CmdGetRndOptionScRsp), - "CmdDailyFirstMeetPamCsReq" => Some(Self::CmdDailyFirstMeetPamCsReq), - "CmdDailyFirstMeetPamScRsp" => Some(Self::CmdDailyFirstMeetPamScRsp), - "CmdGetRndOptionCsReq" => Some(Self::CmdGetRndOptionCsReq), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdRogueType { - None = 0, - CmdExchangeRogueRewardKeyScRsp = 1803, - CmdEnableRogueTalentScRsp = 1804, - CmdGetRogueInfoScRsp = 1806, - CmdOpenRogueChestCsReq = 1807, - CmdEnhanceRogueBuffCsReq = 1809, - CmdTakeRogueAeonLevelRewardCsReq = 1810, - CmdStartRogueCsReq = 1811, - CmdEnterRogueMapRoomCsReq = 1812, - CmdTakeRogueScoreRewardCsReq = 1817, - CmdSyncRogueRewardInfoScNotify = 1818, - CmdSyncRogueVirtualItemInfoScNotify = 1819, - CmdQuitRogueCsReq = 1823, - CmdReviveRogueAvatarScRsp = 1824, - CmdReviveRogueAvatarCsReq = 1825, - CmdGetRogueAeonInfoScRsp = 1827, - CmdGetRogueBuffEnhanceInfoScRsp = 1828, - CmdLeaveRogueScRsp = 1829, - CmdEnterRogueMapRoomScRsp = 1830, - CmdExchangeRogueRewardKeyCsReq = 1831, - CmdPickRogueAvatarCsReq = 1834, - CmdSyncRoguePickAvatarInfoScNotify = 1835, - CmdSyncRogueGetItemScNotify = 1836, - CmdGetRogueTalentInfoScRsp = 1838, - CmdLeaveRogueCsReq = 1839, - CmdOpenRogueChestScRsp = 1841, - CmdStartRogueScRsp = 1843, - CmdSyncRogueSeasonFinishScNotify = 1845, - CmdSyncRogueExploreWinScNotify = 1849, - CmdTakeRogueAeonLevelRewardScRsp = 1850, - CmdFinishAeonDialogueGroupScRsp = 1855, - CmdEnterRogueCsReq = 1856, - CmdGetRogueAeonInfoCsReq = 1857, - CmdGetRogueScoreRewardInfoCsReq = 1861, - CmdGetRogueTalentInfoCsReq = 1863, - CmdGetRogueInfoCsReq = 1868, - CmdSyncRogueMapRoomScNotify = 1869, - CmdSyncRogueAeonLevelUpRewardScNotify = 1870, - CmdFinishAeonDialogueGroupCsReq = 1877, - CmdQuitRogueScRsp = 1878, - CmdGetRogueScoreRewardInfoScRsp = 1879, - CmdEnableRogueTalentCsReq = 1880, - CmdSyncRogueFinishScNotify = 1882, - CmdSyncRogueAeonScNotify = 1883, - CmdSyncRogueReviveInfoScNotify = 1884, - CmdSyncRogueStatusScNotify = 1887, - CmdEnhanceRogueBuffScRsp = 1888, - CmdGetRogueInitialScoreScRsp = 1889, - CmdGetRogueBuffEnhanceInfoCsReq = 1890, - CmdTakeRogueScoreRewardScRsp = 1892, - CmdEnterRogueScRsp = 1893, - CmdGetRogueInitialScoreCsReq = 1895, - CmdSyncRogueAreaUnlockScNotify = 1896, - CmdPickRogueAvatarScRsp = 1897, -} -impl CmdRogueType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdRogueType::None => "CmdRogueTypeNone", - CmdRogueType::CmdExchangeRogueRewardKeyScRsp => { - "CmdExchangeRogueRewardKeyScRsp" - } - CmdRogueType::CmdEnableRogueTalentScRsp => "CmdEnableRogueTalentScRsp", - CmdRogueType::CmdGetRogueInfoScRsp => "CmdGetRogueInfoScRsp", - CmdRogueType::CmdOpenRogueChestCsReq => "CmdOpenRogueChestCsReq", - CmdRogueType::CmdEnhanceRogueBuffCsReq => "CmdEnhanceRogueBuffCsReq", - CmdRogueType::CmdTakeRogueAeonLevelRewardCsReq => { - "CmdTakeRogueAeonLevelRewardCsReq" - } - CmdRogueType::CmdStartRogueCsReq => "CmdStartRogueCsReq", - CmdRogueType::CmdEnterRogueMapRoomCsReq => "CmdEnterRogueMapRoomCsReq", - CmdRogueType::CmdTakeRogueScoreRewardCsReq => "CmdTakeRogueScoreRewardCsReq", - CmdRogueType::CmdSyncRogueRewardInfoScNotify => { - "CmdSyncRogueRewardInfoScNotify" - } - CmdRogueType::CmdSyncRogueVirtualItemInfoScNotify => { - "CmdSyncRogueVirtualItemInfoScNotify" - } - CmdRogueType::CmdQuitRogueCsReq => "CmdQuitRogueCsReq", - CmdRogueType::CmdReviveRogueAvatarScRsp => "CmdReviveRogueAvatarScRsp", - CmdRogueType::CmdReviveRogueAvatarCsReq => "CmdReviveRogueAvatarCsReq", - CmdRogueType::CmdGetRogueAeonInfoScRsp => "CmdGetRogueAeonInfoScRsp", - CmdRogueType::CmdGetRogueBuffEnhanceInfoScRsp => { - "CmdGetRogueBuffEnhanceInfoScRsp" - } - CmdRogueType::CmdLeaveRogueScRsp => "CmdLeaveRogueScRsp", - CmdRogueType::CmdEnterRogueMapRoomScRsp => "CmdEnterRogueMapRoomScRsp", - CmdRogueType::CmdExchangeRogueRewardKeyCsReq => { - "CmdExchangeRogueRewardKeyCsReq" - } - CmdRogueType::CmdPickRogueAvatarCsReq => "CmdPickRogueAvatarCsReq", - CmdRogueType::CmdSyncRoguePickAvatarInfoScNotify => { - "CmdSyncRoguePickAvatarInfoScNotify" - } - CmdRogueType::CmdSyncRogueGetItemScNotify => "CmdSyncRogueGetItemScNotify", - CmdRogueType::CmdGetRogueTalentInfoScRsp => "CmdGetRogueTalentInfoScRsp", - CmdRogueType::CmdLeaveRogueCsReq => "CmdLeaveRogueCsReq", - CmdRogueType::CmdOpenRogueChestScRsp => "CmdOpenRogueChestScRsp", - CmdRogueType::CmdStartRogueScRsp => "CmdStartRogueScRsp", - CmdRogueType::CmdSyncRogueSeasonFinishScNotify => { - "CmdSyncRogueSeasonFinishScNotify" - } - CmdRogueType::CmdSyncRogueExploreWinScNotify => { - "CmdSyncRogueExploreWinScNotify" - } - CmdRogueType::CmdTakeRogueAeonLevelRewardScRsp => { - "CmdTakeRogueAeonLevelRewardScRsp" - } - CmdRogueType::CmdFinishAeonDialogueGroupScRsp => { - "CmdFinishAeonDialogueGroupScRsp" - } - CmdRogueType::CmdEnterRogueCsReq => "CmdEnterRogueCsReq", - CmdRogueType::CmdGetRogueAeonInfoCsReq => "CmdGetRogueAeonInfoCsReq", - CmdRogueType::CmdGetRogueScoreRewardInfoCsReq => { - "CmdGetRogueScoreRewardInfoCsReq" - } - CmdRogueType::CmdGetRogueTalentInfoCsReq => "CmdGetRogueTalentInfoCsReq", - CmdRogueType::CmdGetRogueInfoCsReq => "CmdGetRogueInfoCsReq", - CmdRogueType::CmdSyncRogueMapRoomScNotify => "CmdSyncRogueMapRoomScNotify", - CmdRogueType::CmdSyncRogueAeonLevelUpRewardScNotify => { - "CmdSyncRogueAeonLevelUpRewardScNotify" - } - CmdRogueType::CmdFinishAeonDialogueGroupCsReq => { - "CmdFinishAeonDialogueGroupCsReq" - } - CmdRogueType::CmdQuitRogueScRsp => "CmdQuitRogueScRsp", - CmdRogueType::CmdGetRogueScoreRewardInfoScRsp => { - "CmdGetRogueScoreRewardInfoScRsp" - } - CmdRogueType::CmdEnableRogueTalentCsReq => "CmdEnableRogueTalentCsReq", - CmdRogueType::CmdSyncRogueFinishScNotify => "CmdSyncRogueFinishScNotify", - CmdRogueType::CmdSyncRogueAeonScNotify => "CmdSyncRogueAeonScNotify", - CmdRogueType::CmdSyncRogueReviveInfoScNotify => { - "CmdSyncRogueReviveInfoScNotify" - } - CmdRogueType::CmdSyncRogueStatusScNotify => "CmdSyncRogueStatusScNotify", - CmdRogueType::CmdEnhanceRogueBuffScRsp => "CmdEnhanceRogueBuffScRsp", - CmdRogueType::CmdGetRogueInitialScoreScRsp => "CmdGetRogueInitialScoreScRsp", - CmdRogueType::CmdGetRogueBuffEnhanceInfoCsReq => { - "CmdGetRogueBuffEnhanceInfoCsReq" - } - CmdRogueType::CmdTakeRogueScoreRewardScRsp => "CmdTakeRogueScoreRewardScRsp", - CmdRogueType::CmdEnterRogueScRsp => "CmdEnterRogueScRsp", - CmdRogueType::CmdGetRogueInitialScoreCsReq => "CmdGetRogueInitialScoreCsReq", - CmdRogueType::CmdSyncRogueAreaUnlockScNotify => { - "CmdSyncRogueAreaUnlockScNotify" - } - CmdRogueType::CmdPickRogueAvatarScRsp => "CmdPickRogueAvatarScRsp", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdRogueTypeNone" => Some(Self::None), - "CmdExchangeRogueRewardKeyScRsp" => { - Some(Self::CmdExchangeRogueRewardKeyScRsp) - } - "CmdEnableRogueTalentScRsp" => Some(Self::CmdEnableRogueTalentScRsp), - "CmdGetRogueInfoScRsp" => Some(Self::CmdGetRogueInfoScRsp), - "CmdOpenRogueChestCsReq" => Some(Self::CmdOpenRogueChestCsReq), - "CmdEnhanceRogueBuffCsReq" => Some(Self::CmdEnhanceRogueBuffCsReq), - "CmdTakeRogueAeonLevelRewardCsReq" => { - Some(Self::CmdTakeRogueAeonLevelRewardCsReq) - } - "CmdStartRogueCsReq" => Some(Self::CmdStartRogueCsReq), - "CmdEnterRogueMapRoomCsReq" => Some(Self::CmdEnterRogueMapRoomCsReq), - "CmdTakeRogueScoreRewardCsReq" => Some(Self::CmdTakeRogueScoreRewardCsReq), - "CmdSyncRogueRewardInfoScNotify" => { - Some(Self::CmdSyncRogueRewardInfoScNotify) - } - "CmdSyncRogueVirtualItemInfoScNotify" => { - Some(Self::CmdSyncRogueVirtualItemInfoScNotify) - } - "CmdQuitRogueCsReq" => Some(Self::CmdQuitRogueCsReq), - "CmdReviveRogueAvatarScRsp" => Some(Self::CmdReviveRogueAvatarScRsp), - "CmdReviveRogueAvatarCsReq" => Some(Self::CmdReviveRogueAvatarCsReq), - "CmdGetRogueAeonInfoScRsp" => Some(Self::CmdGetRogueAeonInfoScRsp), - "CmdGetRogueBuffEnhanceInfoScRsp" => { - Some(Self::CmdGetRogueBuffEnhanceInfoScRsp) - } - "CmdLeaveRogueScRsp" => Some(Self::CmdLeaveRogueScRsp), - "CmdEnterRogueMapRoomScRsp" => Some(Self::CmdEnterRogueMapRoomScRsp), - "CmdExchangeRogueRewardKeyCsReq" => { - Some(Self::CmdExchangeRogueRewardKeyCsReq) - } - "CmdPickRogueAvatarCsReq" => Some(Self::CmdPickRogueAvatarCsReq), - "CmdSyncRoguePickAvatarInfoScNotify" => { - Some(Self::CmdSyncRoguePickAvatarInfoScNotify) - } - "CmdSyncRogueGetItemScNotify" => Some(Self::CmdSyncRogueGetItemScNotify), - "CmdGetRogueTalentInfoScRsp" => Some(Self::CmdGetRogueTalentInfoScRsp), - "CmdLeaveRogueCsReq" => Some(Self::CmdLeaveRogueCsReq), - "CmdOpenRogueChestScRsp" => Some(Self::CmdOpenRogueChestScRsp), - "CmdStartRogueScRsp" => Some(Self::CmdStartRogueScRsp), - "CmdSyncRogueSeasonFinishScNotify" => { - Some(Self::CmdSyncRogueSeasonFinishScNotify) - } - "CmdSyncRogueExploreWinScNotify" => { - Some(Self::CmdSyncRogueExploreWinScNotify) - } - "CmdTakeRogueAeonLevelRewardScRsp" => { - Some(Self::CmdTakeRogueAeonLevelRewardScRsp) - } - "CmdFinishAeonDialogueGroupScRsp" => { - Some(Self::CmdFinishAeonDialogueGroupScRsp) - } - "CmdEnterRogueCsReq" => Some(Self::CmdEnterRogueCsReq), - "CmdGetRogueAeonInfoCsReq" => Some(Self::CmdGetRogueAeonInfoCsReq), - "CmdGetRogueScoreRewardInfoCsReq" => { - Some(Self::CmdGetRogueScoreRewardInfoCsReq) - } - "CmdGetRogueTalentInfoCsReq" => Some(Self::CmdGetRogueTalentInfoCsReq), - "CmdGetRogueInfoCsReq" => Some(Self::CmdGetRogueInfoCsReq), - "CmdSyncRogueMapRoomScNotify" => Some(Self::CmdSyncRogueMapRoomScNotify), - "CmdSyncRogueAeonLevelUpRewardScNotify" => { - Some(Self::CmdSyncRogueAeonLevelUpRewardScNotify) - } - "CmdFinishAeonDialogueGroupCsReq" => { - Some(Self::CmdFinishAeonDialogueGroupCsReq) - } - "CmdQuitRogueScRsp" => Some(Self::CmdQuitRogueScRsp), - "CmdGetRogueScoreRewardInfoScRsp" => { - Some(Self::CmdGetRogueScoreRewardInfoScRsp) - } - "CmdEnableRogueTalentCsReq" => Some(Self::CmdEnableRogueTalentCsReq), - "CmdSyncRogueFinishScNotify" => Some(Self::CmdSyncRogueFinishScNotify), - "CmdSyncRogueAeonScNotify" => Some(Self::CmdSyncRogueAeonScNotify), - "CmdSyncRogueReviveInfoScNotify" => { - Some(Self::CmdSyncRogueReviveInfoScNotify) - } - "CmdSyncRogueStatusScNotify" => Some(Self::CmdSyncRogueStatusScNotify), - "CmdEnhanceRogueBuffScRsp" => Some(Self::CmdEnhanceRogueBuffScRsp), - "CmdGetRogueInitialScoreScRsp" => Some(Self::CmdGetRogueInitialScoreScRsp), - "CmdGetRogueBuffEnhanceInfoCsReq" => { - Some(Self::CmdGetRogueBuffEnhanceInfoCsReq) - } - "CmdTakeRogueScoreRewardScRsp" => Some(Self::CmdTakeRogueScoreRewardScRsp), - "CmdEnterRogueScRsp" => Some(Self::CmdEnterRogueScRsp), - "CmdGetRogueInitialScoreCsReq" => Some(Self::CmdGetRogueInitialScoreCsReq), - "CmdSyncRogueAreaUnlockScNotify" => { - Some(Self::CmdSyncRogueAreaUnlockScNotify) - } - "CmdPickRogueAvatarScRsp" => Some(Self::CmdPickRogueAvatarScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdRogueArcadeType { - None = 0, - CmdRogueArcadeGetInfoScRsp = 7654, - CmdRogueArcadeStartCsReq = 7657, - CmdRogueArcadeRestartScRsp = 7658, - CmdRogueArcadeRestartCsReq = 7661, - CmdRogueArcadeLeaveCsReq = 7665, - CmdRogueArcadeLeaveScRsp = 7667, - CmdRogueArcadeGetInfoCsReq = 7673, - CmdRogueArcadeStartScRsp = 7674, -} -impl CmdRogueArcadeType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdRogueArcadeType::None => "CmdRogueArcadeTypeNone", - CmdRogueArcadeType::CmdRogueArcadeGetInfoScRsp => { - "CmdRogueArcadeGetInfoScRsp" - } - CmdRogueArcadeType::CmdRogueArcadeStartCsReq => "CmdRogueArcadeStartCsReq", - CmdRogueArcadeType::CmdRogueArcadeRestartScRsp => { - "CmdRogueArcadeRestartScRsp" - } - CmdRogueArcadeType::CmdRogueArcadeRestartCsReq => { - "CmdRogueArcadeRestartCsReq" - } - CmdRogueArcadeType::CmdRogueArcadeLeaveCsReq => "CmdRogueArcadeLeaveCsReq", - CmdRogueArcadeType::CmdRogueArcadeLeaveScRsp => "CmdRogueArcadeLeaveScRsp", - CmdRogueArcadeType::CmdRogueArcadeGetInfoCsReq => { - "CmdRogueArcadeGetInfoCsReq" - } - CmdRogueArcadeType::CmdRogueArcadeStartScRsp => "CmdRogueArcadeStartScRsp", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdRogueArcadeTypeNone" => Some(Self::None), - "CmdRogueArcadeGetInfoScRsp" => Some(Self::CmdRogueArcadeGetInfoScRsp), - "CmdRogueArcadeStartCsReq" => Some(Self::CmdRogueArcadeStartCsReq), - "CmdRogueArcadeRestartScRsp" => Some(Self::CmdRogueArcadeRestartScRsp), - "CmdRogueArcadeRestartCsReq" => Some(Self::CmdRogueArcadeRestartCsReq), - "CmdRogueArcadeLeaveCsReq" => Some(Self::CmdRogueArcadeLeaveCsReq), - "CmdRogueArcadeLeaveScRsp" => Some(Self::CmdRogueArcadeLeaveScRsp), - "CmdRogueArcadeGetInfoCsReq" => Some(Self::CmdRogueArcadeGetInfoCsReq), - "CmdRogueArcadeStartScRsp" => Some(Self::CmdRogueArcadeStartScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdRogueCommonType { - None = 0, - CmdGetRogueCommonDialogueDataCsReq = 5603, - CmdSetRogueCollectionScRsp = 5605, - CmdPrepareRogueAdventureRoomCsReq = 5606, - CmdCommonRogueQueryCsReq = 5607, - CmdStopRogueAdventureRoomCsReq = 5609, - CmdGetRogueCollectionCsReq = 5610, - CmdPrepareRogueAdventureRoomScRsp = 5611, - CmdSyncRogueHandbookDataUpdateScNotify = 5612, - CmdSelectRogueCommonDialogueOptionCsReq = 5613, - CmdSelectRogueCommonDialogueOptionScRsp = 5614, - CmdSyncRogueCommonPendingActionScNotify = 5615, - CmdGetEnhanceCommonRogueBuffInfoCsReq = 5617, - CmdRogueGetGambleInfoScRsp = 5620, - CmdFinishRogueCommonDialogueScRsp = 5621, - CmdFinishRogueCommonDialogueCsReq = 5622, - CmdExchangeRogueBuffWithMiracleScRsp = 5624, - CmdExchangeRogueBuffWithMiracleCsReq = 5625, - CmdGetRogueCommonDialogueDataScRsp = 5626, - CmdRogueDoGambleScRsp = 5627, - CmdEnhanceCommonRogueBuffScRsp = 5628, - CmdBuyRogueShopMiracleCsReq = 5629, - CmdTakeRogueMiracleHandbookRewardCsReq = 5630, - CmdCommonRogueUpdateScNotify = 5631, - CmdBuyRogueShopBuffCsReq = 5633, - CmdRogueWorkbenchHandleFuncScRsp = 5636, - CmdGetRogueShopBuffInfoScRsp = 5639, - CmdUpdateRogueAdventureRoomScoreScRsp = 5640, - CmdCommonRogueQueryScRsp = 5641, - CmdRogueWorkbenchGetInfoCsReq = 5642, - CmdGetRogueShopMiracleInfoCsReq = 5643, - CmdGetRogueHandbookDataScRsp = 5646, - CmdHandleRogueCommonPendingActionCsReq = 5647, - CmdGetRogueAdventureRoomInfoCsReq = 5648, - CmdGetRogueCollectionScRsp = 5650, - CmdBuyRogueShopMiracleScRsp = 5651, - CmdRogueNpcDisappearCsReq = 5654, - CmdRogueWorkbenchSelectFuncScRsp = 5655, - CmdGetRogueShopMiracleInfoScRsp = 5656, - CmdRogueDoGambleCsReq = 5657, - CmdHandleRogueCommonPendingActionScRsp = 5659, - CmdSetRogueExhibitionCsReq = 5661, - CmdGetRogueExhibitionCsReq = 5664, - CmdRogueNpcDisappearScRsp = 5665, - CmdGetRogueHandbookDataCsReq = 5666, - CmdSyncRogueCommonActionResultScNotify = 5667, - CmdSyncRogueAdventureRoomInfoScNotify = 5668, - CmdTakeRogueEventHandbookRewardScRsp = 5669, - CmdGetRogueExhibitionScRsp = 5670, - CmdSyncRogueCommonDialogueDataScNotify = 5671, - CmdSetRogueCollectionCsReq = 5672, - CmdSyncRogueCommonDialogueOptionFinishScNotify = 5673, - CmdUpdateRogueAdventureRoomScoreCsReq = 5675, - CmdRogueWorkbenchSelectFuncCsReq = 5677, - CmdSetRogueExhibitionScRsp = 5679, - CmdGetRogueAdventureRoomInfoScRsp = 5682, - CmdRogueWorkbenchGetInfoScRsp = 5683, - CmdSyncRogueCommonVirtualItemInfoScNotify = 5685, - CmdCommonRogueComponentUpdateScNotify = 5686, - CmdStopRogueAdventureRoomScRsp = 5688, - CmdTakeRogueEventHandbookRewardCsReq = 5689, - CmdEnhanceCommonRogueBuffCsReq = 5690, - CmdRogueGetGambleInfoCsReq = 5691, - CmdGetEnhanceCommonRogueBuffInfoScRsp = 5692, - CmdGetRogueShopBuffInfoCsReq = 5693, - CmdTakeRogueMiracleHandbookRewardScRsp = 5695, - CmdRogueWorkbenchHandleFuncCsReq = 5696, - CmdBuyRogueShopBuffScRsp = 5699, -} -impl CmdRogueCommonType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdRogueCommonType::None => "CmdRogueCommonTypeNone", - CmdRogueCommonType::CmdGetRogueCommonDialogueDataCsReq => { - "CmdGetRogueCommonDialogueDataCsReq" - } - CmdRogueCommonType::CmdSetRogueCollectionScRsp => { - "CmdSetRogueCollectionScRsp" - } - CmdRogueCommonType::CmdPrepareRogueAdventureRoomCsReq => { - "CmdPrepareRogueAdventureRoomCsReq" - } - CmdRogueCommonType::CmdCommonRogueQueryCsReq => "CmdCommonRogueQueryCsReq", - CmdRogueCommonType::CmdStopRogueAdventureRoomCsReq => { - "CmdStopRogueAdventureRoomCsReq" - } - CmdRogueCommonType::CmdGetRogueCollectionCsReq => { - "CmdGetRogueCollectionCsReq" - } - CmdRogueCommonType::CmdPrepareRogueAdventureRoomScRsp => { - "CmdPrepareRogueAdventureRoomScRsp" - } - CmdRogueCommonType::CmdSyncRogueHandbookDataUpdateScNotify => { - "CmdSyncRogueHandbookDataUpdateScNotify" - } - CmdRogueCommonType::CmdSelectRogueCommonDialogueOptionCsReq => { - "CmdSelectRogueCommonDialogueOptionCsReq" - } - CmdRogueCommonType::CmdSelectRogueCommonDialogueOptionScRsp => { - "CmdSelectRogueCommonDialogueOptionScRsp" - } - CmdRogueCommonType::CmdSyncRogueCommonPendingActionScNotify => { - "CmdSyncRogueCommonPendingActionScNotify" - } - CmdRogueCommonType::CmdGetEnhanceCommonRogueBuffInfoCsReq => { - "CmdGetEnhanceCommonRogueBuffInfoCsReq" - } - CmdRogueCommonType::CmdRogueGetGambleInfoScRsp => { - "CmdRogueGetGambleInfoScRsp" - } - CmdRogueCommonType::CmdFinishRogueCommonDialogueScRsp => { - "CmdFinishRogueCommonDialogueScRsp" - } - CmdRogueCommonType::CmdFinishRogueCommonDialogueCsReq => { - "CmdFinishRogueCommonDialogueCsReq" - } - CmdRogueCommonType::CmdExchangeRogueBuffWithMiracleScRsp => { - "CmdExchangeRogueBuffWithMiracleScRsp" - } - CmdRogueCommonType::CmdExchangeRogueBuffWithMiracleCsReq => { - "CmdExchangeRogueBuffWithMiracleCsReq" - } - CmdRogueCommonType::CmdGetRogueCommonDialogueDataScRsp => { - "CmdGetRogueCommonDialogueDataScRsp" - } - CmdRogueCommonType::CmdRogueDoGambleScRsp => "CmdRogueDoGambleScRsp", - CmdRogueCommonType::CmdEnhanceCommonRogueBuffScRsp => { - "CmdEnhanceCommonRogueBuffScRsp" - } - CmdRogueCommonType::CmdBuyRogueShopMiracleCsReq => { - "CmdBuyRogueShopMiracleCsReq" - } - CmdRogueCommonType::CmdTakeRogueMiracleHandbookRewardCsReq => { - "CmdTakeRogueMiracleHandbookRewardCsReq" - } - CmdRogueCommonType::CmdCommonRogueUpdateScNotify => { - "CmdCommonRogueUpdateScNotify" - } - CmdRogueCommonType::CmdBuyRogueShopBuffCsReq => "CmdBuyRogueShopBuffCsReq", - CmdRogueCommonType::CmdRogueWorkbenchHandleFuncScRsp => { - "CmdRogueWorkbenchHandleFuncScRsp" - } - CmdRogueCommonType::CmdGetRogueShopBuffInfoScRsp => { - "CmdGetRogueShopBuffInfoScRsp" - } - CmdRogueCommonType::CmdUpdateRogueAdventureRoomScoreScRsp => { - "CmdUpdateRogueAdventureRoomScoreScRsp" - } - CmdRogueCommonType::CmdCommonRogueQueryScRsp => "CmdCommonRogueQueryScRsp", - CmdRogueCommonType::CmdRogueWorkbenchGetInfoCsReq => { - "CmdRogueWorkbenchGetInfoCsReq" - } - CmdRogueCommonType::CmdGetRogueShopMiracleInfoCsReq => { - "CmdGetRogueShopMiracleInfoCsReq" - } - CmdRogueCommonType::CmdGetRogueHandbookDataScRsp => { - "CmdGetRogueHandbookDataScRsp" - } - CmdRogueCommonType::CmdHandleRogueCommonPendingActionCsReq => { - "CmdHandleRogueCommonPendingActionCsReq" - } - CmdRogueCommonType::CmdGetRogueAdventureRoomInfoCsReq => { - "CmdGetRogueAdventureRoomInfoCsReq" - } - CmdRogueCommonType::CmdGetRogueCollectionScRsp => { - "CmdGetRogueCollectionScRsp" - } - CmdRogueCommonType::CmdBuyRogueShopMiracleScRsp => { - "CmdBuyRogueShopMiracleScRsp" - } - CmdRogueCommonType::CmdRogueNpcDisappearCsReq => "CmdRogueNpcDisappearCsReq", - CmdRogueCommonType::CmdRogueWorkbenchSelectFuncScRsp => { - "CmdRogueWorkbenchSelectFuncScRsp" - } - CmdRogueCommonType::CmdGetRogueShopMiracleInfoScRsp => { - "CmdGetRogueShopMiracleInfoScRsp" - } - CmdRogueCommonType::CmdRogueDoGambleCsReq => "CmdRogueDoGambleCsReq", - CmdRogueCommonType::CmdHandleRogueCommonPendingActionScRsp => { - "CmdHandleRogueCommonPendingActionScRsp" - } - CmdRogueCommonType::CmdSetRogueExhibitionCsReq => { - "CmdSetRogueExhibitionCsReq" - } - CmdRogueCommonType::CmdGetRogueExhibitionCsReq => { - "CmdGetRogueExhibitionCsReq" - } - CmdRogueCommonType::CmdRogueNpcDisappearScRsp => "CmdRogueNpcDisappearScRsp", - CmdRogueCommonType::CmdGetRogueHandbookDataCsReq => { - "CmdGetRogueHandbookDataCsReq" - } - CmdRogueCommonType::CmdSyncRogueCommonActionResultScNotify => { - "CmdSyncRogueCommonActionResultScNotify" - } - CmdRogueCommonType::CmdSyncRogueAdventureRoomInfoScNotify => { - "CmdSyncRogueAdventureRoomInfoScNotify" - } - CmdRogueCommonType::CmdTakeRogueEventHandbookRewardScRsp => { - "CmdTakeRogueEventHandbookRewardScRsp" - } - CmdRogueCommonType::CmdGetRogueExhibitionScRsp => { - "CmdGetRogueExhibitionScRsp" - } - CmdRogueCommonType::CmdSyncRogueCommonDialogueDataScNotify => { - "CmdSyncRogueCommonDialogueDataScNotify" - } - CmdRogueCommonType::CmdSetRogueCollectionCsReq => { - "CmdSetRogueCollectionCsReq" - } - CmdRogueCommonType::CmdSyncRogueCommonDialogueOptionFinishScNotify => { - "CmdSyncRogueCommonDialogueOptionFinishScNotify" - } - CmdRogueCommonType::CmdUpdateRogueAdventureRoomScoreCsReq => { - "CmdUpdateRogueAdventureRoomScoreCsReq" - } - CmdRogueCommonType::CmdRogueWorkbenchSelectFuncCsReq => { - "CmdRogueWorkbenchSelectFuncCsReq" - } - CmdRogueCommonType::CmdSetRogueExhibitionScRsp => { - "CmdSetRogueExhibitionScRsp" - } - CmdRogueCommonType::CmdGetRogueAdventureRoomInfoScRsp => { - "CmdGetRogueAdventureRoomInfoScRsp" - } - CmdRogueCommonType::CmdRogueWorkbenchGetInfoScRsp => { - "CmdRogueWorkbenchGetInfoScRsp" - } - CmdRogueCommonType::CmdSyncRogueCommonVirtualItemInfoScNotify => { - "CmdSyncRogueCommonVirtualItemInfoScNotify" - } - CmdRogueCommonType::CmdCommonRogueComponentUpdateScNotify => { - "CmdCommonRogueComponentUpdateScNotify" - } - CmdRogueCommonType::CmdStopRogueAdventureRoomScRsp => { - "CmdStopRogueAdventureRoomScRsp" - } - CmdRogueCommonType::CmdTakeRogueEventHandbookRewardCsReq => { - "CmdTakeRogueEventHandbookRewardCsReq" - } - CmdRogueCommonType::CmdEnhanceCommonRogueBuffCsReq => { - "CmdEnhanceCommonRogueBuffCsReq" - } - CmdRogueCommonType::CmdRogueGetGambleInfoCsReq => { - "CmdRogueGetGambleInfoCsReq" - } - CmdRogueCommonType::CmdGetEnhanceCommonRogueBuffInfoScRsp => { - "CmdGetEnhanceCommonRogueBuffInfoScRsp" - } - CmdRogueCommonType::CmdGetRogueShopBuffInfoCsReq => { - "CmdGetRogueShopBuffInfoCsReq" - } - CmdRogueCommonType::CmdTakeRogueMiracleHandbookRewardScRsp => { - "CmdTakeRogueMiracleHandbookRewardScRsp" - } - CmdRogueCommonType::CmdRogueWorkbenchHandleFuncCsReq => { - "CmdRogueWorkbenchHandleFuncCsReq" - } - CmdRogueCommonType::CmdBuyRogueShopBuffScRsp => "CmdBuyRogueShopBuffScRsp", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdRogueCommonTypeNone" => Some(Self::None), - "CmdGetRogueCommonDialogueDataCsReq" => { - Some(Self::CmdGetRogueCommonDialogueDataCsReq) - } - "CmdSetRogueCollectionScRsp" => Some(Self::CmdSetRogueCollectionScRsp), - "CmdPrepareRogueAdventureRoomCsReq" => { - Some(Self::CmdPrepareRogueAdventureRoomCsReq) - } - "CmdCommonRogueQueryCsReq" => Some(Self::CmdCommonRogueQueryCsReq), - "CmdStopRogueAdventureRoomCsReq" => { - Some(Self::CmdStopRogueAdventureRoomCsReq) - } - "CmdGetRogueCollectionCsReq" => Some(Self::CmdGetRogueCollectionCsReq), - "CmdPrepareRogueAdventureRoomScRsp" => { - Some(Self::CmdPrepareRogueAdventureRoomScRsp) - } - "CmdSyncRogueHandbookDataUpdateScNotify" => { - Some(Self::CmdSyncRogueHandbookDataUpdateScNotify) - } - "CmdSelectRogueCommonDialogueOptionCsReq" => { - Some(Self::CmdSelectRogueCommonDialogueOptionCsReq) - } - "CmdSelectRogueCommonDialogueOptionScRsp" => { - Some(Self::CmdSelectRogueCommonDialogueOptionScRsp) - } - "CmdSyncRogueCommonPendingActionScNotify" => { - Some(Self::CmdSyncRogueCommonPendingActionScNotify) - } - "CmdGetEnhanceCommonRogueBuffInfoCsReq" => { - Some(Self::CmdGetEnhanceCommonRogueBuffInfoCsReq) - } - "CmdRogueGetGambleInfoScRsp" => Some(Self::CmdRogueGetGambleInfoScRsp), - "CmdFinishRogueCommonDialogueScRsp" => { - Some(Self::CmdFinishRogueCommonDialogueScRsp) - } - "CmdFinishRogueCommonDialogueCsReq" => { - Some(Self::CmdFinishRogueCommonDialogueCsReq) - } - "CmdExchangeRogueBuffWithMiracleScRsp" => { - Some(Self::CmdExchangeRogueBuffWithMiracleScRsp) - } - "CmdExchangeRogueBuffWithMiracleCsReq" => { - Some(Self::CmdExchangeRogueBuffWithMiracleCsReq) - } - "CmdGetRogueCommonDialogueDataScRsp" => { - Some(Self::CmdGetRogueCommonDialogueDataScRsp) - } - "CmdRogueDoGambleScRsp" => Some(Self::CmdRogueDoGambleScRsp), - "CmdEnhanceCommonRogueBuffScRsp" => { - Some(Self::CmdEnhanceCommonRogueBuffScRsp) - } - "CmdBuyRogueShopMiracleCsReq" => Some(Self::CmdBuyRogueShopMiracleCsReq), - "CmdTakeRogueMiracleHandbookRewardCsReq" => { - Some(Self::CmdTakeRogueMiracleHandbookRewardCsReq) - } - "CmdCommonRogueUpdateScNotify" => Some(Self::CmdCommonRogueUpdateScNotify), - "CmdBuyRogueShopBuffCsReq" => Some(Self::CmdBuyRogueShopBuffCsReq), - "CmdRogueWorkbenchHandleFuncScRsp" => { - Some(Self::CmdRogueWorkbenchHandleFuncScRsp) - } - "CmdGetRogueShopBuffInfoScRsp" => Some(Self::CmdGetRogueShopBuffInfoScRsp), - "CmdUpdateRogueAdventureRoomScoreScRsp" => { - Some(Self::CmdUpdateRogueAdventureRoomScoreScRsp) - } - "CmdCommonRogueQueryScRsp" => Some(Self::CmdCommonRogueQueryScRsp), - "CmdRogueWorkbenchGetInfoCsReq" => Some(Self::CmdRogueWorkbenchGetInfoCsReq), - "CmdGetRogueShopMiracleInfoCsReq" => { - Some(Self::CmdGetRogueShopMiracleInfoCsReq) - } - "CmdGetRogueHandbookDataScRsp" => Some(Self::CmdGetRogueHandbookDataScRsp), - "CmdHandleRogueCommonPendingActionCsReq" => { - Some(Self::CmdHandleRogueCommonPendingActionCsReq) - } - "CmdGetRogueAdventureRoomInfoCsReq" => { - Some(Self::CmdGetRogueAdventureRoomInfoCsReq) - } - "CmdGetRogueCollectionScRsp" => Some(Self::CmdGetRogueCollectionScRsp), - "CmdBuyRogueShopMiracleScRsp" => Some(Self::CmdBuyRogueShopMiracleScRsp), - "CmdRogueNpcDisappearCsReq" => Some(Self::CmdRogueNpcDisappearCsReq), - "CmdRogueWorkbenchSelectFuncScRsp" => { - Some(Self::CmdRogueWorkbenchSelectFuncScRsp) - } - "CmdGetRogueShopMiracleInfoScRsp" => { - Some(Self::CmdGetRogueShopMiracleInfoScRsp) - } - "CmdRogueDoGambleCsReq" => Some(Self::CmdRogueDoGambleCsReq), - "CmdHandleRogueCommonPendingActionScRsp" => { - Some(Self::CmdHandleRogueCommonPendingActionScRsp) - } - "CmdSetRogueExhibitionCsReq" => Some(Self::CmdSetRogueExhibitionCsReq), - "CmdGetRogueExhibitionCsReq" => Some(Self::CmdGetRogueExhibitionCsReq), - "CmdRogueNpcDisappearScRsp" => Some(Self::CmdRogueNpcDisappearScRsp), - "CmdGetRogueHandbookDataCsReq" => Some(Self::CmdGetRogueHandbookDataCsReq), - "CmdSyncRogueCommonActionResultScNotify" => { - Some(Self::CmdSyncRogueCommonActionResultScNotify) - } - "CmdSyncRogueAdventureRoomInfoScNotify" => { - Some(Self::CmdSyncRogueAdventureRoomInfoScNotify) - } - "CmdTakeRogueEventHandbookRewardScRsp" => { - Some(Self::CmdTakeRogueEventHandbookRewardScRsp) - } - "CmdGetRogueExhibitionScRsp" => Some(Self::CmdGetRogueExhibitionScRsp), - "CmdSyncRogueCommonDialogueDataScNotify" => { - Some(Self::CmdSyncRogueCommonDialogueDataScNotify) - } - "CmdSetRogueCollectionCsReq" => Some(Self::CmdSetRogueCollectionCsReq), - "CmdSyncRogueCommonDialogueOptionFinishScNotify" => { - Some(Self::CmdSyncRogueCommonDialogueOptionFinishScNotify) - } - "CmdUpdateRogueAdventureRoomScoreCsReq" => { - Some(Self::CmdUpdateRogueAdventureRoomScoreCsReq) - } - "CmdRogueWorkbenchSelectFuncCsReq" => { - Some(Self::CmdRogueWorkbenchSelectFuncCsReq) - } - "CmdSetRogueExhibitionScRsp" => Some(Self::CmdSetRogueExhibitionScRsp), - "CmdGetRogueAdventureRoomInfoScRsp" => { - Some(Self::CmdGetRogueAdventureRoomInfoScRsp) - } - "CmdRogueWorkbenchGetInfoScRsp" => Some(Self::CmdRogueWorkbenchGetInfoScRsp), - "CmdSyncRogueCommonVirtualItemInfoScNotify" => { - Some(Self::CmdSyncRogueCommonVirtualItemInfoScNotify) - } - "CmdCommonRogueComponentUpdateScNotify" => { - Some(Self::CmdCommonRogueComponentUpdateScNotify) - } - "CmdStopRogueAdventureRoomScRsp" => { - Some(Self::CmdStopRogueAdventureRoomScRsp) - } - "CmdTakeRogueEventHandbookRewardCsReq" => { - Some(Self::CmdTakeRogueEventHandbookRewardCsReq) - } - "CmdEnhanceCommonRogueBuffCsReq" => { - Some(Self::CmdEnhanceCommonRogueBuffCsReq) - } - "CmdRogueGetGambleInfoCsReq" => Some(Self::CmdRogueGetGambleInfoCsReq), - "CmdGetEnhanceCommonRogueBuffInfoScRsp" => { - Some(Self::CmdGetEnhanceCommonRogueBuffInfoScRsp) - } - "CmdGetRogueShopBuffInfoCsReq" => Some(Self::CmdGetRogueShopBuffInfoCsReq), - "CmdTakeRogueMiracleHandbookRewardScRsp" => { - Some(Self::CmdTakeRogueMiracleHandbookRewardScRsp) - } - "CmdRogueWorkbenchHandleFuncCsReq" => { - Some(Self::CmdRogueWorkbenchHandleFuncCsReq) - } - "CmdBuyRogueShopBuffScRsp" => Some(Self::CmdBuyRogueShopBuffScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdRogueEndless { - None = 0, - CmdGetRogueEndlessActivityDataCsReq = 6001, - ActivityBattleEndScNotify = 6002, - CmdTakeRogueEndlessActivityAllBonusRewardCsReq = 6003, - CmdGetRogueEndlessActivityDataScRsp = 6004, - CmdTakeRogueEndlessActivityAllBonusRewardScRsp = 6005, - CmdTakeRogueEndlessActivityPointRewardCsReq = 6006, - CmdTakeRogueEndlessActivityPointRewardScRsp = 6007, - CmdEnterRogueEndlessActivityStageCsReq = 6009, - CmdEnterRogueEndlessActivityStageScRsp = 6010, -} -impl CmdRogueEndless { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdRogueEndless::None => "CmdRogueEndlessNone", - CmdRogueEndless::CmdGetRogueEndlessActivityDataCsReq => { - "CmdGetRogueEndlessActivityDataCsReq" - } - CmdRogueEndless::ActivityBattleEndScNotify => { - "CmdRogueEndlessActivityBattleEndScNotify" - } - CmdRogueEndless::CmdTakeRogueEndlessActivityAllBonusRewardCsReq => { - "CmdTakeRogueEndlessActivityAllBonusRewardCsReq" - } - CmdRogueEndless::CmdGetRogueEndlessActivityDataScRsp => { - "CmdGetRogueEndlessActivityDataScRsp" - } - CmdRogueEndless::CmdTakeRogueEndlessActivityAllBonusRewardScRsp => { - "CmdTakeRogueEndlessActivityAllBonusRewardScRsp" - } - CmdRogueEndless::CmdTakeRogueEndlessActivityPointRewardCsReq => { - "CmdTakeRogueEndlessActivityPointRewardCsReq" - } - CmdRogueEndless::CmdTakeRogueEndlessActivityPointRewardScRsp => { - "CmdTakeRogueEndlessActivityPointRewardScRsp" - } - CmdRogueEndless::CmdEnterRogueEndlessActivityStageCsReq => { - "CmdEnterRogueEndlessActivityStageCsReq" - } - CmdRogueEndless::CmdEnterRogueEndlessActivityStageScRsp => { - "CmdEnterRogueEndlessActivityStageScRsp" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdRogueEndlessNone" => Some(Self::None), - "CmdGetRogueEndlessActivityDataCsReq" => { - Some(Self::CmdGetRogueEndlessActivityDataCsReq) - } - "CmdRogueEndlessActivityBattleEndScNotify" => { - Some(Self::ActivityBattleEndScNotify) - } - "CmdTakeRogueEndlessActivityAllBonusRewardCsReq" => { - Some(Self::CmdTakeRogueEndlessActivityAllBonusRewardCsReq) - } - "CmdGetRogueEndlessActivityDataScRsp" => { - Some(Self::CmdGetRogueEndlessActivityDataScRsp) - } - "CmdTakeRogueEndlessActivityAllBonusRewardScRsp" => { - Some(Self::CmdTakeRogueEndlessActivityAllBonusRewardScRsp) - } - "CmdTakeRogueEndlessActivityPointRewardCsReq" => { - Some(Self::CmdTakeRogueEndlessActivityPointRewardCsReq) - } - "CmdTakeRogueEndlessActivityPointRewardScRsp" => { - Some(Self::CmdTakeRogueEndlessActivityPointRewardScRsp) - } - "CmdEnterRogueEndlessActivityStageCsReq" => { - Some(Self::CmdEnterRogueEndlessActivityStageCsReq) - } - "CmdEnterRogueEndlessActivityStageScRsp" => { - Some(Self::CmdEnterRogueEndlessActivityStageScRsp) - } - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdRogueModifierType { - None = 0, - CmdRogueModifierAddNotify = 5311, - CmdRogueModifierUpdateNotify = 5329, - CmdRogueModifierStageStartNotify = 5333, - CmdRogueModifierSelectCellCsReq = 5343, - CmdRogueModifierDelNotify = 5351, - CmdRogueModifierSelectCellScRsp = 5356, -} -impl CmdRogueModifierType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdRogueModifierType::None => "CmdRogueModifierTypeNone", - CmdRogueModifierType::CmdRogueModifierAddNotify => { - "CmdRogueModifierAddNotify" - } - CmdRogueModifierType::CmdRogueModifierUpdateNotify => { - "CmdRogueModifierUpdateNotify" - } - CmdRogueModifierType::CmdRogueModifierStageStartNotify => { - "CmdRogueModifierStageStartNotify" - } - CmdRogueModifierType::CmdRogueModifierSelectCellCsReq => { - "CmdRogueModifierSelectCellCsReq" - } - CmdRogueModifierType::CmdRogueModifierDelNotify => { - "CmdRogueModifierDelNotify" - } - CmdRogueModifierType::CmdRogueModifierSelectCellScRsp => { - "CmdRogueModifierSelectCellScRsp" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdRogueModifierTypeNone" => Some(Self::None), - "CmdRogueModifierAddNotify" => Some(Self::CmdRogueModifierAddNotify), - "CmdRogueModifierUpdateNotify" => Some(Self::CmdRogueModifierUpdateNotify), - "CmdRogueModifierStageStartNotify" => { - Some(Self::CmdRogueModifierStageStartNotify) - } - "CmdRogueModifierSelectCellCsReq" => { - Some(Self::CmdRogueModifierSelectCellCsReq) - } - "CmdRogueModifierDelNotify" => Some(Self::CmdRogueModifierDelNotify), - "CmdRogueModifierSelectCellScRsp" => { - Some(Self::CmdRogueModifierSelectCellScRsp) - } - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdRogueTournType { - None = 0, - CmdRogueTournGetMiscRealTimeDataScRsp = 6013, - CmdRogueTournDeleteArchiveCsReq = 6016, - CmdRogueTournExpNotify = 6017, - CmdRogueTournGetAllArchiveScRsp = 6018, - CmdRogueTournEnterRoomScRsp = 6019, - CmdRogueTournBattleFailSettleInfoScNotify = 6020, - CmdRogueTournResetPermanentTalentCsReq = 6021, - CmdRogueTournEnablePermanentTalentCsReq = 6022, - CmdRogueTournConfirmSettleCsReq = 6023, - CmdRogueTournConfirmSettleScRsp = 6024, - CmdRogueTournEnterRogueCocoonSceneScRsp = 6025, - CmdRogueTournGetPermanentTalentInfoCsReq = 6026, - CmdRogueTournTakeExpRewardCsReq = 6027, - CmdRogueTournGetArchiveRepositoryScRsp = 6031, - CmdRogueTournWeekChallengeUpdateScNotify = 6032, - CmdRogueTournEnterScRsp = 6033, - CmdRogueTournQueryCsReq = 6034, - CmdRogueTournDeleteArchiveScRsp = 6035, - CmdRogueTournGetSettleInfoScRsp = 6036, - CmdRogueTournLevelInfoUpdateScNotify = 6038, - CmdRogueTournStartScRsp = 6039, - CmdRogueTournQueryScRsp = 6040, - CmdRogueTournGetCurRogueCocoonInfoScRsp = 6041, - CmdRogueTournReviveAvatarScRsp = 6042, - CmdRogueTournSettleScRsp = 6043, - CmdRogueTournRenameArchiveCsReq = 6044, - CmdRogueTournTakeExpRewardScRsp = 6049, - CmdRogueTournReEnterRogueCocoonStageScRsp = 6050, - CmdRogueTournGetCurRogueCocoonInfoCsReq = 6051, - CmdRogueTournEnablePermanentTalentScRsp = 6053, - CmdRogueTournDifficultyCompNotify = 6055, - CmdRogueTournHandBookNotify = 6056, - CmdRogueTournClearArchiveNameScNotify = 6057, - CmdRogueTournEnterLayerScRsp = 6058, - CmdRogueTournLeaveCsReq = 6059, - CmdRogueTournReEnterRogueCocoonStageCsReq = 6063, - CmdRogueTournLeaveRogueCocoonSceneCsReq = 6064, - CmdRogueTournAreaUpdateScNotify = 6066, - CmdRogueTournGetAllArchiveCsReq = 6068, - CmdRogueTournGetSettleInfoCsReq = 6077, - CmdRogueTournLeaveScRsp = 6078, - CmdRogueTournGetMiscRealTimeDataCsReq = 6079, - CmdRogueTournReviveAvatarCsReq = 6081, - CmdRogueTournGetArchiveRepositoryCsReq = 6082, - CmdRogueTournStartCsReq = 6083, - CmdRogueTournGetPermanentTalentInfoScRsp = 6085, - CmdRogueTournLeaveRogueCocoonSceneScRsp = 6086, - CmdRogueTournReviveCostUpdateScNotify = 6087, - CmdRogueTournRenameArchiveScRsp = 6088, - CmdRogueTournEnterRoomCsReq = 6089, - CmdRogueTournEnterLayerCsReq = 6092, - CmdRogueTournEnterRogueCocoonSceneCsReq = 6095, - CmdRogueTournResetPermanentTalentScRsp = 6096, - CmdRogueTournEnterCsReq = 6099, - CmdRogueTournSettleCsReq = 6100, -} -impl CmdRogueTournType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdRogueTournType::None => "CmdRogueTournTypeNone", - CmdRogueTournType::CmdRogueTournGetMiscRealTimeDataScRsp => { - "CmdRogueTournGetMiscRealTimeDataScRsp" - } - CmdRogueTournType::CmdRogueTournDeleteArchiveCsReq => { - "CmdRogueTournDeleteArchiveCsReq" - } - CmdRogueTournType::CmdRogueTournExpNotify => "CmdRogueTournExpNotify", - CmdRogueTournType::CmdRogueTournGetAllArchiveScRsp => { - "CmdRogueTournGetAllArchiveScRsp" - } - CmdRogueTournType::CmdRogueTournEnterRoomScRsp => { - "CmdRogueTournEnterRoomScRsp" - } - CmdRogueTournType::CmdRogueTournBattleFailSettleInfoScNotify => { - "CmdRogueTournBattleFailSettleInfoScNotify" - } - CmdRogueTournType::CmdRogueTournResetPermanentTalentCsReq => { - "CmdRogueTournResetPermanentTalentCsReq" - } - CmdRogueTournType::CmdRogueTournEnablePermanentTalentCsReq => { - "CmdRogueTournEnablePermanentTalentCsReq" - } - CmdRogueTournType::CmdRogueTournConfirmSettleCsReq => { - "CmdRogueTournConfirmSettleCsReq" - } - CmdRogueTournType::CmdRogueTournConfirmSettleScRsp => { - "CmdRogueTournConfirmSettleScRsp" - } - CmdRogueTournType::CmdRogueTournEnterRogueCocoonSceneScRsp => { - "CmdRogueTournEnterRogueCocoonSceneScRsp" - } - CmdRogueTournType::CmdRogueTournGetPermanentTalentInfoCsReq => { - "CmdRogueTournGetPermanentTalentInfoCsReq" - } - CmdRogueTournType::CmdRogueTournTakeExpRewardCsReq => { - "CmdRogueTournTakeExpRewardCsReq" - } - CmdRogueTournType::CmdRogueTournGetArchiveRepositoryScRsp => { - "CmdRogueTournGetArchiveRepositoryScRsp" - } - CmdRogueTournType::CmdRogueTournWeekChallengeUpdateScNotify => { - "CmdRogueTournWeekChallengeUpdateScNotify" - } - CmdRogueTournType::CmdRogueTournEnterScRsp => "CmdRogueTournEnterScRsp", - CmdRogueTournType::CmdRogueTournQueryCsReq => "CmdRogueTournQueryCsReq", - CmdRogueTournType::CmdRogueTournDeleteArchiveScRsp => { - "CmdRogueTournDeleteArchiveScRsp" - } - CmdRogueTournType::CmdRogueTournGetSettleInfoScRsp => { - "CmdRogueTournGetSettleInfoScRsp" - } - CmdRogueTournType::CmdRogueTournLevelInfoUpdateScNotify => { - "CmdRogueTournLevelInfoUpdateScNotify" - } - CmdRogueTournType::CmdRogueTournStartScRsp => "CmdRogueTournStartScRsp", - CmdRogueTournType::CmdRogueTournQueryScRsp => "CmdRogueTournQueryScRsp", - CmdRogueTournType::CmdRogueTournGetCurRogueCocoonInfoScRsp => { - "CmdRogueTournGetCurRogueCocoonInfoScRsp" - } - CmdRogueTournType::CmdRogueTournReviveAvatarScRsp => { - "CmdRogueTournReviveAvatarScRsp" - } - CmdRogueTournType::CmdRogueTournSettleScRsp => "CmdRogueTournSettleScRsp", - CmdRogueTournType::CmdRogueTournRenameArchiveCsReq => { - "CmdRogueTournRenameArchiveCsReq" - } - CmdRogueTournType::CmdRogueTournTakeExpRewardScRsp => { - "CmdRogueTournTakeExpRewardScRsp" - } - CmdRogueTournType::CmdRogueTournReEnterRogueCocoonStageScRsp => { - "CmdRogueTournReEnterRogueCocoonStageScRsp" - } - CmdRogueTournType::CmdRogueTournGetCurRogueCocoonInfoCsReq => { - "CmdRogueTournGetCurRogueCocoonInfoCsReq" - } - CmdRogueTournType::CmdRogueTournEnablePermanentTalentScRsp => { - "CmdRogueTournEnablePermanentTalentScRsp" - } - CmdRogueTournType::CmdRogueTournDifficultyCompNotify => { - "CmdRogueTournDifficultyCompNotify" - } - CmdRogueTournType::CmdRogueTournHandBookNotify => { - "CmdRogueTournHandBookNotify" - } - CmdRogueTournType::CmdRogueTournClearArchiveNameScNotify => { - "CmdRogueTournClearArchiveNameScNotify" - } - CmdRogueTournType::CmdRogueTournEnterLayerScRsp => { - "CmdRogueTournEnterLayerScRsp" - } - CmdRogueTournType::CmdRogueTournLeaveCsReq => "CmdRogueTournLeaveCsReq", - CmdRogueTournType::CmdRogueTournReEnterRogueCocoonStageCsReq => { - "CmdRogueTournReEnterRogueCocoonStageCsReq" - } - CmdRogueTournType::CmdRogueTournLeaveRogueCocoonSceneCsReq => { - "CmdRogueTournLeaveRogueCocoonSceneCsReq" - } - CmdRogueTournType::CmdRogueTournAreaUpdateScNotify => { - "CmdRogueTournAreaUpdateScNotify" - } - CmdRogueTournType::CmdRogueTournGetAllArchiveCsReq => { - "CmdRogueTournGetAllArchiveCsReq" - } - CmdRogueTournType::CmdRogueTournGetSettleInfoCsReq => { - "CmdRogueTournGetSettleInfoCsReq" - } - CmdRogueTournType::CmdRogueTournLeaveScRsp => "CmdRogueTournLeaveScRsp", - CmdRogueTournType::CmdRogueTournGetMiscRealTimeDataCsReq => { - "CmdRogueTournGetMiscRealTimeDataCsReq" - } - CmdRogueTournType::CmdRogueTournReviveAvatarCsReq => { - "CmdRogueTournReviveAvatarCsReq" - } - CmdRogueTournType::CmdRogueTournGetArchiveRepositoryCsReq => { - "CmdRogueTournGetArchiveRepositoryCsReq" - } - CmdRogueTournType::CmdRogueTournStartCsReq => "CmdRogueTournStartCsReq", - CmdRogueTournType::CmdRogueTournGetPermanentTalentInfoScRsp => { - "CmdRogueTournGetPermanentTalentInfoScRsp" - } - CmdRogueTournType::CmdRogueTournLeaveRogueCocoonSceneScRsp => { - "CmdRogueTournLeaveRogueCocoonSceneScRsp" - } - CmdRogueTournType::CmdRogueTournReviveCostUpdateScNotify => { - "CmdRogueTournReviveCostUpdateScNotify" - } - CmdRogueTournType::CmdRogueTournRenameArchiveScRsp => { - "CmdRogueTournRenameArchiveScRsp" - } - CmdRogueTournType::CmdRogueTournEnterRoomCsReq => { - "CmdRogueTournEnterRoomCsReq" - } - CmdRogueTournType::CmdRogueTournEnterLayerCsReq => { - "CmdRogueTournEnterLayerCsReq" - } - CmdRogueTournType::CmdRogueTournEnterRogueCocoonSceneCsReq => { - "CmdRogueTournEnterRogueCocoonSceneCsReq" - } - CmdRogueTournType::CmdRogueTournResetPermanentTalentScRsp => { - "CmdRogueTournResetPermanentTalentScRsp" - } - CmdRogueTournType::CmdRogueTournEnterCsReq => "CmdRogueTournEnterCsReq", - CmdRogueTournType::CmdRogueTournSettleCsReq => "CmdRogueTournSettleCsReq", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdRogueTournTypeNone" => Some(Self::None), - "CmdRogueTournGetMiscRealTimeDataScRsp" => { - Some(Self::CmdRogueTournGetMiscRealTimeDataScRsp) - } - "CmdRogueTournDeleteArchiveCsReq" => { - Some(Self::CmdRogueTournDeleteArchiveCsReq) - } - "CmdRogueTournExpNotify" => Some(Self::CmdRogueTournExpNotify), - "CmdRogueTournGetAllArchiveScRsp" => { - Some(Self::CmdRogueTournGetAllArchiveScRsp) - } - "CmdRogueTournEnterRoomScRsp" => Some(Self::CmdRogueTournEnterRoomScRsp), - "CmdRogueTournBattleFailSettleInfoScNotify" => { - Some(Self::CmdRogueTournBattleFailSettleInfoScNotify) - } - "CmdRogueTournResetPermanentTalentCsReq" => { - Some(Self::CmdRogueTournResetPermanentTalentCsReq) - } - "CmdRogueTournEnablePermanentTalentCsReq" => { - Some(Self::CmdRogueTournEnablePermanentTalentCsReq) - } - "CmdRogueTournConfirmSettleCsReq" => { - Some(Self::CmdRogueTournConfirmSettleCsReq) - } - "CmdRogueTournConfirmSettleScRsp" => { - Some(Self::CmdRogueTournConfirmSettleScRsp) - } - "CmdRogueTournEnterRogueCocoonSceneScRsp" => { - Some(Self::CmdRogueTournEnterRogueCocoonSceneScRsp) - } - "CmdRogueTournGetPermanentTalentInfoCsReq" => { - Some(Self::CmdRogueTournGetPermanentTalentInfoCsReq) - } - "CmdRogueTournTakeExpRewardCsReq" => { - Some(Self::CmdRogueTournTakeExpRewardCsReq) - } - "CmdRogueTournGetArchiveRepositoryScRsp" => { - Some(Self::CmdRogueTournGetArchiveRepositoryScRsp) - } - "CmdRogueTournWeekChallengeUpdateScNotify" => { - Some(Self::CmdRogueTournWeekChallengeUpdateScNotify) - } - "CmdRogueTournEnterScRsp" => Some(Self::CmdRogueTournEnterScRsp), - "CmdRogueTournQueryCsReq" => Some(Self::CmdRogueTournQueryCsReq), - "CmdRogueTournDeleteArchiveScRsp" => { - Some(Self::CmdRogueTournDeleteArchiveScRsp) - } - "CmdRogueTournGetSettleInfoScRsp" => { - Some(Self::CmdRogueTournGetSettleInfoScRsp) - } - "CmdRogueTournLevelInfoUpdateScNotify" => { - Some(Self::CmdRogueTournLevelInfoUpdateScNotify) - } - "CmdRogueTournStartScRsp" => Some(Self::CmdRogueTournStartScRsp), - "CmdRogueTournQueryScRsp" => Some(Self::CmdRogueTournQueryScRsp), - "CmdRogueTournGetCurRogueCocoonInfoScRsp" => { - Some(Self::CmdRogueTournGetCurRogueCocoonInfoScRsp) - } - "CmdRogueTournReviveAvatarScRsp" => { - Some(Self::CmdRogueTournReviveAvatarScRsp) - } - "CmdRogueTournSettleScRsp" => Some(Self::CmdRogueTournSettleScRsp), - "CmdRogueTournRenameArchiveCsReq" => { - Some(Self::CmdRogueTournRenameArchiveCsReq) - } - "CmdRogueTournTakeExpRewardScRsp" => { - Some(Self::CmdRogueTournTakeExpRewardScRsp) - } - "CmdRogueTournReEnterRogueCocoonStageScRsp" => { - Some(Self::CmdRogueTournReEnterRogueCocoonStageScRsp) - } - "CmdRogueTournGetCurRogueCocoonInfoCsReq" => { - Some(Self::CmdRogueTournGetCurRogueCocoonInfoCsReq) - } - "CmdRogueTournEnablePermanentTalentScRsp" => { - Some(Self::CmdRogueTournEnablePermanentTalentScRsp) - } - "CmdRogueTournDifficultyCompNotify" => { - Some(Self::CmdRogueTournDifficultyCompNotify) - } - "CmdRogueTournHandBookNotify" => Some(Self::CmdRogueTournHandBookNotify), - "CmdRogueTournClearArchiveNameScNotify" => { - Some(Self::CmdRogueTournClearArchiveNameScNotify) - } - "CmdRogueTournEnterLayerScRsp" => Some(Self::CmdRogueTournEnterLayerScRsp), - "CmdRogueTournLeaveCsReq" => Some(Self::CmdRogueTournLeaveCsReq), - "CmdRogueTournReEnterRogueCocoonStageCsReq" => { - Some(Self::CmdRogueTournReEnterRogueCocoonStageCsReq) - } - "CmdRogueTournLeaveRogueCocoonSceneCsReq" => { - Some(Self::CmdRogueTournLeaveRogueCocoonSceneCsReq) - } - "CmdRogueTournAreaUpdateScNotify" => { - Some(Self::CmdRogueTournAreaUpdateScNotify) - } - "CmdRogueTournGetAllArchiveCsReq" => { - Some(Self::CmdRogueTournGetAllArchiveCsReq) - } - "CmdRogueTournGetSettleInfoCsReq" => { - Some(Self::CmdRogueTournGetSettleInfoCsReq) - } - "CmdRogueTournLeaveScRsp" => Some(Self::CmdRogueTournLeaveScRsp), - "CmdRogueTournGetMiscRealTimeDataCsReq" => { - Some(Self::CmdRogueTournGetMiscRealTimeDataCsReq) - } - "CmdRogueTournReviveAvatarCsReq" => { - Some(Self::CmdRogueTournReviveAvatarCsReq) - } - "CmdRogueTournGetArchiveRepositoryCsReq" => { - Some(Self::CmdRogueTournGetArchiveRepositoryCsReq) - } - "CmdRogueTournStartCsReq" => Some(Self::CmdRogueTournStartCsReq), - "CmdRogueTournGetPermanentTalentInfoScRsp" => { - Some(Self::CmdRogueTournGetPermanentTalentInfoScRsp) - } - "CmdRogueTournLeaveRogueCocoonSceneScRsp" => { - Some(Self::CmdRogueTournLeaveRogueCocoonSceneScRsp) - } - "CmdRogueTournReviveCostUpdateScNotify" => { - Some(Self::CmdRogueTournReviveCostUpdateScNotify) - } - "CmdRogueTournRenameArchiveScRsp" => { - Some(Self::CmdRogueTournRenameArchiveScRsp) - } - "CmdRogueTournEnterRoomCsReq" => Some(Self::CmdRogueTournEnterRoomCsReq), - "CmdRogueTournEnterLayerCsReq" => Some(Self::CmdRogueTournEnterLayerCsReq), - "CmdRogueTournEnterRogueCocoonSceneCsReq" => { - Some(Self::CmdRogueTournEnterRogueCocoonSceneCsReq) - } - "CmdRogueTournResetPermanentTalentScRsp" => { - Some(Self::CmdRogueTournResetPermanentTalentScRsp) - } - "CmdRogueTournEnterCsReq" => Some(Self::CmdRogueTournEnterCsReq), - "CmdRogueTournSettleCsReq" => Some(Self::CmdRogueTournSettleCsReq), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdRollShopType { - None = 0, - CmdTakeRollShopRewardScRsp = 6902, - CmdGetRollShopInfoScRsp = 6903, - CmdTakeRollShopRewardCsReq = 6904, - CmdDoGachaInRollShopCsReq = 6912, - CmdGetRollShopInfoCsReq = 6919, - CmdDoGachaInRollShopScRsp = 6920, -} -impl CmdRollShopType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdRollShopType::None => "CmdRollShopTypeNone", - CmdRollShopType::CmdTakeRollShopRewardScRsp => "CmdTakeRollShopRewardScRsp", - CmdRollShopType::CmdGetRollShopInfoScRsp => "CmdGetRollShopInfoScRsp", - CmdRollShopType::CmdTakeRollShopRewardCsReq => "CmdTakeRollShopRewardCsReq", - CmdRollShopType::CmdDoGachaInRollShopCsReq => "CmdDoGachaInRollShopCsReq", - CmdRollShopType::CmdGetRollShopInfoCsReq => "CmdGetRollShopInfoCsReq", - CmdRollShopType::CmdDoGachaInRollShopScRsp => "CmdDoGachaInRollShopScRsp", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdRollShopTypeNone" => Some(Self::None), - "CmdTakeRollShopRewardScRsp" => Some(Self::CmdTakeRollShopRewardScRsp), - "CmdGetRollShopInfoScRsp" => Some(Self::CmdGetRollShopInfoScRsp), - "CmdTakeRollShopRewardCsReq" => Some(Self::CmdTakeRollShopRewardCsReq), - "CmdDoGachaInRollShopCsReq" => Some(Self::CmdDoGachaInRollShopCsReq), - "CmdGetRollShopInfoCsReq" => Some(Self::CmdGetRollShopInfoCsReq), - "CmdDoGachaInRollShopScRsp" => Some(Self::CmdDoGachaInRollShopScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdSceneType { - None = 0, - CmdGameplayCounterRecoverScRsp = 1401, - CmdSceneGroupRefreshScNotify = 1402, - CmdSetGroupCustomSaveDataCsReq = 1403, - CmdDeleteSummonUnitCsReq = 1404, - CmdGetUnlockTeleportScRsp = 1405, - CmdSceneEntityMoveScRsp = 1406, - CmdSpringRecoverSingleAvatarCsReq = 1407, - CmdEnterSectionCsReq = 1408, - CmdSceneReviveAfterRebattleCsReq = 1409, - CmdGetSceneMapInfoScRsp = 1410, - CmdInteractPropCsReq = 1411, - CmdEntityBindPropScRsp = 1412, - CmdActivateFarmElementCsReq = 1415, - CmdReturnLastTownCsReq = 1417, - CmdUnlockTeleportNotify = 1418, - CmdStartTimedFarmElementCsReq = 1419, - CmdGroupStateChangeScRsp = 1420, - CmdReEnterLastElementStageScRsp = 1421, - CmdReEnterLastElementStageCsReq = 1422, - CmdSetCurInteractEntityScRsp = 1423, - CmdLastSpringRefreshTimeNotify = 1424, - CmdSpringRefreshScRsp = 1425, - CmdSetGroupCustomSaveDataScRsp = 1426, - CmdGetEnteredSceneCsReq = 1427, - CmdSceneEnterStageScRsp = 1428, - CmdGetCurSceneInfoScRsp = 1429, - CmdSetClientPausedCsReq = 1430, - CmdUpdateMechanismBarScNotify = 1431, - CmdSceneCastSkillMpUpdateScNotify = 1434, - CmdGetSceneMapInfoCsReq = 1436, - CmdDeleteSummonUnitScRsp = 1437, - CmdRefreshTriggerByClientScRsp = 1438, - CmdGetCurSceneInfoCsReq = 1439, - CmdGetSpringRecoverDataCsReq = 1440, - CmdSpringRecoverSingleAvatarScRsp = 1441, - CmdEnterSceneScRsp = 1442, - CmdInteractPropScRsp = 1443, - CmdStartTimedCocoonStageCsReq = 1444, - CmdStartCocoonStageCsReq = 1445, - CmdEntityBindPropCsReq = 1446, - CmdSpringRecoverScRsp = 1447, - CmdSceneCastSkillCostMpCsReq = 1448, - CmdSavePointsInfoNotify = 1449, - CmdSyncServerSceneChangeNotify = 1450, - CmdGameplayCounterUpdateScNotify = 1452, - CmdSetSpringRecoverConfigScRsp = 1453, - CmdSceneUpdatePositionVersionNotify = 1454, - CmdEnteredSceneChangeScNotify = 1455, - CmdSceneCastSkillCsReq = 1456, - CmdGroupStateChangeScNotify = 1457, - CmdSpringRecoverCsReq = 1458, - CmdHealPoolInfoNotify = 1459, - CmdGameplayCounterCountDownCsReq = 1461, - CmdGameplayCounterRecoverCsReq = 1462, - CmdRefreshTriggerByClientCsReq = 1463, - CmdSyncEntityBuffChangeListScNotify = 1465, - CmdStartCocoonStageScRsp = 1466, - CmdDeactivateFarmElementScRsp = 1467, - CmdSceneEntityMoveCsReq = 1468, - CmdDeactivateFarmElementCsReq = 1469, - CmdUpdateFloorSavedValueNotify = 1470, - CmdSceneEntityTeleportCsReq = 1471, - CmdGetUnlockTeleportCsReq = 1472, - CmdSceneEntityTeleportScRsp = 1473, - CmdStartTimedCocoonStageScRsp = 1474, - CmdActivateFarmElementScRsp = 1475, - CmdRecoverAllLineupScRsp = 1476, - CmdGetEnteredSceneScRsp = 1477, - CmdRecoverAllLineupCsReq = 1478, - CmdGameplayCounterCountDownScRsp = 1479, - CmdRefreshTriggerByClientScNotify = 1480, - CmdEnterSectionScRsp = 1481, - CmdSceneCastSkillCostMpScRsp = 1482, - CmdEnterSceneByServerScNotify = 1483, - CmdSetCurInteractEntityCsReq = 1484, - CmdGetSpringRecoverDataScRsp = 1485, - CmdEnterSceneCsReq = 1486, - CmdStartTimedFarmElementScRsp = 1487, - CmdSceneReviveAfterRebattleScRsp = 1488, - CmdSceneEnterStageCsReq = 1490, - CmdGroupStateChangeCsReq = 1491, - CmdReturnLastTownScRsp = 1492, - CmdSceneCastSkillScRsp = 1493, - CmdUnlockedAreaMapScNotify = 1494, - CmdSetClientPausedScRsp = 1495, - CmdScenePlaneEventScNotify = 1496, - CmdSpringRefreshCsReq = 1498, - CmdSceneEntityMoveScNotify = 1499, - CmdSetSpringRecoverConfigCsReq = 1500, -} -impl CmdSceneType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdSceneType::None => "CmdSceneTypeNone", - CmdSceneType::CmdGameplayCounterRecoverScRsp => { - "CmdGameplayCounterRecoverScRsp" - } - CmdSceneType::CmdSceneGroupRefreshScNotify => "CmdSceneGroupRefreshScNotify", - CmdSceneType::CmdSetGroupCustomSaveDataCsReq => { - "CmdSetGroupCustomSaveDataCsReq" - } - CmdSceneType::CmdDeleteSummonUnitCsReq => "CmdDeleteSummonUnitCsReq", - CmdSceneType::CmdGetUnlockTeleportScRsp => "CmdGetUnlockTeleportScRsp", - CmdSceneType::CmdSceneEntityMoveScRsp => "CmdSceneEntityMoveScRsp", - CmdSceneType::CmdSpringRecoverSingleAvatarCsReq => { - "CmdSpringRecoverSingleAvatarCsReq" - } - CmdSceneType::CmdEnterSectionCsReq => "CmdEnterSectionCsReq", - CmdSceneType::CmdSceneReviveAfterRebattleCsReq => { - "CmdSceneReviveAfterRebattleCsReq" - } - CmdSceneType::CmdGetSceneMapInfoScRsp => "CmdGetSceneMapInfoScRsp", - CmdSceneType::CmdInteractPropCsReq => "CmdInteractPropCsReq", - CmdSceneType::CmdEntityBindPropScRsp => "CmdEntityBindPropScRsp", - CmdSceneType::CmdActivateFarmElementCsReq => "CmdActivateFarmElementCsReq", - CmdSceneType::CmdReturnLastTownCsReq => "CmdReturnLastTownCsReq", - CmdSceneType::CmdUnlockTeleportNotify => "CmdUnlockTeleportNotify", - CmdSceneType::CmdStartTimedFarmElementCsReq => { - "CmdStartTimedFarmElementCsReq" - } - CmdSceneType::CmdGroupStateChangeScRsp => "CmdGroupStateChangeScRsp", - CmdSceneType::CmdReEnterLastElementStageScRsp => { - "CmdReEnterLastElementStageScRsp" - } - CmdSceneType::CmdReEnterLastElementStageCsReq => { - "CmdReEnterLastElementStageCsReq" - } - CmdSceneType::CmdSetCurInteractEntityScRsp => "CmdSetCurInteractEntityScRsp", - CmdSceneType::CmdLastSpringRefreshTimeNotify => { - "CmdLastSpringRefreshTimeNotify" - } - CmdSceneType::CmdSpringRefreshScRsp => "CmdSpringRefreshScRsp", - CmdSceneType::CmdSetGroupCustomSaveDataScRsp => { - "CmdSetGroupCustomSaveDataScRsp" - } - CmdSceneType::CmdGetEnteredSceneCsReq => "CmdGetEnteredSceneCsReq", - CmdSceneType::CmdSceneEnterStageScRsp => "CmdSceneEnterStageScRsp", - CmdSceneType::CmdGetCurSceneInfoScRsp => "CmdGetCurSceneInfoScRsp", - CmdSceneType::CmdSetClientPausedCsReq => "CmdSetClientPausedCsReq", - CmdSceneType::CmdUpdateMechanismBarScNotify => { - "CmdUpdateMechanismBarScNotify" - } - CmdSceneType::CmdSceneCastSkillMpUpdateScNotify => { - "CmdSceneCastSkillMpUpdateScNotify" - } - CmdSceneType::CmdGetSceneMapInfoCsReq => "CmdGetSceneMapInfoCsReq", - CmdSceneType::CmdDeleteSummonUnitScRsp => "CmdDeleteSummonUnitScRsp", - CmdSceneType::CmdRefreshTriggerByClientScRsp => { - "CmdRefreshTriggerByClientScRsp" - } - CmdSceneType::CmdGetCurSceneInfoCsReq => "CmdGetCurSceneInfoCsReq", - CmdSceneType::CmdGetSpringRecoverDataCsReq => "CmdGetSpringRecoverDataCsReq", - CmdSceneType::CmdSpringRecoverSingleAvatarScRsp => { - "CmdSpringRecoverSingleAvatarScRsp" - } - CmdSceneType::CmdEnterSceneScRsp => "CmdEnterSceneScRsp", - CmdSceneType::CmdInteractPropScRsp => "CmdInteractPropScRsp", - CmdSceneType::CmdStartTimedCocoonStageCsReq => { - "CmdStartTimedCocoonStageCsReq" - } - CmdSceneType::CmdStartCocoonStageCsReq => "CmdStartCocoonStageCsReq", - CmdSceneType::CmdEntityBindPropCsReq => "CmdEntityBindPropCsReq", - CmdSceneType::CmdSpringRecoverScRsp => "CmdSpringRecoverScRsp", - CmdSceneType::CmdSceneCastSkillCostMpCsReq => "CmdSceneCastSkillCostMpCsReq", - CmdSceneType::CmdSavePointsInfoNotify => "CmdSavePointsInfoNotify", - CmdSceneType::CmdSyncServerSceneChangeNotify => { - "CmdSyncServerSceneChangeNotify" - } - CmdSceneType::CmdGameplayCounterUpdateScNotify => { - "CmdGameplayCounterUpdateScNotify" - } - CmdSceneType::CmdSetSpringRecoverConfigScRsp => { - "CmdSetSpringRecoverConfigScRsp" - } - CmdSceneType::CmdSceneUpdatePositionVersionNotify => { - "CmdSceneUpdatePositionVersionNotify" - } - CmdSceneType::CmdEnteredSceneChangeScNotify => { - "CmdEnteredSceneChangeScNotify" - } - CmdSceneType::CmdSceneCastSkillCsReq => "CmdSceneCastSkillCsReq", - CmdSceneType::CmdGroupStateChangeScNotify => "CmdGroupStateChangeScNotify", - CmdSceneType::CmdSpringRecoverCsReq => "CmdSpringRecoverCsReq", - CmdSceneType::CmdHealPoolInfoNotify => "CmdHealPoolInfoNotify", - CmdSceneType::CmdGameplayCounterCountDownCsReq => { - "CmdGameplayCounterCountDownCsReq" - } - CmdSceneType::CmdGameplayCounterRecoverCsReq => { - "CmdGameplayCounterRecoverCsReq" - } - CmdSceneType::CmdRefreshTriggerByClientCsReq => { - "CmdRefreshTriggerByClientCsReq" - } - CmdSceneType::CmdSyncEntityBuffChangeListScNotify => { - "CmdSyncEntityBuffChangeListScNotify" - } - CmdSceneType::CmdStartCocoonStageScRsp => "CmdStartCocoonStageScRsp", - CmdSceneType::CmdDeactivateFarmElementScRsp => { - "CmdDeactivateFarmElementScRsp" - } - CmdSceneType::CmdSceneEntityMoveCsReq => "CmdSceneEntityMoveCsReq", - CmdSceneType::CmdDeactivateFarmElementCsReq => { - "CmdDeactivateFarmElementCsReq" - } - CmdSceneType::CmdUpdateFloorSavedValueNotify => { - "CmdUpdateFloorSavedValueNotify" - } - CmdSceneType::CmdSceneEntityTeleportCsReq => "CmdSceneEntityTeleportCsReq", - CmdSceneType::CmdGetUnlockTeleportCsReq => "CmdGetUnlockTeleportCsReq", - CmdSceneType::CmdSceneEntityTeleportScRsp => "CmdSceneEntityTeleportScRsp", - CmdSceneType::CmdStartTimedCocoonStageScRsp => { - "CmdStartTimedCocoonStageScRsp" - } - CmdSceneType::CmdActivateFarmElementScRsp => "CmdActivateFarmElementScRsp", - CmdSceneType::CmdRecoverAllLineupScRsp => "CmdRecoverAllLineupScRsp", - CmdSceneType::CmdGetEnteredSceneScRsp => "CmdGetEnteredSceneScRsp", - CmdSceneType::CmdRecoverAllLineupCsReq => "CmdRecoverAllLineupCsReq", - CmdSceneType::CmdGameplayCounterCountDownScRsp => { - "CmdGameplayCounterCountDownScRsp" - } - CmdSceneType::CmdRefreshTriggerByClientScNotify => { - "CmdRefreshTriggerByClientScNotify" - } - CmdSceneType::CmdEnterSectionScRsp => "CmdEnterSectionScRsp", - CmdSceneType::CmdSceneCastSkillCostMpScRsp => "CmdSceneCastSkillCostMpScRsp", - CmdSceneType::CmdEnterSceneByServerScNotify => { - "CmdEnterSceneByServerScNotify" - } - CmdSceneType::CmdSetCurInteractEntityCsReq => "CmdSetCurInteractEntityCsReq", - CmdSceneType::CmdGetSpringRecoverDataScRsp => "CmdGetSpringRecoverDataScRsp", - CmdSceneType::CmdEnterSceneCsReq => "CmdEnterSceneCsReq", - CmdSceneType::CmdStartTimedFarmElementScRsp => { - "CmdStartTimedFarmElementScRsp" - } - CmdSceneType::CmdSceneReviveAfterRebattleScRsp => { - "CmdSceneReviveAfterRebattleScRsp" - } - CmdSceneType::CmdSceneEnterStageCsReq => "CmdSceneEnterStageCsReq", - CmdSceneType::CmdGroupStateChangeCsReq => "CmdGroupStateChangeCsReq", - CmdSceneType::CmdReturnLastTownScRsp => "CmdReturnLastTownScRsp", - CmdSceneType::CmdSceneCastSkillScRsp => "CmdSceneCastSkillScRsp", - CmdSceneType::CmdUnlockedAreaMapScNotify => "CmdUnlockedAreaMapScNotify", - CmdSceneType::CmdSetClientPausedScRsp => "CmdSetClientPausedScRsp", - CmdSceneType::CmdScenePlaneEventScNotify => "CmdScenePlaneEventScNotify", - CmdSceneType::CmdSpringRefreshCsReq => "CmdSpringRefreshCsReq", - CmdSceneType::CmdSceneEntityMoveScNotify => "CmdSceneEntityMoveScNotify", - CmdSceneType::CmdSetSpringRecoverConfigCsReq => { - "CmdSetSpringRecoverConfigCsReq" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdSceneTypeNone" => Some(Self::None), - "CmdGameplayCounterRecoverScRsp" => { - Some(Self::CmdGameplayCounterRecoverScRsp) - } - "CmdSceneGroupRefreshScNotify" => Some(Self::CmdSceneGroupRefreshScNotify), - "CmdSetGroupCustomSaveDataCsReq" => { - Some(Self::CmdSetGroupCustomSaveDataCsReq) - } - "CmdDeleteSummonUnitCsReq" => Some(Self::CmdDeleteSummonUnitCsReq), - "CmdGetUnlockTeleportScRsp" => Some(Self::CmdGetUnlockTeleportScRsp), - "CmdSceneEntityMoveScRsp" => Some(Self::CmdSceneEntityMoveScRsp), - "CmdSpringRecoverSingleAvatarCsReq" => { - Some(Self::CmdSpringRecoverSingleAvatarCsReq) - } - "CmdEnterSectionCsReq" => Some(Self::CmdEnterSectionCsReq), - "CmdSceneReviveAfterRebattleCsReq" => { - Some(Self::CmdSceneReviveAfterRebattleCsReq) - } - "CmdGetSceneMapInfoScRsp" => Some(Self::CmdGetSceneMapInfoScRsp), - "CmdInteractPropCsReq" => Some(Self::CmdInteractPropCsReq), - "CmdEntityBindPropScRsp" => Some(Self::CmdEntityBindPropScRsp), - "CmdActivateFarmElementCsReq" => Some(Self::CmdActivateFarmElementCsReq), - "CmdReturnLastTownCsReq" => Some(Self::CmdReturnLastTownCsReq), - "CmdUnlockTeleportNotify" => Some(Self::CmdUnlockTeleportNotify), - "CmdStartTimedFarmElementCsReq" => Some(Self::CmdStartTimedFarmElementCsReq), - "CmdGroupStateChangeScRsp" => Some(Self::CmdGroupStateChangeScRsp), - "CmdReEnterLastElementStageScRsp" => { - Some(Self::CmdReEnterLastElementStageScRsp) - } - "CmdReEnterLastElementStageCsReq" => { - Some(Self::CmdReEnterLastElementStageCsReq) - } - "CmdSetCurInteractEntityScRsp" => Some(Self::CmdSetCurInteractEntityScRsp), - "CmdLastSpringRefreshTimeNotify" => { - Some(Self::CmdLastSpringRefreshTimeNotify) - } - "CmdSpringRefreshScRsp" => Some(Self::CmdSpringRefreshScRsp), - "CmdSetGroupCustomSaveDataScRsp" => { - Some(Self::CmdSetGroupCustomSaveDataScRsp) - } - "CmdGetEnteredSceneCsReq" => Some(Self::CmdGetEnteredSceneCsReq), - "CmdSceneEnterStageScRsp" => Some(Self::CmdSceneEnterStageScRsp), - "CmdGetCurSceneInfoScRsp" => Some(Self::CmdGetCurSceneInfoScRsp), - "CmdSetClientPausedCsReq" => Some(Self::CmdSetClientPausedCsReq), - "CmdUpdateMechanismBarScNotify" => Some(Self::CmdUpdateMechanismBarScNotify), - "CmdSceneCastSkillMpUpdateScNotify" => { - Some(Self::CmdSceneCastSkillMpUpdateScNotify) - } - "CmdGetSceneMapInfoCsReq" => Some(Self::CmdGetSceneMapInfoCsReq), - "CmdDeleteSummonUnitScRsp" => Some(Self::CmdDeleteSummonUnitScRsp), - "CmdRefreshTriggerByClientScRsp" => { - Some(Self::CmdRefreshTriggerByClientScRsp) - } - "CmdGetCurSceneInfoCsReq" => Some(Self::CmdGetCurSceneInfoCsReq), - "CmdGetSpringRecoverDataCsReq" => Some(Self::CmdGetSpringRecoverDataCsReq), - "CmdSpringRecoverSingleAvatarScRsp" => { - Some(Self::CmdSpringRecoverSingleAvatarScRsp) - } - "CmdEnterSceneScRsp" => Some(Self::CmdEnterSceneScRsp), - "CmdInteractPropScRsp" => Some(Self::CmdInteractPropScRsp), - "CmdStartTimedCocoonStageCsReq" => Some(Self::CmdStartTimedCocoonStageCsReq), - "CmdStartCocoonStageCsReq" => Some(Self::CmdStartCocoonStageCsReq), - "CmdEntityBindPropCsReq" => Some(Self::CmdEntityBindPropCsReq), - "CmdSpringRecoverScRsp" => Some(Self::CmdSpringRecoverScRsp), - "CmdSceneCastSkillCostMpCsReq" => Some(Self::CmdSceneCastSkillCostMpCsReq), - "CmdSavePointsInfoNotify" => Some(Self::CmdSavePointsInfoNotify), - "CmdSyncServerSceneChangeNotify" => { - Some(Self::CmdSyncServerSceneChangeNotify) - } - "CmdGameplayCounterUpdateScNotify" => { - Some(Self::CmdGameplayCounterUpdateScNotify) - } - "CmdSetSpringRecoverConfigScRsp" => { - Some(Self::CmdSetSpringRecoverConfigScRsp) - } - "CmdSceneUpdatePositionVersionNotify" => { - Some(Self::CmdSceneUpdatePositionVersionNotify) - } - "CmdEnteredSceneChangeScNotify" => Some(Self::CmdEnteredSceneChangeScNotify), - "CmdSceneCastSkillCsReq" => Some(Self::CmdSceneCastSkillCsReq), - "CmdGroupStateChangeScNotify" => Some(Self::CmdGroupStateChangeScNotify), - "CmdSpringRecoverCsReq" => Some(Self::CmdSpringRecoverCsReq), - "CmdHealPoolInfoNotify" => Some(Self::CmdHealPoolInfoNotify), - "CmdGameplayCounterCountDownCsReq" => { - Some(Self::CmdGameplayCounterCountDownCsReq) - } - "CmdGameplayCounterRecoverCsReq" => { - Some(Self::CmdGameplayCounterRecoverCsReq) - } - "CmdRefreshTriggerByClientCsReq" => { - Some(Self::CmdRefreshTriggerByClientCsReq) - } - "CmdSyncEntityBuffChangeListScNotify" => { - Some(Self::CmdSyncEntityBuffChangeListScNotify) - } - "CmdStartCocoonStageScRsp" => Some(Self::CmdStartCocoonStageScRsp), - "CmdDeactivateFarmElementScRsp" => Some(Self::CmdDeactivateFarmElementScRsp), - "CmdSceneEntityMoveCsReq" => Some(Self::CmdSceneEntityMoveCsReq), - "CmdDeactivateFarmElementCsReq" => Some(Self::CmdDeactivateFarmElementCsReq), - "CmdUpdateFloorSavedValueNotify" => { - Some(Self::CmdUpdateFloorSavedValueNotify) - } - "CmdSceneEntityTeleportCsReq" => Some(Self::CmdSceneEntityTeleportCsReq), - "CmdGetUnlockTeleportCsReq" => Some(Self::CmdGetUnlockTeleportCsReq), - "CmdSceneEntityTeleportScRsp" => Some(Self::CmdSceneEntityTeleportScRsp), - "CmdStartTimedCocoonStageScRsp" => Some(Self::CmdStartTimedCocoonStageScRsp), - "CmdActivateFarmElementScRsp" => Some(Self::CmdActivateFarmElementScRsp), - "CmdRecoverAllLineupScRsp" => Some(Self::CmdRecoverAllLineupScRsp), - "CmdGetEnteredSceneScRsp" => Some(Self::CmdGetEnteredSceneScRsp), - "CmdRecoverAllLineupCsReq" => Some(Self::CmdRecoverAllLineupCsReq), - "CmdGameplayCounterCountDownScRsp" => { - Some(Self::CmdGameplayCounterCountDownScRsp) - } - "CmdRefreshTriggerByClientScNotify" => { - Some(Self::CmdRefreshTriggerByClientScNotify) - } - "CmdEnterSectionScRsp" => Some(Self::CmdEnterSectionScRsp), - "CmdSceneCastSkillCostMpScRsp" => Some(Self::CmdSceneCastSkillCostMpScRsp), - "CmdEnterSceneByServerScNotify" => Some(Self::CmdEnterSceneByServerScNotify), - "CmdSetCurInteractEntityCsReq" => Some(Self::CmdSetCurInteractEntityCsReq), - "CmdGetSpringRecoverDataScRsp" => Some(Self::CmdGetSpringRecoverDataScRsp), - "CmdEnterSceneCsReq" => Some(Self::CmdEnterSceneCsReq), - "CmdStartTimedFarmElementScRsp" => Some(Self::CmdStartTimedFarmElementScRsp), - "CmdSceneReviveAfterRebattleScRsp" => { - Some(Self::CmdSceneReviveAfterRebattleScRsp) - } - "CmdSceneEnterStageCsReq" => Some(Self::CmdSceneEnterStageCsReq), - "CmdGroupStateChangeCsReq" => Some(Self::CmdGroupStateChangeCsReq), - "CmdReturnLastTownScRsp" => Some(Self::CmdReturnLastTownScRsp), - "CmdSceneCastSkillScRsp" => Some(Self::CmdSceneCastSkillScRsp), - "CmdUnlockedAreaMapScNotify" => Some(Self::CmdUnlockedAreaMapScNotify), - "CmdSetClientPausedScRsp" => Some(Self::CmdSetClientPausedScRsp), - "CmdScenePlaneEventScNotify" => Some(Self::CmdScenePlaneEventScNotify), - "CmdSpringRefreshCsReq" => Some(Self::CmdSpringRefreshCsReq), - "CmdSceneEntityMoveScNotify" => Some(Self::CmdSceneEntityMoveScNotify), - "CmdSetSpringRecoverConfigCsReq" => { - Some(Self::CmdSetSpringRecoverConfigCsReq) - } - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdServerPrefsType { - None = 0, - CmdGetAllServerPrefsDataScRsp = 6106, - CmdGetServerPrefsDataCsReq = 6111, - CmdGetServerPrefsDataScRsp = 6143, - CmdUpdateServerPrefsDataCsReq = 6156, - CmdGetAllServerPrefsDataCsReq = 6168, - CmdUpdateServerPrefsDataScRsp = 6193, -} -impl CmdServerPrefsType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdServerPrefsType::None => "CmdServerPrefsTypeNone", - CmdServerPrefsType::CmdGetAllServerPrefsDataScRsp => { - "CmdGetAllServerPrefsDataScRsp" - } - CmdServerPrefsType::CmdGetServerPrefsDataCsReq => { - "CmdGetServerPrefsDataCsReq" - } - CmdServerPrefsType::CmdGetServerPrefsDataScRsp => { - "CmdGetServerPrefsDataScRsp" - } - CmdServerPrefsType::CmdUpdateServerPrefsDataCsReq => { - "CmdUpdateServerPrefsDataCsReq" - } - CmdServerPrefsType::CmdGetAllServerPrefsDataCsReq => { - "CmdGetAllServerPrefsDataCsReq" - } - CmdServerPrefsType::CmdUpdateServerPrefsDataScRsp => { - "CmdUpdateServerPrefsDataScRsp" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdServerPrefsTypeNone" => Some(Self::None), - "CmdGetAllServerPrefsDataScRsp" => Some(Self::CmdGetAllServerPrefsDataScRsp), - "CmdGetServerPrefsDataCsReq" => Some(Self::CmdGetServerPrefsDataCsReq), - "CmdGetServerPrefsDataScRsp" => Some(Self::CmdGetServerPrefsDataScRsp), - "CmdUpdateServerPrefsDataCsReq" => Some(Self::CmdUpdateServerPrefsDataCsReq), - "CmdGetAllServerPrefsDataCsReq" => Some(Self::CmdGetAllServerPrefsDataCsReq), - "CmdUpdateServerPrefsDataScRsp" => Some(Self::CmdUpdateServerPrefsDataScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdShopType { - None = 0, - CmdGetShopListScRsp = 1506, - CmdBuyGoodsCsReq = 1511, - CmdCityShopInfoScNotify = 1539, - CmdBuyGoodsScRsp = 1543, - CmdTakeCityShopRewardCsReq = 1556, - CmdGetShopListCsReq = 1568, - CmdTakeCityShopRewardScRsp = 1593, -} -impl CmdShopType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdShopType::None => "CmdShopTypeNone", - CmdShopType::CmdGetShopListScRsp => "CmdGetShopListScRsp", - CmdShopType::CmdBuyGoodsCsReq => "CmdBuyGoodsCsReq", - CmdShopType::CmdCityShopInfoScNotify => "CmdCityShopInfoScNotify", - CmdShopType::CmdBuyGoodsScRsp => "CmdBuyGoodsScRsp", - CmdShopType::CmdTakeCityShopRewardCsReq => "CmdTakeCityShopRewardCsReq", - CmdShopType::CmdGetShopListCsReq => "CmdGetShopListCsReq", - CmdShopType::CmdTakeCityShopRewardScRsp => "CmdTakeCityShopRewardScRsp", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdShopTypeNone" => Some(Self::None), - "CmdGetShopListScRsp" => Some(Self::CmdGetShopListScRsp), - "CmdBuyGoodsCsReq" => Some(Self::CmdBuyGoodsCsReq), - "CmdCityShopInfoScNotify" => Some(Self::CmdCityShopInfoScNotify), - "CmdBuyGoodsScRsp" => Some(Self::CmdBuyGoodsScRsp), - "CmdTakeCityShopRewardCsReq" => Some(Self::CmdTakeCityShopRewardCsReq), - "CmdGetShopListCsReq" => Some(Self::CmdGetShopListCsReq), - "CmdTakeCityShopRewardScRsp" => Some(Self::CmdTakeCityShopRewardScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdSpaceZooType { - None = 0, - CmdSpaceZooDataScRsp = 6706, - CmdSpaceZooBornCsReq = 6711, - CmdSpaceZooOpCatteryScRsp = 6729, - CmdSpaceZooDeleteCatScRsp = 6733, - CmdSpaceZooOpCatteryCsReq = 6739, - CmdSpaceZooBornScRsp = 6743, - CmdSpaceZooTakeCsReq = 6748, - CmdSpaceZooDeleteCatCsReq = 6751, - CmdSpaceZooExchangeItemCsReq = 6754, - CmdSpaceZooMutateCsReq = 6756, - CmdSpaceZooExchangeItemScRsp = 6765, - CmdSpaceZooDataCsReq = 6768, - CmdSpaceZooTakeScRsp = 6782, - CmdSpaceZooMutateScRsp = 6793, - CmdSpaceZooCatUpdateNotify = 6799, -} -impl CmdSpaceZooType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdSpaceZooType::None => "CmdSpaceZooTypeNone", - CmdSpaceZooType::CmdSpaceZooDataScRsp => "CmdSpaceZooDataScRsp", - CmdSpaceZooType::CmdSpaceZooBornCsReq => "CmdSpaceZooBornCsReq", - CmdSpaceZooType::CmdSpaceZooOpCatteryScRsp => "CmdSpaceZooOpCatteryScRsp", - CmdSpaceZooType::CmdSpaceZooDeleteCatScRsp => "CmdSpaceZooDeleteCatScRsp", - CmdSpaceZooType::CmdSpaceZooOpCatteryCsReq => "CmdSpaceZooOpCatteryCsReq", - CmdSpaceZooType::CmdSpaceZooBornScRsp => "CmdSpaceZooBornScRsp", - CmdSpaceZooType::CmdSpaceZooTakeCsReq => "CmdSpaceZooTakeCsReq", - CmdSpaceZooType::CmdSpaceZooDeleteCatCsReq => "CmdSpaceZooDeleteCatCsReq", - CmdSpaceZooType::CmdSpaceZooExchangeItemCsReq => { - "CmdSpaceZooExchangeItemCsReq" - } - CmdSpaceZooType::CmdSpaceZooMutateCsReq => "CmdSpaceZooMutateCsReq", - CmdSpaceZooType::CmdSpaceZooExchangeItemScRsp => { - "CmdSpaceZooExchangeItemScRsp" - } - CmdSpaceZooType::CmdSpaceZooDataCsReq => "CmdSpaceZooDataCsReq", - CmdSpaceZooType::CmdSpaceZooTakeScRsp => "CmdSpaceZooTakeScRsp", - CmdSpaceZooType::CmdSpaceZooMutateScRsp => "CmdSpaceZooMutateScRsp", - CmdSpaceZooType::CmdSpaceZooCatUpdateNotify => "CmdSpaceZooCatUpdateNotify", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdSpaceZooTypeNone" => Some(Self::None), - "CmdSpaceZooDataScRsp" => Some(Self::CmdSpaceZooDataScRsp), - "CmdSpaceZooBornCsReq" => Some(Self::CmdSpaceZooBornCsReq), - "CmdSpaceZooOpCatteryScRsp" => Some(Self::CmdSpaceZooOpCatteryScRsp), - "CmdSpaceZooDeleteCatScRsp" => Some(Self::CmdSpaceZooDeleteCatScRsp), - "CmdSpaceZooOpCatteryCsReq" => Some(Self::CmdSpaceZooOpCatteryCsReq), - "CmdSpaceZooBornScRsp" => Some(Self::CmdSpaceZooBornScRsp), - "CmdSpaceZooTakeCsReq" => Some(Self::CmdSpaceZooTakeCsReq), - "CmdSpaceZooDeleteCatCsReq" => Some(Self::CmdSpaceZooDeleteCatCsReq), - "CmdSpaceZooExchangeItemCsReq" => Some(Self::CmdSpaceZooExchangeItemCsReq), - "CmdSpaceZooMutateCsReq" => Some(Self::CmdSpaceZooMutateCsReq), - "CmdSpaceZooExchangeItemScRsp" => Some(Self::CmdSpaceZooExchangeItemScRsp), - "CmdSpaceZooDataCsReq" => Some(Self::CmdSpaceZooDataCsReq), - "CmdSpaceZooTakeScRsp" => Some(Self::CmdSpaceZooTakeScRsp), - "CmdSpaceZooMutateScRsp" => Some(Self::CmdSpaceZooMutateScRsp), - "CmdSpaceZooCatUpdateNotify" => Some(Self::CmdSpaceZooCatUpdateNotify), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdStarFightType { - None = 0, - CmdGetStarFightDataCsReq = 7161, - CmdStarFightDataChangeNotify = 7162, - CmdGetStarFightDataScRsp = 7164, - CmdStartStarFightLevelCsReq = 7169, - CmdStartStarFightLevelScRsp = 7170, -} -impl CmdStarFightType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdStarFightType::None => "CmdStarFightTypeNone", - CmdStarFightType::CmdGetStarFightDataCsReq => "CmdGetStarFightDataCsReq", - CmdStarFightType::CmdStarFightDataChangeNotify => { - "CmdStarFightDataChangeNotify" - } - CmdStarFightType::CmdGetStarFightDataScRsp => "CmdGetStarFightDataScRsp", - CmdStarFightType::CmdStartStarFightLevelCsReq => { - "CmdStartStarFightLevelCsReq" - } - CmdStarFightType::CmdStartStarFightLevelScRsp => { - "CmdStartStarFightLevelScRsp" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdStarFightTypeNone" => Some(Self::None), - "CmdGetStarFightDataCsReq" => Some(Self::CmdGetStarFightDataCsReq), - "CmdStarFightDataChangeNotify" => Some(Self::CmdStarFightDataChangeNotify), - "CmdGetStarFightDataScRsp" => Some(Self::CmdGetStarFightDataScRsp), - "CmdStartStarFightLevelCsReq" => Some(Self::CmdStartStarFightLevelCsReq), - "CmdStartStarFightLevelScRsp" => Some(Self::CmdStartStarFightLevelScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdStoryLineType { - None = 0, - CmdGetStoryLineInfoScRsp = 6206, - CmdStoryLineInfoScNotify = 6211, - CmdStoryLineTrialAvatarChangeScNotify = 6239, - CmdGetStoryLineInfoCsReq = 6268, - CmdChangeStoryLineFinishScNotify = 6293, -} -impl CmdStoryLineType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdStoryLineType::None => "CmdStoryLineTypeNone", - CmdStoryLineType::CmdGetStoryLineInfoScRsp => "CmdGetStoryLineInfoScRsp", - CmdStoryLineType::CmdStoryLineInfoScNotify => "CmdStoryLineInfoScNotify", - CmdStoryLineType::CmdStoryLineTrialAvatarChangeScNotify => { - "CmdStoryLineTrialAvatarChangeScNotify" - } - CmdStoryLineType::CmdGetStoryLineInfoCsReq => "CmdGetStoryLineInfoCsReq", - CmdStoryLineType::CmdChangeStoryLineFinishScNotify => { - "CmdChangeStoryLineFinishScNotify" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdStoryLineTypeNone" => Some(Self::None), - "CmdGetStoryLineInfoScRsp" => Some(Self::CmdGetStoryLineInfoScRsp), - "CmdStoryLineInfoScNotify" => Some(Self::CmdStoryLineInfoScNotify), - "CmdStoryLineTrialAvatarChangeScNotify" => { - Some(Self::CmdStoryLineTrialAvatarChangeScNotify) - } - "CmdGetStoryLineInfoCsReq" => Some(Self::CmdGetStoryLineInfoCsReq), - "CmdChangeStoryLineFinishScNotify" => { - Some(Self::CmdChangeStoryLineFinishScNotify) - } - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdStrongChallengeActivityType { - None = 0, - CmdGetStrongChallengeActivityDataScRsp = 6606, - CmdEnterStrongChallengeActivityStageCsReq = 6611, - CmdEnterStrongChallengeActivityStageScRsp = 6643, - CmdStrongChallengeActivityBattleEndScNotify = 6656, - CmdGetStrongChallengeActivityDataCsReq = 6668, -} -impl CmdStrongChallengeActivityType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdStrongChallengeActivityType::None => "CmdStrongChallengeActivityTypeNone", - CmdStrongChallengeActivityType::CmdGetStrongChallengeActivityDataScRsp => { - "CmdGetStrongChallengeActivityDataScRsp" - } - CmdStrongChallengeActivityType::CmdEnterStrongChallengeActivityStageCsReq => { - "CmdEnterStrongChallengeActivityStageCsReq" - } - CmdStrongChallengeActivityType::CmdEnterStrongChallengeActivityStageScRsp => { - "CmdEnterStrongChallengeActivityStageScRsp" - } - CmdStrongChallengeActivityType::CmdStrongChallengeActivityBattleEndScNotify => { - "CmdStrongChallengeActivityBattleEndScNotify" - } - CmdStrongChallengeActivityType::CmdGetStrongChallengeActivityDataCsReq => { - "CmdGetStrongChallengeActivityDataCsReq" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdStrongChallengeActivityTypeNone" => Some(Self::None), - "CmdGetStrongChallengeActivityDataScRsp" => { - Some(Self::CmdGetStrongChallengeActivityDataScRsp) - } - "CmdEnterStrongChallengeActivityStageCsReq" => { - Some(Self::CmdEnterStrongChallengeActivityStageCsReq) - } - "CmdEnterStrongChallengeActivityStageScRsp" => { - Some(Self::CmdEnterStrongChallengeActivityStageScRsp) - } - "CmdStrongChallengeActivityBattleEndScNotify" => { - Some(Self::CmdStrongChallengeActivityBattleEndScNotify) - } - "CmdGetStrongChallengeActivityDataCsReq" => { - Some(Self::CmdGetStrongChallengeActivityDataCsReq) - } - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdSummonActivityType { - None = 0, - CmdGetSummonActivityDataCsReq = 7561, - CmdSummonActivityBattleEndScNotify = 7562, - CmdGetSummonActivityDataScRsp = 7564, - CmdEnterSummonActivityStageCsReq = 7569, - CmdEnterSummonActivityStageScRsp = 7570, -} -impl CmdSummonActivityType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdSummonActivityType::None => "CmdSummonActivityTypeNone", - CmdSummonActivityType::CmdGetSummonActivityDataCsReq => { - "CmdGetSummonActivityDataCsReq" - } - CmdSummonActivityType::CmdSummonActivityBattleEndScNotify => { - "CmdSummonActivityBattleEndScNotify" - } - CmdSummonActivityType::CmdGetSummonActivityDataScRsp => { - "CmdGetSummonActivityDataScRsp" - } - CmdSummonActivityType::CmdEnterSummonActivityStageCsReq => { - "CmdEnterSummonActivityStageCsReq" - } - CmdSummonActivityType::CmdEnterSummonActivityStageScRsp => { - "CmdEnterSummonActivityStageScRsp" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdSummonActivityTypeNone" => Some(Self::None), - "CmdGetSummonActivityDataCsReq" => Some(Self::CmdGetSummonActivityDataCsReq), - "CmdSummonActivityBattleEndScNotify" => { - Some(Self::CmdSummonActivityBattleEndScNotify) - } - "CmdGetSummonActivityDataScRsp" => Some(Self::CmdGetSummonActivityDataScRsp), - "CmdEnterSummonActivityStageCsReq" => { - Some(Self::CmdEnterSummonActivityStageCsReq) - } - "CmdEnterSummonActivityStageScRsp" => { - Some(Self::CmdEnterSummonActivityStageScRsp) - } - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdSwordTrainingType { - None = 0, - CmdSwordTrainingStoryBattleScRsp = 7452, - CmdSwordTrainingStartGameScRsp = 7453, - CmdSwordTrainingDialogueSelectOptionCsReq = 7454, - CmdSwordTrainingLearnSkillCsReq = 7455, - CmdSwordTrainingGameSyncChangeScNotify = 7457, - CmdSwordTrainingDailyPhaseConfirmCsReq = 7458, - CmdSwordTrainingMarkEndingViewedCsReq = 7459, - CmdSwordTrainingSetSkillTraceCsReq = 7460, - CmdSwordTrainingTurnActionScRsp = 7461, - CmdEnterSwordTrainingExamCsReq = 7462, - CmdSwordTrainingSelectEndingCsReq = 7463, - CmdSwordTrainingExamResultConfirmCsReq = 7464, - CmdGetSwordTrainingDataScRsp = 7465, - CmdSwordTrainingTurnActionCsReq = 7467, - CmdSwordTrainingMarkEndingViewedScRsp = 7468, - CmdSwordTrainingResumeGameCsReq = 7469, - CmdSwordTrainingStartGameCsReq = 7471, - CmdSwordTrainingDailyPhaseConfirmScRsp = 7473, - CmdGetSwordTrainingDataCsReq = 7474, - CmdSwordTrainingStoryConfirmScRsp = 7475, - CmdSwordTrainingExamResultConfirmScRsp = 7478, - CmdSwordTrainingActionTurnSettleScNotify = 7479, - CmdSwordTrainingUnlockSyncScNotify = 7481, - CmdSwordTrainingGiveUpGameCsReq = 7483, - CmdSwordTrainingDialogueSelectOptionScRsp = 7484, - CmdSwordTrainingStoryConfirmCsReq = 7485, - CmdSwordTrainingSelectEndingScRsp = 7488, - CmdEnterSwordTrainingExamScRsp = 7489, - CmdSwordTrainingStoryBattleCsReq = 7490, - CmdSwordTrainingRestoreGameCsReq = 7491, - CmdSwordTrainingGiveUpGameScRsp = 7493, - CmdSwordTrainingSetSkillTraceScRsp = 7494, - CmdSwordTrainingRestoreGameScRsp = 7496, - CmdSwordTrainingResumeGameScRsp = 7497, - CmdSwordTrainingLearnSkillScRsp = 7498, - CmdSwordTrainingGameSettleScNotify = 7499, -} -impl CmdSwordTrainingType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdSwordTrainingType::None => "CmdSwordTrainingTypeNone", - CmdSwordTrainingType::CmdSwordTrainingStoryBattleScRsp => { - "CmdSwordTrainingStoryBattleScRsp" - } - CmdSwordTrainingType::CmdSwordTrainingStartGameScRsp => { - "CmdSwordTrainingStartGameScRsp" - } - CmdSwordTrainingType::CmdSwordTrainingDialogueSelectOptionCsReq => { - "CmdSwordTrainingDialogueSelectOptionCsReq" - } - CmdSwordTrainingType::CmdSwordTrainingLearnSkillCsReq => { - "CmdSwordTrainingLearnSkillCsReq" - } - CmdSwordTrainingType::CmdSwordTrainingGameSyncChangeScNotify => { - "CmdSwordTrainingGameSyncChangeScNotify" - } - CmdSwordTrainingType::CmdSwordTrainingDailyPhaseConfirmCsReq => { - "CmdSwordTrainingDailyPhaseConfirmCsReq" - } - CmdSwordTrainingType::CmdSwordTrainingMarkEndingViewedCsReq => { - "CmdSwordTrainingMarkEndingViewedCsReq" - } - CmdSwordTrainingType::CmdSwordTrainingSetSkillTraceCsReq => { - "CmdSwordTrainingSetSkillTraceCsReq" - } - CmdSwordTrainingType::CmdSwordTrainingTurnActionScRsp => { - "CmdSwordTrainingTurnActionScRsp" - } - CmdSwordTrainingType::CmdEnterSwordTrainingExamCsReq => { - "CmdEnterSwordTrainingExamCsReq" - } - CmdSwordTrainingType::CmdSwordTrainingSelectEndingCsReq => { - "CmdSwordTrainingSelectEndingCsReq" - } - CmdSwordTrainingType::CmdSwordTrainingExamResultConfirmCsReq => { - "CmdSwordTrainingExamResultConfirmCsReq" - } - CmdSwordTrainingType::CmdGetSwordTrainingDataScRsp => { - "CmdGetSwordTrainingDataScRsp" - } - CmdSwordTrainingType::CmdSwordTrainingTurnActionCsReq => { - "CmdSwordTrainingTurnActionCsReq" - } - CmdSwordTrainingType::CmdSwordTrainingMarkEndingViewedScRsp => { - "CmdSwordTrainingMarkEndingViewedScRsp" - } - CmdSwordTrainingType::CmdSwordTrainingResumeGameCsReq => { - "CmdSwordTrainingResumeGameCsReq" - } - CmdSwordTrainingType::CmdSwordTrainingStartGameCsReq => { - "CmdSwordTrainingStartGameCsReq" - } - CmdSwordTrainingType::CmdSwordTrainingDailyPhaseConfirmScRsp => { - "CmdSwordTrainingDailyPhaseConfirmScRsp" - } - CmdSwordTrainingType::CmdGetSwordTrainingDataCsReq => { - "CmdGetSwordTrainingDataCsReq" - } - CmdSwordTrainingType::CmdSwordTrainingStoryConfirmScRsp => { - "CmdSwordTrainingStoryConfirmScRsp" - } - CmdSwordTrainingType::CmdSwordTrainingExamResultConfirmScRsp => { - "CmdSwordTrainingExamResultConfirmScRsp" - } - CmdSwordTrainingType::CmdSwordTrainingActionTurnSettleScNotify => { - "CmdSwordTrainingActionTurnSettleScNotify" - } - CmdSwordTrainingType::CmdSwordTrainingUnlockSyncScNotify => { - "CmdSwordTrainingUnlockSyncScNotify" - } - CmdSwordTrainingType::CmdSwordTrainingGiveUpGameCsReq => { - "CmdSwordTrainingGiveUpGameCsReq" - } - CmdSwordTrainingType::CmdSwordTrainingDialogueSelectOptionScRsp => { - "CmdSwordTrainingDialogueSelectOptionScRsp" - } - CmdSwordTrainingType::CmdSwordTrainingStoryConfirmCsReq => { - "CmdSwordTrainingStoryConfirmCsReq" - } - CmdSwordTrainingType::CmdSwordTrainingSelectEndingScRsp => { - "CmdSwordTrainingSelectEndingScRsp" - } - CmdSwordTrainingType::CmdEnterSwordTrainingExamScRsp => { - "CmdEnterSwordTrainingExamScRsp" - } - CmdSwordTrainingType::CmdSwordTrainingStoryBattleCsReq => { - "CmdSwordTrainingStoryBattleCsReq" - } - CmdSwordTrainingType::CmdSwordTrainingRestoreGameCsReq => { - "CmdSwordTrainingRestoreGameCsReq" - } - CmdSwordTrainingType::CmdSwordTrainingGiveUpGameScRsp => { - "CmdSwordTrainingGiveUpGameScRsp" - } - CmdSwordTrainingType::CmdSwordTrainingSetSkillTraceScRsp => { - "CmdSwordTrainingSetSkillTraceScRsp" - } - CmdSwordTrainingType::CmdSwordTrainingRestoreGameScRsp => { - "CmdSwordTrainingRestoreGameScRsp" - } - CmdSwordTrainingType::CmdSwordTrainingResumeGameScRsp => { - "CmdSwordTrainingResumeGameScRsp" - } - CmdSwordTrainingType::CmdSwordTrainingLearnSkillScRsp => { - "CmdSwordTrainingLearnSkillScRsp" - } - CmdSwordTrainingType::CmdSwordTrainingGameSettleScNotify => { - "CmdSwordTrainingGameSettleScNotify" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdSwordTrainingTypeNone" => Some(Self::None), - "CmdSwordTrainingStoryBattleScRsp" => { - Some(Self::CmdSwordTrainingStoryBattleScRsp) - } - "CmdSwordTrainingStartGameScRsp" => { - Some(Self::CmdSwordTrainingStartGameScRsp) - } - "CmdSwordTrainingDialogueSelectOptionCsReq" => { - Some(Self::CmdSwordTrainingDialogueSelectOptionCsReq) - } - "CmdSwordTrainingLearnSkillCsReq" => { - Some(Self::CmdSwordTrainingLearnSkillCsReq) - } - "CmdSwordTrainingGameSyncChangeScNotify" => { - Some(Self::CmdSwordTrainingGameSyncChangeScNotify) - } - "CmdSwordTrainingDailyPhaseConfirmCsReq" => { - Some(Self::CmdSwordTrainingDailyPhaseConfirmCsReq) - } - "CmdSwordTrainingMarkEndingViewedCsReq" => { - Some(Self::CmdSwordTrainingMarkEndingViewedCsReq) - } - "CmdSwordTrainingSetSkillTraceCsReq" => { - Some(Self::CmdSwordTrainingSetSkillTraceCsReq) - } - "CmdSwordTrainingTurnActionScRsp" => { - Some(Self::CmdSwordTrainingTurnActionScRsp) - } - "CmdEnterSwordTrainingExamCsReq" => { - Some(Self::CmdEnterSwordTrainingExamCsReq) - } - "CmdSwordTrainingSelectEndingCsReq" => { - Some(Self::CmdSwordTrainingSelectEndingCsReq) - } - "CmdSwordTrainingExamResultConfirmCsReq" => { - Some(Self::CmdSwordTrainingExamResultConfirmCsReq) - } - "CmdGetSwordTrainingDataScRsp" => Some(Self::CmdGetSwordTrainingDataScRsp), - "CmdSwordTrainingTurnActionCsReq" => { - Some(Self::CmdSwordTrainingTurnActionCsReq) - } - "CmdSwordTrainingMarkEndingViewedScRsp" => { - Some(Self::CmdSwordTrainingMarkEndingViewedScRsp) - } - "CmdSwordTrainingResumeGameCsReq" => { - Some(Self::CmdSwordTrainingResumeGameCsReq) - } - "CmdSwordTrainingStartGameCsReq" => { - Some(Self::CmdSwordTrainingStartGameCsReq) - } - "CmdSwordTrainingDailyPhaseConfirmScRsp" => { - Some(Self::CmdSwordTrainingDailyPhaseConfirmScRsp) - } - "CmdGetSwordTrainingDataCsReq" => Some(Self::CmdGetSwordTrainingDataCsReq), - "CmdSwordTrainingStoryConfirmScRsp" => { - Some(Self::CmdSwordTrainingStoryConfirmScRsp) - } - "CmdSwordTrainingExamResultConfirmScRsp" => { - Some(Self::CmdSwordTrainingExamResultConfirmScRsp) - } - "CmdSwordTrainingActionTurnSettleScNotify" => { - Some(Self::CmdSwordTrainingActionTurnSettleScNotify) - } - "CmdSwordTrainingUnlockSyncScNotify" => { - Some(Self::CmdSwordTrainingUnlockSyncScNotify) - } - "CmdSwordTrainingGiveUpGameCsReq" => { - Some(Self::CmdSwordTrainingGiveUpGameCsReq) - } - "CmdSwordTrainingDialogueSelectOptionScRsp" => { - Some(Self::CmdSwordTrainingDialogueSelectOptionScRsp) - } - "CmdSwordTrainingStoryConfirmCsReq" => { - Some(Self::CmdSwordTrainingStoryConfirmCsReq) - } - "CmdSwordTrainingSelectEndingScRsp" => { - Some(Self::CmdSwordTrainingSelectEndingScRsp) - } - "CmdEnterSwordTrainingExamScRsp" => { - Some(Self::CmdEnterSwordTrainingExamScRsp) - } - "CmdSwordTrainingStoryBattleCsReq" => { - Some(Self::CmdSwordTrainingStoryBattleCsReq) - } - "CmdSwordTrainingRestoreGameCsReq" => { - Some(Self::CmdSwordTrainingRestoreGameCsReq) - } - "CmdSwordTrainingGiveUpGameScRsp" => { - Some(Self::CmdSwordTrainingGiveUpGameScRsp) - } - "CmdSwordTrainingSetSkillTraceScRsp" => { - Some(Self::CmdSwordTrainingSetSkillTraceScRsp) - } - "CmdSwordTrainingRestoreGameScRsp" => { - Some(Self::CmdSwordTrainingRestoreGameScRsp) - } - "CmdSwordTrainingResumeGameScRsp" => { - Some(Self::CmdSwordTrainingResumeGameScRsp) - } - "CmdSwordTrainingLearnSkillScRsp" => { - Some(Self::CmdSwordTrainingLearnSkillScRsp) - } - "CmdSwordTrainingGameSettleScNotify" => { - Some(Self::CmdSwordTrainingGameSettleScNotify) - } - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdPlayerSync { - None = 0, - ScNotify = 668, -} -impl CmdPlayerSync { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdPlayerSync::None => "CmdPlayerSyncNone", - CmdPlayerSync::ScNotify => "CmdPlayerSyncScNotify", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdPlayerSyncNone" => Some(Self::None), - "CmdPlayerSyncScNotify" => Some(Self::ScNotify), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdTalkRewardType { - None = 0, - CmdGetNpcTakenRewardScRsp = 2106, - CmdTakeTalkRewardCsReq = 2111, - CmdFinishFirstTalkNpcScRsp = 2129, - CmdSelectInclinationTextScRsp = 2133, - CmdFinishFirstTalkNpcCsReq = 2139, - CmdTakeTalkRewardScRsp = 2143, - CmdFinishFirstTalkByPerformanceNpcScRsp = 2148, - CmdSelectInclinationTextCsReq = 2151, - CmdGetFirstTalkByPerformanceNpcScRsp = 2154, - CmdGetFirstTalkNpcCsReq = 2156, - CmdFinishFirstTalkByPerformanceNpcCsReq = 2165, - CmdGetNpcTakenRewardCsReq = 2168, - CmdGetFirstTalkNpcScRsp = 2193, - CmdGetFirstTalkByPerformanceNpcCsReq = 2199, -} -impl CmdTalkRewardType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdTalkRewardType::None => "CmdTalkRewardTypeNone", - CmdTalkRewardType::CmdGetNpcTakenRewardScRsp => "CmdGetNpcTakenRewardScRsp", - CmdTalkRewardType::CmdTakeTalkRewardCsReq => "CmdTakeTalkRewardCsReq", - CmdTalkRewardType::CmdFinishFirstTalkNpcScRsp => "CmdFinishFirstTalkNpcScRsp", - CmdTalkRewardType::CmdSelectInclinationTextScRsp => { - "CmdSelectInclinationTextScRsp" - } - CmdTalkRewardType::CmdFinishFirstTalkNpcCsReq => "CmdFinishFirstTalkNpcCsReq", - CmdTalkRewardType::CmdTakeTalkRewardScRsp => "CmdTakeTalkRewardScRsp", - CmdTalkRewardType::CmdFinishFirstTalkByPerformanceNpcScRsp => { - "CmdFinishFirstTalkByPerformanceNpcScRsp" - } - CmdTalkRewardType::CmdSelectInclinationTextCsReq => { - "CmdSelectInclinationTextCsReq" - } - CmdTalkRewardType::CmdGetFirstTalkByPerformanceNpcScRsp => { - "CmdGetFirstTalkByPerformanceNpcScRsp" - } - CmdTalkRewardType::CmdGetFirstTalkNpcCsReq => "CmdGetFirstTalkNpcCsReq", - CmdTalkRewardType::CmdFinishFirstTalkByPerformanceNpcCsReq => { - "CmdFinishFirstTalkByPerformanceNpcCsReq" - } - CmdTalkRewardType::CmdGetNpcTakenRewardCsReq => "CmdGetNpcTakenRewardCsReq", - CmdTalkRewardType::CmdGetFirstTalkNpcScRsp => "CmdGetFirstTalkNpcScRsp", - CmdTalkRewardType::CmdGetFirstTalkByPerformanceNpcCsReq => { - "CmdGetFirstTalkByPerformanceNpcCsReq" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdTalkRewardTypeNone" => Some(Self::None), - "CmdGetNpcTakenRewardScRsp" => Some(Self::CmdGetNpcTakenRewardScRsp), - "CmdTakeTalkRewardCsReq" => Some(Self::CmdTakeTalkRewardCsReq), - "CmdFinishFirstTalkNpcScRsp" => Some(Self::CmdFinishFirstTalkNpcScRsp), - "CmdSelectInclinationTextScRsp" => Some(Self::CmdSelectInclinationTextScRsp), - "CmdFinishFirstTalkNpcCsReq" => Some(Self::CmdFinishFirstTalkNpcCsReq), - "CmdTakeTalkRewardScRsp" => Some(Self::CmdTakeTalkRewardScRsp), - "CmdFinishFirstTalkByPerformanceNpcScRsp" => { - Some(Self::CmdFinishFirstTalkByPerformanceNpcScRsp) - } - "CmdSelectInclinationTextCsReq" => Some(Self::CmdSelectInclinationTextCsReq), - "CmdGetFirstTalkByPerformanceNpcScRsp" => { - Some(Self::CmdGetFirstTalkByPerformanceNpcScRsp) - } - "CmdGetFirstTalkNpcCsReq" => Some(Self::CmdGetFirstTalkNpcCsReq), - "CmdFinishFirstTalkByPerformanceNpcCsReq" => { - Some(Self::CmdFinishFirstTalkByPerformanceNpcCsReq) - } - "CmdGetNpcTakenRewardCsReq" => Some(Self::CmdGetNpcTakenRewardCsReq), - "CmdGetFirstTalkNpcScRsp" => Some(Self::CmdGetFirstTalkNpcScRsp), - "CmdGetFirstTalkByPerformanceNpcCsReq" => { - Some(Self::CmdGetFirstTalkByPerformanceNpcCsReq) - } - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdTelevisionActivityType { - None = 0, - CmdTelevisionActivityBattleEndScNotify = 6962, - CmdGetTelevisionActivityDataScRsp = 6963, - CmdEnterTelevisionActivityStageScRsp = 6964, - CmdTelevisionActivityDataChangeScNotify = 6972, - CmdGetTelevisionActivityDataCsReq = 6979, - CmdEnterTelevisionActivityStageCsReq = 6980, -} -impl CmdTelevisionActivityType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdTelevisionActivityType::None => "CmdTelevisionActivityTypeNone", - CmdTelevisionActivityType::CmdTelevisionActivityBattleEndScNotify => { - "CmdTelevisionActivityBattleEndScNotify" - } - CmdTelevisionActivityType::CmdGetTelevisionActivityDataScRsp => { - "CmdGetTelevisionActivityDataScRsp" - } - CmdTelevisionActivityType::CmdEnterTelevisionActivityStageScRsp => { - "CmdEnterTelevisionActivityStageScRsp" - } - CmdTelevisionActivityType::CmdTelevisionActivityDataChangeScNotify => { - "CmdTelevisionActivityDataChangeScNotify" - } - CmdTelevisionActivityType::CmdGetTelevisionActivityDataCsReq => { - "CmdGetTelevisionActivityDataCsReq" - } - CmdTelevisionActivityType::CmdEnterTelevisionActivityStageCsReq => { - "CmdEnterTelevisionActivityStageCsReq" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdTelevisionActivityTypeNone" => Some(Self::None), - "CmdTelevisionActivityBattleEndScNotify" => { - Some(Self::CmdTelevisionActivityBattleEndScNotify) - } - "CmdGetTelevisionActivityDataScRsp" => { - Some(Self::CmdGetTelevisionActivityDataScRsp) - } - "CmdEnterTelevisionActivityStageScRsp" => { - Some(Self::CmdEnterTelevisionActivityStageScRsp) - } - "CmdTelevisionActivityDataChangeScNotify" => { - Some(Self::CmdTelevisionActivityDataChangeScNotify) - } - "CmdGetTelevisionActivityDataCsReq" => { - Some(Self::CmdGetTelevisionActivityDataCsReq) - } - "CmdEnterTelevisionActivityStageCsReq" => { - Some(Self::CmdEnterTelevisionActivityStageCsReq) - } - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdTextJoinType { - None = 0, - CmdTextJoinSaveScRsp = 3806, - CmdTextJoinQueryCsReq = 3811, - CmdTextJoinQueryScRsp = 3843, - CmdTextJoinBatchSaveCsReq = 3856, - CmdTextJoinSaveCsReq = 3868, - CmdTextJoinBatchSaveScRsp = 3893, -} -impl CmdTextJoinType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdTextJoinType::None => "CmdTextJoinTypeNone", - CmdTextJoinType::CmdTextJoinSaveScRsp => "CmdTextJoinSaveScRsp", - CmdTextJoinType::CmdTextJoinQueryCsReq => "CmdTextJoinQueryCsReq", - CmdTextJoinType::CmdTextJoinQueryScRsp => "CmdTextJoinQueryScRsp", - CmdTextJoinType::CmdTextJoinBatchSaveCsReq => "CmdTextJoinBatchSaveCsReq", - CmdTextJoinType::CmdTextJoinSaveCsReq => "CmdTextJoinSaveCsReq", - CmdTextJoinType::CmdTextJoinBatchSaveScRsp => "CmdTextJoinBatchSaveScRsp", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdTextJoinTypeNone" => Some(Self::None), - "CmdTextJoinSaveScRsp" => Some(Self::CmdTextJoinSaveScRsp), - "CmdTextJoinQueryCsReq" => Some(Self::CmdTextJoinQueryCsReq), - "CmdTextJoinQueryScRsp" => Some(Self::CmdTextJoinQueryScRsp), - "CmdTextJoinBatchSaveCsReq" => Some(Self::CmdTextJoinBatchSaveCsReq), - "CmdTextJoinSaveCsReq" => Some(Self::CmdTextJoinSaveCsReq), - "CmdTextJoinBatchSaveScRsp" => Some(Self::CmdTextJoinBatchSaveScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdTrackPhotoActivityType { - None = 0, - CmdGetTrackPhotoActivityDataCsReq = 7551, - CmdStartTrackPhotoStageCsReq = 7552, - CmdQuitTrackPhotoStageScRsp = 7553, - CmdGetTrackPhotoActivityDataScRsp = 7554, - CmdStartTrackPhotoStageScRsp = 7556, - CmdQuitTrackPhotoStageCsReq = 7557, - CmdSettleTrackPhotoStageCsReq = 7559, - CmdSettleTrackPhotoStageScRsp = 7560, -} -impl CmdTrackPhotoActivityType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdTrackPhotoActivityType::None => "CmdTrackPhotoActivityTypeNone", - CmdTrackPhotoActivityType::CmdGetTrackPhotoActivityDataCsReq => { - "CmdGetTrackPhotoActivityDataCsReq" - } - CmdTrackPhotoActivityType::CmdStartTrackPhotoStageCsReq => { - "CmdStartTrackPhotoStageCsReq" - } - CmdTrackPhotoActivityType::CmdQuitTrackPhotoStageScRsp => { - "CmdQuitTrackPhotoStageScRsp" - } - CmdTrackPhotoActivityType::CmdGetTrackPhotoActivityDataScRsp => { - "CmdGetTrackPhotoActivityDataScRsp" - } - CmdTrackPhotoActivityType::CmdStartTrackPhotoStageScRsp => { - "CmdStartTrackPhotoStageScRsp" - } - CmdTrackPhotoActivityType::CmdQuitTrackPhotoStageCsReq => { - "CmdQuitTrackPhotoStageCsReq" - } - CmdTrackPhotoActivityType::CmdSettleTrackPhotoStageCsReq => { - "CmdSettleTrackPhotoStageCsReq" - } - CmdTrackPhotoActivityType::CmdSettleTrackPhotoStageScRsp => { - "CmdSettleTrackPhotoStageScRsp" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdTrackPhotoActivityTypeNone" => Some(Self::None), - "CmdGetTrackPhotoActivityDataCsReq" => { - Some(Self::CmdGetTrackPhotoActivityDataCsReq) - } - "CmdStartTrackPhotoStageCsReq" => Some(Self::CmdStartTrackPhotoStageCsReq), - "CmdQuitTrackPhotoStageScRsp" => Some(Self::CmdQuitTrackPhotoStageScRsp), - "CmdGetTrackPhotoActivityDataScRsp" => { - Some(Self::CmdGetTrackPhotoActivityDataScRsp) - } - "CmdStartTrackPhotoStageScRsp" => Some(Self::CmdStartTrackPhotoStageScRsp), - "CmdQuitTrackPhotoStageCsReq" => Some(Self::CmdQuitTrackPhotoStageCsReq), - "CmdSettleTrackPhotoStageCsReq" => Some(Self::CmdSettleTrackPhotoStageCsReq), - "CmdSettleTrackPhotoStageScRsp" => Some(Self::CmdSettleTrackPhotoStageScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdTrainVisitorType { - None = 0, - CmdTrainVisitorBehaviorFinishScRsp = 3706, - CmdGetTrainVisitorBehaviorCsReq = 3711, - CmdGetTrainVisitorRegisterScRsp = 3729, - CmdTakeTrainVisitorUntakenBehaviorRewardScRsp = 3733, - CmdGetTrainVisitorRegisterCsReq = 3739, - CmdGetTrainVisitorBehaviorScRsp = 3743, - CmdTakeTrainVisitorUntakenBehaviorRewardCsReq = 3751, - CmdShowNewSupplementVisitorScRsp = 3754, - CmdTrainRefreshTimeNotify = 3756, - CmdTrainVisitorBehaviorFinishCsReq = 3768, - CmdTrainVisitorRewardSendNotify = 3793, - CmdShowNewSupplementVisitorCsReq = 3799, -} -impl CmdTrainVisitorType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdTrainVisitorType::None => "CmdTrainVisitorTypeNone", - CmdTrainVisitorType::CmdTrainVisitorBehaviorFinishScRsp => { - "CmdTrainVisitorBehaviorFinishScRsp" - } - CmdTrainVisitorType::CmdGetTrainVisitorBehaviorCsReq => { - "CmdGetTrainVisitorBehaviorCsReq" - } - CmdTrainVisitorType::CmdGetTrainVisitorRegisterScRsp => { - "CmdGetTrainVisitorRegisterScRsp" - } - CmdTrainVisitorType::CmdTakeTrainVisitorUntakenBehaviorRewardScRsp => { - "CmdTakeTrainVisitorUntakenBehaviorRewardScRsp" - } - CmdTrainVisitorType::CmdGetTrainVisitorRegisterCsReq => { - "CmdGetTrainVisitorRegisterCsReq" - } - CmdTrainVisitorType::CmdGetTrainVisitorBehaviorScRsp => { - "CmdGetTrainVisitorBehaviorScRsp" - } - CmdTrainVisitorType::CmdTakeTrainVisitorUntakenBehaviorRewardCsReq => { - "CmdTakeTrainVisitorUntakenBehaviorRewardCsReq" - } - CmdTrainVisitorType::CmdShowNewSupplementVisitorScRsp => { - "CmdShowNewSupplementVisitorScRsp" - } - CmdTrainVisitorType::CmdTrainRefreshTimeNotify => "CmdTrainRefreshTimeNotify", - CmdTrainVisitorType::CmdTrainVisitorBehaviorFinishCsReq => { - "CmdTrainVisitorBehaviorFinishCsReq" - } - CmdTrainVisitorType::CmdTrainVisitorRewardSendNotify => { - "CmdTrainVisitorRewardSendNotify" - } - CmdTrainVisitorType::CmdShowNewSupplementVisitorCsReq => { - "CmdShowNewSupplementVisitorCsReq" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdTrainVisitorTypeNone" => Some(Self::None), - "CmdTrainVisitorBehaviorFinishScRsp" => { - Some(Self::CmdTrainVisitorBehaviorFinishScRsp) - } - "CmdGetTrainVisitorBehaviorCsReq" => { - Some(Self::CmdGetTrainVisitorBehaviorCsReq) - } - "CmdGetTrainVisitorRegisterScRsp" => { - Some(Self::CmdGetTrainVisitorRegisterScRsp) - } - "CmdTakeTrainVisitorUntakenBehaviorRewardScRsp" => { - Some(Self::CmdTakeTrainVisitorUntakenBehaviorRewardScRsp) - } - "CmdGetTrainVisitorRegisterCsReq" => { - Some(Self::CmdGetTrainVisitorRegisterCsReq) - } - "CmdGetTrainVisitorBehaviorScRsp" => { - Some(Self::CmdGetTrainVisitorBehaviorScRsp) - } - "CmdTakeTrainVisitorUntakenBehaviorRewardCsReq" => { - Some(Self::CmdTakeTrainVisitorUntakenBehaviorRewardCsReq) - } - "CmdShowNewSupplementVisitorScRsp" => { - Some(Self::CmdShowNewSupplementVisitorScRsp) - } - "CmdTrainRefreshTimeNotify" => Some(Self::CmdTrainRefreshTimeNotify), - "CmdTrainVisitorBehaviorFinishCsReq" => { - Some(Self::CmdTrainVisitorBehaviorFinishCsReq) - } - "CmdTrainVisitorRewardSendNotify" => { - Some(Self::CmdTrainVisitorRewardSendNotify) - } - "CmdShowNewSupplementVisitorCsReq" => { - Some(Self::CmdShowNewSupplementVisitorCsReq) - } - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdTravelBrochure { - None = 0, - GetDataScRsp = 6406, - PageUnlockScNotify = 6411, - ApplyPasterListCsReq = 6417, - PageResetScRsp = 6424, - PageResetCsReq = 6425, - ApplyPasterScRsp = 6429, - RemovePasterScRsp = 6433, - SetCustomValueScRsp = 6434, - ApplyPasterCsReq = 6439, - RemovePasterCsReq = 6451, - UpdatePasterPosScRsp = 6454, - SelectMessageCsReq = 6456, - GetPasterScNotify = 6465, - GetDataCsReq = 6468, - SetCustomValueCsReq = 6482, - ApplyPasterListScRsp = 6492, - SelectMessageScRsp = 6493, - SetPageDescStatusCsReq = 6497, - SetPageDescStatusScRsp = 6498, - UpdatePasterPosCsReq = 6499, -} -impl CmdTravelBrochure { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdTravelBrochure::None => "CmdTravelBrochureNone", - CmdTravelBrochure::GetDataScRsp => "CmdTravelBrochureGetDataScRsp", - CmdTravelBrochure::PageUnlockScNotify => { - "CmdTravelBrochurePageUnlockScNotify" - } - CmdTravelBrochure::ApplyPasterListCsReq => { - "CmdTravelBrochureApplyPasterListCsReq" - } - CmdTravelBrochure::PageResetScRsp => "CmdTravelBrochurePageResetScRsp", - CmdTravelBrochure::PageResetCsReq => "CmdTravelBrochurePageResetCsReq", - CmdTravelBrochure::ApplyPasterScRsp => "CmdTravelBrochureApplyPasterScRsp", - CmdTravelBrochure::RemovePasterScRsp => "CmdTravelBrochureRemovePasterScRsp", - CmdTravelBrochure::SetCustomValueScRsp => { - "CmdTravelBrochureSetCustomValueScRsp" - } - CmdTravelBrochure::ApplyPasterCsReq => "CmdTravelBrochureApplyPasterCsReq", - CmdTravelBrochure::RemovePasterCsReq => "CmdTravelBrochureRemovePasterCsReq", - CmdTravelBrochure::UpdatePasterPosScRsp => { - "CmdTravelBrochureUpdatePasterPosScRsp" - } - CmdTravelBrochure::SelectMessageCsReq => { - "CmdTravelBrochureSelectMessageCsReq" - } - CmdTravelBrochure::GetPasterScNotify => "CmdTravelBrochureGetPasterScNotify", - CmdTravelBrochure::GetDataCsReq => "CmdTravelBrochureGetDataCsReq", - CmdTravelBrochure::SetCustomValueCsReq => { - "CmdTravelBrochureSetCustomValueCsReq" - } - CmdTravelBrochure::ApplyPasterListScRsp => { - "CmdTravelBrochureApplyPasterListScRsp" - } - CmdTravelBrochure::SelectMessageScRsp => { - "CmdTravelBrochureSelectMessageScRsp" - } - CmdTravelBrochure::SetPageDescStatusCsReq => { - "CmdTravelBrochureSetPageDescStatusCsReq" - } - CmdTravelBrochure::SetPageDescStatusScRsp => { - "CmdTravelBrochureSetPageDescStatusScRsp" - } - CmdTravelBrochure::UpdatePasterPosCsReq => { - "CmdTravelBrochureUpdatePasterPosCsReq" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdTravelBrochureNone" => Some(Self::None), - "CmdTravelBrochureGetDataScRsp" => Some(Self::GetDataScRsp), - "CmdTravelBrochurePageUnlockScNotify" => Some(Self::PageUnlockScNotify), - "CmdTravelBrochureApplyPasterListCsReq" => Some(Self::ApplyPasterListCsReq), - "CmdTravelBrochurePageResetScRsp" => Some(Self::PageResetScRsp), - "CmdTravelBrochurePageResetCsReq" => Some(Self::PageResetCsReq), - "CmdTravelBrochureApplyPasterScRsp" => Some(Self::ApplyPasterScRsp), - "CmdTravelBrochureRemovePasterScRsp" => Some(Self::RemovePasterScRsp), - "CmdTravelBrochureSetCustomValueScRsp" => Some(Self::SetCustomValueScRsp), - "CmdTravelBrochureApplyPasterCsReq" => Some(Self::ApplyPasterCsReq), - "CmdTravelBrochureRemovePasterCsReq" => Some(Self::RemovePasterCsReq), - "CmdTravelBrochureUpdatePasterPosScRsp" => Some(Self::UpdatePasterPosScRsp), - "CmdTravelBrochureSelectMessageCsReq" => Some(Self::SelectMessageCsReq), - "CmdTravelBrochureGetPasterScNotify" => Some(Self::GetPasterScNotify), - "CmdTravelBrochureGetDataCsReq" => Some(Self::GetDataCsReq), - "CmdTravelBrochureSetCustomValueCsReq" => Some(Self::SetCustomValueCsReq), - "CmdTravelBrochureApplyPasterListScRsp" => Some(Self::ApplyPasterListScRsp), - "CmdTravelBrochureSelectMessageScRsp" => Some(Self::SelectMessageScRsp), - "CmdTravelBrochureSetPageDescStatusCsReq" => { - Some(Self::SetPageDescStatusCsReq) - } - "CmdTravelBrochureSetPageDescStatusScRsp" => { - Some(Self::SetPageDescStatusScRsp) - } - "CmdTravelBrochureUpdatePasterPosCsReq" => Some(Self::UpdatePasterPosCsReq), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdTreasureDungeonType { - None = 0, - CmdTreasureDungeonFinishScNotify = 4406, - CmdUseTreasureDungeonItemCsReq = 4417, - CmdInteractTreasureDungeonGridScRsp = 4424, - CmdInteractTreasureDungeonGridCsReq = 4425, - CmdQuitTreasureDungeonScRsp = 4428, - CmdOpenTreasureDungeonGridScRsp = 4434, - CmdEnterTreasureDungeonScRsp = 4448, - CmdGetTreasureDungeonActivityDataScRsp = 4454, - CmdEnterTreasureDungeonCsReq = 4465, - CmdTreasureDungeonDataScNotify = 4468, - CmdOpenTreasureDungeonGridCsReq = 4482, - CmdQuitTreasureDungeonCsReq = 4490, - CmdUseTreasureDungeonItemScRsp = 4492, - CmdFightTreasureDungeonMonsterCsReq = 4497, - CmdFightTreasureDungeonMonsterScRsp = 4498, - CmdGetTreasureDungeonActivityDataCsReq = 4499, -} -impl CmdTreasureDungeonType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdTreasureDungeonType::None => "CmdTreasureDungeonTypeNone", - CmdTreasureDungeonType::CmdTreasureDungeonFinishScNotify => { - "CmdTreasureDungeonFinishScNotify" - } - CmdTreasureDungeonType::CmdUseTreasureDungeonItemCsReq => { - "CmdUseTreasureDungeonItemCsReq" - } - CmdTreasureDungeonType::CmdInteractTreasureDungeonGridScRsp => { - "CmdInteractTreasureDungeonGridScRsp" - } - CmdTreasureDungeonType::CmdInteractTreasureDungeonGridCsReq => { - "CmdInteractTreasureDungeonGridCsReq" - } - CmdTreasureDungeonType::CmdQuitTreasureDungeonScRsp => { - "CmdQuitTreasureDungeonScRsp" - } - CmdTreasureDungeonType::CmdOpenTreasureDungeonGridScRsp => { - "CmdOpenTreasureDungeonGridScRsp" - } - CmdTreasureDungeonType::CmdEnterTreasureDungeonScRsp => { - "CmdEnterTreasureDungeonScRsp" - } - CmdTreasureDungeonType::CmdGetTreasureDungeonActivityDataScRsp => { - "CmdGetTreasureDungeonActivityDataScRsp" - } - CmdTreasureDungeonType::CmdEnterTreasureDungeonCsReq => { - "CmdEnterTreasureDungeonCsReq" - } - CmdTreasureDungeonType::CmdTreasureDungeonDataScNotify => { - "CmdTreasureDungeonDataScNotify" - } - CmdTreasureDungeonType::CmdOpenTreasureDungeonGridCsReq => { - "CmdOpenTreasureDungeonGridCsReq" - } - CmdTreasureDungeonType::CmdQuitTreasureDungeonCsReq => { - "CmdQuitTreasureDungeonCsReq" - } - CmdTreasureDungeonType::CmdUseTreasureDungeonItemScRsp => { - "CmdUseTreasureDungeonItemScRsp" - } - CmdTreasureDungeonType::CmdFightTreasureDungeonMonsterCsReq => { - "CmdFightTreasureDungeonMonsterCsReq" - } - CmdTreasureDungeonType::CmdFightTreasureDungeonMonsterScRsp => { - "CmdFightTreasureDungeonMonsterScRsp" - } - CmdTreasureDungeonType::CmdGetTreasureDungeonActivityDataCsReq => { - "CmdGetTreasureDungeonActivityDataCsReq" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdTreasureDungeonTypeNone" => Some(Self::None), - "CmdTreasureDungeonFinishScNotify" => { - Some(Self::CmdTreasureDungeonFinishScNotify) - } - "CmdUseTreasureDungeonItemCsReq" => { - Some(Self::CmdUseTreasureDungeonItemCsReq) - } - "CmdInteractTreasureDungeonGridScRsp" => { - Some(Self::CmdInteractTreasureDungeonGridScRsp) - } - "CmdInteractTreasureDungeonGridCsReq" => { - Some(Self::CmdInteractTreasureDungeonGridCsReq) - } - "CmdQuitTreasureDungeonScRsp" => Some(Self::CmdQuitTreasureDungeonScRsp), - "CmdOpenTreasureDungeonGridScRsp" => { - Some(Self::CmdOpenTreasureDungeonGridScRsp) - } - "CmdEnterTreasureDungeonScRsp" => Some(Self::CmdEnterTreasureDungeonScRsp), - "CmdGetTreasureDungeonActivityDataScRsp" => { - Some(Self::CmdGetTreasureDungeonActivityDataScRsp) - } - "CmdEnterTreasureDungeonCsReq" => Some(Self::CmdEnterTreasureDungeonCsReq), - "CmdTreasureDungeonDataScNotify" => { - Some(Self::CmdTreasureDungeonDataScNotify) - } - "CmdOpenTreasureDungeonGridCsReq" => { - Some(Self::CmdOpenTreasureDungeonGridCsReq) - } - "CmdQuitTreasureDungeonCsReq" => Some(Self::CmdQuitTreasureDungeonCsReq), - "CmdUseTreasureDungeonItemScRsp" => { - Some(Self::CmdUseTreasureDungeonItemScRsp) - } - "CmdFightTreasureDungeonMonsterCsReq" => { - Some(Self::CmdFightTreasureDungeonMonsterCsReq) - } - "CmdFightTreasureDungeonMonsterScRsp" => { - Some(Self::CmdFightTreasureDungeonMonsterScRsp) - } - "CmdGetTreasureDungeonActivityDataCsReq" => { - Some(Self::CmdGetTreasureDungeonActivityDataCsReq) - } - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdTutorialType { - None = 0, - CmdGetTutorialScRsp = 1606, - CmdGetTutorialGuideCsReq = 1611, - CmdUnlockTutorialGuideScRsp = 1629, - CmdFinishTutorialScRsp = 1633, - CmdUnlockTutorialGuideCsReq = 1639, - CmdGetTutorialGuideScRsp = 1643, - CmdFinishTutorialCsReq = 1651, - CmdFinishTutorialGuideScRsp = 1654, - CmdUnlockTutorialCsReq = 1656, - CmdGetTutorialCsReq = 1668, - CmdUnlockTutorialScRsp = 1693, - CmdFinishTutorialGuideCsReq = 1699, -} -impl CmdTutorialType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdTutorialType::None => "CmdTutorialTypeNone", - CmdTutorialType::CmdGetTutorialScRsp => "CmdGetTutorialScRsp", - CmdTutorialType::CmdGetTutorialGuideCsReq => "CmdGetTutorialGuideCsReq", - CmdTutorialType::CmdUnlockTutorialGuideScRsp => "CmdUnlockTutorialGuideScRsp", - CmdTutorialType::CmdFinishTutorialScRsp => "CmdFinishTutorialScRsp", - CmdTutorialType::CmdUnlockTutorialGuideCsReq => "CmdUnlockTutorialGuideCsReq", - CmdTutorialType::CmdGetTutorialGuideScRsp => "CmdGetTutorialGuideScRsp", - CmdTutorialType::CmdFinishTutorialCsReq => "CmdFinishTutorialCsReq", - CmdTutorialType::CmdFinishTutorialGuideScRsp => "CmdFinishTutorialGuideScRsp", - CmdTutorialType::CmdUnlockTutorialCsReq => "CmdUnlockTutorialCsReq", - CmdTutorialType::CmdGetTutorialCsReq => "CmdGetTutorialCsReq", - CmdTutorialType::CmdUnlockTutorialScRsp => "CmdUnlockTutorialScRsp", - CmdTutorialType::CmdFinishTutorialGuideCsReq => "CmdFinishTutorialGuideCsReq", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdTutorialTypeNone" => Some(Self::None), - "CmdGetTutorialScRsp" => Some(Self::CmdGetTutorialScRsp), - "CmdGetTutorialGuideCsReq" => Some(Self::CmdGetTutorialGuideCsReq), - "CmdUnlockTutorialGuideScRsp" => Some(Self::CmdUnlockTutorialGuideScRsp), - "CmdFinishTutorialScRsp" => Some(Self::CmdFinishTutorialScRsp), - "CmdUnlockTutorialGuideCsReq" => Some(Self::CmdUnlockTutorialGuideCsReq), - "CmdGetTutorialGuideScRsp" => Some(Self::CmdGetTutorialGuideScRsp), - "CmdFinishTutorialCsReq" => Some(Self::CmdFinishTutorialCsReq), - "CmdFinishTutorialGuideScRsp" => Some(Self::CmdFinishTutorialGuideScRsp), - "CmdUnlockTutorialCsReq" => Some(Self::CmdUnlockTutorialCsReq), - "CmdGetTutorialCsReq" => Some(Self::CmdGetTutorialCsReq), - "CmdUnlockTutorialScRsp" => Some(Self::CmdUnlockTutorialScRsp), - "CmdFinishTutorialGuideCsReq" => Some(Self::CmdFinishTutorialGuideCsReq), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdWaypointType { - None = 0, - CmdGetWaypointScRsp = 406, - CmdSetCurWaypointCsReq = 411, - CmdTakeChapterRewardCsReq = 429, - CmdWaypointShowNewCsNotify = 439, - CmdSetCurWaypointScRsp = 443, - CmdTakeChapterRewardScRsp = 451, - CmdGetChapterCsReq = 456, - CmdGetWaypointCsReq = 468, - CmdGetChapterScRsp = 493, -} -impl CmdWaypointType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdWaypointType::None => "CmdWaypointTypeNone", - CmdWaypointType::CmdGetWaypointScRsp => "CmdGetWaypointScRsp", - CmdWaypointType::CmdSetCurWaypointCsReq => "CmdSetCurWaypointCsReq", - CmdWaypointType::CmdTakeChapterRewardCsReq => "CmdTakeChapterRewardCsReq", - CmdWaypointType::CmdWaypointShowNewCsNotify => "CmdWaypointShowNewCsNotify", - CmdWaypointType::CmdSetCurWaypointScRsp => "CmdSetCurWaypointScRsp", - CmdWaypointType::CmdTakeChapterRewardScRsp => "CmdTakeChapterRewardScRsp", - CmdWaypointType::CmdGetChapterCsReq => "CmdGetChapterCsReq", - CmdWaypointType::CmdGetWaypointCsReq => "CmdGetWaypointCsReq", - CmdWaypointType::CmdGetChapterScRsp => "CmdGetChapterScRsp", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdWaypointTypeNone" => Some(Self::None), - "CmdGetWaypointScRsp" => Some(Self::CmdGetWaypointScRsp), - "CmdSetCurWaypointCsReq" => Some(Self::CmdSetCurWaypointCsReq), - "CmdTakeChapterRewardCsReq" => Some(Self::CmdTakeChapterRewardCsReq), - "CmdWaypointShowNewCsNotify" => Some(Self::CmdWaypointShowNewCsNotify), - "CmdSetCurWaypointScRsp" => Some(Self::CmdSetCurWaypointScRsp), - "CmdTakeChapterRewardScRsp" => Some(Self::CmdTakeChapterRewardScRsp), - "CmdGetChapterCsReq" => Some(Self::CmdGetChapterCsReq), - "CmdGetWaypointCsReq" => Some(Self::CmdGetWaypointCsReq), - "CmdGetChapterScRsp" => Some(Self::CmdGetChapterScRsp), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum CmdWolfBroType { - None = 0, - CmdStartWolfBroGameScRsp = 6506, - CmdArchiveWolfBroGameCsReq = 6511, - CmdWolfBroGameExplodeMonsterScRsp = 6525, - CmdQuitWolfBroGameScRsp = 6529, - CmdGetWolfBroGameDataScRsp = 6533, - CmdWolfBroGameActivateBulletCsReq = 6534, - CmdQuitWolfBroGameCsReq = 6539, - CmdArchiveWolfBroGameScRsp = 6543, - CmdWolfBroGamePickupBulletCsReq = 6548, - CmdGetWolfBroGameDataCsReq = 6551, - CmdWolfBroGameUseBulletCsReq = 6554, - CmdRestoreWolfBroGameArchiveCsReq = 6556, - CmdWolfBroGameUseBulletScRsp = 6565, - CmdStartWolfBroGameCsReq = 6568, - CmdWolfBroGamePickupBulletScRsp = 6582, - CmdRestoreWolfBroGameArchiveScRsp = 6593, - CmdWolfBroGameActivateBulletScRsp = 6597, - CmdWolfBroGameExplodeMonsterCsReq = 6598, - CmdWolfBroGameDataChangeScNotify = 6599, -} -impl CmdWolfBroType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - CmdWolfBroType::None => "CmdWolfBroTypeNone", - CmdWolfBroType::CmdStartWolfBroGameScRsp => "CmdStartWolfBroGameScRsp", - CmdWolfBroType::CmdArchiveWolfBroGameCsReq => "CmdArchiveWolfBroGameCsReq", - CmdWolfBroType::CmdWolfBroGameExplodeMonsterScRsp => { - "CmdWolfBroGameExplodeMonsterScRsp" - } - CmdWolfBroType::CmdQuitWolfBroGameScRsp => "CmdQuitWolfBroGameScRsp", - CmdWolfBroType::CmdGetWolfBroGameDataScRsp => "CmdGetWolfBroGameDataScRsp", - CmdWolfBroType::CmdWolfBroGameActivateBulletCsReq => { - "CmdWolfBroGameActivateBulletCsReq" - } - CmdWolfBroType::CmdQuitWolfBroGameCsReq => "CmdQuitWolfBroGameCsReq", - CmdWolfBroType::CmdArchiveWolfBroGameScRsp => "CmdArchiveWolfBroGameScRsp", - CmdWolfBroType::CmdWolfBroGamePickupBulletCsReq => { - "CmdWolfBroGamePickupBulletCsReq" - } - CmdWolfBroType::CmdGetWolfBroGameDataCsReq => "CmdGetWolfBroGameDataCsReq", - CmdWolfBroType::CmdWolfBroGameUseBulletCsReq => { - "CmdWolfBroGameUseBulletCsReq" - } - CmdWolfBroType::CmdRestoreWolfBroGameArchiveCsReq => { - "CmdRestoreWolfBroGameArchiveCsReq" - } - CmdWolfBroType::CmdWolfBroGameUseBulletScRsp => { - "CmdWolfBroGameUseBulletScRsp" - } - CmdWolfBroType::CmdStartWolfBroGameCsReq => "CmdStartWolfBroGameCsReq", - CmdWolfBroType::CmdWolfBroGamePickupBulletScRsp => { - "CmdWolfBroGamePickupBulletScRsp" - } - CmdWolfBroType::CmdRestoreWolfBroGameArchiveScRsp => { - "CmdRestoreWolfBroGameArchiveScRsp" - } - CmdWolfBroType::CmdWolfBroGameActivateBulletScRsp => { - "CmdWolfBroGameActivateBulletScRsp" - } - CmdWolfBroType::CmdWolfBroGameExplodeMonsterCsReq => { - "CmdWolfBroGameExplodeMonsterCsReq" - } - CmdWolfBroType::CmdWolfBroGameDataChangeScNotify => { - "CmdWolfBroGameDataChangeScNotify" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CmdWolfBroTypeNone" => Some(Self::None), - "CmdStartWolfBroGameScRsp" => Some(Self::CmdStartWolfBroGameScRsp), - "CmdArchiveWolfBroGameCsReq" => Some(Self::CmdArchiveWolfBroGameCsReq), - "CmdWolfBroGameExplodeMonsterScRsp" => { - Some(Self::CmdWolfBroGameExplodeMonsterScRsp) - } - "CmdQuitWolfBroGameScRsp" => Some(Self::CmdQuitWolfBroGameScRsp), - "CmdGetWolfBroGameDataScRsp" => Some(Self::CmdGetWolfBroGameDataScRsp), - "CmdWolfBroGameActivateBulletCsReq" => { - Some(Self::CmdWolfBroGameActivateBulletCsReq) - } - "CmdQuitWolfBroGameCsReq" => Some(Self::CmdQuitWolfBroGameCsReq), - "CmdArchiveWolfBroGameScRsp" => Some(Self::CmdArchiveWolfBroGameScRsp), - "CmdWolfBroGamePickupBulletCsReq" => { - Some(Self::CmdWolfBroGamePickupBulletCsReq) - } - "CmdGetWolfBroGameDataCsReq" => Some(Self::CmdGetWolfBroGameDataCsReq), - "CmdWolfBroGameUseBulletCsReq" => Some(Self::CmdWolfBroGameUseBulletCsReq), - "CmdRestoreWolfBroGameArchiveCsReq" => { - Some(Self::CmdRestoreWolfBroGameArchiveCsReq) - } - "CmdWolfBroGameUseBulletScRsp" => Some(Self::CmdWolfBroGameUseBulletScRsp), - "CmdStartWolfBroGameCsReq" => Some(Self::CmdStartWolfBroGameCsReq), - "CmdWolfBroGamePickupBulletScRsp" => { - Some(Self::CmdWolfBroGamePickupBulletScRsp) - } - "CmdRestoreWolfBroGameArchiveScRsp" => { - Some(Self::CmdRestoreWolfBroGameArchiveScRsp) - } - "CmdWolfBroGameActivateBulletScRsp" => { - Some(Self::CmdWolfBroGameActivateBulletScRsp) - } - "CmdWolfBroGameExplodeMonsterCsReq" => { - Some(Self::CmdWolfBroGameExplodeMonsterCsReq) - } - "CmdWolfBroGameDataChangeScNotify" => { - Some(Self::CmdWolfBroGameDataChangeScNotify) - } - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum AvatarType { - None = 0, - AvatarTrialType = 1, - AvatarLimitType = 2, - AvatarFormalType = 3, - AvatarAssistType = 4, - AvatarAetherDivideType = 5, - AvatarUpgradeAvailableType = 6, -} -impl AvatarType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - AvatarType::None => "AVATAR_TYPE_NONE", - AvatarType::AvatarTrialType => "AVATAR_TRIAL_TYPE", - AvatarType::AvatarLimitType => "AVATAR_LIMIT_TYPE", - AvatarType::AvatarFormalType => "AVATAR_FORMAL_TYPE", - AvatarType::AvatarAssistType => "AVATAR_ASSIST_TYPE", - AvatarType::AvatarAetherDivideType => "AVATAR_AETHER_DIVIDE_TYPE", - AvatarType::AvatarUpgradeAvailableType => "AVATAR_UPGRADE_AVAILABLE_TYPE", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "AVATAR_TYPE_NONE" => Some(Self::None), - "AVATAR_TRIAL_TYPE" => Some(Self::AvatarTrialType), - "AVATAR_LIMIT_TYPE" => Some(Self::AvatarLimitType), - "AVATAR_FORMAL_TYPE" => Some(Self::AvatarFormalType), - "AVATAR_ASSIST_TYPE" => Some(Self::AvatarAssistType), - "AVATAR_AETHER_DIVIDE_TYPE" => Some(Self::AvatarAetherDivideType), - "AVATAR_UPGRADE_AVAILABLE_TYPE" => Some(Self::AvatarUpgradeAvailableType), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum MsgType { - None = 0, - CustomText = 1, - Emoji = 2, - Invite = 3, -} -impl MsgType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - MsgType::None => "MSG_TYPE_NONE", - MsgType::CustomText => "MSG_TYPE_CUSTOM_TEXT", - MsgType::Emoji => "MSG_TYPE_EMOJI", - MsgType::Invite => "MSG_TYPE_INVITE", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "MSG_TYPE_NONE" => Some(Self::None), - "MSG_TYPE_CUSTOM_TEXT" => Some(Self::CustomText), - "MSG_TYPE_EMOJI" => Some(Self::Emoji), - "MSG_TYPE_INVITE" => Some(Self::Invite), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum ChatType { - None = 0, - Private = 1, - Group = 2, -} -impl ChatType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - ChatType::None => "CHAT_TYPE_NONE", - ChatType::Private => "CHAT_TYPE_PRIVATE", - ChatType::Group => "CHAT_TYPE_GROUP", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "CHAT_TYPE_NONE" => Some(Self::None), - "CHAT_TYPE_PRIVATE" => Some(Self::Private), - "CHAT_TYPE_GROUP" => Some(Self::Group), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum ContentPackageStatus { - None = 0, - Init = 1, - Doing = 2, - Finished = 3, - Release = 4, -} -impl ContentPackageStatus { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - ContentPackageStatus::None => "ContentPackageStatus_None", - ContentPackageStatus::Init => "ContentPackageStatus_Init", - ContentPackageStatus::Doing => "ContentPackageStatus_Doing", - ContentPackageStatus::Finished => "ContentPackageStatus_Finished", - ContentPackageStatus::Release => "ContentPackageStatus_Release", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "ContentPackageStatus_None" => Some(Self::None), - "ContentPackageStatus_Init" => Some(Self::Init), - "ContentPackageStatus_Doing" => Some(Self::Doing), - "ContentPackageStatus_Finished" => Some(Self::Finished), - "ContentPackageStatus_Release" => Some(Self::Release), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum DisplayRecordType { - BattleRecordNone = 0, - BattleRecordChallenge = 1, - BattleRecordRogue = 2, -} -impl DisplayRecordType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - DisplayRecordType::BattleRecordNone => "BATTLE_RECORD_NONE", - DisplayRecordType::BattleRecordChallenge => "BATTLE_RECORD_CHALLENGE", - DisplayRecordType::BattleRecordRogue => "BATTLE_RECORD_ROGUE", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "BATTLE_RECORD_NONE" => Some(Self::BattleRecordNone), - "BATTLE_RECORD_CHALLENGE" => Some(Self::BattleRecordChallenge), - "BATTLE_RECORD_ROGUE" => Some(Self::BattleRecordRogue), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum ExtraLineupType { - LineupNone = 0, - LineupChallenge = 1, - LineupRogue = 2, - LineupChallenge2 = 3, - LineupChallenge3 = 4, - LineupRogueChallenge = 5, - LineupStageTrial = 6, - LineupRogueTrial = 7, - LineupActivity = 8, - LineupBoxingClub = 9, - LineupTreasureDungeon = 11, - LineupChessRogue = 12, - LineupHeliobus = 13, - LineupTournRogue = 14, - LineupRelicRogue = 15, - LineupArcadeRogue = 16, -} -impl ExtraLineupType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - ExtraLineupType::LineupNone => "LINEUP_NONE", - ExtraLineupType::LineupChallenge => "LINEUP_CHALLENGE", - ExtraLineupType::LineupRogue => "LINEUP_ROGUE", - ExtraLineupType::LineupChallenge2 => "LINEUP_CHALLENGE_2", - ExtraLineupType::LineupChallenge3 => "LINEUP_CHALLENGE_3", - ExtraLineupType::LineupRogueChallenge => "LINEUP_ROGUE_CHALLENGE", - ExtraLineupType::LineupStageTrial => "LINEUP_STAGE_TRIAL", - ExtraLineupType::LineupRogueTrial => "LINEUP_ROGUE_TRIAL", - ExtraLineupType::LineupActivity => "LINEUP_ACTIVITY", - ExtraLineupType::LineupBoxingClub => "LINEUP_BOXING_CLUB", - ExtraLineupType::LineupTreasureDungeon => "LINEUP_TREASURE_DUNGEON", - ExtraLineupType::LineupChessRogue => "LINEUP_CHESS_ROGUE", - ExtraLineupType::LineupHeliobus => "LINEUP_HELIOBUS", - ExtraLineupType::LineupTournRogue => "LINEUP_TOURN_ROGUE", - ExtraLineupType::LineupRelicRogue => "LINEUP_RELIC_ROGUE", - ExtraLineupType::LineupArcadeRogue => "LINEUP_ARCADE_ROGUE", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "LINEUP_NONE" => Some(Self::LineupNone), - "LINEUP_CHALLENGE" => Some(Self::LineupChallenge), - "LINEUP_ROGUE" => Some(Self::LineupRogue), - "LINEUP_CHALLENGE_2" => Some(Self::LineupChallenge2), - "LINEUP_CHALLENGE_3" => Some(Self::LineupChallenge3), - "LINEUP_ROGUE_CHALLENGE" => Some(Self::LineupRogueChallenge), - "LINEUP_STAGE_TRIAL" => Some(Self::LineupStageTrial), - "LINEUP_ROGUE_TRIAL" => Some(Self::LineupRogueTrial), - "LINEUP_ACTIVITY" => Some(Self::LineupActivity), - "LINEUP_BOXING_CLUB" => Some(Self::LineupBoxingClub), - "LINEUP_TREASURE_DUNGEON" => Some(Self::LineupTreasureDungeon), - "LINEUP_CHESS_ROGUE" => Some(Self::LineupChessRogue), - "LINEUP_HELIOBUS" => Some(Self::LineupHeliobus), - "LINEUP_TOURN_ROGUE" => Some(Self::LineupTournRogue), - "LINEUP_RELIC_ROGUE" => Some(Self::LineupRelicRogue), - "LINEUP_ARCADE_ROGUE" => Some(Self::LineupArcadeRogue), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum EnterSceneReason { - None = 0, - ChallengeTimeout = 1, - RogueTimeout = 2, - ChangeStoryline = 3, - DimensionMerge = 4, -} -impl EnterSceneReason { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - EnterSceneReason::None => "ENTER_SCENE_REASON_NONE", - EnterSceneReason::ChallengeTimeout => "ENTER_SCENE_REASON_CHALLENGE_TIMEOUT", - EnterSceneReason::RogueTimeout => "ENTER_SCENE_REASON_ROGUE_TIMEOUT", - EnterSceneReason::ChangeStoryline => "ENTER_SCENE_REASON_CHANGE_STORYLINE", - EnterSceneReason::DimensionMerge => "ENTER_SCENE_REASON_DIMENSION_MERGE", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "ENTER_SCENE_REASON_NONE" => Some(Self::None), - "ENTER_SCENE_REASON_CHALLENGE_TIMEOUT" => Some(Self::ChallengeTimeout), - "ENTER_SCENE_REASON_ROGUE_TIMEOUT" => Some(Self::RogueTimeout), - "ENTER_SCENE_REASON_CHANGE_STORYLINE" => Some(Self::ChangeStoryline), - "ENTER_SCENE_REASON_DIMENSION_MERGE" => Some(Self::DimensionMerge), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum MissionStatus { - MissionNone = 0, - MissionDoing = 1, - MissionFinish = 2, - MissionPrepared = 3, -} -impl MissionStatus { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - MissionStatus::MissionNone => "MISSION_NONE", - MissionStatus::MissionDoing => "MISSION_DOING", - MissionStatus::MissionFinish => "MISSION_FINISH", - MissionStatus::MissionPrepared => "MISSION_PREPARED", - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "MISSION_NONE" => Some(Self::MissionNone), - "MISSION_DOING" => Some(Self::MissionDoing), - "MISSION_FINISH" => Some(Self::MissionFinish), - "MISSION_PREPARED" => Some(Self::MissionPrepared), - _ => None, - } - } -} -#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] -#[repr(i32)] -pub enum EntityBuffChangeType { - SceneEntityBuffChangeTypeDefault = 0, - SceneEntityBuffChangeTypeAddMazebuff = 1, - SceneEntityBuffChangeTypeAddAdvModifier = 2, -} -impl EntityBuffChangeType { - /// String value of the enum field names used in the ProtoBuf definition. - /// - /// The values are not transformed in any way and thus are considered stable - /// (if the ProtoBuf definition does not change) and safe for programmatic use. - pub fn as_str_name(&self) -> &'static str { - match self { - EntityBuffChangeType::SceneEntityBuffChangeTypeDefault => { - "SCENE_ENTITY_BUFF_CHANGE_TYPE_DEFAULT" - } - EntityBuffChangeType::SceneEntityBuffChangeTypeAddMazebuff => { - "SCENE_ENTITY_BUFF_CHANGE_TYPE_ADD_MAZEBUFF" - } - EntityBuffChangeType::SceneEntityBuffChangeTypeAddAdvModifier => { - "SCENE_ENTITY_BUFF_CHANGE_TYPE_ADD_ADV_MODIFIER" - } - } - } - /// Creates an enum from field names used in the ProtoBuf definition. - pub fn from_str_name(value: &str) -> ::core::option::Option { - match value { - "SCENE_ENTITY_BUFF_CHANGE_TYPE_DEFAULT" => { - Some(Self::SceneEntityBuffChangeTypeDefault) - } - "SCENE_ENTITY_BUFF_CHANGE_TYPE_ADD_MAZEBUFF" => { - Some(Self::SceneEntityBuffChangeTypeAddMazebuff) - } - "SCENE_ENTITY_BUFF_CHANGE_TYPE_ADD_ADV_MODIFIER" => { - Some(Self::SceneEntityBuffChangeTypeAddAdvModifier) - } + "ENTITY_NONE" => Some(Self::EntityNone), + "ENTITY_AVATAR" => Some(Self::EntityAvatar), + "ENTITY_MONSTER" => Some(Self::EntityMonster), + "ENTITY_NPC" => Some(Self::EntityNpc), + "ENTITY_PROP" => Some(Self::EntityProp), + "ENTITY_TRIGGER" => Some(Self::EntityTrigger), + "ENTITY_ENV" => Some(Self::EntityEnv), + "ENTITY_SUMMON_UNIT" => Some(Self::EntitySummonUnit), _ => None, } } } +#[derive(proto_derive::CmdID)] #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] #[repr(i32)] -pub enum PlayingState { - None = 0, - PlayingRogueCosmos = 1, - PlayingRogueChess = 2, - PlayingRogueChessNous = 3, - PlayingChallengeMemory = 4, - PlayingChallengeStory = 5, - PlayingChallengeBoss = 6, - PlayingRogueTourn = 7, -} -impl PlayingState { +pub enum Iafokaheofk { + LanguageNone = 0, + LanguageSc = 1, + LanguageTc = 2, + LanguageEn = 3, + LanguageKr = 4, + LanguageJp = 5, + LanguageFr = 6, + LanguageDe = 7, + LanguageEs = 8, + LanguagePt = 9, + LanguageRu = 10, + LanguageTh = 11, + LanguageVi = 12, + LanguageId = 13, +} +impl Iafokaheofk { /// String value of the enum field names used in the ProtoBuf definition. /// /// The values are not transformed in any way and thus are considered stable /// (if the ProtoBuf definition does not change) and safe for programmatic use. pub fn as_str_name(&self) -> &'static str { match self { - PlayingState::None => "PLAYING_STATE_NONE", - PlayingState::PlayingRogueCosmos => "PLAYING_ROGUE_COSMOS", - PlayingState::PlayingRogueChess => "PLAYING_ROGUE_CHESS", - PlayingState::PlayingRogueChessNous => "PLAYING_ROGUE_CHESS_NOUS", - PlayingState::PlayingChallengeMemory => "PLAYING_CHALLENGE_MEMORY", - PlayingState::PlayingChallengeStory => "PLAYING_CHALLENGE_STORY", - PlayingState::PlayingChallengeBoss => "PLAYING_CHALLENGE_BOSS", - PlayingState::PlayingRogueTourn => "PLAYING_ROGUE_TOURN", + Iafokaheofk::LanguageNone => "LANGUAGE_NONE", + Iafokaheofk::LanguageSc => "LANGUAGE_SC", + Iafokaheofk::LanguageTc => "LANGUAGE_TC", + Iafokaheofk::LanguageEn => "LANGUAGE_EN", + Iafokaheofk::LanguageKr => "LANGUAGE_KR", + Iafokaheofk::LanguageJp => "LANGUAGE_JP", + Iafokaheofk::LanguageFr => "LANGUAGE_FR", + Iafokaheofk::LanguageDe => "LANGUAGE_DE", + Iafokaheofk::LanguageEs => "LANGUAGE_ES", + Iafokaheofk::LanguagePt => "LANGUAGE_PT", + Iafokaheofk::LanguageRu => "LANGUAGE_RU", + Iafokaheofk::LanguageTh => "LANGUAGE_TH", + Iafokaheofk::LanguageVi => "LANGUAGE_VI", + Iafokaheofk::LanguageId => "LANGUAGE_ID", } } /// Creates an enum from field names used in the ProtoBuf definition. pub fn from_str_name(value: &str) -> ::core::option::Option { match value { - "PLAYING_STATE_NONE" => Some(Self::None), - "PLAYING_ROGUE_COSMOS" => Some(Self::PlayingRogueCosmos), - "PLAYING_ROGUE_CHESS" => Some(Self::PlayingRogueChess), - "PLAYING_ROGUE_CHESS_NOUS" => Some(Self::PlayingRogueChessNous), - "PLAYING_CHALLENGE_MEMORY" => Some(Self::PlayingChallengeMemory), - "PLAYING_CHALLENGE_STORY" => Some(Self::PlayingChallengeStory), - "PLAYING_CHALLENGE_BOSS" => Some(Self::PlayingChallengeBoss), - "PLAYING_ROGUE_TOURN" => Some(Self::PlayingRogueTourn), + "LANGUAGE_NONE" => Some(Self::LanguageNone), + "LANGUAGE_SC" => Some(Self::LanguageSc), + "LANGUAGE_TC" => Some(Self::LanguageTc), + "LANGUAGE_EN" => Some(Self::LanguageEn), + "LANGUAGE_KR" => Some(Self::LanguageKr), + "LANGUAGE_JP" => Some(Self::LanguageJp), + "LANGUAGE_FR" => Some(Self::LanguageFr), + "LANGUAGE_DE" => Some(Self::LanguageDe), + "LANGUAGE_ES" => Some(Self::LanguageEs), + "LANGUAGE_PT" => Some(Self::LanguagePt), + "LANGUAGE_RU" => Some(Self::LanguageRu), + "LANGUAGE_TH" => Some(Self::LanguageTh), + "LANGUAGE_VI" => Some(Self::LanguageVi), + "LANGUAGE_ID" => Some(Self::LanguageId), _ => None, } } } +#[derive(proto_derive::CmdID)] #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] #[repr(i32)] pub enum PlatformType { @@ -12307,61 +30770,82 @@ impl PlatformType { } } } +#[derive(proto_derive::CmdID)] #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] #[repr(i32)] -pub enum FriendOnlineStatus { - Offline = 0, - Online = 1, +pub enum Offfhpgfmli { + NoKick = 0, + ForceKick = 1, + IdleKick = 2, + Silence = 3, } -impl FriendOnlineStatus { +impl Offfhpgfmli { /// String value of the enum field names used in the ProtoBuf definition. /// /// The values are not transformed in any way and thus are considered stable /// (if the ProtoBuf definition does not change) and safe for programmatic use. pub fn as_str_name(&self) -> &'static str { match self { - FriendOnlineStatus::Offline => "FRIEND_ONLINE_STATUS_OFFLINE", - FriendOnlineStatus::Online => "FRIEND_ONLINE_STATUS_ONLINE", + Offfhpgfmli::NoKick => "NO_KICK", + Offfhpgfmli::ForceKick => "FORCE_KICK", + Offfhpgfmli::IdleKick => "IDLE_KICK", + Offfhpgfmli::Silence => "SILENCE", } } /// Creates an enum from field names used in the ProtoBuf definition. pub fn from_str_name(value: &str) -> ::core::option::Option { match value { - "FRIEND_ONLINE_STATUS_OFFLINE" => Some(Self::Offline), - "FRIEND_ONLINE_STATUS_ONLINE" => Some(Self::Online), + "NO_KICK" => Some(Self::NoKick), + "FORCE_KICK" => Some(Self::ForceKick), + "IDLE_KICK" => Some(Self::IdleKick), + "SILENCE" => Some(Self::Silence), _ => None, } } } +#[derive(proto_derive::CmdID)] #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] #[repr(i32)] -pub enum TurnFoodSwitch { +pub enum AvatarType { None = 0, - Attack = 1, - Define = 2, + AvatarTrialType = 1, + AvatarLimitType = 2, + AvatarFormalType = 3, + AvatarAssistType = 4, + AvatarAetherDivideType = 5, + AvatarUpgradeAvailableType = 6, } -impl TurnFoodSwitch { +impl AvatarType { /// String value of the enum field names used in the ProtoBuf definition. /// /// The values are not transformed in any way and thus are considered stable /// (if the ProtoBuf definition does not change) and safe for programmatic use. pub fn as_str_name(&self) -> &'static str { match self { - TurnFoodSwitch::None => "TURN_FOOD_SWITCH_NONE", - TurnFoodSwitch::Attack => "TURN_FOOD_SWITCH_ATTACK", - TurnFoodSwitch::Define => "TURN_FOOD_SWITCH_DEFINE", + AvatarType::None => "AVATAR_TYPE_NONE", + AvatarType::AvatarTrialType => "AVATAR_TRIAL_TYPE", + AvatarType::AvatarLimitType => "AVATAR_LIMIT_TYPE", + AvatarType::AvatarFormalType => "AVATAR_FORMAL_TYPE", + AvatarType::AvatarAssistType => "AVATAR_ASSIST_TYPE", + AvatarType::AvatarAetherDivideType => "AVATAR_AETHER_DIVIDE_TYPE", + AvatarType::AvatarUpgradeAvailableType => "AVATAR_UPGRADE_AVAILABLE_TYPE", } } /// Creates an enum from field names used in the ProtoBuf definition. pub fn from_str_name(value: &str) -> ::core::option::Option { match value { - "TURN_FOOD_SWITCH_NONE" => Some(Self::None), - "TURN_FOOD_SWITCH_ATTACK" => Some(Self::Attack), - "TURN_FOOD_SWITCH_DEFINE" => Some(Self::Define), + "AVATAR_TYPE_NONE" => Some(Self::None), + "AVATAR_TRIAL_TYPE" => Some(Self::AvatarTrialType), + "AVATAR_LIMIT_TYPE" => Some(Self::AvatarLimitType), + "AVATAR_FORMAL_TYPE" => Some(Self::AvatarFormalType), + "AVATAR_ASSIST_TYPE" => Some(Self::AvatarAssistType), + "AVATAR_AETHER_DIVIDE_TYPE" => Some(Self::AvatarAetherDivideType), + "AVATAR_UPGRADE_AVAILABLE_TYPE" => Some(Self::AvatarUpgradeAvailableType), _ => None, } } } +#[derive(proto_derive::CmdID)] #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] #[repr(i32)] pub enum MultiPathAvatarType { @@ -12409,102 +30893,11042 @@ impl MultiPathAvatarType { } } } +#[derive(proto_derive::CmdID)] #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] #[repr(i32)] -pub enum MapInfoChestType { +pub enum Gender { None = 0, - Normal = 101, - Challenge = 102, - Puzzle = 104, + Man = 1, + Woman = 2, } -impl MapInfoChestType { +impl Gender { /// String value of the enum field names used in the ProtoBuf definition. /// /// The values are not transformed in any way and thus are considered stable /// (if the ProtoBuf definition does not change) and safe for programmatic use. pub fn as_str_name(&self) -> &'static str { match self { - MapInfoChestType::None => "MAP_INFO_CHEST_TYPE_NONE", - MapInfoChestType::Normal => "MAP_INFO_CHEST_TYPE_NORMAL", - MapInfoChestType::Challenge => "MAP_INFO_CHEST_TYPE_CHALLENGE", - MapInfoChestType::Puzzle => "MAP_INFO_CHEST_TYPE_PUZZLE", + Gender::None => "GenderNone", + Gender::Man => "GenderMan", + Gender::Woman => "GenderWoman", } } /// Creates an enum from field names used in the ProtoBuf definition. pub fn from_str_name(value: &str) -> ::core::option::Option { match value { - "MAP_INFO_CHEST_TYPE_NONE" => Some(Self::None), - "MAP_INFO_CHEST_TYPE_NORMAL" => Some(Self::Normal), - "MAP_INFO_CHEST_TYPE_CHALLENGE" => Some(Self::Challenge), - "MAP_INFO_CHEST_TYPE_PUZZLE" => Some(Self::Puzzle), + "GenderNone" => Some(Self::None), + "GenderMan" => Some(Self::Man), + "GenderWoman" => Some(Self::Woman), _ => None, } } } +#[derive(proto_derive::CmdID)] #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] #[repr(i32)] -pub enum QuestStatus { - QuestNone = 0, - QuestDoing = 1, - QuestFinish = 2, - QuestClose = 3, - QuestDelete = 4, +pub enum Kenbjodpggi { + ProductNone = 0, + ProductNormal = 1, + ProductLimit = 2, + ProductLimitNoPay = 3, + ProductNoProcessOrder = 4, } -impl QuestStatus { +impl Kenbjodpggi { /// String value of the enum field names used in the ProtoBuf definition. /// /// The values are not transformed in any way and thus are considered stable /// (if the ProtoBuf definition does not change) and safe for programmatic use. pub fn as_str_name(&self) -> &'static str { match self { - QuestStatus::QuestNone => "QUEST_NONE", - QuestStatus::QuestDoing => "QUEST_DOING", - QuestStatus::QuestFinish => "QUEST_FINISH", - QuestStatus::QuestClose => "QUEST_CLOSE", - QuestStatus::QuestDelete => "QUEST_DELETE", + Kenbjodpggi::ProductNone => "PRODUCT_NONE", + Kenbjodpggi::ProductNormal => "PRODUCT_NORMAL", + Kenbjodpggi::ProductLimit => "PRODUCT_LIMIT", + Kenbjodpggi::ProductLimitNoPay => "PRODUCT_LIMIT_NO_PAY", + Kenbjodpggi::ProductNoProcessOrder => "PRODUCT_NO_PROCESS_ORDER", } } /// Creates an enum from field names used in the ProtoBuf definition. pub fn from_str_name(value: &str) -> ::core::option::Option { match value { - "QUEST_NONE" => Some(Self::QuestNone), - "QUEST_DOING" => Some(Self::QuestDoing), - "QUEST_FINISH" => Some(Self::QuestFinish), - "QUEST_CLOSE" => Some(Self::QuestClose), - "QUEST_DELETE" => Some(Self::QuestDelete), + "PRODUCT_NONE" => Some(Self::ProductNone), + "PRODUCT_NORMAL" => Some(Self::ProductNormal), + "PRODUCT_LIMIT" => Some(Self::ProductLimit), + "PRODUCT_LIMIT_NO_PAY" => Some(Self::ProductLimitNoPay), + "PRODUCT_NO_PROCESS_ORDER" => Some(Self::ProductNoProcessOrder), _ => None, } } } +#[derive(proto_derive::CmdID)] #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] #[repr(i32)] -pub enum SceneGroupRefreshType { +pub enum Jcpehggllij { + ProductGiftNone = 0, + ProductGiftCoin = 1, + ProductGiftMonthCard = 2, + ProductGiftBp68 = 3, + ProductGiftBp128 = 4, + ProductGiftBp68Upgrade128 = 5, + ProductGiftPointCard = 6, + ProductGiftPsPreOrder1 = 7, + ProductGiftPsPreOrder2 = 8, + ProductGiftGooglePoints100 = 9, + ProductGiftGooglePoints150 = 10, + ProductGiftPsPointCard030 = 11, + ProductGiftPsPointCard050 = 12, + ProductGiftPsPointCard100 = 13, +} +impl Jcpehggllij { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Jcpehggllij::ProductGiftNone => "PRODUCT_GIFT_NONE", + Jcpehggllij::ProductGiftCoin => "PRODUCT_GIFT_COIN", + Jcpehggllij::ProductGiftMonthCard => "PRODUCT_GIFT_MONTH_CARD", + Jcpehggllij::ProductGiftBp68 => "PRODUCT_GIFT_BP_68", + Jcpehggllij::ProductGiftBp128 => "PRODUCT_GIFT_BP_128", + Jcpehggllij::ProductGiftBp68Upgrade128 => "PRODUCT_GIFT_BP68_UPGRADE_128", + Jcpehggllij::ProductGiftPointCard => "PRODUCT_GIFT_POINT_CARD", + Jcpehggllij::ProductGiftPsPreOrder1 => "PRODUCT_GIFT_PS_PRE_ORDER_1", + Jcpehggllij::ProductGiftPsPreOrder2 => "PRODUCT_GIFT_PS_PRE_ORDER_2", + Jcpehggllij::ProductGiftGooglePoints100 => "PRODUCT_GIFT_GOOGLE_POINTS_100", + Jcpehggllij::ProductGiftGooglePoints150 => "PRODUCT_GIFT_GOOGLE_POINTS_150", + Jcpehggllij::ProductGiftPsPointCard030 => "PRODUCT_GIFT_PS_POINT_CARD_030", + Jcpehggllij::ProductGiftPsPointCard050 => "PRODUCT_GIFT_PS_POINT_CARD_050", + Jcpehggllij::ProductGiftPsPointCard100 => "PRODUCT_GIFT_PS_POINT_CARD_100", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "PRODUCT_GIFT_NONE" => Some(Self::ProductGiftNone), + "PRODUCT_GIFT_COIN" => Some(Self::ProductGiftCoin), + "PRODUCT_GIFT_MONTH_CARD" => Some(Self::ProductGiftMonthCard), + "PRODUCT_GIFT_BP_68" => Some(Self::ProductGiftBp68), + "PRODUCT_GIFT_BP_128" => Some(Self::ProductGiftBp128), + "PRODUCT_GIFT_BP68_UPGRADE_128" => Some(Self::ProductGiftBp68Upgrade128), + "PRODUCT_GIFT_POINT_CARD" => Some(Self::ProductGiftPointCard), + "PRODUCT_GIFT_PS_PRE_ORDER_1" => Some(Self::ProductGiftPsPreOrder1), + "PRODUCT_GIFT_PS_PRE_ORDER_2" => Some(Self::ProductGiftPsPreOrder2), + "PRODUCT_GIFT_GOOGLE_POINTS_100" => Some(Self::ProductGiftGooglePoints100), + "PRODUCT_GIFT_GOOGLE_POINTS_150" => Some(Self::ProductGiftGooglePoints150), + "PRODUCT_GIFT_PS_POINT_CARD_030" => Some(Self::ProductGiftPsPointCard030), + "PRODUCT_GIFT_PS_POINT_CARD_050" => Some(Self::ProductGiftPsPointCard050), + "PRODUCT_GIFT_PS_POINT_CARD_100" => Some(Self::ProductGiftPsPointCard100), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Pimfigfbkap { + FeatureSwitchNone = 0, + FeatureSwitchShop = 1, + FeatureSwitchLineupName = 2, + FeatureSwitchRechargeShop = 3, + FeatureSwitchNickname = 4, + FeatureSwitchSignature = 5, + FeatureSwitchBattlepass = 6, + FeatureSwitchPunkLord = 7, + FeatureSwitchMonthcardDaily = 8, + FeatureSwitchPictureShare = 9, + FeatureSwitchRogue = 10, + FeatureSwitchChallenge = 11, + FeatureSwitchCocoon = 12, + FeatureSwitchRaid = 13, + FeatureSwitchMazePlaneEvent = 14, + FeatureSwitchActivityPanel = 15, + FeatureSwitchMailbox = 16, + FeatureSwitchQuest = 17, + FeatureSwitchGacha = 18, + FeatureSwitchChat = 19, + FeatureSwitchModifyFriendAlias = 20, + FeatureSwitchUseItem = 21, + FeatureSwitchActivitySchedule = 22, + FeatureSwitchFarmElement = 23, + FeatureSwitchAchievementLevel = 24, + FeatureSwitchDailyActiveLevel = 25, + FeatureSwitchPlayerReturn = 26, + FeatureSwitchFirstSetNickname = 27, + FeatureSwitchMainMissionReward = 28, + FeatureSwitchSubMissionReward = 29, + FeatureSwitchPamMission = 30, + FeatureSwitchDailyMission = 31, + FeatureSwitchDestroyItem = 32, + FeatureSwitchConsumeItemTurn = 33, + FeatureSwitchRogueModifier = 34, + FeatureSwitchChessRogue = 35, + FeatureSwitchChessRogueBoard = 36, + FeatureSwitchRollShop = 37, + FeatureSwitchH5Return = 38, + FeatureSwitchOffering = 39, + FeatureSwitchServerRedPoint = 40, + FeatureSwitchMonopolyOptionRatio = 41, + FeatureSwitchMonopolyGetRaffleTicket = 42, + FeatureSwitchMonopolyTakeRaffleReward = 43, + FeatureSwitchChallengeRecommendLineup = 44, + FeatureSwitchPsnMemberShipCheck = 45, + FeatureSwitchPlayerBoardDevelopment = 46, + FeatureSwitchPvp = 47, + FeatureSwitchRogueMode = 48, + FeatureSwitchRogueTournUgc = 49, + FeatureSwitchRelicFilterPlanName = 50, + FeatureSwitchMazeItemUseBuffDrop = 51, + FeatureSwitchRedDot = 52, + FeatureSwitchGameStateService = 53, +} +impl Pimfigfbkap { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Pimfigfbkap::FeatureSwitchNone => "FEATURE_SWITCH_NONE", + Pimfigfbkap::FeatureSwitchShop => "FEATURE_SWITCH_SHOP", + Pimfigfbkap::FeatureSwitchLineupName => "FEATURE_SWITCH_LINEUP_NAME", + Pimfigfbkap::FeatureSwitchRechargeShop => "FEATURE_SWITCH_RECHARGE_SHOP", + Pimfigfbkap::FeatureSwitchNickname => "FEATURE_SWITCH_NICKNAME", + Pimfigfbkap::FeatureSwitchSignature => "FEATURE_SWITCH_SIGNATURE", + Pimfigfbkap::FeatureSwitchBattlepass => "FEATURE_SWITCH_BATTLEPASS", + Pimfigfbkap::FeatureSwitchPunkLord => "FEATURE_SWITCH_PUNK_LORD", + Pimfigfbkap::FeatureSwitchMonthcardDaily => "FEATURE_SWITCH_MONTHCARD_DAILY", + Pimfigfbkap::FeatureSwitchPictureShare => "FEATURE_SWITCH_PICTURE_SHARE", + Pimfigfbkap::FeatureSwitchRogue => "FEATURE_SWITCH_ROGUE", + Pimfigfbkap::FeatureSwitchChallenge => "FEATURE_SWITCH_CHALLENGE", + Pimfigfbkap::FeatureSwitchCocoon => "FEATURE_SWITCH_COCOON", + Pimfigfbkap::FeatureSwitchRaid => "FEATURE_SWITCH_RAID", + Pimfigfbkap::FeatureSwitchMazePlaneEvent => "FEATURE_SWITCH_MAZE_PLANE_EVENT", + Pimfigfbkap::FeatureSwitchActivityPanel => "FEATURE_SWITCH_ACTIVITY_PANEL", + Pimfigfbkap::FeatureSwitchMailbox => "FEATURE_SWITCH_MAILBOX", + Pimfigfbkap::FeatureSwitchQuest => "FEATURE_SWITCH_QUEST", + Pimfigfbkap::FeatureSwitchGacha => "FEATURE_SWITCH_GACHA", + Pimfigfbkap::FeatureSwitchChat => "FEATURE_SWITCH_CHAT", + Pimfigfbkap::FeatureSwitchModifyFriendAlias => { + "FEATURE_SWITCH_MODIFY_FRIEND_ALIAS" + } + Pimfigfbkap::FeatureSwitchUseItem => "FEATURE_SWITCH_USE_ITEM", + Pimfigfbkap::FeatureSwitchActivitySchedule => { + "FEATURE_SWITCH_ACTIVITY_SCHEDULE" + } + Pimfigfbkap::FeatureSwitchFarmElement => "FEATURE_SWITCH_FARM_ELEMENT", + Pimfigfbkap::FeatureSwitchAchievementLevel => { + "FEATURE_SWITCH_ACHIEVEMENT_LEVEL" + } + Pimfigfbkap::FeatureSwitchDailyActiveLevel => { + "FEATURE_SWITCH_DAILY_ACTIVE_LEVEL" + } + Pimfigfbkap::FeatureSwitchPlayerReturn => "FEATURE_SWITCH_PLAYER_RETURN", + Pimfigfbkap::FeatureSwitchFirstSetNickname => { + "FEATURE_SWITCH_FIRST_SET_NICKNAME" + } + Pimfigfbkap::FeatureSwitchMainMissionReward => { + "FEATURE_SWITCH_MAIN_MISSION_REWARD" + } + Pimfigfbkap::FeatureSwitchSubMissionReward => { + "FEATURE_SWITCH_SUB_MISSION_REWARD" + } + Pimfigfbkap::FeatureSwitchPamMission => "FEATURE_SWITCH_PAM_MISSION", + Pimfigfbkap::FeatureSwitchDailyMission => "FEATURE_SWITCH_DAILY_MISSION", + Pimfigfbkap::FeatureSwitchDestroyItem => "FEATURE_SWITCH_DESTROY_ITEM", + Pimfigfbkap::FeatureSwitchConsumeItemTurn => { + "FEATURE_SWITCH_CONSUME_ITEM_TURN" + } + Pimfigfbkap::FeatureSwitchRogueModifier => "FEATURE_SWITCH_ROGUE_MODIFIER", + Pimfigfbkap::FeatureSwitchChessRogue => "FEATURE_SWITCH_CHESS_ROGUE", + Pimfigfbkap::FeatureSwitchChessRogueBoard => { + "FEATURE_SWITCH_CHESS_ROGUE_BOARD" + } + Pimfigfbkap::FeatureSwitchRollShop => "FEATURE_SWITCH_ROLL_SHOP", + Pimfigfbkap::FeatureSwitchH5Return => "FEATURE_SWITCH_H5_RETURN", + Pimfigfbkap::FeatureSwitchOffering => "FEATURE_SWITCH_OFFERING", + Pimfigfbkap::FeatureSwitchServerRedPoint => "FEATURE_SWITCH_SERVER_RED_POINT", + Pimfigfbkap::FeatureSwitchMonopolyOptionRatio => { + "FEATURE_SWITCH_MONOPOLY_OPTION_RATIO" + } + Pimfigfbkap::FeatureSwitchMonopolyGetRaffleTicket => { + "FEATURE_SWITCH_MONOPOLY_GET_RAFFLE_TICKET" + } + Pimfigfbkap::FeatureSwitchMonopolyTakeRaffleReward => { + "FEATURE_SWITCH_MONOPOLY_TAKE_RAFFLE_REWARD" + } + Pimfigfbkap::FeatureSwitchChallengeRecommendLineup => { + "FEATURE_SWITCH_CHALLENGE_RECOMMEND_LINEUP" + } + Pimfigfbkap::FeatureSwitchPsnMemberShipCheck => { + "FEATURE_SWITCH_PSN_MEMBER_SHIP_CHECK" + } + Pimfigfbkap::FeatureSwitchPlayerBoardDevelopment => { + "FEATURE_SWITCH_PLAYER_BOARD_DEVELOPMENT" + } + Pimfigfbkap::FeatureSwitchPvp => "FEATURE_SWITCH_PVP", + Pimfigfbkap::FeatureSwitchRogueMode => "FEATURE_SWITCH_ROGUE_MODE", + Pimfigfbkap::FeatureSwitchRogueTournUgc => "FEATURE_SWITCH_ROGUE_TOURN_UGC", + Pimfigfbkap::FeatureSwitchRelicFilterPlanName => { + "FEATURE_SWITCH_RELIC_FILTER_PLAN_NAME" + } + Pimfigfbkap::FeatureSwitchMazeItemUseBuffDrop => { + "FEATURE_SWITCH_MAZE_ITEM_USE_BUFF_DROP" + } + Pimfigfbkap::FeatureSwitchRedDot => "FEATURE_SWITCH_RED_DOT", + Pimfigfbkap::FeatureSwitchGameStateService => { + "FEATURE_SWITCH_GAME_STATE_SERVICE" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "FEATURE_SWITCH_NONE" => Some(Self::FeatureSwitchNone), + "FEATURE_SWITCH_SHOP" => Some(Self::FeatureSwitchShop), + "FEATURE_SWITCH_LINEUP_NAME" => Some(Self::FeatureSwitchLineupName), + "FEATURE_SWITCH_RECHARGE_SHOP" => Some(Self::FeatureSwitchRechargeShop), + "FEATURE_SWITCH_NICKNAME" => Some(Self::FeatureSwitchNickname), + "FEATURE_SWITCH_SIGNATURE" => Some(Self::FeatureSwitchSignature), + "FEATURE_SWITCH_BATTLEPASS" => Some(Self::FeatureSwitchBattlepass), + "FEATURE_SWITCH_PUNK_LORD" => Some(Self::FeatureSwitchPunkLord), + "FEATURE_SWITCH_MONTHCARD_DAILY" => Some(Self::FeatureSwitchMonthcardDaily), + "FEATURE_SWITCH_PICTURE_SHARE" => Some(Self::FeatureSwitchPictureShare), + "FEATURE_SWITCH_ROGUE" => Some(Self::FeatureSwitchRogue), + "FEATURE_SWITCH_CHALLENGE" => Some(Self::FeatureSwitchChallenge), + "FEATURE_SWITCH_COCOON" => Some(Self::FeatureSwitchCocoon), + "FEATURE_SWITCH_RAID" => Some(Self::FeatureSwitchRaid), + "FEATURE_SWITCH_MAZE_PLANE_EVENT" => Some(Self::FeatureSwitchMazePlaneEvent), + "FEATURE_SWITCH_ACTIVITY_PANEL" => Some(Self::FeatureSwitchActivityPanel), + "FEATURE_SWITCH_MAILBOX" => Some(Self::FeatureSwitchMailbox), + "FEATURE_SWITCH_QUEST" => Some(Self::FeatureSwitchQuest), + "FEATURE_SWITCH_GACHA" => Some(Self::FeatureSwitchGacha), + "FEATURE_SWITCH_CHAT" => Some(Self::FeatureSwitchChat), + "FEATURE_SWITCH_MODIFY_FRIEND_ALIAS" => { + Some(Self::FeatureSwitchModifyFriendAlias) + } + "FEATURE_SWITCH_USE_ITEM" => Some(Self::FeatureSwitchUseItem), + "FEATURE_SWITCH_ACTIVITY_SCHEDULE" => { + Some(Self::FeatureSwitchActivitySchedule) + } + "FEATURE_SWITCH_FARM_ELEMENT" => Some(Self::FeatureSwitchFarmElement), + "FEATURE_SWITCH_ACHIEVEMENT_LEVEL" => { + Some(Self::FeatureSwitchAchievementLevel) + } + "FEATURE_SWITCH_DAILY_ACTIVE_LEVEL" => { + Some(Self::FeatureSwitchDailyActiveLevel) + } + "FEATURE_SWITCH_PLAYER_RETURN" => Some(Self::FeatureSwitchPlayerReturn), + "FEATURE_SWITCH_FIRST_SET_NICKNAME" => { + Some(Self::FeatureSwitchFirstSetNickname) + } + "FEATURE_SWITCH_MAIN_MISSION_REWARD" => { + Some(Self::FeatureSwitchMainMissionReward) + } + "FEATURE_SWITCH_SUB_MISSION_REWARD" => { + Some(Self::FeatureSwitchSubMissionReward) + } + "FEATURE_SWITCH_PAM_MISSION" => Some(Self::FeatureSwitchPamMission), + "FEATURE_SWITCH_DAILY_MISSION" => Some(Self::FeatureSwitchDailyMission), + "FEATURE_SWITCH_DESTROY_ITEM" => Some(Self::FeatureSwitchDestroyItem), + "FEATURE_SWITCH_CONSUME_ITEM_TURN" => { + Some(Self::FeatureSwitchConsumeItemTurn) + } + "FEATURE_SWITCH_ROGUE_MODIFIER" => Some(Self::FeatureSwitchRogueModifier), + "FEATURE_SWITCH_CHESS_ROGUE" => Some(Self::FeatureSwitchChessRogue), + "FEATURE_SWITCH_CHESS_ROGUE_BOARD" => { + Some(Self::FeatureSwitchChessRogueBoard) + } + "FEATURE_SWITCH_ROLL_SHOP" => Some(Self::FeatureSwitchRollShop), + "FEATURE_SWITCH_H5_RETURN" => Some(Self::FeatureSwitchH5Return), + "FEATURE_SWITCH_OFFERING" => Some(Self::FeatureSwitchOffering), + "FEATURE_SWITCH_SERVER_RED_POINT" => Some(Self::FeatureSwitchServerRedPoint), + "FEATURE_SWITCH_MONOPOLY_OPTION_RATIO" => { + Some(Self::FeatureSwitchMonopolyOptionRatio) + } + "FEATURE_SWITCH_MONOPOLY_GET_RAFFLE_TICKET" => { + Some(Self::FeatureSwitchMonopolyGetRaffleTicket) + } + "FEATURE_SWITCH_MONOPOLY_TAKE_RAFFLE_REWARD" => { + Some(Self::FeatureSwitchMonopolyTakeRaffleReward) + } + "FEATURE_SWITCH_CHALLENGE_RECOMMEND_LINEUP" => { + Some(Self::FeatureSwitchChallengeRecommendLineup) + } + "FEATURE_SWITCH_PSN_MEMBER_SHIP_CHECK" => { + Some(Self::FeatureSwitchPsnMemberShipCheck) + } + "FEATURE_SWITCH_PLAYER_BOARD_DEVELOPMENT" => { + Some(Self::FeatureSwitchPlayerBoardDevelopment) + } + "FEATURE_SWITCH_PVP" => Some(Self::FeatureSwitchPvp), + "FEATURE_SWITCH_ROGUE_MODE" => Some(Self::FeatureSwitchRogueMode), + "FEATURE_SWITCH_ROGUE_TOURN_UGC" => Some(Self::FeatureSwitchRogueTournUgc), + "FEATURE_SWITCH_RELIC_FILTER_PLAN_NAME" => { + Some(Self::FeatureSwitchRelicFilterPlanName) + } + "FEATURE_SWITCH_MAZE_ITEM_USE_BUFF_DROP" => { + Some(Self::FeatureSwitchMazeItemUseBuffDrop) + } + "FEATURE_SWITCH_RED_DOT" => Some(Self::FeatureSwitchRedDot), + "FEATURE_SWITCH_GAME_STATE_SERVICE" => { + Some(Self::FeatureSwitchGameStateService) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum SecretKeyType { + SecretKeyNone = 0, + SecretKeyServerCheck = 1, + SecretKeyVideo = 2, + SecretKeyBattleTime = 3, +} +impl SecretKeyType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + SecretKeyType::SecretKeyNone => "SECRET_KEY_NONE", + SecretKeyType::SecretKeyServerCheck => "SECRET_KEY_SERVER_CHECK", + SecretKeyType::SecretKeyVideo => "SECRET_KEY_VIDEO", + SecretKeyType::SecretKeyBattleTime => "SECRET_KEY_BATTLE_TIME", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "SECRET_KEY_NONE" => Some(Self::SecretKeyNone), + "SECRET_KEY_SERVER_CHECK" => Some(Self::SecretKeyServerCheck), + "SECRET_KEY_VIDEO" => Some(Self::SecretKeyVideo), + "SECRET_KEY_BATTLE_TIME" => Some(Self::SecretKeyBattleTime), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Gplhkpmpaoh { + ReplayTypeNone = 0, + ReplayTypePunkLord = 1, +} +impl Gplhkpmpaoh { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Gplhkpmpaoh::ReplayTypeNone => "REPLAY_TYPE_NONE", + Gplhkpmpaoh::ReplayTypePunkLord => "REPLAY_TYPE_PUNK_LORD", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "REPLAY_TYPE_NONE" => Some(Self::ReplayTypeNone), + "REPLAY_TYPE_PUNK_LORD" => Some(Self::ReplayTypePunkLord), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Abamnngjmld { + PunkLordShareTypeNone = 0, + PunkLordShareTypeFriend = 1, + PunkLordShareTypeAll = 2, +} +impl Abamnngjmld { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Abamnngjmld::PunkLordShareTypeNone => "PUNK_LORD_SHARE_TYPE_NONE", + Abamnngjmld::PunkLordShareTypeFriend => "PUNK_LORD_SHARE_TYPE_FRIEND", + Abamnngjmld::PunkLordShareTypeAll => "PUNK_LORD_SHARE_TYPE_ALL", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "PUNK_LORD_SHARE_TYPE_NONE" => Some(Self::PunkLordShareTypeNone), + "PUNK_LORD_SHARE_TYPE_FRIEND" => Some(Self::PunkLordShareTypeFriend), + "PUNK_LORD_SHARE_TYPE_ALL" => Some(Self::PunkLordShareTypeAll), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Aafpplmmkne { + PunkLordAttackerStatusNone = 0, + PunkLordAttackerStatusAttacked = 1, + PunkLordAttackerStatusAttacking = 2, + PunkLordAttackerStatusAttackedAndAttacking = 3, +} +impl Aafpplmmkne { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Aafpplmmkne::PunkLordAttackerStatusNone => "PUNK_LORD_ATTACKER_STATUS_NONE", + Aafpplmmkne::PunkLordAttackerStatusAttacked => { + "PUNK_LORD_ATTACKER_STATUS_ATTACKED" + } + Aafpplmmkne::PunkLordAttackerStatusAttacking => { + "PUNK_LORD_ATTACKER_STATUS_ATTACKING" + } + Aafpplmmkne::PunkLordAttackerStatusAttackedAndAttacking => { + "PUNK_LORD_ATTACKER_STATUS_ATTACKED_AND_ATTACKING" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "PUNK_LORD_ATTACKER_STATUS_NONE" => Some(Self::PunkLordAttackerStatusNone), + "PUNK_LORD_ATTACKER_STATUS_ATTACKED" => { + Some(Self::PunkLordAttackerStatusAttacked) + } + "PUNK_LORD_ATTACKER_STATUS_ATTACKING" => { + Some(Self::PunkLordAttackerStatusAttacking) + } + "PUNK_LORD_ATTACKER_STATUS_ATTACKED_AND_ATTACKING" => { + Some(Self::PunkLordAttackerStatusAttackedAndAttacking) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Deknolkehjd { + PunkLordMonsterInfoNotifyReasonNone = 0, + PunkLordMonsterInfoNotifyReasonEnterRaid = 1, + PunkLordMonsterInfoNotifyReasonBattleEnd = 2, + PunkLordMonsterInfoNotifyReasonLeaveRaid = 3, +} +impl Deknolkehjd { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Deknolkehjd::PunkLordMonsterInfoNotifyReasonNone => { + "PUNK_LORD_MONSTER_INFO_NOTIFY_REASON_NONE" + } + Deknolkehjd::PunkLordMonsterInfoNotifyReasonEnterRaid => { + "PUNK_LORD_MONSTER_INFO_NOTIFY_REASON_ENTER_RAID" + } + Deknolkehjd::PunkLordMonsterInfoNotifyReasonBattleEnd => { + "PUNK_LORD_MONSTER_INFO_NOTIFY_REASON_BATTLE_END" + } + Deknolkehjd::PunkLordMonsterInfoNotifyReasonLeaveRaid => { + "PUNK_LORD_MONSTER_INFO_NOTIFY_REASON_LEAVE_RAID" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "PUNK_LORD_MONSTER_INFO_NOTIFY_REASON_NONE" => { + Some(Self::PunkLordMonsterInfoNotifyReasonNone) + } + "PUNK_LORD_MONSTER_INFO_NOTIFY_REASON_ENTER_RAID" => { + Some(Self::PunkLordMonsterInfoNotifyReasonEnterRaid) + } + "PUNK_LORD_MONSTER_INFO_NOTIFY_REASON_BATTLE_END" => { + Some(Self::PunkLordMonsterInfoNotifyReasonBattleEnd) + } + "PUNK_LORD_MONSTER_INFO_NOTIFY_REASON_LEAVE_RAID" => { + Some(Self::PunkLordMonsterInfoNotifyReasonLeaveRaid) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum ChatType { None = 0, - Loaded = 1, - Unload = 2, + Private = 1, + Group = 2, } -impl SceneGroupRefreshType { +impl ChatType { /// String value of the enum field names used in the ProtoBuf definition. /// /// The values are not transformed in any way and thus are considered stable /// (if the ProtoBuf definition does not change) and safe for programmatic use. pub fn as_str_name(&self) -> &'static str { match self { - SceneGroupRefreshType::None => "SCENE_GROUP_REFRESH_TYPE_NONE", - SceneGroupRefreshType::Loaded => "SCENE_GROUP_REFRESH_TYPE_LOADED", - SceneGroupRefreshType::Unload => "SCENE_GROUP_REFRESH_TYPE_UNLOAD", + ChatType::None => "CHAT_TYPE_NONE", + ChatType::Private => "CHAT_TYPE_PRIVATE", + ChatType::Group => "CHAT_TYPE_GROUP", } } /// Creates an enum from field names used in the ProtoBuf definition. pub fn from_str_name(value: &str) -> ::core::option::Option { match value { - "SCENE_GROUP_REFRESH_TYPE_NONE" => Some(Self::None), - "SCENE_GROUP_REFRESH_TYPE_LOADED" => Some(Self::Loaded), - "SCENE_GROUP_REFRESH_TYPE_UNLOAD" => Some(Self::Unload), + "CHAT_TYPE_NONE" => Some(Self::None), + "CHAT_TYPE_PRIVATE" => Some(Self::Private), + "CHAT_TYPE_GROUP" => Some(Self::Group), _ => None, } } } +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum MsgType { + None = 0, + CustomText = 1, + Emoji = 2, + Invite = 3, +} +impl MsgType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + MsgType::None => "MSG_TYPE_NONE", + MsgType::CustomText => "MSG_TYPE_CUSTOM_TEXT", + MsgType::Emoji => "MSG_TYPE_EMOJI", + MsgType::Invite => "MSG_TYPE_INVITE", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "MSG_TYPE_NONE" => Some(Self::None), + "MSG_TYPE_CUSTOM_TEXT" => Some(Self::CustomText), + "MSG_TYPE_EMOJI" => Some(Self::Emoji), + "MSG_TYPE_INVITE" => Some(Self::Invite), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Mflikiolcem { + ShieldTypeNone = 0, + ShieldTypeReplace = 1, + ShieldTypeShied = 2, +} +impl Mflikiolcem { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Mflikiolcem::ShieldTypeNone => "SHIELD_TYPE_NONE", + Mflikiolcem::ShieldTypeReplace => "SHIELD_TYPE_REPLACE", + Mflikiolcem::ShieldTypeShied => "SHIELD_TYPE_SHIED", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "SHIELD_TYPE_NONE" => Some(Self::ShieldTypeNone), + "SHIELD_TYPE_REPLACE" => Some(Self::ShieldTypeReplace), + "SHIELD_TYPE_SHIED" => Some(Self::ShieldTypeShied), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Gdhmigiakbl { + FuncUnlockIdNone = 0, + FuncUnlockIdRelic = 403, + FuncUnlockIdRelicNum = 404, + FuncUnlockIdEquipment = 401, + FuncUnlockIdSkilltree = 402, + FuncUnlockIdGacha = 2300, + FuncUnlockIdExpedition = 3100, + FuncUnlockIdCompose = 4100, + FuncUnlockIdFightactivity = 3700, +} +impl Gdhmigiakbl { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Gdhmigiakbl::FuncUnlockIdNone => "FUNC_UNLOCK_ID_NONE", + Gdhmigiakbl::FuncUnlockIdRelic => "FUNC_UNLOCK_ID_RELIC", + Gdhmigiakbl::FuncUnlockIdRelicNum => "FUNC_UNLOCK_ID_RELIC_NUM", + Gdhmigiakbl::FuncUnlockIdEquipment => "FUNC_UNLOCK_ID_EQUIPMENT", + Gdhmigiakbl::FuncUnlockIdSkilltree => "FUNC_UNLOCK_ID_SKILLTREE", + Gdhmigiakbl::FuncUnlockIdGacha => "FUNC_UNLOCK_ID_GACHA", + Gdhmigiakbl::FuncUnlockIdExpedition => "FUNC_UNLOCK_ID_EXPEDITION", + Gdhmigiakbl::FuncUnlockIdCompose => "FUNC_UNLOCK_ID_COMPOSE", + Gdhmigiakbl::FuncUnlockIdFightactivity => "FUNC_UNLOCK_ID_FIGHTACTIVITY", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "FUNC_UNLOCK_ID_NONE" => Some(Self::FuncUnlockIdNone), + "FUNC_UNLOCK_ID_RELIC" => Some(Self::FuncUnlockIdRelic), + "FUNC_UNLOCK_ID_RELIC_NUM" => Some(Self::FuncUnlockIdRelicNum), + "FUNC_UNLOCK_ID_EQUIPMENT" => Some(Self::FuncUnlockIdEquipment), + "FUNC_UNLOCK_ID_SKILLTREE" => Some(Self::FuncUnlockIdSkilltree), + "FUNC_UNLOCK_ID_GACHA" => Some(Self::FuncUnlockIdGacha), + "FUNC_UNLOCK_ID_EXPEDITION" => Some(Self::FuncUnlockIdExpedition), + "FUNC_UNLOCK_ID_COMPOSE" => Some(Self::FuncUnlockIdCompose), + "FUNC_UNLOCK_ID_FIGHTACTIVITY" => Some(Self::FuncUnlockIdFightactivity), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Cecnkoohadb { + AssistAvatarUnknow = 0, + AssistAvatarLevel = 1, + AssistAvatarRank = 2, +} +impl Cecnkoohadb { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Cecnkoohadb::AssistAvatarUnknow => "ASSIST_AVATAR_UNKNOW", + Cecnkoohadb::AssistAvatarLevel => "ASSIST_AVATAR_LEVEL", + Cecnkoohadb::AssistAvatarRank => "ASSIST_AVATAR_RANK", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ASSIST_AVATAR_UNKNOW" => Some(Self::AssistAvatarUnknow), + "ASSIST_AVATAR_LEVEL" => Some(Self::AssistAvatarLevel), + "ASSIST_AVATAR_RANK" => Some(Self::AssistAvatarRank), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Limicijpmjm { + DevelopmentNone = 0, + DevelopmentRogueCosmos = 1, + DevelopmentRogueChess = 2, + DevelopmentRogueChessNous = 3, + DevelopmentMemoryChallenge = 4, + DevelopmentStoryChallenge = 5, + DevelopmentUnlockAvatar = 6, + DevelopmentUnlockEquipment = 7, + DevelopmentActivityStart = 8, + DevelopmentActivityEnd = 9, + DevelopmentBossChallenge = 10, + DevelopmentRogueTourn = 11, + DevelopmentRogueTournWeek = 12, + DevelopmentRogueMagic = 13, +} +impl Limicijpmjm { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Limicijpmjm::DevelopmentNone => "DEVELOPMENT_NONE", + Limicijpmjm::DevelopmentRogueCosmos => "DEVELOPMENT_ROGUE_COSMOS", + Limicijpmjm::DevelopmentRogueChess => "DEVELOPMENT_ROGUE_CHESS", + Limicijpmjm::DevelopmentRogueChessNous => "DEVELOPMENT_ROGUE_CHESS_NOUS", + Limicijpmjm::DevelopmentMemoryChallenge => "DEVELOPMENT_MEMORY_CHALLENGE", + Limicijpmjm::DevelopmentStoryChallenge => "DEVELOPMENT_STORY_CHALLENGE", + Limicijpmjm::DevelopmentUnlockAvatar => "DEVELOPMENT_UNLOCK_AVATAR", + Limicijpmjm::DevelopmentUnlockEquipment => "DEVELOPMENT_UNLOCK_EQUIPMENT", + Limicijpmjm::DevelopmentActivityStart => "DEVELOPMENT_ACTIVITY_START", + Limicijpmjm::DevelopmentActivityEnd => "DEVELOPMENT_ACTIVITY_END", + Limicijpmjm::DevelopmentBossChallenge => "DEVELOPMENT_BOSS_CHALLENGE", + Limicijpmjm::DevelopmentRogueTourn => "DEVELOPMENT_ROGUE_TOURN", + Limicijpmjm::DevelopmentRogueTournWeek => "DEVELOPMENT_ROGUE_TOURN_WEEK", + Limicijpmjm::DevelopmentRogueMagic => "DEVELOPMENT_ROGUE_MAGIC", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "DEVELOPMENT_NONE" => Some(Self::DevelopmentNone), + "DEVELOPMENT_ROGUE_COSMOS" => Some(Self::DevelopmentRogueCosmos), + "DEVELOPMENT_ROGUE_CHESS" => Some(Self::DevelopmentRogueChess), + "DEVELOPMENT_ROGUE_CHESS_NOUS" => Some(Self::DevelopmentRogueChessNous), + "DEVELOPMENT_MEMORY_CHALLENGE" => Some(Self::DevelopmentMemoryChallenge), + "DEVELOPMENT_STORY_CHALLENGE" => Some(Self::DevelopmentStoryChallenge), + "DEVELOPMENT_UNLOCK_AVATAR" => Some(Self::DevelopmentUnlockAvatar), + "DEVELOPMENT_UNLOCK_EQUIPMENT" => Some(Self::DevelopmentUnlockEquipment), + "DEVELOPMENT_ACTIVITY_START" => Some(Self::DevelopmentActivityStart), + "DEVELOPMENT_ACTIVITY_END" => Some(Self::DevelopmentActivityEnd), + "DEVELOPMENT_BOSS_CHALLENGE" => Some(Self::DevelopmentBossChallenge), + "DEVELOPMENT_ROGUE_TOURN" => Some(Self::DevelopmentRogueTourn), + "DEVELOPMENT_ROGUE_TOURN_WEEK" => Some(Self::DevelopmentRogueTournWeek), + "DEVELOPMENT_ROGUE_MAGIC" => Some(Self::DevelopmentRogueMagic), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum PlayingState { + None = 0, + PlayingRogueCosmos = 1, + PlayingRogueChess = 2, + PlayingRogueChessNous = 3, + PlayingChallengeMemory = 4, + PlayingChallengeStory = 5, + PlayingChallengeBoss = 6, + PlayingRogueTourn = 7, + PlayingRogueMagic = 8, +} +impl PlayingState { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + PlayingState::None => "PLAYING_STATE_NONE", + PlayingState::PlayingRogueCosmos => "PLAYING_ROGUE_COSMOS", + PlayingState::PlayingRogueChess => "PLAYING_ROGUE_CHESS", + PlayingState::PlayingRogueChessNous => "PLAYING_ROGUE_CHESS_NOUS", + PlayingState::PlayingChallengeMemory => "PLAYING_CHALLENGE_MEMORY", + PlayingState::PlayingChallengeStory => "PLAYING_CHALLENGE_STORY", + PlayingState::PlayingChallengeBoss => "PLAYING_CHALLENGE_BOSS", + PlayingState::PlayingRogueTourn => "PLAYING_ROGUE_TOURN", + PlayingState::PlayingRogueMagic => "PLAYING_ROGUE_MAGIC", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "PLAYING_STATE_NONE" => Some(Self::None), + "PLAYING_ROGUE_COSMOS" => Some(Self::PlayingRogueCosmos), + "PLAYING_ROGUE_CHESS" => Some(Self::PlayingRogueChess), + "PLAYING_ROGUE_CHESS_NOUS" => Some(Self::PlayingRogueChessNous), + "PLAYING_CHALLENGE_MEMORY" => Some(Self::PlayingChallengeMemory), + "PLAYING_CHALLENGE_STORY" => Some(Self::PlayingChallengeStory), + "PLAYING_CHALLENGE_BOSS" => Some(Self::PlayingChallengeBoss), + "PLAYING_ROGUE_TOURN" => Some(Self::PlayingRogueTourn), + "PLAYING_ROGUE_MAGIC" => Some(Self::PlayingRogueMagic), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Mkaiodppcmk { + MatchRoomCharacterNone = 0, + MatchRoomCharacterLeader = 1, + MatchRoomCharacterMember = 2, + MatchRoomCharacterWatcher = 3, +} +impl Mkaiodppcmk { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Mkaiodppcmk::MatchRoomCharacterNone => "MatchRoomCharacter_None", + Mkaiodppcmk::MatchRoomCharacterLeader => "MatchRoomCharacter_Leader", + Mkaiodppcmk::MatchRoomCharacterMember => "MatchRoomCharacter_Member", + Mkaiodppcmk::MatchRoomCharacterWatcher => "MatchRoomCharacter_Watcher", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "MatchRoomCharacter_None" => Some(Self::MatchRoomCharacterNone), + "MatchRoomCharacter_Leader" => Some(Self::MatchRoomCharacterLeader), + "MatchRoomCharacter_Member" => Some(Self::MatchRoomCharacterMember), + "MatchRoomCharacter_Watcher" => Some(Self::MatchRoomCharacterWatcher), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Gomefalcinb { + MatchRoomCharacterStatusNone = 0, + MatchRoomCharacterStatusIdle = 1, + MatchRoomCharacterStatusOperating = 2, + MatchRoomCharacterStatusReady = 3, + MatchRoomCharacterStatusFighting = 4, + MatchRoomCharacterStatusWatching = 5, +} +impl Gomefalcinb { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Gomefalcinb::MatchRoomCharacterStatusNone => "MatchRoomCharacterStatus_None", + Gomefalcinb::MatchRoomCharacterStatusIdle => "MatchRoomCharacterStatus_Idle", + Gomefalcinb::MatchRoomCharacterStatusOperating => { + "MatchRoomCharacterStatus_Operating" + } + Gomefalcinb::MatchRoomCharacterStatusReady => { + "MatchRoomCharacterStatus_Ready" + } + Gomefalcinb::MatchRoomCharacterStatusFighting => { + "MatchRoomCharacterStatus_Fighting" + } + Gomefalcinb::MatchRoomCharacterStatusWatching => { + "MatchRoomCharacterStatus_Watching" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "MatchRoomCharacterStatus_None" => Some(Self::MatchRoomCharacterStatusNone), + "MatchRoomCharacterStatus_Idle" => Some(Self::MatchRoomCharacterStatusIdle), + "MatchRoomCharacterStatus_Operating" => { + Some(Self::MatchRoomCharacterStatusOperating) + } + "MatchRoomCharacterStatus_Ready" => Some(Self::MatchRoomCharacterStatusReady), + "MatchRoomCharacterStatus_Fighting" => { + Some(Self::MatchRoomCharacterStatusFighting) + } + "MatchRoomCharacterStatus_Watching" => { + Some(Self::MatchRoomCharacterStatusWatching) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Ielpchngnof { + BattleCheckStrategyIdentical = 0, + BattleCheckStrategyServer = 1, + BattleCheckStrategyClient = 2, +} +impl Ielpchngnof { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Ielpchngnof::BattleCheckStrategyIdentical => { + "BATTLE_CHECK_STRATEGY_IDENTICAL" + } + Ielpchngnof::BattleCheckStrategyServer => "BATTLE_CHECK_STRATEGY_SERVER", + Ielpchngnof::BattleCheckStrategyClient => "BATTLE_CHECK_STRATEGY_CLIENT", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "BATTLE_CHECK_STRATEGY_IDENTICAL" => Some(Self::BattleCheckStrategyIdentical), + "BATTLE_CHECK_STRATEGY_SERVER" => Some(Self::BattleCheckStrategyServer), + "BATTLE_CHECK_STRATEGY_CLIENT" => Some(Self::BattleCheckStrategyClient), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Hmjkobanobk { + BattleCheckResultSucc = 0, + BattleCheckResultFail = 1, + BattleCheckResultPass = 2, +} +impl Hmjkobanobk { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Hmjkobanobk::BattleCheckResultSucc => "BATTLE_CHECK_RESULT_SUCC", + Hmjkobanobk::BattleCheckResultFail => "BATTLE_CHECK_RESULT_FAIL", + Hmjkobanobk::BattleCheckResultPass => "BATTLE_CHECK_RESULT_PASS", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "BATTLE_CHECK_RESULT_SUCC" => Some(Self::BattleCheckResultSucc), + "BATTLE_CHECK_RESULT_FAIL" => Some(Self::BattleCheckResultFail), + "BATTLE_CHECK_RESULT_PASS" => Some(Self::BattleCheckResultPass), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Edlajjpmaoa { + BattleModuleMaze = 0, + BattleModuleChallenge = 1, + BattleModuleCocoon = 2, + BattleModuleRogue = 3, + BattleModuleChallengeActivity = 4, + BattleModuleTrialLevel = 5, + BattleModuleAetherDivide = 6, +} +impl Edlajjpmaoa { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Edlajjpmaoa::BattleModuleMaze => "BATTLE_MODULE_MAZE", + Edlajjpmaoa::BattleModuleChallenge => "BATTLE_MODULE_CHALLENGE", + Edlajjpmaoa::BattleModuleCocoon => "BATTLE_MODULE_COCOON", + Edlajjpmaoa::BattleModuleRogue => "BATTLE_MODULE_ROGUE", + Edlajjpmaoa::BattleModuleChallengeActivity => { + "BATTLE_MODULE_CHALLENGE_ACTIVITY" + } + Edlajjpmaoa::BattleModuleTrialLevel => "BATTLE_MODULE_TRIAL_LEVEL", + Edlajjpmaoa::BattleModuleAetherDivide => "BATTLE_MODULE_AETHER_DIVIDE", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "BATTLE_MODULE_MAZE" => Some(Self::BattleModuleMaze), + "BATTLE_MODULE_CHALLENGE" => Some(Self::BattleModuleChallenge), + "BATTLE_MODULE_COCOON" => Some(Self::BattleModuleCocoon), + "BATTLE_MODULE_ROGUE" => Some(Self::BattleModuleRogue), + "BATTLE_MODULE_CHALLENGE_ACTIVITY" => { + Some(Self::BattleModuleChallengeActivity) + } + "BATTLE_MODULE_TRIAL_LEVEL" => Some(Self::BattleModuleTrialLevel), + "BATTLE_MODULE_AETHER_DIVIDE" => Some(Self::BattleModuleAetherDivide), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Edkmnbhjoam { + AetherdivideSpiritLineupNone = 0, + AetherdivideSpiritLineupNormal = 1, + AetherdivideSpiritLineupTrial = 2, +} +impl Edkmnbhjoam { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Edkmnbhjoam::AetherdivideSpiritLineupNone => { + "AETHERDIVIDE_SPIRIT_LINEUP_NONE" + } + Edkmnbhjoam::AetherdivideSpiritLineupNormal => { + "AETHERDIVIDE_SPIRIT_LINEUP_NORMAL" + } + Edkmnbhjoam::AetherdivideSpiritLineupTrial => { + "AETHERDIVIDE_SPIRIT_LINEUP_TRIAL" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "AETHERDIVIDE_SPIRIT_LINEUP_NONE" => Some(Self::AetherdivideSpiritLineupNone), + "AETHERDIVIDE_SPIRIT_LINEUP_NORMAL" => { + Some(Self::AetherdivideSpiritLineupNormal) + } + "AETHERDIVIDE_SPIRIT_LINEUP_TRIAL" => { + Some(Self::AetherdivideSpiritLineupTrial) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Ebbajojkalh { + BattleTargetTypeNone = 0, + BattleTargetTypeScore = 1, + BattleTargetTypeAchievement = 2, + BattleTargetTypeRaid = 3, + BattleTargetTypeChallengeScore = 4, + BattleTargetTypeCommon = 5, + BattleTargetTypeClientAchievement = 6, +} +impl Ebbajojkalh { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Ebbajojkalh::BattleTargetTypeNone => "BATTLE_TARGET_TYPE_NONE", + Ebbajojkalh::BattleTargetTypeScore => "BATTLE_TARGET_TYPE_SCORE", + Ebbajojkalh::BattleTargetTypeAchievement => "BATTLE_TARGET_TYPE_ACHIEVEMENT", + Ebbajojkalh::BattleTargetTypeRaid => "BATTLE_TARGET_TYPE_RAID", + Ebbajojkalh::BattleTargetTypeChallengeScore => { + "BATTLE_TARGET_TYPE_CHALLENGE_SCORE" + } + Ebbajojkalh::BattleTargetTypeCommon => "BATTLE_TARGET_TYPE_COMMON", + Ebbajojkalh::BattleTargetTypeClientAchievement => { + "BATTLE_TARGET_TYPE_CLIENT_ACHIEVEMENT" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "BATTLE_TARGET_TYPE_NONE" => Some(Self::BattleTargetTypeNone), + "BATTLE_TARGET_TYPE_SCORE" => Some(Self::BattleTargetTypeScore), + "BATTLE_TARGET_TYPE_ACHIEVEMENT" => Some(Self::BattleTargetTypeAchievement), + "BATTLE_TARGET_TYPE_RAID" => Some(Self::BattleTargetTypeRaid), + "BATTLE_TARGET_TYPE_CHALLENGE_SCORE" => { + Some(Self::BattleTargetTypeChallengeScore) + } + "BATTLE_TARGET_TYPE_COMMON" => Some(Self::BattleTargetTypeCommon), + "BATTLE_TARGET_TYPE_CLIENT_ACHIEVEMENT" => { + Some(Self::BattleTargetTypeClientAchievement) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum DeathSource { + Unknown = 0, + KilledByOthers = 1, + KilledBySelf = 2, + Escape = 3, +} +impl DeathSource { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + DeathSource::Unknown => "UNKNOWN", + DeathSource::KilledByOthers => "KILLED_BY_OTHERS", + DeathSource::KilledBySelf => "KILLED_BY_SELF", + DeathSource::Escape => "ESCAPE", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "UNKNOWN" => Some(Self::Unknown), + "KILLED_BY_OTHERS" => Some(Self::KilledByOthers), + "KILLED_BY_SELF" => Some(Self::KilledBySelf), + "ESCAPE" => Some(Self::Escape), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Bppbfgaepni { + TagNone = 0, + TagHideNpcMonster = 1, +} +impl Bppbfgaepni { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Bppbfgaepni::TagNone => "TAG_NONE", + Bppbfgaepni::TagHideNpcMonster => "TAG_HIDE_NPC_MONSTER", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "TAG_NONE" => Some(Self::TagNone), + "TAG_HIDE_NPC_MONSTER" => Some(Self::TagHideNpcMonster), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Lbnoghimdmg { + NormalCreate = 0, + FormChange = 1, +} +impl Lbnoghimdmg { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Lbnoghimdmg::NormalCreate => "NORMAL_CREATE", + Lbnoghimdmg::FormChange => "FORM_CHANGE", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "NORMAL_CREATE" => Some(Self::NormalCreate), + "FORM_CHANGE" => Some(Self::FormChange), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Dfbfkeemmkg { + BattleEndReasonNone = 0, + BattleEndReasonAllDie = 1, + BattleEndReasonTurnLimit = 2, +} +impl Dfbfkeemmkg { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Dfbfkeemmkg::BattleEndReasonNone => "BATTLE_END_REASON_NONE", + Dfbfkeemmkg::BattleEndReasonAllDie => "BATTLE_END_REASON_ALL_DIE", + Dfbfkeemmkg::BattleEndReasonTurnLimit => "BATTLE_END_REASON_TURN_LIMIT", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "BATTLE_END_REASON_NONE" => Some(Self::BattleEndReasonNone), + "BATTLE_END_REASON_ALL_DIE" => Some(Self::BattleEndReasonAllDie), + "BATTLE_END_REASON_TURN_LIMIT" => Some(Self::BattleEndReasonTurnLimit), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Hdbkompbgog { + BattleStaticticEventNone = 0, + BattleStaticticEventTreasureDungeonAddExplore = 1, + BattleStaticticEventTreasureDungeonOpenGrid = 2, + BattleStaticticEventTreasureDungeonPickupItem = 3, + BattleStaticticEventTreasureDungeonUseBuff = 4, + BattleStaticticEventTelevisionActivityUpdateMazeBuffLayer = 5, +} +impl Hdbkompbgog { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Hdbkompbgog::BattleStaticticEventNone => "BATTLE_STATICTIC_EVENT_NONE", + Hdbkompbgog::BattleStaticticEventTreasureDungeonAddExplore => { + "BATTLE_STATICTIC_EVENT_TREASURE_DUNGEON_ADD_EXPLORE" + } + Hdbkompbgog::BattleStaticticEventTreasureDungeonOpenGrid => { + "BATTLE_STATICTIC_EVENT_TREASURE_DUNGEON_OPEN_GRID" + } + Hdbkompbgog::BattleStaticticEventTreasureDungeonPickupItem => { + "BATTLE_STATICTIC_EVENT_TREASURE_DUNGEON_PICKUP_ITEM" + } + Hdbkompbgog::BattleStaticticEventTreasureDungeonUseBuff => { + "BATTLE_STATICTIC_EVENT_TREASURE_DUNGEON_USE_BUFF" + } + Hdbkompbgog::BattleStaticticEventTelevisionActivityUpdateMazeBuffLayer => { + "BATTLE_STATICTIC_EVENT_TELEVISION_ACTIVITY_UPDATE_MAZE_BUFF_LAYER" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "BATTLE_STATICTIC_EVENT_NONE" => Some(Self::BattleStaticticEventNone), + "BATTLE_STATICTIC_EVENT_TREASURE_DUNGEON_ADD_EXPLORE" => { + Some(Self::BattleStaticticEventTreasureDungeonAddExplore) + } + "BATTLE_STATICTIC_EVENT_TREASURE_DUNGEON_OPEN_GRID" => { + Some(Self::BattleStaticticEventTreasureDungeonOpenGrid) + } + "BATTLE_STATICTIC_EVENT_TREASURE_DUNGEON_PICKUP_ITEM" => { + Some(Self::BattleStaticticEventTreasureDungeonPickupItem) + } + "BATTLE_STATICTIC_EVENT_TREASURE_DUNGEON_USE_BUFF" => { + Some(Self::BattleStaticticEventTreasureDungeonUseBuff) + } + "BATTLE_STATICTIC_EVENT_TELEVISION_ACTIVITY_UPDATE_MAZE_BUFF_LAYER" => { + Some(Self::BattleStaticticEventTelevisionActivityUpdateMazeBuffLayer) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Noihnnphecl { + KNone = 0, + KkillEliteMonsterNum = 1, + KkillMonsterNum = 2, +} +impl Noihnnphecl { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Noihnnphecl::KNone => "kNone", + Noihnnphecl::KkillEliteMonsterNum => "kkillEliteMonsterNum", + Noihnnphecl::KkillMonsterNum => "kkillMonsterNum", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "kNone" => Some(Self::KNone), + "kkillEliteMonsterNum" => Some(Self::KkillEliteMonsterNum), + "kkillMonsterNum" => Some(Self::KkillMonsterNum), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum BattleEndStatus { + BattleEndNone = 0, + BattleEndWin = 1, + BattleEndLose = 2, + BattleEndQuit = 3, +} +impl BattleEndStatus { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + BattleEndStatus::BattleEndNone => "BATTLE_END_NONE", + BattleEndStatus::BattleEndWin => "BATTLE_END_WIN", + BattleEndStatus::BattleEndLose => "BATTLE_END_LOSE", + BattleEndStatus::BattleEndQuit => "BATTLE_END_QUIT", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "BATTLE_END_NONE" => Some(Self::BattleEndNone), + "BATTLE_END_WIN" => Some(Self::BattleEndWin), + "BATTLE_END_LOSE" => Some(Self::BattleEndLose), + "BATTLE_END_QUIT" => Some(Self::BattleEndQuit), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Piflekocmcc { + FightGameModeNone = 0, + FightGameModeMatch3 = 1, +} +impl Piflekocmcc { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Piflekocmcc::FightGameModeNone => "FIGHT_GAME_MODE_NONE", + Piflekocmcc::FightGameModeMatch3 => "FIGHT_GAME_MODE_MATCH3", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "FIGHT_GAME_MODE_NONE" => Some(Self::FightGameModeNone), + "FIGHT_GAME_MODE_MATCH3" => Some(Self::FightGameModeMatch3), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Elcmefibkbj { + FightKickoutUnknown = 0, + FightKickoutBlack = 1, + FightKickoutByGm = 2, + FightKickoutTimeout = 3, + FightKickoutSessionReset = 4, +} +impl Elcmefibkbj { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Elcmefibkbj::FightKickoutUnknown => "FIGHT_KICKOUT_UNKNOWN", + Elcmefibkbj::FightKickoutBlack => "FIGHT_KICKOUT_BLACK", + Elcmefibkbj::FightKickoutByGm => "FIGHT_KICKOUT_BY_GM", + Elcmefibkbj::FightKickoutTimeout => "FIGHT_KICKOUT_TIMEOUT", + Elcmefibkbj::FightKickoutSessionReset => "FIGHT_KICKOUT_SESSION_RESET", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "FIGHT_KICKOUT_UNKNOWN" => Some(Self::FightKickoutUnknown), + "FIGHT_KICKOUT_BLACK" => Some(Self::FightKickoutBlack), + "FIGHT_KICKOUT_BY_GM" => Some(Self::FightKickoutByGm), + "FIGHT_KICKOUT_TIMEOUT" => Some(Self::FightKickoutTimeout), + "FIGHT_KICKOUT_SESSION_RESET" => Some(Self::FightKickoutSessionReset), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Pecdoojchcc { + LobbyCharacterNone = 0, + LobbyCharacterLeader = 1, + LobbyCharacterMember = 2, + LobbyCharacterWatcher = 3, +} +impl Pecdoojchcc { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Pecdoojchcc::LobbyCharacterNone => "LobbyCharacter_None", + Pecdoojchcc::LobbyCharacterLeader => "LobbyCharacter_Leader", + Pecdoojchcc::LobbyCharacterMember => "LobbyCharacter_Member", + Pecdoojchcc::LobbyCharacterWatcher => "LobbyCharacter_Watcher", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "LobbyCharacter_None" => Some(Self::LobbyCharacterNone), + "LobbyCharacter_Leader" => Some(Self::LobbyCharacterLeader), + "LobbyCharacter_Member" => Some(Self::LobbyCharacterMember), + "LobbyCharacter_Watcher" => Some(Self::LobbyCharacterWatcher), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Iehllimgpcd { + LobbyCharacterStatusNone = 0, + LobbyCharacterStatusIdle = 1, + LobbyCharacterStatusOperating = 2, + LobbyCharacterStatusReady = 3, + LobbyCharacterStatusFighting = 4, + LobbyCharacterStatusWatching = 5, + LobbyCharacterStatusMatching = 6, +} +impl Iehllimgpcd { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Iehllimgpcd::LobbyCharacterStatusNone => "LobbyCharacterStatus_None", + Iehllimgpcd::LobbyCharacterStatusIdle => "LobbyCharacterStatus_Idle", + Iehllimgpcd::LobbyCharacterStatusOperating => { + "LobbyCharacterStatus_Operating" + } + Iehllimgpcd::LobbyCharacterStatusReady => "LobbyCharacterStatus_Ready", + Iehllimgpcd::LobbyCharacterStatusFighting => "LobbyCharacterStatus_Fighting", + Iehllimgpcd::LobbyCharacterStatusWatching => "LobbyCharacterStatus_Watching", + Iehllimgpcd::LobbyCharacterStatusMatching => "LobbyCharacterStatus_Matching", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "LobbyCharacterStatus_None" => Some(Self::LobbyCharacterStatusNone), + "LobbyCharacterStatus_Idle" => Some(Self::LobbyCharacterStatusIdle), + "LobbyCharacterStatus_Operating" => Some(Self::LobbyCharacterStatusOperating), + "LobbyCharacterStatus_Ready" => Some(Self::LobbyCharacterStatusReady), + "LobbyCharacterStatus_Fighting" => Some(Self::LobbyCharacterStatusFighting), + "LobbyCharacterStatus_Watching" => Some(Self::LobbyCharacterStatusWatching), + "LobbyCharacterStatus_Matching" => Some(Self::LobbyCharacterStatusMatching), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Khjkbeapled { + LobbyModifyTypeNone = 0, + LobbyModifyTypeIdle = 1, + LobbyModifyTypeReady = 2, + LobbyModifyTypeOperating = 3, + LobbyModifyTypeCancelMatch = 4, + LobbyModifyTypeMatch = 5, + LobbyModifyTypeQuitLobby = 6, + LobbyModifyTypeKickOut = 7, + LobbyModifyTypeTimeOut = 8, + LobbyModifyTypeJoinLobby = 9, + LobbyModifyTypeLobbyDismiss = 10, + LobbyModifyTypeMatchTimeOut = 11, + LobbyModifyTypeFightStart = 12, + LobbyModifyTypeLogout = 13, + LobbyModifyTypeFightEnd = 14, + LobbyModifyTypeFightRoomDestroyInInit = 15, +} +impl Khjkbeapled { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Khjkbeapled::LobbyModifyTypeNone => "LobbyModifyType_None", + Khjkbeapled::LobbyModifyTypeIdle => "LobbyModifyType_Idle", + Khjkbeapled::LobbyModifyTypeReady => "LobbyModifyType_Ready", + Khjkbeapled::LobbyModifyTypeOperating => "LobbyModifyType_Operating", + Khjkbeapled::LobbyModifyTypeCancelMatch => "LobbyModifyType_CancelMatch", + Khjkbeapled::LobbyModifyTypeMatch => "LobbyModifyType_Match", + Khjkbeapled::LobbyModifyTypeQuitLobby => "LobbyModifyType_QuitLobby", + Khjkbeapled::LobbyModifyTypeKickOut => "LobbyModifyType_KickOut", + Khjkbeapled::LobbyModifyTypeTimeOut => "LobbyModifyType_TimeOut", + Khjkbeapled::LobbyModifyTypeJoinLobby => "LobbyModifyType_JoinLobby", + Khjkbeapled::LobbyModifyTypeLobbyDismiss => "LobbyModifyType_LobbyDismiss", + Khjkbeapled::LobbyModifyTypeMatchTimeOut => "LobbyModifyType_MatchTimeOut", + Khjkbeapled::LobbyModifyTypeFightStart => "LobbyModifyType_FightStart", + Khjkbeapled::LobbyModifyTypeLogout => "LobbyModifyType_Logout", + Khjkbeapled::LobbyModifyTypeFightEnd => "LobbyModifyType_FightEnd", + Khjkbeapled::LobbyModifyTypeFightRoomDestroyInInit => { + "LobbyModifyType_FightRoomDestroyInInit" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "LobbyModifyType_None" => Some(Self::LobbyModifyTypeNone), + "LobbyModifyType_Idle" => Some(Self::LobbyModifyTypeIdle), + "LobbyModifyType_Ready" => Some(Self::LobbyModifyTypeReady), + "LobbyModifyType_Operating" => Some(Self::LobbyModifyTypeOperating), + "LobbyModifyType_CancelMatch" => Some(Self::LobbyModifyTypeCancelMatch), + "LobbyModifyType_Match" => Some(Self::LobbyModifyTypeMatch), + "LobbyModifyType_QuitLobby" => Some(Self::LobbyModifyTypeQuitLobby), + "LobbyModifyType_KickOut" => Some(Self::LobbyModifyTypeKickOut), + "LobbyModifyType_TimeOut" => Some(Self::LobbyModifyTypeTimeOut), + "LobbyModifyType_JoinLobby" => Some(Self::LobbyModifyTypeJoinLobby), + "LobbyModifyType_LobbyDismiss" => Some(Self::LobbyModifyTypeLobbyDismiss), + "LobbyModifyType_MatchTimeOut" => Some(Self::LobbyModifyTypeMatchTimeOut), + "LobbyModifyType_FightStart" => Some(Self::LobbyModifyTypeFightStart), + "LobbyModifyType_Logout" => Some(Self::LobbyModifyTypeLogout), + "LobbyModifyType_FightEnd" => Some(Self::LobbyModifyTypeFightEnd), + "LobbyModifyType_FightRoomDestroyInInit" => { + Some(Self::LobbyModifyTypeFightRoomDestroyInInit) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Egnnadhibgi { + FightRoomDestroyReasonNone = 0, + FightRoomDestroyReasonSvrStop = 1, + FightRoomDestroyReasonGameEnd = 2, +} +impl Egnnadhibgi { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Egnnadhibgi::FightRoomDestroyReasonNone => "FIGHT_ROOM_DESTROY_REASON_NONE", + Egnnadhibgi::FightRoomDestroyReasonSvrStop => { + "FIGHT_ROOM_DESTROY_REASON_SVR_STOP" + } + Egnnadhibgi::FightRoomDestroyReasonGameEnd => { + "FIGHT_ROOM_DESTROY_REASON_GAME_END" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "FIGHT_ROOM_DESTROY_REASON_NONE" => Some(Self::FightRoomDestroyReasonNone), + "FIGHT_ROOM_DESTROY_REASON_SVR_STOP" => { + Some(Self::FightRoomDestroyReasonSvrStop) + } + "FIGHT_ROOM_DESTROY_REASON_GAME_END" => { + Some(Self::FightRoomDestroyReasonGameEnd) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Akmnbmkfkjk { + Match3FinishReasonDefault = 0, + Match3FinishReasonLeave = 1, + Match3FinishReasonDie = 2, + Match3FinishReasonGameend = 3, + Match3FinishReasonKickout = 4, +} +impl Akmnbmkfkjk { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Akmnbmkfkjk::Match3FinishReasonDefault => "MATCH3_FINISH_REASON_DEFAULT", + Akmnbmkfkjk::Match3FinishReasonLeave => "MATCH3_FINISH_REASON_LEAVE", + Akmnbmkfkjk::Match3FinishReasonDie => "MATCH3_FINISH_REASON_DIE", + Akmnbmkfkjk::Match3FinishReasonGameend => "MATCH3_FINISH_REASON_GAMEEND", + Akmnbmkfkjk::Match3FinishReasonKickout => "MATCH3_FINISH_REASON_KICKOUT", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "MATCH3_FINISH_REASON_DEFAULT" => Some(Self::Match3FinishReasonDefault), + "MATCH3_FINISH_REASON_LEAVE" => Some(Self::Match3FinishReasonLeave), + "MATCH3_FINISH_REASON_DIE" => Some(Self::Match3FinishReasonDie), + "MATCH3_FINISH_REASON_GAMEEND" => Some(Self::Match3FinishReasonGameend), + "MATCH3_FINISH_REASON_KICKOUT" => Some(Self::Match3FinishReasonKickout), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Gemmejofnib { + MatchUnitTypeNone = 0, + MatchUnitTypeNormal = 1, + MatchUnitTypeRobot = 2, + MatchUnitTypeGm = 3, +} +impl Gemmejofnib { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Gemmejofnib::MatchUnitTypeNone => "MATCH_UNIT_TYPE_NONE", + Gemmejofnib::MatchUnitTypeNormal => "MATCH_UNIT_TYPE_NORMAL", + Gemmejofnib::MatchUnitTypeRobot => "MATCH_UNIT_TYPE_ROBOT", + Gemmejofnib::MatchUnitTypeGm => "MATCH_UNIT_TYPE_GM", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "MATCH_UNIT_TYPE_NONE" => Some(Self::MatchUnitTypeNone), + "MATCH_UNIT_TYPE_NORMAL" => Some(Self::MatchUnitTypeNormal), + "MATCH_UNIT_TYPE_ROBOT" => Some(Self::MatchUnitTypeRobot), + "MATCH_UNIT_TYPE_GM" => Some(Self::MatchUnitTypeGm), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Nbbhhpnhond { + RetSucc = 0, + RetFail = 1, + RetServerInternalError = 2, + RetTimeout = 3, + RetRepeatedReq = 4, + RetReqParaInvalid = 5, + RetPlayerDataError = 6, + RetPlayerClientPaused = 7, + RetFuncCheckFailed = 8, + RetFeatureSwitchClosed = 9, + RetFreqOverLimit = 10, + RetSystemBusy = 11, + RetPlayerNotOnline = 12, + RetRepeateLogin = 1000, + RetRetryLogin = 1001, + RetWaitLogin = 1002, + RetNotInWhiteList = 1003, + RetInBlackList = 1004, + RetAccountVerifyError = 1005, + RetAccountParaError = 1006, + RetAntiAddictLogin = 1007, + RetCheckSumError = 1008, + RetReachMaxPlayerNum = 1009, + RetAlreadyRegistered = 1010, + RetGenderError = 1011, + SetNicknameRetCallbackProcessing = 1012, + RetInGmBindAccess = 1013, + RetQuestRewardAlreadyTaken = 1100, + RetQuestNotAccept = 1101, + RetQuestNotFinish = 1102, + RetQuestStatusError = 1103, + RetAchievementLevelNotReach = 1104, + RetAchievementLevelAlreadyTaken = 1105, + RetAvatarNotExist = 1200, + RetAvatarResExpNotEnough = 1201, + RetAvatarExpReachPromotionLimit = 1202, + RetAvatarReachMaxPromotion = 1203, + RetSkilltreeConfigNotExist = 1204, + RetSkilltreeAlreadyUnlock = 1205, + RetSkilltreePreLocked = 1206, + RetSkilltreeLevelNotMeet = 1207, + RetSkilltreeRankNotMeet = 1208, + RetAvatarDressNoEquipment = 1209, + RetAvatarExpItemNotExist = 1210, + RetSkilltreePointLocked = 1211, + RetSkilltreePointLevelUpgradeNotMatch = 1212, + RetSkilltreePointLevelReachMax = 1213, + RetWorldLevelNotMeet = 1214, + RetPlayerLevelNotMeet = 1215, + RetAvatarRankNotMatch = 1216, + RetAvatarRankReachMax = 1217, + RetHeroBasicTypeNotMatch = 1218, + RetAvatarPromotionNotMeet = 1219, + RetPromotionRewardConfigNotExist = 1220, + RetPromotionRewardAlreadyTaken = 1221, + RetAvatarSkinItemNotExist = 1222, + RetAvatarSkinAlreadyDressed = 1223, + RetAvatarNotDressSkin = 1224, + RetAvatarSkinNotMatchAvatar = 1225, + RetItemNotExist = 1300, + RetItemCostNotEnough = 1301, + RetItemCostTooMuch = 1302, + RetItemNoCost = 1303, + RetItemNotEnough = 1304, + RetItemInvalid = 1305, + RetItemConfigNotExist = 1306, + RetScoinNotEnough = 1307, + RetItemRewardExceedLimit = 1308, + RetItemInvalidUse = 1309, + RetItemUseConfigNotExist = 1310, + RetRewardConfigNotExist = 1311, + RetItemExceedLimit = 1312, + RetItemCountInvalid = 1313, + RetItemUseTargetTypeInvalid = 1314, + RetItemUseSatietyFull = 1315, + RetItemComposeNotExist = 1316, + RetRelicComposeNotExist = 1317, + RetItemCanNotSell = 1318, + RetItemSellExceddLimit = 1319, + RetItemNotInCostList = 1320, + RetItemSpecialCostNotEnough = 1321, + RetItemSpecialCostTooMuch = 1322, + RetItemFormulaNotExist = 1323, + RetItemAutoGiftOptionalNotExist = 1324, + RetRelicComposeRelicInvalid = 1325, + RetRelicComposeMainAffixIdInvalid = 1326, + RetRelicComposeWrongFormulaType = 1327, + RetRelicComposeRelicNotExist = 1328, + RetRelicComposeBlackGoldCountInvalid = 1329, + RetRelicComposeBlackGoldNotNeed = 1330, + RetMonthCardCannotUse = 1331, + RetItemRewardExceedDisappear = 1332, + RetItemNeedRecycle = 1333, + RetItemComposeExceedLimit = 1334, + RetItemCanNotDestroy = 1335, + RetItemAlreadyMark = 1336, + RetItemMarkExceedLimit = 1337, + RetItemNotMark = 1338, + RetItenTurnFoodNotSet = 1339, + RetItemTurnFoodAlreadySet = 1340, + RetItemTurnFoodConsumeTypeError = 1341, + RetItemTurnFoodSwitchAlreadyOpen = 1342, + RetItemTurnFoodSwitchAlreadyClose = 1343, + RetHcoinExchangeTooMuch = 1344, + RetItemTurnFoodSceneTypeError = 1345, + RetEquipmentAlreadyDressed = 1350, + RetEquipmentNotExist = 1351, + RetEquipmentReachLevelLimit = 1352, + RetEquipmentConsumeSelf = 1353, + RetEquipmentAlreadyLocked = 1354, + RetEquipmentAlreadyUnlocked = 1355, + RetEquipmentLocked = 1356, + RetEquipmentSelectNumOverLimit = 1357, + RetEquipmentRankUpMustConsumeSameTid = 1358, + RetEquipmentPromotionReachMax = 1359, + RetEquipmentRankUpReachMax = 1360, + RetEquipmentLevelReachMax = 1361, + RetEquipmentExceedLimit = 1362, + RetRelicNotExist = 1363, + RetRelicReachLevelLimit = 1364, + RetRelicConsumeSelf = 1365, + RetRelicAlreadyDressed = 1366, + RetRelicLocked = 1367, + RetRelicAlreadyLocked = 1368, + RetRelicAlreadyUnlocked = 1369, + RetRelicLevelIsNotZero = 1370, + RetUniqueIdRepeated = 1371, + RetEquipmentLevelNotMeet = 1372, + RetEquipmentItemNotInCostList = 1373, + RetEquipmentLevelGreaterThanOne = 1374, + RetEquipmentAlreadyRanked = 1375, + RetRelicExceedLimit = 1376, + RetRelicAlreadyDiscarded = 1377, + RetRelicAlreadyUndiscarded = 1378, + RetEquipmentBatchLockTooFast = 1379, + RetRelicFilterPlanSlotEmpty = 1380, + RetRelicFilterPlanNumExceedLimit = 1381, + RetRelicFilterPlanNameUtf8Error = 1382, + RetRelicFilterPlanNameFormatError = 1383, + RetRelicFilterPlanNoChange = 1384, + RetLineupInvalidIndex = 1400, + RetLineupInvalidMemberPos = 1401, + RetLineupSwapNotExist = 1402, + RetLineupAvatarAlreadyIn = 1403, + RetLineupCreateAvatarError = 1404, + RetLineupAvatarInitError = 1405, + RetLineupNotExist = 1406, + RetLineupOnlyOneMember = 1407, + RetLineupSameLeaderSlot = 1408, + RetLineupNoLeaderSelect = 1409, + RetLineupSwapSameSlot = 1410, + RetLineupAvatarNotExist = 1411, + RetLineupTrialAvatarCanNotQuit = 1412, + RetLineupVirtualLineupPlaneNotMatch = 1413, + RetLineupNotValidLeader = 1414, + RetLineupSameIndex = 1415, + RetLineupIsEmpty = 1416, + RetLineupNameFormatError = 1417, + RetLineupTypeNotMatch = 1418, + RetLineupReplaceAllFailed = 1419, + RetLineupNotAllowEdit = 1420, + RetLineupAvatarIsAlive = 1421, + RetLineupAssistHasOnlyMember = 1422, + RetLineupAssistCannotSwitch = 1423, + RetLineupAvatarTypeInvalid = 1424, + RetLineupNameUtf8Error = 1425, + RetLineupLeaderLock = 1426, + RetLineupStoryLineNotMatch = 1427, + RetLineupAvatarLock = 1428, + RetLineupAvatarInvalid = 1429, + RetLineupAvatarAlreadyInit = 1430, + RetLineupLimited = 1431, + RetMailNotExist = 1700, + RetMailRangeInvalid = 1701, + RetMailMailIdInvalid = 1702, + RetMailNoMailTakeAttachment = 1703, + RetMailNoMailToDel = 1704, + RetMailTypeInvalid = 1705, + RetMailParaInvalid = 1706, + RetMailAttachementInvalid = 1707, + RetMailTicketInvalid = 1708, + RetMailTicketRepeated = 1709, + RetStageSettleError = 1800, + RetStageConfigNotExist = 1801, + RetStageNotFound = 1802, + RetStageCocoonPropNotValid = 1804, + RetStageCocoonWaveNotValid = 1805, + RetStagePropIdNotEqual = 1806, + RetStageCocoonWaveOver = 1807, + RetStageWeekCocoonOverCnt = 1808, + RetStageCocoonNotOpen = 1809, + RetStageTrialNotOpen = 1810, + RetStageFarmNotOpen = 1811, + RetStageFarmTypeError = 1812, + RetChapterLock = 1900, + RetChapterChallengeNumNotEnough = 1901, + RetChapterRewardIdNotExist = 1902, + RetChapterRewardAlreadyTaken = 1903, + RetBattleStageNotMatch = 2000, + RetInBattleNow = 2001, + RetBattleCheat = 2002, + RetBattleFail = 2003, + RetBattleNoLineup = 2004, + RetBattleLineupEmpty = 2005, + RetBattleVersionNotMatch = 2006, + RetBattleQuitByServer = 2007, + RetInBattleCheck = 2008, + RetBattleCheckNeedRetry = 2009, + RetBattleCostTimeCheckFail = 2010, + RetLackExchangeStaminaTimes = 2100, + RetLackStamina = 2101, + RetStaminaFull = 2102, + RetAuthkeySignTypeError = 2103, + RetAuthkeySignVerError = 2104, + RetNicknameFormatError = 2105, + RetSensitiveWords = 2106, + RetLevelRewardHasTaken = 2107, + RetLevelRewardLevelError = 2108, + RetLanguageInvalid = 2109, + RetNicknameInCd = 2110, + RetGameplayBirthdayInvalid = 2111, + RetGameplayBirthdayAlreadySet = 2112, + RetNicknameUtf8Error = 2113, + RetNicknameDigitLimitError = 2114, + RetSensitiveWordsPlatformError = 2115, + RetPlayerSettingTypeInvalid = 2116, + RetMazeLackTicket = 2201, + RetMazeNotUnlock = 2202, + RetMazeNoAbility = 2204, + RetMazeNoPlane = 2205, + RetMazeMapNotExist = 2207, + RetMazeMpNotEnough = 2213, + RetSpringNotEnable = 2214, + RetSpringTooFar = 2216, + RetNotInMaze = 2218, + RetMazeTimeOfDayTypeError = 2223, + RetSceneTransferLockedByTask = 2224, + RetPlotNotUnlock = 2300, + RetMissionNotExist = 2400, + RetMissionAlreadyDone = 2401, + RetDailyTaskNotFinish = 2402, + RetDailyTaskRewardHasTaken = 2403, + RetMissionNotFinish = 2404, + RetMissionNotDoing = 2405, + RetMissionFinishWayNotMatch = 2406, + RetMissionSceneNotMatch = 2407, + RetMissionCustomValueNotValid = 2408, + RetMissionSubMissionNotMatch = 2409, + RetAdventureMapNotExist = 2500, + RetSceneEntityNotExist = 2600, + RetNotInScene = 2601, + RetSceneMonsterNotExist = 2602, + RetInteractConfigNotExist = 2603, + RetUnsupportedPropState = 2604, + RetSceneEntryIdNotMatch = 2605, + RetSceneEntityMoveCheckFailed = 2606, + RetAssistMonsterCountLimit = 2607, + RetSceneUseSkillFail = 2608, + RetPropIsHidden = 2609, + RetLoadingSuccAlready = 2610, + RetSceneEntityTypeInvalid = 2611, + RetInteractTypeInvalid = 2612, + RetInteractNotInRegion = 2613, + RetInteractSubTypeInvalid = 2614, + RetNotLeaderEntity = 2615, + RetMonsterIsNotFarmElement = 2616, + RetMonsterConfigNotExist = 2617, + RetAvatarHpAlreadyFull = 2618, + RetCurInteractEntityNotMatch = 2619, + RetPlaneTypeNotAllow = 2620, + RetGroupNotExist = 2621, + RetGroupSaveDataInCd = 2622, + RetGroupSaveLenghReachMax = 2623, + RetRecentElementNotExist = 2624, + RetRecentElementStageNotMatch = 2625, + RetScenePositionVersionNotMatch = 2626, + RetGameplayCounterNotExist = 2627, + RetGameplayCounterNotEnough = 2628, + RetGroupStateNotMatch = 2629, + RetSceneEntityPosNotMatch = 2630, + RetGroupStateCustomSaveDataOff = 2631, + RetSceneNotMatch = 2632, + RetBuyTimesLimit = 2700, + RetBuyLimitType = 2701, + RetShopNotOpen = 2702, + RetGoodsNotOpen = 2703, + RetCityLevelRewardTaken = 2704, + RetCityLevelNotMeet = 2705, + RetSingleBuyLimit = 2706, + RetTutorialNotUnlock = 2751, + RetTutorialUnlockAlready = 2752, + RetTutorialFinishAlready = 2753, + RetTutorialPreNotUnlock = 2754, + RetTutorialPlayerLevelNotMatch = 2755, + RetTutorialTutorialNotFound = 2756, + RetChallengeNotExist = 2801, + RetChallengeNotUnlock = 2802, + RetChallengeAlready = 2803, + RetChallengeLineupEditForbidden = 2804, + RetChallengeLineupEmpty = 2805, + RetChallengeNotDoing = 2806, + RetChallengeNotFinish = 2807, + RetChallengeTargetNotFinish = 2808, + RetChallengeTargetRewardTaken = 2809, + RetChallengeTimeNotValid = 2810, + RetChallengeStarsCountNotMeet = 2811, + RetChallengeStarsRewardTaken = 2812, + RetChallengeStarsNotExist = 2813, + RetChallengeCurSceneNotEntryFloor = 2814, + RetChallengeNoTeamArchive = 2815, + RetChallengeLineupAvatarTypeInvalid = 2816, + RetChallengeLineupRecommendInCd = 2817, + RetBasicTypeAlready = 2850, + RetNoBasicType = 2851, + RetNotChooseBasicType = 2852, + RetNotFuncClose = 2853, + RetNotChooseGender = 2854, + RetNotReqUnlockBasicType = 2855, + RetAvatarPathLocked = 2856, + RetRogueStatusNotMatch = 2901, + RetRogueSelectBuffNotExist = 2902, + RetRogueCoinNotEnough = 2903, + RetRogueStaminaNotEnough = 2904, + RetRogueAppraisalCountNotEnough = 2905, + RetRoguePropAlreadyUsed = 2906, + RetRogueRecordAlreadySaved = 2907, + RetRogueRollBuffMaxCount = 2908, + RetRoguePickAvatarInvalid = 2909, + RetRogueQuestExpire = 2910, + RetRogueQuestRewardAlready = 2911, + RetRogueReviveCountNotEnough = 2912, + RetRogueAreaInvalid = 2913, + RetRogueScoreRewardPoolInvalid = 2914, + RetRogueScoreRewardRowInvalid = 2915, + RetRogueAeonLevelNotMeet = 2916, + RetRogueAeonLevelRewardAlreadyTaken = 2917, + RetRogueAeonConfigNotExist = 2918, + RetRogueTrialAvatarInvalid = 2919, + RetRogueHandbookRewardAlreadyTaken = 2920, + RetRogueRoomTypeNotMatch = 2921, + RetRogueShopGoodNotFound = 2922, + RetRogueShopGoodAlreadyBought = 2923, + RetRogueShopGoodAlreadyOwn = 2924, + RetRogueShopMiracleNotExist = 2925, + RetRogueShopNotExist = 2926, + RetRogueShopCannotRefresh = 2927, + RetRogueSelectBuffCertainMismatch = 2928, + RetMissionEventConfigNotExist = 2951, + RetMissionEventNotClient = 2952, + RetMissionEventFinished = 2953, + RetMissionEventDoing = 2954, + RetHasChallengeMissionEvent = 2955, + RetNotChallengeMissionEvent = 2956, + RetGachaIdNotExist = 3001, + RetGachaNumInvalid = 3002, + RetGachaFirstGachaMustOne = 3003, + RetGachaReqDuplicated = 3004, + RetGachaNotInSchedule = 3005, + RetGachaNewbieClose = 3006, + RetGachaTodayLimited = 3007, + RetGachaNotSupport = 3008, + RetGachaCeilingNotEnough = 3009, + RetGachaCeilingClose = 3010, + RetNotInRaid = 3101, + RetRaidDoing = 3102, + RetNotProp = 3103, + RetRaidIdNotMatch = 3104, + RetRaidRestartNotMatch = 3105, + RetRaidLimit = 3106, + RetRaidAvatarListEmpty = 3107, + RetRaidAvatarNotExist = 3108, + RetChallengeRaidRewardAlready = 3109, + RetChallengeRaidScoreNotReach = 3110, + RetChallengeRaidNotOpen = 3111, + RetRaidFinished = 3112, + RetRaidWorldLevelNotLock = 3113, + RetRaidCannotUseAssist = 3114, + RetRaidAvatarNotMatch = 3115, + RetRaidCanNotSave = 3116, + RetRaidNoSave = 3117, + RetActivityRaidNotOpen = 3118, + RetRaidAvatarCaptainNotExist = 3119, + RetRaidStoryLineNotMatch = 3120, + RetTalkEventAlreadyTaken = 3151, + RetNpcAlreadyMeet = 3152, + RetNpcNotInConfig = 3153, + RetDialogueGroupDismatch = 3154, + RetDialogueEventInvalid = 3155, + RetTalkEventTakeProtoNotMatch = 3156, + RetTalkEventNotValid = 3157, + RetExpeditionConfigNotExist = 3201, + RetExpeditionRewardConfigNotExist = 3202, + RetExpeditionNotUnlocked = 3203, + RetExpeditionAlreadyAccepted = 3204, + RetExpeditionRepeatedAvatar = 3205, + RetAvatarAlreadyDispatched = 3206, + RetExpeditionNotAccepted = 3207, + RetExpeditionNotFinish = 3208, + RetExpeditionAlreadyFinish = 3209, + RetExpeditionTeamCountLimit = 3210, + RetExpeditionAvatarNumNotMatch = 3211, + RetExpeditionNotOpen = 3212, + RetExpeditionFriendAvatarNotValid = 3213, + RetExpeditionNotPublished = 3214, + RetLoginActivityHasTaken = 3301, + RetLoginActivityDaysLack = 3302, + RetTrialActivityRewardAlreadyTake = 3303, + RetTrialActivityStageNotFinish = 3304, + RetMaterialSubmitActivityHasTaken = 3305, + RetMaterialSubmitActivityMaterialNotSubmitted = 3306, + RetMaterialSubmitActivityMaterialAlreadySubmitted = 3307, + RetFantasticStoryActivityStoryError = 3308, + RetFantasticStoryActivityStoryNotOpen = 3309, + RetFantasticStoryActivityBattleError = 3310, + RetFantasticStoryActivityBattleNotOpen = 3311, + RetFantasticStoryActivityBattleAvatarError = 3312, + RetFantasticStoryActivityBattleBuffError = 3313, + RetFantasticStoryActivityPreBattleScoreNotEnough = 3314, + RetTrialActivityAlreadyInTrialActivity = 3315, + RetCommonActivityNotOpen = 3316, + RetMessageConfigNotExist = 3501, + RetMessageSectionNotTake = 3502, + RetMessageGroupNotTake = 3503, + RetMessageSectionIdNotMatch = 3504, + RetMessageSectionCanNotFinish = 3505, + RetMessageItemCanNotFinish = 3506, + RetMessageItemRaidCanNotFinish = 3507, + RetFriendAlreadyIsFriend = 3601, + RetFriendIsNotFriend = 3602, + RetFriendApplyExpire = 3603, + RetFriendInBlacklist = 3604, + RetFriendNotInBlacklist = 3605, + RetFriendNumberLimit = 3606, + RetFriendBlacklistNumberLimit = 3607, + RetFriendDailyApplyLimit = 3608, + RetFriendInHandleLimit = 3609, + RetFriendApplyInCd = 3610, + RetFriendRemarkNameFormatError = 3611, + RetFriendPlayerNotFound = 3612, + RetFriendInTargetBlacklist = 3613, + RetFriendTargetNumberLimit = 3614, + RetAssistQueryTooFast = 3615, + RetAssistNotExist = 3616, + RetAssistUsedAlready = 3617, + RetFriendReportReasonFormatError = 3618, + RetFriendReportSensitiveWords = 3619, + RetAssistUsedTimesOver = 3620, + RetAssistQuitAlready = 3621, + RetAssistAvatarInLineup = 3622, + RetAssistNoReward = 3623, + RetFriendSearchNumLimit = 3624, + RetFriendSearchInCd = 3625, + RetFriendRemarkNameUtf8Error = 3626, + RetFriendReportReasonUtf8Error = 3627, + RetAssistSetAlready = 3628, + RetFriendTargetForbidOtherApply = 3629, + RetFriendMarkedCntMax = 3630, + RetFriendMarkedAlready = 3631, + RetFriendNotMarked = 3632, + RetFriendChallengeLineupRecommendInCd = 3633, + RetViewPlayerCardInCd = 3634, + RetViewPlayerBattleRecordInCd = 3635, + RetPlayerBoardHeadIconNotExist = 3701, + RetPlayerBoardHeadIconLocked = 3702, + RetPlayerBoardHeadIconAlreadyUnlocked = 3703, + RetPlayerBoardDisplayAvatarNotExist = 3704, + RetPlayerBoardDisplayAvatarExceedLimit = 3705, + RetPlayerBoardDisplayRepeatedAvatar = 3706, + RetPlayerBoardDisplayAvatarSamePos = 3707, + RetPlayerBoardDisplayAvatarLocked = 3708, + RetSignatureLengthExceedLimit = 3709, + RetSignatureSensitiveWords = 3710, + RetPlayerBoardAssistAvatarNotExist = 3712, + RetPlayerBoardAssistAvatarLocked = 3713, + RetSignatureUtf8Error = 3714, + RetPlayerBoardAssistAvatarCntError = 3715, + RetBattlePassTierNotValid = 3801, + RetBattlePassLevelNotMeet = 3802, + RetBattlePassRewardTakeAlready = 3803, + RetBattlePassNotPremium = 3804, + RetBattlePassNotDoing = 3805, + RetBattlePassLevelInvalid = 3806, + RetBattlePassNotUnlock = 3807, + RetBattlePassNoReward = 3808, + RetBattlePassQuestNotValid = 3809, + RetBattlePassNotChooseOptional = 3810, + RetBattlePassNotTakeReward = 3811, + RetBattlePassOptionalNotValid = 3812, + RetBattlePassBuyAlready = 3813, + RetBattlePassNearEnd = 3814, + RetMusicLocked = 3901, + RetMusicNotExist = 3902, + RetMusicUnlockFailed = 3903, + RetPunkLordLackSummonTimes = 4001, + RetPunkLordAttackingMonsterLimit = 4002, + RetPunkLordMonsterNotExist = 4003, + RetPunkLordMonsterAlreadyShared = 4004, + RetPunkLordMonsterExpired = 4005, + RetPunkLordSelfMonsterAttackLimit = 4006, + RetPunkLordLackSupportTimes = 4007, + RetPunkLordMonsterAlreadyKilled = 4008, + RetPunkLordMonsterAttackerLimit = 4009, + RetPunkLordWorldLevleNotValid = 4010, + RetPunkLordRewardLevleNotExist = 4011, + RetPunkLordPointNotMeet = 4012, + RetPunkLordInAttacking = 4013, + RetPunkLordOperationInCd = 4014, + RetPunkLordRewardAlreadyTaken = 4015, + RetPunkLordOverBonusRewardLimit = 4016, + RetPunkLordNotInSchedule = 4017, + RetPunkLordMonsterNotAttacked = 4018, + RetPunkLordMonsterNotKilled = 4019, + RetPunkLordMonsterKilledScoreAlreadyTake = 4020, + RetPunkLordRewardLevleAlreadyTake = 4021, + RetDailyActiveLevelInvalid = 4101, + RetDailyActiveLevelRewardAlreadyTaken = 4102, + RetDailyActiveLevelApNotEnough = 4103, + RetDailyMeetPam = 4201, + RetReplayIdNotMatch = 4251, + RetReplayReqNotValid = 4252, + RetFightActivityDifficultyLevelNotPassed = 4301, + RetFightActivityDifficultyLevelRewardAlreadyTake = 4302, + RetFightActivityStageNotOpen = 4303, + RetFightActivityLevelNotUnlock = 4304, + RetTrainVisitorVisitorNotExist = 4351, + RetTrainVisitorBehaviorNotExist = 4352, + RetTrainVisitorBehaviorFinished = 4353, + RetTrainVisitorAllBehaviorRewardTaken = 4354, + RetTrainVisitorGetOnMissionNotFinish = 4355, + RetTrainVisitorNotGetOff = 4356, + RetTextJoinUnknowIsOverride = 4401, + RetTextJoinIdNotExist = 4402, + RetTextJoinCanNotOverride = 4403, + RetTextJoinItemIdError = 4404, + RetTextJoinSensitiveCheckError = 4405, + RetTextJoinMustOverride = 4406, + RetTextJoinTextEmpty = 4407, + RetTextJoinTextFormatError = 4408, + RetTextJoinTextUtf8Error = 4409, + RetTextJoinBatchReqIdRepeat = 4410, + RetTextJoinTypeNotSupportBatchReq = 4411, + RetTextJoinAvatarIdNotExist = 4412, + RetTextJoinUnknowType = 4413, + RetPamMissionMissionIdError = 4451, + RetPamMissionMissionExpire = 4452, + RetChatTypeNotExist = 4501, + RetMsgTypeNotExist = 4502, + RetChatNoTargetUid = 4503, + RetChatMsgEmpty = 4504, + RetChatMsgExceedLimit = 4505, + RetChatMsgSensitiveCheckError = 4506, + RetChatMsgUtf8Error = 4507, + RetChatForbidSwitchOpen = 4508, + RetChatForbid = 4509, + RetChatMsgIncludeSpecialStr = 4510, + RetChatMsgEmojiNotExist = 4511, + RetChatMsgEmojiGenderNotMatch = 4512, + RetChatMsgEmojiNotMarked = 4513, + RetChatMsgEmojiAlreadyMarked = 4514, + RetChatMsgEmojiMarkedMaxLimit = 4515, + RetBoxingClubChallengeNotOpen = 4601, + RetMuseumNotOpen = 4651, + RetMuseumTurnCntNotMatch = 4652, + RetMuseumPhaseNotReach = 4653, + RetMuseumUnknowStuff = 4654, + RetMuseumUnknowArea = 4655, + RetMuseumUnknowPos = 4656, + RetMuseumStuffAlreadyInArea = 4657, + RetMuseumStuffNotInArea = 4658, + RetMuseumGetNpcRepeat = 4659, + RetMuseumGetNpcUnlock = 4660, + RetMuseumGetNpcNotEnough = 4661, + RetMuseumChangeStuffAreaError = 4662, + RetMuseumNotInit = 4663, + RetMuseumEventError = 4664, + RetMuseumUnknowChooseEventId = 4665, + RetMuseumEventOrderNotMatch = 4666, + RetMuseumEventPhaseNotUnlock = 4667, + RetMuseumEventMissionNotFound = 4668, + RetMuseumAreaLevelUpAlready = 4669, + RetMuseumStuffAlreadyUsed = 4670, + RetMuseumEventRoundNotUnlock = 4671, + RetMuseumStuffInArea = 4672, + RetMuseumStuffDispatch = 4673, + RetMuseumIsEnd = 4674, + RetMuseumStuffLeaving = 4675, + RetMuseumEventMissionNotFinish = 4678, + RetMuseumCollectRewardNotExist = 4679, + RetMuseumCollectRewardAlreadyTaken = 4680, + RetMuseumAcceptMissionMaxLimit = 4681, + RetRogueChallengeNotOpen = 4701, + RetRogueChallengeAssisRefreshLimit = 4702, + RetAlleyNotInit = 4721, + RetAlleyNotOpen = 4722, + RetAlleyMapNotExist = 4724, + RetAlleyEmptyPosList = 4725, + RetAlleyLinePosInvalid = 4726, + RetAlleyShopNotUnlock = 4727, + RetAlleyDepotFull = 4728, + RetAlleyShopNotInclude = 4729, + RetAlleyEventNotUnlock = 4730, + RetAlleyEventNotRefresh = 4731, + RetAlleyEventStateDoing = 4732, + RetAlleyEventStateFinish = 4733, + RetAlleyEventError = 4734, + RetAlleyRewardLevelError = 4735, + RetAlleyRewardPrestigeNotEnough = 4736, + RetAlleyShipEmpty = 4737, + RetAlleyShipIdDismatch = 4738, + RetAlleyShipNotExist = 4739, + RetAlleyShipNotUnlock = 4740, + RetAlleyGoodsNotExist = 4741, + RetAlleyGoodsNotUnlock = 4742, + RetAlleyProfitNotPositive = 4743, + RetAlleySpecialOrderDismatch = 4744, + RetAlleyOrderGoodsOverLimit = 4745, + RetAlleySpecialOrderConditionNotMeet = 4746, + RetAlleyDepotSizeOverLimit = 4747, + RetAlleyGoodsNotEnough = 4748, + RetAlleyOrderIndexInvalid = 4749, + RetAlleyRewardAlreadyTake = 4750, + RetAlleyRewardNotExist = 4751, + RetAlleyMainMissionNotDoing = 4752, + RetAlleyCriticalEventNotFinish = 4753, + RetAlleyShopGoodsNotValid = 4754, + RetAlleySlashNotOpen = 4755, + RetAlleyPlacingAnchorInvalid = 4756, + RetAlleyPlacingGoodsIndexInvalid = 4757, + RetAlleySaveMapTooQuick = 4758, + RetAlleyMapNotLink = 4759, + RetAlleyFundsNotLowerBase = 4760, + RetAlleyEventNotFinish = 4761, + RetAlleyNormalOrderNotMeet = 4762, + RetPlayerReturnNotOpen = 4801, + RetPlayerReturnIsSigned = 4802, + RetPlayerReturnPointNotEnough = 4803, + RetPlayerReturnConditionInvalid = 4804, + RetPlayerReturnHasSigned = 4805, + RetPlayerReturnRewardTaken = 4806, + RetAetherDivideNoLineup = 4851, + RetAetherDivideLineupInvalid = 4852, + RetChatBubbleIdError = 4901, + RetChatBubbleIdNotUnlock = 4902, + RetPhoneThemeIdError = 4903, + RetPhoneThemeIdNotUnlock = 4904, + RetChatBubbleSelectIsCurrent = 4905, + RetPhoneThemeSelectIsCurrent = 4906, + RetChessRogueConfigNotFound = 4951, + RetChessRogueConfigInvalid = 4952, + RetChessRogueNoValidRoom = 4963, + RetChessRogueNoCellInfo = 4964, + RetChessRogueCellNotFinish = 4965, + RetChessRogueCellIsLocked = 4966, + RetChessRogueScheduleNotMatch = 4967, + RetChessRogueStatusFail = 4968, + RetChessRogueAreaNotExist = 4969, + RetChessRogueLineupFail = 4970, + RetChessRogueAeonFail = 4980, + RetChessRogueEnterCellFail = 4981, + RetChessRogueRollDiceFail = 4982, + RetChessRogueDiceStatusFail = 4983, + RetChessRogueDiceCntNotFull = 4984, + RetChessRogueUnlock = 4985, + RetChessRoguePickAvatarFail = 4986, + RetChessRogueAvatarInvalid = 4987, + RetChessRogueCellCanNotSelect = 4988, + RetChessRogueDiceConfirmed = 4989, + RetChessRogueNousDiceNotMatch = 4990, + RetChessRogueNousDiceRarityFail = 4991, + RetChessRogueNousDiceSurfaceDuplicate = 4992, + RetChessRogueNotInRogue = 4993, + RetChessRogueNousDiceBranchLimit = 4994, + RetHeliobusNotOpen = 5101, + RetHeliobusSnsPostNotUnlock = 5102, + RetHeliobusSnsAlreadyRead = 5103, + RetHeliobusSnsAlreadyLiked = 5104, + RetHeliobusSnsAlreadyCommented = 5105, + RetHeliobusSnsInMission = 5106, + RetHeliobusSnsAlreadyPosted = 5107, + RetHeliobusSnsNotDoingMission = 5108, + RetHeliobusRewardLevelMax = 5109, + RetHeliobusIncomeNotEnough = 5110, + RetHeliobusSnsCommentNotUnlock = 5111, + RetHeliobusChallengeNotUnlock = 5112, + RetHeliobusChallengeIdError = 5113, + RetHeliobusSkillNotUnlock = 5114, + RetHeliobusAcceptPostMissionFail = 5115, + RetHeliobusSkillNotSelected = 5116, + RetHeliobusPlaneTypeInvalid = 5117, + RetReddotParamInvalid = 5151, + RetReddotActivityNotOpen = 5152, + RetRogueEndlessActivityConfigError = 5201, + RetRogueEndlessActivityNotOpen = 5202, + RetRogueEndlessActivityOverBonusRewardLimit = 5203, + RetRogueEndlessActivityScoreNotMeet = 5204, + RetRogueEndlessActivityRewardLevleAlreadyTake = 5205, + RetHeartDialScriptNotFound = 5251, + RetHeartDialScriptEmotionTheSame = 5252, + RetHeartDialScriptStepNotNormal = 5253, + RetHeartDialScriptConditionNotMatch = 5254, + RetHeartDialScriptSubmitItemNumNotMatch = 5255, + RetHeartDialScriptSubmitItemIdNotMatch = 5256, + RetHeartDialDialogueNotFound = 5257, + RetHeartDialDialogueAlreadyPerformed = 5258, + RetHeartDialNpcNotFound = 5259, + RetHeartDialTraceConfigNotFound = 5260, + RetHeartDialFloorTraceExist = 5261, + RetHeartDialTraceFloorNotMatch = 5262, + RetTravelBrochureConfigError = 5301, + RetTravelBrochureParamInvalid = 5302, + RetTravelBrochureLocked = 5303, + RetTravelBrochureCannotOperate = 5304, + RetTravelBrochureWorldIdNotMatch = 5305, + RetTravelBrochureHasNoWorldBook = 5306, + RetTravelBrochurePageFull = 5307, + RetMapRotationNotInRegion = 5351, + RetMapRotationRotaterAlreadyDeployed = 5352, + RetMapRotationEnergyNotEnough = 5353, + RetMapRotationEntityNotOnCurPose = 5354, + RetMapRotationRotaterNotDeployed = 5355, + RetMapRotationPoseRotaterMismatch = 5356, + RetMapRotationRotaterNotRemovable = 5357, + RetMapRotationRotaterDisposable = 5358, + RetSpaceZooActivityCatNotFound = 5401, + RetSpaceZooActivityCatParamInvalid = 5402, + RetSpaceZooActivityCatItemNotEnough = 5403, + RetSpaceZooActivityCatBagFull = 5404, + RetSpaceZooActivityCatNotToMutate = 5405, + RetSpaceZooActivityCatStateError = 5406, + RetSpaceZooActivityCatCatteryLocked = 5407, + RetSpaceZooActivityCatOutNow = 5408, + RetSpaceZooActivityCatConfigNotFound = 5409, + RetSpaceZooActivityCatFeatureNotFound = 5410, + RetSpaceZooActivityCatAddCatError = 5411, + RetSpaceZooActivityCatMoneyNotEnough = 5412, + RetSpaceZooActivityCatCondNotMatch = 5413, + RetStrongChallengeActivityStageCfgMiss = 5501, + RetStrongChallengeActivityStageNotOpen = 5502, + RetStrongChallengeActivityBuffError = 5503, + RetRollShopNotFound = 5551, + RetRollShopGroupEmpty = 5552, + RetRollShopEmpty = 5553, + RetRollShopGachaReqDuplicated = 5554, + RetRollShopRandomError = 5555, + RetRollShopGroupTypeNotFound = 5556, + RetRollShopHasStoredRewardAlready = 5557, + RetRollShopNoStoredReward = 5558, + RetRollShopNotInValidScene = 5559, + RetRollShopInvalidRollShopType = 5560, + RetActivityRaidCollectionPrevNotFinish = 5601, + RetActivityRaidCollectionGroupEnterNextUnavailable = 5602, + RetActivityRaidCollectionIsLast = 5603, + RetActivityRaidCollectionIsNotNext = 5604, + RetOfferingNotUnlock = 5651, + RetOfferingLevelNotUnlock = 5652, + RetOfferingReachMaxLevel = 5653, + RetOfferingItemNotEnough = 5654, + RetOfferingLongtailNotOpen = 5655, + RetOfferingRewardCondition = 5656, + RetDrinkMakerChatInvalid = 5701, + RetDrinkMakerParamInvalid = 5702, + RetDrinkMakerParamNotUnlock = 5703, + RetDrinkMakerConfigNotFound = 5704, + RetDrinkMakerNotLastChat = 5705, + RetDrinkMakerDayAndFreePhaseNotOpen = 5706, + RetMonopolyNotOpen = 5751, + RetMonopolyConfigError = 5752, + RetMonopolyDiceNotEnough = 5753, + RetMonopolyCurCellNotFinish = 5754, + RetMonopolyCoinNotEnough = 5755, + RetMonopolyCellWaitPending = 5756, + RetMonopolyCellStateError = 5757, + RetMonopolyCellContentError = 5758, + RetMonopolyItemNotEnough = 5759, + RetMonopolyCellContentCannotGiveup = 5760, + RetMonopolyAssetLevelInvalid = 5761, + RetMonopolyTurnNotFinish = 5762, + RetMonopolyGuideNotFinish = 5763, + RetMonopolyRaffleRewardReissued = 5764, + RetMonopolyNoGameActive = 5771, + RetMonopolyGameRatioNotIncreasable = 5772, + RetMonopolyGameRatioMax = 5773, + RetMonopolyGameTargetRatioInvalid = 5774, + RetMonopolyGameBingoFlipPosInvalid = 5775, + RetMonopolyGameGuessAlreadyChoose = 5776, + RetMonopolyGameGuessChooseInvalid = 5777, + RetMonopolyGameGuessInformationAlreadyBought = 5778, + RetMonopolyGameRaiseRatioNotUnlock = 5779, + RetMonopolyFriendNotSynced = 5785, + RetMonopolyGetFriendRankingListInCd = 5786, + RetMonopolyLikeTargetNotFriend = 5787, + RetMonopolyDailyAlreadyLiked = 5788, + RetMonopolySocialEventStatusNotMatch = 5789, + RetMonopolySocialEventServerCacheNotExist = 5790, + RetMonopolyActivityIdNotMatch = 5791, + RetMonopolyRafflePoolNotExist = 5792, + RetMonopolyRafflePoolTimeNotMatch = 5793, + RetMonopolyRafflePoolPhaseNotMeet = 5794, + RetMonopolyRafflePoolShowTimeNotMeet = 5795, + RetMonopolyRaffleTicketNotFound = 5796, + RetMonopolyRaffleTicketTimeNotMeet = 5797, + RetMonopolyRaffleTicketRewardAlreadyTaken = 5798, + RetMonopolyRafflePoolNotInRaffleTime = 5799, + RetMonopolyMbtiReportRewardAlreadyTaken = 5800, + RetEvolveBuildLevelGaming = 5801, + RetEveolveBuildLevelBanRandom = 5802, + RetEvolveBuildFirstRewardAlreadyTaken = 5803, + RetEvolveBuildLevelUnfinish = 5804, + RetEvolveBuildShopAbilityMaxLevel = 5805, + RetEvolveBuildShopAbilityMinLevel = 5806, + RetEvolveBuildShopAbilityNotGet = 5807, + RetEvolveBuildLevelLock = 5808, + RetEvolveBuildExpNotEnough = 5809, + RetEvolveBuildShopAbilityLevelError = 5810, + RetEvolveBuildActivityNotOpen = 5811, + RetEvolveBuildShopAbilityEmpty = 5812, + RetEvolveBuildLevelNotStart = 5813, + RetEvolveBuildShopLock = 5814, + RetEvolveBuildRewardLock = 5815, + RetEvolveBuildRewardLevelMax = 5816, + RetEvolveBuildRewardAlreadyAllTaken = 5717, + RetClockParkConfigError = 5851, + RetClockParkEffectError = 5852, + RetClockParkScriptAlreadyUnlock = 5853, + RetClockParkScriptUnlockConditionNotMeet = 5854, + RetClockParkTalentAlreadyUnlock = 5855, + RetClockParkScriptLocked = 5856, + RetClockParkHasOngoingScript = 5857, + RetClockParkNoOngoingScript = 5858, + RetClockParkDicePlacementError = 5859, + RetClockParkMismatchStatus = 5860, + RetClockParkNoBuff = 5861, + RetClockParkSlotMachineGachaReqDuplicated = 5862, + RetClockParkSlotMachineCostNotEnough = 5863, + RetClockParkSlotMachineGachaCntExceedLimit = 5864, + RetClockParkNotOpen = 5865, + RetTournRogueStatusMismatch = 5901, + RetMagicRogueStatusMismatch = 5902, + RetMatchAlreadyInMatch = 6201, + RetMatchNotInMatch = 6202, + RetMatchPlayNotOpen = 6203, + RetCrossStateError = 6204, + RetMatchVersionNotEqual = 6205, + RetMatchPlayerNotInLobbyRoom = 6206, + RetLobbyStateNotMatch = 6207, + RetLobbyRoomNotExist = 6208, + RetLobbyRoomPalyerFull = 6209, + RetLobbyRoomPalyerNotReady = 6210, + RetLobbyRoomPalyerFighting = 6211, + RetFightRoomNotExist = 6250, + RetFightMatch3PlayerStateErr = 6251, + RetFightMatch3RoomStateErr = 6252, + RetSwordTrainingNoActiveGame = 6301, + RetSwordTrainingNoPendingActionMatch = 6302, + RetSwordTrainingPartnerAbilityInvalid = 6303, + RetSwordTrainingSkillAlreadyLearned = 6304, + RetSwordTrainingConditionNotMeet = 6305, + RetSwordTrainingParentSkillNotLearned = 6306, + RetSwordTrainingSkillTypeNotUnlock = 6307, + RetSwordTrainingGameAlreadyExist = 6308, + RetSwordTrainingEndingHintNotMatch = 6309, + RetSwordTrainingStorylineConfigNotFound = 6310, + RetSwordTrainingStoryConfigNotFound = 6311, + RetSwordTrainingUnlockNotFinish = 6312, + RetSwordTrainingOptionMismatch = 6313, + RetSwordTrainingRestoreWithoutExamFailed = 6314, + RetSwordTrainingNoRestoreGameAvailable = 6315, + RetSwordTrainingEndingStoryNotMatch = 6316, + RetSwordTrainingEndingNotFinish = 6317, + RetSwordTrainingEndingRewardTaken = 6318, + RetSwordTrainingCombatRankNotChange = 6319, + RetSwordTrainingDirectBattleDisable = 6320, + RetFightFestPhaseNotMatch = 6351, + RetFightFestScoreRaceAlreadyFinish = 6352, + RetFightFestChallengeLocked = 6353, + RetFightFestCoachSkillLocked = 6354, + RetFightFestCoachSkillEquipTypeExisted = 6355, + RetFightFestScoreRaceMissionDoind = 6356, + RetFightFestCoachSkillNoEquip = 6357, + RetPetNotExist = 6401, + RetPetAlreadySummoned = 6402, + RetPetNotSummoned = 6403, + RetMusicRhythmLevelTimeTooShort = 6451, + RetMusicRhythmNotInLevel = 6452, + RetMusicRhythmPreDifficultyNotPass = 6453, + RetMusicRhythmSongLimited = 6454, + RetMusicRhythmSongLocked = 6455, + RetMusicRhythmTrackLocked = 6456, + RetMusicRhythmLevelNotUnlock = 6457, +} +impl Nbbhhpnhond { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Nbbhhpnhond::RetSucc => "RET_SUCC", + Nbbhhpnhond::RetFail => "RET_FAIL", + Nbbhhpnhond::RetServerInternalError => "RET_SERVER_INTERNAL_ERROR", + Nbbhhpnhond::RetTimeout => "RET_TIMEOUT", + Nbbhhpnhond::RetRepeatedReq => "RET_REPEATED_REQ", + Nbbhhpnhond::RetReqParaInvalid => "RET_REQ_PARA_INVALID", + Nbbhhpnhond::RetPlayerDataError => "RET_PLAYER_DATA_ERROR", + Nbbhhpnhond::RetPlayerClientPaused => "RET_PLAYER_CLIENT_PAUSED", + Nbbhhpnhond::RetFuncCheckFailed => "RET_FUNC_CHECK_FAILED", + Nbbhhpnhond::RetFeatureSwitchClosed => "RET_FEATURE_SWITCH_CLOSED", + Nbbhhpnhond::RetFreqOverLimit => "RET_FREQ_OVER_LIMIT", + Nbbhhpnhond::RetSystemBusy => "RET_SYSTEM_BUSY", + Nbbhhpnhond::RetPlayerNotOnline => "RET_PLAYER_NOT_ONLINE", + Nbbhhpnhond::RetRepeateLogin => "RET_REPEATE_LOGIN", + Nbbhhpnhond::RetRetryLogin => "RET_RETRY_LOGIN", + Nbbhhpnhond::RetWaitLogin => "RET_WAIT_LOGIN", + Nbbhhpnhond::RetNotInWhiteList => "RET_NOT_IN_WHITE_LIST", + Nbbhhpnhond::RetInBlackList => "RET_IN_BLACK_LIST", + Nbbhhpnhond::RetAccountVerifyError => "RET_ACCOUNT_VERIFY_ERROR", + Nbbhhpnhond::RetAccountParaError => "RET_ACCOUNT_PARA_ERROR", + Nbbhhpnhond::RetAntiAddictLogin => "RET_ANTI_ADDICT_LOGIN", + Nbbhhpnhond::RetCheckSumError => "RET_CHECK_SUM_ERROR", + Nbbhhpnhond::RetReachMaxPlayerNum => "RET_REACH_MAX_PLAYER_NUM", + Nbbhhpnhond::RetAlreadyRegistered => "RET_ALREADY_REGISTERED", + Nbbhhpnhond::RetGenderError => "RET_GENDER_ERROR", + Nbbhhpnhond::SetNicknameRetCallbackProcessing => { + "SET_NICKNAME_RET_CALLBACK_PROCESSING" + } + Nbbhhpnhond::RetInGmBindAccess => "RET_IN_GM_BIND_ACCESS", + Nbbhhpnhond::RetQuestRewardAlreadyTaken => "RET_QUEST_REWARD_ALREADY_TAKEN", + Nbbhhpnhond::RetQuestNotAccept => "RET_QUEST_NOT_ACCEPT", + Nbbhhpnhond::RetQuestNotFinish => "RET_QUEST_NOT_FINISH", + Nbbhhpnhond::RetQuestStatusError => "RET_QUEST_STATUS_ERROR", + Nbbhhpnhond::RetAchievementLevelNotReach => "RET_ACHIEVEMENT_LEVEL_NOT_REACH", + Nbbhhpnhond::RetAchievementLevelAlreadyTaken => { + "RET_ACHIEVEMENT_LEVEL_ALREADY_TAKEN" + } + Nbbhhpnhond::RetAvatarNotExist => "RET_AVATAR_NOT_EXIST", + Nbbhhpnhond::RetAvatarResExpNotEnough => "RET_AVATAR_RES_EXP_NOT_ENOUGH", + Nbbhhpnhond::RetAvatarExpReachPromotionLimit => { + "RET_AVATAR_EXP_REACH_PROMOTION_LIMIT" + } + Nbbhhpnhond::RetAvatarReachMaxPromotion => "RET_AVATAR_REACH_MAX_PROMOTION", + Nbbhhpnhond::RetSkilltreeConfigNotExist => "RET_SKILLTREE_CONFIG_NOT_EXIST", + Nbbhhpnhond::RetSkilltreeAlreadyUnlock => "RET_SKILLTREE_ALREADY_UNLOCK", + Nbbhhpnhond::RetSkilltreePreLocked => "RET_SKILLTREE_PRE_LOCKED", + Nbbhhpnhond::RetSkilltreeLevelNotMeet => "RET_SKILLTREE_LEVEL_NOT_MEET", + Nbbhhpnhond::RetSkilltreeRankNotMeet => "RET_SKILLTREE_RANK_NOT_MEET", + Nbbhhpnhond::RetAvatarDressNoEquipment => "RET_AVATAR_DRESS_NO_EQUIPMENT", + Nbbhhpnhond::RetAvatarExpItemNotExist => "RET_AVATAR_EXP_ITEM_NOT_EXIST", + Nbbhhpnhond::RetSkilltreePointLocked => "RET_SKILLTREE_POINT_LOCKED", + Nbbhhpnhond::RetSkilltreePointLevelUpgradeNotMatch => { + "RET_SKILLTREE_POINT_LEVEL_UPGRADE_NOT_MATCH" + } + Nbbhhpnhond::RetSkilltreePointLevelReachMax => { + "RET_SKILLTREE_POINT_LEVEL_REACH_MAX" + } + Nbbhhpnhond::RetWorldLevelNotMeet => "RET_WORLD_LEVEL_NOT_MEET", + Nbbhhpnhond::RetPlayerLevelNotMeet => "RET_PLAYER_LEVEL_NOT_MEET", + Nbbhhpnhond::RetAvatarRankNotMatch => "RET_AVATAR_RANK_NOT_MATCH", + Nbbhhpnhond::RetAvatarRankReachMax => "RET_AVATAR_RANK_REACH_MAX", + Nbbhhpnhond::RetHeroBasicTypeNotMatch => "RET_HERO_BASIC_TYPE_NOT_MATCH", + Nbbhhpnhond::RetAvatarPromotionNotMeet => "RET_AVATAR_PROMOTION_NOT_MEET", + Nbbhhpnhond::RetPromotionRewardConfigNotExist => { + "RET_PROMOTION_REWARD_CONFIG_NOT_EXIST" + } + Nbbhhpnhond::RetPromotionRewardAlreadyTaken => { + "RET_PROMOTION_REWARD_ALREADY_TAKEN" + } + Nbbhhpnhond::RetAvatarSkinItemNotExist => "RET_AVATAR_SKIN_ITEM_NOT_EXIST", + Nbbhhpnhond::RetAvatarSkinAlreadyDressed => "RET_AVATAR_SKIN_ALREADY_DRESSED", + Nbbhhpnhond::RetAvatarNotDressSkin => "RET_AVATAR_NOT_DRESS_SKIN", + Nbbhhpnhond::RetAvatarSkinNotMatchAvatar => { + "RET_AVATAR_SKIN_NOT_MATCH_AVATAR" + } + Nbbhhpnhond::RetItemNotExist => "RET_ITEM_NOT_EXIST", + Nbbhhpnhond::RetItemCostNotEnough => "RET_ITEM_COST_NOT_ENOUGH", + Nbbhhpnhond::RetItemCostTooMuch => "RET_ITEM_COST_TOO_MUCH", + Nbbhhpnhond::RetItemNoCost => "RET_ITEM_NO_COST", + Nbbhhpnhond::RetItemNotEnough => "RET_ITEM_NOT_ENOUGH", + Nbbhhpnhond::RetItemInvalid => "RET_ITEM_INVALID", + Nbbhhpnhond::RetItemConfigNotExist => "RET_ITEM_CONFIG_NOT_EXIST", + Nbbhhpnhond::RetScoinNotEnough => "RET_SCOIN_NOT_ENOUGH", + Nbbhhpnhond::RetItemRewardExceedLimit => "RET_ITEM_REWARD_EXCEED_LIMIT", + Nbbhhpnhond::RetItemInvalidUse => "RET_ITEM_INVALID_USE", + Nbbhhpnhond::RetItemUseConfigNotExist => "RET_ITEM_USE_CONFIG_NOT_EXIST", + Nbbhhpnhond::RetRewardConfigNotExist => "RET_REWARD_CONFIG_NOT_EXIST", + Nbbhhpnhond::RetItemExceedLimit => "RET_ITEM_EXCEED_LIMIT", + Nbbhhpnhond::RetItemCountInvalid => "RET_ITEM_COUNT_INVALID", + Nbbhhpnhond::RetItemUseTargetTypeInvalid => { + "RET_ITEM_USE_TARGET_TYPE_INVALID" + } + Nbbhhpnhond::RetItemUseSatietyFull => "RET_ITEM_USE_SATIETY_FULL", + Nbbhhpnhond::RetItemComposeNotExist => "RET_ITEM_COMPOSE_NOT_EXIST", + Nbbhhpnhond::RetRelicComposeNotExist => "RET_RELIC_COMPOSE_NOT_EXIST", + Nbbhhpnhond::RetItemCanNotSell => "RET_ITEM_CAN_NOT_SELL", + Nbbhhpnhond::RetItemSellExceddLimit => "RET_ITEM_SELL_EXCEDD_LIMIT", + Nbbhhpnhond::RetItemNotInCostList => "RET_ITEM_NOT_IN_COST_LIST", + Nbbhhpnhond::RetItemSpecialCostNotEnough => { + "RET_ITEM_SPECIAL_COST_NOT_ENOUGH" + } + Nbbhhpnhond::RetItemSpecialCostTooMuch => "RET_ITEM_SPECIAL_COST_TOO_MUCH", + Nbbhhpnhond::RetItemFormulaNotExist => "RET_ITEM_FORMULA_NOT_EXIST", + Nbbhhpnhond::RetItemAutoGiftOptionalNotExist => { + "RET_ITEM_AUTO_GIFT_OPTIONAL_NOT_EXIST" + } + Nbbhhpnhond::RetRelicComposeRelicInvalid => "RET_RELIC_COMPOSE_RELIC_INVALID", + Nbbhhpnhond::RetRelicComposeMainAffixIdInvalid => { + "RET_RELIC_COMPOSE_MAIN_AFFIX_ID_INVALID" + } + Nbbhhpnhond::RetRelicComposeWrongFormulaType => { + "RET_RELIC_COMPOSE_WRONG_FORMULA_TYPE" + } + Nbbhhpnhond::RetRelicComposeRelicNotExist => { + "RET_RELIC_COMPOSE_RELIC_NOT_EXIST" + } + Nbbhhpnhond::RetRelicComposeBlackGoldCountInvalid => { + "RET_RELIC_COMPOSE_BLACK_GOLD_COUNT_INVALID" + } + Nbbhhpnhond::RetRelicComposeBlackGoldNotNeed => { + "RET_RELIC_COMPOSE_BLACK_GOLD_NOT_NEED" + } + Nbbhhpnhond::RetMonthCardCannotUse => "RET_MONTH_CARD_CANNOT_USE", + Nbbhhpnhond::RetItemRewardExceedDisappear => { + "RET_ITEM_REWARD_EXCEED_DISAPPEAR" + } + Nbbhhpnhond::RetItemNeedRecycle => "RET_ITEM_NEED_RECYCLE", + Nbbhhpnhond::RetItemComposeExceedLimit => "RET_ITEM_COMPOSE_EXCEED_LIMIT", + Nbbhhpnhond::RetItemCanNotDestroy => "RET_ITEM_CAN_NOT_DESTROY", + Nbbhhpnhond::RetItemAlreadyMark => "RET_ITEM_ALREADY_MARK", + Nbbhhpnhond::RetItemMarkExceedLimit => "RET_ITEM_MARK_EXCEED_LIMIT", + Nbbhhpnhond::RetItemNotMark => "RET_ITEM_NOT_MARK", + Nbbhhpnhond::RetItenTurnFoodNotSet => "RET_ITEN_TURN_FOOD_NOT_SET", + Nbbhhpnhond::RetItemTurnFoodAlreadySet => "RET_ITEM_TURN_FOOD_ALREADY_SET", + Nbbhhpnhond::RetItemTurnFoodConsumeTypeError => { + "RET_ITEM_TURN_FOOD_CONSUME_TYPE_ERROR" + } + Nbbhhpnhond::RetItemTurnFoodSwitchAlreadyOpen => { + "RET_ITEM_TURN_FOOD_SWITCH_ALREADY_OPEN" + } + Nbbhhpnhond::RetItemTurnFoodSwitchAlreadyClose => { + "RET_ITEM_TURN_FOOD_SWITCH_ALREADY_CLOSE" + } + Nbbhhpnhond::RetHcoinExchangeTooMuch => "RET_HCOIN_EXCHANGE_TOO_MUCH", + Nbbhhpnhond::RetItemTurnFoodSceneTypeError => { + "RET_ITEM_TURN_FOOD_SCENE_TYPE_ERROR" + } + Nbbhhpnhond::RetEquipmentAlreadyDressed => "RET_EQUIPMENT_ALREADY_DRESSED", + Nbbhhpnhond::RetEquipmentNotExist => "RET_EQUIPMENT_NOT_EXIST", + Nbbhhpnhond::RetEquipmentReachLevelLimit => "RET_EQUIPMENT_REACH_LEVEL_LIMIT", + Nbbhhpnhond::RetEquipmentConsumeSelf => "RET_EQUIPMENT_CONSUME_SELF", + Nbbhhpnhond::RetEquipmentAlreadyLocked => "RET_EQUIPMENT_ALREADY_LOCKED", + Nbbhhpnhond::RetEquipmentAlreadyUnlocked => "RET_EQUIPMENT_ALREADY_UNLOCKED", + Nbbhhpnhond::RetEquipmentLocked => "RET_EQUIPMENT_LOCKED", + Nbbhhpnhond::RetEquipmentSelectNumOverLimit => { + "RET_EQUIPMENT_SELECT_NUM_OVER_LIMIT" + } + Nbbhhpnhond::RetEquipmentRankUpMustConsumeSameTid => { + "RET_EQUIPMENT_RANK_UP_MUST_CONSUME_SAME_TID" + } + Nbbhhpnhond::RetEquipmentPromotionReachMax => { + "RET_EQUIPMENT_PROMOTION_REACH_MAX" + } + Nbbhhpnhond::RetEquipmentRankUpReachMax => "RET_EQUIPMENT_RANK_UP_REACH_MAX", + Nbbhhpnhond::RetEquipmentLevelReachMax => "RET_EQUIPMENT_LEVEL_REACH_MAX", + Nbbhhpnhond::RetEquipmentExceedLimit => "RET_EQUIPMENT_EXCEED_LIMIT", + Nbbhhpnhond::RetRelicNotExist => "RET_RELIC_NOT_EXIST", + Nbbhhpnhond::RetRelicReachLevelLimit => "RET_RELIC_REACH_LEVEL_LIMIT", + Nbbhhpnhond::RetRelicConsumeSelf => "RET_RELIC_CONSUME_SELF", + Nbbhhpnhond::RetRelicAlreadyDressed => "RET_RELIC_ALREADY_DRESSED", + Nbbhhpnhond::RetRelicLocked => "RET_RELIC_LOCKED", + Nbbhhpnhond::RetRelicAlreadyLocked => "RET_RELIC_ALREADY_LOCKED", + Nbbhhpnhond::RetRelicAlreadyUnlocked => "RET_RELIC_ALREADY_UNLOCKED", + Nbbhhpnhond::RetRelicLevelIsNotZero => "RET_RELIC_LEVEL_IS_NOT_ZERO", + Nbbhhpnhond::RetUniqueIdRepeated => "RET_UNIQUE_ID_REPEATED", + Nbbhhpnhond::RetEquipmentLevelNotMeet => "RET_EQUIPMENT_LEVEL_NOT_MEET", + Nbbhhpnhond::RetEquipmentItemNotInCostList => { + "RET_EQUIPMENT_ITEM_NOT_IN_COST_LIST" + } + Nbbhhpnhond::RetEquipmentLevelGreaterThanOne => { + "RET_EQUIPMENT_LEVEL_GREATER_THAN_ONE" + } + Nbbhhpnhond::RetEquipmentAlreadyRanked => "RET_EQUIPMENT_ALREADY_RANKED", + Nbbhhpnhond::RetRelicExceedLimit => "RET_RELIC_EXCEED_LIMIT", + Nbbhhpnhond::RetRelicAlreadyDiscarded => "RET_RELIC_ALREADY_DISCARDED", + Nbbhhpnhond::RetRelicAlreadyUndiscarded => "RET_RELIC_ALREADY_UNDISCARDED", + Nbbhhpnhond::RetEquipmentBatchLockTooFast => { + "RET_EQUIPMENT_BATCH_LOCK_TOO_FAST" + } + Nbbhhpnhond::RetRelicFilterPlanSlotEmpty => { + "RET_RELIC_FILTER_PLAN_SLOT_EMPTY" + } + Nbbhhpnhond::RetRelicFilterPlanNumExceedLimit => { + "RET_RELIC_FILTER_PLAN_NUM_EXCEED_LIMIT" + } + Nbbhhpnhond::RetRelicFilterPlanNameUtf8Error => { + "RET_RELIC_FILTER_PLAN_NAME_UTF8_ERROR" + } + Nbbhhpnhond::RetRelicFilterPlanNameFormatError => { + "RET_RELIC_FILTER_PLAN_NAME_FORMAT_ERROR" + } + Nbbhhpnhond::RetRelicFilterPlanNoChange => "RET_RELIC_FILTER_PLAN_NO_CHANGE", + Nbbhhpnhond::RetLineupInvalidIndex => "RET_LINEUP_INVALID_INDEX", + Nbbhhpnhond::RetLineupInvalidMemberPos => "RET_LINEUP_INVALID_MEMBER_POS", + Nbbhhpnhond::RetLineupSwapNotExist => "RET_LINEUP_SWAP_NOT_EXIST", + Nbbhhpnhond::RetLineupAvatarAlreadyIn => "RET_LINEUP_AVATAR_ALREADY_IN", + Nbbhhpnhond::RetLineupCreateAvatarError => "RET_LINEUP_CREATE_AVATAR_ERROR", + Nbbhhpnhond::RetLineupAvatarInitError => "RET_LINEUP_AVATAR_INIT_ERROR", + Nbbhhpnhond::RetLineupNotExist => "RET_LINEUP_NOT_EXIST", + Nbbhhpnhond::RetLineupOnlyOneMember => "RET_LINEUP_ONLY_ONE_MEMBER", + Nbbhhpnhond::RetLineupSameLeaderSlot => "RET_LINEUP_SAME_LEADER_SLOT", + Nbbhhpnhond::RetLineupNoLeaderSelect => "RET_LINEUP_NO_LEADER_SELECT", + Nbbhhpnhond::RetLineupSwapSameSlot => "RET_LINEUP_SWAP_SAME_SLOT", + Nbbhhpnhond::RetLineupAvatarNotExist => "RET_LINEUP_AVATAR_NOT_EXIST", + Nbbhhpnhond::RetLineupTrialAvatarCanNotQuit => { + "RET_LINEUP_TRIAL_AVATAR_CAN_NOT_QUIT" + } + Nbbhhpnhond::RetLineupVirtualLineupPlaneNotMatch => { + "RET_LINEUP_VIRTUAL_LINEUP_PLANE_NOT_MATCH" + } + Nbbhhpnhond::RetLineupNotValidLeader => "RET_LINEUP_NOT_VALID_LEADER", + Nbbhhpnhond::RetLineupSameIndex => "RET_LINEUP_SAME_INDEX", + Nbbhhpnhond::RetLineupIsEmpty => "RET_LINEUP_IS_EMPTY", + Nbbhhpnhond::RetLineupNameFormatError => "RET_LINEUP_NAME_FORMAT_ERROR", + Nbbhhpnhond::RetLineupTypeNotMatch => "RET_LINEUP_TYPE_NOT_MATCH", + Nbbhhpnhond::RetLineupReplaceAllFailed => "RET_LINEUP_REPLACE_ALL_FAILED", + Nbbhhpnhond::RetLineupNotAllowEdit => "RET_LINEUP_NOT_ALLOW_EDIT", + Nbbhhpnhond::RetLineupAvatarIsAlive => "RET_LINEUP_AVATAR_IS_ALIVE", + Nbbhhpnhond::RetLineupAssistHasOnlyMember => { + "RET_LINEUP_ASSIST_HAS_ONLY_MEMBER" + } + Nbbhhpnhond::RetLineupAssistCannotSwitch => "RET_LINEUP_ASSIST_CANNOT_SWITCH", + Nbbhhpnhond::RetLineupAvatarTypeInvalid => "RET_LINEUP_AVATAR_TYPE_INVALID", + Nbbhhpnhond::RetLineupNameUtf8Error => "RET_LINEUP_NAME_UTF8_ERROR", + Nbbhhpnhond::RetLineupLeaderLock => "RET_LINEUP_LEADER_LOCK", + Nbbhhpnhond::RetLineupStoryLineNotMatch => "RET_LINEUP_STORY_LINE_NOT_MATCH", + Nbbhhpnhond::RetLineupAvatarLock => "RET_LINEUP_AVATAR_LOCK", + Nbbhhpnhond::RetLineupAvatarInvalid => "RET_LINEUP_AVATAR_INVALID", + Nbbhhpnhond::RetLineupAvatarAlreadyInit => "RET_LINEUP_AVATAR_ALREADY_INIT", + Nbbhhpnhond::RetLineupLimited => "RET_LINEUP_LIMITED", + Nbbhhpnhond::RetMailNotExist => "RET_MAIL_NOT_EXIST", + Nbbhhpnhond::RetMailRangeInvalid => "RET_MAIL_RANGE_INVALID", + Nbbhhpnhond::RetMailMailIdInvalid => "RET_MAIL_MAIL_ID_INVALID", + Nbbhhpnhond::RetMailNoMailTakeAttachment => { + "RET_MAIL_NO_MAIL_TAKE_ATTACHMENT" + } + Nbbhhpnhond::RetMailNoMailToDel => "RET_MAIL_NO_MAIL_TO_DEL", + Nbbhhpnhond::RetMailTypeInvalid => "RET_MAIL_TYPE_INVALID", + Nbbhhpnhond::RetMailParaInvalid => "RET_MAIL_PARA_INVALID", + Nbbhhpnhond::RetMailAttachementInvalid => "RET_MAIL_ATTACHEMENT_INVALID", + Nbbhhpnhond::RetMailTicketInvalid => "RET_MAIL_TICKET_INVALID", + Nbbhhpnhond::RetMailTicketRepeated => "RET_MAIL_TICKET_REPEATED", + Nbbhhpnhond::RetStageSettleError => "RET_STAGE_SETTLE_ERROR", + Nbbhhpnhond::RetStageConfigNotExist => "RET_STAGE_CONFIG_NOT_EXIST", + Nbbhhpnhond::RetStageNotFound => "RET_STAGE_NOT_FOUND", + Nbbhhpnhond::RetStageCocoonPropNotValid => "RET_STAGE_COCOON_PROP_NOT_VALID", + Nbbhhpnhond::RetStageCocoonWaveNotValid => "RET_STAGE_COCOON_WAVE_NOT_VALID", + Nbbhhpnhond::RetStagePropIdNotEqual => "RET_STAGE_PROP_ID_NOT_EQUAL", + Nbbhhpnhond::RetStageCocoonWaveOver => "RET_STAGE_COCOON_WAVE_OVER", + Nbbhhpnhond::RetStageWeekCocoonOverCnt => "RET_STAGE_WEEK_COCOON_OVER_CNT", + Nbbhhpnhond::RetStageCocoonNotOpen => "RET_STAGE_COCOON_NOT_OPEN", + Nbbhhpnhond::RetStageTrialNotOpen => "RET_STAGE_TRIAL_NOT_OPEN", + Nbbhhpnhond::RetStageFarmNotOpen => "RET_STAGE_FARM_NOT_OPEN", + Nbbhhpnhond::RetStageFarmTypeError => "RET_STAGE_FARM_TYPE_ERROR", + Nbbhhpnhond::RetChapterLock => "RET_CHAPTER_LOCK", + Nbbhhpnhond::RetChapterChallengeNumNotEnough => { + "RET_CHAPTER_CHALLENGE_NUM_NOT_ENOUGH" + } + Nbbhhpnhond::RetChapterRewardIdNotExist => "RET_CHAPTER_REWARD_ID_NOT_EXIST", + Nbbhhpnhond::RetChapterRewardAlreadyTaken => { + "RET_CHAPTER_REWARD_ALREADY_TAKEN" + } + Nbbhhpnhond::RetBattleStageNotMatch => "RET_BATTLE_STAGE_NOT_MATCH", + Nbbhhpnhond::RetInBattleNow => "RET_IN_BATTLE_NOW", + Nbbhhpnhond::RetBattleCheat => "RET_BATTLE_CHEAT", + Nbbhhpnhond::RetBattleFail => "RET_BATTLE_FAIL", + Nbbhhpnhond::RetBattleNoLineup => "RET_BATTLE_NO_LINEUP", + Nbbhhpnhond::RetBattleLineupEmpty => "RET_BATTLE_LINEUP_EMPTY", + Nbbhhpnhond::RetBattleVersionNotMatch => "RET_BATTLE_VERSION_NOT_MATCH", + Nbbhhpnhond::RetBattleQuitByServer => "RET_BATTLE_QUIT_BY_SERVER", + Nbbhhpnhond::RetInBattleCheck => "RET_IN_BATTLE_CHECK", + Nbbhhpnhond::RetBattleCheckNeedRetry => "RET_BATTLE_CHECK_NEED_RETRY", + Nbbhhpnhond::RetBattleCostTimeCheckFail => "RET_BATTLE_COST_TIME_CHECK_FAIL", + Nbbhhpnhond::RetLackExchangeStaminaTimes => "RET_LACK_EXCHANGE_STAMINA_TIMES", + Nbbhhpnhond::RetLackStamina => "RET_LACK_STAMINA", + Nbbhhpnhond::RetStaminaFull => "RET_STAMINA_FULL", + Nbbhhpnhond::RetAuthkeySignTypeError => "RET_AUTHKEY_SIGN_TYPE_ERROR", + Nbbhhpnhond::RetAuthkeySignVerError => "RET_AUTHKEY_SIGN_VER_ERROR", + Nbbhhpnhond::RetNicknameFormatError => "RET_NICKNAME_FORMAT_ERROR", + Nbbhhpnhond::RetSensitiveWords => "RET_SENSITIVE_WORDS", + Nbbhhpnhond::RetLevelRewardHasTaken => "RET_LEVEL_REWARD_HAS_TAKEN", + Nbbhhpnhond::RetLevelRewardLevelError => "RET_LEVEL_REWARD_LEVEL_ERROR", + Nbbhhpnhond::RetLanguageInvalid => "RET_LANGUAGE_INVALID", + Nbbhhpnhond::RetNicknameInCd => "RET_NICKNAME_IN_CD", + Nbbhhpnhond::RetGameplayBirthdayInvalid => "RET_GAMEPLAY_BIRTHDAY_INVALID", + Nbbhhpnhond::RetGameplayBirthdayAlreadySet => { + "RET_GAMEPLAY_BIRTHDAY_ALREADY_SET" + } + Nbbhhpnhond::RetNicknameUtf8Error => "RET_NICKNAME_UTF8_ERROR", + Nbbhhpnhond::RetNicknameDigitLimitError => "RET_NICKNAME_DIGIT_LIMIT_ERROR", + Nbbhhpnhond::RetSensitiveWordsPlatformError => { + "RET_SENSITIVE_WORDS_PLATFORM_ERROR" + } + Nbbhhpnhond::RetPlayerSettingTypeInvalid => "RET_PLAYER_SETTING_TYPE_INVALID", + Nbbhhpnhond::RetMazeLackTicket => "RET_MAZE_LACK_TICKET", + Nbbhhpnhond::RetMazeNotUnlock => "RET_MAZE_NOT_UNLOCK", + Nbbhhpnhond::RetMazeNoAbility => "RET_MAZE_NO_ABILITY", + Nbbhhpnhond::RetMazeNoPlane => "RET_MAZE_NO_PLANE", + Nbbhhpnhond::RetMazeMapNotExist => "RET_MAZE_MAP_NOT_EXIST", + Nbbhhpnhond::RetMazeMpNotEnough => "RET_MAZE_MP_NOT_ENOUGH", + Nbbhhpnhond::RetSpringNotEnable => "RET_SPRING_NOT_ENABLE", + Nbbhhpnhond::RetSpringTooFar => "RET_SPRING_TOO_FAR", + Nbbhhpnhond::RetNotInMaze => "RET_NOT_IN_MAZE", + Nbbhhpnhond::RetMazeTimeOfDayTypeError => "RET_MAZE_TIME_OF_DAY_TYPE_ERROR", + Nbbhhpnhond::RetSceneTransferLockedByTask => { + "RET_SCENE_TRANSFER_LOCKED_BY_TASK" + } + Nbbhhpnhond::RetPlotNotUnlock => "RET_PLOT_NOT_UNLOCK", + Nbbhhpnhond::RetMissionNotExist => "RET_MISSION_NOT_EXIST", + Nbbhhpnhond::RetMissionAlreadyDone => "RET_MISSION_ALREADY_DONE", + Nbbhhpnhond::RetDailyTaskNotFinish => "RET_DAILY_TASK_NOT_FINISH", + Nbbhhpnhond::RetDailyTaskRewardHasTaken => "RET_DAILY_TASK_REWARD_HAS_TAKEN", + Nbbhhpnhond::RetMissionNotFinish => "RET_MISSION_NOT_FINISH", + Nbbhhpnhond::RetMissionNotDoing => "RET_MISSION_NOT_DOING", + Nbbhhpnhond::RetMissionFinishWayNotMatch => { + "RET_MISSION_FINISH_WAY_NOT_MATCH" + } + Nbbhhpnhond::RetMissionSceneNotMatch => "RET_MISSION_SCENE_NOT_MATCH", + Nbbhhpnhond::RetMissionCustomValueNotValid => { + "RET_MISSION_CUSTOM_VALUE_NOT_VALID" + } + Nbbhhpnhond::RetMissionSubMissionNotMatch => { + "RET_MISSION_SUB_MISSION_NOT_MATCH" + } + Nbbhhpnhond::RetAdventureMapNotExist => "RET_ADVENTURE_MAP_NOT_EXIST", + Nbbhhpnhond::RetSceneEntityNotExist => "RET_SCENE_ENTITY_NOT_EXIST", + Nbbhhpnhond::RetNotInScene => "RET_NOT_IN_SCENE", + Nbbhhpnhond::RetSceneMonsterNotExist => "RET_SCENE_MONSTER_NOT_EXIST", + Nbbhhpnhond::RetInteractConfigNotExist => "RET_INTERACT_CONFIG_NOT_EXIST", + Nbbhhpnhond::RetUnsupportedPropState => "RET_UNSUPPORTED_PROP_STATE", + Nbbhhpnhond::RetSceneEntryIdNotMatch => "RET_SCENE_ENTRY_ID_NOT_MATCH", + Nbbhhpnhond::RetSceneEntityMoveCheckFailed => { + "RET_SCENE_ENTITY_MOVE_CHECK_FAILED" + } + Nbbhhpnhond::RetAssistMonsterCountLimit => "RET_ASSIST_MONSTER_COUNT_LIMIT", + Nbbhhpnhond::RetSceneUseSkillFail => "RET_SCENE_USE_SKILL_FAIL", + Nbbhhpnhond::RetPropIsHidden => "RET_PROP_IS_HIDDEN", + Nbbhhpnhond::RetLoadingSuccAlready => "RET_LOADING_SUCC_ALREADY", + Nbbhhpnhond::RetSceneEntityTypeInvalid => "RET_SCENE_ENTITY_TYPE_INVALID", + Nbbhhpnhond::RetInteractTypeInvalid => "RET_INTERACT_TYPE_INVALID", + Nbbhhpnhond::RetInteractNotInRegion => "RET_INTERACT_NOT_IN_REGION", + Nbbhhpnhond::RetInteractSubTypeInvalid => "RET_INTERACT_SUB_TYPE_INVALID", + Nbbhhpnhond::RetNotLeaderEntity => "RET_NOT_LEADER_ENTITY", + Nbbhhpnhond::RetMonsterIsNotFarmElement => "RET_MONSTER_IS_NOT_FARM_ELEMENT", + Nbbhhpnhond::RetMonsterConfigNotExist => "RET_MONSTER_CONFIG_NOT_EXIST", + Nbbhhpnhond::RetAvatarHpAlreadyFull => "RET_AVATAR_HP_ALREADY_FULL", + Nbbhhpnhond::RetCurInteractEntityNotMatch => { + "RET_CUR_INTERACT_ENTITY_NOT_MATCH" + } + Nbbhhpnhond::RetPlaneTypeNotAllow => "RET_PLANE_TYPE_NOT_ALLOW", + Nbbhhpnhond::RetGroupNotExist => "RET_GROUP_NOT_EXIST", + Nbbhhpnhond::RetGroupSaveDataInCd => "RET_GROUP_SAVE_DATA_IN_CD", + Nbbhhpnhond::RetGroupSaveLenghReachMax => "RET_GROUP_SAVE_LENGH_REACH_MAX", + Nbbhhpnhond::RetRecentElementNotExist => "RET_RECENT_ELEMENT_NOT_EXIST", + Nbbhhpnhond::RetRecentElementStageNotMatch => { + "RET_RECENT_ELEMENT_STAGE_NOT_MATCH" + } + Nbbhhpnhond::RetScenePositionVersionNotMatch => { + "RET_SCENE_POSITION_VERSION_NOT_MATCH" + } + Nbbhhpnhond::RetGameplayCounterNotExist => "RET_GAMEPLAY_COUNTER_NOT_EXIST", + Nbbhhpnhond::RetGameplayCounterNotEnough => "RET_GAMEPLAY_COUNTER_NOT_ENOUGH", + Nbbhhpnhond::RetGroupStateNotMatch => "RET_GROUP_STATE_NOT_MATCH", + Nbbhhpnhond::RetSceneEntityPosNotMatch => "RET_SCENE_ENTITY_POS_NOT_MATCH", + Nbbhhpnhond::RetGroupStateCustomSaveDataOff => { + "RET_GROUP_STATE_CUSTOM_SAVE_DATA_OFF" + } + Nbbhhpnhond::RetSceneNotMatch => "RET_SCENE_NOT_MATCH", + Nbbhhpnhond::RetBuyTimesLimit => "RET_BUY_TIMES_LIMIT", + Nbbhhpnhond::RetBuyLimitType => "RET_BUY_LIMIT_TYPE", + Nbbhhpnhond::RetShopNotOpen => "RET_SHOP_NOT_OPEN", + Nbbhhpnhond::RetGoodsNotOpen => "RET_GOODS_NOT_OPEN", + Nbbhhpnhond::RetCityLevelRewardTaken => "RET_CITY_LEVEL_REWARD_TAKEN", + Nbbhhpnhond::RetCityLevelNotMeet => "RET_CITY_LEVEL_NOT_MEET", + Nbbhhpnhond::RetSingleBuyLimit => "RET_SINGLE_BUY_LIMIT", + Nbbhhpnhond::RetTutorialNotUnlock => "RET_TUTORIAL_NOT_UNLOCK", + Nbbhhpnhond::RetTutorialUnlockAlready => "RET_TUTORIAL_UNLOCK_ALREADY", + Nbbhhpnhond::RetTutorialFinishAlready => "RET_TUTORIAL_FINISH_ALREADY", + Nbbhhpnhond::RetTutorialPreNotUnlock => "RET_TUTORIAL_PRE_NOT_UNLOCK", + Nbbhhpnhond::RetTutorialPlayerLevelNotMatch => { + "RET_TUTORIAL_PLAYER_LEVEL_NOT_MATCH" + } + Nbbhhpnhond::RetTutorialTutorialNotFound => "RET_TUTORIAL_TUTORIAL_NOT_FOUND", + Nbbhhpnhond::RetChallengeNotExist => "RET_CHALLENGE_NOT_EXIST", + Nbbhhpnhond::RetChallengeNotUnlock => "RET_CHALLENGE_NOT_UNLOCK", + Nbbhhpnhond::RetChallengeAlready => "RET_CHALLENGE_ALREADY", + Nbbhhpnhond::RetChallengeLineupEditForbidden => { + "RET_CHALLENGE_LINEUP_EDIT_FORBIDDEN" + } + Nbbhhpnhond::RetChallengeLineupEmpty => "RET_CHALLENGE_LINEUP_EMPTY", + Nbbhhpnhond::RetChallengeNotDoing => "RET_CHALLENGE_NOT_DOING", + Nbbhhpnhond::RetChallengeNotFinish => "RET_CHALLENGE_NOT_FINISH", + Nbbhhpnhond::RetChallengeTargetNotFinish => "RET_CHALLENGE_TARGET_NOT_FINISH", + Nbbhhpnhond::RetChallengeTargetRewardTaken => { + "RET_CHALLENGE_TARGET_REWARD_TAKEN" + } + Nbbhhpnhond::RetChallengeTimeNotValid => "RET_CHALLENGE_TIME_NOT_VALID", + Nbbhhpnhond::RetChallengeStarsCountNotMeet => { + "RET_CHALLENGE_STARS_COUNT_NOT_MEET" + } + Nbbhhpnhond::RetChallengeStarsRewardTaken => { + "RET_CHALLENGE_STARS_REWARD_TAKEN" + } + Nbbhhpnhond::RetChallengeStarsNotExist => "RET_CHALLENGE_STARS_NOT_EXIST", + Nbbhhpnhond::RetChallengeCurSceneNotEntryFloor => { + "RET_CHALLENGE_CUR_SCENE_NOT_ENTRY_FLOOR" + } + Nbbhhpnhond::RetChallengeNoTeamArchive => "RET_CHALLENGE_NO_TEAM_ARCHIVE", + Nbbhhpnhond::RetChallengeLineupAvatarTypeInvalid => { + "RET_CHALLENGE_LINEUP_AVATAR_TYPE_INVALID" + } + Nbbhhpnhond::RetChallengeLineupRecommendInCd => { + "RET_CHALLENGE_LINEUP_RECOMMEND_IN_CD" + } + Nbbhhpnhond::RetBasicTypeAlready => "RET_BASIC_TYPE_ALREADY", + Nbbhhpnhond::RetNoBasicType => "RET_NO_BASIC_TYPE", + Nbbhhpnhond::RetNotChooseBasicType => "RET_NOT_CHOOSE_BASIC_TYPE", + Nbbhhpnhond::RetNotFuncClose => "RET_NOT_FUNC_CLOSE", + Nbbhhpnhond::RetNotChooseGender => "RET_NOT_CHOOSE_GENDER", + Nbbhhpnhond::RetNotReqUnlockBasicType => "RET_NOT_REQ_UNLOCK_BASIC_TYPE", + Nbbhhpnhond::RetAvatarPathLocked => "RET_AVATAR_PATH_LOCKED", + Nbbhhpnhond::RetRogueStatusNotMatch => "RET_ROGUE_STATUS_NOT_MATCH", + Nbbhhpnhond::RetRogueSelectBuffNotExist => "RET_ROGUE_SELECT_BUFF_NOT_EXIST", + Nbbhhpnhond::RetRogueCoinNotEnough => "RET_ROGUE_COIN_NOT_ENOUGH", + Nbbhhpnhond::RetRogueStaminaNotEnough => "RET_ROGUE_STAMINA_NOT_ENOUGH", + Nbbhhpnhond::RetRogueAppraisalCountNotEnough => { + "RET_ROGUE_APPRAISAL_COUNT_NOT_ENOUGH" + } + Nbbhhpnhond::RetRoguePropAlreadyUsed => "RET_ROGUE_PROP_ALREADY_USED", + Nbbhhpnhond::RetRogueRecordAlreadySaved => "RET_ROGUE_RECORD_ALREADY_SAVED", + Nbbhhpnhond::RetRogueRollBuffMaxCount => "RET_ROGUE_ROLL_BUFF_MAX_COUNT", + Nbbhhpnhond::RetRoguePickAvatarInvalid => "RET_ROGUE_PICK_AVATAR_INVALID", + Nbbhhpnhond::RetRogueQuestExpire => "RET_ROGUE_QUEST_EXPIRE", + Nbbhhpnhond::RetRogueQuestRewardAlready => "RET_ROGUE_QUEST_REWARD_ALREADY", + Nbbhhpnhond::RetRogueReviveCountNotEnough => { + "RET_ROGUE_REVIVE_COUNT_NOT_ENOUGH" + } + Nbbhhpnhond::RetRogueAreaInvalid => "RET_ROGUE_AREA_INVALID", + Nbbhhpnhond::RetRogueScoreRewardPoolInvalid => { + "RET_ROGUE_SCORE_REWARD_POOL_INVALID" + } + Nbbhhpnhond::RetRogueScoreRewardRowInvalid => { + "RET_ROGUE_SCORE_REWARD_ROW_INVALID" + } + Nbbhhpnhond::RetRogueAeonLevelNotMeet => "RET_ROGUE_AEON_LEVEL_NOT_MEET", + Nbbhhpnhond::RetRogueAeonLevelRewardAlreadyTaken => { + "RET_ROGUE_AEON_LEVEL_REWARD_ALREADY_TAKEN" + } + Nbbhhpnhond::RetRogueAeonConfigNotExist => "RET_ROGUE_AEON_CONFIG_NOT_EXIST", + Nbbhhpnhond::RetRogueTrialAvatarInvalid => "RET_ROGUE_TRIAL_AVATAR_INVALID", + Nbbhhpnhond::RetRogueHandbookRewardAlreadyTaken => { + "RET_ROGUE_HANDBOOK_REWARD_ALREADY_TAKEN" + } + Nbbhhpnhond::RetRogueRoomTypeNotMatch => "RET_ROGUE_ROOM_TYPE_NOT_MATCH", + Nbbhhpnhond::RetRogueShopGoodNotFound => "RET_ROGUE_SHOP_GOOD_NOT_FOUND", + Nbbhhpnhond::RetRogueShopGoodAlreadyBought => { + "RET_ROGUE_SHOP_GOOD_ALREADY_BOUGHT" + } + Nbbhhpnhond::RetRogueShopGoodAlreadyOwn => "RET_ROGUE_SHOP_GOOD_ALREADY_OWN", + Nbbhhpnhond::RetRogueShopMiracleNotExist => { + "RET_ROGUE_SHOP_MIRACLE_NOT_EXIST" + } + Nbbhhpnhond::RetRogueShopNotExist => "RET_ROGUE_SHOP_NOT_EXIST", + Nbbhhpnhond::RetRogueShopCannotRefresh => "RET_ROGUE_SHOP_CANNOT_REFRESH", + Nbbhhpnhond::RetRogueSelectBuffCertainMismatch => { + "RET_ROGUE_SELECT_BUFF_CERTAIN_MISMATCH" + } + Nbbhhpnhond::RetMissionEventConfigNotExist => { + "RET_MISSION_EVENT_CONFIG_NOT_EXIST" + } + Nbbhhpnhond::RetMissionEventNotClient => "RET_MISSION_EVENT_NOT_CLIENT", + Nbbhhpnhond::RetMissionEventFinished => "RET_MISSION_EVENT_FINISHED", + Nbbhhpnhond::RetMissionEventDoing => "RET_MISSION_EVENT_DOING", + Nbbhhpnhond::RetHasChallengeMissionEvent => "RET_HAS_CHALLENGE_MISSION_EVENT", + Nbbhhpnhond::RetNotChallengeMissionEvent => "RET_NOT_CHALLENGE_MISSION_EVENT", + Nbbhhpnhond::RetGachaIdNotExist => "RET_GACHA_ID_NOT_EXIST", + Nbbhhpnhond::RetGachaNumInvalid => "RET_GACHA_NUM_INVALID", + Nbbhhpnhond::RetGachaFirstGachaMustOne => "RET_GACHA_FIRST_GACHA_MUST_ONE", + Nbbhhpnhond::RetGachaReqDuplicated => "RET_GACHA_REQ_DUPLICATED", + Nbbhhpnhond::RetGachaNotInSchedule => "RET_GACHA_NOT_IN_SCHEDULE", + Nbbhhpnhond::RetGachaNewbieClose => "RET_GACHA_NEWBIE_CLOSE", + Nbbhhpnhond::RetGachaTodayLimited => "RET_GACHA_TODAY_LIMITED", + Nbbhhpnhond::RetGachaNotSupport => "RET_GACHA_NOT_SUPPORT", + Nbbhhpnhond::RetGachaCeilingNotEnough => "RET_GACHA_CEILING_NOT_ENOUGH", + Nbbhhpnhond::RetGachaCeilingClose => "RET_GACHA_CEILING_CLOSE", + Nbbhhpnhond::RetNotInRaid => "RET_NOT_IN_RAID", + Nbbhhpnhond::RetRaidDoing => "RET_RAID_DOING", + Nbbhhpnhond::RetNotProp => "RET_NOT_PROP", + Nbbhhpnhond::RetRaidIdNotMatch => "RET_RAID_ID_NOT_MATCH", + Nbbhhpnhond::RetRaidRestartNotMatch => "RET_RAID_RESTART_NOT_MATCH", + Nbbhhpnhond::RetRaidLimit => "RET_RAID_LIMIT", + Nbbhhpnhond::RetRaidAvatarListEmpty => "RET_RAID_AVATAR_LIST_EMPTY", + Nbbhhpnhond::RetRaidAvatarNotExist => "RET_RAID_AVATAR_NOT_EXIST", + Nbbhhpnhond::RetChallengeRaidRewardAlready => { + "RET_CHALLENGE_RAID_REWARD_ALREADY" + } + Nbbhhpnhond::RetChallengeRaidScoreNotReach => { + "RET_CHALLENGE_RAID_SCORE_NOT_REACH" + } + Nbbhhpnhond::RetChallengeRaidNotOpen => "RET_CHALLENGE_RAID_NOT_OPEN", + Nbbhhpnhond::RetRaidFinished => "RET_RAID_FINISHED", + Nbbhhpnhond::RetRaidWorldLevelNotLock => "RET_RAID_WORLD_LEVEL_NOT_LOCK", + Nbbhhpnhond::RetRaidCannotUseAssist => "RET_RAID_CANNOT_USE_ASSIST", + Nbbhhpnhond::RetRaidAvatarNotMatch => "RET_RAID_AVATAR_NOT_MATCH", + Nbbhhpnhond::RetRaidCanNotSave => "RET_RAID_CAN_NOT_SAVE", + Nbbhhpnhond::RetRaidNoSave => "RET_RAID_NO_SAVE", + Nbbhhpnhond::RetActivityRaidNotOpen => "RET_ACTIVITY_RAID_NOT_OPEN", + Nbbhhpnhond::RetRaidAvatarCaptainNotExist => { + "RET_RAID_AVATAR_CAPTAIN_NOT_EXIST" + } + Nbbhhpnhond::RetRaidStoryLineNotMatch => "RET_RAID_STORY_LINE_NOT_MATCH", + Nbbhhpnhond::RetTalkEventAlreadyTaken => "RET_TALK_EVENT_ALREADY_TAKEN", + Nbbhhpnhond::RetNpcAlreadyMeet => "RET_NPC_ALREADY_MEET", + Nbbhhpnhond::RetNpcNotInConfig => "RET_NPC_NOT_IN_CONFIG", + Nbbhhpnhond::RetDialogueGroupDismatch => "RET_DIALOGUE_GROUP_DISMATCH", + Nbbhhpnhond::RetDialogueEventInvalid => "RET_DIALOGUE_EVENT_INVALID", + Nbbhhpnhond::RetTalkEventTakeProtoNotMatch => { + "RET_TALK_EVENT_TAKE_PROTO_NOT_MATCH" + } + Nbbhhpnhond::RetTalkEventNotValid => "RET_TALK_EVENT_NOT_VALID", + Nbbhhpnhond::RetExpeditionConfigNotExist => "RET_EXPEDITION_CONFIG_NOT_EXIST", + Nbbhhpnhond::RetExpeditionRewardConfigNotExist => { + "RET_EXPEDITION_REWARD_CONFIG_NOT_EXIST" + } + Nbbhhpnhond::RetExpeditionNotUnlocked => "RET_EXPEDITION_NOT_UNLOCKED", + Nbbhhpnhond::RetExpeditionAlreadyAccepted => { + "RET_EXPEDITION_ALREADY_ACCEPTED" + } + Nbbhhpnhond::RetExpeditionRepeatedAvatar => "RET_EXPEDITION_REPEATED_AVATAR", + Nbbhhpnhond::RetAvatarAlreadyDispatched => "RET_AVATAR_ALREADY_DISPATCHED", + Nbbhhpnhond::RetExpeditionNotAccepted => "RET_EXPEDITION_NOT_ACCEPTED", + Nbbhhpnhond::RetExpeditionNotFinish => "RET_EXPEDITION_NOT_FINISH", + Nbbhhpnhond::RetExpeditionAlreadyFinish => "RET_EXPEDITION_ALREADY_FINISH", + Nbbhhpnhond::RetExpeditionTeamCountLimit => "RET_EXPEDITION_TEAM_COUNT_LIMIT", + Nbbhhpnhond::RetExpeditionAvatarNumNotMatch => { + "RET_EXPEDITION_AVATAR_NUM_NOT_MATCH" + } + Nbbhhpnhond::RetExpeditionNotOpen => "RET_EXPEDITION_NOT_OPEN", + Nbbhhpnhond::RetExpeditionFriendAvatarNotValid => { + "RET_EXPEDITION_FRIEND_AVATAR_NOT_VALID" + } + Nbbhhpnhond::RetExpeditionNotPublished => "RET_EXPEDITION_NOT_PUBLISHED", + Nbbhhpnhond::RetLoginActivityHasTaken => "RET_LOGIN_ACTIVITY_HAS_TAKEN", + Nbbhhpnhond::RetLoginActivityDaysLack => "RET_LOGIN_ACTIVITY_DAYS_LACK", + Nbbhhpnhond::RetTrialActivityRewardAlreadyTake => { + "RET_TRIAL_ACTIVITY_REWARD_ALREADY_TAKE" + } + Nbbhhpnhond::RetTrialActivityStageNotFinish => { + "RET_TRIAL_ACTIVITY_STAGE_NOT_FINISH" + } + Nbbhhpnhond::RetMaterialSubmitActivityHasTaken => { + "RET_MATERIAL_SUBMIT_ACTIVITY_HAS_TAKEN" + } + Nbbhhpnhond::RetMaterialSubmitActivityMaterialNotSubmitted => { + "RET_MATERIAL_SUBMIT_ACTIVITY_MATERIAL_NOT_SUBMITTED" + } + Nbbhhpnhond::RetMaterialSubmitActivityMaterialAlreadySubmitted => { + "RET_MATERIAL_SUBMIT_ACTIVITY_MATERIAL_ALREADY_SUBMITTED" + } + Nbbhhpnhond::RetFantasticStoryActivityStoryError => { + "RET_FANTASTIC_STORY_ACTIVITY_STORY_ERROR" + } + Nbbhhpnhond::RetFantasticStoryActivityStoryNotOpen => { + "RET_FANTASTIC_STORY_ACTIVITY_STORY_NOT_OPEN" + } + Nbbhhpnhond::RetFantasticStoryActivityBattleError => { + "RET_FANTASTIC_STORY_ACTIVITY_BATTLE_ERROR" + } + Nbbhhpnhond::RetFantasticStoryActivityBattleNotOpen => { + "RET_FANTASTIC_STORY_ACTIVITY_BATTLE_NOT_OPEN" + } + Nbbhhpnhond::RetFantasticStoryActivityBattleAvatarError => { + "RET_FANTASTIC_STORY_ACTIVITY_BATTLE_AVATAR_ERROR" + } + Nbbhhpnhond::RetFantasticStoryActivityBattleBuffError => { + "RET_FANTASTIC_STORY_ACTIVITY_BATTLE_BUFF_ERROR" + } + Nbbhhpnhond::RetFantasticStoryActivityPreBattleScoreNotEnough => { + "RET_FANTASTIC_STORY_ACTIVITY_PRE_BATTLE_SCORE_NOT_ENOUGH" + } + Nbbhhpnhond::RetTrialActivityAlreadyInTrialActivity => { + "RET_TRIAL_ACTIVITY_ALREADY_IN_TRIAL_ACTIVITY" + } + Nbbhhpnhond::RetCommonActivityNotOpen => "RET_COMMON_ACTIVITY_NOT_OPEN", + Nbbhhpnhond::RetMessageConfigNotExist => "RET_MESSAGE_CONFIG_NOT_EXIST", + Nbbhhpnhond::RetMessageSectionNotTake => "RET_MESSAGE_SECTION_NOT_TAKE", + Nbbhhpnhond::RetMessageGroupNotTake => "RET_MESSAGE_GROUP_NOT_TAKE", + Nbbhhpnhond::RetMessageSectionIdNotMatch => { + "RET_MESSAGE_SECTION_ID_NOT_MATCH" + } + Nbbhhpnhond::RetMessageSectionCanNotFinish => { + "RET_MESSAGE_SECTION_CAN_NOT_FINISH" + } + Nbbhhpnhond::RetMessageItemCanNotFinish => "RET_MESSAGE_ITEM_CAN_NOT_FINISH", + Nbbhhpnhond::RetMessageItemRaidCanNotFinish => { + "RET_MESSAGE_ITEM_RAID_CAN_NOT_FINISH" + } + Nbbhhpnhond::RetFriendAlreadyIsFriend => "RET_FRIEND_ALREADY_IS_FRIEND", + Nbbhhpnhond::RetFriendIsNotFriend => "RET_FRIEND_IS_NOT_FRIEND", + Nbbhhpnhond::RetFriendApplyExpire => "RET_FRIEND_APPLY_EXPIRE", + Nbbhhpnhond::RetFriendInBlacklist => "RET_FRIEND_IN_BLACKLIST", + Nbbhhpnhond::RetFriendNotInBlacklist => "RET_FRIEND_NOT_IN_BLACKLIST", + Nbbhhpnhond::RetFriendNumberLimit => "RET_FRIEND_NUMBER_LIMIT", + Nbbhhpnhond::RetFriendBlacklistNumberLimit => { + "RET_FRIEND_BLACKLIST_NUMBER_LIMIT" + } + Nbbhhpnhond::RetFriendDailyApplyLimit => "RET_FRIEND_DAILY_APPLY_LIMIT", + Nbbhhpnhond::RetFriendInHandleLimit => "RET_FRIEND_IN_HANDLE_LIMIT", + Nbbhhpnhond::RetFriendApplyInCd => "RET_FRIEND_APPLY_IN_CD", + Nbbhhpnhond::RetFriendRemarkNameFormatError => { + "RET_FRIEND_REMARK_NAME_FORMAT_ERROR" + } + Nbbhhpnhond::RetFriendPlayerNotFound => "RET_FRIEND_PLAYER_NOT_FOUND", + Nbbhhpnhond::RetFriendInTargetBlacklist => "RET_FRIEND_IN_TARGET_BLACKLIST", + Nbbhhpnhond::RetFriendTargetNumberLimit => "RET_FRIEND_TARGET_NUMBER_LIMIT", + Nbbhhpnhond::RetAssistQueryTooFast => "RET_ASSIST_QUERY_TOO_FAST", + Nbbhhpnhond::RetAssistNotExist => "RET_ASSIST_NOT_EXIST", + Nbbhhpnhond::RetAssistUsedAlready => "RET_ASSIST_USED_ALREADY", + Nbbhhpnhond::RetFriendReportReasonFormatError => { + "RET_FRIEND_REPORT_REASON_FORMAT_ERROR" + } + Nbbhhpnhond::RetFriendReportSensitiveWords => { + "RET_FRIEND_REPORT_SENSITIVE_WORDS" + } + Nbbhhpnhond::RetAssistUsedTimesOver => "RET_ASSIST_USED_TIMES_OVER", + Nbbhhpnhond::RetAssistQuitAlready => "RET_ASSIST_QUIT_ALREADY", + Nbbhhpnhond::RetAssistAvatarInLineup => "RET_ASSIST_AVATAR_IN_LINEUP", + Nbbhhpnhond::RetAssistNoReward => "RET_ASSIST_NO_REWARD", + Nbbhhpnhond::RetFriendSearchNumLimit => "RET_FRIEND_SEARCH_NUM_LIMIT", + Nbbhhpnhond::RetFriendSearchInCd => "RET_FRIEND_SEARCH_IN_CD", + Nbbhhpnhond::RetFriendRemarkNameUtf8Error => { + "RET_FRIEND_REMARK_NAME_UTF8_ERROR" + } + Nbbhhpnhond::RetFriendReportReasonUtf8Error => { + "RET_FRIEND_REPORT_REASON_UTF8_ERROR" + } + Nbbhhpnhond::RetAssistSetAlready => "RET_ASSIST_SET_ALREADY", + Nbbhhpnhond::RetFriendTargetForbidOtherApply => { + "RET_FRIEND_TARGET_FORBID_OTHER_APPLY" + } + Nbbhhpnhond::RetFriendMarkedCntMax => "RET_FRIEND_MARKED_CNT_MAX", + Nbbhhpnhond::RetFriendMarkedAlready => "RET_FRIEND_MARKED_ALREADY", + Nbbhhpnhond::RetFriendNotMarked => "RET_FRIEND_NOT_MARKED", + Nbbhhpnhond::RetFriendChallengeLineupRecommendInCd => { + "RET_FRIEND_CHALLENGE_LINEUP_RECOMMEND_IN_CD" + } + Nbbhhpnhond::RetViewPlayerCardInCd => "RET_VIEW_PLAYER_CARD_IN_CD", + Nbbhhpnhond::RetViewPlayerBattleRecordInCd => { + "RET_VIEW_PLAYER_BATTLE_RECORD_IN_CD" + } + Nbbhhpnhond::RetPlayerBoardHeadIconNotExist => { + "RET_PLAYER_BOARD_HEAD_ICON_NOT_EXIST" + } + Nbbhhpnhond::RetPlayerBoardHeadIconLocked => { + "RET_PLAYER_BOARD_HEAD_ICON_LOCKED" + } + Nbbhhpnhond::RetPlayerBoardHeadIconAlreadyUnlocked => { + "RET_PLAYER_BOARD_HEAD_ICON_ALREADY_UNLOCKED" + } + Nbbhhpnhond::RetPlayerBoardDisplayAvatarNotExist => { + "RET_PLAYER_BOARD_DISPLAY_AVATAR_NOT_EXIST" + } + Nbbhhpnhond::RetPlayerBoardDisplayAvatarExceedLimit => { + "RET_PLAYER_BOARD_DISPLAY_AVATAR_EXCEED_LIMIT" + } + Nbbhhpnhond::RetPlayerBoardDisplayRepeatedAvatar => { + "RET_PLAYER_BOARD_DISPLAY_REPEATED_AVATAR" + } + Nbbhhpnhond::RetPlayerBoardDisplayAvatarSamePos => { + "RET_PLAYER_BOARD_DISPLAY_AVATAR_SAME_POS" + } + Nbbhhpnhond::RetPlayerBoardDisplayAvatarLocked => { + "RET_PLAYER_BOARD_DISPLAY_AVATAR_LOCKED" + } + Nbbhhpnhond::RetSignatureLengthExceedLimit => { + "RET_SIGNATURE_LENGTH_EXCEED_LIMIT" + } + Nbbhhpnhond::RetSignatureSensitiveWords => "RET_SIGNATURE_SENSITIVE_WORDS", + Nbbhhpnhond::RetPlayerBoardAssistAvatarNotExist => { + "RET_PLAYER_BOARD_ASSIST_AVATAR_NOT_EXIST" + } + Nbbhhpnhond::RetPlayerBoardAssistAvatarLocked => { + "RET_PLAYER_BOARD_ASSIST_AVATAR_LOCKED" + } + Nbbhhpnhond::RetSignatureUtf8Error => "RET_SIGNATURE_UTF8_ERROR", + Nbbhhpnhond::RetPlayerBoardAssistAvatarCntError => { + "RET_PLAYER_BOARD_ASSIST_AVATAR_CNT_ERROR" + } + Nbbhhpnhond::RetBattlePassTierNotValid => "RET_BATTLE_PASS_TIER_NOT_VALID", + Nbbhhpnhond::RetBattlePassLevelNotMeet => "RET_BATTLE_PASS_LEVEL_NOT_MEET", + Nbbhhpnhond::RetBattlePassRewardTakeAlready => { + "RET_BATTLE_PASS_REWARD_TAKE_ALREADY" + } + Nbbhhpnhond::RetBattlePassNotPremium => "RET_BATTLE_PASS_NOT_PREMIUM", + Nbbhhpnhond::RetBattlePassNotDoing => "RET_BATTLE_PASS_NOT_DOING", + Nbbhhpnhond::RetBattlePassLevelInvalid => "RET_BATTLE_PASS_LEVEL_INVALID", + Nbbhhpnhond::RetBattlePassNotUnlock => "RET_BATTLE_PASS_NOT_UNLOCK", + Nbbhhpnhond::RetBattlePassNoReward => "RET_BATTLE_PASS_NO_REWARD", + Nbbhhpnhond::RetBattlePassQuestNotValid => "RET_BATTLE_PASS_QUEST_NOT_VALID", + Nbbhhpnhond::RetBattlePassNotChooseOptional => { + "RET_BATTLE_PASS_NOT_CHOOSE_OPTIONAL" + } + Nbbhhpnhond::RetBattlePassNotTakeReward => "RET_BATTLE_PASS_NOT_TAKE_REWARD", + Nbbhhpnhond::RetBattlePassOptionalNotValid => { + "RET_BATTLE_PASS_OPTIONAL_NOT_VALID" + } + Nbbhhpnhond::RetBattlePassBuyAlready => "RET_BATTLE_PASS_BUY_ALREADY", + Nbbhhpnhond::RetBattlePassNearEnd => "RET_BATTLE_PASS_NEAR_END", + Nbbhhpnhond::RetMusicLocked => "RET_MUSIC_LOCKED", + Nbbhhpnhond::RetMusicNotExist => "RET_MUSIC_NOT_EXIST", + Nbbhhpnhond::RetMusicUnlockFailed => "RET_MUSIC_UNLOCK_FAILED", + Nbbhhpnhond::RetPunkLordLackSummonTimes => "RET_PUNK_LORD_LACK_SUMMON_TIMES", + Nbbhhpnhond::RetPunkLordAttackingMonsterLimit => { + "RET_PUNK_LORD_ATTACKING_MONSTER_LIMIT" + } + Nbbhhpnhond::RetPunkLordMonsterNotExist => "RET_PUNK_LORD_MONSTER_NOT_EXIST", + Nbbhhpnhond::RetPunkLordMonsterAlreadyShared => { + "RET_PUNK_LORD_MONSTER_ALREADY_SHARED" + } + Nbbhhpnhond::RetPunkLordMonsterExpired => "RET_PUNK_LORD_MONSTER_EXPIRED", + Nbbhhpnhond::RetPunkLordSelfMonsterAttackLimit => { + "RET_PUNK_LORD_SELF_MONSTER_ATTACK_LIMIT" + } + Nbbhhpnhond::RetPunkLordLackSupportTimes => { + "RET_PUNK_LORD_LACK_SUPPORT_TIMES" + } + Nbbhhpnhond::RetPunkLordMonsterAlreadyKilled => { + "RET_PUNK_LORD_MONSTER_ALREADY_KILLED" + } + Nbbhhpnhond::RetPunkLordMonsterAttackerLimit => { + "RET_PUNK_LORD_MONSTER_ATTACKER_LIMIT" + } + Nbbhhpnhond::RetPunkLordWorldLevleNotValid => { + "RET_PUNK_LORD_WORLD_LEVLE_NOT_VALID" + } + Nbbhhpnhond::RetPunkLordRewardLevleNotExist => { + "RET_PUNK_LORD_REWARD_LEVLE_NOT_EXIST" + } + Nbbhhpnhond::RetPunkLordPointNotMeet => "RET_PUNK_LORD_POINT_NOT_MEET", + Nbbhhpnhond::RetPunkLordInAttacking => "RET_PUNK_LORD_IN_ATTACKING", + Nbbhhpnhond::RetPunkLordOperationInCd => "RET_PUNK_LORD_OPERATION_IN_CD", + Nbbhhpnhond::RetPunkLordRewardAlreadyTaken => { + "RET_PUNK_LORD_REWARD_ALREADY_TAKEN" + } + Nbbhhpnhond::RetPunkLordOverBonusRewardLimit => { + "RET_PUNK_LORD_OVER_BONUS_REWARD_LIMIT" + } + Nbbhhpnhond::RetPunkLordNotInSchedule => "RET_PUNK_LORD_NOT_IN_SCHEDULE", + Nbbhhpnhond::RetPunkLordMonsterNotAttacked => { + "RET_PUNK_LORD_MONSTER_NOT_ATTACKED" + } + Nbbhhpnhond::RetPunkLordMonsterNotKilled => { + "RET_PUNK_LORD_MONSTER_NOT_KILLED" + } + Nbbhhpnhond::RetPunkLordMonsterKilledScoreAlreadyTake => { + "RET_PUNK_LORD_MONSTER_KILLED_SCORE_ALREADY_TAKE" + } + Nbbhhpnhond::RetPunkLordRewardLevleAlreadyTake => { + "RET_PUNK_LORD_REWARD_LEVLE_ALREADY_TAKE" + } + Nbbhhpnhond::RetDailyActiveLevelInvalid => "RET_DAILY_ACTIVE_LEVEL_INVALID", + Nbbhhpnhond::RetDailyActiveLevelRewardAlreadyTaken => { + "RET_DAILY_ACTIVE_LEVEL_REWARD_ALREADY_TAKEN" + } + Nbbhhpnhond::RetDailyActiveLevelApNotEnough => { + "RET_DAILY_ACTIVE_LEVEL_AP_NOT_ENOUGH" + } + Nbbhhpnhond::RetDailyMeetPam => "RET_DAILY_MEET_PAM", + Nbbhhpnhond::RetReplayIdNotMatch => "RET_REPLAY_ID_NOT_MATCH", + Nbbhhpnhond::RetReplayReqNotValid => "RET_REPLAY_REQ_NOT_VALID", + Nbbhhpnhond::RetFightActivityDifficultyLevelNotPassed => { + "RET_FIGHT_ACTIVITY_DIFFICULTY_LEVEL_NOT_PASSED" + } + Nbbhhpnhond::RetFightActivityDifficultyLevelRewardAlreadyTake => { + "RET_FIGHT_ACTIVITY_DIFFICULTY_LEVEL_REWARD_ALREADY_TAKE" + } + Nbbhhpnhond::RetFightActivityStageNotOpen => { + "RET_FIGHT_ACTIVITY_STAGE_NOT_OPEN" + } + Nbbhhpnhond::RetFightActivityLevelNotUnlock => { + "RET_FIGHT_ACTIVITY_LEVEL_NOT_UNLOCK" + } + Nbbhhpnhond::RetTrainVisitorVisitorNotExist => { + "RET_TRAIN_VISITOR_VISITOR_NOT_EXIST" + } + Nbbhhpnhond::RetTrainVisitorBehaviorNotExist => { + "RET_TRAIN_VISITOR_BEHAVIOR_NOT_EXIST" + } + Nbbhhpnhond::RetTrainVisitorBehaviorFinished => { + "RET_TRAIN_VISITOR_BEHAVIOR_FINISHED" + } + Nbbhhpnhond::RetTrainVisitorAllBehaviorRewardTaken => { + "RET_TRAIN_VISITOR_ALL_BEHAVIOR_REWARD_TAKEN" + } + Nbbhhpnhond::RetTrainVisitorGetOnMissionNotFinish => { + "RET_TRAIN_VISITOR_GET_ON_MISSION_NOT_FINISH" + } + Nbbhhpnhond::RetTrainVisitorNotGetOff => "RET_TRAIN_VISITOR_NOT_GET_OFF", + Nbbhhpnhond::RetTextJoinUnknowIsOverride => { + "RET_TEXT_JOIN_UNKNOW_IS_OVERRIDE" + } + Nbbhhpnhond::RetTextJoinIdNotExist => "RET_TEXT_JOIN_ID_NOT_EXIST", + Nbbhhpnhond::RetTextJoinCanNotOverride => "RET_TEXT_JOIN_CAN_NOT_OVERRIDE", + Nbbhhpnhond::RetTextJoinItemIdError => "RET_TEXT_JOIN_ITEM_ID_ERROR", + Nbbhhpnhond::RetTextJoinSensitiveCheckError => { + "RET_TEXT_JOIN_SENSITIVE_CHECK_ERROR" + } + Nbbhhpnhond::RetTextJoinMustOverride => "RET_TEXT_JOIN_MUST_OVERRIDE", + Nbbhhpnhond::RetTextJoinTextEmpty => "RET_TEXT_JOIN_TEXT_EMPTY", + Nbbhhpnhond::RetTextJoinTextFormatError => "RET_TEXT_JOIN_TEXT_FORMAT_ERROR", + Nbbhhpnhond::RetTextJoinTextUtf8Error => "RET_TEXT_JOIN_TEXT_UTF8_ERROR", + Nbbhhpnhond::RetTextJoinBatchReqIdRepeat => { + "RET_TEXT_JOIN_BATCH_REQ_ID_REPEAT" + } + Nbbhhpnhond::RetTextJoinTypeNotSupportBatchReq => { + "RET_TEXT_JOIN_TYPE_NOT_SUPPORT_BATCH_REQ" + } + Nbbhhpnhond::RetTextJoinAvatarIdNotExist => { + "RET_TEXT_JOIN_AVATAR_ID_NOT_EXIST" + } + Nbbhhpnhond::RetTextJoinUnknowType => "RET_TEXT_JOIN_UNKNOW_TYPE", + Nbbhhpnhond::RetPamMissionMissionIdError => { + "RET_PAM_MISSION_MISSION_ID_ERROR" + } + Nbbhhpnhond::RetPamMissionMissionExpire => "RET_PAM_MISSION_MISSION_EXPIRE", + Nbbhhpnhond::RetChatTypeNotExist => "RET_CHAT_TYPE_NOT_EXIST", + Nbbhhpnhond::RetMsgTypeNotExist => "RET_MSG_TYPE_NOT_EXIST", + Nbbhhpnhond::RetChatNoTargetUid => "RET_CHAT_NO_TARGET_UID", + Nbbhhpnhond::RetChatMsgEmpty => "RET_CHAT_MSG_EMPTY", + Nbbhhpnhond::RetChatMsgExceedLimit => "RET_CHAT_MSG_EXCEED_LIMIT", + Nbbhhpnhond::RetChatMsgSensitiveCheckError => { + "RET_CHAT_MSG_SENSITIVE_CHECK_ERROR" + } + Nbbhhpnhond::RetChatMsgUtf8Error => "RET_CHAT_MSG_UTF8_ERROR", + Nbbhhpnhond::RetChatForbidSwitchOpen => "RET_CHAT_FORBID_SWITCH_OPEN", + Nbbhhpnhond::RetChatForbid => "RET_CHAT_FORBID", + Nbbhhpnhond::RetChatMsgIncludeSpecialStr => { + "RET_CHAT_MSG_INCLUDE_SPECIAL_STR" + } + Nbbhhpnhond::RetChatMsgEmojiNotExist => "RET_CHAT_MSG_EMOJI_NOT_EXIST", + Nbbhhpnhond::RetChatMsgEmojiGenderNotMatch => { + "RET_CHAT_MSG_EMOJI_GENDER_NOT_MATCH" + } + Nbbhhpnhond::RetChatMsgEmojiNotMarked => "RET_CHAT_MSG_EMOJI_NOT_MARKED", + Nbbhhpnhond::RetChatMsgEmojiAlreadyMarked => { + "RET_CHAT_MSG_EMOJI_ALREADY_MARKED" + } + Nbbhhpnhond::RetChatMsgEmojiMarkedMaxLimit => { + "RET_CHAT_MSG_EMOJI_MARKED_MAX_LIMIT" + } + Nbbhhpnhond::RetBoxingClubChallengeNotOpen => { + "RET_BOXING_CLUB_CHALLENGE_NOT_OPEN" + } + Nbbhhpnhond::RetMuseumNotOpen => "RET_MUSEUM_NOT_OPEN", + Nbbhhpnhond::RetMuseumTurnCntNotMatch => "RET_MUSEUM_TURN_CNT_NOT_MATCH", + Nbbhhpnhond::RetMuseumPhaseNotReach => "RET_MUSEUM_PHASE_NOT_REACH", + Nbbhhpnhond::RetMuseumUnknowStuff => "RET_MUSEUM_UNKNOW_STUFF", + Nbbhhpnhond::RetMuseumUnknowArea => "RET_MUSEUM_UNKNOW_AREA", + Nbbhhpnhond::RetMuseumUnknowPos => "RET_MUSEUM_UNKNOW_POS", + Nbbhhpnhond::RetMuseumStuffAlreadyInArea => { + "RET_MUSEUM_STUFF_ALREADY_IN_AREA" + } + Nbbhhpnhond::RetMuseumStuffNotInArea => "RET_MUSEUM_STUFF_NOT_IN_AREA", + Nbbhhpnhond::RetMuseumGetNpcRepeat => "RET_MUSEUM_GET_NPC_REPEAT", + Nbbhhpnhond::RetMuseumGetNpcUnlock => "RET_MUSEUM_GET_NPC_UNLOCK", + Nbbhhpnhond::RetMuseumGetNpcNotEnough => "RET_MUSEUM_GET_NPC_NOT_ENOUGH", + Nbbhhpnhond::RetMuseumChangeStuffAreaError => { + "RET_MUSEUM_CHANGE_STUFF_AREA_ERROR" + } + Nbbhhpnhond::RetMuseumNotInit => "RET_MUSEUM_NOT_INIT", + Nbbhhpnhond::RetMuseumEventError => "RET_MUSEUM_EVENT_ERROR", + Nbbhhpnhond::RetMuseumUnknowChooseEventId => { + "RET_MUSEUM_UNKNOW_CHOOSE_EVENT_ID" + } + Nbbhhpnhond::RetMuseumEventOrderNotMatch => { + "RET_MUSEUM_EVENT_ORDER_NOT_MATCH" + } + Nbbhhpnhond::RetMuseumEventPhaseNotUnlock => { + "RET_MUSEUM_EVENT_PHASE_NOT_UNLOCK" + } + Nbbhhpnhond::RetMuseumEventMissionNotFound => { + "RET_MUSEUM_EVENT_MISSION_NOT_FOUND" + } + Nbbhhpnhond::RetMuseumAreaLevelUpAlready => { + "RET_MUSEUM_AREA_LEVEL_UP_ALREADY" + } + Nbbhhpnhond::RetMuseumStuffAlreadyUsed => "RET_MUSEUM_STUFF_ALREADY_USED", + Nbbhhpnhond::RetMuseumEventRoundNotUnlock => { + "RET_MUSEUM_EVENT_ROUND_NOT_UNLOCK" + } + Nbbhhpnhond::RetMuseumStuffInArea => "RET_MUSEUM_STUFF_IN_AREA", + Nbbhhpnhond::RetMuseumStuffDispatch => "RET_MUSEUM_STUFF_DISPATCH", + Nbbhhpnhond::RetMuseumIsEnd => "RET_MUSEUM_IS_END", + Nbbhhpnhond::RetMuseumStuffLeaving => "RET_MUSEUM_STUFF_LEAVING", + Nbbhhpnhond::RetMuseumEventMissionNotFinish => { + "RET_MUSEUM_EVENT_MISSION_NOT_FINISH" + } + Nbbhhpnhond::RetMuseumCollectRewardNotExist => { + "RET_MUSEUM_COLLECT_REWARD_NOT_EXIST" + } + Nbbhhpnhond::RetMuseumCollectRewardAlreadyTaken => { + "RET_MUSEUM_COLLECT_REWARD_ALREADY_TAKEN" + } + Nbbhhpnhond::RetMuseumAcceptMissionMaxLimit => { + "RET_MUSEUM_ACCEPT_MISSION_MAX_LIMIT" + } + Nbbhhpnhond::RetRogueChallengeNotOpen => "RET_ROGUE_CHALLENGE_NOT_OPEN", + Nbbhhpnhond::RetRogueChallengeAssisRefreshLimit => { + "RET_ROGUE_CHALLENGE_ASSIS_REFRESH_LIMIT" + } + Nbbhhpnhond::RetAlleyNotInit => "RET_ALLEY_NOT_INIT", + Nbbhhpnhond::RetAlleyNotOpen => "RET_ALLEY_NOT_OPEN", + Nbbhhpnhond::RetAlleyMapNotExist => "RET_ALLEY_MAP_NOT_EXIST", + Nbbhhpnhond::RetAlleyEmptyPosList => "RET_ALLEY_EMPTY_POS_LIST", + Nbbhhpnhond::RetAlleyLinePosInvalid => "RET_ALLEY_LINE_POS_INVALID", + Nbbhhpnhond::RetAlleyShopNotUnlock => "RET_ALLEY_SHOP_NOT_UNLOCK", + Nbbhhpnhond::RetAlleyDepotFull => "RET_ALLEY_DEPOT_FULL", + Nbbhhpnhond::RetAlleyShopNotInclude => "RET_ALLEY_SHOP_NOT_INCLUDE", + Nbbhhpnhond::RetAlleyEventNotUnlock => "RET_ALLEY_EVENT_NOT_UNLOCK", + Nbbhhpnhond::RetAlleyEventNotRefresh => "RET_ALLEY_EVENT_NOT_REFRESH", + Nbbhhpnhond::RetAlleyEventStateDoing => "RET_ALLEY_EVENT_STATE_DOING", + Nbbhhpnhond::RetAlleyEventStateFinish => "RET_ALLEY_EVENT_STATE_FINISH", + Nbbhhpnhond::RetAlleyEventError => "RET_ALLEY_EVENT_ERROR", + Nbbhhpnhond::RetAlleyRewardLevelError => "RET_ALLEY_REWARD_LEVEL_ERROR", + Nbbhhpnhond::RetAlleyRewardPrestigeNotEnough => { + "RET_ALLEY_REWARD_PRESTIGE_NOT_ENOUGH" + } + Nbbhhpnhond::RetAlleyShipEmpty => "RET_ALLEY_SHIP_EMPTY", + Nbbhhpnhond::RetAlleyShipIdDismatch => "RET_ALLEY_SHIP_ID_DISMATCH", + Nbbhhpnhond::RetAlleyShipNotExist => "RET_ALLEY_SHIP_NOT_EXIST", + Nbbhhpnhond::RetAlleyShipNotUnlock => "RET_ALLEY_SHIP_NOT_UNLOCK", + Nbbhhpnhond::RetAlleyGoodsNotExist => "RET_ALLEY_GOODS_NOT_EXIST", + Nbbhhpnhond::RetAlleyGoodsNotUnlock => "RET_ALLEY_GOODS_NOT_UNLOCK", + Nbbhhpnhond::RetAlleyProfitNotPositive => "RET_ALLEY_PROFIT_NOT_POSITIVE", + Nbbhhpnhond::RetAlleySpecialOrderDismatch => { + "RET_ALLEY_SPECIAL_ORDER_DISMATCH" + } + Nbbhhpnhond::RetAlleyOrderGoodsOverLimit => { + "RET_ALLEY_ORDER_GOODS_OVER_LIMIT" + } + Nbbhhpnhond::RetAlleySpecialOrderConditionNotMeet => { + "RET_ALLEY_SPECIAL_ORDER_CONDITION_NOT_MEET" + } + Nbbhhpnhond::RetAlleyDepotSizeOverLimit => "RET_ALLEY_DEPOT_SIZE_OVER_LIMIT", + Nbbhhpnhond::RetAlleyGoodsNotEnough => "RET_ALLEY_GOODS_NOT_ENOUGH", + Nbbhhpnhond::RetAlleyOrderIndexInvalid => "RET_ALLEY_ORDER_INDEX_INVALID", + Nbbhhpnhond::RetAlleyRewardAlreadyTake => "RET_ALLEY_REWARD_ALREADY_TAKE", + Nbbhhpnhond::RetAlleyRewardNotExist => "RET_ALLEY_REWARD_NOT_EXIST", + Nbbhhpnhond::RetAlleyMainMissionNotDoing => { + "RET_ALLEY_MAIN_MISSION_NOT_DOING" + } + Nbbhhpnhond::RetAlleyCriticalEventNotFinish => { + "RET_ALLEY_CRITICAL_EVENT_NOT_FINISH" + } + Nbbhhpnhond::RetAlleyShopGoodsNotValid => "RET_ALLEY_SHOP_GOODS_NOT_VALID", + Nbbhhpnhond::RetAlleySlashNotOpen => "RET_ALLEY_SLASH_NOT_OPEN", + Nbbhhpnhond::RetAlleyPlacingAnchorInvalid => { + "RET_ALLEY_PLACING_ANCHOR_INVALID" + } + Nbbhhpnhond::RetAlleyPlacingGoodsIndexInvalid => { + "RET_ALLEY_PLACING_GOODS_INDEX_INVALID" + } + Nbbhhpnhond::RetAlleySaveMapTooQuick => "RET_ALLEY_SAVE_MAP_TOO_QUICK", + Nbbhhpnhond::RetAlleyMapNotLink => "RET_ALLEY_MAP_NOT_LINK", + Nbbhhpnhond::RetAlleyFundsNotLowerBase => "RET_ALLEY_FUNDS_NOT_LOWER_BASE", + Nbbhhpnhond::RetAlleyEventNotFinish => "RET_ALLEY_EVENT_NOT_FINISH", + Nbbhhpnhond::RetAlleyNormalOrderNotMeet => "RET_ALLEY_NORMAL_ORDER_NOT_MEET", + Nbbhhpnhond::RetPlayerReturnNotOpen => "RET_PLAYER_RETURN_NOT_OPEN", + Nbbhhpnhond::RetPlayerReturnIsSigned => "RET_PLAYER_RETURN_IS_SIGNED", + Nbbhhpnhond::RetPlayerReturnPointNotEnough => { + "RET_PLAYER_RETURN_POINT_NOT_ENOUGH" + } + Nbbhhpnhond::RetPlayerReturnConditionInvalid => { + "RET_PLAYER_RETURN_CONDITION_INVALID" + } + Nbbhhpnhond::RetPlayerReturnHasSigned => "RET_PLAYER_RETURN_HAS_SIGNED", + Nbbhhpnhond::RetPlayerReturnRewardTaken => "RET_PLAYER_RETURN_REWARD_TAKEN", + Nbbhhpnhond::RetAetherDivideNoLineup => "RET_AETHER_DIVIDE_NO_LINEUP", + Nbbhhpnhond::RetAetherDivideLineupInvalid => { + "RET_AETHER_DIVIDE_LINEUP_INVALID" + } + Nbbhhpnhond::RetChatBubbleIdError => "RET_CHAT_BUBBLE_ID_ERROR", + Nbbhhpnhond::RetChatBubbleIdNotUnlock => "RET_CHAT_BUBBLE_ID_NOT_UNLOCK", + Nbbhhpnhond::RetPhoneThemeIdError => "RET_PHONE_THEME_ID_ERROR", + Nbbhhpnhond::RetPhoneThemeIdNotUnlock => "RET_PHONE_THEME_ID_NOT_UNLOCK", + Nbbhhpnhond::RetChatBubbleSelectIsCurrent => { + "RET_CHAT_BUBBLE_SELECT_IS_CURRENT" + } + Nbbhhpnhond::RetPhoneThemeSelectIsCurrent => { + "RET_PHONE_THEME_SELECT_IS_CURRENT" + } + Nbbhhpnhond::RetChessRogueConfigNotFound => { + "RET_CHESS_ROGUE_CONFIG_NOT_FOUND" + } + Nbbhhpnhond::RetChessRogueConfigInvalid => "RET_CHESS_ROGUE_CONFIG_INVALID", + Nbbhhpnhond::RetChessRogueNoValidRoom => "RET_CHESS_ROGUE_NO_VALID_ROOM", + Nbbhhpnhond::RetChessRogueNoCellInfo => "RET_CHESS_ROGUE_NO_CELL_INFO", + Nbbhhpnhond::RetChessRogueCellNotFinish => "RET_CHESS_ROGUE_CELL_NOT_FINISH", + Nbbhhpnhond::RetChessRogueCellIsLocked => "RET_CHESS_ROGUE_CELL_IS_LOCKED", + Nbbhhpnhond::RetChessRogueScheduleNotMatch => { + "RET_CHESS_ROGUE_SCHEDULE_NOT_MATCH" + } + Nbbhhpnhond::RetChessRogueStatusFail => "RET_CHESS_ROGUE_STATUS_FAIL", + Nbbhhpnhond::RetChessRogueAreaNotExist => "RET_CHESS_ROGUE_AREA_NOT_EXIST", + Nbbhhpnhond::RetChessRogueLineupFail => "RET_CHESS_ROGUE_LINEUP_FAIL", + Nbbhhpnhond::RetChessRogueAeonFail => "RET_CHESS_ROGUE_AEON_FAIL", + Nbbhhpnhond::RetChessRogueEnterCellFail => "RET_CHESS_ROGUE_ENTER_CELL_FAIL", + Nbbhhpnhond::RetChessRogueRollDiceFail => "RET_CHESS_ROGUE_ROLL_DICE_FAIL", + Nbbhhpnhond::RetChessRogueDiceStatusFail => { + "RET_CHESS_ROGUE_DICE_STATUS_FAIL" + } + Nbbhhpnhond::RetChessRogueDiceCntNotFull => { + "RET_CHESS_ROGUE_DICE_CNT_NOT_FULL" + } + Nbbhhpnhond::RetChessRogueUnlock => "RET_CHESS_ROGUE_UNLOCK", + Nbbhhpnhond::RetChessRoguePickAvatarFail => { + "RET_CHESS_ROGUE_PICK_AVATAR_FAIL" + } + Nbbhhpnhond::RetChessRogueAvatarInvalid => "RET_CHESS_ROGUE_AVATAR_INVALID", + Nbbhhpnhond::RetChessRogueCellCanNotSelect => { + "RET_CHESS_ROGUE_CELL_CAN_NOT_SELECT" + } + Nbbhhpnhond::RetChessRogueDiceConfirmed => "RET_CHESS_ROGUE_DICE_CONFIRMED", + Nbbhhpnhond::RetChessRogueNousDiceNotMatch => { + "RET_CHESS_ROGUE_NOUS_DICE_NOT_MATCH" + } + Nbbhhpnhond::RetChessRogueNousDiceRarityFail => { + "RET_CHESS_ROGUE_NOUS_DICE_RARITY_FAIL" + } + Nbbhhpnhond::RetChessRogueNousDiceSurfaceDuplicate => { + "RET_CHESS_ROGUE_NOUS_DICE_SURFACE_DUPLICATE" + } + Nbbhhpnhond::RetChessRogueNotInRogue => "RET_CHESS_ROGUE_NOT_IN_ROGUE", + Nbbhhpnhond::RetChessRogueNousDiceBranchLimit => { + "RET_CHESS_ROGUE_NOUS_DICE_BRANCH_LIMIT" + } + Nbbhhpnhond::RetHeliobusNotOpen => "RET_HELIOBUS_NOT_OPEN", + Nbbhhpnhond::RetHeliobusSnsPostNotUnlock => { + "RET_HELIOBUS_SNS_POST_NOT_UNLOCK" + } + Nbbhhpnhond::RetHeliobusSnsAlreadyRead => "RET_HELIOBUS_SNS_ALREADY_READ", + Nbbhhpnhond::RetHeliobusSnsAlreadyLiked => "RET_HELIOBUS_SNS_ALREADY_LIKED", + Nbbhhpnhond::RetHeliobusSnsAlreadyCommented => { + "RET_HELIOBUS_SNS_ALREADY_COMMENTED" + } + Nbbhhpnhond::RetHeliobusSnsInMission => "RET_HELIOBUS_SNS_IN_MISSION", + Nbbhhpnhond::RetHeliobusSnsAlreadyPosted => "RET_HELIOBUS_SNS_ALREADY_POSTED", + Nbbhhpnhond::RetHeliobusSnsNotDoingMission => { + "RET_HELIOBUS_SNS_NOT_DOING_MISSION" + } + Nbbhhpnhond::RetHeliobusRewardLevelMax => "RET_HELIOBUS_REWARD_LEVEL_MAX", + Nbbhhpnhond::RetHeliobusIncomeNotEnough => "RET_HELIOBUS_INCOME_NOT_ENOUGH", + Nbbhhpnhond::RetHeliobusSnsCommentNotUnlock => { + "RET_HELIOBUS_SNS_COMMENT_NOT_UNLOCK" + } + Nbbhhpnhond::RetHeliobusChallengeNotUnlock => { + "RET_HELIOBUS_CHALLENGE_NOT_UNLOCK" + } + Nbbhhpnhond::RetHeliobusChallengeIdError => "RET_HELIOBUS_CHALLENGE_ID_ERROR", + Nbbhhpnhond::RetHeliobusSkillNotUnlock => "RET_HELIOBUS_SKILL_NOT_UNLOCK", + Nbbhhpnhond::RetHeliobusAcceptPostMissionFail => { + "RET_HELIOBUS_ACCEPT_POST_MISSION_FAIL" + } + Nbbhhpnhond::RetHeliobusSkillNotSelected => "RET_HELIOBUS_SKILL_NOT_SELECTED", + Nbbhhpnhond::RetHeliobusPlaneTypeInvalid => "RET_HELIOBUS_PLANE_TYPE_INVALID", + Nbbhhpnhond::RetReddotParamInvalid => "RET_REDDOT_PARAM_INVALID", + Nbbhhpnhond::RetReddotActivityNotOpen => "RET_REDDOT_ACTIVITY_NOT_OPEN", + Nbbhhpnhond::RetRogueEndlessActivityConfigError => { + "RET_ROGUE_ENDLESS_ACTIVITY_CONFIG_ERROR" + } + Nbbhhpnhond::RetRogueEndlessActivityNotOpen => { + "RET_ROGUE_ENDLESS_ACTIVITY_NOT_OPEN" + } + Nbbhhpnhond::RetRogueEndlessActivityOverBonusRewardLimit => { + "RET_ROGUE_ENDLESS_ACTIVITY_OVER_BONUS_REWARD_LIMIT" + } + Nbbhhpnhond::RetRogueEndlessActivityScoreNotMeet => { + "RET_ROGUE_ENDLESS_ACTIVITY_SCORE_NOT_MEET" + } + Nbbhhpnhond::RetRogueEndlessActivityRewardLevleAlreadyTake => { + "RET_ROGUE_ENDLESS_ACTIVITY_REWARD_LEVLE_ALREADY_TAKE" + } + Nbbhhpnhond::RetHeartDialScriptNotFound => "RET_HEART_DIAL_SCRIPT_NOT_FOUND", + Nbbhhpnhond::RetHeartDialScriptEmotionTheSame => { + "RET_HEART_DIAL_SCRIPT_EMOTION_THE_SAME" + } + Nbbhhpnhond::RetHeartDialScriptStepNotNormal => { + "RET_HEART_DIAL_SCRIPT_STEP_NOT_NORMAL" + } + Nbbhhpnhond::RetHeartDialScriptConditionNotMatch => { + "RET_HEART_DIAL_SCRIPT_CONDITION_NOT_MATCH" + } + Nbbhhpnhond::RetHeartDialScriptSubmitItemNumNotMatch => { + "RET_HEART_DIAL_SCRIPT_SUBMIT_ITEM_NUM_NOT_MATCH" + } + Nbbhhpnhond::RetHeartDialScriptSubmitItemIdNotMatch => { + "RET_HEART_DIAL_SCRIPT_SUBMIT_ITEM_ID_NOT_MATCH" + } + Nbbhhpnhond::RetHeartDialDialogueNotFound => { + "RET_HEART_DIAL_DIALOGUE_NOT_FOUND" + } + Nbbhhpnhond::RetHeartDialDialogueAlreadyPerformed => { + "RET_HEART_DIAL_DIALOGUE_ALREADY_PERFORMED" + } + Nbbhhpnhond::RetHeartDialNpcNotFound => "RET_HEART_DIAL_NPC_NOT_FOUND", + Nbbhhpnhond::RetHeartDialTraceConfigNotFound => { + "RET_HEART_DIAL_TRACE_CONFIG_NOT_FOUND" + } + Nbbhhpnhond::RetHeartDialFloorTraceExist => { + "RET_HEART_DIAL_FLOOR_TRACE_EXIST" + } + Nbbhhpnhond::RetHeartDialTraceFloorNotMatch => { + "RET_HEART_DIAL_TRACE_FLOOR_NOT_MATCH" + } + Nbbhhpnhond::RetTravelBrochureConfigError => { + "RET_TRAVEL_BROCHURE_CONFIG_ERROR" + } + Nbbhhpnhond::RetTravelBrochureParamInvalid => { + "RET_TRAVEL_BROCHURE_PARAM_INVALID" + } + Nbbhhpnhond::RetTravelBrochureLocked => "RET_TRAVEL_BROCHURE_LOCKED", + Nbbhhpnhond::RetTravelBrochureCannotOperate => { + "RET_TRAVEL_BROCHURE_CANNOT_OPERATE" + } + Nbbhhpnhond::RetTravelBrochureWorldIdNotMatch => { + "RET_TRAVEL_BROCHURE_WORLD_ID_NOT_MATCH" + } + Nbbhhpnhond::RetTravelBrochureHasNoWorldBook => { + "RET_TRAVEL_BROCHURE_HAS_NO_WORLD_BOOK" + } + Nbbhhpnhond::RetTravelBrochurePageFull => "RET_TRAVEL_BROCHURE_PAGE_FULL", + Nbbhhpnhond::RetMapRotationNotInRegion => "RET_MAP_ROTATION_NOT_IN_REGION", + Nbbhhpnhond::RetMapRotationRotaterAlreadyDeployed => { + "RET_MAP_ROTATION_ROTATER_ALREADY_DEPLOYED" + } + Nbbhhpnhond::RetMapRotationEnergyNotEnough => { + "RET_MAP_ROTATION_ENERGY_NOT_ENOUGH" + } + Nbbhhpnhond::RetMapRotationEntityNotOnCurPose => { + "RET_MAP_ROTATION_ENTITY_NOT_ON_CUR_POSE" + } + Nbbhhpnhond::RetMapRotationRotaterNotDeployed => { + "RET_MAP_ROTATION_ROTATER_NOT_DEPLOYED" + } + Nbbhhpnhond::RetMapRotationPoseRotaterMismatch => { + "RET_MAP_ROTATION_POSE_ROTATER_MISMATCH" + } + Nbbhhpnhond::RetMapRotationRotaterNotRemovable => { + "RET_MAP_ROTATION_ROTATER_NOT_REMOVABLE" + } + Nbbhhpnhond::RetMapRotationRotaterDisposable => { + "RET_MAP_ROTATION_ROTATER_DISPOSABLE" + } + Nbbhhpnhond::RetSpaceZooActivityCatNotFound => { + "RET_SPACE_ZOO_ACTIVITY_CAT_NOT_FOUND" + } + Nbbhhpnhond::RetSpaceZooActivityCatParamInvalid => { + "RET_SPACE_ZOO_ACTIVITY_CAT_PARAM_INVALID" + } + Nbbhhpnhond::RetSpaceZooActivityCatItemNotEnough => { + "RET_SPACE_ZOO_ACTIVITY_CAT_ITEM_NOT_ENOUGH" + } + Nbbhhpnhond::RetSpaceZooActivityCatBagFull => { + "RET_SPACE_ZOO_ACTIVITY_CAT_BAG_FULL" + } + Nbbhhpnhond::RetSpaceZooActivityCatNotToMutate => { + "RET_SPACE_ZOO_ACTIVITY_CAT_NOT_TO_MUTATE" + } + Nbbhhpnhond::RetSpaceZooActivityCatStateError => { + "RET_SPACE_ZOO_ACTIVITY_CAT_STATE_ERROR" + } + Nbbhhpnhond::RetSpaceZooActivityCatCatteryLocked => { + "RET_SPACE_ZOO_ACTIVITY_CAT_CATTERY_LOCKED" + } + Nbbhhpnhond::RetSpaceZooActivityCatOutNow => { + "RET_SPACE_ZOO_ACTIVITY_CAT_OUT_NOW" + } + Nbbhhpnhond::RetSpaceZooActivityCatConfigNotFound => { + "RET_SPACE_ZOO_ACTIVITY_CAT_CONFIG_NOT_FOUND" + } + Nbbhhpnhond::RetSpaceZooActivityCatFeatureNotFound => { + "RET_SPACE_ZOO_ACTIVITY_CAT_FEATURE_NOT_FOUND" + } + Nbbhhpnhond::RetSpaceZooActivityCatAddCatError => { + "RET_SPACE_ZOO_ACTIVITY_CAT_ADD_CAT_ERROR" + } + Nbbhhpnhond::RetSpaceZooActivityCatMoneyNotEnough => { + "RET_SPACE_ZOO_ACTIVITY_CAT_MONEY_NOT_ENOUGH" + } + Nbbhhpnhond::RetSpaceZooActivityCatCondNotMatch => { + "RET_SPACE_ZOO_ACTIVITY_CAT_COND_NOT_MATCH" + } + Nbbhhpnhond::RetStrongChallengeActivityStageCfgMiss => { + "RET_STRONG_CHALLENGE_ACTIVITY_STAGE_CFG_MISS" + } + Nbbhhpnhond::RetStrongChallengeActivityStageNotOpen => { + "RET_STRONG_CHALLENGE_ACTIVITY_STAGE_NOT_OPEN" + } + Nbbhhpnhond::RetStrongChallengeActivityBuffError => { + "RET_STRONG_CHALLENGE_ACTIVITY_BUFF_ERROR" + } + Nbbhhpnhond::RetRollShopNotFound => "RET_ROLL_SHOP_NOT_FOUND", + Nbbhhpnhond::RetRollShopGroupEmpty => "RET_ROLL_SHOP_GROUP_EMPTY", + Nbbhhpnhond::RetRollShopEmpty => "RET_ROLL_SHOP_EMPTY", + Nbbhhpnhond::RetRollShopGachaReqDuplicated => { + "RET_ROLL_SHOP_GACHA_REQ_DUPLICATED" + } + Nbbhhpnhond::RetRollShopRandomError => "RET_ROLL_SHOP_RANDOM_ERROR", + Nbbhhpnhond::RetRollShopGroupTypeNotFound => { + "RET_ROLL_SHOP_GROUP_TYPE_NOT_FOUND" + } + Nbbhhpnhond::RetRollShopHasStoredRewardAlready => { + "RET_ROLL_SHOP_HAS_STORED_REWARD_ALREADY" + } + Nbbhhpnhond::RetRollShopNoStoredReward => "RET_ROLL_SHOP_NO_STORED_REWARD", + Nbbhhpnhond::RetRollShopNotInValidScene => "RET_ROLL_SHOP_NOT_IN_VALID_SCENE", + Nbbhhpnhond::RetRollShopInvalidRollShopType => { + "RET_ROLL_SHOP_INVALID_ROLL_SHOP_TYPE" + } + Nbbhhpnhond::RetActivityRaidCollectionPrevNotFinish => { + "RET_ACTIVITY_RAID_COLLECTION_PREV_NOT_FINISH" + } + Nbbhhpnhond::RetActivityRaidCollectionGroupEnterNextUnavailable => { + "RET_ACTIVITY_RAID_COLLECTION_GROUP_ENTER_NEXT_UNAVAILABLE" + } + Nbbhhpnhond::RetActivityRaidCollectionIsLast => { + "RET_ACTIVITY_RAID_COLLECTION_IS_LAST" + } + Nbbhhpnhond::RetActivityRaidCollectionIsNotNext => { + "RET_ACTIVITY_RAID_COLLECTION_IS_NOT_NEXT" + } + Nbbhhpnhond::RetOfferingNotUnlock => "RET_OFFERING_NOT_UNLOCK", + Nbbhhpnhond::RetOfferingLevelNotUnlock => "RET_OFFERING_LEVEL_NOT_UNLOCK", + Nbbhhpnhond::RetOfferingReachMaxLevel => "RET_OFFERING_REACH_MAX_LEVEL", + Nbbhhpnhond::RetOfferingItemNotEnough => "RET_OFFERING_ITEM_NOT_ENOUGH", + Nbbhhpnhond::RetOfferingLongtailNotOpen => "RET_OFFERING_LONGTAIL_NOT_OPEN", + Nbbhhpnhond::RetOfferingRewardCondition => "RET_OFFERING_REWARD_CONDITION", + Nbbhhpnhond::RetDrinkMakerChatInvalid => "RET_DRINK_MAKER_CHAT_INVALID", + Nbbhhpnhond::RetDrinkMakerParamInvalid => "RET_DRINK_MAKER_PARAM_INVALID", + Nbbhhpnhond::RetDrinkMakerParamNotUnlock => { + "RET_DRINK_MAKER_PARAM_NOT_UNLOCK" + } + Nbbhhpnhond::RetDrinkMakerConfigNotFound => { + "RET_DRINK_MAKER_CONFIG_NOT_FOUND" + } + Nbbhhpnhond::RetDrinkMakerNotLastChat => "RET_DRINK_MAKER_NOT_LAST_CHAT", + Nbbhhpnhond::RetDrinkMakerDayAndFreePhaseNotOpen => { + "RET_DRINK_MAKER_DAY_AND_FREE_PHASE_NOT_OPEN" + } + Nbbhhpnhond::RetMonopolyNotOpen => "RET_MONOPOLY_NOT_OPEN", + Nbbhhpnhond::RetMonopolyConfigError => "RET_MONOPOLY_CONFIG_ERROR", + Nbbhhpnhond::RetMonopolyDiceNotEnough => "RET_MONOPOLY_DICE_NOT_ENOUGH", + Nbbhhpnhond::RetMonopolyCurCellNotFinish => { + "RET_MONOPOLY_CUR_CELL_NOT_FINISH" + } + Nbbhhpnhond::RetMonopolyCoinNotEnough => "RET_MONOPOLY_COIN_NOT_ENOUGH", + Nbbhhpnhond::RetMonopolyCellWaitPending => "RET_MONOPOLY_CELL_WAIT_PENDING", + Nbbhhpnhond::RetMonopolyCellStateError => "RET_MONOPOLY_CELL_STATE_ERROR", + Nbbhhpnhond::RetMonopolyCellContentError => "RET_MONOPOLY_CELL_CONTENT_ERROR", + Nbbhhpnhond::RetMonopolyItemNotEnough => "RET_MONOPOLY_ITEM_NOT_ENOUGH", + Nbbhhpnhond::RetMonopolyCellContentCannotGiveup => { + "RET_MONOPOLY_CELL_CONTENT_CANNOT_GIVEUP" + } + Nbbhhpnhond::RetMonopolyAssetLevelInvalid => { + "RET_MONOPOLY_ASSET_LEVEL_INVALID" + } + Nbbhhpnhond::RetMonopolyTurnNotFinish => "RET_MONOPOLY_TURN_NOT_FINISH", + Nbbhhpnhond::RetMonopolyGuideNotFinish => "RET_MONOPOLY_GUIDE_NOT_FINISH", + Nbbhhpnhond::RetMonopolyRaffleRewardReissued => { + "RET_MONOPOLY_RAFFLE_REWARD_REISSUED" + } + Nbbhhpnhond::RetMonopolyNoGameActive => "RET_MONOPOLY_NO_GAME_ACTIVE", + Nbbhhpnhond::RetMonopolyGameRatioNotIncreasable => { + "RET_MONOPOLY_GAME_RATIO_NOT_INCREASABLE" + } + Nbbhhpnhond::RetMonopolyGameRatioMax => "RET_MONOPOLY_GAME_RATIO_MAX", + Nbbhhpnhond::RetMonopolyGameTargetRatioInvalid => { + "RET_MONOPOLY_GAME_TARGET_RATIO_INVALID" + } + Nbbhhpnhond::RetMonopolyGameBingoFlipPosInvalid => { + "RET_MONOPOLY_GAME_BINGO_FLIP_POS_INVALID" + } + Nbbhhpnhond::RetMonopolyGameGuessAlreadyChoose => { + "RET_MONOPOLY_GAME_GUESS_ALREADY_CHOOSE" + } + Nbbhhpnhond::RetMonopolyGameGuessChooseInvalid => { + "RET_MONOPOLY_GAME_GUESS_CHOOSE_INVALID" + } + Nbbhhpnhond::RetMonopolyGameGuessInformationAlreadyBought => { + "RET_MONOPOLY_GAME_GUESS_INFORMATION_ALREADY_BOUGHT" + } + Nbbhhpnhond::RetMonopolyGameRaiseRatioNotUnlock => { + "RET_MONOPOLY_GAME_RAISE_RATIO_NOT_UNLOCK" + } + Nbbhhpnhond::RetMonopolyFriendNotSynced => "RET_MONOPOLY_FRIEND_NOT_SYNCED", + Nbbhhpnhond::RetMonopolyGetFriendRankingListInCd => { + "RET_MONOPOLY_GET_FRIEND_RANKING_LIST_IN_CD" + } + Nbbhhpnhond::RetMonopolyLikeTargetNotFriend => { + "RET_MONOPOLY_LIKE_TARGET_NOT_FRIEND" + } + Nbbhhpnhond::RetMonopolyDailyAlreadyLiked => { + "RET_MONOPOLY_DAILY_ALREADY_LIKED" + } + Nbbhhpnhond::RetMonopolySocialEventStatusNotMatch => { + "RET_MONOPOLY_SOCIAL_EVENT_STATUS_NOT_MATCH" + } + Nbbhhpnhond::RetMonopolySocialEventServerCacheNotExist => { + "RET_MONOPOLY_SOCIAL_EVENT_SERVER_CACHE_NOT_EXIST" + } + Nbbhhpnhond::RetMonopolyActivityIdNotMatch => { + "RET_MONOPOLY_ACTIVITY_ID_NOT_MATCH" + } + Nbbhhpnhond::RetMonopolyRafflePoolNotExist => { + "RET_MONOPOLY_RAFFLE_POOL_NOT_EXIST" + } + Nbbhhpnhond::RetMonopolyRafflePoolTimeNotMatch => { + "RET_MONOPOLY_RAFFLE_POOL_TIME_NOT_MATCH" + } + Nbbhhpnhond::RetMonopolyRafflePoolPhaseNotMeet => { + "RET_MONOPOLY_RAFFLE_POOL_PHASE_NOT_MEET" + } + Nbbhhpnhond::RetMonopolyRafflePoolShowTimeNotMeet => { + "RET_MONOPOLY_RAFFLE_POOL_SHOW_TIME_NOT_MEET" + } + Nbbhhpnhond::RetMonopolyRaffleTicketNotFound => { + "RET_MONOPOLY_RAFFLE_TICKET_NOT_FOUND" + } + Nbbhhpnhond::RetMonopolyRaffleTicketTimeNotMeet => { + "RET_MONOPOLY_RAFFLE_TICKET_TIME_NOT_MEET" + } + Nbbhhpnhond::RetMonopolyRaffleTicketRewardAlreadyTaken => { + "RET_MONOPOLY_RAFFLE_TICKET_REWARD_ALREADY_TAKEN" + } + Nbbhhpnhond::RetMonopolyRafflePoolNotInRaffleTime => { + "RET_MONOPOLY_RAFFLE_POOL_NOT_IN_RAFFLE_TIME" + } + Nbbhhpnhond::RetMonopolyMbtiReportRewardAlreadyTaken => { + "RET_MONOPOLY_MBTI_REPORT_REWARD_ALREADY_TAKEN" + } + Nbbhhpnhond::RetEvolveBuildLevelGaming => "RET_EVOLVE_BUILD_LEVEL_GAMING", + Nbbhhpnhond::RetEveolveBuildLevelBanRandom => { + "RET_EVEOLVE_BUILD_LEVEL_BAN_RANDOM" + } + Nbbhhpnhond::RetEvolveBuildFirstRewardAlreadyTaken => { + "RET_EVOLVE_BUILD_FIRST_REWARD_ALREADY_TAKEN" + } + Nbbhhpnhond::RetEvolveBuildLevelUnfinish => "RET_EVOLVE_BUILD_LEVEL_UNFINISH", + Nbbhhpnhond::RetEvolveBuildShopAbilityMaxLevel => { + "RET_EVOLVE_BUILD_SHOP_ABILITY_MAX_LEVEL" + } + Nbbhhpnhond::RetEvolveBuildShopAbilityMinLevel => { + "RET_EVOLVE_BUILD_SHOP_ABILITY_MIN_LEVEL" + } + Nbbhhpnhond::RetEvolveBuildShopAbilityNotGet => { + "RET_EVOLVE_BUILD_SHOP_ABILITY_NOT_GET" + } + Nbbhhpnhond::RetEvolveBuildLevelLock => "RET_EVOLVE_BUILD_LEVEL_LOCK", + Nbbhhpnhond::RetEvolveBuildExpNotEnough => "RET_EVOLVE_BUILD_EXP_NOT_ENOUGH", + Nbbhhpnhond::RetEvolveBuildShopAbilityLevelError => { + "RET_EVOLVE_BUILD_SHOP_ABILITY_LEVEL_ERROR" + } + Nbbhhpnhond::RetEvolveBuildActivityNotOpen => { + "RET_EVOLVE_BUILD_ACTIVITY_NOT_OPEN" + } + Nbbhhpnhond::RetEvolveBuildShopAbilityEmpty => { + "RET_EVOLVE_BUILD_SHOP_ABILITY_EMPTY" + } + Nbbhhpnhond::RetEvolveBuildLevelNotStart => { + "RET_EVOLVE_BUILD_LEVEL_NOT_START" + } + Nbbhhpnhond::RetEvolveBuildShopLock => "RET_EVOLVE_BUILD_SHOP_LOCK", + Nbbhhpnhond::RetEvolveBuildRewardLock => "RET_EVOLVE_BUILD_REWARD_LOCK", + Nbbhhpnhond::RetEvolveBuildRewardLevelMax => { + "RET_EVOLVE_BUILD_REWARD_LEVEL_MAX" + } + Nbbhhpnhond::RetEvolveBuildRewardAlreadyAllTaken => { + "RET_EVOLVE_BUILD_REWARD_ALREADY_ALL_TAKEN" + } + Nbbhhpnhond::RetClockParkConfigError => "RET_CLOCK_PARK_CONFIG_ERROR", + Nbbhhpnhond::RetClockParkEffectError => "RET_CLOCK_PARK_EFFECT_ERROR", + Nbbhhpnhond::RetClockParkScriptAlreadyUnlock => { + "RET_CLOCK_PARK_SCRIPT_ALREADY_UNLOCK" + } + Nbbhhpnhond::RetClockParkScriptUnlockConditionNotMeet => { + "RET_CLOCK_PARK_SCRIPT_UNLOCK_CONDITION_NOT_MEET" + } + Nbbhhpnhond::RetClockParkTalentAlreadyUnlock => { + "RET_CLOCK_PARK_TALENT_ALREADY_UNLOCK" + } + Nbbhhpnhond::RetClockParkScriptLocked => "RET_CLOCK_PARK_SCRIPT_LOCKED", + Nbbhhpnhond::RetClockParkHasOngoingScript => { + "RET_CLOCK_PARK_HAS_ONGOING_SCRIPT" + } + Nbbhhpnhond::RetClockParkNoOngoingScript => { + "RET_CLOCK_PARK_NO_ONGOING_SCRIPT" + } + Nbbhhpnhond::RetClockParkDicePlacementError => { + "RET_CLOCK_PARK_DICE_PLACEMENT_ERROR" + } + Nbbhhpnhond::RetClockParkMismatchStatus => "RET_CLOCK_PARK_MISMATCH_STATUS", + Nbbhhpnhond::RetClockParkNoBuff => "RET_CLOCK_PARK_NO_BUFF", + Nbbhhpnhond::RetClockParkSlotMachineGachaReqDuplicated => { + "RET_CLOCK_PARK_SLOT_MACHINE_GACHA_REQ_DUPLICATED" + } + Nbbhhpnhond::RetClockParkSlotMachineCostNotEnough => { + "RET_CLOCK_PARK_SLOT_MACHINE_COST_NOT_ENOUGH" + } + Nbbhhpnhond::RetClockParkSlotMachineGachaCntExceedLimit => { + "RET_CLOCK_PARK_SLOT_MACHINE_GACHA_CNT_EXCEED_LIMIT" + } + Nbbhhpnhond::RetClockParkNotOpen => "RET_CLOCK_PARK_NOT_OPEN", + Nbbhhpnhond::RetTournRogueStatusMismatch => "RET_TOURN_ROGUE_STATUS_MISMATCH", + Nbbhhpnhond::RetMagicRogueStatusMismatch => "RET_MAGIC_ROGUE_STATUS_MISMATCH", + Nbbhhpnhond::RetMatchAlreadyInMatch => "RET_MATCH_ALREADY_IN_MATCH", + Nbbhhpnhond::RetMatchNotInMatch => "RET_MATCH_NOT_IN_MATCH", + Nbbhhpnhond::RetMatchPlayNotOpen => "RET_MATCH_PLAY_NOT_OPEN", + Nbbhhpnhond::RetCrossStateError => "RET_CROSS_STATE_ERROR", + Nbbhhpnhond::RetMatchVersionNotEqual => "RET_MATCH_VERSION_NOT_EQUAL", + Nbbhhpnhond::RetMatchPlayerNotInLobbyRoom => { + "RET_MATCH_PLAYER_NOT_IN_LOBBY_ROOM" + } + Nbbhhpnhond::RetLobbyStateNotMatch => "RET_LOBBY_STATE_NOT_MATCH", + Nbbhhpnhond::RetLobbyRoomNotExist => "RET_LOBBY_ROOM_NOT_EXIST", + Nbbhhpnhond::RetLobbyRoomPalyerFull => "RET_LOBBY_ROOM_PALYER_FULL", + Nbbhhpnhond::RetLobbyRoomPalyerNotReady => "RET_LOBBY_ROOM_PALYER_NOT_READY", + Nbbhhpnhond::RetLobbyRoomPalyerFighting => "RET_LOBBY_ROOM_PALYER_FIGHTING", + Nbbhhpnhond::RetFightRoomNotExist => "RET_FIGHT_ROOM_NOT_EXIST", + Nbbhhpnhond::RetFightMatch3PlayerStateErr => { + "RET_FIGHT_MATCH3_PLAYER_STATE_ERR" + } + Nbbhhpnhond::RetFightMatch3RoomStateErr => "RET_FIGHT_MATCH3_ROOM_STATE_ERR", + Nbbhhpnhond::RetSwordTrainingNoActiveGame => { + "RET_SWORD_TRAINING_NO_ACTIVE_GAME" + } + Nbbhhpnhond::RetSwordTrainingNoPendingActionMatch => { + "RET_SWORD_TRAINING_NO_PENDING_ACTION_MATCH" + } + Nbbhhpnhond::RetSwordTrainingPartnerAbilityInvalid => { + "RET_SWORD_TRAINING_PARTNER_ABILITY_INVALID" + } + Nbbhhpnhond::RetSwordTrainingSkillAlreadyLearned => { + "RET_SWORD_TRAINING_SKILL_ALREADY_LEARNED" + } + Nbbhhpnhond::RetSwordTrainingConditionNotMeet => { + "RET_SWORD_TRAINING_CONDITION_NOT_MEET" + } + Nbbhhpnhond::RetSwordTrainingParentSkillNotLearned => { + "RET_SWORD_TRAINING_PARENT_SKILL_NOT_LEARNED" + } + Nbbhhpnhond::RetSwordTrainingSkillTypeNotUnlock => { + "RET_SWORD_TRAINING_SKILL_TYPE_NOT_UNLOCK" + } + Nbbhhpnhond::RetSwordTrainingGameAlreadyExist => { + "RET_SWORD_TRAINING_GAME_ALREADY_EXIST" + } + Nbbhhpnhond::RetSwordTrainingEndingHintNotMatch => { + "RET_SWORD_TRAINING_ENDING_HINT_NOT_MATCH" + } + Nbbhhpnhond::RetSwordTrainingStorylineConfigNotFound => { + "RET_SWORD_TRAINING_STORYLINE_CONFIG_NOT_FOUND" + } + Nbbhhpnhond::RetSwordTrainingStoryConfigNotFound => { + "RET_SWORD_TRAINING_STORY_CONFIG_NOT_FOUND" + } + Nbbhhpnhond::RetSwordTrainingUnlockNotFinish => { + "RET_SWORD_TRAINING_UNLOCK_NOT_FINISH" + } + Nbbhhpnhond::RetSwordTrainingOptionMismatch => { + "RET_SWORD_TRAINING_OPTION_MISMATCH" + } + Nbbhhpnhond::RetSwordTrainingRestoreWithoutExamFailed => { + "RET_SWORD_TRAINING_RESTORE_WITHOUT_EXAM_FAILED" + } + Nbbhhpnhond::RetSwordTrainingNoRestoreGameAvailable => { + "RET_SWORD_TRAINING_NO_RESTORE_GAME_AVAILABLE" + } + Nbbhhpnhond::RetSwordTrainingEndingStoryNotMatch => { + "RET_SWORD_TRAINING_ENDING_STORY_NOT_MATCH" + } + Nbbhhpnhond::RetSwordTrainingEndingNotFinish => { + "RET_SWORD_TRAINING_ENDING_NOT_FINISH" + } + Nbbhhpnhond::RetSwordTrainingEndingRewardTaken => { + "RET_SWORD_TRAINING_ENDING_REWARD_TAKEN" + } + Nbbhhpnhond::RetSwordTrainingCombatRankNotChange => { + "RET_SWORD_TRAINING_COMBAT_RANK_NOT_CHANGE" + } + Nbbhhpnhond::RetSwordTrainingDirectBattleDisable => { + "RET_SWORD_TRAINING_DIRECT_BATTLE_DISABLE" + } + Nbbhhpnhond::RetFightFestPhaseNotMatch => "RET_FIGHT_FEST_PHASE_NOT_MATCH", + Nbbhhpnhond::RetFightFestScoreRaceAlreadyFinish => { + "RET_FIGHT_FEST_SCORE_RACE_ALREADY_FINISH" + } + Nbbhhpnhond::RetFightFestChallengeLocked => "RET_FIGHT_FEST_CHALLENGE_LOCKED", + Nbbhhpnhond::RetFightFestCoachSkillLocked => { + "RET_FIGHT_FEST_COACH_SKILL_LOCKED" + } + Nbbhhpnhond::RetFightFestCoachSkillEquipTypeExisted => { + "RET_FIGHT_FEST_COACH_SKILL_EQUIP_TYPE_EXISTED" + } + Nbbhhpnhond::RetFightFestScoreRaceMissionDoind => { + "RET_FIGHT_FEST_SCORE_RACE_MISSION_DOIND" + } + Nbbhhpnhond::RetFightFestCoachSkillNoEquip => { + "RET_FIGHT_FEST_COACH_SKILL_NO_EQUIP" + } + Nbbhhpnhond::RetPetNotExist => "RET_PET_NOT_EXIST", + Nbbhhpnhond::RetPetAlreadySummoned => "RET_PET_ALREADY_SUMMONED", + Nbbhhpnhond::RetPetNotSummoned => "RET_PET_NOT_SUMMONED", + Nbbhhpnhond::RetMusicRhythmLevelTimeTooShort => { + "RET_MUSIC_RHYTHM_LEVEL_TIME_TOO_SHORT" + } + Nbbhhpnhond::RetMusicRhythmNotInLevel => "RET_MUSIC_RHYTHM_NOT_IN_LEVEL", + Nbbhhpnhond::RetMusicRhythmPreDifficultyNotPass => { + "RET_MUSIC_RHYTHM_PRE_DIFFICULTY_NOT_PASS" + } + Nbbhhpnhond::RetMusicRhythmSongLimited => "RET_MUSIC_RHYTHM_SONG_LIMITED", + Nbbhhpnhond::RetMusicRhythmSongLocked => "RET_MUSIC_RHYTHM_SONG_LOCKED", + Nbbhhpnhond::RetMusicRhythmTrackLocked => "RET_MUSIC_RHYTHM_TRACK_LOCKED", + Nbbhhpnhond::RetMusicRhythmLevelNotUnlock => { + "RET_MUSIC_RHYTHM_LEVEL_NOT_UNLOCK" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "RET_SUCC" => Some(Self::RetSucc), + "RET_FAIL" => Some(Self::RetFail), + "RET_SERVER_INTERNAL_ERROR" => Some(Self::RetServerInternalError), + "RET_TIMEOUT" => Some(Self::RetTimeout), + "RET_REPEATED_REQ" => Some(Self::RetRepeatedReq), + "RET_REQ_PARA_INVALID" => Some(Self::RetReqParaInvalid), + "RET_PLAYER_DATA_ERROR" => Some(Self::RetPlayerDataError), + "RET_PLAYER_CLIENT_PAUSED" => Some(Self::RetPlayerClientPaused), + "RET_FUNC_CHECK_FAILED" => Some(Self::RetFuncCheckFailed), + "RET_FEATURE_SWITCH_CLOSED" => Some(Self::RetFeatureSwitchClosed), + "RET_FREQ_OVER_LIMIT" => Some(Self::RetFreqOverLimit), + "RET_SYSTEM_BUSY" => Some(Self::RetSystemBusy), + "RET_PLAYER_NOT_ONLINE" => Some(Self::RetPlayerNotOnline), + "RET_REPEATE_LOGIN" => Some(Self::RetRepeateLogin), + "RET_RETRY_LOGIN" => Some(Self::RetRetryLogin), + "RET_WAIT_LOGIN" => Some(Self::RetWaitLogin), + "RET_NOT_IN_WHITE_LIST" => Some(Self::RetNotInWhiteList), + "RET_IN_BLACK_LIST" => Some(Self::RetInBlackList), + "RET_ACCOUNT_VERIFY_ERROR" => Some(Self::RetAccountVerifyError), + "RET_ACCOUNT_PARA_ERROR" => Some(Self::RetAccountParaError), + "RET_ANTI_ADDICT_LOGIN" => Some(Self::RetAntiAddictLogin), + "RET_CHECK_SUM_ERROR" => Some(Self::RetCheckSumError), + "RET_REACH_MAX_PLAYER_NUM" => Some(Self::RetReachMaxPlayerNum), + "RET_ALREADY_REGISTERED" => Some(Self::RetAlreadyRegistered), + "RET_GENDER_ERROR" => Some(Self::RetGenderError), + "SET_NICKNAME_RET_CALLBACK_PROCESSING" => { + Some(Self::SetNicknameRetCallbackProcessing) + } + "RET_IN_GM_BIND_ACCESS" => Some(Self::RetInGmBindAccess), + "RET_QUEST_REWARD_ALREADY_TAKEN" => Some(Self::RetQuestRewardAlreadyTaken), + "RET_QUEST_NOT_ACCEPT" => Some(Self::RetQuestNotAccept), + "RET_QUEST_NOT_FINISH" => Some(Self::RetQuestNotFinish), + "RET_QUEST_STATUS_ERROR" => Some(Self::RetQuestStatusError), + "RET_ACHIEVEMENT_LEVEL_NOT_REACH" => Some(Self::RetAchievementLevelNotReach), + "RET_ACHIEVEMENT_LEVEL_ALREADY_TAKEN" => { + Some(Self::RetAchievementLevelAlreadyTaken) + } + "RET_AVATAR_NOT_EXIST" => Some(Self::RetAvatarNotExist), + "RET_AVATAR_RES_EXP_NOT_ENOUGH" => Some(Self::RetAvatarResExpNotEnough), + "RET_AVATAR_EXP_REACH_PROMOTION_LIMIT" => { + Some(Self::RetAvatarExpReachPromotionLimit) + } + "RET_AVATAR_REACH_MAX_PROMOTION" => Some(Self::RetAvatarReachMaxPromotion), + "RET_SKILLTREE_CONFIG_NOT_EXIST" => Some(Self::RetSkilltreeConfigNotExist), + "RET_SKILLTREE_ALREADY_UNLOCK" => Some(Self::RetSkilltreeAlreadyUnlock), + "RET_SKILLTREE_PRE_LOCKED" => Some(Self::RetSkilltreePreLocked), + "RET_SKILLTREE_LEVEL_NOT_MEET" => Some(Self::RetSkilltreeLevelNotMeet), + "RET_SKILLTREE_RANK_NOT_MEET" => Some(Self::RetSkilltreeRankNotMeet), + "RET_AVATAR_DRESS_NO_EQUIPMENT" => Some(Self::RetAvatarDressNoEquipment), + "RET_AVATAR_EXP_ITEM_NOT_EXIST" => Some(Self::RetAvatarExpItemNotExist), + "RET_SKILLTREE_POINT_LOCKED" => Some(Self::RetSkilltreePointLocked), + "RET_SKILLTREE_POINT_LEVEL_UPGRADE_NOT_MATCH" => { + Some(Self::RetSkilltreePointLevelUpgradeNotMatch) + } + "RET_SKILLTREE_POINT_LEVEL_REACH_MAX" => { + Some(Self::RetSkilltreePointLevelReachMax) + } + "RET_WORLD_LEVEL_NOT_MEET" => Some(Self::RetWorldLevelNotMeet), + "RET_PLAYER_LEVEL_NOT_MEET" => Some(Self::RetPlayerLevelNotMeet), + "RET_AVATAR_RANK_NOT_MATCH" => Some(Self::RetAvatarRankNotMatch), + "RET_AVATAR_RANK_REACH_MAX" => Some(Self::RetAvatarRankReachMax), + "RET_HERO_BASIC_TYPE_NOT_MATCH" => Some(Self::RetHeroBasicTypeNotMatch), + "RET_AVATAR_PROMOTION_NOT_MEET" => Some(Self::RetAvatarPromotionNotMeet), + "RET_PROMOTION_REWARD_CONFIG_NOT_EXIST" => { + Some(Self::RetPromotionRewardConfigNotExist) + } + "RET_PROMOTION_REWARD_ALREADY_TAKEN" => { + Some(Self::RetPromotionRewardAlreadyTaken) + } + "RET_AVATAR_SKIN_ITEM_NOT_EXIST" => Some(Self::RetAvatarSkinItemNotExist), + "RET_AVATAR_SKIN_ALREADY_DRESSED" => Some(Self::RetAvatarSkinAlreadyDressed), + "RET_AVATAR_NOT_DRESS_SKIN" => Some(Self::RetAvatarNotDressSkin), + "RET_AVATAR_SKIN_NOT_MATCH_AVATAR" => Some(Self::RetAvatarSkinNotMatchAvatar), + "RET_ITEM_NOT_EXIST" => Some(Self::RetItemNotExist), + "RET_ITEM_COST_NOT_ENOUGH" => Some(Self::RetItemCostNotEnough), + "RET_ITEM_COST_TOO_MUCH" => Some(Self::RetItemCostTooMuch), + "RET_ITEM_NO_COST" => Some(Self::RetItemNoCost), + "RET_ITEM_NOT_ENOUGH" => Some(Self::RetItemNotEnough), + "RET_ITEM_INVALID" => Some(Self::RetItemInvalid), + "RET_ITEM_CONFIG_NOT_EXIST" => Some(Self::RetItemConfigNotExist), + "RET_SCOIN_NOT_ENOUGH" => Some(Self::RetScoinNotEnough), + "RET_ITEM_REWARD_EXCEED_LIMIT" => Some(Self::RetItemRewardExceedLimit), + "RET_ITEM_INVALID_USE" => Some(Self::RetItemInvalidUse), + "RET_ITEM_USE_CONFIG_NOT_EXIST" => Some(Self::RetItemUseConfigNotExist), + "RET_REWARD_CONFIG_NOT_EXIST" => Some(Self::RetRewardConfigNotExist), + "RET_ITEM_EXCEED_LIMIT" => Some(Self::RetItemExceedLimit), + "RET_ITEM_COUNT_INVALID" => Some(Self::RetItemCountInvalid), + "RET_ITEM_USE_TARGET_TYPE_INVALID" => Some(Self::RetItemUseTargetTypeInvalid), + "RET_ITEM_USE_SATIETY_FULL" => Some(Self::RetItemUseSatietyFull), + "RET_ITEM_COMPOSE_NOT_EXIST" => Some(Self::RetItemComposeNotExist), + "RET_RELIC_COMPOSE_NOT_EXIST" => Some(Self::RetRelicComposeNotExist), + "RET_ITEM_CAN_NOT_SELL" => Some(Self::RetItemCanNotSell), + "RET_ITEM_SELL_EXCEDD_LIMIT" => Some(Self::RetItemSellExceddLimit), + "RET_ITEM_NOT_IN_COST_LIST" => Some(Self::RetItemNotInCostList), + "RET_ITEM_SPECIAL_COST_NOT_ENOUGH" => Some(Self::RetItemSpecialCostNotEnough), + "RET_ITEM_SPECIAL_COST_TOO_MUCH" => Some(Self::RetItemSpecialCostTooMuch), + "RET_ITEM_FORMULA_NOT_EXIST" => Some(Self::RetItemFormulaNotExist), + "RET_ITEM_AUTO_GIFT_OPTIONAL_NOT_EXIST" => { + Some(Self::RetItemAutoGiftOptionalNotExist) + } + "RET_RELIC_COMPOSE_RELIC_INVALID" => Some(Self::RetRelicComposeRelicInvalid), + "RET_RELIC_COMPOSE_MAIN_AFFIX_ID_INVALID" => { + Some(Self::RetRelicComposeMainAffixIdInvalid) + } + "RET_RELIC_COMPOSE_WRONG_FORMULA_TYPE" => { + Some(Self::RetRelicComposeWrongFormulaType) + } + "RET_RELIC_COMPOSE_RELIC_NOT_EXIST" => { + Some(Self::RetRelicComposeRelicNotExist) + } + "RET_RELIC_COMPOSE_BLACK_GOLD_COUNT_INVALID" => { + Some(Self::RetRelicComposeBlackGoldCountInvalid) + } + "RET_RELIC_COMPOSE_BLACK_GOLD_NOT_NEED" => { + Some(Self::RetRelicComposeBlackGoldNotNeed) + } + "RET_MONTH_CARD_CANNOT_USE" => Some(Self::RetMonthCardCannotUse), + "RET_ITEM_REWARD_EXCEED_DISAPPEAR" => { + Some(Self::RetItemRewardExceedDisappear) + } + "RET_ITEM_NEED_RECYCLE" => Some(Self::RetItemNeedRecycle), + "RET_ITEM_COMPOSE_EXCEED_LIMIT" => Some(Self::RetItemComposeExceedLimit), + "RET_ITEM_CAN_NOT_DESTROY" => Some(Self::RetItemCanNotDestroy), + "RET_ITEM_ALREADY_MARK" => Some(Self::RetItemAlreadyMark), + "RET_ITEM_MARK_EXCEED_LIMIT" => Some(Self::RetItemMarkExceedLimit), + "RET_ITEM_NOT_MARK" => Some(Self::RetItemNotMark), + "RET_ITEN_TURN_FOOD_NOT_SET" => Some(Self::RetItenTurnFoodNotSet), + "RET_ITEM_TURN_FOOD_ALREADY_SET" => Some(Self::RetItemTurnFoodAlreadySet), + "RET_ITEM_TURN_FOOD_CONSUME_TYPE_ERROR" => { + Some(Self::RetItemTurnFoodConsumeTypeError) + } + "RET_ITEM_TURN_FOOD_SWITCH_ALREADY_OPEN" => { + Some(Self::RetItemTurnFoodSwitchAlreadyOpen) + } + "RET_ITEM_TURN_FOOD_SWITCH_ALREADY_CLOSE" => { + Some(Self::RetItemTurnFoodSwitchAlreadyClose) + } + "RET_HCOIN_EXCHANGE_TOO_MUCH" => Some(Self::RetHcoinExchangeTooMuch), + "RET_ITEM_TURN_FOOD_SCENE_TYPE_ERROR" => { + Some(Self::RetItemTurnFoodSceneTypeError) + } + "RET_EQUIPMENT_ALREADY_DRESSED" => Some(Self::RetEquipmentAlreadyDressed), + "RET_EQUIPMENT_NOT_EXIST" => Some(Self::RetEquipmentNotExist), + "RET_EQUIPMENT_REACH_LEVEL_LIMIT" => Some(Self::RetEquipmentReachLevelLimit), + "RET_EQUIPMENT_CONSUME_SELF" => Some(Self::RetEquipmentConsumeSelf), + "RET_EQUIPMENT_ALREADY_LOCKED" => Some(Self::RetEquipmentAlreadyLocked), + "RET_EQUIPMENT_ALREADY_UNLOCKED" => Some(Self::RetEquipmentAlreadyUnlocked), + "RET_EQUIPMENT_LOCKED" => Some(Self::RetEquipmentLocked), + "RET_EQUIPMENT_SELECT_NUM_OVER_LIMIT" => { + Some(Self::RetEquipmentSelectNumOverLimit) + } + "RET_EQUIPMENT_RANK_UP_MUST_CONSUME_SAME_TID" => { + Some(Self::RetEquipmentRankUpMustConsumeSameTid) + } + "RET_EQUIPMENT_PROMOTION_REACH_MAX" => { + Some(Self::RetEquipmentPromotionReachMax) + } + "RET_EQUIPMENT_RANK_UP_REACH_MAX" => Some(Self::RetEquipmentRankUpReachMax), + "RET_EQUIPMENT_LEVEL_REACH_MAX" => Some(Self::RetEquipmentLevelReachMax), + "RET_EQUIPMENT_EXCEED_LIMIT" => Some(Self::RetEquipmentExceedLimit), + "RET_RELIC_NOT_EXIST" => Some(Self::RetRelicNotExist), + "RET_RELIC_REACH_LEVEL_LIMIT" => Some(Self::RetRelicReachLevelLimit), + "RET_RELIC_CONSUME_SELF" => Some(Self::RetRelicConsumeSelf), + "RET_RELIC_ALREADY_DRESSED" => Some(Self::RetRelicAlreadyDressed), + "RET_RELIC_LOCKED" => Some(Self::RetRelicLocked), + "RET_RELIC_ALREADY_LOCKED" => Some(Self::RetRelicAlreadyLocked), + "RET_RELIC_ALREADY_UNLOCKED" => Some(Self::RetRelicAlreadyUnlocked), + "RET_RELIC_LEVEL_IS_NOT_ZERO" => Some(Self::RetRelicLevelIsNotZero), + "RET_UNIQUE_ID_REPEATED" => Some(Self::RetUniqueIdRepeated), + "RET_EQUIPMENT_LEVEL_NOT_MEET" => Some(Self::RetEquipmentLevelNotMeet), + "RET_EQUIPMENT_ITEM_NOT_IN_COST_LIST" => { + Some(Self::RetEquipmentItemNotInCostList) + } + "RET_EQUIPMENT_LEVEL_GREATER_THAN_ONE" => { + Some(Self::RetEquipmentLevelGreaterThanOne) + } + "RET_EQUIPMENT_ALREADY_RANKED" => Some(Self::RetEquipmentAlreadyRanked), + "RET_RELIC_EXCEED_LIMIT" => Some(Self::RetRelicExceedLimit), + "RET_RELIC_ALREADY_DISCARDED" => Some(Self::RetRelicAlreadyDiscarded), + "RET_RELIC_ALREADY_UNDISCARDED" => Some(Self::RetRelicAlreadyUndiscarded), + "RET_EQUIPMENT_BATCH_LOCK_TOO_FAST" => { + Some(Self::RetEquipmentBatchLockTooFast) + } + "RET_RELIC_FILTER_PLAN_SLOT_EMPTY" => Some(Self::RetRelicFilterPlanSlotEmpty), + "RET_RELIC_FILTER_PLAN_NUM_EXCEED_LIMIT" => { + Some(Self::RetRelicFilterPlanNumExceedLimit) + } + "RET_RELIC_FILTER_PLAN_NAME_UTF8_ERROR" => { + Some(Self::RetRelicFilterPlanNameUtf8Error) + } + "RET_RELIC_FILTER_PLAN_NAME_FORMAT_ERROR" => { + Some(Self::RetRelicFilterPlanNameFormatError) + } + "RET_RELIC_FILTER_PLAN_NO_CHANGE" => Some(Self::RetRelicFilterPlanNoChange), + "RET_LINEUP_INVALID_INDEX" => Some(Self::RetLineupInvalidIndex), + "RET_LINEUP_INVALID_MEMBER_POS" => Some(Self::RetLineupInvalidMemberPos), + "RET_LINEUP_SWAP_NOT_EXIST" => Some(Self::RetLineupSwapNotExist), + "RET_LINEUP_AVATAR_ALREADY_IN" => Some(Self::RetLineupAvatarAlreadyIn), + "RET_LINEUP_CREATE_AVATAR_ERROR" => Some(Self::RetLineupCreateAvatarError), + "RET_LINEUP_AVATAR_INIT_ERROR" => Some(Self::RetLineupAvatarInitError), + "RET_LINEUP_NOT_EXIST" => Some(Self::RetLineupNotExist), + "RET_LINEUP_ONLY_ONE_MEMBER" => Some(Self::RetLineupOnlyOneMember), + "RET_LINEUP_SAME_LEADER_SLOT" => Some(Self::RetLineupSameLeaderSlot), + "RET_LINEUP_NO_LEADER_SELECT" => Some(Self::RetLineupNoLeaderSelect), + "RET_LINEUP_SWAP_SAME_SLOT" => Some(Self::RetLineupSwapSameSlot), + "RET_LINEUP_AVATAR_NOT_EXIST" => Some(Self::RetLineupAvatarNotExist), + "RET_LINEUP_TRIAL_AVATAR_CAN_NOT_QUIT" => { + Some(Self::RetLineupTrialAvatarCanNotQuit) + } + "RET_LINEUP_VIRTUAL_LINEUP_PLANE_NOT_MATCH" => { + Some(Self::RetLineupVirtualLineupPlaneNotMatch) + } + "RET_LINEUP_NOT_VALID_LEADER" => Some(Self::RetLineupNotValidLeader), + "RET_LINEUP_SAME_INDEX" => Some(Self::RetLineupSameIndex), + "RET_LINEUP_IS_EMPTY" => Some(Self::RetLineupIsEmpty), + "RET_LINEUP_NAME_FORMAT_ERROR" => Some(Self::RetLineupNameFormatError), + "RET_LINEUP_TYPE_NOT_MATCH" => Some(Self::RetLineupTypeNotMatch), + "RET_LINEUP_REPLACE_ALL_FAILED" => Some(Self::RetLineupReplaceAllFailed), + "RET_LINEUP_NOT_ALLOW_EDIT" => Some(Self::RetLineupNotAllowEdit), + "RET_LINEUP_AVATAR_IS_ALIVE" => Some(Self::RetLineupAvatarIsAlive), + "RET_LINEUP_ASSIST_HAS_ONLY_MEMBER" => { + Some(Self::RetLineupAssistHasOnlyMember) + } + "RET_LINEUP_ASSIST_CANNOT_SWITCH" => Some(Self::RetLineupAssistCannotSwitch), + "RET_LINEUP_AVATAR_TYPE_INVALID" => Some(Self::RetLineupAvatarTypeInvalid), + "RET_LINEUP_NAME_UTF8_ERROR" => Some(Self::RetLineupNameUtf8Error), + "RET_LINEUP_LEADER_LOCK" => Some(Self::RetLineupLeaderLock), + "RET_LINEUP_STORY_LINE_NOT_MATCH" => Some(Self::RetLineupStoryLineNotMatch), + "RET_LINEUP_AVATAR_LOCK" => Some(Self::RetLineupAvatarLock), + "RET_LINEUP_AVATAR_INVALID" => Some(Self::RetLineupAvatarInvalid), + "RET_LINEUP_AVATAR_ALREADY_INIT" => Some(Self::RetLineupAvatarAlreadyInit), + "RET_LINEUP_LIMITED" => Some(Self::RetLineupLimited), + "RET_MAIL_NOT_EXIST" => Some(Self::RetMailNotExist), + "RET_MAIL_RANGE_INVALID" => Some(Self::RetMailRangeInvalid), + "RET_MAIL_MAIL_ID_INVALID" => Some(Self::RetMailMailIdInvalid), + "RET_MAIL_NO_MAIL_TAKE_ATTACHMENT" => Some(Self::RetMailNoMailTakeAttachment), + "RET_MAIL_NO_MAIL_TO_DEL" => Some(Self::RetMailNoMailToDel), + "RET_MAIL_TYPE_INVALID" => Some(Self::RetMailTypeInvalid), + "RET_MAIL_PARA_INVALID" => Some(Self::RetMailParaInvalid), + "RET_MAIL_ATTACHEMENT_INVALID" => Some(Self::RetMailAttachementInvalid), + "RET_MAIL_TICKET_INVALID" => Some(Self::RetMailTicketInvalid), + "RET_MAIL_TICKET_REPEATED" => Some(Self::RetMailTicketRepeated), + "RET_STAGE_SETTLE_ERROR" => Some(Self::RetStageSettleError), + "RET_STAGE_CONFIG_NOT_EXIST" => Some(Self::RetStageConfigNotExist), + "RET_STAGE_NOT_FOUND" => Some(Self::RetStageNotFound), + "RET_STAGE_COCOON_PROP_NOT_VALID" => Some(Self::RetStageCocoonPropNotValid), + "RET_STAGE_COCOON_WAVE_NOT_VALID" => Some(Self::RetStageCocoonWaveNotValid), + "RET_STAGE_PROP_ID_NOT_EQUAL" => Some(Self::RetStagePropIdNotEqual), + "RET_STAGE_COCOON_WAVE_OVER" => Some(Self::RetStageCocoonWaveOver), + "RET_STAGE_WEEK_COCOON_OVER_CNT" => Some(Self::RetStageWeekCocoonOverCnt), + "RET_STAGE_COCOON_NOT_OPEN" => Some(Self::RetStageCocoonNotOpen), + "RET_STAGE_TRIAL_NOT_OPEN" => Some(Self::RetStageTrialNotOpen), + "RET_STAGE_FARM_NOT_OPEN" => Some(Self::RetStageFarmNotOpen), + "RET_STAGE_FARM_TYPE_ERROR" => Some(Self::RetStageFarmTypeError), + "RET_CHAPTER_LOCK" => Some(Self::RetChapterLock), + "RET_CHAPTER_CHALLENGE_NUM_NOT_ENOUGH" => { + Some(Self::RetChapterChallengeNumNotEnough) + } + "RET_CHAPTER_REWARD_ID_NOT_EXIST" => Some(Self::RetChapterRewardIdNotExist), + "RET_CHAPTER_REWARD_ALREADY_TAKEN" => { + Some(Self::RetChapterRewardAlreadyTaken) + } + "RET_BATTLE_STAGE_NOT_MATCH" => Some(Self::RetBattleStageNotMatch), + "RET_IN_BATTLE_NOW" => Some(Self::RetInBattleNow), + "RET_BATTLE_CHEAT" => Some(Self::RetBattleCheat), + "RET_BATTLE_FAIL" => Some(Self::RetBattleFail), + "RET_BATTLE_NO_LINEUP" => Some(Self::RetBattleNoLineup), + "RET_BATTLE_LINEUP_EMPTY" => Some(Self::RetBattleLineupEmpty), + "RET_BATTLE_VERSION_NOT_MATCH" => Some(Self::RetBattleVersionNotMatch), + "RET_BATTLE_QUIT_BY_SERVER" => Some(Self::RetBattleQuitByServer), + "RET_IN_BATTLE_CHECK" => Some(Self::RetInBattleCheck), + "RET_BATTLE_CHECK_NEED_RETRY" => Some(Self::RetBattleCheckNeedRetry), + "RET_BATTLE_COST_TIME_CHECK_FAIL" => Some(Self::RetBattleCostTimeCheckFail), + "RET_LACK_EXCHANGE_STAMINA_TIMES" => Some(Self::RetLackExchangeStaminaTimes), + "RET_LACK_STAMINA" => Some(Self::RetLackStamina), + "RET_STAMINA_FULL" => Some(Self::RetStaminaFull), + "RET_AUTHKEY_SIGN_TYPE_ERROR" => Some(Self::RetAuthkeySignTypeError), + "RET_AUTHKEY_SIGN_VER_ERROR" => Some(Self::RetAuthkeySignVerError), + "RET_NICKNAME_FORMAT_ERROR" => Some(Self::RetNicknameFormatError), + "RET_SENSITIVE_WORDS" => Some(Self::RetSensitiveWords), + "RET_LEVEL_REWARD_HAS_TAKEN" => Some(Self::RetLevelRewardHasTaken), + "RET_LEVEL_REWARD_LEVEL_ERROR" => Some(Self::RetLevelRewardLevelError), + "RET_LANGUAGE_INVALID" => Some(Self::RetLanguageInvalid), + "RET_NICKNAME_IN_CD" => Some(Self::RetNicknameInCd), + "RET_GAMEPLAY_BIRTHDAY_INVALID" => Some(Self::RetGameplayBirthdayInvalid), + "RET_GAMEPLAY_BIRTHDAY_ALREADY_SET" => { + Some(Self::RetGameplayBirthdayAlreadySet) + } + "RET_NICKNAME_UTF8_ERROR" => Some(Self::RetNicknameUtf8Error), + "RET_NICKNAME_DIGIT_LIMIT_ERROR" => Some(Self::RetNicknameDigitLimitError), + "RET_SENSITIVE_WORDS_PLATFORM_ERROR" => { + Some(Self::RetSensitiveWordsPlatformError) + } + "RET_PLAYER_SETTING_TYPE_INVALID" => Some(Self::RetPlayerSettingTypeInvalid), + "RET_MAZE_LACK_TICKET" => Some(Self::RetMazeLackTicket), + "RET_MAZE_NOT_UNLOCK" => Some(Self::RetMazeNotUnlock), + "RET_MAZE_NO_ABILITY" => Some(Self::RetMazeNoAbility), + "RET_MAZE_NO_PLANE" => Some(Self::RetMazeNoPlane), + "RET_MAZE_MAP_NOT_EXIST" => Some(Self::RetMazeMapNotExist), + "RET_MAZE_MP_NOT_ENOUGH" => Some(Self::RetMazeMpNotEnough), + "RET_SPRING_NOT_ENABLE" => Some(Self::RetSpringNotEnable), + "RET_SPRING_TOO_FAR" => Some(Self::RetSpringTooFar), + "RET_NOT_IN_MAZE" => Some(Self::RetNotInMaze), + "RET_MAZE_TIME_OF_DAY_TYPE_ERROR" => Some(Self::RetMazeTimeOfDayTypeError), + "RET_SCENE_TRANSFER_LOCKED_BY_TASK" => { + Some(Self::RetSceneTransferLockedByTask) + } + "RET_PLOT_NOT_UNLOCK" => Some(Self::RetPlotNotUnlock), + "RET_MISSION_NOT_EXIST" => Some(Self::RetMissionNotExist), + "RET_MISSION_ALREADY_DONE" => Some(Self::RetMissionAlreadyDone), + "RET_DAILY_TASK_NOT_FINISH" => Some(Self::RetDailyTaskNotFinish), + "RET_DAILY_TASK_REWARD_HAS_TAKEN" => Some(Self::RetDailyTaskRewardHasTaken), + "RET_MISSION_NOT_FINISH" => Some(Self::RetMissionNotFinish), + "RET_MISSION_NOT_DOING" => Some(Self::RetMissionNotDoing), + "RET_MISSION_FINISH_WAY_NOT_MATCH" => Some(Self::RetMissionFinishWayNotMatch), + "RET_MISSION_SCENE_NOT_MATCH" => Some(Self::RetMissionSceneNotMatch), + "RET_MISSION_CUSTOM_VALUE_NOT_VALID" => { + Some(Self::RetMissionCustomValueNotValid) + } + "RET_MISSION_SUB_MISSION_NOT_MATCH" => { + Some(Self::RetMissionSubMissionNotMatch) + } + "RET_ADVENTURE_MAP_NOT_EXIST" => Some(Self::RetAdventureMapNotExist), + "RET_SCENE_ENTITY_NOT_EXIST" => Some(Self::RetSceneEntityNotExist), + "RET_NOT_IN_SCENE" => Some(Self::RetNotInScene), + "RET_SCENE_MONSTER_NOT_EXIST" => Some(Self::RetSceneMonsterNotExist), + "RET_INTERACT_CONFIG_NOT_EXIST" => Some(Self::RetInteractConfigNotExist), + "RET_UNSUPPORTED_PROP_STATE" => Some(Self::RetUnsupportedPropState), + "RET_SCENE_ENTRY_ID_NOT_MATCH" => Some(Self::RetSceneEntryIdNotMatch), + "RET_SCENE_ENTITY_MOVE_CHECK_FAILED" => { + Some(Self::RetSceneEntityMoveCheckFailed) + } + "RET_ASSIST_MONSTER_COUNT_LIMIT" => Some(Self::RetAssistMonsterCountLimit), + "RET_SCENE_USE_SKILL_FAIL" => Some(Self::RetSceneUseSkillFail), + "RET_PROP_IS_HIDDEN" => Some(Self::RetPropIsHidden), + "RET_LOADING_SUCC_ALREADY" => Some(Self::RetLoadingSuccAlready), + "RET_SCENE_ENTITY_TYPE_INVALID" => Some(Self::RetSceneEntityTypeInvalid), + "RET_INTERACT_TYPE_INVALID" => Some(Self::RetInteractTypeInvalid), + "RET_INTERACT_NOT_IN_REGION" => Some(Self::RetInteractNotInRegion), + "RET_INTERACT_SUB_TYPE_INVALID" => Some(Self::RetInteractSubTypeInvalid), + "RET_NOT_LEADER_ENTITY" => Some(Self::RetNotLeaderEntity), + "RET_MONSTER_IS_NOT_FARM_ELEMENT" => Some(Self::RetMonsterIsNotFarmElement), + "RET_MONSTER_CONFIG_NOT_EXIST" => Some(Self::RetMonsterConfigNotExist), + "RET_AVATAR_HP_ALREADY_FULL" => Some(Self::RetAvatarHpAlreadyFull), + "RET_CUR_INTERACT_ENTITY_NOT_MATCH" => { + Some(Self::RetCurInteractEntityNotMatch) + } + "RET_PLANE_TYPE_NOT_ALLOW" => Some(Self::RetPlaneTypeNotAllow), + "RET_GROUP_NOT_EXIST" => Some(Self::RetGroupNotExist), + "RET_GROUP_SAVE_DATA_IN_CD" => Some(Self::RetGroupSaveDataInCd), + "RET_GROUP_SAVE_LENGH_REACH_MAX" => Some(Self::RetGroupSaveLenghReachMax), + "RET_RECENT_ELEMENT_NOT_EXIST" => Some(Self::RetRecentElementNotExist), + "RET_RECENT_ELEMENT_STAGE_NOT_MATCH" => { + Some(Self::RetRecentElementStageNotMatch) + } + "RET_SCENE_POSITION_VERSION_NOT_MATCH" => { + Some(Self::RetScenePositionVersionNotMatch) + } + "RET_GAMEPLAY_COUNTER_NOT_EXIST" => Some(Self::RetGameplayCounterNotExist), + "RET_GAMEPLAY_COUNTER_NOT_ENOUGH" => Some(Self::RetGameplayCounterNotEnough), + "RET_GROUP_STATE_NOT_MATCH" => Some(Self::RetGroupStateNotMatch), + "RET_SCENE_ENTITY_POS_NOT_MATCH" => Some(Self::RetSceneEntityPosNotMatch), + "RET_GROUP_STATE_CUSTOM_SAVE_DATA_OFF" => { + Some(Self::RetGroupStateCustomSaveDataOff) + } + "RET_SCENE_NOT_MATCH" => Some(Self::RetSceneNotMatch), + "RET_BUY_TIMES_LIMIT" => Some(Self::RetBuyTimesLimit), + "RET_BUY_LIMIT_TYPE" => Some(Self::RetBuyLimitType), + "RET_SHOP_NOT_OPEN" => Some(Self::RetShopNotOpen), + "RET_GOODS_NOT_OPEN" => Some(Self::RetGoodsNotOpen), + "RET_CITY_LEVEL_REWARD_TAKEN" => Some(Self::RetCityLevelRewardTaken), + "RET_CITY_LEVEL_NOT_MEET" => Some(Self::RetCityLevelNotMeet), + "RET_SINGLE_BUY_LIMIT" => Some(Self::RetSingleBuyLimit), + "RET_TUTORIAL_NOT_UNLOCK" => Some(Self::RetTutorialNotUnlock), + "RET_TUTORIAL_UNLOCK_ALREADY" => Some(Self::RetTutorialUnlockAlready), + "RET_TUTORIAL_FINISH_ALREADY" => Some(Self::RetTutorialFinishAlready), + "RET_TUTORIAL_PRE_NOT_UNLOCK" => Some(Self::RetTutorialPreNotUnlock), + "RET_TUTORIAL_PLAYER_LEVEL_NOT_MATCH" => { + Some(Self::RetTutorialPlayerLevelNotMatch) + } + "RET_TUTORIAL_TUTORIAL_NOT_FOUND" => Some(Self::RetTutorialTutorialNotFound), + "RET_CHALLENGE_NOT_EXIST" => Some(Self::RetChallengeNotExist), + "RET_CHALLENGE_NOT_UNLOCK" => Some(Self::RetChallengeNotUnlock), + "RET_CHALLENGE_ALREADY" => Some(Self::RetChallengeAlready), + "RET_CHALLENGE_LINEUP_EDIT_FORBIDDEN" => { + Some(Self::RetChallengeLineupEditForbidden) + } + "RET_CHALLENGE_LINEUP_EMPTY" => Some(Self::RetChallengeLineupEmpty), + "RET_CHALLENGE_NOT_DOING" => Some(Self::RetChallengeNotDoing), + "RET_CHALLENGE_NOT_FINISH" => Some(Self::RetChallengeNotFinish), + "RET_CHALLENGE_TARGET_NOT_FINISH" => Some(Self::RetChallengeTargetNotFinish), + "RET_CHALLENGE_TARGET_REWARD_TAKEN" => { + Some(Self::RetChallengeTargetRewardTaken) + } + "RET_CHALLENGE_TIME_NOT_VALID" => Some(Self::RetChallengeTimeNotValid), + "RET_CHALLENGE_STARS_COUNT_NOT_MEET" => { + Some(Self::RetChallengeStarsCountNotMeet) + } + "RET_CHALLENGE_STARS_REWARD_TAKEN" => { + Some(Self::RetChallengeStarsRewardTaken) + } + "RET_CHALLENGE_STARS_NOT_EXIST" => Some(Self::RetChallengeStarsNotExist), + "RET_CHALLENGE_CUR_SCENE_NOT_ENTRY_FLOOR" => { + Some(Self::RetChallengeCurSceneNotEntryFloor) + } + "RET_CHALLENGE_NO_TEAM_ARCHIVE" => Some(Self::RetChallengeNoTeamArchive), + "RET_CHALLENGE_LINEUP_AVATAR_TYPE_INVALID" => { + Some(Self::RetChallengeLineupAvatarTypeInvalid) + } + "RET_CHALLENGE_LINEUP_RECOMMEND_IN_CD" => { + Some(Self::RetChallengeLineupRecommendInCd) + } + "RET_BASIC_TYPE_ALREADY" => Some(Self::RetBasicTypeAlready), + "RET_NO_BASIC_TYPE" => Some(Self::RetNoBasicType), + "RET_NOT_CHOOSE_BASIC_TYPE" => Some(Self::RetNotChooseBasicType), + "RET_NOT_FUNC_CLOSE" => Some(Self::RetNotFuncClose), + "RET_NOT_CHOOSE_GENDER" => Some(Self::RetNotChooseGender), + "RET_NOT_REQ_UNLOCK_BASIC_TYPE" => Some(Self::RetNotReqUnlockBasicType), + "RET_AVATAR_PATH_LOCKED" => Some(Self::RetAvatarPathLocked), + "RET_ROGUE_STATUS_NOT_MATCH" => Some(Self::RetRogueStatusNotMatch), + "RET_ROGUE_SELECT_BUFF_NOT_EXIST" => Some(Self::RetRogueSelectBuffNotExist), + "RET_ROGUE_COIN_NOT_ENOUGH" => Some(Self::RetRogueCoinNotEnough), + "RET_ROGUE_STAMINA_NOT_ENOUGH" => Some(Self::RetRogueStaminaNotEnough), + "RET_ROGUE_APPRAISAL_COUNT_NOT_ENOUGH" => { + Some(Self::RetRogueAppraisalCountNotEnough) + } + "RET_ROGUE_PROP_ALREADY_USED" => Some(Self::RetRoguePropAlreadyUsed), + "RET_ROGUE_RECORD_ALREADY_SAVED" => Some(Self::RetRogueRecordAlreadySaved), + "RET_ROGUE_ROLL_BUFF_MAX_COUNT" => Some(Self::RetRogueRollBuffMaxCount), + "RET_ROGUE_PICK_AVATAR_INVALID" => Some(Self::RetRoguePickAvatarInvalid), + "RET_ROGUE_QUEST_EXPIRE" => Some(Self::RetRogueQuestExpire), + "RET_ROGUE_QUEST_REWARD_ALREADY" => Some(Self::RetRogueQuestRewardAlready), + "RET_ROGUE_REVIVE_COUNT_NOT_ENOUGH" => { + Some(Self::RetRogueReviveCountNotEnough) + } + "RET_ROGUE_AREA_INVALID" => Some(Self::RetRogueAreaInvalid), + "RET_ROGUE_SCORE_REWARD_POOL_INVALID" => { + Some(Self::RetRogueScoreRewardPoolInvalid) + } + "RET_ROGUE_SCORE_REWARD_ROW_INVALID" => { + Some(Self::RetRogueScoreRewardRowInvalid) + } + "RET_ROGUE_AEON_LEVEL_NOT_MEET" => Some(Self::RetRogueAeonLevelNotMeet), + "RET_ROGUE_AEON_LEVEL_REWARD_ALREADY_TAKEN" => { + Some(Self::RetRogueAeonLevelRewardAlreadyTaken) + } + "RET_ROGUE_AEON_CONFIG_NOT_EXIST" => Some(Self::RetRogueAeonConfigNotExist), + "RET_ROGUE_TRIAL_AVATAR_INVALID" => Some(Self::RetRogueTrialAvatarInvalid), + "RET_ROGUE_HANDBOOK_REWARD_ALREADY_TAKEN" => { + Some(Self::RetRogueHandbookRewardAlreadyTaken) + } + "RET_ROGUE_ROOM_TYPE_NOT_MATCH" => Some(Self::RetRogueRoomTypeNotMatch), + "RET_ROGUE_SHOP_GOOD_NOT_FOUND" => Some(Self::RetRogueShopGoodNotFound), + "RET_ROGUE_SHOP_GOOD_ALREADY_BOUGHT" => { + Some(Self::RetRogueShopGoodAlreadyBought) + } + "RET_ROGUE_SHOP_GOOD_ALREADY_OWN" => Some(Self::RetRogueShopGoodAlreadyOwn), + "RET_ROGUE_SHOP_MIRACLE_NOT_EXIST" => Some(Self::RetRogueShopMiracleNotExist), + "RET_ROGUE_SHOP_NOT_EXIST" => Some(Self::RetRogueShopNotExist), + "RET_ROGUE_SHOP_CANNOT_REFRESH" => Some(Self::RetRogueShopCannotRefresh), + "RET_ROGUE_SELECT_BUFF_CERTAIN_MISMATCH" => { + Some(Self::RetRogueSelectBuffCertainMismatch) + } + "RET_MISSION_EVENT_CONFIG_NOT_EXIST" => { + Some(Self::RetMissionEventConfigNotExist) + } + "RET_MISSION_EVENT_NOT_CLIENT" => Some(Self::RetMissionEventNotClient), + "RET_MISSION_EVENT_FINISHED" => Some(Self::RetMissionEventFinished), + "RET_MISSION_EVENT_DOING" => Some(Self::RetMissionEventDoing), + "RET_HAS_CHALLENGE_MISSION_EVENT" => Some(Self::RetHasChallengeMissionEvent), + "RET_NOT_CHALLENGE_MISSION_EVENT" => Some(Self::RetNotChallengeMissionEvent), + "RET_GACHA_ID_NOT_EXIST" => Some(Self::RetGachaIdNotExist), + "RET_GACHA_NUM_INVALID" => Some(Self::RetGachaNumInvalid), + "RET_GACHA_FIRST_GACHA_MUST_ONE" => Some(Self::RetGachaFirstGachaMustOne), + "RET_GACHA_REQ_DUPLICATED" => Some(Self::RetGachaReqDuplicated), + "RET_GACHA_NOT_IN_SCHEDULE" => Some(Self::RetGachaNotInSchedule), + "RET_GACHA_NEWBIE_CLOSE" => Some(Self::RetGachaNewbieClose), + "RET_GACHA_TODAY_LIMITED" => Some(Self::RetGachaTodayLimited), + "RET_GACHA_NOT_SUPPORT" => Some(Self::RetGachaNotSupport), + "RET_GACHA_CEILING_NOT_ENOUGH" => Some(Self::RetGachaCeilingNotEnough), + "RET_GACHA_CEILING_CLOSE" => Some(Self::RetGachaCeilingClose), + "RET_NOT_IN_RAID" => Some(Self::RetNotInRaid), + "RET_RAID_DOING" => Some(Self::RetRaidDoing), + "RET_NOT_PROP" => Some(Self::RetNotProp), + "RET_RAID_ID_NOT_MATCH" => Some(Self::RetRaidIdNotMatch), + "RET_RAID_RESTART_NOT_MATCH" => Some(Self::RetRaidRestartNotMatch), + "RET_RAID_LIMIT" => Some(Self::RetRaidLimit), + "RET_RAID_AVATAR_LIST_EMPTY" => Some(Self::RetRaidAvatarListEmpty), + "RET_RAID_AVATAR_NOT_EXIST" => Some(Self::RetRaidAvatarNotExist), + "RET_CHALLENGE_RAID_REWARD_ALREADY" => { + Some(Self::RetChallengeRaidRewardAlready) + } + "RET_CHALLENGE_RAID_SCORE_NOT_REACH" => { + Some(Self::RetChallengeRaidScoreNotReach) + } + "RET_CHALLENGE_RAID_NOT_OPEN" => Some(Self::RetChallengeRaidNotOpen), + "RET_RAID_FINISHED" => Some(Self::RetRaidFinished), + "RET_RAID_WORLD_LEVEL_NOT_LOCK" => Some(Self::RetRaidWorldLevelNotLock), + "RET_RAID_CANNOT_USE_ASSIST" => Some(Self::RetRaidCannotUseAssist), + "RET_RAID_AVATAR_NOT_MATCH" => Some(Self::RetRaidAvatarNotMatch), + "RET_RAID_CAN_NOT_SAVE" => Some(Self::RetRaidCanNotSave), + "RET_RAID_NO_SAVE" => Some(Self::RetRaidNoSave), + "RET_ACTIVITY_RAID_NOT_OPEN" => Some(Self::RetActivityRaidNotOpen), + "RET_RAID_AVATAR_CAPTAIN_NOT_EXIST" => { + Some(Self::RetRaidAvatarCaptainNotExist) + } + "RET_RAID_STORY_LINE_NOT_MATCH" => Some(Self::RetRaidStoryLineNotMatch), + "RET_TALK_EVENT_ALREADY_TAKEN" => Some(Self::RetTalkEventAlreadyTaken), + "RET_NPC_ALREADY_MEET" => Some(Self::RetNpcAlreadyMeet), + "RET_NPC_NOT_IN_CONFIG" => Some(Self::RetNpcNotInConfig), + "RET_DIALOGUE_GROUP_DISMATCH" => Some(Self::RetDialogueGroupDismatch), + "RET_DIALOGUE_EVENT_INVALID" => Some(Self::RetDialogueEventInvalid), + "RET_TALK_EVENT_TAKE_PROTO_NOT_MATCH" => { + Some(Self::RetTalkEventTakeProtoNotMatch) + } + "RET_TALK_EVENT_NOT_VALID" => Some(Self::RetTalkEventNotValid), + "RET_EXPEDITION_CONFIG_NOT_EXIST" => Some(Self::RetExpeditionConfigNotExist), + "RET_EXPEDITION_REWARD_CONFIG_NOT_EXIST" => { + Some(Self::RetExpeditionRewardConfigNotExist) + } + "RET_EXPEDITION_NOT_UNLOCKED" => Some(Self::RetExpeditionNotUnlocked), + "RET_EXPEDITION_ALREADY_ACCEPTED" => Some(Self::RetExpeditionAlreadyAccepted), + "RET_EXPEDITION_REPEATED_AVATAR" => Some(Self::RetExpeditionRepeatedAvatar), + "RET_AVATAR_ALREADY_DISPATCHED" => Some(Self::RetAvatarAlreadyDispatched), + "RET_EXPEDITION_NOT_ACCEPTED" => Some(Self::RetExpeditionNotAccepted), + "RET_EXPEDITION_NOT_FINISH" => Some(Self::RetExpeditionNotFinish), + "RET_EXPEDITION_ALREADY_FINISH" => Some(Self::RetExpeditionAlreadyFinish), + "RET_EXPEDITION_TEAM_COUNT_LIMIT" => Some(Self::RetExpeditionTeamCountLimit), + "RET_EXPEDITION_AVATAR_NUM_NOT_MATCH" => { + Some(Self::RetExpeditionAvatarNumNotMatch) + } + "RET_EXPEDITION_NOT_OPEN" => Some(Self::RetExpeditionNotOpen), + "RET_EXPEDITION_FRIEND_AVATAR_NOT_VALID" => { + Some(Self::RetExpeditionFriendAvatarNotValid) + } + "RET_EXPEDITION_NOT_PUBLISHED" => Some(Self::RetExpeditionNotPublished), + "RET_LOGIN_ACTIVITY_HAS_TAKEN" => Some(Self::RetLoginActivityHasTaken), + "RET_LOGIN_ACTIVITY_DAYS_LACK" => Some(Self::RetLoginActivityDaysLack), + "RET_TRIAL_ACTIVITY_REWARD_ALREADY_TAKE" => { + Some(Self::RetTrialActivityRewardAlreadyTake) + } + "RET_TRIAL_ACTIVITY_STAGE_NOT_FINISH" => { + Some(Self::RetTrialActivityStageNotFinish) + } + "RET_MATERIAL_SUBMIT_ACTIVITY_HAS_TAKEN" => { + Some(Self::RetMaterialSubmitActivityHasTaken) + } + "RET_MATERIAL_SUBMIT_ACTIVITY_MATERIAL_NOT_SUBMITTED" => { + Some(Self::RetMaterialSubmitActivityMaterialNotSubmitted) + } + "RET_MATERIAL_SUBMIT_ACTIVITY_MATERIAL_ALREADY_SUBMITTED" => { + Some(Self::RetMaterialSubmitActivityMaterialAlreadySubmitted) + } + "RET_FANTASTIC_STORY_ACTIVITY_STORY_ERROR" => { + Some(Self::RetFantasticStoryActivityStoryError) + } + "RET_FANTASTIC_STORY_ACTIVITY_STORY_NOT_OPEN" => { + Some(Self::RetFantasticStoryActivityStoryNotOpen) + } + "RET_FANTASTIC_STORY_ACTIVITY_BATTLE_ERROR" => { + Some(Self::RetFantasticStoryActivityBattleError) + } + "RET_FANTASTIC_STORY_ACTIVITY_BATTLE_NOT_OPEN" => { + Some(Self::RetFantasticStoryActivityBattleNotOpen) + } + "RET_FANTASTIC_STORY_ACTIVITY_BATTLE_AVATAR_ERROR" => { + Some(Self::RetFantasticStoryActivityBattleAvatarError) + } + "RET_FANTASTIC_STORY_ACTIVITY_BATTLE_BUFF_ERROR" => { + Some(Self::RetFantasticStoryActivityBattleBuffError) + } + "RET_FANTASTIC_STORY_ACTIVITY_PRE_BATTLE_SCORE_NOT_ENOUGH" => { + Some(Self::RetFantasticStoryActivityPreBattleScoreNotEnough) + } + "RET_TRIAL_ACTIVITY_ALREADY_IN_TRIAL_ACTIVITY" => { + Some(Self::RetTrialActivityAlreadyInTrialActivity) + } + "RET_COMMON_ACTIVITY_NOT_OPEN" => Some(Self::RetCommonActivityNotOpen), + "RET_MESSAGE_CONFIG_NOT_EXIST" => Some(Self::RetMessageConfigNotExist), + "RET_MESSAGE_SECTION_NOT_TAKE" => Some(Self::RetMessageSectionNotTake), + "RET_MESSAGE_GROUP_NOT_TAKE" => Some(Self::RetMessageGroupNotTake), + "RET_MESSAGE_SECTION_ID_NOT_MATCH" => Some(Self::RetMessageSectionIdNotMatch), + "RET_MESSAGE_SECTION_CAN_NOT_FINISH" => { + Some(Self::RetMessageSectionCanNotFinish) + } + "RET_MESSAGE_ITEM_CAN_NOT_FINISH" => Some(Self::RetMessageItemCanNotFinish), + "RET_MESSAGE_ITEM_RAID_CAN_NOT_FINISH" => { + Some(Self::RetMessageItemRaidCanNotFinish) + } + "RET_FRIEND_ALREADY_IS_FRIEND" => Some(Self::RetFriendAlreadyIsFriend), + "RET_FRIEND_IS_NOT_FRIEND" => Some(Self::RetFriendIsNotFriend), + "RET_FRIEND_APPLY_EXPIRE" => Some(Self::RetFriendApplyExpire), + "RET_FRIEND_IN_BLACKLIST" => Some(Self::RetFriendInBlacklist), + "RET_FRIEND_NOT_IN_BLACKLIST" => Some(Self::RetFriendNotInBlacklist), + "RET_FRIEND_NUMBER_LIMIT" => Some(Self::RetFriendNumberLimit), + "RET_FRIEND_BLACKLIST_NUMBER_LIMIT" => { + Some(Self::RetFriendBlacklistNumberLimit) + } + "RET_FRIEND_DAILY_APPLY_LIMIT" => Some(Self::RetFriendDailyApplyLimit), + "RET_FRIEND_IN_HANDLE_LIMIT" => Some(Self::RetFriendInHandleLimit), + "RET_FRIEND_APPLY_IN_CD" => Some(Self::RetFriendApplyInCd), + "RET_FRIEND_REMARK_NAME_FORMAT_ERROR" => { + Some(Self::RetFriendRemarkNameFormatError) + } + "RET_FRIEND_PLAYER_NOT_FOUND" => Some(Self::RetFriendPlayerNotFound), + "RET_FRIEND_IN_TARGET_BLACKLIST" => Some(Self::RetFriendInTargetBlacklist), + "RET_FRIEND_TARGET_NUMBER_LIMIT" => Some(Self::RetFriendTargetNumberLimit), + "RET_ASSIST_QUERY_TOO_FAST" => Some(Self::RetAssistQueryTooFast), + "RET_ASSIST_NOT_EXIST" => Some(Self::RetAssistNotExist), + "RET_ASSIST_USED_ALREADY" => Some(Self::RetAssistUsedAlready), + "RET_FRIEND_REPORT_REASON_FORMAT_ERROR" => { + Some(Self::RetFriendReportReasonFormatError) + } + "RET_FRIEND_REPORT_SENSITIVE_WORDS" => { + Some(Self::RetFriendReportSensitiveWords) + } + "RET_ASSIST_USED_TIMES_OVER" => Some(Self::RetAssistUsedTimesOver), + "RET_ASSIST_QUIT_ALREADY" => Some(Self::RetAssistQuitAlready), + "RET_ASSIST_AVATAR_IN_LINEUP" => Some(Self::RetAssistAvatarInLineup), + "RET_ASSIST_NO_REWARD" => Some(Self::RetAssistNoReward), + "RET_FRIEND_SEARCH_NUM_LIMIT" => Some(Self::RetFriendSearchNumLimit), + "RET_FRIEND_SEARCH_IN_CD" => Some(Self::RetFriendSearchInCd), + "RET_FRIEND_REMARK_NAME_UTF8_ERROR" => { + Some(Self::RetFriendRemarkNameUtf8Error) + } + "RET_FRIEND_REPORT_REASON_UTF8_ERROR" => { + Some(Self::RetFriendReportReasonUtf8Error) + } + "RET_ASSIST_SET_ALREADY" => Some(Self::RetAssistSetAlready), + "RET_FRIEND_TARGET_FORBID_OTHER_APPLY" => { + Some(Self::RetFriendTargetForbidOtherApply) + } + "RET_FRIEND_MARKED_CNT_MAX" => Some(Self::RetFriendMarkedCntMax), + "RET_FRIEND_MARKED_ALREADY" => Some(Self::RetFriendMarkedAlready), + "RET_FRIEND_NOT_MARKED" => Some(Self::RetFriendNotMarked), + "RET_FRIEND_CHALLENGE_LINEUP_RECOMMEND_IN_CD" => { + Some(Self::RetFriendChallengeLineupRecommendInCd) + } + "RET_VIEW_PLAYER_CARD_IN_CD" => Some(Self::RetViewPlayerCardInCd), + "RET_VIEW_PLAYER_BATTLE_RECORD_IN_CD" => { + Some(Self::RetViewPlayerBattleRecordInCd) + } + "RET_PLAYER_BOARD_HEAD_ICON_NOT_EXIST" => { + Some(Self::RetPlayerBoardHeadIconNotExist) + } + "RET_PLAYER_BOARD_HEAD_ICON_LOCKED" => { + Some(Self::RetPlayerBoardHeadIconLocked) + } + "RET_PLAYER_BOARD_HEAD_ICON_ALREADY_UNLOCKED" => { + Some(Self::RetPlayerBoardHeadIconAlreadyUnlocked) + } + "RET_PLAYER_BOARD_DISPLAY_AVATAR_NOT_EXIST" => { + Some(Self::RetPlayerBoardDisplayAvatarNotExist) + } + "RET_PLAYER_BOARD_DISPLAY_AVATAR_EXCEED_LIMIT" => { + Some(Self::RetPlayerBoardDisplayAvatarExceedLimit) + } + "RET_PLAYER_BOARD_DISPLAY_REPEATED_AVATAR" => { + Some(Self::RetPlayerBoardDisplayRepeatedAvatar) + } + "RET_PLAYER_BOARD_DISPLAY_AVATAR_SAME_POS" => { + Some(Self::RetPlayerBoardDisplayAvatarSamePos) + } + "RET_PLAYER_BOARD_DISPLAY_AVATAR_LOCKED" => { + Some(Self::RetPlayerBoardDisplayAvatarLocked) + } + "RET_SIGNATURE_LENGTH_EXCEED_LIMIT" => { + Some(Self::RetSignatureLengthExceedLimit) + } + "RET_SIGNATURE_SENSITIVE_WORDS" => Some(Self::RetSignatureSensitiveWords), + "RET_PLAYER_BOARD_ASSIST_AVATAR_NOT_EXIST" => { + Some(Self::RetPlayerBoardAssistAvatarNotExist) + } + "RET_PLAYER_BOARD_ASSIST_AVATAR_LOCKED" => { + Some(Self::RetPlayerBoardAssistAvatarLocked) + } + "RET_SIGNATURE_UTF8_ERROR" => Some(Self::RetSignatureUtf8Error), + "RET_PLAYER_BOARD_ASSIST_AVATAR_CNT_ERROR" => { + Some(Self::RetPlayerBoardAssistAvatarCntError) + } + "RET_BATTLE_PASS_TIER_NOT_VALID" => Some(Self::RetBattlePassTierNotValid), + "RET_BATTLE_PASS_LEVEL_NOT_MEET" => Some(Self::RetBattlePassLevelNotMeet), + "RET_BATTLE_PASS_REWARD_TAKE_ALREADY" => { + Some(Self::RetBattlePassRewardTakeAlready) + } + "RET_BATTLE_PASS_NOT_PREMIUM" => Some(Self::RetBattlePassNotPremium), + "RET_BATTLE_PASS_NOT_DOING" => Some(Self::RetBattlePassNotDoing), + "RET_BATTLE_PASS_LEVEL_INVALID" => Some(Self::RetBattlePassLevelInvalid), + "RET_BATTLE_PASS_NOT_UNLOCK" => Some(Self::RetBattlePassNotUnlock), + "RET_BATTLE_PASS_NO_REWARD" => Some(Self::RetBattlePassNoReward), + "RET_BATTLE_PASS_QUEST_NOT_VALID" => Some(Self::RetBattlePassQuestNotValid), + "RET_BATTLE_PASS_NOT_CHOOSE_OPTIONAL" => { + Some(Self::RetBattlePassNotChooseOptional) + } + "RET_BATTLE_PASS_NOT_TAKE_REWARD" => Some(Self::RetBattlePassNotTakeReward), + "RET_BATTLE_PASS_OPTIONAL_NOT_VALID" => { + Some(Self::RetBattlePassOptionalNotValid) + } + "RET_BATTLE_PASS_BUY_ALREADY" => Some(Self::RetBattlePassBuyAlready), + "RET_BATTLE_PASS_NEAR_END" => Some(Self::RetBattlePassNearEnd), + "RET_MUSIC_LOCKED" => Some(Self::RetMusicLocked), + "RET_MUSIC_NOT_EXIST" => Some(Self::RetMusicNotExist), + "RET_MUSIC_UNLOCK_FAILED" => Some(Self::RetMusicUnlockFailed), + "RET_PUNK_LORD_LACK_SUMMON_TIMES" => Some(Self::RetPunkLordLackSummonTimes), + "RET_PUNK_LORD_ATTACKING_MONSTER_LIMIT" => { + Some(Self::RetPunkLordAttackingMonsterLimit) + } + "RET_PUNK_LORD_MONSTER_NOT_EXIST" => Some(Self::RetPunkLordMonsterNotExist), + "RET_PUNK_LORD_MONSTER_ALREADY_SHARED" => { + Some(Self::RetPunkLordMonsterAlreadyShared) + } + "RET_PUNK_LORD_MONSTER_EXPIRED" => Some(Self::RetPunkLordMonsterExpired), + "RET_PUNK_LORD_SELF_MONSTER_ATTACK_LIMIT" => { + Some(Self::RetPunkLordSelfMonsterAttackLimit) + } + "RET_PUNK_LORD_LACK_SUPPORT_TIMES" => Some(Self::RetPunkLordLackSupportTimes), + "RET_PUNK_LORD_MONSTER_ALREADY_KILLED" => { + Some(Self::RetPunkLordMonsterAlreadyKilled) + } + "RET_PUNK_LORD_MONSTER_ATTACKER_LIMIT" => { + Some(Self::RetPunkLordMonsterAttackerLimit) + } + "RET_PUNK_LORD_WORLD_LEVLE_NOT_VALID" => { + Some(Self::RetPunkLordWorldLevleNotValid) + } + "RET_PUNK_LORD_REWARD_LEVLE_NOT_EXIST" => { + Some(Self::RetPunkLordRewardLevleNotExist) + } + "RET_PUNK_LORD_POINT_NOT_MEET" => Some(Self::RetPunkLordPointNotMeet), + "RET_PUNK_LORD_IN_ATTACKING" => Some(Self::RetPunkLordInAttacking), + "RET_PUNK_LORD_OPERATION_IN_CD" => Some(Self::RetPunkLordOperationInCd), + "RET_PUNK_LORD_REWARD_ALREADY_TAKEN" => { + Some(Self::RetPunkLordRewardAlreadyTaken) + } + "RET_PUNK_LORD_OVER_BONUS_REWARD_LIMIT" => { + Some(Self::RetPunkLordOverBonusRewardLimit) + } + "RET_PUNK_LORD_NOT_IN_SCHEDULE" => Some(Self::RetPunkLordNotInSchedule), + "RET_PUNK_LORD_MONSTER_NOT_ATTACKED" => { + Some(Self::RetPunkLordMonsterNotAttacked) + } + "RET_PUNK_LORD_MONSTER_NOT_KILLED" => Some(Self::RetPunkLordMonsterNotKilled), + "RET_PUNK_LORD_MONSTER_KILLED_SCORE_ALREADY_TAKE" => { + Some(Self::RetPunkLordMonsterKilledScoreAlreadyTake) + } + "RET_PUNK_LORD_REWARD_LEVLE_ALREADY_TAKE" => { + Some(Self::RetPunkLordRewardLevleAlreadyTake) + } + "RET_DAILY_ACTIVE_LEVEL_INVALID" => Some(Self::RetDailyActiveLevelInvalid), + "RET_DAILY_ACTIVE_LEVEL_REWARD_ALREADY_TAKEN" => { + Some(Self::RetDailyActiveLevelRewardAlreadyTaken) + } + "RET_DAILY_ACTIVE_LEVEL_AP_NOT_ENOUGH" => { + Some(Self::RetDailyActiveLevelApNotEnough) + } + "RET_DAILY_MEET_PAM" => Some(Self::RetDailyMeetPam), + "RET_REPLAY_ID_NOT_MATCH" => Some(Self::RetReplayIdNotMatch), + "RET_REPLAY_REQ_NOT_VALID" => Some(Self::RetReplayReqNotValid), + "RET_FIGHT_ACTIVITY_DIFFICULTY_LEVEL_NOT_PASSED" => { + Some(Self::RetFightActivityDifficultyLevelNotPassed) + } + "RET_FIGHT_ACTIVITY_DIFFICULTY_LEVEL_REWARD_ALREADY_TAKE" => { + Some(Self::RetFightActivityDifficultyLevelRewardAlreadyTake) + } + "RET_FIGHT_ACTIVITY_STAGE_NOT_OPEN" => { + Some(Self::RetFightActivityStageNotOpen) + } + "RET_FIGHT_ACTIVITY_LEVEL_NOT_UNLOCK" => { + Some(Self::RetFightActivityLevelNotUnlock) + } + "RET_TRAIN_VISITOR_VISITOR_NOT_EXIST" => { + Some(Self::RetTrainVisitorVisitorNotExist) + } + "RET_TRAIN_VISITOR_BEHAVIOR_NOT_EXIST" => { + Some(Self::RetTrainVisitorBehaviorNotExist) + } + "RET_TRAIN_VISITOR_BEHAVIOR_FINISHED" => { + Some(Self::RetTrainVisitorBehaviorFinished) + } + "RET_TRAIN_VISITOR_ALL_BEHAVIOR_REWARD_TAKEN" => { + Some(Self::RetTrainVisitorAllBehaviorRewardTaken) + } + "RET_TRAIN_VISITOR_GET_ON_MISSION_NOT_FINISH" => { + Some(Self::RetTrainVisitorGetOnMissionNotFinish) + } + "RET_TRAIN_VISITOR_NOT_GET_OFF" => Some(Self::RetTrainVisitorNotGetOff), + "RET_TEXT_JOIN_UNKNOW_IS_OVERRIDE" => Some(Self::RetTextJoinUnknowIsOverride), + "RET_TEXT_JOIN_ID_NOT_EXIST" => Some(Self::RetTextJoinIdNotExist), + "RET_TEXT_JOIN_CAN_NOT_OVERRIDE" => Some(Self::RetTextJoinCanNotOverride), + "RET_TEXT_JOIN_ITEM_ID_ERROR" => Some(Self::RetTextJoinItemIdError), + "RET_TEXT_JOIN_SENSITIVE_CHECK_ERROR" => { + Some(Self::RetTextJoinSensitiveCheckError) + } + "RET_TEXT_JOIN_MUST_OVERRIDE" => Some(Self::RetTextJoinMustOverride), + "RET_TEXT_JOIN_TEXT_EMPTY" => Some(Self::RetTextJoinTextEmpty), + "RET_TEXT_JOIN_TEXT_FORMAT_ERROR" => Some(Self::RetTextJoinTextFormatError), + "RET_TEXT_JOIN_TEXT_UTF8_ERROR" => Some(Self::RetTextJoinTextUtf8Error), + "RET_TEXT_JOIN_BATCH_REQ_ID_REPEAT" => { + Some(Self::RetTextJoinBatchReqIdRepeat) + } + "RET_TEXT_JOIN_TYPE_NOT_SUPPORT_BATCH_REQ" => { + Some(Self::RetTextJoinTypeNotSupportBatchReq) + } + "RET_TEXT_JOIN_AVATAR_ID_NOT_EXIST" => { + Some(Self::RetTextJoinAvatarIdNotExist) + } + "RET_TEXT_JOIN_UNKNOW_TYPE" => Some(Self::RetTextJoinUnknowType), + "RET_PAM_MISSION_MISSION_ID_ERROR" => Some(Self::RetPamMissionMissionIdError), + "RET_PAM_MISSION_MISSION_EXPIRE" => Some(Self::RetPamMissionMissionExpire), + "RET_CHAT_TYPE_NOT_EXIST" => Some(Self::RetChatTypeNotExist), + "RET_MSG_TYPE_NOT_EXIST" => Some(Self::RetMsgTypeNotExist), + "RET_CHAT_NO_TARGET_UID" => Some(Self::RetChatNoTargetUid), + "RET_CHAT_MSG_EMPTY" => Some(Self::RetChatMsgEmpty), + "RET_CHAT_MSG_EXCEED_LIMIT" => Some(Self::RetChatMsgExceedLimit), + "RET_CHAT_MSG_SENSITIVE_CHECK_ERROR" => { + Some(Self::RetChatMsgSensitiveCheckError) + } + "RET_CHAT_MSG_UTF8_ERROR" => Some(Self::RetChatMsgUtf8Error), + "RET_CHAT_FORBID_SWITCH_OPEN" => Some(Self::RetChatForbidSwitchOpen), + "RET_CHAT_FORBID" => Some(Self::RetChatForbid), + "RET_CHAT_MSG_INCLUDE_SPECIAL_STR" => Some(Self::RetChatMsgIncludeSpecialStr), + "RET_CHAT_MSG_EMOJI_NOT_EXIST" => Some(Self::RetChatMsgEmojiNotExist), + "RET_CHAT_MSG_EMOJI_GENDER_NOT_MATCH" => { + Some(Self::RetChatMsgEmojiGenderNotMatch) + } + "RET_CHAT_MSG_EMOJI_NOT_MARKED" => Some(Self::RetChatMsgEmojiNotMarked), + "RET_CHAT_MSG_EMOJI_ALREADY_MARKED" => { + Some(Self::RetChatMsgEmojiAlreadyMarked) + } + "RET_CHAT_MSG_EMOJI_MARKED_MAX_LIMIT" => { + Some(Self::RetChatMsgEmojiMarkedMaxLimit) + } + "RET_BOXING_CLUB_CHALLENGE_NOT_OPEN" => { + Some(Self::RetBoxingClubChallengeNotOpen) + } + "RET_MUSEUM_NOT_OPEN" => Some(Self::RetMuseumNotOpen), + "RET_MUSEUM_TURN_CNT_NOT_MATCH" => Some(Self::RetMuseumTurnCntNotMatch), + "RET_MUSEUM_PHASE_NOT_REACH" => Some(Self::RetMuseumPhaseNotReach), + "RET_MUSEUM_UNKNOW_STUFF" => Some(Self::RetMuseumUnknowStuff), + "RET_MUSEUM_UNKNOW_AREA" => Some(Self::RetMuseumUnknowArea), + "RET_MUSEUM_UNKNOW_POS" => Some(Self::RetMuseumUnknowPos), + "RET_MUSEUM_STUFF_ALREADY_IN_AREA" => Some(Self::RetMuseumStuffAlreadyInArea), + "RET_MUSEUM_STUFF_NOT_IN_AREA" => Some(Self::RetMuseumStuffNotInArea), + "RET_MUSEUM_GET_NPC_REPEAT" => Some(Self::RetMuseumGetNpcRepeat), + "RET_MUSEUM_GET_NPC_UNLOCK" => Some(Self::RetMuseumGetNpcUnlock), + "RET_MUSEUM_GET_NPC_NOT_ENOUGH" => Some(Self::RetMuseumGetNpcNotEnough), + "RET_MUSEUM_CHANGE_STUFF_AREA_ERROR" => { + Some(Self::RetMuseumChangeStuffAreaError) + } + "RET_MUSEUM_NOT_INIT" => Some(Self::RetMuseumNotInit), + "RET_MUSEUM_EVENT_ERROR" => Some(Self::RetMuseumEventError), + "RET_MUSEUM_UNKNOW_CHOOSE_EVENT_ID" => { + Some(Self::RetMuseumUnknowChooseEventId) + } + "RET_MUSEUM_EVENT_ORDER_NOT_MATCH" => Some(Self::RetMuseumEventOrderNotMatch), + "RET_MUSEUM_EVENT_PHASE_NOT_UNLOCK" => { + Some(Self::RetMuseumEventPhaseNotUnlock) + } + "RET_MUSEUM_EVENT_MISSION_NOT_FOUND" => { + Some(Self::RetMuseumEventMissionNotFound) + } + "RET_MUSEUM_AREA_LEVEL_UP_ALREADY" => Some(Self::RetMuseumAreaLevelUpAlready), + "RET_MUSEUM_STUFF_ALREADY_USED" => Some(Self::RetMuseumStuffAlreadyUsed), + "RET_MUSEUM_EVENT_ROUND_NOT_UNLOCK" => { + Some(Self::RetMuseumEventRoundNotUnlock) + } + "RET_MUSEUM_STUFF_IN_AREA" => Some(Self::RetMuseumStuffInArea), + "RET_MUSEUM_STUFF_DISPATCH" => Some(Self::RetMuseumStuffDispatch), + "RET_MUSEUM_IS_END" => Some(Self::RetMuseumIsEnd), + "RET_MUSEUM_STUFF_LEAVING" => Some(Self::RetMuseumStuffLeaving), + "RET_MUSEUM_EVENT_MISSION_NOT_FINISH" => { + Some(Self::RetMuseumEventMissionNotFinish) + } + "RET_MUSEUM_COLLECT_REWARD_NOT_EXIST" => { + Some(Self::RetMuseumCollectRewardNotExist) + } + "RET_MUSEUM_COLLECT_REWARD_ALREADY_TAKEN" => { + Some(Self::RetMuseumCollectRewardAlreadyTaken) + } + "RET_MUSEUM_ACCEPT_MISSION_MAX_LIMIT" => { + Some(Self::RetMuseumAcceptMissionMaxLimit) + } + "RET_ROGUE_CHALLENGE_NOT_OPEN" => Some(Self::RetRogueChallengeNotOpen), + "RET_ROGUE_CHALLENGE_ASSIS_REFRESH_LIMIT" => { + Some(Self::RetRogueChallengeAssisRefreshLimit) + } + "RET_ALLEY_NOT_INIT" => Some(Self::RetAlleyNotInit), + "RET_ALLEY_NOT_OPEN" => Some(Self::RetAlleyNotOpen), + "RET_ALLEY_MAP_NOT_EXIST" => Some(Self::RetAlleyMapNotExist), + "RET_ALLEY_EMPTY_POS_LIST" => Some(Self::RetAlleyEmptyPosList), + "RET_ALLEY_LINE_POS_INVALID" => Some(Self::RetAlleyLinePosInvalid), + "RET_ALLEY_SHOP_NOT_UNLOCK" => Some(Self::RetAlleyShopNotUnlock), + "RET_ALLEY_DEPOT_FULL" => Some(Self::RetAlleyDepotFull), + "RET_ALLEY_SHOP_NOT_INCLUDE" => Some(Self::RetAlleyShopNotInclude), + "RET_ALLEY_EVENT_NOT_UNLOCK" => Some(Self::RetAlleyEventNotUnlock), + "RET_ALLEY_EVENT_NOT_REFRESH" => Some(Self::RetAlleyEventNotRefresh), + "RET_ALLEY_EVENT_STATE_DOING" => Some(Self::RetAlleyEventStateDoing), + "RET_ALLEY_EVENT_STATE_FINISH" => Some(Self::RetAlleyEventStateFinish), + "RET_ALLEY_EVENT_ERROR" => Some(Self::RetAlleyEventError), + "RET_ALLEY_REWARD_LEVEL_ERROR" => Some(Self::RetAlleyRewardLevelError), + "RET_ALLEY_REWARD_PRESTIGE_NOT_ENOUGH" => { + Some(Self::RetAlleyRewardPrestigeNotEnough) + } + "RET_ALLEY_SHIP_EMPTY" => Some(Self::RetAlleyShipEmpty), + "RET_ALLEY_SHIP_ID_DISMATCH" => Some(Self::RetAlleyShipIdDismatch), + "RET_ALLEY_SHIP_NOT_EXIST" => Some(Self::RetAlleyShipNotExist), + "RET_ALLEY_SHIP_NOT_UNLOCK" => Some(Self::RetAlleyShipNotUnlock), + "RET_ALLEY_GOODS_NOT_EXIST" => Some(Self::RetAlleyGoodsNotExist), + "RET_ALLEY_GOODS_NOT_UNLOCK" => Some(Self::RetAlleyGoodsNotUnlock), + "RET_ALLEY_PROFIT_NOT_POSITIVE" => Some(Self::RetAlleyProfitNotPositive), + "RET_ALLEY_SPECIAL_ORDER_DISMATCH" => { + Some(Self::RetAlleySpecialOrderDismatch) + } + "RET_ALLEY_ORDER_GOODS_OVER_LIMIT" => Some(Self::RetAlleyOrderGoodsOverLimit), + "RET_ALLEY_SPECIAL_ORDER_CONDITION_NOT_MEET" => { + Some(Self::RetAlleySpecialOrderConditionNotMeet) + } + "RET_ALLEY_DEPOT_SIZE_OVER_LIMIT" => Some(Self::RetAlleyDepotSizeOverLimit), + "RET_ALLEY_GOODS_NOT_ENOUGH" => Some(Self::RetAlleyGoodsNotEnough), + "RET_ALLEY_ORDER_INDEX_INVALID" => Some(Self::RetAlleyOrderIndexInvalid), + "RET_ALLEY_REWARD_ALREADY_TAKE" => Some(Self::RetAlleyRewardAlreadyTake), + "RET_ALLEY_REWARD_NOT_EXIST" => Some(Self::RetAlleyRewardNotExist), + "RET_ALLEY_MAIN_MISSION_NOT_DOING" => Some(Self::RetAlleyMainMissionNotDoing), + "RET_ALLEY_CRITICAL_EVENT_NOT_FINISH" => { + Some(Self::RetAlleyCriticalEventNotFinish) + } + "RET_ALLEY_SHOP_GOODS_NOT_VALID" => Some(Self::RetAlleyShopGoodsNotValid), + "RET_ALLEY_SLASH_NOT_OPEN" => Some(Self::RetAlleySlashNotOpen), + "RET_ALLEY_PLACING_ANCHOR_INVALID" => { + Some(Self::RetAlleyPlacingAnchorInvalid) + } + "RET_ALLEY_PLACING_GOODS_INDEX_INVALID" => { + Some(Self::RetAlleyPlacingGoodsIndexInvalid) + } + "RET_ALLEY_SAVE_MAP_TOO_QUICK" => Some(Self::RetAlleySaveMapTooQuick), + "RET_ALLEY_MAP_NOT_LINK" => Some(Self::RetAlleyMapNotLink), + "RET_ALLEY_FUNDS_NOT_LOWER_BASE" => Some(Self::RetAlleyFundsNotLowerBase), + "RET_ALLEY_EVENT_NOT_FINISH" => Some(Self::RetAlleyEventNotFinish), + "RET_ALLEY_NORMAL_ORDER_NOT_MEET" => Some(Self::RetAlleyNormalOrderNotMeet), + "RET_PLAYER_RETURN_NOT_OPEN" => Some(Self::RetPlayerReturnNotOpen), + "RET_PLAYER_RETURN_IS_SIGNED" => Some(Self::RetPlayerReturnIsSigned), + "RET_PLAYER_RETURN_POINT_NOT_ENOUGH" => { + Some(Self::RetPlayerReturnPointNotEnough) + } + "RET_PLAYER_RETURN_CONDITION_INVALID" => { + Some(Self::RetPlayerReturnConditionInvalid) + } + "RET_PLAYER_RETURN_HAS_SIGNED" => Some(Self::RetPlayerReturnHasSigned), + "RET_PLAYER_RETURN_REWARD_TAKEN" => Some(Self::RetPlayerReturnRewardTaken), + "RET_AETHER_DIVIDE_NO_LINEUP" => Some(Self::RetAetherDivideNoLineup), + "RET_AETHER_DIVIDE_LINEUP_INVALID" => { + Some(Self::RetAetherDivideLineupInvalid) + } + "RET_CHAT_BUBBLE_ID_ERROR" => Some(Self::RetChatBubbleIdError), + "RET_CHAT_BUBBLE_ID_NOT_UNLOCK" => Some(Self::RetChatBubbleIdNotUnlock), + "RET_PHONE_THEME_ID_ERROR" => Some(Self::RetPhoneThemeIdError), + "RET_PHONE_THEME_ID_NOT_UNLOCK" => Some(Self::RetPhoneThemeIdNotUnlock), + "RET_CHAT_BUBBLE_SELECT_IS_CURRENT" => { + Some(Self::RetChatBubbleSelectIsCurrent) + } + "RET_PHONE_THEME_SELECT_IS_CURRENT" => { + Some(Self::RetPhoneThemeSelectIsCurrent) + } + "RET_CHESS_ROGUE_CONFIG_NOT_FOUND" => Some(Self::RetChessRogueConfigNotFound), + "RET_CHESS_ROGUE_CONFIG_INVALID" => Some(Self::RetChessRogueConfigInvalid), + "RET_CHESS_ROGUE_NO_VALID_ROOM" => Some(Self::RetChessRogueNoValidRoom), + "RET_CHESS_ROGUE_NO_CELL_INFO" => Some(Self::RetChessRogueNoCellInfo), + "RET_CHESS_ROGUE_CELL_NOT_FINISH" => Some(Self::RetChessRogueCellNotFinish), + "RET_CHESS_ROGUE_CELL_IS_LOCKED" => Some(Self::RetChessRogueCellIsLocked), + "RET_CHESS_ROGUE_SCHEDULE_NOT_MATCH" => { + Some(Self::RetChessRogueScheduleNotMatch) + } + "RET_CHESS_ROGUE_STATUS_FAIL" => Some(Self::RetChessRogueStatusFail), + "RET_CHESS_ROGUE_AREA_NOT_EXIST" => Some(Self::RetChessRogueAreaNotExist), + "RET_CHESS_ROGUE_LINEUP_FAIL" => Some(Self::RetChessRogueLineupFail), + "RET_CHESS_ROGUE_AEON_FAIL" => Some(Self::RetChessRogueAeonFail), + "RET_CHESS_ROGUE_ENTER_CELL_FAIL" => Some(Self::RetChessRogueEnterCellFail), + "RET_CHESS_ROGUE_ROLL_DICE_FAIL" => Some(Self::RetChessRogueRollDiceFail), + "RET_CHESS_ROGUE_DICE_STATUS_FAIL" => Some(Self::RetChessRogueDiceStatusFail), + "RET_CHESS_ROGUE_DICE_CNT_NOT_FULL" => { + Some(Self::RetChessRogueDiceCntNotFull) + } + "RET_CHESS_ROGUE_UNLOCK" => Some(Self::RetChessRogueUnlock), + "RET_CHESS_ROGUE_PICK_AVATAR_FAIL" => Some(Self::RetChessRoguePickAvatarFail), + "RET_CHESS_ROGUE_AVATAR_INVALID" => Some(Self::RetChessRogueAvatarInvalid), + "RET_CHESS_ROGUE_CELL_CAN_NOT_SELECT" => { + Some(Self::RetChessRogueCellCanNotSelect) + } + "RET_CHESS_ROGUE_DICE_CONFIRMED" => Some(Self::RetChessRogueDiceConfirmed), + "RET_CHESS_ROGUE_NOUS_DICE_NOT_MATCH" => { + Some(Self::RetChessRogueNousDiceNotMatch) + } + "RET_CHESS_ROGUE_NOUS_DICE_RARITY_FAIL" => { + Some(Self::RetChessRogueNousDiceRarityFail) + } + "RET_CHESS_ROGUE_NOUS_DICE_SURFACE_DUPLICATE" => { + Some(Self::RetChessRogueNousDiceSurfaceDuplicate) + } + "RET_CHESS_ROGUE_NOT_IN_ROGUE" => Some(Self::RetChessRogueNotInRogue), + "RET_CHESS_ROGUE_NOUS_DICE_BRANCH_LIMIT" => { + Some(Self::RetChessRogueNousDiceBranchLimit) + } + "RET_HELIOBUS_NOT_OPEN" => Some(Self::RetHeliobusNotOpen), + "RET_HELIOBUS_SNS_POST_NOT_UNLOCK" => Some(Self::RetHeliobusSnsPostNotUnlock), + "RET_HELIOBUS_SNS_ALREADY_READ" => Some(Self::RetHeliobusSnsAlreadyRead), + "RET_HELIOBUS_SNS_ALREADY_LIKED" => Some(Self::RetHeliobusSnsAlreadyLiked), + "RET_HELIOBUS_SNS_ALREADY_COMMENTED" => { + Some(Self::RetHeliobusSnsAlreadyCommented) + } + "RET_HELIOBUS_SNS_IN_MISSION" => Some(Self::RetHeliobusSnsInMission), + "RET_HELIOBUS_SNS_ALREADY_POSTED" => Some(Self::RetHeliobusSnsAlreadyPosted), + "RET_HELIOBUS_SNS_NOT_DOING_MISSION" => { + Some(Self::RetHeliobusSnsNotDoingMission) + } + "RET_HELIOBUS_REWARD_LEVEL_MAX" => Some(Self::RetHeliobusRewardLevelMax), + "RET_HELIOBUS_INCOME_NOT_ENOUGH" => Some(Self::RetHeliobusIncomeNotEnough), + "RET_HELIOBUS_SNS_COMMENT_NOT_UNLOCK" => { + Some(Self::RetHeliobusSnsCommentNotUnlock) + } + "RET_HELIOBUS_CHALLENGE_NOT_UNLOCK" => { + Some(Self::RetHeliobusChallengeNotUnlock) + } + "RET_HELIOBUS_CHALLENGE_ID_ERROR" => Some(Self::RetHeliobusChallengeIdError), + "RET_HELIOBUS_SKILL_NOT_UNLOCK" => Some(Self::RetHeliobusSkillNotUnlock), + "RET_HELIOBUS_ACCEPT_POST_MISSION_FAIL" => { + Some(Self::RetHeliobusAcceptPostMissionFail) + } + "RET_HELIOBUS_SKILL_NOT_SELECTED" => Some(Self::RetHeliobusSkillNotSelected), + "RET_HELIOBUS_PLANE_TYPE_INVALID" => Some(Self::RetHeliobusPlaneTypeInvalid), + "RET_REDDOT_PARAM_INVALID" => Some(Self::RetReddotParamInvalid), + "RET_REDDOT_ACTIVITY_NOT_OPEN" => Some(Self::RetReddotActivityNotOpen), + "RET_ROGUE_ENDLESS_ACTIVITY_CONFIG_ERROR" => { + Some(Self::RetRogueEndlessActivityConfigError) + } + "RET_ROGUE_ENDLESS_ACTIVITY_NOT_OPEN" => { + Some(Self::RetRogueEndlessActivityNotOpen) + } + "RET_ROGUE_ENDLESS_ACTIVITY_OVER_BONUS_REWARD_LIMIT" => { + Some(Self::RetRogueEndlessActivityOverBonusRewardLimit) + } + "RET_ROGUE_ENDLESS_ACTIVITY_SCORE_NOT_MEET" => { + Some(Self::RetRogueEndlessActivityScoreNotMeet) + } + "RET_ROGUE_ENDLESS_ACTIVITY_REWARD_LEVLE_ALREADY_TAKE" => { + Some(Self::RetRogueEndlessActivityRewardLevleAlreadyTake) + } + "RET_HEART_DIAL_SCRIPT_NOT_FOUND" => Some(Self::RetHeartDialScriptNotFound), + "RET_HEART_DIAL_SCRIPT_EMOTION_THE_SAME" => { + Some(Self::RetHeartDialScriptEmotionTheSame) + } + "RET_HEART_DIAL_SCRIPT_STEP_NOT_NORMAL" => { + Some(Self::RetHeartDialScriptStepNotNormal) + } + "RET_HEART_DIAL_SCRIPT_CONDITION_NOT_MATCH" => { + Some(Self::RetHeartDialScriptConditionNotMatch) + } + "RET_HEART_DIAL_SCRIPT_SUBMIT_ITEM_NUM_NOT_MATCH" => { + Some(Self::RetHeartDialScriptSubmitItemNumNotMatch) + } + "RET_HEART_DIAL_SCRIPT_SUBMIT_ITEM_ID_NOT_MATCH" => { + Some(Self::RetHeartDialScriptSubmitItemIdNotMatch) + } + "RET_HEART_DIAL_DIALOGUE_NOT_FOUND" => { + Some(Self::RetHeartDialDialogueNotFound) + } + "RET_HEART_DIAL_DIALOGUE_ALREADY_PERFORMED" => { + Some(Self::RetHeartDialDialogueAlreadyPerformed) + } + "RET_HEART_DIAL_NPC_NOT_FOUND" => Some(Self::RetHeartDialNpcNotFound), + "RET_HEART_DIAL_TRACE_CONFIG_NOT_FOUND" => { + Some(Self::RetHeartDialTraceConfigNotFound) + } + "RET_HEART_DIAL_FLOOR_TRACE_EXIST" => Some(Self::RetHeartDialFloorTraceExist), + "RET_HEART_DIAL_TRACE_FLOOR_NOT_MATCH" => { + Some(Self::RetHeartDialTraceFloorNotMatch) + } + "RET_TRAVEL_BROCHURE_CONFIG_ERROR" => { + Some(Self::RetTravelBrochureConfigError) + } + "RET_TRAVEL_BROCHURE_PARAM_INVALID" => { + Some(Self::RetTravelBrochureParamInvalid) + } + "RET_TRAVEL_BROCHURE_LOCKED" => Some(Self::RetTravelBrochureLocked), + "RET_TRAVEL_BROCHURE_CANNOT_OPERATE" => { + Some(Self::RetTravelBrochureCannotOperate) + } + "RET_TRAVEL_BROCHURE_WORLD_ID_NOT_MATCH" => { + Some(Self::RetTravelBrochureWorldIdNotMatch) + } + "RET_TRAVEL_BROCHURE_HAS_NO_WORLD_BOOK" => { + Some(Self::RetTravelBrochureHasNoWorldBook) + } + "RET_TRAVEL_BROCHURE_PAGE_FULL" => Some(Self::RetTravelBrochurePageFull), + "RET_MAP_ROTATION_NOT_IN_REGION" => Some(Self::RetMapRotationNotInRegion), + "RET_MAP_ROTATION_ROTATER_ALREADY_DEPLOYED" => { + Some(Self::RetMapRotationRotaterAlreadyDeployed) + } + "RET_MAP_ROTATION_ENERGY_NOT_ENOUGH" => { + Some(Self::RetMapRotationEnergyNotEnough) + } + "RET_MAP_ROTATION_ENTITY_NOT_ON_CUR_POSE" => { + Some(Self::RetMapRotationEntityNotOnCurPose) + } + "RET_MAP_ROTATION_ROTATER_NOT_DEPLOYED" => { + Some(Self::RetMapRotationRotaterNotDeployed) + } + "RET_MAP_ROTATION_POSE_ROTATER_MISMATCH" => { + Some(Self::RetMapRotationPoseRotaterMismatch) + } + "RET_MAP_ROTATION_ROTATER_NOT_REMOVABLE" => { + Some(Self::RetMapRotationRotaterNotRemovable) + } + "RET_MAP_ROTATION_ROTATER_DISPOSABLE" => { + Some(Self::RetMapRotationRotaterDisposable) + } + "RET_SPACE_ZOO_ACTIVITY_CAT_NOT_FOUND" => { + Some(Self::RetSpaceZooActivityCatNotFound) + } + "RET_SPACE_ZOO_ACTIVITY_CAT_PARAM_INVALID" => { + Some(Self::RetSpaceZooActivityCatParamInvalid) + } + "RET_SPACE_ZOO_ACTIVITY_CAT_ITEM_NOT_ENOUGH" => { + Some(Self::RetSpaceZooActivityCatItemNotEnough) + } + "RET_SPACE_ZOO_ACTIVITY_CAT_BAG_FULL" => { + Some(Self::RetSpaceZooActivityCatBagFull) + } + "RET_SPACE_ZOO_ACTIVITY_CAT_NOT_TO_MUTATE" => { + Some(Self::RetSpaceZooActivityCatNotToMutate) + } + "RET_SPACE_ZOO_ACTIVITY_CAT_STATE_ERROR" => { + Some(Self::RetSpaceZooActivityCatStateError) + } + "RET_SPACE_ZOO_ACTIVITY_CAT_CATTERY_LOCKED" => { + Some(Self::RetSpaceZooActivityCatCatteryLocked) + } + "RET_SPACE_ZOO_ACTIVITY_CAT_OUT_NOW" => { + Some(Self::RetSpaceZooActivityCatOutNow) + } + "RET_SPACE_ZOO_ACTIVITY_CAT_CONFIG_NOT_FOUND" => { + Some(Self::RetSpaceZooActivityCatConfigNotFound) + } + "RET_SPACE_ZOO_ACTIVITY_CAT_FEATURE_NOT_FOUND" => { + Some(Self::RetSpaceZooActivityCatFeatureNotFound) + } + "RET_SPACE_ZOO_ACTIVITY_CAT_ADD_CAT_ERROR" => { + Some(Self::RetSpaceZooActivityCatAddCatError) + } + "RET_SPACE_ZOO_ACTIVITY_CAT_MONEY_NOT_ENOUGH" => { + Some(Self::RetSpaceZooActivityCatMoneyNotEnough) + } + "RET_SPACE_ZOO_ACTIVITY_CAT_COND_NOT_MATCH" => { + Some(Self::RetSpaceZooActivityCatCondNotMatch) + } + "RET_STRONG_CHALLENGE_ACTIVITY_STAGE_CFG_MISS" => { + Some(Self::RetStrongChallengeActivityStageCfgMiss) + } + "RET_STRONG_CHALLENGE_ACTIVITY_STAGE_NOT_OPEN" => { + Some(Self::RetStrongChallengeActivityStageNotOpen) + } + "RET_STRONG_CHALLENGE_ACTIVITY_BUFF_ERROR" => { + Some(Self::RetStrongChallengeActivityBuffError) + } + "RET_ROLL_SHOP_NOT_FOUND" => Some(Self::RetRollShopNotFound), + "RET_ROLL_SHOP_GROUP_EMPTY" => Some(Self::RetRollShopGroupEmpty), + "RET_ROLL_SHOP_EMPTY" => Some(Self::RetRollShopEmpty), + "RET_ROLL_SHOP_GACHA_REQ_DUPLICATED" => { + Some(Self::RetRollShopGachaReqDuplicated) + } + "RET_ROLL_SHOP_RANDOM_ERROR" => Some(Self::RetRollShopRandomError), + "RET_ROLL_SHOP_GROUP_TYPE_NOT_FOUND" => { + Some(Self::RetRollShopGroupTypeNotFound) + } + "RET_ROLL_SHOP_HAS_STORED_REWARD_ALREADY" => { + Some(Self::RetRollShopHasStoredRewardAlready) + } + "RET_ROLL_SHOP_NO_STORED_REWARD" => Some(Self::RetRollShopNoStoredReward), + "RET_ROLL_SHOP_NOT_IN_VALID_SCENE" => Some(Self::RetRollShopNotInValidScene), + "RET_ROLL_SHOP_INVALID_ROLL_SHOP_TYPE" => { + Some(Self::RetRollShopInvalidRollShopType) + } + "RET_ACTIVITY_RAID_COLLECTION_PREV_NOT_FINISH" => { + Some(Self::RetActivityRaidCollectionPrevNotFinish) + } + "RET_ACTIVITY_RAID_COLLECTION_GROUP_ENTER_NEXT_UNAVAILABLE" => { + Some(Self::RetActivityRaidCollectionGroupEnterNextUnavailable) + } + "RET_ACTIVITY_RAID_COLLECTION_IS_LAST" => { + Some(Self::RetActivityRaidCollectionIsLast) + } + "RET_ACTIVITY_RAID_COLLECTION_IS_NOT_NEXT" => { + Some(Self::RetActivityRaidCollectionIsNotNext) + } + "RET_OFFERING_NOT_UNLOCK" => Some(Self::RetOfferingNotUnlock), + "RET_OFFERING_LEVEL_NOT_UNLOCK" => Some(Self::RetOfferingLevelNotUnlock), + "RET_OFFERING_REACH_MAX_LEVEL" => Some(Self::RetOfferingReachMaxLevel), + "RET_OFFERING_ITEM_NOT_ENOUGH" => Some(Self::RetOfferingItemNotEnough), + "RET_OFFERING_LONGTAIL_NOT_OPEN" => Some(Self::RetOfferingLongtailNotOpen), + "RET_OFFERING_REWARD_CONDITION" => Some(Self::RetOfferingRewardCondition), + "RET_DRINK_MAKER_CHAT_INVALID" => Some(Self::RetDrinkMakerChatInvalid), + "RET_DRINK_MAKER_PARAM_INVALID" => Some(Self::RetDrinkMakerParamInvalid), + "RET_DRINK_MAKER_PARAM_NOT_UNLOCK" => Some(Self::RetDrinkMakerParamNotUnlock), + "RET_DRINK_MAKER_CONFIG_NOT_FOUND" => Some(Self::RetDrinkMakerConfigNotFound), + "RET_DRINK_MAKER_NOT_LAST_CHAT" => Some(Self::RetDrinkMakerNotLastChat), + "RET_DRINK_MAKER_DAY_AND_FREE_PHASE_NOT_OPEN" => { + Some(Self::RetDrinkMakerDayAndFreePhaseNotOpen) + } + "RET_MONOPOLY_NOT_OPEN" => Some(Self::RetMonopolyNotOpen), + "RET_MONOPOLY_CONFIG_ERROR" => Some(Self::RetMonopolyConfigError), + "RET_MONOPOLY_DICE_NOT_ENOUGH" => Some(Self::RetMonopolyDiceNotEnough), + "RET_MONOPOLY_CUR_CELL_NOT_FINISH" => Some(Self::RetMonopolyCurCellNotFinish), + "RET_MONOPOLY_COIN_NOT_ENOUGH" => Some(Self::RetMonopolyCoinNotEnough), + "RET_MONOPOLY_CELL_WAIT_PENDING" => Some(Self::RetMonopolyCellWaitPending), + "RET_MONOPOLY_CELL_STATE_ERROR" => Some(Self::RetMonopolyCellStateError), + "RET_MONOPOLY_CELL_CONTENT_ERROR" => Some(Self::RetMonopolyCellContentError), + "RET_MONOPOLY_ITEM_NOT_ENOUGH" => Some(Self::RetMonopolyItemNotEnough), + "RET_MONOPOLY_CELL_CONTENT_CANNOT_GIVEUP" => { + Some(Self::RetMonopolyCellContentCannotGiveup) + } + "RET_MONOPOLY_ASSET_LEVEL_INVALID" => { + Some(Self::RetMonopolyAssetLevelInvalid) + } + "RET_MONOPOLY_TURN_NOT_FINISH" => Some(Self::RetMonopolyTurnNotFinish), + "RET_MONOPOLY_GUIDE_NOT_FINISH" => Some(Self::RetMonopolyGuideNotFinish), + "RET_MONOPOLY_RAFFLE_REWARD_REISSUED" => { + Some(Self::RetMonopolyRaffleRewardReissued) + } + "RET_MONOPOLY_NO_GAME_ACTIVE" => Some(Self::RetMonopolyNoGameActive), + "RET_MONOPOLY_GAME_RATIO_NOT_INCREASABLE" => { + Some(Self::RetMonopolyGameRatioNotIncreasable) + } + "RET_MONOPOLY_GAME_RATIO_MAX" => Some(Self::RetMonopolyGameRatioMax), + "RET_MONOPOLY_GAME_TARGET_RATIO_INVALID" => { + Some(Self::RetMonopolyGameTargetRatioInvalid) + } + "RET_MONOPOLY_GAME_BINGO_FLIP_POS_INVALID" => { + Some(Self::RetMonopolyGameBingoFlipPosInvalid) + } + "RET_MONOPOLY_GAME_GUESS_ALREADY_CHOOSE" => { + Some(Self::RetMonopolyGameGuessAlreadyChoose) + } + "RET_MONOPOLY_GAME_GUESS_CHOOSE_INVALID" => { + Some(Self::RetMonopolyGameGuessChooseInvalid) + } + "RET_MONOPOLY_GAME_GUESS_INFORMATION_ALREADY_BOUGHT" => { + Some(Self::RetMonopolyGameGuessInformationAlreadyBought) + } + "RET_MONOPOLY_GAME_RAISE_RATIO_NOT_UNLOCK" => { + Some(Self::RetMonopolyGameRaiseRatioNotUnlock) + } + "RET_MONOPOLY_FRIEND_NOT_SYNCED" => Some(Self::RetMonopolyFriendNotSynced), + "RET_MONOPOLY_GET_FRIEND_RANKING_LIST_IN_CD" => { + Some(Self::RetMonopolyGetFriendRankingListInCd) + } + "RET_MONOPOLY_LIKE_TARGET_NOT_FRIEND" => { + Some(Self::RetMonopolyLikeTargetNotFriend) + } + "RET_MONOPOLY_DAILY_ALREADY_LIKED" => { + Some(Self::RetMonopolyDailyAlreadyLiked) + } + "RET_MONOPOLY_SOCIAL_EVENT_STATUS_NOT_MATCH" => { + Some(Self::RetMonopolySocialEventStatusNotMatch) + } + "RET_MONOPOLY_SOCIAL_EVENT_SERVER_CACHE_NOT_EXIST" => { + Some(Self::RetMonopolySocialEventServerCacheNotExist) + } + "RET_MONOPOLY_ACTIVITY_ID_NOT_MATCH" => { + Some(Self::RetMonopolyActivityIdNotMatch) + } + "RET_MONOPOLY_RAFFLE_POOL_NOT_EXIST" => { + Some(Self::RetMonopolyRafflePoolNotExist) + } + "RET_MONOPOLY_RAFFLE_POOL_TIME_NOT_MATCH" => { + Some(Self::RetMonopolyRafflePoolTimeNotMatch) + } + "RET_MONOPOLY_RAFFLE_POOL_PHASE_NOT_MEET" => { + Some(Self::RetMonopolyRafflePoolPhaseNotMeet) + } + "RET_MONOPOLY_RAFFLE_POOL_SHOW_TIME_NOT_MEET" => { + Some(Self::RetMonopolyRafflePoolShowTimeNotMeet) + } + "RET_MONOPOLY_RAFFLE_TICKET_NOT_FOUND" => { + Some(Self::RetMonopolyRaffleTicketNotFound) + } + "RET_MONOPOLY_RAFFLE_TICKET_TIME_NOT_MEET" => { + Some(Self::RetMonopolyRaffleTicketTimeNotMeet) + } + "RET_MONOPOLY_RAFFLE_TICKET_REWARD_ALREADY_TAKEN" => { + Some(Self::RetMonopolyRaffleTicketRewardAlreadyTaken) + } + "RET_MONOPOLY_RAFFLE_POOL_NOT_IN_RAFFLE_TIME" => { + Some(Self::RetMonopolyRafflePoolNotInRaffleTime) + } + "RET_MONOPOLY_MBTI_REPORT_REWARD_ALREADY_TAKEN" => { + Some(Self::RetMonopolyMbtiReportRewardAlreadyTaken) + } + "RET_EVOLVE_BUILD_LEVEL_GAMING" => Some(Self::RetEvolveBuildLevelGaming), + "RET_EVEOLVE_BUILD_LEVEL_BAN_RANDOM" => { + Some(Self::RetEveolveBuildLevelBanRandom) + } + "RET_EVOLVE_BUILD_FIRST_REWARD_ALREADY_TAKEN" => { + Some(Self::RetEvolveBuildFirstRewardAlreadyTaken) + } + "RET_EVOLVE_BUILD_LEVEL_UNFINISH" => Some(Self::RetEvolveBuildLevelUnfinish), + "RET_EVOLVE_BUILD_SHOP_ABILITY_MAX_LEVEL" => { + Some(Self::RetEvolveBuildShopAbilityMaxLevel) + } + "RET_EVOLVE_BUILD_SHOP_ABILITY_MIN_LEVEL" => { + Some(Self::RetEvolveBuildShopAbilityMinLevel) + } + "RET_EVOLVE_BUILD_SHOP_ABILITY_NOT_GET" => { + Some(Self::RetEvolveBuildShopAbilityNotGet) + } + "RET_EVOLVE_BUILD_LEVEL_LOCK" => Some(Self::RetEvolveBuildLevelLock), + "RET_EVOLVE_BUILD_EXP_NOT_ENOUGH" => Some(Self::RetEvolveBuildExpNotEnough), + "RET_EVOLVE_BUILD_SHOP_ABILITY_LEVEL_ERROR" => { + Some(Self::RetEvolveBuildShopAbilityLevelError) + } + "RET_EVOLVE_BUILD_ACTIVITY_NOT_OPEN" => { + Some(Self::RetEvolveBuildActivityNotOpen) + } + "RET_EVOLVE_BUILD_SHOP_ABILITY_EMPTY" => { + Some(Self::RetEvolveBuildShopAbilityEmpty) + } + "RET_EVOLVE_BUILD_LEVEL_NOT_START" => Some(Self::RetEvolveBuildLevelNotStart), + "RET_EVOLVE_BUILD_SHOP_LOCK" => Some(Self::RetEvolveBuildShopLock), + "RET_EVOLVE_BUILD_REWARD_LOCK" => Some(Self::RetEvolveBuildRewardLock), + "RET_EVOLVE_BUILD_REWARD_LEVEL_MAX" => { + Some(Self::RetEvolveBuildRewardLevelMax) + } + "RET_EVOLVE_BUILD_REWARD_ALREADY_ALL_TAKEN" => { + Some(Self::RetEvolveBuildRewardAlreadyAllTaken) + } + "RET_CLOCK_PARK_CONFIG_ERROR" => Some(Self::RetClockParkConfigError), + "RET_CLOCK_PARK_EFFECT_ERROR" => Some(Self::RetClockParkEffectError), + "RET_CLOCK_PARK_SCRIPT_ALREADY_UNLOCK" => { + Some(Self::RetClockParkScriptAlreadyUnlock) + } + "RET_CLOCK_PARK_SCRIPT_UNLOCK_CONDITION_NOT_MEET" => { + Some(Self::RetClockParkScriptUnlockConditionNotMeet) + } + "RET_CLOCK_PARK_TALENT_ALREADY_UNLOCK" => { + Some(Self::RetClockParkTalentAlreadyUnlock) + } + "RET_CLOCK_PARK_SCRIPT_LOCKED" => Some(Self::RetClockParkScriptLocked), + "RET_CLOCK_PARK_HAS_ONGOING_SCRIPT" => { + Some(Self::RetClockParkHasOngoingScript) + } + "RET_CLOCK_PARK_NO_ONGOING_SCRIPT" => Some(Self::RetClockParkNoOngoingScript), + "RET_CLOCK_PARK_DICE_PLACEMENT_ERROR" => { + Some(Self::RetClockParkDicePlacementError) + } + "RET_CLOCK_PARK_MISMATCH_STATUS" => Some(Self::RetClockParkMismatchStatus), + "RET_CLOCK_PARK_NO_BUFF" => Some(Self::RetClockParkNoBuff), + "RET_CLOCK_PARK_SLOT_MACHINE_GACHA_REQ_DUPLICATED" => { + Some(Self::RetClockParkSlotMachineGachaReqDuplicated) + } + "RET_CLOCK_PARK_SLOT_MACHINE_COST_NOT_ENOUGH" => { + Some(Self::RetClockParkSlotMachineCostNotEnough) + } + "RET_CLOCK_PARK_SLOT_MACHINE_GACHA_CNT_EXCEED_LIMIT" => { + Some(Self::RetClockParkSlotMachineGachaCntExceedLimit) + } + "RET_CLOCK_PARK_NOT_OPEN" => Some(Self::RetClockParkNotOpen), + "RET_TOURN_ROGUE_STATUS_MISMATCH" => Some(Self::RetTournRogueStatusMismatch), + "RET_MAGIC_ROGUE_STATUS_MISMATCH" => Some(Self::RetMagicRogueStatusMismatch), + "RET_MATCH_ALREADY_IN_MATCH" => Some(Self::RetMatchAlreadyInMatch), + "RET_MATCH_NOT_IN_MATCH" => Some(Self::RetMatchNotInMatch), + "RET_MATCH_PLAY_NOT_OPEN" => Some(Self::RetMatchPlayNotOpen), + "RET_CROSS_STATE_ERROR" => Some(Self::RetCrossStateError), + "RET_MATCH_VERSION_NOT_EQUAL" => Some(Self::RetMatchVersionNotEqual), + "RET_MATCH_PLAYER_NOT_IN_LOBBY_ROOM" => { + Some(Self::RetMatchPlayerNotInLobbyRoom) + } + "RET_LOBBY_STATE_NOT_MATCH" => Some(Self::RetLobbyStateNotMatch), + "RET_LOBBY_ROOM_NOT_EXIST" => Some(Self::RetLobbyRoomNotExist), + "RET_LOBBY_ROOM_PALYER_FULL" => Some(Self::RetLobbyRoomPalyerFull), + "RET_LOBBY_ROOM_PALYER_NOT_READY" => Some(Self::RetLobbyRoomPalyerNotReady), + "RET_LOBBY_ROOM_PALYER_FIGHTING" => Some(Self::RetLobbyRoomPalyerFighting), + "RET_FIGHT_ROOM_NOT_EXIST" => Some(Self::RetFightRoomNotExist), + "RET_FIGHT_MATCH3_PLAYER_STATE_ERR" => { + Some(Self::RetFightMatch3PlayerStateErr) + } + "RET_FIGHT_MATCH3_ROOM_STATE_ERR" => Some(Self::RetFightMatch3RoomStateErr), + "RET_SWORD_TRAINING_NO_ACTIVE_GAME" => { + Some(Self::RetSwordTrainingNoActiveGame) + } + "RET_SWORD_TRAINING_NO_PENDING_ACTION_MATCH" => { + Some(Self::RetSwordTrainingNoPendingActionMatch) + } + "RET_SWORD_TRAINING_PARTNER_ABILITY_INVALID" => { + Some(Self::RetSwordTrainingPartnerAbilityInvalid) + } + "RET_SWORD_TRAINING_SKILL_ALREADY_LEARNED" => { + Some(Self::RetSwordTrainingSkillAlreadyLearned) + } + "RET_SWORD_TRAINING_CONDITION_NOT_MEET" => { + Some(Self::RetSwordTrainingConditionNotMeet) + } + "RET_SWORD_TRAINING_PARENT_SKILL_NOT_LEARNED" => { + Some(Self::RetSwordTrainingParentSkillNotLearned) + } + "RET_SWORD_TRAINING_SKILL_TYPE_NOT_UNLOCK" => { + Some(Self::RetSwordTrainingSkillTypeNotUnlock) + } + "RET_SWORD_TRAINING_GAME_ALREADY_EXIST" => { + Some(Self::RetSwordTrainingGameAlreadyExist) + } + "RET_SWORD_TRAINING_ENDING_HINT_NOT_MATCH" => { + Some(Self::RetSwordTrainingEndingHintNotMatch) + } + "RET_SWORD_TRAINING_STORYLINE_CONFIG_NOT_FOUND" => { + Some(Self::RetSwordTrainingStorylineConfigNotFound) + } + "RET_SWORD_TRAINING_STORY_CONFIG_NOT_FOUND" => { + Some(Self::RetSwordTrainingStoryConfigNotFound) + } + "RET_SWORD_TRAINING_UNLOCK_NOT_FINISH" => { + Some(Self::RetSwordTrainingUnlockNotFinish) + } + "RET_SWORD_TRAINING_OPTION_MISMATCH" => { + Some(Self::RetSwordTrainingOptionMismatch) + } + "RET_SWORD_TRAINING_RESTORE_WITHOUT_EXAM_FAILED" => { + Some(Self::RetSwordTrainingRestoreWithoutExamFailed) + } + "RET_SWORD_TRAINING_NO_RESTORE_GAME_AVAILABLE" => { + Some(Self::RetSwordTrainingNoRestoreGameAvailable) + } + "RET_SWORD_TRAINING_ENDING_STORY_NOT_MATCH" => { + Some(Self::RetSwordTrainingEndingStoryNotMatch) + } + "RET_SWORD_TRAINING_ENDING_NOT_FINISH" => { + Some(Self::RetSwordTrainingEndingNotFinish) + } + "RET_SWORD_TRAINING_ENDING_REWARD_TAKEN" => { + Some(Self::RetSwordTrainingEndingRewardTaken) + } + "RET_SWORD_TRAINING_COMBAT_RANK_NOT_CHANGE" => { + Some(Self::RetSwordTrainingCombatRankNotChange) + } + "RET_SWORD_TRAINING_DIRECT_BATTLE_DISABLE" => { + Some(Self::RetSwordTrainingDirectBattleDisable) + } + "RET_FIGHT_FEST_PHASE_NOT_MATCH" => Some(Self::RetFightFestPhaseNotMatch), + "RET_FIGHT_FEST_SCORE_RACE_ALREADY_FINISH" => { + Some(Self::RetFightFestScoreRaceAlreadyFinish) + } + "RET_FIGHT_FEST_CHALLENGE_LOCKED" => Some(Self::RetFightFestChallengeLocked), + "RET_FIGHT_FEST_COACH_SKILL_LOCKED" => { + Some(Self::RetFightFestCoachSkillLocked) + } + "RET_FIGHT_FEST_COACH_SKILL_EQUIP_TYPE_EXISTED" => { + Some(Self::RetFightFestCoachSkillEquipTypeExisted) + } + "RET_FIGHT_FEST_SCORE_RACE_MISSION_DOIND" => { + Some(Self::RetFightFestScoreRaceMissionDoind) + } + "RET_FIGHT_FEST_COACH_SKILL_NO_EQUIP" => { + Some(Self::RetFightFestCoachSkillNoEquip) + } + "RET_PET_NOT_EXIST" => Some(Self::RetPetNotExist), + "RET_PET_ALREADY_SUMMONED" => Some(Self::RetPetAlreadySummoned), + "RET_PET_NOT_SUMMONED" => Some(Self::RetPetNotSummoned), + "RET_MUSIC_RHYTHM_LEVEL_TIME_TOO_SHORT" => { + Some(Self::RetMusicRhythmLevelTimeTooShort) + } + "RET_MUSIC_RHYTHM_NOT_IN_LEVEL" => Some(Self::RetMusicRhythmNotInLevel), + "RET_MUSIC_RHYTHM_PRE_DIFFICULTY_NOT_PASS" => { + Some(Self::RetMusicRhythmPreDifficultyNotPass) + } + "RET_MUSIC_RHYTHM_SONG_LIMITED" => Some(Self::RetMusicRhythmSongLimited), + "RET_MUSIC_RHYTHM_SONG_LOCKED" => Some(Self::RetMusicRhythmSongLocked), + "RET_MUSIC_RHYTHM_TRACK_LOCKED" => Some(Self::RetMusicRhythmTrackLocked), + "RET_MUSIC_RHYTHM_LEVEL_NOT_UNLOCK" => { + Some(Self::RetMusicRhythmLevelNotUnlock) + } + _ => None, + } + } +} +/// Obf: CIGJPAHIHAN +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdActivityType { + None = 0, + CmdTakeTrialActivityRewardScRsp = 2639, + CmdCurTrialActivityScNotify = 2686, + CmdTakeMaterialSubmitActivityRewardScRsp = 2660, + CmdGetMaterialSubmitActivityDataScRsp = 2620, + CmdTakeMaterialSubmitActivityRewardCsReq = 2604, + CmdGetActivityScheduleConfigScRsp = 2677, + CmdStartTrialActivityScRsp = 2603, + CmdTakeTrialActivityRewardCsReq = 2676, + CmdSubmitMaterialSubmitActivityMaterialCsReq = 2650, + CmdLeaveTrialActivityCsReq = 2684, + CmdGetActivityScheduleConfigCsReq = 2679, + CmdSubmitMaterialSubmitActivityMaterialScRsp = 2631, + CmdEnterTrialActivityStageCsReq = 2658, + CmdStartTrialActivityCsReq = 2649, + CmdTakeLoginActivityRewardScRsp = 2642, + CmdTrialActivityDataChangeScNotify = 2669, + CmdGetTrialActivityDataScRsp = 2654, + CmdLeaveTrialActivityScRsp = 2632, + CmdGetTrialActivityDataCsReq = 2687, + CmdGetLoginActivityCsReq = 2698, + CmdGetLoginActivityScRsp = 2671, + CmdEnterTrialActivityStageScRsp = 2667, + CmdGetMaterialSubmitActivityDataCsReq = 2645, + CmdTakeLoginActivityRewardCsReq = 2683, +} +impl CmdActivityType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdActivityType::None => "CmdActivityTypeNone", + CmdActivityType::CmdTakeTrialActivityRewardScRsp => { + "CmdTakeTrialActivityRewardScRsp" + } + CmdActivityType::CmdCurTrialActivityScNotify => "CmdCurTrialActivityScNotify", + CmdActivityType::CmdTakeMaterialSubmitActivityRewardScRsp => { + "CmdTakeMaterialSubmitActivityRewardScRsp" + } + CmdActivityType::CmdGetMaterialSubmitActivityDataScRsp => { + "CmdGetMaterialSubmitActivityDataScRsp" + } + CmdActivityType::CmdTakeMaterialSubmitActivityRewardCsReq => { + "CmdTakeMaterialSubmitActivityRewardCsReq" + } + CmdActivityType::CmdGetActivityScheduleConfigScRsp => { + "CmdGetActivityScheduleConfigScRsp" + } + CmdActivityType::CmdStartTrialActivityScRsp => "CmdStartTrialActivityScRsp", + CmdActivityType::CmdTakeTrialActivityRewardCsReq => { + "CmdTakeTrialActivityRewardCsReq" + } + CmdActivityType::CmdSubmitMaterialSubmitActivityMaterialCsReq => { + "CmdSubmitMaterialSubmitActivityMaterialCsReq" + } + CmdActivityType::CmdLeaveTrialActivityCsReq => "CmdLeaveTrialActivityCsReq", + CmdActivityType::CmdGetActivityScheduleConfigCsReq => { + "CmdGetActivityScheduleConfigCsReq" + } + CmdActivityType::CmdSubmitMaterialSubmitActivityMaterialScRsp => { + "CmdSubmitMaterialSubmitActivityMaterialScRsp" + } + CmdActivityType::CmdEnterTrialActivityStageCsReq => { + "CmdEnterTrialActivityStageCsReq" + } + CmdActivityType::CmdStartTrialActivityCsReq => "CmdStartTrialActivityCsReq", + CmdActivityType::CmdTakeLoginActivityRewardScRsp => { + "CmdTakeLoginActivityRewardScRsp" + } + CmdActivityType::CmdTrialActivityDataChangeScNotify => { + "CmdTrialActivityDataChangeScNotify" + } + CmdActivityType::CmdGetTrialActivityDataScRsp => { + "CmdGetTrialActivityDataScRsp" + } + CmdActivityType::CmdLeaveTrialActivityScRsp => "CmdLeaveTrialActivityScRsp", + CmdActivityType::CmdGetTrialActivityDataCsReq => { + "CmdGetTrialActivityDataCsReq" + } + CmdActivityType::CmdGetLoginActivityCsReq => "CmdGetLoginActivityCsReq", + CmdActivityType::CmdGetLoginActivityScRsp => "CmdGetLoginActivityScRsp", + CmdActivityType::CmdEnterTrialActivityStageScRsp => { + "CmdEnterTrialActivityStageScRsp" + } + CmdActivityType::CmdGetMaterialSubmitActivityDataCsReq => { + "CmdGetMaterialSubmitActivityDataCsReq" + } + CmdActivityType::CmdTakeLoginActivityRewardCsReq => { + "CmdTakeLoginActivityRewardCsReq" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdActivityTypeNone" => Some(Self::None), + "CmdTakeTrialActivityRewardScRsp" => { + Some(Self::CmdTakeTrialActivityRewardScRsp) + } + "CmdCurTrialActivityScNotify" => Some(Self::CmdCurTrialActivityScNotify), + "CmdTakeMaterialSubmitActivityRewardScRsp" => { + Some(Self::CmdTakeMaterialSubmitActivityRewardScRsp) + } + "CmdGetMaterialSubmitActivityDataScRsp" => { + Some(Self::CmdGetMaterialSubmitActivityDataScRsp) + } + "CmdTakeMaterialSubmitActivityRewardCsReq" => { + Some(Self::CmdTakeMaterialSubmitActivityRewardCsReq) + } + "CmdGetActivityScheduleConfigScRsp" => { + Some(Self::CmdGetActivityScheduleConfigScRsp) + } + "CmdStartTrialActivityScRsp" => Some(Self::CmdStartTrialActivityScRsp), + "CmdTakeTrialActivityRewardCsReq" => { + Some(Self::CmdTakeTrialActivityRewardCsReq) + } + "CmdSubmitMaterialSubmitActivityMaterialCsReq" => { + Some(Self::CmdSubmitMaterialSubmitActivityMaterialCsReq) + } + "CmdLeaveTrialActivityCsReq" => Some(Self::CmdLeaveTrialActivityCsReq), + "CmdGetActivityScheduleConfigCsReq" => { + Some(Self::CmdGetActivityScheduleConfigCsReq) + } + "CmdSubmitMaterialSubmitActivityMaterialScRsp" => { + Some(Self::CmdSubmitMaterialSubmitActivityMaterialScRsp) + } + "CmdEnterTrialActivityStageCsReq" => { + Some(Self::CmdEnterTrialActivityStageCsReq) + } + "CmdStartTrialActivityCsReq" => Some(Self::CmdStartTrialActivityCsReq), + "CmdTakeLoginActivityRewardScRsp" => { + Some(Self::CmdTakeLoginActivityRewardScRsp) + } + "CmdTrialActivityDataChangeScNotify" => { + Some(Self::CmdTrialActivityDataChangeScNotify) + } + "CmdGetTrialActivityDataScRsp" => Some(Self::CmdGetTrialActivityDataScRsp), + "CmdLeaveTrialActivityScRsp" => Some(Self::CmdLeaveTrialActivityScRsp), + "CmdGetTrialActivityDataCsReq" => Some(Self::CmdGetTrialActivityDataCsReq), + "CmdGetLoginActivityCsReq" => Some(Self::CmdGetLoginActivityCsReq), + "CmdGetLoginActivityScRsp" => Some(Self::CmdGetLoginActivityScRsp), + "CmdEnterTrialActivityStageScRsp" => { + Some(Self::CmdEnterTrialActivityStageScRsp) + } + "CmdGetMaterialSubmitActivityDataCsReq" => { + Some(Self::CmdGetMaterialSubmitActivityDataCsReq) + } + "CmdTakeLoginActivityRewardCsReq" => { + Some(Self::CmdTakeLoginActivityRewardCsReq) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Jnmhhhokoke { + TrialActivityStatusNone = 0, + TrialActivityStatusFinish = 1, +} +impl Jnmhhhokoke { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Jnmhhhokoke::TrialActivityStatusNone => "TRIAL_ACTIVITY_STATUS_NONE", + Jnmhhhokoke::TrialActivityStatusFinish => "TRIAL_ACTIVITY_STATUS_FINISH", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "TRIAL_ACTIVITY_STATUS_NONE" => Some(Self::TrialActivityStatusNone), + "TRIAL_ACTIVITY_STATUS_FINISH" => Some(Self::TrialActivityStatusFinish), + _ => None, + } + } +} +/// Obf: LCDANGADAPK +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdAdventureType { + None = 0, + CmdGetFarmStageGachaInfoScRsp = 1342, + CmdGetFarmStageGachaInfoCsReq = 1383, + CmdEnterAdventureCsReq = 1398, + CmdEnterAdventureScRsp = 1371, +} +impl CmdAdventureType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdAdventureType::None => "CmdAdventureTypeNone", + CmdAdventureType::CmdGetFarmStageGachaInfoScRsp => { + "CmdGetFarmStageGachaInfoScRsp" + } + CmdAdventureType::CmdGetFarmStageGachaInfoCsReq => { + "CmdGetFarmStageGachaInfoCsReq" + } + CmdAdventureType::CmdEnterAdventureCsReq => "CmdEnterAdventureCsReq", + CmdAdventureType::CmdEnterAdventureScRsp => "CmdEnterAdventureScRsp", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdAdventureTypeNone" => Some(Self::None), + "CmdGetFarmStageGachaInfoScRsp" => Some(Self::CmdGetFarmStageGachaInfoScRsp), + "CmdGetFarmStageGachaInfoCsReq" => Some(Self::CmdGetFarmStageGachaInfoCsReq), + "CmdEnterAdventureCsReq" => Some(Self::CmdEnterAdventureCsReq), + "CmdEnterAdventureScRsp" => Some(Self::CmdEnterAdventureScRsp), + _ => None, + } + } +} +/// Obf: LAANAEPJIIH +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdAetherDivideType { + None = 0, + CmdSetAetherDivideLineUpScRsp = 4822, + CmdEquipAetherDividePassiveSkillCsReq = 4866, + CmdClearAetherDividePassiveSkillScRsp = 4820, + CmdClearAetherDividePassiveSkillCsReq = 4845, + CmdAetherDivideSpiritInfoScNotify = 4810, + CmdAetherDivideSpiritExpUpScRsp = 4811, + CmdAetherDivideRefreshEndlessScRsp = 4893, + CmdAetherDivideLineupScNotify = 4814, + CmdSwitchAetherDivideLineUpSlotScRsp = 4831, + CmdStartAetherDivideChallengeBattleCsReq = 4833, + CmdGetAetherDivideChallengeInfoCsReq = 4900, + CmdEnterAetherDivideSceneCsReq = 4898, + CmdGetAetherDivideChallengeInfoScRsp = 4862, + CmdEquipAetherDividePassiveSkillScRsp = 4805, + CmdStartAetherDivideChallengeBattleScRsp = 4812, + CmdAetherDivideTakeChallengeRewardCsReq = 4855, + CmdAetherDivideTakeChallengeRewardScRsp = 4836, + CmdLeaveAetherDivideSceneScRsp = 4842, + CmdAetherDivideSpiritExpUpCsReq = 4852, + CmdGetAetherDivideInfoScRsp = 4856, + CmdAetherDivideRefreshEndlessCsReq = 4888, + CmdStartAetherDivideStageBattleScRsp = 4860, + CmdStartAetherDivideSceneBattleCsReq = 4879, + CmdAetherDivideRefreshEndlessScNotify = 4863, + CmdGetAetherDivideInfoCsReq = 4878, + CmdSetAetherDivideLineUpCsReq = 4889, + CmdSwitchAetherDivideLineUpSlotCsReq = 4850, + CmdAetherDivideTainerInfoScNotify = 4823, + CmdStartAetherDivideStageBattleCsReq = 4804, + CmdAetherDivideSkillItemScNotify = 4885, + CmdLeaveAetherDivideSceneCsReq = 4883, + CmdEnterAetherDivideSceneScRsp = 4871, + CmdStartAetherDivideSceneBattleScRsp = 4877, + CmdAetherDivideFinishChallengeScNotify = 4806, +} +impl CmdAetherDivideType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdAetherDivideType::None => "CmdAetherDivideTypeNone", + CmdAetherDivideType::CmdSetAetherDivideLineUpScRsp => { + "CmdSetAetherDivideLineUpScRsp" + } + CmdAetherDivideType::CmdEquipAetherDividePassiveSkillCsReq => { + "CmdEquipAetherDividePassiveSkillCsReq" + } + CmdAetherDivideType::CmdClearAetherDividePassiveSkillScRsp => { + "CmdClearAetherDividePassiveSkillScRsp" + } + CmdAetherDivideType::CmdClearAetherDividePassiveSkillCsReq => { + "CmdClearAetherDividePassiveSkillCsReq" + } + CmdAetherDivideType::CmdAetherDivideSpiritInfoScNotify => { + "CmdAetherDivideSpiritInfoScNotify" + } + CmdAetherDivideType::CmdAetherDivideSpiritExpUpScRsp => { + "CmdAetherDivideSpiritExpUpScRsp" + } + CmdAetherDivideType::CmdAetherDivideRefreshEndlessScRsp => { + "CmdAetherDivideRefreshEndlessScRsp" + } + CmdAetherDivideType::CmdAetherDivideLineupScNotify => { + "CmdAetherDivideLineupScNotify" + } + CmdAetherDivideType::CmdSwitchAetherDivideLineUpSlotScRsp => { + "CmdSwitchAetherDivideLineUpSlotScRsp" + } + CmdAetherDivideType::CmdStartAetherDivideChallengeBattleCsReq => { + "CmdStartAetherDivideChallengeBattleCsReq" + } + CmdAetherDivideType::CmdGetAetherDivideChallengeInfoCsReq => { + "CmdGetAetherDivideChallengeInfoCsReq" + } + CmdAetherDivideType::CmdEnterAetherDivideSceneCsReq => { + "CmdEnterAetherDivideSceneCsReq" + } + CmdAetherDivideType::CmdGetAetherDivideChallengeInfoScRsp => { + "CmdGetAetherDivideChallengeInfoScRsp" + } + CmdAetherDivideType::CmdEquipAetherDividePassiveSkillScRsp => { + "CmdEquipAetherDividePassiveSkillScRsp" + } + CmdAetherDivideType::CmdStartAetherDivideChallengeBattleScRsp => { + "CmdStartAetherDivideChallengeBattleScRsp" + } + CmdAetherDivideType::CmdAetherDivideTakeChallengeRewardCsReq => { + "CmdAetherDivideTakeChallengeRewardCsReq" + } + CmdAetherDivideType::CmdAetherDivideTakeChallengeRewardScRsp => { + "CmdAetherDivideTakeChallengeRewardScRsp" + } + CmdAetherDivideType::CmdLeaveAetherDivideSceneScRsp => { + "CmdLeaveAetherDivideSceneScRsp" + } + CmdAetherDivideType::CmdAetherDivideSpiritExpUpCsReq => { + "CmdAetherDivideSpiritExpUpCsReq" + } + CmdAetherDivideType::CmdGetAetherDivideInfoScRsp => { + "CmdGetAetherDivideInfoScRsp" + } + CmdAetherDivideType::CmdAetherDivideRefreshEndlessCsReq => { + "CmdAetherDivideRefreshEndlessCsReq" + } + CmdAetherDivideType::CmdStartAetherDivideStageBattleScRsp => { + "CmdStartAetherDivideStageBattleScRsp" + } + CmdAetherDivideType::CmdStartAetherDivideSceneBattleCsReq => { + "CmdStartAetherDivideSceneBattleCsReq" + } + CmdAetherDivideType::CmdAetherDivideRefreshEndlessScNotify => { + "CmdAetherDivideRefreshEndlessScNotify" + } + CmdAetherDivideType::CmdGetAetherDivideInfoCsReq => { + "CmdGetAetherDivideInfoCsReq" + } + CmdAetherDivideType::CmdSetAetherDivideLineUpCsReq => { + "CmdSetAetherDivideLineUpCsReq" + } + CmdAetherDivideType::CmdSwitchAetherDivideLineUpSlotCsReq => { + "CmdSwitchAetherDivideLineUpSlotCsReq" + } + CmdAetherDivideType::CmdAetherDivideTainerInfoScNotify => { + "CmdAetherDivideTainerInfoScNotify" + } + CmdAetherDivideType::CmdStartAetherDivideStageBattleCsReq => { + "CmdStartAetherDivideStageBattleCsReq" + } + CmdAetherDivideType::CmdAetherDivideSkillItemScNotify => { + "CmdAetherDivideSkillItemScNotify" + } + CmdAetherDivideType::CmdLeaveAetherDivideSceneCsReq => { + "CmdLeaveAetherDivideSceneCsReq" + } + CmdAetherDivideType::CmdEnterAetherDivideSceneScRsp => { + "CmdEnterAetherDivideSceneScRsp" + } + CmdAetherDivideType::CmdStartAetherDivideSceneBattleScRsp => { + "CmdStartAetherDivideSceneBattleScRsp" + } + CmdAetherDivideType::CmdAetherDivideFinishChallengeScNotify => { + "CmdAetherDivideFinishChallengeScNotify" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdAetherDivideTypeNone" => Some(Self::None), + "CmdSetAetherDivideLineUpScRsp" => Some(Self::CmdSetAetherDivideLineUpScRsp), + "CmdEquipAetherDividePassiveSkillCsReq" => { + Some(Self::CmdEquipAetherDividePassiveSkillCsReq) + } + "CmdClearAetherDividePassiveSkillScRsp" => { + Some(Self::CmdClearAetherDividePassiveSkillScRsp) + } + "CmdClearAetherDividePassiveSkillCsReq" => { + Some(Self::CmdClearAetherDividePassiveSkillCsReq) + } + "CmdAetherDivideSpiritInfoScNotify" => { + Some(Self::CmdAetherDivideSpiritInfoScNotify) + } + "CmdAetherDivideSpiritExpUpScRsp" => { + Some(Self::CmdAetherDivideSpiritExpUpScRsp) + } + "CmdAetherDivideRefreshEndlessScRsp" => { + Some(Self::CmdAetherDivideRefreshEndlessScRsp) + } + "CmdAetherDivideLineupScNotify" => Some(Self::CmdAetherDivideLineupScNotify), + "CmdSwitchAetherDivideLineUpSlotScRsp" => { + Some(Self::CmdSwitchAetherDivideLineUpSlotScRsp) + } + "CmdStartAetherDivideChallengeBattleCsReq" => { + Some(Self::CmdStartAetherDivideChallengeBattleCsReq) + } + "CmdGetAetherDivideChallengeInfoCsReq" => { + Some(Self::CmdGetAetherDivideChallengeInfoCsReq) + } + "CmdEnterAetherDivideSceneCsReq" => { + Some(Self::CmdEnterAetherDivideSceneCsReq) + } + "CmdGetAetherDivideChallengeInfoScRsp" => { + Some(Self::CmdGetAetherDivideChallengeInfoScRsp) + } + "CmdEquipAetherDividePassiveSkillScRsp" => { + Some(Self::CmdEquipAetherDividePassiveSkillScRsp) + } + "CmdStartAetherDivideChallengeBattleScRsp" => { + Some(Self::CmdStartAetherDivideChallengeBattleScRsp) + } + "CmdAetherDivideTakeChallengeRewardCsReq" => { + Some(Self::CmdAetherDivideTakeChallengeRewardCsReq) + } + "CmdAetherDivideTakeChallengeRewardScRsp" => { + Some(Self::CmdAetherDivideTakeChallengeRewardScRsp) + } + "CmdLeaveAetherDivideSceneScRsp" => { + Some(Self::CmdLeaveAetherDivideSceneScRsp) + } + "CmdAetherDivideSpiritExpUpCsReq" => { + Some(Self::CmdAetherDivideSpiritExpUpCsReq) + } + "CmdGetAetherDivideInfoScRsp" => Some(Self::CmdGetAetherDivideInfoScRsp), + "CmdAetherDivideRefreshEndlessCsReq" => { + Some(Self::CmdAetherDivideRefreshEndlessCsReq) + } + "CmdStartAetherDivideStageBattleScRsp" => { + Some(Self::CmdStartAetherDivideStageBattleScRsp) + } + "CmdStartAetherDivideSceneBattleCsReq" => { + Some(Self::CmdStartAetherDivideSceneBattleCsReq) + } + "CmdAetherDivideRefreshEndlessScNotify" => { + Some(Self::CmdAetherDivideRefreshEndlessScNotify) + } + "CmdGetAetherDivideInfoCsReq" => Some(Self::CmdGetAetherDivideInfoCsReq), + "CmdSetAetherDivideLineUpCsReq" => Some(Self::CmdSetAetherDivideLineUpCsReq), + "CmdSwitchAetherDivideLineUpSlotCsReq" => { + Some(Self::CmdSwitchAetherDivideLineUpSlotCsReq) + } + "CmdAetherDivideTainerInfoScNotify" => { + Some(Self::CmdAetherDivideTainerInfoScNotify) + } + "CmdStartAetherDivideStageBattleCsReq" => { + Some(Self::CmdStartAetherDivideStageBattleCsReq) + } + "CmdAetherDivideSkillItemScNotify" => { + Some(Self::CmdAetherDivideSkillItemScNotify) + } + "CmdLeaveAetherDivideSceneCsReq" => { + Some(Self::CmdLeaveAetherDivideSceneCsReq) + } + "CmdEnterAetherDivideSceneScRsp" => { + Some(Self::CmdEnterAetherDivideSceneScRsp) + } + "CmdStartAetherDivideSceneBattleScRsp" => { + Some(Self::CmdStartAetherDivideSceneBattleScRsp) + } + "CmdAetherDivideFinishChallengeScNotify" => { + Some(Self::CmdAetherDivideFinishChallengeScNotify) + } + _ => None, + } + } +} +/// Obf: FKBIFBJNPMH +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdAlleyType { + None = 0, + CmdActivityRaidPlacingGameCsReq = 4757, + CmdRefreshAlleyOrderCsReq = 4745, + CmdRefreshAlleyOrderScRsp = 4720, + CmdAlleyShopLevelScNotify = 4711, + CmdTakePrestigeRewardScRsp = 4756, + CmdLogisticsDetonateStarSkiffScRsp = 4702, + CmdGetSaveLogisticsMapCsReq = 4785, + CmdAlleyShipUnlockScNotify = 4710, + CmdAlleyFundsScNotify = 4752, + CmdLogisticsGameScRsp = 4742, + CmdAlleyGuaranteedFundsCsReq = 4788, + CmdGetAlleyInfoScRsp = 4771, + CmdActivityRaidPlacingGameScRsp = 4725, + CmdStartAlleyEventScRsp = 4712, + CmdLogisticsScoreRewardSyncInfoScNotify = 4765, + CmdPrestigeLevelUpScRsp = 4760, + CmdAlleyShipUsedCountScNotify = 4714, + CmdAlleyTakeEventRewardScRsp = 4755, + CmdAlleyOrderChangedScNotify = 4750, + CmdAlleyEventEffectNotify = 4738, + CmdTakePrestigeRewardCsReq = 4778, + CmdAlleyEventChangeNotify = 4728, + CmdAlleyPlacingGameCsReq = 4789, + CmdAlleyPlacingGameScRsp = 4722, + CmdSaveLogisticsScRsp = 4762, + CmdGetSaveLogisticsMapScRsp = 4716, + CmdLogisticsInfoScNotify = 4706, + CmdAlleyTakeEventRewardCsReq = 4763, + CmdAlleyGuaranteedFundsScRsp = 4793, + CmdLogisticsGameCsReq = 4783, + CmdLogisticsDetonateStarSkiffCsReq = 4736, + CmdGetAlleyInfoCsReq = 4798, + CmdStartAlleyEventCsReq = 4733, + CmdSaveLogisticsCsReq = 4800, + CmdAlleyShipmentEventEffectsScNotify = 4723, + CmdPrestigeLevelUpCsReq = 4704, +} +impl CmdAlleyType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdAlleyType::None => "CmdAlleyTypeNone", + CmdAlleyType::CmdActivityRaidPlacingGameCsReq => { + "CmdActivityRaidPlacingGameCsReq" + } + CmdAlleyType::CmdRefreshAlleyOrderCsReq => "CmdRefreshAlleyOrderCsReq", + CmdAlleyType::CmdRefreshAlleyOrderScRsp => "CmdRefreshAlleyOrderScRsp", + CmdAlleyType::CmdAlleyShopLevelScNotify => "CmdAlleyShopLevelScNotify", + CmdAlleyType::CmdTakePrestigeRewardScRsp => "CmdTakePrestigeRewardScRsp", + CmdAlleyType::CmdLogisticsDetonateStarSkiffScRsp => { + "CmdLogisticsDetonateStarSkiffScRsp" + } + CmdAlleyType::CmdGetSaveLogisticsMapCsReq => "CmdGetSaveLogisticsMapCsReq", + CmdAlleyType::CmdAlleyShipUnlockScNotify => "CmdAlleyShipUnlockScNotify", + CmdAlleyType::CmdAlleyFundsScNotify => "CmdAlleyFundsScNotify", + CmdAlleyType::CmdLogisticsGameScRsp => "CmdLogisticsGameScRsp", + CmdAlleyType::CmdAlleyGuaranteedFundsCsReq => "CmdAlleyGuaranteedFundsCsReq", + CmdAlleyType::CmdGetAlleyInfoScRsp => "CmdGetAlleyInfoScRsp", + CmdAlleyType::CmdActivityRaidPlacingGameScRsp => { + "CmdActivityRaidPlacingGameScRsp" + } + CmdAlleyType::CmdStartAlleyEventScRsp => "CmdStartAlleyEventScRsp", + CmdAlleyType::CmdLogisticsScoreRewardSyncInfoScNotify => { + "CmdLogisticsScoreRewardSyncInfoScNotify" + } + CmdAlleyType::CmdPrestigeLevelUpScRsp => "CmdPrestigeLevelUpScRsp", + CmdAlleyType::CmdAlleyShipUsedCountScNotify => { + "CmdAlleyShipUsedCountScNotify" + } + CmdAlleyType::CmdAlleyTakeEventRewardScRsp => "CmdAlleyTakeEventRewardScRsp", + CmdAlleyType::CmdAlleyOrderChangedScNotify => "CmdAlleyOrderChangedScNotify", + CmdAlleyType::CmdAlleyEventEffectNotify => "CmdAlleyEventEffectNotify", + CmdAlleyType::CmdTakePrestigeRewardCsReq => "CmdTakePrestigeRewardCsReq", + CmdAlleyType::CmdAlleyEventChangeNotify => "CmdAlleyEventChangeNotify", + CmdAlleyType::CmdAlleyPlacingGameCsReq => "CmdAlleyPlacingGameCsReq", + CmdAlleyType::CmdAlleyPlacingGameScRsp => "CmdAlleyPlacingGameScRsp", + CmdAlleyType::CmdSaveLogisticsScRsp => "CmdSaveLogisticsScRsp", + CmdAlleyType::CmdGetSaveLogisticsMapScRsp => "CmdGetSaveLogisticsMapScRsp", + CmdAlleyType::CmdLogisticsInfoScNotify => "CmdLogisticsInfoScNotify", + CmdAlleyType::CmdAlleyTakeEventRewardCsReq => "CmdAlleyTakeEventRewardCsReq", + CmdAlleyType::CmdAlleyGuaranteedFundsScRsp => "CmdAlleyGuaranteedFundsScRsp", + CmdAlleyType::CmdLogisticsGameCsReq => "CmdLogisticsGameCsReq", + CmdAlleyType::CmdLogisticsDetonateStarSkiffCsReq => { + "CmdLogisticsDetonateStarSkiffCsReq" + } + CmdAlleyType::CmdGetAlleyInfoCsReq => "CmdGetAlleyInfoCsReq", + CmdAlleyType::CmdStartAlleyEventCsReq => "CmdStartAlleyEventCsReq", + CmdAlleyType::CmdSaveLogisticsCsReq => "CmdSaveLogisticsCsReq", + CmdAlleyType::CmdAlleyShipmentEventEffectsScNotify => { + "CmdAlleyShipmentEventEffectsScNotify" + } + CmdAlleyType::CmdPrestigeLevelUpCsReq => "CmdPrestigeLevelUpCsReq", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdAlleyTypeNone" => Some(Self::None), + "CmdActivityRaidPlacingGameCsReq" => { + Some(Self::CmdActivityRaidPlacingGameCsReq) + } + "CmdRefreshAlleyOrderCsReq" => Some(Self::CmdRefreshAlleyOrderCsReq), + "CmdRefreshAlleyOrderScRsp" => Some(Self::CmdRefreshAlleyOrderScRsp), + "CmdAlleyShopLevelScNotify" => Some(Self::CmdAlleyShopLevelScNotify), + "CmdTakePrestigeRewardScRsp" => Some(Self::CmdTakePrestigeRewardScRsp), + "CmdLogisticsDetonateStarSkiffScRsp" => { + Some(Self::CmdLogisticsDetonateStarSkiffScRsp) + } + "CmdGetSaveLogisticsMapCsReq" => Some(Self::CmdGetSaveLogisticsMapCsReq), + "CmdAlleyShipUnlockScNotify" => Some(Self::CmdAlleyShipUnlockScNotify), + "CmdAlleyFundsScNotify" => Some(Self::CmdAlleyFundsScNotify), + "CmdLogisticsGameScRsp" => Some(Self::CmdLogisticsGameScRsp), + "CmdAlleyGuaranteedFundsCsReq" => Some(Self::CmdAlleyGuaranteedFundsCsReq), + "CmdGetAlleyInfoScRsp" => Some(Self::CmdGetAlleyInfoScRsp), + "CmdActivityRaidPlacingGameScRsp" => { + Some(Self::CmdActivityRaidPlacingGameScRsp) + } + "CmdStartAlleyEventScRsp" => Some(Self::CmdStartAlleyEventScRsp), + "CmdLogisticsScoreRewardSyncInfoScNotify" => { + Some(Self::CmdLogisticsScoreRewardSyncInfoScNotify) + } + "CmdPrestigeLevelUpScRsp" => Some(Self::CmdPrestigeLevelUpScRsp), + "CmdAlleyShipUsedCountScNotify" => Some(Self::CmdAlleyShipUsedCountScNotify), + "CmdAlleyTakeEventRewardScRsp" => Some(Self::CmdAlleyTakeEventRewardScRsp), + "CmdAlleyOrderChangedScNotify" => Some(Self::CmdAlleyOrderChangedScNotify), + "CmdAlleyEventEffectNotify" => Some(Self::CmdAlleyEventEffectNotify), + "CmdTakePrestigeRewardCsReq" => Some(Self::CmdTakePrestigeRewardCsReq), + "CmdAlleyEventChangeNotify" => Some(Self::CmdAlleyEventChangeNotify), + "CmdAlleyPlacingGameCsReq" => Some(Self::CmdAlleyPlacingGameCsReq), + "CmdAlleyPlacingGameScRsp" => Some(Self::CmdAlleyPlacingGameScRsp), + "CmdSaveLogisticsScRsp" => Some(Self::CmdSaveLogisticsScRsp), + "CmdGetSaveLogisticsMapScRsp" => Some(Self::CmdGetSaveLogisticsMapScRsp), + "CmdLogisticsInfoScNotify" => Some(Self::CmdLogisticsInfoScNotify), + "CmdAlleyTakeEventRewardCsReq" => Some(Self::CmdAlleyTakeEventRewardCsReq), + "CmdAlleyGuaranteedFundsScRsp" => Some(Self::CmdAlleyGuaranteedFundsScRsp), + "CmdLogisticsGameCsReq" => Some(Self::CmdLogisticsGameCsReq), + "CmdLogisticsDetonateStarSkiffCsReq" => { + Some(Self::CmdLogisticsDetonateStarSkiffCsReq) + } + "CmdGetAlleyInfoCsReq" => Some(Self::CmdGetAlleyInfoCsReq), + "CmdStartAlleyEventCsReq" => Some(Self::CmdStartAlleyEventCsReq), + "CmdSaveLogisticsCsReq" => Some(Self::CmdSaveLogisticsCsReq), + "CmdAlleyShipmentEventEffectsScNotify" => { + Some(Self::CmdAlleyShipmentEventEffectsScNotify) + } + "CmdPrestigeLevelUpCsReq" => Some(Self::CmdPrestigeLevelUpCsReq), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Phjbabemmho { + Left = 0, + Right = 1, + Up = 2, + Down = 3, + LeftUp = 4, + LeftDown = 5, + RightUp = 6, + RightDown = 7, +} +impl Phjbabemmho { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Phjbabemmho::Left => "LEFT", + Phjbabemmho::Right => "RIGHT", + Phjbabemmho::Up => "UP", + Phjbabemmho::Down => "DOWN", + Phjbabemmho::LeftUp => "LEFT_UP", + Phjbabemmho::LeftDown => "LEFT_DOWN", + Phjbabemmho::RightUp => "RIGHT_UP", + Phjbabemmho::RightDown => "RIGHT_DOWN", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "LEFT" => Some(Self::Left), + "RIGHT" => Some(Self::Right), + "UP" => Some(Self::Up), + "DOWN" => Some(Self::Down), + "LEFT_UP" => Some(Self::LeftUp), + "LEFT_DOWN" => Some(Self::LeftDown), + "RIGHT_UP" => Some(Self::RightUp), + "RIGHT_DOWN" => Some(Self::RightDown), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Ighmmcpcbkl { + AlleyEventTypeNone = 0, + AlleyMainEvent = 1, + AlleyCriticalEvent = 2, + AlleyDailyEvent = 3, +} +impl Ighmmcpcbkl { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Ighmmcpcbkl::AlleyEventTypeNone => "ALLEY_EVENT_TYPE_NONE", + Ighmmcpcbkl::AlleyMainEvent => "ALLEY_MAIN_EVENT", + Ighmmcpcbkl::AlleyCriticalEvent => "ALLEY_CRITICAL_EVENT", + Ighmmcpcbkl::AlleyDailyEvent => "ALLEY_DAILY_EVENT", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ALLEY_EVENT_TYPE_NONE" => Some(Self::AlleyEventTypeNone), + "ALLEY_MAIN_EVENT" => Some(Self::AlleyMainEvent), + "ALLEY_CRITICAL_EVENT" => Some(Self::AlleyCriticalEvent), + "ALLEY_DAILY_EVENT" => Some(Self::AlleyDailyEvent), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Bnofmbhianp { + AlleyStateNone = 0, + AlleyEventDoing = 1, + AlleyEventFinish = 2, + AlleyEventRewarded = 3, +} +impl Bnofmbhianp { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Bnofmbhianp::AlleyStateNone => "ALLEY_STATE_NONE", + Bnofmbhianp::AlleyEventDoing => "ALLEY_EVENT_DOING", + Bnofmbhianp::AlleyEventFinish => "ALLEY_EVENT_FINISH", + Bnofmbhianp::AlleyEventRewarded => "ALLEY_EVENT_REWARDED", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ALLEY_STATE_NONE" => Some(Self::AlleyStateNone), + "ALLEY_EVENT_DOING" => Some(Self::AlleyEventDoing), + "ALLEY_EVENT_FINISH" => Some(Self::AlleyEventFinish), + "ALLEY_EVENT_REWARDED" => Some(Self::AlleyEventRewarded), + _ => None, + } + } +} +/// Obf: DJINCOJLCDP +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdArchiveType { + None = 0, + CmdGetArchiveDataScRsp = 2371, + CmdGetUpdatedArchiveDataCsReq = 2383, + CmdGetArchiveDataCsReq = 2398, + CmdGetUpdatedArchiveDataScRsp = 2342, +} +impl CmdArchiveType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdArchiveType::None => "CmdArchiveTypeNone", + CmdArchiveType::CmdGetArchiveDataScRsp => "CmdGetArchiveDataScRsp", + CmdArchiveType::CmdGetUpdatedArchiveDataCsReq => { + "CmdGetUpdatedArchiveDataCsReq" + } + CmdArchiveType::CmdGetArchiveDataCsReq => "CmdGetArchiveDataCsReq", + CmdArchiveType::CmdGetUpdatedArchiveDataScRsp => { + "CmdGetUpdatedArchiveDataScRsp" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdArchiveTypeNone" => Some(Self::None), + "CmdGetArchiveDataScRsp" => Some(Self::CmdGetArchiveDataScRsp), + "CmdGetUpdatedArchiveDataCsReq" => Some(Self::CmdGetUpdatedArchiveDataCsReq), + "CmdGetArchiveDataCsReq" => Some(Self::CmdGetArchiveDataCsReq), + "CmdGetUpdatedArchiveDataScRsp" => Some(Self::CmdGetUpdatedArchiveDataScRsp), + _ => None, + } + } +} +/// Obf: CKJEMKHIEFF +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdAvatarType { + None = 0, + CmdTakePromotionRewardScRsp = 304, + CmdGetAvatarDataScRsp = 371, + CmdUnlockSkilltreeScRsp = 377, + CmdTakeOffAvatarSkinCsReq = 311, + CmdDressAvatarSkinCsReq = 360, + CmdDressAvatarSkinScRsp = 352, + CmdTakeOffRelicCsReq = 320, + CmdRankUpAvatarCsReq = 322, + CmdTakeOffAvatarSkinScRsp = 310, + CmdAddAvatarScNotify = 389, + CmdDressAvatarScRsp = 338, + CmdDressRelicAvatarCsReq = 305, + CmdMarkAvatarScRsp = 306, + CmdAvatarExpUpCsReq = 383, + CmdRankUpAvatarScRsp = 366, + CmdAvatarExpUpScRsp = 342, + CmdTakePromotionRewardCsReq = 331, + CmdPromoteAvatarCsReq = 333, + CmdTakeOffEquipmentScRsp = 356, + CmdTakeOffEquipmentCsReq = 378, + CmdUnlockSkilltreeCsReq = 379, + CmdDressAvatarCsReq = 328, + CmdUnlockAvatarSkinScNotify = 400, + CmdTakeOffRelicScRsp = 350, + CmdDressRelicAvatarScRsp = 345, + CmdPromoteAvatarScRsp = 312, + CmdGetAvatarDataCsReq = 398, + CmdMarkAvatarCsReq = 362, +} +impl CmdAvatarType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdAvatarType::None => "CmdAvatarTypeNone", + CmdAvatarType::CmdTakePromotionRewardScRsp => "CmdTakePromotionRewardScRsp", + CmdAvatarType::CmdGetAvatarDataScRsp => "CmdGetAvatarDataScRsp", + CmdAvatarType::CmdUnlockSkilltreeScRsp => "CmdUnlockSkilltreeScRsp", + CmdAvatarType::CmdTakeOffAvatarSkinCsReq => "CmdTakeOffAvatarSkinCsReq", + CmdAvatarType::CmdDressAvatarSkinCsReq => "CmdDressAvatarSkinCsReq", + CmdAvatarType::CmdDressAvatarSkinScRsp => "CmdDressAvatarSkinScRsp", + CmdAvatarType::CmdTakeOffRelicCsReq => "CmdTakeOffRelicCsReq", + CmdAvatarType::CmdRankUpAvatarCsReq => "CmdRankUpAvatarCsReq", + CmdAvatarType::CmdTakeOffAvatarSkinScRsp => "CmdTakeOffAvatarSkinScRsp", + CmdAvatarType::CmdAddAvatarScNotify => "CmdAddAvatarScNotify", + CmdAvatarType::CmdDressAvatarScRsp => "CmdDressAvatarScRsp", + CmdAvatarType::CmdDressRelicAvatarCsReq => "CmdDressRelicAvatarCsReq", + CmdAvatarType::CmdMarkAvatarScRsp => "CmdMarkAvatarScRsp", + CmdAvatarType::CmdAvatarExpUpCsReq => "CmdAvatarExpUpCsReq", + CmdAvatarType::CmdRankUpAvatarScRsp => "CmdRankUpAvatarScRsp", + CmdAvatarType::CmdAvatarExpUpScRsp => "CmdAvatarExpUpScRsp", + CmdAvatarType::CmdTakePromotionRewardCsReq => "CmdTakePromotionRewardCsReq", + CmdAvatarType::CmdPromoteAvatarCsReq => "CmdPromoteAvatarCsReq", + CmdAvatarType::CmdTakeOffEquipmentScRsp => "CmdTakeOffEquipmentScRsp", + CmdAvatarType::CmdTakeOffEquipmentCsReq => "CmdTakeOffEquipmentCsReq", + CmdAvatarType::CmdUnlockSkilltreeCsReq => "CmdUnlockSkilltreeCsReq", + CmdAvatarType::CmdDressAvatarCsReq => "CmdDressAvatarCsReq", + CmdAvatarType::CmdUnlockAvatarSkinScNotify => "CmdUnlockAvatarSkinScNotify", + CmdAvatarType::CmdTakeOffRelicScRsp => "CmdTakeOffRelicScRsp", + CmdAvatarType::CmdDressRelicAvatarScRsp => "CmdDressRelicAvatarScRsp", + CmdAvatarType::CmdPromoteAvatarScRsp => "CmdPromoteAvatarScRsp", + CmdAvatarType::CmdGetAvatarDataCsReq => "CmdGetAvatarDataCsReq", + CmdAvatarType::CmdMarkAvatarCsReq => "CmdMarkAvatarCsReq", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdAvatarTypeNone" => Some(Self::None), + "CmdTakePromotionRewardScRsp" => Some(Self::CmdTakePromotionRewardScRsp), + "CmdGetAvatarDataScRsp" => Some(Self::CmdGetAvatarDataScRsp), + "CmdUnlockSkilltreeScRsp" => Some(Self::CmdUnlockSkilltreeScRsp), + "CmdTakeOffAvatarSkinCsReq" => Some(Self::CmdTakeOffAvatarSkinCsReq), + "CmdDressAvatarSkinCsReq" => Some(Self::CmdDressAvatarSkinCsReq), + "CmdDressAvatarSkinScRsp" => Some(Self::CmdDressAvatarSkinScRsp), + "CmdTakeOffRelicCsReq" => Some(Self::CmdTakeOffRelicCsReq), + "CmdRankUpAvatarCsReq" => Some(Self::CmdRankUpAvatarCsReq), + "CmdTakeOffAvatarSkinScRsp" => Some(Self::CmdTakeOffAvatarSkinScRsp), + "CmdAddAvatarScNotify" => Some(Self::CmdAddAvatarScNotify), + "CmdDressAvatarScRsp" => Some(Self::CmdDressAvatarScRsp), + "CmdDressRelicAvatarCsReq" => Some(Self::CmdDressRelicAvatarCsReq), + "CmdMarkAvatarScRsp" => Some(Self::CmdMarkAvatarScRsp), + "CmdAvatarExpUpCsReq" => Some(Self::CmdAvatarExpUpCsReq), + "CmdRankUpAvatarScRsp" => Some(Self::CmdRankUpAvatarScRsp), + "CmdAvatarExpUpScRsp" => Some(Self::CmdAvatarExpUpScRsp), + "CmdTakePromotionRewardCsReq" => Some(Self::CmdTakePromotionRewardCsReq), + "CmdPromoteAvatarCsReq" => Some(Self::CmdPromoteAvatarCsReq), + "CmdTakeOffEquipmentScRsp" => Some(Self::CmdTakeOffEquipmentScRsp), + "CmdTakeOffEquipmentCsReq" => Some(Self::CmdTakeOffEquipmentCsReq), + "CmdUnlockSkilltreeCsReq" => Some(Self::CmdUnlockSkilltreeCsReq), + "CmdDressAvatarCsReq" => Some(Self::CmdDressAvatarCsReq), + "CmdUnlockAvatarSkinScNotify" => Some(Self::CmdUnlockAvatarSkinScNotify), + "CmdTakeOffRelicScRsp" => Some(Self::CmdTakeOffRelicScRsp), + "CmdDressRelicAvatarScRsp" => Some(Self::CmdDressRelicAvatarScRsp), + "CmdPromoteAvatarScRsp" => Some(Self::CmdPromoteAvatarScRsp), + "CmdGetAvatarDataCsReq" => Some(Self::CmdGetAvatarDataCsReq), + "CmdMarkAvatarCsReq" => Some(Self::CmdMarkAvatarCsReq), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Lplpelbhldn { + AddAvatarSrcNone = 0, + AddAvatarSrcGacha = 1, + AddAvatarSrcRogue = 2, +} +impl Lplpelbhldn { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Lplpelbhldn::AddAvatarSrcNone => "ADD_AVATAR_SRC_NONE", + Lplpelbhldn::AddAvatarSrcGacha => "ADD_AVATAR_SRC_GACHA", + Lplpelbhldn::AddAvatarSrcRogue => "ADD_AVATAR_SRC_ROGUE", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ADD_AVATAR_SRC_NONE" => Some(Self::AddAvatarSrcNone), + "ADD_AVATAR_SRC_GACHA" => Some(Self::AddAvatarSrcGacha), + "ADD_AVATAR_SRC_ROGUE" => Some(Self::AddAvatarSrcRogue), + _ => None, + } + } +} +/// Obf: CGFOBNINCBP +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdBattleType { + None = 0, + CmdPveBattleResultCsReq = 198, + CmdReBattleAfterBattleLoseCsNotify = 189, + CmdGetCurBattleInfoCsReq = 179, + CmdGetCurBattleInfoScRsp = 177, + CmdBattleLogReportScRsp = 178, + CmdSyncClientResVersionScRsp = 112, + CmdQuitBattleCsReq = 183, + CmdBattleLogReportCsReq = 138, + CmdRebattleByClientCsNotify = 122, + CmdPveBattleResultScRsp = 171, + CmdServerSimulateBattleFinishScNotify = 156, + CmdSyncClientResVersionCsReq = 133, + CmdQuitBattleScNotify = 128, + CmdQuitBattleScRsp = 142, +} +impl CmdBattleType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdBattleType::None => "CmdBattleTypeNone", + CmdBattleType::CmdPveBattleResultCsReq => "CmdPVEBattleResultCsReq", + CmdBattleType::CmdReBattleAfterBattleLoseCsNotify => { + "CmdReBattleAfterBattleLoseCsNotify" + } + CmdBattleType::CmdGetCurBattleInfoCsReq => "CmdGetCurBattleInfoCsReq", + CmdBattleType::CmdGetCurBattleInfoScRsp => "CmdGetCurBattleInfoScRsp", + CmdBattleType::CmdBattleLogReportScRsp => "CmdBattleLogReportScRsp", + CmdBattleType::CmdSyncClientResVersionScRsp => "CmdSyncClientResVersionScRsp", + CmdBattleType::CmdQuitBattleCsReq => "CmdQuitBattleCsReq", + CmdBattleType::CmdBattleLogReportCsReq => "CmdBattleLogReportCsReq", + CmdBattleType::CmdRebattleByClientCsNotify => "CmdRebattleByClientCsNotify", + CmdBattleType::CmdPveBattleResultScRsp => "CmdPVEBattleResultScRsp", + CmdBattleType::CmdServerSimulateBattleFinishScNotify => { + "CmdServerSimulateBattleFinishScNotify" + } + CmdBattleType::CmdSyncClientResVersionCsReq => "CmdSyncClientResVersionCsReq", + CmdBattleType::CmdQuitBattleScNotify => "CmdQuitBattleScNotify", + CmdBattleType::CmdQuitBattleScRsp => "CmdQuitBattleScRsp", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdBattleTypeNone" => Some(Self::None), + "CmdPVEBattleResultCsReq" => Some(Self::CmdPveBattleResultCsReq), + "CmdReBattleAfterBattleLoseCsNotify" => { + Some(Self::CmdReBattleAfterBattleLoseCsNotify) + } + "CmdGetCurBattleInfoCsReq" => Some(Self::CmdGetCurBattleInfoCsReq), + "CmdGetCurBattleInfoScRsp" => Some(Self::CmdGetCurBattleInfoScRsp), + "CmdBattleLogReportScRsp" => Some(Self::CmdBattleLogReportScRsp), + "CmdSyncClientResVersionScRsp" => Some(Self::CmdSyncClientResVersionScRsp), + "CmdQuitBattleCsReq" => Some(Self::CmdQuitBattleCsReq), + "CmdBattleLogReportCsReq" => Some(Self::CmdBattleLogReportCsReq), + "CmdRebattleByClientCsNotify" => Some(Self::CmdRebattleByClientCsNotify), + "CmdPVEBattleResultScRsp" => Some(Self::CmdPveBattleResultScRsp), + "CmdServerSimulateBattleFinishScNotify" => { + Some(Self::CmdServerSimulateBattleFinishScNotify) + } + "CmdSyncClientResVersionCsReq" => Some(Self::CmdSyncClientResVersionCsReq), + "CmdQuitBattleScNotify" => Some(Self::CmdQuitBattleScNotify), + "CmdQuitBattleScRsp" => Some(Self::CmdQuitBattleScRsp), + _ => None, + } + } +} +/// Obf: OLNPIIHKNLN +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdBattleCollegeType { + None = 0, + CmdGetBattleCollegeDataScRsp = 5771, + CmdBattleCollegeDataChangeScNotify = 5783, + CmdStartBattleCollegeCsReq = 5742, + CmdStartBattleCollegeScRsp = 5779, + CmdGetBattleCollegeDataCsReq = 5798, +} +impl CmdBattleCollegeType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdBattleCollegeType::None => "CmdBattleCollegeTypeNone", + CmdBattleCollegeType::CmdGetBattleCollegeDataScRsp => { + "CmdGetBattleCollegeDataScRsp" + } + CmdBattleCollegeType::CmdBattleCollegeDataChangeScNotify => { + "CmdBattleCollegeDataChangeScNotify" + } + CmdBattleCollegeType::CmdStartBattleCollegeCsReq => { + "CmdStartBattleCollegeCsReq" + } + CmdBattleCollegeType::CmdStartBattleCollegeScRsp => { + "CmdStartBattleCollegeScRsp" + } + CmdBattleCollegeType::CmdGetBattleCollegeDataCsReq => { + "CmdGetBattleCollegeDataCsReq" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdBattleCollegeTypeNone" => Some(Self::None), + "CmdGetBattleCollegeDataScRsp" => Some(Self::CmdGetBattleCollegeDataScRsp), + "CmdBattleCollegeDataChangeScNotify" => { + Some(Self::CmdBattleCollegeDataChangeScNotify) + } + "CmdStartBattleCollegeCsReq" => Some(Self::CmdStartBattleCollegeCsReq), + "CmdStartBattleCollegeScRsp" => Some(Self::CmdStartBattleCollegeScRsp), + "CmdGetBattleCollegeDataCsReq" => Some(Self::CmdGetBattleCollegeDataCsReq), + _ => None, + } + } +} +/// Obf: APJOAFDCGOD +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdBattlePassType { + None = 0, + CmdTakeAllRewardScRsp = 3028, + CmdTakeBpRewardScRsp = 3079, + CmdTakeBpRewardCsReq = 3042, + CmdBattlePassInfoNotify = 3098, + CmdBuyBpLevelCsReq = 3077, + CmdTakeAllRewardCsReq = 3012, + CmdBuyBpLevelScRsp = 3033, +} +impl CmdBattlePassType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdBattlePassType::None => "CmdBattlePassTypeNone", + CmdBattlePassType::CmdTakeAllRewardScRsp => "CmdTakeAllRewardScRsp", + CmdBattlePassType::CmdTakeBpRewardScRsp => "CmdTakeBpRewardScRsp", + CmdBattlePassType::CmdTakeBpRewardCsReq => "CmdTakeBpRewardCsReq", + CmdBattlePassType::CmdBattlePassInfoNotify => "CmdBattlePassInfoNotify", + CmdBattlePassType::CmdBuyBpLevelCsReq => "CmdBuyBpLevelCsReq", + CmdBattlePassType::CmdTakeAllRewardCsReq => "CmdTakeAllRewardCsReq", + CmdBattlePassType::CmdBuyBpLevelScRsp => "CmdBuyBpLevelScRsp", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdBattlePassTypeNone" => Some(Self::None), + "CmdTakeAllRewardScRsp" => Some(Self::CmdTakeAllRewardScRsp), + "CmdTakeBpRewardScRsp" => Some(Self::CmdTakeBpRewardScRsp), + "CmdTakeBpRewardCsReq" => Some(Self::CmdTakeBpRewardCsReq), + "CmdBattlePassInfoNotify" => Some(Self::CmdBattlePassInfoNotify), + "CmdBuyBpLevelCsReq" => Some(Self::CmdBuyBpLevelCsReq), + "CmdTakeAllRewardCsReq" => Some(Self::CmdTakeAllRewardCsReq), + "CmdBuyBpLevelScRsp" => Some(Self::CmdBuyBpLevelScRsp), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Dnnieoejcan { + BpTierTypeNone = 0, + BpTierTypeFree = 1, + BpTierTypePremium1 = 2, + BpTierTypePremium2 = 3, +} +impl Dnnieoejcan { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Dnnieoejcan::BpTierTypeNone => "BP_TIER_TYPE_NONE", + Dnnieoejcan::BpTierTypeFree => "BP_TIER_TYPE_FREE", + Dnnieoejcan::BpTierTypePremium1 => "BP_TIER_TYPE_PREMIUM_1", + Dnnieoejcan::BpTierTypePremium2 => "BP_TIER_TYPE_PREMIUM_2", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "BP_TIER_TYPE_NONE" => Some(Self::BpTierTypeNone), + "BP_TIER_TYPE_FREE" => Some(Self::BpTierTypeFree), + "BP_TIER_TYPE_PREMIUM_1" => Some(Self::BpTierTypePremium1), + "BP_TIER_TYPE_PREMIUM_2" => Some(Self::BpTierTypePremium2), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Nimckhobklf { + BpRewaradTypeNone = 0, + BpRewaradTypeFree = 1, + BpRewaradTypePremium1 = 2, + BpRewaradTypePremium2 = 3, + BpRewaradTypePremiumOptional = 4, +} +impl Nimckhobklf { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Nimckhobklf::BpRewaradTypeNone => "BP_REWARAD_TYPE_NONE", + Nimckhobklf::BpRewaradTypeFree => "BP_REWARAD_TYPE_FREE", + Nimckhobklf::BpRewaradTypePremium1 => "BP_REWARAD_TYPE_PREMIUM_1", + Nimckhobklf::BpRewaradTypePremium2 => "BP_REWARAD_TYPE_PREMIUM_2", + Nimckhobklf::BpRewaradTypePremiumOptional => { + "BP_REWARAD_TYPE_PREMIUM_OPTIONAL" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "BP_REWARAD_TYPE_NONE" => Some(Self::BpRewaradTypeNone), + "BP_REWARAD_TYPE_FREE" => Some(Self::BpRewaradTypeFree), + "BP_REWARAD_TYPE_PREMIUM_1" => Some(Self::BpRewaradTypePremium1), + "BP_REWARAD_TYPE_PREMIUM_2" => Some(Self::BpRewaradTypePremium2), + "BP_REWARAD_TYPE_PREMIUM_OPTIONAL" => { + Some(Self::BpRewaradTypePremiumOptional) + } + _ => None, + } + } +} +/// Obf: LKGCEGJMDJJ +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdBoxingClubType { + None = 0, + CmdChooseBoxingClubResonanceScRsp = 4256, + CmdGetBoxingClubInfoCsReq = 4298, + CmdGiveUpBoxingClubChallengeCsReq = 4233, + CmdChooseBoxingClubStageOptionalBuffCsReq = 4266, + CmdChooseBoxingClubResonanceCsReq = 4278, + CmdGetBoxingClubInfoScRsp = 4271, + CmdStartBoxingClubBattleCsReq = 4279, + CmdStartBoxingClubBattleScRsp = 4277, + CmdSetBoxingClubResonanceLineupCsReq = 4289, + CmdBoxingClubRewardScNotify = 4228, + CmdChooseBoxingClubStageOptionalBuffScRsp = 4205, + CmdMatchBoxingClubOpponentScRsp = 4242, + CmdSetBoxingClubResonanceLineupScRsp = 4222, + CmdBoxingClubChallengeUpdateScNotify = 4238, + CmdMatchBoxingClubOpponentCsReq = 4283, + CmdGiveUpBoxingClubChallengeScRsp = 4212, +} +impl CmdBoxingClubType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdBoxingClubType::None => "CmdBoxingClubTypeNone", + CmdBoxingClubType::CmdChooseBoxingClubResonanceScRsp => { + "CmdChooseBoxingClubResonanceScRsp" + } + CmdBoxingClubType::CmdGetBoxingClubInfoCsReq => "CmdGetBoxingClubInfoCsReq", + CmdBoxingClubType::CmdGiveUpBoxingClubChallengeCsReq => { + "CmdGiveUpBoxingClubChallengeCsReq" + } + CmdBoxingClubType::CmdChooseBoxingClubStageOptionalBuffCsReq => { + "CmdChooseBoxingClubStageOptionalBuffCsReq" + } + CmdBoxingClubType::CmdChooseBoxingClubResonanceCsReq => { + "CmdChooseBoxingClubResonanceCsReq" + } + CmdBoxingClubType::CmdGetBoxingClubInfoScRsp => "CmdGetBoxingClubInfoScRsp", + CmdBoxingClubType::CmdStartBoxingClubBattleCsReq => { + "CmdStartBoxingClubBattleCsReq" + } + CmdBoxingClubType::CmdStartBoxingClubBattleScRsp => { + "CmdStartBoxingClubBattleScRsp" + } + CmdBoxingClubType::CmdSetBoxingClubResonanceLineupCsReq => { + "CmdSetBoxingClubResonanceLineupCsReq" + } + CmdBoxingClubType::CmdBoxingClubRewardScNotify => { + "CmdBoxingClubRewardScNotify" + } + CmdBoxingClubType::CmdChooseBoxingClubStageOptionalBuffScRsp => { + "CmdChooseBoxingClubStageOptionalBuffScRsp" + } + CmdBoxingClubType::CmdMatchBoxingClubOpponentScRsp => { + "CmdMatchBoxingClubOpponentScRsp" + } + CmdBoxingClubType::CmdSetBoxingClubResonanceLineupScRsp => { + "CmdSetBoxingClubResonanceLineupScRsp" + } + CmdBoxingClubType::CmdBoxingClubChallengeUpdateScNotify => { + "CmdBoxingClubChallengeUpdateScNotify" + } + CmdBoxingClubType::CmdMatchBoxingClubOpponentCsReq => { + "CmdMatchBoxingClubOpponentCsReq" + } + CmdBoxingClubType::CmdGiveUpBoxingClubChallengeScRsp => { + "CmdGiveUpBoxingClubChallengeScRsp" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdBoxingClubTypeNone" => Some(Self::None), + "CmdChooseBoxingClubResonanceScRsp" => { + Some(Self::CmdChooseBoxingClubResonanceScRsp) + } + "CmdGetBoxingClubInfoCsReq" => Some(Self::CmdGetBoxingClubInfoCsReq), + "CmdGiveUpBoxingClubChallengeCsReq" => { + Some(Self::CmdGiveUpBoxingClubChallengeCsReq) + } + "CmdChooseBoxingClubStageOptionalBuffCsReq" => { + Some(Self::CmdChooseBoxingClubStageOptionalBuffCsReq) + } + "CmdChooseBoxingClubResonanceCsReq" => { + Some(Self::CmdChooseBoxingClubResonanceCsReq) + } + "CmdGetBoxingClubInfoScRsp" => Some(Self::CmdGetBoxingClubInfoScRsp), + "CmdStartBoxingClubBattleCsReq" => Some(Self::CmdStartBoxingClubBattleCsReq), + "CmdStartBoxingClubBattleScRsp" => Some(Self::CmdStartBoxingClubBattleScRsp), + "CmdSetBoxingClubResonanceLineupCsReq" => { + Some(Self::CmdSetBoxingClubResonanceLineupCsReq) + } + "CmdBoxingClubRewardScNotify" => Some(Self::CmdBoxingClubRewardScNotify), + "CmdChooseBoxingClubStageOptionalBuffScRsp" => { + Some(Self::CmdChooseBoxingClubStageOptionalBuffScRsp) + } + "CmdMatchBoxingClubOpponentScRsp" => { + Some(Self::CmdMatchBoxingClubOpponentScRsp) + } + "CmdSetBoxingClubResonanceLineupScRsp" => { + Some(Self::CmdSetBoxingClubResonanceLineupScRsp) + } + "CmdBoxingClubChallengeUpdateScNotify" => { + Some(Self::CmdBoxingClubChallengeUpdateScNotify) + } + "CmdMatchBoxingClubOpponentCsReq" => { + Some(Self::CmdMatchBoxingClubOpponentCsReq) + } + "CmdGiveUpBoxingClubChallengeScRsp" => { + Some(Self::CmdGiveUpBoxingClubChallengeScRsp) + } + _ => None, + } + } +} +/// Obf: ILGJMLFJAAG +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdChallengeType { + None = 0, + CmdStartChallengeCsReq = 1783, + CmdGetChallengeGroupStatisticsCsReq = 1745, + CmdChallengeLineupNotify = 1756, + CmdGetChallengeScRsp = 1771, + CmdStartChallengeScRsp = 1742, + CmdGetCurChallengeCsReq = 1738, + CmdLeaveChallengeCsReq = 1779, + CmdLeaveChallengeScRsp = 1777, + CmdChallengeSettleNotify = 1733, + CmdRestartChallengePhaseCsReq = 1760, + CmdEnterChallengeNextPhaseScRsp = 1710, + CmdGetChallengeCsReq = 1798, + CmdTakeChallengeRewardCsReq = 1766, + CmdGetCurChallengeScRsp = 1778, + CmdTakeChallengeRewardScRsp = 1705, + CmdEnterChallengeNextPhaseCsReq = 1711, + CmdGetChallengeGroupStatisticsScRsp = 1720, + CmdChallengeBossPhaseSettleNotify = 1800, + CmdStartPartialChallengeScRsp = 1731, + CmdRestartChallengePhaseScRsp = 1752, + CmdStartPartialChallengeCsReq = 1750, +} +impl CmdChallengeType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdChallengeType::None => "CmdChallengeTypeNone", + CmdChallengeType::CmdStartChallengeCsReq => "CmdStartChallengeCsReq", + CmdChallengeType::CmdGetChallengeGroupStatisticsCsReq => { + "CmdGetChallengeGroupStatisticsCsReq" + } + CmdChallengeType::CmdChallengeLineupNotify => "CmdChallengeLineupNotify", + CmdChallengeType::CmdGetChallengeScRsp => "CmdGetChallengeScRsp", + CmdChallengeType::CmdStartChallengeScRsp => "CmdStartChallengeScRsp", + CmdChallengeType::CmdGetCurChallengeCsReq => "CmdGetCurChallengeCsReq", + CmdChallengeType::CmdLeaveChallengeCsReq => "CmdLeaveChallengeCsReq", + CmdChallengeType::CmdLeaveChallengeScRsp => "CmdLeaveChallengeScRsp", + CmdChallengeType::CmdChallengeSettleNotify => "CmdChallengeSettleNotify", + CmdChallengeType::CmdRestartChallengePhaseCsReq => { + "CmdRestartChallengePhaseCsReq" + } + CmdChallengeType::CmdEnterChallengeNextPhaseScRsp => { + "CmdEnterChallengeNextPhaseScRsp" + } + CmdChallengeType::CmdGetChallengeCsReq => "CmdGetChallengeCsReq", + CmdChallengeType::CmdTakeChallengeRewardCsReq => { + "CmdTakeChallengeRewardCsReq" + } + CmdChallengeType::CmdGetCurChallengeScRsp => "CmdGetCurChallengeScRsp", + CmdChallengeType::CmdTakeChallengeRewardScRsp => { + "CmdTakeChallengeRewardScRsp" + } + CmdChallengeType::CmdEnterChallengeNextPhaseCsReq => { + "CmdEnterChallengeNextPhaseCsReq" + } + CmdChallengeType::CmdGetChallengeGroupStatisticsScRsp => { + "CmdGetChallengeGroupStatisticsScRsp" + } + CmdChallengeType::CmdChallengeBossPhaseSettleNotify => { + "CmdChallengeBossPhaseSettleNotify" + } + CmdChallengeType::CmdStartPartialChallengeScRsp => { + "CmdStartPartialChallengeScRsp" + } + CmdChallengeType::CmdRestartChallengePhaseScRsp => { + "CmdRestartChallengePhaseScRsp" + } + CmdChallengeType::CmdStartPartialChallengeCsReq => { + "CmdStartPartialChallengeCsReq" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdChallengeTypeNone" => Some(Self::None), + "CmdStartChallengeCsReq" => Some(Self::CmdStartChallengeCsReq), + "CmdGetChallengeGroupStatisticsCsReq" => { + Some(Self::CmdGetChallengeGroupStatisticsCsReq) + } + "CmdChallengeLineupNotify" => Some(Self::CmdChallengeLineupNotify), + "CmdGetChallengeScRsp" => Some(Self::CmdGetChallengeScRsp), + "CmdStartChallengeScRsp" => Some(Self::CmdStartChallengeScRsp), + "CmdGetCurChallengeCsReq" => Some(Self::CmdGetCurChallengeCsReq), + "CmdLeaveChallengeCsReq" => Some(Self::CmdLeaveChallengeCsReq), + "CmdLeaveChallengeScRsp" => Some(Self::CmdLeaveChallengeScRsp), + "CmdChallengeSettleNotify" => Some(Self::CmdChallengeSettleNotify), + "CmdRestartChallengePhaseCsReq" => Some(Self::CmdRestartChallengePhaseCsReq), + "CmdEnterChallengeNextPhaseScRsp" => { + Some(Self::CmdEnterChallengeNextPhaseScRsp) + } + "CmdGetChallengeCsReq" => Some(Self::CmdGetChallengeCsReq), + "CmdTakeChallengeRewardCsReq" => Some(Self::CmdTakeChallengeRewardCsReq), + "CmdGetCurChallengeScRsp" => Some(Self::CmdGetCurChallengeScRsp), + "CmdTakeChallengeRewardScRsp" => Some(Self::CmdTakeChallengeRewardScRsp), + "CmdEnterChallengeNextPhaseCsReq" => { + Some(Self::CmdEnterChallengeNextPhaseCsReq) + } + "CmdGetChallengeGroupStatisticsScRsp" => { + Some(Self::CmdGetChallengeGroupStatisticsScRsp) + } + "CmdChallengeBossPhaseSettleNotify" => { + Some(Self::CmdChallengeBossPhaseSettleNotify) + } + "CmdStartPartialChallengeScRsp" => Some(Self::CmdStartPartialChallengeScRsp), + "CmdRestartChallengePhaseScRsp" => Some(Self::CmdRestartChallengePhaseScRsp), + "CmdStartPartialChallengeCsReq" => Some(Self::CmdStartPartialChallengeCsReq), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum ChallengeStatus { + ChallengeUnknown = 0, + ChallengeDoing = 1, + ChallengeFinish = 2, + ChallengeFailed = 3, +} +impl ChallengeStatus { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + ChallengeStatus::ChallengeUnknown => "CHALLENGE_UNKNOWN", + ChallengeStatus::ChallengeDoing => "CHALLENGE_DOING", + ChallengeStatus::ChallengeFinish => "CHALLENGE_FINISH", + ChallengeStatus::ChallengeFailed => "CHALLENGE_FAILED", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CHALLENGE_UNKNOWN" => Some(Self::ChallengeUnknown), + "CHALLENGE_DOING" => Some(Self::ChallengeDoing), + "CHALLENGE_FINISH" => Some(Self::ChallengeFinish), + "CHALLENGE_FAILED" => Some(Self::ChallengeFailed), + _ => None, + } + } +} +/// Obf: KBAHEDPAFJO +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdChatType { + None = 0, + CmdSendMsgCsReq = 3998, + CmdGetChatFriendHistoryScRsp = 3912, + CmdGetChatEmojiListScRsp = 3938, + CmdSendMsgScRsp = 3971, + CmdGetLoginChatInfoCsReq = 3966, + CmdGetPrivateChatHistoryScRsp = 3977, + CmdPrivateMsgOfflineUsersScNotify = 3942, + CmdGetPrivateChatHistoryCsReq = 3979, + CmdBatchMarkChatEmojiScRsp = 3922, + CmdGetChatFriendHistoryCsReq = 3933, + CmdBatchMarkChatEmojiCsReq = 3989, + CmdGetLoginChatInfoScRsp = 3905, + CmdGetChatEmojiListCsReq = 3928, + CmdRevcMsgScNotify = 3983, + CmdMarkChatEmojiCsReq = 3978, + CmdMarkChatEmojiScRsp = 3956, +} +impl CmdChatType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdChatType::None => "CmdChatTypeNone", + CmdChatType::CmdSendMsgCsReq => "CmdSendMsgCsReq", + CmdChatType::CmdGetChatFriendHistoryScRsp => "CmdGetChatFriendHistoryScRsp", + CmdChatType::CmdGetChatEmojiListScRsp => "CmdGetChatEmojiListScRsp", + CmdChatType::CmdSendMsgScRsp => "CmdSendMsgScRsp", + CmdChatType::CmdGetLoginChatInfoCsReq => "CmdGetLoginChatInfoCsReq", + CmdChatType::CmdGetPrivateChatHistoryScRsp => "CmdGetPrivateChatHistoryScRsp", + CmdChatType::CmdPrivateMsgOfflineUsersScNotify => { + "CmdPrivateMsgOfflineUsersScNotify" + } + CmdChatType::CmdGetPrivateChatHistoryCsReq => "CmdGetPrivateChatHistoryCsReq", + CmdChatType::CmdBatchMarkChatEmojiScRsp => "CmdBatchMarkChatEmojiScRsp", + CmdChatType::CmdGetChatFriendHistoryCsReq => "CmdGetChatFriendHistoryCsReq", + CmdChatType::CmdBatchMarkChatEmojiCsReq => "CmdBatchMarkChatEmojiCsReq", + CmdChatType::CmdGetLoginChatInfoScRsp => "CmdGetLoginChatInfoScRsp", + CmdChatType::CmdGetChatEmojiListCsReq => "CmdGetChatEmojiListCsReq", + CmdChatType::CmdRevcMsgScNotify => "CmdRevcMsgScNotify", + CmdChatType::CmdMarkChatEmojiCsReq => "CmdMarkChatEmojiCsReq", + CmdChatType::CmdMarkChatEmojiScRsp => "CmdMarkChatEmojiScRsp", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdChatTypeNone" => Some(Self::None), + "CmdSendMsgCsReq" => Some(Self::CmdSendMsgCsReq), + "CmdGetChatFriendHistoryScRsp" => Some(Self::CmdGetChatFriendHistoryScRsp), + "CmdGetChatEmojiListScRsp" => Some(Self::CmdGetChatEmojiListScRsp), + "CmdSendMsgScRsp" => Some(Self::CmdSendMsgScRsp), + "CmdGetLoginChatInfoCsReq" => Some(Self::CmdGetLoginChatInfoCsReq), + "CmdGetPrivateChatHistoryScRsp" => Some(Self::CmdGetPrivateChatHistoryScRsp), + "CmdPrivateMsgOfflineUsersScNotify" => { + Some(Self::CmdPrivateMsgOfflineUsersScNotify) + } + "CmdGetPrivateChatHistoryCsReq" => Some(Self::CmdGetPrivateChatHistoryCsReq), + "CmdBatchMarkChatEmojiScRsp" => Some(Self::CmdBatchMarkChatEmojiScRsp), + "CmdGetChatFriendHistoryCsReq" => Some(Self::CmdGetChatFriendHistoryCsReq), + "CmdBatchMarkChatEmojiCsReq" => Some(Self::CmdBatchMarkChatEmojiCsReq), + "CmdGetLoginChatInfoScRsp" => Some(Self::CmdGetLoginChatInfoScRsp), + "CmdGetChatEmojiListCsReq" => Some(Self::CmdGetChatEmojiListCsReq), + "CmdRevcMsgScNotify" => Some(Self::CmdRevcMsgScNotify), + "CmdMarkChatEmojiCsReq" => Some(Self::CmdMarkChatEmojiCsReq), + "CmdMarkChatEmojiScRsp" => Some(Self::CmdMarkChatEmojiScRsp), + _ => None, + } + } +} +/// Obf: KKJNAHPHHDE +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdChessRogueType { + None = 0, + CmdGetChessRogueBuffEnhanceInfoScRsp = 5552, + CmdChessRogueNousDiceUpdateNotify = 5537, + CmdChessRogueEnterCellScRsp = 5571, + CmdGetChessRogueStoryInfoCsReq = 5464, + CmdChessRogueReRollDiceScRsp = 5593, + CmdChessRogueCheatRollCsReq = 5446, + CmdChessRoguePickAvatarScRsp = 5521, + CmdChessRogueNousEditDiceCsReq = 5554, + CmdChessRogueConfirmRollCsReq = 5420, + CmdFinishChessRogueNousSubStoryCsReq = 5526, + CmdChessRogueUpdateDicePassiveAccumulateValueScNotify = 5598, + CmdChessRogueUpdateActionPointScNotify = 5575, + CmdChessRogueQueryScRsp = 5547, + CmdChessRogueStartScRsp = 5467, + CmdSyncChessRogueNousValueScNotify = 5589, + CmdChessRogueUpdateAllowedSelectCellScNotify = 5416, + CmdGetChessRogueStoryAeonTalkInfoScRsp = 5450, + CmdChessRogueQueryCsReq = 5418, + CmdSyncChessRogueMainStoryFinishScNotify = 5427, + CmdEnterChessRogueAeonRoomScRsp = 5401, + CmdSyncChessRogueNousSubStoryScNotify = 5452, + CmdChessRogueReviveAvatarScRsp = 5507, + CmdGetChessRogueBuffEnhanceInfoCsReq = 5501, + CmdGetChessRogueNousStoryInfoCsReq = 5410, + CmdEnhanceChessRogueBuffScRsp = 5576, + CmdChessRogueLayerAccountInfoNotify = 5466, + CmdChessRogueCheatRollScRsp = 5475, + CmdChessRogueChangeyAeonDimensionNotify = 5550, + CmdChessRogueQuitScRsp = 5597, + CmdSelectChessRogueNousSubStoryScRsp = 5412, + CmdChessRogueSkipTeachingLevelCsReq = 5562, + CmdChessRogueLeaveCsReq = 5484, + CmdSelectChessRogueNousSubStoryCsReq = 5574, + CmdChessRogueQueryAeonDimensionsScRsp = 5421, + CmdChessRogueEnterNextLayerScRsp = 5543, + CmdChessRogueConfirmRollScRsp = 5413, + CmdChessRogueEnterCellCsReq = 5591, + CmdChessRogueGiveUpRollCsReq = 5480, + CmdChessRogueMoveCellNotify = 5533, + CmdChessRogueSelectBpScRsp = 5546, + CmdChessRogueUpdateUnlockLevelScNotify = 5438, + CmdChessRogueNousDiceSurfaceUnlockNotify = 5569, + CmdChessRogueUpdateMoneyInfoScNotify = 5557, + CmdChessRogueGiveUpRollScRsp = 5505, + CmdSyncChessRogueNousMainStoryScNotify = 5584, + CmdChessRogueSelectCellCsReq = 5578, + CmdChessRogueCellUpdateNotify = 5405, + CmdChessRogueSelectBpCsReq = 5454, + CmdGetChessRogueStoryInfoScRsp = 5444, + CmdChessRogueEnterNextLayerCsReq = 5506, + CmdChessRogueQueryAeonDimensionsCsReq = 5402, + CmdGetChessRogueStoryAeonTalkInfoCsReq = 5476, + CmdChessRogueFinishCurRoomNotify = 5409, + CmdChessRogueEnterCsReq = 5564, + CmdChessRogueStartCsReq = 5583, + CmdEnterChessRogueAeonRoomCsReq = 5585, + CmdChessRogueUpdateLevelBaseInfoScNotify = 5553, + CmdChessRogueGoAheadCsReq = 5431, + CmdSelectChessRogueSubStoryCsReq = 5573, + CmdChessRogueUpdateAeonModifierValueScNotify = 5559, + CmdChessRogueQueryBpScRsp = 5510, + CmdChessRogueQueryBpCsReq = 5509, + CmdChessRogueGiveUpCsReq = 5461, + CmdFinishChessRogueNousSubStoryScRsp = 5513, + CmdChessRogueReRollDiceCsReq = 5590, + CmdChessRogueGoAheadScRsp = 5592, + CmdChessRogueGiveUpScRsp = 5556, + CmdChessRogueReviveAvatarCsReq = 5515, + CmdChessRogueNousGetRogueTalentInfoCsReq = 5496, + CmdSelectChessRogueSubStoryScRsp = 5524, + CmdChessRogueEnterScRsp = 5551, + CmdChessRogueRollDiceScRsp = 5423, + CmdChessRoguePickAvatarCsReq = 5424, + CmdChessRogueUpdateReviveInfoScNotify = 5422, + CmdFinishChessRogueSubStoryCsReq = 5566, + CmdChessRogueQuestFinishNotify = 5451, + CmdChessRogueSelectCellScRsp = 5497, + CmdChessRogueRollDiceCsReq = 5403, + CmdChessRogueUpdateDiceInfoScNotify = 5430, + CmdEnhanceChessRogueBuffCsReq = 5530, + CmdChessRogueNousEditDiceScRsp = 5470, + CmdChessRogueSkipTeachingLevelScRsp = 5472, + CmdChessRogueUpdateBoardScNotify = 5406, + CmdChessRogueNousEnableRogueTalentCsReq = 5447, + CmdFinishChessRogueSubStoryScRsp = 5587, + CmdGetChessRogueNousStoryInfoScRsp = 5493, + CmdChessRogueQuitCsReq = 5563, + CmdChessRogueNousEnableRogueTalentScRsp = 5494, + CmdChessRogueLeaveScRsp = 5544, + CmdChessRogueNousGetRogueTalentInfoScRsp = 5517, +} +impl CmdChessRogueType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdChessRogueType::None => "CmdChessRogueTypeNone", + CmdChessRogueType::CmdGetChessRogueBuffEnhanceInfoScRsp => { + "CmdGetChessRogueBuffEnhanceInfoScRsp" + } + CmdChessRogueType::CmdChessRogueNousDiceUpdateNotify => { + "CmdChessRogueNousDiceUpdateNotify" + } + CmdChessRogueType::CmdChessRogueEnterCellScRsp => { + "CmdChessRogueEnterCellScRsp" + } + CmdChessRogueType::CmdGetChessRogueStoryInfoCsReq => { + "CmdGetChessRogueStoryInfoCsReq" + } + CmdChessRogueType::CmdChessRogueReRollDiceScRsp => { + "CmdChessRogueReRollDiceScRsp" + } + CmdChessRogueType::CmdChessRogueCheatRollCsReq => { + "CmdChessRogueCheatRollCsReq" + } + CmdChessRogueType::CmdChessRoguePickAvatarScRsp => { + "CmdChessRoguePickAvatarScRsp" + } + CmdChessRogueType::CmdChessRogueNousEditDiceCsReq => { + "CmdChessRogueNousEditDiceCsReq" + } + CmdChessRogueType::CmdChessRogueConfirmRollCsReq => { + "CmdChessRogueConfirmRollCsReq" + } + CmdChessRogueType::CmdFinishChessRogueNousSubStoryCsReq => { + "CmdFinishChessRogueNousSubStoryCsReq" + } + CmdChessRogueType::CmdChessRogueUpdateDicePassiveAccumulateValueScNotify => { + "CmdChessRogueUpdateDicePassiveAccumulateValueScNotify" + } + CmdChessRogueType::CmdChessRogueUpdateActionPointScNotify => { + "CmdChessRogueUpdateActionPointScNotify" + } + CmdChessRogueType::CmdChessRogueQueryScRsp => "CmdChessRogueQueryScRsp", + CmdChessRogueType::CmdChessRogueStartScRsp => "CmdChessRogueStartScRsp", + CmdChessRogueType::CmdSyncChessRogueNousValueScNotify => { + "CmdSyncChessRogueNousValueScNotify" + } + CmdChessRogueType::CmdChessRogueUpdateAllowedSelectCellScNotify => { + "CmdChessRogueUpdateAllowedSelectCellScNotify" + } + CmdChessRogueType::CmdGetChessRogueStoryAeonTalkInfoScRsp => { + "CmdGetChessRogueStoryAeonTalkInfoScRsp" + } + CmdChessRogueType::CmdChessRogueQueryCsReq => "CmdChessRogueQueryCsReq", + CmdChessRogueType::CmdSyncChessRogueMainStoryFinishScNotify => { + "CmdSyncChessRogueMainStoryFinishScNotify" + } + CmdChessRogueType::CmdEnterChessRogueAeonRoomScRsp => { + "CmdEnterChessRogueAeonRoomScRsp" + } + CmdChessRogueType::CmdSyncChessRogueNousSubStoryScNotify => { + "CmdSyncChessRogueNousSubStoryScNotify" + } + CmdChessRogueType::CmdChessRogueReviveAvatarScRsp => { + "CmdChessRogueReviveAvatarScRsp" + } + CmdChessRogueType::CmdGetChessRogueBuffEnhanceInfoCsReq => { + "CmdGetChessRogueBuffEnhanceInfoCsReq" + } + CmdChessRogueType::CmdGetChessRogueNousStoryInfoCsReq => { + "CmdGetChessRogueNousStoryInfoCsReq" + } + CmdChessRogueType::CmdEnhanceChessRogueBuffScRsp => { + "CmdEnhanceChessRogueBuffScRsp" + } + CmdChessRogueType::CmdChessRogueLayerAccountInfoNotify => { + "CmdChessRogueLayerAccountInfoNotify" + } + CmdChessRogueType::CmdChessRogueCheatRollScRsp => { + "CmdChessRogueCheatRollScRsp" + } + CmdChessRogueType::CmdChessRogueChangeyAeonDimensionNotify => { + "CmdChessRogueChangeyAeonDimensionNotify" + } + CmdChessRogueType::CmdChessRogueQuitScRsp => "CmdChessRogueQuitScRsp", + CmdChessRogueType::CmdSelectChessRogueNousSubStoryScRsp => { + "CmdSelectChessRogueNousSubStoryScRsp" + } + CmdChessRogueType::CmdChessRogueSkipTeachingLevelCsReq => { + "CmdChessRogueSkipTeachingLevelCsReq" + } + CmdChessRogueType::CmdChessRogueLeaveCsReq => "CmdChessRogueLeaveCsReq", + CmdChessRogueType::CmdSelectChessRogueNousSubStoryCsReq => { + "CmdSelectChessRogueNousSubStoryCsReq" + } + CmdChessRogueType::CmdChessRogueQueryAeonDimensionsScRsp => { + "CmdChessRogueQueryAeonDimensionsScRsp" + } + CmdChessRogueType::CmdChessRogueEnterNextLayerScRsp => { + "CmdChessRogueEnterNextLayerScRsp" + } + CmdChessRogueType::CmdChessRogueConfirmRollScRsp => { + "CmdChessRogueConfirmRollScRsp" + } + CmdChessRogueType::CmdChessRogueEnterCellCsReq => { + "CmdChessRogueEnterCellCsReq" + } + CmdChessRogueType::CmdChessRogueGiveUpRollCsReq => { + "CmdChessRogueGiveUpRollCsReq" + } + CmdChessRogueType::CmdChessRogueMoveCellNotify => { + "CmdChessRogueMoveCellNotify" + } + CmdChessRogueType::CmdChessRogueSelectBpScRsp => "CmdChessRogueSelectBpScRsp", + CmdChessRogueType::CmdChessRogueUpdateUnlockLevelScNotify => { + "CmdChessRogueUpdateUnlockLevelScNotify" + } + CmdChessRogueType::CmdChessRogueNousDiceSurfaceUnlockNotify => { + "CmdChessRogueNousDiceSurfaceUnlockNotify" + } + CmdChessRogueType::CmdChessRogueUpdateMoneyInfoScNotify => { + "CmdChessRogueUpdateMoneyInfoScNotify" + } + CmdChessRogueType::CmdChessRogueGiveUpRollScRsp => { + "CmdChessRogueGiveUpRollScRsp" + } + CmdChessRogueType::CmdSyncChessRogueNousMainStoryScNotify => { + "CmdSyncChessRogueNousMainStoryScNotify" + } + CmdChessRogueType::CmdChessRogueSelectCellCsReq => { + "CmdChessRogueSelectCellCsReq" + } + CmdChessRogueType::CmdChessRogueCellUpdateNotify => { + "CmdChessRogueCellUpdateNotify" + } + CmdChessRogueType::CmdChessRogueSelectBpCsReq => "CmdChessRogueSelectBpCsReq", + CmdChessRogueType::CmdGetChessRogueStoryInfoScRsp => { + "CmdGetChessRogueStoryInfoScRsp" + } + CmdChessRogueType::CmdChessRogueEnterNextLayerCsReq => { + "CmdChessRogueEnterNextLayerCsReq" + } + CmdChessRogueType::CmdChessRogueQueryAeonDimensionsCsReq => { + "CmdChessRogueQueryAeonDimensionsCsReq" + } + CmdChessRogueType::CmdGetChessRogueStoryAeonTalkInfoCsReq => { + "CmdGetChessRogueStoryAeonTalkInfoCsReq" + } + CmdChessRogueType::CmdChessRogueFinishCurRoomNotify => { + "CmdChessRogueFinishCurRoomNotify" + } + CmdChessRogueType::CmdChessRogueEnterCsReq => "CmdChessRogueEnterCsReq", + CmdChessRogueType::CmdChessRogueStartCsReq => "CmdChessRogueStartCsReq", + CmdChessRogueType::CmdEnterChessRogueAeonRoomCsReq => { + "CmdEnterChessRogueAeonRoomCsReq" + } + CmdChessRogueType::CmdChessRogueUpdateLevelBaseInfoScNotify => { + "CmdChessRogueUpdateLevelBaseInfoScNotify" + } + CmdChessRogueType::CmdChessRogueGoAheadCsReq => "CmdChessRogueGoAheadCsReq", + CmdChessRogueType::CmdSelectChessRogueSubStoryCsReq => { + "CmdSelectChessRogueSubStoryCsReq" + } + CmdChessRogueType::CmdChessRogueUpdateAeonModifierValueScNotify => { + "CmdChessRogueUpdateAeonModifierValueScNotify" + } + CmdChessRogueType::CmdChessRogueQueryBpScRsp => "CmdChessRogueQueryBpScRsp", + CmdChessRogueType::CmdChessRogueQueryBpCsReq => "CmdChessRogueQueryBpCsReq", + CmdChessRogueType::CmdChessRogueGiveUpCsReq => "CmdChessRogueGiveUpCsReq", + CmdChessRogueType::CmdFinishChessRogueNousSubStoryScRsp => { + "CmdFinishChessRogueNousSubStoryScRsp" + } + CmdChessRogueType::CmdChessRogueReRollDiceCsReq => { + "CmdChessRogueReRollDiceCsReq" + } + CmdChessRogueType::CmdChessRogueGoAheadScRsp => "CmdChessRogueGoAheadScRsp", + CmdChessRogueType::CmdChessRogueGiveUpScRsp => "CmdChessRogueGiveUpScRsp", + CmdChessRogueType::CmdChessRogueReviveAvatarCsReq => { + "CmdChessRogueReviveAvatarCsReq" + } + CmdChessRogueType::CmdChessRogueNousGetRogueTalentInfoCsReq => { + "CmdChessRogueNousGetRogueTalentInfoCsReq" + } + CmdChessRogueType::CmdSelectChessRogueSubStoryScRsp => { + "CmdSelectChessRogueSubStoryScRsp" + } + CmdChessRogueType::CmdChessRogueEnterScRsp => "CmdChessRogueEnterScRsp", + CmdChessRogueType::CmdChessRogueRollDiceScRsp => "CmdChessRogueRollDiceScRsp", + CmdChessRogueType::CmdChessRoguePickAvatarCsReq => { + "CmdChessRoguePickAvatarCsReq" + } + CmdChessRogueType::CmdChessRogueUpdateReviveInfoScNotify => { + "CmdChessRogueUpdateReviveInfoScNotify" + } + CmdChessRogueType::CmdFinishChessRogueSubStoryCsReq => { + "CmdFinishChessRogueSubStoryCsReq" + } + CmdChessRogueType::CmdChessRogueQuestFinishNotify => { + "CmdChessRogueQuestFinishNotify" + } + CmdChessRogueType::CmdChessRogueSelectCellScRsp => { + "CmdChessRogueSelectCellScRsp" + } + CmdChessRogueType::CmdChessRogueRollDiceCsReq => "CmdChessRogueRollDiceCsReq", + CmdChessRogueType::CmdChessRogueUpdateDiceInfoScNotify => { + "CmdChessRogueUpdateDiceInfoScNotify" + } + CmdChessRogueType::CmdEnhanceChessRogueBuffCsReq => { + "CmdEnhanceChessRogueBuffCsReq" + } + CmdChessRogueType::CmdChessRogueNousEditDiceScRsp => { + "CmdChessRogueNousEditDiceScRsp" + } + CmdChessRogueType::CmdChessRogueSkipTeachingLevelScRsp => { + "CmdChessRogueSkipTeachingLevelScRsp" + } + CmdChessRogueType::CmdChessRogueUpdateBoardScNotify => { + "CmdChessRogueUpdateBoardScNotify" + } + CmdChessRogueType::CmdChessRogueNousEnableRogueTalentCsReq => { + "CmdChessRogueNousEnableRogueTalentCsReq" + } + CmdChessRogueType::CmdFinishChessRogueSubStoryScRsp => { + "CmdFinishChessRogueSubStoryScRsp" + } + CmdChessRogueType::CmdGetChessRogueNousStoryInfoScRsp => { + "CmdGetChessRogueNousStoryInfoScRsp" + } + CmdChessRogueType::CmdChessRogueQuitCsReq => "CmdChessRogueQuitCsReq", + CmdChessRogueType::CmdChessRogueNousEnableRogueTalentScRsp => { + "CmdChessRogueNousEnableRogueTalentScRsp" + } + CmdChessRogueType::CmdChessRogueLeaveScRsp => "CmdChessRogueLeaveScRsp", + CmdChessRogueType::CmdChessRogueNousGetRogueTalentInfoScRsp => { + "CmdChessRogueNousGetRogueTalentInfoScRsp" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdChessRogueTypeNone" => Some(Self::None), + "CmdGetChessRogueBuffEnhanceInfoScRsp" => { + Some(Self::CmdGetChessRogueBuffEnhanceInfoScRsp) + } + "CmdChessRogueNousDiceUpdateNotify" => { + Some(Self::CmdChessRogueNousDiceUpdateNotify) + } + "CmdChessRogueEnterCellScRsp" => Some(Self::CmdChessRogueEnterCellScRsp), + "CmdGetChessRogueStoryInfoCsReq" => { + Some(Self::CmdGetChessRogueStoryInfoCsReq) + } + "CmdChessRogueReRollDiceScRsp" => Some(Self::CmdChessRogueReRollDiceScRsp), + "CmdChessRogueCheatRollCsReq" => Some(Self::CmdChessRogueCheatRollCsReq), + "CmdChessRoguePickAvatarScRsp" => Some(Self::CmdChessRoguePickAvatarScRsp), + "CmdChessRogueNousEditDiceCsReq" => { + Some(Self::CmdChessRogueNousEditDiceCsReq) + } + "CmdChessRogueConfirmRollCsReq" => Some(Self::CmdChessRogueConfirmRollCsReq), + "CmdFinishChessRogueNousSubStoryCsReq" => { + Some(Self::CmdFinishChessRogueNousSubStoryCsReq) + } + "CmdChessRogueUpdateDicePassiveAccumulateValueScNotify" => { + Some(Self::CmdChessRogueUpdateDicePassiveAccumulateValueScNotify) + } + "CmdChessRogueUpdateActionPointScNotify" => { + Some(Self::CmdChessRogueUpdateActionPointScNotify) + } + "CmdChessRogueQueryScRsp" => Some(Self::CmdChessRogueQueryScRsp), + "CmdChessRogueStartScRsp" => Some(Self::CmdChessRogueStartScRsp), + "CmdSyncChessRogueNousValueScNotify" => { + Some(Self::CmdSyncChessRogueNousValueScNotify) + } + "CmdChessRogueUpdateAllowedSelectCellScNotify" => { + Some(Self::CmdChessRogueUpdateAllowedSelectCellScNotify) + } + "CmdGetChessRogueStoryAeonTalkInfoScRsp" => { + Some(Self::CmdGetChessRogueStoryAeonTalkInfoScRsp) + } + "CmdChessRogueQueryCsReq" => Some(Self::CmdChessRogueQueryCsReq), + "CmdSyncChessRogueMainStoryFinishScNotify" => { + Some(Self::CmdSyncChessRogueMainStoryFinishScNotify) + } + "CmdEnterChessRogueAeonRoomScRsp" => { + Some(Self::CmdEnterChessRogueAeonRoomScRsp) + } + "CmdSyncChessRogueNousSubStoryScNotify" => { + Some(Self::CmdSyncChessRogueNousSubStoryScNotify) + } + "CmdChessRogueReviveAvatarScRsp" => { + Some(Self::CmdChessRogueReviveAvatarScRsp) + } + "CmdGetChessRogueBuffEnhanceInfoCsReq" => { + Some(Self::CmdGetChessRogueBuffEnhanceInfoCsReq) + } + "CmdGetChessRogueNousStoryInfoCsReq" => { + Some(Self::CmdGetChessRogueNousStoryInfoCsReq) + } + "CmdEnhanceChessRogueBuffScRsp" => Some(Self::CmdEnhanceChessRogueBuffScRsp), + "CmdChessRogueLayerAccountInfoNotify" => { + Some(Self::CmdChessRogueLayerAccountInfoNotify) + } + "CmdChessRogueCheatRollScRsp" => Some(Self::CmdChessRogueCheatRollScRsp), + "CmdChessRogueChangeyAeonDimensionNotify" => { + Some(Self::CmdChessRogueChangeyAeonDimensionNotify) + } + "CmdChessRogueQuitScRsp" => Some(Self::CmdChessRogueQuitScRsp), + "CmdSelectChessRogueNousSubStoryScRsp" => { + Some(Self::CmdSelectChessRogueNousSubStoryScRsp) + } + "CmdChessRogueSkipTeachingLevelCsReq" => { + Some(Self::CmdChessRogueSkipTeachingLevelCsReq) + } + "CmdChessRogueLeaveCsReq" => Some(Self::CmdChessRogueLeaveCsReq), + "CmdSelectChessRogueNousSubStoryCsReq" => { + Some(Self::CmdSelectChessRogueNousSubStoryCsReq) + } + "CmdChessRogueQueryAeonDimensionsScRsp" => { + Some(Self::CmdChessRogueQueryAeonDimensionsScRsp) + } + "CmdChessRogueEnterNextLayerScRsp" => { + Some(Self::CmdChessRogueEnterNextLayerScRsp) + } + "CmdChessRogueConfirmRollScRsp" => Some(Self::CmdChessRogueConfirmRollScRsp), + "CmdChessRogueEnterCellCsReq" => Some(Self::CmdChessRogueEnterCellCsReq), + "CmdChessRogueGiveUpRollCsReq" => Some(Self::CmdChessRogueGiveUpRollCsReq), + "CmdChessRogueMoveCellNotify" => Some(Self::CmdChessRogueMoveCellNotify), + "CmdChessRogueSelectBpScRsp" => Some(Self::CmdChessRogueSelectBpScRsp), + "CmdChessRogueUpdateUnlockLevelScNotify" => { + Some(Self::CmdChessRogueUpdateUnlockLevelScNotify) + } + "CmdChessRogueNousDiceSurfaceUnlockNotify" => { + Some(Self::CmdChessRogueNousDiceSurfaceUnlockNotify) + } + "CmdChessRogueUpdateMoneyInfoScNotify" => { + Some(Self::CmdChessRogueUpdateMoneyInfoScNotify) + } + "CmdChessRogueGiveUpRollScRsp" => Some(Self::CmdChessRogueGiveUpRollScRsp), + "CmdSyncChessRogueNousMainStoryScNotify" => { + Some(Self::CmdSyncChessRogueNousMainStoryScNotify) + } + "CmdChessRogueSelectCellCsReq" => Some(Self::CmdChessRogueSelectCellCsReq), + "CmdChessRogueCellUpdateNotify" => Some(Self::CmdChessRogueCellUpdateNotify), + "CmdChessRogueSelectBpCsReq" => Some(Self::CmdChessRogueSelectBpCsReq), + "CmdGetChessRogueStoryInfoScRsp" => { + Some(Self::CmdGetChessRogueStoryInfoScRsp) + } + "CmdChessRogueEnterNextLayerCsReq" => { + Some(Self::CmdChessRogueEnterNextLayerCsReq) + } + "CmdChessRogueQueryAeonDimensionsCsReq" => { + Some(Self::CmdChessRogueQueryAeonDimensionsCsReq) + } + "CmdGetChessRogueStoryAeonTalkInfoCsReq" => { + Some(Self::CmdGetChessRogueStoryAeonTalkInfoCsReq) + } + "CmdChessRogueFinishCurRoomNotify" => { + Some(Self::CmdChessRogueFinishCurRoomNotify) + } + "CmdChessRogueEnterCsReq" => Some(Self::CmdChessRogueEnterCsReq), + "CmdChessRogueStartCsReq" => Some(Self::CmdChessRogueStartCsReq), + "CmdEnterChessRogueAeonRoomCsReq" => { + Some(Self::CmdEnterChessRogueAeonRoomCsReq) + } + "CmdChessRogueUpdateLevelBaseInfoScNotify" => { + Some(Self::CmdChessRogueUpdateLevelBaseInfoScNotify) + } + "CmdChessRogueGoAheadCsReq" => Some(Self::CmdChessRogueGoAheadCsReq), + "CmdSelectChessRogueSubStoryCsReq" => { + Some(Self::CmdSelectChessRogueSubStoryCsReq) + } + "CmdChessRogueUpdateAeonModifierValueScNotify" => { + Some(Self::CmdChessRogueUpdateAeonModifierValueScNotify) + } + "CmdChessRogueQueryBpScRsp" => Some(Self::CmdChessRogueQueryBpScRsp), + "CmdChessRogueQueryBpCsReq" => Some(Self::CmdChessRogueQueryBpCsReq), + "CmdChessRogueGiveUpCsReq" => Some(Self::CmdChessRogueGiveUpCsReq), + "CmdFinishChessRogueNousSubStoryScRsp" => { + Some(Self::CmdFinishChessRogueNousSubStoryScRsp) + } + "CmdChessRogueReRollDiceCsReq" => Some(Self::CmdChessRogueReRollDiceCsReq), + "CmdChessRogueGoAheadScRsp" => Some(Self::CmdChessRogueGoAheadScRsp), + "CmdChessRogueGiveUpScRsp" => Some(Self::CmdChessRogueGiveUpScRsp), + "CmdChessRogueReviveAvatarCsReq" => { + Some(Self::CmdChessRogueReviveAvatarCsReq) + } + "CmdChessRogueNousGetRogueTalentInfoCsReq" => { + Some(Self::CmdChessRogueNousGetRogueTalentInfoCsReq) + } + "CmdSelectChessRogueSubStoryScRsp" => { + Some(Self::CmdSelectChessRogueSubStoryScRsp) + } + "CmdChessRogueEnterScRsp" => Some(Self::CmdChessRogueEnterScRsp), + "CmdChessRogueRollDiceScRsp" => Some(Self::CmdChessRogueRollDiceScRsp), + "CmdChessRoguePickAvatarCsReq" => Some(Self::CmdChessRoguePickAvatarCsReq), + "CmdChessRogueUpdateReviveInfoScNotify" => { + Some(Self::CmdChessRogueUpdateReviveInfoScNotify) + } + "CmdFinishChessRogueSubStoryCsReq" => { + Some(Self::CmdFinishChessRogueSubStoryCsReq) + } + "CmdChessRogueQuestFinishNotify" => { + Some(Self::CmdChessRogueQuestFinishNotify) + } + "CmdChessRogueSelectCellScRsp" => Some(Self::CmdChessRogueSelectCellScRsp), + "CmdChessRogueRollDiceCsReq" => Some(Self::CmdChessRogueRollDiceCsReq), + "CmdChessRogueUpdateDiceInfoScNotify" => { + Some(Self::CmdChessRogueUpdateDiceInfoScNotify) + } + "CmdEnhanceChessRogueBuffCsReq" => Some(Self::CmdEnhanceChessRogueBuffCsReq), + "CmdChessRogueNousEditDiceScRsp" => { + Some(Self::CmdChessRogueNousEditDiceScRsp) + } + "CmdChessRogueSkipTeachingLevelScRsp" => { + Some(Self::CmdChessRogueSkipTeachingLevelScRsp) + } + "CmdChessRogueUpdateBoardScNotify" => { + Some(Self::CmdChessRogueUpdateBoardScNotify) + } + "CmdChessRogueNousEnableRogueTalentCsReq" => { + Some(Self::CmdChessRogueNousEnableRogueTalentCsReq) + } + "CmdFinishChessRogueSubStoryScRsp" => { + Some(Self::CmdFinishChessRogueSubStoryScRsp) + } + "CmdGetChessRogueNousStoryInfoScRsp" => { + Some(Self::CmdGetChessRogueNousStoryInfoScRsp) + } + "CmdChessRogueQuitCsReq" => Some(Self::CmdChessRogueQuitCsReq), + "CmdChessRogueNousEnableRogueTalentScRsp" => { + Some(Self::CmdChessRogueNousEnableRogueTalentScRsp) + } + "CmdChessRogueLeaveScRsp" => Some(Self::CmdChessRogueLeaveScRsp), + "CmdChessRogueNousGetRogueTalentInfoScRsp" => { + Some(Self::CmdChessRogueNousGetRogueTalentInfoScRsp) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Geibccnkbad { + ChessRogueDiceIdle = 0, + ChessRogueDiceRolled = 1, + ChessRogueDiceConfirmed = 2, + ChessRogueDiceGiveup = 3, +} +impl Geibccnkbad { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Geibccnkbad::ChessRogueDiceIdle => "CHESS_ROGUE_DICE_IDLE", + Geibccnkbad::ChessRogueDiceRolled => "CHESS_ROGUE_DICE_ROLLED", + Geibccnkbad::ChessRogueDiceConfirmed => "CHESS_ROGUE_DICE_CONFIRMED", + Geibccnkbad::ChessRogueDiceGiveup => "CHESS_ROGUE_DICE_GIVEUP", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CHESS_ROGUE_DICE_IDLE" => Some(Self::ChessRogueDiceIdle), + "CHESS_ROGUE_DICE_ROLLED" => Some(Self::ChessRogueDiceRolled), + "CHESS_ROGUE_DICE_CONFIRMED" => Some(Self::ChessRogueDiceConfirmed), + "CHESS_ROGUE_DICE_GIVEUP" => Some(Self::ChessRogueDiceGiveup), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Nmlmgeamgpo { + ChessRogueDiceFixed = 0, + ChessRogueDiceEditable = 1, +} +impl Nmlmgeamgpo { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Nmlmgeamgpo::ChessRogueDiceFixed => "CHESS_ROGUE_DICE_FIXED", + Nmlmgeamgpo::ChessRogueDiceEditable => "CHESS_ROGUE_DICE_EDITABLE", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CHESS_ROGUE_DICE_FIXED" => Some(Self::ChessRogueDiceFixed), + "CHESS_ROGUE_DICE_EDITABLE" => Some(Self::ChessRogueDiceEditable), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum ChessRogueBoardCellStatus { + Idle = 0, + Selected = 1, + Processing = 2, + Finish = 3, +} +impl ChessRogueBoardCellStatus { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + ChessRogueBoardCellStatus::Idle => "IDLE", + ChessRogueBoardCellStatus::Selected => "SELECTED", + ChessRogueBoardCellStatus::Processing => "PROCESSING", + ChessRogueBoardCellStatus::Finish => "FINISH", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "IDLE" => Some(Self::Idle), + "SELECTED" => Some(Self::Selected), + "PROCESSING" => Some(Self::Processing), + "FINISH" => Some(Self::Finish), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Pkikcadccmj { + ChessRogueCellSpecialTypeNone = 0, + ChessRogueCellSpecialTypeLocked = 1, + ChessRogueCellSpecialTypeReplicate = 2, + ChessRogueCellSpecialTypeProtected = 3, + ChessRogueCellSpecialTypeSeed = 4, + ChessRogueCellSpecialTypeStamp = 5, +} +impl Pkikcadccmj { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Pkikcadccmj::ChessRogueCellSpecialTypeNone => { + "CHESS_ROGUE_CELL_SPECIAL_TYPE_NONE" + } + Pkikcadccmj::ChessRogueCellSpecialTypeLocked => { + "CHESS_ROGUE_CELL_SPECIAL_TYPE_LOCKED" + } + Pkikcadccmj::ChessRogueCellSpecialTypeReplicate => { + "CHESS_ROGUE_CELL_SPECIAL_TYPE_REPLICATE" + } + Pkikcadccmj::ChessRogueCellSpecialTypeProtected => { + "CHESS_ROGUE_CELL_SPECIAL_TYPE_PROTECTED" + } + Pkikcadccmj::ChessRogueCellSpecialTypeSeed => { + "CHESS_ROGUE_CELL_SPECIAL_TYPE_SEED" + } + Pkikcadccmj::ChessRogueCellSpecialTypeStamp => { + "CHESS_ROGUE_CELL_SPECIAL_TYPE_STAMP" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CHESS_ROGUE_CELL_SPECIAL_TYPE_NONE" => { + Some(Self::ChessRogueCellSpecialTypeNone) + } + "CHESS_ROGUE_CELL_SPECIAL_TYPE_LOCKED" => { + Some(Self::ChessRogueCellSpecialTypeLocked) + } + "CHESS_ROGUE_CELL_SPECIAL_TYPE_REPLICATE" => { + Some(Self::ChessRogueCellSpecialTypeReplicate) + } + "CHESS_ROGUE_CELL_SPECIAL_TYPE_PROTECTED" => { + Some(Self::ChessRogueCellSpecialTypeProtected) + } + "CHESS_ROGUE_CELL_SPECIAL_TYPE_SEED" => { + Some(Self::ChessRogueCellSpecialTypeSeed) + } + "CHESS_ROGUE_CELL_SPECIAL_TYPE_STAMP" => { + Some(Self::ChessRogueCellSpecialTypeStamp) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Cmknblggkkg { + ChessRogueLevelIdle = 0, + ChessRogueLevelProcessing = 1, + ChessRogueLevelPending = 2, + ChessRogueLevelFinish = 3, + ChessRogueLevelFailed = 4, + ChessRogueLevelForceFinish = 5, +} +impl Cmknblggkkg { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Cmknblggkkg::ChessRogueLevelIdle => "CHESS_ROGUE_LEVEL_IDLE", + Cmknblggkkg::ChessRogueLevelProcessing => "CHESS_ROGUE_LEVEL_PROCESSING", + Cmknblggkkg::ChessRogueLevelPending => "CHESS_ROGUE_LEVEL_PENDING", + Cmknblggkkg::ChessRogueLevelFinish => "CHESS_ROGUE_LEVEL_FINISH", + Cmknblggkkg::ChessRogueLevelFailed => "CHESS_ROGUE_LEVEL_FAILED", + Cmknblggkkg::ChessRogueLevelForceFinish => "CHESS_ROGUE_LEVEL_FORCE_FINISH", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CHESS_ROGUE_LEVEL_IDLE" => Some(Self::ChessRogueLevelIdle), + "CHESS_ROGUE_LEVEL_PROCESSING" => Some(Self::ChessRogueLevelProcessing), + "CHESS_ROGUE_LEVEL_PENDING" => Some(Self::ChessRogueLevelPending), + "CHESS_ROGUE_LEVEL_FINISH" => Some(Self::ChessRogueLevelFinish), + "CHESS_ROGUE_LEVEL_FAILED" => Some(Self::ChessRogueLevelFailed), + "CHESS_ROGUE_LEVEL_FORCE_FINISH" => Some(Self::ChessRogueLevelForceFinish), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Lecfjdjmeea { + ChessRogueAccountByNone = 0, + ChessRogueAccountByNormalFinish = 1, + ChessRogueAccountByNormalQuit = 2, + ChessRogueAccountByDialog = 3, + ChessRogueAccountByFailed = 4, + ChessRogueAccountByCustomOp = 5, +} +impl Lecfjdjmeea { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Lecfjdjmeea::ChessRogueAccountByNone => "CHESS_ROGUE_ACCOUNT_BY_NONE", + Lecfjdjmeea::ChessRogueAccountByNormalFinish => { + "CHESS_ROGUE_ACCOUNT_BY_NORMAL_FINISH" + } + Lecfjdjmeea::ChessRogueAccountByNormalQuit => { + "CHESS_ROGUE_ACCOUNT_BY_NORMAL_QUIT" + } + Lecfjdjmeea::ChessRogueAccountByDialog => "CHESS_ROGUE_ACCOUNT_BY_DIALOG", + Lecfjdjmeea::ChessRogueAccountByFailed => "CHESS_ROGUE_ACCOUNT_BY_FAILED", + Lecfjdjmeea::ChessRogueAccountByCustomOp => { + "CHESS_ROGUE_ACCOUNT_BY_CUSTOM_OP" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CHESS_ROGUE_ACCOUNT_BY_NONE" => Some(Self::ChessRogueAccountByNone), + "CHESS_ROGUE_ACCOUNT_BY_NORMAL_FINISH" => { + Some(Self::ChessRogueAccountByNormalFinish) + } + "CHESS_ROGUE_ACCOUNT_BY_NORMAL_QUIT" => { + Some(Self::ChessRogueAccountByNormalQuit) + } + "CHESS_ROGUE_ACCOUNT_BY_DIALOG" => Some(Self::ChessRogueAccountByDialog), + "CHESS_ROGUE_ACCOUNT_BY_FAILED" => Some(Self::ChessRogueAccountByFailed), + "CHESS_ROGUE_ACCOUNT_BY_CUSTOM_OP" => Some(Self::ChessRogueAccountByCustomOp), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Gdjbgbmbafc { + ChessRogueBuffSourceTypeNone = 0, + ChessRogueBuffSourceTypeSelect = 1, + ChessRogueBuffSourceTypeEnhance = 2, + ChessRogueBuffSourceTypeMiracle = 3, + ChessRogueBuffSourceTypeDialogue = 4, + ChessRogueBuffSourceTypeBonus = 5, + ChessRogueBuffSourceTypeShop = 6, + ChessRogueBuffSourceTypeDice = 7, + ChessRogueBuffSourceTypeAeon = 8, + ChessRogueBuffSourceTypeMazeSkill = 9, + ChessRogueBuffSourceTypeLevelMechanism = 10, +} +impl Gdjbgbmbafc { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Gdjbgbmbafc::ChessRogueBuffSourceTypeNone => { + "CHESS_ROGUE_BUFF_SOURCE_TYPE_NONE" + } + Gdjbgbmbafc::ChessRogueBuffSourceTypeSelect => { + "CHESS_ROGUE_BUFF_SOURCE_TYPE_SELECT" + } + Gdjbgbmbafc::ChessRogueBuffSourceTypeEnhance => { + "CHESS_ROGUE_BUFF_SOURCE_TYPE_ENHANCE" + } + Gdjbgbmbafc::ChessRogueBuffSourceTypeMiracle => { + "CHESS_ROGUE_BUFF_SOURCE_TYPE_MIRACLE" + } + Gdjbgbmbafc::ChessRogueBuffSourceTypeDialogue => { + "CHESS_ROGUE_BUFF_SOURCE_TYPE_DIALOGUE" + } + Gdjbgbmbafc::ChessRogueBuffSourceTypeBonus => { + "CHESS_ROGUE_BUFF_SOURCE_TYPE_BONUS" + } + Gdjbgbmbafc::ChessRogueBuffSourceTypeShop => { + "CHESS_ROGUE_BUFF_SOURCE_TYPE_SHOP" + } + Gdjbgbmbafc::ChessRogueBuffSourceTypeDice => { + "CHESS_ROGUE_BUFF_SOURCE_TYPE_DICE" + } + Gdjbgbmbafc::ChessRogueBuffSourceTypeAeon => { + "CHESS_ROGUE_BUFF_SOURCE_TYPE_AEON" + } + Gdjbgbmbafc::ChessRogueBuffSourceTypeMazeSkill => { + "CHESS_ROGUE_BUFF_SOURCE_TYPE_MAZE_SKILL" + } + Gdjbgbmbafc::ChessRogueBuffSourceTypeLevelMechanism => { + "CHESS_ROGUE_BUFF_SOURCE_TYPE_LEVEL_MECHANISM" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CHESS_ROGUE_BUFF_SOURCE_TYPE_NONE" => { + Some(Self::ChessRogueBuffSourceTypeNone) + } + "CHESS_ROGUE_BUFF_SOURCE_TYPE_SELECT" => { + Some(Self::ChessRogueBuffSourceTypeSelect) + } + "CHESS_ROGUE_BUFF_SOURCE_TYPE_ENHANCE" => { + Some(Self::ChessRogueBuffSourceTypeEnhance) + } + "CHESS_ROGUE_BUFF_SOURCE_TYPE_MIRACLE" => { + Some(Self::ChessRogueBuffSourceTypeMiracle) + } + "CHESS_ROGUE_BUFF_SOURCE_TYPE_DIALOGUE" => { + Some(Self::ChessRogueBuffSourceTypeDialogue) + } + "CHESS_ROGUE_BUFF_SOURCE_TYPE_BONUS" => { + Some(Self::ChessRogueBuffSourceTypeBonus) + } + "CHESS_ROGUE_BUFF_SOURCE_TYPE_SHOP" => { + Some(Self::ChessRogueBuffSourceTypeShop) + } + "CHESS_ROGUE_BUFF_SOURCE_TYPE_DICE" => { + Some(Self::ChessRogueBuffSourceTypeDice) + } + "CHESS_ROGUE_BUFF_SOURCE_TYPE_AEON" => { + Some(Self::ChessRogueBuffSourceTypeAeon) + } + "CHESS_ROGUE_BUFF_SOURCE_TYPE_MAZE_SKILL" => { + Some(Self::ChessRogueBuffSourceTypeMazeSkill) + } + "CHESS_ROGUE_BUFF_SOURCE_TYPE_LEVEL_MECHANISM" => { + Some(Self::ChessRogueBuffSourceTypeLevelMechanism) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Gliibkdphhj { + ChessRogueMiracleSourceTypeNone = 0, + ChessRogueMiracleSourceTypeSelect = 1, + ChessRogueMiracleSourceTypeDialogue = 2, + ChessRogueMiracleSourceTypeBonus = 3, + ChessRogueMiracleSourceTypeUse = 4, + ChessRogueMiracleSourceTypeReset = 5, + ChessRogueMiracleSourceTypeReplace = 6, + ChessRogueMiracleSourceTypeTrade = 7, + ChessRogueMiracleSourceTypeGet = 8, + ChessRogueMiracleSourceTypeShop = 9, + ChessRogueMiracleSourceTypeMazeSkill = 10, + ChessRogueMiracleSourceTypeLevelMechanism = 11, +} +impl Gliibkdphhj { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Gliibkdphhj::ChessRogueMiracleSourceTypeNone => { + "CHESS_ROGUE_MIRACLE_SOURCE_TYPE_NONE" + } + Gliibkdphhj::ChessRogueMiracleSourceTypeSelect => { + "CHESS_ROGUE_MIRACLE_SOURCE_TYPE_SELECT" + } + Gliibkdphhj::ChessRogueMiracleSourceTypeDialogue => { + "CHESS_ROGUE_MIRACLE_SOURCE_TYPE_DIALOGUE" + } + Gliibkdphhj::ChessRogueMiracleSourceTypeBonus => { + "CHESS_ROGUE_MIRACLE_SOURCE_TYPE_BONUS" + } + Gliibkdphhj::ChessRogueMiracleSourceTypeUse => { + "CHESS_ROGUE_MIRACLE_SOURCE_TYPE_USE" + } + Gliibkdphhj::ChessRogueMiracleSourceTypeReset => { + "CHESS_ROGUE_MIRACLE_SOURCE_TYPE_RESET" + } + Gliibkdphhj::ChessRogueMiracleSourceTypeReplace => { + "CHESS_ROGUE_MIRACLE_SOURCE_TYPE_REPLACE" + } + Gliibkdphhj::ChessRogueMiracleSourceTypeTrade => { + "CHESS_ROGUE_MIRACLE_SOURCE_TYPE_TRADE" + } + Gliibkdphhj::ChessRogueMiracleSourceTypeGet => { + "CHESS_ROGUE_MIRACLE_SOURCE_TYPE_GET" + } + Gliibkdphhj::ChessRogueMiracleSourceTypeShop => { + "CHESS_ROGUE_MIRACLE_SOURCE_TYPE_SHOP" + } + Gliibkdphhj::ChessRogueMiracleSourceTypeMazeSkill => { + "CHESS_ROGUE_MIRACLE_SOURCE_TYPE_MAZE_SKILL" + } + Gliibkdphhj::ChessRogueMiracleSourceTypeLevelMechanism => { + "CHESS_ROGUE_MIRACLE_SOURCE_TYPE_LEVEL_MECHANISM" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CHESS_ROGUE_MIRACLE_SOURCE_TYPE_NONE" => { + Some(Self::ChessRogueMiracleSourceTypeNone) + } + "CHESS_ROGUE_MIRACLE_SOURCE_TYPE_SELECT" => { + Some(Self::ChessRogueMiracleSourceTypeSelect) + } + "CHESS_ROGUE_MIRACLE_SOURCE_TYPE_DIALOGUE" => { + Some(Self::ChessRogueMiracleSourceTypeDialogue) + } + "CHESS_ROGUE_MIRACLE_SOURCE_TYPE_BONUS" => { + Some(Self::ChessRogueMiracleSourceTypeBonus) + } + "CHESS_ROGUE_MIRACLE_SOURCE_TYPE_USE" => { + Some(Self::ChessRogueMiracleSourceTypeUse) + } + "CHESS_ROGUE_MIRACLE_SOURCE_TYPE_RESET" => { + Some(Self::ChessRogueMiracleSourceTypeReset) + } + "CHESS_ROGUE_MIRACLE_SOURCE_TYPE_REPLACE" => { + Some(Self::ChessRogueMiracleSourceTypeReplace) + } + "CHESS_ROGUE_MIRACLE_SOURCE_TYPE_TRADE" => { + Some(Self::ChessRogueMiracleSourceTypeTrade) + } + "CHESS_ROGUE_MIRACLE_SOURCE_TYPE_GET" => { + Some(Self::ChessRogueMiracleSourceTypeGet) + } + "CHESS_ROGUE_MIRACLE_SOURCE_TYPE_SHOP" => { + Some(Self::ChessRogueMiracleSourceTypeShop) + } + "CHESS_ROGUE_MIRACLE_SOURCE_TYPE_MAZE_SKILL" => { + Some(Self::ChessRogueMiracleSourceTypeMazeSkill) + } + "CHESS_ROGUE_MIRACLE_SOURCE_TYPE_LEVEL_MECHANISM" => { + Some(Self::ChessRogueMiracleSourceTypeLevelMechanism) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Ndgbdncblkh { + ChessRogueUpdateLevelStatusByNone = 0, + ChessRogueUpdateLevelStatusByDialog = 1, +} +impl Ndgbdncblkh { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Ndgbdncblkh::ChessRogueUpdateLevelStatusByNone => { + "CHESS_ROGUE_UPDATE_LEVEL_STATUS_BY_NONE" + } + Ndgbdncblkh::ChessRogueUpdateLevelStatusByDialog => { + "CHESS_ROGUE_UPDATE_LEVEL_STATUS_BY_DIALOG" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CHESS_ROGUE_UPDATE_LEVEL_STATUS_BY_NONE" => { + Some(Self::ChessRogueUpdateLevelStatusByNone) + } + "CHESS_ROGUE_UPDATE_LEVEL_STATUS_BY_DIALOG" => { + Some(Self::ChessRogueUpdateLevelStatusByDialog) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Idfgnfafgkh { + ChessRogueCellUpdateReasonNone = 0, + ChessRogueCellUpdateReasonModifier = 1, +} +impl Idfgnfafgkh { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Idfgnfafgkh::ChessRogueCellUpdateReasonNone => { + "CHESS_ROGUE_CELL_UPDATE_REASON_NONE" + } + Idfgnfafgkh::ChessRogueCellUpdateReasonModifier => { + "CHESS_ROGUE_CELL_UPDATE_REASON_MODIFIER" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CHESS_ROGUE_CELL_UPDATE_REASON_NONE" => { + Some(Self::ChessRogueCellUpdateReasonNone) + } + "CHESS_ROGUE_CELL_UPDATE_REASON_MODIFIER" => { + Some(Self::ChessRogueCellUpdateReasonModifier) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Cjhonmmpbpo { + ChessRogueAeonTypeNone = 0, + ChessRogueAeonTypeKnight = 1, + ChessRogueAeonTypeMemory = 2, + ChessRogueAeonTypeWarlock = 3, + ChessRogueAeonTypePriest = 4, + ChessRogueAeonTypeRogue = 5, + ChessRogueAeonTypeWarrior = 6, + ChessRogueAeonTypeHappy = 7, + ChessRogueAeonTypeBreed = 8, +} +impl Cjhonmmpbpo { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Cjhonmmpbpo::ChessRogueAeonTypeNone => "CHESS_ROGUE_AEON_TYPE_NONE", + Cjhonmmpbpo::ChessRogueAeonTypeKnight => "CHESS_ROGUE_AEON_TYPE_KNIGHT", + Cjhonmmpbpo::ChessRogueAeonTypeMemory => "CHESS_ROGUE_AEON_TYPE_MEMORY", + Cjhonmmpbpo::ChessRogueAeonTypeWarlock => "CHESS_ROGUE_AEON_TYPE_WARLOCK", + Cjhonmmpbpo::ChessRogueAeonTypePriest => "CHESS_ROGUE_AEON_TYPE_PRIEST", + Cjhonmmpbpo::ChessRogueAeonTypeRogue => "CHESS_ROGUE_AEON_TYPE_ROGUE", + Cjhonmmpbpo::ChessRogueAeonTypeWarrior => "CHESS_ROGUE_AEON_TYPE_WARRIOR", + Cjhonmmpbpo::ChessRogueAeonTypeHappy => "CHESS_ROGUE_AEON_TYPE_HAPPY", + Cjhonmmpbpo::ChessRogueAeonTypeBreed => "CHESS_ROGUE_AEON_TYPE_BREED", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CHESS_ROGUE_AEON_TYPE_NONE" => Some(Self::ChessRogueAeonTypeNone), + "CHESS_ROGUE_AEON_TYPE_KNIGHT" => Some(Self::ChessRogueAeonTypeKnight), + "CHESS_ROGUE_AEON_TYPE_MEMORY" => Some(Self::ChessRogueAeonTypeMemory), + "CHESS_ROGUE_AEON_TYPE_WARLOCK" => Some(Self::ChessRogueAeonTypeWarlock), + "CHESS_ROGUE_AEON_TYPE_PRIEST" => Some(Self::ChessRogueAeonTypePriest), + "CHESS_ROGUE_AEON_TYPE_ROGUE" => Some(Self::ChessRogueAeonTypeRogue), + "CHESS_ROGUE_AEON_TYPE_WARRIOR" => Some(Self::ChessRogueAeonTypeWarrior), + "CHESS_ROGUE_AEON_TYPE_HAPPY" => Some(Self::ChessRogueAeonTypeHappy), + "CHESS_ROGUE_AEON_TYPE_BREED" => Some(Self::ChessRogueAeonTypeBreed), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Akehlgmkejc { + ChessRogueDiceSourceTypeNone = 0, + ChessRogueDiceSourceTypeNormal = 1, + ChessRogueDiceSourceTypeRepeat = 2, + ChessRogueDiceSourceTypeCheat = 3, +} +impl Akehlgmkejc { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Akehlgmkejc::ChessRogueDiceSourceTypeNone => { + "CHESS_ROGUE_DICE_SOURCE_TYPE_NONE" + } + Akehlgmkejc::ChessRogueDiceSourceTypeNormal => { + "CHESS_ROGUE_DICE_SOURCE_TYPE_NORMAL" + } + Akehlgmkejc::ChessRogueDiceSourceTypeRepeat => { + "CHESS_ROGUE_DICE_SOURCE_TYPE_REPEAT" + } + Akehlgmkejc::ChessRogueDiceSourceTypeCheat => { + "CHESS_ROGUE_DICE_SOURCE_TYPE_CHEAT" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CHESS_ROGUE_DICE_SOURCE_TYPE_NONE" => { + Some(Self::ChessRogueDiceSourceTypeNone) + } + "CHESS_ROGUE_DICE_SOURCE_TYPE_NORMAL" => { + Some(Self::ChessRogueDiceSourceTypeNormal) + } + "CHESS_ROGUE_DICE_SOURCE_TYPE_REPEAT" => { + Some(Self::ChessRogueDiceSourceTypeRepeat) + } + "CHESS_ROGUE_DICE_SOURCE_TYPE_CHEAT" => { + Some(Self::ChessRogueDiceSourceTypeCheat) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Lfapgjpeapn { + ChessRogueNousMainStoryStatusNone = 0, + ChessRogueNousMainStoryStatusUnlock = 1, + ChessRogueNousMainStoryStatusFinish = 2, + ChessRogueNousMainStoryStatusCanTrigger = 3, +} +impl Lfapgjpeapn { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Lfapgjpeapn::ChessRogueNousMainStoryStatusNone => { + "CHESS_ROGUE_NOUS_MAIN_STORY_STATUS_NONE" + } + Lfapgjpeapn::ChessRogueNousMainStoryStatusUnlock => { + "CHESS_ROGUE_NOUS_MAIN_STORY_STATUS_UNLOCK" + } + Lfapgjpeapn::ChessRogueNousMainStoryStatusFinish => { + "CHESS_ROGUE_NOUS_MAIN_STORY_STATUS_FINISH" + } + Lfapgjpeapn::ChessRogueNousMainStoryStatusCanTrigger => { + "CHESS_ROGUE_NOUS_MAIN_STORY_STATUS_CAN_TRIGGER" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CHESS_ROGUE_NOUS_MAIN_STORY_STATUS_NONE" => { + Some(Self::ChessRogueNousMainStoryStatusNone) + } + "CHESS_ROGUE_NOUS_MAIN_STORY_STATUS_UNLOCK" => { + Some(Self::ChessRogueNousMainStoryStatusUnlock) + } + "CHESS_ROGUE_NOUS_MAIN_STORY_STATUS_FINISH" => { + Some(Self::ChessRogueNousMainStoryStatusFinish) + } + "CHESS_ROGUE_NOUS_MAIN_STORY_STATUS_CAN_TRIGGER" => { + Some(Self::ChessRogueNousMainStoryStatusCanTrigger) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Bdmeidilldb { + None = 0, + PhaseOne = 1, + PhaseTwo = 2, +} +impl Bdmeidilldb { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Bdmeidilldb::None => "NONE", + Bdmeidilldb::PhaseOne => "PHASE_ONE", + Bdmeidilldb::PhaseTwo => "PHASE_TWO", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "NONE" => Some(Self::None), + "PHASE_ONE" => Some(Self::PhaseOne), + "PHASE_TWO" => Some(Self::PhaseTwo), + _ => None, + } + } +} +/// Obf: BPBANGHIKHL +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdClockParkType { + None = 0, + CmdClockParkBattleEndScNotify = 7205, + CmdClockParkStartScriptCsReq = 7224, + CmdClockParkQuitScriptScRsp = 7225, + CmdClockParkStartScriptScRsp = 7232, + CmdClockParkGetInfoScRsp = 7237, + CmdClockParkUseBuffCsReq = 7215, + CmdClockParkUseBuffScRsp = 7230, + CmdClockParkGetInfoCsReq = 7229, + CmdClockParkGetOngoingScriptInfoScRsp = 7201, + CmdClockParkUnlockTalentScRsp = 7210, + CmdClockParkQuitScriptCsReq = 7246, + CmdClockParkGetOngoingScriptInfoCsReq = 7213, + CmdClockParkUnlockTalentCsReq = 7244, + CmdClockParkFinishScriptScNotify = 7212, + CmdClockParkHandleWaitOperationCsReq = 7214, + CmdClockParkHandleWaitOperationScRsp = 7249, +} +impl CmdClockParkType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdClockParkType::None => "CmdClockParkTypeNone", + CmdClockParkType::CmdClockParkBattleEndScNotify => { + "CmdClockParkBattleEndScNotify" + } + CmdClockParkType::CmdClockParkStartScriptCsReq => { + "CmdClockParkStartScriptCsReq" + } + CmdClockParkType::CmdClockParkQuitScriptScRsp => { + "CmdClockParkQuitScriptScRsp" + } + CmdClockParkType::CmdClockParkStartScriptScRsp => { + "CmdClockParkStartScriptScRsp" + } + CmdClockParkType::CmdClockParkGetInfoScRsp => "CmdClockParkGetInfoScRsp", + CmdClockParkType::CmdClockParkUseBuffCsReq => "CmdClockParkUseBuffCsReq", + CmdClockParkType::CmdClockParkUseBuffScRsp => "CmdClockParkUseBuffScRsp", + CmdClockParkType::CmdClockParkGetInfoCsReq => "CmdClockParkGetInfoCsReq", + CmdClockParkType::CmdClockParkGetOngoingScriptInfoScRsp => { + "CmdClockParkGetOngoingScriptInfoScRsp" + } + CmdClockParkType::CmdClockParkUnlockTalentScRsp => { + "CmdClockParkUnlockTalentScRsp" + } + CmdClockParkType::CmdClockParkQuitScriptCsReq => { + "CmdClockParkQuitScriptCsReq" + } + CmdClockParkType::CmdClockParkGetOngoingScriptInfoCsReq => { + "CmdClockParkGetOngoingScriptInfoCsReq" + } + CmdClockParkType::CmdClockParkUnlockTalentCsReq => { + "CmdClockParkUnlockTalentCsReq" + } + CmdClockParkType::CmdClockParkFinishScriptScNotify => { + "CmdClockParkFinishScriptScNotify" + } + CmdClockParkType::CmdClockParkHandleWaitOperationCsReq => { + "CmdClockParkHandleWaitOperationCsReq" + } + CmdClockParkType::CmdClockParkHandleWaitOperationScRsp => { + "CmdClockParkHandleWaitOperationScRsp" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdClockParkTypeNone" => Some(Self::None), + "CmdClockParkBattleEndScNotify" => Some(Self::CmdClockParkBattleEndScNotify), + "CmdClockParkStartScriptCsReq" => Some(Self::CmdClockParkStartScriptCsReq), + "CmdClockParkQuitScriptScRsp" => Some(Self::CmdClockParkQuitScriptScRsp), + "CmdClockParkStartScriptScRsp" => Some(Self::CmdClockParkStartScriptScRsp), + "CmdClockParkGetInfoScRsp" => Some(Self::CmdClockParkGetInfoScRsp), + "CmdClockParkUseBuffCsReq" => Some(Self::CmdClockParkUseBuffCsReq), + "CmdClockParkUseBuffScRsp" => Some(Self::CmdClockParkUseBuffScRsp), + "CmdClockParkGetInfoCsReq" => Some(Self::CmdClockParkGetInfoCsReq), + "CmdClockParkGetOngoingScriptInfoScRsp" => { + Some(Self::CmdClockParkGetOngoingScriptInfoScRsp) + } + "CmdClockParkUnlockTalentScRsp" => Some(Self::CmdClockParkUnlockTalentScRsp), + "CmdClockParkQuitScriptCsReq" => Some(Self::CmdClockParkQuitScriptCsReq), + "CmdClockParkGetOngoingScriptInfoCsReq" => { + Some(Self::CmdClockParkGetOngoingScriptInfoCsReq) + } + "CmdClockParkUnlockTalentCsReq" => Some(Self::CmdClockParkUnlockTalentCsReq), + "CmdClockParkFinishScriptScNotify" => { + Some(Self::CmdClockParkFinishScriptScNotify) + } + "CmdClockParkHandleWaitOperationCsReq" => { + Some(Self::CmdClockParkHandleWaitOperationCsReq) + } + "CmdClockParkHandleWaitOperationScRsp" => { + Some(Self::CmdClockParkHandleWaitOperationScRsp) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Hoedhhdedag { + ClockParkPlayNone = 0, + ClockParkPlayNormalDeath = 1, + ClockParkPlayNormalPass = 2, + ClockParkPlayFinishScript = 5, +} +impl Hoedhhdedag { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Hoedhhdedag::ClockParkPlayNone => "CLOCK_PARK_PLAY_NONE", + Hoedhhdedag::ClockParkPlayNormalDeath => "CLOCK_PARK_PLAY_NORMAL_DEATH", + Hoedhhdedag::ClockParkPlayNormalPass => "CLOCK_PARK_PLAY_NORMAL_PASS", + Hoedhhdedag::ClockParkPlayFinishScript => "CLOCK_PARK_PLAY_FINISH_SCRIPT", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CLOCK_PARK_PLAY_NONE" => Some(Self::ClockParkPlayNone), + "CLOCK_PARK_PLAY_NORMAL_DEATH" => Some(Self::ClockParkPlayNormalDeath), + "CLOCK_PARK_PLAY_NORMAL_PASS" => Some(Self::ClockParkPlayNormalPass), + "CLOCK_PARK_PLAY_FINISH_SCRIPT" => Some(Self::ClockParkPlayFinishScript), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum MissionStatus { + MissionNone = 0, + MissionDoing = 1, + MissionFinish = 2, + MissionPrepared = 3, +} +impl MissionStatus { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + MissionStatus::MissionNone => "MISSION_NONE", + MissionStatus::MissionDoing => "MISSION_DOING", + MissionStatus::MissionFinish => "MISSION_FINISH", + MissionStatus::MissionPrepared => "MISSION_PREPARED", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "MISSION_NONE" => Some(Self::MissionNone), + "MISSION_DOING" => Some(Self::MissionDoing), + "MISSION_FINISH" => Some(Self::MissionFinish), + "MISSION_PREPARED" => Some(Self::MissionPrepared), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Epnmfkeihdl { + MessageSectionNone = 0, + MessageSectionDoing = 1, + MessageSectionFinish = 2, + MessageSectionFrozen = 3, +} +impl Epnmfkeihdl { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Epnmfkeihdl::MessageSectionNone => "MESSAGE_SECTION_NONE", + Epnmfkeihdl::MessageSectionDoing => "MESSAGE_SECTION_DOING", + Epnmfkeihdl::MessageSectionFinish => "MESSAGE_SECTION_FINISH", + Epnmfkeihdl::MessageSectionFrozen => "MESSAGE_SECTION_FROZEN", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "MESSAGE_SECTION_NONE" => Some(Self::MessageSectionNone), + "MESSAGE_SECTION_DOING" => Some(Self::MessageSectionDoing), + "MESSAGE_SECTION_FINISH" => Some(Self::MessageSectionFinish), + "MESSAGE_SECTION_FROZEN" => Some(Self::MessageSectionFrozen), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Nkeficjeaob { + MessageGroupNone = 0, + MessageGroupDoing = 1, + MessageGroupFinish = 2, + MessageGroupFrozen = 3, +} +impl Nkeficjeaob { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Nkeficjeaob::MessageGroupNone => "MESSAGE_GROUP_NONE", + Nkeficjeaob::MessageGroupDoing => "MESSAGE_GROUP_DOING", + Nkeficjeaob::MessageGroupFinish => "MESSAGE_GROUP_FINISH", + Nkeficjeaob::MessageGroupFrozen => "MESSAGE_GROUP_FROZEN", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "MESSAGE_GROUP_NONE" => Some(Self::MessageGroupNone), + "MESSAGE_GROUP_DOING" => Some(Self::MessageGroupDoing), + "MESSAGE_GROUP_FINISH" => Some(Self::MessageGroupFinish), + "MESSAGE_GROUP_FROZEN" => Some(Self::MessageGroupFrozen), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Ealnonolgec { + BattleRecordNone = 0, + BattleRecordChallenge = 1, + BattleRecordRogue = 2, +} +impl Ealnonolgec { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Ealnonolgec::BattleRecordNone => "BATTLE_RECORD_NONE", + Ealnonolgec::BattleRecordChallenge => "BATTLE_RECORD_CHALLENGE", + Ealnonolgec::BattleRecordRogue => "BATTLE_RECORD_ROGUE", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "BATTLE_RECORD_NONE" => Some(Self::BattleRecordNone), + "BATTLE_RECORD_CHALLENGE" => Some(Self::BattleRecordChallenge), + "BATTLE_RECORD_ROGUE" => Some(Self::BattleRecordRogue), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Legppepeacf { + RebattleTypeNone = 0, + RebattleTypeRebattleMidway = 1, + RebattleTypeRebattleLose = 2, + RebattleTypeRebattleMidwayLineup = 3, + RebattleTypeRebattleLoseLineup = 4, + RebattleTypeQuitMidway = 5, + RebattleTypeQuitLose = 6, +} +impl Legppepeacf { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Legppepeacf::RebattleTypeNone => "REBATTLE_TYPE_NONE", + Legppepeacf::RebattleTypeRebattleMidway => "REBATTLE_TYPE_REBATTLE_MIDWAY", + Legppepeacf::RebattleTypeRebattleLose => "REBATTLE_TYPE_REBATTLE_LOSE", + Legppepeacf::RebattleTypeRebattleMidwayLineup => { + "REBATTLE_TYPE_REBATTLE_MIDWAY_LINEUP" + } + Legppepeacf::RebattleTypeRebattleLoseLineup => { + "REBATTLE_TYPE_REBATTLE_LOSE_LINEUP" + } + Legppepeacf::RebattleTypeQuitMidway => "REBATTLE_TYPE_QUIT_MIDWAY", + Legppepeacf::RebattleTypeQuitLose => "REBATTLE_TYPE_QUIT_LOSE", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "REBATTLE_TYPE_NONE" => Some(Self::RebattleTypeNone), + "REBATTLE_TYPE_REBATTLE_MIDWAY" => Some(Self::RebattleTypeRebattleMidway), + "REBATTLE_TYPE_REBATTLE_LOSE" => Some(Self::RebattleTypeRebattleLose), + "REBATTLE_TYPE_REBATTLE_MIDWAY_LINEUP" => { + Some(Self::RebattleTypeRebattleMidwayLineup) + } + "REBATTLE_TYPE_REBATTLE_LOSE_LINEUP" => { + Some(Self::RebattleTypeRebattleLoseLineup) + } + "REBATTLE_TYPE_QUIT_MIDWAY" => Some(Self::RebattleTypeQuitMidway), + "REBATTLE_TYPE_QUIT_LOSE" => Some(Self::RebattleTypeQuitLose), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum ContentPackageStatus { + None = 0, + Init = 1, + Doing = 2, + Finished = 3, + Release = 4, +} +impl ContentPackageStatus { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + ContentPackageStatus::None => "ContentPackageStatus_None", + ContentPackageStatus::Init => "ContentPackageStatus_Init", + ContentPackageStatus::Doing => "ContentPackageStatus_Doing", + ContentPackageStatus::Finished => "ContentPackageStatus_Finished", + ContentPackageStatus::Release => "ContentPackageStatus_Release", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ContentPackageStatus_None" => Some(Self::None), + "ContentPackageStatus_Init" => Some(Self::Init), + "ContentPackageStatus_Doing" => Some(Self::Doing), + "ContentPackageStatus_Finished" => Some(Self::Finished), + "ContentPackageStatus_Release" => Some(Self::Release), + _ => None, + } + } +} +/// Obf: OGIPFPLLFII +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdContentPackageType { + None = 0, + CmdContentPackageGetDataScRsp = 7537, + CmdContentPackageUnlockScRsp = 7544, + CmdContentPackageTransferScNotify = 7510, + CmdContentPackageGetDataCsReq = 7529, + CmdContentPackageSyncDataScNotify = 7542, + CmdContentPackageUnlockCsReq = 7502, +} +impl CmdContentPackageType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdContentPackageType::None => "CmdContentPackageTypeNone", + CmdContentPackageType::CmdContentPackageGetDataScRsp => { + "CmdContentPackageGetDataScRsp" + } + CmdContentPackageType::CmdContentPackageUnlockScRsp => { + "CmdContentPackageUnlockScRsp" + } + CmdContentPackageType::CmdContentPackageTransferScNotify => { + "CmdContentPackageTransferScNotify" + } + CmdContentPackageType::CmdContentPackageGetDataCsReq => { + "CmdContentPackageGetDataCsReq" + } + CmdContentPackageType::CmdContentPackageSyncDataScNotify => { + "CmdContentPackageSyncDataScNotify" + } + CmdContentPackageType::CmdContentPackageUnlockCsReq => { + "CmdContentPackageUnlockCsReq" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdContentPackageTypeNone" => Some(Self::None), + "CmdContentPackageGetDataScRsp" => Some(Self::CmdContentPackageGetDataScRsp), + "CmdContentPackageUnlockScRsp" => Some(Self::CmdContentPackageUnlockScRsp), + "CmdContentPackageTransferScNotify" => { + Some(Self::CmdContentPackageTransferScNotify) + } + "CmdContentPackageGetDataCsReq" => Some(Self::CmdContentPackageGetDataCsReq), + "CmdContentPackageSyncDataScNotify" => { + Some(Self::CmdContentPackageSyncDataScNotify) + } + "CmdContentPackageUnlockCsReq" => Some(Self::CmdContentPackageUnlockCsReq), + _ => None, + } + } +} +/// Obf: GPIGBAOKIHG +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdDailyActiveType { + None = 0, + CmdDailyActiveInfoNotify = 3379, + CmdGetDailyActiveInfoCsReq = 3383, + CmdTakeApRewardScRsp = 3371, + CmdTakeApRewardCsReq = 3398, + CmdTakeAllApRewardScRsp = 3333, + CmdTakeAllApRewardCsReq = 3377, + CmdGetDailyActiveInfoScRsp = 3342, +} +impl CmdDailyActiveType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdDailyActiveType::None => "CmdDailyActiveTypeNone", + CmdDailyActiveType::CmdDailyActiveInfoNotify => "CmdDailyActiveInfoNotify", + CmdDailyActiveType::CmdGetDailyActiveInfoCsReq => { + "CmdGetDailyActiveInfoCsReq" + } + CmdDailyActiveType::CmdTakeApRewardScRsp => "CmdTakeApRewardScRsp", + CmdDailyActiveType::CmdTakeApRewardCsReq => "CmdTakeApRewardCsReq", + CmdDailyActiveType::CmdTakeAllApRewardScRsp => "CmdTakeAllApRewardScRsp", + CmdDailyActiveType::CmdTakeAllApRewardCsReq => "CmdTakeAllApRewardCsReq", + CmdDailyActiveType::CmdGetDailyActiveInfoScRsp => { + "CmdGetDailyActiveInfoScRsp" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdDailyActiveTypeNone" => Some(Self::None), + "CmdDailyActiveInfoNotify" => Some(Self::CmdDailyActiveInfoNotify), + "CmdGetDailyActiveInfoCsReq" => Some(Self::CmdGetDailyActiveInfoCsReq), + "CmdTakeApRewardScRsp" => Some(Self::CmdTakeApRewardScRsp), + "CmdTakeApRewardCsReq" => Some(Self::CmdTakeApRewardCsReq), + "CmdTakeAllApRewardScRsp" => Some(Self::CmdTakeAllApRewardScRsp), + "CmdTakeAllApRewardCsReq" => Some(Self::CmdTakeAllApRewardCsReq), + "CmdGetDailyActiveInfoScRsp" => Some(Self::CmdGetDailyActiveInfoScRsp), + _ => None, + } + } +} +/// Obf: HGDAJBPDBHN +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdDrinkMakerType { + None = 0, + CmdEndDrinkMakerSequenceCsReq = 6988, + CmdDrinkMakerChallengeScRsp = 6987, + CmdEndDrinkMakerSequenceScRsp = 6995, + CmdMakeMissionDrinkScRsp = 6989, + CmdDrinkMakerUpdateTipsNotify = 6999, + CmdMakeMissionDrinkCsReq = 6992, + CmdGetDrinkMakerDataScRsp = 6997, + CmdMakeDrinkCsReq = 6993, + CmdGetDrinkMakerDataCsReq = 6994, + CmdDrinkMakerChallengeCsReq = 6983, + CmdMakeDrinkScRsp = 6990, + CmdDrinkMakerDayEndScNotify = 6986, +} +impl CmdDrinkMakerType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdDrinkMakerType::None => "CmdDrinkMakerTypeNone", + CmdDrinkMakerType::CmdEndDrinkMakerSequenceCsReq => { + "CmdEndDrinkMakerSequenceCsReq" + } + CmdDrinkMakerType::CmdDrinkMakerChallengeScRsp => { + "CmdDrinkMakerChallengeScRsp" + } + CmdDrinkMakerType::CmdEndDrinkMakerSequenceScRsp => { + "CmdEndDrinkMakerSequenceScRsp" + } + CmdDrinkMakerType::CmdMakeMissionDrinkScRsp => "CmdMakeMissionDrinkScRsp", + CmdDrinkMakerType::CmdDrinkMakerUpdateTipsNotify => { + "CmdDrinkMakerUpdateTipsNotify" + } + CmdDrinkMakerType::CmdMakeMissionDrinkCsReq => "CmdMakeMissionDrinkCsReq", + CmdDrinkMakerType::CmdGetDrinkMakerDataScRsp => "CmdGetDrinkMakerDataScRsp", + CmdDrinkMakerType::CmdMakeDrinkCsReq => "CmdMakeDrinkCsReq", + CmdDrinkMakerType::CmdGetDrinkMakerDataCsReq => "CmdGetDrinkMakerDataCsReq", + CmdDrinkMakerType::CmdDrinkMakerChallengeCsReq => { + "CmdDrinkMakerChallengeCsReq" + } + CmdDrinkMakerType::CmdMakeDrinkScRsp => "CmdMakeDrinkScRsp", + CmdDrinkMakerType::CmdDrinkMakerDayEndScNotify => { + "CmdDrinkMakerDayEndScNotify" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdDrinkMakerTypeNone" => Some(Self::None), + "CmdEndDrinkMakerSequenceCsReq" => Some(Self::CmdEndDrinkMakerSequenceCsReq), + "CmdDrinkMakerChallengeScRsp" => Some(Self::CmdDrinkMakerChallengeScRsp), + "CmdEndDrinkMakerSequenceScRsp" => Some(Self::CmdEndDrinkMakerSequenceScRsp), + "CmdMakeMissionDrinkScRsp" => Some(Self::CmdMakeMissionDrinkScRsp), + "CmdDrinkMakerUpdateTipsNotify" => Some(Self::CmdDrinkMakerUpdateTipsNotify), + "CmdMakeMissionDrinkCsReq" => Some(Self::CmdMakeMissionDrinkCsReq), + "CmdGetDrinkMakerDataScRsp" => Some(Self::CmdGetDrinkMakerDataScRsp), + "CmdMakeDrinkCsReq" => Some(Self::CmdMakeDrinkCsReq), + "CmdGetDrinkMakerDataCsReq" => Some(Self::CmdGetDrinkMakerDataCsReq), + "CmdDrinkMakerChallengeCsReq" => Some(Self::CmdDrinkMakerChallengeCsReq), + "CmdMakeDrinkScRsp" => Some(Self::CmdMakeDrinkScRsp), + "CmdDrinkMakerDayEndScNotify" => Some(Self::CmdDrinkMakerDayEndScNotify), + _ => None, + } + } +} +/// Obf: NOMKIMCKONO +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdEvolveBuild { + None = 0, + ShopAbilityResetScRsp = 7116, + ReRandomStageCsReq = 7149, + StartStageScRsp = 7110, + TakeExpRewardScRsp = 7112, + CoinNotify = 7128, + GiveupCsReq = 7124, + ShopAbilityUpCsReq = 7127, + LeaveCsReq = 7113, + ShopAbilityUpScRsp = 7105, + FinishScNotify = 7114, + QueryInfoScRsp = 7137, + StartLevelScRsp = 7102, + TakeExpRewardCsReq = 7130, + StartStageCsReq = 7144, + ShopAbilityDownScRsp = 7115, + ShopAbilityDownCsReq = 7143, + StartLevelCsReq = 7142, + UnlockInfoNotify = 7103, + GiveupScRsp = 7132, + LeaveScRsp = 7101, + ShopAbilityResetCsReq = 7106, + QueryInfoCsReq = 7129, + ReRandomStageScRsp = 7146, +} +impl CmdEvolveBuild { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdEvolveBuild::None => "CmdEvolveBuildNone", + CmdEvolveBuild::ShopAbilityResetScRsp => { + "CmdEvolveBuildShopAbilityResetScRsp" + } + CmdEvolveBuild::ReRandomStageCsReq => "CmdEvolveBuildReRandomStageCsReq", + CmdEvolveBuild::StartStageScRsp => "CmdEvolveBuildStartStageScRsp", + CmdEvolveBuild::TakeExpRewardScRsp => "CmdEvolveBuildTakeExpRewardScRsp", + CmdEvolveBuild::CoinNotify => "CmdEvolveBuildCoinNotify", + CmdEvolveBuild::GiveupCsReq => "CmdEvolveBuildGiveupCsReq", + CmdEvolveBuild::ShopAbilityUpCsReq => "CmdEvolveBuildShopAbilityUpCsReq", + CmdEvolveBuild::LeaveCsReq => "CmdEvolveBuildLeaveCsReq", + CmdEvolveBuild::ShopAbilityUpScRsp => "CmdEvolveBuildShopAbilityUpScRsp", + CmdEvolveBuild::FinishScNotify => "CmdEvolveBuildFinishScNotify", + CmdEvolveBuild::QueryInfoScRsp => "CmdEvolveBuildQueryInfoScRsp", + CmdEvolveBuild::StartLevelScRsp => "CmdEvolveBuildStartLevelScRsp", + CmdEvolveBuild::TakeExpRewardCsReq => "CmdEvolveBuildTakeExpRewardCsReq", + CmdEvolveBuild::StartStageCsReq => "CmdEvolveBuildStartStageCsReq", + CmdEvolveBuild::ShopAbilityDownScRsp => "CmdEvolveBuildShopAbilityDownScRsp", + CmdEvolveBuild::ShopAbilityDownCsReq => "CmdEvolveBuildShopAbilityDownCsReq", + CmdEvolveBuild::StartLevelCsReq => "CmdEvolveBuildStartLevelCsReq", + CmdEvolveBuild::UnlockInfoNotify => "CmdEvolveBuildUnlockInfoNotify", + CmdEvolveBuild::GiveupScRsp => "CmdEvolveBuildGiveupScRsp", + CmdEvolveBuild::LeaveScRsp => "CmdEvolveBuildLeaveScRsp", + CmdEvolveBuild::ShopAbilityResetCsReq => { + "CmdEvolveBuildShopAbilityResetCsReq" + } + CmdEvolveBuild::QueryInfoCsReq => "CmdEvolveBuildQueryInfoCsReq", + CmdEvolveBuild::ReRandomStageScRsp => "CmdEvolveBuildReRandomStageScRsp", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdEvolveBuildNone" => Some(Self::None), + "CmdEvolveBuildShopAbilityResetScRsp" => Some(Self::ShopAbilityResetScRsp), + "CmdEvolveBuildReRandomStageCsReq" => Some(Self::ReRandomStageCsReq), + "CmdEvolveBuildStartStageScRsp" => Some(Self::StartStageScRsp), + "CmdEvolveBuildTakeExpRewardScRsp" => Some(Self::TakeExpRewardScRsp), + "CmdEvolveBuildCoinNotify" => Some(Self::CoinNotify), + "CmdEvolveBuildGiveupCsReq" => Some(Self::GiveupCsReq), + "CmdEvolveBuildShopAbilityUpCsReq" => Some(Self::ShopAbilityUpCsReq), + "CmdEvolveBuildLeaveCsReq" => Some(Self::LeaveCsReq), + "CmdEvolveBuildShopAbilityUpScRsp" => Some(Self::ShopAbilityUpScRsp), + "CmdEvolveBuildFinishScNotify" => Some(Self::FinishScNotify), + "CmdEvolveBuildQueryInfoScRsp" => Some(Self::QueryInfoScRsp), + "CmdEvolveBuildStartLevelScRsp" => Some(Self::StartLevelScRsp), + "CmdEvolveBuildTakeExpRewardCsReq" => Some(Self::TakeExpRewardCsReq), + "CmdEvolveBuildStartStageCsReq" => Some(Self::StartStageCsReq), + "CmdEvolveBuildShopAbilityDownScRsp" => Some(Self::ShopAbilityDownScRsp), + "CmdEvolveBuildShopAbilityDownCsReq" => Some(Self::ShopAbilityDownCsReq), + "CmdEvolveBuildStartLevelCsReq" => Some(Self::StartLevelCsReq), + "CmdEvolveBuildUnlockInfoNotify" => Some(Self::UnlockInfoNotify), + "CmdEvolveBuildGiveupScRsp" => Some(Self::GiveupScRsp), + "CmdEvolveBuildLeaveScRsp" => Some(Self::LeaveScRsp), + "CmdEvolveBuildShopAbilityResetCsReq" => Some(Self::ShopAbilityResetCsReq), + "CmdEvolveBuildQueryInfoCsReq" => Some(Self::QueryInfoCsReq), + "CmdEvolveBuildReRandomStageScRsp" => Some(Self::ReRandomStageScRsp), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Nabdojogabh { + EvolvePeriodNone = 0, + EvolvePeriodFirst = 1, + EvolvePeriodSecond = 2, + EvolvePeriodThird = 3, + EvolvePeriodExtra = 4, +} +impl Nabdojogabh { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Nabdojogabh::EvolvePeriodNone => "EVOLVE_PERIOD_NONE", + Nabdojogabh::EvolvePeriodFirst => "EVOLVE_PERIOD_FIRST", + Nabdojogabh::EvolvePeriodSecond => "EVOLVE_PERIOD_SECOND", + Nabdojogabh::EvolvePeriodThird => "EVOLVE_PERIOD_THIRD", + Nabdojogabh::EvolvePeriodExtra => "EVOLVE_PERIOD_EXTRA", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "EVOLVE_PERIOD_NONE" => Some(Self::EvolvePeriodNone), + "EVOLVE_PERIOD_FIRST" => Some(Self::EvolvePeriodFirst), + "EVOLVE_PERIOD_SECOND" => Some(Self::EvolvePeriodSecond), + "EVOLVE_PERIOD_THIRD" => Some(Self::EvolvePeriodThird), + "EVOLVE_PERIOD_EXTRA" => Some(Self::EvolvePeriodExtra), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Hbhdigopdmp { + EvolveBattleResultNone = 0, + EvolveBattleResultWin = 1, + EvolveBattleResultAllAvatarDead = 2, + EvolveBattleResultNoDeadLine = 3, + EvolveBattleResultQuit = 4, +} +impl Hbhdigopdmp { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Hbhdigopdmp::EvolveBattleResultNone => "EVOLVE_BATTLE_RESULT_NONE", + Hbhdigopdmp::EvolveBattleResultWin => "EVOLVE_BATTLE_RESULT_WIN", + Hbhdigopdmp::EvolveBattleResultAllAvatarDead => { + "EVOLVE_BATTLE_RESULT_ALL_AVATAR_DEAD" + } + Hbhdigopdmp::EvolveBattleResultNoDeadLine => { + "EVOLVE_BATTLE_RESULT_NO_DEAD_LINE" + } + Hbhdigopdmp::EvolveBattleResultQuit => "EVOLVE_BATTLE_RESULT_QUIT", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "EVOLVE_BATTLE_RESULT_NONE" => Some(Self::EvolveBattleResultNone), + "EVOLVE_BATTLE_RESULT_WIN" => Some(Self::EvolveBattleResultWin), + "EVOLVE_BATTLE_RESULT_ALL_AVATAR_DEAD" => { + Some(Self::EvolveBattleResultAllAvatarDead) + } + "EVOLVE_BATTLE_RESULT_NO_DEAD_LINE" => { + Some(Self::EvolveBattleResultNoDeadLine) + } + "EVOLVE_BATTLE_RESULT_QUIT" => Some(Self::EvolveBattleResultQuit), + _ => None, + } + } +} +/// Obf: BKPKDPEMINL +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdExpeditionType { + None = 0, + CmdTakeExpeditionRewardCsReq = 2533, + CmdTakeMultipleActivityExpeditionRewardScRsp = 2504, + CmdCancelActivityExpeditionCsReq = 2556, + CmdTakeMultipleExpeditionRewardScRsp = 2550, + CmdTakeExpeditionRewardScRsp = 2512, + CmdAcceptExpeditionScRsp = 2542, + CmdAcceptActivityExpeditionCsReq = 2538, + CmdTakeActivityExpeditionRewardCsReq = 2522, + CmdGetExpeditionDataScRsp = 2571, + CmdGetExpeditionDataCsReq = 2598, + CmdAcceptMultipleExpeditionCsReq = 2505, + CmdTakeMultipleActivityExpeditionRewardCsReq = 2531, + CmdAcceptActivityExpeditionScRsp = 2578, + CmdAcceptMultipleExpeditionScRsp = 2545, + CmdTakeMultipleExpeditionRewardCsReq = 2520, + CmdCancelActivityExpeditionScRsp = 2589, + CmdAcceptExpeditionCsReq = 2583, + CmdCancelExpeditionCsReq = 2579, + CmdExpeditionDataChangeScNotify = 2528, + CmdCancelExpeditionScRsp = 2577, + CmdTakeActivityExpeditionRewardScRsp = 2566, +} +impl CmdExpeditionType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdExpeditionType::None => "CmdExpeditionTypeNone", + CmdExpeditionType::CmdTakeExpeditionRewardCsReq => { + "CmdTakeExpeditionRewardCsReq" + } + CmdExpeditionType::CmdTakeMultipleActivityExpeditionRewardScRsp => { + "CmdTakeMultipleActivityExpeditionRewardScRsp" + } + CmdExpeditionType::CmdCancelActivityExpeditionCsReq => { + "CmdCancelActivityExpeditionCsReq" + } + CmdExpeditionType::CmdTakeMultipleExpeditionRewardScRsp => { + "CmdTakeMultipleExpeditionRewardScRsp" + } + CmdExpeditionType::CmdTakeExpeditionRewardScRsp => { + "CmdTakeExpeditionRewardScRsp" + } + CmdExpeditionType::CmdAcceptExpeditionScRsp => "CmdAcceptExpeditionScRsp", + CmdExpeditionType::CmdAcceptActivityExpeditionCsReq => { + "CmdAcceptActivityExpeditionCsReq" + } + CmdExpeditionType::CmdTakeActivityExpeditionRewardCsReq => { + "CmdTakeActivityExpeditionRewardCsReq" + } + CmdExpeditionType::CmdGetExpeditionDataScRsp => "CmdGetExpeditionDataScRsp", + CmdExpeditionType::CmdGetExpeditionDataCsReq => "CmdGetExpeditionDataCsReq", + CmdExpeditionType::CmdAcceptMultipleExpeditionCsReq => { + "CmdAcceptMultipleExpeditionCsReq" + } + CmdExpeditionType::CmdTakeMultipleActivityExpeditionRewardCsReq => { + "CmdTakeMultipleActivityExpeditionRewardCsReq" + } + CmdExpeditionType::CmdAcceptActivityExpeditionScRsp => { + "CmdAcceptActivityExpeditionScRsp" + } + CmdExpeditionType::CmdAcceptMultipleExpeditionScRsp => { + "CmdAcceptMultipleExpeditionScRsp" + } + CmdExpeditionType::CmdTakeMultipleExpeditionRewardCsReq => { + "CmdTakeMultipleExpeditionRewardCsReq" + } + CmdExpeditionType::CmdCancelActivityExpeditionScRsp => { + "CmdCancelActivityExpeditionScRsp" + } + CmdExpeditionType::CmdAcceptExpeditionCsReq => "CmdAcceptExpeditionCsReq", + CmdExpeditionType::CmdCancelExpeditionCsReq => "CmdCancelExpeditionCsReq", + CmdExpeditionType::CmdExpeditionDataChangeScNotify => { + "CmdExpeditionDataChangeScNotify" + } + CmdExpeditionType::CmdCancelExpeditionScRsp => "CmdCancelExpeditionScRsp", + CmdExpeditionType::CmdTakeActivityExpeditionRewardScRsp => { + "CmdTakeActivityExpeditionRewardScRsp" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdExpeditionTypeNone" => Some(Self::None), + "CmdTakeExpeditionRewardCsReq" => Some(Self::CmdTakeExpeditionRewardCsReq), + "CmdTakeMultipleActivityExpeditionRewardScRsp" => { + Some(Self::CmdTakeMultipleActivityExpeditionRewardScRsp) + } + "CmdCancelActivityExpeditionCsReq" => { + Some(Self::CmdCancelActivityExpeditionCsReq) + } + "CmdTakeMultipleExpeditionRewardScRsp" => { + Some(Self::CmdTakeMultipleExpeditionRewardScRsp) + } + "CmdTakeExpeditionRewardScRsp" => Some(Self::CmdTakeExpeditionRewardScRsp), + "CmdAcceptExpeditionScRsp" => Some(Self::CmdAcceptExpeditionScRsp), + "CmdAcceptActivityExpeditionCsReq" => { + Some(Self::CmdAcceptActivityExpeditionCsReq) + } + "CmdTakeActivityExpeditionRewardCsReq" => { + Some(Self::CmdTakeActivityExpeditionRewardCsReq) + } + "CmdGetExpeditionDataScRsp" => Some(Self::CmdGetExpeditionDataScRsp), + "CmdGetExpeditionDataCsReq" => Some(Self::CmdGetExpeditionDataCsReq), + "CmdAcceptMultipleExpeditionCsReq" => { + Some(Self::CmdAcceptMultipleExpeditionCsReq) + } + "CmdTakeMultipleActivityExpeditionRewardCsReq" => { + Some(Self::CmdTakeMultipleActivityExpeditionRewardCsReq) + } + "CmdAcceptActivityExpeditionScRsp" => { + Some(Self::CmdAcceptActivityExpeditionScRsp) + } + "CmdAcceptMultipleExpeditionScRsp" => { + Some(Self::CmdAcceptMultipleExpeditionScRsp) + } + "CmdTakeMultipleExpeditionRewardCsReq" => { + Some(Self::CmdTakeMultipleExpeditionRewardCsReq) + } + "CmdCancelActivityExpeditionScRsp" => { + Some(Self::CmdCancelActivityExpeditionScRsp) + } + "CmdAcceptExpeditionCsReq" => Some(Self::CmdAcceptExpeditionCsReq), + "CmdCancelExpeditionCsReq" => Some(Self::CmdCancelExpeditionCsReq), + "CmdExpeditionDataChangeScNotify" => { + Some(Self::CmdExpeditionDataChangeScNotify) + } + "CmdCancelExpeditionScRsp" => Some(Self::CmdCancelExpeditionScRsp), + "CmdTakeActivityExpeditionRewardScRsp" => { + Some(Self::CmdTakeActivityExpeditionRewardScRsp) + } + _ => None, + } + } +} +/// Obf: GMEJMGKKPEF +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdFantasticStoryActivityType { + None = 0, + CmdFantasticStoryActivityBattleEndScNotify = 4977, + CmdGetFantasticStoryActivityDataScRsp = 4971, + CmdGetFantasticStoryActivityDataCsReq = 4998, + CmdEnterFantasticStoryActivityStageScRsp = 4979, + CmdEnterFantasticStoryActivityStageCsReq = 4942, + CmdFinishChapterScNotify = 4983, +} +impl CmdFantasticStoryActivityType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdFantasticStoryActivityType::None => "CmdFantasticStoryActivityTypeNone", + CmdFantasticStoryActivityType::CmdFantasticStoryActivityBattleEndScNotify => { + "CmdFantasticStoryActivityBattleEndScNotify" + } + CmdFantasticStoryActivityType::CmdGetFantasticStoryActivityDataScRsp => { + "CmdGetFantasticStoryActivityDataScRsp" + } + CmdFantasticStoryActivityType::CmdGetFantasticStoryActivityDataCsReq => { + "CmdGetFantasticStoryActivityDataCsReq" + } + CmdFantasticStoryActivityType::CmdEnterFantasticStoryActivityStageScRsp => { + "CmdEnterFantasticStoryActivityStageScRsp" + } + CmdFantasticStoryActivityType::CmdEnterFantasticStoryActivityStageCsReq => { + "CmdEnterFantasticStoryActivityStageCsReq" + } + CmdFantasticStoryActivityType::CmdFinishChapterScNotify => { + "CmdFinishChapterScNotify" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdFantasticStoryActivityTypeNone" => Some(Self::None), + "CmdFantasticStoryActivityBattleEndScNotify" => { + Some(Self::CmdFantasticStoryActivityBattleEndScNotify) + } + "CmdGetFantasticStoryActivityDataScRsp" => { + Some(Self::CmdGetFantasticStoryActivityDataScRsp) + } + "CmdGetFantasticStoryActivityDataCsReq" => { + Some(Self::CmdGetFantasticStoryActivityDataCsReq) + } + "CmdEnterFantasticStoryActivityStageScRsp" => { + Some(Self::CmdEnterFantasticStoryActivityStageScRsp) + } + "CmdEnterFantasticStoryActivityStageCsReq" => { + Some(Self::CmdEnterFantasticStoryActivityStageCsReq) + } + "CmdFinishChapterScNotify" => Some(Self::CmdFinishChapterScNotify), + _ => None, + } + } +} +/// Obf: IGHJLEPKDCA +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdFeverTimeActivityType { + None = 0, + CmdFeverTimeActivityBattleEndScNotify = 7157, + CmdGetFeverTimeActivityDataCsReq = 7153, + CmdEnterFeverTimeActivityStageCsReq = 7152, + CmdEnterFeverTimeActivityStageScRsp = 7158, + CmdGetFeverTimeActivityDataScRsp = 7160, +} +impl CmdFeverTimeActivityType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdFeverTimeActivityType::None => "CmdFeverTimeActivityTypeNone", + CmdFeverTimeActivityType::CmdFeverTimeActivityBattleEndScNotify => { + "CmdFeverTimeActivityBattleEndScNotify" + } + CmdFeverTimeActivityType::CmdGetFeverTimeActivityDataCsReq => { + "CmdGetFeverTimeActivityDataCsReq" + } + CmdFeverTimeActivityType::CmdEnterFeverTimeActivityStageCsReq => { + "CmdEnterFeverTimeActivityStageCsReq" + } + CmdFeverTimeActivityType::CmdEnterFeverTimeActivityStageScRsp => { + "CmdEnterFeverTimeActivityStageScRsp" + } + CmdFeverTimeActivityType::CmdGetFeverTimeActivityDataScRsp => { + "CmdGetFeverTimeActivityDataScRsp" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdFeverTimeActivityTypeNone" => Some(Self::None), + "CmdFeverTimeActivityBattleEndScNotify" => { + Some(Self::CmdFeverTimeActivityBattleEndScNotify) + } + "CmdGetFeverTimeActivityDataCsReq" => { + Some(Self::CmdGetFeverTimeActivityDataCsReq) + } + "CmdEnterFeverTimeActivityStageCsReq" => { + Some(Self::CmdEnterFeverTimeActivityStageCsReq) + } + "CmdEnterFeverTimeActivityStageScRsp" => { + Some(Self::CmdEnterFeverTimeActivityStageScRsp) + } + "CmdGetFeverTimeActivityDataScRsp" => { + Some(Self::CmdGetFeverTimeActivityDataScRsp) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Jfpgchplipk { + FeverTimeBattleRankC = 0, + FeverTimeBattleRankB = 1, + FeverTimeBattleRankA = 2, + FeverTimeBattleRankS = 3, + FeverTimeBattleRankSs = 4, +} +impl Jfpgchplipk { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Jfpgchplipk::FeverTimeBattleRankC => "FEVER_TIME_BATTLE_RANK_C", + Jfpgchplipk::FeverTimeBattleRankB => "FEVER_TIME_BATTLE_RANK_B", + Jfpgchplipk::FeverTimeBattleRankA => "FEVER_TIME_BATTLE_RANK_A", + Jfpgchplipk::FeverTimeBattleRankS => "FEVER_TIME_BATTLE_RANK_S", + Jfpgchplipk::FeverTimeBattleRankSs => "FEVER_TIME_BATTLE_RANK_SS", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "FEVER_TIME_BATTLE_RANK_C" => Some(Self::FeverTimeBattleRankC), + "FEVER_TIME_BATTLE_RANK_B" => Some(Self::FeverTimeBattleRankB), + "FEVER_TIME_BATTLE_RANK_A" => Some(Self::FeverTimeBattleRankA), + "FEVER_TIME_BATTLE_RANK_S" => Some(Self::FeverTimeBattleRankS), + "FEVER_TIME_BATTLE_RANK_SS" => Some(Self::FeverTimeBattleRankSs), + _ => None, + } + } +} +/// Obf: IOGPPIMJPJP +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdFightType { + None = 0, + CmdFightSessionStopScNotify = 30033, + CmdFightKickOutScNotify = 30042, + CmdFightEnterCsReq = 30098, + CmdFightEnterScRsp = 30071, + CmdFightLeaveScNotify = 30083, + CmdFightHeartBeatCsReq = 30079, + CmdFightHeartBeatScRsp = 30077, +} +impl CmdFightType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdFightType::None => "CmdFightTypeNone", + CmdFightType::CmdFightSessionStopScNotify => "CmdFightSessionStopScNotify", + CmdFightType::CmdFightKickOutScNotify => "CmdFightKickOutScNotify", + CmdFightType::CmdFightEnterCsReq => "CmdFightEnterCsReq", + CmdFightType::CmdFightEnterScRsp => "CmdFightEnterScRsp", + CmdFightType::CmdFightLeaveScNotify => "CmdFightLeaveScNotify", + CmdFightType::CmdFightHeartBeatCsReq => "CmdFightHeartBeatCsReq", + CmdFightType::CmdFightHeartBeatScRsp => "CmdFightHeartBeatScRsp", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdFightTypeNone" => Some(Self::None), + "CmdFightSessionStopScNotify" => Some(Self::CmdFightSessionStopScNotify), + "CmdFightKickOutScNotify" => Some(Self::CmdFightKickOutScNotify), + "CmdFightEnterCsReq" => Some(Self::CmdFightEnterCsReq), + "CmdFightEnterScRsp" => Some(Self::CmdFightEnterScRsp), + "CmdFightLeaveScNotify" => Some(Self::CmdFightLeaveScNotify), + "CmdFightHeartBeatCsReq" => Some(Self::CmdFightHeartBeatCsReq), + "CmdFightHeartBeatScRsp" => Some(Self::CmdFightHeartBeatScRsp), + _ => None, + } + } +} +/// Obf: NGOCFBLADKD +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdFightActivityType { + None = 0, + CmdTakeFightActivityRewardScRsp = 3633, + CmdFightActivityDataChangeScNotify = 3683, + CmdGetFightActivityDataScRsp = 3671, + CmdEnterFightActivityStageScRsp = 3679, + CmdTakeFightActivityRewardCsReq = 3677, + CmdEnterFightActivityStageCsReq = 3642, + CmdGetFightActivityDataCsReq = 3698, +} +impl CmdFightActivityType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdFightActivityType::None => "CmdFightActivityTypeNone", + CmdFightActivityType::CmdTakeFightActivityRewardScRsp => { + "CmdTakeFightActivityRewardScRsp" + } + CmdFightActivityType::CmdFightActivityDataChangeScNotify => { + "CmdFightActivityDataChangeScNotify" + } + CmdFightActivityType::CmdGetFightActivityDataScRsp => { + "CmdGetFightActivityDataScRsp" + } + CmdFightActivityType::CmdEnterFightActivityStageScRsp => { + "CmdEnterFightActivityStageScRsp" + } + CmdFightActivityType::CmdTakeFightActivityRewardCsReq => { + "CmdTakeFightActivityRewardCsReq" + } + CmdFightActivityType::CmdEnterFightActivityStageCsReq => { + "CmdEnterFightActivityStageCsReq" + } + CmdFightActivityType::CmdGetFightActivityDataCsReq => { + "CmdGetFightActivityDataCsReq" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdFightActivityTypeNone" => Some(Self::None), + "CmdTakeFightActivityRewardScRsp" => { + Some(Self::CmdTakeFightActivityRewardScRsp) + } + "CmdFightActivityDataChangeScNotify" => { + Some(Self::CmdFightActivityDataChangeScNotify) + } + "CmdGetFightActivityDataScRsp" => Some(Self::CmdGetFightActivityDataScRsp), + "CmdEnterFightActivityStageScRsp" => { + Some(Self::CmdEnterFightActivityStageScRsp) + } + "CmdTakeFightActivityRewardCsReq" => { + Some(Self::CmdTakeFightActivityRewardCsReq) + } + "CmdEnterFightActivityStageCsReq" => { + Some(Self::CmdEnterFightActivityStageCsReq) + } + "CmdGetFightActivityDataCsReq" => Some(Self::CmdGetFightActivityDataCsReq), + _ => None, + } + } +} +/// Obf: GGLBHOJMECK +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdFightFestType { + None = 0, + CmdGetFightFestDataScRsp = 7287, + CmdFightFestUnlockSkillNotify = 7260, + CmdFightFestUpdateChallengeRecordNotify = 7274, + CmdFightFestUpdateCoinNotify = 7282, + CmdStartFightFestScRsp = 7252, + CmdStartFightFestCsReq = 7292, + CmdGetFightFestDataCsReq = 7279, + CmdFightFestScoreUpdateNotify = 7294, +} +impl CmdFightFestType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdFightFestType::None => "CmdFightFestTypeNone", + CmdFightFestType::CmdGetFightFestDataScRsp => "CmdGetFightFestDataScRsp", + CmdFightFestType::CmdFightFestUnlockSkillNotify => { + "CmdFightFestUnlockSkillNotify" + } + CmdFightFestType::CmdFightFestUpdateChallengeRecordNotify => { + "CmdFightFestUpdateChallengeRecordNotify" + } + CmdFightFestType::CmdFightFestUpdateCoinNotify => { + "CmdFightFestUpdateCoinNotify" + } + CmdFightFestType::CmdStartFightFestScRsp => "CmdStartFightFestScRsp", + CmdFightFestType::CmdStartFightFestCsReq => "CmdStartFightFestCsReq", + CmdFightFestType::CmdGetFightFestDataCsReq => "CmdGetFightFestDataCsReq", + CmdFightFestType::CmdFightFestScoreUpdateNotify => { + "CmdFightFestScoreUpdateNotify" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdFightFestTypeNone" => Some(Self::None), + "CmdGetFightFestDataScRsp" => Some(Self::CmdGetFightFestDataScRsp), + "CmdFightFestUnlockSkillNotify" => Some(Self::CmdFightFestUnlockSkillNotify), + "CmdFightFestUpdateChallengeRecordNotify" => { + Some(Self::CmdFightFestUpdateChallengeRecordNotify) + } + "CmdFightFestUpdateCoinNotify" => Some(Self::CmdFightFestUpdateCoinNotify), + "CmdStartFightFestScRsp" => Some(Self::CmdStartFightFestScRsp), + "CmdStartFightFestCsReq" => Some(Self::CmdStartFightFestCsReq), + "CmdGetFightFestDataCsReq" => Some(Self::CmdGetFightFestDataCsReq), + "CmdFightFestScoreUpdateNotify" => Some(Self::CmdFightFestScoreUpdateNotify), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Aaaifjoaago { + FightFestBattleRankC = 0, + FightFestBattleRankB = 1, + FightFestBattleRankA = 2, + FightFestBattleRankS = 3, + FightFestBattleRankSs = 4, +} +impl Aaaifjoaago { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Aaaifjoaago::FightFestBattleRankC => "FIGHT_FEST_BATTLE_RANK_C", + Aaaifjoaago::FightFestBattleRankB => "FIGHT_FEST_BATTLE_RANK_B", + Aaaifjoaago::FightFestBattleRankA => "FIGHT_FEST_BATTLE_RANK_A", + Aaaifjoaago::FightFestBattleRankS => "FIGHT_FEST_BATTLE_RANK_S", + Aaaifjoaago::FightFestBattleRankSs => "FIGHT_FEST_BATTLE_RANK_SS", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "FIGHT_FEST_BATTLE_RANK_C" => Some(Self::FightFestBattleRankC), + "FIGHT_FEST_BATTLE_RANK_B" => Some(Self::FightFestBattleRankB), + "FIGHT_FEST_BATTLE_RANK_A" => Some(Self::FightFestBattleRankA), + "FIGHT_FEST_BATTLE_RANK_S" => Some(Self::FightFestBattleRankS), + "FIGHT_FEST_BATTLE_RANK_SS" => Some(Self::FightFestBattleRankSs), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Obeheamggme { + FightFestTypeNone = 0, + FightFestTypeMain = 1, + FightFestTypeScore = 2, + FightFestTypeChallenge = 3, + FightFestTypeTeach = 4, +} +impl Obeheamggme { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Obeheamggme::FightFestTypeNone => "FIGHT_FEST_TYPE_NONE", + Obeheamggme::FightFestTypeMain => "FIGHT_FEST_TYPE_MAIN", + Obeheamggme::FightFestTypeScore => "FIGHT_FEST_TYPE_SCORE", + Obeheamggme::FightFestTypeChallenge => "FIGHT_FEST_TYPE_CHALLENGE", + Obeheamggme::FightFestTypeTeach => "FIGHT_FEST_TYPE_TEACH", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "FIGHT_FEST_TYPE_NONE" => Some(Self::FightFestTypeNone), + "FIGHT_FEST_TYPE_MAIN" => Some(Self::FightFestTypeMain), + "FIGHT_FEST_TYPE_SCORE" => Some(Self::FightFestTypeScore), + "FIGHT_FEST_TYPE_CHALLENGE" => Some(Self::FightFestTypeChallenge), + "FIGHT_FEST_TYPE_TEACH" => Some(Self::FightFestTypeTeach), + _ => None, + } + } +} +/// Obf: JAKPDHGECKG +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdFightMathc3Type { + None = 0, + CmdFightMatch3ChatCsReq = 30128, + CmdFightMatch3SwapCsReq = 30177, + CmdFightMatch3OpponentDataScNotify = 30112, + CmdFightMatch3SwapScRsp = 30133, + CmdFightMatch3ChatScRsp = 30138, + CmdFightMatch3TurnEndScNotify = 30179, + CmdFightMatch3ChatScNotify = 30178, + CmdFightMatch3DataScRsp = 30171, + CmdFightMatch3ForceUpdateNotify = 30156, + CmdFightMatch3StartCountDownScNotify = 30183, + CmdFightMatch3DataCsReq = 30198, + CmdFightMatch3TurnStartScNotify = 30142, +} +impl CmdFightMathc3Type { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdFightMathc3Type::None => "CmdFightMathc3TypeNone", + CmdFightMathc3Type::CmdFightMatch3ChatCsReq => "CmdFightMatch3ChatCsReq", + CmdFightMathc3Type::CmdFightMatch3SwapCsReq => "CmdFightMatch3SwapCsReq", + CmdFightMathc3Type::CmdFightMatch3OpponentDataScNotify => { + "CmdFightMatch3OpponentDataScNotify" + } + CmdFightMathc3Type::CmdFightMatch3SwapScRsp => "CmdFightMatch3SwapScRsp", + CmdFightMathc3Type::CmdFightMatch3ChatScRsp => "CmdFightMatch3ChatScRsp", + CmdFightMathc3Type::CmdFightMatch3TurnEndScNotify => { + "CmdFightMatch3TurnEndScNotify" + } + CmdFightMathc3Type::CmdFightMatch3ChatScNotify => { + "CmdFightMatch3ChatScNotify" + } + CmdFightMathc3Type::CmdFightMatch3DataScRsp => "CmdFightMatch3DataScRsp", + CmdFightMathc3Type::CmdFightMatch3ForceUpdateNotify => { + "CmdFightMatch3ForceUpdateNotify" + } + CmdFightMathc3Type::CmdFightMatch3StartCountDownScNotify => { + "CmdFightMatch3StartCountDownScNotify" + } + CmdFightMathc3Type::CmdFightMatch3DataCsReq => "CmdFightMatch3DataCsReq", + CmdFightMathc3Type::CmdFightMatch3TurnStartScNotify => { + "CmdFightMatch3TurnStartScNotify" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdFightMathc3TypeNone" => Some(Self::None), + "CmdFightMatch3ChatCsReq" => Some(Self::CmdFightMatch3ChatCsReq), + "CmdFightMatch3SwapCsReq" => Some(Self::CmdFightMatch3SwapCsReq), + "CmdFightMatch3OpponentDataScNotify" => { + Some(Self::CmdFightMatch3OpponentDataScNotify) + } + "CmdFightMatch3SwapScRsp" => Some(Self::CmdFightMatch3SwapScRsp), + "CmdFightMatch3ChatScRsp" => Some(Self::CmdFightMatch3ChatScRsp), + "CmdFightMatch3TurnEndScNotify" => Some(Self::CmdFightMatch3TurnEndScNotify), + "CmdFightMatch3ChatScNotify" => Some(Self::CmdFightMatch3ChatScNotify), + "CmdFightMatch3DataScRsp" => Some(Self::CmdFightMatch3DataScRsp), + "CmdFightMatch3ForceUpdateNotify" => { + Some(Self::CmdFightMatch3ForceUpdateNotify) + } + "CmdFightMatch3StartCountDownScNotify" => { + Some(Self::CmdFightMatch3StartCountDownScNotify) + } + "CmdFightMatch3DataCsReq" => Some(Self::CmdFightMatch3DataCsReq), + "CmdFightMatch3TurnStartScNotify" => { + Some(Self::CmdFightMatch3TurnStartScNotify) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Lakkmdldagd { + Match3StateIdle = 0, + Match3StateStart = 1, + Match3StateMatch = 2, + Match3StateGame = 3, + Match3StateHalftime = 4, + Match3StateOver = 5, +} +impl Lakkmdldagd { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Lakkmdldagd::Match3StateIdle => "MATCH3_STATE_IDLE", + Lakkmdldagd::Match3StateStart => "MATCH3_STATE_START", + Lakkmdldagd::Match3StateMatch => "MATCH3_STATE_MATCH", + Lakkmdldagd::Match3StateGame => "MATCH3_STATE_GAME", + Lakkmdldagd::Match3StateHalftime => "MATCH3_STATE_HALFTIME", + Lakkmdldagd::Match3StateOver => "MATCH3_STATE_OVER", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "MATCH3_STATE_IDLE" => Some(Self::Match3StateIdle), + "MATCH3_STATE_START" => Some(Self::Match3StateStart), + "MATCH3_STATE_MATCH" => Some(Self::Match3StateMatch), + "MATCH3_STATE_GAME" => Some(Self::Match3StateGame), + "MATCH3_STATE_HALFTIME" => Some(Self::Match3StateHalftime), + "MATCH3_STATE_OVER" => Some(Self::Match3StateOver), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Blbjbamdnbn { + Match3PlayerStateAlive = 0, + Match3PlayerStateDying = 1, + Match3PlayerStateDead = 2, + Match3PlayerStateLeave = 3, +} +impl Blbjbamdnbn { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Blbjbamdnbn::Match3PlayerStateAlive => "MATCH3_PLAYER_STATE_ALIVE", + Blbjbamdnbn::Match3PlayerStateDying => "MATCH3_PLAYER_STATE_DYING", + Blbjbamdnbn::Match3PlayerStateDead => "MATCH3_PLAYER_STATE_DEAD", + Blbjbamdnbn::Match3PlayerStateLeave => "MATCH3_PLAYER_STATE_LEAVE", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "MATCH3_PLAYER_STATE_ALIVE" => Some(Self::Match3PlayerStateAlive), + "MATCH3_PLAYER_STATE_DYING" => Some(Self::Match3PlayerStateDying), + "MATCH3_PLAYER_STATE_DEAD" => Some(Self::Match3PlayerStateDead), + "MATCH3_PLAYER_STATE_LEAVE" => Some(Self::Match3PlayerStateLeave), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Kjkimhhjbjj { + EventBegin = 0, + EventBreak = 1, + EventFall = 2, + EventRefresh = 3, + EventBirdSkill = 4, + EventEnv = 5, + EventShuffle = 6, + EventSettleTag = 7, +} +impl Kjkimhhjbjj { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Kjkimhhjbjj::EventBegin => "EVENT_BEGIN", + Kjkimhhjbjj::EventBreak => "EVENT_BREAK", + Kjkimhhjbjj::EventFall => "EVENT_FALL", + Kjkimhhjbjj::EventRefresh => "EVENT_REFRESH", + Kjkimhhjbjj::EventBirdSkill => "EVENT_BIRD_SKILL", + Kjkimhhjbjj::EventEnv => "EVENT_ENV", + Kjkimhhjbjj::EventShuffle => "EVENT_SHUFFLE", + Kjkimhhjbjj::EventSettleTag => "EVENT_SETTLE_TAG", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "EVENT_BEGIN" => Some(Self::EventBegin), + "EVENT_BREAK" => Some(Self::EventBreak), + "EVENT_FALL" => Some(Self::EventFall), + "EVENT_REFRESH" => Some(Self::EventRefresh), + "EVENT_BIRD_SKILL" => Some(Self::EventBirdSkill), + "EVENT_ENV" => Some(Self::EventEnv), + "EVENT_SHUFFLE" => Some(Self::EventShuffle), + "EVENT_SETTLE_TAG" => Some(Self::EventSettleTag), + _ => None, + } + } +} +/// Obf: KCAFPAJGHOH +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdFriendType { + None = 0, + CmdGetFriendDevelopmentInfoScRsp = 2903, + CmdGetFriendAssistListScRsp = 2987, + CmdSetFriendRemarkNameCsReq = 2904, + CmdGetFriendListInfoCsReq = 2998, + CmdGetFriendRecommendListInfoScRsp = 2931, + CmdGetFriendBattleRecordDetailCsReq = 2976, + CmdCurAssistChangedNotify = 2957, + CmdGetPlatformPlayerInfoScRsp = 2915, + CmdGetAssistListCsReq = 2923, + CmdDeleteFriendCsReq = 2989, + CmdGetFriendChallengeDetailScRsp = 2967, + CmdSetAssistScRsp = 2914, + CmdSyncDeleteFriendScNotify = 2966, + CmdDeleteBlacklistCsReq = 2910, + CmdGetAssistListScRsp = 2985, + CmdTakeAssistRewardScRsp = 2965, + CmdSearchPlayerCsReq = 2962, + CmdGetFriendLoginInfoCsReq = 2919, + CmdGetFriendAssistListCsReq = 2935, + CmdGetFriendRecommendListInfoCsReq = 2950, + CmdGetFriendChallengeLineupCsReq = 2954, + CmdGetAssistHistoryCsReq = 2963, + CmdGetFriendBattleRecordDetailScRsp = 2939, + CmdGetFriendApplyListInfoCsReq = 2979, + CmdGetPlayerDetailInfoScRsp = 2942, + CmdSyncAddBlacklistScNotify = 2920, + CmdTakeAssistRewardCsReq = 2902, + CmdReportPlayerCsReq = 2952, + CmdDeleteFriendScRsp = 2922, + CmdGetCurAssistScRsp = 2993, + CmdSetForbidOtherApplyFriendCsReq = 2940, + CmdGetFriendListInfoScRsp = 2971, + CmdGetPlatformPlayerInfoCsReq = 2925, + CmdReportPlayerScRsp = 2911, + CmdGetFriendChallengeDetailCsReq = 2958, + CmdNewAssistHistoryNotify = 2936, + CmdGetAssistHistoryScRsp = 2955, + CmdSyncApplyFriendScNotify = 2928, + CmdSearchPlayerScRsp = 2906, + CmdHandleFriendCsReq = 2938, + CmdSetFriendRemarkNameScRsp = 2960, + CmdApplyFriendCsReq = 2933, + CmdGetFriendLoginInfoScRsp = 2992, + CmdApplyFriendScRsp = 2912, + CmdSyncHandleFriendScNotify = 2956, + CmdAddBlacklistScRsp = 2945, + CmdGetFriendApplyListInfoScRsp = 2977, + CmdGetCurAssistCsReq = 2988, + CmdAddBlacklistCsReq = 2905, + CmdDeleteBlacklistScRsp = 3000, + CmdSetFriendMarkScRsp = 2964, + CmdGetPlayerDetailInfoCsReq = 2983, + CmdSetFriendMarkCsReq = 2953, + CmdGetFriendChallengeLineupScRsp = 2969, + CmdSetForbidOtherApplyFriendScRsp = 2995, + CmdSetAssistCsReq = 2916, + CmdGetFriendDevelopmentInfoCsReq = 2949, + CmdHandleFriendScRsp = 2978, +} +impl CmdFriendType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdFriendType::None => "CmdFriendTypeNone", + CmdFriendType::CmdGetFriendDevelopmentInfoScRsp => { + "CmdGetFriendDevelopmentInfoScRsp" + } + CmdFriendType::CmdGetFriendAssistListScRsp => "CmdGetFriendAssistListScRsp", + CmdFriendType::CmdSetFriendRemarkNameCsReq => "CmdSetFriendRemarkNameCsReq", + CmdFriendType::CmdGetFriendListInfoCsReq => "CmdGetFriendListInfoCsReq", + CmdFriendType::CmdGetFriendRecommendListInfoScRsp => { + "CmdGetFriendRecommendListInfoScRsp" + } + CmdFriendType::CmdGetFriendBattleRecordDetailCsReq => { + "CmdGetFriendBattleRecordDetailCsReq" + } + CmdFriendType::CmdCurAssistChangedNotify => "CmdCurAssistChangedNotify", + CmdFriendType::CmdGetPlatformPlayerInfoScRsp => { + "CmdGetPlatformPlayerInfoScRsp" + } + CmdFriendType::CmdGetAssistListCsReq => "CmdGetAssistListCsReq", + CmdFriendType::CmdDeleteFriendCsReq => "CmdDeleteFriendCsReq", + CmdFriendType::CmdGetFriendChallengeDetailScRsp => { + "CmdGetFriendChallengeDetailScRsp" + } + CmdFriendType::CmdSetAssistScRsp => "CmdSetAssistScRsp", + CmdFriendType::CmdSyncDeleteFriendScNotify => "CmdSyncDeleteFriendScNotify", + CmdFriendType::CmdDeleteBlacklistCsReq => "CmdDeleteBlacklistCsReq", + CmdFriendType::CmdGetAssistListScRsp => "CmdGetAssistListScRsp", + CmdFriendType::CmdTakeAssistRewardScRsp => "CmdTakeAssistRewardScRsp", + CmdFriendType::CmdSearchPlayerCsReq => "CmdSearchPlayerCsReq", + CmdFriendType::CmdGetFriendLoginInfoCsReq => "CmdGetFriendLoginInfoCsReq", + CmdFriendType::CmdGetFriendAssistListCsReq => "CmdGetFriendAssistListCsReq", + CmdFriendType::CmdGetFriendRecommendListInfoCsReq => { + "CmdGetFriendRecommendListInfoCsReq" + } + CmdFriendType::CmdGetFriendChallengeLineupCsReq => { + "CmdGetFriendChallengeLineupCsReq" + } + CmdFriendType::CmdGetAssistHistoryCsReq => "CmdGetAssistHistoryCsReq", + CmdFriendType::CmdGetFriendBattleRecordDetailScRsp => { + "CmdGetFriendBattleRecordDetailScRsp" + } + CmdFriendType::CmdGetFriendApplyListInfoCsReq => { + "CmdGetFriendApplyListInfoCsReq" + } + CmdFriendType::CmdGetPlayerDetailInfoScRsp => "CmdGetPlayerDetailInfoScRsp", + CmdFriendType::CmdSyncAddBlacklistScNotify => "CmdSyncAddBlacklistScNotify", + CmdFriendType::CmdTakeAssistRewardCsReq => "CmdTakeAssistRewardCsReq", + CmdFriendType::CmdReportPlayerCsReq => "CmdReportPlayerCsReq", + CmdFriendType::CmdDeleteFriendScRsp => "CmdDeleteFriendScRsp", + CmdFriendType::CmdGetCurAssistScRsp => "CmdGetCurAssistScRsp", + CmdFriendType::CmdSetForbidOtherApplyFriendCsReq => { + "CmdSetForbidOtherApplyFriendCsReq" + } + CmdFriendType::CmdGetFriendListInfoScRsp => "CmdGetFriendListInfoScRsp", + CmdFriendType::CmdGetPlatformPlayerInfoCsReq => { + "CmdGetPlatformPlayerInfoCsReq" + } + CmdFriendType::CmdReportPlayerScRsp => "CmdReportPlayerScRsp", + CmdFriendType::CmdGetFriendChallengeDetailCsReq => { + "CmdGetFriendChallengeDetailCsReq" + } + CmdFriendType::CmdNewAssistHistoryNotify => "CmdNewAssistHistoryNotify", + CmdFriendType::CmdGetAssistHistoryScRsp => "CmdGetAssistHistoryScRsp", + CmdFriendType::CmdSyncApplyFriendScNotify => "CmdSyncApplyFriendScNotify", + CmdFriendType::CmdSearchPlayerScRsp => "CmdSearchPlayerScRsp", + CmdFriendType::CmdHandleFriendCsReq => "CmdHandleFriendCsReq", + CmdFriendType::CmdSetFriendRemarkNameScRsp => "CmdSetFriendRemarkNameScRsp", + CmdFriendType::CmdApplyFriendCsReq => "CmdApplyFriendCsReq", + CmdFriendType::CmdGetFriendLoginInfoScRsp => "CmdGetFriendLoginInfoScRsp", + CmdFriendType::CmdApplyFriendScRsp => "CmdApplyFriendScRsp", + CmdFriendType::CmdSyncHandleFriendScNotify => "CmdSyncHandleFriendScNotify", + CmdFriendType::CmdAddBlacklistScRsp => "CmdAddBlacklistScRsp", + CmdFriendType::CmdGetFriendApplyListInfoScRsp => { + "CmdGetFriendApplyListInfoScRsp" + } + CmdFriendType::CmdGetCurAssistCsReq => "CmdGetCurAssistCsReq", + CmdFriendType::CmdAddBlacklistCsReq => "CmdAddBlacklistCsReq", + CmdFriendType::CmdDeleteBlacklistScRsp => "CmdDeleteBlacklistScRsp", + CmdFriendType::CmdSetFriendMarkScRsp => "CmdSetFriendMarkScRsp", + CmdFriendType::CmdGetPlayerDetailInfoCsReq => "CmdGetPlayerDetailInfoCsReq", + CmdFriendType::CmdSetFriendMarkCsReq => "CmdSetFriendMarkCsReq", + CmdFriendType::CmdGetFriendChallengeLineupScRsp => { + "CmdGetFriendChallengeLineupScRsp" + } + CmdFriendType::CmdSetForbidOtherApplyFriendScRsp => { + "CmdSetForbidOtherApplyFriendScRsp" + } + CmdFriendType::CmdSetAssistCsReq => "CmdSetAssistCsReq", + CmdFriendType::CmdGetFriendDevelopmentInfoCsReq => { + "CmdGetFriendDevelopmentInfoCsReq" + } + CmdFriendType::CmdHandleFriendScRsp => "CmdHandleFriendScRsp", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdFriendTypeNone" => Some(Self::None), + "CmdGetFriendDevelopmentInfoScRsp" => { + Some(Self::CmdGetFriendDevelopmentInfoScRsp) + } + "CmdGetFriendAssistListScRsp" => Some(Self::CmdGetFriendAssistListScRsp), + "CmdSetFriendRemarkNameCsReq" => Some(Self::CmdSetFriendRemarkNameCsReq), + "CmdGetFriendListInfoCsReq" => Some(Self::CmdGetFriendListInfoCsReq), + "CmdGetFriendRecommendListInfoScRsp" => { + Some(Self::CmdGetFriendRecommendListInfoScRsp) + } + "CmdGetFriendBattleRecordDetailCsReq" => { + Some(Self::CmdGetFriendBattleRecordDetailCsReq) + } + "CmdCurAssistChangedNotify" => Some(Self::CmdCurAssistChangedNotify), + "CmdGetPlatformPlayerInfoScRsp" => Some(Self::CmdGetPlatformPlayerInfoScRsp), + "CmdGetAssistListCsReq" => Some(Self::CmdGetAssistListCsReq), + "CmdDeleteFriendCsReq" => Some(Self::CmdDeleteFriendCsReq), + "CmdGetFriendChallengeDetailScRsp" => { + Some(Self::CmdGetFriendChallengeDetailScRsp) + } + "CmdSetAssistScRsp" => Some(Self::CmdSetAssistScRsp), + "CmdSyncDeleteFriendScNotify" => Some(Self::CmdSyncDeleteFriendScNotify), + "CmdDeleteBlacklistCsReq" => Some(Self::CmdDeleteBlacklistCsReq), + "CmdGetAssistListScRsp" => Some(Self::CmdGetAssistListScRsp), + "CmdTakeAssistRewardScRsp" => Some(Self::CmdTakeAssistRewardScRsp), + "CmdSearchPlayerCsReq" => Some(Self::CmdSearchPlayerCsReq), + "CmdGetFriendLoginInfoCsReq" => Some(Self::CmdGetFriendLoginInfoCsReq), + "CmdGetFriendAssistListCsReq" => Some(Self::CmdGetFriendAssistListCsReq), + "CmdGetFriendRecommendListInfoCsReq" => { + Some(Self::CmdGetFriendRecommendListInfoCsReq) + } + "CmdGetFriendChallengeLineupCsReq" => { + Some(Self::CmdGetFriendChallengeLineupCsReq) + } + "CmdGetAssistHistoryCsReq" => Some(Self::CmdGetAssistHistoryCsReq), + "CmdGetFriendBattleRecordDetailScRsp" => { + Some(Self::CmdGetFriendBattleRecordDetailScRsp) + } + "CmdGetFriendApplyListInfoCsReq" => { + Some(Self::CmdGetFriendApplyListInfoCsReq) + } + "CmdGetPlayerDetailInfoScRsp" => Some(Self::CmdGetPlayerDetailInfoScRsp), + "CmdSyncAddBlacklistScNotify" => Some(Self::CmdSyncAddBlacklistScNotify), + "CmdTakeAssistRewardCsReq" => Some(Self::CmdTakeAssistRewardCsReq), + "CmdReportPlayerCsReq" => Some(Self::CmdReportPlayerCsReq), + "CmdDeleteFriendScRsp" => Some(Self::CmdDeleteFriendScRsp), + "CmdGetCurAssistScRsp" => Some(Self::CmdGetCurAssistScRsp), + "CmdSetForbidOtherApplyFriendCsReq" => { + Some(Self::CmdSetForbidOtherApplyFriendCsReq) + } + "CmdGetFriendListInfoScRsp" => Some(Self::CmdGetFriendListInfoScRsp), + "CmdGetPlatformPlayerInfoCsReq" => Some(Self::CmdGetPlatformPlayerInfoCsReq), + "CmdReportPlayerScRsp" => Some(Self::CmdReportPlayerScRsp), + "CmdGetFriendChallengeDetailCsReq" => { + Some(Self::CmdGetFriendChallengeDetailCsReq) + } + "CmdNewAssistHistoryNotify" => Some(Self::CmdNewAssistHistoryNotify), + "CmdGetAssistHistoryScRsp" => Some(Self::CmdGetAssistHistoryScRsp), + "CmdSyncApplyFriendScNotify" => Some(Self::CmdSyncApplyFriendScNotify), + "CmdSearchPlayerScRsp" => Some(Self::CmdSearchPlayerScRsp), + "CmdHandleFriendCsReq" => Some(Self::CmdHandleFriendCsReq), + "CmdSetFriendRemarkNameScRsp" => Some(Self::CmdSetFriendRemarkNameScRsp), + "CmdApplyFriendCsReq" => Some(Self::CmdApplyFriendCsReq), + "CmdGetFriendLoginInfoScRsp" => Some(Self::CmdGetFriendLoginInfoScRsp), + "CmdApplyFriendScRsp" => Some(Self::CmdApplyFriendScRsp), + "CmdSyncHandleFriendScNotify" => Some(Self::CmdSyncHandleFriendScNotify), + "CmdAddBlacklistScRsp" => Some(Self::CmdAddBlacklistScRsp), + "CmdGetFriendApplyListInfoScRsp" => { + Some(Self::CmdGetFriendApplyListInfoScRsp) + } + "CmdGetCurAssistCsReq" => Some(Self::CmdGetCurAssistCsReq), + "CmdAddBlacklistCsReq" => Some(Self::CmdAddBlacklistCsReq), + "CmdDeleteBlacklistScRsp" => Some(Self::CmdDeleteBlacklistScRsp), + "CmdSetFriendMarkScRsp" => Some(Self::CmdSetFriendMarkScRsp), + "CmdGetPlayerDetailInfoCsReq" => Some(Self::CmdGetPlayerDetailInfoCsReq), + "CmdSetFriendMarkCsReq" => Some(Self::CmdSetFriendMarkCsReq), + "CmdGetFriendChallengeLineupScRsp" => { + Some(Self::CmdGetFriendChallengeLineupScRsp) + } + "CmdSetForbidOtherApplyFriendScRsp" => { + Some(Self::CmdSetForbidOtherApplyFriendScRsp) + } + "CmdSetAssistCsReq" => Some(Self::CmdSetAssistCsReq), + "CmdGetFriendDevelopmentInfoCsReq" => { + Some(Self::CmdGetFriendDevelopmentInfoCsReq) + } + "CmdHandleFriendScRsp" => Some(Self::CmdHandleFriendScRsp), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum FriendOnlineStatus { + Offline = 0, + Online = 1, +} +impl FriendOnlineStatus { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + FriendOnlineStatus::Offline => "FRIEND_ONLINE_STATUS_OFFLINE", + FriendOnlineStatus::Online => "FRIEND_ONLINE_STATUS_ONLINE", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "FRIEND_ONLINE_STATUS_OFFLINE" => Some(Self::Offline), + "FRIEND_ONLINE_STATUS_ONLINE" => Some(Self::Online), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum FriendApplySource { + None = 0, + Search = 1, + Recommend = 2, + Assist = 3, + RecommendAssist = 4, + PsnFriend = 5, + AssistReward = 6, +} +impl FriendApplySource { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + FriendApplySource::None => "FRIEND_APPLY_SOURCE_NONE", + FriendApplySource::Search => "FRIEND_APPLY_SOURCE_SEARCH", + FriendApplySource::Recommend => "FRIEND_APPLY_SOURCE_RECOMMEND", + FriendApplySource::Assist => "FRIEND_APPLY_SOURCE_ASSIST", + FriendApplySource::RecommendAssist => "FRIEND_APPLY_SOURCE_RECOMMEND_ASSIST", + FriendApplySource::PsnFriend => "FRIEND_APPLY_SOURCE_PSN_FRIEND", + FriendApplySource::AssistReward => "FRIEND_APPLY_SOURCE_ASSIST_REWARD", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "FRIEND_APPLY_SOURCE_NONE" => Some(Self::None), + "FRIEND_APPLY_SOURCE_SEARCH" => Some(Self::Search), + "FRIEND_APPLY_SOURCE_RECOMMEND" => Some(Self::Recommend), + "FRIEND_APPLY_SOURCE_ASSIST" => Some(Self::Assist), + "FRIEND_APPLY_SOURCE_RECOMMEND_ASSIST" => Some(Self::RecommendAssist), + "FRIEND_APPLY_SOURCE_PSN_FRIEND" => Some(Self::PsnFriend), + "FRIEND_APPLY_SOURCE_ASSIST_REWARD" => Some(Self::AssistReward), + _ => None, + } + } +} +/// Obf: KJBEBIMAJFE +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdGachaType { + None = 0, + CmdExchangeGachaCeilingCsReq = 1933, + CmdGetGachaCeilingScRsp = 1977, + CmdExchangeGachaCeilingScRsp = 1912, + CmdGetGachaInfoScRsp = 1971, + CmdDoGachaScRsp = 1942, + CmdDoGachaCsReq = 1983, + CmdGetGachaInfoCsReq = 1998, + CmdGetGachaCeilingCsReq = 1979, +} +impl CmdGachaType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdGachaType::None => "CmdGachaTypeNone", + CmdGachaType::CmdExchangeGachaCeilingCsReq => "CmdExchangeGachaCeilingCsReq", + CmdGachaType::CmdGetGachaCeilingScRsp => "CmdGetGachaCeilingScRsp", + CmdGachaType::CmdExchangeGachaCeilingScRsp => "CmdExchangeGachaCeilingScRsp", + CmdGachaType::CmdGetGachaInfoScRsp => "CmdGetGachaInfoScRsp", + CmdGachaType::CmdDoGachaScRsp => "CmdDoGachaScRsp", + CmdGachaType::CmdDoGachaCsReq => "CmdDoGachaCsReq", + CmdGachaType::CmdGetGachaInfoCsReq => "CmdGetGachaInfoCsReq", + CmdGachaType::CmdGetGachaCeilingCsReq => "CmdGetGachaCeilingCsReq", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdGachaTypeNone" => Some(Self::None), + "CmdExchangeGachaCeilingCsReq" => Some(Self::CmdExchangeGachaCeilingCsReq), + "CmdGetGachaCeilingScRsp" => Some(Self::CmdGetGachaCeilingScRsp), + "CmdExchangeGachaCeilingScRsp" => Some(Self::CmdExchangeGachaCeilingScRsp), + "CmdGetGachaInfoScRsp" => Some(Self::CmdGetGachaInfoScRsp), + "CmdDoGachaScRsp" => Some(Self::CmdDoGachaScRsp), + "CmdDoGachaCsReq" => Some(Self::CmdDoGachaCsReq), + "CmdGetGachaInfoCsReq" => Some(Self::CmdGetGachaInfoCsReq), + "CmdGetGachaCeilingCsReq" => Some(Self::CmdGetGachaCeilingCsReq), + _ => None, + } + } +} +/// Obf: CBHFADPIKNE +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdHeartdialType { + None = 0, + CmdSubmitEmotionItemCsReq = 6379, + CmdGetHeartDialInfoCsReq = 6398, + CmdHeartDialTraceScriptScRsp = 6378, + CmdChangeScriptEmotionScRsp = 6342, + CmdHeartDialScriptChangeScNotify = 6328, + CmdChangeScriptEmotionCsReq = 6383, + CmdHeartDialTraceScriptCsReq = 6338, + CmdGetHeartDialInfoScRsp = 6371, + CmdSubmitEmotionItemScRsp = 6377, + CmdFinishEmotionDialoguePerformanceScRsp = 6312, + CmdFinishEmotionDialoguePerformanceCsReq = 6333, +} +impl CmdHeartdialType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdHeartdialType::None => "CmdHeartdialTypeNone", + CmdHeartdialType::CmdSubmitEmotionItemCsReq => "CmdSubmitEmotionItemCsReq", + CmdHeartdialType::CmdGetHeartDialInfoCsReq => "CmdGetHeartDialInfoCsReq", + CmdHeartdialType::CmdHeartDialTraceScriptScRsp => { + "CmdHeartDialTraceScriptScRsp" + } + CmdHeartdialType::CmdChangeScriptEmotionScRsp => { + "CmdChangeScriptEmotionScRsp" + } + CmdHeartdialType::CmdHeartDialScriptChangeScNotify => { + "CmdHeartDialScriptChangeScNotify" + } + CmdHeartdialType::CmdChangeScriptEmotionCsReq => { + "CmdChangeScriptEmotionCsReq" + } + CmdHeartdialType::CmdHeartDialTraceScriptCsReq => { + "CmdHeartDialTraceScriptCsReq" + } + CmdHeartdialType::CmdGetHeartDialInfoScRsp => "CmdGetHeartDialInfoScRsp", + CmdHeartdialType::CmdSubmitEmotionItemScRsp => "CmdSubmitEmotionItemScRsp", + CmdHeartdialType::CmdFinishEmotionDialoguePerformanceScRsp => { + "CmdFinishEmotionDialoguePerformanceScRsp" + } + CmdHeartdialType::CmdFinishEmotionDialoguePerformanceCsReq => { + "CmdFinishEmotionDialoguePerformanceCsReq" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdHeartdialTypeNone" => Some(Self::None), + "CmdSubmitEmotionItemCsReq" => Some(Self::CmdSubmitEmotionItemCsReq), + "CmdGetHeartDialInfoCsReq" => Some(Self::CmdGetHeartDialInfoCsReq), + "CmdHeartDialTraceScriptScRsp" => Some(Self::CmdHeartDialTraceScriptScRsp), + "CmdChangeScriptEmotionScRsp" => Some(Self::CmdChangeScriptEmotionScRsp), + "CmdHeartDialScriptChangeScNotify" => { + Some(Self::CmdHeartDialScriptChangeScNotify) + } + "CmdChangeScriptEmotionCsReq" => Some(Self::CmdChangeScriptEmotionCsReq), + "CmdHeartDialTraceScriptCsReq" => Some(Self::CmdHeartDialTraceScriptCsReq), + "CmdGetHeartDialInfoScRsp" => Some(Self::CmdGetHeartDialInfoScRsp), + "CmdSubmitEmotionItemScRsp" => Some(Self::CmdSubmitEmotionItemScRsp), + "CmdFinishEmotionDialoguePerformanceScRsp" => { + Some(Self::CmdFinishEmotionDialoguePerformanceScRsp) + } + "CmdFinishEmotionDialoguePerformanceCsReq" => { + Some(Self::CmdFinishEmotionDialoguePerformanceCsReq) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Fohohplgefj { + HeartDialEmotionTypePeace = 0, + HeartDialEmotionTypeAnger = 1, + HeartDialEmotionTypeHappy = 2, + HeartDialEmotionTypeSad = 3, +} +impl Fohohplgefj { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Fohohplgefj::HeartDialEmotionTypePeace => "HEART_DIAL_EMOTION_TYPE_PEACE", + Fohohplgefj::HeartDialEmotionTypeAnger => "HEART_DIAL_EMOTION_TYPE_ANGER", + Fohohplgefj::HeartDialEmotionTypeHappy => "HEART_DIAL_EMOTION_TYPE_HAPPY", + Fohohplgefj::HeartDialEmotionTypeSad => "HEART_DIAL_EMOTION_TYPE_SAD", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "HEART_DIAL_EMOTION_TYPE_PEACE" => Some(Self::HeartDialEmotionTypePeace), + "HEART_DIAL_EMOTION_TYPE_ANGER" => Some(Self::HeartDialEmotionTypeAnger), + "HEART_DIAL_EMOTION_TYPE_HAPPY" => Some(Self::HeartDialEmotionTypeHappy), + "HEART_DIAL_EMOTION_TYPE_SAD" => Some(Self::HeartDialEmotionTypeSad), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Ffopgmamlmf { + HeartDialStepTypeMissing = 0, + HeartDialStepTypeFull = 1, + HeartDialStepTypeLock = 2, + HeartDialStepTypeUnlock = 3, + HeartDialStepTypeNormal = 4, + HeartDialStepTypeControl = 5, +} +impl Ffopgmamlmf { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Ffopgmamlmf::HeartDialStepTypeMissing => "HEART_DIAL_STEP_TYPE_MISSING", + Ffopgmamlmf::HeartDialStepTypeFull => "HEART_DIAL_STEP_TYPE_FULL", + Ffopgmamlmf::HeartDialStepTypeLock => "HEART_DIAL_STEP_TYPE_LOCK", + Ffopgmamlmf::HeartDialStepTypeUnlock => "HEART_DIAL_STEP_TYPE_UNLOCK", + Ffopgmamlmf::HeartDialStepTypeNormal => "HEART_DIAL_STEP_TYPE_NORMAL", + Ffopgmamlmf::HeartDialStepTypeControl => "HEART_DIAL_STEP_TYPE_CONTROL", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "HEART_DIAL_STEP_TYPE_MISSING" => Some(Self::HeartDialStepTypeMissing), + "HEART_DIAL_STEP_TYPE_FULL" => Some(Self::HeartDialStepTypeFull), + "HEART_DIAL_STEP_TYPE_LOCK" => Some(Self::HeartDialStepTypeLock), + "HEART_DIAL_STEP_TYPE_UNLOCK" => Some(Self::HeartDialStepTypeUnlock), + "HEART_DIAL_STEP_TYPE_NORMAL" => Some(Self::HeartDialStepTypeNormal), + "HEART_DIAL_STEP_TYPE_CONTROL" => Some(Self::HeartDialStepTypeControl), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Ihbanbbkcmb { + HeartDialUnlockStatusLock = 0, + HeartDialUnlockStatusUnlockSingle = 1, + HeartDialUnlockStatusUnlockAll = 2, +} +impl Ihbanbbkcmb { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Ihbanbbkcmb::HeartDialUnlockStatusLock => "HEART_DIAL_UNLOCK_STATUS_LOCK", + Ihbanbbkcmb::HeartDialUnlockStatusUnlockSingle => { + "HEART_DIAL_UNLOCK_STATUS_UNLOCK_SINGLE" + } + Ihbanbbkcmb::HeartDialUnlockStatusUnlockAll => { + "HEART_DIAL_UNLOCK_STATUS_UNLOCK_ALL" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "HEART_DIAL_UNLOCK_STATUS_LOCK" => Some(Self::HeartDialUnlockStatusLock), + "HEART_DIAL_UNLOCK_STATUS_UNLOCK_SINGLE" => { + Some(Self::HeartDialUnlockStatusUnlockSingle) + } + "HEART_DIAL_UNLOCK_STATUS_UNLOCK_ALL" => { + Some(Self::HeartDialUnlockStatusUnlockAll) + } + _ => None, + } + } +} +/// Obf: OEJCIJCDHDL +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdHeliobusType { + None = 0, + CmdHeliobusSnsCommentScRsp = 5838, + CmdHeliobusUpgradeLevelScRsp = 5822, + CmdHeliobusSnsPostScRsp = 5877, + CmdHeliobusSnsLikeScRsp = 5812, + CmdHeliobusSnsPostCsReq = 5879, + CmdHeliobusUpgradeLevelCsReq = 5889, + CmdHeliobusStartRaidScRsp = 5852, + CmdHeliobusSelectSkillCsReq = 5805, + CmdHeliobusUnlockSkillScNotify = 5866, + CmdHeliobusEnterBattleCsReq = 5831, + CmdHeliobusSnsReadScRsp = 5842, + CmdHeliobusInfoChangedScNotify = 5856, + CmdHeliobusActivityDataCsReq = 5898, + CmdHeliobusChallengeUpdateScNotify = 5811, + CmdHeliobusStartRaidCsReq = 5860, + CmdHeliobusSelectSkillScRsp = 5845, + CmdHeliobusActivityDataScRsp = 5871, + CmdHeliobusEnterBattleScRsp = 5804, + CmdHeliobusLineupUpdateScNotify = 5810, + CmdHeliobusSnsReadCsReq = 5883, + CmdHeliobusSnsCommentCsReq = 5828, + CmdHeliobusSnsLikeCsReq = 5833, + CmdHeliobusSnsUpdateScNotify = 5878, +} +impl CmdHeliobusType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdHeliobusType::None => "CmdHeliobusTypeNone", + CmdHeliobusType::CmdHeliobusSnsCommentScRsp => "CmdHeliobusSnsCommentScRsp", + CmdHeliobusType::CmdHeliobusUpgradeLevelScRsp => { + "CmdHeliobusUpgradeLevelScRsp" + } + CmdHeliobusType::CmdHeliobusSnsPostScRsp => "CmdHeliobusSnsPostScRsp", + CmdHeliobusType::CmdHeliobusSnsLikeScRsp => "CmdHeliobusSnsLikeScRsp", + CmdHeliobusType::CmdHeliobusSnsPostCsReq => "CmdHeliobusSnsPostCsReq", + CmdHeliobusType::CmdHeliobusUpgradeLevelCsReq => { + "CmdHeliobusUpgradeLevelCsReq" + } + CmdHeliobusType::CmdHeliobusStartRaidScRsp => "CmdHeliobusStartRaidScRsp", + CmdHeliobusType::CmdHeliobusSelectSkillCsReq => "CmdHeliobusSelectSkillCsReq", + CmdHeliobusType::CmdHeliobusUnlockSkillScNotify => { + "CmdHeliobusUnlockSkillScNotify" + } + CmdHeliobusType::CmdHeliobusEnterBattleCsReq => "CmdHeliobusEnterBattleCsReq", + CmdHeliobusType::CmdHeliobusSnsReadScRsp => "CmdHeliobusSnsReadScRsp", + CmdHeliobusType::CmdHeliobusInfoChangedScNotify => { + "CmdHeliobusInfoChangedScNotify" + } + CmdHeliobusType::CmdHeliobusActivityDataCsReq => { + "CmdHeliobusActivityDataCsReq" + } + CmdHeliobusType::CmdHeliobusChallengeUpdateScNotify => { + "CmdHeliobusChallengeUpdateScNotify" + } + CmdHeliobusType::CmdHeliobusStartRaidCsReq => "CmdHeliobusStartRaidCsReq", + CmdHeliobusType::CmdHeliobusSelectSkillScRsp => "CmdHeliobusSelectSkillScRsp", + CmdHeliobusType::CmdHeliobusActivityDataScRsp => { + "CmdHeliobusActivityDataScRsp" + } + CmdHeliobusType::CmdHeliobusEnterBattleScRsp => "CmdHeliobusEnterBattleScRsp", + CmdHeliobusType::CmdHeliobusLineupUpdateScNotify => { + "CmdHeliobusLineupUpdateScNotify" + } + CmdHeliobusType::CmdHeliobusSnsReadCsReq => "CmdHeliobusSnsReadCsReq", + CmdHeliobusType::CmdHeliobusSnsCommentCsReq => "CmdHeliobusSnsCommentCsReq", + CmdHeliobusType::CmdHeliobusSnsLikeCsReq => "CmdHeliobusSnsLikeCsReq", + CmdHeliobusType::CmdHeliobusSnsUpdateScNotify => { + "CmdHeliobusSnsUpdateScNotify" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdHeliobusTypeNone" => Some(Self::None), + "CmdHeliobusSnsCommentScRsp" => Some(Self::CmdHeliobusSnsCommentScRsp), + "CmdHeliobusUpgradeLevelScRsp" => Some(Self::CmdHeliobusUpgradeLevelScRsp), + "CmdHeliobusSnsPostScRsp" => Some(Self::CmdHeliobusSnsPostScRsp), + "CmdHeliobusSnsLikeScRsp" => Some(Self::CmdHeliobusSnsLikeScRsp), + "CmdHeliobusSnsPostCsReq" => Some(Self::CmdHeliobusSnsPostCsReq), + "CmdHeliobusUpgradeLevelCsReq" => Some(Self::CmdHeliobusUpgradeLevelCsReq), + "CmdHeliobusStartRaidScRsp" => Some(Self::CmdHeliobusStartRaidScRsp), + "CmdHeliobusSelectSkillCsReq" => Some(Self::CmdHeliobusSelectSkillCsReq), + "CmdHeliobusUnlockSkillScNotify" => { + Some(Self::CmdHeliobusUnlockSkillScNotify) + } + "CmdHeliobusEnterBattleCsReq" => Some(Self::CmdHeliobusEnterBattleCsReq), + "CmdHeliobusSnsReadScRsp" => Some(Self::CmdHeliobusSnsReadScRsp), + "CmdHeliobusInfoChangedScNotify" => { + Some(Self::CmdHeliobusInfoChangedScNotify) + } + "CmdHeliobusActivityDataCsReq" => Some(Self::CmdHeliobusActivityDataCsReq), + "CmdHeliobusChallengeUpdateScNotify" => { + Some(Self::CmdHeliobusChallengeUpdateScNotify) + } + "CmdHeliobusStartRaidCsReq" => Some(Self::CmdHeliobusStartRaidCsReq), + "CmdHeliobusSelectSkillScRsp" => Some(Self::CmdHeliobusSelectSkillScRsp), + "CmdHeliobusActivityDataScRsp" => Some(Self::CmdHeliobusActivityDataScRsp), + "CmdHeliobusEnterBattleScRsp" => Some(Self::CmdHeliobusEnterBattleScRsp), + "CmdHeliobusLineupUpdateScNotify" => { + Some(Self::CmdHeliobusLineupUpdateScNotify) + } + "CmdHeliobusSnsReadCsReq" => Some(Self::CmdHeliobusSnsReadCsReq), + "CmdHeliobusSnsCommentCsReq" => Some(Self::CmdHeliobusSnsCommentCsReq), + "CmdHeliobusSnsLikeCsReq" => Some(Self::CmdHeliobusSnsLikeCsReq), + "CmdHeliobusSnsUpdateScNotify" => Some(Self::CmdHeliobusSnsUpdateScNotify), + _ => None, + } + } +} +/// Obf: DLOMCHHLNBP +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdItemType { + None = 0, + CmdLockRelicScRsp = 520, + CmdComposeSelectedRelicScRsp = 510, + CmdRankUpEquipmentCsReq = 528, + CmdRankUpEquipmentScRsp = 538, + CmdDestroyItemScRsp = 514, + CmdGetMarkItemListScRsp = 593, + CmdExchangeHcoinScRsp = 552, + CmdComposeItemScRsp = 522, + CmdUseItemScRsp = 512, + CmdLockEquipmentScRsp = 577, + CmdExchangeHcoinCsReq = 560, + CmdDeleteRelicFilterPlanScRsp = 576, + CmdRelicFilterPlanClearNameScNotify = 503, + CmdPromoteEquipmentScRsp = 542, + CmdAddEquipmentScNotify = 600, + CmdMarkRelicFilterPlanScRsp = 549, + CmdModifyRelicFilterPlanScRsp = 558, + CmdRechargeSuccNotify = 504, + CmdExpUpEquipmentScRsp = 556, + CmdGetRecyleTimeCsReq = 562, + CmdSetTurnFoodSwitchScRsp = 557, + CmdCancelMarkItemNotify = 536, + CmdComposeSelectedRelicCsReq = 511, + CmdGetMarkItemListCsReq = 588, + CmdComposeLimitNumCompleteNotify = 523, + CmdComposeItemCsReq = 589, + CmdGeneralVirtualItemDataNotify = 525, + CmdGetBagScRsp = 571, + CmdExpUpRelicCsReq = 566, + CmdModifyRelicFilterPlanCsReq = 569, + CmdSetTurnFoodSwitchCsReq = 565, + CmdLockRelicCsReq = 545, + CmdPromoteEquipmentCsReq = 583, + CmdAddRelicFilterPlanScRsp = 554, + CmdComposeLimitNumUpdateNotify = 585, + CmdSellItemScRsp = 531, + CmdGetRelicFilterPlanCsReq = 564, + CmdAddRelicFilterPlanCsReq = 587, + CmdExpUpEquipmentCsReq = 578, + CmdLockEquipmentCsReq = 579, + CmdMarkItemCsReq = 563, + CmdDestroyItemCsReq = 516, + CmdGetBagCsReq = 598, + CmdUseItemCsReq = 533, + CmdMarkItemScRsp = 555, + CmdExpUpRelicScRsp = 505, + CmdGetRecyleTimeScRsp = 506, + CmdMarkRelicFilterPlanCsReq = 539, + CmdSyncTurnFoodNotify = 502, + CmdSellItemCsReq = 550, + CmdDiscardRelicCsReq = 515, + CmdGetRelicFilterPlanScRsp = 535, + CmdDiscardRelicScRsp = 519, + CmdDeleteRelicFilterPlanCsReq = 567, +} +impl CmdItemType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdItemType::None => "CmdItemTypeNone", + CmdItemType::CmdLockRelicScRsp => "CmdLockRelicScRsp", + CmdItemType::CmdComposeSelectedRelicScRsp => "CmdComposeSelectedRelicScRsp", + CmdItemType::CmdRankUpEquipmentCsReq => "CmdRankUpEquipmentCsReq", + CmdItemType::CmdRankUpEquipmentScRsp => "CmdRankUpEquipmentScRsp", + CmdItemType::CmdDestroyItemScRsp => "CmdDestroyItemScRsp", + CmdItemType::CmdGetMarkItemListScRsp => "CmdGetMarkItemListScRsp", + CmdItemType::CmdExchangeHcoinScRsp => "CmdExchangeHcoinScRsp", + CmdItemType::CmdComposeItemScRsp => "CmdComposeItemScRsp", + CmdItemType::CmdUseItemScRsp => "CmdUseItemScRsp", + CmdItemType::CmdLockEquipmentScRsp => "CmdLockEquipmentScRsp", + CmdItemType::CmdExchangeHcoinCsReq => "CmdExchangeHcoinCsReq", + CmdItemType::CmdDeleteRelicFilterPlanScRsp => "CmdDeleteRelicFilterPlanScRsp", + CmdItemType::CmdRelicFilterPlanClearNameScNotify => { + "CmdRelicFilterPlanClearNameScNotify" + } + CmdItemType::CmdPromoteEquipmentScRsp => "CmdPromoteEquipmentScRsp", + CmdItemType::CmdAddEquipmentScNotify => "CmdAddEquipmentScNotify", + CmdItemType::CmdMarkRelicFilterPlanScRsp => "CmdMarkRelicFilterPlanScRsp", + CmdItemType::CmdModifyRelicFilterPlanScRsp => "CmdModifyRelicFilterPlanScRsp", + CmdItemType::CmdRechargeSuccNotify => "CmdRechargeSuccNotify", + CmdItemType::CmdExpUpEquipmentScRsp => "CmdExpUpEquipmentScRsp", + CmdItemType::CmdGetRecyleTimeCsReq => "CmdGetRecyleTimeCsReq", + CmdItemType::CmdSetTurnFoodSwitchScRsp => "CmdSetTurnFoodSwitchScRsp", + CmdItemType::CmdCancelMarkItemNotify => "CmdCancelMarkItemNotify", + CmdItemType::CmdComposeSelectedRelicCsReq => "CmdComposeSelectedRelicCsReq", + CmdItemType::CmdGetMarkItemListCsReq => "CmdGetMarkItemListCsReq", + CmdItemType::CmdComposeLimitNumCompleteNotify => { + "CmdComposeLimitNumCompleteNotify" + } + CmdItemType::CmdComposeItemCsReq => "CmdComposeItemCsReq", + CmdItemType::CmdGeneralVirtualItemDataNotify => { + "CmdGeneralVirtualItemDataNotify" + } + CmdItemType::CmdGetBagScRsp => "CmdGetBagScRsp", + CmdItemType::CmdExpUpRelicCsReq => "CmdExpUpRelicCsReq", + CmdItemType::CmdModifyRelicFilterPlanCsReq => "CmdModifyRelicFilterPlanCsReq", + CmdItemType::CmdSetTurnFoodSwitchCsReq => "CmdSetTurnFoodSwitchCsReq", + CmdItemType::CmdLockRelicCsReq => "CmdLockRelicCsReq", + CmdItemType::CmdPromoteEquipmentCsReq => "CmdPromoteEquipmentCsReq", + CmdItemType::CmdAddRelicFilterPlanScRsp => "CmdAddRelicFilterPlanScRsp", + CmdItemType::CmdComposeLimitNumUpdateNotify => { + "CmdComposeLimitNumUpdateNotify" + } + CmdItemType::CmdSellItemScRsp => "CmdSellItemScRsp", + CmdItemType::CmdGetRelicFilterPlanCsReq => "CmdGetRelicFilterPlanCsReq", + CmdItemType::CmdAddRelicFilterPlanCsReq => "CmdAddRelicFilterPlanCsReq", + CmdItemType::CmdExpUpEquipmentCsReq => "CmdExpUpEquipmentCsReq", + CmdItemType::CmdLockEquipmentCsReq => "CmdLockEquipmentCsReq", + CmdItemType::CmdMarkItemCsReq => "CmdMarkItemCsReq", + CmdItemType::CmdDestroyItemCsReq => "CmdDestroyItemCsReq", + CmdItemType::CmdGetBagCsReq => "CmdGetBagCsReq", + CmdItemType::CmdUseItemCsReq => "CmdUseItemCsReq", + CmdItemType::CmdMarkItemScRsp => "CmdMarkItemScRsp", + CmdItemType::CmdExpUpRelicScRsp => "CmdExpUpRelicScRsp", + CmdItemType::CmdGetRecyleTimeScRsp => "CmdGetRecyleTimeScRsp", + CmdItemType::CmdMarkRelicFilterPlanCsReq => "CmdMarkRelicFilterPlanCsReq", + CmdItemType::CmdSyncTurnFoodNotify => "CmdSyncTurnFoodNotify", + CmdItemType::CmdSellItemCsReq => "CmdSellItemCsReq", + CmdItemType::CmdDiscardRelicCsReq => "CmdDiscardRelicCsReq", + CmdItemType::CmdGetRelicFilterPlanScRsp => "CmdGetRelicFilterPlanScRsp", + CmdItemType::CmdDiscardRelicScRsp => "CmdDiscardRelicScRsp", + CmdItemType::CmdDeleteRelicFilterPlanCsReq => "CmdDeleteRelicFilterPlanCsReq", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdItemTypeNone" => Some(Self::None), + "CmdLockRelicScRsp" => Some(Self::CmdLockRelicScRsp), + "CmdComposeSelectedRelicScRsp" => Some(Self::CmdComposeSelectedRelicScRsp), + "CmdRankUpEquipmentCsReq" => Some(Self::CmdRankUpEquipmentCsReq), + "CmdRankUpEquipmentScRsp" => Some(Self::CmdRankUpEquipmentScRsp), + "CmdDestroyItemScRsp" => Some(Self::CmdDestroyItemScRsp), + "CmdGetMarkItemListScRsp" => Some(Self::CmdGetMarkItemListScRsp), + "CmdExchangeHcoinScRsp" => Some(Self::CmdExchangeHcoinScRsp), + "CmdComposeItemScRsp" => Some(Self::CmdComposeItemScRsp), + "CmdUseItemScRsp" => Some(Self::CmdUseItemScRsp), + "CmdLockEquipmentScRsp" => Some(Self::CmdLockEquipmentScRsp), + "CmdExchangeHcoinCsReq" => Some(Self::CmdExchangeHcoinCsReq), + "CmdDeleteRelicFilterPlanScRsp" => Some(Self::CmdDeleteRelicFilterPlanScRsp), + "CmdRelicFilterPlanClearNameScNotify" => { + Some(Self::CmdRelicFilterPlanClearNameScNotify) + } + "CmdPromoteEquipmentScRsp" => Some(Self::CmdPromoteEquipmentScRsp), + "CmdAddEquipmentScNotify" => Some(Self::CmdAddEquipmentScNotify), + "CmdMarkRelicFilterPlanScRsp" => Some(Self::CmdMarkRelicFilterPlanScRsp), + "CmdModifyRelicFilterPlanScRsp" => Some(Self::CmdModifyRelicFilterPlanScRsp), + "CmdRechargeSuccNotify" => Some(Self::CmdRechargeSuccNotify), + "CmdExpUpEquipmentScRsp" => Some(Self::CmdExpUpEquipmentScRsp), + "CmdGetRecyleTimeCsReq" => Some(Self::CmdGetRecyleTimeCsReq), + "CmdSetTurnFoodSwitchScRsp" => Some(Self::CmdSetTurnFoodSwitchScRsp), + "CmdCancelMarkItemNotify" => Some(Self::CmdCancelMarkItemNotify), + "CmdComposeSelectedRelicCsReq" => Some(Self::CmdComposeSelectedRelicCsReq), + "CmdGetMarkItemListCsReq" => Some(Self::CmdGetMarkItemListCsReq), + "CmdComposeLimitNumCompleteNotify" => { + Some(Self::CmdComposeLimitNumCompleteNotify) + } + "CmdComposeItemCsReq" => Some(Self::CmdComposeItemCsReq), + "CmdGeneralVirtualItemDataNotify" => { + Some(Self::CmdGeneralVirtualItemDataNotify) + } + "CmdGetBagScRsp" => Some(Self::CmdGetBagScRsp), + "CmdExpUpRelicCsReq" => Some(Self::CmdExpUpRelicCsReq), + "CmdModifyRelicFilterPlanCsReq" => Some(Self::CmdModifyRelicFilterPlanCsReq), + "CmdSetTurnFoodSwitchCsReq" => Some(Self::CmdSetTurnFoodSwitchCsReq), + "CmdLockRelicCsReq" => Some(Self::CmdLockRelicCsReq), + "CmdPromoteEquipmentCsReq" => Some(Self::CmdPromoteEquipmentCsReq), + "CmdAddRelicFilterPlanScRsp" => Some(Self::CmdAddRelicFilterPlanScRsp), + "CmdComposeLimitNumUpdateNotify" => { + Some(Self::CmdComposeLimitNumUpdateNotify) + } + "CmdSellItemScRsp" => Some(Self::CmdSellItemScRsp), + "CmdGetRelicFilterPlanCsReq" => Some(Self::CmdGetRelicFilterPlanCsReq), + "CmdAddRelicFilterPlanCsReq" => Some(Self::CmdAddRelicFilterPlanCsReq), + "CmdExpUpEquipmentCsReq" => Some(Self::CmdExpUpEquipmentCsReq), + "CmdLockEquipmentCsReq" => Some(Self::CmdLockEquipmentCsReq), + "CmdMarkItemCsReq" => Some(Self::CmdMarkItemCsReq), + "CmdDestroyItemCsReq" => Some(Self::CmdDestroyItemCsReq), + "CmdGetBagCsReq" => Some(Self::CmdGetBagCsReq), + "CmdUseItemCsReq" => Some(Self::CmdUseItemCsReq), + "CmdMarkItemScRsp" => Some(Self::CmdMarkItemScRsp), + "CmdExpUpRelicScRsp" => Some(Self::CmdExpUpRelicScRsp), + "CmdGetRecyleTimeScRsp" => Some(Self::CmdGetRecyleTimeScRsp), + "CmdMarkRelicFilterPlanCsReq" => Some(Self::CmdMarkRelicFilterPlanCsReq), + "CmdSyncTurnFoodNotify" => Some(Self::CmdSyncTurnFoodNotify), + "CmdSellItemCsReq" => Some(Self::CmdSellItemCsReq), + "CmdDiscardRelicCsReq" => Some(Self::CmdDiscardRelicCsReq), + "CmdGetRelicFilterPlanScRsp" => Some(Self::CmdGetRelicFilterPlanScRsp), + "CmdDiscardRelicScRsp" => Some(Self::CmdDiscardRelicScRsp), + "CmdDeleteRelicFilterPlanCsReq" => Some(Self::CmdDeleteRelicFilterPlanCsReq), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum TurnFoodSwitch { + None = 0, + Attack = 1, + Define = 2, +} +impl TurnFoodSwitch { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + TurnFoodSwitch::None => "TURN_FOOD_SWITCH_NONE", + TurnFoodSwitch::Attack => "TURN_FOOD_SWITCH_ATTACK", + TurnFoodSwitch::Define => "TURN_FOOD_SWITCH_DEFINE", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "TURN_FOOD_SWITCH_NONE" => Some(Self::None), + "TURN_FOOD_SWITCH_ATTACK" => Some(Self::Attack), + "TURN_FOOD_SWITCH_DEFINE" => Some(Self::Define), + _ => None, + } + } +} +/// Obf: PPAPCBHECBD +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdJukeboxType { + None = 0, + CmdGetJukeboxDataScRsp = 3171, + CmdTrialBackGroundMusicCsReq = 3133, + CmdUnlockBackGroundMusicCsReq = 3179, + CmdUnlockBackGroundMusicScRsp = 3177, + CmdTrialBackGroundMusicScRsp = 3112, + CmdPlayBackGroundMusicCsReq = 3183, + CmdGetJukeboxDataCsReq = 3198, + CmdPlayBackGroundMusicScRsp = 3142, +} +impl CmdJukeboxType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdJukeboxType::None => "CmdJukeboxTypeNone", + CmdJukeboxType::CmdGetJukeboxDataScRsp => "CmdGetJukeboxDataScRsp", + CmdJukeboxType::CmdTrialBackGroundMusicCsReq => { + "CmdTrialBackGroundMusicCsReq" + } + CmdJukeboxType::CmdUnlockBackGroundMusicCsReq => { + "CmdUnlockBackGroundMusicCsReq" + } + CmdJukeboxType::CmdUnlockBackGroundMusicScRsp => { + "CmdUnlockBackGroundMusicScRsp" + } + CmdJukeboxType::CmdTrialBackGroundMusicScRsp => { + "CmdTrialBackGroundMusicScRsp" + } + CmdJukeboxType::CmdPlayBackGroundMusicCsReq => "CmdPlayBackGroundMusicCsReq", + CmdJukeboxType::CmdGetJukeboxDataCsReq => "CmdGetJukeboxDataCsReq", + CmdJukeboxType::CmdPlayBackGroundMusicScRsp => "CmdPlayBackGroundMusicScRsp", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdJukeboxTypeNone" => Some(Self::None), + "CmdGetJukeboxDataScRsp" => Some(Self::CmdGetJukeboxDataScRsp), + "CmdTrialBackGroundMusicCsReq" => Some(Self::CmdTrialBackGroundMusicCsReq), + "CmdUnlockBackGroundMusicCsReq" => Some(Self::CmdUnlockBackGroundMusicCsReq), + "CmdUnlockBackGroundMusicScRsp" => Some(Self::CmdUnlockBackGroundMusicScRsp), + "CmdTrialBackGroundMusicScRsp" => Some(Self::CmdTrialBackGroundMusicScRsp), + "CmdPlayBackGroundMusicCsReq" => Some(Self::CmdPlayBackGroundMusicCsReq), + "CmdGetJukeboxDataCsReq" => Some(Self::CmdGetJukeboxDataCsReq), + "CmdPlayBackGroundMusicScRsp" => Some(Self::CmdPlayBackGroundMusicScRsp), + _ => None, + } + } +} +/// Obf: HEJIILLGMDM +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdLineupType { + None = 0, + CmdVirtualLineupDestroyNotify = 760, + CmdGetStageLineupScRsp = 771, + CmdVirtualLineupTrialAvatarChangeScNotify = 800, + CmdGetStageLineupCsReq = 798, + CmdSyncLineupNotify = 778, + CmdChangeLineupLeaderScRsp = 766, + CmdSwitchLineupIndexCsReq = 705, + CmdQuitLineupScRsp = 712, + CmdJoinLineupCsReq = 779, + CmdQuitLineupCsReq = 733, + CmdReplaceLineupScRsp = 711, + CmdGetAllLineupDataScRsp = 704, + CmdSetLineupNameScRsp = 750, + CmdGetCurLineupDataScRsp = 742, + CmdSwapLineupScRsp = 738, + CmdSwitchLineupIndexScRsp = 745, + CmdGetLineupAvatarDataCsReq = 756, + CmdGetLineupAvatarDataScRsp = 789, + CmdSwapLineupCsReq = 728, + CmdSetLineupNameCsReq = 720, + CmdReplaceLineupCsReq = 752, + CmdChangeLineupLeaderCsReq = 722, + CmdGetCurLineupDataCsReq = 783, + CmdExtraLineupDestroyNotify = 710, + CmdGetAllLineupDataCsReq = 731, + CmdJoinLineupScRsp = 777, +} +impl CmdLineupType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdLineupType::None => "CmdLineupTypeNone", + CmdLineupType::CmdVirtualLineupDestroyNotify => { + "CmdVirtualLineupDestroyNotify" + } + CmdLineupType::CmdGetStageLineupScRsp => "CmdGetStageLineupScRsp", + CmdLineupType::CmdVirtualLineupTrialAvatarChangeScNotify => { + "CmdVirtualLineupTrialAvatarChangeScNotify" + } + CmdLineupType::CmdGetStageLineupCsReq => "CmdGetStageLineupCsReq", + CmdLineupType::CmdSyncLineupNotify => "CmdSyncLineupNotify", + CmdLineupType::CmdChangeLineupLeaderScRsp => "CmdChangeLineupLeaderScRsp", + CmdLineupType::CmdSwitchLineupIndexCsReq => "CmdSwitchLineupIndexCsReq", + CmdLineupType::CmdQuitLineupScRsp => "CmdQuitLineupScRsp", + CmdLineupType::CmdJoinLineupCsReq => "CmdJoinLineupCsReq", + CmdLineupType::CmdQuitLineupCsReq => "CmdQuitLineupCsReq", + CmdLineupType::CmdReplaceLineupScRsp => "CmdReplaceLineupScRsp", + CmdLineupType::CmdGetAllLineupDataScRsp => "CmdGetAllLineupDataScRsp", + CmdLineupType::CmdSetLineupNameScRsp => "CmdSetLineupNameScRsp", + CmdLineupType::CmdGetCurLineupDataScRsp => "CmdGetCurLineupDataScRsp", + CmdLineupType::CmdSwapLineupScRsp => "CmdSwapLineupScRsp", + CmdLineupType::CmdSwitchLineupIndexScRsp => "CmdSwitchLineupIndexScRsp", + CmdLineupType::CmdGetLineupAvatarDataCsReq => "CmdGetLineupAvatarDataCsReq", + CmdLineupType::CmdGetLineupAvatarDataScRsp => "CmdGetLineupAvatarDataScRsp", + CmdLineupType::CmdSwapLineupCsReq => "CmdSwapLineupCsReq", + CmdLineupType::CmdSetLineupNameCsReq => "CmdSetLineupNameCsReq", + CmdLineupType::CmdReplaceLineupCsReq => "CmdReplaceLineupCsReq", + CmdLineupType::CmdChangeLineupLeaderCsReq => "CmdChangeLineupLeaderCsReq", + CmdLineupType::CmdGetCurLineupDataCsReq => "CmdGetCurLineupDataCsReq", + CmdLineupType::CmdExtraLineupDestroyNotify => "CmdExtraLineupDestroyNotify", + CmdLineupType::CmdGetAllLineupDataCsReq => "CmdGetAllLineupDataCsReq", + CmdLineupType::CmdJoinLineupScRsp => "CmdJoinLineupScRsp", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdLineupTypeNone" => Some(Self::None), + "CmdVirtualLineupDestroyNotify" => Some(Self::CmdVirtualLineupDestroyNotify), + "CmdGetStageLineupScRsp" => Some(Self::CmdGetStageLineupScRsp), + "CmdVirtualLineupTrialAvatarChangeScNotify" => { + Some(Self::CmdVirtualLineupTrialAvatarChangeScNotify) + } + "CmdGetStageLineupCsReq" => Some(Self::CmdGetStageLineupCsReq), + "CmdSyncLineupNotify" => Some(Self::CmdSyncLineupNotify), + "CmdChangeLineupLeaderScRsp" => Some(Self::CmdChangeLineupLeaderScRsp), + "CmdSwitchLineupIndexCsReq" => Some(Self::CmdSwitchLineupIndexCsReq), + "CmdQuitLineupScRsp" => Some(Self::CmdQuitLineupScRsp), + "CmdJoinLineupCsReq" => Some(Self::CmdJoinLineupCsReq), + "CmdQuitLineupCsReq" => Some(Self::CmdQuitLineupCsReq), + "CmdReplaceLineupScRsp" => Some(Self::CmdReplaceLineupScRsp), + "CmdGetAllLineupDataScRsp" => Some(Self::CmdGetAllLineupDataScRsp), + "CmdSetLineupNameScRsp" => Some(Self::CmdSetLineupNameScRsp), + "CmdGetCurLineupDataScRsp" => Some(Self::CmdGetCurLineupDataScRsp), + "CmdSwapLineupScRsp" => Some(Self::CmdSwapLineupScRsp), + "CmdSwitchLineupIndexScRsp" => Some(Self::CmdSwitchLineupIndexScRsp), + "CmdGetLineupAvatarDataCsReq" => Some(Self::CmdGetLineupAvatarDataCsReq), + "CmdGetLineupAvatarDataScRsp" => Some(Self::CmdGetLineupAvatarDataScRsp), + "CmdSwapLineupCsReq" => Some(Self::CmdSwapLineupCsReq), + "CmdSetLineupNameCsReq" => Some(Self::CmdSetLineupNameCsReq), + "CmdReplaceLineupCsReq" => Some(Self::CmdReplaceLineupCsReq), + "CmdChangeLineupLeaderCsReq" => Some(Self::CmdChangeLineupLeaderCsReq), + "CmdGetCurLineupDataCsReq" => Some(Self::CmdGetCurLineupDataCsReq), + "CmdExtraLineupDestroyNotify" => Some(Self::CmdExtraLineupDestroyNotify), + "CmdGetAllLineupDataCsReq" => Some(Self::CmdGetAllLineupDataCsReq), + "CmdJoinLineupScRsp" => Some(Self::CmdJoinLineupScRsp), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Nloomdlneec { + LineupTypeNone = 0, + LineupTypePreset = 1, + LineupTypeVirtual = 2, + LineupTypeExtra = 3, + LineupTypeStoryLine = 4, +} +impl Nloomdlneec { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Nloomdlneec::LineupTypeNone => "LINEUP_TYPE_NONE", + Nloomdlneec::LineupTypePreset => "LINEUP_TYPE_PRESET", + Nloomdlneec::LineupTypeVirtual => "LINEUP_TYPE_VIRTUAL", + Nloomdlneec::LineupTypeExtra => "LINEUP_TYPE_EXTRA", + Nloomdlneec::LineupTypeStoryLine => "LINEUP_TYPE_STORY_LINE", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "LINEUP_TYPE_NONE" => Some(Self::LineupTypeNone), + "LINEUP_TYPE_PRESET" => Some(Self::LineupTypePreset), + "LINEUP_TYPE_VIRTUAL" => Some(Self::LineupTypeVirtual), + "LINEUP_TYPE_EXTRA" => Some(Self::LineupTypeExtra), + "LINEUP_TYPE_STORY_LINE" => Some(Self::LineupTypeStoryLine), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum ExtraLineupType { + LineupNone = 0, + LineupChallenge = 1, + LineupRogue = 2, + LineupChallenge2 = 3, + LineupChallenge3 = 4, + LineupRogueChallenge = 5, + LineupStageTrial = 6, + LineupRogueTrial = 7, + LineupActivity = 8, + LineupBoxingClub = 9, + LineupTreasureDungeon = 11, + LineupChessRogue = 12, + LineupHeliobus = 13, + LineupTournRogue = 14, + LineupRelicRogue = 15, + LineupArcadeRogue = 16, + LineupMagicRogue = 17, +} +impl ExtraLineupType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + ExtraLineupType::LineupNone => "LINEUP_NONE", + ExtraLineupType::LineupChallenge => "LINEUP_CHALLENGE", + ExtraLineupType::LineupRogue => "LINEUP_ROGUE", + ExtraLineupType::LineupChallenge2 => "LINEUP_CHALLENGE_2", + ExtraLineupType::LineupChallenge3 => "LINEUP_CHALLENGE_3", + ExtraLineupType::LineupRogueChallenge => "LINEUP_ROGUE_CHALLENGE", + ExtraLineupType::LineupStageTrial => "LINEUP_STAGE_TRIAL", + ExtraLineupType::LineupRogueTrial => "LINEUP_ROGUE_TRIAL", + ExtraLineupType::LineupActivity => "LINEUP_ACTIVITY", + ExtraLineupType::LineupBoxingClub => "LINEUP_BOXING_CLUB", + ExtraLineupType::LineupTreasureDungeon => "LINEUP_TREASURE_DUNGEON", + ExtraLineupType::LineupChessRogue => "LINEUP_CHESS_ROGUE", + ExtraLineupType::LineupHeliobus => "LINEUP_HELIOBUS", + ExtraLineupType::LineupTournRogue => "LINEUP_TOURN_ROGUE", + ExtraLineupType::LineupRelicRogue => "LINEUP_RELIC_ROGUE", + ExtraLineupType::LineupArcadeRogue => "LINEUP_ARCADE_ROGUE", + ExtraLineupType::LineupMagicRogue => "LINEUP_MAGIC_ROGUE", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "LINEUP_NONE" => Some(Self::LineupNone), + "LINEUP_CHALLENGE" => Some(Self::LineupChallenge), + "LINEUP_ROGUE" => Some(Self::LineupRogue), + "LINEUP_CHALLENGE_2" => Some(Self::LineupChallenge2), + "LINEUP_CHALLENGE_3" => Some(Self::LineupChallenge3), + "LINEUP_ROGUE_CHALLENGE" => Some(Self::LineupRogueChallenge), + "LINEUP_STAGE_TRIAL" => Some(Self::LineupStageTrial), + "LINEUP_ROGUE_TRIAL" => Some(Self::LineupRogueTrial), + "LINEUP_ACTIVITY" => Some(Self::LineupActivity), + "LINEUP_BOXING_CLUB" => Some(Self::LineupBoxingClub), + "LINEUP_TREASURE_DUNGEON" => Some(Self::LineupTreasureDungeon), + "LINEUP_CHESS_ROGUE" => Some(Self::LineupChessRogue), + "LINEUP_HELIOBUS" => Some(Self::LineupHeliobus), + "LINEUP_TOURN_ROGUE" => Some(Self::LineupTournRogue), + "LINEUP_RELIC_ROGUE" => Some(Self::LineupRelicRogue), + "LINEUP_ARCADE_ROGUE" => Some(Self::LineupArcadeRogue), + "LINEUP_MAGIC_ROGUE" => Some(Self::LineupMagicRogue), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] #[repr(i32)] pub enum SyncReason { @@ -12540,38 +41964,142 @@ impl SyncReason { } } } +/// Obf: MIKADMMPDPL +#[derive(proto_derive::CmdID)] #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] #[repr(i32)] -pub enum BattleEndStatus { - BattleEndNone = 0, - BattleEndWin = 1, - BattleEndLose = 2, - BattleEndQuit = 3, +pub enum CmdLobbyType { + None = 0, + CmdLobbyGetInfoCsReq = 7355, + CmdLobbyQuitCsReq = 7375, + CmdLobbyQuitScRsp = 7398, + CmdLobbyKickOutCsReq = 7363, + CmdLobbyGetInfoScRsp = 7393, + CmdLobbyInviteScNotify = 7377, + CmdLobbyCreateScRsp = 7387, + CmdLobbyBeginScRsp = 7360, + CmdLobbyCreateCsReq = 7379, + CmdLobbySyncInfoScNotify = 7364, + CmdLobbyBeginCsReq = 7394, + CmdLobbyInviteScRsp = 7396, + CmdLobbyModifyPlayerInfoScRsp = 7382, + CmdLobbyInviteCsReq = 7399, + CmdLobbyKickOutScRsp = 7351, + CmdLobbyJoinScRsp = 7352, + CmdLobbyModifyPlayerInfoCsReq = 7374, + CmdLobbyJoinCsReq = 7392, } -impl BattleEndStatus { +impl CmdLobbyType { /// String value of the enum field names used in the ProtoBuf definition. /// /// The values are not transformed in any way and thus are considered stable /// (if the ProtoBuf definition does not change) and safe for programmatic use. pub fn as_str_name(&self) -> &'static str { match self { - BattleEndStatus::BattleEndNone => "BATTLE_END_NONE", - BattleEndStatus::BattleEndWin => "BATTLE_END_WIN", - BattleEndStatus::BattleEndLose => "BATTLE_END_LOSE", - BattleEndStatus::BattleEndQuit => "BATTLE_END_QUIT", + CmdLobbyType::None => "CmdLobbyTypeNone", + CmdLobbyType::CmdLobbyGetInfoCsReq => "CmdLobbyGetInfoCsReq", + CmdLobbyType::CmdLobbyQuitCsReq => "CmdLobbyQuitCsReq", + CmdLobbyType::CmdLobbyQuitScRsp => "CmdLobbyQuitScRsp", + CmdLobbyType::CmdLobbyKickOutCsReq => "CmdLobbyKickOutCsReq", + CmdLobbyType::CmdLobbyGetInfoScRsp => "CmdLobbyGetInfoScRsp", + CmdLobbyType::CmdLobbyInviteScNotify => "CmdLobbyInviteScNotify", + CmdLobbyType::CmdLobbyCreateScRsp => "CmdLobbyCreateScRsp", + CmdLobbyType::CmdLobbyBeginScRsp => "CmdLobbyBeginScRsp", + CmdLobbyType::CmdLobbyCreateCsReq => "CmdLobbyCreateCsReq", + CmdLobbyType::CmdLobbySyncInfoScNotify => "CmdLobbySyncInfoScNotify", + CmdLobbyType::CmdLobbyBeginCsReq => "CmdLobbyBeginCsReq", + CmdLobbyType::CmdLobbyInviteScRsp => "CmdLobbyInviteScRsp", + CmdLobbyType::CmdLobbyModifyPlayerInfoScRsp => { + "CmdLobbyModifyPlayerInfoScRsp" + } + CmdLobbyType::CmdLobbyInviteCsReq => "CmdLobbyInviteCsReq", + CmdLobbyType::CmdLobbyKickOutScRsp => "CmdLobbyKickOutScRsp", + CmdLobbyType::CmdLobbyJoinScRsp => "CmdLobbyJoinScRsp", + CmdLobbyType::CmdLobbyModifyPlayerInfoCsReq => { + "CmdLobbyModifyPlayerInfoCsReq" + } + CmdLobbyType::CmdLobbyJoinCsReq => "CmdLobbyJoinCsReq", } } /// Creates an enum from field names used in the ProtoBuf definition. pub fn from_str_name(value: &str) -> ::core::option::Option { match value { - "BATTLE_END_NONE" => Some(Self::BattleEndNone), - "BATTLE_END_WIN" => Some(Self::BattleEndWin), - "BATTLE_END_LOSE" => Some(Self::BattleEndLose), - "BATTLE_END_QUIT" => Some(Self::BattleEndQuit), + "CmdLobbyTypeNone" => Some(Self::None), + "CmdLobbyGetInfoCsReq" => Some(Self::CmdLobbyGetInfoCsReq), + "CmdLobbyQuitCsReq" => Some(Self::CmdLobbyQuitCsReq), + "CmdLobbyQuitScRsp" => Some(Self::CmdLobbyQuitScRsp), + "CmdLobbyKickOutCsReq" => Some(Self::CmdLobbyKickOutCsReq), + "CmdLobbyGetInfoScRsp" => Some(Self::CmdLobbyGetInfoScRsp), + "CmdLobbyInviteScNotify" => Some(Self::CmdLobbyInviteScNotify), + "CmdLobbyCreateScRsp" => Some(Self::CmdLobbyCreateScRsp), + "CmdLobbyBeginScRsp" => Some(Self::CmdLobbyBeginScRsp), + "CmdLobbyCreateCsReq" => Some(Self::CmdLobbyCreateCsReq), + "CmdLobbySyncInfoScNotify" => Some(Self::CmdLobbySyncInfoScNotify), + "CmdLobbyBeginCsReq" => Some(Self::CmdLobbyBeginCsReq), + "CmdLobbyInviteScRsp" => Some(Self::CmdLobbyInviteScRsp), + "CmdLobbyModifyPlayerInfoScRsp" => Some(Self::CmdLobbyModifyPlayerInfoScRsp), + "CmdLobbyInviteCsReq" => Some(Self::CmdLobbyInviteCsReq), + "CmdLobbyKickOutScRsp" => Some(Self::CmdLobbyKickOutScRsp), + "CmdLobbyJoinScRsp" => Some(Self::CmdLobbyJoinScRsp), + "CmdLobbyModifyPlayerInfoCsReq" => Some(Self::CmdLobbyModifyPlayerInfoCsReq), + "CmdLobbyJoinCsReq" => Some(Self::CmdLobbyJoinCsReq), _ => None, } } } +/// Obf: CMFDLFCIIAN +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdMailType { + None = 0, + CmdNewMailScNotify = 828, + CmdMarkReadMailScRsp = 842, + CmdMarkReadMailCsReq = 883, + CmdTakeMailAttachmentCsReq = 833, + CmdDelMailScRsp = 877, + CmdGetMailCsReq = 898, + CmdTakeMailAttachmentScRsp = 812, + CmdDelMailCsReq = 879, + CmdGetMailScRsp = 871, +} +impl CmdMailType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdMailType::None => "CmdMailTypeNone", + CmdMailType::CmdNewMailScNotify => "CmdNewMailScNotify", + CmdMailType::CmdMarkReadMailScRsp => "CmdMarkReadMailScRsp", + CmdMailType::CmdMarkReadMailCsReq => "CmdMarkReadMailCsReq", + CmdMailType::CmdTakeMailAttachmentCsReq => "CmdTakeMailAttachmentCsReq", + CmdMailType::CmdDelMailScRsp => "CmdDelMailScRsp", + CmdMailType::CmdGetMailCsReq => "CmdGetMailCsReq", + CmdMailType::CmdTakeMailAttachmentScRsp => "CmdTakeMailAttachmentScRsp", + CmdMailType::CmdDelMailCsReq => "CmdDelMailCsReq", + CmdMailType::CmdGetMailScRsp => "CmdGetMailScRsp", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdMailTypeNone" => Some(Self::None), + "CmdNewMailScNotify" => Some(Self::CmdNewMailScNotify), + "CmdMarkReadMailScRsp" => Some(Self::CmdMarkReadMailScRsp), + "CmdMarkReadMailCsReq" => Some(Self::CmdMarkReadMailCsReq), + "CmdTakeMailAttachmentCsReq" => Some(Self::CmdTakeMailAttachmentCsReq), + "CmdDelMailScRsp" => Some(Self::CmdDelMailScRsp), + "CmdGetMailCsReq" => Some(Self::CmdGetMailCsReq), + "CmdTakeMailAttachmentScRsp" => Some(Self::CmdTakeMailAttachmentScRsp), + "CmdDelMailCsReq" => Some(Self::CmdDelMailCsReq), + "CmdGetMailScRsp" => Some(Self::CmdGetMailScRsp), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] #[repr(i32)] pub enum MailType { @@ -12598,32 +42126,9626 @@ impl MailType { } } } +/// Obf: BGILNMBKABL +#[derive(proto_derive::CmdID)] #[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] #[repr(i32)] -pub enum Gender { +pub enum CmdMapRotationType { None = 0, - Man = 1, - Woman = 2, + CmdLeaveMapRotationRegionScRsp = 6838, + CmdUpdateMapRotationDataScNotify = 6845, + CmdInteractChargerCsReq = 6883, + CmdUpdateRotaterScNotify = 6831, + CmdEnterMapRotationRegionCsReq = 6898, + CmdRemoveRotaterScRsp = 6850, + CmdDeployRotaterCsReq = 6879, + CmdRotateMapScRsp = 6812, + CmdLeaveMapRotationRegionScNotify = 6866, + CmdLeaveMapRotationRegionCsReq = 6828, + CmdResetMapRotationRegionScRsp = 6822, + CmdInteractChargerScRsp = 6842, + CmdRemoveRotaterCsReq = 6820, + CmdRotateMapCsReq = 6833, + CmdEnterMapRotationRegionScRsp = 6871, + CmdGetMapRotationDataScRsp = 6856, + CmdUpdateEnergyScNotify = 6805, + CmdGetMapRotationDataCsReq = 6878, + CmdDeployRotaterScRsp = 6877, + CmdResetMapRotationRegionCsReq = 6889, } -impl Gender { +impl CmdMapRotationType { /// String value of the enum field names used in the ProtoBuf definition. /// /// The values are not transformed in any way and thus are considered stable /// (if the ProtoBuf definition does not change) and safe for programmatic use. pub fn as_str_name(&self) -> &'static str { match self { - Gender::None => "GenderNone", - Gender::Man => "GenderMan", - Gender::Woman => "GenderWoman", + CmdMapRotationType::None => "CmdMapRotationTypeNone", + CmdMapRotationType::CmdLeaveMapRotationRegionScRsp => { + "CmdLeaveMapRotationRegionScRsp" + } + CmdMapRotationType::CmdUpdateMapRotationDataScNotify => { + "CmdUpdateMapRotationDataScNotify" + } + CmdMapRotationType::CmdInteractChargerCsReq => "CmdInteractChargerCsReq", + CmdMapRotationType::CmdUpdateRotaterScNotify => "CmdUpdateRotaterScNotify", + CmdMapRotationType::CmdEnterMapRotationRegionCsReq => { + "CmdEnterMapRotationRegionCsReq" + } + CmdMapRotationType::CmdRemoveRotaterScRsp => "CmdRemoveRotaterScRsp", + CmdMapRotationType::CmdDeployRotaterCsReq => "CmdDeployRotaterCsReq", + CmdMapRotationType::CmdRotateMapScRsp => "CmdRotateMapScRsp", + CmdMapRotationType::CmdLeaveMapRotationRegionScNotify => { + "CmdLeaveMapRotationRegionScNotify" + } + CmdMapRotationType::CmdLeaveMapRotationRegionCsReq => { + "CmdLeaveMapRotationRegionCsReq" + } + CmdMapRotationType::CmdResetMapRotationRegionScRsp => { + "CmdResetMapRotationRegionScRsp" + } + CmdMapRotationType::CmdInteractChargerScRsp => "CmdInteractChargerScRsp", + CmdMapRotationType::CmdRemoveRotaterCsReq => "CmdRemoveRotaterCsReq", + CmdMapRotationType::CmdRotateMapCsReq => "CmdRotateMapCsReq", + CmdMapRotationType::CmdEnterMapRotationRegionScRsp => { + "CmdEnterMapRotationRegionScRsp" + } + CmdMapRotationType::CmdGetMapRotationDataScRsp => { + "CmdGetMapRotationDataScRsp" + } + CmdMapRotationType::CmdUpdateEnergyScNotify => "CmdUpdateEnergyScNotify", + CmdMapRotationType::CmdGetMapRotationDataCsReq => { + "CmdGetMapRotationDataCsReq" + } + CmdMapRotationType::CmdDeployRotaterScRsp => "CmdDeployRotaterScRsp", + CmdMapRotationType::CmdResetMapRotationRegionCsReq => { + "CmdResetMapRotationRegionCsReq" + } } } /// Creates an enum from field names used in the ProtoBuf definition. pub fn from_str_name(value: &str) -> ::core::option::Option { match value { - "GenderNone" => Some(Self::None), - "GenderMan" => Some(Self::Man), - "GenderWoman" => Some(Self::Woman), + "CmdMapRotationTypeNone" => Some(Self::None), + "CmdLeaveMapRotationRegionScRsp" => { + Some(Self::CmdLeaveMapRotationRegionScRsp) + } + "CmdUpdateMapRotationDataScNotify" => { + Some(Self::CmdUpdateMapRotationDataScNotify) + } + "CmdInteractChargerCsReq" => Some(Self::CmdInteractChargerCsReq), + "CmdUpdateRotaterScNotify" => Some(Self::CmdUpdateRotaterScNotify), + "CmdEnterMapRotationRegionCsReq" => { + Some(Self::CmdEnterMapRotationRegionCsReq) + } + "CmdRemoveRotaterScRsp" => Some(Self::CmdRemoveRotaterScRsp), + "CmdDeployRotaterCsReq" => Some(Self::CmdDeployRotaterCsReq), + "CmdRotateMapScRsp" => Some(Self::CmdRotateMapScRsp), + "CmdLeaveMapRotationRegionScNotify" => { + Some(Self::CmdLeaveMapRotationRegionScNotify) + } + "CmdLeaveMapRotationRegionCsReq" => { + Some(Self::CmdLeaveMapRotationRegionCsReq) + } + "CmdResetMapRotationRegionScRsp" => { + Some(Self::CmdResetMapRotationRegionScRsp) + } + "CmdInteractChargerScRsp" => Some(Self::CmdInteractChargerScRsp), + "CmdRemoveRotaterCsReq" => Some(Self::CmdRemoveRotaterCsReq), + "CmdRotateMapCsReq" => Some(Self::CmdRotateMapCsReq), + "CmdEnterMapRotationRegionScRsp" => { + Some(Self::CmdEnterMapRotationRegionScRsp) + } + "CmdGetMapRotationDataScRsp" => Some(Self::CmdGetMapRotationDataScRsp), + "CmdUpdateEnergyScNotify" => Some(Self::CmdUpdateEnergyScNotify), + "CmdGetMapRotationDataCsReq" => Some(Self::CmdGetMapRotationDataCsReq), + "CmdDeployRotaterScRsp" => Some(Self::CmdDeployRotaterScRsp), + "CmdResetMapRotationRegionCsReq" => { + Some(Self::CmdResetMapRotationRegionCsReq) + } _ => None, } } } +/// Obf: PFCPEOLGENE +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdMatchType { + None = 0, + CmdGetCrossInfoCsReq = 7310, + CmdStartMatchCsReq = 7329, + CmdMatchResultScNotify = 7344, + CmdStartMatchScRsp = 7337, + CmdCancelMatchScRsp = 7302, + CmdCancelMatchCsReq = 7342, + CmdGetCrossInfoScRsp = 7324, +} +impl CmdMatchType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdMatchType::None => "CmdMatchTypeNone", + CmdMatchType::CmdGetCrossInfoCsReq => "CmdGetCrossInfoCsReq", + CmdMatchType::CmdStartMatchCsReq => "CmdStartMatchCsReq", + CmdMatchType::CmdMatchResultScNotify => "CmdMatchResultScNotify", + CmdMatchType::CmdStartMatchScRsp => "CmdStartMatchScRsp", + CmdMatchType::CmdCancelMatchScRsp => "CmdCancelMatchScRsp", + CmdMatchType::CmdCancelMatchCsReq => "CmdCancelMatchCsReq", + CmdMatchType::CmdGetCrossInfoScRsp => "CmdGetCrossInfoScRsp", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdMatchTypeNone" => Some(Self::None), + "CmdGetCrossInfoCsReq" => Some(Self::CmdGetCrossInfoCsReq), + "CmdStartMatchCsReq" => Some(Self::CmdStartMatchCsReq), + "CmdMatchResultScNotify" => Some(Self::CmdMatchResultScNotify), + "CmdStartMatchScRsp" => Some(Self::CmdStartMatchScRsp), + "CmdCancelMatchScRsp" => Some(Self::CmdCancelMatchScRsp), + "CmdCancelMatchCsReq" => Some(Self::CmdCancelMatchCsReq), + "CmdGetCrossInfoScRsp" => Some(Self::CmdGetCrossInfoScRsp), + _ => None, + } + } +} +/// Obf: OFFIMKCFGMI +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdMatchThreeModuleType { + None = 0, + CmdMatchThreeSyncDataScNotify = 7444, + CmdMatchThreeSetBirdPosScRsp = 7424, + CmdMatchThreeGetDataScRsp = 7437, + CmdMatchThreeGetDataCsReq = 7429, + CmdMatchThreeLevelEndCsReq = 7442, + CmdMatchThreeSetBirdPosCsReq = 7410, + CmdMatchThreeLevelEndScRsp = 7402, +} +impl CmdMatchThreeModuleType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdMatchThreeModuleType::None => "CmdMatchThreeModuleTypeNone", + CmdMatchThreeModuleType::CmdMatchThreeSyncDataScNotify => { + "CmdMatchThreeSyncDataScNotify" + } + CmdMatchThreeModuleType::CmdMatchThreeSetBirdPosScRsp => { + "CmdMatchThreeSetBirdPosScRsp" + } + CmdMatchThreeModuleType::CmdMatchThreeGetDataScRsp => { + "CmdMatchThreeGetDataScRsp" + } + CmdMatchThreeModuleType::CmdMatchThreeGetDataCsReq => { + "CmdMatchThreeGetDataCsReq" + } + CmdMatchThreeModuleType::CmdMatchThreeLevelEndCsReq => { + "CmdMatchThreeLevelEndCsReq" + } + CmdMatchThreeModuleType::CmdMatchThreeSetBirdPosCsReq => { + "CmdMatchThreeSetBirdPosCsReq" + } + CmdMatchThreeModuleType::CmdMatchThreeLevelEndScRsp => { + "CmdMatchThreeLevelEndScRsp" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdMatchThreeModuleTypeNone" => Some(Self::None), + "CmdMatchThreeSyncDataScNotify" => Some(Self::CmdMatchThreeSyncDataScNotify), + "CmdMatchThreeSetBirdPosScRsp" => Some(Self::CmdMatchThreeSetBirdPosScRsp), + "CmdMatchThreeGetDataScRsp" => Some(Self::CmdMatchThreeGetDataScRsp), + "CmdMatchThreeGetDataCsReq" => Some(Self::CmdMatchThreeGetDataCsReq), + "CmdMatchThreeLevelEndCsReq" => Some(Self::CmdMatchThreeLevelEndCsReq), + "CmdMatchThreeSetBirdPosCsReq" => Some(Self::CmdMatchThreeSetBirdPosCsReq), + "CmdMatchThreeLevelEndScRsp" => Some(Self::CmdMatchThreeLevelEndScRsp), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Kehghcnhpib { + MatchThreeStatisticsNone = 0, + MatchThreeStatisticsFirst = 1, + MatchThreeStatisticsSecond = 2, + MatchThreeStatisticsThird = 3, + MatchThreeStatisticsFruit = 4, + MatchThreeStatisticsSkill = 5, + MatchThreeStatisticsDefeat = 6, + MatchThreeStatisticsBomb = 7, + MatchThreeStatisticsDamage = 8, + MatchThreeStatisticsEnergy = 9, + MatchThreeStatisticsSwapBomb = 10, +} +impl Kehghcnhpib { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Kehghcnhpib::MatchThreeStatisticsNone => "MatchThreeStatistics_None", + Kehghcnhpib::MatchThreeStatisticsFirst => "MatchThreeStatistics_First", + Kehghcnhpib::MatchThreeStatisticsSecond => "MatchThreeStatistics_Second", + Kehghcnhpib::MatchThreeStatisticsThird => "MatchThreeStatistics_Third", + Kehghcnhpib::MatchThreeStatisticsFruit => "MatchThreeStatistics_Fruit", + Kehghcnhpib::MatchThreeStatisticsSkill => "MatchThreeStatistics_Skill", + Kehghcnhpib::MatchThreeStatisticsDefeat => "MatchThreeStatistics_Defeat", + Kehghcnhpib::MatchThreeStatisticsBomb => "MatchThreeStatistics_Bomb", + Kehghcnhpib::MatchThreeStatisticsDamage => "MatchThreeStatistics_Damage", + Kehghcnhpib::MatchThreeStatisticsEnergy => "MatchThreeStatistics_Energy", + Kehghcnhpib::MatchThreeStatisticsSwapBomb => "MatchThreeStatistics_SwapBomb", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "MatchThreeStatistics_None" => Some(Self::MatchThreeStatisticsNone), + "MatchThreeStatistics_First" => Some(Self::MatchThreeStatisticsFirst), + "MatchThreeStatistics_Second" => Some(Self::MatchThreeStatisticsSecond), + "MatchThreeStatistics_Third" => Some(Self::MatchThreeStatisticsThird), + "MatchThreeStatistics_Fruit" => Some(Self::MatchThreeStatisticsFruit), + "MatchThreeStatistics_Skill" => Some(Self::MatchThreeStatisticsSkill), + "MatchThreeStatistics_Defeat" => Some(Self::MatchThreeStatisticsDefeat), + "MatchThreeStatistics_Bomb" => Some(Self::MatchThreeStatisticsBomb), + "MatchThreeStatistics_Damage" => Some(Self::MatchThreeStatisticsDamage), + "MatchThreeStatistics_Energy" => Some(Self::MatchThreeStatisticsEnergy), + "MatchThreeStatistics_SwapBomb" => Some(Self::MatchThreeStatisticsSwapBomb), + _ => None, + } + } +} +/// Obf: JCCCLICCDMB +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdMessageType { + None = 0, + CmdFinishPerformSectionIdScRsp = 2738, + CmdFinishItemIdCsReq = 2779, + CmdFinishPerformSectionIdCsReq = 2728, + CmdFinishItemIdScRsp = 2777, + CmdGetNpcMessageGroupCsReq = 2798, + CmdGetNpcStatusCsReq = 2783, + CmdFinishSectionIdCsReq = 2733, + CmdGetNpcStatusScRsp = 2742, + CmdFinishSectionIdScRsp = 2712, + CmdGetNpcMessageGroupScRsp = 2771, +} +impl CmdMessageType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdMessageType::None => "CmdMessageTypeNone", + CmdMessageType::CmdFinishPerformSectionIdScRsp => { + "CmdFinishPerformSectionIdScRsp" + } + CmdMessageType::CmdFinishItemIdCsReq => "CmdFinishItemIdCsReq", + CmdMessageType::CmdFinishPerformSectionIdCsReq => { + "CmdFinishPerformSectionIdCsReq" + } + CmdMessageType::CmdFinishItemIdScRsp => "CmdFinishItemIdScRsp", + CmdMessageType::CmdGetNpcMessageGroupCsReq => "CmdGetNpcMessageGroupCsReq", + CmdMessageType::CmdGetNpcStatusCsReq => "CmdGetNpcStatusCsReq", + CmdMessageType::CmdFinishSectionIdCsReq => "CmdFinishSectionIdCsReq", + CmdMessageType::CmdGetNpcStatusScRsp => "CmdGetNpcStatusScRsp", + CmdMessageType::CmdFinishSectionIdScRsp => "CmdFinishSectionIdScRsp", + CmdMessageType::CmdGetNpcMessageGroupScRsp => "CmdGetNpcMessageGroupScRsp", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdMessageTypeNone" => Some(Self::None), + "CmdFinishPerformSectionIdScRsp" => { + Some(Self::CmdFinishPerformSectionIdScRsp) + } + "CmdFinishItemIdCsReq" => Some(Self::CmdFinishItemIdCsReq), + "CmdFinishPerformSectionIdCsReq" => { + Some(Self::CmdFinishPerformSectionIdCsReq) + } + "CmdFinishItemIdScRsp" => Some(Self::CmdFinishItemIdScRsp), + "CmdGetNpcMessageGroupCsReq" => Some(Self::CmdGetNpcMessageGroupCsReq), + "CmdGetNpcStatusCsReq" => Some(Self::CmdGetNpcStatusCsReq), + "CmdFinishSectionIdCsReq" => Some(Self::CmdFinishSectionIdCsReq), + "CmdGetNpcStatusScRsp" => Some(Self::CmdGetNpcStatusScRsp), + "CmdFinishSectionIdScRsp" => Some(Self::CmdFinishSectionIdScRsp), + "CmdGetNpcMessageGroupScRsp" => Some(Self::CmdGetNpcMessageGroupScRsp), + _ => None, + } + } +} +/// Obf: BEPDAEPKDAI +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdMiscModuleType { + None = 0, + CmdUpdateMovieRacingDataScRsp = 4111, + CmdSubmitOrigamiItemScRsp = 4105, + CmdDifficultyAdjustmentUpdateDataCsReq = 4116, + CmdDifficultyAdjustmentGetDataScRsp = 4185, + CmdShareScRsp = 4171, + CmdGetGunPlayDataCsReq = 4110, + CmdUpdateGunPlayDataScRsp = 4106, + CmdDifficultyAdjustmentUpdateDataScRsp = 4114, + CmdUpdateGunPlayDataCsReq = 4162, + CmdCancelCacheNotifyCsReq = 4128, + CmdGetShareDataCsReq = 4183, + CmdShareCsReq = 4198, + CmdTriggerVoiceScRsp = 4122, + CmdTriggerVoiceCsReq = 4189, + CmdSubmitOrigamiItemCsReq = 4166, + CmdGetMovieRacingDataCsReq = 4104, + CmdGetMovieRacingDataScRsp = 4160, + CmdSecurityReportCsReq = 4178, + CmdCancelCacheNotifyScRsp = 4138, + CmdDifficultyAdjustmentGetDataCsReq = 4123, + CmdGetGunPlayDataScRsp = 4200, + CmdTakePictureCsReq = 4179, + CmdTakePictureScRsp = 4177, + CmdGetShareDataScRsp = 4142, + CmdSecurityReportScRsp = 4156, + CmdUpdateMovieRacingDataCsReq = 4152, +} +impl CmdMiscModuleType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdMiscModuleType::None => "CmdMiscModuleTypeNone", + CmdMiscModuleType::CmdUpdateMovieRacingDataScRsp => { + "CmdUpdateMovieRacingDataScRsp" + } + CmdMiscModuleType::CmdSubmitOrigamiItemScRsp => "CmdSubmitOrigamiItemScRsp", + CmdMiscModuleType::CmdDifficultyAdjustmentUpdateDataCsReq => { + "CmdDifficultyAdjustmentUpdateDataCsReq" + } + CmdMiscModuleType::CmdDifficultyAdjustmentGetDataScRsp => { + "CmdDifficultyAdjustmentGetDataScRsp" + } + CmdMiscModuleType::CmdShareScRsp => "CmdShareScRsp", + CmdMiscModuleType::CmdGetGunPlayDataCsReq => "CmdGetGunPlayDataCsReq", + CmdMiscModuleType::CmdUpdateGunPlayDataScRsp => "CmdUpdateGunPlayDataScRsp", + CmdMiscModuleType::CmdDifficultyAdjustmentUpdateDataScRsp => { + "CmdDifficultyAdjustmentUpdateDataScRsp" + } + CmdMiscModuleType::CmdUpdateGunPlayDataCsReq => "CmdUpdateGunPlayDataCsReq", + CmdMiscModuleType::CmdCancelCacheNotifyCsReq => "CmdCancelCacheNotifyCsReq", + CmdMiscModuleType::CmdGetShareDataCsReq => "CmdGetShareDataCsReq", + CmdMiscModuleType::CmdShareCsReq => "CmdShareCsReq", + CmdMiscModuleType::CmdTriggerVoiceScRsp => "CmdTriggerVoiceScRsp", + CmdMiscModuleType::CmdTriggerVoiceCsReq => "CmdTriggerVoiceCsReq", + CmdMiscModuleType::CmdSubmitOrigamiItemCsReq => "CmdSubmitOrigamiItemCsReq", + CmdMiscModuleType::CmdGetMovieRacingDataCsReq => "CmdGetMovieRacingDataCsReq", + CmdMiscModuleType::CmdGetMovieRacingDataScRsp => "CmdGetMovieRacingDataScRsp", + CmdMiscModuleType::CmdSecurityReportCsReq => "CmdSecurityReportCsReq", + CmdMiscModuleType::CmdCancelCacheNotifyScRsp => "CmdCancelCacheNotifyScRsp", + CmdMiscModuleType::CmdDifficultyAdjustmentGetDataCsReq => { + "CmdDifficultyAdjustmentGetDataCsReq" + } + CmdMiscModuleType::CmdGetGunPlayDataScRsp => "CmdGetGunPlayDataScRsp", + CmdMiscModuleType::CmdTakePictureCsReq => "CmdTakePictureCsReq", + CmdMiscModuleType::CmdTakePictureScRsp => "CmdTakePictureScRsp", + CmdMiscModuleType::CmdGetShareDataScRsp => "CmdGetShareDataScRsp", + CmdMiscModuleType::CmdSecurityReportScRsp => "CmdSecurityReportScRsp", + CmdMiscModuleType::CmdUpdateMovieRacingDataCsReq => { + "CmdUpdateMovieRacingDataCsReq" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdMiscModuleTypeNone" => Some(Self::None), + "CmdUpdateMovieRacingDataScRsp" => Some(Self::CmdUpdateMovieRacingDataScRsp), + "CmdSubmitOrigamiItemScRsp" => Some(Self::CmdSubmitOrigamiItemScRsp), + "CmdDifficultyAdjustmentUpdateDataCsReq" => { + Some(Self::CmdDifficultyAdjustmentUpdateDataCsReq) + } + "CmdDifficultyAdjustmentGetDataScRsp" => { + Some(Self::CmdDifficultyAdjustmentGetDataScRsp) + } + "CmdShareScRsp" => Some(Self::CmdShareScRsp), + "CmdGetGunPlayDataCsReq" => Some(Self::CmdGetGunPlayDataCsReq), + "CmdUpdateGunPlayDataScRsp" => Some(Self::CmdUpdateGunPlayDataScRsp), + "CmdDifficultyAdjustmentUpdateDataScRsp" => { + Some(Self::CmdDifficultyAdjustmentUpdateDataScRsp) + } + "CmdUpdateGunPlayDataCsReq" => Some(Self::CmdUpdateGunPlayDataCsReq), + "CmdCancelCacheNotifyCsReq" => Some(Self::CmdCancelCacheNotifyCsReq), + "CmdGetShareDataCsReq" => Some(Self::CmdGetShareDataCsReq), + "CmdShareCsReq" => Some(Self::CmdShareCsReq), + "CmdTriggerVoiceScRsp" => Some(Self::CmdTriggerVoiceScRsp), + "CmdTriggerVoiceCsReq" => Some(Self::CmdTriggerVoiceCsReq), + "CmdSubmitOrigamiItemCsReq" => Some(Self::CmdSubmitOrigamiItemCsReq), + "CmdGetMovieRacingDataCsReq" => Some(Self::CmdGetMovieRacingDataCsReq), + "CmdGetMovieRacingDataScRsp" => Some(Self::CmdGetMovieRacingDataScRsp), + "CmdSecurityReportCsReq" => Some(Self::CmdSecurityReportCsReq), + "CmdCancelCacheNotifyScRsp" => Some(Self::CmdCancelCacheNotifyScRsp), + "CmdDifficultyAdjustmentGetDataCsReq" => { + Some(Self::CmdDifficultyAdjustmentGetDataCsReq) + } + "CmdGetGunPlayDataScRsp" => Some(Self::CmdGetGunPlayDataScRsp), + "CmdTakePictureCsReq" => Some(Self::CmdTakePictureCsReq), + "CmdTakePictureScRsp" => Some(Self::CmdTakePictureScRsp), + "CmdGetShareDataScRsp" => Some(Self::CmdGetShareDataScRsp), + "CmdSecurityReportScRsp" => Some(Self::CmdSecurityReportScRsp), + "CmdUpdateMovieRacingDataCsReq" => Some(Self::CmdUpdateMovieRacingDataCsReq), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Acnlemffglj { + CacheNotifyTypeNone = 0, + CacheNotifyTypeRecycle = 1, + CacheNotifyTypeRecharge = 2, +} +impl Acnlemffglj { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Acnlemffglj::CacheNotifyTypeNone => "CACHE_NOTIFY_TYPE_NONE", + Acnlemffglj::CacheNotifyTypeRecycle => "CACHE_NOTIFY_TYPE_RECYCLE", + Acnlemffglj::CacheNotifyTypeRecharge => "CACHE_NOTIFY_TYPE_RECHARGE", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CACHE_NOTIFY_TYPE_NONE" => Some(Self::CacheNotifyTypeNone), + "CACHE_NOTIFY_TYPE_RECYCLE" => Some(Self::CacheNotifyTypeRecycle), + "CACHE_NOTIFY_TYPE_RECHARGE" => Some(Self::CacheNotifyTypeRecharge), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Afilmackpjk { + MovieRacingOverTake = 0, + MovieRacingOverTakeEndless = 1, + MovieRacingShooting = 2, + MovieRacingShootingEndless = 3, +} +impl Afilmackpjk { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Afilmackpjk::MovieRacingOverTake => "MOVIE_RACING_OVER_TAKE", + Afilmackpjk::MovieRacingOverTakeEndless => "MOVIE_RACING_OVER_TAKE_ENDLESS", + Afilmackpjk::MovieRacingShooting => "MOVIE_RACING_SHOOTING", + Afilmackpjk::MovieRacingShootingEndless => "MOVIE_RACING_SHOOTING_ENDLESS", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "MOVIE_RACING_OVER_TAKE" => Some(Self::MovieRacingOverTake), + "MOVIE_RACING_OVER_TAKE_ENDLESS" => Some(Self::MovieRacingOverTakeEndless), + "MOVIE_RACING_SHOOTING" => Some(Self::MovieRacingShooting), + "MOVIE_RACING_SHOOTING_ENDLESS" => Some(Self::MovieRacingShootingEndless), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Jpojognopfe { + DifficultyAjustmentTypeDefault = 0, + DifficultyAjustmentTypeEasy = 1, +} +impl Jpojognopfe { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Jpojognopfe::DifficultyAjustmentTypeDefault => { + "DIFFICULTY_AJUSTMENT_TYPE_DEFAULT" + } + Jpojognopfe::DifficultyAjustmentTypeEasy => "DIFFICULTY_AJUSTMENT_TYPE_EASY", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "DIFFICULTY_AJUSTMENT_TYPE_DEFAULT" => { + Some(Self::DifficultyAjustmentTypeDefault) + } + "DIFFICULTY_AJUSTMENT_TYPE_EASY" => Some(Self::DifficultyAjustmentTypeEasy), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Najiklnpgfh { + DifficultyAjustmentSourceNone = 0, + DifficultyAjustmentSourceRaid = 1, + DifficultyAjustmentSourceEvent = 2, +} +impl Najiklnpgfh { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Najiklnpgfh::DifficultyAjustmentSourceNone => { + "DIFFICULTY_AJUSTMENT_SOURCE_NONE" + } + Najiklnpgfh::DifficultyAjustmentSourceRaid => { + "DIFFICULTY_AJUSTMENT_SOURCE_RAID" + } + Najiklnpgfh::DifficultyAjustmentSourceEvent => { + "DIFFICULTY_AJUSTMENT_SOURCE_EVENT" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "DIFFICULTY_AJUSTMENT_SOURCE_NONE" => { + Some(Self::DifficultyAjustmentSourceNone) + } + "DIFFICULTY_AJUSTMENT_SOURCE_RAID" => { + Some(Self::DifficultyAjustmentSourceRaid) + } + "DIFFICULTY_AJUSTMENT_SOURCE_EVENT" => { + Some(Self::DifficultyAjustmentSourceEvent) + } + _ => None, + } + } +} +/// Obf: EAMPAGEJLAE +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdMissionType { + None = 0, + CmdStartFinishMainMissionScNotify = 1285, + CmdSetMissionEventProgressCsReq = 1211, + CmdGetMissionEventDataCsReq = 1266, + CmdSubMissionRewardScNotify = 1300, + CmdMissionAcceptScNotify = 1263, + CmdUpdateTrackMainMissionIdScRsp = 1202, + CmdTeleportToMissionResetPointCsReq = 1262, + CmdSyncTaskScRsp = 1233, + CmdFinishTalkMissionScRsp = 1242, + CmdGetMissionEventDataScRsp = 1205, + CmdMissionGroupWarnScNotify = 1256, + CmdInterruptMissionEventCsReq = 1260, + CmdAcceptMissionEventCsReq = 1220, + CmdGetMissionDataCsReq = 1298, + CmdStartFinishSubMissionScNotify = 1223, + CmdUpdateTrackMainMissionIdCsReq = 1236, + CmdSetMissionEventProgressScRsp = 1210, + CmdFinishCosumeItemMissionCsReq = 1289, + CmdTeleportToMissionResetPointScRsp = 1206, + CmdGetMainMissionCustomValueCsReq = 1288, + CmdDailyTaskDataScNotify = 1212, + CmdAcceptMainMissionCsReq = 1216, + CmdAcceptMainMissionScRsp = 1214, + CmdGetMissionStatusScRsp = 1204, + CmdMissionEventRewardScNotify = 1245, + CmdFinishTalkMissionCsReq = 1283, + CmdGetMainMissionCustomValueScRsp = 1293, + CmdGetMissionStatusCsReq = 1231, + CmdFinishCosumeItemMissionScRsp = 1222, + CmdSyncTaskCsReq = 1277, + CmdInterruptMissionEventScRsp = 1252, + CmdMissionRewardScNotify = 1279, + CmdAcceptMissionEventScRsp = 1250, + CmdGetMissionDataScRsp = 1271, +} +impl CmdMissionType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdMissionType::None => "CmdMissionTypeNone", + CmdMissionType::CmdStartFinishMainMissionScNotify => { + "CmdStartFinishMainMissionScNotify" + } + CmdMissionType::CmdSetMissionEventProgressCsReq => { + "CmdSetMissionEventProgressCsReq" + } + CmdMissionType::CmdGetMissionEventDataCsReq => "CmdGetMissionEventDataCsReq", + CmdMissionType::CmdSubMissionRewardScNotify => "CmdSubMissionRewardScNotify", + CmdMissionType::CmdMissionAcceptScNotify => "CmdMissionAcceptScNotify", + CmdMissionType::CmdUpdateTrackMainMissionIdScRsp => { + "CmdUpdateTrackMainMissionIdScRsp" + } + CmdMissionType::CmdTeleportToMissionResetPointCsReq => { + "CmdTeleportToMissionResetPointCsReq" + } + CmdMissionType::CmdSyncTaskScRsp => "CmdSyncTaskScRsp", + CmdMissionType::CmdFinishTalkMissionScRsp => "CmdFinishTalkMissionScRsp", + CmdMissionType::CmdGetMissionEventDataScRsp => "CmdGetMissionEventDataScRsp", + CmdMissionType::CmdMissionGroupWarnScNotify => "CmdMissionGroupWarnScNotify", + CmdMissionType::CmdInterruptMissionEventCsReq => { + "CmdInterruptMissionEventCsReq" + } + CmdMissionType::CmdAcceptMissionEventCsReq => "CmdAcceptMissionEventCsReq", + CmdMissionType::CmdGetMissionDataCsReq => "CmdGetMissionDataCsReq", + CmdMissionType::CmdStartFinishSubMissionScNotify => { + "CmdStartFinishSubMissionScNotify" + } + CmdMissionType::CmdUpdateTrackMainMissionIdCsReq => { + "CmdUpdateTrackMainMissionIdCsReq" + } + CmdMissionType::CmdSetMissionEventProgressScRsp => { + "CmdSetMissionEventProgressScRsp" + } + CmdMissionType::CmdFinishCosumeItemMissionCsReq => { + "CmdFinishCosumeItemMissionCsReq" + } + CmdMissionType::CmdTeleportToMissionResetPointScRsp => { + "CmdTeleportToMissionResetPointScRsp" + } + CmdMissionType::CmdGetMainMissionCustomValueCsReq => { + "CmdGetMainMissionCustomValueCsReq" + } + CmdMissionType::CmdDailyTaskDataScNotify => "CmdDailyTaskDataScNotify", + CmdMissionType::CmdAcceptMainMissionCsReq => "CmdAcceptMainMissionCsReq", + CmdMissionType::CmdAcceptMainMissionScRsp => "CmdAcceptMainMissionScRsp", + CmdMissionType::CmdGetMissionStatusScRsp => "CmdGetMissionStatusScRsp", + CmdMissionType::CmdMissionEventRewardScNotify => { + "CmdMissionEventRewardScNotify" + } + CmdMissionType::CmdFinishTalkMissionCsReq => "CmdFinishTalkMissionCsReq", + CmdMissionType::CmdGetMainMissionCustomValueScRsp => { + "CmdGetMainMissionCustomValueScRsp" + } + CmdMissionType::CmdGetMissionStatusCsReq => "CmdGetMissionStatusCsReq", + CmdMissionType::CmdFinishCosumeItemMissionScRsp => { + "CmdFinishCosumeItemMissionScRsp" + } + CmdMissionType::CmdSyncTaskCsReq => "CmdSyncTaskCsReq", + CmdMissionType::CmdInterruptMissionEventScRsp => { + "CmdInterruptMissionEventScRsp" + } + CmdMissionType::CmdMissionRewardScNotify => "CmdMissionRewardScNotify", + CmdMissionType::CmdAcceptMissionEventScRsp => "CmdAcceptMissionEventScRsp", + CmdMissionType::CmdGetMissionDataScRsp => "CmdGetMissionDataScRsp", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdMissionTypeNone" => Some(Self::None), + "CmdStartFinishMainMissionScNotify" => { + Some(Self::CmdStartFinishMainMissionScNotify) + } + "CmdSetMissionEventProgressCsReq" => { + Some(Self::CmdSetMissionEventProgressCsReq) + } + "CmdGetMissionEventDataCsReq" => Some(Self::CmdGetMissionEventDataCsReq), + "CmdSubMissionRewardScNotify" => Some(Self::CmdSubMissionRewardScNotify), + "CmdMissionAcceptScNotify" => Some(Self::CmdMissionAcceptScNotify), + "CmdUpdateTrackMainMissionIdScRsp" => { + Some(Self::CmdUpdateTrackMainMissionIdScRsp) + } + "CmdTeleportToMissionResetPointCsReq" => { + Some(Self::CmdTeleportToMissionResetPointCsReq) + } + "CmdSyncTaskScRsp" => Some(Self::CmdSyncTaskScRsp), + "CmdFinishTalkMissionScRsp" => Some(Self::CmdFinishTalkMissionScRsp), + "CmdGetMissionEventDataScRsp" => Some(Self::CmdGetMissionEventDataScRsp), + "CmdMissionGroupWarnScNotify" => Some(Self::CmdMissionGroupWarnScNotify), + "CmdInterruptMissionEventCsReq" => Some(Self::CmdInterruptMissionEventCsReq), + "CmdAcceptMissionEventCsReq" => Some(Self::CmdAcceptMissionEventCsReq), + "CmdGetMissionDataCsReq" => Some(Self::CmdGetMissionDataCsReq), + "CmdStartFinishSubMissionScNotify" => { + Some(Self::CmdStartFinishSubMissionScNotify) + } + "CmdUpdateTrackMainMissionIdCsReq" => { + Some(Self::CmdUpdateTrackMainMissionIdCsReq) + } + "CmdSetMissionEventProgressScRsp" => { + Some(Self::CmdSetMissionEventProgressScRsp) + } + "CmdFinishCosumeItemMissionCsReq" => { + Some(Self::CmdFinishCosumeItemMissionCsReq) + } + "CmdTeleportToMissionResetPointScRsp" => { + Some(Self::CmdTeleportToMissionResetPointScRsp) + } + "CmdGetMainMissionCustomValueCsReq" => { + Some(Self::CmdGetMainMissionCustomValueCsReq) + } + "CmdDailyTaskDataScNotify" => Some(Self::CmdDailyTaskDataScNotify), + "CmdAcceptMainMissionCsReq" => Some(Self::CmdAcceptMainMissionCsReq), + "CmdAcceptMainMissionScRsp" => Some(Self::CmdAcceptMainMissionScRsp), + "CmdGetMissionStatusScRsp" => Some(Self::CmdGetMissionStatusScRsp), + "CmdMissionEventRewardScNotify" => Some(Self::CmdMissionEventRewardScNotify), + "CmdFinishTalkMissionCsReq" => Some(Self::CmdFinishTalkMissionCsReq), + "CmdGetMainMissionCustomValueScRsp" => { + Some(Self::CmdGetMainMissionCustomValueScRsp) + } + "CmdGetMissionStatusCsReq" => Some(Self::CmdGetMissionStatusCsReq), + "CmdFinishCosumeItemMissionScRsp" => { + Some(Self::CmdFinishCosumeItemMissionScRsp) + } + "CmdSyncTaskCsReq" => Some(Self::CmdSyncTaskCsReq), + "CmdInterruptMissionEventScRsp" => Some(Self::CmdInterruptMissionEventScRsp), + "CmdMissionRewardScNotify" => Some(Self::CmdMissionRewardScNotify), + "CmdAcceptMissionEventScRsp" => Some(Self::CmdAcceptMissionEventScRsp), + "CmdGetMissionDataScRsp" => Some(Self::CmdGetMissionDataScRsp), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Ihpjcpdhobk { + MissionSyncRecordNone = 0, + MissionSyncRecordMainMissionAccept = 1, + MissionSyncRecordMainMissionStart = 2, + MissionSyncRecordMainMissionFinish = 3, + MissionSyncRecordMainMissionDelete = 4, + MissionSyncRecordMissionAccept = 11, + MissionSyncRecordMissionStart = 12, + MissionSyncRecordMissionFinish = 13, + MissionSyncRecordMissionDelete = 14, + MissionSyncRecordMissionProgress = 15, +} +impl Ihpjcpdhobk { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Ihpjcpdhobk::MissionSyncRecordNone => "MISSION_SYNC_RECORD_NONE", + Ihpjcpdhobk::MissionSyncRecordMainMissionAccept => { + "MISSION_SYNC_RECORD_MAIN_MISSION_ACCEPT" + } + Ihpjcpdhobk::MissionSyncRecordMainMissionStart => { + "MISSION_SYNC_RECORD_MAIN_MISSION_START" + } + Ihpjcpdhobk::MissionSyncRecordMainMissionFinish => { + "MISSION_SYNC_RECORD_MAIN_MISSION_FINISH" + } + Ihpjcpdhobk::MissionSyncRecordMainMissionDelete => { + "MISSION_SYNC_RECORD_MAIN_MISSION_DELETE" + } + Ihpjcpdhobk::MissionSyncRecordMissionAccept => { + "MISSION_SYNC_RECORD_MISSION_ACCEPT" + } + Ihpjcpdhobk::MissionSyncRecordMissionStart => { + "MISSION_SYNC_RECORD_MISSION_START" + } + Ihpjcpdhobk::MissionSyncRecordMissionFinish => { + "MISSION_SYNC_RECORD_MISSION_FINISH" + } + Ihpjcpdhobk::MissionSyncRecordMissionDelete => { + "MISSION_SYNC_RECORD_MISSION_DELETE" + } + Ihpjcpdhobk::MissionSyncRecordMissionProgress => { + "MISSION_SYNC_RECORD_MISSION_PROGRESS" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "MISSION_SYNC_RECORD_NONE" => Some(Self::MissionSyncRecordNone), + "MISSION_SYNC_RECORD_MAIN_MISSION_ACCEPT" => { + Some(Self::MissionSyncRecordMainMissionAccept) + } + "MISSION_SYNC_RECORD_MAIN_MISSION_START" => { + Some(Self::MissionSyncRecordMainMissionStart) + } + "MISSION_SYNC_RECORD_MAIN_MISSION_FINISH" => { + Some(Self::MissionSyncRecordMainMissionFinish) + } + "MISSION_SYNC_RECORD_MAIN_MISSION_DELETE" => { + Some(Self::MissionSyncRecordMainMissionDelete) + } + "MISSION_SYNC_RECORD_MISSION_ACCEPT" => { + Some(Self::MissionSyncRecordMissionAccept) + } + "MISSION_SYNC_RECORD_MISSION_START" => { + Some(Self::MissionSyncRecordMissionStart) + } + "MISSION_SYNC_RECORD_MISSION_FINISH" => { + Some(Self::MissionSyncRecordMissionFinish) + } + "MISSION_SYNC_RECORD_MISSION_DELETE" => { + Some(Self::MissionSyncRecordMissionDelete) + } + "MISSION_SYNC_RECORD_MISSION_PROGRESS" => { + Some(Self::MissionSyncRecordMissionProgress) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Dbciappkpbp { + MainMissionSyncNone = 0, + MainMissionSyncMcv = 1, +} +impl Dbciappkpbp { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Dbciappkpbp::MainMissionSyncNone => "MAIN_MISSION_SYNC_NONE", + Dbciappkpbp::MainMissionSyncMcv => "MAIN_MISSION_SYNC_MCV", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "MAIN_MISSION_SYNC_NONE" => Some(Self::MainMissionSyncNone), + "MAIN_MISSION_SYNC_MCV" => Some(Self::MainMissionSyncMcv), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Alfdcfmlljl { + TrackMainMissionUpdateNone = 0, + TrackMainMissionUpdateAuto = 1, + TrackMainMissionUpdateManual = 2, + TrackMainMissionUpdateLoginReport = 3, +} +impl Alfdcfmlljl { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Alfdcfmlljl::TrackMainMissionUpdateNone => "TRACK_MAIN_MISSION_UPDATE_NONE", + Alfdcfmlljl::TrackMainMissionUpdateAuto => "TRACK_MAIN_MISSION_UPDATE_AUTO", + Alfdcfmlljl::TrackMainMissionUpdateManual => { + "TRACK_MAIN_MISSION_UPDATE_MANUAL" + } + Alfdcfmlljl::TrackMainMissionUpdateLoginReport => { + "TRACK_MAIN_MISSION_UPDATE_LOGIN_REPORT" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "TRACK_MAIN_MISSION_UPDATE_NONE" => Some(Self::TrackMainMissionUpdateNone), + "TRACK_MAIN_MISSION_UPDATE_AUTO" => Some(Self::TrackMainMissionUpdateAuto), + "TRACK_MAIN_MISSION_UPDATE_MANUAL" => { + Some(Self::TrackMainMissionUpdateManual) + } + "TRACK_MAIN_MISSION_UPDATE_LOGIN_REPORT" => { + Some(Self::TrackMainMissionUpdateLoginReport) + } + _ => None, + } + } +} +/// Obf: PGOBODBCGNI +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdMonopolyType { + None = 0, + CmdGetMonopolyMbtiReportRewardCsReq = 7082, + CmdMonopolyGameSettleScNotify = 7014, + CmdMonopolySelectOptionScRsp = 7078, + CmdMonopolyAcceptQuizCsReq = 7036, + CmdMonopolyReRollRandomCsReq = 7045, + CmdDailyFirstEnterMonopolyActivityCsReq = 7089, + CmdMonopolyGameCreateScNotify = 7065, + CmdMonopolyGetRegionProgressScRsp = 7048, + CmdMonopolyClickCellScRsp = 7068, + CmdGetSocialEventServerCacheCsReq = 7086, + CmdMonopolyScrachRaffleTicketCsReq = 7097, + CmdDeleteSocialEventServerCacheScRsp = 7090, + CmdMonopolyLikeScNotify = 7076, + CmdGetSocialEventServerCacheScRsp = 7029, + CmdMonopolyRollDiceScRsp = 7033, + CmdMonopolyGetRafflePoolInfoCsReq = 7024, + CmdMonopolyTakePhaseRewardCsReq = 7009, + CmdMonopolyUpgradeAssetScRsp = 7011, + CmdMonopolyGameBingoFlipCardCsReq = 7063, + CmdMonopolyRollRandomScRsp = 7005, + CmdMonopolyConfirmRandomScRsp = 7031, + CmdMonopolyGameBingoFlipCardScRsp = 7055, + CmdMonopolyLikeCsReq = 7058, + CmdMonopolyUpgradeAssetCsReq = 7052, + CmdMonopolyConditionUpdateScNotify = 7021, + CmdMonopolyMoveCsReq = 7012, + CmdMonopolyCellUpdateNotify = 7042, + CmdMonopolySelectOptionCsReq = 7038, + CmdMonopolyGuessDrawScNotify = 7092, + CmdMonopolyQuizDurationChangeScNotify = 7040, + CmdMonopolyScrachRaffleTicketScRsp = 7027, + CmdMonopolyCheatDiceScRsp = 7006, + CmdMonopolySttUpdateScNotify = 7030, + CmdMonopolyEventSelectFriendCsReq = 7003, + CmdGetMonopolyFriendRankingListCsReq = 7054, + CmdGetMonopolyInfoCsReq = 7098, + CmdMonopolyGameRaiseRatioScRsp = 7016, + CmdMonopolyGetDailyInitItemCsReq = 7046, + CmdMonopolyContentUpdateScNotify = 7023, + CmdDeleteSocialEventServerCacheCsReq = 7001, + CmdMonopolyActionResultScNotify = 7083, + CmdMonopolyGetRaffleTicketCsReq = 7072, + CmdGetMonopolyInfoScRsp = 7071, + CmdMonopolyGuessBuyInformationCsReq = 7015, + CmdGetMonopolyDailyReportScRsp = 7037, + CmdMonopolyEventLoadUpdateScNotify = 7043, + CmdGetMonopolyFriendRankingListScRsp = 7069, + CmdMonopolyGetRegionProgressCsReq = 7059, + CmdMonopolyBuyGoodsScRsp = 7060, + CmdMonopolyGetDailyInitItemScRsp = 7041, + CmdMonopolyDailySettleScNotify = 7087, + CmdMonopolyRollDiceCsReq = 7077, + CmdMonopolyTakeRaffleTicketRewardCsReq = 7047, + CmdMonopolyClickMbtiReportScRsp = 7081, + CmdMonopolyClickCellCsReq = 7075, + CmdMonopolySocialEventEffectScNotify = 7032, + CmdMonopolyLikeScRsp = 7067, + CmdGetMbtiReportCsReq = 7039, + CmdMonopolyGameGachaScRsp = 7093, + CmdMonopolyCheatDiceCsReq = 7062, + CmdMonopolyGetRafflePoolInfoScRsp = 7096, + CmdMonopolyGameRaiseRatioCsReq = 7085, + CmdMonopolyConfirmRandomCsReq = 7050, + CmdMonopolyAcceptQuizScRsp = 7002, + CmdMonopolyTakeRaffleTicketRewardScRsp = 7026, + CmdMonopolyEventSelectFriendScRsp = 7084, + CmdGetMonopolyDailyReportCsReq = 7017, + CmdMonopolyGameGachaCsReq = 7088, + CmdMonopolyTakePhaseRewardScRsp = 7099, + CmdMonopolyGuessChooseScRsp = 7025, + CmdGetMonopolyMbtiReportRewardScRsp = 7018, + CmdMonopolyMoveScRsp = 7028, + CmdMonopolyGiveUpCurContentCsReq = 7010, + CmdMonopolyBuyGoodsCsReq = 7004, + CmdMonopolyGuessChooseCsReq = 7057, + CmdMonopolyRollRandomCsReq = 7066, + CmdMonopolyReRollRandomScRsp = 7020, + CmdMonopolyGiveUpCurContentScRsp = 7100, + CmdMonopolyGetRaffleTicketScRsp = 7074, + CmdMonopolyGuessBuyInformationScRsp = 7019, + CmdDailyFirstEnterMonopolyActivityScRsp = 7022, + CmdMonopolyClickMbtiReportCsReq = 7051, + CmdGetMbtiReportScRsp = 7049, +} +impl CmdMonopolyType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdMonopolyType::None => "CmdMonopolyTypeNone", + CmdMonopolyType::CmdGetMonopolyMbtiReportRewardCsReq => { + "CmdGetMonopolyMbtiReportRewardCsReq" + } + CmdMonopolyType::CmdMonopolyGameSettleScNotify => { + "CmdMonopolyGameSettleScNotify" + } + CmdMonopolyType::CmdMonopolySelectOptionScRsp => { + "CmdMonopolySelectOptionScRsp" + } + CmdMonopolyType::CmdMonopolyAcceptQuizCsReq => "CmdMonopolyAcceptQuizCsReq", + CmdMonopolyType::CmdMonopolyReRollRandomCsReq => { + "CmdMonopolyReRollRandomCsReq" + } + CmdMonopolyType::CmdDailyFirstEnterMonopolyActivityCsReq => { + "CmdDailyFirstEnterMonopolyActivityCsReq" + } + CmdMonopolyType::CmdMonopolyGameCreateScNotify => { + "CmdMonopolyGameCreateScNotify" + } + CmdMonopolyType::CmdMonopolyGetRegionProgressScRsp => { + "CmdMonopolyGetRegionProgressScRsp" + } + CmdMonopolyType::CmdMonopolyClickCellScRsp => "CmdMonopolyClickCellScRsp", + CmdMonopolyType::CmdGetSocialEventServerCacheCsReq => { + "CmdGetSocialEventServerCacheCsReq" + } + CmdMonopolyType::CmdMonopolyScrachRaffleTicketCsReq => { + "CmdMonopolyScrachRaffleTicketCsReq" + } + CmdMonopolyType::CmdDeleteSocialEventServerCacheScRsp => { + "CmdDeleteSocialEventServerCacheScRsp" + } + CmdMonopolyType::CmdMonopolyLikeScNotify => "CmdMonopolyLikeScNotify", + CmdMonopolyType::CmdGetSocialEventServerCacheScRsp => { + "CmdGetSocialEventServerCacheScRsp" + } + CmdMonopolyType::CmdMonopolyRollDiceScRsp => "CmdMonopolyRollDiceScRsp", + CmdMonopolyType::CmdMonopolyGetRafflePoolInfoCsReq => { + "CmdMonopolyGetRafflePoolInfoCsReq" + } + CmdMonopolyType::CmdMonopolyTakePhaseRewardCsReq => { + "CmdMonopolyTakePhaseRewardCsReq" + } + CmdMonopolyType::CmdMonopolyUpgradeAssetScRsp => { + "CmdMonopolyUpgradeAssetScRsp" + } + CmdMonopolyType::CmdMonopolyGameBingoFlipCardCsReq => { + "CmdMonopolyGameBingoFlipCardCsReq" + } + CmdMonopolyType::CmdMonopolyRollRandomScRsp => "CmdMonopolyRollRandomScRsp", + CmdMonopolyType::CmdMonopolyConfirmRandomScRsp => { + "CmdMonopolyConfirmRandomScRsp" + } + CmdMonopolyType::CmdMonopolyGameBingoFlipCardScRsp => { + "CmdMonopolyGameBingoFlipCardScRsp" + } + CmdMonopolyType::CmdMonopolyLikeCsReq => "CmdMonopolyLikeCsReq", + CmdMonopolyType::CmdMonopolyUpgradeAssetCsReq => { + "CmdMonopolyUpgradeAssetCsReq" + } + CmdMonopolyType::CmdMonopolyConditionUpdateScNotify => { + "CmdMonopolyConditionUpdateScNotify" + } + CmdMonopolyType::CmdMonopolyMoveCsReq => "CmdMonopolyMoveCsReq", + CmdMonopolyType::CmdMonopolyCellUpdateNotify => "CmdMonopolyCellUpdateNotify", + CmdMonopolyType::CmdMonopolySelectOptionCsReq => { + "CmdMonopolySelectOptionCsReq" + } + CmdMonopolyType::CmdMonopolyGuessDrawScNotify => { + "CmdMonopolyGuessDrawScNotify" + } + CmdMonopolyType::CmdMonopolyQuizDurationChangeScNotify => { + "CmdMonopolyQuizDurationChangeScNotify" + } + CmdMonopolyType::CmdMonopolyScrachRaffleTicketScRsp => { + "CmdMonopolyScrachRaffleTicketScRsp" + } + CmdMonopolyType::CmdMonopolyCheatDiceScRsp => "CmdMonopolyCheatDiceScRsp", + CmdMonopolyType::CmdMonopolySttUpdateScNotify => { + "CmdMonopolySttUpdateScNotify" + } + CmdMonopolyType::CmdMonopolyEventSelectFriendCsReq => { + "CmdMonopolyEventSelectFriendCsReq" + } + CmdMonopolyType::CmdGetMonopolyFriendRankingListCsReq => { + "CmdGetMonopolyFriendRankingListCsReq" + } + CmdMonopolyType::CmdGetMonopolyInfoCsReq => "CmdGetMonopolyInfoCsReq", + CmdMonopolyType::CmdMonopolyGameRaiseRatioScRsp => { + "CmdMonopolyGameRaiseRatioScRsp" + } + CmdMonopolyType::CmdMonopolyGetDailyInitItemCsReq => { + "CmdMonopolyGetDailyInitItemCsReq" + } + CmdMonopolyType::CmdMonopolyContentUpdateScNotify => { + "CmdMonopolyContentUpdateScNotify" + } + CmdMonopolyType::CmdDeleteSocialEventServerCacheCsReq => { + "CmdDeleteSocialEventServerCacheCsReq" + } + CmdMonopolyType::CmdMonopolyActionResultScNotify => { + "CmdMonopolyActionResultScNotify" + } + CmdMonopolyType::CmdMonopolyGetRaffleTicketCsReq => { + "CmdMonopolyGetRaffleTicketCsReq" + } + CmdMonopolyType::CmdGetMonopolyInfoScRsp => "CmdGetMonopolyInfoScRsp", + CmdMonopolyType::CmdMonopolyGuessBuyInformationCsReq => { + "CmdMonopolyGuessBuyInformationCsReq" + } + CmdMonopolyType::CmdGetMonopolyDailyReportScRsp => { + "CmdGetMonopolyDailyReportScRsp" + } + CmdMonopolyType::CmdMonopolyEventLoadUpdateScNotify => { + "CmdMonopolyEventLoadUpdateScNotify" + } + CmdMonopolyType::CmdGetMonopolyFriendRankingListScRsp => { + "CmdGetMonopolyFriendRankingListScRsp" + } + CmdMonopolyType::CmdMonopolyGetRegionProgressCsReq => { + "CmdMonopolyGetRegionProgressCsReq" + } + CmdMonopolyType::CmdMonopolyBuyGoodsScRsp => "CmdMonopolyBuyGoodsScRsp", + CmdMonopolyType::CmdMonopolyGetDailyInitItemScRsp => { + "CmdMonopolyGetDailyInitItemScRsp" + } + CmdMonopolyType::CmdMonopolyDailySettleScNotify => { + "CmdMonopolyDailySettleScNotify" + } + CmdMonopolyType::CmdMonopolyRollDiceCsReq => "CmdMonopolyRollDiceCsReq", + CmdMonopolyType::CmdMonopolyTakeRaffleTicketRewardCsReq => { + "CmdMonopolyTakeRaffleTicketRewardCsReq" + } + CmdMonopolyType::CmdMonopolyClickMbtiReportScRsp => { + "CmdMonopolyClickMbtiReportScRsp" + } + CmdMonopolyType::CmdMonopolyClickCellCsReq => "CmdMonopolyClickCellCsReq", + CmdMonopolyType::CmdMonopolySocialEventEffectScNotify => { + "CmdMonopolySocialEventEffectScNotify" + } + CmdMonopolyType::CmdMonopolyLikeScRsp => "CmdMonopolyLikeScRsp", + CmdMonopolyType::CmdGetMbtiReportCsReq => "CmdGetMbtiReportCsReq", + CmdMonopolyType::CmdMonopolyGameGachaScRsp => "CmdMonopolyGameGachaScRsp", + CmdMonopolyType::CmdMonopolyCheatDiceCsReq => "CmdMonopolyCheatDiceCsReq", + CmdMonopolyType::CmdMonopolyGetRafflePoolInfoScRsp => { + "CmdMonopolyGetRafflePoolInfoScRsp" + } + CmdMonopolyType::CmdMonopolyGameRaiseRatioCsReq => { + "CmdMonopolyGameRaiseRatioCsReq" + } + CmdMonopolyType::CmdMonopolyConfirmRandomCsReq => { + "CmdMonopolyConfirmRandomCsReq" + } + CmdMonopolyType::CmdMonopolyAcceptQuizScRsp => "CmdMonopolyAcceptQuizScRsp", + CmdMonopolyType::CmdMonopolyTakeRaffleTicketRewardScRsp => { + "CmdMonopolyTakeRaffleTicketRewardScRsp" + } + CmdMonopolyType::CmdMonopolyEventSelectFriendScRsp => { + "CmdMonopolyEventSelectFriendScRsp" + } + CmdMonopolyType::CmdGetMonopolyDailyReportCsReq => { + "CmdGetMonopolyDailyReportCsReq" + } + CmdMonopolyType::CmdMonopolyGameGachaCsReq => "CmdMonopolyGameGachaCsReq", + CmdMonopolyType::CmdMonopolyTakePhaseRewardScRsp => { + "CmdMonopolyTakePhaseRewardScRsp" + } + CmdMonopolyType::CmdMonopolyGuessChooseScRsp => "CmdMonopolyGuessChooseScRsp", + CmdMonopolyType::CmdGetMonopolyMbtiReportRewardScRsp => { + "CmdGetMonopolyMbtiReportRewardScRsp" + } + CmdMonopolyType::CmdMonopolyMoveScRsp => "CmdMonopolyMoveScRsp", + CmdMonopolyType::CmdMonopolyGiveUpCurContentCsReq => { + "CmdMonopolyGiveUpCurContentCsReq" + } + CmdMonopolyType::CmdMonopolyBuyGoodsCsReq => "CmdMonopolyBuyGoodsCsReq", + CmdMonopolyType::CmdMonopolyGuessChooseCsReq => "CmdMonopolyGuessChooseCsReq", + CmdMonopolyType::CmdMonopolyRollRandomCsReq => "CmdMonopolyRollRandomCsReq", + CmdMonopolyType::CmdMonopolyReRollRandomScRsp => { + "CmdMonopolyReRollRandomScRsp" + } + CmdMonopolyType::CmdMonopolyGiveUpCurContentScRsp => { + "CmdMonopolyGiveUpCurContentScRsp" + } + CmdMonopolyType::CmdMonopolyGetRaffleTicketScRsp => { + "CmdMonopolyGetRaffleTicketScRsp" + } + CmdMonopolyType::CmdMonopolyGuessBuyInformationScRsp => { + "CmdMonopolyGuessBuyInformationScRsp" + } + CmdMonopolyType::CmdDailyFirstEnterMonopolyActivityScRsp => { + "CmdDailyFirstEnterMonopolyActivityScRsp" + } + CmdMonopolyType::CmdMonopolyClickMbtiReportCsReq => { + "CmdMonopolyClickMbtiReportCsReq" + } + CmdMonopolyType::CmdGetMbtiReportScRsp => "CmdGetMbtiReportScRsp", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdMonopolyTypeNone" => Some(Self::None), + "CmdGetMonopolyMbtiReportRewardCsReq" => { + Some(Self::CmdGetMonopolyMbtiReportRewardCsReq) + } + "CmdMonopolyGameSettleScNotify" => Some(Self::CmdMonopolyGameSettleScNotify), + "CmdMonopolySelectOptionScRsp" => Some(Self::CmdMonopolySelectOptionScRsp), + "CmdMonopolyAcceptQuizCsReq" => Some(Self::CmdMonopolyAcceptQuizCsReq), + "CmdMonopolyReRollRandomCsReq" => Some(Self::CmdMonopolyReRollRandomCsReq), + "CmdDailyFirstEnterMonopolyActivityCsReq" => { + Some(Self::CmdDailyFirstEnterMonopolyActivityCsReq) + } + "CmdMonopolyGameCreateScNotify" => Some(Self::CmdMonopolyGameCreateScNotify), + "CmdMonopolyGetRegionProgressScRsp" => { + Some(Self::CmdMonopolyGetRegionProgressScRsp) + } + "CmdMonopolyClickCellScRsp" => Some(Self::CmdMonopolyClickCellScRsp), + "CmdGetSocialEventServerCacheCsReq" => { + Some(Self::CmdGetSocialEventServerCacheCsReq) + } + "CmdMonopolyScrachRaffleTicketCsReq" => { + Some(Self::CmdMonopolyScrachRaffleTicketCsReq) + } + "CmdDeleteSocialEventServerCacheScRsp" => { + Some(Self::CmdDeleteSocialEventServerCacheScRsp) + } + "CmdMonopolyLikeScNotify" => Some(Self::CmdMonopolyLikeScNotify), + "CmdGetSocialEventServerCacheScRsp" => { + Some(Self::CmdGetSocialEventServerCacheScRsp) + } + "CmdMonopolyRollDiceScRsp" => Some(Self::CmdMonopolyRollDiceScRsp), + "CmdMonopolyGetRafflePoolInfoCsReq" => { + Some(Self::CmdMonopolyGetRafflePoolInfoCsReq) + } + "CmdMonopolyTakePhaseRewardCsReq" => { + Some(Self::CmdMonopolyTakePhaseRewardCsReq) + } + "CmdMonopolyUpgradeAssetScRsp" => Some(Self::CmdMonopolyUpgradeAssetScRsp), + "CmdMonopolyGameBingoFlipCardCsReq" => { + Some(Self::CmdMonopolyGameBingoFlipCardCsReq) + } + "CmdMonopolyRollRandomScRsp" => Some(Self::CmdMonopolyRollRandomScRsp), + "CmdMonopolyConfirmRandomScRsp" => Some(Self::CmdMonopolyConfirmRandomScRsp), + "CmdMonopolyGameBingoFlipCardScRsp" => { + Some(Self::CmdMonopolyGameBingoFlipCardScRsp) + } + "CmdMonopolyLikeCsReq" => Some(Self::CmdMonopolyLikeCsReq), + "CmdMonopolyUpgradeAssetCsReq" => Some(Self::CmdMonopolyUpgradeAssetCsReq), + "CmdMonopolyConditionUpdateScNotify" => { + Some(Self::CmdMonopolyConditionUpdateScNotify) + } + "CmdMonopolyMoveCsReq" => Some(Self::CmdMonopolyMoveCsReq), + "CmdMonopolyCellUpdateNotify" => Some(Self::CmdMonopolyCellUpdateNotify), + "CmdMonopolySelectOptionCsReq" => Some(Self::CmdMonopolySelectOptionCsReq), + "CmdMonopolyGuessDrawScNotify" => Some(Self::CmdMonopolyGuessDrawScNotify), + "CmdMonopolyQuizDurationChangeScNotify" => { + Some(Self::CmdMonopolyQuizDurationChangeScNotify) + } + "CmdMonopolyScrachRaffleTicketScRsp" => { + Some(Self::CmdMonopolyScrachRaffleTicketScRsp) + } + "CmdMonopolyCheatDiceScRsp" => Some(Self::CmdMonopolyCheatDiceScRsp), + "CmdMonopolySttUpdateScNotify" => Some(Self::CmdMonopolySttUpdateScNotify), + "CmdMonopolyEventSelectFriendCsReq" => { + Some(Self::CmdMonopolyEventSelectFriendCsReq) + } + "CmdGetMonopolyFriendRankingListCsReq" => { + Some(Self::CmdGetMonopolyFriendRankingListCsReq) + } + "CmdGetMonopolyInfoCsReq" => Some(Self::CmdGetMonopolyInfoCsReq), + "CmdMonopolyGameRaiseRatioScRsp" => { + Some(Self::CmdMonopolyGameRaiseRatioScRsp) + } + "CmdMonopolyGetDailyInitItemCsReq" => { + Some(Self::CmdMonopolyGetDailyInitItemCsReq) + } + "CmdMonopolyContentUpdateScNotify" => { + Some(Self::CmdMonopolyContentUpdateScNotify) + } + "CmdDeleteSocialEventServerCacheCsReq" => { + Some(Self::CmdDeleteSocialEventServerCacheCsReq) + } + "CmdMonopolyActionResultScNotify" => { + Some(Self::CmdMonopolyActionResultScNotify) + } + "CmdMonopolyGetRaffleTicketCsReq" => { + Some(Self::CmdMonopolyGetRaffleTicketCsReq) + } + "CmdGetMonopolyInfoScRsp" => Some(Self::CmdGetMonopolyInfoScRsp), + "CmdMonopolyGuessBuyInformationCsReq" => { + Some(Self::CmdMonopolyGuessBuyInformationCsReq) + } + "CmdGetMonopolyDailyReportScRsp" => { + Some(Self::CmdGetMonopolyDailyReportScRsp) + } + "CmdMonopolyEventLoadUpdateScNotify" => { + Some(Self::CmdMonopolyEventLoadUpdateScNotify) + } + "CmdGetMonopolyFriendRankingListScRsp" => { + Some(Self::CmdGetMonopolyFriendRankingListScRsp) + } + "CmdMonopolyGetRegionProgressCsReq" => { + Some(Self::CmdMonopolyGetRegionProgressCsReq) + } + "CmdMonopolyBuyGoodsScRsp" => Some(Self::CmdMonopolyBuyGoodsScRsp), + "CmdMonopolyGetDailyInitItemScRsp" => { + Some(Self::CmdMonopolyGetDailyInitItemScRsp) + } + "CmdMonopolyDailySettleScNotify" => { + Some(Self::CmdMonopolyDailySettleScNotify) + } + "CmdMonopolyRollDiceCsReq" => Some(Self::CmdMonopolyRollDiceCsReq), + "CmdMonopolyTakeRaffleTicketRewardCsReq" => { + Some(Self::CmdMonopolyTakeRaffleTicketRewardCsReq) + } + "CmdMonopolyClickMbtiReportScRsp" => { + Some(Self::CmdMonopolyClickMbtiReportScRsp) + } + "CmdMonopolyClickCellCsReq" => Some(Self::CmdMonopolyClickCellCsReq), + "CmdMonopolySocialEventEffectScNotify" => { + Some(Self::CmdMonopolySocialEventEffectScNotify) + } + "CmdMonopolyLikeScRsp" => Some(Self::CmdMonopolyLikeScRsp), + "CmdGetMbtiReportCsReq" => Some(Self::CmdGetMbtiReportCsReq), + "CmdMonopolyGameGachaScRsp" => Some(Self::CmdMonopolyGameGachaScRsp), + "CmdMonopolyCheatDiceCsReq" => Some(Self::CmdMonopolyCheatDiceCsReq), + "CmdMonopolyGetRafflePoolInfoScRsp" => { + Some(Self::CmdMonopolyGetRafflePoolInfoScRsp) + } + "CmdMonopolyGameRaiseRatioCsReq" => { + Some(Self::CmdMonopolyGameRaiseRatioCsReq) + } + "CmdMonopolyConfirmRandomCsReq" => Some(Self::CmdMonopolyConfirmRandomCsReq), + "CmdMonopolyAcceptQuizScRsp" => Some(Self::CmdMonopolyAcceptQuizScRsp), + "CmdMonopolyTakeRaffleTicketRewardScRsp" => { + Some(Self::CmdMonopolyTakeRaffleTicketRewardScRsp) + } + "CmdMonopolyEventSelectFriendScRsp" => { + Some(Self::CmdMonopolyEventSelectFriendScRsp) + } + "CmdGetMonopolyDailyReportCsReq" => { + Some(Self::CmdGetMonopolyDailyReportCsReq) + } + "CmdMonopolyGameGachaCsReq" => Some(Self::CmdMonopolyGameGachaCsReq), + "CmdMonopolyTakePhaseRewardScRsp" => { + Some(Self::CmdMonopolyTakePhaseRewardScRsp) + } + "CmdMonopolyGuessChooseScRsp" => Some(Self::CmdMonopolyGuessChooseScRsp), + "CmdGetMonopolyMbtiReportRewardScRsp" => { + Some(Self::CmdGetMonopolyMbtiReportRewardScRsp) + } + "CmdMonopolyMoveScRsp" => Some(Self::CmdMonopolyMoveScRsp), + "CmdMonopolyGiveUpCurContentCsReq" => { + Some(Self::CmdMonopolyGiveUpCurContentCsReq) + } + "CmdMonopolyBuyGoodsCsReq" => Some(Self::CmdMonopolyBuyGoodsCsReq), + "CmdMonopolyGuessChooseCsReq" => Some(Self::CmdMonopolyGuessChooseCsReq), + "CmdMonopolyRollRandomCsReq" => Some(Self::CmdMonopolyRollRandomCsReq), + "CmdMonopolyReRollRandomScRsp" => Some(Self::CmdMonopolyReRollRandomScRsp), + "CmdMonopolyGiveUpCurContentScRsp" => { + Some(Self::CmdMonopolyGiveUpCurContentScRsp) + } + "CmdMonopolyGetRaffleTicketScRsp" => { + Some(Self::CmdMonopolyGetRaffleTicketScRsp) + } + "CmdMonopolyGuessBuyInformationScRsp" => { + Some(Self::CmdMonopolyGuessBuyInformationScRsp) + } + "CmdDailyFirstEnterMonopolyActivityScRsp" => { + Some(Self::CmdDailyFirstEnterMonopolyActivityScRsp) + } + "CmdMonopolyClickMbtiReportCsReq" => { + Some(Self::CmdMonopolyClickMbtiReportCsReq) + } + "CmdGetMbtiReportScRsp" => Some(Self::CmdGetMbtiReportScRsp), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Kpopedeeagb { + MonopolySocialEventStatusNone = 0, + MonopolySocialEventStatusWaitingSelectFriend = 1, +} +impl Kpopedeeagb { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Kpopedeeagb::MonopolySocialEventStatusNone => { + "MONOPOLY_SOCIAL_EVENT_STATUS_NONE" + } + Kpopedeeagb::MonopolySocialEventStatusWaitingSelectFriend => { + "MONOPOLY_SOCIAL_EVENT_STATUS_WAITING_SELECT_FRIEND" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "MONOPOLY_SOCIAL_EVENT_STATUS_NONE" => { + Some(Self::MonopolySocialEventStatusNone) + } + "MONOPOLY_SOCIAL_EVENT_STATUS_WAITING_SELECT_FRIEND" => { + Some(Self::MonopolySocialEventStatusWaitingSelectFriend) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Abnjhbagocg { + MonopolyCellStateIdle = 0, + MonopolyCellStateBarrier = 1, + MonopolyCellStateGround = 2, + MonopolyCellStateFinish = 3, +} +impl Abnjhbagocg { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Abnjhbagocg::MonopolyCellStateIdle => "MONOPOLY_CELL_STATE_IDLE", + Abnjhbagocg::MonopolyCellStateBarrier => "MONOPOLY_CELL_STATE_BARRIER", + Abnjhbagocg::MonopolyCellStateGround => "MONOPOLY_CELL_STATE_GROUND", + Abnjhbagocg::MonopolyCellStateFinish => "MONOPOLY_CELL_STATE_FINISH", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "MONOPOLY_CELL_STATE_IDLE" => Some(Self::MonopolyCellStateIdle), + "MONOPOLY_CELL_STATE_BARRIER" => Some(Self::MonopolyCellStateBarrier), + "MONOPOLY_CELL_STATE_GROUND" => Some(Self::MonopolyCellStateGround), + "MONOPOLY_CELL_STATE_FINISH" => Some(Self::MonopolyCellStateFinish), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Cfaopfghjjg { + MonopolyActionResultSourceTypeNone = 0, + MonopolyActionResultSourceTypeEffect = 1, + MonopolyActionResultSourceTypeAssetBonus = 2, + MonopolyActionResultSourceTypeAssetTax = 3, + MonopolyActionResultSourceTypeAssetUpgrade = 4, + MonopolyActionResultSourceTypeGameSettle = 5, + MonopolyActionResultSourceTypeBuyGoods = 6, + MonopolyActionResultSourceTypeClick = 7, + MonopolyActionResultSourceTypeSocialEvent = 8, + MonopolyActionResultSourceTypeLike = 9, + MonopolyActionResultSourceTypeQuizGameSettle = 10, +} +impl Cfaopfghjjg { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Cfaopfghjjg::MonopolyActionResultSourceTypeNone => { + "MONOPOLY_ACTION_RESULT_SOURCE_TYPE_NONE" + } + Cfaopfghjjg::MonopolyActionResultSourceTypeEffect => { + "MONOPOLY_ACTION_RESULT_SOURCE_TYPE_EFFECT" + } + Cfaopfghjjg::MonopolyActionResultSourceTypeAssetBonus => { + "MONOPOLY_ACTION_RESULT_SOURCE_TYPE_ASSET_BONUS" + } + Cfaopfghjjg::MonopolyActionResultSourceTypeAssetTax => { + "MONOPOLY_ACTION_RESULT_SOURCE_TYPE_ASSET_TAX" + } + Cfaopfghjjg::MonopolyActionResultSourceTypeAssetUpgrade => { + "MONOPOLY_ACTION_RESULT_SOURCE_TYPE_ASSET_UPGRADE" + } + Cfaopfghjjg::MonopolyActionResultSourceTypeGameSettle => { + "MONOPOLY_ACTION_RESULT_SOURCE_TYPE_GAME_SETTLE" + } + Cfaopfghjjg::MonopolyActionResultSourceTypeBuyGoods => { + "MONOPOLY_ACTION_RESULT_SOURCE_TYPE_BUY_GOODS" + } + Cfaopfghjjg::MonopolyActionResultSourceTypeClick => { + "MONOPOLY_ACTION_RESULT_SOURCE_TYPE_CLICK" + } + Cfaopfghjjg::MonopolyActionResultSourceTypeSocialEvent => { + "MONOPOLY_ACTION_RESULT_SOURCE_TYPE_SOCIAL_EVENT" + } + Cfaopfghjjg::MonopolyActionResultSourceTypeLike => { + "MONOPOLY_ACTION_RESULT_SOURCE_TYPE_LIKE" + } + Cfaopfghjjg::MonopolyActionResultSourceTypeQuizGameSettle => { + "MONOPOLY_ACTION_RESULT_SOURCE_TYPE_QUIZ_GAME_SETTLE" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "MONOPOLY_ACTION_RESULT_SOURCE_TYPE_NONE" => { + Some(Self::MonopolyActionResultSourceTypeNone) + } + "MONOPOLY_ACTION_RESULT_SOURCE_TYPE_EFFECT" => { + Some(Self::MonopolyActionResultSourceTypeEffect) + } + "MONOPOLY_ACTION_RESULT_SOURCE_TYPE_ASSET_BONUS" => { + Some(Self::MonopolyActionResultSourceTypeAssetBonus) + } + "MONOPOLY_ACTION_RESULT_SOURCE_TYPE_ASSET_TAX" => { + Some(Self::MonopolyActionResultSourceTypeAssetTax) + } + "MONOPOLY_ACTION_RESULT_SOURCE_TYPE_ASSET_UPGRADE" => { + Some(Self::MonopolyActionResultSourceTypeAssetUpgrade) + } + "MONOPOLY_ACTION_RESULT_SOURCE_TYPE_GAME_SETTLE" => { + Some(Self::MonopolyActionResultSourceTypeGameSettle) + } + "MONOPOLY_ACTION_RESULT_SOURCE_TYPE_BUY_GOODS" => { + Some(Self::MonopolyActionResultSourceTypeBuyGoods) + } + "MONOPOLY_ACTION_RESULT_SOURCE_TYPE_CLICK" => { + Some(Self::MonopolyActionResultSourceTypeClick) + } + "MONOPOLY_ACTION_RESULT_SOURCE_TYPE_SOCIAL_EVENT" => { + Some(Self::MonopolyActionResultSourceTypeSocialEvent) + } + "MONOPOLY_ACTION_RESULT_SOURCE_TYPE_LIKE" => { + Some(Self::MonopolyActionResultSourceTypeLike) + } + "MONOPOLY_ACTION_RESULT_SOURCE_TYPE_QUIZ_GAME_SETTLE" => { + Some(Self::MonopolyActionResultSourceTypeQuizGameSettle) + } + _ => None, + } + } +} +/// Obf: PHACIJOLOBL +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdMultiplayerType { + None = 0, + CmdMultiplayerGetFightGateScRsp = 1042, + CmdMultiplayerFightGameStateScRsp = 1071, + CmdMultiplayerFightGiveUpCsReq = 1079, + CmdMultiplayerMatch3FinishScNotify = 1028, + CmdMultiplayerFightGameStartScNotify = 1033, + CmdMultiplayerFightGameFinishScNotify = 1012, + CmdMultiplayerFightGiveUpScRsp = 1077, + CmdMultiplayerGetFightGateCsReq = 1083, + CmdMultiplayerFightGameStateCsReq = 1098, +} +impl CmdMultiplayerType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdMultiplayerType::None => "CmdMultiplayerTypeNone", + CmdMultiplayerType::CmdMultiplayerGetFightGateScRsp => { + "CmdMultiplayerGetFightGateScRsp" + } + CmdMultiplayerType::CmdMultiplayerFightGameStateScRsp => { + "CmdMultiplayerFightGameStateScRsp" + } + CmdMultiplayerType::CmdMultiplayerFightGiveUpCsReq => { + "CmdMultiplayerFightGiveUpCsReq" + } + CmdMultiplayerType::CmdMultiplayerMatch3FinishScNotify => { + "CmdMultiplayerMatch3FinishScNotify" + } + CmdMultiplayerType::CmdMultiplayerFightGameStartScNotify => { + "CmdMultiplayerFightGameStartScNotify" + } + CmdMultiplayerType::CmdMultiplayerFightGameFinishScNotify => { + "CmdMultiplayerFightGameFinishScNotify" + } + CmdMultiplayerType::CmdMultiplayerFightGiveUpScRsp => { + "CmdMultiplayerFightGiveUpScRsp" + } + CmdMultiplayerType::CmdMultiplayerGetFightGateCsReq => { + "CmdMultiplayerGetFightGateCsReq" + } + CmdMultiplayerType::CmdMultiplayerFightGameStateCsReq => { + "CmdMultiplayerFightGameStateCsReq" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdMultiplayerTypeNone" => Some(Self::None), + "CmdMultiplayerGetFightGateScRsp" => { + Some(Self::CmdMultiplayerGetFightGateScRsp) + } + "CmdMultiplayerFightGameStateScRsp" => { + Some(Self::CmdMultiplayerFightGameStateScRsp) + } + "CmdMultiplayerFightGiveUpCsReq" => { + Some(Self::CmdMultiplayerFightGiveUpCsReq) + } + "CmdMultiplayerMatch3FinishScNotify" => { + Some(Self::CmdMultiplayerMatch3FinishScNotify) + } + "CmdMultiplayerFightGameStartScNotify" => { + Some(Self::CmdMultiplayerFightGameStartScNotify) + } + "CmdMultiplayerFightGameFinishScNotify" => { + Some(Self::CmdMultiplayerFightGameFinishScNotify) + } + "CmdMultiplayerFightGiveUpScRsp" => { + Some(Self::CmdMultiplayerFightGiveUpScRsp) + } + "CmdMultiplayerGetFightGateCsReq" => { + Some(Self::CmdMultiplayerGetFightGateCsReq) + } + "CmdMultiplayerFightGameStateCsReq" => { + Some(Self::CmdMultiplayerFightGameStateCsReq) + } + _ => None, + } + } +} +/// Obf: GDEPJKFIFEI +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdMultipleDropType { + None = 0, + CmdGetPlayerReturnMultiDropInfoScRsp = 4679, + CmdGetMultipleDropInfoCsReq = 4698, + CmdMultipleDropInfoScNotify = 4683, + CmdMultipleDropInfoNotify = 4677, + CmdGetMultipleDropInfoScRsp = 4671, + CmdGetPlayerReturnMultiDropInfoCsReq = 4642, +} +impl CmdMultipleDropType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdMultipleDropType::None => "CmdMultipleDropTypeNone", + CmdMultipleDropType::CmdGetPlayerReturnMultiDropInfoScRsp => { + "CmdGetPlayerReturnMultiDropInfoScRsp" + } + CmdMultipleDropType::CmdGetMultipleDropInfoCsReq => { + "CmdGetMultipleDropInfoCsReq" + } + CmdMultipleDropType::CmdMultipleDropInfoScNotify => { + "CmdMultipleDropInfoScNotify" + } + CmdMultipleDropType::CmdMultipleDropInfoNotify => "CmdMultipleDropInfoNotify", + CmdMultipleDropType::CmdGetMultipleDropInfoScRsp => { + "CmdGetMultipleDropInfoScRsp" + } + CmdMultipleDropType::CmdGetPlayerReturnMultiDropInfoCsReq => { + "CmdGetPlayerReturnMultiDropInfoCsReq" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdMultipleDropTypeNone" => Some(Self::None), + "CmdGetPlayerReturnMultiDropInfoScRsp" => { + Some(Self::CmdGetPlayerReturnMultiDropInfoScRsp) + } + "CmdGetMultipleDropInfoCsReq" => Some(Self::CmdGetMultipleDropInfoCsReq), + "CmdMultipleDropInfoScNotify" => Some(Self::CmdMultipleDropInfoScNotify), + "CmdMultipleDropInfoNotify" => Some(Self::CmdMultipleDropInfoNotify), + "CmdGetMultipleDropInfoScRsp" => Some(Self::CmdGetMultipleDropInfoScRsp), + "CmdGetPlayerReturnMultiDropInfoCsReq" => { + Some(Self::CmdGetPlayerReturnMultiDropInfoCsReq) + } + _ => None, + } + } +} +/// Obf: EMPICOHHENN +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdMuseumType { + None = 0, + CmdMuseumInfoChangedScNotify = 4345, + CmdRemoveStuffFromAreaCsReq = 4333, + CmdMuseumTakeCollectRewardScRsp = 4323, + CmdGetStuffScNotify = 4328, + CmdMuseumRandomEventQueryScRsp = 4304, + CmdUpgradeAreaStatCsReq = 4366, + CmdMuseumFundsChangedScNotify = 4320, + CmdFinishCurTurnCsReq = 4378, + CmdBuyNpcStuffCsReq = 4383, + CmdSetStuffToAreaScRsp = 4377, + CmdUpgradeAreaStatScRsp = 4305, + CmdMuseumDispatchFinishedScNotify = 4311, + CmdUpgradeAreaCsReq = 4389, + CmdMuseumTargetMissionFinishNotify = 4400, + CmdMuseumTargetRewardNotify = 4362, + CmdGetMuseumInfoCsReq = 4398, + CmdFinishCurTurnScRsp = 4356, + CmdMuseumTakeCollectRewardCsReq = 4306, + CmdBuyNpcStuffScRsp = 4342, + CmdMuseumRandomEventQueryCsReq = 4331, + CmdMuseumRandomEventStartScNotify = 4350, + CmdMuseumRandomEventSelectScRsp = 4352, + CmdGetExhibitScNotify = 4338, + CmdMuseumTargetStartNotify = 4310, + CmdSetStuffToAreaCsReq = 4379, + CmdUpgradeAreaScRsp = 4322, + CmdGetMuseumInfoScRsp = 4371, + CmdRemoveStuffFromAreaScRsp = 4312, + CmdMuseumRandomEventSelectCsReq = 4360, +} +impl CmdMuseumType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdMuseumType::None => "CmdMuseumTypeNone", + CmdMuseumType::CmdMuseumInfoChangedScNotify => "CmdMuseumInfoChangedScNotify", + CmdMuseumType::CmdRemoveStuffFromAreaCsReq => "CmdRemoveStuffFromAreaCsReq", + CmdMuseumType::CmdMuseumTakeCollectRewardScRsp => { + "CmdMuseumTakeCollectRewardScRsp" + } + CmdMuseumType::CmdGetStuffScNotify => "CmdGetStuffScNotify", + CmdMuseumType::CmdMuseumRandomEventQueryScRsp => { + "CmdMuseumRandomEventQueryScRsp" + } + CmdMuseumType::CmdUpgradeAreaStatCsReq => "CmdUpgradeAreaStatCsReq", + CmdMuseumType::CmdMuseumFundsChangedScNotify => { + "CmdMuseumFundsChangedScNotify" + } + CmdMuseumType::CmdFinishCurTurnCsReq => "CmdFinishCurTurnCsReq", + CmdMuseumType::CmdBuyNpcStuffCsReq => "CmdBuyNpcStuffCsReq", + CmdMuseumType::CmdSetStuffToAreaScRsp => "CmdSetStuffToAreaScRsp", + CmdMuseumType::CmdUpgradeAreaStatScRsp => "CmdUpgradeAreaStatScRsp", + CmdMuseumType::CmdMuseumDispatchFinishedScNotify => { + "CmdMuseumDispatchFinishedScNotify" + } + CmdMuseumType::CmdUpgradeAreaCsReq => "CmdUpgradeAreaCsReq", + CmdMuseumType::CmdMuseumTargetMissionFinishNotify => { + "CmdMuseumTargetMissionFinishNotify" + } + CmdMuseumType::CmdMuseumTargetRewardNotify => "CmdMuseumTargetRewardNotify", + CmdMuseumType::CmdGetMuseumInfoCsReq => "CmdGetMuseumInfoCsReq", + CmdMuseumType::CmdFinishCurTurnScRsp => "CmdFinishCurTurnScRsp", + CmdMuseumType::CmdMuseumTakeCollectRewardCsReq => { + "CmdMuseumTakeCollectRewardCsReq" + } + CmdMuseumType::CmdBuyNpcStuffScRsp => "CmdBuyNpcStuffScRsp", + CmdMuseumType::CmdMuseumRandomEventQueryCsReq => { + "CmdMuseumRandomEventQueryCsReq" + } + CmdMuseumType::CmdMuseumRandomEventStartScNotify => { + "CmdMuseumRandomEventStartScNotify" + } + CmdMuseumType::CmdMuseumRandomEventSelectScRsp => { + "CmdMuseumRandomEventSelectScRsp" + } + CmdMuseumType::CmdGetExhibitScNotify => "CmdGetExhibitScNotify", + CmdMuseumType::CmdMuseumTargetStartNotify => "CmdMuseumTargetStartNotify", + CmdMuseumType::CmdSetStuffToAreaCsReq => "CmdSetStuffToAreaCsReq", + CmdMuseumType::CmdUpgradeAreaScRsp => "CmdUpgradeAreaScRsp", + CmdMuseumType::CmdGetMuseumInfoScRsp => "CmdGetMuseumInfoScRsp", + CmdMuseumType::CmdRemoveStuffFromAreaScRsp => "CmdRemoveStuffFromAreaScRsp", + CmdMuseumType::CmdMuseumRandomEventSelectCsReq => { + "CmdMuseumRandomEventSelectCsReq" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdMuseumTypeNone" => Some(Self::None), + "CmdMuseumInfoChangedScNotify" => Some(Self::CmdMuseumInfoChangedScNotify), + "CmdRemoveStuffFromAreaCsReq" => Some(Self::CmdRemoveStuffFromAreaCsReq), + "CmdMuseumTakeCollectRewardScRsp" => { + Some(Self::CmdMuseumTakeCollectRewardScRsp) + } + "CmdGetStuffScNotify" => Some(Self::CmdGetStuffScNotify), + "CmdMuseumRandomEventQueryScRsp" => { + Some(Self::CmdMuseumRandomEventQueryScRsp) + } + "CmdUpgradeAreaStatCsReq" => Some(Self::CmdUpgradeAreaStatCsReq), + "CmdMuseumFundsChangedScNotify" => Some(Self::CmdMuseumFundsChangedScNotify), + "CmdFinishCurTurnCsReq" => Some(Self::CmdFinishCurTurnCsReq), + "CmdBuyNpcStuffCsReq" => Some(Self::CmdBuyNpcStuffCsReq), + "CmdSetStuffToAreaScRsp" => Some(Self::CmdSetStuffToAreaScRsp), + "CmdUpgradeAreaStatScRsp" => Some(Self::CmdUpgradeAreaStatScRsp), + "CmdMuseumDispatchFinishedScNotify" => { + Some(Self::CmdMuseumDispatchFinishedScNotify) + } + "CmdUpgradeAreaCsReq" => Some(Self::CmdUpgradeAreaCsReq), + "CmdMuseumTargetMissionFinishNotify" => { + Some(Self::CmdMuseumTargetMissionFinishNotify) + } + "CmdMuseumTargetRewardNotify" => Some(Self::CmdMuseumTargetRewardNotify), + "CmdGetMuseumInfoCsReq" => Some(Self::CmdGetMuseumInfoCsReq), + "CmdFinishCurTurnScRsp" => Some(Self::CmdFinishCurTurnScRsp), + "CmdMuseumTakeCollectRewardCsReq" => { + Some(Self::CmdMuseumTakeCollectRewardCsReq) + } + "CmdBuyNpcStuffScRsp" => Some(Self::CmdBuyNpcStuffScRsp), + "CmdMuseumRandomEventQueryCsReq" => { + Some(Self::CmdMuseumRandomEventQueryCsReq) + } + "CmdMuseumRandomEventStartScNotify" => { + Some(Self::CmdMuseumRandomEventStartScNotify) + } + "CmdMuseumRandomEventSelectScRsp" => { + Some(Self::CmdMuseumRandomEventSelectScRsp) + } + "CmdGetExhibitScNotify" => Some(Self::CmdGetExhibitScNotify), + "CmdMuseumTargetStartNotify" => Some(Self::CmdMuseumTargetStartNotify), + "CmdSetStuffToAreaCsReq" => Some(Self::CmdSetStuffToAreaCsReq), + "CmdUpgradeAreaScRsp" => Some(Self::CmdUpgradeAreaScRsp), + "CmdGetMuseumInfoScRsp" => Some(Self::CmdGetMuseumInfoScRsp), + "CmdRemoveStuffFromAreaScRsp" => Some(Self::CmdRemoveStuffFromAreaScRsp), + "CmdMuseumRandomEventSelectCsReq" => { + Some(Self::CmdMuseumRandomEventSelectCsReq) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Bocagoolhff { + MuseumRandomEventStateNone = 0, + MuseumRandomEventStateStart = 1, + MuseumRandomEventStateProcessing = 2, + MuseumRandomEventStateFinish = 3, +} +impl Bocagoolhff { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Bocagoolhff::MuseumRandomEventStateNone => "MUSEUM_RANDOM_EVENT_STATE_NONE", + Bocagoolhff::MuseumRandomEventStateStart => "MUSEUM_RANDOM_EVENT_STATE_START", + Bocagoolhff::MuseumRandomEventStateProcessing => { + "MUSEUM_RANDOM_EVENT_STATE_PROCESSING" + } + Bocagoolhff::MuseumRandomEventStateFinish => { + "MUSEUM_RANDOM_EVENT_STATE_FINISH" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "MUSEUM_RANDOM_EVENT_STATE_NONE" => Some(Self::MuseumRandomEventStateNone), + "MUSEUM_RANDOM_EVENT_STATE_START" => Some(Self::MuseumRandomEventStateStart), + "MUSEUM_RANDOM_EVENT_STATE_PROCESSING" => { + Some(Self::MuseumRandomEventStateProcessing) + } + "MUSEUM_RANDOM_EVENT_STATE_FINISH" => { + Some(Self::MuseumRandomEventStateFinish) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Daealpiokmg { + WorkPosNone = 0, + WorkPos1 = 1, + WorkPos2 = 2, + WorkPos3 = 3, +} +impl Daealpiokmg { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Daealpiokmg::WorkPosNone => "WORK_POS_NONE", + Daealpiokmg::WorkPos1 => "WORK_POS_1", + Daealpiokmg::WorkPos2 => "WORK_POS_2", + Daealpiokmg::WorkPos3 => "WORK_POS_3", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "WORK_POS_NONE" => Some(Self::WorkPosNone), + "WORK_POS_1" => Some(Self::WorkPos1), + "WORK_POS_2" => Some(Self::WorkPos2), + "WORK_POS_3" => Some(Self::WorkPos3), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Agalceponon { + StatTypeNone = 0, + StatTypeArt = 1, + StatTypeCulture = 2, + StatTypePopular = 3, +} +impl Agalceponon { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Agalceponon::StatTypeNone => "STAT_TYPE_NONE", + Agalceponon::StatTypeArt => "STAT_TYPE_ART", + Agalceponon::StatTypeCulture => "STAT_TYPE_CULTURE", + Agalceponon::StatTypePopular => "STAT_TYPE_POPULAR", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "STAT_TYPE_NONE" => Some(Self::StatTypeNone), + "STAT_TYPE_ART" => Some(Self::StatTypeArt), + "STAT_TYPE_CULTURE" => Some(Self::StatTypeCulture), + "STAT_TYPE_POPULAR" => Some(Self::StatTypePopular), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Dibcbimdeih { + Unknow = 0, + MissionReward = 1, + EventBuyStuff = 2, + MarketBuyStuff = 3, + QuestReward = 4, + Initial = 5, + PhaseFinishReward = 6, +} +impl Dibcbimdeih { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Dibcbimdeih::Unknow => "UNKNOW", + Dibcbimdeih::MissionReward => "MISSION_REWARD", + Dibcbimdeih::EventBuyStuff => "EVENT_BUY_STUFF", + Dibcbimdeih::MarketBuyStuff => "MARKET_BUY_STUFF", + Dibcbimdeih::QuestReward => "QUEST_REWARD", + Dibcbimdeih::Initial => "INITIAL", + Dibcbimdeih::PhaseFinishReward => "PHASE_FINISH_REWARD", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "UNKNOW" => Some(Self::Unknow), + "MISSION_REWARD" => Some(Self::MissionReward), + "EVENT_BUY_STUFF" => Some(Self::EventBuyStuff), + "MARKET_BUY_STUFF" => Some(Self::MarketBuyStuff), + "QUEST_REWARD" => Some(Self::QuestReward), + "INITIAL" => Some(Self::Initial), + "PHASE_FINISH_REWARD" => Some(Self::PhaseFinishReward), + _ => None, + } + } +} +/// Obf: CMEGJEKABLH +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdMusicRhythmType { + None = 0, + CmdMusicRhythmFinishLevelScRsp = 7587, + CmdMusicRhythmStartLevelCsReq = 7599, + CmdMusicRhythmUnlockTrackScNotify = 7598, + CmdMusicRhythmUnlockSongNotify = 7573, + CmdMusicRhythmDataCsReq = 7591, + CmdMusicRhythmDataScRsp = 7577, + CmdMusicRhythmSaveSongConfigDataCsReq = 7584, + CmdMusicRhythmStartLevelScRsp = 7571, + CmdMusicRhythmSaveSongConfigDataScRsp = 7585, + CmdMusicRhythmUnlockSongSfxScNotify = 7580, + CmdMusicRhythmFinishLevelCsReq = 7578, + CmdMusicRhythmMaxDifficultyLevelsUnlockNotify = 7575, +} +impl CmdMusicRhythmType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdMusicRhythmType::None => "CmdMusicRhythmTypeNone", + CmdMusicRhythmType::CmdMusicRhythmFinishLevelScRsp => { + "CmdMusicRhythmFinishLevelScRsp" + } + CmdMusicRhythmType::CmdMusicRhythmStartLevelCsReq => { + "CmdMusicRhythmStartLevelCsReq" + } + CmdMusicRhythmType::CmdMusicRhythmUnlockTrackScNotify => { + "CmdMusicRhythmUnlockTrackScNotify" + } + CmdMusicRhythmType::CmdMusicRhythmUnlockSongNotify => { + "CmdMusicRhythmUnlockSongNotify" + } + CmdMusicRhythmType::CmdMusicRhythmDataCsReq => "CmdMusicRhythmDataCsReq", + CmdMusicRhythmType::CmdMusicRhythmDataScRsp => "CmdMusicRhythmDataScRsp", + CmdMusicRhythmType::CmdMusicRhythmSaveSongConfigDataCsReq => { + "CmdMusicRhythmSaveSongConfigDataCsReq" + } + CmdMusicRhythmType::CmdMusicRhythmStartLevelScRsp => { + "CmdMusicRhythmStartLevelScRsp" + } + CmdMusicRhythmType::CmdMusicRhythmSaveSongConfigDataScRsp => { + "CmdMusicRhythmSaveSongConfigDataScRsp" + } + CmdMusicRhythmType::CmdMusicRhythmUnlockSongSfxScNotify => { + "CmdMusicRhythmUnlockSongSfxScNotify" + } + CmdMusicRhythmType::CmdMusicRhythmFinishLevelCsReq => { + "CmdMusicRhythmFinishLevelCsReq" + } + CmdMusicRhythmType::CmdMusicRhythmMaxDifficultyLevelsUnlockNotify => { + "CmdMusicRhythmMaxDifficultyLevelsUnlockNotify" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdMusicRhythmTypeNone" => Some(Self::None), + "CmdMusicRhythmFinishLevelScRsp" => { + Some(Self::CmdMusicRhythmFinishLevelScRsp) + } + "CmdMusicRhythmStartLevelCsReq" => Some(Self::CmdMusicRhythmStartLevelCsReq), + "CmdMusicRhythmUnlockTrackScNotify" => { + Some(Self::CmdMusicRhythmUnlockTrackScNotify) + } + "CmdMusicRhythmUnlockSongNotify" => { + Some(Self::CmdMusicRhythmUnlockSongNotify) + } + "CmdMusicRhythmDataCsReq" => Some(Self::CmdMusicRhythmDataCsReq), + "CmdMusicRhythmDataScRsp" => Some(Self::CmdMusicRhythmDataScRsp), + "CmdMusicRhythmSaveSongConfigDataCsReq" => { + Some(Self::CmdMusicRhythmSaveSongConfigDataCsReq) + } + "CmdMusicRhythmStartLevelScRsp" => Some(Self::CmdMusicRhythmStartLevelScRsp), + "CmdMusicRhythmSaveSongConfigDataScRsp" => { + Some(Self::CmdMusicRhythmSaveSongConfigDataScRsp) + } + "CmdMusicRhythmUnlockSongSfxScNotify" => { + Some(Self::CmdMusicRhythmUnlockSongSfxScNotify) + } + "CmdMusicRhythmFinishLevelCsReq" => { + Some(Self::CmdMusicRhythmFinishLevelCsReq) + } + "CmdMusicRhythmMaxDifficultyLevelsUnlockNotify" => { + Some(Self::CmdMusicRhythmMaxDifficultyLevelsUnlockNotify) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum MusicRhythmStatus { + StatusClose = 0, + StatusOpen = 1, +} +impl MusicRhythmStatus { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + MusicRhythmStatus::StatusClose => "STATUS_CLOSE", + MusicRhythmStatus::StatusOpen => "STATUS_OPEN", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "STATUS_CLOSE" => Some(Self::StatusClose), + "STATUS_OPEN" => Some(Self::StatusOpen), + _ => None, + } + } +} +/// Obf: PKDBGOACEAE +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdOfferingType { + None = 0, + CmdOfferingInfoScNotify = 6932, + CmdTakeOfferingRewardCsReq = 6928, + CmdSubmitOfferingItemScRsp = 6930, + CmdTakeOfferingRewardScRsp = 6935, + CmdGetOfferingInfoScRsp = 6937, + CmdSubmitOfferingItemCsReq = 6933, + CmdGetOfferingInfoCsReq = 6934, +} +impl CmdOfferingType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdOfferingType::None => "CmdOfferingTypeNone", + CmdOfferingType::CmdOfferingInfoScNotify => "CmdOfferingInfoScNotify", + CmdOfferingType::CmdTakeOfferingRewardCsReq => "CmdTakeOfferingRewardCsReq", + CmdOfferingType::CmdSubmitOfferingItemScRsp => "CmdSubmitOfferingItemScRsp", + CmdOfferingType::CmdTakeOfferingRewardScRsp => "CmdTakeOfferingRewardScRsp", + CmdOfferingType::CmdGetOfferingInfoScRsp => "CmdGetOfferingInfoScRsp", + CmdOfferingType::CmdSubmitOfferingItemCsReq => "CmdSubmitOfferingItemCsReq", + CmdOfferingType::CmdGetOfferingInfoCsReq => "CmdGetOfferingInfoCsReq", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdOfferingTypeNone" => Some(Self::None), + "CmdOfferingInfoScNotify" => Some(Self::CmdOfferingInfoScNotify), + "CmdTakeOfferingRewardCsReq" => Some(Self::CmdTakeOfferingRewardCsReq), + "CmdSubmitOfferingItemScRsp" => Some(Self::CmdSubmitOfferingItemScRsp), + "CmdTakeOfferingRewardScRsp" => Some(Self::CmdTakeOfferingRewardScRsp), + "CmdGetOfferingInfoScRsp" => Some(Self::CmdGetOfferingInfoScRsp), + "CmdSubmitOfferingItemCsReq" => Some(Self::CmdSubmitOfferingItemCsReq), + "CmdGetOfferingInfoCsReq" => Some(Self::CmdGetOfferingInfoCsReq), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Dncbhbocoeg { + OfferingStateNone = 0, + OfferingStateLock = 1, + OfferingStateOpen = 2, +} +impl Dncbhbocoeg { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Dncbhbocoeg::OfferingStateNone => "OFFERING_STATE_NONE", + Dncbhbocoeg::OfferingStateLock => "OFFERING_STATE_LOCK", + Dncbhbocoeg::OfferingStateOpen => "OFFERING_STATE_OPEN", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "OFFERING_STATE_NONE" => Some(Self::OfferingStateNone), + "OFFERING_STATE_LOCK" => Some(Self::OfferingStateLock), + "OFFERING_STATE_OPEN" => Some(Self::OfferingStateOpen), + _ => None, + } + } +} +/// Obf: PCGCABKOPFB +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdPamMissionType { + None = 0, + CmdAcceptedPamMissionExpireScRsp = 4071, + CmdAcceptedPamMissionExpireCsReq = 4098, + CmdSyncAcceptedPamMissionNotify = 4083, +} +impl CmdPamMissionType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdPamMissionType::None => "CmdPamMissionTypeNone", + CmdPamMissionType::CmdAcceptedPamMissionExpireScRsp => { + "CmdAcceptedPamMissionExpireScRsp" + } + CmdPamMissionType::CmdAcceptedPamMissionExpireCsReq => { + "CmdAcceptedPamMissionExpireCsReq" + } + CmdPamMissionType::CmdSyncAcceptedPamMissionNotify => { + "CmdSyncAcceptedPamMissionNotify" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdPamMissionTypeNone" => Some(Self::None), + "CmdAcceptedPamMissionExpireScRsp" => { + Some(Self::CmdAcceptedPamMissionExpireScRsp) + } + "CmdAcceptedPamMissionExpireCsReq" => { + Some(Self::CmdAcceptedPamMissionExpireCsReq) + } + "CmdSyncAcceptedPamMissionNotify" => { + Some(Self::CmdSyncAcceptedPamMissionNotify) + } + _ => None, + } + } +} +/// Obf: EPJKMCEFGOH +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdPetType { + None = 0, + CmdRecallPetCsReq = 7644, + CmdCurPetChangedScNotify = 7624, + CmdSummonPetCsReq = 7642, + CmdSummonPetScRsp = 7602, + CmdGetPetDataScRsp = 7637, + CmdRecallPetScRsp = 7610, + CmdGetPetDataCsReq = 7629, +} +impl CmdPetType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdPetType::None => "CmdPetTypeNone", + CmdPetType::CmdRecallPetCsReq => "CmdRecallPetCsReq", + CmdPetType::CmdCurPetChangedScNotify => "CmdCurPetChangedScNotify", + CmdPetType::CmdSummonPetCsReq => "CmdSummonPetCsReq", + CmdPetType::CmdSummonPetScRsp => "CmdSummonPetScRsp", + CmdPetType::CmdGetPetDataScRsp => "CmdGetPetDataScRsp", + CmdPetType::CmdRecallPetScRsp => "CmdRecallPetScRsp", + CmdPetType::CmdGetPetDataCsReq => "CmdGetPetDataCsReq", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdPetTypeNone" => Some(Self::None), + "CmdRecallPetCsReq" => Some(Self::CmdRecallPetCsReq), + "CmdCurPetChangedScNotify" => Some(Self::CmdCurPetChangedScNotify), + "CmdSummonPetCsReq" => Some(Self::CmdSummonPetCsReq), + "CmdSummonPetScRsp" => Some(Self::CmdSummonPetScRsp), + "CmdGetPetDataScRsp" => Some(Self::CmdGetPetDataScRsp), + "CmdRecallPetScRsp" => Some(Self::CmdRecallPetScRsp), + "CmdGetPetDataCsReq" => Some(Self::CmdGetPetDataCsReq), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Pbbpaonimal { + PetOperationTypeNone = 0, + PetOperationTypeSummon = 1, + PetOperationTypeRecall = 2, +} +impl Pbbpaonimal { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Pbbpaonimal::PetOperationTypeNone => "PET_OPERATION_TYPE_NONE", + Pbbpaonimal::PetOperationTypeSummon => "PET_OPERATION_TYPE_SUMMON", + Pbbpaonimal::PetOperationTypeRecall => "PET_OPERATION_TYPE_RECALL", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "PET_OPERATION_TYPE_NONE" => Some(Self::PetOperationTypeNone), + "PET_OPERATION_TYPE_SUMMON" => Some(Self::PetOperationTypeSummon), + "PET_OPERATION_TYPE_RECALL" => Some(Self::PetOperationTypeRecall), + _ => None, + } + } +} +/// Obf: KCIFGGPBLCO +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdPhoneType { + None = 0, + CmdSelectPhoneThemeCsReq = 5177, + CmdSelectChatBubbleScRsp = 5142, + CmdGetPhoneDataCsReq = 5198, + CmdSelectChatBubbleCsReq = 5183, + CmdUnlockChatBubbleScNotify = 5179, + CmdUnlockPhoneThemeScNotify = 5112, + CmdSelectPhoneThemeScRsp = 5133, + CmdGetPhoneDataScRsp = 5171, +} +impl CmdPhoneType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdPhoneType::None => "CmdPhoneTypeNone", + CmdPhoneType::CmdSelectPhoneThemeCsReq => "CmdSelectPhoneThemeCsReq", + CmdPhoneType::CmdSelectChatBubbleScRsp => "CmdSelectChatBubbleScRsp", + CmdPhoneType::CmdGetPhoneDataCsReq => "CmdGetPhoneDataCsReq", + CmdPhoneType::CmdSelectChatBubbleCsReq => "CmdSelectChatBubbleCsReq", + CmdPhoneType::CmdUnlockChatBubbleScNotify => "CmdUnlockChatBubbleScNotify", + CmdPhoneType::CmdUnlockPhoneThemeScNotify => "CmdUnlockPhoneThemeScNotify", + CmdPhoneType::CmdSelectPhoneThemeScRsp => "CmdSelectPhoneThemeScRsp", + CmdPhoneType::CmdGetPhoneDataScRsp => "CmdGetPhoneDataScRsp", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdPhoneTypeNone" => Some(Self::None), + "CmdSelectPhoneThemeCsReq" => Some(Self::CmdSelectPhoneThemeCsReq), + "CmdSelectChatBubbleScRsp" => Some(Self::CmdSelectChatBubbleScRsp), + "CmdGetPhoneDataCsReq" => Some(Self::CmdGetPhoneDataCsReq), + "CmdSelectChatBubbleCsReq" => Some(Self::CmdSelectChatBubbleCsReq), + "CmdUnlockChatBubbleScNotify" => Some(Self::CmdUnlockChatBubbleScNotify), + "CmdUnlockPhoneThemeScNotify" => Some(Self::CmdUnlockPhoneThemeScNotify), + "CmdSelectPhoneThemeScRsp" => Some(Self::CmdSelectPhoneThemeScRsp), + "CmdGetPhoneDataScRsp" => Some(Self::CmdGetPhoneDataScRsp), + _ => None, + } + } +} +/// Obf: EJIPMDBPINP +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdPlayerType { + None = 0, + CmdUpdatePlayerSettingScRsp = 96, + CmdGetVideoVersionKeyScRsp = 74, + CmdGetBasicInfoScRsp = 64, + CmdPlayerGetTokenCsReq = 79, + CmdSetGameplayBirthdayScRsp = 54, + CmdSetGenderCsReq = 2, + CmdSetMultipleAvatarPathsCsReq = 81, + CmdSetLanguageScRsp = 23, + CmdSetRedPointStatusScNotify = 47, + CmdServerAnnounceNotify = 85, + CmdRetcodeNotify = 76, + CmdPlayerLoginFinishScRsp = 73, + CmdGetMultiPathAvatarInfoCsReq = 68, + CmdClientObjDownloadDataScNotify = 9, + CmdClientDownloadDataScNotify = 40, + CmdGetLevelRewardTakenListCsReq = 60, + CmdStaminaInfoScNotify = 48, + CmdGetAuthkeyCsReq = 5, + CmdPlayerKickOutScNotify = 28, + CmdAntiAddictScNotify = 50, + CmdSetGameplayBirthdayCsReq = 87, + CmdGetVideoVersionKeyCsReq = 72, + CmdExchangeStaminaCsReq = 22, + CmdGetLevelRewardScRsp = 10, + CmdUpdatePlayerSettingCsReq = 24, + CmdSetPlayerInfoCsReq = 57, + CmdGmTalkCsReq = 38, + CmdGetBasicInfoCsReq = 53, + CmdClientObjUploadCsReq = 99, + CmdFeatureSwitchClosedScNotify = 84, + CmdGetLevelRewardTakenListScRsp = 52, + CmdMonthCardRewardNotify = 67, + CmdPlayerLoginCsReq = 98, + CmdAvatarPathChangedNotify = 41, + CmdGetGameStateServiceConfigCsReq = 94, + CmdPlayerLogoutScRsp = 42, + CmdQueryProductInfoScRsp = 92, + CmdAceAntiCheaterScRsp = 58, + CmdReserveStaminaExchangeCsReq = 27, + CmdRegionStopScNotify = 20, + CmdPlayerLoginFinishCsReq = 90, + CmdSetMultipleAvatarPathsScRsp = 7, + CmdDailyRefreshNotify = 35, + CmdGetSecretKeyInfoScRsp = 1, + CmdSetNicknameScRsp = 4, + CmdAceAntiCheaterCsReq = 69, + CmdSetPlayerInfoScRsp = 25, + CmdPlayerLoginScRsp = 71, + CmdGmTalkScRsp = 78, + CmdGetLevelRewardCsReq = 11, + CmdSetNicknameCsReq = 31, + CmdUpdateFeatureSwitchScNotify = 95, + CmdPlayerGetTokenScRsp = 77, + CmdGateServerScNotify = 3, + CmdClientObjUploadScRsp = 43, + CmdUnlockAvatarPathCsReq = 21, + CmdPlayerHeartBeatScRsp = 49, + CmdGetAuthkeyScRsp = 45, + CmdGetMultiPathAvatarInfoScRsp = 46, + CmdExchangeStaminaScRsp = 66, + CmdPlayerLogoutCsReq = 83, + CmdQueryProductInfoCsReq = 19, + CmdSetLanguageCsReq = 6, + CmdGmTalkScNotify = 12, + CmdPlayerHeartBeatCsReq = 39, + CmdSetAvatarPathScRsp = 75, + CmdGetSecretKeyInfoCsReq = 29, + CmdUnlockAvatarPathScRsp = 51, + CmdReserveStaminaExchangeScRsp = 59, + CmdUpdatePsnSettingsInfoCsReq = 30, + CmdUpdatePsnSettingsInfoScRsp = 82, + CmdGetGameStateServiceConfigScRsp = 34, + CmdSetGenderScRsp = 65, + CmdSetAvatarPathCsReq = 37, +} +impl CmdPlayerType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdPlayerType::None => "CmdPlayerTypeNone", + CmdPlayerType::CmdUpdatePlayerSettingScRsp => "CmdUpdatePlayerSettingScRsp", + CmdPlayerType::CmdGetVideoVersionKeyScRsp => "CmdGetVideoVersionKeyScRsp", + CmdPlayerType::CmdGetBasicInfoScRsp => "CmdGetBasicInfoScRsp", + CmdPlayerType::CmdPlayerGetTokenCsReq => "CmdPlayerGetTokenCsReq", + CmdPlayerType::CmdSetGameplayBirthdayScRsp => "CmdSetGameplayBirthdayScRsp", + CmdPlayerType::CmdSetGenderCsReq => "CmdSetGenderCsReq", + CmdPlayerType::CmdSetMultipleAvatarPathsCsReq => { + "CmdSetMultipleAvatarPathsCsReq" + } + CmdPlayerType::CmdSetLanguageScRsp => "CmdSetLanguageScRsp", + CmdPlayerType::CmdSetRedPointStatusScNotify => "CmdSetRedPointStatusScNotify", + CmdPlayerType::CmdServerAnnounceNotify => "CmdServerAnnounceNotify", + CmdPlayerType::CmdRetcodeNotify => "CmdRetcodeNotify", + CmdPlayerType::CmdPlayerLoginFinishScRsp => "CmdPlayerLoginFinishScRsp", + CmdPlayerType::CmdGetMultiPathAvatarInfoCsReq => { + "CmdGetMultiPathAvatarInfoCsReq" + } + CmdPlayerType::CmdClientObjDownloadDataScNotify => { + "CmdClientObjDownloadDataScNotify" + } + CmdPlayerType::CmdClientDownloadDataScNotify => { + "CmdClientDownloadDataScNotify" + } + CmdPlayerType::CmdGetLevelRewardTakenListCsReq => { + "CmdGetLevelRewardTakenListCsReq" + } + CmdPlayerType::CmdStaminaInfoScNotify => "CmdStaminaInfoScNotify", + CmdPlayerType::CmdGetAuthkeyCsReq => "CmdGetAuthkeyCsReq", + CmdPlayerType::CmdPlayerKickOutScNotify => "CmdPlayerKickOutScNotify", + CmdPlayerType::CmdAntiAddictScNotify => "CmdAntiAddictScNotify", + CmdPlayerType::CmdSetGameplayBirthdayCsReq => "CmdSetGameplayBirthdayCsReq", + CmdPlayerType::CmdGetVideoVersionKeyCsReq => "CmdGetVideoVersionKeyCsReq", + CmdPlayerType::CmdExchangeStaminaCsReq => "CmdExchangeStaminaCsReq", + CmdPlayerType::CmdGetLevelRewardScRsp => "CmdGetLevelRewardScRsp", + CmdPlayerType::CmdUpdatePlayerSettingCsReq => "CmdUpdatePlayerSettingCsReq", + CmdPlayerType::CmdSetPlayerInfoCsReq => "CmdSetPlayerInfoCsReq", + CmdPlayerType::CmdGmTalkCsReq => "CmdGmTalkCsReq", + CmdPlayerType::CmdGetBasicInfoCsReq => "CmdGetBasicInfoCsReq", + CmdPlayerType::CmdClientObjUploadCsReq => "CmdClientObjUploadCsReq", + CmdPlayerType::CmdFeatureSwitchClosedScNotify => { + "CmdFeatureSwitchClosedScNotify" + } + CmdPlayerType::CmdGetLevelRewardTakenListScRsp => { + "CmdGetLevelRewardTakenListScRsp" + } + CmdPlayerType::CmdMonthCardRewardNotify => "CmdMonthCardRewardNotify", + CmdPlayerType::CmdPlayerLoginCsReq => "CmdPlayerLoginCsReq", + CmdPlayerType::CmdAvatarPathChangedNotify => "CmdAvatarPathChangedNotify", + CmdPlayerType::CmdGetGameStateServiceConfigCsReq => { + "CmdGetGameStateServiceConfigCsReq" + } + CmdPlayerType::CmdPlayerLogoutScRsp => "CmdPlayerLogoutScRsp", + CmdPlayerType::CmdQueryProductInfoScRsp => "CmdQueryProductInfoScRsp", + CmdPlayerType::CmdAceAntiCheaterScRsp => "CmdAceAntiCheaterScRsp", + CmdPlayerType::CmdReserveStaminaExchangeCsReq => { + "CmdReserveStaminaExchangeCsReq" + } + CmdPlayerType::CmdRegionStopScNotify => "CmdRegionStopScNotify", + CmdPlayerType::CmdPlayerLoginFinishCsReq => "CmdPlayerLoginFinishCsReq", + CmdPlayerType::CmdSetMultipleAvatarPathsScRsp => { + "CmdSetMultipleAvatarPathsScRsp" + } + CmdPlayerType::CmdDailyRefreshNotify => "CmdDailyRefreshNotify", + CmdPlayerType::CmdGetSecretKeyInfoScRsp => "CmdGetSecretKeyInfoScRsp", + CmdPlayerType::CmdSetNicknameScRsp => "CmdSetNicknameScRsp", + CmdPlayerType::CmdAceAntiCheaterCsReq => "CmdAceAntiCheaterCsReq", + CmdPlayerType::CmdSetPlayerInfoScRsp => "CmdSetPlayerInfoScRsp", + CmdPlayerType::CmdPlayerLoginScRsp => "CmdPlayerLoginScRsp", + CmdPlayerType::CmdGmTalkScRsp => "CmdGmTalkScRsp", + CmdPlayerType::CmdGetLevelRewardCsReq => "CmdGetLevelRewardCsReq", + CmdPlayerType::CmdSetNicknameCsReq => "CmdSetNicknameCsReq", + CmdPlayerType::CmdUpdateFeatureSwitchScNotify => { + "CmdUpdateFeatureSwitchScNotify" + } + CmdPlayerType::CmdPlayerGetTokenScRsp => "CmdPlayerGetTokenScRsp", + CmdPlayerType::CmdGateServerScNotify => "CmdGateServerScNotify", + CmdPlayerType::CmdClientObjUploadScRsp => "CmdClientObjUploadScRsp", + CmdPlayerType::CmdUnlockAvatarPathCsReq => "CmdUnlockAvatarPathCsReq", + CmdPlayerType::CmdPlayerHeartBeatScRsp => "CmdPlayerHeartBeatScRsp", + CmdPlayerType::CmdGetAuthkeyScRsp => "CmdGetAuthkeyScRsp", + CmdPlayerType::CmdGetMultiPathAvatarInfoScRsp => { + "CmdGetMultiPathAvatarInfoScRsp" + } + CmdPlayerType::CmdExchangeStaminaScRsp => "CmdExchangeStaminaScRsp", + CmdPlayerType::CmdPlayerLogoutCsReq => "CmdPlayerLogoutCsReq", + CmdPlayerType::CmdQueryProductInfoCsReq => "CmdQueryProductInfoCsReq", + CmdPlayerType::CmdSetLanguageCsReq => "CmdSetLanguageCsReq", + CmdPlayerType::CmdGmTalkScNotify => "CmdGmTalkScNotify", + CmdPlayerType::CmdPlayerHeartBeatCsReq => "CmdPlayerHeartBeatCsReq", + CmdPlayerType::CmdSetAvatarPathScRsp => "CmdSetAvatarPathScRsp", + CmdPlayerType::CmdGetSecretKeyInfoCsReq => "CmdGetSecretKeyInfoCsReq", + CmdPlayerType::CmdUnlockAvatarPathScRsp => "CmdUnlockAvatarPathScRsp", + CmdPlayerType::CmdReserveStaminaExchangeScRsp => { + "CmdReserveStaminaExchangeScRsp" + } + CmdPlayerType::CmdUpdatePsnSettingsInfoCsReq => { + "CmdUpdatePsnSettingsInfoCsReq" + } + CmdPlayerType::CmdUpdatePsnSettingsInfoScRsp => { + "CmdUpdatePsnSettingsInfoScRsp" + } + CmdPlayerType::CmdGetGameStateServiceConfigScRsp => { + "CmdGetGameStateServiceConfigScRsp" + } + CmdPlayerType::CmdSetGenderScRsp => "CmdSetGenderScRsp", + CmdPlayerType::CmdSetAvatarPathCsReq => "CmdSetAvatarPathCsReq", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdPlayerTypeNone" => Some(Self::None), + "CmdUpdatePlayerSettingScRsp" => Some(Self::CmdUpdatePlayerSettingScRsp), + "CmdGetVideoVersionKeyScRsp" => Some(Self::CmdGetVideoVersionKeyScRsp), + "CmdGetBasicInfoScRsp" => Some(Self::CmdGetBasicInfoScRsp), + "CmdPlayerGetTokenCsReq" => Some(Self::CmdPlayerGetTokenCsReq), + "CmdSetGameplayBirthdayScRsp" => Some(Self::CmdSetGameplayBirthdayScRsp), + "CmdSetGenderCsReq" => Some(Self::CmdSetGenderCsReq), + "CmdSetMultipleAvatarPathsCsReq" => { + Some(Self::CmdSetMultipleAvatarPathsCsReq) + } + "CmdSetLanguageScRsp" => Some(Self::CmdSetLanguageScRsp), + "CmdSetRedPointStatusScNotify" => Some(Self::CmdSetRedPointStatusScNotify), + "CmdServerAnnounceNotify" => Some(Self::CmdServerAnnounceNotify), + "CmdRetcodeNotify" => Some(Self::CmdRetcodeNotify), + "CmdPlayerLoginFinishScRsp" => Some(Self::CmdPlayerLoginFinishScRsp), + "CmdGetMultiPathAvatarInfoCsReq" => { + Some(Self::CmdGetMultiPathAvatarInfoCsReq) + } + "CmdClientObjDownloadDataScNotify" => { + Some(Self::CmdClientObjDownloadDataScNotify) + } + "CmdClientDownloadDataScNotify" => Some(Self::CmdClientDownloadDataScNotify), + "CmdGetLevelRewardTakenListCsReq" => { + Some(Self::CmdGetLevelRewardTakenListCsReq) + } + "CmdStaminaInfoScNotify" => Some(Self::CmdStaminaInfoScNotify), + "CmdGetAuthkeyCsReq" => Some(Self::CmdGetAuthkeyCsReq), + "CmdPlayerKickOutScNotify" => Some(Self::CmdPlayerKickOutScNotify), + "CmdAntiAddictScNotify" => Some(Self::CmdAntiAddictScNotify), + "CmdSetGameplayBirthdayCsReq" => Some(Self::CmdSetGameplayBirthdayCsReq), + "CmdGetVideoVersionKeyCsReq" => Some(Self::CmdGetVideoVersionKeyCsReq), + "CmdExchangeStaminaCsReq" => Some(Self::CmdExchangeStaminaCsReq), + "CmdGetLevelRewardScRsp" => Some(Self::CmdGetLevelRewardScRsp), + "CmdUpdatePlayerSettingCsReq" => Some(Self::CmdUpdatePlayerSettingCsReq), + "CmdSetPlayerInfoCsReq" => Some(Self::CmdSetPlayerInfoCsReq), + "CmdGmTalkCsReq" => Some(Self::CmdGmTalkCsReq), + "CmdGetBasicInfoCsReq" => Some(Self::CmdGetBasicInfoCsReq), + "CmdClientObjUploadCsReq" => Some(Self::CmdClientObjUploadCsReq), + "CmdFeatureSwitchClosedScNotify" => { + Some(Self::CmdFeatureSwitchClosedScNotify) + } + "CmdGetLevelRewardTakenListScRsp" => { + Some(Self::CmdGetLevelRewardTakenListScRsp) + } + "CmdMonthCardRewardNotify" => Some(Self::CmdMonthCardRewardNotify), + "CmdPlayerLoginCsReq" => Some(Self::CmdPlayerLoginCsReq), + "CmdAvatarPathChangedNotify" => Some(Self::CmdAvatarPathChangedNotify), + "CmdGetGameStateServiceConfigCsReq" => { + Some(Self::CmdGetGameStateServiceConfigCsReq) + } + "CmdPlayerLogoutScRsp" => Some(Self::CmdPlayerLogoutScRsp), + "CmdQueryProductInfoScRsp" => Some(Self::CmdQueryProductInfoScRsp), + "CmdAceAntiCheaterScRsp" => Some(Self::CmdAceAntiCheaterScRsp), + "CmdReserveStaminaExchangeCsReq" => { + Some(Self::CmdReserveStaminaExchangeCsReq) + } + "CmdRegionStopScNotify" => Some(Self::CmdRegionStopScNotify), + "CmdPlayerLoginFinishCsReq" => Some(Self::CmdPlayerLoginFinishCsReq), + "CmdSetMultipleAvatarPathsScRsp" => { + Some(Self::CmdSetMultipleAvatarPathsScRsp) + } + "CmdDailyRefreshNotify" => Some(Self::CmdDailyRefreshNotify), + "CmdGetSecretKeyInfoScRsp" => Some(Self::CmdGetSecretKeyInfoScRsp), + "CmdSetNicknameScRsp" => Some(Self::CmdSetNicknameScRsp), + "CmdAceAntiCheaterCsReq" => Some(Self::CmdAceAntiCheaterCsReq), + "CmdSetPlayerInfoScRsp" => Some(Self::CmdSetPlayerInfoScRsp), + "CmdPlayerLoginScRsp" => Some(Self::CmdPlayerLoginScRsp), + "CmdGmTalkScRsp" => Some(Self::CmdGmTalkScRsp), + "CmdGetLevelRewardCsReq" => Some(Self::CmdGetLevelRewardCsReq), + "CmdSetNicknameCsReq" => Some(Self::CmdSetNicknameCsReq), + "CmdUpdateFeatureSwitchScNotify" => { + Some(Self::CmdUpdateFeatureSwitchScNotify) + } + "CmdPlayerGetTokenScRsp" => Some(Self::CmdPlayerGetTokenScRsp), + "CmdGateServerScNotify" => Some(Self::CmdGateServerScNotify), + "CmdClientObjUploadScRsp" => Some(Self::CmdClientObjUploadScRsp), + "CmdUnlockAvatarPathCsReq" => Some(Self::CmdUnlockAvatarPathCsReq), + "CmdPlayerHeartBeatScRsp" => Some(Self::CmdPlayerHeartBeatScRsp), + "CmdGetAuthkeyScRsp" => Some(Self::CmdGetAuthkeyScRsp), + "CmdGetMultiPathAvatarInfoScRsp" => { + Some(Self::CmdGetMultiPathAvatarInfoScRsp) + } + "CmdExchangeStaminaScRsp" => Some(Self::CmdExchangeStaminaScRsp), + "CmdPlayerLogoutCsReq" => Some(Self::CmdPlayerLogoutCsReq), + "CmdQueryProductInfoCsReq" => Some(Self::CmdQueryProductInfoCsReq), + "CmdSetLanguageCsReq" => Some(Self::CmdSetLanguageCsReq), + "CmdGmTalkScNotify" => Some(Self::CmdGmTalkScNotify), + "CmdPlayerHeartBeatCsReq" => Some(Self::CmdPlayerHeartBeatCsReq), + "CmdSetAvatarPathScRsp" => Some(Self::CmdSetAvatarPathScRsp), + "CmdGetSecretKeyInfoCsReq" => Some(Self::CmdGetSecretKeyInfoCsReq), + "CmdUnlockAvatarPathScRsp" => Some(Self::CmdUnlockAvatarPathScRsp), + "CmdReserveStaminaExchangeScRsp" => { + Some(Self::CmdReserveStaminaExchangeScRsp) + } + "CmdUpdatePsnSettingsInfoCsReq" => Some(Self::CmdUpdatePsnSettingsInfoCsReq), + "CmdUpdatePsnSettingsInfoScRsp" => Some(Self::CmdUpdatePsnSettingsInfoScRsp), + "CmdGetGameStateServiceConfigScRsp" => { + Some(Self::CmdGetGameStateServiceConfigScRsp) + } + "CmdSetGenderScRsp" => Some(Self::CmdSetGenderScRsp), + "CmdSetAvatarPathCsReq" => Some(Self::CmdSetAvatarPathCsReq), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Fdhjbkapnmi { + AuthkeySignTypeNone = 0, + AuthkeySignTypeDefault = 1, + AuthkeySignTypeRsa = 2, +} +impl Fdhjbkapnmi { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Fdhjbkapnmi::AuthkeySignTypeNone => "AUTHKEY_SIGN_TYPE_NONE", + Fdhjbkapnmi::AuthkeySignTypeDefault => "AUTHKEY_SIGN_TYPE_DEFAULT", + Fdhjbkapnmi::AuthkeySignTypeRsa => "AUTHKEY_SIGN_TYPE_RSA", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "AUTHKEY_SIGN_TYPE_NONE" => Some(Self::AuthkeySignTypeNone), + "AUTHKEY_SIGN_TYPE_DEFAULT" => Some(Self::AuthkeySignTypeDefault), + "AUTHKEY_SIGN_TYPE_RSA" => Some(Self::AuthkeySignTypeRsa), + _ => None, + } + } +} +/// Obf: ACDLLOPIPFJ +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdPlayerBoardType { + None = 0, + CmdGetPlayerBoardDataCsReq = 2898, + CmdSetSignatureCsReq = 2838, + CmdGetPlayerBoardDataScRsp = 2871, + CmdSetIsDisplayAvatarInfoScRsp = 2812, + CmdSetDisplayAvatarCsReq = 2879, + CmdSetHeadIconCsReq = 2883, + CmdSetSignatureScRsp = 2878, + CmdSetAssistAvatarScRsp = 2889, + CmdSetIsDisplayAvatarInfoCsReq = 2833, + CmdSetDisplayAvatarScRsp = 2877, + CmdUnlockHeadIconScNotify = 2828, + CmdSetHeadIconScRsp = 2842, + CmdSetAssistAvatarCsReq = 2856, +} +impl CmdPlayerBoardType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdPlayerBoardType::None => "CmdPlayerBoardTypeNone", + CmdPlayerBoardType::CmdGetPlayerBoardDataCsReq => { + "CmdGetPlayerBoardDataCsReq" + } + CmdPlayerBoardType::CmdSetSignatureCsReq => "CmdSetSignatureCsReq", + CmdPlayerBoardType::CmdGetPlayerBoardDataScRsp => { + "CmdGetPlayerBoardDataScRsp" + } + CmdPlayerBoardType::CmdSetIsDisplayAvatarInfoScRsp => { + "CmdSetIsDisplayAvatarInfoScRsp" + } + CmdPlayerBoardType::CmdSetDisplayAvatarCsReq => "CmdSetDisplayAvatarCsReq", + CmdPlayerBoardType::CmdSetHeadIconCsReq => "CmdSetHeadIconCsReq", + CmdPlayerBoardType::CmdSetSignatureScRsp => "CmdSetSignatureScRsp", + CmdPlayerBoardType::CmdSetAssistAvatarScRsp => "CmdSetAssistAvatarScRsp", + CmdPlayerBoardType::CmdSetIsDisplayAvatarInfoCsReq => { + "CmdSetIsDisplayAvatarInfoCsReq" + } + CmdPlayerBoardType::CmdSetDisplayAvatarScRsp => "CmdSetDisplayAvatarScRsp", + CmdPlayerBoardType::CmdUnlockHeadIconScNotify => "CmdUnlockHeadIconScNotify", + CmdPlayerBoardType::CmdSetHeadIconScRsp => "CmdSetHeadIconScRsp", + CmdPlayerBoardType::CmdSetAssistAvatarCsReq => "CmdSetAssistAvatarCsReq", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdPlayerBoardTypeNone" => Some(Self::None), + "CmdGetPlayerBoardDataCsReq" => Some(Self::CmdGetPlayerBoardDataCsReq), + "CmdSetSignatureCsReq" => Some(Self::CmdSetSignatureCsReq), + "CmdGetPlayerBoardDataScRsp" => Some(Self::CmdGetPlayerBoardDataScRsp), + "CmdSetIsDisplayAvatarInfoScRsp" => { + Some(Self::CmdSetIsDisplayAvatarInfoScRsp) + } + "CmdSetDisplayAvatarCsReq" => Some(Self::CmdSetDisplayAvatarCsReq), + "CmdSetHeadIconCsReq" => Some(Self::CmdSetHeadIconCsReq), + "CmdSetSignatureScRsp" => Some(Self::CmdSetSignatureScRsp), + "CmdSetAssistAvatarScRsp" => Some(Self::CmdSetAssistAvatarScRsp), + "CmdSetIsDisplayAvatarInfoCsReq" => { + Some(Self::CmdSetIsDisplayAvatarInfoCsReq) + } + "CmdSetDisplayAvatarScRsp" => Some(Self::CmdSetDisplayAvatarScRsp), + "CmdUnlockHeadIconScNotify" => Some(Self::CmdUnlockHeadIconScNotify), + "CmdSetHeadIconScRsp" => Some(Self::CmdSetHeadIconScRsp), + "CmdSetAssistAvatarCsReq" => Some(Self::CmdSetAssistAvatarCsReq), + _ => None, + } + } +} +/// Obf: IMMKCBJKMKM +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdPlayerReturnType { + None = 0, + CmdPlayerReturnSignCsReq = 4571, + CmdPlayerReturnForceFinishScNotify = 4578, + CmdPlayerReturnTakeRewardScRsp = 4512, + CmdPlayerReturnSignScRsp = 4583, + CmdPlayerReturnInfoQueryCsReq = 4528, + CmdPlayerReturnTakePointRewardScRsp = 4577, + CmdPlayerReturnStartScNotify = 4598, + CmdPlayerReturnPointChangeScNotify = 4542, + CmdPlayerReturnTakeRewardCsReq = 4533, + CmdPlayerReturnTakePointRewardCsReq = 4579, + CmdPlayerReturnInfoQueryScRsp = 4538, +} +impl CmdPlayerReturnType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdPlayerReturnType::None => "CmdPlayerReturnTypeNone", + CmdPlayerReturnType::CmdPlayerReturnSignCsReq => "CmdPlayerReturnSignCsReq", + CmdPlayerReturnType::CmdPlayerReturnForceFinishScNotify => { + "CmdPlayerReturnForceFinishScNotify" + } + CmdPlayerReturnType::CmdPlayerReturnTakeRewardScRsp => { + "CmdPlayerReturnTakeRewardScRsp" + } + CmdPlayerReturnType::CmdPlayerReturnSignScRsp => "CmdPlayerReturnSignScRsp", + CmdPlayerReturnType::CmdPlayerReturnInfoQueryCsReq => { + "CmdPlayerReturnInfoQueryCsReq" + } + CmdPlayerReturnType::CmdPlayerReturnTakePointRewardScRsp => { + "CmdPlayerReturnTakePointRewardScRsp" + } + CmdPlayerReturnType::CmdPlayerReturnStartScNotify => { + "CmdPlayerReturnStartScNotify" + } + CmdPlayerReturnType::CmdPlayerReturnPointChangeScNotify => { + "CmdPlayerReturnPointChangeScNotify" + } + CmdPlayerReturnType::CmdPlayerReturnTakeRewardCsReq => { + "CmdPlayerReturnTakeRewardCsReq" + } + CmdPlayerReturnType::CmdPlayerReturnTakePointRewardCsReq => { + "CmdPlayerReturnTakePointRewardCsReq" + } + CmdPlayerReturnType::CmdPlayerReturnInfoQueryScRsp => { + "CmdPlayerReturnInfoQueryScRsp" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdPlayerReturnTypeNone" => Some(Self::None), + "CmdPlayerReturnSignCsReq" => Some(Self::CmdPlayerReturnSignCsReq), + "CmdPlayerReturnForceFinishScNotify" => { + Some(Self::CmdPlayerReturnForceFinishScNotify) + } + "CmdPlayerReturnTakeRewardScRsp" => { + Some(Self::CmdPlayerReturnTakeRewardScRsp) + } + "CmdPlayerReturnSignScRsp" => Some(Self::CmdPlayerReturnSignScRsp), + "CmdPlayerReturnInfoQueryCsReq" => Some(Self::CmdPlayerReturnInfoQueryCsReq), + "CmdPlayerReturnTakePointRewardScRsp" => { + Some(Self::CmdPlayerReturnTakePointRewardScRsp) + } + "CmdPlayerReturnStartScNotify" => Some(Self::CmdPlayerReturnStartScNotify), + "CmdPlayerReturnPointChangeScNotify" => { + Some(Self::CmdPlayerReturnPointChangeScNotify) + } + "CmdPlayerReturnTakeRewardCsReq" => { + Some(Self::CmdPlayerReturnTakeRewardCsReq) + } + "CmdPlayerReturnTakePointRewardCsReq" => { + Some(Self::CmdPlayerReturnTakePointRewardCsReq) + } + "CmdPlayerReturnInfoQueryScRsp" => Some(Self::CmdPlayerReturnInfoQueryScRsp), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Kphnhchpcbj { + PlayerReturnNone = 0, + PlayerReturnProcessing = 1, + PlayerReturnFinish = 2, +} +impl Kphnhchpcbj { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Kphnhchpcbj::PlayerReturnNone => "PLAYER_RETURN_NONE", + Kphnhchpcbj::PlayerReturnProcessing => "PLAYER_RETURN_PROCESSING", + Kphnhchpcbj::PlayerReturnFinish => "PLAYER_RETURN_FINISH", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "PLAYER_RETURN_NONE" => Some(Self::PlayerReturnNone), + "PLAYER_RETURN_PROCESSING" => Some(Self::PlayerReturnProcessing), + "PLAYER_RETURN_FINISH" => Some(Self::PlayerReturnFinish), + _ => None, + } + } +} +/// Obf: BNOEOHFPMIE +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdPlotType { + None = 0, + CmdFinishPlotScRsp = 1171, + CmdFinishPlotCsReq = 1198, +} +impl CmdPlotType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdPlotType::None => "CmdPlotTypeNone", + CmdPlotType::CmdFinishPlotScRsp => "CmdFinishPlotScRsp", + CmdPlotType::CmdFinishPlotCsReq => "CmdFinishPlotCsReq", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdPlotTypeNone" => Some(Self::None), + "CmdFinishPlotScRsp" => Some(Self::CmdFinishPlotScRsp), + "CmdFinishPlotCsReq" => Some(Self::CmdFinishPlotCsReq), + _ => None, + } + } +} +/// Obf: JBAAGPGPGCM +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdPunkLordType { + None = 0, + CmdPunkLordMonsterInfoScNotify = 3266, + CmdSummonPunkLordMonsterCsReq = 3233, + CmdGetPunkLordDataCsReq = 3205, + CmdStartPunkLordRaidCsReq = 3283, + CmdTakeKilledPunkLordMonsterScoreScRsp = 3285, + CmdTakePunkLordPointRewardScRsp = 3222, + CmdStartPunkLordRaidScRsp = 3242, + CmdGetPunkLordBattleRecordCsReq = 3214, + CmdGetPunkLordMonsterDataCsReq = 3298, + CmdGetKilledPunkLordMonsterDataCsReq = 3211, + CmdGetPunkLordBattleRecordScRsp = 3288, + CmdSharePunkLordMonsterCsReq = 3279, + CmdTakeKilledPunkLordMonsterScoreCsReq = 3223, + CmdPunkLordRaidTimeOutScNotify = 3250, + CmdPunkLordBattleResultScNotify = 3252, + CmdGetPunkLordDataScRsp = 3245, + CmdTakePunkLordPointRewardCsReq = 3289, + CmdPunkLordDataChangeNotify = 3216, + CmdPunkLordMonsterKilledNotify = 3206, + CmdGetKilledPunkLordMonsterDataScRsp = 3210, + CmdGetPunkLordMonsterDataScRsp = 3271, + CmdSummonPunkLordMonsterScRsp = 3212, + CmdSharePunkLordMonsterScRsp = 3277, +} +impl CmdPunkLordType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdPunkLordType::None => "CmdPunkLordTypeNone", + CmdPunkLordType::CmdPunkLordMonsterInfoScNotify => { + "CmdPunkLordMonsterInfoScNotify" + } + CmdPunkLordType::CmdSummonPunkLordMonsterCsReq => { + "CmdSummonPunkLordMonsterCsReq" + } + CmdPunkLordType::CmdGetPunkLordDataCsReq => "CmdGetPunkLordDataCsReq", + CmdPunkLordType::CmdStartPunkLordRaidCsReq => "CmdStartPunkLordRaidCsReq", + CmdPunkLordType::CmdTakeKilledPunkLordMonsterScoreScRsp => { + "CmdTakeKilledPunkLordMonsterScoreScRsp" + } + CmdPunkLordType::CmdTakePunkLordPointRewardScRsp => { + "CmdTakePunkLordPointRewardScRsp" + } + CmdPunkLordType::CmdStartPunkLordRaidScRsp => "CmdStartPunkLordRaidScRsp", + CmdPunkLordType::CmdGetPunkLordBattleRecordCsReq => { + "CmdGetPunkLordBattleRecordCsReq" + } + CmdPunkLordType::CmdGetPunkLordMonsterDataCsReq => { + "CmdGetPunkLordMonsterDataCsReq" + } + CmdPunkLordType::CmdGetKilledPunkLordMonsterDataCsReq => { + "CmdGetKilledPunkLordMonsterDataCsReq" + } + CmdPunkLordType::CmdGetPunkLordBattleRecordScRsp => { + "CmdGetPunkLordBattleRecordScRsp" + } + CmdPunkLordType::CmdSharePunkLordMonsterCsReq => { + "CmdSharePunkLordMonsterCsReq" + } + CmdPunkLordType::CmdTakeKilledPunkLordMonsterScoreCsReq => { + "CmdTakeKilledPunkLordMonsterScoreCsReq" + } + CmdPunkLordType::CmdPunkLordRaidTimeOutScNotify => { + "CmdPunkLordRaidTimeOutScNotify" + } + CmdPunkLordType::CmdPunkLordBattleResultScNotify => { + "CmdPunkLordBattleResultScNotify" + } + CmdPunkLordType::CmdGetPunkLordDataScRsp => "CmdGetPunkLordDataScRsp", + CmdPunkLordType::CmdTakePunkLordPointRewardCsReq => { + "CmdTakePunkLordPointRewardCsReq" + } + CmdPunkLordType::CmdPunkLordDataChangeNotify => "CmdPunkLordDataChangeNotify", + CmdPunkLordType::CmdPunkLordMonsterKilledNotify => { + "CmdPunkLordMonsterKilledNotify" + } + CmdPunkLordType::CmdGetKilledPunkLordMonsterDataScRsp => { + "CmdGetKilledPunkLordMonsterDataScRsp" + } + CmdPunkLordType::CmdGetPunkLordMonsterDataScRsp => { + "CmdGetPunkLordMonsterDataScRsp" + } + CmdPunkLordType::CmdSummonPunkLordMonsterScRsp => { + "CmdSummonPunkLordMonsterScRsp" + } + CmdPunkLordType::CmdSharePunkLordMonsterScRsp => { + "CmdSharePunkLordMonsterScRsp" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdPunkLordTypeNone" => Some(Self::None), + "CmdPunkLordMonsterInfoScNotify" => { + Some(Self::CmdPunkLordMonsterInfoScNotify) + } + "CmdSummonPunkLordMonsterCsReq" => Some(Self::CmdSummonPunkLordMonsterCsReq), + "CmdGetPunkLordDataCsReq" => Some(Self::CmdGetPunkLordDataCsReq), + "CmdStartPunkLordRaidCsReq" => Some(Self::CmdStartPunkLordRaidCsReq), + "CmdTakeKilledPunkLordMonsterScoreScRsp" => { + Some(Self::CmdTakeKilledPunkLordMonsterScoreScRsp) + } + "CmdTakePunkLordPointRewardScRsp" => { + Some(Self::CmdTakePunkLordPointRewardScRsp) + } + "CmdStartPunkLordRaidScRsp" => Some(Self::CmdStartPunkLordRaidScRsp), + "CmdGetPunkLordBattleRecordCsReq" => { + Some(Self::CmdGetPunkLordBattleRecordCsReq) + } + "CmdGetPunkLordMonsterDataCsReq" => { + Some(Self::CmdGetPunkLordMonsterDataCsReq) + } + "CmdGetKilledPunkLordMonsterDataCsReq" => { + Some(Self::CmdGetKilledPunkLordMonsterDataCsReq) + } + "CmdGetPunkLordBattleRecordScRsp" => { + Some(Self::CmdGetPunkLordBattleRecordScRsp) + } + "CmdSharePunkLordMonsterCsReq" => Some(Self::CmdSharePunkLordMonsterCsReq), + "CmdTakeKilledPunkLordMonsterScoreCsReq" => { + Some(Self::CmdTakeKilledPunkLordMonsterScoreCsReq) + } + "CmdPunkLordRaidTimeOutScNotify" => { + Some(Self::CmdPunkLordRaidTimeOutScNotify) + } + "CmdPunkLordBattleResultScNotify" => { + Some(Self::CmdPunkLordBattleResultScNotify) + } + "CmdGetPunkLordDataScRsp" => Some(Self::CmdGetPunkLordDataScRsp), + "CmdTakePunkLordPointRewardCsReq" => { + Some(Self::CmdTakePunkLordPointRewardCsReq) + } + "CmdPunkLordDataChangeNotify" => Some(Self::CmdPunkLordDataChangeNotify), + "CmdPunkLordMonsterKilledNotify" => { + Some(Self::CmdPunkLordMonsterKilledNotify) + } + "CmdGetKilledPunkLordMonsterDataScRsp" => { + Some(Self::CmdGetKilledPunkLordMonsterDataScRsp) + } + "CmdGetPunkLordMonsterDataScRsp" => { + Some(Self::CmdGetPunkLordMonsterDataScRsp) + } + "CmdSummonPunkLordMonsterScRsp" => Some(Self::CmdSummonPunkLordMonsterScRsp), + "CmdSharePunkLordMonsterScRsp" => Some(Self::CmdSharePunkLordMonsterScRsp), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Cddooihbpai { + PunkLordOperationNone = 0, + PunkLordOperationRefresh = 1, + PunkLordOperationShare = 2, + PunkLordOperationStartRaid = 3, + PunkLordOperationGetBattleRecord = 4, +} +impl Cddooihbpai { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Cddooihbpai::PunkLordOperationNone => "PUNK_LORD_OPERATION_NONE", + Cddooihbpai::PunkLordOperationRefresh => "PUNK_LORD_OPERATION_REFRESH", + Cddooihbpai::PunkLordOperationShare => "PUNK_LORD_OPERATION_SHARE", + Cddooihbpai::PunkLordOperationStartRaid => "PUNK_LORD_OPERATION_START_RAID", + Cddooihbpai::PunkLordOperationGetBattleRecord => { + "PUNK_LORD_OPERATION_GET_BATTLE_RECORD" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "PUNK_LORD_OPERATION_NONE" => Some(Self::PunkLordOperationNone), + "PUNK_LORD_OPERATION_REFRESH" => Some(Self::PunkLordOperationRefresh), + "PUNK_LORD_OPERATION_SHARE" => Some(Self::PunkLordOperationShare), + "PUNK_LORD_OPERATION_START_RAID" => Some(Self::PunkLordOperationStartRaid), + "PUNK_LORD_OPERATION_GET_BATTLE_RECORD" => { + Some(Self::PunkLordOperationGetBattleRecord) + } + _ => None, + } + } +} +/// Obf: PKGGKBDMGCN +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdQuestType { + None = 0, + CmdBatchGetQuestDataCsReq = 966, + CmdFinishQuestCsReq = 938, + CmdQuestRecordScNotify = 928, + CmdBatchGetQuestDataScRsp = 905, + CmdGetQuestDataScRsp = 971, + CmdGetQuestDataCsReq = 998, + CmdGetQuestRecordCsReq = 933, + CmdTakeQuestOptionalRewardScRsp = 989, + CmdTakeQuestRewardScRsp = 942, + CmdTakeQuestRewardCsReq = 983, + CmdTakeQuestOptionalRewardCsReq = 956, + CmdFinishQuestScRsp = 978, + CmdGetQuestRecordScRsp = 912, +} +impl CmdQuestType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdQuestType::None => "CmdQuestTypeNone", + CmdQuestType::CmdBatchGetQuestDataCsReq => "CmdBatchGetQuestDataCsReq", + CmdQuestType::CmdFinishQuestCsReq => "CmdFinishQuestCsReq", + CmdQuestType::CmdQuestRecordScNotify => "CmdQuestRecordScNotify", + CmdQuestType::CmdBatchGetQuestDataScRsp => "CmdBatchGetQuestDataScRsp", + CmdQuestType::CmdGetQuestDataScRsp => "CmdGetQuestDataScRsp", + CmdQuestType::CmdGetQuestDataCsReq => "CmdGetQuestDataCsReq", + CmdQuestType::CmdGetQuestRecordCsReq => "CmdGetQuestRecordCsReq", + CmdQuestType::CmdTakeQuestOptionalRewardScRsp => { + "CmdTakeQuestOptionalRewardScRsp" + } + CmdQuestType::CmdTakeQuestRewardScRsp => "CmdTakeQuestRewardScRsp", + CmdQuestType::CmdTakeQuestRewardCsReq => "CmdTakeQuestRewardCsReq", + CmdQuestType::CmdTakeQuestOptionalRewardCsReq => { + "CmdTakeQuestOptionalRewardCsReq" + } + CmdQuestType::CmdFinishQuestScRsp => "CmdFinishQuestScRsp", + CmdQuestType::CmdGetQuestRecordScRsp => "CmdGetQuestRecordScRsp", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdQuestTypeNone" => Some(Self::None), + "CmdBatchGetQuestDataCsReq" => Some(Self::CmdBatchGetQuestDataCsReq), + "CmdFinishQuestCsReq" => Some(Self::CmdFinishQuestCsReq), + "CmdQuestRecordScNotify" => Some(Self::CmdQuestRecordScNotify), + "CmdBatchGetQuestDataScRsp" => Some(Self::CmdBatchGetQuestDataScRsp), + "CmdGetQuestDataScRsp" => Some(Self::CmdGetQuestDataScRsp), + "CmdGetQuestDataCsReq" => Some(Self::CmdGetQuestDataCsReq), + "CmdGetQuestRecordCsReq" => Some(Self::CmdGetQuestRecordCsReq), + "CmdTakeQuestOptionalRewardScRsp" => { + Some(Self::CmdTakeQuestOptionalRewardScRsp) + } + "CmdTakeQuestRewardScRsp" => Some(Self::CmdTakeQuestRewardScRsp), + "CmdTakeQuestRewardCsReq" => Some(Self::CmdTakeQuestRewardCsReq), + "CmdTakeQuestOptionalRewardCsReq" => { + Some(Self::CmdTakeQuestOptionalRewardCsReq) + } + "CmdFinishQuestScRsp" => Some(Self::CmdFinishQuestScRsp), + "CmdGetQuestRecordScRsp" => Some(Self::CmdGetQuestRecordScRsp), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum QuestStatus { + QuestNone = 0, + QuestDoing = 1, + QuestFinish = 2, + QuestClose = 3, + QuestDelete = 4, +} +impl QuestStatus { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + QuestStatus::QuestNone => "QUEST_NONE", + QuestStatus::QuestDoing => "QUEST_DOING", + QuestStatus::QuestFinish => "QUEST_FINISH", + QuestStatus::QuestClose => "QUEST_CLOSE", + QuestStatus::QuestDelete => "QUEST_DELETE", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "QUEST_NONE" => Some(Self::QuestNone), + "QUEST_DOING" => Some(Self::QuestDoing), + "QUEST_FINISH" => Some(Self::QuestFinish), + "QUEST_CLOSE" => Some(Self::QuestClose), + "QUEST_DELETE" => Some(Self::QuestDelete), + _ => None, + } + } +} +/// Obf: NCHHABKKCAF +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdRaidType { + None = 0, + CmdSetClientRaidTargetCountCsReq = 2289, + CmdLeaveRaidScRsp = 2242, + CmdDelSaveRaidScNotify = 2250, + CmdRaidKickByServerScNotify = 2231, + CmdStartRaidCsReq = 2298, + CmdSetClientRaidTargetCountScRsp = 2222, + CmdRaidInfoNotify = 2279, + CmdStartRaidScRsp = 2271, + CmdGetSaveRaidScRsp = 2205, + CmdGetChallengeRaidInfoScRsp = 2233, + CmdTakeChallengeRaidRewardScRsp = 2228, + CmdChallengeRaidNotify = 2238, + CmdGetAllSaveRaidScRsp = 2220, + CmdTakeChallengeRaidRewardCsReq = 2212, + CmdGetRaidInfoCsReq = 2278, + CmdGetRaidInfoScRsp = 2256, + CmdLeaveRaidCsReq = 2283, + CmdGetAllSaveRaidCsReq = 2245, + CmdGetChallengeRaidInfoCsReq = 2277, + CmdGetSaveRaidCsReq = 2266, +} +impl CmdRaidType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdRaidType::None => "CmdRaidTypeNone", + CmdRaidType::CmdSetClientRaidTargetCountCsReq => { + "CmdSetClientRaidTargetCountCsReq" + } + CmdRaidType::CmdLeaveRaidScRsp => "CmdLeaveRaidScRsp", + CmdRaidType::CmdDelSaveRaidScNotify => "CmdDelSaveRaidScNotify", + CmdRaidType::CmdRaidKickByServerScNotify => "CmdRaidKickByServerScNotify", + CmdRaidType::CmdStartRaidCsReq => "CmdStartRaidCsReq", + CmdRaidType::CmdSetClientRaidTargetCountScRsp => { + "CmdSetClientRaidTargetCountScRsp" + } + CmdRaidType::CmdRaidInfoNotify => "CmdRaidInfoNotify", + CmdRaidType::CmdStartRaidScRsp => "CmdStartRaidScRsp", + CmdRaidType::CmdGetSaveRaidScRsp => "CmdGetSaveRaidScRsp", + CmdRaidType::CmdGetChallengeRaidInfoScRsp => "CmdGetChallengeRaidInfoScRsp", + CmdRaidType::CmdTakeChallengeRaidRewardScRsp => { + "CmdTakeChallengeRaidRewardScRsp" + } + CmdRaidType::CmdChallengeRaidNotify => "CmdChallengeRaidNotify", + CmdRaidType::CmdGetAllSaveRaidScRsp => "CmdGetAllSaveRaidScRsp", + CmdRaidType::CmdTakeChallengeRaidRewardCsReq => { + "CmdTakeChallengeRaidRewardCsReq" + } + CmdRaidType::CmdGetRaidInfoCsReq => "CmdGetRaidInfoCsReq", + CmdRaidType::CmdGetRaidInfoScRsp => "CmdGetRaidInfoScRsp", + CmdRaidType::CmdLeaveRaidCsReq => "CmdLeaveRaidCsReq", + CmdRaidType::CmdGetAllSaveRaidCsReq => "CmdGetAllSaveRaidCsReq", + CmdRaidType::CmdGetChallengeRaidInfoCsReq => "CmdGetChallengeRaidInfoCsReq", + CmdRaidType::CmdGetSaveRaidCsReq => "CmdGetSaveRaidCsReq", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdRaidTypeNone" => Some(Self::None), + "CmdSetClientRaidTargetCountCsReq" => { + Some(Self::CmdSetClientRaidTargetCountCsReq) + } + "CmdLeaveRaidScRsp" => Some(Self::CmdLeaveRaidScRsp), + "CmdDelSaveRaidScNotify" => Some(Self::CmdDelSaveRaidScNotify), + "CmdRaidKickByServerScNotify" => Some(Self::CmdRaidKickByServerScNotify), + "CmdStartRaidCsReq" => Some(Self::CmdStartRaidCsReq), + "CmdSetClientRaidTargetCountScRsp" => { + Some(Self::CmdSetClientRaidTargetCountScRsp) + } + "CmdRaidInfoNotify" => Some(Self::CmdRaidInfoNotify), + "CmdStartRaidScRsp" => Some(Self::CmdStartRaidScRsp), + "CmdGetSaveRaidScRsp" => Some(Self::CmdGetSaveRaidScRsp), + "CmdGetChallengeRaidInfoScRsp" => Some(Self::CmdGetChallengeRaidInfoScRsp), + "CmdTakeChallengeRaidRewardScRsp" => { + Some(Self::CmdTakeChallengeRaidRewardScRsp) + } + "CmdChallengeRaidNotify" => Some(Self::CmdChallengeRaidNotify), + "CmdGetAllSaveRaidScRsp" => Some(Self::CmdGetAllSaveRaidScRsp), + "CmdTakeChallengeRaidRewardCsReq" => { + Some(Self::CmdTakeChallengeRaidRewardCsReq) + } + "CmdGetRaidInfoCsReq" => Some(Self::CmdGetRaidInfoCsReq), + "CmdGetRaidInfoScRsp" => Some(Self::CmdGetRaidInfoScRsp), + "CmdLeaveRaidCsReq" => Some(Self::CmdLeaveRaidCsReq), + "CmdGetAllSaveRaidCsReq" => Some(Self::CmdGetAllSaveRaidCsReq), + "CmdGetChallengeRaidInfoCsReq" => Some(Self::CmdGetChallengeRaidInfoCsReq), + "CmdGetSaveRaidCsReq" => Some(Self::CmdGetSaveRaidCsReq), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Lpjbcbefaon { + RaidStatusNone = 0, + RaidStatusDoing = 1, + RaidStatusFinish = 2, + RaidStatusFailed = 3, +} +impl Lpjbcbefaon { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Lpjbcbefaon::RaidStatusNone => "RAID_STATUS_NONE", + Lpjbcbefaon::RaidStatusDoing => "RAID_STATUS_DOING", + Lpjbcbefaon::RaidStatusFinish => "RAID_STATUS_FINISH", + Lpjbcbefaon::RaidStatusFailed => "RAID_STATUS_FAILED", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "RAID_STATUS_NONE" => Some(Self::RaidStatusNone), + "RAID_STATUS_DOING" => Some(Self::RaidStatusDoing), + "RAID_STATUS_FINISH" => Some(Self::RaidStatusFinish), + "RAID_STATUS_FAILED" => Some(Self::RaidStatusFailed), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Efchikflmff { + RaidTargetStatusNone = 0, + RaidTargetStatusDoing = 1, + RaidTargetStatusFinish = 2, +} +impl Efchikflmff { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Efchikflmff::RaidTargetStatusNone => "RAID_TARGET_STATUS_NONE", + Efchikflmff::RaidTargetStatusDoing => "RAID_TARGET_STATUS_DOING", + Efchikflmff::RaidTargetStatusFinish => "RAID_TARGET_STATUS_FINISH", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "RAID_TARGET_STATUS_NONE" => Some(Self::RaidTargetStatusNone), + "RAID_TARGET_STATUS_DOING" => Some(Self::RaidTargetStatusDoing), + "RAID_TARGET_STATUS_FINISH" => Some(Self::RaidTargetStatusFinish), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Eghdabbbnjo { + RaidKickReasonNone = 0, + RaidKickReasonActivityScheduleFinish = 1, +} +impl Eghdabbbnjo { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Eghdabbbnjo::RaidKickReasonNone => "RAID_KICK_REASON_NONE", + Eghdabbbnjo::RaidKickReasonActivityScheduleFinish => { + "RAID_KICK_REASON_ACTIVITY_SCHEDULE_FINISH" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "RAID_KICK_REASON_NONE" => Some(Self::RaidKickReasonNone), + "RAID_KICK_REASON_ACTIVITY_SCHEDULE_FINISH" => { + Some(Self::RaidKickReasonActivityScheduleFinish) + } + _ => None, + } + } +} +/// Obf: KFMDIPJDKDL +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdRaidCollectionType { + None = 0, + CmdRaidCollectionEnterNextRaidCsReq = 6950, + CmdRaidCollectionDataScRsp = 6957, + CmdRaidCollectionEnterNextRaidScRsp = 6948, + CmdRaidCollectionDataScNotify = 6953, + CmdRaidCollectionDataCsReq = 6954, +} +impl CmdRaidCollectionType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdRaidCollectionType::None => "CmdRaidCollectionTypeNone", + CmdRaidCollectionType::CmdRaidCollectionEnterNextRaidCsReq => { + "CmdRaidCollectionEnterNextRaidCsReq" + } + CmdRaidCollectionType::CmdRaidCollectionDataScRsp => { + "CmdRaidCollectionDataScRsp" + } + CmdRaidCollectionType::CmdRaidCollectionEnterNextRaidScRsp => { + "CmdRaidCollectionEnterNextRaidScRsp" + } + CmdRaidCollectionType::CmdRaidCollectionDataScNotify => { + "CmdRaidCollectionDataScNotify" + } + CmdRaidCollectionType::CmdRaidCollectionDataCsReq => { + "CmdRaidCollectionDataCsReq" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdRaidCollectionTypeNone" => Some(Self::None), + "CmdRaidCollectionEnterNextRaidCsReq" => { + Some(Self::CmdRaidCollectionEnterNextRaidCsReq) + } + "CmdRaidCollectionDataScRsp" => Some(Self::CmdRaidCollectionDataScRsp), + "CmdRaidCollectionEnterNextRaidScRsp" => { + Some(Self::CmdRaidCollectionEnterNextRaidScRsp) + } + "CmdRaidCollectionDataScNotify" => Some(Self::CmdRaidCollectionDataScNotify), + "CmdRaidCollectionDataCsReq" => Some(Self::CmdRaidCollectionDataCsReq), + _ => None, + } + } +} +/// Obf: HEHLPHGOILO +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdRecommendType { + None = 0, + CmdRelicRecommendCsReq = 2429, + CmdRelicRecommendScRsp = 2437, + CmdRelicAvatarRecommendScRsp = 2402, + CmdRelicAvatarRecommendCsReq = 2442, + CmdGetChallengeRecommendLineupListScRsp = 2410, + CmdGetChallengeRecommendLineupListCsReq = 2444, +} +impl CmdRecommendType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdRecommendType::None => "CMD_RECOMMEND_TYPE_NONE", + CmdRecommendType::CmdRelicRecommendCsReq => "CmdRelicRecommendCsReq", + CmdRecommendType::CmdRelicRecommendScRsp => "CmdRelicRecommendScRsp", + CmdRecommendType::CmdRelicAvatarRecommendScRsp => { + "CmdRelicAvatarRecommendScRsp" + } + CmdRecommendType::CmdRelicAvatarRecommendCsReq => { + "CmdRelicAvatarRecommendCsReq" + } + CmdRecommendType::CmdGetChallengeRecommendLineupListScRsp => { + "CmdGetChallengeRecommendLineupListScRsp" + } + CmdRecommendType::CmdGetChallengeRecommendLineupListCsReq => { + "CmdGetChallengeRecommendLineupListCsReq" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CMD_RECOMMEND_TYPE_NONE" => Some(Self::None), + "CmdRelicRecommendCsReq" => Some(Self::CmdRelicRecommendCsReq), + "CmdRelicRecommendScRsp" => Some(Self::CmdRelicRecommendScRsp), + "CmdRelicAvatarRecommendScRsp" => Some(Self::CmdRelicAvatarRecommendScRsp), + "CmdRelicAvatarRecommendCsReq" => Some(Self::CmdRelicAvatarRecommendCsReq), + "CmdGetChallengeRecommendLineupListScRsp" => { + Some(Self::CmdGetChallengeRecommendLineupListScRsp) + } + "CmdGetChallengeRecommendLineupListCsReq" => { + Some(Self::CmdGetChallengeRecommendLineupListCsReq) + } + _ => None, + } + } +} +/// Obf: LJGGIPNABPO +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdRedDotType { + None = 0, + CmdGetSingleRedDotParamGroupCsReq = 5979, + CmdUpdateRedDotDataScRsp = 5942, + CmdGetSingleRedDotParamGroupScRsp = 5977, + CmdUpdateRedDotDataCsReq = 5983, + CmdGetAllRedDotDataCsReq = 5998, + CmdGetAllRedDotDataScRsp = 5971, +} +impl CmdRedDotType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdRedDotType::None => "CmdRedDotTypeNone", + CmdRedDotType::CmdGetSingleRedDotParamGroupCsReq => { + "CmdGetSingleRedDotParamGroupCsReq" + } + CmdRedDotType::CmdUpdateRedDotDataScRsp => "CmdUpdateRedDotDataScRsp", + CmdRedDotType::CmdGetSingleRedDotParamGroupScRsp => { + "CmdGetSingleRedDotParamGroupScRsp" + } + CmdRedDotType::CmdUpdateRedDotDataCsReq => "CmdUpdateRedDotDataCsReq", + CmdRedDotType::CmdGetAllRedDotDataCsReq => "CmdGetAllRedDotDataCsReq", + CmdRedDotType::CmdGetAllRedDotDataScRsp => "CmdGetAllRedDotDataScRsp", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdRedDotTypeNone" => Some(Self::None), + "CmdGetSingleRedDotParamGroupCsReq" => { + Some(Self::CmdGetSingleRedDotParamGroupCsReq) + } + "CmdUpdateRedDotDataScRsp" => Some(Self::CmdUpdateRedDotDataScRsp), + "CmdGetSingleRedDotParamGroupScRsp" => { + Some(Self::CmdGetSingleRedDotParamGroupScRsp) + } + "CmdUpdateRedDotDataCsReq" => Some(Self::CmdUpdateRedDotDataCsReq), + "CmdGetAllRedDotDataCsReq" => Some(Self::CmdGetAllRedDotDataCsReq), + "CmdGetAllRedDotDataScRsp" => Some(Self::CmdGetAllRedDotDataScRsp), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Ibiecklcaal { + UpdateReddotNone = 0, + UpdateReddotAdd = 1, + UpdateReddotReplace = 2, +} +impl Ibiecklcaal { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Ibiecklcaal::UpdateReddotNone => "UPDATE_REDDOT_NONE", + Ibiecklcaal::UpdateReddotAdd => "UPDATE_REDDOT_ADD", + Ibiecklcaal::UpdateReddotReplace => "UPDATE_REDDOT_REPLACE", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "UPDATE_REDDOT_NONE" => Some(Self::UpdateReddotNone), + "UPDATE_REDDOT_ADD" => Some(Self::UpdateReddotAdd), + "UPDATE_REDDOT_REPLACE" => Some(Self::UpdateReddotReplace), + _ => None, + } + } +} +/// Obf: CFEOGIGHLJJ +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdReplayType { + None = 0, + CmdGetReplayTokenCsReq = 3598, + CmdGetPlayerReplayInfoCsReq = 3583, + CmdGetPlayerReplayInfoScRsp = 3542, + CmdGetReplayTokenScRsp = 3571, +} +impl CmdReplayType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdReplayType::None => "CmdReplayTypeNone", + CmdReplayType::CmdGetReplayTokenCsReq => "CmdGetReplayTokenCsReq", + CmdReplayType::CmdGetPlayerReplayInfoCsReq => "CmdGetPlayerReplayInfoCsReq", + CmdReplayType::CmdGetPlayerReplayInfoScRsp => "CmdGetPlayerReplayInfoScRsp", + CmdReplayType::CmdGetReplayTokenScRsp => "CmdGetReplayTokenScRsp", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdReplayTypeNone" => Some(Self::None), + "CmdGetReplayTokenCsReq" => Some(Self::CmdGetReplayTokenCsReq), + "CmdGetPlayerReplayInfoCsReq" => Some(Self::CmdGetPlayerReplayInfoCsReq), + "CmdGetPlayerReplayInfoScRsp" => Some(Self::CmdGetPlayerReplayInfoScRsp), + "CmdGetReplayTokenScRsp" => Some(Self::CmdGetReplayTokenScRsp), + _ => None, + } + } +} +/// Obf: HIOCGOEFFMC +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdRndOptionType { + None = 0, + CmdDailyFirstMeetPamCsReq = 3483, + CmdGetRndOptionCsReq = 3498, + CmdGetRndOptionScRsp = 3471, + CmdDailyFirstMeetPamScRsp = 3442, +} +impl CmdRndOptionType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdRndOptionType::None => "CmdRndOptionTypeNone", + CmdRndOptionType::CmdDailyFirstMeetPamCsReq => "CmdDailyFirstMeetPamCsReq", + CmdRndOptionType::CmdGetRndOptionCsReq => "CmdGetRndOptionCsReq", + CmdRndOptionType::CmdGetRndOptionScRsp => "CmdGetRndOptionScRsp", + CmdRndOptionType::CmdDailyFirstMeetPamScRsp => "CmdDailyFirstMeetPamScRsp", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdRndOptionTypeNone" => Some(Self::None), + "CmdDailyFirstMeetPamCsReq" => Some(Self::CmdDailyFirstMeetPamCsReq), + "CmdGetRndOptionCsReq" => Some(Self::CmdGetRndOptionCsReq), + "CmdGetRndOptionScRsp" => Some(Self::CmdGetRndOptionScRsp), + "CmdDailyFirstMeetPamScRsp" => Some(Self::CmdDailyFirstMeetPamScRsp), + _ => None, + } + } +} +/// Obf: PEHOBMMJPOJ +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdRogueType { + None = 0, + CmdEnableRogueTalentCsReq = 1881, + CmdEnhanceRogueBuffCsReq = 1810, + CmdStartRogueScRsp = 1842, + CmdEnhanceRogueBuffScRsp = 1900, + CmdGetCommonRogueAeonInfoScRsp = 1868, + CmdSyncRogueReviveInfoScNotify = 1816, + CmdEnableRogueTalentScRsp = 1807, + CmdEnterRogueMapRoomCsReq = 1865, + CmdSyncRogueFinishScNotify = 1866, + CmdSyncRogueAeonLevelUpRewardScNotify = 1896, + CmdTakeRogueScoreRewardScRsp = 1860, + CmdOpenRogueChestCsReq = 1867, + CmdGetRogueInfoCsReq = 1898, + CmdPickRogueAvatarScRsp = 1845, + CmdPickRogueAvatarCsReq = 1805, + CmdGetCommonRogueAeonInfoCsReq = 1875, + CmdGetRogueTalentInfoCsReq = 1821, + CmdGetRogueInfoScRsp = 1871, + CmdOpenRogueChestScRsp = 1876, + CmdReviveRogueAvatarCsReq = 1850, + CmdEnterRogueMapRoomScRsp = 1857, + CmdFinishAeonDialogueGroupScRsp = 1841, + CmdEnterRogueCsReq = 1879, + CmdQuitRogueScRsp = 1888, + CmdExchangeRogueRewardKeyScRsp = 1849, + CmdSyncRogueExploreWinScNotify = 1863, + CmdGetRogueInitialScoreScRsp = 1815, + CmdGetRogueBuffEnhanceInfoScRsp = 1811, + CmdSyncRogueAreaUnlockScNotify = 1847, + CmdGetRogueScoreRewardInfoCsReq = 1809, + CmdGetRogueBuffEnhanceInfoCsReq = 1852, + CmdTakeRogueAeonLevelRewardScRsp = 1827, + CmdTakeRogueAeonLevelRewardCsReq = 1897, + CmdEnterRogueScRsp = 1877, + CmdGetRogueInitialScoreCsReq = 1825, + CmdLeaveRogueScRsp = 1812, + CmdSyncRogueAeonScNotify = 1874, + CmdExchangeRogueRewardKeyCsReq = 1839, + CmdQuitRogueCsReq = 1814, + CmdReviveRogueAvatarScRsp = 1831, + CmdSyncRogueGetItemScNotify = 1826, + CmdTakeRogueScoreRewardCsReq = 1804, + CmdGetRogueTalentInfoScRsp = 1851, + CmdSyncRogueVirtualItemInfoScNotify = 1861, + CmdGetRogueScoreRewardInfoScRsp = 1899, + CmdSyncRoguePickAvatarInfoScNotify = 1870, + CmdSyncRogueMapRoomScNotify = 1819, + CmdFinishAeonDialogueGroupCsReq = 1846, + CmdSyncRogueRewardInfoScNotify = 1844, + CmdSyncRogueStatusScNotify = 1880, + CmdSyncRogueSeasonFinishScNotify = 1855, + CmdLeaveRogueCsReq = 1833, + CmdStartRogueCsReq = 1883, +} +impl CmdRogueType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdRogueType::None => "CmdRogueTypeNone", + CmdRogueType::CmdEnableRogueTalentCsReq => "CmdEnableRogueTalentCsReq", + CmdRogueType::CmdEnhanceRogueBuffCsReq => "CmdEnhanceRogueBuffCsReq", + CmdRogueType::CmdStartRogueScRsp => "CmdStartRogueScRsp", + CmdRogueType::CmdEnhanceRogueBuffScRsp => "CmdEnhanceRogueBuffScRsp", + CmdRogueType::CmdGetCommonRogueAeonInfoScRsp => { + "CmdGetCommonRogueAeonInfoScRsp" + } + CmdRogueType::CmdSyncRogueReviveInfoScNotify => { + "CmdSyncRogueReviveInfoScNotify" + } + CmdRogueType::CmdEnableRogueTalentScRsp => "CmdEnableRogueTalentScRsp", + CmdRogueType::CmdEnterRogueMapRoomCsReq => "CmdEnterRogueMapRoomCsReq", + CmdRogueType::CmdSyncRogueFinishScNotify => "CmdSyncRogueFinishScNotify", + CmdRogueType::CmdSyncRogueAeonLevelUpRewardScNotify => { + "CmdSyncRogueAeonLevelUpRewardScNotify" + } + CmdRogueType::CmdTakeRogueScoreRewardScRsp => "CmdTakeRogueScoreRewardScRsp", + CmdRogueType::CmdOpenRogueChestCsReq => "CmdOpenRogueChestCsReq", + CmdRogueType::CmdGetRogueInfoCsReq => "CmdGetRogueInfoCsReq", + CmdRogueType::CmdPickRogueAvatarScRsp => "CmdPickRogueAvatarScRsp", + CmdRogueType::CmdPickRogueAvatarCsReq => "CmdPickRogueAvatarCsReq", + CmdRogueType::CmdGetCommonRogueAeonInfoCsReq => { + "CmdGetCommonRogueAeonInfoCsReq" + } + CmdRogueType::CmdGetRogueTalentInfoCsReq => "CmdGetRogueTalentInfoCsReq", + CmdRogueType::CmdGetRogueInfoScRsp => "CmdGetRogueInfoScRsp", + CmdRogueType::CmdOpenRogueChestScRsp => "CmdOpenRogueChestScRsp", + CmdRogueType::CmdReviveRogueAvatarCsReq => "CmdReviveRogueAvatarCsReq", + CmdRogueType::CmdEnterRogueMapRoomScRsp => "CmdEnterRogueMapRoomScRsp", + CmdRogueType::CmdFinishAeonDialogueGroupScRsp => { + "CmdFinishAeonDialogueGroupScRsp" + } + CmdRogueType::CmdEnterRogueCsReq => "CmdEnterRogueCsReq", + CmdRogueType::CmdQuitRogueScRsp => "CmdQuitRogueScRsp", + CmdRogueType::CmdExchangeRogueRewardKeyScRsp => { + "CmdExchangeRogueRewardKeyScRsp" + } + CmdRogueType::CmdSyncRogueExploreWinScNotify => { + "CmdSyncRogueExploreWinScNotify" + } + CmdRogueType::CmdGetRogueInitialScoreScRsp => "CmdGetRogueInitialScoreScRsp", + CmdRogueType::CmdGetRogueBuffEnhanceInfoScRsp => { + "CmdGetRogueBuffEnhanceInfoScRsp" + } + CmdRogueType::CmdSyncRogueAreaUnlockScNotify => { + "CmdSyncRogueAreaUnlockScNotify" + } + CmdRogueType::CmdGetRogueScoreRewardInfoCsReq => { + "CmdGetRogueScoreRewardInfoCsReq" + } + CmdRogueType::CmdGetRogueBuffEnhanceInfoCsReq => { + "CmdGetRogueBuffEnhanceInfoCsReq" + } + CmdRogueType::CmdTakeRogueAeonLevelRewardScRsp => { + "CmdTakeRogueAeonLevelRewardScRsp" + } + CmdRogueType::CmdTakeRogueAeonLevelRewardCsReq => { + "CmdTakeRogueAeonLevelRewardCsReq" + } + CmdRogueType::CmdEnterRogueScRsp => "CmdEnterRogueScRsp", + CmdRogueType::CmdGetRogueInitialScoreCsReq => "CmdGetRogueInitialScoreCsReq", + CmdRogueType::CmdLeaveRogueScRsp => "CmdLeaveRogueScRsp", + CmdRogueType::CmdSyncRogueAeonScNotify => "CmdSyncRogueAeonScNotify", + CmdRogueType::CmdExchangeRogueRewardKeyCsReq => { + "CmdExchangeRogueRewardKeyCsReq" + } + CmdRogueType::CmdQuitRogueCsReq => "CmdQuitRogueCsReq", + CmdRogueType::CmdReviveRogueAvatarScRsp => "CmdReviveRogueAvatarScRsp", + CmdRogueType::CmdSyncRogueGetItemScNotify => "CmdSyncRogueGetItemScNotify", + CmdRogueType::CmdTakeRogueScoreRewardCsReq => "CmdTakeRogueScoreRewardCsReq", + CmdRogueType::CmdGetRogueTalentInfoScRsp => "CmdGetRogueTalentInfoScRsp", + CmdRogueType::CmdSyncRogueVirtualItemInfoScNotify => { + "CmdSyncRogueVirtualItemInfoScNotify" + } + CmdRogueType::CmdGetRogueScoreRewardInfoScRsp => { + "CmdGetRogueScoreRewardInfoScRsp" + } + CmdRogueType::CmdSyncRoguePickAvatarInfoScNotify => { + "CmdSyncRoguePickAvatarInfoScNotify" + } + CmdRogueType::CmdSyncRogueMapRoomScNotify => "CmdSyncRogueMapRoomScNotify", + CmdRogueType::CmdFinishAeonDialogueGroupCsReq => { + "CmdFinishAeonDialogueGroupCsReq" + } + CmdRogueType::CmdSyncRogueRewardInfoScNotify => { + "CmdSyncRogueRewardInfoScNotify" + } + CmdRogueType::CmdSyncRogueStatusScNotify => "CmdSyncRogueStatusScNotify", + CmdRogueType::CmdSyncRogueSeasonFinishScNotify => { + "CmdSyncRogueSeasonFinishScNotify" + } + CmdRogueType::CmdLeaveRogueCsReq => "CmdLeaveRogueCsReq", + CmdRogueType::CmdStartRogueCsReq => "CmdStartRogueCsReq", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdRogueTypeNone" => Some(Self::None), + "CmdEnableRogueTalentCsReq" => Some(Self::CmdEnableRogueTalentCsReq), + "CmdEnhanceRogueBuffCsReq" => Some(Self::CmdEnhanceRogueBuffCsReq), + "CmdStartRogueScRsp" => Some(Self::CmdStartRogueScRsp), + "CmdEnhanceRogueBuffScRsp" => Some(Self::CmdEnhanceRogueBuffScRsp), + "CmdGetCommonRogueAeonInfoScRsp" => { + Some(Self::CmdGetCommonRogueAeonInfoScRsp) + } + "CmdSyncRogueReviveInfoScNotify" => { + Some(Self::CmdSyncRogueReviveInfoScNotify) + } + "CmdEnableRogueTalentScRsp" => Some(Self::CmdEnableRogueTalentScRsp), + "CmdEnterRogueMapRoomCsReq" => Some(Self::CmdEnterRogueMapRoomCsReq), + "CmdSyncRogueFinishScNotify" => Some(Self::CmdSyncRogueFinishScNotify), + "CmdSyncRogueAeonLevelUpRewardScNotify" => { + Some(Self::CmdSyncRogueAeonLevelUpRewardScNotify) + } + "CmdTakeRogueScoreRewardScRsp" => Some(Self::CmdTakeRogueScoreRewardScRsp), + "CmdOpenRogueChestCsReq" => Some(Self::CmdOpenRogueChestCsReq), + "CmdGetRogueInfoCsReq" => Some(Self::CmdGetRogueInfoCsReq), + "CmdPickRogueAvatarScRsp" => Some(Self::CmdPickRogueAvatarScRsp), + "CmdPickRogueAvatarCsReq" => Some(Self::CmdPickRogueAvatarCsReq), + "CmdGetCommonRogueAeonInfoCsReq" => { + Some(Self::CmdGetCommonRogueAeonInfoCsReq) + } + "CmdGetRogueTalentInfoCsReq" => Some(Self::CmdGetRogueTalentInfoCsReq), + "CmdGetRogueInfoScRsp" => Some(Self::CmdGetRogueInfoScRsp), + "CmdOpenRogueChestScRsp" => Some(Self::CmdOpenRogueChestScRsp), + "CmdReviveRogueAvatarCsReq" => Some(Self::CmdReviveRogueAvatarCsReq), + "CmdEnterRogueMapRoomScRsp" => Some(Self::CmdEnterRogueMapRoomScRsp), + "CmdFinishAeonDialogueGroupScRsp" => { + Some(Self::CmdFinishAeonDialogueGroupScRsp) + } + "CmdEnterRogueCsReq" => Some(Self::CmdEnterRogueCsReq), + "CmdQuitRogueScRsp" => Some(Self::CmdQuitRogueScRsp), + "CmdExchangeRogueRewardKeyScRsp" => { + Some(Self::CmdExchangeRogueRewardKeyScRsp) + } + "CmdSyncRogueExploreWinScNotify" => { + Some(Self::CmdSyncRogueExploreWinScNotify) + } + "CmdGetRogueInitialScoreScRsp" => Some(Self::CmdGetRogueInitialScoreScRsp), + "CmdGetRogueBuffEnhanceInfoScRsp" => { + Some(Self::CmdGetRogueBuffEnhanceInfoScRsp) + } + "CmdSyncRogueAreaUnlockScNotify" => { + Some(Self::CmdSyncRogueAreaUnlockScNotify) + } + "CmdGetRogueScoreRewardInfoCsReq" => { + Some(Self::CmdGetRogueScoreRewardInfoCsReq) + } + "CmdGetRogueBuffEnhanceInfoCsReq" => { + Some(Self::CmdGetRogueBuffEnhanceInfoCsReq) + } + "CmdTakeRogueAeonLevelRewardScRsp" => { + Some(Self::CmdTakeRogueAeonLevelRewardScRsp) + } + "CmdTakeRogueAeonLevelRewardCsReq" => { + Some(Self::CmdTakeRogueAeonLevelRewardCsReq) + } + "CmdEnterRogueScRsp" => Some(Self::CmdEnterRogueScRsp), + "CmdGetRogueInitialScoreCsReq" => Some(Self::CmdGetRogueInitialScoreCsReq), + "CmdLeaveRogueScRsp" => Some(Self::CmdLeaveRogueScRsp), + "CmdSyncRogueAeonScNotify" => Some(Self::CmdSyncRogueAeonScNotify), + "CmdExchangeRogueRewardKeyCsReq" => { + Some(Self::CmdExchangeRogueRewardKeyCsReq) + } + "CmdQuitRogueCsReq" => Some(Self::CmdQuitRogueCsReq), + "CmdReviveRogueAvatarScRsp" => Some(Self::CmdReviveRogueAvatarScRsp), + "CmdSyncRogueGetItemScNotify" => Some(Self::CmdSyncRogueGetItemScNotify), + "CmdTakeRogueScoreRewardCsReq" => Some(Self::CmdTakeRogueScoreRewardCsReq), + "CmdGetRogueTalentInfoScRsp" => Some(Self::CmdGetRogueTalentInfoScRsp), + "CmdSyncRogueVirtualItemInfoScNotify" => { + Some(Self::CmdSyncRogueVirtualItemInfoScNotify) + } + "CmdGetRogueScoreRewardInfoScRsp" => { + Some(Self::CmdGetRogueScoreRewardInfoScRsp) + } + "CmdSyncRoguePickAvatarInfoScNotify" => { + Some(Self::CmdSyncRoguePickAvatarInfoScNotify) + } + "CmdSyncRogueMapRoomScNotify" => Some(Self::CmdSyncRogueMapRoomScNotify), + "CmdFinishAeonDialogueGroupCsReq" => { + Some(Self::CmdFinishAeonDialogueGroupCsReq) + } + "CmdSyncRogueRewardInfoScNotify" => { + Some(Self::CmdSyncRogueRewardInfoScNotify) + } + "CmdSyncRogueStatusScNotify" => Some(Self::CmdSyncRogueStatusScNotify), + "CmdSyncRogueSeasonFinishScNotify" => { + Some(Self::CmdSyncRogueSeasonFinishScNotify) + } + "CmdLeaveRogueCsReq" => Some(Self::CmdLeaveRogueCsReq), + "CmdStartRogueCsReq" => Some(Self::CmdStartRogueCsReq), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum RogueStatus { + None = 0, + Doing = 1, + Pending = 2, + Endless = 3, + Finish = 4, +} +impl RogueStatus { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + RogueStatus::None => "ROGUE_STATUS_NONE", + RogueStatus::Doing => "ROGUE_STATUS_DOING", + RogueStatus::Pending => "ROGUE_STATUS_PENDING", + RogueStatus::Endless => "ROGUE_STATUS_ENDLESS", + RogueStatus::Finish => "ROGUE_STATUS_FINISH", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_STATUS_NONE" => Some(Self::None), + "ROGUE_STATUS_DOING" => Some(Self::Doing), + "ROGUE_STATUS_PENDING" => Some(Self::Pending), + "ROGUE_STATUS_ENDLESS" => Some(Self::Endless), + "ROGUE_STATUS_FINISH" => Some(Self::Finish), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Lmmpdihpaep { + RogueRoomStatusNone = 0, + RogueRoomStatusLock = 1, + RogueRoomStatusUnlock = 2, + RogueRoomStatusPlay = 3, + RogueRoomStatusFinish = 4, +} +impl Lmmpdihpaep { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Lmmpdihpaep::RogueRoomStatusNone => "ROGUE_ROOM_STATUS_NONE", + Lmmpdihpaep::RogueRoomStatusLock => "ROGUE_ROOM_STATUS_LOCK", + Lmmpdihpaep::RogueRoomStatusUnlock => "ROGUE_ROOM_STATUS_UNLOCK", + Lmmpdihpaep::RogueRoomStatusPlay => "ROGUE_ROOM_STATUS_PLAY", + Lmmpdihpaep::RogueRoomStatusFinish => "ROGUE_ROOM_STATUS_FINISH", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_ROOM_STATUS_NONE" => Some(Self::RogueRoomStatusNone), + "ROGUE_ROOM_STATUS_LOCK" => Some(Self::RogueRoomStatusLock), + "ROGUE_ROOM_STATUS_UNLOCK" => Some(Self::RogueRoomStatusUnlock), + "ROGUE_ROOM_STATUS_PLAY" => Some(Self::RogueRoomStatusPlay), + "ROGUE_ROOM_STATUS_FINISH" => Some(Self::RogueRoomStatusFinish), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum RogueAreaStatus { + Lock = 0, + Unlock = 1, + FirstPass = 2, + Close = 3, +} +impl RogueAreaStatus { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + RogueAreaStatus::Lock => "ROGUE_AREA_STATUS_LOCK", + RogueAreaStatus::Unlock => "ROGUE_AREA_STATUS_UNLOCK", + RogueAreaStatus::FirstPass => "ROGUE_AREA_STATUS_FIRST_PASS", + RogueAreaStatus::Close => "ROGUE_AREA_STATUS_CLOSE", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_AREA_STATUS_LOCK" => Some(Self::Lock), + "ROGUE_AREA_STATUS_UNLOCK" => Some(Self::Unlock), + "ROGUE_AREA_STATUS_FIRST_PASS" => Some(Self::FirstPass), + "ROGUE_AREA_STATUS_CLOSE" => Some(Self::Close), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Dmmjgaajojp { + RogueBuffSourceTypeNone = 0, + RogueBuffSourceTypeSelect = 1, + RogueBuffSourceTypeEnhance = 2, + RogueBuffSourceTypeMiracle = 3, + RogueBuffSourceTypeDialogue = 4, + RogueBuffSourceTypeBonus = 5, + RogueBuffSourceTypeMazeSkill = 6, + RogueBuffSourceTypeShop = 7, + RogueBuffSourceTypeLevelMechanism = 8, + RogueBuffSourceTypeEndlessLevelStart = 9, +} +impl Dmmjgaajojp { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Dmmjgaajojp::RogueBuffSourceTypeNone => "ROGUE_BUFF_SOURCE_TYPE_NONE", + Dmmjgaajojp::RogueBuffSourceTypeSelect => "ROGUE_BUFF_SOURCE_TYPE_SELECT", + Dmmjgaajojp::RogueBuffSourceTypeEnhance => "ROGUE_BUFF_SOURCE_TYPE_ENHANCE", + Dmmjgaajojp::RogueBuffSourceTypeMiracle => "ROGUE_BUFF_SOURCE_TYPE_MIRACLE", + Dmmjgaajojp::RogueBuffSourceTypeDialogue => "ROGUE_BUFF_SOURCE_TYPE_DIALOGUE", + Dmmjgaajojp::RogueBuffSourceTypeBonus => "ROGUE_BUFF_SOURCE_TYPE_BONUS", + Dmmjgaajojp::RogueBuffSourceTypeMazeSkill => { + "ROGUE_BUFF_SOURCE_TYPE_MAZE_SKILL" + } + Dmmjgaajojp::RogueBuffSourceTypeShop => "ROGUE_BUFF_SOURCE_TYPE_SHOP", + Dmmjgaajojp::RogueBuffSourceTypeLevelMechanism => { + "ROGUE_BUFF_SOURCE_TYPE_LEVEL_MECHANISM" + } + Dmmjgaajojp::RogueBuffSourceTypeEndlessLevelStart => { + "ROGUE_BUFF_SOURCE_TYPE_ENDLESS_LEVEL_START" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_BUFF_SOURCE_TYPE_NONE" => Some(Self::RogueBuffSourceTypeNone), + "ROGUE_BUFF_SOURCE_TYPE_SELECT" => Some(Self::RogueBuffSourceTypeSelect), + "ROGUE_BUFF_SOURCE_TYPE_ENHANCE" => Some(Self::RogueBuffSourceTypeEnhance), + "ROGUE_BUFF_SOURCE_TYPE_MIRACLE" => Some(Self::RogueBuffSourceTypeMiracle), + "ROGUE_BUFF_SOURCE_TYPE_DIALOGUE" => Some(Self::RogueBuffSourceTypeDialogue), + "ROGUE_BUFF_SOURCE_TYPE_BONUS" => Some(Self::RogueBuffSourceTypeBonus), + "ROGUE_BUFF_SOURCE_TYPE_MAZE_SKILL" => { + Some(Self::RogueBuffSourceTypeMazeSkill) + } + "ROGUE_BUFF_SOURCE_TYPE_SHOP" => Some(Self::RogueBuffSourceTypeShop), + "ROGUE_BUFF_SOURCE_TYPE_LEVEL_MECHANISM" => { + Some(Self::RogueBuffSourceTypeLevelMechanism) + } + "ROGUE_BUFF_SOURCE_TYPE_ENDLESS_LEVEL_START" => { + Some(Self::RogueBuffSourceTypeEndlessLevelStart) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Ipophedndpg { + RogueMiracleSourceTypeNone = 0, + RogueMiracleSourceTypeSelect = 1, + RogueMiracleSourceTypeDialogue = 2, + RogueMiracleSourceTypeBonus = 3, + RogueMiracleSourceTypeUse = 4, + RogueMiracleSourceTypeReset = 5, + RogueMiracleSourceTypeReplace = 6, + RogueMiracleSourceTypeTrade = 7, + RogueMiracleSourceTypeGet = 8, + RogueMiracleSourceTypeShop = 9, + RogueMiracleSourceTypeMazeSkill = 10, + RogueMiracleSourceTypeLevelMechanism = 11, + RogueMiracleSourceTypeEndlessLevelStart = 12, +} +impl Ipophedndpg { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Ipophedndpg::RogueMiracleSourceTypeNone => "ROGUE_MIRACLE_SOURCE_TYPE_NONE", + Ipophedndpg::RogueMiracleSourceTypeSelect => { + "ROGUE_MIRACLE_SOURCE_TYPE_SELECT" + } + Ipophedndpg::RogueMiracleSourceTypeDialogue => { + "ROGUE_MIRACLE_SOURCE_TYPE_DIALOGUE" + } + Ipophedndpg::RogueMiracleSourceTypeBonus => "ROGUE_MIRACLE_SOURCE_TYPE_BONUS", + Ipophedndpg::RogueMiracleSourceTypeUse => "ROGUE_MIRACLE_SOURCE_TYPE_USE", + Ipophedndpg::RogueMiracleSourceTypeReset => "ROGUE_MIRACLE_SOURCE_TYPE_RESET", + Ipophedndpg::RogueMiracleSourceTypeReplace => { + "ROGUE_MIRACLE_SOURCE_TYPE_REPLACE" + } + Ipophedndpg::RogueMiracleSourceTypeTrade => "ROGUE_MIRACLE_SOURCE_TYPE_TRADE", + Ipophedndpg::RogueMiracleSourceTypeGet => "ROGUE_MIRACLE_SOURCE_TYPE_GET", + Ipophedndpg::RogueMiracleSourceTypeShop => "ROGUE_MIRACLE_SOURCE_TYPE_SHOP", + Ipophedndpg::RogueMiracleSourceTypeMazeSkill => { + "ROGUE_MIRACLE_SOURCE_TYPE_MAZE_SKILL" + } + Ipophedndpg::RogueMiracleSourceTypeLevelMechanism => { + "ROGUE_MIRACLE_SOURCE_TYPE_LEVEL_MECHANISM" + } + Ipophedndpg::RogueMiracleSourceTypeEndlessLevelStart => { + "ROGUE_MIRACLE_SOURCE_TYPE_ENDLESS_LEVEL_START" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_MIRACLE_SOURCE_TYPE_NONE" => Some(Self::RogueMiracleSourceTypeNone), + "ROGUE_MIRACLE_SOURCE_TYPE_SELECT" => { + Some(Self::RogueMiracleSourceTypeSelect) + } + "ROGUE_MIRACLE_SOURCE_TYPE_DIALOGUE" => { + Some(Self::RogueMiracleSourceTypeDialogue) + } + "ROGUE_MIRACLE_SOURCE_TYPE_BONUS" => Some(Self::RogueMiracleSourceTypeBonus), + "ROGUE_MIRACLE_SOURCE_TYPE_USE" => Some(Self::RogueMiracleSourceTypeUse), + "ROGUE_MIRACLE_SOURCE_TYPE_RESET" => Some(Self::RogueMiracleSourceTypeReset), + "ROGUE_MIRACLE_SOURCE_TYPE_REPLACE" => { + Some(Self::RogueMiracleSourceTypeReplace) + } + "ROGUE_MIRACLE_SOURCE_TYPE_TRADE" => Some(Self::RogueMiracleSourceTypeTrade), + "ROGUE_MIRACLE_SOURCE_TYPE_GET" => Some(Self::RogueMiracleSourceTypeGet), + "ROGUE_MIRACLE_SOURCE_TYPE_SHOP" => Some(Self::RogueMiracleSourceTypeShop), + "ROGUE_MIRACLE_SOURCE_TYPE_MAZE_SKILL" => { + Some(Self::RogueMiracleSourceTypeMazeSkill) + } + "ROGUE_MIRACLE_SOURCE_TYPE_LEVEL_MECHANISM" => { + Some(Self::RogueMiracleSourceTypeLevelMechanism) + } + "ROGUE_MIRACLE_SOURCE_TYPE_ENDLESS_LEVEL_START" => { + Some(Self::RogueMiracleSourceTypeEndlessLevelStart) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Mckhemgifgc { + RogueDialogueResultSucc = 0, + RogueDialogueResultFail = 1, +} +impl Mckhemgifgc { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Mckhemgifgc::RogueDialogueResultSucc => "ROGUE_DIALOGUE_RESULT_SUCC", + Mckhemgifgc::RogueDialogueResultFail => "ROGUE_DIALOGUE_RESULT_FAIL", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_DIALOGUE_RESULT_SUCC" => Some(Self::RogueDialogueResultSucc), + "ROGUE_DIALOGUE_RESULT_FAIL" => Some(Self::RogueDialogueResultFail), + _ => None, + } + } +} +/// Obf: AEDOCHGHNAM +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdRogueArcadeType { + None = 0, + CmdRogueArcadeLeaveScRsp = 7652, + CmdRogueArcadeStartScRsp = 7687, + CmdRogueArcadeGetInfoCsReq = 7674, + CmdRogueArcadeLeaveCsReq = 7692, + CmdRogueArcadeRestartScRsp = 7660, + CmdRogueArcadeGetInfoScRsp = 7682, + CmdRogueArcadeStartCsReq = 7679, + CmdRogueArcadeRestartCsReq = 7694, +} +impl CmdRogueArcadeType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdRogueArcadeType::None => "CmdRogueArcadeTypeNone", + CmdRogueArcadeType::CmdRogueArcadeLeaveScRsp => "CmdRogueArcadeLeaveScRsp", + CmdRogueArcadeType::CmdRogueArcadeStartScRsp => "CmdRogueArcadeStartScRsp", + CmdRogueArcadeType::CmdRogueArcadeGetInfoCsReq => { + "CmdRogueArcadeGetInfoCsReq" + } + CmdRogueArcadeType::CmdRogueArcadeLeaveCsReq => "CmdRogueArcadeLeaveCsReq", + CmdRogueArcadeType::CmdRogueArcadeRestartScRsp => { + "CmdRogueArcadeRestartScRsp" + } + CmdRogueArcadeType::CmdRogueArcadeGetInfoScRsp => { + "CmdRogueArcadeGetInfoScRsp" + } + CmdRogueArcadeType::CmdRogueArcadeStartCsReq => "CmdRogueArcadeStartCsReq", + CmdRogueArcadeType::CmdRogueArcadeRestartCsReq => { + "CmdRogueArcadeRestartCsReq" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdRogueArcadeTypeNone" => Some(Self::None), + "CmdRogueArcadeLeaveScRsp" => Some(Self::CmdRogueArcadeLeaveScRsp), + "CmdRogueArcadeStartScRsp" => Some(Self::CmdRogueArcadeStartScRsp), + "CmdRogueArcadeGetInfoCsReq" => Some(Self::CmdRogueArcadeGetInfoCsReq), + "CmdRogueArcadeLeaveCsReq" => Some(Self::CmdRogueArcadeLeaveCsReq), + "CmdRogueArcadeRestartScRsp" => Some(Self::CmdRogueArcadeRestartScRsp), + "CmdRogueArcadeGetInfoScRsp" => Some(Self::CmdRogueArcadeGetInfoScRsp), + "CmdRogueArcadeStartCsReq" => Some(Self::CmdRogueArcadeStartCsReq), + "CmdRogueArcadeRestartCsReq" => Some(Self::CmdRogueArcadeRestartCsReq), + _ => None, + } + } +} +/// Obf: OINHECDNLGG +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdRogueCommonType { + None = 0, + CmdRogueDebugMessageScNotify = 5621, + CmdGetRogueShopBuffInfoScRsp = 5633, + CmdSyncRogueHandbookDataUpdateScNotify = 5665, + CmdRogueNpcDisappearScRsp = 5689, + CmdSyncRogueCommonVirtualItemInfoScNotify = 5664, + CmdSyncRogueAdventureRoomInfoScNotify = 5698, + CmdSetRogueCollectionScRsp = 5648, + CmdRogueDoGambleCsReq = 5675, + CmdRogueNpcDisappearCsReq = 5656, + CmdSyncRogueCommonDialogueDataScNotify = 5601, + CmdTakeRogueEventHandbookRewardScRsp = 5619, + CmdSetRogueCollectionCsReq = 5659, + CmdGetRogueCollectionScRsp = 5627, + CmdPrepareRogueAdventureRoomScRsp = 5683, + CmdTakeRogueMiracleHandbookRewardScRsp = 5625, + CmdHandleRogueCommonPendingActionCsReq = 5669, + CmdGetRogueCommonDialogueDataCsReq = 5649, + CmdRogueWorkbenchHandleFuncScRsp = 5626, + CmdSyncRogueCommonPendingActionScNotify = 5640, + CmdSyncRogueCommonActionResultScNotify = 5692, + CmdBuyRogueShopBuffCsReq = 5638, + CmdGetRogueShopBuffInfoCsReq = 5677, + CmdGetRogueHandbookDataCsReq = 5636, + CmdStopRogueAdventureRoomScRsp = 5700, + CmdRogueWorkbenchSelectFuncCsReq = 5646, + CmdGetRogueShopMiracleInfoCsReq = 5642, + CmdEnhanceCommonRogueBuffCsReq = 5652, + CmdBuyRogueShopBuffScRsp = 5678, + CmdTakeRogueMiracleHandbookRewardCsReq = 5657, + CmdRogueGetGambleInfoCsReq = 5617, + CmdGetRogueCollectionCsReq = 5697, + CmdGetRogueCommonDialogueDataScRsp = 5603, + CmdCommonRogueUpdateScNotify = 5639, + CmdExchangeRogueBuffWithMiracleCsReq = 5650, + CmdSetRogueExhibitionCsReq = 5609, + CmdSelectRogueCommonDialogueOptionScRsp = 5632, + CmdGetEnhanceCommonRogueBuffInfoCsReq = 5604, + CmdBuyRogueShopMiracleScRsp = 5628, + CmdUpdateRogueAdventureRoomScoreScRsp = 5653, + CmdPrepareRogueAdventureRoomCsReq = 5671, + CmdCommonRogueQueryScRsp = 5676, + CmdGetRogueHandbookDataScRsp = 5602, + CmdRogueDoGambleScRsp = 5668, + CmdCommonRogueQueryCsReq = 5667, + CmdRogueWorkbenchGetInfoScRsp = 5674, + CmdBuyRogueShopMiracleCsReq = 5612, + CmdSyncRogueCommonDialogueOptionFinishScNotify = 5690, + CmdGetRogueExhibitionScRsp = 5696, + CmdRogueGetGambleInfoScRsp = 5637, + CmdGetRogueExhibitionCsReq = 5624, + CmdSetRogueExhibitionScRsp = 5699, + CmdEnhanceCommonRogueBuffScRsp = 5611, + CmdRogueWorkbenchSelectFuncScRsp = 5641, + CmdGetRogueAdventureRoomInfoScRsp = 5666, + CmdExchangeRogueBuffWithMiracleScRsp = 5631, + CmdGetRogueAdventureRoomInfoCsReq = 5622, + CmdRogueWorkbenchGetInfoCsReq = 5672, + CmdSelectRogueCommonDialogueOptionCsReq = 5684, + CmdStopRogueAdventureRoomCsReq = 5610, + CmdCommonRogueComponentUpdateScNotify = 5673, + CmdTakeRogueEventHandbookRewardCsReq = 5615, + CmdGetEnhanceCommonRogueBuffInfoScRsp = 5660, + CmdRogueWorkbenchHandleFuncCsReq = 5647, + CmdFinishRogueCommonDialogueCsReq = 5686, + CmdUpdateRogueAdventureRoomScoreCsReq = 5695, + CmdHandleRogueCommonPendingActionScRsp = 5658, + CmdGetRogueShopMiracleInfoScRsp = 5679, + CmdFinishRogueCommonDialogueScRsp = 5629, +} +impl CmdRogueCommonType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdRogueCommonType::None => "CmdRogueCommonTypeNone", + CmdRogueCommonType::CmdRogueDebugMessageScNotify => { + "CmdRogueDebugMessageScNotify" + } + CmdRogueCommonType::CmdGetRogueShopBuffInfoScRsp => { + "CmdGetRogueShopBuffInfoScRsp" + } + CmdRogueCommonType::CmdSyncRogueHandbookDataUpdateScNotify => { + "CmdSyncRogueHandbookDataUpdateScNotify" + } + CmdRogueCommonType::CmdRogueNpcDisappearScRsp => "CmdRogueNpcDisappearScRsp", + CmdRogueCommonType::CmdSyncRogueCommonVirtualItemInfoScNotify => { + "CmdSyncRogueCommonVirtualItemInfoScNotify" + } + CmdRogueCommonType::CmdSyncRogueAdventureRoomInfoScNotify => { + "CmdSyncRogueAdventureRoomInfoScNotify" + } + CmdRogueCommonType::CmdSetRogueCollectionScRsp => { + "CmdSetRogueCollectionScRsp" + } + CmdRogueCommonType::CmdRogueDoGambleCsReq => "CmdRogueDoGambleCsReq", + CmdRogueCommonType::CmdRogueNpcDisappearCsReq => "CmdRogueNpcDisappearCsReq", + CmdRogueCommonType::CmdSyncRogueCommonDialogueDataScNotify => { + "CmdSyncRogueCommonDialogueDataScNotify" + } + CmdRogueCommonType::CmdTakeRogueEventHandbookRewardScRsp => { + "CmdTakeRogueEventHandbookRewardScRsp" + } + CmdRogueCommonType::CmdSetRogueCollectionCsReq => { + "CmdSetRogueCollectionCsReq" + } + CmdRogueCommonType::CmdGetRogueCollectionScRsp => { + "CmdGetRogueCollectionScRsp" + } + CmdRogueCommonType::CmdPrepareRogueAdventureRoomScRsp => { + "CmdPrepareRogueAdventureRoomScRsp" + } + CmdRogueCommonType::CmdTakeRogueMiracleHandbookRewardScRsp => { + "CmdTakeRogueMiracleHandbookRewardScRsp" + } + CmdRogueCommonType::CmdHandleRogueCommonPendingActionCsReq => { + "CmdHandleRogueCommonPendingActionCsReq" + } + CmdRogueCommonType::CmdGetRogueCommonDialogueDataCsReq => { + "CmdGetRogueCommonDialogueDataCsReq" + } + CmdRogueCommonType::CmdRogueWorkbenchHandleFuncScRsp => { + "CmdRogueWorkbenchHandleFuncScRsp" + } + CmdRogueCommonType::CmdSyncRogueCommonPendingActionScNotify => { + "CmdSyncRogueCommonPendingActionScNotify" + } + CmdRogueCommonType::CmdSyncRogueCommonActionResultScNotify => { + "CmdSyncRogueCommonActionResultScNotify" + } + CmdRogueCommonType::CmdBuyRogueShopBuffCsReq => "CmdBuyRogueShopBuffCsReq", + CmdRogueCommonType::CmdGetRogueShopBuffInfoCsReq => { + "CmdGetRogueShopBuffInfoCsReq" + } + CmdRogueCommonType::CmdGetRogueHandbookDataCsReq => { + "CmdGetRogueHandbookDataCsReq" + } + CmdRogueCommonType::CmdStopRogueAdventureRoomScRsp => { + "CmdStopRogueAdventureRoomScRsp" + } + CmdRogueCommonType::CmdRogueWorkbenchSelectFuncCsReq => { + "CmdRogueWorkbenchSelectFuncCsReq" + } + CmdRogueCommonType::CmdGetRogueShopMiracleInfoCsReq => { + "CmdGetRogueShopMiracleInfoCsReq" + } + CmdRogueCommonType::CmdEnhanceCommonRogueBuffCsReq => { + "CmdEnhanceCommonRogueBuffCsReq" + } + CmdRogueCommonType::CmdBuyRogueShopBuffScRsp => "CmdBuyRogueShopBuffScRsp", + CmdRogueCommonType::CmdTakeRogueMiracleHandbookRewardCsReq => { + "CmdTakeRogueMiracleHandbookRewardCsReq" + } + CmdRogueCommonType::CmdRogueGetGambleInfoCsReq => { + "CmdRogueGetGambleInfoCsReq" + } + CmdRogueCommonType::CmdGetRogueCollectionCsReq => { + "CmdGetRogueCollectionCsReq" + } + CmdRogueCommonType::CmdGetRogueCommonDialogueDataScRsp => { + "CmdGetRogueCommonDialogueDataScRsp" + } + CmdRogueCommonType::CmdCommonRogueUpdateScNotify => { + "CmdCommonRogueUpdateScNotify" + } + CmdRogueCommonType::CmdExchangeRogueBuffWithMiracleCsReq => { + "CmdExchangeRogueBuffWithMiracleCsReq" + } + CmdRogueCommonType::CmdSetRogueExhibitionCsReq => { + "CmdSetRogueExhibitionCsReq" + } + CmdRogueCommonType::CmdSelectRogueCommonDialogueOptionScRsp => { + "CmdSelectRogueCommonDialogueOptionScRsp" + } + CmdRogueCommonType::CmdGetEnhanceCommonRogueBuffInfoCsReq => { + "CmdGetEnhanceCommonRogueBuffInfoCsReq" + } + CmdRogueCommonType::CmdBuyRogueShopMiracleScRsp => { + "CmdBuyRogueShopMiracleScRsp" + } + CmdRogueCommonType::CmdUpdateRogueAdventureRoomScoreScRsp => { + "CmdUpdateRogueAdventureRoomScoreScRsp" + } + CmdRogueCommonType::CmdPrepareRogueAdventureRoomCsReq => { + "CmdPrepareRogueAdventureRoomCsReq" + } + CmdRogueCommonType::CmdCommonRogueQueryScRsp => "CmdCommonRogueQueryScRsp", + CmdRogueCommonType::CmdGetRogueHandbookDataScRsp => { + "CmdGetRogueHandbookDataScRsp" + } + CmdRogueCommonType::CmdRogueDoGambleScRsp => "CmdRogueDoGambleScRsp", + CmdRogueCommonType::CmdCommonRogueQueryCsReq => "CmdCommonRogueQueryCsReq", + CmdRogueCommonType::CmdRogueWorkbenchGetInfoScRsp => { + "CmdRogueWorkbenchGetInfoScRsp" + } + CmdRogueCommonType::CmdBuyRogueShopMiracleCsReq => { + "CmdBuyRogueShopMiracleCsReq" + } + CmdRogueCommonType::CmdSyncRogueCommonDialogueOptionFinishScNotify => { + "CmdSyncRogueCommonDialogueOptionFinishScNotify" + } + CmdRogueCommonType::CmdGetRogueExhibitionScRsp => { + "CmdGetRogueExhibitionScRsp" + } + CmdRogueCommonType::CmdRogueGetGambleInfoScRsp => { + "CmdRogueGetGambleInfoScRsp" + } + CmdRogueCommonType::CmdGetRogueExhibitionCsReq => { + "CmdGetRogueExhibitionCsReq" + } + CmdRogueCommonType::CmdSetRogueExhibitionScRsp => { + "CmdSetRogueExhibitionScRsp" + } + CmdRogueCommonType::CmdEnhanceCommonRogueBuffScRsp => { + "CmdEnhanceCommonRogueBuffScRsp" + } + CmdRogueCommonType::CmdRogueWorkbenchSelectFuncScRsp => { + "CmdRogueWorkbenchSelectFuncScRsp" + } + CmdRogueCommonType::CmdGetRogueAdventureRoomInfoScRsp => { + "CmdGetRogueAdventureRoomInfoScRsp" + } + CmdRogueCommonType::CmdExchangeRogueBuffWithMiracleScRsp => { + "CmdExchangeRogueBuffWithMiracleScRsp" + } + CmdRogueCommonType::CmdGetRogueAdventureRoomInfoCsReq => { + "CmdGetRogueAdventureRoomInfoCsReq" + } + CmdRogueCommonType::CmdRogueWorkbenchGetInfoCsReq => { + "CmdRogueWorkbenchGetInfoCsReq" + } + CmdRogueCommonType::CmdSelectRogueCommonDialogueOptionCsReq => { + "CmdSelectRogueCommonDialogueOptionCsReq" + } + CmdRogueCommonType::CmdStopRogueAdventureRoomCsReq => { + "CmdStopRogueAdventureRoomCsReq" + } + CmdRogueCommonType::CmdCommonRogueComponentUpdateScNotify => { + "CmdCommonRogueComponentUpdateScNotify" + } + CmdRogueCommonType::CmdTakeRogueEventHandbookRewardCsReq => { + "CmdTakeRogueEventHandbookRewardCsReq" + } + CmdRogueCommonType::CmdGetEnhanceCommonRogueBuffInfoScRsp => { + "CmdGetEnhanceCommonRogueBuffInfoScRsp" + } + CmdRogueCommonType::CmdRogueWorkbenchHandleFuncCsReq => { + "CmdRogueWorkbenchHandleFuncCsReq" + } + CmdRogueCommonType::CmdFinishRogueCommonDialogueCsReq => { + "CmdFinishRogueCommonDialogueCsReq" + } + CmdRogueCommonType::CmdUpdateRogueAdventureRoomScoreCsReq => { + "CmdUpdateRogueAdventureRoomScoreCsReq" + } + CmdRogueCommonType::CmdHandleRogueCommonPendingActionScRsp => { + "CmdHandleRogueCommonPendingActionScRsp" + } + CmdRogueCommonType::CmdGetRogueShopMiracleInfoScRsp => { + "CmdGetRogueShopMiracleInfoScRsp" + } + CmdRogueCommonType::CmdFinishRogueCommonDialogueScRsp => { + "CmdFinishRogueCommonDialogueScRsp" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdRogueCommonTypeNone" => Some(Self::None), + "CmdRogueDebugMessageScNotify" => Some(Self::CmdRogueDebugMessageScNotify), + "CmdGetRogueShopBuffInfoScRsp" => Some(Self::CmdGetRogueShopBuffInfoScRsp), + "CmdSyncRogueHandbookDataUpdateScNotify" => { + Some(Self::CmdSyncRogueHandbookDataUpdateScNotify) + } + "CmdRogueNpcDisappearScRsp" => Some(Self::CmdRogueNpcDisappearScRsp), + "CmdSyncRogueCommonVirtualItemInfoScNotify" => { + Some(Self::CmdSyncRogueCommonVirtualItemInfoScNotify) + } + "CmdSyncRogueAdventureRoomInfoScNotify" => { + Some(Self::CmdSyncRogueAdventureRoomInfoScNotify) + } + "CmdSetRogueCollectionScRsp" => Some(Self::CmdSetRogueCollectionScRsp), + "CmdRogueDoGambleCsReq" => Some(Self::CmdRogueDoGambleCsReq), + "CmdRogueNpcDisappearCsReq" => Some(Self::CmdRogueNpcDisappearCsReq), + "CmdSyncRogueCommonDialogueDataScNotify" => { + Some(Self::CmdSyncRogueCommonDialogueDataScNotify) + } + "CmdTakeRogueEventHandbookRewardScRsp" => { + Some(Self::CmdTakeRogueEventHandbookRewardScRsp) + } + "CmdSetRogueCollectionCsReq" => Some(Self::CmdSetRogueCollectionCsReq), + "CmdGetRogueCollectionScRsp" => Some(Self::CmdGetRogueCollectionScRsp), + "CmdPrepareRogueAdventureRoomScRsp" => { + Some(Self::CmdPrepareRogueAdventureRoomScRsp) + } + "CmdTakeRogueMiracleHandbookRewardScRsp" => { + Some(Self::CmdTakeRogueMiracleHandbookRewardScRsp) + } + "CmdHandleRogueCommonPendingActionCsReq" => { + Some(Self::CmdHandleRogueCommonPendingActionCsReq) + } + "CmdGetRogueCommonDialogueDataCsReq" => { + Some(Self::CmdGetRogueCommonDialogueDataCsReq) + } + "CmdRogueWorkbenchHandleFuncScRsp" => { + Some(Self::CmdRogueWorkbenchHandleFuncScRsp) + } + "CmdSyncRogueCommonPendingActionScNotify" => { + Some(Self::CmdSyncRogueCommonPendingActionScNotify) + } + "CmdSyncRogueCommonActionResultScNotify" => { + Some(Self::CmdSyncRogueCommonActionResultScNotify) + } + "CmdBuyRogueShopBuffCsReq" => Some(Self::CmdBuyRogueShopBuffCsReq), + "CmdGetRogueShopBuffInfoCsReq" => Some(Self::CmdGetRogueShopBuffInfoCsReq), + "CmdGetRogueHandbookDataCsReq" => Some(Self::CmdGetRogueHandbookDataCsReq), + "CmdStopRogueAdventureRoomScRsp" => { + Some(Self::CmdStopRogueAdventureRoomScRsp) + } + "CmdRogueWorkbenchSelectFuncCsReq" => { + Some(Self::CmdRogueWorkbenchSelectFuncCsReq) + } + "CmdGetRogueShopMiracleInfoCsReq" => { + Some(Self::CmdGetRogueShopMiracleInfoCsReq) + } + "CmdEnhanceCommonRogueBuffCsReq" => { + Some(Self::CmdEnhanceCommonRogueBuffCsReq) + } + "CmdBuyRogueShopBuffScRsp" => Some(Self::CmdBuyRogueShopBuffScRsp), + "CmdTakeRogueMiracleHandbookRewardCsReq" => { + Some(Self::CmdTakeRogueMiracleHandbookRewardCsReq) + } + "CmdRogueGetGambleInfoCsReq" => Some(Self::CmdRogueGetGambleInfoCsReq), + "CmdGetRogueCollectionCsReq" => Some(Self::CmdGetRogueCollectionCsReq), + "CmdGetRogueCommonDialogueDataScRsp" => { + Some(Self::CmdGetRogueCommonDialogueDataScRsp) + } + "CmdCommonRogueUpdateScNotify" => Some(Self::CmdCommonRogueUpdateScNotify), + "CmdExchangeRogueBuffWithMiracleCsReq" => { + Some(Self::CmdExchangeRogueBuffWithMiracleCsReq) + } + "CmdSetRogueExhibitionCsReq" => Some(Self::CmdSetRogueExhibitionCsReq), + "CmdSelectRogueCommonDialogueOptionScRsp" => { + Some(Self::CmdSelectRogueCommonDialogueOptionScRsp) + } + "CmdGetEnhanceCommonRogueBuffInfoCsReq" => { + Some(Self::CmdGetEnhanceCommonRogueBuffInfoCsReq) + } + "CmdBuyRogueShopMiracleScRsp" => Some(Self::CmdBuyRogueShopMiracleScRsp), + "CmdUpdateRogueAdventureRoomScoreScRsp" => { + Some(Self::CmdUpdateRogueAdventureRoomScoreScRsp) + } + "CmdPrepareRogueAdventureRoomCsReq" => { + Some(Self::CmdPrepareRogueAdventureRoomCsReq) + } + "CmdCommonRogueQueryScRsp" => Some(Self::CmdCommonRogueQueryScRsp), + "CmdGetRogueHandbookDataScRsp" => Some(Self::CmdGetRogueHandbookDataScRsp), + "CmdRogueDoGambleScRsp" => Some(Self::CmdRogueDoGambleScRsp), + "CmdCommonRogueQueryCsReq" => Some(Self::CmdCommonRogueQueryCsReq), + "CmdRogueWorkbenchGetInfoScRsp" => Some(Self::CmdRogueWorkbenchGetInfoScRsp), + "CmdBuyRogueShopMiracleCsReq" => Some(Self::CmdBuyRogueShopMiracleCsReq), + "CmdSyncRogueCommonDialogueOptionFinishScNotify" => { + Some(Self::CmdSyncRogueCommonDialogueOptionFinishScNotify) + } + "CmdGetRogueExhibitionScRsp" => Some(Self::CmdGetRogueExhibitionScRsp), + "CmdRogueGetGambleInfoScRsp" => Some(Self::CmdRogueGetGambleInfoScRsp), + "CmdGetRogueExhibitionCsReq" => Some(Self::CmdGetRogueExhibitionCsReq), + "CmdSetRogueExhibitionScRsp" => Some(Self::CmdSetRogueExhibitionScRsp), + "CmdEnhanceCommonRogueBuffScRsp" => { + Some(Self::CmdEnhanceCommonRogueBuffScRsp) + } + "CmdRogueWorkbenchSelectFuncScRsp" => { + Some(Self::CmdRogueWorkbenchSelectFuncScRsp) + } + "CmdGetRogueAdventureRoomInfoScRsp" => { + Some(Self::CmdGetRogueAdventureRoomInfoScRsp) + } + "CmdExchangeRogueBuffWithMiracleScRsp" => { + Some(Self::CmdExchangeRogueBuffWithMiracleScRsp) + } + "CmdGetRogueAdventureRoomInfoCsReq" => { + Some(Self::CmdGetRogueAdventureRoomInfoCsReq) + } + "CmdRogueWorkbenchGetInfoCsReq" => Some(Self::CmdRogueWorkbenchGetInfoCsReq), + "CmdSelectRogueCommonDialogueOptionCsReq" => { + Some(Self::CmdSelectRogueCommonDialogueOptionCsReq) + } + "CmdStopRogueAdventureRoomCsReq" => { + Some(Self::CmdStopRogueAdventureRoomCsReq) + } + "CmdCommonRogueComponentUpdateScNotify" => { + Some(Self::CmdCommonRogueComponentUpdateScNotify) + } + "CmdTakeRogueEventHandbookRewardCsReq" => { + Some(Self::CmdTakeRogueEventHandbookRewardCsReq) + } + "CmdGetEnhanceCommonRogueBuffInfoScRsp" => { + Some(Self::CmdGetEnhanceCommonRogueBuffInfoScRsp) + } + "CmdRogueWorkbenchHandleFuncCsReq" => { + Some(Self::CmdRogueWorkbenchHandleFuncCsReq) + } + "CmdFinishRogueCommonDialogueCsReq" => { + Some(Self::CmdFinishRogueCommonDialogueCsReq) + } + "CmdUpdateRogueAdventureRoomScoreCsReq" => { + Some(Self::CmdUpdateRogueAdventureRoomScoreCsReq) + } + "CmdHandleRogueCommonPendingActionScRsp" => { + Some(Self::CmdHandleRogueCommonPendingActionScRsp) + } + "CmdGetRogueShopMiracleInfoScRsp" => { + Some(Self::CmdGetRogueShopMiracleInfoScRsp) + } + "CmdFinishRogueCommonDialogueScRsp" => { + Some(Self::CmdFinishRogueCommonDialogueScRsp) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Genbppknkpp { + RogueAdventureRoomStatusNone = 0, + RogueAdventureRoomStatusPrepare = 1, + RogueAdventureRoomStatusStarted = 2, + RogueAdventureRoomStatusStopped = 3, +} +impl Genbppknkpp { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Genbppknkpp::RogueAdventureRoomStatusNone => { + "ROGUE_ADVENTURE_ROOM_STATUS_NONE" + } + Genbppknkpp::RogueAdventureRoomStatusPrepare => { + "ROGUE_ADVENTURE_ROOM_STATUS_PREPARE" + } + Genbppknkpp::RogueAdventureRoomStatusStarted => { + "ROGUE_ADVENTURE_ROOM_STATUS_STARTED" + } + Genbppknkpp::RogueAdventureRoomStatusStopped => { + "ROGUE_ADVENTURE_ROOM_STATUS_STOPPED" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_ADVENTURE_ROOM_STATUS_NONE" => { + Some(Self::RogueAdventureRoomStatusNone) + } + "ROGUE_ADVENTURE_ROOM_STATUS_PREPARE" => { + Some(Self::RogueAdventureRoomStatusPrepare) + } + "ROGUE_ADVENTURE_ROOM_STATUS_STARTED" => { + Some(Self::RogueAdventureRoomStatusStarted) + } + "ROGUE_ADVENTURE_ROOM_STATUS_STOPPED" => { + Some(Self::RogueAdventureRoomStatusStopped) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Gebiogifkka { + RogueCommonBuffSelectSourceTypeNone = 0, + RogueCommonBuffSelectSourceTypeDiceRoll = 1, + RogueCommonBuffSelectSourceTypeAeon = 2, + RogueCommonBuffSelectSourceTypeBoardEvent = 3, + RogueCommonBuffSelectSourceTypeLevelMechanism = 4, +} +impl Gebiogifkka { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Gebiogifkka::RogueCommonBuffSelectSourceTypeNone => { + "ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_NONE" + } + Gebiogifkka::RogueCommonBuffSelectSourceTypeDiceRoll => { + "ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_DICE_ROLL" + } + Gebiogifkka::RogueCommonBuffSelectSourceTypeAeon => { + "ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_AEON" + } + Gebiogifkka::RogueCommonBuffSelectSourceTypeBoardEvent => { + "ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_BOARD_EVENT" + } + Gebiogifkka::RogueCommonBuffSelectSourceTypeLevelMechanism => { + "ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_LEVEL_MECHANISM" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_NONE" => { + Some(Self::RogueCommonBuffSelectSourceTypeNone) + } + "ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_DICE_ROLL" => { + Some(Self::RogueCommonBuffSelectSourceTypeDiceRoll) + } + "ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_AEON" => { + Some(Self::RogueCommonBuffSelectSourceTypeAeon) + } + "ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_BOARD_EVENT" => { + Some(Self::RogueCommonBuffSelectSourceTypeBoardEvent) + } + "ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_LEVEL_MECHANISM" => { + Some(Self::RogueCommonBuffSelectSourceTypeLevelMechanism) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Fbhadiccalj { + RogueUnlockFunctionTypeMiracle = 0, + RogueUnlockFunctionTypeShowHint = 1, + RogueUnlockFunctionTypeCosmosBanAeon = 2, + RogueUnlockFuntionTypeExhibition = 3, + RogueUnlockFuntionTypeCollection = 4, +} +impl Fbhadiccalj { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Fbhadiccalj::RogueUnlockFunctionTypeMiracle => { + "ROGUE_UNLOCK_FUNCTION_TYPE_MIRACLE" + } + Fbhadiccalj::RogueUnlockFunctionTypeShowHint => { + "ROGUE_UNLOCK_FUNCTION_TYPE_SHOW_HINT" + } + Fbhadiccalj::RogueUnlockFunctionTypeCosmosBanAeon => { + "ROGUE_UNLOCK_FUNCTION_TYPE_COSMOS_BAN_AEON" + } + Fbhadiccalj::RogueUnlockFuntionTypeExhibition => { + "ROGUE_UNLOCK_FUNTION_TYPE_EXHIBITION" + } + Fbhadiccalj::RogueUnlockFuntionTypeCollection => { + "ROGUE_UNLOCK_FUNTION_TYPE_COLLECTION" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_UNLOCK_FUNCTION_TYPE_MIRACLE" => { + Some(Self::RogueUnlockFunctionTypeMiracle) + } + "ROGUE_UNLOCK_FUNCTION_TYPE_SHOW_HINT" => { + Some(Self::RogueUnlockFunctionTypeShowHint) + } + "ROGUE_UNLOCK_FUNCTION_TYPE_COSMOS_BAN_AEON" => { + Some(Self::RogueUnlockFunctionTypeCosmosBanAeon) + } + "ROGUE_UNLOCK_FUNTION_TYPE_EXHIBITION" => { + Some(Self::RogueUnlockFuntionTypeExhibition) + } + "ROGUE_UNLOCK_FUNTION_TYPE_COLLECTION" => { + Some(Self::RogueUnlockFuntionTypeCollection) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Ekmlgefdaca { + RogueCommonMiracleSelectSourceTypeNone = 0, + RogueCommonMiracleSelectSourceTypeDiceRoll = 1, + RogueCommonMiracleSelectSourceTypeAeon = 2, + RogueCommonMiracleSelectSourceTypeBoardEvent = 3, + RogueCommonMiracleSelectSourceTypeLevelMechanism = 4, +} +impl Ekmlgefdaca { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Ekmlgefdaca::RogueCommonMiracleSelectSourceTypeNone => { + "ROGUE_COMMON_MIRACLE_SELECT_SOURCE_TYPE_NONE" + } + Ekmlgefdaca::RogueCommonMiracleSelectSourceTypeDiceRoll => { + "ROGUE_COMMON_MIRACLE_SELECT_SOURCE_TYPE_DICE_ROLL" + } + Ekmlgefdaca::RogueCommonMiracleSelectSourceTypeAeon => { + "ROGUE_COMMON_MIRACLE_SELECT_SOURCE_TYPE_AEON" + } + Ekmlgefdaca::RogueCommonMiracleSelectSourceTypeBoardEvent => { + "ROGUE_COMMON_MIRACLE_SELECT_SOURCE_TYPE_BOARD_EVENT" + } + Ekmlgefdaca::RogueCommonMiracleSelectSourceTypeLevelMechanism => { + "ROGUE_COMMON_MIRACLE_SELECT_SOURCE_TYPE_LEVEL_MECHANISM" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_COMMON_MIRACLE_SELECT_SOURCE_TYPE_NONE" => { + Some(Self::RogueCommonMiracleSelectSourceTypeNone) + } + "ROGUE_COMMON_MIRACLE_SELECT_SOURCE_TYPE_DICE_ROLL" => { + Some(Self::RogueCommonMiracleSelectSourceTypeDiceRoll) + } + "ROGUE_COMMON_MIRACLE_SELECT_SOURCE_TYPE_AEON" => { + Some(Self::RogueCommonMiracleSelectSourceTypeAeon) + } + "ROGUE_COMMON_MIRACLE_SELECT_SOURCE_TYPE_BOARD_EVENT" => { + Some(Self::RogueCommonMiracleSelectSourceTypeBoardEvent) + } + "ROGUE_COMMON_MIRACLE_SELECT_SOURCE_TYPE_LEVEL_MECHANISM" => { + Some(Self::RogueCommonMiracleSelectSourceTypeLevelMechanism) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Gjgekmjjegd { + RogueCommonBuffDisplayTypeNone = 0, + RogueCommonBuffDisplayTypeAdd = 1, + RogueCommonBuffDisplayTypeRemove = 2, +} +impl Gjgekmjjegd { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Gjgekmjjegd::RogueCommonBuffDisplayTypeNone => { + "ROGUE_COMMON_BUFF_DISPLAY_TYPE_NONE" + } + Gjgekmjjegd::RogueCommonBuffDisplayTypeAdd => { + "ROGUE_COMMON_BUFF_DISPLAY_TYPE_ADD" + } + Gjgekmjjegd::RogueCommonBuffDisplayTypeRemove => { + "ROGUE_COMMON_BUFF_DISPLAY_TYPE_REMOVE" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_COMMON_BUFF_DISPLAY_TYPE_NONE" => { + Some(Self::RogueCommonBuffDisplayTypeNone) + } + "ROGUE_COMMON_BUFF_DISPLAY_TYPE_ADD" => { + Some(Self::RogueCommonBuffDisplayTypeAdd) + } + "ROGUE_COMMON_BUFF_DISPLAY_TYPE_REMOVE" => { + Some(Self::RogueCommonBuffDisplayTypeRemove) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Akobpaafjgb { + RogueCommonMiracleDisplayTypeNone = 0, + RogueCommonMiracleDisplayTypeAdd = 1, + RogueCommonMiracleDisplayTypeRemove = 2, + RogueCommonMiracleDisplayTypeRepair = 3, +} +impl Akobpaafjgb { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Akobpaafjgb::RogueCommonMiracleDisplayTypeNone => { + "ROGUE_COMMON_MIRACLE_DISPLAY_TYPE_NONE" + } + Akobpaafjgb::RogueCommonMiracleDisplayTypeAdd => { + "ROGUE_COMMON_MIRACLE_DISPLAY_TYPE_ADD" + } + Akobpaafjgb::RogueCommonMiracleDisplayTypeRemove => { + "ROGUE_COMMON_MIRACLE_DISPLAY_TYPE_REMOVE" + } + Akobpaafjgb::RogueCommonMiracleDisplayTypeRepair => { + "ROGUE_COMMON_MIRACLE_DISPLAY_TYPE_REPAIR" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_COMMON_MIRACLE_DISPLAY_TYPE_NONE" => { + Some(Self::RogueCommonMiracleDisplayTypeNone) + } + "ROGUE_COMMON_MIRACLE_DISPLAY_TYPE_ADD" => { + Some(Self::RogueCommonMiracleDisplayTypeAdd) + } + "ROGUE_COMMON_MIRACLE_DISPLAY_TYPE_REMOVE" => { + Some(Self::RogueCommonMiracleDisplayTypeRemove) + } + "ROGUE_COMMON_MIRACLE_DISPLAY_TYPE_REPAIR" => { + Some(Self::RogueCommonMiracleDisplayTypeRepair) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Cibclfoodjb { + RogueCommonItemDisplayTypeNone = 0, + RogueCommonItemDisplayTypeAdd = 1, + RogueCommonItemDisplayTypeRemove = 2, +} +impl Cibclfoodjb { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Cibclfoodjb::RogueCommonItemDisplayTypeNone => { + "ROGUE_COMMON_ITEM_DISPLAY_TYPE_NONE" + } + Cibclfoodjb::RogueCommonItemDisplayTypeAdd => { + "ROGUE_COMMON_ITEM_DISPLAY_TYPE_ADD" + } + Cibclfoodjb::RogueCommonItemDisplayTypeRemove => { + "ROGUE_COMMON_ITEM_DISPLAY_TYPE_REMOVE" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_COMMON_ITEM_DISPLAY_TYPE_NONE" => { + Some(Self::RogueCommonItemDisplayTypeNone) + } + "ROGUE_COMMON_ITEM_DISPLAY_TYPE_ADD" => { + Some(Self::RogueCommonItemDisplayTypeAdd) + } + "ROGUE_COMMON_ITEM_DISPLAY_TYPE_REMOVE" => { + Some(Self::RogueCommonItemDisplayTypeRemove) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum RogueCommonActionResultDisplayType { + None = 0, + Single = 1, + Multi = 2, +} +impl RogueCommonActionResultDisplayType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + RogueCommonActionResultDisplayType::None => { + "ROGUE_COMMON_ACTION_RESULT_DISPLAY_TYPE_NONE" + } + RogueCommonActionResultDisplayType::Single => { + "ROGUE_COMMON_ACTION_RESULT_DISPLAY_TYPE_SINGLE" + } + RogueCommonActionResultDisplayType::Multi => { + "ROGUE_COMMON_ACTION_RESULT_DISPLAY_TYPE_MULTI" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_COMMON_ACTION_RESULT_DISPLAY_TYPE_NONE" => Some(Self::None), + "ROGUE_COMMON_ACTION_RESULT_DISPLAY_TYPE_SINGLE" => Some(Self::Single), + "ROGUE_COMMON_ACTION_RESULT_DISPLAY_TYPE_MULTI" => Some(Self::Multi), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum RogueBuffSource { + RogueCommonActionResultSourceTypeNone = 0, + RogueCommonActionResultSourceTypeSelect = 1, + RogueCommonActionResultSourceTypeEnhance = 2, + RogueCommonActionResultSourceTypeMiracle = 3, + RogueCommonActionResultSourceTypeDialogue = 4, + RogueCommonActionResultSourceTypeBonus = 5, + RogueCommonActionResultSourceTypeShop = 6, + RogueCommonActionResultSourceTypeDice = 7, + RogueCommonActionResultSourceTypeAeon = 8, + RogueCommonActionResultSourceTypeBoardEvent = 9, + RogueCommonActionResultSourceTypeMazeSkill = 10, + RogueCommonActionResultSourceTypeLevelMechanism = 11, + RogueCommonActionResultSourceTypeBuff = 12, + RogueCommonActionResultSourceTypeReforge = 13, + RogueCommonActionResultSourceTypeMagicUnitCompose = 14, + RogueCommonActionResultSourceTypeMagicUnitReforge = 15, +} +impl RogueBuffSource { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + RogueBuffSource::RogueCommonActionResultSourceTypeNone => { + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_NONE" + } + RogueBuffSource::RogueCommonActionResultSourceTypeSelect => { + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_SELECT" + } + RogueBuffSource::RogueCommonActionResultSourceTypeEnhance => { + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_ENHANCE" + } + RogueBuffSource::RogueCommonActionResultSourceTypeMiracle => { + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_MIRACLE" + } + RogueBuffSource::RogueCommonActionResultSourceTypeDialogue => { + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_DIALOGUE" + } + RogueBuffSource::RogueCommonActionResultSourceTypeBonus => { + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_BONUS" + } + RogueBuffSource::RogueCommonActionResultSourceTypeShop => { + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_SHOP" + } + RogueBuffSource::RogueCommonActionResultSourceTypeDice => { + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_DICE" + } + RogueBuffSource::RogueCommonActionResultSourceTypeAeon => { + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_AEON" + } + RogueBuffSource::RogueCommonActionResultSourceTypeBoardEvent => { + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_BOARD_EVENT" + } + RogueBuffSource::RogueCommonActionResultSourceTypeMazeSkill => { + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_MAZE_SKILL" + } + RogueBuffSource::RogueCommonActionResultSourceTypeLevelMechanism => { + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_LEVEL_MECHANISM" + } + RogueBuffSource::RogueCommonActionResultSourceTypeBuff => { + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_BUFF" + } + RogueBuffSource::RogueCommonActionResultSourceTypeReforge => { + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_REFORGE" + } + RogueBuffSource::RogueCommonActionResultSourceTypeMagicUnitCompose => { + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_MAGIC_UNIT_COMPOSE" + } + RogueBuffSource::RogueCommonActionResultSourceTypeMagicUnitReforge => { + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_MAGIC_UNIT_REFORGE" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_NONE" => { + Some(Self::RogueCommonActionResultSourceTypeNone) + } + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_SELECT" => { + Some(Self::RogueCommonActionResultSourceTypeSelect) + } + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_ENHANCE" => { + Some(Self::RogueCommonActionResultSourceTypeEnhance) + } + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_MIRACLE" => { + Some(Self::RogueCommonActionResultSourceTypeMiracle) + } + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_DIALOGUE" => { + Some(Self::RogueCommonActionResultSourceTypeDialogue) + } + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_BONUS" => { + Some(Self::RogueCommonActionResultSourceTypeBonus) + } + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_SHOP" => { + Some(Self::RogueCommonActionResultSourceTypeShop) + } + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_DICE" => { + Some(Self::RogueCommonActionResultSourceTypeDice) + } + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_AEON" => { + Some(Self::RogueCommonActionResultSourceTypeAeon) + } + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_BOARD_EVENT" => { + Some(Self::RogueCommonActionResultSourceTypeBoardEvent) + } + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_MAZE_SKILL" => { + Some(Self::RogueCommonActionResultSourceTypeMazeSkill) + } + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_LEVEL_MECHANISM" => { + Some(Self::RogueCommonActionResultSourceTypeLevelMechanism) + } + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_BUFF" => { + Some(Self::RogueCommonActionResultSourceTypeBuff) + } + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_REFORGE" => { + Some(Self::RogueCommonActionResultSourceTypeReforge) + } + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_MAGIC_UNIT_COMPOSE" => { + Some(Self::RogueCommonActionResultSourceTypeMagicUnitCompose) + } + "ROGUE_COMMON_ACTION_RESULT_SOURCE_TYPE_MAGIC_UNIT_REFORGE" => { + Some(Self::RogueCommonActionResultSourceTypeMagicUnitReforge) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum RogueTalentStatus { + Lock = 0, + Unlock = 1, + Enable = 2, +} +impl RogueTalentStatus { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + RogueTalentStatus::Lock => "ROGUE_TALENT_STATUS_LOCK", + RogueTalentStatus::Unlock => "ROGUE_TALENT_STATUS_UNLOCK", + RogueTalentStatus::Enable => "ROGUE_TALENT_STATUS_ENABLE", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_TALENT_STATUS_LOCK" => Some(Self::Lock), + "ROGUE_TALENT_STATUS_UNLOCK" => Some(Self::Unlock), + "ROGUE_TALENT_STATUS_ENABLE" => Some(Self::Enable), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Pcpolnffhed { + RogueCollectionOperateNone = 0, + RogueCollectionOperateSet = 1, + RogueCollectionOperateUnset = 2, +} +impl Pcpolnffhed { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Pcpolnffhed::RogueCollectionOperateNone => "ROGUE_COLLECTION_OPERATE_NONE", + Pcpolnffhed::RogueCollectionOperateSet => "ROGUE_COLLECTION_OPERATE_SET", + Pcpolnffhed::RogueCollectionOperateUnset => "ROGUE_COLLECTION_OPERATE_UNSET", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_COLLECTION_OPERATE_NONE" => Some(Self::RogueCollectionOperateNone), + "ROGUE_COLLECTION_OPERATE_SET" => Some(Self::RogueCollectionOperateSet), + "ROGUE_COLLECTION_OPERATE_UNSET" => Some(Self::RogueCollectionOperateUnset), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Flkhdjjiafk { + RogueBoothNone = 0, + RogueBoothEmpty = 1, + RogueBoothDisplay = 2, +} +impl Flkhdjjiafk { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Flkhdjjiafk::RogueBoothNone => "ROGUE_BOOTH_NONE", + Flkhdjjiafk::RogueBoothEmpty => "ROGUE_BOOTH_EMPTY", + Flkhdjjiafk::RogueBoothDisplay => "ROGUE_BOOTH_DISPLAY", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_BOOTH_NONE" => Some(Self::RogueBoothNone), + "ROGUE_BOOTH_EMPTY" => Some(Self::RogueBoothEmpty), + "ROGUE_BOOTH_DISPLAY" => Some(Self::RogueBoothDisplay), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Lbaooajplmj { + RogueCollectionNone = 0, + RogueCollectionUnlocked = 1, + RogueCollectionDisplay = 2, +} +impl Lbaooajplmj { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Lbaooajplmj::RogueCollectionNone => "ROGUE_COLLECTION_NONE", + Lbaooajplmj::RogueCollectionUnlocked => "ROGUE_COLLECTION_UNLOCKED", + Lbaooajplmj::RogueCollectionDisplay => "ROGUE_COLLECTION_DISPLAY", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_COLLECTION_NONE" => Some(Self::RogueCollectionNone), + "ROGUE_COLLECTION_UNLOCKED" => Some(Self::RogueCollectionUnlocked), + "ROGUE_COLLECTION_DISPLAY" => Some(Self::RogueCollectionDisplay), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Anjaolamece { + RogueExhibitionNone = 0, + RogueExhibitionUnlocked = 1, + RogueExhibitionDisplay = 2, +} +impl Anjaolamece { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Anjaolamece::RogueExhibitionNone => "ROGUE_EXHIBITION_NONE", + Anjaolamece::RogueExhibitionUnlocked => "ROGUE_EXHIBITION_UNLOCKED", + Anjaolamece::RogueExhibitionDisplay => "ROGUE_EXHIBITION_DISPLAY", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_EXHIBITION_NONE" => Some(Self::RogueExhibitionNone), + "ROGUE_EXHIBITION_UNLOCKED" => Some(Self::RogueExhibitionUnlocked), + "ROGUE_EXHIBITION_DISPLAY" => Some(Self::RogueExhibitionDisplay), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Klgilfnfkeo { + RogueDebugMessageTypeNone = 0, + RogueDebugMessageTypeDebug = 1, + RogueDebugMessageTypeInfo = 2, + RogueDebugMessageTypeWarn = 3, + RogueDebugMessageTypeError = 4, +} +impl Klgilfnfkeo { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Klgilfnfkeo::RogueDebugMessageTypeNone => "ROGUE_DEBUG_MESSAGE_TYPE_NONE", + Klgilfnfkeo::RogueDebugMessageTypeDebug => "ROGUE_DEBUG_MESSAGE_TYPE_DEBUG", + Klgilfnfkeo::RogueDebugMessageTypeInfo => "ROGUE_DEBUG_MESSAGE_TYPE_INFO", + Klgilfnfkeo::RogueDebugMessageTypeWarn => "ROGUE_DEBUG_MESSAGE_TYPE_WARN", + Klgilfnfkeo::RogueDebugMessageTypeError => "ROGUE_DEBUG_MESSAGE_TYPE_ERROR", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_DEBUG_MESSAGE_TYPE_NONE" => Some(Self::RogueDebugMessageTypeNone), + "ROGUE_DEBUG_MESSAGE_TYPE_DEBUG" => Some(Self::RogueDebugMessageTypeDebug), + "ROGUE_DEBUG_MESSAGE_TYPE_INFO" => Some(Self::RogueDebugMessageTypeInfo), + "ROGUE_DEBUG_MESSAGE_TYPE_WARN" => Some(Self::RogueDebugMessageTypeWarn), + "ROGUE_DEBUG_MESSAGE_TYPE_ERROR" => Some(Self::RogueDebugMessageTypeError), + _ => None, + } + } +} +/// Obf: BHJEHCEKHCG +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdRogueEndless { + None = 0, + CmdGetRogueEndlessActivityDataScRsp = 6008, + ActivityBattleEndScNotify = 6010, + CmdEnterRogueEndlessActivityStageCsReq = 6007, + CmdTakeRogueEndlessActivityAllBonusRewardScRsp = 6009, + CmdTakeRogueEndlessActivityPointRewardCsReq = 6004, + CmdTakeRogueEndlessActivityAllBonusRewardCsReq = 6006, + CmdGetRogueEndlessActivityDataCsReq = 6002, + CmdTakeRogueEndlessActivityPointRewardScRsp = 6005, + CmdEnterRogueEndlessActivityStageScRsp = 6003, +} +impl CmdRogueEndless { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdRogueEndless::None => "CmdRogueEndlessNone", + CmdRogueEndless::CmdGetRogueEndlessActivityDataScRsp => { + "CmdGetRogueEndlessActivityDataScRsp" + } + CmdRogueEndless::ActivityBattleEndScNotify => { + "CmdRogueEndlessActivityBattleEndScNotify" + } + CmdRogueEndless::CmdEnterRogueEndlessActivityStageCsReq => { + "CmdEnterRogueEndlessActivityStageCsReq" + } + CmdRogueEndless::CmdTakeRogueEndlessActivityAllBonusRewardScRsp => { + "CmdTakeRogueEndlessActivityAllBonusRewardScRsp" + } + CmdRogueEndless::CmdTakeRogueEndlessActivityPointRewardCsReq => { + "CmdTakeRogueEndlessActivityPointRewardCsReq" + } + CmdRogueEndless::CmdTakeRogueEndlessActivityAllBonusRewardCsReq => { + "CmdTakeRogueEndlessActivityAllBonusRewardCsReq" + } + CmdRogueEndless::CmdGetRogueEndlessActivityDataCsReq => { + "CmdGetRogueEndlessActivityDataCsReq" + } + CmdRogueEndless::CmdTakeRogueEndlessActivityPointRewardScRsp => { + "CmdTakeRogueEndlessActivityPointRewardScRsp" + } + CmdRogueEndless::CmdEnterRogueEndlessActivityStageScRsp => { + "CmdEnterRogueEndlessActivityStageScRsp" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdRogueEndlessNone" => Some(Self::None), + "CmdGetRogueEndlessActivityDataScRsp" => { + Some(Self::CmdGetRogueEndlessActivityDataScRsp) + } + "CmdRogueEndlessActivityBattleEndScNotify" => { + Some(Self::ActivityBattleEndScNotify) + } + "CmdEnterRogueEndlessActivityStageCsReq" => { + Some(Self::CmdEnterRogueEndlessActivityStageCsReq) + } + "CmdTakeRogueEndlessActivityAllBonusRewardScRsp" => { + Some(Self::CmdTakeRogueEndlessActivityAllBonusRewardScRsp) + } + "CmdTakeRogueEndlessActivityPointRewardCsReq" => { + Some(Self::CmdTakeRogueEndlessActivityPointRewardCsReq) + } + "CmdTakeRogueEndlessActivityAllBonusRewardCsReq" => { + Some(Self::CmdTakeRogueEndlessActivityAllBonusRewardCsReq) + } + "CmdGetRogueEndlessActivityDataCsReq" => { + Some(Self::CmdGetRogueEndlessActivityDataCsReq) + } + "CmdTakeRogueEndlessActivityPointRewardScRsp" => { + Some(Self::CmdTakeRogueEndlessActivityPointRewardScRsp) + } + "CmdEnterRogueEndlessActivityStageScRsp" => { + Some(Self::CmdEnterRogueEndlessActivityStageScRsp) + } + _ => None, + } + } +} +/// Obf: EDAPADPNELO +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdRogueMagic { + None = 0, + BattleFailSettleInfoScNotify = 7720, + SettleCsReq = 7733, + QueryScRsp = 7752, + EnterRoomCsReq = 7728, + EnableTalentScRsp = 7755, + LeaveScRsp = 7777, + ScepterTakeOffUnitScRsp = 7706, + EnableTalentCsReq = 7763, + ReviveCostUpdateScNotify = 7750, + StartCsReq = 7798, + GetTalentInfoCsReq = 7788, + UnitReforgeScRsp = 7714, + QueryCsReq = 7760, + ScepterDressInUnitScRsp = 7800, + SettleScRsp = 7712, + LevelInfoUpdateScNotify = 7789, + ReviveAvatarCsReq = 7731, + EnterLayerCsReq = 7778, + UnitReforgeCsReq = 7716, + StartScRsp = 7771, + EnterLayerScRsp = 7756, + ScepterDressInUnitCsReq = 7710, + StoryInfoUpdateScNotify = 7719, + AutoDressInMagicUnitChangeScNotify = 7792, + GetTalentInfoScRsp = 7793, + AutoDressInUnitScRsp = 7715, + ReviveAvatarScRsp = 7704, + GetMiscRealTimeDataScRsp = 7757, + ScepterTakeOffUnitCsReq = 7762, + UnitComposeCsReq = 7723, + GetMiscRealTimeDataCsReq = 7765, + EnterCsReq = 7783, + EnterRoomScRsp = 7738, + AutoDressInUnitCsReq = 7725, + SetAutoDressInMagicUnitCsReq = 7736, + EnterScRsp = 7742, + AreaUpdateScNotify = 7722, + SetAutoDressInMagicUnitScRsp = 7702, + LeaveCsReq = 7779, + UnitComposeScRsp = 7785, +} +impl CmdRogueMagic { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdRogueMagic::None => "CmdRogueMagicNone", + CmdRogueMagic::BattleFailSettleInfoScNotify => { + "CmdRogueMagicBattleFailSettleInfoScNotify" + } + CmdRogueMagic::SettleCsReq => "CmdRogueMagicSettleCsReq", + CmdRogueMagic::QueryScRsp => "CmdRogueMagicQueryScRsp", + CmdRogueMagic::EnterRoomCsReq => "CmdRogueMagicEnterRoomCsReq", + CmdRogueMagic::EnableTalentScRsp => "CmdRogueMagicEnableTalentScRsp", + CmdRogueMagic::LeaveScRsp => "CmdRogueMagicLeaveScRsp", + CmdRogueMagic::ScepterTakeOffUnitScRsp => { + "CmdRogueMagicScepterTakeOffUnitScRsp" + } + CmdRogueMagic::EnableTalentCsReq => "CmdRogueMagicEnableTalentCsReq", + CmdRogueMagic::ReviveCostUpdateScNotify => { + "CmdRogueMagicReviveCostUpdateScNotify" + } + CmdRogueMagic::StartCsReq => "CmdRogueMagicStartCsReq", + CmdRogueMagic::GetTalentInfoCsReq => "CmdRogueMagicGetTalentInfoCsReq", + CmdRogueMagic::UnitReforgeScRsp => "CmdRogueMagicUnitReforgeScRsp", + CmdRogueMagic::QueryCsReq => "CmdRogueMagicQueryCsReq", + CmdRogueMagic::ScepterDressInUnitScRsp => { + "CmdRogueMagicScepterDressInUnitScRsp" + } + CmdRogueMagic::SettleScRsp => "CmdRogueMagicSettleScRsp", + CmdRogueMagic::LevelInfoUpdateScNotify => { + "CmdRogueMagicLevelInfoUpdateScNotify" + } + CmdRogueMagic::ReviveAvatarCsReq => "CmdRogueMagicReviveAvatarCsReq", + CmdRogueMagic::EnterLayerCsReq => "CmdRogueMagicEnterLayerCsReq", + CmdRogueMagic::UnitReforgeCsReq => "CmdRogueMagicUnitReforgeCsReq", + CmdRogueMagic::StartScRsp => "CmdRogueMagicStartScRsp", + CmdRogueMagic::EnterLayerScRsp => "CmdRogueMagicEnterLayerScRsp", + CmdRogueMagic::ScepterDressInUnitCsReq => { + "CmdRogueMagicScepterDressInUnitCsReq" + } + CmdRogueMagic::StoryInfoUpdateScNotify => { + "CmdRogueMagicStoryInfoUpdateScNotify" + } + CmdRogueMagic::AutoDressInMagicUnitChangeScNotify => { + "CmdRogueMagicAutoDressInMagicUnitChangeScNotify" + } + CmdRogueMagic::GetTalentInfoScRsp => "CmdRogueMagicGetTalentInfoScRsp", + CmdRogueMagic::AutoDressInUnitScRsp => "CmdRogueMagicAutoDressInUnitScRsp", + CmdRogueMagic::ReviveAvatarScRsp => "CmdRogueMagicReviveAvatarScRsp", + CmdRogueMagic::GetMiscRealTimeDataScRsp => { + "CmdRogueMagicGetMiscRealTimeDataScRsp" + } + CmdRogueMagic::ScepterTakeOffUnitCsReq => { + "CmdRogueMagicScepterTakeOffUnitCsReq" + } + CmdRogueMagic::UnitComposeCsReq => "CmdRogueMagicUnitComposeCsReq", + CmdRogueMagic::GetMiscRealTimeDataCsReq => { + "CmdRogueMagicGetMiscRealTimeDataCsReq" + } + CmdRogueMagic::EnterCsReq => "CmdRogueMagicEnterCsReq", + CmdRogueMagic::EnterRoomScRsp => "CmdRogueMagicEnterRoomScRsp", + CmdRogueMagic::AutoDressInUnitCsReq => "CmdRogueMagicAutoDressInUnitCsReq", + CmdRogueMagic::SetAutoDressInMagicUnitCsReq => { + "CmdRogueMagicSetAutoDressInMagicUnitCsReq" + } + CmdRogueMagic::EnterScRsp => "CmdRogueMagicEnterScRsp", + CmdRogueMagic::AreaUpdateScNotify => "CmdRogueMagicAreaUpdateScNotify", + CmdRogueMagic::SetAutoDressInMagicUnitScRsp => { + "CmdRogueMagicSetAutoDressInMagicUnitScRsp" + } + CmdRogueMagic::LeaveCsReq => "CmdRogueMagicLeaveCsReq", + CmdRogueMagic::UnitComposeScRsp => "CmdRogueMagicUnitComposeScRsp", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdRogueMagicNone" => Some(Self::None), + "CmdRogueMagicBattleFailSettleInfoScNotify" => { + Some(Self::BattleFailSettleInfoScNotify) + } + "CmdRogueMagicSettleCsReq" => Some(Self::SettleCsReq), + "CmdRogueMagicQueryScRsp" => Some(Self::QueryScRsp), + "CmdRogueMagicEnterRoomCsReq" => Some(Self::EnterRoomCsReq), + "CmdRogueMagicEnableTalentScRsp" => Some(Self::EnableTalentScRsp), + "CmdRogueMagicLeaveScRsp" => Some(Self::LeaveScRsp), + "CmdRogueMagicScepterTakeOffUnitScRsp" => Some(Self::ScepterTakeOffUnitScRsp), + "CmdRogueMagicEnableTalentCsReq" => Some(Self::EnableTalentCsReq), + "CmdRogueMagicReviveCostUpdateScNotify" => { + Some(Self::ReviveCostUpdateScNotify) + } + "CmdRogueMagicStartCsReq" => Some(Self::StartCsReq), + "CmdRogueMagicGetTalentInfoCsReq" => Some(Self::GetTalentInfoCsReq), + "CmdRogueMagicUnitReforgeScRsp" => Some(Self::UnitReforgeScRsp), + "CmdRogueMagicQueryCsReq" => Some(Self::QueryCsReq), + "CmdRogueMagicScepterDressInUnitScRsp" => Some(Self::ScepterDressInUnitScRsp), + "CmdRogueMagicSettleScRsp" => Some(Self::SettleScRsp), + "CmdRogueMagicLevelInfoUpdateScNotify" => Some(Self::LevelInfoUpdateScNotify), + "CmdRogueMagicReviveAvatarCsReq" => Some(Self::ReviveAvatarCsReq), + "CmdRogueMagicEnterLayerCsReq" => Some(Self::EnterLayerCsReq), + "CmdRogueMagicUnitReforgeCsReq" => Some(Self::UnitReforgeCsReq), + "CmdRogueMagicStartScRsp" => Some(Self::StartScRsp), + "CmdRogueMagicEnterLayerScRsp" => Some(Self::EnterLayerScRsp), + "CmdRogueMagicScepterDressInUnitCsReq" => Some(Self::ScepterDressInUnitCsReq), + "CmdRogueMagicStoryInfoUpdateScNotify" => Some(Self::StoryInfoUpdateScNotify), + "CmdRogueMagicAutoDressInMagicUnitChangeScNotify" => { + Some(Self::AutoDressInMagicUnitChangeScNotify) + } + "CmdRogueMagicGetTalentInfoScRsp" => Some(Self::GetTalentInfoScRsp), + "CmdRogueMagicAutoDressInUnitScRsp" => Some(Self::AutoDressInUnitScRsp), + "CmdRogueMagicReviveAvatarScRsp" => Some(Self::ReviveAvatarScRsp), + "CmdRogueMagicGetMiscRealTimeDataScRsp" => { + Some(Self::GetMiscRealTimeDataScRsp) + } + "CmdRogueMagicScepterTakeOffUnitCsReq" => Some(Self::ScepterTakeOffUnitCsReq), + "CmdRogueMagicUnitComposeCsReq" => Some(Self::UnitComposeCsReq), + "CmdRogueMagicGetMiscRealTimeDataCsReq" => { + Some(Self::GetMiscRealTimeDataCsReq) + } + "CmdRogueMagicEnterCsReq" => Some(Self::EnterCsReq), + "CmdRogueMagicEnterRoomScRsp" => Some(Self::EnterRoomScRsp), + "CmdRogueMagicAutoDressInUnitCsReq" => Some(Self::AutoDressInUnitCsReq), + "CmdRogueMagicSetAutoDressInMagicUnitCsReq" => { + Some(Self::SetAutoDressInMagicUnitCsReq) + } + "CmdRogueMagicEnterScRsp" => Some(Self::EnterScRsp), + "CmdRogueMagicAreaUpdateScNotify" => Some(Self::AreaUpdateScNotify), + "CmdRogueMagicSetAutoDressInMagicUnitScRsp" => { + Some(Self::SetAutoDressInMagicUnitScRsp) + } + "CmdRogueMagicLeaveCsReq" => Some(Self::LeaveCsReq), + "CmdRogueMagicUnitComposeScRsp" => Some(Self::UnitComposeScRsp), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum RogueMagicLevelStatus { + None = 0, + Processing = 1, + Finished = 2, + Settled = 3, +} +impl RogueMagicLevelStatus { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + RogueMagicLevelStatus::None => "ROGUE_MAGIC_LEVEL_STATUS_NONE", + RogueMagicLevelStatus::Processing => "ROGUE_MAGIC_LEVEL_STATUS_PROCESSING", + RogueMagicLevelStatus::Finished => "ROGUE_MAGIC_LEVEL_STATUS_FINISHED", + RogueMagicLevelStatus::Settled => "ROGUE_MAGIC_LEVEL_STATUS_SETTLED", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_MAGIC_LEVEL_STATUS_NONE" => Some(Self::None), + "ROGUE_MAGIC_LEVEL_STATUS_PROCESSING" => Some(Self::Processing), + "ROGUE_MAGIC_LEVEL_STATUS_FINISHED" => Some(Self::Finished), + "ROGUE_MAGIC_LEVEL_STATUS_SETTLED" => Some(Self::Settled), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum RogueMagicLayerStatus { + None = 0, + Processing = 1, + Finish = 2, +} +impl RogueMagicLayerStatus { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + RogueMagicLayerStatus::None => "ROGUE_MAGIC_LAYER_STATUS_NONE", + RogueMagicLayerStatus::Processing => "ROGUE_MAGIC_LAYER_STATUS_PROCESSING", + RogueMagicLayerStatus::Finish => "ROGUE_MAGIC_LAYER_STATUS_FINISH", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_MAGIC_LAYER_STATUS_NONE" => Some(Self::None), + "ROGUE_MAGIC_LAYER_STATUS_PROCESSING" => Some(Self::Processing), + "ROGUE_MAGIC_LAYER_STATUS_FINISH" => Some(Self::Finish), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum RogueMagicRoomStatus { + None = 0, + Inited = 1, + Processing = 2, + Finish = 3, +} +impl RogueMagicRoomStatus { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + RogueMagicRoomStatus::None => "ROGUE_MAGIC_ROOM_STATUS_NONE", + RogueMagicRoomStatus::Inited => "ROGUE_MAGIC_ROOM_STATUS_INITED", + RogueMagicRoomStatus::Processing => "ROGUE_MAGIC_ROOM_STATUS_PROCESSING", + RogueMagicRoomStatus::Finish => "ROGUE_MAGIC_ROOM_STATUS_FINISH", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_MAGIC_ROOM_STATUS_NONE" => Some(Self::None), + "ROGUE_MAGIC_ROOM_STATUS_INITED" => Some(Self::Inited), + "ROGUE_MAGIC_ROOM_STATUS_PROCESSING" => Some(Self::Processing), + "ROGUE_MAGIC_ROOM_STATUS_FINISH" => Some(Self::Finish), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum RogueMagicSetttleReason { + RogueMagicSettleReasonNone = 0, + RogueMagicSettleReasonWin = 1, + RogueMagicSettleReasonFail = 2, + RogueMagicSettleReasonInterrupt = 3, +} +impl RogueMagicSetttleReason { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + RogueMagicSetttleReason::RogueMagicSettleReasonNone => { + "ROGUE_MAGIC_SETTLE_REASON_NONE" + } + RogueMagicSetttleReason::RogueMagicSettleReasonWin => { + "ROGUE_MAGIC_SETTLE_REASON_WIN" + } + RogueMagicSetttleReason::RogueMagicSettleReasonFail => { + "ROGUE_MAGIC_SETTLE_REASON_FAIL" + } + RogueMagicSetttleReason::RogueMagicSettleReasonInterrupt => { + "ROGUE_MAGIC_SETTLE_REASON_INTERRUPT" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_MAGIC_SETTLE_REASON_NONE" => Some(Self::RogueMagicSettleReasonNone), + "ROGUE_MAGIC_SETTLE_REASON_WIN" => Some(Self::RogueMagicSettleReasonWin), + "ROGUE_MAGIC_SETTLE_REASON_FAIL" => Some(Self::RogueMagicSettleReasonFail), + "ROGUE_MAGIC_SETTLE_REASON_INTERRUPT" => { + Some(Self::RogueMagicSettleReasonInterrupt) + } + _ => None, + } + } +} +/// Obf: MMANHMCOFDM +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdRogueModifierType { + None = 0, + CmdRogueModifierSelectCellCsReq = 5342, + CmdRogueModifierDelNotify = 5328, + CmdRogueModifierAddNotify = 5383, + CmdRogueModifierStageStartNotify = 5338, + CmdRogueModifierUpdateNotify = 5312, + CmdRogueModifierSelectCellScRsp = 5379, +} +impl CmdRogueModifierType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdRogueModifierType::None => "CmdRogueModifierTypeNone", + CmdRogueModifierType::CmdRogueModifierSelectCellCsReq => { + "CmdRogueModifierSelectCellCsReq" + } + CmdRogueModifierType::CmdRogueModifierDelNotify => { + "CmdRogueModifierDelNotify" + } + CmdRogueModifierType::CmdRogueModifierAddNotify => { + "CmdRogueModifierAddNotify" + } + CmdRogueModifierType::CmdRogueModifierStageStartNotify => { + "CmdRogueModifierStageStartNotify" + } + CmdRogueModifierType::CmdRogueModifierUpdateNotify => { + "CmdRogueModifierUpdateNotify" + } + CmdRogueModifierType::CmdRogueModifierSelectCellScRsp => { + "CmdRogueModifierSelectCellScRsp" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdRogueModifierTypeNone" => Some(Self::None), + "CmdRogueModifierSelectCellCsReq" => { + Some(Self::CmdRogueModifierSelectCellCsReq) + } + "CmdRogueModifierDelNotify" => Some(Self::CmdRogueModifierDelNotify), + "CmdRogueModifierAddNotify" => Some(Self::CmdRogueModifierAddNotify), + "CmdRogueModifierStageStartNotify" => { + Some(Self::CmdRogueModifierStageStartNotify) + } + "CmdRogueModifierUpdateNotify" => Some(Self::CmdRogueModifierUpdateNotify), + "CmdRogueModifierSelectCellScRsp" => { + Some(Self::CmdRogueModifierSelectCellScRsp) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Jmphnebepgn { + RogueModifierSourceNone = 0, + RogueModifierSourceDiceRoll = 1, + RogueModifierSourceAeon = 2, + RogueModifierSourceBoardEvent = 3, + RogueModifierSourceDialogEvent = 4, + RogueModifierSourceMiracle = 5, + RogueModifierSourceCellMark = 6, + RogueModifierSourceAeonTalent = 7, + RogueModifierSourceBossDecay = 8, + RogueModifierSourceDiceBranch = 9, +} +impl Jmphnebepgn { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Jmphnebepgn::RogueModifierSourceNone => "ROGUE_MODIFIER_SOURCE_NONE", + Jmphnebepgn::RogueModifierSourceDiceRoll => "ROGUE_MODIFIER_SOURCE_DICE_ROLL", + Jmphnebepgn::RogueModifierSourceAeon => "ROGUE_MODIFIER_SOURCE_AEON", + Jmphnebepgn::RogueModifierSourceBoardEvent => { + "ROGUE_MODIFIER_SOURCE_BOARD_EVENT" + } + Jmphnebepgn::RogueModifierSourceDialogEvent => { + "ROGUE_MODIFIER_SOURCE_DIALOG_EVENT" + } + Jmphnebepgn::RogueModifierSourceMiracle => "ROGUE_MODIFIER_SOURCE_MIRACLE", + Jmphnebepgn::RogueModifierSourceCellMark => "ROGUE_MODIFIER_SOURCE_CELL_MARK", + Jmphnebepgn::RogueModifierSourceAeonTalent => { + "ROGUE_MODIFIER_SOURCE_AEON_TALENT" + } + Jmphnebepgn::RogueModifierSourceBossDecay => { + "ROGUE_MODIFIER_SOURCE_BOSS_DECAY" + } + Jmphnebepgn::RogueModifierSourceDiceBranch => { + "ROGUE_MODIFIER_SOURCE_DICE_BRANCH" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_MODIFIER_SOURCE_NONE" => Some(Self::RogueModifierSourceNone), + "ROGUE_MODIFIER_SOURCE_DICE_ROLL" => Some(Self::RogueModifierSourceDiceRoll), + "ROGUE_MODIFIER_SOURCE_AEON" => Some(Self::RogueModifierSourceAeon), + "ROGUE_MODIFIER_SOURCE_BOARD_EVENT" => { + Some(Self::RogueModifierSourceBoardEvent) + } + "ROGUE_MODIFIER_SOURCE_DIALOG_EVENT" => { + Some(Self::RogueModifierSourceDialogEvent) + } + "ROGUE_MODIFIER_SOURCE_MIRACLE" => Some(Self::RogueModifierSourceMiracle), + "ROGUE_MODIFIER_SOURCE_CELL_MARK" => Some(Self::RogueModifierSourceCellMark), + "ROGUE_MODIFIER_SOURCE_AEON_TALENT" => { + Some(Self::RogueModifierSourceAeonTalent) + } + "ROGUE_MODIFIER_SOURCE_BOSS_DECAY" => { + Some(Self::RogueModifierSourceBossDecay) + } + "ROGUE_MODIFIER_SOURCE_DICE_BRANCH" => { + Some(Self::RogueModifierSourceDiceBranch) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Lghnkkdpadm { + RogueModifierContentDefinite = 0, + RogueModifierContentRandom = 1, +} +impl Lghnkkdpadm { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Lghnkkdpadm::RogueModifierContentDefinite => { + "ROGUE_MODIFIER_CONTENT_DEFINITE" + } + Lghnkkdpadm::RogueModifierContentRandom => "ROGUE_MODIFIER_CONTENT_RANDOM", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_MODIFIER_CONTENT_DEFINITE" => Some(Self::RogueModifierContentDefinite), + "ROGUE_MODIFIER_CONTENT_RANDOM" => Some(Self::RogueModifierContentRandom), + _ => None, + } + } +} +/// Obf: JGJEPFLKPDC +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdRogueTournType { + None = 0, + CmdRogueTournRenameArchiveCsReq = 6063, + CmdRogueTournGetMiscRealTimeDataCsReq = 6097, + CmdRogueTournGetArchiveRepositoryCsReq = 6087, + CmdRogueTournBattleFailSettleInfoScNotify = 6068, + CmdRogueTournEnterLayerScRsp = 6062, + CmdRogueTournGetPermanentTalentInfoScRsp = 6016, + CmdRogueTournEnablePermanentTalentScRsp = 6026, + CmdRogueTournReviveAvatarCsReq = 6041, + CmdRogueTournTakeExpRewardCsReq = 6012, + CmdRogueTournLeaveCsReq = 6043, + CmdRogueTournSettleScRsp = 6030, + CmdRogueTournEnterRoomScRsp = 6067, + CmdRogueTournWeekChallengeUpdateScNotify = 6013, + CmdRogueTournEnterCsReq = 6066, + CmdRogueTournQueryCsReq = 6014, + CmdRogueTournLevelInfoUpdateScNotify = 6015, + CmdRogueTournDeleteArchiveScRsp = 6089, + CmdRogueTournEnterRogueCocoonSceneScRsp = 6025, + CmdRogueTournGetPermanentTalentInfoCsReq = 6100, + CmdRogueTournEnablePermanentTalentCsReq = 6048, + CmdRogueTournClearArchiveNameScNotify = 6011, + CmdRogueTournConfirmSettleScRsp = 6049, + CmdRogueTournResetPermanentTalentCsReq = 6084, + CmdRogueTournDeleteArchiveCsReq = 6060, + CmdRogueTournGetSettleInfoScRsp = 6065, + CmdRogueTournRenameArchiveScRsp = 6057, + CmdRogueTournGetArchiveRepositoryScRsp = 6039, + CmdRogueTournGetMiscRealTimeDataScRsp = 6042, + CmdRogueTournResetPermanentTalentScRsp = 6021, + CmdRogueTournGetCurRogueCocoonInfoScRsp = 6036, + CmdRogueTournLeaveRogueCocoonSceneScRsp = 6074, + CmdRogueTournConfirmSettleCsReq = 6073, + CmdRogueTournLeaveScRsp = 6050, + CmdRogueTournSettleCsReq = 6094, + CmdRogueTournReEnterRogueCocoonStageScRsp = 6098, + CmdRogueTournEnterRogueCocoonSceneCsReq = 6035, + CmdRogueTournStartScRsp = 6046, + CmdRogueTournGetAllArchiveCsReq = 6032, + CmdRogueTournQueryScRsp = 6033, + CmdRogueTournDifficultyCompNotify = 6082, + CmdRogueTournTakeExpRewardScRsp = 6052, + CmdRogueTournGetCurRogueCocoonInfoCsReq = 6055, + CmdRogueTournGetAllArchiveScRsp = 6081, + CmdRogueTournReviveAvatarScRsp = 6037, + CmdRogueTournAreaUpdateScNotify = 6020, + CmdRogueTournExpNotify = 6088, + CmdRogueTournHandBookNotify = 6070, + CmdRogueTournGetSettleInfoCsReq = 6075, + CmdRogueTournLeaveRogueCocoonSceneCsReq = 6029, + CmdRogueTournReviveCostUpdateScNotify = 6077, + CmdRogueTournEnterScRsp = 6059, + CmdRogueTournEnterRoomCsReq = 6079, + CmdRogueTournStartCsReq = 6072, + CmdRogueTournEnterLayerCsReq = 6038, + CmdRogueTournReEnterRogueCocoonStageCsReq = 6092, +} +impl CmdRogueTournType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdRogueTournType::None => "CmdRogueTournTypeNone", + CmdRogueTournType::CmdRogueTournRenameArchiveCsReq => { + "CmdRogueTournRenameArchiveCsReq" + } + CmdRogueTournType::CmdRogueTournGetMiscRealTimeDataCsReq => { + "CmdRogueTournGetMiscRealTimeDataCsReq" + } + CmdRogueTournType::CmdRogueTournGetArchiveRepositoryCsReq => { + "CmdRogueTournGetArchiveRepositoryCsReq" + } + CmdRogueTournType::CmdRogueTournBattleFailSettleInfoScNotify => { + "CmdRogueTournBattleFailSettleInfoScNotify" + } + CmdRogueTournType::CmdRogueTournEnterLayerScRsp => { + "CmdRogueTournEnterLayerScRsp" + } + CmdRogueTournType::CmdRogueTournGetPermanentTalentInfoScRsp => { + "CmdRogueTournGetPermanentTalentInfoScRsp" + } + CmdRogueTournType::CmdRogueTournEnablePermanentTalentScRsp => { + "CmdRogueTournEnablePermanentTalentScRsp" + } + CmdRogueTournType::CmdRogueTournReviveAvatarCsReq => { + "CmdRogueTournReviveAvatarCsReq" + } + CmdRogueTournType::CmdRogueTournTakeExpRewardCsReq => { + "CmdRogueTournTakeExpRewardCsReq" + } + CmdRogueTournType::CmdRogueTournLeaveCsReq => "CmdRogueTournLeaveCsReq", + CmdRogueTournType::CmdRogueTournSettleScRsp => "CmdRogueTournSettleScRsp", + CmdRogueTournType::CmdRogueTournEnterRoomScRsp => { + "CmdRogueTournEnterRoomScRsp" + } + CmdRogueTournType::CmdRogueTournWeekChallengeUpdateScNotify => { + "CmdRogueTournWeekChallengeUpdateScNotify" + } + CmdRogueTournType::CmdRogueTournEnterCsReq => "CmdRogueTournEnterCsReq", + CmdRogueTournType::CmdRogueTournQueryCsReq => "CmdRogueTournQueryCsReq", + CmdRogueTournType::CmdRogueTournLevelInfoUpdateScNotify => { + "CmdRogueTournLevelInfoUpdateScNotify" + } + CmdRogueTournType::CmdRogueTournDeleteArchiveScRsp => { + "CmdRogueTournDeleteArchiveScRsp" + } + CmdRogueTournType::CmdRogueTournEnterRogueCocoonSceneScRsp => { + "CmdRogueTournEnterRogueCocoonSceneScRsp" + } + CmdRogueTournType::CmdRogueTournGetPermanentTalentInfoCsReq => { + "CmdRogueTournGetPermanentTalentInfoCsReq" + } + CmdRogueTournType::CmdRogueTournEnablePermanentTalentCsReq => { + "CmdRogueTournEnablePermanentTalentCsReq" + } + CmdRogueTournType::CmdRogueTournClearArchiveNameScNotify => { + "CmdRogueTournClearArchiveNameScNotify" + } + CmdRogueTournType::CmdRogueTournConfirmSettleScRsp => { + "CmdRogueTournConfirmSettleScRsp" + } + CmdRogueTournType::CmdRogueTournResetPermanentTalentCsReq => { + "CmdRogueTournResetPermanentTalentCsReq" + } + CmdRogueTournType::CmdRogueTournDeleteArchiveCsReq => { + "CmdRogueTournDeleteArchiveCsReq" + } + CmdRogueTournType::CmdRogueTournGetSettleInfoScRsp => { + "CmdRogueTournGetSettleInfoScRsp" + } + CmdRogueTournType::CmdRogueTournRenameArchiveScRsp => { + "CmdRogueTournRenameArchiveScRsp" + } + CmdRogueTournType::CmdRogueTournGetArchiveRepositoryScRsp => { + "CmdRogueTournGetArchiveRepositoryScRsp" + } + CmdRogueTournType::CmdRogueTournGetMiscRealTimeDataScRsp => { + "CmdRogueTournGetMiscRealTimeDataScRsp" + } + CmdRogueTournType::CmdRogueTournResetPermanentTalentScRsp => { + "CmdRogueTournResetPermanentTalentScRsp" + } + CmdRogueTournType::CmdRogueTournGetCurRogueCocoonInfoScRsp => { + "CmdRogueTournGetCurRogueCocoonInfoScRsp" + } + CmdRogueTournType::CmdRogueTournLeaveRogueCocoonSceneScRsp => { + "CmdRogueTournLeaveRogueCocoonSceneScRsp" + } + CmdRogueTournType::CmdRogueTournConfirmSettleCsReq => { + "CmdRogueTournConfirmSettleCsReq" + } + CmdRogueTournType::CmdRogueTournLeaveScRsp => "CmdRogueTournLeaveScRsp", + CmdRogueTournType::CmdRogueTournSettleCsReq => "CmdRogueTournSettleCsReq", + CmdRogueTournType::CmdRogueTournReEnterRogueCocoonStageScRsp => { + "CmdRogueTournReEnterRogueCocoonStageScRsp" + } + CmdRogueTournType::CmdRogueTournEnterRogueCocoonSceneCsReq => { + "CmdRogueTournEnterRogueCocoonSceneCsReq" + } + CmdRogueTournType::CmdRogueTournStartScRsp => "CmdRogueTournStartScRsp", + CmdRogueTournType::CmdRogueTournGetAllArchiveCsReq => { + "CmdRogueTournGetAllArchiveCsReq" + } + CmdRogueTournType::CmdRogueTournQueryScRsp => "CmdRogueTournQueryScRsp", + CmdRogueTournType::CmdRogueTournDifficultyCompNotify => { + "CmdRogueTournDifficultyCompNotify" + } + CmdRogueTournType::CmdRogueTournTakeExpRewardScRsp => { + "CmdRogueTournTakeExpRewardScRsp" + } + CmdRogueTournType::CmdRogueTournGetCurRogueCocoonInfoCsReq => { + "CmdRogueTournGetCurRogueCocoonInfoCsReq" + } + CmdRogueTournType::CmdRogueTournGetAllArchiveScRsp => { + "CmdRogueTournGetAllArchiveScRsp" + } + CmdRogueTournType::CmdRogueTournReviveAvatarScRsp => { + "CmdRogueTournReviveAvatarScRsp" + } + CmdRogueTournType::CmdRogueTournAreaUpdateScNotify => { + "CmdRogueTournAreaUpdateScNotify" + } + CmdRogueTournType::CmdRogueTournExpNotify => "CmdRogueTournExpNotify", + CmdRogueTournType::CmdRogueTournHandBookNotify => { + "CmdRogueTournHandBookNotify" + } + CmdRogueTournType::CmdRogueTournGetSettleInfoCsReq => { + "CmdRogueTournGetSettleInfoCsReq" + } + CmdRogueTournType::CmdRogueTournLeaveRogueCocoonSceneCsReq => { + "CmdRogueTournLeaveRogueCocoonSceneCsReq" + } + CmdRogueTournType::CmdRogueTournReviveCostUpdateScNotify => { + "CmdRogueTournReviveCostUpdateScNotify" + } + CmdRogueTournType::CmdRogueTournEnterScRsp => "CmdRogueTournEnterScRsp", + CmdRogueTournType::CmdRogueTournEnterRoomCsReq => { + "CmdRogueTournEnterRoomCsReq" + } + CmdRogueTournType::CmdRogueTournStartCsReq => "CmdRogueTournStartCsReq", + CmdRogueTournType::CmdRogueTournEnterLayerCsReq => { + "CmdRogueTournEnterLayerCsReq" + } + CmdRogueTournType::CmdRogueTournReEnterRogueCocoonStageCsReq => { + "CmdRogueTournReEnterRogueCocoonStageCsReq" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdRogueTournTypeNone" => Some(Self::None), + "CmdRogueTournRenameArchiveCsReq" => { + Some(Self::CmdRogueTournRenameArchiveCsReq) + } + "CmdRogueTournGetMiscRealTimeDataCsReq" => { + Some(Self::CmdRogueTournGetMiscRealTimeDataCsReq) + } + "CmdRogueTournGetArchiveRepositoryCsReq" => { + Some(Self::CmdRogueTournGetArchiveRepositoryCsReq) + } + "CmdRogueTournBattleFailSettleInfoScNotify" => { + Some(Self::CmdRogueTournBattleFailSettleInfoScNotify) + } + "CmdRogueTournEnterLayerScRsp" => Some(Self::CmdRogueTournEnterLayerScRsp), + "CmdRogueTournGetPermanentTalentInfoScRsp" => { + Some(Self::CmdRogueTournGetPermanentTalentInfoScRsp) + } + "CmdRogueTournEnablePermanentTalentScRsp" => { + Some(Self::CmdRogueTournEnablePermanentTalentScRsp) + } + "CmdRogueTournReviveAvatarCsReq" => { + Some(Self::CmdRogueTournReviveAvatarCsReq) + } + "CmdRogueTournTakeExpRewardCsReq" => { + Some(Self::CmdRogueTournTakeExpRewardCsReq) + } + "CmdRogueTournLeaveCsReq" => Some(Self::CmdRogueTournLeaveCsReq), + "CmdRogueTournSettleScRsp" => Some(Self::CmdRogueTournSettleScRsp), + "CmdRogueTournEnterRoomScRsp" => Some(Self::CmdRogueTournEnterRoomScRsp), + "CmdRogueTournWeekChallengeUpdateScNotify" => { + Some(Self::CmdRogueTournWeekChallengeUpdateScNotify) + } + "CmdRogueTournEnterCsReq" => Some(Self::CmdRogueTournEnterCsReq), + "CmdRogueTournQueryCsReq" => Some(Self::CmdRogueTournQueryCsReq), + "CmdRogueTournLevelInfoUpdateScNotify" => { + Some(Self::CmdRogueTournLevelInfoUpdateScNotify) + } + "CmdRogueTournDeleteArchiveScRsp" => { + Some(Self::CmdRogueTournDeleteArchiveScRsp) + } + "CmdRogueTournEnterRogueCocoonSceneScRsp" => { + Some(Self::CmdRogueTournEnterRogueCocoonSceneScRsp) + } + "CmdRogueTournGetPermanentTalentInfoCsReq" => { + Some(Self::CmdRogueTournGetPermanentTalentInfoCsReq) + } + "CmdRogueTournEnablePermanentTalentCsReq" => { + Some(Self::CmdRogueTournEnablePermanentTalentCsReq) + } + "CmdRogueTournClearArchiveNameScNotify" => { + Some(Self::CmdRogueTournClearArchiveNameScNotify) + } + "CmdRogueTournConfirmSettleScRsp" => { + Some(Self::CmdRogueTournConfirmSettleScRsp) + } + "CmdRogueTournResetPermanentTalentCsReq" => { + Some(Self::CmdRogueTournResetPermanentTalentCsReq) + } + "CmdRogueTournDeleteArchiveCsReq" => { + Some(Self::CmdRogueTournDeleteArchiveCsReq) + } + "CmdRogueTournGetSettleInfoScRsp" => { + Some(Self::CmdRogueTournGetSettleInfoScRsp) + } + "CmdRogueTournRenameArchiveScRsp" => { + Some(Self::CmdRogueTournRenameArchiveScRsp) + } + "CmdRogueTournGetArchiveRepositoryScRsp" => { + Some(Self::CmdRogueTournGetArchiveRepositoryScRsp) + } + "CmdRogueTournGetMiscRealTimeDataScRsp" => { + Some(Self::CmdRogueTournGetMiscRealTimeDataScRsp) + } + "CmdRogueTournResetPermanentTalentScRsp" => { + Some(Self::CmdRogueTournResetPermanentTalentScRsp) + } + "CmdRogueTournGetCurRogueCocoonInfoScRsp" => { + Some(Self::CmdRogueTournGetCurRogueCocoonInfoScRsp) + } + "CmdRogueTournLeaveRogueCocoonSceneScRsp" => { + Some(Self::CmdRogueTournLeaveRogueCocoonSceneScRsp) + } + "CmdRogueTournConfirmSettleCsReq" => { + Some(Self::CmdRogueTournConfirmSettleCsReq) + } + "CmdRogueTournLeaveScRsp" => Some(Self::CmdRogueTournLeaveScRsp), + "CmdRogueTournSettleCsReq" => Some(Self::CmdRogueTournSettleCsReq), + "CmdRogueTournReEnterRogueCocoonStageScRsp" => { + Some(Self::CmdRogueTournReEnterRogueCocoonStageScRsp) + } + "CmdRogueTournEnterRogueCocoonSceneCsReq" => { + Some(Self::CmdRogueTournEnterRogueCocoonSceneCsReq) + } + "CmdRogueTournStartScRsp" => Some(Self::CmdRogueTournStartScRsp), + "CmdRogueTournGetAllArchiveCsReq" => { + Some(Self::CmdRogueTournGetAllArchiveCsReq) + } + "CmdRogueTournQueryScRsp" => Some(Self::CmdRogueTournQueryScRsp), + "CmdRogueTournDifficultyCompNotify" => { + Some(Self::CmdRogueTournDifficultyCompNotify) + } + "CmdRogueTournTakeExpRewardScRsp" => { + Some(Self::CmdRogueTournTakeExpRewardScRsp) + } + "CmdRogueTournGetCurRogueCocoonInfoCsReq" => { + Some(Self::CmdRogueTournGetCurRogueCocoonInfoCsReq) + } + "CmdRogueTournGetAllArchiveScRsp" => { + Some(Self::CmdRogueTournGetAllArchiveScRsp) + } + "CmdRogueTournReviveAvatarScRsp" => { + Some(Self::CmdRogueTournReviveAvatarScRsp) + } + "CmdRogueTournAreaUpdateScNotify" => { + Some(Self::CmdRogueTournAreaUpdateScNotify) + } + "CmdRogueTournExpNotify" => Some(Self::CmdRogueTournExpNotify), + "CmdRogueTournHandBookNotify" => Some(Self::CmdRogueTournHandBookNotify), + "CmdRogueTournGetSettleInfoCsReq" => { + Some(Self::CmdRogueTournGetSettleInfoCsReq) + } + "CmdRogueTournLeaveRogueCocoonSceneCsReq" => { + Some(Self::CmdRogueTournLeaveRogueCocoonSceneCsReq) + } + "CmdRogueTournReviveCostUpdateScNotify" => { + Some(Self::CmdRogueTournReviveCostUpdateScNotify) + } + "CmdRogueTournEnterScRsp" => Some(Self::CmdRogueTournEnterScRsp), + "CmdRogueTournEnterRoomCsReq" => Some(Self::CmdRogueTournEnterRoomCsReq), + "CmdRogueTournStartCsReq" => Some(Self::CmdRogueTournStartCsReq), + "CmdRogueTournEnterLayerCsReq" => Some(Self::CmdRogueTournEnterLayerCsReq), + "CmdRogueTournReEnterRogueCocoonStageCsReq" => { + Some(Self::CmdRogueTournReEnterRogueCocoonStageCsReq) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Hcojlfjfmjm { + RogueTournLevelStatusNone = 0, + RogueTournLevelStatusProcessing = 1, + RogueTournLevelStatusFinished = 2, + RogueTournLevelStatusSettled = 3, +} +impl Hcojlfjfmjm { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Hcojlfjfmjm::RogueTournLevelStatusNone => "ROGUE_TOURN_LEVEL_STATUS_NONE", + Hcojlfjfmjm::RogueTournLevelStatusProcessing => { + "ROGUE_TOURN_LEVEL_STATUS_PROCESSING" + } + Hcojlfjfmjm::RogueTournLevelStatusFinished => { + "ROGUE_TOURN_LEVEL_STATUS_FINISHED" + } + Hcojlfjfmjm::RogueTournLevelStatusSettled => { + "ROGUE_TOURN_LEVEL_STATUS_SETTLED" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_TOURN_LEVEL_STATUS_NONE" => Some(Self::RogueTournLevelStatusNone), + "ROGUE_TOURN_LEVEL_STATUS_PROCESSING" => { + Some(Self::RogueTournLevelStatusProcessing) + } + "ROGUE_TOURN_LEVEL_STATUS_FINISHED" => { + Some(Self::RogueTournLevelStatusFinished) + } + "ROGUE_TOURN_LEVEL_STATUS_SETTLED" => { + Some(Self::RogueTournLevelStatusSettled) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum RogueTournLayerStatus { + None = 0, + Processing = 1, + Finish = 2, +} +impl RogueTournLayerStatus { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + RogueTournLayerStatus::None => "ROGUE_TOURN_LAYER_STATUS_NONE", + RogueTournLayerStatus::Processing => "ROGUE_TOURN_LAYER_STATUS_PROCESSING", + RogueTournLayerStatus::Finish => "ROGUE_TOURN_LAYER_STATUS_FINISH", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_TOURN_LAYER_STATUS_NONE" => Some(Self::None), + "ROGUE_TOURN_LAYER_STATUS_PROCESSING" => Some(Self::Processing), + "ROGUE_TOURN_LAYER_STATUS_FINISH" => Some(Self::Finish), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Pbomiimbjni { + RogueTournRoomStatusNone = 0, + RogueTournRoomStatusInited = 1, + RogueTournRoomStatusProcessing = 2, + RogueTournRoomStatusFinish = 3, +} +impl Pbomiimbjni { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Pbomiimbjni::RogueTournRoomStatusNone => "ROGUE_TOURN_ROOM_STATUS_NONE", + Pbomiimbjni::RogueTournRoomStatusInited => "ROGUE_TOURN_ROOM_STATUS_INITED", + Pbomiimbjni::RogueTournRoomStatusProcessing => { + "ROGUE_TOURN_ROOM_STATUS_PROCESSING" + } + Pbomiimbjni::RogueTournRoomStatusFinish => "ROGUE_TOURN_ROOM_STATUS_FINISH", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_TOURN_ROOM_STATUS_NONE" => Some(Self::RogueTournRoomStatusNone), + "ROGUE_TOURN_ROOM_STATUS_INITED" => Some(Self::RogueTournRoomStatusInited), + "ROGUE_TOURN_ROOM_STATUS_PROCESSING" => { + Some(Self::RogueTournRoomStatusProcessing) + } + "ROGUE_TOURN_ROOM_STATUS_FINISH" => Some(Self::RogueTournRoomStatusFinish), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Bgchpbpollk { + RogueTournSettleReasonNone = 0, + RogueTournSettleReasonWin = 1, + RogueTournSettleReasonFail = 2, + RogueTournSettleReasonInterrupt = 3, +} +impl Bgchpbpollk { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Bgchpbpollk::RogueTournSettleReasonNone => "ROGUE_TOURN_SETTLE_REASON_NONE", + Bgchpbpollk::RogueTournSettleReasonWin => "ROGUE_TOURN_SETTLE_REASON_WIN", + Bgchpbpollk::RogueTournSettleReasonFail => "ROGUE_TOURN_SETTLE_REASON_FAIL", + Bgchpbpollk::RogueTournSettleReasonInterrupt => { + "ROGUE_TOURN_SETTLE_REASON_INTERRUPT" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_TOURN_SETTLE_REASON_NONE" => Some(Self::RogueTournSettleReasonNone), + "ROGUE_TOURN_SETTLE_REASON_WIN" => Some(Self::RogueTournSettleReasonWin), + "ROGUE_TOURN_SETTLE_REASON_FAIL" => Some(Self::RogueTournSettleReasonFail), + "ROGUE_TOURN_SETTLE_REASON_INTERRUPT" => { + Some(Self::RogueTournSettleReasonInterrupt) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Clmgoafgibc { + RogueTournHandbookNone = 0, + RogueTournHandbookSimpleMiracle = 1, + RogueTournHandbookHexMiracle = 2, + RogueTournHandbookBuff = 3, + RogueTournHandbookEvent = 4, + RogueTournHandbookFormula = 5, +} +impl Clmgoafgibc { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Clmgoafgibc::RogueTournHandbookNone => "ROGUE_TOURN_HANDBOOK_NONE", + Clmgoafgibc::RogueTournHandbookSimpleMiracle => { + "ROGUE_TOURN_HANDBOOK_SIMPLE_MIRACLE" + } + Clmgoafgibc::RogueTournHandbookHexMiracle => { + "ROGUE_TOURN_HANDBOOK_HEX_MIRACLE" + } + Clmgoafgibc::RogueTournHandbookBuff => "ROGUE_TOURN_HANDBOOK_BUFF", + Clmgoafgibc::RogueTournHandbookEvent => "ROGUE_TOURN_HANDBOOK_EVENT", + Clmgoafgibc::RogueTournHandbookFormula => "ROGUE_TOURN_HANDBOOK_FORMULA", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ROGUE_TOURN_HANDBOOK_NONE" => Some(Self::RogueTournHandbookNone), + "ROGUE_TOURN_HANDBOOK_SIMPLE_MIRACLE" => { + Some(Self::RogueTournHandbookSimpleMiracle) + } + "ROGUE_TOURN_HANDBOOK_HEX_MIRACLE" => { + Some(Self::RogueTournHandbookHexMiracle) + } + "ROGUE_TOURN_HANDBOOK_BUFF" => Some(Self::RogueTournHandbookBuff), + "ROGUE_TOURN_HANDBOOK_EVENT" => Some(Self::RogueTournHandbookEvent), + "ROGUE_TOURN_HANDBOOK_FORMULA" => Some(Self::RogueTournHandbookFormula), + _ => None, + } + } +} +/// Obf: NGIHGDJEOOI +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdRollShopType { + None = 0, + CmdTakeRollShopRewardScRsp = 6915, + CmdGetRollShopInfoScRsp = 6917, + CmdDoGachaInRollShopScRsp = 6910, + CmdDoGachaInRollShopCsReq = 6913, + CmdGetRollShopInfoCsReq = 6914, + CmdTakeRollShopRewardCsReq = 6908, +} +impl CmdRollShopType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdRollShopType::None => "CmdRollShopTypeNone", + CmdRollShopType::CmdTakeRollShopRewardScRsp => "CmdTakeRollShopRewardScRsp", + CmdRollShopType::CmdGetRollShopInfoScRsp => "CmdGetRollShopInfoScRsp", + CmdRollShopType::CmdDoGachaInRollShopScRsp => "CmdDoGachaInRollShopScRsp", + CmdRollShopType::CmdDoGachaInRollShopCsReq => "CmdDoGachaInRollShopCsReq", + CmdRollShopType::CmdGetRollShopInfoCsReq => "CmdGetRollShopInfoCsReq", + CmdRollShopType::CmdTakeRollShopRewardCsReq => "CmdTakeRollShopRewardCsReq", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdRollShopTypeNone" => Some(Self::None), + "CmdTakeRollShopRewardScRsp" => Some(Self::CmdTakeRollShopRewardScRsp), + "CmdGetRollShopInfoScRsp" => Some(Self::CmdGetRollShopInfoScRsp), + "CmdDoGachaInRollShopScRsp" => Some(Self::CmdDoGachaInRollShopScRsp), + "CmdDoGachaInRollShopCsReq" => Some(Self::CmdDoGachaInRollShopCsReq), + "CmdGetRollShopInfoCsReq" => Some(Self::CmdGetRollShopInfoCsReq), + "CmdTakeRollShopRewardCsReq" => Some(Self::CmdTakeRollShopRewardCsReq), + _ => None, + } + } +} +/// Obf: BOGAAPMLDAD +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdSceneType { + None = 0, + CmdRecoverAllLineupScRsp = 1493, + CmdGetUnlockTeleportScRsp = 1448, + CmdEnteredSceneChangeScNotify = 1441, + CmdLastSpringRefreshTimeNotify = 1431, + CmdSyncEntityBuffChangeListScNotify = 1489, + CmdStartTimedFarmElementCsReq = 1461, + CmdGroupStateChangeScNotify = 1475, + CmdSceneEntityMoveScNotify = 1478, + CmdReEnterLastElementStageCsReq = 1486, + CmdSceneCastSkillScRsp = 1477, + CmdGetCurSceneInfoCsReq = 1433, + CmdGetSceneMapInfoScRsp = 1497, + CmdGetSpringRecoverDataScRsp = 1464, + CmdSetGroupCustomSaveDataCsReq = 1449, + CmdUpdateFloorSavedValueNotify = 1496, + CmdHealPoolInfoNotify = 1458, + CmdSceneGroupRefreshScNotify = 1430, + CmdSyncServerSceneChangeNotify = 1427, + CmdReturnLastTownScRsp = 1460, + CmdActivateFarmElementCsReq = 1440, + CmdEntityBindPropCsReq = 1402, + CmdRefreshTriggerByClientScRsp = 1451, + CmdSetSpringRecoverConfigCsReq = 1435, + CmdReturnLastTownCsReq = 1404, + CmdGameplayCounterRecoverScRsp = 1418, + CmdSceneEnterStageCsReq = 1452, + CmdGetUnlockTeleportCsReq = 1459, + CmdSetCurInteractEntityScRsp = 1414, + CmdUnlockTeleportNotify = 1444, + CmdActivateFarmElementScRsp = 1495, + CmdEnterSceneByServerScNotify = 1474, + CmdDeactivateFarmElementScRsp = 1492, + CmdRecoverAllLineupCsReq = 1488, + CmdRefreshTriggerByClientScNotify = 1481, + CmdDeactivateFarmElementCsReq = 1419, + CmdRefreshTriggerByClientCsReq = 1421, + CmdStartCocoonStageCsReq = 1455, + CmdSetCurInteractEntityCsReq = 1416, + CmdSceneCastSkillCsReq = 1479, + CmdSpringRecoverScRsp = 1469, + CmdSetClientPausedScRsp = 1425, + CmdSceneEntityMoveScRsp = 1471, + CmdInteractPropCsReq = 1483, + CmdSceneEnterStageScRsp = 1411, + CmdSpringRecoverSingleAvatarCsReq = 1467, + CmdSetSpringRecoverConfigScRsp = 1487, + CmdGetSceneMapInfoCsReq = 1426, + CmdGroupStateChangeScRsp = 1437, + CmdGameplayCounterRecoverCsReq = 1482, + CmdSavePointsInfoNotify = 1463, + CmdSceneEntityTeleportCsReq = 1401, + CmdGetSpringRecoverDataCsReq = 1453, + CmdGroupStateChangeCsReq = 1417, + CmdSpringRecoverSingleAvatarScRsp = 1476, + CmdEnterSectionScRsp = 1406, + CmdSetClientPausedCsReq = 1457, + CmdSpringRecoverCsReq = 1454, + CmdGameplayCounterUpdateScNotify = 1443, + CmdStartTimedCocoonStageCsReq = 1413, + CmdStartTimedCocoonStageScRsp = 1491, + CmdGameplayCounterCountDownCsReq = 1409, + CmdScenePlaneEventScNotify = 1447, + CmdDeleteSummonUnitCsReq = 1407, + CmdSceneCastSkillCostMpScRsp = 1466, + CmdSceneCastSkillMpUpdateScNotify = 1405, + CmdInteractPropScRsp = 1442, + CmdSpringRefreshScRsp = 1450, + CmdGetEnteredSceneCsReq = 1468, + CmdSceneUpdatePositionVersionNotify = 1456, + CmdSceneEntityMoveCsReq = 1498, + CmdStartTimedFarmElementScRsp = 1480, + CmdStartCocoonStageScRsp = 1436, + CmdEntityBindPropScRsp = 1465, + CmdEnterSceneCsReq = 1473, + CmdGetCurSceneInfoScRsp = 1412, + CmdSpringRefreshCsReq = 1420, + CmdSceneReviveAfterRebattleScRsp = 1500, + CmdUpdateMechanismBarScNotify = 1439, + CmdSetGroupCustomSaveDataScRsp = 1403, + CmdReEnterLastElementStageScRsp = 1429, + CmdSceneEntityTeleportScRsp = 1490, + CmdDeleteSummonUnitScRsp = 1494, + CmdGameplayCounterCountDownScRsp = 1499, + CmdSceneCastSkillCostMpCsReq = 1422, + CmdUnlockedAreaMapScNotify = 1434, + CmdEnterSceneScRsp = 1472, + CmdGetEnteredSceneScRsp = 1446, + CmdEnterSectionCsReq = 1462, + CmdSceneReviveAfterRebattleCsReq = 1410, +} +impl CmdSceneType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdSceneType::None => "CmdSceneTypeNone", + CmdSceneType::CmdRecoverAllLineupScRsp => "CmdRecoverAllLineupScRsp", + CmdSceneType::CmdGetUnlockTeleportScRsp => "CmdGetUnlockTeleportScRsp", + CmdSceneType::CmdEnteredSceneChangeScNotify => { + "CmdEnteredSceneChangeScNotify" + } + CmdSceneType::CmdLastSpringRefreshTimeNotify => { + "CmdLastSpringRefreshTimeNotify" + } + CmdSceneType::CmdSyncEntityBuffChangeListScNotify => { + "CmdSyncEntityBuffChangeListScNotify" + } + CmdSceneType::CmdStartTimedFarmElementCsReq => { + "CmdStartTimedFarmElementCsReq" + } + CmdSceneType::CmdGroupStateChangeScNotify => "CmdGroupStateChangeScNotify", + CmdSceneType::CmdSceneEntityMoveScNotify => "CmdSceneEntityMoveScNotify", + CmdSceneType::CmdReEnterLastElementStageCsReq => { + "CmdReEnterLastElementStageCsReq" + } + CmdSceneType::CmdSceneCastSkillScRsp => "CmdSceneCastSkillScRsp", + CmdSceneType::CmdGetCurSceneInfoCsReq => "CmdGetCurSceneInfoCsReq", + CmdSceneType::CmdGetSceneMapInfoScRsp => "CmdGetSceneMapInfoScRsp", + CmdSceneType::CmdGetSpringRecoverDataScRsp => "CmdGetSpringRecoverDataScRsp", + CmdSceneType::CmdSetGroupCustomSaveDataCsReq => { + "CmdSetGroupCustomSaveDataCsReq" + } + CmdSceneType::CmdUpdateFloorSavedValueNotify => { + "CmdUpdateFloorSavedValueNotify" + } + CmdSceneType::CmdHealPoolInfoNotify => "CmdHealPoolInfoNotify", + CmdSceneType::CmdSceneGroupRefreshScNotify => "CmdSceneGroupRefreshScNotify", + CmdSceneType::CmdSyncServerSceneChangeNotify => { + "CmdSyncServerSceneChangeNotify" + } + CmdSceneType::CmdReturnLastTownScRsp => "CmdReturnLastTownScRsp", + CmdSceneType::CmdActivateFarmElementCsReq => "CmdActivateFarmElementCsReq", + CmdSceneType::CmdEntityBindPropCsReq => "CmdEntityBindPropCsReq", + CmdSceneType::CmdRefreshTriggerByClientScRsp => { + "CmdRefreshTriggerByClientScRsp" + } + CmdSceneType::CmdSetSpringRecoverConfigCsReq => { + "CmdSetSpringRecoverConfigCsReq" + } + CmdSceneType::CmdReturnLastTownCsReq => "CmdReturnLastTownCsReq", + CmdSceneType::CmdGameplayCounterRecoverScRsp => { + "CmdGameplayCounterRecoverScRsp" + } + CmdSceneType::CmdSceneEnterStageCsReq => "CmdSceneEnterStageCsReq", + CmdSceneType::CmdGetUnlockTeleportCsReq => "CmdGetUnlockTeleportCsReq", + CmdSceneType::CmdSetCurInteractEntityScRsp => "CmdSetCurInteractEntityScRsp", + CmdSceneType::CmdUnlockTeleportNotify => "CmdUnlockTeleportNotify", + CmdSceneType::CmdActivateFarmElementScRsp => "CmdActivateFarmElementScRsp", + CmdSceneType::CmdEnterSceneByServerScNotify => { + "CmdEnterSceneByServerScNotify" + } + CmdSceneType::CmdDeactivateFarmElementScRsp => { + "CmdDeactivateFarmElementScRsp" + } + CmdSceneType::CmdRecoverAllLineupCsReq => "CmdRecoverAllLineupCsReq", + CmdSceneType::CmdRefreshTriggerByClientScNotify => { + "CmdRefreshTriggerByClientScNotify" + } + CmdSceneType::CmdDeactivateFarmElementCsReq => { + "CmdDeactivateFarmElementCsReq" + } + CmdSceneType::CmdRefreshTriggerByClientCsReq => { + "CmdRefreshTriggerByClientCsReq" + } + CmdSceneType::CmdStartCocoonStageCsReq => "CmdStartCocoonStageCsReq", + CmdSceneType::CmdSetCurInteractEntityCsReq => "CmdSetCurInteractEntityCsReq", + CmdSceneType::CmdSceneCastSkillCsReq => "CmdSceneCastSkillCsReq", + CmdSceneType::CmdSpringRecoverScRsp => "CmdSpringRecoverScRsp", + CmdSceneType::CmdSetClientPausedScRsp => "CmdSetClientPausedScRsp", + CmdSceneType::CmdSceneEntityMoveScRsp => "CmdSceneEntityMoveScRsp", + CmdSceneType::CmdInteractPropCsReq => "CmdInteractPropCsReq", + CmdSceneType::CmdSceneEnterStageScRsp => "CmdSceneEnterStageScRsp", + CmdSceneType::CmdSpringRecoverSingleAvatarCsReq => { + "CmdSpringRecoverSingleAvatarCsReq" + } + CmdSceneType::CmdSetSpringRecoverConfigScRsp => { + "CmdSetSpringRecoverConfigScRsp" + } + CmdSceneType::CmdGetSceneMapInfoCsReq => "CmdGetSceneMapInfoCsReq", + CmdSceneType::CmdGroupStateChangeScRsp => "CmdGroupStateChangeScRsp", + CmdSceneType::CmdGameplayCounterRecoverCsReq => { + "CmdGameplayCounterRecoverCsReq" + } + CmdSceneType::CmdSavePointsInfoNotify => "CmdSavePointsInfoNotify", + CmdSceneType::CmdSceneEntityTeleportCsReq => "CmdSceneEntityTeleportCsReq", + CmdSceneType::CmdGetSpringRecoverDataCsReq => "CmdGetSpringRecoverDataCsReq", + CmdSceneType::CmdGroupStateChangeCsReq => "CmdGroupStateChangeCsReq", + CmdSceneType::CmdSpringRecoverSingleAvatarScRsp => { + "CmdSpringRecoverSingleAvatarScRsp" + } + CmdSceneType::CmdEnterSectionScRsp => "CmdEnterSectionScRsp", + CmdSceneType::CmdSetClientPausedCsReq => "CmdSetClientPausedCsReq", + CmdSceneType::CmdSpringRecoverCsReq => "CmdSpringRecoverCsReq", + CmdSceneType::CmdGameplayCounterUpdateScNotify => { + "CmdGameplayCounterUpdateScNotify" + } + CmdSceneType::CmdStartTimedCocoonStageCsReq => { + "CmdStartTimedCocoonStageCsReq" + } + CmdSceneType::CmdStartTimedCocoonStageScRsp => { + "CmdStartTimedCocoonStageScRsp" + } + CmdSceneType::CmdGameplayCounterCountDownCsReq => { + "CmdGameplayCounterCountDownCsReq" + } + CmdSceneType::CmdScenePlaneEventScNotify => "CmdScenePlaneEventScNotify", + CmdSceneType::CmdDeleteSummonUnitCsReq => "CmdDeleteSummonUnitCsReq", + CmdSceneType::CmdSceneCastSkillCostMpScRsp => "CmdSceneCastSkillCostMpScRsp", + CmdSceneType::CmdSceneCastSkillMpUpdateScNotify => { + "CmdSceneCastSkillMpUpdateScNotify" + } + CmdSceneType::CmdInteractPropScRsp => "CmdInteractPropScRsp", + CmdSceneType::CmdSpringRefreshScRsp => "CmdSpringRefreshScRsp", + CmdSceneType::CmdGetEnteredSceneCsReq => "CmdGetEnteredSceneCsReq", + CmdSceneType::CmdSceneUpdatePositionVersionNotify => { + "CmdSceneUpdatePositionVersionNotify" + } + CmdSceneType::CmdSceneEntityMoveCsReq => "CmdSceneEntityMoveCsReq", + CmdSceneType::CmdStartTimedFarmElementScRsp => { + "CmdStartTimedFarmElementScRsp" + } + CmdSceneType::CmdStartCocoonStageScRsp => "CmdStartCocoonStageScRsp", + CmdSceneType::CmdEntityBindPropScRsp => "CmdEntityBindPropScRsp", + CmdSceneType::CmdEnterSceneCsReq => "CmdEnterSceneCsReq", + CmdSceneType::CmdGetCurSceneInfoScRsp => "CmdGetCurSceneInfoScRsp", + CmdSceneType::CmdSpringRefreshCsReq => "CmdSpringRefreshCsReq", + CmdSceneType::CmdSceneReviveAfterRebattleScRsp => { + "CmdSceneReviveAfterRebattleScRsp" + } + CmdSceneType::CmdUpdateMechanismBarScNotify => { + "CmdUpdateMechanismBarScNotify" + } + CmdSceneType::CmdSetGroupCustomSaveDataScRsp => { + "CmdSetGroupCustomSaveDataScRsp" + } + CmdSceneType::CmdReEnterLastElementStageScRsp => { + "CmdReEnterLastElementStageScRsp" + } + CmdSceneType::CmdSceneEntityTeleportScRsp => "CmdSceneEntityTeleportScRsp", + CmdSceneType::CmdDeleteSummonUnitScRsp => "CmdDeleteSummonUnitScRsp", + CmdSceneType::CmdGameplayCounterCountDownScRsp => { + "CmdGameplayCounterCountDownScRsp" + } + CmdSceneType::CmdSceneCastSkillCostMpCsReq => "CmdSceneCastSkillCostMpCsReq", + CmdSceneType::CmdUnlockedAreaMapScNotify => "CmdUnlockedAreaMapScNotify", + CmdSceneType::CmdEnterSceneScRsp => "CmdEnterSceneScRsp", + CmdSceneType::CmdGetEnteredSceneScRsp => "CmdGetEnteredSceneScRsp", + CmdSceneType::CmdEnterSectionCsReq => "CmdEnterSectionCsReq", + CmdSceneType::CmdSceneReviveAfterRebattleCsReq => { + "CmdSceneReviveAfterRebattleCsReq" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdSceneTypeNone" => Some(Self::None), + "CmdRecoverAllLineupScRsp" => Some(Self::CmdRecoverAllLineupScRsp), + "CmdGetUnlockTeleportScRsp" => Some(Self::CmdGetUnlockTeleportScRsp), + "CmdEnteredSceneChangeScNotify" => Some(Self::CmdEnteredSceneChangeScNotify), + "CmdLastSpringRefreshTimeNotify" => { + Some(Self::CmdLastSpringRefreshTimeNotify) + } + "CmdSyncEntityBuffChangeListScNotify" => { + Some(Self::CmdSyncEntityBuffChangeListScNotify) + } + "CmdStartTimedFarmElementCsReq" => Some(Self::CmdStartTimedFarmElementCsReq), + "CmdGroupStateChangeScNotify" => Some(Self::CmdGroupStateChangeScNotify), + "CmdSceneEntityMoveScNotify" => Some(Self::CmdSceneEntityMoveScNotify), + "CmdReEnterLastElementStageCsReq" => { + Some(Self::CmdReEnterLastElementStageCsReq) + } + "CmdSceneCastSkillScRsp" => Some(Self::CmdSceneCastSkillScRsp), + "CmdGetCurSceneInfoCsReq" => Some(Self::CmdGetCurSceneInfoCsReq), + "CmdGetSceneMapInfoScRsp" => Some(Self::CmdGetSceneMapInfoScRsp), + "CmdGetSpringRecoverDataScRsp" => Some(Self::CmdGetSpringRecoverDataScRsp), + "CmdSetGroupCustomSaveDataCsReq" => { + Some(Self::CmdSetGroupCustomSaveDataCsReq) + } + "CmdUpdateFloorSavedValueNotify" => { + Some(Self::CmdUpdateFloorSavedValueNotify) + } + "CmdHealPoolInfoNotify" => Some(Self::CmdHealPoolInfoNotify), + "CmdSceneGroupRefreshScNotify" => Some(Self::CmdSceneGroupRefreshScNotify), + "CmdSyncServerSceneChangeNotify" => { + Some(Self::CmdSyncServerSceneChangeNotify) + } + "CmdReturnLastTownScRsp" => Some(Self::CmdReturnLastTownScRsp), + "CmdActivateFarmElementCsReq" => Some(Self::CmdActivateFarmElementCsReq), + "CmdEntityBindPropCsReq" => Some(Self::CmdEntityBindPropCsReq), + "CmdRefreshTriggerByClientScRsp" => { + Some(Self::CmdRefreshTriggerByClientScRsp) + } + "CmdSetSpringRecoverConfigCsReq" => { + Some(Self::CmdSetSpringRecoverConfigCsReq) + } + "CmdReturnLastTownCsReq" => Some(Self::CmdReturnLastTownCsReq), + "CmdGameplayCounterRecoverScRsp" => { + Some(Self::CmdGameplayCounterRecoverScRsp) + } + "CmdSceneEnterStageCsReq" => Some(Self::CmdSceneEnterStageCsReq), + "CmdGetUnlockTeleportCsReq" => Some(Self::CmdGetUnlockTeleportCsReq), + "CmdSetCurInteractEntityScRsp" => Some(Self::CmdSetCurInteractEntityScRsp), + "CmdUnlockTeleportNotify" => Some(Self::CmdUnlockTeleportNotify), + "CmdActivateFarmElementScRsp" => Some(Self::CmdActivateFarmElementScRsp), + "CmdEnterSceneByServerScNotify" => Some(Self::CmdEnterSceneByServerScNotify), + "CmdDeactivateFarmElementScRsp" => Some(Self::CmdDeactivateFarmElementScRsp), + "CmdRecoverAllLineupCsReq" => Some(Self::CmdRecoverAllLineupCsReq), + "CmdRefreshTriggerByClientScNotify" => { + Some(Self::CmdRefreshTriggerByClientScNotify) + } + "CmdDeactivateFarmElementCsReq" => Some(Self::CmdDeactivateFarmElementCsReq), + "CmdRefreshTriggerByClientCsReq" => { + Some(Self::CmdRefreshTriggerByClientCsReq) + } + "CmdStartCocoonStageCsReq" => Some(Self::CmdStartCocoonStageCsReq), + "CmdSetCurInteractEntityCsReq" => Some(Self::CmdSetCurInteractEntityCsReq), + "CmdSceneCastSkillCsReq" => Some(Self::CmdSceneCastSkillCsReq), + "CmdSpringRecoverScRsp" => Some(Self::CmdSpringRecoverScRsp), + "CmdSetClientPausedScRsp" => Some(Self::CmdSetClientPausedScRsp), + "CmdSceneEntityMoveScRsp" => Some(Self::CmdSceneEntityMoveScRsp), + "CmdInteractPropCsReq" => Some(Self::CmdInteractPropCsReq), + "CmdSceneEnterStageScRsp" => Some(Self::CmdSceneEnterStageScRsp), + "CmdSpringRecoverSingleAvatarCsReq" => { + Some(Self::CmdSpringRecoverSingleAvatarCsReq) + } + "CmdSetSpringRecoverConfigScRsp" => { + Some(Self::CmdSetSpringRecoverConfigScRsp) + } + "CmdGetSceneMapInfoCsReq" => Some(Self::CmdGetSceneMapInfoCsReq), + "CmdGroupStateChangeScRsp" => Some(Self::CmdGroupStateChangeScRsp), + "CmdGameplayCounterRecoverCsReq" => { + Some(Self::CmdGameplayCounterRecoverCsReq) + } + "CmdSavePointsInfoNotify" => Some(Self::CmdSavePointsInfoNotify), + "CmdSceneEntityTeleportCsReq" => Some(Self::CmdSceneEntityTeleportCsReq), + "CmdGetSpringRecoverDataCsReq" => Some(Self::CmdGetSpringRecoverDataCsReq), + "CmdGroupStateChangeCsReq" => Some(Self::CmdGroupStateChangeCsReq), + "CmdSpringRecoverSingleAvatarScRsp" => { + Some(Self::CmdSpringRecoverSingleAvatarScRsp) + } + "CmdEnterSectionScRsp" => Some(Self::CmdEnterSectionScRsp), + "CmdSetClientPausedCsReq" => Some(Self::CmdSetClientPausedCsReq), + "CmdSpringRecoverCsReq" => Some(Self::CmdSpringRecoverCsReq), + "CmdGameplayCounterUpdateScNotify" => { + Some(Self::CmdGameplayCounterUpdateScNotify) + } + "CmdStartTimedCocoonStageCsReq" => Some(Self::CmdStartTimedCocoonStageCsReq), + "CmdStartTimedCocoonStageScRsp" => Some(Self::CmdStartTimedCocoonStageScRsp), + "CmdGameplayCounterCountDownCsReq" => { + Some(Self::CmdGameplayCounterCountDownCsReq) + } + "CmdScenePlaneEventScNotify" => Some(Self::CmdScenePlaneEventScNotify), + "CmdDeleteSummonUnitCsReq" => Some(Self::CmdDeleteSummonUnitCsReq), + "CmdSceneCastSkillCostMpScRsp" => Some(Self::CmdSceneCastSkillCostMpScRsp), + "CmdSceneCastSkillMpUpdateScNotify" => { + Some(Self::CmdSceneCastSkillMpUpdateScNotify) + } + "CmdInteractPropScRsp" => Some(Self::CmdInteractPropScRsp), + "CmdSpringRefreshScRsp" => Some(Self::CmdSpringRefreshScRsp), + "CmdGetEnteredSceneCsReq" => Some(Self::CmdGetEnteredSceneCsReq), + "CmdSceneUpdatePositionVersionNotify" => { + Some(Self::CmdSceneUpdatePositionVersionNotify) + } + "CmdSceneEntityMoveCsReq" => Some(Self::CmdSceneEntityMoveCsReq), + "CmdStartTimedFarmElementScRsp" => Some(Self::CmdStartTimedFarmElementScRsp), + "CmdStartCocoonStageScRsp" => Some(Self::CmdStartCocoonStageScRsp), + "CmdEntityBindPropScRsp" => Some(Self::CmdEntityBindPropScRsp), + "CmdEnterSceneCsReq" => Some(Self::CmdEnterSceneCsReq), + "CmdGetCurSceneInfoScRsp" => Some(Self::CmdGetCurSceneInfoScRsp), + "CmdSpringRefreshCsReq" => Some(Self::CmdSpringRefreshCsReq), + "CmdSceneReviveAfterRebattleScRsp" => { + Some(Self::CmdSceneReviveAfterRebattleScRsp) + } + "CmdUpdateMechanismBarScNotify" => Some(Self::CmdUpdateMechanismBarScNotify), + "CmdSetGroupCustomSaveDataScRsp" => { + Some(Self::CmdSetGroupCustomSaveDataScRsp) + } + "CmdReEnterLastElementStageScRsp" => { + Some(Self::CmdReEnterLastElementStageScRsp) + } + "CmdSceneEntityTeleportScRsp" => Some(Self::CmdSceneEntityTeleportScRsp), + "CmdDeleteSummonUnitScRsp" => Some(Self::CmdDeleteSummonUnitScRsp), + "CmdGameplayCounterCountDownScRsp" => { + Some(Self::CmdGameplayCounterCountDownScRsp) + } + "CmdSceneCastSkillCostMpCsReq" => Some(Self::CmdSceneCastSkillCostMpCsReq), + "CmdUnlockedAreaMapScNotify" => Some(Self::CmdUnlockedAreaMapScNotify), + "CmdEnterSceneScRsp" => Some(Self::CmdEnterSceneScRsp), + "CmdGetEnteredSceneScRsp" => Some(Self::CmdGetEnteredSceneScRsp), + "CmdEnterSectionCsReq" => Some(Self::CmdEnterSectionCsReq), + "CmdSceneReviveAfterRebattleCsReq" => { + Some(Self::CmdSceneReviveAfterRebattleCsReq) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Hgiooangaaj { + SceneCastSkillNone = 0, + SceneCastSkillProjectileHit = 1, + SceneCastSkillProjectileLifetimeFinish = 2, +} +impl Hgiooangaaj { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Hgiooangaaj::SceneCastSkillNone => "SCENE_CAST_SKILL_NONE", + Hgiooangaaj::SceneCastSkillProjectileHit => "SCENE_CAST_SKILL_PROJECTILE_HIT", + Hgiooangaaj::SceneCastSkillProjectileLifetimeFinish => { + "SCENE_CAST_SKILL_PROJECTILE_LIFETIME_FINISH" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "SCENE_CAST_SKILL_NONE" => Some(Self::SceneCastSkillNone), + "SCENE_CAST_SKILL_PROJECTILE_HIT" => Some(Self::SceneCastSkillProjectileHit), + "SCENE_CAST_SKILL_PROJECTILE_LIFETIME_FINISH" => { + Some(Self::SceneCastSkillProjectileLifetimeFinish) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Ndmdcmdglja { + MonsterBattleTypeNone = 0, + MonsterBattleTypeTriggerBattle = 1, + MonsterBattleTypeDirectDieSimulateBattle = 2, + MonsterBattleTypeDirectDieSkipBattle = 3, + MonsterBattleTypeNoBattle = 4, +} +impl Ndmdcmdglja { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Ndmdcmdglja::MonsterBattleTypeNone => "MONSTER_BATTLE_TYPE_NONE", + Ndmdcmdglja::MonsterBattleTypeTriggerBattle => { + "MONSTER_BATTLE_TYPE_TRIGGER_BATTLE" + } + Ndmdcmdglja::MonsterBattleTypeDirectDieSimulateBattle => { + "MONSTER_BATTLE_TYPE_DIRECT_DIE_SIMULATE_BATTLE" + } + Ndmdcmdglja::MonsterBattleTypeDirectDieSkipBattle => { + "MONSTER_BATTLE_TYPE_DIRECT_DIE_SKIP_BATTLE" + } + Ndmdcmdglja::MonsterBattleTypeNoBattle => "MONSTER_BATTLE_TYPE_NO_BATTLE", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "MONSTER_BATTLE_TYPE_NONE" => Some(Self::MonsterBattleTypeNone), + "MONSTER_BATTLE_TYPE_TRIGGER_BATTLE" => { + Some(Self::MonsterBattleTypeTriggerBattle) + } + "MONSTER_BATTLE_TYPE_DIRECT_DIE_SIMULATE_BATTLE" => { + Some(Self::MonsterBattleTypeDirectDieSimulateBattle) + } + "MONSTER_BATTLE_TYPE_DIRECT_DIE_SKIP_BATTLE" => { + Some(Self::MonsterBattleTypeDirectDieSkipBattle) + } + "MONSTER_BATTLE_TYPE_NO_BATTLE" => Some(Self::MonsterBattleTypeNoBattle), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum EntityBuffChangeType { + SceneEntityBuffChangeTypeDefault = 0, + SceneEntityBuffChangeTypeAddMazebuff = 1, + SceneEntityBuffChangeTypeAddAdvModifier = 2, +} +impl EntityBuffChangeType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + EntityBuffChangeType::SceneEntityBuffChangeTypeDefault => { + "SCENE_ENTITY_BUFF_CHANGE_TYPE_DEFAULT" + } + EntityBuffChangeType::SceneEntityBuffChangeTypeAddMazebuff => { + "SCENE_ENTITY_BUFF_CHANGE_TYPE_ADD_MAZEBUFF" + } + EntityBuffChangeType::SceneEntityBuffChangeTypeAddAdvModifier => { + "SCENE_ENTITY_BUFF_CHANGE_TYPE_ADD_ADV_MODIFIER" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "SCENE_ENTITY_BUFF_CHANGE_TYPE_DEFAULT" => { + Some(Self::SceneEntityBuffChangeTypeDefault) + } + "SCENE_ENTITY_BUFF_CHANGE_TYPE_ADD_MAZEBUFF" => { + Some(Self::SceneEntityBuffChangeTypeAddMazebuff) + } + "SCENE_ENTITY_BUFF_CHANGE_TYPE_ADD_ADV_MODIFIER" => { + Some(Self::SceneEntityBuffChangeTypeAddAdvModifier) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum EnterSceneReason { + None = 0, + ChallengeTimeout = 1, + RogueTimeout = 2, + ChangeStoryline = 3, + DimensionMerge = 4, +} +impl EnterSceneReason { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + EnterSceneReason::None => "ENTER_SCENE_REASON_NONE", + EnterSceneReason::ChallengeTimeout => "ENTER_SCENE_REASON_CHALLENGE_TIMEOUT", + EnterSceneReason::RogueTimeout => "ENTER_SCENE_REASON_ROGUE_TIMEOUT", + EnterSceneReason::ChangeStoryline => "ENTER_SCENE_REASON_CHANGE_STORYLINE", + EnterSceneReason::DimensionMerge => "ENTER_SCENE_REASON_DIMENSION_MERGE", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ENTER_SCENE_REASON_NONE" => Some(Self::None), + "ENTER_SCENE_REASON_CHALLENGE_TIMEOUT" => Some(Self::ChallengeTimeout), + "ENTER_SCENE_REASON_ROGUE_TIMEOUT" => Some(Self::RogueTimeout), + "ENTER_SCENE_REASON_CHANGE_STORYLINE" => Some(Self::ChangeStoryline), + "ENTER_SCENE_REASON_DIMENSION_MERGE" => Some(Self::DimensionMerge), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum MapInfoChestType { + None = 0, + Normal = 101, + Challenge = 102, + Puzzle = 104, +} +impl MapInfoChestType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + MapInfoChestType::None => "MAP_INFO_CHEST_TYPE_NONE", + MapInfoChestType::Normal => "MAP_INFO_CHEST_TYPE_NORMAL", + MapInfoChestType::Challenge => "MAP_INFO_CHEST_TYPE_CHALLENGE", + MapInfoChestType::Puzzle => "MAP_INFO_CHEST_TYPE_PUZZLE", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "MAP_INFO_CHEST_TYPE_NONE" => Some(Self::None), + "MAP_INFO_CHEST_TYPE_NORMAL" => Some(Self::Normal), + "MAP_INFO_CHEST_TYPE_CHALLENGE" => Some(Self::Challenge), + "MAP_INFO_CHEST_TYPE_PUZZLE" => Some(Self::Puzzle), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Ocgbofdlggn { + GameplayCounterUpdateReasonNone = 0, + GameplayCounterUpdateReasonActivate = 1, + GameplayCounterUpdateReasonDeactivate = 2, + GameplayCounterUpdateReasonChange = 3, +} +impl Ocgbofdlggn { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Ocgbofdlggn::GameplayCounterUpdateReasonNone => { + "GAMEPLAY_COUNTER_UPDATE_REASON_NONE" + } + Ocgbofdlggn::GameplayCounterUpdateReasonActivate => { + "GAMEPLAY_COUNTER_UPDATE_REASON_ACTIVATE" + } + Ocgbofdlggn::GameplayCounterUpdateReasonDeactivate => { + "GAMEPLAY_COUNTER_UPDATE_REASON_DEACTIVATE" + } + Ocgbofdlggn::GameplayCounterUpdateReasonChange => { + "GAMEPLAY_COUNTER_UPDATE_REASON_CHANGE" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "GAMEPLAY_COUNTER_UPDATE_REASON_NONE" => { + Some(Self::GameplayCounterUpdateReasonNone) + } + "GAMEPLAY_COUNTER_UPDATE_REASON_ACTIVATE" => { + Some(Self::GameplayCounterUpdateReasonActivate) + } + "GAMEPLAY_COUNTER_UPDATE_REASON_DEACTIVATE" => { + Some(Self::GameplayCounterUpdateReasonDeactivate) + } + "GAMEPLAY_COUNTER_UPDATE_REASON_CHANGE" => { + Some(Self::GameplayCounterUpdateReasonChange) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum SceneGroupRefreshType { + None = 0, + Loaded = 1, + Unload = 2, +} +impl SceneGroupRefreshType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + SceneGroupRefreshType::None => "SCENE_GROUP_REFRESH_TYPE_NONE", + SceneGroupRefreshType::Loaded => "SCENE_GROUP_REFRESH_TYPE_LOADED", + SceneGroupRefreshType::Unload => "SCENE_GROUP_REFRESH_TYPE_UNLOAD", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "SCENE_GROUP_REFRESH_TYPE_NONE" => Some(Self::None), + "SCENE_GROUP_REFRESH_TYPE_LOADED" => Some(Self::Loaded), + "SCENE_GROUP_REFRESH_TYPE_UNLOAD" => Some(Self::Unload), + _ => None, + } + } +} +/// Obf: CCHCCKIKHJL +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdServerPrefsType { + None = 0, + CmdUpdateServerPrefsDataScRsp = 6177, + CmdGetAllServerPrefsDataCsReq = 6198, + CmdGetServerPrefsDataScRsp = 6142, + CmdUpdateServerPrefsDataCsReq = 6179, + CmdGetAllServerPrefsDataScRsp = 6171, + CmdGetServerPrefsDataCsReq = 6183, +} +impl CmdServerPrefsType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdServerPrefsType::None => "CmdServerPrefsTypeNone", + CmdServerPrefsType::CmdUpdateServerPrefsDataScRsp => { + "CmdUpdateServerPrefsDataScRsp" + } + CmdServerPrefsType::CmdGetAllServerPrefsDataCsReq => { + "CmdGetAllServerPrefsDataCsReq" + } + CmdServerPrefsType::CmdGetServerPrefsDataScRsp => { + "CmdGetServerPrefsDataScRsp" + } + CmdServerPrefsType::CmdUpdateServerPrefsDataCsReq => { + "CmdUpdateServerPrefsDataCsReq" + } + CmdServerPrefsType::CmdGetAllServerPrefsDataScRsp => { + "CmdGetAllServerPrefsDataScRsp" + } + CmdServerPrefsType::CmdGetServerPrefsDataCsReq => { + "CmdGetServerPrefsDataCsReq" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdServerPrefsTypeNone" => Some(Self::None), + "CmdUpdateServerPrefsDataScRsp" => Some(Self::CmdUpdateServerPrefsDataScRsp), + "CmdGetAllServerPrefsDataCsReq" => Some(Self::CmdGetAllServerPrefsDataCsReq), + "CmdGetServerPrefsDataScRsp" => Some(Self::CmdGetServerPrefsDataScRsp), + "CmdUpdateServerPrefsDataCsReq" => Some(Self::CmdUpdateServerPrefsDataCsReq), + "CmdGetAllServerPrefsDataScRsp" => Some(Self::CmdGetAllServerPrefsDataScRsp), + "CmdGetServerPrefsDataCsReq" => Some(Self::CmdGetServerPrefsDataCsReq), + _ => None, + } + } +} +/// Obf: FGEMFOPIADP +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdShopType { + None = 0, + CmdCityShopInfoScNotify = 1533, + CmdGetShopListScRsp = 1571, + CmdTakeCityShopRewardCsReq = 1579, + CmdGetShopListCsReq = 1598, + CmdTakeCityShopRewardScRsp = 1577, + CmdBuyGoodsCsReq = 1583, + CmdBuyGoodsScRsp = 1542, +} +impl CmdShopType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdShopType::None => "CmdShopTypeNone", + CmdShopType::CmdCityShopInfoScNotify => "CmdCityShopInfoScNotify", + CmdShopType::CmdGetShopListScRsp => "CmdGetShopListScRsp", + CmdShopType::CmdTakeCityShopRewardCsReq => "CmdTakeCityShopRewardCsReq", + CmdShopType::CmdGetShopListCsReq => "CmdGetShopListCsReq", + CmdShopType::CmdTakeCityShopRewardScRsp => "CmdTakeCityShopRewardScRsp", + CmdShopType::CmdBuyGoodsCsReq => "CmdBuyGoodsCsReq", + CmdShopType::CmdBuyGoodsScRsp => "CmdBuyGoodsScRsp", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdShopTypeNone" => Some(Self::None), + "CmdCityShopInfoScNotify" => Some(Self::CmdCityShopInfoScNotify), + "CmdGetShopListScRsp" => Some(Self::CmdGetShopListScRsp), + "CmdTakeCityShopRewardCsReq" => Some(Self::CmdTakeCityShopRewardCsReq), + "CmdGetShopListCsReq" => Some(Self::CmdGetShopListCsReq), + "CmdTakeCityShopRewardScRsp" => Some(Self::CmdTakeCityShopRewardScRsp), + "CmdBuyGoodsCsReq" => Some(Self::CmdBuyGoodsCsReq), + "CmdBuyGoodsScRsp" => Some(Self::CmdBuyGoodsScRsp), + _ => None, + } + } +} +/// Obf: BHENKDDNCIJ +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdSpaceZooType { + None = 0, + CmdSpaceZooOpCatteryScRsp = 6712, + CmdSpaceZooBornCsReq = 6783, + CmdSpaceZooDeleteCatScRsp = 6738, + CmdSpaceZooExchangeItemCsReq = 6756, + CmdSpaceZooMutateCsReq = 6779, + CmdSpaceZooExchangeItemScRsp = 6789, + CmdSpaceZooTakeScRsp = 6766, + CmdSpaceZooDataCsReq = 6798, + CmdSpaceZooDeleteCatCsReq = 6728, + CmdSpaceZooDataScRsp = 6771, + CmdSpaceZooOpCatteryCsReq = 6733, + CmdSpaceZooMutateScRsp = 6777, + CmdSpaceZooBornScRsp = 6742, + CmdSpaceZooCatUpdateNotify = 6778, + CmdSpaceZooTakeCsReq = 6722, +} +impl CmdSpaceZooType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdSpaceZooType::None => "CmdSpaceZooTypeNone", + CmdSpaceZooType::CmdSpaceZooOpCatteryScRsp => "CmdSpaceZooOpCatteryScRsp", + CmdSpaceZooType::CmdSpaceZooBornCsReq => "CmdSpaceZooBornCsReq", + CmdSpaceZooType::CmdSpaceZooDeleteCatScRsp => "CmdSpaceZooDeleteCatScRsp", + CmdSpaceZooType::CmdSpaceZooExchangeItemCsReq => { + "CmdSpaceZooExchangeItemCsReq" + } + CmdSpaceZooType::CmdSpaceZooMutateCsReq => "CmdSpaceZooMutateCsReq", + CmdSpaceZooType::CmdSpaceZooExchangeItemScRsp => { + "CmdSpaceZooExchangeItemScRsp" + } + CmdSpaceZooType::CmdSpaceZooTakeScRsp => "CmdSpaceZooTakeScRsp", + CmdSpaceZooType::CmdSpaceZooDataCsReq => "CmdSpaceZooDataCsReq", + CmdSpaceZooType::CmdSpaceZooDeleteCatCsReq => "CmdSpaceZooDeleteCatCsReq", + CmdSpaceZooType::CmdSpaceZooDataScRsp => "CmdSpaceZooDataScRsp", + CmdSpaceZooType::CmdSpaceZooOpCatteryCsReq => "CmdSpaceZooOpCatteryCsReq", + CmdSpaceZooType::CmdSpaceZooMutateScRsp => "CmdSpaceZooMutateScRsp", + CmdSpaceZooType::CmdSpaceZooBornScRsp => "CmdSpaceZooBornScRsp", + CmdSpaceZooType::CmdSpaceZooCatUpdateNotify => "CmdSpaceZooCatUpdateNotify", + CmdSpaceZooType::CmdSpaceZooTakeCsReq => "CmdSpaceZooTakeCsReq", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdSpaceZooTypeNone" => Some(Self::None), + "CmdSpaceZooOpCatteryScRsp" => Some(Self::CmdSpaceZooOpCatteryScRsp), + "CmdSpaceZooBornCsReq" => Some(Self::CmdSpaceZooBornCsReq), + "CmdSpaceZooDeleteCatScRsp" => Some(Self::CmdSpaceZooDeleteCatScRsp), + "CmdSpaceZooExchangeItemCsReq" => Some(Self::CmdSpaceZooExchangeItemCsReq), + "CmdSpaceZooMutateCsReq" => Some(Self::CmdSpaceZooMutateCsReq), + "CmdSpaceZooExchangeItemScRsp" => Some(Self::CmdSpaceZooExchangeItemScRsp), + "CmdSpaceZooTakeScRsp" => Some(Self::CmdSpaceZooTakeScRsp), + "CmdSpaceZooDataCsReq" => Some(Self::CmdSpaceZooDataCsReq), + "CmdSpaceZooDeleteCatCsReq" => Some(Self::CmdSpaceZooDeleteCatCsReq), + "CmdSpaceZooDataScRsp" => Some(Self::CmdSpaceZooDataScRsp), + "CmdSpaceZooOpCatteryCsReq" => Some(Self::CmdSpaceZooOpCatteryCsReq), + "CmdSpaceZooMutateScRsp" => Some(Self::CmdSpaceZooMutateScRsp), + "CmdSpaceZooBornScRsp" => Some(Self::CmdSpaceZooBornScRsp), + "CmdSpaceZooCatUpdateNotify" => Some(Self::CmdSpaceZooCatUpdateNotify), + "CmdSpaceZooTakeCsReq" => Some(Self::CmdSpaceZooTakeCsReq), + _ => None, + } + } +} +/// Obf: CLFGPNONHPF +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdStarFightType { + None = 0, + CmdGetStarFightDataCsReq = 7162, + CmdStartStarFightLevelCsReq = 7167, + CmdStarFightDataChangeNotify = 7170, + CmdGetStarFightDataScRsp = 7168, + CmdStartStarFightLevelScRsp = 7163, +} +impl CmdStarFightType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdStarFightType::None => "CmdStarFightTypeNone", + CmdStarFightType::CmdGetStarFightDataCsReq => "CmdGetStarFightDataCsReq", + CmdStarFightType::CmdStartStarFightLevelCsReq => { + "CmdStartStarFightLevelCsReq" + } + CmdStarFightType::CmdStarFightDataChangeNotify => { + "CmdStarFightDataChangeNotify" + } + CmdStarFightType::CmdGetStarFightDataScRsp => "CmdGetStarFightDataScRsp", + CmdStarFightType::CmdStartStarFightLevelScRsp => { + "CmdStartStarFightLevelScRsp" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdStarFightTypeNone" => Some(Self::None), + "CmdGetStarFightDataCsReq" => Some(Self::CmdGetStarFightDataCsReq), + "CmdStartStarFightLevelCsReq" => Some(Self::CmdStartStarFightLevelCsReq), + "CmdStarFightDataChangeNotify" => Some(Self::CmdStarFightDataChangeNotify), + "CmdGetStarFightDataScRsp" => Some(Self::CmdGetStarFightDataScRsp), + "CmdStartStarFightLevelScRsp" => Some(Self::CmdStartStarFightLevelScRsp), + _ => None, + } + } +} +/// Obf: IIEPDNKFAMC +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdStoryLineType { + None = 0, + CmdChangeStoryLineFinishScNotify = 6277, + CmdGetStoryLineInfoCsReq = 6298, + CmdStoryLineInfoScNotify = 6283, + CmdStoryLineTrialAvatarChangeScNotify = 6233, + CmdGetStoryLineInfoScRsp = 6271, +} +impl CmdStoryLineType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdStoryLineType::None => "CmdStoryLineTypeNone", + CmdStoryLineType::CmdChangeStoryLineFinishScNotify => { + "CmdChangeStoryLineFinishScNotify" + } + CmdStoryLineType::CmdGetStoryLineInfoCsReq => "CmdGetStoryLineInfoCsReq", + CmdStoryLineType::CmdStoryLineInfoScNotify => "CmdStoryLineInfoScNotify", + CmdStoryLineType::CmdStoryLineTrialAvatarChangeScNotify => { + "CmdStoryLineTrialAvatarChangeScNotify" + } + CmdStoryLineType::CmdGetStoryLineInfoScRsp => "CmdGetStoryLineInfoScRsp", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdStoryLineTypeNone" => Some(Self::None), + "CmdChangeStoryLineFinishScNotify" => { + Some(Self::CmdChangeStoryLineFinishScNotify) + } + "CmdGetStoryLineInfoCsReq" => Some(Self::CmdGetStoryLineInfoCsReq), + "CmdStoryLineInfoScNotify" => Some(Self::CmdStoryLineInfoScNotify), + "CmdStoryLineTrialAvatarChangeScNotify" => { + Some(Self::CmdStoryLineTrialAvatarChangeScNotify) + } + "CmdGetStoryLineInfoScRsp" => Some(Self::CmdGetStoryLineInfoScRsp), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Mjfcjdcbbdk { + ChangeStoryLineActionNone = 0, + ChangeStoryLineActionFinishAction = 1, + ChangeStoryLineActionClient = 2, + ChangeStoryLineActionCustomOp = 3, +} +impl Mjfcjdcbbdk { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Mjfcjdcbbdk::ChangeStoryLineActionNone => "ChangeStoryLineAction_None", + Mjfcjdcbbdk::ChangeStoryLineActionFinishAction => { + "ChangeStoryLineAction_FinishAction" + } + Mjfcjdcbbdk::ChangeStoryLineActionClient => "ChangeStoryLineAction_Client", + Mjfcjdcbbdk::ChangeStoryLineActionCustomOp => { + "ChangeStoryLineAction_CustomOP" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "ChangeStoryLineAction_None" => Some(Self::ChangeStoryLineActionNone), + "ChangeStoryLineAction_FinishAction" => { + Some(Self::ChangeStoryLineActionFinishAction) + } + "ChangeStoryLineAction_Client" => Some(Self::ChangeStoryLineActionClient), + "ChangeStoryLineAction_CustomOP" => Some(Self::ChangeStoryLineActionCustomOp), + _ => None, + } + } +} +/// Obf: OFOFNAEIBCO +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdStrongChallengeActivityType { + None = 0, + CmdStrongChallengeActivityBattleEndScNotify = 6679, + CmdEnterStrongChallengeActivityStageScRsp = 6642, + CmdEnterStrongChallengeActivityStageCsReq = 6683, + CmdGetStrongChallengeActivityDataCsReq = 6698, + CmdGetStrongChallengeActivityDataScRsp = 6671, +} +impl CmdStrongChallengeActivityType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdStrongChallengeActivityType::None => "CmdStrongChallengeActivityTypeNone", + CmdStrongChallengeActivityType::CmdStrongChallengeActivityBattleEndScNotify => { + "CmdStrongChallengeActivityBattleEndScNotify" + } + CmdStrongChallengeActivityType::CmdEnterStrongChallengeActivityStageScRsp => { + "CmdEnterStrongChallengeActivityStageScRsp" + } + CmdStrongChallengeActivityType::CmdEnterStrongChallengeActivityStageCsReq => { + "CmdEnterStrongChallengeActivityStageCsReq" + } + CmdStrongChallengeActivityType::CmdGetStrongChallengeActivityDataCsReq => { + "CmdGetStrongChallengeActivityDataCsReq" + } + CmdStrongChallengeActivityType::CmdGetStrongChallengeActivityDataScRsp => { + "CmdGetStrongChallengeActivityDataScRsp" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdStrongChallengeActivityTypeNone" => Some(Self::None), + "CmdStrongChallengeActivityBattleEndScNotify" => { + Some(Self::CmdStrongChallengeActivityBattleEndScNotify) + } + "CmdEnterStrongChallengeActivityStageScRsp" => { + Some(Self::CmdEnterStrongChallengeActivityStageScRsp) + } + "CmdEnterStrongChallengeActivityStageCsReq" => { + Some(Self::CmdEnterStrongChallengeActivityStageCsReq) + } + "CmdGetStrongChallengeActivityDataCsReq" => { + Some(Self::CmdGetStrongChallengeActivityDataCsReq) + } + "CmdGetStrongChallengeActivityDataScRsp" => { + Some(Self::CmdGetStrongChallengeActivityDataScRsp) + } + _ => None, + } + } +} +/// Obf: JOOOAJHEIEF +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdSummonActivityType { + None = 0, + CmdSummonActivityBattleEndScNotify = 7570, + CmdEnterSummonActivityStageCsReq = 7567, + CmdGetSummonActivityDataCsReq = 7562, + CmdEnterSummonActivityStageScRsp = 7563, + CmdGetSummonActivityDataScRsp = 7568, +} +impl CmdSummonActivityType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdSummonActivityType::None => "CmdSummonActivityTypeNone", + CmdSummonActivityType::CmdSummonActivityBattleEndScNotify => { + "CmdSummonActivityBattleEndScNotify" + } + CmdSummonActivityType::CmdEnterSummonActivityStageCsReq => { + "CmdEnterSummonActivityStageCsReq" + } + CmdSummonActivityType::CmdGetSummonActivityDataCsReq => { + "CmdGetSummonActivityDataCsReq" + } + CmdSummonActivityType::CmdEnterSummonActivityStageScRsp => { + "CmdEnterSummonActivityStageScRsp" + } + CmdSummonActivityType::CmdGetSummonActivityDataScRsp => { + "CmdGetSummonActivityDataScRsp" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdSummonActivityTypeNone" => Some(Self::None), + "CmdSummonActivityBattleEndScNotify" => { + Some(Self::CmdSummonActivityBattleEndScNotify) + } + "CmdEnterSummonActivityStageCsReq" => { + Some(Self::CmdEnterSummonActivityStageCsReq) + } + "CmdGetSummonActivityDataCsReq" => Some(Self::CmdGetSummonActivityDataCsReq), + "CmdEnterSummonActivityStageScRsp" => { + Some(Self::CmdEnterSummonActivityStageScRsp) + } + "CmdGetSummonActivityDataScRsp" => Some(Self::CmdGetSummonActivityDataScRsp), + _ => None, + } + } +} +/// Obf: ACLOGHKGNMK +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdSwordTrainingType { + None = 0, + CmdSwordTrainingDailyPhaseConfirmCsReq = 7460, + CmdEnterSwordTrainingExamScRsp = 7498, + CmdSwordTrainingStoryConfirmCsReq = 7480, + CmdSwordTrainingDailyPhaseConfirmScRsp = 7474, + CmdSwordTrainingMarkEndingViewedScRsp = 7485, + CmdSwordTrainingActionTurnSettleScNotify = 7469, + CmdSwordTrainingTurnActionScRsp = 7494, + CmdSwordTrainingStoryBattleCsReq = 7476, + CmdSwordTrainingSetSkillTraceScRsp = 7490, + CmdEnterSwordTrainingExamCsReq = 7475, + CmdSwordTrainingRestoreGameCsReq = 7486, + CmdSwordTrainingSelectEndingCsReq = 7489, + CmdSwordTrainingGameSettleScNotify = 7453, + CmdSwordTrainingRestoreGameScRsp = 7459, + CmdGetSwordTrainingDataScRsp = 7492, + CmdSwordTrainingGiveUpGameScRsp = 7466, + CmdSwordTrainingSetSkillTraceCsReq = 7481, + CmdSwordTrainingTurnActionCsReq = 7452, + CmdSwordTrainingStartGameCsReq = 7493, + CmdSwordTrainingLearnSkillScRsp = 7455, + CmdSwordTrainingExamResultConfirmScRsp = 7473, + CmdSwordTrainingStoryBattleScRsp = 7491, + CmdSwordTrainingGameSyncChangeScNotify = 7479, + CmdSwordTrainingMarkEndingViewedCsReq = 7472, + CmdSwordTrainingResumeGameCsReq = 7500, + CmdGetSwordTrainingDataCsReq = 7487, + CmdSwordTrainingUnlockSyncScNotify = 7488, + CmdSwordTrainingDialogueSelectOptionScRsp = 7463, + CmdSwordTrainingGiveUpGameCsReq = 7456, + CmdSwordTrainingLearnSkillCsReq = 7477, + CmdSwordTrainingStoryConfirmScRsp = 7462, + CmdSwordTrainingSelectEndingScRsp = 7470, + CmdSwordTrainingResumeGameScRsp = 7495, + CmdSwordTrainingStartGameScRsp = 7465, + CmdSwordTrainingDialogueSelectOptionCsReq = 7482, + CmdSwordTrainingExamResultConfirmCsReq = 7484, +} +impl CmdSwordTrainingType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdSwordTrainingType::None => "CmdSwordTrainingTypeNone", + CmdSwordTrainingType::CmdSwordTrainingDailyPhaseConfirmCsReq => { + "CmdSwordTrainingDailyPhaseConfirmCsReq" + } + CmdSwordTrainingType::CmdEnterSwordTrainingExamScRsp => { + "CmdEnterSwordTrainingExamScRsp" + } + CmdSwordTrainingType::CmdSwordTrainingStoryConfirmCsReq => { + "CmdSwordTrainingStoryConfirmCsReq" + } + CmdSwordTrainingType::CmdSwordTrainingDailyPhaseConfirmScRsp => { + "CmdSwordTrainingDailyPhaseConfirmScRsp" + } + CmdSwordTrainingType::CmdSwordTrainingMarkEndingViewedScRsp => { + "CmdSwordTrainingMarkEndingViewedScRsp" + } + CmdSwordTrainingType::CmdSwordTrainingActionTurnSettleScNotify => { + "CmdSwordTrainingActionTurnSettleScNotify" + } + CmdSwordTrainingType::CmdSwordTrainingTurnActionScRsp => { + "CmdSwordTrainingTurnActionScRsp" + } + CmdSwordTrainingType::CmdSwordTrainingStoryBattleCsReq => { + "CmdSwordTrainingStoryBattleCsReq" + } + CmdSwordTrainingType::CmdSwordTrainingSetSkillTraceScRsp => { + "CmdSwordTrainingSetSkillTraceScRsp" + } + CmdSwordTrainingType::CmdEnterSwordTrainingExamCsReq => { + "CmdEnterSwordTrainingExamCsReq" + } + CmdSwordTrainingType::CmdSwordTrainingRestoreGameCsReq => { + "CmdSwordTrainingRestoreGameCsReq" + } + CmdSwordTrainingType::CmdSwordTrainingSelectEndingCsReq => { + "CmdSwordTrainingSelectEndingCsReq" + } + CmdSwordTrainingType::CmdSwordTrainingGameSettleScNotify => { + "CmdSwordTrainingGameSettleScNotify" + } + CmdSwordTrainingType::CmdSwordTrainingRestoreGameScRsp => { + "CmdSwordTrainingRestoreGameScRsp" + } + CmdSwordTrainingType::CmdGetSwordTrainingDataScRsp => { + "CmdGetSwordTrainingDataScRsp" + } + CmdSwordTrainingType::CmdSwordTrainingGiveUpGameScRsp => { + "CmdSwordTrainingGiveUpGameScRsp" + } + CmdSwordTrainingType::CmdSwordTrainingSetSkillTraceCsReq => { + "CmdSwordTrainingSetSkillTraceCsReq" + } + CmdSwordTrainingType::CmdSwordTrainingTurnActionCsReq => { + "CmdSwordTrainingTurnActionCsReq" + } + CmdSwordTrainingType::CmdSwordTrainingStartGameCsReq => { + "CmdSwordTrainingStartGameCsReq" + } + CmdSwordTrainingType::CmdSwordTrainingLearnSkillScRsp => { + "CmdSwordTrainingLearnSkillScRsp" + } + CmdSwordTrainingType::CmdSwordTrainingExamResultConfirmScRsp => { + "CmdSwordTrainingExamResultConfirmScRsp" + } + CmdSwordTrainingType::CmdSwordTrainingStoryBattleScRsp => { + "CmdSwordTrainingStoryBattleScRsp" + } + CmdSwordTrainingType::CmdSwordTrainingGameSyncChangeScNotify => { + "CmdSwordTrainingGameSyncChangeScNotify" + } + CmdSwordTrainingType::CmdSwordTrainingMarkEndingViewedCsReq => { + "CmdSwordTrainingMarkEndingViewedCsReq" + } + CmdSwordTrainingType::CmdSwordTrainingResumeGameCsReq => { + "CmdSwordTrainingResumeGameCsReq" + } + CmdSwordTrainingType::CmdGetSwordTrainingDataCsReq => { + "CmdGetSwordTrainingDataCsReq" + } + CmdSwordTrainingType::CmdSwordTrainingUnlockSyncScNotify => { + "CmdSwordTrainingUnlockSyncScNotify" + } + CmdSwordTrainingType::CmdSwordTrainingDialogueSelectOptionScRsp => { + "CmdSwordTrainingDialogueSelectOptionScRsp" + } + CmdSwordTrainingType::CmdSwordTrainingGiveUpGameCsReq => { + "CmdSwordTrainingGiveUpGameCsReq" + } + CmdSwordTrainingType::CmdSwordTrainingLearnSkillCsReq => { + "CmdSwordTrainingLearnSkillCsReq" + } + CmdSwordTrainingType::CmdSwordTrainingStoryConfirmScRsp => { + "CmdSwordTrainingStoryConfirmScRsp" + } + CmdSwordTrainingType::CmdSwordTrainingSelectEndingScRsp => { + "CmdSwordTrainingSelectEndingScRsp" + } + CmdSwordTrainingType::CmdSwordTrainingResumeGameScRsp => { + "CmdSwordTrainingResumeGameScRsp" + } + CmdSwordTrainingType::CmdSwordTrainingStartGameScRsp => { + "CmdSwordTrainingStartGameScRsp" + } + CmdSwordTrainingType::CmdSwordTrainingDialogueSelectOptionCsReq => { + "CmdSwordTrainingDialogueSelectOptionCsReq" + } + CmdSwordTrainingType::CmdSwordTrainingExamResultConfirmCsReq => { + "CmdSwordTrainingExamResultConfirmCsReq" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdSwordTrainingTypeNone" => Some(Self::None), + "CmdSwordTrainingDailyPhaseConfirmCsReq" => { + Some(Self::CmdSwordTrainingDailyPhaseConfirmCsReq) + } + "CmdEnterSwordTrainingExamScRsp" => { + Some(Self::CmdEnterSwordTrainingExamScRsp) + } + "CmdSwordTrainingStoryConfirmCsReq" => { + Some(Self::CmdSwordTrainingStoryConfirmCsReq) + } + "CmdSwordTrainingDailyPhaseConfirmScRsp" => { + Some(Self::CmdSwordTrainingDailyPhaseConfirmScRsp) + } + "CmdSwordTrainingMarkEndingViewedScRsp" => { + Some(Self::CmdSwordTrainingMarkEndingViewedScRsp) + } + "CmdSwordTrainingActionTurnSettleScNotify" => { + Some(Self::CmdSwordTrainingActionTurnSettleScNotify) + } + "CmdSwordTrainingTurnActionScRsp" => { + Some(Self::CmdSwordTrainingTurnActionScRsp) + } + "CmdSwordTrainingStoryBattleCsReq" => { + Some(Self::CmdSwordTrainingStoryBattleCsReq) + } + "CmdSwordTrainingSetSkillTraceScRsp" => { + Some(Self::CmdSwordTrainingSetSkillTraceScRsp) + } + "CmdEnterSwordTrainingExamCsReq" => { + Some(Self::CmdEnterSwordTrainingExamCsReq) + } + "CmdSwordTrainingRestoreGameCsReq" => { + Some(Self::CmdSwordTrainingRestoreGameCsReq) + } + "CmdSwordTrainingSelectEndingCsReq" => { + Some(Self::CmdSwordTrainingSelectEndingCsReq) + } + "CmdSwordTrainingGameSettleScNotify" => { + Some(Self::CmdSwordTrainingGameSettleScNotify) + } + "CmdSwordTrainingRestoreGameScRsp" => { + Some(Self::CmdSwordTrainingRestoreGameScRsp) + } + "CmdGetSwordTrainingDataScRsp" => Some(Self::CmdGetSwordTrainingDataScRsp), + "CmdSwordTrainingGiveUpGameScRsp" => { + Some(Self::CmdSwordTrainingGiveUpGameScRsp) + } + "CmdSwordTrainingSetSkillTraceCsReq" => { + Some(Self::CmdSwordTrainingSetSkillTraceCsReq) + } + "CmdSwordTrainingTurnActionCsReq" => { + Some(Self::CmdSwordTrainingTurnActionCsReq) + } + "CmdSwordTrainingStartGameCsReq" => { + Some(Self::CmdSwordTrainingStartGameCsReq) + } + "CmdSwordTrainingLearnSkillScRsp" => { + Some(Self::CmdSwordTrainingLearnSkillScRsp) + } + "CmdSwordTrainingExamResultConfirmScRsp" => { + Some(Self::CmdSwordTrainingExamResultConfirmScRsp) + } + "CmdSwordTrainingStoryBattleScRsp" => { + Some(Self::CmdSwordTrainingStoryBattleScRsp) + } + "CmdSwordTrainingGameSyncChangeScNotify" => { + Some(Self::CmdSwordTrainingGameSyncChangeScNotify) + } + "CmdSwordTrainingMarkEndingViewedCsReq" => { + Some(Self::CmdSwordTrainingMarkEndingViewedCsReq) + } + "CmdSwordTrainingResumeGameCsReq" => { + Some(Self::CmdSwordTrainingResumeGameCsReq) + } + "CmdGetSwordTrainingDataCsReq" => Some(Self::CmdGetSwordTrainingDataCsReq), + "CmdSwordTrainingUnlockSyncScNotify" => { + Some(Self::CmdSwordTrainingUnlockSyncScNotify) + } + "CmdSwordTrainingDialogueSelectOptionScRsp" => { + Some(Self::CmdSwordTrainingDialogueSelectOptionScRsp) + } + "CmdSwordTrainingGiveUpGameCsReq" => { + Some(Self::CmdSwordTrainingGiveUpGameCsReq) + } + "CmdSwordTrainingLearnSkillCsReq" => { + Some(Self::CmdSwordTrainingLearnSkillCsReq) + } + "CmdSwordTrainingStoryConfirmScRsp" => { + Some(Self::CmdSwordTrainingStoryConfirmScRsp) + } + "CmdSwordTrainingSelectEndingScRsp" => { + Some(Self::CmdSwordTrainingSelectEndingScRsp) + } + "CmdSwordTrainingResumeGameScRsp" => { + Some(Self::CmdSwordTrainingResumeGameScRsp) + } + "CmdSwordTrainingStartGameScRsp" => { + Some(Self::CmdSwordTrainingStartGameScRsp) + } + "CmdSwordTrainingDialogueSelectOptionCsReq" => { + Some(Self::CmdSwordTrainingDialogueSelectOptionCsReq) + } + "CmdSwordTrainingExamResultConfirmCsReq" => { + Some(Self::CmdSwordTrainingExamResultConfirmCsReq) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Knaehljadln { + SwordTrainGameSourceTypeNone = 0, + SwordTrainGameSourceTypeTurnSettle = 1, + SwordTrainGameSourceTypeStatusUpgrade = 2, + SwordTrainGameSourceTypeAction = 3, + SwordTrainGameSourceTypeActionHint = 4, + SwordTrainGameSourceTypeStory = 5, + SwordTrainGameSourceTypeExamBonus = 6, + SwordTrainGameSourceTypeDialogue = 7, +} +impl Knaehljadln { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Knaehljadln::SwordTrainGameSourceTypeNone => { + "SWORD_TRAIN_GAME_SOURCE_TYPE_NONE" + } + Knaehljadln::SwordTrainGameSourceTypeTurnSettle => { + "SWORD_TRAIN_GAME_SOURCE_TYPE_TURN_SETTLE" + } + Knaehljadln::SwordTrainGameSourceTypeStatusUpgrade => { + "SWORD_TRAIN_GAME_SOURCE_TYPE_STATUS_UPGRADE" + } + Knaehljadln::SwordTrainGameSourceTypeAction => { + "SWORD_TRAIN_GAME_SOURCE_TYPE_ACTION" + } + Knaehljadln::SwordTrainGameSourceTypeActionHint => { + "SWORD_TRAIN_GAME_SOURCE_TYPE_ACTION_HINT" + } + Knaehljadln::SwordTrainGameSourceTypeStory => { + "SWORD_TRAIN_GAME_SOURCE_TYPE_STORY" + } + Knaehljadln::SwordTrainGameSourceTypeExamBonus => { + "SWORD_TRAIN_GAME_SOURCE_TYPE_EXAM_BONUS" + } + Knaehljadln::SwordTrainGameSourceTypeDialogue => { + "SWORD_TRAIN_GAME_SOURCE_TYPE_DIALOGUE" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "SWORD_TRAIN_GAME_SOURCE_TYPE_NONE" => { + Some(Self::SwordTrainGameSourceTypeNone) + } + "SWORD_TRAIN_GAME_SOURCE_TYPE_TURN_SETTLE" => { + Some(Self::SwordTrainGameSourceTypeTurnSettle) + } + "SWORD_TRAIN_GAME_SOURCE_TYPE_STATUS_UPGRADE" => { + Some(Self::SwordTrainGameSourceTypeStatusUpgrade) + } + "SWORD_TRAIN_GAME_SOURCE_TYPE_ACTION" => { + Some(Self::SwordTrainGameSourceTypeAction) + } + "SWORD_TRAIN_GAME_SOURCE_TYPE_ACTION_HINT" => { + Some(Self::SwordTrainGameSourceTypeActionHint) + } + "SWORD_TRAIN_GAME_SOURCE_TYPE_STORY" => { + Some(Self::SwordTrainGameSourceTypeStory) + } + "SWORD_TRAIN_GAME_SOURCE_TYPE_EXAM_BONUS" => { + Some(Self::SwordTrainGameSourceTypeExamBonus) + } + "SWORD_TRAIN_GAME_SOURCE_TYPE_DIALOGUE" => { + Some(Self::SwordTrainGameSourceTypeDialogue) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Hnhodfelcap { + SwordTrainingDailyPhaseTypeNone = 0, + SwordTrainingDailyPhaseTypeMorning = 1, + SwordTrainingDailyPhaseTypeNoon = 2, + SwordTrainingDailyPhaseTypeAfternoon = 3, + SwordTrainingDailyPhaseTypeEvening = 4, +} +impl Hnhodfelcap { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Hnhodfelcap::SwordTrainingDailyPhaseTypeNone => { + "SWORD_TRAINING_DAILY_PHASE_TYPE_NONE" + } + Hnhodfelcap::SwordTrainingDailyPhaseTypeMorning => { + "SWORD_TRAINING_DAILY_PHASE_TYPE_MORNING" + } + Hnhodfelcap::SwordTrainingDailyPhaseTypeNoon => { + "SWORD_TRAINING_DAILY_PHASE_TYPE_NOON" + } + Hnhodfelcap::SwordTrainingDailyPhaseTypeAfternoon => { + "SWORD_TRAINING_DAILY_PHASE_TYPE_AFTERNOON" + } + Hnhodfelcap::SwordTrainingDailyPhaseTypeEvening => { + "SWORD_TRAINING_DAILY_PHASE_TYPE_EVENING" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "SWORD_TRAINING_DAILY_PHASE_TYPE_NONE" => { + Some(Self::SwordTrainingDailyPhaseTypeNone) + } + "SWORD_TRAINING_DAILY_PHASE_TYPE_MORNING" => { + Some(Self::SwordTrainingDailyPhaseTypeMorning) + } + "SWORD_TRAINING_DAILY_PHASE_TYPE_NOON" => { + Some(Self::SwordTrainingDailyPhaseTypeNoon) + } + "SWORD_TRAINING_DAILY_PHASE_TYPE_AFTERNOON" => { + Some(Self::SwordTrainingDailyPhaseTypeAfternoon) + } + "SWORD_TRAINING_DAILY_PHASE_TYPE_EVENING" => { + Some(Self::SwordTrainingDailyPhaseTypeEvening) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Jpnaoebbghg { + SwordTrainingStatusTypeNone = 0, + SwordTrainingStatusTypePower = 1, + SwordTrainingStatusTypeAgility = 2, + SwordTrainingStatusTypeToughness = 3, + SwordTrainingStatusTypePerception = 4, + SwordTrainingStatusTypeMax = 5, +} +impl Jpnaoebbghg { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Jpnaoebbghg::SwordTrainingStatusTypeNone => "SWORD_TRAINING_STATUS_TYPE_NONE", + Jpnaoebbghg::SwordTrainingStatusTypePower => { + "SWORD_TRAINING_STATUS_TYPE_POWER" + } + Jpnaoebbghg::SwordTrainingStatusTypeAgility => { + "SWORD_TRAINING_STATUS_TYPE_AGILITY" + } + Jpnaoebbghg::SwordTrainingStatusTypeToughness => { + "SWORD_TRAINING_STATUS_TYPE_TOUGHNESS" + } + Jpnaoebbghg::SwordTrainingStatusTypePerception => { + "SWORD_TRAINING_STATUS_TYPE_PERCEPTION" + } + Jpnaoebbghg::SwordTrainingStatusTypeMax => "_SWORD_TRAINING_STATUS_TYPE_MAX", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "SWORD_TRAINING_STATUS_TYPE_NONE" => Some(Self::SwordTrainingStatusTypeNone), + "SWORD_TRAINING_STATUS_TYPE_POWER" => { + Some(Self::SwordTrainingStatusTypePower) + } + "SWORD_TRAINING_STATUS_TYPE_AGILITY" => { + Some(Self::SwordTrainingStatusTypeAgility) + } + "SWORD_TRAINING_STATUS_TYPE_TOUGHNESS" => { + Some(Self::SwordTrainingStatusTypeToughness) + } + "SWORD_TRAINING_STATUS_TYPE_PERCEPTION" => { + Some(Self::SwordTrainingStatusTypePerception) + } + "_SWORD_TRAINING_STATUS_TYPE_MAX" => Some(Self::SwordTrainingStatusTypeMax), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Kpjjekidjbc { + SwordTrainingGameSettleNone = 0, + SwordTrainingGameSettleFinish = 1, + SwordTrainingGameSettleGiveUp = 2, + SwordTrainingGameSettleBattleFailed = 3, + SwordTrainingGameSettleForce = 4, + SwordTrainingGameSettleByRestore = 5, +} +impl Kpjjekidjbc { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Kpjjekidjbc::SwordTrainingGameSettleNone => "SWORD_TRAINING_GAME_SETTLE_NONE", + Kpjjekidjbc::SwordTrainingGameSettleFinish => { + "SWORD_TRAINING_GAME_SETTLE_FINISH" + } + Kpjjekidjbc::SwordTrainingGameSettleGiveUp => { + "SWORD_TRAINING_GAME_SETTLE_GIVE_UP" + } + Kpjjekidjbc::SwordTrainingGameSettleBattleFailed => { + "SWORD_TRAINING_GAME_SETTLE_BATTLE_FAILED" + } + Kpjjekidjbc::SwordTrainingGameSettleForce => { + "SWORD_TRAINING_GAME_SETTLE_FORCE" + } + Kpjjekidjbc::SwordTrainingGameSettleByRestore => { + "SWORD_TRAINING_GAME_SETTLE_BY_RESTORE" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "SWORD_TRAINING_GAME_SETTLE_NONE" => Some(Self::SwordTrainingGameSettleNone), + "SWORD_TRAINING_GAME_SETTLE_FINISH" => { + Some(Self::SwordTrainingGameSettleFinish) + } + "SWORD_TRAINING_GAME_SETTLE_GIVE_UP" => { + Some(Self::SwordTrainingGameSettleGiveUp) + } + "SWORD_TRAINING_GAME_SETTLE_BATTLE_FAILED" => { + Some(Self::SwordTrainingGameSettleBattleFailed) + } + "SWORD_TRAINING_GAME_SETTLE_FORCE" => { + Some(Self::SwordTrainingGameSettleForce) + } + "SWORD_TRAINING_GAME_SETTLE_BY_RESTORE" => { + Some(Self::SwordTrainingGameSettleByRestore) + } + _ => None, + } + } +} +/// Obf: NBOINJPFOIF +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdPlayerSync { + None = 0, + ScNotify = 698, +} +impl CmdPlayerSync { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdPlayerSync::None => "CmdPlayerSyncNone", + CmdPlayerSync::ScNotify => "CmdPlayerSyncScNotify", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdPlayerSyncNone" => Some(Self::None), + "CmdPlayerSyncScNotify" => Some(Self::ScNotify), + _ => None, + } + } +} +/// Obf: EELMLJJBNOM +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdTalkRewardType { + None = 0, + CmdFinishFirstTalkByPerformanceNpcScRsp = 2122, + CmdGetFirstTalkByPerformanceNpcCsReq = 2178, + CmdGetFirstTalkNpcScRsp = 2177, + CmdTakeTalkRewardScRsp = 2142, + CmdGetNpcTakenRewardScRsp = 2171, + CmdTakeTalkRewardCsReq = 2183, + CmdSelectInclinationTextCsReq = 2128, + CmdSelectInclinationTextScRsp = 2138, + CmdGetFirstTalkNpcCsReq = 2179, + CmdFinishFirstTalkNpcScRsp = 2112, + CmdFinishFirstTalkByPerformanceNpcCsReq = 2189, + CmdGetNpcTakenRewardCsReq = 2198, + CmdGetFirstTalkByPerformanceNpcScRsp = 2156, + CmdFinishFirstTalkNpcCsReq = 2133, +} +impl CmdTalkRewardType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdTalkRewardType::None => "CmdTalkRewardTypeNone", + CmdTalkRewardType::CmdFinishFirstTalkByPerformanceNpcScRsp => { + "CmdFinishFirstTalkByPerformanceNpcScRsp" + } + CmdTalkRewardType::CmdGetFirstTalkByPerformanceNpcCsReq => { + "CmdGetFirstTalkByPerformanceNpcCsReq" + } + CmdTalkRewardType::CmdGetFirstTalkNpcScRsp => "CmdGetFirstTalkNpcScRsp", + CmdTalkRewardType::CmdTakeTalkRewardScRsp => "CmdTakeTalkRewardScRsp", + CmdTalkRewardType::CmdGetNpcTakenRewardScRsp => "CmdGetNpcTakenRewardScRsp", + CmdTalkRewardType::CmdTakeTalkRewardCsReq => "CmdTakeTalkRewardCsReq", + CmdTalkRewardType::CmdSelectInclinationTextCsReq => { + "CmdSelectInclinationTextCsReq" + } + CmdTalkRewardType::CmdSelectInclinationTextScRsp => { + "CmdSelectInclinationTextScRsp" + } + CmdTalkRewardType::CmdGetFirstTalkNpcCsReq => "CmdGetFirstTalkNpcCsReq", + CmdTalkRewardType::CmdFinishFirstTalkNpcScRsp => "CmdFinishFirstTalkNpcScRsp", + CmdTalkRewardType::CmdFinishFirstTalkByPerformanceNpcCsReq => { + "CmdFinishFirstTalkByPerformanceNpcCsReq" + } + CmdTalkRewardType::CmdGetNpcTakenRewardCsReq => "CmdGetNpcTakenRewardCsReq", + CmdTalkRewardType::CmdGetFirstTalkByPerformanceNpcScRsp => { + "CmdGetFirstTalkByPerformanceNpcScRsp" + } + CmdTalkRewardType::CmdFinishFirstTalkNpcCsReq => "CmdFinishFirstTalkNpcCsReq", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdTalkRewardTypeNone" => Some(Self::None), + "CmdFinishFirstTalkByPerformanceNpcScRsp" => { + Some(Self::CmdFinishFirstTalkByPerformanceNpcScRsp) + } + "CmdGetFirstTalkByPerformanceNpcCsReq" => { + Some(Self::CmdGetFirstTalkByPerformanceNpcCsReq) + } + "CmdGetFirstTalkNpcScRsp" => Some(Self::CmdGetFirstTalkNpcScRsp), + "CmdTakeTalkRewardScRsp" => Some(Self::CmdTakeTalkRewardScRsp), + "CmdGetNpcTakenRewardScRsp" => Some(Self::CmdGetNpcTakenRewardScRsp), + "CmdTakeTalkRewardCsReq" => Some(Self::CmdTakeTalkRewardCsReq), + "CmdSelectInclinationTextCsReq" => Some(Self::CmdSelectInclinationTextCsReq), + "CmdSelectInclinationTextScRsp" => Some(Self::CmdSelectInclinationTextScRsp), + "CmdGetFirstTalkNpcCsReq" => Some(Self::CmdGetFirstTalkNpcCsReq), + "CmdFinishFirstTalkNpcScRsp" => Some(Self::CmdFinishFirstTalkNpcScRsp), + "CmdFinishFirstTalkByPerformanceNpcCsReq" => { + Some(Self::CmdFinishFirstTalkByPerformanceNpcCsReq) + } + "CmdGetNpcTakenRewardCsReq" => Some(Self::CmdGetNpcTakenRewardCsReq), + "CmdGetFirstTalkByPerformanceNpcScRsp" => { + Some(Self::CmdGetFirstTalkByPerformanceNpcScRsp) + } + "CmdFinishFirstTalkNpcCsReq" => Some(Self::CmdFinishFirstTalkNpcCsReq), + _ => None, + } + } +} +/// Obf: JLEJAJBOAPB +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdTelevisionActivityType { + None = 0, + CmdTelevisionActivityBattleEndScNotify = 6975, + CmdGetTelevisionActivityDataCsReq = 6974, + CmdGetTelevisionActivityDataScRsp = 6977, + CmdEnterTelevisionActivityStageScRsp = 6968, + CmdTelevisionActivityDataChangeScNotify = 6973, + CmdEnterTelevisionActivityStageCsReq = 6970, +} +impl CmdTelevisionActivityType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdTelevisionActivityType::None => "CmdTelevisionActivityTypeNone", + CmdTelevisionActivityType::CmdTelevisionActivityBattleEndScNotify => { + "CmdTelevisionActivityBattleEndScNotify" + } + CmdTelevisionActivityType::CmdGetTelevisionActivityDataCsReq => { + "CmdGetTelevisionActivityDataCsReq" + } + CmdTelevisionActivityType::CmdGetTelevisionActivityDataScRsp => { + "CmdGetTelevisionActivityDataScRsp" + } + CmdTelevisionActivityType::CmdEnterTelevisionActivityStageScRsp => { + "CmdEnterTelevisionActivityStageScRsp" + } + CmdTelevisionActivityType::CmdTelevisionActivityDataChangeScNotify => { + "CmdTelevisionActivityDataChangeScNotify" + } + CmdTelevisionActivityType::CmdEnterTelevisionActivityStageCsReq => { + "CmdEnterTelevisionActivityStageCsReq" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdTelevisionActivityTypeNone" => Some(Self::None), + "CmdTelevisionActivityBattleEndScNotify" => { + Some(Self::CmdTelevisionActivityBattleEndScNotify) + } + "CmdGetTelevisionActivityDataCsReq" => { + Some(Self::CmdGetTelevisionActivityDataCsReq) + } + "CmdGetTelevisionActivityDataScRsp" => { + Some(Self::CmdGetTelevisionActivityDataScRsp) + } + "CmdEnterTelevisionActivityStageScRsp" => { + Some(Self::CmdEnterTelevisionActivityStageScRsp) + } + "CmdTelevisionActivityDataChangeScNotify" => { + Some(Self::CmdTelevisionActivityDataChangeScNotify) + } + "CmdEnterTelevisionActivityStageCsReq" => { + Some(Self::CmdEnterTelevisionActivityStageCsReq) + } + _ => None, + } + } +} +/// Obf: CMHDEPKKHHN +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdTextJoinType { + None = 0, + CmdTextJoinBatchSaveCsReq = 3879, + CmdTextJoinQueryCsReq = 3883, + CmdTextJoinSaveCsReq = 3898, + CmdTextJoinSaveScRsp = 3871, + CmdTextJoinQueryScRsp = 3842, + CmdTextJoinBatchSaveScRsp = 3877, +} +impl CmdTextJoinType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdTextJoinType::None => "CmdTextJoinTypeNone", + CmdTextJoinType::CmdTextJoinBatchSaveCsReq => "CmdTextJoinBatchSaveCsReq", + CmdTextJoinType::CmdTextJoinQueryCsReq => "CmdTextJoinQueryCsReq", + CmdTextJoinType::CmdTextJoinSaveCsReq => "CmdTextJoinSaveCsReq", + CmdTextJoinType::CmdTextJoinSaveScRsp => "CmdTextJoinSaveScRsp", + CmdTextJoinType::CmdTextJoinQueryScRsp => "CmdTextJoinQueryScRsp", + CmdTextJoinType::CmdTextJoinBatchSaveScRsp => "CmdTextJoinBatchSaveScRsp", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdTextJoinTypeNone" => Some(Self::None), + "CmdTextJoinBatchSaveCsReq" => Some(Self::CmdTextJoinBatchSaveCsReq), + "CmdTextJoinQueryCsReq" => Some(Self::CmdTextJoinQueryCsReq), + "CmdTextJoinSaveCsReq" => Some(Self::CmdTextJoinSaveCsReq), + "CmdTextJoinSaveScRsp" => Some(Self::CmdTextJoinSaveScRsp), + "CmdTextJoinQueryScRsp" => Some(Self::CmdTextJoinQueryScRsp), + "CmdTextJoinBatchSaveScRsp" => Some(Self::CmdTextJoinBatchSaveScRsp), + _ => None, + } + } +} +/// Obf: ELMPEJPNAEP +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdTrackPhotoActivityType { + None = 0, + CmdQuitTrackPhotoStageCsReq = 7555, + CmdQuitTrackPhotoStageScRsp = 7556, + CmdStartTrackPhotoStageCsReq = 7560, + CmdSettleTrackPhotoStageCsReq = 7557, + CmdSettleTrackPhotoStageScRsp = 7553, + CmdStartTrackPhotoStageScRsp = 7554, + CmdGetTrackPhotoActivityDataScRsp = 7558, + CmdGetTrackPhotoActivityDataCsReq = 7552, +} +impl CmdTrackPhotoActivityType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdTrackPhotoActivityType::None => "CmdTrackPhotoActivityTypeNone", + CmdTrackPhotoActivityType::CmdQuitTrackPhotoStageCsReq => { + "CmdQuitTrackPhotoStageCsReq" + } + CmdTrackPhotoActivityType::CmdQuitTrackPhotoStageScRsp => { + "CmdQuitTrackPhotoStageScRsp" + } + CmdTrackPhotoActivityType::CmdStartTrackPhotoStageCsReq => { + "CmdStartTrackPhotoStageCsReq" + } + CmdTrackPhotoActivityType::CmdSettleTrackPhotoStageCsReq => { + "CmdSettleTrackPhotoStageCsReq" + } + CmdTrackPhotoActivityType::CmdSettleTrackPhotoStageScRsp => { + "CmdSettleTrackPhotoStageScRsp" + } + CmdTrackPhotoActivityType::CmdStartTrackPhotoStageScRsp => { + "CmdStartTrackPhotoStageScRsp" + } + CmdTrackPhotoActivityType::CmdGetTrackPhotoActivityDataScRsp => { + "CmdGetTrackPhotoActivityDataScRsp" + } + CmdTrackPhotoActivityType::CmdGetTrackPhotoActivityDataCsReq => { + "CmdGetTrackPhotoActivityDataCsReq" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdTrackPhotoActivityTypeNone" => Some(Self::None), + "CmdQuitTrackPhotoStageCsReq" => Some(Self::CmdQuitTrackPhotoStageCsReq), + "CmdQuitTrackPhotoStageScRsp" => Some(Self::CmdQuitTrackPhotoStageScRsp), + "CmdStartTrackPhotoStageCsReq" => Some(Self::CmdStartTrackPhotoStageCsReq), + "CmdSettleTrackPhotoStageCsReq" => Some(Self::CmdSettleTrackPhotoStageCsReq), + "CmdSettleTrackPhotoStageScRsp" => Some(Self::CmdSettleTrackPhotoStageScRsp), + "CmdStartTrackPhotoStageScRsp" => Some(Self::CmdStartTrackPhotoStageScRsp), + "CmdGetTrackPhotoActivityDataScRsp" => { + Some(Self::CmdGetTrackPhotoActivityDataScRsp) + } + "CmdGetTrackPhotoActivityDataCsReq" => { + Some(Self::CmdGetTrackPhotoActivityDataCsReq) + } + _ => None, + } + } +} +/// Obf: HPFOEOAEPHI +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdTrainVisitorType { + None = 0, + CmdTrainVisitorBehaviorFinishCsReq = 3798, + CmdShowNewSupplementVisitorScRsp = 3756, + CmdTakeTrainVisitorUntakenBehaviorRewardScRsp = 3738, + CmdGetTrainVisitorBehaviorCsReq = 3783, + CmdGetTrainVisitorBehaviorScRsp = 3742, + CmdTakeTrainVisitorUntakenBehaviorRewardCsReq = 3728, + CmdShowNewSupplementVisitorCsReq = 3778, + CmdGetTrainVisitorRegisterCsReq = 3733, + CmdTrainRefreshTimeNotify = 3779, + CmdTrainVisitorBehaviorFinishScRsp = 3771, + CmdGetTrainVisitorRegisterScRsp = 3712, + CmdTrainVisitorRewardSendNotify = 3777, +} +impl CmdTrainVisitorType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdTrainVisitorType::None => "CmdTrainVisitorTypeNone", + CmdTrainVisitorType::CmdTrainVisitorBehaviorFinishCsReq => { + "CmdTrainVisitorBehaviorFinishCsReq" + } + CmdTrainVisitorType::CmdShowNewSupplementVisitorScRsp => { + "CmdShowNewSupplementVisitorScRsp" + } + CmdTrainVisitorType::CmdTakeTrainVisitorUntakenBehaviorRewardScRsp => { + "CmdTakeTrainVisitorUntakenBehaviorRewardScRsp" + } + CmdTrainVisitorType::CmdGetTrainVisitorBehaviorCsReq => { + "CmdGetTrainVisitorBehaviorCsReq" + } + CmdTrainVisitorType::CmdGetTrainVisitorBehaviorScRsp => { + "CmdGetTrainVisitorBehaviorScRsp" + } + CmdTrainVisitorType::CmdTakeTrainVisitorUntakenBehaviorRewardCsReq => { + "CmdTakeTrainVisitorUntakenBehaviorRewardCsReq" + } + CmdTrainVisitorType::CmdShowNewSupplementVisitorCsReq => { + "CmdShowNewSupplementVisitorCsReq" + } + CmdTrainVisitorType::CmdGetTrainVisitorRegisterCsReq => { + "CmdGetTrainVisitorRegisterCsReq" + } + CmdTrainVisitorType::CmdTrainRefreshTimeNotify => "CmdTrainRefreshTimeNotify", + CmdTrainVisitorType::CmdTrainVisitorBehaviorFinishScRsp => { + "CmdTrainVisitorBehaviorFinishScRsp" + } + CmdTrainVisitorType::CmdGetTrainVisitorRegisterScRsp => { + "CmdGetTrainVisitorRegisterScRsp" + } + CmdTrainVisitorType::CmdTrainVisitorRewardSendNotify => { + "CmdTrainVisitorRewardSendNotify" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdTrainVisitorTypeNone" => Some(Self::None), + "CmdTrainVisitorBehaviorFinishCsReq" => { + Some(Self::CmdTrainVisitorBehaviorFinishCsReq) + } + "CmdShowNewSupplementVisitorScRsp" => { + Some(Self::CmdShowNewSupplementVisitorScRsp) + } + "CmdTakeTrainVisitorUntakenBehaviorRewardScRsp" => { + Some(Self::CmdTakeTrainVisitorUntakenBehaviorRewardScRsp) + } + "CmdGetTrainVisitorBehaviorCsReq" => { + Some(Self::CmdGetTrainVisitorBehaviorCsReq) + } + "CmdGetTrainVisitorBehaviorScRsp" => { + Some(Self::CmdGetTrainVisitorBehaviorScRsp) + } + "CmdTakeTrainVisitorUntakenBehaviorRewardCsReq" => { + Some(Self::CmdTakeTrainVisitorUntakenBehaviorRewardCsReq) + } + "CmdShowNewSupplementVisitorCsReq" => { + Some(Self::CmdShowNewSupplementVisitorCsReq) + } + "CmdGetTrainVisitorRegisterCsReq" => { + Some(Self::CmdGetTrainVisitorRegisterCsReq) + } + "CmdTrainRefreshTimeNotify" => Some(Self::CmdTrainRefreshTimeNotify), + "CmdTrainVisitorBehaviorFinishScRsp" => { + Some(Self::CmdTrainVisitorBehaviorFinishScRsp) + } + "CmdGetTrainVisitorRegisterScRsp" => { + Some(Self::CmdGetTrainVisitorRegisterScRsp) + } + "CmdTrainVisitorRewardSendNotify" => { + Some(Self::CmdTrainVisitorRewardSendNotify) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Kfhiamadhkf { + TrainVisitorRewardSendNone = 0, + TrainVisitorRewardSendRegister = 1, + TrainVisitorRewardSendMission = 2, +} +impl Kfhiamadhkf { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Kfhiamadhkf::TrainVisitorRewardSendNone => "TRAIN_VISITOR_REWARD_SEND_NONE", + Kfhiamadhkf::TrainVisitorRewardSendRegister => { + "TRAIN_VISITOR_REWARD_SEND_REGISTER" + } + Kfhiamadhkf::TrainVisitorRewardSendMission => { + "TRAIN_VISITOR_REWARD_SEND_MISSION" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "TRAIN_VISITOR_REWARD_SEND_NONE" => Some(Self::TrainVisitorRewardSendNone), + "TRAIN_VISITOR_REWARD_SEND_REGISTER" => { + Some(Self::TrainVisitorRewardSendRegister) + } + "TRAIN_VISITOR_REWARD_SEND_MISSION" => { + Some(Self::TrainVisitorRewardSendMission) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Jdehgbdkggp { + TrainVisitorStatusNone = 0, + TrainVisitorStatusInit = 1, + TrainVisitorStatusGetOn = 2, + TrainVisitorStatusGetOff = 3, +} +impl Jdehgbdkggp { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Jdehgbdkggp::TrainVisitorStatusNone => "TRAIN_VISITOR_STATUS_NONE", + Jdehgbdkggp::TrainVisitorStatusInit => "TRAIN_VISITOR_STATUS_INIT", + Jdehgbdkggp::TrainVisitorStatusGetOn => "TRAIN_VISITOR_STATUS_GET_ON", + Jdehgbdkggp::TrainVisitorStatusGetOff => "TRAIN_VISITOR_STATUS_GET_OFF", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "TRAIN_VISITOR_STATUS_NONE" => Some(Self::TrainVisitorStatusNone), + "TRAIN_VISITOR_STATUS_INIT" => Some(Self::TrainVisitorStatusInit), + "TRAIN_VISITOR_STATUS_GET_ON" => Some(Self::TrainVisitorStatusGetOn), + "TRAIN_VISITOR_STATUS_GET_OFF" => Some(Self::TrainVisitorStatusGetOff), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Gkgiebbbnli { + TrainVisitorRegisterGetTypeNone = 0, + TrainVisitorRegisterGetTypeAuto = 1, + TrainVisitorRegisterGetTypeManual = 2, +} +impl Gkgiebbbnli { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Gkgiebbbnli::TrainVisitorRegisterGetTypeNone => { + "TRAIN_VISITOR_REGISTER_GET_TYPE_NONE" + } + Gkgiebbbnli::TrainVisitorRegisterGetTypeAuto => { + "TRAIN_VISITOR_REGISTER_GET_TYPE_AUTO" + } + Gkgiebbbnli::TrainVisitorRegisterGetTypeManual => { + "TRAIN_VISITOR_REGISTER_GET_TYPE_MANUAL" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "TRAIN_VISITOR_REGISTER_GET_TYPE_NONE" => { + Some(Self::TrainVisitorRegisterGetTypeNone) + } + "TRAIN_VISITOR_REGISTER_GET_TYPE_AUTO" => { + Some(Self::TrainVisitorRegisterGetTypeAuto) + } + "TRAIN_VISITOR_REGISTER_GET_TYPE_MANUAL" => { + Some(Self::TrainVisitorRegisterGetTypeManual) + } + _ => None, + } + } +} +/// Obf: FEMEKACEKAK +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdTravelBrochure { + None = 0, + RemovePasterScRsp = 6438, + GetPasterScNotify = 6489, + SetPageDescStatusScRsp = 6420, + UpdatePasterPosCsReq = 6478, + GetDataScRsp = 6471, + SelectMessageScRsp = 6477, + GetDataCsReq = 6498, + SetCustomValueCsReq = 6466, + PageResetCsReq = 6450, + ApplyPasterCsReq = 6433, + ApplyPasterListCsReq = 6404, + ApplyPasterScRsp = 6412, + SelectMessageCsReq = 6479, + ApplyPasterListScRsp = 6460, + RemovePasterCsReq = 6428, + SetPageDescStatusCsReq = 6445, + UpdatePasterPosScRsp = 6456, + SetCustomValueScRsp = 6405, + PageResetScRsp = 6431, + PageUnlockScNotify = 6483, +} +impl CmdTravelBrochure { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdTravelBrochure::None => "CmdTravelBrochureNone", + CmdTravelBrochure::RemovePasterScRsp => "CmdTravelBrochureRemovePasterScRsp", + CmdTravelBrochure::GetPasterScNotify => "CmdTravelBrochureGetPasterScNotify", + CmdTravelBrochure::SetPageDescStatusScRsp => { + "CmdTravelBrochureSetPageDescStatusScRsp" + } + CmdTravelBrochure::UpdatePasterPosCsReq => { + "CmdTravelBrochureUpdatePasterPosCsReq" + } + CmdTravelBrochure::GetDataScRsp => "CmdTravelBrochureGetDataScRsp", + CmdTravelBrochure::SelectMessageScRsp => { + "CmdTravelBrochureSelectMessageScRsp" + } + CmdTravelBrochure::GetDataCsReq => "CmdTravelBrochureGetDataCsReq", + CmdTravelBrochure::SetCustomValueCsReq => { + "CmdTravelBrochureSetCustomValueCsReq" + } + CmdTravelBrochure::PageResetCsReq => "CmdTravelBrochurePageResetCsReq", + CmdTravelBrochure::ApplyPasterCsReq => "CmdTravelBrochureApplyPasterCsReq", + CmdTravelBrochure::ApplyPasterListCsReq => { + "CmdTravelBrochureApplyPasterListCsReq" + } + CmdTravelBrochure::ApplyPasterScRsp => "CmdTravelBrochureApplyPasterScRsp", + CmdTravelBrochure::SelectMessageCsReq => { + "CmdTravelBrochureSelectMessageCsReq" + } + CmdTravelBrochure::ApplyPasterListScRsp => { + "CmdTravelBrochureApplyPasterListScRsp" + } + CmdTravelBrochure::RemovePasterCsReq => "CmdTravelBrochureRemovePasterCsReq", + CmdTravelBrochure::SetPageDescStatusCsReq => { + "CmdTravelBrochureSetPageDescStatusCsReq" + } + CmdTravelBrochure::UpdatePasterPosScRsp => { + "CmdTravelBrochureUpdatePasterPosScRsp" + } + CmdTravelBrochure::SetCustomValueScRsp => { + "CmdTravelBrochureSetCustomValueScRsp" + } + CmdTravelBrochure::PageResetScRsp => "CmdTravelBrochurePageResetScRsp", + CmdTravelBrochure::PageUnlockScNotify => { + "CmdTravelBrochurePageUnlockScNotify" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdTravelBrochureNone" => Some(Self::None), + "CmdTravelBrochureRemovePasterScRsp" => Some(Self::RemovePasterScRsp), + "CmdTravelBrochureGetPasterScNotify" => Some(Self::GetPasterScNotify), + "CmdTravelBrochureSetPageDescStatusScRsp" => { + Some(Self::SetPageDescStatusScRsp) + } + "CmdTravelBrochureUpdatePasterPosCsReq" => Some(Self::UpdatePasterPosCsReq), + "CmdTravelBrochureGetDataScRsp" => Some(Self::GetDataScRsp), + "CmdTravelBrochureSelectMessageScRsp" => Some(Self::SelectMessageScRsp), + "CmdTravelBrochureGetDataCsReq" => Some(Self::GetDataCsReq), + "CmdTravelBrochureSetCustomValueCsReq" => Some(Self::SetCustomValueCsReq), + "CmdTravelBrochurePageResetCsReq" => Some(Self::PageResetCsReq), + "CmdTravelBrochureApplyPasterCsReq" => Some(Self::ApplyPasterCsReq), + "CmdTravelBrochureApplyPasterListCsReq" => Some(Self::ApplyPasterListCsReq), + "CmdTravelBrochureApplyPasterScRsp" => Some(Self::ApplyPasterScRsp), + "CmdTravelBrochureSelectMessageCsReq" => Some(Self::SelectMessageCsReq), + "CmdTravelBrochureApplyPasterListScRsp" => Some(Self::ApplyPasterListScRsp), + "CmdTravelBrochureRemovePasterCsReq" => Some(Self::RemovePasterCsReq), + "CmdTravelBrochureSetPageDescStatusCsReq" => { + Some(Self::SetPageDescStatusCsReq) + } + "CmdTravelBrochureUpdatePasterPosScRsp" => Some(Self::UpdatePasterPosScRsp), + "CmdTravelBrochureSetCustomValueScRsp" => Some(Self::SetCustomValueScRsp), + "CmdTravelBrochurePageResetScRsp" => Some(Self::PageResetScRsp), + "CmdTravelBrochurePageUnlockScNotify" => Some(Self::PageUnlockScNotify), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Eomggdbknfh { + PageNone = 0, + PageUnlocked = 1, + PageInteracted = 2, +} +impl Eomggdbknfh { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Eomggdbknfh::PageNone => "PAGE_NONE", + Eomggdbknfh::PageUnlocked => "PAGE_UNLOCKED", + Eomggdbknfh::PageInteracted => "PAGE_INTERACTED", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "PAGE_NONE" => Some(Self::PageNone), + "PAGE_UNLOCKED" => Some(Self::PageUnlocked), + "PAGE_INTERACTED" => Some(Self::PageInteracted), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Dnjijpcjiod { + PageDescNone = 0, + PageDescShowDetail = 1, + PageDescCollapse = 2, +} +impl Dnjijpcjiod { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Dnjijpcjiod::PageDescNone => "PAGE_DESC_NONE", + Dnjijpcjiod::PageDescShowDetail => "PAGE_DESC_SHOW_DETAIL", + Dnjijpcjiod::PageDescCollapse => "PAGE_DESC_COLLAPSE", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "PAGE_DESC_NONE" => Some(Self::PageDescNone), + "PAGE_DESC_SHOW_DETAIL" => Some(Self::PageDescShowDetail), + "PAGE_DESC_COLLAPSE" => Some(Self::PageDescCollapse), + _ => None, + } + } +} +/// Obf: IKLHPBFLBON +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdTreasureDungeonType { + None = 0, + CmdGetTreasureDungeonActivityDataScRsp = 4456, + CmdFightTreasureDungeonMonsterCsReq = 4445, + CmdEnterTreasureDungeonCsReq = 4489, + CmdFightTreasureDungeonMonsterScRsp = 4420, + CmdGetTreasureDungeonActivityDataCsReq = 4478, + CmdInteractTreasureDungeonGridCsReq = 4450, + CmdQuitTreasureDungeonScRsp = 4411, + CmdInteractTreasureDungeonGridScRsp = 4431, + CmdQuitTreasureDungeonCsReq = 4452, + CmdTreasureDungeonFinishScNotify = 4471, + CmdTreasureDungeonDataScNotify = 4498, + CmdEnterTreasureDungeonScRsp = 4422, + CmdUseTreasureDungeonItemCsReq = 4404, + CmdUseTreasureDungeonItemScRsp = 4460, + CmdOpenTreasureDungeonGridScRsp = 4405, + CmdOpenTreasureDungeonGridCsReq = 4466, +} +impl CmdTreasureDungeonType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdTreasureDungeonType::None => "CmdTreasureDungeonTypeNone", + CmdTreasureDungeonType::CmdGetTreasureDungeonActivityDataScRsp => { + "CmdGetTreasureDungeonActivityDataScRsp" + } + CmdTreasureDungeonType::CmdFightTreasureDungeonMonsterCsReq => { + "CmdFightTreasureDungeonMonsterCsReq" + } + CmdTreasureDungeonType::CmdEnterTreasureDungeonCsReq => { + "CmdEnterTreasureDungeonCsReq" + } + CmdTreasureDungeonType::CmdFightTreasureDungeonMonsterScRsp => { + "CmdFightTreasureDungeonMonsterScRsp" + } + CmdTreasureDungeonType::CmdGetTreasureDungeonActivityDataCsReq => { + "CmdGetTreasureDungeonActivityDataCsReq" + } + CmdTreasureDungeonType::CmdInteractTreasureDungeonGridCsReq => { + "CmdInteractTreasureDungeonGridCsReq" + } + CmdTreasureDungeonType::CmdQuitTreasureDungeonScRsp => { + "CmdQuitTreasureDungeonScRsp" + } + CmdTreasureDungeonType::CmdInteractTreasureDungeonGridScRsp => { + "CmdInteractTreasureDungeonGridScRsp" + } + CmdTreasureDungeonType::CmdQuitTreasureDungeonCsReq => { + "CmdQuitTreasureDungeonCsReq" + } + CmdTreasureDungeonType::CmdTreasureDungeonFinishScNotify => { + "CmdTreasureDungeonFinishScNotify" + } + CmdTreasureDungeonType::CmdTreasureDungeonDataScNotify => { + "CmdTreasureDungeonDataScNotify" + } + CmdTreasureDungeonType::CmdEnterTreasureDungeonScRsp => { + "CmdEnterTreasureDungeonScRsp" + } + CmdTreasureDungeonType::CmdUseTreasureDungeonItemCsReq => { + "CmdUseTreasureDungeonItemCsReq" + } + CmdTreasureDungeonType::CmdUseTreasureDungeonItemScRsp => { + "CmdUseTreasureDungeonItemScRsp" + } + CmdTreasureDungeonType::CmdOpenTreasureDungeonGridScRsp => { + "CmdOpenTreasureDungeonGridScRsp" + } + CmdTreasureDungeonType::CmdOpenTreasureDungeonGridCsReq => { + "CmdOpenTreasureDungeonGridCsReq" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdTreasureDungeonTypeNone" => Some(Self::None), + "CmdGetTreasureDungeonActivityDataScRsp" => { + Some(Self::CmdGetTreasureDungeonActivityDataScRsp) + } + "CmdFightTreasureDungeonMonsterCsReq" => { + Some(Self::CmdFightTreasureDungeonMonsterCsReq) + } + "CmdEnterTreasureDungeonCsReq" => Some(Self::CmdEnterTreasureDungeonCsReq), + "CmdFightTreasureDungeonMonsterScRsp" => { + Some(Self::CmdFightTreasureDungeonMonsterScRsp) + } + "CmdGetTreasureDungeonActivityDataCsReq" => { + Some(Self::CmdGetTreasureDungeonActivityDataCsReq) + } + "CmdInteractTreasureDungeonGridCsReq" => { + Some(Self::CmdInteractTreasureDungeonGridCsReq) + } + "CmdQuitTreasureDungeonScRsp" => Some(Self::CmdQuitTreasureDungeonScRsp), + "CmdInteractTreasureDungeonGridScRsp" => { + Some(Self::CmdInteractTreasureDungeonGridScRsp) + } + "CmdQuitTreasureDungeonCsReq" => Some(Self::CmdQuitTreasureDungeonCsReq), + "CmdTreasureDungeonFinishScNotify" => { + Some(Self::CmdTreasureDungeonFinishScNotify) + } + "CmdTreasureDungeonDataScNotify" => { + Some(Self::CmdTreasureDungeonDataScNotify) + } + "CmdEnterTreasureDungeonScRsp" => Some(Self::CmdEnterTreasureDungeonScRsp), + "CmdUseTreasureDungeonItemCsReq" => { + Some(Self::CmdUseTreasureDungeonItemCsReq) + } + "CmdUseTreasureDungeonItemScRsp" => { + Some(Self::CmdUseTreasureDungeonItemScRsp) + } + "CmdOpenTreasureDungeonGridScRsp" => { + Some(Self::CmdOpenTreasureDungeonGridScRsp) + } + "CmdOpenTreasureDungeonGridCsReq" => { + Some(Self::CmdOpenTreasureDungeonGridCsReq) + } + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Iceglieonbj { + TreasureDungeonRecordNone = 0, + TreasureDungeonRecordAddHp = 1, + TreasureDungeonRecordSubHp = 2, + TreasureDungeonRecordSubHpNoExplore = 3, + TreasureDungeonRecordAddAttack = 5, + TreasureDungeonRecordAddDefence = 6, + TreasureDungeonRecordAddExplore = 9, + TreasureDungeonRecordSubExplore = 10, + TreasureDungeonRecordAddExploreOverflow = 11, + TreasureDungeonRecordSummon = 15, + TreasureDungeonRecordKill = 16, + TreasureDungeonRecordAddTrialAvatar = 20, + TreasureDungeonRecordAddBuff = 24, + TreasureDungeonRecordUnlockDoor = 25, + TreasureDungeonRecordEnemyEnhance = 27, + TreasureDungeonRecordEnemyWeaken = 28, + TreasureDungeonRecordEnemyAuraRemove = 29, + TreasureDungeonRecordSpecialMonsterRun = 30, + TreasureDungeonRecordSpecialMonsterKill = 31, + TreasureDungeonRecordBattleBuffTriggerSuccess = 33, + TreasureDungeonRecordBattleBuffTriggerFail = 34, + TreasureDungeonRecordBattleBuffAddExplore = 35, + TreasureDungeonRecordBattleBuffOpenGrid = 36, + TreasureDungeonRecordBattleBuffAddItem = 37, + TreasureDungeonRecordAvatarDead = 40, + TreasureDungeonRecordTrialAvatarDead = 41, + TreasureDungeonRecordAllAvatarDead = 42, + TreasureDungeonRecordOpenItemChest = 43, +} +impl Iceglieonbj { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Iceglieonbj::TreasureDungeonRecordNone => "TREASURE_DUNGEON_RECORD_NONE", + Iceglieonbj::TreasureDungeonRecordAddHp => "TREASURE_DUNGEON_RECORD_ADD_HP", + Iceglieonbj::TreasureDungeonRecordSubHp => "TREASURE_DUNGEON_RECORD_SUB_HP", + Iceglieonbj::TreasureDungeonRecordSubHpNoExplore => { + "TREASURE_DUNGEON_RECORD_SUB_HP_NO_EXPLORE" + } + Iceglieonbj::TreasureDungeonRecordAddAttack => { + "TREASURE_DUNGEON_RECORD_ADD_ATTACK" + } + Iceglieonbj::TreasureDungeonRecordAddDefence => { + "TREASURE_DUNGEON_RECORD_ADD_DEFENCE" + } + Iceglieonbj::TreasureDungeonRecordAddExplore => { + "TREASURE_DUNGEON_RECORD_ADD_EXPLORE" + } + Iceglieonbj::TreasureDungeonRecordSubExplore => { + "TREASURE_DUNGEON_RECORD_SUB_EXPLORE" + } + Iceglieonbj::TreasureDungeonRecordAddExploreOverflow => { + "TREASURE_DUNGEON_RECORD_ADD_EXPLORE_OVERFLOW" + } + Iceglieonbj::TreasureDungeonRecordSummon => "TREASURE_DUNGEON_RECORD_SUMMON", + Iceglieonbj::TreasureDungeonRecordKill => "TREASURE_DUNGEON_RECORD_KILL", + Iceglieonbj::TreasureDungeonRecordAddTrialAvatar => { + "TREASURE_DUNGEON_RECORD_ADD_TRIAL_AVATAR" + } + Iceglieonbj::TreasureDungeonRecordAddBuff => { + "TREASURE_DUNGEON_RECORD_ADD_BUFF" + } + Iceglieonbj::TreasureDungeonRecordUnlockDoor => { + "TREASURE_DUNGEON_RECORD_UNLOCK_DOOR" + } + Iceglieonbj::TreasureDungeonRecordEnemyEnhance => { + "TREASURE_DUNGEON_RECORD_ENEMY_ENHANCE" + } + Iceglieonbj::TreasureDungeonRecordEnemyWeaken => { + "TREASURE_DUNGEON_RECORD_ENEMY_WEAKEN" + } + Iceglieonbj::TreasureDungeonRecordEnemyAuraRemove => { + "TREASURE_DUNGEON_RECORD_ENEMY_AURA_REMOVE" + } + Iceglieonbj::TreasureDungeonRecordSpecialMonsterRun => { + "TREASURE_DUNGEON_RECORD_SPECIAL_MONSTER_RUN" + } + Iceglieonbj::TreasureDungeonRecordSpecialMonsterKill => { + "TREASURE_DUNGEON_RECORD_SPECIAL_MONSTER_KILL" + } + Iceglieonbj::TreasureDungeonRecordBattleBuffTriggerSuccess => { + "TREASURE_DUNGEON_RECORD_BATTLE_BUFF_TRIGGER_SUCCESS" + } + Iceglieonbj::TreasureDungeonRecordBattleBuffTriggerFail => { + "TREASURE_DUNGEON_RECORD_BATTLE_BUFF_TRIGGER_FAIL" + } + Iceglieonbj::TreasureDungeonRecordBattleBuffAddExplore => { + "TREASURE_DUNGEON_RECORD_BATTLE_BUFF_ADD_EXPLORE" + } + Iceglieonbj::TreasureDungeonRecordBattleBuffOpenGrid => { + "TREASURE_DUNGEON_RECORD_BATTLE_BUFF_OPEN_GRID" + } + Iceglieonbj::TreasureDungeonRecordBattleBuffAddItem => { + "TREASURE_DUNGEON_RECORD_BATTLE_BUFF_ADD_ITEM" + } + Iceglieonbj::TreasureDungeonRecordAvatarDead => { + "TREASURE_DUNGEON_RECORD_AVATAR_DEAD" + } + Iceglieonbj::TreasureDungeonRecordTrialAvatarDead => { + "TREASURE_DUNGEON_RECORD_TRIAL_AVATAR_DEAD" + } + Iceglieonbj::TreasureDungeonRecordAllAvatarDead => { + "TREASURE_DUNGEON_RECORD_ALL_AVATAR_DEAD" + } + Iceglieonbj::TreasureDungeonRecordOpenItemChest => { + "TREASURE_DUNGEON_RECORD_OPEN_ITEM_CHEST" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "TREASURE_DUNGEON_RECORD_NONE" => Some(Self::TreasureDungeonRecordNone), + "TREASURE_DUNGEON_RECORD_ADD_HP" => Some(Self::TreasureDungeonRecordAddHp), + "TREASURE_DUNGEON_RECORD_SUB_HP" => Some(Self::TreasureDungeonRecordSubHp), + "TREASURE_DUNGEON_RECORD_SUB_HP_NO_EXPLORE" => { + Some(Self::TreasureDungeonRecordSubHpNoExplore) + } + "TREASURE_DUNGEON_RECORD_ADD_ATTACK" => { + Some(Self::TreasureDungeonRecordAddAttack) + } + "TREASURE_DUNGEON_RECORD_ADD_DEFENCE" => { + Some(Self::TreasureDungeonRecordAddDefence) + } + "TREASURE_DUNGEON_RECORD_ADD_EXPLORE" => { + Some(Self::TreasureDungeonRecordAddExplore) + } + "TREASURE_DUNGEON_RECORD_SUB_EXPLORE" => { + Some(Self::TreasureDungeonRecordSubExplore) + } + "TREASURE_DUNGEON_RECORD_ADD_EXPLORE_OVERFLOW" => { + Some(Self::TreasureDungeonRecordAddExploreOverflow) + } + "TREASURE_DUNGEON_RECORD_SUMMON" => Some(Self::TreasureDungeonRecordSummon), + "TREASURE_DUNGEON_RECORD_KILL" => Some(Self::TreasureDungeonRecordKill), + "TREASURE_DUNGEON_RECORD_ADD_TRIAL_AVATAR" => { + Some(Self::TreasureDungeonRecordAddTrialAvatar) + } + "TREASURE_DUNGEON_RECORD_ADD_BUFF" => { + Some(Self::TreasureDungeonRecordAddBuff) + } + "TREASURE_DUNGEON_RECORD_UNLOCK_DOOR" => { + Some(Self::TreasureDungeonRecordUnlockDoor) + } + "TREASURE_DUNGEON_RECORD_ENEMY_ENHANCE" => { + Some(Self::TreasureDungeonRecordEnemyEnhance) + } + "TREASURE_DUNGEON_RECORD_ENEMY_WEAKEN" => { + Some(Self::TreasureDungeonRecordEnemyWeaken) + } + "TREASURE_DUNGEON_RECORD_ENEMY_AURA_REMOVE" => { + Some(Self::TreasureDungeonRecordEnemyAuraRemove) + } + "TREASURE_DUNGEON_RECORD_SPECIAL_MONSTER_RUN" => { + Some(Self::TreasureDungeonRecordSpecialMonsterRun) + } + "TREASURE_DUNGEON_RECORD_SPECIAL_MONSTER_KILL" => { + Some(Self::TreasureDungeonRecordSpecialMonsterKill) + } + "TREASURE_DUNGEON_RECORD_BATTLE_BUFF_TRIGGER_SUCCESS" => { + Some(Self::TreasureDungeonRecordBattleBuffTriggerSuccess) + } + "TREASURE_DUNGEON_RECORD_BATTLE_BUFF_TRIGGER_FAIL" => { + Some(Self::TreasureDungeonRecordBattleBuffTriggerFail) + } + "TREASURE_DUNGEON_RECORD_BATTLE_BUFF_ADD_EXPLORE" => { + Some(Self::TreasureDungeonRecordBattleBuffAddExplore) + } + "TREASURE_DUNGEON_RECORD_BATTLE_BUFF_OPEN_GRID" => { + Some(Self::TreasureDungeonRecordBattleBuffOpenGrid) + } + "TREASURE_DUNGEON_RECORD_BATTLE_BUFF_ADD_ITEM" => { + Some(Self::TreasureDungeonRecordBattleBuffAddItem) + } + "TREASURE_DUNGEON_RECORD_AVATAR_DEAD" => { + Some(Self::TreasureDungeonRecordAvatarDead) + } + "TREASURE_DUNGEON_RECORD_TRIAL_AVATAR_DEAD" => { + Some(Self::TreasureDungeonRecordTrialAvatarDead) + } + "TREASURE_DUNGEON_RECORD_ALL_AVATAR_DEAD" => { + Some(Self::TreasureDungeonRecordAllAvatarDead) + } + "TREASURE_DUNGEON_RECORD_OPEN_ITEM_CHEST" => { + Some(Self::TreasureDungeonRecordOpenItemChest) + } + _ => None, + } + } +} +/// Obf: KACCDHCKHMC +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdTutorialType { + None = 0, + CmdFinishTutorialScRsp = 1638, + CmdFinishTutorialCsReq = 1628, + CmdGetTutorialCsReq = 1698, + CmdUnlockTutorialScRsp = 1677, + CmdGetTutorialGuideCsReq = 1683, + CmdUnlockTutorialCsReq = 1679, + CmdFinishTutorialGuideScRsp = 1656, + CmdUnlockTutorialGuideScRsp = 1612, + CmdGetTutorialGuideScRsp = 1642, + CmdFinishTutorialGuideCsReq = 1678, + CmdGetTutorialScRsp = 1671, + CmdUnlockTutorialGuideCsReq = 1633, +} +impl CmdTutorialType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdTutorialType::None => "CmdTutorialTypeNone", + CmdTutorialType::CmdFinishTutorialScRsp => "CmdFinishTutorialScRsp", + CmdTutorialType::CmdFinishTutorialCsReq => "CmdFinishTutorialCsReq", + CmdTutorialType::CmdGetTutorialCsReq => "CmdGetTutorialCsReq", + CmdTutorialType::CmdUnlockTutorialScRsp => "CmdUnlockTutorialScRsp", + CmdTutorialType::CmdGetTutorialGuideCsReq => "CmdGetTutorialGuideCsReq", + CmdTutorialType::CmdUnlockTutorialCsReq => "CmdUnlockTutorialCsReq", + CmdTutorialType::CmdFinishTutorialGuideScRsp => "CmdFinishTutorialGuideScRsp", + CmdTutorialType::CmdUnlockTutorialGuideScRsp => "CmdUnlockTutorialGuideScRsp", + CmdTutorialType::CmdGetTutorialGuideScRsp => "CmdGetTutorialGuideScRsp", + CmdTutorialType::CmdFinishTutorialGuideCsReq => "CmdFinishTutorialGuideCsReq", + CmdTutorialType::CmdGetTutorialScRsp => "CmdGetTutorialScRsp", + CmdTutorialType::CmdUnlockTutorialGuideCsReq => "CmdUnlockTutorialGuideCsReq", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdTutorialTypeNone" => Some(Self::None), + "CmdFinishTutorialScRsp" => Some(Self::CmdFinishTutorialScRsp), + "CmdFinishTutorialCsReq" => Some(Self::CmdFinishTutorialCsReq), + "CmdGetTutorialCsReq" => Some(Self::CmdGetTutorialCsReq), + "CmdUnlockTutorialScRsp" => Some(Self::CmdUnlockTutorialScRsp), + "CmdGetTutorialGuideCsReq" => Some(Self::CmdGetTutorialGuideCsReq), + "CmdUnlockTutorialCsReq" => Some(Self::CmdUnlockTutorialCsReq), + "CmdFinishTutorialGuideScRsp" => Some(Self::CmdFinishTutorialGuideScRsp), + "CmdUnlockTutorialGuideScRsp" => Some(Self::CmdUnlockTutorialGuideScRsp), + "CmdGetTutorialGuideScRsp" => Some(Self::CmdGetTutorialGuideScRsp), + "CmdFinishTutorialGuideCsReq" => Some(Self::CmdFinishTutorialGuideCsReq), + "CmdGetTutorialScRsp" => Some(Self::CmdGetTutorialScRsp), + "CmdUnlockTutorialGuideCsReq" => Some(Self::CmdUnlockTutorialGuideCsReq), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum TutorialStatus { + TutorialNone = 0, + TutorialUnlock = 1, + TutorialFinish = 2, +} +impl TutorialStatus { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + TutorialStatus::TutorialNone => "TUTORIAL_NONE", + TutorialStatus::TutorialUnlock => "TUTORIAL_UNLOCK", + TutorialStatus::TutorialFinish => "TUTORIAL_FINISH", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "TUTORIAL_NONE" => Some(Self::TutorialNone), + "TUTORIAL_UNLOCK" => Some(Self::TutorialUnlock), + "TUTORIAL_FINISH" => Some(Self::TutorialFinish), + _ => None, + } + } +} +/// Obf: IEJMBCMKJLH +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdWaypointType { + None = 0, + CmdGetChapterCsReq = 479, + CmdGetChapterScRsp = 477, + CmdTakeChapterRewardCsReq = 412, + CmdSetCurWaypointScRsp = 442, + CmdGetWaypointScRsp = 471, + CmdWaypointShowNewCsNotify = 433, + CmdSetCurWaypointCsReq = 483, + CmdGetWaypointCsReq = 498, + CmdTakeChapterRewardScRsp = 428, +} +impl CmdWaypointType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdWaypointType::None => "CmdWaypointTypeNone", + CmdWaypointType::CmdGetChapterCsReq => "CmdGetChapterCsReq", + CmdWaypointType::CmdGetChapterScRsp => "CmdGetChapterScRsp", + CmdWaypointType::CmdTakeChapterRewardCsReq => "CmdTakeChapterRewardCsReq", + CmdWaypointType::CmdSetCurWaypointScRsp => "CmdSetCurWaypointScRsp", + CmdWaypointType::CmdGetWaypointScRsp => "CmdGetWaypointScRsp", + CmdWaypointType::CmdWaypointShowNewCsNotify => "CmdWaypointShowNewCsNotify", + CmdWaypointType::CmdSetCurWaypointCsReq => "CmdSetCurWaypointCsReq", + CmdWaypointType::CmdGetWaypointCsReq => "CmdGetWaypointCsReq", + CmdWaypointType::CmdTakeChapterRewardScRsp => "CmdTakeChapterRewardScRsp", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdWaypointTypeNone" => Some(Self::None), + "CmdGetChapterCsReq" => Some(Self::CmdGetChapterCsReq), + "CmdGetChapterScRsp" => Some(Self::CmdGetChapterScRsp), + "CmdTakeChapterRewardCsReq" => Some(Self::CmdTakeChapterRewardCsReq), + "CmdSetCurWaypointScRsp" => Some(Self::CmdSetCurWaypointScRsp), + "CmdGetWaypointScRsp" => Some(Self::CmdGetWaypointScRsp), + "CmdWaypointShowNewCsNotify" => Some(Self::CmdWaypointShowNewCsNotify), + "CmdSetCurWaypointCsReq" => Some(Self::CmdSetCurWaypointCsReq), + "CmdGetWaypointCsReq" => Some(Self::CmdGetWaypointCsReq), + "CmdTakeChapterRewardScRsp" => Some(Self::CmdTakeChapterRewardScRsp), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Mljkedekpco { + WaypointTypeNone = 0, + WaypointTypeStage = 1, + WaypointTypePlot = 2, +} +impl Mljkedekpco { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Mljkedekpco::WaypointTypeNone => "WAYPOINT_TYPE_NONE", + Mljkedekpco::WaypointTypeStage => "WAYPOINT_TYPE_STAGE", + Mljkedekpco::WaypointTypePlot => "WAYPOINT_TYPE_PLOT", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "WAYPOINT_TYPE_NONE" => Some(Self::WaypointTypeNone), + "WAYPOINT_TYPE_STAGE" => Some(Self::WaypointTypeStage), + "WAYPOINT_TYPE_PLOT" => Some(Self::WaypointTypePlot), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Ecfepgplfhl { + WaypointUnlockNone = 0, + WaypointUnlockPre = 1, + WaypointUnlockLevel = 2, +} +impl Ecfepgplfhl { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Ecfepgplfhl::WaypointUnlockNone => "WAYPOINT_UNLOCK_NONE", + Ecfepgplfhl::WaypointUnlockPre => "WAYPOINT_UNLOCK_PRE", + Ecfepgplfhl::WaypointUnlockLevel => "WAYPOINT_UNLOCK_LEVEL", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "WAYPOINT_UNLOCK_NONE" => Some(Self::WaypointUnlockNone), + "WAYPOINT_UNLOCK_PRE" => Some(Self::WaypointUnlockPre), + "WAYPOINT_UNLOCK_LEVEL" => Some(Self::WaypointUnlockLevel), + _ => None, + } + } +} +/// Obf: JNAGHBDCCBN +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum CmdWolfBroType { + None = 0, + CmdWolfBroGameDataChangeScNotify = 6578, + CmdWolfBroGameExplodeMonsterCsReq = 6520, + CmdWolfBroGameActivateBulletCsReq = 6505, + CmdWolfBroGameActivateBulletScRsp = 6545, + CmdStartWolfBroGameCsReq = 6598, + CmdArchiveWolfBroGameScRsp = 6542, + CmdWolfBroGamePickupBulletCsReq = 6522, + CmdArchiveWolfBroGameCsReq = 6583, + CmdStartWolfBroGameScRsp = 6571, + CmdQuitWolfBroGameScRsp = 6512, + CmdWolfBroGamePickupBulletScRsp = 6566, + CmdQuitWolfBroGameCsReq = 6533, + CmdGetWolfBroGameDataCsReq = 6528, + CmdRestoreWolfBroGameArchiveCsReq = 6579, + CmdWolfBroGameUseBulletScRsp = 6589, + CmdWolfBroGameExplodeMonsterScRsp = 6550, + CmdRestoreWolfBroGameArchiveScRsp = 6577, + CmdGetWolfBroGameDataScRsp = 6538, + CmdWolfBroGameUseBulletCsReq = 6556, +} +impl CmdWolfBroType { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + CmdWolfBroType::None => "CmdWolfBroTypeNone", + CmdWolfBroType::CmdWolfBroGameDataChangeScNotify => { + "CmdWolfBroGameDataChangeScNotify" + } + CmdWolfBroType::CmdWolfBroGameExplodeMonsterCsReq => { + "CmdWolfBroGameExplodeMonsterCsReq" + } + CmdWolfBroType::CmdWolfBroGameActivateBulletCsReq => { + "CmdWolfBroGameActivateBulletCsReq" + } + CmdWolfBroType::CmdWolfBroGameActivateBulletScRsp => { + "CmdWolfBroGameActivateBulletScRsp" + } + CmdWolfBroType::CmdStartWolfBroGameCsReq => "CmdStartWolfBroGameCsReq", + CmdWolfBroType::CmdArchiveWolfBroGameScRsp => "CmdArchiveWolfBroGameScRsp", + CmdWolfBroType::CmdWolfBroGamePickupBulletCsReq => { + "CmdWolfBroGamePickupBulletCsReq" + } + CmdWolfBroType::CmdArchiveWolfBroGameCsReq => "CmdArchiveWolfBroGameCsReq", + CmdWolfBroType::CmdStartWolfBroGameScRsp => "CmdStartWolfBroGameScRsp", + CmdWolfBroType::CmdQuitWolfBroGameScRsp => "CmdQuitWolfBroGameScRsp", + CmdWolfBroType::CmdWolfBroGamePickupBulletScRsp => { + "CmdWolfBroGamePickupBulletScRsp" + } + CmdWolfBroType::CmdQuitWolfBroGameCsReq => "CmdQuitWolfBroGameCsReq", + CmdWolfBroType::CmdGetWolfBroGameDataCsReq => "CmdGetWolfBroGameDataCsReq", + CmdWolfBroType::CmdRestoreWolfBroGameArchiveCsReq => { + "CmdRestoreWolfBroGameArchiveCsReq" + } + CmdWolfBroType::CmdWolfBroGameUseBulletScRsp => { + "CmdWolfBroGameUseBulletScRsp" + } + CmdWolfBroType::CmdWolfBroGameExplodeMonsterScRsp => { + "CmdWolfBroGameExplodeMonsterScRsp" + } + CmdWolfBroType::CmdRestoreWolfBroGameArchiveScRsp => { + "CmdRestoreWolfBroGameArchiveScRsp" + } + CmdWolfBroType::CmdGetWolfBroGameDataScRsp => "CmdGetWolfBroGameDataScRsp", + CmdWolfBroType::CmdWolfBroGameUseBulletCsReq => { + "CmdWolfBroGameUseBulletCsReq" + } + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "CmdWolfBroTypeNone" => Some(Self::None), + "CmdWolfBroGameDataChangeScNotify" => { + Some(Self::CmdWolfBroGameDataChangeScNotify) + } + "CmdWolfBroGameExplodeMonsterCsReq" => { + Some(Self::CmdWolfBroGameExplodeMonsterCsReq) + } + "CmdWolfBroGameActivateBulletCsReq" => { + Some(Self::CmdWolfBroGameActivateBulletCsReq) + } + "CmdWolfBroGameActivateBulletScRsp" => { + Some(Self::CmdWolfBroGameActivateBulletScRsp) + } + "CmdStartWolfBroGameCsReq" => Some(Self::CmdStartWolfBroGameCsReq), + "CmdArchiveWolfBroGameScRsp" => Some(Self::CmdArchiveWolfBroGameScRsp), + "CmdWolfBroGamePickupBulletCsReq" => { + Some(Self::CmdWolfBroGamePickupBulletCsReq) + } + "CmdArchiveWolfBroGameCsReq" => Some(Self::CmdArchiveWolfBroGameCsReq), + "CmdStartWolfBroGameScRsp" => Some(Self::CmdStartWolfBroGameScRsp), + "CmdQuitWolfBroGameScRsp" => Some(Self::CmdQuitWolfBroGameScRsp), + "CmdWolfBroGamePickupBulletScRsp" => { + Some(Self::CmdWolfBroGamePickupBulletScRsp) + } + "CmdQuitWolfBroGameCsReq" => Some(Self::CmdQuitWolfBroGameCsReq), + "CmdGetWolfBroGameDataCsReq" => Some(Self::CmdGetWolfBroGameDataCsReq), + "CmdRestoreWolfBroGameArchiveCsReq" => { + Some(Self::CmdRestoreWolfBroGameArchiveCsReq) + } + "CmdWolfBroGameUseBulletScRsp" => Some(Self::CmdWolfBroGameUseBulletScRsp), + "CmdWolfBroGameExplodeMonsterScRsp" => { + Some(Self::CmdWolfBroGameExplodeMonsterScRsp) + } + "CmdRestoreWolfBroGameArchiveScRsp" => { + Some(Self::CmdRestoreWolfBroGameArchiveScRsp) + } + "CmdGetWolfBroGameDataScRsp" => Some(Self::CmdGetWolfBroGameDataScRsp), + "CmdWolfBroGameUseBulletCsReq" => Some(Self::CmdWolfBroGameUseBulletCsReq), + _ => None, + } + } +} +#[derive(proto_derive::CmdID)] +#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord, ::prost::Enumeration)] +#[repr(i32)] +pub enum Enocbajlbaf { + DispatchTypeNone = 0, + DispatchTypeByAddr = 1, + DispatchTypeByMod = 2, + DispatchTypeByRand = 3, + DispatchTypeByChash = 4, + DispatchTypeByStickySession = 5, + DispatchTypeByObject = 6, +} +impl Enocbajlbaf { + /// String value of the enum field names used in the ProtoBuf definition. + /// + /// The values are not transformed in any way and thus are considered stable + /// (if the ProtoBuf definition does not change) and safe for programmatic use. + pub fn as_str_name(&self) -> &'static str { + match self { + Enocbajlbaf::DispatchTypeNone => "DISPATCH_TYPE_NONE", + Enocbajlbaf::DispatchTypeByAddr => "DISPATCH_TYPE_BY_ADDR", + Enocbajlbaf::DispatchTypeByMod => "DISPATCH_TYPE_BY_MOD", + Enocbajlbaf::DispatchTypeByRand => "DISPATCH_TYPE_BY_RAND", + Enocbajlbaf::DispatchTypeByChash => "DISPATCH_TYPE_BY_CHASH", + Enocbajlbaf::DispatchTypeByStickySession => "DISPATCH_TYPE_BY_STICKY_SESSION", + Enocbajlbaf::DispatchTypeByObject => "DISPATCH_TYPE_BY_OBJECT", + } + } + /// Creates an enum from field names used in the ProtoBuf definition. + pub fn from_str_name(value: &str) -> ::core::option::Option { + match value { + "DISPATCH_TYPE_NONE" => Some(Self::DispatchTypeNone), + "DISPATCH_TYPE_BY_ADDR" => Some(Self::DispatchTypeByAddr), + "DISPATCH_TYPE_BY_MOD" => Some(Self::DispatchTypeByMod), + "DISPATCH_TYPE_BY_RAND" => Some(Self::DispatchTypeByRand), + "DISPATCH_TYPE_BY_CHASH" => Some(Self::DispatchTypeByChash), + "DISPATCH_TYPE_BY_STICKY_SESSION" => Some(Self::DispatchTypeByStickySession), + "DISPATCH_TYPE_BY_OBJECT" => Some(Self::DispatchTypeByObject), + _ => None, + } + } +} \ No newline at end of file diff --git a/proto/proto-derive/Cargo.toml b/proto/proto-derive/Cargo.toml new file mode 100644 index 0000000..ff83aed --- /dev/null +++ b/proto/proto-derive/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "proto-derive" +version = "0.1.0" +edition = "2021" + +[dependencies] +syn = "2.0.53" +quote = "1.0.35" +proc-macro2 = "1.0.79" + +[lib] +proc-macro = true diff --git a/proto/proto-derive/src/lib.rs b/proto/proto-derive/src/lib.rs new file mode 100644 index 0000000..a1ba7aa --- /dev/null +++ b/proto/proto-derive/src/lib.rs @@ -0,0 +1,27 @@ +use proc_macro::TokenStream; +use quote::{quote, ToTokens}; +use syn::{parse_macro_input, DeriveInput, Meta, MetaList}; + +#[proc_macro_derive(CmdID, attributes(cmdid))] +pub fn message_id_derive(input: TokenStream) -> TokenStream { + let input = parse_macro_input!(input as DeriveInput); + let struct_name = input.ident; + + let id = match input + .attrs + .iter() + .find(|attr| attr.path().is_ident("cmdid")) + { + Some(attr) => match attr.meta { + Meta::List(MetaList { ref tokens, .. }) => tokens.into_token_stream(), + _ => panic!("Invalid cmdid attribute value"), + }, + _ => 0u16.into_token_stream(), + }; + + TokenStream::from(quote! { + impl crate::CmdID for #struct_name { + const CMD_ID: u16 = #id; + } + }) +} diff --git a/proto/src/cmd_types.rs b/proto/src/cmd_types.rs deleted file mode 100644 index bf7d7f7..0000000 --- a/proto/src/cmd_types.rs +++ /dev/null @@ -1,1576 +0,0 @@ -pub const CMD_GET_TRIAL_ACTIVITY_DATA_CS_REQ: u16 = 2653; -pub const CMD_GET_LOGIN_ACTIVITY_SC_RSP: u16 = 2606; -pub const CMD_START_TRIAL_ACTIVITY_CS_REQ: u16 = 2603; -pub const CMD_GET_TRIAL_ACTIVITY_DATA_SC_RSP: u16 = 2658; -pub const CMD_ENTER_TRIAL_ACTIVITY_STAGE_CS_REQ: u16 = 2659; -pub const CMD_SUBMIT_MONSTER_RESEARCH_ACTIVITY_MATERIAL_CS_REQ: u16 = 2625; -pub const CMD_ENTER_TRIAL_ACTIVITY_STAGE_SC_RSP: u16 = 2607; -pub const CMD_GET_MONSTER_RESEARCH_ACTIVITY_DATA_SC_RSP: u16 = 2698; -pub const CMD_TAKE_MONSTER_RESEARCH_ACTIVITY_REWARD_CS_REQ: u16 = 2617; -pub const CMD_START_TRIAL_ACTIVITY_SC_RSP: u16 = 2626; -pub const CMD_TAKE_LOGIN_ACTIVITY_REWARD_CS_REQ: u16 = 2611; -pub const CMD_TAKE_MONSTER_RESEARCH_ACTIVITY_REWARD_SC_RSP: u16 = 2692; -pub const CMD_TRIAL_ACTIVITY_DATA_CHANGE_SC_NOTIFY: u16 = 2647; -pub const CMD_GET_ACTIVITY_SCHEDULE_CONFIG_CS_REQ: u16 = 2656; -pub const CMD_GET_MONSTER_RESEARCH_ACTIVITY_DATA_CS_REQ: u16 = 2697; -pub const CMD_TAKE_TRIAL_ACTIVITY_REWARD_CS_REQ: u16 = 2641; -pub const CMD_LEAVE_TRIAL_ACTIVITY_CS_REQ: u16 = 2613; -pub const CMD_TAKE_LOGIN_ACTIVITY_REWARD_SC_RSP: u16 = 2643; -pub const CMD_LEAVE_TRIAL_ACTIVITY_SC_RSP: u16 = 2614; -pub const CMD_CUR_TRIAL_ACTIVITY_SC_NOTIFY: u16 = 2622; -pub const CMD_GET_LOGIN_ACTIVITY_CS_REQ: u16 = 2668; -pub const CMD_SUBMIT_MONSTER_RESEARCH_ACTIVITY_MATERIAL_SC_RSP: u16 = 2624; -pub const CMD_TAKE_TRIAL_ACTIVITY_REWARD_SC_RSP: u16 = 2631; -pub const CMD_GET_ACTIVITY_SCHEDULE_CONFIG_SC_RSP: u16 = 2693; -pub const CMD_ENTER_ADVENTURE_SC_RSP: u16 = 1306; -pub const CMD_GET_FARM_STAGE_GACHA_INFO_CS_REQ: u16 = 1311; -pub const CMD_ENTER_ADVENTURE_CS_REQ: u16 = 1368; -pub const CMD_GET_FARM_STAGE_GACHA_INFO_SC_RSP: u16 = 1343; -pub const CMD_ENTER_AETHER_DIVIDE_SCENE_CS_REQ: u16 = 4868; -pub const CMD_AETHER_DIVIDE_REFRESH_ENDLESS_SC_RSP: u16 = 4876; -pub const CMD_AETHER_DIVIDE_TAKE_CHALLENGE_REWARD_CS_REQ: u16 = 4845; -pub const CMD_START_AETHER_DIVIDE_SCENE_BATTLE_CS_REQ: u16 = 4856; -pub const CMD_GET_AETHER_DIVIDE_INFO_SC_RSP: u16 = 4854; -pub const CMD_AETHER_DIVIDE_LINEUP_SC_NOTIFY: u16 = 4823; -pub const CMD_GET_AETHER_DIVIDE_CHALLENGE_INFO_SC_RSP: u16 = 4808; -pub const CMD_GET_AETHER_DIVIDE_CHALLENGE_INFO_CS_REQ: u16 = 4888; -pub const CMD_SWITCH_AETHER_DIVIDE_LINE_UP_SLOT_SC_RSP: u16 = 4824; -pub const CMD_AETHER_DIVIDE_SPIRIT_EXP_UP_SC_RSP: u16 = 4828; -pub const CMD_SET_AETHER_DIVIDE_LINE_UP_SC_RSP: u16 = 4848; -pub const CMD_GET_AETHER_DIVIDE_INFO_CS_REQ: u16 = 4899; -pub const CMD_START_AETHER_DIVIDE_STAGE_BATTLE_SC_RSP: u16 = 4892; -pub const CMD_CLEAR_AETHER_DIVIDE_PASSIVE_SKILL_SC_RSP: u16 = 4898; -pub const CMD_START_AETHER_DIVIDE_CHALLENGE_BATTLE_SC_RSP: u16 = 4829; -pub const CMD_START_AETHER_DIVIDE_CHALLENGE_BATTLE_CS_REQ: u16 = 4839; -pub const CMD_AETHER_DIVIDE_SKILL_ITEM_SC_NOTIFY: u16 = 4816; -pub const CMD_AETHER_DIVIDE_TAINER_INFO_SC_NOTIFY: u16 = 4832; -pub const CMD_START_AETHER_DIVIDE_SCENE_BATTLE_SC_RSP: u16 = 4893; -pub const CMD_SWITCH_AETHER_DIVIDE_LINE_UP_SLOT_CS_REQ: u16 = 4825; -pub const CMD_EQUIP_AETHER_DIVIDE_PASSIVE_SKILL_CS_REQ: u16 = 4882; -pub const CMD_AETHER_DIVIDE_FINISH_CHALLENGE_SC_NOTIFY: u16 = 4881; -pub const CMD_AETHER_DIVIDE_REFRESH_ENDLESS_CS_REQ: u16 = 4878; -pub const CMD_CLEAR_AETHER_DIVIDE_PASSIVE_SKILL_CS_REQ: u16 = 4897; -pub const CMD_LEAVE_AETHER_DIVIDE_SCENE_CS_REQ: u16 = 4811; -pub const CMD_ENTER_AETHER_DIVIDE_SCENE_SC_RSP: u16 = 4806; -pub const CMD_SET_AETHER_DIVIDE_LINE_UP_CS_REQ: u16 = 4865; -pub const CMD_AETHER_DIVIDE_TAKE_CHALLENGE_REWARD_SC_RSP: u16 = 4866; -pub const CMD_AETHER_DIVIDE_REFRESH_ENDLESS_SC_NOTIFY: u16 = 4849; -pub const CMD_EQUIP_AETHER_DIVIDE_PASSIVE_SKILL_SC_RSP: u16 = 4834; -pub const CMD_AETHER_DIVIDE_SPIRIT_INFO_SC_NOTIFY: u16 = 4809; -pub const CMD_AETHER_DIVIDE_SPIRIT_EXP_UP_CS_REQ: u16 = 4890; -pub const CMD_START_AETHER_DIVIDE_STAGE_BATTLE_CS_REQ: u16 = 4817; -pub const CMD_LEAVE_AETHER_DIVIDE_SCENE_SC_RSP: u16 = 4843; -pub const CMD_ALLEY_SHIP_USED_COUNT_SC_NOTIFY: u16 = 4723; -pub const CMD_ALLEY_GUARANTEED_FUNDS_CS_REQ: u16 = 4778; -pub const CMD_TAKE_PRESTIGE_REWARD_CS_REQ: u16 = 4799; -pub const CMD_REFRESH_ALLEY_ORDER_CS_REQ: u16 = 4797; -pub const CMD_ALLEY_EVENT_EFFECT_NOTIFY: u16 = 4733; -pub const CMD_LOGISTICS_GAME_CS_REQ: u16 = 4711; -pub const CMD_ALLEY_PLACING_GAME_SC_RSP: u16 = 4748; -pub const CMD_ALLEY_EVENT_CHANGE_NOTIFY: u16 = 4751; -pub const CMD_GET_SAVE_LOGISTICS_MAP_CS_REQ: u16 = 4716; -pub const CMD_LOGISTICS_DETONATE_STAR_SKIFF_CS_REQ: u16 = 4766; -pub const CMD_ALLEY_FUNDS_SC_NOTIFY: u16 = 4790; -pub const CMD_PRESTIGE_LEVEL_UP_CS_REQ: u16 = 4717; -pub const CMD_LOGISTICS_DETONATE_STAR_SKIFF_SC_RSP: u16 = 4746; -pub const CMD_ALLEY_TAKE_EVENT_REWARD_SC_RSP: u16 = 4745; -pub const CMD_ALLEY_GUARANTEED_FUNDS_SC_RSP: u16 = 4776; -pub const CMD_ALLEY_SHIP_UNLOCK_SC_NOTIFY: u16 = 4709; -pub const CMD_ALLEY_TAKE_EVENT_REWARD_CS_REQ: u16 = 4749; -pub const CMD_TAKE_PRESTIGE_REWARD_SC_RSP: u16 = 4754; -pub const CMD_LOGISTICS_GAME_SC_RSP: u16 = 4743; -pub const CMD_START_ALLEY_EVENT_CS_REQ: u16 = 4739; -pub const CMD_LOGISTICS_INFO_SC_NOTIFY: u16 = 4781; -pub const CMD_ALLEY_SHIPMENT_EVENT_EFFECTS_SC_NOTIFY: u16 = 4732; -pub const CMD_LOGISTICS_SCORE_REWARD_SYNC_INFO_SC_NOTIFY: u16 = 4712; -pub const CMD_ALLEY_ORDER_CHANGED_SC_NOTIFY: u16 = 4725; -pub const CMD_ACTIVITY_RAID_PLACING_GAME_CS_REQ: u16 = 4730; -pub const CMD_START_ALLEY_EVENT_SC_RSP: u16 = 4729; -pub const CMD_PRESTIGE_LEVEL_UP_SC_RSP: u16 = 4792; -pub const CMD_ALLEY_SHOP_LEVEL_SC_NOTIFY: u16 = 4728; -pub const CMD_GET_ALLEY_INFO_CS_REQ: u16 = 4768; -pub const CMD_GET_SAVE_LOGISTICS_MAP_SC_RSP: u16 = 4784; -pub const CMD_REFRESH_ALLEY_ORDER_SC_RSP: u16 = 4798; -pub const CMD_GET_ALLEY_INFO_SC_RSP: u16 = 4706; -pub const CMD_SAVE_LOGISTICS_SC_RSP: u16 = 4708; -pub const CMD_ALLEY_PLACING_GAME_CS_REQ: u16 = 4765; -pub const CMD_SAVE_LOGISTICS_CS_REQ: u16 = 4788; -pub const CMD_ACTIVITY_RAID_PLACING_GAME_SC_RSP: u16 = 4795; -pub const CMD_GET_ARCHIVE_DATA_SC_RSP: u16 = 2306; -pub const CMD_GET_UPDATED_ARCHIVE_DATA_SC_RSP: u16 = 2343; -pub const CMD_GET_ARCHIVE_DATA_CS_REQ: u16 = 2368; -pub const CMD_GET_UPDATED_ARCHIVE_DATA_CS_REQ: u16 = 2311; -pub const CMD_TAKE_OFF_EQUIPMENT_CS_REQ: u16 = 399; -pub const CMD_DRESS_RELIC_AVATAR_CS_REQ: u16 = 334; -pub const CMD_AVATAR_EXP_UP_SC_RSP: u16 = 343; -pub const CMD_TAKE_OFF_EQUIPMENT_SC_RSP: u16 = 354; -pub const CMD_ADD_AVATAR_SC_NOTIFY: u16 = 365; -pub const CMD_MARK_AVATAR_SC_RSP: u16 = 381; -pub const CMD_AVATAR_EXP_UP_CS_REQ: u16 = 311; -pub const CMD_RANK_UP_AVATAR_SC_RSP: u16 = 382; -pub const CMD_PROMOTE_AVATAR_CS_REQ: u16 = 339; -pub const CMD_DRESS_AVATAR_SC_RSP: u16 = 333; -pub const CMD_UNLOCK_SKILLTREE_SC_RSP: u16 = 393; -pub const CMD_DRESS_AVATAR_SKIN_SC_RSP: u16 = 390; -pub const CMD_PROMOTE_AVATAR_SC_RSP: u16 = 329; -pub const CMD_TAKE_OFF_RELIC_SC_RSP: u16 = 325; -pub const CMD_RANK_UP_AVATAR_CS_REQ: u16 = 348; -pub const CMD_DRESS_RELIC_AVATAR_SC_RSP: u16 = 397; -pub const CMD_TAKE_OFF_AVATAR_SKIN_CS_REQ: u16 = 328; -pub const CMD_DRESS_AVATAR_SKIN_CS_REQ: u16 = 392; -pub const CMD_TAKE_OFF_RELIC_CS_REQ: u16 = 398; -pub const CMD_MARK_AVATAR_CS_REQ: u16 = 308; -pub const CMD_TAKE_PROMOTION_REWARD_SC_RSP: u16 = 317; -pub const CMD_TAKE_OFF_AVATAR_SKIN_SC_RSP: u16 = 309; -pub const CMD_GET_AVATAR_DATA_SC_RSP: u16 = 306; -pub const CMD_TAKE_PROMOTION_REWARD_CS_REQ: u16 = 324; -pub const CMD_GET_AVATAR_DATA_CS_REQ: u16 = 368; -pub const CMD_UNLOCK_AVATAR_SKIN_SC_NOTIFY: u16 = 388; -pub const CMD_DRESS_AVATAR_CS_REQ: u16 = 351; -pub const CMD_UNLOCK_SKILLTREE_CS_REQ: u16 = 356; -pub const CMD_SYNC_CLIENT_RES_VERSION_CS_REQ: u16 = 139; -pub const CMD_GET_CUR_BATTLE_INFO_SC_RSP: u16 = 193; -pub const CMD_RE_BATTLE_AFTER_BATTLE_LOSE_CS_NOTIFY: u16 = 165; -pub const CMD_SERVER_SIMULATE_BATTLE_FINISH_SC_NOTIFY: u16 = 154; -pub const CMD_QUIT_BATTLE_SC_RSP: u16 = 143; -pub const CMD_QUIT_BATTLE_CS_REQ: u16 = 111; -pub const CMD_GET_CUR_BATTLE_INFO_CS_REQ: u16 = 156; -pub const CMD_PVE_BATTLE_RESULT_CS_REQ: u16 = 168; -pub const CMD_BATTLE_LOG_REPORT_SC_RSP: u16 = 199; -pub const CMD_QUIT_BATTLE_SC_NOTIFY: u16 = 151; -pub const CMD_REBATTLE_BY_CLIENT_CS_NOTIFY: u16 = 148; -pub const CMD_BATTLE_LOG_REPORT_CS_REQ: u16 = 133; -pub const CMD_SYNC_CLIENT_RES_VERSION_SC_RSP: u16 = 129; -pub const CMD_PVE_BATTLE_RESULT_SC_RSP: u16 = 106; -pub const CMD_GET_BATTLE_COLLEGE_DATA_SC_RSP: u16 = 5706; -pub const CMD_GET_BATTLE_COLLEGE_DATA_CS_REQ: u16 = 5768; -pub const CMD_START_BATTLE_COLLEGE_SC_RSP: u16 = 5756; -pub const CMD_BATTLE_COLLEGE_DATA_CHANGE_SC_NOTIFY: u16 = 5711; -pub const CMD_START_BATTLE_COLLEGE_CS_REQ: u16 = 5743; -pub const CMD_TAKE_ALL_REWARD_CS_REQ: u16 = 3029; -pub const CMD_BATTLE_PASS_INFO_NOTIFY: u16 = 3068; -pub const CMD_TAKE_ALL_REWARD_SC_RSP: u16 = 3051; -pub const CMD_TAKE_BP_REWARD_CS_REQ: u16 = 3043; -pub const CMD_BUY_BP_LEVEL_SC_RSP: u16 = 3039; -pub const CMD_BUY_BP_LEVEL_CS_REQ: u16 = 3093; -pub const CMD_TAKE_BP_REWARD_SC_RSP: u16 = 3056; -pub const CMD_BOXING_CLUB_REWARD_SC_NOTIFY: u16 = 4251; -pub const CMD_CHOOSE_BOXING_CLUB_RESONANCE_SC_RSP: u16 = 4254; -pub const CMD_CHOOSE_BOXING_CLUB_STAGE_OPTIONAL_BUFF_CS_REQ: u16 = 4282; -pub const CMD_GET_BOXING_CLUB_INFO_SC_RSP: u16 = 4206; -pub const CMD_SET_BOXING_CLUB_RESONANCE_LINEUP_SC_RSP: u16 = 4248; -pub const CMD_GIVE_UP_BOXING_CLUB_CHALLENGE_SC_RSP: u16 = 4229; -pub const CMD_GET_BOXING_CLUB_INFO_CS_REQ: u16 = 4268; -pub const CMD_MATCH_BOXING_CLUB_OPPONENT_CS_REQ: u16 = 4211; -pub const CMD_START_BOXING_CLUB_BATTLE_SC_RSP: u16 = 4293; -pub const CMD_CHOOSE_BOXING_CLUB_STAGE_OPTIONAL_BUFF_SC_RSP: u16 = 4234; -pub const CMD_CHOOSE_BOXING_CLUB_RESONANCE_CS_REQ: u16 = 4299; -pub const CMD_BOXING_CLUB_CHALLENGE_UPDATE_SC_NOTIFY: u16 = 4233; -pub const CMD_MATCH_BOXING_CLUB_OPPONENT_SC_RSP: u16 = 4243; -pub const CMD_START_BOXING_CLUB_BATTLE_CS_REQ: u16 = 4256; -pub const CMD_GIVE_UP_BOXING_CLUB_CHALLENGE_CS_REQ: u16 = 4239; -pub const CMD_SET_BOXING_CLUB_RESONANCE_LINEUP_CS_REQ: u16 = 4265; -pub const CMD_CHALLENGE_LINEUP_NOTIFY: u16 = 1754; -pub const CMD_GET_CUR_CHALLENGE_CS_REQ: u16 = 1733; -pub const CMD_GET_CHALLENGE_GROUP_STATISTICS_SC_RSP: u16 = 1798; -pub const CMD_START_CHALLENGE_SC_RSP: u16 = 1743; -pub const CMD_CHALLENGE_SETTLE_NOTIFY: u16 = 1739; -pub const CMD_START_PARTIAL_CHALLENGE_CS_REQ: u16 = 1725; -pub const CMD_START_CHALLENGE_CS_REQ: u16 = 1711; -pub const CMD_GET_CHALLENGE_SC_RSP: u16 = 1706; -pub const CMD_GET_CHALLENGE_RECOMMEND_LINEUP_LIST_CS_REQ: u16 = 1708; -pub const CMD_GET_CUR_CHALLENGE_SC_RSP: u16 = 1799; -pub const CMD_RESTART_CHALLENGE_PHASE_SC_RSP: u16 = 1790; -pub const CMD_GET_CHALLENGE_GROUP_STATISTICS_CS_REQ: u16 = 1797; -pub const CMD_ENTER_CHALLENGE_NEXT_PHASE_CS_REQ: u16 = 1728; -pub const CMD_TAKE_CHALLENGE_REWARD_SC_RSP: u16 = 1734; -pub const CMD_RESTART_CHALLENGE_PHASE_CS_REQ: u16 = 1792; -pub const CMD_CHALLENGE_BOSS_PHASE_SETTLE_NOTIFY: u16 = 1788; -pub const CMD_ENTER_CHALLENGE_NEXT_PHASE_SC_RSP: u16 = 1709; -pub const CMD_TAKE_CHALLENGE_REWARD_CS_REQ: u16 = 1782; -pub const CMD_LEAVE_CHALLENGE_SC_RSP: u16 = 1793; -pub const CMD_GET_CHALLENGE_CS_REQ: u16 = 1768; -pub const CMD_LEAVE_CHALLENGE_CS_REQ: u16 = 1756; -pub const CMD_GET_CHALLENGE_RECOMMEND_LINEUP_LIST_SC_RSP: u16 = 1781; -pub const CMD_START_PARTIAL_CHALLENGE_SC_RSP: u16 = 1724; -pub const CMD_GET_CHAT_FRIEND_HISTORY_SC_RSP: u16 = 3929; -pub const CMD_GET_CHAT_FRIEND_HISTORY_CS_REQ: u16 = 3939; -pub const CMD_SEND_MSG_SC_RSP: u16 = 3906; -pub const CMD_GET_CHAT_EMOJI_LIST_CS_REQ: u16 = 3951; -pub const CMD_SEND_MSG_CS_REQ: u16 = 3968; -pub const CMD_PRIVATE_MSG_OFFLINE_USERS_SC_NOTIFY: u16 = 3943; -pub const CMD_GET_LOGIN_CHAT_INFO_SC_RSP: u16 = 3934; -pub const CMD_REVC_MSG_SC_NOTIFY: u16 = 3911; -pub const CMD_GET_CHAT_EMOJI_LIST_SC_RSP: u16 = 3933; -pub const CMD_BATCH_MARK_CHAT_EMOJI_CS_REQ: u16 = 3965; -pub const CMD_MARK_CHAT_EMOJI_CS_REQ: u16 = 3999; -pub const CMD_MARK_CHAT_EMOJI_SC_RSP: u16 = 3954; -pub const CMD_GET_LOGIN_CHAT_INFO_CS_REQ: u16 = 3982; -pub const CMD_GET_PRIVATE_CHAT_HISTORY_SC_RSP: u16 = 3993; -pub const CMD_GET_PRIVATE_CHAT_HISTORY_CS_REQ: u16 = 3956; -pub const CMD_BATCH_MARK_CHAT_EMOJI_SC_RSP: u16 = 3948; -pub const CMD_CHESS_ROGUE_PICK_AVATAR_CS_REQ: u16 = 5446; -pub const CMD_ENHANCE_CHESS_ROGUE_BUFF_CS_REQ: u16 = 5458; -pub const CMD_GET_CHESS_ROGUE_BUFF_ENHANCE_INFO_SC_RSP: u16 = 5476; -pub const CMD_CHESS_ROGUE_NOUS_GET_ROGUE_TALENT_INFO_SC_RSP: u16 = 5482; -pub const CMD_SELECT_CHESS_ROGUE_NOUS_SUB_STORY_CS_REQ: u16 = 5427; -pub const CMD_FINISH_CHESS_ROGUE_SUB_STORY_SC_RSP: u16 = 5491; -pub const CMD_GET_CHESS_ROGUE_BUFF_ENHANCE_INFO_CS_REQ: u16 = 5555; -pub const CMD_CHESS_ROGUE_QUIT_SC_RSP: u16 = 5444; -pub const CMD_CHESS_ROGUE_SELECT_BP_SC_RSP: u16 = 5566; -pub const CMD_CHESS_ROGUE_QUEST_FINISH_NOTIFY: u16 = 5460; -pub const CMD_CHESS_ROGUE_START_CS_REQ: u16 = 5514; -pub const CMD_CHESS_ROGUE_ROLL_DICE_CS_REQ: u16 = 5529; -pub const CMD_CHESS_ROGUE_ENTER_SC_RSP: u16 = 5421; -pub const CMD_CHESS_ROGUE_CHEAT_ROLL_SC_RSP: u16 = 5499; -pub const CMD_CHESS_ROGUE_RE_ROLL_DICE_CS_REQ: u16 = 5474; -pub const CMD_CHESS_ROGUE_SKIP_TEACHING_LEVEL_SC_RSP: u16 = 5531; -pub const CMD_CHESS_ROGUE_LAYER_ACCOUNT_INFO_NOTIFY: u16 = 5591; -pub const CMD_CHESS_ROGUE_REVIVE_AVATAR_SC_RSP: u16 = 5481; -pub const CMD_CHESS_ROGUE_UPDATE_DICE_PASSIVE_ACCUMULATE_VALUE_SC_NOTIFY: u16 = 5463; -pub const CMD_CHESS_ROGUE_UPDATE_UNLOCK_LEVEL_SC_NOTIFY: u16 = 5430; -pub const CMD_GET_CHESS_ROGUE_STORY_INFO_SC_RSP: u16 = 5462; -pub const CMD_CHESS_ROGUE_MOVE_CELL_NOTIFY: u16 = 5419; -pub const CMD_CHESS_ROGUE_LEAVE_SC_RSP: u16 = 5447; -pub const CMD_FINISH_CHESS_ROGUE_SUB_STORY_CS_REQ: u16 = 5418; -pub const CMD_CHESS_ROGUE_QUERY_BP_CS_REQ: u16 = 5401; -pub const CMD_CHESS_ROGUE_CONFIRM_ROLL_CS_REQ: u16 = 5523; -pub const CMD_CHESS_ROGUE_NOUS_ENABLE_ROGUE_TALENT_SC_RSP: u16 = 5576; -pub const CMD_GET_CHESS_ROGUE_NOUS_STORY_INFO_SC_RSP: u16 = 5557; -pub const CMD_CHESS_ROGUE_GIVE_UP_SC_RSP: u16 = 5456; -pub const CMD_CHESS_ROGUE_UPDATE_REVIVE_INFO_SC_NOTIFY: u16 = 5434; -pub const CMD_CHESS_ROGUE_SELECT_CELL_CS_REQ: u16 = 5549; -pub const CMD_CHESS_ROGUE_UPDATE_ALLOWED_SELECT_CELL_SC_NOTIFY: u16 = 5426; -pub const CMD_CHESS_ROGUE_UPDATE_BOARD_SC_NOTIFY: u16 = 5518; -pub const CMD_CHESS_ROGUE_NOUS_EDIT_DICE_SC_RSP: u16 = 5565; -pub const CMD_GET_CHESS_ROGUE_NOUS_STORY_INFO_CS_REQ: u16 = 5501; -pub const CMD_GET_CHESS_ROGUE_STORY_AEON_TALK_INFO_SC_RSP: u16 = 5544; -pub const CMD_CHESS_ROGUE_CONFIRM_ROLL_SC_RSP: u16 = 5596; -pub const CMD_FINISH_CHESS_ROGUE_NOUS_SUB_STORY_SC_RSP: u16 = 5577; -pub const CMD_ENHANCE_CHESS_ROGUE_BUFF_SC_RSP: u16 = 5552; -pub const CMD_SELECT_CHESS_ROGUE_NOUS_SUB_STORY_SC_RSP: u16 = 5521; -pub const CMD_CHESS_ROGUE_QUERY_BP_SC_RSP: u16 = 5588; -pub const CMD_CHESS_ROGUE_RE_ROLL_DICE_SC_RSP: u16 = 5586; -pub const CMD_CHESS_ROGUE_REVIVE_AVATAR_CS_REQ: u16 = 5569; -pub const CMD_GET_CHESS_ROGUE_STORY_AEON_TALK_INFO_CS_REQ: u16 = 5417; -pub const CMD_CHESS_ROGUE_GO_AHEAD_CS_REQ: u16 = 5405; -pub const CMD_CHESS_ROGUE_UPDATE_LEVEL_BASE_INFO_SC_NOTIFY: u16 = 5431; -pub const CMD_CHESS_ROGUE_QUERY_CS_REQ: u16 = 5493; -pub const CMD_CHESS_ROGUE_ENTER_CELL_SC_RSP: u16 = 5433; -pub const CMD_ENTER_CHESS_ROGUE_AEON_ROOM_SC_RSP: u16 = 5589; -pub const CMD_SYNC_CHESS_ROGUE_NOUS_MAIN_STORY_SC_NOTIFY: u16 = 5455; -pub const CMD_CHESS_ROGUE_GO_AHEAD_SC_RSP: u16 = 5556; -pub const CMD_CHESS_ROGUE_ENTER_NEXT_LAYER_SC_RSP: u16 = 5492; -pub const CMD_CHESS_ROGUE_CHANGEY_AEON_DIMENSION_NOTIFY: u16 = 5425; -pub const CMD_CHESS_ROGUE_START_SC_RSP: u16 = 5600; -pub const CMD_CHESS_ROGUE_LEAVE_CS_REQ: u16 = 5445; -pub const CMD_FINISH_CHESS_ROGUE_NOUS_SUB_STORY_CS_REQ: u16 = 5409; -pub const CMD_CHESS_ROGUE_GIVE_UP_ROLL_SC_RSP: u16 = 5489; -pub const CMD_CHESS_ROGUE_UPDATE_AEON_MODIFIER_VALUE_SC_NOTIFY: u16 = 5542; -pub const CMD_CHESS_ROGUE_NOUS_EDIT_DICE_CS_REQ: u16 = 5459; -pub const CMD_CHESS_ROGUE_PICK_AVATAR_SC_RSP: u16 = 5450; -pub const CMD_CHESS_ROGUE_NOUS_DICE_UPDATE_NOTIFY: u16 = 5508; -pub const CMD_CHESS_ROGUE_SELECT_CELL_SC_RSP: u16 = 5532; -pub const CMD_CHESS_ROGUE_CHEAT_ROLL_CS_REQ: u16 = 5408; -pub const CMD_GET_CHESS_ROGUE_STORY_INFO_CS_REQ: u16 = 5497; -pub const CMD_SYNC_CHESS_ROGUE_MAIN_STORY_FINISH_SC_NOTIFY: u16 = 5480; -pub const CMD_CHESS_ROGUE_GIVE_UP_CS_REQ: u16 = 5585; -pub const CMD_CHESS_ROGUE_QUIT_CS_REQ: u16 = 5506; -pub const CMD_CHESS_ROGUE_SELECT_BP_CS_REQ: u16 = 5486; -pub const CMD_ENTER_CHESS_ROGUE_AEON_ROOM_CS_REQ: u16 = 5520; -pub const CMD_CHESS_ROGUE_ENTER_CS_REQ: u16 = 5567; -pub const CMD_CHESS_ROGUE_UPDATE_DICE_INFO_SC_NOTIFY: u16 = 5461; -pub const CMD_CHESS_ROGUE_QUERY_AEON_DIMENSIONS_SC_RSP: u16 = 5536; -pub const CMD_CHESS_ROGUE_ROLL_DICE_SC_RSP: u16 = 5539; -pub const CMD_SYNC_CHESS_ROGUE_NOUS_SUB_STORY_SC_NOTIFY: u16 = 5484; -pub const CMD_CHESS_ROGUE_QUERY_SC_RSP: u16 = 5507; -pub const CMD_CHESS_ROGUE_QUERY_AEON_DIMENSIONS_CS_REQ: u16 = 5413; -pub const CMD_CHESS_ROGUE_UPDATE_ACTION_POINT_SC_NOTIFY: u16 = 5487; -pub const CMD_CHESS_ROGUE_ENTER_NEXT_LAYER_CS_REQ: u16 = 5568; -pub const CMD_SELECT_CHESS_ROGUE_SUB_STORY_SC_RSP: u16 = 5587; -pub const CMD_CHESS_ROGUE_GIVE_UP_ROLL_CS_REQ: u16 = 5545; -pub const CMD_SYNC_CHESS_ROGUE_NOUS_VALUE_SC_NOTIFY: u16 = 5451; -pub const CMD_CHESS_ROGUE_NOUS_ENABLE_ROGUE_TALENT_CS_REQ: u16 = 5571; -pub const CMD_CHESS_ROGUE_NOUS_GET_ROGUE_TALENT_INFO_CS_REQ: u16 = 5592; -pub const CMD_CHESS_ROGUE_FINISH_CUR_ROOM_NOTIFY: u16 = 5467; -pub const CMD_SELECT_CHESS_ROGUE_SUB_STORY_CS_REQ: u16 = 5406; -pub const CMD_CHESS_ROGUE_SKIP_TEACHING_LEVEL_CS_REQ: u16 = 5477; -pub const CMD_CHESS_ROGUE_UPDATE_MONEY_INFO_SC_NOTIFY: u16 = 5442; -pub const CMD_CHESS_ROGUE_NOUS_DICE_SURFACE_UNLOCK_NOTIFY: u16 = 5453; -pub const CMD_CHESS_ROGUE_CELL_UPDATE_NOTIFY: u16 = 5498; -pub const CMD_CHESS_ROGUE_ENTER_CELL_CS_REQ: u16 = 5490; -pub const CMD_CLOCK_PARK_HANDLE_WAIT_OPERATION_SC_RSP: u16 = 7245; -pub const CMD_CLOCK_PARK_QUIT_SCRIPT_CS_REQ: u16 = 7206; -pub const CMD_CLOCK_PARK_QUIT_SCRIPT_SC_RSP: u16 = 7212; -pub const CMD_CLOCK_PARK_START_SCRIPT_CS_REQ: u16 = 7223; -pub const CMD_CLOCK_PARK_GET_ONGOING_SCRIPT_INFO_CS_REQ: u16 = 7234; -pub const CMD_CLOCK_PARK_GET_INFO_SC_RSP: u16 = 7224; -pub const CMD_CLOCK_PARK_UNLOCK_TALENT_SC_RSP: u16 = 7208; -pub const CMD_CLOCK_PARK_FINISH_SCRIPT_SC_NOTIFY: u16 = 7225; -pub const CMD_CLOCK_PARK_BATTLE_END_SC_NOTIFY: u16 = 7248; -pub const CMD_CLOCK_PARK_GET_INFO_CS_REQ: u16 = 7207; -pub const CMD_CLOCK_PARK_USE_BUFF_SC_RSP: u16 = 7235; -pub const CMD_CLOCK_PARK_HANDLE_WAIT_OPERATION_CS_REQ: u16 = 7236; -pub const CMD_CLOCK_PARK_START_SCRIPT_SC_RSP: u16 = 7204; -pub const CMD_CLOCK_PARK_GET_ONGOING_SCRIPT_INFO_SC_RSP: u16 = 7220; -pub const CMD_CLOCK_PARK_UNLOCK_TALENT_CS_REQ: u16 = 7211; -pub const CMD_CLOCK_PARK_USE_BUFF_CS_REQ: u16 = 7203; -pub const CMD_CONTENT_PACKAGE_GET_DATA_SC_RSP: u16 = 7524; -pub const CMD_CONTENT_PACKAGE_UNLOCK_CS_REQ: u16 = 7517; -pub const CMD_CONTENT_PACKAGE_GET_DATA_CS_REQ: u16 = 7507; -pub const CMD_CONTENT_PACKAGE_TRANSFER_SC_NOTIFY: u16 = 7508; -pub const CMD_CONTENT_PACKAGE_UNLOCK_SC_RSP: u16 = 7511; -pub const CMD_CONTENT_PACKAGE_SYNC_DATA_SC_NOTIFY: u16 = 7515; -pub const CMD_TAKE_AP_REWARD_SC_RSP: u16 = 3306; -pub const CMD_TAKE_ALL_AP_REWARD_CS_REQ: u16 = 3393; -pub const CMD_DAILY_ACTIVE_INFO_NOTIFY: u16 = 3356; -pub const CMD_TAKE_ALL_AP_REWARD_SC_RSP: u16 = 3339; -pub const CMD_TAKE_AP_REWARD_CS_REQ: u16 = 3368; -pub const CMD_GET_DAILY_ACTIVE_INFO_SC_RSP: u16 = 3343; -pub const CMD_GET_DAILY_ACTIVE_INFO_CS_REQ: u16 = 3311; -pub const CMD_MAKE_MISSION_DRINK_SC_RSP: u16 = 6987; -pub const CMD_MAKE_MISSION_DRINK_CS_REQ: u16 = 6996; -pub const CMD_DRINK_MAKER_DAY_END_SC_NOTIFY: u16 = 6988; -pub const CMD_MAKE_DRINK_CS_REQ: u16 = 6992; -pub const CMD_GET_DRINK_MAKER_DATA_CS_REQ: u16 = 6999; -pub const CMD_END_DRINK_MAKER_SEQUENCE_SC_RSP: u16 = 6982; -pub const CMD_MAKE_DRINK_SC_RSP: u16 = 7000; -pub const CMD_DRINK_MAKER_CHALLENGE_CS_REQ: u16 = 6993; -pub const CMD_DRINK_MAKER_UPDATE_TIPS_NOTIFY: u16 = 6981; -pub const CMD_GET_DRINK_MAKER_DATA_SC_RSP: u16 = 6983; -pub const CMD_END_DRINK_MAKER_SEQUENCE_CS_REQ: u16 = 6984; -pub const CMD_DRINK_MAKER_CHALLENGE_SC_RSP: u16 = 6990; -pub const CMD_EVOLVE_BUILD_SHOP_ABILITY_UP_SC_RSP: u16 = 7148; -pub const CMD_EVOLVE_BUILD_SHOP_ABILITY_UP_CS_REQ: u16 = 7105; -pub const CMD_EVOLVE_BUILD_COIN_NOTIFY: u16 = 7127; -pub const CMD_EVOLVE_BUILD_LEAVE_SC_RSP: u16 = 7120; -pub const CMD_EVOLVE_BUILD_START_STAGE_CS_REQ: u16 = 7111; -pub const CMD_EVOLVE_BUILD_UNLOCK_INFO_NOTIFY: u16 = 7149; -pub const CMD_EVOLVE_BUILD_START_LEVEL_SC_RSP: u16 = 7117; -pub const CMD_EVOLVE_BUILD_RE_RANDOM_STAGE_CS_REQ: u16 = 7145; -pub const CMD_EVOLVE_BUILD_SHOP_ABILITY_RESET_CS_REQ: u16 = 7133; -pub const CMD_EVOLVE_BUILD_LEAVE_CS_REQ: u16 = 7134; -pub const CMD_EVOLVE_BUILD_TAKE_EXP_REWARD_CS_REQ: u16 = 7135; -pub const CMD_EVOLVE_BUILD_QUERY_INFO_CS_REQ: u16 = 7107; -pub const CMD_EVOLVE_BUILD_RE_RANDOM_STAGE_SC_RSP: u16 = 7106; -pub const CMD_EVOLVE_BUILD_TAKE_EXP_REWARD_SC_RSP: u16 = 7125; -pub const CMD_EVOLVE_BUILD_SHOP_ABILITY_DOWN_SC_RSP: u16 = 7103; -pub const CMD_EVOLVE_BUILD_START_LEVEL_CS_REQ: u16 = 7115; -pub const CMD_EVOLVE_BUILD_FINISH_SC_NOTIFY: u16 = 7136; -pub const CMD_EVOLVE_BUILD_START_STAGE_SC_RSP: u16 = 7108; -pub const CMD_EVOLVE_BUILD_GIVEUP_CS_REQ: u16 = 7123; -pub const CMD_EVOLVE_BUILD_QUERY_INFO_SC_RSP: u16 = 7124; -pub const CMD_EVOLVE_BUILD_GIVEUP_SC_RSP: u16 = 7104; -pub const CMD_EVOLVE_BUILD_SHOP_ABILITY_DOWN_CS_REQ: u16 = 7121; -pub const CMD_EVOLVE_BUILD_SHOP_ABILITY_RESET_SC_RSP: u16 = 7143; -pub const CMD_TAKE_EXPEDITION_REWARD_CS_REQ: u16 = 2539; -pub const CMD_TAKE_ACTIVITY_EXPEDITION_REWARD_SC_RSP: u16 = 2582; -pub const CMD_CANCEL_ACTIVITY_EXPEDITION_CS_REQ: u16 = 2554; -pub const CMD_ACCEPT_MULTIPLE_EXPEDITION_CS_REQ: u16 = 2534; -pub const CMD_TAKE_MULTIPLE_EXPEDITION_REWARD_SC_RSP: u16 = 2525; -pub const CMD_ACCEPT_ACTIVITY_EXPEDITION_CS_REQ: u16 = 2533; -pub const CMD_GET_EXPEDITION_DATA_SC_RSP: u16 = 2506; -pub const CMD_CANCEL_EXPEDITION_CS_REQ: u16 = 2556; -pub const CMD_ACCEPT_EXPEDITION_CS_REQ: u16 = 2511; -pub const CMD_ACCEPT_EXPEDITION_SC_RSP: u16 = 2543; -pub const CMD_CANCEL_ACTIVITY_EXPEDITION_SC_RSP: u16 = 2565; -pub const CMD_TAKE_ACTIVITY_EXPEDITION_REWARD_CS_REQ: u16 = 2548; -pub const CMD_ACCEPT_ACTIVITY_EXPEDITION_SC_RSP: u16 = 2599; -pub const CMD_GET_EXPEDITION_DATA_CS_REQ: u16 = 2568; -pub const CMD_EXPEDITION_DATA_CHANGE_SC_NOTIFY: u16 = 2551; -pub const CMD_ACCEPT_MULTIPLE_EXPEDITION_SC_RSP: u16 = 2597; -pub const CMD_TAKE_MULTIPLE_EXPEDITION_REWARD_CS_REQ: u16 = 2598; -pub const CMD_CANCEL_EXPEDITION_SC_RSP: u16 = 2593; -pub const CMD_TAKE_EXPEDITION_REWARD_SC_RSP: u16 = 2529; -pub const CMD_ENTER_FANTASTIC_STORY_ACTIVITY_STAGE_CS_REQ: u16 = 4943; -pub const CMD_FANTASTIC_STORY_ACTIVITY_BATTLE_END_SC_NOTIFY: u16 = 4993; -pub const CMD_GET_FANTASTIC_STORY_ACTIVITY_DATA_CS_REQ: u16 = 4968; -pub const CMD_ENTER_FANTASTIC_STORY_ACTIVITY_STAGE_SC_RSP: u16 = 4956; -pub const CMD_GET_FANTASTIC_STORY_ACTIVITY_DATA_SC_RSP: u16 = 4906; -pub const CMD_FINISH_CHAPTER_SC_NOTIFY: u16 = 4911; -pub const CMD_GET_FEVER_TIME_ACTIVITY_DATA_CS_REQ: u16 = 7160; -pub const CMD_ENTER_FEVER_TIME_ACTIVITY_STAGE_SC_RSP: u16 = 7154; -pub const CMD_GET_FEVER_TIME_ACTIVITY_DATA_SC_RSP: u16 = 7152; -pub const CMD_ENTER_FEVER_TIME_ACTIVITY_STAGE_CS_REQ: u16 = 7151; -pub const CMD_FEVER_TIME_ACTIVITY_BATTLE_END_SC_NOTIFY: u16 = 7159; -pub const CMD_FIGHT_HEART_BEAT_SC_RSP: u16 = 30093; -pub const CMD_FIGHT_SESSION_STOP_SC_NOTIFY: u16 = 30039; -pub const CMD_FIGHT_ENTER_CS_REQ: u16 = 30068; -pub const CMD_FIGHT_HEART_BEAT_CS_REQ: u16 = 30056; -pub const CMD_FIGHT_KICK_OUT_SC_NOTIFY: u16 = 30043; -pub const CMD_FIGHT_ENTER_SC_RSP: u16 = 30006; -pub const CMD_FIGHT_LEAVE_SC_NOTIFY: u16 = 30011; -pub const CMD_ENTER_FIGHT_ACTIVITY_STAGE_CS_REQ: u16 = 3643; -pub const CMD_TAKE_FIGHT_ACTIVITY_REWARD_SC_RSP: u16 = 3639; -pub const CMD_GET_FIGHT_ACTIVITY_DATA_SC_RSP: u16 = 3606; -pub const CMD_GET_FIGHT_ACTIVITY_DATA_CS_REQ: u16 = 3668; -pub const CMD_FIGHT_ACTIVITY_DATA_CHANGE_SC_NOTIFY: u16 = 3611; -pub const CMD_ENTER_FIGHT_ACTIVITY_STAGE_SC_RSP: u16 = 3656; -pub const CMD_TAKE_FIGHT_ACTIVITY_REWARD_CS_REQ: u16 = 3693; -pub const CMD_GET_FIGHT_FEST_DATA_SC_RSP: u16 = 7274; -pub const CMD_FIGHT_FEST_UPDATE_COIN_NOTIFY: u16 = 7254; -pub const CMD_FIGHT_FEST_SCORE_UPDATE_NOTIFY: u16 = 7261; -pub const CMD_START_FIGHT_FEST_SC_RSP: u16 = 7267; -pub const CMD_GET_FIGHT_FEST_DATA_CS_REQ: u16 = 7257; -pub const CMD_FIGHT_FEST_UPDATE_CHALLENGE_RECORD_NOTIFY: u16 = 7273; -pub const CMD_START_FIGHT_FEST_CS_REQ: u16 = 7265; -pub const CMD_FIGHT_FEST_UNLOCK_SKILL_NOTIFY: u16 = 7258; -pub const CMD_FIGHT_MATCH3_FORCE_UPDATE_NOTIFY: u16 = 30154; -pub const CMD_FIGHT_MATCH3_SWAP_CS_REQ: u16 = 30193; -pub const CMD_FIGHT_MATCH3_START_COUNT_DOWN_SC_NOTIFY: u16 = 30111; -pub const CMD_FIGHT_MATCH3_CHAT_SC_NOTIFY: u16 = 30199; -pub const CMD_FIGHT_MATCH3_DATA_CS_REQ: u16 = 30168; -pub const CMD_FIGHT_MATCH3_CHAT_CS_REQ: u16 = 30151; -pub const CMD_FIGHT_MATCH3_TURN_START_SC_NOTIFY: u16 = 30143; -pub const CMD_FIGHT_MATCH3_SWAP_SC_RSP: u16 = 30139; -pub const CMD_FIGHT_MATCH3_DATA_SC_RSP: u16 = 30106; -pub const CMD_FIGHT_MATCH3_OPPONENT_DATA_SC_NOTIFY: u16 = 30129; -pub const CMD_FIGHT_MATCH3_TURN_END_SC_NOTIFY: u16 = 30156; -pub const CMD_FIGHT_MATCH3_CHAT_SC_RSP: u16 = 30133; -pub const CMD_APPLY_FRIEND_CS_REQ: u16 = 2939; -pub const CMD_GET_FRIEND_LOGIN_INFO_CS_REQ: u16 = 2969; -pub const CMD_GET_PLAYER_DETAIL_INFO_SC_RSP: u16 = 2943; -pub const CMD_SEARCH_PLAYER_CS_REQ: u16 = 2908; -pub const CMD_GET_CUR_ASSIST_SC_RSP: u16 = 2976; -pub const CMD_SYNC_DELETE_FRIEND_SC_NOTIFY: u16 = 2982; -pub const CMD_DELETE_BLACKLIST_CS_REQ: u16 = 2909; -pub const CMD_GET_FRIEND_BATTLE_RECORD_DETAIL_CS_REQ: u16 = 2941; -pub const CMD_GET_PLATFORM_PLAYER_INFO_CS_REQ: u16 = 2995; -pub const CMD_GET_FRIEND_LOGIN_INFO_SC_RSP: u16 = 2967; -pub const CMD_NEW_ASSIST_HISTORY_NOTIFY: u16 = 2966; -pub const CMD_SET_FRIEND_REMARK_NAME_CS_REQ: u16 = 2917; -pub const CMD_DELETE_FRIEND_CS_REQ: u16 = 2965; -pub const CMD_GET_PLATFORM_PLAYER_INFO_SC_RSP: u16 = 2989; -pub const CMD_SEARCH_PLAYER_SC_RSP: u16 = 2981; -pub const CMD_SET_ASSIST_SC_RSP: u16 = 2923; -pub const CMD_GET_FRIEND_APPLY_LIST_INFO_SC_RSP: u16 = 2993; -pub const CMD_TAKE_ASSIST_REWARD_SC_RSP: u16 = 2912; -pub const CMD_SET_ASSIST_CS_REQ: u16 = 2984; -pub const CMD_GET_ASSIST_HISTORY_CS_REQ: u16 = 2949; -pub const CMD_SET_FRIEND_REMARK_NAME_SC_RSP: u16 = 2992; -pub const CMD_GET_ASSIST_HISTORY_SC_RSP: u16 = 2945; -pub const CMD_DELETE_FRIEND_SC_RSP: u16 = 2948; -pub const CMD_GET_ASSIST_LIST_SC_RSP: u16 = 2916; -pub const CMD_CUR_ASSIST_CHANGED_NOTIFY: u16 = 2930; -pub const CMD_TAKE_ASSIST_REWARD_CS_REQ: u16 = 2946; -pub const CMD_GET_FRIEND_LIST_INFO_SC_RSP: u16 = 2906; -pub const CMD_GET_FRIEND_LIST_INFO_CS_REQ: u16 = 2968; -pub const CMD_GET_FRIEND_ASSIST_LIST_SC_RSP: u16 = 2953; -pub const CMD_GET_FRIEND_DEVELOPMENT_INFO_CS_REQ: u16 = 2903; -pub const CMD_SYNC_HANDLE_FRIEND_SC_NOTIFY: u16 = 2954; -pub const CMD_GET_FRIEND_APPLY_LIST_INFO_CS_REQ: u16 = 2956; -pub const CMD_GET_FRIEND_ASSIST_LIST_CS_REQ: u16 = 3000; -pub const CMD_GET_FRIEND_CHALLENGE_LINEUP_CS_REQ: u16 = 2958; -pub const CMD_HANDLE_FRIEND_CS_REQ: u16 = 2933; -pub const CMD_APPLY_FRIEND_SC_RSP: u16 = 2929; -pub const CMD_SET_FRIEND_MARK_CS_REQ: u16 = 2940; -pub const CMD_GET_FRIEND_CHALLENGE_DETAIL_CS_REQ: u16 = 2959; -pub const CMD_GET_ASSIST_LIST_CS_REQ: u16 = 2932; -pub const CMD_SYNC_APPLY_FRIEND_SC_NOTIFY: u16 = 2951; -pub const CMD_GET_FRIEND_DEVELOPMENT_INFO_SC_RSP: u16 = 2926; -pub const CMD_HANDLE_FRIEND_SC_RSP: u16 = 2999; -pub const CMD_GET_FRIEND_CHALLENGE_DETAIL_SC_RSP: u16 = 2907; -pub const CMD_GET_PLAYER_DETAIL_INFO_CS_REQ: u16 = 2911; -pub const CMD_SYNC_ADD_BLACKLIST_SC_NOTIFY: u16 = 2998; -pub const CMD_REPORT_PLAYER_SC_RSP: u16 = 2928; -pub const CMD_ADD_BLACKLIST_CS_REQ: u16 = 2934; -pub const CMD_GET_CUR_ASSIST_CS_REQ: u16 = 2978; -pub const CMD_GET_FRIEND_CHALLENGE_LINEUP_SC_RSP: u16 = 2947; -pub const CMD_GET_FRIEND_BATTLE_RECORD_DETAIL_SC_RSP: u16 = 2931; -pub const CMD_DELETE_BLACKLIST_SC_RSP: u16 = 2988; -pub const CMD_GET_FRIEND_RECOMMEND_LIST_INFO_SC_RSP: u16 = 2924; -pub const CMD_ADD_BLACKLIST_SC_RSP: u16 = 2997; -pub const CMD_SET_FORBID_OTHER_APPLY_FRIEND_CS_REQ: u16 = 2915; -pub const CMD_GET_FRIEND_RECOMMEND_LIST_INFO_CS_REQ: u16 = 2925; -pub const CMD_SET_FORBID_OTHER_APPLY_FRIEND_SC_RSP: u16 = 2975; -pub const CMD_SET_FRIEND_MARK_SC_RSP: u16 = 2985; -pub const CMD_REPORT_PLAYER_CS_REQ: u16 = 2990; -pub const CMD_EXCHANGE_GACHA_CEILING_CS_REQ: u16 = 1939; -pub const CMD_GET_GACHA_INFO_CS_REQ: u16 = 1968; -pub const CMD_GET_GACHA_CEILING_SC_RSP: u16 = 1993; -pub const CMD_DO_GACHA_SC_RSP: u16 = 1943; -pub const CMD_DO_GACHA_CS_REQ: u16 = 1911; -pub const CMD_GET_GACHA_INFO_SC_RSP: u16 = 1906; -pub const CMD_EXCHANGE_GACHA_CEILING_SC_RSP: u16 = 1929; -pub const CMD_GET_GACHA_CEILING_CS_REQ: u16 = 1956; -pub const CMD_HEART_DIAL_SCRIPT_CHANGE_SC_NOTIFY: u16 = 6351; -pub const CMD_CHANGE_SCRIPT_EMOTION_SC_RSP: u16 = 6343; -pub const CMD_HEART_DIAL_TRACE_SCRIPT_SC_RSP: u16 = 6399; -pub const CMD_GET_HEART_DIAL_INFO_CS_REQ: u16 = 6368; -pub const CMD_GET_HEART_DIAL_INFO_SC_RSP: u16 = 6306; -pub const CMD_HEART_DIAL_TRACE_SCRIPT_CS_REQ: u16 = 6333; -pub const CMD_CHANGE_SCRIPT_EMOTION_CS_REQ: u16 = 6311; -pub const CMD_FINISH_EMOTION_DIALOGUE_PERFORMANCE_CS_REQ: u16 = 6339; -pub const CMD_SUBMIT_EMOTION_ITEM_CS_REQ: u16 = 6356; -pub const CMD_SUBMIT_EMOTION_ITEM_SC_RSP: u16 = 6393; -pub const CMD_FINISH_EMOTION_DIALOGUE_PERFORMANCE_SC_RSP: u16 = 6329; -pub const CMD_HELIOBUS_ENTER_BATTLE_CS_REQ: u16 = 5824; -pub const CMD_HELIOBUS_START_RAID_CS_REQ: u16 = 5892; -pub const CMD_HELIOBUS_ENTER_BATTLE_SC_RSP: u16 = 5817; -pub const CMD_HELIOBUS_SNS_COMMENT_SC_RSP: u16 = 5833; -pub const CMD_HELIOBUS_INFO_CHANGED_SC_NOTIFY: u16 = 5854; -pub const CMD_HELIOBUS_SNS_LIKE_SC_RSP: u16 = 5829; -pub const CMD_HELIOBUS_UNLOCK_SKILL_SC_NOTIFY: u16 = 5882; -pub const CMD_HELIOBUS_SNS_POST_CS_REQ: u16 = 5856; -pub const CMD_HELIOBUS_ACTIVITY_DATA_SC_RSP: u16 = 5806; -pub const CMD_HELIOBUS_UPGRADE_LEVEL_CS_REQ: u16 = 5865; -pub const CMD_HELIOBUS_SNS_LIKE_CS_REQ: u16 = 5839; -pub const CMD_HELIOBUS_ACTIVITY_DATA_CS_REQ: u16 = 5868; -pub const CMD_HELIOBUS_SNS_READ_CS_REQ: u16 = 5811; -pub const CMD_HELIOBUS_SNS_UPDATE_SC_NOTIFY: u16 = 5899; -pub const CMD_HELIOBUS_SNS_READ_SC_RSP: u16 = 5843; -pub const CMD_HELIOBUS_SNS_POST_SC_RSP: u16 = 5893; -pub const CMD_HELIOBUS_UPGRADE_LEVEL_SC_RSP: u16 = 5848; -pub const CMD_HELIOBUS_SNS_COMMENT_CS_REQ: u16 = 5851; -pub const CMD_HELIOBUS_SELECT_SKILL_CS_REQ: u16 = 5834; -pub const CMD_HELIOBUS_LINEUP_UPDATE_SC_NOTIFY: u16 = 5809; -pub const CMD_HELIOBUS_CHALLENGE_UPDATE_SC_NOTIFY: u16 = 5828; -pub const CMD_HELIOBUS_START_RAID_SC_RSP: u16 = 5890; -pub const CMD_HELIOBUS_SELECT_SKILL_SC_RSP: u16 = 5897; -pub const CMD_MARK_ITEM_CS_REQ: u16 = 549; -pub const CMD_LOCK_EQUIPMENT_SC_RSP: u16 = 593; -pub const CMD_COMPOSE_SELECTED_RELIC_SC_RSP: u16 = 509; -pub const CMD_CANCEL_MARK_ITEM_NOTIFY: u16 = 566; -pub const CMD_SYNC_TURN_FOOD_NOTIFY: u16 = 546; -pub const CMD_COMPOSE_LIMIT_NUM_COMPLETE_NOTIFY: u16 = 532; -pub const CMD_DELETE_RELIC_FILTER_PLAN_CS_REQ: u16 = 507; -pub const CMD_SET_TURN_FOOD_SWITCH_CS_REQ: u16 = 512; -pub const CMD_RECHARGE_SUCC_NOTIFY: u16 = 517; -pub const CMD_LOCK_EQUIPMENT_CS_REQ: u16 = 556; -pub const CMD_COMPOSE_ITEM_CS_REQ: u16 = 565; -pub const CMD_USE_ITEM_SC_RSP: u16 = 529; -pub const CMD_ADD_RELIC_FILTER_PLAN_SC_RSP: u16 = 558; -pub const CMD_GET_MARK_ITEM_LIST_SC_RSP: u16 = 576; -pub const CMD_RELIC_RECOMMEND_CS_REQ: u16 = 567; -pub const CMD_GET_BAG_SC_RSP: u16 = 506; -pub const CMD_PROMOTE_EQUIPMENT_CS_REQ: u16 = 511; -pub const CMD_DESTROY_ITEM_SC_RSP: u16 = 523; -pub const CMD_RANK_UP_EQUIPMENT_SC_RSP: u16 = 533; -pub const CMD_USE_ITEM_CS_REQ: u16 = 539; -pub const CMD_GENERAL_VIRTUAL_ITEM_DATA_NOTIFY: u16 = 595; -pub const CMD_SET_TURN_FOOD_SWITCH_SC_RSP: u16 = 530; -pub const CMD_ADD_EQUIPMENT_SC_NOTIFY: u16 = 588; -pub const CMD_DISCARD_RELIC_SC_RSP: u16 = 569; -pub const CMD_DELETE_RELIC_FILTER_PLAN_SC_RSP: u16 = 541; -pub const CMD_RELIC_RECOMMEND_SC_RSP: u16 = 515; -pub const CMD_COMPOSE_LIMIT_NUM_UPDATE_NOTIFY: u16 = 516; -pub const CMD_MODIFY_RELIC_FILTER_PLAN_CS_REQ: u16 = 547; -pub const CMD_DESTROY_ITEM_CS_REQ: u16 = 584; -pub const CMD_EXP_UP_EQUIPMENT_SC_RSP: u16 = 554; -pub const CMD_RELIC_AVATAR_RECOMMEND_SC_RSP: u16 = 540; -pub const CMD_COMPOSE_SELECTED_RELIC_CS_REQ: u16 = 528; -pub const CMD_ADD_RELIC_FILTER_PLAN_CS_REQ: u16 = 553; -pub const CMD_LOCK_RELIC_CS_REQ: u16 = 597; -pub const CMD_EXCHANGE_HCOIN_SC_RSP: u16 = 590; -pub const CMD_SELL_ITEM_SC_RSP: u16 = 524; -pub const CMD_SELL_ITEM_CS_REQ: u16 = 525; -pub const CMD_MODIFY_RELIC_FILTER_PLAN_SC_RSP: u16 = 559; -pub const CMD_GET_BAG_CS_REQ: u16 = 568; -pub const CMD_EXP_UP_RELIC_SC_RSP: u16 = 534; -pub const CMD_MARK_RELIC_FILTER_PLAN_CS_REQ: u16 = 531; -pub const CMD_RELIC_AVATAR_RECOMMEND_CS_REQ: u16 = 575; -pub const CMD_EXCHANGE_HCOIN_CS_REQ: u16 = 592; -pub const CMD_GET_MARK_ITEM_LIST_CS_REQ: u16 = 578; -pub const CMD_PROMOTE_EQUIPMENT_SC_RSP: u16 = 543; -pub const CMD_EXP_UP_EQUIPMENT_CS_REQ: u16 = 599; -pub const CMD_GET_RECYLE_TIME_CS_REQ: u16 = 508; -pub const CMD_DISCARD_RELIC_CS_REQ: u16 = 589; -pub const CMD_COMPOSE_ITEM_SC_RSP: u16 = 548; -pub const CMD_MARK_ITEM_SC_RSP: u16 = 545; -pub const CMD_LOCK_RELIC_SC_RSP: u16 = 598; -pub const CMD_MARK_RELIC_FILTER_PLAN_SC_RSP: u16 = 503; -pub const CMD_RELIC_FILTER_PLAN_CLEAR_NAME_SC_NOTIFY: u16 = 526; -pub const CMD_RANK_UP_EQUIPMENT_CS_REQ: u16 = 551; -pub const CMD_GET_RELIC_FILTER_PLAN_CS_REQ: u16 = 585; -pub const CMD_EXP_UP_RELIC_CS_REQ: u16 = 582; -pub const CMD_GET_RECYLE_TIME_SC_RSP: u16 = 581; -pub const CMD_GET_RELIC_FILTER_PLAN_SC_RSP: u16 = 600; -pub const CMD_PLAY_BACK_GROUND_MUSIC_CS_REQ: u16 = 3111; -pub const CMD_TRIAL_BACK_GROUND_MUSIC_CS_REQ: u16 = 3139; -pub const CMD_GET_JUKEBOX_DATA_SC_RSP: u16 = 3106; -pub const CMD_UNLOCK_BACK_GROUND_MUSIC_SC_RSP: u16 = 3193; -pub const CMD_TRIAL_BACK_GROUND_MUSIC_SC_RSP: u16 = 3129; -pub const CMD_PLAY_BACK_GROUND_MUSIC_SC_RSP: u16 = 3143; -pub const CMD_GET_JUKEBOX_DATA_CS_REQ: u16 = 3168; -pub const CMD_UNLOCK_BACK_GROUND_MUSIC_CS_REQ: u16 = 3156; -pub const CMD_SET_LINEUP_NAME_CS_REQ: u16 = 798; -pub const CMD_QUIT_LINEUP_SC_RSP: u16 = 729; -pub const CMD_GET_CUR_LINEUP_DATA_SC_RSP: u16 = 743; -pub const CMD_GET_ALL_LINEUP_DATA_CS_REQ: u16 = 724; -pub const CMD_SET_LINEUP_NAME_SC_RSP: u16 = 725; -pub const CMD_JOIN_LINEUP_SC_RSP: u16 = 793; -pub const CMD_CHANGE_LINEUP_LEADER_SC_RSP: u16 = 782; -pub const CMD_SWITCH_LINEUP_INDEX_CS_REQ: u16 = 734; -pub const CMD_SWAP_LINEUP_CS_REQ: u16 = 751; -pub const CMD_SWAP_LINEUP_SC_RSP: u16 = 733; -pub const CMD_REPLACE_LINEUP_SC_RSP: u16 = 728; -pub const CMD_GET_ALL_LINEUP_DATA_SC_RSP: u16 = 717; -pub const CMD_GET_LINEUP_AVATAR_DATA_CS_REQ: u16 = 754; -pub const CMD_GET_STAGE_LINEUP_SC_RSP: u16 = 706; -pub const CMD_GET_LINEUP_AVATAR_DATA_SC_RSP: u16 = 765; -pub const CMD_JOIN_LINEUP_CS_REQ: u16 = 756; -pub const CMD_GET_STAGE_LINEUP_CS_REQ: u16 = 768; -pub const CMD_REPLACE_LINEUP_CS_REQ: u16 = 790; -pub const CMD_SYNC_LINEUP_NOTIFY: u16 = 799; -pub const CMD_GET_CUR_LINEUP_DATA_CS_REQ: u16 = 711; -pub const CMD_SWITCH_LINEUP_INDEX_SC_RSP: u16 = 797; -pub const CMD_EXTRA_LINEUP_DESTROY_NOTIFY: u16 = 709; -pub const CMD_CHANGE_LINEUP_LEADER_CS_REQ: u16 = 748; -pub const CMD_QUIT_LINEUP_CS_REQ: u16 = 739; -pub const CMD_VIRTUAL_LINEUP_DESTROY_NOTIFY: u16 = 792; -pub const CMD_LOBBY_QUIT_CS_REQ: u16 = 7362; -pub const CMD_LOBBY_INVITE_SC_RSP: u16 = 7356; -pub const CMD_LOBBY_BEGIN_CS_REQ: u16 = 7361; -pub const CMD_LOBBY_JOIN_SC_RSP: u16 = 7367; -pub const CMD_LOBBY_JOIN_CS_REQ: u16 = 7365; -pub const CMD_LOBBY_MODIFY_PLAYER_INFO_SC_RSP: u16 = 7354; -pub const CMD_LOBBY_KICK_OUT_CS_REQ: u16 = 7384; -pub const CMD_LOBBY_GET_INFO_SC_RSP: u16 = 7371; -pub const CMD_LOBBY_KICK_OUT_SC_RSP: u16 = 7370; -pub const CMD_LOBBY_GET_INFO_CS_REQ: u16 = 7398; -pub const CMD_LOBBY_BEGIN_SC_RSP: u16 = 7358; -pub const CMD_LOBBY_CREATE_SC_RSP: u16 = 7374; -pub const CMD_LOBBY_CREATE_CS_REQ: u16 = 7357; -pub const CMD_LOBBY_SYNC_INFO_SC_NOTIFY: u16 = 7386; -pub const CMD_LOBBY_INVITE_CS_REQ: u16 = 7395; -pub const CMD_LOBBY_MODIFY_PLAYER_INFO_CS_REQ: u16 = 7373; -pub const CMD_LOBBY_QUIT_SC_RSP: u16 = 7389; -pub const CMD_LOBBY_INVITE_SC_NOTIFY: u16 = 7355; -pub const CMD_GET_MAIL_SC_RSP: u16 = 806; -pub const CMD_MARK_READ_MAIL_CS_REQ: u16 = 811; -pub const CMD_GET_MAIL_CS_REQ: u16 = 868; -pub const CMD_MARK_READ_MAIL_SC_RSP: u16 = 843; -pub const CMD_NEW_MAIL_SC_NOTIFY: u16 = 851; -pub const CMD_DEL_MAIL_SC_RSP: u16 = 893; -pub const CMD_TAKE_MAIL_ATTACHMENT_SC_RSP: u16 = 829; -pub const CMD_DEL_MAIL_CS_REQ: u16 = 856; -pub const CMD_TAKE_MAIL_ATTACHMENT_CS_REQ: u16 = 839; -pub const CMD_RESET_MAP_ROTATION_REGION_CS_REQ: u16 = 6865; -pub const CMD_UPDATE_ROTATER_SC_NOTIFY: u16 = 6824; -pub const CMD_DEPLOY_ROTATER_SC_RSP: u16 = 6893; -pub const CMD_ROTATE_MAP_CS_REQ: u16 = 6839; -pub const CMD_INTERACT_CHARGER_SC_RSP: u16 = 6843; -pub const CMD_GET_MAP_ROTATION_DATA_CS_REQ: u16 = 6899; -pub const CMD_INTERACT_CHARGER_CS_REQ: u16 = 6811; -pub const CMD_UPDATE_MAP_ROTATION_DATA_SC_NOTIFY: u16 = 6897; -pub const CMD_LEAVE_MAP_ROTATION_REGION_SC_RSP: u16 = 6833; -pub const CMD_UPDATE_ENERGY_SC_NOTIFY: u16 = 6834; -pub const CMD_LEAVE_MAP_ROTATION_REGION_SC_NOTIFY: u16 = 6882; -pub const CMD_ENTER_MAP_ROTATION_REGION_SC_RSP: u16 = 6806; -pub const CMD_GET_MAP_ROTATION_DATA_SC_RSP: u16 = 6854; -pub const CMD_LEAVE_MAP_ROTATION_REGION_CS_REQ: u16 = 6851; -pub const CMD_RESET_MAP_ROTATION_REGION_SC_RSP: u16 = 6848; -pub const CMD_ROTATE_MAP_SC_RSP: u16 = 6829; -pub const CMD_DEPLOY_ROTATER_CS_REQ: u16 = 6856; -pub const CMD_REMOVE_ROTATER_SC_RSP: u16 = 6825; -pub const CMD_ENTER_MAP_ROTATION_REGION_CS_REQ: u16 = 6868; -pub const CMD_REMOVE_ROTATER_CS_REQ: u16 = 6898; -pub const CMD_MATCH_RESULT_SC_NOTIFY: u16 = 7311; -pub const CMD_START_MATCH_SC_RSP: u16 = 7324; -pub const CMD_CANCEL_MATCH_SC_RSP: u16 = 7317; -pub const CMD_START_MATCH_CS_REQ: u16 = 7307; -pub const CMD_GET_CROSS_INFO_CS_REQ: u16 = 7308; -pub const CMD_CANCEL_MATCH_CS_REQ: u16 = 7315; -pub const CMD_GET_CROSS_INFO_SC_RSP: u16 = 7323; -pub const CMD_MATCH_THREE_LEVEL_END_CS_REQ: u16 = 7415; -pub const CMD_MATCH_THREE_GET_DATA_CS_REQ: u16 = 7407; -pub const CMD_MATCH_THREE_SET_BIRD_POS_CS_REQ: u16 = 7408; -pub const CMD_MATCH_THREE_LEVEL_END_SC_RSP: u16 = 7417; -pub const CMD_MATCH_THREE_SET_BIRD_POS_SC_RSP: u16 = 7423; -pub const CMD_MATCH_THREE_GET_DATA_SC_RSP: u16 = 7424; -pub const CMD_MATCH_THREE_SYNC_DATA_SC_NOTIFY: u16 = 7411; -pub const CMD_FINISH_ITEM_ID_SC_RSP: u16 = 2793; -pub const CMD_FINISH_PERFORM_SECTION_ID_SC_RSP: u16 = 2733; -pub const CMD_FINISH_SECTION_ID_SC_RSP: u16 = 2729; -pub const CMD_FINISH_SECTION_ID_CS_REQ: u16 = 2739; -pub const CMD_GET_NPC_MESSAGE_GROUP_SC_RSP: u16 = 2706; -pub const CMD_FINISH_PERFORM_SECTION_ID_CS_REQ: u16 = 2751; -pub const CMD_FINISH_ITEM_ID_CS_REQ: u16 = 2756; -pub const CMD_GET_NPC_STATUS_SC_RSP: u16 = 2743; -pub const CMD_GET_NPC_MESSAGE_GROUP_CS_REQ: u16 = 2768; -pub const CMD_GET_NPC_STATUS_CS_REQ: u16 = 2711; -pub const CMD_DIFFICULTY_ADJUSTMENT_UPDATE_DATA_SC_RSP: u16 = 4123; -pub const CMD_SUBMIT_ORIGAMI_ITEM_CS_REQ: u16 = 4182; -pub const CMD_DIFFICULTY_ADJUSTMENT_UPDATE_DATA_CS_REQ: u16 = 4184; -pub const CMD_SECURITY_REPORT_SC_RSP: u16 = 4154; -pub const CMD_GET_GUN_PLAY_DATA_SC_RSP: u16 = 4188; -pub const CMD_DIFFICULTY_ADJUSTMENT_GET_DATA_CS_REQ: u16 = 4132; -pub const CMD_GET_MOVIE_RACING_DATA_CS_REQ: u16 = 4117; -pub const CMD_GET_SHARE_DATA_SC_RSP: u16 = 4143; -pub const CMD_DIFFICULTY_ADJUSTMENT_GET_DATA_SC_RSP: u16 = 4116; -pub const CMD_SECURITY_REPORT_CS_REQ: u16 = 4199; -pub const CMD_CANCEL_CACHE_NOTIFY_CS_REQ: u16 = 4151; -pub const CMD_SHARE_CS_REQ: u16 = 4168; -pub const CMD_GET_SHARE_DATA_CS_REQ: u16 = 4111; -pub const CMD_TAKE_PICTURE_SC_RSP: u16 = 4193; -pub const CMD_CANCEL_CACHE_NOTIFY_SC_RSP: u16 = 4133; -pub const CMD_UPDATE_GUN_PLAY_DATA_SC_RSP: u16 = 4181; -pub const CMD_GET_GUN_PLAY_DATA_CS_REQ: u16 = 4109; -pub const CMD_TAKE_PICTURE_CS_REQ: u16 = 4156; -pub const CMD_GET_MOVIE_RACING_DATA_SC_RSP: u16 = 4192; -pub const CMD_UPDATE_MOVIE_RACING_DATA_SC_RSP: u16 = 4128; -pub const CMD_SHARE_SC_RSP: u16 = 4106; -pub const CMD_TRIGGER_VOICE_SC_RSP: u16 = 4148; -pub const CMD_UPDATE_GUN_PLAY_DATA_CS_REQ: u16 = 4108; -pub const CMD_UPDATE_MOVIE_RACING_DATA_CS_REQ: u16 = 4190; -pub const CMD_SUBMIT_ORIGAMI_ITEM_SC_RSP: u16 = 4134; -pub const CMD_TRIGGER_VOICE_CS_REQ: u16 = 4165; -pub const CMD_DAILY_TASK_DATA_SC_NOTIFY: u16 = 1229; -pub const CMD_ACCEPT_MISSION_EVENT_SC_RSP: u16 = 1225; -pub const CMD_SYNC_TASK_CS_REQ: u16 = 1293; -pub const CMD_MISSION_ACCEPT_SC_NOTIFY: u16 = 1249; -pub const CMD_SET_MISSION_EVENT_PROGRESS_SC_RSP: u16 = 1209; -pub const CMD_SET_MISSION_EVENT_PROGRESS_CS_REQ: u16 = 1228; -pub const CMD_START_FINISH_SUB_MISSION_SC_NOTIFY: u16 = 1232; -pub const CMD_MISSION_GROUP_WARN_SC_NOTIFY: u16 = 1254; -pub const CMD_GET_MISSION_STATUS_SC_RSP: u16 = 1217; -pub const CMD_GET_MISSION_DATA_CS_REQ: u16 = 1268; -pub const CMD_FINISH_COSUME_ITEM_MISSION_CS_REQ: u16 = 1265; -pub const CMD_ACCEPT_MAIN_MISSION_SC_RSP: u16 = 1223; -pub const CMD_GET_MISSION_STATUS_CS_REQ: u16 = 1224; -pub const CMD_GET_MISSION_EVENT_DATA_SC_RSP: u16 = 1234; -pub const CMD_FINISH_TALK_MISSION_SC_RSP: u16 = 1243; -pub const CMD_SYNC_TASK_SC_RSP: u16 = 1239; -pub const CMD_FINISH_COSUME_ITEM_MISSION_SC_RSP: u16 = 1248; -pub const CMD_ACCEPT_MAIN_MISSION_CS_REQ: u16 = 1284; -pub const CMD_GET_MAIN_MISSION_CUSTOM_VALUE_SC_RSP: u16 = 1276; -pub const CMD_START_FINISH_MAIN_MISSION_SC_NOTIFY: u16 = 1216; -pub const CMD_SUB_MISSION_REWARD_SC_NOTIFY: u16 = 1288; -pub const CMD_INTERRUPT_MISSION_EVENT_CS_REQ: u16 = 1292; -pub const CMD_GET_MISSION_DATA_SC_RSP: u16 = 1206; -pub const CMD_FINISH_TALK_MISSION_CS_REQ: u16 = 1211; -pub const CMD_GET_MISSION_EVENT_DATA_CS_REQ: u16 = 1282; -pub const CMD_TELEPORT_TO_MISSION_RESET_POINT_SC_RSP: u16 = 1281; -pub const CMD_GET_MAIN_MISSION_CUSTOM_VALUE_CS_REQ: u16 = 1278; -pub const CMD_MISSION_EVENT_REWARD_SC_NOTIFY: u16 = 1297; -pub const CMD_MISSION_REWARD_SC_NOTIFY: u16 = 1256; -pub const CMD_UPDATE_TRACK_MAIN_MISSION_ID_SC_RSP: u16 = 1246; -pub const CMD_ACCEPT_MISSION_EVENT_CS_REQ: u16 = 1298; -pub const CMD_UPDATE_TRACK_MAIN_MISSION_ID_CS_REQ: u16 = 1266; -pub const CMD_TELEPORT_TO_MISSION_RESET_POINT_CS_REQ: u16 = 1208; -pub const CMD_INTERRUPT_MISSION_EVENT_SC_RSP: u16 = 1290; -pub const CMD_MONOPOLY_SCRACH_RAFFLE_TICKET_SC_RSP: u16 = 7050; -pub const CMD_MONOPOLY_MOVE_SC_RSP: u16 = 7051; -pub const CMD_GET_MONOPOLY_FRIEND_RANKING_LIST_CS_REQ: u16 = 7058; -pub const CMD_MONOPOLY_RE_ROLL_RANDOM_SC_RSP: u16 = 7098; -pub const CMD_MONOPOLY_GAME_GACHA_CS_REQ: u16 = 7078; -pub const CMD_GET_MONOPOLY_FRIEND_RANKING_LIST_SC_RSP: u16 = 7047; -pub const CMD_MONOPOLY_GUESS_DRAW_SC_NOTIFY: u16 = 7067; -pub const CMD_MONOPOLY_GET_REGION_PROGRESS_SC_RSP: u16 = 7005; -pub const CMD_GET_MONOPOLY_INFO_CS_REQ: u16 = 7068; -pub const CMD_MONOPOLY_BUY_GOODS_CS_REQ: u16 = 7017; -pub const CMD_MONOPOLY_TAKE_PHASE_REWARD_CS_REQ: u16 = 7061; -pub const CMD_MONOPOLY_GAME_RAISE_RATIO_CS_REQ: u16 = 7016; -pub const CMD_MONOPOLY_SELECT_OPTION_CS_REQ: u16 = 7033; -pub const CMD_MONOPOLY_GET_RAFFLE_TICKET_CS_REQ: u16 = 7042; -pub const CMD_MONOPOLY_CELL_UPDATE_NOTIFY: u16 = 7043; -pub const CMD_GET_MONOPOLY_MBTI_REPORT_REWARD_CS_REQ: u16 = 7062; -pub const CMD_DAILY_FIRST_ENTER_MONOPOLY_ACTIVITY_SC_RSP: u16 = 7048; -pub const CMD_DELETE_SOCIAL_EVENT_SERVER_CACHE_SC_RSP: u16 = 7073; -pub const CMD_MONOPOLY_GUESS_BUY_INFORMATION_CS_REQ: u16 = 7089; -pub const CMD_MONOPOLY_GIVE_UP_CUR_CONTENT_CS_REQ: u16 = 7009; -pub const CMD_MONOPOLY_ACTION_RESULT_SC_NOTIFY: u16 = 7011; -pub const CMD_MONOPOLY_MOVE_CS_REQ: u16 = 7029; -pub const CMD_MONOPOLY_UPGRADE_ASSET_CS_REQ: u16 = 7090; -pub const CMD_MONOPOLY_LIKE_CS_REQ: u16 = 7059; -pub const CMD_MONOPOLY_CLICK_MBTI_REPORT_CS_REQ: u16 = 7038; -pub const CMD_MONOPOLY_GAME_RAISE_RATIO_SC_RSP: u16 = 7084; -pub const CMD_MONOPOLY_CHEAT_DICE_CS_REQ: u16 = 7008; -pub const CMD_GET_MONOPOLY_MBTI_REPORT_REWARD_SC_RSP: u16 = 7001; -pub const CMD_MONOPOLY_GAME_BINGO_FLIP_CARD_SC_RSP: u16 = 7045; -pub const CMD_MONOPOLY_ROLL_RANDOM_CS_REQ: u16 = 7082; -pub const CMD_MONOPOLY_GUESS_CHOOSE_SC_RSP: u16 = 7095; -pub const CMD_MONOPOLY_GIVE_UP_CUR_CONTENT_SC_RSP: u16 = 7088; -pub const CMD_MONOPOLY_ROLL_DICE_CS_REQ: u16 = 7093; -pub const CMD_GET_MONOPOLY_INFO_SC_RSP: u16 = 7006; -pub const CMD_MONOPOLY_CONFIRM_RANDOM_CS_REQ: u16 = 7025; -pub const CMD_MONOPOLY_DAILY_SETTLE_SC_NOTIFY: u16 = 7053; -pub const CMD_GET_MONOPOLY_DAILY_REPORT_SC_RSP: u16 = 7020; -pub const CMD_GET_SOCIAL_EVENT_SERVER_CACHE_CS_REQ: u16 = 7022; -pub const CMD_MONOPOLY_GAME_SETTLE_SC_NOTIFY: u16 = 7023; -pub const CMD_MONOPOLY_EVENT_LOAD_UPDATE_SC_NOTIFY: u16 = 7052; -pub const CMD_MONOPOLY_ACCEPT_QUIZ_CS_REQ: u16 = 7066; -pub const CMD_MONOPOLY_CONTENT_UPDATE_SC_NOTIFY: u16 = 7032; -pub const CMD_MONOPOLY_GET_DAILY_INIT_ITEM_CS_REQ: u16 = 7077; -pub const CMD_MONOPOLY_GET_RAFFLE_TICKET_SC_RSP: u16 = 7083; -pub const CMD_MONOPOLY_RE_ROLL_RANDOM_CS_REQ: u16 = 7097; -pub const CMD_MONOPOLY_LIKE_SC_NOTIFY: u16 = 7041; -pub const CMD_MONOPOLY_GAME_GACHA_SC_RSP: u16 = 7076; -pub const CMD_GET_SOCIAL_EVENT_SERVER_CACHE_SC_RSP: u16 = 7021; -pub const CMD_MONOPOLY_GET_REGION_PROGRESS_CS_REQ: u16 = 7072; -pub const CMD_MONOPOLY_SOCIAL_EVENT_EFFECT_SC_NOTIFY: u16 = 7014; -pub const CMD_MONOPOLY_GET_RAFFLE_POOL_INFO_CS_REQ: u16 = 7064; -pub const CMD_MONOPOLY_ROLL_RANDOM_SC_RSP: u16 = 7034; -pub const CMD_MONOPOLY_GET_RAFFLE_POOL_INFO_SC_RSP: u16 = 7070; -pub const CMD_MONOPOLY_LIKE_SC_RSP: u16 = 7007; -pub const CMD_MONOPOLY_CLICK_CELL_SC_RSP: u16 = 7027; -pub const CMD_MONOPOLY_UPGRADE_ASSET_SC_RSP: u16 = 7028; -pub const CMD_MONOPOLY_GAME_BINGO_FLIP_CARD_CS_REQ: u16 = 7049; -pub const CMD_MONOPOLY_CLICK_MBTI_REPORT_SC_RSP: u16 = 7080; -pub const CMD_MONOPOLY_GET_DAILY_INIT_ITEM_SC_RSP: u16 = 7055; -pub const CMD_MONOPOLY_EVENT_SELECT_FRIEND_CS_REQ: u16 = 7026; -pub const CMD_MONOPOLY_TAKE_RAFFLE_TICKET_REWARD_SC_RSP: u16 = 7036; -pub const CMD_MONOPOLY_ROLL_DICE_SC_RSP: u16 = 7039; -pub const CMD_MONOPOLY_CHEAT_DICE_SC_RSP: u16 = 7081; -pub const CMD_GET_MBTI_REPORT_SC_RSP: u16 = 7003; -pub const CMD_MONOPOLY_CONDITION_UPDATE_SC_NOTIFY: u16 = 7063; -pub const CMD_MONOPOLY_SELECT_OPTION_SC_RSP: u16 = 7099; -pub const CMD_MONOPOLY_GAME_CREATE_SC_NOTIFY: u16 = 7012; -pub const CMD_MONOPOLY_GUESS_BUY_INFORMATION_SC_RSP: u16 = 7069; -pub const CMD_MONOPOLY_QUIZ_DURATION_CHANGE_SC_NOTIFY: u16 = 7015; -pub const CMD_MONOPOLY_TAKE_PHASE_REWARD_SC_RSP: u16 = 7079; -pub const CMD_GET_MBTI_REPORT_CS_REQ: u16 = 7031; -pub const CMD_MONOPOLY_BUY_GOODS_SC_RSP: u16 = 7092; -pub const CMD_MONOPOLY_ACCEPT_QUIZ_SC_RSP: u16 = 7046; -pub const CMD_GET_MONOPOLY_DAILY_REPORT_CS_REQ: u16 = 7091; -pub const CMD_MONOPOLY_STT_UPDATE_SC_NOTIFY: u16 = 7002; -pub const CMD_MONOPOLY_TAKE_RAFFLE_TICKET_REWARD_CS_REQ: u16 = 7096; -pub const CMD_MONOPOLY_GUESS_CHOOSE_CS_REQ: u16 = 7030; -pub const CMD_MONOPOLY_EVENT_SELECT_FRIEND_SC_RSP: u16 = 7013; -pub const CMD_DAILY_FIRST_ENTER_MONOPOLY_ACTIVITY_CS_REQ: u16 = 7065; -pub const CMD_MONOPOLY_CONFIRM_RANDOM_SC_RSP: u16 = 7024; -pub const CMD_DELETE_SOCIAL_EVENT_SERVER_CACHE_CS_REQ: u16 = 7071; -pub const CMD_MONOPOLY_SCRACH_RAFFLE_TICKET_CS_REQ: u16 = 7010; -pub const CMD_MONOPOLY_CLICK_CELL_CS_REQ: u16 = 7057; -pub const CMD_MULTIPLAYER_FIGHT_GIVE_UP_CS_REQ: u16 = 1056; -pub const CMD_MULTIPLAYER_GET_FIGHT_GATE_SC_RSP: u16 = 1043; -pub const CMD_MULTIPLAYER_FIGHT_GAME_FINISH_SC_NOTIFY: u16 = 1029; -pub const CMD_MULTIPLAYER_FIGHT_GAME_STATE_CS_REQ: u16 = 1068; -pub const CMD_MULTIPLAYER_FIGHT_GAME_STATE_SC_RSP: u16 = 1006; -pub const CMD_MULTIPLAYER_FIGHT_GAME_START_SC_NOTIFY: u16 = 1039; -pub const CMD_MULTIPLAYER_MATCH3_FINISH_SC_NOTIFY: u16 = 1051; -pub const CMD_MULTIPLAYER_FIGHT_GIVE_UP_SC_RSP: u16 = 1093; -pub const CMD_MULTIPLAYER_GET_FIGHT_GATE_CS_REQ: u16 = 1011; -pub const CMD_MULTIPLE_DROP_INFO_NOTIFY: u16 = 4693; -pub const CMD_GET_MULTIPLE_DROP_INFO_CS_REQ: u16 = 4668; -pub const CMD_GET_MULTIPLE_DROP_INFO_SC_RSP: u16 = 4606; -pub const CMD_MULTIPLE_DROP_INFO_SC_NOTIFY: u16 = 4611; -pub const CMD_GET_PLAYER_RETURN_MULTI_DROP_INFO_CS_REQ: u16 = 4643; -pub const CMD_GET_PLAYER_RETURN_MULTI_DROP_INFO_SC_RSP: u16 = 4656; -pub const CMD_UPGRADE_AREA_SC_RSP: u16 = 4348; -pub const CMD_MUSEUM_DISPATCH_FINISHED_SC_NOTIFY: u16 = 4328; -pub const CMD_UPGRADE_AREA_CS_REQ: u16 = 4365; -pub const CMD_MUSEUM_TARGET_MISSION_FINISH_NOTIFY: u16 = 4388; -pub const CMD_MUSEUM_RANDOM_EVENT_QUERY_CS_REQ: u16 = 4324; -pub const CMD_GET_EXHIBIT_SC_NOTIFY: u16 = 4333; -pub const CMD_BUY_NPC_STUFF_SC_RSP: u16 = 4343; -pub const CMD_MUSEUM_RANDOM_EVENT_QUERY_SC_RSP: u16 = 4317; -pub const CMD_SET_STUFF_TO_AREA_CS_REQ: u16 = 4356; -pub const CMD_REMOVE_STUFF_FROM_AREA_CS_REQ: u16 = 4339; -pub const CMD_MUSEUM_TARGET_REWARD_NOTIFY: u16 = 4308; -pub const CMD_MUSEUM_RANDOM_EVENT_START_SC_NOTIFY: u16 = 4325; -pub const CMD_MUSEUM_RANDOM_EVENT_SELECT_SC_RSP: u16 = 4390; -pub const CMD_FINISH_CUR_TURN_SC_RSP: u16 = 4354; -pub const CMD_MUSEUM_FUNDS_CHANGED_SC_NOTIFY: u16 = 4398; -pub const CMD_MUSEUM_TAKE_COLLECT_REWARD_SC_RSP: u16 = 4332; -pub const CMD_GET_MUSEUM_INFO_CS_REQ: u16 = 4368; -pub const CMD_GET_MUSEUM_INFO_SC_RSP: u16 = 4306; -pub const CMD_SET_STUFF_TO_AREA_SC_RSP: u16 = 4393; -pub const CMD_UPGRADE_AREA_STAT_SC_RSP: u16 = 4334; -pub const CMD_MUSEUM_TAKE_COLLECT_REWARD_CS_REQ: u16 = 4381; -pub const CMD_UPGRADE_AREA_STAT_CS_REQ: u16 = 4382; -pub const CMD_MUSEUM_TARGET_START_NOTIFY: u16 = 4309; -pub const CMD_BUY_NPC_STUFF_CS_REQ: u16 = 4311; -pub const CMD_FINISH_CUR_TURN_CS_REQ: u16 = 4399; -pub const CMD_GET_STUFF_SC_NOTIFY: u16 = 4351; -pub const CMD_MUSEUM_RANDOM_EVENT_SELECT_CS_REQ: u16 = 4392; -pub const CMD_REMOVE_STUFF_FROM_AREA_SC_RSP: u16 = 4329; -pub const CMD_MUSEUM_INFO_CHANGED_SC_NOTIFY: u16 = 4397; -pub const CMD_GET_OFFERING_INFO_SC_RSP: u16 = 6923; -pub const CMD_TAKE_OFFERING_REWARD_CS_REQ: u16 = 6924; -pub const CMD_TAKE_OFFERING_REWARD_SC_RSP: u16 = 6922; -pub const CMD_SUBMIT_OFFERING_ITEM_SC_RSP: u16 = 6940; -pub const CMD_SUBMIT_OFFERING_ITEM_CS_REQ: u16 = 6932; -pub const CMD_OFFERING_INFO_SC_NOTIFY: u16 = 6936; -pub const CMD_GET_OFFERING_INFO_CS_REQ: u16 = 6939; -pub const CMD_ACCEPTED_PAM_MISSION_EXPIRE_CS_REQ: u16 = 4068; -pub const CMD_ACCEPTED_PAM_MISSION_EXPIRE_SC_RSP: u16 = 4006; -pub const CMD_SYNC_ACCEPTED_PAM_MISSION_NOTIFY: u16 = 4011; -pub const CMD_RECALL_PET_SC_RSP: u16 = 7608; -pub const CMD_RECALL_PET_CS_REQ: u16 = 7611; -pub const CMD_CUR_PET_CHANGED_SC_NOTIFY: u16 = 7623; -pub const CMD_GET_PET_DATA_CS_REQ: u16 = 7607; -pub const CMD_GET_PET_DATA_SC_RSP: u16 = 7624; -pub const CMD_SUMMON_PET_SC_RSP: u16 = 7617; -pub const CMD_SUMMON_PET_CS_REQ: u16 = 7615; -pub const CMD_UNLOCK_CHAT_BUBBLE_SC_NOTIFY: u16 = 5156; -pub const CMD_GET_PHONE_DATA_CS_REQ: u16 = 5168; -pub const CMD_GET_PHONE_DATA_SC_RSP: u16 = 5106; -pub const CMD_SELECT_CHAT_BUBBLE_SC_RSP: u16 = 5143; -pub const CMD_UNLOCK_PHONE_THEME_SC_NOTIFY: u16 = 5129; -pub const CMD_SELECT_PHONE_THEME_SC_RSP: u16 = 5139; -pub const CMD_SELECT_PHONE_THEME_CS_REQ: u16 = 5193; -pub const CMD_SELECT_CHAT_BUBBLE_CS_REQ: u16 = 5111; -pub const CMD_GET_VIDEO_VERSION_KEY_CS_REQ: u16 = 42; -pub const CMD_EXCHANGE_STAMINA_CS_REQ: u16 = 48; -pub const CMD_PLAYER_LOGIN_FINISH_SC_RSP: u16 = 86; -pub const CMD_SET_PLAYER_INFO_SC_RSP: u16 = 95; -pub const CMD_GET_BASIC_INFO_SC_RSP: u16 = 85; -pub const CMD_PLAYER_GET_TOKEN_SC_RSP: u16 = 93; -pub const CMD_EXCHANGE_STAMINA_SC_RSP: u16 = 82; -pub const CMD_ACE_ANTI_CHEATER_SC_RSP: u16 = 59; -pub const CMD_UNLOCK_AVATAR_PATH_CS_REQ: u16 = 63; -pub const CMD_UPDATE_PLAYER_SETTING_SC_RSP: u16 = 70; -pub const CMD_SET_MULTIPLE_AVATAR_PATHS_CS_REQ: u16 = 80; -pub const CMD_PLAYER_LOGOUT_SC_RSP: u16 = 43; -pub const CMD_GET_LEVEL_REWARD_SC_RSP: u16 = 9; -pub const CMD_RESERVE_STAMINA_EXCHANGE_CS_REQ: u16 = 50; -pub const CMD_GET_MULTI_PATH_AVATAR_INFO_SC_RSP: u16 = 77; -pub const CMD_GM_TALK_SC_RSP: u16 = 99; -pub const CMD_RETCODE_NOTIFY: u16 = 41; -pub const CMD_CLIENT_DOWNLOAD_DATA_SC_NOTIFY: u16 = 15; -pub const CMD_PLAYER_LOGIN_SC_RSP: u16 = 6; -pub const CMD_FEATURE_SWITCH_CLOSED_SC_NOTIFY: u16 = 13; -pub const CMD_SET_LANGUAGE_CS_REQ: u16 = 81; -pub const CMD_GET_LEVEL_REWARD_CS_REQ: u16 = 28; -pub const CMD_ACE_ANTI_CHEATER_CS_REQ: u16 = 47; -pub const CMD_STAMINA_INFO_SC_NOTIFY: u16 = 5; -pub const CMD_PLAYER_HEART_BEAT_SC_RSP: u16 = 3; -pub const CMD_SET_NICKNAME_SC_RSP: u16 = 17; -pub const CMD_ANTI_ADDICT_SC_NOTIFY: u16 = 25; -pub const CMD_UPDATE_PSN_SETTINGS_INFO_CS_REQ: u16 = 2; -pub const CMD_GET_VIDEO_VERSION_KEY_SC_RSP: u16 = 83; -pub const CMD_CLIENT_OBJ_DOWNLOAD_DATA_SC_NOTIFY: u16 = 61; -pub const CMD_PLAYER_LOGOUT_CS_REQ: u16 = 11; -pub const CMD_SET_NICKNAME_CS_REQ: u16 = 24; -pub const CMD_PLAYER_LOGIN_CS_REQ: u16 = 68; -pub const CMD_DAILY_REFRESH_NOTIFY: u16 = 100; -pub const CMD_RESERVE_STAMINA_EXCHANGE_SC_RSP: u16 = 72; -pub const CMD_GET_AUTHKEY_SC_RSP: u16 = 97; -pub const CMD_GET_BASIC_INFO_CS_REQ: u16 = 40; -pub const CMD_SET_RED_POINT_STATUS_SC_NOTIFY: u16 = 96; -pub const CMD_SET_LANGUAGE_SC_RSP: u16 = 32; -pub const CMD_UPDATE_FEATURE_SWITCH_SC_NOTIFY: u16 = 75; -pub const CMD_SET_PLAYER_INFO_CS_REQ: u16 = 30; -pub const CMD_SERVER_ANNOUNCE_NOTIFY: u16 = 16; -pub const CMD_QUERY_PRODUCT_INFO_SC_RSP: u16 = 67; -pub const CMD_UNLOCK_AVATAR_PATH_SC_RSP: u16 = 38; -pub const CMD_GM_TALK_SC_NOTIFY: u16 = 29; -pub const CMD_SET_AVATAR_PATH_CS_REQ: u16 = 20; -pub const CMD_GET_MULTI_PATH_AVATAR_INFO_CS_REQ: u16 = 27; -pub const CMD_AVATAR_PATH_CHANGED_NOTIFY: u16 = 55; -pub const CMD_GET_LEVEL_REWARD_TAKEN_LIST_CS_REQ: u16 = 92; -pub const CMD_MONTH_CARD_REWARD_NOTIFY: u16 = 7; -pub const CMD_PLAYER_HEART_BEAT_CS_REQ: u16 = 31; -pub const CMD_REGION_STOP_SC_NOTIFY: u16 = 98; -pub const CMD_PLAYER_LOGIN_FINISH_CS_REQ: u16 = 73; -pub const CMD_SET_AVATAR_PATH_SC_RSP: u16 = 57; -pub const CMD_GET_SECRET_KEY_INFO_CS_REQ: u16 = 21; -pub const CMD_CLIENT_OBJ_UPLOAD_CS_REQ: u16 = 79; -pub const CMD_SET_GENDER_SC_RSP: u16 = 12; -pub const CMD_UPDATE_PSN_SETTINGS_INFO_SC_RSP: u16 = 62; -pub const CMD_PLAYER_GET_TOKEN_CS_REQ: u16 = 56; -pub const CMD_CLIENT_OBJ_UPLOAD_SC_RSP: u16 = 52; -pub const CMD_SET_MULTIPLE_AVATAR_PATHS_SC_RSP: u16 = 4; -pub const CMD_SET_GENDER_CS_REQ: u16 = 46; -pub const CMD_GM_TALK_CS_REQ: u16 = 33; -pub const CMD_GET_AUTHKEY_CS_REQ: u16 = 34; -pub const CMD_QUERY_PRODUCT_INFO_CS_REQ: u16 = 69; -pub const CMD_SET_GAMEPLAY_BIRTHDAY_SC_RSP: u16 = 58; -pub const CMD_UPDATE_PLAYER_SETTING_CS_REQ: u16 = 64; -pub const CMD_SET_GAMEPLAY_BIRTHDAY_CS_REQ: u16 = 53; -pub const CMD_GATE_SERVER_SC_NOTIFY: u16 = 26; -pub const CMD_GET_SECRET_KEY_INFO_SC_RSP: u16 = 71; -pub const CMD_PLAYER_KICK_OUT_SC_NOTIFY: u16 = 51; -pub const CMD_GET_LEVEL_REWARD_TAKEN_LIST_SC_RSP: u16 = 90; -pub const CMD_SET_HEAD_ICON_SC_RSP: u16 = 2843; -pub const CMD_SET_IS_DISPLAY_AVATAR_INFO_CS_REQ: u16 = 2839; -pub const CMD_GET_PLAYER_BOARD_DATA_SC_RSP: u16 = 2806; -pub const CMD_SET_ASSIST_AVATAR_SC_RSP: u16 = 2865; -pub const CMD_SET_SIGNATURE_CS_REQ: u16 = 2833; -pub const CMD_SET_HEAD_ICON_CS_REQ: u16 = 2811; -pub const CMD_SET_DISPLAY_AVATAR_SC_RSP: u16 = 2893; -pub const CMD_UNLOCK_HEAD_ICON_SC_NOTIFY: u16 = 2851; -pub const CMD_SET_SIGNATURE_SC_RSP: u16 = 2899; -pub const CMD_GET_PLAYER_BOARD_DATA_CS_REQ: u16 = 2868; -pub const CMD_SET_ASSIST_AVATAR_CS_REQ: u16 = 2854; -pub const CMD_SET_DISPLAY_AVATAR_CS_REQ: u16 = 2856; -pub const CMD_SET_IS_DISPLAY_AVATAR_INFO_SC_RSP: u16 = 2829; -pub const CMD_PLAYER_RETURN_SIGN_SC_RSP: u16 = 4511; -pub const CMD_PLAYER_RETURN_TAKE_POINT_REWARD_SC_RSP: u16 = 4593; -pub const CMD_PLAYER_RETURN_START_SC_NOTIFY: u16 = 4568; -pub const CMD_PLAYER_RETURN_INFO_QUERY_CS_REQ: u16 = 4551; -pub const CMD_PLAYER_RETURN_TAKE_REWARD_CS_REQ: u16 = 4539; -pub const CMD_PLAYER_RETURN_SIGN_CS_REQ: u16 = 4506; -pub const CMD_PLAYER_RETURN_FORCE_FINISH_SC_NOTIFY: u16 = 4599; -pub const CMD_PLAYER_RETURN_TAKE_REWARD_SC_RSP: u16 = 4529; -pub const CMD_PLAYER_RETURN_TAKE_POINT_REWARD_CS_REQ: u16 = 4556; -pub const CMD_PLAYER_RETURN_POINT_CHANGE_SC_NOTIFY: u16 = 4543; -pub const CMD_PLAYER_RETURN_INFO_QUERY_SC_RSP: u16 = 4533; -pub const CMD_FINISH_PLOT_SC_RSP: u16 = 1106; -pub const CMD_FINISH_PLOT_CS_REQ: u16 = 1168; -pub const CMD_GET_PUNK_LORD_BATTLE_RECORD_SC_RSP: u16 = 3278; -pub const CMD_PUNK_LORD_RAID_TIME_OUT_SC_NOTIFY: u16 = 3225; -pub const CMD_SHARE_PUNK_LORD_MONSTER_CS_REQ: u16 = 3256; -pub const CMD_SHARE_PUNK_LORD_MONSTER_SC_RSP: u16 = 3293; -pub const CMD_PUNK_LORD_DATA_CHANGE_NOTIFY: u16 = 3284; -pub const CMD_SUMMON_PUNK_LORD_MONSTER_SC_RSP: u16 = 3229; -pub const CMD_GET_KILLED_PUNK_LORD_MONSTER_DATA_CS_REQ: u16 = 3228; -pub const CMD_TAKE_PUNK_LORD_POINT_REWARD_SC_RSP: u16 = 3248; -pub const CMD_GET_PUNK_LORD_DATA_SC_RSP: u16 = 3297; -pub const CMD_START_PUNK_LORD_RAID_CS_REQ: u16 = 3211; -pub const CMD_GET_PUNK_LORD_DATA_CS_REQ: u16 = 3234; -pub const CMD_PUNK_LORD_MONSTER_INFO_SC_NOTIFY: u16 = 3282; -pub const CMD_SUMMON_PUNK_LORD_MONSTER_CS_REQ: u16 = 3239; -pub const CMD_PUNK_LORD_BATTLE_RESULT_SC_NOTIFY: u16 = 3290; -pub const CMD_GET_PUNK_LORD_MONSTER_DATA_SC_RSP: u16 = 3206; -pub const CMD_TAKE_KILLED_PUNK_LORD_MONSTER_SCORE_CS_REQ: u16 = 3232; -pub const CMD_START_PUNK_LORD_RAID_SC_RSP: u16 = 3243; -pub const CMD_TAKE_KILLED_PUNK_LORD_MONSTER_SCORE_SC_RSP: u16 = 3216; -pub const CMD_PUNK_LORD_MONSTER_KILLED_NOTIFY: u16 = 3281; -pub const CMD_GET_PUNK_LORD_BATTLE_RECORD_CS_REQ: u16 = 3223; -pub const CMD_TAKE_PUNK_LORD_POINT_REWARD_CS_REQ: u16 = 3265; -pub const CMD_GET_KILLED_PUNK_LORD_MONSTER_DATA_SC_RSP: u16 = 3209; -pub const CMD_GET_PUNK_LORD_MONSTER_DATA_CS_REQ: u16 = 3268; -pub const CMD_BATCH_GET_QUEST_DATA_SC_RSP: u16 = 934; -pub const CMD_GET_QUEST_DATA_CS_REQ: u16 = 968; -pub const CMD_TAKE_QUEST_OPTIONAL_REWARD_SC_RSP: u16 = 965; -pub const CMD_QUEST_RECORD_SC_NOTIFY: u16 = 951; -pub const CMD_FINISH_QUEST_SC_RSP: u16 = 999; -pub const CMD_BATCH_GET_QUEST_DATA_CS_REQ: u16 = 982; -pub const CMD_GET_QUEST_RECORD_CS_REQ: u16 = 939; -pub const CMD_TAKE_QUEST_OPTIONAL_REWARD_CS_REQ: u16 = 954; -pub const CMD_GET_QUEST_DATA_SC_RSP: u16 = 906; -pub const CMD_TAKE_QUEST_REWARD_CS_REQ: u16 = 911; -pub const CMD_FINISH_QUEST_CS_REQ: u16 = 933; -pub const CMD_TAKE_QUEST_REWARD_SC_RSP: u16 = 943; -pub const CMD_GET_QUEST_RECORD_SC_RSP: u16 = 929; -pub const CMD_START_RAID_SC_RSP: u16 = 2206; -pub const CMD_GET_CHALLENGE_RAID_INFO_SC_RSP: u16 = 2239; -pub const CMD_START_RAID_CS_REQ: u16 = 2268; -pub const CMD_SET_CLIENT_RAID_TARGET_COUNT_CS_REQ: u16 = 2265; -pub const CMD_RAID_KICK_BY_SERVER_SC_NOTIFY: u16 = 2224; -pub const CMD_GET_SAVE_RAID_SC_RSP: u16 = 2234; -pub const CMD_GET_ALL_SAVE_RAID_CS_REQ: u16 = 2297; -pub const CMD_CHALLENGE_RAID_NOTIFY: u16 = 2233; -pub const CMD_RAID_INFO_NOTIFY: u16 = 2256; -pub const CMD_LEAVE_RAID_CS_REQ: u16 = 2211; -pub const CMD_GET_ALL_SAVE_RAID_SC_RSP: u16 = 2298; -pub const CMD_GET_RAID_INFO_SC_RSP: u16 = 2254; -pub const CMD_TAKE_CHALLENGE_RAID_REWARD_CS_REQ: u16 = 2229; -pub const CMD_GET_RAID_INFO_CS_REQ: u16 = 2299; -pub const CMD_DEL_SAVE_RAID_SC_NOTIFY: u16 = 2225; -pub const CMD_TAKE_CHALLENGE_RAID_REWARD_SC_RSP: u16 = 2251; -pub const CMD_SET_CLIENT_RAID_TARGET_COUNT_SC_RSP: u16 = 2248; -pub const CMD_GET_SAVE_RAID_CS_REQ: u16 = 2282; -pub const CMD_LEAVE_RAID_SC_RSP: u16 = 2243; -pub const CMD_GET_CHALLENGE_RAID_INFO_CS_REQ: u16 = 2293; -pub const CMD_RAID_COLLECTION_ENTER_NEXT_RAID_CS_REQ: u16 = 6960; -pub const CMD_RAID_COLLECTION_ENTER_NEXT_RAID_SC_RSP: u16 = 6944; -pub const CMD_RAID_COLLECTION_DATA_SC_NOTIFY: u16 = 6952; -pub const CMD_RAID_COLLECTION_DATA_SC_RSP: u16 = 6943; -pub const CMD_RAID_COLLECTION_DATA_CS_REQ: u16 = 6959; -pub const CMD_UPDATE_RED_DOT_DATA_CS_REQ: u16 = 5911; -pub const CMD_GET_SINGLE_RED_DOT_PARAM_GROUP_CS_REQ: u16 = 5956; -pub const CMD_GET_SINGLE_RED_DOT_PARAM_GROUP_SC_RSP: u16 = 5993; -pub const CMD_GET_ALL_RED_DOT_DATA_CS_REQ: u16 = 5968; -pub const CMD_UPDATE_RED_DOT_DATA_SC_RSP: u16 = 5943; -pub const CMD_GET_ALL_RED_DOT_DATA_SC_RSP: u16 = 5906; -pub const CMD_GET_REPLAY_TOKEN_SC_RSP: u16 = 3506; -pub const CMD_GET_REPLAY_TOKEN_CS_REQ: u16 = 3568; -pub const CMD_GET_PLAYER_REPLAY_INFO_CS_REQ: u16 = 3511; -pub const CMD_GET_PLAYER_REPLAY_INFO_SC_RSP: u16 = 3543; -pub const CMD_DAILY_FIRST_MEET_PAM_SC_RSP: u16 = 3443; -pub const CMD_GET_RND_OPTION_CS_REQ: u16 = 3468; -pub const CMD_GET_RND_OPTION_SC_RSP: u16 = 3406; -pub const CMD_DAILY_FIRST_MEET_PAM_CS_REQ: u16 = 3411; -pub const CMD_GET_ROGUE_INFO_CS_REQ: u16 = 1868; -pub const CMD_GET_ROGUE_BUFF_ENHANCE_INFO_CS_REQ: u16 = 1890; -pub const CMD_EXCHANGE_ROGUE_REWARD_KEY_SC_RSP: u16 = 1803; -pub const CMD_SYNC_ROGUE_EXPLORE_WIN_SC_NOTIFY: u16 = 1849; -pub const CMD_SYNC_ROGUE_STATUS_SC_NOTIFY: u16 = 1887; -pub const CMD_LEAVE_ROGUE_SC_RSP: u16 = 1829; -pub const CMD_GET_ROGUE_INFO_SC_RSP: u16 = 1806; -pub const CMD_TAKE_ROGUE_SCORE_REWARD_CS_REQ: u16 = 1817; -pub const CMD_SYNC_ROGUE_AEON_LEVEL_UP_REWARD_SC_NOTIFY: u16 = 1870; -pub const CMD_FINISH_AEON_DIALOGUE_GROUP_SC_RSP: u16 = 1855; -pub const CMD_ENABLE_ROGUE_TALENT_CS_REQ: u16 = 1880; -pub const CMD_OPEN_ROGUE_CHEST_SC_RSP: u16 = 1841; -pub const CMD_GET_ROGUE_SCORE_REWARD_INFO_CS_REQ: u16 = 1861; -pub const CMD_SYNC_ROGUE_REWARD_INFO_SC_NOTIFY: u16 = 1818; -pub const CMD_REVIVE_ROGUE_AVATAR_CS_REQ: u16 = 1825; -pub const CMD_GET_ROGUE_INITIAL_SCORE_CS_REQ: u16 = 1895; -pub const CMD_ENTER_ROGUE_CS_REQ: u16 = 1856; -pub const CMD_FINISH_AEON_DIALOGUE_GROUP_CS_REQ: u16 = 1877; -pub const CMD_GET_ROGUE_TALENT_INFO_SC_RSP: u16 = 1838; -pub const CMD_TAKE_ROGUE_AEON_LEVEL_REWARD_CS_REQ: u16 = 1810; -pub const CMD_QUIT_ROGUE_SC_RSP: u16 = 1878; -pub const CMD_LEAVE_ROGUE_CS_REQ: u16 = 1839; -pub const CMD_TAKE_ROGUE_AEON_LEVEL_REWARD_SC_RSP: u16 = 1850; -pub const CMD_GET_ROGUE_AEON_INFO_SC_RSP: u16 = 1827; -pub const CMD_GET_ROGUE_SCORE_REWARD_INFO_SC_RSP: u16 = 1879; -pub const CMD_SYNC_ROGUE_AREA_UNLOCK_SC_NOTIFY: u16 = 1896; -pub const CMD_ENHANCE_ROGUE_BUFF_SC_RSP: u16 = 1888; -pub const CMD_ENTER_ROGUE_MAP_ROOM_CS_REQ: u16 = 1812; -pub const CMD_REVIVE_ROGUE_AVATAR_SC_RSP: u16 = 1824; -pub const CMD_PICK_ROGUE_AVATAR_CS_REQ: u16 = 1834; -pub const CMD_SYNC_ROGUE_AEON_SC_NOTIFY: u16 = 1883; -pub const CMD_SYNC_ROGUE_VIRTUAL_ITEM_INFO_SC_NOTIFY: u16 = 1819; -pub const CMD_OPEN_ROGUE_CHEST_CS_REQ: u16 = 1807; -pub const CMD_ENTER_ROGUE_SC_RSP: u16 = 1893; -pub const CMD_SYNC_ROGUE_GET_ITEM_SC_NOTIFY: u16 = 1836; -pub const CMD_SYNC_ROGUE_PICK_AVATAR_INFO_SC_NOTIFY: u16 = 1835; -pub const CMD_ENHANCE_ROGUE_BUFF_CS_REQ: u16 = 1809; -pub const CMD_TAKE_ROGUE_SCORE_REWARD_SC_RSP: u16 = 1892; -pub const CMD_EXCHANGE_ROGUE_REWARD_KEY_CS_REQ: u16 = 1831; -pub const CMD_GET_ROGUE_BUFF_ENHANCE_INFO_SC_RSP: u16 = 1828; -pub const CMD_ENABLE_ROGUE_TALENT_SC_RSP: u16 = 1804; -pub const CMD_GET_ROGUE_AEON_INFO_CS_REQ: u16 = 1857; -pub const CMD_QUIT_ROGUE_CS_REQ: u16 = 1823; -pub const CMD_SYNC_ROGUE_REVIVE_INFO_SC_NOTIFY: u16 = 1884; -pub const CMD_GET_ROGUE_TALENT_INFO_CS_REQ: u16 = 1863; -pub const CMD_SYNC_ROGUE_MAP_ROOM_SC_NOTIFY: u16 = 1869; -pub const CMD_SYNC_ROGUE_FINISH_SC_NOTIFY: u16 = 1882; -pub const CMD_SYNC_ROGUE_SEASON_FINISH_SC_NOTIFY: u16 = 1845; -pub const CMD_PICK_ROGUE_AVATAR_SC_RSP: u16 = 1897; -pub const CMD_GET_ROGUE_INITIAL_SCORE_SC_RSP: u16 = 1889; -pub const CMD_START_ROGUE_CS_REQ: u16 = 1811; -pub const CMD_ENTER_ROGUE_MAP_ROOM_SC_RSP: u16 = 1830; -pub const CMD_START_ROGUE_SC_RSP: u16 = 1843; -pub const CMD_ROGUE_ARCADE_LEAVE_CS_REQ: u16 = 7665; -pub const CMD_ROGUE_ARCADE_START_CS_REQ: u16 = 7657; -pub const CMD_ROGUE_ARCADE_RESTART_CS_REQ: u16 = 7661; -pub const CMD_ROGUE_ARCADE_GET_INFO_CS_REQ: u16 = 7673; -pub const CMD_ROGUE_ARCADE_GET_INFO_SC_RSP: u16 = 7654; -pub const CMD_ROGUE_ARCADE_LEAVE_SC_RSP: u16 = 7667; -pub const CMD_ROGUE_ARCADE_START_SC_RSP: u16 = 7674; -pub const CMD_ROGUE_ARCADE_RESTART_SC_RSP: u16 = 7658; -pub const CMD_HANDLE_ROGUE_COMMON_PENDING_ACTION_SC_RSP: u16 = 5659; -pub const CMD_COMMON_ROGUE_UPDATE_SC_NOTIFY: u16 = 5631; -pub const CMD_ROGUE_WORKBENCH_SELECT_FUNC_CS_REQ: u16 = 5677; -pub const CMD_TAKE_ROGUE_MIRACLE_HANDBOOK_REWARD_CS_REQ: u16 = 5630; -pub const CMD_ROGUE_WORKBENCH_SELECT_FUNC_SC_RSP: u16 = 5655; -pub const CMD_ROGUE_WORKBENCH_HANDLE_FUNC_CS_REQ: u16 = 5696; -pub const CMD_SYNC_ROGUE_COMMON_PENDING_ACTION_SC_NOTIFY: u16 = 5615; -pub const CMD_GET_ROGUE_COLLECTION_CS_REQ: u16 = 5610; -pub const CMD_GET_ROGUE_SHOP_BUFF_INFO_SC_RSP: u16 = 5639; -pub const CMD_PREPARE_ROGUE_ADVENTURE_ROOM_CS_REQ: u16 = 5606; -pub const CMD_FINISH_ROGUE_COMMON_DIALOGUE_SC_RSP: u16 = 5621; -pub const CMD_ROGUE_WORKBENCH_GET_INFO_CS_REQ: u16 = 5642; -pub const CMD_TAKE_ROGUE_EVENT_HANDBOOK_REWARD_SC_RSP: u16 = 5669; -pub const CMD_ROGUE_WORKBENCH_HANDLE_FUNC_SC_RSP: u16 = 5636; -pub const CMD_ROGUE_GET_GAMBLE_INFO_CS_REQ: u16 = 5691; -pub const CMD_SET_ROGUE_COLLECTION_CS_REQ: u16 = 5672; -pub const CMD_ROGUE_NPC_DISAPPEAR_CS_REQ: u16 = 5654; -pub const CMD_SYNC_ROGUE_COMMON_DIALOGUE_DATA_SC_NOTIFY: u16 = 5671; -pub const CMD_SET_ROGUE_EXHIBITION_CS_REQ: u16 = 5661; -pub const CMD_GET_ROGUE_ADVENTURE_ROOM_INFO_SC_RSP: u16 = 5682; -pub const CMD_GET_ROGUE_SHOP_MIRACLE_INFO_CS_REQ: u16 = 5643; -pub const CMD_BUY_ROGUE_SHOP_MIRACLE_CS_REQ: u16 = 5629; -pub const CMD_GET_ENHANCE_COMMON_ROGUE_BUFF_INFO_SC_RSP: u16 = 5692; -pub const CMD_COMMON_ROGUE_QUERY_CS_REQ: u16 = 5607; -pub const CMD_ROGUE_WORKBENCH_GET_INFO_SC_RSP: u16 = 5683; -pub const CMD_ROGUE_GET_GAMBLE_INFO_SC_RSP: u16 = 5620; -pub const CMD_HANDLE_ROGUE_COMMON_PENDING_ACTION_CS_REQ: u16 = 5647; -pub const CMD_SYNC_ROGUE_HANDBOOK_DATA_UPDATE_SC_NOTIFY: u16 = 5612; -pub const CMD_GET_ROGUE_COMMON_DIALOGUE_DATA_CS_REQ: u16 = 5603; -pub const CMD_ROGUE_NPC_DISAPPEAR_SC_RSP: u16 = 5665; -pub const CMD_COMMON_ROGUE_COMPONENT_UPDATE_SC_NOTIFY: u16 = 5686; -pub const CMD_GET_ROGUE_EXHIBITION_SC_RSP: u16 = 5670; -pub const CMD_BUY_ROGUE_SHOP_MIRACLE_SC_RSP: u16 = 5651; -pub const CMD_UPDATE_ROGUE_ADVENTURE_ROOM_SCORE_CS_REQ: u16 = 5675; -pub const CMD_GET_ROGUE_COMMON_DIALOGUE_DATA_SC_RSP: u16 = 5626; -pub const CMD_GET_ROGUE_HANDBOOK_DATA_SC_RSP: u16 = 5646; -pub const CMD_PREPARE_ROGUE_ADVENTURE_ROOM_SC_RSP: u16 = 5611; -pub const CMD_SET_ROGUE_EXHIBITION_SC_RSP: u16 = 5679; -pub const CMD_STOP_ROGUE_ADVENTURE_ROOM_CS_REQ: u16 = 5609; -pub const CMD_GET_ROGUE_EXHIBITION_CS_REQ: u16 = 5664; -pub const CMD_GET_ROGUE_COLLECTION_SC_RSP: u16 = 5650; -pub const CMD_GET_ROGUE_HANDBOOK_DATA_CS_REQ: u16 = 5666; -pub const CMD_GET_ENHANCE_COMMON_ROGUE_BUFF_INFO_CS_REQ: u16 = 5617; -pub const CMD_SYNC_ROGUE_ADVENTURE_ROOM_INFO_SC_NOTIFY: u16 = 5668; -pub const CMD_SELECT_ROGUE_COMMON_DIALOGUE_OPTION_CS_REQ: u16 = 5613; -pub const CMD_EXCHANGE_ROGUE_BUFF_WITH_MIRACLE_SC_RSP: u16 = 5624; -pub const CMD_EXCHANGE_ROGUE_BUFF_WITH_MIRACLE_CS_REQ: u16 = 5625; -pub const CMD_UPDATE_ROGUE_ADVENTURE_ROOM_SCORE_SC_RSP: u16 = 5640; -pub const CMD_GET_ROGUE_SHOP_MIRACLE_INFO_SC_RSP: u16 = 5656; -pub const CMD_SYNC_ROGUE_COMMON_VIRTUAL_ITEM_INFO_SC_NOTIFY: u16 = 5685; -pub const CMD_SYNC_ROGUE_COMMON_DIALOGUE_OPTION_FINISH_SC_NOTIFY: u16 = 5673; -pub const CMD_SELECT_ROGUE_COMMON_DIALOGUE_OPTION_SC_RSP: u16 = 5614; -pub const CMD_ENHANCE_COMMON_ROGUE_BUFF_CS_REQ: u16 = 5690; -pub const CMD_COMMON_ROGUE_QUERY_SC_RSP: u16 = 5641; -pub const CMD_FINISH_ROGUE_COMMON_DIALOGUE_CS_REQ: u16 = 5622; -pub const CMD_GET_ROGUE_SHOP_BUFF_INFO_CS_REQ: u16 = 5693; -pub const CMD_STOP_ROGUE_ADVENTURE_ROOM_SC_RSP: u16 = 5688; -pub const CMD_BUY_ROGUE_SHOP_BUFF_CS_REQ: u16 = 5633; -pub const CMD_SET_ROGUE_COLLECTION_SC_RSP: u16 = 5605; -pub const CMD_ROGUE_DO_GAMBLE_CS_REQ: u16 = 5657; -pub const CMD_SYNC_ROGUE_COMMON_ACTION_RESULT_SC_NOTIFY: u16 = 5667; -pub const CMD_ENHANCE_COMMON_ROGUE_BUFF_SC_RSP: u16 = 5628; -pub const CMD_BUY_ROGUE_SHOP_BUFF_SC_RSP: u16 = 5699; -pub const CMD_TAKE_ROGUE_EVENT_HANDBOOK_REWARD_CS_REQ: u16 = 5689; -pub const CMD_GET_ROGUE_ADVENTURE_ROOM_INFO_CS_REQ: u16 = 5648; -pub const CMD_ROGUE_DO_GAMBLE_SC_RSP: u16 = 5627; -pub const CMD_TAKE_ROGUE_MIRACLE_HANDBOOK_REWARD_SC_RSP: u16 = 5695; -pub const CMD_TAKE_ROGUE_ENDLESS_ACTIVITY_POINT_REWARD_CS_REQ: u16 = 6006; -pub const CMD_ENTER_ROGUE_ENDLESS_ACTIVITY_STAGE_SC_RSP: u16 = 6010; -pub const CMD_ROGUE_ENDLESS_ACTIVITY_BATTLE_END_SC_NOTIFY: u16 = 6002; -pub const CMD_TAKE_ROGUE_ENDLESS_ACTIVITY_ALL_BONUS_REWARD_SC_RSP: u16 = 6005; -pub const CMD_TAKE_ROGUE_ENDLESS_ACTIVITY_ALL_BONUS_REWARD_CS_REQ: u16 = 6003; -pub const CMD_ENTER_ROGUE_ENDLESS_ACTIVITY_STAGE_CS_REQ: u16 = 6009; -pub const CMD_GET_ROGUE_ENDLESS_ACTIVITY_DATA_SC_RSP: u16 = 6004; -pub const CMD_GET_ROGUE_ENDLESS_ACTIVITY_DATA_CS_REQ: u16 = 6001; -pub const CMD_TAKE_ROGUE_ENDLESS_ACTIVITY_POINT_REWARD_SC_RSP: u16 = 6007; -pub const CMD_ROGUE_MODIFIER_SELECT_CELL_CS_REQ: u16 = 5343; -pub const CMD_ROGUE_MODIFIER_ADD_NOTIFY: u16 = 5311; -pub const CMD_ROGUE_MODIFIER_SELECT_CELL_SC_RSP: u16 = 5356; -pub const CMD_ROGUE_MODIFIER_STAGE_START_NOTIFY: u16 = 5333; -pub const CMD_ROGUE_MODIFIER_UPDATE_NOTIFY: u16 = 5329; -pub const CMD_ROGUE_MODIFIER_DEL_NOTIFY: u16 = 5351; -pub const CMD_ROGUE_TOURN_SETTLE_SC_RSP: u16 = 6043; -pub const CMD_ROGUE_TOURN_LEAVE_SC_RSP: u16 = 6078; -pub const CMD_ROGUE_TOURN_ENTER_LAYER_SC_RSP: u16 = 6058; -pub const CMD_ROGUE_TOURN_START_CS_REQ: u16 = 6083; -pub const CMD_ROGUE_TOURN_LEAVE_ROGUE_COCOON_SCENE_CS_REQ: u16 = 6064; -pub const CMD_ROGUE_TOURN_LEAVE_ROGUE_COCOON_SCENE_SC_RSP: u16 = 6086; -pub const CMD_ROGUE_TOURN_DELETE_ARCHIVE_CS_REQ: u16 = 6016; -pub const CMD_ROGUE_TOURN_LEVEL_INFO_UPDATE_SC_NOTIFY: u16 = 6038; -pub const CMD_ROGUE_TOURN_EXP_NOTIFY: u16 = 6017; -pub const CMD_ROGUE_TOURN_GET_MISC_REAL_TIME_DATA_SC_RSP: u16 = 6013; -pub const CMD_ROGUE_TOURN_REVIVE_AVATAR_SC_RSP: u16 = 6042; -pub const CMD_ROGUE_TOURN_REVIVE_AVATAR_CS_REQ: u16 = 6081; -pub const CMD_ROGUE_TOURN_GET_ALL_ARCHIVE_CS_REQ: u16 = 6068; -pub const CMD_ROGUE_TOURN_QUERY_SC_RSP: u16 = 6040; -pub const CMD_ROGUE_TOURN_DELETE_ARCHIVE_SC_RSP: u16 = 6035; -pub const CMD_ROGUE_TOURN_RE_ENTER_ROGUE_COCOON_STAGE_CS_REQ: u16 = 6063; -pub const CMD_ROGUE_TOURN_TAKE_EXP_REWARD_CS_REQ: u16 = 6027; -pub const CMD_ROGUE_TOURN_ENTER_ROGUE_COCOON_SCENE_CS_REQ: u16 = 6095; -pub const CMD_ROGUE_TOURN_GET_CUR_ROGUE_COCOON_INFO_SC_RSP: u16 = 6041; -pub const CMD_ROGUE_TOURN_GET_ARCHIVE_REPOSITORY_SC_RSP: u16 = 6031; -pub const CMD_ROGUE_TOURN_RENAME_ARCHIVE_SC_RSP: u16 = 6088; -pub const CMD_ROGUE_TOURN_RESET_PERMANENT_TALENT_SC_RSP: u16 = 6096; -pub const CMD_ROGUE_TOURN_QUERY_CS_REQ: u16 = 6034; -pub const CMD_ROGUE_TOURN_WEEK_CHALLENGE_UPDATE_SC_NOTIFY: u16 = 6032; -pub const CMD_ROGUE_TOURN_GET_CUR_ROGUE_COCOON_INFO_CS_REQ: u16 = 6051; -pub const CMD_ROGUE_TOURN_RENAME_ARCHIVE_CS_REQ: u16 = 6044; -pub const CMD_ROGUE_TOURN_TAKE_EXP_REWARD_SC_RSP: u16 = 6049; -pub const CMD_ROGUE_TOURN_ENTER_CS_REQ: u16 = 6099; -pub const CMD_ROGUE_TOURN_CONFIRM_SETTLE_SC_RSP: u16 = 6024; -pub const CMD_ROGUE_TOURN_GET_MISC_REAL_TIME_DATA_CS_REQ: u16 = 6079; -pub const CMD_ROGUE_TOURN_ENTER_LAYER_CS_REQ: u16 = 6092; -pub const CMD_ROGUE_TOURN_GET_ALL_ARCHIVE_SC_RSP: u16 = 6018; -pub const CMD_ROGUE_TOURN_REVIVE_COST_UPDATE_SC_NOTIFY: u16 = 6087; -pub const CMD_ROGUE_TOURN_DIFFICULTY_COMP_NOTIFY: u16 = 6055; -pub const CMD_ROGUE_TOURN_GET_ARCHIVE_REPOSITORY_CS_REQ: u16 = 6082; -pub const CMD_ROGUE_TOURN_ENABLE_PERMANENT_TALENT_SC_RSP: u16 = 6053; -pub const CMD_ROGUE_TOURN_GET_PERMANENT_TALENT_INFO_CS_REQ: u16 = 6026; -pub const CMD_ROGUE_TOURN_GET_PERMANENT_TALENT_INFO_SC_RSP: u16 = 6085; -pub const CMD_ROGUE_TOURN_HAND_BOOK_NOTIFY: u16 = 6056; -pub const CMD_ROGUE_TOURN_AREA_UPDATE_SC_NOTIFY: u16 = 6066; -pub const CMD_ROGUE_TOURN_ENABLE_PERMANENT_TALENT_CS_REQ: u16 = 6022; -pub const CMD_ROGUE_TOURN_ENTER_ROOM_SC_RSP: u16 = 6019; -pub const CMD_ROGUE_TOURN_LEAVE_CS_REQ: u16 = 6059; -pub const CMD_ROGUE_TOURN_ENTER_ROOM_CS_REQ: u16 = 6089; -pub const CMD_ROGUE_TOURN_SETTLE_CS_REQ: u16 = 6100; -pub const CMD_ROGUE_TOURN_CONFIRM_SETTLE_CS_REQ: u16 = 6023; -pub const CMD_ROGUE_TOURN_GET_SETTLE_INFO_SC_RSP: u16 = 6036; -pub const CMD_ROGUE_TOURN_RE_ENTER_ROGUE_COCOON_STAGE_SC_RSP: u16 = 6050; -pub const CMD_ROGUE_TOURN_ENTER_ROGUE_COCOON_SCENE_SC_RSP: u16 = 6025; -pub const CMD_ROGUE_TOURN_ENTER_SC_RSP: u16 = 6033; -pub const CMD_ROGUE_TOURN_CLEAR_ARCHIVE_NAME_SC_NOTIFY: u16 = 6057; -pub const CMD_ROGUE_TOURN_GET_SETTLE_INFO_CS_REQ: u16 = 6077; -pub const CMD_ROGUE_TOURN_START_SC_RSP: u16 = 6039; -pub const CMD_ROGUE_TOURN_BATTLE_FAIL_SETTLE_INFO_SC_NOTIFY: u16 = 6020; -pub const CMD_ROGUE_TOURN_RESET_PERMANENT_TALENT_CS_REQ: u16 = 6021; -pub const CMD_GET_ROLL_SHOP_INFO_CS_REQ: u16 = 6919; -pub const CMD_TAKE_ROLL_SHOP_REWARD_SC_RSP: u16 = 6902; -pub const CMD_DO_GACHA_IN_ROLL_SHOP_SC_RSP: u16 = 6920; -pub const CMD_DO_GACHA_IN_ROLL_SHOP_CS_REQ: u16 = 6912; -pub const CMD_TAKE_ROLL_SHOP_REWARD_CS_REQ: u16 = 6904; -pub const CMD_GET_ROLL_SHOP_INFO_SC_RSP: u16 = 6903; -pub const CMD_INTERACT_PROP_CS_REQ: u16 = 1411; -pub const CMD_RETURN_LAST_TOWN_SC_RSP: u16 = 1492; -pub const CMD_SET_SPRING_RECOVER_CONFIG_CS_REQ: u16 = 1500; -pub const CMD_SYNC_SERVER_SCENE_CHANGE_NOTIFY: u16 = 1450; -pub const CMD_SCENE_UPDATE_POSITION_VERSION_NOTIFY: u16 = 1454; -pub const CMD_GROUP_STATE_CHANGE_SC_RSP: u16 = 1420; -pub const CMD_SPRING_RECOVER_CS_REQ: u16 = 1458; -pub const CMD_GET_ENTERED_SCENE_SC_RSP: u16 = 1477; -pub const CMD_SCENE_PLANE_EVENT_SC_NOTIFY: u16 = 1496; -pub const CMD_START_TIMED_COCOON_STAGE_CS_REQ: u16 = 1444; -pub const CMD_ACTIVATE_FARM_ELEMENT_SC_RSP: u16 = 1475; -pub const CMD_SET_GROUP_CUSTOM_SAVE_DATA_SC_RSP: u16 = 1426; -pub const CMD_SCENE_ENTITY_TELEPORT_SC_RSP: u16 = 1473; -pub const CMD_SCENE_CAST_SKILL_CS_REQ: u16 = 1456; -pub const CMD_SCENE_ENTITY_MOVE_SC_NOTIFY: u16 = 1499; -pub const CMD_START_TIMED_FARM_ELEMENT_SC_RSP: u16 = 1487; -pub const CMD_GET_ENTERED_SCENE_CS_REQ: u16 = 1427; -pub const CMD_SCENE_REVIVE_AFTER_REBATTLE_CS_REQ: u16 = 1409; -pub const CMD_UNLOCK_TELEPORT_NOTIFY: u16 = 1418; -pub const CMD_SCENE_CAST_SKILL_COST_MP_CS_REQ: u16 = 1448; -pub const CMD_SYNC_ENTITY_BUFF_CHANGE_LIST_SC_NOTIFY: u16 = 1465; -pub const CMD_GET_SCENE_MAP_INFO_SC_RSP: u16 = 1410; -pub const CMD_SCENE_CAST_SKILL_MP_UPDATE_SC_NOTIFY: u16 = 1434; -pub const CMD_GAMEPLAY_COUNTER_COUNT_DOWN_CS_REQ: u16 = 1461; -pub const CMD_GET_SCENE_MAP_INFO_CS_REQ: u16 = 1436; -pub const CMD_ACTIVATE_FARM_ELEMENT_CS_REQ: u16 = 1415; -pub const CMD_ENTER_SCENE_BY_SERVER_SC_NOTIFY: u16 = 1483; -pub const CMD_SET_GROUP_CUSTOM_SAVE_DATA_CS_REQ: u16 = 1403; -pub const CMD_SET_CLIENT_PAUSED_SC_RSP: u16 = 1495; -pub const CMD_GROUP_STATE_CHANGE_SC_NOTIFY: u16 = 1457; -pub const CMD_ENTER_SECTION_CS_REQ: u16 = 1408; -pub const CMD_SAVE_POINTS_INFO_NOTIFY: u16 = 1449; -pub const CMD_DELETE_SUMMON_UNIT_CS_REQ: u16 = 1404; -pub const CMD_DEACTIVATE_FARM_ELEMENT_CS_REQ: u16 = 1469; -pub const CMD_SCENE_CAST_SKILL_SC_RSP: u16 = 1493; -pub const CMD_REFRESH_TRIGGER_BY_CLIENT_SC_RSP: u16 = 1438; -pub const CMD_RE_ENTER_LAST_ELEMENT_STAGE_CS_REQ: u16 = 1422; -pub const CMD_REFRESH_TRIGGER_BY_CLIENT_SC_NOTIFY: u16 = 1480; -pub const CMD_SCENE_ENTITY_TELEPORT_CS_REQ: u16 = 1471; -pub const CMD_SCENE_GROUP_REFRESH_SC_NOTIFY: u16 = 1402; -pub const CMD_ENTITY_BIND_PROP_SC_RSP: u16 = 1412; -pub const CMD_UPDATE_FLOOR_SAVED_VALUE_NOTIFY: u16 = 1470; -pub const CMD_SET_CUR_INTERACT_ENTITY_CS_REQ: u16 = 1484; -pub const CMD_GET_CUR_SCENE_INFO_CS_REQ: u16 = 1439; -pub const CMD_DEACTIVATE_FARM_ELEMENT_SC_RSP: u16 = 1467; -pub const CMD_START_COCOON_STAGE_CS_REQ: u16 = 1445; -pub const CMD_HEAL_POOL_INFO_NOTIFY: u16 = 1459; -pub const CMD_SPRING_RECOVER_SINGLE_AVATAR_SC_RSP: u16 = 1441; -pub const CMD_GAMEPLAY_COUNTER_UPDATE_SC_NOTIFY: u16 = 1452; -pub const CMD_SET_CUR_INTERACT_ENTITY_SC_RSP: u16 = 1423; -pub const CMD_RECOVER_ALL_LINEUP_SC_RSP: u16 = 1476; -pub const CMD_UPDATE_MECHANISM_BAR_SC_NOTIFY: u16 = 1431; -pub const CMD_RETURN_LAST_TOWN_CS_REQ: u16 = 1417; -pub const CMD_SCENE_CAST_SKILL_COST_MP_SC_RSP: u16 = 1482; -pub const CMD_ENTERED_SCENE_CHANGE_SC_NOTIFY: u16 = 1455; -pub const CMD_ENTER_SECTION_SC_RSP: u16 = 1481; -pub const CMD_GET_UNLOCK_TELEPORT_CS_REQ: u16 = 1472; -pub const CMD_SET_CLIENT_PAUSED_CS_REQ: u16 = 1430; -pub const CMD_SPRING_RECOVER_SC_RSP: u16 = 1447; -pub const CMD_SET_SPRING_RECOVER_CONFIG_SC_RSP: u16 = 1453; -pub const CMD_START_COCOON_STAGE_SC_RSP: u16 = 1466; -pub const CMD_GET_SPRING_RECOVER_DATA_SC_RSP: u16 = 1485; -pub const CMD_SCENE_ENTITY_MOVE_SC_RSP: u16 = 1406; -pub const CMD_GAMEPLAY_COUNTER_COUNT_DOWN_SC_RSP: u16 = 1479; -pub const CMD_GROUP_STATE_CHANGE_CS_REQ: u16 = 1491; -pub const CMD_RE_ENTER_LAST_ELEMENT_STAGE_SC_RSP: u16 = 1421; -pub const CMD_SCENE_ENTITY_MOVE_CS_REQ: u16 = 1468; -pub const CMD_GAMEPLAY_COUNTER_RECOVER_SC_RSP: u16 = 1401; -pub const CMD_START_TIMED_FARM_ELEMENT_CS_REQ: u16 = 1419; -pub const CMD_START_TIMED_COCOON_STAGE_SC_RSP: u16 = 1474; -pub const CMD_ENTER_SCENE_SC_RSP: u16 = 1442; -pub const CMD_LAST_SPRING_REFRESH_TIME_NOTIFY: u16 = 1424; -pub const CMD_GET_CUR_SCENE_INFO_SC_RSP: u16 = 1429; -pub const CMD_SCENE_ENTER_STAGE_SC_RSP: u16 = 1428; -pub const CMD_SCENE_REVIVE_AFTER_REBATTLE_SC_RSP: u16 = 1488; -pub const CMD_ENTER_SCENE_CS_REQ: u16 = 1486; -pub const CMD_INTERACT_PROP_SC_RSP: u16 = 1443; -pub const CMD_ENTITY_BIND_PROP_CS_REQ: u16 = 1446; -pub const CMD_SPRING_RECOVER_SINGLE_AVATAR_CS_REQ: u16 = 1407; -pub const CMD_REFRESH_TRIGGER_BY_CLIENT_CS_REQ: u16 = 1463; -pub const CMD_SPRING_REFRESH_SC_RSP: u16 = 1425; -pub const CMD_SPRING_REFRESH_CS_REQ: u16 = 1498; -pub const CMD_GAMEPLAY_COUNTER_RECOVER_CS_REQ: u16 = 1462; -pub const CMD_DELETE_SUMMON_UNIT_SC_RSP: u16 = 1437; -pub const CMD_SCENE_ENTER_STAGE_CS_REQ: u16 = 1490; -pub const CMD_GET_UNLOCK_TELEPORT_SC_RSP: u16 = 1405; -pub const CMD_UNLOCKED_AREA_MAP_SC_NOTIFY: u16 = 1494; -pub const CMD_RECOVER_ALL_LINEUP_CS_REQ: u16 = 1478; -pub const CMD_GET_SPRING_RECOVER_DATA_CS_REQ: u16 = 1440; -pub const CMD_GET_SERVER_PREFS_DATA_CS_REQ: u16 = 6111; -pub const CMD_UPDATE_SERVER_PREFS_DATA_CS_REQ: u16 = 6156; -pub const CMD_UPDATE_SERVER_PREFS_DATA_SC_RSP: u16 = 6193; -pub const CMD_GET_ALL_SERVER_PREFS_DATA_CS_REQ: u16 = 6168; -pub const CMD_GET_SERVER_PREFS_DATA_SC_RSP: u16 = 6143; -pub const CMD_GET_ALL_SERVER_PREFS_DATA_SC_RSP: u16 = 6106; -pub const CMD_TAKE_CITY_SHOP_REWARD_CS_REQ: u16 = 1556; -pub const CMD_CITY_SHOP_INFO_SC_NOTIFY: u16 = 1539; -pub const CMD_BUY_GOODS_SC_RSP: u16 = 1543; -pub const CMD_GET_SHOP_LIST_CS_REQ: u16 = 1568; -pub const CMD_GET_SHOP_LIST_SC_RSP: u16 = 1506; -pub const CMD_BUY_GOODS_CS_REQ: u16 = 1511; -pub const CMD_TAKE_CITY_SHOP_REWARD_SC_RSP: u16 = 1593; -pub const CMD_SPACE_ZOO_EXCHANGE_ITEM_CS_REQ: u16 = 6754; -pub const CMD_SPACE_ZOO_DELETE_CAT_CS_REQ: u16 = 6751; -pub const CMD_SPACE_ZOO_TAKE_CS_REQ: u16 = 6748; -pub const CMD_SPACE_ZOO_TAKE_SC_RSP: u16 = 6782; -pub const CMD_SPACE_ZOO_MUTATE_CS_REQ: u16 = 6756; -pub const CMD_SPACE_ZOO_MUTATE_SC_RSP: u16 = 6793; -pub const CMD_SPACE_ZOO_BORN_SC_RSP: u16 = 6743; -pub const CMD_SPACE_ZOO_DATA_CS_REQ: u16 = 6768; -pub const CMD_SPACE_ZOO_OP_CATTERY_CS_REQ: u16 = 6739; -pub const CMD_SPACE_ZOO_BORN_CS_REQ: u16 = 6711; -pub const CMD_SPACE_ZOO_EXCHANGE_ITEM_SC_RSP: u16 = 6765; -pub const CMD_SPACE_ZOO_OP_CATTERY_SC_RSP: u16 = 6729; -pub const CMD_SPACE_ZOO_DATA_SC_RSP: u16 = 6706; -pub const CMD_SPACE_ZOO_CAT_UPDATE_NOTIFY: u16 = 6799; -pub const CMD_SPACE_ZOO_DELETE_CAT_SC_RSP: u16 = 6733; -pub const CMD_START_STAR_FIGHT_LEVEL_SC_RSP: u16 = 7170; -pub const CMD_GET_STAR_FIGHT_DATA_SC_RSP: u16 = 7164; -pub const CMD_GET_STAR_FIGHT_DATA_CS_REQ: u16 = 7161; -pub const CMD_START_STAR_FIGHT_LEVEL_CS_REQ: u16 = 7169; -pub const CMD_STAR_FIGHT_DATA_CHANGE_NOTIFY: u16 = 7162; -pub const CMD_STORY_LINE_TRIAL_AVATAR_CHANGE_SC_NOTIFY: u16 = 6239; -pub const CMD_GET_STORY_LINE_INFO_SC_RSP: u16 = 6206; -pub const CMD_STORY_LINE_INFO_SC_NOTIFY: u16 = 6211; -pub const CMD_CHANGE_STORY_LINE_FINISH_SC_NOTIFY: u16 = 6293; -pub const CMD_GET_STORY_LINE_INFO_CS_REQ: u16 = 6268; -pub const CMD_GET_STRONG_CHALLENGE_ACTIVITY_DATA_CS_REQ: u16 = 6668; -pub const CMD_STRONG_CHALLENGE_ACTIVITY_BATTLE_END_SC_NOTIFY: u16 = 6656; -pub const CMD_ENTER_STRONG_CHALLENGE_ACTIVITY_STAGE_SC_RSP: u16 = 6643; -pub const CMD_ENTER_STRONG_CHALLENGE_ACTIVITY_STAGE_CS_REQ: u16 = 6611; -pub const CMD_GET_STRONG_CHALLENGE_ACTIVITY_DATA_SC_RSP: u16 = 6606; -pub const CMD_GET_SUMMON_ACTIVITY_DATA_SC_RSP: u16 = 7564; -pub const CMD_GET_SUMMON_ACTIVITY_DATA_CS_REQ: u16 = 7561; -pub const CMD_ENTER_SUMMON_ACTIVITY_STAGE_CS_REQ: u16 = 7569; -pub const CMD_SUMMON_ACTIVITY_BATTLE_END_SC_NOTIFY: u16 = 7562; -pub const CMD_ENTER_SUMMON_ACTIVITY_STAGE_SC_RSP: u16 = 7570; -pub const CMD_SWORD_TRAINING_SET_SKILL_TRACE_SC_RSP: u16 = 7494; -pub const CMD_SWORD_TRAINING_GAME_SYNC_CHANGE_SC_NOTIFY: u16 = 7457; -pub const CMD_SWORD_TRAINING_MARK_ENDING_VIEWED_SC_RSP: u16 = 7468; -pub const CMD_SWORD_TRAINING_EXAM_RESULT_CONFIRM_SC_RSP: u16 = 7478; -pub const CMD_SWORD_TRAINING_UNLOCK_SYNC_SC_NOTIFY: u16 = 7481; -pub const CMD_SWORD_TRAINING_STORY_CONFIRM_SC_RSP: u16 = 7475; -pub const CMD_SWORD_TRAINING_TURN_ACTION_CS_REQ: u16 = 7467; -pub const CMD_ENTER_SWORD_TRAINING_EXAM_CS_REQ: u16 = 7462; -pub const CMD_SWORD_TRAINING_TURN_ACTION_SC_RSP: u16 = 7461; -pub const CMD_SWORD_TRAINING_RESTORE_GAME_SC_RSP: u16 = 7496; -pub const CMD_SWORD_TRAINING_LEARN_SKILL_CS_REQ: u16 = 7455; -pub const CMD_ENTER_SWORD_TRAINING_EXAM_SC_RSP: u16 = 7489; -pub const CMD_SWORD_TRAINING_EXAM_RESULT_CONFIRM_CS_REQ: u16 = 7464; -pub const CMD_SWORD_TRAINING_RESTORE_GAME_CS_REQ: u16 = 7491; -pub const CMD_GET_SWORD_TRAINING_DATA_CS_REQ: u16 = 7474; -pub const CMD_SWORD_TRAINING_DIALOGUE_SELECT_OPTION_SC_RSP: u16 = 7484; -pub const CMD_SWORD_TRAINING_GIVE_UP_GAME_SC_RSP: u16 = 7493; -pub const CMD_SWORD_TRAINING_RESUME_GAME_SC_RSP: u16 = 7497; -pub const CMD_SWORD_TRAINING_GAME_SETTLE_SC_NOTIFY: u16 = 7499; -pub const CMD_SWORD_TRAINING_MARK_ENDING_VIEWED_CS_REQ: u16 = 7459; -pub const CMD_SWORD_TRAINING_DIALOGUE_SELECT_OPTION_CS_REQ: u16 = 7454; -pub const CMD_SWORD_TRAINING_START_GAME_SC_RSP: u16 = 7453; -pub const CMD_SWORD_TRAINING_STORY_BATTLE_SC_RSP: u16 = 7452; -pub const CMD_SWORD_TRAINING_SET_SKILL_TRACE_CS_REQ: u16 = 7460; -pub const CMD_SWORD_TRAINING_LEARN_SKILL_SC_RSP: u16 = 7498; -pub const CMD_SWORD_TRAINING_ACTION_TURN_SETTLE_SC_NOTIFY: u16 = 7479; -pub const CMD_SWORD_TRAINING_DAILY_PHASE_CONFIRM_CS_REQ: u16 = 7458; -pub const CMD_SWORD_TRAINING_SELECT_ENDING_SC_RSP: u16 = 7488; -pub const CMD_SWORD_TRAINING_DAILY_PHASE_CONFIRM_SC_RSP: u16 = 7473; -pub const CMD_SWORD_TRAINING_STORY_BATTLE_CS_REQ: u16 = 7490; -pub const CMD_SWORD_TRAINING_GIVE_UP_GAME_CS_REQ: u16 = 7483; -pub const CMD_SWORD_TRAINING_START_GAME_CS_REQ: u16 = 7471; -pub const CMD_SWORD_TRAINING_SELECT_ENDING_CS_REQ: u16 = 7463; -pub const CMD_GET_SWORD_TRAINING_DATA_SC_RSP: u16 = 7465; -pub const CMD_SWORD_TRAINING_STORY_CONFIRM_CS_REQ: u16 = 7485; -pub const CMD_SWORD_TRAINING_RESUME_GAME_CS_REQ: u16 = 7469; -pub const CMD_PLAYER_SYNC_SC_NOTIFY: u16 = 668; -pub const CMD_FINISH_FIRST_TALK_BY_PERFORMANCE_NPC_SC_RSP: u16 = 2148; -pub const CMD_FINISH_FIRST_TALK_NPC_CS_REQ: u16 = 2139; -pub const CMD_TAKE_TALK_REWARD_SC_RSP: u16 = 2143; -pub const CMD_FINISH_FIRST_TALK_NPC_SC_RSP: u16 = 2129; -pub const CMD_SELECT_INCLINATION_TEXT_CS_REQ: u16 = 2151; -pub const CMD_GET_FIRST_TALK_NPC_SC_RSP: u16 = 2193; -pub const CMD_SELECT_INCLINATION_TEXT_SC_RSP: u16 = 2133; -pub const CMD_GET_FIRST_TALK_NPC_CS_REQ: u16 = 2156; -pub const CMD_FINISH_FIRST_TALK_BY_PERFORMANCE_NPC_CS_REQ: u16 = 2165; -pub const CMD_GET_NPC_TAKEN_REWARD_SC_RSP: u16 = 2106; -pub const CMD_GET_FIRST_TALK_BY_PERFORMANCE_NPC_SC_RSP: u16 = 2154; -pub const CMD_GET_FIRST_TALK_BY_PERFORMANCE_NPC_CS_REQ: u16 = 2199; -pub const CMD_TAKE_TALK_REWARD_CS_REQ: u16 = 2111; -pub const CMD_GET_NPC_TAKEN_REWARD_CS_REQ: u16 = 2168; -pub const CMD_GET_TELEVISION_ACTIVITY_DATA_SC_RSP: u16 = 6963; -pub const CMD_GET_TELEVISION_ACTIVITY_DATA_CS_REQ: u16 = 6979; -pub const CMD_TELEVISION_ACTIVITY_DATA_CHANGE_SC_NOTIFY: u16 = 6972; -pub const CMD_TELEVISION_ACTIVITY_BATTLE_END_SC_NOTIFY: u16 = 6962; -pub const CMD_ENTER_TELEVISION_ACTIVITY_STAGE_CS_REQ: u16 = 6980; -pub const CMD_ENTER_TELEVISION_ACTIVITY_STAGE_SC_RSP: u16 = 6964; -pub const CMD_TEXT_JOIN_QUERY_CS_REQ: u16 = 3811; -pub const CMD_TEXT_JOIN_QUERY_SC_RSP: u16 = 3843; -pub const CMD_TEXT_JOIN_SAVE_SC_RSP: u16 = 3806; -pub const CMD_TEXT_JOIN_BATCH_SAVE_SC_RSP: u16 = 3893; -pub const CMD_TEXT_JOIN_BATCH_SAVE_CS_REQ: u16 = 3856; -pub const CMD_TEXT_JOIN_SAVE_CS_REQ: u16 = 3868; -pub const CMD_START_TRACK_PHOTO_STAGE_SC_RSP: u16 = 7556; -pub const CMD_SETTLE_TRACK_PHOTO_STAGE_CS_REQ: u16 = 7559; -pub const CMD_QUIT_TRACK_PHOTO_STAGE_CS_REQ: u16 = 7557; -pub const CMD_GET_TRACK_PHOTO_ACTIVITY_DATA_CS_REQ: u16 = 7551; -pub const CMD_SETTLE_TRACK_PHOTO_STAGE_SC_RSP: u16 = 7560; -pub const CMD_START_TRACK_PHOTO_STAGE_CS_REQ: u16 = 7552; -pub const CMD_QUIT_TRACK_PHOTO_STAGE_SC_RSP: u16 = 7553; -pub const CMD_GET_TRACK_PHOTO_ACTIVITY_DATA_SC_RSP: u16 = 7554; -pub const CMD_TAKE_TRAIN_VISITOR_UNTAKEN_BEHAVIOR_REWARD_CS_REQ: u16 = 3751; -pub const CMD_GET_TRAIN_VISITOR_BEHAVIOR_CS_REQ: u16 = 3711; -pub const CMD_GET_TRAIN_VISITOR_BEHAVIOR_SC_RSP: u16 = 3743; -pub const CMD_GET_TRAIN_VISITOR_REGISTER_SC_RSP: u16 = 3729; -pub const CMD_TRAIN_VISITOR_REWARD_SEND_NOTIFY: u16 = 3793; -pub const CMD_TAKE_TRAIN_VISITOR_UNTAKEN_BEHAVIOR_REWARD_SC_RSP: u16 = 3733; -pub const CMD_TRAIN_VISITOR_BEHAVIOR_FINISH_SC_RSP: u16 = 3706; -pub const CMD_SHOW_NEW_SUPPLEMENT_VISITOR_SC_RSP: u16 = 3754; -pub const CMD_SHOW_NEW_SUPPLEMENT_VISITOR_CS_REQ: u16 = 3799; -pub const CMD_TRAIN_REFRESH_TIME_NOTIFY: u16 = 3756; -pub const CMD_TRAIN_VISITOR_BEHAVIOR_FINISH_CS_REQ: u16 = 3768; -pub const CMD_GET_TRAIN_VISITOR_REGISTER_CS_REQ: u16 = 3739; -pub const CMD_TRAVEL_BROCHURE_APPLY_PASTER_CS_REQ: u16 = 6439; -pub const CMD_TRAVEL_BROCHURE_SET_PAGE_DESC_STATUS_CS_REQ: u16 = 6497; -pub const CMD_TRAVEL_BROCHURE_PAGE_RESET_SC_RSP: u16 = 6424; -pub const CMD_TRAVEL_BROCHURE_PAGE_RESET_CS_REQ: u16 = 6425; -pub const CMD_TRAVEL_BROCHURE_UPDATE_PASTER_POS_CS_REQ: u16 = 6499; -pub const CMD_TRAVEL_BROCHURE_SET_CUSTOM_VALUE_CS_REQ: u16 = 6482; -pub const CMD_TRAVEL_BROCHURE_GET_PASTER_SC_NOTIFY: u16 = 6465; -pub const CMD_TRAVEL_BROCHURE_PAGE_UNLOCK_SC_NOTIFY: u16 = 6411; -pub const CMD_TRAVEL_BROCHURE_SET_PAGE_DESC_STATUS_SC_RSP: u16 = 6498; -pub const CMD_TRAVEL_BROCHURE_SELECT_MESSAGE_CS_REQ: u16 = 6456; -pub const CMD_TRAVEL_BROCHURE_REMOVE_PASTER_SC_RSP: u16 = 6433; -pub const CMD_TRAVEL_BROCHURE_APPLY_PASTER_SC_RSP: u16 = 6429; -pub const CMD_TRAVEL_BROCHURE_SET_CUSTOM_VALUE_SC_RSP: u16 = 6434; -pub const CMD_TRAVEL_BROCHURE_GET_DATA_CS_REQ: u16 = 6468; -pub const CMD_TRAVEL_BROCHURE_SELECT_MESSAGE_SC_RSP: u16 = 6493; -pub const CMD_TRAVEL_BROCHURE_UPDATE_PASTER_POS_SC_RSP: u16 = 6454; -pub const CMD_TRAVEL_BROCHURE_APPLY_PASTER_LIST_CS_REQ: u16 = 6417; -pub const CMD_TRAVEL_BROCHURE_APPLY_PASTER_LIST_SC_RSP: u16 = 6492; -pub const CMD_TRAVEL_BROCHURE_GET_DATA_SC_RSP: u16 = 6406; -pub const CMD_TRAVEL_BROCHURE_REMOVE_PASTER_CS_REQ: u16 = 6451; -pub const CMD_FIGHT_TREASURE_DUNGEON_MONSTER_SC_RSP: u16 = 4498; -pub const CMD_USE_TREASURE_DUNGEON_ITEM_SC_RSP: u16 = 4492; -pub const CMD_USE_TREASURE_DUNGEON_ITEM_CS_REQ: u16 = 4417; -pub const CMD_QUIT_TREASURE_DUNGEON_SC_RSP: u16 = 4428; -pub const CMD_QUIT_TREASURE_DUNGEON_CS_REQ: u16 = 4490; -pub const CMD_OPEN_TREASURE_DUNGEON_GRID_SC_RSP: u16 = 4434; -pub const CMD_TREASURE_DUNGEON_DATA_SC_NOTIFY: u16 = 4468; -pub const CMD_INTERACT_TREASURE_DUNGEON_GRID_SC_RSP: u16 = 4424; -pub const CMD_OPEN_TREASURE_DUNGEON_GRID_CS_REQ: u16 = 4482; -pub const CMD_INTERACT_TREASURE_DUNGEON_GRID_CS_REQ: u16 = 4425; -pub const CMD_FIGHT_TREASURE_DUNGEON_MONSTER_CS_REQ: u16 = 4497; -pub const CMD_GET_TREASURE_DUNGEON_ACTIVITY_DATA_CS_REQ: u16 = 4499; -pub const CMD_GET_TREASURE_DUNGEON_ACTIVITY_DATA_SC_RSP: u16 = 4454; -pub const CMD_ENTER_TREASURE_DUNGEON_SC_RSP: u16 = 4448; -pub const CMD_TREASURE_DUNGEON_FINISH_SC_NOTIFY: u16 = 4406; -pub const CMD_ENTER_TREASURE_DUNGEON_CS_REQ: u16 = 4465; -pub const CMD_GET_TUTORIAL_CS_REQ: u16 = 1668; -pub const CMD_UNLOCK_TUTORIAL_CS_REQ: u16 = 1656; -pub const CMD_FINISH_TUTORIAL_GUIDE_CS_REQ: u16 = 1699; -pub const CMD_GET_TUTORIAL_GUIDE_CS_REQ: u16 = 1611; -pub const CMD_FINISH_TUTORIAL_CS_REQ: u16 = 1651; -pub const CMD_UNLOCK_TUTORIAL_GUIDE_SC_RSP: u16 = 1629; -pub const CMD_FINISH_TUTORIAL_SC_RSP: u16 = 1633; -pub const CMD_UNLOCK_TUTORIAL_SC_RSP: u16 = 1693; -pub const CMD_UNLOCK_TUTORIAL_GUIDE_CS_REQ: u16 = 1639; -pub const CMD_GET_TUTORIAL_SC_RSP: u16 = 1606; -pub const CMD_GET_TUTORIAL_GUIDE_SC_RSP: u16 = 1643; -pub const CMD_FINISH_TUTORIAL_GUIDE_SC_RSP: u16 = 1654; -pub const CMD_SET_CUR_WAYPOINT_SC_RSP: u16 = 443; -pub const CMD_TAKE_CHAPTER_REWARD_SC_RSP: u16 = 451; -pub const CMD_GET_CHAPTER_SC_RSP: u16 = 493; -pub const CMD_WAYPOINT_SHOW_NEW_CS_NOTIFY: u16 = 439; -pub const CMD_SET_CUR_WAYPOINT_CS_REQ: u16 = 411; -pub const CMD_TAKE_CHAPTER_REWARD_CS_REQ: u16 = 429; -pub const CMD_GET_WAYPOINT_CS_REQ: u16 = 468; -pub const CMD_GET_WAYPOINT_SC_RSP: u16 = 406; -pub const CMD_GET_CHAPTER_CS_REQ: u16 = 456; -pub const CMD_RESTORE_WOLF_BRO_GAME_ARCHIVE_SC_RSP: u16 = 6593; -pub const CMD_WOLF_BRO_GAME_PICKUP_BULLET_SC_RSP: u16 = 6582; -pub const CMD_WOLF_BRO_GAME_DATA_CHANGE_SC_NOTIFY: u16 = 6599; -pub const CMD_RESTORE_WOLF_BRO_GAME_ARCHIVE_CS_REQ: u16 = 6556; -pub const CMD_GET_WOLF_BRO_GAME_DATA_SC_RSP: u16 = 6533; -pub const CMD_ARCHIVE_WOLF_BRO_GAME_SC_RSP: u16 = 6543; -pub const CMD_START_WOLF_BRO_GAME_SC_RSP: u16 = 6506; -pub const CMD_ARCHIVE_WOLF_BRO_GAME_CS_REQ: u16 = 6511; -pub const CMD_QUIT_WOLF_BRO_GAME_CS_REQ: u16 = 6539; -pub const CMD_WOLF_BRO_GAME_EXPLODE_MONSTER_CS_REQ: u16 = 6598; -pub const CMD_WOLF_BRO_GAME_ACTIVATE_BULLET_CS_REQ: u16 = 6534; -pub const CMD_QUIT_WOLF_BRO_GAME_SC_RSP: u16 = 6529; -pub const CMD_GET_WOLF_BRO_GAME_DATA_CS_REQ: u16 = 6551; -pub const CMD_WOLF_BRO_GAME_USE_BULLET_SC_RSP: u16 = 6565; -pub const CMD_WOLF_BRO_GAME_PICKUP_BULLET_CS_REQ: u16 = 6548; -pub const CMD_START_WOLF_BRO_GAME_CS_REQ: u16 = 6568; -pub const CMD_WOLF_BRO_GAME_ACTIVATE_BULLET_SC_RSP: u16 = 6597; -pub const CMD_WOLF_BRO_GAME_EXPLODE_MONSTER_SC_RSP: u16 = 6525; -pub const CMD_WOLF_BRO_GAME_USE_BULLET_CS_REQ: u16 = 6554; diff --git a/proto/src/lib.rs b/proto/src/lib.rs index 0e47664..779e434 100644 --- a/proto/src/lib.rs +++ b/proto/src/lib.rs @@ -1,4 +1,12 @@ -mod cmd_types; -pub use cmd_types::*; - include!("../out/_.rs"); + +pub use prost::DecodeError as ProtobufDecodeError; +pub use prost::Message as Protobuf; + +pub trait CmdID { + const CMD_ID: u16; + + fn get_cmd_id(&self) -> u16 { + Self::CMD_ID + } +} diff --git a/proto/src/message.rs b/proto/src/message.rs new file mode 100644 index 0000000..e69de29 diff --git a/res.json b/res.json new file mode 100644 index 0000000..08f4794 --- /dev/null +++ b/res.json @@ -0,0 +1,662361 @@ +{ + "levelOutputConfigs": { + "1000001": { + "P10000_F10000000": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": { + "2215": { + "anchorId": 2, + "groupId": 2, + "instId": 300001, + "pos": { + "x": 0, + "y": 0, + "z": -2000 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [ + { + "groupId": 3, + "instId": 400001, + "pos": { + "x": -1380, + "y": 0, + "z": 3160 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "npcId": 3001 + }, + { + "groupId": 3, + "instId": 400002, + "pos": { + "x": 3589, + "y": 0, + "z": 3007 + }, + "rot": { + "x": 0, + "y": 240110, + "z": 0 + }, + "npcId": 1003 + }, + { + "groupId": 3, + "instId": 400003, + "pos": { + "x": -4420, + "y": 21, + "z": -1101 + }, + "rot": { + "x": 0, + "y": 69628, + "z": 0 + }, + "npcId": 1004 + } + ], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1380, + "y": 0, + "z": 3160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": -1380, + "y": 0, + "z": 3160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -6380, + "y": 0, + "z": 18890 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 2000 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [ + { + "groupId": 34, + "instId": 400001, + "pos": { + "x": -5717, + "y": 0, + "z": -13802 + }, + "rot": { + "x": 0, + "y": 40618, + "z": 0 + }, + "npcId": 3012 + } + ], + "props": [], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": -6416, + "y": 0, + "z": -12950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 2004 + } + ], + "teleports": { + "2206": { + "anchorId": 1, + "groupId": 47, + "instId": 300001, + "pos": { + "x": -4030, + "y": 0, + "z": -13006 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "49": { + "monsters": [], + "npcs": [ + { + "groupId": 49, + "instId": 400001, + "pos": { + "x": -3900, + "y": 0, + "z": 23160 + }, + "rot": { + "x": 0, + "y": 235814, + "z": 0 + }, + "npcId": 1009 + }, + { + "groupId": 49, + "instId": 400002, + "pos": { + "x": -4050, + "y": 0, + "z": 8160 + }, + "rot": { + "x": 0, + "y": 103322, + "z": 0 + }, + "npcId": 1105 + }, + { + "groupId": 49, + "instId": 400003, + "pos": { + "x": 3270, + "y": 0, + "z": 11750 + }, + "rot": { + "x": 0, + "y": 265953, + "z": 0 + }, + "npcId": 1109 + }, + { + "groupId": 49, + "instId": 400004, + "pos": { + "x": 1950, + "y": 0, + "z": -3900 + }, + "rot": { + "x": 0, + "y": 118788, + "z": 0 + }, + "npcId": 1103 + }, + { + "groupId": 49, + "instId": 400005, + "pos": { + "x": 3080, + "y": 0, + "z": -6630 + }, + "rot": { + "x": 0, + "y": 76000, + "z": 0 + }, + "npcId": 1104 + }, + { + "groupId": 49, + "instId": 400006, + "pos": { + "x": 3340, + "y": 0, + "z": -9550 + }, + "rot": { + "x": 0, + "y": 91640, + "z": 0 + }, + "npcId": 1107 + }, + { + "groupId": 49, + "instId": 400007, + "pos": { + "x": 3940, + "y": 0, + "z": -6307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1008 + }, + { + "groupId": 49, + "instId": 400008, + "pos": { + "x": -809, + "y": 0, + "z": -15500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1204 + }, + { + "groupId": 49, + "instId": 400009, + "pos": { + "x": -295, + "y": 0, + "z": -16041 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1006 + }, + { + "groupId": 49, + "instId": 400010, + "pos": { + "x": -1196, + "y": 0, + "z": -14570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1209 + }, + { + "groupId": 49, + "instId": 400011, + "pos": { + "x": -85, + "y": 0, + "z": -14674 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1210 + }, + { + "groupId": 49, + "instId": 400012, + "pos": { + "x": -1461, + "y": 0, + "z": 26274 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1202 + }, + { + "groupId": 49, + "instId": 400013, + "pos": { + "x": 252, + "y": 0, + "z": 773 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1106 + }, + { + "groupId": 49, + "instId": 400014, + "pos": { + "x": 252, + "y": 0, + "z": -20 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1110 + }, + { + "groupId": 49, + "instId": 400015, + "pos": { + "x": 252, + "y": 0, + "z": -748 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1111 + }, + { + "groupId": 49, + "instId": 400016, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1207 + }, + { + "groupId": 49, + "instId": 400017, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1112 + }, + { + "groupId": 49, + "instId": 400018, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1101 + }, + { + "groupId": 49, + "instId": 400019, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1102 + }, + { + "groupId": 49, + "instId": 400020, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1205 + }, + { + "groupId": 49, + "instId": 400021, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1217 + }, + { + "groupId": 49, + "instId": 400022, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1218 + }, + { + "groupId": 49, + "instId": 400023, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1101 + }, + { + "groupId": 49, + "instId": 400024, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1102 + }, + { + "groupId": 49, + "instId": 400025, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1217 + }, + { + "groupId": 49, + "instId": 400026, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1306 + }, + { + "groupId": 49, + "instId": 400027, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1305 + }, + { + "groupId": 49, + "instId": 400028, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1312 + }, + { + "groupId": 49, + "instId": 400029, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1316 + }, + { + "groupId": 49, + "instId": 400030, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1315 + }, + { + "groupId": 49, + "instId": 400031, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1314 + }, + { + "groupId": 49, + "instId": 400032, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1307 + }, + { + "groupId": 49, + "instId": 400033, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1302 + }, + { + "groupId": 49, + "instId": 400034, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1221 + }, + { + "groupId": 49, + "instId": 400035, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1221 + } + ], + "props": [], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 0, + "pos": { + "x": 4130, + "y": 661, + "z": -9297 + }, + "rot": { + "x": 0, + "y": 67168, + "z": 0 + }, + "propId": 2006 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 0, + "pos": { + "x": 4159, + "y": 741, + "z": -9305 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "142": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 142, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3347, + "y": 998, + "z": 14811 + }, + "rot": { + "x": 0, + "y": 90736, + "z": 0 + }, + "propId": 100083 + } + ], + "teleports": {} + }, + "153": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 153, + "instId": 300001, + "propState": 18, + "pos": { + "x": -6408, + "y": 1007, + "z": 8795 + }, + "rot": { + "x": 0, + "y": 225882, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 3, + "worldId": 100 + } + }, + "1000002": { + "P10000_F10000000": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "pos": { + "x": 110, + "y": 2000, + "z": 32000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 108 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 1205, + "y": 1037, + "z": 19842 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 2005 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": 1225, + "y": 1037, + "z": 11684 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 2005 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 0, + "pos": { + "x": 3947, + "y": 924, + "z": 10270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 2005 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5329, + "y": 1260, + "z": 12183 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "48": { + "monsters": [ + { + "groupId": 48, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 19700, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 48, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 30272 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300007, + "propState": 0, + "pos": { + "x": 1079, + "y": 0, + "z": 21850 + }, + "rot": { + "x": 0, + "y": 359226, + "z": 0 + }, + "propId": 103042 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 3, + "worldId": 100, + "startAnchorId": 1, + "startGroupId": 1 + } + }, + "1000101": { + "P10001_F10001001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": -53119, + "y": 6851, + "z": -60166 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 905 + } + ], + "teleports": { + "2219": { + "anchorId": 1, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -53121, + "y": 4912, + "z": -58063 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300005, + "propState": 0, + "pos": { + "x": 10, + "y": 3132, + "z": -66470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "1000101": { + "anchorId": 1, + "groupId": 11, + "instId": 300001, + "pos": { + "x": 50, + "y": -217, + "z": -39800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1000102": { + "anchorId": 2, + "groupId": 11, + "instId": 300002, + "pos": { + "x": -130, + "y": -267, + "z": 33031 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 18, + "pos": { + "x": -46900, + "y": 4913, + "z": -49827 + }, + "rot": { + "x": 0, + "y": 44851, + "z": 0 + }, + "propId": 101030 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 18, + "pos": { + "x": -8312, + "y": -1850, + "z": 30910 + }, + "rot": { + "x": 0, + "y": 21802, + "z": 0 + }, + "propId": 101030 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 18, + "pos": { + "x": -47867, + "y": 4916, + "z": -50570 + }, + "rot": { + "x": 0, + "y": 15479, + "z": 0 + }, + "propId": 101030 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [ + { + "groupId": 63, + "instId": 400001, + "pos": { + "x": -4762, + "y": 209, + "z": -31617 + }, + "rot": { + "x": 0, + "y": 168842, + "z": 0 + }, + "npcId": 10107 + } + ], + "props": [], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [ + { + "groupId": 97, + "instId": 400001, + "pos": { + "x": -56024, + "y": 4923, + "z": -51108 + }, + "rot": { + "x": 0, + "y": 97259, + "z": 0 + }, + "npcId": 10122 + } + ], + "props": [ + { + "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": 0, + "pos": { + "x": -55864, + "y": 4923, + "z": -51261 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": { + "2264": { + "anchorId": 2, + "groupId": 97, + "instId": 300002, + "pos": { + "x": -54710, + "y": 4923, + "z": -50500 + }, + "rot": { + "x": 0, + "y": 240473, + "z": 0 + } + } + } + }, + "143": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "159": { + "monsters": [], + "npcs": [ + { + "groupId": 159, + "instId": 400001, + "pos": { + "x": 14861, + "y": -890, + "z": 4732 + }, + "rot": { + "x": 0, + "y": 246268, + "z": 0 + }, + "npcId": 3002 + } + ], + "props": [ + { + "groupId": 159, + "instId": 300001, + "propState": 0, + "pos": { + "x": 14548, + "y": -1376, + "z": 5707 + }, + "rot": { + "x": 0, + "y": 222759, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 159, + "instId": 300002, + "propState": 0, + "pos": { + "x": 14384, + "y": -890, + "z": 5700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + }, + "165": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 165, + "instId": 300001, + "propState": 18, + "pos": { + "x": -52013, + "y": 5732, + "z": -51904 + }, + "rot": { + "x": 0, + "y": 208231, + "z": 0 + }, + "propId": 100020 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 101, + "startAnchorId": 1, + "startGroupId": 2 + } + }, + "1000102": { + "P10001_F10001001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": -53119, + "y": 6851, + "z": -60166 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 905 + } + ], + "teleports": { + "2219": { + "anchorId": 1, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -53121, + "y": 4912, + "z": -58063 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300005, + "propState": 0, + "pos": { + "x": 10, + "y": 3132, + "z": -66470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "1000101": { + "anchorId": 1, + "groupId": 11, + "instId": 300001, + "pos": { + "x": 50, + "y": -217, + "z": -39800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1000102": { + "anchorId": 2, + "groupId": 11, + "instId": 300002, + "pos": { + "x": -130, + "y": -267, + "z": 33031 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 18, + "pos": { + "x": -46900, + "y": 4913, + "z": -49827 + }, + "rot": { + "x": 0, + "y": 44851, + "z": 0 + }, + "propId": 101030 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 18, + "pos": { + "x": -8312, + "y": -1850, + "z": 30910 + }, + "rot": { + "x": 0, + "y": 21802, + "z": 0 + }, + "propId": 101030 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 18, + "pos": { + "x": -47867, + "y": 4916, + "z": -50570 + }, + "rot": { + "x": 0, + "y": 15479, + "z": 0 + }, + "propId": 101030 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [ + { + "groupId": 63, + "instId": 400001, + "pos": { + "x": -4762, + "y": 209, + "z": -31617 + }, + "rot": { + "x": 0, + "y": 168842, + "z": 0 + }, + "npcId": 10107 + } + ], + "props": [], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [ + { + "groupId": 97, + "instId": 400001, + "pos": { + "x": -56024, + "y": 4923, + "z": -51108 + }, + "rot": { + "x": 0, + "y": 97259, + "z": 0 + }, + "npcId": 10122 + } + ], + "props": [ + { + "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": 0, + "pos": { + "x": -55864, + "y": 4923, + "z": -51261 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": { + "2264": { + "anchorId": 2, + "groupId": 97, + "instId": 300002, + "pos": { + "x": -54710, + "y": 4923, + "z": -50500 + }, + "rot": { + "x": 0, + "y": 240473, + "z": 0 + } + } + } + }, + "143": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "159": { + "monsters": [], + "npcs": [ + { + "groupId": 159, + "instId": 400001, + "pos": { + "x": 14861, + "y": -890, + "z": 4732 + }, + "rot": { + "x": 0, + "y": 246268, + "z": 0 + }, + "npcId": 3002 + } + ], + "props": [ + { + "groupId": 159, + "instId": 300001, + "propState": 0, + "pos": { + "x": 14548, + "y": -1376, + "z": 5707 + }, + "rot": { + "x": 0, + "y": 222759, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 159, + "instId": 300002, + "propState": 0, + "pos": { + "x": 14384, + "y": -890, + "z": 5700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + }, + "165": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 165, + "instId": 300001, + "propState": 18, + "pos": { + "x": -52013, + "y": 5732, + "z": -51904 + }, + "rot": { + "x": 0, + "y": 208231, + "z": 0 + }, + "propId": 100020 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 101, + "startAnchorId": 3, + "startGroupId": 11 + } + }, + "1010101": { + "P10101_F10101001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -47830, + "y": -6336, + "z": 81720 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 0, + "pos": { + "x": 31690, + "y": 210, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300007, + "propState": 0, + "pos": { + "x": 37160, + "y": -93, + "z": -168310 + }, + "rot": { + "x": 0, + "y": 153500, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 0, + "pos": { + "x": -23320, + "y": -4889, + "z": -149600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300008, + "propState": 0, + "pos": { + "x": -23357, + "y": -1100, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1010101": { + "anchorId": 4, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -10138, + "y": 10, + "z": 78898 + }, + "rot": { + "x": 0, + "y": 186078, + "z": 0 + } + }, + "1010102": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -43300, + "y": -93, + "z": -37960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "1010103": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 33046, + "y": 10, + "z": -144792 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [ + { + "groupId": 2, + "instId": 400004, + "pos": { + "x": -4472, + "y": 234, + "z": -11818 + }, + "rot": { + "x": 0, + "y": 188708, + "z": 0 + }, + "npcId": 11201 + }, + { + "groupId": 2, + "instId": 400005, + "pos": { + "x": -13080, + "y": 10, + "z": -40030 + }, + "rot": { + "x": 0, + "y": 278638, + "z": 0 + }, + "npcId": 11101 + }, + { + "groupId": 2, + "instId": 400001, + "pos": { + "x": -5011, + "y": 234, + "z": -67815 + }, + "rot": { + "x": 0, + "y": 8091, + "z": 0 + }, + "npcId": 11117 + } + ], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 4027, + "y": -4977, + "z": 39250 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11020, + "y": 21, + "z": -146260 + }, + "rot": { + "x": 0, + "y": 239890, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39253, + "y": -21985, + "z": -55849 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + } + ], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "161": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "174": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 174, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "176": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 176, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "177": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 177, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "178": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 178, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "179": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 179, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "180": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 180, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "181": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 181, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "210": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 210, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "238": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "257": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 257, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5040, + "y": -21996, + "z": -27741 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 257, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5026, + "y": -21996, + "z": -25089 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 1, + "startGroupId": 1 + } + }, + "1010102": { + "P10101_F10101001": { + "scenes": { + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 18, + "pos": { + "x": -209, + "y": 1362, + "z": -4914 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101031 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 18, + "pos": { + "x": -1501, + "y": 1371, + "z": -5426 + }, + "rot": { + "x": 0, + "y": 67296, + "z": 0 + }, + "propId": 101030 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 1, + "startGroupId": 1 + } + }, + "1010103": { + "P10101_F10101001": { + "scenes": { + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 1, + "startGroupId": 1 + } + }, + "1010104": { + "P10101_F10101001": { + "scenes": { + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 18, + "pos": { + "x": -11153, + "y": 887, + "z": 1911 + }, + "rot": { + "x": 0, + "y": 30966, + "z": 0 + }, + "propId": 101029 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 18, + "pos": { + "x": -11153, + "y": 888, + "z": 1911 + }, + "rot": { + "x": 0, + "y": 30966, + "z": 0 + }, + "propId": 101029 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 18, + "pos": { + "x": -11153, + "y": 889, + "z": 1911 + }, + "rot": { + "x": 0, + "y": 30966, + "z": 0 + }, + "propId": 101029 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 18, + "pos": { + "x": -11153, + "y": 889, + "z": 1911 + }, + "rot": { + "x": 0, + "y": 30966, + "z": 0 + }, + "propId": 101029 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 1, + "startGroupId": 1 + } + }, + "1010105": { + "P10101_F10101001": { + "scenes": { + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 18, + "pos": { + "x": -7040, + "y": 551, + "z": -5034 + }, + "rot": { + "x": 0, + "y": 321353, + "z": 0 + }, + "propId": 101029 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 1, + "startGroupId": 2 + } + }, + "1010106": { + "P10101_F10101001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": -2446, + "y": 610, + "z": -797 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 1, + "startGroupId": 2 + } + }, + "1010107": { + "P10101_F10101001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300002, + "propState": 2, + "pos": { + "x": -492, + "y": 964, + "z": 10495 + }, + "rot": { + "x": 0, + "y": 99161, + "z": 0 + }, + "propId": 301058 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300002, + "propState": 0, + "pos": { + "x": -571, + "y": 1049, + "z": 9949 + }, + "rot": { + "x": 0, + "y": 99161, + "z": 0 + }, + "propId": 120 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 1, + "startGroupId": 1 + } + }, + "1010109": { + "P10101_F10101001": { + "scenes": { + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 8941, + "y": 1728, + "z": 55897 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101058 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": 17150, + "y": 3530, + "z": 55897 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 0, + "pos": { + "x": 8478, + "y": 1630, + "z": 55897 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 0, + "pos": { + "x": -83, + "y": 3935, + "z": -10903 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300002, + "propState": 0, + "pos": { + "x": -83, + "y": 4419, + "z": -10903 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101082 + }, + { + "groupId": 93, + "instId": 300003, + "propState": 0, + "pos": { + "x": -77, + "y": 3230, + "z": -10879 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101083 + }, + { + "groupId": 93, + "instId": 300004, + "propState": 0, + "pos": { + "x": -83, + "y": 2908, + "z": -9800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 1, + "startGroupId": 1 + } + }, + "1010110": { + "P10101_F10101001": { + "scenes": { + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 8941, + "y": 1728, + "z": 55897 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101058 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": 17150, + "y": 3530, + "z": 55897 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 0, + "pos": { + "x": 8478, + "y": 1630, + "z": 55897 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 0, + "pos": { + "x": -83, + "y": 3935, + "z": -10903 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300002, + "propState": 0, + "pos": { + "x": -83, + "y": 4419, + "z": -10903 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101082 + }, + { + "groupId": 93, + "instId": 300003, + "propState": 0, + "pos": { + "x": -77, + "y": 3230, + "z": -10879 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101083 + }, + { + "groupId": 93, + "instId": 300004, + "propState": 0, + "pos": { + "x": -83, + "y": 2908, + "z": -9800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 2, + "startGroupId": 1 + } + }, + "1010111": { + "P10101_F10101001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -47830, + "y": -6336, + "z": 81720 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 0, + "pos": { + "x": 31690, + "y": 210, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300007, + "propState": 0, + "pos": { + "x": 37160, + "y": -93, + "z": -168310 + }, + "rot": { + "x": 0, + "y": 153500, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 0, + "pos": { + "x": -23320, + "y": -4889, + "z": -149600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300008, + "propState": 0, + "pos": { + "x": -23357, + "y": -1100, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1010101": { + "anchorId": 4, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -10138, + "y": 10, + "z": 78898 + }, + "rot": { + "x": 0, + "y": 186078, + "z": 0 + } + }, + "1010102": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -43300, + "y": -93, + "z": -37960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "1010103": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 33046, + "y": 10, + "z": -144792 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [ + { + "groupId": 2, + "instId": 400004, + "pos": { + "x": -4472, + "y": 234, + "z": -11818 + }, + "rot": { + "x": 0, + "y": 188708, + "z": 0 + }, + "npcId": 11201 + }, + { + "groupId": 2, + "instId": 400005, + "pos": { + "x": -13080, + "y": 10, + "z": -40030 + }, + "rot": { + "x": 0, + "y": 278638, + "z": 0 + }, + "npcId": 11101 + }, + { + "groupId": 2, + "instId": 400001, + "pos": { + "x": -5011, + "y": 234, + "z": -67815 + }, + "rot": { + "x": 0, + "y": 8091, + "z": 0 + }, + "npcId": 11117 + } + ], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 4027, + "y": -4977, + "z": 39250 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11020, + "y": 21, + "z": -146260 + }, + "rot": { + "x": 0, + "y": 239890, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39253, + "y": -21985, + "z": -55849 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + } + ], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "161": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "174": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 174, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "176": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 176, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "177": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 177, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "178": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 178, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "179": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 179, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "180": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 180, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "181": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 181, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "210": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 210, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "238": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "257": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 257, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5040, + "y": -21996, + "z": -27741 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 257, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5026, + "y": -21996, + "z": -25089 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 201, + "startAnchorId": 1, + "startGroupId": 239 + } + }, + "1010112": { + "P10101_F10101001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -47830, + "y": -6336, + "z": 81720 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 0, + "pos": { + "x": 31690, + "y": 210, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300007, + "propState": 0, + "pos": { + "x": 37160, + "y": -93, + "z": -168310 + }, + "rot": { + "x": 0, + "y": 153500, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 0, + "pos": { + "x": -23320, + "y": -4889, + "z": -149600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300008, + "propState": 0, + "pos": { + "x": -23357, + "y": -1100, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1010101": { + "anchorId": 4, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -10138, + "y": 10, + "z": 78898 + }, + "rot": { + "x": 0, + "y": 186078, + "z": 0 + } + }, + "1010102": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -43300, + "y": -93, + "z": -37960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "1010103": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 33046, + "y": 10, + "z": -144792 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [ + { + "groupId": 2, + "instId": 400004, + "pos": { + "x": -4472, + "y": 234, + "z": -11818 + }, + "rot": { + "x": 0, + "y": 188708, + "z": 0 + }, + "npcId": 11201 + }, + { + "groupId": 2, + "instId": 400005, + "pos": { + "x": -13080, + "y": 10, + "z": -40030 + }, + "rot": { + "x": 0, + "y": 278638, + "z": 0 + }, + "npcId": 11101 + }, + { + "groupId": 2, + "instId": 400001, + "pos": { + "x": -5011, + "y": 234, + "z": -67815 + }, + "rot": { + "x": 0, + "y": 8091, + "z": 0 + }, + "npcId": 11117 + } + ], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 4027, + "y": -4977, + "z": 39250 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11020, + "y": 21, + "z": -146260 + }, + "rot": { + "x": 0, + "y": 239890, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39253, + "y": -21985, + "z": -55849 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + } + ], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "161": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "174": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 174, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "176": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 176, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "177": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 177, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "178": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 178, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "179": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 179, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "180": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 180, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "181": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 181, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "210": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 210, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "238": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "257": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 257, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5040, + "y": -21996, + "z": -27741 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 257, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5026, + "y": -21996, + "z": -25089 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 201, + "startAnchorId": 1, + "startGroupId": 240 + } + }, + "1010201": { + "P10102_F10102001": { + "scenes": { + "8": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -15619, + "y": -652, + "z": 90330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 0, + "pos": { + "x": -63700, + "y": 9840, + "z": -25330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 119 + }, + { + "groupId": 30, + "instId": 300007, + "propState": 0, + "pos": { + "x": -60680, + "y": 18080, + "z": -60020 + }, + "rot": { + "x": 0, + "y": 329524, + "z": 0 + }, + "propId": 119 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 0, + "pos": { + "x": 15820, + "y": -365, + "z": 22960 + }, + "rot": { + "x": 0, + "y": 23789, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": { + "1010201": { + "anchorId": 1, + "groupId": 30, + "instId": 300002, + "pos": { + "x": -15390, + "y": -617, + "z": 57320 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + } + }, + "1010202": { + "anchorId": 2, + "groupId": 30, + "instId": 300001, + "pos": { + "x": -75010, + "y": 4696, + "z": 2010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "1010203": { + "anchorId": 3, + "groupId": 30, + "instId": 300004, + "pos": { + "x": -77800, + "y": 4408, + "z": 56600 + }, + "rot": { + "x": 0, + "y": 206000, + "z": 0 + } + } + } + }, + "79": { + "monsters": [], + "npcs": [ + { + "groupId": 79, + "instId": 400001, + "pos": { + "x": -15270, + "y": -358, + "z": 37590 + }, + "rot": { + "x": 0, + "y": 84501, + "z": 0 + }, + "npcId": 11104 + } + ], + "props": [], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300002, + "propState": 18, + "pos": { + "x": 9556, + "y": 1003, + "z": 20920 + }, + "rot": { + "x": 0, + "y": 295968, + "z": 0 + }, + "propId": 101031 + } + ], + "teleports": {} + }, + "114": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 114, + "instId": 300001, + "propState": 0, + "pos": { + "x": -38163, + "y": 1323, + "z": 30921 + }, + "rot": { + "x": 0, + "y": 25324, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300002, + "propState": 0, + "pos": { + "x": -73620, + "y": 6290, + "z": 6967 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300003, + "propState": 0, + "pos": { + "x": -51793, + "y": 6595, + "z": -13783 + }, + "rot": { + "x": 0, + "y": 299684, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300004, + "propState": 0, + "pos": { + "x": -52718, + "y": 6525, + "z": -15821 + }, + "rot": { + "x": 0, + "y": 294764, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300005, + "propState": 0, + "pos": { + "x": -5751, + "y": 11276, + "z": -20090 + }, + "rot": { + "x": 0, + "y": 88906, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300006, + "propState": 0, + "pos": { + "x": 16401, + "y": 1173, + "z": 40462 + }, + "rot": { + "x": 0, + "y": 262327, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300007, + "propState": 0, + "pos": { + "x": 16656, + "y": 1161, + "z": 42701 + }, + "rot": { + "x": 0, + "y": 279260, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300008, + "propState": 0, + "pos": { + "x": -40251, + "y": 1289, + "z": 31870 + }, + "rot": { + "x": 0, + "y": 24902, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300009, + "propState": 0, + "pos": { + "x": -92102, + "y": 6322, + "z": 40797 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300010, + "propState": 0, + "pos": { + "x": -41595, + "y": 1306, + "z": 32046 + }, + "rot": { + "x": 0, + "y": 338782, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300011, + "propState": 0, + "pos": { + "x": -6398, + "y": 11237, + "z": -21443 + }, + "rot": { + "x": 0, + "y": 320545, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300012, + "propState": 0, + "pos": { + "x": -72304, + "y": 6180, + "z": 6999 + }, + "rot": { + "x": 0, + "y": 325953, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300013, + "propState": 0, + "pos": { + "x": 17209, + "y": 1266, + "z": 39201 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300014, + "propState": 0, + "pos": { + "x": -35592, + "y": 782, + "z": 39822 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300015, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "128": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "135": { + "monsters": [], + "npcs": [ + { + "groupId": 135, + "instId": 400001, + "pos": { + "x": 5397, + "y": 9672, + "z": -4360 + }, + "rot": { + "x": 0, + "y": 244381, + "z": 0 + }, + "npcId": 11105 + } + ], + "props": [ + { + "groupId": 135, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5512, + "y": 9650, + "z": -4335 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -16172, + "y": 600, + "z": 38613 + }, + "rot": { + "x": 0, + "y": 254822, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201 + } + }, + "1010202": { + "P10102_F10102001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 18, + "pos": { + "x": -1675, + "y": 692, + "z": 671 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 101030 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 1, + "startGroupId": 2 + } + }, + "1010203": { + "P10102_F10102001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 1, + "startGroupId": 2 + } + }, + "1010204": { + "P10102_F10102001": { + "scenes": { + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 11169, + "y": 2517, + "z": 3370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": -5305, + "y": 1493, + "z": 11321 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 0, + "pos": { + "x": -5573, + "y": 2803, + "z": 11348 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101080 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 0, + "pos": { + "x": -5575, + "y": 5642, + "z": 11351 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101081 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 1, + "startGroupId": 2 + } + }, + "1010205": { + "P10102_F10102001": { + "scenes": { + "8": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -15619, + "y": -652, + "z": 90330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 0, + "pos": { + "x": -63700, + "y": 9840, + "z": -25330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 119 + }, + { + "groupId": 30, + "instId": 300007, + "propState": 0, + "pos": { + "x": -60680, + "y": 18080, + "z": -60020 + }, + "rot": { + "x": 0, + "y": 329524, + "z": 0 + }, + "propId": 119 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 0, + "pos": { + "x": 15820, + "y": -365, + "z": 22960 + }, + "rot": { + "x": 0, + "y": 23789, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": { + "1010201": { + "anchorId": 1, + "groupId": 30, + "instId": 300002, + "pos": { + "x": -15390, + "y": -617, + "z": 57320 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + } + }, + "1010202": { + "anchorId": 2, + "groupId": 30, + "instId": 300001, + "pos": { + "x": -75010, + "y": 4696, + "z": 2010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "1010203": { + "anchorId": 3, + "groupId": 30, + "instId": 300004, + "pos": { + "x": -77800, + "y": 4408, + "z": 56600 + }, + "rot": { + "x": 0, + "y": 206000, + "z": 0 + } + } + } + }, + "79": { + "monsters": [], + "npcs": [ + { + "groupId": 79, + "instId": 400001, + "pos": { + "x": -15270, + "y": -358, + "z": 37590 + }, + "rot": { + "x": 0, + "y": 84501, + "z": 0 + }, + "npcId": 11104 + } + ], + "props": [], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300002, + "propState": 18, + "pos": { + "x": 9556, + "y": 1003, + "z": 20920 + }, + "rot": { + "x": 0, + "y": 295968, + "z": 0 + }, + "propId": 101031 + } + ], + "teleports": {} + }, + "114": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 114, + "instId": 300001, + "propState": 0, + "pos": { + "x": -38163, + "y": 1323, + "z": 30921 + }, + "rot": { + "x": 0, + "y": 25324, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300002, + "propState": 0, + "pos": { + "x": -73620, + "y": 6290, + "z": 6967 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300003, + "propState": 0, + "pos": { + "x": -51793, + "y": 6595, + "z": -13783 + }, + "rot": { + "x": 0, + "y": 299684, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300004, + "propState": 0, + "pos": { + "x": -52718, + "y": 6525, + "z": -15821 + }, + "rot": { + "x": 0, + "y": 294764, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300005, + "propState": 0, + "pos": { + "x": -5751, + "y": 11276, + "z": -20090 + }, + "rot": { + "x": 0, + "y": 88906, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300006, + "propState": 0, + "pos": { + "x": 16401, + "y": 1173, + "z": 40462 + }, + "rot": { + "x": 0, + "y": 262327, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300007, + "propState": 0, + "pos": { + "x": 16656, + "y": 1161, + "z": 42701 + }, + "rot": { + "x": 0, + "y": 279260, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300008, + "propState": 0, + "pos": { + "x": -40251, + "y": 1289, + "z": 31870 + }, + "rot": { + "x": 0, + "y": 24902, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300009, + "propState": 0, + "pos": { + "x": -92102, + "y": 6322, + "z": 40797 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300010, + "propState": 0, + "pos": { + "x": -41595, + "y": 1306, + "z": 32046 + }, + "rot": { + "x": 0, + "y": 338782, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300011, + "propState": 0, + "pos": { + "x": -6398, + "y": 11237, + "z": -21443 + }, + "rot": { + "x": 0, + "y": 320545, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300012, + "propState": 0, + "pos": { + "x": -72304, + "y": 6180, + "z": 6999 + }, + "rot": { + "x": 0, + "y": 325953, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300013, + "propState": 0, + "pos": { + "x": 17209, + "y": 1266, + "z": 39201 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300014, + "propState": 0, + "pos": { + "x": -35592, + "y": 782, + "z": 39822 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300015, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "128": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "135": { + "monsters": [], + "npcs": [ + { + "groupId": 135, + "instId": 400001, + "pos": { + "x": 5397, + "y": 9672, + "z": -4360 + }, + "rot": { + "x": 0, + "y": 244381, + "z": 0 + }, + "npcId": 11105 + } + ], + "props": [ + { + "groupId": 135, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5512, + "y": 9650, + "z": -4335 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -16172, + "y": 600, + "z": 38613 + }, + "rot": { + "x": 0, + "y": 254822, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 201, + "startAnchorId": 1, + "startGroupId": 179 + } + }, + "1020101": { + "P10201_F10201001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1020101": { + "anchorId": 1, + "groupId": 16, + "instId": 300001, + "pos": { + "x": 21417, + "y": 5994, + "z": -28394 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "1020102": { + "anchorId": 2, + "groupId": 16, + "instId": 300002, + "pos": { + "x": -47550, + "y": 4994, + "z": -16741 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1020103": { + "anchorId": 3, + "groupId": 16, + "instId": 300003, + "pos": { + "x": -55600, + "y": -1023, + "z": -98000 + }, + "rot": { + "x": 0, + "y": 336000, + "z": 0 + } + } + } + }, + "21": { + "monsters": [], + "npcs": [ + { + "groupId": 21, + "instId": 400001, + "pos": { + "x": -50970, + "y": -1012, + "z": -133570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 12201 + }, + { + "groupId": 21, + "instId": 400002, + "pos": { + "x": -68135, + "y": -1022, + "z": -44395 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12202 + }, + { + "groupId": 21, + "instId": 400004, + "pos": { + "x": -75160, + "y": -1012, + "z": -65340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12203 + }, + { + "groupId": 21, + "instId": 400005, + "pos": { + "x": -75579, + "y": 2997, + "z": -95733 + }, + "rot": { + "x": 0, + "y": 95700, + "z": 0 + }, + "npcId": 12103 + } + ], + "props": [], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [ + { + "groupId": 25, + "instId": 400001, + "pos": { + "x": -12922, + "y": -974, + "z": -57880 + }, + "rot": { + "x": 0, + "y": 265700, + "z": 0 + }, + "npcId": 12212 + } + ], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4505, + "y": 921, + "z": -8905 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300002, + "propState": 0, + "pos": { + "x": 15368, + "y": 10010, + "z": -59497 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [ + { + "groupId": 61, + "instId": 400001, + "pos": { + "x": -67631, + "y": -903, + "z": -89054 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12101 + } + ], + "props": [], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [ + { + "groupId": 75, + "instId": 400001, + "pos": { + "x": -50827, + "y": -775, + "z": -118951 + }, + "rot": { + "x": 0, + "y": 235286, + "z": 0 + }, + "npcId": 12219 + } + ], + "props": [], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 102, + "instId": 300002, + "propState": 0, + "pos": { + "x": -4411, + "y": 789, + "z": -9117 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 102, + "instId": 300001, + "propState": 0, + "pos": { + "x": -63739, + "y": 207, + "z": -73411 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 102, + "instId": 300003, + "propState": 0, + "pos": { + "x": -71956, + "y": 419, + "z": -73411 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 102, + "instId": 300004, + "propState": 0, + "pos": { + "x": -84223, + "y": 3458, + "z": -117960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + } + ], + "teleports": {} + }, + "105": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 105, + "instId": 300001, + "propState": 0, + "pos": { + "x": 46288, + "y": 3866, + "z": -90456 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 0, + "pos": { + "x": 27260, + "y": 4066, + "z": -91020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300003, + "propState": 0, + "pos": { + "x": 23950, + "y": 8607, + "z": -38090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300004, + "propState": 0, + "pos": { + "x": 6950, + "y": 8607, + "z": -38090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300005, + "propState": 0, + "pos": { + "x": 32838, + "y": 4042, + "z": -90577 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300006, + "propState": 0, + "pos": { + "x": 44248, + "y": 4042, + "z": -81159 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300007, + "propState": 0, + "pos": { + "x": 50571, + "y": 4437, + "z": -71730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300008, + "propState": 0, + "pos": { + "x": -6218, + "y": 1525, + "z": -1982 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300009, + "propState": 0, + "pos": { + "x": -24207, + "y": 6480, + "z": -7136 + }, + "rot": { + "x": 0, + "y": 90366, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300010, + "propState": 0, + "pos": { + "x": -13710, + "y": 6480, + "z": -28810 + }, + "rot": { + "x": 0, + "y": 302, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300011, + "propState": 0, + "pos": { + "x": -63454, + "y": 624, + "z": -114431 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300012, + "propState": 0, + "pos": { + "x": -71272, + "y": -333, + "z": -105100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300013, + "propState": 0, + "pos": { + "x": -11973, + "y": -333, + "z": -79453 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300017, + "propState": 0, + "pos": { + "x": -43762, + "y": -333, + "z": -134660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300021, + "propState": 0, + "pos": { + "x": -37802, + "y": 827, + "z": -653 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300014, + "propState": 0, + "pos": { + "x": -71877, + "y": -333, + "z": -101345 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300015, + "propState": 0, + "pos": { + "x": -65544, + "y": -333, + "z": -82714 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300016, + "propState": 0, + "pos": { + "x": 49401, + "y": 5587, + "z": -47206 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300018, + "propState": 0, + "pos": { + "x": -94164, + "y": 2886, + "z": -41046 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300019, + "propState": 0, + "pos": { + "x": -18456, + "y": -58, + "z": -83777 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300043, + "propState": 0, + "pos": { + "x": 63701, + "y": 5893, + "z": -41095 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300024, + "propState": 0, + "pos": { + "x": -49682, + "y": -41, + "z": -120364 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300025, + "propState": 0, + "pos": { + "x": 15880, + "y": 190, + "z": -15270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300026, + "propState": 0, + "pos": { + "x": 51010, + "y": 2670, + "z": -78880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300027, + "propState": 0, + "pos": { + "x": -43344, + "y": -6, + "z": 3820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300028, + "propState": 0, + "pos": { + "x": 31728, + "y": 1040, + "z": -749 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300029, + "propState": 0, + "pos": { + "x": 14190, + "y": 1040, + "z": -978 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300030, + "propState": 0, + "pos": { + "x": -9840, + "y": 1040, + "z": -8517 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300031, + "propState": 0, + "pos": { + "x": 23996, + "y": 1226, + "z": -604 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300032, + "propState": 0, + "pos": { + "x": 6677, + "y": 1226, + "z": -604 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300033, + "propState": 0, + "pos": { + "x": -7968, + "y": 4119, + "z": -11890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300034, + "propState": 0, + "pos": { + "x": -64668, + "y": -208, + "z": -39504 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300035, + "propState": 0, + "pos": { + "x": -66696, + "y": -208, + "z": -46710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300036, + "propState": 0, + "pos": { + "x": -17565, + "y": 474, + "z": -84907 + }, + "rot": { + "x": 0, + "y": 43491, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300037, + "propState": 0, + "pos": { + "x": -53075, + "y": 30, + "z": -53917 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300038, + "propState": 0, + "pos": { + "x": -53075, + "y": 30, + "z": -56560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300039, + "propState": 0, + "pos": { + "x": -53415, + "y": 30, + "z": -55322 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300040, + "propState": 0, + "pos": { + "x": -90567, + "y": 4686, + "z": -95540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300041, + "propState": 0, + "pos": { + "x": -90567, + "y": 4397, + "z": -97402 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300042, + "propState": 0, + "pos": { + "x": -81104, + "y": 4401, + "z": -92064 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300044, + "propState": 0, + "pos": { + "x": 58960, + "y": 5320, + "z": -41720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300045, + "propState": 0, + "pos": { + "x": 66987, + "y": 5320, + "z": -40120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300051, + "propState": 0, + "pos": { + "x": -64956, + "y": -455, + "z": -91917 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "120": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 120, + "instId": 300002, + "propState": 0, + "pos": { + "x": -90770, + "y": 2240, + "z": -18717 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300003, + "propState": 0, + "pos": { + "x": -1634, + "y": 949, + "z": -9014 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300004, + "propState": 0, + "pos": { + "x": -1634, + "y": 560, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300005, + "propState": 0, + "pos": { + "x": -67465, + "y": -363, + "z": -115921 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300006, + "propState": 0, + "pos": { + "x": -72070, + "y": 2822, + "z": -129009 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300007, + "propState": 0, + "pos": { + "x": -19043, + "y": -275, + "z": -83471 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300008, + "propState": 0, + "pos": { + "x": -44986, + "y": -203, + "z": -134469 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300009, + "propState": 0, + "pos": { + "x": -90770, + "y": 2240, + "z": -18558 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300010, + "propState": 0, + "pos": { + "x": -1634, + "y": 949, + "z": -9014 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300011, + "propState": 0, + "pos": { + "x": -1634, + "y": 759, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300012, + "propState": 0, + "pos": { + "x": -67556, + "y": -50, + "z": -115518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300013, + "propState": 0, + "pos": { + "x": -72151, + "y": 2864, + "z": -128971 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300014, + "propState": 0, + "pos": { + "x": -19043, + "y": -210, + "z": -83471 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300015, + "propState": 0, + "pos": { + "x": -44986, + "y": 138, + "z": -134259 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + } + ], + "teleports": {} + }, + "125": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 125, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1634, + "y": 560, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "127": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 127, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1634, + "y": 560, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 127, + "instId": 300002, + "propState": 0, + "pos": { + "x": -1634, + "y": 759, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + } + ], + "teleports": {} + }, + "133": { + "monsters": [], + "npcs": [ + { + "groupId": 133, + "instId": 400001, + "pos": { + "x": -640, + "y": 4960, + "z": -37430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 12256 + } + ], + "props": [ + { + "groupId": 133, + "instId": 300001, + "propState": 0, + "pos": { + "x": -640, + "y": 4960, + "z": -37430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "171": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 171, + "instId": 300001, + "propState": 0, + "pos": { + "x": -62545, + "y": -171, + "z": -117195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "174": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 174, + "instId": 300002, + "propState": 18, + "pos": { + "x": 53279, + "y": 5738, + "z": -31176 + }, + "rot": { + "x": 0, + "y": 261633, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "190": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 190, + "instId": 300001, + "propState": 18, + "pos": { + "x": -76492, + "y": 16, + "z": -59619 + }, + "rot": { + "x": 0, + "y": 133504, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "268": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 268, + "instId": 300001, + "propState": 18, + "pos": { + "x": 44235, + "y": 3757, + "z": -94735 + }, + "rot": { + "x": 0, + "y": 356050, + "z": 0 + }, + "propId": 102011 + } + ], + "teleports": {} + }, + "269": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 269, + "instId": 300006, + "propState": 0, + "pos": { + "x": -51041, + "y": 4994, + "z": -18956 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 269, + "instId": 300007, + "propState": 0, + "pos": { + "x": -59088, + "y": -1032, + "z": -45017 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 269, + "instId": 300008, + "propState": 0, + "pos": { + "x": -56220, + "y": -884, + "z": -60810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 269, + "instId": 300010, + "propState": 0, + "pos": { + "x": -63384, + "y": -1032, + "z": -69969 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 269, + "instId": 300011, + "propState": 0, + "pos": { + "x": -21402, + "y": -928, + "z": -80152 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 269, + "instId": 300034, + "propState": 0, + "pos": { + "x": -37547, + "y": 4994, + "z": -15987 + }, + "rot": { + "x": 0, + "y": 54058, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 269, + "instId": 300035, + "propState": 0, + "pos": { + "x": -53481, + "y": -1032, + "z": -46193 + }, + "rot": { + "x": 0, + "y": 278428, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 269, + "instId": 300036, + "propState": 0, + "pos": { + "x": -54540, + "y": -1027, + "z": -73961 + }, + "rot": { + "x": 0, + "y": 248125, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "280": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 280, + "instId": 300001, + "propState": 0, + "pos": { + "x": -53587, + "y": -135, + "z": -67973 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "281": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 281, + "instId": 300001, + "propState": 18, + "pos": { + "x": 39212, + "y": 3932, + "z": -89292 + }, + "rot": { + "x": 0, + "y": 352125, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 301 + } + }, + "1020102": { + "P10201_F10201001": { + "scenes": { + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 44, + "instId": 300001, + "propState": 18, + "pos": { + "x": 20530, + "y": 8789, + "z": 862 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 60, + "instId": 300001, + "propState": 8, + "pos": { + "x": 4800, + "y": 8291, + "z": -33350 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 101 + } + ], + "teleports": { + "1020111": { + "anchorId": 1, + "groupId": 60, + "instId": 300001, + "pos": { + "x": -8, + "y": 8312, + "z": -30548 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 62, + "instId": 300001, + "propState": 18, + "pos": { + "x": 153, + "y": 10648, + "z": 4468 + }, + "rot": { + "x": 0, + "y": 356652, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 301, + "startAnchorId": 1, + "startGroupId": 7 + } + }, + "1020201": { + "P10202_F10202001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1020201": { + "anchorId": 3, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 9500, + "y": -3486, + "z": -22500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1020202": { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -92, + "y": 4278, + "z": 68083 + }, + "rot": { + "x": 0, + "y": 155567, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [ + { + "groupId": 2, + "instId": 400001, + "pos": { + "x": -36039, + "y": 610, + "z": 81710 + }, + "rot": { + "x": 0, + "y": 175135, + "z": 0 + }, + "npcId": 12259 + } + ], + "props": [ + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": -17500, + "y": -6776, + "z": -41300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300002, + "propState": 0, + "pos": { + "x": 39020, + "y": 1579, + "z": 93230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29249, + "y": 3752, + "z": 49173 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 0, + "pos": { + "x": -3129, + "y": 4629, + "z": 61388 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 0, + "pos": { + "x": -31791, + "y": -1827, + "z": -18518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 77, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [ + { + "groupId": 78, + "instId": 400002, + "pos": { + "x": 38113, + "y": 2870, + "z": 68251 + }, + "rot": { + "x": 0, + "y": 135967, + "z": 0 + }, + "npcId": 12136 + }, + { + "groupId": 78, + "instId": 400003, + "pos": { + "x": 28939, + "y": -4401, + "z": 4515 + }, + "rot": { + "x": 0, + "y": 229032, + "z": 0 + }, + "npcId": 12306 + }, + { + "groupId": 78, + "instId": 400004, + "pos": { + "x": 51830, + "y": 2598, + "z": 57560 + }, + "rot": { + "x": 0, + "y": 252688, + "z": 0 + }, + "npcId": 12139 + }, + { + "groupId": 78, + "instId": 400001, + "pos": { + "x": 21754, + "y": -3904, + "z": -33536 + }, + "rot": { + "x": 0, + "y": 273510, + "z": 0 + }, + "npcId": 12219 + } + ], + "props": [], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 18, + "pos": { + "x": 13230, + "y": 5848, + "z": 79877 + }, + "rot": { + "x": 0, + "y": 19747, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": -5507, + "y": -1586, + "z": 39944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + } + ], + "teleports": {} + }, + "103": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 103, + "instId": 300002, + "propState": 0, + "pos": { + "x": -33193, + "y": -3469, + "z": -1023 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + } + ], + "teleports": {} + }, + "137": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "144": { + "monsters": [], + "npcs": [ + { + "groupId": 144, + "instId": 400001, + "pos": { + "x": -16540, + "y": 103400, + "z": -465330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12247 + } + ], + "props": [ + { + "groupId": 144, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 144, + "instId": 300003, + "propState": 0, + "pos": { + "x": -910, + "y": -9491, + "z": -37110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + } + ], + "teleports": {} + }, + "169": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 169, + "instId": 300001, + "propState": 18, + "pos": { + "x": 30260, + "y": -4477, + "z": 755 + }, + "rot": { + "x": 0, + "y": 236461, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "170": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 170, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29068, + "y": -3616, + "z": 1633 + }, + "rot": { + "x": 0, + "y": 224000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 170, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29068, + "y": -3800, + "z": 1633 + }, + "rot": { + "x": 0, + "y": 224000, + "z": 0 + }, + "propId": 102226 + } + ], + "teleports": {} + }, + "208": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 208, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29398, + "y": -3490, + "z": -24450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 208, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29363, + "y": -2731, + "z": -23105 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 301 + } + }, + "1020202": { + "P10202_F10202001": { + "scenes": { + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300002, + "propState": 18, + "pos": { + "x": 49001, + "y": 1422, + "z": -2259 + }, + "rot": { + "x": 0, + "y": 101696, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 28, + "instId": 300002, + "propState": 18, + "pos": { + "x": 46761, + "y": 1938, + "z": -13776 + }, + "rot": { + "x": 0, + "y": 244220, + "z": 0 + }, + "propId": 102058 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 301, + "startAnchorId": 1, + "startGroupId": 2 + } + }, + "1020203": { + "P10202_F10202001": { + "scenes": { + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 18, + "pos": { + "x": -1166, + "y": 2156, + "z": 23328 + }, + "rot": { + "x": 0, + "y": 338920, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 18, + "pos": { + "x": -1166, + "y": 2156, + "z": 23328 + }, + "rot": { + "x": 0, + "y": 338920, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 28, + "instId": 300001, + "propState": 18, + "pos": { + "x": -107, + "y": 2384, + "z": 20538 + }, + "rot": { + "x": 0, + "y": 167754, + "z": 0 + }, + "propId": 102012 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 18, + "pos": { + "x": 1148, + "y": 2164, + "z": 23254 + }, + "rot": { + "x": 0, + "y": 244437, + "z": 0 + }, + "propId": 102012 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 8, + "pos": { + "x": 3092, + "y": -2023, + "z": -29254 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + } + ], + "teleports": { + "1020211": { + "anchorId": 1, + "groupId": 59, + "instId": 300001, + "pos": { + "x": 17, + "y": -2025, + "z": -32870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 62, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22, + "y": 2392, + "z": 20979 + }, + "rot": { + "x": 0, + "y": 333814, + "z": 0 + }, + "propId": 102012 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 301, + "startAnchorId": 1, + "startGroupId": 1 + } + }, + "1020204": { + "P10202_F10202001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "1020203": { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -33410, + "y": -727, + "z": -60790 + }, + "rot": { + "x": 0, + "y": 6906, + "z": 0 + } + }, + "1020204": { + "anchorId": 3, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 37598, + "y": 3760, + "z": -36308 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -32366, + "y": 4134, + "z": 61000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 137 + } + ], + "teleports": {} + }, + "30": { + "monsters": [ + { + "groupId": 30, + "instId": 200001, + "eventId": 20211004, + "pos": { + "x": -60720, + "y": -2037, + "z": -71240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2022010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": 16940, + "y": 5180, + "z": -4460 + }, + "rot": { + "x": 0, + "y": 6689, + "z": 0 + }, + "propId": 300000 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "126": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 126, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "127": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 127, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "128": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 128, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "129": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 129, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "130": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 130, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "131": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 131, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "132": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 132, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "144": { + "monsters": [], + "npcs": [ + { + "groupId": 144, + "instId": 400001, + "pos": { + "x": 20966, + "y": 3600, + "z": -32604 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 12218 + } + ], + "props": [], + "teleports": {} + }, + "146": { + "monsters": [], + "npcs": [ + { + "groupId": 146, + "instId": 400001, + "pos": { + "x": 55190, + "y": 2631, + "z": -4220 + }, + "rot": { + "x": 0, + "y": 267043, + "z": 0 + }, + "npcId": 12173 + } + ], + "props": [], + "teleports": {} + }, + "147": { + "monsters": [], + "npcs": [ + { + "groupId": 147, + "instId": 400001, + "pos": { + "x": -59117, + "y": 161, + "z": -6405 + }, + "rot": { + "x": 0, + "y": 89341, + "z": 0 + }, + "npcId": 12268 + } + ], + "props": [], + "teleports": {} + }, + "148": { + "monsters": [], + "npcs": [ + { + "groupId": 148, + "instId": 400001, + "pos": { + "x": -41210, + "y": 564, + "z": -39140 + }, + "rot": { + "x": 0, + "y": 73020, + "z": 0 + }, + "npcId": 12269 + } + ], + "props": [], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [ + { + "groupId": 150, + "instId": 400001, + "pos": { + "x": -42986, + "y": 1161, + "z": -26521 + }, + "rot": { + "x": 0, + "y": 104341, + "z": 0 + }, + "npcId": 12242 + } + ], + "props": [], + "teleports": {} + }, + "212": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "273": { + "monsters": [], + "npcs": [ + { + "groupId": 273, + "instId": 400001, + "pos": { + "x": 1333, + "y": 90, + "z": -38868 + }, + "rot": { + "x": 0, + "y": 171603, + "z": 0 + }, + "npcId": 12172 + } + ], + "props": [], + "teleports": {} + }, + "281": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 281, + "instId": 300001, + "propState": 0, + "pos": { + "x": -24010, + "y": 1817, + "z": -39860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + } + ], + "teleports": {} + }, + "283": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "285": { + "monsters": [], + "npcs": [ + { + "groupId": 285, + "instId": 400001, + "pos": { + "x": -21626, + "y": 1830, + "z": -28030 + }, + "rot": { + "x": 0, + "y": 200033, + "z": 0 + }, + "npcId": 12267 + } + ], + "props": [], + "teleports": {} + }, + "328": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 328, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "329": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 329, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "330": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 330, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "331": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 331, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "332": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 332, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "333": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 333, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "334": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 334, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 301 + } + }, + "1020205": { + "P20223_F20223001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2022301": { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -1363, + "y": -9077, + "z": -29500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2022302": { + "anchorId": 3, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 67970, + "y": -10181, + "z": 35168 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2022303": { + "anchorId": 4, + "groupId": 1, + "instId": 300003, + "pos": { + "x": -107466, + "y": -9307, + "z": 16660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": -86850, + "y": -11192, + "z": 35790 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": 252687, + "y": 12850, + "z": 138616 + }, + "rot": { + "x": 0, + "y": 62628, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": 305715, + "y": 14636, + "z": -54943 + }, + "rot": { + "x": 0, + "y": 167622, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": 319800, + "y": 13713, + "z": -59420 + }, + "rot": { + "x": 0, + "y": 205221, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 0, + "pos": { + "x": 325444, + "y": 13969, + "z": -68610 + }, + "rot": { + "x": 0, + "y": 284585, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 0, + "pos": { + "x": 292210, + "y": 13253, + "z": -114440 + }, + "rot": { + "x": 0, + "y": 16403, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 0, + "pos": { + "x": 170495, + "y": 28550, + "z": -260930 + }, + "rot": { + "x": 0, + "y": 192830, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 0, + "pos": { + "x": -46137, + "y": 11920, + "z": -308711 + }, + "rot": { + "x": 0, + "y": 106531, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300009, + "propState": 0, + "pos": { + "x": -416120, + "y": 28746, + "z": -133567 + }, + "rot": { + "x": 0, + "y": 179268, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300010, + "propState": 0, + "pos": { + "x": -403229, + "y": 27823, + "z": -140795 + }, + "rot": { + "x": 0, + "y": 216867, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300011, + "propState": 0, + "pos": { + "x": -399744, + "y": 28079, + "z": -151847 + }, + "rot": { + "x": 0, + "y": 296231, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300012, + "propState": 0, + "pos": { + "x": -370286, + "y": 17560, + "z": -84780 + }, + "rot": { + "x": 0, + "y": 77672, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300013, + "propState": 0, + "pos": { + "x": -295298, + "y": 14776, + "z": 136871 + }, + "rot": { + "x": 0, + "y": 285265, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300014, + "propState": 0, + "pos": { + "x": -305799, + "y": 13853, + "z": 126471 + }, + "rot": { + "x": 0, + "y": 322864, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300015, + "propState": 0, + "pos": { + "x": -317383, + "y": 14109, + "z": 126167 + }, + "rot": { + "x": 0, + "y": 42228, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300016, + "propState": 0, + "pos": { + "x": -408346, + "y": 27673, + "z": -146027 + }, + "rot": { + "x": 0, + "y": 179268, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300017, + "propState": 0, + "pos": { + "x": -311171, + "y": 13652, + "z": 132277 + }, + "rot": { + "x": 0, + "y": 322864, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300018, + "propState": 0, + "pos": { + "x": 314174, + "y": 13522, + "z": -67200 + }, + "rot": { + "x": 0, + "y": 205221, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300019, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": -54168, + "y": -7574, + "z": -27542 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": -77790, + "y": 7287, + "z": -65543 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 15, + "instId": 300026, + "propState": 0, + "pos": { + "x": -116452, + "y": -9094, + "z": -35468 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 15, + "instId": 300027, + "propState": 0, + "pos": { + "x": -57100, + "y": -12280, + "z": 32070 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 0, + "pos": { + "x": -25310, + "y": -10278, + "z": -2740 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 0, + "pos": { + "x": -34059, + "y": -10310, + "z": 7650 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300008, + "propState": 0, + "pos": { + "x": -54271, + "y": -6647, + "z": -39601 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300009, + "propState": 0, + "pos": { + "x": -44553, + "y": 3193, + "z": -99395 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300010, + "propState": 0, + "pos": { + "x": -92635, + "y": 7270, + "z": -55183 + }, + "rot": { + "x": 0, + "y": 155000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300011, + "propState": 0, + "pos": { + "x": -109918, + "y": -3773, + "z": -14139 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300012, + "propState": 0, + "pos": { + "x": -118194, + "y": -9307, + "z": 31277 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300013, + "propState": 0, + "pos": { + "x": -90527, + "y": -11187, + "z": 63850 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300014, + "propState": 0, + "pos": { + "x": -84930, + "y": -11178, + "z": 30770 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300015, + "propState": 0, + "pos": { + "x": -26952, + "y": -5383, + "z": 39065 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300016, + "propState": 0, + "pos": { + "x": -12485, + "y": -5731, + "z": 21791 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300017, + "propState": 0, + "pos": { + "x": 80626, + "y": -10181, + "z": 36798 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300018, + "propState": 0, + "pos": { + "x": 106724, + "y": -7790, + "z": -7588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300019, + "propState": 0, + "pos": { + "x": 67915, + "y": -7790, + "z": -4600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300020, + "propState": 0, + "pos": { + "x": 73288, + "y": -7784, + "z": 354 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300021, + "propState": 0, + "pos": { + "x": 71477, + "y": 3128, + "z": -46850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300022, + "propState": 0, + "pos": { + "x": 106200, + "y": 31113, + "z": -60091 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300023, + "propState": 0, + "pos": { + "x": 25202, + "y": -9077, + "z": -25973 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300024, + "propState": 0, + "pos": { + "x": 35100, + "y": -9077, + "z": 2540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 0, + "pos": { + "x": 105722, + "y": 23809, + "z": -31126 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + } + ], + "teleports": {} + }, + "16": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "17": { + "monsters": [ + { + "groupId": 17, + "instId": 200001, + "eventId": 20223125, + "pos": { + "x": -117473, + "y": 14837, + "z": -101100 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "18": { + "monsters": [ + { + "groupId": 18, + "instId": 200001, + "eventId": 20223274, + "pos": { + "x": -77872, + "y": 7376, + "z": -50776 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 0, + "pos": { + "x": -78080, + "y": 7505, + "z": -48600 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "20": { + "monsters": [ + { + "groupId": 20, + "instId": 200001, + "eventId": 101214, + "pos": { + "x": -130200, + "y": -8652, + "z": -38730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013021 + } + ], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": -130200, + "y": -8652, + "z": -38730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1114": { + "anchorId": 1, + "groupId": 20, + "instId": 300001, + "pos": { + "x": -129560, + "y": -9439, + "z": -32290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "22": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 0, + "pos": { + "x": -68406, + "y": -7594, + "z": -23258 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": -30, + "y": -7321, + "z": 8620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102191 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 0, + "pos": { + "x": 60430, + "y": -10540, + "z": 21740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102191 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 0, + "pos": { + "x": 58720, + "y": 3118, + "z": -47360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102191 + }, + { + "groupId": 27, + "instId": 300004, + "propState": 0, + "pos": { + "x": -107240, + "y": -9320, + "z": 36290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102191 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 0, + "pos": { + "x": -37280, + "y": -2470, + "z": -68920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102191 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -54196, + "y": -12474, + "z": 20650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1208": { + "anchorId": 1, + "groupId": 67, + "instId": 300001, + "pos": { + "x": -55390, + "y": -12422, + "z": 22750 + }, + "rot": { + "x": 0, + "y": 230000, + "z": 0 + } + } + } + }, + "142": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 142, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "143": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "197": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "209": { + "monsters": [], + "npcs": [ + { + "groupId": 209, + "instId": 400001, + "pos": { + "x": -320, + "y": -16130, + "z": -43030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12247 + } + ], + "props": [ + { + "groupId": 209, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 209, + "instId": 300002, + "propState": 0, + "pos": { + "x": 8670, + "y": -12100, + "z": -5810 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 209, + "instId": 300036, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 209, + "instId": 300076, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "226": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 226, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 226, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 226, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "227": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 227, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 227, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 227, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "228": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 228, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 228, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 228, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "229": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 229, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 229, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 229, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "230": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 230, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 230, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 230, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "231": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 231, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 231, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 231, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "232": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 232, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 232, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 232, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "233": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 233, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 233, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 233, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "251": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "252": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "253": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 253, + "instId": 300003, + "propState": 0, + "pos": { + "x": 10932, + "y": -7750, + "z": -18772 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "260": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -97248, + "y": 125932, + "z": -223340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "261": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -97248, + "y": 125932, + "z": -223340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "262": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -97248, + "y": 125932, + "z": -223340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "265": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 265, + "instId": 300001, + "propState": 8, + "pos": { + "x": 59948, + "y": 2619, + "z": -71344 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + } + ], + "teleports": { + "2022304": { + "anchorId": 1, + "groupId": 265, + "instId": 300001, + "pos": { + "x": 64793, + "y": 2584, + "z": -65450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "273": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 273, + "instId": 300001, + "propState": 8, + "pos": { + "x": -119913, + "y": 14613, + "z": -78624 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1021": { + "anchorId": 1, + "groupId": 273, + "instId": 300001, + "pos": { + "x": -119074, + "y": 14580, + "z": -77986 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 301 + } + }, + "1030101": { + "P10301_F10301001": { + "scenes": { + "15": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1030101": { + "anchorId": 1, + "groupId": 15, + "instId": 300001, + "pos": { + "x": 0, + "y": -14383, + "z": 44219 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030102": { + "anchorId": 2, + "groupId": 15, + "instId": 300002, + "pos": { + "x": 60, + "y": -22213, + "z": 195260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030103": { + "anchorId": 3, + "groupId": 15, + "instId": 300003, + "pos": { + "x": -93460, + "y": -13760, + "z": 233210 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + } + }, + "1030104": { + "anchorId": 4, + "groupId": 15, + "instId": 300004, + "pos": { + "x": 114920, + "y": -6687, + "z": 137090 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + } + }, + "1030105": { + "anchorId": 5, + "groupId": 15, + "instId": 300005, + "pos": { + "x": -100370, + "y": -14726, + "z": 146480 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + } + }, + "1030106": { + "anchorId": 6, + "groupId": 15, + "instId": 300006, + "pos": { + "x": 76810, + "y": -28335, + "z": 151420 + }, + "rot": { + "x": 0, + "y": 113524, + "z": 0 + } + } + } + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19513, + "y": -13826, + "z": 137498 + }, + "rot": { + "x": 0, + "y": 155, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": -19500, + "y": -16881, + "z": 142500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19289, + "y": -11969, + "z": 106321 + }, + "rot": { + "x": 0, + "y": 359530, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [ + { + "groupId": 19, + "instId": 400001, + "pos": { + "x": 134051, + "y": -4456, + "z": 84960 + }, + "rot": { + "x": 0, + "y": 198075, + "z": 0 + }, + "npcId": 13231 + }, + { + "groupId": 19, + "instId": 400002, + "pos": { + "x": 141100, + "y": -4416, + "z": 206800 + }, + "rot": { + "x": 0, + "y": 250839, + "z": 0 + }, + "npcId": 13127 + }, + { + "groupId": 19, + "instId": 400003, + "pos": { + "x": 14260, + "y": -15814, + "z": 88865 + }, + "rot": { + "x": 0, + "y": 140985, + "z": 0 + }, + "npcId": 13315 + }, + { + "groupId": 19, + "instId": 400004, + "pos": { + "x": -114254, + "y": -14374, + "z": 178103 + }, + "rot": { + "x": 0, + "y": 173216, + "z": 0 + }, + "npcId": 13318 + }, + { + "groupId": 19, + "instId": 400005, + "pos": { + "x": -23324, + "y": -16381, + "z": 232550 + }, + "rot": { + "x": 0, + "y": 359821, + "z": 0 + }, + "npcId": 13315 + }, + { + "groupId": 19, + "instId": 400006, + "pos": { + "x": -106808, + "y": -13248, + "z": 94713 + }, + "rot": { + "x": 0, + "y": 56465, + "z": 0 + }, + "npcId": 13315 + } + ], + "props": [], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": -36678, + "y": -16881, + "z": 90482 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300014, + "propState": 0, + "pos": { + "x": -34019, + "y": -16881, + "z": 146311 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": 31152, + "y": -16881, + "z": 123872 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300015, + "propState": 0, + "pos": { + "x": 24861, + "y": -16852, + "z": 192982 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 0, + "pos": { + "x": 25060, + "y": -25996, + "z": 151593 + }, + "rot": { + "x": 0, + "y": 350000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": 82945, + "y": -28335, + "z": 138230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 0, + "pos": { + "x": 87912, + "y": -10661, + "z": 140933 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 0, + "pos": { + "x": 133044, + "y": -4456, + "z": 108386 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 0, + "pos": { + "x": 124920, + "y": -4405, + "z": 229382 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300016, + "propState": 0, + "pos": { + "x": 127024, + "y": -4405, + "z": 229432 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 0, + "pos": { + "x": -38608, + "y": -16881, + "z": 185172 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300009, + "propState": 0, + "pos": { + "x": -70270, + "y": -13721, + "z": 237010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300010, + "propState": 0, + "pos": { + "x": -145776, + "y": -13812, + "z": 230510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300011, + "propState": 0, + "pos": { + "x": -164720, + "y": -11851, + "z": 187840 + }, + "rot": { + "x": 0, + "y": 145000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300012, + "propState": 0, + "pos": { + "x": -89236, + "y": -13807, + "z": 133950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300013, + "propState": 0, + "pos": { + "x": -103568, + "y": -16990, + "z": 84104 + }, + "rot": { + "x": 0, + "y": 166077, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300017, + "propState": 0, + "pos": { + "x": 100325, + "y": -8613, + "z": 163718 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300018, + "propState": 0, + "pos": { + "x": -97770, + "y": -13798, + "z": 101020 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300019, + "propState": 0, + "pos": { + "x": -39870, + "y": -16881, + "z": 236520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300020, + "propState": 0, + "pos": { + "x": 15155, + "y": -16881, + "z": 89920 + }, + "rot": { + "x": 0, + "y": 140814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300021, + "propState": 0, + "pos": { + "x": -77740, + "y": -13798, + "z": 118650 + }, + "rot": { + "x": 0, + "y": 275814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300022, + "propState": 0, + "pos": { + "x": 122713, + "y": -6688, + "z": 168734 + }, + "rot": { + "x": 0, + "y": 155814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300023, + "propState": 0, + "pos": { + "x": 140624, + "y": -37160, + "z": 177079 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300024, + "propState": 0, + "pos": { + "x": 144686, + "y": -37118, + "z": 192517 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300025, + "propState": 0, + "pos": { + "x": -108860, + "y": -59826, + "z": 46511 + }, + "rot": { + "x": 0, + "y": 91069, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300026, + "propState": 0, + "pos": { + "x": -70310, + "y": -13721, + "z": 253530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -163523, + "y": -11029, + "z": 179340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "116": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "118": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "149": { + "monsters": [], + "npcs": [ + { + "groupId": 149, + "instId": 400001, + "pos": { + "x": -120811, + "y": -14735, + "z": 201325 + }, + "rot": { + "x": 0, + "y": 350738, + "z": 0 + }, + "npcId": 13105 + } + ], + "props": [], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [ + { + "groupId": 150, + "instId": 400001, + "pos": { + "x": 150780, + "y": -5010, + "z": 127830 + }, + "rot": { + "x": 0, + "y": 87632, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 150, + "instId": 300001, + "propState": 0, + "pos": { + "x": 151226, + "y": -3483, + "z": 127456 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "151": { + "monsters": [], + "npcs": [ + { + "groupId": 151, + "instId": 400001, + "pos": { + "x": 125816, + "y": -4418, + "z": 195402 + }, + "rot": { + "x": 0, + "y": 104203, + "z": 0 + }, + "npcId": 13116 + } + ], + "props": [ + { + "groupId": 151, + "instId": 300001, + "propState": 0, + "pos": { + "x": 126831, + "y": -4120, + "z": 195380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "152": { + "monsters": [], + "npcs": [ + { + "groupId": 152, + "instId": 400001, + "pos": { + "x": 143693, + "y": -4456, + "z": 101992 + }, + "rot": { + "x": 0, + "y": 279893, + "z": 0 + }, + "npcId": 13215 + } + ], + "props": [], + "teleports": {} + }, + "153": { + "monsters": [], + "npcs": [ + { + "groupId": 153, + "instId": 400001, + "pos": { + "x": 132350, + "y": -6688, + "z": 171270 + }, + "rot": { + "x": 0, + "y": 186089, + "z": 0 + }, + "npcId": 13119 + } + ], + "props": [], + "teleports": {} + }, + "155": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 155, + "instId": 300004, + "propState": 0, + "pos": { + "x": -133080, + "y": -14754, + "z": 182705 + }, + "rot": { + "x": 0, + "y": 28547, + "z": 0 + }, + "propId": 103021 + }, + { + "groupId": 155, + "instId": 300005, + "propState": 0, + "pos": { + "x": -132772, + "y": -14751, + "z": 181080 + }, + "rot": { + "x": 0, + "y": 126002, + "z": 0 + }, + "propId": 103021 + } + ], + "teleports": {} + }, + "156": { + "monsters": [ + { + "groupId": 156, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 125151, + "y": -30482, + "z": 168180 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 156, + "instId": 300001, + "propState": 0, + "pos": { + "x": 127547, + "y": -30482, + "z": 158066 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300003, + "propState": 0, + "pos": { + "x": 150076, + "y": -37038, + "z": 192427 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300004, + "propState": 0, + "pos": { + "x": 139047, + "y": -37038, + "z": 187048 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300005, + "propState": 0, + "pos": { + "x": 146573, + "y": -37038, + "z": 167766 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300006, + "propState": 0, + "pos": { + "x": 127519, + "y": -30468, + "z": 157974 + }, + "rot": { + "x": 0, + "y": 155900, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300007, + "propState": 0, + "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": 0, + "pos": { + "x": 146536, + "y": -37038, + "z": 166944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300002, + "propState": 0, + "pos": { + "x": -106910, + "y": -59826, + "z": 46500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300010, + "propState": 0, + "pos": { + "x": -107430, + "y": -59826, + "z": 57698 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300011, + "propState": 0, + "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": 0, + "pos": { + "x": -107550, + "y": -59826, + "z": 59595 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300014, + "propState": 0, + "pos": { + "x": 154289, + "y": -33891, + "z": 188654 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300015, + "propState": 0, + "pos": { + "x": -97689, + "y": -56615, + "z": 51324 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "157": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "163": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300017, + "propState": 0, + "pos": { + "x": 154580, + "y": -37038, + "z": 181910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "164": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300001, + "propState": 0, + "pos": { + "x": -108570, + "y": -59534, + "z": 57104 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300002, + "propState": 0, + "pos": { + "x": -116517, + "y": -59582, + "z": 48140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300003, + "propState": 0, + "pos": { + "x": -97464, + "y": -59666, + "z": 45187 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300009, + "propState": 0, + "pos": { + "x": -111026, + "y": -17581, + "z": 61889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "173": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "186": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "187": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "189": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "190": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "193": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -14477, + "y": -24871, + "z": 153856 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 194, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "198": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "199": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "200": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "202": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "207": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -130000, + "y": -14715, + "z": 155708 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103086 + }, + { + "groupId": 207, + "instId": 300005, + "propState": 0, + "pos": { + "x": -137110, + "y": -15127, + "z": 178850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 207, + "instId": 300006, + "propState": 0, + "pos": { + "x": -129140, + "y": -15127, + "z": 155410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "215": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 215, + "instId": 300001, + "propState": 11, + "pos": { + "x": -23441, + "y": -16881, + "z": 265107 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "216": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 216, + "instId": 300001, + "propState": 11, + "pos": { + "x": -94343, + "y": -13812, + "z": 202585 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "217": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 217, + "instId": 300001, + "propState": 11, + "pos": { + "x": 43560, + "y": -1198, + "z": 126040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "218": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 218, + "instId": 300001, + "propState": 11, + "pos": { + "x": 52129, + "y": -14785, + "z": 210212 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "221": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 221, + "instId": 300001, + "propState": 0, + "pos": { + "x": -134011, + "y": -14726, + "z": 173932 + }, + "rot": { + "x": 0, + "y": 128045, + "z": 0 + }, + "propId": 103106 + }, + { + "groupId": 221, + "instId": 300002, + "propState": 0, + "pos": { + "x": -141868, + "y": -14749, + "z": 180691 + }, + "rot": { + "x": 0, + "y": 245519, + "z": 0 + }, + "propId": 103106 + } + ], + "teleports": {} + }, + "222": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "223": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -116891, + "y": -57806, + "z": 57448 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 223, + "instId": 300005, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "244": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 244, + "instId": 300001, + "propState": 0, + "pos": { + "x": 40, + "y": -22213, + "z": 211820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "274": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 274, + "instId": 300001, + "propState": 0, + "pos": { + "x": 130, + "y": -25080, + "z": 157650 + }, + "rot": { + "x": 0, + "y": 356426, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "280": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "287": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 287, + "instId": 300001, + "propState": 101, + "pos": { + "x": 1, + "y": -22035, + "z": 211881 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103108 + } + ], + "teleports": {} + }, + "290": { + "monsters": [], + "npcs": [ + { + "groupId": 290, + "instId": 400001, + "pos": { + "x": 81250, + "y": -10661, + "z": 130710 + }, + "rot": { + "x": 0, + "y": 7274, + "z": 0 + }, + "npcId": 13117 + } + ], + "props": [], + "teleports": {} + }, + "298": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 298, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47841, + "y": -299, + "z": 91088 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 132 + } + ], + "teleports": {} + }, + "299": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 299, + "instId": 300001, + "propState": 0, + "pos": { + "x": 209320, + "y": -4904, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 140 + } + ], + "teleports": {} + }, + "400": { + "monsters": [], + "npcs": [ + { + "groupId": 400, + "instId": 400001, + "pos": { + "x": 79110, + "y": -10661, + "z": 130680 + }, + "rot": { + "x": 0, + "y": 7274, + "z": 0 + }, + "npcId": 13208 + } + ], + "props": [], + "teleports": {} + }, + "401": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "404": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "463": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "464": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "465": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 465, + "instId": 300001, + "propState": 18, + "pos": { + "x": -173074, + "y": -13086, + "z": 215084 + }, + "rot": { + "x": 0, + "y": 207229, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "472": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 472, + "instId": 300001, + "propState": 0, + "pos": { + "x": 209320, + "y": -4904, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "479": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 479, + "instId": 300001, + "propState": 18, + "pos": { + "x": 41064, + "y": -15866, + "z": 123126 + }, + "rot": { + "x": 0, + "y": 315577, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "481": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 481, + "instId": 300001, + "propState": 18, + "pos": { + "x": 181121, + "y": -4433, + "z": 153368 + }, + "rot": { + "x": 0, + "y": 303422, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "482": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 482, + "instId": 300001, + "propState": 18, + "pos": { + "x": 231, + "y": -15775, + "z": 252225 + }, + "rot": { + "x": 0, + "y": 92100, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "505": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "584": { + "monsters": [], + "npcs": [ + { + "groupId": 584, + "instId": 400001, + "pos": { + "x": -91750, + "y": -13815, + "z": 119710 + }, + "rot": { + "x": 0, + "y": 264798, + "z": 0 + }, + "npcId": 13317 + } + ], + "props": [ + { + "groupId": 584, + "instId": 300001, + "propState": 1, + "pos": { + "x": -91205, + "y": -13816, + "z": 118400 + }, + "rot": { + "x": 0, + "y": 270111, + "z": 0 + }, + "propId": 103225 + } + ], + "teleports": {} + }, + "585": { + "monsters": [], + "npcs": [ + { + "groupId": 585, + "instId": 400001, + "pos": { + "x": 50280, + "y": -25996, + "z": 144539 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 13130 + } + ], + "props": [ + { + "groupId": 585, + "instId": 300001, + "propState": 1, + "pos": { + "x": 48720, + "y": -25996, + "z": 143170 + }, + "rot": { + "x": 0, + "y": 359059, + "z": 0 + }, + "propId": 103226 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 401 + } + }, + "1030102": { + "P10301_F10301001": { + "scenes": { + "15": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1030101": { + "anchorId": 1, + "groupId": 15, + "instId": 300001, + "pos": { + "x": 0, + "y": -14383, + "z": 44219 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030102": { + "anchorId": 2, + "groupId": 15, + "instId": 300002, + "pos": { + "x": 60, + "y": -22213, + "z": 195260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030103": { + "anchorId": 3, + "groupId": 15, + "instId": 300003, + "pos": { + "x": -93460, + "y": -13760, + "z": 233210 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + } + }, + "1030104": { + "anchorId": 4, + "groupId": 15, + "instId": 300004, + "pos": { + "x": 114920, + "y": -6687, + "z": 137090 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + } + }, + "1030105": { + "anchorId": 5, + "groupId": 15, + "instId": 300005, + "pos": { + "x": -100370, + "y": -14726, + "z": 146480 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + } + }, + "1030106": { + "anchorId": 6, + "groupId": 15, + "instId": 300006, + "pos": { + "x": 76810, + "y": -28335, + "z": 151420 + }, + "rot": { + "x": 0, + "y": 113524, + "z": 0 + } + } + } + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19513, + "y": -13826, + "z": 137498 + }, + "rot": { + "x": 0, + "y": 155, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": -19500, + "y": -16881, + "z": 142500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19289, + "y": -11969, + "z": 106321 + }, + "rot": { + "x": 0, + "y": 359530, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [ + { + "groupId": 19, + "instId": 400001, + "pos": { + "x": 134051, + "y": -4456, + "z": 84960 + }, + "rot": { + "x": 0, + "y": 198075, + "z": 0 + }, + "npcId": 13231 + }, + { + "groupId": 19, + "instId": 400002, + "pos": { + "x": 141100, + "y": -4416, + "z": 206800 + }, + "rot": { + "x": 0, + "y": 250839, + "z": 0 + }, + "npcId": 13127 + }, + { + "groupId": 19, + "instId": 400003, + "pos": { + "x": 14260, + "y": -15814, + "z": 88865 + }, + "rot": { + "x": 0, + "y": 140985, + "z": 0 + }, + "npcId": 13315 + }, + { + "groupId": 19, + "instId": 400004, + "pos": { + "x": -114254, + "y": -14374, + "z": 178103 + }, + "rot": { + "x": 0, + "y": 173216, + "z": 0 + }, + "npcId": 13318 + }, + { + "groupId": 19, + "instId": 400005, + "pos": { + "x": -23324, + "y": -16381, + "z": 232550 + }, + "rot": { + "x": 0, + "y": 359821, + "z": 0 + }, + "npcId": 13315 + }, + { + "groupId": 19, + "instId": 400006, + "pos": { + "x": -106808, + "y": -13248, + "z": 94713 + }, + "rot": { + "x": 0, + "y": 56465, + "z": 0 + }, + "npcId": 13315 + } + ], + "props": [], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": -36678, + "y": -16881, + "z": 90482 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300014, + "propState": 0, + "pos": { + "x": -34019, + "y": -16881, + "z": 146311 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": 31152, + "y": -16881, + "z": 123872 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300015, + "propState": 0, + "pos": { + "x": 24861, + "y": -16852, + "z": 192982 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 0, + "pos": { + "x": 25060, + "y": -25996, + "z": 151593 + }, + "rot": { + "x": 0, + "y": 350000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": 82945, + "y": -28335, + "z": 138230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 0, + "pos": { + "x": 87912, + "y": -10661, + "z": 140933 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 0, + "pos": { + "x": 133044, + "y": -4456, + "z": 108386 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 0, + "pos": { + "x": 124920, + "y": -4405, + "z": 229382 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300016, + "propState": 0, + "pos": { + "x": 127024, + "y": -4405, + "z": 229432 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 0, + "pos": { + "x": -38608, + "y": -16881, + "z": 185172 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300009, + "propState": 0, + "pos": { + "x": -70270, + "y": -13721, + "z": 237010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300010, + "propState": 0, + "pos": { + "x": -145776, + "y": -13812, + "z": 230510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300011, + "propState": 0, + "pos": { + "x": -164720, + "y": -11851, + "z": 187840 + }, + "rot": { + "x": 0, + "y": 145000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300012, + "propState": 0, + "pos": { + "x": -89236, + "y": -13807, + "z": 133950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300013, + "propState": 0, + "pos": { + "x": -103568, + "y": -16990, + "z": 84104 + }, + "rot": { + "x": 0, + "y": 166077, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300017, + "propState": 0, + "pos": { + "x": 100325, + "y": -8613, + "z": 163718 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300018, + "propState": 0, + "pos": { + "x": -97770, + "y": -13798, + "z": 101020 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300019, + "propState": 0, + "pos": { + "x": -39870, + "y": -16881, + "z": 236520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300020, + "propState": 0, + "pos": { + "x": 15155, + "y": -16881, + "z": 89920 + }, + "rot": { + "x": 0, + "y": 140814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300021, + "propState": 0, + "pos": { + "x": -77740, + "y": -13798, + "z": 118650 + }, + "rot": { + "x": 0, + "y": 275814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300022, + "propState": 0, + "pos": { + "x": 122713, + "y": -6688, + "z": 168734 + }, + "rot": { + "x": 0, + "y": 155814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300023, + "propState": 0, + "pos": { + "x": 140624, + "y": -37160, + "z": 177079 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300024, + "propState": 0, + "pos": { + "x": 144686, + "y": -37118, + "z": 192517 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300025, + "propState": 0, + "pos": { + "x": -108860, + "y": -59826, + "z": 46511 + }, + "rot": { + "x": 0, + "y": 91069, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300026, + "propState": 0, + "pos": { + "x": -70310, + "y": -13721, + "z": 253530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -163523, + "y": -11029, + "z": 179340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "116": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "118": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "149": { + "monsters": [], + "npcs": [ + { + "groupId": 149, + "instId": 400001, + "pos": { + "x": -120811, + "y": -14735, + "z": 201325 + }, + "rot": { + "x": 0, + "y": 350738, + "z": 0 + }, + "npcId": 13105 + } + ], + "props": [], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [ + { + "groupId": 150, + "instId": 400001, + "pos": { + "x": 150780, + "y": -5010, + "z": 127830 + }, + "rot": { + "x": 0, + "y": 87632, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 150, + "instId": 300001, + "propState": 0, + "pos": { + "x": 151226, + "y": -3483, + "z": 127456 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "151": { + "monsters": [], + "npcs": [ + { + "groupId": 151, + "instId": 400001, + "pos": { + "x": 125816, + "y": -4418, + "z": 195402 + }, + "rot": { + "x": 0, + "y": 104203, + "z": 0 + }, + "npcId": 13116 + } + ], + "props": [ + { + "groupId": 151, + "instId": 300001, + "propState": 0, + "pos": { + "x": 126831, + "y": -4120, + "z": 195380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "152": { + "monsters": [], + "npcs": [ + { + "groupId": 152, + "instId": 400001, + "pos": { + "x": 143693, + "y": -4456, + "z": 101992 + }, + "rot": { + "x": 0, + "y": 279893, + "z": 0 + }, + "npcId": 13215 + } + ], + "props": [], + "teleports": {} + }, + "153": { + "monsters": [], + "npcs": [ + { + "groupId": 153, + "instId": 400001, + "pos": { + "x": 132350, + "y": -6688, + "z": 171270 + }, + "rot": { + "x": 0, + "y": 186089, + "z": 0 + }, + "npcId": 13119 + } + ], + "props": [], + "teleports": {} + }, + "155": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 155, + "instId": 300004, + "propState": 0, + "pos": { + "x": -133080, + "y": -14754, + "z": 182705 + }, + "rot": { + "x": 0, + "y": 28547, + "z": 0 + }, + "propId": 103021 + }, + { + "groupId": 155, + "instId": 300005, + "propState": 0, + "pos": { + "x": -132772, + "y": -14751, + "z": 181080 + }, + "rot": { + "x": 0, + "y": 126002, + "z": 0 + }, + "propId": 103021 + } + ], + "teleports": {} + }, + "156": { + "monsters": [ + { + "groupId": 156, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 125151, + "y": -30482, + "z": 168180 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 156, + "instId": 300001, + "propState": 0, + "pos": { + "x": 127547, + "y": -30482, + "z": 158066 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300003, + "propState": 0, + "pos": { + "x": 150076, + "y": -37038, + "z": 192427 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300004, + "propState": 0, + "pos": { + "x": 139047, + "y": -37038, + "z": 187048 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300005, + "propState": 0, + "pos": { + "x": 146573, + "y": -37038, + "z": 167766 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300006, + "propState": 0, + "pos": { + "x": 127519, + "y": -30468, + "z": 157974 + }, + "rot": { + "x": 0, + "y": 155900, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300007, + "propState": 0, + "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": 0, + "pos": { + "x": 146536, + "y": -37038, + "z": 166944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300002, + "propState": 0, + "pos": { + "x": -106910, + "y": -59826, + "z": 46500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300010, + "propState": 0, + "pos": { + "x": -107430, + "y": -59826, + "z": 57698 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300011, + "propState": 0, + "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": 0, + "pos": { + "x": -107550, + "y": -59826, + "z": 59595 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300014, + "propState": 0, + "pos": { + "x": 154289, + "y": -33891, + "z": 188654 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300015, + "propState": 0, + "pos": { + "x": -97689, + "y": -56615, + "z": 51324 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "157": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "163": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300017, + "propState": 0, + "pos": { + "x": 154580, + "y": -37038, + "z": 181910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "164": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300001, + "propState": 0, + "pos": { + "x": -108570, + "y": -59534, + "z": 57104 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300002, + "propState": 0, + "pos": { + "x": -116517, + "y": -59582, + "z": 48140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300003, + "propState": 0, + "pos": { + "x": -97464, + "y": -59666, + "z": 45187 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300009, + "propState": 0, + "pos": { + "x": -111026, + "y": -17581, + "z": 61889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "173": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "186": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "187": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "189": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "190": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "193": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -14477, + "y": -24871, + "z": 153856 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 194, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "198": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "199": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "200": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "202": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "207": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -130000, + "y": -14715, + "z": 155708 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103086 + }, + { + "groupId": 207, + "instId": 300005, + "propState": 0, + "pos": { + "x": -137110, + "y": -15127, + "z": 178850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 207, + "instId": 300006, + "propState": 0, + "pos": { + "x": -129140, + "y": -15127, + "z": 155410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "215": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 215, + "instId": 300001, + "propState": 11, + "pos": { + "x": -23441, + "y": -16881, + "z": 265107 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "216": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 216, + "instId": 300001, + "propState": 11, + "pos": { + "x": -94343, + "y": -13812, + "z": 202585 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "217": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 217, + "instId": 300001, + "propState": 11, + "pos": { + "x": 43560, + "y": -1198, + "z": 126040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "218": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 218, + "instId": 300001, + "propState": 11, + "pos": { + "x": 52129, + "y": -14785, + "z": 210212 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "221": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 221, + "instId": 300001, + "propState": 0, + "pos": { + "x": -134011, + "y": -14726, + "z": 173932 + }, + "rot": { + "x": 0, + "y": 128045, + "z": 0 + }, + "propId": 103106 + }, + { + "groupId": 221, + "instId": 300002, + "propState": 0, + "pos": { + "x": -141868, + "y": -14749, + "z": 180691 + }, + "rot": { + "x": 0, + "y": 245519, + "z": 0 + }, + "propId": 103106 + } + ], + "teleports": {} + }, + "222": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "223": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -116891, + "y": -57806, + "z": 57448 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 223, + "instId": 300005, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "244": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 244, + "instId": 300001, + "propState": 0, + "pos": { + "x": 40, + "y": -22213, + "z": 211820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "274": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 274, + "instId": 300001, + "propState": 0, + "pos": { + "x": 130, + "y": -25080, + "z": 157650 + }, + "rot": { + "x": 0, + "y": 356426, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "280": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "287": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 287, + "instId": 300001, + "propState": 101, + "pos": { + "x": 1, + "y": -22035, + "z": 211881 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103108 + } + ], + "teleports": {} + }, + "290": { + "monsters": [], + "npcs": [ + { + "groupId": 290, + "instId": 400001, + "pos": { + "x": 81250, + "y": -10661, + "z": 130710 + }, + "rot": { + "x": 0, + "y": 7274, + "z": 0 + }, + "npcId": 13117 + } + ], + "props": [], + "teleports": {} + }, + "298": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 298, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47841, + "y": -299, + "z": 91088 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 132 + } + ], + "teleports": {} + }, + "299": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 299, + "instId": 300001, + "propState": 0, + "pos": { + "x": 209320, + "y": -4904, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 140 + } + ], + "teleports": {} + }, + "400": { + "monsters": [], + "npcs": [ + { + "groupId": 400, + "instId": 400001, + "pos": { + "x": 79110, + "y": -10661, + "z": 130680 + }, + "rot": { + "x": 0, + "y": 7274, + "z": 0 + }, + "npcId": 13208 + } + ], + "props": [], + "teleports": {} + }, + "401": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "404": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "463": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "464": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "465": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 465, + "instId": 300001, + "propState": 18, + "pos": { + "x": -173074, + "y": -13086, + "z": 215084 + }, + "rot": { + "x": 0, + "y": 207229, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "472": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 472, + "instId": 300001, + "propState": 0, + "pos": { + "x": 209320, + "y": -4904, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "479": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 479, + "instId": 300001, + "propState": 18, + "pos": { + "x": 41064, + "y": -15866, + "z": 123126 + }, + "rot": { + "x": 0, + "y": 315577, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "481": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 481, + "instId": 300001, + "propState": 18, + "pos": { + "x": 181121, + "y": -4433, + "z": 153368 + }, + "rot": { + "x": 0, + "y": 303422, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "482": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 482, + "instId": 300001, + "propState": 18, + "pos": { + "x": 231, + "y": -15775, + "z": 252225 + }, + "rot": { + "x": 0, + "y": 92100, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "505": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "584": { + "monsters": [], + "npcs": [ + { + "groupId": 584, + "instId": 400001, + "pos": { + "x": -91750, + "y": -13815, + "z": 119710 + }, + "rot": { + "x": 0, + "y": 264798, + "z": 0 + }, + "npcId": 13317 + } + ], + "props": [ + { + "groupId": 584, + "instId": 300001, + "propState": 1, + "pos": { + "x": -91205, + "y": -13816, + "z": 118400 + }, + "rot": { + "x": 0, + "y": 270111, + "z": 0 + }, + "propId": 103225 + } + ], + "teleports": {} + }, + "585": { + "monsters": [], + "npcs": [ + { + "groupId": 585, + "instId": 400001, + "pos": { + "x": 50280, + "y": -25996, + "z": 144539 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 13130 + } + ], + "props": [ + { + "groupId": 585, + "instId": 300001, + "propState": 1, + "pos": { + "x": 48720, + "y": -25996, + "z": 143170 + }, + "rot": { + "x": 0, + "y": 359059, + "z": 0 + }, + "propId": 103226 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 401, + "startAnchorId": 1, + "startGroupId": 287 + } + }, + "1030103": { + "P10301_F10301001": { + "scenes": { + "15": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1030101": { + "anchorId": 1, + "groupId": 15, + "instId": 300001, + "pos": { + "x": 0, + "y": -14383, + "z": 44219 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030102": { + "anchorId": 2, + "groupId": 15, + "instId": 300002, + "pos": { + "x": 60, + "y": -22213, + "z": 195260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030103": { + "anchorId": 3, + "groupId": 15, + "instId": 300003, + "pos": { + "x": -93460, + "y": -13760, + "z": 233210 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + } + }, + "1030104": { + "anchorId": 4, + "groupId": 15, + "instId": 300004, + "pos": { + "x": 114920, + "y": -6687, + "z": 137090 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + } + }, + "1030105": { + "anchorId": 5, + "groupId": 15, + "instId": 300005, + "pos": { + "x": -100370, + "y": -14726, + "z": 146480 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + } + }, + "1030106": { + "anchorId": 6, + "groupId": 15, + "instId": 300006, + "pos": { + "x": 76810, + "y": -28335, + "z": 151420 + }, + "rot": { + "x": 0, + "y": 113524, + "z": 0 + } + } + } + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19513, + "y": -13826, + "z": 137498 + }, + "rot": { + "x": 0, + "y": 155, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": -19500, + "y": -16881, + "z": 142500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19289, + "y": -11969, + "z": 106321 + }, + "rot": { + "x": 0, + "y": 359530, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [ + { + "groupId": 19, + "instId": 400001, + "pos": { + "x": 134051, + "y": -4456, + "z": 84960 + }, + "rot": { + "x": 0, + "y": 198075, + "z": 0 + }, + "npcId": 13231 + }, + { + "groupId": 19, + "instId": 400002, + "pos": { + "x": 141100, + "y": -4416, + "z": 206800 + }, + "rot": { + "x": 0, + "y": 250839, + "z": 0 + }, + "npcId": 13127 + }, + { + "groupId": 19, + "instId": 400003, + "pos": { + "x": 14260, + "y": -15814, + "z": 88865 + }, + "rot": { + "x": 0, + "y": 140985, + "z": 0 + }, + "npcId": 13315 + }, + { + "groupId": 19, + "instId": 400004, + "pos": { + "x": -114254, + "y": -14374, + "z": 178103 + }, + "rot": { + "x": 0, + "y": 173216, + "z": 0 + }, + "npcId": 13318 + }, + { + "groupId": 19, + "instId": 400005, + "pos": { + "x": -23324, + "y": -16381, + "z": 232550 + }, + "rot": { + "x": 0, + "y": 359821, + "z": 0 + }, + "npcId": 13315 + }, + { + "groupId": 19, + "instId": 400006, + "pos": { + "x": -106808, + "y": -13248, + "z": 94713 + }, + "rot": { + "x": 0, + "y": 56465, + "z": 0 + }, + "npcId": 13315 + } + ], + "props": [], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": -36678, + "y": -16881, + "z": 90482 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300014, + "propState": 0, + "pos": { + "x": -34019, + "y": -16881, + "z": 146311 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": 31152, + "y": -16881, + "z": 123872 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300015, + "propState": 0, + "pos": { + "x": 24861, + "y": -16852, + "z": 192982 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 0, + "pos": { + "x": 25060, + "y": -25996, + "z": 151593 + }, + "rot": { + "x": 0, + "y": 350000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": 82945, + "y": -28335, + "z": 138230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 0, + "pos": { + "x": 87912, + "y": -10661, + "z": 140933 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 0, + "pos": { + "x": 133044, + "y": -4456, + "z": 108386 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 0, + "pos": { + "x": 124920, + "y": -4405, + "z": 229382 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300016, + "propState": 0, + "pos": { + "x": 127024, + "y": -4405, + "z": 229432 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 0, + "pos": { + "x": -38608, + "y": -16881, + "z": 185172 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300009, + "propState": 0, + "pos": { + "x": -70270, + "y": -13721, + "z": 237010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300010, + "propState": 0, + "pos": { + "x": -145776, + "y": -13812, + "z": 230510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300011, + "propState": 0, + "pos": { + "x": -164720, + "y": -11851, + "z": 187840 + }, + "rot": { + "x": 0, + "y": 145000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300012, + "propState": 0, + "pos": { + "x": -89236, + "y": -13807, + "z": 133950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300013, + "propState": 0, + "pos": { + "x": -103568, + "y": -16990, + "z": 84104 + }, + "rot": { + "x": 0, + "y": 166077, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300017, + "propState": 0, + "pos": { + "x": 100325, + "y": -8613, + "z": 163718 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300018, + "propState": 0, + "pos": { + "x": -97770, + "y": -13798, + "z": 101020 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300019, + "propState": 0, + "pos": { + "x": -39870, + "y": -16881, + "z": 236520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300020, + "propState": 0, + "pos": { + "x": 15155, + "y": -16881, + "z": 89920 + }, + "rot": { + "x": 0, + "y": 140814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300021, + "propState": 0, + "pos": { + "x": -77740, + "y": -13798, + "z": 118650 + }, + "rot": { + "x": 0, + "y": 275814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300022, + "propState": 0, + "pos": { + "x": 122713, + "y": -6688, + "z": 168734 + }, + "rot": { + "x": 0, + "y": 155814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300023, + "propState": 0, + "pos": { + "x": 140624, + "y": -37160, + "z": 177079 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300024, + "propState": 0, + "pos": { + "x": 144686, + "y": -37118, + "z": 192517 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300025, + "propState": 0, + "pos": { + "x": -108860, + "y": -59826, + "z": 46511 + }, + "rot": { + "x": 0, + "y": 91069, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300026, + "propState": 0, + "pos": { + "x": -70310, + "y": -13721, + "z": 253530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -163523, + "y": -11029, + "z": 179340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "116": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "118": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "149": { + "monsters": [], + "npcs": [ + { + "groupId": 149, + "instId": 400001, + "pos": { + "x": -120811, + "y": -14735, + "z": 201325 + }, + "rot": { + "x": 0, + "y": 350738, + "z": 0 + }, + "npcId": 13105 + } + ], + "props": [], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [ + { + "groupId": 150, + "instId": 400001, + "pos": { + "x": 150780, + "y": -5010, + "z": 127830 + }, + "rot": { + "x": 0, + "y": 87632, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 150, + "instId": 300001, + "propState": 0, + "pos": { + "x": 151226, + "y": -3483, + "z": 127456 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "151": { + "monsters": [], + "npcs": [ + { + "groupId": 151, + "instId": 400001, + "pos": { + "x": 125816, + "y": -4418, + "z": 195402 + }, + "rot": { + "x": 0, + "y": 104203, + "z": 0 + }, + "npcId": 13116 + } + ], + "props": [ + { + "groupId": 151, + "instId": 300001, + "propState": 0, + "pos": { + "x": 126831, + "y": -4120, + "z": 195380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "152": { + "monsters": [], + "npcs": [ + { + "groupId": 152, + "instId": 400001, + "pos": { + "x": 143693, + "y": -4456, + "z": 101992 + }, + "rot": { + "x": 0, + "y": 279893, + "z": 0 + }, + "npcId": 13215 + } + ], + "props": [], + "teleports": {} + }, + "153": { + "monsters": [], + "npcs": [ + { + "groupId": 153, + "instId": 400001, + "pos": { + "x": 132350, + "y": -6688, + "z": 171270 + }, + "rot": { + "x": 0, + "y": 186089, + "z": 0 + }, + "npcId": 13119 + } + ], + "props": [], + "teleports": {} + }, + "155": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 155, + "instId": 300004, + "propState": 0, + "pos": { + "x": -133080, + "y": -14754, + "z": 182705 + }, + "rot": { + "x": 0, + "y": 28547, + "z": 0 + }, + "propId": 103021 + }, + { + "groupId": 155, + "instId": 300005, + "propState": 0, + "pos": { + "x": -132772, + "y": -14751, + "z": 181080 + }, + "rot": { + "x": 0, + "y": 126002, + "z": 0 + }, + "propId": 103021 + } + ], + "teleports": {} + }, + "156": { + "monsters": [ + { + "groupId": 156, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 125151, + "y": -30482, + "z": 168180 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 156, + "instId": 300001, + "propState": 0, + "pos": { + "x": 127547, + "y": -30482, + "z": 158066 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300003, + "propState": 0, + "pos": { + "x": 150076, + "y": -37038, + "z": 192427 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300004, + "propState": 0, + "pos": { + "x": 139047, + "y": -37038, + "z": 187048 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300005, + "propState": 0, + "pos": { + "x": 146573, + "y": -37038, + "z": 167766 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300006, + "propState": 0, + "pos": { + "x": 127519, + "y": -30468, + "z": 157974 + }, + "rot": { + "x": 0, + "y": 155900, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300007, + "propState": 0, + "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": 0, + "pos": { + "x": 146536, + "y": -37038, + "z": 166944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300002, + "propState": 0, + "pos": { + "x": -106910, + "y": -59826, + "z": 46500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300010, + "propState": 0, + "pos": { + "x": -107430, + "y": -59826, + "z": 57698 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300011, + "propState": 0, + "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": 0, + "pos": { + "x": -107550, + "y": -59826, + "z": 59595 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300014, + "propState": 0, + "pos": { + "x": 154289, + "y": -33891, + "z": 188654 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300015, + "propState": 0, + "pos": { + "x": -97689, + "y": -56615, + "z": 51324 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "157": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "163": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300017, + "propState": 0, + "pos": { + "x": 154580, + "y": -37038, + "z": 181910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "164": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300001, + "propState": 0, + "pos": { + "x": -108570, + "y": -59534, + "z": 57104 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300002, + "propState": 0, + "pos": { + "x": -116517, + "y": -59582, + "z": 48140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300003, + "propState": 0, + "pos": { + "x": -97464, + "y": -59666, + "z": 45187 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300009, + "propState": 0, + "pos": { + "x": -111026, + "y": -17581, + "z": 61889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "173": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "186": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "187": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "189": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "190": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "193": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -14477, + "y": -24871, + "z": 153856 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 194, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "198": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "199": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "200": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "202": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "207": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -130000, + "y": -14715, + "z": 155708 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103086 + }, + { + "groupId": 207, + "instId": 300005, + "propState": 0, + "pos": { + "x": -137110, + "y": -15127, + "z": 178850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 207, + "instId": 300006, + "propState": 0, + "pos": { + "x": -129140, + "y": -15127, + "z": 155410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "215": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 215, + "instId": 300001, + "propState": 11, + "pos": { + "x": -23441, + "y": -16881, + "z": 265107 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "216": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 216, + "instId": 300001, + "propState": 11, + "pos": { + "x": -94343, + "y": -13812, + "z": 202585 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "217": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 217, + "instId": 300001, + "propState": 11, + "pos": { + "x": 43560, + "y": -1198, + "z": 126040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "218": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 218, + "instId": 300001, + "propState": 11, + "pos": { + "x": 52129, + "y": -14785, + "z": 210212 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "221": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 221, + "instId": 300001, + "propState": 0, + "pos": { + "x": -134011, + "y": -14726, + "z": 173932 + }, + "rot": { + "x": 0, + "y": 128045, + "z": 0 + }, + "propId": 103106 + }, + { + "groupId": 221, + "instId": 300002, + "propState": 0, + "pos": { + "x": -141868, + "y": -14749, + "z": 180691 + }, + "rot": { + "x": 0, + "y": 245519, + "z": 0 + }, + "propId": 103106 + } + ], + "teleports": {} + }, + "222": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "223": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -116891, + "y": -57806, + "z": 57448 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 223, + "instId": 300005, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "244": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 244, + "instId": 300001, + "propState": 0, + "pos": { + "x": 40, + "y": -22213, + "z": 211820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "274": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 274, + "instId": 300001, + "propState": 0, + "pos": { + "x": 130, + "y": -25080, + "z": 157650 + }, + "rot": { + "x": 0, + "y": 356426, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "280": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "287": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 287, + "instId": 300001, + "propState": 101, + "pos": { + "x": 1, + "y": -22035, + "z": 211881 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103108 + } + ], + "teleports": {} + }, + "290": { + "monsters": [], + "npcs": [ + { + "groupId": 290, + "instId": 400001, + "pos": { + "x": 81250, + "y": -10661, + "z": 130710 + }, + "rot": { + "x": 0, + "y": 7274, + "z": 0 + }, + "npcId": 13117 + } + ], + "props": [], + "teleports": {} + }, + "298": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 298, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47841, + "y": -299, + "z": 91088 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 132 + } + ], + "teleports": {} + }, + "299": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 299, + "instId": 300001, + "propState": 0, + "pos": { + "x": 209320, + "y": -4904, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 140 + } + ], + "teleports": {} + }, + "400": { + "monsters": [], + "npcs": [ + { + "groupId": 400, + "instId": 400001, + "pos": { + "x": 79110, + "y": -10661, + "z": 130680 + }, + "rot": { + "x": 0, + "y": 7274, + "z": 0 + }, + "npcId": 13208 + } + ], + "props": [], + "teleports": {} + }, + "401": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "404": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "463": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "464": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "465": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 465, + "instId": 300001, + "propState": 18, + "pos": { + "x": -173074, + "y": -13086, + "z": 215084 + }, + "rot": { + "x": 0, + "y": 207229, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "472": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 472, + "instId": 300001, + "propState": 0, + "pos": { + "x": 209320, + "y": -4904, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "479": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 479, + "instId": 300001, + "propState": 18, + "pos": { + "x": 41064, + "y": -15866, + "z": 123126 + }, + "rot": { + "x": 0, + "y": 315577, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "481": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 481, + "instId": 300001, + "propState": 18, + "pos": { + "x": 181121, + "y": -4433, + "z": 153368 + }, + "rot": { + "x": 0, + "y": 303422, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "482": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 482, + "instId": 300001, + "propState": 18, + "pos": { + "x": 231, + "y": -15775, + "z": 252225 + }, + "rot": { + "x": 0, + "y": 92100, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "505": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "584": { + "monsters": [], + "npcs": [ + { + "groupId": 584, + "instId": 400001, + "pos": { + "x": -91750, + "y": -13815, + "z": 119710 + }, + "rot": { + "x": 0, + "y": 264798, + "z": 0 + }, + "npcId": 13317 + } + ], + "props": [ + { + "groupId": 584, + "instId": 300001, + "propState": 1, + "pos": { + "x": -91205, + "y": -13816, + "z": 118400 + }, + "rot": { + "x": 0, + "y": 270111, + "z": 0 + }, + "propId": 103225 + } + ], + "teleports": {} + }, + "585": { + "monsters": [], + "npcs": [ + { + "groupId": 585, + "instId": 400001, + "pos": { + "x": 50280, + "y": -25996, + "z": 144539 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 13130 + } + ], + "props": [ + { + "groupId": 585, + "instId": 300001, + "propState": 1, + "pos": { + "x": 48720, + "y": -25996, + "z": 143170 + }, + "rot": { + "x": 0, + "y": 359059, + "z": 0 + }, + "propId": 103226 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 401, + "startAnchorId": 7, + "startGroupId": 15 + } + }, + "1030104": { + "P10301_F10301001": { + "scenes": { + "15": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1030101": { + "anchorId": 1, + "groupId": 15, + "instId": 300001, + "pos": { + "x": 0, + "y": -14383, + "z": 44219 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030102": { + "anchorId": 2, + "groupId": 15, + "instId": 300002, + "pos": { + "x": 60, + "y": -22213, + "z": 195260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030103": { + "anchorId": 3, + "groupId": 15, + "instId": 300003, + "pos": { + "x": -93460, + "y": -13760, + "z": 233210 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + } + }, + "1030104": { + "anchorId": 4, + "groupId": 15, + "instId": 300004, + "pos": { + "x": 114920, + "y": -6687, + "z": 137090 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + } + }, + "1030105": { + "anchorId": 5, + "groupId": 15, + "instId": 300005, + "pos": { + "x": -100370, + "y": -14726, + "z": 146480 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + } + }, + "1030106": { + "anchorId": 6, + "groupId": 15, + "instId": 300006, + "pos": { + "x": 76810, + "y": -28335, + "z": 151420 + }, + "rot": { + "x": 0, + "y": 113524, + "z": 0 + } + } + } + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19513, + "y": -13826, + "z": 137498 + }, + "rot": { + "x": 0, + "y": 155, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": -19500, + "y": -16881, + "z": 142500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19289, + "y": -11969, + "z": 106321 + }, + "rot": { + "x": 0, + "y": 359530, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [ + { + "groupId": 19, + "instId": 400001, + "pos": { + "x": 134051, + "y": -4456, + "z": 84960 + }, + "rot": { + "x": 0, + "y": 198075, + "z": 0 + }, + "npcId": 13231 + }, + { + "groupId": 19, + "instId": 400002, + "pos": { + "x": 141100, + "y": -4416, + "z": 206800 + }, + "rot": { + "x": 0, + "y": 250839, + "z": 0 + }, + "npcId": 13127 + }, + { + "groupId": 19, + "instId": 400003, + "pos": { + "x": 14260, + "y": -15814, + "z": 88865 + }, + "rot": { + "x": 0, + "y": 140985, + "z": 0 + }, + "npcId": 13315 + }, + { + "groupId": 19, + "instId": 400004, + "pos": { + "x": -114254, + "y": -14374, + "z": 178103 + }, + "rot": { + "x": 0, + "y": 173216, + "z": 0 + }, + "npcId": 13318 + }, + { + "groupId": 19, + "instId": 400005, + "pos": { + "x": -23324, + "y": -16381, + "z": 232550 + }, + "rot": { + "x": 0, + "y": 359821, + "z": 0 + }, + "npcId": 13315 + }, + { + "groupId": 19, + "instId": 400006, + "pos": { + "x": -106808, + "y": -13248, + "z": 94713 + }, + "rot": { + "x": 0, + "y": 56465, + "z": 0 + }, + "npcId": 13315 + } + ], + "props": [], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": -36678, + "y": -16881, + "z": 90482 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300014, + "propState": 0, + "pos": { + "x": -34019, + "y": -16881, + "z": 146311 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": 31152, + "y": -16881, + "z": 123872 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300015, + "propState": 0, + "pos": { + "x": 24861, + "y": -16852, + "z": 192982 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 0, + "pos": { + "x": 25060, + "y": -25996, + "z": 151593 + }, + "rot": { + "x": 0, + "y": 350000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": 82945, + "y": -28335, + "z": 138230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 0, + "pos": { + "x": 87912, + "y": -10661, + "z": 140933 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 0, + "pos": { + "x": 133044, + "y": -4456, + "z": 108386 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 0, + "pos": { + "x": 124920, + "y": -4405, + "z": 229382 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300016, + "propState": 0, + "pos": { + "x": 127024, + "y": -4405, + "z": 229432 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 0, + "pos": { + "x": -38608, + "y": -16881, + "z": 185172 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300009, + "propState": 0, + "pos": { + "x": -70270, + "y": -13721, + "z": 237010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300010, + "propState": 0, + "pos": { + "x": -145776, + "y": -13812, + "z": 230510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300011, + "propState": 0, + "pos": { + "x": -164720, + "y": -11851, + "z": 187840 + }, + "rot": { + "x": 0, + "y": 145000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300012, + "propState": 0, + "pos": { + "x": -89236, + "y": -13807, + "z": 133950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300013, + "propState": 0, + "pos": { + "x": -103568, + "y": -16990, + "z": 84104 + }, + "rot": { + "x": 0, + "y": 166077, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300017, + "propState": 0, + "pos": { + "x": 100325, + "y": -8613, + "z": 163718 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300018, + "propState": 0, + "pos": { + "x": -97770, + "y": -13798, + "z": 101020 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300019, + "propState": 0, + "pos": { + "x": -39870, + "y": -16881, + "z": 236520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300020, + "propState": 0, + "pos": { + "x": 15155, + "y": -16881, + "z": 89920 + }, + "rot": { + "x": 0, + "y": 140814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300021, + "propState": 0, + "pos": { + "x": -77740, + "y": -13798, + "z": 118650 + }, + "rot": { + "x": 0, + "y": 275814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300022, + "propState": 0, + "pos": { + "x": 122713, + "y": -6688, + "z": 168734 + }, + "rot": { + "x": 0, + "y": 155814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300023, + "propState": 0, + "pos": { + "x": 140624, + "y": -37160, + "z": 177079 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300024, + "propState": 0, + "pos": { + "x": 144686, + "y": -37118, + "z": 192517 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300025, + "propState": 0, + "pos": { + "x": -108860, + "y": -59826, + "z": 46511 + }, + "rot": { + "x": 0, + "y": 91069, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300026, + "propState": 0, + "pos": { + "x": -70310, + "y": -13721, + "z": 253530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -163523, + "y": -11029, + "z": 179340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "116": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "118": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "149": { + "monsters": [], + "npcs": [ + { + "groupId": 149, + "instId": 400001, + "pos": { + "x": -120811, + "y": -14735, + "z": 201325 + }, + "rot": { + "x": 0, + "y": 350738, + "z": 0 + }, + "npcId": 13105 + } + ], + "props": [], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [ + { + "groupId": 150, + "instId": 400001, + "pos": { + "x": 150780, + "y": -5010, + "z": 127830 + }, + "rot": { + "x": 0, + "y": 87632, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 150, + "instId": 300001, + "propState": 0, + "pos": { + "x": 151226, + "y": -3483, + "z": 127456 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "151": { + "monsters": [], + "npcs": [ + { + "groupId": 151, + "instId": 400001, + "pos": { + "x": 125816, + "y": -4418, + "z": 195402 + }, + "rot": { + "x": 0, + "y": 104203, + "z": 0 + }, + "npcId": 13116 + } + ], + "props": [ + { + "groupId": 151, + "instId": 300001, + "propState": 0, + "pos": { + "x": 126831, + "y": -4120, + "z": 195380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "152": { + "monsters": [], + "npcs": [ + { + "groupId": 152, + "instId": 400001, + "pos": { + "x": 143693, + "y": -4456, + "z": 101992 + }, + "rot": { + "x": 0, + "y": 279893, + "z": 0 + }, + "npcId": 13215 + } + ], + "props": [], + "teleports": {} + }, + "153": { + "monsters": [], + "npcs": [ + { + "groupId": 153, + "instId": 400001, + "pos": { + "x": 132350, + "y": -6688, + "z": 171270 + }, + "rot": { + "x": 0, + "y": 186089, + "z": 0 + }, + "npcId": 13119 + } + ], + "props": [], + "teleports": {} + }, + "155": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 155, + "instId": 300004, + "propState": 0, + "pos": { + "x": -133080, + "y": -14754, + "z": 182705 + }, + "rot": { + "x": 0, + "y": 28547, + "z": 0 + }, + "propId": 103021 + }, + { + "groupId": 155, + "instId": 300005, + "propState": 0, + "pos": { + "x": -132772, + "y": -14751, + "z": 181080 + }, + "rot": { + "x": 0, + "y": 126002, + "z": 0 + }, + "propId": 103021 + } + ], + "teleports": {} + }, + "156": { + "monsters": [ + { + "groupId": 156, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 125151, + "y": -30482, + "z": 168180 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 156, + "instId": 300001, + "propState": 0, + "pos": { + "x": 127547, + "y": -30482, + "z": 158066 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300003, + "propState": 0, + "pos": { + "x": 150076, + "y": -37038, + "z": 192427 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300004, + "propState": 0, + "pos": { + "x": 139047, + "y": -37038, + "z": 187048 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300005, + "propState": 0, + "pos": { + "x": 146573, + "y": -37038, + "z": 167766 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300006, + "propState": 0, + "pos": { + "x": 127519, + "y": -30468, + "z": 157974 + }, + "rot": { + "x": 0, + "y": 155900, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300007, + "propState": 0, + "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": 0, + "pos": { + "x": 146536, + "y": -37038, + "z": 166944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300002, + "propState": 0, + "pos": { + "x": -106910, + "y": -59826, + "z": 46500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300010, + "propState": 0, + "pos": { + "x": -107430, + "y": -59826, + "z": 57698 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300011, + "propState": 0, + "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": 0, + "pos": { + "x": -107550, + "y": -59826, + "z": 59595 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300014, + "propState": 0, + "pos": { + "x": 154289, + "y": -33891, + "z": 188654 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300015, + "propState": 0, + "pos": { + "x": -97689, + "y": -56615, + "z": 51324 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "157": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "163": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300017, + "propState": 0, + "pos": { + "x": 154580, + "y": -37038, + "z": 181910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "164": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300001, + "propState": 0, + "pos": { + "x": -108570, + "y": -59534, + "z": 57104 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300002, + "propState": 0, + "pos": { + "x": -116517, + "y": -59582, + "z": 48140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300003, + "propState": 0, + "pos": { + "x": -97464, + "y": -59666, + "z": 45187 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300009, + "propState": 0, + "pos": { + "x": -111026, + "y": -17581, + "z": 61889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "173": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "186": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "187": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "189": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "190": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "193": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -14477, + "y": -24871, + "z": 153856 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 194, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "198": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "199": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "200": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "202": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "207": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -130000, + "y": -14715, + "z": 155708 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103086 + }, + { + "groupId": 207, + "instId": 300005, + "propState": 0, + "pos": { + "x": -137110, + "y": -15127, + "z": 178850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 207, + "instId": 300006, + "propState": 0, + "pos": { + "x": -129140, + "y": -15127, + "z": 155410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "215": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 215, + "instId": 300001, + "propState": 11, + "pos": { + "x": -23441, + "y": -16881, + "z": 265107 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "216": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 216, + "instId": 300001, + "propState": 11, + "pos": { + "x": -94343, + "y": -13812, + "z": 202585 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "217": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 217, + "instId": 300001, + "propState": 11, + "pos": { + "x": 43560, + "y": -1198, + "z": 126040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "218": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 218, + "instId": 300001, + "propState": 11, + "pos": { + "x": 52129, + "y": -14785, + "z": 210212 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "221": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 221, + "instId": 300001, + "propState": 0, + "pos": { + "x": -134011, + "y": -14726, + "z": 173932 + }, + "rot": { + "x": 0, + "y": 128045, + "z": 0 + }, + "propId": 103106 + }, + { + "groupId": 221, + "instId": 300002, + "propState": 0, + "pos": { + "x": -141868, + "y": -14749, + "z": 180691 + }, + "rot": { + "x": 0, + "y": 245519, + "z": 0 + }, + "propId": 103106 + } + ], + "teleports": {} + }, + "222": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "223": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -116891, + "y": -57806, + "z": 57448 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 223, + "instId": 300005, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "244": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 244, + "instId": 300001, + "propState": 0, + "pos": { + "x": 40, + "y": -22213, + "z": 211820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "274": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 274, + "instId": 300001, + "propState": 0, + "pos": { + "x": 130, + "y": -25080, + "z": 157650 + }, + "rot": { + "x": 0, + "y": 356426, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "280": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "287": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 287, + "instId": 300001, + "propState": 101, + "pos": { + "x": 1, + "y": -22035, + "z": 211881 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103108 + } + ], + "teleports": {} + }, + "290": { + "monsters": [], + "npcs": [ + { + "groupId": 290, + "instId": 400001, + "pos": { + "x": 81250, + "y": -10661, + "z": 130710 + }, + "rot": { + "x": 0, + "y": 7274, + "z": 0 + }, + "npcId": 13117 + } + ], + "props": [], + "teleports": {} + }, + "298": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 298, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47841, + "y": -299, + "z": 91088 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 132 + } + ], + "teleports": {} + }, + "299": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 299, + "instId": 300001, + "propState": 0, + "pos": { + "x": 209320, + "y": -4904, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 140 + } + ], + "teleports": {} + }, + "400": { + "monsters": [], + "npcs": [ + { + "groupId": 400, + "instId": 400001, + "pos": { + "x": 79110, + "y": -10661, + "z": 130680 + }, + "rot": { + "x": 0, + "y": 7274, + "z": 0 + }, + "npcId": 13208 + } + ], + "props": [], + "teleports": {} + }, + "401": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "404": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "463": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "464": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "465": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 465, + "instId": 300001, + "propState": 18, + "pos": { + "x": -173074, + "y": -13086, + "z": 215084 + }, + "rot": { + "x": 0, + "y": 207229, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "472": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 472, + "instId": 300001, + "propState": 0, + "pos": { + "x": 209320, + "y": -4904, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "479": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 479, + "instId": 300001, + "propState": 18, + "pos": { + "x": 41064, + "y": -15866, + "z": 123126 + }, + "rot": { + "x": 0, + "y": 315577, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "481": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 481, + "instId": 300001, + "propState": 18, + "pos": { + "x": 181121, + "y": -4433, + "z": 153368 + }, + "rot": { + "x": 0, + "y": 303422, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "482": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 482, + "instId": 300001, + "propState": 18, + "pos": { + "x": 231, + "y": -15775, + "z": 252225 + }, + "rot": { + "x": 0, + "y": 92100, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "505": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "584": { + "monsters": [], + "npcs": [ + { + "groupId": 584, + "instId": 400001, + "pos": { + "x": -91750, + "y": -13815, + "z": 119710 + }, + "rot": { + "x": 0, + "y": 264798, + "z": 0 + }, + "npcId": 13317 + } + ], + "props": [ + { + "groupId": 584, + "instId": 300001, + "propState": 1, + "pos": { + "x": -91205, + "y": -13816, + "z": 118400 + }, + "rot": { + "x": 0, + "y": 270111, + "z": 0 + }, + "propId": 103225 + } + ], + "teleports": {} + }, + "585": { + "monsters": [], + "npcs": [ + { + "groupId": 585, + "instId": 400001, + "pos": { + "x": 50280, + "y": -25996, + "z": 144539 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 13130 + } + ], + "props": [ + { + "groupId": 585, + "instId": 300001, + "propState": 1, + "pos": { + "x": 48720, + "y": -25996, + "z": 143170 + }, + "rot": { + "x": 0, + "y": 359059, + "z": 0 + }, + "propId": 103226 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 401, + "startAnchorId": 8, + "startGroupId": 15 + } + }, + "1030105": { + "P10301_F10301001": { + "scenes": { + "15": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1030101": { + "anchorId": 1, + "groupId": 15, + "instId": 300001, + "pos": { + "x": 0, + "y": -14383, + "z": 44219 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030102": { + "anchorId": 2, + "groupId": 15, + "instId": 300002, + "pos": { + "x": 60, + "y": -22213, + "z": 195260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030103": { + "anchorId": 3, + "groupId": 15, + "instId": 300003, + "pos": { + "x": -93460, + "y": -13760, + "z": 233210 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + } + }, + "1030104": { + "anchorId": 4, + "groupId": 15, + "instId": 300004, + "pos": { + "x": 114920, + "y": -6687, + "z": 137090 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + } + }, + "1030105": { + "anchorId": 5, + "groupId": 15, + "instId": 300005, + "pos": { + "x": -100370, + "y": -14726, + "z": 146480 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + } + }, + "1030106": { + "anchorId": 6, + "groupId": 15, + "instId": 300006, + "pos": { + "x": 76810, + "y": -28335, + "z": 151420 + }, + "rot": { + "x": 0, + "y": 113524, + "z": 0 + } + } + } + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19513, + "y": -13826, + "z": 137498 + }, + "rot": { + "x": 0, + "y": 155, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": -19500, + "y": -16881, + "z": 142500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19289, + "y": -11969, + "z": 106321 + }, + "rot": { + "x": 0, + "y": 359530, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [ + { + "groupId": 19, + "instId": 400001, + "pos": { + "x": 134051, + "y": -4456, + "z": 84960 + }, + "rot": { + "x": 0, + "y": 198075, + "z": 0 + }, + "npcId": 13231 + }, + { + "groupId": 19, + "instId": 400002, + "pos": { + "x": 141100, + "y": -4416, + "z": 206800 + }, + "rot": { + "x": 0, + "y": 250839, + "z": 0 + }, + "npcId": 13127 + }, + { + "groupId": 19, + "instId": 400003, + "pos": { + "x": 14260, + "y": -15814, + "z": 88865 + }, + "rot": { + "x": 0, + "y": 140985, + "z": 0 + }, + "npcId": 13315 + }, + { + "groupId": 19, + "instId": 400004, + "pos": { + "x": -114254, + "y": -14374, + "z": 178103 + }, + "rot": { + "x": 0, + "y": 173216, + "z": 0 + }, + "npcId": 13318 + }, + { + "groupId": 19, + "instId": 400005, + "pos": { + "x": -23324, + "y": -16381, + "z": 232550 + }, + "rot": { + "x": 0, + "y": 359821, + "z": 0 + }, + "npcId": 13315 + }, + { + "groupId": 19, + "instId": 400006, + "pos": { + "x": -106808, + "y": -13248, + "z": 94713 + }, + "rot": { + "x": 0, + "y": 56465, + "z": 0 + }, + "npcId": 13315 + } + ], + "props": [], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": -36678, + "y": -16881, + "z": 90482 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300014, + "propState": 0, + "pos": { + "x": -34019, + "y": -16881, + "z": 146311 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": 31152, + "y": -16881, + "z": 123872 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300015, + "propState": 0, + "pos": { + "x": 24861, + "y": -16852, + "z": 192982 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 0, + "pos": { + "x": 25060, + "y": -25996, + "z": 151593 + }, + "rot": { + "x": 0, + "y": 350000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": 82945, + "y": -28335, + "z": 138230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 0, + "pos": { + "x": 87912, + "y": -10661, + "z": 140933 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 0, + "pos": { + "x": 133044, + "y": -4456, + "z": 108386 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 0, + "pos": { + "x": 124920, + "y": -4405, + "z": 229382 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300016, + "propState": 0, + "pos": { + "x": 127024, + "y": -4405, + "z": 229432 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 0, + "pos": { + "x": -38608, + "y": -16881, + "z": 185172 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300009, + "propState": 0, + "pos": { + "x": -70270, + "y": -13721, + "z": 237010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300010, + "propState": 0, + "pos": { + "x": -145776, + "y": -13812, + "z": 230510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300011, + "propState": 0, + "pos": { + "x": -164720, + "y": -11851, + "z": 187840 + }, + "rot": { + "x": 0, + "y": 145000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300012, + "propState": 0, + "pos": { + "x": -89236, + "y": -13807, + "z": 133950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300013, + "propState": 0, + "pos": { + "x": -103568, + "y": -16990, + "z": 84104 + }, + "rot": { + "x": 0, + "y": 166077, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300017, + "propState": 0, + "pos": { + "x": 100325, + "y": -8613, + "z": 163718 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300018, + "propState": 0, + "pos": { + "x": -97770, + "y": -13798, + "z": 101020 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300019, + "propState": 0, + "pos": { + "x": -39870, + "y": -16881, + "z": 236520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300020, + "propState": 0, + "pos": { + "x": 15155, + "y": -16881, + "z": 89920 + }, + "rot": { + "x": 0, + "y": 140814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300021, + "propState": 0, + "pos": { + "x": -77740, + "y": -13798, + "z": 118650 + }, + "rot": { + "x": 0, + "y": 275814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300022, + "propState": 0, + "pos": { + "x": 122713, + "y": -6688, + "z": 168734 + }, + "rot": { + "x": 0, + "y": 155814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300023, + "propState": 0, + "pos": { + "x": 140624, + "y": -37160, + "z": 177079 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300024, + "propState": 0, + "pos": { + "x": 144686, + "y": -37118, + "z": 192517 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300025, + "propState": 0, + "pos": { + "x": -108860, + "y": -59826, + "z": 46511 + }, + "rot": { + "x": 0, + "y": 91069, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300026, + "propState": 0, + "pos": { + "x": -70310, + "y": -13721, + "z": 253530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -163523, + "y": -11029, + "z": 179340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "116": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "118": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "149": { + "monsters": [], + "npcs": [ + { + "groupId": 149, + "instId": 400001, + "pos": { + "x": -120811, + "y": -14735, + "z": 201325 + }, + "rot": { + "x": 0, + "y": 350738, + "z": 0 + }, + "npcId": 13105 + } + ], + "props": [], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [ + { + "groupId": 150, + "instId": 400001, + "pos": { + "x": 150780, + "y": -5010, + "z": 127830 + }, + "rot": { + "x": 0, + "y": 87632, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 150, + "instId": 300001, + "propState": 0, + "pos": { + "x": 151226, + "y": -3483, + "z": 127456 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "151": { + "monsters": [], + "npcs": [ + { + "groupId": 151, + "instId": 400001, + "pos": { + "x": 125816, + "y": -4418, + "z": 195402 + }, + "rot": { + "x": 0, + "y": 104203, + "z": 0 + }, + "npcId": 13116 + } + ], + "props": [ + { + "groupId": 151, + "instId": 300001, + "propState": 0, + "pos": { + "x": 126831, + "y": -4120, + "z": 195380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "152": { + "monsters": [], + "npcs": [ + { + "groupId": 152, + "instId": 400001, + "pos": { + "x": 143693, + "y": -4456, + "z": 101992 + }, + "rot": { + "x": 0, + "y": 279893, + "z": 0 + }, + "npcId": 13215 + } + ], + "props": [], + "teleports": {} + }, + "153": { + "monsters": [], + "npcs": [ + { + "groupId": 153, + "instId": 400001, + "pos": { + "x": 132350, + "y": -6688, + "z": 171270 + }, + "rot": { + "x": 0, + "y": 186089, + "z": 0 + }, + "npcId": 13119 + } + ], + "props": [], + "teleports": {} + }, + "155": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 155, + "instId": 300004, + "propState": 0, + "pos": { + "x": -133080, + "y": -14754, + "z": 182705 + }, + "rot": { + "x": 0, + "y": 28547, + "z": 0 + }, + "propId": 103021 + }, + { + "groupId": 155, + "instId": 300005, + "propState": 0, + "pos": { + "x": -132772, + "y": -14751, + "z": 181080 + }, + "rot": { + "x": 0, + "y": 126002, + "z": 0 + }, + "propId": 103021 + } + ], + "teleports": {} + }, + "156": { + "monsters": [ + { + "groupId": 156, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 125151, + "y": -30482, + "z": 168180 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 156, + "instId": 300001, + "propState": 0, + "pos": { + "x": 127547, + "y": -30482, + "z": 158066 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300003, + "propState": 0, + "pos": { + "x": 150076, + "y": -37038, + "z": 192427 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300004, + "propState": 0, + "pos": { + "x": 139047, + "y": -37038, + "z": 187048 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300005, + "propState": 0, + "pos": { + "x": 146573, + "y": -37038, + "z": 167766 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300006, + "propState": 0, + "pos": { + "x": 127519, + "y": -30468, + "z": 157974 + }, + "rot": { + "x": 0, + "y": 155900, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300007, + "propState": 0, + "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": 0, + "pos": { + "x": 146536, + "y": -37038, + "z": 166944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300002, + "propState": 0, + "pos": { + "x": -106910, + "y": -59826, + "z": 46500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300010, + "propState": 0, + "pos": { + "x": -107430, + "y": -59826, + "z": 57698 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300011, + "propState": 0, + "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": 0, + "pos": { + "x": -107550, + "y": -59826, + "z": 59595 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300014, + "propState": 0, + "pos": { + "x": 154289, + "y": -33891, + "z": 188654 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300015, + "propState": 0, + "pos": { + "x": -97689, + "y": -56615, + "z": 51324 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "157": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "163": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300017, + "propState": 0, + "pos": { + "x": 154580, + "y": -37038, + "z": 181910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "164": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300001, + "propState": 0, + "pos": { + "x": -108570, + "y": -59534, + "z": 57104 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300002, + "propState": 0, + "pos": { + "x": -116517, + "y": -59582, + "z": 48140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300003, + "propState": 0, + "pos": { + "x": -97464, + "y": -59666, + "z": 45187 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300009, + "propState": 0, + "pos": { + "x": -111026, + "y": -17581, + "z": 61889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "173": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "186": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "187": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "189": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "190": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "193": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -14477, + "y": -24871, + "z": 153856 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 194, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "198": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "199": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "200": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "202": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "207": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -130000, + "y": -14715, + "z": 155708 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103086 + }, + { + "groupId": 207, + "instId": 300005, + "propState": 0, + "pos": { + "x": -137110, + "y": -15127, + "z": 178850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 207, + "instId": 300006, + "propState": 0, + "pos": { + "x": -129140, + "y": -15127, + "z": 155410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "215": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 215, + "instId": 300001, + "propState": 11, + "pos": { + "x": -23441, + "y": -16881, + "z": 265107 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "216": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 216, + "instId": 300001, + "propState": 11, + "pos": { + "x": -94343, + "y": -13812, + "z": 202585 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "217": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 217, + "instId": 300001, + "propState": 11, + "pos": { + "x": 43560, + "y": -1198, + "z": 126040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "218": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 218, + "instId": 300001, + "propState": 11, + "pos": { + "x": 52129, + "y": -14785, + "z": 210212 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "221": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 221, + "instId": 300001, + "propState": 0, + "pos": { + "x": -134011, + "y": -14726, + "z": 173932 + }, + "rot": { + "x": 0, + "y": 128045, + "z": 0 + }, + "propId": 103106 + }, + { + "groupId": 221, + "instId": 300002, + "propState": 0, + "pos": { + "x": -141868, + "y": -14749, + "z": 180691 + }, + "rot": { + "x": 0, + "y": 245519, + "z": 0 + }, + "propId": 103106 + } + ], + "teleports": {} + }, + "222": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "223": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -116891, + "y": -57806, + "z": 57448 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 223, + "instId": 300005, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "244": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 244, + "instId": 300001, + "propState": 0, + "pos": { + "x": 40, + "y": -22213, + "z": 211820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "274": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 274, + "instId": 300001, + "propState": 0, + "pos": { + "x": 130, + "y": -25080, + "z": 157650 + }, + "rot": { + "x": 0, + "y": 356426, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "280": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "287": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 287, + "instId": 300001, + "propState": 101, + "pos": { + "x": 1, + "y": -22035, + "z": 211881 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103108 + } + ], + "teleports": {} + }, + "290": { + "monsters": [], + "npcs": [ + { + "groupId": 290, + "instId": 400001, + "pos": { + "x": 81250, + "y": -10661, + "z": 130710 + }, + "rot": { + "x": 0, + "y": 7274, + "z": 0 + }, + "npcId": 13117 + } + ], + "props": [], + "teleports": {} + }, + "298": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 298, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47841, + "y": -299, + "z": 91088 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 132 + } + ], + "teleports": {} + }, + "299": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 299, + "instId": 300001, + "propState": 0, + "pos": { + "x": 209320, + "y": -4904, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 140 + } + ], + "teleports": {} + }, + "400": { + "monsters": [], + "npcs": [ + { + "groupId": 400, + "instId": 400001, + "pos": { + "x": 79110, + "y": -10661, + "z": 130680 + }, + "rot": { + "x": 0, + "y": 7274, + "z": 0 + }, + "npcId": 13208 + } + ], + "props": [], + "teleports": {} + }, + "401": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "404": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "463": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "464": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "465": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 465, + "instId": 300001, + "propState": 18, + "pos": { + "x": -173074, + "y": -13086, + "z": 215084 + }, + "rot": { + "x": 0, + "y": 207229, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "472": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 472, + "instId": 300001, + "propState": 0, + "pos": { + "x": 209320, + "y": -4904, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "479": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 479, + "instId": 300001, + "propState": 18, + "pos": { + "x": 41064, + "y": -15866, + "z": 123126 + }, + "rot": { + "x": 0, + "y": 315577, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "481": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 481, + "instId": 300001, + "propState": 18, + "pos": { + "x": 181121, + "y": -4433, + "z": 153368 + }, + "rot": { + "x": 0, + "y": 303422, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "482": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 482, + "instId": 300001, + "propState": 18, + "pos": { + "x": 231, + "y": -15775, + "z": 252225 + }, + "rot": { + "x": 0, + "y": 92100, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "505": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "584": { + "monsters": [], + "npcs": [ + { + "groupId": 584, + "instId": 400001, + "pos": { + "x": -91750, + "y": -13815, + "z": 119710 + }, + "rot": { + "x": 0, + "y": 264798, + "z": 0 + }, + "npcId": 13317 + } + ], + "props": [ + { + "groupId": 584, + "instId": 300001, + "propState": 1, + "pos": { + "x": -91205, + "y": -13816, + "z": 118400 + }, + "rot": { + "x": 0, + "y": 270111, + "z": 0 + }, + "propId": 103225 + } + ], + "teleports": {} + }, + "585": { + "monsters": [], + "npcs": [ + { + "groupId": 585, + "instId": 400001, + "pos": { + "x": 50280, + "y": -25996, + "z": 144539 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 13130 + } + ], + "props": [ + { + "groupId": 585, + "instId": 300001, + "propState": 1, + "pos": { + "x": 48720, + "y": -25996, + "z": 143170 + }, + "rot": { + "x": 0, + "y": 359059, + "z": 0 + }, + "propId": 103226 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 401, + "startAnchorId": 9, + "startGroupId": 15 + } + }, + "1030106": { + "P10301_F10301001": { + "scenes": { + "15": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1030101": { + "anchorId": 1, + "groupId": 15, + "instId": 300001, + "pos": { + "x": 0, + "y": -14383, + "z": 44219 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030102": { + "anchorId": 2, + "groupId": 15, + "instId": 300002, + "pos": { + "x": 60, + "y": -22213, + "z": 195260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030103": { + "anchorId": 3, + "groupId": 15, + "instId": 300003, + "pos": { + "x": -93460, + "y": -13760, + "z": 233210 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + } + }, + "1030104": { + "anchorId": 4, + "groupId": 15, + "instId": 300004, + "pos": { + "x": 114920, + "y": -6687, + "z": 137090 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + } + }, + "1030105": { + "anchorId": 5, + "groupId": 15, + "instId": 300005, + "pos": { + "x": -100370, + "y": -14726, + "z": 146480 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + } + }, + "1030106": { + "anchorId": 6, + "groupId": 15, + "instId": 300006, + "pos": { + "x": 76810, + "y": -28335, + "z": 151420 + }, + "rot": { + "x": 0, + "y": 113524, + "z": 0 + } + } + } + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19513, + "y": -13826, + "z": 137498 + }, + "rot": { + "x": 0, + "y": 155, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": -19500, + "y": -16881, + "z": 142500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19289, + "y": -11969, + "z": 106321 + }, + "rot": { + "x": 0, + "y": 359530, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [ + { + "groupId": 19, + "instId": 400001, + "pos": { + "x": 134051, + "y": -4456, + "z": 84960 + }, + "rot": { + "x": 0, + "y": 198075, + "z": 0 + }, + "npcId": 13231 + }, + { + "groupId": 19, + "instId": 400002, + "pos": { + "x": 141100, + "y": -4416, + "z": 206800 + }, + "rot": { + "x": 0, + "y": 250839, + "z": 0 + }, + "npcId": 13127 + }, + { + "groupId": 19, + "instId": 400003, + "pos": { + "x": 14260, + "y": -15814, + "z": 88865 + }, + "rot": { + "x": 0, + "y": 140985, + "z": 0 + }, + "npcId": 13315 + }, + { + "groupId": 19, + "instId": 400004, + "pos": { + "x": -114254, + "y": -14374, + "z": 178103 + }, + "rot": { + "x": 0, + "y": 173216, + "z": 0 + }, + "npcId": 13318 + }, + { + "groupId": 19, + "instId": 400005, + "pos": { + "x": -23324, + "y": -16381, + "z": 232550 + }, + "rot": { + "x": 0, + "y": 359821, + "z": 0 + }, + "npcId": 13315 + }, + { + "groupId": 19, + "instId": 400006, + "pos": { + "x": -106808, + "y": -13248, + "z": 94713 + }, + "rot": { + "x": 0, + "y": 56465, + "z": 0 + }, + "npcId": 13315 + } + ], + "props": [], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": -36678, + "y": -16881, + "z": 90482 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300014, + "propState": 0, + "pos": { + "x": -34019, + "y": -16881, + "z": 146311 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": 31152, + "y": -16881, + "z": 123872 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300015, + "propState": 0, + "pos": { + "x": 24861, + "y": -16852, + "z": 192982 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 0, + "pos": { + "x": 25060, + "y": -25996, + "z": 151593 + }, + "rot": { + "x": 0, + "y": 350000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": 82945, + "y": -28335, + "z": 138230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 0, + "pos": { + "x": 87912, + "y": -10661, + "z": 140933 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 0, + "pos": { + "x": 133044, + "y": -4456, + "z": 108386 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 0, + "pos": { + "x": 124920, + "y": -4405, + "z": 229382 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300016, + "propState": 0, + "pos": { + "x": 127024, + "y": -4405, + "z": 229432 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 0, + "pos": { + "x": -38608, + "y": -16881, + "z": 185172 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300009, + "propState": 0, + "pos": { + "x": -70270, + "y": -13721, + "z": 237010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300010, + "propState": 0, + "pos": { + "x": -145776, + "y": -13812, + "z": 230510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300011, + "propState": 0, + "pos": { + "x": -164720, + "y": -11851, + "z": 187840 + }, + "rot": { + "x": 0, + "y": 145000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300012, + "propState": 0, + "pos": { + "x": -89236, + "y": -13807, + "z": 133950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300013, + "propState": 0, + "pos": { + "x": -103568, + "y": -16990, + "z": 84104 + }, + "rot": { + "x": 0, + "y": 166077, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300017, + "propState": 0, + "pos": { + "x": 100325, + "y": -8613, + "z": 163718 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300018, + "propState": 0, + "pos": { + "x": -97770, + "y": -13798, + "z": 101020 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300019, + "propState": 0, + "pos": { + "x": -39870, + "y": -16881, + "z": 236520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300020, + "propState": 0, + "pos": { + "x": 15155, + "y": -16881, + "z": 89920 + }, + "rot": { + "x": 0, + "y": 140814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300021, + "propState": 0, + "pos": { + "x": -77740, + "y": -13798, + "z": 118650 + }, + "rot": { + "x": 0, + "y": 275814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300022, + "propState": 0, + "pos": { + "x": 122713, + "y": -6688, + "z": 168734 + }, + "rot": { + "x": 0, + "y": 155814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300023, + "propState": 0, + "pos": { + "x": 140624, + "y": -37160, + "z": 177079 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300024, + "propState": 0, + "pos": { + "x": 144686, + "y": -37118, + "z": 192517 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300025, + "propState": 0, + "pos": { + "x": -108860, + "y": -59826, + "z": 46511 + }, + "rot": { + "x": 0, + "y": 91069, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300026, + "propState": 0, + "pos": { + "x": -70310, + "y": -13721, + "z": 253530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -163523, + "y": -11029, + "z": 179340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "116": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "118": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "149": { + "monsters": [], + "npcs": [ + { + "groupId": 149, + "instId": 400001, + "pos": { + "x": -120811, + "y": -14735, + "z": 201325 + }, + "rot": { + "x": 0, + "y": 350738, + "z": 0 + }, + "npcId": 13105 + } + ], + "props": [], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [ + { + "groupId": 150, + "instId": 400001, + "pos": { + "x": 150780, + "y": -5010, + "z": 127830 + }, + "rot": { + "x": 0, + "y": 87632, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 150, + "instId": 300001, + "propState": 0, + "pos": { + "x": 151226, + "y": -3483, + "z": 127456 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "151": { + "monsters": [], + "npcs": [ + { + "groupId": 151, + "instId": 400001, + "pos": { + "x": 125816, + "y": -4418, + "z": 195402 + }, + "rot": { + "x": 0, + "y": 104203, + "z": 0 + }, + "npcId": 13116 + } + ], + "props": [ + { + "groupId": 151, + "instId": 300001, + "propState": 0, + "pos": { + "x": 126831, + "y": -4120, + "z": 195380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "152": { + "monsters": [], + "npcs": [ + { + "groupId": 152, + "instId": 400001, + "pos": { + "x": 143693, + "y": -4456, + "z": 101992 + }, + "rot": { + "x": 0, + "y": 279893, + "z": 0 + }, + "npcId": 13215 + } + ], + "props": [], + "teleports": {} + }, + "153": { + "monsters": [], + "npcs": [ + { + "groupId": 153, + "instId": 400001, + "pos": { + "x": 132350, + "y": -6688, + "z": 171270 + }, + "rot": { + "x": 0, + "y": 186089, + "z": 0 + }, + "npcId": 13119 + } + ], + "props": [], + "teleports": {} + }, + "155": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 155, + "instId": 300004, + "propState": 0, + "pos": { + "x": -133080, + "y": -14754, + "z": 182705 + }, + "rot": { + "x": 0, + "y": 28547, + "z": 0 + }, + "propId": 103021 + }, + { + "groupId": 155, + "instId": 300005, + "propState": 0, + "pos": { + "x": -132772, + "y": -14751, + "z": 181080 + }, + "rot": { + "x": 0, + "y": 126002, + "z": 0 + }, + "propId": 103021 + } + ], + "teleports": {} + }, + "156": { + "monsters": [ + { + "groupId": 156, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 125151, + "y": -30482, + "z": 168180 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 156, + "instId": 300001, + "propState": 0, + "pos": { + "x": 127547, + "y": -30482, + "z": 158066 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300003, + "propState": 0, + "pos": { + "x": 150076, + "y": -37038, + "z": 192427 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300004, + "propState": 0, + "pos": { + "x": 139047, + "y": -37038, + "z": 187048 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300005, + "propState": 0, + "pos": { + "x": 146573, + "y": -37038, + "z": 167766 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300006, + "propState": 0, + "pos": { + "x": 127519, + "y": -30468, + "z": 157974 + }, + "rot": { + "x": 0, + "y": 155900, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300007, + "propState": 0, + "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": 0, + "pos": { + "x": 146536, + "y": -37038, + "z": 166944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300002, + "propState": 0, + "pos": { + "x": -106910, + "y": -59826, + "z": 46500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300010, + "propState": 0, + "pos": { + "x": -107430, + "y": -59826, + "z": 57698 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300011, + "propState": 0, + "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": 0, + "pos": { + "x": -107550, + "y": -59826, + "z": 59595 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300014, + "propState": 0, + "pos": { + "x": 154289, + "y": -33891, + "z": 188654 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300015, + "propState": 0, + "pos": { + "x": -97689, + "y": -56615, + "z": 51324 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "157": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "163": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300017, + "propState": 0, + "pos": { + "x": 154580, + "y": -37038, + "z": 181910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "164": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300001, + "propState": 0, + "pos": { + "x": -108570, + "y": -59534, + "z": 57104 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300002, + "propState": 0, + "pos": { + "x": -116517, + "y": -59582, + "z": 48140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300003, + "propState": 0, + "pos": { + "x": -97464, + "y": -59666, + "z": 45187 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300009, + "propState": 0, + "pos": { + "x": -111026, + "y": -17581, + "z": 61889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "173": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "186": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "187": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "189": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "190": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "193": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -14477, + "y": -24871, + "z": 153856 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 194, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "198": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "199": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "200": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "202": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "207": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -130000, + "y": -14715, + "z": 155708 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103086 + }, + { + "groupId": 207, + "instId": 300005, + "propState": 0, + "pos": { + "x": -137110, + "y": -15127, + "z": 178850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 207, + "instId": 300006, + "propState": 0, + "pos": { + "x": -129140, + "y": -15127, + "z": 155410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "215": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 215, + "instId": 300001, + "propState": 11, + "pos": { + "x": -23441, + "y": -16881, + "z": 265107 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "216": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 216, + "instId": 300001, + "propState": 11, + "pos": { + "x": -94343, + "y": -13812, + "z": 202585 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "217": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 217, + "instId": 300001, + "propState": 11, + "pos": { + "x": 43560, + "y": -1198, + "z": 126040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "218": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 218, + "instId": 300001, + "propState": 11, + "pos": { + "x": 52129, + "y": -14785, + "z": 210212 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "221": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 221, + "instId": 300001, + "propState": 0, + "pos": { + "x": -134011, + "y": -14726, + "z": 173932 + }, + "rot": { + "x": 0, + "y": 128045, + "z": 0 + }, + "propId": 103106 + }, + { + "groupId": 221, + "instId": 300002, + "propState": 0, + "pos": { + "x": -141868, + "y": -14749, + "z": 180691 + }, + "rot": { + "x": 0, + "y": 245519, + "z": 0 + }, + "propId": 103106 + } + ], + "teleports": {} + }, + "222": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "223": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -116891, + "y": -57806, + "z": 57448 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 223, + "instId": 300005, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "244": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 244, + "instId": 300001, + "propState": 0, + "pos": { + "x": 40, + "y": -22213, + "z": 211820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "274": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 274, + "instId": 300001, + "propState": 0, + "pos": { + "x": 130, + "y": -25080, + "z": 157650 + }, + "rot": { + "x": 0, + "y": 356426, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "280": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "287": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 287, + "instId": 300001, + "propState": 101, + "pos": { + "x": 1, + "y": -22035, + "z": 211881 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103108 + } + ], + "teleports": {} + }, + "290": { + "monsters": [], + "npcs": [ + { + "groupId": 290, + "instId": 400001, + "pos": { + "x": 81250, + "y": -10661, + "z": 130710 + }, + "rot": { + "x": 0, + "y": 7274, + "z": 0 + }, + "npcId": 13117 + } + ], + "props": [], + "teleports": {} + }, + "298": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 298, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47841, + "y": -299, + "z": 91088 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 132 + } + ], + "teleports": {} + }, + "299": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 299, + "instId": 300001, + "propState": 0, + "pos": { + "x": 209320, + "y": -4904, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 140 + } + ], + "teleports": {} + }, + "400": { + "monsters": [], + "npcs": [ + { + "groupId": 400, + "instId": 400001, + "pos": { + "x": 79110, + "y": -10661, + "z": 130680 + }, + "rot": { + "x": 0, + "y": 7274, + "z": 0 + }, + "npcId": 13208 + } + ], + "props": [], + "teleports": {} + }, + "401": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "404": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "463": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "464": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "465": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 465, + "instId": 300001, + "propState": 18, + "pos": { + "x": -173074, + "y": -13086, + "z": 215084 + }, + "rot": { + "x": 0, + "y": 207229, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "472": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 472, + "instId": 300001, + "propState": 0, + "pos": { + "x": 209320, + "y": -4904, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "479": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 479, + "instId": 300001, + "propState": 18, + "pos": { + "x": 41064, + "y": -15866, + "z": 123126 + }, + "rot": { + "x": 0, + "y": 315577, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "481": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 481, + "instId": 300001, + "propState": 18, + "pos": { + "x": 181121, + "y": -4433, + "z": 153368 + }, + "rot": { + "x": 0, + "y": 303422, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "482": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 482, + "instId": 300001, + "propState": 18, + "pos": { + "x": 231, + "y": -15775, + "z": 252225 + }, + "rot": { + "x": 0, + "y": 92100, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "505": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "584": { + "monsters": [], + "npcs": [ + { + "groupId": 584, + "instId": 400001, + "pos": { + "x": -91750, + "y": -13815, + "z": 119710 + }, + "rot": { + "x": 0, + "y": 264798, + "z": 0 + }, + "npcId": 13317 + } + ], + "props": [ + { + "groupId": 584, + "instId": 300001, + "propState": 1, + "pos": { + "x": -91205, + "y": -13816, + "z": 118400 + }, + "rot": { + "x": 0, + "y": 270111, + "z": 0 + }, + "propId": 103225 + } + ], + "teleports": {} + }, + "585": { + "monsters": [], + "npcs": [ + { + "groupId": 585, + "instId": 400001, + "pos": { + "x": 50280, + "y": -25996, + "z": 144539 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 13130 + } + ], + "props": [ + { + "groupId": 585, + "instId": 300001, + "propState": 1, + "pos": { + "x": 48720, + "y": -25996, + "z": 143170 + }, + "rot": { + "x": 0, + "y": 359059, + "z": 0 + }, + "propId": 103226 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 401, + "startAnchorId": 1, + "startGroupId": 356 + } + }, + "1030107": { + "P10301_F10301001": { + "scenes": { + "15": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1030101": { + "anchorId": 1, + "groupId": 15, + "instId": 300001, + "pos": { + "x": 0, + "y": -14383, + "z": 44219 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030102": { + "anchorId": 2, + "groupId": 15, + "instId": 300002, + "pos": { + "x": 60, + "y": -22213, + "z": 195260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030103": { + "anchorId": 3, + "groupId": 15, + "instId": 300003, + "pos": { + "x": -93460, + "y": -13760, + "z": 233210 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + } + }, + "1030104": { + "anchorId": 4, + "groupId": 15, + "instId": 300004, + "pos": { + "x": 114920, + "y": -6687, + "z": 137090 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + } + }, + "1030105": { + "anchorId": 5, + "groupId": 15, + "instId": 300005, + "pos": { + "x": -100370, + "y": -14726, + "z": 146480 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + } + }, + "1030106": { + "anchorId": 6, + "groupId": 15, + "instId": 300006, + "pos": { + "x": 76810, + "y": -28335, + "z": 151420 + }, + "rot": { + "x": 0, + "y": 113524, + "z": 0 + } + } + } + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19513, + "y": -13826, + "z": 137498 + }, + "rot": { + "x": 0, + "y": 155, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": -19500, + "y": -16881, + "z": 142500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19289, + "y": -11969, + "z": 106321 + }, + "rot": { + "x": 0, + "y": 359530, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [ + { + "groupId": 19, + "instId": 400001, + "pos": { + "x": 134051, + "y": -4456, + "z": 84960 + }, + "rot": { + "x": 0, + "y": 198075, + "z": 0 + }, + "npcId": 13231 + }, + { + "groupId": 19, + "instId": 400002, + "pos": { + "x": 141100, + "y": -4416, + "z": 206800 + }, + "rot": { + "x": 0, + "y": 250839, + "z": 0 + }, + "npcId": 13127 + }, + { + "groupId": 19, + "instId": 400003, + "pos": { + "x": 14260, + "y": -15814, + "z": 88865 + }, + "rot": { + "x": 0, + "y": 140985, + "z": 0 + }, + "npcId": 13315 + }, + { + "groupId": 19, + "instId": 400004, + "pos": { + "x": -114254, + "y": -14374, + "z": 178103 + }, + "rot": { + "x": 0, + "y": 173216, + "z": 0 + }, + "npcId": 13318 + }, + { + "groupId": 19, + "instId": 400005, + "pos": { + "x": -23324, + "y": -16381, + "z": 232550 + }, + "rot": { + "x": 0, + "y": 359821, + "z": 0 + }, + "npcId": 13315 + }, + { + "groupId": 19, + "instId": 400006, + "pos": { + "x": -106808, + "y": -13248, + "z": 94713 + }, + "rot": { + "x": 0, + "y": 56465, + "z": 0 + }, + "npcId": 13315 + } + ], + "props": [], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": -36678, + "y": -16881, + "z": 90482 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300014, + "propState": 0, + "pos": { + "x": -34019, + "y": -16881, + "z": 146311 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": 31152, + "y": -16881, + "z": 123872 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300015, + "propState": 0, + "pos": { + "x": 24861, + "y": -16852, + "z": 192982 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 0, + "pos": { + "x": 25060, + "y": -25996, + "z": 151593 + }, + "rot": { + "x": 0, + "y": 350000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": 82945, + "y": -28335, + "z": 138230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 0, + "pos": { + "x": 87912, + "y": -10661, + "z": 140933 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 0, + "pos": { + "x": 133044, + "y": -4456, + "z": 108386 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 0, + "pos": { + "x": 124920, + "y": -4405, + "z": 229382 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300016, + "propState": 0, + "pos": { + "x": 127024, + "y": -4405, + "z": 229432 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 0, + "pos": { + "x": -38608, + "y": -16881, + "z": 185172 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300009, + "propState": 0, + "pos": { + "x": -70270, + "y": -13721, + "z": 237010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300010, + "propState": 0, + "pos": { + "x": -145776, + "y": -13812, + "z": 230510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300011, + "propState": 0, + "pos": { + "x": -164720, + "y": -11851, + "z": 187840 + }, + "rot": { + "x": 0, + "y": 145000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300012, + "propState": 0, + "pos": { + "x": -89236, + "y": -13807, + "z": 133950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300013, + "propState": 0, + "pos": { + "x": -103568, + "y": -16990, + "z": 84104 + }, + "rot": { + "x": 0, + "y": 166077, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300017, + "propState": 0, + "pos": { + "x": 100325, + "y": -8613, + "z": 163718 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300018, + "propState": 0, + "pos": { + "x": -97770, + "y": -13798, + "z": 101020 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300019, + "propState": 0, + "pos": { + "x": -39870, + "y": -16881, + "z": 236520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300020, + "propState": 0, + "pos": { + "x": 15155, + "y": -16881, + "z": 89920 + }, + "rot": { + "x": 0, + "y": 140814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300021, + "propState": 0, + "pos": { + "x": -77740, + "y": -13798, + "z": 118650 + }, + "rot": { + "x": 0, + "y": 275814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300022, + "propState": 0, + "pos": { + "x": 122713, + "y": -6688, + "z": 168734 + }, + "rot": { + "x": 0, + "y": 155814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300023, + "propState": 0, + "pos": { + "x": 140624, + "y": -37160, + "z": 177079 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300024, + "propState": 0, + "pos": { + "x": 144686, + "y": -37118, + "z": 192517 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300025, + "propState": 0, + "pos": { + "x": -108860, + "y": -59826, + "z": 46511 + }, + "rot": { + "x": 0, + "y": 91069, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300026, + "propState": 0, + "pos": { + "x": -70310, + "y": -13721, + "z": 253530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -163523, + "y": -11029, + "z": 179340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "116": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "118": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "149": { + "monsters": [], + "npcs": [ + { + "groupId": 149, + "instId": 400001, + "pos": { + "x": -120811, + "y": -14735, + "z": 201325 + }, + "rot": { + "x": 0, + "y": 350738, + "z": 0 + }, + "npcId": 13105 + } + ], + "props": [], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [ + { + "groupId": 150, + "instId": 400001, + "pos": { + "x": 150780, + "y": -5010, + "z": 127830 + }, + "rot": { + "x": 0, + "y": 87632, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 150, + "instId": 300001, + "propState": 0, + "pos": { + "x": 151226, + "y": -3483, + "z": 127456 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "151": { + "monsters": [], + "npcs": [ + { + "groupId": 151, + "instId": 400001, + "pos": { + "x": 125816, + "y": -4418, + "z": 195402 + }, + "rot": { + "x": 0, + "y": 104203, + "z": 0 + }, + "npcId": 13116 + } + ], + "props": [ + { + "groupId": 151, + "instId": 300001, + "propState": 0, + "pos": { + "x": 126831, + "y": -4120, + "z": 195380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "152": { + "monsters": [], + "npcs": [ + { + "groupId": 152, + "instId": 400001, + "pos": { + "x": 143693, + "y": -4456, + "z": 101992 + }, + "rot": { + "x": 0, + "y": 279893, + "z": 0 + }, + "npcId": 13215 + } + ], + "props": [], + "teleports": {} + }, + "153": { + "monsters": [], + "npcs": [ + { + "groupId": 153, + "instId": 400001, + "pos": { + "x": 132350, + "y": -6688, + "z": 171270 + }, + "rot": { + "x": 0, + "y": 186089, + "z": 0 + }, + "npcId": 13119 + } + ], + "props": [], + "teleports": {} + }, + "155": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 155, + "instId": 300004, + "propState": 0, + "pos": { + "x": -133080, + "y": -14754, + "z": 182705 + }, + "rot": { + "x": 0, + "y": 28547, + "z": 0 + }, + "propId": 103021 + }, + { + "groupId": 155, + "instId": 300005, + "propState": 0, + "pos": { + "x": -132772, + "y": -14751, + "z": 181080 + }, + "rot": { + "x": 0, + "y": 126002, + "z": 0 + }, + "propId": 103021 + } + ], + "teleports": {} + }, + "156": { + "monsters": [ + { + "groupId": 156, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 125151, + "y": -30482, + "z": 168180 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 156, + "instId": 300001, + "propState": 0, + "pos": { + "x": 127547, + "y": -30482, + "z": 158066 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300003, + "propState": 0, + "pos": { + "x": 150076, + "y": -37038, + "z": 192427 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300004, + "propState": 0, + "pos": { + "x": 139047, + "y": -37038, + "z": 187048 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300005, + "propState": 0, + "pos": { + "x": 146573, + "y": -37038, + "z": 167766 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300006, + "propState": 0, + "pos": { + "x": 127519, + "y": -30468, + "z": 157974 + }, + "rot": { + "x": 0, + "y": 155900, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300007, + "propState": 0, + "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": 0, + "pos": { + "x": 146536, + "y": -37038, + "z": 166944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300002, + "propState": 0, + "pos": { + "x": -106910, + "y": -59826, + "z": 46500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300010, + "propState": 0, + "pos": { + "x": -107430, + "y": -59826, + "z": 57698 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300011, + "propState": 0, + "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": 0, + "pos": { + "x": -107550, + "y": -59826, + "z": 59595 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300014, + "propState": 0, + "pos": { + "x": 154289, + "y": -33891, + "z": 188654 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300015, + "propState": 0, + "pos": { + "x": -97689, + "y": -56615, + "z": 51324 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "157": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "163": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300017, + "propState": 0, + "pos": { + "x": 154580, + "y": -37038, + "z": 181910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "164": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300001, + "propState": 0, + "pos": { + "x": -108570, + "y": -59534, + "z": 57104 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300002, + "propState": 0, + "pos": { + "x": -116517, + "y": -59582, + "z": 48140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300003, + "propState": 0, + "pos": { + "x": -97464, + "y": -59666, + "z": 45187 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300009, + "propState": 0, + "pos": { + "x": -111026, + "y": -17581, + "z": 61889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "173": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "186": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "187": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "189": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "190": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "193": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -14477, + "y": -24871, + "z": 153856 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 194, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "198": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "199": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "200": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "202": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "207": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -130000, + "y": -14715, + "z": 155708 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103086 + }, + { + "groupId": 207, + "instId": 300005, + "propState": 0, + "pos": { + "x": -137110, + "y": -15127, + "z": 178850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 207, + "instId": 300006, + "propState": 0, + "pos": { + "x": -129140, + "y": -15127, + "z": 155410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "215": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 215, + "instId": 300001, + "propState": 11, + "pos": { + "x": -23441, + "y": -16881, + "z": 265107 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "216": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 216, + "instId": 300001, + "propState": 11, + "pos": { + "x": -94343, + "y": -13812, + "z": 202585 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "217": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 217, + "instId": 300001, + "propState": 11, + "pos": { + "x": 43560, + "y": -1198, + "z": 126040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "218": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 218, + "instId": 300001, + "propState": 11, + "pos": { + "x": 52129, + "y": -14785, + "z": 210212 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "221": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 221, + "instId": 300001, + "propState": 0, + "pos": { + "x": -134011, + "y": -14726, + "z": 173932 + }, + "rot": { + "x": 0, + "y": 128045, + "z": 0 + }, + "propId": 103106 + }, + { + "groupId": 221, + "instId": 300002, + "propState": 0, + "pos": { + "x": -141868, + "y": -14749, + "z": 180691 + }, + "rot": { + "x": 0, + "y": 245519, + "z": 0 + }, + "propId": 103106 + } + ], + "teleports": {} + }, + "222": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "223": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -116891, + "y": -57806, + "z": 57448 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 223, + "instId": 300005, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "244": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 244, + "instId": 300001, + "propState": 0, + "pos": { + "x": 40, + "y": -22213, + "z": 211820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "274": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 274, + "instId": 300001, + "propState": 0, + "pos": { + "x": 130, + "y": -25080, + "z": 157650 + }, + "rot": { + "x": 0, + "y": 356426, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "280": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "287": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 287, + "instId": 300001, + "propState": 101, + "pos": { + "x": 1, + "y": -22035, + "z": 211881 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103108 + } + ], + "teleports": {} + }, + "290": { + "monsters": [], + "npcs": [ + { + "groupId": 290, + "instId": 400001, + "pos": { + "x": 81250, + "y": -10661, + "z": 130710 + }, + "rot": { + "x": 0, + "y": 7274, + "z": 0 + }, + "npcId": 13117 + } + ], + "props": [], + "teleports": {} + }, + "298": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 298, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47841, + "y": -299, + "z": 91088 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 132 + } + ], + "teleports": {} + }, + "299": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 299, + "instId": 300001, + "propState": 0, + "pos": { + "x": 209320, + "y": -4904, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 140 + } + ], + "teleports": {} + }, + "400": { + "monsters": [], + "npcs": [ + { + "groupId": 400, + "instId": 400001, + "pos": { + "x": 79110, + "y": -10661, + "z": 130680 + }, + "rot": { + "x": 0, + "y": 7274, + "z": 0 + }, + "npcId": 13208 + } + ], + "props": [], + "teleports": {} + }, + "401": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "404": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "463": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "464": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "465": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 465, + "instId": 300001, + "propState": 18, + "pos": { + "x": -173074, + "y": -13086, + "z": 215084 + }, + "rot": { + "x": 0, + "y": 207229, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "472": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 472, + "instId": 300001, + "propState": 0, + "pos": { + "x": 209320, + "y": -4904, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "479": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 479, + "instId": 300001, + "propState": 18, + "pos": { + "x": 41064, + "y": -15866, + "z": 123126 + }, + "rot": { + "x": 0, + "y": 315577, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "481": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 481, + "instId": 300001, + "propState": 18, + "pos": { + "x": 181121, + "y": -4433, + "z": 153368 + }, + "rot": { + "x": 0, + "y": 303422, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "482": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 482, + "instId": 300001, + "propState": 18, + "pos": { + "x": 231, + "y": -15775, + "z": 252225 + }, + "rot": { + "x": 0, + "y": 92100, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "505": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "584": { + "monsters": [], + "npcs": [ + { + "groupId": 584, + "instId": 400001, + "pos": { + "x": -91750, + "y": -13815, + "z": 119710 + }, + "rot": { + "x": 0, + "y": 264798, + "z": 0 + }, + "npcId": 13317 + } + ], + "props": [ + { + "groupId": 584, + "instId": 300001, + "propState": 1, + "pos": { + "x": -91205, + "y": -13816, + "z": 118400 + }, + "rot": { + "x": 0, + "y": 270111, + "z": 0 + }, + "propId": 103225 + } + ], + "teleports": {} + }, + "585": { + "monsters": [], + "npcs": [ + { + "groupId": 585, + "instId": 400001, + "pos": { + "x": 50280, + "y": -25996, + "z": 144539 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 13130 + } + ], + "props": [ + { + "groupId": 585, + "instId": 300001, + "propState": 1, + "pos": { + "x": 48720, + "y": -25996, + "z": 143170 + }, + "rot": { + "x": 0, + "y": 359059, + "z": 0 + }, + "propId": 103226 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 401, + "startAnchorId": 1, + "startGroupId": 357 + } + }, + "1030108": { + "P10301_F10301001": { + "scenes": { + "15": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1030101": { + "anchorId": 1, + "groupId": 15, + "instId": 300001, + "pos": { + "x": 0, + "y": -14383, + "z": 44219 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030102": { + "anchorId": 2, + "groupId": 15, + "instId": 300002, + "pos": { + "x": 60, + "y": -22213, + "z": 195260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030103": { + "anchorId": 3, + "groupId": 15, + "instId": 300003, + "pos": { + "x": -93460, + "y": -13760, + "z": 233210 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + } + }, + "1030104": { + "anchorId": 4, + "groupId": 15, + "instId": 300004, + "pos": { + "x": 114920, + "y": -6687, + "z": 137090 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + } + }, + "1030105": { + "anchorId": 5, + "groupId": 15, + "instId": 300005, + "pos": { + "x": -100370, + "y": -14726, + "z": 146480 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + } + }, + "1030106": { + "anchorId": 6, + "groupId": 15, + "instId": 300006, + "pos": { + "x": 76810, + "y": -28335, + "z": 151420 + }, + "rot": { + "x": 0, + "y": 113524, + "z": 0 + } + } + } + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19513, + "y": -13826, + "z": 137498 + }, + "rot": { + "x": 0, + "y": 155, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": -19500, + "y": -16881, + "z": 142500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19289, + "y": -11969, + "z": 106321 + }, + "rot": { + "x": 0, + "y": 359530, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [ + { + "groupId": 19, + "instId": 400001, + "pos": { + "x": 134051, + "y": -4456, + "z": 84960 + }, + "rot": { + "x": 0, + "y": 198075, + "z": 0 + }, + "npcId": 13231 + }, + { + "groupId": 19, + "instId": 400002, + "pos": { + "x": 141100, + "y": -4416, + "z": 206800 + }, + "rot": { + "x": 0, + "y": 250839, + "z": 0 + }, + "npcId": 13127 + }, + { + "groupId": 19, + "instId": 400003, + "pos": { + "x": 14260, + "y": -15814, + "z": 88865 + }, + "rot": { + "x": 0, + "y": 140985, + "z": 0 + }, + "npcId": 13315 + }, + { + "groupId": 19, + "instId": 400004, + "pos": { + "x": -114254, + "y": -14374, + "z": 178103 + }, + "rot": { + "x": 0, + "y": 173216, + "z": 0 + }, + "npcId": 13318 + }, + { + "groupId": 19, + "instId": 400005, + "pos": { + "x": -23324, + "y": -16381, + "z": 232550 + }, + "rot": { + "x": 0, + "y": 359821, + "z": 0 + }, + "npcId": 13315 + }, + { + "groupId": 19, + "instId": 400006, + "pos": { + "x": -106808, + "y": -13248, + "z": 94713 + }, + "rot": { + "x": 0, + "y": 56465, + "z": 0 + }, + "npcId": 13315 + } + ], + "props": [], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": -36678, + "y": -16881, + "z": 90482 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300014, + "propState": 0, + "pos": { + "x": -34019, + "y": -16881, + "z": 146311 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": 31152, + "y": -16881, + "z": 123872 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300015, + "propState": 0, + "pos": { + "x": 24861, + "y": -16852, + "z": 192982 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 0, + "pos": { + "x": 25060, + "y": -25996, + "z": 151593 + }, + "rot": { + "x": 0, + "y": 350000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": 82945, + "y": -28335, + "z": 138230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 0, + "pos": { + "x": 87912, + "y": -10661, + "z": 140933 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 0, + "pos": { + "x": 133044, + "y": -4456, + "z": 108386 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 0, + "pos": { + "x": 124920, + "y": -4405, + "z": 229382 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300016, + "propState": 0, + "pos": { + "x": 127024, + "y": -4405, + "z": 229432 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 0, + "pos": { + "x": -38608, + "y": -16881, + "z": 185172 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300009, + "propState": 0, + "pos": { + "x": -70270, + "y": -13721, + "z": 237010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300010, + "propState": 0, + "pos": { + "x": -145776, + "y": -13812, + "z": 230510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300011, + "propState": 0, + "pos": { + "x": -164720, + "y": -11851, + "z": 187840 + }, + "rot": { + "x": 0, + "y": 145000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300012, + "propState": 0, + "pos": { + "x": -89236, + "y": -13807, + "z": 133950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300013, + "propState": 0, + "pos": { + "x": -103568, + "y": -16990, + "z": 84104 + }, + "rot": { + "x": 0, + "y": 166077, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300017, + "propState": 0, + "pos": { + "x": 100325, + "y": -8613, + "z": 163718 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300018, + "propState": 0, + "pos": { + "x": -97770, + "y": -13798, + "z": 101020 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300019, + "propState": 0, + "pos": { + "x": -39870, + "y": -16881, + "z": 236520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300020, + "propState": 0, + "pos": { + "x": 15155, + "y": -16881, + "z": 89920 + }, + "rot": { + "x": 0, + "y": 140814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300021, + "propState": 0, + "pos": { + "x": -77740, + "y": -13798, + "z": 118650 + }, + "rot": { + "x": 0, + "y": 275814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300022, + "propState": 0, + "pos": { + "x": 122713, + "y": -6688, + "z": 168734 + }, + "rot": { + "x": 0, + "y": 155814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300023, + "propState": 0, + "pos": { + "x": 140624, + "y": -37160, + "z": 177079 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300024, + "propState": 0, + "pos": { + "x": 144686, + "y": -37118, + "z": 192517 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300025, + "propState": 0, + "pos": { + "x": -108860, + "y": -59826, + "z": 46511 + }, + "rot": { + "x": 0, + "y": 91069, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300026, + "propState": 0, + "pos": { + "x": -70310, + "y": -13721, + "z": 253530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -163523, + "y": -11029, + "z": 179340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "116": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "118": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "149": { + "monsters": [], + "npcs": [ + { + "groupId": 149, + "instId": 400001, + "pos": { + "x": -120811, + "y": -14735, + "z": 201325 + }, + "rot": { + "x": 0, + "y": 350738, + "z": 0 + }, + "npcId": 13105 + } + ], + "props": [], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [ + { + "groupId": 150, + "instId": 400001, + "pos": { + "x": 150780, + "y": -5010, + "z": 127830 + }, + "rot": { + "x": 0, + "y": 87632, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 150, + "instId": 300001, + "propState": 0, + "pos": { + "x": 151226, + "y": -3483, + "z": 127456 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "151": { + "monsters": [], + "npcs": [ + { + "groupId": 151, + "instId": 400001, + "pos": { + "x": 125816, + "y": -4418, + "z": 195402 + }, + "rot": { + "x": 0, + "y": 104203, + "z": 0 + }, + "npcId": 13116 + } + ], + "props": [ + { + "groupId": 151, + "instId": 300001, + "propState": 0, + "pos": { + "x": 126831, + "y": -4120, + "z": 195380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "152": { + "monsters": [], + "npcs": [ + { + "groupId": 152, + "instId": 400001, + "pos": { + "x": 143693, + "y": -4456, + "z": 101992 + }, + "rot": { + "x": 0, + "y": 279893, + "z": 0 + }, + "npcId": 13215 + } + ], + "props": [], + "teleports": {} + }, + "153": { + "monsters": [], + "npcs": [ + { + "groupId": 153, + "instId": 400001, + "pos": { + "x": 132350, + "y": -6688, + "z": 171270 + }, + "rot": { + "x": 0, + "y": 186089, + "z": 0 + }, + "npcId": 13119 + } + ], + "props": [], + "teleports": {} + }, + "155": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 155, + "instId": 300004, + "propState": 0, + "pos": { + "x": -133080, + "y": -14754, + "z": 182705 + }, + "rot": { + "x": 0, + "y": 28547, + "z": 0 + }, + "propId": 103021 + }, + { + "groupId": 155, + "instId": 300005, + "propState": 0, + "pos": { + "x": -132772, + "y": -14751, + "z": 181080 + }, + "rot": { + "x": 0, + "y": 126002, + "z": 0 + }, + "propId": 103021 + } + ], + "teleports": {} + }, + "156": { + "monsters": [ + { + "groupId": 156, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 125151, + "y": -30482, + "z": 168180 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 156, + "instId": 300001, + "propState": 0, + "pos": { + "x": 127547, + "y": -30482, + "z": 158066 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300003, + "propState": 0, + "pos": { + "x": 150076, + "y": -37038, + "z": 192427 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300004, + "propState": 0, + "pos": { + "x": 139047, + "y": -37038, + "z": 187048 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300005, + "propState": 0, + "pos": { + "x": 146573, + "y": -37038, + "z": 167766 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300006, + "propState": 0, + "pos": { + "x": 127519, + "y": -30468, + "z": 157974 + }, + "rot": { + "x": 0, + "y": 155900, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300007, + "propState": 0, + "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": 0, + "pos": { + "x": 146536, + "y": -37038, + "z": 166944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300002, + "propState": 0, + "pos": { + "x": -106910, + "y": -59826, + "z": 46500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300010, + "propState": 0, + "pos": { + "x": -107430, + "y": -59826, + "z": 57698 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300011, + "propState": 0, + "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": 0, + "pos": { + "x": -107550, + "y": -59826, + "z": 59595 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300014, + "propState": 0, + "pos": { + "x": 154289, + "y": -33891, + "z": 188654 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300015, + "propState": 0, + "pos": { + "x": -97689, + "y": -56615, + "z": 51324 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "157": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "163": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300017, + "propState": 0, + "pos": { + "x": 154580, + "y": -37038, + "z": 181910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "164": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300001, + "propState": 0, + "pos": { + "x": -108570, + "y": -59534, + "z": 57104 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300002, + "propState": 0, + "pos": { + "x": -116517, + "y": -59582, + "z": 48140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300003, + "propState": 0, + "pos": { + "x": -97464, + "y": -59666, + "z": 45187 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300009, + "propState": 0, + "pos": { + "x": -111026, + "y": -17581, + "z": 61889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "173": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "186": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "187": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "189": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "190": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "193": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -14477, + "y": -24871, + "z": 153856 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 194, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "198": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "199": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "200": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "202": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "207": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -130000, + "y": -14715, + "z": 155708 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103086 + }, + { + "groupId": 207, + "instId": 300005, + "propState": 0, + "pos": { + "x": -137110, + "y": -15127, + "z": 178850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 207, + "instId": 300006, + "propState": 0, + "pos": { + "x": -129140, + "y": -15127, + "z": 155410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "215": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 215, + "instId": 300001, + "propState": 11, + "pos": { + "x": -23441, + "y": -16881, + "z": 265107 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "216": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 216, + "instId": 300001, + "propState": 11, + "pos": { + "x": -94343, + "y": -13812, + "z": 202585 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "217": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 217, + "instId": 300001, + "propState": 11, + "pos": { + "x": 43560, + "y": -1198, + "z": 126040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "218": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 218, + "instId": 300001, + "propState": 11, + "pos": { + "x": 52129, + "y": -14785, + "z": 210212 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "221": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 221, + "instId": 300001, + "propState": 0, + "pos": { + "x": -134011, + "y": -14726, + "z": 173932 + }, + "rot": { + "x": 0, + "y": 128045, + "z": 0 + }, + "propId": 103106 + }, + { + "groupId": 221, + "instId": 300002, + "propState": 0, + "pos": { + "x": -141868, + "y": -14749, + "z": 180691 + }, + "rot": { + "x": 0, + "y": 245519, + "z": 0 + }, + "propId": 103106 + } + ], + "teleports": {} + }, + "222": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "223": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -116891, + "y": -57806, + "z": 57448 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 223, + "instId": 300005, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "244": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 244, + "instId": 300001, + "propState": 0, + "pos": { + "x": 40, + "y": -22213, + "z": 211820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "274": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 274, + "instId": 300001, + "propState": 0, + "pos": { + "x": 130, + "y": -25080, + "z": 157650 + }, + "rot": { + "x": 0, + "y": 356426, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "280": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "287": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 287, + "instId": 300001, + "propState": 101, + "pos": { + "x": 1, + "y": -22035, + "z": 211881 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103108 + } + ], + "teleports": {} + }, + "290": { + "monsters": [], + "npcs": [ + { + "groupId": 290, + "instId": 400001, + "pos": { + "x": 81250, + "y": -10661, + "z": 130710 + }, + "rot": { + "x": 0, + "y": 7274, + "z": 0 + }, + "npcId": 13117 + } + ], + "props": [], + "teleports": {} + }, + "298": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 298, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47841, + "y": -299, + "z": 91088 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 132 + } + ], + "teleports": {} + }, + "299": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 299, + "instId": 300001, + "propState": 0, + "pos": { + "x": 209320, + "y": -4904, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 140 + } + ], + "teleports": {} + }, + "400": { + "monsters": [], + "npcs": [ + { + "groupId": 400, + "instId": 400001, + "pos": { + "x": 79110, + "y": -10661, + "z": 130680 + }, + "rot": { + "x": 0, + "y": 7274, + "z": 0 + }, + "npcId": 13208 + } + ], + "props": [], + "teleports": {} + }, + "401": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "404": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "463": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "464": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "465": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 465, + "instId": 300001, + "propState": 18, + "pos": { + "x": -173074, + "y": -13086, + "z": 215084 + }, + "rot": { + "x": 0, + "y": 207229, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "472": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 472, + "instId": 300001, + "propState": 0, + "pos": { + "x": 209320, + "y": -4904, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "479": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 479, + "instId": 300001, + "propState": 18, + "pos": { + "x": 41064, + "y": -15866, + "z": 123126 + }, + "rot": { + "x": 0, + "y": 315577, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "481": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 481, + "instId": 300001, + "propState": 18, + "pos": { + "x": 181121, + "y": -4433, + "z": 153368 + }, + "rot": { + "x": 0, + "y": 303422, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "482": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 482, + "instId": 300001, + "propState": 18, + "pos": { + "x": 231, + "y": -15775, + "z": 252225 + }, + "rot": { + "x": 0, + "y": 92100, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "505": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "584": { + "monsters": [], + "npcs": [ + { + "groupId": 584, + "instId": 400001, + "pos": { + "x": -91750, + "y": -13815, + "z": 119710 + }, + "rot": { + "x": 0, + "y": 264798, + "z": 0 + }, + "npcId": 13317 + } + ], + "props": [ + { + "groupId": 584, + "instId": 300001, + "propState": 1, + "pos": { + "x": -91205, + "y": -13816, + "z": 118400 + }, + "rot": { + "x": 0, + "y": 270111, + "z": 0 + }, + "propId": 103225 + } + ], + "teleports": {} + }, + "585": { + "monsters": [], + "npcs": [ + { + "groupId": 585, + "instId": 400001, + "pos": { + "x": 50280, + "y": -25996, + "z": 144539 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 13130 + } + ], + "props": [ + { + "groupId": 585, + "instId": 300001, + "propState": 1, + "pos": { + "x": 48720, + "y": -25996, + "z": 143170 + }, + "rot": { + "x": 0, + "y": 359059, + "z": 0 + }, + "propId": 103226 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 401, + "startAnchorId": 1, + "startGroupId": 477 + } + }, + "1030109": { + "P10301_F10301001": { + "scenes": { + "15": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1030101": { + "anchorId": 1, + "groupId": 15, + "instId": 300001, + "pos": { + "x": 0, + "y": -14383, + "z": 44219 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030102": { + "anchorId": 2, + "groupId": 15, + "instId": 300002, + "pos": { + "x": 60, + "y": -22213, + "z": 195260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030103": { + "anchorId": 3, + "groupId": 15, + "instId": 300003, + "pos": { + "x": -93460, + "y": -13760, + "z": 233210 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + } + }, + "1030104": { + "anchorId": 4, + "groupId": 15, + "instId": 300004, + "pos": { + "x": 114920, + "y": -6687, + "z": 137090 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + } + }, + "1030105": { + "anchorId": 5, + "groupId": 15, + "instId": 300005, + "pos": { + "x": -100370, + "y": -14726, + "z": 146480 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + } + }, + "1030106": { + "anchorId": 6, + "groupId": 15, + "instId": 300006, + "pos": { + "x": 76810, + "y": -28335, + "z": 151420 + }, + "rot": { + "x": 0, + "y": 113524, + "z": 0 + } + } + } + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19513, + "y": -13826, + "z": 137498 + }, + "rot": { + "x": 0, + "y": 155, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": -19500, + "y": -16881, + "z": 142500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19289, + "y": -11969, + "z": 106321 + }, + "rot": { + "x": 0, + "y": 359530, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [ + { + "groupId": 19, + "instId": 400001, + "pos": { + "x": 134051, + "y": -4456, + "z": 84960 + }, + "rot": { + "x": 0, + "y": 198075, + "z": 0 + }, + "npcId": 13231 + }, + { + "groupId": 19, + "instId": 400002, + "pos": { + "x": 141100, + "y": -4416, + "z": 206800 + }, + "rot": { + "x": 0, + "y": 250839, + "z": 0 + }, + "npcId": 13127 + }, + { + "groupId": 19, + "instId": 400003, + "pos": { + "x": 14260, + "y": -15814, + "z": 88865 + }, + "rot": { + "x": 0, + "y": 140985, + "z": 0 + }, + "npcId": 13315 + }, + { + "groupId": 19, + "instId": 400004, + "pos": { + "x": -114254, + "y": -14374, + "z": 178103 + }, + "rot": { + "x": 0, + "y": 173216, + "z": 0 + }, + "npcId": 13318 + }, + { + "groupId": 19, + "instId": 400005, + "pos": { + "x": -23324, + "y": -16381, + "z": 232550 + }, + "rot": { + "x": 0, + "y": 359821, + "z": 0 + }, + "npcId": 13315 + }, + { + "groupId": 19, + "instId": 400006, + "pos": { + "x": -106808, + "y": -13248, + "z": 94713 + }, + "rot": { + "x": 0, + "y": 56465, + "z": 0 + }, + "npcId": 13315 + } + ], + "props": [], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": -36678, + "y": -16881, + "z": 90482 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300014, + "propState": 0, + "pos": { + "x": -34019, + "y": -16881, + "z": 146311 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": 31152, + "y": -16881, + "z": 123872 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300015, + "propState": 0, + "pos": { + "x": 24861, + "y": -16852, + "z": 192982 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 0, + "pos": { + "x": 25060, + "y": -25996, + "z": 151593 + }, + "rot": { + "x": 0, + "y": 350000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": 82945, + "y": -28335, + "z": 138230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 0, + "pos": { + "x": 87912, + "y": -10661, + "z": 140933 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 0, + "pos": { + "x": 133044, + "y": -4456, + "z": 108386 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 0, + "pos": { + "x": 124920, + "y": -4405, + "z": 229382 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300016, + "propState": 0, + "pos": { + "x": 127024, + "y": -4405, + "z": 229432 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 0, + "pos": { + "x": -38608, + "y": -16881, + "z": 185172 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300009, + "propState": 0, + "pos": { + "x": -70270, + "y": -13721, + "z": 237010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300010, + "propState": 0, + "pos": { + "x": -145776, + "y": -13812, + "z": 230510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300011, + "propState": 0, + "pos": { + "x": -164720, + "y": -11851, + "z": 187840 + }, + "rot": { + "x": 0, + "y": 145000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300012, + "propState": 0, + "pos": { + "x": -89236, + "y": -13807, + "z": 133950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300013, + "propState": 0, + "pos": { + "x": -103568, + "y": -16990, + "z": 84104 + }, + "rot": { + "x": 0, + "y": 166077, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300017, + "propState": 0, + "pos": { + "x": 100325, + "y": -8613, + "z": 163718 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300018, + "propState": 0, + "pos": { + "x": -97770, + "y": -13798, + "z": 101020 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300019, + "propState": 0, + "pos": { + "x": -39870, + "y": -16881, + "z": 236520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300020, + "propState": 0, + "pos": { + "x": 15155, + "y": -16881, + "z": 89920 + }, + "rot": { + "x": 0, + "y": 140814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300021, + "propState": 0, + "pos": { + "x": -77740, + "y": -13798, + "z": 118650 + }, + "rot": { + "x": 0, + "y": 275814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300022, + "propState": 0, + "pos": { + "x": 122713, + "y": -6688, + "z": 168734 + }, + "rot": { + "x": 0, + "y": 155814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300023, + "propState": 0, + "pos": { + "x": 140624, + "y": -37160, + "z": 177079 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300024, + "propState": 0, + "pos": { + "x": 144686, + "y": -37118, + "z": 192517 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300025, + "propState": 0, + "pos": { + "x": -108860, + "y": -59826, + "z": 46511 + }, + "rot": { + "x": 0, + "y": 91069, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300026, + "propState": 0, + "pos": { + "x": -70310, + "y": -13721, + "z": 253530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -163523, + "y": -11029, + "z": 179340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "116": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "118": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "149": { + "monsters": [], + "npcs": [ + { + "groupId": 149, + "instId": 400001, + "pos": { + "x": -120811, + "y": -14735, + "z": 201325 + }, + "rot": { + "x": 0, + "y": 350738, + "z": 0 + }, + "npcId": 13105 + } + ], + "props": [], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [ + { + "groupId": 150, + "instId": 400001, + "pos": { + "x": 150780, + "y": -5010, + "z": 127830 + }, + "rot": { + "x": 0, + "y": 87632, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 150, + "instId": 300001, + "propState": 0, + "pos": { + "x": 151226, + "y": -3483, + "z": 127456 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "151": { + "monsters": [], + "npcs": [ + { + "groupId": 151, + "instId": 400001, + "pos": { + "x": 125816, + "y": -4418, + "z": 195402 + }, + "rot": { + "x": 0, + "y": 104203, + "z": 0 + }, + "npcId": 13116 + } + ], + "props": [ + { + "groupId": 151, + "instId": 300001, + "propState": 0, + "pos": { + "x": 126831, + "y": -4120, + "z": 195380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "152": { + "monsters": [], + "npcs": [ + { + "groupId": 152, + "instId": 400001, + "pos": { + "x": 143693, + "y": -4456, + "z": 101992 + }, + "rot": { + "x": 0, + "y": 279893, + "z": 0 + }, + "npcId": 13215 + } + ], + "props": [], + "teleports": {} + }, + "153": { + "monsters": [], + "npcs": [ + { + "groupId": 153, + "instId": 400001, + "pos": { + "x": 132350, + "y": -6688, + "z": 171270 + }, + "rot": { + "x": 0, + "y": 186089, + "z": 0 + }, + "npcId": 13119 + } + ], + "props": [], + "teleports": {} + }, + "155": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 155, + "instId": 300004, + "propState": 0, + "pos": { + "x": -133080, + "y": -14754, + "z": 182705 + }, + "rot": { + "x": 0, + "y": 28547, + "z": 0 + }, + "propId": 103021 + }, + { + "groupId": 155, + "instId": 300005, + "propState": 0, + "pos": { + "x": -132772, + "y": -14751, + "z": 181080 + }, + "rot": { + "x": 0, + "y": 126002, + "z": 0 + }, + "propId": 103021 + } + ], + "teleports": {} + }, + "156": { + "monsters": [ + { + "groupId": 156, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 125151, + "y": -30482, + "z": 168180 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 156, + "instId": 300001, + "propState": 0, + "pos": { + "x": 127547, + "y": -30482, + "z": 158066 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300003, + "propState": 0, + "pos": { + "x": 150076, + "y": -37038, + "z": 192427 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300004, + "propState": 0, + "pos": { + "x": 139047, + "y": -37038, + "z": 187048 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300005, + "propState": 0, + "pos": { + "x": 146573, + "y": -37038, + "z": 167766 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300006, + "propState": 0, + "pos": { + "x": 127519, + "y": -30468, + "z": 157974 + }, + "rot": { + "x": 0, + "y": 155900, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300007, + "propState": 0, + "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": 0, + "pos": { + "x": 146536, + "y": -37038, + "z": 166944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300002, + "propState": 0, + "pos": { + "x": -106910, + "y": -59826, + "z": 46500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300010, + "propState": 0, + "pos": { + "x": -107430, + "y": -59826, + "z": 57698 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300011, + "propState": 0, + "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": 0, + "pos": { + "x": -107550, + "y": -59826, + "z": 59595 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300014, + "propState": 0, + "pos": { + "x": 154289, + "y": -33891, + "z": 188654 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300015, + "propState": 0, + "pos": { + "x": -97689, + "y": -56615, + "z": 51324 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "157": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "163": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300017, + "propState": 0, + "pos": { + "x": 154580, + "y": -37038, + "z": 181910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "164": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300001, + "propState": 0, + "pos": { + "x": -108570, + "y": -59534, + "z": 57104 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300002, + "propState": 0, + "pos": { + "x": -116517, + "y": -59582, + "z": 48140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300003, + "propState": 0, + "pos": { + "x": -97464, + "y": -59666, + "z": 45187 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300009, + "propState": 0, + "pos": { + "x": -111026, + "y": -17581, + "z": 61889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "173": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "186": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "187": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "189": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "190": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "193": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -14477, + "y": -24871, + "z": 153856 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 194, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "198": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "199": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "200": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "202": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "207": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -130000, + "y": -14715, + "z": 155708 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103086 + }, + { + "groupId": 207, + "instId": 300005, + "propState": 0, + "pos": { + "x": -137110, + "y": -15127, + "z": 178850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 207, + "instId": 300006, + "propState": 0, + "pos": { + "x": -129140, + "y": -15127, + "z": 155410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "215": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 215, + "instId": 300001, + "propState": 11, + "pos": { + "x": -23441, + "y": -16881, + "z": 265107 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "216": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 216, + "instId": 300001, + "propState": 11, + "pos": { + "x": -94343, + "y": -13812, + "z": 202585 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "217": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 217, + "instId": 300001, + "propState": 11, + "pos": { + "x": 43560, + "y": -1198, + "z": 126040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "218": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 218, + "instId": 300001, + "propState": 11, + "pos": { + "x": 52129, + "y": -14785, + "z": 210212 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "221": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 221, + "instId": 300001, + "propState": 0, + "pos": { + "x": -134011, + "y": -14726, + "z": 173932 + }, + "rot": { + "x": 0, + "y": 128045, + "z": 0 + }, + "propId": 103106 + }, + { + "groupId": 221, + "instId": 300002, + "propState": 0, + "pos": { + "x": -141868, + "y": -14749, + "z": 180691 + }, + "rot": { + "x": 0, + "y": 245519, + "z": 0 + }, + "propId": 103106 + } + ], + "teleports": {} + }, + "222": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "223": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -116891, + "y": -57806, + "z": 57448 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 223, + "instId": 300005, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "244": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 244, + "instId": 300001, + "propState": 0, + "pos": { + "x": 40, + "y": -22213, + "z": 211820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "274": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 274, + "instId": 300001, + "propState": 0, + "pos": { + "x": 130, + "y": -25080, + "z": 157650 + }, + "rot": { + "x": 0, + "y": 356426, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "280": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "287": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 287, + "instId": 300001, + "propState": 101, + "pos": { + "x": 1, + "y": -22035, + "z": 211881 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103108 + } + ], + "teleports": {} + }, + "290": { + "monsters": [], + "npcs": [ + { + "groupId": 290, + "instId": 400001, + "pos": { + "x": 81250, + "y": -10661, + "z": 130710 + }, + "rot": { + "x": 0, + "y": 7274, + "z": 0 + }, + "npcId": 13117 + } + ], + "props": [], + "teleports": {} + }, + "298": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 298, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47841, + "y": -299, + "z": 91088 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 132 + } + ], + "teleports": {} + }, + "299": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 299, + "instId": 300001, + "propState": 0, + "pos": { + "x": 209320, + "y": -4904, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 140 + } + ], + "teleports": {} + }, + "400": { + "monsters": [], + "npcs": [ + { + "groupId": 400, + "instId": 400001, + "pos": { + "x": 79110, + "y": -10661, + "z": 130680 + }, + "rot": { + "x": 0, + "y": 7274, + "z": 0 + }, + "npcId": 13208 + } + ], + "props": [], + "teleports": {} + }, + "401": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "404": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "463": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "464": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "465": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 465, + "instId": 300001, + "propState": 18, + "pos": { + "x": -173074, + "y": -13086, + "z": 215084 + }, + "rot": { + "x": 0, + "y": 207229, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "472": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 472, + "instId": 300001, + "propState": 0, + "pos": { + "x": 209320, + "y": -4904, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "479": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 479, + "instId": 300001, + "propState": 18, + "pos": { + "x": 41064, + "y": -15866, + "z": 123126 + }, + "rot": { + "x": 0, + "y": 315577, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "481": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 481, + "instId": 300001, + "propState": 18, + "pos": { + "x": 181121, + "y": -4433, + "z": 153368 + }, + "rot": { + "x": 0, + "y": 303422, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "482": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 482, + "instId": 300001, + "propState": 18, + "pos": { + "x": 231, + "y": -15775, + "z": 252225 + }, + "rot": { + "x": 0, + "y": 92100, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "505": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "584": { + "monsters": [], + "npcs": [ + { + "groupId": 584, + "instId": 400001, + "pos": { + "x": -91750, + "y": -13815, + "z": 119710 + }, + "rot": { + "x": 0, + "y": 264798, + "z": 0 + }, + "npcId": 13317 + } + ], + "props": [ + { + "groupId": 584, + "instId": 300001, + "propState": 1, + "pos": { + "x": -91205, + "y": -13816, + "z": 118400 + }, + "rot": { + "x": 0, + "y": 270111, + "z": 0 + }, + "propId": 103225 + } + ], + "teleports": {} + }, + "585": { + "monsters": [], + "npcs": [ + { + "groupId": 585, + "instId": 400001, + "pos": { + "x": 50280, + "y": -25996, + "z": 144539 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 13130 + } + ], + "props": [ + { + "groupId": 585, + "instId": 300001, + "propState": 1, + "pos": { + "x": 48720, + "y": -25996, + "z": 143170 + }, + "rot": { + "x": 0, + "y": 359059, + "z": 0 + }, + "propId": 103226 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 401, + "startAnchorId": 1, + "startGroupId": 404 + } + }, + "1030401": { + "P10304_F10304001": { + "scenes": { + "7": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1030401": { + "anchorId": 1, + "groupId": 7, + "instId": 300001, + "pos": { + "x": 780, + "y": -153008, + "z": -621450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030402": { + "anchorId": 2, + "groupId": 7, + "instId": 300002, + "pos": { + "x": -64, + "y": 16900, + "z": -502297 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030403": { + "anchorId": 3, + "groupId": 7, + "instId": 300003, + "pos": { + "x": 79490, + "y": 14574, + "z": -485360 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "1030404": { + "anchorId": 4, + "groupId": 7, + "instId": 300004, + "pos": { + "x": -27164, + "y": 14400, + "z": -544747 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": -159120, + "z": -508538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103136 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 17188, + "z": -508538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103136 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 1, + "pos": { + "x": -5000, + "y": -159500, + "z": -500000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 40, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 43190, + "z": -292076 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103210 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 261241, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "52": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 261241, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -6040, + "y": 43670, + "z": -290478 + }, + "rot": { + "x": 0, + "y": 284176, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 54, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -6023, + "y": 23549, + "z": -507831 + }, + "rot": { + "x": 0, + "y": 4718, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 75, + "instId": 300001, + "propState": 11, + "pos": { + "x": 78062, + "y": 13138, + "z": -495469 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 76, + "instId": 300001, + "propState": 11, + "pos": { + "x": 59382, + "y": 33080, + "z": -533026 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 77, + "instId": 300001, + "propState": 11, + "pos": { + "x": -73980, + "y": 16332, + "z": -501140 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": 60499, + "y": 33080, + "z": -516300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 85, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4556, + "y": 39687, + "z": -316044 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + } + ], + "teleports": { + "1030405": { + "anchorId": 1, + "groupId": 85, + "instId": 300001, + "pos": { + "x": 3, + "y": 39366, + "z": -325817 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "125": { + "monsters": [], + "npcs": [ + { + "groupId": 125, + "instId": 400001, + "pos": { + "x": -61773, + "y": 17256, + "z": -512810 + }, + "rot": { + "x": 0, + "y": 298057, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 125, + "instId": 300001, + "propState": 101, + "pos": { + "x": -61760, + "y": 16193, + "z": -512844 + }, + "rot": { + "x": 0, + "y": 32302, + "z": 0 + }, + "propId": 103047 + } + ], + "teleports": {} + }, + "126": { + "monsters": [], + "npcs": [ + { + "groupId": 126, + "instId": 400001, + "pos": { + "x": -65795, + "y": 16496, + "z": -478135 + }, + "rot": { + "x": 0, + "y": 181133, + "z": 0 + }, + "npcId": 13252 + } + ], + "props": [], + "teleports": {} + }, + "128": { + "monsters": [], + "npcs": [ + { + "groupId": 128, + "instId": 400001, + "pos": { + "x": -65176, + "y": 15375, + "z": -571334 + }, + "rot": { + "x": 0, + "y": 346324, + "z": 0 + }, + "npcId": 13161 + } + ], + "props": [], + "teleports": {} + }, + "131": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 131, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5421, + "y": -151651, + "z": -641644 + }, + "rot": { + "x": 0, + "y": 170496, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300002, + "propState": 0, + "pos": { + "x": 7946, + "y": -152077, + "z": -642606 + }, + "rot": { + "x": 0, + "y": 314691, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300003, + "propState": 0, + "pos": { + "x": -14254, + "y": -152077, + "z": -641559 + }, + "rot": { + "x": 0, + "y": 344338, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300004, + "propState": 0, + "pos": { + "x": 20426, + "y": -152077, + "z": -639690 + }, + "rot": { + "x": 0, + "y": 119176, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300005, + "propState": 0, + "pos": { + "x": 7384, + "y": -153556, + "z": -580243 + }, + "rot": { + "x": 0, + "y": 286949, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300006, + "propState": 0, + "pos": { + "x": -4807, + "y": -157750, + "z": -562964 + }, + "rot": { + "x": 0, + "y": 262842, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300007, + "propState": 0, + "pos": { + "x": 27194, + "y": -157810, + "z": -555309 + }, + "rot": { + "x": 0, + "y": 129986, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300008, + "propState": 0, + "pos": { + "x": 10228, + "y": -159462, + "z": -500480 + }, + "rot": { + "x": 0, + "y": 326741, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300009, + "propState": 0, + "pos": { + "x": -16554, + "y": 18947, + "z": -460709 + }, + "rot": { + "x": 0, + "y": 15255, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300010, + "propState": 0, + "pos": { + "x": 28671, + "y": 18947, + "z": -462951 + }, + "rot": { + "x": 0, + "y": 102236, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300011, + "propState": 0, + "pos": { + "x": 53002, + "y": 14212, + "z": -517614 + }, + "rot": { + "x": 0, + "y": 256664, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300012, + "propState": 0, + "pos": { + "x": 75160, + "y": 14612, + "z": -480834 + }, + "rot": { + "x": 0, + "y": 54954, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300013, + "propState": 0, + "pos": { + "x": 8372, + "y": 18500, + "z": -536920 + }, + "rot": { + "x": 0, + "y": 61590, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300014, + "propState": 0, + "pos": { + "x": 48383, + "y": 33630, + "z": -544948 + }, + "rot": { + "x": 0, + "y": 77056, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300015, + "propState": 0, + "pos": { + "x": -33259, + "y": 14500, + "z": -539161 + }, + "rot": { + "x": 0, + "y": 29295, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300016, + "propState": 0, + "pos": { + "x": -43667, + "y": 14500, + "z": -575141 + }, + "rot": { + "x": 0, + "y": 194745, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300017, + "propState": 0, + "pos": { + "x": -57909, + "y": 14500, + "z": -560231 + }, + "rot": { + "x": 0, + "y": 319858, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300018, + "propState": 0, + "pos": { + "x": -69474, + "y": 16332, + "z": -521260 + }, + "rot": { + "x": 0, + "y": 357795, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300019, + "propState": 0, + "pos": { + "x": -56418, + "y": 16332, + "z": -499936 + }, + "rot": { + "x": 0, + "y": 46274, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300020, + "propState": 0, + "pos": { + "x": -55368, + "y": 13502, + "z": -475533 + }, + "rot": { + "x": 0, + "y": 281584, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300021, + "propState": 0, + "pos": { + "x": -17907, + "y": 18579, + "z": -492550 + }, + "rot": { + "x": 0, + "y": 79791, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300022, + "propState": 0, + "pos": { + "x": -90139, + "y": 14469, + "z": -578436 + }, + "rot": { + "x": 0, + "y": 155539, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300023, + "propState": 0, + "pos": { + "x": -32471, + "y": 14500, + "z": -571057 + }, + "rot": { + "x": 0, + "y": 199364, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "132": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 132, + "instId": 300001, + "propState": 0, + "pos": { + "x": 8970, + "y": 16163, + "z": -457590 + }, + "rot": { + "x": 0, + "y": 346125, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300002, + "propState": 0, + "pos": { + "x": -4904, + "y": 16192, + "z": -421624 + }, + "rot": { + "x": 0, + "y": 13165, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300003, + "propState": 0, + "pos": { + "x": -13799, + "y": 20912, + "z": -395453 + }, + "rot": { + "x": 0, + "y": 85308, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300004, + "propState": 0, + "pos": { + "x": 14052, + "y": 20996, + "z": -395411 + }, + "rot": { + "x": 0, + "y": 264975, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300005, + "propState": 0, + "pos": { + "x": -19632, + "y": 24745, + "z": -369253 + }, + "rot": { + "x": 0, + "y": 241984, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300006, + "propState": 0, + "pos": { + "x": -19479, + "y": 24745, + "z": -366559 + }, + "rot": { + "x": 0, + "y": 285201, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300007, + "propState": 0, + "pos": { + "x": 19789, + "y": 24745, + "z": -378403 + }, + "rot": { + "x": 0, + "y": 157481, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300008, + "propState": 0, + "pos": { + "x": 11121, + "y": 39687, + "z": -336960 + }, + "rot": { + "x": 0, + "y": 336442, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "133": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "135": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 135, + "instId": 300001, + "propState": 0, + "pos": { + "x": 231, + "y": 44831, + "z": -292208 + }, + "rot": { + "x": 0, + "y": 3431, + "z": 0 + }, + "propId": 103195 + } + ], + "teleports": {} + }, + "137": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 137, + "instId": 300001, + "propState": 0, + "pos": { + "x": 113, + "y": 44183, + "z": -291689 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 132 + } + ], + "teleports": {} + }, + "138": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "145": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 145, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1570, + "y": -152077, + "z": -643769 + }, + "rot": { + "x": 0, + "y": 14467, + "z": 0 + }, + "propId": 103249 + } + ], + "teleports": {} + }, + "151": { + "monsters": [], + "npcs": [ + { + "groupId": 151, + "instId": 400001, + "pos": { + "x": 54885, + "y": 33269, + "z": -546161 + }, + "rot": { + "x": 0, + "y": 343739, + "z": 0 + }, + "npcId": 13147 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 401 + } + }, + "1030402": { + "P10304_F10304001": { + "scenes": { + "7": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1030401": { + "anchorId": 1, + "groupId": 7, + "instId": 300001, + "pos": { + "x": 780, + "y": -153008, + "z": -621450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030402": { + "anchorId": 2, + "groupId": 7, + "instId": 300002, + "pos": { + "x": -64, + "y": 16900, + "z": -502297 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030403": { + "anchorId": 3, + "groupId": 7, + "instId": 300003, + "pos": { + "x": 79490, + "y": 14574, + "z": -485360 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "1030404": { + "anchorId": 4, + "groupId": 7, + "instId": 300004, + "pos": { + "x": -27164, + "y": 14400, + "z": -544747 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": -159120, + "z": -508538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103136 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 17188, + "z": -508538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103136 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 1, + "pos": { + "x": -5000, + "y": -159500, + "z": -500000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 40, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 43190, + "z": -292076 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103210 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 261241, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "52": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 261241, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -6040, + "y": 43670, + "z": -290478 + }, + "rot": { + "x": 0, + "y": 284176, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 54, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -6023, + "y": 23549, + "z": -507831 + }, + "rot": { + "x": 0, + "y": 4718, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 75, + "instId": 300001, + "propState": 11, + "pos": { + "x": 78062, + "y": 13138, + "z": -495469 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 76, + "instId": 300001, + "propState": 11, + "pos": { + "x": 59382, + "y": 33080, + "z": -533026 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 77, + "instId": 300001, + "propState": 11, + "pos": { + "x": -73980, + "y": 16332, + "z": -501140 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": 60499, + "y": 33080, + "z": -516300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 85, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4556, + "y": 39687, + "z": -316044 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + } + ], + "teleports": { + "1030405": { + "anchorId": 1, + "groupId": 85, + "instId": 300001, + "pos": { + "x": 3, + "y": 39366, + "z": -325817 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "125": { + "monsters": [], + "npcs": [ + { + "groupId": 125, + "instId": 400001, + "pos": { + "x": -61773, + "y": 17256, + "z": -512810 + }, + "rot": { + "x": 0, + "y": 298057, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 125, + "instId": 300001, + "propState": 101, + "pos": { + "x": -61760, + "y": 16193, + "z": -512844 + }, + "rot": { + "x": 0, + "y": 32302, + "z": 0 + }, + "propId": 103047 + } + ], + "teleports": {} + }, + "126": { + "monsters": [], + "npcs": [ + { + "groupId": 126, + "instId": 400001, + "pos": { + "x": -65795, + "y": 16496, + "z": -478135 + }, + "rot": { + "x": 0, + "y": 181133, + "z": 0 + }, + "npcId": 13252 + } + ], + "props": [], + "teleports": {} + }, + "128": { + "monsters": [], + "npcs": [ + { + "groupId": 128, + "instId": 400001, + "pos": { + "x": -65176, + "y": 15375, + "z": -571334 + }, + "rot": { + "x": 0, + "y": 346324, + "z": 0 + }, + "npcId": 13161 + } + ], + "props": [], + "teleports": {} + }, + "131": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 131, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5421, + "y": -151651, + "z": -641644 + }, + "rot": { + "x": 0, + "y": 170496, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300002, + "propState": 0, + "pos": { + "x": 7946, + "y": -152077, + "z": -642606 + }, + "rot": { + "x": 0, + "y": 314691, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300003, + "propState": 0, + "pos": { + "x": -14254, + "y": -152077, + "z": -641559 + }, + "rot": { + "x": 0, + "y": 344338, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300004, + "propState": 0, + "pos": { + "x": 20426, + "y": -152077, + "z": -639690 + }, + "rot": { + "x": 0, + "y": 119176, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300005, + "propState": 0, + "pos": { + "x": 7384, + "y": -153556, + "z": -580243 + }, + "rot": { + "x": 0, + "y": 286949, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300006, + "propState": 0, + "pos": { + "x": -4807, + "y": -157750, + "z": -562964 + }, + "rot": { + "x": 0, + "y": 262842, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300007, + "propState": 0, + "pos": { + "x": 27194, + "y": -157810, + "z": -555309 + }, + "rot": { + "x": 0, + "y": 129986, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300008, + "propState": 0, + "pos": { + "x": 10228, + "y": -159462, + "z": -500480 + }, + "rot": { + "x": 0, + "y": 326741, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300009, + "propState": 0, + "pos": { + "x": -16554, + "y": 18947, + "z": -460709 + }, + "rot": { + "x": 0, + "y": 15255, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300010, + "propState": 0, + "pos": { + "x": 28671, + "y": 18947, + "z": -462951 + }, + "rot": { + "x": 0, + "y": 102236, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300011, + "propState": 0, + "pos": { + "x": 53002, + "y": 14212, + "z": -517614 + }, + "rot": { + "x": 0, + "y": 256664, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300012, + "propState": 0, + "pos": { + "x": 75160, + "y": 14612, + "z": -480834 + }, + "rot": { + "x": 0, + "y": 54954, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300013, + "propState": 0, + "pos": { + "x": 8372, + "y": 18500, + "z": -536920 + }, + "rot": { + "x": 0, + "y": 61590, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300014, + "propState": 0, + "pos": { + "x": 48383, + "y": 33630, + "z": -544948 + }, + "rot": { + "x": 0, + "y": 77056, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300015, + "propState": 0, + "pos": { + "x": -33259, + "y": 14500, + "z": -539161 + }, + "rot": { + "x": 0, + "y": 29295, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300016, + "propState": 0, + "pos": { + "x": -43667, + "y": 14500, + "z": -575141 + }, + "rot": { + "x": 0, + "y": 194745, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300017, + "propState": 0, + "pos": { + "x": -57909, + "y": 14500, + "z": -560231 + }, + "rot": { + "x": 0, + "y": 319858, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300018, + "propState": 0, + "pos": { + "x": -69474, + "y": 16332, + "z": -521260 + }, + "rot": { + "x": 0, + "y": 357795, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300019, + "propState": 0, + "pos": { + "x": -56418, + "y": 16332, + "z": -499936 + }, + "rot": { + "x": 0, + "y": 46274, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300020, + "propState": 0, + "pos": { + "x": -55368, + "y": 13502, + "z": -475533 + }, + "rot": { + "x": 0, + "y": 281584, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300021, + "propState": 0, + "pos": { + "x": -17907, + "y": 18579, + "z": -492550 + }, + "rot": { + "x": 0, + "y": 79791, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300022, + "propState": 0, + "pos": { + "x": -90139, + "y": 14469, + "z": -578436 + }, + "rot": { + "x": 0, + "y": 155539, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300023, + "propState": 0, + "pos": { + "x": -32471, + "y": 14500, + "z": -571057 + }, + "rot": { + "x": 0, + "y": 199364, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "132": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 132, + "instId": 300001, + "propState": 0, + "pos": { + "x": 8970, + "y": 16163, + "z": -457590 + }, + "rot": { + "x": 0, + "y": 346125, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300002, + "propState": 0, + "pos": { + "x": -4904, + "y": 16192, + "z": -421624 + }, + "rot": { + "x": 0, + "y": 13165, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300003, + "propState": 0, + "pos": { + "x": -13799, + "y": 20912, + "z": -395453 + }, + "rot": { + "x": 0, + "y": 85308, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300004, + "propState": 0, + "pos": { + "x": 14052, + "y": 20996, + "z": -395411 + }, + "rot": { + "x": 0, + "y": 264975, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300005, + "propState": 0, + "pos": { + "x": -19632, + "y": 24745, + "z": -369253 + }, + "rot": { + "x": 0, + "y": 241984, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300006, + "propState": 0, + "pos": { + "x": -19479, + "y": 24745, + "z": -366559 + }, + "rot": { + "x": 0, + "y": 285201, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300007, + "propState": 0, + "pos": { + "x": 19789, + "y": 24745, + "z": -378403 + }, + "rot": { + "x": 0, + "y": 157481, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300008, + "propState": 0, + "pos": { + "x": 11121, + "y": 39687, + "z": -336960 + }, + "rot": { + "x": 0, + "y": 336442, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "133": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "135": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 135, + "instId": 300001, + "propState": 0, + "pos": { + "x": 231, + "y": 44831, + "z": -292208 + }, + "rot": { + "x": 0, + "y": 3431, + "z": 0 + }, + "propId": 103195 + } + ], + "teleports": {} + }, + "137": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 137, + "instId": 300001, + "propState": 0, + "pos": { + "x": 113, + "y": 44183, + "z": -291689 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 132 + } + ], + "teleports": {} + }, + "138": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "145": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 145, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1570, + "y": -152077, + "z": -643769 + }, + "rot": { + "x": 0, + "y": 14467, + "z": 0 + }, + "propId": 103249 + } + ], + "teleports": {} + }, + "151": { + "monsters": [], + "npcs": [ + { + "groupId": 151, + "instId": 400001, + "pos": { + "x": 54885, + "y": 33269, + "z": -546161 + }, + "rot": { + "x": 0, + "y": 343739, + "z": 0 + }, + "npcId": 13147 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 401, + "startAnchorId": 1, + "startGroupId": 145 + } + }, + "1030403": { + "P10304_F10304001": { + "scenes": { + "7": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1030401": { + "anchorId": 1, + "groupId": 7, + "instId": 300001, + "pos": { + "x": 780, + "y": -153008, + "z": -621450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030402": { + "anchorId": 2, + "groupId": 7, + "instId": 300002, + "pos": { + "x": -64, + "y": 16900, + "z": -502297 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030403": { + "anchorId": 3, + "groupId": 7, + "instId": 300003, + "pos": { + "x": 79490, + "y": 14574, + "z": -485360 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "1030404": { + "anchorId": 4, + "groupId": 7, + "instId": 300004, + "pos": { + "x": -27164, + "y": 14400, + "z": -544747 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": -159120, + "z": -508538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103136 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 17188, + "z": -508538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103136 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 1, + "pos": { + "x": -5000, + "y": -159500, + "z": -500000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 40, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 43190, + "z": -292076 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103210 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 261241, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "52": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 261241, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -6040, + "y": 43670, + "z": -290478 + }, + "rot": { + "x": 0, + "y": 284176, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 54, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -6023, + "y": 23549, + "z": -507831 + }, + "rot": { + "x": 0, + "y": 4718, + "z": 0 + }, + "propId": 103024 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 75, + "instId": 300001, + "propState": 11, + "pos": { + "x": 78062, + "y": 13138, + "z": -495469 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 76, + "instId": 300001, + "propState": 11, + "pos": { + "x": 59382, + "y": 33080, + "z": -533026 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 77, + "instId": 300001, + "propState": 11, + "pos": { + "x": -73980, + "y": 16332, + "z": -501140 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": 60499, + "y": 33080, + "z": -516300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 85, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4556, + "y": 39687, + "z": -316044 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + } + ], + "teleports": { + "1030405": { + "anchorId": 1, + "groupId": 85, + "instId": 300001, + "pos": { + "x": 3, + "y": 39366, + "z": -325817 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "125": { + "monsters": [], + "npcs": [ + { + "groupId": 125, + "instId": 400001, + "pos": { + "x": -61773, + "y": 17256, + "z": -512810 + }, + "rot": { + "x": 0, + "y": 298057, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 125, + "instId": 300001, + "propState": 101, + "pos": { + "x": -61760, + "y": 16193, + "z": -512844 + }, + "rot": { + "x": 0, + "y": 32302, + "z": 0 + }, + "propId": 103047 + } + ], + "teleports": {} + }, + "126": { + "monsters": [], + "npcs": [ + { + "groupId": 126, + "instId": 400001, + "pos": { + "x": -65795, + "y": 16496, + "z": -478135 + }, + "rot": { + "x": 0, + "y": 181133, + "z": 0 + }, + "npcId": 13252 + } + ], + "props": [], + "teleports": {} + }, + "128": { + "monsters": [], + "npcs": [ + { + "groupId": 128, + "instId": 400001, + "pos": { + "x": -65176, + "y": 15375, + "z": -571334 + }, + "rot": { + "x": 0, + "y": 346324, + "z": 0 + }, + "npcId": 13161 + } + ], + "props": [], + "teleports": {} + }, + "131": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 131, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5421, + "y": -151651, + "z": -641644 + }, + "rot": { + "x": 0, + "y": 170496, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300002, + "propState": 0, + "pos": { + "x": 7946, + "y": -152077, + "z": -642606 + }, + "rot": { + "x": 0, + "y": 314691, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300003, + "propState": 0, + "pos": { + "x": -14254, + "y": -152077, + "z": -641559 + }, + "rot": { + "x": 0, + "y": 344338, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300004, + "propState": 0, + "pos": { + "x": 20426, + "y": -152077, + "z": -639690 + }, + "rot": { + "x": 0, + "y": 119176, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300005, + "propState": 0, + "pos": { + "x": 7384, + "y": -153556, + "z": -580243 + }, + "rot": { + "x": 0, + "y": 286949, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300006, + "propState": 0, + "pos": { + "x": -4807, + "y": -157750, + "z": -562964 + }, + "rot": { + "x": 0, + "y": 262842, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300007, + "propState": 0, + "pos": { + "x": 27194, + "y": -157810, + "z": -555309 + }, + "rot": { + "x": 0, + "y": 129986, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300008, + "propState": 0, + "pos": { + "x": 10228, + "y": -159462, + "z": -500480 + }, + "rot": { + "x": 0, + "y": 326741, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300009, + "propState": 0, + "pos": { + "x": -16554, + "y": 18947, + "z": -460709 + }, + "rot": { + "x": 0, + "y": 15255, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300010, + "propState": 0, + "pos": { + "x": 28671, + "y": 18947, + "z": -462951 + }, + "rot": { + "x": 0, + "y": 102236, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300011, + "propState": 0, + "pos": { + "x": 53002, + "y": 14212, + "z": -517614 + }, + "rot": { + "x": 0, + "y": 256664, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300012, + "propState": 0, + "pos": { + "x": 75160, + "y": 14612, + "z": -480834 + }, + "rot": { + "x": 0, + "y": 54954, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300013, + "propState": 0, + "pos": { + "x": 8372, + "y": 18500, + "z": -536920 + }, + "rot": { + "x": 0, + "y": 61590, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300014, + "propState": 0, + "pos": { + "x": 48383, + "y": 33630, + "z": -544948 + }, + "rot": { + "x": 0, + "y": 77056, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300015, + "propState": 0, + "pos": { + "x": -33259, + "y": 14500, + "z": -539161 + }, + "rot": { + "x": 0, + "y": 29295, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300016, + "propState": 0, + "pos": { + "x": -43667, + "y": 14500, + "z": -575141 + }, + "rot": { + "x": 0, + "y": 194745, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300017, + "propState": 0, + "pos": { + "x": -57909, + "y": 14500, + "z": -560231 + }, + "rot": { + "x": 0, + "y": 319858, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300018, + "propState": 0, + "pos": { + "x": -69474, + "y": 16332, + "z": -521260 + }, + "rot": { + "x": 0, + "y": 357795, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300019, + "propState": 0, + "pos": { + "x": -56418, + "y": 16332, + "z": -499936 + }, + "rot": { + "x": 0, + "y": 46274, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300020, + "propState": 0, + "pos": { + "x": -55368, + "y": 13502, + "z": -475533 + }, + "rot": { + "x": 0, + "y": 281584, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300021, + "propState": 0, + "pos": { + "x": -17907, + "y": 18579, + "z": -492550 + }, + "rot": { + "x": 0, + "y": 79791, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300022, + "propState": 0, + "pos": { + "x": -90139, + "y": 14469, + "z": -578436 + }, + "rot": { + "x": 0, + "y": 155539, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 131, + "instId": 300023, + "propState": 0, + "pos": { + "x": -32471, + "y": 14500, + "z": -571057 + }, + "rot": { + "x": 0, + "y": 199364, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "132": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 132, + "instId": 300001, + "propState": 0, + "pos": { + "x": 8970, + "y": 16163, + "z": -457590 + }, + "rot": { + "x": 0, + "y": 346125, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300002, + "propState": 0, + "pos": { + "x": -4904, + "y": 16192, + "z": -421624 + }, + "rot": { + "x": 0, + "y": 13165, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300003, + "propState": 0, + "pos": { + "x": -13799, + "y": 20912, + "z": -395453 + }, + "rot": { + "x": 0, + "y": 85308, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300004, + "propState": 0, + "pos": { + "x": 14052, + "y": 20996, + "z": -395411 + }, + "rot": { + "x": 0, + "y": 264975, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300005, + "propState": 0, + "pos": { + "x": -19632, + "y": 24745, + "z": -369253 + }, + "rot": { + "x": 0, + "y": 241984, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300006, + "propState": 0, + "pos": { + "x": -19479, + "y": 24745, + "z": -366559 + }, + "rot": { + "x": 0, + "y": 285201, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300007, + "propState": 0, + "pos": { + "x": 19789, + "y": 24745, + "z": -378403 + }, + "rot": { + "x": 0, + "y": 157481, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 132, + "instId": 300008, + "propState": 0, + "pos": { + "x": 11121, + "y": 39687, + "z": -336960 + }, + "rot": { + "x": 0, + "y": 336442, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "133": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "135": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 135, + "instId": 300001, + "propState": 0, + "pos": { + "x": 231, + "y": 44831, + "z": -292208 + }, + "rot": { + "x": 0, + "y": 3431, + "z": 0 + }, + "propId": 103195 + } + ], + "teleports": {} + }, + "137": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 137, + "instId": 300001, + "propState": 0, + "pos": { + "x": 113, + "y": 44183, + "z": -291689 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 132 + } + ], + "teleports": {} + }, + "138": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "145": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 145, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1570, + "y": -152077, + "z": -643769 + }, + "rot": { + "x": 0, + "y": 14467, + "z": 0 + }, + "propId": 103249 + } + ], + "teleports": {} + }, + "151": { + "monsters": [], + "npcs": [ + { + "groupId": 151, + "instId": 400001, + "pos": { + "x": 54885, + "y": 33269, + "z": -546161 + }, + "rot": { + "x": 0, + "y": 343739, + "z": 0 + }, + "npcId": 13147 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 401, + "startAnchorId": 2, + "startGroupId": 156 + } + }, + "1030501": { + "P10305_F10305001": { + "scenes": { + "8": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "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": 0, + "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 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [ + { + "groupId": 21, + "instId": 400001, + "pos": { + "x": 60, + "y": -15925, + "z": -259300 + }, + "rot": { + "x": 0, + "y": 181463, + "z": 0 + }, + "npcId": 13104 + } + ], + "props": [], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "1030201": { + "anchorId": 1, + "groupId": 31, + "instId": 300001, + "pos": { + "x": 197, + "y": 1547, + "z": -380008 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "1030301": { + "anchorId": 2, + "groupId": 31, + "instId": 300002, + "pos": { + "x": 220, + "y": -16858, + "z": -296000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "48": { + "monsters": [], + "npcs": [ + { + "groupId": 48, + "instId": 400001, + "pos": { + "x": -2732, + "y": 1613, + "z": -403001 + }, + "rot": { + "x": 0, + "y": 282206, + "z": 0 + }, + "npcId": 13101 + } + ], + "props": [], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 61, + "instId": 300001, + "propState": 1, + "pos": { + "x": 48132, + "y": 7537, + "z": -438858 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 1, + "pos": { + "x": 30129, + "y": 7537, + "z": -438858 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300001, + "propState": 1, + "pos": { + "x": -29944, + "y": 7537, + "z": -438827 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 1, + "pos": { + "x": -47942, + "y": 7537, + "z": -438858 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 83, + "instId": 300001, + "propState": 1, + "pos": { + "x": 48245, + "y": 8509, + "z": -457571 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 139 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 401 + } + }, + "1030502": { + "P10305_F10305001": { + "scenes": { + "8": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "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": 0, + "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 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [ + { + "groupId": 21, + "instId": 400001, + "pos": { + "x": 60, + "y": -15925, + "z": -259300 + }, + "rot": { + "x": 0, + "y": 181463, + "z": 0 + }, + "npcId": 13104 + } + ], + "props": [], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "1030201": { + "anchorId": 1, + "groupId": 31, + "instId": 300001, + "pos": { + "x": 197, + "y": 1547, + "z": -380008 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "1030301": { + "anchorId": 2, + "groupId": 31, + "instId": 300002, + "pos": { + "x": 220, + "y": -16858, + "z": -296000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "48": { + "monsters": [], + "npcs": [ + { + "groupId": 48, + "instId": 400001, + "pos": { + "x": -2732, + "y": 1613, + "z": -403001 + }, + "rot": { + "x": 0, + "y": 282206, + "z": 0 + }, + "npcId": 13101 + } + ], + "props": [], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 61, + "instId": 300001, + "propState": 1, + "pos": { + "x": 48132, + "y": 7537, + "z": -438858 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 1, + "pos": { + "x": 30129, + "y": 7537, + "z": -438858 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300001, + "propState": 1, + "pos": { + "x": -29944, + "y": 7537, + "z": -438827 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 1, + "pos": { + "x": -47942, + "y": 7537, + "z": -438858 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 83, + "instId": 300001, + "propState": 1, + "pos": { + "x": 48245, + "y": 8509, + "z": -457571 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 139 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 401, + "startAnchorId": 2, + "startGroupId": 2 + } + }, + "1030503": { + "P10305_F10305001": { + "scenes": { + "8": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "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": 0, + "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 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [ + { + "groupId": 21, + "instId": 400001, + "pos": { + "x": 60, + "y": -15925, + "z": -259300 + }, + "rot": { + "x": 0, + "y": 181463, + "z": 0 + }, + "npcId": 13104 + } + ], + "props": [], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "1030201": { + "anchorId": 1, + "groupId": 31, + "instId": 300001, + "pos": { + "x": 197, + "y": 1547, + "z": -380008 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "1030301": { + "anchorId": 2, + "groupId": 31, + "instId": 300002, + "pos": { + "x": 220, + "y": -16858, + "z": -296000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "48": { + "monsters": [], + "npcs": [ + { + "groupId": 48, + "instId": 400001, + "pos": { + "x": -2732, + "y": 1613, + "z": -403001 + }, + "rot": { + "x": 0, + "y": 282206, + "z": 0 + }, + "npcId": 13101 + } + ], + "props": [], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 61, + "instId": 300001, + "propState": 1, + "pos": { + "x": 48132, + "y": 7537, + "z": -438858 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 1, + "pos": { + "x": 30129, + "y": 7537, + "z": -438858 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300001, + "propState": 1, + "pos": { + "x": -29944, + "y": 7537, + "z": -438827 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 1, + "pos": { + "x": -47942, + "y": 7537, + "z": -438858 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 83, + "instId": 300001, + "propState": 1, + "pos": { + "x": 48245, + "y": 8509, + "z": -457571 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 139 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 401, + "startAnchorId": 1, + "startGroupId": 131 + } + }, + "1030601": { + "P10306_F10306001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "pos": { + "x": -7322, + "y": 4913, + "z": 34247 + }, + "rot": { + "x": 0, + "y": 273329, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": 21913, + "y": 4937, + "z": 70359 + }, + "rot": { + "x": 0, + "y": 327058, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 0, + "pos": { + "x": 39703, + "y": 4933, + "z": 85631 + }, + "rot": { + "x": 0, + "y": 157837, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300017, + "propState": 0, + "pos": { + "x": 25090, + "y": 4630, + "z": 115717 + }, + "rot": { + "x": 0, + "y": 255869, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300018, + "propState": 0, + "pos": { + "x": -23578, + "y": 3017, + "z": 114967 + }, + "rot": { + "x": 0, + "y": 152608, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300019, + "propState": 0, + "pos": { + "x": -20714, + "y": 3017, + "z": 113851 + }, + "rot": { + "x": 0, + "y": 257146, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300020, + "propState": 0, + "pos": { + "x": -22918, + "y": 3017, + "z": 112018 + }, + "rot": { + "x": 0, + "y": 24007, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300021, + "propState": 0, + "pos": { + "x": 14307, + "y": 3017, + "z": 91243 + }, + "rot": { + "x": 0, + "y": 24007, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300022, + "propState": 0, + "pos": { + "x": 13765, + "y": 3017, + "z": 89422 + }, + "rot": { + "x": 0, + "y": 240213, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300023, + "propState": 0, + "pos": { + "x": -37270, + "y": 4962, + "z": 110332 + }, + "rot": { + "x": 0, + "y": 174478, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 0, + "pos": { + "x": -42375, + "y": 4854, + "z": 83885 + }, + "rot": { + "x": 0, + "y": 207317, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 0, + "pos": { + "x": -60145, + "y": 4854, + "z": 68061 + }, + "rot": { + "x": 0, + "y": 337535, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 0, + "pos": { + "x": -81534, + "y": 4854, + "z": 112391 + }, + "rot": { + "x": 0, + "y": 274207, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300030, + "propState": 0, + "pos": { + "x": -93303, + "y": 4919, + "z": 106026 + }, + "rot": { + "x": 0, + "y": 343791, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 0, + "pos": { + "x": -64017, + "y": 4854, + "z": 145667 + }, + "rot": { + "x": 0, + "y": 218726, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300008, + "propState": 0, + "pos": { + "x": -39790, + "y": 4854, + "z": 164870 + }, + "rot": { + "x": 0, + "y": 304148, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300009, + "propState": 0, + "pos": { + "x": 11909, + "y": 4946, + "z": 172203 + }, + "rot": { + "x": 0, + "y": 194754, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300010, + "propState": 0, + "pos": { + "x": -11594, + "y": 4941, + "z": 172255 + }, + "rot": { + "x": 0, + "y": 174545, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300011, + "propState": 0, + "pos": { + "x": 63749, + "y": 4854, + "z": 147337 + }, + "rot": { + "x": 0, + "y": 167261, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300012, + "propState": 0, + "pos": { + "x": 62500, + "y": 4854, + "z": 73020 + }, + "rot": { + "x": 0, + "y": 15502, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300013, + "propState": 0, + "pos": { + "x": 81897, + "y": 4854, + "z": 112684 + }, + "rot": { + "x": 0, + "y": 92454, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300014, + "propState": 0, + "pos": { + "x": 50731, + "y": 5235, + "z": 33411 + }, + "rot": { + "x": 0, + "y": 235242, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300015, + "propState": 0, + "pos": { + "x": 34414, + "y": 4854, + "z": 46558 + }, + "rot": { + "x": 0, + "y": 92454, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300016, + "propState": 0, + "pos": { + "x": 43288, + "y": 4854, + "z": 144357 + }, + "rot": { + "x": 0, + "y": 92454, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300024, + "propState": 0, + "pos": { + "x": 76201, + "y": 4854, + "z": 100530 + }, + "rot": { + "x": 0, + "y": 325617, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300025, + "propState": 0, + "pos": { + "x": 77599, + "y": 4854, + "z": 100351 + }, + "rot": { + "x": 0, + "y": 15765, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300026, + "propState": 0, + "pos": { + "x": -11256, + "y": 4937, + "z": 65780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 2, + "instId": 300027, + "propState": 0, + "pos": { + "x": -12451, + "y": 4937, + "z": 66361 + }, + "rot": { + "x": 0, + "y": 308573, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 2, + "instId": 300028, + "propState": 0, + "pos": { + "x": 109111, + "y": 3859, + "z": 115284 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 2, + "instId": 300029, + "propState": 0, + "pos": { + "x": 126230, + "y": 3859, + "z": 109377 + }, + "rot": { + "x": 0, + "y": 49444, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "1030601": { + "anchorId": 1, + "groupId": 3, + "instId": 300001, + "pos": { + "x": 0, + "y": 4903, + "z": 26000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030602": { + "anchorId": 2, + "groupId": 3, + "instId": 300002, + "pos": { + "x": -84530, + "y": 4854, + "z": 110410 + }, + "rot": { + "x": 0, + "y": 271000, + "z": 0 + } + }, + "1030603": { + "anchorId": 3, + "groupId": 3, + "instId": 300003, + "pos": { + "x": 85840, + "y": 4854, + "z": 110533 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "1030604": { + "anchorId": 4, + "groupId": 3, + "instId": 300004, + "pos": { + "x": 15521, + "y": 4937, + "z": 156520 + }, + "rot": { + "x": 0, + "y": 338250, + "z": 0 + } + } + } + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -44350, + "y": 7000, + "z": 141260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": -43590, + "y": 7000, + "z": 79790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 0, + "pos": { + "x": -83950, + "y": 7000, + "z": 110211 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 0, + "pos": { + "x": 44280, + "y": 7000, + "z": 79710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 0, + "pos": { + "x": 43820, + "y": 7000, + "z": 141330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 0, + "pos": { + "x": 84180, + "y": 7000, + "z": 110406 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [ + { + "groupId": 19, + "instId": 400002, + "pos": { + "x": 45425, + "y": 5617, + "z": 40985 + }, + "rot": { + "x": 0, + "y": 268129, + "z": 0 + }, + "npcId": 3026 + } + ], + "props": [ + { + "groupId": 19, + "instId": 300002, + "propState": 0, + "pos": { + "x": 44948, + "y": 6441, + "z": 40551 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": -22462, + "y": 3017, + "z": 113474 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 0, + "pos": { + "x": -10153, + "y": 4470, + "z": 114270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 0, + "pos": { + "x": -14323, + "y": 4960, + "z": 94350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 0, + "pos": { + "x": 15188, + "y": 3017, + "z": 89958 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 0, + "pos": { + "x": 11157, + "y": 3017, + "z": 111183 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 0, + "pos": { + "x": -11456, + "y": 3017, + "z": 107025 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300007, + "propState": 0, + "pos": { + "x": 2821, + "y": 3017, + "z": 99176 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300005, + "propState": 0, + "pos": { + "x": 110, + "y": 4937, + "z": 162450 + }, + "rot": { + "x": 0, + "y": 169625, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 76, + "instId": 300001, + "propState": 18, + "pos": { + "x": 72168, + "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 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 100902, + "y": 4583, + "z": 115243 + }, + "rot": { + "x": 0, + "y": 119437, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 78, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "206": { + "monsters": [], + "npcs": [ + { + "groupId": 206, + "instId": 400002, + "pos": { + "x": -121881, + "y": 4965, + "z": 99267 + }, + "rot": { + "x": 0, + "y": 17992, + "z": 0 + }, + "npcId": 3090 + } + ], + "props": [ + { + "groupId": 206, + "instId": 300001, + "propState": 0, + "pos": { + "x": -118235, + "y": 4915, + "z": 107588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + }, + "208": { + "monsters": [], + "npcs": [ + { + "groupId": 208, + "instId": 400001, + "pos": { + "x": 124168, + "y": 4546, + "z": 89038 + }, + "rot": { + "x": 0, + "y": 13834, + "z": 0 + }, + "npcId": 2310 + }, + { + "groupId": 208, + "instId": 400002, + "pos": { + "x": 125126, + "y": 4546, + "z": 88356 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2302 + }, + { + "groupId": 208, + "instId": 400003, + "pos": { + "x": 123040, + "y": 4546, + "z": 88240 + }, + "rot": { + "x": 0, + "y": 21519, + "z": 0 + }, + "npcId": 2302 + } + ], + "props": [ + { + "groupId": 208, + "instId": 300001, + "propState": 0, + "pos": { + "x": 7681, + "y": 4937, + "z": 152616 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + }, + "232": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 232, + "instId": 300001, + "propState": 0, + "pos": { + "x": 123580, + "y": 3680, + "z": 73840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103098 + } + ], + "teleports": {} + }, + "249": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 249, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22, + "y": 3800, + "z": 125024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300002, + "propState": 0, + "pos": { + "x": 22, + "y": 3800, + "z": 125024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300003, + "propState": 0, + "pos": { + "x": 22, + "y": 3800, + "z": 125024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300005, + "propState": 0, + "pos": { + "x": 17, + "y": 2250, + "z": 134940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300006, + "propState": 0, + "pos": { + "x": 20, + "y": 3016, + "z": 110440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 115580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300008, + "propState": 0, + "pos": { + "x": -660, + "y": 13940, + "z": 112251 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300009, + "propState": 0, + "pos": { + "x": 8163, + "y": 12553, + "z": 121645 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300010, + "propState": 0, + "pos": { + "x": -11382, + "y": 13940, + "z": 119229 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300011, + "propState": 0, + "pos": { + "x": -7610, + "y": 12817, + "z": 120650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300012, + "propState": 0, + "pos": { + "x": 10743, + "y": 13940, + "z": 118047 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "271": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 271, + "instId": 300001, + "propState": 11, + "pos": { + "x": 67046, + "y": 4854, + "z": 140612 + }, + "rot": { + "x": 0, + "y": 265630, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "272": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 272, + "instId": 300001, + "propState": 11, + "pos": { + "x": -100184, + "y": 4915, + "z": 113935 + }, + "rot": { + "x": 0, + "y": 111570, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "273": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 273, + "instId": 300001, + "propState": 11, + "pos": { + "x": -21062, + "y": 4937, + "z": 161940 + }, + "rot": { + "x": 0, + "y": 74313, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "274": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "275": { + "monsters": [], + "npcs": [ + { + "groupId": 275, + "instId": 400001, + "pos": { + "x": -4940, + "y": 3017, + "z": 112060 + }, + "rot": { + "x": 0, + "y": 58271, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 275, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4940, + "y": 3017, + "z": 112060 + }, + "rot": { + "x": 0, + "y": 58271, + "z": 0 + }, + "propId": 103256 + } + ], + "teleports": {} + }, + "276": { + "monsters": [], + "npcs": [ + { + "groupId": 276, + "instId": 400001, + "pos": { + "x": 2930, + "y": 3017, + "z": 114922 + }, + "rot": { + "x": 0, + "y": 190136, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 276, + "instId": 300002, + "propState": 0, + "pos": { + "x": 2930, + "y": 3017, + "z": 114922 + }, + "rot": { + "x": 0, + "y": 190136, + "z": 0 + }, + "propId": 103256 + } + ], + "teleports": {} + }, + "277": { + "monsters": [], + "npcs": [ + { + "groupId": 277, + "instId": 400001, + "pos": { + "x": 4164, + "y": 3017, + "z": 104165 + }, + "rot": { + "x": 0, + "y": 335829, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 277, + "instId": 300003, + "propState": 0, + "pos": { + "x": 4164, + "y": 3017, + "z": 104165 + }, + "rot": { + "x": 0, + "y": 335829, + "z": 0 + }, + "propId": 103256 + } + ], + "teleports": {} + }, + "326": { + "monsters": [], + "npcs": [ + { + "groupId": 326, + "instId": 400001, + "pos": { + "x": 108979, + "y": 3859, + "z": 105703 + }, + "rot": { + "x": 0, + "y": 29887, + "z": 0 + }, + "npcId": 13177 + } + ], + "props": [], + "teleports": {} + }, + "329": { + "monsters": [], + "npcs": [ + { + "groupId": 329, + "instId": 400001, + "pos": { + "x": -97405, + "y": 5313, + "z": 107809 + }, + "rot": { + "x": 0, + "y": 4965, + "z": 0 + }, + "npcId": 13346 + } + ], + "props": [ + { + "groupId": 329, + "instId": 300001, + "propState": 0, + "pos": { + "x": -97397, + "y": 5131, + "z": 108154 + }, + "rot": { + "x": 0, + "y": 7327, + "z": 0 + }, + "propId": 103142 + } + ], + "teleports": {} + }, + "351": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "394": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": -3229, + "y": 5599, + "z": 51524 + }, + "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 + } + ], + "teleports": {} + }, + "395": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 395, + "instId": 300001, + "propState": 18, + "pos": { + "x": -43781, + "y": 5839, + "z": 125206 + }, + "rot": { + "x": 0, + "y": 0, + "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 + } + ], + "teleports": {} + }, + "396": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 396, + "instId": 300001, + "propState": 18, + "pos": { + "x": 21249, + "y": 5953, + "z": 154350 + }, + "rot": { + "x": 0, + "y": 26863, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 401 + } + }, + "1030602": { + "P10306_F10306001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "pos": { + "x": -7322, + "y": 4913, + "z": 34247 + }, + "rot": { + "x": 0, + "y": 273329, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": 21913, + "y": 4937, + "z": 70359 + }, + "rot": { + "x": 0, + "y": 327058, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 0, + "pos": { + "x": 39703, + "y": 4933, + "z": 85631 + }, + "rot": { + "x": 0, + "y": 157837, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300017, + "propState": 0, + "pos": { + "x": 25090, + "y": 4630, + "z": 115717 + }, + "rot": { + "x": 0, + "y": 255869, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300018, + "propState": 0, + "pos": { + "x": -23578, + "y": 3017, + "z": 114967 + }, + "rot": { + "x": 0, + "y": 152608, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300019, + "propState": 0, + "pos": { + "x": -20714, + "y": 3017, + "z": 113851 + }, + "rot": { + "x": 0, + "y": 257146, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300020, + "propState": 0, + "pos": { + "x": -22918, + "y": 3017, + "z": 112018 + }, + "rot": { + "x": 0, + "y": 24007, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300021, + "propState": 0, + "pos": { + "x": 14307, + "y": 3017, + "z": 91243 + }, + "rot": { + "x": 0, + "y": 24007, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300022, + "propState": 0, + "pos": { + "x": 13765, + "y": 3017, + "z": 89422 + }, + "rot": { + "x": 0, + "y": 240213, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300023, + "propState": 0, + "pos": { + "x": -37270, + "y": 4962, + "z": 110332 + }, + "rot": { + "x": 0, + "y": 174478, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 0, + "pos": { + "x": -42375, + "y": 4854, + "z": 83885 + }, + "rot": { + "x": 0, + "y": 207317, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 0, + "pos": { + "x": -60145, + "y": 4854, + "z": 68061 + }, + "rot": { + "x": 0, + "y": 337535, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 0, + "pos": { + "x": -81534, + "y": 4854, + "z": 112391 + }, + "rot": { + "x": 0, + "y": 274207, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300030, + "propState": 0, + "pos": { + "x": -93303, + "y": 4919, + "z": 106026 + }, + "rot": { + "x": 0, + "y": 343791, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 0, + "pos": { + "x": -64017, + "y": 4854, + "z": 145667 + }, + "rot": { + "x": 0, + "y": 218726, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300008, + "propState": 0, + "pos": { + "x": -39790, + "y": 4854, + "z": 164870 + }, + "rot": { + "x": 0, + "y": 304148, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300009, + "propState": 0, + "pos": { + "x": 11909, + "y": 4946, + "z": 172203 + }, + "rot": { + "x": 0, + "y": 194754, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300010, + "propState": 0, + "pos": { + "x": -11594, + "y": 4941, + "z": 172255 + }, + "rot": { + "x": 0, + "y": 174545, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300011, + "propState": 0, + "pos": { + "x": 63749, + "y": 4854, + "z": 147337 + }, + "rot": { + "x": 0, + "y": 167261, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300012, + "propState": 0, + "pos": { + "x": 62500, + "y": 4854, + "z": 73020 + }, + "rot": { + "x": 0, + "y": 15502, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300013, + "propState": 0, + "pos": { + "x": 81897, + "y": 4854, + "z": 112684 + }, + "rot": { + "x": 0, + "y": 92454, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300014, + "propState": 0, + "pos": { + "x": 50731, + "y": 5235, + "z": 33411 + }, + "rot": { + "x": 0, + "y": 235242, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300015, + "propState": 0, + "pos": { + "x": 34414, + "y": 4854, + "z": 46558 + }, + "rot": { + "x": 0, + "y": 92454, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300016, + "propState": 0, + "pos": { + "x": 43288, + "y": 4854, + "z": 144357 + }, + "rot": { + "x": 0, + "y": 92454, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300024, + "propState": 0, + "pos": { + "x": 76201, + "y": 4854, + "z": 100530 + }, + "rot": { + "x": 0, + "y": 325617, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300025, + "propState": 0, + "pos": { + "x": 77599, + "y": 4854, + "z": 100351 + }, + "rot": { + "x": 0, + "y": 15765, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300026, + "propState": 0, + "pos": { + "x": -11256, + "y": 4937, + "z": 65780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 2, + "instId": 300027, + "propState": 0, + "pos": { + "x": -12451, + "y": 4937, + "z": 66361 + }, + "rot": { + "x": 0, + "y": 308573, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 2, + "instId": 300028, + "propState": 0, + "pos": { + "x": 109111, + "y": 3859, + "z": 115284 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 2, + "instId": 300029, + "propState": 0, + "pos": { + "x": 126230, + "y": 3859, + "z": 109377 + }, + "rot": { + "x": 0, + "y": 49444, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "1030601": { + "anchorId": 1, + "groupId": 3, + "instId": 300001, + "pos": { + "x": 0, + "y": 4903, + "z": 26000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030602": { + "anchorId": 2, + "groupId": 3, + "instId": 300002, + "pos": { + "x": -84530, + "y": 4854, + "z": 110410 + }, + "rot": { + "x": 0, + "y": 271000, + "z": 0 + } + }, + "1030603": { + "anchorId": 3, + "groupId": 3, + "instId": 300003, + "pos": { + "x": 85840, + "y": 4854, + "z": 110533 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "1030604": { + "anchorId": 4, + "groupId": 3, + "instId": 300004, + "pos": { + "x": 15521, + "y": 4937, + "z": 156520 + }, + "rot": { + "x": 0, + "y": 338250, + "z": 0 + } + } + } + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -44350, + "y": 7000, + "z": 141260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": -43590, + "y": 7000, + "z": 79790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 0, + "pos": { + "x": -83950, + "y": 7000, + "z": 110211 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 0, + "pos": { + "x": 44280, + "y": 7000, + "z": 79710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 0, + "pos": { + "x": 43820, + "y": 7000, + "z": 141330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 0, + "pos": { + "x": 84180, + "y": 7000, + "z": 110406 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [ + { + "groupId": 19, + "instId": 400002, + "pos": { + "x": 45425, + "y": 5617, + "z": 40985 + }, + "rot": { + "x": 0, + "y": 268129, + "z": 0 + }, + "npcId": 3026 + } + ], + "props": [ + { + "groupId": 19, + "instId": 300002, + "propState": 0, + "pos": { + "x": 44948, + "y": 6441, + "z": 40551 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": -22462, + "y": 3017, + "z": 113474 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 0, + "pos": { + "x": -10153, + "y": 4470, + "z": 114270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 0, + "pos": { + "x": -14323, + "y": 4960, + "z": 94350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 0, + "pos": { + "x": 15188, + "y": 3017, + "z": 89958 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 0, + "pos": { + "x": 11157, + "y": 3017, + "z": 111183 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 0, + "pos": { + "x": -11456, + "y": 3017, + "z": 107025 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300007, + "propState": 0, + "pos": { + "x": 2821, + "y": 3017, + "z": 99176 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300005, + "propState": 0, + "pos": { + "x": 110, + "y": 4937, + "z": 162450 + }, + "rot": { + "x": 0, + "y": 169625, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 76, + "instId": 300001, + "propState": 18, + "pos": { + "x": 72168, + "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 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 100902, + "y": 4583, + "z": 115243 + }, + "rot": { + "x": 0, + "y": 119437, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 78, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "206": { + "monsters": [], + "npcs": [ + { + "groupId": 206, + "instId": 400002, + "pos": { + "x": -121881, + "y": 4965, + "z": 99267 + }, + "rot": { + "x": 0, + "y": 17992, + "z": 0 + }, + "npcId": 3090 + } + ], + "props": [ + { + "groupId": 206, + "instId": 300001, + "propState": 0, + "pos": { + "x": -118235, + "y": 4915, + "z": 107588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + }, + "208": { + "monsters": [], + "npcs": [ + { + "groupId": 208, + "instId": 400001, + "pos": { + "x": 124168, + "y": 4546, + "z": 89038 + }, + "rot": { + "x": 0, + "y": 13834, + "z": 0 + }, + "npcId": 2310 + }, + { + "groupId": 208, + "instId": 400002, + "pos": { + "x": 125126, + "y": 4546, + "z": 88356 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2302 + }, + { + "groupId": 208, + "instId": 400003, + "pos": { + "x": 123040, + "y": 4546, + "z": 88240 + }, + "rot": { + "x": 0, + "y": 21519, + "z": 0 + }, + "npcId": 2302 + } + ], + "props": [ + { + "groupId": 208, + "instId": 300001, + "propState": 0, + "pos": { + "x": 7681, + "y": 4937, + "z": 152616 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + }, + "232": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 232, + "instId": 300001, + "propState": 0, + "pos": { + "x": 123580, + "y": 3680, + "z": 73840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103098 + } + ], + "teleports": {} + }, + "249": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 249, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22, + "y": 3800, + "z": 125024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300002, + "propState": 0, + "pos": { + "x": 22, + "y": 3800, + "z": 125024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300003, + "propState": 0, + "pos": { + "x": 22, + "y": 3800, + "z": 125024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300005, + "propState": 0, + "pos": { + "x": 17, + "y": 2250, + "z": 134940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300006, + "propState": 0, + "pos": { + "x": 20, + "y": 3016, + "z": 110440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 115580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300008, + "propState": 0, + "pos": { + "x": -660, + "y": 13940, + "z": 112251 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300009, + "propState": 0, + "pos": { + "x": 8163, + "y": 12553, + "z": 121645 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300010, + "propState": 0, + "pos": { + "x": -11382, + "y": 13940, + "z": 119229 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300011, + "propState": 0, + "pos": { + "x": -7610, + "y": 12817, + "z": 120650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300012, + "propState": 0, + "pos": { + "x": 10743, + "y": 13940, + "z": 118047 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "271": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 271, + "instId": 300001, + "propState": 11, + "pos": { + "x": 67046, + "y": 4854, + "z": 140612 + }, + "rot": { + "x": 0, + "y": 265630, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "272": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 272, + "instId": 300001, + "propState": 11, + "pos": { + "x": -100184, + "y": 4915, + "z": 113935 + }, + "rot": { + "x": 0, + "y": 111570, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "273": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 273, + "instId": 300001, + "propState": 11, + "pos": { + "x": -21062, + "y": 4937, + "z": 161940 + }, + "rot": { + "x": 0, + "y": 74313, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "274": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "275": { + "monsters": [], + "npcs": [ + { + "groupId": 275, + "instId": 400001, + "pos": { + "x": -4940, + "y": 3017, + "z": 112060 + }, + "rot": { + "x": 0, + "y": 58271, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 275, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4940, + "y": 3017, + "z": 112060 + }, + "rot": { + "x": 0, + "y": 58271, + "z": 0 + }, + "propId": 103256 + } + ], + "teleports": {} + }, + "276": { + "monsters": [], + "npcs": [ + { + "groupId": 276, + "instId": 400001, + "pos": { + "x": 2930, + "y": 3017, + "z": 114922 + }, + "rot": { + "x": 0, + "y": 190136, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 276, + "instId": 300002, + "propState": 0, + "pos": { + "x": 2930, + "y": 3017, + "z": 114922 + }, + "rot": { + "x": 0, + "y": 190136, + "z": 0 + }, + "propId": 103256 + } + ], + "teleports": {} + }, + "277": { + "monsters": [], + "npcs": [ + { + "groupId": 277, + "instId": 400001, + "pos": { + "x": 4164, + "y": 3017, + "z": 104165 + }, + "rot": { + "x": 0, + "y": 335829, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 277, + "instId": 300003, + "propState": 0, + "pos": { + "x": 4164, + "y": 3017, + "z": 104165 + }, + "rot": { + "x": 0, + "y": 335829, + "z": 0 + }, + "propId": 103256 + } + ], + "teleports": {} + }, + "326": { + "monsters": [], + "npcs": [ + { + "groupId": 326, + "instId": 400001, + "pos": { + "x": 108979, + "y": 3859, + "z": 105703 + }, + "rot": { + "x": 0, + "y": 29887, + "z": 0 + }, + "npcId": 13177 + } + ], + "props": [], + "teleports": {} + }, + "329": { + "monsters": [], + "npcs": [ + { + "groupId": 329, + "instId": 400001, + "pos": { + "x": -97405, + "y": 5313, + "z": 107809 + }, + "rot": { + "x": 0, + "y": 4965, + "z": 0 + }, + "npcId": 13346 + } + ], + "props": [ + { + "groupId": 329, + "instId": 300001, + "propState": 0, + "pos": { + "x": -97397, + "y": 5131, + "z": 108154 + }, + "rot": { + "x": 0, + "y": 7327, + "z": 0 + }, + "propId": 103142 + } + ], + "teleports": {} + }, + "351": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "394": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": -3229, + "y": 5599, + "z": 51524 + }, + "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 + } + ], + "teleports": {} + }, + "395": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 395, + "instId": 300001, + "propState": 18, + "pos": { + "x": -43781, + "y": 5839, + "z": 125206 + }, + "rot": { + "x": 0, + "y": 0, + "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 + } + ], + "teleports": {} + }, + "396": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 396, + "instId": 300001, + "propState": 18, + "pos": { + "x": 21249, + "y": 5953, + "z": 154350 + }, + "rot": { + "x": 0, + "y": 26863, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 401, + "startAnchorId": 1, + "startGroupId": 7 + } + }, + "1030603": { + "P10306_F10306001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "pos": { + "x": -7322, + "y": 4913, + "z": 34247 + }, + "rot": { + "x": 0, + "y": 273329, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": 21913, + "y": 4937, + "z": 70359 + }, + "rot": { + "x": 0, + "y": 327058, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 0, + "pos": { + "x": 39703, + "y": 4933, + "z": 85631 + }, + "rot": { + "x": 0, + "y": 157837, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300017, + "propState": 0, + "pos": { + "x": 25090, + "y": 4630, + "z": 115717 + }, + "rot": { + "x": 0, + "y": 255869, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300018, + "propState": 0, + "pos": { + "x": -23578, + "y": 3017, + "z": 114967 + }, + "rot": { + "x": 0, + "y": 152608, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300019, + "propState": 0, + "pos": { + "x": -20714, + "y": 3017, + "z": 113851 + }, + "rot": { + "x": 0, + "y": 257146, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300020, + "propState": 0, + "pos": { + "x": -22918, + "y": 3017, + "z": 112018 + }, + "rot": { + "x": 0, + "y": 24007, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300021, + "propState": 0, + "pos": { + "x": 14307, + "y": 3017, + "z": 91243 + }, + "rot": { + "x": 0, + "y": 24007, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300022, + "propState": 0, + "pos": { + "x": 13765, + "y": 3017, + "z": 89422 + }, + "rot": { + "x": 0, + "y": 240213, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300023, + "propState": 0, + "pos": { + "x": -37270, + "y": 4962, + "z": 110332 + }, + "rot": { + "x": 0, + "y": 174478, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 0, + "pos": { + "x": -42375, + "y": 4854, + "z": 83885 + }, + "rot": { + "x": 0, + "y": 207317, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 0, + "pos": { + "x": -60145, + "y": 4854, + "z": 68061 + }, + "rot": { + "x": 0, + "y": 337535, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 0, + "pos": { + "x": -81534, + "y": 4854, + "z": 112391 + }, + "rot": { + "x": 0, + "y": 274207, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300030, + "propState": 0, + "pos": { + "x": -93303, + "y": 4919, + "z": 106026 + }, + "rot": { + "x": 0, + "y": 343791, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 0, + "pos": { + "x": -64017, + "y": 4854, + "z": 145667 + }, + "rot": { + "x": 0, + "y": 218726, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300008, + "propState": 0, + "pos": { + "x": -39790, + "y": 4854, + "z": 164870 + }, + "rot": { + "x": 0, + "y": 304148, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300009, + "propState": 0, + "pos": { + "x": 11909, + "y": 4946, + "z": 172203 + }, + "rot": { + "x": 0, + "y": 194754, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300010, + "propState": 0, + "pos": { + "x": -11594, + "y": 4941, + "z": 172255 + }, + "rot": { + "x": 0, + "y": 174545, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300011, + "propState": 0, + "pos": { + "x": 63749, + "y": 4854, + "z": 147337 + }, + "rot": { + "x": 0, + "y": 167261, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300012, + "propState": 0, + "pos": { + "x": 62500, + "y": 4854, + "z": 73020 + }, + "rot": { + "x": 0, + "y": 15502, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300013, + "propState": 0, + "pos": { + "x": 81897, + "y": 4854, + "z": 112684 + }, + "rot": { + "x": 0, + "y": 92454, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300014, + "propState": 0, + "pos": { + "x": 50731, + "y": 5235, + "z": 33411 + }, + "rot": { + "x": 0, + "y": 235242, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300015, + "propState": 0, + "pos": { + "x": 34414, + "y": 4854, + "z": 46558 + }, + "rot": { + "x": 0, + "y": 92454, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300016, + "propState": 0, + "pos": { + "x": 43288, + "y": 4854, + "z": 144357 + }, + "rot": { + "x": 0, + "y": 92454, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300024, + "propState": 0, + "pos": { + "x": 76201, + "y": 4854, + "z": 100530 + }, + "rot": { + "x": 0, + "y": 325617, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300025, + "propState": 0, + "pos": { + "x": 77599, + "y": 4854, + "z": 100351 + }, + "rot": { + "x": 0, + "y": 15765, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300026, + "propState": 0, + "pos": { + "x": -11256, + "y": 4937, + "z": 65780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 2, + "instId": 300027, + "propState": 0, + "pos": { + "x": -12451, + "y": 4937, + "z": 66361 + }, + "rot": { + "x": 0, + "y": 308573, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 2, + "instId": 300028, + "propState": 0, + "pos": { + "x": 109111, + "y": 3859, + "z": 115284 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 2, + "instId": 300029, + "propState": 0, + "pos": { + "x": 126230, + "y": 3859, + "z": 109377 + }, + "rot": { + "x": 0, + "y": 49444, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "1030601": { + "anchorId": 1, + "groupId": 3, + "instId": 300001, + "pos": { + "x": 0, + "y": 4903, + "z": 26000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030602": { + "anchorId": 2, + "groupId": 3, + "instId": 300002, + "pos": { + "x": -84530, + "y": 4854, + "z": 110410 + }, + "rot": { + "x": 0, + "y": 271000, + "z": 0 + } + }, + "1030603": { + "anchorId": 3, + "groupId": 3, + "instId": 300003, + "pos": { + "x": 85840, + "y": 4854, + "z": 110533 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "1030604": { + "anchorId": 4, + "groupId": 3, + "instId": 300004, + "pos": { + "x": 15521, + "y": 4937, + "z": 156520 + }, + "rot": { + "x": 0, + "y": 338250, + "z": 0 + } + } + } + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -44350, + "y": 7000, + "z": 141260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": -43590, + "y": 7000, + "z": 79790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 0, + "pos": { + "x": -83950, + "y": 7000, + "z": 110211 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 0, + "pos": { + "x": 44280, + "y": 7000, + "z": 79710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 0, + "pos": { + "x": 43820, + "y": 7000, + "z": 141330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 0, + "pos": { + "x": 84180, + "y": 7000, + "z": 110406 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [ + { + "groupId": 19, + "instId": 400002, + "pos": { + "x": 45425, + "y": 5617, + "z": 40985 + }, + "rot": { + "x": 0, + "y": 268129, + "z": 0 + }, + "npcId": 3026 + } + ], + "props": [ + { + "groupId": 19, + "instId": 300002, + "propState": 0, + "pos": { + "x": 44948, + "y": 6441, + "z": 40551 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": -22462, + "y": 3017, + "z": 113474 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 0, + "pos": { + "x": -10153, + "y": 4470, + "z": 114270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 0, + "pos": { + "x": -14323, + "y": 4960, + "z": 94350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 0, + "pos": { + "x": 15188, + "y": 3017, + "z": 89958 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 0, + "pos": { + "x": 11157, + "y": 3017, + "z": 111183 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 0, + "pos": { + "x": -11456, + "y": 3017, + "z": 107025 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300007, + "propState": 0, + "pos": { + "x": 2821, + "y": 3017, + "z": 99176 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300005, + "propState": 0, + "pos": { + "x": 110, + "y": 4937, + "z": 162450 + }, + "rot": { + "x": 0, + "y": 169625, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 76, + "instId": 300001, + "propState": 18, + "pos": { + "x": 72168, + "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 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 100902, + "y": 4583, + "z": 115243 + }, + "rot": { + "x": 0, + "y": 119437, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 78, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "206": { + "monsters": [], + "npcs": [ + { + "groupId": 206, + "instId": 400002, + "pos": { + "x": -121881, + "y": 4965, + "z": 99267 + }, + "rot": { + "x": 0, + "y": 17992, + "z": 0 + }, + "npcId": 3090 + } + ], + "props": [ + { + "groupId": 206, + "instId": 300001, + "propState": 0, + "pos": { + "x": -118235, + "y": 4915, + "z": 107588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + }, + "208": { + "monsters": [], + "npcs": [ + { + "groupId": 208, + "instId": 400001, + "pos": { + "x": 124168, + "y": 4546, + "z": 89038 + }, + "rot": { + "x": 0, + "y": 13834, + "z": 0 + }, + "npcId": 2310 + }, + { + "groupId": 208, + "instId": 400002, + "pos": { + "x": 125126, + "y": 4546, + "z": 88356 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2302 + }, + { + "groupId": 208, + "instId": 400003, + "pos": { + "x": 123040, + "y": 4546, + "z": 88240 + }, + "rot": { + "x": 0, + "y": 21519, + "z": 0 + }, + "npcId": 2302 + } + ], + "props": [ + { + "groupId": 208, + "instId": 300001, + "propState": 0, + "pos": { + "x": 7681, + "y": 4937, + "z": 152616 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + }, + "232": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 232, + "instId": 300001, + "propState": 0, + "pos": { + "x": 123580, + "y": 3680, + "z": 73840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103098 + } + ], + "teleports": {} + }, + "249": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 249, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22, + "y": 3800, + "z": 125024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300002, + "propState": 0, + "pos": { + "x": 22, + "y": 3800, + "z": 125024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300003, + "propState": 0, + "pos": { + "x": 22, + "y": 3800, + "z": 125024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300005, + "propState": 0, + "pos": { + "x": 17, + "y": 2250, + "z": 134940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300006, + "propState": 0, + "pos": { + "x": 20, + "y": 3016, + "z": 110440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 115580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300008, + "propState": 0, + "pos": { + "x": -660, + "y": 13940, + "z": 112251 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300009, + "propState": 0, + "pos": { + "x": 8163, + "y": 12553, + "z": 121645 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300010, + "propState": 0, + "pos": { + "x": -11382, + "y": 13940, + "z": 119229 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300011, + "propState": 0, + "pos": { + "x": -7610, + "y": 12817, + "z": 120650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300012, + "propState": 0, + "pos": { + "x": 10743, + "y": 13940, + "z": 118047 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "271": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 271, + "instId": 300001, + "propState": 11, + "pos": { + "x": 67046, + "y": 4854, + "z": 140612 + }, + "rot": { + "x": 0, + "y": 265630, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "272": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 272, + "instId": 300001, + "propState": 11, + "pos": { + "x": -100184, + "y": 4915, + "z": 113935 + }, + "rot": { + "x": 0, + "y": 111570, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "273": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 273, + "instId": 300001, + "propState": 11, + "pos": { + "x": -21062, + "y": 4937, + "z": 161940 + }, + "rot": { + "x": 0, + "y": 74313, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "274": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "275": { + "monsters": [], + "npcs": [ + { + "groupId": 275, + "instId": 400001, + "pos": { + "x": -4940, + "y": 3017, + "z": 112060 + }, + "rot": { + "x": 0, + "y": 58271, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 275, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4940, + "y": 3017, + "z": 112060 + }, + "rot": { + "x": 0, + "y": 58271, + "z": 0 + }, + "propId": 103256 + } + ], + "teleports": {} + }, + "276": { + "monsters": [], + "npcs": [ + { + "groupId": 276, + "instId": 400001, + "pos": { + "x": 2930, + "y": 3017, + "z": 114922 + }, + "rot": { + "x": 0, + "y": 190136, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 276, + "instId": 300002, + "propState": 0, + "pos": { + "x": 2930, + "y": 3017, + "z": 114922 + }, + "rot": { + "x": 0, + "y": 190136, + "z": 0 + }, + "propId": 103256 + } + ], + "teleports": {} + }, + "277": { + "monsters": [], + "npcs": [ + { + "groupId": 277, + "instId": 400001, + "pos": { + "x": 4164, + "y": 3017, + "z": 104165 + }, + "rot": { + "x": 0, + "y": 335829, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 277, + "instId": 300003, + "propState": 0, + "pos": { + "x": 4164, + "y": 3017, + "z": 104165 + }, + "rot": { + "x": 0, + "y": 335829, + "z": 0 + }, + "propId": 103256 + } + ], + "teleports": {} + }, + "326": { + "monsters": [], + "npcs": [ + { + "groupId": 326, + "instId": 400001, + "pos": { + "x": 108979, + "y": 3859, + "z": 105703 + }, + "rot": { + "x": 0, + "y": 29887, + "z": 0 + }, + "npcId": 13177 + } + ], + "props": [], + "teleports": {} + }, + "329": { + "monsters": [], + "npcs": [ + { + "groupId": 329, + "instId": 400001, + "pos": { + "x": -97405, + "y": 5313, + "z": 107809 + }, + "rot": { + "x": 0, + "y": 4965, + "z": 0 + }, + "npcId": 13346 + } + ], + "props": [ + { + "groupId": 329, + "instId": 300001, + "propState": 0, + "pos": { + "x": -97397, + "y": 5131, + "z": 108154 + }, + "rot": { + "x": 0, + "y": 7327, + "z": 0 + }, + "propId": 103142 + } + ], + "teleports": {} + }, + "351": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "394": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": -3229, + "y": 5599, + "z": 51524 + }, + "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 + } + ], + "teleports": {} + }, + "395": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 395, + "instId": 300001, + "propState": 18, + "pos": { + "x": -43781, + "y": 5839, + "z": 125206 + }, + "rot": { + "x": 0, + "y": 0, + "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 + } + ], + "teleports": {} + }, + "396": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 396, + "instId": 300001, + "propState": 18, + "pos": { + "x": 21249, + "y": 5953, + "z": 154350 + }, + "rot": { + "x": 0, + "y": 26863, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 401, + "startAnchorId": 2, + "startGroupId": 7 + } + }, + "1030604": { + "P10306_F10306001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "pos": { + "x": -7322, + "y": 4913, + "z": 34247 + }, + "rot": { + "x": 0, + "y": 273329, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": 21913, + "y": 4937, + "z": 70359 + }, + "rot": { + "x": 0, + "y": 327058, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 0, + "pos": { + "x": 39703, + "y": 4933, + "z": 85631 + }, + "rot": { + "x": 0, + "y": 157837, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300017, + "propState": 0, + "pos": { + "x": 25090, + "y": 4630, + "z": 115717 + }, + "rot": { + "x": 0, + "y": 255869, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300018, + "propState": 0, + "pos": { + "x": -23578, + "y": 3017, + "z": 114967 + }, + "rot": { + "x": 0, + "y": 152608, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300019, + "propState": 0, + "pos": { + "x": -20714, + "y": 3017, + "z": 113851 + }, + "rot": { + "x": 0, + "y": 257146, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300020, + "propState": 0, + "pos": { + "x": -22918, + "y": 3017, + "z": 112018 + }, + "rot": { + "x": 0, + "y": 24007, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300021, + "propState": 0, + "pos": { + "x": 14307, + "y": 3017, + "z": 91243 + }, + "rot": { + "x": 0, + "y": 24007, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300022, + "propState": 0, + "pos": { + "x": 13765, + "y": 3017, + "z": 89422 + }, + "rot": { + "x": 0, + "y": 240213, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300023, + "propState": 0, + "pos": { + "x": -37270, + "y": 4962, + "z": 110332 + }, + "rot": { + "x": 0, + "y": 174478, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 0, + "pos": { + "x": -42375, + "y": 4854, + "z": 83885 + }, + "rot": { + "x": 0, + "y": 207317, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 0, + "pos": { + "x": -60145, + "y": 4854, + "z": 68061 + }, + "rot": { + "x": 0, + "y": 337535, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 0, + "pos": { + "x": -81534, + "y": 4854, + "z": 112391 + }, + "rot": { + "x": 0, + "y": 274207, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300030, + "propState": 0, + "pos": { + "x": -93303, + "y": 4919, + "z": 106026 + }, + "rot": { + "x": 0, + "y": 343791, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 0, + "pos": { + "x": -64017, + "y": 4854, + "z": 145667 + }, + "rot": { + "x": 0, + "y": 218726, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300008, + "propState": 0, + "pos": { + "x": -39790, + "y": 4854, + "z": 164870 + }, + "rot": { + "x": 0, + "y": 304148, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300009, + "propState": 0, + "pos": { + "x": 11909, + "y": 4946, + "z": 172203 + }, + "rot": { + "x": 0, + "y": 194754, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300010, + "propState": 0, + "pos": { + "x": -11594, + "y": 4941, + "z": 172255 + }, + "rot": { + "x": 0, + "y": 174545, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300011, + "propState": 0, + "pos": { + "x": 63749, + "y": 4854, + "z": 147337 + }, + "rot": { + "x": 0, + "y": 167261, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300012, + "propState": 0, + "pos": { + "x": 62500, + "y": 4854, + "z": 73020 + }, + "rot": { + "x": 0, + "y": 15502, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300013, + "propState": 0, + "pos": { + "x": 81897, + "y": 4854, + "z": 112684 + }, + "rot": { + "x": 0, + "y": 92454, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300014, + "propState": 0, + "pos": { + "x": 50731, + "y": 5235, + "z": 33411 + }, + "rot": { + "x": 0, + "y": 235242, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300015, + "propState": 0, + "pos": { + "x": 34414, + "y": 4854, + "z": 46558 + }, + "rot": { + "x": 0, + "y": 92454, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300016, + "propState": 0, + "pos": { + "x": 43288, + "y": 4854, + "z": 144357 + }, + "rot": { + "x": 0, + "y": 92454, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300024, + "propState": 0, + "pos": { + "x": 76201, + "y": 4854, + "z": 100530 + }, + "rot": { + "x": 0, + "y": 325617, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300025, + "propState": 0, + "pos": { + "x": 77599, + "y": 4854, + "z": 100351 + }, + "rot": { + "x": 0, + "y": 15765, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300026, + "propState": 0, + "pos": { + "x": -11256, + "y": 4937, + "z": 65780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 2, + "instId": 300027, + "propState": 0, + "pos": { + "x": -12451, + "y": 4937, + "z": 66361 + }, + "rot": { + "x": 0, + "y": 308573, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 2, + "instId": 300028, + "propState": 0, + "pos": { + "x": 109111, + "y": 3859, + "z": 115284 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 2, + "instId": 300029, + "propState": 0, + "pos": { + "x": 126230, + "y": 3859, + "z": 109377 + }, + "rot": { + "x": 0, + "y": 49444, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "1030601": { + "anchorId": 1, + "groupId": 3, + "instId": 300001, + "pos": { + "x": 0, + "y": 4903, + "z": 26000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030602": { + "anchorId": 2, + "groupId": 3, + "instId": 300002, + "pos": { + "x": -84530, + "y": 4854, + "z": 110410 + }, + "rot": { + "x": 0, + "y": 271000, + "z": 0 + } + }, + "1030603": { + "anchorId": 3, + "groupId": 3, + "instId": 300003, + "pos": { + "x": 85840, + "y": 4854, + "z": 110533 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "1030604": { + "anchorId": 4, + "groupId": 3, + "instId": 300004, + "pos": { + "x": 15521, + "y": 4937, + "z": 156520 + }, + "rot": { + "x": 0, + "y": 338250, + "z": 0 + } + } + } + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -44350, + "y": 7000, + "z": 141260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": -43590, + "y": 7000, + "z": 79790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 0, + "pos": { + "x": -83950, + "y": 7000, + "z": 110211 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 0, + "pos": { + "x": 44280, + "y": 7000, + "z": 79710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 0, + "pos": { + "x": 43820, + "y": 7000, + "z": 141330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 0, + "pos": { + "x": 84180, + "y": 7000, + "z": 110406 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [ + { + "groupId": 19, + "instId": 400002, + "pos": { + "x": 45425, + "y": 5617, + "z": 40985 + }, + "rot": { + "x": 0, + "y": 268129, + "z": 0 + }, + "npcId": 3026 + } + ], + "props": [ + { + "groupId": 19, + "instId": 300002, + "propState": 0, + "pos": { + "x": 44948, + "y": 6441, + "z": 40551 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": -22462, + "y": 3017, + "z": 113474 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 0, + "pos": { + "x": -10153, + "y": 4470, + "z": 114270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 0, + "pos": { + "x": -14323, + "y": 4960, + "z": 94350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 0, + "pos": { + "x": 15188, + "y": 3017, + "z": 89958 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 0, + "pos": { + "x": 11157, + "y": 3017, + "z": 111183 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 0, + "pos": { + "x": -11456, + "y": 3017, + "z": 107025 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300007, + "propState": 0, + "pos": { + "x": 2821, + "y": 3017, + "z": 99176 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300005, + "propState": 0, + "pos": { + "x": 110, + "y": 4937, + "z": 162450 + }, + "rot": { + "x": 0, + "y": 169625, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 76, + "instId": 300001, + "propState": 18, + "pos": { + "x": 72168, + "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 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 100902, + "y": 4583, + "z": 115243 + }, + "rot": { + "x": 0, + "y": 119437, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 78, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "206": { + "monsters": [], + "npcs": [ + { + "groupId": 206, + "instId": 400002, + "pos": { + "x": -121881, + "y": 4965, + "z": 99267 + }, + "rot": { + "x": 0, + "y": 17992, + "z": 0 + }, + "npcId": 3090 + } + ], + "props": [ + { + "groupId": 206, + "instId": 300001, + "propState": 0, + "pos": { + "x": -118235, + "y": 4915, + "z": 107588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + }, + "208": { + "monsters": [], + "npcs": [ + { + "groupId": 208, + "instId": 400001, + "pos": { + "x": 124168, + "y": 4546, + "z": 89038 + }, + "rot": { + "x": 0, + "y": 13834, + "z": 0 + }, + "npcId": 2310 + }, + { + "groupId": 208, + "instId": 400002, + "pos": { + "x": 125126, + "y": 4546, + "z": 88356 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2302 + }, + { + "groupId": 208, + "instId": 400003, + "pos": { + "x": 123040, + "y": 4546, + "z": 88240 + }, + "rot": { + "x": 0, + "y": 21519, + "z": 0 + }, + "npcId": 2302 + } + ], + "props": [ + { + "groupId": 208, + "instId": 300001, + "propState": 0, + "pos": { + "x": 7681, + "y": 4937, + "z": 152616 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + }, + "232": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 232, + "instId": 300001, + "propState": 0, + "pos": { + "x": 123580, + "y": 3680, + "z": 73840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103098 + } + ], + "teleports": {} + }, + "249": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 249, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22, + "y": 3800, + "z": 125024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300002, + "propState": 0, + "pos": { + "x": 22, + "y": 3800, + "z": 125024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300003, + "propState": 0, + "pos": { + "x": 22, + "y": 3800, + "z": 125024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300005, + "propState": 0, + "pos": { + "x": 17, + "y": 2250, + "z": 134940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300006, + "propState": 0, + "pos": { + "x": 20, + "y": 3016, + "z": 110440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 115580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300008, + "propState": 0, + "pos": { + "x": -660, + "y": 13940, + "z": 112251 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300009, + "propState": 0, + "pos": { + "x": 8163, + "y": 12553, + "z": 121645 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300010, + "propState": 0, + "pos": { + "x": -11382, + "y": 13940, + "z": 119229 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300011, + "propState": 0, + "pos": { + "x": -7610, + "y": 12817, + "z": 120650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300012, + "propState": 0, + "pos": { + "x": 10743, + "y": 13940, + "z": 118047 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "271": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 271, + "instId": 300001, + "propState": 11, + "pos": { + "x": 67046, + "y": 4854, + "z": 140612 + }, + "rot": { + "x": 0, + "y": 265630, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "272": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 272, + "instId": 300001, + "propState": 11, + "pos": { + "x": -100184, + "y": 4915, + "z": 113935 + }, + "rot": { + "x": 0, + "y": 111570, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "273": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 273, + "instId": 300001, + "propState": 11, + "pos": { + "x": -21062, + "y": 4937, + "z": 161940 + }, + "rot": { + "x": 0, + "y": 74313, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "274": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "275": { + "monsters": [], + "npcs": [ + { + "groupId": 275, + "instId": 400001, + "pos": { + "x": -4940, + "y": 3017, + "z": 112060 + }, + "rot": { + "x": 0, + "y": 58271, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 275, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4940, + "y": 3017, + "z": 112060 + }, + "rot": { + "x": 0, + "y": 58271, + "z": 0 + }, + "propId": 103256 + } + ], + "teleports": {} + }, + "276": { + "monsters": [], + "npcs": [ + { + "groupId": 276, + "instId": 400001, + "pos": { + "x": 2930, + "y": 3017, + "z": 114922 + }, + "rot": { + "x": 0, + "y": 190136, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 276, + "instId": 300002, + "propState": 0, + "pos": { + "x": 2930, + "y": 3017, + "z": 114922 + }, + "rot": { + "x": 0, + "y": 190136, + "z": 0 + }, + "propId": 103256 + } + ], + "teleports": {} + }, + "277": { + "monsters": [], + "npcs": [ + { + "groupId": 277, + "instId": 400001, + "pos": { + "x": 4164, + "y": 3017, + "z": 104165 + }, + "rot": { + "x": 0, + "y": 335829, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 277, + "instId": 300003, + "propState": 0, + "pos": { + "x": 4164, + "y": 3017, + "z": 104165 + }, + "rot": { + "x": 0, + "y": 335829, + "z": 0 + }, + "propId": 103256 + } + ], + "teleports": {} + }, + "326": { + "monsters": [], + "npcs": [ + { + "groupId": 326, + "instId": 400001, + "pos": { + "x": 108979, + "y": 3859, + "z": 105703 + }, + "rot": { + "x": 0, + "y": 29887, + "z": 0 + }, + "npcId": 13177 + } + ], + "props": [], + "teleports": {} + }, + "329": { + "monsters": [], + "npcs": [ + { + "groupId": 329, + "instId": 400001, + "pos": { + "x": -97405, + "y": 5313, + "z": 107809 + }, + "rot": { + "x": 0, + "y": 4965, + "z": 0 + }, + "npcId": 13346 + } + ], + "props": [ + { + "groupId": 329, + "instId": 300001, + "propState": 0, + "pos": { + "x": -97397, + "y": 5131, + "z": 108154 + }, + "rot": { + "x": 0, + "y": 7327, + "z": 0 + }, + "propId": 103142 + } + ], + "teleports": {} + }, + "351": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "394": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": -3229, + "y": 5599, + "z": 51524 + }, + "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 + } + ], + "teleports": {} + }, + "395": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 395, + "instId": 300001, + "propState": 18, + "pos": { + "x": -43781, + "y": 5839, + "z": 125206 + }, + "rot": { + "x": 0, + "y": 0, + "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 + } + ], + "teleports": {} + }, + "396": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 396, + "instId": 300001, + "propState": 18, + "pos": { + "x": 21249, + "y": 5953, + "z": 154350 + }, + "rot": { + "x": 0, + "y": 26863, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 401, + "startAnchorId": 3, + "startGroupId": 7 + } + }, + "1030611": { + "P10306_F10306001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "pos": { + "x": -7322, + "y": 4913, + "z": 34247 + }, + "rot": { + "x": 0, + "y": 273329, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": 21913, + "y": 4937, + "z": 70359 + }, + "rot": { + "x": 0, + "y": 327058, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 0, + "pos": { + "x": 39703, + "y": 4933, + "z": 85631 + }, + "rot": { + "x": 0, + "y": 157837, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300017, + "propState": 0, + "pos": { + "x": 25090, + "y": 4630, + "z": 115717 + }, + "rot": { + "x": 0, + "y": 255869, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300018, + "propState": 0, + "pos": { + "x": -23578, + "y": 3017, + "z": 114967 + }, + "rot": { + "x": 0, + "y": 152608, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300019, + "propState": 0, + "pos": { + "x": -20714, + "y": 3017, + "z": 113851 + }, + "rot": { + "x": 0, + "y": 257146, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300020, + "propState": 0, + "pos": { + "x": -22918, + "y": 3017, + "z": 112018 + }, + "rot": { + "x": 0, + "y": 24007, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300021, + "propState": 0, + "pos": { + "x": 14307, + "y": 3017, + "z": 91243 + }, + "rot": { + "x": 0, + "y": 24007, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300022, + "propState": 0, + "pos": { + "x": 13765, + "y": 3017, + "z": 89422 + }, + "rot": { + "x": 0, + "y": 240213, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300023, + "propState": 0, + "pos": { + "x": -37270, + "y": 4962, + "z": 110332 + }, + "rot": { + "x": 0, + "y": 174478, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 0, + "pos": { + "x": -42375, + "y": 4854, + "z": 83885 + }, + "rot": { + "x": 0, + "y": 207317, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 0, + "pos": { + "x": -60145, + "y": 4854, + "z": 68061 + }, + "rot": { + "x": 0, + "y": 337535, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 0, + "pos": { + "x": -81534, + "y": 4854, + "z": 112391 + }, + "rot": { + "x": 0, + "y": 274207, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300030, + "propState": 0, + "pos": { + "x": -93303, + "y": 4919, + "z": 106026 + }, + "rot": { + "x": 0, + "y": 343791, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 0, + "pos": { + "x": -64017, + "y": 4854, + "z": 145667 + }, + "rot": { + "x": 0, + "y": 218726, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300008, + "propState": 0, + "pos": { + "x": -39790, + "y": 4854, + "z": 164870 + }, + "rot": { + "x": 0, + "y": 304148, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300009, + "propState": 0, + "pos": { + "x": 11909, + "y": 4946, + "z": 172203 + }, + "rot": { + "x": 0, + "y": 194754, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300010, + "propState": 0, + "pos": { + "x": -11594, + "y": 4941, + "z": 172255 + }, + "rot": { + "x": 0, + "y": 174545, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300011, + "propState": 0, + "pos": { + "x": 63749, + "y": 4854, + "z": 147337 + }, + "rot": { + "x": 0, + "y": 167261, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300012, + "propState": 0, + "pos": { + "x": 62500, + "y": 4854, + "z": 73020 + }, + "rot": { + "x": 0, + "y": 15502, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300013, + "propState": 0, + "pos": { + "x": 81897, + "y": 4854, + "z": 112684 + }, + "rot": { + "x": 0, + "y": 92454, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300014, + "propState": 0, + "pos": { + "x": 50731, + "y": 5235, + "z": 33411 + }, + "rot": { + "x": 0, + "y": 235242, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300015, + "propState": 0, + "pos": { + "x": 34414, + "y": 4854, + "z": 46558 + }, + "rot": { + "x": 0, + "y": 92454, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300016, + "propState": 0, + "pos": { + "x": 43288, + "y": 4854, + "z": 144357 + }, + "rot": { + "x": 0, + "y": 92454, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300024, + "propState": 0, + "pos": { + "x": 76201, + "y": 4854, + "z": 100530 + }, + "rot": { + "x": 0, + "y": 325617, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300025, + "propState": 0, + "pos": { + "x": 77599, + "y": 4854, + "z": 100351 + }, + "rot": { + "x": 0, + "y": 15765, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300026, + "propState": 0, + "pos": { + "x": -11256, + "y": 4937, + "z": 65780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 2, + "instId": 300027, + "propState": 0, + "pos": { + "x": -12451, + "y": 4937, + "z": 66361 + }, + "rot": { + "x": 0, + "y": 308573, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 2, + "instId": 300028, + "propState": 0, + "pos": { + "x": 109111, + "y": 3859, + "z": 115284 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 2, + "instId": 300029, + "propState": 0, + "pos": { + "x": 126230, + "y": 3859, + "z": 109377 + }, + "rot": { + "x": 0, + "y": 49444, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "1030601": { + "anchorId": 1, + "groupId": 3, + "instId": 300001, + "pos": { + "x": 0, + "y": 4903, + "z": 26000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030602": { + "anchorId": 2, + "groupId": 3, + "instId": 300002, + "pos": { + "x": -84530, + "y": 4854, + "z": 110410 + }, + "rot": { + "x": 0, + "y": 271000, + "z": 0 + } + }, + "1030603": { + "anchorId": 3, + "groupId": 3, + "instId": 300003, + "pos": { + "x": 85840, + "y": 4854, + "z": 110533 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "1030604": { + "anchorId": 4, + "groupId": 3, + "instId": 300004, + "pos": { + "x": 15521, + "y": 4937, + "z": 156520 + }, + "rot": { + "x": 0, + "y": 338250, + "z": 0 + } + } + } + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -44350, + "y": 7000, + "z": 141260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": -43590, + "y": 7000, + "z": 79790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 0, + "pos": { + "x": -83950, + "y": 7000, + "z": 110211 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 0, + "pos": { + "x": 44280, + "y": 7000, + "z": 79710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 0, + "pos": { + "x": 43820, + "y": 7000, + "z": 141330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 0, + "pos": { + "x": 84180, + "y": 7000, + "z": 110406 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [ + { + "groupId": 19, + "instId": 400002, + "pos": { + "x": 45425, + "y": 5617, + "z": 40985 + }, + "rot": { + "x": 0, + "y": 268129, + "z": 0 + }, + "npcId": 3026 + } + ], + "props": [ + { + "groupId": 19, + "instId": 300002, + "propState": 0, + "pos": { + "x": 44948, + "y": 6441, + "z": 40551 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": -22462, + "y": 3017, + "z": 113474 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 0, + "pos": { + "x": -10153, + "y": 4470, + "z": 114270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 0, + "pos": { + "x": -14323, + "y": 4960, + "z": 94350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 0, + "pos": { + "x": 15188, + "y": 3017, + "z": 89958 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 0, + "pos": { + "x": 11157, + "y": 3017, + "z": 111183 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 0, + "pos": { + "x": -11456, + "y": 3017, + "z": 107025 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300007, + "propState": 0, + "pos": { + "x": 2821, + "y": 3017, + "z": 99176 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300005, + "propState": 0, + "pos": { + "x": 110, + "y": 4937, + "z": 162450 + }, + "rot": { + "x": 0, + "y": 169625, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 76, + "instId": 300001, + "propState": 18, + "pos": { + "x": 72168, + "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 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 100902, + "y": 4583, + "z": 115243 + }, + "rot": { + "x": 0, + "y": 119437, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 78, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "206": { + "monsters": [], + "npcs": [ + { + "groupId": 206, + "instId": 400002, + "pos": { + "x": -121881, + "y": 4965, + "z": 99267 + }, + "rot": { + "x": 0, + "y": 17992, + "z": 0 + }, + "npcId": 3090 + } + ], + "props": [ + { + "groupId": 206, + "instId": 300001, + "propState": 0, + "pos": { + "x": -118235, + "y": 4915, + "z": 107588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + }, + "208": { + "monsters": [], + "npcs": [ + { + "groupId": 208, + "instId": 400001, + "pos": { + "x": 124168, + "y": 4546, + "z": 89038 + }, + "rot": { + "x": 0, + "y": 13834, + "z": 0 + }, + "npcId": 2310 + }, + { + "groupId": 208, + "instId": 400002, + "pos": { + "x": 125126, + "y": 4546, + "z": 88356 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2302 + }, + { + "groupId": 208, + "instId": 400003, + "pos": { + "x": 123040, + "y": 4546, + "z": 88240 + }, + "rot": { + "x": 0, + "y": 21519, + "z": 0 + }, + "npcId": 2302 + } + ], + "props": [ + { + "groupId": 208, + "instId": 300001, + "propState": 0, + "pos": { + "x": 7681, + "y": 4937, + "z": 152616 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + }, + "232": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 232, + "instId": 300001, + "propState": 0, + "pos": { + "x": 123580, + "y": 3680, + "z": 73840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103098 + } + ], + "teleports": {} + }, + "249": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 249, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22, + "y": 3800, + "z": 125024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300002, + "propState": 0, + "pos": { + "x": 22, + "y": 3800, + "z": 125024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300003, + "propState": 0, + "pos": { + "x": 22, + "y": 3800, + "z": 125024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300005, + "propState": 0, + "pos": { + "x": 17, + "y": 2250, + "z": 134940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300006, + "propState": 0, + "pos": { + "x": 20, + "y": 3016, + "z": 110440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 115580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300008, + "propState": 0, + "pos": { + "x": -660, + "y": 13940, + "z": 112251 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300009, + "propState": 0, + "pos": { + "x": 8163, + "y": 12553, + "z": 121645 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300010, + "propState": 0, + "pos": { + "x": -11382, + "y": 13940, + "z": 119229 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300011, + "propState": 0, + "pos": { + "x": -7610, + "y": 12817, + "z": 120650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300012, + "propState": 0, + "pos": { + "x": 10743, + "y": 13940, + "z": 118047 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "271": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 271, + "instId": 300001, + "propState": 11, + "pos": { + "x": 67046, + "y": 4854, + "z": 140612 + }, + "rot": { + "x": 0, + "y": 265630, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "272": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 272, + "instId": 300001, + "propState": 11, + "pos": { + "x": -100184, + "y": 4915, + "z": 113935 + }, + "rot": { + "x": 0, + "y": 111570, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "273": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 273, + "instId": 300001, + "propState": 11, + "pos": { + "x": -21062, + "y": 4937, + "z": 161940 + }, + "rot": { + "x": 0, + "y": 74313, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "274": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "275": { + "monsters": [], + "npcs": [ + { + "groupId": 275, + "instId": 400001, + "pos": { + "x": -4940, + "y": 3017, + "z": 112060 + }, + "rot": { + "x": 0, + "y": 58271, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 275, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4940, + "y": 3017, + "z": 112060 + }, + "rot": { + "x": 0, + "y": 58271, + "z": 0 + }, + "propId": 103256 + } + ], + "teleports": {} + }, + "276": { + "monsters": [], + "npcs": [ + { + "groupId": 276, + "instId": 400001, + "pos": { + "x": 2930, + "y": 3017, + "z": 114922 + }, + "rot": { + "x": 0, + "y": 190136, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 276, + "instId": 300002, + "propState": 0, + "pos": { + "x": 2930, + "y": 3017, + "z": 114922 + }, + "rot": { + "x": 0, + "y": 190136, + "z": 0 + }, + "propId": 103256 + } + ], + "teleports": {} + }, + "277": { + "monsters": [], + "npcs": [ + { + "groupId": 277, + "instId": 400001, + "pos": { + "x": 4164, + "y": 3017, + "z": 104165 + }, + "rot": { + "x": 0, + "y": 335829, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 277, + "instId": 300003, + "propState": 0, + "pos": { + "x": 4164, + "y": 3017, + "z": 104165 + }, + "rot": { + "x": 0, + "y": 335829, + "z": 0 + }, + "propId": 103256 + } + ], + "teleports": {} + }, + "326": { + "monsters": [], + "npcs": [ + { + "groupId": 326, + "instId": 400001, + "pos": { + "x": 108979, + "y": 3859, + "z": 105703 + }, + "rot": { + "x": 0, + "y": 29887, + "z": 0 + }, + "npcId": 13177 + } + ], + "props": [], + "teleports": {} + }, + "329": { + "monsters": [], + "npcs": [ + { + "groupId": 329, + "instId": 400001, + "pos": { + "x": -97405, + "y": 5313, + "z": 107809 + }, + "rot": { + "x": 0, + "y": 4965, + "z": 0 + }, + "npcId": 13346 + } + ], + "props": [ + { + "groupId": 329, + "instId": 300001, + "propState": 0, + "pos": { + "x": -97397, + "y": 5131, + "z": 108154 + }, + "rot": { + "x": 0, + "y": 7327, + "z": 0 + }, + "propId": 103142 + } + ], + "teleports": {} + }, + "351": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "394": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": -3229, + "y": 5599, + "z": 51524 + }, + "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 + } + ], + "teleports": {} + }, + "395": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 395, + "instId": 300001, + "propState": 18, + "pos": { + "x": -43781, + "y": 5839, + "z": 125206 + }, + "rot": { + "x": 0, + "y": 0, + "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 + } + ], + "teleports": {} + }, + "396": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 396, + "instId": 300001, + "propState": 18, + "pos": { + "x": 21249, + "y": 5953, + "z": 154350 + }, + "rot": { + "x": 0, + "y": 26863, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 401, + "startAnchorId": 2, + "startGroupId": 19 + } + }, + "1030612": { + "P10306_F10306001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "pos": { + "x": -7322, + "y": 4913, + "z": 34247 + }, + "rot": { + "x": 0, + "y": 273329, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": 21913, + "y": 4937, + "z": 70359 + }, + "rot": { + "x": 0, + "y": 327058, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 0, + "pos": { + "x": 39703, + "y": 4933, + "z": 85631 + }, + "rot": { + "x": 0, + "y": 157837, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300017, + "propState": 0, + "pos": { + "x": 25090, + "y": 4630, + "z": 115717 + }, + "rot": { + "x": 0, + "y": 255869, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300018, + "propState": 0, + "pos": { + "x": -23578, + "y": 3017, + "z": 114967 + }, + "rot": { + "x": 0, + "y": 152608, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300019, + "propState": 0, + "pos": { + "x": -20714, + "y": 3017, + "z": 113851 + }, + "rot": { + "x": 0, + "y": 257146, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300020, + "propState": 0, + "pos": { + "x": -22918, + "y": 3017, + "z": 112018 + }, + "rot": { + "x": 0, + "y": 24007, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300021, + "propState": 0, + "pos": { + "x": 14307, + "y": 3017, + "z": 91243 + }, + "rot": { + "x": 0, + "y": 24007, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300022, + "propState": 0, + "pos": { + "x": 13765, + "y": 3017, + "z": 89422 + }, + "rot": { + "x": 0, + "y": 240213, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300023, + "propState": 0, + "pos": { + "x": -37270, + "y": 4962, + "z": 110332 + }, + "rot": { + "x": 0, + "y": 174478, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 0, + "pos": { + "x": -42375, + "y": 4854, + "z": 83885 + }, + "rot": { + "x": 0, + "y": 207317, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 0, + "pos": { + "x": -60145, + "y": 4854, + "z": 68061 + }, + "rot": { + "x": 0, + "y": 337535, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 0, + "pos": { + "x": -81534, + "y": 4854, + "z": 112391 + }, + "rot": { + "x": 0, + "y": 274207, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300030, + "propState": 0, + "pos": { + "x": -93303, + "y": 4919, + "z": 106026 + }, + "rot": { + "x": 0, + "y": 343791, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 0, + "pos": { + "x": -64017, + "y": 4854, + "z": 145667 + }, + "rot": { + "x": 0, + "y": 218726, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300008, + "propState": 0, + "pos": { + "x": -39790, + "y": 4854, + "z": 164870 + }, + "rot": { + "x": 0, + "y": 304148, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300009, + "propState": 0, + "pos": { + "x": 11909, + "y": 4946, + "z": 172203 + }, + "rot": { + "x": 0, + "y": 194754, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300010, + "propState": 0, + "pos": { + "x": -11594, + "y": 4941, + "z": 172255 + }, + "rot": { + "x": 0, + "y": 174545, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300011, + "propState": 0, + "pos": { + "x": 63749, + "y": 4854, + "z": 147337 + }, + "rot": { + "x": 0, + "y": 167261, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300012, + "propState": 0, + "pos": { + "x": 62500, + "y": 4854, + "z": 73020 + }, + "rot": { + "x": 0, + "y": 15502, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300013, + "propState": 0, + "pos": { + "x": 81897, + "y": 4854, + "z": 112684 + }, + "rot": { + "x": 0, + "y": 92454, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300014, + "propState": 0, + "pos": { + "x": 50731, + "y": 5235, + "z": 33411 + }, + "rot": { + "x": 0, + "y": 235242, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300015, + "propState": 0, + "pos": { + "x": 34414, + "y": 4854, + "z": 46558 + }, + "rot": { + "x": 0, + "y": 92454, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300016, + "propState": 0, + "pos": { + "x": 43288, + "y": 4854, + "z": 144357 + }, + "rot": { + "x": 0, + "y": 92454, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300024, + "propState": 0, + "pos": { + "x": 76201, + "y": 4854, + "z": 100530 + }, + "rot": { + "x": 0, + "y": 325617, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300025, + "propState": 0, + "pos": { + "x": 77599, + "y": 4854, + "z": 100351 + }, + "rot": { + "x": 0, + "y": 15765, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300026, + "propState": 0, + "pos": { + "x": -11256, + "y": 4937, + "z": 65780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 2, + "instId": 300027, + "propState": 0, + "pos": { + "x": -12451, + "y": 4937, + "z": 66361 + }, + "rot": { + "x": 0, + "y": 308573, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 2, + "instId": 300028, + "propState": 0, + "pos": { + "x": 109111, + "y": 3859, + "z": 115284 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 2, + "instId": 300029, + "propState": 0, + "pos": { + "x": 126230, + "y": 3859, + "z": 109377 + }, + "rot": { + "x": 0, + "y": 49444, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "1030601": { + "anchorId": 1, + "groupId": 3, + "instId": 300001, + "pos": { + "x": 0, + "y": 4903, + "z": 26000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030602": { + "anchorId": 2, + "groupId": 3, + "instId": 300002, + "pos": { + "x": -84530, + "y": 4854, + "z": 110410 + }, + "rot": { + "x": 0, + "y": 271000, + "z": 0 + } + }, + "1030603": { + "anchorId": 3, + "groupId": 3, + "instId": 300003, + "pos": { + "x": 85840, + "y": 4854, + "z": 110533 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "1030604": { + "anchorId": 4, + "groupId": 3, + "instId": 300004, + "pos": { + "x": 15521, + "y": 4937, + "z": 156520 + }, + "rot": { + "x": 0, + "y": 338250, + "z": 0 + } + } + } + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -44350, + "y": 7000, + "z": 141260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": -43590, + "y": 7000, + "z": 79790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 0, + "pos": { + "x": -83950, + "y": 7000, + "z": 110211 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 0, + "pos": { + "x": 44280, + "y": 7000, + "z": 79710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 0, + "pos": { + "x": 43820, + "y": 7000, + "z": 141330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 0, + "pos": { + "x": 84180, + "y": 7000, + "z": 110406 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [ + { + "groupId": 19, + "instId": 400002, + "pos": { + "x": 45425, + "y": 5617, + "z": 40985 + }, + "rot": { + "x": 0, + "y": 268129, + "z": 0 + }, + "npcId": 3026 + } + ], + "props": [ + { + "groupId": 19, + "instId": 300002, + "propState": 0, + "pos": { + "x": 44948, + "y": 6441, + "z": 40551 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": -22462, + "y": 3017, + "z": 113474 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 0, + "pos": { + "x": -10153, + "y": 4470, + "z": 114270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 0, + "pos": { + "x": -14323, + "y": 4960, + "z": 94350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 0, + "pos": { + "x": 15188, + "y": 3017, + "z": 89958 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 0, + "pos": { + "x": 11157, + "y": 3017, + "z": 111183 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 0, + "pos": { + "x": -11456, + "y": 3017, + "z": 107025 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300007, + "propState": 0, + "pos": { + "x": 2821, + "y": 3017, + "z": 99176 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300005, + "propState": 0, + "pos": { + "x": 110, + "y": 4937, + "z": 162450 + }, + "rot": { + "x": 0, + "y": 169625, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 76, + "instId": 300001, + "propState": 18, + "pos": { + "x": 72168, + "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 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 100902, + "y": 4583, + "z": 115243 + }, + "rot": { + "x": 0, + "y": 119437, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 78, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "206": { + "monsters": [], + "npcs": [ + { + "groupId": 206, + "instId": 400002, + "pos": { + "x": -121881, + "y": 4965, + "z": 99267 + }, + "rot": { + "x": 0, + "y": 17992, + "z": 0 + }, + "npcId": 3090 + } + ], + "props": [ + { + "groupId": 206, + "instId": 300001, + "propState": 0, + "pos": { + "x": -118235, + "y": 4915, + "z": 107588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + }, + "208": { + "monsters": [], + "npcs": [ + { + "groupId": 208, + "instId": 400001, + "pos": { + "x": 124168, + "y": 4546, + "z": 89038 + }, + "rot": { + "x": 0, + "y": 13834, + "z": 0 + }, + "npcId": 2310 + }, + { + "groupId": 208, + "instId": 400002, + "pos": { + "x": 125126, + "y": 4546, + "z": 88356 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2302 + }, + { + "groupId": 208, + "instId": 400003, + "pos": { + "x": 123040, + "y": 4546, + "z": 88240 + }, + "rot": { + "x": 0, + "y": 21519, + "z": 0 + }, + "npcId": 2302 + } + ], + "props": [ + { + "groupId": 208, + "instId": 300001, + "propState": 0, + "pos": { + "x": 7681, + "y": 4937, + "z": 152616 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + }, + "232": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 232, + "instId": 300001, + "propState": 0, + "pos": { + "x": 123580, + "y": 3680, + "z": 73840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103098 + } + ], + "teleports": {} + }, + "249": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 249, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22, + "y": 3800, + "z": 125024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300002, + "propState": 0, + "pos": { + "x": 22, + "y": 3800, + "z": 125024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300003, + "propState": 0, + "pos": { + "x": 22, + "y": 3800, + "z": 125024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300005, + "propState": 0, + "pos": { + "x": 17, + "y": 2250, + "z": 134940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300006, + "propState": 0, + "pos": { + "x": 20, + "y": 3016, + "z": 110440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 115580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300008, + "propState": 0, + "pos": { + "x": -660, + "y": 13940, + "z": 112251 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300009, + "propState": 0, + "pos": { + "x": 8163, + "y": 12553, + "z": 121645 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300010, + "propState": 0, + "pos": { + "x": -11382, + "y": 13940, + "z": 119229 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300011, + "propState": 0, + "pos": { + "x": -7610, + "y": 12817, + "z": 120650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300012, + "propState": 0, + "pos": { + "x": 10743, + "y": 13940, + "z": 118047 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "271": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 271, + "instId": 300001, + "propState": 11, + "pos": { + "x": 67046, + "y": 4854, + "z": 140612 + }, + "rot": { + "x": 0, + "y": 265630, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "272": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 272, + "instId": 300001, + "propState": 11, + "pos": { + "x": -100184, + "y": 4915, + "z": 113935 + }, + "rot": { + "x": 0, + "y": 111570, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "273": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 273, + "instId": 300001, + "propState": 11, + "pos": { + "x": -21062, + "y": 4937, + "z": 161940 + }, + "rot": { + "x": 0, + "y": 74313, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "274": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "275": { + "monsters": [], + "npcs": [ + { + "groupId": 275, + "instId": 400001, + "pos": { + "x": -4940, + "y": 3017, + "z": 112060 + }, + "rot": { + "x": 0, + "y": 58271, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 275, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4940, + "y": 3017, + "z": 112060 + }, + "rot": { + "x": 0, + "y": 58271, + "z": 0 + }, + "propId": 103256 + } + ], + "teleports": {} + }, + "276": { + "monsters": [], + "npcs": [ + { + "groupId": 276, + "instId": 400001, + "pos": { + "x": 2930, + "y": 3017, + "z": 114922 + }, + "rot": { + "x": 0, + "y": 190136, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 276, + "instId": 300002, + "propState": 0, + "pos": { + "x": 2930, + "y": 3017, + "z": 114922 + }, + "rot": { + "x": 0, + "y": 190136, + "z": 0 + }, + "propId": 103256 + } + ], + "teleports": {} + }, + "277": { + "monsters": [], + "npcs": [ + { + "groupId": 277, + "instId": 400001, + "pos": { + "x": 4164, + "y": 3017, + "z": 104165 + }, + "rot": { + "x": 0, + "y": 335829, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 277, + "instId": 300003, + "propState": 0, + "pos": { + "x": 4164, + "y": 3017, + "z": 104165 + }, + "rot": { + "x": 0, + "y": 335829, + "z": 0 + }, + "propId": 103256 + } + ], + "teleports": {} + }, + "326": { + "monsters": [], + "npcs": [ + { + "groupId": 326, + "instId": 400001, + "pos": { + "x": 108979, + "y": 3859, + "z": 105703 + }, + "rot": { + "x": 0, + "y": 29887, + "z": 0 + }, + "npcId": 13177 + } + ], + "props": [], + "teleports": {} + }, + "329": { + "monsters": [], + "npcs": [ + { + "groupId": 329, + "instId": 400001, + "pos": { + "x": -97405, + "y": 5313, + "z": 107809 + }, + "rot": { + "x": 0, + "y": 4965, + "z": 0 + }, + "npcId": 13346 + } + ], + "props": [ + { + "groupId": 329, + "instId": 300001, + "propState": 0, + "pos": { + "x": -97397, + "y": 5131, + "z": 108154 + }, + "rot": { + "x": 0, + "y": 7327, + "z": 0 + }, + "propId": 103142 + } + ], + "teleports": {} + }, + "351": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "394": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": -3229, + "y": 5599, + "z": 51524 + }, + "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 + } + ], + "teleports": {} + }, + "395": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 395, + "instId": 300001, + "propState": 18, + "pos": { + "x": -43781, + "y": 5839, + "z": 125206 + }, + "rot": { + "x": 0, + "y": 0, + "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 + } + ], + "teleports": {} + }, + "396": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 396, + "instId": 300001, + "propState": 18, + "pos": { + "x": 21249, + "y": 5953, + "z": 154350 + }, + "rot": { + "x": 0, + "y": 26863, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 401, + "startAnchorId": 1, + "startGroupId": 206 + } + }, + "1030613": { + "P10306_F10306001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "pos": { + "x": -7322, + "y": 4913, + "z": 34247 + }, + "rot": { + "x": 0, + "y": 273329, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": 21913, + "y": 4937, + "z": 70359 + }, + "rot": { + "x": 0, + "y": 327058, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 0, + "pos": { + "x": 39703, + "y": 4933, + "z": 85631 + }, + "rot": { + "x": 0, + "y": 157837, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300017, + "propState": 0, + "pos": { + "x": 25090, + "y": 4630, + "z": 115717 + }, + "rot": { + "x": 0, + "y": 255869, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300018, + "propState": 0, + "pos": { + "x": -23578, + "y": 3017, + "z": 114967 + }, + "rot": { + "x": 0, + "y": 152608, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300019, + "propState": 0, + "pos": { + "x": -20714, + "y": 3017, + "z": 113851 + }, + "rot": { + "x": 0, + "y": 257146, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300020, + "propState": 0, + "pos": { + "x": -22918, + "y": 3017, + "z": 112018 + }, + "rot": { + "x": 0, + "y": 24007, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300021, + "propState": 0, + "pos": { + "x": 14307, + "y": 3017, + "z": 91243 + }, + "rot": { + "x": 0, + "y": 24007, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300022, + "propState": 0, + "pos": { + "x": 13765, + "y": 3017, + "z": 89422 + }, + "rot": { + "x": 0, + "y": 240213, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300023, + "propState": 0, + "pos": { + "x": -37270, + "y": 4962, + "z": 110332 + }, + "rot": { + "x": 0, + "y": 174478, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 0, + "pos": { + "x": -42375, + "y": 4854, + "z": 83885 + }, + "rot": { + "x": 0, + "y": 207317, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 0, + "pos": { + "x": -60145, + "y": 4854, + "z": 68061 + }, + "rot": { + "x": 0, + "y": 337535, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 0, + "pos": { + "x": -81534, + "y": 4854, + "z": 112391 + }, + "rot": { + "x": 0, + "y": 274207, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300030, + "propState": 0, + "pos": { + "x": -93303, + "y": 4919, + "z": 106026 + }, + "rot": { + "x": 0, + "y": 343791, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 0, + "pos": { + "x": -64017, + "y": 4854, + "z": 145667 + }, + "rot": { + "x": 0, + "y": 218726, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300008, + "propState": 0, + "pos": { + "x": -39790, + "y": 4854, + "z": 164870 + }, + "rot": { + "x": 0, + "y": 304148, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300009, + "propState": 0, + "pos": { + "x": 11909, + "y": 4946, + "z": 172203 + }, + "rot": { + "x": 0, + "y": 194754, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300010, + "propState": 0, + "pos": { + "x": -11594, + "y": 4941, + "z": 172255 + }, + "rot": { + "x": 0, + "y": 174545, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300011, + "propState": 0, + "pos": { + "x": 63749, + "y": 4854, + "z": 147337 + }, + "rot": { + "x": 0, + "y": 167261, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300012, + "propState": 0, + "pos": { + "x": 62500, + "y": 4854, + "z": 73020 + }, + "rot": { + "x": 0, + "y": 15502, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300013, + "propState": 0, + "pos": { + "x": 81897, + "y": 4854, + "z": 112684 + }, + "rot": { + "x": 0, + "y": 92454, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300014, + "propState": 0, + "pos": { + "x": 50731, + "y": 5235, + "z": 33411 + }, + "rot": { + "x": 0, + "y": 235242, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 2, + "instId": 300015, + "propState": 0, + "pos": { + "x": 34414, + "y": 4854, + "z": 46558 + }, + "rot": { + "x": 0, + "y": 92454, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300016, + "propState": 0, + "pos": { + "x": 43288, + "y": 4854, + "z": 144357 + }, + "rot": { + "x": 0, + "y": 92454, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300024, + "propState": 0, + "pos": { + "x": 76201, + "y": 4854, + "z": 100530 + }, + "rot": { + "x": 0, + "y": 325617, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300025, + "propState": 0, + "pos": { + "x": 77599, + "y": 4854, + "z": 100351 + }, + "rot": { + "x": 0, + "y": 15765, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 2, + "instId": 300026, + "propState": 0, + "pos": { + "x": -11256, + "y": 4937, + "z": 65780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 2, + "instId": 300027, + "propState": 0, + "pos": { + "x": -12451, + "y": 4937, + "z": 66361 + }, + "rot": { + "x": 0, + "y": 308573, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 2, + "instId": 300028, + "propState": 0, + "pos": { + "x": 109111, + "y": 3859, + "z": 115284 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 2, + "instId": 300029, + "propState": 0, + "pos": { + "x": 126230, + "y": 3859, + "z": 109377 + }, + "rot": { + "x": 0, + "y": 49444, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "1030601": { + "anchorId": 1, + "groupId": 3, + "instId": 300001, + "pos": { + "x": 0, + "y": 4903, + "z": 26000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030602": { + "anchorId": 2, + "groupId": 3, + "instId": 300002, + "pos": { + "x": -84530, + "y": 4854, + "z": 110410 + }, + "rot": { + "x": 0, + "y": 271000, + "z": 0 + } + }, + "1030603": { + "anchorId": 3, + "groupId": 3, + "instId": 300003, + "pos": { + "x": 85840, + "y": 4854, + "z": 110533 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "1030604": { + "anchorId": 4, + "groupId": 3, + "instId": 300004, + "pos": { + "x": 15521, + "y": 4937, + "z": 156520 + }, + "rot": { + "x": 0, + "y": 338250, + "z": 0 + } + } + } + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -44350, + "y": 7000, + "z": 141260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": -43590, + "y": 7000, + "z": 79790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 0, + "pos": { + "x": -83950, + "y": 7000, + "z": 110211 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 0, + "pos": { + "x": 44280, + "y": 7000, + "z": 79710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 0, + "pos": { + "x": 43820, + "y": 7000, + "z": 141330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 0, + "pos": { + "x": 84180, + "y": 7000, + "z": 110406 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [ + { + "groupId": 19, + "instId": 400002, + "pos": { + "x": 45425, + "y": 5617, + "z": 40985 + }, + "rot": { + "x": 0, + "y": 268129, + "z": 0 + }, + "npcId": 3026 + } + ], + "props": [ + { + "groupId": 19, + "instId": 300002, + "propState": 0, + "pos": { + "x": 44948, + "y": 6441, + "z": 40551 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": -22462, + "y": 3017, + "z": 113474 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 0, + "pos": { + "x": -10153, + "y": 4470, + "z": 114270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 0, + "pos": { + "x": -14323, + "y": 4960, + "z": 94350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 0, + "pos": { + "x": 15188, + "y": 3017, + "z": 89958 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 0, + "pos": { + "x": 11157, + "y": 3017, + "z": 111183 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 0, + "pos": { + "x": -11456, + "y": 3017, + "z": 107025 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 22, + "instId": 300007, + "propState": 0, + "pos": { + "x": 2821, + "y": 3017, + "z": 99176 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300005, + "propState": 0, + "pos": { + "x": 110, + "y": 4937, + "z": 162450 + }, + "rot": { + "x": 0, + "y": 169625, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 76, + "instId": 300001, + "propState": 18, + "pos": { + "x": 72168, + "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 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 100902, + "y": 4583, + "z": 115243 + }, + "rot": { + "x": 0, + "y": 119437, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 78, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "206": { + "monsters": [], + "npcs": [ + { + "groupId": 206, + "instId": 400002, + "pos": { + "x": -121881, + "y": 4965, + "z": 99267 + }, + "rot": { + "x": 0, + "y": 17992, + "z": 0 + }, + "npcId": 3090 + } + ], + "props": [ + { + "groupId": 206, + "instId": 300001, + "propState": 0, + "pos": { + "x": -118235, + "y": 4915, + "z": 107588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + }, + "208": { + "monsters": [], + "npcs": [ + { + "groupId": 208, + "instId": 400001, + "pos": { + "x": 124168, + "y": 4546, + "z": 89038 + }, + "rot": { + "x": 0, + "y": 13834, + "z": 0 + }, + "npcId": 2310 + }, + { + "groupId": 208, + "instId": 400002, + "pos": { + "x": 125126, + "y": 4546, + "z": 88356 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2302 + }, + { + "groupId": 208, + "instId": 400003, + "pos": { + "x": 123040, + "y": 4546, + "z": 88240 + }, + "rot": { + "x": 0, + "y": 21519, + "z": 0 + }, + "npcId": 2302 + } + ], + "props": [ + { + "groupId": 208, + "instId": 300001, + "propState": 0, + "pos": { + "x": 7681, + "y": 4937, + "z": 152616 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + }, + "232": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 232, + "instId": 300001, + "propState": 0, + "pos": { + "x": 123580, + "y": 3680, + "z": 73840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103098 + } + ], + "teleports": {} + }, + "249": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 249, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22, + "y": 3800, + "z": 125024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300002, + "propState": 0, + "pos": { + "x": 22, + "y": 3800, + "z": 125024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300003, + "propState": 0, + "pos": { + "x": 22, + "y": 3800, + "z": 125024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300005, + "propState": 0, + "pos": { + "x": 17, + "y": 2250, + "z": 134940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300006, + "propState": 0, + "pos": { + "x": 20, + "y": 3016, + "z": 110440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 115580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300008, + "propState": 0, + "pos": { + "x": -660, + "y": 13940, + "z": 112251 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300009, + "propState": 0, + "pos": { + "x": 8163, + "y": 12553, + "z": 121645 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300010, + "propState": 0, + "pos": { + "x": -11382, + "y": 13940, + "z": 119229 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300011, + "propState": 0, + "pos": { + "x": -7610, + "y": 12817, + "z": 120650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 249, + "instId": 300012, + "propState": 0, + "pos": { + "x": 10743, + "y": 13940, + "z": 118047 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "271": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 271, + "instId": 300001, + "propState": 11, + "pos": { + "x": 67046, + "y": 4854, + "z": 140612 + }, + "rot": { + "x": 0, + "y": 265630, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "272": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 272, + "instId": 300001, + "propState": 11, + "pos": { + "x": -100184, + "y": 4915, + "z": 113935 + }, + "rot": { + "x": 0, + "y": 111570, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "273": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 273, + "instId": 300001, + "propState": 11, + "pos": { + "x": -21062, + "y": 4937, + "z": 161940 + }, + "rot": { + "x": 0, + "y": 74313, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "274": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "275": { + "monsters": [], + "npcs": [ + { + "groupId": 275, + "instId": 400001, + "pos": { + "x": -4940, + "y": 3017, + "z": 112060 + }, + "rot": { + "x": 0, + "y": 58271, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 275, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4940, + "y": 3017, + "z": 112060 + }, + "rot": { + "x": 0, + "y": 58271, + "z": 0 + }, + "propId": 103256 + } + ], + "teleports": {} + }, + "276": { + "monsters": [], + "npcs": [ + { + "groupId": 276, + "instId": 400001, + "pos": { + "x": 2930, + "y": 3017, + "z": 114922 + }, + "rot": { + "x": 0, + "y": 190136, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 276, + "instId": 300002, + "propState": 0, + "pos": { + "x": 2930, + "y": 3017, + "z": 114922 + }, + "rot": { + "x": 0, + "y": 190136, + "z": 0 + }, + "propId": 103256 + } + ], + "teleports": {} + }, + "277": { + "monsters": [], + "npcs": [ + { + "groupId": 277, + "instId": 400001, + "pos": { + "x": 4164, + "y": 3017, + "z": 104165 + }, + "rot": { + "x": 0, + "y": 335829, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 277, + "instId": 300003, + "propState": 0, + "pos": { + "x": 4164, + "y": 3017, + "z": 104165 + }, + "rot": { + "x": 0, + "y": 335829, + "z": 0 + }, + "propId": 103256 + } + ], + "teleports": {} + }, + "326": { + "monsters": [], + "npcs": [ + { + "groupId": 326, + "instId": 400001, + "pos": { + "x": 108979, + "y": 3859, + "z": 105703 + }, + "rot": { + "x": 0, + "y": 29887, + "z": 0 + }, + "npcId": 13177 + } + ], + "props": [], + "teleports": {} + }, + "329": { + "monsters": [], + "npcs": [ + { + "groupId": 329, + "instId": 400001, + "pos": { + "x": -97405, + "y": 5313, + "z": 107809 + }, + "rot": { + "x": 0, + "y": 4965, + "z": 0 + }, + "npcId": 13346 + } + ], + "props": [ + { + "groupId": 329, + "instId": 300001, + "propState": 0, + "pos": { + "x": -97397, + "y": 5131, + "z": 108154 + }, + "rot": { + "x": 0, + "y": 7327, + "z": 0 + }, + "propId": 103142 + } + ], + "teleports": {} + }, + "351": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "394": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": -3229, + "y": 5599, + "z": 51524 + }, + "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 + } + ], + "teleports": {} + }, + "395": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 395, + "instId": 300001, + "propState": 18, + "pos": { + "x": -43781, + "y": 5839, + "z": 125206 + }, + "rot": { + "x": 0, + "y": 0, + "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 + } + ], + "teleports": {} + }, + "396": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 396, + "instId": 300001, + "propState": 18, + "pos": { + "x": 21249, + "y": 5953, + "z": 154350 + }, + "rot": { + "x": 0, + "y": 26863, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 401, + "startAnchorId": 1, + "startGroupId": 208 + } + }, + "1030614": { + "P10001_F10001001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": -53119, + "y": 6851, + "z": -60166 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 905 + } + ], + "teleports": { + "2219": { + "anchorId": 1, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -53121, + "y": 4912, + "z": -58063 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300005, + "propState": 0, + "pos": { + "x": 10, + "y": 3132, + "z": -66470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "1000101": { + "anchorId": 1, + "groupId": 11, + "instId": 300001, + "pos": { + "x": 50, + "y": -217, + "z": -39800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1000102": { + "anchorId": 2, + "groupId": 11, + "instId": 300002, + "pos": { + "x": -130, + "y": -267, + "z": 33031 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 18, + "pos": { + "x": -46900, + "y": 4913, + "z": -49827 + }, + "rot": { + "x": 0, + "y": 44851, + "z": 0 + }, + "propId": 101030 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 18, + "pos": { + "x": -8312, + "y": -1850, + "z": 30910 + }, + "rot": { + "x": 0, + "y": 21802, + "z": 0 + }, + "propId": 101030 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 18, + "pos": { + "x": -47867, + "y": 4916, + "z": -50570 + }, + "rot": { + "x": 0, + "y": 15479, + "z": 0 + }, + "propId": 101030 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [ + { + "groupId": 63, + "instId": 400001, + "pos": { + "x": -4762, + "y": 209, + "z": -31617 + }, + "rot": { + "x": 0, + "y": 168842, + "z": 0 + }, + "npcId": 10107 + } + ], + "props": [], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [ + { + "groupId": 97, + "instId": 400001, + "pos": { + "x": -56024, + "y": 4923, + "z": -51108 + }, + "rot": { + "x": 0, + "y": 97259, + "z": 0 + }, + "npcId": 10122 + } + ], + "props": [ + { + "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": 0, + "pos": { + "x": -55864, + "y": 4923, + "z": -51261 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": { + "2264": { + "anchorId": 2, + "groupId": 97, + "instId": 300002, + "pos": { + "x": -54710, + "y": 4923, + "z": -50500 + }, + "rot": { + "x": 0, + "y": 240473, + "z": 0 + } + } + } + }, + "143": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "159": { + "monsters": [], + "npcs": [ + { + "groupId": 159, + "instId": 400001, + "pos": { + "x": 14861, + "y": -890, + "z": 4732 + }, + "rot": { + "x": 0, + "y": 246268, + "z": 0 + }, + "npcId": 3002 + } + ], + "props": [ + { + "groupId": 159, + "instId": 300001, + "propState": 0, + "pos": { + "x": 14548, + "y": -1376, + "z": 5707 + }, + "rot": { + "x": 0, + "y": 222759, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 159, + "instId": 300002, + "propState": 0, + "pos": { + "x": 14384, + "y": -890, + "z": 5700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + }, + "165": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 165, + "instId": 300001, + "propState": 18, + "pos": { + "x": -52013, + "y": 5732, + "z": -51904 + }, + "rot": { + "x": 0, + "y": 208231, + "z": 0 + }, + "propId": 100020 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 101, + "startAnchorId": 2, + "startGroupId": 159 + } + }, + "1030615": { + "P20004_F20004001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2000401": { + "anchorId": 5, + "groupId": 2, + "instId": 300001, + "pos": { + "x": 7320, + "y": 412082, + "z": -1500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2000402": { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": -14714, + "y": 180918, + "z": -89770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2000403": { + "anchorId": 3, + "groupId": 2, + "instId": 300003, + "pos": { + "x": 35420, + "y": 172315, + "z": 46840 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + } + }, + "2000404": { + "anchorId": 4, + "groupId": 2, + "instId": 300004, + "pos": { + "x": 26290, + "y": 143925, + "z": -17740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300006, + "propState": 0, + "pos": { + "x": 78570, + "y": 172707, + "z": -15496 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 81605, + "y": 163620, + "z": -14231 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": 86170, + "y": 172415, + "z": -14200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "34": { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 142143, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 0, + "pos": { + "x": 31250, + "y": 169655, + "z": 88460 + }, + "rot": { + "x": 0, + "y": 142143, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 0, + "pos": { + "x": -63660, + "y": 182862, + "z": -21520 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 0, + "pos": { + "x": 50871, + "y": 172400, + "z": -59024 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 0, + "pos": { + "x": 47540, + "y": 169655, + "z": 75000 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 0, + "pos": { + "x": -32238, + "y": 411908, + "z": -10233 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 0, + "pos": { + "x": -78660, + "y": 411908, + "z": -17990 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300006, + "propState": 0, + "pos": { + "x": -3039, + "y": 412082, + "z": 6833 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300007, + "propState": 0, + "pos": { + "x": -2927, + "y": 412082, + "z": -35510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300008, + "propState": 0, + "pos": { + "x": -53854, + "y": 182862, + "z": -61283 + }, + "rot": { + "x": 0, + "y": 134000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300009, + "propState": 0, + "pos": { + "x": -69749, + "y": 182862, + "z": -31661 + }, + "rot": { + "x": 0, + "y": 77036, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300010, + "propState": 0, + "pos": { + "x": -35639, + "y": 180918, + "z": -93976 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300011, + "propState": 0, + "pos": { + "x": 6531, + "y": 180920, + "z": -97335 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300012, + "propState": 0, + "pos": { + "x": 14887, + "y": 174877, + "z": -110436 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300013, + "propState": 0, + "pos": { + "x": -58943, + "y": 177414, + "z": -87559 + }, + "rot": { + "x": 0, + "y": 220000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300014, + "propState": 0, + "pos": { + "x": -46725, + "y": 177414, + "z": -104197 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300015, + "propState": 0, + "pos": { + "x": -3009, + "y": 172299, + "z": -89694 + }, + "rot": { + "x": 0, + "y": 83000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300016, + "propState": 0, + "pos": { + "x": 32701, + "y": 172225, + "z": 68710 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300017, + "propState": 0, + "pos": { + "x": 3080, + "y": 172225, + "z": 69780 + }, + "rot": { + "x": 0, + "y": 53000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300018, + "propState": 0, + "pos": { + "x": -41643, + "y": 172241, + "z": 35096 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300019, + "propState": 0, + "pos": { + "x": -40514, + "y": 172241, + "z": 33751 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300020, + "propState": 0, + "pos": { + "x": -54202, + "y": 182862, + "z": 33693 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100027 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 41, + "instId": 300001, + "propState": 0, + "pos": { + "x": -95834, + "y": 182862, + "z": -11200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -98020, + "y": 184490, + "z": -14058 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100091 + }, + { + "groupId": 41, + "instId": 300005, + "propState": 0, + "pos": { + "x": -98020, + "y": 413482, + "z": -14190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100091 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29037, + "y": 144001, + "z": -17653 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 29710, + "y": 144960, + "z": -14230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100092 + }, + { + "groupId": 42, + "instId": 300005, + "propState": 0, + "pos": { + "x": 92556, + "y": 413533, + "z": -14221 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100091 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2758, + "y": 144670, + "z": -14085 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 113 + } + ], + "teleports": { + "1304": { + "anchorId": 1, + "groupId": 49, + "instId": 300001, + "pos": { + "x": -470, + "y": 144131, + "z": -14350 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 51, + "instId": 300001, + "propState": 1, + "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": 1, + "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": 1, + "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": 1, + "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 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 83, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "87": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "88": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "89": { + "monsters": [ + { + "groupId": 89, + "instId": 200001, + "eventId": 20004125, + "pos": { + "x": 11579, + "y": 172226, + "z": 78947 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 95, + "instId": 300001, + "propState": 0, + "pos": { + "x": -15001, + "y": 176391, + "z": 51728 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": 26580, + "y": 143925, + "z": -3696 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 97, + "instId": 300001, + "propState": 1, + "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": 1, + "pos": { + "x": 73228, + "y": 172441, + "z": -14226 + }, + "rot": { + "x": 0, + "y": 90756, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 97, + "instId": 300005, + "propState": 1, + "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 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 100, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3200, + "y": 185029, + "z": -14100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "101": { + "monsters": [], + "npcs": [ + { + "groupId": 101, + "instId": 400001, + "pos": { + "x": -4643, + "y": 172738, + "z": 91737 + }, + "rot": { + "x": 0, + "y": 247600, + "z": 0 + }, + "npcId": 3080 + }, + { + "groupId": 101, + "instId": 400002, + "pos": { + "x": -5206, + "y": 173002, + "z": 92724 + }, + "rot": { + "x": 0, + "y": 215564, + "z": 0 + }, + "npcId": 3081 + }, + { + "groupId": 101, + "instId": 400003, + "pos": { + "x": -5962, + "y": 172741, + "z": 93316 + }, + "rot": { + "x": 0, + "y": 199300, + "z": 0 + }, + "npcId": 3082 + }, + { + "groupId": 101, + "instId": 400004, + "pos": { + "x": -16748, + "y": 172894, + "z": 83222 + }, + "rot": { + "x": 0, + "y": 54600, + "z": 0 + }, + "npcId": 3083 + }, + { + "groupId": 101, + "instId": 400005, + "pos": { + "x": -16361, + "y": 172494, + "z": 85133 + }, + "rot": { + "x": 0, + "y": 111382, + "z": 0 + }, + "npcId": 3084 + }, + { + "groupId": 101, + "instId": 400006, + "pos": { + "x": -16995, + "y": 173797, + "z": 85478 + }, + "rot": { + "x": 0, + "y": 115217, + "z": 0 + }, + "npcId": 3085 + } + ], + "props": [ + { + "groupId": 101, + "instId": 300001, + "propState": 0, + "pos": { + "x": -7179, + "y": 172241, + "z": 91237 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300002, + "propState": 0, + "pos": { + "x": -16413, + "y": 172241, + "z": 84522 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300004, + "propState": 0, + "pos": { + "x": -42716, + "y": 172241, + "z": 52871 + }, + "rot": { + "x": 0, + "y": 19414, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300005, + "propState": 0, + "pos": { + "x": -43397, + "y": 172241, + "z": 55562 + }, + "rot": { + "x": 0, + "y": 124550, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300006, + "propState": 0, + "pos": { + "x": -41712, + "y": 172241, + "z": 53164 + }, + "rot": { + "x": 0, + "y": 336598, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300007, + "propState": 0, + "pos": { + "x": -5751, + "y": 173943, + "z": 92245 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300008, + "propState": 0, + "pos": { + "x": -15848, + "y": 173943, + "z": 84031 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 102, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4200, + "y": 420480, + "z": -10800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 107, + "instId": 300001, + "propState": 0, + "pos": { + "x": 24917, + "y": 148839, + "z": -15661 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "109": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 109, + "instId": 300001, + "propState": 0, + "pos": { + "x": 27877, + "y": 411908, + "z": -10207 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 109, + "instId": 300002, + "propState": 0, + "pos": { + "x": 45700, + "y": 411908, + "z": -18047 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + } + ], + "teleports": {} + }, + "127": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 127, + "instId": 300001, + "propState": 0, + "pos": { + "x": 68024, + "y": 169639, + "z": 50287 + }, + "rot": { + "x": 0, + "y": 322107, + "z": 0 + }, + "propId": 300009 + } + ], + "teleports": {} + }, + "148": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "149": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "166": { + "monsters": [], + "npcs": [ + { + "groupId": 166, + "instId": 400001, + "pos": { + "x": -43237, + "y": 172556, + "z": 55463 + }, + "rot": { + "x": 0, + "y": 123392, + "z": 0 + }, + "npcId": 3086 + }, + { + "groupId": 166, + "instId": 400002, + "pos": { + "x": -42618, + "y": 172550, + "z": 53074 + }, + "rot": { + "x": 0, + "y": 27470, + "z": 0 + }, + "npcId": 3088 + }, + { + "groupId": 166, + "instId": 400003, + "pos": { + "x": -41794, + "y": 172564, + "z": 53395 + }, + "rot": { + "x": 0, + "y": 339243, + "z": 0 + }, + "npcId": 3087 + } + ], + "props": [ + { + "groupId": 166, + "instId": 300001, + "propState": 0, + "pos": { + "x": -42535, + "y": 173152, + "z": 54004 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 166, + "instId": 300002, + "propState": 0, + "pos": { + "x": -42716, + "y": 172241, + "z": 52871 + }, + "rot": { + "x": 0, + "y": 19414, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 166, + "instId": 300003, + "propState": 0, + "pos": { + "x": -43397, + "y": 172241, + "z": 55562 + }, + "rot": { + "x": 0, + "y": 124550, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 166, + "instId": 300004, + "propState": 0, + "pos": { + "x": -41712, + "y": 172241, + "z": 53164 + }, + "rot": { + "x": 0, + "y": 336598, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 166, + "instId": 300005, + "propState": 0, + "pos": { + "x": -42800, + "y": 173610, + "z": 54148 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "191": { + "monsters": [], + "npcs": [ + { + "groupId": 191, + "instId": 400001, + "pos": { + "x": -25727, + "y": 180967, + "z": -84085 + }, + "rot": { + "x": 0, + "y": 77891, + "z": 0 + }, + "npcId": 3046 + }, + { + "groupId": 191, + "instId": 400002, + "pos": { + "x": -25833, + "y": 180920, + "z": -83542 + }, + "rot": { + "x": 0, + "y": 79082, + "z": 0 + }, + "npcId": 3110 + }, + { + "groupId": 191, + "instId": 400003, + "pos": { + "x": -25879, + "y": 180918, + "z": -82895 + }, + "rot": { + "x": 0, + "y": 115350, + "z": 0 + }, + "npcId": 3103 + } + ], + "props": [ + { + "groupId": 191, + "instId": 300001, + "propState": 0, + "pos": { + "x": -25034, + "y": 180967, + "z": -83922 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 2, + "worldId": 101, + "startAnchorId": 1, + "startGroupId": 191 + } + }, + "1030616": { + "P10101_F10101001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -47830, + "y": -6336, + "z": 81720 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 0, + "pos": { + "x": 31690, + "y": 210, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300007, + "propState": 0, + "pos": { + "x": 37160, + "y": -93, + "z": -168310 + }, + "rot": { + "x": 0, + "y": 153500, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 0, + "pos": { + "x": -23320, + "y": -4889, + "z": -149600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300008, + "propState": 0, + "pos": { + "x": -23357, + "y": -1100, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1010101": { + "anchorId": 4, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -10138, + "y": 10, + "z": 78898 + }, + "rot": { + "x": 0, + "y": 186078, + "z": 0 + } + }, + "1010102": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -43300, + "y": -93, + "z": -37960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "1010103": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 33046, + "y": 10, + "z": -144792 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [ + { + "groupId": 2, + "instId": 400004, + "pos": { + "x": -4472, + "y": 234, + "z": -11818 + }, + "rot": { + "x": 0, + "y": 188708, + "z": 0 + }, + "npcId": 11201 + }, + { + "groupId": 2, + "instId": 400005, + "pos": { + "x": -13080, + "y": 10, + "z": -40030 + }, + "rot": { + "x": 0, + "y": 278638, + "z": 0 + }, + "npcId": 11101 + }, + { + "groupId": 2, + "instId": 400001, + "pos": { + "x": -5011, + "y": 234, + "z": -67815 + }, + "rot": { + "x": 0, + "y": 8091, + "z": 0 + }, + "npcId": 11117 + } + ], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 4027, + "y": -4977, + "z": 39250 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11020, + "y": 21, + "z": -146260 + }, + "rot": { + "x": 0, + "y": 239890, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39253, + "y": -21985, + "z": -55849 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + } + ], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "161": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "174": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 174, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "176": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 176, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "177": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 177, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "178": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 178, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "179": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 179, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "180": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 180, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "181": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 181, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "210": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 210, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "238": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "257": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 257, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5040, + "y": -21996, + "z": -27741 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 257, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5026, + "y": -21996, + "z": -25089 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 201, + "startAnchorId": 2, + "startGroupId": 257 + } + }, + "1030617": { + "P20101_F20101001": { + "scenes": { + "4": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [ + { + "groupId": 7, + "instId": 200001, + "eventId": 20101231, + "pos": { + "x": -95350, + "y": 18020, + "z": 28780 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "monsterId": 8003010 + } + ], + "npcs": [], + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": -93040, + "y": 18542, + "z": 30841 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300003, + "propState": 0, + "pos": { + "x": -92210, + "y": 15711, + "z": -10540 + }, + "rot": { + "x": 0, + "y": 4300, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 0, + "pos": { + "x": -66110, + "y": 16654, + "z": 12580 + }, + "rot": { + "x": 0, + "y": 4300, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300005, + "propState": 0, + "pos": { + "x": -19980, + "y": 20084, + "z": 1800 + }, + "rot": { + "x": 0, + "y": 4300, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300006, + "propState": 0, + "pos": { + "x": 21260, + "y": 14990, + "z": -4600 + }, + "rot": { + "x": 0, + "y": 4300, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300007, + "propState": 0, + "pos": { + "x": 5450, + "y": 16622, + "z": -12380 + }, + "rot": { + "x": 0, + "y": 34500, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 14, + "instId": 300008, + "propState": 0, + "pos": { + "x": 17840, + "y": 12628, + "z": -40120 + }, + "rot": { + "x": 0, + "y": 4300, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": 41210, + "y": 3356, + "z": -55370 + }, + "rot": { + "x": 0, + "y": 34500, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": -108735, + "y": 16086, + "z": 11661 + }, + "rot": { + "x": 0, + "y": 34500, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + }, + "15": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": -140060, + "y": 12670, + "z": 42000 + }, + "rot": { + "x": 0, + "y": 131440, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": 10070, + "y": 13630, + "z": -49980 + }, + "rot": { + "x": 0, + "y": 289310, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 0, + "pos": { + "x": -140060, + "y": 13354, + "z": 42000 + }, + "rot": { + "x": 0, + "y": 41440, + "z": 0 + }, + "propId": 115 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2010102": { + "anchorId": 2, + "groupId": 17, + "instId": 300002, + "pos": { + "x": 20290, + "y": 14305, + "z": -16630 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + } + }, + "2010103": { + "anchorId": 3, + "groupId": 17, + "instId": 300003, + "pos": { + "x": 89070, + "y": 3558, + "z": -34210 + }, + "rot": { + "x": 0, + "y": 272850, + "z": 0 + } + } + } + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": -570, + "y": 19364, + "z": 4480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1006": { + "anchorId": 1, + "groupId": 19, + "instId": 300001, + "pos": { + "x": -530, + "y": 19066, + "z": 1940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "29": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "32": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "34": { + "monsters": [ + { + "groupId": 34, + "instId": 200001, + "eventId": 20101111, + "pos": { + "x": -30950, + "y": 18360, + "z": 6620 + }, + "rot": { + "x": 0, + "y": 315600, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": 41300, + "y": 3724, + "z": -36479 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 808 + } + ], + "teleports": { + "1001": { + "anchorId": 1, + "groupId": 56, + "instId": 300001, + "pos": { + "x": 42548, + "y": 3716, + "z": -38422 + }, + "rot": { + "x": 0, + "y": 325718, + "z": 0 + } + } + } + }, + "78": { + "monsters": [], + "npcs": [ + { + "groupId": 78, + "instId": 400001, + "pos": { + "x": 22790, + "y": 13902, + "z": -22740 + }, + "rot": { + "x": 0, + "y": 109301, + "z": 0 + }, + "npcId": 1110 + } + ], + "props": [], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [ + { + "groupId": 102, + "instId": 400001, + "pos": { + "x": 18380, + "y": -468, + "z": -88930 + }, + "rot": { + "x": 0, + "y": 306495, + "z": 0 + }, + "npcId": 3025 + } + ], + "props": [ + { + "groupId": 102, + "instId": 300001, + "propState": 0, + "pos": { + "x": 20438, + "y": -683, + "z": -90444 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 2, + "worldId": 201, + "startAnchorId": 1, + "startGroupId": 102 + } + }, + "1030618": { + "P10301_F10301001": { + "scenes": { + "15": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1030101": { + "anchorId": 1, + "groupId": 15, + "instId": 300001, + "pos": { + "x": 0, + "y": -14383, + "z": 44219 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030102": { + "anchorId": 2, + "groupId": 15, + "instId": 300002, + "pos": { + "x": 60, + "y": -22213, + "z": 195260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030103": { + "anchorId": 3, + "groupId": 15, + "instId": 300003, + "pos": { + "x": -93460, + "y": -13760, + "z": 233210 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + } + }, + "1030104": { + "anchorId": 4, + "groupId": 15, + "instId": 300004, + "pos": { + "x": 114920, + "y": -6687, + "z": 137090 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + } + }, + "1030105": { + "anchorId": 5, + "groupId": 15, + "instId": 300005, + "pos": { + "x": -100370, + "y": -14726, + "z": 146480 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + } + }, + "1030106": { + "anchorId": 6, + "groupId": 15, + "instId": 300006, + "pos": { + "x": 76810, + "y": -28335, + "z": 151420 + }, + "rot": { + "x": 0, + "y": 113524, + "z": 0 + } + } + } + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19513, + "y": -13826, + "z": 137498 + }, + "rot": { + "x": 0, + "y": 155, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": -19500, + "y": -16881, + "z": 142500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19289, + "y": -11969, + "z": 106321 + }, + "rot": { + "x": 0, + "y": 359530, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [ + { + "groupId": 19, + "instId": 400001, + "pos": { + "x": 134051, + "y": -4456, + "z": 84960 + }, + "rot": { + "x": 0, + "y": 198075, + "z": 0 + }, + "npcId": 13231 + }, + { + "groupId": 19, + "instId": 400002, + "pos": { + "x": 141100, + "y": -4416, + "z": 206800 + }, + "rot": { + "x": 0, + "y": 250839, + "z": 0 + }, + "npcId": 13127 + }, + { + "groupId": 19, + "instId": 400003, + "pos": { + "x": 14260, + "y": -15814, + "z": 88865 + }, + "rot": { + "x": 0, + "y": 140985, + "z": 0 + }, + "npcId": 13315 + }, + { + "groupId": 19, + "instId": 400004, + "pos": { + "x": -114254, + "y": -14374, + "z": 178103 + }, + "rot": { + "x": 0, + "y": 173216, + "z": 0 + }, + "npcId": 13318 + }, + { + "groupId": 19, + "instId": 400005, + "pos": { + "x": -23324, + "y": -16381, + "z": 232550 + }, + "rot": { + "x": 0, + "y": 359821, + "z": 0 + }, + "npcId": 13315 + }, + { + "groupId": 19, + "instId": 400006, + "pos": { + "x": -106808, + "y": -13248, + "z": 94713 + }, + "rot": { + "x": 0, + "y": 56465, + "z": 0 + }, + "npcId": 13315 + } + ], + "props": [], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": -36678, + "y": -16881, + "z": 90482 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300014, + "propState": 0, + "pos": { + "x": -34019, + "y": -16881, + "z": 146311 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": 31152, + "y": -16881, + "z": 123872 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300015, + "propState": 0, + "pos": { + "x": 24861, + "y": -16852, + "z": 192982 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 0, + "pos": { + "x": 25060, + "y": -25996, + "z": 151593 + }, + "rot": { + "x": 0, + "y": 350000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": 82945, + "y": -28335, + "z": 138230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 0, + "pos": { + "x": 87912, + "y": -10661, + "z": 140933 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 0, + "pos": { + "x": 133044, + "y": -4456, + "z": 108386 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 0, + "pos": { + "x": 124920, + "y": -4405, + "z": 229382 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300016, + "propState": 0, + "pos": { + "x": 127024, + "y": -4405, + "z": 229432 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 0, + "pos": { + "x": -38608, + "y": -16881, + "z": 185172 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300009, + "propState": 0, + "pos": { + "x": -70270, + "y": -13721, + "z": 237010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300010, + "propState": 0, + "pos": { + "x": -145776, + "y": -13812, + "z": 230510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300011, + "propState": 0, + "pos": { + "x": -164720, + "y": -11851, + "z": 187840 + }, + "rot": { + "x": 0, + "y": 145000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300012, + "propState": 0, + "pos": { + "x": -89236, + "y": -13807, + "z": 133950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300013, + "propState": 0, + "pos": { + "x": -103568, + "y": -16990, + "z": 84104 + }, + "rot": { + "x": 0, + "y": 166077, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300017, + "propState": 0, + "pos": { + "x": 100325, + "y": -8613, + "z": 163718 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300018, + "propState": 0, + "pos": { + "x": -97770, + "y": -13798, + "z": 101020 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300019, + "propState": 0, + "pos": { + "x": -39870, + "y": -16881, + "z": 236520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300020, + "propState": 0, + "pos": { + "x": 15155, + "y": -16881, + "z": 89920 + }, + "rot": { + "x": 0, + "y": 140814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300021, + "propState": 0, + "pos": { + "x": -77740, + "y": -13798, + "z": 118650 + }, + "rot": { + "x": 0, + "y": 275814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300022, + "propState": 0, + "pos": { + "x": 122713, + "y": -6688, + "z": 168734 + }, + "rot": { + "x": 0, + "y": 155814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300023, + "propState": 0, + "pos": { + "x": 140624, + "y": -37160, + "z": 177079 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300024, + "propState": 0, + "pos": { + "x": 144686, + "y": -37118, + "z": 192517 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300025, + "propState": 0, + "pos": { + "x": -108860, + "y": -59826, + "z": 46511 + }, + "rot": { + "x": 0, + "y": 91069, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300026, + "propState": 0, + "pos": { + "x": -70310, + "y": -13721, + "z": 253530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -163523, + "y": -11029, + "z": 179340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "116": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "118": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "149": { + "monsters": [], + "npcs": [ + { + "groupId": 149, + "instId": 400001, + "pos": { + "x": -120811, + "y": -14735, + "z": 201325 + }, + "rot": { + "x": 0, + "y": 350738, + "z": 0 + }, + "npcId": 13105 + } + ], + "props": [], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [ + { + "groupId": 150, + "instId": 400001, + "pos": { + "x": 150780, + "y": -5010, + "z": 127830 + }, + "rot": { + "x": 0, + "y": 87632, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 150, + "instId": 300001, + "propState": 0, + "pos": { + "x": 151226, + "y": -3483, + "z": 127456 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "151": { + "monsters": [], + "npcs": [ + { + "groupId": 151, + "instId": 400001, + "pos": { + "x": 125816, + "y": -4418, + "z": 195402 + }, + "rot": { + "x": 0, + "y": 104203, + "z": 0 + }, + "npcId": 13116 + } + ], + "props": [ + { + "groupId": 151, + "instId": 300001, + "propState": 0, + "pos": { + "x": 126831, + "y": -4120, + "z": 195380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "152": { + "monsters": [], + "npcs": [ + { + "groupId": 152, + "instId": 400001, + "pos": { + "x": 143693, + "y": -4456, + "z": 101992 + }, + "rot": { + "x": 0, + "y": 279893, + "z": 0 + }, + "npcId": 13215 + } + ], + "props": [], + "teleports": {} + }, + "153": { + "monsters": [], + "npcs": [ + { + "groupId": 153, + "instId": 400001, + "pos": { + "x": 132350, + "y": -6688, + "z": 171270 + }, + "rot": { + "x": 0, + "y": 186089, + "z": 0 + }, + "npcId": 13119 + } + ], + "props": [], + "teleports": {} + }, + "155": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 155, + "instId": 300004, + "propState": 0, + "pos": { + "x": -133080, + "y": -14754, + "z": 182705 + }, + "rot": { + "x": 0, + "y": 28547, + "z": 0 + }, + "propId": 103021 + }, + { + "groupId": 155, + "instId": 300005, + "propState": 0, + "pos": { + "x": -132772, + "y": -14751, + "z": 181080 + }, + "rot": { + "x": 0, + "y": 126002, + "z": 0 + }, + "propId": 103021 + } + ], + "teleports": {} + }, + "156": { + "monsters": [ + { + "groupId": 156, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 125151, + "y": -30482, + "z": 168180 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 156, + "instId": 300001, + "propState": 0, + "pos": { + "x": 127547, + "y": -30482, + "z": 158066 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300003, + "propState": 0, + "pos": { + "x": 150076, + "y": -37038, + "z": 192427 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300004, + "propState": 0, + "pos": { + "x": 139047, + "y": -37038, + "z": 187048 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300005, + "propState": 0, + "pos": { + "x": 146573, + "y": -37038, + "z": 167766 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300006, + "propState": 0, + "pos": { + "x": 127519, + "y": -30468, + "z": 157974 + }, + "rot": { + "x": 0, + "y": 155900, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300007, + "propState": 0, + "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": 0, + "pos": { + "x": 146536, + "y": -37038, + "z": 166944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300002, + "propState": 0, + "pos": { + "x": -106910, + "y": -59826, + "z": 46500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300010, + "propState": 0, + "pos": { + "x": -107430, + "y": -59826, + "z": 57698 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300011, + "propState": 0, + "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": 0, + "pos": { + "x": -107550, + "y": -59826, + "z": 59595 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300014, + "propState": 0, + "pos": { + "x": 154289, + "y": -33891, + "z": 188654 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300015, + "propState": 0, + "pos": { + "x": -97689, + "y": -56615, + "z": 51324 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "157": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "163": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300017, + "propState": 0, + "pos": { + "x": 154580, + "y": -37038, + "z": 181910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "164": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300001, + "propState": 0, + "pos": { + "x": -108570, + "y": -59534, + "z": 57104 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300002, + "propState": 0, + "pos": { + "x": -116517, + "y": -59582, + "z": 48140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300003, + "propState": 0, + "pos": { + "x": -97464, + "y": -59666, + "z": 45187 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300009, + "propState": 0, + "pos": { + "x": -111026, + "y": -17581, + "z": 61889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "173": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "186": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "187": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "189": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "190": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "193": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -14477, + "y": -24871, + "z": 153856 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 194, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "198": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "199": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "200": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "202": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "207": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -130000, + "y": -14715, + "z": 155708 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103086 + }, + { + "groupId": 207, + "instId": 300005, + "propState": 0, + "pos": { + "x": -137110, + "y": -15127, + "z": 178850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 207, + "instId": 300006, + "propState": 0, + "pos": { + "x": -129140, + "y": -15127, + "z": 155410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "215": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 215, + "instId": 300001, + "propState": 11, + "pos": { + "x": -23441, + "y": -16881, + "z": 265107 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "216": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 216, + "instId": 300001, + "propState": 11, + "pos": { + "x": -94343, + "y": -13812, + "z": 202585 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "217": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 217, + "instId": 300001, + "propState": 11, + "pos": { + "x": 43560, + "y": -1198, + "z": 126040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "218": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 218, + "instId": 300001, + "propState": 11, + "pos": { + "x": 52129, + "y": -14785, + "z": 210212 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "221": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 221, + "instId": 300001, + "propState": 0, + "pos": { + "x": -134011, + "y": -14726, + "z": 173932 + }, + "rot": { + "x": 0, + "y": 128045, + "z": 0 + }, + "propId": 103106 + }, + { + "groupId": 221, + "instId": 300002, + "propState": 0, + "pos": { + "x": -141868, + "y": -14749, + "z": 180691 + }, + "rot": { + "x": 0, + "y": 245519, + "z": 0 + }, + "propId": 103106 + } + ], + "teleports": {} + }, + "222": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "223": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -116891, + "y": -57806, + "z": 57448 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 223, + "instId": 300005, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "244": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 244, + "instId": 300001, + "propState": 0, + "pos": { + "x": 40, + "y": -22213, + "z": 211820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "274": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 274, + "instId": 300001, + "propState": 0, + "pos": { + "x": 130, + "y": -25080, + "z": 157650 + }, + "rot": { + "x": 0, + "y": 356426, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "280": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "287": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 287, + "instId": 300001, + "propState": 101, + "pos": { + "x": 1, + "y": -22035, + "z": 211881 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103108 + } + ], + "teleports": {} + }, + "290": { + "monsters": [], + "npcs": [ + { + "groupId": 290, + "instId": 400001, + "pos": { + "x": 81250, + "y": -10661, + "z": 130710 + }, + "rot": { + "x": 0, + "y": 7274, + "z": 0 + }, + "npcId": 13117 + } + ], + "props": [], + "teleports": {} + }, + "298": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 298, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47841, + "y": -299, + "z": 91088 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 132 + } + ], + "teleports": {} + }, + "299": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 299, + "instId": 300001, + "propState": 0, + "pos": { + "x": 209320, + "y": -4904, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 140 + } + ], + "teleports": {} + }, + "400": { + "monsters": [], + "npcs": [ + { + "groupId": 400, + "instId": 400001, + "pos": { + "x": 79110, + "y": -10661, + "z": 130680 + }, + "rot": { + "x": 0, + "y": 7274, + "z": 0 + }, + "npcId": 13208 + } + ], + "props": [], + "teleports": {} + }, + "401": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "404": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "463": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "464": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "465": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 465, + "instId": 300001, + "propState": 18, + "pos": { + "x": -173074, + "y": -13086, + "z": 215084 + }, + "rot": { + "x": 0, + "y": 207229, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "472": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 472, + "instId": 300001, + "propState": 0, + "pos": { + "x": 209320, + "y": -4904, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "479": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 479, + "instId": 300001, + "propState": 18, + "pos": { + "x": 41064, + "y": -15866, + "z": 123126 + }, + "rot": { + "x": 0, + "y": 315577, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "481": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 481, + "instId": 300001, + "propState": 18, + "pos": { + "x": 181121, + "y": -4433, + "z": 153368 + }, + "rot": { + "x": 0, + "y": 303422, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "482": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 482, + "instId": 300001, + "propState": 18, + "pos": { + "x": 231, + "y": -15775, + "z": 252225 + }, + "rot": { + "x": 0, + "y": 92100, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "505": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "584": { + "monsters": [], + "npcs": [ + { + "groupId": 584, + "instId": 400001, + "pos": { + "x": -91750, + "y": -13815, + "z": 119710 + }, + "rot": { + "x": 0, + "y": 264798, + "z": 0 + }, + "npcId": 13317 + } + ], + "props": [ + { + "groupId": 584, + "instId": 300001, + "propState": 1, + "pos": { + "x": -91205, + "y": -13816, + "z": 118400 + }, + "rot": { + "x": 0, + "y": 270111, + "z": 0 + }, + "propId": 103225 + } + ], + "teleports": {} + }, + "585": { + "monsters": [], + "npcs": [ + { + "groupId": 585, + "instId": 400001, + "pos": { + "x": 50280, + "y": -25996, + "z": 144539 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 13130 + } + ], + "props": [ + { + "groupId": 585, + "instId": 300001, + "propState": 1, + "pos": { + "x": 48720, + "y": -25996, + "z": 143170 + }, + "rot": { + "x": 0, + "y": 359059, + "z": 0 + }, + "propId": 103226 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 401, + "startAnchorId": 1, + "startGroupId": 584 + } + }, + "1030619": { + "P10301_F10301001": { + "scenes": { + "15": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1030101": { + "anchorId": 1, + "groupId": 15, + "instId": 300001, + "pos": { + "x": 0, + "y": -14383, + "z": 44219 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030102": { + "anchorId": 2, + "groupId": 15, + "instId": 300002, + "pos": { + "x": 60, + "y": -22213, + "z": 195260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1030103": { + "anchorId": 3, + "groupId": 15, + "instId": 300003, + "pos": { + "x": -93460, + "y": -13760, + "z": 233210 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + } + }, + "1030104": { + "anchorId": 4, + "groupId": 15, + "instId": 300004, + "pos": { + "x": 114920, + "y": -6687, + "z": 137090 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + } + }, + "1030105": { + "anchorId": 5, + "groupId": 15, + "instId": 300005, + "pos": { + "x": -100370, + "y": -14726, + "z": 146480 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + } + }, + "1030106": { + "anchorId": 6, + "groupId": 15, + "instId": 300006, + "pos": { + "x": 76810, + "y": -28335, + "z": 151420 + }, + "rot": { + "x": 0, + "y": 113524, + "z": 0 + } + } + } + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19513, + "y": -13826, + "z": 137498 + }, + "rot": { + "x": 0, + "y": 155, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": -19500, + "y": -16881, + "z": 142500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103005 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19289, + "y": -11969, + "z": 106321 + }, + "rot": { + "x": 0, + "y": 359530, + "z": 0 + }, + "propId": 103008 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [ + { + "groupId": 19, + "instId": 400001, + "pos": { + "x": 134051, + "y": -4456, + "z": 84960 + }, + "rot": { + "x": 0, + "y": 198075, + "z": 0 + }, + "npcId": 13231 + }, + { + "groupId": 19, + "instId": 400002, + "pos": { + "x": 141100, + "y": -4416, + "z": 206800 + }, + "rot": { + "x": 0, + "y": 250839, + "z": 0 + }, + "npcId": 13127 + }, + { + "groupId": 19, + "instId": 400003, + "pos": { + "x": 14260, + "y": -15814, + "z": 88865 + }, + "rot": { + "x": 0, + "y": 140985, + "z": 0 + }, + "npcId": 13315 + }, + { + "groupId": 19, + "instId": 400004, + "pos": { + "x": -114254, + "y": -14374, + "z": 178103 + }, + "rot": { + "x": 0, + "y": 173216, + "z": 0 + }, + "npcId": 13318 + }, + { + "groupId": 19, + "instId": 400005, + "pos": { + "x": -23324, + "y": -16381, + "z": 232550 + }, + "rot": { + "x": 0, + "y": 359821, + "z": 0 + }, + "npcId": 13315 + }, + { + "groupId": 19, + "instId": 400006, + "pos": { + "x": -106808, + "y": -13248, + "z": 94713 + }, + "rot": { + "x": 0, + "y": 56465, + "z": 0 + }, + "npcId": 13315 + } + ], + "props": [], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": -36678, + "y": -16881, + "z": 90482 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300014, + "propState": 0, + "pos": { + "x": -34019, + "y": -16881, + "z": 146311 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": 31152, + "y": -16881, + "z": 123872 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300015, + "propState": 0, + "pos": { + "x": 24861, + "y": -16852, + "z": 192982 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 0, + "pos": { + "x": 25060, + "y": -25996, + "z": 151593 + }, + "rot": { + "x": 0, + "y": 350000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": 82945, + "y": -28335, + "z": 138230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 0, + "pos": { + "x": 87912, + "y": -10661, + "z": 140933 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 0, + "pos": { + "x": 133044, + "y": -4456, + "z": 108386 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 0, + "pos": { + "x": 124920, + "y": -4405, + "z": 229382 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300016, + "propState": 0, + "pos": { + "x": 127024, + "y": -4405, + "z": 229432 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 0, + "pos": { + "x": -38608, + "y": -16881, + "z": 185172 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300009, + "propState": 0, + "pos": { + "x": -70270, + "y": -13721, + "z": 237010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300010, + "propState": 0, + "pos": { + "x": -145776, + "y": -13812, + "z": 230510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300011, + "propState": 0, + "pos": { + "x": -164720, + "y": -11851, + "z": 187840 + }, + "rot": { + "x": 0, + "y": 145000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300012, + "propState": 0, + "pos": { + "x": -89236, + "y": -13807, + "z": 133950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300013, + "propState": 0, + "pos": { + "x": -103568, + "y": -16990, + "z": 84104 + }, + "rot": { + "x": 0, + "y": 166077, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300017, + "propState": 0, + "pos": { + "x": 100325, + "y": -8613, + "z": 163718 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300018, + "propState": 0, + "pos": { + "x": -97770, + "y": -13798, + "z": 101020 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300019, + "propState": 0, + "pos": { + "x": -39870, + "y": -16881, + "z": 236520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300020, + "propState": 0, + "pos": { + "x": 15155, + "y": -16881, + "z": 89920 + }, + "rot": { + "x": 0, + "y": 140814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300021, + "propState": 0, + "pos": { + "x": -77740, + "y": -13798, + "z": 118650 + }, + "rot": { + "x": 0, + "y": 275814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300022, + "propState": 0, + "pos": { + "x": 122713, + "y": -6688, + "z": 168734 + }, + "rot": { + "x": 0, + "y": 155814, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 26, + "instId": 300023, + "propState": 0, + "pos": { + "x": 140624, + "y": -37160, + "z": 177079 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300024, + "propState": 0, + "pos": { + "x": 144686, + "y": -37118, + "z": 192517 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 26, + "instId": 300025, + "propState": 0, + "pos": { + "x": -108860, + "y": -59826, + "z": 46511 + }, + "rot": { + "x": 0, + "y": 91069, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 26, + "instId": 300026, + "propState": 0, + "pos": { + "x": -70310, + "y": -13721, + "z": 253530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -163523, + "y": -11029, + "z": 179340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "116": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "118": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "149": { + "monsters": [], + "npcs": [ + { + "groupId": 149, + "instId": 400001, + "pos": { + "x": -120811, + "y": -14735, + "z": 201325 + }, + "rot": { + "x": 0, + "y": 350738, + "z": 0 + }, + "npcId": 13105 + } + ], + "props": [], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [ + { + "groupId": 150, + "instId": 400001, + "pos": { + "x": 150780, + "y": -5010, + "z": 127830 + }, + "rot": { + "x": 0, + "y": 87632, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 150, + "instId": 300001, + "propState": 0, + "pos": { + "x": 151226, + "y": -3483, + "z": 127456 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "151": { + "monsters": [], + "npcs": [ + { + "groupId": 151, + "instId": 400001, + "pos": { + "x": 125816, + "y": -4418, + "z": 195402 + }, + "rot": { + "x": 0, + "y": 104203, + "z": 0 + }, + "npcId": 13116 + } + ], + "props": [ + { + "groupId": 151, + "instId": 300001, + "propState": 0, + "pos": { + "x": 126831, + "y": -4120, + "z": 195380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "152": { + "monsters": [], + "npcs": [ + { + "groupId": 152, + "instId": 400001, + "pos": { + "x": 143693, + "y": -4456, + "z": 101992 + }, + "rot": { + "x": 0, + "y": 279893, + "z": 0 + }, + "npcId": 13215 + } + ], + "props": [], + "teleports": {} + }, + "153": { + "monsters": [], + "npcs": [ + { + "groupId": 153, + "instId": 400001, + "pos": { + "x": 132350, + "y": -6688, + "z": 171270 + }, + "rot": { + "x": 0, + "y": 186089, + "z": 0 + }, + "npcId": 13119 + } + ], + "props": [], + "teleports": {} + }, + "155": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 155, + "instId": 300004, + "propState": 0, + "pos": { + "x": -133080, + "y": -14754, + "z": 182705 + }, + "rot": { + "x": 0, + "y": 28547, + "z": 0 + }, + "propId": 103021 + }, + { + "groupId": 155, + "instId": 300005, + "propState": 0, + "pos": { + "x": -132772, + "y": -14751, + "z": 181080 + }, + "rot": { + "x": 0, + "y": 126002, + "z": 0 + }, + "propId": 103021 + } + ], + "teleports": {} + }, + "156": { + "monsters": [ + { + "groupId": 156, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 125151, + "y": -30482, + "z": 168180 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 156, + "instId": 300001, + "propState": 0, + "pos": { + "x": 127547, + "y": -30482, + "z": 158066 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300003, + "propState": 0, + "pos": { + "x": 150076, + "y": -37038, + "z": 192427 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300004, + "propState": 0, + "pos": { + "x": 139047, + "y": -37038, + "z": 187048 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300005, + "propState": 0, + "pos": { + "x": 146573, + "y": -37038, + "z": 167766 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300006, + "propState": 0, + "pos": { + "x": 127519, + "y": -30468, + "z": 157974 + }, + "rot": { + "x": 0, + "y": 155900, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300007, + "propState": 0, + "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": 0, + "pos": { + "x": 146536, + "y": -37038, + "z": 166944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300002, + "propState": 0, + "pos": { + "x": -106910, + "y": -59826, + "z": 46500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300010, + "propState": 0, + "pos": { + "x": -107430, + "y": -59826, + "z": 57698 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300011, + "propState": 0, + "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": 0, + "pos": { + "x": -107550, + "y": -59826, + "z": 59595 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 156, + "instId": 300014, + "propState": 0, + "pos": { + "x": 154289, + "y": -33891, + "z": 188654 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 156, + "instId": 300015, + "propState": 0, + "pos": { + "x": -97689, + "y": -56615, + "z": 51324 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "157": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "163": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300017, + "propState": 0, + "pos": { + "x": 154580, + "y": -37038, + "z": 181910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 163, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "164": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300001, + "propState": 0, + "pos": { + "x": -108570, + "y": -59534, + "z": 57104 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300002, + "propState": 0, + "pos": { + "x": -116517, + "y": -59582, + "z": 48140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300003, + "propState": 0, + "pos": { + "x": -97464, + "y": -59666, + "z": 45187 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 164, + "instId": 300009, + "propState": 0, + "pos": { + "x": -111026, + "y": -17581, + "z": 61889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "173": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "186": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "187": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "189": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "190": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "193": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -14477, + "y": -24871, + "z": 153856 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 194, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "198": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "199": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "200": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "202": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "207": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -130000, + "y": -14715, + "z": 155708 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103086 + }, + { + "groupId": 207, + "instId": 300005, + "propState": 0, + "pos": { + "x": -137110, + "y": -15127, + "z": 178850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 207, + "instId": 300006, + "propState": 0, + "pos": { + "x": -129140, + "y": -15127, + "z": 155410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "215": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 215, + "instId": 300001, + "propState": 11, + "pos": { + "x": -23441, + "y": -16881, + "z": 265107 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "216": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 216, + "instId": 300001, + "propState": 11, + "pos": { + "x": -94343, + "y": -13812, + "z": 202585 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "217": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 217, + "instId": 300001, + "propState": 11, + "pos": { + "x": 43560, + "y": -1198, + "z": 126040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "218": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 218, + "instId": 300001, + "propState": 11, + "pos": { + "x": 52129, + "y": -14785, + "z": 210212 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "221": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 221, + "instId": 300001, + "propState": 0, + "pos": { + "x": -134011, + "y": -14726, + "z": 173932 + }, + "rot": { + "x": 0, + "y": 128045, + "z": 0 + }, + "propId": 103106 + }, + { + "groupId": 221, + "instId": 300002, + "propState": 0, + "pos": { + "x": -141868, + "y": -14749, + "z": 180691 + }, + "rot": { + "x": 0, + "y": 245519, + "z": 0 + }, + "propId": 103106 + } + ], + "teleports": {} + }, + "222": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "223": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -116891, + "y": -57806, + "z": 57448 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 223, + "instId": 300005, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "244": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 244, + "instId": 300001, + "propState": 0, + "pos": { + "x": 40, + "y": -22213, + "z": 211820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "274": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 274, + "instId": 300001, + "propState": 0, + "pos": { + "x": 130, + "y": -25080, + "z": 157650 + }, + "rot": { + "x": 0, + "y": 356426, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "280": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "287": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 287, + "instId": 300001, + "propState": 101, + "pos": { + "x": 1, + "y": -22035, + "z": 211881 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103108 + } + ], + "teleports": {} + }, + "290": { + "monsters": [], + "npcs": [ + { + "groupId": 290, + "instId": 400001, + "pos": { + "x": 81250, + "y": -10661, + "z": 130710 + }, + "rot": { + "x": 0, + "y": 7274, + "z": 0 + }, + "npcId": 13117 + } + ], + "props": [], + "teleports": {} + }, + "298": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 298, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47841, + "y": -299, + "z": 91088 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 132 + } + ], + "teleports": {} + }, + "299": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 299, + "instId": 300001, + "propState": 0, + "pos": { + "x": 209320, + "y": -4904, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 140 + } + ], + "teleports": {} + }, + "400": { + "monsters": [], + "npcs": [ + { + "groupId": 400, + "instId": 400001, + "pos": { + "x": 79110, + "y": -10661, + "z": 130680 + }, + "rot": { + "x": 0, + "y": 7274, + "z": 0 + }, + "npcId": 13208 + } + ], + "props": [], + "teleports": {} + }, + "401": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "404": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "463": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "464": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "465": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 465, + "instId": 300001, + "propState": 18, + "pos": { + "x": -173074, + "y": -13086, + "z": 215084 + }, + "rot": { + "x": 0, + "y": 207229, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "472": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 472, + "instId": 300001, + "propState": 0, + "pos": { + "x": 209320, + "y": -4904, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "479": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 479, + "instId": 300001, + "propState": 18, + "pos": { + "x": 41064, + "y": -15866, + "z": 123126 + }, + "rot": { + "x": 0, + "y": 315577, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "481": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 481, + "instId": 300001, + "propState": 18, + "pos": { + "x": 181121, + "y": -4433, + "z": 153368 + }, + "rot": { + "x": 0, + "y": 303422, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "482": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 482, + "instId": 300001, + "propState": 18, + "pos": { + "x": 231, + "y": -15775, + "z": 252225 + }, + "rot": { + "x": 0, + "y": 92100, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "505": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "584": { + "monsters": [], + "npcs": [ + { + "groupId": 584, + "instId": 400001, + "pos": { + "x": -91750, + "y": -13815, + "z": 119710 + }, + "rot": { + "x": 0, + "y": 264798, + "z": 0 + }, + "npcId": 13317 + } + ], + "props": [ + { + "groupId": 584, + "instId": 300001, + "propState": 1, + "pos": { + "x": -91205, + "y": -13816, + "z": 118400 + }, + "rot": { + "x": 0, + "y": 270111, + "z": 0 + }, + "propId": 103225 + } + ], + "teleports": {} + }, + "585": { + "monsters": [], + "npcs": [ + { + "groupId": 585, + "instId": 400001, + "pos": { + "x": 50280, + "y": -25996, + "z": 144539 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 13130 + } + ], + "props": [ + { + "groupId": 585, + "instId": 300001, + "propState": 1, + "pos": { + "x": 48720, + "y": -25996, + "z": 143170 + }, + "rot": { + "x": 0, + "y": 359059, + "z": 0 + }, + "propId": 103226 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 401, + "startAnchorId": 1, + "startGroupId": 585 + } + }, + "1034101": { + "P10341_F10341001": { + "scenes": { + "9": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1034101": { + "anchorId": 1, + "groupId": 9, + "instId": 300001, + "pos": { + "x": -153, + "y": 1099, + "z": -91164 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1034102": { + "anchorId": 2, + "groupId": 9, + "instId": 300002, + "pos": { + "x": 30, + "y": -8482, + "z": 21934 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "1034103": { + "anchorId": 3, + "groupId": 9, + "instId": 300003, + "pos": { + "x": -70, + "y": -12, + "z": 135790 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "1034104": { + "anchorId": 4, + "groupId": 9, + "instId": 300004, + "pos": { + "x": -14049, + "y": 0, + "z": -2248 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": -11923, + "y": 1644, + "z": -64740 + }, + "rot": { + "x": 0, + "y": 284693, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300020, + "propState": 0, + "pos": { + "x": -12626, + "y": 1644, + "z": -65532 + }, + "rot": { + "x": 0, + "y": 321895, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300014, + "propState": 0, + "pos": { + "x": -10479, + "y": 0, + "z": -56018 + }, + "rot": { + "x": 0, + "y": 142351, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": -19010, + "y": 0, + "z": -52980 + }, + "rot": { + "x": 0, + "y": 98509, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300015, + "propState": 0, + "pos": { + "x": -17750, + "y": 0, + "z": -54540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 0, + "pos": { + "x": 9139, + "y": 6095, + "z": -34511 + }, + "rot": { + "x": 0, + "y": 278058, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": 8627, + "y": 6095, + "z": -14406 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 0, + "pos": { + "x": -13848, + "y": 0, + "z": -11868 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 0, + "pos": { + "x": 141, + "y": 9, + "z": 4493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 0, + "pos": { + "x": 9104, + "y": 0, + "z": -9161 + }, + "rot": { + "x": 0, + "y": 219890, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300016, + "propState": 0, + "pos": { + "x": -7061, + "y": 6095, + "z": 12704 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300023, + "propState": 0, + "pos": { + "x": 23442, + "y": 6095, + "z": -7347 + }, + "rot": { + "x": 0, + "y": 95311, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300024, + "propState": 0, + "pos": { + "x": 23182, + "y": 6095, + "z": -6409 + }, + "rot": { + "x": 0, + "y": 113661, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300025, + "propState": 0, + "pos": { + "x": -21807, + "y": 6420, + "z": -9014 + }, + "rot": { + "x": 0, + "y": 150513, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300026, + "propState": 0, + "pos": { + "x": -21975, + "y": 6420, + "z": -11967 + }, + "rot": { + "x": 0, + "y": 29803, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 0, + "pos": { + "x": -2531, + "y": 1644, + "z": -70251 + }, + "rot": { + "x": 0, + "y": 183612, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300009, + "propState": 0, + "pos": { + "x": -1546, + "y": 1644, + "z": -70812 + }, + "rot": { + "x": 0, + "y": 209995, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300010, + "propState": 0, + "pos": { + "x": 10284, + "y": 0, + "z": -56325 + }, + "rot": { + "x": 0, + "y": 227061, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300011, + "propState": 0, + "pos": { + "x": -6797, + "y": 7, + "z": -39585 + }, + "rot": { + "x": 0, + "y": 166606, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 0, + "pos": { + "x": 17690, + "y": 5, + "z": 20832 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300013, + "propState": 0, + "pos": { + "x": -11448, + "y": 5, + "z": 22258 + }, + "rot": { + "x": 0, + "y": 218160, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300017, + "propState": 0, + "pos": { + "x": -13916, + "y": 6100, + "z": 103003 + }, + "rot": { + "x": 0, + "y": 209442, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300018, + "propState": 0, + "pos": { + "x": 15120, + "y": -2776, + "z": 64838 + }, + "rot": { + "x": 0, + "y": 329962, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300019, + "propState": 0, + "pos": { + "x": 3669, + "y": -2057, + "z": 107758 + }, + "rot": { + "x": 0, + "y": 328044, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": 7, + "y": -2052, + "z": 93455 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1025 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 7, + "y": -613, + "z": 93455 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1032 + } + ], + "teleports": { + "2347": { + "anchorId": 3, + "groupId": 13, + "instId": 300002, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2421": { + "anchorId": 1, + "groupId": 13, + "instId": 300001, + "pos": { + "x": -38, + "y": -2052, + "z": 91788 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "pos": { + "x": -20141, + "y": 3100, + "z": 38870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 0, + "pos": { + "x": 20135, + "y": 3100, + "z": 38860 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 0, + "pos": { + "x": 20130, + "y": 3100, + "z": 18500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 0, + "pos": { + "x": -20140, + "y": 3100, + "z": 18500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 0, + "pos": { + "x": -20136, + "y": -4146, + "z": 37356 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300008, + "propState": 0, + "pos": { + "x": -20136, + "y": -4146, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": 20131, + "y": -4146, + "z": 37356 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": 20131, + "y": -4146, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103220 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -1943, + "y": -8477, + "z": -24725 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300001, + "propState": 0, + "pos": { + "x": -22128, + "y": -8471, + "z": 1766 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103217 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 65, + "instId": 300001, + "propState": 0, + "pos": { + "x": 9882, + "y": -4560, + "z": 10250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103219 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 0, + "pos": { + "x": -9890, + "y": -4560, + "z": 10250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103219 + }, + { + "groupId": 65, + "instId": 300003, + "propState": 0, + "pos": { + "x": 20141, + "y": -4186, + "z": 28870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103219 + }, + { + "groupId": 65, + "instId": 300004, + "propState": 0, + "pos": { + "x": -20141, + "y": -4186, + "z": 28870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103219 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1975, + "y": 0, + "z": -40475 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 0, + "pos": { + "x": -1802, + "y": 6095, + "z": -33467 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 66, + "instId": 300003, + "propState": 0, + "pos": { + "x": -1943, + "y": -8477, + "z": -24725 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 70, + "instId": 300003, + "propState": 0, + "pos": { + "x": -20190, + "y": 0, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 319852, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 0, + "pos": { + "x": -17320, + "y": 0, + "z": -37800 + }, + "rot": { + "x": 0, + "y": 319852, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 70, + "instId": 300005, + "propState": 0, + "pos": { + "x": -14456, + "y": 0, + "z": -35383 + }, + "rot": { + "x": 0, + "y": 319852, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 0, + "pos": { + "x": 20190, + "y": 0, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 40149, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 70, + "instId": 300007, + "propState": 0, + "pos": { + "x": 17320, + "y": 0, + "z": -37800 + }, + "rot": { + "x": 0, + "y": 40149, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 70, + "instId": 300008, + "propState": 0, + "pos": { + "x": 14456, + "y": 0, + "z": -35383 + }, + "rot": { + "x": 0, + "y": 40149, + "z": 0 + }, + "propId": 103145 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": 70, + "y": -16500, + "z": -112480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "101": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 150, + "instId": 300003, + "propState": 0, + "pos": { + "x": -9020, + "y": -2746, + "z": 53320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300004, + "propState": 0, + "pos": { + "x": -13070, + "y": -2776, + "z": 53320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300005, + "propState": 0, + "pos": { + "x": -14679, + "y": -2776, + "z": 82282 + }, + "rot": { + "x": 0, + "y": 93801, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300006, + "propState": 0, + "pos": { + "x": -14495, + "y": -2776, + "z": 85056 + }, + "rot": { + "x": 0, + "y": 93801, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300007, + "propState": 0, + "pos": { + "x": 9020, + "y": -2746, + "z": 53320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300008, + "propState": 0, + "pos": { + "x": 13070, + "y": -2776, + "z": 53320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300001, + "propState": 0, + "pos": { + "x": 14679, + "y": -2776, + "z": 82282 + }, + "rot": { + "x": 0, + "y": 266199, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300002, + "propState": 0, + "pos": { + "x": 14495, + "y": -2776, + "z": 85056 + }, + "rot": { + "x": 0, + "y": 266199, + "z": 0 + }, + "propId": 103243 + } + ], + "teleports": {} + }, + "155": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 155, + "instId": 300001, + "propState": 101, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103244 + } + ], + "teleports": {} + }, + "156": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 156, + "instId": 300001, + "propState": 101, + "pos": { + "x": 0, + "y": 0, + "z": 64600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103244 + } + ], + "teleports": {} + }, + "158": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "184": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 184, + "instId": 300002, + "propState": 101, + "pos": { + "x": 2044, + "y": -1567, + "z": 115900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 914 + } + ], + "teleports": {} + }, + "193": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "210": { + "monsters": [], + "npcs": [ + { + "groupId": 210, + "instId": 400001, + "pos": { + "x": -11052, + "y": 858, + "z": -33265 + }, + "rot": { + "x": 0, + "y": 248175, + "z": 0 + }, + "npcId": 2308 + } + ], + "props": [ + { + "groupId": 210, + "instId": 300001, + "propState": 0, + "pos": { + "x": -10300, + "y": 420, + "z": -33783 + }, + "rot": { + "x": 0, + "y": 319658, + "z": 0 + }, + "propId": 103142 + } + ], + "teleports": {} + }, + "211": { + "monsters": [], + "npcs": [ + { + "groupId": 211, + "instId": 400001, + "pos": { + "x": 12640, + "y": 751, + "z": -33052 + }, + "rot": { + "x": 0, + "y": 150790, + "z": 0 + }, + "npcId": 13340 + } + ], + "props": [ + { + "groupId": 211, + "instId": 300001, + "propState": 0, + "pos": { + "x": 12800, + "y": 367, + "z": -33376 + }, + "rot": { + "x": 0, + "y": 324202, + "z": 0 + }, + "propId": 103142 + } + ], + "teleports": {} + }, + "212": { + "monsters": [], + "npcs": [ + { + "groupId": 212, + "instId": 400001, + "pos": { + "x": 1205, + "y": -2057, + "z": 105871 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 13172 + } + ], + "props": [], + "teleports": {} + }, + "221": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 221, + "instId": 300001, + "propState": 11, + "pos": { + "x": 4329, + "y": 6888, + "z": 106857 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "222": { + "monsters": [], + "npcs": [ + { + "groupId": 222, + "instId": 400001, + "pos": { + "x": 20258, + "y": -8443, + "z": -4118 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 222, + "instId": 300001, + "propState": 0, + "pos": { + "x": 20258, + "y": -8443, + "z": -4118 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + }, + "223": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "225": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 225, + "instId": 300001, + "propState": 11, + "pos": { + "x": -102, + "y": -6571, + "z": -89756 + }, + "rot": { + "x": 0, + "y": 4222, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "226": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 226, + "instId": 300001, + "propState": 11, + "pos": { + "x": 26739, + "y": 6095, + "z": -28949 + }, + "rot": { + "x": 0, + "y": 235000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "227": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 227, + "instId": 300001, + "propState": 11, + "pos": { + "x": -12743, + "y": -8471, + "z": 9223 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "235": { + "monsters": [], + "npcs": [ + { + "groupId": 235, + "instId": 400001, + "pos": { + "x": 17923, + "y": -8443, + "z": -1118 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 235, + "instId": 300001, + "propState": 0, + "pos": { + "x": 17923, + "y": -8443, + "z": -1118 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + }, + "236": { + "monsters": [], + "npcs": [ + { + "groupId": 236, + "instId": 400001, + "pos": { + "x": 15923, + "y": -8443, + "z": -118 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 236, + "instId": 300001, + "propState": 0, + "pos": { + "x": 15923, + "y": -8443, + "z": -118 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + }, + "237": { + "monsters": [], + "npcs": [ + { + "groupId": 237, + "instId": 400001, + "pos": { + "x": 17923, + "y": -8443, + "z": -7118 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 237, + "instId": 300001, + "propState": 0, + "pos": { + "x": 17923, + "y": -8443, + "z": -7118 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + }, + "238": { + "monsters": [], + "npcs": [ + { + "groupId": 238, + "instId": 400001, + "pos": { + "x": 15923, + "y": -8443, + "z": -8118 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 238, + "instId": 300001, + "propState": 0, + "pos": { + "x": 15923, + "y": -8443, + "z": -8118 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + }, + "240": { + "monsters": [], + "npcs": [ + { + "groupId": 240, + "instId": 400001, + "pos": { + "x": 162, + "y": -6571, + "z": -74650 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2310 + } + ], + "props": [], + "teleports": {} + }, + "241": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "242": { + "monsters": [], + "npcs": [ + { + "groupId": 242, + "instId": 400001, + "pos": { + "x": 20258, + "y": -8443, + "z": -4118 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 242, + "instId": 300001, + "propState": 2, + "pos": { + "x": 20258, + "y": -8443, + "z": -4118 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + }, + "263": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 263, + "instId": 300002, + "propState": 0, + "pos": { + "x": 24680, + "y": -7939, + "z": -3281 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 263, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22594, + "y": -7939, + "z": -4757 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 263, + "instId": 300003, + "propState": 0, + "pos": { + "x": 23495, + "y": -7939, + "z": -1881 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "266": { + "monsters": [], + "npcs": [ + { + "groupId": 266, + "instId": 400001, + "pos": { + "x": -2191, + "y": -2233, + "z": 84521 + }, + "rot": { + "x": 0, + "y": 120874, + "z": 0 + }, + "npcId": 13267 + } + ], + "props": [], + "teleports": {} + }, + "294": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "295": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 295, + "instId": 300010, + "propState": 0, + "pos": { + "x": 6496, + "y": -8477, + "z": -21908 + }, + "rot": { + "x": 0, + "y": 312326, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 295, + "instId": 300011, + "propState": 0, + "pos": { + "x": -15462, + "y": -8482, + "z": 16732 + }, + "rot": { + "x": 0, + "y": 489, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 295, + "instId": 300012, + "propState": 0, + "pos": { + "x": 12195, + "y": -8482, + "z": 40379 + }, + "rot": { + "x": 0, + "y": 198327, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 295, + "instId": 300013, + "propState": 0, + "pos": { + "x": -19320, + "y": -8483, + "z": -13680 + }, + "rot": { + "x": 0, + "y": 166077, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "297": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "301": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 301, + "instId": 300001, + "propState": 0, + "pos": { + "x": -21674, + "y": -8471, + "z": 1611 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "330": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 330, + "instId": 300001, + "propState": 0, + "pos": { + "x": 14620, + "y": -2776, + "z": 77930 + }, + "rot": { + "x": 0, + "y": 270543, + "z": 0 + }, + "propId": 1058 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 401 + } + }, + "1034102": { + "P10341_F10341001": { + "scenes": { + "9": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1034101": { + "anchorId": 1, + "groupId": 9, + "instId": 300001, + "pos": { + "x": -153, + "y": 1099, + "z": -91164 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1034102": { + "anchorId": 2, + "groupId": 9, + "instId": 300002, + "pos": { + "x": 30, + "y": -8482, + "z": 21934 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "1034103": { + "anchorId": 3, + "groupId": 9, + "instId": 300003, + "pos": { + "x": -70, + "y": -12, + "z": 135790 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "1034104": { + "anchorId": 4, + "groupId": 9, + "instId": 300004, + "pos": { + "x": -14049, + "y": 0, + "z": -2248 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": -11923, + "y": 1644, + "z": -64740 + }, + "rot": { + "x": 0, + "y": 284693, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300020, + "propState": 0, + "pos": { + "x": -12626, + "y": 1644, + "z": -65532 + }, + "rot": { + "x": 0, + "y": 321895, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300014, + "propState": 0, + "pos": { + "x": -10479, + "y": 0, + "z": -56018 + }, + "rot": { + "x": 0, + "y": 142351, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": -19010, + "y": 0, + "z": -52980 + }, + "rot": { + "x": 0, + "y": 98509, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300015, + "propState": 0, + "pos": { + "x": -17750, + "y": 0, + "z": -54540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 0, + "pos": { + "x": 9139, + "y": 6095, + "z": -34511 + }, + "rot": { + "x": 0, + "y": 278058, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": 8627, + "y": 6095, + "z": -14406 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 0, + "pos": { + "x": -13848, + "y": 0, + "z": -11868 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 0, + "pos": { + "x": 141, + "y": 9, + "z": 4493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 0, + "pos": { + "x": 9104, + "y": 0, + "z": -9161 + }, + "rot": { + "x": 0, + "y": 219890, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300016, + "propState": 0, + "pos": { + "x": -7061, + "y": 6095, + "z": 12704 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300023, + "propState": 0, + "pos": { + "x": 23442, + "y": 6095, + "z": -7347 + }, + "rot": { + "x": 0, + "y": 95311, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300024, + "propState": 0, + "pos": { + "x": 23182, + "y": 6095, + "z": -6409 + }, + "rot": { + "x": 0, + "y": 113661, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300025, + "propState": 0, + "pos": { + "x": -21807, + "y": 6420, + "z": -9014 + }, + "rot": { + "x": 0, + "y": 150513, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300026, + "propState": 0, + "pos": { + "x": -21975, + "y": 6420, + "z": -11967 + }, + "rot": { + "x": 0, + "y": 29803, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 0, + "pos": { + "x": -2531, + "y": 1644, + "z": -70251 + }, + "rot": { + "x": 0, + "y": 183612, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300009, + "propState": 0, + "pos": { + "x": -1546, + "y": 1644, + "z": -70812 + }, + "rot": { + "x": 0, + "y": 209995, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300010, + "propState": 0, + "pos": { + "x": 10284, + "y": 0, + "z": -56325 + }, + "rot": { + "x": 0, + "y": 227061, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300011, + "propState": 0, + "pos": { + "x": -6797, + "y": 7, + "z": -39585 + }, + "rot": { + "x": 0, + "y": 166606, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 0, + "pos": { + "x": 17690, + "y": 5, + "z": 20832 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300013, + "propState": 0, + "pos": { + "x": -11448, + "y": 5, + "z": 22258 + }, + "rot": { + "x": 0, + "y": 218160, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300017, + "propState": 0, + "pos": { + "x": -13916, + "y": 6100, + "z": 103003 + }, + "rot": { + "x": 0, + "y": 209442, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300018, + "propState": 0, + "pos": { + "x": 15120, + "y": -2776, + "z": 64838 + }, + "rot": { + "x": 0, + "y": 329962, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300019, + "propState": 0, + "pos": { + "x": 3669, + "y": -2057, + "z": 107758 + }, + "rot": { + "x": 0, + "y": 328044, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": 7, + "y": -2052, + "z": 93455 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1025 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 7, + "y": -613, + "z": 93455 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1032 + } + ], + "teleports": { + "2347": { + "anchorId": 3, + "groupId": 13, + "instId": 300002, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2421": { + "anchorId": 1, + "groupId": 13, + "instId": 300001, + "pos": { + "x": -38, + "y": -2052, + "z": 91788 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "pos": { + "x": -20141, + "y": 3100, + "z": 38870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 0, + "pos": { + "x": 20135, + "y": 3100, + "z": 38860 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 0, + "pos": { + "x": 20130, + "y": 3100, + "z": 18500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 0, + "pos": { + "x": -20140, + "y": 3100, + "z": 18500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 0, + "pos": { + "x": -20136, + "y": -4146, + "z": 37356 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300008, + "propState": 0, + "pos": { + "x": -20136, + "y": -4146, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": 20131, + "y": -4146, + "z": 37356 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": 20131, + "y": -4146, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103220 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -1943, + "y": -8477, + "z": -24725 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300001, + "propState": 0, + "pos": { + "x": -22128, + "y": -8471, + "z": 1766 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103217 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 65, + "instId": 300001, + "propState": 0, + "pos": { + "x": 9882, + "y": -4560, + "z": 10250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103219 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 0, + "pos": { + "x": -9890, + "y": -4560, + "z": 10250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103219 + }, + { + "groupId": 65, + "instId": 300003, + "propState": 0, + "pos": { + "x": 20141, + "y": -4186, + "z": 28870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103219 + }, + { + "groupId": 65, + "instId": 300004, + "propState": 0, + "pos": { + "x": -20141, + "y": -4186, + "z": 28870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103219 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1975, + "y": 0, + "z": -40475 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 0, + "pos": { + "x": -1802, + "y": 6095, + "z": -33467 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 66, + "instId": 300003, + "propState": 0, + "pos": { + "x": -1943, + "y": -8477, + "z": -24725 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 70, + "instId": 300003, + "propState": 0, + "pos": { + "x": -20190, + "y": 0, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 319852, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 0, + "pos": { + "x": -17320, + "y": 0, + "z": -37800 + }, + "rot": { + "x": 0, + "y": 319852, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 70, + "instId": 300005, + "propState": 0, + "pos": { + "x": -14456, + "y": 0, + "z": -35383 + }, + "rot": { + "x": 0, + "y": 319852, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 0, + "pos": { + "x": 20190, + "y": 0, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 40149, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 70, + "instId": 300007, + "propState": 0, + "pos": { + "x": 17320, + "y": 0, + "z": -37800 + }, + "rot": { + "x": 0, + "y": 40149, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 70, + "instId": 300008, + "propState": 0, + "pos": { + "x": 14456, + "y": 0, + "z": -35383 + }, + "rot": { + "x": 0, + "y": 40149, + "z": 0 + }, + "propId": 103145 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": 70, + "y": -16500, + "z": -112480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "101": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 150, + "instId": 300003, + "propState": 0, + "pos": { + "x": -9020, + "y": -2746, + "z": 53320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300004, + "propState": 0, + "pos": { + "x": -13070, + "y": -2776, + "z": 53320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300005, + "propState": 0, + "pos": { + "x": -14679, + "y": -2776, + "z": 82282 + }, + "rot": { + "x": 0, + "y": 93801, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300006, + "propState": 0, + "pos": { + "x": -14495, + "y": -2776, + "z": 85056 + }, + "rot": { + "x": 0, + "y": 93801, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300007, + "propState": 0, + "pos": { + "x": 9020, + "y": -2746, + "z": 53320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300008, + "propState": 0, + "pos": { + "x": 13070, + "y": -2776, + "z": 53320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300001, + "propState": 0, + "pos": { + "x": 14679, + "y": -2776, + "z": 82282 + }, + "rot": { + "x": 0, + "y": 266199, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300002, + "propState": 0, + "pos": { + "x": 14495, + "y": -2776, + "z": 85056 + }, + "rot": { + "x": 0, + "y": 266199, + "z": 0 + }, + "propId": 103243 + } + ], + "teleports": {} + }, + "155": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 155, + "instId": 300001, + "propState": 101, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103244 + } + ], + "teleports": {} + }, + "156": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 156, + "instId": 300001, + "propState": 101, + "pos": { + "x": 0, + "y": 0, + "z": 64600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103244 + } + ], + "teleports": {} + }, + "158": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "184": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 184, + "instId": 300002, + "propState": 101, + "pos": { + "x": 2044, + "y": -1567, + "z": 115900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 914 + } + ], + "teleports": {} + }, + "193": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "210": { + "monsters": [], + "npcs": [ + { + "groupId": 210, + "instId": 400001, + "pos": { + "x": -11052, + "y": 858, + "z": -33265 + }, + "rot": { + "x": 0, + "y": 248175, + "z": 0 + }, + "npcId": 2308 + } + ], + "props": [ + { + "groupId": 210, + "instId": 300001, + "propState": 0, + "pos": { + "x": -10300, + "y": 420, + "z": -33783 + }, + "rot": { + "x": 0, + "y": 319658, + "z": 0 + }, + "propId": 103142 + } + ], + "teleports": {} + }, + "211": { + "monsters": [], + "npcs": [ + { + "groupId": 211, + "instId": 400001, + "pos": { + "x": 12640, + "y": 751, + "z": -33052 + }, + "rot": { + "x": 0, + "y": 150790, + "z": 0 + }, + "npcId": 13340 + } + ], + "props": [ + { + "groupId": 211, + "instId": 300001, + "propState": 0, + "pos": { + "x": 12800, + "y": 367, + "z": -33376 + }, + "rot": { + "x": 0, + "y": 324202, + "z": 0 + }, + "propId": 103142 + } + ], + "teleports": {} + }, + "212": { + "monsters": [], + "npcs": [ + { + "groupId": 212, + "instId": 400001, + "pos": { + "x": 1205, + "y": -2057, + "z": 105871 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 13172 + } + ], + "props": [], + "teleports": {} + }, + "221": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 221, + "instId": 300001, + "propState": 11, + "pos": { + "x": 4329, + "y": 6888, + "z": 106857 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "222": { + "monsters": [], + "npcs": [ + { + "groupId": 222, + "instId": 400001, + "pos": { + "x": 20258, + "y": -8443, + "z": -4118 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 222, + "instId": 300001, + "propState": 0, + "pos": { + "x": 20258, + "y": -8443, + "z": -4118 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + }, + "223": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "225": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 225, + "instId": 300001, + "propState": 11, + "pos": { + "x": -102, + "y": -6571, + "z": -89756 + }, + "rot": { + "x": 0, + "y": 4222, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "226": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 226, + "instId": 300001, + "propState": 11, + "pos": { + "x": 26739, + "y": 6095, + "z": -28949 + }, + "rot": { + "x": 0, + "y": 235000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "227": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 227, + "instId": 300001, + "propState": 11, + "pos": { + "x": -12743, + "y": -8471, + "z": 9223 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "235": { + "monsters": [], + "npcs": [ + { + "groupId": 235, + "instId": 400001, + "pos": { + "x": 17923, + "y": -8443, + "z": -1118 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 235, + "instId": 300001, + "propState": 0, + "pos": { + "x": 17923, + "y": -8443, + "z": -1118 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + }, + "236": { + "monsters": [], + "npcs": [ + { + "groupId": 236, + "instId": 400001, + "pos": { + "x": 15923, + "y": -8443, + "z": -118 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 236, + "instId": 300001, + "propState": 0, + "pos": { + "x": 15923, + "y": -8443, + "z": -118 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + }, + "237": { + "monsters": [], + "npcs": [ + { + "groupId": 237, + "instId": 400001, + "pos": { + "x": 17923, + "y": -8443, + "z": -7118 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 237, + "instId": 300001, + "propState": 0, + "pos": { + "x": 17923, + "y": -8443, + "z": -7118 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + }, + "238": { + "monsters": [], + "npcs": [ + { + "groupId": 238, + "instId": 400001, + "pos": { + "x": 15923, + "y": -8443, + "z": -8118 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 238, + "instId": 300001, + "propState": 0, + "pos": { + "x": 15923, + "y": -8443, + "z": -8118 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + }, + "240": { + "monsters": [], + "npcs": [ + { + "groupId": 240, + "instId": 400001, + "pos": { + "x": 162, + "y": -6571, + "z": -74650 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2310 + } + ], + "props": [], + "teleports": {} + }, + "241": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "242": { + "monsters": [], + "npcs": [ + { + "groupId": 242, + "instId": 400001, + "pos": { + "x": 20258, + "y": -8443, + "z": -4118 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 242, + "instId": 300001, + "propState": 2, + "pos": { + "x": 20258, + "y": -8443, + "z": -4118 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + }, + "263": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 263, + "instId": 300002, + "propState": 0, + "pos": { + "x": 24680, + "y": -7939, + "z": -3281 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 263, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22594, + "y": -7939, + "z": -4757 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 263, + "instId": 300003, + "propState": 0, + "pos": { + "x": 23495, + "y": -7939, + "z": -1881 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "266": { + "monsters": [], + "npcs": [ + { + "groupId": 266, + "instId": 400001, + "pos": { + "x": -2191, + "y": -2233, + "z": 84521 + }, + "rot": { + "x": 0, + "y": 120874, + "z": 0 + }, + "npcId": 13267 + } + ], + "props": [], + "teleports": {} + }, + "294": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "295": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 295, + "instId": 300010, + "propState": 0, + "pos": { + "x": 6496, + "y": -8477, + "z": -21908 + }, + "rot": { + "x": 0, + "y": 312326, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 295, + "instId": 300011, + "propState": 0, + "pos": { + "x": -15462, + "y": -8482, + "z": 16732 + }, + "rot": { + "x": 0, + "y": 489, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 295, + "instId": 300012, + "propState": 0, + "pos": { + "x": 12195, + "y": -8482, + "z": 40379 + }, + "rot": { + "x": 0, + "y": 198327, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 295, + "instId": 300013, + "propState": 0, + "pos": { + "x": -19320, + "y": -8483, + "z": -13680 + }, + "rot": { + "x": 0, + "y": 166077, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "297": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "301": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 301, + "instId": 300001, + "propState": 0, + "pos": { + "x": -21674, + "y": -8471, + "z": 1611 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "330": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 330, + "instId": 300001, + "propState": 0, + "pos": { + "x": 14620, + "y": -2776, + "z": 77930 + }, + "rot": { + "x": 0, + "y": 270543, + "z": 0 + }, + "propId": 1058 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 401, + "startAnchorId": 1, + "startGroupId": 13 + } + }, + "1034103": { + "P10341_F10341001": { + "scenes": { + "9": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1034101": { + "anchorId": 1, + "groupId": 9, + "instId": 300001, + "pos": { + "x": -153, + "y": 1099, + "z": -91164 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1034102": { + "anchorId": 2, + "groupId": 9, + "instId": 300002, + "pos": { + "x": 30, + "y": -8482, + "z": 21934 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "1034103": { + "anchorId": 3, + "groupId": 9, + "instId": 300003, + "pos": { + "x": -70, + "y": -12, + "z": 135790 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "1034104": { + "anchorId": 4, + "groupId": 9, + "instId": 300004, + "pos": { + "x": -14049, + "y": 0, + "z": -2248 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": -11923, + "y": 1644, + "z": -64740 + }, + "rot": { + "x": 0, + "y": 284693, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300020, + "propState": 0, + "pos": { + "x": -12626, + "y": 1644, + "z": -65532 + }, + "rot": { + "x": 0, + "y": 321895, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300014, + "propState": 0, + "pos": { + "x": -10479, + "y": 0, + "z": -56018 + }, + "rot": { + "x": 0, + "y": 142351, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": -19010, + "y": 0, + "z": -52980 + }, + "rot": { + "x": 0, + "y": 98509, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300015, + "propState": 0, + "pos": { + "x": -17750, + "y": 0, + "z": -54540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 0, + "pos": { + "x": 9139, + "y": 6095, + "z": -34511 + }, + "rot": { + "x": 0, + "y": 278058, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": 8627, + "y": 6095, + "z": -14406 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 0, + "pos": { + "x": -13848, + "y": 0, + "z": -11868 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 0, + "pos": { + "x": 141, + "y": 9, + "z": 4493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 0, + "pos": { + "x": 9104, + "y": 0, + "z": -9161 + }, + "rot": { + "x": 0, + "y": 219890, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300016, + "propState": 0, + "pos": { + "x": -7061, + "y": 6095, + "z": 12704 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300023, + "propState": 0, + "pos": { + "x": 23442, + "y": 6095, + "z": -7347 + }, + "rot": { + "x": 0, + "y": 95311, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300024, + "propState": 0, + "pos": { + "x": 23182, + "y": 6095, + "z": -6409 + }, + "rot": { + "x": 0, + "y": 113661, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300025, + "propState": 0, + "pos": { + "x": -21807, + "y": 6420, + "z": -9014 + }, + "rot": { + "x": 0, + "y": 150513, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300026, + "propState": 0, + "pos": { + "x": -21975, + "y": 6420, + "z": -11967 + }, + "rot": { + "x": 0, + "y": 29803, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 0, + "pos": { + "x": -2531, + "y": 1644, + "z": -70251 + }, + "rot": { + "x": 0, + "y": 183612, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300009, + "propState": 0, + "pos": { + "x": -1546, + "y": 1644, + "z": -70812 + }, + "rot": { + "x": 0, + "y": 209995, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300010, + "propState": 0, + "pos": { + "x": 10284, + "y": 0, + "z": -56325 + }, + "rot": { + "x": 0, + "y": 227061, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300011, + "propState": 0, + "pos": { + "x": -6797, + "y": 7, + "z": -39585 + }, + "rot": { + "x": 0, + "y": 166606, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 0, + "pos": { + "x": 17690, + "y": 5, + "z": 20832 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300013, + "propState": 0, + "pos": { + "x": -11448, + "y": 5, + "z": 22258 + }, + "rot": { + "x": 0, + "y": 218160, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300017, + "propState": 0, + "pos": { + "x": -13916, + "y": 6100, + "z": 103003 + }, + "rot": { + "x": 0, + "y": 209442, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300018, + "propState": 0, + "pos": { + "x": 15120, + "y": -2776, + "z": 64838 + }, + "rot": { + "x": 0, + "y": 329962, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300019, + "propState": 0, + "pos": { + "x": 3669, + "y": -2057, + "z": 107758 + }, + "rot": { + "x": 0, + "y": 328044, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": 7, + "y": -2052, + "z": 93455 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1025 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 7, + "y": -613, + "z": 93455 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1032 + } + ], + "teleports": { + "2347": { + "anchorId": 3, + "groupId": 13, + "instId": 300002, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2421": { + "anchorId": 1, + "groupId": 13, + "instId": 300001, + "pos": { + "x": -38, + "y": -2052, + "z": 91788 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "pos": { + "x": -20141, + "y": 3100, + "z": 38870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 0, + "pos": { + "x": 20135, + "y": 3100, + "z": 38860 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 0, + "pos": { + "x": 20130, + "y": 3100, + "z": 18500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 0, + "pos": { + "x": -20140, + "y": 3100, + "z": 18500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 0, + "pos": { + "x": -20136, + "y": -4146, + "z": 37356 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300008, + "propState": 0, + "pos": { + "x": -20136, + "y": -4146, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": 20131, + "y": -4146, + "z": 37356 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": 20131, + "y": -4146, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103220 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -1943, + "y": -8477, + "z": -24725 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300001, + "propState": 0, + "pos": { + "x": -22128, + "y": -8471, + "z": 1766 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103217 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 65, + "instId": 300001, + "propState": 0, + "pos": { + "x": 9882, + "y": -4560, + "z": 10250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103219 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 0, + "pos": { + "x": -9890, + "y": -4560, + "z": 10250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103219 + }, + { + "groupId": 65, + "instId": 300003, + "propState": 0, + "pos": { + "x": 20141, + "y": -4186, + "z": 28870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103219 + }, + { + "groupId": 65, + "instId": 300004, + "propState": 0, + "pos": { + "x": -20141, + "y": -4186, + "z": 28870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103219 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1975, + "y": 0, + "z": -40475 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 0, + "pos": { + "x": -1802, + "y": 6095, + "z": -33467 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 66, + "instId": 300003, + "propState": 0, + "pos": { + "x": -1943, + "y": -8477, + "z": -24725 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 70, + "instId": 300003, + "propState": 0, + "pos": { + "x": -20190, + "y": 0, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 319852, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 0, + "pos": { + "x": -17320, + "y": 0, + "z": -37800 + }, + "rot": { + "x": 0, + "y": 319852, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 70, + "instId": 300005, + "propState": 0, + "pos": { + "x": -14456, + "y": 0, + "z": -35383 + }, + "rot": { + "x": 0, + "y": 319852, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 0, + "pos": { + "x": 20190, + "y": 0, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 40149, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 70, + "instId": 300007, + "propState": 0, + "pos": { + "x": 17320, + "y": 0, + "z": -37800 + }, + "rot": { + "x": 0, + "y": 40149, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 70, + "instId": 300008, + "propState": 0, + "pos": { + "x": 14456, + "y": 0, + "z": -35383 + }, + "rot": { + "x": 0, + "y": 40149, + "z": 0 + }, + "propId": 103145 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": 70, + "y": -16500, + "z": -112480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "101": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 150, + "instId": 300003, + "propState": 0, + "pos": { + "x": -9020, + "y": -2746, + "z": 53320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300004, + "propState": 0, + "pos": { + "x": -13070, + "y": -2776, + "z": 53320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300005, + "propState": 0, + "pos": { + "x": -14679, + "y": -2776, + "z": 82282 + }, + "rot": { + "x": 0, + "y": 93801, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300006, + "propState": 0, + "pos": { + "x": -14495, + "y": -2776, + "z": 85056 + }, + "rot": { + "x": 0, + "y": 93801, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300007, + "propState": 0, + "pos": { + "x": 9020, + "y": -2746, + "z": 53320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300008, + "propState": 0, + "pos": { + "x": 13070, + "y": -2776, + "z": 53320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300001, + "propState": 0, + "pos": { + "x": 14679, + "y": -2776, + "z": 82282 + }, + "rot": { + "x": 0, + "y": 266199, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300002, + "propState": 0, + "pos": { + "x": 14495, + "y": -2776, + "z": 85056 + }, + "rot": { + "x": 0, + "y": 266199, + "z": 0 + }, + "propId": 103243 + } + ], + "teleports": {} + }, + "155": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 155, + "instId": 300001, + "propState": 101, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103244 + } + ], + "teleports": {} + }, + "156": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 156, + "instId": 300001, + "propState": 101, + "pos": { + "x": 0, + "y": 0, + "z": 64600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103244 + } + ], + "teleports": {} + }, + "158": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "184": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 184, + "instId": 300002, + "propState": 101, + "pos": { + "x": 2044, + "y": -1567, + "z": 115900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 914 + } + ], + "teleports": {} + }, + "193": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "210": { + "monsters": [], + "npcs": [ + { + "groupId": 210, + "instId": 400001, + "pos": { + "x": -11052, + "y": 858, + "z": -33265 + }, + "rot": { + "x": 0, + "y": 248175, + "z": 0 + }, + "npcId": 2308 + } + ], + "props": [ + { + "groupId": 210, + "instId": 300001, + "propState": 0, + "pos": { + "x": -10300, + "y": 420, + "z": -33783 + }, + "rot": { + "x": 0, + "y": 319658, + "z": 0 + }, + "propId": 103142 + } + ], + "teleports": {} + }, + "211": { + "monsters": [], + "npcs": [ + { + "groupId": 211, + "instId": 400001, + "pos": { + "x": 12640, + "y": 751, + "z": -33052 + }, + "rot": { + "x": 0, + "y": 150790, + "z": 0 + }, + "npcId": 13340 + } + ], + "props": [ + { + "groupId": 211, + "instId": 300001, + "propState": 0, + "pos": { + "x": 12800, + "y": 367, + "z": -33376 + }, + "rot": { + "x": 0, + "y": 324202, + "z": 0 + }, + "propId": 103142 + } + ], + "teleports": {} + }, + "212": { + "monsters": [], + "npcs": [ + { + "groupId": 212, + "instId": 400001, + "pos": { + "x": 1205, + "y": -2057, + "z": 105871 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 13172 + } + ], + "props": [], + "teleports": {} + }, + "221": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 221, + "instId": 300001, + "propState": 11, + "pos": { + "x": 4329, + "y": 6888, + "z": 106857 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "222": { + "monsters": [], + "npcs": [ + { + "groupId": 222, + "instId": 400001, + "pos": { + "x": 20258, + "y": -8443, + "z": -4118 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 222, + "instId": 300001, + "propState": 0, + "pos": { + "x": 20258, + "y": -8443, + "z": -4118 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + }, + "223": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "225": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 225, + "instId": 300001, + "propState": 11, + "pos": { + "x": -102, + "y": -6571, + "z": -89756 + }, + "rot": { + "x": 0, + "y": 4222, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "226": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 226, + "instId": 300001, + "propState": 11, + "pos": { + "x": 26739, + "y": 6095, + "z": -28949 + }, + "rot": { + "x": 0, + "y": 235000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "227": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 227, + "instId": 300001, + "propState": 11, + "pos": { + "x": -12743, + "y": -8471, + "z": 9223 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "235": { + "monsters": [], + "npcs": [ + { + "groupId": 235, + "instId": 400001, + "pos": { + "x": 17923, + "y": -8443, + "z": -1118 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 235, + "instId": 300001, + "propState": 0, + "pos": { + "x": 17923, + "y": -8443, + "z": -1118 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + }, + "236": { + "monsters": [], + "npcs": [ + { + "groupId": 236, + "instId": 400001, + "pos": { + "x": 15923, + "y": -8443, + "z": -118 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 236, + "instId": 300001, + "propState": 0, + "pos": { + "x": 15923, + "y": -8443, + "z": -118 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + }, + "237": { + "monsters": [], + "npcs": [ + { + "groupId": 237, + "instId": 400001, + "pos": { + "x": 17923, + "y": -8443, + "z": -7118 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 237, + "instId": 300001, + "propState": 0, + "pos": { + "x": 17923, + "y": -8443, + "z": -7118 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + }, + "238": { + "monsters": [], + "npcs": [ + { + "groupId": 238, + "instId": 400001, + "pos": { + "x": 15923, + "y": -8443, + "z": -8118 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 238, + "instId": 300001, + "propState": 0, + "pos": { + "x": 15923, + "y": -8443, + "z": -8118 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + }, + "240": { + "monsters": [], + "npcs": [ + { + "groupId": 240, + "instId": 400001, + "pos": { + "x": 162, + "y": -6571, + "z": -74650 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2310 + } + ], + "props": [], + "teleports": {} + }, + "241": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "242": { + "monsters": [], + "npcs": [ + { + "groupId": 242, + "instId": 400001, + "pos": { + "x": 20258, + "y": -8443, + "z": -4118 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 242, + "instId": 300001, + "propState": 2, + "pos": { + "x": 20258, + "y": -8443, + "z": -4118 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + }, + "263": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 263, + "instId": 300002, + "propState": 0, + "pos": { + "x": 24680, + "y": -7939, + "z": -3281 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 263, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22594, + "y": -7939, + "z": -4757 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 263, + "instId": 300003, + "propState": 0, + "pos": { + "x": 23495, + "y": -7939, + "z": -1881 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "266": { + "monsters": [], + "npcs": [ + { + "groupId": 266, + "instId": 400001, + "pos": { + "x": -2191, + "y": -2233, + "z": 84521 + }, + "rot": { + "x": 0, + "y": 120874, + "z": 0 + }, + "npcId": 13267 + } + ], + "props": [], + "teleports": {} + }, + "294": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "295": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 295, + "instId": 300010, + "propState": 0, + "pos": { + "x": 6496, + "y": -8477, + "z": -21908 + }, + "rot": { + "x": 0, + "y": 312326, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 295, + "instId": 300011, + "propState": 0, + "pos": { + "x": -15462, + "y": -8482, + "z": 16732 + }, + "rot": { + "x": 0, + "y": 489, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 295, + "instId": 300012, + "propState": 0, + "pos": { + "x": 12195, + "y": -8482, + "z": 40379 + }, + "rot": { + "x": 0, + "y": 198327, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 295, + "instId": 300013, + "propState": 0, + "pos": { + "x": -19320, + "y": -8483, + "z": -13680 + }, + "rot": { + "x": 0, + "y": 166077, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "297": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "301": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 301, + "instId": 300001, + "propState": 0, + "pos": { + "x": -21674, + "y": -8471, + "z": 1611 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "330": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 330, + "instId": 300001, + "propState": 0, + "pos": { + "x": 14620, + "y": -2776, + "z": 77930 + }, + "rot": { + "x": 0, + "y": 270543, + "z": 0 + }, + "propId": 1058 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 401, + "startAnchorId": 1, + "startGroupId": 158 + } + }, + "1034104": { + "P10341_F10341001": { + "scenes": { + "9": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1034101": { + "anchorId": 1, + "groupId": 9, + "instId": 300001, + "pos": { + "x": -153, + "y": 1099, + "z": -91164 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1034102": { + "anchorId": 2, + "groupId": 9, + "instId": 300002, + "pos": { + "x": 30, + "y": -8482, + "z": 21934 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "1034103": { + "anchorId": 3, + "groupId": 9, + "instId": 300003, + "pos": { + "x": -70, + "y": -12, + "z": 135790 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "1034104": { + "anchorId": 4, + "groupId": 9, + "instId": 300004, + "pos": { + "x": -14049, + "y": 0, + "z": -2248 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": -11923, + "y": 1644, + "z": -64740 + }, + "rot": { + "x": 0, + "y": 284693, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300020, + "propState": 0, + "pos": { + "x": -12626, + "y": 1644, + "z": -65532 + }, + "rot": { + "x": 0, + "y": 321895, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300014, + "propState": 0, + "pos": { + "x": -10479, + "y": 0, + "z": -56018 + }, + "rot": { + "x": 0, + "y": 142351, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": -19010, + "y": 0, + "z": -52980 + }, + "rot": { + "x": 0, + "y": 98509, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300015, + "propState": 0, + "pos": { + "x": -17750, + "y": 0, + "z": -54540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 0, + "pos": { + "x": 9139, + "y": 6095, + "z": -34511 + }, + "rot": { + "x": 0, + "y": 278058, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": 8627, + "y": 6095, + "z": -14406 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 0, + "pos": { + "x": -13848, + "y": 0, + "z": -11868 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 0, + "pos": { + "x": 141, + "y": 9, + "z": 4493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 0, + "pos": { + "x": 9104, + "y": 0, + "z": -9161 + }, + "rot": { + "x": 0, + "y": 219890, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300016, + "propState": 0, + "pos": { + "x": -7061, + "y": 6095, + "z": 12704 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300023, + "propState": 0, + "pos": { + "x": 23442, + "y": 6095, + "z": -7347 + }, + "rot": { + "x": 0, + "y": 95311, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300024, + "propState": 0, + "pos": { + "x": 23182, + "y": 6095, + "z": -6409 + }, + "rot": { + "x": 0, + "y": 113661, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300025, + "propState": 0, + "pos": { + "x": -21807, + "y": 6420, + "z": -9014 + }, + "rot": { + "x": 0, + "y": 150513, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300026, + "propState": 0, + "pos": { + "x": -21975, + "y": 6420, + "z": -11967 + }, + "rot": { + "x": 0, + "y": 29803, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 0, + "pos": { + "x": -2531, + "y": 1644, + "z": -70251 + }, + "rot": { + "x": 0, + "y": 183612, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300009, + "propState": 0, + "pos": { + "x": -1546, + "y": 1644, + "z": -70812 + }, + "rot": { + "x": 0, + "y": 209995, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 11, + "instId": 300010, + "propState": 0, + "pos": { + "x": 10284, + "y": 0, + "z": -56325 + }, + "rot": { + "x": 0, + "y": 227061, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300011, + "propState": 0, + "pos": { + "x": -6797, + "y": 7, + "z": -39585 + }, + "rot": { + "x": 0, + "y": 166606, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 0, + "pos": { + "x": 17690, + "y": 5, + "z": 20832 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300013, + "propState": 0, + "pos": { + "x": -11448, + "y": 5, + "z": 22258 + }, + "rot": { + "x": 0, + "y": 218160, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300017, + "propState": 0, + "pos": { + "x": -13916, + "y": 6100, + "z": 103003 + }, + "rot": { + "x": 0, + "y": 209442, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300018, + "propState": 0, + "pos": { + "x": 15120, + "y": -2776, + "z": 64838 + }, + "rot": { + "x": 0, + "y": 329962, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 11, + "instId": 300019, + "propState": 0, + "pos": { + "x": 3669, + "y": -2057, + "z": 107758 + }, + "rot": { + "x": 0, + "y": 328044, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 8, + "pos": { + "x": 7, + "y": -2052, + "z": 93455 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1025 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 8, + "pos": { + "x": 7, + "y": -613, + "z": 93455 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1032 + } + ], + "teleports": { + "2347": { + "anchorId": 3, + "groupId": 13, + "instId": 300002, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2421": { + "anchorId": 1, + "groupId": 13, + "instId": 300001, + "pos": { + "x": -38, + "y": -2052, + "z": 91788 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "pos": { + "x": -20141, + "y": 3100, + "z": 38870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 0, + "pos": { + "x": 20135, + "y": 3100, + "z": 38860 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 0, + "pos": { + "x": 20130, + "y": 3100, + "z": 18500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 0, + "pos": { + "x": -20140, + "y": 3100, + "z": 18500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 0, + "pos": { + "x": -20136, + "y": -4146, + "z": 37356 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300008, + "propState": 0, + "pos": { + "x": -20136, + "y": -4146, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": 20131, + "y": -4146, + "z": 37356 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103220 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": 20131, + "y": -4146, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103220 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -1943, + "y": -8477, + "z": -24725 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300001, + "propState": 0, + "pos": { + "x": -22128, + "y": -8471, + "z": 1766 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103217 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 65, + "instId": 300001, + "propState": 0, + "pos": { + "x": 9882, + "y": -4560, + "z": 10250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103219 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 0, + "pos": { + "x": -9890, + "y": -4560, + "z": 10250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103219 + }, + { + "groupId": 65, + "instId": 300003, + "propState": 0, + "pos": { + "x": 20141, + "y": -4186, + "z": 28870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103219 + }, + { + "groupId": 65, + "instId": 300004, + "propState": 0, + "pos": { + "x": -20141, + "y": -4186, + "z": 28870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103219 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1975, + "y": 0, + "z": -40475 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 0, + "pos": { + "x": -1802, + "y": 6095, + "z": -33467 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 66, + "instId": 300003, + "propState": 0, + "pos": { + "x": -1943, + "y": -8477, + "z": -24725 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 70, + "instId": 300003, + "propState": 0, + "pos": { + "x": -20190, + "y": 0, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 319852, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 0, + "pos": { + "x": -17320, + "y": 0, + "z": -37800 + }, + "rot": { + "x": 0, + "y": 319852, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 70, + "instId": 300005, + "propState": 0, + "pos": { + "x": -14456, + "y": 0, + "z": -35383 + }, + "rot": { + "x": 0, + "y": 319852, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 0, + "pos": { + "x": 20190, + "y": 0, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 40149, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 70, + "instId": 300007, + "propState": 0, + "pos": { + "x": 17320, + "y": 0, + "z": -37800 + }, + "rot": { + "x": 0, + "y": 40149, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 70, + "instId": 300008, + "propState": 0, + "pos": { + "x": 14456, + "y": 0, + "z": -35383 + }, + "rot": { + "x": 0, + "y": 40149, + "z": 0 + }, + "propId": 103145 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": 70, + "y": -16500, + "z": -112480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "101": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 150, + "instId": 300003, + "propState": 0, + "pos": { + "x": -9020, + "y": -2746, + "z": 53320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300004, + "propState": 0, + "pos": { + "x": -13070, + "y": -2776, + "z": 53320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300005, + "propState": 0, + "pos": { + "x": -14679, + "y": -2776, + "z": 82282 + }, + "rot": { + "x": 0, + "y": 93801, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300006, + "propState": 0, + "pos": { + "x": -14495, + "y": -2776, + "z": 85056 + }, + "rot": { + "x": 0, + "y": 93801, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300007, + "propState": 0, + "pos": { + "x": 9020, + "y": -2746, + "z": 53320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300008, + "propState": 0, + "pos": { + "x": 13070, + "y": -2776, + "z": 53320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300001, + "propState": 0, + "pos": { + "x": 14679, + "y": -2776, + "z": 82282 + }, + "rot": { + "x": 0, + "y": 266199, + "z": 0 + }, + "propId": 103243 + }, + { + "groupId": 150, + "instId": 300002, + "propState": 0, + "pos": { + "x": 14495, + "y": -2776, + "z": 85056 + }, + "rot": { + "x": 0, + "y": 266199, + "z": 0 + }, + "propId": 103243 + } + ], + "teleports": {} + }, + "155": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 155, + "instId": 300001, + "propState": 101, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103244 + } + ], + "teleports": {} + }, + "156": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 156, + "instId": 300001, + "propState": 101, + "pos": { + "x": 0, + "y": 0, + "z": 64600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103244 + } + ], + "teleports": {} + }, + "158": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "184": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 184, + "instId": 300002, + "propState": 101, + "pos": { + "x": 2044, + "y": -1567, + "z": 115900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 914 + } + ], + "teleports": {} + }, + "193": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "210": { + "monsters": [], + "npcs": [ + { + "groupId": 210, + "instId": 400001, + "pos": { + "x": -11052, + "y": 858, + "z": -33265 + }, + "rot": { + "x": 0, + "y": 248175, + "z": 0 + }, + "npcId": 2308 + } + ], + "props": [ + { + "groupId": 210, + "instId": 300001, + "propState": 0, + "pos": { + "x": -10300, + "y": 420, + "z": -33783 + }, + "rot": { + "x": 0, + "y": 319658, + "z": 0 + }, + "propId": 103142 + } + ], + "teleports": {} + }, + "211": { + "monsters": [], + "npcs": [ + { + "groupId": 211, + "instId": 400001, + "pos": { + "x": 12640, + "y": 751, + "z": -33052 + }, + "rot": { + "x": 0, + "y": 150790, + "z": 0 + }, + "npcId": 13340 + } + ], + "props": [ + { + "groupId": 211, + "instId": 300001, + "propState": 0, + "pos": { + "x": 12800, + "y": 367, + "z": -33376 + }, + "rot": { + "x": 0, + "y": 324202, + "z": 0 + }, + "propId": 103142 + } + ], + "teleports": {} + }, + "212": { + "monsters": [], + "npcs": [ + { + "groupId": 212, + "instId": 400001, + "pos": { + "x": 1205, + "y": -2057, + "z": 105871 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 13172 + } + ], + "props": [], + "teleports": {} + }, + "221": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 221, + "instId": 300001, + "propState": 11, + "pos": { + "x": 4329, + "y": 6888, + "z": 106857 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "222": { + "monsters": [], + "npcs": [ + { + "groupId": 222, + "instId": 400001, + "pos": { + "x": 20258, + "y": -8443, + "z": -4118 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 222, + "instId": 300001, + "propState": 0, + "pos": { + "x": 20258, + "y": -8443, + "z": -4118 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + }, + "223": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "225": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 225, + "instId": 300001, + "propState": 11, + "pos": { + "x": -102, + "y": -6571, + "z": -89756 + }, + "rot": { + "x": 0, + "y": 4222, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "226": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 226, + "instId": 300001, + "propState": 11, + "pos": { + "x": 26739, + "y": 6095, + "z": -28949 + }, + "rot": { + "x": 0, + "y": 235000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "227": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 227, + "instId": 300001, + "propState": 11, + "pos": { + "x": -12743, + "y": -8471, + "z": 9223 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "235": { + "monsters": [], + "npcs": [ + { + "groupId": 235, + "instId": 400001, + "pos": { + "x": 17923, + "y": -8443, + "z": -1118 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 235, + "instId": 300001, + "propState": 0, + "pos": { + "x": 17923, + "y": -8443, + "z": -1118 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + }, + "236": { + "monsters": [], + "npcs": [ + { + "groupId": 236, + "instId": 400001, + "pos": { + "x": 15923, + "y": -8443, + "z": -118 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 236, + "instId": 300001, + "propState": 0, + "pos": { + "x": 15923, + "y": -8443, + "z": -118 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + }, + "237": { + "monsters": [], + "npcs": [ + { + "groupId": 237, + "instId": 400001, + "pos": { + "x": 17923, + "y": -8443, + "z": -7118 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 237, + "instId": 300001, + "propState": 0, + "pos": { + "x": 17923, + "y": -8443, + "z": -7118 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + }, + "238": { + "monsters": [], + "npcs": [ + { + "groupId": 238, + "instId": 400001, + "pos": { + "x": 15923, + "y": -8443, + "z": -8118 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 238, + "instId": 300001, + "propState": 0, + "pos": { + "x": 15923, + "y": -8443, + "z": -8118 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + }, + "240": { + "monsters": [], + "npcs": [ + { + "groupId": 240, + "instId": 400001, + "pos": { + "x": 162, + "y": -6571, + "z": -74650 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2310 + } + ], + "props": [], + "teleports": {} + }, + "241": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "242": { + "monsters": [], + "npcs": [ + { + "groupId": 242, + "instId": 400001, + "pos": { + "x": 20258, + "y": -8443, + "z": -4118 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 242, + "instId": 300001, + "propState": 2, + "pos": { + "x": 20258, + "y": -8443, + "z": -4118 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + }, + "263": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 263, + "instId": 300002, + "propState": 0, + "pos": { + "x": 24680, + "y": -7939, + "z": -3281 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 263, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22594, + "y": -7939, + "z": -4757 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 263, + "instId": 300003, + "propState": 0, + "pos": { + "x": 23495, + "y": -7939, + "z": -1881 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "266": { + "monsters": [], + "npcs": [ + { + "groupId": 266, + "instId": 400001, + "pos": { + "x": -2191, + "y": -2233, + "z": 84521 + }, + "rot": { + "x": 0, + "y": 120874, + "z": 0 + }, + "npcId": 13267 + } + ], + "props": [], + "teleports": {} + }, + "294": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "295": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 295, + "instId": 300010, + "propState": 0, + "pos": { + "x": 6496, + "y": -8477, + "z": -21908 + }, + "rot": { + "x": 0, + "y": 312326, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 295, + "instId": 300011, + "propState": 0, + "pos": { + "x": -15462, + "y": -8482, + "z": 16732 + }, + "rot": { + "x": 0, + "y": 489, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 295, + "instId": 300012, + "propState": 0, + "pos": { + "x": 12195, + "y": -8482, + "z": 40379 + }, + "rot": { + "x": 0, + "y": 198327, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 295, + "instId": 300013, + "propState": 0, + "pos": { + "x": -19320, + "y": -8483, + "z": -13680 + }, + "rot": { + "x": 0, + "y": 166077, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "297": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "301": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 301, + "instId": 300001, + "propState": 0, + "pos": { + "x": -21674, + "y": -8471, + "z": 1611 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "330": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 330, + "instId": 300001, + "propState": 0, + "pos": { + "x": 14620, + "y": -2776, + "z": 77930 + }, + "rot": { + "x": 0, + "y": 270543, + "z": 0 + }, + "propId": 1058 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 401, + "startAnchorId": 1, + "startGroupId": 332 + } + }, + "2000101": { + "P20001_F20001001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "3": { + "monsters": [ + { + "groupId": 3, + "instId": 200005, + "eventId": 20001103, + "pos": { + "x": 23900, + "y": 147, + "z": 204320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8012010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "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": 1, + "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": 1, + "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": 1, + "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": 1, + "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": 1, + "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": 1, + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": 20552, + "y": 147, + "z": 194730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": 19280, + "y": 147, + "z": 174190 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": 33658, + "y": 147, + "z": 195280 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 0, + "pos": { + "x": 8290, + "y": 147, + "z": 160010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 0, + "pos": { + "x": -42199, + "y": 6397, + "z": 101119 + }, + "rot": { + "x": 0, + "y": 1736, + "z": 0 + }, + "propId": 100027 + } + ], + "teleports": {} + }, + "9": { + "monsters": [ + { + "groupId": 9, + "instId": 200004, + "eventId": 20001006, + "pos": { + "x": -24000, + "y": 147, + "z": 217000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8012020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "11": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -14600, + "y": -10033, + "z": 1831200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": 48530, + "y": 147, + "z": 190130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2000101": { + "anchorId": 1, + "groupId": 18, + "instId": 300001, + "pos": { + "x": -15123, + "y": 147, + "z": 125844 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + } + }, + "2000102": { + "anchorId": 2, + "groupId": 18, + "instId": 300002, + "pos": { + "x": 23874, + "y": 147, + "z": 226660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "24": { + "monsters": [ + { + "groupId": 24, + "instId": 200001, + "eventId": 20001231, + "pos": { + "x": 23650, + "y": 111, + "z": 243100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8003020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -14600, + "y": -10033, + "z": 1831200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 0, + "pos": { + "x": 23618, + "y": 111, + "z": 246670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "28": { + "monsters": [ + { + "groupId": 28, + "instId": 200001, + "eventId": 20001111, + "pos": { + "x": -26600, + "y": 150, + "z": 181840 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": 23854, + "y": 250, + "z": 233229 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100017 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -19055, + "y": 260, + "z": 107720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 36, + "instId": 300007, + "propState": 0, + "pos": { + "x": 19310, + "y": 371, + "z": 105521 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 36, + "instId": 300008, + "propState": 0, + "pos": { + "x": 19238, + "y": 147, + "z": 125005 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300009, + "propState": 0, + "pos": { + "x": -14870, + "y": 147, + "z": 233511 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "pos": { + "x": -19190, + "y": 147, + "z": 128430 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 91, + "instId": 300002, + "propState": 0, + "pos": { + "x": 15180, + "y": 147, + "z": 227910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 91, + "instId": 300001, + "propState": 0, + "pos": { + "x": -7820, + "y": 147, + "z": 154350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 91, + "instId": 300003, + "propState": 0, + "pos": { + "x": 27040, + "y": 147, + "z": 185780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 91, + "instId": 300004, + "propState": 0, + "pos": { + "x": -9315, + "y": 152, + "z": 10050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "93": { + "monsters": [ + { + "groupId": 93, + "instId": 200001, + "eventId": 101201, + "pos": { + "x": -4890, + "y": 150, + "z": 2110 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "monsterId": 8013012 + } + ], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4890, + "y": 1150, + "z": 2110 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1101": { + "anchorId": 1, + "groupId": 93, + "instId": 300001, + "pos": { + "x": -1250, + "y": 147, + "z": 6710 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 101, + "startAnchorId": 1, + "startGroupId": 2 + } + }, + "2000201": { + "P20002_F20001001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -72418, + "y": 18818, + "z": -72278 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 131 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 0, + "pos": { + "x": -72518, + "y": -3124, + "z": -72170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 131 + } + ], + "teleports": { + "2000201": { + "anchorId": 1, + "groupId": 1, + "instId": 300006, + "pos": { + "x": 38130, + "y": 3444, + "z": -113940 + }, + "rot": { + "x": 0, + "y": 289010, + "z": 0 + } + }, + "2000202": { + "anchorId": 2, + "groupId": 1, + "instId": 300021, + "pos": { + "x": -134980, + "y": -115, + "z": -73036 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2000203": { + "anchorId": 3, + "groupId": 1, + "instId": 300022, + "pos": { + "x": -32670, + "y": 18610, + "z": -95340 + }, + "rot": { + "x": 0, + "y": 297000, + "z": 0 + } + }, + "2000204": { + "anchorId": 4, + "groupId": 1, + "instId": 300007, + "pos": { + "x": -69860, + "y": -3195, + "z": -62700 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300012, + "propState": 0, + "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": 1, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 3, + "instId": 300019, + "propState": 1, + "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": 1, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 100003 + }, + { + "groupId": 3, + "instId": 300020, + "propState": 1, + "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": 1, + "pos": { + "x": -110161, + "y": -61, + "z": -64690 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 3, + "instId": 300021, + "propState": 1, + "pos": { + "x": -110828, + "y": 504, + "z": -73353 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 0, + "pos": { + "x": -110990, + "y": -109, + "z": -62616 + }, + "rot": { + "x": 0, + "y": 18847, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 3, + "instId": 300014, + "propState": 1, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 3, + "instId": 300022, + "propState": 1, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 0, + "pos": { + "x": -132037, + "y": 2748, + "z": -61726 + }, + "rot": { + "x": 0, + "y": 207345, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 3, + "instId": 300016, + "propState": 1, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 3, + "instId": 300026, + "propState": 1, + "pos": { + "x": -141728, + "y": -119, + "z": -73277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300018, + "propState": 0, + "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": 1, + "pos": { + "x": -2438, + "y": 2916, + "z": -45562 + }, + "rot": { + "x": 0, + "y": 253313, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 3, + "instId": 300024, + "propState": 1, + "pos": { + "x": -5595, + "y": 2864, + "z": -46516 + }, + "rot": { + "x": 0, + "y": 163201, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300038, + "propState": 0, + "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": 0, + "pos": { + "x": -10910, + "y": 18600, + "z": -106140 + }, + "rot": { + "x": 0, + "y": 27837, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 1, + "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": 1, + "pos": { + "x": -6513, + "y": 1037, + "z": -73196 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300046, + "propState": 1, + "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": 0, + "pos": { + "x": -38863, + "y": 17690, + "z": -62867 + }, + "rot": { + "x": 0, + "y": 343500, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 3, + "instId": 300040, + "propState": 0, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 3, + "instId": 300041, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -178060, + "y": -390, + "z": -61070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": -186621, + "y": -400, + "z": -79920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 0, + "pos": { + "x": -171678, + "y": -4389, + "z": -85976 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 0, + "pos": { + "x": -207948, + "y": -4226, + "z": -86090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 0, + "pos": { + "x": -173911, + "y": -178, + "z": -73134 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100014 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300004, + "propState": 0, + "pos": { + "x": -38070, + "y": -1038, + "z": -78970 + }, + "rot": { + "x": 0, + "y": 65126, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 12, + "instId": 300007, + "propState": 0, + "pos": { + "x": -67349, + "y": -3153, + "z": -78532 + }, + "rot": { + "x": 0, + "y": 210425, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 12, + "instId": 300012, + "propState": 0, + "pos": { + "x": -120442, + "y": 2762, + "z": -91925 + }, + "rot": { + "x": 0, + "y": 153993, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300013, + "propState": 0, + "pos": { + "x": -82010, + "y": 10280, + "z": -124298 + }, + "rot": { + "x": 0, + "y": 179592, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300014, + "propState": 0, + "pos": { + "x": -144267, + "y": 2760, + "z": -115253 + }, + "rot": { + "x": 0, + "y": 335000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 12, + "instId": 300016, + "propState": 0, + "pos": { + "x": -69638, + "y": 10285, + "z": -110718 + }, + "rot": { + "x": 0, + "y": 237575, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 0, + "pos": { + "x": -131745, + "y": -90, + "z": -70269 + }, + "rot": { + "x": 0, + "y": 268866, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19293, + "y": 1039, + "z": -94147 + }, + "rot": { + "x": 0, + "y": 285704, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "pos": { + "x": -101902, + "y": -1525, + "z": -88957 + }, + "rot": { + "x": 0, + "y": 222713, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300017, + "propState": 0, + "pos": { + "x": -24401, + "y": 18620, + "z": -90450 + }, + "rot": { + "x": 0, + "y": 28316, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300008, + "propState": 0, + "pos": { + "x": 2760, + "y": 2855, + "z": -31780 + }, + "rot": { + "x": 0, + "y": 253355, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300002, + "propState": 12, + "pos": { + "x": -44589, + "y": -1544, + "z": -70170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60001 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -5986, + "y": 1196, + "z": -73135 + }, + "rot": { + "x": 0, + "y": 182183, + "z": 0 + }, + "propId": 901 + } + ], + "teleports": { + "1201": { + "anchorId": 1, + "groupId": 15, + "instId": 300001, + "pos": { + "x": -7796, + "y": 1039, + "z": -73105 + }, + "rot": { + "x": 0, + "y": 92183, + "z": 0 + } + } + } + }, + "24": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": -36720, + "y": 18583, + "z": -66100 + }, + "rot": { + "x": 0, + "y": 253519, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": -42700, + "y": 18611, + "z": -51950 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": -42700, + "y": 18611, + "z": -51950 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "27": { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 0, + "pos": { + "x": -128410, + "y": 2770, + "z": -38600 + }, + "rot": { + "x": 0, + "y": 208678, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "28": { + "monsters": [ + { + "groupId": 28, + "instId": 200001, + "eventId": 20002232, + "pos": { + "x": -113170, + "y": 18598, + "z": -60570 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "monsterId": 8013010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 0, + "pos": { + "x": -111270, + "y": 18598, + "z": -55340 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "30": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300002, + "propState": 0, + "pos": { + "x": -114560, + "y": 18600, + "z": -83069 + }, + "rot": { + "x": 0, + "y": 72091, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": -109850, + "y": 18598, + "z": -94600 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 0, + "pos": { + "x": -111606, + "y": 18571, + "z": -90508 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300002, + "propState": 0, + "pos": { + "x": -150600, + "y": 3010, + "z": -32680 + }, + "rot": { + "x": 0, + "y": 207541, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": -163360, + "y": 2770, + "z": -29170 + }, + "rot": { + "x": 0, + "y": 118000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 0, + "pos": { + "x": -163360, + "y": 2770, + "z": -29170 + }, + "rot": { + "x": 0, + "y": 118000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300002, + "propState": 0, + "pos": { + "x": -91021, + "y": -1460, + "z": -59193 + }, + "rot": { + "x": 0, + "y": 315372, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 0, + "pos": { + "x": -62641, + "y": -1460, + "z": -87284 + }, + "rot": { + "x": 0, + "y": 315372, + "z": 0 + }, + "propId": 100006 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 40, + "instId": 300009, + "propState": 0, + "pos": { + "x": -118490, + "y": 18598, + "z": -70530 + }, + "rot": { + "x": 0, + "y": 266158, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 40, + "instId": 300010, + "propState": 0, + "pos": { + "x": -136462, + "y": 2753, + "z": -84437 + }, + "rot": { + "x": 0, + "y": 21963, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 40, + "instId": 300011, + "propState": 0, + "pos": { + "x": -80440, + "y": -3195, + "z": -59430 + }, + "rot": { + "x": 0, + "y": 165908, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 0, + "pos": { + "x": -131800, + "y": 2770, + "z": -50438 + }, + "rot": { + "x": 0, + "y": 200813, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 0, + "pos": { + "x": -151530, + "y": -163, + "z": -66560 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 40, + "instId": 300003, + "propState": 0, + "pos": { + "x": -8780, + "y": 1039, + "z": -70203 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 41, + "instId": 300001, + "propState": 0, + "pos": { + "x": 41413, + "y": 5938, + "z": -107116 + }, + "rot": { + "x": 0, + "y": 209999, + "z": 0 + }, + "propId": 100031 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 0, + "pos": { + "x": 31428, + "y": 6203, + "z": -41084 + }, + "rot": { + "x": 0, + "y": 165400, + "z": 0 + }, + "propId": 100033 + }, + { + "groupId": 41, + "instId": 300004, + "propState": 0, + "pos": { + "x": 31987, + "y": 6090, + "z": -119936 + }, + "rot": { + "x": 0, + "y": 16153, + "z": 0 + }, + "propId": 100034 + }, + { + "groupId": 41, + "instId": 300005, + "propState": 0, + "pos": { + "x": 37437, + "y": 6128, + "z": -119372 + }, + "rot": { + "x": 0, + "y": 30240, + "z": 0 + }, + "propId": 100035 + }, + { + "groupId": 41, + "instId": 300006, + "propState": 0, + "pos": { + "x": 23187, + "y": 5962, + "z": -114761 + }, + "rot": { + "x": 0, + "y": 18213, + "z": 0 + }, + "propId": 100036 + }, + { + "groupId": 41, + "instId": 300007, + "propState": 0, + "pos": { + "x": 27163, + "y": 5965, + "z": -102509 + }, + "rot": { + "x": 0, + "y": 277369, + "z": 0 + }, + "propId": 100037 + }, + { + "groupId": 41, + "instId": 300008, + "propState": 0, + "pos": { + "x": 37877, + "y": 6196, + "z": -27950 + }, + "rot": { + "x": 0, + "y": 340655, + "z": 0 + }, + "propId": 100038 + }, + { + "groupId": 41, + "instId": 300009, + "propState": 0, + "pos": { + "x": 40934, + "y": 5934, + "z": -38211 + }, + "rot": { + "x": 0, + "y": 344340, + "z": 0 + }, + "propId": 100039 + }, + { + "groupId": 41, + "instId": 300012, + "propState": 0, + "pos": { + "x": 27680, + "y": 5930, + "z": -28702 + }, + "rot": { + "x": 0, + "y": 163172, + "z": 0 + }, + "propId": 100042 + }, + { + "groupId": 41, + "instId": 300014, + "propState": 0, + "pos": { + "x": 33043, + "y": 6090, + "z": -29361 + }, + "rot": { + "x": 0, + "y": 343693, + "z": 0 + }, + "propId": 100034 + }, + { + "groupId": 41, + "instId": 300015, + "propState": 0, + "pos": { + "x": 36758, + "y": 6128, + "z": -41761 + }, + "rot": { + "x": 0, + "y": 342658, + "z": 0 + }, + "propId": 100035 + }, + { + "groupId": 41, + "instId": 300016, + "propState": 0, + "pos": { + "x": 31246, + "y": 5898, + "z": -106091 + }, + "rot": { + "x": 0, + "y": 288387, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 41, + "instId": 300017, + "propState": 0, + "pos": { + "x": 27310, + "y": 6128, + "z": -118380 + }, + "rot": { + "x": 0, + "y": 133483, + "z": 0 + }, + "propId": 100035 + }, + { + "groupId": 41, + "instId": 300018, + "propState": 0, + "pos": { + "x": 36776, + "y": 5898, + "z": -121463 + }, + "rot": { + "x": 0, + "y": 288387, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 41, + "instId": 300019, + "propState": 0, + "pos": { + "x": 37256, + "y": 5790, + "z": -25819 + }, + "rot": { + "x": 0, + "y": 253491, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 41, + "instId": 300021, + "propState": 0, + "pos": { + "x": 36697, + "y": 5898, + "z": -105538 + }, + "rot": { + "x": 0, + "y": 288387, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 41, + "instId": 300022, + "propState": 0, + "pos": { + "x": 31873, + "y": 6090, + "z": -104050 + }, + "rot": { + "x": 0, + "y": 16153, + "z": 0 + }, + "propId": 100034 + }, + { + "groupId": 41, + "instId": 300023, + "propState": 0, + "pos": { + "x": 27960, + "y": 5898, + "z": -116290 + }, + "rot": { + "x": 0, + "y": 288387, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 41, + "instId": 300024, + "propState": 0, + "pos": { + "x": 27206, + "y": 6116, + "z": -44612 + }, + "rot": { + "x": 0, + "y": 161300, + "z": 0 + }, + "propId": 100041 + }, + { + "groupId": 41, + "instId": 300025, + "propState": 0, + "pos": { + "x": 23508, + "y": 5790, + "z": -32197 + }, + "rot": { + "x": 0, + "y": 343820, + "z": 0 + }, + "propId": 100040 + } + ], + "teleports": {} + }, + "46": { + "monsters": [ + { + "groupId": 46, + "instId": 200001, + "eventId": 20002109, + "pos": { + "x": -133921, + "y": 2780, + "z": -102943 + }, + "rot": { + "x": 0, + "y": 343000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [ + { + "groupId": 64, + "instId": 400001, + "pos": { + "x": -113843, + "y": -89, + "z": -66425 + }, + "rot": { + "x": 0, + "y": 152261, + "z": 0 + }, + "npcId": 10120 + } + ], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": -113805, + "y": -89, + "z": -66672 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 99, + "instId": 300001, + "propState": 8, + "pos": { + "x": -153260, + "y": -163, + "z": -61520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1004": { + "anchorId": 1, + "groupId": 99, + "instId": 300001, + "pos": { + "x": -153260, + "y": -163, + "z": -64020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "105": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 105, + "instId": 300002, + "propState": 18, + "pos": { + "x": -106954, + "y": 662, + "z": -67185 + }, + "rot": { + "x": 0, + "y": 214989, + "z": 0 + }, + "propId": 100020 + } + ], + "teleports": {} + }, + "106": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 106, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "132": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 101, + "startAnchorId": 1, + "startGroupId": 1 + } + }, + "2000301": { + "P20003_F20001001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300004, + "propState": 1, + "pos": { + "x": 39868, + "y": 80272, + "z": 99238 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 1, + "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": 1, + "pos": { + "x": 189124, + "y": 82889, + "z": 141036 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 1, + "instId": 300011, + "propState": 1, + "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": 1, + "pos": { + "x": 125966, + "y": 80503, + "z": 126902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 1, + "instId": 300012, + "propState": 1, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300010, + "propState": 0, + "pos": { + "x": 124206, + "y": 80461, + "z": 129306 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 1, + "instId": 300009, + "propState": 1, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 1, + "instId": 300013, + "propState": 1, + "pos": { + "x": 8732, + "y": 79584, + "z": 110666 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 0, + "pos": { + "x": 10469, + "y": 79626, + "z": 110460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 1, + "pos": { + "x": 45424, + "y": 105, + "z": -127524 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300014, + "propState": 1, + "pos": { + "x": -5018, + "y": 79582, + "z": 99243 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300015, + "propState": 1, + "pos": { + "x": 8732, + "y": 79584, + "z": 87818 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300023, + "propState": 0, + "pos": { + "x": 6984, + "y": 79597, + "z": 88038 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 1, + "instId": 300024, + "propState": 1, + "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": 0, + "pos": { + "x": 125990, + "y": 80651, + "z": 101929 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300004 + } + ], + "teleports": {} + }, + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2000301": { + "anchorId": 1, + "groupId": 2, + "instId": 300001, + "pos": { + "x": 4560, + "y": 79626, + "z": 99300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2000302": { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": 92360, + "y": 78661, + "z": 140050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2000303": { + "anchorId": 3, + "groupId": 2, + "instId": 300003, + "pos": { + "x": 187880, + "y": 77016, + "z": 95592 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300009, + "propState": 0, + "pos": { + "x": 51560, + "y": 80282, + "z": 77601 + }, + "rot": { + "x": 0, + "y": 359894, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300013, + "propState": 0, + "pos": { + "x": 171436, + "y": 82822, + "z": 146226 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 3, + "instId": 300014, + "propState": 0, + "pos": { + "x": 168049, + "y": 77020, + "z": 99987 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 3, + "instId": 300015, + "propState": 0, + "pos": { + "x": 196142, + "y": 77019, + "z": 91994 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300017, + "propState": 0, + "pos": { + "x": 15744, + "y": 79583, + "z": 107276 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300018, + "propState": 0, + "pos": { + "x": 147936, + "y": 79917, + "z": 146343 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 0, + "pos": { + "x": 24934, + "y": 80280, + "z": 95797 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 0, + "pos": { + "x": 180538, + "y": 82720, + "z": 134140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300016, + "propState": 0, + "pos": { + "x": 51490, + "y": 63990, + "z": 105530 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300011, + "propState": 0, + "pos": { + "x": 127402, + "y": 78669, + "z": 143222 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300010, + "propState": 0, + "pos": { + "x": 102580, + "y": 74250, + "z": 112090 + }, + "rot": { + "x": 0, + "y": 266439, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 86970, + "y": 63990, + "z": 120400 + }, + "rot": { + "x": 0, + "y": 89895, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": 78860, + "y": 63990, + "z": 78745 + }, + "rot": { + "x": 0, + "y": 359895, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 0, + "pos": { + "x": 80020, + "y": 78670, + "z": 137590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 0, + "pos": { + "x": 168458, + "y": 82618, + "z": 131648 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 3, + "instId": 300012, + "propState": 0, + "pos": { + "x": 14850, + "y": 79626, + "z": 88660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 0, + "pos": { + "x": 96242, + "y": 74087, + "z": 109711 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 0, + "pos": { + "x": 251850, + "y": 79911, + "z": 126814 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 64619, + "y": 80338, + "z": 99130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 4, + "instId": 300015, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": 53462, + "y": 63965, + "z": 96389 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 0, + "pos": { + "x": 50937, + "y": 63986, + "z": 78396 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 0, + "pos": { + "x": 79060, + "y": 64016, + "z": 96537 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 96590, + "y": 74248, + "z": 115140 + }, + "rot": { + "x": 0, + "y": 140035, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1005": { + "anchorId": 1, + "groupId": 7, + "instId": 300001, + "pos": { + "x": 98258, + "y": 74248, + "z": 113152 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + } + } + } + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 125468, + "y": 81522, + "z": 83065 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300014, + "propState": 0, + "pos": { + "x": 125468, + "y": 81522, + "z": 83065 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300015, + "propState": 0, + "pos": { + "x": 125468, + "y": 81522, + "z": 83065 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300016, + "propState": 0, + "pos": { + "x": 127499, + "y": 80535, + "z": 83117 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "20": { + "monsters": [ + { + "groupId": 20, + "instId": 200001, + "eventId": 20003231, + "pos": { + "x": 67030, + "y": 78660, + "z": 140230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8013010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 0, + "pos": { + "x": 62468, + "y": 78661, + "z": 141219 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 104890, + "y": 65184, + "z": 97330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100022 + } + ], + "teleports": {} + }, + "25": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 60350, + "y": 63690, + "z": 99240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 0, + "pos": { + "x": 68090, + "y": 63760, + "z": 72010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 28, + "instId": 300005, + "propState": 0, + "pos": { + "x": 86210, + "y": 64310, + "z": 99240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 28, + "instId": 300006, + "propState": 0, + "pos": { + "x": 45940, + "y": 63750, + "z": 112750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100013 + } + ], + "teleports": {} + }, + "33": { + "monsters": [ + { + "groupId": 33, + "instId": 200001, + "eventId": 20003109, + "pos": { + "x": 131689, + "y": 80471, + "z": 120140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": 247160, + "y": 79920, + "z": 125050 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "propId": 113 + } + ], + "teleports": { + "1301": { + "anchorId": 1, + "groupId": 34, + "instId": 300001, + "pos": { + "x": 248254, + "y": 79927, + "z": 122916 + }, + "rot": { + "x": 0, + "y": 343790, + "z": 0 + } + } + } + }, + "50": { + "monsters": [ + { + "groupId": 50, + "instId": 200001, + "eventId": 20003204, + "pos": { + "x": 8970, + "y": 76661, + "z": 151760 + }, + "rot": { + "x": 0, + "y": 182020, + "z": 0 + }, + "monsterId": 8012010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 0, + "pos": { + "x": 256220, + "y": 78796, + "z": 44330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 102, + "instId": 300001, + "propState": 0, + "pos": { + "x": 254161, + "y": 81500, + "z": 42034 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "104": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 104, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1271, + "y": 81513, + "z": 99259 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + } + ], + "teleports": {} + }, + "117": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 117, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11827, + "y": 77402, + "z": 148555 + }, + "rot": { + "x": 0, + "y": 293812, + "z": 0 + }, + "propId": 100018 + } + ], + "teleports": {} + }, + "118": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 118, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 101, + "startAnchorId": 1, + "startGroupId": 2 + } + }, + "2000302": { + "P20003_F20001001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300004, + "propState": 1, + "pos": { + "x": 39868, + "y": 80272, + "z": 99238 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 1, + "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": 1, + "pos": { + "x": 189124, + "y": 82889, + "z": 141036 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 1, + "instId": 300011, + "propState": 1, + "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": 1, + "pos": { + "x": 125966, + "y": 80503, + "z": 126902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 1, + "instId": 300012, + "propState": 1, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300010, + "propState": 0, + "pos": { + "x": 124206, + "y": 80461, + "z": 129306 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 1, + "instId": 300009, + "propState": 1, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 1, + "instId": 300013, + "propState": 1, + "pos": { + "x": 8732, + "y": 79584, + "z": 110666 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 0, + "pos": { + "x": 10469, + "y": 79626, + "z": 110460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 1, + "pos": { + "x": 45424, + "y": 105, + "z": -127524 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300014, + "propState": 1, + "pos": { + "x": -5018, + "y": 79582, + "z": 99243 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300015, + "propState": 1, + "pos": { + "x": 8732, + "y": 79584, + "z": 87818 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300023, + "propState": 0, + "pos": { + "x": 6984, + "y": 79597, + "z": 88038 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 1, + "instId": 300024, + "propState": 1, + "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": 0, + "pos": { + "x": 125990, + "y": 80651, + "z": 101929 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300004 + } + ], + "teleports": {} + }, + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2000301": { + "anchorId": 1, + "groupId": 2, + "instId": 300001, + "pos": { + "x": 4560, + "y": 79626, + "z": 99300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2000302": { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": 92360, + "y": 78661, + "z": 140050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2000303": { + "anchorId": 3, + "groupId": 2, + "instId": 300003, + "pos": { + "x": 187880, + "y": 77016, + "z": 95592 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300009, + "propState": 0, + "pos": { + "x": 51560, + "y": 80282, + "z": 77601 + }, + "rot": { + "x": 0, + "y": 359894, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300013, + "propState": 0, + "pos": { + "x": 171436, + "y": 82822, + "z": 146226 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 3, + "instId": 300014, + "propState": 0, + "pos": { + "x": 168049, + "y": 77020, + "z": 99987 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 3, + "instId": 300015, + "propState": 0, + "pos": { + "x": 196142, + "y": 77019, + "z": 91994 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300017, + "propState": 0, + "pos": { + "x": 15744, + "y": 79583, + "z": 107276 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300018, + "propState": 0, + "pos": { + "x": 147936, + "y": 79917, + "z": 146343 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 0, + "pos": { + "x": 24934, + "y": 80280, + "z": 95797 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 0, + "pos": { + "x": 180538, + "y": 82720, + "z": 134140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300016, + "propState": 0, + "pos": { + "x": 51490, + "y": 63990, + "z": 105530 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300011, + "propState": 0, + "pos": { + "x": 127402, + "y": 78669, + "z": 143222 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300010, + "propState": 0, + "pos": { + "x": 102580, + "y": 74250, + "z": 112090 + }, + "rot": { + "x": 0, + "y": 266439, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 86970, + "y": 63990, + "z": 120400 + }, + "rot": { + "x": 0, + "y": 89895, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": 78860, + "y": 63990, + "z": 78745 + }, + "rot": { + "x": 0, + "y": 359895, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 0, + "pos": { + "x": 80020, + "y": 78670, + "z": 137590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 0, + "pos": { + "x": 168458, + "y": 82618, + "z": 131648 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 3, + "instId": 300012, + "propState": 0, + "pos": { + "x": 14850, + "y": 79626, + "z": 88660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 0, + "pos": { + "x": 96242, + "y": 74087, + "z": 109711 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 0, + "pos": { + "x": 251850, + "y": 79911, + "z": 126814 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 64619, + "y": 80338, + "z": 99130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 4, + "instId": 300015, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": 53462, + "y": 63965, + "z": 96389 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 0, + "pos": { + "x": 50937, + "y": 63986, + "z": 78396 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 0, + "pos": { + "x": 79060, + "y": 64016, + "z": 96537 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 96590, + "y": 74248, + "z": 115140 + }, + "rot": { + "x": 0, + "y": 140035, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1005": { + "anchorId": 1, + "groupId": 7, + "instId": 300001, + "pos": { + "x": 98258, + "y": 74248, + "z": 113152 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + } + } + } + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 125468, + "y": 81522, + "z": 83065 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300014, + "propState": 0, + "pos": { + "x": 125468, + "y": 81522, + "z": 83065 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300015, + "propState": 0, + "pos": { + "x": 125468, + "y": 81522, + "z": 83065 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300016, + "propState": 0, + "pos": { + "x": 127499, + "y": 80535, + "z": 83117 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "20": { + "monsters": [ + { + "groupId": 20, + "instId": 200001, + "eventId": 20003231, + "pos": { + "x": 67030, + "y": 78660, + "z": 140230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8013010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 0, + "pos": { + "x": 62468, + "y": 78661, + "z": 141219 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 104890, + "y": 65184, + "z": 97330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100022 + } + ], + "teleports": {} + }, + "25": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 60350, + "y": 63690, + "z": 99240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 0, + "pos": { + "x": 68090, + "y": 63760, + "z": 72010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 28, + "instId": 300005, + "propState": 0, + "pos": { + "x": 86210, + "y": 64310, + "z": 99240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 28, + "instId": 300006, + "propState": 0, + "pos": { + "x": 45940, + "y": 63750, + "z": 112750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100013 + } + ], + "teleports": {} + }, + "33": { + "monsters": [ + { + "groupId": 33, + "instId": 200001, + "eventId": 20003109, + "pos": { + "x": 131689, + "y": 80471, + "z": 120140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": 247160, + "y": 79920, + "z": 125050 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "propId": 113 + } + ], + "teleports": { + "1301": { + "anchorId": 1, + "groupId": 34, + "instId": 300001, + "pos": { + "x": 248254, + "y": 79927, + "z": 122916 + }, + "rot": { + "x": 0, + "y": 343790, + "z": 0 + } + } + } + }, + "50": { + "monsters": [ + { + "groupId": 50, + "instId": 200001, + "eventId": 20003204, + "pos": { + "x": 8970, + "y": 76661, + "z": 151760 + }, + "rot": { + "x": 0, + "y": 182020, + "z": 0 + }, + "monsterId": 8012010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 0, + "pos": { + "x": 256220, + "y": 78796, + "z": 44330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 102, + "instId": 300001, + "propState": 0, + "pos": { + "x": 254161, + "y": 81500, + "z": 42034 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "104": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 104, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1271, + "y": 81513, + "z": 99259 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + } + ], + "teleports": {} + }, + "117": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 117, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11827, + "y": 77402, + "z": 148555 + }, + "rot": { + "x": 0, + "y": 293812, + "z": 0 + }, + "propId": 100018 + } + ], + "teleports": {} + }, + "118": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 118, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 101, + "startAnchorId": 1, + "startGroupId": 149 + } + }, + "2000401": { + "P20004_F20004001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2000401": { + "anchorId": 5, + "groupId": 2, + "instId": 300001, + "pos": { + "x": 7320, + "y": 412082, + "z": -1500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2000402": { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": -14714, + "y": 180918, + "z": -89770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2000403": { + "anchorId": 3, + "groupId": 2, + "instId": 300003, + "pos": { + "x": 35420, + "y": 172315, + "z": 46840 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + } + }, + "2000404": { + "anchorId": 4, + "groupId": 2, + "instId": 300004, + "pos": { + "x": 26290, + "y": 143925, + "z": -17740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300006, + "propState": 0, + "pos": { + "x": 78570, + "y": 172707, + "z": -15496 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 81605, + "y": 163620, + "z": -14231 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": 86170, + "y": 172415, + "z": -14200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "34": { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 142143, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 0, + "pos": { + "x": 31250, + "y": 169655, + "z": 88460 + }, + "rot": { + "x": 0, + "y": 142143, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 0, + "pos": { + "x": -63660, + "y": 182862, + "z": -21520 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 0, + "pos": { + "x": 50871, + "y": 172400, + "z": -59024 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 0, + "pos": { + "x": 47540, + "y": 169655, + "z": 75000 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 0, + "pos": { + "x": -32238, + "y": 411908, + "z": -10233 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 0, + "pos": { + "x": -78660, + "y": 411908, + "z": -17990 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300006, + "propState": 0, + "pos": { + "x": -3039, + "y": 412082, + "z": 6833 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300007, + "propState": 0, + "pos": { + "x": -2927, + "y": 412082, + "z": -35510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300008, + "propState": 0, + "pos": { + "x": -53854, + "y": 182862, + "z": -61283 + }, + "rot": { + "x": 0, + "y": 134000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300009, + "propState": 0, + "pos": { + "x": -69749, + "y": 182862, + "z": -31661 + }, + "rot": { + "x": 0, + "y": 77036, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300010, + "propState": 0, + "pos": { + "x": -35639, + "y": 180918, + "z": -93976 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300011, + "propState": 0, + "pos": { + "x": 6531, + "y": 180920, + "z": -97335 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300012, + "propState": 0, + "pos": { + "x": 14887, + "y": 174877, + "z": -110436 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300013, + "propState": 0, + "pos": { + "x": -58943, + "y": 177414, + "z": -87559 + }, + "rot": { + "x": 0, + "y": 220000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300014, + "propState": 0, + "pos": { + "x": -46725, + "y": 177414, + "z": -104197 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300015, + "propState": 0, + "pos": { + "x": -3009, + "y": 172299, + "z": -89694 + }, + "rot": { + "x": 0, + "y": 83000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300016, + "propState": 0, + "pos": { + "x": 32701, + "y": 172225, + "z": 68710 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300017, + "propState": 0, + "pos": { + "x": 3080, + "y": 172225, + "z": 69780 + }, + "rot": { + "x": 0, + "y": 53000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300018, + "propState": 0, + "pos": { + "x": -41643, + "y": 172241, + "z": 35096 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300019, + "propState": 0, + "pos": { + "x": -40514, + "y": 172241, + "z": 33751 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300020, + "propState": 0, + "pos": { + "x": -54202, + "y": 182862, + "z": 33693 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100027 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 41, + "instId": 300001, + "propState": 0, + "pos": { + "x": -95834, + "y": 182862, + "z": -11200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -98020, + "y": 184490, + "z": -14058 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100091 + }, + { + "groupId": 41, + "instId": 300005, + "propState": 0, + "pos": { + "x": -98020, + "y": 413482, + "z": -14190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100091 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29037, + "y": 144001, + "z": -17653 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 29710, + "y": 144960, + "z": -14230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100092 + }, + { + "groupId": 42, + "instId": 300005, + "propState": 0, + "pos": { + "x": 92556, + "y": 413533, + "z": -14221 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100091 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2758, + "y": 144670, + "z": -14085 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 113 + } + ], + "teleports": { + "1304": { + "anchorId": 1, + "groupId": 49, + "instId": 300001, + "pos": { + "x": -470, + "y": 144131, + "z": -14350 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 51, + "instId": 300001, + "propState": 1, + "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": 1, + "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": 1, + "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": 1, + "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 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 83, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "87": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "88": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "89": { + "monsters": [ + { + "groupId": 89, + "instId": 200001, + "eventId": 20004125, + "pos": { + "x": 11579, + "y": 172226, + "z": 78947 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 95, + "instId": 300001, + "propState": 0, + "pos": { + "x": -15001, + "y": 176391, + "z": 51728 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": 26580, + "y": 143925, + "z": -3696 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 97, + "instId": 300001, + "propState": 1, + "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": 1, + "pos": { + "x": 73228, + "y": 172441, + "z": -14226 + }, + "rot": { + "x": 0, + "y": 90756, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 97, + "instId": 300005, + "propState": 1, + "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 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 100, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3200, + "y": 185029, + "z": -14100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "101": { + "monsters": [], + "npcs": [ + { + "groupId": 101, + "instId": 400001, + "pos": { + "x": -4643, + "y": 172738, + "z": 91737 + }, + "rot": { + "x": 0, + "y": 247600, + "z": 0 + }, + "npcId": 3080 + }, + { + "groupId": 101, + "instId": 400002, + "pos": { + "x": -5206, + "y": 173002, + "z": 92724 + }, + "rot": { + "x": 0, + "y": 215564, + "z": 0 + }, + "npcId": 3081 + }, + { + "groupId": 101, + "instId": 400003, + "pos": { + "x": -5962, + "y": 172741, + "z": 93316 + }, + "rot": { + "x": 0, + "y": 199300, + "z": 0 + }, + "npcId": 3082 + }, + { + "groupId": 101, + "instId": 400004, + "pos": { + "x": -16748, + "y": 172894, + "z": 83222 + }, + "rot": { + "x": 0, + "y": 54600, + "z": 0 + }, + "npcId": 3083 + }, + { + "groupId": 101, + "instId": 400005, + "pos": { + "x": -16361, + "y": 172494, + "z": 85133 + }, + "rot": { + "x": 0, + "y": 111382, + "z": 0 + }, + "npcId": 3084 + }, + { + "groupId": 101, + "instId": 400006, + "pos": { + "x": -16995, + "y": 173797, + "z": 85478 + }, + "rot": { + "x": 0, + "y": 115217, + "z": 0 + }, + "npcId": 3085 + } + ], + "props": [ + { + "groupId": 101, + "instId": 300001, + "propState": 0, + "pos": { + "x": -7179, + "y": 172241, + "z": 91237 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300002, + "propState": 0, + "pos": { + "x": -16413, + "y": 172241, + "z": 84522 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300004, + "propState": 0, + "pos": { + "x": -42716, + "y": 172241, + "z": 52871 + }, + "rot": { + "x": 0, + "y": 19414, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300005, + "propState": 0, + "pos": { + "x": -43397, + "y": 172241, + "z": 55562 + }, + "rot": { + "x": 0, + "y": 124550, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300006, + "propState": 0, + "pos": { + "x": -41712, + "y": 172241, + "z": 53164 + }, + "rot": { + "x": 0, + "y": 336598, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300007, + "propState": 0, + "pos": { + "x": -5751, + "y": 173943, + "z": 92245 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300008, + "propState": 0, + "pos": { + "x": -15848, + "y": 173943, + "z": 84031 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 102, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4200, + "y": 420480, + "z": -10800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 107, + "instId": 300001, + "propState": 0, + "pos": { + "x": 24917, + "y": 148839, + "z": -15661 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "109": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 109, + "instId": 300001, + "propState": 0, + "pos": { + "x": 27877, + "y": 411908, + "z": -10207 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 109, + "instId": 300002, + "propState": 0, + "pos": { + "x": 45700, + "y": 411908, + "z": -18047 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + } + ], + "teleports": {} + }, + "127": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 127, + "instId": 300001, + "propState": 0, + "pos": { + "x": 68024, + "y": 169639, + "z": 50287 + }, + "rot": { + "x": 0, + "y": 322107, + "z": 0 + }, + "propId": 300009 + } + ], + "teleports": {} + }, + "148": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "149": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "166": { + "monsters": [], + "npcs": [ + { + "groupId": 166, + "instId": 400001, + "pos": { + "x": -43237, + "y": 172556, + "z": 55463 + }, + "rot": { + "x": 0, + "y": 123392, + "z": 0 + }, + "npcId": 3086 + }, + { + "groupId": 166, + "instId": 400002, + "pos": { + "x": -42618, + "y": 172550, + "z": 53074 + }, + "rot": { + "x": 0, + "y": 27470, + "z": 0 + }, + "npcId": 3088 + }, + { + "groupId": 166, + "instId": 400003, + "pos": { + "x": -41794, + "y": 172564, + "z": 53395 + }, + "rot": { + "x": 0, + "y": 339243, + "z": 0 + }, + "npcId": 3087 + } + ], + "props": [ + { + "groupId": 166, + "instId": 300001, + "propState": 0, + "pos": { + "x": -42535, + "y": 173152, + "z": 54004 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 166, + "instId": 300002, + "propState": 0, + "pos": { + "x": -42716, + "y": 172241, + "z": 52871 + }, + "rot": { + "x": 0, + "y": 19414, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 166, + "instId": 300003, + "propState": 0, + "pos": { + "x": -43397, + "y": 172241, + "z": 55562 + }, + "rot": { + "x": 0, + "y": 124550, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 166, + "instId": 300004, + "propState": 0, + "pos": { + "x": -41712, + "y": 172241, + "z": 53164 + }, + "rot": { + "x": 0, + "y": 336598, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 166, + "instId": 300005, + "propState": 0, + "pos": { + "x": -42800, + "y": 173610, + "z": 54148 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "191": { + "monsters": [], + "npcs": [ + { + "groupId": 191, + "instId": 400001, + "pos": { + "x": -25727, + "y": 180967, + "z": -84085 + }, + "rot": { + "x": 0, + "y": 77891, + "z": 0 + }, + "npcId": 3046 + }, + { + "groupId": 191, + "instId": 400002, + "pos": { + "x": -25833, + "y": 180920, + "z": -83542 + }, + "rot": { + "x": 0, + "y": 79082, + "z": 0 + }, + "npcId": 3110 + }, + { + "groupId": 191, + "instId": 400003, + "pos": { + "x": -25879, + "y": 180918, + "z": -82895 + }, + "rot": { + "x": 0, + "y": 115350, + "z": 0 + }, + "npcId": 3103 + } + ], + "props": [ + { + "groupId": 191, + "instId": 300001, + "propState": 0, + "pos": { + "x": -25034, + "y": 180967, + "z": -83922 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 101 + } + }, + "2010101": { + "P20101_F20101001": { + "scenes": { + "4": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [ + { + "groupId": 7, + "instId": 200001, + "eventId": 20101231, + "pos": { + "x": -95350, + "y": 18020, + "z": 28780 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "monsterId": 8003010 + } + ], + "npcs": [], + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": -93040, + "y": 18542, + "z": 30841 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300003, + "propState": 0, + "pos": { + "x": -92210, + "y": 15711, + "z": -10540 + }, + "rot": { + "x": 0, + "y": 4300, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 0, + "pos": { + "x": -66110, + "y": 16654, + "z": 12580 + }, + "rot": { + "x": 0, + "y": 4300, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300005, + "propState": 0, + "pos": { + "x": -19980, + "y": 20084, + "z": 1800 + }, + "rot": { + "x": 0, + "y": 4300, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300006, + "propState": 0, + "pos": { + "x": 21260, + "y": 14990, + "z": -4600 + }, + "rot": { + "x": 0, + "y": 4300, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300007, + "propState": 0, + "pos": { + "x": 5450, + "y": 16622, + "z": -12380 + }, + "rot": { + "x": 0, + "y": 34500, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 14, + "instId": 300008, + "propState": 0, + "pos": { + "x": 17840, + "y": 12628, + "z": -40120 + }, + "rot": { + "x": 0, + "y": 4300, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": 41210, + "y": 3356, + "z": -55370 + }, + "rot": { + "x": 0, + "y": 34500, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": -108735, + "y": 16086, + "z": 11661 + }, + "rot": { + "x": 0, + "y": 34500, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + }, + "15": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": -140060, + "y": 12670, + "z": 42000 + }, + "rot": { + "x": 0, + "y": 131440, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": 10070, + "y": 13630, + "z": -49980 + }, + "rot": { + "x": 0, + "y": 289310, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 0, + "pos": { + "x": -140060, + "y": 13354, + "z": 42000 + }, + "rot": { + "x": 0, + "y": 41440, + "z": 0 + }, + "propId": 115 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2010102": { + "anchorId": 2, + "groupId": 17, + "instId": 300002, + "pos": { + "x": 20290, + "y": 14305, + "z": -16630 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + } + }, + "2010103": { + "anchorId": 3, + "groupId": 17, + "instId": 300003, + "pos": { + "x": 89070, + "y": 3558, + "z": -34210 + }, + "rot": { + "x": 0, + "y": 272850, + "z": 0 + } + } + } + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": -570, + "y": 19364, + "z": 4480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1006": { + "anchorId": 1, + "groupId": 19, + "instId": 300001, + "pos": { + "x": -530, + "y": 19066, + "z": 1940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "29": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "32": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "34": { + "monsters": [ + { + "groupId": 34, + "instId": 200001, + "eventId": 20101111, + "pos": { + "x": -30950, + "y": 18360, + "z": 6620 + }, + "rot": { + "x": 0, + "y": 315600, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": 41300, + "y": 3724, + "z": -36479 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 808 + } + ], + "teleports": { + "1001": { + "anchorId": 1, + "groupId": 56, + "instId": 300001, + "pos": { + "x": 42548, + "y": 3716, + "z": -38422 + }, + "rot": { + "x": 0, + "y": 325718, + "z": 0 + } + } + } + }, + "78": { + "monsters": [], + "npcs": [ + { + "groupId": 78, + "instId": 400001, + "pos": { + "x": 22790, + "y": 13902, + "z": -22740 + }, + "rot": { + "x": 0, + "y": 109301, + "z": 0 + }, + "npcId": 1110 + } + ], + "props": [], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [ + { + "groupId": 102, + "instId": 400001, + "pos": { + "x": 18380, + "y": -468, + "z": -88930 + }, + "rot": { + "x": 0, + "y": 306495, + "z": 0 + }, + "npcId": 3025 + } + ], + "props": [ + { + "groupId": 102, + "instId": 300001, + "propState": 0, + "pos": { + "x": 20438, + "y": -683, + "z": -90444 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 201 + } + }, + "2010102": { + "P20101_F20101001": { + "scenes": { + "4": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [ + { + "groupId": 7, + "instId": 200001, + "eventId": 20101231, + "pos": { + "x": -95350, + "y": 18020, + "z": 28780 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "monsterId": 8003010 + } + ], + "npcs": [], + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": -93040, + "y": 18542, + "z": 30841 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300003, + "propState": 0, + "pos": { + "x": -92210, + "y": 15711, + "z": -10540 + }, + "rot": { + "x": 0, + "y": 4300, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 0, + "pos": { + "x": -66110, + "y": 16654, + "z": 12580 + }, + "rot": { + "x": 0, + "y": 4300, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300005, + "propState": 0, + "pos": { + "x": -19980, + "y": 20084, + "z": 1800 + }, + "rot": { + "x": 0, + "y": 4300, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300006, + "propState": 0, + "pos": { + "x": 21260, + "y": 14990, + "z": -4600 + }, + "rot": { + "x": 0, + "y": 4300, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300007, + "propState": 0, + "pos": { + "x": 5450, + "y": 16622, + "z": -12380 + }, + "rot": { + "x": 0, + "y": 34500, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 14, + "instId": 300008, + "propState": 0, + "pos": { + "x": 17840, + "y": 12628, + "z": -40120 + }, + "rot": { + "x": 0, + "y": 4300, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": 41210, + "y": 3356, + "z": -55370 + }, + "rot": { + "x": 0, + "y": 34500, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": -108735, + "y": 16086, + "z": 11661 + }, + "rot": { + "x": 0, + "y": 34500, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + }, + "15": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": -140060, + "y": 12670, + "z": 42000 + }, + "rot": { + "x": 0, + "y": 131440, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": 10070, + "y": 13630, + "z": -49980 + }, + "rot": { + "x": 0, + "y": 289310, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 0, + "pos": { + "x": -140060, + "y": 13354, + "z": 42000 + }, + "rot": { + "x": 0, + "y": 41440, + "z": 0 + }, + "propId": 115 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2010102": { + "anchorId": 2, + "groupId": 17, + "instId": 300002, + "pos": { + "x": 20290, + "y": 14305, + "z": -16630 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + } + }, + "2010103": { + "anchorId": 3, + "groupId": 17, + "instId": 300003, + "pos": { + "x": 89070, + "y": 3558, + "z": -34210 + }, + "rot": { + "x": 0, + "y": 272850, + "z": 0 + } + } + } + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": -570, + "y": 19364, + "z": 4480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1006": { + "anchorId": 1, + "groupId": 19, + "instId": 300001, + "pos": { + "x": -530, + "y": 19066, + "z": 1940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "29": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "32": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "34": { + "monsters": [ + { + "groupId": 34, + "instId": 200001, + "eventId": 20101111, + "pos": { + "x": -30950, + "y": 18360, + "z": 6620 + }, + "rot": { + "x": 0, + "y": 315600, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": 41300, + "y": 3724, + "z": -36479 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 808 + } + ], + "teleports": { + "1001": { + "anchorId": 1, + "groupId": 56, + "instId": 300001, + "pos": { + "x": 42548, + "y": 3716, + "z": -38422 + }, + "rot": { + "x": 0, + "y": 325718, + "z": 0 + } + } + } + }, + "78": { + "monsters": [], + "npcs": [ + { + "groupId": 78, + "instId": 400001, + "pos": { + "x": 22790, + "y": 13902, + "z": -22740 + }, + "rot": { + "x": 0, + "y": 109301, + "z": 0 + }, + "npcId": 1110 + } + ], + "props": [], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [ + { + "groupId": 102, + "instId": 400001, + "pos": { + "x": 18380, + "y": -468, + "z": -88930 + }, + "rot": { + "x": 0, + "y": 306495, + "z": 0 + }, + "npcId": 3025 + } + ], + "props": [ + { + "groupId": 102, + "instId": 300001, + "propState": 0, + "pos": { + "x": 20438, + "y": -683, + "z": -90444 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 2, + "worldId": 201, + "startAnchorId": 1, + "startGroupId": 88 + } + }, + "2011101": { + "P20111_F20111001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": 46550, + "y": -2167, + "z": -7870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "2011101": { + "anchorId": 1, + "groupId": 2, + "instId": 300001, + "pos": { + "x": 34190, + "y": -2167, + "z": -8490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2011102": { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": 8460, + "y": -2134, + "z": -72956 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2011103": { + "anchorId": 3, + "groupId": 2, + "instId": 300004, + "pos": { + "x": -22970, + "y": -2034, + "z": -170000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "3": { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -6530, + "y": 1876, + "z": 33390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 0, + "pos": { + "x": -6530, + "y": 1876, + "z": 33390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300004, + "propState": 0, + "pos": { + "x": 11338, + "y": -2134, + "z": -71598 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 0, + "pos": { + "x": -8669, + "y": 1876, + "z": 15180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 0, + "pos": { + "x": -25470, + "y": -2134, + "z": -173596 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": 37660, + "y": -140, + "z": -182380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": -22553, + "y": 1876, + "z": 6976 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": 10950, + "y": -2145, + "z": -32836 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 0, + "pos": { + "x": 44040, + "y": -1134, + "z": -100890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 0, + "pos": { + "x": 32068, + "y": -2134, + "z": -113765 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 0, + "pos": { + "x": 17643, + "y": -2134, + "z": -133971 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 0, + "pos": { + "x": 15969, + "y": -2134, + "z": -156658 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 0, + "pos": { + "x": 6583, + "y": -2134, + "z": -184250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 0, + "pos": { + "x": 34179, + "y": -140, + "z": -197655 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 0, + "pos": { + "x": -2551, + "y": 1876, + "z": 21501 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 0, + "pos": { + "x": 27004, + "y": -1134, + "z": -100501 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 0, + "pos": { + "x": 880, + "y": -2134, + "z": -173237 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "19": { + "monsters": [ + { + "groupId": 19, + "instId": 200001, + "eventId": 101207, + "pos": { + "x": -60650, + "y": -2141, + "z": -170300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8003041 + } + ], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300003, + "propState": 8, + "pos": { + "x": -60650, + "y": -1141, + "z": -170300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1107": { + "anchorId": 1, + "groupId": 19, + "instId": 300003, + "pos": { + "x": -54207, + "y": -2141, + "z": -170330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "20": { + "monsters": [ + { + "groupId": 20, + "instId": 200001, + "eventId": 20111233, + "pos": { + "x": 49100, + "y": -140, + "z": -187240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8003020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 0, + "pos": { + "x": 47346, + "y": -140, + "z": -187947 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": 13127, + "y": -2139, + "z": -16017 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 0, + "pos": { + "x": 10810, + "y": -2160, + "z": -20560 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29457, + "y": -1114, + "z": -87132 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 0, + "pos": { + "x": 26760, + "y": -1150, + "z": -82588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 0, + "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": 0, + "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 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2320, + "y": -2134, + "z": -77850 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1007": { + "anchorId": 1, + "groupId": 23, + "instId": 300001, + "pos": { + "x": 110, + "y": -2130, + "z": -78020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "24": { + "monsters": [ + { + "groupId": 24, + "instId": 200001, + "eventId": 20111133, + "pos": { + "x": 29090, + "y": -2130, + "z": -112310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": -20000, + "y": 1876, + "z": 9600 + }, + "rot": { + "x": 0, + "y": 65657, + "z": 0 + }, + "propId": 808 + } + ], + "teleports": { + "1002": { + "anchorId": 1, + "groupId": 26, + "instId": 300001, + "pos": { + "x": -17550, + "y": 1876, + "z": 9728 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "27": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 0, + "pos": { + "x": 17393, + "y": -1130, + "z": -136874 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 17401, + "y": -2120, + "z": -136560 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 0, + "pos": { + "x": 7600, + "y": 14845, + "z": 120316 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": 28330, + "y": -240, + "z": -208530 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 53, + "instId": 300020, + "propState": 0, + "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": 0, + "pos": { + "x": 39650, + "y": -1134, + "z": -91550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 54, + "instId": 300020, + "propState": 0, + "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": 0, + "pos": { + "x": -4570, + "y": -2134, + "z": -98970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -4750, + "y": -2134, + "z": -93550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 0, + "pos": { + "x": -4750, + "y": -2134, + "z": -93550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300008, + "propState": 12, + "pos": { + "x": 25480, + "y": -140, + "z": -175060 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 60101 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 201 + } + }, + "2012101": { + "P20121_F20121001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": 130170, + "y": 46659, + "z": -17500 + }, + "rot": { + "x": 0, + "y": 347080, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 0, + "pos": { + "x": 130170, + "y": 48150, + "z": -17500 + }, + "rot": { + "x": 0, + "y": 347080, + "z": 0 + }, + "propId": 115 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 0, + "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 + } + ], + "teleports": { + "2012101": { + "anchorId": 1, + "groupId": 2, + "instId": 300006, + "pos": { + "x": 127850, + "y": 46588, + "z": -27590 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + } + }, + "2012102": { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": 177855, + "y": 55671, + "z": -185106 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + } + }, + "2012103": { + "anchorId": 4, + "groupId": 2, + "instId": 300004, + "pos": { + "x": 191750, + "y": 34645, + "z": -153710 + }, + "rot": { + "x": 0, + "y": 10000, + "z": 0 + } + }, + "2012105": { + "anchorId": 3, + "groupId": 2, + "instId": 300001, + "pos": { + "x": 245860, + "y": 45265, + "z": -70270 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300013, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": 135120, + "y": 28080, + "z": -125260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301005 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": 167410, + "y": 56130, + "z": -176500 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 0, + "pos": { + "x": 119960, + "y": 47038, + "z": -31560 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300020, + "propState": 0, + "pos": { + "x": 192610, + "y": 28566, + "z": -138040 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 124978, + "y": 52757, + "z": -61597 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 0, + "pos": { + "x": 126950, + "y": 58985, + "z": -123750 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": 96697, + "y": 58612, + "z": -85094 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 0, + "pos": { + "x": 133060, + "y": 58914, + "z": -151580 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 0, + "pos": { + "x": 176670, + "y": 54698, + "z": -157982 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 0, + "pos": { + "x": 225358, + "y": 44239, + "z": -154609 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 0, + "pos": { + "x": 258970, + "y": 52799, + "z": -164370 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 0, + "pos": { + "x": 249460, + "y": 52235, + "z": -149290 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 0, + "pos": { + "x": 227220, + "y": 47702, + "z": -119910 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 0, + "pos": { + "x": 239470, + "y": 45318, + "z": -82210 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300018, + "propState": 0, + "pos": { + "x": 150580, + "y": 46487, + "z": -75710 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 0, + "pos": { + "x": 166430, + "y": 46395, + "z": -60810 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 0, + "pos": { + "x": 212053, + "y": 46632, + "z": -58076 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300019, + "propState": 0, + "pos": { + "x": 205990, + "y": 28524, + "z": -136970 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 0, + "pos": { + "x": 118200, + "y": 46590, + "z": -66470 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 0, + "pos": { + "x": 250240, + "y": 52634, + "z": -172840 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 0, + "pos": { + "x": 141530, + "y": 28704, + "z": -114190 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 185138, + "y": 56852, + "z": -180397 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": 160677, + "y": 57693, + "z": -195411 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": 163010, + "y": 57587, + "z": -185578 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "13": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "21": { + "monsters": [ + { + "groupId": 21, + "instId": 200001, + "eventId": 101205, + "pos": { + "x": 188380, + "y": 28600, + "z": -126680 + }, + "rot": { + "x": 0, + "y": 191491, + "z": 0 + }, + "monsterId": 1013021 + } + ], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": 188380, + "y": 29400, + "z": -126680 + }, + "rot": { + "x": 0, + "y": 101491, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1105": { + "anchorId": 1, + "groupId": 21, + "instId": 300003, + "pos": { + "x": 187420, + "y": 28490, + "z": -132974 + }, + "rot": { + "x": 0, + "y": 11491, + "z": 0 + } + } + } + }, + "23": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 0, + "pos": { + "x": 129890, + "y": 29189, + "z": -109870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "26": { + "monsters": [ + { + "groupId": 26, + "instId": 200001, + "eventId": 20121231, + "pos": { + "x": 209910, + "y": 28409, + "z": -141180 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "monsterId": 1013020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": 213240, + "y": 28451, + "z": -142390 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 256421, + "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 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": 186417, + "y": 55112, + "z": -167952 + }, + "rot": { + "x": 0, + "y": 114082, + "z": 0 + }, + "propId": 808 + } + ], + "teleports": { + "1003": { + "anchorId": 1, + "groupId": 50, + "instId": 300001, + "pos": { + "x": 186692, + "y": 55115, + "z": -170540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "62": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 92, + "instId": 300003, + "propState": 8, + "pos": { + "x": 111550, + "y": 58980, + "z": -112800 + }, + "rot": { + "x": 0, + "y": 313824, + "z": 0 + }, + "propId": 3001 + } + ], + "teleports": { + "1408": { + "anchorId": 1, + "groupId": 92, + "instId": 300003, + "pos": { + "x": 113106, + "y": 58985, + "z": -111376 + }, + "rot": { + "x": 0, + "y": 226765, + "z": 0 + } + } + } + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": 151709, + "y": 56678, + "z": -189036 + }, + "rot": { + "x": 0, + "y": 211122, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 154034, + "y": 56031, + "z": -189967 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 117426, + "y": 56229, + "z": -182552 + }, + "rot": { + "x": 0, + "y": 293330, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 100, + "instId": 300001, + "propState": 8, + "pos": { + "x": 114610, + "y": 46975, + "z": -44960 + }, + "rot": { + "x": 0, + "y": 358325, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1010": { + "anchorId": 1, + "groupId": 100, + "instId": 300001, + "pos": { + "x": 117240, + "y": 46810, + "z": -44877 + }, + "rot": { + "x": 0, + "y": 268325, + "z": 0 + } + } + } + }, + "123": { + "monsters": [ + { + "groupId": 123, + "instId": 200001, + "eventId": 101212, + "pos": { + "x": 264960, + "y": 52545, + "z": -152620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1023012 + } + ], + "npcs": [], + "props": [ + { + "groupId": 123, + "instId": 300003, + "propState": 8, + "pos": { + "x": 264960, + "y": 53545, + "z": -152620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1112": { + "anchorId": 1, + "groupId": 123, + "instId": 300003, + "pos": { + "x": 264660, + "y": 52546, + "z": -158480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 201 + } + }, + "2012201": { + "P20122_F20122001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -35140, + "y": -64, + "z": 26340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 0, + "pos": { + "x": -35140, + "y": 1420, + "z": 26340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 115 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 0, + "pos": { + "x": -35140, + "y": -800, + "z": 26340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 0, + "pos": { + "x": 11680, + "y": -2551, + "z": 152440 + }, + "rot": { + "x": 0, + "y": 268889, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "2012201": { + "anchorId": 1, + "groupId": 2, + "instId": 300001, + "pos": { + "x": -34650, + "y": -130, + "z": 35570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2012202": { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": -70300, + "y": 1258, + "z": 118941 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2012203": { + "anchorId": 3, + "groupId": 2, + "instId": 300003, + "pos": { + "x": -34352, + "y": 9075, + "z": 157026 + }, + "rot": { + "x": 0, + "y": 175000, + "z": 0 + } + } + } + }, + "4": { + "monsters": [ + { + "groupId": 4, + "instId": 200001, + "eventId": 20122232, + "pos": { + "x": -58280, + "y": -220, + "z": 74680 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 8003050 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "pos": { + "x": -55790, + "y": -220, + "z": 72190 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "pos": { + "x": -18772, + "y": -231, + "z": 89375 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 0, + "pos": { + "x": -20369, + "y": -145, + "z": 86766 + }, + "rot": { + "x": 0, + "y": 178277, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 0, + "pos": { + "x": -57036, + "y": -2640, + "z": 103824 + }, + "rot": { + "x": 0, + "y": 54927, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 12, + "instId": 300007, + "propState": 0, + "pos": { + "x": -57620, + "y": -2596, + "z": 106420 + }, + "rot": { + "x": 0, + "y": 73197, + "z": 0 + }, + "propId": 101003 + }, + { + "groupId": 12, + "instId": 300009, + "propState": 0, + "pos": { + "x": -80309, + "y": 1420, + "z": 124727 + }, + "rot": { + "x": 0, + "y": 316678, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 12, + "instId": 300010, + "propState": 0, + "pos": { + "x": -85234, + "y": 1335, + "z": 126341 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": -76298, + "y": 6384, + "z": 94583 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "19": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": -32130, + "y": -98, + "z": 51230 + }, + "rot": { + "x": 0, + "y": 171385, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1008": { + "anchorId": 1, + "groupId": 37, + "instId": 300001, + "pos": { + "x": -32240, + "y": -90, + "z": 48678 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300006, + "propState": 0, + "pos": { + "x": -68910, + "y": 1419, + "z": 122580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300014, + "propState": 0, + "pos": { + "x": -20868, + "y": -2637, + "z": 131331 + }, + "rot": { + "x": 0, + "y": 102703, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300019, + "propState": 0, + "pos": { + "x": -30560, + "y": -2532, + "z": 89910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 0, + "pos": { + "x": -39530, + "y": 63, + "z": 43840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 0, + "pos": { + "x": -20330, + "y": 5452, + "z": 54620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 0, + "pos": { + "x": -76181, + "y": 5732, + "z": 70971 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300004, + "propState": 0, + "pos": { + "x": -75783, + "y": 3649, + "z": 109217 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300005, + "propState": 0, + "pos": { + "x": -81669, + "y": 3593, + "z": 95716 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300007, + "propState": 0, + "pos": { + "x": -55434, + "y": -2471, + "z": 111742 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300008, + "propState": 0, + "pos": { + "x": -64550, + "y": -149, + "z": 75980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300009, + "propState": 0, + "pos": { + "x": -11566, + "y": -79, + "z": 92184 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300010, + "propState": 0, + "pos": { + "x": -39733, + "y": -2587, + "z": 88830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300011, + "propState": 0, + "pos": { + "x": 4880, + "y": 2007, + "z": 75000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300012, + "propState": 0, + "pos": { + "x": 4512, + "y": -45, + "z": 118503 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300013, + "propState": 0, + "pos": { + "x": -14100, + "y": -2525, + "z": 147489 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300015, + "propState": 0, + "pos": { + "x": -52470, + "y": 13470, + "z": 148570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300016, + "propState": 0, + "pos": { + "x": -78270, + "y": 8263, + "z": 151906 + }, + "rot": { + "x": 0, + "y": 141675, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300017, + "propState": 0, + "pos": { + "x": -64480, + "y": -126, + "z": 84790 + }, + "rot": { + "x": 0, + "y": 94397, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300018, + "propState": 0, + "pos": { + "x": -18600, + "y": 1926, + "z": 65500 + }, + "rot": { + "x": 0, + "y": 94397, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300020, + "propState": 0, + "pos": { + "x": -39204, + "y": 55, + "z": 49885 + }, + "rot": { + "x": 0, + "y": 94397, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + }, + "55": { + "monsters": [ + { + "groupId": 55, + "instId": 200001, + "eventId": 20122231, + "pos": { + "x": -18490, + "y": -150, + "z": 77690 + }, + "rot": { + "x": 0, + "y": 181190, + "z": 0 + }, + "monsterId": 8003010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 0, + "pos": { + "x": -23487, + "y": -132, + "z": 72682 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "59": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": -28170, + "y": -2508, + "z": 127540 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "63": { + "monsters": [ + { + "groupId": 63, + "instId": 200001, + "eventId": 20122106, + "pos": { + "x": -9060, + "y": 1820, + "z": 66520 + }, + "rot": { + "x": 0, + "y": 225280, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "70": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "79": { + "monsters": [ + { + "groupId": 79, + "instId": 200001, + "eventId": 101202, + "pos": { + "x": -40310, + "y": -2611, + "z": 116030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8003051 + } + ], + "npcs": [], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": -40310, + "y": -1540, + "z": 116030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 703 + } + ], + "teleports": { + "1102": { + "anchorId": 1, + "groupId": 79, + "instId": 300001, + "pos": { + "x": -40310, + "y": -2748, + "z": 109140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": -976, + "y": 2372, + "z": 73568 + }, + "rot": { + "x": 0, + "y": 198438, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 619, + "y": 1732, + "z": 73862 + }, + "rot": { + "x": 0, + "y": 198438, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 1682, + "y": 1772, + "z": 77040 + }, + "rot": { + "x": 0, + "y": 293330, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -62160, + "y": -2564, + "z": 98700 + }, + "rot": { + "x": 0, + "y": 91141, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 98, + "instId": 300003, + "propState": 0, + "pos": { + "x": -62160, + "y": -2564, + "z": 98700 + }, + "rot": { + "x": 0, + "y": 91141, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 100, + "instId": 300001, + "propState": 0, + "pos": { + "x": 11880, + "y": -2575, + "z": 152340 + }, + "rot": { + "x": 0, + "y": 266269, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "114": { + "monsters": [], + "npcs": [ + { + "groupId": 114, + "instId": 400001, + "pos": { + "x": 8617, + "y": -2547, + "z": 148259 + }, + "rot": { + "x": 0, + "y": 277370, + "z": 0 + }, + "npcId": 2213 + } + ], + "props": [ + { + "groupId": 114, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11880, + "y": -2575, + "z": 152340 + }, + "rot": { + "x": 0, + "y": 266269, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 201 + } + }, + "2012202": { + "P20122_F20122001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -35140, + "y": -64, + "z": 26340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 0, + "pos": { + "x": -35140, + "y": 1420, + "z": 26340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 115 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 0, + "pos": { + "x": -35140, + "y": -800, + "z": 26340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 0, + "pos": { + "x": 11680, + "y": -2551, + "z": 152440 + }, + "rot": { + "x": 0, + "y": 268889, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "2012201": { + "anchorId": 1, + "groupId": 2, + "instId": 300001, + "pos": { + "x": -34650, + "y": -130, + "z": 35570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2012202": { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": -70300, + "y": 1258, + "z": 118941 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2012203": { + "anchorId": 3, + "groupId": 2, + "instId": 300003, + "pos": { + "x": -34352, + "y": 9075, + "z": 157026 + }, + "rot": { + "x": 0, + "y": 175000, + "z": 0 + } + } + } + }, + "4": { + "monsters": [ + { + "groupId": 4, + "instId": 200001, + "eventId": 20122232, + "pos": { + "x": -58280, + "y": -220, + "z": 74680 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 8003050 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "pos": { + "x": -55790, + "y": -220, + "z": 72190 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "pos": { + "x": -18772, + "y": -231, + "z": 89375 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 0, + "pos": { + "x": -20369, + "y": -145, + "z": 86766 + }, + "rot": { + "x": 0, + "y": 178277, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 0, + "pos": { + "x": -57036, + "y": -2640, + "z": 103824 + }, + "rot": { + "x": 0, + "y": 54927, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 12, + "instId": 300007, + "propState": 0, + "pos": { + "x": -57620, + "y": -2596, + "z": 106420 + }, + "rot": { + "x": 0, + "y": 73197, + "z": 0 + }, + "propId": 101003 + }, + { + "groupId": 12, + "instId": 300009, + "propState": 0, + "pos": { + "x": -80309, + "y": 1420, + "z": 124727 + }, + "rot": { + "x": 0, + "y": 316678, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 12, + "instId": 300010, + "propState": 0, + "pos": { + "x": -85234, + "y": 1335, + "z": 126341 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": -76298, + "y": 6384, + "z": 94583 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "19": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": -32130, + "y": -98, + "z": 51230 + }, + "rot": { + "x": 0, + "y": 171385, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1008": { + "anchorId": 1, + "groupId": 37, + "instId": 300001, + "pos": { + "x": -32240, + "y": -90, + "z": 48678 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300006, + "propState": 0, + "pos": { + "x": -68910, + "y": 1419, + "z": 122580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300014, + "propState": 0, + "pos": { + "x": -20868, + "y": -2637, + "z": 131331 + }, + "rot": { + "x": 0, + "y": 102703, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300019, + "propState": 0, + "pos": { + "x": -30560, + "y": -2532, + "z": 89910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 0, + "pos": { + "x": -39530, + "y": 63, + "z": 43840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 0, + "pos": { + "x": -20330, + "y": 5452, + "z": 54620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 0, + "pos": { + "x": -76181, + "y": 5732, + "z": 70971 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300004, + "propState": 0, + "pos": { + "x": -75783, + "y": 3649, + "z": 109217 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300005, + "propState": 0, + "pos": { + "x": -81669, + "y": 3593, + "z": 95716 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300007, + "propState": 0, + "pos": { + "x": -55434, + "y": -2471, + "z": 111742 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300008, + "propState": 0, + "pos": { + "x": -64550, + "y": -149, + "z": 75980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300009, + "propState": 0, + "pos": { + "x": -11566, + "y": -79, + "z": 92184 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300010, + "propState": 0, + "pos": { + "x": -39733, + "y": -2587, + "z": 88830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300011, + "propState": 0, + "pos": { + "x": 4880, + "y": 2007, + "z": 75000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300012, + "propState": 0, + "pos": { + "x": 4512, + "y": -45, + "z": 118503 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300013, + "propState": 0, + "pos": { + "x": -14100, + "y": -2525, + "z": 147489 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300015, + "propState": 0, + "pos": { + "x": -52470, + "y": 13470, + "z": 148570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300016, + "propState": 0, + "pos": { + "x": -78270, + "y": 8263, + "z": 151906 + }, + "rot": { + "x": 0, + "y": 141675, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300017, + "propState": 0, + "pos": { + "x": -64480, + "y": -126, + "z": 84790 + }, + "rot": { + "x": 0, + "y": 94397, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300018, + "propState": 0, + "pos": { + "x": -18600, + "y": 1926, + "z": 65500 + }, + "rot": { + "x": 0, + "y": 94397, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300020, + "propState": 0, + "pos": { + "x": -39204, + "y": 55, + "z": 49885 + }, + "rot": { + "x": 0, + "y": 94397, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + }, + "55": { + "monsters": [ + { + "groupId": 55, + "instId": 200001, + "eventId": 20122231, + "pos": { + "x": -18490, + "y": -150, + "z": 77690 + }, + "rot": { + "x": 0, + "y": 181190, + "z": 0 + }, + "monsterId": 8003010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 0, + "pos": { + "x": -23487, + "y": -132, + "z": 72682 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "59": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": -28170, + "y": -2508, + "z": 127540 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "63": { + "monsters": [ + { + "groupId": 63, + "instId": 200001, + "eventId": 20122106, + "pos": { + "x": -9060, + "y": 1820, + "z": 66520 + }, + "rot": { + "x": 0, + "y": 225280, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "70": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "79": { + "monsters": [ + { + "groupId": 79, + "instId": 200001, + "eventId": 101202, + "pos": { + "x": -40310, + "y": -2611, + "z": 116030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8003051 + } + ], + "npcs": [], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": -40310, + "y": -1540, + "z": 116030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 703 + } + ], + "teleports": { + "1102": { + "anchorId": 1, + "groupId": 79, + "instId": 300001, + "pos": { + "x": -40310, + "y": -2748, + "z": 109140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": -976, + "y": 2372, + "z": 73568 + }, + "rot": { + "x": 0, + "y": 198438, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 619, + "y": 1732, + "z": 73862 + }, + "rot": { + "x": 0, + "y": 198438, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 1682, + "y": 1772, + "z": 77040 + }, + "rot": { + "x": 0, + "y": 293330, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -62160, + "y": -2564, + "z": 98700 + }, + "rot": { + "x": 0, + "y": 91141, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 98, + "instId": 300003, + "propState": 0, + "pos": { + "x": -62160, + "y": -2564, + "z": 98700 + }, + "rot": { + "x": 0, + "y": 91141, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 100, + "instId": 300001, + "propState": 0, + "pos": { + "x": 11880, + "y": -2575, + "z": 152340 + }, + "rot": { + "x": 0, + "y": 266269, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "114": { + "monsters": [], + "npcs": [ + { + "groupId": 114, + "instId": 400001, + "pos": { + "x": 8617, + "y": -2547, + "z": 148259 + }, + "rot": { + "x": 0, + "y": 277370, + "z": 0 + }, + "npcId": 2213 + } + ], + "props": [ + { + "groupId": 114, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11880, + "y": -2575, + "z": 152340 + }, + "rot": { + "x": 0, + "y": 266269, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 2, + "worldId": 201, + "startAnchorId": 1, + "startGroupId": 121 + } + }, + "2012301": { + "P20123_F20123001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": 34520, + "y": 19977, + "z": -58620 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 103 + } + ], + "teleports": { + "2012301": { + "anchorId": 1, + "groupId": 2, + "instId": 300001, + "pos": { + "x": -9930, + "y": 25392, + "z": 80580 + }, + "rot": { + "x": 0, + "y": 175000, + "z": 0 + } + }, + "2012302": { + "anchorId": 4, + "groupId": 2, + "instId": 300002, + "pos": { + "x": -5239, + "y": 20054, + "z": -8640 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2012303": { + "anchorId": 7, + "groupId": 2, + "instId": 300003, + "pos": { + "x": -51990, + "y": 11968, + "z": -15070 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + } + } + } + }, + "3": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "pos": { + "x": -10318, + "y": 12058, + "z": 4630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 0, + "pos": { + "x": -13300, + "y": 11686, + "z": 9560 + }, + "rot": { + "x": 0, + "y": 157000, + "z": 0 + }, + "propId": 301005 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -6039, + "y": 19995, + "z": 25357 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": -8950, + "y": 20013, + "z": 29202 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101003 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 1, + "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": 0, + "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 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": -31938, + "y": 20038, + "z": 33311 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": -9400, + "y": 20044, + "z": 34870 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 0, + "pos": { + "x": -23250, + "y": 22759, + "z": 61142 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 0, + "pos": { + "x": 4177, + "y": 23000, + "z": 60564 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 0, + "pos": { + "x": -38910, + "y": 20201, + "z": 46280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 0, + "pos": { + "x": -21760, + "y": 12019, + "z": -4040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300009, + "propState": 0, + "pos": { + "x": -50100, + "y": 12241, + "z": -2670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300010, + "propState": 0, + "pos": { + "x": -34457, + "y": 13988, + "z": 19700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300011, + "propState": 0, + "pos": { + "x": -81879, + "y": 14051, + "z": 31013 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300012, + "propState": 0, + "pos": { + "x": 53040, + "y": 15981, + "z": -3440 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300013, + "propState": 0, + "pos": { + "x": 64200, + "y": 12011, + "z": 25800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300014, + "propState": 0, + "pos": { + "x": 2410, + "y": 19980, + "z": -88180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300015, + "propState": 0, + "pos": { + "x": -20837, + "y": 16014, + "z": -87853 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 0, + "pos": { + "x": -8760, + "y": 20103, + "z": 2380 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 0, + "pos": { + "x": 28020, + "y": 12023, + "z": -4440 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 16, + "instId": 300016, + "propState": 0, + "pos": { + "x": 47320, + "y": 11967, + "z": 25130 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 16, + "instId": 300017, + "propState": 0, + "pos": { + "x": -47503, + "y": 14041, + "z": 21000 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 16, + "instId": 300018, + "propState": 0, + "pos": { + "x": 3170, + "y": 19985, + "z": -69090 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": -79180, + "y": 12000, + "z": -23330 + }, + "rot": { + "x": 0, + "y": 11539, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1009": { + "anchorId": 1, + "groupId": 24, + "instId": 300001, + "pos": { + "x": -77205, + "y": 11985, + "z": -21605 + }, + "rot": { + "x": 0, + "y": 226577, + "z": 0 + } + } + } + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "46": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 0, + "pos": { + "x": -20550, + "y": 16018, + "z": -72750 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "47": { + "monsters": [ + { + "groupId": 47, + "instId": 200001, + "eventId": 20123232, + "pos": { + "x": 61550, + "y": 11962, + "z": 30780 + }, + "rot": { + "x": 0, + "y": 245000, + "z": 0 + }, + "monsterId": 1023010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 0, + "pos": { + "x": 65080, + "y": 11962, + "z": 32430 + }, + "rot": { + "x": 0, + "y": 245000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "52": { + "monsters": [ + { + "groupId": 52, + "instId": 200001, + "eventId": 20123108, + "pos": { + "x": -12810, + "y": 16040, + "z": -99690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 71, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 58390, + "y": 15961, + "z": -7510 + }, + "rot": { + "x": 0, + "y": 286345, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 0, + "pos": { + "x": 61120, + "y": 15950, + "z": -11530 + }, + "rot": { + "x": 0, + "y": 273345, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "77": { + "monsters": [ + { + "groupId": 77, + "instId": 200001, + "eventId": 20123234, + "pos": { + "x": -70988, + "y": 13992, + "z": 19271 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1013010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 0, + "pos": { + "x": -76320, + "y": 13998, + "z": 18030 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 201 + } + }, + "2013101": { + "P20131_F20131001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2013101": { + "anchorId": 1, + "groupId": 2, + "instId": 300006, + "pos": { + "x": 116730, + "y": 2007, + "z": -93330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2013102": { + "anchorId": 3, + "groupId": 2, + "instId": 300003, + "pos": { + "x": 4515, + "y": -985, + "z": -233388 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + } + }, + "2013103": { + "anchorId": 4, + "groupId": 2, + "instId": 300004, + "pos": { + "x": -57602, + "y": -111, + "z": -94000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300016, + "propState": 0, + "pos": { + "x": 6770, + "y": -980, + "z": -165390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 0, + "pos": { + "x": 98100, + "y": 2007, + "z": -103460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 0, + "pos": { + "x": -37980, + "y": -3000, + "z": -87320 + }, + "rot": { + "x": 0, + "y": 100000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47790, + "y": 2000, + "z": -91090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 34680, + "y": -3000, + "z": -110270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300013, + "propState": 0, + "pos": { + "x": 24840, + "y": -3000, + "z": -71020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300014, + "propState": 0, + "pos": { + "x": 3242, + "y": -3000, + "z": -126930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "pos": { + "x": -17330, + "y": 1007, + "z": -174174 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 0, + "pos": { + "x": 17400, + "y": 1007, + "z": -196670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300017, + "propState": 0, + "pos": { + "x": 3860, + "y": 1010, + "z": -186270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300018, + "propState": 0, + "pos": { + "x": -1020, + "y": -985, + "z": -211416 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 0, + "pos": { + "x": -1190, + "y": -985, + "z": -230432 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 0, + "pos": { + "x": -30900, + "y": -985, + "z": -193500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 0, + "pos": { + "x": -91000, + "y": -985, + "z": -172540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300015, + "propState": 0, + "pos": { + "x": -26850, + "y": -3000, + "z": -109450 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300019, + "propState": 0, + "pos": { + "x": -99080, + "y": -2114, + "z": -90610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 0, + "pos": { + "x": -136493, + "y": -2120, + "z": -106560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 0, + "pos": { + "x": -73045, + "y": -111, + "z": -61677 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 0, + "pos": { + "x": -78100, + "y": -111, + "z": -62440 + }, + "rot": { + "x": 0, + "y": 100000, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -27840, + "y": -3000, + "z": -101040 + }, + "rot": { + "x": 0, + "y": 251700, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4660, + "y": -3000, + "z": -64972 + }, + "rot": { + "x": 0, + "y": 71163, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 0, + "pos": { + "x": 220, + "y": 1010, + "z": -182630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 6, + "instId": 300026, + "propState": 0, + "pos": { + "x": 2770, + "y": 1010, + "z": -181438 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101003 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 0, + "pos": { + "x": -47490, + "y": -980, + "z": -180110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -117480, + "y": -2110, + "z": -94100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [ + { + "groupId": 13, + "instId": 400001, + "pos": { + "x": 109420, + "y": 2007, + "z": -95340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400002, + "pos": { + "x": 109360, + "y": 2010, + "z": -91870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400003, + "pos": { + "x": 101430, + "y": 2010, + "z": -86970 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400004, + "pos": { + "x": 102840, + "y": 2010, + "z": -85800 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400005, + "pos": { + "x": 92900, + "y": 2000, + "z": -96800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2108 + }, + { + "groupId": 13, + "instId": 400006, + "pos": { + "x": 90410, + "y": 2010, + "z": -100400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400007, + "pos": { + "x": 92980, + "y": 2010, + "z": -99410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400008, + "pos": { + "x": 95890, + "y": 2010, + "z": -100380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400009, + "pos": { + "x": 60960, + "y": 2023, + "z": -90720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400010, + "pos": { + "x": 35085, + "y": 2000, + "z": -99544 + }, + "rot": { + "x": 0, + "y": 202500, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400011, + "pos": { + "x": 27420, + "y": -3000, + "z": -70450 + }, + "rot": { + "x": 0, + "y": 75650, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400012, + "pos": { + "x": 29320, + "y": -3000, + "z": -69980 + }, + "rot": { + "x": 0, + "y": 264120, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400014, + "pos": { + "x": 3930, + "y": -3000, + "z": -130600 + }, + "rot": { + "x": 0, + "y": 349470, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400015, + "pos": { + "x": -4710, + "y": -3000, + "z": -126600 + }, + "rot": { + "x": 0, + "y": 327007, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400016, + "pos": { + "x": -3840, + "y": -3000, + "z": -122720 + }, + "rot": { + "x": 0, + "y": 254232, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400017, + "pos": { + "x": 4200, + "y": 1010, + "z": -180480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400018, + "pos": { + "x": -5932, + "y": 1010, + "z": -181640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400013, + "pos": { + "x": 22410, + "y": -3000, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400020, + "pos": { + "x": 35090, + "y": 1010, + "z": -168540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400021, + "pos": { + "x": -6680, + "y": -3000, + "z": -123960 + }, + "rot": { + "x": 0, + "y": 98128, + "z": 0 + }, + "npcId": 2107 + }, + { + "groupId": 13, + "instId": 400022, + "pos": { + "x": -13650, + "y": -980, + "z": -207930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400023, + "pos": { + "x": 14640, + "y": -980, + "z": -163050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400025, + "pos": { + "x": -5690, + "y": -980, + "z": -234700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400026, + "pos": { + "x": -5820, + "y": -980, + "z": -232210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400027, + "pos": { + "x": -5610, + "y": -980, + "z": -237140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400024, + "pos": { + "x": -24409, + "y": -985, + "z": -203212 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400028, + "pos": { + "x": -21080, + "y": -985, + "z": -202970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400029, + "pos": { + "x": 24560, + "y": 1007, + "z": -181890 + }, + "rot": { + "x": 0, + "y": 335153, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400030, + "pos": { + "x": 23950, + "y": 1007, + "z": -180720 + }, + "rot": { + "x": 0, + "y": 141923, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400031, + "pos": { + "x": 11913, + "y": -985, + "z": -218050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400032, + "pos": { + "x": 11934, + "y": -985, + "z": -219375 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400033, + "pos": { + "x": -13990, + "y": -982, + "z": -163590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + } + ], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": 102180, + "y": 2007, + "z": -86360 + }, + "rot": { + "x": 0, + "y": 77500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": 28360, + "y": -3000, + "z": -70230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": 12250, + "y": -985, + "z": -218720 + }, + "rot": { + "x": 0, + "y": 251700, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": -23300, + "y": -980, + "z": -202930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 0, + "pos": { + "x": 93120, + "y": 2007, + "z": -98520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": -131320, + "y": -2120, + "z": -94150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 0, + "pos": { + "x": -141110, + "y": -2120, + "z": -93676 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [ + { + "groupId": 21, + "instId": 400001, + "pos": { + "x": 109420, + "y": 2007, + "z": -95340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400002, + "pos": { + "x": 109360, + "y": 2010, + "z": -91870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400003, + "pos": { + "x": 101430, + "y": 2010, + "z": -86970 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400004, + "pos": { + "x": 102840, + "y": 2010, + "z": -85800 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400005, + "pos": { + "x": 92900, + "y": 2000, + "z": -96800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2108 + }, + { + "groupId": 21, + "instId": 400006, + "pos": { + "x": 90410, + "y": 2010, + "z": -100400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400007, + "pos": { + "x": 92980, + "y": 2010, + "z": -99410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400008, + "pos": { + "x": 95890, + "y": 2010, + "z": -100380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400009, + "pos": { + "x": 60960, + "y": 2023, + "z": -90720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400010, + "pos": { + "x": 35085, + "y": 2000, + "z": -99544 + }, + "rot": { + "x": 0, + "y": 202500, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400011, + "pos": { + "x": 27420, + "y": -3000, + "z": -70450 + }, + "rot": { + "x": 0, + "y": 75650, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400012, + "pos": { + "x": 29320, + "y": -3000, + "z": -69980 + }, + "rot": { + "x": 0, + "y": 264120, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400014, + "pos": { + "x": 3930, + "y": -3000, + "z": -130600 + }, + "rot": { + "x": 0, + "y": 349470, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400015, + "pos": { + "x": -4180, + "y": -3000, + "z": -126750 + }, + "rot": { + "x": 0, + "y": 327007, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400016, + "pos": { + "x": -3340, + "y": -3000, + "z": -122050 + }, + "rot": { + "x": 0, + "y": 232680, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400017, + "pos": { + "x": 4200, + "y": 1010, + "z": -180480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400018, + "pos": { + "x": -5932, + "y": 1010, + "z": -181640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400013, + "pos": { + "x": 22410, + "y": -3000, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400020, + "pos": { + "x": 35090, + "y": 1010, + "z": -168540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400021, + "pos": { + "x": -6680, + "y": -3000, + "z": -123960 + }, + "rot": { + "x": 0, + "y": 98128, + "z": 0 + }, + "npcId": 2107 + }, + { + "groupId": 21, + "instId": 400022, + "pos": { + "x": -13650, + "y": -980, + "z": -207930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400023, + "pos": { + "x": 14640, + "y": -980, + "z": -163050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400025, + "pos": { + "x": -5690, + "y": -980, + "z": -234700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400026, + "pos": { + "x": -5820, + "y": -980, + "z": -232210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400027, + "pos": { + "x": -5610, + "y": -980, + "z": -237140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400024, + "pos": { + "x": -24409, + "y": -985, + "z": -203212 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400028, + "pos": { + "x": -21080, + "y": -985, + "z": -202970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400029, + "pos": { + "x": 24560, + "y": 1007, + "z": -181890 + }, + "rot": { + "x": 0, + "y": 335153, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400030, + "pos": { + "x": 23950, + "y": 1007, + "z": -180720 + }, + "rot": { + "x": 0, + "y": 141923, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400031, + "pos": { + "x": 11913, + "y": -985, + "z": -218050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400032, + "pos": { + "x": 11934, + "y": -985, + "z": -219375 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400033, + "pos": { + "x": -13990, + "y": -982, + "z": -163590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400019, + "pos": { + "x": -3090, + "y": -980, + "z": -236640 + }, + "rot": { + "x": 0, + "y": 69820, + "z": 0 + }, + "npcId": 2108 + }, + { + "groupId": 21, + "instId": 400036, + "pos": { + "x": 8820, + "y": -980, + "z": -227260 + }, + "rot": { + "x": 0, + "y": 205790, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400037, + "pos": { + "x": 113570, + "y": 2010, + "z": -93560 + }, + "rot": { + "x": 0, + "y": 82679, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400038, + "pos": { + "x": -55310, + "y": -110, + "z": -92450 + }, + "rot": { + "x": 0, + "y": 110200, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400034, + "pos": { + "x": 24010, + "y": 1010, + "z": -179030 + }, + "rot": { + "x": 0, + "y": 295670, + "z": 0 + }, + "npcId": 2108 + }, + { + "groupId": 21, + "instId": 400035, + "pos": { + "x": 24980, + "y": 1010, + "z": -175800 + }, + "rot": { + "x": 0, + "y": 271280, + "z": 0 + }, + "npcId": 2101 + } + ], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": 28500, + "y": -3000, + "z": -87030 + }, + "rot": { + "x": 0, + "y": 77500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 0, + "pos": { + "x": 2770, + "y": 1010, + "z": -181438 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 0, + "pos": { + "x": -28770, + "y": -3000, + "z": -101320 + }, + "rot": { + "x": 0, + "y": 251700, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 0, + "pos": { + "x": -23300, + "y": -980, + "z": -202930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 0, + "pos": { + "x": -5930, + "y": 80, + "z": -236615 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 0, + "pos": { + "x": 24070, + "y": 1960, + "z": -179100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 0, + "pos": { + "x": 92810, + "y": 2689, + "z": -96770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 0, + "pos": { + "x": 61191, + "y": 2023, + "z": -90952 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300009, + "propState": 0, + "pos": { + "x": 61191, + "y": 2023, + "z": -90952 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300010, + "propState": 0, + "pos": { + "x": 61191, + "y": 2023, + "z": -90952 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300011, + "propState": 0, + "pos": { + "x": 61191, + "y": 2023, + "z": -90952 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "31": { + "monsters": [ + { + "groupId": 31, + "instId": 200001, + "eventId": 20131105, + "pos": { + "x": -21650, + "y": -980, + "z": -196250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 0, + "pos": { + "x": 16901, + "y": 20, + "z": -206018 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 14655, + "y": -984, + "z": -205733 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -45589, + "y": -985, + "z": -186805 + }, + "rot": { + "x": 0, + "y": 293330, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 69, + "instId": 300001, + "propState": 0, + "pos": { + "x": 34000, + "y": 2350, + "z": -88003 + }, + "rot": { + "x": 0, + "y": 319930, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 36341, + "y": 2010, + "z": -86732 + }, + "rot": { + "x": 0, + "y": 319930, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 95274, + "y": 1893, + "z": -90833 + }, + "rot": { + "x": 0, + "y": 131797, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -120910, + "y": -940, + "z": -165830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -119070, + "y": -940, + "z": -165830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "92": { + "monsters": [ + { + "groupId": 92, + "instId": 200001, + "eventId": 101204, + "pos": { + "x": -75700, + "y": -960, + "z": -53490 + }, + "rot": { + "x": 0, + "y": 145000, + "z": 0 + }, + "monsterId": 8003021 + } + ], + "npcs": [], + "props": [ + { + "groupId": 92, + "instId": 300001, + "propState": 8, + "pos": { + "x": -75700, + "y": 870, + "z": -53490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 701 + } + ], + "teleports": { + "1104": { + "anchorId": 1, + "groupId": 92, + "instId": 300001, + "pos": { + "x": -75714, + "y": -126, + "z": -59865 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 8, + "pos": { + "x": 113230, + "y": 2010, + "z": -103890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 901 + } + ], + "teleports": { + "1202": { + "anchorId": 1, + "groupId": 96, + "instId": 300001, + "pos": { + "x": 113236, + "y": 2010, + "z": -102112 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "98": { + "monsters": [], + "npcs": [ + { + "groupId": 98, + "instId": 400001, + "pos": { + "x": -3910, + "y": -985, + "z": -229150 + }, + "rot": { + "x": 0, + "y": 143350, + "z": 0 + }, + "npcId": 2104 + } + ], + "props": [ + { + "groupId": 98, + "instId": 300002, + "propState": 0, + "pos": { + "x": -113805, + "y": -89, + "z": -66672 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 201 + } + }, + "2013201": { + "P20132_F20132001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": 101270, + "y": 5450, + "z": 78880 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 115 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 0, + "pos": { + "x": 101270, + "y": 1170, + "z": 78880 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 0, + "pos": { + "x": -79432, + "y": -2588, + "z": -55740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5774, + "y": 5893, + "z": 260958 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + } + ], + "teleports": { + "2013201": { + "anchorId": 1, + "groupId": 1, + "instId": 300007, + "pos": { + "x": 5600, + "y": 3900, + "z": 256200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2013202": { + "anchorId": 2, + "groupId": 1, + "instId": 300008, + "pos": { + "x": 58130, + "y": 1942, + "z": 91685 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2013203": { + "anchorId": 3, + "groupId": 1, + "instId": 300009, + "pos": { + "x": 38997, + "y": 3942, + "z": 198380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2013204": { + "anchorId": 4, + "groupId": 1, + "instId": 300010, + "pos": { + "x": 113893, + "y": -5030, + "z": 316140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 109772, + "y": -5028, + "z": 318110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 5410, + "y": 0, + "z": 68460 + }, + "rot": { + "x": 0, + "y": 225620, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 0, + "pos": { + "x": 6013, + "y": -58, + "z": 65581 + }, + "rot": { + "x": 0, + "y": 280550, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": 80880, + "y": -5026, + "z": 291460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 0, + "pos": { + "x": 83660, + "y": -5026, + "z": 284900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 3, + "instId": 300010, + "propState": 0, + "pos": { + "x": 120824, + "y": -4968, + "z": 329588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 3, + "instId": 300011, + "propState": 0, + "pos": { + "x": 118130, + "y": -5031, + "z": 335530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 3, + "instId": 300012, + "propState": 0, + "pos": { + "x": 32930, + "y": -2833, + "z": 302940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 3, + "instId": 300013, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 38610, + "y": 3942, + "z": 220040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": 38610, + "y": 3942, + "z": 217040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 0, + "pos": { + "x": 38610, + "y": 3942, + "z": 214040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -30869, + "y": -58, + "z": 86224 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 0, + "pos": { + "x": -40200, + "y": 1942, + "z": 107420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 0, + "pos": { + "x": 13860, + "y": 1942, + "z": 103060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": 20871, + "y": 1942, + "z": 86649 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300013, + "propState": 0, + "pos": { + "x": 29960, + "y": 3940, + "z": 119400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300014, + "propState": 0, + "pos": { + "x": 29558, + "y": 3965, + "z": 147046 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 0, + "pos": { + "x": 24702, + "y": 3942, + "z": 169492 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300019, + "propState": 0, + "pos": { + "x": 24890, + "y": 3942, + "z": 177730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 0, + "pos": { + "x": 53955, + "y": 942, + "z": 257790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300016, + "propState": 0, + "pos": { + "x": 75910, + "y": -5026, + "z": 286310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 0, + "pos": { + "x": 89480, + "y": -5026, + "z": 270670 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300015, + "propState": 0, + "pos": { + "x": 57040, + "y": 3944, + "z": 263780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 0, + "pos": { + "x": 30680, + "y": -2891, + "z": 301520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 0, + "pos": { + "x": 84973, + "y": -5017, + "z": 357290 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300017, + "propState": 0, + "pos": { + "x": 117444, + "y": -5026, + "z": 318460 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300018, + "propState": 0, + "pos": { + "x": 123907, + "y": -5031, + "z": 349750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": 62460, + "y": 1942, + "z": 95363 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 0, + "pos": { + "x": 45880, + "y": 942, + "z": 268670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 0, + "pos": { + "x": 113940, + "y": -2022, + "z": 361280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 7, + "instId": 300020, + "propState": 0, + "pos": { + "x": -4630, + "y": -58, + "z": 65880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 7, + "instId": 300021, + "propState": 0, + "pos": { + "x": -31460, + "y": 1942, + "z": 107430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + }, + "9": { + "monsters": [ + { + "groupId": 9, + "instId": 200003, + "eventId": 20132112, + "pos": { + "x": 33570, + "y": 2097, + "z": 93370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 79195, + "y": -5009, + "z": 367523 + }, + "rot": { + "x": 0, + "y": 50283, + "z": 0 + }, + "propId": 901 + } + ], + "teleports": { + "1203": { + "anchorId": 1, + "groupId": 10, + "instId": 300001, + "pos": { + "x": 80302, + "y": -5009, + "z": 366157 + }, + "rot": { + "x": 0, + "y": 320237, + "z": 0 + } + } + } + }, + "13": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "15": { + "monsters": [ + { + "groupId": 15, + "instId": 200001, + "eventId": 20132113, + "pos": { + "x": -21150, + "y": 3, + "z": 67790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": 101270, + "y": 2800, + "z": 78880 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": { + "2013205": { + "anchorId": 5, + "groupId": 16, + "instId": 300002, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "23": { + "monsters": [ + { + "groupId": 23, + "instId": 200001, + "eventId": 101203, + "pos": { + "x": 43750, + "y": 942, + "z": 256770 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8003031 + } + ], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": 43750, + "y": 1942, + "z": 256770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1103": { + "anchorId": 1, + "groupId": 23, + "instId": 300001, + "pos": { + "x": 37337, + "y": 942, + "z": 256770 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "41": { + "monsters": [ + { + "groupId": 41, + "instId": 200001, + "eventId": 20132232, + "pos": { + "x": -39950, + "y": 1942, + "z": 105100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8003030 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 0, + "pos": { + "x": -46150, + "y": 1942, + "z": 105100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "42": { + "monsters": [ + { + "groupId": 42, + "instId": 200001, + "eventId": 20132233, + "pos": { + "x": 3100, + "y": -58, + "z": 57060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1023020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 0, + "pos": { + "x": 3100, + "y": -58, + "z": 53050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "46": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 57, + "instId": 300001, + "propState": 0, + "pos": { + "x": -31131, + "y": 406, + "z": 74797 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 0, + "pos": { + "x": 30817, + "y": 3940, + "z": 117725 + }, + "rot": { + "x": 0, + "y": 347579, + "z": 0 + }, + "propId": 301010 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -30303, + "y": -60, + "z": 75924 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 30817, + "y": 3940, + "z": 117725 + }, + "rot": { + "x": 0, + "y": 347579, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": 111355, + "y": -1269, + "z": 374135 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 112336, + "y": -2021, + "z": 372120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 78692, + "y": -4815, + "z": 295336 + }, + "rot": { + "x": 0, + "y": 27405, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 65, + "instId": 300003, + "propState": 0, + "pos": { + "x": 115273, + "y": -5034, + "z": 309935 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 3001 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300005, + "propState": 12, + "pos": { + "x": 73410, + "y": 974, + "z": 263350 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 60101 + } + ], + "teleports": {} + }, + "77": { + "monsters": [ + { + "groupId": 77, + "instId": 200001, + "eventId": 20132234, + "pos": { + "x": 63940, + "y": 3944, + "z": 255120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1023010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 0, + "pos": { + "x": 67460, + "y": 3944, + "z": 256390 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "79": { + "monsters": [ + { + "groupId": 79, + "instId": 200001, + "eventId": 101206, + "pos": { + "x": 86590, + "y": 1907, + "z": 92318 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1023021 + } + ], + "npcs": [], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": 86590, + "y": 2907, + "z": 92318 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 703 + } + ], + "teleports": { + "1106": { + "anchorId": 1, + "groupId": 79, + "instId": 300001, + "pos": { + "x": 79490, + "y": 1907, + "z": 90270 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + } + } + } + }, + "89": { + "monsters": [], + "npcs": [ + { + "groupId": 89, + "instId": 400002, + "pos": { + "x": 94759, + "y": 1907, + "z": 81358 + }, + "rot": { + "x": 0, + "y": 348180, + "z": 0 + }, + "npcId": 2101 + } + ], + "props": [ + { + "groupId": 89, + "instId": 300001, + "propState": 8, + "pos": { + "x": 101270, + "y": 2800, + "z": 78880 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": { + "2344": { + "anchorId": 5, + "groupId": 89, + "instId": 300001, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 201 + } + }, + "2013301": { + "P20133_F20133001": { + "scenes": { + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": -32720, + "y": 15610, + "z": 24170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 20, + "instId": 300002, + "pos": { + "x": -28190, + "y": 15730, + "z": 25860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "2013302": { + "P20133_F20133001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "2013401": { + "P20134_F20134001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2013401": { + "anchorId": 1, + "groupId": 2, + "instId": 300001, + "pos": { + "x": -149280, + "y": -6772, + "z": -52730 + }, + "rot": { + "x": 0, + "y": 83100, + "z": 0 + } + }, + "2013402": { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": -27280, + "y": 20490, + "z": 10670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -26127, + "y": 20497, + "z": -27302 + }, + "rot": { + "x": 0, + "y": 216070, + "z": 0 + }, + "propId": 113 + } + ], + "teleports": { + "1302": { + "anchorId": 1, + "groupId": 5, + "instId": 300001, + "pos": { + "x": -28241, + "y": 20487, + "z": -25751 + }, + "rot": { + "x": 0, + "y": 125600, + "z": 0 + } + } + } + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -89747, + "y": 11970, + "z": -16899 + }, + "rot": { + "x": 0, + "y": 188533, + "z": 0 + }, + "propId": 901 + } + ], + "teleports": { + "1204": { + "anchorId": 1, + "groupId": 6, + "instId": 300001, + "pos": { + "x": -91270, + "y": 11475, + "z": -16670 + }, + "rot": { + "x": 0, + "y": 98533, + "z": 0 + } + } + } + }, + "7": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "12": { + "monsters": [ + { + "groupId": 12, + "instId": 200001, + "eventId": 20134107, + "pos": { + "x": -87237, + "y": 11135, + "z": 10740 + }, + "rot": { + "x": 0, + "y": 315600, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "13": { + "monsters": [ + { + "groupId": 13, + "instId": 200001, + "eventId": 20134231, + "pos": { + "x": -22260, + "y": 16400, + "z": 34410 + }, + "rot": { + "x": 0, + "y": 227980, + "z": 0 + }, + "monsterId": 8003040 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": -18390, + "y": 17326, + "z": 37900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300003, + "propState": 0, + "pos": { + "x": -156740, + "y": -8550, + "z": -52870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3001 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": -133230, + "y": -3101, + "z": -49627 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": -43110, + "y": 13858, + "z": 41190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 0, + "pos": { + "x": -66660, + "y": 15707, + "z": -12980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 20, + "pos": { + "x": -22020, + "y": 20520, + "z": -4960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60103 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 18, + "pos": { + "x": -19595, + "y": 21232, + "z": 12288 + }, + "rot": { + "x": 0, + "y": 33797, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 201 + } + }, + "2013402": { + "P20134_F20134001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2013401": { + "anchorId": 1, + "groupId": 2, + "instId": 300001, + "pos": { + "x": -149280, + "y": -6772, + "z": -52730 + }, + "rot": { + "x": 0, + "y": 83100, + "z": 0 + } + }, + "2013402": { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": -27280, + "y": 20490, + "z": 10670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -26127, + "y": 20497, + "z": -27302 + }, + "rot": { + "x": 0, + "y": 216070, + "z": 0 + }, + "propId": 113 + } + ], + "teleports": { + "1302": { + "anchorId": 1, + "groupId": 5, + "instId": 300001, + "pos": { + "x": -28241, + "y": 20487, + "z": -25751 + }, + "rot": { + "x": 0, + "y": 125600, + "z": 0 + } + } + } + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 8, + "pos": { + "x": -89747, + "y": 11970, + "z": -16899 + }, + "rot": { + "x": 0, + "y": 188533, + "z": 0 + }, + "propId": 901 + } + ], + "teleports": { + "1204": { + "anchorId": 1, + "groupId": 6, + "instId": 300001, + "pos": { + "x": -91270, + "y": 11475, + "z": -16670 + }, + "rot": { + "x": 0, + "y": 98533, + "z": 0 + } + } + } + }, + "7": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "12": { + "monsters": [ + { + "groupId": 12, + "instId": 200001, + "eventId": 20134107, + "pos": { + "x": -87237, + "y": 11135, + "z": 10740 + }, + "rot": { + "x": 0, + "y": 315600, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "13": { + "monsters": [ + { + "groupId": 13, + "instId": 200001, + "eventId": 20134231, + "pos": { + "x": -22260, + "y": 16400, + "z": 34410 + }, + "rot": { + "x": 0, + "y": 227980, + "z": 0 + }, + "monsterId": 8003040 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": -18390, + "y": 17326, + "z": 37900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300003, + "propState": 0, + "pos": { + "x": -156740, + "y": -8550, + "z": -52870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3001 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": -133230, + "y": -3101, + "z": -49627 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": -43110, + "y": 13858, + "z": 41190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 0, + "pos": { + "x": -66660, + "y": 15707, + "z": -12980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 20, + "pos": { + "x": -22020, + "y": 20520, + "z": -4960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60103 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 18, + "pos": { + "x": -19595, + "y": 21232, + "z": 12288 + }, + "rot": { + "x": 0, + "y": 33797, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 2, + "worldId": 201, + "startAnchorId": 1, + "startGroupId": 21 + } + }, + "2013501": { + "P20135_F20135001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": { + "2013501": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -52104, + "y": 3905, + "z": 52885 + }, + "rot": { + "x": 0, + "y": 112973, + "z": 0 + } + }, + "2013502": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 62355, + "y": 2941, + "z": -18195 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 201 + } + }, + "2013601": { + "P20136_F20136001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 21, + "y": 10838, + "z": 46658 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + } + ], + "teleports": { + "2013601": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -3368, + "y": 10777, + "z": 46081 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -17339, + "y": 5433, + "z": 82368 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 0, + "pos": { + "x": -9519, + "y": -24805, + "z": 86300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 0, + "pos": { + "x": -14760, + "y": -25370, + "z": 88992 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301005 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 8, + "pos": { + "x": -15554, + "y": 11646, + "z": 58659 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101070 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 0, + "pos": { + "x": -4483, + "y": -24854, + "z": 98271 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 0, + "pos": { + "x": -4483, + "y": -24854, + "z": 118510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 0, + "pos": { + "x": -53560, + "y": -16880, + "z": 213350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 0, + "pos": { + "x": 45640, + "y": -16068, + "z": 207890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 0, + "pos": { + "x": 2890, + "y": 1430, + "z": -7790 + }, + "rot": { + "x": 0, + "y": 348642, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 0, + "pos": { + "x": 2890, + "y": 1430, + "z": -7790 + }, + "rot": { + "x": 0, + "y": 348642, + "z": 0 + }, + "propId": 115 + } + ], + "teleports": { + "2347": { + "anchorId": 3, + "groupId": 4, + "instId": 300006, + "pos": { + "x": -12378, + "y": 10796, + "z": 58607 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300005, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300007, + "propState": 0, + "pos": { + "x": -4579, + "y": -24854, + "z": 102690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300008, + "propState": 0, + "pos": { + "x": -4285, + "y": -24854, + "z": 113370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300009, + "propState": 0, + "pos": { + "x": -4290, + "y": -24854, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300010, + "propState": 0, + "pos": { + "x": -4299, + "y": -23888, + "z": 168320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300011, + "propState": 0, + "pos": { + "x": -4290, + "y": -23861, + "z": 154010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 18, + "pos": { + "x": 13730, + "y": 6581, + "z": 74279 + }, + "rot": { + "x": 0, + "y": 332958, + "z": 0 + }, + "propId": 101029 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 201 + } + }, + "2013603": { + "P20136_F20136001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 21, + "y": 10838, + "z": 46658 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + } + ], + "teleports": { + "2013601": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -3368, + "y": 10777, + "z": 46081 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -17339, + "y": 5433, + "z": 82368 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 0, + "pos": { + "x": -9519, + "y": -24805, + "z": 86300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 0, + "pos": { + "x": -14760, + "y": -25370, + "z": 88992 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301005 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 8, + "pos": { + "x": -15554, + "y": 11646, + "z": 58659 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101070 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 0, + "pos": { + "x": -4483, + "y": -24854, + "z": 98271 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 0, + "pos": { + "x": -4483, + "y": -24854, + "z": 118510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 0, + "pos": { + "x": -53560, + "y": -16880, + "z": 213350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 0, + "pos": { + "x": 45640, + "y": -16068, + "z": 207890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 0, + "pos": { + "x": 2890, + "y": 1430, + "z": -7790 + }, + "rot": { + "x": 0, + "y": 348642, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 0, + "pos": { + "x": 2890, + "y": 1430, + "z": -7790 + }, + "rot": { + "x": 0, + "y": 348642, + "z": 0 + }, + "propId": 115 + } + ], + "teleports": { + "2347": { + "anchorId": 3, + "groupId": 4, + "instId": 300006, + "pos": { + "x": -12378, + "y": 10796, + "z": 58607 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300005, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300007, + "propState": 0, + "pos": { + "x": -4579, + "y": -24854, + "z": 102690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300008, + "propState": 0, + "pos": { + "x": -4285, + "y": -24854, + "z": 113370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300009, + "propState": 0, + "pos": { + "x": -4290, + "y": -24854, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300010, + "propState": 0, + "pos": { + "x": -4299, + "y": -23888, + "z": 168320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300011, + "propState": 0, + "pos": { + "x": -4290, + "y": -23861, + "z": 154010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 18, + "pos": { + "x": 13730, + "y": 6581, + "z": 74279 + }, + "rot": { + "x": 0, + "y": 332958, + "z": 0 + }, + "propId": 101029 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 201, + "startAnchorId": 3, + "startGroupId": 1 + } + }, + "2021101": { + "P20211_F20211001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2021101": { + "anchorId": 1, + "groupId": 1, + "instId": 300001, + "pos": { + "x": 39120, + "y": 9101, + "z": 164090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2021102": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 1950, + "y": -1300, + "z": 1580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2021103": { + "anchorId": 2, + "groupId": 1, + "instId": 300006, + "pos": { + "x": 9710, + "y": 8520, + "z": -108870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2021104": { + "anchorId": 4, + "groupId": 1, + "instId": 300004, + "pos": { + "x": -8360, + "y": 2171, + "z": 58200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": -73440, + "y": 821, + "z": 75969 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": -47610, + "y": 5562, + "z": -115486 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 0, + "pos": { + "x": 43180, + "y": 9101, + "z": 136270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 0, + "pos": { + "x": 1420, + "y": 9101, + "z": 113920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 0, + "pos": { + "x": 8689, + "y": 9101, + "z": 89554 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 0, + "pos": { + "x": -48220, + "y": 2171, + "z": 39410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 3, + "instId": 300010, + "propState": 0, + "pos": { + "x": 29610, + "y": 2246, + "z": 76459 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 3, + "instId": 300011, + "propState": 0, + "pos": { + "x": 42010, + "y": 172, + "z": 113797 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300012, + "propState": 0, + "pos": { + "x": 103653, + "y": 2231, + "z": 98255 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 3, + "instId": 300013, + "propState": 0, + "pos": { + "x": 72702, + "y": 2231, + "z": 69019 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300014, + "propState": 0, + "pos": { + "x": 40280, + "y": -2916, + "z": 59260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300015, + "propState": 0, + "pos": { + "x": 21560, + "y": -1264, + "z": -23480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 3, + "instId": 300016, + "propState": 0, + "pos": { + "x": 33802, + "y": -1074, + "z": 14490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300017, + "propState": 0, + "pos": { + "x": -16730, + "y": -1147, + "z": -23440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300018, + "propState": 0, + "pos": { + "x": -15615, + "y": 5240, + "z": -78728 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300019, + "propState": 0, + "pos": { + "x": -48810, + "y": 7010, + "z": -67400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300020, + "propState": 0, + "pos": { + "x": -11373, + "y": 5562, + "z": -119000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 3, + "instId": 300021, + "propState": 0, + "pos": { + "x": 56415, + "y": 7006, + "z": -95464 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300022, + "propState": 0, + "pos": { + "x": 38240, + "y": 7006, + "z": -112678 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 3, + "instId": 300023, + "propState": 0, + "pos": { + "x": -13430, + "y": -1147, + "z": -1470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 3, + "instId": 300024, + "propState": 0, + "pos": { + "x": 43030, + "y": 7006, + "z": -112560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 3, + "instId": 300025, + "propState": 0, + "pos": { + "x": 84346, + "y": 2231, + "z": 67134 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 3, + "instId": 300026, + "propState": 0, + "pos": { + "x": 1880, + "y": 9101, + "z": 128800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 0, + "pos": { + "x": 1530, + "y": -1147, + "z": -40518 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 1, + "pos": { + "x": -7664, + "y": 5257, + "z": -56100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 0, + "pos": { + "x": -10357, + "y": 5240, + "z": -54820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 1, + "pos": { + "x": -19103, + "y": 5240, + "z": -74285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 0, + "pos": { + "x": -20770, + "y": 5240, + "z": -76194 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 0, + "pos": { + "x": 40420, + "y": 9101, + "z": 175980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "40": { + "monsters": [ + { + "groupId": 40, + "instId": 200001, + "eventId": 101208, + "pos": { + "x": 49500, + "y": 6980, + "z": -105260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8003012 + } + ], + "npcs": [], + "props": [ + { + "groupId": 40, + "instId": 300003, + "propState": 8, + "pos": { + "x": 49500, + "y": 8100, + "z": -105260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1108": { + "anchorId": 1, + "groupId": 40, + "instId": 300003, + "pos": { + "x": 43390, + "y": 7006, + "z": -105260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "41": { + "monsters": [ + { + "groupId": 41, + "instId": 200001, + "eventId": 20211231, + "pos": { + "x": 80364, + "y": 122, + "z": 119170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8003050 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 0, + "pos": { + "x": 80511, + "y": 122, + "z": 122180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "42": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 0, + "pos": { + "x": 49823, + "y": -2916, + "z": 49531 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "55": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2664, + "y": -1147, + "z": -45442 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 901 + } + ], + "teleports": { + "1205": { + "anchorId": 1, + "groupId": 56, + "instId": 300001, + "pos": { + "x": -2680, + "y": -1149, + "z": -43820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 57, + "instId": 300001, + "propState": 0, + "pos": { + "x": 3914, + "y": 2280, + "z": 73680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 0, + "pos": { + "x": 7864, + "y": 2280, + "z": 68864 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 0, + "pos": { + "x": 7864, + "y": 2280, + "z": 68864 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": -40, + "y": 10, + "z": 230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "pos": { + "x": -3940, + "y": -1120, + "z": -14530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 560, + "y": 55, + "z": -32 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 0, + "pos": { + "x": -1073, + "y": -1120, + "z": -850 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": 10769, + "y": -1120, + "z": -1030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300004, + "propState": 0, + "pos": { + "x": 1480, + "y": -168, + "z": 3340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 60, + "instId": 300001, + "propState": 0, + "pos": { + "x": 380, + "y": 0, + "z": -2920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 0, + "pos": { + "x": 26553, + "y": 586, + "z": -14286 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -43284, + "y": 5570, + "z": -110028 + }, + "rot": { + "x": 0, + "y": 148878, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 77, + "instId": 300011, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "103": { + "monsters": [ + { + "groupId": 103, + "instId": 200001, + "eventId": 20211110, + "pos": { + "x": 25220, + "y": 2246, + "z": 69190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "106": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "113": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 113, + "instId": 300001, + "propState": 0, + "pos": { + "x": 10252, + "y": 54358, + "z": -24455 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102034 + } + ], + "teleports": {} + }, + "120": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 120, + "instId": 300002, + "propState": 0, + "pos": { + "x": 75240, + "y": 2175, + "z": 66476 + }, + "rot": { + "x": 0, + "y": 320961, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 120, + "instId": 300011, + "propState": 0, + "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": 0, + "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 + } + ], + "teleports": {} + }, + "131": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 131, + "instId": 300001, + "propState": 0, + "pos": { + "x": 26373, + "y": -1176, + "z": 47856 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 131, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 26373, + "y": -1176, + "z": 47856 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "132": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 132, + "instId": 300001, + "propState": 0, + "pos": { + "x": -57115, + "y": 6751, + "z": -78485 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 132, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -57115, + "y": 6751, + "z": -78485 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "133": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 133, + "instId": 300001, + "propState": 0, + "pos": { + "x": 41488, + "y": -1074, + "z": 7075 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 133, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 41488, + "y": -1074, + "z": 7075 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "134": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 134, + "instId": 300001, + "propState": 0, + "pos": { + "x": 27898, + "y": -1327, + "z": 94601 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 134, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 27898, + "y": -1327, + "z": 94601 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "157": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 157, + "instId": 300002, + "propState": 0, + "pos": { + "x": 19310, + "y": 4877, + "z": -137004 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 157, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 19310, + "y": 4877, + "z": -137004 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 157, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 157, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 157, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "158": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 158, + "instId": 300002, + "propState": 0, + "pos": { + "x": 54280, + "y": -3005, + "z": -20650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 158, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 54280, + "y": -3005, + "z": -20650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 158, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 158, + "instId": 300001, + "propState": 0, + "pos": { + "x": 60243, + "y": -3679, + "z": -17203 + }, + "rot": { + "x": 0, + "y": 93452, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 158, + "instId": 300007, + "propState": 0, + "pos": { + "x": 60243, + "y": -3679, + "z": -15255 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 158, + "instId": 300008, + "propState": 0, + "pos": { + "x": 60243, + "y": -3679, + "z": -13674 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 158, + "instId": 300009, + "propState": 0, + "pos": { + "x": 60268, + "y": -4539, + "z": -15077 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 158, + "instId": 300010, + "propState": 0, + "pos": { + "x": 60268, + "y": -4539, + "z": 1953 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 158, + "instId": 300011, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 158, + "instId": 300012, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "184": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 184, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "186": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 186, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47718, + "y": -1332, + "z": 98260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102037 + } + ], + "teleports": {} + }, + "187": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 187, + "instId": 300006, + "propState": 1, + "pos": { + "x": 48680, + "y": -2830, + "z": 36987 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 187, + "instId": 300007, + "propState": 0, + "pos": { + "x": 49769, + "y": -2877, + "z": 34920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102000 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [ + { + "groupId": 194, + "instId": 400001, + "pos": { + "x": -45525, + "y": 2171, + "z": 59290 + }, + "rot": { + "x": 0, + "y": 79741, + "z": 0 + }, + "npcId": 12178 + } + ], + "props": [], + "teleports": {} + }, + "202": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "225": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 225, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 1000, + "z": 9046 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "234": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 234, + "instId": 300001, + "propState": 8, + "pos": { + "x": -28461, + "y": 3930, + "z": -64813 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 808 + } + ], + "teleports": { + "1011": { + "anchorId": 1, + "groupId": 234, + "instId": 300001, + "pos": { + "x": -28982, + "y": 3930, + "z": -65719 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 301 + } + }, + "2021201": { + "P20212_F20212001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2021201": { + "anchorId": 1, + "groupId": 1, + "instId": 300001, + "pos": { + "x": 133300, + "y": 8008, + "z": -1406 + }, + "rot": { + "x": 0, + "y": 204777, + "z": 0 + } + }, + "2021202": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 25210, + "y": -28866, + "z": -62030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2021203": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 79890, + "y": -31263, + "z": -118810 + }, + "rot": { + "x": 0, + "y": 58591, + "z": 0 + } + }, + "2021204": { + "anchorId": 4, + "groupId": 1, + "instId": 300004, + "pos": { + "x": 44930, + "y": -31154, + "z": -90240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 99100, + "y": 604, + "z": -39700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 0, + "pos": { + "x": 87881, + "y": -29462, + "z": -49525 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 0, + "pos": { + "x": 84020, + "y": -29462, + "z": -45340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 0, + "pos": { + "x": 88710, + "y": 5395, + "z": -20220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 35, + "instId": 300014, + "propState": 0, + "pos": { + "x": 146910, + "y": 2265, + "z": -16538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 35, + "instId": 300015, + "propState": 0, + "pos": { + "x": 95550, + "y": 604, + "z": -30030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 0, + "pos": { + "x": 37680, + "y": -31213, + "z": -47900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 0, + "pos": { + "x": 71090, + "y": -28426, + "z": -4180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 35, + "instId": 300016, + "propState": 0, + "pos": { + "x": 44179, + "y": -31213, + "z": -28460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 35, + "instId": 300011, + "propState": 0, + "pos": { + "x": 4940, + "y": -31213, + "z": -39550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 0, + "pos": { + "x": -13800, + "y": -35952, + "z": -86840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 35, + "instId": 300017, + "propState": 0, + "pos": { + "x": 22740, + "y": -31159, + "z": -73180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 35, + "instId": 300006, + "propState": 0, + "pos": { + "x": 52081, + "y": -34241, + "z": -102986 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 35, + "instId": 300007, + "propState": 0, + "pos": { + "x": 12047, + "y": -31159, + "z": -156758 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 35, + "instId": 300020, + "propState": 0, + "pos": { + "x": 39990, + "y": -28570, + "z": -147410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 35, + "instId": 300008, + "propState": 0, + "pos": { + "x": 64830, + "y": -31263, + "z": -147118 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 35, + "instId": 300018, + "propState": 0, + "pos": { + "x": 95882, + "y": -28131, + "z": -137010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 35, + "instId": 300009, + "propState": 0, + "pos": { + "x": 106140, + "y": -28121, + "z": -89130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 0, + "pos": { + "x": 22350, + "y": -27162, + "z": -51212 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 35, + "instId": 300019, + "propState": 0, + "pos": { + "x": -16065, + "y": -31213, + "z": -45760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 35, + "instId": 300021, + "propState": 0, + "pos": { + "x": 102800, + "y": -28131, + "z": -141330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 35, + "instId": 300022, + "propState": 0, + "pos": { + "x": 59970, + "y": -31263, + "z": -156370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 35, + "instId": 300024, + "propState": 0, + "pos": { + "x": 150670, + "y": 604, + "z": -51887 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 35, + "instId": 300010, + "propState": 0, + "pos": { + "x": 32140, + "y": -31213, + "z": -17784 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": 26627, + "y": -31055, + "z": -32837 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 901 + } + ], + "teleports": { + "1206": { + "anchorId": 1, + "groupId": 38, + "instId": 300001, + "pos": { + "x": 28320, + "y": -31222, + "z": -32820 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 43, + "instId": 300001, + "propState": 0, + "pos": { + "x": 33510, + "y": -31213, + "z": -20940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 0, + "pos": { + "x": -3510, + "y": -31213, + "z": -20559 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 43, + "instId": 300003, + "propState": 0, + "pos": { + "x": -3510, + "y": -31213, + "z": -20559 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 44, + "instId": 300001, + "propState": 0, + "pos": { + "x": 31632, + "y": -34241, + "z": -92465 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 0, + "pos": { + "x": 44860, + "y": -34241, + "z": -92465 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 0, + "pos": { + "x": 23890, + "y": -31159, + "z": -93340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300004, + "propState": 0, + "pos": { + "x": 30480, + "y": -34241, + "z": -73532 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300005, + "propState": 0, + "pos": { + "x": 43063, + "y": -31155, + "z": -94579 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300006, + "propState": 0, + "pos": { + "x": 37529, + "y": -34241, + "z": -73608 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 48, + "instId": 300001, + "propState": 0, + "pos": { + "x": -10134, + "y": -29512, + "z": -122860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 0, + "pos": { + "x": -14742, + "y": -31159, + "z": -130405 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 49, + "instId": 300001, + "propState": 0, + "pos": { + "x": 55248, + "y": -31263, + "z": -123943 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 0, + "pos": { + "x": 59080, + "y": -31263, + "z": -123576 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "51": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "62": { + "monsters": [ + { + "groupId": 62, + "instId": 200001, + "eventId": 101209, + "pos": { + "x": 102910, + "y": -28008, + "z": -152150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2023011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 62, + "instId": 300003, + "propState": 8, + "pos": { + "x": 102910, + "y": -27080, + "z": -152150 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1109": { + "anchorId": 1, + "groupId": 62, + "instId": 300003, + "pos": { + "x": 102640, + "y": -28137, + "z": -146220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "63": { + "monsters": [ + { + "groupId": 63, + "instId": 200001, + "eventId": 20212231, + "pos": { + "x": 118500, + "y": 694, + "z": -58230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 2023010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 63, + "instId": 300003, + "propState": 0, + "pos": { + "x": 114820, + "y": 604, + "z": -58200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "64": { + "monsters": [ + { + "groupId": 64, + "instId": 200001, + "eventId": 20212232, + "pos": { + "x": 48080, + "y": -31263, + "z": -143440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 0, + "pos": { + "x": 46060, + "y": -31263, + "z": -137780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "76": { + "monsters": [ + { + "groupId": 76, + "instId": 200001, + "eventId": 20212120, + "pos": { + "x": 74174, + "y": -34241, + "z": -86687 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 92, + "instId": 300001, + "propState": 1, + "pos": { + "x": 59120, + "y": -34241, + "z": -84424 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + } + ], + "teleports": {} + }, + "104": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 104, + "instId": 300002, + "propState": 0, + "pos": { + "x": 79380, + "y": -31327, + "z": -137350 + }, + "rot": { + "x": 0, + "y": 46571, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 104, + "instId": 300011, + "propState": 0, + "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": 0, + "pos": { + "x": 76445, + "y": 2231, + "z": 64167 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "105": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 105, + "instId": 300001, + "propState": 0, + "pos": { + "x": 39805, + "y": -27357, + "z": 28430 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 39805, + "y": -27357, + "z": 28430 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "106": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 106, + "instId": 300001, + "propState": 0, + "pos": { + "x": 60510, + "y": -29462, + "z": -43940 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 106, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 60510, + "y": -29462, + "z": -43940 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 106, + "instId": 300004, + "propState": 0, + "pos": { + "x": 60510, + "y": -29462, + "z": -43940 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 107, + "instId": 300001, + "propState": 0, + "pos": { + "x": -47550, + "y": -29517, + "z": -164006 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 107, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -47550, + "y": -29517, + "z": -164006 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "111": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 111, + "instId": 300003, + "propState": 0, + "pos": { + "x": -6588, + "y": -31213, + "z": -9892 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "113": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 113, + "instId": 300002, + "propState": 0, + "pos": { + "x": 138011, + "y": 8008, + "z": 5940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 113, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 138011, + "y": 8008, + "z": 5940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 113, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 113, + "instId": 300001, + "propState": 0, + "pos": { + "x": 148127, + "y": 6866, + "z": 11268 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 113, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 113, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "114": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 114, + "instId": 300002, + "propState": 0, + "pos": { + "x": -12200, + "y": -29441, + "z": -166182 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 114, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -12200, + "y": -29441, + "z": -166182 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 114, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 114, + "instId": 300001, + "propState": 0, + "pos": { + "x": -7700, + "y": -30992, + "z": -171902 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 114, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 114, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "121": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 121, + "instId": 300002, + "propState": 0, + "pos": { + "x": 144971, + "y": -28127, + "z": -117965 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 121, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 144971, + "y": -28127, + "z": -117965 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 121, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 121, + "instId": 300001, + "propState": 0, + "pos": { + "x": 146846, + "y": -27953, + "z": -123115 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 121, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 121, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "122": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 122, + "instId": 300002, + "propState": 0, + "pos": { + "x": 144652, + "y": -28127, + "z": -142389 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 122, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 144652, + "y": -28127, + "z": -142389 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 122, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 122, + "instId": 300001, + "propState": 0, + "pos": { + "x": 141250, + "y": -29770, + "z": -134890 + }, + "rot": { + "x": 0, + "y": 4, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 122, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 122, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "125": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -8421, + "y": -31216, + "z": -62724 + }, + "rot": { + "x": 0, + "y": 131469, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 125, + "instId": 300011, + "propState": 0, + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 301 + } + }, + "2021301": { + "P20213_F20213001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 1, + "instId": 300004, + "pos": { + "x": 80820, + "y": 2214, + "z": 96810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300009, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": 26530, + "y": 586, + "z": -14287 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102014 + } + ], + "teleports": {} + }, + "13": { + "monsters": [ + { + "groupId": 13, + "instId": 200007, + "eventId": 20211031, + "pos": { + "x": 56530, + "y": 2152, + "z": 116970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8001050 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 0, + "pos": { + "x": 3914, + "y": 2280, + "z": 73680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 0, + "pos": { + "x": 7937, + "y": 2246, + "z": 68877 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 0, + "pos": { + "x": -40, + "y": 10, + "z": 230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 0, + "pos": { + "x": -4220, + "y": -1118, + "z": -14280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": 560, + "y": 55, + "z": -32 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 0, + "pos": { + "x": -1350, + "y": -1085, + "z": -770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 0, + "pos": { + "x": 11350, + "y": -1085, + "z": -820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": 380, + "y": 0, + "z": -2920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 0, + "pos": { + "x": 26800, + "y": 586, + "z": -14230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 0, + "pos": { + "x": 40420, + "y": 9101, + "z": 175980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 0, + "pos": { + "x": 12060, + "y": 9101, + "z": 88635 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 0, + "pos": { + "x": 71080, + "y": 2230, + "z": 74320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 45, + "instId": 300003, + "propState": 1, + "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 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [ + { + "groupId": 51, + "instId": 400001, + "pos": { + "x": -79320, + "y": 821, + "z": 75530 + }, + "rot": { + "x": 0, + "y": 119280, + "z": 0 + }, + "npcId": 12244 + } + ], + "props": [ + { + "groupId": 51, + "instId": 300001, + "propState": 0, + "pos": { + "x": 54292, + "y": -3010, + "z": -21672 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 51, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 53610, + "y": -3010, + "z": -20080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 0, + "pos": { + "x": 53800, + "y": -3010, + "z": -20700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 51, + "instId": 300006, + "propState": 0, + "pos": { + "x": 52870, + "y": -3010, + "z": -10670 + }, + "rot": { + "x": 0, + "y": 119280, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": -10667, + "y": -1147, + "z": -5470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102175 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "2021302": { + "P20213_F20213001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "2021401": { + "P20214_F20214001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "2022101": { + "P20221_F20221001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2022101": { + "anchorId": 1, + "groupId": 5, + "instId": 300001, + "pos": { + "x": -29539, + "y": 4824, + "z": -155840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2022102": { + "anchorId": 2, + "groupId": 5, + "instId": 300002, + "pos": { + "x": 400, + "y": 12790, + "z": 2110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2022103": { + "anchorId": 3, + "groupId": 5, + "instId": 300003, + "pos": { + "x": 103950, + "y": 13760, + "z": -59120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2022104": { + "anchorId": 4, + "groupId": 5, + "instId": 300004, + "pos": { + "x": -55590, + "y": 685, + "z": 93950 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + } + } + } + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 1, + "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 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300014, + "propState": 0, + "pos": { + "x": 90788, + "y": 3384, + "z": 53533 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300015, + "propState": 0, + "pos": { + "x": -63310, + "y": 3484, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300015, + "propState": 0, + "pos": { + "x": -63000, + "y": 3484, + "z": -11760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 57, + "instId": 300002, + "propState": 0, + "pos": { + "x": -44558, + "y": 685, + "z": 111081 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3270, + "y": 12835, + "z": 5190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 57, + "instId": 300006, + "propState": 0, + "pos": { + "x": -2210, + "y": 6807, + "z": -150710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300007, + "propState": 0, + "pos": { + "x": 29375, + "y": 10957, + "z": -112479 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300008, + "propState": 0, + "pos": { + "x": -11552, + "y": 9297, + "z": -107461 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300009, + "propState": 0, + "pos": { + "x": -45104, + "y": 8294, + "z": -127229 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300010, + "propState": 0, + "pos": { + "x": -39113, + "y": 8240, + "z": -90306 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300011, + "propState": 0, + "pos": { + "x": 14530, + "y": 12900, + "z": -51218 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300012, + "propState": 0, + "pos": { + "x": 73070, + "y": 740, + "z": 47660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300013, + "propState": 0, + "pos": { + "x": 111569, + "y": 4603, + "z": -10754 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300014, + "propState": 0, + "pos": { + "x": 93570, + "y": 840, + "z": 106810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300015, + "propState": 0, + "pos": { + "x": 46342, + "y": -1020, + "z": 95894 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300016, + "propState": 0, + "pos": { + "x": -33765, + "y": 649, + "z": 107514 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300017, + "propState": 0, + "pos": { + "x": -87254, + "y": 726, + "z": 116194 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300018, + "propState": 0, + "pos": { + "x": -97340, + "y": -4250, + "z": 62730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300019, + "propState": 0, + "pos": { + "x": -64831, + "y": 10224, + "z": -79669 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300020, + "propState": 0, + "pos": { + "x": -49560, + "y": 650, + "z": 14670 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300021, + "propState": 0, + "pos": { + "x": 5290, + "y": -1020, + "z": -22490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300022, + "propState": 0, + "pos": { + "x": 95150, + "y": 770, + "z": 36076 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300023, + "propState": 0, + "pos": { + "x": 116195, + "y": 13760, + "z": -69740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300024, + "propState": 0, + "pos": { + "x": 73040, + "y": 14633, + "z": -52390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300025, + "propState": 0, + "pos": { + "x": 172610, + "y": 21593, + "z": -64747 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300026, + "propState": 0, + "pos": { + "x": 33303, + "y": -4245, + "z": 53721 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 57, + "instId": 300027, + "propState": 0, + "pos": { + "x": -61334, + "y": -1007, + "z": 45380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 57, + "instId": 300028, + "propState": 0, + "pos": { + "x": 94998, + "y": 769, + "z": 68511 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 0, + "pos": { + "x": -11824, + "y": 12905, + "z": -86390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "58": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "59": { + "monsters": [ + { + "groupId": 59, + "instId": 200001, + "eventId": 20221120, + "pos": { + "x": -33200, + "y": 8240, + "z": -121730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "68": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 0, + "pos": { + "x": -34711, + "y": -4240, + "z": 57303 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "69": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 0, + "pos": { + "x": -79610, + "y": 726, + "z": 133720 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 71, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29975, + "y": 6100, + "z": 54028 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 0, + "pos": { + "x": 43480, + "y": -2694, + "z": 108125 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 0, + "pos": { + "x": 43480, + "y": -2694, + "z": 108125 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 72, + "instId": 300003, + "propState": 0, + "pos": { + "x": 15342, + "y": -2694, + "z": 122332 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 72, + "instId": 300004, + "propState": 0, + "pos": { + "x": 15342, + "y": -2694, + "z": 122332 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "76": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 86, + "instId": 300002, + "propState": 0, + "pos": { + "x": 120532, + "y": 15426, + "z": -66440 + }, + "rot": { + "x": 0, + "y": 270997, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 86, + "instId": 300011, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": 120327, + "y": 15392, + "z": -66634 + }, + "rot": { + "x": 0, + "y": 270997, + "z": 0 + }, + "propId": 217 + } + ], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 92, + "instId": 300001, + "propState": 0, + "pos": { + "x": 85035, + "y": 3524, + "z": 53512 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 0, + "pos": { + "x": 89424, + "y": 3524, + "z": 50985 + }, + "rot": { + "x": 0, + "y": 356964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 0, + "pos": { + "x": 85048, + "y": 3524, + "z": 48458 + }, + "rot": { + "x": 0, + "y": 55617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300004, + "propState": 0, + "pos": { + "x": 80659, + "y": 3524, + "z": 50976 + }, + "rot": { + "x": 0, + "y": 114933, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300005, + "propState": 0, + "pos": { + "x": 80665, + "y": 3524, + "z": 56040 + }, + "rot": { + "x": 0, + "y": 177045, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300006, + "propState": 0, + "pos": { + "x": 85043, + "y": 3524, + "z": 58568 + }, + "rot": { + "x": 0, + "y": 236428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300007, + "propState": 0, + "pos": { + "x": 89426, + "y": 3524, + "z": 56041 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300008, + "propState": 0, + "pos": { + "x": 89014, + "y": 4415, + "z": 53998 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 92, + "instId": 300009, + "propState": 0, + "pos": { + "x": 85185, + "y": 4415, + "z": 53901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 92, + "instId": 300010, + "propState": 0, + "pos": { + "x": 80980, + "y": 4415, + "z": 53416 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 92, + "instId": 300011, + "propState": 0, + "pos": { + "x": 82494, + "y": 4415, + "z": 52403 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 92, + "instId": 300012, + "propState": 0, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 92, + "instId": 300013, + "propState": 0, + "pos": { + "x": 100804, + "y": 1410, + "z": 53403 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 92, + "instId": 300015, + "propState": 0, + "pos": { + "x": 85040, + "y": 3494, + "z": 53510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300014, + "propState": 0, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 92, + "instId": 300016, + "propState": 0, + "pos": { + "x": 90788, + "y": 3384, + "z": 53533 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300017, + "propState": 0, + "pos": { + "x": 15169, + "y": 7489, + "z": 53938 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 0, + "pos": { + "x": -59217, + "y": 3524, + "z": 113482 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300002, + "propState": 0, + "pos": { + "x": -60519, + "y": 3524, + "z": 118370 + }, + "rot": { + "x": 0, + "y": 221428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300003, + "propState": 0, + "pos": { + "x": -55632, + "y": 3524, + "z": 117064 + }, + "rot": { + "x": 0, + "y": 278289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300004, + "propState": 0, + "pos": { + "x": -54325, + "y": 3524, + "z": 112179 + }, + "rot": { + "x": 0, + "y": 341964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300005, + "propState": 0, + "pos": { + "x": -57898, + "y": 3524, + "z": 108606 + }, + "rot": { + "x": 0, + "y": 40617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300006, + "propState": 0, + "pos": { + "x": -62789, + "y": 3524, + "z": 109902 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300007, + "propState": 0, + "pos": { + "x": -64094, + "y": 3524, + "z": 114795 + }, + "rot": { + "x": 0, + "y": 162046, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300008, + "propState": 0, + "pos": { + "x": -60137, + "y": 4580, + "z": 113065 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 93, + "instId": 300009, + "propState": 0, + "pos": { + "x": -57438, + "y": 4580, + "z": 115440 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 93, + "instId": 300010, + "propState": 0, + "pos": { + "x": -54159, + "y": 4475, + "z": 114698 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 93, + "instId": 300011, + "propState": 0, + "pos": { + "x": -53200, + "y": 4620, + "z": 111100 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 93, + "instId": 300012, + "propState": 0, + "pos": { + "x": -55495, + "y": 4620, + "z": 108685 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 93, + "instId": 300013, + "propState": 0, + "pos": { + "x": -59194, + "y": 4620, + "z": 109678 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 93, + "instId": 300014, + "propState": 0, + "pos": { + "x": -70250, + "y": 1404, + "z": 124459 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 93, + "instId": 300016, + "propState": 0, + "pos": { + "x": -59217, + "y": 3494, + "z": 113480 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300015, + "propState": 0, + "pos": { + "x": -63310, + "y": 3324, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300017, + "propState": 0, + "pos": { + "x": -9757, + "y": 7487, + "z": 64179 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 94, + "instId": 300001, + "propState": 0, + "pos": { + "x": -58530, + "y": 3524, + "z": -7394 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 0, + "pos": { + "x": -63439, + "y": 3524, + "z": -9384 + }, + "rot": { + "x": 0, + "y": 122115, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300003, + "propState": 0, + "pos": { + "x": -63435, + "y": 3524, + "z": -5327 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300004, + "propState": 0, + "pos": { + "x": -60558, + "y": 3524, + "z": -2440 + }, + "rot": { + "x": 0, + "y": 213370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300005, + "propState": 0, + "pos": { + "x": -56483, + "y": 3524, + "z": -2449 + }, + "rot": { + "x": 0, + "y": 259790, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300006, + "propState": 0, + "pos": { + "x": -53611, + "y": 3524, + "z": -5316 + }, + "rot": { + "x": 0, + "y": 301770, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300007, + "propState": 0, + "pos": { + "x": -53611, + "y": 3524, + "z": -9403 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300008, + "propState": 0, + "pos": { + "x": -56963, + "y": 4600, + "z": -4535 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300009, + "propState": 0, + "pos": { + "x": -54652, + "y": 4600, + "z": -7289 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300010, + "propState": 0, + "pos": { + "x": -55471, + "y": 4495, + "z": -10549 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300011, + "propState": 0, + "pos": { + "x": -59091, + "y": 4640, + "z": -11424 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300012, + "propState": 0, + "pos": { + "x": -61451, + "y": 4640, + "z": -9072 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300013, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300014, + "propState": 0, + "pos": { + "x": -69771, + "y": 1348, + "z": -18314 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 94, + "instId": 300016, + "propState": 0, + "pos": { + "x": -56483, + "y": 3524, + "z": -12279 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300017, + "propState": 0, + "pos": { + "x": -60556, + "y": 3524, + "z": -12271 + }, + "rot": { + "x": 0, + "y": 79354, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300018, + "propState": 0, + "pos": { + "x": -58529, + "y": 3494, + "z": -7357 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300015, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300019, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300020, + "propState": 0, + "pos": { + "x": -63000, + "y": 3324, + "z": -11760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300021, + "propState": 0, + "pos": { + "x": -9730, + "y": 7487, + "z": 43621 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 1, + "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 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 100, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34250, + "y": -851, + "z": 88340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 100, + "instId": 300002, + "propState": 0, + "pos": { + "x": -34250, + "y": -851, + "z": 88340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 100, + "instId": 300003, + "propState": 0, + "pos": { + "x": -20595, + "y": 6040, + "z": 74613 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 100, + "instId": 300004, + "propState": 0, + "pos": { + "x": -20595, + "y": 6040, + "z": 74613 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "101": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 101, + "instId": 300001, + "propState": 0, + "pos": { + "x": -33437, + "y": -827, + "z": 17355 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 101, + "instId": 300002, + "propState": 0, + "pos": { + "x": -33437, + "y": -827, + "z": 17355 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 101, + "instId": 300003, + "propState": 0, + "pos": { + "x": -20627, + "y": 6100, + "z": 32305 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 101, + "instId": 300004, + "propState": 0, + "pos": { + "x": -20627, + "y": 6100, + "z": 32305 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "103": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 103, + "instId": 300001, + "propState": 0, + "pos": { + "x": -47470, + "y": 8240, + "z": -116250 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 103, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -47470, + "y": 8240, + "z": -116250 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "104": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 104, + "instId": 300001, + "propState": 0, + "pos": { + "x": -90430, + "y": -5830, + "z": 30960 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 104, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -90430, + "y": -5830, + "z": 30960 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "105": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 105, + "instId": 300001, + "propState": 0, + "pos": { + "x": 101600, + "y": 917, + "z": 98912 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 101600, + "y": 917, + "z": 98912 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "106": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 106, + "instId": 300001, + "propState": 0, + "pos": { + "x": 133460, + "y": -3472, + "z": 23090 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 106, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 133460, + "y": -3472, + "z": 23090 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "111": { + "monsters": [ + { + "groupId": 111, + "instId": 200001, + "eventId": 20221235, + "pos": { + "x": 40360, + "y": -5830, + "z": 33130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 111, + "instId": 300003, + "propState": 0, + "pos": { + "x": 40360, + "y": -5830, + "z": 29000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "114": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 114, + "instId": 300002, + "propState": 0, + "pos": { + "x": 28364, + "y": 4790, + "z": -137587 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 114, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 28364, + "y": 4790, + "z": -137587 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 114, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 114, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22180, + "y": 4050, + "z": -142290 + }, + "rot": { + "x": 0, + "y": 179999, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 114, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 114, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "115": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 115, + "instId": 300002, + "propState": 0, + "pos": { + "x": 28311, + "y": 4790, + "z": -158433 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 115, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 28311, + "y": 4790, + "z": -158433 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 115, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22100, + "y": 4050, + "z": -163940 + }, + "rot": { + "x": 0, + "y": 179999, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 115, + "instId": 300009, + "propState": 0, + "pos": { + "x": 15117, + "y": 5034, + "z": -160821 + }, + "rot": { + "x": 0, + "y": 185007, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300010, + "propState": 0, + "pos": { + "x": 16532, + "y": 5034, + "z": -162274 + }, + "rot": { + "x": 0, + "y": 95007, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300011, + "propState": 0, + "pos": { + "x": 16821, + "y": 5034, + "z": -160737 + }, + "rot": { + "x": 0, + "y": 89659, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300012, + "propState": 0, + "pos": { + "x": 15902, + "y": 4652, + "z": -161660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "116": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 116, + "instId": 300002, + "propState": 0, + "pos": { + "x": 161399, + "y": 19670, + "z": -46002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 116, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 161399, + "y": 19670, + "z": -46002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 116, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 116, + "instId": 300001, + "propState": 0, + "pos": { + "x": 156610, + "y": 18773, + "z": -47060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 116, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 116, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "117": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 117, + "instId": 300002, + "propState": 0, + "pos": { + "x": 187120, + "y": 19670, + "z": -102130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 117, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 187120, + "y": 19670, + "z": -102130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 117, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 117, + "instId": 300001, + "propState": 0, + "pos": { + "x": 192220, + "y": 18773, + "z": -100740 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 117, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 117, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "125": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 125, + "instId": 300001, + "propState": 0, + "pos": { + "x": 559, + "y": 8610, + "z": 53911 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102041 + } + ], + "teleports": {} + }, + "128": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "136": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 136, + "instId": 300015, + "propState": 0, + "pos": { + "x": -63310, + "y": 3484, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "137": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 137, + "instId": 300014, + "propState": 0, + "pos": { + "x": 90788, + "y": 3384, + "z": 53533 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "141": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 141, + "instId": 300015, + "propState": 0, + "pos": { + "x": -63000, + "y": 3484, + "z": -11760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "142": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -13207, + "y": 12916, + "z": -56234 + }, + "rot": { + "x": 0, + "y": 148878, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 142, + "instId": 300011, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "149": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 149, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 149, + "instId": 300009, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 149, + "instId": 300010, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 149, + "instId": 300011, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 149, + "instId": 300012, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "160": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 160, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "169": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 169, + "instId": 300001, + "propState": 0, + "pos": { + "x": -38707, + "y": 11790, + "z": -78631 + }, + "rot": { + "x": 0, + "y": 1892, + "z": 0 + }, + "propId": 217 + } + ], + "teleports": {} + }, + "170": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 170, + "instId": 300001, + "propState": 0, + "pos": { + "x": -31716, + "y": 9248, + "z": -105504 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 217 + } + ], + "teleports": {} + }, + "215": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 215, + "instId": 300001, + "propState": 8, + "pos": { + "x": 53860, + "y": 10913, + "z": -114603 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 808 + } + ], + "teleports": { + "1012": { + "anchorId": 1, + "groupId": 215, + "instId": 300001, + "pos": { + "x": 53250, + "y": 10913, + "z": -115420 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + } + } + } + }, + "223": { + "monsters": [], + "npcs": [ + { + "groupId": 223, + "instId": 400001, + "pos": { + "x": -16540, + "y": 103400, + "z": -465330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12247 + } + ], + "props": [ + { + "groupId": 223, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 223, + "instId": 300003, + "propState": 0, + "pos": { + "x": 163985, + "y": 21640, + "z": -77685 + }, + "rot": { + "x": 0, + "y": 298921, + "z": 0 + }, + "propId": 100000 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 301 + } + }, + "2022201": { + "P20222_F20222001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2022201": { + "anchorId": 2, + "groupId": 3, + "instId": 300002, + "pos": { + "x": -128310, + "y": 47886, + "z": 20620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2022202": { + "anchorId": 3, + "groupId": 3, + "instId": 300004, + "pos": { + "x": 24060, + "y": 53254, + "z": -19800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2022203": { + "anchorId": 4, + "groupId": 3, + "instId": 300001, + "pos": { + "x": 35230, + "y": 53852, + "z": 90220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2022204": { + "anchorId": 5, + "groupId": 3, + "instId": 300003, + "pos": { + "x": -52270, + "y": 49948, + "z": 130490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -8680, + "y": 46100, + "z": 136980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 1, + "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": 1, + "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": 1, + "pos": { + "x": -62560, + "y": 53250, + "z": 110420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 10, + "instId": 300014, + "propState": 1, + "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 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 22000, + "y": 60280, + "z": 46562 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 0, + "pos": { + "x": 12700, + "y": 49880, + "z": 36740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + } + ], + "teleports": {} + }, + "55": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "57": { + "monsters": [ + { + "groupId": 57, + "instId": 200001, + "eventId": 20222125, + "pos": { + "x": 56682, + "y": 45927, + "z": -95344 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "pos": { + "x": 63280, + "y": 50120, + "z": 113230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": -80080, + "y": 47313, + "z": 123860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 58, + "instId": 300006, + "propState": 0, + "pos": { + "x": 28070, + "y": 43160, + "z": -62488 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300007, + "propState": 0, + "pos": { + "x": -56600, + "y": 49950, + "z": 48030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300008, + "propState": 0, + "pos": { + "x": -50936, + "y": 49950, + "z": 1388 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300009, + "propState": 0, + "pos": { + "x": -67150, + "y": 53260, + "z": -24640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300010, + "propState": 0, + "pos": { + "x": -67050, + "y": 53252, + "z": -48159 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300011, + "propState": 0, + "pos": { + "x": -57580, + "y": 49950, + "z": -56720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300012, + "propState": 0, + "pos": { + "x": 10300, + "y": 43156, + "z": -54671 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300013, + "propState": 0, + "pos": { + "x": 64790, + "y": 43160, + "z": -74150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300014, + "propState": 0, + "pos": { + "x": 75520, + "y": 52939, + "z": 300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300015, + "propState": 0, + "pos": { + "x": 82880, + "y": 60421, + "z": 48450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300016, + "propState": 0, + "pos": { + "x": 98453, + "y": 63242, + "z": 53704 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300017, + "propState": 0, + "pos": { + "x": 45560, + "y": 50368, + "z": 121110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300018, + "propState": 0, + "pos": { + "x": 50710, + "y": 43649, + "z": 156180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300019, + "propState": 0, + "pos": { + "x": 65832, + "y": 43649, + "z": 172066 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300020, + "propState": 0, + "pos": { + "x": -51400, + "y": 49948, + "z": 151390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300021, + "propState": 0, + "pos": { + "x": -84659, + "y": 49950, + "z": 94049 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300022, + "propState": 0, + "pos": { + "x": -93166, + "y": 47313, + "z": 131265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300023, + "propState": 0, + "pos": { + "x": -50360, + "y": 53090, + "z": 169960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300024, + "propState": 0, + "pos": { + "x": -61974, + "y": 53090, + "z": 185440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300025, + "propState": 0, + "pos": { + "x": -32230, + "y": 49950, + "z": 38460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300026, + "propState": 0, + "pos": { + "x": 40428, + "y": 47263, + "z": -33271 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 58, + "instId": 300027, + "propState": 0, + "pos": { + "x": -76218, + "y": 55679, + "z": 31982 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 58, + "instId": 300028, + "propState": 0, + "pos": { + "x": -62539, + "y": 53256, + "z": -73840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 0, + "pos": { + "x": -67916, + "y": 49950, + "z": 88283 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 6639, + "y": 203152, + "z": 80907 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": { + "2253": { + "anchorId": 5, + "groupId": 61, + "instId": 300002, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 62, + "instId": 300001, + "propState": 0, + "pos": { + "x": 25378, + "y": 46974, + "z": 145102 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 0, + "pos": { + "x": 37403, + "y": 46974, + "z": 147200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 71, + "instId": 300001, + "propState": 0, + "pos": { + "x": -40600, + "y": 53176, + "z": 166872 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -40600, + "y": 53176, + "z": 166872 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 0, + "pos": { + "x": 52880, + "y": 43743, + "z": 184452 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 52880, + "y": 43743, + "z": 184452 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300001, + "propState": 0, + "pos": { + "x": -43096, + "y": 50036, + "z": -65962 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -43096, + "y": 50036, + "z": -65962 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 0, + "pos": { + "x": 71770, + "y": 43155, + "z": -69741 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 71770, + "y": 43155, + "z": -69741 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "79": { + "monsters": [ + { + "groupId": 79, + "instId": 200001, + "eventId": 20222231, + "pos": { + "x": 40267, + "y": 47618, + "z": -16317 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2013010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300003, + "propState": 0, + "pos": { + "x": 41455, + "y": 47263, + "z": -16590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 79, + "instId": 300004, + "propState": 0, + "pos": { + "x": 40230, + "y": 47300, + "z": -16430 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102055 + } + ], + "teleports": {} + }, + "80": { + "monsters": [ + { + "groupId": 80, + "instId": 200001, + "eventId": 20222232, + "pos": { + "x": -76300, + "y": 53090, + "z": 189209 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8003050 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300003, + "propState": 0, + "pos": { + "x": -81460, + "y": 53090, + "z": 187920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 91, + "instId": 300002, + "propState": 0, + "pos": { + "x": -125672, + "y": 47886, + "z": -29190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 91, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -125672, + "y": 47886, + "z": -29190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 91, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300001, + "propState": 0, + "pos": { + "x": -120480, + "y": 46690, + "z": -21520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 92, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11360, + "y": 43111, + "z": -101370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 11360, + "y": 43111, + "z": -101370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 92, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300001, + "propState": 0, + "pos": { + "x": -887, + "y": 34090, + "z": -140080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300007, + "propState": 0, + "pos": { + "x": -757, + "y": 40890, + "z": -146200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300008, + "propState": 0, + "pos": { + "x": -757, + "y": 40890, + "z": -134200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300016, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300017, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 0, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + } + ], + "teleports": {} + }, + "105": { + "monsters": [ + { + "groupId": 105, + "instId": 200004, + "eventId": 20222113, + "pos": { + "x": 31650, + "y": 47308, + "z": 128915 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 105, + "instId": 300002, + "propState": 0, + "pos": { + "x": 31710, + "y": 46990, + "z": 129010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102055 + } + ], + "teleports": {} + }, + "106": { + "monsters": [ + { + "groupId": 106, + "instId": 200004, + "eventId": 20222114, + "pos": { + "x": 61040, + "y": 43940, + "z": 166170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 106, + "instId": 300002, + "propState": 0, + "pos": { + "x": 61172, + "y": 43622, + "z": 166240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102055 + }, + { + "groupId": 106, + "instId": 300001, + "propState": 0, + "pos": { + "x": 76599, + "y": 46368, + "z": 99081 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "111": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 111, + "instId": 300001, + "propState": 0, + "pos": { + "x": 56610, + "y": 43700, + "z": 148700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102072 + } + ], + "teleports": {} + }, + "112": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 112, + "instId": 300001, + "propState": 0, + "pos": { + "x": -71720, + "y": 52250, + "z": 120260 + }, + "rot": { + "x": 0, + "y": 180973, + "z": 0 + }, + "propId": 102073 + }, + { + "groupId": 112, + "instId": 300002, + "propState": 0, + "pos": { + "x": -62560, + "y": 53250, + "z": 110420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102059 + } + ], + "teleports": {} + }, + "117": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -54754, + "y": 49943, + "z": -53079 + }, + "rot": { + "x": 0, + "y": 249511, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 117, + "instId": 300011, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "120": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 120, + "instId": 300002, + "propState": 0, + "pos": { + "x": 62784, + "y": 43672, + "z": 191281 + }, + "rot": { + "x": 0, + "y": 222128, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 120, + "instId": 300011, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": 62870, + "y": 43672, + "z": 191423 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102051 + }, + { + "groupId": 120, + "instId": 300006, + "propState": 0, + "pos": { + "x": 62760, + "y": 44373, + "z": 191307 + }, + "rot": { + "x": 0, + "y": 222128, + "z": 0 + }, + "propId": 217 + } + ], + "teleports": {} + }, + "122": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "131": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 131, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "133": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 133, + "instId": 300001, + "propState": 0, + "pos": { + "x": -44700, + "y": 57420, + "z": 41730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "138": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 138, + "instId": 300001, + "propState": 0, + "pos": { + "x": 82510, + "y": 43649, + "z": 142880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "140": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 140, + "instId": 300001, + "propState": 0, + "pos": { + "x": 82510, + "y": 43649, + "z": 142880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "141": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "154": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 154, + "instId": 300001, + "propState": 0, + "pos": { + "x": 82510, + "y": 43649, + "z": 142880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "166": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 166, + "instId": 300001, + "propState": 18, + "pos": { + "x": 44345, + "y": 45906, + "z": -78810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "183": { + "monsters": [ + { + "groupId": 183, + "instId": 200001, + "eventId": 101210, + "pos": { + "x": -76770, + "y": 49950, + "z": 73964 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 183, + "instId": 300001, + "propState": 8, + "pos": { + "x": -76770, + "y": 50950, + "z": 73964 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1110": { + "anchorId": 1, + "groupId": 183, + "instId": 300001, + "pos": { + "x": -76740, + "y": 49950, + "z": 81070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "186": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 186, + "instId": 300001, + "propState": 8, + "pos": { + "x": 82910, + "y": 60421, + "z": 37870 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 808 + } + ], + "teleports": { + "1013": { + "anchorId": 1, + "groupId": 186, + "instId": 300001, + "pos": { + "x": 81970, + "y": 60421, + "z": 37320 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + } + } + } + }, + "211": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 211, + "instId": 300001, + "propState": 0, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + } + ], + "teleports": {} + }, + "212": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 212, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 301 + } + }, + "2022301": { + "P20223_F20223001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2022301": { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -1363, + "y": -9077, + "z": -29500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2022302": { + "anchorId": 3, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 67970, + "y": -10181, + "z": 35168 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2022303": { + "anchorId": 4, + "groupId": 1, + "instId": 300003, + "pos": { + "x": -107466, + "y": -9307, + "z": 16660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": -86850, + "y": -11192, + "z": 35790 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": 252687, + "y": 12850, + "z": 138616 + }, + "rot": { + "x": 0, + "y": 62628, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": 305715, + "y": 14636, + "z": -54943 + }, + "rot": { + "x": 0, + "y": 167622, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": 319800, + "y": 13713, + "z": -59420 + }, + "rot": { + "x": 0, + "y": 205221, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 0, + "pos": { + "x": 325444, + "y": 13969, + "z": -68610 + }, + "rot": { + "x": 0, + "y": 284585, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 0, + "pos": { + "x": 292210, + "y": 13253, + "z": -114440 + }, + "rot": { + "x": 0, + "y": 16403, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 0, + "pos": { + "x": 170495, + "y": 28550, + "z": -260930 + }, + "rot": { + "x": 0, + "y": 192830, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 0, + "pos": { + "x": -46137, + "y": 11920, + "z": -308711 + }, + "rot": { + "x": 0, + "y": 106531, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300009, + "propState": 0, + "pos": { + "x": -416120, + "y": 28746, + "z": -133567 + }, + "rot": { + "x": 0, + "y": 179268, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300010, + "propState": 0, + "pos": { + "x": -403229, + "y": 27823, + "z": -140795 + }, + "rot": { + "x": 0, + "y": 216867, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300011, + "propState": 0, + "pos": { + "x": -399744, + "y": 28079, + "z": -151847 + }, + "rot": { + "x": 0, + "y": 296231, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300012, + "propState": 0, + "pos": { + "x": -370286, + "y": 17560, + "z": -84780 + }, + "rot": { + "x": 0, + "y": 77672, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300013, + "propState": 0, + "pos": { + "x": -295298, + "y": 14776, + "z": 136871 + }, + "rot": { + "x": 0, + "y": 285265, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300014, + "propState": 0, + "pos": { + "x": -305799, + "y": 13853, + "z": 126471 + }, + "rot": { + "x": 0, + "y": 322864, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300015, + "propState": 0, + "pos": { + "x": -317383, + "y": 14109, + "z": 126167 + }, + "rot": { + "x": 0, + "y": 42228, + "z": 0 + }, + "propId": 102177 + }, + { + "groupId": 13, + "instId": 300016, + "propState": 0, + "pos": { + "x": -408346, + "y": 27673, + "z": -146027 + }, + "rot": { + "x": 0, + "y": 179268, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300017, + "propState": 0, + "pos": { + "x": -311171, + "y": 13652, + "z": 132277 + }, + "rot": { + "x": 0, + "y": 322864, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300018, + "propState": 0, + "pos": { + "x": 314174, + "y": 13522, + "z": -67200 + }, + "rot": { + "x": 0, + "y": 205221, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300019, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": -54168, + "y": -7574, + "z": -27542 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": -77790, + "y": 7287, + "z": -65543 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 15, + "instId": 300026, + "propState": 0, + "pos": { + "x": -116452, + "y": -9094, + "z": -35468 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 15, + "instId": 300027, + "propState": 0, + "pos": { + "x": -57100, + "y": -12280, + "z": 32070 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 0, + "pos": { + "x": -25310, + "y": -10278, + "z": -2740 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 0, + "pos": { + "x": -34059, + "y": -10310, + "z": 7650 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300008, + "propState": 0, + "pos": { + "x": -54271, + "y": -6647, + "z": -39601 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300009, + "propState": 0, + "pos": { + "x": -44553, + "y": 3193, + "z": -99395 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300010, + "propState": 0, + "pos": { + "x": -92635, + "y": 7270, + "z": -55183 + }, + "rot": { + "x": 0, + "y": 155000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300011, + "propState": 0, + "pos": { + "x": -109918, + "y": -3773, + "z": -14139 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300012, + "propState": 0, + "pos": { + "x": -118194, + "y": -9307, + "z": 31277 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300013, + "propState": 0, + "pos": { + "x": -90527, + "y": -11187, + "z": 63850 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300014, + "propState": 0, + "pos": { + "x": -84930, + "y": -11178, + "z": 30770 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300015, + "propState": 0, + "pos": { + "x": -26952, + "y": -5383, + "z": 39065 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300016, + "propState": 0, + "pos": { + "x": -12485, + "y": -5731, + "z": 21791 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300017, + "propState": 0, + "pos": { + "x": 80626, + "y": -10181, + "z": 36798 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300018, + "propState": 0, + "pos": { + "x": 106724, + "y": -7790, + "z": -7588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300019, + "propState": 0, + "pos": { + "x": 67915, + "y": -7790, + "z": -4600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300020, + "propState": 0, + "pos": { + "x": 73288, + "y": -7784, + "z": 354 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300021, + "propState": 0, + "pos": { + "x": 71477, + "y": 3128, + "z": -46850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300022, + "propState": 0, + "pos": { + "x": 106200, + "y": 31113, + "z": -60091 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300023, + "propState": 0, + "pos": { + "x": 25202, + "y": -9077, + "z": -25973 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300024, + "propState": 0, + "pos": { + "x": 35100, + "y": -9077, + "z": 2540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 0, + "pos": { + "x": 105722, + "y": 23809, + "z": -31126 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + } + ], + "teleports": {} + }, + "16": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "17": { + "monsters": [ + { + "groupId": 17, + "instId": 200001, + "eventId": 20223125, + "pos": { + "x": -117473, + "y": 14837, + "z": -101100 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "18": { + "monsters": [ + { + "groupId": 18, + "instId": 200001, + "eventId": 20223274, + "pos": { + "x": -77872, + "y": 7376, + "z": -50776 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 0, + "pos": { + "x": -78080, + "y": 7505, + "z": -48600 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "20": { + "monsters": [ + { + "groupId": 20, + "instId": 200001, + "eventId": 101214, + "pos": { + "x": -130200, + "y": -8652, + "z": -38730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013021 + } + ], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": -130200, + "y": -8652, + "z": -38730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1114": { + "anchorId": 1, + "groupId": 20, + "instId": 300001, + "pos": { + "x": -129560, + "y": -9439, + "z": -32290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "22": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 0, + "pos": { + "x": -68406, + "y": -7594, + "z": -23258 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": -30, + "y": -7321, + "z": 8620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102191 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 0, + "pos": { + "x": 60430, + "y": -10540, + "z": 21740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102191 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 0, + "pos": { + "x": 58720, + "y": 3118, + "z": -47360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102191 + }, + { + "groupId": 27, + "instId": 300004, + "propState": 0, + "pos": { + "x": -107240, + "y": -9320, + "z": 36290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102191 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 0, + "pos": { + "x": -37280, + "y": -2470, + "z": -68920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102191 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -54196, + "y": -12474, + "z": 20650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1208": { + "anchorId": 1, + "groupId": 67, + "instId": 300001, + "pos": { + "x": -55390, + "y": -12422, + "z": 22750 + }, + "rot": { + "x": 0, + "y": 230000, + "z": 0 + } + } + } + }, + "142": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 142, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "143": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "197": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "209": { + "monsters": [], + "npcs": [ + { + "groupId": 209, + "instId": 400001, + "pos": { + "x": -320, + "y": -16130, + "z": -43030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12247 + } + ], + "props": [ + { + "groupId": 209, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 209, + "instId": 300002, + "propState": 0, + "pos": { + "x": 8670, + "y": -12100, + "z": -5810 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 209, + "instId": 300036, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 209, + "instId": 300076, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "226": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 226, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 226, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 226, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "227": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 227, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 227, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 227, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "228": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 228, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 228, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 228, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "229": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 229, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 229, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 229, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "230": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 230, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 230, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 230, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "231": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 231, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 231, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 231, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "232": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 232, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 232, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 232, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "233": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 233, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 233, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 233, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "251": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "252": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "253": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 253, + "instId": 300003, + "propState": 0, + "pos": { + "x": 10932, + "y": -7750, + "z": -18772 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "260": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -97248, + "y": 125932, + "z": -223340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "261": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -97248, + "y": 125932, + "z": -223340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "262": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -97248, + "y": 125932, + "z": -223340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "265": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 265, + "instId": 300001, + "propState": 8, + "pos": { + "x": 59948, + "y": 2619, + "z": -71344 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + } + ], + "teleports": { + "2022304": { + "anchorId": 1, + "groupId": 265, + "instId": 300001, + "pos": { + "x": 64793, + "y": 2584, + "z": -65450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "273": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 273, + "instId": 300001, + "propState": 8, + "pos": { + "x": -119913, + "y": 14613, + "z": -78624 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1021": { + "anchorId": 1, + "groupId": 273, + "instId": 300001, + "pos": { + "x": -119074, + "y": 14580, + "z": -77986 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 301, + "startAnchorId": 1, + "startGroupId": 1 + } + }, + "2023101": { + "P20231_F20231001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2023101": { + "anchorId": 1, + "groupId": 1, + "instId": 300001, + "pos": { + "x": 79710, + "y": 69528, + "z": -247520 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + } + }, + "2023102": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 70321, + "y": 45702, + "z": -62363 + }, + "rot": { + "x": 0, + "y": 66000, + "z": 0 + } + }, + "2023103": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": -540, + "y": 13884, + "z": 26879 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + } + }, + "2023104": { + "anchorId": 4, + "groupId": 1, + "instId": 300004, + "pos": { + "x": -32370, + "y": 13595, + "z": -14300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 15, + "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 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 15, + "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 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": 84820, + "y": 69528, + "z": -252490 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": -104440, + "y": 3835, + "z": -14700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "43": { + "monsters": [ + { + "groupId": 43, + "instId": 200001, + "eventId": 20231130, + "pos": { + "x": 43393, + "y": 42400, + "z": -25342 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "45": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 48, + "instId": 300002, + "propState": 0, + "pos": { + "x": -13110, + "y": 23831, + "z": -122630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 0, + "pos": { + "x": -13981, + "y": 17976, + "z": -69944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300026, + "propState": 0, + "pos": { + "x": 86829, + "y": 56015, + "z": -167336 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300027, + "propState": 0, + "pos": { + "x": 48269, + "y": 42454, + "z": -76663 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300028, + "propState": 0, + "pos": { + "x": -498, + "y": 13884, + "z": 22956 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300003, + "propState": 0, + "pos": { + "x": 166724, + "y": 45951, + "z": -126118 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300006, + "propState": 0, + "pos": { + "x": 87280, + "y": 69560, + "z": -229860 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300007, + "propState": 0, + "pos": { + "x": 19120, + "y": 46061, + "z": -117817 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300008, + "propState": 0, + "pos": { + "x": 41350, + "y": 65563, + "z": -210640 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300009, + "propState": 0, + "pos": { + "x": 27680, + "y": 51750, + "z": -201710 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300010, + "propState": 0, + "pos": { + "x": 19356, + "y": 42425, + "z": -128409 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300011, + "propState": 0, + "pos": { + "x": 16730, + "y": 37935, + "z": -174380 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300012, + "propState": 0, + "pos": { + "x": 55068, + "y": 69897, + "z": -214674 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300013, + "propState": 0, + "pos": { + "x": -1005, + "y": 23772, + "z": -80659 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300014, + "propState": 0, + "pos": { + "x": -48160, + "y": 7492, + "z": -26883 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300015, + "propState": 0, + "pos": { + "x": -17480, + "y": 27012, + "z": -32590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300016, + "propState": 0, + "pos": { + "x": -3700, + "y": 30948, + "z": -36440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300017, + "propState": 0, + "pos": { + "x": 64630, + "y": 46081, + "z": -147190 + }, + "rot": { + "x": 0, + "y": 44998, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300018, + "propState": 0, + "pos": { + "x": 157771, + "y": 45951, + "z": -105859 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300019, + "propState": 0, + "pos": { + "x": 79330, + "y": 44409, + "z": 2140 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300020, + "propState": 0, + "pos": { + "x": 61570, + "y": 44040, + "z": -5940 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300021, + "propState": 0, + "pos": { + "x": 45170, + "y": 41535, + "z": 33220 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300022, + "propState": 0, + "pos": { + "x": 30453, + "y": 43958, + "z": -17315 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300023, + "propState": 0, + "pos": { + "x": -37250, + "y": 13862, + "z": 102532 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300024, + "propState": 0, + "pos": { + "x": 55340, + "y": 46081, + "z": -96530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300025, + "propState": 0, + "pos": { + "x": 47700, + "y": 46079, + "z": -141040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300004, + "propState": 0, + "pos": { + "x": 11980, + "y": 37643, + "z": -71780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300005, + "propState": 0, + "pos": { + "x": 36385, + "y": 65563, + "z": -215333 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "49": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300003, + "propState": 0, + "pos": { + "x": 2050, + "y": 42419, + "z": -117920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "50": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 0, + "pos": { + "x": 83380, + "y": 56646, + "z": -132920 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "51": { + "monsters": [ + { + "groupId": 51, + "instId": 200001, + "eventId": 20231237, + "pos": { + "x": 1792, + "y": 23803, + "z": -141588 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 2023020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 0, + "pos": { + "x": 2483, + "y": 23803, + "z": -148120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 51, + "instId": 300004, + "propState": 0, + "pos": { + "x": -8040, + "y": 23803, + "z": -131110 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 54, + "instId": 300001, + "propState": 2, + "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": 2, + "pos": { + "x": -76357, + "y": 13900, + "z": 63584 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 54, + "instId": 300004, + "propState": 0, + "pos": { + "x": -30000, + "y": 10040, + "z": 63500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102102 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 28560, + "y": 65393, + "z": -236620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1207": { + "anchorId": 1, + "groupId": 55, + "instId": 300001, + "pos": { + "x": 28660, + "y": 65393, + "z": -234112 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -4855, + "y": 23772, + "z": -102669 + }, + "rot": { + "x": 0, + "y": 82135, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 56, + "instId": 300011, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "58": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 74161, + "y": 46081, + "z": -110536 + }, + "rot": { + "x": 0, + "y": 174091, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 58, + "instId": 300011, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [ + { + "groupId": 73, + "instId": 400001, + "pos": { + "x": 118309, + "y": 45722, + "z": -28306 + }, + "rot": { + "x": 0, + "y": 241002, + "z": 0 + }, + "npcId": 12160 + } + ], + "props": [], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [ + { + "groupId": 77, + "instId": 400001, + "pos": { + "x": 75779, + "y": 45702, + "z": -52073 + }, + "rot": { + "x": 0, + "y": 151806, + "z": 0 + }, + "npcId": 12164 + } + ], + "props": [], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300001, + "propState": 0, + "pos": { + "x": -21281, + "y": 17766, + "z": -73620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 84, + "instId": 300001, + "propState": 0, + "pos": { + "x": -30220, + "y": 13751, + "z": 122228 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 86, + "instId": 300001, + "propState": 1, + "pos": { + "x": -7950, + "y": 23774, + "z": -82598 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102109 + }, + { + "groupId": 86, + "instId": 300002, + "propState": 0, + "pos": { + "x": -7941, + "y": 23774, + "z": -82598 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 86, + "instId": 300003, + "propState": 0, + "pos": { + "x": -7941, + "y": 23774, + "z": -82598 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 87, + "instId": 300002, + "propState": 0, + "pos": { + "x": -6470, + "y": 37643, + "z": -70450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 87, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -6470, + "y": 37643, + "z": -70450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 87, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "88": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 88, + "instId": 300002, + "propState": 0, + "pos": { + "x": -66064, + "y": 3834, + "z": -9941 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 88, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -66064, + "y": 3834, + "z": -9941 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 88, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 94, + "instId": 300001, + "propState": 0, + "pos": { + "x": 120852, + "y": 46180, + "z": -32109 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 95, + "instId": 300001, + "propState": 0, + "pos": { + "x": 98427, + "y": 46529, + "z": -78468 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": 125662, + "y": 47439, + "z": -26328 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 97, + "instId": 300001, + "propState": 0, + "pos": { + "x": 136299, + "y": 45722, + "z": -73237 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 107, + "instId": 300002, + "propState": 0, + "pos": { + "x": -16088, + "y": 24566, + "z": -115402 + }, + "rot": { + "x": 0, + "y": 30997, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 107, + "instId": 300011, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": -14459, + "y": 24891, + "z": -115212 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 217 + } + ], + "teleports": {} + }, + "122": { + "monsters": [ + { + "groupId": 122, + "instId": 200001, + "eventId": 101213, + "pos": { + "x": 184130, + "y": 45815, + "z": -119740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2023031 + } + ], + "npcs": [], + "props": [ + { + "groupId": 122, + "instId": 300001, + "propState": 8, + "pos": { + "x": 184130, + "y": 46815, + "z": -119740 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1113": { + "anchorId": 1, + "groupId": 122, + "instId": 300001, + "pos": { + "x": 177880, + "y": 45815, + "z": -119670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "135": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "137": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 137, + "instId": 300001, + "propState": 18, + "pos": { + "x": 73150, + "y": 70079, + "z": -216931 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "145": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "146": { + "monsters": [], + "npcs": [ + { + "groupId": 146, + "instId": 400001, + "pos": { + "x": 78400, + "y": 45722, + "z": -43870 + }, + "rot": { + "x": 0, + "y": 139761, + "z": 0 + }, + "npcId": 12190 + } + ], + "props": [ + { + "groupId": 146, + "instId": 300001, + "propState": 0, + "pos": { + "x": 78400, + "y": 45722, + "z": -43870 + }, + "rot": { + "x": 0, + "y": 139761, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "154": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 154, + "instId": 300001, + "propState": 18, + "pos": { + "x": 26961, + "y": 65890, + "z": -216972 + }, + "rot": { + "x": 0, + "y": 129553, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "157": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 157, + "instId": 300001, + "propState": 18, + "pos": { + "x": 118090, + "y": 46450, + "z": -28530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "158": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 158, + "instId": 300001, + "propState": 8, + "pos": { + "x": 12098, + "y": 42425, + "z": -136411 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1017": { + "anchorId": 1, + "groupId": 158, + "instId": 300001, + "pos": { + "x": 12158, + "y": 42425, + "z": -135388 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 188, + "instId": 300001, + "propState": 18, + "pos": { + "x": 88686, + "y": 46273, + "z": -39035 + }, + "rot": { + "x": 0, + "y": 241218, + "z": 0 + }, + "propId": 102012 + } + ], + "teleports": {} + }, + "189": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 189, + "instId": 300001, + "propState": 0, + "pos": { + "x": -30220, + "y": 13751, + "z": 122228 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "192": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 192, + "instId": 300001, + "propState": 18, + "pos": { + "x": 90557, + "y": 46218, + "z": -48743 + }, + "rot": { + "x": 0, + "y": 249552, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 301 + } + }, + "2023102": { + "P20231_F20231001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": -660440, + "y": 938, + "z": 76130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 134 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 18, + "pos": { + "x": -670006, + "y": 1479, + "z": 64638 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 907 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 301 + } + }, + "2023201": { + "P20232_F20232001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2023201": { + "anchorId": 1, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -124370, + "y": 11839, + "z": 5050 + }, + "rot": { + "x": 0, + "y": 268536, + "z": 0 + } + }, + "2023202": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -318622, + "y": -29427, + "z": 4924 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2023203": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": -420500, + "y": -34528, + "z": 4500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": -531760, + "y": 27410, + "z": 120350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102094 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 0, + "pos": { + "x": -531470, + "y": 27410, + "z": -104890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102094 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 0, + "pos": { + "x": -653660, + "y": -4970, + "z": 102880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102094 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 0, + "pos": { + "x": -654850, + "y": -5410, + "z": -93730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102094 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 36, + "instId": 300001, + "propState": 0, + "pos": { + "x": -773100, + "y": -36290, + "z": 102640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102094 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 0, + "pos": { + "x": -773010, + "y": -36280, + "z": -92390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102094 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "44": { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 0, + "pos": { + "x": -357650, + "y": -36929, + "z": -21270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "45": { + "monsters": [ + { + "groupId": 45, + "instId": 200001, + "eventId": 20232231, + "pos": { + "x": -370150, + "y": -29427, + "z": 4710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2023030 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 0, + "pos": { + "x": -361770, + "y": -29393, + "z": 4870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "46": { + "monsters": [ + { + "groupId": 46, + "instId": 200001, + "eventId": 20232232, + "pos": { + "x": -453220, + "y": -44480, + "z": 59330 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "monsterId": 2023010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 0, + "pos": { + "x": -447248, + "y": -44480, + "z": 59677 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "49": { + "monsters": [ + { + "groupId": 49, + "instId": 200001, + "eventId": 20232125, + "pos": { + "x": -6621, + "y": 1376, + "z": 32124 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 51, + "instId": 300002, + "propState": 0, + "pos": { + "x": -388620, + "y": -29400, + "z": 4960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 0, + "pos": { + "x": -281056, + "y": -14358, + "z": 10890 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 51, + "instId": 300026, + "propState": 0, + "pos": { + "x": -456610, + "y": -44480, + "z": 76500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 51, + "instId": 300027, + "propState": 0, + "pos": { + "x": -386518, + "y": -36929, + "z": -21661 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 51, + "instId": 300028, + "propState": 0, + "pos": { + "x": -410828, + "y": -45336, + "z": 89749 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 51, + "instId": 300006, + "propState": 0, + "pos": { + "x": -153690, + "y": 11090, + "z": -23114 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300007, + "propState": 0, + "pos": { + "x": -325244, + "y": -34640, + "z": 23600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300008, + "propState": 0, + "pos": { + "x": -309150, + "y": -34640, + "z": -24720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300009, + "propState": 0, + "pos": { + "x": -349758, + "y": -39507, + "z": -60590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300010, + "propState": 0, + "pos": { + "x": -411700, + "y": -39439, + "z": -65160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300011, + "propState": 0, + "pos": { + "x": -387899, + "y": -34674, + "z": -3532 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300012, + "propState": 0, + "pos": { + "x": -411212, + "y": -36870, + "z": 39378 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300013, + "propState": 0, + "pos": { + "x": -443766, + "y": -44480, + "z": 68023 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300014, + "propState": 0, + "pos": { + "x": -491720, + "y": -51245, + "z": -29110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300015, + "propState": 0, + "pos": { + "x": -389260, + "y": -34673, + "z": 12910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 0, + "pos": { + "x": -52022, + "y": 1495, + "z": -6666 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 51, + "instId": 300004, + "propState": 0, + "pos": { + "x": -92989, + "y": 5330, + "z": 15387 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 51, + "instId": 300005, + "propState": 0, + "pos": { + "x": -557640, + "y": -58600, + "z": 12390 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "53": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 57, + "instId": 300001, + "propState": 8, + "pos": { + "x": -591610, + "y": -58600, + "z": -1350 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "propId": 113 + } + ], + "teleports": { + "1303": { + "anchorId": 1, + "groupId": 57, + "instId": 300001, + "pos": { + "x": -590890, + "y": -58600, + "z": 930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": -623334, + "y": -63641, + "z": 5094 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102186 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "pos": { + "x": -318050, + "y": -34690, + "z": -66770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 0, + "pos": { + "x": -318050, + "y": -34690, + "z": -66770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 0, + "pos": { + "x": -318050, + "y": -34690, + "z": -66770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -199520, + "y": 15772, + "z": 1050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "99": { + "monsters": [ + { + "groupId": 99, + "instId": 200001, + "eventId": 101211, + "pos": { + "x": -405850, + "y": -44430, + "z": 115270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2023021 + } + ], + "npcs": [], + "props": [ + { + "groupId": 99, + "instId": 300001, + "propState": 8, + "pos": { + "x": -405850, + "y": -43430, + "z": 115270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1111": { + "anchorId": 1, + "groupId": 99, + "instId": 300001, + "pos": { + "x": -405800, + "y": -44510, + "z": 109710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "104": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "120": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "121": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 121, + "instId": 300007, + "propState": 0, + "pos": { + "x": -275282, + "y": -14359, + "z": 15160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 121, + "instId": 300008, + "propState": 0, + "pos": { + "x": -324056, + "y": -29427, + "z": 792 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 121, + "instId": 300009, + "propState": 0, + "pos": { + "x": -379563, + "y": -37000, + "z": 30643 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 121, + "instId": 300010, + "propState": 0, + "pos": { + "x": -467335, + "y": -46390, + "z": 27756 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 121, + "instId": 300001, + "propState": 0, + "pos": { + "x": -521902, + "y": -51245, + "z": -2305 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 121, + "instId": 300002, + "propState": 0, + "pos": { + "x": -415905, + "y": -34517, + "z": 132 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + } + ], + "teleports": {} + }, + "129": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 129, + "instId": 300001, + "propState": 8, + "pos": { + "x": -404640, + "y": -44468, + "z": -104123 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1018": { + "anchorId": 1, + "groupId": 129, + "instId": 300001, + "pos": { + "x": -404640, + "y": -44465, + "z": -102915 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "131": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 131, + "instId": 300001, + "propState": 0, + "pos": { + "x": -299108, + "y": -34717, + "z": -72192 + }, + "rot": { + "x": 0, + "y": 317068, + "z": 0 + }, + "propId": 131 + }, + { + "groupId": 131, + "instId": 300002, + "propState": 0, + "pos": { + "x": -294680, + "y": -33070, + "z": -77430 + }, + "rot": { + "x": 0, + "y": 322233, + "z": 0 + }, + "propId": 102254 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 301 + } + }, + "2023202": { + "P20232_F20232001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2023201": { + "anchorId": 1, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -124370, + "y": 11839, + "z": 5050 + }, + "rot": { + "x": 0, + "y": 268536, + "z": 0 + } + }, + "2023202": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -318622, + "y": -29427, + "z": 4924 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2023203": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": -420500, + "y": -34528, + "z": 4500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": -531760, + "y": 27410, + "z": 120350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102094 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 0, + "pos": { + "x": -531470, + "y": 27410, + "z": -104890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102094 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 0, + "pos": { + "x": -653660, + "y": -4970, + "z": 102880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102094 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 0, + "pos": { + "x": -654850, + "y": -5410, + "z": -93730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102094 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 36, + "instId": 300001, + "propState": 0, + "pos": { + "x": -773100, + "y": -36290, + "z": 102640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102094 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 0, + "pos": { + "x": -773010, + "y": -36280, + "z": -92390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102094 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "44": { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 0, + "pos": { + "x": -357650, + "y": -36929, + "z": -21270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "45": { + "monsters": [ + { + "groupId": 45, + "instId": 200001, + "eventId": 20232231, + "pos": { + "x": -370150, + "y": -29427, + "z": 4710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2023030 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 0, + "pos": { + "x": -361770, + "y": -29393, + "z": 4870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "46": { + "monsters": [ + { + "groupId": 46, + "instId": 200001, + "eventId": 20232232, + "pos": { + "x": -453220, + "y": -44480, + "z": 59330 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "monsterId": 2023010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 0, + "pos": { + "x": -447248, + "y": -44480, + "z": 59677 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "49": { + "monsters": [ + { + "groupId": 49, + "instId": 200001, + "eventId": 20232125, + "pos": { + "x": -6621, + "y": 1376, + "z": 32124 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 51, + "instId": 300002, + "propState": 0, + "pos": { + "x": -388620, + "y": -29400, + "z": 4960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 0, + "pos": { + "x": -281056, + "y": -14358, + "z": 10890 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 51, + "instId": 300026, + "propState": 0, + "pos": { + "x": -456610, + "y": -44480, + "z": 76500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 51, + "instId": 300027, + "propState": 0, + "pos": { + "x": -386518, + "y": -36929, + "z": -21661 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 51, + "instId": 300028, + "propState": 0, + "pos": { + "x": -410828, + "y": -45336, + "z": 89749 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 51, + "instId": 300006, + "propState": 0, + "pos": { + "x": -153690, + "y": 11090, + "z": -23114 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300007, + "propState": 0, + "pos": { + "x": -325244, + "y": -34640, + "z": 23600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300008, + "propState": 0, + "pos": { + "x": -309150, + "y": -34640, + "z": -24720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300009, + "propState": 0, + "pos": { + "x": -349758, + "y": -39507, + "z": -60590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300010, + "propState": 0, + "pos": { + "x": -411700, + "y": -39439, + "z": -65160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300011, + "propState": 0, + "pos": { + "x": -387899, + "y": -34674, + "z": -3532 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300012, + "propState": 0, + "pos": { + "x": -411212, + "y": -36870, + "z": 39378 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300013, + "propState": 0, + "pos": { + "x": -443766, + "y": -44480, + "z": 68023 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300014, + "propState": 0, + "pos": { + "x": -491720, + "y": -51245, + "z": -29110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300015, + "propState": 0, + "pos": { + "x": -389260, + "y": -34673, + "z": 12910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 0, + "pos": { + "x": -52022, + "y": 1495, + "z": -6666 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 51, + "instId": 300004, + "propState": 0, + "pos": { + "x": -92989, + "y": 5330, + "z": 15387 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 51, + "instId": 300005, + "propState": 0, + "pos": { + "x": -557640, + "y": -58600, + "z": 12390 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "53": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 57, + "instId": 300001, + "propState": 8, + "pos": { + "x": -591610, + "y": -58600, + "z": -1350 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "propId": 113 + } + ], + "teleports": { + "1303": { + "anchorId": 1, + "groupId": 57, + "instId": 300001, + "pos": { + "x": -590890, + "y": -58600, + "z": 930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": -623334, + "y": -63641, + "z": 5094 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102186 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "pos": { + "x": -318050, + "y": -34690, + "z": -66770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 0, + "pos": { + "x": -318050, + "y": -34690, + "z": -66770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 0, + "pos": { + "x": -318050, + "y": -34690, + "z": -66770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -199520, + "y": 15772, + "z": 1050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "99": { + "monsters": [ + { + "groupId": 99, + "instId": 200001, + "eventId": 101211, + "pos": { + "x": -405850, + "y": -44430, + "z": 115270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2023021 + } + ], + "npcs": [], + "props": [ + { + "groupId": 99, + "instId": 300001, + "propState": 8, + "pos": { + "x": -405850, + "y": -43430, + "z": 115270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1111": { + "anchorId": 1, + "groupId": 99, + "instId": 300001, + "pos": { + "x": -405800, + "y": -44510, + "z": 109710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "104": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "120": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "121": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 121, + "instId": 300007, + "propState": 0, + "pos": { + "x": -275282, + "y": -14359, + "z": 15160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 121, + "instId": 300008, + "propState": 0, + "pos": { + "x": -324056, + "y": -29427, + "z": 792 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 121, + "instId": 300009, + "propState": 0, + "pos": { + "x": -379563, + "y": -37000, + "z": 30643 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 121, + "instId": 300010, + "propState": 0, + "pos": { + "x": -467335, + "y": -46390, + "z": 27756 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 121, + "instId": 300001, + "propState": 0, + "pos": { + "x": -521902, + "y": -51245, + "z": -2305 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 121, + "instId": 300002, + "propState": 0, + "pos": { + "x": -415905, + "y": -34517, + "z": 132 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + } + ], + "teleports": {} + }, + "129": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 129, + "instId": 300001, + "propState": 8, + "pos": { + "x": -404640, + "y": -44468, + "z": -104123 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1018": { + "anchorId": 1, + "groupId": 129, + "instId": 300001, + "pos": { + "x": -404640, + "y": -44465, + "z": -102915 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "131": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 131, + "instId": 300001, + "propState": 0, + "pos": { + "x": -299108, + "y": -34717, + "z": -72192 + }, + "rot": { + "x": 0, + "y": 317068, + "z": 0 + }, + "propId": 131 + }, + { + "groupId": 131, + "instId": 300002, + "propState": 0, + "pos": { + "x": -294680, + "y": -33070, + "z": -77430 + }, + "rot": { + "x": 0, + "y": 322233, + "z": 0 + }, + "propId": 102254 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 301, + "startAnchorId": 5, + "startGroupId": 1 + } + }, + "2023301": { + "P20233_F20233001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 2, + "worldId": 301 + } + }, + "2024101": { + "P20241_F20241001": { + "scenes": { + "51": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2024101": { + "anchorId": 1, + "groupId": 51, + "instId": 300001, + "pos": { + "x": -176680, + "y": 199270, + "z": 5400 + }, + "rot": { + "x": 0, + "y": 89041, + "z": 0 + } + }, + "2024102": { + "anchorId": 2, + "groupId": 51, + "instId": 300002, + "pos": { + "x": -23132, + "y": 53652, + "z": -90035 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + } + }, + "2024103": { + "anchorId": 3, + "groupId": 51, + "instId": 300003, + "pos": { + "x": 70562, + "y": -102970, + "z": -38978 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + } + }, + "2024104": { + "anchorId": 4, + "groupId": 51, + "instId": 300004, + "pos": { + "x": 25267, + "y": -170798, + "z": -13311 + }, + "rot": { + "x": 0, + "y": 250000, + "z": 0 + } + }, + "2024105": { + "anchorId": 5, + "groupId": 51, + "instId": 300005, + "pos": { + "x": -18752, + "y": 198941, + "z": 67782 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2024106": { + "anchorId": 6, + "groupId": 51, + "instId": 300006, + "pos": { + "x": 11450, + "y": 53702, + "z": -84226 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "52": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "pos": { + "x": 41040, + "y": 205523, + "z": 39640 + }, + "rot": { + "x": 0, + "y": 50896, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 53, + "instId": 300033, + "propState": 0, + "pos": { + "x": 40420, + "y": 205667, + "z": 38772 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300006, + "propState": 0, + "pos": { + "x": -72574, + "y": 199136, + "z": -3222 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300007, + "propState": 0, + "pos": { + "x": -67504, + "y": 207138, + "z": -31033 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300008, + "propState": 0, + "pos": { + "x": -19162, + "y": 211531, + "z": -40528 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300009, + "propState": 0, + "pos": { + "x": -66666, + "y": 199136, + "z": 42381 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300010, + "propState": 0, + "pos": { + "x": -32348, + "y": 199136, + "z": 72655 + }, + "rot": { + "x": 0, + "y": 315759, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300011, + "propState": 0, + "pos": { + "x": 55600, + "y": 205681, + "z": 55810 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300012, + "propState": 0, + "pos": { + "x": 62588, + "y": 205667, + "z": 48153 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300037, + "propState": 0, + "pos": { + "x": 37090, + "y": 205681, + "z": 57720 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300040, + "propState": 0, + "pos": { + "x": 98200, + "y": 210216, + "z": 65510 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300041, + "propState": 0, + "pos": { + "x": 73750, + "y": 210216, + "z": 89960 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300042, + "propState": 0, + "pos": { + "x": 128556, + "y": 210216, + "z": 83002 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300043, + "propState": 0, + "pos": { + "x": 91091, + "y": 210216, + "z": 120469 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300044, + "propState": 0, + "pos": { + "x": -15802, + "y": 211531, + "z": -58611 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300045, + "propState": 0, + "pos": { + "x": -29460, + "y": 198957, + "z": 27080 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300046, + "propState": 0, + "pos": { + "x": -14210, + "y": 198942, + "z": 16330 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300047, + "propState": 0, + "pos": { + "x": 29320, + "y": 198957, + "z": 67530 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300048, + "propState": 0, + "pos": { + "x": -27224, + "y": 190429, + "z": 61847 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300049, + "propState": 0, + "pos": { + "x": -31049, + "y": 190367, + "z": 38612 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300050, + "propState": 0, + "pos": { + "x": -49129, + "y": 190367, + "z": 3537 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300051, + "propState": 0, + "pos": { + "x": -62950, + "y": 190367, + "z": -11470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300052, + "propState": 0, + "pos": { + "x": -42590, + "y": 181701, + "z": -5050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300053, + "propState": 0, + "pos": { + "x": -28560, + "y": 181701, + "z": -31683 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300013, + "propState": 0, + "pos": { + "x": -26830, + "y": 53652, + "z": -73150 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300014, + "propState": 0, + "pos": { + "x": -31598, + "y": 53652, + "z": -120400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300003, + "propState": 0, + "pos": { + "x": 3597, + "y": 57142, + "z": -180173 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300004, + "propState": 0, + "pos": { + "x": -19529, + "y": 57142, + "z": -171018 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300005, + "propState": 0, + "pos": { + "x": 12503, + "y": 61901, + "z": -124335 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300015, + "propState": 0, + "pos": { + "x": 66546, + "y": 71952, + "z": -109548 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300016, + "propState": 0, + "pos": { + "x": 21892, + "y": 74396, + "z": -40594 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300032, + "propState": 0, + "pos": { + "x": -8468, + "y": 53474, + "z": -35784 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300033, + "propState": 0, + "pos": { + "x": 35828, + "y": 80576, + "z": -7677 + }, + "rot": { + "x": 0, + "y": 115000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300054, + "propState": 0, + "pos": { + "x": 1926, + "y": 53469, + "z": -24831 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300055, + "propState": 0, + "pos": { + "x": -16043, + "y": 53652, + "z": -92147 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300056, + "propState": 0, + "pos": { + "x": -38490, + "y": 53642, + "z": -48950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300057, + "propState": 0, + "pos": { + "x": -40502, + "y": 53318, + "z": -67709 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300058, + "propState": 0, + "pos": { + "x": 13248, + "y": 57142, + "z": -168217 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300059, + "propState": 0, + "pos": { + "x": 14498, + "y": 18717, + "z": 8325 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300060, + "propState": 0, + "pos": { + "x": -7720, + "y": 8055, + "z": 3330 + }, + "rot": { + "x": 0, + "y": 115000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300061, + "propState": 0, + "pos": { + "x": 7130, + "y": 8055, + "z": -5810 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300062, + "propState": 0, + "pos": { + "x": -7340, + "y": 18792, + "z": -3020 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300017, + "propState": 0, + "pos": { + "x": 91623, + "y": -89070, + "z": -51654 + }, + "rot": { + "x": 0, + "y": 113000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300018, + "propState": 0, + "pos": { + "x": 86200, + "y": -103888, + "z": -26990 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300019, + "propState": 0, + "pos": { + "x": 64858, + "y": -98287, + "z": 32896 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300020, + "propState": 0, + "pos": { + "x": 79100, + "y": -98287, + "z": 8039 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300021, + "propState": 0, + "pos": { + "x": 31750, + "y": -91174, + "z": 17700 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300022, + "propState": 0, + "pos": { + "x": 79632, + "y": -83508, + "z": 29805 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300023, + "propState": 0, + "pos": { + "x": 58680, + "y": -83495, + "z": 45780 + }, + "rot": { + "x": 0, + "y": 65000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300039, + "propState": 0, + "pos": { + "x": 96368, + "y": -103918, + "z": -61987 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300063, + "propState": 0, + "pos": { + "x": 23924, + "y": -96604, + "z": -7335 + }, + "rot": { + "x": 0, + "y": 21580, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300064, + "propState": 0, + "pos": { + "x": 29625, + "y": -96604, + "z": -21774 + }, + "rot": { + "x": 0, + "y": 21580, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300065, + "propState": 0, + "pos": { + "x": 116842, + "y": -103881, + "z": -248 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300066, + "propState": 0, + "pos": { + "x": 14715, + "y": -87088, + "z": 32900 + }, + "rot": { + "x": 0, + "y": 21580, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300024, + "propState": 0, + "pos": { + "x": 30520, + "y": -170770, + "z": 18400 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300025, + "propState": 0, + "pos": { + "x": 10121, + "y": -170770, + "z": -35850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300027, + "propState": 0, + "pos": { + "x": 35476, + "y": -170770, + "z": -8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300029, + "propState": 0, + "pos": { + "x": -24680, + "y": -193149, + "z": 11910 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300030, + "propState": 0, + "pos": { + "x": -32074, + "y": -186989, + "z": 18573 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 63, + "instId": 300031, + "propState": 0, + "pos": { + "x": 9376, + "y": -193202, + "z": 35747 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300067, + "propState": 0, + "pos": { + "x": -22213, + "y": -176009, + "z": -29574 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300068, + "propState": 0, + "pos": { + "x": -36247, + "y": -181509, + "z": -6718 + }, + "rot": { + "x": 0, + "y": 90674, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 0, + "pos": { + "x": 8814, + "y": 53702, + "z": -88743 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 0, + "pos": { + "x": 129445, + "y": -103881, + "z": -13258 + }, + "rot": { + "x": 0, + "y": 335472, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 63, + "instId": 300026, + "propState": 0, + "pos": { + "x": 126060, + "y": -103918, + "z": -53058 + }, + "rot": { + "x": 0, + "y": 284198, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 63, + "instId": 300028, + "propState": 0, + "pos": { + "x": 1946, + "y": -170770, + "z": 34517 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 63, + "instId": 300034, + "propState": 0, + "pos": { + "x": -23793, + "y": 53650, + "z": -93625 + }, + "rot": { + "x": 0, + "y": 229876, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 63, + "instId": 300035, + "propState": 0, + "pos": { + "x": -75689, + "y": 199136, + "z": 19268 + }, + "rot": { + "x": 0, + "y": 278428, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 63, + "instId": 300036, + "propState": 0, + "pos": { + "x": 63915, + "y": -83495, + "z": 32559 + }, + "rot": { + "x": 0, + "y": 172502, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 63, + "instId": 300038, + "propState": 0, + "pos": { + "x": 9482, + "y": 57142, + "z": -153339 + }, + "rot": { + "x": 0, + "y": 204715, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 69, + "instId": 300001, + "propState": 0, + "pos": { + "x": -110650, + "y": 199100, + "z": 5810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102235 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 4560, + "y": 53500, + "z": -64460 + }, + "rot": { + "x": 0, + "y": 298895, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 70, + "instId": 300007, + "propState": 0, + "pos": { + "x": -5850, + "y": 53500, + "z": -58720 + }, + "rot": { + "x": 0, + "y": 298895, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 70, + "instId": 300008, + "propState": 0, + "pos": { + "x": -5471, + "y": 53500, + "z": -56734 + }, + "rot": { + "x": 0, + "y": 342800, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 70, + "instId": 300009, + "propState": 0, + "pos": { + "x": 4940, + "y": 53500, + "z": -59820 + }, + "rot": { + "x": 0, + "y": 254673, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 70, + "instId": 300010, + "propState": 0, + "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": 0, + "pos": { + "x": -16080, + "y": 52630, + "z": -117550 + }, + "rot": { + "x": 0, + "y": 240662, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 70, + "instId": 300016, + "propState": 0, + "pos": { + "x": -4390, + "y": 52630, + "z": -113810 + }, + "rot": { + "x": 0, + "y": 240662, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 70, + "instId": 300017, + "propState": 0, + "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": 0, + "pos": { + "x": 5271, + "y": 19173, + "z": -8589 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300022, + "propState": 0, + "pos": { + "x": -10490, + "y": 53652, + "z": -79910 + }, + "rot": { + "x": 0, + "y": 25770, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300023, + "propState": 0, + "pos": { + "x": 8170, + "y": 53702, + "z": -80870 + }, + "rot": { + "x": 0, + "y": 25770, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300024, + "propState": 0, + "pos": { + "x": -19800, + "y": 53440, + "z": -99330 + }, + "rot": { + "x": 0, + "y": 148148, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300025, + "propState": 0, + "pos": { + "x": -31880, + "y": 53652, + "z": -115400 + }, + "rot": { + "x": 0, + "y": 93421, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "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": 0, + "pos": { + "x": 92320, + "y": -104900, + "z": -25030 + }, + "rot": { + "x": 0, + "y": 337692, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 71, + "instId": 300011, + "propState": 0, + "pos": { + "x": 94790, + "y": -104900, + "z": -36950 + }, + "rot": { + "x": 0, + "y": 337692, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 71, + "instId": 300012, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 14570, + "y": 7960, + "z": -8980 + }, + "rot": { + "x": 0, + "y": 23232, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300004, + "propState": 0, + "pos": { + "x": 15840, + "y": 18718, + "z": 4250 + }, + "rot": { + "x": 0, + "y": 337014, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300005, + "propState": 0, + "pos": { + "x": 22580, + "y": 12310, + "z": 24630 + }, + "rot": { + "x": 0, + "y": 334791, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102255 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 81, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102256 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 82, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102257 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 83, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102258 + } + ], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 86, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": -170770, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102259 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [ + { + "groupId": 93, + "instId": 400001, + "pos": { + "x": 17833, + "y": -170999, + "z": -18265 + }, + "rot": { + "x": 0, + "y": 306418, + "z": 0 + }, + "npcId": 3011 + } + ], + "props": [ + { + "groupId": 93, + "instId": 300004, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300005, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300006, + "propState": 0, + "pos": { + "x": 17888, + "y": -170495, + "z": -18245 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300008, + "propState": 0, + "pos": { + "x": 17888, + "y": -170495, + "z": -18245 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300007, + "propState": 0, + "pos": { + "x": 100, + "y": -156807, + "z": -300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300009, + "propState": 0, + "pos": { + "x": 17833, + "y": -170438, + "z": -18265 + }, + "rot": { + "x": 0, + "y": 306418, + "z": 0 + }, + "propId": 102076 + } + ], + "teleports": {} + }, + "95": { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 95, + "instId": 300001, + "propState": 0, + "pos": { + "x": -2010, + "y": -171460, + "z": -33370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "97": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 97, + "instId": 300001, + "propState": 0, + "pos": { + "x": 102496, + "y": -103940, + "z": -55978 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "98": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "99": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "100": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "117": { + "monsters": [], + "npcs": [ + { + "groupId": 117, + "instId": 400001, + "pos": { + "x": 68208, + "y": 72361, + "z": -123628 + }, + "rot": { + "x": 0, + "y": 326869, + "z": 0 + }, + "npcId": 2224 + } + ], + "props": [], + "teleports": {} + }, + "118": { + "monsters": [], + "npcs": [ + { + "groupId": 118, + "instId": 400001, + "pos": { + "x": -51643, + "y": 53813, + "z": -130366 + }, + "rot": { + "x": 0, + "y": 114082, + "z": 0 + }, + "npcId": 12290 + } + ], + "props": [], + "teleports": {} + }, + "123": { + "monsters": [], + "npcs": [ + { + "groupId": 123, + "instId": 400001, + "pos": { + "x": 22557, + "y": 22509, + "z": 34383 + }, + "rot": { + "x": 0, + "y": 252571, + "z": 0 + }, + "npcId": 3013 + }, + { + "groupId": 123, + "instId": 400002, + "pos": { + "x": 8295, + "y": 21401, + "z": 39974 + }, + "rot": { + "x": 0, + "y": 225911, + "z": 0 + }, + "npcId": 2208 + }, + { + "groupId": 123, + "instId": 400003, + "pos": { + "x": 34533, + "y": 21962, + "z": 22714 + }, + "rot": { + "x": 0, + "y": 36225, + "z": 0 + }, + "npcId": 12109 + }, + { + "groupId": 123, + "instId": 400004, + "pos": { + "x": -9098, + "y": 21553, + "z": 40637 + }, + "rot": { + "x": 0, + "y": 255230, + "z": 0 + }, + "npcId": 12225 + }, + { + "groupId": 123, + "instId": 400005, + "pos": { + "x": -33003, + "y": 21385, + "z": 21890 + }, + "rot": { + "x": 0, + "y": 106275, + "z": 0 + }, + "npcId": 12237 + }, + { + "groupId": 123, + "instId": 400006, + "pos": { + "x": -40129, + "y": 21576, + "z": 8011 + }, + "rot": { + "x": 0, + "y": 173232, + "z": 0 + }, + "npcId": 13196 + }, + { + "groupId": 123, + "instId": 400007, + "pos": { + "x": -40168, + "y": 21520, + "z": -8367 + }, + "rot": { + "x": 0, + "y": 81449, + "z": 0 + }, + "npcId": 2224 + }, + { + "groupId": 123, + "instId": 400008, + "pos": { + "x": -33553, + "y": 22698, + "z": -22210 + }, + "rot": { + "x": 0, + "y": 275343, + "z": 0 + }, + "npcId": 2204 + }, + { + "groupId": 123, + "instId": 400009, + "pos": { + "x": -7993, + "y": 21397, + "z": -39574 + }, + "rot": { + "x": 0, + "y": 65401, + "z": 0 + }, + "npcId": 3134 + }, + { + "groupId": 123, + "instId": 400010, + "pos": { + "x": 7967, + "y": 21397, + "z": -39224 + }, + "rot": { + "x": 0, + "y": 347811, + "z": 0 + }, + "npcId": 12188 + }, + { + "groupId": 123, + "instId": 400011, + "pos": { + "x": 22296, + "y": 23491, + "z": -33203 + }, + "rot": { + "x": 0, + "y": 15147, + "z": 0 + }, + "npcId": 13247 + }, + { + "groupId": 123, + "instId": 400012, + "pos": { + "x": 35297, + "y": 21661, + "z": -22885 + }, + "rot": { + "x": 0, + "y": 287557, + "z": 0 + }, + "npcId": 2203 + }, + { + "groupId": 123, + "instId": 400013, + "pos": { + "x": 41036, + "y": 21446, + "z": 8811 + }, + "rot": { + "x": 0, + "y": 98950, + "z": 0 + }, + "npcId": 2216 + }, + { + "groupId": 123, + "instId": 400014, + "pos": { + "x": -8471, + "y": 21553, + "z": 40993 + }, + "rot": { + "x": 0, + "y": 44268, + "z": 0 + }, + "npcId": 12230 + } + ], + "props": [ + { + "groupId": 123, + "instId": 300001, + "propState": 0, + "pos": { + "x": 35128, + "y": 24381, + "z": 24412 + }, + "rot": { + "x": 0, + "y": 22778, + "z": 0 + }, + "propId": 102165 + }, + { + "groupId": 123, + "instId": 300002, + "propState": 0, + "pos": { + "x": 36253, + "y": 23925, + "z": 22924 + }, + "rot": { + "x": 0, + "y": 25996, + "z": 0 + }, + "propId": 102221 + }, + { + "groupId": 123, + "instId": 300003, + "propState": 0, + "pos": { + "x": 32585, + "y": 22891, + "z": 22935 + }, + "rot": { + "x": 0, + "y": 175769, + "z": 0 + }, + "propId": 102171 + }, + { + "groupId": 123, + "instId": 300004, + "propState": 0, + "pos": { + "x": -8631, + "y": 21424, + "z": 40611 + }, + "rot": { + "x": 0, + "y": 358692, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 123, + "instId": 300005, + "propState": 0, + "pos": { + "x": -8743, + "y": 22940, + "z": 40721 + }, + "rot": { + "x": 0, + "y": 164097, + "z": 0 + }, + "propId": 102088 + }, + { + "groupId": 123, + "instId": 300006, + "propState": 0, + "pos": { + "x": -22628, + "y": 23443, + "z": 34206 + }, + "rot": { + "x": 0, + "y": 119286, + "z": 0 + }, + "propId": 301013 + }, + { + "groupId": 123, + "instId": 300007, + "propState": 0, + "pos": { + "x": -32949, + "y": 22795, + "z": 21869 + }, + "rot": { + "x": 0, + "y": 358692, + "z": 0 + }, + "propId": 100087 + }, + { + "groupId": 123, + "instId": 300008, + "propState": 0, + "pos": { + "x": -33057, + "y": 22434, + "z": 21932 + }, + "rot": { + "x": 0, + "y": 24331, + "z": 0 + }, + "propId": 100087 + }, + { + "groupId": 123, + "instId": 300009, + "propState": 0, + "pos": { + "x": -40217, + "y": 21544, + "z": 9589 + }, + "rot": { + "x": 0, + "y": 328982, + "z": 0 + }, + "propId": 102055 + }, + { + "groupId": 123, + "instId": 300010, + "propState": 0, + "pos": { + "x": -22852, + "y": 21398, + "z": -35246 + }, + "rot": { + "x": 0, + "y": 43827, + "z": 0 + }, + "propId": 102281 + }, + { + "groupId": 123, + "instId": 300011, + "propState": 0, + "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": 0, + "pos": { + "x": 39420, + "y": 23037, + "z": -7017 + }, + "rot": { + "x": 0, + "y": 110606, + "z": 0 + }, + "propId": 103140 + }, + { + "groupId": 123, + "instId": 300014, + "propState": 0, + "pos": { + "x": 22321, + "y": 21376, + "z": -33165 + }, + "rot": { + "x": 0, + "y": 338577, + "z": 0 + }, + "propId": 102243 + } + ], + "teleports": {} + }, + "124": { + "monsters": [], + "npcs": [ + { + "groupId": 124, + "instId": 400001, + "pos": { + "x": -22701, + "y": 22265, + "z": -34250 + }, + "rot": { + "x": 0, + "y": 157652, + "z": 0 + }, + "npcId": 3013 + }, + { + "groupId": 124, + "instId": 400002, + "pos": { + "x": -7808, + "y": 21394, + "z": -39646 + }, + "rot": { + "x": 0, + "y": 201367, + "z": 0 + }, + "npcId": 2208 + }, + { + "groupId": 124, + "instId": 400003, + "pos": { + "x": -35037, + "y": 21962, + "z": -22931 + }, + "rot": { + "x": 0, + "y": 220848, + "z": 0 + }, + "npcId": 12109 + }, + { + "groupId": 124, + "instId": 400004, + "pos": { + "x": 8184, + "y": 21553, + "z": -40416 + }, + "rot": { + "x": 0, + "y": 257172, + "z": 0 + }, + "npcId": 12225 + }, + { + "groupId": 124, + "instId": 400005, + "pos": { + "x": 33328, + "y": 21395, + "z": -22165 + }, + "rot": { + "x": 0, + "y": 294596, + "z": 0 + }, + "npcId": 12237 + }, + { + "groupId": 124, + "instId": 400006, + "pos": { + "x": 41431, + "y": 21351, + "z": -8535 + }, + "rot": { + "x": 0, + "y": 139204, + "z": 0 + }, + "npcId": 13196 + }, + { + "groupId": 124, + "instId": 400007, + "pos": { + "x": 40621, + "y": 21421, + "z": 8501 + }, + "rot": { + "x": 0, + "y": 221164, + "z": 0 + }, + "npcId": 2224 + }, + { + "groupId": 124, + "instId": 400008, + "pos": { + "x": 33080, + "y": 23967, + "z": 22118 + }, + "rot": { + "x": 0, + "y": 211304, + "z": 0 + }, + "npcId": 2204 + }, + { + "groupId": 124, + "instId": 400009, + "pos": { + "x": 7831, + "y": 21396, + "z": 39389 + }, + "rot": { + "x": 0, + "y": 199893, + "z": 0 + }, + "npcId": 3134 + }, + { + "groupId": 124, + "instId": 400010, + "pos": { + "x": -7993, + "y": 21394, + "z": 39368 + }, + "rot": { + "x": 0, + "y": 166083, + "z": 0 + }, + "npcId": 12188 + }, + { + "groupId": 124, + "instId": 400011, + "pos": { + "x": -22668, + "y": 23491, + "z": 34295 + }, + "rot": { + "x": 0, + "y": 194768, + "z": 0 + }, + "npcId": 13247 + }, + { + "groupId": 124, + "instId": 400012, + "pos": { + "x": -35126, + "y": 21430, + "z": 22864 + }, + "rot": { + "x": 0, + "y": 350560, + "z": 0 + }, + "npcId": 2203 + }, + { + "groupId": 124, + "instId": 400013, + "pos": { + "x": -40462, + "y": 21446, + "z": -8346 + }, + "rot": { + "x": 0, + "y": 74887, + "z": 0 + }, + "npcId": 2216 + }, + { + "groupId": 124, + "instId": 400014, + "pos": { + "x": 8823, + "y": 21553, + "z": -40082 + }, + "rot": { + "x": 0, + "y": 46209, + "z": 0 + }, + "npcId": 12230 + } + ], + "props": [ + { + "groupId": 124, + "instId": 300001, + "propState": 0, + "pos": { + "x": -35767, + "y": 24381, + "z": -24576 + }, + "rot": { + "x": 0, + "y": 207401, + "z": 0 + }, + "propId": 102165 + }, + { + "groupId": 124, + "instId": 300002, + "propState": 0, + "pos": { + "x": -36768, + "y": 23925, + "z": -23002 + }, + "rot": { + "x": 0, + "y": 210619, + "z": 0 + }, + "propId": 102221 + }, + { + "groupId": 124, + "instId": 300003, + "propState": 0, + "pos": { + "x": -33113, + "y": 22891, + "z": -23309 + }, + "rot": { + "x": 0, + "y": 392, + "z": 0 + }, + "propId": 102171 + }, + { + "groupId": 124, + "instId": 300004, + "propState": 0, + "pos": { + "x": 8650, + "y": 21424, + "z": -40458 + }, + "rot": { + "x": 0, + "y": 634, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 124, + "instId": 300005, + "propState": 0, + "pos": { + "x": 8542, + "y": 22940, + "z": -40344 + }, + "rot": { + "x": 0, + "y": 166039, + "z": 0 + }, + "propId": 102088 + }, + { + "groupId": 124, + "instId": 300006, + "propState": 0, + "pos": { + "x": 22748, + "y": 25121, + "z": -34954 + }, + "rot": { + "x": 0, + "y": 222953, + "z": 0 + }, + "propId": 301013 + }, + { + "groupId": 124, + "instId": 300007, + "propState": 0, + "pos": { + "x": 33331, + "y": 22824, + "z": -22160 + }, + "rot": { + "x": 0, + "y": 358692, + "z": 0 + }, + "propId": 100087 + }, + { + "groupId": 124, + "instId": 300008, + "propState": 0, + "pos": { + "x": 33335, + "y": 22450, + "z": -22079 + }, + "rot": { + "x": 0, + "y": 122243, + "z": 0 + }, + "propId": 100087 + }, + { + "groupId": 124, + "instId": 300009, + "propState": 0, + "pos": { + "x": 40475, + "y": 21319, + "z": -7276 + }, + "rot": { + "x": 0, + "y": 294954, + "z": 0 + }, + "propId": 102055 + }, + { + "groupId": 124, + "instId": 300010, + "propState": 0, + "pos": { + "x": 22079, + "y": 23452, + "z": 33379 + }, + "rot": { + "x": 0, + "y": 25834, + "z": 0 + }, + "propId": 102281 + }, + { + "groupId": 124, + "instId": 300011, + "propState": 0, + "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": 0, + "pos": { + "x": -40696, + "y": 22035, + "z": 7976 + }, + "rot": { + "x": 0, + "y": 295264, + "z": 0 + }, + "propId": 103140 + }, + { + "groupId": 124, + "instId": 300014, + "propState": 0, + "pos": { + "x": -22693, + "y": 21376, + "z": 34257 + }, + "rot": { + "x": 0, + "y": 158198, + "z": 0 + }, + "propId": 102243 + } + ], + "teleports": {} + }, + "127": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 127, + "instId": 300001, + "propState": 0, + "pos": { + "x": -80360, + "y": 199845, + "z": 73370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 127, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -80360, + "y": 199145, + "z": 73370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "128": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 128, + "instId": 300001, + "propState": 0, + "pos": { + "x": 55490, + "y": 206381, + "z": 68530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 128, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 55490, + "y": 205681, + "z": 68530 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "129": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 129, + "instId": 300001, + "propState": 0, + "pos": { + "x": -30015, + "y": 54431, + "z": -53027 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 129, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -29840, + "y": 53632, + "z": -52830 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "130": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 130, + "instId": 300001, + "propState": 0, + "pos": { + "x": 82562, + "y": -88368, + "z": -54120 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 130, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 82562, + "y": -89068, + "z": -54120 + }, + "rot": { + "x": 0, + "y": 293726, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "131": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 131, + "instId": 300001, + "propState": 0, + "pos": { + "x": 112829, + "y": -103119, + "z": -56283 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 131, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 112829, + "y": -103819, + "z": -56283 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "132": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 132, + "instId": 300001, + "propState": 0, + "pos": { + "x": 68330, + "y": -82794, + "z": 2778 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 132, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 68330, + "y": -83494, + "z": 2778 + }, + "rot": { + "x": 0, + "y": 336857, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "133": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 133, + "instId": 300001, + "propState": 0, + "pos": { + "x": -80360, + "y": 199845, + "z": 73370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 133, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -80360, + "y": 199145, + "z": 73370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "134": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 134, + "instId": 300001, + "propState": 0, + "pos": { + "x": 55490, + "y": 206381, + "z": 68530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 134, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 55490, + "y": 205681, + "z": 68530 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "135": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 135, + "instId": 300001, + "propState": 0, + "pos": { + "x": -30015, + "y": 54431, + "z": -53027 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 135, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -29840, + "y": 53632, + "z": -52830 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "136": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 136, + "instId": 300001, + "propState": 0, + "pos": { + "x": 82562, + "y": -88368, + "z": -54120 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 136, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 82562, + "y": -89068, + "z": -54120 + }, + "rot": { + "x": 0, + "y": 293726, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "137": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 137, + "instId": 300001, + "propState": 0, + "pos": { + "x": 112829, + "y": -103119, + "z": -56283 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 137, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 112829, + "y": -103819, + "z": -56283 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "138": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 138, + "instId": 300001, + "propState": 0, + "pos": { + "x": 68330, + "y": -82794, + "z": 2778 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 138, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 68330, + "y": -83494, + "z": 2778 + }, + "rot": { + "x": 0, + "y": 336857, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "139": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 139, + "instId": 300001, + "propState": 12, + "pos": { + "x": -28344, + "y": 7059, + "z": 60356 + }, + "rot": { + "x": 0, + "y": 108266, + "z": 0 + }, + "propId": 60203 + } + ], + "teleports": {} + }, + "140": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 140, + "instId": 300006, + "propState": 0, + "pos": { + "x": -16050, + "y": 7662, + "z": 59210 + }, + "rot": { + "x": 0, + "y": 66300, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 140, + "instId": 300001, + "propState": 0, + "pos": { + "x": -15590, + "y": 7662, + "z": 58160 + }, + "rot": { + "x": 0, + "y": 66300, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 140, + "instId": 300002, + "propState": 0, + "pos": { + "x": -15090, + "y": 7662, + "z": 57020 + }, + "rot": { + "x": 0, + "y": 66300, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 140, + "instId": 300003, + "propState": 0, + "pos": { + "x": -14620, + "y": 7662, + "z": 55950 + }, + "rot": { + "x": 0, + "y": 66300, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 140, + "instId": 300004, + "propState": 0, + "pos": { + "x": -14110, + "y": 7662, + "z": 54780 + }, + "rot": { + "x": 0, + "y": 66300, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 140, + "instId": 300005, + "propState": 0, + "pos": { + "x": -13650, + "y": 7662, + "z": 53730 + }, + "rot": { + "x": 0, + "y": 66300, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 140, + "instId": 300007, + "propState": 0, + "pos": { + "x": -14850, + "y": 7662, + "z": 59740 + }, + "rot": { + "x": 0, + "y": 66300, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 140, + "instId": 300008, + "propState": 0, + "pos": { + "x": -13590, + "y": 7662, + "z": 60290 + }, + "rot": { + "x": 0, + "y": 66300, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 140, + "instId": 300009, + "propState": 0, + "pos": { + "x": -12410, + "y": 7662, + "z": 60810 + }, + "rot": { + "x": 0, + "y": 66300, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 140, + "instId": 300010, + "propState": 0, + "pos": { + "x": -11300, + "y": 7662, + "z": 61300 + }, + "rot": { + "x": 0, + "y": 66300, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 140, + "instId": 300011, + "propState": 0, + "pos": { + "x": -14377, + "y": 7662, + "z": 58668 + }, + "rot": { + "x": 0, + "y": 66300, + "z": 0 + }, + "propId": 102007 + } + ], + "teleports": {} + }, + "141": { + "monsters": [ + { + "groupId": 141, + "instId": 200001, + "eventId": 20241170, + "pos": { + "x": 218, + "y": -193081, + "z": 214 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "142": { + "monsters": [ + { + "groupId": 142, + "instId": 200001, + "eventId": 20241231, + "pos": { + "x": 132520, + "y": -103908, + "z": -63770 + }, + "rot": { + "x": 0, + "y": 277990, + "z": 0 + }, + "monsterId": 2033010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 135961, + "y": -103908, + "z": -65892 + }, + "rot": { + "x": 0, + "y": 306525, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 142, + "instId": 300003, + "propState": 0, + "pos": { + "x": 135961, + "y": -103908, + "z": -65892 + }, + "rot": { + "x": 0, + "y": 306525, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 4300, + "y": -90010, + "z": 1730 + }, + "rot": { + "x": 0, + "y": 65413, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 150, + "instId": 300007, + "propState": 0, + "pos": { + "x": 5200, + "y": -96730, + "z": -2430 + }, + "rot": { + "x": 0, + "y": 110413, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 150, + "instId": 300008, + "propState": 0, + "pos": { + "x": 5480, + "y": 9400, + "z": -2260 + }, + "rot": { + "x": 0, + "y": 110413, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 150, + "instId": 300009, + "propState": 0, + "pos": { + "x": 5470, + "y": 20180, + "z": 2230 + }, + "rot": { + "x": 0, + "y": 65413, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 150, + "instId": 300010, + "propState": 0, + "pos": { + "x": -70, + "y": 54930, + "z": -4670 + }, + "rot": { + "x": 0, + "y": 180078, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 150, + "instId": 300011, + "propState": 0, + "pos": { + "x": -4070, + "y": 200600, + "z": 4380 + }, + "rot": { + "x": 0, + "y": 315078, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 150, + "instId": 300012, + "propState": 0, + "pos": { + "x": -4460, + "y": 183020, + "z": -4390 + }, + "rot": { + "x": 0, + "y": 225078, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 150, + "instId": 300013, + "propState": 0, + "pos": { + "x": -147967, + "y": 203340, + "z": 8475 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 150, + "instId": 300014, + "propState": 0, + "pos": { + "x": -147967, + "y": 203340, + "z": 8475 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "164": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 164, + "instId": 300001, + "propState": 0, + "pos": { + "x": -2010, + "y": -171460, + "z": -33370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "165": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 165, + "instId": 300001, + "propState": 0, + "pos": { + "x": 102496, + "y": -103940, + "z": -55978 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "166": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "167": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "177": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 177, + "instId": 300001, + "propState": 0, + "pos": { + "x": -44283, + "y": 181682, + "z": -8448 + }, + "rot": { + "x": 0, + "y": 175588, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 177, + "instId": 300002, + "propState": 0, + "pos": { + "x": -44263, + "y": 181701, + "z": -8413 + }, + "rot": { + "x": 0, + "y": 175588, + "z": 0 + }, + "propId": 102076 + }, + { + "groupId": 177, + "instId": 300007, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "180": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 180, + "instId": 300001, + "propState": 0, + "pos": { + "x": 31632, + "y": 23967, + "z": 21719 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300002, + "propState": 0, + "pos": { + "x": 31632, + "y": 23967, + "z": 21719 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300003, + "propState": 0, + "pos": { + "x": 21654, + "y": 23967, + "z": 32112 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300004, + "propState": 0, + "pos": { + "x": 21654, + "y": 23967, + "z": 32112 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300005, + "propState": 0, + "pos": { + "x": -7666, + "y": 23858, + "z": 38038 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300006, + "propState": 0, + "pos": { + "x": -7666, + "y": 23858, + "z": 38038 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300007, + "propState": 0, + "pos": { + "x": -21767, + "y": 23858, + "z": 31631 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300008, + "propState": 0, + "pos": { + "x": -21767, + "y": 23858, + "z": 31631 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300009, + "propState": 0, + "pos": { + "x": -32496, + "y": 23858, + "z": 21603 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300010, + "propState": 0, + "pos": { + "x": -32496, + "y": 23858, + "z": 21603 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300011, + "propState": 0, + "pos": { + "x": -7077, + "y": 23858, + "z": -38328 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300012, + "propState": 0, + "pos": { + "x": -7077, + "y": 23858, + "z": -38328 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300013, + "propState": 0, + "pos": { + "x": -38054, + "y": 23858, + "z": 7239 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300014, + "propState": 0, + "pos": { + "x": -38054, + "y": 23858, + "z": 7239 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300015, + "propState": 0, + "pos": { + "x": -21127, + "y": 23858, + "z": -32102 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300016, + "propState": 0, + "pos": { + "x": -21127, + "y": 23858, + "z": -32102 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300017, + "propState": 0, + "pos": { + "x": 21750, + "y": 23858, + "z": -31720 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300018, + "propState": 0, + "pos": { + "x": 21750, + "y": 23858, + "z": -31720 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300019, + "propState": 0, + "pos": { + "x": 37532, + "y": 23858, + "z": 6876 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300020, + "propState": 0, + "pos": { + "x": 37532, + "y": 23858, + "z": 6876 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300021, + "propState": 0, + "pos": { + "x": 37150, + "y": 23858, + "z": -6680 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300022, + "propState": 0, + "pos": { + "x": 37150, + "y": 23858, + "z": -6680 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300023, + "propState": 0, + "pos": { + "x": -31690, + "y": 23858, + "z": -22030 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300024, + "propState": 0, + "pos": { + "x": -31690, + "y": 23858, + "z": -22030 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300025, + "propState": 0, + "pos": { + "x": 31857, + "y": 23858, + "z": -21188 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300026, + "propState": 0, + "pos": { + "x": 31857, + "y": 23858, + "z": -21188 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300027, + "propState": 0, + "pos": { + "x": 7470, + "y": 23858, + "z": -37823 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300028, + "propState": 0, + "pos": { + "x": 7470, + "y": 23858, + "z": -37823 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300029, + "propState": 0, + "pos": { + "x": 7240, + "y": 23858, + "z": 38300 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300030, + "propState": 0, + "pos": { + "x": 7240, + "y": 23858, + "z": 38300 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300031, + "propState": 0, + "pos": { + "x": -37310, + "y": 23858, + "z": -7530 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300032, + "propState": 0, + "pos": { + "x": -37310, + "y": 23858, + "z": -7530 + }, + "rot": { + "x": 0, + "y": 356004, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "181": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 181, + "instId": 300001, + "propState": 0, + "pos": { + "x": -31787, + "y": 23967, + "z": -22087 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300002, + "propState": 0, + "pos": { + "x": -31787, + "y": 23967, + "z": -22087 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300003, + "propState": 0, + "pos": { + "x": -21205, + "y": 23967, + "z": -32422 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300004, + "propState": 0, + "pos": { + "x": -21205, + "y": 23967, + "z": -32422 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300005, + "propState": 0, + "pos": { + "x": 7450, + "y": 23858, + "z": -37802 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300006, + "propState": 0, + "pos": { + "x": 7450, + "y": 23858, + "z": -37802 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300007, + "propState": 0, + "pos": { + "x": 21751, + "y": 23858, + "z": -31713 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300008, + "propState": 0, + "pos": { + "x": 21751, + "y": 23858, + "z": -31713 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300009, + "propState": 0, + "pos": { + "x": 31876, + "y": 23858, + "z": -21189 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300010, + "propState": 0, + "pos": { + "x": 31876, + "y": 23858, + "z": -21189 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300011, + "propState": 0, + "pos": { + "x": 7207, + "y": 23858, + "z": 38314 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300012, + "propState": 0, + "pos": { + "x": 7207, + "y": 23858, + "z": 38314 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300013, + "propState": 0, + "pos": { + "x": 37296, + "y": 23858, + "z": -6820 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300014, + "propState": 0, + "pos": { + "x": 37296, + "y": 23858, + "z": -6820 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300015, + "propState": 0, + "pos": { + "x": 21779, + "y": 23858, + "z": 32260 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300016, + "propState": 0, + "pos": { + "x": 21779, + "y": 23858, + "z": 32260 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300017, + "propState": 0, + "pos": { + "x": -21803, + "y": 23858, + "z": 31688 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300018, + "propState": 0, + "pos": { + "x": -21803, + "y": 23858, + "z": 31688 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300019, + "propState": 0, + "pos": { + "x": -37932, + "y": 23858, + "z": -7560 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300020, + "propState": 0, + "pos": { + "x": -37932, + "y": 23858, + "z": -7560 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300021, + "propState": 0, + "pos": { + "x": -38047, + "y": 23858, + "z": 7340 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300022, + "propState": 0, + "pos": { + "x": -38428, + "y": 23858, + "z": 7312 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300023, + "propState": 0, + "pos": { + "x": 31681, + "y": 23858, + "z": 21786 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300024, + "propState": 0, + "pos": { + "x": 31681, + "y": 23858, + "z": 21786 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300025, + "propState": 0, + "pos": { + "x": -32639, + "y": 23858, + "z": 21672 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300026, + "propState": 0, + "pos": { + "x": -32639, + "y": 23858, + "z": 21672 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300027, + "propState": 0, + "pos": { + "x": -7693, + "y": 23858, + "z": 38047 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300028, + "propState": 0, + "pos": { + "x": -7693, + "y": 23858, + "z": 38047 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300029, + "propState": 0, + "pos": { + "x": -7053, + "y": 23858, + "z": -38372 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300030, + "propState": 0, + "pos": { + "x": -7053, + "y": 23858, + "z": -38372 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300031, + "propState": 0, + "pos": { + "x": 38108, + "y": 23858, + "z": 7368 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 181, + "instId": 300032, + "propState": 0, + "pos": { + "x": 38108, + "y": 23858, + "z": 7368 + }, + "rot": { + "x": 0, + "y": 355813, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "187": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 188, + "instId": 300006, + "propState": 0, + "pos": { + "x": -72574, + "y": 199136, + "z": -3222 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300007, + "propState": 0, + "pos": { + "x": -67504, + "y": 207138, + "z": -25570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300008, + "propState": 0, + "pos": { + "x": -19162, + "y": 211531, + "z": -40528 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 188, + "instId": 300009, + "propState": 0, + "pos": { + "x": -57404, + "y": 211531, + "z": -41997 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 188, + "instId": 300010, + "propState": 0, + "pos": { + "x": -69037, + "y": 199136, + "z": 36922 + }, + "rot": { + "x": 0, + "y": 315759, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 188, + "instId": 300011, + "propState": 0, + "pos": { + "x": 55600, + "y": 205681, + "z": 55810 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300012, + "propState": 0, + "pos": { + "x": 62588, + "y": 205667, + "z": 48153 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300044, + "propState": 0, + "pos": { + "x": -15802, + "y": 211531, + "z": -58611 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 188, + "instId": 300013, + "propState": 0, + "pos": { + "x": -26830, + "y": 53652, + "z": -73150 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300014, + "propState": 0, + "pos": { + "x": -31598, + "y": 53652, + "z": -120400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300003, + "propState": 0, + "pos": { + "x": 3597, + "y": 57142, + "z": -180173 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300004, + "propState": 0, + "pos": { + "x": -19529, + "y": 57142, + "z": -171018 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300005, + "propState": 0, + "pos": { + "x": -4683, + "y": 54284, + "z": -126906 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300015, + "propState": 0, + "pos": { + "x": -6220, + "y": 56533, + "z": -142946 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300054, + "propState": 0, + "pos": { + "x": 1926, + "y": 53469, + "z": -24831 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300055, + "propState": 0, + "pos": { + "x": -16043, + "y": 53652, + "z": -92147 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300056, + "propState": 0, + "pos": { + "x": -38490, + "y": 53642, + "z": -48950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300057, + "propState": 0, + "pos": { + "x": -40502, + "y": 53318, + "z": -67709 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300058, + "propState": 0, + "pos": { + "x": 13248, + "y": 57142, + "z": -168217 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 188, + "instId": 300034, + "propState": 0, + "pos": { + "x": -23793, + "y": 53650, + "z": -93625 + }, + "rot": { + "x": 0, + "y": 229876, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 188, + "instId": 300035, + "propState": 0, + "pos": { + "x": -75689, + "y": 199136, + "z": 19268 + }, + "rot": { + "x": 0, + "y": 278428, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 188, + "instId": 300038, + "propState": 0, + "pos": { + "x": 9482, + "y": 57142, + "z": -153339 + }, + "rot": { + "x": 0, + "y": 204715, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "189": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 189, + "instId": 300040, + "propState": 0, + "pos": { + "x": -44310, + "y": 198957, + "z": 42050 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 189, + "instId": 300045, + "propState": 0, + "pos": { + "x": -29460, + "y": 198957, + "z": 27080 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 189, + "instId": 300046, + "propState": 0, + "pos": { + "x": -14210, + "y": 198942, + "z": 16330 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + } + ], + "teleports": {} + }, + "190": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 190, + "instId": 300024, + "propState": 0, + "pos": { + "x": 30520, + "y": -170770, + "z": 18400 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 190, + "instId": 300025, + "propState": 0, + "pos": { + "x": 10121, + "y": -170770, + "z": -35850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 190, + "instId": 300027, + "propState": 0, + "pos": { + "x": 35476, + "y": -170770, + "z": -8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 190, + "instId": 300029, + "propState": 0, + "pos": { + "x": -24680, + "y": -193149, + "z": 11910 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 190, + "instId": 300030, + "propState": 0, + "pos": { + "x": -32074, + "y": -186989, + "z": 18573 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 190, + "instId": 300031, + "propState": 0, + "pos": { + "x": 9376, + "y": -193202, + "z": 35747 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 190, + "instId": 300028, + "propState": 0, + "pos": { + "x": 1946, + "y": -170770, + "z": 34517 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "191": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 191, + "instId": 300013, + "propState": 0, + "pos": { + "x": -26830, + "y": 53652, + "z": -73150 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300014, + "propState": 0, + "pos": { + "x": -31598, + "y": 53652, + "z": -120400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300003, + "propState": 0, + "pos": { + "x": 3597, + "y": 57142, + "z": -180173 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300004, + "propState": 0, + "pos": { + "x": -19529, + "y": 57142, + "z": -171018 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300005, + "propState": 0, + "pos": { + "x": -4873, + "y": 54296, + "z": -127263 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300015, + "propState": 0, + "pos": { + "x": -6206, + "y": 56549, + "z": -143303 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300054, + "propState": 0, + "pos": { + "x": 1926, + "y": 53469, + "z": -24831 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300055, + "propState": 0, + "pos": { + "x": -13580, + "y": 53652, + "z": -87880 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300056, + "propState": 0, + "pos": { + "x": -38490, + "y": 53642, + "z": -48950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300057, + "propState": 0, + "pos": { + "x": -40502, + "y": 53318, + "z": -67709 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300058, + "propState": 0, + "pos": { + "x": 13248, + "y": 57142, + "z": -168217 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300059, + "propState": 0, + "pos": { + "x": 14498, + "y": 18717, + "z": 8325 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 191, + "instId": 300060, + "propState": 0, + "pos": { + "x": -7631, + "y": 8055, + "z": 3300 + }, + "rot": { + "x": 0, + "y": 115000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 191, + "instId": 300061, + "propState": 0, + "pos": { + "x": 7130, + "y": 8055, + "z": -5810 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300062, + "propState": 0, + "pos": { + "x": -7340, + "y": 18792, + "z": -3020 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 191, + "instId": 300063, + "propState": 0, + "pos": { + "x": 23924, + "y": -96604, + "z": -7335 + }, + "rot": { + "x": 0, + "y": 21580, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 191, + "instId": 300064, + "propState": 0, + "pos": { + "x": 29625, + "y": -96604, + "z": -21774 + }, + "rot": { + "x": 0, + "y": 21580, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 191, + "instId": 300024, + "propState": 0, + "pos": { + "x": 30520, + "y": -170770, + "z": 18400 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 191, + "instId": 300025, + "propState": 0, + "pos": { + "x": 10121, + "y": -170770, + "z": -35850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 191, + "instId": 300027, + "propState": 0, + "pos": { + "x": 35476, + "y": -170770, + "z": -8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 191, + "instId": 300029, + "propState": 0, + "pos": { + "x": -24680, + "y": -193149, + "z": 11910 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 191, + "instId": 300030, + "propState": 0, + "pos": { + "x": -32074, + "y": -186989, + "z": 18573 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 191, + "instId": 300031, + "propState": 0, + "pos": { + "x": 9376, + "y": -193202, + "z": 35747 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 191, + "instId": 300067, + "propState": 0, + "pos": { + "x": -22213, + "y": -176009, + "z": -29574 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 191, + "instId": 300068, + "propState": 0, + "pos": { + "x": -36247, + "y": -181509, + "z": -6718 + }, + "rot": { + "x": 0, + "y": 90674, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 191, + "instId": 300028, + "propState": 0, + "pos": { + "x": 1946, + "y": -170770, + "z": 34517 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 191, + "instId": 300034, + "propState": 0, + "pos": { + "x": -23793, + "y": 53650, + "z": -93625 + }, + "rot": { + "x": 0, + "y": 229876, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 191, + "instId": 300038, + "propState": 0, + "pos": { + "x": 9482, + "y": 57142, + "z": -153339 + }, + "rot": { + "x": 0, + "y": 204715, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "192": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 192, + "instId": 300006, + "propState": 0, + "pos": { + "x": -72574, + "y": 199136, + "z": -3222 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300007, + "propState": 0, + "pos": { + "x": -67504, + "y": 207138, + "z": -31033 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300008, + "propState": 0, + "pos": { + "x": -19162, + "y": 211531, + "z": -40528 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300010, + "propState": 0, + "pos": { + "x": -49442, + "y": 199136, + "z": 61880 + }, + "rot": { + "x": 0, + "y": 315759, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300011, + "propState": 0, + "pos": { + "x": 55600, + "y": 205681, + "z": 55810 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300012, + "propState": 0, + "pos": { + "x": 62588, + "y": 205667, + "z": 48153 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300037, + "propState": 0, + "pos": { + "x": 37090, + "y": 205681, + "z": 57720 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300040, + "propState": 0, + "pos": { + "x": 98200, + "y": 210216, + "z": 65510 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300041, + "propState": 0, + "pos": { + "x": 73750, + "y": 210216, + "z": 89960 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300042, + "propState": 0, + "pos": { + "x": 128556, + "y": 210216, + "z": 83002 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300043, + "propState": 0, + "pos": { + "x": 91091, + "y": 210216, + "z": 120469 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300044, + "propState": 0, + "pos": { + "x": -15802, + "y": 211531, + "z": -58611 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300047, + "propState": 0, + "pos": { + "x": 29320, + "y": 198957, + "z": 67530 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300048, + "propState": 0, + "pos": { + "x": -27224, + "y": 190429, + "z": 61847 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300013, + "propState": 0, + "pos": { + "x": -26830, + "y": 53652, + "z": -73150 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300014, + "propState": 0, + "pos": { + "x": -31598, + "y": 53652, + "z": -120400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300003, + "propState": 0, + "pos": { + "x": 3597, + "y": 57142, + "z": -180173 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300004, + "propState": 0, + "pos": { + "x": -19529, + "y": 57142, + "z": -171018 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300005, + "propState": 0, + "pos": { + "x": 12503, + "y": 61901, + "z": -124335 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300015, + "propState": 0, + "pos": { + "x": 66546, + "y": 71952, + "z": -109548 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300016, + "propState": 0, + "pos": { + "x": 21892, + "y": 74396, + "z": -40594 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300032, + "propState": 0, + "pos": { + "x": -8468, + "y": 53474, + "z": -35784 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300033, + "propState": 0, + "pos": { + "x": 35828, + "y": 80576, + "z": -7677 + }, + "rot": { + "x": 0, + "y": 115000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300054, + "propState": 0, + "pos": { + "x": 1926, + "y": 53469, + "z": -41185 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300055, + "propState": 0, + "pos": { + "x": -16043, + "y": 53652, + "z": -92147 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300056, + "propState": 0, + "pos": { + "x": -38490, + "y": 53642, + "z": -48950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300057, + "propState": 0, + "pos": { + "x": -40502, + "y": 53318, + "z": -67709 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300058, + "propState": 0, + "pos": { + "x": 13248, + "y": 57142, + "z": -168217 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300059, + "propState": 0, + "pos": { + "x": 14498, + "y": 18717, + "z": 8325 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300060, + "propState": 0, + "pos": { + "x": -920, + "y": 18792, + "z": 8470 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300061, + "propState": 0, + "pos": { + "x": 7130, + "y": 8055, + "z": -5810 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300062, + "propState": 0, + "pos": { + "x": -7340, + "y": 18792, + "z": -3020 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300017, + "propState": 0, + "pos": { + "x": 91623, + "y": -89070, + "z": -51654 + }, + "rot": { + "x": 0, + "y": 113000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300018, + "propState": 0, + "pos": { + "x": 86200, + "y": -103888, + "z": -26990 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300019, + "propState": 0, + "pos": { + "x": 64858, + "y": -98287, + "z": 32896 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300020, + "propState": 0, + "pos": { + "x": 79100, + "y": -98287, + "z": 8039 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300021, + "propState": 0, + "pos": { + "x": 31750, + "y": -91174, + "z": 17700 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300022, + "propState": 0, + "pos": { + "x": 79632, + "y": -83508, + "z": 29805 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300023, + "propState": 0, + "pos": { + "x": 58680, + "y": -83495, + "z": 45780 + }, + "rot": { + "x": 0, + "y": 65000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300039, + "propState": 0, + "pos": { + "x": 96368, + "y": -103918, + "z": -61987 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300063, + "propState": 0, + "pos": { + "x": 37677, + "y": -96604, + "z": -12773 + }, + "rot": { + "x": 0, + "y": 21580, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300064, + "propState": 0, + "pos": { + "x": 29625, + "y": -96604, + "z": -21774 + }, + "rot": { + "x": 0, + "y": 21580, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300065, + "propState": 0, + "pos": { + "x": 116842, + "y": -103881, + "z": -248 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300066, + "propState": 0, + "pos": { + "x": 14715, + "y": -87088, + "z": 32900 + }, + "rot": { + "x": 0, + "y": 21580, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300024, + "propState": 0, + "pos": { + "x": 30520, + "y": -170770, + "z": 18400 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300025, + "propState": 0, + "pos": { + "x": 10121, + "y": -170770, + "z": -35850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300027, + "propState": 0, + "pos": { + "x": 35476, + "y": -170770, + "z": -8000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300029, + "propState": 0, + "pos": { + "x": -24680, + "y": -193149, + "z": 11910 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300030, + "propState": 0, + "pos": { + "x": -32074, + "y": -186989, + "z": 18573 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 192, + "instId": 300031, + "propState": 0, + "pos": { + "x": 9376, + "y": -193202, + "z": 35747 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300067, + "propState": 0, + "pos": { + "x": -22213, + "y": -176009, + "z": -29574 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300068, + "propState": 0, + "pos": { + "x": -36247, + "y": -181509, + "z": -6718 + }, + "rot": { + "x": 0, + "y": 90674, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 192, + "instId": 300002, + "propState": 0, + "pos": { + "x": 8814, + "y": 53702, + "z": -88743 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 192, + "instId": 300001, + "propState": 0, + "pos": { + "x": 129445, + "y": -103881, + "z": -13258 + }, + "rot": { + "x": 0, + "y": 335472, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 192, + "instId": 300026, + "propState": 0, + "pos": { + "x": 126060, + "y": -103918, + "z": -53058 + }, + "rot": { + "x": 0, + "y": 284198, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 192, + "instId": 300028, + "propState": 0, + "pos": { + "x": 1946, + "y": -170770, + "z": 34517 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 192, + "instId": 300034, + "propState": 0, + "pos": { + "x": -23793, + "y": 53650, + "z": -93625 + }, + "rot": { + "x": 0, + "y": 229876, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 192, + "instId": 300035, + "propState": 0, + "pos": { + "x": -76300, + "y": 199136, + "z": 19358 + }, + "rot": { + "x": 0, + "y": 278428, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 192, + "instId": 300036, + "propState": 0, + "pos": { + "x": 63915, + "y": -83495, + "z": 32559 + }, + "rot": { + "x": 0, + "y": 172502, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 192, + "instId": 300038, + "propState": 0, + "pos": { + "x": 9482, + "y": 57142, + "z": -153339 + }, + "rot": { + "x": 0, + "y": 204715, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "213": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "215": { + "monsters": [ + { + "groupId": 215, + "instId": 200001, + "eventId": 101220, + "pos": { + "x": 141730, + "y": -103881, + "z": -3680 + }, + "rot": { + "x": 0, + "y": 246274, + "z": 0 + }, + "monsterId": 2033011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 215, + "instId": 300001, + "propState": 8, + "pos": { + "x": 141730, + "y": -102881, + "z": -3680 + }, + "rot": { + "x": 0, + "y": 156274, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1120": { + "anchorId": 1, + "groupId": 215, + "instId": 300001, + "pos": { + "x": 136140, + "y": -103881, + "z": -6260 + }, + "rot": { + "x": 0, + "y": 64301, + "z": 0 + } + } + } + }, + "223": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 223, + "instId": 300001, + "propState": 0, + "pos": { + "x": -110650, + "y": 199100, + "z": 5810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102235 + } + ], + "teleports": {} + }, + "225": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 225, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": -172390, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "235": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 15150, + "y": 57142, + "z": -157750 + }, + "rot": { + "x": 0, + "y": 87993, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1211": { + "anchorId": 1, + "groupId": 235, + "instId": 300001, + "pos": { + "x": 12970, + "y": 57142, + "z": -159120 + }, + "rot": { + "x": 0, + "y": 60243, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 301 + } + }, + "2024201": { + "P20242_F20242001": { + "scenes": { + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 1, + "pos": { + "x": 44056, + "y": -18091, + "z": 43494 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102263 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -60778, + "y": -18041, + "z": 75796 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -60778, + "y": -18741, + "z": 75796 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -63038, + "y": -45736, + "z": -28826 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -63038, + "y": -46436, + "z": -28826 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 2359, + "y": -50957, + "z": 60451 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 2359, + "y": -51657, + "z": 60451 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2024201": { + "anchorId": 1, + "groupId": 19, + "instId": 300001, + "pos": { + "x": 48950, + "y": -41002, + "z": 62440 + }, + "rot": { + "x": 0, + "y": 59245, + "z": 0 + } + }, + "2024202": { + "anchorId": 2, + "groupId": 19, + "instId": 300002, + "pos": { + "x": 32897, + "y": -18077, + "z": -37939 + }, + "rot": { + "x": 0, + "y": 341129, + "z": 0 + } + }, + "2024203": { + "anchorId": 3, + "groupId": 19, + "instId": 300003, + "pos": { + "x": -12060, + "y": -43640, + "z": 66370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2024204": { + "anchorId": 4, + "groupId": 19, + "instId": 300004, + "pos": { + "x": -27258, + "y": -51710, + "z": 5590 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2024205": { + "anchorId": 5, + "groupId": 19, + "instId": 300005, + "pos": { + "x": -34127, + "y": -18077, + "z": -37963 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + } + }, + "2024206": { + "anchorId": 6, + "groupId": 19, + "instId": 300006, + "pos": { + "x": 44360, + "y": -34216, + "z": -43150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2024207": { + "anchorId": 7, + "groupId": 19, + "instId": 300007, + "pos": { + "x": -769, + "y": -25940, + "z": -2833 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300002, + "propState": 0, + "pos": { + "x": 17125, + "y": -34225, + "z": -46003 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 21, + "instId": 300026, + "propState": 0, + "pos": { + "x": 10310, + "y": -43624, + "z": 70387 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 0, + "pos": { + "x": -37510, + "y": -51710, + "z": 1896 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 0, + "pos": { + "x": 43909, + "y": -41002, + "z": 66824 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 0, + "pos": { + "x": 55575, + "y": -39335, + "z": 23381 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 0, + "pos": { + "x": 68561, + "y": -39346, + "z": 51083 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300010, + "propState": 0, + "pos": { + "x": 31248, + "y": -34225, + "z": -39472 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300011, + "propState": 0, + "pos": { + "x": 33912, + "y": -34225, + "z": -47695 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300012, + "propState": 0, + "pos": { + "x": 47320, + "y": -18077, + "z": -35998 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 0, + "pos": { + "x": 40788, + "y": -18077, + "z": 11407 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 0, + "pos": { + "x": 65640, + "y": -18064, + "z": 55785 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300015, + "propState": 0, + "pos": { + "x": 61820, + "y": -16808, + "z": 31810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300013, + "propState": 0, + "pos": { + "x": 19484, + "y": -43711, + "z": 39313 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300014, + "propState": 0, + "pos": { + "x": 4713, + "y": -43658, + "z": 36293 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300018, + "propState": 0, + "pos": { + "x": 6002, + "y": -43640, + "z": 61340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300019, + "propState": 0, + "pos": { + "x": 33962, + "y": -44297, + "z": 71571 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300020, + "propState": 0, + "pos": { + "x": -608, + "y": -51864, + "z": 90591 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300021, + "propState": 0, + "pos": { + "x": 4682, + "y": -51884, + "z": 117523 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300016, + "propState": 0, + "pos": { + "x": -33253, + "y": -44340, + "z": 63665 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300017, + "propState": 0, + "pos": { + "x": -68450, + "y": -46436, + "z": 70354 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300023, + "propState": 0, + "pos": { + "x": -67623, + "y": -47111, + "z": 93935 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300028, + "propState": 0, + "pos": { + "x": -59503, + "y": -47836, + "z": 11294 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300029, + "propState": 0, + "pos": { + "x": -10770, + "y": -51710, + "z": -22080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": -17300, + "y": -51710, + "z": -21860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300009, + "propState": 0, + "pos": { + "x": -18477, + "y": -51710, + "z": 33483 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300024, + "propState": 0, + "pos": { + "x": -25050, + "y": -51710, + "z": 33483 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300032, + "propState": 0, + "pos": { + "x": 21771, + "y": -51710, + "z": 30784 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300034, + "propState": 0, + "pos": { + "x": -13609, + "y": -51729, + "z": -45365 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300033, + "propState": 0, + "pos": { + "x": 22918, + "y": -51710, + "z": -20040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300027, + "propState": 0, + "pos": { + "x": -18125, + "y": -51688, + "z": 62259 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300035, + "propState": 0, + "pos": { + "x": -53090, + "y": -18060, + "z": 21860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300025, + "propState": 0, + "pos": { + "x": -48615, + "y": -18077, + "z": -42437 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300031, + "propState": 0, + "pos": { + "x": -61575, + "y": -18791, + "z": 56208 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 92, + "instId": 300002, + "propState": 0, + "pos": { + "x": 24180, + "y": -34187, + "z": -38478 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 94, + "instId": 300002, + "propState": 0, + "pos": { + "x": -76204, + "y": -47108, + "z": 84167 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 94, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -76204, + "y": -47108, + "z": 84167 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 94, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300011, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300012, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "115": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 115, + "instId": 300002, + "propState": 0, + "pos": { + "x": 20983, + "y": -18077, + "z": -41330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "116": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 116, + "instId": 300002, + "propState": 0, + "pos": { + "x": 39264, + "y": -18015, + "z": 51774 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "117": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 117, + "instId": 300002, + "propState": 0, + "pos": { + "x": 26993, + "y": -43671, + "z": 45679 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "118": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 118, + "instId": 300002, + "propState": 0, + "pos": { + "x": -26605, + "y": -51652, + "z": 55226 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "119": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 119, + "instId": 300002, + "propState": 0, + "pos": { + "x": -25508, + "y": -51696, + "z": -38532 + }, + "rot": { + "x": 0, + "y": 179999, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "120": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 120, + "instId": 300002, + "propState": 0, + "pos": { + "x": -40996, + "y": -18054, + "z": 51736 + }, + "rot": { + "x": 0, + "y": 269999, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "121": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 121, + "instId": 300002, + "propState": 0, + "pos": { + "x": -22889, + "y": -18077, + "z": -41134 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "122": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "123": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "124": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 124, + "instId": 300007, + "propState": 1, + "pos": { + "x": -45789, + "y": -18100, + "z": 43628 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102263 + } + ], + "teleports": {} + }, + "125": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 125, + "instId": 300008, + "propState": 1, + "pos": { + "x": 377, + "y": -51888, + "z": 115947 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102239 + } + ], + "teleports": {} + }, + "126": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "136": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 136, + "instId": 300002, + "propState": 0, + "pos": { + "x": 69197, + "y": -18064, + "z": 35913 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 136, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 69197, + "y": -18064, + "z": 35913 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 136, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 136, + "instId": 300011, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 136, + "instId": 300012, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "138": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 138, + "instId": 300001, + "propState": 0, + "pos": { + "x": 48550, + "y": -31589, + "z": -12689 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102261 + } + ], + "teleports": {} + }, + "139": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 139, + "instId": 300001, + "propState": 101, + "pos": { + "x": -50734, + "y": -46400, + "z": 47300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102262 + } + ], + "teleports": {} + }, + "167": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "pos": { + "x": -42340, + "y": -18077, + "z": 5205 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + } + ], + "teleports": {} + }, + "178": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 178, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5068, + "y": -26069, + "z": 19190 + }, + "rot": { + "x": 0, + "y": 245879, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "179": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "180": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "182": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 182, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300002, + "propState": 0, + "pos": { + "x": 27800, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300004, + "propState": 0, + "pos": { + "x": 24680, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300005, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300006, + "propState": 0, + "pos": { + "x": 21680, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300008, + "propState": 0, + "pos": { + "x": 18800, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300009, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300010, + "propState": 0, + "pos": { + "x": 15920, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300011, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300012, + "propState": 0, + "pos": { + "x": 6920, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300013, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300014, + "propState": 0, + "pos": { + "x": 3800, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300015, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300016, + "propState": 0, + "pos": { + "x": 740, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300017, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300018, + "propState": 0, + "pos": { + "x": -2260, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300019, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300020, + "propState": 0, + "pos": { + "x": -5200, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300021, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300022, + "propState": 0, + "pos": { + "x": -17200, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300023, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300024, + "propState": 0, + "pos": { + "x": -20200, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300025, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300026, + "propState": 0, + "pos": { + "x": -23200, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300027, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300028, + "propState": 0, + "pos": { + "x": -26200, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300029, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300030, + "propState": 0, + "pos": { + "x": -29200, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + } + ], + "teleports": {} + }, + "183": { + "monsters": [], + "npcs": [ + { + "groupId": 183, + "instId": 400001, + "pos": { + "x": 22410, + "y": -120400, + "z": -10210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12247 + } + ], + "props": [ + { + "groupId": 183, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "184": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 184, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "185": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 185, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "186": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 186, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "187": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 187, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 188, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "189": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 189, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "190": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 190, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "191": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 191, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "192": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 192, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "193": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 193, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 194, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "195": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 195, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "196": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 196, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "197": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 197, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "199": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 199, + "instId": 300001, + "propState": 8, + "pos": { + "x": -1027, + "y": -26070, + "z": 24084 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 113 + } + ], + "teleports": { + "1306": { + "anchorId": 1, + "groupId": 199, + "instId": 300001, + "pos": { + "x": -1119, + "y": -26070, + "z": 21531 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "258": { + "monsters": [], + "npcs": [ + { + "groupId": 258, + "instId": 400001, + "pos": { + "x": 20383, + "y": -34225, + "z": -48306 + }, + "rot": { + "x": 0, + "y": 354327, + "z": 0 + }, + "npcId": 12407 + } + ], + "props": [], + "teleports": {} + }, + "259": { + "monsters": [], + "npcs": [ + { + "groupId": 259, + "instId": 400001, + "pos": { + "x": 36589, + "y": -39357, + "z": 1522 + }, + "rot": { + "x": 0, + "y": 90075, + "z": 0 + }, + "npcId": 12424 + } + ], + "props": [], + "teleports": {} + }, + "260": { + "monsters": [], + "npcs": [ + { + "groupId": 260, + "instId": 400001, + "pos": { + "x": 69763, + "y": -39346, + "z": 54272 + }, + "rot": { + "x": 0, + "y": 286892, + "z": 0 + }, + "npcId": 12400 + } + ], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "328": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 328, + "instId": 300020, + "propState": 0, + "pos": { + "x": 31085, + "y": -44293, + "z": 98987 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "329": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 329, + "instId": 300001, + "propState": 18, + "pos": { + "x": 54499, + "y": -40536, + "z": 57180 + }, + "rot": { + "x": 0, + "y": 152851, + "z": 0 + }, + "propId": 102011 + } + ], + "teleports": {} + }, + "330": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 330, + "instId": 300001, + "propState": 18, + "pos": { + "x": 39907, + "y": -32560, + "z": -52007 + }, + "rot": { + "x": 0, + "y": 141121, + "z": 0 + }, + "propId": 102012 + } + ], + "teleports": {} + }, + "331": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 331, + "instId": 300001, + "propState": 18, + "pos": { + "x": 32147, + "y": -17031, + "z": -36309 + }, + "rot": { + "x": 0, + "y": 99351, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 301 + } + }, + "2024301": { + "P20243_F20243001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 2, + "worldId": 301 + } + }, + "2031101": { + "P20311_F20311001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": -110818, + "y": 22077, + "z": -216545 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": 120671, + "y": 32410, + "z": -316397 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 0, + "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": 1, + "pos": { + "x": -140500, + "y": 22100, + "z": -125764 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103011 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": -140580, + "y": 20930, + "z": -46900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103010 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 1, + "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": 0, + "pos": { + "x": -142489, + "y": 16032, + "z": -52035 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2031101": { + "anchorId": 1, + "groupId": 51, + "instId": 300001, + "pos": { + "x": 160361, + "y": 28084, + "z": -130813 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2031102": { + "anchorId": 2, + "groupId": 51, + "instId": 300002, + "pos": { + "x": 72413, + "y": -16918, + "z": -259230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2031103": { + "anchorId": 4, + "groupId": 51, + "instId": 300004, + "pos": { + "x": -120645, + "y": 22077, + "z": -148724 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2031104": { + "anchorId": 5, + "groupId": 51, + "instId": 300005, + "pos": { + "x": -145525, + "y": -4910, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2031105": { + "anchorId": 6, + "groupId": 51, + "instId": 300006, + "pos": { + "x": -130013, + "y": 28067, + "z": -3320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "52": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "54": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -194280, + "y": 16032, + "z": -82577 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300003, + "propState": 0, + "pos": { + "x": -194280, + "y": 16032, + "z": -82577 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 54, + "instId": 300004, + "propState": 0, + "pos": { + "x": -185480, + "y": 16032, + "z": -76900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "55": { + "monsters": [ + { + "groupId": 55, + "instId": 200001, + "eventId": 101215, + "pos": { + "x": -190717, + "y": 22077, + "z": -149660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3003021 + } + ], + "npcs": [], + "props": [ + { + "groupId": 55, + "instId": 300001, + "propState": 8, + "pos": { + "x": -190717, + "y": 23077, + "z": -149660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1115": { + "anchorId": 1, + "groupId": 55, + "instId": 300001, + "pos": { + "x": -184613, + "y": 22077, + "z": -149622 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300002, + "propState": 0, + "pos": { + "x": 99106, + "y": 28410, + "z": -310270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 0, + "pos": { + "x": 148261, + "y": 28084, + "z": -162045 + }, + "rot": { + "x": 0, + "y": 349862, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300012, + "propState": 0, + "pos": { + "x": -196652, + "y": 16032, + "z": -58845 + }, + "rot": { + "x": 0, + "y": 46295, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300013, + "propState": 0, + "pos": { + "x": -171791, + "y": 22077, + "z": -150220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300014, + "propState": 0, + "pos": { + "x": -62450, + "y": -16918, + "z": -245750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300029, + "propState": 0, + "pos": { + "x": 164490, + "y": 32410, + "z": -315343 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300006, + "propState": 0, + "pos": { + "x": 144074, + "y": 28100, + "z": -138285 + }, + "rot": { + "x": 0, + "y": 46973, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300007, + "propState": 0, + "pos": { + "x": 115530, + "y": 22088, + "z": -216120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 0, + "pos": { + "x": 108292, + "y": 16085, + "z": -249816 + }, + "rot": { + "x": 0, + "y": 151903, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300004, + "propState": 0, + "pos": { + "x": 80018, + "y": 22090, + "z": -228853 + }, + "rot": { + "x": 0, + "y": 220892, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300005, + "propState": 0, + "pos": { + "x": 129786, + "y": 32420, + "z": -313979 + }, + "rot": { + "x": 0, + "y": 314976, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300008, + "propState": 0, + "pos": { + "x": 63798, + "y": -16918, + "z": -242284 + }, + "rot": { + "x": 0, + "y": 321448, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300009, + "propState": 0, + "pos": { + "x": -80004, + "y": 22090, + "z": -201241 + }, + "rot": { + "x": 0, + "y": 84752, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300010, + "propState": 0, + "pos": { + "x": -121155, + "y": 22077, + "z": -216574 + }, + "rot": { + "x": 0, + "y": 353807, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300011, + "propState": 0, + "pos": { + "x": -121053, + "y": 22077, + "z": -177263 + }, + "rot": { + "x": 0, + "y": 173938, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300015, + "propState": 0, + "pos": { + "x": -142734, + "y": 19077, + "z": -152427 + }, + "rot": { + "x": 0, + "y": 115462, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300016, + "propState": 0, + "pos": { + "x": -153560, + "y": 16077, + "z": -129380 + }, + "rot": { + "x": 0, + "y": 107668, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300017, + "propState": 0, + "pos": { + "x": -136000, + "y": 22077, + "z": -127490 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300018, + "propState": 0, + "pos": { + "x": -145805, + "y": 21032, + "z": -27344 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300019, + "propState": 0, + "pos": { + "x": -153673, + "y": 28075, + "z": -2480 + }, + "rot": { + "x": 0, + "y": 119812, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300020, + "propState": 0, + "pos": { + "x": -188991, + "y": 28032, + "z": 2956 + }, + "rot": { + "x": 0, + "y": 186615, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300021, + "propState": 0, + "pos": { + "x": -188120, + "y": 16032, + "z": -80463 + }, + "rot": { + "x": 0, + "y": 285782, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300022, + "propState": 0, + "pos": { + "x": -135496, + "y": -4910, + "z": -26902 + }, + "rot": { + "x": 0, + "y": 142473, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300023, + "propState": 0, + "pos": { + "x": -126745, + "y": -4910, + "z": -95978 + }, + "rot": { + "x": 0, + "y": 353936, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300024, + "propState": 0, + "pos": { + "x": -127846, + "y": -4910, + "z": -132695 + }, + "rot": { + "x": 0, + "y": 297112, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300025, + "propState": 0, + "pos": { + "x": -161537, + "y": -10910, + "z": -137835 + }, + "rot": { + "x": 0, + "y": 247230, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300026, + "propState": 0, + "pos": { + "x": -121595, + "y": -16910, + "z": -150035 + }, + "rot": { + "x": 0, + "y": 178939, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300027, + "propState": 0, + "pos": { + "x": -125438, + "y": -16910, + "z": -196494 + }, + "rot": { + "x": 0, + "y": 118484, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300028, + "propState": 0, + "pos": { + "x": -75992, + "y": -16900, + "z": -202281 + }, + "rot": { + "x": 0, + "y": 187292, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "57": { + "monsters": [ + { + "groupId": 57, + "instId": 200001, + "eventId": 20311233, + "pos": { + "x": 84597, + "y": 28420, + "z": -303957 + }, + "rot": { + "x": 0, + "y": 124687, + "z": 0 + }, + "monsterId": 3003010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 80288, + "y": 28410, + "z": -302663 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 0, + "pos": { + "x": 80288, + "y": 28410, + "z": -302663 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 57, + "instId": 300004, + "propState": 0, + "pos": { + "x": 95351, + "y": 28410, + "z": -312124 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "60": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "61": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 62, + "instId": 300001, + "propState": 0, + "pos": { + "x": 166059, + "y": 35202, + "z": -250726 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 0, + "pos": { + "x": 126273, + "y": 35030, + "z": -277480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300001, + "propState": 0, + "pos": { + "x": 166240, + "y": 47050, + "z": -271620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 0, + "pos": { + "x": 134365, + "y": 47050, + "z": -264098 + }, + "rot": { + "x": 0, + "y": 216920, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 63, + "instId": 300003, + "propState": 0, + "pos": { + "x": 110107, + "y": 47060, + "z": -274810 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 12, + "pos": { + "x": 111726, + "y": 35080, + "z": -269710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60302 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 65, + "instId": 300002, + "propState": 12, + "pos": { + "x": 153190, + "y": 46630, + "z": -272600 + }, + "rot": { + "x": 0, + "y": 305478, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 171780, + "y": 32420, + "z": -319930 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1209": { + "anchorId": 1, + "groupId": 68, + "instId": 300001, + "pos": { + "x": 169880, + "y": 32410, + "z": -318150 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + } + } + } + }, + "71": { + "monsters": [ + { + "groupId": 71, + "instId": 200001, + "eventId": 20311231, + "pos": { + "x": 125231, + "y": 43140, + "z": -270798 + }, + "rot": { + "x": 0, + "y": 150913, + "z": 0 + }, + "monsterId": 3003020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 0, + "pos": { + "x": 125420, + "y": 40810, + "z": -276120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 0, + "pos": { + "x": 125420, + "y": 41160, + "z": -256100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 0, + "pos": { + "x": 125230, + "y": 39880, + "z": -263970 + }, + "rot": { + "x": 0, + "y": 359902, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + }, + "73": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -110601, + "y": 22308, + "z": -40540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 0, + "pos": { + "x": -110601, + "y": 22308, + "z": -40540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 0, + "pos": { + "x": -107740, + "y": 22034, + "z": -54710 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300002, + "propState": 0, + "pos": { + "x": -122020, + "y": 16032, + "z": -80556 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 74, + "instId": 300026, + "propState": 0, + "pos": { + "x": -130967, + "y": 16048, + "z": -66606 + }, + "rot": { + "x": 0, + "y": 13220, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 74, + "instId": 300027, + "propState": 0, + "pos": { + "x": -159972, + "y": 16032, + "z": -86207 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 74, + "instId": 300028, + "propState": 0, + "pos": { + "x": -107792, + "y": 28048, + "z": -72795 + }, + "rot": { + "x": 0, + "y": 268271, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "76": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300026, + "propState": 0, + "pos": { + "x": -140319, + "y": 38323, + "z": -55920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 78, + "instId": 300027, + "propState": 0, + "pos": { + "x": -152550, + "y": 23093, + "z": -55923 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300027, + "propState": 0, + "pos": { + "x": -161471, + "y": 30453, + "z": -95362 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "82": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 377128, + "y": 2940, + "z": -300428 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 90, + "instId": 300003, + "propState": 0, + "pos": { + "x": 369575, + "y": 2940, + "z": -308518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "92": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 12, + "pos": { + "x": 373830, + "y": 35270, + "z": -298138 + }, + "rot": { + "x": 0, + "y": 90001, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "94": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "96": { + "monsters": [ + { + "groupId": 96, + "instId": 200001, + "eventId": 20311155, + "pos": { + "x": 377750, + "y": 39010, + "z": -281240 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 3002030 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "97": { + "monsters": [ + { + "groupId": 97, + "instId": 200001, + "eventId": 20311239, + "pos": { + "x": 342140, + "y": 29800, + "z": -287490 + }, + "rot": { + "x": 0, + "y": 68670, + "z": 0 + }, + "monsterId": 3003020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 342050, + "y": 33275, + "z": -289213 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 97, + "instId": 300003, + "propState": 0, + "pos": { + "x": 342050, + "y": 33275, + "z": -289213 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 98, + "instId": 300002, + "propState": 0, + "pos": { + "x": 342050, + "y": 33350, + "z": -270300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 98, + "instId": 300026, + "propState": 0, + "pos": { + "x": 342140, + "y": 27170, + "z": -278174 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 99, + "instId": 300001, + "propState": 0, + "pos": { + "x": 381066, + "y": 39010, + "z": -276572 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 99, + "instId": 300003, + "propState": 0, + "pos": { + "x": 350276, + "y": 39010, + "z": -276543 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 100, + "instId": 300001, + "propState": 0, + "pos": { + "x": 350564, + "y": 33868, + "z": -298148 + }, + "rot": { + "x": 0, + "y": 89994, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 100, + "instId": 300003, + "propState": 0, + "pos": { + "x": 379885, + "y": 35051, + "z": -298150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 107, + "instId": 300001, + "propState": 0, + "pos": { + "x": -119563, + "y": 30930, + "z": -40770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103010 + }, + { + "groupId": 107, + "instId": 300002, + "propState": 1, + "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": 0, + "pos": { + "x": -115543, + "y": 28034, + "z": -42975 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "156": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "168": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "169": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "172": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "173": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 1, + "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": 1, + "pos": { + "x": 110204, + "y": 22109, + "z": -217944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 173, + "instId": 300011, + "propState": 1, + "pos": { + "x": -156331, + "y": -4910, + "z": -79773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 173, + "instId": 300004, + "propState": 1, + "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": 1, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 173, + "instId": 300016, + "propState": 0, + "pos": { + "x": -83505, + "y": -16868, + "z": -198931 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 173, + "instId": 300017, + "propState": 0, + "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": 0, + "pos": { + "x": -190551, + "y": 16032, + "z": -53857 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 173, + "instId": 300005, + "propState": 1, + "pos": { + "x": -116165, + "y": 22090, + "z": -175809 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + } + ], + "teleports": {} + }, + "183": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -176788, + "y": -9420, + "z": -125359 + }, + "rot": { + "x": 0, + "y": 328197, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 183, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "184": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "185": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "187": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 82722, + "y": 29172, + "z": -317748 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 187, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "189": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "193": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 193, + "instId": 300001, + "propState": 0, + "pos": { + "x": 125263, + "y": 35055, + "z": -266930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 193, + "instId": 300002, + "propState": 0, + "pos": { + "x": 119263, + "y": 35055, + "z": -266930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 193, + "instId": 300003, + "propState": 0, + "pos": { + "x": 112456, + "y": 35070, + "z": -272273 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 194, + "instId": 300001, + "propState": 1, + "pos": { + "x": 369050, + "y": 26166, + "z": -265280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 194, + "instId": 300002, + "propState": 0, + "pos": { + "x": 366974, + "y": 28132, + "z": -265280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "195": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 195, + "instId": 300001, + "propState": 1, + "pos": { + "x": 381886, + "y": 26283, + "z": -298135 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 195, + "instId": 300002, + "propState": 0, + "pos": { + "x": 384295, + "y": 27855, + "z": -298151 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "196": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "197": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "198": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 198, + "instId": 300001, + "propState": 12, + "pos": { + "x": -95150, + "y": 21160, + "z": -276190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "199": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 199, + "instId": 300001, + "propState": 12, + "pos": { + "x": -116297, + "y": 31664, + "z": -289820 + }, + "rot": { + "x": 0, + "y": 1, + "z": 0 + }, + "propId": 60303 + } + ], + "teleports": {} + }, + "211": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 211, + "instId": 300004, + "propState": 1, + "pos": { + "x": -179420, + "y": -5030, + "z": -79729 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103013 + } + ], + "teleports": {} + }, + "216": { + "monsters": [ + { + "groupId": 216, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": -215500, + "y": 16077, + "z": -150924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 216, + "instId": 300001, + "propState": 0, + "pos": { + "x": -133837, + "y": 16077, + "z": -150924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 216, + "instId": 300002, + "propState": 0, + "pos": { + "x": -140360, + "y": 17620, + "z": -150930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 216, + "instId": 300003, + "propState": 0, + "pos": { + "x": -133730, + "y": 16077, + "z": -149600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 216, + "instId": 300004, + "propState": 0, + "pos": { + "x": -133837, + "y": 16077, + "z": -150924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 216, + "instId": 300005, + "propState": 0, + "pos": { + "x": -147470, + "y": 16077, + "z": -166639 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "224": { + "monsters": [ + { + "groupId": 224, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 316870, + "y": 15070, + "z": -270316 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 224, + "instId": 300001, + "propState": 0, + "pos": { + "x": 344411, + "y": 15070, + "z": -270316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 224, + "instId": 300002, + "propState": 0, + "pos": { + "x": 364290, + "y": 15070, + "z": -279300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 224, + "instId": 300003, + "propState": 0, + "pos": { + "x": 375944, + "y": 3144, + "z": -308377 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 224, + "instId": 300004, + "propState": 0, + "pos": { + "x": 344510, + "y": 15070, + "z": -270450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 224, + "instId": 300005, + "propState": 0, + "pos": { + "x": 343255, + "y": 15070, + "z": -270316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 224, + "instId": 300006, + "propState": 0, + "pos": { + "x": 375800, + "y": 3084, + "z": -309867 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 224, + "instId": 300007, + "propState": 0, + "pos": { + "x": 356617, + "y": 6088, + "z": -309496 + }, + "rot": { + "x": 0, + "y": 268239, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "226": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 226, + "instId": 300004, + "propState": 0, + "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": 0, + "pos": { + "x": 357920, + "y": 15070, + "z": -288484 + }, + "rot": { + "x": 0, + "y": 35918, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 226, + "instId": 300017, + "propState": 0, + "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": 0, + "pos": { + "x": 368024, + "y": 6357, + "z": -309756 + }, + "rot": { + "x": 0, + "y": 194725, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 226, + "instId": 300021, + "propState": 0, + "pos": { + "x": 363172, + "y": 3074, + "z": -298299 + }, + "rot": { + "x": 0, + "y": 204937, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 226, + "instId": 300022, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 226, + "instId": 300010, + "propState": 0, + "pos": { + "x": 368259, + "y": 6088, + "z": -302138 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 226, + "instId": 300012, + "propState": 0, + "pos": { + "x": 356976, + "y": 3074, + "z": -308213 + }, + "rot": { + "x": 0, + "y": 91810, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 226, + "instId": 300030, + "propState": 0, + "pos": { + "x": 361970, + "y": 15144, + "z": -271995 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 226, + "instId": 300001, + "propState": 0, + "pos": { + "x": 353800, + "y": 15174, + "z": -276989 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "227": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 227, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 227, + "instId": 300011, + "propState": 0, + "pos": { + "x": -154160, + "y": 11370, + "z": -149390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 227, + "instId": 300001, + "propState": 0, + "pos": { + "x": -140368, + "y": 16077, + "z": -146218 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "230": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -317772, + "y": -8934, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300016, + "propState": 0, + "pos": { + "x": -323772, + "y": -8934, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300017, + "propState": 0, + "pos": { + "x": -341716, + "y": -8914, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300018, + "propState": 0, + "pos": { + "x": -335716, + "y": -8914, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300019, + "propState": 0, + "pos": { + "x": -330580, + "y": -8804, + "z": -79090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 230, + "instId": 300020, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "231": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "232": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -348000, + "y": -8920, + "z": -74340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 232, + "instId": 300011, + "propState": 0, + "pos": { + "x": -348000, + "y": -8920, + "z": -68340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 232, + "instId": 300014, + "propState": 0, + "pos": { + "x": -329829, + "y": -8790, + "z": -92261 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 232, + "instId": 300015, + "propState": 0, + "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": 0, + "pos": { + "x": -353497, + "y": -8860, + "z": -61294 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 232, + "instId": 300013, + "propState": 0, + "pos": { + "x": -335110, + "y": -8804, + "z": -79560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "233": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 233, + "instId": 300002, + "propState": 0, + "pos": { + "x": -311665, + "y": -8780, + "z": -74240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 233, + "instId": 300007, + "propState": 0, + "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": 0, + "pos": { + "x": -317249, + "y": -8766, + "z": -61433 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "234": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 234, + "instId": 300010, + "propState": 0, + "pos": { + "x": -113170, + "y": 22072, + "z": -271945 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 234, + "instId": 300013, + "propState": 0, + "pos": { + "x": -113170, + "y": 22072, + "z": -277938 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 234, + "instId": 300014, + "propState": 0, + "pos": { + "x": -118757, + "y": 22080, + "z": -279025 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "240": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 240, + "instId": 300001, + "propState": 12, + "pos": { + "x": -309565, + "y": -69, + "z": -104220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "260": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 260, + "instId": 300001, + "propState": 0, + "pos": { + "x": 119760, + "y": 24080, + "z": -118170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 901 + } + ], + "teleports": {} + }, + "266": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "268": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "269": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -153447, + "y": 16347, + "z": -164321 + }, + "rot": { + "x": 0, + "y": 52557, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 269, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "271": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 271, + "instId": 300001, + "propState": 18, + "pos": { + "x": 58289, + "y": -16029, + "z": -246820 + }, + "rot": { + "x": 0, + "y": 346147, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 271, + "instId": 300002, + "propState": 1, + "pos": { + "x": 58289, + "y": -16029, + "z": -246820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "279": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "280": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "281": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "282": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "288": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 288, + "instId": 300006, + "propState": 0, + "pos": { + "x": 159229, + "y": 27793, + "z": -139048 + }, + "rot": { + "x": 0, + "y": 15697, + "z": 0 + }, + "propId": 103013 + } + ], + "teleports": {} + }, + "289": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "292": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "293": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 293, + "instId": 300001, + "propState": 12, + "pos": { + "x": -150336, + "y": 38961, + "z": -60230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60302 + } + ], + "teleports": {} + }, + "294": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 294, + "instId": 300027, + "propState": 0, + "pos": { + "x": -120549, + "y": 22116, + "z": -259134 + }, + "rot": { + "x": 0, + "y": 158945, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 294, + "instId": 300028, + "propState": 0, + "pos": { + "x": -123618, + "y": 16110, + "z": -271290 + }, + "rot": { + "x": 0, + "y": 348891, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "295": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 295, + "instId": 300028, + "propState": 0, + "pos": { + "x": -137130, + "y": 37706, + "z": -271664 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "296": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 296, + "instId": 300027, + "propState": 0, + "pos": { + "x": -128063, + "y": 17779, + "z": -265987 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "298": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 298, + "instId": 300001, + "propState": 11, + "pos": { + "x": -26220, + "y": -16858, + "z": -271207 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "300": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 300, + "instId": 300001, + "propState": 11, + "pos": { + "x": 131480, + "y": 28090, + "z": -214320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "301": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 301, + "instId": 300001, + "propState": 11, + "pos": { + "x": -75991, + "y": 22090, + "z": -182680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "302": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 110155, + "y": 18067, + "z": -263338 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 302, + "instId": 300003, + "propState": 0, + "pos": { + "x": 71858, + "y": -17715, + "z": -569984 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 302, + "instId": 300004, + "propState": 0, + "pos": { + "x": -179152, + "y": -2932, + "z": -79670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 302, + "instId": 300005, + "propState": 0, + "pos": { + "x": 97238, + "y": 108170, + "z": 160214 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 302, + "instId": 300006, + "propState": 0, + "pos": { + "x": 35260, + "y": -8710, + "z": -531030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "303": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 303, + "instId": 300001, + "propState": 8, + "pos": { + "x": 117147, + "y": 32410, + "z": -330955 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 808 + } + ], + "teleports": { + "1016": { + "anchorId": 1, + "groupId": 303, + "instId": 300001, + "pos": { + "x": 118093, + "y": 32410, + "z": -330955 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "304": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 304, + "instId": 300001, + "propState": 8, + "pos": { + "x": -67310, + "y": 22081, + "z": -235630 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1019": { + "anchorId": 1, + "groupId": 304, + "instId": 300001, + "pos": { + "x": -67530, + "y": 22081, + "z": -236430 + }, + "rot": { + "x": 0, + "y": 10000, + "z": 0 + } + } + } + }, + "307": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 307, + "instId": 300001, + "propState": 12, + "pos": { + "x": -128160, + "y": 6200, + "z": -265990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "311": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "312": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "313": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "314": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "315": { + "monsters": [ + { + "groupId": 315, + "instId": 200001, + "eventId": 20311115, + "pos": { + "x": 167200, + "y": 43360, + "z": -258160 + }, + "rot": { + "x": 0, + "y": 265633, + "z": 0 + }, + "monsterId": 3012020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "316": { + "monsters": [ + { + "groupId": 316, + "instId": 200001, + "eventId": 20311015, + "pos": { + "x": 167200, + "y": 43360, + "z": -258160 + }, + "rot": { + "x": 0, + "y": 265633, + "z": 0 + }, + "monsterId": 3012020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "317": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "319": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 319, + "instId": 300001, + "propState": 0, + "pos": { + "x": -152439, + "y": 16127, + "z": -136360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 319, + "instId": 300002, + "propState": 0, + "pos": { + "x": -140387, + "y": 16310, + "z": -146364 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + }, + "324": { + "monsters": [ + { + "groupId": 324, + "instId": 200002, + "eventId": 20311149, + "pos": { + "x": -123210, + "y": 8830, + "z": -265990 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "325": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 325, + "instId": 300001, + "propState": 12, + "pos": { + "x": -307370, + "y": -20730, + "z": -50279 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "326": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 326, + "instId": 300001, + "propState": 12, + "pos": { + "x": -356156, + "y": -8790, + "z": -77323 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60302 + } + ], + "teleports": {} + }, + "329": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 329, + "instId": 300001, + "propState": 12, + "pos": { + "x": -332730, + "y": -8750, + "z": -77240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60303 + } + ], + "teleports": {} + }, + "331": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 331, + "instId": 300001, + "propState": 12, + "pos": { + "x": -349410, + "y": 1420, + "z": -77262 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60303 + } + ], + "teleports": {} + }, + "332": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "pos": { + "x": 261211, + "y": 32420, + "z": -410195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + } + ], + "teleports": {} + }, + "333": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 333, + "instId": 300001, + "propState": 12, + "pos": { + "x": -353870, + "y": 8360, + "z": -57753 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "334": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 334, + "instId": 300002, + "propState": 12, + "pos": { + "x": -353838, + "y": -26799, + "z": -61985 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "339": { + "monsters": [ + { + "groupId": 339, + "instId": 200001, + "eventId": 20311172, + "pos": { + "x": -333556, + "y": -5418, + "z": -50338 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "340": { + "monsters": [ + { + "groupId": 340, + "instId": 200001, + "eventId": 20311171, + "pos": { + "x": -327040, + "y": 5610, + "z": -104220 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3001020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "341": { + "monsters": [ + { + "groupId": 341, + "instId": 200001, + "eventId": 20311183, + "pos": { + "x": -359880, + "y": -3720, + "z": -68540 + }, + "rot": { + "x": 0, + "y": 184351, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "342": { + "monsters": [ + { + "groupId": 342, + "instId": 200001, + "eventId": 20311176, + "pos": { + "x": -333227, + "y": -5024, + "z": -50338 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3001020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "343": { + "monsters": [ + { + "groupId": 343, + "instId": 200002, + "eventId": 20311174, + "pos": { + "x": -332911, + "y": -18238, + "z": -104172 + }, + "rot": { + "x": 0, + "y": 354061, + "z": 0 + }, + "monsterId": 3001010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "345": { + "monsters": [ + { + "groupId": 345, + "instId": 200001, + "eventId": 20311175, + "pos": { + "x": -347870, + "y": 2838, + "z": -78072 + }, + "rot": { + "x": 0, + "y": 76184, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "346": { + "monsters": [ + { + "groupId": 346, + "instId": 200001, + "eventId": 20311178, + "pos": { + "x": -350880, + "y": -5440, + "z": -104234 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3001020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "347": { + "monsters": [ + { + "groupId": 347, + "instId": 200001, + "eventId": 20311180, + "pos": { + "x": -338720, + "y": -5860, + "z": -50340 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "348": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "352": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 352, + "instId": 300001, + "propState": 11, + "pos": { + "x": 384856, + "y": 21544, + "z": -262400 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "358": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "359": { + "monsters": [ + { + "groupId": 359, + "instId": 200001, + "eventId": 20311134, + "pos": { + "x": -146320, + "y": 39070, + "z": -55920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "360": { + "monsters": [ + { + "groupId": 360, + "instId": 200001, + "eventId": 20311034, + "pos": { + "x": -146320, + "y": 39070, + "z": -55920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "361": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "362": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 362, + "instId": 300001, + "propState": 0, + "pos": { + "x": -169070, + "y": 22077, + "z": -162001 + }, + "rot": { + "x": 0, + "y": 356426, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "364": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "366": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "367": { + "monsters": [ + { + "groupId": 367, + "instId": 200002, + "eventId": 20311049, + "pos": { + "x": -123210, + "y": 8830, + "z": -265990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "379": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 379, + "instId": 300002, + "propState": 9, + "pos": { + "x": -307180, + "y": 324, + "z": -77350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + } + ], + "teleports": {} + }, + "380": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 380, + "instId": 300001, + "propState": 12, + "pos": { + "x": -305900, + "y": 7530, + "z": -65220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "385": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 385, + "instId": 300001, + "propState": 0, + "pos": { + "x": 368237, + "y": 15144, + "z": -285022 + }, + "rot": { + "x": 0, + "y": 268239, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 385, + "instId": 300002, + "propState": 0, + "pos": { + "x": 353485, + "y": 15254, + "z": -276970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + }, + "397": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 397, + "instId": 300001, + "propState": 12, + "pos": { + "x": -341706, + "y": -30261, + "z": -77151 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "398": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 398, + "instId": 300001, + "propState": 12, + "pos": { + "x": -335880, + "y": -12400, + "z": -61543 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "400": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 400, + "instId": 300001, + "propState": 12, + "pos": { + "x": -348553, + "y": -15827, + "z": -77330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "411": { + "monsters": [ + { + "groupId": 411, + "instId": 200001, + "eventId": 20311182, + "pos": { + "x": -338880, + "y": -5590, + "z": -104230 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3001010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "412": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 110330, + "y": 17630, + "z": -263476 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "414": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 414, + "instId": 300001, + "propState": 0, + "pos": { + "x": 35340, + "y": -10000, + "z": -531240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "415": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 415, + "instId": 300002, + "propState": 0, + "pos": { + "x": -179190, + "y": -4760, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "420": { + "monsters": [], + "npcs": [ + { + "groupId": 420, + "instId": 400001, + "pos": { + "x": -147700, + "y": -3668, + "z": -34850 + }, + "rot": { + "x": 0, + "y": 70205, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "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": 0, + "pos": { + "x": -144768, + "y": -3923, + "z": -31631 + }, + "rot": { + "x": 0, + "y": 70205, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "421": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "422": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 422, + "instId": 300003, + "propState": 0, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 422, + "instId": 300004, + "propState": 0, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 422, + "instId": 300005, + "propState": 0, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300006, + "propState": 0, + "pos": { + "x": -152161, + "y": 28077, + "z": -217810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300008, + "propState": 1, + "pos": { + "x": -152164, + "y": 28077, + "z": -217780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 422, + "instId": 300009, + "propState": 0, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300010, + "propState": 0, + "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": 0, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300013, + "propState": 0, + "pos": { + "x": -152160, + "y": 28077, + "z": -222460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "432": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 432, + "instId": 300001, + "propState": 11, + "pos": { + "x": -154075, + "y": 28032, + "z": -41050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "433": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -104760, + "y": 22116, + "z": -250750 + }, + "rot": { + "x": 0, + "y": 270206, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 433, + "instId": 300003, + "propState": 0, + "pos": { + "x": -104760, + "y": 22116, + "z": -250750 + }, + "rot": { + "x": 0, + "y": 270206, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 433, + "instId": 300004, + "propState": 0, + "pos": { + "x": -104760, + "y": 22116, + "z": -250750 + }, + "rot": { + "x": 0, + "y": 270206, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 433, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -102846, + "y": 22116, + "z": -250700 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "434": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -118380, + "y": 28048, + "z": -70920 + }, + "rot": { + "x": 0, + "y": 43289, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 434, + "instId": 300003, + "propState": 0, + "pos": { + "x": -118380, + "y": 28048, + "z": -70920 + }, + "rot": { + "x": 0, + "y": 43289, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 434, + "instId": 300004, + "propState": 0, + "pos": { + "x": -118380, + "y": 28048, + "z": -70920 + }, + "rot": { + "x": 0, + "y": 43289, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 434, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -140167, + "y": 16055, + "z": -90228 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "447": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 447, + "instId": 300006, + "propState": 18, + "pos": { + "x": 4450, + "y": -14925, + "z": -260730 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 103036 + } + ], + "teleports": {} + }, + "454": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 384420, + "y": 21090, + "z": -279590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 454, + "instId": 300003, + "propState": 0, + "pos": { + "x": 384420, + "y": 21090, + "z": -279590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 454, + "instId": 300004, + "propState": 0, + "pos": { + "x": 384420, + "y": 21090, + "z": -279590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 454, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 384420, + "y": 21090, + "z": -279590 + }, + "rot": { + "x": 0, + "y": 90358, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "455": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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 + } + ], + "teleports": {} + }, + "463": { + "monsters": [ + { + "groupId": 463, + "instId": 200001, + "eventId": 20311179, + "pos": { + "x": -359882, + "y": -3720, + "z": -68540 + }, + "rot": { + "x": 0, + "y": 210151, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "464": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 464, + "instId": 300002, + "propState": 0, + "pos": { + "x": -309911, + "y": -8750, + "z": -59669 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 464, + "instId": 300027, + "propState": 0, + "pos": { + "x": -334522, + "y": -8750, + "z": -58716 + }, + "rot": { + "x": 0, + "y": 87139, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 464, + "instId": 300001, + "propState": 0, + "pos": { + "x": -322291, + "y": -26369, + "z": -103670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "465": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 465, + "instId": 300027, + "propState": 0, + "pos": { + "x": -312647, + "y": -8748, + "z": -97280 + }, + "rot": { + "x": 0, + "y": 283877, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "466": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 466, + "instId": 300027, + "propState": 0, + "pos": { + "x": -339845, + "y": -20415, + "z": -50337 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "467": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 467, + "instId": 300027, + "propState": 0, + "pos": { + "x": -338515, + "y": 5950, + "z": -104234 + }, + "rot": { + "x": 0, + "y": 269996, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 467, + "instId": 300001, + "propState": 0, + "pos": { + "x": -319628, + "y": -11611, + "z": -104232 + }, + "rot": { + "x": 0, + "y": 270030, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "468": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 468, + "instId": 300001, + "propState": 0, + "pos": { + "x": -305900, + "y": -7940, + "z": -64920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "478": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 478, + "instId": 300026, + "propState": 0, + "pos": { + "x": -119572, + "y": 31130, + "z": -89770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 478, + "instId": 300027, + "propState": 0, + "pos": { + "x": -119573, + "y": 24456, + "z": -81779 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 478, + "instId": 300028, + "propState": 0, + "pos": { + "x": -119574, + "y": 31812, + "z": -82484 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "479": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 479, + "instId": 300001, + "propState": 12, + "pos": { + "x": -119572, + "y": 35422, + "z": -71276 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "485": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -316360, + "y": -8748, + "z": -95582 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 485, + "instId": 300005, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": -316360, + "y": -8748, + "z": -95582 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 485, + "instId": 300012, + "propState": 0, + "pos": { + "x": -316360, + "y": -8748, + "z": -95582 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 485, + "instId": 300013, + "propState": 0, + "pos": { + "x": -341900, + "y": -8790, + "z": -98440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 485, + "instId": 300014, + "propState": 0, + "pos": { + "x": -348010, + "y": -8790, + "z": -98440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 485, + "instId": 300015, + "propState": 0, + "pos": { + "x": -323870, + "y": -8789, + "z": -98420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 485, + "instId": 300016, + "propState": 0, + "pos": { + "x": -329990, + "y": -8789, + "z": -98420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "486": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -315950, + "y": -25776, + "z": -60024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 486, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 486, + "instId": 300009, + "propState": 0, + "pos": { + "x": -341790, + "y": -8780, + "z": -74280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 486, + "instId": 300010, + "propState": 0, + "pos": { + "x": -335690, + "y": -8780, + "z": -74280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "487": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -351940, + "y": -8748, + "z": -93120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 487, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -351940, + "y": -8748, + "z": -93120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 487, + "instId": 300011, + "propState": 0, + "pos": { + "x": -351940, + "y": -8748, + "z": -93120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 487, + "instId": 300012, + "propState": 0, + "pos": { + "x": -351940, + "y": -8748, + "z": -93120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 487, + "instId": 300013, + "propState": 0, + "pos": { + "x": -347920, + "y": -8789, + "z": -92405 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 487, + "instId": 300014, + "propState": 0, + "pos": { + "x": -347920, + "y": -8789, + "z": -86299 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 487, + "instId": 300015, + "propState": 0, + "pos": { + "x": -347958, + "y": -8898, + "z": -74397 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 487, + "instId": 300016, + "propState": 0, + "pos": { + "x": -347958, + "y": -8898, + "z": -68277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "488": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -315950, + "y": -25776, + "z": -60024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 488, + "instId": 300005, + "propState": 0, + "pos": { + "x": -349010, + "y": -8750, + "z": -55460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 488, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": -349010, + "y": -8750, + "z": -55460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 488, + "instId": 300012, + "propState": 0, + "pos": { + "x": -349010, + "y": -8750, + "z": -55460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 488, + "instId": 300013, + "propState": 0, + "pos": { + "x": -349010, + "y": -8750, + "z": -55460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 488, + "instId": 300014, + "propState": 0, + "pos": { + "x": -349010, + "y": -8750, + "z": -55460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 488, + "instId": 300015, + "propState": 0, + "pos": { + "x": -347862, + "y": -8885, + "z": -61990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 488, + "instId": 300016, + "propState": 0, + "pos": { + "x": -341768, + "y": -8885, + "z": -61990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 488, + "instId": 300017, + "propState": 0, + "pos": { + "x": -329882, + "y": -8799, + "z": -61990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 488, + "instId": 300018, + "propState": 0, + "pos": { + "x": -323760, + "y": -8799, + "z": -61990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "489": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -315950, + "y": -25776, + "z": -60024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 489, + "instId": 300005, + "propState": 0, + "pos": { + "x": -316481, + "y": -8750, + "z": -60701 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "498": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "499": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 499, + "instId": 300001, + "propState": 20, + "pos": { + "x": -148621, + "y": -4480, + "z": -31631 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60303 + } + ], + "teleports": {} + }, + "501": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "614": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 614, + "instId": 300001, + "propState": 18, + "pos": { + "x": -76, + "y": -15300, + "z": -270627 + }, + "rot": { + "x": 0, + "y": 270425, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "640": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 640, + "instId": 300001, + "propState": 18, + "pos": { + "x": -115989, + "y": 23050, + "z": -146744 + }, + "rot": { + "x": 0, + "y": 207159, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 401 + } + }, + "2031102": { + "P20311_F20311001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": -110818, + "y": 22077, + "z": -216545 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": 120671, + "y": 32410, + "z": -316397 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 0, + "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": 1, + "pos": { + "x": -140500, + "y": 22100, + "z": -125764 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103011 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": -140580, + "y": 20930, + "z": -46900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103010 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 1, + "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": 0, + "pos": { + "x": -142489, + "y": 16032, + "z": -52035 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2031101": { + "anchorId": 1, + "groupId": 51, + "instId": 300001, + "pos": { + "x": 160361, + "y": 28084, + "z": -130813 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2031102": { + "anchorId": 2, + "groupId": 51, + "instId": 300002, + "pos": { + "x": 72413, + "y": -16918, + "z": -259230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2031103": { + "anchorId": 4, + "groupId": 51, + "instId": 300004, + "pos": { + "x": -120645, + "y": 22077, + "z": -148724 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2031104": { + "anchorId": 5, + "groupId": 51, + "instId": 300005, + "pos": { + "x": -145525, + "y": -4910, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2031105": { + "anchorId": 6, + "groupId": 51, + "instId": 300006, + "pos": { + "x": -130013, + "y": 28067, + "z": -3320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "52": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "54": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -194280, + "y": 16032, + "z": -82577 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300003, + "propState": 0, + "pos": { + "x": -194280, + "y": 16032, + "z": -82577 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 54, + "instId": 300004, + "propState": 0, + "pos": { + "x": -185480, + "y": 16032, + "z": -76900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "55": { + "monsters": [ + { + "groupId": 55, + "instId": 200001, + "eventId": 101215, + "pos": { + "x": -190717, + "y": 22077, + "z": -149660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3003021 + } + ], + "npcs": [], + "props": [ + { + "groupId": 55, + "instId": 300001, + "propState": 8, + "pos": { + "x": -190717, + "y": 23077, + "z": -149660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1115": { + "anchorId": 1, + "groupId": 55, + "instId": 300001, + "pos": { + "x": -184613, + "y": 22077, + "z": -149622 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300002, + "propState": 0, + "pos": { + "x": 99106, + "y": 28410, + "z": -310270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 0, + "pos": { + "x": 148261, + "y": 28084, + "z": -162045 + }, + "rot": { + "x": 0, + "y": 349862, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300012, + "propState": 0, + "pos": { + "x": -196652, + "y": 16032, + "z": -58845 + }, + "rot": { + "x": 0, + "y": 46295, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300013, + "propState": 0, + "pos": { + "x": -171791, + "y": 22077, + "z": -150220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300014, + "propState": 0, + "pos": { + "x": -62450, + "y": -16918, + "z": -245750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300029, + "propState": 0, + "pos": { + "x": 164490, + "y": 32410, + "z": -315343 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300006, + "propState": 0, + "pos": { + "x": 144074, + "y": 28100, + "z": -138285 + }, + "rot": { + "x": 0, + "y": 46973, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300007, + "propState": 0, + "pos": { + "x": 115530, + "y": 22088, + "z": -216120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 0, + "pos": { + "x": 108292, + "y": 16085, + "z": -249816 + }, + "rot": { + "x": 0, + "y": 151903, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300004, + "propState": 0, + "pos": { + "x": 80018, + "y": 22090, + "z": -228853 + }, + "rot": { + "x": 0, + "y": 220892, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300005, + "propState": 0, + "pos": { + "x": 129786, + "y": 32420, + "z": -313979 + }, + "rot": { + "x": 0, + "y": 314976, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300008, + "propState": 0, + "pos": { + "x": 63798, + "y": -16918, + "z": -242284 + }, + "rot": { + "x": 0, + "y": 321448, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300009, + "propState": 0, + "pos": { + "x": -80004, + "y": 22090, + "z": -201241 + }, + "rot": { + "x": 0, + "y": 84752, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300010, + "propState": 0, + "pos": { + "x": -121155, + "y": 22077, + "z": -216574 + }, + "rot": { + "x": 0, + "y": 353807, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300011, + "propState": 0, + "pos": { + "x": -121053, + "y": 22077, + "z": -177263 + }, + "rot": { + "x": 0, + "y": 173938, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300015, + "propState": 0, + "pos": { + "x": -142734, + "y": 19077, + "z": -152427 + }, + "rot": { + "x": 0, + "y": 115462, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300016, + "propState": 0, + "pos": { + "x": -153560, + "y": 16077, + "z": -129380 + }, + "rot": { + "x": 0, + "y": 107668, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300017, + "propState": 0, + "pos": { + "x": -136000, + "y": 22077, + "z": -127490 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300018, + "propState": 0, + "pos": { + "x": -145805, + "y": 21032, + "z": -27344 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300019, + "propState": 0, + "pos": { + "x": -153673, + "y": 28075, + "z": -2480 + }, + "rot": { + "x": 0, + "y": 119812, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300020, + "propState": 0, + "pos": { + "x": -188991, + "y": 28032, + "z": 2956 + }, + "rot": { + "x": 0, + "y": 186615, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300021, + "propState": 0, + "pos": { + "x": -188120, + "y": 16032, + "z": -80463 + }, + "rot": { + "x": 0, + "y": 285782, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300022, + "propState": 0, + "pos": { + "x": -135496, + "y": -4910, + "z": -26902 + }, + "rot": { + "x": 0, + "y": 142473, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300023, + "propState": 0, + "pos": { + "x": -126745, + "y": -4910, + "z": -95978 + }, + "rot": { + "x": 0, + "y": 353936, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300024, + "propState": 0, + "pos": { + "x": -127846, + "y": -4910, + "z": -132695 + }, + "rot": { + "x": 0, + "y": 297112, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300025, + "propState": 0, + "pos": { + "x": -161537, + "y": -10910, + "z": -137835 + }, + "rot": { + "x": 0, + "y": 247230, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300026, + "propState": 0, + "pos": { + "x": -121595, + "y": -16910, + "z": -150035 + }, + "rot": { + "x": 0, + "y": 178939, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300027, + "propState": 0, + "pos": { + "x": -125438, + "y": -16910, + "z": -196494 + }, + "rot": { + "x": 0, + "y": 118484, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300028, + "propState": 0, + "pos": { + "x": -75992, + "y": -16900, + "z": -202281 + }, + "rot": { + "x": 0, + "y": 187292, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "57": { + "monsters": [ + { + "groupId": 57, + "instId": 200001, + "eventId": 20311233, + "pos": { + "x": 84597, + "y": 28420, + "z": -303957 + }, + "rot": { + "x": 0, + "y": 124687, + "z": 0 + }, + "monsterId": 3003010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 80288, + "y": 28410, + "z": -302663 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 0, + "pos": { + "x": 80288, + "y": 28410, + "z": -302663 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 57, + "instId": 300004, + "propState": 0, + "pos": { + "x": 95351, + "y": 28410, + "z": -312124 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "60": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "61": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 62, + "instId": 300001, + "propState": 0, + "pos": { + "x": 166059, + "y": 35202, + "z": -250726 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 0, + "pos": { + "x": 126273, + "y": 35030, + "z": -277480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300001, + "propState": 0, + "pos": { + "x": 166240, + "y": 47050, + "z": -271620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 0, + "pos": { + "x": 134365, + "y": 47050, + "z": -264098 + }, + "rot": { + "x": 0, + "y": 216920, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 63, + "instId": 300003, + "propState": 0, + "pos": { + "x": 110107, + "y": 47060, + "z": -274810 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 12, + "pos": { + "x": 111726, + "y": 35080, + "z": -269710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60302 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 65, + "instId": 300002, + "propState": 12, + "pos": { + "x": 153190, + "y": 46630, + "z": -272600 + }, + "rot": { + "x": 0, + "y": 305478, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 171780, + "y": 32420, + "z": -319930 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1209": { + "anchorId": 1, + "groupId": 68, + "instId": 300001, + "pos": { + "x": 169880, + "y": 32410, + "z": -318150 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + } + } + } + }, + "71": { + "monsters": [ + { + "groupId": 71, + "instId": 200001, + "eventId": 20311231, + "pos": { + "x": 125231, + "y": 43140, + "z": -270798 + }, + "rot": { + "x": 0, + "y": 150913, + "z": 0 + }, + "monsterId": 3003020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 0, + "pos": { + "x": 125420, + "y": 40810, + "z": -276120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 0, + "pos": { + "x": 125420, + "y": 41160, + "z": -256100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 0, + "pos": { + "x": 125230, + "y": 39880, + "z": -263970 + }, + "rot": { + "x": 0, + "y": 359902, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + }, + "73": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -110601, + "y": 22308, + "z": -40540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 0, + "pos": { + "x": -110601, + "y": 22308, + "z": -40540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 0, + "pos": { + "x": -107740, + "y": 22034, + "z": -54710 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300002, + "propState": 0, + "pos": { + "x": -122020, + "y": 16032, + "z": -80556 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 74, + "instId": 300026, + "propState": 0, + "pos": { + "x": -130967, + "y": 16048, + "z": -66606 + }, + "rot": { + "x": 0, + "y": 13220, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 74, + "instId": 300027, + "propState": 0, + "pos": { + "x": -159972, + "y": 16032, + "z": -86207 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 74, + "instId": 300028, + "propState": 0, + "pos": { + "x": -107792, + "y": 28048, + "z": -72795 + }, + "rot": { + "x": 0, + "y": 268271, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "76": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300026, + "propState": 0, + "pos": { + "x": -140319, + "y": 38323, + "z": -55920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 78, + "instId": 300027, + "propState": 0, + "pos": { + "x": -152550, + "y": 23093, + "z": -55923 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300027, + "propState": 0, + "pos": { + "x": -161471, + "y": 30453, + "z": -95362 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "82": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 377128, + "y": 2940, + "z": -300428 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 90, + "instId": 300003, + "propState": 0, + "pos": { + "x": 369575, + "y": 2940, + "z": -308518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "92": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 12, + "pos": { + "x": 373830, + "y": 35270, + "z": -298138 + }, + "rot": { + "x": 0, + "y": 90001, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "94": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "96": { + "monsters": [ + { + "groupId": 96, + "instId": 200001, + "eventId": 20311155, + "pos": { + "x": 377750, + "y": 39010, + "z": -281240 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 3002030 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "97": { + "monsters": [ + { + "groupId": 97, + "instId": 200001, + "eventId": 20311239, + "pos": { + "x": 342140, + "y": 29800, + "z": -287490 + }, + "rot": { + "x": 0, + "y": 68670, + "z": 0 + }, + "monsterId": 3003020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 342050, + "y": 33275, + "z": -289213 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 97, + "instId": 300003, + "propState": 0, + "pos": { + "x": 342050, + "y": 33275, + "z": -289213 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 98, + "instId": 300002, + "propState": 0, + "pos": { + "x": 342050, + "y": 33350, + "z": -270300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 98, + "instId": 300026, + "propState": 0, + "pos": { + "x": 342140, + "y": 27170, + "z": -278174 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 99, + "instId": 300001, + "propState": 0, + "pos": { + "x": 381066, + "y": 39010, + "z": -276572 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 99, + "instId": 300003, + "propState": 0, + "pos": { + "x": 350276, + "y": 39010, + "z": -276543 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 100, + "instId": 300001, + "propState": 0, + "pos": { + "x": 350564, + "y": 33868, + "z": -298148 + }, + "rot": { + "x": 0, + "y": 89994, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 100, + "instId": 300003, + "propState": 0, + "pos": { + "x": 379885, + "y": 35051, + "z": -298150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 107, + "instId": 300001, + "propState": 0, + "pos": { + "x": -119563, + "y": 30930, + "z": -40770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103010 + }, + { + "groupId": 107, + "instId": 300002, + "propState": 1, + "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": 0, + "pos": { + "x": -115543, + "y": 28034, + "z": -42975 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "156": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "168": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "169": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "172": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "173": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 1, + "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": 1, + "pos": { + "x": 110204, + "y": 22109, + "z": -217944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 173, + "instId": 300011, + "propState": 1, + "pos": { + "x": -156331, + "y": -4910, + "z": -79773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 173, + "instId": 300004, + "propState": 1, + "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": 1, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 173, + "instId": 300016, + "propState": 0, + "pos": { + "x": -83505, + "y": -16868, + "z": -198931 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 173, + "instId": 300017, + "propState": 0, + "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": 0, + "pos": { + "x": -190551, + "y": 16032, + "z": -53857 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 173, + "instId": 300005, + "propState": 1, + "pos": { + "x": -116165, + "y": 22090, + "z": -175809 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + } + ], + "teleports": {} + }, + "183": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -176788, + "y": -9420, + "z": -125359 + }, + "rot": { + "x": 0, + "y": 328197, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 183, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "184": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "185": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "187": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 82722, + "y": 29172, + "z": -317748 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 187, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "189": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "193": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 193, + "instId": 300001, + "propState": 0, + "pos": { + "x": 125263, + "y": 35055, + "z": -266930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 193, + "instId": 300002, + "propState": 0, + "pos": { + "x": 119263, + "y": 35055, + "z": -266930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 193, + "instId": 300003, + "propState": 0, + "pos": { + "x": 112456, + "y": 35070, + "z": -272273 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 194, + "instId": 300001, + "propState": 1, + "pos": { + "x": 369050, + "y": 26166, + "z": -265280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 194, + "instId": 300002, + "propState": 0, + "pos": { + "x": 366974, + "y": 28132, + "z": -265280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "195": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 195, + "instId": 300001, + "propState": 1, + "pos": { + "x": 381886, + "y": 26283, + "z": -298135 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 195, + "instId": 300002, + "propState": 0, + "pos": { + "x": 384295, + "y": 27855, + "z": -298151 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "196": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "197": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "198": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 198, + "instId": 300001, + "propState": 12, + "pos": { + "x": -95150, + "y": 21160, + "z": -276190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "199": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 199, + "instId": 300001, + "propState": 12, + "pos": { + "x": -116297, + "y": 31664, + "z": -289820 + }, + "rot": { + "x": 0, + "y": 1, + "z": 0 + }, + "propId": 60303 + } + ], + "teleports": {} + }, + "211": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 211, + "instId": 300004, + "propState": 1, + "pos": { + "x": -179420, + "y": -5030, + "z": -79729 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103013 + } + ], + "teleports": {} + }, + "216": { + "monsters": [ + { + "groupId": 216, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": -215500, + "y": 16077, + "z": -150924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 216, + "instId": 300001, + "propState": 0, + "pos": { + "x": -133837, + "y": 16077, + "z": -150924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 216, + "instId": 300002, + "propState": 0, + "pos": { + "x": -140360, + "y": 17620, + "z": -150930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 216, + "instId": 300003, + "propState": 0, + "pos": { + "x": -133730, + "y": 16077, + "z": -149600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 216, + "instId": 300004, + "propState": 0, + "pos": { + "x": -133837, + "y": 16077, + "z": -150924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 216, + "instId": 300005, + "propState": 0, + "pos": { + "x": -147470, + "y": 16077, + "z": -166639 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "224": { + "monsters": [ + { + "groupId": 224, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 316870, + "y": 15070, + "z": -270316 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 224, + "instId": 300001, + "propState": 0, + "pos": { + "x": 344411, + "y": 15070, + "z": -270316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 224, + "instId": 300002, + "propState": 0, + "pos": { + "x": 364290, + "y": 15070, + "z": -279300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 224, + "instId": 300003, + "propState": 0, + "pos": { + "x": 375944, + "y": 3144, + "z": -308377 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 224, + "instId": 300004, + "propState": 0, + "pos": { + "x": 344510, + "y": 15070, + "z": -270450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 224, + "instId": 300005, + "propState": 0, + "pos": { + "x": 343255, + "y": 15070, + "z": -270316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 224, + "instId": 300006, + "propState": 0, + "pos": { + "x": 375800, + "y": 3084, + "z": -309867 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 224, + "instId": 300007, + "propState": 0, + "pos": { + "x": 356617, + "y": 6088, + "z": -309496 + }, + "rot": { + "x": 0, + "y": 268239, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "226": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 226, + "instId": 300004, + "propState": 0, + "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": 0, + "pos": { + "x": 357920, + "y": 15070, + "z": -288484 + }, + "rot": { + "x": 0, + "y": 35918, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 226, + "instId": 300017, + "propState": 0, + "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": 0, + "pos": { + "x": 368024, + "y": 6357, + "z": -309756 + }, + "rot": { + "x": 0, + "y": 194725, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 226, + "instId": 300021, + "propState": 0, + "pos": { + "x": 363172, + "y": 3074, + "z": -298299 + }, + "rot": { + "x": 0, + "y": 204937, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 226, + "instId": 300022, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 226, + "instId": 300010, + "propState": 0, + "pos": { + "x": 368259, + "y": 6088, + "z": -302138 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 226, + "instId": 300012, + "propState": 0, + "pos": { + "x": 356976, + "y": 3074, + "z": -308213 + }, + "rot": { + "x": 0, + "y": 91810, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 226, + "instId": 300030, + "propState": 0, + "pos": { + "x": 361970, + "y": 15144, + "z": -271995 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 226, + "instId": 300001, + "propState": 0, + "pos": { + "x": 353800, + "y": 15174, + "z": -276989 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "227": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 227, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 227, + "instId": 300011, + "propState": 0, + "pos": { + "x": -154160, + "y": 11370, + "z": -149390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 227, + "instId": 300001, + "propState": 0, + "pos": { + "x": -140368, + "y": 16077, + "z": -146218 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "230": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -317772, + "y": -8934, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300016, + "propState": 0, + "pos": { + "x": -323772, + "y": -8934, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300017, + "propState": 0, + "pos": { + "x": -341716, + "y": -8914, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300018, + "propState": 0, + "pos": { + "x": -335716, + "y": -8914, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300019, + "propState": 0, + "pos": { + "x": -330580, + "y": -8804, + "z": -79090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 230, + "instId": 300020, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "231": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "232": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -348000, + "y": -8920, + "z": -74340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 232, + "instId": 300011, + "propState": 0, + "pos": { + "x": -348000, + "y": -8920, + "z": -68340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 232, + "instId": 300014, + "propState": 0, + "pos": { + "x": -329829, + "y": -8790, + "z": -92261 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 232, + "instId": 300015, + "propState": 0, + "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": 0, + "pos": { + "x": -353497, + "y": -8860, + "z": -61294 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 232, + "instId": 300013, + "propState": 0, + "pos": { + "x": -335110, + "y": -8804, + "z": -79560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "233": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 233, + "instId": 300002, + "propState": 0, + "pos": { + "x": -311665, + "y": -8780, + "z": -74240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 233, + "instId": 300007, + "propState": 0, + "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": 0, + "pos": { + "x": -317249, + "y": -8766, + "z": -61433 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "234": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 234, + "instId": 300010, + "propState": 0, + "pos": { + "x": -113170, + "y": 22072, + "z": -271945 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 234, + "instId": 300013, + "propState": 0, + "pos": { + "x": -113170, + "y": 22072, + "z": -277938 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 234, + "instId": 300014, + "propState": 0, + "pos": { + "x": -118757, + "y": 22080, + "z": -279025 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "240": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 240, + "instId": 300001, + "propState": 12, + "pos": { + "x": -309565, + "y": -69, + "z": -104220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "260": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 260, + "instId": 300001, + "propState": 0, + "pos": { + "x": 119760, + "y": 24080, + "z": -118170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 901 + } + ], + "teleports": {} + }, + "266": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "268": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "269": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -153447, + "y": 16347, + "z": -164321 + }, + "rot": { + "x": 0, + "y": 52557, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 269, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "271": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 271, + "instId": 300001, + "propState": 18, + "pos": { + "x": 58289, + "y": -16029, + "z": -246820 + }, + "rot": { + "x": 0, + "y": 346147, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 271, + "instId": 300002, + "propState": 1, + "pos": { + "x": 58289, + "y": -16029, + "z": -246820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "279": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "280": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "281": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "282": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "288": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 288, + "instId": 300006, + "propState": 0, + "pos": { + "x": 159229, + "y": 27793, + "z": -139048 + }, + "rot": { + "x": 0, + "y": 15697, + "z": 0 + }, + "propId": 103013 + } + ], + "teleports": {} + }, + "289": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "292": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "293": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 293, + "instId": 300001, + "propState": 12, + "pos": { + "x": -150336, + "y": 38961, + "z": -60230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60302 + } + ], + "teleports": {} + }, + "294": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 294, + "instId": 300027, + "propState": 0, + "pos": { + "x": -120549, + "y": 22116, + "z": -259134 + }, + "rot": { + "x": 0, + "y": 158945, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 294, + "instId": 300028, + "propState": 0, + "pos": { + "x": -123618, + "y": 16110, + "z": -271290 + }, + "rot": { + "x": 0, + "y": 348891, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "295": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 295, + "instId": 300028, + "propState": 0, + "pos": { + "x": -137130, + "y": 37706, + "z": -271664 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "296": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 296, + "instId": 300027, + "propState": 0, + "pos": { + "x": -128063, + "y": 17779, + "z": -265987 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "298": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 298, + "instId": 300001, + "propState": 11, + "pos": { + "x": -26220, + "y": -16858, + "z": -271207 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "300": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 300, + "instId": 300001, + "propState": 11, + "pos": { + "x": 131480, + "y": 28090, + "z": -214320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "301": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 301, + "instId": 300001, + "propState": 11, + "pos": { + "x": -75991, + "y": 22090, + "z": -182680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "302": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 110155, + "y": 18067, + "z": -263338 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 302, + "instId": 300003, + "propState": 0, + "pos": { + "x": 71858, + "y": -17715, + "z": -569984 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 302, + "instId": 300004, + "propState": 0, + "pos": { + "x": -179152, + "y": -2932, + "z": -79670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 302, + "instId": 300005, + "propState": 0, + "pos": { + "x": 97238, + "y": 108170, + "z": 160214 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 302, + "instId": 300006, + "propState": 0, + "pos": { + "x": 35260, + "y": -8710, + "z": -531030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "303": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 303, + "instId": 300001, + "propState": 8, + "pos": { + "x": 117147, + "y": 32410, + "z": -330955 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 808 + } + ], + "teleports": { + "1016": { + "anchorId": 1, + "groupId": 303, + "instId": 300001, + "pos": { + "x": 118093, + "y": 32410, + "z": -330955 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "304": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 304, + "instId": 300001, + "propState": 8, + "pos": { + "x": -67310, + "y": 22081, + "z": -235630 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1019": { + "anchorId": 1, + "groupId": 304, + "instId": 300001, + "pos": { + "x": -67530, + "y": 22081, + "z": -236430 + }, + "rot": { + "x": 0, + "y": 10000, + "z": 0 + } + } + } + }, + "307": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 307, + "instId": 300001, + "propState": 12, + "pos": { + "x": -128160, + "y": 6200, + "z": -265990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "311": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "312": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "313": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "314": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "315": { + "monsters": [ + { + "groupId": 315, + "instId": 200001, + "eventId": 20311115, + "pos": { + "x": 167200, + "y": 43360, + "z": -258160 + }, + "rot": { + "x": 0, + "y": 265633, + "z": 0 + }, + "monsterId": 3012020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "316": { + "monsters": [ + { + "groupId": 316, + "instId": 200001, + "eventId": 20311015, + "pos": { + "x": 167200, + "y": 43360, + "z": -258160 + }, + "rot": { + "x": 0, + "y": 265633, + "z": 0 + }, + "monsterId": 3012020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "317": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "319": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 319, + "instId": 300001, + "propState": 0, + "pos": { + "x": -152439, + "y": 16127, + "z": -136360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 319, + "instId": 300002, + "propState": 0, + "pos": { + "x": -140387, + "y": 16310, + "z": -146364 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + }, + "324": { + "monsters": [ + { + "groupId": 324, + "instId": 200002, + "eventId": 20311149, + "pos": { + "x": -123210, + "y": 8830, + "z": -265990 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "325": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 325, + "instId": 300001, + "propState": 12, + "pos": { + "x": -307370, + "y": -20730, + "z": -50279 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "326": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 326, + "instId": 300001, + "propState": 12, + "pos": { + "x": -356156, + "y": -8790, + "z": -77323 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60302 + } + ], + "teleports": {} + }, + "329": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 329, + "instId": 300001, + "propState": 12, + "pos": { + "x": -332730, + "y": -8750, + "z": -77240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60303 + } + ], + "teleports": {} + }, + "331": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 331, + "instId": 300001, + "propState": 12, + "pos": { + "x": -349410, + "y": 1420, + "z": -77262 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60303 + } + ], + "teleports": {} + }, + "332": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "pos": { + "x": 261211, + "y": 32420, + "z": -410195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + } + ], + "teleports": {} + }, + "333": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 333, + "instId": 300001, + "propState": 12, + "pos": { + "x": -353870, + "y": 8360, + "z": -57753 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "334": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 334, + "instId": 300002, + "propState": 12, + "pos": { + "x": -353838, + "y": -26799, + "z": -61985 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "339": { + "monsters": [ + { + "groupId": 339, + "instId": 200001, + "eventId": 20311172, + "pos": { + "x": -333556, + "y": -5418, + "z": -50338 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "340": { + "monsters": [ + { + "groupId": 340, + "instId": 200001, + "eventId": 20311171, + "pos": { + "x": -327040, + "y": 5610, + "z": -104220 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3001020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "341": { + "monsters": [ + { + "groupId": 341, + "instId": 200001, + "eventId": 20311183, + "pos": { + "x": -359880, + "y": -3720, + "z": -68540 + }, + "rot": { + "x": 0, + "y": 184351, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "342": { + "monsters": [ + { + "groupId": 342, + "instId": 200001, + "eventId": 20311176, + "pos": { + "x": -333227, + "y": -5024, + "z": -50338 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3001020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "343": { + "monsters": [ + { + "groupId": 343, + "instId": 200002, + "eventId": 20311174, + "pos": { + "x": -332911, + "y": -18238, + "z": -104172 + }, + "rot": { + "x": 0, + "y": 354061, + "z": 0 + }, + "monsterId": 3001010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "345": { + "monsters": [ + { + "groupId": 345, + "instId": 200001, + "eventId": 20311175, + "pos": { + "x": -347870, + "y": 2838, + "z": -78072 + }, + "rot": { + "x": 0, + "y": 76184, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "346": { + "monsters": [ + { + "groupId": 346, + "instId": 200001, + "eventId": 20311178, + "pos": { + "x": -350880, + "y": -5440, + "z": -104234 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3001020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "347": { + "monsters": [ + { + "groupId": 347, + "instId": 200001, + "eventId": 20311180, + "pos": { + "x": -338720, + "y": -5860, + "z": -50340 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "348": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "352": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 352, + "instId": 300001, + "propState": 11, + "pos": { + "x": 384856, + "y": 21544, + "z": -262400 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "358": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "359": { + "monsters": [ + { + "groupId": 359, + "instId": 200001, + "eventId": 20311134, + "pos": { + "x": -146320, + "y": 39070, + "z": -55920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "360": { + "monsters": [ + { + "groupId": 360, + "instId": 200001, + "eventId": 20311034, + "pos": { + "x": -146320, + "y": 39070, + "z": -55920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "361": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "362": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 362, + "instId": 300001, + "propState": 0, + "pos": { + "x": -169070, + "y": 22077, + "z": -162001 + }, + "rot": { + "x": 0, + "y": 356426, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "364": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "366": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "367": { + "monsters": [ + { + "groupId": 367, + "instId": 200002, + "eventId": 20311049, + "pos": { + "x": -123210, + "y": 8830, + "z": -265990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "379": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 379, + "instId": 300002, + "propState": 9, + "pos": { + "x": -307180, + "y": 324, + "z": -77350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + } + ], + "teleports": {} + }, + "380": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 380, + "instId": 300001, + "propState": 12, + "pos": { + "x": -305900, + "y": 7530, + "z": -65220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "385": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 385, + "instId": 300001, + "propState": 0, + "pos": { + "x": 368237, + "y": 15144, + "z": -285022 + }, + "rot": { + "x": 0, + "y": 268239, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 385, + "instId": 300002, + "propState": 0, + "pos": { + "x": 353485, + "y": 15254, + "z": -276970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + }, + "397": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 397, + "instId": 300001, + "propState": 12, + "pos": { + "x": -341706, + "y": -30261, + "z": -77151 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "398": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 398, + "instId": 300001, + "propState": 12, + "pos": { + "x": -335880, + "y": -12400, + "z": -61543 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "400": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 400, + "instId": 300001, + "propState": 12, + "pos": { + "x": -348553, + "y": -15827, + "z": -77330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "411": { + "monsters": [ + { + "groupId": 411, + "instId": 200001, + "eventId": 20311182, + "pos": { + "x": -338880, + "y": -5590, + "z": -104230 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3001010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "412": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 110330, + "y": 17630, + "z": -263476 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "414": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 414, + "instId": 300001, + "propState": 0, + "pos": { + "x": 35340, + "y": -10000, + "z": -531240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "415": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 415, + "instId": 300002, + "propState": 0, + "pos": { + "x": -179190, + "y": -4760, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "420": { + "monsters": [], + "npcs": [ + { + "groupId": 420, + "instId": 400001, + "pos": { + "x": -147700, + "y": -3668, + "z": -34850 + }, + "rot": { + "x": 0, + "y": 70205, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "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": 0, + "pos": { + "x": -144768, + "y": -3923, + "z": -31631 + }, + "rot": { + "x": 0, + "y": 70205, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "421": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "422": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 422, + "instId": 300003, + "propState": 0, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 422, + "instId": 300004, + "propState": 0, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 422, + "instId": 300005, + "propState": 0, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300006, + "propState": 0, + "pos": { + "x": -152161, + "y": 28077, + "z": -217810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300008, + "propState": 1, + "pos": { + "x": -152164, + "y": 28077, + "z": -217780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 422, + "instId": 300009, + "propState": 0, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300010, + "propState": 0, + "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": 0, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300013, + "propState": 0, + "pos": { + "x": -152160, + "y": 28077, + "z": -222460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "432": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 432, + "instId": 300001, + "propState": 11, + "pos": { + "x": -154075, + "y": 28032, + "z": -41050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "433": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -104760, + "y": 22116, + "z": -250750 + }, + "rot": { + "x": 0, + "y": 270206, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 433, + "instId": 300003, + "propState": 0, + "pos": { + "x": -104760, + "y": 22116, + "z": -250750 + }, + "rot": { + "x": 0, + "y": 270206, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 433, + "instId": 300004, + "propState": 0, + "pos": { + "x": -104760, + "y": 22116, + "z": -250750 + }, + "rot": { + "x": 0, + "y": 270206, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 433, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -102846, + "y": 22116, + "z": -250700 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "434": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -118380, + "y": 28048, + "z": -70920 + }, + "rot": { + "x": 0, + "y": 43289, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 434, + "instId": 300003, + "propState": 0, + "pos": { + "x": -118380, + "y": 28048, + "z": -70920 + }, + "rot": { + "x": 0, + "y": 43289, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 434, + "instId": 300004, + "propState": 0, + "pos": { + "x": -118380, + "y": 28048, + "z": -70920 + }, + "rot": { + "x": 0, + "y": 43289, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 434, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -140167, + "y": 16055, + "z": -90228 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "447": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 447, + "instId": 300006, + "propState": 18, + "pos": { + "x": 4450, + "y": -14925, + "z": -260730 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 103036 + } + ], + "teleports": {} + }, + "454": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 384420, + "y": 21090, + "z": -279590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 454, + "instId": 300003, + "propState": 0, + "pos": { + "x": 384420, + "y": 21090, + "z": -279590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 454, + "instId": 300004, + "propState": 0, + "pos": { + "x": 384420, + "y": 21090, + "z": -279590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 454, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 384420, + "y": 21090, + "z": -279590 + }, + "rot": { + "x": 0, + "y": 90358, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "455": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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 + } + ], + "teleports": {} + }, + "463": { + "monsters": [ + { + "groupId": 463, + "instId": 200001, + "eventId": 20311179, + "pos": { + "x": -359882, + "y": -3720, + "z": -68540 + }, + "rot": { + "x": 0, + "y": 210151, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "464": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 464, + "instId": 300002, + "propState": 0, + "pos": { + "x": -309911, + "y": -8750, + "z": -59669 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 464, + "instId": 300027, + "propState": 0, + "pos": { + "x": -334522, + "y": -8750, + "z": -58716 + }, + "rot": { + "x": 0, + "y": 87139, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 464, + "instId": 300001, + "propState": 0, + "pos": { + "x": -322291, + "y": -26369, + "z": -103670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "465": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 465, + "instId": 300027, + "propState": 0, + "pos": { + "x": -312647, + "y": -8748, + "z": -97280 + }, + "rot": { + "x": 0, + "y": 283877, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "466": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 466, + "instId": 300027, + "propState": 0, + "pos": { + "x": -339845, + "y": -20415, + "z": -50337 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "467": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 467, + "instId": 300027, + "propState": 0, + "pos": { + "x": -338515, + "y": 5950, + "z": -104234 + }, + "rot": { + "x": 0, + "y": 269996, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 467, + "instId": 300001, + "propState": 0, + "pos": { + "x": -319628, + "y": -11611, + "z": -104232 + }, + "rot": { + "x": 0, + "y": 270030, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "468": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 468, + "instId": 300001, + "propState": 0, + "pos": { + "x": -305900, + "y": -7940, + "z": -64920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "478": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 478, + "instId": 300026, + "propState": 0, + "pos": { + "x": -119572, + "y": 31130, + "z": -89770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 478, + "instId": 300027, + "propState": 0, + "pos": { + "x": -119573, + "y": 24456, + "z": -81779 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 478, + "instId": 300028, + "propState": 0, + "pos": { + "x": -119574, + "y": 31812, + "z": -82484 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "479": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 479, + "instId": 300001, + "propState": 12, + "pos": { + "x": -119572, + "y": 35422, + "z": -71276 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "485": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -316360, + "y": -8748, + "z": -95582 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 485, + "instId": 300005, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": -316360, + "y": -8748, + "z": -95582 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 485, + "instId": 300012, + "propState": 0, + "pos": { + "x": -316360, + "y": -8748, + "z": -95582 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 485, + "instId": 300013, + "propState": 0, + "pos": { + "x": -341900, + "y": -8790, + "z": -98440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 485, + "instId": 300014, + "propState": 0, + "pos": { + "x": -348010, + "y": -8790, + "z": -98440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 485, + "instId": 300015, + "propState": 0, + "pos": { + "x": -323870, + "y": -8789, + "z": -98420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 485, + "instId": 300016, + "propState": 0, + "pos": { + "x": -329990, + "y": -8789, + "z": -98420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "486": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -315950, + "y": -25776, + "z": -60024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 486, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 486, + "instId": 300009, + "propState": 0, + "pos": { + "x": -341790, + "y": -8780, + "z": -74280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 486, + "instId": 300010, + "propState": 0, + "pos": { + "x": -335690, + "y": -8780, + "z": -74280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "487": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -351940, + "y": -8748, + "z": -93120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 487, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -351940, + "y": -8748, + "z": -93120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 487, + "instId": 300011, + "propState": 0, + "pos": { + "x": -351940, + "y": -8748, + "z": -93120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 487, + "instId": 300012, + "propState": 0, + "pos": { + "x": -351940, + "y": -8748, + "z": -93120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 487, + "instId": 300013, + "propState": 0, + "pos": { + "x": -347920, + "y": -8789, + "z": -92405 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 487, + "instId": 300014, + "propState": 0, + "pos": { + "x": -347920, + "y": -8789, + "z": -86299 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 487, + "instId": 300015, + "propState": 0, + "pos": { + "x": -347958, + "y": -8898, + "z": -74397 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 487, + "instId": 300016, + "propState": 0, + "pos": { + "x": -347958, + "y": -8898, + "z": -68277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "488": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -315950, + "y": -25776, + "z": -60024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 488, + "instId": 300005, + "propState": 0, + "pos": { + "x": -349010, + "y": -8750, + "z": -55460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 488, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": -349010, + "y": -8750, + "z": -55460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 488, + "instId": 300012, + "propState": 0, + "pos": { + "x": -349010, + "y": -8750, + "z": -55460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 488, + "instId": 300013, + "propState": 0, + "pos": { + "x": -349010, + "y": -8750, + "z": -55460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 488, + "instId": 300014, + "propState": 0, + "pos": { + "x": -349010, + "y": -8750, + "z": -55460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 488, + "instId": 300015, + "propState": 0, + "pos": { + "x": -347862, + "y": -8885, + "z": -61990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 488, + "instId": 300016, + "propState": 0, + "pos": { + "x": -341768, + "y": -8885, + "z": -61990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 488, + "instId": 300017, + "propState": 0, + "pos": { + "x": -329882, + "y": -8799, + "z": -61990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 488, + "instId": 300018, + "propState": 0, + "pos": { + "x": -323760, + "y": -8799, + "z": -61990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "489": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -315950, + "y": -25776, + "z": -60024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 489, + "instId": 300005, + "propState": 0, + "pos": { + "x": -316481, + "y": -8750, + "z": -60701 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "498": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "499": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 499, + "instId": 300001, + "propState": 20, + "pos": { + "x": -148621, + "y": -4480, + "z": -31631 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60303 + } + ], + "teleports": {} + }, + "501": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "614": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 614, + "instId": 300001, + "propState": 18, + "pos": { + "x": -76, + "y": -15300, + "z": -270627 + }, + "rot": { + "x": 0, + "y": 270425, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "640": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 640, + "instId": 300001, + "propState": 18, + "pos": { + "x": -115989, + "y": 23050, + "z": -146744 + }, + "rot": { + "x": 0, + "y": 207159, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 401, + "startAnchorId": 3, + "startGroupId": 1 + } + }, + "2031103": { + "P20311_F20311001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": -110818, + "y": 22077, + "z": -216545 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": 120671, + "y": 32410, + "z": -316397 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 0, + "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": 1, + "pos": { + "x": -140500, + "y": 22100, + "z": -125764 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103011 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": -140580, + "y": 20930, + "z": -46900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103010 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 1, + "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": 0, + "pos": { + "x": -142489, + "y": 16032, + "z": -52035 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2031101": { + "anchorId": 1, + "groupId": 51, + "instId": 300001, + "pos": { + "x": 160361, + "y": 28084, + "z": -130813 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2031102": { + "anchorId": 2, + "groupId": 51, + "instId": 300002, + "pos": { + "x": 72413, + "y": -16918, + "z": -259230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2031103": { + "anchorId": 4, + "groupId": 51, + "instId": 300004, + "pos": { + "x": -120645, + "y": 22077, + "z": -148724 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2031104": { + "anchorId": 5, + "groupId": 51, + "instId": 300005, + "pos": { + "x": -145525, + "y": -4910, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2031105": { + "anchorId": 6, + "groupId": 51, + "instId": 300006, + "pos": { + "x": -130013, + "y": 28067, + "z": -3320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "52": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "54": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -194280, + "y": 16032, + "z": -82577 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300003, + "propState": 0, + "pos": { + "x": -194280, + "y": 16032, + "z": -82577 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 54, + "instId": 300004, + "propState": 0, + "pos": { + "x": -185480, + "y": 16032, + "z": -76900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "55": { + "monsters": [ + { + "groupId": 55, + "instId": 200001, + "eventId": 101215, + "pos": { + "x": -190717, + "y": 22077, + "z": -149660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3003021 + } + ], + "npcs": [], + "props": [ + { + "groupId": 55, + "instId": 300001, + "propState": 8, + "pos": { + "x": -190717, + "y": 23077, + "z": -149660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1115": { + "anchorId": 1, + "groupId": 55, + "instId": 300001, + "pos": { + "x": -184613, + "y": 22077, + "z": -149622 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300002, + "propState": 0, + "pos": { + "x": 99106, + "y": 28410, + "z": -310270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 0, + "pos": { + "x": 148261, + "y": 28084, + "z": -162045 + }, + "rot": { + "x": 0, + "y": 349862, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300012, + "propState": 0, + "pos": { + "x": -196652, + "y": 16032, + "z": -58845 + }, + "rot": { + "x": 0, + "y": 46295, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300013, + "propState": 0, + "pos": { + "x": -171791, + "y": 22077, + "z": -150220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300014, + "propState": 0, + "pos": { + "x": -62450, + "y": -16918, + "z": -245750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300029, + "propState": 0, + "pos": { + "x": 164490, + "y": 32410, + "z": -315343 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300006, + "propState": 0, + "pos": { + "x": 144074, + "y": 28100, + "z": -138285 + }, + "rot": { + "x": 0, + "y": 46973, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300007, + "propState": 0, + "pos": { + "x": 115530, + "y": 22088, + "z": -216120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 0, + "pos": { + "x": 108292, + "y": 16085, + "z": -249816 + }, + "rot": { + "x": 0, + "y": 151903, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300004, + "propState": 0, + "pos": { + "x": 80018, + "y": 22090, + "z": -228853 + }, + "rot": { + "x": 0, + "y": 220892, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300005, + "propState": 0, + "pos": { + "x": 129786, + "y": 32420, + "z": -313979 + }, + "rot": { + "x": 0, + "y": 314976, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300008, + "propState": 0, + "pos": { + "x": 63798, + "y": -16918, + "z": -242284 + }, + "rot": { + "x": 0, + "y": 321448, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300009, + "propState": 0, + "pos": { + "x": -80004, + "y": 22090, + "z": -201241 + }, + "rot": { + "x": 0, + "y": 84752, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300010, + "propState": 0, + "pos": { + "x": -121155, + "y": 22077, + "z": -216574 + }, + "rot": { + "x": 0, + "y": 353807, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300011, + "propState": 0, + "pos": { + "x": -121053, + "y": 22077, + "z": -177263 + }, + "rot": { + "x": 0, + "y": 173938, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300015, + "propState": 0, + "pos": { + "x": -142734, + "y": 19077, + "z": -152427 + }, + "rot": { + "x": 0, + "y": 115462, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300016, + "propState": 0, + "pos": { + "x": -153560, + "y": 16077, + "z": -129380 + }, + "rot": { + "x": 0, + "y": 107668, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300017, + "propState": 0, + "pos": { + "x": -136000, + "y": 22077, + "z": -127490 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300018, + "propState": 0, + "pos": { + "x": -145805, + "y": 21032, + "z": -27344 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300019, + "propState": 0, + "pos": { + "x": -153673, + "y": 28075, + "z": -2480 + }, + "rot": { + "x": 0, + "y": 119812, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300020, + "propState": 0, + "pos": { + "x": -188991, + "y": 28032, + "z": 2956 + }, + "rot": { + "x": 0, + "y": 186615, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300021, + "propState": 0, + "pos": { + "x": -188120, + "y": 16032, + "z": -80463 + }, + "rot": { + "x": 0, + "y": 285782, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300022, + "propState": 0, + "pos": { + "x": -135496, + "y": -4910, + "z": -26902 + }, + "rot": { + "x": 0, + "y": 142473, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300023, + "propState": 0, + "pos": { + "x": -126745, + "y": -4910, + "z": -95978 + }, + "rot": { + "x": 0, + "y": 353936, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300024, + "propState": 0, + "pos": { + "x": -127846, + "y": -4910, + "z": -132695 + }, + "rot": { + "x": 0, + "y": 297112, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300025, + "propState": 0, + "pos": { + "x": -161537, + "y": -10910, + "z": -137835 + }, + "rot": { + "x": 0, + "y": 247230, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300026, + "propState": 0, + "pos": { + "x": -121595, + "y": -16910, + "z": -150035 + }, + "rot": { + "x": 0, + "y": 178939, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300027, + "propState": 0, + "pos": { + "x": -125438, + "y": -16910, + "z": -196494 + }, + "rot": { + "x": 0, + "y": 118484, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300028, + "propState": 0, + "pos": { + "x": -75992, + "y": -16900, + "z": -202281 + }, + "rot": { + "x": 0, + "y": 187292, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "57": { + "monsters": [ + { + "groupId": 57, + "instId": 200001, + "eventId": 20311233, + "pos": { + "x": 84597, + "y": 28420, + "z": -303957 + }, + "rot": { + "x": 0, + "y": 124687, + "z": 0 + }, + "monsterId": 3003010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 80288, + "y": 28410, + "z": -302663 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 0, + "pos": { + "x": 80288, + "y": 28410, + "z": -302663 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 57, + "instId": 300004, + "propState": 0, + "pos": { + "x": 95351, + "y": 28410, + "z": -312124 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "60": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "61": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 62, + "instId": 300001, + "propState": 0, + "pos": { + "x": 166059, + "y": 35202, + "z": -250726 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 0, + "pos": { + "x": 126273, + "y": 35030, + "z": -277480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300001, + "propState": 0, + "pos": { + "x": 166240, + "y": 47050, + "z": -271620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 0, + "pos": { + "x": 134365, + "y": 47050, + "z": -264098 + }, + "rot": { + "x": 0, + "y": 216920, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 63, + "instId": 300003, + "propState": 0, + "pos": { + "x": 110107, + "y": 47060, + "z": -274810 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 12, + "pos": { + "x": 111726, + "y": 35080, + "z": -269710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60302 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 65, + "instId": 300002, + "propState": 12, + "pos": { + "x": 153190, + "y": 46630, + "z": -272600 + }, + "rot": { + "x": 0, + "y": 305478, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 171780, + "y": 32420, + "z": -319930 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1209": { + "anchorId": 1, + "groupId": 68, + "instId": 300001, + "pos": { + "x": 169880, + "y": 32410, + "z": -318150 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + } + } + } + }, + "71": { + "monsters": [ + { + "groupId": 71, + "instId": 200001, + "eventId": 20311231, + "pos": { + "x": 125231, + "y": 43140, + "z": -270798 + }, + "rot": { + "x": 0, + "y": 150913, + "z": 0 + }, + "monsterId": 3003020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 0, + "pos": { + "x": 125420, + "y": 40810, + "z": -276120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 0, + "pos": { + "x": 125420, + "y": 41160, + "z": -256100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 0, + "pos": { + "x": 125230, + "y": 39880, + "z": -263970 + }, + "rot": { + "x": 0, + "y": 359902, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + }, + "73": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -110601, + "y": 22308, + "z": -40540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 0, + "pos": { + "x": -110601, + "y": 22308, + "z": -40540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 0, + "pos": { + "x": -107740, + "y": 22034, + "z": -54710 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300002, + "propState": 0, + "pos": { + "x": -122020, + "y": 16032, + "z": -80556 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 74, + "instId": 300026, + "propState": 0, + "pos": { + "x": -130967, + "y": 16048, + "z": -66606 + }, + "rot": { + "x": 0, + "y": 13220, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 74, + "instId": 300027, + "propState": 0, + "pos": { + "x": -159972, + "y": 16032, + "z": -86207 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 74, + "instId": 300028, + "propState": 0, + "pos": { + "x": -107792, + "y": 28048, + "z": -72795 + }, + "rot": { + "x": 0, + "y": 268271, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "76": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300026, + "propState": 0, + "pos": { + "x": -140319, + "y": 38323, + "z": -55920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 78, + "instId": 300027, + "propState": 0, + "pos": { + "x": -152550, + "y": 23093, + "z": -55923 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300027, + "propState": 0, + "pos": { + "x": -161471, + "y": 30453, + "z": -95362 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "82": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 377128, + "y": 2940, + "z": -300428 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 90, + "instId": 300003, + "propState": 0, + "pos": { + "x": 369575, + "y": 2940, + "z": -308518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "92": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 12, + "pos": { + "x": 373830, + "y": 35270, + "z": -298138 + }, + "rot": { + "x": 0, + "y": 90001, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "94": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "96": { + "monsters": [ + { + "groupId": 96, + "instId": 200001, + "eventId": 20311155, + "pos": { + "x": 377750, + "y": 39010, + "z": -281240 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 3002030 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "97": { + "monsters": [ + { + "groupId": 97, + "instId": 200001, + "eventId": 20311239, + "pos": { + "x": 342140, + "y": 29800, + "z": -287490 + }, + "rot": { + "x": 0, + "y": 68670, + "z": 0 + }, + "monsterId": 3003020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 342050, + "y": 33275, + "z": -289213 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 97, + "instId": 300003, + "propState": 0, + "pos": { + "x": 342050, + "y": 33275, + "z": -289213 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 98, + "instId": 300002, + "propState": 0, + "pos": { + "x": 342050, + "y": 33350, + "z": -270300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 98, + "instId": 300026, + "propState": 0, + "pos": { + "x": 342140, + "y": 27170, + "z": -278174 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 99, + "instId": 300001, + "propState": 0, + "pos": { + "x": 381066, + "y": 39010, + "z": -276572 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 99, + "instId": 300003, + "propState": 0, + "pos": { + "x": 350276, + "y": 39010, + "z": -276543 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 100, + "instId": 300001, + "propState": 0, + "pos": { + "x": 350564, + "y": 33868, + "z": -298148 + }, + "rot": { + "x": 0, + "y": 89994, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 100, + "instId": 300003, + "propState": 0, + "pos": { + "x": 379885, + "y": 35051, + "z": -298150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 107, + "instId": 300001, + "propState": 0, + "pos": { + "x": -119563, + "y": 30930, + "z": -40770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103010 + }, + { + "groupId": 107, + "instId": 300002, + "propState": 1, + "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": 0, + "pos": { + "x": -115543, + "y": 28034, + "z": -42975 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "156": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "168": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "169": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "172": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "173": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 1, + "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": 1, + "pos": { + "x": 110204, + "y": 22109, + "z": -217944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 173, + "instId": 300011, + "propState": 1, + "pos": { + "x": -156331, + "y": -4910, + "z": -79773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 173, + "instId": 300004, + "propState": 1, + "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": 1, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 173, + "instId": 300016, + "propState": 0, + "pos": { + "x": -83505, + "y": -16868, + "z": -198931 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 173, + "instId": 300017, + "propState": 0, + "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": 0, + "pos": { + "x": -190551, + "y": 16032, + "z": -53857 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 173, + "instId": 300005, + "propState": 1, + "pos": { + "x": -116165, + "y": 22090, + "z": -175809 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + } + ], + "teleports": {} + }, + "183": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -176788, + "y": -9420, + "z": -125359 + }, + "rot": { + "x": 0, + "y": 328197, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 183, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "184": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "185": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "187": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 82722, + "y": 29172, + "z": -317748 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 187, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "189": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "193": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 193, + "instId": 300001, + "propState": 0, + "pos": { + "x": 125263, + "y": 35055, + "z": -266930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 193, + "instId": 300002, + "propState": 0, + "pos": { + "x": 119263, + "y": 35055, + "z": -266930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 193, + "instId": 300003, + "propState": 0, + "pos": { + "x": 112456, + "y": 35070, + "z": -272273 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 194, + "instId": 300001, + "propState": 1, + "pos": { + "x": 369050, + "y": 26166, + "z": -265280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 194, + "instId": 300002, + "propState": 0, + "pos": { + "x": 366974, + "y": 28132, + "z": -265280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "195": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 195, + "instId": 300001, + "propState": 1, + "pos": { + "x": 381886, + "y": 26283, + "z": -298135 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 195, + "instId": 300002, + "propState": 0, + "pos": { + "x": 384295, + "y": 27855, + "z": -298151 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "196": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "197": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "198": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 198, + "instId": 300001, + "propState": 12, + "pos": { + "x": -95150, + "y": 21160, + "z": -276190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "199": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 199, + "instId": 300001, + "propState": 12, + "pos": { + "x": -116297, + "y": 31664, + "z": -289820 + }, + "rot": { + "x": 0, + "y": 1, + "z": 0 + }, + "propId": 60303 + } + ], + "teleports": {} + }, + "211": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 211, + "instId": 300004, + "propState": 1, + "pos": { + "x": -179420, + "y": -5030, + "z": -79729 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103013 + } + ], + "teleports": {} + }, + "216": { + "monsters": [ + { + "groupId": 216, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": -215500, + "y": 16077, + "z": -150924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 216, + "instId": 300001, + "propState": 0, + "pos": { + "x": -133837, + "y": 16077, + "z": -150924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 216, + "instId": 300002, + "propState": 0, + "pos": { + "x": -140360, + "y": 17620, + "z": -150930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 216, + "instId": 300003, + "propState": 0, + "pos": { + "x": -133730, + "y": 16077, + "z": -149600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 216, + "instId": 300004, + "propState": 0, + "pos": { + "x": -133837, + "y": 16077, + "z": -150924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 216, + "instId": 300005, + "propState": 0, + "pos": { + "x": -147470, + "y": 16077, + "z": -166639 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "224": { + "monsters": [ + { + "groupId": 224, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 316870, + "y": 15070, + "z": -270316 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 224, + "instId": 300001, + "propState": 0, + "pos": { + "x": 344411, + "y": 15070, + "z": -270316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 224, + "instId": 300002, + "propState": 0, + "pos": { + "x": 364290, + "y": 15070, + "z": -279300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 224, + "instId": 300003, + "propState": 0, + "pos": { + "x": 375944, + "y": 3144, + "z": -308377 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 224, + "instId": 300004, + "propState": 0, + "pos": { + "x": 344510, + "y": 15070, + "z": -270450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 224, + "instId": 300005, + "propState": 0, + "pos": { + "x": 343255, + "y": 15070, + "z": -270316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 224, + "instId": 300006, + "propState": 0, + "pos": { + "x": 375800, + "y": 3084, + "z": -309867 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 224, + "instId": 300007, + "propState": 0, + "pos": { + "x": 356617, + "y": 6088, + "z": -309496 + }, + "rot": { + "x": 0, + "y": 268239, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "226": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 226, + "instId": 300004, + "propState": 0, + "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": 0, + "pos": { + "x": 357920, + "y": 15070, + "z": -288484 + }, + "rot": { + "x": 0, + "y": 35918, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 226, + "instId": 300017, + "propState": 0, + "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": 0, + "pos": { + "x": 368024, + "y": 6357, + "z": -309756 + }, + "rot": { + "x": 0, + "y": 194725, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 226, + "instId": 300021, + "propState": 0, + "pos": { + "x": 363172, + "y": 3074, + "z": -298299 + }, + "rot": { + "x": 0, + "y": 204937, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 226, + "instId": 300022, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 226, + "instId": 300010, + "propState": 0, + "pos": { + "x": 368259, + "y": 6088, + "z": -302138 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 226, + "instId": 300012, + "propState": 0, + "pos": { + "x": 356976, + "y": 3074, + "z": -308213 + }, + "rot": { + "x": 0, + "y": 91810, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 226, + "instId": 300030, + "propState": 0, + "pos": { + "x": 361970, + "y": 15144, + "z": -271995 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 226, + "instId": 300001, + "propState": 0, + "pos": { + "x": 353800, + "y": 15174, + "z": -276989 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "227": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 227, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 227, + "instId": 300011, + "propState": 0, + "pos": { + "x": -154160, + "y": 11370, + "z": -149390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 227, + "instId": 300001, + "propState": 0, + "pos": { + "x": -140368, + "y": 16077, + "z": -146218 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "230": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -317772, + "y": -8934, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300016, + "propState": 0, + "pos": { + "x": -323772, + "y": -8934, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300017, + "propState": 0, + "pos": { + "x": -341716, + "y": -8914, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300018, + "propState": 0, + "pos": { + "x": -335716, + "y": -8914, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300019, + "propState": 0, + "pos": { + "x": -330580, + "y": -8804, + "z": -79090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 230, + "instId": 300020, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "231": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "232": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -348000, + "y": -8920, + "z": -74340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 232, + "instId": 300011, + "propState": 0, + "pos": { + "x": -348000, + "y": -8920, + "z": -68340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 232, + "instId": 300014, + "propState": 0, + "pos": { + "x": -329829, + "y": -8790, + "z": -92261 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 232, + "instId": 300015, + "propState": 0, + "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": 0, + "pos": { + "x": -353497, + "y": -8860, + "z": -61294 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 232, + "instId": 300013, + "propState": 0, + "pos": { + "x": -335110, + "y": -8804, + "z": -79560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "233": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 233, + "instId": 300002, + "propState": 0, + "pos": { + "x": -311665, + "y": -8780, + "z": -74240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 233, + "instId": 300007, + "propState": 0, + "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": 0, + "pos": { + "x": -317249, + "y": -8766, + "z": -61433 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "234": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 234, + "instId": 300010, + "propState": 0, + "pos": { + "x": -113170, + "y": 22072, + "z": -271945 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 234, + "instId": 300013, + "propState": 0, + "pos": { + "x": -113170, + "y": 22072, + "z": -277938 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 234, + "instId": 300014, + "propState": 0, + "pos": { + "x": -118757, + "y": 22080, + "z": -279025 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "240": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 240, + "instId": 300001, + "propState": 12, + "pos": { + "x": -309565, + "y": -69, + "z": -104220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "260": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 260, + "instId": 300001, + "propState": 0, + "pos": { + "x": 119760, + "y": 24080, + "z": -118170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 901 + } + ], + "teleports": {} + }, + "266": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "268": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "269": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -153447, + "y": 16347, + "z": -164321 + }, + "rot": { + "x": 0, + "y": 52557, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 269, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "271": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 271, + "instId": 300001, + "propState": 18, + "pos": { + "x": 58289, + "y": -16029, + "z": -246820 + }, + "rot": { + "x": 0, + "y": 346147, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 271, + "instId": 300002, + "propState": 1, + "pos": { + "x": 58289, + "y": -16029, + "z": -246820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "279": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "280": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "281": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "282": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "288": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 288, + "instId": 300006, + "propState": 0, + "pos": { + "x": 159229, + "y": 27793, + "z": -139048 + }, + "rot": { + "x": 0, + "y": 15697, + "z": 0 + }, + "propId": 103013 + } + ], + "teleports": {} + }, + "289": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "292": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "293": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 293, + "instId": 300001, + "propState": 12, + "pos": { + "x": -150336, + "y": 38961, + "z": -60230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60302 + } + ], + "teleports": {} + }, + "294": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 294, + "instId": 300027, + "propState": 0, + "pos": { + "x": -120549, + "y": 22116, + "z": -259134 + }, + "rot": { + "x": 0, + "y": 158945, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 294, + "instId": 300028, + "propState": 0, + "pos": { + "x": -123618, + "y": 16110, + "z": -271290 + }, + "rot": { + "x": 0, + "y": 348891, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "295": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 295, + "instId": 300028, + "propState": 0, + "pos": { + "x": -137130, + "y": 37706, + "z": -271664 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "296": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 296, + "instId": 300027, + "propState": 0, + "pos": { + "x": -128063, + "y": 17779, + "z": -265987 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "298": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 298, + "instId": 300001, + "propState": 11, + "pos": { + "x": -26220, + "y": -16858, + "z": -271207 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "300": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 300, + "instId": 300001, + "propState": 11, + "pos": { + "x": 131480, + "y": 28090, + "z": -214320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "301": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 301, + "instId": 300001, + "propState": 11, + "pos": { + "x": -75991, + "y": 22090, + "z": -182680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "302": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 110155, + "y": 18067, + "z": -263338 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 302, + "instId": 300003, + "propState": 0, + "pos": { + "x": 71858, + "y": -17715, + "z": -569984 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 302, + "instId": 300004, + "propState": 0, + "pos": { + "x": -179152, + "y": -2932, + "z": -79670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 302, + "instId": 300005, + "propState": 0, + "pos": { + "x": 97238, + "y": 108170, + "z": 160214 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 302, + "instId": 300006, + "propState": 0, + "pos": { + "x": 35260, + "y": -8710, + "z": -531030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "303": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 303, + "instId": 300001, + "propState": 8, + "pos": { + "x": 117147, + "y": 32410, + "z": -330955 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 808 + } + ], + "teleports": { + "1016": { + "anchorId": 1, + "groupId": 303, + "instId": 300001, + "pos": { + "x": 118093, + "y": 32410, + "z": -330955 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "304": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 304, + "instId": 300001, + "propState": 8, + "pos": { + "x": -67310, + "y": 22081, + "z": -235630 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1019": { + "anchorId": 1, + "groupId": 304, + "instId": 300001, + "pos": { + "x": -67530, + "y": 22081, + "z": -236430 + }, + "rot": { + "x": 0, + "y": 10000, + "z": 0 + } + } + } + }, + "307": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 307, + "instId": 300001, + "propState": 12, + "pos": { + "x": -128160, + "y": 6200, + "z": -265990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "311": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "312": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "313": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "314": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "315": { + "monsters": [ + { + "groupId": 315, + "instId": 200001, + "eventId": 20311115, + "pos": { + "x": 167200, + "y": 43360, + "z": -258160 + }, + "rot": { + "x": 0, + "y": 265633, + "z": 0 + }, + "monsterId": 3012020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "316": { + "monsters": [ + { + "groupId": 316, + "instId": 200001, + "eventId": 20311015, + "pos": { + "x": 167200, + "y": 43360, + "z": -258160 + }, + "rot": { + "x": 0, + "y": 265633, + "z": 0 + }, + "monsterId": 3012020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "317": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "319": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 319, + "instId": 300001, + "propState": 0, + "pos": { + "x": -152439, + "y": 16127, + "z": -136360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 319, + "instId": 300002, + "propState": 0, + "pos": { + "x": -140387, + "y": 16310, + "z": -146364 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + }, + "324": { + "monsters": [ + { + "groupId": 324, + "instId": 200002, + "eventId": 20311149, + "pos": { + "x": -123210, + "y": 8830, + "z": -265990 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "325": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 325, + "instId": 300001, + "propState": 12, + "pos": { + "x": -307370, + "y": -20730, + "z": -50279 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "326": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 326, + "instId": 300001, + "propState": 12, + "pos": { + "x": -356156, + "y": -8790, + "z": -77323 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60302 + } + ], + "teleports": {} + }, + "329": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 329, + "instId": 300001, + "propState": 12, + "pos": { + "x": -332730, + "y": -8750, + "z": -77240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60303 + } + ], + "teleports": {} + }, + "331": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 331, + "instId": 300001, + "propState": 12, + "pos": { + "x": -349410, + "y": 1420, + "z": -77262 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60303 + } + ], + "teleports": {} + }, + "332": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "pos": { + "x": 261211, + "y": 32420, + "z": -410195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + } + ], + "teleports": {} + }, + "333": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 333, + "instId": 300001, + "propState": 12, + "pos": { + "x": -353870, + "y": 8360, + "z": -57753 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "334": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 334, + "instId": 300002, + "propState": 12, + "pos": { + "x": -353838, + "y": -26799, + "z": -61985 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "339": { + "monsters": [ + { + "groupId": 339, + "instId": 200001, + "eventId": 20311172, + "pos": { + "x": -333556, + "y": -5418, + "z": -50338 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "340": { + "monsters": [ + { + "groupId": 340, + "instId": 200001, + "eventId": 20311171, + "pos": { + "x": -327040, + "y": 5610, + "z": -104220 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3001020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "341": { + "monsters": [ + { + "groupId": 341, + "instId": 200001, + "eventId": 20311183, + "pos": { + "x": -359880, + "y": -3720, + "z": -68540 + }, + "rot": { + "x": 0, + "y": 184351, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "342": { + "monsters": [ + { + "groupId": 342, + "instId": 200001, + "eventId": 20311176, + "pos": { + "x": -333227, + "y": -5024, + "z": -50338 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3001020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "343": { + "monsters": [ + { + "groupId": 343, + "instId": 200002, + "eventId": 20311174, + "pos": { + "x": -332911, + "y": -18238, + "z": -104172 + }, + "rot": { + "x": 0, + "y": 354061, + "z": 0 + }, + "monsterId": 3001010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "345": { + "monsters": [ + { + "groupId": 345, + "instId": 200001, + "eventId": 20311175, + "pos": { + "x": -347870, + "y": 2838, + "z": -78072 + }, + "rot": { + "x": 0, + "y": 76184, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "346": { + "monsters": [ + { + "groupId": 346, + "instId": 200001, + "eventId": 20311178, + "pos": { + "x": -350880, + "y": -5440, + "z": -104234 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3001020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "347": { + "monsters": [ + { + "groupId": 347, + "instId": 200001, + "eventId": 20311180, + "pos": { + "x": -338720, + "y": -5860, + "z": -50340 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "348": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "352": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 352, + "instId": 300001, + "propState": 11, + "pos": { + "x": 384856, + "y": 21544, + "z": -262400 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "358": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "359": { + "monsters": [ + { + "groupId": 359, + "instId": 200001, + "eventId": 20311134, + "pos": { + "x": -146320, + "y": 39070, + "z": -55920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "360": { + "monsters": [ + { + "groupId": 360, + "instId": 200001, + "eventId": 20311034, + "pos": { + "x": -146320, + "y": 39070, + "z": -55920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "361": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "362": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 362, + "instId": 300001, + "propState": 0, + "pos": { + "x": -169070, + "y": 22077, + "z": -162001 + }, + "rot": { + "x": 0, + "y": 356426, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "364": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "366": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "367": { + "monsters": [ + { + "groupId": 367, + "instId": 200002, + "eventId": 20311049, + "pos": { + "x": -123210, + "y": 8830, + "z": -265990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "379": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 379, + "instId": 300002, + "propState": 9, + "pos": { + "x": -307180, + "y": 324, + "z": -77350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + } + ], + "teleports": {} + }, + "380": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 380, + "instId": 300001, + "propState": 12, + "pos": { + "x": -305900, + "y": 7530, + "z": -65220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "385": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 385, + "instId": 300001, + "propState": 0, + "pos": { + "x": 368237, + "y": 15144, + "z": -285022 + }, + "rot": { + "x": 0, + "y": 268239, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 385, + "instId": 300002, + "propState": 0, + "pos": { + "x": 353485, + "y": 15254, + "z": -276970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + }, + "397": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 397, + "instId": 300001, + "propState": 12, + "pos": { + "x": -341706, + "y": -30261, + "z": -77151 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "398": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 398, + "instId": 300001, + "propState": 12, + "pos": { + "x": -335880, + "y": -12400, + "z": -61543 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "400": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 400, + "instId": 300001, + "propState": 12, + "pos": { + "x": -348553, + "y": -15827, + "z": -77330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "411": { + "monsters": [ + { + "groupId": 411, + "instId": 200001, + "eventId": 20311182, + "pos": { + "x": -338880, + "y": -5590, + "z": -104230 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3001010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "412": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 110330, + "y": 17630, + "z": -263476 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "414": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 414, + "instId": 300001, + "propState": 0, + "pos": { + "x": 35340, + "y": -10000, + "z": -531240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "415": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 415, + "instId": 300002, + "propState": 0, + "pos": { + "x": -179190, + "y": -4760, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "420": { + "monsters": [], + "npcs": [ + { + "groupId": 420, + "instId": 400001, + "pos": { + "x": -147700, + "y": -3668, + "z": -34850 + }, + "rot": { + "x": 0, + "y": 70205, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "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": 0, + "pos": { + "x": -144768, + "y": -3923, + "z": -31631 + }, + "rot": { + "x": 0, + "y": 70205, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "421": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "422": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 422, + "instId": 300003, + "propState": 0, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 422, + "instId": 300004, + "propState": 0, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 422, + "instId": 300005, + "propState": 0, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300006, + "propState": 0, + "pos": { + "x": -152161, + "y": 28077, + "z": -217810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300008, + "propState": 1, + "pos": { + "x": -152164, + "y": 28077, + "z": -217780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 422, + "instId": 300009, + "propState": 0, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300010, + "propState": 0, + "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": 0, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300013, + "propState": 0, + "pos": { + "x": -152160, + "y": 28077, + "z": -222460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "432": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 432, + "instId": 300001, + "propState": 11, + "pos": { + "x": -154075, + "y": 28032, + "z": -41050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "433": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -104760, + "y": 22116, + "z": -250750 + }, + "rot": { + "x": 0, + "y": 270206, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 433, + "instId": 300003, + "propState": 0, + "pos": { + "x": -104760, + "y": 22116, + "z": -250750 + }, + "rot": { + "x": 0, + "y": 270206, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 433, + "instId": 300004, + "propState": 0, + "pos": { + "x": -104760, + "y": 22116, + "z": -250750 + }, + "rot": { + "x": 0, + "y": 270206, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 433, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -102846, + "y": 22116, + "z": -250700 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "434": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -118380, + "y": 28048, + "z": -70920 + }, + "rot": { + "x": 0, + "y": 43289, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 434, + "instId": 300003, + "propState": 0, + "pos": { + "x": -118380, + "y": 28048, + "z": -70920 + }, + "rot": { + "x": 0, + "y": 43289, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 434, + "instId": 300004, + "propState": 0, + "pos": { + "x": -118380, + "y": 28048, + "z": -70920 + }, + "rot": { + "x": 0, + "y": 43289, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 434, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -140167, + "y": 16055, + "z": -90228 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "447": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 447, + "instId": 300006, + "propState": 18, + "pos": { + "x": 4450, + "y": -14925, + "z": -260730 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 103036 + } + ], + "teleports": {} + }, + "454": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 384420, + "y": 21090, + "z": -279590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 454, + "instId": 300003, + "propState": 0, + "pos": { + "x": 384420, + "y": 21090, + "z": -279590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 454, + "instId": 300004, + "propState": 0, + "pos": { + "x": 384420, + "y": 21090, + "z": -279590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 454, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 384420, + "y": 21090, + "z": -279590 + }, + "rot": { + "x": 0, + "y": 90358, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "455": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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 + } + ], + "teleports": {} + }, + "463": { + "monsters": [ + { + "groupId": 463, + "instId": 200001, + "eventId": 20311179, + "pos": { + "x": -359882, + "y": -3720, + "z": -68540 + }, + "rot": { + "x": 0, + "y": 210151, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "464": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 464, + "instId": 300002, + "propState": 0, + "pos": { + "x": -309911, + "y": -8750, + "z": -59669 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 464, + "instId": 300027, + "propState": 0, + "pos": { + "x": -334522, + "y": -8750, + "z": -58716 + }, + "rot": { + "x": 0, + "y": 87139, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 464, + "instId": 300001, + "propState": 0, + "pos": { + "x": -322291, + "y": -26369, + "z": -103670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "465": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 465, + "instId": 300027, + "propState": 0, + "pos": { + "x": -312647, + "y": -8748, + "z": -97280 + }, + "rot": { + "x": 0, + "y": 283877, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "466": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 466, + "instId": 300027, + "propState": 0, + "pos": { + "x": -339845, + "y": -20415, + "z": -50337 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "467": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 467, + "instId": 300027, + "propState": 0, + "pos": { + "x": -338515, + "y": 5950, + "z": -104234 + }, + "rot": { + "x": 0, + "y": 269996, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 467, + "instId": 300001, + "propState": 0, + "pos": { + "x": -319628, + "y": -11611, + "z": -104232 + }, + "rot": { + "x": 0, + "y": 270030, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "468": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 468, + "instId": 300001, + "propState": 0, + "pos": { + "x": -305900, + "y": -7940, + "z": -64920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "478": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 478, + "instId": 300026, + "propState": 0, + "pos": { + "x": -119572, + "y": 31130, + "z": -89770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 478, + "instId": 300027, + "propState": 0, + "pos": { + "x": -119573, + "y": 24456, + "z": -81779 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 478, + "instId": 300028, + "propState": 0, + "pos": { + "x": -119574, + "y": 31812, + "z": -82484 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "479": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 479, + "instId": 300001, + "propState": 12, + "pos": { + "x": -119572, + "y": 35422, + "z": -71276 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "485": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -316360, + "y": -8748, + "z": -95582 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 485, + "instId": 300005, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": -316360, + "y": -8748, + "z": -95582 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 485, + "instId": 300012, + "propState": 0, + "pos": { + "x": -316360, + "y": -8748, + "z": -95582 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 485, + "instId": 300013, + "propState": 0, + "pos": { + "x": -341900, + "y": -8790, + "z": -98440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 485, + "instId": 300014, + "propState": 0, + "pos": { + "x": -348010, + "y": -8790, + "z": -98440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 485, + "instId": 300015, + "propState": 0, + "pos": { + "x": -323870, + "y": -8789, + "z": -98420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 485, + "instId": 300016, + "propState": 0, + "pos": { + "x": -329990, + "y": -8789, + "z": -98420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "486": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -315950, + "y": -25776, + "z": -60024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 486, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 486, + "instId": 300009, + "propState": 0, + "pos": { + "x": -341790, + "y": -8780, + "z": -74280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 486, + "instId": 300010, + "propState": 0, + "pos": { + "x": -335690, + "y": -8780, + "z": -74280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "487": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -351940, + "y": -8748, + "z": -93120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 487, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -351940, + "y": -8748, + "z": -93120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 487, + "instId": 300011, + "propState": 0, + "pos": { + "x": -351940, + "y": -8748, + "z": -93120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 487, + "instId": 300012, + "propState": 0, + "pos": { + "x": -351940, + "y": -8748, + "z": -93120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 487, + "instId": 300013, + "propState": 0, + "pos": { + "x": -347920, + "y": -8789, + "z": -92405 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 487, + "instId": 300014, + "propState": 0, + "pos": { + "x": -347920, + "y": -8789, + "z": -86299 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 487, + "instId": 300015, + "propState": 0, + "pos": { + "x": -347958, + "y": -8898, + "z": -74397 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 487, + "instId": 300016, + "propState": 0, + "pos": { + "x": -347958, + "y": -8898, + "z": -68277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "488": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -315950, + "y": -25776, + "z": -60024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 488, + "instId": 300005, + "propState": 0, + "pos": { + "x": -349010, + "y": -8750, + "z": -55460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 488, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": -349010, + "y": -8750, + "z": -55460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 488, + "instId": 300012, + "propState": 0, + "pos": { + "x": -349010, + "y": -8750, + "z": -55460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 488, + "instId": 300013, + "propState": 0, + "pos": { + "x": -349010, + "y": -8750, + "z": -55460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 488, + "instId": 300014, + "propState": 0, + "pos": { + "x": -349010, + "y": -8750, + "z": -55460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 488, + "instId": 300015, + "propState": 0, + "pos": { + "x": -347862, + "y": -8885, + "z": -61990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 488, + "instId": 300016, + "propState": 0, + "pos": { + "x": -341768, + "y": -8885, + "z": -61990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 488, + "instId": 300017, + "propState": 0, + "pos": { + "x": -329882, + "y": -8799, + "z": -61990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 488, + "instId": 300018, + "propState": 0, + "pos": { + "x": -323760, + "y": -8799, + "z": -61990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "489": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -315950, + "y": -25776, + "z": -60024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 489, + "instId": 300005, + "propState": 0, + "pos": { + "x": -316481, + "y": -8750, + "z": -60701 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "498": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "499": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 499, + "instId": 300001, + "propState": 20, + "pos": { + "x": -148621, + "y": -4480, + "z": -31631 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60303 + } + ], + "teleports": {} + }, + "501": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "614": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 614, + "instId": 300001, + "propState": 18, + "pos": { + "x": -76, + "y": -15300, + "z": -270627 + }, + "rot": { + "x": 0, + "y": 270425, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "640": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 640, + "instId": 300001, + "propState": 18, + "pos": { + "x": -115989, + "y": 23050, + "z": -146744 + }, + "rot": { + "x": 0, + "y": 207159, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 2, + "worldId": 401, + "startAnchorId": 1, + "startGroupId": 418 + } + }, + "2031104": { + "P20311_F20311001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": -110818, + "y": 22077, + "z": -216545 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": 120671, + "y": 32410, + "z": -316397 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 0, + "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": 1, + "pos": { + "x": -140500, + "y": 22100, + "z": -125764 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103011 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": -140580, + "y": 20930, + "z": -46900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103010 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 1, + "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": 0, + "pos": { + "x": -142489, + "y": 16032, + "z": -52035 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2031101": { + "anchorId": 1, + "groupId": 51, + "instId": 300001, + "pos": { + "x": 160361, + "y": 28084, + "z": -130813 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2031102": { + "anchorId": 2, + "groupId": 51, + "instId": 300002, + "pos": { + "x": 72413, + "y": -16918, + "z": -259230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2031103": { + "anchorId": 4, + "groupId": 51, + "instId": 300004, + "pos": { + "x": -120645, + "y": 22077, + "z": -148724 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2031104": { + "anchorId": 5, + "groupId": 51, + "instId": 300005, + "pos": { + "x": -145525, + "y": -4910, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2031105": { + "anchorId": 6, + "groupId": 51, + "instId": 300006, + "pos": { + "x": -130013, + "y": 28067, + "z": -3320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "52": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "54": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -194280, + "y": 16032, + "z": -82577 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300003, + "propState": 0, + "pos": { + "x": -194280, + "y": 16032, + "z": -82577 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 54, + "instId": 300004, + "propState": 0, + "pos": { + "x": -185480, + "y": 16032, + "z": -76900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "55": { + "monsters": [ + { + "groupId": 55, + "instId": 200001, + "eventId": 101215, + "pos": { + "x": -190717, + "y": 22077, + "z": -149660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3003021 + } + ], + "npcs": [], + "props": [ + { + "groupId": 55, + "instId": 300001, + "propState": 8, + "pos": { + "x": -190717, + "y": 23077, + "z": -149660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1115": { + "anchorId": 1, + "groupId": 55, + "instId": 300001, + "pos": { + "x": -184613, + "y": 22077, + "z": -149622 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300002, + "propState": 0, + "pos": { + "x": 99106, + "y": 28410, + "z": -310270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300001, + "propState": 0, + "pos": { + "x": 148261, + "y": 28084, + "z": -162045 + }, + "rot": { + "x": 0, + "y": 349862, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300012, + "propState": 0, + "pos": { + "x": -196652, + "y": 16032, + "z": -58845 + }, + "rot": { + "x": 0, + "y": 46295, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300013, + "propState": 0, + "pos": { + "x": -171791, + "y": 22077, + "z": -150220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300014, + "propState": 0, + "pos": { + "x": -62450, + "y": -16918, + "z": -245750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300029, + "propState": 0, + "pos": { + "x": 164490, + "y": 32410, + "z": -315343 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300006, + "propState": 0, + "pos": { + "x": 144074, + "y": 28100, + "z": -138285 + }, + "rot": { + "x": 0, + "y": 46973, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300007, + "propState": 0, + "pos": { + "x": 115530, + "y": 22088, + "z": -216120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 0, + "pos": { + "x": 108292, + "y": 16085, + "z": -249816 + }, + "rot": { + "x": 0, + "y": 151903, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300004, + "propState": 0, + "pos": { + "x": 80018, + "y": 22090, + "z": -228853 + }, + "rot": { + "x": 0, + "y": 220892, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300005, + "propState": 0, + "pos": { + "x": 129786, + "y": 32420, + "z": -313979 + }, + "rot": { + "x": 0, + "y": 314976, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300008, + "propState": 0, + "pos": { + "x": 63798, + "y": -16918, + "z": -242284 + }, + "rot": { + "x": 0, + "y": 321448, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300009, + "propState": 0, + "pos": { + "x": -80004, + "y": 22090, + "z": -201241 + }, + "rot": { + "x": 0, + "y": 84752, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300010, + "propState": 0, + "pos": { + "x": -121155, + "y": 22077, + "z": -216574 + }, + "rot": { + "x": 0, + "y": 353807, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300011, + "propState": 0, + "pos": { + "x": -121053, + "y": 22077, + "z": -177263 + }, + "rot": { + "x": 0, + "y": 173938, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300015, + "propState": 0, + "pos": { + "x": -142734, + "y": 19077, + "z": -152427 + }, + "rot": { + "x": 0, + "y": 115462, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300016, + "propState": 0, + "pos": { + "x": -153560, + "y": 16077, + "z": -129380 + }, + "rot": { + "x": 0, + "y": 107668, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300017, + "propState": 0, + "pos": { + "x": -136000, + "y": 22077, + "z": -127490 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300018, + "propState": 0, + "pos": { + "x": -145805, + "y": 21032, + "z": -27344 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300019, + "propState": 0, + "pos": { + "x": -153673, + "y": 28075, + "z": -2480 + }, + "rot": { + "x": 0, + "y": 119812, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300020, + "propState": 0, + "pos": { + "x": -188991, + "y": 28032, + "z": 2956 + }, + "rot": { + "x": 0, + "y": 186615, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300021, + "propState": 0, + "pos": { + "x": -188120, + "y": 16032, + "z": -80463 + }, + "rot": { + "x": 0, + "y": 285782, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300022, + "propState": 0, + "pos": { + "x": -135496, + "y": -4910, + "z": -26902 + }, + "rot": { + "x": 0, + "y": 142473, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300023, + "propState": 0, + "pos": { + "x": -126745, + "y": -4910, + "z": -95978 + }, + "rot": { + "x": 0, + "y": 353936, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300024, + "propState": 0, + "pos": { + "x": -127846, + "y": -4910, + "z": -132695 + }, + "rot": { + "x": 0, + "y": 297112, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300025, + "propState": 0, + "pos": { + "x": -161537, + "y": -10910, + "z": -137835 + }, + "rot": { + "x": 0, + "y": 247230, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300026, + "propState": 0, + "pos": { + "x": -121595, + "y": -16910, + "z": -150035 + }, + "rot": { + "x": 0, + "y": 178939, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300027, + "propState": 0, + "pos": { + "x": -125438, + "y": -16910, + "z": -196494 + }, + "rot": { + "x": 0, + "y": 118484, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 56, + "instId": 300028, + "propState": 0, + "pos": { + "x": -75992, + "y": -16900, + "z": -202281 + }, + "rot": { + "x": 0, + "y": 187292, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "57": { + "monsters": [ + { + "groupId": 57, + "instId": 200001, + "eventId": 20311233, + "pos": { + "x": 84597, + "y": 28420, + "z": -303957 + }, + "rot": { + "x": 0, + "y": 124687, + "z": 0 + }, + "monsterId": 3003010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 80288, + "y": 28410, + "z": -302663 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 0, + "pos": { + "x": 80288, + "y": 28410, + "z": -302663 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 57, + "instId": 300004, + "propState": 0, + "pos": { + "x": 95351, + "y": 28410, + "z": -312124 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "60": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "61": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 62, + "instId": 300001, + "propState": 0, + "pos": { + "x": 166059, + "y": 35202, + "z": -250726 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 0, + "pos": { + "x": 126273, + "y": 35030, + "z": -277480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300001, + "propState": 0, + "pos": { + "x": 166240, + "y": 47050, + "z": -271620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 0, + "pos": { + "x": 134365, + "y": 47050, + "z": -264098 + }, + "rot": { + "x": 0, + "y": 216920, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 63, + "instId": 300003, + "propState": 0, + "pos": { + "x": 110107, + "y": 47060, + "z": -274810 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 12, + "pos": { + "x": 111726, + "y": 35080, + "z": -269710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60302 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 65, + "instId": 300002, + "propState": 12, + "pos": { + "x": 153190, + "y": 46630, + "z": -272600 + }, + "rot": { + "x": 0, + "y": 305478, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 171780, + "y": 32420, + "z": -319930 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1209": { + "anchorId": 1, + "groupId": 68, + "instId": 300001, + "pos": { + "x": 169880, + "y": 32410, + "z": -318150 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + } + } + } + }, + "71": { + "monsters": [ + { + "groupId": 71, + "instId": 200001, + "eventId": 20311231, + "pos": { + "x": 125231, + "y": 43140, + "z": -270798 + }, + "rot": { + "x": 0, + "y": 150913, + "z": 0 + }, + "monsterId": 3003020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 0, + "pos": { + "x": 125420, + "y": 40810, + "z": -276120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 0, + "pos": { + "x": 125420, + "y": 41160, + "z": -256100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 0, + "pos": { + "x": 125230, + "y": 39880, + "z": -263970 + }, + "rot": { + "x": 0, + "y": 359902, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + }, + "73": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -110601, + "y": 22308, + "z": -40540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 0, + "pos": { + "x": -110601, + "y": 22308, + "z": -40540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 0, + "pos": { + "x": -107740, + "y": 22034, + "z": -54710 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300002, + "propState": 0, + "pos": { + "x": -122020, + "y": 16032, + "z": -80556 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 74, + "instId": 300026, + "propState": 0, + "pos": { + "x": -130967, + "y": 16048, + "z": -66606 + }, + "rot": { + "x": 0, + "y": 13220, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 74, + "instId": 300027, + "propState": 0, + "pos": { + "x": -159972, + "y": 16032, + "z": -86207 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 74, + "instId": 300028, + "propState": 0, + "pos": { + "x": -107792, + "y": 28048, + "z": -72795 + }, + "rot": { + "x": 0, + "y": 268271, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "76": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300026, + "propState": 0, + "pos": { + "x": -140319, + "y": 38323, + "z": -55920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 78, + "instId": 300027, + "propState": 0, + "pos": { + "x": -152550, + "y": 23093, + "z": -55923 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300027, + "propState": 0, + "pos": { + "x": -161471, + "y": 30453, + "z": -95362 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "82": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 377128, + "y": 2940, + "z": -300428 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 90, + "instId": 300003, + "propState": 0, + "pos": { + "x": 369575, + "y": 2940, + "z": -308518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "92": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 12, + "pos": { + "x": 373830, + "y": 35270, + "z": -298138 + }, + "rot": { + "x": 0, + "y": 90001, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "94": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "96": { + "monsters": [ + { + "groupId": 96, + "instId": 200001, + "eventId": 20311155, + "pos": { + "x": 377750, + "y": 39010, + "z": -281240 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 3002030 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "97": { + "monsters": [ + { + "groupId": 97, + "instId": 200001, + "eventId": 20311239, + "pos": { + "x": 342140, + "y": 29800, + "z": -287490 + }, + "rot": { + "x": 0, + "y": 68670, + "z": 0 + }, + "monsterId": 3003020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 342050, + "y": 33275, + "z": -289213 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 97, + "instId": 300003, + "propState": 0, + "pos": { + "x": 342050, + "y": 33275, + "z": -289213 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 98, + "instId": 300002, + "propState": 0, + "pos": { + "x": 342050, + "y": 33350, + "z": -270300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 98, + "instId": 300026, + "propState": 0, + "pos": { + "x": 342140, + "y": 27170, + "z": -278174 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 99, + "instId": 300001, + "propState": 0, + "pos": { + "x": 381066, + "y": 39010, + "z": -276572 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 99, + "instId": 300003, + "propState": 0, + "pos": { + "x": 350276, + "y": 39010, + "z": -276543 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 100, + "instId": 300001, + "propState": 0, + "pos": { + "x": 350564, + "y": 33868, + "z": -298148 + }, + "rot": { + "x": 0, + "y": 89994, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 100, + "instId": 300003, + "propState": 0, + "pos": { + "x": 379885, + "y": 35051, + "z": -298150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 107, + "instId": 300001, + "propState": 0, + "pos": { + "x": -119563, + "y": 30930, + "z": -40770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103010 + }, + { + "groupId": 107, + "instId": 300002, + "propState": 1, + "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": 0, + "pos": { + "x": -115543, + "y": 28034, + "z": -42975 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "156": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "168": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "169": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "172": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "173": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 1, + "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": 1, + "pos": { + "x": 110204, + "y": 22109, + "z": -217944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 173, + "instId": 300011, + "propState": 1, + "pos": { + "x": -156331, + "y": -4910, + "z": -79773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 173, + "instId": 300004, + "propState": 1, + "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": 1, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 173, + "instId": 300016, + "propState": 0, + "pos": { + "x": -83505, + "y": -16868, + "z": -198931 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 173, + "instId": 300017, + "propState": 0, + "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": 0, + "pos": { + "x": -190551, + "y": 16032, + "z": -53857 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 173, + "instId": 300005, + "propState": 1, + "pos": { + "x": -116165, + "y": 22090, + "z": -175809 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + } + ], + "teleports": {} + }, + "183": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -176788, + "y": -9420, + "z": -125359 + }, + "rot": { + "x": 0, + "y": 328197, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 183, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "184": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "185": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "187": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 82722, + "y": 29172, + "z": -317748 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 187, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "189": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "193": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 193, + "instId": 300001, + "propState": 0, + "pos": { + "x": 125263, + "y": 35055, + "z": -266930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 193, + "instId": 300002, + "propState": 0, + "pos": { + "x": 119263, + "y": 35055, + "z": -266930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 193, + "instId": 300003, + "propState": 0, + "pos": { + "x": 112456, + "y": 35070, + "z": -272273 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 194, + "instId": 300001, + "propState": 1, + "pos": { + "x": 369050, + "y": 26166, + "z": -265280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 194, + "instId": 300002, + "propState": 0, + "pos": { + "x": 366974, + "y": 28132, + "z": -265280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "195": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 195, + "instId": 300001, + "propState": 1, + "pos": { + "x": 381886, + "y": 26283, + "z": -298135 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 195, + "instId": 300002, + "propState": 0, + "pos": { + "x": 384295, + "y": 27855, + "z": -298151 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "196": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "197": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "198": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 198, + "instId": 300001, + "propState": 12, + "pos": { + "x": -95150, + "y": 21160, + "z": -276190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "199": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 199, + "instId": 300001, + "propState": 12, + "pos": { + "x": -116297, + "y": 31664, + "z": -289820 + }, + "rot": { + "x": 0, + "y": 1, + "z": 0 + }, + "propId": 60303 + } + ], + "teleports": {} + }, + "211": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 211, + "instId": 300004, + "propState": 1, + "pos": { + "x": -179420, + "y": -5030, + "z": -79729 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103013 + } + ], + "teleports": {} + }, + "216": { + "monsters": [ + { + "groupId": 216, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": -215500, + "y": 16077, + "z": -150924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 216, + "instId": 300001, + "propState": 0, + "pos": { + "x": -133837, + "y": 16077, + "z": -150924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 216, + "instId": 300002, + "propState": 0, + "pos": { + "x": -140360, + "y": 17620, + "z": -150930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 216, + "instId": 300003, + "propState": 0, + "pos": { + "x": -133730, + "y": 16077, + "z": -149600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 216, + "instId": 300004, + "propState": 0, + "pos": { + "x": -133837, + "y": 16077, + "z": -150924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 216, + "instId": 300005, + "propState": 0, + "pos": { + "x": -147470, + "y": 16077, + "z": -166639 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "224": { + "monsters": [ + { + "groupId": 224, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 316870, + "y": 15070, + "z": -270316 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 224, + "instId": 300001, + "propState": 0, + "pos": { + "x": 344411, + "y": 15070, + "z": -270316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 224, + "instId": 300002, + "propState": 0, + "pos": { + "x": 364290, + "y": 15070, + "z": -279300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 224, + "instId": 300003, + "propState": 0, + "pos": { + "x": 375944, + "y": 3144, + "z": -308377 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 224, + "instId": 300004, + "propState": 0, + "pos": { + "x": 344510, + "y": 15070, + "z": -270450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 224, + "instId": 300005, + "propState": 0, + "pos": { + "x": 343255, + "y": 15070, + "z": -270316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 224, + "instId": 300006, + "propState": 0, + "pos": { + "x": 375800, + "y": 3084, + "z": -309867 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 224, + "instId": 300007, + "propState": 0, + "pos": { + "x": 356617, + "y": 6088, + "z": -309496 + }, + "rot": { + "x": 0, + "y": 268239, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "226": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 226, + "instId": 300004, + "propState": 0, + "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": 0, + "pos": { + "x": 357920, + "y": 15070, + "z": -288484 + }, + "rot": { + "x": 0, + "y": 35918, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 226, + "instId": 300017, + "propState": 0, + "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": 0, + "pos": { + "x": 368024, + "y": 6357, + "z": -309756 + }, + "rot": { + "x": 0, + "y": 194725, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 226, + "instId": 300021, + "propState": 0, + "pos": { + "x": 363172, + "y": 3074, + "z": -298299 + }, + "rot": { + "x": 0, + "y": 204937, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 226, + "instId": 300022, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 226, + "instId": 300010, + "propState": 0, + "pos": { + "x": 368259, + "y": 6088, + "z": -302138 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 226, + "instId": 300012, + "propState": 0, + "pos": { + "x": 356976, + "y": 3074, + "z": -308213 + }, + "rot": { + "x": 0, + "y": 91810, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 226, + "instId": 300030, + "propState": 0, + "pos": { + "x": 361970, + "y": 15144, + "z": -271995 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 226, + "instId": 300001, + "propState": 0, + "pos": { + "x": 353800, + "y": 15174, + "z": -276989 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "227": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 227, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 227, + "instId": 300011, + "propState": 0, + "pos": { + "x": -154160, + "y": 11370, + "z": -149390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 227, + "instId": 300001, + "propState": 0, + "pos": { + "x": -140368, + "y": 16077, + "z": -146218 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "230": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -317772, + "y": -8934, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300016, + "propState": 0, + "pos": { + "x": -323772, + "y": -8934, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300017, + "propState": 0, + "pos": { + "x": -341716, + "y": -8914, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300018, + "propState": 0, + "pos": { + "x": -335716, + "y": -8914, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 230, + "instId": 300019, + "propState": 0, + "pos": { + "x": -330580, + "y": -8804, + "z": -79090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 230, + "instId": 300020, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "231": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "232": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -348000, + "y": -8920, + "z": -74340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 232, + "instId": 300011, + "propState": 0, + "pos": { + "x": -348000, + "y": -8920, + "z": -68340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 232, + "instId": 300014, + "propState": 0, + "pos": { + "x": -329829, + "y": -8790, + "z": -92261 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 232, + "instId": 300015, + "propState": 0, + "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": 0, + "pos": { + "x": -353497, + "y": -8860, + "z": -61294 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 232, + "instId": 300013, + "propState": 0, + "pos": { + "x": -335110, + "y": -8804, + "z": -79560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "233": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 233, + "instId": 300002, + "propState": 0, + "pos": { + "x": -311665, + "y": -8780, + "z": -74240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 233, + "instId": 300007, + "propState": 0, + "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": 0, + "pos": { + "x": -317249, + "y": -8766, + "z": -61433 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "234": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 234, + "instId": 300010, + "propState": 0, + "pos": { + "x": -113170, + "y": 22072, + "z": -271945 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 234, + "instId": 300013, + "propState": 0, + "pos": { + "x": -113170, + "y": 22072, + "z": -277938 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 234, + "instId": 300014, + "propState": 0, + "pos": { + "x": -118757, + "y": 22080, + "z": -279025 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "240": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 240, + "instId": 300001, + "propState": 12, + "pos": { + "x": -309565, + "y": -69, + "z": -104220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "260": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 260, + "instId": 300001, + "propState": 0, + "pos": { + "x": 119760, + "y": 24080, + "z": -118170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 901 + } + ], + "teleports": {} + }, + "266": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "268": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "269": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -153447, + "y": 16347, + "z": -164321 + }, + "rot": { + "x": 0, + "y": 52557, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 269, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "271": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 271, + "instId": 300001, + "propState": 18, + "pos": { + "x": 58289, + "y": -16029, + "z": -246820 + }, + "rot": { + "x": 0, + "y": 346147, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 271, + "instId": 300002, + "propState": 1, + "pos": { + "x": 58289, + "y": -16029, + "z": -246820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "279": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "280": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "281": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "282": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "288": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 288, + "instId": 300006, + "propState": 0, + "pos": { + "x": 159229, + "y": 27793, + "z": -139048 + }, + "rot": { + "x": 0, + "y": 15697, + "z": 0 + }, + "propId": 103013 + } + ], + "teleports": {} + }, + "289": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "292": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "293": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 293, + "instId": 300001, + "propState": 12, + "pos": { + "x": -150336, + "y": 38961, + "z": -60230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60302 + } + ], + "teleports": {} + }, + "294": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 294, + "instId": 300027, + "propState": 0, + "pos": { + "x": -120549, + "y": 22116, + "z": -259134 + }, + "rot": { + "x": 0, + "y": 158945, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 294, + "instId": 300028, + "propState": 0, + "pos": { + "x": -123618, + "y": 16110, + "z": -271290 + }, + "rot": { + "x": 0, + "y": 348891, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "295": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 295, + "instId": 300028, + "propState": 0, + "pos": { + "x": -137130, + "y": 37706, + "z": -271664 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "296": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 296, + "instId": 300027, + "propState": 0, + "pos": { + "x": -128063, + "y": 17779, + "z": -265987 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "298": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 298, + "instId": 300001, + "propState": 11, + "pos": { + "x": -26220, + "y": -16858, + "z": -271207 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "300": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 300, + "instId": 300001, + "propState": 11, + "pos": { + "x": 131480, + "y": 28090, + "z": -214320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "301": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 301, + "instId": 300001, + "propState": 11, + "pos": { + "x": -75991, + "y": 22090, + "z": -182680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "302": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 110155, + "y": 18067, + "z": -263338 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 302, + "instId": 300003, + "propState": 0, + "pos": { + "x": 71858, + "y": -17715, + "z": -569984 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 302, + "instId": 300004, + "propState": 0, + "pos": { + "x": -179152, + "y": -2932, + "z": -79670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 302, + "instId": 300005, + "propState": 0, + "pos": { + "x": 97238, + "y": 108170, + "z": 160214 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 302, + "instId": 300006, + "propState": 0, + "pos": { + "x": 35260, + "y": -8710, + "z": -531030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "303": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 303, + "instId": 300001, + "propState": 8, + "pos": { + "x": 117147, + "y": 32410, + "z": -330955 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 808 + } + ], + "teleports": { + "1016": { + "anchorId": 1, + "groupId": 303, + "instId": 300001, + "pos": { + "x": 118093, + "y": 32410, + "z": -330955 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "304": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 304, + "instId": 300001, + "propState": 8, + "pos": { + "x": -67310, + "y": 22081, + "z": -235630 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1019": { + "anchorId": 1, + "groupId": 304, + "instId": 300001, + "pos": { + "x": -67530, + "y": 22081, + "z": -236430 + }, + "rot": { + "x": 0, + "y": 10000, + "z": 0 + } + } + } + }, + "307": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 307, + "instId": 300001, + "propState": 12, + "pos": { + "x": -128160, + "y": 6200, + "z": -265990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "311": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "312": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "313": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "314": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "315": { + "monsters": [ + { + "groupId": 315, + "instId": 200001, + "eventId": 20311115, + "pos": { + "x": 167200, + "y": 43360, + "z": -258160 + }, + "rot": { + "x": 0, + "y": 265633, + "z": 0 + }, + "monsterId": 3012020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "316": { + "monsters": [ + { + "groupId": 316, + "instId": 200001, + "eventId": 20311015, + "pos": { + "x": 167200, + "y": 43360, + "z": -258160 + }, + "rot": { + "x": 0, + "y": 265633, + "z": 0 + }, + "monsterId": 3012020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "317": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "319": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 319, + "instId": 300001, + "propState": 0, + "pos": { + "x": -152439, + "y": 16127, + "z": -136360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 319, + "instId": 300002, + "propState": 0, + "pos": { + "x": -140387, + "y": 16310, + "z": -146364 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + }, + "324": { + "monsters": [ + { + "groupId": 324, + "instId": 200002, + "eventId": 20311149, + "pos": { + "x": -123210, + "y": 8830, + "z": -265990 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "325": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 325, + "instId": 300001, + "propState": 12, + "pos": { + "x": -307370, + "y": -20730, + "z": -50279 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "326": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 326, + "instId": 300001, + "propState": 12, + "pos": { + "x": -356156, + "y": -8790, + "z": -77323 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60302 + } + ], + "teleports": {} + }, + "329": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 329, + "instId": 300001, + "propState": 12, + "pos": { + "x": -332730, + "y": -8750, + "z": -77240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60303 + } + ], + "teleports": {} + }, + "331": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 331, + "instId": 300001, + "propState": 12, + "pos": { + "x": -349410, + "y": 1420, + "z": -77262 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60303 + } + ], + "teleports": {} + }, + "332": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "pos": { + "x": 261211, + "y": 32420, + "z": -410195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + } + ], + "teleports": {} + }, + "333": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 333, + "instId": 300001, + "propState": 12, + "pos": { + "x": -353870, + "y": 8360, + "z": -57753 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "334": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 334, + "instId": 300002, + "propState": 12, + "pos": { + "x": -353838, + "y": -26799, + "z": -61985 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "339": { + "monsters": [ + { + "groupId": 339, + "instId": 200001, + "eventId": 20311172, + "pos": { + "x": -333556, + "y": -5418, + "z": -50338 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "340": { + "monsters": [ + { + "groupId": 340, + "instId": 200001, + "eventId": 20311171, + "pos": { + "x": -327040, + "y": 5610, + "z": -104220 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3001020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "341": { + "monsters": [ + { + "groupId": 341, + "instId": 200001, + "eventId": 20311183, + "pos": { + "x": -359880, + "y": -3720, + "z": -68540 + }, + "rot": { + "x": 0, + "y": 184351, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "342": { + "monsters": [ + { + "groupId": 342, + "instId": 200001, + "eventId": 20311176, + "pos": { + "x": -333227, + "y": -5024, + "z": -50338 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3001020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "343": { + "monsters": [ + { + "groupId": 343, + "instId": 200002, + "eventId": 20311174, + "pos": { + "x": -332911, + "y": -18238, + "z": -104172 + }, + "rot": { + "x": 0, + "y": 354061, + "z": 0 + }, + "monsterId": 3001010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "345": { + "monsters": [ + { + "groupId": 345, + "instId": 200001, + "eventId": 20311175, + "pos": { + "x": -347870, + "y": 2838, + "z": -78072 + }, + "rot": { + "x": 0, + "y": 76184, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "346": { + "monsters": [ + { + "groupId": 346, + "instId": 200001, + "eventId": 20311178, + "pos": { + "x": -350880, + "y": -5440, + "z": -104234 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3001020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "347": { + "monsters": [ + { + "groupId": 347, + "instId": 200001, + "eventId": 20311180, + "pos": { + "x": -338720, + "y": -5860, + "z": -50340 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "348": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "352": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 352, + "instId": 300001, + "propState": 11, + "pos": { + "x": 384856, + "y": 21544, + "z": -262400 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "358": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "359": { + "monsters": [ + { + "groupId": 359, + "instId": 200001, + "eventId": 20311134, + "pos": { + "x": -146320, + "y": 39070, + "z": -55920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "360": { + "monsters": [ + { + "groupId": 360, + "instId": 200001, + "eventId": 20311034, + "pos": { + "x": -146320, + "y": 39070, + "z": -55920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "361": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "362": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 362, + "instId": 300001, + "propState": 0, + "pos": { + "x": -169070, + "y": 22077, + "z": -162001 + }, + "rot": { + "x": 0, + "y": 356426, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "364": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "366": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "367": { + "monsters": [ + { + "groupId": 367, + "instId": 200002, + "eventId": 20311049, + "pos": { + "x": -123210, + "y": 8830, + "z": -265990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "379": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 379, + "instId": 300002, + "propState": 9, + "pos": { + "x": -307180, + "y": 324, + "z": -77350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + } + ], + "teleports": {} + }, + "380": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 380, + "instId": 300001, + "propState": 12, + "pos": { + "x": -305900, + "y": 7530, + "z": -65220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "385": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 385, + "instId": 300001, + "propState": 0, + "pos": { + "x": 368237, + "y": 15144, + "z": -285022 + }, + "rot": { + "x": 0, + "y": 268239, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 385, + "instId": 300002, + "propState": 0, + "pos": { + "x": 353485, + "y": 15254, + "z": -276970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + }, + "397": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 397, + "instId": 300001, + "propState": 12, + "pos": { + "x": -341706, + "y": -30261, + "z": -77151 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "398": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 398, + "instId": 300001, + "propState": 12, + "pos": { + "x": -335880, + "y": -12400, + "z": -61543 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "400": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 400, + "instId": 300001, + "propState": 12, + "pos": { + "x": -348553, + "y": -15827, + "z": -77330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "411": { + "monsters": [ + { + "groupId": 411, + "instId": 200001, + "eventId": 20311182, + "pos": { + "x": -338880, + "y": -5590, + "z": -104230 + }, + "rot": { + "x": 0, + "y": 242208, + "z": 0 + }, + "monsterId": 3001010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "412": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 110330, + "y": 17630, + "z": -263476 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "414": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 414, + "instId": 300001, + "propState": 0, + "pos": { + "x": 35340, + "y": -10000, + "z": -531240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "415": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 415, + "instId": 300002, + "propState": 0, + "pos": { + "x": -179190, + "y": -4760, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "420": { + "monsters": [], + "npcs": [ + { + "groupId": 420, + "instId": 400001, + "pos": { + "x": -147700, + "y": -3668, + "z": -34850 + }, + "rot": { + "x": 0, + "y": 70205, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "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": 0, + "pos": { + "x": -144768, + "y": -3923, + "z": -31631 + }, + "rot": { + "x": 0, + "y": 70205, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "421": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "422": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 422, + "instId": 300003, + "propState": 0, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 422, + "instId": 300004, + "propState": 0, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 422, + "instId": 300005, + "propState": 0, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300006, + "propState": 0, + "pos": { + "x": -152161, + "y": 28077, + "z": -217810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300008, + "propState": 1, + "pos": { + "x": -152164, + "y": 28077, + "z": -217780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 422, + "instId": 300009, + "propState": 0, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300010, + "propState": 0, + "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": 0, + "pos": { + "x": -143840, + "y": 28077, + "z": -215570 + }, + "rot": { + "x": 0, + "y": 85000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 422, + "instId": 300013, + "propState": 0, + "pos": { + "x": -152160, + "y": 28077, + "z": -222460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "432": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 432, + "instId": 300001, + "propState": 11, + "pos": { + "x": -154075, + "y": 28032, + "z": -41050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "433": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -104760, + "y": 22116, + "z": -250750 + }, + "rot": { + "x": 0, + "y": 270206, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 433, + "instId": 300003, + "propState": 0, + "pos": { + "x": -104760, + "y": 22116, + "z": -250750 + }, + "rot": { + "x": 0, + "y": 270206, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 433, + "instId": 300004, + "propState": 0, + "pos": { + "x": -104760, + "y": 22116, + "z": -250750 + }, + "rot": { + "x": 0, + "y": 270206, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 433, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -102846, + "y": 22116, + "z": -250700 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "434": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -118380, + "y": 28048, + "z": -70920 + }, + "rot": { + "x": 0, + "y": 43289, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 434, + "instId": 300003, + "propState": 0, + "pos": { + "x": -118380, + "y": 28048, + "z": -70920 + }, + "rot": { + "x": 0, + "y": 43289, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 434, + "instId": 300004, + "propState": 0, + "pos": { + "x": -118380, + "y": 28048, + "z": -70920 + }, + "rot": { + "x": 0, + "y": 43289, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 434, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -140167, + "y": 16055, + "z": -90228 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "447": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 447, + "instId": 300006, + "propState": 18, + "pos": { + "x": 4450, + "y": -14925, + "z": -260730 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 103036 + } + ], + "teleports": {} + }, + "454": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 384420, + "y": 21090, + "z": -279590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 454, + "instId": 300003, + "propState": 0, + "pos": { + "x": 384420, + "y": 21090, + "z": -279590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 454, + "instId": 300004, + "propState": 0, + "pos": { + "x": 384420, + "y": 21090, + "z": -279590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 454, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 384420, + "y": 21090, + "z": -279590 + }, + "rot": { + "x": 0, + "y": 90358, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "455": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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 + } + ], + "teleports": {} + }, + "463": { + "monsters": [ + { + "groupId": 463, + "instId": 200001, + "eventId": 20311179, + "pos": { + "x": -359882, + "y": -3720, + "z": -68540 + }, + "rot": { + "x": 0, + "y": 210151, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "464": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 464, + "instId": 300002, + "propState": 0, + "pos": { + "x": -309911, + "y": -8750, + "z": -59669 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 464, + "instId": 300027, + "propState": 0, + "pos": { + "x": -334522, + "y": -8750, + "z": -58716 + }, + "rot": { + "x": 0, + "y": 87139, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 464, + "instId": 300001, + "propState": 0, + "pos": { + "x": -322291, + "y": -26369, + "z": -103670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "465": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 465, + "instId": 300027, + "propState": 0, + "pos": { + "x": -312647, + "y": -8748, + "z": -97280 + }, + "rot": { + "x": 0, + "y": 283877, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "466": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 466, + "instId": 300027, + "propState": 0, + "pos": { + "x": -339845, + "y": -20415, + "z": -50337 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "467": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 467, + "instId": 300027, + "propState": 0, + "pos": { + "x": -338515, + "y": 5950, + "z": -104234 + }, + "rot": { + "x": 0, + "y": 269996, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 467, + "instId": 300001, + "propState": 0, + "pos": { + "x": -319628, + "y": -11611, + "z": -104232 + }, + "rot": { + "x": 0, + "y": 270030, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "468": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 468, + "instId": 300001, + "propState": 0, + "pos": { + "x": -305900, + "y": -7940, + "z": -64920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "478": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 478, + "instId": 300026, + "propState": 0, + "pos": { + "x": -119572, + "y": 31130, + "z": -89770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 478, + "instId": 300027, + "propState": 0, + "pos": { + "x": -119573, + "y": 24456, + "z": -81779 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 478, + "instId": 300028, + "propState": 0, + "pos": { + "x": -119574, + "y": 31812, + "z": -82484 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "479": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 479, + "instId": 300001, + "propState": 12, + "pos": { + "x": -119572, + "y": 35422, + "z": -71276 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "485": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -316360, + "y": -8748, + "z": -95582 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 485, + "instId": 300005, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": -316360, + "y": -8748, + "z": -95582 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 485, + "instId": 300012, + "propState": 0, + "pos": { + "x": -316360, + "y": -8748, + "z": -95582 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 485, + "instId": 300013, + "propState": 0, + "pos": { + "x": -341900, + "y": -8790, + "z": -98440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 485, + "instId": 300014, + "propState": 0, + "pos": { + "x": -348010, + "y": -8790, + "z": -98440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 485, + "instId": 300015, + "propState": 0, + "pos": { + "x": -323870, + "y": -8789, + "z": -98420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 485, + "instId": 300016, + "propState": 0, + "pos": { + "x": -329990, + "y": -8789, + "z": -98420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "486": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -315950, + "y": -25776, + "z": -60024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 486, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 486, + "instId": 300009, + "propState": 0, + "pos": { + "x": -341790, + "y": -8780, + "z": -74280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 486, + "instId": 300010, + "propState": 0, + "pos": { + "x": -335690, + "y": -8780, + "z": -74280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "487": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -351940, + "y": -8748, + "z": -93120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 487, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -351940, + "y": -8748, + "z": -93120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 487, + "instId": 300011, + "propState": 0, + "pos": { + "x": -351940, + "y": -8748, + "z": -93120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 487, + "instId": 300012, + "propState": 0, + "pos": { + "x": -351940, + "y": -8748, + "z": -93120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 487, + "instId": 300013, + "propState": 0, + "pos": { + "x": -347920, + "y": -8789, + "z": -92405 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 487, + "instId": 300014, + "propState": 0, + "pos": { + "x": -347920, + "y": -8789, + "z": -86299 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 487, + "instId": 300015, + "propState": 0, + "pos": { + "x": -347958, + "y": -8898, + "z": -74397 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 487, + "instId": 300016, + "propState": 0, + "pos": { + "x": -347958, + "y": -8898, + "z": -68277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "488": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -315950, + "y": -25776, + "z": -60024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 488, + "instId": 300005, + "propState": 0, + "pos": { + "x": -349010, + "y": -8750, + "z": -55460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 488, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": -349010, + "y": -8750, + "z": -55460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 488, + "instId": 300012, + "propState": 0, + "pos": { + "x": -349010, + "y": -8750, + "z": -55460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 488, + "instId": 300013, + "propState": 0, + "pos": { + "x": -349010, + "y": -8750, + "z": -55460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 488, + "instId": 300014, + "propState": 0, + "pos": { + "x": -349010, + "y": -8750, + "z": -55460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 488, + "instId": 300015, + "propState": 0, + "pos": { + "x": -347862, + "y": -8885, + "z": -61990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 488, + "instId": 300016, + "propState": 0, + "pos": { + "x": -341768, + "y": -8885, + "z": -61990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 488, + "instId": 300017, + "propState": 0, + "pos": { + "x": -329882, + "y": -8799, + "z": -61990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 488, + "instId": 300018, + "propState": 0, + "pos": { + "x": -323760, + "y": -8799, + "z": -61990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "489": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -315950, + "y": -25776, + "z": -60024 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 489, + "instId": 300005, + "propState": 0, + "pos": { + "x": -316481, + "y": -8750, + "z": -60701 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "498": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "499": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 499, + "instId": 300001, + "propState": 20, + "pos": { + "x": -148621, + "y": -4480, + "z": -31631 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60303 + } + ], + "teleports": {} + }, + "501": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "614": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 614, + "instId": 300001, + "propState": 18, + "pos": { + "x": -76, + "y": -15300, + "z": -270627 + }, + "rot": { + "x": 0, + "y": 270425, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "640": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 640, + "instId": 300001, + "propState": 18, + "pos": { + "x": -115989, + "y": 23050, + "z": -146744 + }, + "rot": { + "x": 0, + "y": 207159, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 2, + "worldId": 401, + "startAnchorId": 1, + "startGroupId": 419 + } + }, + "2031201": { + "P20312_F20312001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 12, + "pos": { + "x": -177410, + "y": 3480, + "z": -144949 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2031201": { + "anchorId": 1, + "groupId": 68, + "instId": 300001, + "pos": { + "x": -92494, + "y": 11545, + "z": -189950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2031202": { + "anchorId": 2, + "groupId": 68, + "instId": 300002, + "pos": { + "x": -117360, + "y": 11511, + "z": -133300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2031203": { + "anchorId": 3, + "groupId": 68, + "instId": 300003, + "pos": { + "x": -117410, + "y": 11517, + "z": -10820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "69": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "71": { + "monsters": [ + { + "groupId": 71, + "instId": 200001, + "eventId": 20312231, + "pos": { + "x": -103270, + "y": 11511, + "z": -137010 + }, + "rot": { + "x": 0, + "y": 160000, + "z": 0 + }, + "monsterId": 3003020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -99380, + "y": 11511, + "z": -142290 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 0, + "pos": { + "x": -99380, + "y": 11511, + "z": -142290 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 0, + "pos": { + "x": -106510, + "y": 11511, + "z": -135980 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300002, + "propState": 0, + "pos": { + "x": -108795, + "y": 11511, + "z": -134378 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 73, + "instId": 300007, + "propState": 0, + "pos": { + "x": -121130, + "y": 11511, + "z": -196060 + }, + "rot": { + "x": 0, + "y": 150112, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 0, + "pos": { + "x": -99928, + "y": 11517, + "z": 14938 + }, + "rot": { + "x": 0, + "y": 150112, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 0, + "pos": { + "x": -133081, + "y": 11549, + "z": -2601 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "74": { + "monsters": [ + { + "groupId": 74, + "instId": 200001, + "eventId": 20312105, + "pos": { + "x": -186381, + "y": 18830, + "z": -144893 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3012020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 76, + "instId": 300003, + "propState": 0, + "pos": { + "x": -186381, + "y": 18961, + "z": -133218 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "77": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 0, + "pos": { + "x": -91317, + "y": -489, + "z": -87494 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 79, + "instId": 300007, + "propState": 0, + "pos": { + "x": -133921, + "y": 14511, + "z": -92699 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 79, + "instId": 300005, + "propState": 0, + "pos": { + "x": -153525, + "y": 11511, + "z": -45640 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "81": { + "monsters": [ + { + "groupId": 81, + "instId": 200001, + "eventId": 20312236, + "pos": { + "x": -99800, + "y": -489, + "z": -94560 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3003010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -103990, + "y": -489, + "z": -94550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300003, + "propState": 0, + "pos": { + "x": -103990, + "y": -489, + "z": -94550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 81, + "instId": 300004, + "propState": 0, + "pos": { + "x": -93460, + "y": -489, + "z": -90040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 82, + "instId": 300002, + "propState": 12, + "pos": { + "x": -139930, + "y": 33852, + "z": -66949 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 83, + "instId": 300002, + "propState": 0, + "pos": { + "x": -155255, + "y": 18702, + "z": -66949 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + }, + "85": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -149590, + "y": 4090, + "z": -67042 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 0, + "pos": { + "x": -149590, + "y": 4090, + "z": -66949 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 86, + "instId": 300002, + "propState": 12, + "pos": { + "x": -162389, + "y": 8271, + "z": -74079 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 87, + "instId": 300006, + "propState": 0, + "pos": { + "x": -162390, + "y": 23570, + "z": -79820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "89": { + "monsters": [ + { + "groupId": 89, + "instId": 200001, + "eventId": 20312120, + "pos": { + "x": -84390, + "y": 30332, + "z": -67032 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3012020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 91, + "instId": 300002, + "propState": 12, + "pos": { + "x": -84390, + "y": 21430, + "z": -56144 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "92": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300006, + "propState": 0, + "pos": { + "x": -104220, + "y": 11518, + "z": -71630 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 99, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "151": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 1, + "pos": { + "x": -126390, + "y": 11517, + "z": -9949 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103032 + } + ], + "teleports": {} + }, + "152": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "160": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 160, + "instId": 300001, + "propState": 12, + "pos": { + "x": -90506, + "y": 11518, + "z": -77150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "164": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "165": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "171": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "174": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 174, + "instId": 300001, + "propState": 0, + "pos": { + "x": -120390, + "y": 11501, + "z": -144954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 174, + "instId": 300002, + "propState": 0, + "pos": { + "x": -120390, + "y": 11501, + "z": -138954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 174, + "instId": 300003, + "propState": 0, + "pos": { + "x": -114082, + "y": 11519, + "z": -137675 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 0, + "pos": { + "x": -162390, + "y": 5501, + "z": -144954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 175, + "instId": 300002, + "propState": 0, + "pos": { + "x": -162390, + "y": 5501, + "z": -138954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 175, + "instId": 300003, + "propState": 0, + "pos": { + "x": -156610, + "y": 5511, + "z": -137807 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "176": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 176, + "instId": 300001, + "propState": 0, + "pos": { + "x": -150424, + "y": 11501, + "z": -72953 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 176, + "instId": 300002, + "propState": 0, + "pos": { + "x": -150424, + "y": 11501, + "z": -66953 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 176, + "instId": 300003, + "propState": 0, + "pos": { + "x": -145579, + "y": 11511, + "z": -65502 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "178": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "179": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "180": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "181": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -95400, + "y": 3640, + "z": -78480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 181, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "182": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "191": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 191, + "instId": 300001, + "propState": 11, + "pos": { + "x": -137001, + "y": 11534, + "z": -9727 + }, + "rot": { + "x": 0, + "y": 116000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "192": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 192, + "instId": 300001, + "propState": 11, + "pos": { + "x": -73553, + "y": 11511, + "z": -23400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "193": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 193, + "instId": 300001, + "propState": 11, + "pos": { + "x": -177342, + "y": 5511, + "z": -143530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "196": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 196, + "instId": 300001, + "propState": 1, + "pos": { + "x": -117390, + "y": 11527, + "z": 5051 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 196, + "instId": 300002, + "propState": 0, + "pos": { + "x": -122664, + "y": 12771, + "z": 2246 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "200": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -124013, + "y": 11517, + "z": -10203 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + } + ], + "teleports": {} + }, + "207": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "208": { + "monsters": [ + { + "groupId": 208, + "instId": 200001, + "eventId": 20312130, + "pos": { + "x": -120371, + "y": 11517, + "z": 56103 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "209": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "210": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "212": { + "monsters": [ + { + "groupId": 212, + "instId": 200001, + "eventId": 20312005, + "pos": { + "x": -186381, + "y": 18830, + "z": -144893 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3012020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "213": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "216": { + "monsters": [ + { + "groupId": 216, + "instId": 200001, + "eventId": 20312020, + "pos": { + "x": -84390, + "y": 30332, + "z": -67032 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3012020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "217": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "218": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "219": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 219, + "instId": 300001, + "propState": 8, + "pos": { + "x": -122759, + "y": 11511, + "z": -165303 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "propId": 808 + } + ], + "teleports": { + "1015": { + "anchorId": 1, + "groupId": 219, + "instId": 300001, + "pos": { + "x": -123138, + "y": 11511, + "z": -164410 + }, + "rot": { + "x": 0, + "y": 160000, + "z": 0 + } + } + } + }, + "220": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 220, + "instId": 300002, + "propState": 0, + "pos": { + "x": -111600, + "y": 11511, + "z": -50406 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + } + ], + "teleports": {} + }, + "221": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 221, + "instId": 300002, + "propState": 0, + "pos": { + "x": -116338, + "y": 11518, + "z": -57703 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + } + ], + "teleports": {} + }, + "241": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 241, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "246": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -99180, + "y": 11511, + "z": -44924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 246, + "instId": 300003, + "propState": 0, + "pos": { + "x": -99360, + "y": 11511, + "z": -44939 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 246, + "instId": 300004, + "propState": 0, + "pos": { + "x": -99250, + "y": 11511, + "z": -44427 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 246, + "instId": 300005, + "propState": 0, + "pos": { + "x": -98930, + "y": 11511, + "z": -44944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 246, + "instId": 300006, + "propState": 0, + "pos": { + "x": -108390, + "y": 11511, + "z": -54949 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 246, + "instId": 300007, + "propState": 0, + "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": 0, + "pos": { + "x": -100210, + "y": 11511, + "z": -46270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 246, + "instId": 300010, + "propState": 0, + "pos": { + "x": -103580, + "y": 11511, + "z": -46788 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "256": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -108310, + "y": 11511, + "z": -98800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 256, + "instId": 300003, + "propState": 0, + "pos": { + "x": -108310, + "y": 11511, + "z": -98800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 256, + "instId": 300004, + "propState": 0, + "pos": { + "x": -108310, + "y": 11511, + "z": -98800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 256, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -108400, + "y": 11511, + "z": -100780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "257": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -102930, + "y": -3511, + "z": -72980 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 257, + "instId": 300003, + "propState": 0, + "pos": { + "x": -102930, + "y": -3511, + "z": -72980 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 257, + "instId": 300004, + "propState": 0, + "pos": { + "x": -102930, + "y": -3511, + "z": -72980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 257, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -106770, + "y": -3511, + "z": -72980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "258": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -162389, + "y": 27020, + "z": -53890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 258, + "instId": 300003, + "propState": 0, + "pos": { + "x": -162389, + "y": 27020, + "z": -53890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 258, + "instId": 300004, + "propState": 0, + "pos": { + "x": -162389, + "y": 27020, + "z": -53890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 258, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -161180, + "y": 33300, + "z": -58550 + }, + "rot": { + "x": 0, + "y": 331146, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "259": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "260": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 260, + "instId": 300006, + "propState": 18, + "pos": { + "x": -67711, + "y": 13057, + "z": -19165 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 103036 + } + ], + "teleports": {} + }, + "273": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 273, + "instId": 300001, + "propState": 12, + "pos": { + "x": -161260, + "y": 5511, + "z": -131760 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "282": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 282, + "instId": 300001, + "propState": 18, + "pos": { + "x": -117129, + "y": 12107, + "z": 59800 + }, + "rot": { + "x": 0, + "y": 92100, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "283": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 283, + "instId": 300001, + "propState": 18, + "pos": { + "x": -96631, + "y": 12367, + "z": -189721 + }, + "rot": { + "x": 0, + "y": 1728, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 401 + } + }, + "2031202": { + "P20312_F20312001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 12, + "pos": { + "x": -177410, + "y": 3480, + "z": -144949 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2031201": { + "anchorId": 1, + "groupId": 68, + "instId": 300001, + "pos": { + "x": -92494, + "y": 11545, + "z": -189950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2031202": { + "anchorId": 2, + "groupId": 68, + "instId": 300002, + "pos": { + "x": -117360, + "y": 11511, + "z": -133300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2031203": { + "anchorId": 3, + "groupId": 68, + "instId": 300003, + "pos": { + "x": -117410, + "y": 11517, + "z": -10820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "69": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "71": { + "monsters": [ + { + "groupId": 71, + "instId": 200001, + "eventId": 20312231, + "pos": { + "x": -103270, + "y": 11511, + "z": -137010 + }, + "rot": { + "x": 0, + "y": 160000, + "z": 0 + }, + "monsterId": 3003020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -99380, + "y": 11511, + "z": -142290 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 0, + "pos": { + "x": -99380, + "y": 11511, + "z": -142290 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 0, + "pos": { + "x": -106510, + "y": 11511, + "z": -135980 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300002, + "propState": 0, + "pos": { + "x": -108795, + "y": 11511, + "z": -134378 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 73, + "instId": 300007, + "propState": 0, + "pos": { + "x": -121130, + "y": 11511, + "z": -196060 + }, + "rot": { + "x": 0, + "y": 150112, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 0, + "pos": { + "x": -99928, + "y": 11517, + "z": 14938 + }, + "rot": { + "x": 0, + "y": 150112, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 0, + "pos": { + "x": -133081, + "y": 11549, + "z": -2601 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "74": { + "monsters": [ + { + "groupId": 74, + "instId": 200001, + "eventId": 20312105, + "pos": { + "x": -186381, + "y": 18830, + "z": -144893 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3012020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 76, + "instId": 300003, + "propState": 0, + "pos": { + "x": -186381, + "y": 18961, + "z": -133218 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "77": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 0, + "pos": { + "x": -91317, + "y": -489, + "z": -87494 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 79, + "instId": 300007, + "propState": 0, + "pos": { + "x": -133921, + "y": 14511, + "z": -92699 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 79, + "instId": 300005, + "propState": 0, + "pos": { + "x": -153525, + "y": 11511, + "z": -45640 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "81": { + "monsters": [ + { + "groupId": 81, + "instId": 200001, + "eventId": 20312236, + "pos": { + "x": -99800, + "y": -489, + "z": -94560 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3003010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -103990, + "y": -489, + "z": -94550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300003, + "propState": 0, + "pos": { + "x": -103990, + "y": -489, + "z": -94550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 81, + "instId": 300004, + "propState": 0, + "pos": { + "x": -93460, + "y": -489, + "z": -90040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 82, + "instId": 300002, + "propState": 12, + "pos": { + "x": -139930, + "y": 33852, + "z": -66949 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 83, + "instId": 300002, + "propState": 0, + "pos": { + "x": -155255, + "y": 18702, + "z": -66949 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + }, + "85": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -149590, + "y": 4090, + "z": -67042 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 0, + "pos": { + "x": -149590, + "y": 4090, + "z": -66949 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 86, + "instId": 300002, + "propState": 12, + "pos": { + "x": -162389, + "y": 8271, + "z": -74079 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 87, + "instId": 300006, + "propState": 0, + "pos": { + "x": -162390, + "y": 23570, + "z": -79820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "89": { + "monsters": [ + { + "groupId": 89, + "instId": 200001, + "eventId": 20312120, + "pos": { + "x": -84390, + "y": 30332, + "z": -67032 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3012020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 91, + "instId": 300002, + "propState": 12, + "pos": { + "x": -84390, + "y": 21430, + "z": -56144 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "92": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300006, + "propState": 0, + "pos": { + "x": -104220, + "y": 11518, + "z": -71630 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 99, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "151": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 1, + "pos": { + "x": -126390, + "y": 11517, + "z": -9949 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103032 + } + ], + "teleports": {} + }, + "152": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "160": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 160, + "instId": 300001, + "propState": 12, + "pos": { + "x": -90506, + "y": 11518, + "z": -77150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "164": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "165": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "171": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "174": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 174, + "instId": 300001, + "propState": 0, + "pos": { + "x": -120390, + "y": 11501, + "z": -144954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 174, + "instId": 300002, + "propState": 0, + "pos": { + "x": -120390, + "y": 11501, + "z": -138954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 174, + "instId": 300003, + "propState": 0, + "pos": { + "x": -114082, + "y": 11519, + "z": -137675 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 0, + "pos": { + "x": -162390, + "y": 5501, + "z": -144954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 175, + "instId": 300002, + "propState": 0, + "pos": { + "x": -162390, + "y": 5501, + "z": -138954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 175, + "instId": 300003, + "propState": 0, + "pos": { + "x": -156610, + "y": 5511, + "z": -137807 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "176": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 176, + "instId": 300001, + "propState": 0, + "pos": { + "x": -150424, + "y": 11501, + "z": -72953 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 176, + "instId": 300002, + "propState": 0, + "pos": { + "x": -150424, + "y": 11501, + "z": -66953 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 176, + "instId": 300003, + "propState": 0, + "pos": { + "x": -145579, + "y": 11511, + "z": -65502 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "178": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "179": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "180": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "181": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -95400, + "y": 3640, + "z": -78480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 181, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "182": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "191": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 191, + "instId": 300001, + "propState": 11, + "pos": { + "x": -137001, + "y": 11534, + "z": -9727 + }, + "rot": { + "x": 0, + "y": 116000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "192": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 192, + "instId": 300001, + "propState": 11, + "pos": { + "x": -73553, + "y": 11511, + "z": -23400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "193": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 193, + "instId": 300001, + "propState": 11, + "pos": { + "x": -177342, + "y": 5511, + "z": -143530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "196": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 196, + "instId": 300001, + "propState": 1, + "pos": { + "x": -117390, + "y": 11527, + "z": 5051 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 196, + "instId": 300002, + "propState": 0, + "pos": { + "x": -122664, + "y": 12771, + "z": 2246 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "200": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -124013, + "y": 11517, + "z": -10203 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + } + ], + "teleports": {} + }, + "207": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "208": { + "monsters": [ + { + "groupId": 208, + "instId": 200001, + "eventId": 20312130, + "pos": { + "x": -120371, + "y": 11517, + "z": 56103 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "209": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "210": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "212": { + "monsters": [ + { + "groupId": 212, + "instId": 200001, + "eventId": 20312005, + "pos": { + "x": -186381, + "y": 18830, + "z": -144893 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3012020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "213": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "216": { + "monsters": [ + { + "groupId": 216, + "instId": 200001, + "eventId": 20312020, + "pos": { + "x": -84390, + "y": 30332, + "z": -67032 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3012020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "217": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "218": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "219": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 219, + "instId": 300001, + "propState": 8, + "pos": { + "x": -122759, + "y": 11511, + "z": -165303 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "propId": 808 + } + ], + "teleports": { + "1015": { + "anchorId": 1, + "groupId": 219, + "instId": 300001, + "pos": { + "x": -123138, + "y": 11511, + "z": -164410 + }, + "rot": { + "x": 0, + "y": 160000, + "z": 0 + } + } + } + }, + "220": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 220, + "instId": 300002, + "propState": 0, + "pos": { + "x": -111600, + "y": 11511, + "z": -50406 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + } + ], + "teleports": {} + }, + "221": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 221, + "instId": 300002, + "propState": 0, + "pos": { + "x": -116338, + "y": 11518, + "z": -57703 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + } + ], + "teleports": {} + }, + "241": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 241, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "246": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -99180, + "y": 11511, + "z": -44924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 246, + "instId": 300003, + "propState": 0, + "pos": { + "x": -99360, + "y": 11511, + "z": -44939 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 246, + "instId": 300004, + "propState": 0, + "pos": { + "x": -99250, + "y": 11511, + "z": -44427 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 246, + "instId": 300005, + "propState": 0, + "pos": { + "x": -98930, + "y": 11511, + "z": -44944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 246, + "instId": 300006, + "propState": 0, + "pos": { + "x": -108390, + "y": 11511, + "z": -54949 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 246, + "instId": 300007, + "propState": 0, + "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": 0, + "pos": { + "x": -100210, + "y": 11511, + "z": -46270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 246, + "instId": 300010, + "propState": 0, + "pos": { + "x": -103580, + "y": 11511, + "z": -46788 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "256": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -108310, + "y": 11511, + "z": -98800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 256, + "instId": 300003, + "propState": 0, + "pos": { + "x": -108310, + "y": 11511, + "z": -98800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 256, + "instId": 300004, + "propState": 0, + "pos": { + "x": -108310, + "y": 11511, + "z": -98800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 256, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -108400, + "y": 11511, + "z": -100780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "257": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -102930, + "y": -3511, + "z": -72980 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 257, + "instId": 300003, + "propState": 0, + "pos": { + "x": -102930, + "y": -3511, + "z": -72980 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 257, + "instId": 300004, + "propState": 0, + "pos": { + "x": -102930, + "y": -3511, + "z": -72980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 257, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -106770, + "y": -3511, + "z": -72980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "258": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -162389, + "y": 27020, + "z": -53890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 258, + "instId": 300003, + "propState": 0, + "pos": { + "x": -162389, + "y": 27020, + "z": -53890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 258, + "instId": 300004, + "propState": 0, + "pos": { + "x": -162389, + "y": 27020, + "z": -53890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 258, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -161180, + "y": 33300, + "z": -58550 + }, + "rot": { + "x": 0, + "y": 331146, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "259": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "260": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 260, + "instId": 300006, + "propState": 18, + "pos": { + "x": -67711, + "y": 13057, + "z": -19165 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 103036 + } + ], + "teleports": {} + }, + "273": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 273, + "instId": 300001, + "propState": 12, + "pos": { + "x": -161260, + "y": 5511, + "z": -131760 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "282": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 282, + "instId": 300001, + "propState": 18, + "pos": { + "x": -117129, + "y": 12107, + "z": 59800 + }, + "rot": { + "x": 0, + "y": 92100, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "283": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 283, + "instId": 300001, + "propState": 18, + "pos": { + "x": -96631, + "y": 12367, + "z": -189721 + }, + "rot": { + "x": 0, + "y": 1728, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 401 + } + }, + "2031301": { + "P20313_F20313001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 184088, + "y": 173500, + "z": 659320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 0, + "pos": { + "x": 185734, + "y": 173500, + "z": 658578 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 0, + "pos": { + "x": 190300, + "y": 170200, + "z": 670500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 268670, + "y": 122139, + "z": 624900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": 274500, + "y": 122100, + "z": 654700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103076 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": 280460, + "y": 122219, + "z": 650300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 0, + "pos": { + "x": 274500, + "y": 122370, + "z": 637860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 0, + "pos": { + "x": 274500, + "y": 122370, + "z": 637860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 0, + "pos": { + "x": 271540, + "y": 121639, + "z": 623220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 0, + "pos": { + "x": 271540, + "y": 121639, + "z": 617500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 0, + "pos": { + "x": 277680, + "y": 121639, + "z": 623220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 0, + "pos": { + "x": 277680, + "y": 121639, + "z": 617500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 0, + "pos": { + "x": 274670, + "y": 121639, + "z": 614630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 0, + "pos": { + "x": 275014, + "y": 121719, + "z": 660620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 0, + "pos": { + "x": 271550, + "y": 121639, + "z": 652150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 0, + "pos": { + "x": 277540, + "y": 121639, + "z": 657870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 0, + "pos": { + "x": 277540, + "y": 121639, + "z": 652150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 0, + "pos": { + "x": 274430, + "y": 122000, + "z": 648493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 0, + "pos": { + "x": 276670, + "y": 122176, + "z": 626870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 313400, + "y": 124063, + "z": 609640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 0, + "pos": { + "x": 310659, + "y": 123980, + "z": 593920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 0, + "pos": { + "x": 310280, + "y": 123980, + "z": 593810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 0, + "pos": { + "x": 310482, + "y": 123280, + "z": 608740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 0, + "pos": { + "x": 325530, + "y": 123243, + "z": 593660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 0, + "pos": { + "x": 310482, + "y": 123280, + "z": 608740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 0, + "pos": { + "x": 295230, + "y": 123243, + "z": 593660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 0, + "pos": { + "x": 310710, + "y": 123643, + "z": 590450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 0, + "pos": { + "x": 307110, + "y": 123680, + "z": 602940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 0, + "pos": { + "x": 313830, + "y": 123680, + "z": 602940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 7, + "instId": 300013, + "propState": 0, + "pos": { + "x": 298530, + "y": 123643, + "z": 597180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 7, + "instId": 300014, + "propState": 0, + "pos": { + "x": 319900, + "y": 123643, + "z": 597180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 277800, + "y": 174700, + "z": 441690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": 221753, + "y": 143006, + "z": 454000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 0, + "pos": { + "x": 277800, + "y": 174700, + "z": 443400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 0, + "pos": { + "x": 279930, + "y": 174200, + "z": 445370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 0, + "pos": { + "x": 236330, + "y": 159200, + "z": 430040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 9, + "instId": 300007, + "propState": 0, + "pos": { + "x": 220530, + "y": 130500, + "z": 475400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 28055, + "y": 166810, + "z": 501650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 0, + "pos": { + "x": 26600, + "y": 180509, + "z": 514300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 0, + "pos": { + "x": 32200, + "y": 194821, + "z": 469334 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 0, + "pos": { + "x": 32646, + "y": 195680, + "z": 469681 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 0, + "pos": { + "x": 25000, + "y": 194321, + "z": 472100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": 72260, + "y": 175220, + "z": 650490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 0, + "pos": { + "x": 75210, + "y": 197740, + "z": 575460 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 25, + "instId": 300004, + "propState": 0, + "pos": { + "x": 73720, + "y": 175220, + "z": 648060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300005, + "propState": 0, + "pos": { + "x": 70700, + "y": 180400, + "z": 628800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 25, + "instId": 300006, + "propState": 0, + "pos": { + "x": 80500, + "y": 194800, + "z": 590600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 25, + "instId": 300007, + "propState": 0, + "pos": { + "x": 109610, + "y": 208867, + "z": 555620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300008, + "propState": 0, + "pos": { + "x": 109631, + "y": 240032, + "z": 556683 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300009, + "propState": 0, + "pos": { + "x": 109631, + "y": 240032, + "z": 554550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300010, + "propState": 0, + "pos": { + "x": 110470, + "y": 241040, + "z": 555690 + }, + "rot": { + "x": 0, + "y": 43461, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300011, + "propState": 0, + "pos": { + "x": 108795, + "y": 240540, + "z": 555846 + }, + "rot": { + "x": 0, + "y": 2079, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": 175900, + "y": 139709, + "z": 403800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 0, + "pos": { + "x": 212600, + "y": 110679, + "z": 378500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 0, + "pos": { + "x": 206670, + "y": 95281, + "z": 338040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 38, + "instId": 300005, + "propState": 0, + "pos": { + "x": 175910, + "y": 139709, + "z": 403800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 38, + "instId": 300006, + "propState": 0, + "pos": { + "x": 169800, + "y": 136900, + "z": 393600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 38, + "instId": 300007, + "propState": 0, + "pos": { + "x": 188800, + "y": 139300, + "z": 411000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 39, + "instId": 300001, + "propState": 0, + "pos": { + "x": 188800, + "y": 110700, + "z": 368400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103077 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 0, + "pos": { + "x": 188890, + "y": 110970, + "z": 361994 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 0, + "pos": { + "x": 166400, + "y": 142300, + "z": 394500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 39, + "instId": 300004, + "propState": 0, + "pos": { + "x": 164900, + "y": 142300, + "z": 392980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 39, + "instId": 300007, + "propState": 0, + "pos": { + "x": 188800, + "y": 110970, + "z": 368220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 39, + "instId": 300008, + "propState": 0, + "pos": { + "x": 188800, + "y": 110970, + "z": 368220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 39, + "instId": 300005, + "propState": 0, + "pos": { + "x": 169719, + "y": 136599, + "z": 393580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300009, + "propState": 0, + "pos": { + "x": 173680, + "y": 110230, + "z": 368364 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300010, + "propState": 0, + "pos": { + "x": 188610, + "y": 110179, + "z": 383460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300013, + "propState": 0, + "pos": { + "x": 188911, + "y": 110470, + "z": 365345 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300006, + "propState": 0, + "pos": { + "x": 169719, + "y": 136599, + "z": 393580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300011, + "propState": 0, + "pos": { + "x": 188610, + "y": 110179, + "z": 383460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300012, + "propState": 0, + "pos": { + "x": 203850, + "y": 110230, + "z": 368364 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300014, + "propState": 0, + "pos": { + "x": 188911, + "y": 110470, + "z": 365345 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 45, + "instId": 300001, + "propState": 0, + "pos": { + "x": 206800, + "y": 110700, + "z": 389400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103076 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 0, + "pos": { + "x": 211749, + "y": 110679, + "z": 367239 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 0, + "pos": { + "x": 206987, + "y": 110179, + "z": 395400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300004, + "propState": 0, + "pos": { + "x": 206800, + "y": 110600, + "z": 377880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 45, + "instId": 300005, + "propState": 0, + "pos": { + "x": 206800, + "y": 110600, + "z": 377070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 45, + "instId": 300008, + "propState": 0, + "pos": { + "x": 203810, + "y": 110179, + "z": 392140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300009, + "propState": 0, + "pos": { + "x": 209837, + "y": 110179, + "z": 392140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300010, + "propState": 0, + "pos": { + "x": 203810, + "y": 110179, + "z": 386140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300011, + "propState": 0, + "pos": { + "x": 209837, + "y": 110179, + "z": 386140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300006, + "propState": 0, + "pos": { + "x": 206987, + "y": 110179, + "z": 359480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300007, + "propState": 0, + "pos": { + "x": 209700, + "y": 110179, + "z": 368550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300012, + "propState": 0, + "pos": { + "x": 203850, + "y": 110230, + "z": 368364 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2031301": { + "anchorId": 1, + "groupId": 56, + "instId": 300001, + "pos": { + "x": 120690, + "y": 182429, + "z": 732870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2031302": { + "anchorId": 2, + "groupId": 56, + "instId": 300002, + "pos": { + "x": 315236, + "y": 123700, + "z": 622869 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2031303": { + "anchorId": 3, + "groupId": 56, + "instId": 300003, + "pos": { + "x": 203857, + "y": 143006, + "z": 442675 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2031304": { + "anchorId": 4, + "groupId": 56, + "instId": 300004, + "pos": { + "x": 36410, + "y": 180500, + "z": 529244 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "pos": { + "x": 111635, + "y": 179533, + "z": 678317 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": 293631, + "y": 122219, + "z": 669310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300005, + "propState": 0, + "pos": { + "x": 357850, + "y": 122120, + "z": 580480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300008, + "propState": 0, + "pos": { + "x": 201230, + "y": 143006, + "z": 436457 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300012, + "propState": 0, + "pos": { + "x": 207779, + "y": 95281, + "z": 314464 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300013, + "propState": 0, + "pos": { + "x": 65431, + "y": 183660, + "z": 524341 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300006, + "propState": 0, + "pos": { + "x": 90180, + "y": 184544, + "z": 713150 + }, + "rot": { + "x": 0, + "y": 141753, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300007, + "propState": 0, + "pos": { + "x": 77640, + "y": 184544, + "z": 711730 + }, + "rot": { + "x": 0, + "y": 67143, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 0, + "pos": { + "x": 273600, + "y": 122200, + "z": 670300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300009, + "propState": 0, + "pos": { + "x": 275690, + "y": 122200, + "z": 599310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300011, + "propState": 0, + "pos": { + "x": 282220, + "y": 126814, + "z": 575400 + }, + "rot": { + "x": 0, + "y": 310659, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300015, + "propState": 0, + "pos": { + "x": 275900, + "y": 130221, + "z": 532300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300026, + "propState": 0, + "pos": { + "x": 308106, + "y": 171500, + "z": 427924 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300016, + "propState": 0, + "pos": { + "x": 305073, + "y": 171500, + "z": 429055 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300017, + "propState": 0, + "pos": { + "x": 291890, + "y": 171500, + "z": 429090 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 0, + "pos": { + "x": 332920, + "y": 168860, + "z": 442690 + }, + "rot": { + "x": 0, + "y": 88996, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300010, + "propState": 0, + "pos": { + "x": 331299, + "y": 168860, + "z": 427905 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300018, + "propState": 0, + "pos": { + "x": 187076, + "y": 140010, + "z": 423425 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300019, + "propState": 0, + "pos": { + "x": 187980, + "y": 141620, + "z": 462480 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300014, + "propState": 0, + "pos": { + "x": 154230, + "y": 142800, + "z": 441370 + }, + "rot": { + "x": 0, + "y": 223197, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300021, + "propState": 0, + "pos": { + "x": 43998, + "y": 191300, + "z": 412515 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300023, + "propState": 0, + "pos": { + "x": 25687, + "y": 192800, + "z": 455869 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300024, + "propState": 0, + "pos": { + "x": 66159, + "y": 183600, + "z": 541696 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300025, + "propState": 0, + "pos": { + "x": 121773, + "y": 194806, + "z": 516523 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300022, + "propState": 0, + "pos": { + "x": 39340, + "y": 166805, + "z": 477200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300020, + "propState": 0, + "pos": { + "x": 299710, + "y": 119250, + "z": 686420 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300027, + "propState": 0, + "pos": { + "x": 305200, + "y": 119250, + "z": 679990 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300028, + "propState": 0, + "pos": { + "x": 84230, + "y": 163845, + "z": 486930 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300029, + "propState": 0, + "pos": { + "x": 84330, + "y": 163845, + "z": 478960 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300030, + "propState": 0, + "pos": { + "x": 330190, + "y": 168860, + "z": 445640 + }, + "rot": { + "x": 0, + "y": 344291, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300031, + "propState": 0, + "pos": { + "x": 328548, + "y": 168860, + "z": 445640 + }, + "rot": { + "x": 0, + "y": 27640, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300032, + "propState": 0, + "pos": { + "x": 319310, + "y": 168860, + "z": 430040 + }, + "rot": { + "x": 0, + "y": 235240, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300033, + "propState": 0, + "pos": { + "x": 315630, + "y": 168860, + "z": 431190 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300034, + "propState": 0, + "pos": { + "x": 320250, + "y": 168860, + "z": 428620 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "59": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "62": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 303000, + "y": 119250, + "z": 682800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300003, + "propState": 0, + "pos": { + "x": 303000, + "y": 119250, + "z": 682800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 62, + "instId": 300004, + "propState": 0, + "pos": { + "x": 291910, + "y": 119340, + "z": 680260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "67": { + "monsters": [ + { + "groupId": 67, + "instId": 200001, + "eventId": 20313237, + "pos": { + "x": 211757, + "y": 95281, + "z": 304034 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3003010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 216139, + "y": 95281, + "z": 300810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 0, + "pos": { + "x": 216139, + "y": 95300, + "z": 299676 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 67, + "instId": 300004, + "propState": 0, + "pos": { + "x": 211330, + "y": 95300, + "z": 322734 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "68": { + "monsters": [ + { + "groupId": 68, + "instId": 200001, + "eventId": 20313234, + "pos": { + "x": 363560, + "y": 122120, + "z": 594320 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "monsterId": 3003010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 365499, + "y": 122120, + "z": 600101 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 0, + "pos": { + "x": 365499, + "y": 122120, + "z": 600101 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 0, + "pos": { + "x": 370296, + "y": 122120, + "z": 585980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "69": { + "monsters": [ + { + "groupId": 69, + "instId": 200001, + "eventId": 101216, + "pos": { + "x": 87640, + "y": 186848, + "z": 529670 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3003011 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 74980, + "y": 186900, + "z": 529580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 0, + "pos": { + "x": 91120, + "y": 186900, + "z": 517890 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": { + "1116": { + "anchorId": 1, + "groupId": 69, + "instId": 300001, + "pos": { + "x": 81600, + "y": 186848, + "z": 529090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300001, + "propState": 0, + "pos": { + "x": 130291, + "y": 178738, + "z": 759479 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 132 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 0, + "pos": { + "x": 117547, + "y": 184070, + "z": 720358 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103156 + } + ], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 107, + "instId": 300001, + "propState": 0, + "pos": { + "x": 137780, + "y": 142800, + "z": 434150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 107, + "instId": 300002, + "propState": 0, + "pos": { + "x": 74090, + "y": 191300, + "z": 420880 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 107, + "instId": 300004, + "propState": 0, + "pos": { + "x": 137780, + "y": 142800, + "z": 434040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 107, + "instId": 300005, + "propState": 0, + "pos": { + "x": 131680, + "y": 143919, + "z": 436300 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 107, + "instId": 300006, + "propState": 0, + "pos": { + "x": 101960, + "y": 169156, + "z": 431059 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 107, + "instId": 300007, + "propState": 0, + "pos": { + "x": 104995, + "y": 169397, + "z": 428225 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "110": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 110, + "instId": 300002, + "propState": 0, + "pos": { + "x": 260900, + "y": 119072, + "z": 634400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 110, + "instId": 300001, + "propState": 0, + "pos": { + "x": 65460, + "y": 191300, + "z": 419980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + } + ], + "teleports": {} + }, + "117": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "149": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "151": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "152": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "153": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 271461, + "y": 126502, + "z": 604993 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 153, + "instId": 300003, + "propState": 0, + "pos": { + "x": 271461, + "y": 128190, + "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 + } + ], + "teleports": {} + }, + "154": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "155": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "156": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "157": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "158": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "160": { + "monsters": [ + { + "groupId": 160, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 381474, + "y": 119135, + "z": 561240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 160, + "instId": 300001, + "propState": 0, + "pos": { + "x": 380914, + "y": 119135, + "z": 584451 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 160, + "instId": 300003, + "propState": 0, + "pos": { + "x": 380393, + "y": 119135, + "z": 584546 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 160, + "instId": 300004, + "propState": 0, + "pos": { + "x": 381474, + "y": 119135, + "z": 584451 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 160, + "instId": 300005, + "propState": 0, + "pos": { + "x": 381204, + "y": 119135, + "z": 612780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 160, + "instId": 300002, + "propState": 0, + "pos": { + "x": 394298, + "y": 123323, + "z": 592640 + }, + "rot": { + "x": 0, + "y": 318452, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 160, + "instId": 300006, + "propState": 0, + "pos": { + "x": 380127, + "y": 119135, + "z": 612945 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "161": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 387013, + "y": 121021, + "z": 604807 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 161, + "instId": 300016, + "propState": 0, + "pos": { + "x": 387431, + "y": 121021, + "z": 594779 + }, + "rot": { + "x": 0, + "y": 344636, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 161, + "instId": 300017, + "propState": 0, + "pos": { + "x": 383648, + "y": 121021, + "z": 594791 + }, + "rot": { + "x": 0, + "y": 9460, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 161, + "instId": 300018, + "propState": 0, + "pos": { + "x": 386581, + "y": 119135, + "z": 597375 + }, + "rot": { + "x": 0, + "y": 43148, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 161, + "instId": 300019, + "propState": 0, + "pos": { + "x": 392980, + "y": 119135, + "z": 604124 + }, + "rot": { + "x": 0, + "y": 249492, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 161, + "instId": 300020, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "164": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "165": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 165, + "instId": 300001, + "propState": 11, + "pos": { + "x": 352313, + "y": 120580, + "z": 608518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "166": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 166, + "instId": 300001, + "propState": 11, + "pos": { + "x": 313700, + "y": 168500, + "z": 438890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "167": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 167, + "instId": 300001, + "propState": 11, + "pos": { + "x": 92718, + "y": 163845, + "z": 482913 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "168": { + "monsters": [ + { + "groupId": 168, + "instId": 200001, + "eventId": 20313140, + "pos": { + "x": 299658, + "y": 172169, + "z": 413230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "174": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "175": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "176": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "177": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "178": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "180": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 374110, + "y": 119135, + "z": 616630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 180, + "instId": 300003, + "propState": 0, + "pos": { + "x": 374110, + "y": 119135, + "z": 616630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 180, + "instId": 300004, + "propState": 0, + "pos": { + "x": 374110, + "y": 119135, + "z": 616630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 180, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 365212, + "y": 119135, + "z": 616690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300007, + "propState": 0, + "pos": { + "x": 368100, + "y": 118895, + "z": 619690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300009, + "propState": 0, + "pos": { + "x": 365212, + "y": 119135, + "z": 616690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 180, + "instId": 300010, + "propState": 0, + "pos": { + "x": 362615, + "y": 119135, + "z": 616600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "186": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 186, + "instId": 300001, + "propState": 8, + "pos": { + "x": 31440, + "y": 192820, + "z": 433790 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 808 + } + ], + "teleports": { + "1014": { + "anchorId": 1, + "groupId": 186, + "instId": 300001, + "pos": { + "x": 32342, + "y": 192820, + "z": 434276 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + } + } + } + }, + "187": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "190": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 190, + "instId": 300001, + "propState": 0, + "pos": { + "x": 386510, + "y": 119135, + "z": 603490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 190, + "instId": 300002, + "propState": 0, + "pos": { + "x": 384510, + "y": 119135, + "z": 595780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 190, + "instId": 300003, + "propState": 0, + "pos": { + "x": 375930, + "y": 119135, + "z": 586480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 190, + "instId": 300004, + "propState": 0, + "pos": { + "x": 361580, + "y": 119135, + "z": 616585 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 190, + "instId": 300005, + "propState": 0, + "pos": { + "x": 362160, + "y": 119135, + "z": 616585 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 190, + "instId": 300006, + "propState": 0, + "pos": { + "x": 376130, + "y": 119135, + "z": 586480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 194, + "instId": 300001, + "propState": 0, + "pos": { + "x": 54420, + "y": 173230, + "z": 631890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "227": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 204480, + "y": 143006, + "z": 425450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 227, + "instId": 300003, + "propState": 0, + "pos": { + "x": 204480, + "y": 143006, + "z": 425450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 227, + "instId": 300004, + "propState": 0, + "pos": { + "x": 204480, + "y": 143006, + "z": 425450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 227, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 204350, + "y": 143006, + "z": 423630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "228": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 68620, + "y": 175220, + "z": 665700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 228, + "instId": 300003, + "propState": 0, + "pos": { + "x": 68620, + "y": 175220, + "z": 665700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 228, + "instId": 300004, + "propState": 0, + "pos": { + "x": 68620, + "y": 175220, + "z": 665700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 228, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 68650, + "y": 175220, + "z": 658830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "230": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 230, + "instId": 300006, + "propState": 18, + "pos": { + "x": 132994, + "y": 184817, + "z": 689704 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 103036 + } + ], + "teleports": {} + }, + "232": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 232, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "248": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "253": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 253, + "instId": 300001, + "propState": 18, + "pos": { + "x": 105830, + "y": 182946, + "z": 729357 + }, + "rot": { + "x": 0, + "y": 131002, + "z": 0 + }, + "propId": 101029 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 401 + } + }, + "2031302": { + "P20313_F20313001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 184088, + "y": 173500, + "z": 659320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 0, + "pos": { + "x": 185734, + "y": 173500, + "z": 658578 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 0, + "pos": { + "x": 190300, + "y": 170200, + "z": 670500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 268670, + "y": 122139, + "z": 624900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": 274500, + "y": 122100, + "z": 654700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103076 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": 280460, + "y": 122219, + "z": 650300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 0, + "pos": { + "x": 274500, + "y": 122370, + "z": 637860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 0, + "pos": { + "x": 274500, + "y": 122370, + "z": 637860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 0, + "pos": { + "x": 271540, + "y": 121639, + "z": 623220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 0, + "pos": { + "x": 271540, + "y": 121639, + "z": 617500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 0, + "pos": { + "x": 277680, + "y": 121639, + "z": 623220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 0, + "pos": { + "x": 277680, + "y": 121639, + "z": 617500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 0, + "pos": { + "x": 274670, + "y": 121639, + "z": 614630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 0, + "pos": { + "x": 275014, + "y": 121719, + "z": 660620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 0, + "pos": { + "x": 271550, + "y": 121639, + "z": 652150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 0, + "pos": { + "x": 277540, + "y": 121639, + "z": 657870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 0, + "pos": { + "x": 277540, + "y": 121639, + "z": 652150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 0, + "pos": { + "x": 274430, + "y": 122000, + "z": 648493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 0, + "pos": { + "x": 276670, + "y": 122176, + "z": 626870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 313400, + "y": 124063, + "z": 609640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 0, + "pos": { + "x": 310659, + "y": 123980, + "z": 593920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 0, + "pos": { + "x": 310280, + "y": 123980, + "z": 593810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 0, + "pos": { + "x": 310482, + "y": 123280, + "z": 608740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 0, + "pos": { + "x": 325530, + "y": 123243, + "z": 593660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 0, + "pos": { + "x": 310482, + "y": 123280, + "z": 608740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 0, + "pos": { + "x": 295230, + "y": 123243, + "z": 593660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 0, + "pos": { + "x": 310710, + "y": 123643, + "z": 590450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 0, + "pos": { + "x": 307110, + "y": 123680, + "z": 602940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 0, + "pos": { + "x": 313830, + "y": 123680, + "z": 602940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 7, + "instId": 300013, + "propState": 0, + "pos": { + "x": 298530, + "y": 123643, + "z": 597180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 7, + "instId": 300014, + "propState": 0, + "pos": { + "x": 319900, + "y": 123643, + "z": 597180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 277800, + "y": 174700, + "z": 441690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": 221753, + "y": 143006, + "z": 454000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 0, + "pos": { + "x": 277800, + "y": 174700, + "z": 443400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 0, + "pos": { + "x": 279930, + "y": 174200, + "z": 445370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 0, + "pos": { + "x": 236330, + "y": 159200, + "z": 430040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 9, + "instId": 300007, + "propState": 0, + "pos": { + "x": 220530, + "y": 130500, + "z": 475400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 28055, + "y": 166810, + "z": 501650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 0, + "pos": { + "x": 26600, + "y": 180509, + "z": 514300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 0, + "pos": { + "x": 32200, + "y": 194821, + "z": 469334 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 0, + "pos": { + "x": 32646, + "y": 195680, + "z": 469681 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 0, + "pos": { + "x": 25000, + "y": 194321, + "z": 472100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": 72260, + "y": 175220, + "z": 650490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 0, + "pos": { + "x": 75210, + "y": 197740, + "z": 575460 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 25, + "instId": 300004, + "propState": 0, + "pos": { + "x": 73720, + "y": 175220, + "z": 648060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300005, + "propState": 0, + "pos": { + "x": 70700, + "y": 180400, + "z": 628800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 25, + "instId": 300006, + "propState": 0, + "pos": { + "x": 80500, + "y": 194800, + "z": 590600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 25, + "instId": 300007, + "propState": 0, + "pos": { + "x": 109610, + "y": 208867, + "z": 555620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300008, + "propState": 0, + "pos": { + "x": 109631, + "y": 240032, + "z": 556683 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300009, + "propState": 0, + "pos": { + "x": 109631, + "y": 240032, + "z": 554550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300010, + "propState": 0, + "pos": { + "x": 110470, + "y": 241040, + "z": 555690 + }, + "rot": { + "x": 0, + "y": 43461, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300011, + "propState": 0, + "pos": { + "x": 108795, + "y": 240540, + "z": 555846 + }, + "rot": { + "x": 0, + "y": 2079, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": 175900, + "y": 139709, + "z": 403800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 0, + "pos": { + "x": 212600, + "y": 110679, + "z": 378500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 0, + "pos": { + "x": 206670, + "y": 95281, + "z": 338040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 38, + "instId": 300005, + "propState": 0, + "pos": { + "x": 175910, + "y": 139709, + "z": 403800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 38, + "instId": 300006, + "propState": 0, + "pos": { + "x": 169800, + "y": 136900, + "z": 393600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 38, + "instId": 300007, + "propState": 0, + "pos": { + "x": 188800, + "y": 139300, + "z": 411000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 39, + "instId": 300001, + "propState": 0, + "pos": { + "x": 188800, + "y": 110700, + "z": 368400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103077 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 0, + "pos": { + "x": 188890, + "y": 110970, + "z": 361994 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 0, + "pos": { + "x": 166400, + "y": 142300, + "z": 394500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 39, + "instId": 300004, + "propState": 0, + "pos": { + "x": 164900, + "y": 142300, + "z": 392980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 39, + "instId": 300007, + "propState": 0, + "pos": { + "x": 188800, + "y": 110970, + "z": 368220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 39, + "instId": 300008, + "propState": 0, + "pos": { + "x": 188800, + "y": 110970, + "z": 368220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 39, + "instId": 300005, + "propState": 0, + "pos": { + "x": 169719, + "y": 136599, + "z": 393580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300009, + "propState": 0, + "pos": { + "x": 173680, + "y": 110230, + "z": 368364 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300010, + "propState": 0, + "pos": { + "x": 188610, + "y": 110179, + "z": 383460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300013, + "propState": 0, + "pos": { + "x": 188911, + "y": 110470, + "z": 365345 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300006, + "propState": 0, + "pos": { + "x": 169719, + "y": 136599, + "z": 393580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300011, + "propState": 0, + "pos": { + "x": 188610, + "y": 110179, + "z": 383460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300012, + "propState": 0, + "pos": { + "x": 203850, + "y": 110230, + "z": 368364 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300014, + "propState": 0, + "pos": { + "x": 188911, + "y": 110470, + "z": 365345 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 45, + "instId": 300001, + "propState": 0, + "pos": { + "x": 206800, + "y": 110700, + "z": 389400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103076 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 0, + "pos": { + "x": 211749, + "y": 110679, + "z": 367239 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 0, + "pos": { + "x": 206987, + "y": 110179, + "z": 395400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300004, + "propState": 0, + "pos": { + "x": 206800, + "y": 110600, + "z": 377880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 45, + "instId": 300005, + "propState": 0, + "pos": { + "x": 206800, + "y": 110600, + "z": 377070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 45, + "instId": 300008, + "propState": 0, + "pos": { + "x": 203810, + "y": 110179, + "z": 392140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300009, + "propState": 0, + "pos": { + "x": 209837, + "y": 110179, + "z": 392140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300010, + "propState": 0, + "pos": { + "x": 203810, + "y": 110179, + "z": 386140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300011, + "propState": 0, + "pos": { + "x": 209837, + "y": 110179, + "z": 386140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300006, + "propState": 0, + "pos": { + "x": 206987, + "y": 110179, + "z": 359480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300007, + "propState": 0, + "pos": { + "x": 209700, + "y": 110179, + "z": 368550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300012, + "propState": 0, + "pos": { + "x": 203850, + "y": 110230, + "z": 368364 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2031301": { + "anchorId": 1, + "groupId": 56, + "instId": 300001, + "pos": { + "x": 120690, + "y": 182429, + "z": 732870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2031302": { + "anchorId": 2, + "groupId": 56, + "instId": 300002, + "pos": { + "x": 315236, + "y": 123700, + "z": 622869 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2031303": { + "anchorId": 3, + "groupId": 56, + "instId": 300003, + "pos": { + "x": 203857, + "y": 143006, + "z": 442675 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2031304": { + "anchorId": 4, + "groupId": 56, + "instId": 300004, + "pos": { + "x": 36410, + "y": 180500, + "z": 529244 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "pos": { + "x": 111635, + "y": 179533, + "z": 678317 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": 293631, + "y": 122219, + "z": 669310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300005, + "propState": 0, + "pos": { + "x": 357850, + "y": 122120, + "z": 580480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300008, + "propState": 0, + "pos": { + "x": 201230, + "y": 143006, + "z": 436457 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300012, + "propState": 0, + "pos": { + "x": 207779, + "y": 95281, + "z": 314464 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300013, + "propState": 0, + "pos": { + "x": 65431, + "y": 183660, + "z": 524341 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300006, + "propState": 0, + "pos": { + "x": 90180, + "y": 184544, + "z": 713150 + }, + "rot": { + "x": 0, + "y": 141753, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300007, + "propState": 0, + "pos": { + "x": 77640, + "y": 184544, + "z": 711730 + }, + "rot": { + "x": 0, + "y": 67143, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 0, + "pos": { + "x": 273600, + "y": 122200, + "z": 670300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300009, + "propState": 0, + "pos": { + "x": 275690, + "y": 122200, + "z": 599310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300011, + "propState": 0, + "pos": { + "x": 282220, + "y": 126814, + "z": 575400 + }, + "rot": { + "x": 0, + "y": 310659, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300015, + "propState": 0, + "pos": { + "x": 275900, + "y": 130221, + "z": 532300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300026, + "propState": 0, + "pos": { + "x": 308106, + "y": 171500, + "z": 427924 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300016, + "propState": 0, + "pos": { + "x": 305073, + "y": 171500, + "z": 429055 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300017, + "propState": 0, + "pos": { + "x": 291890, + "y": 171500, + "z": 429090 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 0, + "pos": { + "x": 332920, + "y": 168860, + "z": 442690 + }, + "rot": { + "x": 0, + "y": 88996, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300010, + "propState": 0, + "pos": { + "x": 331299, + "y": 168860, + "z": 427905 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300018, + "propState": 0, + "pos": { + "x": 187076, + "y": 140010, + "z": 423425 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300019, + "propState": 0, + "pos": { + "x": 187980, + "y": 141620, + "z": 462480 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300014, + "propState": 0, + "pos": { + "x": 154230, + "y": 142800, + "z": 441370 + }, + "rot": { + "x": 0, + "y": 223197, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300021, + "propState": 0, + "pos": { + "x": 43998, + "y": 191300, + "z": 412515 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300023, + "propState": 0, + "pos": { + "x": 25687, + "y": 192800, + "z": 455869 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300024, + "propState": 0, + "pos": { + "x": 66159, + "y": 183600, + "z": 541696 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300025, + "propState": 0, + "pos": { + "x": 121773, + "y": 194806, + "z": 516523 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300022, + "propState": 0, + "pos": { + "x": 39340, + "y": 166805, + "z": 477200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300020, + "propState": 0, + "pos": { + "x": 299710, + "y": 119250, + "z": 686420 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300027, + "propState": 0, + "pos": { + "x": 305200, + "y": 119250, + "z": 679990 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300028, + "propState": 0, + "pos": { + "x": 84230, + "y": 163845, + "z": 486930 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300029, + "propState": 0, + "pos": { + "x": 84330, + "y": 163845, + "z": 478960 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300030, + "propState": 0, + "pos": { + "x": 330190, + "y": 168860, + "z": 445640 + }, + "rot": { + "x": 0, + "y": 344291, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300031, + "propState": 0, + "pos": { + "x": 328548, + "y": 168860, + "z": 445640 + }, + "rot": { + "x": 0, + "y": 27640, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300032, + "propState": 0, + "pos": { + "x": 319310, + "y": 168860, + "z": 430040 + }, + "rot": { + "x": 0, + "y": 235240, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300033, + "propState": 0, + "pos": { + "x": 315630, + "y": 168860, + "z": 431190 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300034, + "propState": 0, + "pos": { + "x": 320250, + "y": 168860, + "z": 428620 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "59": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "62": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 303000, + "y": 119250, + "z": 682800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300003, + "propState": 0, + "pos": { + "x": 303000, + "y": 119250, + "z": 682800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 62, + "instId": 300004, + "propState": 0, + "pos": { + "x": 291910, + "y": 119340, + "z": 680260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "67": { + "monsters": [ + { + "groupId": 67, + "instId": 200001, + "eventId": 20313237, + "pos": { + "x": 211757, + "y": 95281, + "z": 304034 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3003010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 216139, + "y": 95281, + "z": 300810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 0, + "pos": { + "x": 216139, + "y": 95300, + "z": 299676 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 67, + "instId": 300004, + "propState": 0, + "pos": { + "x": 211330, + "y": 95300, + "z": 322734 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "68": { + "monsters": [ + { + "groupId": 68, + "instId": 200001, + "eventId": 20313234, + "pos": { + "x": 363560, + "y": 122120, + "z": 594320 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "monsterId": 3003010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 365499, + "y": 122120, + "z": 600101 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 0, + "pos": { + "x": 365499, + "y": 122120, + "z": 600101 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 0, + "pos": { + "x": 370296, + "y": 122120, + "z": 585980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "69": { + "monsters": [ + { + "groupId": 69, + "instId": 200001, + "eventId": 101216, + "pos": { + "x": 87640, + "y": 186848, + "z": 529670 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3003011 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 74980, + "y": 186900, + "z": 529580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 0, + "pos": { + "x": 91120, + "y": 186900, + "z": 517890 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": { + "1116": { + "anchorId": 1, + "groupId": 69, + "instId": 300001, + "pos": { + "x": 81600, + "y": 186848, + "z": 529090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300001, + "propState": 0, + "pos": { + "x": 130291, + "y": 178738, + "z": 759479 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 132 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 0, + "pos": { + "x": 117547, + "y": 184070, + "z": 720358 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103156 + } + ], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 107, + "instId": 300001, + "propState": 0, + "pos": { + "x": 137780, + "y": 142800, + "z": 434150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 107, + "instId": 300002, + "propState": 0, + "pos": { + "x": 74090, + "y": 191300, + "z": 420880 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 107, + "instId": 300004, + "propState": 0, + "pos": { + "x": 137780, + "y": 142800, + "z": 434040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 107, + "instId": 300005, + "propState": 0, + "pos": { + "x": 131680, + "y": 143919, + "z": 436300 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 107, + "instId": 300006, + "propState": 0, + "pos": { + "x": 101960, + "y": 169156, + "z": 431059 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 107, + "instId": 300007, + "propState": 0, + "pos": { + "x": 104995, + "y": 169397, + "z": 428225 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "110": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 110, + "instId": 300002, + "propState": 0, + "pos": { + "x": 260900, + "y": 119072, + "z": 634400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 110, + "instId": 300001, + "propState": 0, + "pos": { + "x": 65460, + "y": 191300, + "z": 419980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + } + ], + "teleports": {} + }, + "117": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "149": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "151": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "152": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "153": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 271461, + "y": 126502, + "z": 604993 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 153, + "instId": 300003, + "propState": 0, + "pos": { + "x": 271461, + "y": 128190, + "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 + } + ], + "teleports": {} + }, + "154": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "155": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "156": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "157": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "158": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "160": { + "monsters": [ + { + "groupId": 160, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 381474, + "y": 119135, + "z": 561240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 160, + "instId": 300001, + "propState": 0, + "pos": { + "x": 380914, + "y": 119135, + "z": 584451 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 160, + "instId": 300003, + "propState": 0, + "pos": { + "x": 380393, + "y": 119135, + "z": 584546 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 160, + "instId": 300004, + "propState": 0, + "pos": { + "x": 381474, + "y": 119135, + "z": 584451 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 160, + "instId": 300005, + "propState": 0, + "pos": { + "x": 381204, + "y": 119135, + "z": 612780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 160, + "instId": 300002, + "propState": 0, + "pos": { + "x": 394298, + "y": 123323, + "z": 592640 + }, + "rot": { + "x": 0, + "y": 318452, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 160, + "instId": 300006, + "propState": 0, + "pos": { + "x": 380127, + "y": 119135, + "z": 612945 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "161": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 387013, + "y": 121021, + "z": 604807 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 161, + "instId": 300016, + "propState": 0, + "pos": { + "x": 387431, + "y": 121021, + "z": 594779 + }, + "rot": { + "x": 0, + "y": 344636, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 161, + "instId": 300017, + "propState": 0, + "pos": { + "x": 383648, + "y": 121021, + "z": 594791 + }, + "rot": { + "x": 0, + "y": 9460, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 161, + "instId": 300018, + "propState": 0, + "pos": { + "x": 386581, + "y": 119135, + "z": 597375 + }, + "rot": { + "x": 0, + "y": 43148, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 161, + "instId": 300019, + "propState": 0, + "pos": { + "x": 392980, + "y": 119135, + "z": 604124 + }, + "rot": { + "x": 0, + "y": 249492, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 161, + "instId": 300020, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "164": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "165": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 165, + "instId": 300001, + "propState": 11, + "pos": { + "x": 352313, + "y": 120580, + "z": 608518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "166": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 166, + "instId": 300001, + "propState": 11, + "pos": { + "x": 313700, + "y": 168500, + "z": 438890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "167": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 167, + "instId": 300001, + "propState": 11, + "pos": { + "x": 92718, + "y": 163845, + "z": 482913 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "168": { + "monsters": [ + { + "groupId": 168, + "instId": 200001, + "eventId": 20313140, + "pos": { + "x": 299658, + "y": 172169, + "z": 413230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "174": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "175": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "176": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "177": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "178": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "180": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 374110, + "y": 119135, + "z": 616630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 180, + "instId": 300003, + "propState": 0, + "pos": { + "x": 374110, + "y": 119135, + "z": 616630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 180, + "instId": 300004, + "propState": 0, + "pos": { + "x": 374110, + "y": 119135, + "z": 616630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 180, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 365212, + "y": 119135, + "z": 616690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300007, + "propState": 0, + "pos": { + "x": 368100, + "y": 118895, + "z": 619690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300009, + "propState": 0, + "pos": { + "x": 365212, + "y": 119135, + "z": 616690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 180, + "instId": 300010, + "propState": 0, + "pos": { + "x": 362615, + "y": 119135, + "z": 616600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "186": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 186, + "instId": 300001, + "propState": 8, + "pos": { + "x": 31440, + "y": 192820, + "z": 433790 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 808 + } + ], + "teleports": { + "1014": { + "anchorId": 1, + "groupId": 186, + "instId": 300001, + "pos": { + "x": 32342, + "y": 192820, + "z": 434276 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + } + } + } + }, + "187": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "190": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 190, + "instId": 300001, + "propState": 0, + "pos": { + "x": 386510, + "y": 119135, + "z": 603490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 190, + "instId": 300002, + "propState": 0, + "pos": { + "x": 384510, + "y": 119135, + "z": 595780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 190, + "instId": 300003, + "propState": 0, + "pos": { + "x": 375930, + "y": 119135, + "z": 586480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 190, + "instId": 300004, + "propState": 0, + "pos": { + "x": 361580, + "y": 119135, + "z": 616585 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 190, + "instId": 300005, + "propState": 0, + "pos": { + "x": 362160, + "y": 119135, + "z": 616585 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 190, + "instId": 300006, + "propState": 0, + "pos": { + "x": 376130, + "y": 119135, + "z": 586480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 194, + "instId": 300001, + "propState": 0, + "pos": { + "x": 54420, + "y": 173230, + "z": 631890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "227": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 204480, + "y": 143006, + "z": 425450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 227, + "instId": 300003, + "propState": 0, + "pos": { + "x": 204480, + "y": 143006, + "z": 425450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 227, + "instId": 300004, + "propState": 0, + "pos": { + "x": 204480, + "y": 143006, + "z": 425450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 227, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 204350, + "y": 143006, + "z": 423630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "228": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 68620, + "y": 175220, + "z": 665700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 228, + "instId": 300003, + "propState": 0, + "pos": { + "x": 68620, + "y": 175220, + "z": 665700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 228, + "instId": 300004, + "propState": 0, + "pos": { + "x": 68620, + "y": 175220, + "z": 665700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 228, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 68650, + "y": 175220, + "z": 658830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "230": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 230, + "instId": 300006, + "propState": 18, + "pos": { + "x": 132994, + "y": 184817, + "z": 689704 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 103036 + } + ], + "teleports": {} + }, + "232": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 232, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "248": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "253": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 253, + "instId": 300001, + "propState": 18, + "pos": { + "x": 105830, + "y": 182946, + "z": 729357 + }, + "rot": { + "x": 0, + "y": 131002, + "z": 0 + }, + "propId": 101029 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 2, + "worldId": 401, + "startAnchorId": 1, + "startGroupId": 220 + } + }, + "2031303": { + "P20313_F20313001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 184088, + "y": 173500, + "z": 659320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 0, + "pos": { + "x": 185734, + "y": 173500, + "z": 658578 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 0, + "pos": { + "x": 190300, + "y": 170200, + "z": 670500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 268670, + "y": 122139, + "z": 624900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": 274500, + "y": 122100, + "z": 654700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103076 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": 280460, + "y": 122219, + "z": 650300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 0, + "pos": { + "x": 274500, + "y": 122370, + "z": 637860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 0, + "pos": { + "x": 274500, + "y": 122370, + "z": 637860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 0, + "pos": { + "x": 271540, + "y": 121639, + "z": 623220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 0, + "pos": { + "x": 271540, + "y": 121639, + "z": 617500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 0, + "pos": { + "x": 277680, + "y": 121639, + "z": 623220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 0, + "pos": { + "x": 277680, + "y": 121639, + "z": 617500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 0, + "pos": { + "x": 274670, + "y": 121639, + "z": 614630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 0, + "pos": { + "x": 275014, + "y": 121719, + "z": 660620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 0, + "pos": { + "x": 271550, + "y": 121639, + "z": 652150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 0, + "pos": { + "x": 277540, + "y": 121639, + "z": 657870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 0, + "pos": { + "x": 277540, + "y": 121639, + "z": 652150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 0, + "pos": { + "x": 274430, + "y": 122000, + "z": 648493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 0, + "pos": { + "x": 276670, + "y": 122176, + "z": 626870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 313400, + "y": 124063, + "z": 609640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 0, + "pos": { + "x": 310659, + "y": 123980, + "z": 593920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 0, + "pos": { + "x": 310280, + "y": 123980, + "z": 593810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 0, + "pos": { + "x": 310482, + "y": 123280, + "z": 608740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 0, + "pos": { + "x": 325530, + "y": 123243, + "z": 593660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 0, + "pos": { + "x": 310482, + "y": 123280, + "z": 608740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 0, + "pos": { + "x": 295230, + "y": 123243, + "z": 593660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 0, + "pos": { + "x": 310710, + "y": 123643, + "z": 590450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 0, + "pos": { + "x": 307110, + "y": 123680, + "z": 602940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 0, + "pos": { + "x": 313830, + "y": 123680, + "z": 602940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 7, + "instId": 300013, + "propState": 0, + "pos": { + "x": 298530, + "y": 123643, + "z": 597180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 7, + "instId": 300014, + "propState": 0, + "pos": { + "x": 319900, + "y": 123643, + "z": 597180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 277800, + "y": 174700, + "z": 441690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": 221753, + "y": 143006, + "z": 454000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 0, + "pos": { + "x": 277800, + "y": 174700, + "z": 443400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 0, + "pos": { + "x": 279930, + "y": 174200, + "z": 445370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 0, + "pos": { + "x": 236330, + "y": 159200, + "z": 430040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 9, + "instId": 300007, + "propState": 0, + "pos": { + "x": 220530, + "y": 130500, + "z": 475400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 28055, + "y": 166810, + "z": 501650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 0, + "pos": { + "x": 26600, + "y": 180509, + "z": 514300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 0, + "pos": { + "x": 32200, + "y": 194821, + "z": 469334 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 0, + "pos": { + "x": 32646, + "y": 195680, + "z": 469681 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 0, + "pos": { + "x": 25000, + "y": 194321, + "z": 472100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": 72260, + "y": 175220, + "z": 650490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 0, + "pos": { + "x": 75210, + "y": 197740, + "z": 575460 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 25, + "instId": 300004, + "propState": 0, + "pos": { + "x": 73720, + "y": 175220, + "z": 648060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300005, + "propState": 0, + "pos": { + "x": 70700, + "y": 180400, + "z": 628800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 25, + "instId": 300006, + "propState": 0, + "pos": { + "x": 80500, + "y": 194800, + "z": 590600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 25, + "instId": 300007, + "propState": 0, + "pos": { + "x": 109610, + "y": 208867, + "z": 555620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300008, + "propState": 0, + "pos": { + "x": 109631, + "y": 240032, + "z": 556683 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300009, + "propState": 0, + "pos": { + "x": 109631, + "y": 240032, + "z": 554550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300010, + "propState": 0, + "pos": { + "x": 110470, + "y": 241040, + "z": 555690 + }, + "rot": { + "x": 0, + "y": 43461, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300011, + "propState": 0, + "pos": { + "x": 108795, + "y": 240540, + "z": 555846 + }, + "rot": { + "x": 0, + "y": 2079, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": 175900, + "y": 139709, + "z": 403800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 0, + "pos": { + "x": 212600, + "y": 110679, + "z": 378500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 0, + "pos": { + "x": 206670, + "y": 95281, + "z": 338040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 38, + "instId": 300005, + "propState": 0, + "pos": { + "x": 175910, + "y": 139709, + "z": 403800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 38, + "instId": 300006, + "propState": 0, + "pos": { + "x": 169800, + "y": 136900, + "z": 393600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 38, + "instId": 300007, + "propState": 0, + "pos": { + "x": 188800, + "y": 139300, + "z": 411000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 39, + "instId": 300001, + "propState": 0, + "pos": { + "x": 188800, + "y": 110700, + "z": 368400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103077 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 0, + "pos": { + "x": 188890, + "y": 110970, + "z": 361994 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 0, + "pos": { + "x": 166400, + "y": 142300, + "z": 394500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 39, + "instId": 300004, + "propState": 0, + "pos": { + "x": 164900, + "y": 142300, + "z": 392980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 39, + "instId": 300007, + "propState": 0, + "pos": { + "x": 188800, + "y": 110970, + "z": 368220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 39, + "instId": 300008, + "propState": 0, + "pos": { + "x": 188800, + "y": 110970, + "z": 368220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 39, + "instId": 300005, + "propState": 0, + "pos": { + "x": 169719, + "y": 136599, + "z": 393580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300009, + "propState": 0, + "pos": { + "x": 173680, + "y": 110230, + "z": 368364 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300010, + "propState": 0, + "pos": { + "x": 188610, + "y": 110179, + "z": 383460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300013, + "propState": 0, + "pos": { + "x": 188911, + "y": 110470, + "z": 365345 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300006, + "propState": 0, + "pos": { + "x": 169719, + "y": 136599, + "z": 393580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300011, + "propState": 0, + "pos": { + "x": 188610, + "y": 110179, + "z": 383460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300012, + "propState": 0, + "pos": { + "x": 203850, + "y": 110230, + "z": 368364 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 39, + "instId": 300014, + "propState": 0, + "pos": { + "x": 188911, + "y": 110470, + "z": 365345 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 45, + "instId": 300001, + "propState": 0, + "pos": { + "x": 206800, + "y": 110700, + "z": 389400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103076 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 0, + "pos": { + "x": 211749, + "y": 110679, + "z": 367239 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 0, + "pos": { + "x": 206987, + "y": 110179, + "z": 395400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300004, + "propState": 0, + "pos": { + "x": 206800, + "y": 110600, + "z": 377880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 45, + "instId": 300005, + "propState": 0, + "pos": { + "x": 206800, + "y": 110600, + "z": 377070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 45, + "instId": 300008, + "propState": 0, + "pos": { + "x": 203810, + "y": 110179, + "z": 392140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300009, + "propState": 0, + "pos": { + "x": 209837, + "y": 110179, + "z": 392140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300010, + "propState": 0, + "pos": { + "x": 203810, + "y": 110179, + "z": 386140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300011, + "propState": 0, + "pos": { + "x": 209837, + "y": 110179, + "z": 386140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300006, + "propState": 0, + "pos": { + "x": 206987, + "y": 110179, + "z": 359480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300007, + "propState": 0, + "pos": { + "x": 209700, + "y": 110179, + "z": 368550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 45, + "instId": 300012, + "propState": 0, + "pos": { + "x": 203850, + "y": 110230, + "z": 368364 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2031301": { + "anchorId": 1, + "groupId": 56, + "instId": 300001, + "pos": { + "x": 120690, + "y": 182429, + "z": 732870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2031302": { + "anchorId": 2, + "groupId": 56, + "instId": 300002, + "pos": { + "x": 315236, + "y": 123700, + "z": 622869 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2031303": { + "anchorId": 3, + "groupId": 56, + "instId": 300003, + "pos": { + "x": 203857, + "y": 143006, + "z": 442675 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2031304": { + "anchorId": 4, + "groupId": 56, + "instId": 300004, + "pos": { + "x": 36410, + "y": 180500, + "z": 529244 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "pos": { + "x": 111635, + "y": 179533, + "z": 678317 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": 293631, + "y": 122219, + "z": 669310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300005, + "propState": 0, + "pos": { + "x": 357850, + "y": 122120, + "z": 580480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300008, + "propState": 0, + "pos": { + "x": 201230, + "y": 143006, + "z": 436457 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300012, + "propState": 0, + "pos": { + "x": 207779, + "y": 95281, + "z": 314464 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300013, + "propState": 0, + "pos": { + "x": 65431, + "y": 183660, + "z": 524341 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300006, + "propState": 0, + "pos": { + "x": 90180, + "y": 184544, + "z": 713150 + }, + "rot": { + "x": 0, + "y": 141753, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300007, + "propState": 0, + "pos": { + "x": 77640, + "y": 184544, + "z": 711730 + }, + "rot": { + "x": 0, + "y": 67143, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 0, + "pos": { + "x": 273600, + "y": 122200, + "z": 670300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300009, + "propState": 0, + "pos": { + "x": 275690, + "y": 122200, + "z": 599310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300011, + "propState": 0, + "pos": { + "x": 282220, + "y": 126814, + "z": 575400 + }, + "rot": { + "x": 0, + "y": 310659, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300015, + "propState": 0, + "pos": { + "x": 275900, + "y": 130221, + "z": 532300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300026, + "propState": 0, + "pos": { + "x": 308106, + "y": 171500, + "z": 427924 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300016, + "propState": 0, + "pos": { + "x": 305073, + "y": 171500, + "z": 429055 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300017, + "propState": 0, + "pos": { + "x": 291890, + "y": 171500, + "z": 429090 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 0, + "pos": { + "x": 332920, + "y": 168860, + "z": 442690 + }, + "rot": { + "x": 0, + "y": 88996, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300010, + "propState": 0, + "pos": { + "x": 331299, + "y": 168860, + "z": 427905 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300018, + "propState": 0, + "pos": { + "x": 187076, + "y": 140010, + "z": 423425 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300019, + "propState": 0, + "pos": { + "x": 187980, + "y": 141620, + "z": 462480 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300014, + "propState": 0, + "pos": { + "x": 154230, + "y": 142800, + "z": 441370 + }, + "rot": { + "x": 0, + "y": 223197, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300021, + "propState": 0, + "pos": { + "x": 43998, + "y": 191300, + "z": 412515 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300023, + "propState": 0, + "pos": { + "x": 25687, + "y": 192800, + "z": 455869 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300024, + "propState": 0, + "pos": { + "x": 66159, + "y": 183600, + "z": 541696 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300025, + "propState": 0, + "pos": { + "x": 121773, + "y": 194806, + "z": 516523 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300022, + "propState": 0, + "pos": { + "x": 39340, + "y": 166805, + "z": 477200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300020, + "propState": 0, + "pos": { + "x": 299710, + "y": 119250, + "z": 686420 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300027, + "propState": 0, + "pos": { + "x": 305200, + "y": 119250, + "z": 679990 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300028, + "propState": 0, + "pos": { + "x": 84230, + "y": 163845, + "z": 486930 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300029, + "propState": 0, + "pos": { + "x": 84330, + "y": 163845, + "z": 478960 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300030, + "propState": 0, + "pos": { + "x": 330190, + "y": 168860, + "z": 445640 + }, + "rot": { + "x": 0, + "y": 344291, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300031, + "propState": 0, + "pos": { + "x": 328548, + "y": 168860, + "z": 445640 + }, + "rot": { + "x": 0, + "y": 27640, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300032, + "propState": 0, + "pos": { + "x": 319310, + "y": 168860, + "z": 430040 + }, + "rot": { + "x": 0, + "y": 235240, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300033, + "propState": 0, + "pos": { + "x": 315630, + "y": 168860, + "z": 431190 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 58, + "instId": 300034, + "propState": 0, + "pos": { + "x": 320250, + "y": 168860, + "z": 428620 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "59": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "62": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 303000, + "y": 119250, + "z": 682800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300003, + "propState": 0, + "pos": { + "x": 303000, + "y": 119250, + "z": 682800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 62, + "instId": 300004, + "propState": 0, + "pos": { + "x": 291910, + "y": 119340, + "z": 680260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "67": { + "monsters": [ + { + "groupId": 67, + "instId": 200001, + "eventId": 20313237, + "pos": { + "x": 211757, + "y": 95281, + "z": 304034 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3003010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 216139, + "y": 95281, + "z": 300810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 0, + "pos": { + "x": 216139, + "y": 95300, + "z": 299676 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 67, + "instId": 300004, + "propState": 0, + "pos": { + "x": 211330, + "y": 95300, + "z": 322734 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "68": { + "monsters": [ + { + "groupId": 68, + "instId": 200001, + "eventId": 20313234, + "pos": { + "x": 363560, + "y": 122120, + "z": 594320 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "monsterId": 3003010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 365499, + "y": 122120, + "z": 600101 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 0, + "pos": { + "x": 365499, + "y": 122120, + "z": 600101 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 0, + "pos": { + "x": 370296, + "y": 122120, + "z": 585980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "69": { + "monsters": [ + { + "groupId": 69, + "instId": 200001, + "eventId": 101216, + "pos": { + "x": 87640, + "y": 186848, + "z": 529670 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3003011 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 74980, + "y": 186900, + "z": 529580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 0, + "pos": { + "x": 91120, + "y": 186900, + "z": 517890 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": { + "1116": { + "anchorId": 1, + "groupId": 69, + "instId": 300001, + "pos": { + "x": 81600, + "y": 186848, + "z": 529090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300001, + "propState": 0, + "pos": { + "x": 130291, + "y": 178738, + "z": 759479 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 132 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 0, + "pos": { + "x": 117547, + "y": 184070, + "z": 720358 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103156 + } + ], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 107, + "instId": 300001, + "propState": 0, + "pos": { + "x": 137780, + "y": 142800, + "z": 434150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 107, + "instId": 300002, + "propState": 0, + "pos": { + "x": 74090, + "y": 191300, + "z": 420880 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 107, + "instId": 300004, + "propState": 0, + "pos": { + "x": 137780, + "y": 142800, + "z": 434040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 107, + "instId": 300005, + "propState": 0, + "pos": { + "x": 131680, + "y": 143919, + "z": 436300 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 107, + "instId": 300006, + "propState": 0, + "pos": { + "x": 101960, + "y": 169156, + "z": 431059 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 107, + "instId": 300007, + "propState": 0, + "pos": { + "x": 104995, + "y": 169397, + "z": 428225 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "110": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 110, + "instId": 300002, + "propState": 0, + "pos": { + "x": 260900, + "y": 119072, + "z": 634400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 110, + "instId": 300001, + "propState": 0, + "pos": { + "x": 65460, + "y": 191300, + "z": 419980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + } + ], + "teleports": {} + }, + "117": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "149": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "151": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "152": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "153": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 271461, + "y": 126502, + "z": 604993 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 153, + "instId": 300003, + "propState": 0, + "pos": { + "x": 271461, + "y": 128190, + "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 + } + ], + "teleports": {} + }, + "154": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "155": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "156": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "157": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "158": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "160": { + "monsters": [ + { + "groupId": 160, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 381474, + "y": 119135, + "z": 561240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 160, + "instId": 300001, + "propState": 0, + "pos": { + "x": 380914, + "y": 119135, + "z": 584451 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 160, + "instId": 300003, + "propState": 0, + "pos": { + "x": 380393, + "y": 119135, + "z": 584546 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 160, + "instId": 300004, + "propState": 0, + "pos": { + "x": 381474, + "y": 119135, + "z": 584451 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 160, + "instId": 300005, + "propState": 0, + "pos": { + "x": 381204, + "y": 119135, + "z": 612780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 160, + "instId": 300002, + "propState": 0, + "pos": { + "x": 394298, + "y": 123323, + "z": 592640 + }, + "rot": { + "x": 0, + "y": 318452, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 160, + "instId": 300006, + "propState": 0, + "pos": { + "x": 380127, + "y": 119135, + "z": 612945 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "161": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 387013, + "y": 121021, + "z": 604807 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 161, + "instId": 300016, + "propState": 0, + "pos": { + "x": 387431, + "y": 121021, + "z": 594779 + }, + "rot": { + "x": 0, + "y": 344636, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 161, + "instId": 300017, + "propState": 0, + "pos": { + "x": 383648, + "y": 121021, + "z": 594791 + }, + "rot": { + "x": 0, + "y": 9460, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 161, + "instId": 300018, + "propState": 0, + "pos": { + "x": 386581, + "y": 119135, + "z": 597375 + }, + "rot": { + "x": 0, + "y": 43148, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 161, + "instId": 300019, + "propState": 0, + "pos": { + "x": 392980, + "y": 119135, + "z": 604124 + }, + "rot": { + "x": 0, + "y": 249492, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 161, + "instId": 300020, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "164": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "165": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 165, + "instId": 300001, + "propState": 11, + "pos": { + "x": 352313, + "y": 120580, + "z": 608518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "166": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 166, + "instId": 300001, + "propState": 11, + "pos": { + "x": 313700, + "y": 168500, + "z": 438890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "167": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 167, + "instId": 300001, + "propState": 11, + "pos": { + "x": 92718, + "y": 163845, + "z": 482913 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "168": { + "monsters": [ + { + "groupId": 168, + "instId": 200001, + "eventId": 20313140, + "pos": { + "x": 299658, + "y": 172169, + "z": 413230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "174": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "175": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "176": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "177": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "178": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "180": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 374110, + "y": 119135, + "z": 616630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 180, + "instId": 300003, + "propState": 0, + "pos": { + "x": 374110, + "y": 119135, + "z": 616630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 180, + "instId": 300004, + "propState": 0, + "pos": { + "x": 374110, + "y": 119135, + "z": 616630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 180, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 365212, + "y": 119135, + "z": 616690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300007, + "propState": 0, + "pos": { + "x": 368100, + "y": 118895, + "z": 619690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 180, + "instId": 300009, + "propState": 0, + "pos": { + "x": 365212, + "y": 119135, + "z": 616690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 180, + "instId": 300010, + "propState": 0, + "pos": { + "x": 362615, + "y": 119135, + "z": 616600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "186": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 186, + "instId": 300001, + "propState": 8, + "pos": { + "x": 31440, + "y": 192820, + "z": 433790 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 808 + } + ], + "teleports": { + "1014": { + "anchorId": 1, + "groupId": 186, + "instId": 300001, + "pos": { + "x": 32342, + "y": 192820, + "z": 434276 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + } + } + } + }, + "187": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "190": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 190, + "instId": 300001, + "propState": 0, + "pos": { + "x": 386510, + "y": 119135, + "z": 603490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 190, + "instId": 300002, + "propState": 0, + "pos": { + "x": 384510, + "y": 119135, + "z": 595780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 190, + "instId": 300003, + "propState": 0, + "pos": { + "x": 375930, + "y": 119135, + "z": 586480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 190, + "instId": 300004, + "propState": 0, + "pos": { + "x": 361580, + "y": 119135, + "z": 616585 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 190, + "instId": 300005, + "propState": 0, + "pos": { + "x": 362160, + "y": 119135, + "z": 616585 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 190, + "instId": 300006, + "propState": 0, + "pos": { + "x": 376130, + "y": 119135, + "z": 586480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 194, + "instId": 300001, + "propState": 0, + "pos": { + "x": 54420, + "y": 173230, + "z": 631890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "227": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 204480, + "y": 143006, + "z": 425450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 227, + "instId": 300003, + "propState": 0, + "pos": { + "x": 204480, + "y": 143006, + "z": 425450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 227, + "instId": 300004, + "propState": 0, + "pos": { + "x": 204480, + "y": 143006, + "z": 425450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 227, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 204350, + "y": 143006, + "z": 423630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "228": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 68620, + "y": 175220, + "z": 665700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 228, + "instId": 300003, + "propState": 0, + "pos": { + "x": 68620, + "y": 175220, + "z": 665700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 228, + "instId": 300004, + "propState": 0, + "pos": { + "x": 68620, + "y": 175220, + "z": 665700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 228, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 68650, + "y": 175220, + "z": 658830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "230": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 230, + "instId": 300006, + "propState": 18, + "pos": { + "x": 132994, + "y": 184817, + "z": 689704 + }, + "rot": { + "x": 0, + "y": 146959, + "z": 0 + }, + "propId": 103036 + } + ], + "teleports": {} + }, + "232": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 232, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "248": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "253": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 253, + "instId": 300001, + "propState": 18, + "pos": { + "x": 105830, + "y": 182946, + "z": 729357 + }, + "rot": { + "x": 0, + "y": 131002, + "z": 0 + }, + "propId": 101029 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 401, + "startAnchorId": 4, + "startGroupId": 73 + } + }, + "2032101": { + "P20321_F20321001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -110922, + "y": 60229, + "z": 84935 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 0, + "pos": { + "x": -111171, + "y": 62735, + "z": 67932 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300010, + "propState": 0, + "pos": { + "x": -114860, + "y": 57723, + "z": 106343 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 2, + "instId": 300011, + "propState": 0, + "pos": { + "x": -93431, + "y": 52710, + "z": 118323 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 22821, + "y": 61052, + "z": -74632 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300018, + "propState": 0, + "pos": { + "x": -21248, + "y": 58072, + "z": -87335 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -103438, + "y": 63198, + "z": -65210 + }, + "rot": { + "x": 0, + "y": 79802, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2032101": { + "anchorId": 1, + "groupId": 7, + "instId": 300001, + "pos": { + "x": 114380, + "y": 47134, + "z": 6330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2032102": { + "anchorId": 2, + "groupId": 7, + "instId": 300002, + "pos": { + "x": -89880, + "y": 62594, + "z": 6100 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2032103": { + "anchorId": 3, + "groupId": 7, + "instId": 300003, + "pos": { + "x": -44830, + "y": 55038, + "z": 138888 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2032104": { + "anchorId": 4, + "groupId": 7, + "instId": 300004, + "pos": { + "x": -41140, + "y": 55757, + "z": -142130 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + } + } + } + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "10": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "12": { + "monsters": [ + { + "groupId": 12, + "instId": 200001, + "eventId": 20321236, + "pos": { + "x": -39593, + "y": 56261, + "z": -185569 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "monsterId": 3003010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "pos": { + "x": -33913, + "y": 56261, + "z": -185012 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 0, + "pos": { + "x": -52490, + "y": 56261, + "z": -188760 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "13": { + "monsters": [ + { + "groupId": 13, + "instId": 200001, + "eventId": 20321231, + "pos": { + "x": 18230, + "y": 52623, + "z": 150950 + }, + "rot": { + "x": 0, + "y": 175289, + "z": 0 + }, + "monsterId": 3003020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": 16055, + "y": 52623, + "z": 155941 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": 10045, + "y": 45365, + "z": -26014 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": -100730, + "y": 62595, + "z": 1958 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 0, + "pos": { + "x": 16840, + "y": 53560, + "z": 123620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 15, + "instId": 300008, + "propState": 0, + "pos": { + "x": -8978, + "y": 55038, + "z": 146045 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 15, + "instId": 300012, + "propState": 0, + "pos": { + "x": -55614, + "y": 56261, + "z": -190837 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 15, + "instId": 300034, + "propState": 0, + "pos": { + "x": 9296, + "y": 56264, + "z": -90943 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 0, + "pos": { + "x": 47842, + "y": 49966, + "z": 19806 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 0, + "pos": { + "x": 50770, + "y": 49966, + "z": 19806 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 0, + "pos": { + "x": 54030, + "y": 49966, + "z": 19806 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 0, + "pos": { + "x": 47842, + "y": 49966, + "z": -8850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 15, + "instId": 300009, + "propState": 0, + "pos": { + "x": 50770, + "y": 49966, + "z": -8850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 15, + "instId": 300026, + "propState": 0, + "pos": { + "x": 54020, + "y": 49966, + "z": -8850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 15, + "instId": 300010, + "propState": 0, + "pos": { + "x": 79897, + "y": 47843, + "z": 11795 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 15, + "instId": 300011, + "propState": 0, + "pos": { + "x": 81520, + "y": 47843, + "z": 11795 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 15, + "instId": 300014, + "propState": 0, + "pos": { + "x": 81520, + "y": 47843, + "z": -570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300015, + "propState": 0, + "pos": { + "x": 79280, + "y": 47843, + "z": -680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300016, + "propState": 0, + "pos": { + "x": -38166, + "y": 56796, + "z": 1677 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300017, + "propState": 0, + "pos": { + "x": -38516, + "y": 56796, + "z": 10575 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 15, + "instId": 300018, + "propState": 0, + "pos": { + "x": -93040, + "y": 62127, + "z": 54400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300019, + "propState": 0, + "pos": { + "x": -115829, + "y": 62127, + "z": 68648 + }, + "rot": { + "x": 0, + "y": 19324, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300021, + "propState": 0, + "pos": { + "x": -69299, + "y": 52819, + "z": 112018 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300023, + "propState": 0, + "pos": { + "x": -50653, + "y": 56194, + "z": 181330 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 15, + "instId": 300024, + "propState": 0, + "pos": { + "x": 8637, + "y": 55038, + "z": 154840 + }, + "rot": { + "x": 0, + "y": 202412, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300020, + "propState": 0, + "pos": { + "x": -16827, + "y": 56946, + "z": -120051 + }, + "rot": { + "x": 0, + "y": 122674, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 15, + "instId": 300027, + "propState": 0, + "pos": { + "x": -441, + "y": 56943, + "z": -118702 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300013, + "propState": 0, + "pos": { + "x": -46580, + "y": 56261, + "z": -162530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 15, + "instId": 300030, + "propState": 0, + "pos": { + "x": -88186, + "y": 57862, + "z": -124025 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300031, + "propState": 0, + "pos": { + "x": -121010, + "y": 56689, + "z": -117550 + }, + "rot": { + "x": 0, + "y": 350000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 15, + "instId": 300032, + "propState": 0, + "pos": { + "x": -148466, + "y": 62098, + "z": 50968 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 15, + "instId": 300033, + "propState": 0, + "pos": { + "x": -7630, + "y": 53489, + "z": 133210 + }, + "rot": { + "x": 0, + "y": 260219, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "16": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 0, + "pos": { + "x": -47114, + "y": 57862, + "z": -116874 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 1, + "pos": { + "x": 36519, + "y": 49273, + "z": 29998 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 1, + "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": 1, + "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": 0, + "pos": { + "x": 33845, + "y": 48570, + "z": 27113 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 18, + "instId": 300007, + "propState": 0, + "pos": { + "x": -40538, + "y": 57862, + "z": -120474 + }, + "rot": { + "x": 0, + "y": 77443, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 18, + "instId": 300008, + "propState": 0, + "pos": { + "x": -92003, + "y": 62098, + "z": -3042 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 18, + "instId": 300009, + "propState": 1, + "pos": { + "x": -23551, + "y": 51604, + "z": 140101 + }, + "rot": { + "x": 0, + "y": 166963, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 18, + "instId": 300010, + "propState": 0, + "pos": { + "x": -107830, + "y": 62595, + "z": 6020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103141 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300004, + "propState": 0, + "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": 0, + "pos": { + "x": -20711, + "y": 53812, + "z": -133814 + }, + "rot": { + "x": 0, + "y": 168009, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 20, + "instId": 300008, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 0, + "pos": { + "x": -23791, + "y": 53746, + "z": -133673 + }, + "rot": { + "x": 0, + "y": 167808, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 0, + "pos": { + "x": -4240, + "y": 53714, + "z": -140997 + }, + "rot": { + "x": 0, + "y": 257808, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300010, + "propState": 0, + "pos": { + "x": -19827, + "y": 53812, + "z": -146636 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300011, + "propState": 0, + "pos": { + "x": -13213, + "y": 53812, + "z": -131017 + }, + "rot": { + "x": 0, + "y": 78202, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300012, + "propState": 0, + "pos": { + "x": -18503, + "y": 53812, + "z": -150913 + }, + "rot": { + "x": 0, + "y": 348202, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "21": { + "monsters": [ + { + "groupId": 21, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": -23955, + "y": 53812, + "z": -136961 + }, + "rot": { + "x": 0, + "y": 76999, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 0, + "pos": { + "x": -8814, + "y": 53812, + "z": -131976 + }, + "rot": { + "x": 0, + "y": 169044, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 0, + "pos": { + "x": -10730, + "y": 53812, + "z": -136730 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 0, + "pos": { + "x": -20140, + "y": 51614, + "z": 137087 + }, + "rot": { + "x": 0, + "y": 256387, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 0, + "pos": { + "x": -19058, + "y": -49102, + "z": 145840 + }, + "rot": { + "x": 0, + "y": 256999, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 0, + "pos": { + "x": -21634, + "y": -51372, + "z": 154533 + }, + "rot": { + "x": 0, + "y": 76999, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 0, + "pos": { + "x": -11990, + "y": 53812, + "z": -134180 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 0, + "pos": { + "x": -24800, + "y": -49102, + "z": 145160 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300009, + "propState": 0, + "pos": { + "x": -20280, + "y": -43619, + "z": 165320 + }, + "rot": { + "x": 0, + "y": 166000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300010, + "propState": 0, + "pos": { + "x": -24489, + "y": -41162, + "z": 169104 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300011, + "propState": 0, + "pos": { + "x": -20610, + "y": 56514, + "z": -142789 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300012, + "propState": 0, + "pos": { + "x": -15201, + "y": 52966, + "z": 132920 + }, + "rot": { + "x": 0, + "y": 256387, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300013, + "propState": 0, + "pos": { + "x": -33550, + "y": 55838, + "z": -139610 + }, + "rot": { + "x": 0, + "y": 166999, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300014, + "propState": 0, + "pos": { + "x": -22000, + "y": 51614, + "z": 136500 + }, + "rot": { + "x": 0, + "y": 170800, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300015, + "propState": 0, + "pos": { + "x": -14468, + "y": 56570, + "z": -124415 + }, + "rot": { + "x": 0, + "y": 76999, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "22": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": -14910, + "y": 58711, + "z": -141153 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": -32596, + "y": 56182, + "z": 196815 + }, + "rot": { + "x": 0, + "y": 347400, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": -25844, + "y": 58126, + "z": 166565 + }, + "rot": { + "x": 0, + "y": 347400, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 0, + "pos": { + "x": -53025, + "y": 55757, + "z": -178690 + }, + "rot": { + "x": 0, + "y": 167400, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 0, + "pos": { + "x": -59780, + "y": 57753, + "z": -148430 + }, + "rot": { + "x": 0, + "y": 167400, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300004, + "propState": 0, + "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": 0, + "pos": { + "x": -19396, + "y": -49297, + "z": 149104 + }, + "rot": { + "x": 0, + "y": 248453, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 42, + "instId": 300016, + "propState": 0, + "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": 0, + "pos": { + "x": -32142, + "y": -49092, + "z": 160801 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 42, + "instId": 300020, + "propState": 0, + "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": 1, + "pos": { + "x": -24158, + "y": -49102, + "z": 142618 + }, + "rot": { + "x": 0, + "y": 346000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "pos": { + "x": -22753, + "y": -51366, + "z": 163175 + }, + "rot": { + "x": 0, + "y": 166074, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300010, + "propState": 0, + "pos": { + "x": -32364, + "y": -49117, + "z": 161909 + }, + "rot": { + "x": 0, + "y": 349802, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 42, + "instId": 300011, + "propState": 0, + "pos": { + "x": -34580, + "y": -49117, + "z": 161401 + }, + "rot": { + "x": 0, + "y": 349802, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 42, + "instId": 300012, + "propState": 0, + "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": 0, + "pos": { + "x": -3822, + "y": -51372, + "z": 163748 + }, + "rot": { + "x": 0, + "y": 78202, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300017, + "propState": 0, + "pos": { + "x": -35526, + "y": -49100, + "z": 156550 + }, + "rot": { + "x": 0, + "y": 256057, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 42, + "instId": 300022, + "propState": 0, + "pos": { + "x": -19890, + "y": -45110, + "z": 158940 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "44": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 44, + "instId": 300001, + "propState": 0, + "pos": { + "x": -15030, + "y": -51372, + "z": 155830 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 45, + "instId": 300001, + "propState": 11, + "pos": { + "x": 78770, + "y": 48402, + "z": -19933 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 46, + "instId": 300001, + "propState": 11, + "pos": { + "x": -18314, + "y": 56796, + "z": 6251 + }, + "rot": { + "x": 0, + "y": 268267, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 11, + "pos": { + "x": -21115, + "y": 53837, + "z": 99449 + }, + "rot": { + "x": 0, + "y": 257398, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 48, + "instId": 300001, + "propState": 11, + "pos": { + "x": -12790, + "y": 53540, + "z": 117920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 53, + "instId": 300001, + "propState": 1, + "pos": { + "x": -28550, + "y": 40210, + "z": 5680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103185 + } + ], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "125": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 125, + "instId": 300001, + "propState": 0, + "pos": { + "x": -133086, + "y": 62048, + "z": -49306 + }, + "rot": { + "x": 0, + "y": 318935, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 125, + "instId": 300002, + "propState": 0, + "pos": { + "x": -134026, + "y": 62048, + "z": -50125 + }, + "rot": { + "x": 0, + "y": 318935, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 125, + "instId": 300003, + "propState": 0, + "pos": { + "x": -134043, + "y": 62048, + "z": 62770 + }, + "rot": { + "x": 0, + "y": 221232, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 125, + "instId": 300004, + "propState": 0, + "pos": { + "x": -133105, + "y": 62048, + "z": 61948 + }, + "rot": { + "x": 0, + "y": 221232, + "z": 0 + }, + "propId": 103145 + }, + { + "groupId": 125, + "instId": 300005, + "propState": 0, + "pos": { + "x": -133709, + "y": 62048, + "z": 62371 + }, + "rot": { + "x": 0, + "y": 43010, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 125, + "instId": 300006, + "propState": 0, + "pos": { + "x": -133579, + "y": 62048, + "z": -49765 + }, + "rot": { + "x": 0, + "y": 318900, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + }, + "131": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "132": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "133": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "134": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "135": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "136": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "137": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "138": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "139": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "140": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "141": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "142": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "143": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "144": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -34738, + "y": 58186, + "z": -5883 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 103027 + }, + { + "groupId": 144, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "145": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "146": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "147": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "148": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "149": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "154": { + "monsters": [], + "npcs": [ + { + "groupId": 154, + "instId": 400001, + "pos": { + "x": 82920, + "y": 48649, + "z": 31343 + }, + "rot": { + "x": 0, + "y": 184153, + "z": 0 + }, + "npcId": 13324 + } + ], + "props": [], + "teleports": {} + }, + "169": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 169, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4282, + "y": 56256, + "z": -86770 + }, + "rot": { + "x": 0, + "y": 141512, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1020": { + "anchorId": 1, + "groupId": 169, + "instId": 300001, + "pos": { + "x": -3722, + "y": 56256, + "z": -87465 + }, + "rot": { + "x": 0, + "y": 318488, + "z": 0 + } + } + } + }, + "179": { + "monsters": [ + { + "groupId": 179, + "instId": 200001, + "eventId": 20321170, + "pos": { + "x": -28300, + "y": 44742, + "z": 2030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "180": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 180, + "instId": 300001, + "propState": 0, + "pos": { + "x": 15090, + "y": 47890, + "z": -5300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "183": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "184": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 2731, + "y": 56256, + "z": -100523 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 184, + "instId": 300003, + "propState": 0, + "pos": { + "x": 2731, + "y": 56256, + "z": -100523 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 184, + "instId": 300004, + "propState": 0, + "pos": { + "x": 2731, + "y": 56256, + "z": -100523 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 184, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 13693, + "y": 56277, + "z": -101786 + }, + "rot": { + "x": 0, + "y": 257000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "185": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "186": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "187": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "pos": { + "x": -25640, + "y": 44742, + "z": 9240 + }, + "rot": { + "x": 0, + "y": 224603, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "190": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 190, + "instId": 300001, + "propState": 0, + "pos": { + "x": -32596, + "y": 56182, + "z": 196815 + }, + "rot": { + "x": 0, + "y": 347400, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 190, + "instId": 300002, + "propState": 0, + "pos": { + "x": -25844, + "y": 58126, + "z": 166565 + }, + "rot": { + "x": 0, + "y": 347400, + "z": 0 + }, + "propId": 217 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [ + { + "groupId": 194, + "instId": 400001, + "pos": { + "x": -102954, + "y": 62105, + "z": 28520 + }, + "rot": { + "x": 0, + "y": 87466, + "z": 0 + }, + "npcId": 13232 + } + ], + "props": [], + "teleports": {} + }, + "199": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "pos": { + "x": -20531, + "y": 55838, + "z": -142772 + }, + "rot": { + "x": 0, + "y": 257360, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "200": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -35895, + "y": -49102, + "z": 145300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 200, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -37533, + "y": -49102, + "z": 144924 + }, + "rot": { + "x": 0, + "y": 76736, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "266": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "267": { + "monsters": [ + { + "groupId": 267, + "instId": 200001, + "eventId": 20321138, + "pos": { + "x": -26205, + "y": 56946, + "z": -117877 + }, + "rot": { + "x": 0, + "y": 332185, + "z": 0 + }, + "monsterId": 3002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "273": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 273, + "instId": 300001, + "propState": 0, + "pos": { + "x": -28878, + "y": 44742, + "z": 25351 + }, + "rot": { + "x": 0, + "y": 270735, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 273, + "instId": 300002, + "propState": 0, + "pos": { + "x": -34382, + "y": 44742, + "z": 24354 + }, + "rot": { + "x": 0, + "y": 241745, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 273, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39275, + "y": 44742, + "z": 22097 + }, + "rot": { + "x": 0, + "y": 229331, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 273, + "instId": 300004, + "propState": 0, + "pos": { + "x": -43350, + "y": 44742, + "z": 18190 + }, + "rot": { + "x": 0, + "y": 217450, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 273, + "instId": 300005, + "propState": 0, + "pos": { + "x": -47080, + "y": 44742, + "z": 10370 + }, + "rot": { + "x": 0, + "y": 91257, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 273, + "instId": 300006, + "propState": 0, + "pos": { + "x": -45631, + "y": 44742, + "z": 14769 + }, + "rot": { + "x": 0, + "y": 190873, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 273, + "instId": 300007, + "propState": 0, + "pos": { + "x": -39032, + "y": 44742, + "z": 9302 + }, + "rot": { + "x": 0, + "y": 176534, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 273, + "instId": 300008, + "propState": 0, + "pos": { + "x": -42920, + "y": 44742, + "z": 9690 + }, + "rot": { + "x": 0, + "y": 92081, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 273, + "instId": 300009, + "propState": 0, + "pos": { + "x": -39232, + "y": 44742, + "z": 4498 + }, + "rot": { + "x": 0, + "y": 161630, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 273, + "instId": 300010, + "propState": 0, + "pos": { + "x": -37598, + "y": 44742, + "z": 454 + }, + "rot": { + "x": 0, + "y": 138230, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 273, + "instId": 300012, + "propState": 0, + "pos": { + "x": -34625, + "y": 44742, + "z": -2757 + }, + "rot": { + "x": 0, + "y": 121242, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 273, + "instId": 300013, + "propState": 0, + "pos": { + "x": -29324, + "y": 44742, + "z": -4340 + }, + "rot": { + "x": 0, + "y": 358667, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 273, + "instId": 300014, + "propState": 0, + "pos": { + "x": -24280, + "y": 44742, + "z": -3690 + }, + "rot": { + "x": 0, + "y": 56717, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 273, + "instId": 300015, + "propState": 0, + "pos": { + "x": -18800, + "y": 44742, + "z": 700 + }, + "rot": { + "x": 0, + "y": 89475, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 273, + "instId": 300016, + "propState": 0, + "pos": { + "x": -14530, + "y": 44742, + "z": 740 + }, + "rot": { + "x": 0, + "y": 89475, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 273, + "instId": 300017, + "propState": 0, + "pos": { + "x": -10635, + "y": 44742, + "z": 821 + }, + "rot": { + "x": 0, + "y": 172984, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 273, + "instId": 300018, + "propState": 0, + "pos": { + "x": -11532, + "y": 44742, + "z": -3149 + }, + "rot": { + "x": 0, + "y": 208697, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 273, + "instId": 300019, + "propState": 0, + "pos": { + "x": -13534, + "y": 44742, + "z": -6444 + }, + "rot": { + "x": 0, + "y": 217354, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 273, + "instId": 300020, + "propState": 0, + "pos": { + "x": -17035, + "y": 44742, + "z": -9401 + }, + "rot": { + "x": 0, + "y": 229308, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 273, + "instId": 300021, + "propState": 0, + "pos": { + "x": -20584, + "y": 44742, + "z": -11589 + }, + "rot": { + "x": 0, + "y": 242907, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 273, + "instId": 300022, + "propState": 0, + "pos": { + "x": -24570, + "y": 44742, + "z": -12940 + }, + "rot": { + "x": 0, + "y": 252014, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 273, + "instId": 300023, + "propState": 0, + "pos": { + "x": -28651, + "y": 44742, + "z": -13701 + }, + "rot": { + "x": 0, + "y": 178394, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "274": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "276": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "289": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "302": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 302, + "instId": 300005, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 302, + "instId": 300006, + "propState": 0, + "pos": { + "x": 388060, + "y": -13820, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101030 + }, + { + "groupId": 302, + "instId": 300001, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "303": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 303, + "instId": 300001, + "propState": 1, + "pos": { + "x": -143510, + "y": 60884, + "z": 6330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + }, + "310": { + "monsters": [ + { + "groupId": 310, + "instId": 200001, + "eventId": 101218, + "pos": { + "x": 2050, + "y": 45381, + "z": -30440 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "monsterId": 8033012 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 15248, + "y": 46853, + "z": -18660 + }, + "rot": { + "x": 0, + "y": 140000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": { + "1118": { + "anchorId": 1, + "groupId": 310, + "instId": 300001, + "pos": { + "x": 6810, + "y": 45370, + "z": -26650 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + } + } + } + }, + "334": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "336": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "340": { + "monsters": [], + "npcs": [ + { + "groupId": 340, + "instId": 400001, + "pos": { + "x": -18888, + "y": 47634, + "z": 9799 + }, + "rot": { + "x": 0, + "y": 149077, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "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": 0, + "pos": { + "x": -18520, + "y": 44740, + "z": 9970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 340, + "instId": 300003, + "propState": 0, + "pos": { + "x": -18520, + "y": 44740, + "z": 9970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 340, + "instId": 300004, + "propState": 0, + "pos": { + "x": -18520, + "y": 44740, + "z": 9970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 340, + "instId": 300005, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "341": { + "monsters": [], + "npcs": [ + { + "groupId": 341, + "instId": 400001, + "pos": { + "x": -47691, + "y": 47632, + "z": 501 + }, + "rot": { + "x": 0, + "y": 161124, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "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": 0, + "pos": { + "x": -18520, + "y": 44740, + "z": 9970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 341, + "instId": 300003, + "propState": 0, + "pos": { + "x": -18520, + "y": 44740, + "z": 9970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 341, + "instId": 300004, + "propState": 0, + "pos": { + "x": -18520, + "y": 44740, + "z": 9970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 341, + "instId": 300005, + "propState": 0, + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 401 + } + }, + "2032201": { + "P20322_F20322001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 20110, + "y": 91010, + "z": -11950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103003 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": 20023, + "y": 102000, + "z": -32899 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103003 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 0, + "pos": { + "x": 43860, + "y": 91010, + "z": -11950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103003 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 0, + "pos": { + "x": 32110, + "y": 108000, + "z": -32990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103003 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 23480, + "y": 96150, + "z": 9640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103010 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -38750, + "y": 100570, + "z": 81570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103010 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": 65405, + "y": 105051, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": 58490, + "y": 111220, + "z": 114600 + }, + "rot": { + "x": 0, + "y": 90347, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": 86525, + "y": 120259, + "z": 79632 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 87550, + "y": 97991, + "z": 84580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 0, + "pos": { + "x": 93550, + "y": 97991, + "z": 84580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": 94328, + "y": 98000, + "z": 79840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300002, + "propState": 12, + "pos": { + "x": 60500, + "y": 118950, + "z": 114580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300002, + "propState": 0, + "pos": { + "x": -65810, + "y": 98000, + "z": 96570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 0, + "pos": { + "x": -71810, + "y": 98000, + "z": 96570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 27, + "instId": 300006, + "propState": 0, + "pos": { + "x": -78598, + "y": 97999, + "z": 97590 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 12, + "pos": { + "x": -56970, + "y": 95450, + "z": 63580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2032201": { + "anchorId": 1, + "groupId": 37, + "instId": 300001, + "pos": { + "x": -1037, + "y": 95000, + "z": -34125 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2032202": { + "anchorId": 2, + "groupId": 37, + "instId": 300002, + "pos": { + "x": -1100, + "y": 88793, + "z": 73950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2032203": { + "anchorId": 3, + "groupId": 37, + "instId": 300003, + "pos": { + "x": -40986, + "y": -225949, + "z": -115939 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + } + } + } + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "40": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 41, + "instId": 300002, + "propState": 0, + "pos": { + "x": -171776, + "y": -199418, + "z": -66680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 41, + "instId": 300001, + "propState": 0, + "pos": { + "x": -108791, + "y": -225898, + "z": -140472 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 41, + "instId": 300006, + "propState": 0, + "pos": { + "x": -30980, + "y": -225904, + "z": -120880 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 41, + "instId": 300007, + "propState": 0, + "pos": { + "x": -35000, + "y": -225904, + "z": -114360 + }, + "rot": { + "x": 0, + "y": 230000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 0, + "pos": { + "x": -74318, + "y": -225911, + "z": -116097 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 41, + "instId": 300004, + "propState": 0, + "pos": { + "x": -125291, + "y": -225905, + "z": -145670 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 41, + "instId": 300009, + "propState": 0, + "pos": { + "x": -77902, + "y": -226963, + "z": -88109 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 41, + "instId": 300026, + "propState": 0, + "pos": { + "x": -131358, + "y": -225944, + "z": -90735 + }, + "rot": { + "x": 0, + "y": 333843, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 41, + "instId": 300010, + "propState": 0, + "pos": { + "x": 5704, + "y": -224928, + "z": -104982 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 41, + "instId": 300011, + "propState": 0, + "pos": { + "x": -33745, + "y": -225247, + "z": -35360 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 41, + "instId": 300014, + "propState": 0, + "pos": { + "x": -40044, + "y": -225474, + "z": -47896 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 41, + "instId": 300015, + "propState": 0, + "pos": { + "x": -95077, + "y": -226785, + "z": -73172 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 41, + "instId": 300016, + "propState": 0, + "pos": { + "x": -132891, + "y": -202689, + "z": 4809 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 41, + "instId": 300005, + "propState": 0, + "pos": { + "x": -143910, + "y": -204970, + "z": -75295 + }, + "rot": { + "x": 0, + "y": 307210, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 41, + "instId": 300008, + "propState": 0, + "pos": { + "x": -91292, + "y": -226972, + "z": -64710 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 41, + "instId": 300012, + "propState": 0, + "pos": { + "x": -90817, + "y": -226972, + "z": -63185 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 41, + "instId": 300013, + "propState": 0, + "pos": { + "x": -102251, + "y": -223998, + "z": -43343 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 44, + "instId": 300002, + "propState": 0, + "pos": { + "x": -6763, + "y": 89000, + "z": 71763 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 44, + "instId": 300006, + "propState": 0, + "pos": { + "x": -11552, + "y": 96344, + "z": -16539 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 44, + "instId": 300007, + "propState": 0, + "pos": { + "x": 8946, + "y": 95000, + "z": -7058 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 0, + "pos": { + "x": -11731, + "y": 95000, + "z": -7439 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 44, + "instId": 300005, + "propState": 0, + "pos": { + "x": 9468, + "y": 95000, + "z": -31429 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 0, + "pos": { + "x": 19140, + "y": 98000, + "z": 68877 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 44, + "instId": 300004, + "propState": 0, + "pos": { + "x": -21380, + "y": 89000, + "z": 101990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 44, + "instId": 300009, + "propState": 0, + "pos": { + "x": 49548, + "y": 88400, + "z": 104868 + }, + "rot": { + "x": 0, + "y": 178128, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 44, + "instId": 300026, + "propState": 0, + "pos": { + "x": -8553, + "y": 89000, + "z": 110723 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 44, + "instId": 300010, + "propState": 0, + "pos": { + "x": 7370, + "y": 89000, + "z": 109430 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 44, + "instId": 300008, + "propState": 0, + "pos": { + "x": 20685, + "y": 97479, + "z": 107801 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "45": { + "monsters": [ + { + "groupId": 45, + "instId": 200001, + "eventId": 20322236, + "pos": { + "x": -165744, + "y": -199418, + "z": -79995 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3013010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -4200000, + "y": 1000000, + "z": -1500000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 0, + "pos": { + "x": -165924, + "y": -199418, + "z": -78830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "46": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "97": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 97, + "instId": 300001, + "propState": 0, + "pos": { + "x": -85380, + "y": 122000, + "z": 83550 + }, + "rot": { + "x": 0, + "y": 185559, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -98177, + "y": 122000, + "z": 81540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 98, + "instId": 300010, + "propState": 0, + "pos": { + "x": 0, + "y": -560000, + "z": 0 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 98, + "instId": 300001, + "propState": 0, + "pos": { + "x": -98806, + "y": 116000, + "z": 78580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 98, + "instId": 300002, + "propState": 0, + "pos": { + "x": -65039, + "y": 122000, + "z": 77950 + }, + "rot": { + "x": 0, + "y": 178520, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 98, + "instId": 300003, + "propState": 0, + "pos": { + "x": -80799, + "y": 121993, + "z": 65296 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "99": { + "monsters": [ + { + "groupId": 99, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 0, + "y": -560000, + "z": 0 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 99, + "instId": 300001, + "propState": 0, + "pos": { + "x": -70610, + "y": 122000, + "z": 85450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 99, + "instId": 300002, + "propState": 0, + "pos": { + "x": -70550, + "y": 122000, + "z": 88310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300003, + "propState": 0, + "pos": { + "x": -70550, + "y": 122000, + "z": 88310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300006, + "propState": 0, + "pos": { + "x": -77541, + "y": 120901, + "z": 94104 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300007, + "propState": 0, + "pos": { + "x": -84460, + "y": 122000, + "z": 68070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "101": { + "monsters": [ + { + "groupId": 101, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 0, + "y": -560000, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 101, + "instId": 300001, + "propState": 0, + "pos": { + "x": 89190, + "y": 88810, + "z": 102550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 101, + "instId": 300002, + "propState": 0, + "pos": { + "x": 75419, + "y": 81628, + "z": 102580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300003, + "propState": 0, + "pos": { + "x": 91831, + "y": 88950, + "z": 102580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300004, + "propState": 0, + "pos": { + "x": 80860, + "y": 81970, + "z": 102650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300005, + "propState": 0, + "pos": { + "x": 58507, + "y": 94344, + "z": 103232 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 76642, + "y": 86472, + "z": 102602 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 102, + "instId": 300005, + "propState": 0, + "pos": { + "x": 72430, + "y": 92760, + "z": 102696 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 102, + "instId": 300006, + "propState": 0, + "pos": { + "x": 73944, + "y": 73477, + "z": 102602 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 102, + "instId": 300007, + "propState": 0, + "pos": { + "x": 73944, + "y": 79425, + "z": 102550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 102, + "instId": 300001, + "propState": 0, + "pos": { + "x": 81062, + "y": 96373, + "z": 102580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 102, + "instId": 300002, + "propState": 0, + "pos": { + "x": 77059, + "y": 79000, + "z": 108580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 102, + "instId": 300008, + "propState": 0, + "pos": { + "x": 77059, + "y": 73000, + "z": 108580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "103": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 103, + "instId": 300001, + "propState": 0, + "pos": { + "x": 79525, + "y": 88920, + "z": 102590 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "104": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "109": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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 + } + ], + "teleports": {} + }, + "110": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 110, + "instId": 300001, + "propState": 0, + "pos": { + "x": 63466, + "y": 103040, + "z": 114590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 110, + "instId": 300002, + "propState": 0, + "pos": { + "x": 63466, + "y": 109040, + "z": 114590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 110, + "instId": 300003, + "propState": 0, + "pos": { + "x": 58586, + "y": 116341, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "118": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 118, + "instId": 300001, + "propState": 12, + "pos": { + "x": 32059, + "y": 91102, + "z": -23640 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "119": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 119, + "instId": 300001, + "propState": 12, + "pos": { + "x": 20000, + "y": 106484, + "z": -12133 + }, + "rot": { + "x": 0, + "y": 89923, + "z": 0 + }, + "propId": 60302 + } + ], + "teleports": {} + }, + "121": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "122": { + "monsters": [ + { + "groupId": 122, + "instId": 200001, + "eventId": 20322002, + "pos": { + "x": 31985, + "y": 96041, + "z": -32939 + }, + "rot": { + "x": 0, + "y": 357820, + "z": 0 + }, + "monsterId": 3012010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "123": { + "monsters": [ + { + "groupId": 123, + "instId": 200001, + "eventId": 20322231, + "pos": { + "x": 44000, + "y": 100575, + "z": -23380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3013010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 43983, + "y": 101960, + "z": -27310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 123, + "instId": 300003, + "propState": 0, + "pos": { + "x": 43983, + "y": 101960, + "z": -27310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "124": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 124, + "instId": 300001, + "propState": 0, + "pos": { + "x": 44000, + "y": 104568, + "z": -12002 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "127": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "128": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "129": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -72517, + "y": 118669, + "z": 99705 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 129, + "instId": 300003, + "propState": 0, + "pos": { + "x": -72517, + "y": 118669, + "z": 99705 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "132": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 132, + "instId": 300002, + "propState": 0, + "pos": { + "x": 43855, + "y": 100500, + "z": -14790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + }, + "133": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 133, + "instId": 300002, + "propState": 0, + "pos": { + "x": 35500, + "y": 108000, + "z": -23587 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 133, + "instId": 300001, + "propState": 0, + "pos": { + "x": 28550, + "y": 108000, + "z": -23584 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "134": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 134, + "instId": 300002, + "propState": 0, + "pos": { + "x": 20087, + "y": 100909, + "z": -11714 + }, + "rot": { + "x": 0, + "y": 179919, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "135": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 135, + "instId": 300006, + "propState": 0, + "pos": { + "x": -69291, + "y": 98000, + "z": 65652 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 135, + "instId": 300007, + "propState": 0, + "pos": { + "x": -64280, + "y": 98000, + "z": 96899 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "136": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 136, + "instId": 300006, + "propState": 0, + "pos": { + "x": -62510, + "y": 120850, + "z": 63580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 136, + "instId": 300007, + "propState": 0, + "pos": { + "x": -97731, + "y": 120785, + "z": 63580 + }, + "rot": { + "x": 0, + "y": 92883, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "137": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 137, + "instId": 300006, + "propState": 0, + "pos": { + "x": -86960, + "y": 120526, + "z": 99705 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 137, + "instId": 300007, + "propState": 0, + "pos": { + "x": -76213, + "y": 101054, + "z": 99580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "138": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 138, + "instId": 300006, + "propState": 0, + "pos": { + "x": -55118, + "y": 121993, + "z": 69690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 138, + "instId": 300007, + "propState": 0, + "pos": { + "x": -71660, + "y": 121993, + "z": 91560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "139": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "155": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "156": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -81332, + "y": 99674, + "z": 100734 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 156, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "157": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "158": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "159": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "160": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "161": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "162": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "163": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -126126, + "y": -199644, + "z": 8717 + }, + "rot": { + "x": 0, + "y": 345860, + "z": 0 + }, + "propId": 103023 + }, + { + "groupId": 163, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "164": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 164, + "instId": 300001, + "propState": 18, + "pos": { + "x": -137036, + "y": -202854, + "z": -90830 + }, + "rot": { + "x": 0, + "y": 295765, + "z": 0 + }, + "propId": 103229 + } + ], + "teleports": {} + }, + "165": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 165, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "166": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "pos": { + "x": -85282, + "y": -210109, + "z": -38752 + }, + "rot": { + "x": 0, + "y": 185253, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 166, + "instId": 300011, + "propState": 0, + "pos": { + "x": -79264, + "y": -215348, + "z": -48193 + }, + "rot": { + "x": 0, + "y": 185253, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 166, + "instId": 300012, + "propState": 0, + "pos": { + "x": -83682, + "y": -210469, + "z": -21348 + }, + "rot": { + "x": 0, + "y": 185253, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 166, + "instId": 300013, + "propState": 0, + "pos": { + "x": -80864, + "y": -214988, + "z": -65597 + }, + "rot": { + "x": 0, + "y": 185253, + "z": 0 + }, + "propId": 103007 + } + ], + "teleports": {} + }, + "170": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "172": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "pos": { + "x": -128693, + "y": -205087, + "z": -63661 + }, + "rot": { + "x": 0, + "y": 270385, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 172, + "instId": 300012, + "propState": 0, + "pos": { + "x": -141280, + "y": -198807, + "z": -31580 + }, + "rot": { + "x": 0, + "y": 270385, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "179": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 179, + "instId": 300001, + "propState": 0, + "pos": { + "x": 87510, + "y": 98000, + "z": 84577 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 179, + "instId": 300002, + "propState": 0, + "pos": { + "x": 93510, + "y": 98000, + "z": 84577 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 179, + "instId": 300003, + "propState": 0, + "pos": { + "x": 80747, + "y": 98000, + "z": 84959 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "181": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 74690, + "y": 90958, + "z": 114580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 181, + "instId": 300004, + "propState": 0, + "pos": { + "x": 81740, + "y": 86010, + "z": 114580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 181, + "instId": 300005, + "propState": 0, + "pos": { + "x": 75740, + "y": 86010, + "z": 114580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + } + ], + "teleports": {} + }, + "183": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 183, + "instId": 300001, + "propState": 9, + "pos": { + "x": -72670, + "y": 99027, + "z": 93530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103109 + } + ], + "teleports": {} + }, + "185": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 185, + "instId": 300001, + "propState": 12, + "pos": { + "x": -57171, + "y": 98000, + "z": 95353 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 1, + "pos": { + "x": 39519, + "y": 88400, + "z": 103220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 188, + "instId": 300006, + "propState": 1, + "pos": { + "x": 48558, + "y": 84400, + "z": 82242 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -4000, + "y": 95000, + "z": 21000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103188 + } + ], + "teleports": {} + }, + "197": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -62230, + "y": -225944, + "z": -29810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "206": { + "monsters": [ + { + "groupId": 206, + "instId": 200001, + "eventId": 101217, + "pos": { + "x": -99099, + "y": -225905, + "z": -147550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3013011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 206, + "instId": 300001, + "propState": 8, + "pos": { + "x": -99099, + "y": -224905, + "z": -147550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1117": { + "anchorId": 1, + "groupId": 206, + "instId": 300001, + "pos": { + "x": -104060, + "y": -225905, + "z": -147580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "209": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "210": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "211": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "212": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "213": { + "monsters": [ + { + "groupId": 213, + "instId": 200001, + "eventId": 20322102, + "pos": { + "x": 31985, + "y": 96041, + "z": -32939 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3012010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "214": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "215": { + "monsters": [ + { + "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": 270000, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 215, + "instId": 200001, + "eventId": 20322120, + "pos": { + "x": -83530, + "y": 107470, + "z": 63580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3011010 + }, + { + "groupId": 215, + "instId": 200004, + "eventId": 20322121, + "pos": { + "x": -78621, + "y": 95810, + "z": 63580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3012010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "216": { + "monsters": [ + { + "groupId": 216, + "instId": 200002, + "eventId": 20322122, + "pos": { + "x": -84000, + "y": 104820, + "z": 99580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3012020 + }, + { + "groupId": 216, + "instId": 200003, + "eventId": 20322123, + "pos": { + "x": -64705, + "y": 104073, + "z": 99580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3012010 + }, + { + "groupId": 216, + "instId": 200001, + "eventId": 20322124, + "pos": { + "x": -65370, + "y": 102640, + "z": 99580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3011010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "221": { + "monsters": [ + { + "groupId": 221, + "instId": 200001, + "eventId": 20322170, + "pos": { + "x": -108809, + "y": -202689, + "z": 6802 + }, + "rot": { + "x": 0, + "y": 10725, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "224": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 224, + "instId": 300001, + "propState": 12, + "pos": { + "x": -65810, + "y": 111970, + "z": 81690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60303 + } + ], + "teleports": {} + }, + "226": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 226, + "instId": 300001, + "propState": 0, + "pos": { + "x": -134850, + "y": -203170, + "z": -36260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "227": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 227, + "instId": 300002, + "propState": 0, + "pos": { + "x": -70650, + "y": 114020, + "z": 99580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + }, + "228": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 228, + "instId": 300001, + "propState": 11, + "pos": { + "x": 6370, + "y": 98005, + "z": 96848 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "229": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 229, + "instId": 300001, + "propState": 11, + "pos": { + "x": -5506, + "y": -225211, + "z": -34658 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "230": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 230, + "instId": 300001, + "propState": 11, + "pos": { + "x": 74183, + "y": 67740, + "z": 102602 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "238": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -10290, + "y": 98038, + "z": 96240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 238, + "instId": 300003, + "propState": 0, + "pos": { + "x": -10290, + "y": 98038, + "z": 96240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 238, + "instId": 300004, + "propState": 0, + "pos": { + "x": -10290, + "y": 98038, + "z": 96240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 238, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -17130, + "y": 98038, + "z": 90400 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "241": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -106150, + "y": -223999, + "z": -40150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 241, + "instId": 300003, + "propState": 0, + "pos": { + "x": -106150, + "y": -223999, + "z": -40150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 241, + "instId": 300004, + "propState": 0, + "pos": { + "x": -106150, + "y": -223999, + "z": -40150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 241, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -102640, + "y": -224001, + "z": -30100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "242": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -155960, + "y": -204970, + "z": -89330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 242, + "instId": 300003, + "propState": 0, + "pos": { + "x": -155960, + "y": -204970, + "z": -89330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 242, + "instId": 300004, + "propState": 0, + "pos": { + "x": -155960, + "y": -204970, + "z": -89330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 242, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -160191, + "y": -204970, + "z": -88594 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "249": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 249, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "268": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 268, + "instId": 300001, + "propState": 0, + "pos": { + "x": -119820, + "y": -226836, + "z": -74550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103086 + } + ], + "teleports": {} + }, + "274": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 274, + "instId": 300001, + "propState": 0, + "pos": { + "x": 76300, + "y": 98000, + "z": 80209 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 274, + "instId": 300002, + "propState": 0, + "pos": { + "x": 68590, + "y": 98000, + "z": 80209 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 274, + "instId": 300003, + "propState": 0, + "pos": { + "x": 82809, + "y": 98000, + "z": 87375 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "275": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 275, + "instId": 300001, + "propState": 0, + "pos": { + "x": 79188, + "y": 98000, + "z": 79872 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 275, + "instId": 300002, + "propState": 0, + "pos": { + "x": 78960, + "y": 98000, + "z": 83550 + }, + "rot": { + "x": 0, + "y": 100000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 275, + "instId": 300003, + "propState": 0, + "pos": { + "x": 82809, + "y": 98000, + "z": 87375 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "276": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 276, + "instId": 300001, + "propState": 0, + "pos": { + "x": 92437, + "y": 108795, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 270126, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 276, + "instId": 300002, + "propState": 0, + "pos": { + "x": 91026, + "y": 120184, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 269998, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "277": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 277, + "instId": 300002, + "propState": 12, + "pos": { + "x": 59130, + "y": 118964, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "278": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 278, + "instId": 300001, + "propState": 0, + "pos": { + "x": 86531, + "y": 112802, + "z": 79898 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "279": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 279, + "instId": 300001, + "propState": 12, + "pos": { + "x": 86525, + "y": 120670, + "z": 81460 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "281": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 281, + "instId": 300001, + "propState": 0, + "pos": { + "x": 79185, + "y": 98000, + "z": 79870 + }, + "rot": { + "x": 0, + "y": 86483, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 281, + "instId": 300002, + "propState": 0, + "pos": { + "x": 97390, + "y": 98000, + "z": 80666 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 281, + "instId": 300003, + "propState": 0, + "pos": { + "x": 80020, + "y": 98020, + "z": 86740 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "282": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "283": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 283, + "instId": 300001, + "propState": 0, + "pos": { + "x": 99590, + "y": 105730, + "z": 111920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 283, + "instId": 300002, + "propState": 0, + "pos": { + "x": 99527, + "y": 100332, + "z": 105597 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 283, + "instId": 300003, + "propState": 0, + "pos": { + "x": 99530, + "y": 97940, + "z": 113840 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "284": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 284, + "instId": 300001, + "propState": 0, + "pos": { + "x": 94857, + "y": 88898, + "z": 102579 + }, + "rot": { + "x": 0, + "y": 270002, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "285": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 285, + "instId": 300002, + "propState": 12, + "pos": { + "x": 94515, + "y": 106353, + "z": 114545 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "286": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 286, + "instId": 300001, + "propState": 0, + "pos": { + "x": 60579, + "y": 120233, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 269931, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 286, + "instId": 300002, + "propState": 0, + "pos": { + "x": 59350, + "y": 87474, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 90001, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 286, + "instId": 300003, + "propState": 0, + "pos": { + "x": 74576, + "y": 93769, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 89988, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 286, + "instId": 300004, + "propState": 0, + "pos": { + "x": 94591, + "y": 87781, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 89922, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 286, + "instId": 300005, + "propState": 0, + "pos": { + "x": 90684, + "y": 119727, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 269559, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 286, + "instId": 300006, + "propState": 0, + "pos": { + "x": 92185, + "y": 107840, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 269990, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 286, + "instId": 300007, + "propState": 0, + "pos": { + "x": 66083, + "y": 113605, + "z": 114546 + }, + "rot": { + "x": 0, + "y": 90001, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "287": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "288": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "289": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "299": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "315": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "316": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "330": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "335": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "336": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "337": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 337, + "instId": 300002, + "propState": 0, + "pos": { + "x": 988, + "y": 95000, + "z": 29308 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 337, + "instId": 300001, + "propState": 0, + "pos": { + "x": 1620, + "y": 95000, + "z": 28530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + }, + "338": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 338, + "instId": 300002, + "propState": 0, + "pos": { + "x": 20301, + "y": 98000, + "z": 86801 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 338, + "instId": 300001, + "propState": 0, + "pos": { + "x": 16530, + "y": 98010, + "z": 84970 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 338, + "instId": 300003, + "propState": 0, + "pos": { + "x": 10739, + "y": 93500, + "z": 123311 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + }, + "340": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -91980, + "y": 98000, + "z": 78290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 340, + "instId": 300007, + "propState": 0, + "pos": { + "x": -77800, + "y": 97999, + "z": 84630 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 340, + "instId": 300008, + "propState": 0, + "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": 0, + "pos": { + "x": -74810, + "y": 97990, + "z": 81569 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 340, + "instId": 300011, + "propState": 0, + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 401 + } + }, + "2032301": { + "P20323_F20323001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 2, + "worldId": 401 + } + }, + "2033101": { + "P20331_F20331001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 0, + "pos": { + "x": -116100, + "y": 69677, + "z": 570600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 0, + "pos": { + "x": -85900, + "y": 64751, + "z": 570600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 0, + "pos": { + "x": 9500, + "y": 69677, + "z": 629600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300004, + "propState": 0, + "pos": { + "x": 40200, + "y": 69677, + "z": 629600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 0, + "pos": { + "x": -104200, + "y": 166806, + "z": 676400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 0, + "pos": { + "x": -73500, + "y": 153579, + "z": 676400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300007, + "propState": 0, + "pos": { + "x": -38700, + "y": 0, + "z": 631300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300008, + "propState": 0, + "pos": { + "x": -445019, + "y": 3898, + "z": 918616 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300009, + "propState": 0, + "pos": { + "x": -277378, + "y": 3510, + "z": 918830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300010, + "propState": 0, + "pos": { + "x": -445101, + "y": 5555, + "z": 735170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300011, + "propState": 0, + "pos": { + "x": -445101, + "y": 3873, + "z": 735170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300012, + "propState": 0, + "pos": { + "x": -277350, + "y": 5527, + "z": 735183 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300013, + "propState": 0, + "pos": { + "x": -277350, + "y": 3823, + "z": 735067 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300014, + "propState": 0, + "pos": { + "x": 359330, + "y": 43480, + "z": 377807 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300015, + "propState": 0, + "pos": { + "x": 359330, + "y": 41703, + "z": 377807 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300016, + "propState": 0, + "pos": { + "x": 283794, + "y": 48680, + "z": 738970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300017, + "propState": 0, + "pos": { + "x": 283794, + "y": 46773, + "z": 738970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300018, + "propState": 0, + "pos": { + "x": -440568, + "y": -118109, + "z": 363780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300019, + "propState": 0, + "pos": { + "x": -270110, + "y": -118151, + "z": 363750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300020, + "propState": 0, + "pos": { + "x": 232623, + "y": -21469, + "z": 132016 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300021, + "propState": 0, + "pos": { + "x": 232623, + "y": -23099, + "z": 132016 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + }, + { + "groupId": 1, + "instId": 300022, + "propState": 0, + "pos": { + "x": 359396, + "y": 40526, + "z": 380626 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 332800, + "y": 45622, + "z": 794300 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": 420700, + "y": -18878, + "z": 847400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": 351561, + "y": 80291, + "z": 524851 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 0, + "pos": { + "x": 421789, + "y": -18878, + "z": 854138 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 0, + "pos": { + "x": 338100, + "y": 42600, + "z": 805609 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": 402900, + "y": -15600, + "z": 842600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103205 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": 417050, + "y": -18865, + "z": 837543 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": 413700, + "y": -25578, + "z": 859100 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 0, + "pos": { + "x": 405357, + "y": -16087, + "z": 823700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": 412111, + "y": -25429, + "z": 856200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 0, + "pos": { + "x": 405860, + "y": -16076, + "z": 839960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 0, + "pos": { + "x": 402640, + "y": -15770, + "z": 828160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 0, + "pos": { + "x": 402640, + "y": -15770, + "z": 828160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 13, + "instId": 300009, + "propState": 0, + "pos": { + "x": 405357, + "y": -16087, + "z": 823700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 13, + "instId": 300010, + "propState": 0, + "pos": { + "x": 405860, + "y": -16076, + "z": 839960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 13, + "instId": 300011, + "propState": 0, + "pos": { + "x": 402640, + "y": -15770, + "z": 828160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 13, + "instId": 300012, + "propState": 0, + "pos": { + "x": 402640, + "y": -15770, + "z": 828160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 13, + "instId": 300013, + "propState": 0, + "pos": { + "x": 402890, + "y": -15980, + "z": 814820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": 426490, + "y": -18878, + "z": 828600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": 433550, + "y": -15827, + "z": 805800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103079 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 0, + "pos": { + "x": 351561, + "y": 80291, + "z": 524851 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 0, + "pos": { + "x": 351561, + "y": 80291, + "z": 524851 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300005, + "propState": 0, + "pos": { + "x": 415770, + "y": -14259, + "z": 823930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "pos": { + "x": 408400, + "y": -5200, + "z": 801300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103206 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 0, + "pos": { + "x": 412622, + "y": -14259, + "z": 821753 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103078 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 0, + "pos": { + "x": 408400, + "y": -5121, + "z": 801300 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 0, + "pos": { + "x": 408400, + "y": -5121, + "z": 801300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 19, + "instId": 300005, + "propState": 0, + "pos": { + "x": 430080, + "y": -15827, + "z": 811980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 19, + "instId": 300006, + "propState": 0, + "pos": { + "x": 408380, + "y": -5471, + "z": 786500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 19, + "instId": 300007, + "propState": 0, + "pos": { + "x": 402890, + "y": -15980, + "z": 814820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 19, + "instId": 300008, + "propState": 0, + "pos": { + "x": 408380, + "y": -5471, + "z": 786500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 19, + "instId": 300009, + "propState": 0, + "pos": { + "x": 413420, + "y": -5188, + "z": 785364 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103078 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300006, + "propState": 0, + "pos": { + "x": -442027, + "y": -116548, + "z": 442131 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300026, + "propState": 0, + "pos": { + "x": -266000, + "y": -116548, + "z": 442131 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300027, + "propState": 0, + "pos": { + "x": 2500, + "y": 570, + "z": 43900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300028, + "propState": 0, + "pos": { + "x": 371700, + "y": 43720, + "z": 435900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300029, + "propState": 0, + "pos": { + "x": 364200, + "y": 48722, + "z": 814007 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300030, + "propState": 0, + "pos": { + "x": -444821, + "y": 6706, + "z": 827848 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300031, + "propState": 0, + "pos": { + "x": -274400, + "y": 6706, + "z": 827848 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300032, + "propState": 0, + "pos": { + "x": 232584, + "y": -24097, + "z": 196800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "39": { + "monsters": [ + { + "groupId": 39, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 365480, + "y": 43720, + "z": 450800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [ + { + "groupId": 39, + "instId": 400001, + "pos": { + "x": 348046, + "y": 50619, + "z": 422783 + }, + "rot": { + "x": 0, + "y": 42629, + "z": 0 + }, + "npcId": 3098 + } + ], + "props": [ + { + "groupId": 39, + "instId": 300001, + "propState": 0, + "pos": { + "x": 371591, + "y": 43725, + "z": 423823 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 0, + "pos": { + "x": 361122, + "y": 43720, + "z": 433773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 0, + "pos": { + "x": 353919, + "y": 50120, + "z": 418731 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300004, + "propState": 0, + "pos": { + "x": 361818, + "y": 43730, + "z": 433636 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 39, + "instId": 300005, + "propState": 0, + "pos": { + "x": 365043, + "y": 43720, + "z": 447002 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 39, + "instId": 300006, + "propState": 0, + "pos": { + "x": 353774, + "y": 50120, + "z": 418286 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 39, + "instId": 300007, + "propState": 1, + "pos": { + "x": 359311, + "y": 43720, + "z": 436431 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 39, + "instId": 300008, + "propState": 1, + "pos": { + "x": 353350, + "y": 50120, + "z": 436560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + }, + { + "groupId": 39, + "instId": 300010, + "propState": 1, + "pos": { + "x": 356490, + "y": 31720, + "z": 409370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 39, + "instId": 300011, + "propState": 0, + "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": 0, + "pos": { + "x": 361937, + "y": 43730, + "z": 437195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 39, + "instId": 300015, + "propState": 0, + "pos": { + "x": 361883, + "y": 31730, + "z": 427059 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 39, + "instId": 300016, + "propState": 0, + "pos": { + "x": 366070, + "y": 43720, + "z": 445320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300017, + "propState": 0, + "pos": { + "x": 371402, + "y": 57120, + "z": 409686 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 39, + "instId": 300018, + "propState": 0, + "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": 1, + "pos": { + "x": 383320, + "y": 50130, + "z": 442349 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 39, + "instId": 300021, + "propState": 0, + "pos": { + "x": 371483, + "y": 19120, + "z": 403195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300022, + "propState": 0, + "pos": { + "x": 360175, + "y": 43720, + "z": 439518 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300023, + "propState": 0, + "pos": { + "x": 358493, + "y": 50120, + "z": 439414 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300024, + "propState": 0, + "pos": { + "x": 359856, + "y": 31720, + "z": 427349 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300025, + "propState": 0, + "pos": { + "x": 371420, + "y": 41609, + "z": 403180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300026, + "propState": 0, + "pos": { + "x": 359464, + "y": 40721, + "z": 417471 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300027, + "propState": 1, + "pos": { + "x": 389330, + "y": 50120, + "z": 436618 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + }, + { + "groupId": 39, + "instId": 300009, + "propState": 0, + "pos": { + "x": 359745, + "y": 46720, + "z": 451542 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300028, + "propState": 0, + "pos": { + "x": 371320, + "y": 47240, + "z": 403540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 40, + "instId": 300014, + "propState": 0, + "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": 0, + "pos": { + "x": 341470, + "y": 31730, + "z": 413209 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 40, + "instId": 300011, + "propState": 0, + "pos": { + "x": 341400, + "y": 31720, + "z": 412454 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 0, + "pos": { + "x": 371570, + "y": 50146, + "z": 435210 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": 353923, + "y": 34985, + "z": 419630 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 40, + "instId": 300016, + "propState": 0, + "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": 0, + "pos": { + "x": 341645, + "y": 31730, + "z": 409310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103055 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2033101": { + "anchorId": 1, + "groupId": 82, + "instId": 300001, + "pos": { + "x": -53, + "y": 1706, + "z": -32120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2033102": { + "anchorId": 2, + "groupId": 82, + "instId": 300002, + "pos": { + "x": -440580, + "y": -119136, + "z": 406790 + }, + "rot": { + "x": 0, + "y": 359041, + "z": 0 + } + }, + "2033103": { + "anchorId": 3, + "groupId": 82, + "instId": 300003, + "pos": { + "x": -270280, + "y": -119126, + "z": 406720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2033104": { + "anchorId": 4, + "groupId": 82, + "instId": 300004, + "pos": { + "x": 359320, + "y": 41120, + "z": 404730 + }, + "rot": { + "x": 0, + "y": 1313, + "z": 0 + } + }, + "2033105": { + "anchorId": 5, + "groupId": 82, + "instId": 300005, + "pos": { + "x": 283550, + "y": 45722, + "z": 757600 + }, + "rot": { + "x": 0, + "y": 1313, + "z": 0 + } + }, + "2033106": { + "anchorId": 6, + "groupId": 82, + "instId": 300006, + "pos": { + "x": -445060, + "y": 4781, + "z": 801650 + }, + "rot": { + "x": 0, + "y": 1313, + "z": 0 + } + }, + "2033107": { + "anchorId": 7, + "groupId": 82, + "instId": 300007, + "pos": { + "x": -277300, + "y": 4781, + "z": 801500 + }, + "rot": { + "x": 0, + "y": 1313, + "z": 0 + } + }, + "2033108": { + "anchorId": 8, + "groupId": 82, + "instId": 300008, + "pos": { + "x": 232660, + "y": -24136, + "z": 177660 + }, + "rot": { + "x": 0, + "y": 1313, + "z": 0 + } + } + } + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "89": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 89, + "instId": 300001, + "propState": 1, + "pos": { + "x": 446794, + "y": -12878, + "z": 791209 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103029 + } + ], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 90, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 505848, + "y": 176, + "z": 796615 + }, + "rot": { + "x": 0, + "y": 69926, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 90, + "instId": 300015, + "propState": 0, + "pos": { + "x": 487193, + "y": -4378, + "z": 785712 + }, + "rot": { + "x": 0, + "y": 69926, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 90, + "instId": 300016, + "propState": 0, + "pos": { + "x": 513611, + "y": 2764, + "z": 799452 + }, + "rot": { + "x": 0, + "y": 69926, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300002, + "propState": 0, + "pos": { + "x": -150800, + "y": -9550, + "z": 273367 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103158 + }, + { + "groupId": 96, + "instId": 300003, + "propState": 0, + "pos": { + "x": -150800, + "y": -9550, + "z": 291935 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103159 + }, + { + "groupId": 96, + "instId": 300004, + "propState": 0, + "pos": { + "x": -119900, + "y": 36800, + "z": 445800 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103160 + }, + { + "groupId": 96, + "instId": 300005, + "propState": 0, + "pos": { + "x": -119900, + "y": 36800, + "z": 445800 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103161 + }, + { + "groupId": 96, + "instId": 300006, + "propState": 0, + "pos": { + "x": -119900, + "y": 36800, + "z": 445800 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103162 + }, + { + "groupId": 96, + "instId": 300007, + "propState": 0, + "pos": { + "x": -119900, + "y": 36800, + "z": 445800 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103163 + }, + { + "groupId": 96, + "instId": 300008, + "propState": 0, + "pos": { + "x": -119900, + "y": 36800, + "z": 445800 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103164 + }, + { + "groupId": 96, + "instId": 300009, + "propState": 0, + "pos": { + "x": -119900, + "y": 36800, + "z": 445800 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103165 + }, + { + "groupId": 96, + "instId": 300010, + "propState": 0, + "pos": { + "x": -119900, + "y": 36800, + "z": 445800 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103166 + }, + { + "groupId": 96, + "instId": 300011, + "propState": 0, + "pos": { + "x": -54, + "y": 1840, + "z": 117930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103247 + }, + { + "groupId": 96, + "instId": 300013, + "propState": 0, + "pos": { + "x": -7000, + "y": -6405, + "z": -7200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103213 + }, + { + "groupId": 96, + "instId": 300014, + "propState": 0, + "pos": { + "x": -119900, + "y": 36800, + "z": 445800 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103230 + }, + { + "groupId": 96, + "instId": 300015, + "propState": 0, + "pos": { + "x": -119900, + "y": 36800, + "z": 445800 + }, + "rot": { + "x": 0, + "y": 170000, + "z": 0 + }, + "propId": 103231 + } + ], + "teleports": {} + }, + "98": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 98, + "instId": 300001, + "propState": 0, + "pos": { + "x": 371376, + "y": 50120, + "z": 428863 + }, + "rot": { + "x": 0, + "y": 268239, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 100, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 100, + "instId": 300002, + "propState": 0, + "pos": { + "x": 206450, + "y": 42486, + "z": 456928 + }, + "rot": { + "x": 0, + "y": 157592, + "z": 0 + }, + "propId": 103167 + }, + { + "groupId": 100, + "instId": 300003, + "propState": 0, + "pos": { + "x": 213815, + "y": 59483, + "z": 457971 + }, + "rot": { + "x": 0, + "y": 157592, + "z": 0 + }, + "propId": 103168 + }, + { + "groupId": 100, + "instId": 300004, + "propState": 0, + "pos": { + "x": 154500, + "y": 66900, + "z": 624800 + }, + "rot": { + "x": 0, + "y": 224370, + "z": 0 + }, + "propId": 103169 + }, + { + "groupId": 100, + "instId": 300005, + "propState": 0, + "pos": { + "x": 154500, + "y": 66900, + "z": 624800 + }, + "rot": { + "x": 0, + "y": 224370, + "z": 0 + }, + "propId": 103170 + }, + { + "groupId": 100, + "instId": 300006, + "propState": 0, + "pos": { + "x": 154500, + "y": 66900, + "z": 624800 + }, + "rot": { + "x": 0, + "y": 224370, + "z": 0 + }, + "propId": 103171 + }, + { + "groupId": 100, + "instId": 300007, + "propState": 0, + "pos": { + "x": 154500, + "y": 66900, + "z": 624800 + }, + "rot": { + "x": 0, + "y": 224370, + "z": 0 + }, + "propId": 103172 + }, + { + "groupId": 100, + "instId": 300008, + "propState": 0, + "pos": { + "x": 154500, + "y": 66900, + "z": 624800 + }, + "rot": { + "x": 0, + "y": 224370, + "z": 0 + }, + "propId": 103173 + }, + { + "groupId": 100, + "instId": 300009, + "propState": 0, + "pos": { + "x": 154500, + "y": 66900, + "z": 624800 + }, + "rot": { + "x": 0, + "y": 224370, + "z": 0 + }, + "propId": 103174 + }, + { + "groupId": 100, + "instId": 300010, + "propState": 0, + "pos": { + "x": 154500, + "y": 66900, + "z": 624800 + }, + "rot": { + "x": 0, + "y": 224370, + "z": 0 + }, + "propId": 103175 + }, + { + "groupId": 100, + "instId": 300011, + "propState": 0, + "pos": { + "x": -440209, + "y": -111237, + "z": 529607 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103247 + }, + { + "groupId": 100, + "instId": 300012, + "propState": 0, + "pos": { + "x": -270589, + "y": -111237, + "z": 529607 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103247 + }, + { + "groupId": 100, + "instId": 300013, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103213 + }, + { + "groupId": 100, + "instId": 300014, + "propState": 0, + "pos": { + "x": 154500, + "y": 66900, + "z": 624800 + }, + "rot": { + "x": 0, + "y": 224370, + "z": 0 + }, + "propId": 103233 + }, + { + "groupId": 100, + "instId": 300015, + "propState": 0, + "pos": { + "x": 154500, + "y": 66900, + "z": 624800 + }, + "rot": { + "x": 0, + "y": 224370, + "z": 0 + }, + "propId": 103232 + } + ], + "teleports": {} + }, + "101": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 101, + "instId": 300001, + "propState": 0, + "pos": { + "x": 383397, + "y": 53521, + "z": 516231 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300002, + "propState": 0, + "pos": { + "x": -116621, + "y": 95297, + "z": 690433 + }, + "rot": { + "x": 0, + "y": 83099, + "z": 0 + }, + "propId": 103176 + }, + { + "groupId": 101, + "instId": 300003, + "propState": 0, + "pos": { + "x": -118747, + "y": 95928, + "z": 708846 + }, + "rot": { + "x": 0, + "y": 83099, + "z": 0 + }, + "propId": 103177 + }, + { + "groupId": 101, + "instId": 300004, + "propState": 0, + "pos": { + "x": -125900, + "y": 127700, + "z": 800500 + }, + "rot": { + "x": 0, + "y": 137697, + "z": 0 + }, + "propId": 103178 + }, + { + "groupId": 101, + "instId": 300005, + "propState": 0, + "pos": { + "x": -125900, + "y": 127700, + "z": 800500 + }, + "rot": { + "x": 0, + "y": 137697, + "z": 0 + }, + "propId": 103179 + }, + { + "groupId": 101, + "instId": 300006, + "propState": 0, + "pos": { + "x": -125900, + "y": 127700, + "z": 800500 + }, + "rot": { + "x": 0, + "y": 137697, + "z": 0 + }, + "propId": 103180 + }, + { + "groupId": 101, + "instId": 300007, + "propState": 0, + "pos": { + "x": -125900, + "y": 127700, + "z": 800500 + }, + "rot": { + "x": 0, + "y": 137697, + "z": 0 + }, + "propId": 103181 + }, + { + "groupId": 101, + "instId": 300008, + "propState": 0, + "pos": { + "x": -125900, + "y": 127700, + "z": 800500 + }, + "rot": { + "x": 0, + "y": 137697, + "z": 0 + }, + "propId": 103182 + }, + { + "groupId": 101, + "instId": 300009, + "propState": 0, + "pos": { + "x": -125900, + "y": 127700, + "z": 800500 + }, + "rot": { + "x": 0, + "y": 137697, + "z": 0 + }, + "propId": 103183 + }, + { + "groupId": 101, + "instId": 300010, + "propState": 0, + "pos": { + "x": -125900, + "y": 127700, + "z": 800500 + }, + "rot": { + "x": 0, + "y": 137697, + "z": 0 + }, + "propId": 103184 + }, + { + "groupId": 101, + "instId": 300011, + "propState": 0, + "pos": { + "x": 383286, + "y": 52873, + "z": 519040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103247 + }, + { + "groupId": 101, + "instId": 300012, + "propState": 0, + "pos": { + "x": 279816, + "y": 51653, + "z": 863710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103247 + }, + { + "groupId": 101, + "instId": 300013, + "propState": 0, + "pos": { + "x": 3400, + "y": -3200, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103213 + }, + { + "groupId": 101, + "instId": 300014, + "propState": 0, + "pos": { + "x": -125900, + "y": 127700, + "z": 800500 + }, + "rot": { + "x": 0, + "y": 137697, + "z": 0 + }, + "propId": 103234 + }, + { + "groupId": 101, + "instId": 300015, + "propState": 0, + "pos": { + "x": -125900, + "y": 127700, + "z": 800500 + }, + "rot": { + "x": 0, + "y": 137697, + "z": 0 + }, + "propId": 103235 + } + ], + "teleports": {} + }, + "106": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 106, + "instId": 300001, + "propState": 0, + "pos": { + "x": -270576, + "y": -111030, + "z": 474810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103197 + } + ], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 107, + "instId": 300001, + "propState": 0, + "pos": { + "x": -440196, + "y": -110970, + "z": 499419 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103198 + } + ], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 108, + "instId": 300001, + "propState": 0, + "pos": { + "x": -5176, + "y": 507, + "z": -11245 + }, + "rot": { + "x": 0, + "y": 92057, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5260, + "y": 507, + "z": -11230 + }, + "rot": { + "x": 0, + "y": 273153, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300004, + "propState": 0, + "pos": { + "x": -3560, + "y": 1704, + "z": 38780 + }, + "rot": { + "x": 0, + "y": 92057, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300005, + "propState": 0, + "pos": { + "x": -3571, + "y": 1704, + "z": 46807 + }, + "rot": { + "x": 0, + "y": 92057, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300006, + "propState": 0, + "pos": { + "x": 3800, + "y": 1704, + "z": 30750 + }, + "rot": { + "x": 0, + "y": 273153, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300007, + "propState": 0, + "pos": { + "x": 3820, + "y": 1704, + "z": 38960 + }, + "rot": { + "x": 0, + "y": 273153, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300008, + "propState": 0, + "pos": { + "x": 3810, + "y": 1704, + "z": 46810 + }, + "rot": { + "x": 0, + "y": 273153, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300009, + "propState": 0, + "pos": { + "x": -9049, + "y": 592, + "z": 71534 + }, + "rot": { + "x": 0, + "y": 303542, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300010, + "propState": 0, + "pos": { + "x": 9291, + "y": 592, + "z": 71496 + }, + "rot": { + "x": 0, + "y": 7788, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300011, + "propState": 0, + "pos": { + "x": -4474, + "y": 1706, + "z": 62805 + }, + "rot": { + "x": 0, + "y": 353417, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300012, + "propState": 0, + "pos": { + "x": -269095, + "y": -119136, + "z": 423805 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300013, + "propState": 0, + "pos": { + "x": -268189, + "y": -119136, + "z": 425224 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300014, + "propState": 0, + "pos": { + "x": -269620, + "y": -116548, + "z": 444170 + }, + "rot": { + "x": 0, + "y": 232971, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300015, + "propState": 0, + "pos": { + "x": -280848, + "y": -111025, + "z": 464457 + }, + "rot": { + "x": 0, + "y": 51367, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300016, + "propState": 0, + "pos": { + "x": -262814, + "y": -111025, + "z": 465283 + }, + "rot": { + "x": 0, + "y": 322999, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300017, + "propState": 0, + "pos": { + "x": -449403, + "y": -119136, + "z": 410385 + }, + "rot": { + "x": 0, + "y": 349004, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300018, + "propState": 0, + "pos": { + "x": -442151, + "y": -119136, + "z": 424300 + }, + "rot": { + "x": 0, + "y": 250979, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300019, + "propState": 0, + "pos": { + "x": -436344, + "y": -116548, + "z": 446200 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300020, + "propState": 0, + "pos": { + "x": -432620, + "y": -116584, + "z": 447870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300021, + "propState": 0, + "pos": { + "x": -447500, + "y": -111025, + "z": 465730 + }, + "rot": { + "x": 0, + "y": 46999, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300022, + "propState": 0, + "pos": { + "x": -430550, + "y": -111025, + "z": 464070 + }, + "rot": { + "x": 0, + "y": 318053, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300023, + "propState": 0, + "pos": { + "x": -425120, + "y": -109516, + "z": 478560 + }, + "rot": { + "x": 0, + "y": 266397, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300024, + "propState": 0, + "pos": { + "x": -455144, + "y": -109516, + "z": 481608 + }, + "rot": { + "x": 0, + "y": 101956, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300025, + "propState": 0, + "pos": { + "x": 235940, + "y": -24136, + "z": 171140 + }, + "rot": { + "x": 0, + "y": 268138, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300026, + "propState": 0, + "pos": { + "x": 236010, + "y": -24136, + "z": 163130 + }, + "rot": { + "x": 0, + "y": 268138, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300027, + "propState": 0, + "pos": { + "x": 235880, + "y": -24136, + "z": 154970 + }, + "rot": { + "x": 0, + "y": 268138, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300028, + "propState": 0, + "pos": { + "x": 229225, + "y": -24136, + "z": 154981 + }, + "rot": { + "x": 0, + "y": 88385, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300029, + "propState": 0, + "pos": { + "x": 229002, + "y": -24136, + "z": 163024 + }, + "rot": { + "x": 0, + "y": 88385, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300030, + "propState": 0, + "pos": { + "x": 229020, + "y": -24136, + "z": 171040 + }, + "rot": { + "x": 0, + "y": 89870, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300031, + "propState": 0, + "pos": { + "x": -457620, + "y": 4781, + "z": 810020 + }, + "rot": { + "x": 0, + "y": 89870, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300032, + "propState": 0, + "pos": { + "x": -432820, + "y": 4781, + "z": 812090 + }, + "rot": { + "x": 0, + "y": 269226, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300033, + "propState": 0, + "pos": { + "x": -269230, + "y": 4781, + "z": 810280 + }, + "rot": { + "x": 0, + "y": 319302, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300034, + "propState": 0, + "pos": { + "x": -285420, + "y": 4781, + "z": 814550 + }, + "rot": { + "x": 0, + "y": 40922, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300035, + "propState": 0, + "pos": { + "x": 279790, + "y": 45722, + "z": 767280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300036, + "propState": 0, + "pos": { + "x": 257920, + "y": 48724, + "z": 780080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300037, + "propState": 0, + "pos": { + "x": 288198, + "y": 48722, + "z": 824358 + }, + "rot": { + "x": 0, + "y": 325000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300038, + "propState": 0, + "pos": { + "x": 310644, + "y": 48742, + "z": 793853 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300003, + "propState": 0, + "pos": { + "x": 310702, + "y": 48742, + "z": 812277 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300039, + "propState": 0, + "pos": { + "x": 326810, + "y": 45622, + "z": 792670 + }, + "rot": { + "x": 0, + "y": 178493, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300040, + "propState": 0, + "pos": { + "x": 322360, + "y": 45622, + "z": 792550 + }, + "rot": { + "x": 0, + "y": 178493, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300041, + "propState": 0, + "pos": { + "x": 325360, + "y": 45622, + "z": 812440 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300042, + "propState": 0, + "pos": { + "x": 474420, + "y": -13110, + "z": 810200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300043, + "propState": 0, + "pos": { + "x": 425022, + "y": -18865, + "z": 865637 + }, + "rot": { + "x": 0, + "y": 86695, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300044, + "propState": 0, + "pos": { + "x": 477025, + "y": -15978, + "z": 829633 + }, + "rot": { + "x": 0, + "y": 350000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300045, + "propState": 0, + "pos": { + "x": -263849, + "y": -119136, + "z": 409956 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 108, + "instId": 300046, + "propState": 0, + "pos": { + "x": -436840, + "y": -119136, + "z": 416974 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 108, + "instId": 300047, + "propState": 0, + "pos": { + "x": -284004, + "y": 4781, + "z": 810320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 108, + "instId": 300048, + "propState": 0, + "pos": { + "x": -437293, + "y": 4781, + "z": 805918 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 108, + "instId": 300049, + "propState": 0, + "pos": { + "x": 271556, + "y": 48722, + "z": 828286 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 108, + "instId": 300050, + "propState": 0, + "pos": { + "x": 420380, + "y": -18878, + "z": 854530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 108, + "instId": 300051, + "propState": 0, + "pos": { + "x": -420970, + "y": -109516, + "z": 496702 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300052, + "propState": 0, + "pos": { + "x": -277048, + "y": -109517, + "z": 500463 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300053, + "propState": 0, + "pos": { + "x": -264620, + "y": -109517, + "z": 500174 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300054, + "propState": 0, + "pos": { + "x": -279664, + "y": -109517, + "z": 489005 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300055, + "propState": 0, + "pos": { + "x": 455349, + "y": -3121, + "z": 745591 + }, + "rot": { + "x": 0, + "y": 11072, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300056, + "propState": 0, + "pos": { + "x": 526390, + "y": 6220, + "z": 804667 + }, + "rot": { + "x": 0, + "y": 270694, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300057, + "propState": 0, + "pos": { + "x": 345815, + "y": 50120, + "z": 428002 + }, + "rot": { + "x": 0, + "y": 347346, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300058, + "propState": 0, + "pos": { + "x": 382266, + "y": 50129, + "z": 433981 + }, + "rot": { + "x": 0, + "y": 175789, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300059, + "propState": 0, + "pos": { + "x": -280540, + "y": 5815, + "z": 870839 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300060, + "propState": 0, + "pos": { + "x": -274276, + "y": 3931, + "z": 887801 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300061, + "propState": 0, + "pos": { + "x": -280086, + "y": 3466, + "z": 906178 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 108, + "instId": 300062, + "propState": 0, + "pos": { + "x": -442010, + "y": 5170, + "z": 876647 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300063, + "propState": 0, + "pos": { + "x": -447968, + "y": 3787, + "z": 889099 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300064, + "propState": 0, + "pos": { + "x": -442064, + "y": 3466, + "z": 901639 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 108, + "instId": 300065, + "propState": 0, + "pos": { + "x": 420025, + "y": -18878, + "z": 827060 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "110": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 473270, + "y": -15984, + "z": 843000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 110, + "instId": 300003, + "propState": 0, + "pos": { + "x": 473270, + "y": -15984, + "z": 843000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 110, + "instId": 300004, + "propState": 0, + "pos": { + "x": 473270, + "y": -15984, + "z": 843000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 110, + "instId": 300005, + "propState": 0, + "pos": { + "x": 473270, + "y": -15984, + "z": 843000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 110, + "instId": 300006, + "propState": 0, + "pos": { + "x": 466405, + "y": -22250, + "z": 851836 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 110, + "instId": 300007, + "propState": 0, + "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": 0, + "pos": { + "x": 466330, + "y": -22010, + "z": 855730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "112": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "147": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 147, + "instId": 300001, + "propState": 0, + "pos": { + "x": 371376, + "y": 50120, + "z": 428863 + }, + "rot": { + "x": 0, + "y": 268239, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 147, + "instId": 300002, + "propState": 0, + "pos": { + "x": 372540, + "y": 50120, + "z": 424210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 147, + "instId": 300003, + "propState": 0, + "pos": { + "x": 372000, + "y": 50120, + "z": 430273 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "149": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 149, + "instId": 300001, + "propState": 0, + "pos": { + "x": 371376, + "y": 50120, + "z": 428863 + }, + "rot": { + "x": 0, + "y": 268239, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 149, + "instId": 300002, + "propState": 0, + "pos": { + "x": 383451, + "y": 50120, + "z": 454806 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 149, + "instId": 300003, + "propState": 0, + "pos": { + "x": 358943, + "y": 49753, + "z": 442779 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 149, + "instId": 300004, + "propState": 0, + "pos": { + "x": 372291, + "y": 43730, + "z": 443100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 149, + "instId": 300005, + "propState": 0, + "pos": { + "x": 359655, + "y": 43541, + "z": 423712 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + }, + "150": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 150, + "instId": 300001, + "propState": 0, + "pos": { + "x": 371376, + "y": 50120, + "z": 428863 + }, + "rot": { + "x": 0, + "y": 268239, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 150, + "instId": 300002, + "propState": 0, + "pos": { + "x": 372520, + "y": 50120, + "z": 424210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "152": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 152, + "instId": 300001, + "propState": 0, + "pos": { + "x": 283060, + "y": 49234, + "z": 803075 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103211 + } + ], + "teleports": {} + }, + "163": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 163, + "instId": 300001, + "propState": 0, + "pos": { + "x": -446333, + "y": -119119, + "z": 429764 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103228 + }, + { + "groupId": 163, + "instId": 300002, + "propState": 0, + "pos": { + "x": -427763, + "y": -116534, + "z": 445190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103228 + }, + { + "groupId": 163, + "instId": 300003, + "propState": 0, + "pos": { + "x": -459279, + "y": -110930, + "z": 470361 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103228 + }, + { + "groupId": 163, + "instId": 300004, + "propState": 0, + "pos": { + "x": -421115, + "y": -110930, + "z": 470361 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103228 + } + ], + "teleports": {} + }, + "164": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 164, + "instId": 300001, + "propState": 0, + "pos": { + "x": -264438, + "y": -119052, + "z": 429764 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103228 + }, + { + "groupId": 164, + "instId": 300002, + "propState": 0, + "pos": { + "x": -283008, + "y": -116534, + "z": 445190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103228 + }, + { + "groupId": 164, + "instId": 300003, + "propState": 0, + "pos": { + "x": -251492, + "y": -110930, + "z": 470361 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103228 + }, + { + "groupId": 164, + "instId": 300004, + "propState": 0, + "pos": { + "x": -289656, + "y": -110930, + "z": 470361 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103228 + } + ], + "teleports": {} + }, + "168": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 168, + "instId": 300001, + "propState": 0, + "pos": { + "x": -459195, + "y": -119139, + "z": 424036 + }, + "rot": { + "x": 0, + "y": 115000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 168, + "instId": 300002, + "propState": 0, + "pos": { + "x": -421362, + "y": -116588, + "z": 436873 + }, + "rot": { + "x": 0, + "y": 260486, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 168, + "instId": 300003, + "propState": 0, + "pos": { + "x": -436964, + "y": -111030, + "z": 486832 + }, + "rot": { + "x": 0, + "y": 188084, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "169": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 169, + "instId": 300001, + "propState": 0, + "pos": { + "x": -445154, + "y": 6257, + "z": 852333 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "170": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 170, + "instId": 300001, + "propState": 0, + "pos": { + "x": -277475, + "y": 6260, + "z": 852333 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "176": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "177": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "178": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "179": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "180": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "181": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "182": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "183": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "184": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "185": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "186": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 186, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "187": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 187, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 448411, + "y": -22449, + "z": 857140 + }, + "rot": { + "x": 0, + "y": 219013, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 187, + "instId": 300004, + "propState": 0, + "pos": { + "x": 450700, + "y": -22449, + "z": 857230 + }, + "rot": { + "x": 0, + "y": 152472, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "189": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "190": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -280204, + "y": 2873, + "z": 763248 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103026 + }, + { + "groupId": 190, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "191": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "192": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "193": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "195": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "198": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "199": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 504599, + "y": 6226, + "z": 804582 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 199, + "instId": 300003, + "propState": 0, + "pos": { + "x": 504599, + "y": 6226, + "z": 804582 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 199, + "instId": 300004, + "propState": 0, + "pos": { + "x": 504599, + "y": 6226, + "z": 804582 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + } + ], + "teleports": {} + }, + "200": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 456504, + "y": -3103, + "z": 760650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 200, + "instId": 300003, + "propState": 0, + "pos": { + "x": 456504, + "y": -3103, + "z": 760650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 200, + "instId": 300004, + "propState": 0, + "pos": { + "x": 456504, + "y": -3103, + "z": 760650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + } + ], + "teleports": {} + }, + "201": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 371160, + "y": 57970, + "z": 417000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 201, + "instId": 300003, + "propState": 0, + "pos": { + "x": 371160, + "y": 57970, + "z": 417000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 201, + "instId": 300004, + "propState": 0, + "pos": { + "x": 371160, + "y": 57970, + "z": 417000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 201, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": 371390, + "y": 50120, + "z": 439010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 201, + "instId": 300009, + "propState": 0, + "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": 0, + "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 + } + ], + "teleports": {} + }, + "205": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "206": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "207": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "208": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "209": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 209, + "instId": 300001, + "propState": 0, + "pos": { + "x": 287799, + "y": 45722, + "z": 761579 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "210": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 210, + "instId": 300001, + "propState": 0, + "pos": { + "x": -266615, + "y": -119126, + "z": 415435 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 210, + "instId": 300002, + "propState": 0, + "pos": { + "x": -264138, + "y": -119128, + "z": 429365 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 210, + "instId": 300003, + "propState": 0, + "pos": { + "x": -269460, + "y": -116579, + "z": 433083 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 210, + "instId": 300004, + "propState": 0, + "pos": { + "x": -283110, + "y": -116576, + "z": 444810 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 210, + "instId": 300005, + "propState": 0, + "pos": { + "x": -278546, + "y": -111021, + "z": 455690 + }, + "rot": { + "x": 0, + "y": 145000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "213": { + "monsters": [ + { + "groupId": 213, + "instId": 200001, + "eventId": 20331170, + "pos": { + "x": -285440, + "y": -109517, + "z": 491808 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [ + { + "groupId": 213, + "instId": 400001, + "pos": { + "x": -288144, + "y": -109517, + "z": 473938 + }, + "rot": { + "x": 0, + "y": 33720, + "z": 0 + }, + "npcId": 13168 + } + ], + "props": [ + { + "groupId": 213, + "instId": 300002, + "propState": 0, + "pos": { + "x": -270124, + "y": -120519, + "z": 366264 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "214": { + "monsters": [ + { + "groupId": 214, + "instId": 200001, + "eventId": 20331240, + "pos": { + "x": -441400, + "y": -111019, + "z": 508380 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "monsterId": 3002050 + } + ], + "npcs": [], + "props": [ + { + "groupId": 214, + "instId": 300001, + "propState": 0, + "pos": { + "x": -439154, + "y": -111019, + "z": 488352 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 214, + "instId": 300002, + "propState": 0, + "pos": { + "x": -11272, + "y": -11619, + "z": 111115 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "215": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 215, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4120, + "y": -2020, + "z": 91680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "217": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 261145, + "y": 48722, + "z": 825570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 217, + "instId": 300003, + "propState": 0, + "pos": { + "x": 261145, + "y": 48722, + "z": 825570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "218": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 218, + "instId": 300001, + "propState": 11, + "pos": { + "x": -452572, + "y": -109516, + "z": 499401 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "219": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 219, + "instId": 300001, + "propState": 11, + "pos": { + "x": -259964, + "y": -119101, + "z": 448240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "220": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 220, + "instId": 300001, + "propState": 11, + "pos": { + "x": 262421, + "y": 51822, + "z": 804075 + }, + "rot": { + "x": 0, + "y": 268267, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "301": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 301, + "instId": 300001, + "propState": 8, + "pos": { + "x": -14050, + "y": 592, + "z": 86886 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1022": { + "anchorId": 1, + "groupId": 301, + "instId": 300001, + "pos": { + "x": -13238, + "y": 592, + "z": 86502 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + } + } + } + }, + "314": { + "monsters": [ + { + "groupId": 314, + "instId": 200001, + "eventId": 20331240, + "pos": { + "x": -439154, + "y": -111019, + "z": 508352 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "monsterId": 3002050 + } + ], + "npcs": [ + { + "groupId": 314, + "instId": 400001, + "pos": { + "x": -444103, + "y": -111009, + "z": 492691 + }, + "rot": { + "x": 0, + "y": 38773, + "z": 0 + }, + "npcId": 13168 + } + ], + "props": [ + { + "groupId": 314, + "instId": 300001, + "propState": 0, + "pos": { + "x": -441937, + "y": -111019, + "z": 512984 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 314, + "instId": 300002, + "propState": 0, + "pos": { + "x": -440597, + "y": -120519, + "z": 366264 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "321": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 275080, + "y": 48722, + "z": 792700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 321, + "instId": 300003, + "propState": 0, + "pos": { + "x": 275080, + "y": 48722, + "z": 792700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 321, + "instId": 300004, + "propState": 0, + "pos": { + "x": 275080, + "y": 48722, + "z": 792700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 321, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": 280092, + "y": 49101, + "z": 799412 + }, + "rot": { + "x": 0, + "y": 249164, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "324": { + "monsters": [], + "npcs": [ + { + "groupId": 324, + "instId": 400001, + "pos": { + "x": 369981, + "y": -13117, + "z": 429791 + }, + "rot": { + "x": 0, + "y": 46470, + "z": 0 + }, + "npcId": 3098 + } + ], + "props": [ + { + "groupId": 324, + "instId": 300001, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300005, + "propState": 0, + "pos": { + "x": 369925, + "y": -13718, + "z": 429883 + }, + "rot": { + "x": 0, + "y": 68258, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 324, + "instId": 300006, + "propState": 0, + "pos": { + "x": 388060, + "y": -13820, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300003, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300004, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300002, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300007, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300008, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300009, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300010, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300011, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300012, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300013, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300014, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300015, + "propState": 0, + "pos": { + "x": 406110, + "y": -13646, + "z": 428020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 324, + "instId": 300016, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300017, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300018, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 324, + "instId": 300019, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "327": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 327, + "instId": 300001, + "propState": 0, + "pos": { + "x": -443430, + "y": -110862, + "z": 479370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "328": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 328, + "instId": 300001, + "propState": 0, + "pos": { + "x": 456430, + "y": -12680, + "z": 804620 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 328, + "instId": 300002, + "propState": 0, + "pos": { + "x": 456430, + "y": -12680, + "z": 804620 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 328, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 453300, + "y": -12860, + "z": 807290 + }, + "rot": { + "x": 0, + "y": 311753, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "329": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "330": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 330, + "instId": 300001, + "propState": 20, + "pos": { + "x": 371260, + "y": 50120, + "z": 428107 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60303 + } + ], + "teleports": {} + }, + "350": { + "monsters": [], + "npcs": [ + { + "groupId": 350, + "instId": 400001, + "pos": { + "x": -445100, + "y": 6717, + "z": 826420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3090 + }, + { + "groupId": 350, + "instId": 400002, + "pos": { + "x": -444050, + "y": 6717, + "z": 828205 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3090 + }, + { + "groupId": 350, + "instId": 400003, + "pos": { + "x": -446130, + "y": 6717, + "z": 828190 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3090 + }, + { + "groupId": 350, + "instId": 400004, + "pos": { + "x": -445100, + "y": 6717, + "z": 830010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3090 + }, + { + "groupId": 350, + "instId": 400005, + "pos": { + "x": -442810, + "y": 6717, + "z": 829990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3090 + }, + { + "groupId": 350, + "instId": 400006, + "pos": { + "x": -447380, + "y": 6717, + "z": 829990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3090 + }, + { + "groupId": 350, + "instId": 400007, + "pos": { + "x": -446130, + "y": 6717, + "z": 831540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3090 + }, + { + "groupId": 350, + "instId": 400008, + "pos": { + "x": -448710, + "y": 6717, + "z": 831560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3090 + }, + { + "groupId": 350, + "instId": 400009, + "pos": { + "x": -441480, + "y": 6717, + "z": 831600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3090 + }, + { + "groupId": 350, + "instId": 400010, + "pos": { + "x": -444040, + "y": 6717, + "z": 831550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3090 + }, + { + "groupId": 350, + "instId": 400011, + "pos": { + "x": -447387, + "y": 6717, + "z": 825331 + }, + "rot": { + "x": 0, + "y": 143387, + "z": 0 + }, + "npcId": 13231 + } + ], + "props": [ + { + "groupId": 350, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -445048, + "y": 3403, + "z": 738430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "351": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "pos": { + "x": -277454, + "y": 3281, + "z": 738524 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "352": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "355": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "361": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "364": { + "monsters": [], + "npcs": [ + { + "groupId": 364, + "instId": 400001, + "pos": { + "x": 369158, + "y": 43750, + "z": 419280 + }, + "rot": { + "x": 0, + "y": 147001, + "z": 0 + }, + "npcId": 13168 + } + ], + "props": [ + { + "groupId": 364, + "instId": 300001, + "propState": 0, + "pos": { + "x": 359270, + "y": 41151, + "z": 381470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "382": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 382, + "instId": 300002, + "propState": 1, + "pos": { + "x": 371231, + "y": 50550, + "z": 394962 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103013 + } + ], + "teleports": {} + }, + "388": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 388, + "instId": 300001, + "propState": 0, + "pos": { + "x": 348219, + "y": 31720, + "z": 420548 + }, + "rot": { + "x": 0, + "y": 268239, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 388, + "instId": 300002, + "propState": 0, + "pos": { + "x": 341844, + "y": 34903, + "z": 421441 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 388, + "instId": 300004, + "propState": 0, + "pos": { + "x": 340138, + "y": 34903, + "z": 420906 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 388, + "instId": 300005, + "propState": 0, + "pos": { + "x": 341090, + "y": 34903, + "z": 418289 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 109 + } + ], + "teleports": {} + }, + "390": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 390, + "instId": 300001, + "propState": 0, + "pos": { + "x": 363220, + "y": 43741, + "z": 440005 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 390, + "instId": 300002, + "propState": 0, + "pos": { + "x": 371340, + "y": 44740, + "z": 409000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 390, + "instId": 300003, + "propState": 0, + "pos": { + "x": 371470, + "y": 50550, + "z": 403692 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 390, + "instId": 300004, + "propState": 0, + "pos": { + "x": 359240, + "y": 50120, + "z": 440610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 390, + "instId": 300005, + "propState": 0, + "pos": { + "x": 371510, + "y": 31720, + "z": 410586 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "392": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 392, + "instId": 300002, + "propState": 0, + "pos": { + "x": 383451, + "y": 50120, + "z": 454806 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 392, + "instId": 300003, + "propState": 0, + "pos": { + "x": 358943, + "y": 49753, + "z": 442779 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 392, + "instId": 300004, + "propState": 0, + "pos": { + "x": 372291, + "y": 43730, + "z": 443100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 392, + "instId": 300005, + "propState": 0, + "pos": { + "x": 359655, + "y": 43541, + "z": 423712 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + }, + "396": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 396, + "instId": 300001, + "propState": 18, + "pos": { + "x": 232581, + "y": -27457, + "z": 266468 + }, + "rot": { + "x": 0, + "y": 274048, + "z": 0 + }, + "propId": 103038 + } + ], + "teleports": {} + }, + "411": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 411, + "instId": 300001, + "propState": 8, + "pos": { + "x": 422320, + "y": -18878, + "z": 859900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + } + ], + "teleports": { + "2033109": { + "anchorId": 1, + "groupId": 411, + "instId": 300001, + "pos": { + "x": 426824, + "y": -18865, + "z": 857345 + }, + "rot": { + "x": 0, + "y": 1313, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 401 + } + }, + "2033201": { + "P20332_F20332001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300008, + "propState": 1, + "pos": { + "x": 2280, + "y": 84397, + "z": 775980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103001 + } + ], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300011, + "propState": 1, + "pos": { + "x": 15640, + "y": 64036, + "z": 806007 + }, + "rot": { + "x": 0, + "y": 90020, + "z": 0 + }, + "propId": 103001 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -8030, + "y": 81630, + "z": 799540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103003 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -8196, + "y": 90000, + "z": 808600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103003 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": 24740, + "y": 92950, + "z": 806020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103003 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2033201": { + "anchorId": 1, + "groupId": 9, + "instId": 300001, + "pos": { + "x": 150, + "y": 11551, + "z": 430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2033202": { + "anchorId": 2, + "groupId": 9, + "instId": 300002, + "pos": { + "x": -50, + "y": 4741, + "z": 154460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2033203": { + "anchorId": 3, + "groupId": 9, + "instId": 300003, + "pos": { + "x": -132537, + "y": 14692, + "z": 147035 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + } + }, + "2033204": { + "anchorId": 4, + "groupId": 9, + "instId": 300004, + "pos": { + "x": 135158, + "y": 14690, + "z": 151012 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + } + } + } + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": 32770, + "y": 11545, + "z": 2890 + }, + "rot": { + "x": 0, + "y": 349862, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": -39949, + "y": 5224, + "z": 175829 + }, + "rot": { + "x": 0, + "y": 349862, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "pos": { + "x": -74330, + "y": 7257, + "z": 103110 + }, + "rot": { + "x": 0, + "y": 349862, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 0, + "pos": { + "x": -154550, + "y": 4760, + "z": 181350 + }, + "rot": { + "x": 0, + "y": 349862, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 12, + "instId": 300033, + "propState": 0, + "pos": { + "x": 76801, + "y": 7267, + "z": 98960 + }, + "rot": { + "x": 0, + "y": 349862, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 12, + "instId": 300035, + "propState": 0, + "pos": { + "x": 142775, + "y": 4760, + "z": 187109 + }, + "rot": { + "x": 0, + "y": 349862, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 12, + "instId": 300005, + "propState": 0, + "pos": { + "x": -6797, + "y": 11508, + "z": 15673 + }, + "rot": { + "x": 0, + "y": 100752, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 0, + "pos": { + "x": 5543, + "y": 11558, + "z": 43498 + }, + "rot": { + "x": 0, + "y": 212016, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300007, + "propState": 0, + "pos": { + "x": -26234, + "y": 11237, + "z": 44003 + }, + "rot": { + "x": 0, + "y": 269664, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300008, + "propState": 0, + "pos": { + "x": -29350, + "y": 11245, + "z": 31580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300009, + "propState": 0, + "pos": { + "x": -54000, + "y": 11524, + "z": 58080 + }, + "rot": { + "x": 0, + "y": 20312, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300010, + "propState": 0, + "pos": { + "x": -61646, + "y": 4211, + "z": 142617 + }, + "rot": { + "x": 0, + "y": 20312, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300012, + "propState": 0, + "pos": { + "x": -109740, + "y": 2404, + "z": 241450 + }, + "rot": { + "x": 0, + "y": 72942, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300013, + "propState": 0, + "pos": { + "x": -148920, + "y": 10128, + "z": 164780 + }, + "rot": { + "x": 0, + "y": 20312, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300014, + "propState": 0, + "pos": { + "x": -149431, + "y": 14692, + "z": 133449 + }, + "rot": { + "x": 0, + "y": 169059, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300028, + "propState": 0, + "pos": { + "x": -147705, + "y": 14692, + "z": 133636 + }, + "rot": { + "x": 0, + "y": 169059, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300016, + "propState": 0, + "pos": { + "x": -108977, + "y": 13739, + "z": 142073 + }, + "rot": { + "x": 0, + "y": 280538, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300017, + "propState": 0, + "pos": { + "x": -98372, + "y": 10128, + "z": 118523 + }, + "rot": { + "x": 0, + "y": 140104, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300018, + "propState": 0, + "pos": { + "x": 95735, + "y": 2401, + "z": 230141 + }, + "rot": { + "x": 0, + "y": 289984, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300019, + "propState": 0, + "pos": { + "x": 109765, + "y": 2404, + "z": 241576 + }, + "rot": { + "x": 0, + "y": 283016, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300021, + "propState": 0, + "pos": { + "x": -76529, + "y": 4222, + "z": 188717 + }, + "rot": { + "x": 0, + "y": 47597, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300022, + "propState": 0, + "pos": { + "x": -66908, + "y": 4222, + "z": 174617 + }, + "rot": { + "x": 0, + "y": 39282, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300023, + "propState": 0, + "pos": { + "x": -95380, + "y": 2401, + "z": 230030 + }, + "rot": { + "x": 0, + "y": 70586, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300024, + "propState": 0, + "pos": { + "x": 66907, + "y": 4221, + "z": 174596 + }, + "rot": { + "x": 0, + "y": 323963, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300025, + "propState": 0, + "pos": { + "x": 76590, + "y": 4222, + "z": 188690 + }, + "rot": { + "x": 0, + "y": 304567, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300029, + "propState": 0, + "pos": { + "x": 122520, + "y": 14213, + "z": 111790 + }, + "rot": { + "x": 0, + "y": 169059, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300030, + "propState": 0, + "pos": { + "x": 122160, + "y": 14213, + "z": 113640 + }, + "rot": { + "x": 0, + "y": 169059, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300031, + "propState": 0, + "pos": { + "x": 146570, + "y": 14266, + "z": 133590 + }, + "rot": { + "x": 0, + "y": 274276, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300032, + "propState": 0, + "pos": { + "x": 147390, + "y": 14266, + "z": 134130 + }, + "rot": { + "x": 0, + "y": 328129, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300034, + "propState": 0, + "pos": { + "x": 103070, + "y": 2460, + "z": 202860 + }, + "rot": { + "x": 0, + "y": 79351, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300036, + "propState": 0, + "pos": { + "x": -5910, + "y": 14967, + "z": 60290 + }, + "rot": { + "x": 0, + "y": 121945, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300037, + "propState": 0, + "pos": { + "x": 4620, + "y": 14971, + "z": 71480 + }, + "rot": { + "x": 0, + "y": 179602, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300038, + "propState": 0, + "pos": { + "x": -4878, + "y": 14948, + "z": 85816 + }, + "rot": { + "x": 0, + "y": 133791, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300039, + "propState": 0, + "pos": { + "x": 4435, + "y": 14958, + "z": 100685 + }, + "rot": { + "x": 0, + "y": 186662, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300020, + "propState": 0, + "pos": { + "x": -39860, + "y": 5941, + "z": 146740 + }, + "rot": { + "x": 0, + "y": 23265, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300040, + "propState": 0, + "pos": { + "x": 40016, + "y": 5941, + "z": 146816 + }, + "rot": { + "x": 0, + "y": 339996, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300011, + "propState": 0, + "pos": { + "x": -59880, + "y": 2432, + "z": 168958 + }, + "rot": { + "x": 0, + "y": 28937, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300015, + "propState": 0, + "pos": { + "x": -80726, + "y": 2432, + "z": 199027 + }, + "rot": { + "x": 0, + "y": 57768, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300026, + "propState": 0, + "pos": { + "x": -56288, + "y": 2432, + "z": 191178 + }, + "rot": { + "x": 0, + "y": 37301, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300027, + "propState": 0, + "pos": { + "x": -71479, + "y": 670, + "z": 247016 + }, + "rot": { + "x": 0, + "y": 62810, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300041, + "propState": 0, + "pos": { + "x": -100917, + "y": 2448, + "z": 203748 + }, + "rot": { + "x": 0, + "y": 240079, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300042, + "propState": 0, + "pos": { + "x": -148340, + "y": 4760, + "z": 192315 + }, + "rot": { + "x": 0, + "y": 182577, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300043, + "propState": 0, + "pos": { + "x": -76308, + "y": 7266, + "z": 114087 + }, + "rot": { + "x": 0, + "y": 20600, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300044, + "propState": 0, + "pos": { + "x": -9095, + "y": 4202, + "z": 149366 + }, + "rot": { + "x": 0, + "y": 15303, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300045, + "propState": 0, + "pos": { + "x": 20838, + "y": 4214, + "z": 165114 + }, + "rot": { + "x": 0, + "y": 351001, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300046, + "propState": 0, + "pos": { + "x": 50638, + "y": 2432, + "z": 181615 + }, + "rot": { + "x": 0, + "y": 330314, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300047, + "propState": 0, + "pos": { + "x": 80188, + "y": 2432, + "z": 197799 + }, + "rot": { + "x": 0, + "y": 303891, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300048, + "propState": 0, + "pos": { + "x": 70361, + "y": 1699, + "z": 261652 + }, + "rot": { + "x": 0, + "y": 286619, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300049, + "propState": 0, + "pos": { + "x": 72167, + "y": 670, + "z": 240529 + }, + "rot": { + "x": 0, + "y": 295055, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300050, + "propState": 0, + "pos": { + "x": 154300, + "y": 14213, + "z": 116620 + }, + "rot": { + "x": 0, + "y": 286619, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300051, + "propState": 0, + "pos": { + "x": 145582, + "y": 14213, + "z": 107765 + }, + "rot": { + "x": 0, + "y": 325385, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300052, + "propState": 0, + "pos": { + "x": 132921, + "y": 14692, + "z": 137904 + }, + "rot": { + "x": 0, + "y": 159803, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300053, + "propState": 0, + "pos": { + "x": 131979, + "y": 14692, + "z": 136428 + }, + "rot": { + "x": 0, + "y": 141177, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 12, + "instId": 300054, + "propState": 0, + "pos": { + "x": 122098, + "y": 14692, + "z": 143076 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300055, + "propState": 0, + "pos": { + "x": 149021, + "y": 10128, + "z": 165541 + }, + "rot": { + "x": 0, + "y": 216885, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 12, + "instId": 300056, + "propState": 0, + "pos": { + "x": -6783, + "y": 11508, + "z": 32128 + }, + "rot": { + "x": 0, + "y": 97577, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 12, + "instId": 300057, + "propState": 0, + "pos": { + "x": 6527, + "y": 4202, + "z": 165069 + }, + "rot": { + "x": 0, + "y": 349862, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + }, + "13": { + "monsters": [ + { + "groupId": 13, + "instId": 200001, + "eventId": 20332170, + "pos": { + "x": 0, + "y": 10288, + "z": 147880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": 34900, + "y": 5150, + "z": 178840 + }, + "rot": { + "x": 0, + "y": 145769, + "z": 0 + }, + "propId": 103013 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": 34900, + "y": 5150, + "z": 178840 + }, + "rot": { + "x": 0, + "y": 145769, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300006, + "propState": 1, + "pos": { + "x": 116260, + "y": 107677, + "z": 775500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103013 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 24, + "instId": 300003, + "propState": 1, + "pos": { + "x": 488551, + "y": 27910, + "z": 220880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103013 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -60220, + "y": 3335, + "z": 214290 + }, + "rot": { + "x": 0, + "y": 256367, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -113840, + "y": 13739, + "z": 155050 + }, + "rot": { + "x": 0, + "y": 154540, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 105805, + "y": 13739, + "z": 144145 + }, + "rot": { + "x": 0, + "y": 26474, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 41, + "instId": 300005, + "propState": 1, + "pos": { + "x": 111600, + "y": 12206, + "z": -401090 + }, + "rot": { + "x": 0, + "y": 91081, + "z": 0 + }, + "propId": 103013 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300001, + "propState": 0, + "pos": { + "x": -270, + "y": 14790, + "z": 74295 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 0, + "pos": { + "x": -341, + "y": 14790, + "z": 89637 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": 156668, + "y": 14340, + "z": 222430 + }, + "rot": { + "x": 0, + "y": 187563, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 0, + "pos": { + "x": -461, + "y": 14610, + "z": 120291 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300017, + "propState": 0, + "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": 0, + "pos": { + "x": 62724, + "y": 4233, + "z": 136965 + }, + "rot": { + "x": 0, + "y": 324210, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 0, + "pos": { + "x": 110189, + "y": 2463, + "z": 198517 + }, + "rot": { + "x": 0, + "y": 284705, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 74, + "instId": 300018, + "propState": 0, + "pos": { + "x": -61960, + "y": 4211, + "z": 138160 + }, + "rot": { + "x": 0, + "y": 35790, + "z": 0 + }, + "propId": 103040 + }, + { + "groupId": 74, + "instId": 300019, + "propState": 0, + "pos": { + "x": -108850, + "y": 2463, + "z": 198910 + }, + "rot": { + "x": 0, + "y": 75295, + "z": 0 + }, + "propId": 103040 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 0, + "pos": { + "x": -62740, + "y": 4240, + "z": 136945 + }, + "rot": { + "x": 0, + "y": 35790, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 9586, + "y": 11320, + "z": 37640 + }, + "rot": { + "x": 0, + "y": 88735, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 74, + "instId": 300010, + "propState": 0, + "pos": { + "x": -10476, + "y": 11503, + "z": 5085 + }, + "rot": { + "x": 0, + "y": 89757, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 74, + "instId": 300011, + "propState": 0, + "pos": { + "x": -126957, + "y": 14540, + "z": 154869 + }, + "rot": { + "x": 0, + "y": 58598, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 74, + "instId": 300012, + "propState": 0, + "pos": { + "x": -109972, + "y": 14540, + "z": 132162 + }, + "rot": { + "x": 0, + "y": 48549, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 74, + "instId": 300013, + "propState": 0, + "pos": { + "x": 109973, + "y": 14540, + "z": 132162 + }, + "rot": { + "x": 0, + "y": 311451, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 74, + "instId": 300014, + "propState": 0, + "pos": { + "x": 126957, + "y": 14540, + "z": 154869 + }, + "rot": { + "x": 0, + "y": 301402, + "z": 0 + }, + "propId": 103133 + } + ], + "teleports": {} + }, + "80": { + "monsters": [ + { + "groupId": 80, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 128800, + "y": 14357, + "z": 105731 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "monsterId": 3003013 + } + ], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300001, + "propState": 0, + "pos": { + "x": 128800, + "y": 14357, + "z": 105731 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300002, + "propState": 0, + "pos": { + "x": 132830, + "y": 14426, + "z": 131240 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 81, + "instId": 300011, + "propState": 0, + "pos": { + "x": -154160, + "y": 11370, + "z": -149390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300001, + "propState": 0, + "pos": { + "x": -140368, + "y": 16077, + "z": -146218 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300003, + "propState": 0, + "pos": { + "x": 149294, + "y": 14217, + "z": 115020 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 81, + "instId": 300004, + "propState": 0, + "pos": { + "x": 157884, + "y": 14244, + "z": 131084 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 81, + "instId": 300005, + "propState": 0, + "pos": { + "x": 133511, + "y": 14223, + "z": 130094 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 81, + "instId": 300006, + "propState": 0, + "pos": { + "x": 158400, + "y": 14217, + "z": 128876 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300007, + "propState": 0, + "pos": { + "x": 133208, + "y": 14266, + "z": 101417 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103068 + }, + { + "groupId": 81, + "instId": 300010, + "propState": 0, + "pos": { + "x": 125973, + "y": 14213, + "z": 107984 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 0, + "pos": { + "x": 149300, + "y": 14266, + "z": 115000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "82": { + "monsters": [ + { + "groupId": 82, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 1270, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 82, + "instId": 300001, + "propState": 0, + "pos": { + "x": 130180, + "y": 14266, + "z": 120660 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 141628, + "y": 14704, + "z": 122408 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 83, + "instId": 300001, + "propState": 12, + "pos": { + "x": 72280, + "y": 101762, + "z": 775780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60302 + } + ], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "127": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 127, + "instId": 300001, + "propState": 0, + "pos": { + "x": 3670, + "y": 81650, + "z": 752771 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 127, + "instId": 300002, + "propState": 0, + "pos": { + "x": 9670, + "y": 81650, + "z": 752771 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 127, + "instId": 300003, + "propState": 0, + "pos": { + "x": 16440, + "y": 81661, + "z": 751997 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "128": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 128, + "instId": 300001, + "propState": 0, + "pos": { + "x": 211644, + "y": -5600, + "z": -428800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 128, + "instId": 300002, + "propState": 0, + "pos": { + "x": 211644, + "y": -5600, + "z": -434800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 128, + "instId": 300003, + "propState": 0, + "pos": { + "x": 210350, + "y": -5621, + "z": -436771 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "129": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 129, + "instId": 300001, + "propState": 0, + "pos": { + "x": -450060, + "y": 3007, + "z": -276030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 129, + "instId": 300002, + "propState": 0, + "pos": { + "x": -450060, + "y": 3007, + "z": -270030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 129, + "instId": 300003, + "propState": 0, + "pos": { + "x": -454610, + "y": 2996, + "z": -262850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "131": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 131, + "instId": 300001, + "propState": 0, + "pos": { + "x": -485838, + "y": 9044, + "z": -300080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 131, + "instId": 300002, + "propState": 0, + "pos": { + "x": -485838, + "y": 9044, + "z": -288080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 131, + "instId": 300003, + "propState": 0, + "pos": { + "x": -490620, + "y": 9034, + "z": -280590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 131, + "instId": 300004, + "propState": 0, + "pos": { + "x": -485838, + "y": 9044, + "z": -294080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + } + ], + "teleports": {} + }, + "134": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "195": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 57040, + "y": 92760, + "z": 776220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 195, + "instId": 300005, + "propState": 0, + "pos": { + "x": 57040, + "y": 92760, + "z": 775760 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 195, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": 57020, + "y": 92820, + "z": 784480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 195, + "instId": 300011, + "propState": 0, + "pos": { + "x": 57020, + "y": 92820, + "z": 767520 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "197": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 14670, + "y": 88840, + "z": 737460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 197, + "instId": 300003, + "propState": 0, + "pos": { + "x": 3670, + "y": 75660, + "z": 737460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 197, + "instId": 300004, + "propState": 0, + "pos": { + "x": 9290, + "y": 81650, + "z": 740480 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 197, + "instId": 300005, + "propState": 0, + "pos": { + "x": 9980, + "y": 81650, + "z": 740480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 197, + "instId": 300006, + "propState": 0, + "pos": { + "x": 700, + "y": 81641, + "z": 737430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 197, + "instId": 300007, + "propState": 0, + "pos": { + "x": 700, + "y": 81640, + "z": 743420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 197, + "instId": 300008, + "propState": 0, + "pos": { + "x": 18740, + "y": 81376, + "z": 737430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 197, + "instId": 300009, + "propState": 0, + "pos": { + "x": 18740, + "y": 81640, + "z": 743440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "199": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 389930, + "y": -2753, + "z": 148240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 199, + "instId": 300003, + "propState": 0, + "pos": { + "x": 398950, + "y": -8743, + "z": 140460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 199, + "instId": 300004, + "propState": 0, + "pos": { + "x": 390210, + "y": -2823, + "z": 143480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 199, + "instId": 300005, + "propState": 0, + "pos": { + "x": 389720, + "y": -2823, + "z": 143480 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 199, + "instId": 300006, + "propState": 0, + "pos": { + "x": 395950, + "y": -2743, + "z": 146460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 199, + "instId": 300007, + "propState": 0, + "pos": { + "x": 383950, + "y": -2743, + "z": 140460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 199, + "instId": 300008, + "propState": 0, + "pos": { + "x": 383950, + "y": -2743, + "z": 146460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "200": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 440910, + "y": -2619, + "z": 146434 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 200, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 449922, + "y": -5900, + "z": 146510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 200, + "instId": 300010, + "propState": 0, + "pos": { + "x": 449922, + "y": -5620, + "z": 152510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 200, + "instId": 300011, + "propState": 0, + "pos": { + "x": 431000, + "y": 401, + "z": 146515 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 200, + "instId": 300012, + "propState": 0, + "pos": { + "x": 431000, + "y": 750, + "z": 152510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 200, + "instId": 300013, + "propState": 0, + "pos": { + "x": 431000, + "y": 410, + "z": 152510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "203": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 457790, + "y": 6771, + "z": 233110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 203, + "instId": 300003, + "propState": 0, + "pos": { + "x": 440731, + "y": 12763, + "z": 236478 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 203, + "instId": 300004, + "propState": 0, + "pos": { + "x": 449470, + "y": 6810, + "z": 239480 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 203, + "instId": 300005, + "propState": 0, + "pos": { + "x": 450010, + "y": 6810, + "z": 239480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 203, + "instId": 300006, + "propState": 0, + "pos": { + "x": 443710, + "y": 18743, + "z": 236660 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 203, + "instId": 300007, + "propState": 0, + "pos": { + "x": 440731, + "y": 9763, + "z": 242478 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 203, + "instId": 300008, + "propState": 0, + "pos": { + "x": 455731, + "y": 6763, + "z": 242478 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 203, + "instId": 300009, + "propState": 0, + "pos": { + "x": 455731, + "y": 6763, + "z": 236478 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "206": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 31180, + "y": 77990, + "z": 806080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 206, + "instId": 300005, + "propState": 0, + "pos": { + "x": 30470, + "y": 77990, + "z": 806080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 206, + "instId": 300006, + "propState": 0, + "pos": { + "x": 39420, + "y": 80990, + "z": 806040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 206, + "instId": 300007, + "propState": 0, + "pos": { + "x": 39420, + "y": 74990, + "z": 806040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 206, + "instId": 300008, + "propState": 0, + "pos": { + "x": 22030, + "y": 74990, + "z": 806040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 206, + "instId": 300009, + "propState": 0, + "pos": { + "x": 22030, + "y": 80990, + "z": 806040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "207": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 57055, + "y": 76380, + "z": 770270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 207, + "instId": 300003, + "propState": 0, + "pos": { + "x": 63070, + "y": 83760, + "z": 778840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 207, + "instId": 300004, + "propState": 0, + "pos": { + "x": 57060, + "y": 80710, + "z": 770360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 207, + "instId": 300005, + "propState": 0, + "pos": { + "x": 57060, + "y": 80710, + "z": 769860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 207, + "instId": 300007, + "propState": 0, + "pos": { + "x": 57030, + "y": 83730, + "z": 775820 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 207, + "instId": 300008, + "propState": 0, + "pos": { + "x": 57030, + "y": 77730, + "z": 775820 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 207, + "instId": 300009, + "propState": 0, + "pos": { + "x": 57030, + "y": 77730, + "z": 764500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 207, + "instId": 300010, + "propState": 0, + "pos": { + "x": 57030, + "y": 83730, + "z": 764500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "210": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 189600, + "y": 270, + "z": -418870 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 210, + "instId": 300003, + "propState": 0, + "pos": { + "x": 189600, + "y": 270, + "z": -418870 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 210, + "instId": 300004, + "propState": 0, + "pos": { + "x": 189600, + "y": 270, + "z": -418870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 210, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 190570, + "y": -5651, + "z": -445150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 210, + "instId": 300008, + "propState": 0, + "pos": { + "x": 189600, + "y": 270, + "z": -418870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 210, + "instId": 300009, + "propState": 0, + "pos": { + "x": 193691, + "y": -5651, + "z": -438336 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 210, + "instId": 300010, + "propState": 0, + "pos": { + "x": 190630, + "y": -6400, + "z": -438550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + }, + "211": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 182370, + "y": -17630, + "z": -405750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 211, + "instId": 300003, + "propState": 0, + "pos": { + "x": 182370, + "y": -17630, + "z": -405750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 211, + "instId": 300004, + "propState": 0, + "pos": { + "x": 182370, + "y": -17630, + "z": -405750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 211, + "instId": 300005, + "propState": 0, + "pos": { + "x": 182370, + "y": -17630, + "z": -405750 + }, + "rot": { + "x": 0, + "y": 20050, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 211, + "instId": 300006, + "propState": 0, + "pos": { + "x": 174462, + "y": -5636, + "z": -460954 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 211, + "instId": 300007, + "propState": 0, + "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": 0, + "pos": { + "x": 153657, + "y": 274, + "z": -455400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "212": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 179153, + "y": -5631, + "z": -456050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 212, + "instId": 300003, + "propState": 0, + "pos": { + "x": 179153, + "y": -5631, + "z": -456050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 212, + "instId": 300004, + "propState": 0, + "pos": { + "x": 179153, + "y": -5631, + "z": -456050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 212, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": 181080, + "y": -17631, + "z": -399070 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "223": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -505070, + "y": 26980, + "z": -298020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 223, + "instId": 300003, + "propState": 0, + "pos": { + "x": -497930, + "y": 21070, + "z": -324030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 223, + "instId": 300004, + "propState": 0, + "pos": { + "x": -497810, + "y": 18090, + "z": -306570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 223, + "instId": 300005, + "propState": 0, + "pos": { + "x": -497810, + "y": 18090, + "z": -305490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 223, + "instId": 300006, + "propState": 0, + "pos": { + "x": -494930, + "y": 21070, + "z": -324030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300007, + "propState": 0, + "pos": { + "x": -494930, + "y": 21070, + "z": -294030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300008, + "propState": 0, + "pos": { + "x": -494930, + "y": 15070, + "z": -324030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300009, + "propState": 0, + "pos": { + "x": -494930, + "y": 15070, + "z": -294030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300010, + "propState": 0, + "pos": { + "x": -494930, + "y": 21070, + "z": -318030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300011, + "propState": 0, + "pos": { + "x": -494930, + "y": 21070, + "z": -288030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300012, + "propState": 0, + "pos": { + "x": -494930, + "y": 15070, + "z": -318030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300013, + "propState": 0, + "pos": { + "x": -494930, + "y": 15070, + "z": -288030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300014, + "propState": 0, + "pos": { + "x": -491930, + "y": 21070, + "z": -321030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300015, + "propState": 0, + "pos": { + "x": -491930, + "y": 15070, + "z": -321030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300016, + "propState": 0, + "pos": { + "x": -497930, + "y": 21070, + "z": -321030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300017, + "propState": 0, + "pos": { + "x": -497930, + "y": 15070, + "z": -321030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300018, + "propState": 0, + "pos": { + "x": -491930, + "y": 21070, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300019, + "propState": 0, + "pos": { + "x": -491930, + "y": 15070, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300020, + "propState": 0, + "pos": { + "x": -497930, + "y": 21070, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 223, + "instId": 300021, + "propState": 0, + "pos": { + "x": -497930, + "y": 15070, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "224": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -481430, + "y": -3004, + "z": -262140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 224, + "instId": 300003, + "propState": 0, + "pos": { + "x": -467910, + "y": -9004, + "z": -282040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 224, + "instId": 300004, + "propState": 0, + "pos": { + "x": -467950, + "y": -6074, + "z": -290530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 224, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -459100, + "y": 2926, + "z": -290530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 224, + "instId": 300010, + "propState": 0, + "pos": { + "x": -459100, + "y": 2926, + "z": -291410 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 224, + "instId": 300006, + "propState": 0, + "pos": { + "x": -467910, + "y": -6004, + "z": -276040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 224, + "instId": 300007, + "propState": 0, + "pos": { + "x": -467910, + "y": -6004, + "z": -305916 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 224, + "instId": 300011, + "propState": 0, + "pos": { + "x": -456131, + "y": 2996, + "z": -279040 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 224, + "instId": 300012, + "propState": 0, + "pos": { + "x": -456131, + "y": 2996, + "z": -302916 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 224, + "instId": 300013, + "propState": 0, + "pos": { + "x": -464910, + "y": -3004, + "z": -276040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 224, + "instId": 300014, + "propState": 0, + "pos": { + "x": -464910, + "y": -3004, + "z": -305916 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 224, + "instId": 300015, + "propState": 0, + "pos": { + "x": -462131, + "y": -3004, + "z": -279040 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 224, + "instId": 300016, + "propState": 0, + "pos": { + "x": -462131, + "y": -3004, + "z": -302916 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "225": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 225, + "instId": 300001, + "propState": 1, + "pos": { + "x": -454642, + "y": 2996, + "z": -295550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103192 + } + ], + "teleports": {} + }, + "245": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -505070, + "y": 26980, + "z": -284020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 245, + "instId": 300003, + "propState": 0, + "pos": { + "x": -497920, + "y": 15150, + "z": -257990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 245, + "instId": 300004, + "propState": 0, + "pos": { + "x": -497810, + "y": 12090, + "z": -275540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 245, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -494930, + "y": 15070, + "z": -264030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300009, + "propState": 0, + "pos": { + "x": -494930, + "y": 15070, + "z": -294030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300010, + "propState": 0, + "pos": { + "x": -494930, + "y": 9070, + "z": -264030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300011, + "propState": 0, + "pos": { + "x": -494930, + "y": 9070, + "z": -294030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300012, + "propState": 0, + "pos": { + "x": -494930, + "y": 15070, + "z": -258030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300013, + "propState": 0, + "pos": { + "x": -494930, + "y": 15070, + "z": -288030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300014, + "propState": 0, + "pos": { + "x": -494930, + "y": 9070, + "z": -258030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300015, + "propState": 0, + "pos": { + "x": -494930, + "y": 9070, + "z": -288030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300016, + "propState": 0, + "pos": { + "x": -491930, + "y": 15070, + "z": -261030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300017, + "propState": 0, + "pos": { + "x": -491930, + "y": 9070, + "z": -261030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300018, + "propState": 0, + "pos": { + "x": -497930, + "y": 15070, + "z": -261030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300019, + "propState": 0, + "pos": { + "x": -497930, + "y": 9070, + "z": -261030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300020, + "propState": 0, + "pos": { + "x": -491930, + "y": 15070, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300021, + "propState": 0, + "pos": { + "x": -491930, + "y": 9070, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300022, + "propState": 0, + "pos": { + "x": -497930, + "y": 15070, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 245, + "instId": 300023, + "propState": 0, + "pos": { + "x": -497930, + "y": 9070, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "246": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -459100, + "y": 2926, + "z": -287370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 246, + "instId": 300005, + "propState": 0, + "pos": { + "x": -459100, + "y": 2926, + "z": -288460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 246, + "instId": 300006, + "propState": 0, + "pos": { + "x": -468050, + "y": -2990, + "z": -273070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 246, + "instId": 300007, + "propState": 0, + "pos": { + "x": -468050, + "y": -2990, + "z": -302946 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 246, + "instId": 300008, + "propState": 0, + "pos": { + "x": -456050, + "y": 3010, + "z": -273070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 246, + "instId": 300009, + "propState": 0, + "pos": { + "x": -456050, + "y": 3010, + "z": -302946 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 246, + "instId": 300010, + "propState": 0, + "pos": { + "x": -462100, + "y": -2990, + "z": -273070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 246, + "instId": 300011, + "propState": 0, + "pos": { + "x": -462100, + "y": -2990, + "z": -302946 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "247": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 247, + "instId": 300001, + "propState": 0, + "pos": { + "x": -467910, + "y": -2950, + "z": -300000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 247, + "instId": 300002, + "propState": 0, + "pos": { + "x": -467910, + "y": -2950, + "z": -288000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 247, + "instId": 300003, + "propState": 0, + "pos": { + "x": -467910, + "y": -8080, + "z": -281080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 247, + "instId": 300004, + "propState": 0, + "pos": { + "x": -467910, + "y": -2950, + "z": -294000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + } + ], + "teleports": {} + }, + "249": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 249, + "instId": 300001, + "propState": 0, + "pos": { + "x": -485838, + "y": 9044, + "z": -300080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 249, + "instId": 300002, + "propState": 0, + "pos": { + "x": -485838, + "y": 9044, + "z": -288080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 249, + "instId": 300003, + "propState": 0, + "pos": { + "x": -487150, + "y": 9034, + "z": -301550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 249, + "instId": 300004, + "propState": 0, + "pos": { + "x": -485838, + "y": 9044, + "z": -294080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + } + ], + "teleports": {} + }, + "252": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -503227, + "y": 9034, + "z": -272983 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 252, + "instId": 300003, + "propState": 0, + "pos": { + "x": -497810, + "y": 15040, + "z": -257990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 252, + "instId": 300004, + "propState": 0, + "pos": { + "x": -491780, + "y": 11980, + "z": -275540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 252, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -494780, + "y": 9000, + "z": -264030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 252, + "instId": 300010, + "propState": 0, + "pos": { + "x": -494780, + "y": 15000, + "z": -264030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 252, + "instId": 300011, + "propState": 0, + "pos": { + "x": -491780, + "y": 9000, + "z": -261030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 252, + "instId": 300012, + "propState": 0, + "pos": { + "x": -491780, + "y": 15000, + "z": -261030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 252, + "instId": 300009, + "propState": 0, + "pos": { + "x": -494780, + "y": 9000, + "z": -294030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 252, + "instId": 300013, + "propState": 0, + "pos": { + "x": -494780, + "y": 15000, + "z": -294030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 252, + "instId": 300014, + "propState": 0, + "pos": { + "x": -491780, + "y": 9000, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 252, + "instId": 300015, + "propState": 0, + "pos": { + "x": -491780, + "y": 15000, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "254": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -503140, + "y": 26980, + "z": -291140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 254, + "instId": 300003, + "propState": 0, + "pos": { + "x": -497900, + "y": 21030, + "z": -293960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 254, + "instId": 300004, + "propState": 0, + "pos": { + "x": -497890, + "y": 11740, + "z": -291000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 254, + "instId": 300005, + "propState": 0, + "pos": { + "x": -497890, + "y": 11160, + "z": -291000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 254, + "instId": 300006, + "propState": 0, + "pos": { + "x": -491900, + "y": 21030, + "z": -290960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 254, + "instId": 300007, + "propState": 0, + "pos": { + "x": -491900, + "y": 9090, + "z": -290960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 254, + "instId": 300008, + "propState": 0, + "pos": { + "x": -497900, + "y": 21030, + "z": -290960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 254, + "instId": 300009, + "propState": 0, + "pos": { + "x": -497900, + "y": 9090, + "z": -290960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 254, + "instId": 300010, + "propState": 0, + "pos": { + "x": -494900, + "y": 21030, + "z": -293960 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 254, + "instId": 300011, + "propState": 0, + "pos": { + "x": -494900, + "y": 21030, + "z": -287960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 254, + "instId": 300012, + "propState": 0, + "pos": { + "x": -494900, + "y": 9090, + "z": -293960 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 254, + "instId": 300013, + "propState": 0, + "pos": { + "x": -494900, + "y": 9090, + "z": -287960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "265": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 265, + "instId": 300001, + "propState": 0, + "pos": { + "x": -450060, + "y": 3007, + "z": -276030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 265, + "instId": 300002, + "propState": 0, + "pos": { + "x": -450060, + "y": 3007, + "z": -270030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 265, + "instId": 300003, + "propState": 0, + "pos": { + "x": -454610, + "y": 2996, + "z": -262850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "270": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -467940, + "y": -4710, + "z": -270130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103192 + }, + { + "groupId": 270, + "instId": 300003, + "propState": 0, + "pos": { + "x": -462131, + "y": -3004, + "z": -282040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103191 + }, + { + "groupId": 270, + "instId": 300004, + "propState": 0, + "pos": { + "x": -459110, + "y": 2980, + "z": -270470 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 270, + "instId": 300005, + "propState": 0, + "pos": { + "x": -459110, + "y": 2980, + "z": -269590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 270, + "instId": 300006, + "propState": 0, + "pos": { + "x": -468050, + "y": -2990, + "z": -279070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 270, + "instId": 300007, + "propState": 0, + "pos": { + "x": -468050, + "y": -2990, + "z": -261070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 270, + "instId": 300008, + "propState": 0, + "pos": { + "x": -456050, + "y": 3010, + "z": -279070 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 270, + "instId": 300009, + "propState": 0, + "pos": { + "x": -456050, + "y": 3010, + "z": -261070 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 270, + "instId": 300010, + "propState": 0, + "pos": { + "x": -462050, + "y": -2990, + "z": -279070 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 270, + "instId": 300011, + "propState": 0, + "pos": { + "x": -462050, + "y": -2990, + "z": -261070 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "272": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 272, + "instId": 300009, + "propState": 0, + "pos": { + "x": 185773, + "y": 1126, + "z": -406217 + }, + "rot": { + "x": 0, + "y": 155450, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 272, + "instId": 300010, + "propState": 0, + "pos": { + "x": 188447, + "y": -5632, + "z": -460249 + }, + "rot": { + "x": 0, + "y": 283672, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 272, + "instId": 300012, + "propState": 0, + "pos": { + "x": 212021, + "y": -5573, + "z": -449937 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 272, + "instId": 300013, + "propState": 0, + "pos": { + "x": 204400, + "y": -11561, + "z": -396550 + }, + "rot": { + "x": 0, + "y": 250606, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 272, + "instId": 300014, + "propState": 0, + "pos": { + "x": 149319, + "y": 312, + "z": -455701 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 272, + "instId": 300001, + "propState": 0, + "pos": { + "x": 145706, + "y": 6263, + "z": -420091 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 272, + "instId": 300002, + "propState": 0, + "pos": { + "x": 106302, + "y": 12097, + "z": -398816 + }, + "rot": { + "x": 0, + "y": 272602, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "273": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 273, + "instId": 300009, + "propState": 0, + "pos": { + "x": 371455, + "y": 9514, + "z": 191990 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 273, + "instId": 300010, + "propState": 0, + "pos": { + "x": 403800, + "y": 12190, + "z": 211320 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 273, + "instId": 300012, + "propState": 0, + "pos": { + "x": 437041, + "y": 18768, + "z": 221554 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 273, + "instId": 300001, + "propState": 0, + "pos": { + "x": 404886, + "y": 4140, + "z": 182358 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 273, + "instId": 300002, + "propState": 0, + "pos": { + "x": 387682, + "y": -2743, + "z": 153701 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + }, + "274": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 274, + "instId": 300009, + "propState": 0, + "pos": { + "x": 438810, + "y": 11250, + "z": 146505 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 274, + "instId": 300010, + "propState": 0, + "pos": { + "x": 421780, + "y": 6170, + "z": 146500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 274, + "instId": 300001, + "propState": 0, + "pos": { + "x": 451280, + "y": -15390, + "z": 146510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 274, + "instId": 300002, + "propState": 0, + "pos": { + "x": 390344, + "y": 7802, + "z": 140453 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "275": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 275, + "instId": 300009, + "propState": 0, + "pos": { + "x": 438728, + "y": 638, + "z": 233536 + }, + "rot": { + "x": 0, + "y": 299254, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 275, + "instId": 300010, + "propState": 0, + "pos": { + "x": 429227, + "y": -2151, + "z": 212957 + }, + "rot": { + "x": 0, + "y": 27601, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "276": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 276, + "instId": 300009, + "propState": 0, + "pos": { + "x": -5768, + "y": 81603, + "z": 751433 + }, + "rot": { + "x": 0, + "y": 102530, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 276, + "instId": 300010, + "propState": 0, + "pos": { + "x": 1300, + "y": 81650, + "z": 802202 + }, + "rot": { + "x": 0, + "y": 262250, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 276, + "instId": 300001, + "propState": 0, + "pos": { + "x": 71763, + "y": 101762, + "z": 774040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 276, + "instId": 300002, + "propState": 0, + "pos": { + "x": 25570, + "y": 81661, + "z": 750600 + }, + "rot": { + "x": 0, + "y": 69554, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 276, + "instId": 300003, + "propState": 0, + "pos": { + "x": -8965, + "y": 87414, + "z": 778112 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + }, + "277": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 277, + "instId": 300002, + "propState": 0, + "pos": { + "x": -8182, + "y": 92294, + "z": 802061 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "278": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 278, + "instId": 300002, + "propState": 0, + "pos": { + "x": 19720, + "y": 84470, + "z": 806020 + }, + "rot": { + "x": 0, + "y": 269956, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 278, + "instId": 300001, + "propState": 0, + "pos": { + "x": 42057, + "y": 70453, + "z": 806020 + }, + "rot": { + "x": 0, + "y": 90004, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "279": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 279, + "instId": 300002, + "propState": 0, + "pos": { + "x": 57045, + "y": 71336, + "z": 784677 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 279, + "instId": 300001, + "propState": 0, + "pos": { + "x": 57030, + "y": 97480, + "z": 780770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "284": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "285": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -491890, + "y": 18090, + "z": -306570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 285, + "instId": 300005, + "propState": 0, + "pos": { + "x": -491890, + "y": 18090, + "z": -305490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 285, + "instId": 300006, + "propState": 0, + "pos": { + "x": -494930, + "y": 21070, + "z": -324030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300007, + "propState": 0, + "pos": { + "x": -494930, + "y": 21070, + "z": -294030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300008, + "propState": 0, + "pos": { + "x": -494930, + "y": 15070, + "z": -324030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300009, + "propState": 0, + "pos": { + "x": -494930, + "y": 15070, + "z": -294030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300010, + "propState": 0, + "pos": { + "x": -494930, + "y": 21070, + "z": -318030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300011, + "propState": 0, + "pos": { + "x": -494930, + "y": 21070, + "z": -288030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300012, + "propState": 0, + "pos": { + "x": -494930, + "y": 15070, + "z": -318030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300013, + "propState": 0, + "pos": { + "x": -494930, + "y": 15070, + "z": -288030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300014, + "propState": 0, + "pos": { + "x": -491930, + "y": 21070, + "z": -321030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300015, + "propState": 0, + "pos": { + "x": -491930, + "y": 15070, + "z": -321030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300016, + "propState": 0, + "pos": { + "x": -497930, + "y": 21070, + "z": -321030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300017, + "propState": 0, + "pos": { + "x": -497930, + "y": 15070, + "z": -321030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300018, + "propState": 0, + "pos": { + "x": -491930, + "y": 21070, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300019, + "propState": 0, + "pos": { + "x": -491930, + "y": 15070, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300020, + "propState": 0, + "pos": { + "x": -497930, + "y": 21070, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 285, + "instId": 300021, + "propState": 0, + "pos": { + "x": -497930, + "y": 15070, + "z": -291030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103085 + } + ], + "teleports": {} + }, + "286": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 286, + "instId": 300001, + "propState": 0, + "pos": { + "x": -485852, + "y": 9048, + "z": -293960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 286, + "instId": 300002, + "propState": 0, + "pos": { + "x": -497852, + "y": 9048, + "z": -293960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 286, + "instId": 300003, + "propState": 0, + "pos": { + "x": -487150, + "y": 9034, + "z": -301550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 286, + "instId": 300004, + "propState": 0, + "pos": { + "x": -491852, + "y": 9048, + "z": -293960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103033 + } + ], + "teleports": {} + }, + "287": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "288": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 288, + "instId": 300002, + "propState": 0, + "pos": { + "x": -467940, + "y": -6070, + "z": -307450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103001 + } + ], + "teleports": {} + }, + "289": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 289, + "instId": 300001, + "propState": 12, + "pos": { + "x": -493624, + "y": 26980, + "z": -295524 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "296": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 31050, + "y": 93041, + "z": 798960 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 296, + "instId": 300003, + "propState": 0, + "pos": { + "x": 31050, + "y": 93041, + "z": 798960 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 296, + "instId": 300004, + "propState": 0, + "pos": { + "x": 31050, + "y": 93041, + "z": 798960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 296, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 32830, + "y": 93041, + "z": 798410 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "298": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "299": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -40208, + "y": 12993, + "z": 20392 + }, + "rot": { + "x": 0, + "y": 127806, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 299, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "300": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "301": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "302": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -112001, + "y": 4276, + "z": 264271 + }, + "rot": { + "x": 0, + "y": 215917, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 302, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "303": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "304": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -95560, + "y": 9980, + "z": 108115 + }, + "rot": { + "x": 0, + "y": 124466, + "z": 0 + }, + "propId": 103025 + }, + { + "groupId": 304, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "305": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "306": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "307": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "308": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "309": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 131817, + "y": 14268, + "z": 119109 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "310": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "311": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "312": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "313": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "314": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "315": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "316": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "317": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "319": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 319, + "instId": 300001, + "propState": 11, + "pos": { + "x": -45034, + "y": 11513, + "z": 58384 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "320": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 320, + "instId": 300001, + "propState": 11, + "pos": { + "x": 107385, + "y": 13750, + "z": 151347 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "321": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 321, + "instId": 300001, + "propState": 11, + "pos": { + "x": 125010, + "y": 670, + "z": 253581 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "322": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 322, + "instId": 300001, + "propState": 11, + "pos": { + "x": 18809, + "y": 81661, + "z": 759250 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103018 + } + ], + "teleports": {} + }, + "323": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 323, + "instId": 300001, + "propState": 12, + "pos": { + "x": 9980, + "y": 97970, + "z": 737460 + }, + "rot": { + "x": 0, + "y": 359969, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "324": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 324, + "instId": 300009, + "propState": 0, + "pos": { + "x": 11680, + "y": 97961, + "z": 737460 + }, + "rot": { + "x": 0, + "y": 90047, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 324, + "instId": 300001, + "propState": 0, + "pos": { + "x": 17314, + "y": 92999, + "z": 737470 + }, + "rot": { + "x": 0, + "y": 270066, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "325": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 325, + "instId": 300001, + "propState": 12, + "pos": { + "x": 33542, + "y": 64838, + "z": 805983 + }, + "rot": { + "x": 0, + "y": 85927, + "z": 0 + }, + "propId": 60301 + } + ], + "teleports": {} + }, + "326": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -112674, + "y": 670, + "z": 247257 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 326, + "instId": 300003, + "propState": 0, + "pos": { + "x": -112674, + "y": 670, + "z": 247257 + }, + "rot": { + "x": 0, + "y": 352875, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 326, + "instId": 300004, + "propState": 0, + "pos": { + "x": -112674, + "y": 670, + "z": 247257 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 326, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -125986, + "y": 670, + "z": 252354 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "327": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 327, + "instId": 300001, + "propState": 0, + "pos": { + "x": 9642, + "y": 4615, + "z": 283778 + }, + "rot": { + "x": 0, + "y": 349862, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + }, + "328": { + "monsters": [ + { + "groupId": 328, + "instId": 200001, + "eventId": 20332001, + "pos": { + "x": 3146, + "y": 7235, + "z": -62167 + }, + "rot": { + "x": 0, + "y": 205000, + "z": 0 + }, + "monsterId": 3012010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "329": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "330": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "331": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "332": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "333": { + "monsters": [ + { + "groupId": 333, + "instId": 200001, + "eventId": 20332036, + "pos": { + "x": 8287, + "y": 81640, + "z": 793809 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "monsterId": 3012020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "334": { + "monsters": [ + { + "groupId": 334, + "instId": 200001, + "eventId": 20332035, + "pos": { + "x": 8532, + "y": 95267, + "z": 737460 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "monsterId": 3012040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "335": { + "monsters": [ + { + "groupId": 335, + "instId": 200001, + "eventId": 20332037, + "pos": { + "x": 13986, + "y": 72655, + "z": 805983 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "monsterId": 3012040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "336": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "337": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -93710, + "y": 7259, + "z": 87420 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 337, + "instId": 300003, + "propState": 0, + "pos": { + "x": -93710, + "y": 7259, + "z": 87420 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "360": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 360, + "instId": 300001, + "propState": 8, + "pos": { + "x": -24, + "y": 4677, + "z": 281675 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 113 + } + ], + "teleports": { + "1305": { + "anchorId": 1, + "groupId": 360, + "instId": 300001, + "pos": { + "x": -30, + "y": 4662, + "z": 279240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "373": { + "monsters": [ + { + "groupId": 373, + "instId": 200001, + "eventId": 20332101, + "pos": { + "x": 3146, + "y": 7235, + "z": -62167 + }, + "rot": { + "x": 0, + "y": 205000, + "z": 0 + }, + "monsterId": 3012010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "374": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "375": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "376": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "377": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "378": { + "monsters": [ + { + "groupId": 378, + "instId": 200001, + "eventId": 20332136, + "pos": { + "x": 8287, + "y": 81640, + "z": 793809 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "monsterId": 3012020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "379": { + "monsters": [ + { + "groupId": 379, + "instId": 200001, + "eventId": 20332135, + "pos": { + "x": 8532, + "y": 95267, + "z": 737460 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3012040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "380": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "381": { + "monsters": [ + { + "groupId": 381, + "instId": 200001, + "eventId": 20332137, + "pos": { + "x": 13986, + "y": 72655, + "z": 805983 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3012040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "382": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "383": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "392": { + "monsters": [ + { + "groupId": 392, + "instId": 200001, + "eventId": 20332235, + "pos": { + "x": 157913, + "y": 4760, + "z": 186007 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "monsterId": 3003040 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 160120, + "y": 4760, + "z": 185200 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 392, + "instId": 300003, + "propState": 0, + "pos": { + "x": 160120, + "y": 4760, + "z": 185200 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "394": { + "monsters": [ + { + "groupId": 394, + "instId": 200001, + "eventId": 20332236, + "pos": { + "x": -504170, + "y": 6044, + "z": -251890 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3003050 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -507060, + "y": 6044, + "z": -251940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 394, + "instId": 300003, + "propState": 0, + "pos": { + "x": -507060, + "y": 6044, + "z": -251940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "395": { + "monsters": [ + { + "groupId": 395, + "instId": 200001, + "eventId": 20332237, + "pos": { + "x": -485890, + "y": -2966, + "z": -326960 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 3003030 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -488690, + "y": -2966, + "z": -326960 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 395, + "instId": 300003, + "propState": 0, + "pos": { + "x": -488690, + "y": -2966, + "z": -326960 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "400": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 400, + "instId": 300001, + "propState": 0, + "pos": { + "x": -520450, + "y": 33045, + "z": -291257 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "401": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 401, + "instId": 300009, + "propState": 0, + "pos": { + "x": 451530, + "y": 452, + "z": 186820 + }, + "rot": { + "x": 0, + "y": 299254, + "z": 0 + }, + "propId": 103014 + } + ], + "teleports": {} + }, + "402": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 402, + "instId": 300009, + "propState": 0, + "pos": { + "x": 37600, + "y": 81011, + "z": 789369 + }, + "rot": { + "x": 0, + "y": 102821, + "z": 0 + }, + "propId": 103014 + } + ], + "teleports": {} + }, + "406": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "408": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 408, + "instId": 300009, + "propState": 0, + "pos": { + "x": -483260, + "y": -3004, + "z": -267680 + }, + "rot": { + "x": 0, + "y": 359514, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 408, + "instId": 300010, + "propState": 0, + "pos": { + "x": -457719, + "y": 3006, + "z": -247133 + }, + "rot": { + "x": 0, + "y": 260879, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 408, + "instId": 300012, + "propState": 0, + "pos": { + "x": -454858, + "y": 3006, + "z": -293402 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 408, + "instId": 300001, + "propState": 0, + "pos": { + "x": -500928, + "y": 9044, + "z": -314403 + }, + "rot": { + "x": 0, + "y": 335220, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 408, + "instId": 300002, + "propState": 0, + "pos": { + "x": -495973, + "y": 9044, + "z": -309022 + }, + "rot": { + "x": 0, + "y": 318406, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "409": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "410": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 410, + "instId": 300001, + "propState": 0, + "pos": { + "x": -467940, + "y": -5750, + "z": -297090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 410, + "instId": 300002, + "propState": 0, + "pos": { + "x": -467940, + "y": -12913, + "z": -325203 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 410, + "instId": 300003, + "propState": 0, + "pos": { + "x": -467940, + "y": -13097, + "z": -327665 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "411": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 411, + "instId": 300009, + "propState": 0, + "pos": { + "x": -509606, + "y": 26965, + "z": -296014 + }, + "rot": { + "x": 0, + "y": 286640, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 411, + "instId": 300012, + "propState": 0, + "pos": { + "x": -498534, + "y": 26980, + "z": -277999 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 411, + "instId": 300001, + "propState": 0, + "pos": { + "x": -509097, + "y": 26779, + "z": -295170 + }, + "rot": { + "x": 0, + "y": 279290, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 411, + "instId": 300002, + "propState": 0, + "pos": { + "x": -507125, + "y": 26965, + "z": -287160 + }, + "rot": { + "x": 0, + "y": 193647, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 411, + "instId": 300003, + "propState": 0, + "pos": { + "x": -490540, + "y": 26980, + "z": -291310 + }, + "rot": { + "x": 0, + "y": 99055, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "412": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "413": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "414": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 414, + "instId": 300009, + "propState": 0, + "pos": { + "x": -452997, + "y": 3006, + "z": -278634 + }, + "rot": { + "x": 0, + "y": 287090, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 414, + "instId": 300010, + "propState": 0, + "pos": { + "x": -451510, + "y": 3006, + "z": -254549 + }, + "rot": { + "x": 0, + "y": 192306, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 414, + "instId": 300012, + "propState": 0, + "pos": { + "x": -455180, + "y": 3006, + "z": -289150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 414, + "instId": 300001, + "propState": 0, + "pos": { + "x": -457879, + "y": 3006, + "z": -333591 + }, + "rot": { + "x": 0, + "y": 271878, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 414, + "instId": 300002, + "propState": 0, + "pos": { + "x": -490780, + "y": 5870, + "z": -326718 + }, + "rot": { + "x": 0, + "y": 336304, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 414, + "instId": 300003, + "propState": 0, + "pos": { + "x": -491179, + "y": 6044, + "z": -247568 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 414, + "instId": 300004, + "propState": 0, + "pos": { + "x": -500880, + "y": 9044, + "z": -270670 + }, + "rot": { + "x": 0, + "y": 40155, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 414, + "instId": 300005, + "propState": 0, + "pos": { + "x": -537160, + "y": 14870, + "z": -291020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "416": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 416, + "instId": 300009, + "propState": 0, + "pos": { + "x": -509606, + "y": 26965, + "z": -296014 + }, + "rot": { + "x": 0, + "y": 286640, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 416, + "instId": 300012, + "propState": 0, + "pos": { + "x": -488319, + "y": 26980, + "z": -283857 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 416, + "instId": 300001, + "propState": 0, + "pos": { + "x": -509097, + "y": 26779, + "z": -295170 + }, + "rot": { + "x": 0, + "y": 279290, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 416, + "instId": 300002, + "propState": 0, + "pos": { + "x": -487102, + "y": 26980, + "z": -298634 + }, + "rot": { + "x": 0, + "y": 138255, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 416, + "instId": 300003, + "propState": 0, + "pos": { + "x": -499301, + "y": 26980, + "z": -305085 + }, + "rot": { + "x": 0, + "y": 301755, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "417": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "419": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "420": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 420, + "instId": 300009, + "propState": 0, + "pos": { + "x": -452997, + "y": 3006, + "z": -278634 + }, + "rot": { + "x": 0, + "y": 287090, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 420, + "instId": 300010, + "propState": 0, + "pos": { + "x": -457016, + "y": 3006, + "z": -247147 + }, + "rot": { + "x": 0, + "y": 268152, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 420, + "instId": 300012, + "propState": 0, + "pos": { + "x": -455180, + "y": 3006, + "z": -289150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 420, + "instId": 300001, + "propState": 0, + "pos": { + "x": -457879, + "y": 3006, + "z": -333591 + }, + "rot": { + "x": 0, + "y": 271878, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 420, + "instId": 300002, + "propState": 0, + "pos": { + "x": -493935, + "y": 5870, + "z": -332883 + }, + "rot": { + "x": 0, + "y": 349002, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 420, + "instId": 300003, + "propState": 0, + "pos": { + "x": -491179, + "y": 6044, + "z": -247568 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 420, + "instId": 300004, + "propState": 0, + "pos": { + "x": -487896, + "y": 9044, + "z": -308143 + }, + "rot": { + "x": 0, + "y": 244514, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 420, + "instId": 300005, + "propState": 0, + "pos": { + "x": -481486, + "y": -2966, + "z": -323038 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 420, + "instId": 300006, + "propState": 0, + "pos": { + "x": -484204, + "y": -3004, + "z": -248429 + }, + "rot": { + "x": 0, + "y": 169895, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 420, + "instId": 300007, + "propState": 0, + "pos": { + "x": -487070, + "y": 6044, + "z": -251932 + }, + "rot": { + "x": 0, + "y": 179877, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 420, + "instId": 300008, + "propState": 0, + "pos": { + "x": -500880, + "y": 9044, + "z": -270670 + }, + "rot": { + "x": 0, + "y": 40155, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 420, + "instId": 300011, + "propState": 0, + "pos": { + "x": -501676, + "y": 33045, + "z": -303907 + }, + "rot": { + "x": 0, + "y": 315678, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 420, + "instId": 300013, + "propState": 0, + "pos": { + "x": -502435, + "y": 33045, + "z": -277968 + }, + "rot": { + "x": 0, + "y": 150592, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "422": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "423": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 423, + "instId": 300009, + "propState": 0, + "pos": { + "x": -509606, + "y": 26965, + "z": -296014 + }, + "rot": { + "x": 0, + "y": 286640, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 423, + "instId": 300012, + "propState": 0, + "pos": { + "x": -488319, + "y": 26980, + "z": -283857 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 423, + "instId": 300001, + "propState": 0, + "pos": { + "x": -509097, + "y": 26779, + "z": -295170 + }, + "rot": { + "x": 0, + "y": 279290, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 423, + "instId": 300002, + "propState": 0, + "pos": { + "x": -487102, + "y": 26980, + "z": -298634 + }, + "rot": { + "x": 0, + "y": 138255, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 423, + "instId": 300003, + "propState": 0, + "pos": { + "x": -499301, + "y": 26980, + "z": -305085 + }, + "rot": { + "x": 0, + "y": 301755, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "429": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "431": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 431, + "instId": 300001, + "propState": 0, + "pos": { + "x": 128800, + "y": 14357, + "z": 105731 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 431, + "instId": 300002, + "propState": 0, + "pos": { + "x": 133090, + "y": 14426, + "z": 130980 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + }, + "432": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "433": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "477": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "482": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 482, + "instId": 300001, + "propState": 8, + "pos": { + "x": 63280, + "y": 1699, + "z": 258020 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1023": { + "anchorId": 1, + "groupId": 482, + "instId": 300001, + "pos": { + "x": 64574, + "y": 1699, + "z": 258502 + }, + "rot": { + "x": 0, + "y": 243401, + "z": 0 + } + } + } + }, + "483": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -159410, + "y": 4760, + "z": 191270 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1210": { + "anchorId": 1, + "groupId": 483, + "instId": 300001, + "pos": { + "x": -157817, + "y": 4760, + "z": 189120 + }, + "rot": { + "x": 0, + "y": 305484, + "z": 0 + } + } + } + }, + "489": { + "monsters": [ + { + "groupId": 489, + "instId": 200001, + "eventId": 101221, + "pos": { + "x": 49500, + "y": 12753, + "z": 4950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3003054 + } + ], + "npcs": [], + "props": [ + { + "groupId": 489, + "instId": 300001, + "propState": 8, + "pos": { + "x": 49500, + "y": 13753, + "z": 4950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1121": { + "anchorId": 1, + "groupId": 489, + "instId": 300001, + "pos": { + "x": 43430, + "y": 12753, + "z": 4950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "498": { + "monsters": [ + { + "groupId": 498, + "instId": 200001, + "eventId": 101219, + "pos": { + "x": 90140, + "y": 7259, + "z": 91590 + }, + "rot": { + "x": 0, + "y": 355635, + "z": 0 + }, + "monsterId": 3003043 + } + ], + "npcs": [], + "props": [ + { + "groupId": 498, + "instId": 300001, + "propState": 8, + "pos": { + "x": 90140, + "y": 8259, + "z": 91590 + }, + "rot": { + "x": 0, + "y": 265635, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1119": { + "anchorId": 1, + "groupId": 498, + "instId": 300001, + "pos": { + "x": 89970, + "y": 7259, + "z": 97360 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 401 + } + }, + "3000101": { + "P30101_F30101001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300002, + "propState": 0, + "pos": { + "x": -35640, + "y": -2134, + "z": -170280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 1, + "instId": 300014, + "propState": 0, + "pos": { + "x": -81930, + "y": 700, + "z": -149450 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "2": { + "monsters": [ + { + "groupId": 2, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -61000, + "y": -2141, + "z": -170700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "3": { + "monsters": [ + { + "groupId": 3, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -61000, + "y": -2141, + "z": -170700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "4": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "5": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 4, + "worldId": 999 + } + }, + "3000201": { + "P30102_F30102001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 0, + "pos": { + "x": 37200, + "y": 20006, + "z": -64010 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 0, + "pos": { + "x": 590, + "y": 19964, + "z": -68820 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 1, + "pos": { + "x": -6039, + "y": 19989, + "z": -21230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101019 + } + ], + "teleports": {} + }, + "8": { + "monsters": [ + { + "groupId": 8, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 8031, + "y": 19978, + "z": -54267 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "9": { + "monsters": [ + { + "groupId": 9, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 8031, + "y": 19978, + "z": -54267 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "10": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "11": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "13": { + "monsters": [ + { + "groupId": 13, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 8031, + "y": 19978, + "z": -54267 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [ + { + "groupId": 14, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 8031, + "y": 19978, + "z": -54267 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "15": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "16": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 4, + "worldId": 999 + } + }, + "3000202": { + "P30102_F30102001": { + "scenes": { + "5": { + "monsters": [ + { + "groupId": 5, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -714570, + "y": 6270, + "z": 73130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "6": { + "monsters": [ + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -714570, + "y": 6270, + "z": 73130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [ + { + "groupId": 7, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -714570, + "y": 6270, + "z": 67130 + }, + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "8": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 4, + "worldId": 999 + } + }, + "3000203": { + "P30102_F30102001": { + "scenes": { + "4": { + "monsters": [ + { + "groupId": 4, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -30, + "y": -9077, + "z": -8581 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "5": { + "monsters": [ + { + "groupId": 5, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -30, + "y": -9077, + "z": -8581 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "6": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "9": { + "monsters": [ + { + "groupId": 9, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -30, + "y": -9077, + "z": -8581 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 4, + "worldId": 999 + } + }, + "3000204": { + "P30102_F30102001": { + "scenes": { + "3": { + "monsters": [ + { + "groupId": 3, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -2722, + "y": 144131, + "z": -14086 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "4": { + "monsters": [ + { + "groupId": 4, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -2722, + "y": 144131, + "z": -14086 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "5": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "6": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": 24917, + "y": 148839, + "z": -15661 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -15001, + "y": 176391, + "z": 51728 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 4, + "worldId": 999 + } + }, + "3000205": { + "P30102_F30102001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "6": { + "monsters": [ + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 580, + "y": 8551, + "z": 54030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [ + { + "groupId": 7, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 580, + "y": 8551, + "z": 54030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 4, + "worldId": 999 + } + }, + "3000206": { + "P30102_F30102001": { + "scenes": { + "11": { + "monsters": [ + { + "groupId": 11, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -7360, + "y": 1528, + "z": 16590 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "12": { + "monsters": [ + { + "groupId": 12, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -7360, + "y": 1528, + "z": 16590 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "13": { + "monsters": [ + { + "groupId": 13, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -405651, + "y": -44430, + "z": 115454 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [ + { + "groupId": 14, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -405651, + "y": -44430, + "z": 115454 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 4, + "worldId": 999 + } + }, + "3000301": { + "P30103_F30103001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300002, + "propState": 0, + "pos": { + "x": 58080, + "y": 1942, + "z": 91860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 0, + "pos": { + "x": 98240, + "y": 1907, + "z": 81770 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "8": { + "monsters": [ + { + "groupId": 8, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 88000, + "y": 1942, + "z": 91670 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "9": { + "monsters": [ + { + "groupId": 9, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 88000, + "y": 1942, + "z": 91670 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "10": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "11": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 4, + "worldId": 999 + } + }, + "3000401": { + "P30104_F30104001": { + "scenes": { + "8": { + "monsters": [ + { + "groupId": 8, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -16860, + "y": 2171, + "z": 54970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "9": { + "monsters": [ + { + "groupId": 9, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -16860, + "y": 2171, + "z": 54970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "10": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "11": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47718, + "y": -1332, + "z": 98260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102037 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 4, + "worldId": 999 + } + }, + "3000501": { + "P30105_F30105001": { + "scenes": { + "8": { + "monsters": [ + { + "groupId": 8, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 44217, + "y": 60366, + "z": 42470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "9": { + "monsters": [ + { + "groupId": 9, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 44217, + "y": 60366, + "z": 42470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "10": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "11": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300002, + "propState": 0, + "pos": { + "x": -41310, + "y": 49900, + "z": 41960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 902 + } + ], + "teleports": {} + }, + "20": { + "monsters": [ + { + "groupId": 20, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 44217, + "y": 60366, + "z": 42470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "33": { + "monsters": [ + { + "groupId": 33, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 44217, + "y": 60366, + "z": 42470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 4, + "worldId": 999 + } + }, + "3002001": { + "P30120_F30120001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 0, + "pos": { + "x": -5893, + "y": 20010, + "z": -27940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "2": { + "monsters": [ + { + "groupId": 2, + "instId": 200001, + "eventId": 104201, + "pos": { + "x": 9590, + "y": 19980, + "z": -56760 + }, + "rot": { + "x": 0, + "y": 335096, + "z": 0 + }, + "monsterId": 1013010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "3": { + "monsters": [ + { + "groupId": 3, + "instId": 200001, + "eventId": 104202, + "pos": { + "x": 9590, + "y": 19980, + "z": -56760 + }, + "rot": { + "x": 0, + "y": 335096, + "z": 0 + }, + "monsterId": 1023020 + } + ], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "4": { + "monsters": [ + { + "groupId": 4, + "instId": 200001, + "eventId": 104203, + "pos": { + "x": 9590, + "y": 19980, + "z": -56760 + }, + "rot": { + "x": 0, + "y": 335096, + "z": 0 + }, + "monsterId": 1023010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "5": { + "monsters": [ + { + "groupId": 5, + "instId": 200001, + "eventId": 104204, + "pos": { + "x": 9590, + "y": 19980, + "z": -56760 + }, + "rot": { + "x": 0, + "y": 335096, + "z": 0 + }, + "monsterId": 8003030 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "6": { + "monsters": [ + { + "groupId": 6, + "instId": 200001, + "eventId": 104205, + "pos": { + "x": 9590, + "y": 19980, + "z": -56760 + }, + "rot": { + "x": 0, + "y": 335096, + "z": 0 + }, + "monsterId": 8013010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [ + { + "groupId": 7, + "instId": 200001, + "eventId": 104206, + "pos": { + "x": 9590, + "y": 19980, + "z": -56760 + }, + "rot": { + "x": 0, + "y": 335096, + "z": 0 + }, + "monsterId": 1003010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 999 + } + }, + "3012101": { + "P30121_F30121001": { + "scenes": { + "6": { + "monsters": [ + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -117249, + "y": 11558, + "z": 62180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [ + { + "groupId": 7, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -117249, + "y": 11558, + "z": 62180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 4, + "worldId": 999 + } + }, + "3012102": { + "P30121_F30121001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "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": 1, + "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": 1, + "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": 1, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 3, + "instId": 300016, + "propState": 0, + "pos": { + "x": -84221, + "y": -16868, + "z": -198931 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 3, + "instId": 300017, + "propState": 0, + "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": 0, + "pos": { + "x": -190551, + "y": 16032, + "z": -52573 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "6": { + "monsters": [ + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -40, + "y": -15915, + "z": -269070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [ + { + "groupId": 7, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -40, + "y": -15915, + "z": -269070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 4, + "worldId": 999 + } + }, + "3012201": { + "P30122_F30122001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300004, + "propState": 1, + "pos": { + "x": -94254, + "y": 62594, + "z": -627 + }, + "rot": { + "x": 0, + "y": 179690, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 1, + "pos": { + "x": -94017, + "y": 62594, + "z": 11811 + }, + "rot": { + "x": 0, + "y": 359691, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 1, + "pos": { + "x": -23559, + "y": 51604, + "z": 140136 + }, + "rot": { + "x": 0, + "y": 166963, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 0, + "pos": { + "x": -107830, + "y": 62595, + "z": 6020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103141 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "7": { + "monsters": [ + { + "groupId": 7, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 64440, + "y": 49957, + "z": 6160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "8": { + "monsters": [ + { + "groupId": 8, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 64440, + "y": 49957, + "z": 6160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "9": { + "monsters": [ + { + "groupId": 9, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -147300, + "y": 60884, + "z": 6311 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "10": { + "monsters": [ + { + "groupId": 10, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -147300, + "y": 60884, + "z": 6311 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 4, + "worldId": 999 + } + }, + "3012202": { + "P30122_F30122001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300004, + "propState": 1, + "pos": { + "x": -94254, + "y": 62594, + "z": -627 + }, + "rot": { + "x": 0, + "y": 179690, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 1, + "pos": { + "x": -94017, + "y": 62594, + "z": 11811 + }, + "rot": { + "x": 0, + "y": 359691, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 1, + "pos": { + "x": -23559, + "y": 51604, + "z": 140136 + }, + "rot": { + "x": 0, + "y": 166963, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 0, + "pos": { + "x": -107830, + "y": 62595, + "z": 6020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103141 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "7": { + "monsters": [ + { + "groupId": 7, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 64440, + "y": 49957, + "z": 6160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "8": { + "monsters": [ + { + "groupId": 8, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 64440, + "y": 49957, + "z": 6160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "9": { + "monsters": [ + { + "groupId": 9, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -147300, + "y": 60884, + "z": 6311 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "10": { + "monsters": [ + { + "groupId": 10, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -147300, + "y": 60884, + "z": 6311 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 4, + "worldId": 999, + "startAnchorId": 2, + "startGroupId": 1 + } + }, + "3012301": { + "P30123_F30123001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": -270, + "y": 14790, + "z": 74295 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": -341, + "y": 14790, + "z": 89637 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": 156668, + "y": 14340, + "z": 222430 + }, + "rot": { + "x": 0, + "y": 187563, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 0, + "pos": { + "x": -461, + "y": 14610, + "z": 120291 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300017, + "propState": 0, + "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": 0, + "pos": { + "x": 62724, + "y": 4233, + "z": 136965 + }, + "rot": { + "x": 0, + "y": 324210, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "pos": { + "x": 110189, + "y": 2463, + "z": 198517 + }, + "rot": { + "x": 0, + "y": 284705, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300018, + "propState": 0, + "pos": { + "x": -61960, + "y": 4211, + "z": 138160 + }, + "rot": { + "x": 0, + "y": 35790, + "z": 0 + }, + "propId": 103040 + }, + { + "groupId": 4, + "instId": 300019, + "propState": 0, + "pos": { + "x": -108850, + "y": 2463, + "z": 198910 + }, + "rot": { + "x": 0, + "y": 75295, + "z": 0 + }, + "propId": 103040 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 0, + "pos": { + "x": -62740, + "y": 4240, + "z": 136945 + }, + "rot": { + "x": 0, + "y": 35790, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 9586, + "y": 11320, + "z": 37640 + }, + "rot": { + "x": 0, + "y": 88735, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 0, + "pos": { + "x": -10476, + "y": 11503, + "z": 5085 + }, + "rot": { + "x": 0, + "y": 89757, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 0, + "pos": { + "x": -126957, + "y": 14540, + "z": 154869 + }, + "rot": { + "x": 0, + "y": 58598, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 0, + "pos": { + "x": -109972, + "y": 14540, + "z": 132162 + }, + "rot": { + "x": 0, + "y": 48549, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300013, + "propState": 0, + "pos": { + "x": 109973, + "y": 14540, + "z": 132162 + }, + "rot": { + "x": 0, + "y": 311451, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300014, + "propState": 0, + "pos": { + "x": 126957, + "y": 14540, + "z": 154869 + }, + "rot": { + "x": 0, + "y": 301402, + "z": 0 + }, + "propId": 103133 + } + ], + "teleports": {} + }, + "5": { + "monsters": [ + { + "groupId": 5, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -34, + "y": 4677, + "z": 281712 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "6": { + "monsters": [ + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -34, + "y": 4677, + "z": 281712 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "72": { + "monsters": [ + { + "groupId": 72, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -30, + "y": 4677, + "z": 293080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 4, + "worldId": 999 + } + }, + "3012302": { + "P30123_F30123001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": -270, + "y": 14790, + "z": 74295 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": -341, + "y": 14790, + "z": 89637 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": 156668, + "y": 14340, + "z": 222430 + }, + "rot": { + "x": 0, + "y": 187563, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 0, + "pos": { + "x": -461, + "y": 14610, + "z": 120291 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300017, + "propState": 0, + "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": 0, + "pos": { + "x": 62724, + "y": 4233, + "z": 136965 + }, + "rot": { + "x": 0, + "y": 324210, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "pos": { + "x": 110189, + "y": 2463, + "z": 198517 + }, + "rot": { + "x": 0, + "y": 284705, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300018, + "propState": 0, + "pos": { + "x": -61960, + "y": 4211, + "z": 138160 + }, + "rot": { + "x": 0, + "y": 35790, + "z": 0 + }, + "propId": 103040 + }, + { + "groupId": 4, + "instId": 300019, + "propState": 0, + "pos": { + "x": -108850, + "y": 2463, + "z": 198910 + }, + "rot": { + "x": 0, + "y": 75295, + "z": 0 + }, + "propId": 103040 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 0, + "pos": { + "x": -62740, + "y": 4240, + "z": 136945 + }, + "rot": { + "x": 0, + "y": 35790, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 9586, + "y": 11320, + "z": 37640 + }, + "rot": { + "x": 0, + "y": 88735, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 0, + "pos": { + "x": -10476, + "y": 11503, + "z": 5085 + }, + "rot": { + "x": 0, + "y": 89757, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 0, + "pos": { + "x": -126957, + "y": 14540, + "z": 154869 + }, + "rot": { + "x": 0, + "y": 58598, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 0, + "pos": { + "x": -109972, + "y": 14540, + "z": 132162 + }, + "rot": { + "x": 0, + "y": 48549, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300013, + "propState": 0, + "pos": { + "x": 109973, + "y": 14540, + "z": 132162 + }, + "rot": { + "x": 0, + "y": 311451, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300014, + "propState": 0, + "pos": { + "x": 126957, + "y": 14540, + "z": 154869 + }, + "rot": { + "x": 0, + "y": 301402, + "z": 0 + }, + "propId": 103133 + } + ], + "teleports": {} + }, + "5": { + "monsters": [ + { + "groupId": 5, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -34, + "y": 4677, + "z": 281712 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "6": { + "monsters": [ + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -34, + "y": 4677, + "z": 281712 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "72": { + "monsters": [ + { + "groupId": 72, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -30, + "y": 4677, + "z": 293080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 4, + "worldId": 999, + "startAnchorId": 1, + "startGroupId": 72 + } + }, + "3012401": { + "P30124_F30124001": { + "scenes": { + "5": { + "monsters": [ + { + "groupId": 5, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -25754, + "y": 20486, + "z": -13340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "6": { + "monsters": [ + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -25754, + "y": 20486, + "z": -13340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 4, + "worldId": 999 + } + }, + "3012402": { + "P30124_F30124001": { + "scenes": { + "5": { + "monsters": [ + { + "groupId": 5, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -445057, + "y": 6706, + "z": 829714 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "6": { + "monsters": [ + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -445057, + "y": 6706, + "z": 829714 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 4, + "worldId": 999 + } + }, + "3012501": { + "P30125_F30125001": { + "scenes": { + "5": { + "monsters": [ + { + "groupId": 5, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 268860, + "y": 79927, + "z": 95320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "6": { + "monsters": [ + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 268860, + "y": 79927, + "z": 95320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 4, + "worldId": 999 + } + }, + "3012601": { + "P30126_F30126001": { + "scenes": { + "13": { + "monsters": [ + { + "groupId": 13, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -705786, + "y": -58600, + "z": 5629 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [ + { + "groupId": 14, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -705786, + "y": -58600, + "z": 5629 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 4, + "worldId": 999 + } + }, + "3012602": { + "P30126_F30126001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": -170770, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102259 + } + ], + "teleports": {} + }, + "6": { + "monsters": [ + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 213, + "y": -193081, + "z": 137 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [ + { + "groupId": 7, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 213, + "y": -193081, + "z": 137 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 4, + "worldId": 999 + } + }, + "3012603": { + "P30126_F30126001": { + "scenes": { + "7": { + "monsters": [ + { + "groupId": 7, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -34610, + "y": 11600, + "z": -12260 + }, + "rot": { + "x": 0, + "y": 243000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "8": { + "monsters": [ + { + "groupId": 8, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -34610, + "y": 11600, + "z": -12260 + }, + "rot": { + "x": 0, + "y": 243000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 4, + "worldId": 999 + } + }, + "3020101": { + "P30201_F30201001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 1, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 1, + "pos": { + "x": 42660, + "y": 3485, + "z": -115530 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100005 + } + ], + "teleports": {} + }, + "2": { + "monsters": [ + { + "groupId": 2, + "instId": 200001, + "eventId": 9999011, + "pos": { + "x": 5763, + "y": 2743, + "z": -103360 + }, + "rot": { + "x": 0, + "y": 105679, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 18900, + "y": 3830, + "z": -112450 + }, + "rot": { + "x": 0, + "y": 17276, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 999 + } + }, + "3020201": { + "P30201_F30201001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 0, + "pos": { + "x": 124050, + "y": 46610, + "z": -51100 + }, + "rot": { + "x": 0, + "y": 355000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 0, + "pos": { + "x": 139810, + "y": 46350, + "z": -71950 + }, + "rot": { + "x": 0, + "y": 79324, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "2": { + "monsters": [ + { + "groupId": 2, + "instId": 200001, + "eventId": 9999011, + "pos": { + "x": 127280, + "y": 46570, + "z": -76220 + }, + "rot": { + "x": 0, + "y": 350000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": -11990, + "y": -2510, + "z": 137090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 999 + } + }, + "3020301": { + "P30201_F30201001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 0, + "pos": { + "x": -21890, + "y": -2460, + "z": 137400 + }, + "rot": { + "x": 0, + "y": 35691, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 0, + "pos": { + "x": -8250, + "y": -2580, + "z": 128000 + }, + "rot": { + "x": 0, + "y": 204, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 0, + "pos": { + "x": -12620, + "y": 970, + "z": 156640 + }, + "rot": { + "x": 0, + "y": 160980, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 1, + "instId": 300004, + "propState": 0, + "pos": { + "x": 6540, + "y": -2460, + "z": 149930 + }, + "rot": { + "x": 0, + "y": 238546, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "2": { + "monsters": [ + { + "groupId": 2, + "instId": 200001, + "eventId": 9999011, + "pos": { + "x": 3222, + "y": -2680, + "z": 147990 + }, + "rot": { + "x": 0, + "y": 243132, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 11, + "pos": { + "x": -10840, + "y": 19980, + "z": -39400 + }, + "rot": { + "x": 0, + "y": 131400, + "z": 0 + }, + "propId": 60103 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 999 + } + }, + "3020401": { + "P30201_F30201001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 0, + "pos": { + "x": -94410, + "y": -959, + "z": -169180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "2": { + "monsters": [ + { + "groupId": 2, + "instId": 200001, + "eventId": 9999011, + "pos": { + "x": -119260, + "y": -958, + "z": -169320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 77690, + "y": 1990, + "z": -21673 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 999 + } + }, + "3020501": { + "P30201_F30201001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 0, + "pos": { + "x": 69304, + "y": 1910, + "z": 92130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 0, + "pos": { + "x": 99150, + "y": 1910, + "z": 81520 + }, + "rot": { + "x": 0, + "y": 314954, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "2": { + "monsters": [ + { + "groupId": 2, + "instId": 200001, + "eventId": 9999011, + "pos": { + "x": 94308, + "y": 1910, + "z": 92420 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 78020, + "y": 1930, + "z": 86000 + }, + "rot": { + "x": 0, + "y": 46683, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 999 + } + }, + "3020601": { + "P30201_F30201001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 0, + "pos": { + "x": -71310, + "y": 12090, + "z": 15630 + }, + "rot": { + "x": 0, + "y": 99602, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 0, + "pos": { + "x": -93710, + "y": 10200, + "z": -16050 + }, + "rot": { + "x": 0, + "y": 350464, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "2": { + "monsters": [ + { + "groupId": 2, + "instId": 200001, + "eventId": 9999011, + "pos": { + "x": -97410, + "y": 10250, + "z": -5480 + }, + "rot": { + "x": 0, + "y": 14395, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 24920, + "y": 3940, + "z": 182130 + }, + "rot": { + "x": 0, + "y": 90448, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 999 + } + }, + "4000001": { + "P40000_F40000001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": -78450, + "y": -110, + "z": -50500 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "pos": { + "x": -71690, + "y": -110, + "z": -49380 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 0, + "pos": { + "x": -34741, + "y": -3000, + "z": -83069 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 0, + "pos": { + "x": -8950, + "y": -3000, + "z": -131120 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 0, + "pos": { + "x": 35043, + "y": 1007, + "z": -170670 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 0, + "pos": { + "x": -13380, + "y": -980, + "z": -230180 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 0, + "pos": { + "x": -11540, + "y": -980, + "z": -228440 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 101 + } + }, + "4000201": { + "P40002_F40002001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -194640, + "y": -390, + "z": -69570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 2, + "instId": 300009, + "propState": 0, + "pos": { + "x": -173490, + "y": -178, + "z": -72960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 2, + "instId": 300010, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": -171678, + "y": -4459, + "z": -85976 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 2, + "instId": 300015, + "propState": 0, + "pos": { + "x": -199790, + "y": 2966, + "z": -84240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100014 + } + ], + "teleports": {} + }, + "4": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "5": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "6": { + "monsters": [ + { + "groupId": 6, + "instId": 200001, + "eventId": 40002005, + "pos": { + "x": -96000, + "y": -1183, + "z": -53160 + }, + "rot": { + "x": 0, + "y": 91964, + "z": 0 + }, + "monsterId": 8012020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300012, + "propState": 0, + "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": 1, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 21, + "instId": 300019, + "propState": 1, + "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": 1, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 100003 + }, + { + "groupId": 21, + "instId": 300020, + "propState": 1, + "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": 1, + "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": 1, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 21, + "instId": 300022, + "propState": 1, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 0, + "pos": { + "x": -132037, + "y": 2748, + "z": -61726 + }, + "rot": { + "x": 0, + "y": 207345, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 21, + "instId": 300016, + "propState": 1, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 21, + "instId": 300026, + "propState": 1, + "pos": { + "x": -141728, + "y": -119, + "z": -73277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300018, + "propState": 0, + "pos": { + "x": -141399, + "y": -115, + "z": -71740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 21, + "instId": 300015, + "propState": 1, + "pos": { + "x": -110101, + "y": -61, + "z": -81920 + }, + "rot": { + "x": 0, + "y": 342919, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 21, + "instId": 300023, + "propState": 1, + "pos": { + "x": -110784, + "y": 504, + "z": -73208 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300013, + "propState": 1, + "pos": { + "x": -2438, + "y": 2916, + "z": -45562 + }, + "rot": { + "x": 0, + "y": 253313, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 21, + "instId": 300024, + "propState": 1, + "pos": { + "x": -5595, + "y": 2864, + "z": -46516 + }, + "rot": { + "x": 0, + "y": 163201, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300038, + "propState": 0, + "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": 0, + "pos": { + "x": -10910, + "y": 18600, + "z": -106140 + }, + "rot": { + "x": 0, + "y": 27837, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300009, + "propState": 1, + "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": 1, + "pos": { + "x": -6513, + "y": 1037, + "z": -73196 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300046, + "propState": 1, + "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": 0, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 21, + "instId": 300041, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 101 + } + }, + "4000202": { + "P40002_F40002001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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": 2, + "pos": { + "x": -42585, + "y": 18630, + "z": -88591 + }, + "rot": { + "x": 0, + "y": 193930, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 0, + "pos": { + "x": -194640, + "y": -390, + "z": -69570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "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": 300010, + "propState": 0, + "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": 0, + "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": 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 + } + ], + "teleports": {} + }, + "4": { + "monsters": [ + { + "groupId": 4, + "instId": 200003, + "eventId": 40002009, + "pos": { + "x": -133150, + "y": 2762, + "z": -99640 + }, + "rot": { + "x": 0, + "y": 150249, + "z": 0 + }, + "monsterId": 8012010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "5": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "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": 1, + "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": 1, + "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": 1, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 1, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 0, + "pos": { + "x": -132037, + "y": 2748, + "z": -61726 + }, + "rot": { + "x": 0, + "y": 207345, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 1, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 1, + "pos": { + "x": -141728, + "y": -119, + "z": -73277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 0, + "pos": { + "x": -141399, + "y": -115, + "z": -71740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 6, + "instId": 300018, + "propState": 1, + "pos": { + "x": -110101, + "y": -61, + "z": -81920 + }, + "rot": { + "x": 0, + "y": 342919, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 6, + "instId": 300019, + "propState": 1, + "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": 1, + "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": 1, + "pos": { + "x": -6513, + "y": 1037, + "z": -73196 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300040, + "propState": 1, + "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": 0, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 6, + "instId": 300045, + "propState": 0, + "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": 1, + "pos": { + "x": -71462, + "y": 10309, + "z": -116276 + }, + "rot": { + "x": 0, + "y": 173364, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 6, + "instId": 300043, + "propState": 0, + "pos": { + "x": -66110, + "y": -3200, + "z": -62620 + }, + "rot": { + "x": 0, + "y": 45265, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 6, + "instId": 300023, + "propState": 0, + "pos": { + "x": -48680, + "y": -1460, + "z": -92050 + }, + "rot": { + "x": 0, + "y": 76087, + "z": 0 + }, + "propId": 100006 + } + ], + "teleports": {} + }, + "7": { + "monsters": [ + { + "groupId": 7, + "instId": 200001, + "eventId": 40002006, + "pos": { + "x": -109850, + "y": -89, + "z": -76580 + }, + "rot": { + "x": 0, + "y": 236492, + "z": 0 + }, + "monsterId": 8012030 + } + ], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -111970, + "y": -100, + "z": -70210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "11": { + "monsters": [ + { + "groupId": 11, + "instId": 200001, + "eventId": 40002007, + "pos": { + "x": -143240, + "y": 2762, + "z": -107180 + }, + "rot": { + "x": 0, + "y": 71124, + "z": 0 + }, + "monsterId": 8012020 + } + ], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": -111970, + "y": -100, + "z": -70210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "12": { + "monsters": [ + { + "groupId": 12, + "instId": 200001, + "eventId": 40002010, + "pos": { + "x": -69750, + "y": 10275, + "z": -110830 + }, + "rot": { + "x": 0, + "y": 56282, + "z": 0 + }, + "monsterId": 8012010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": 309, + "y": 2844, + "z": -34759 + }, + "rot": { + "x": 0, + "y": 345019, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 0, + "pos": { + "x": 58520, + "y": 3440, + "z": -122110 + }, + "rot": { + "x": 0, + "y": 355221, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -57040, + "y": -1370, + "z": -59270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 23, + "instId": 300001, + "pos": { + "x": -59420, + "y": -1200, + "z": -56850 + }, + "rot": { + "x": 0, + "y": 76560, + "z": 0 + } + } + } + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": -111970, + "y": -100, + "z": -70210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300004, + "propState": 0, + "pos": { + "x": -118290, + "y": -6812, + "z": -84404 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "35": { + "monsters": [ + { + "groupId": 35, + "instId": 200001, + "eventId": 40002006, + "pos": { + "x": -43890, + "y": -1540, + "z": -78810 + }, + "rot": { + "x": 0, + "y": 253262, + "z": 0 + }, + "monsterId": 8012030 + } + ], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 0, + "pos": { + "x": 3406, + "y": -2897, + "z": -43641 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "36": { + "monsters": [ + { + "groupId": 36, + "instId": 200001, + "eventId": 40002013, + "pos": { + "x": 15740, + "y": 2840, + "z": -95590 + }, + "rot": { + "x": 0, + "y": 158270, + "z": 0 + }, + "monsterId": 8012020 + } + ], + "npcs": [], + "props": [ + { + "groupId": 36, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47974, + "y": 50, + "z": -33623 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 48, + "instId": 300001, + "propState": 0, + "pos": { + "x": -48340, + "y": -1540, + "z": -52840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "49": { + "monsters": [ + { + "groupId": 49, + "instId": 200003, + "eventId": 40002015, + "pos": { + "x": 40590, + "y": 3444, + "z": -32560 + }, + "rot": { + "x": 0, + "y": 69054, + "z": 0 + }, + "monsterId": 8012010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 49, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47974, + "y": 50, + "z": -33623 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "50": { + "monsters": [ + { + "groupId": 50, + "instId": 200003, + "eventId": 40002010, + "pos": { + "x": -17650, + "y": 1030, + "z": -98180 + }, + "rot": { + "x": 0, + "y": 234156, + "z": 0 + }, + "monsterId": 8012010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300001, + "propState": 0, + "pos": { + "x": 3406, + "y": -2897, + "z": -43641 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "51": { + "monsters": [ + { + "groupId": 51, + "instId": 200005, + "eventId": 40002012, + "pos": { + "x": 11540, + "y": 2844, + "z": -35640 + }, + "rot": { + "x": 0, + "y": 190326, + "z": 0 + }, + "monsterId": 8012030 + } + ], + "npcs": [], + "props": [ + { + "groupId": 51, + "instId": 300001, + "propState": 0, + "pos": { + "x": 3406, + "y": -2897, + "z": -43641 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 54, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 101 + } + }, + "4000203": { + "P40002_F40002001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "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": 0, + "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 + } + ], + "teleports": {} + }, + "5": { + "monsters": [ + { + "groupId": 5, + "instId": 200003, + "eventId": 40002028, + "pos": { + "x": -76440, + "y": 10280, + "z": -112570 + }, + "rot": { + "x": 0, + "y": 117653, + "z": 0 + }, + "monsterId": 8012010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "6": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "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": 1, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 1, + "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": 1, + "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": 1, + "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": 1, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 1, + "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": 1, + "pos": { + "x": -110784, + "y": 504, + "z": -73208 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300020, + "propState": 1, + "pos": { + "x": -2438, + "y": 2916, + "z": -45562 + }, + "rot": { + "x": 0, + "y": 253313, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 8, + "instId": 300021, + "propState": 1, + "pos": { + "x": -5595, + "y": 2864, + "z": -46516 + }, + "rot": { + "x": 0, + "y": 163201, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300022, + "propState": 0, + "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": 1, + "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": 1, + "pos": { + "x": -6513, + "y": 1037, + "z": -73196 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300040, + "propState": 1, + "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": 1, + "pos": { + "x": -71462, + "y": 10309, + "z": -116276 + }, + "rot": { + "x": 0, + "y": 173364, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 8, + "instId": 300043, + "propState": 0, + "pos": { + "x": -62751, + "y": -1460, + "z": -59494 + }, + "rot": { + "x": 0, + "y": 224727, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 8, + "instId": 300044, + "propState": 0, + "pos": { + "x": -48680, + "y": -1460, + "z": -92050 + }, + "rot": { + "x": 0, + "y": 76087, + "z": 0 + }, + "propId": 100006 + } + ], + "teleports": {} + }, + "9": { + "monsters": [ + { + "groupId": 9, + "instId": 200001, + "eventId": 40002019, + "pos": { + "x": -73570, + "y": 10280, + "z": -112350 + }, + "rot": { + "x": 0, + "y": 236492, + "z": 0 + }, + "monsterId": 8012030 + } + ], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": -108250, + "y": -90, + "z": -77190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "12": { + "monsters": [ + { + "groupId": 12, + "instId": 200001, + "eventId": 40002026, + "pos": { + "x": -74980, + "y": 10280, + "z": -111300 + }, + "rot": { + "x": 0, + "y": 117979, + "z": 0 + }, + "monsterId": 8012020 + } + ], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": -110185, + "y": -2705, + "z": -36965 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "13": { + "monsters": [ + { + "groupId": 13, + "instId": 200001, + "eventId": 40002020, + "pos": { + "x": -77160, + "y": 10280, + "z": -111300 + }, + "rot": { + "x": 0, + "y": 71124, + "z": 0 + }, + "monsterId": 8012020 + } + ], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": -109049, + "y": -4377, + "z": -102060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "14": { + "monsters": [ + { + "groupId": 14, + "instId": 200001, + "eventId": 40002023, + "pos": { + "x": -82569, + "y": 10285, + "z": -110319 + }, + "rot": { + "x": 0, + "y": 306629, + "z": 0 + }, + "monsterId": 8012010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": -80251, + "y": -1130, + "z": -99382 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": -106680, + "y": -90, + "z": -77900 + }, + "rot": { + "x": 0, + "y": 280315, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": -163000, + "y": 2770, + "z": -29260 + }, + "rot": { + "x": 0, + "y": 295800, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": -70580, + "y": -3200, + "z": -60620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 24, + "instId": 300001, + "pos": { + "x": -66470, + "y": -3200, + "z": -63500 + }, + "rot": { + "x": 0, + "y": 261670, + "z": 0 + } + } + } + }, + "25": { + "monsters": [ + { + "groupId": 25, + "instId": 200003, + "eventId": 40002021, + "pos": { + "x": -97460, + "y": -1110, + "z": -53550 + }, + "rot": { + "x": 0, + "y": 261667, + "z": 0 + }, + "monsterId": 8012030 + } + ], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": -90234, + "y": -6408, + "z": -113233 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "26": { + "monsters": [ + { + "groupId": 26, + "instId": 200001, + "eventId": 40002020, + "pos": { + "x": -96280, + "y": -1120, + "z": -92770 + }, + "rot": { + "x": 0, + "y": 250971, + "z": 0 + }, + "monsterId": 8012020 + } + ], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": -93046, + "y": 14991, + "z": -62420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300002, + "propState": 0, + "pos": { + "x": -150600, + "y": 3010, + "z": -32680 + }, + "rot": { + "x": 0, + "y": 207541, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": -38863, + "y": 17690, + "z": -62867 + }, + "rot": { + "x": 0, + "y": 343500, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 0, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 0, + "pos": { + "x": -155125, + "y": 2700, + "z": -33130 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300004 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 40, + "instId": 300001, + "propState": 0, + "pos": { + "x": -65350, + "y": -3200, + "z": -75870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 41, + "instId": 300001, + "propState": 0, + "pos": { + "x": -93046, + "y": 14991, + "z": -62420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "42": { + "monsters": [ + { + "groupId": 42, + "instId": 200005, + "eventId": 40002026, + "pos": { + "x": -120430, + "y": 2770, + "z": -47480 + }, + "rot": { + "x": 0, + "y": 273304, + "z": 0 + }, + "monsterId": 8012020 + } + ], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "43": { + "monsters": [ + { + "groupId": 43, + "instId": 200006, + "eventId": 40002022, + "pos": { + "x": -132700, + "y": 2810, + "z": -98540 + }, + "rot": { + "x": 0, + "y": 127824, + "z": 0 + }, + "monsterId": 8012010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 43, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 101 + } + }, + "4000204": { + "P40002_F40002001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -194640, + "y": -390, + "z": -69570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "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": 300010, + "propState": 0, + "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": 0, + "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": 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 + } + ], + "teleports": {} + }, + "3": { + "monsters": [ + { + "groupId": 3, + "instId": 200003, + "eventId": 40002041, + "pos": { + "x": -118252, + "y": 2770, + "z": -52267 + }, + "rot": { + "x": 0, + "y": 117653, + "z": 0 + }, + "monsterId": 8012010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "4": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "5": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "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": 2, + "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": 1, + "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": 1, + "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": 1, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 1, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 0, + "pos": { + "x": -132037, + "y": 2748, + "z": -61726 + }, + "rot": { + "x": 0, + "y": 207345, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 1, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 1, + "pos": { + "x": -141728, + "y": -119, + "z": -73277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 0, + "pos": { + "x": -141399, + "y": -115, + "z": -71740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 6, + "instId": 300018, + "propState": 1, + "pos": { + "x": -110101, + "y": -61, + "z": -81920 + }, + "rot": { + "x": 0, + "y": 342919, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 6, + "instId": 300019, + "propState": 1, + "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": 0, + "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": 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": 1, + "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": 1, + "pos": { + "x": -6513, + "y": 1037, + "z": -73196 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 6, + "instId": 300040, + "propState": 1, + "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": 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": 1, + "pos": { + "x": -71462, + "y": 10309, + "z": -116276 + }, + "rot": { + "x": 0, + "y": 173364, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 6, + "instId": 300043, + "propState": 0, + "pos": { + "x": -87866, + "y": -3195, + "z": -63012 + }, + "rot": { + "x": 0, + "y": 316776, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "7": { + "monsters": [ + { + "groupId": 7, + "instId": 200001, + "eventId": 40002032, + "pos": { + "x": -106330, + "y": -100, + "z": -71850 + }, + "rot": { + "x": 0, + "y": 176769, + "z": 0 + }, + "monsterId": 8002010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -97173, + "y": -7635, + "z": -80770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "10": { + "monsters": [ + { + "groupId": 10, + "instId": 200001, + "eventId": 40002039, + "pos": { + "x": -145570, + "y": 2770, + "z": -31670 + }, + "rot": { + "x": 0, + "y": 167266, + "z": 0 + }, + "monsterId": 8012020 + } + ], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": -145220, + "y": 2820, + "z": -38350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "11": { + "monsters": [ + { + "groupId": 11, + "instId": 200001, + "eventId": 40002033, + "pos": { + "x": -120760, + "y": 2760, + "z": -94830 + }, + "rot": { + "x": 0, + "y": 71124, + "z": 0 + }, + "monsterId": 8002010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": -142565, + "y": -807, + "z": -29688 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "12": { + "monsters": [ + { + "groupId": 12, + "instId": 200001, + "eventId": 40002039, + "pos": { + "x": -69750, + "y": 10275, + "z": -110830 + }, + "rot": { + "x": 0, + "y": 56282, + "z": 0 + }, + "monsterId": 8012020 + } + ], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": -142565, + "y": -807, + "z": -29688 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "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": 14, + "instId": 300003, + "propState": 14, + "pos": { + "x": -76806, + "y": -1435, + "z": -73208 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100007 + } + ], + "teleports": {} + }, + "15": { + "monsters": [ + { + "groupId": 15, + "instId": 200001, + "eventId": 40002045, + "pos": { + "x": 780, + "y": 18610, + "z": -112880 + }, + "rot": { + "x": 0, + "y": 280287, + "z": 0 + }, + "monsterId": 8003010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": -93046, + "y": 14991, + "z": -62420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "17": { + "monsters": [ + { + "groupId": 17, + "instId": 200003, + "eventId": 40002035, + "pos": { + "x": -17130, + "y": 18630, + "z": -48330 + }, + "rot": { + "x": 0, + "y": 323444, + "z": 0 + }, + "monsterId": 8012010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": -9581, + "y": 14882, + "z": -39168 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": -107221, + "y": 18598, + "z": -93846 + }, + "rot": { + "x": 0, + "y": 356870, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 0, + "pos": { + "x": -75049, + "y": 10270, + "z": -120328 + }, + "rot": { + "x": 0, + "y": 311421, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 0, + "pos": { + "x": -75003, + "y": 10270, + "z": -124020 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 0, + "pos": { + "x": 1190, + "y": 18610, + "z": -32910 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -65790, + "y": 18660, + "z": -75850 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 23, + "instId": 300001, + "pos": { + "x": -65960, + "y": 18660, + "z": -72930 + }, + "rot": { + "x": 0, + "y": 92769, + "z": 0 + } + } + } + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 24, + "instId": 300002, + "propState": 0, + "pos": { + "x": -36720, + "y": 18583, + "z": -66100 + }, + "rot": { + "x": 0, + "y": 253519, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": -38863, + "y": 17690, + "z": -62867 + }, + "rot": { + "x": 0, + "y": 343500, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 0, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 0, + "pos": { + "x": -155125, + "y": 2700, + "z": -33130 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300004 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 28, + "instId": 300002, + "propState": 0, + "pos": { + "x": -114560, + "y": 18600, + "z": -83069 + }, + "rot": { + "x": 0, + "y": 72091, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": -62080, + "y": 18660, + "z": -72590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": -64870, + "y": 18660, + "z": -68240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "39": { + "monsters": [ + { + "groupId": 39, + "instId": 200002, + "eventId": 40002044, + "pos": { + "x": -111010, + "y": 18598, + "z": -54660 + }, + "rot": { + "x": 0, + "y": 98439, + "z": 0 + }, + "monsterId": 8003020 + } + ], + "npcs": [], + "props": [ + { + "groupId": 39, + "instId": 300001, + "propState": 0, + "pos": { + "x": -93046, + "y": 14991, + "z": -62420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "41": { + "monsters": [ + { + "groupId": 41, + "instId": 200004, + "eventId": 40002039, + "pos": { + "x": -2150, + "y": 18610, + "z": -41970 + }, + "rot": { + "x": 0, + "y": 322667, + "z": 0 + }, + "monsterId": 8012020 + } + ], + "npcs": [], + "props": [ + { + "groupId": 41, + "instId": 300001, + "propState": 0, + "pos": { + "x": -9581, + "y": 14882, + "z": -39168 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "42": { + "monsters": [ + { + "groupId": 42, + "instId": 200005, + "eventId": 40002033, + "pos": { + "x": -15010, + "y": 18610, + "z": -96850 + }, + "rot": { + "x": 0, + "y": 197378, + "z": 0 + }, + "monsterId": 8002010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "pos": { + "x": -9581, + "y": 14882, + "z": -39168 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "43": { + "monsters": [ + { + "groupId": 43, + "instId": 200006, + "eventId": 40002034, + "pos": { + "x": -73530, + "y": 10270, + "z": -122610 + }, + "rot": { + "x": 0, + "y": 80771, + "z": 0 + }, + "monsterId": 8002010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 43, + "instId": 300001, + "propState": 0, + "pos": { + "x": -9581, + "y": 14882, + "z": -39168 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 101 + } + }, + "4000211": { + "P40002_F40002001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -101766, + "y": 5058, + "z": -119589 + }, + "rot": { + "x": 0, + "y": 269851, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 4, + "instId": 300019, + "propState": 1, + "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": 1, + "pos": { + "x": -110161, + "y": -61, + "z": -64690 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 4, + "instId": 300021, + "propState": 1, + "pos": { + "x": -110828, + "y": 504, + "z": -73353 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 0, + "pos": { + "x": -110990, + "y": -109, + "z": -62616 + }, + "rot": { + "x": 0, + "y": 18847, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300014, + "propState": 1, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 4, + "instId": 300022, + "propState": 1, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 0, + "pos": { + "x": -132037, + "y": 2748, + "z": -61726 + }, + "rot": { + "x": 0, + "y": 207345, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300016, + "propState": 1, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "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": 300018, + "propState": 0, + "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": 1, + "pos": { + "x": -2438, + "y": 2916, + "z": -45562 + }, + "rot": { + "x": 0, + "y": 253313, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 4, + "instId": 300024, + "propState": 1, + "pos": { + "x": -5595, + "y": 2864, + "z": -46516 + }, + "rot": { + "x": 0, + "y": 163201, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300038, + "propState": 0, + "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": 0, + "pos": { + "x": -10910, + "y": 18600, + "z": -106140 + }, + "rot": { + "x": 0, + "y": 27837, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 1, + "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": 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": 300034, + "propState": 1, + "pos": { + "x": -5999, + "y": 18610, + "z": -109379 + }, + "rot": { + "x": 0, + "y": 27856, + "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": 300037, + "propState": 1, + "pos": { + "x": -6352, + "y": 18611, + "z": -36294 + }, + "rot": { + "x": 0, + "y": 332611, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300043, + "propState": 1, + "pos": { + "x": -6513, + "y": 1037, + "z": -73196 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300046, + "propState": 1, + "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": 1, + "pos": { + "x": -38480, + "y": 18680, + "z": -52939 + }, + "rot": { + "x": 0, + "y": 62910, + "z": 0 + }, + "propId": 100021 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": -72470, + "y": -3195, + "z": -72255 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -178060, + "y": -390, + "z": -61070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": -186621, + "y": -400, + "z": -79920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 0, + "pos": { + "x": -171678, + "y": -4459, + "z": -85976 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 0, + "pos": { + "x": -207948, + "y": -4226, + "z": -86090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 0, + "pos": { + "x": -173911, + "y": -178, + "z": -73134 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100014 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": -36720, + "y": 18583, + "z": -66100 + }, + "rot": { + "x": 0, + "y": 253519, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": -155125, + "y": 2700, + "z": -33130 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300004 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": -114560, + "y": 18600, + "z": -83069 + }, + "rot": { + "x": 0, + "y": 72091, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": -150600, + "y": 3010, + "z": -32680 + }, + "rot": { + "x": 0, + "y": 207541, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "11": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": -40180, + "y": 18610, + "z": -87720 + }, + "rot": { + "x": 0, + "y": 12914, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": -77801, + "y": 18052, + "z": -74822 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": -77801, + "y": 18052, + "z": -74822 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 0, + "pos": { + "x": -77801, + "y": 18052, + "z": -74822 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 2, + "groupId": 17, + "instId": 300002, + "pos": { + "x": -24670, + "y": 18630, + "z": -92780 + }, + "rot": { + "x": 0, + "y": 329207, + "z": 0 + } + } + } + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -107400, + "y": 18598, + "z": -94070 + }, + "rot": { + "x": 0, + "y": 345019, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "pos": { + "x": -20841, + "y": 18610, + "z": -92168 + }, + "rot": { + "x": 0, + "y": 345019, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 1, + "pos": { + "x": -2277, + "y": 18610, + "z": -110849 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1024 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 101 + } + }, + "4000212": { + "P40002_F40002001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300012, + "propState": 0, + "pos": { + "x": -94500, + "y": 6820, + "z": -122190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 0, + "pos": { + "x": -101766, + "y": 5058, + "z": -119589 + }, + "rot": { + "x": 0, + "y": 269851, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 4, + "instId": 300019, + "propState": 1, + "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": 0, + "pos": { + "x": -104321, + "y": -101, + "z": -74646 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 1, + "pos": { + "x": -110161, + "y": -61, + "z": -64690 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 4, + "instId": 300021, + "propState": 1, + "pos": { + "x": -110828, + "y": 504, + "z": -73353 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 0, + "pos": { + "x": -110990, + "y": -109, + "z": -62616 + }, + "rot": { + "x": 0, + "y": 18847, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300014, + "propState": 1, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 4, + "instId": 300022, + "propState": 1, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 0, + "pos": { + "x": -132037, + "y": 2748, + "z": -61726 + }, + "rot": { + "x": 0, + "y": 207345, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300016, + "propState": 1, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "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": 300018, + "propState": 0, + "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": 1, + "pos": { + "x": -2438, + "y": 2916, + "z": -45562 + }, + "rot": { + "x": 0, + "y": 253313, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 4, + "instId": 300024, + "propState": 1, + "pos": { + "x": -5595, + "y": 2864, + "z": -46516 + }, + "rot": { + "x": 0, + "y": 163201, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300038, + "propState": 0, + "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": 0, + "pos": { + "x": -10910, + "y": 18600, + "z": -106140 + }, + "rot": { + "x": 0, + "y": 27837, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 1, + "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": 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": 300034, + "propState": 1, + "pos": { + "x": -5999, + "y": 18610, + "z": -109379 + }, + "rot": { + "x": 0, + "y": 27856, + "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": 300037, + "propState": 1, + "pos": { + "x": -6352, + "y": 18611, + "z": -36294 + }, + "rot": { + "x": 0, + "y": 332611, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300043, + "propState": 1, + "pos": { + "x": -6513, + "y": 1037, + "z": -73196 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300046, + "propState": 1, + "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": 1, + "pos": { + "x": -131805, + "y": 2834, + "z": -88622 + }, + "rot": { + "x": 0, + "y": 333017, + "z": 0 + }, + "propId": 100001 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": -72470, + "y": -3195, + "z": -72255 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -178060, + "y": -390, + "z": -61070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 0, + "pos": { + "x": -184840, + "y": -180, + "z": -73040 + }, + "rot": { + "x": 0, + "y": 270000, + "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": 1, + "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": 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 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": -36720, + "y": 18583, + "z": -66100 + }, + "rot": { + "x": 0, + "y": 253519, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -38863, + "y": 17690, + "z": -62867 + }, + "rot": { + "x": 0, + "y": 343500, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": -155125, + "y": 2700, + "z": -33130 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300004 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": -114560, + "y": 18600, + "z": -83069 + }, + "rot": { + "x": 0, + "y": 72091, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": -150600, + "y": 3010, + "z": -32680 + }, + "rot": { + "x": 0, + "y": 207541, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "11": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "20": { + "monsters": [ + { + "groupId": 20, + "instId": 200001, + "eventId": 40002061, + "pos": { + "x": -151510, + "y": -160, + "z": -59260 + }, + "rot": { + "x": 0, + "y": 193737, + "z": 0 + }, + "monsterId": 8003020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "21": { + "monsters": [ + { + "groupId": 21, + "instId": 200001, + "eventId": 40002066, + "pos": { + "x": -151510, + "y": -160, + "z": -59260 + }, + "rot": { + "x": 0, + "y": 193737, + "z": 0 + }, + "monsterId": 8003020 + } + ], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": -151510, + "y": -160, + "z": -59260 + }, + "rot": { + "x": 0, + "y": 193737, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "22": { + "monsters": [ + { + "groupId": 22, + "instId": 200001, + "eventId": 40002067, + "pos": { + "x": -207810, + "y": 2970, + "z": -87650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8013013 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "23": { + "monsters": [ + { + "groupId": 23, + "instId": 200001, + "eventId": 40002068, + "pos": { + "x": -207810, + "y": 2970, + "z": -87650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8013010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": -207810, + "y": 2970, + "z": -87650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 24, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 2, + "groupId": 25, + "instId": 300002, + "pos": { + "x": -183332, + "y": -7672, + "z": -94474 + }, + "rot": { + "x": 0, + "y": 311861, + "z": 0 + } + } + } + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 0, + "pos": { + "x": -186450, + "y": -154, + "z": -92870 + }, + "rot": { + "x": 0, + "y": 345019, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 0, + "pos": { + "x": -212480, + "y": -178, + "z": -70516 + }, + "rot": { + "x": 0, + "y": 29182, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 1, + "pos": { + "x": -207211, + "y": 2966, + "z": -93108 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1024 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 9, + "pos": { + "x": -156150, + "y": -163, + "z": -64670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100014 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": -156150, + "y": -163, + "z": -64670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100014 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 101 + } + }, + "4000213": { + "P40002_F40002001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -101766, + "y": 5058, + "z": -119589 + }, + "rot": { + "x": 0, + "y": 269851, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 4, + "instId": 300019, + "propState": 1, + "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": 0, + "pos": { + "x": -104321, + "y": -101, + "z": -74646 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 1, + "pos": { + "x": -110161, + "y": -61, + "z": -64690 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 4, + "instId": 300021, + "propState": 1, + "pos": { + "x": -110828, + "y": 504, + "z": -73353 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 0, + "pos": { + "x": -110990, + "y": -109, + "z": -62616 + }, + "rot": { + "x": 0, + "y": 18847, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300014, + "propState": 1, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 4, + "instId": 300022, + "propState": 1, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 0, + "pos": { + "x": -132037, + "y": 2748, + "z": -61726 + }, + "rot": { + "x": 0, + "y": 207345, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300016, + "propState": 1, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "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": 300018, + "propState": 0, + "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": 1, + "pos": { + "x": -2438, + "y": 2916, + "z": -45562 + }, + "rot": { + "x": 0, + "y": 253313, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 4, + "instId": 300024, + "propState": 1, + "pos": { + "x": -5595, + "y": 2864, + "z": -46516 + }, + "rot": { + "x": 0, + "y": 163201, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300038, + "propState": 0, + "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": 0, + "pos": { + "x": -10910, + "y": 18600, + "z": -106140 + }, + "rot": { + "x": 0, + "y": 27837, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 1, + "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": 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": 300034, + "propState": 1, + "pos": { + "x": -5999, + "y": 18610, + "z": -109379 + }, + "rot": { + "x": 0, + "y": 27856, + "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": 300037, + "propState": 1, + "pos": { + "x": -6352, + "y": 18611, + "z": -36294 + }, + "rot": { + "x": 0, + "y": 332611, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300043, + "propState": 1, + "pos": { + "x": -6513, + "y": 1037, + "z": -73196 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300046, + "propState": 1, + "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": 1, + "pos": { + "x": -131805, + "y": 2834, + "z": -88622 + }, + "rot": { + "x": 0, + "y": 333017, + "z": 0 + }, + "propId": 100001 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 1, + "pos": { + "x": -72470, + "y": -3195, + "z": -72255 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 1, + "pos": { + "x": -178060, + "y": -390, + "z": -61070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 0, + "pos": { + "x": -177690, + "y": -7646, + "z": -74272 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 0, + "pos": { + "x": -162330, + "y": -415, + "z": -71330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100011 + }, + { + "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": 300013, + "propState": 0, + "pos": { + "x": -194540, + "y": -378, + "z": -69650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100011 + }, + { + "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": 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": 6, + "instId": 300016, + "propState": 1, + "pos": { + "x": -173911, + "y": -178, + "z": -73134 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100014 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": -36720, + "y": 18583, + "z": -66100 + }, + "rot": { + "x": 0, + "y": 253519, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -38863, + "y": 17690, + "z": -62867 + }, + "rot": { + "x": 0, + "y": 343500, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": -155125, + "y": 2700, + "z": -33130 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300004 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": -114560, + "y": 18600, + "z": -83069 + }, + "rot": { + "x": 0, + "y": 72091, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": -150600, + "y": 3010, + "z": -32680 + }, + "rot": { + "x": 0, + "y": 207541, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "11": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "22": { + "monsters": [ + { + "groupId": 22, + "instId": 200001, + "eventId": 40002086, + "pos": { + "x": -900, + "y": 2916, + "z": -45110 + }, + "rot": { + "x": 0, + "y": 77897, + "z": 0 + }, + "monsterId": 8013013 + } + ], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": 418, + "y": 2844, + "z": -45101 + }, + "rot": { + "x": 0, + "y": 344763, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "23": { + "monsters": [ + { + "groupId": 23, + "instId": 200001, + "eventId": 40002087, + "pos": { + "x": -900, + "y": 2916, + "z": -45110 + }, + "rot": { + "x": 0, + "y": 77897, + "z": 0 + }, + "monsterId": 8013010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": -900, + "y": 2840, + "z": -45110 + }, + "rot": { + "x": 0, + "y": 77897, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "24": { + "monsters": [ + { + "groupId": 24, + "instId": 200001, + "eventId": 40002088, + "pos": { + "x": -56830, + "y": -1055, + "z": -49670 + }, + "rot": { + "x": 0, + "y": 132645, + "z": 0 + }, + "monsterId": 1013022 + } + ], + "npcs": [], + "props": [ + { + "groupId": 24, + "instId": 300001, + "propState": 0, + "pos": { + "x": -43570, + "y": -1540, + "z": -68450 + }, + "rot": { + "x": 0, + "y": 349444, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 0, + "pos": { + "x": -56123, + "y": -1055, + "z": -53894 + }, + "rot": { + "x": 0, + "y": 35068, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "25": { + "monsters": [ + { + "groupId": 25, + "instId": 200001, + "eventId": 40002089, + "pos": { + "x": -56830, + "y": -1055, + "z": -49670 + }, + "rot": { + "x": 0, + "y": 132645, + "z": 0 + }, + "monsterId": 1013020 + } + ], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": -56830, + "y": -1055, + "z": -49670 + }, + "rot": { + "x": 0, + "y": 132645, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 2, + "groupId": 26, + "instId": 300002, + "pos": { + "x": -186677, + "y": -178, + "z": -72046 + }, + "rot": { + "x": 0, + "y": 5049, + "z": 0 + } + } + } + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": -182166, + "y": -7672, + "z": -95585 + }, + "rot": { + "x": 0, + "y": 345019, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 0, + "pos": { + "x": -98309, + "y": -1283, + "z": -97311 + }, + "rot": { + "x": 0, + "y": 345019, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 28, + "instId": 300001, + "propState": 1, + "pos": { + "x": -58913, + "y": -1055, + "z": -50909 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1024 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 101 + } + }, + "4000214": { + "P40002_F40002001": { + "scenes": { + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 60350, + "y": 63690, + "z": 99240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": 53462, + "y": 63965, + "z": 96389 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100014 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": 64619, + "y": 80338, + "z": 99130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 14, + "instId": 300015, + "propState": 0, + "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": 0, + "pos": { + "x": 67680, + "y": 79980, + "z": 88240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 14, + "instId": 300007, + "propState": 0, + "pos": { + "x": 50937, + "y": 63986, + "z": 78396 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 14, + "instId": 300008, + "propState": 0, + "pos": { + "x": 79060, + "y": 64016, + "z": 96537 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300004, + "propState": 1, + "pos": { + "x": 39868, + "y": 80272, + "z": 99238 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 1, + "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": 1, + "pos": { + "x": 189124, + "y": 82889, + "z": 141036 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 15, + "instId": 300011, + "propState": 1, + "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": 0, + "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": 0, + "pos": { + "x": 10469, + "y": 79626, + "z": 110460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 15, + "instId": 300001, + "propState": 1, + "pos": { + "x": 45424, + "y": 105, + "z": -127524 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 15, + "instId": 300014, + "propState": 1, + "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": 0, + "pos": { + "x": 6984, + "y": 79597, + "z": 88038 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 15, + "instId": 300024, + "propState": 1, + "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": 1, + "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": 0, + "pos": { + "x": 125990, + "y": 80651, + "z": 101929 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 15, + "instId": 300026, + "propState": 1, + "pos": { + "x": 131100, + "y": 78695, + "z": 139689 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100001 + } + ], + "teleports": {} + }, + "16": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "pos": { + "x": 104890, + "y": 74167, + "z": 97330 + }, + "rot": { + "x": 0, + "y": 269856, + "z": 0 + }, + "propId": 100022 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 0, + "pos": { + "x": 104890, + "y": 65184, + "z": 97330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100022 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": 60705, + "y": 78108, + "z": 87851 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 0, + "pos": { + "x": 60705, + "y": 78108, + "z": 87851 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 0, + "pos": { + "x": 60705, + "y": 78108, + "z": 87851 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "26": { + "monsters": [ + { + "groupId": 26, + "instId": 200004, + "eventId": 40002099, + "pos": { + "x": 63700, + "y": 78660, + "z": 140230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1013022 + } + ], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": 91490, + "y": 78661, + "z": 141000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": 72220, + "y": 78661, + "z": 140044 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "27": { + "monsters": [ + { + "groupId": 27, + "instId": 200004, + "eventId": 40002100, + "pos": { + "x": 63700, + "y": 78660, + "z": 140230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1013020 + } + ], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": 63700, + "y": 78660, + "z": 140230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "28": { + "monsters": [ + { + "groupId": 28, + "instId": 200003, + "eventId": 40002098, + "pos": { + "x": 74060, + "y": 64120, + "z": 99100 + }, + "rot": { + "x": 0, + "y": 84492, + "z": 0 + }, + "monsterId": 1013010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "29": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 2, + "groupId": 31, + "instId": 300002, + "pos": { + "x": 101700, + "y": 65190, + "z": 100600 + }, + "rot": { + "x": 0, + "y": 274697, + "z": 0 + } + } + } + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": 105145, + "y": 78661, + "z": 128938 + }, + "rot": { + "x": 0, + "y": 345019, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 0, + "pos": { + "x": 131060, + "y": 80471, + "z": 85500 + }, + "rot": { + "x": 0, + "y": 345019, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 1, + "pos": { + "x": 67593, + "y": 64020, + "z": 99262 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1024 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 101 + } + }, + "4000301": { + "P40003_F40003001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 4560, + "y": 79626, + "z": 99300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": 64619, + "y": 80117, + "z": 99130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 3, + "instId": 300015, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": 53462, + "y": 63965, + "z": 96389 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 0, + "pos": { + "x": 50937, + "y": 63986, + "z": 78396 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 0, + "pos": { + "x": 79060, + "y": 64016, + "z": 96537 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300004, + "propState": 1, + "pos": { + "x": 39868, + "y": 80272, + "z": 99238 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 1, + "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": 1, + "pos": { + "x": 189124, + "y": 82889, + "z": 141036 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 1, + "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": 1, + "pos": { + "x": 125966, + "y": 80503, + "z": 126902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 1, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 0, + "pos": { + "x": 124206, + "y": 80461, + "z": 129306 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 1, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 4, + "instId": 300013, + "propState": 1, + "pos": { + "x": 8732, + "y": 79584, + "z": 110666 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 10469, + "y": 79626, + "z": 110460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": 45424, + "y": 105, + "z": -127524 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300014, + "propState": 1, + "pos": { + "x": -5018, + "y": 79582, + "z": 99243 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300015, + "propState": 1, + "pos": { + "x": 8732, + "y": 79584, + "z": 87818 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 4, + "instId": 300023, + "propState": 0, + "pos": { + "x": 6984, + "y": 79597, + "z": 88038 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300024, + "propState": 1, + "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": 0, + "pos": { + "x": 125990, + "y": 80651, + "z": 101929 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300004 + } + ], + "teleports": {} + }, + "5": { + "monsters": [ + { + "groupId": 5, + "instId": 200005, + "eventId": 40003203, + "pos": { + "x": 53510, + "y": 80223, + "z": 118470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8012030 + } + ], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": 49380, + "y": 80223, + "z": 116700 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100068 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 0, + "pos": { + "x": 49280, + "y": 80223, + "z": 120150 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100066 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 0, + "pos": { + "x": 48600, + "y": 80223, + "z": 118420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 0, + "pos": { + "x": 74190, + "y": 80223, + "z": 79950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 1, + "pos": { + "x": 39868, + "y": 80272, + "z": 99238 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 1, + "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": 0, + "pos": { + "x": 67680, + "y": 79980, + "z": 88240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 5, + "instId": 300010, + "propState": 0, + "pos": { + "x": 74190, + "y": 80223, + "z": 118740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + } + ], + "teleports": {} + }, + "6": { + "monsters": [ + { + "groupId": 6, + "instId": 200002, + "eventId": 40003204, + "pos": { + "x": 67420, + "y": 80497, + "z": 98940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8011020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [ + { + "groupId": 7, + "instId": 200003, + "eventId": 40003205, + "pos": { + "x": 54820, + "y": 80223, + "z": 80120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8012010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [ + { + "groupId": 8, + "instId": 400001, + "pos": { + "x": 127240, + "y": 80482, + "z": 115550 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": 128330, + "y": 80501, + "z": 106530 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100066 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 1, + "pos": { + "x": 125990, + "y": 80513, + "z": 103866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 1, + "pos": { + "x": 125966, + "y": 80503, + "z": 126902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": 123627, + "y": 80501, + "z": 106530 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100067 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [ + { + "groupId": 10, + "instId": 400001, + "pos": { + "x": 67250, + "y": 78661, + "z": 142030 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 74357, + "y": 78661, + "z": 142325 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 10, + "instId": 300013, + "propState": 0, + "pos": { + "x": 74353, + "y": 78661, + "z": 141749 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 10, + "instId": 300015, + "propState": 0, + "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": 1, + "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": 0, + "pos": { + "x": 86152, + "y": 78661, + "z": 140063 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + } + ], + "teleports": {} + }, + "12": { + "monsters": [ + { + "groupId": 12, + "instId": 200001, + "eventId": 40003206, + "pos": { + "x": 248520, + "y": 79927, + "z": 95970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8003020 + } + ], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300005, + "propState": 0, + "pos": { + "x": 259080, + "y": 79707, + "z": 95930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 12, + "instId": 300009, + "propState": 0, + "pos": { + "x": 219810, + "y": 77016, + "z": 95910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + } + ], + "teleports": {} + }, + "13": { + "monsters": [ + { + "groupId": 13, + "instId": 200005, + "eventId": 40003201, + "pos": { + "x": 189020, + "y": 82797, + "z": 135790 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8012010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": 186826, + "y": 82776, + "z": 138794 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100066 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": 193270, + "y": 82765, + "z": 138510 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100067 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": 179725, + "y": 77016, + "z": 95930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 1, + "pos": { + "x": 189124, + "y": 82889, + "z": 141036 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 1, + "pos": { + "x": 189124, + "y": 82816, + "z": 144281 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300003 + } + ], + "teleports": {} + }, + "15": { + "monsters": [ + { + "groupId": 15, + "instId": 200002, + "eventId": 40003202, + "pos": { + "x": 174501, + "y": 82598, + "z": 123311 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "monsterId": 8011010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": 180210, + "y": 82719, + "z": 134090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": 59490, + "y": 80223, + "z": 78636 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": 44006, + "y": 80223, + "z": 111829 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100071 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 101 + } + }, + "4010101": { + "P40101_F40101001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 4, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 114503, + "y": -5031, + "z": 311619 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "pos": { + "x": 33020, + "y": 3965, + "z": 128440 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": 30860, + "y": 3940, + "z": 121430 + }, + "rot": { + "x": 0, + "y": 146089, + "z": 0 + }, + "propId": 101001 + } + ], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 80870, + "y": -5026, + "z": 292180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": 83130, + "y": -5026, + "z": 285610 + }, + "rot": { + "x": 0, + "y": 231278, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 0, + "pos": { + "x": 32830, + "y": 942, + "z": 287530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 0, + "pos": { + "x": 32900, + "y": -2891, + "z": 307320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": 39030, + "y": 3942, + "z": 224730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 35950, + "y": 3942, + "z": 222760 + }, + "rot": { + "x": 0, + "y": 142369, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "pos": { + "x": 40970, + "y": 3942, + "z": 229500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101015 + } + ], + "teleports": {} + }, + "5": { + "monsters": [ + { + "groupId": 5, + "instId": 200001, + "eventId": 40101009, + "pos": { + "x": 118370, + "y": -2021, + "z": 370310 + }, + "rot": { + "x": 0, + "y": 181176, + "z": 0 + }, + "monsterId": 1023010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 64094, + "y": 43666, + "z": 367000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 0, + "pos": { + "x": 121200, + "y": -5030, + "z": 322290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101015 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 2, + "pos": { + "x": 83090, + "y": -5058, + "z": 296730 + }, + "rot": { + "x": 0, + "y": 199685, + "z": 0 + }, + "propId": 101012 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 5, + "pos": { + "x": 81034, + "y": -4800, + "z": 324800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301011 + } + ], + "teleports": {} + }, + "14": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "15": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "16": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "4010102": { + "P40101_F40101001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300007, + "propState": 0, + "pos": { + "x": 54500, + "y": 995, + "z": 273250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29250, + "y": 978, + "z": 257242 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5500, + "y": 3939, + "z": 255750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101015 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 2, + "groupId": 8, + "instId": 300002, + "pos": { + "x": 33250, + "y": 3942, + "z": 155960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 33000, + "y": 4000, + "z": 128148 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 10, + "instId": 300014, + "propState": 0, + "pos": { + "x": 38798, + "y": 3942, + "z": 224750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 10, + "instId": 300019, + "propState": 0, + "pos": { + "x": 40915, + "y": 3942, + "z": 223505 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 10, + "instId": 300012, + "propState": 0, + "pos": { + "x": 32930, + "y": -2833, + "z": 302940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 10, + "instId": 300013, + "propState": 0, + "pos": { + "x": 30752, + "y": -2833, + "z": 308420 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 101001 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": 43000, + "y": 942, + "z": 255250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101051 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 0, + "pos": { + "x": 36500, + "y": 4000, + "z": 197250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101051 + } + ], + "teleports": {} + }, + "13": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": 35730, + "y": 4442, + "z": 194256 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 220 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 0, + "pos": { + "x": 32869, + "y": 1442, + "z": 271250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 220 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "4010103": { + "P40101_F40101001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 51500, + "y": 1442, + "z": 270000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 220 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "pos": { + "x": 80869, + "y": -4526, + "z": 294597 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 220 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "8": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 3, + "groupId": 12, + "instId": 300003, + "pos": { + "x": 81750, + "y": -5010, + "z": 362250 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300002, + "propState": 0, + "pos": { + "x": 32413, + "y": 3940, + "z": 110500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 24, + "instId": 300002, + "propState": 0, + "pos": { + "x": 84000, + "y": -5021, + "z": 353500 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 0, + "pos": { + "x": 53245, + "y": -5058, + "z": 322500 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 0, + "pos": { + "x": 33000, + "y": 4000, + "z": 127750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 0, + "pos": { + "x": 29990, + "y": -300, + "z": 129350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 24, + "instId": 300012, + "propState": 0, + "pos": { + "x": 32930, + "y": -2833, + "z": 302940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 24, + "instId": 300008, + "propState": 0, + "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": 0, + "pos": { + "x": 110750, + "y": -5027, + "z": 321500 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 101012 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300005, + "propState": 0, + "pos": { + "x": 50000, + "y": -2024, + "z": 286000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101051 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 0, + "pos": { + "x": 60399, + "y": -5273, + "z": 324750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101051 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300008, + "propState": 0, + "pos": { + "x": 49000, + "y": 942, + "z": 269000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": 79520, + "y": -5009, + "z": 367680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": 51750, + "y": -5070, + "z": 328348 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 0, + "pos": { + "x": 123066, + "y": -5031, + "z": 328500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "4010104": { + "P40101_F40101001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300008, + "propState": 0, + "pos": { + "x": 29250, + "y": 943, + "z": 257120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": 110750, + "y": -2021, + "z": 368837 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 53639, + "y": -5058, + "z": 327565 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 0, + "pos": { + "x": 123066, + "y": -5031, + "z": 328573 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "pos": { + "x": 83609, + "y": -5026, + "z": 292876 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 4, + "groupId": 6, + "instId": 300004, + "pos": { + "x": 120978, + "y": -5031, + "z": 329664 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": 79250, + "y": -5021, + "z": 353500 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": 53245, + "y": -5058, + "z": 322500 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 0, + "pos": { + "x": 33000, + "y": 4000, + "z": 127750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 0, + "pos": { + "x": 29990, + "y": -300, + "z": 129350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 0, + "pos": { + "x": 32930, + "y": -2833, + "z": 302940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 7, + "instId": 300013, + "propState": 0, + "pos": { + "x": 31250, + "y": 942, + "z": 288530 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 0, + "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": 0, + "pos": { + "x": 110750, + "y": -5027, + "z": 321500 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 101012 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300005, + "propState": 0, + "pos": { + "x": 41250, + "y": 942, + "z": 249750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101051 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": 95750, + "y": -5009, + "z": 368500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101051 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": 104804, + "y": -5143, + "z": 325210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101051 + } + ], + "teleports": {} + }, + "9": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5750, + "y": 4439, + "z": 256000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 220 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": 81123, + "y": -4300, + "z": 324981 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 220 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 121240, + "y": -521, + "z": 370000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 220 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300020, + "propState": 0, + "pos": { + "x": 113000, + "y": -2021, + "z": 376750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": 123280, + "y": -2021, + "z": 361020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 0, + "pos": { + "x": 113720, + "y": -2021, + "z": 367050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 0, + "pos": { + "x": 112196, + "y": -2021, + "z": 366880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "4010106": { + "P40101_F40101001": { + "scenes": { + "18": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 2, + "groupId": 29, + "instId": 300002, + "pos": { + "x": 55510, + "y": 3906, + "z": -33670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "4011101": { + "P40111_F40111001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": 13127, + "y": -2139, + "z": -16017 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29457, + "y": -1114, + "z": -87132 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 0, + "pos": { + "x": 26760, + "y": -1150, + "z": -82588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "pos": { + "x": -2370, + "y": -2134, + "z": -88890 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 0, + "pos": { + "x": -310, + "y": -2134, + "z": -90150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 0, + "pos": { + "x": 21100, + "y": -2101, + "z": -122720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 0, + "pos": { + "x": 17870, + "y": -2139, + "z": -6620 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "5": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 3, + "groupId": 9, + "instId": 300003, + "pos": { + "x": -6709, + "y": 1876, + "z": 7916 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": 11769, + "y": -2134, + "z": -80175 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "4012201": { + "P40122_F40122001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "pos": { + "x": -9412, + "y": -137, + "z": 98846 + }, + "rot": { + "x": 0, + "y": 289758, + "z": 0 + }, + "propId": 101075 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "4012301": { + "P40123_F40123001": { + "scenes": { + "6": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -13300, + "y": 11686, + "z": 9560 + }, + "rot": { + "x": 0, + "y": 157000, + "z": 0 + }, + "propId": 301004 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 0, + "pos": { + "x": -8730, + "y": 20120, + "z": 14760 + }, + "rot": { + "x": 0, + "y": 67000, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 0, + "pos": { + "x": -10318, + "y": 12058, + "z": 4630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": -29291, + "y": 11902, + "z": 950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 2, + "groupId": 12, + "instId": 300002, + "pos": { + "x": -11385, + "y": 12063, + "z": -1426 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "4222101": { + "P42221_F42221001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2022101": { + "anchorId": 1, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -43770, + "y": 8240, + "z": -120410 + }, + "rot": { + "x": 0, + "y": 42030, + "z": 0 + } + }, + "2022102": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 400, + "y": 12790, + "z": 2110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2022103": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 103950, + "y": 13760, + "z": -59120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300002, + "propState": 1, + "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": 1, + "pos": { + "x": 14860, + "y": 12905, + "z": -73980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 1, + "pos": { + "x": 240, + "y": 12905, + "z": -60950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 0, + "pos": { + "x": -36670, + "y": 8233, + "z": -105880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 2, + "groupId": 10, + "instId": 300001, + "pos": { + "x": -45100, + "y": 8294, + "z": -120790 + }, + "rot": { + "x": 0, + "y": 46000, + "z": 0 + } + } + } + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300003, + "propState": 0, + "pos": { + "x": -40875, + "y": 8240, + "z": -90460 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "8000001": { + "P80000_F80000001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300008, + "propState": 0, + "pos": { + "x": -144857, + "y": 500, + "z": 241529 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 999, + "startAnchorId": 1, + "startGroupId": 3 + } + }, + "8000101": { + "P80001_F80001001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300006, + "propState": 0, + "pos": { + "x": -15494, + "y": 150, + "z": 123145 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "pos": { + "x": -23855, + "y": 150, + "z": 216150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": -23860, + "y": 150, + "z": 186930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 0, + "pos": { + "x": -11750, + "y": 150, + "z": 157340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 1, + "pos": { + "x": 29, + "y": 257, + "z": 89207 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100002 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 1, + "pos": { + "x": 11727, + "y": 185, + "z": 141900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 0, + "pos": { + "x": -10930, + "y": 147, + "z": 110570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 2, + "instId": 300008, + "propState": 0, + "pos": { + "x": 11027, + "y": 147, + "z": 110570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + } + ], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300006, + "propState": 0, + "pos": { + "x": -15494, + "y": 150, + "z": 123145 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -23855, + "y": 150, + "z": 216150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": -23860, + "y": 150, + "z": 186930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": -11750, + "y": 150, + "z": 157340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 1, + "pos": { + "x": 29, + "y": 257, + "z": 89207 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100002 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 1, + "pos": { + "x": 11727, + "y": 185, + "z": 141900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 0, + "pos": { + "x": -10930, + "y": 147, + "z": 110570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 0, + "pos": { + "x": 11027, + "y": 147, + "z": 110570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 0, + "pos": { + "x": 140, + "y": 147, + "z": 111230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300004, + "propState": 0, + "pos": { + "x": 140, + "y": 147, + "z": 83010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": -60, + "y": -2850, + "z": 115200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 0, + "pos": { + "x": -60, + "y": 150, + "z": 115200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 0, + "pos": { + "x": -23855, + "y": 150, + "z": 216150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 0, + "pos": { + "x": -23860, + "y": 150, + "z": 186930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 10, + "instId": 300007, + "propState": 0, + "pos": { + "x": -11750, + "y": 150, + "z": 157340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 10, + "instId": 300008, + "propState": 1, + "pos": { + "x": 29, + "y": 257, + "z": 89207 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100002 + }, + { + "groupId": 10, + "instId": 300009, + "propState": 1, + "pos": { + "x": 11727, + "y": 185, + "z": 141900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 10, + "instId": 300010, + "propState": 0, + "pos": { + "x": -10930, + "y": 147, + "z": 110570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 10, + "instId": 300011, + "propState": 0, + "pos": { + "x": 11027, + "y": 147, + "z": 110570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8000102": { + "P80001_F80001001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": -104340, + "y": 18979, + "z": -73280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 2, + "pos": { + "x": -83200, + "y": 18686, + "z": -86760 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1001 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": -124250, + "y": -101, + "z": -73177 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 0, + "pos": { + "x": -106990, + "y": -1540, + "z": -92240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 0, + "pos": { + "x": -64240, + "y": -3195, + "z": -75600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 0, + "pos": { + "x": -89170, + "y": -3195, + "z": -75600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 0, + "pos": { + "x": -126962, + "y": -100, + "z": -73177 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 1, + "pos": { + "x": -110101, + "y": -61, + "z": -64496 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [ + { + "groupId": 8, + "instId": 400001, + "pos": { + "x": -96590, + "y": -1120, + "z": -93270 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "npcId": 1001 + } + ], + "props": [], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": -80780, + "y": 10280, + "z": -122150 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 0, + "pos": { + "x": -121066, + "y": 2760, + "z": -105196 + }, + "rot": { + "x": 0, + "y": 335000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 1, + "pos": { + "x": -144293, + "y": 2834, + "z": -107374 + }, + "rot": { + "x": 0, + "y": 244630, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 1, + "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": 1, + "pos": { + "x": -82184, + "y": 10330, + "z": -116343 + }, + "rot": { + "x": 0, + "y": 186900, + "z": 0 + }, + "propId": 100001 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": 30250, + "y": 3440, + "z": -35640 + }, + "rot": { + "x": 0, + "y": 252100, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 0, + "pos": { + "x": 16184, + "y": 2844, + "z": -37827 + }, + "rot": { + "x": 0, + "y": 252100, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 12, + "instId": 300009, + "propState": 0, + "pos": { + "x": -14640, + "y": 1040, + "z": -67860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100006 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [ + { + "groupId": 15, + "instId": 400001, + "pos": { + "x": 15500, + "y": 2840, + "z": -50519 + }, + "rot": { + "x": 0, + "y": 304612, + "z": 0 + }, + "npcId": 1001 + } + ], + "props": [], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": 878, + "y": 2844, + "z": -101861 + }, + "rot": { + "x": 0, + "y": 109048, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 1, + "pos": { + "x": -2498, + "y": 2937, + "z": -100809 + }, + "rot": { + "x": 0, + "y": 287000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 1, + "pos": { + "x": 42730, + "y": 3484, + "z": -115460 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 0, + "pos": { + "x": 10955, + "y": 2844, + "z": -100042 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 0, + "pos": { + "x": 15871, + "y": 2844, + "z": -102709 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 0, + "pos": { + "x": 15014, + "y": 2844, + "z": -102898 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 0, + "pos": { + "x": 15591, + "y": 2844, + "z": -103393 + }, + "rot": { + "x": 0, + "y": 209999, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 1, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 16, + "instId": 300009, + "propState": 1, + "pos": { + "x": -5599, + "y": 2864, + "z": -99852 + }, + "rot": { + "x": 0, + "y": 197158, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 16, + "instId": 300010, + "propState": 1, + "pos": { + "x": 42660, + "y": 3485, + "z": -115530 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 16, + "instId": 300011, + "propState": 1, + "pos": { + "x": 42748, + "y": 3485, + "z": -115476 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 300003 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "pos": { + "x": -124250, + "y": -101, + "z": -73177 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 18, + "instId": 300007, + "propState": 0, + "pos": { + "x": -106990, + "y": -1540, + "z": -92240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 0, + "pos": { + "x": -62780, + "y": -1458, + "z": -59190 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 0, + "pos": { + "x": -91080, + "y": -1423, + "z": -59380 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 0, + "pos": { + "x": -126962, + "y": -100, + "z": -73177 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 18, + "instId": 300006, + "propState": 1, + "pos": { + "x": -110101, + "y": -61, + "z": -64496 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 18, + "instId": 300008, + "propState": 0, + "pos": { + "x": -88290, + "y": -2963, + "z": -84680 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 18, + "instId": 300009, + "propState": 0, + "pos": { + "x": -105446, + "y": -1544, + "z": -92597 + }, + "rot": { + "x": 0, + "y": 97646, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 18, + "instId": 300010, + "propState": 0, + "pos": { + "x": -118870, + "y": -100, + "z": -73177 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -61020, + "y": 18601, + "z": -73080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 19, + "instId": 300005, + "propState": 0, + "pos": { + "x": -92270, + "y": 18980, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 19, + "instId": 300007, + "propState": 1, + "pos": { + "x": -37989, + "y": 18683, + "z": -92473 + }, + "rot": { + "x": 0, + "y": 118000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 19, + "instId": 300008, + "propState": 0, + "pos": { + "x": -114310, + "y": 18598, + "z": -73300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300009, + "propState": 0, + "pos": { + "x": -67040, + "y": 18664, + "z": -78220 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 100024 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300003, + "propState": 0, + "pos": { + "x": 1950, + "y": 2840, + "z": -102230 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 1, + "pos": { + "x": 42730, + "y": 3484, + "z": -115460 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 1, + "pos": { + "x": -2498, + "y": 2937, + "z": -100809 + }, + "rot": { + "x": 0, + "y": 106952, + "z": 0 + }, + "propId": 100001 + } + ], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300004, + "propState": 0, + "pos": { + "x": -4160, + "y": 2840, + "z": -100010 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300001, + "propState": 0, + "pos": { + "x": 8360, + "y": -160, + "z": -104090 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 0, + "pos": { + "x": 8360, + "y": 2840, + "z": -104090 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300005, + "propState": 1, + "pos": { + "x": 42730, + "y": 3484, + "z": -115460 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 29, + "instId": 300006, + "propState": 1, + "pos": { + "x": -2498, + "y": 2937, + "z": -100809 + }, + "rot": { + "x": 0, + "y": 106952, + "z": 0 + }, + "propId": 100001 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 0, + "pos": { + "x": -78943, + "y": 10277, + "z": -120187 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 31, + "instId": 300006, + "propState": 0, + "pos": { + "x": -115229, + "y": 2814, + "z": -113506 + }, + "rot": { + "x": 0, + "y": 303034, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 0, + "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": 1, + "pos": { + "x": -131882, + "y": 2834, + "z": -88536 + }, + "rot": { + "x": 0, + "y": 331022, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 31, + "instId": 300008, + "propState": 1, + "pos": { + "x": -82184, + "y": 10330, + "z": -116343 + }, + "rot": { + "x": 0, + "y": 7984, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 31, + "instId": 300010, + "propState": 0, + "pos": { + "x": -83520, + "y": 10277, + "z": -122040 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [ + { + "groupId": 34, + "instId": 400001, + "pos": { + "x": 5550, + "y": 2844, + "z": -100040 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 34, + "instId": 300002, + "propState": 0, + "pos": { + "x": 820, + "y": 2844, + "z": -101850 + }, + "rot": { + "x": 0, + "y": 107047, + "z": 0 + }, + "propId": 1021 + }, + { + "groupId": 34, + "instId": 300004, + "propState": 0, + "pos": { + "x": 10920, + "y": 2844, + "z": -100110 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 34, + "instId": 300012, + "propState": 0, + "pos": { + "x": 15600, + "y": 2844, + "z": -103350 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 34, + "instId": 300013, + "propState": 0, + "pos": { + "x": 14930, + "y": 2844, + "z": -102840 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 34, + "instId": 300015, + "propState": 0, + "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": 1, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 1, + "pos": { + "x": -5599, + "y": 2864, + "z": -99852 + }, + "rot": { + "x": 0, + "y": 197158, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 34, + "instId": 300005, + "propState": 1, + "pos": { + "x": 42660, + "y": 3485, + "z": -115530 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 34, + "instId": 300006, + "propState": 1, + "pos": { + "x": 42748, + "y": 3485, + "z": -115476 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 34, + "instId": 300007, + "propState": 0, + "pos": { + "x": 14710, + "y": 2844, + "z": -106540 + }, + "rot": { + "x": 0, + "y": 284928, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 0, + "pos": { + "x": -52221, + "y": -1458, + "z": -97591 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 100000, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 0, + "pos": { + "x": -64190, + "y": -3195, + "z": -76030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 0, + "pos": { + "x": -75890, + "y": -3195, + "z": -85940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 35, + "instId": 300006, + "propState": 0, + "pos": { + "x": -57100, + "y": -1055, + "z": -92889 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300039, + "propState": 0, + "pos": { + "x": -38863, + "y": 17690, + "z": -62867 + }, + "rot": { + "x": 0, + "y": 343500, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 37, + "instId": 300040, + "propState": 0, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 37, + "instId": 300041, + "propState": 0, + "pos": { + "x": -155125, + "y": 2700, + "z": -33130 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300004 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8000103": { + "P80001_F80001001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": 30280, + "y": 80286, + "z": 99220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 0, + "pos": { + "x": 16398, + "y": 79626, + "z": 92325 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 1, + "pos": { + "x": 39876, + "y": 80272, + "z": 99169 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 1, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + } + ], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": 174120, + "y": 77070, + "z": 93470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 0, + "pos": { + "x": 171785, + "y": 82600, + "z": 122265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 0, + "pos": { + "x": 179883, + "y": 77016, + "z": 95970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 1, + "pos": { + "x": 163973, + "y": 82897, + "z": 156197 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100001 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [ + { + "groupId": 8, + "instId": 400001, + "pos": { + "x": 192750, + "y": 82820, + "z": 131130 + }, + "rot": { + "x": 0, + "y": 337515, + "z": 0 + }, + "npcId": 1001 + } + ], + "props": [], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [ + { + "groupId": 9, + "instId": 400001, + "pos": { + "x": 124502, + "y": 80442, + "z": 117080 + }, + "rot": { + "x": 0, + "y": 151279, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": 126100, + "y": 80471, + "z": 121730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 1, + "pos": { + "x": 125990, + "y": 80513, + "z": 103866 + }, + "rot": { + "x": 0, + "y": 531, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 1, + "pos": { + "x": 125966, + "y": 80503, + "z": 126902 + }, + "rot": { + "x": 0, + "y": 531, + "z": 0 + }, + "propId": 100001 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": 179883, + "y": 77016, + "z": 95970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": 205430, + "y": 77016, + "z": 95970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 0, + "pos": { + "x": 203118, + "y": 77070, + "z": 95890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "pos": { + "x": 35260, + "y": 80286, + "z": 101310 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 18, + "instId": 300006, + "propState": 0, + "pos": { + "x": 16190, + "y": 79626, + "z": 102610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 18, + "instId": 300007, + "propState": 0, + "pos": { + "x": 7075, + "y": 79626, + "z": 79866 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 0, + "pos": { + "x": 35300, + "y": 80286, + "z": 97530 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 18, + "instId": 300009, + "propState": 0, + "pos": { + "x": 6326, + "y": 76687, + "z": 62912 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 0, + "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": 1, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 18, + "instId": 300011, + "propState": 1, + "pos": { + "x": 8732, + "y": 79584, + "z": 110666 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 18, + "instId": 300012, + "propState": 1, + "pos": { + "x": 39868, + "y": 80272, + "z": 99238 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 18, + "instId": 300013, + "propState": 1, + "pos": { + "x": 39867, + "y": 80327, + "z": 99241 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [ + { + "groupId": 21, + "instId": 400001, + "pos": { + "x": 10784, + "y": 76702, + "z": 150017 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 0, + "pos": { + "x": 7130, + "y": 76644, + "z": 153280 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 0, + "pos": { + "x": 10240, + "y": 76661, + "z": 153390 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 1, + "pos": { + "x": 8744, + "y": 76722, + "z": 133116 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 1, + "pos": { + "x": 8742, + "y": 76708, + "z": 156017 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 0, + "pos": { + "x": 11347, + "y": 76661, + "z": 139346 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 0, + "pos": { + "x": 5770, + "y": 76702, + "z": 139210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 21, + "instId": 300009, + "propState": 1, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 0, + "pos": { + "x": 8700, + "y": 77127, + "z": 141100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300010, + "propState": 1, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 21, + "instId": 300011, + "propState": 1, + "pos": { + "x": 8732, + "y": 79584, + "z": 110666 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [ + { + "groupId": 22, + "instId": 400001, + "pos": { + "x": 162170, + "y": 77017, + "z": 98750 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 22, + "instId": 300002, + "propState": 0, + "pos": { + "x": 158140, + "y": 77017, + "z": 95705 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1021 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 0, + "pos": { + "x": 167740, + "y": 77017, + "z": 100660 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 22, + "instId": 300012, + "propState": 0, + "pos": { + "x": 173240, + "y": 77017, + "z": 99640 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 22, + "instId": 300013, + "propState": 0, + "pos": { + "x": 173250, + "y": 77017, + "z": 98920 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 22, + "instId": 300015, + "propState": 0, + "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": 1, + "pos": { + "x": 125990, + "y": 80513, + "z": 103866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 1, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 0, + "pos": { + "x": 184030, + "y": 77017, + "z": 95780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 0, + "pos": { + "x": 174070, + "y": 77053, + "z": 102170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100006 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300004, + "propState": 0, + "pos": { + "x": 243040, + "y": 79619, + "z": 98580 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": 239640, + "y": 75950, + "z": 95639 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 0, + "pos": { + "x": 237350, + "y": 78495, + "z": 95530 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 0, + "pos": { + "x": 243910, + "y": 79791, + "z": 95920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 0, + "pos": { + "x": 215470, + "y": 77016, + "z": 95920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8011201": { + "P80112_F80112001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300004, + "propState": 0, + "pos": { + "x": -13014, + "y": 1900, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 0, + "pos": { + "x": -7870, + "y": 0, + "z": -4330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100060 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 0, + "pos": { + "x": 5720, + "y": 201, + "z": -7553 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1005 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 0, + "pos": { + "x": 7743, + "y": 205, + "z": 7556 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1005 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 9489, + "y": 1786, + "z": 23 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "pos": { + "x": -3336, + "y": 240, + "z": -1934 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 0, + "pos": { + "x": 15207, + "y": 474, + "z": 81109 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": 9252, + "y": 608, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1003 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -6930, + "y": 2027, + "z": 8760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 0, + "pos": { + "x": 992, + "y": 2027, + "z": 8760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 0, + "pos": { + "x": -9359, + "y": 2027, + "z": 8760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 0, + "pos": { + "x": -4247, + "y": 2027, + "z": 8760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 0, + "pos": { + "x": -7869, + "y": 1467, + "z": -4336 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 1, + "pos": { + "x": 8801, + "y": 1500, + "z": 3782 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1025 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 101, + "startAnchorId": 1, + "startGroupId": 1 + } + }, + "8020001": { + "P80200_F80200001": { + "scenes": { + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 28, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47718, + "y": -1332, + "z": 98260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102037 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22710, + "y": 7036, + "z": -108631 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 0, + "pos": { + "x": -900, + "y": 7036, + "z": -108610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 101, + "pos": { + "x": 7210, + "y": 4880, + "z": -136710 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": 3000, + "y": 0, + "z": 18000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 0, + "pos": { + "x": 3000, + "y": 0, + "z": 18000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": -7660, + "y": 5236, + "z": -56120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 0, + "pos": { + "x": -13971, + "y": 7086, + "z": -103070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 0, + "pos": { + "x": -20738, + "y": 5236, + "z": -73805 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -3996, + "y": 5236, + "z": -67903 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 34, + "instId": 300004, + "propState": 0, + "pos": { + "x": -11150, + "y": 5236, + "z": -72249 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 34, + "instId": 300005, + "propState": 0, + "pos": { + "x": -2724, + "y": 5236, + "z": -73745 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 34, + "instId": 300006, + "propState": 0, + "pos": { + "x": -3996, + "y": 5236, + "z": -68743 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 34, + "instId": 300007, + "propState": 0, + "pos": { + "x": -11084, + "y": 5236, + "z": -71091 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 34, + "instId": 300008, + "propState": 0, + "pos": { + "x": -2724, + "y": 5236, + "z": -74615 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [ + { + "groupId": 35, + "instId": 400001, + "pos": { + "x": -11390, + "y": 5200, + "z": -82120 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 36, + "instId": 300001, + "propState": 0, + "pos": { + "x": -7650, + "y": 5236, + "z": -56740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 0, + "pos": { + "x": -12580, + "y": -1147, + "z": -14910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -16960, + "y": -1147, + "z": -28170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 37, + "instId": 300004, + "propState": 0, + "pos": { + "x": -7620, + "y": -1147, + "z": -28210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 37, + "instId": 300005, + "propState": 0, + "pos": { + "x": -16930, + "y": -1147, + "z": -26140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 37, + "instId": 300006, + "propState": 0, + "pos": { + "x": -16960, + "y": -1147, + "z": -27330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 37, + "instId": 300007, + "propState": 0, + "pos": { + "x": -8620, + "y": -1147, + "z": -28219 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 37, + "instId": 300008, + "propState": 0, + "pos": { + "x": -16930, + "y": -1147, + "z": -25270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": -11430, + "y": -1800, + "z": -26160 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 0, + "pos": { + "x": -14430, + "y": -1800, + "z": -26160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 39, + "instId": 300001, + "propState": 0, + "pos": { + "x": -7300, + "y": 7036, + "z": -108680 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 0, + "pos": { + "x": -13880, + "y": 5286, + "z": -92190 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 0, + "pos": { + "x": -38710, + "y": 4023, + "z": -90640 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -23670, + "y": 7036, + "z": -113140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 40, + "instId": 300004, + "propState": 0, + "pos": { + "x": -25430, + "y": 7036, + "z": -104000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 40, + "instId": 300005, + "propState": 0, + "pos": { + "x": -25410, + "y": 7036, + "z": -113090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 40, + "instId": 300006, + "propState": 0, + "pos": { + "x": -24510, + "y": 7036, + "z": -113140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 40, + "instId": 300007, + "propState": 0, + "pos": { + "x": -26211, + "y": 7036, + "z": -104000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 40, + "instId": 300008, + "propState": 0, + "pos": { + "x": -26280, + "y": 7036, + "z": -113090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 41, + "instId": 300001, + "propState": 0, + "pos": { + "x": -37123, + "y": 5562, + "z": -106219 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 0, + "pos": { + "x": -37123, + "y": 5562, + "z": -106219 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "pos": { + "x": -37160, + "y": 5562, + "z": -110840 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 43, + "instId": 300001, + "propState": 0, + "pos": { + "x": 80728, + "y": 2314, + "z": 104750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 0, + "pos": { + "x": 60850, + "y": 5001, + "z": 74040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 71440, + "y": 2290, + "z": 83410 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 44, + "instId": 300004, + "propState": 0, + "pos": { + "x": 82840, + "y": 2290, + "z": 90791 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 44, + "instId": 300005, + "propState": 0, + "pos": { + "x": 72290, + "y": 2290, + "z": 83000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 44, + "instId": 300006, + "propState": 0, + "pos": { + "x": 71440, + "y": 2290, + "z": 82570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 44, + "instId": 300007, + "propState": 0, + "pos": { + "x": 82840, + "y": 2290, + "z": 90010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 44, + "instId": 300008, + "propState": 0, + "pos": { + "x": 81960, + "y": 2290, + "z": 90380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [ + { + "groupId": 45, + "instId": 400001, + "pos": { + "x": 76160, + "y": 2231, + "z": 79510 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 46, + "instId": 300001, + "propState": 0, + "pos": { + "x": -24390, + "y": 5236, + "z": -73818 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 0, + "pos": { + "x": -38710, + "y": 4023, + "z": -90640 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 101, + "pos": { + "x": -60140, + "y": 6751, + "z": -81490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 48, + "instId": 300001, + "propState": 0, + "pos": { + "x": -54140, + "y": 6762, + "z": -78490 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300003, + "propState": 0, + "pos": { + "x": -54140, + "y": 6762, + "z": -78490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -5390, + "y": 5200, + "z": -76620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300003, + "propState": 0, + "pos": { + "x": -5390, + "y": 5200, + "z": -75620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300004, + "propState": 0, + "pos": { + "x": -4390, + "y": 5200, + "z": -76120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300005, + "propState": 0, + "pos": { + "x": -12390, + "y": 5200, + "z": -76120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300006, + "propState": 0, + "pos": { + "x": -11390, + "y": 5200, + "z": -76620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300007, + "propState": 0, + "pos": { + "x": -11390, + "y": 5200, + "z": -75620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8020002": { + "P80200_F80200001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": 8735, + "y": 79658, + "z": 113932 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 63476, + "y": 80223, + "z": 118375 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "pos": { + "x": 75330, + "y": 78661, + "z": 140107 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 0, + "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": 0, + "pos": { + "x": 72030, + "y": 80223, + "z": 80055 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 0, + "pos": { + "x": 44102, + "y": 80223, + "z": 108200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 8759, + "y": 76718, + "z": 54722 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 0, + "pos": { + "x": 10676, + "y": 76687, + "z": 61365 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 0, + "pos": { + "x": 8769, + "y": 76705, + "z": 66220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 913 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 0, + "pos": { + "x": 125987, + "y": 80501, + "z": 115414 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 8725, + "y": 79626, + "z": 80598 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": 6956, + "y": 79626, + "z": 91475 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": 13910, + "y": 79626, + "z": 102620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 0, + "pos": { + "x": 3510, + "y": 79626, + "z": 105430 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 0, + "pos": { + "x": 5480, + "y": 79626, + "z": 105580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 0, + "pos": { + "x": 4400, + "y": 79626, + "z": 106940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 0, + "pos": { + "x": 31090, + "y": 80286, + "z": 96850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 0, + "pos": { + "x": 42661, + "y": 80223, + "z": 104646 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 0, + "pos": { + "x": 43950, + "y": 80223, + "z": 106350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 0, + "pos": { + "x": 45507, + "y": 80223, + "z": 104944 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 0, + "pos": { + "x": 44980, + "y": 80223, + "z": 79960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 0, + "pos": { + "x": 62720, + "y": 80223, + "z": 81570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 0, + "pos": { + "x": 66360, + "y": 80223, + "z": 79060 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 0, + "pos": { + "x": 69868, + "y": 80223, + "z": 119067 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 0, + "pos": { + "x": 88268, + "y": 75793, + "z": 120291 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 0, + "pos": { + "x": 90490, + "y": 75793, + "z": 117047 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 0, + "pos": { + "x": 79126, + "y": 78661, + "z": 138520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300018, + "propState": 0, + "pos": { + "x": 79570, + "y": 78661, + "z": 140176 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300019, + "propState": 0, + "pos": { + "x": 78120, + "y": 78661, + "z": 141570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300020, + "propState": 0, + "pos": { + "x": 88990, + "y": 78661, + "z": 139460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300021, + "propState": 0, + "pos": { + "x": 106420, + "y": 78661, + "z": 141460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300022, + "propState": 0, + "pos": { + "x": 106020, + "y": 78661, + "z": 132023 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300023, + "propState": 0, + "pos": { + "x": 104553, + "y": 78661, + "z": 130210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300024, + "propState": 0, + "pos": { + "x": 125834, + "y": 78661, + "z": 143913 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300025, + "propState": 0, + "pos": { + "x": 126010, + "y": 80482, + "z": 117390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300026, + "propState": 0, + "pos": { + "x": 128550, + "y": 80472, + "z": 120830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300027, + "propState": 0, + "pos": { + "x": 123370, + "y": 80472, + "z": 120790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300028, + "propState": 0, + "pos": { + "x": 127280, + "y": 80472, + "z": 119240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300029, + "propState": 0, + "pos": { + "x": 124680, + "y": 80472, + "z": 119260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300030, + "propState": 0, + "pos": { + "x": 67710, + "y": 80498, + "z": 99190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8020003": { + "P80200_F80200001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8020004": { + "P80200_F80200001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8020005": { + "P80200_F80200001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -140280, + "y": -115, + "z": -71860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 0, + "pos": { + "x": -144980, + "y": -46, + "z": -73273 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 913 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": -153950, + "y": -4389, + "z": -95510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -178240, + "y": -7672, + "z": -75510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": -152294, + "y": -163, + "z": -70940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 0, + "pos": { + "x": -154132, + "y": -163, + "z": -72550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 0, + "pos": { + "x": -155160, + "y": -163, + "z": -74509 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 0, + "pos": { + "x": -151520, + "y": -4389, + "z": -95020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 0, + "pos": { + "x": -170533, + "y": -4389, + "z": -93910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 0, + "pos": { + "x": -171030, + "y": -4389, + "z": -87160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 0, + "pos": { + "x": -168740, + "y": -4383, + "z": -66223 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 0, + "pos": { + "x": -174021, + "y": -4383, + "z": -58800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 0, + "pos": { + "x": -175401, + "y": -4383, + "z": -60446 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 0, + "pos": { + "x": -185710, + "y": -7672, + "z": -79700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 0, + "pos": { + "x": -186850, + "y": -7672, + "z": -77840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 0, + "pos": { + "x": -179950, + "y": -7672, + "z": -76370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 0, + "pos": { + "x": -199130, + "y": -4171, + "z": -85290 + }, + "rot": { + "x": 0, + "y": 45579, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 0, + "pos": { + "x": -203400, + "y": -4171, + "z": -83790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 0, + "pos": { + "x": -206127, + "y": -4171, + "z": -90578 + }, + "rot": { + "x": 0, + "y": 54553, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300018, + "propState": 0, + "pos": { + "x": -202290, + "y": -4155, + "z": -92200 + }, + "rot": { + "x": 0, + "y": 6097, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300019, + "propState": 0, + "pos": { + "x": -209240, + "y": -178, + "z": -70740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300020, + "propState": 0, + "pos": { + "x": -211010, + "y": -178, + "z": -68811 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300021, + "propState": 0, + "pos": { + "x": -187694, + "y": -154, + "z": -94980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300022, + "propState": 0, + "pos": { + "x": -173853, + "y": -178, + "z": -71351 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300023, + "propState": 0, + "pos": { + "x": -173830, + "y": -178, + "z": -72960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300024, + "propState": 0, + "pos": { + "x": -171630, + "y": -178, + "z": -67230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300025, + "propState": 0, + "pos": { + "x": -171643, + "y": -178, + "z": -65620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300026, + "propState": 0, + "pos": { + "x": -186720, + "y": -154, + "z": -90290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300027, + "propState": 0, + "pos": { + "x": -185240, + "y": -154, + "z": -91940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300028, + "propState": 0, + "pos": { + "x": -198710, + "y": -4171, + "z": -91020 + }, + "rot": { + "x": 0, + "y": 139113, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300029, + "propState": 0, + "pos": { + "x": -186071, + "y": -178, + "z": -69130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300030, + "propState": 0, + "pos": { + "x": -183430, + "y": -7672, + "z": -92010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 6, + "instId": 300031, + "propState": 0, + "pos": { + "x": -135330, + "y": -115, + "z": -73270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8020006": { + "P80200_F80200001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 132410, + "y": 28439, + "z": -121680 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": 136827, + "y": 28704, + "z": -114142 + }, + "rot": { + "x": 0, + "y": 100000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 0, + "pos": { + "x": 179690, + "y": 28392, + "z": -125870 + }, + "rot": { + "x": 0, + "y": 84865, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 136692, + "y": 28360, + "z": -126166 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 0, + "pos": { + "x": 138230, + "y": 28398, + "z": -123470 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 913 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 143304, + "y": 28523, + "z": -117660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": 152996, + "y": 28353, + "z": -127620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 0, + "pos": { + "x": 152079, + "y": 28347, + "z": -129810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 0, + "pos": { + "x": 144610, + "y": 28513, + "z": -118546 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 0, + "pos": { + "x": 157120, + "y": 28675, + "z": -118840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 0, + "pos": { + "x": 161057, + "y": 28523, + "z": -132246 + }, + "rot": { + "x": 0, + "y": 301610, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 0, + "pos": { + "x": 166600, + "y": 28358, + "z": -128140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 0, + "pos": { + "x": 171523, + "y": 28418, + "z": -114568 + }, + "rot": { + "x": 0, + "y": 58316, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 0, + "pos": { + "x": 170168, + "y": 28445, + "z": -114392 + }, + "rot": { + "x": 0, + "y": 328316, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300010, + "propState": 0, + "pos": { + "x": 170363, + "y": 32755, + "z": -99428 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300011, + "propState": 0, + "pos": { + "x": 168730, + "y": 33053, + "z": -96620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300012, + "propState": 0, + "pos": { + "x": 172833, + "y": 32419, + "z": -108917 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300013, + "propState": 0, + "pos": { + "x": 172450, + "y": 32418, + "z": -109958 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300014, + "propState": 0, + "pos": { + "x": 172180, + "y": 32431, + "z": -107991 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300015, + "propState": 0, + "pos": { + "x": 158900, + "y": 32464, + "z": -98900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300016, + "propState": 0, + "pos": { + "x": 137591, + "y": 32446, + "z": -105217 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300017, + "propState": 0, + "pos": { + "x": 138243, + "y": 32446, + "z": -102139 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300018, + "propState": 0, + "pos": { + "x": 160851, + "y": 35542, + "z": -92710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300019, + "propState": 0, + "pos": { + "x": 158304, + "y": 35501, + "z": -91312 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300020, + "propState": 0, + "pos": { + "x": 141879, + "y": 32433, + "z": -100832 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300021, + "propState": 0, + "pos": { + "x": 159830, + "y": 35478, + "z": -91600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300022, + "propState": 0, + "pos": { + "x": 138231, + "y": 32438, + "z": -106203 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300023, + "propState": 0, + "pos": { + "x": 160157, + "y": 28571, + "z": -133062 + }, + "rot": { + "x": 0, + "y": 301610, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300024, + "propState": 0, + "pos": { + "x": 167407, + "y": 28455, + "z": -121198 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300025, + "propState": 0, + "pos": { + "x": 147790, + "y": 32450, + "z": -104856 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300026, + "propState": 0, + "pos": { + "x": 177620, + "y": 28421, + "z": -127250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300027, + "propState": 0, + "pos": { + "x": 177730, + "y": 28453, + "z": -128570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300028, + "propState": 0, + "pos": { + "x": 175730, + "y": 28426, + "z": -123350 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300029, + "propState": 0, + "pos": { + "x": 165983, + "y": 28363, + "z": -128974 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300030, + "propState": 0, + "pos": { + "x": 169792, + "y": 32992, + "z": -97357 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 5, + "instId": 300031, + "propState": 0, + "pos": { + "x": 135120, + "y": 28900, + "z": -125260 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8020007": { + "P80200_F80200001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "pos": { + "x": -33150, + "y": 13643, + "z": -27420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": -20860, + "y": 23830, + "z": -47026 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 0, + "pos": { + "x": -17320, + "y": 17968, + "z": -98176 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -6550, + "y": 23832, + "z": -73550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 0, + "pos": { + "x": -7970, + "y": 23873, + "z": -69649 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 913 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": -26834, + "y": 16971, + "z": -74154 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": -28624, + "y": 16353, + "z": -66542 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "pos": { + "x": -9086, + "y": 17963, + "z": -73050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 0, + "pos": { + "x": -30820, + "y": 13866, + "z": -55092 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 0, + "pos": { + "x": -31810, + "y": 13690, + "z": -53830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 0, + "pos": { + "x": -32100, + "y": 13577, + "z": -36650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 0, + "pos": { + "x": -33780, + "y": 13575, + "z": -31963 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 0, + "pos": { + "x": -34940, + "y": 13596, + "z": -33040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 0, + "pos": { + "x": -52401, + "y": 11130, + "z": -48691 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 0, + "pos": { + "x": -51054, + "y": 11131, + "z": -51188 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 0, + "pos": { + "x": -48830, + "y": 7474, + "z": -28292 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 0, + "pos": { + "x": -51939, + "y": 7470, + "z": -33403 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300013, + "propState": 0, + "pos": { + "x": -71510, + "y": 2771, + "z": -26260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300014, + "propState": 0, + "pos": { + "x": -65900, + "y": 2812, + "z": -26390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300015, + "propState": 0, + "pos": { + "x": -68860, + "y": 2790, + "z": -24690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300016, + "propState": 0, + "pos": { + "x": -70080, + "y": 2808, + "z": -33920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300017, + "propState": 0, + "pos": { + "x": -8985, + "y": 17945, + "z": -71572 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300018, + "propState": 0, + "pos": { + "x": -30840, + "y": 13575, + "z": -37670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300019, + "propState": 0, + "pos": { + "x": -19401, + "y": 17965, + "z": -84135 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300020, + "propState": 0, + "pos": { + "x": -21723, + "y": 23805, + "z": -50691 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300021, + "propState": 0, + "pos": { + "x": -6285, + "y": 23808, + "z": -49182 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300022, + "propState": 0, + "pos": { + "x": -4595, + "y": 23802, + "z": -50966 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300023, + "propState": 0, + "pos": { + "x": -10870, + "y": 23829, + "z": -59860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300024, + "propState": 0, + "pos": { + "x": -71660, + "y": 2796, + "z": -32840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300025, + "propState": 0, + "pos": { + "x": -17240, + "y": 17964, + "z": -93020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300026, + "propState": 0, + "pos": { + "x": -15921, + "y": 17953, + "z": -88639 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300027, + "propState": 0, + "pos": { + "x": -18821, + "y": 17955, + "z": -92091 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300028, + "propState": 0, + "pos": { + "x": -47888, + "y": 7474, + "z": -31623 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300029, + "propState": 0, + "pos": { + "x": -51505, + "y": 7474, + "z": -28274 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 4, + "instId": 300030, + "propState": 0, + "pos": { + "x": -38127, + "y": 13553, + "z": -48901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 4, + "instId": 300031, + "propState": 0, + "pos": { + "x": -11330, + "y": 17963, + "z": -73730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8020008": { + "P80200_F80200001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "pos": { + "x": -36110, + "y": 491, + "z": -7800 + }, + "rot": { + "x": 0, + "y": 314947, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": -58980, + "y": 491, + "z": 15030 + }, + "rot": { + "x": 0, + "y": 314947, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39672, + "y": 491, + "z": 11338 + }, + "rot": { + "x": 0, + "y": 44947, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -47710, + "y": 744, + "z": 8100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": -56486, + "y": 3612, + "z": -2463 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": -58531, + "y": 3625, + "z": -7390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1031 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 0, + "pos": { + "x": -58490, + "y": 3582, + "z": -7310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8020101": { + "P80201_F80201001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -38680, + "y": 18260, + "z": -82930 + }, + "rot": { + "x": 0, + "y": 193835, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 0, + "pos": { + "x": -178060, + "y": -390, + "z": -61070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 0, + "pos": { + "x": -162330, + "y": -415, + "z": -71330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 0, + "pos": { + "x": -169860, + "y": -4600, + "z": -79580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 0, + "pos": { + "x": -194540, + "y": -378, + "z": -69650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 8, + "instId": 300014, + "propState": 0, + "pos": { + "x": -186621, + "y": -400, + "z": -79920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100012 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 16710, + "y": 2844, + "z": -39694 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 101, + "pos": { + "x": 40479, + "y": 3444, + "z": -31399 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [ + { + "groupId": 13, + "instId": 400001, + "pos": { + "x": 35310, + "y": 3444, + "z": -35710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 27762, + "y": 3444, + "z": -37843 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": 27452, + "y": 3444, + "z": -38843 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 0, + "pos": { + "x": 28492, + "y": 3444, + "z": -38553 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100024 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": 16350, + "y": 2844, + "z": -107040 + }, + "rot": { + "x": 0, + "y": 107500, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 12850, + "y": 2844, + "z": -105970 + }, + "rot": { + "x": 0, + "y": 17500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 0, + "pos": { + "x": 4982, + "y": 2844, + "z": -98280 + }, + "rot": { + "x": 0, + "y": 17500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 0, + "pos": { + "x": 4380, + "y": 2844, + "z": -100160 + }, + "rot": { + "x": 0, + "y": 17500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 0, + "pos": { + "x": 2900, + "y": 2844, + "z": -104880 + }, + "rot": { + "x": 0, + "y": 17500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 0, + "pos": { + "x": 3476, + "y": 2844, + "z": -103038 + }, + "rot": { + "x": 0, + "y": 17500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 0, + "pos": { + "x": 13480, + "y": 2844, + "z": -104040 + }, + "rot": { + "x": 0, + "y": 17500, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [ + { + "groupId": 18, + "instId": 400001, + "pos": { + "x": 12060, + "y": 2844, + "z": -99490 + }, + "rot": { + "x": 0, + "y": 212500, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 12850, + "y": 2844, + "z": -105970 + }, + "rot": { + "x": 0, + "y": 17500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 0, + "pos": { + "x": 4982, + "y": 2844, + "z": -98280 + }, + "rot": { + "x": 0, + "y": 17500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 0, + "pos": { + "x": 4380, + "y": 2844, + "z": -100160 + }, + "rot": { + "x": 0, + "y": 17500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 19, + "instId": 300005, + "propState": 0, + "pos": { + "x": 2900, + "y": 2844, + "z": -104880 + }, + "rot": { + "x": 0, + "y": 17500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 19, + "instId": 300006, + "propState": 0, + "pos": { + "x": 3476, + "y": 2844, + "z": -103038 + }, + "rot": { + "x": 0, + "y": 17500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 19, + "instId": 300007, + "propState": 0, + "pos": { + "x": 13480, + "y": 2844, + "z": -104040 + }, + "rot": { + "x": 0, + "y": 17500, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": 16350, + "y": 2844, + "z": -107040 + }, + "rot": { + "x": 0, + "y": 107500, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 25886, + "y": 3925, + "z": -114679 + }, + "rot": { + "x": 0, + "y": 107500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 0, + "pos": { + "x": 28600, + "y": 3925, + "z": -106050 + }, + "rot": { + "x": 0, + "y": 287500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 0, + "pos": { + "x": 30656, + "y": 3925, + "z": -116179 + }, + "rot": { + "x": 0, + "y": 107500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 0, + "pos": { + "x": 33370, + "y": 3925, + "z": -107550 + }, + "rot": { + "x": 0, + "y": 287500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 0, + "pos": { + "x": 35316, + "y": 3925, + "z": -117649 + }, + "rot": { + "x": 0, + "y": 107500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 0, + "pos": { + "x": 38030, + "y": 3925, + "z": -109020 + }, + "rot": { + "x": 0, + "y": 287500, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": 36340, + "y": 3444, + "z": -114880 + }, + "rot": { + "x": 0, + "y": 302500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 0, + "pos": { + "x": 36340, + "y": 3444, + "z": -114880 + }, + "rot": { + "x": 0, + "y": 302500, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 0, + "pos": { + "x": -80970, + "y": -3195, + "z": -61450 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 0, + "pos": { + "x": -88590, + "y": -3195, + "z": -69000 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 101, + "pos": { + "x": -106365, + "y": -1544, + "z": -54000 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": -97547, + "y": -1113, + "z": -52418 + }, + "rot": { + "x": 0, + "y": 291014, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 0, + "pos": { + "x": -97547, + "y": -1113, + "z": -52418 + }, + "rot": { + "x": 0, + "y": 291014, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -130851, + "y": 2815, + "z": -101492 + }, + "rot": { + "x": 0, + "y": 65000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 0, + "pos": { + "x": -130351, + "y": 2814, + "z": -102492 + }, + "rot": { + "x": 0, + "y": 245000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [ + { + "groupId": 35, + "instId": 400001, + "pos": { + "x": -126750, + "y": 2814, + "z": -101250 + }, + "rot": { + "x": 0, + "y": 273175, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 35, + "instId": 300003, + "propState": 1, + "pos": { + "x": -132757, + "y": 2762, + "z": -98230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1002 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -17915, + "y": 1039, + "z": -70400 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 37, + "instId": 300004, + "propState": 0, + "pos": { + "x": -10330, + "y": 1039, + "z": -70920 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 37, + "instId": 300005, + "propState": 0, + "pos": { + "x": -13230, + "y": 1039, + "z": -82250 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 37, + "instId": 300006, + "propState": 0, + "pos": { + "x": -19664, + "y": 1039, + "z": -71179 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 37, + "instId": 300007, + "propState": 0, + "pos": { + "x": -16400, + "y": 1039, + "z": -69010 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 37, + "instId": 300008, + "propState": 0, + "pos": { + "x": -11734, + "y": 1039, + "z": -76588 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": -18513, + "y": 1040, + "z": -56554 + }, + "rot": { + "x": 0, + "y": 165818, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 0, + "pos": { + "x": -18513, + "y": 1040, + "z": -56554 + }, + "rot": { + "x": 0, + "y": 165818, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 39, + "instId": 300001, + "propState": 0, + "pos": { + "x": -9090, + "y": 1039, + "z": -73872 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 40, + "instId": 300001, + "propState": 0, + "pos": { + "x": -12983, + "y": 1039, + "z": -63869 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 46, + "instId": 300002, + "propState": 0, + "pos": { + "x": -62868, + "y": -1466, + "z": -59443 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -44169, + "y": -1544, + "z": -69298 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 0, + "pos": { + "x": -41220, + "y": -1544, + "z": -69004 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 0, + "pos": { + "x": -51056, + "y": -1458, + "z": -56939 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 0, + "pos": { + "x": -43919, + "y": -1544, + "z": -71254 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300007, + "propState": 0, + "pos": { + "x": -41129, + "y": -1544, + "z": -67219 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300008, + "propState": 0, + "pos": { + "x": -49247, + "y": -1458, + "z": -56069 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 48, + "instId": 300001, + "propState": 0, + "pos": { + "x": -53398, + "y": -1271, + "z": -49993 + }, + "rot": { + "x": 0, + "y": 105162, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 0, + "pos": { + "x": -53398, + "y": -1271, + "z": -49993 + }, + "rot": { + "x": 0, + "y": 105162, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 49, + "instId": 300001, + "propState": 0, + "pos": { + "x": -47210, + "y": -1544, + "z": -59470 + }, + "rot": { + "x": 0, + "y": 157533, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300001, + "propState": 0, + "pos": { + "x": -44632, + "y": -1544, + "z": -58572 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 68, + "instId": 300001, + "propState": 0, + "pos": { + "x": -64870, + "y": 18664, + "z": -77420 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 0, + "pos": { + "x": -64990, + "y": 18664, + "z": -68980 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -51790, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 69, + "instId": 300004, + "propState": 0, + "pos": { + "x": -48790, + "y": 18942, + "z": -76240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 69, + "instId": 300005, + "propState": 0, + "pos": { + "x": -45790, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 69, + "instId": 300006, + "propState": 0, + "pos": { + "x": -53610, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 69, + "instId": 300007, + "propState": 0, + "pos": { + "x": -50669, + "y": 18942, + "z": -76240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 69, + "instId": 300008, + "propState": 0, + "pos": { + "x": -47580, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [ + { + "groupId": 70, + "instId": 400001, + "pos": { + "x": -43620, + "y": 18942, + "z": -76240 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 71, + "instId": 300001, + "propState": 0, + "pos": { + "x": -43620, + "y": 18942, + "z": -76240 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 0, + "pos": { + "x": -43620, + "y": 18942, + "z": -73240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -51790, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 72, + "instId": 300003, + "propState": 0, + "pos": { + "x": -48790, + "y": 18942, + "z": -76240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 72, + "instId": 300004, + "propState": 0, + "pos": { + "x": -45790, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 72, + "instId": 300005, + "propState": 0, + "pos": { + "x": -53610, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 72, + "instId": 300006, + "propState": 0, + "pos": { + "x": -50669, + "y": 18942, + "z": -76240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 72, + "instId": 300007, + "propState": 0, + "pos": { + "x": -47580, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -50069, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 0, + "pos": { + "x": -47069, + "y": 18942, + "z": -76240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 0, + "pos": { + "x": -44069, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 73, + "instId": 300005, + "propState": 0, + "pos": { + "x": -51879, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 73, + "instId": 300006, + "propState": 0, + "pos": { + "x": -48938, + "y": 18942, + "z": -76240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 73, + "instId": 300007, + "propState": 0, + "pos": { + "x": -45849, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -130880, + "y": 2820, + "z": -42550 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 80, + "instId": 300004, + "propState": 0, + "pos": { + "x": -130872, + "y": 2820, + "z": -49258 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 80, + "instId": 300005, + "propState": 0, + "pos": { + "x": -125510, + "y": 2820, + "z": -45227 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 80, + "instId": 300006, + "propState": 0, + "pos": { + "x": -132445, + "y": 2770, + "z": -41771 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 80, + "instId": 300007, + "propState": 0, + "pos": { + "x": -132490, + "y": 2820, + "z": -48453 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 80, + "instId": 300008, + "propState": 0, + "pos": { + "x": -127049, + "y": 2820, + "z": -44462 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [ + { + "groupId": 81, + "instId": 400001, + "pos": { + "x": -124240, + "y": 2770, + "z": -52566 + }, + "rot": { + "x": 0, + "y": 311500, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 82, + "instId": 300001, + "propState": 0, + "pos": { + "x": -124240, + "y": 2770, + "z": -52566 + }, + "rot": { + "x": 0, + "y": 311500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 0, + "pos": { + "x": -122901, + "y": 2770, + "z": -49882 + }, + "rot": { + "x": 0, + "y": 296500, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -130880, + "y": 2820, + "z": -42550 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 84, + "instId": 300003, + "propState": 0, + "pos": { + "x": -130872, + "y": 2820, + "z": -49258 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 84, + "instId": 300004, + "propState": 0, + "pos": { + "x": -125510, + "y": 2820, + "z": -45227 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 84, + "instId": 300005, + "propState": 0, + "pos": { + "x": -132445, + "y": 2770, + "z": -41771 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 84, + "instId": 300006, + "propState": 0, + "pos": { + "x": -132490, + "y": 2820, + "z": -48453 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 84, + "instId": 300007, + "propState": 0, + "pos": { + "x": -127049, + "y": 2820, + "z": -44462 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 85, + "instId": 300001, + "propState": 101, + "pos": { + "x": -142680, + "y": 2770, + "z": -42030 + }, + "rot": { + "x": 0, + "y": 117500, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 86, + "instId": 300001, + "propState": 0, + "pos": { + "x": -136630, + "y": 2770, + "z": -42570 + }, + "rot": { + "x": 0, + "y": 132500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 86, + "instId": 300003, + "propState": 0, + "pos": { + "x": -136630, + "y": 2770, + "z": -42570 + }, + "rot": { + "x": 0, + "y": 297500, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 87, + "instId": 300001, + "propState": 0, + "pos": { + "x": -186695, + "y": -7537, + "z": -88110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 87, + "instId": 300002, + "propState": 0, + "pos": { + "x": -176250, + "y": -4383, + "z": -59700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "88": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -186780, + "y": -7672, + "z": -80030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 88, + "instId": 300004, + "propState": 0, + "pos": { + "x": -177810, + "y": -7672, + "z": -79751 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 88, + "instId": 300005, + "propState": 0, + "pos": { + "x": -185117, + "y": -7672, + "z": -73298 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 88, + "instId": 300006, + "propState": 0, + "pos": { + "x": -186780, + "y": -7672, + "z": -78172 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 88, + "instId": 300007, + "propState": 0, + "pos": { + "x": -179420, + "y": -7672, + "z": -79824 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 88, + "instId": 300008, + "propState": 0, + "pos": { + "x": -186849, + "y": -7672, + "z": -73298 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "89": { + "monsters": [], + "npcs": [ + { + "groupId": 89, + "instId": 400001, + "pos": { + "x": -178256, + "y": -7672, + "z": -72419 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 90, + "instId": 300001, + "propState": 0, + "pos": { + "x": -178256, + "y": -7672, + "z": -72419 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 0, + "pos": { + "x": -178256, + "y": -7672, + "z": -72419 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -186780, + "y": -7672, + "z": -80030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 0, + "pos": { + "x": -177810, + "y": -7672, + "z": -79751 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 92, + "instId": 300004, + "propState": 0, + "pos": { + "x": -185117, + "y": -7672, + "z": -73298 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 92, + "instId": 300005, + "propState": 0, + "pos": { + "x": -186780, + "y": -7672, + "z": -78172 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 92, + "instId": 300006, + "propState": 0, + "pos": { + "x": -179420, + "y": -7672, + "z": -79824 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 92, + "instId": 300007, + "propState": 0, + "pos": { + "x": -186849, + "y": -7672, + "z": -73298 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 101, + "pos": { + "x": -183170, + "y": -7672, + "z": -84770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 94, + "instId": 300001, + "propState": 0, + "pos": { + "x": -186660, + "y": -7672, + "z": -80000 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300003, + "propState": 0, + "pos": { + "x": -186660, + "y": -7672, + "z": -80000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 95, + "instId": 300002, + "propState": 0, + "pos": { + "x": -97547, + "y": -1113, + "z": -52418 + }, + "rot": { + "x": 0, + "y": 291014, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 95, + "instId": 300003, + "propState": 0, + "pos": { + "x": -97547, + "y": -1113, + "z": -52418 + }, + "rot": { + "x": 0, + "y": 291014, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 97, + "instId": 300001, + "propState": 0, + "pos": { + "x": -58550, + "y": 18925, + "z": -70030 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 97, + "instId": 300002, + "propState": 0, + "pos": { + "x": -58550, + "y": 18925, + "z": -73030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 98, + "instId": 300001, + "propState": 0, + "pos": { + "x": -56819, + "y": 18942, + "z": -76030 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 99, + "instId": 300001, + "propState": 0, + "pos": { + "x": -88940, + "y": -3195, + "z": -77550 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 99, + "instId": 300002, + "propState": 0, + "pos": { + "x": -81150, + "y": -3195, + "z": -85390 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -100012, + "y": -1437, + "z": -97546 + }, + "rot": { + "x": 0, + "y": 52500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 100, + "instId": 300003, + "propState": 0, + "pos": { + "x": -101480, + "y": -1525, + "z": -98600 + }, + "rot": { + "x": 0, + "y": 52500, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "101": { + "monsters": [], + "npcs": [ + { + "groupId": 101, + "instId": 400001, + "pos": { + "x": -92277, + "y": -1283, + "z": -93841 + }, + "rot": { + "x": 0, + "y": 284784, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 101, + "instId": 300001, + "propState": 1, + "pos": { + "x": -102170, + "y": -1525, + "z": -89260 + }, + "rot": { + "x": 0, + "y": 197630, + "z": 0 + }, + "propId": 1002 + } + ], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -12760, + "y": 1039, + "z": -67679 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 108, + "instId": 300003, + "propState": 0, + "pos": { + "x": -12058, + "y": 1039, + "z": -69504 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 108, + "instId": 300004, + "propState": 0, + "pos": { + "x": -12914, + "y": 1039, + "z": -65676 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 108, + "instId": 300005, + "propState": 0, + "pos": { + "x": -16419, + "y": 1040, + "z": -65254 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 108, + "instId": 300006, + "propState": 0, + "pos": { + "x": -16419, + "y": 1039, + "z": -67348 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 108, + "instId": 300007, + "propState": 0, + "pos": { + "x": -17141, + "y": 1039, + "z": -69254 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "109": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 109, + "instId": 300001, + "propState": 0, + "pos": { + "x": -13010, + "y": 1039, + "z": -75564 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 109, + "instId": 300002, + "propState": 0, + "pos": { + "x": -13010, + "y": 1039, + "z": -75564 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "110": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 110, + "instId": 300001, + "propState": 0, + "pos": { + "x": -16520, + "y": 1039, + "z": -74041 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "112": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -52580, + "y": -1458, + "z": -48990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 112, + "instId": 300004, + "propState": 0, + "pos": { + "x": -37640, + "y": -1021, + "z": -70744 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 112, + "instId": 300005, + "propState": 0, + "pos": { + "x": -54484, + "y": -1369, + "z": -59184 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 112, + "instId": 300006, + "propState": 0, + "pos": { + "x": -50667, + "y": -1458, + "z": -49697 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 112, + "instId": 300007, + "propState": 0, + "pos": { + "x": -37640, + "y": -1021, + "z": -68884 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 112, + "instId": 300008, + "propState": 0, + "pos": { + "x": -52675, + "y": -1458, + "z": -58314 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "113": { + "monsters": [], + "npcs": [ + { + "groupId": 113, + "instId": 400001, + "pos": { + "x": -44240, + "y": -1881, + "z": -70906 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "114": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 114, + "instId": 300001, + "propState": 0, + "pos": { + "x": -44240, + "y": -1544, + "z": -70906 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 114, + "instId": 300002, + "propState": 0, + "pos": { + "x": -44240, + "y": -1544, + "z": -70906 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "116": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 116, + "instId": 300001, + "propState": 0, + "pos": { + "x": 12060, + "y": 2844, + "z": -99490 + }, + "rot": { + "x": 0, + "y": 212500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 116, + "instId": 300002, + "propState": 0, + "pos": { + "x": 12060, + "y": 2844, + "z": -99490 + }, + "rot": { + "x": 0, + "y": 212500, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "117": { + "monsters": [], + "npcs": [ + { + "groupId": 117, + "instId": 400001, + "pos": { + "x": -128750, + "y": 2814, + "z": -97250 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "118": { + "monsters": [], + "npcs": [ + { + "groupId": 118, + "instId": 400001, + "pos": { + "x": -96226, + "y": -1437, + "z": -87214 + }, + "rot": { + "x": 0, + "y": 189073, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "120": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 120, + "instId": 300001, + "propState": 0, + "pos": { + "x": -62868, + "y": -1466, + "z": -59443 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 120, + "instId": 300002, + "propState": 0, + "pos": { + "x": -80970, + "y": -3195, + "z": -61450 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 120, + "instId": 300003, + "propState": 0, + "pos": { + "x": -81150, + "y": -3195, + "z": -85390 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 120, + "instId": 300004, + "propState": 0, + "pos": { + "x": -62991, + "y": -1492, + "z": -87003 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "121": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -67521, + "y": -3195, + "z": -67828 + }, + "rot": { + "x": 0, + "y": 144331, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 121, + "instId": 300004, + "propState": 0, + "pos": { + "x": -66802, + "y": -3195, + "z": -69636 + }, + "rot": { + "x": 0, + "y": 155111, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 121, + "instId": 300005, + "propState": 0, + "pos": { + "x": -62575, + "y": -3195, + "z": -74692 + }, + "rot": { + "x": 0, + "y": 190327, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 121, + "instId": 300006, + "propState": 0, + "pos": { + "x": -62331, + "y": -3193, + "z": -72996 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 121, + "instId": 300007, + "propState": 0, + "pos": { + "x": -62579, + "y": -3195, + "z": -71035 + }, + "rot": { + "x": 0, + "y": 173231, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 121, + "instId": 300008, + "propState": 0, + "pos": { + "x": -67581, + "y": -3195, + "z": -72996 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "122": { + "monsters": [], + "npcs": [ + { + "groupId": 122, + "instId": 400001, + "pos": { + "x": -66500, + "y": -3195, + "z": -76000 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "124": { + "monsters": [], + "npcs": [ + { + "groupId": 124, + "instId": 400001, + "pos": { + "x": 12660, + "y": 2844, + "z": -99770 + }, + "rot": { + "x": 0, + "y": 212500, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "125": { + "monsters": [], + "npcs": [ + { + "groupId": 125, + "instId": 400001, + "pos": { + "x": 7120, + "y": 2844, + "z": -98030 + }, + "rot": { + "x": 0, + "y": 177828, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "126": { + "monsters": [], + "npcs": [ + { + "groupId": 126, + "instId": 400001, + "pos": { + "x": 9970, + "y": 2844, + "z": -98360 + }, + "rot": { + "x": 0, + "y": 197186, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "127": { + "monsters": [], + "npcs": [ + { + "groupId": 127, + "instId": 400001, + "pos": { + "x": -124240, + "y": 2770, + "z": -52566 + }, + "rot": { + "x": 0, + "y": 311500, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "128": { + "monsters": [], + "npcs": [ + { + "groupId": 128, + "instId": 400001, + "pos": { + "x": -121400, + "y": 2770, + "z": -46910 + }, + "rot": { + "x": 0, + "y": 272681, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "129": { + "monsters": [], + "npcs": [ + { + "groupId": 129, + "instId": 400001, + "pos": { + "x": -122400, + "y": 2770, + "z": -50090 + }, + "rot": { + "x": 0, + "y": 298463, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "130": { + "monsters": [], + "npcs": [ + { + "groupId": 130, + "instId": 400001, + "pos": { + "x": -180530, + "y": -7672, + "z": -75460 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "131": { + "monsters": [], + "npcs": [ + { + "groupId": 131, + "instId": 400001, + "pos": { + "x": -184070, + "y": -7672, + "z": -75620 + }, + "rot": { + "x": 0, + "y": 166039, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "132": { + "monsters": [], + "npcs": [ + { + "groupId": 132, + "instId": 400001, + "pos": { + "x": -43620, + "y": 18942, + "z": -75330 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "133": { + "monsters": [], + "npcs": [ + { + "groupId": 133, + "instId": 400001, + "pos": { + "x": -43620, + "y": 18942, + "z": -72050 + }, + "rot": { + "x": 0, + "y": 252761, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8020201": { + "P80202_F80202001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": 67646, + "y": 80000, + "z": 110350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 0, + "pos": { + "x": 67680, + "y": 79980, + "z": 88240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100012 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": 199740, + "y": 77016, + "z": 95910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": 244240, + "y": 79927, + "z": 95870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 101, + "pos": { + "x": 228740, + "y": 77016, + "z": 98980 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": 222740, + "y": 77016, + "z": 95980 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 0, + "pos": { + "x": 222740, + "y": 77016, + "z": 95980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 101, + "pos": { + "x": 560, + "y": 79626, + "z": 96500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [ + { + "groupId": 17, + "instId": 400001, + "pos": { + "x": 6119, + "y": 79626, + "z": 102200 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 16230, + "y": 79626, + "z": 101453 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 0, + "pos": { + "x": 16649, + "y": 79626, + "z": 102359 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 0, + "pos": { + "x": 15677, + "y": 79626, + "z": 102284 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 100024 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 179992, + "y": 82842, + "z": 153882 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 0, + "pos": { + "x": 179824, + "y": 82842, + "z": 153265 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [ + { + "groupId": 20, + "instId": 400001, + "pos": { + "x": 180270, + "y": 82822, + "z": 159616 + }, + "rot": { + "x": 0, + "y": 242531, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 1, + "pos": { + "x": 175660, + "y": 82842, + "z": 153410 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1002 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": 199740, + "y": 77016, + "z": 95910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 172050, + "y": 77430, + "z": 103387 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 0, + "pos": { + "x": 176094, + "y": 82639, + "z": 126790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 0, + "pos": { + "x": 173680, + "y": 82671, + "z": 133839 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 0, + "pos": { + "x": 171736, + "y": 82654, + "z": 133701 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 22, + "instId": 300007, + "propState": 0, + "pos": { + "x": 172050, + "y": 77965, + "z": 105110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 22, + "instId": 300008, + "propState": 0, + "pos": { + "x": 178735, + "y": 77016, + "z": 99760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": 185371, + "y": 82760, + "z": 134314 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": 185371, + "y": 82760, + "z": 131314 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 24, + "instId": 300001, + "propState": 0, + "pos": { + "x": 176820, + "y": 77017, + "z": 93010 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": 174459, + "y": 82601, + "z": 121574 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": 145519, + "y": 79898, + "z": 144713 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": 101330, + "y": 78661, + "z": 140550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 123754, + "y": 78790, + "z": 136434 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 27, + "instId": 300004, + "propState": 0, + "pos": { + "x": 125545, + "y": 78661, + "z": 143081 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 0, + "pos": { + "x": 134419, + "y": 78664, + "z": 141848 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 27, + "instId": 300006, + "propState": 0, + "pos": { + "x": 137004, + "y": 78716, + "z": 141831 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 27, + "instId": 300007, + "propState": 0, + "pos": { + "x": 135004, + "y": 78664, + "z": 137581 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 27, + "instId": 300008, + "propState": 0, + "pos": { + "x": 115143, + "y": 78661, + "z": 142020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 28, + "instId": 300001, + "propState": 0, + "pos": { + "x": 111540, + "y": 78661, + "z": 137330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 0, + "pos": { + "x": 111540, + "y": 78661, + "z": 137330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 0, + "pos": { + "x": 127040, + "y": 78661, + "z": 141330 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 0, + "pos": { + "x": 126960, + "y": 78661, + "z": 138320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 128976, + "y": 80472, + "z": 109780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 0, + "pos": { + "x": 122836, + "y": 80472, + "z": 121300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 32, + "instId": 300005, + "propState": 0, + "pos": { + "x": 130390, + "y": 80472, + "z": 117221 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 32, + "instId": 300006, + "propState": 0, + "pos": { + "x": 122990, + "y": 80472, + "z": 110370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 32, + "instId": 300007, + "propState": 0, + "pos": { + "x": 128990, + "y": 80482, + "z": 113311 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 32, + "instId": 300008, + "propState": 0, + "pos": { + "x": 122990, + "y": 80520, + "z": 113060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [ + { + "groupId": 33, + "instId": 400001, + "pos": { + "x": 128990, + "y": 80482, + "z": 119190 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": 128990, + "y": 80482, + "z": 119190 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 0, + "pos": { + "x": 125990, + "y": 80482, + "z": 119190 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 128990, + "y": 80472, + "z": 109150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "pos": { + "x": 128990, + "y": 80472, + "z": 111110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300004, + "propState": 0, + "pos": { + "x": 129990, + "y": 80472, + "z": 112900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300005, + "propState": 0, + "pos": { + "x": 121990, + "y": 80472, + "z": 109650 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300006, + "propState": 0, + "pos": { + "x": 122990, + "y": 80472, + "z": 112040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300007, + "propState": 0, + "pos": { + "x": 124140, + "y": 80472, + "z": 110150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 101, + "pos": { + "x": 125989, + "y": 80498, + "z": 103132 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": 122990, + "y": 80482, + "z": 109130 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 0, + "pos": { + "x": 122990, + "y": 80482, + "z": 109130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 39, + "instId": 300001, + "propState": 0, + "pos": { + "x": 93381, + "y": 74232, + "z": 79963 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 101090, + "y": 74248, + "z": 109180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 40, + "instId": 300004, + "propState": 0, + "pos": { + "x": 93850, + "y": 74087, + "z": 98331 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 40, + "instId": 300005, + "propState": 0, + "pos": { + "x": 101090, + "y": 74172, + "z": 103750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 40, + "instId": 300006, + "propState": 0, + "pos": { + "x": 101090, + "y": 74248, + "z": 110910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 40, + "instId": 300007, + "propState": 0, + "pos": { + "x": 93850, + "y": 74087, + "z": 100120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 40, + "instId": 300008, + "propState": 0, + "pos": { + "x": 101090, + "y": 74172, + "z": 105450 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [ + { + "groupId": 41, + "instId": 400001, + "pos": { + "x": 100540, + "y": 74172, + "z": 98520 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "pos": { + "x": 100540, + "y": 74172, + "z": 98520 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 0, + "pos": { + "x": 100540, + "y": 74172, + "z": 98520 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 101090, + "y": 74172, + "z": 102580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 43, + "instId": 300003, + "propState": 0, + "pos": { + "x": 93850, + "y": 74087, + "z": 95881 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 43, + "instId": 300004, + "propState": 0, + "pos": { + "x": 100691, + "y": 74248, + "z": 89060 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 43, + "instId": 300005, + "propState": 0, + "pos": { + "x": 101090, + "y": 74172, + "z": 104310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 43, + "instId": 300006, + "propState": 0, + "pos": { + "x": 93850, + "y": 74087, + "z": 97670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 43, + "instId": 300007, + "propState": 0, + "pos": { + "x": 100691, + "y": 74248, + "z": 90760 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 94595, + "y": 74087, + "z": 89892 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 0, + "pos": { + "x": 93850, + "y": 74087, + "z": 91711 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 44, + "instId": 300004, + "propState": 0, + "pos": { + "x": 101278, + "y": 74248, + "z": 90704 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 44, + "instId": 300005, + "propState": 0, + "pos": { + "x": 101296, + "y": 74248, + "z": 88480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 44, + "instId": 300006, + "propState": 0, + "pos": { + "x": 93850, + "y": 74087, + "z": 93500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 44, + "instId": 300007, + "propState": 0, + "pos": { + "x": 101910, + "y": 74248, + "z": 86590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 46, + "instId": 300001, + "propState": 0, + "pos": { + "x": 94354, + "y": 65105, + "z": 69491 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 0, + "pos": { + "x": 94828, + "y": 65105, + "z": 129046 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 102990, + "y": 65194, + "z": 108503 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 0, + "pos": { + "x": 94110, + "y": 65105, + "z": 107042 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 0, + "pos": { + "x": 101870, + "y": 65194, + "z": 101030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 0, + "pos": { + "x": 101226, + "y": 65194, + "z": 106791 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300007, + "propState": 0, + "pos": { + "x": 92570, + "y": 65105, + "z": 104120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300008, + "propState": 0, + "pos": { + "x": 101920, + "y": 65194, + "z": 98480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [ + { + "groupId": 48, + "instId": 400001, + "pos": { + "x": 95090, + "y": 65185, + "z": 98750 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 49, + "instId": 300001, + "propState": 0, + "pos": { + "x": 95090, + "y": 65185, + "z": 98750 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 0, + "pos": { + "x": 98090, + "y": 65194, + "z": 98750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 94100, + "y": 65105, + "z": 95550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 0, + "pos": { + "x": 95130, + "y": 65105, + "z": 94510 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 50, + "instId": 300004, + "propState": 0, + "pos": { + "x": 94090, + "y": 65105, + "z": 93710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 50, + "instId": 300005, + "propState": 0, + "pos": { + "x": 102090, + "y": 65194, + "z": 97860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 50, + "instId": 300006, + "propState": 0, + "pos": { + "x": 101090, + "y": 65194, + "z": 98740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 50, + "instId": 300007, + "propState": 0, + "pos": { + "x": 101090, + "y": 65194, + "z": 96900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 51, + "instId": 300001, + "propState": 101, + "pos": { + "x": 94880, + "y": 65105, + "z": 105710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "52": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 52, + "instId": 300001, + "propState": 0, + "pos": { + "x": 97880, + "y": 65194, + "z": 99710 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 52, + "instId": 300003, + "propState": 0, + "pos": { + "x": 97880, + "y": 65194, + "z": 99710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 53, + "instId": 300001, + "propState": 0, + "pos": { + "x": 222740, + "y": 77016, + "z": 95980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 53, + "instId": 300003, + "propState": 0, + "pos": { + "x": 222740, + "y": 77016, + "z": 95980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 54, + "instId": 300001, + "propState": 0, + "pos": { + "x": 101090, + "y": 74173, + "z": 101502 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 0, + "pos": { + "x": 98090, + "y": 74173, + "z": 101502 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 55, + "instId": 300001, + "propState": 0, + "pos": { + "x": 95750, + "y": 74167, + "z": 101502 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 5770, + "y": 76661, + "z": 161955 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 0, + "pos": { + "x": 5770, + "y": 76661, + "z": 162789 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100024 + } + ], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [ + { + "groupId": 58, + "instId": 400001, + "pos": { + "x": 6903, + "y": 76702, + "z": 166150 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 1, + "pos": { + "x": 11176, + "y": 76661, + "z": 161964 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1002 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 127669, + "y": 80482, + "z": 114510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 59, + "instId": 300004, + "propState": 0, + "pos": { + "x": 124489, + "y": 80501, + "z": 114576 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 59, + "instId": 300005, + "propState": 0, + "pos": { + "x": 128128, + "y": 80482, + "z": 116540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 59, + "instId": 300006, + "propState": 0, + "pos": { + "x": 122990, + "y": 80472, + "z": 110370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 59, + "instId": 300007, + "propState": 0, + "pos": { + "x": 128990, + "y": 80482, + "z": 113311 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 59, + "instId": 300008, + "propState": 0, + "pos": { + "x": 122990, + "y": 80520, + "z": 113060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 60, + "instId": 300001, + "propState": 0, + "pos": { + "x": 123830, + "y": 80472, + "z": 106554 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 0, + "pos": { + "x": 123830, + "y": 80472, + "z": 106554 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 61, + "instId": 300001, + "propState": 0, + "pos": { + "x": 128565, + "y": 80472, + "z": 108271 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 92490, + "y": 65105, + "z": 98003 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 62, + "instId": 300003, + "propState": 0, + "pos": { + "x": 101110, + "y": 65194, + "z": 101792 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 62, + "instId": 300004, + "propState": 0, + "pos": { + "x": 101040, + "y": 65194, + "z": 99910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 62, + "instId": 300005, + "propState": 0, + "pos": { + "x": 92590, + "y": 65105, + "z": 100910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 62, + "instId": 300006, + "propState": 0, + "pos": { + "x": 92570, + "y": 65105, + "z": 104120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 62, + "instId": 300007, + "propState": 0, + "pos": { + "x": 101090, + "y": 65194, + "z": 97360 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300001, + "propState": 0, + "pos": { + "x": 101183, + "y": 65105, + "z": 110961 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 0, + "pos": { + "x": 101183, + "y": 65105, + "z": 110961 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": 101330, + "y": 78661, + "z": 140550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 78692, + "y": 78661, + "z": 142398 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 65, + "instId": 300004, + "propState": 0, + "pos": { + "x": 76225, + "y": 78661, + "z": 137837 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 65, + "instId": 300005, + "propState": 0, + "pos": { + "x": 78268, + "y": 78661, + "z": 137903 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 65, + "instId": 300006, + "propState": 0, + "pos": { + "x": 79994, + "y": 78661, + "z": 137834 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 65, + "instId": 300007, + "propState": 0, + "pos": { + "x": 74910, + "y": 78661, + "z": 142402 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 65, + "instId": 300008, + "propState": 0, + "pos": { + "x": 76800, + "y": 78661, + "z": 142426 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [ + { + "groupId": 66, + "instId": 400001, + "pos": { + "x": 84050, + "y": 78661, + "z": 142540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 0, + "pos": { + "x": 84702, + "y": 78661, + "z": 137989 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 0, + "pos": { + "x": 84702, + "y": 78661, + "z": 137989 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 78699, + "y": 78661, + "z": 137851 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 0, + "pos": { + "x": 80354, + "y": 78661, + "z": 137837 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 0, + "pos": { + "x": 82397, + "y": 78661, + "z": 141580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 0, + "pos": { + "x": 84123, + "y": 78661, + "z": 141511 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 0, + "pos": { + "x": 85866, + "y": 78661, + "z": 137851 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 68, + "instId": 300007, + "propState": 0, + "pos": { + "x": 87650, + "y": 78661, + "z": 137879 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [ + { + "groupId": 69, + "instId": 400001, + "pos": { + "x": 77600, + "y": 78661, + "z": 141465 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [ + { + "groupId": 73, + "instId": 400001, + "pos": { + "x": 180457, + "y": 82822, + "z": 154845 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [ + { + "groupId": 74, + "instId": 400001, + "pos": { + "x": 10776, + "y": 76702, + "z": 166266 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [ + { + "groupId": 75, + "instId": 400001, + "pos": { + "x": 128990, + "y": 80482, + "z": 119190 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [ + { + "groupId": 76, + "instId": 400001, + "pos": { + "x": 125980, + "y": 80482, + "z": 119550 + }, + "rot": { + "x": 0, + "y": 180184, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [ + { + "groupId": 77, + "instId": 400001, + "pos": { + "x": 122890, + "y": 80482, + "z": 119190 + }, + "rot": { + "x": 0, + "y": 163246, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [ + { + "groupId": 78, + "instId": 400001, + "pos": { + "x": 127560, + "y": 80482, + "z": 119190 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [ + { + "groupId": 79, + "instId": 400001, + "pos": { + "x": 124260, + "y": 80482, + "z": 119190 + }, + "rot": { + "x": 0, + "y": 163246, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [ + { + "groupId": 80, + "instId": 400001, + "pos": { + "x": 96280, + "y": 65185, + "z": 111410 + }, + "rot": { + "x": 0, + "y": 164503, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [ + { + "groupId": 81, + "instId": 400001, + "pos": { + "x": 100370, + "y": 65185, + "z": 111850 + }, + "rot": { + "x": 0, + "y": 179571, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [ + { + "groupId": 82, + "instId": 400001, + "pos": { + "x": 104330, + "y": 65185, + "z": 111440 + }, + "rot": { + "x": 0, + "y": 197034, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [ + { + "groupId": 83, + "instId": 400001, + "pos": { + "x": 98240, + "y": 65185, + "z": 111410 + }, + "rot": { + "x": 0, + "y": 164503, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [ + { + "groupId": 84, + "instId": 400001, + "pos": { + "x": 102410, + "y": 65185, + "z": 111440 + }, + "rot": { + "x": 0, + "y": 197034, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8020301": { + "P80203_F80203001": { + "scenes": { + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": 186770, + "y": 33020, + "z": -148300 + }, + "rot": { + "x": 0, + "y": 340425, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": 173955, + "y": 28441, + "z": -124140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 101, + "pos": { + "x": 182970, + "y": 28389, + "z": -121030 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": 188600, + "y": 28389, + "z": -125190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "pos": { + "x": 188600, + "y": 28389, + "z": -125190 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": 188600, + "y": 28389, + "z": -125190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": 188600, + "y": 28389, + "z": -125190 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": 129440, + "y": 46617, + "z": -38610 + }, + "rot": { + "x": 0, + "y": 351000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 0, + "pos": { + "x": 127200, + "y": 46634, + "z": -5080 + }, + "rot": { + "x": 0, + "y": 347080, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 101, + "pos": { + "x": 129110, + "y": 46641, + "z": -11950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [ + { + "groupId": 16, + "instId": 400001, + "pos": { + "x": 133110, + "y": 46626, + "z": -18950 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 132363, + "y": 46626, + "z": -29061 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 0, + "pos": { + "x": 133269, + "y": 46626, + "z": -29480 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 0, + "pos": { + "x": 133194, + "y": 46626, + "z": -28508 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101015 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": 183220, + "y": 55166, + "z": -178990 + }, + "rot": { + "x": 0, + "y": 230000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": 158910, + "y": 57182, + "z": -175590 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 166634, + "y": 55760, + "z": -184230 + }, + "rot": { + "x": 0, + "y": 245000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 0, + "pos": { + "x": 166786, + "y": 55724, + "z": -183353 + }, + "rot": { + "x": 0, + "y": 245000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [ + { + "groupId": 19, + "instId": 400001, + "pos": { + "x": 164599, + "y": 55919, + "z": -185982 + }, + "rot": { + "x": 0, + "y": 62531, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 19, + "instId": 300003, + "propState": 1, + "pos": { + "x": 171749, + "y": 55914, + "z": -194311 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1002 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": 248027, + "y": 52561, + "z": -172553 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 260255, + "y": 52544, + "z": -157915 + }, + "rot": { + "x": 0, + "y": 25341, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 0, + "pos": { + "x": 265854, + "y": 52553, + "z": -159271 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 0, + "pos": { + "x": 262560, + "y": 52545, + "z": -151730 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 0, + "pos": { + "x": 260582, + "y": 52544, + "z": -157194 + }, + "rot": { + "x": 0, + "y": 25341, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 0, + "pos": { + "x": 266406, + "y": 52556, + "z": -158719 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 0, + "pos": { + "x": 263175, + "y": 52545, + "z": -151115 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [ + { + "groupId": 22, + "instId": 400001, + "pos": { + "x": 269704, + "y": 52606, + "z": -155118 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": 269704, + "y": 52606, + "z": -155118 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": 267583, + "y": 52545, + "z": -152997 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 268453, + "y": 52545, + "z": -153690 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 0, + "pos": { + "x": 268953, + "y": 52545, + "z": -152824 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 0, + "pos": { + "x": 269569, + "y": 52546, + "z": -153757 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 0, + "pos": { + "x": 260886, + "y": 52585, + "z": -152782 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 0, + "pos": { + "x": 261502, + "y": 52552, + "z": -153715 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 0, + "pos": { + "x": 262002, + "y": 52548, + "z": -152849 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 101, + "pos": { + "x": 257150, + "y": 52685, + "z": -164480 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": 262860, + "y": 52545, + "z": -162590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": 262860, + "y": 52545, + "z": -162590 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": 233810, + "y": 45287, + "z": -89700 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 0, + "pos": { + "x": 208760, + "y": 46598, + "z": -62270 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 242818, + "y": 45265, + "z": -60460 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 0, + "pos": { + "x": 236122, + "y": 45265, + "z": -60058 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 28, + "instId": 300005, + "propState": 0, + "pos": { + "x": 239818, + "y": 45265, + "z": -65656 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 28, + "instId": 300006, + "propState": 0, + "pos": { + "x": 242398, + "y": 45265, + "z": -61188 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 28, + "instId": 300007, + "propState": 0, + "pos": { + "x": 235731, + "y": 45265, + "z": -60735 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 28, + "instId": 300008, + "propState": 0, + "pos": { + "x": 239383, + "y": 45265, + "z": -66410 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [ + { + "groupId": 29, + "instId": 400001, + "pos": { + "x": 231122, + "y": 45265, + "z": -68718 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 0, + "pos": { + "x": 157980, + "y": 32444, + "z": -99630 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 0, + "pos": { + "x": 157980, + "y": 32444, + "z": -99630 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 0, + "pos": { + "x": 231122, + "y": 45265, + "z": -68718 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 0, + "pos": { + "x": 233720, + "y": 45265, + "z": -70218 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": 237586, + "y": 45265, + "z": -70450 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 239070, + "y": 45265, + "z": -67050 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 0, + "pos": { + "x": 240036, + "y": 45265, + "z": -67309 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 0, + "pos": { + "x": 239294, + "y": 45265, + "z": -68145 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 33, + "instId": 300005, + "propState": 0, + "pos": { + "x": 238044, + "y": 45265, + "z": -59530 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 33, + "instId": 300006, + "propState": 0, + "pos": { + "x": 237302, + "y": 45265, + "z": -60367 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 33, + "instId": 300007, + "propState": 0, + "pos": { + "x": 238268, + "y": 45265, + "z": -60626 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 101, + "pos": { + "x": 224598, + "y": 45272, + "z": -64345 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 0, + "pos": { + "x": 231170, + "y": 45265, + "z": -62000 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 0, + "pos": { + "x": 231170, + "y": 45265, + "z": -62000 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 36, + "instId": 300001, + "propState": 0, + "pos": { + "x": 154134, + "y": 35373, + "z": -95728 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 0, + "pos": { + "x": 154784, + "y": 30578, + "z": -110770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 152110, + "y": 32441, + "z": -105360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 37, + "instId": 300004, + "propState": 0, + "pos": { + "x": 147171, + "y": 32466, + "z": -106469 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 37, + "instId": 300005, + "propState": 0, + "pos": { + "x": 150170, + "y": 32396, + "z": -100470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 37, + "instId": 300006, + "propState": 0, + "pos": { + "x": 152950, + "y": 32424, + "z": -105360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 37, + "instId": 300007, + "propState": 0, + "pos": { + "x": 147951, + "y": 32445, + "z": -106470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 37, + "instId": 300008, + "propState": 0, + "pos": { + "x": 151040, + "y": 32380, + "z": -100470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [ + { + "groupId": 38, + "instId": 400001, + "pos": { + "x": 157980, + "y": 31953, + "z": -99630 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 156960, + "y": 32021, + "z": -105720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 0, + "pos": { + "x": 157960, + "y": 32111, + "z": -105720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 39, + "instId": 300004, + "propState": 0, + "pos": { + "x": 157460, + "y": 31915, + "z": -106720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 39, + "instId": 300005, + "propState": 0, + "pos": { + "x": 150690, + "y": 32410, + "z": -99470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 39, + "instId": 300006, + "propState": 0, + "pos": { + "x": 150190, + "y": 32395, + "z": -100470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 39, + "instId": 300007, + "propState": 0, + "pos": { + "x": 151190, + "y": 32378, + "z": -100470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 40, + "instId": 300001, + "propState": 0, + "pos": { + "x": 101103, + "y": 58825, + "z": -85115 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 0, + "pos": { + "x": 133330, + "y": 58923, + "z": -145030 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 115440, + "y": 58985, + "z": -115590 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 41, + "instId": 300004, + "propState": 0, + "pos": { + "x": 105534, + "y": 58985, + "z": -100360 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 41, + "instId": 300005, + "propState": 0, + "pos": { + "x": 117090, + "y": 58985, + "z": -107230 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 41, + "instId": 300006, + "propState": 0, + "pos": { + "x": 115860, + "y": 58991, + "z": -116317 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 41, + "instId": 300007, + "propState": 0, + "pos": { + "x": 105924, + "y": 58985, + "z": -101036 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 41, + "instId": 300008, + "propState": 0, + "pos": { + "x": 117525, + "y": 58985, + "z": -107983 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "pos": { + "x": 123290, + "y": 59029, + "z": -131120 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 0, + "pos": { + "x": 125888, + "y": 59029, + "z": -129620 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 43, + "instId": 300001, + "propState": 0, + "pos": { + "x": 110760, + "y": 59008, + "z": -108890 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 44, + "instId": 300001, + "propState": 0, + "pos": { + "x": 122440, + "y": 59026, + "z": -117640 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 45, + "instId": 300003, + "propState": 0, + "pos": { + "x": 154784, + "y": 30578, + "z": -110770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 45, + "instId": 300004, + "propState": 0, + "pos": { + "x": 174069, + "y": 28390, + "z": -124140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 45, + "instId": 300001, + "propState": 0, + "pos": { + "x": 128240, + "y": 28904, + "z": -112390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 147846, + "y": 28571, + "z": -118835 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 46, + "instId": 300004, + "propState": 0, + "pos": { + "x": 152090, + "y": 28390, + "z": -125610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 46, + "instId": 300005, + "propState": 0, + "pos": { + "x": 155280, + "y": 28819, + "z": -117750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 46, + "instId": 300006, + "propState": 0, + "pos": { + "x": 148686, + "y": 28577, + "z": -118835 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 46, + "instId": 300007, + "propState": 0, + "pos": { + "x": 152871, + "y": 28389, + "z": -125610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 46, + "instId": 300008, + "propState": 0, + "pos": { + "x": 156150, + "y": 28809, + "z": -117750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 0, + "pos": { + "x": 159260, + "y": 28536, + "z": -126220 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 0, + "pos": { + "x": 159260, + "y": 28536, + "z": -123220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 48, + "instId": 300001, + "propState": 0, + "pos": { + "x": 149650, + "y": 28431, + "z": -124620 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 49, + "instId": 300001, + "propState": 0, + "pos": { + "x": 159090, + "y": 28602, + "z": -119680 + }, + "rot": { + "x": 0, + "y": 240067, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300001, + "propState": 0, + "pos": { + "x": 184079, + "y": 46348, + "z": -66070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 0, + "pos": { + "x": 141730, + "y": 46300, + "z": -71030 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 170293, + "y": 46444, + "z": -59760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 0, + "pos": { + "x": 171293, + "y": 46449, + "z": -59760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "52": { + "monsters": [], + "npcs": [ + { + "groupId": 52, + "instId": 400001, + "pos": { + "x": 165833, + "y": 46406, + "z": -59962 + }, + "rot": { + "x": 0, + "y": 124612, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 52, + "instId": 300003, + "propState": 1, + "pos": { + "x": 170770, + "y": 46425, + "z": -68680 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1002 + } + ], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 259490, + "y": 52572, + "z": -157150 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 53, + "instId": 300003, + "propState": 0, + "pos": { + "x": 265854, + "y": 52553, + "z": -159271 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 53, + "instId": 300004, + "propState": 0, + "pos": { + "x": 262170, + "y": 52545, + "z": -151350 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 53, + "instId": 300005, + "propState": 0, + "pos": { + "x": 259740, + "y": 52594, + "z": -156210 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 53, + "instId": 300006, + "propState": 0, + "pos": { + "x": 266406, + "y": 52556, + "z": -158719 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 53, + "instId": 300007, + "propState": 0, + "pos": { + "x": 262440, + "y": 52545, + "z": -150390 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 54, + "instId": 300001, + "propState": 0, + "pos": { + "x": 261042, + "y": 52745, + "z": -163686 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 0, + "pos": { + "x": 261042, + "y": 52745, + "z": -163686 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 55, + "instId": 300001, + "propState": 0, + "pos": { + "x": 257818, + "y": 52745, + "z": -160968 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 237290, + "y": 45265, + "z": -57263 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 0, + "pos": { + "x": 241811, + "y": 45265, + "z": -63344 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 56, + "instId": 300004, + "propState": 0, + "pos": { + "x": 234545, + "y": 45265, + "z": -62617 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 56, + "instId": 300005, + "propState": 0, + "pos": { + "x": 236870, + "y": 45265, + "z": -57990 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 56, + "instId": 300006, + "propState": 0, + "pos": { + "x": 241420, + "y": 45265, + "z": -64020 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 56, + "instId": 300007, + "propState": 0, + "pos": { + "x": 234110, + "y": 45265, + "z": -63370 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [ + { + "groupId": 57, + "instId": 400001, + "pos": { + "x": 242065, + "y": 45265, + "z": -58906 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": 242065, + "y": 45265, + "z": -58906 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "pos": { + "x": 242065, + "y": 45265, + "z": -58906 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 148520, + "y": 32428, + "z": -100470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": 151521, + "y": 32466, + "z": -106469 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 59, + "instId": 300004, + "propState": 0, + "pos": { + "x": 154520, + "y": 32396, + "z": -100470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 59, + "instId": 300005, + "propState": 0, + "pos": { + "x": 149360, + "y": 32428, + "z": -100470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 59, + "instId": 300006, + "propState": 0, + "pos": { + "x": 152301, + "y": 32445, + "z": -106470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 59, + "instId": 300007, + "propState": 0, + "pos": { + "x": 155390, + "y": 32380, + "z": -100470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [ + { + "groupId": 60, + "instId": 400001, + "pos": { + "x": 143985, + "y": 32430, + "z": -100383 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 61, + "instId": 300001, + "propState": 0, + "pos": { + "x": 143985, + "y": 32430, + "z": -100383 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 0, + "pos": { + "x": 143985, + "y": 32430, + "z": -100383 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 244570, + "y": 45265, + "z": -64070 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 63, + "instId": 300006, + "propState": 0, + "pos": { + "x": 220100, + "y": 45421, + "z": -62760 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 63, + "instId": 300005, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "64": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": 239350, + "y": 45265, + "z": -64020 + }, + "rot": { + "x": 0, + "y": 359039, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 0, + "pos": { + "x": 219250, + "y": 45481, + "z": -60500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 0, + "pos": { + "x": 228820, + "y": 45265, + "z": -50400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 64, + "instId": 300004, + "propState": 0, + "pos": { + "x": 250250, + "y": 45265, + "z": -72700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [ + { + "groupId": 65, + "instId": 400001, + "pos": { + "x": 168086, + "y": 56036, + "z": -194920 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [ + { + "groupId": 66, + "instId": 400001, + "pos": { + "x": 166509, + "y": 46550, + "z": -68000 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 0, + "pos": { + "x": 129440, + "y": 46617, + "z": -38610 + }, + "rot": { + "x": 0, + "y": 351000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 0, + "pos": { + "x": 141730, + "y": 46300, + "z": -71030 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 128530, + "y": 46570, + "z": -59538 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 0, + "pos": { + "x": 122530, + "y": 46570, + "z": -62538 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 0, + "pos": { + "x": 128530, + "y": 46570, + "z": -65538 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 0, + "pos": { + "x": 128530, + "y": 46570, + "z": -60378 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 68, + "instId": 300007, + "propState": 0, + "pos": { + "x": 122530, + "y": 46570, + "z": -63319 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 68, + "instId": 300008, + "propState": 0, + "pos": { + "x": 128530, + "y": 46570, + "z": -66408 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [ + { + "groupId": 69, + "instId": 400001, + "pos": { + "x": 122530, + "y": 46570, + "z": -72538 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 70, + "instId": 300001, + "propState": 0, + "pos": { + "x": 122530, + "y": 46570, + "z": -72538 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 0, + "pos": { + "x": 125530, + "y": 46570, + "z": -72538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 155762, + "y": 46382, + "z": -61440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 0, + "pos": { + "x": 158762, + "y": 46448, + "z": -67440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 71, + "instId": 300005, + "propState": 0, + "pos": { + "x": 161762, + "y": 46354, + "z": -61440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 71, + "instId": 300006, + "propState": 0, + "pos": { + "x": 156602, + "y": 46366, + "z": -61440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 71, + "instId": 300007, + "propState": 0, + "pos": { + "x": 159543, + "y": 46458, + "z": -67440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 71, + "instId": 300008, + "propState": 0, + "pos": { + "x": 162632, + "y": 46358, + "z": -61440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [ + { + "groupId": 72, + "instId": 400001, + "pos": { + "x": 168762, + "y": 46393, + "z": -67440 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [ + { + "groupId": 75, + "instId": 400001, + "pos": { + "x": 122530, + "y": 46570, + "z": -72538 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [ + { + "groupId": 76, + "instId": 400001, + "pos": { + "x": 126250, + "y": 46570, + "z": -72350 + }, + "rot": { + "x": 0, + "y": 344719, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [ + { + "groupId": 77, + "instId": 400001, + "pos": { + "x": 129440, + "y": 46570, + "z": -70780 + }, + "rot": { + "x": 0, + "y": 317186, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [ + { + "groupId": 78, + "instId": 400001, + "pos": { + "x": 124010, + "y": 46570, + "z": -72538 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [ + { + "groupId": 79, + "instId": 400001, + "pos": { + "x": 128140, + "y": 46570, + "z": -71470 + }, + "rot": { + "x": 0, + "y": 317186, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [ + { + "groupId": 80, + "instId": 400001, + "pos": { + "x": 168762, + "y": 46393, + "z": -68770 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [ + { + "groupId": 81, + "instId": 400001, + "pos": { + "x": 169220, + "y": 46393, + "z": -65370 + }, + "rot": { + "x": 0, + "y": 265739, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [ + { + "groupId": 82, + "instId": 400001, + "pos": { + "x": 168050, + "y": 46393, + "z": -61930 + }, + "rot": { + "x": 0, + "y": 248933, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [ + { + "groupId": 83, + "instId": 400001, + "pos": { + "x": 168762, + "y": 46393, + "z": -67090 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [ + { + "groupId": 84, + "instId": 400001, + "pos": { + "x": 168392, + "y": 46393, + "z": -63638 + }, + "rot": { + "x": 0, + "y": 247057, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8020401": { + "P80204_F80204001": { + "scenes": { + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 101, + "pos": { + "x": -36620, + "y": -79, + "z": 49296 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [ + { + "groupId": 12, + "instId": 400001, + "pos": { + "x": -31620, + "y": -61, + "z": 40990 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -32367, + "y": -41, + "z": 30879 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 0, + "pos": { + "x": -31461, + "y": 8, + "z": 30460 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 12, + "instId": 300005, + "propState": 0, + "pos": { + "x": -31536, + "y": 17, + "z": 31432 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101015 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -42563, + "y": 5347, + "z": 51677 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": -44120, + "y": 5411, + "z": 58617 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": -42927, + "y": 5396, + "z": 50848 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 0, + "pos": { + "x": -43100, + "y": 5362, + "z": 58620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 0, + "pos": { + "x": -39294, + "y": 5448, + "z": 59842 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 0, + "pos": { + "x": -39927, + "y": 5430, + "z": 59163 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [ + { + "groupId": 14, + "instId": 400001, + "pos": { + "x": -35650, + "y": 5327, + "z": 58350 + }, + "rot": { + "x": 0, + "y": 254000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -60129, + "y": 5565, + "z": 61843 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 0, + "pos": { + "x": -65132, + "y": 5675, + "z": 63303 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 0, + "pos": { + "x": -60130, + "y": 5491, + "z": 65900 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 0, + "pos": { + "x": -60180, + "y": 5465, + "z": 67250 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 0, + "pos": { + "x": -60129, + "y": 5555, + "z": 62953 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 0, + "pos": { + "x": -65092, + "y": 5707, + "z": 62497 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": -62430, + "y": 5402, + "z": 69130 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": -62430, + "y": 5402, + "z": 69130 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": -72609, + "y": 6221, + "z": 79150 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": -58850, + "y": 5287, + "z": 53370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": -22280, + "y": 2700, + "z": 49710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 0, + "pos": { + "x": -58850, + "y": 5287, + "z": 53370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": -22280, + "y": 2700, + "z": 49710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 0, + "pos": { + "x": -35260, + "y": -119, + "z": 17740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": -67280, + "y": 1189, + "z": 119340 + }, + "rot": { + "x": 0, + "y": 269341, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 0, + "pos": { + "x": -84301, + "y": 3710, + "z": 109391 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -80150, + "y": 3611, + "z": 111350 + }, + "rot": { + "x": 0, + "y": 274828, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 0, + "pos": { + "x": -82008, + "y": 3632, + "z": 111501 + }, + "rot": { + "x": 0, + "y": 274828, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 0, + "pos": { + "x": -75754, + "y": 3654, + "z": 109246 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 0, + "pos": { + "x": -75842, + "y": 3633, + "z": 111391 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 0, + "pos": { + "x": -81008, + "y": 3604, + "z": 111440 + }, + "rot": { + "x": 0, + "y": 274828, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 0, + "pos": { + "x": -75836, + "y": 3671, + "z": 110330 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [ + { + "groupId": 24, + "instId": 400001, + "pos": { + "x": -74880, + "y": 1246, + "z": 119700 + }, + "rot": { + "x": 0, + "y": 217822, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34280, + "y": -2491, + "z": 98280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 0, + "pos": { + "x": -57580, + "y": -1537, + "z": 119260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 101, + "pos": { + "x": -36420, + "y": -2604, + "z": 121800 + }, + "rot": { + "x": 0, + "y": 222287, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": -39260, + "y": -2597, + "z": 115120 + }, + "rot": { + "x": 0, + "y": 237287, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39260, + "y": -2597, + "z": 115120 + }, + "rot": { + "x": 0, + "y": 237287, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": -538, + "y": -127, + "z": 105350 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 0, + "pos": { + "x": -15990, + "y": -205, + "z": 93770 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 0, + "pos": { + "x": -8200, + "y": -2582, + "z": 131920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -8046, + "y": -191, + "z": 109698 + }, + "rot": { + "x": 0, + "y": 356035, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 0, + "pos": { + "x": -3142, + "y": -22, + "z": 111182 + }, + "rot": { + "x": 0, + "y": 356035, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 0, + "pos": { + "x": -2850, + "y": -65, + "z": 109140 + }, + "rot": { + "x": 0, + "y": 356035, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 0, + "pos": { + "x": -8154, + "y": -191, + "z": 111056 + }, + "rot": { + "x": 0, + "y": 356035, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 35, + "instId": 300006, + "propState": 0, + "pos": { + "x": -3005, + "y": -11, + "z": 112301 + }, + "rot": { + "x": 0, + "y": 356035, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 35, + "instId": 300007, + "propState": 0, + "pos": { + "x": -2420, + "y": -77, + "z": 107840 + }, + "rot": { + "x": 0, + "y": 356035, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 36, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4280, + "y": -191, + "z": 116870 + }, + "rot": { + "x": 0, + "y": 191035, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 0, + "pos": { + "x": -4280, + "y": -191, + "z": 116870 + }, + "rot": { + "x": 0, + "y": 191035, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 0, + "pos": { + "x": -7643, + "y": -191, + "z": 116948 + }, + "rot": { + "x": 0, + "y": 161035, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": -12250, + "y": 905, + "z": 155640 + }, + "rot": { + "x": 0, + "y": 161000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 0, + "pos": { + "x": -8200, + "y": -2582, + "z": 131920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 0, + "pos": { + "x": 11650, + "y": -2581, + "z": 152560 + }, + "rot": { + "x": 0, + "y": 250000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -26711, + "y": -2586, + "z": 138455 + }, + "rot": { + "x": 0, + "y": 217557, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 0, + "pos": { + "x": -15250, + "y": -2335, + "z": 137070 + }, + "rot": { + "x": 0, + "y": 217557, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 39, + "instId": 300004, + "propState": 0, + "pos": { + "x": -11010, + "y": -2548, + "z": 148230 + }, + "rot": { + "x": 0, + "y": 217557, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 39, + "instId": 300005, + "propState": 0, + "pos": { + "x": -25810, + "y": -2536, + "z": 139510 + }, + "rot": { + "x": 0, + "y": 217557, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 39, + "instId": 300006, + "propState": 0, + "pos": { + "x": -14180, + "y": -2401, + "z": 136970 + }, + "rot": { + "x": 0, + "y": 217557, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 39, + "instId": 300007, + "propState": 0, + "pos": { + "x": -11800, + "y": -2567, + "z": 147430 + }, + "rot": { + "x": 0, + "y": 217557, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 40, + "instId": 300001, + "propState": 0, + "pos": { + "x": -27520, + "y": -2677, + "z": 132150 + }, + "rot": { + "x": 0, + "y": 42907, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 0, + "pos": { + "x": -25832, + "y": -2677, + "z": 131191 + }, + "rot": { + "x": 0, + "y": 37557, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 41, + "instId": 300001, + "propState": 0, + "pos": { + "x": -13500, + "y": -2495, + "z": 144060 + }, + "rot": { + "x": 0, + "y": 90923, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "pos": { + "x": -11580, + "y": -2622, + "z": 140640 + }, + "rot": { + "x": 0, + "y": 75679, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 43, + "instId": 300001, + "propState": 0, + "pos": { + "x": -24200, + "y": 4314, + "z": 169280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 0, + "pos": { + "x": -12250, + "y": 905, + "z": 155640 + }, + "rot": { + "x": 0, + "y": 161000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -9476, + "y": 1131, + "z": 158857 + }, + "rot": { + "x": 0, + "y": 236561, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 0, + "pos": { + "x": -10341, + "y": 1128, + "z": 158698 + }, + "rot": { + "x": 0, + "y": 236561, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 44, + "instId": 300004, + "propState": 0, + "pos": { + "x": -18220, + "y": 1113, + "z": 165320 + }, + "rot": { + "x": 0, + "y": 236561, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 44, + "instId": 300005, + "propState": 0, + "pos": { + "x": -10090, + "y": 1088, + "z": 159390 + }, + "rot": { + "x": 0, + "y": 236561, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 44, + "instId": 300006, + "propState": 0, + "pos": { + "x": -19240, + "y": 1198, + "z": 165040 + }, + "rot": { + "x": 0, + "y": 236561, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 44, + "instId": 300007, + "propState": 0, + "pos": { + "x": -18500, + "y": 1097, + "z": 164310 + }, + "rot": { + "x": 0, + "y": 236561, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [ + { + "groupId": 45, + "instId": 400001, + "pos": { + "x": -17710, + "y": 1083, + "z": 155850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 46, + "instId": 300001, + "propState": 0, + "pos": { + "x": -65720, + "y": 13470, + "z": 159740 + }, + "rot": { + "x": 0, + "y": 39604, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -97040, + "y": 1403, + "z": 142240 + }, + "rot": { + "x": 0, + "y": 116704, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 0, + "pos": { + "x": -96800, + "y": 1403, + "z": 141280 + }, + "rot": { + "x": 0, + "y": 116704, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 0, + "pos": { + "x": -96148, + "y": 1403, + "z": 141999 + }, + "rot": { + "x": 0, + "y": 116704, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 0, + "pos": { + "x": -73230, + "y": 8220, + "z": 147290 + }, + "rot": { + "x": 0, + "y": 116704, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 0, + "pos": { + "x": -74202, + "y": 8290, + "z": 146596 + }, + "rot": { + "x": 0, + "y": 116704, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 47, + "instId": 300007, + "propState": 0, + "pos": { + "x": -73445, + "y": 8252, + "z": 146311 + }, + "rot": { + "x": 0, + "y": 116704, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 48, + "instId": 300001, + "propState": 0, + "pos": { + "x": -95773, + "y": 1397, + "z": 134092 + }, + "rot": { + "x": 0, + "y": 26703, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 0, + "pos": { + "x": -95773, + "y": 1397, + "z": 134092 + }, + "rot": { + "x": 0, + "y": 26703, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 49, + "instId": 300001, + "propState": 0, + "pos": { + "x": -76414, + "y": 8220, + "z": 146354 + }, + "rot": { + "x": 0, + "y": 329969, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300001, + "propState": 0, + "pos": { + "x": -87034, + "y": 4402, + "z": 144993 + }, + "rot": { + "x": 0, + "y": 145939, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 51, + "instId": 300001, + "propState": 0, + "pos": { + "x": -44840, + "y": 13470, + "z": 151000 + }, + "rot": { + "x": 0, + "y": 248161, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 0, + "pos": { + "x": -65720, + "y": 13470, + "z": 159740 + }, + "rot": { + "x": 0, + "y": 39604, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "52": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -51918, + "y": 13470, + "z": 166592 + }, + "rot": { + "x": 0, + "y": 261526, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 52, + "instId": 300003, + "propState": 0, + "pos": { + "x": -50794, + "y": 13470, + "z": 166517 + }, + "rot": { + "x": 0, + "y": 261526, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 52, + "instId": 300004, + "propState": 0, + "pos": { + "x": -40680, + "y": 13470, + "z": 168970 + }, + "rot": { + "x": 0, + "y": 220639, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 52, + "instId": 300005, + "propState": 0, + "pos": { + "x": -41520, + "y": 13470, + "z": 169220 + }, + "rot": { + "x": 0, + "y": 220639, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 52, + "instId": 300006, + "propState": 0, + "pos": { + "x": -51605, + "y": 13470, + "z": 165792 + }, + "rot": { + "x": 0, + "y": 261526, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 52, + "instId": 300007, + "propState": 0, + "pos": { + "x": -41189, + "y": 13470, + "z": 168377 + }, + "rot": { + "x": 0, + "y": 220639, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 53, + "instId": 300001, + "propState": 0, + "pos": { + "x": -53310, + "y": 13468, + "z": 162175 + }, + "rot": { + "x": 0, + "y": 55639, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 0, + "pos": { + "x": -53310, + "y": 13468, + "z": 162175 + }, + "rot": { + "x": 0, + "y": 55639, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 54, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34230, + "y": -2487, + "z": 98280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 0, + "pos": { + "x": -27809, + "y": -2546, + "z": 93243 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -39330, + "y": -1355, + "z": 79660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39330, + "y": -1532, + "z": 80614 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [ + { + "groupId": 56, + "instId": 400001, + "pos": { + "x": -37820, + "y": -1095, + "z": 77756 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 56, + "instId": 300001, + "propState": 1, + "pos": { + "x": -31170, + "y": -1508, + "z": 80190 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1002 + } + ], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 57, + "instId": 300002, + "propState": 0, + "pos": { + "x": -39260, + "y": -2597, + "z": 115120 + }, + "rot": { + "x": 0, + "y": 237287, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39137, + "y": -2596, + "z": 115152 + }, + "rot": { + "x": 0, + "y": 57313, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 101, + "pos": { + "x": -31840, + "y": 5324, + "z": 52400 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34950, + "y": 5307, + "z": 55470 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": -34950, + "y": 5307, + "z": 55470 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 60, + "instId": 300001, + "propState": 101, + "pos": { + "x": -6399, + "y": 1053, + "z": 165965 + }, + "rot": { + "x": 0, + "y": 260094, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 61, + "instId": 300001, + "propState": 0, + "pos": { + "x": -8820, + "y": 948, + "z": 169000 + }, + "rot": { + "x": 0, + "y": 236737, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 0, + "pos": { + "x": -8820, + "y": 948, + "z": 169000 + }, + "rot": { + "x": 0, + "y": 41737, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -16654, + "y": 1010, + "z": 164762 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 62, + "instId": 300003, + "propState": 0, + "pos": { + "x": -15688, + "y": 998, + "z": 165021 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [ + { + "groupId": 63, + "instId": 400001, + "pos": { + "x": -18550, + "y": 977, + "z": 162250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 63, + "instId": 300001, + "propState": 1, + "pos": { + "x": -10822, + "y": 1078, + "z": 157851 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1002 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -32030, + "y": -1417, + "z": 79480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 0, + "pos": { + "x": -32030, + "y": -1551, + "z": 80480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 64, + "instId": 300004, + "propState": 0, + "pos": { + "x": -31030, + "y": -1474, + "z": 79980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 64, + "instId": 300005, + "propState": 0, + "pos": { + "x": -31740, + "y": -1895, + "z": 82880 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 64, + "instId": 300006, + "propState": 0, + "pos": { + "x": -30740, + "y": -1763, + "z": 82380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 64, + "instId": 300007, + "propState": 0, + "pos": { + "x": -30740, + "y": -1911, + "z": 83380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -65170, + "y": 5696, + "z": 66880 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 65, + "instId": 300003, + "propState": 0, + "pos": { + "x": -62500, + "y": 5516, + "z": 72130 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 65, + "instId": 300004, + "propState": 0, + "pos": { + "x": -60070, + "y": 5468, + "z": 67020 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 65, + "instId": 300005, + "propState": 0, + "pos": { + "x": -60120, + "y": 5481, + "z": 68370 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 65, + "instId": 300006, + "propState": 0, + "pos": { + "x": -65170, + "y": 5688, + "z": 67990 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 65, + "instId": 300007, + "propState": 0, + "pos": { + "x": -63340, + "y": 5517, + "z": 73140 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [ + { + "groupId": 66, + "instId": 400001, + "pos": { + "x": -62430, + "y": 5402, + "z": 69130 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 0, + "pos": { + "x": -63610, + "y": 5589, + "z": 61081 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 0, + "pos": { + "x": -63610, + "y": 5589, + "z": 61081 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 68, + "instId": 300001, + "propState": 0, + "pos": { + "x": -59871, + "y": 5589, + "z": 61256 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 69, + "instId": 300001, + "propState": 0, + "pos": { + "x": -74880, + "y": 1246, + "z": 119700 + }, + "rot": { + "x": 0, + "y": 202990, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 0, + "pos": { + "x": -74880, + "y": 1246, + "z": 119700 + }, + "rot": { + "x": 0, + "y": 202990, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -8490, + "y": -28, + "z": 114200 + }, + "rot": { + "x": 0, + "y": 356035, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300003, + "propState": 0, + "pos": { + "x": -3142, + "y": -22, + "z": 111182 + }, + "rot": { + "x": 0, + "y": 356035, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 0, + "pos": { + "x": -3390, + "y": -164, + "z": 115370 + }, + "rot": { + "x": 0, + "y": 356035, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300005, + "propState": 0, + "pos": { + "x": -8598, + "y": -42, + "z": 115558 + }, + "rot": { + "x": 0, + "y": 356035, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 0, + "pos": { + "x": -3005, + "y": -11, + "z": 112301 + }, + "rot": { + "x": 0, + "y": 356035, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300007, + "propState": 0, + "pos": { + "x": -2960, + "y": -54, + "z": 114070 + }, + "rot": { + "x": 0, + "y": 356035, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [ + { + "groupId": 71, + "instId": 400001, + "pos": { + "x": -4410, + "y": -157, + "z": 106060 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4410, + "y": -157, + "z": 106060 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 0, + "pos": { + "x": -4410, + "y": -157, + "z": 106060 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -46610, + "y": 13470, + "z": 164300 + }, + "rot": { + "x": 0, + "y": 227856, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 0, + "pos": { + "x": -45633, + "y": 13470, + "z": 164861 + }, + "rot": { + "x": 0, + "y": 227856, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 0, + "pos": { + "x": -42060, + "y": 13470, + "z": 156970 + }, + "rot": { + "x": 0, + "y": 227856, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 73, + "instId": 300005, + "propState": 0, + "pos": { + "x": -42862, + "y": 13470, + "z": 157324 + }, + "rot": { + "x": 0, + "y": 227856, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 73, + "instId": 300006, + "propState": 0, + "pos": { + "x": -45906, + "y": 13470, + "z": 163808 + }, + "rot": { + "x": 0, + "y": 227856, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 73, + "instId": 300007, + "propState": 0, + "pos": { + "x": -42639, + "y": 13470, + "z": 156446 + }, + "rot": { + "x": 0, + "y": 227856, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -51300, + "y": 13470, + "z": 166110 + }, + "rot": { + "x": 0, + "y": 220639, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 0, + "pos": { + "x": -50401, + "y": 13470, + "z": 166789 + }, + "rot": { + "x": 0, + "y": 220639, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 0, + "pos": { + "x": -40680, + "y": 13470, + "z": 168970 + }, + "rot": { + "x": 0, + "y": 220639, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 0, + "pos": { + "x": -41520, + "y": 13470, + "z": 169220 + }, + "rot": { + "x": 0, + "y": 220639, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 0, + "pos": { + "x": -50540, + "y": 13470, + "z": 165710 + }, + "rot": { + "x": 0, + "y": 220639, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300007, + "propState": 0, + "pos": { + "x": -41189, + "y": 13470, + "z": 168377 + }, + "rot": { + "x": 0, + "y": 220639, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 75, + "instId": 300001, + "propState": 0, + "pos": { + "x": -35650, + "y": 5327, + "z": 58350 + }, + "rot": { + "x": 0, + "y": 254000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300002, + "propState": 0, + "pos": { + "x": -35650, + "y": 5327, + "z": 58350 + }, + "rot": { + "x": 0, + "y": 254000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -18010, + "y": 1100, + "z": 155430 + }, + "rot": { + "x": 0, + "y": 254569, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 76, + "instId": 300003, + "propState": 0, + "pos": { + "x": -19008, + "y": 1074, + "z": 155511 + }, + "rot": { + "x": 0, + "y": 254569, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 76, + "instId": 300004, + "propState": 0, + "pos": { + "x": -18220, + "y": 1113, + "z": 165320 + }, + "rot": { + "x": 0, + "y": 236561, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 76, + "instId": 300005, + "propState": 0, + "pos": { + "x": -18120, + "y": 1040, + "z": 156516 + }, + "rot": { + "x": 0, + "y": 254569, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 76, + "instId": 300006, + "propState": 0, + "pos": { + "x": -19240, + "y": 1198, + "z": 165040 + }, + "rot": { + "x": 0, + "y": 236561, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 76, + "instId": 300007, + "propState": 0, + "pos": { + "x": -18500, + "y": 1097, + "z": 164310 + }, + "rot": { + "x": 0, + "y": 236561, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [ + { + "groupId": 77, + "instId": 400001, + "pos": { + "x": -14447, + "y": 1087, + "z": 155969 + }, + "rot": { + "x": 0, + "y": 49048, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [ + { + "groupId": 78, + "instId": 400001, + "pos": { + "x": -32000, + "y": -1167, + "z": 77710 + }, + "rot": { + "x": 0, + "y": 357783, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 0, + "pos": { + "x": -36456, + "y": 13470, + "z": 166491 + }, + "rot": { + "x": 0, + "y": 242856, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 0, + "pos": { + "x": -38469, + "y": 13470, + "z": 168715 + }, + "rot": { + "x": 0, + "y": 227856, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300001, + "propState": 0, + "pos": { + "x": -38354, + "y": 13470, + "z": 162701 + }, + "rot": { + "x": 0, + "y": 7216, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 81, + "instId": 300001, + "propState": 0, + "pos": { + "x": 2480, + "y": -131, + "z": 94390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 0, + "pos": { + "x": -6384, + "y": 1805, + "z": 66652 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 4760, + "y": 1974, + "z": 84390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300004, + "propState": 0, + "pos": { + "x": 290, + "y": 1992, + "z": 81390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300005, + "propState": 0, + "pos": { + "x": 4760, + "y": 1942, + "z": 78390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300006, + "propState": 0, + "pos": { + "x": 4760, + "y": 1962, + "z": 83550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300007, + "propState": 0, + "pos": { + "x": 290, + "y": 1982, + "z": 80609 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300008, + "propState": 0, + "pos": { + "x": 4760, + "y": 1959, + "z": 77520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [ + { + "groupId": 83, + "instId": 400001, + "pos": { + "x": -520, + "y": 1786, + "z": 71390 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 84, + "instId": 300001, + "propState": 0, + "pos": { + "x": -520, + "y": 1763, + "z": 71390 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300002, + "propState": 0, + "pos": { + "x": 2480, + "y": 1736, + "z": 71390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "88": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -37790, + "y": -613, + "z": 74151 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 88, + "instId": 300004, + "propState": 0, + "pos": { + "x": -31790, + "y": -1074, + "z": 77151 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 88, + "instId": 300005, + "propState": 0, + "pos": { + "x": -37790, + "y": -1493, + "z": 80151 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 88, + "instId": 300006, + "propState": 0, + "pos": { + "x": -37790, + "y": -727, + "z": 74991 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 88, + "instId": 300007, + "propState": 0, + "pos": { + "x": -31790, + "y": -1198, + "z": 77932 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 88, + "instId": 300008, + "propState": 0, + "pos": { + "x": -37790, + "y": -1643, + "z": 81021 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "89": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 89, + "instId": 300001, + "propState": 0, + "pos": { + "x": -31790, + "y": -2505, + "z": 87151 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 0, + "pos": { + "x": -34790, + "y": -2553, + "z": 87151 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 90, + "instId": 300001, + "propState": 0, + "pos": { + "x": -37790, + "y": -2288, + "z": 85030 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [ + { + "groupId": 92, + "instId": 400001, + "pos": { + "x": -35650, + "y": 5327, + "z": 59880 + }, + "rot": { + "x": 0, + "y": 254000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [ + { + "groupId": 93, + "instId": 400001, + "pos": { + "x": -34490, + "y": 5327, + "z": 56390 + }, + "rot": { + "x": 0, + "y": 268373, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [ + { + "groupId": 94, + "instId": 400001, + "pos": { + "x": -35200, + "y": 5327, + "z": 52540 + }, + "rot": { + "x": 0, + "y": 284855, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [ + { + "groupId": 95, + "instId": 400001, + "pos": { + "x": -35650, + "y": 5327, + "z": 58020 + }, + "rot": { + "x": 0, + "y": 254000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [ + { + "groupId": 96, + "instId": 400001, + "pos": { + "x": -35200, + "y": 5327, + "z": 54490 + }, + "rot": { + "x": 0, + "y": 284855, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [ + { + "groupId": 97, + "instId": 400001, + "pos": { + "x": -16090, + "y": 1083, + "z": 156860 + }, + "rot": { + "x": 0, + "y": 35774, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [ + { + "groupId": 98, + "instId": 400001, + "pos": { + "x": -18340, + "y": 1083, + "z": 159580 + }, + "rot": { + "x": 0, + "y": 59595, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [ + { + "groupId": 99, + "instId": 400001, + "pos": { + "x": -19350, + "y": 1083, + "z": 162770 + }, + "rot": { + "x": 0, + "y": 83731, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [ + { + "groupId": 100, + "instId": 400001, + "pos": { + "x": -17470, + "y": 1083, + "z": 157800 + }, + "rot": { + "x": 0, + "y": 35774, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "101": { + "monsters": [], + "npcs": [ + { + "groupId": 101, + "instId": 400001, + "pos": { + "x": -19470, + "y": 1083, + "z": 160780 + }, + "rot": { + "x": 0, + "y": 78115, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8020501": { + "P80205_F80205001": { + "scenes": { + "12": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": 96470, + "y": 2072, + "z": -90170 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 0, + "pos": { + "x": 104953, + "y": 2072, + "z": -96865 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 12, + "instId": 300005, + "propState": 0, + "pos": { + "x": 104580, + "y": 2072, + "z": -90890 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 0, + "pos": { + "x": 97360, + "y": 2072, + "z": -89670 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 12, + "instId": 300007, + "propState": 0, + "pos": { + "x": 105430, + "y": 2072, + "z": -97810 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 12, + "instId": 300008, + "propState": 0, + "pos": { + "x": 105698, + "y": 2072, + "z": -91274 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [ + { + "groupId": 13, + "instId": 400001, + "pos": { + "x": 110320, + "y": 2072, + "z": -91780 + }, + "rot": { + "x": 0, + "y": 245332, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": 86160, + "y": 2072, + "z": -94137 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": 106830, + "y": 2014, + "z": -93430 + }, + "rot": { + "x": 0, + "y": 237774, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 0, + "pos": { + "x": 106830, + "y": 2014, + "z": -93430 + }, + "rot": { + "x": 0, + "y": 42774, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 103631, + "y": 2014, + "z": -90972 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "pos": { + "x": 102631, + "y": 2014, + "z": -90982 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 0, + "pos": { + "x": 103122, + "y": 2014, + "z": -89977 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 0, + "pos": { + "x": 99720, + "y": 2014, + "z": -97976 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 0, + "pos": { + "x": 100211, + "y": 2014, + "z": -96972 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 0, + "pos": { + "x": 99211, + "y": 2014, + "z": -96981 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -13630, + "y": -930, + "z": -166822 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "pos": { + "x": -14430, + "y": 1007, + "z": -183140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 0, + "pos": { + "x": 16040, + "y": 1007, + "z": -187690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 0, + "pos": { + "x": 14470, + "y": 1007, + "z": -172830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 0, + "pos": { + "x": 26981, + "y": 1007, + "z": -168500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 10888, + "y": 1007, + "z": -183131 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 0, + "pos": { + "x": 8930, + "y": 1007, + "z": -173612 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 19, + "instId": 300005, + "propState": 0, + "pos": { + "x": 5824, + "y": 1007, + "z": -181744 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 19, + "instId": 300006, + "propState": 0, + "pos": { + "x": 10471, + "y": 1007, + "z": -182299 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 19, + "instId": 300007, + "propState": 0, + "pos": { + "x": 9684, + "y": 1007, + "z": -173575 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 19, + "instId": 300008, + "propState": 0, + "pos": { + "x": 5754, + "y": 1007, + "z": -180944 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [ + { + "groupId": 20, + "instId": 400001, + "pos": { + "x": 6510, + "y": 1007, + "z": -175070 + }, + "rot": { + "x": 0, + "y": 243158, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3530, + "y": 1007, + "z": -175460 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 0, + "pos": { + "x": -3530, + "y": 1007, + "z": -175460 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1230, + "y": 1007, + "z": -179780 + }, + "rot": { + "x": 0, + "y": 57480, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": 1190, + "y": 1007, + "z": -176940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 0, + "pos": { + "x": 1190, + "y": 1007, + "z": -176940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 5740, + "y": 1007, + "z": -179720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 0, + "pos": { + "x": 6740, + "y": 1007, + "z": -179720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 0, + "pos": { + "x": 6240, + "y": 1007, + "z": -180720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 0, + "pos": { + "x": 10830, + "y": 1007, + "z": -174540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 0, + "pos": { + "x": 10330, + "y": 1007, + "z": -175540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 0, + "pos": { + "x": 11330, + "y": 1007, + "z": -175540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 2017, + "y": 1007, + "z": -173615 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 0, + "pos": { + "x": -4034, + "y": 1007, + "z": -180208 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 0, + "pos": { + "x": 4152, + "y": 1007, + "z": -180373 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 0, + "pos": { + "x": 2857, + "y": 1007, + "z": -173615 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 0, + "pos": { + "x": -3253, + "y": 1007, + "z": -180208 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 0, + "pos": { + "x": 5022, + "y": 1007, + "z": -180373 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": -39430, + "y": -3000, + "z": -94080 + }, + "rot": { + "x": 0, + "y": 269880, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -33962, + "y": -3011, + "z": -105229 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 0, + "pos": { + "x": -26850, + "y": -2902, + "z": -99673 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 33, + "instId": 300005, + "propState": 0, + "pos": { + "x": -36890, + "y": -3010, + "z": -100780 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 33, + "instId": 300006, + "propState": 0, + "pos": { + "x": -34220, + "y": -3011, + "z": -104430 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 33, + "instId": 300007, + "propState": 0, + "pos": { + "x": -27090, + "y": -2902, + "z": -98930 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 33, + "instId": 300008, + "propState": 0, + "pos": { + "x": -37158, + "y": -3010, + "z": -99952 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": -30210, + "y": -2989, + "z": -93960 + }, + "rot": { + "x": 0, + "y": 177082, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 0, + "pos": { + "x": -30210, + "y": -2989, + "z": -93960 + }, + "rot": { + "x": 0, + "y": 177082, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [ + { + "groupId": 35, + "instId": 400001, + "pos": { + "x": -30010, + "y": -2990, + "z": -93600 + }, + "rot": { + "x": 0, + "y": 175414, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -35542, + "y": -3000, + "z": -93407 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "pos": { + "x": -35235, + "y": -3000, + "z": -94358 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 36, + "instId": 300004, + "propState": 0, + "pos": { + "x": -36340, + "y": -3000, + "z": -94190 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 36, + "instId": 300005, + "propState": 0, + "pos": { + "x": -28265, + "y": -3000, + "z": -98058 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 36, + "instId": 300006, + "propState": 0, + "pos": { + "x": -29370, + "y": -3000, + "z": -97890 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 36, + "instId": 300007, + "propState": 0, + "pos": { + "x": -29062, + "y": -3000, + "z": -98842 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": -32676, + "y": -3000, + "z": -94120 + }, + "rot": { + "x": 0, + "y": 171687, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 0, + "pos": { + "x": -32676, + "y": -3000, + "z": -94120 + }, + "rot": { + "x": 0, + "y": 336688, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 39, + "instId": 300001, + "propState": 0, + "pos": { + "x": -21950, + "y": -985, + "z": -205060 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -31200, + "y": -985, + "z": -199760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 40, + "instId": 300004, + "propState": 0, + "pos": { + "x": -33640, + "y": -985, + "z": -193270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 40, + "instId": 300005, + "propState": 0, + "pos": { + "x": -37810, + "y": -985, + "z": -198580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 40, + "instId": 300006, + "propState": 0, + "pos": { + "x": -32220, + "y": -985, + "z": -198730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 40, + "instId": 300007, + "propState": 0, + "pos": { + "x": -34421, + "y": -985, + "z": -193270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 40, + "instId": 300008, + "propState": 0, + "pos": { + "x": -38680, + "y": -985, + "z": -198580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 41, + "instId": 300001, + "propState": 0, + "pos": { + "x": -41580, + "y": -985, + "z": -194180 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 0, + "pos": { + "x": -41580, + "y": -985, + "z": -194180 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 44, + "instId": 300001, + "propState": 0, + "pos": { + "x": -75640, + "y": -111, + "z": -77580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 45, + "instId": 300001, + "propState": 101, + "pos": { + "x": -75640, + "y": -111, + "z": -48579 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 46, + "instId": 300001, + "propState": 0, + "pos": { + "x": -73130, + "y": -111, + "z": -53240 + }, + "rot": { + "x": 0, + "y": 10216, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 0, + "pos": { + "x": -73130, + "y": -111, + "z": -53240 + }, + "rot": { + "x": 0, + "y": 10216, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 48, + "instId": 300001, + "propState": 0, + "pos": { + "x": -94910, + "y": -958, + "z": -169110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 49, + "instId": 300001, + "propState": 101, + "pos": { + "x": -121911, + "y": -958, + "z": -171110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [ + { + "groupId": 50, + "instId": 400001, + "pos": { + "x": -115480, + "y": -936, + "z": -167190 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 50, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -104799, + "y": -936, + "z": -166857 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300004, + "propState": 0, + "pos": { + "x": -104380, + "y": -936, + "z": -165951 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 50, + "instId": 300005, + "propState": 0, + "pos": { + "x": -105352, + "y": -936, + "z": -166026 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 101015 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -2089, + "y": -985, + "z": -232267 + }, + "rot": { + "x": 0, + "y": 256283, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 0, + "pos": { + "x": -1891, + "y": -985, + "z": -233080 + }, + "rot": { + "x": 0, + "y": 256283, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "52": { + "monsters": [], + "npcs": [ + { + "groupId": 52, + "instId": 400001, + "pos": { + "x": -5680, + "y": -985, + "z": -230340 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 52, + "instId": 300001, + "propState": 1, + "pos": { + "x": -5343, + "y": -985, + "z": -236720 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1002 + } + ], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 53, + "instId": 300003, + "propState": 0, + "pos": { + "x": -94910, + "y": -958, + "z": -169110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -50050, + "y": -985, + "z": -171750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 54, + "instId": 300004, + "propState": 0, + "pos": { + "x": -51630, + "y": -985, + "z": -164460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 54, + "instId": 300005, + "propState": 0, + "pos": { + "x": -62570, + "y": -985, + "z": -171310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 54, + "instId": 300006, + "propState": 0, + "pos": { + "x": -50050, + "y": -985, + "z": -170910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 54, + "instId": 300007, + "propState": 0, + "pos": { + "x": -52540, + "y": -985, + "z": -164320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 54, + "instId": 300008, + "propState": 0, + "pos": { + "x": -74500, + "y": -985, + "z": -166150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 55, + "instId": 300001, + "propState": 0, + "pos": { + "x": -78610, + "y": -985, + "z": -171540 + }, + "rot": { + "x": 0, + "y": 66097, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 0, + "pos": { + "x": -78610, + "y": -985, + "z": -171540 + }, + "rot": { + "x": 0, + "y": 66097, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300001, + "propState": 0, + "pos": { + "x": -47910, + "y": -985, + "z": -166050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 57, + "instId": 300001, + "propState": 0, + "pos": { + "x": -65662, + "y": -985, + "z": -166610 + }, + "rot": { + "x": 0, + "y": 89551, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": -299, + "y": -949, + "z": -159232 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "pos": { + "x": 1580, + "y": -3000, + "z": -120702 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -2880, + "y": -2981, + "z": -146272 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 59, + "instId": 300004, + "propState": 0, + "pos": { + "x": 2701, + "y": -2987, + "z": -146232 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 59, + "instId": 300005, + "propState": 0, + "pos": { + "x": 2040, + "y": -2962, + "z": -133320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 59, + "instId": 300006, + "propState": 0, + "pos": { + "x": -2900, + "y": -2832, + "z": -147230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 59, + "instId": 300007, + "propState": 0, + "pos": { + "x": 2701, + "y": -2992, + "z": -145451 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 59, + "instId": 300008, + "propState": 0, + "pos": { + "x": -2070, + "y": -2962, + "z": -133470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 62, + "instId": 300001, + "propState": 0, + "pos": { + "x": 2179, + "y": -3000, + "z": -129065 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 0, + "pos": { + "x": 2179, + "y": -3000, + "z": -129065 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300001, + "propState": 0, + "pos": { + "x": -2110, + "y": -3000, + "z": -138130 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": 1940, + "y": -3000, + "z": -138330 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 65, + "instId": 300002, + "propState": 0, + "pos": { + "x": -72750, + "y": -111, + "z": -53680 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300003, + "propState": 0, + "pos": { + "x": -72750, + "y": -111, + "z": -53680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 0, + "pos": { + "x": 1580, + "y": -2993, + "z": -120702 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 0, + "pos": { + "x": 23070, + "y": -2993, + "z": -94230 + }, + "rot": { + "x": 0, + "y": 268541, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 101, + "pos": { + "x": -4240, + "y": -2793, + "z": -90953 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 68, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": -2762, + "z": -94010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": -2762, + "z": -94010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 69, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": -2762, + "z": -94010 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": -2762, + "z": -94010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 102150, + "y": 2014, + "z": -96140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300003, + "propState": 0, + "pos": { + "x": 103150, + "y": 2014, + "z": -96140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [ + { + "groupId": 71, + "instId": 400001, + "pos": { + "x": 98180, + "y": 2014, + "z": -95520 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 71, + "instId": 300001, + "propState": 1, + "pos": { + "x": 102680, + "y": 2014, + "z": -90590 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1002 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 0, + "pos": { + "x": 9460, + "y": -985, + "z": -228589 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300001, + "propState": 101, + "pos": { + "x": -4600, + "y": 1007, + "z": -179500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 101, + "pos": { + "x": 115159, + "y": 2014, + "z": -90863 + }, + "rot": { + "x": 0, + "y": 269460, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300001, + "propState": 101, + "pos": { + "x": -31010, + "y": -3000, + "z": -85574 + }, + "rot": { + "x": 0, + "y": 191162, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -38680, + "y": -985, + "z": -198688 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 81, + "instId": 300003, + "propState": 0, + "pos": { + "x": -40440, + "y": -985, + "z": -193940 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 81, + "instId": 300004, + "propState": 0, + "pos": { + "x": -43360, + "y": -985, + "z": -198580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 81, + "instId": 300005, + "propState": 0, + "pos": { + "x": -37770, + "y": -985, + "z": -198730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 81, + "instId": 300006, + "propState": 0, + "pos": { + "x": -41221, + "y": -985, + "z": -193940 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 81, + "instId": 300007, + "propState": 0, + "pos": { + "x": -44230, + "y": -985, + "z": -198580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [ + { + "groupId": 82, + "instId": 400001, + "pos": { + "x": -41580, + "y": -985, + "z": -194180 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 83, + "instId": 300001, + "propState": 0, + "pos": { + "x": -29175, + "y": -985, + "z": -194760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 83, + "instId": 300002, + "propState": 0, + "pos": { + "x": -29175, + "y": -985, + "z": -194760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 84, + "instId": 300001, + "propState": 0, + "pos": { + "x": -32030, + "y": -985, + "z": -198430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 85, + "instId": 300001, + "propState": 0, + "pos": { + "x": 10290, + "y": 1007, + "z": -175070 + }, + "rot": { + "x": 0, + "y": 243158, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 0, + "pos": { + "x": 10290, + "y": 1007, + "z": -175070 + }, + "rot": { + "x": 0, + "y": 243158, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -2684, + "y": -3000, + "z": -131857 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300003, + "propState": 0, + "pos": { + "x": 2775, + "y": -3000, + "z": -132088 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300004, + "propState": 0, + "pos": { + "x": 2040, + "y": -2962, + "z": -133320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300005, + "propState": 0, + "pos": { + "x": 4108, + "y": -3000, + "z": -130250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300006, + "propState": 0, + "pos": { + "x": -2470, + "y": -3000, + "z": -135266 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300007, + "propState": 0, + "pos": { + "x": -2070, + "y": -2962, + "z": -133470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [ + { + "groupId": 87, + "instId": 400001, + "pos": { + "x": 1970, + "y": -3000, + "z": -143410 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "88": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 88, + "instId": 300001, + "propState": 0, + "pos": { + "x": 1970, + "y": -3000, + "z": -143410 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 0, + "pos": { + "x": 1970, + "y": -3000, + "z": -143410 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "89": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 89, + "instId": 300001, + "propState": 0, + "pos": { + "x": 110320, + "y": 2072, + "z": -91780 + }, + "rot": { + "x": 0, + "y": 245332, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 0, + "pos": { + "x": 110320, + "y": 2072, + "z": -91780 + }, + "rot": { + "x": 0, + "y": 245332, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [ + { + "groupId": 90, + "instId": 400001, + "pos": { + "x": 98000, + "y": 2014, + "z": -91870 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [ + { + "groupId": 91, + "instId": 400001, + "pos": { + "x": -7500, + "y": -985, + "z": -233920 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -62692, + "y": -985, + "z": -171520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 93, + "instId": 300004, + "propState": 0, + "pos": { + "x": -79760, + "y": -951, + "z": -172340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 93, + "instId": 300005, + "propState": 0, + "pos": { + "x": -76760, + "y": -951, + "z": -166340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 93, + "instId": 300006, + "propState": 0, + "pos": { + "x": -61852, + "y": -985, + "z": -171520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 93, + "instId": 300007, + "propState": 0, + "pos": { + "x": -78979, + "y": -951, + "z": -172340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 93, + "instId": 300008, + "propState": 0, + "pos": { + "x": -75890, + "y": -951, + "z": -166340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 94, + "instId": 300001, + "propState": 0, + "pos": { + "x": -54190, + "y": -985, + "z": -168780 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 0, + "pos": { + "x": -54190, + "y": -985, + "z": -165780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 95, + "instId": 300001, + "propState": 0, + "pos": { + "x": -67430, + "y": -985, + "z": -166340 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": -69760, + "y": -985, + "z": -166340 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 102, + "instId": 300001, + "propState": 0, + "pos": { + "x": 36798, + "y": 2000, + "z": -88914 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 102, + "instId": 300002, + "propState": 0, + "pos": { + "x": 86200, + "y": 2023, + "z": -94250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "103": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 56774, + "y": 2023, + "z": -90990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 103, + "instId": 300004, + "propState": 0, + "pos": { + "x": 73200, + "y": 2014, + "z": -91250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 103, + "instId": 300005, + "propState": 0, + "pos": { + "x": 67900, + "y": 2023, + "z": -97250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 103, + "instId": 300006, + "propState": 0, + "pos": { + "x": 55934, + "y": 2023, + "z": -90990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 103, + "instId": 300007, + "propState": 0, + "pos": { + "x": 72419, + "y": 2094, + "z": -91250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 103, + "instId": 300008, + "propState": 0, + "pos": { + "x": 67030, + "y": 2023, + "z": -97250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "104": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 104, + "instId": 300001, + "propState": 0, + "pos": { + "x": 42190, + "y": 2000, + "z": -91250 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 104, + "instId": 300002, + "propState": 0, + "pos": { + "x": 42190, + "y": 2000, + "z": -94250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "105": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 105, + "instId": 300001, + "propState": 0, + "pos": { + "x": 63210, + "y": 2023, + "z": -96500 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "106": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 106, + "instId": 300001, + "propState": 0, + "pos": { + "x": 49760, + "y": 2036, + "z": -96260 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [ + { + "groupId": 107, + "instId": 400001, + "pos": { + "x": 14550, + "y": 1007, + "z": -175070 + }, + "rot": { + "x": 0, + "y": 243158, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [ + { + "groupId": 108, + "instId": 400001, + "pos": { + "x": 15040, + "y": 1007, + "z": -179220 + }, + "rot": { + "x": 0, + "y": 271057, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "109": { + "monsters": [], + "npcs": [ + { + "groupId": 109, + "instId": 400001, + "pos": { + "x": 14220, + "y": 1007, + "z": -183580 + }, + "rot": { + "x": 0, + "y": 286489, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "110": { + "monsters": [], + "npcs": [ + { + "groupId": 110, + "instId": 400001, + "pos": { + "x": 14550, + "y": 1007, + "z": -177170 + }, + "rot": { + "x": 0, + "y": 249711, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "111": { + "monsters": [], + "npcs": [ + { + "groupId": 111, + "instId": 400001, + "pos": { + "x": 14220, + "y": 1007, + "z": -181420 + }, + "rot": { + "x": 0, + "y": 286489, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "112": { + "monsters": [], + "npcs": [ + { + "groupId": 112, + "instId": 400001, + "pos": { + "x": -29010, + "y": -2990, + "z": -94060 + }, + "rot": { + "x": 0, + "y": 199982, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "113": { + "monsters": [], + "npcs": [ + { + "groupId": 113, + "instId": 400001, + "pos": { + "x": -32800, + "y": -2990, + "z": -93600 + }, + "rot": { + "x": 0, + "y": 180393, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "114": { + "monsters": [], + "npcs": [ + { + "groupId": 114, + "instId": 400001, + "pos": { + "x": -36510, + "y": -2990, + "z": -94110 + }, + "rot": { + "x": 0, + "y": 151436, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "115": { + "monsters": [], + "npcs": [ + { + "groupId": 115, + "instId": 400001, + "pos": { + "x": -30770, + "y": -2990, + "z": -94060 + }, + "rot": { + "x": 0, + "y": 199982, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "116": { + "monsters": [], + "npcs": [ + { + "groupId": 116, + "instId": 400001, + "pos": { + "x": -35034, + "y": -2990, + "z": -94110 + }, + "rot": { + "x": 0, + "y": 151436, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8020601": { + "P80206_F80206001": { + "scenes": { + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": -42460, + "y": -2141, + "z": -170270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 101, + "pos": { + "x": -68330, + "y": -2141, + "z": -172890 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": -62320, + "y": -2141, + "z": -168450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "pos": { + "x": -62320, + "y": -2141, + "z": -168450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300002, + "propState": 0, + "pos": { + "x": -62320, + "y": -2141, + "z": -168450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 0, + "pos": { + "x": -62320, + "y": -2141, + "z": -168450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": -42460, + "y": -2141, + "z": -170270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -32480, + "y": -2141, + "z": -167268 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 0, + "pos": { + "x": -24020, + "y": -2141, + "z": -173560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 0, + "pos": { + "x": -18330, + "y": -2141, + "z": -167277 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 0, + "pos": { + "x": -31640, + "y": -2141, + "z": -167557 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 0, + "pos": { + "x": -23060, + "y": -2141, + "z": -173580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 0, + "pos": { + "x": -19150, + "y": -2141, + "z": -167297 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": -11631, + "y": -2134, + "z": -172970 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 0, + "pos": { + "x": -11631, + "y": -2134, + "z": -169970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 28, + "instId": 300001, + "propState": 0, + "pos": { + "x": -14410, + "y": -2134, + "z": -168060 + }, + "rot": { + "x": 0, + "y": 233076, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 30, + "instId": 300002, + "propState": 0, + "pos": { + "x": 4270, + "y": -2134, + "z": -78741 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 30, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5514, + "y": -2145, + "z": -27086 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 22530, + "y": -1122, + "z": -80091 + }, + "rot": { + "x": 0, + "y": 271464, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 0, + "pos": { + "x": 5010, + "y": -2134, + "z": -66940 + }, + "rot": { + "x": 0, + "y": 271464, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 31, + "instId": 300005, + "propState": 0, + "pos": { + "x": 4770, + "y": -2113, + "z": -51140 + }, + "rot": { + "x": 0, + "y": 271464, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 31, + "instId": 300006, + "propState": 0, + "pos": { + "x": 21690, + "y": -1122, + "z": -80070 + }, + "rot": { + "x": 0, + "y": 271464, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 31, + "instId": 300007, + "propState": 0, + "pos": { + "x": 4980, + "y": -2134, + "z": -65960 + }, + "rot": { + "x": 0, + "y": 271464, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 31, + "instId": 300008, + "propState": 0, + "pos": { + "x": 4790, + "y": -2113, + "z": -50250 + }, + "rot": { + "x": 0, + "y": 271464, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": 10950, + "y": -2113, + "z": -60720 + }, + "rot": { + "x": 0, + "y": 211764, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": 7990, + "y": -2134, + "z": -79290 + }, + "rot": { + "x": 0, + "y": 358156, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5770, + "y": -2113, + "z": -43280 + }, + "rot": { + "x": 0, + "y": 125461, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5770, + "y": -2113, + "z": -43280 + }, + "rot": { + "x": 0, + "y": 110461, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [ + { + "groupId": 35, + "instId": 400001, + "pos": { + "x": -14610, + "y": -2134, + "z": -172320 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -17080, + "y": -2134, + "z": -172908 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "pos": { + "x": -18020, + "y": -2134, + "z": -172870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 36, + "instId": 300004, + "propState": 0, + "pos": { + "x": -16240, + "y": -2134, + "z": -172853 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 36, + "instId": 300005, + "propState": 0, + "pos": { + "x": -24114, + "y": -2134, + "z": -167003 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 36, + "instId": 300006, + "propState": 0, + "pos": { + "x": -25044, + "y": -2134, + "z": -166958 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 36, + "instId": 300007, + "propState": 0, + "pos": { + "x": -25920, + "y": -2134, + "z": -166940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300002, + "propState": 0, + "pos": { + "x": 4590, + "y": -2132, + "z": -175340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 0, + "pos": { + "x": 21116, + "y": -2134, + "z": -145540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 12630, + "y": -2132, + "z": -160981 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 0, + "pos": { + "x": 12840, + "y": -2132, + "z": -173770 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 38, + "instId": 300005, + "propState": 0, + "pos": { + "x": 24450, + "y": -2132, + "z": -160560 + }, + "rot": { + "x": 0, + "y": 76971, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 38, + "instId": 300006, + "propState": 0, + "pos": { + "x": 13470, + "y": -2132, + "z": -160490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 38, + "instId": 300007, + "propState": 0, + "pos": { + "x": 13621, + "y": -2132, + "z": -173770 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 38, + "instId": 300008, + "propState": 0, + "pos": { + "x": 24500, + "y": -2132, + "z": -161520 + }, + "rot": { + "x": 0, + "y": 76971, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [ + { + "groupId": 39, + "instId": 400001, + "pos": { + "x": 21540, + "y": -2132, + "z": -162400 + }, + "rot": { + "x": 0, + "y": 233202, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 40, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22322, + "y": -2134, + "z": -164105 + }, + "rot": { + "x": 0, + "y": 280660, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 0, + "pos": { + "x": 22322, + "y": -2134, + "z": -161105 + }, + "rot": { + "x": 0, + "y": 265660, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 41, + "instId": 300001, + "propState": 0, + "pos": { + "x": 21080, + "y": -2132, + "z": -163450 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 0, + "pos": { + "x": 21080, + "y": -2132, + "z": -163450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 43, + "instId": 300001, + "propState": 0, + "pos": { + "x": 3820, + "y": -2109, + "z": -111610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 0, + "pos": { + "x": 4270, + "y": -2134, + "z": -78741 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -5037, + "y": -2134, + "z": -105200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 44, + "instId": 300004, + "propState": 0, + "pos": { + "x": 464, + "y": -2134, + "z": -102200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 44, + "instId": 300005, + "propState": 0, + "pos": { + "x": -5120, + "y": -2134, + "z": -99200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 44, + "instId": 300006, + "propState": 0, + "pos": { + "x": -5000, + "y": -2134, + "z": -104360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 44, + "instId": 300007, + "propState": 0, + "pos": { + "x": 430, + "y": -2134, + "z": -101419 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 44, + "instId": 300008, + "propState": 0, + "pos": { + "x": -5080, + "y": -2134, + "z": -98330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 45, + "instId": 300001, + "propState": 0, + "pos": { + "x": -410, + "y": -2134, + "z": -86190 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 0, + "pos": { + "x": -3410, + "y": -2134, + "z": -86190 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 46, + "instId": 300001, + "propState": 0, + "pos": { + "x": -410, + "y": -2134, + "z": -89950 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 0, + "pos": { + "x": -410, + "y": -2134, + "z": -89950 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -5060, + "y": -2134, + "z": -100810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 48, + "instId": 300003, + "propState": 0, + "pos": { + "x": -5080, + "y": -2134, + "z": -101635 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 48, + "instId": 300004, + "propState": 0, + "pos": { + "x": -4322, + "y": -2134, + "z": -101209 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 48, + "instId": 300005, + "propState": 0, + "pos": { + "x": -307, + "y": -2134, + "z": -97013 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 48, + "instId": 300006, + "propState": 0, + "pos": { + "x": 414, + "y": -2134, + "z": -96654 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 48, + "instId": 300007, + "propState": 0, + "pos": { + "x": 415, + "y": -2134, + "z": -97420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 49, + "instId": 300001, + "propState": 0, + "pos": { + "x": 25710, + "y": -2099, + "z": -112040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300001, + "propState": 101, + "pos": { + "x": 42230, + "y": -1134, + "z": -91490 + }, + "rot": { + "x": 0, + "y": 221360, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [ + { + "groupId": 51, + "instId": 400001, + "pos": { + "x": 41740, + "y": -1134, + "z": -96420 + }, + "rot": { + "x": 0, + "y": 236360, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 51, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 35010, + "y": -1134, + "z": -101870 + }, + "rot": { + "x": 0, + "y": 161360, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 51, + "instId": 300004, + "propState": 0, + "pos": { + "x": 35413, + "y": -1134, + "z": -102783 + }, + "rot": { + "x": 0, + "y": 161360, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 51, + "instId": 300005, + "propState": 0, + "pos": { + "x": 35999, + "y": -1134, + "z": -102004 + }, + "rot": { + "x": 0, + "y": 161360, + "z": 0 + }, + "propId": 101015 + } + ], + "teleports": {} + }, + "52": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -9210, + "y": 1876, + "z": 12850 + }, + "rot": { + "x": 0, + "y": 41360, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 52, + "instId": 300003, + "propState": 0, + "pos": { + "x": -8330, + "y": 1876, + "z": 13350 + }, + "rot": { + "x": 0, + "y": 41360, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [ + { + "groupId": 53, + "instId": 400001, + "pos": { + "x": -14320, + "y": 1876, + "z": 12210 + }, + "rot": { + "x": 0, + "y": 101360, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 53, + "instId": 300001, + "propState": 1, + "pos": { + "x": -8840, + "y": 1876, + "z": 5887 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1002 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 54, + "instId": 300001, + "propState": 0, + "pos": { + "x": -13310, + "y": 1876, + "z": 4450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 0, + "pos": { + "x": -5700, + "y": 1876, + "z": 14250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 54, + "instId": 300004, + "propState": 0, + "pos": { + "x": 17960, + "y": -2139, + "z": -6240 + }, + "rot": { + "x": 0, + "y": 315309, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -4570, + "y": 1876, + "z": 5080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 55, + "instId": 300004, + "propState": 0, + "pos": { + "x": -9849, + "y": 1876, + "z": 12880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 55, + "instId": 300005, + "propState": 0, + "pos": { + "x": -8390, + "y": 1876, + "z": 5340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 55, + "instId": 300006, + "propState": 0, + "pos": { + "x": -5410, + "y": 1876, + "z": 5080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 55, + "instId": 300007, + "propState": 0, + "pos": { + "x": -10630, + "y": 1876, + "z": 12880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 55, + "instId": 300008, + "propState": 0, + "pos": { + "x": -9260, + "y": 1876, + "z": 5340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300001, + "propState": 0, + "pos": { + "x": -16100, + "y": 1876, + "z": 11760 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 0, + "pos": { + "x": -16100, + "y": 1876, + "z": 11760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [ + { + "groupId": 57, + "instId": 400001, + "pos": { + "x": -16860, + "y": 1876, + "z": 11790 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -8860, + "y": 1876, + "z": 6340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 0, + "pos": { + "x": -7860, + "y": 1876, + "z": 6340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 0, + "pos": { + "x": -8360, + "y": 1876, + "z": 5340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 58, + "instId": 300005, + "propState": 0, + "pos": { + "x": -11830, + "y": 1876, + "z": 13080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 58, + "instId": 300006, + "propState": 0, + "pos": { + "x": -12330, + "y": 1876, + "z": 12080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 58, + "instId": 300007, + "propState": 0, + "pos": { + "x": -11330, + "y": 1876, + "z": 12080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 13620, + "y": -140, + "z": -195780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 41630, + "y": -140, + "z": -206850 + }, + "rot": { + "x": 0, + "y": 132486, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 60, + "instId": 300004, + "propState": 0, + "pos": { + "x": 40143, + "y": -140, + "z": -192009 + }, + "rot": { + "x": 0, + "y": 132486, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 60, + "instId": 300005, + "propState": 0, + "pos": { + "x": 53530, + "y": -140, + "z": -200210 + }, + "rot": { + "x": 0, + "y": 132486, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 60, + "instId": 300006, + "propState": 0, + "pos": { + "x": 40710, + "y": -140, + "z": -206880 + }, + "rot": { + "x": 0, + "y": 132486, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 60, + "instId": 300007, + "propState": 0, + "pos": { + "x": 40680, + "y": -140, + "z": -192580 + }, + "rot": { + "x": 0, + "y": 132486, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 60, + "instId": 300008, + "propState": 0, + "pos": { + "x": 52900, + "y": -140, + "z": -200930 + }, + "rot": { + "x": 0, + "y": 132486, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 61, + "instId": 300001, + "propState": 0, + "pos": { + "x": 33750, + "y": -140, + "z": -202360 + }, + "rot": { + "x": 0, + "y": 91727, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 0, + "pos": { + "x": 33750, + "y": -140, + "z": -202360 + }, + "rot": { + "x": 0, + "y": 76727, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 62, + "instId": 300001, + "propState": 0, + "pos": { + "x": 50220, + "y": -140, + "z": -195810 + }, + "rot": { + "x": 0, + "y": 331216, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300001, + "propState": 0, + "pos": { + "x": 50310, + "y": -140, + "z": -192480 + }, + "rot": { + "x": 0, + "y": 285944, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 24020, + "y": -2134, + "z": -163120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 0, + "pos": { + "x": 24020, + "y": -2134, + "z": -162120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [ + { + "groupId": 65, + "instId": 400001, + "pos": { + "x": 17420, + "y": -2134, + "z": -166293 + }, + "rot": { + "x": 0, + "y": 33914, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 65, + "instId": 300001, + "propState": 1, + "pos": { + "x": 16060, + "y": -2134, + "z": -162610 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1002 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 101, + "pos": { + "x": 21170, + "y": -2132, + "z": -157040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 101, + "pos": { + "x": -3120, + "y": -2134, + "z": -83280 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 68, + "instId": 300001, + "propState": 101, + "pos": { + "x": -21610, + "y": 1876, + "z": 8390 + }, + "rot": { + "x": 0, + "y": 86360, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 69, + "instId": 300001, + "propState": 0, + "pos": { + "x": -29600, + "y": -2134, + "z": -167380 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 0, + "pos": { + "x": -29600, + "y": -2134, + "z": -170380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -16600, + "y": -2134, + "z": -173380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 0, + "pos": { + "x": -19600, + "y": -2134, + "z": -167380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300005, + "propState": 0, + "pos": { + "x": -22600, + "y": -2134, + "z": -173380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 0, + "pos": { + "x": -17440, + "y": -2134, + "z": -173380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300007, + "propState": 0, + "pos": { + "x": -20381, + "y": -2134, + "z": -167380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300008, + "propState": 0, + "pos": { + "x": -23470, + "y": -2134, + "z": -173380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 71, + "instId": 300001, + "propState": 0, + "pos": { + "x": 21116, + "y": -2134, + "z": -145540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 0, + "pos": { + "x": 16323, + "y": -2102, + "z": -112040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 0, + "pos": { + "x": 25710, + "y": -2099, + "z": -112040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 18302, + "y": -2134, + "z": -135540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 72, + "instId": 300004, + "propState": 0, + "pos": { + "x": 24110, + "y": -2134, + "z": -132540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 72, + "instId": 300005, + "propState": 0, + "pos": { + "x": 18110, + "y": -2134, + "z": -129540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 72, + "instId": 300006, + "propState": 0, + "pos": { + "x": 18302, + "y": -2134, + "z": -134700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 72, + "instId": 300007, + "propState": 0, + "pos": { + "x": 24110, + "y": -2134, + "z": -131759 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 72, + "instId": 300008, + "propState": 0, + "pos": { + "x": 18110, + "y": -2134, + "z": -128670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [ + { + "groupId": 73, + "instId": 400001, + "pos": { + "x": 24110, + "y": -2134, + "z": -122540 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 0, + "pos": { + "x": 24110, + "y": -2134, + "z": -122540 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 0, + "pos": { + "x": 21110, + "y": -2134, + "z": -122540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 75, + "instId": 300002, + "propState": 0, + "pos": { + "x": -13310, + "y": 1876, + "z": 4450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 75, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5514, + "y": -2145, + "z": -27086 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -2170, + "y": -2139, + "z": -22880 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 76, + "instId": 300004, + "propState": 0, + "pos": { + "x": -925, + "y": -2139, + "z": -17391 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 76, + "instId": 300005, + "propState": 0, + "pos": { + "x": -6413, + "y": -2139, + "z": -18637 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 76, + "instId": 300006, + "propState": 0, + "pos": { + "x": -2764, + "y": -2139, + "z": -22286 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 76, + "instId": 300007, + "propState": 0, + "pos": { + "x": -1477, + "y": -2139, + "z": -16839 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 76, + "instId": 300008, + "propState": 0, + "pos": { + "x": -7028, + "y": -2139, + "z": -18022 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [ + { + "groupId": 77, + "instId": 400001, + "pos": { + "x": -11940, + "y": -2139, + "z": -12150 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": -10830, + "y": -2139, + "z": -8240 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 0, + "pos": { + "x": -12951, + "y": -2139, + "z": -10361 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 0, + "pos": { + "x": -10800, + "y": -2139, + "z": -12420 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -4570, + "y": 1876, + "z": 5080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 80, + "instId": 300003, + "propState": 0, + "pos": { + "x": -9849, + "y": 1876, + "z": 12880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 80, + "instId": 300004, + "propState": 0, + "pos": { + "x": -8390, + "y": 1876, + "z": 5340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 80, + "instId": 300005, + "propState": 0, + "pos": { + "x": -5410, + "y": 1876, + "z": 5080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 80, + "instId": 300006, + "propState": 0, + "pos": { + "x": -10630, + "y": 1876, + "z": 12880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 80, + "instId": 300007, + "propState": 0, + "pos": { + "x": -9260, + "y": 1876, + "z": 5340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 81, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4190, + "y": 1876, + "z": 12420 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 0, + "pos": { + "x": -4190, + "y": 1876, + "z": 12420 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [ + { + "groupId": 82, + "instId": 400001, + "pos": { + "x": 23230, + "y": -2134, + "z": -165580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [ + { + "groupId": 83, + "instId": 400001, + "pos": { + "x": -11888, + "y": 1876, + "z": 7445 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 23195, + "y": -2134, + "z": -127400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 84, + "instId": 300003, + "propState": 0, + "pos": { + "x": 23195, + "y": -2134, + "z": -126400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 84, + "instId": 300004, + "propState": 0, + "pos": { + "x": 24195, + "y": -2134, + "z": -126900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 84, + "instId": 300005, + "propState": 0, + "pos": { + "x": 17927, + "y": -2134, + "z": -132956 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 84, + "instId": 300006, + "propState": 0, + "pos": { + "x": 18927, + "y": -2134, + "z": -133456 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 84, + "instId": 300007, + "propState": 0, + "pos": { + "x": 18927, + "y": -2134, + "z": -132456 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 85, + "instId": 300001, + "propState": 101, + "pos": { + "x": 51710, + "y": -140, + "z": -200130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 86, + "instId": 300001, + "propState": 0, + "pos": { + "x": 45710, + "y": -140, + "z": -203130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 86, + "instId": 300003, + "propState": 0, + "pos": { + "x": 45710, + "y": -140, + "z": -203130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [ + { + "groupId": 87, + "instId": 400001, + "pos": { + "x": -14730, + "y": 1876, + "z": 12880 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "88": { + "monsters": [], + "npcs": [ + { + "groupId": 88, + "instId": 400001, + "pos": { + "x": -15430, + "y": 1876, + "z": 9810 + }, + "rot": { + "x": 0, + "y": 91271, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "89": { + "monsters": [], + "npcs": [ + { + "groupId": 89, + "instId": 400001, + "pos": { + "x": -14870, + "y": 1876, + "z": 6670 + }, + "rot": { + "x": 0, + "y": 76407, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [ + { + "groupId": 90, + "instId": 400001, + "pos": { + "x": -14730, + "y": 1876, + "z": 11280 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [ + { + "groupId": 91, + "instId": 400001, + "pos": { + "x": -14870, + "y": 1876, + "z": 8230 + }, + "rot": { + "x": 0, + "y": 76407, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [ + { + "groupId": 92, + "instId": 400001, + "pos": { + "x": 21540, + "y": -2132, + "z": -168080 + }, + "rot": { + "x": 0, + "y": 265145, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [ + { + "groupId": 93, + "instId": 400001, + "pos": { + "x": 20810, + "y": -2132, + "z": -164540 + }, + "rot": { + "x": 0, + "y": 246853, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [ + { + "groupId": 94, + "instId": 400001, + "pos": { + "x": 18500, + "y": -2132, + "z": -161620 + }, + "rot": { + "x": 0, + "y": 221736, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [ + { + "groupId": 95, + "instId": 400001, + "pos": { + "x": 21300, + "y": -2132, + "z": -166330 + }, + "rot": { + "x": 0, + "y": 265145, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [ + { + "groupId": 96, + "instId": 400001, + "pos": { + "x": 19820, + "y": -2132, + "z": -162820 + }, + "rot": { + "x": 0, + "y": 221736, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8020701": { + "P80207_F80207001": { + "scenes": { + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22710, + "y": 7036, + "z": -108631 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": -900, + "y": 7036, + "z": -108610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 101, + "pos": { + "x": 14420, + "y": 4877, + "z": -136710 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": 10390, + "y": 4877, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "pos": { + "x": 10390, + "y": 4877, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 101, + "pos": { + "x": 56230, + "y": 7006, + "z": -100578 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [ + { + "groupId": 15, + "instId": 400001, + "pos": { + "x": 52660, + "y": 7006, + "z": -107540 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 41949, + "y": 7006, + "z": -108223 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 0, + "pos": { + "x": 42855, + "y": 7006, + "z": -108642 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 0, + "pos": { + "x": 42780, + "y": 7006, + "z": -107670 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 102005 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": -900, + "y": 7036, + "z": -108610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": -13880, + "y": 5286, + "z": -92190 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 0, + "pos": { + "x": -38783, + "y": 5562, + "z": -95739 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -28330, + "y": 7036, + "z": -105650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "pos": { + "x": -25330, + "y": 7036, + "z": -111650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 0, + "pos": { + "x": -22330, + "y": 7036, + "z": -105650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 0, + "pos": { + "x": -27490, + "y": 7036, + "z": -105650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 0, + "pos": { + "x": -24549, + "y": 7036, + "z": -111650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 0, + "pos": { + "x": -21460, + "y": 7036, + "z": -105650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -39303, + "y": 5564, + "z": -106219 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "pos": { + "x": -39303, + "y": 5564, + "z": -106219 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "pos": { + "x": -37160, + "y": 5564, + "z": -110840 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300002, + "propState": 0, + "pos": { + "x": -12580, + "y": -1147, + "z": -14910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -16960, + "y": -1147, + "z": -30670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 0, + "pos": { + "x": -7620, + "y": -1147, + "z": -30710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 0, + "pos": { + "x": -16930, + "y": -1147, + "z": -28640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 0, + "pos": { + "x": -16960, + "y": -1147, + "z": -29830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 0, + "pos": { + "x": -8620, + "y": -1147, + "z": -30719 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 0, + "pos": { + "x": -16930, + "y": -1147, + "z": -27770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": -11430, + "y": -1800, + "z": -26160 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 0, + "pos": { + "x": -14430, + "y": -1800, + "z": -26160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": 80728, + "y": 2314, + "z": 104750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": 49323, + "y": 172, + "z": 116720 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 64350, + "y": 2152, + "z": 119070 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 0, + "pos": { + "x": 71350, + "y": 122, + "z": 114180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 0, + "pos": { + "x": 71340, + "y": 122, + "z": 119470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 0, + "pos": { + "x": 65190, + "y": 2152, + "z": 119070 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 0, + "pos": { + "x": 72131, + "y": 122, + "z": 114180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300008, + "propState": 0, + "pos": { + "x": 72210, + "y": 122, + "z": 119470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": 76810, + "y": 40, + "z": 113720 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 0, + "pos": { + "x": 76810, + "y": 40, + "z": 116720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": 6470, + "y": 2220, + "z": 46860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 16390, + "y": -1176, + "z": 49930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 0, + "pos": { + "x": 19390, + "y": -1176, + "z": 43930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300004, + "propState": 0, + "pos": { + "x": 22390, + "y": -1176, + "z": 49930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 0, + "pos": { + "x": 17230, + "y": -1176, + "z": 49930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300006, + "propState": 0, + "pos": { + "x": 20171, + "y": -1176, + "z": 43930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300007, + "propState": 0, + "pos": { + "x": 23260, + "y": -1176, + "z": 49930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 28, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29390, + "y": -1176, + "z": 43930 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29390, + "y": -1176, + "z": 46930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 0, + "pos": { + "x": -38783, + "y": 5562, + "z": -95739 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 0, + "pos": { + "x": -47619, + "y": 6740, + "z": -81379 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -31420, + "y": 3930, + "z": -73120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 0, + "pos": { + "x": -37420, + "y": 3930, + "z": -76120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300004, + "propState": 0, + "pos": { + "x": -31420, + "y": 3930, + "z": -79120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300005, + "propState": 0, + "pos": { + "x": -31420, + "y": 3930, + "z": -73960 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 0, + "pos": { + "x": -37420, + "y": 3930, + "z": -76901 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300007, + "propState": 0, + "pos": { + "x": -31420, + "y": 3930, + "z": -79990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [ + { + "groupId": 31, + "instId": 400001, + "pos": { + "x": -37420, + "y": 3930, + "z": -86120 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300002, + "propState": 0, + "pos": { + "x": -13971, + "y": 7036, + "z": -103070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -3996, + "y": 5236, + "z": -67903 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 0, + "pos": { + "x": -11150, + "y": 5236, + "z": -72249 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300005, + "propState": 0, + "pos": { + "x": -2724, + "y": 5236, + "z": -73745 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300006, + "propState": 0, + "pos": { + "x": -3996, + "y": 5236, + "z": -68743 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300007, + "propState": 0, + "pos": { + "x": -11084, + "y": 5236, + "z": -71091 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300008, + "propState": 0, + "pos": { + "x": -2724, + "y": 5236, + "z": -74615 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [ + { + "groupId": 34, + "instId": 400001, + "pos": { + "x": -9900, + "y": 5200, + "z": -82120 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 0, + "pos": { + "x": 80728, + "y": 2314, + "z": 104750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 0, + "pos": { + "x": 70370, + "y": 2383, + "z": 74040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 74439, + "y": 2231, + "z": 88381 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300004, + "propState": 0, + "pos": { + "x": 85937, + "y": 2231, + "z": 82138 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300005, + "propState": 0, + "pos": { + "x": 75289, + "y": 2231, + "z": 87971 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300006, + "propState": 0, + "pos": { + "x": 74439, + "y": 2231, + "z": 87541 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300007, + "propState": 0, + "pos": { + "x": 85937, + "y": 2231, + "z": 81357 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300008, + "propState": 0, + "pos": { + "x": 85057, + "y": 2231, + "z": 81727 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [ + { + "groupId": 37, + "instId": 400001, + "pos": { + "x": 76160, + "y": 2231, + "z": 75020 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "pos": { + "x": -59730, + "y": 821, + "z": 72304 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 0, + "pos": { + "x": -14140, + "y": 2171, + "z": 37670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 42, + "instId": 300004, + "propState": 0, + "pos": { + "x": 6470, + "y": 2220, + "z": 46860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -66180, + "y": 821, + "z": 45340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 43, + "instId": 300004, + "propState": 0, + "pos": { + "x": -46453, + "y": 2171, + "z": 51244 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 43, + "instId": 300005, + "propState": 0, + "pos": { + "x": -31310, + "y": 2171, + "z": 45970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 43, + "instId": 300006, + "propState": 0, + "pos": { + "x": -67020, + "y": 821, + "z": 45340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 43, + "instId": 300007, + "propState": 0, + "pos": { + "x": -47234, + "y": 2171, + "z": 51244 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 43, + "instId": 300008, + "propState": 0, + "pos": { + "x": -32180, + "y": 2171, + "z": 45970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 44, + "instId": 300001, + "propState": 0, + "pos": { + "x": -74938, + "y": 589, + "z": 45461 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 0, + "pos": { + "x": -74938, + "y": 589, + "z": 45461 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 45, + "instId": 300001, + "propState": 0, + "pos": { + "x": -61581, + "y": 589, + "z": 45868 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 46, + "instId": 300001, + "propState": 0, + "pos": { + "x": -44677, + "y": 1939, + "z": 42741 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 0, + "pos": { + "x": 14770, + "y": 2246, + "z": 67240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 0, + "pos": { + "x": 34050, + "y": 172, + "z": 108640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 0, + "pos": { + "x": 64733, + "y": 5001, + "z": 74072 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 35100, + "y": 2246, + "z": 76810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300004, + "propState": 0, + "pos": { + "x": 29760, + "y": 2246, + "z": 76920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300005, + "propState": 0, + "pos": { + "x": 19260, + "y": 2246, + "z": 76250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300006, + "propState": 0, + "pos": { + "x": 36060, + "y": 2246, + "z": 76820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300007, + "propState": 0, + "pos": { + "x": 30770, + "y": 2296, + "z": 76940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300008, + "propState": 0, + "pos": { + "x": 19260, + "y": 2296, + "z": 77120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 49, + "instId": 300001, + "propState": 0, + "pos": { + "x": 25250, + "y": -1790, + "z": 93570 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 0, + "pos": { + "x": 22250, + "y": -1790, + "z": 93570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300001, + "propState": 0, + "pos": { + "x": 19250, + "y": -1790, + "z": 93570 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 51, + "instId": 300001, + "propState": 0, + "pos": { + "x": 21774, + "y": 2014, + "z": 66221 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "52": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 52, + "instId": 300002, + "propState": 0, + "pos": { + "x": 10390, + "y": 4877, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 52, + "instId": 300003, + "propState": 0, + "pos": { + "x": 10390, + "y": 4877, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -4094, + "y": 5236, + "z": -74636 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 53, + "instId": 300003, + "propState": 0, + "pos": { + "x": -4040, + "y": 5236, + "z": -73850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [ + { + "groupId": 54, + "instId": 400001, + "pos": { + "x": -10072, + "y": 5236, + "z": -76490 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 54, + "instId": 300001, + "propState": 1, + "pos": { + "x": -11045, + "y": 5236, + "z": -74194 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1002 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 55, + "instId": 300001, + "propState": 101, + "pos": { + "x": 100148, + "y": 2231, + "z": 88077 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300001, + "propState": 0, + "pos": { + "x": 95024, + "y": 2231, + "z": 80417 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 0, + "pos": { + "x": 95024, + "y": 2231, + "z": 80417 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 71789, + "y": 122, + "z": 112736 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 0, + "pos": { + "x": 71798, + "y": 122, + "z": 113673 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [ + { + "groupId": 58, + "instId": 400001, + "pos": { + "x": 77477, + "y": 706, + "z": 117300 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": 72060, + "y": 122, + "z": 119480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "pos": { + "x": 72165, + "y": 122, + "z": 120417 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 61, + "instId": 300001, + "propState": 101, + "pos": { + "x": -32310, + "y": 3930, + "z": -92120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 62, + "instId": 300001, + "propState": 0, + "pos": { + "x": -36370, + "y": 3930, + "z": -86120 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 0, + "pos": { + "x": -36370, + "y": 3930, + "z": -86120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -16970, + "y": -1147, + "z": -27140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 0, + "pos": { + "x": -16970, + "y": -1147, + "z": -28140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 64, + "instId": 300004, + "propState": 0, + "pos": { + "x": -16910, + "y": -1147, + "z": -29370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 64, + "instId": 300005, + "propState": 0, + "pos": { + "x": -7610, + "y": -1147, + "z": -28310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 64, + "instId": 300006, + "propState": 0, + "pos": { + "x": -8610, + "y": -1147, + "z": -28260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 64, + "instId": 300007, + "propState": 0, + "pos": { + "x": -9600, + "y": -1147, + "z": -28170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [ + { + "groupId": 66, + "instId": 400001, + "pos": { + "x": -58216, + "y": -11735, + "z": 45497 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 0, + "pos": { + "x": -69150, + "y": 821, + "z": 46520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 66, + "instId": 300005, + "propState": 0, + "pos": { + "x": -107800, + "y": -590, + "z": 52980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102063 + }, + { + "groupId": 66, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300002, + "propState": 0, + "pos": { + "x": -51193, + "y": 2205, + "z": 43790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -64623, + "y": 821, + "z": 38240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 0, + "pos": { + "x": -62740, + "y": 821, + "z": 46837 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 0, + "pos": { + "x": -70900, + "y": 821, + "z": 38260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 0, + "pos": { + "x": -65463, + "y": 821, + "z": 38240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300007, + "propState": 0, + "pos": { + "x": -63521, + "y": 821, + "z": 46837 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300008, + "propState": 0, + "pos": { + "x": -71770, + "y": 821, + "z": 38260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -24800, + "y": 7036, + "z": -105650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300004, + "propState": 0, + "pos": { + "x": -21800, + "y": 7036, + "z": -111650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300005, + "propState": 0, + "pos": { + "x": -18800, + "y": 7036, + "z": -105650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300006, + "propState": 0, + "pos": { + "x": -23960, + "y": 7036, + "z": -105650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300007, + "propState": 0, + "pos": { + "x": -21019, + "y": 7036, + "z": -111650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300008, + "propState": 0, + "pos": { + "x": -17930, + "y": 7036, + "z": -105650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [ + { + "groupId": 73, + "instId": 400001, + "pos": { + "x": -14550, + "y": 7036, + "z": -111650 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 0, + "pos": { + "x": -14550, + "y": 7036, + "z": -111650 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 0, + "pos": { + "x": -14550, + "y": 7036, + "z": -108650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [ + { + "groupId": 76, + "instId": 400001, + "pos": { + "x": -11270, + "y": -1147, + "z": -25380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 49870, + "y": -2916, + "z": 55600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300004, + "propState": 0, + "pos": { + "x": 43870, + "y": -2916, + "z": 52600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300005, + "propState": 0, + "pos": { + "x": 49870, + "y": -2916, + "z": 49600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300006, + "propState": 0, + "pos": { + "x": 49870, + "y": -2916, + "z": 54760 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300007, + "propState": 0, + "pos": { + "x": 43870, + "y": -2916, + "z": 51819 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300008, + "propState": 0, + "pos": { + "x": 49870, + "y": -2916, + "z": 48730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [ + { + "groupId": 79, + "instId": 400001, + "pos": { + "x": 29390, + "y": -1176, + "z": 43930 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300001, + "propState": 0, + "pos": { + "x": 43870, + "y": -2916, + "z": 42600 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300002, + "propState": 0, + "pos": { + "x": 46870, + "y": -2916, + "z": 42600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 83, + "instId": 300001, + "propState": 0, + "pos": { + "x": 46250, + "y": -2916, + "z": 42600 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 84, + "instId": 300001, + "propState": 0, + "pos": { + "x": 76160, + "y": 2231, + "z": 75020 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300002, + "propState": 0, + "pos": { + "x": 79160, + "y": 2231, + "z": 75020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 75690, + "y": 2231, + "z": 86270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 0, + "pos": { + "x": 75690, + "y": 2231, + "z": 85270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 85, + "instId": 300004, + "propState": 0, + "pos": { + "x": 74690, + "y": 2231, + "z": 85770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 85, + "instId": 300005, + "propState": 0, + "pos": { + "x": 82690, + "y": 2231, + "z": 85770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 85, + "instId": 300006, + "propState": 0, + "pos": { + "x": 81690, + "y": 2231, + "z": 86270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 85, + "instId": 300007, + "propState": 0, + "pos": { + "x": 81690, + "y": 2231, + "z": 85270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "89": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -31420, + "y": 3930, + "z": -76580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300003, + "propState": 0, + "pos": { + "x": -31420, + "y": 3930, + "z": -75580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300004, + "propState": 0, + "pos": { + "x": -30420, + "y": 3930, + "z": -76080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300005, + "propState": 0, + "pos": { + "x": -38420, + "y": 3930, + "z": -79730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300006, + "propState": 0, + "pos": { + "x": -37420, + "y": 3930, + "z": -80230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300007, + "propState": 0, + "pos": { + "x": -37420, + "y": 3930, + "z": -79230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "93": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300002, + "propState": 0, + "pos": { + "x": -25070, + "y": 2171, + "z": 54980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300001, + "propState": 0, + "pos": { + "x": -52750, + "y": 2171, + "z": 43250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300003, + "propState": 0, + "pos": { + "x": -28640, + "y": 2171, + "z": 43180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 93, + "instId": 300004, + "propState": 0, + "pos": { + "x": -35569, + "y": 2171, + "z": 67375 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -52541, + "y": 2171, + "z": 43593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 913 + }, + { + "groupId": 94, + "instId": 300006, + "propState": 0, + "pos": { + "x": -60060, + "y": 821, + "z": 39160 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 94, + "instId": 300007, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [ + { + "groupId": 95, + "instId": 400001, + "pos": { + "x": 77402, + "y": 122, + "z": 115346 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [ + { + "groupId": 96, + "instId": 400001, + "pos": { + "x": -5020, + "y": 5236, + "z": -76400 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 97, + "instId": 300002, + "propState": 0, + "pos": { + "x": 10390, + "y": 4877, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 97, + "instId": 300003, + "propState": 0, + "pos": { + "x": 10390, + "y": 4877, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 102, + "instId": 300001, + "propState": 0, + "pos": { + "x": 42554, + "y": -3005, + "z": -13020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "103": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 49395, + "y": -1074, + "z": 7012 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 103, + "instId": 300004, + "propState": 0, + "pos": { + "x": 49441, + "y": -1074, + "z": -259 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 103, + "instId": 300005, + "propState": 0, + "pos": { + "x": 39950, + "y": -1074, + "z": 2980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 103, + "instId": 300006, + "propState": 0, + "pos": { + "x": 49395, + "y": -1074, + "z": 7852 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 103, + "instId": 300007, + "propState": 0, + "pos": { + "x": 49441, + "y": -1074, + "z": 522 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 103, + "instId": 300008, + "propState": 0, + "pos": { + "x": 39950, + "y": -1074, + "z": 3850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "104": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 39554, + "y": -1146, + "z": 4480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 104, + "instId": 300003, + "propState": 0, + "pos": { + "x": 39554, + "y": -1146, + "z": 3480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 104, + "instId": 300004, + "propState": 0, + "pos": { + "x": 38554, + "y": -1146, + "z": 3980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 104, + "instId": 300005, + "propState": 0, + "pos": { + "x": 46554, + "y": -1146, + "z": 3980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 104, + "instId": 300006, + "propState": 0, + "pos": { + "x": 45554, + "y": -1146, + "z": 4480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 104, + "instId": 300007, + "propState": 0, + "pos": { + "x": 45554, + "y": -1146, + "z": 3480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "105": { + "monsters": [], + "npcs": [ + { + "groupId": 105, + "instId": 400001, + "pos": { + "x": 45554, + "y": -1146, + "z": 9980 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "106": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 106, + "instId": 300001, + "propState": 0, + "pos": { + "x": 45950, + "y": -1074, + "z": 9980 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 106, + "instId": 300002, + "propState": 0, + "pos": { + "x": 42950, + "y": -1074, + "z": 9980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 107, + "instId": 300001, + "propState": 0, + "pos": { + "x": -11648, + "y": 5236, + "z": -48500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 107, + "instId": 300002, + "propState": 0, + "pos": { + "x": -14140, + "y": 2221, + "z": 37670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -13862, + "y": -1147, + "z": 8100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 108, + "instId": 300004, + "propState": 0, + "pos": { + "x": -9136, + "y": -1147, + "z": -13787 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 108, + "instId": 300005, + "propState": 0, + "pos": { + "x": -11180, + "y": -1147, + "z": 21670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 108, + "instId": 300006, + "propState": 0, + "pos": { + "x": -13862, + "y": -1147, + "z": 7260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 108, + "instId": 300007, + "propState": 0, + "pos": { + "x": -9136, + "y": -1147, + "z": -14568 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 108, + "instId": 300008, + "propState": 0, + "pos": { + "x": -11180, + "y": -1147, + "z": 20800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "109": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 109, + "instId": 300001, + "propState": 0, + "pos": { + "x": -16000, + "y": -1147, + "z": -23750 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 109, + "instId": 300002, + "propState": 0, + "pos": { + "x": -13000, + "y": -1147, + "z": -23750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "110": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 110, + "instId": 300001, + "propState": 0, + "pos": { + "x": -9750, + "y": -1147, + "z": -1500 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "111": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 111, + "instId": 300001, + "propState": 0, + "pos": { + "x": -11180, + "y": -1147, + "z": 14670 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "112": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 112, + "instId": 300001, + "propState": 0, + "pos": { + "x": 38750, + "y": 9101, + "z": 125750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 112, + "instId": 300002, + "propState": 0, + "pos": { + "x": 4000, + "y": 9101, + "z": 107750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "113": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 13920, + "y": 9101, + "z": 122500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 113, + "instId": 300004, + "propState": 0, + "pos": { + "x": 31520, + "y": 9101, + "z": 122593 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 113, + "instId": 300005, + "propState": 0, + "pos": { + "x": 28520, + "y": 9101, + "z": 116593 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 113, + "instId": 300006, + "propState": 0, + "pos": { + "x": 13080, + "y": 9101, + "z": 122500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 113, + "instId": 300007, + "propState": 0, + "pos": { + "x": 30739, + "y": 9101, + "z": 122593 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 113, + "instId": 300008, + "propState": 0, + "pos": { + "x": 27650, + "y": 9101, + "z": 116593 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "114": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 114, + "instId": 300001, + "propState": 0, + "pos": { + "x": 8250, + "y": 9101, + "z": 122593 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 114, + "instId": 300002, + "propState": 0, + "pos": { + "x": 8250, + "y": 9101, + "z": 119593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "115": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 115, + "instId": 300001, + "propState": 0, + "pos": { + "x": 19500, + "y": 9101, + "z": 116593 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "116": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 116, + "instId": 300001, + "propState": 0, + "pos": { + "x": 21520, + "y": 9101, + "z": 116593 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "117": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 117, + "instId": 300001, + "propState": 0, + "pos": { + "x": -59730, + "y": 821, + "z": 72304 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "118": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -74200, + "y": 821, + "z": 68307 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 118, + "instId": 300003, + "propState": 0, + "pos": { + "x": -75180, + "y": 821, + "z": 68304 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "119": { + "monsters": [], + "npcs": [ + { + "groupId": 119, + "instId": 400001, + "pos": { + "x": -79110, + "y": 821, + "z": 75304 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 119, + "instId": 300001, + "propState": 1, + "pos": { + "x": -74095, + "y": 821, + "z": 75874 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1002 + } + ], + "teleports": {} + }, + "120": { + "monsters": [], + "npcs": [ + { + "groupId": 120, + "instId": 400002, + "pos": { + "x": -79110, + "y": 821, + "z": 69304 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "124": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 124, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22710, + "y": 7036, + "z": -108631 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 124, + "instId": 300002, + "propState": 0, + "pos": { + "x": -900, + "y": 7036, + "z": -108610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "125": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 16678, + "y": 4877, + "z": -127780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 125, + "instId": 300004, + "propState": 0, + "pos": { + "x": 25676, + "y": 3543, + "z": -135696 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102054 + }, + { + "groupId": 125, + "instId": 300009, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 125, + "instId": 300002, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "126": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 126, + "instId": 300001, + "propState": 0, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 126, + "instId": 300002, + "propState": 0, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "127": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 127, + "instId": 300001, + "propState": 0, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 127, + "instId": 300002, + "propState": 0, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "128": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 128, + "instId": 300001, + "propState": 0, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 128, + "instId": 300002, + "propState": 0, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "129": { + "monsters": [], + "npcs": [ + { + "groupId": 129, + "instId": 400001, + "pos": { + "x": 25579, + "y": 4989, + "z": -134079 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "130": { + "monsters": [], + "npcs": [ + { + "groupId": 130, + "instId": 400001, + "pos": { + "x": 25579, + "y": 4989, + "z": -130796 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "131": { + "monsters": [], + "npcs": [ + { + "groupId": 131, + "instId": 400001, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "132": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "133": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "134": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 134, + "instId": 300001, + "propState": 20, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60204 + } + ], + "teleports": {} + }, + "135": { + "monsters": [], + "npcs": [ + { + "groupId": 135, + "instId": 400001, + "pos": { + "x": -14550, + "y": 7036, + "z": -112380 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "136": { + "monsters": [], + "npcs": [ + { + "groupId": 136, + "instId": 400001, + "pos": { + "x": -14120, + "y": 7036, + "z": -109150 + }, + "rot": { + "x": 0, + "y": 272321, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "137": { + "monsters": [], + "npcs": [ + { + "groupId": 137, + "instId": 400001, + "pos": { + "x": -14550, + "y": 7036, + "z": -105760 + }, + "rot": { + "x": 0, + "y": 253400, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "138": { + "monsters": [], + "npcs": [ + { + "groupId": 138, + "instId": 400001, + "pos": { + "x": -14550, + "y": 7036, + "z": -110760 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "139": { + "monsters": [], + "npcs": [ + { + "groupId": 139, + "instId": 400001, + "pos": { + "x": -14550, + "y": 7036, + "z": -107340 + }, + "rot": { + "x": 0, + "y": 253400, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "140": { + "monsters": [], + "npcs": [ + { + "groupId": 140, + "instId": 400001, + "pos": { + "x": 74890, + "y": 2231, + "z": 74380 + }, + "rot": { + "x": 0, + "y": 19381, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "141": { + "monsters": [], + "npcs": [ + { + "groupId": 141, + "instId": 400001, + "pos": { + "x": 78790, + "y": 2231, + "z": 73770 + }, + "rot": { + "x": 0, + "y": 358304, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "142": { + "monsters": [], + "npcs": [ + { + "groupId": 142, + "instId": 400001, + "pos": { + "x": 82520, + "y": 2231, + "z": 74530 + }, + "rot": { + "x": 0, + "y": 337318, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "143": { + "monsters": [], + "npcs": [ + { + "groupId": 143, + "instId": 400001, + "pos": { + "x": 80870, + "y": 2231, + "z": 75020 + }, + "rot": { + "x": 0, + "y": 339130, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "144": { + "monsters": [], + "npcs": [ + { + "groupId": 144, + "instId": 400001, + "pos": { + "x": 76710, + "y": 2231, + "z": 75020 + }, + "rot": { + "x": 0, + "y": 23959, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8020801": { + "P80208_F80208001": { + "scenes": { + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": 110086, + "y": -25177, + "z": -128907 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": 85157, + "y": -31263, + "z": -113915 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": 118170, + "y": -28121, + "z": -115080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 101, + "pos": { + "x": 105030, + "y": -28121, + "z": -114370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [ + { + "groupId": 15, + "instId": 400001, + "pos": { + "x": 99290, + "y": -28121, + "z": -107370 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 100037, + "y": -28121, + "z": -97259 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 0, + "pos": { + "x": 99131, + "y": -28121, + "z": -96840 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 0, + "pos": { + "x": 99206, + "y": -28121, + "z": -97812 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 102005 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": -15800, + "y": -29390, + "z": -164258 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 101, + "pos": { + "x": -53985, + "y": -29517, + "z": -167707 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -48690, + "y": -29377, + "z": -161400 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 0, + "pos": { + "x": -48690, + "y": -29377, + "z": -161400 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300002, + "propState": 0, + "pos": { + "x": -6020, + "y": -31159, + "z": -141360 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 0, + "pos": { + "x": -6020, + "y": -31159, + "z": -141360 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": 14923, + "y": -31159, + "z": -106240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 0, + "pos": { + "x": 30540, + "y": -28519, + "z": -155055 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 0, + "pos": { + "x": -660, + "y": -31159, + "z": -138500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 4740, + "y": -31159, + "z": -136130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 0, + "pos": { + "x": 16080, + "y": -31159, + "z": -126909 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 0, + "pos": { + "x": 13620, + "y": -31159, + "z": -137080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 0, + "pos": { + "x": 4740, + "y": -31159, + "z": -136970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 0, + "pos": { + "x": 16080, + "y": -31159, + "z": -127690 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 0, + "pos": { + "x": 13620, + "y": -31159, + "z": -137950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": 11720, + "y": -31159, + "z": -148420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11720, + "y": -31159, + "z": -148420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": 11540, + "y": -31159, + "z": -145720 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 24, + "instId": 300001, + "propState": 0, + "pos": { + "x": 6046, + "y": -31055, + "z": -131680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": 110070, + "y": -25177, + "z": -130020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 0, + "pos": { + "x": 85090, + "y": -31263, + "z": -143143 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 0, + "pos": { + "x": 129305, + "y": -28127, + "z": -145248 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 116360, + "y": -28127, + "z": -149570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 0, + "pos": { + "x": 111521, + "y": -28131, + "z": -141210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 0, + "pos": { + "x": 110360, + "y": -28131, + "z": -149570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 0, + "pos": { + "x": 115520, + "y": -28127, + "z": -149570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 0, + "pos": { + "x": 110740, + "y": -28131, + "z": -141210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 0, + "pos": { + "x": 109490, + "y": -28131, + "z": -149570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": 103010, + "y": -28070, + "z": -148670 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 0, + "pos": { + "x": 103010, + "y": -28070, + "z": -148670 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 28, + "instId": 300001, + "propState": 0, + "pos": { + "x": 17484, + "y": -28866, + "z": -63140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 0, + "pos": { + "x": -11690, + "y": -35952, + "z": -68010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 0, + "pos": { + "x": -12060, + "y": -31210, + "z": -44230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 1880, + "y": -31055, + "z": -57260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 29, + "instId": 300004, + "propState": 0, + "pos": { + "x": -50, + "y": -31055, + "z": -46650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 29, + "instId": 300005, + "propState": 0, + "pos": { + "x": -4120, + "y": -31213, + "z": -57260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 29, + "instId": 300006, + "propState": 0, + "pos": { + "x": 1040, + "y": -31055, + "z": -57260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 29, + "instId": 300007, + "propState": 0, + "pos": { + "x": -831, + "y": -31055, + "z": -46650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 29, + "instId": 300008, + "propState": 0, + "pos": { + "x": -4990, + "y": -31213, + "z": -57260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 0, + "pos": { + "x": -6659, + "y": -31213, + "z": -48301 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 0, + "pos": { + "x": -6659, + "y": -31213, + "z": -48301 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300002, + "propState": 0, + "pos": { + "x": 109010, + "y": 5351, + "z": -5265 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 135100, + "y": 8008, + "z": -10390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 0, + "pos": { + "x": 133400, + "y": 8008, + "z": -10360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 32, + "instId": 300005, + "propState": 0, + "pos": { + "x": 134220, + "y": 8008, + "z": -10400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 32, + "instId": 300006, + "propState": 0, + "pos": { + "x": 125750, + "y": 8008, + "z": -2780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 32, + "instId": 300007, + "propState": 0, + "pos": { + "x": 124840, + "y": 8008, + "z": -2800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 32, + "instId": 300008, + "propState": 0, + "pos": { + "x": 127970, + "y": 8008, + "z": -2470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": 139239, + "y": 8110, + "z": -1435 + }, + "rot": { + "x": 0, + "y": 250320, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 0, + "pos": { + "x": 137532, + "y": 8110, + "z": 1032 + }, + "rot": { + "x": 0, + "y": 235320, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": 135825, + "y": 8110, + "z": 3499 + }, + "rot": { + "x": 0, + "y": 220320, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 0, + "pos": { + "x": 136098, + "y": 2265, + "z": -23961 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 128340, + "y": 604, + "z": -46690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300004, + "propState": 0, + "pos": { + "x": 134000, + "y": -1149, + "z": -63530 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300005, + "propState": 0, + "pos": { + "x": 144120, + "y": 604, + "z": -52330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300006, + "propState": 0, + "pos": { + "x": 127500, + "y": 604, + "z": -46690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300007, + "propState": 0, + "pos": { + "x": 133219, + "y": -1149, + "z": -63530 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300008, + "propState": 0, + "pos": { + "x": 143250, + "y": 604, + "z": -52330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 0, + "pos": { + "x": 117410, + "y": 604, + "z": -43720 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 0, + "pos": { + "x": 117410, + "y": 604, + "z": -43720 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": 136140, + "y": 604, + "z": -45380 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 39, + "instId": 300001, + "propState": 0, + "pos": { + "x": 140650, + "y": -1149, + "z": -61020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -6774, + "y": -31213, + "z": -10990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 40, + "instId": 300003, + "propState": 0, + "pos": { + "x": -5774, + "y": -31213, + "z": -10990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [ + { + "groupId": 41, + "instId": 400001, + "pos": { + "x": -3298, + "y": -31213, + "z": -18001 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 41, + "instId": 300001, + "propState": 1, + "pos": { + "x": -6170, + "y": -31213, + "z": -18740 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1002 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "pos": { + "x": 60970, + "y": -31202, + "z": -120320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 0, + "pos": { + "x": 52990, + "y": -31263, + "z": -153920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 64530, + "y": -31263, + "z": -140360 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 43, + "instId": 300004, + "propState": 0, + "pos": { + "x": 63300, + "y": -31263, + "z": -138350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 43, + "instId": 300005, + "propState": 0, + "pos": { + "x": 54980, + "y": -31263, + "z": -140130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 43, + "instId": 300006, + "propState": 0, + "pos": { + "x": 64530, + "y": -31263, + "z": -141200 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 43, + "instId": 300007, + "propState": 0, + "pos": { + "x": 63300, + "y": -31263, + "z": -139131 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 43, + "instId": 300008, + "propState": 0, + "pos": { + "x": 54980, + "y": -31263, + "z": -141000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [ + { + "groupId": 44, + "instId": 400001, + "pos": { + "x": 56460, + "y": -31263, + "z": -146870 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 45, + "instId": 300001, + "propState": 0, + "pos": { + "x": -12110, + "y": -31213, + "z": -44480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 0, + "pos": { + "x": 7900, + "y": -31046, + "z": -23190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -12920, + "y": -31213, + "z": -27461 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 46, + "instId": 300004, + "propState": 0, + "pos": { + "x": -12930, + "y": -31046, + "z": -24461 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 46, + "instId": 300005, + "propState": 0, + "pos": { + "x": -12920, + "y": -31213, + "z": -21461 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 46, + "instId": 300006, + "propState": 0, + "pos": { + "x": -12920, + "y": -31213, + "z": -26621 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 46, + "instId": 300007, + "propState": 0, + "pos": { + "x": -12930, + "y": -31046, + "z": -23680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 46, + "instId": 300008, + "propState": 0, + "pos": { + "x": -12920, + "y": -31213, + "z": -20591 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [ + { + "groupId": 47, + "instId": 400001, + "pos": { + "x": -8870, + "y": -31160, + "z": -14690 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 48, + "instId": 300001, + "propState": 0, + "pos": { + "x": 33488, + "y": -31046, + "z": -25150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 48320, + "y": -31213, + "z": -41260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300004, + "propState": 0, + "pos": { + "x": 55609, + "y": -29462, + "z": -46920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300005, + "propState": 0, + "pos": { + "x": 48363, + "y": -31213, + "z": -40343 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300006, + "propState": 0, + "pos": { + "x": 49160, + "y": -31213, + "z": -41260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300007, + "propState": 0, + "pos": { + "x": 56390, + "y": -29462, + "z": -46920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300008, + "propState": 0, + "pos": { + "x": 49233, + "y": -31213, + "z": -40343 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [ + { + "groupId": 50, + "instId": 400001, + "pos": { + "x": 60710, + "y": -29462, + "z": -46900 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 51, + "instId": 300001, + "propState": 101, + "pos": { + "x": -4660, + "y": -31213, + "z": -8960 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "52": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 52, + "instId": 300001, + "propState": 0, + "pos": { + "x": -9450, + "y": -31213, + "z": -14690 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 52, + "instId": 300003, + "propState": 0, + "pos": { + "x": -9450, + "y": -31213, + "z": -14690 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 53, + "instId": 300001, + "propState": 101, + "pos": { + "x": 64340, + "y": -29462, + "z": -40910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 54, + "instId": 300001, + "propState": 0, + "pos": { + "x": 60710, + "y": -29462, + "z": -43910 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300003, + "propState": 0, + "pos": { + "x": 60710, + "y": -29462, + "z": -43910 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 129010, + "y": 8008, + "z": -2270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 0, + "pos": { + "x": 130010, + "y": 8008, + "z": -2270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [ + { + "groupId": 56, + "instId": 400001, + "pos": { + "x": 131817, + "y": 8008, + "z": -8915 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 56, + "instId": 300001, + "propState": 1, + "pos": { + "x": 129479, + "y": 8008, + "z": -9833 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1002 + } + ], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -5220, + "y": -31213, + "z": -56710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 0, + "pos": { + "x": -4220, + "y": -31213, + "z": -56710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300004, + "propState": 0, + "pos": { + "x": -4720, + "y": -31213, + "z": -57710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300005, + "propState": 0, + "pos": { + "x": -610, + "y": -31055, + "z": -46650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300006, + "propState": 0, + "pos": { + "x": -1110, + "y": -31055, + "z": -47650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300007, + "propState": 0, + "pos": { + "x": -110, + "y": -31055, + "z": -47650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 103530, + "y": -28131, + "z": -141610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 0, + "pos": { + "x": 112191, + "y": -28131, + "z": -151980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300005, + "propState": 0, + "pos": { + "x": 109530, + "y": -28131, + "z": -141610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300006, + "propState": 0, + "pos": { + "x": 104370, + "y": -28131, + "z": -141610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300007, + "propState": 0, + "pos": { + "x": 112170, + "y": -28131, + "z": -151045 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300008, + "propState": 0, + "pos": { + "x": 110400, + "y": -28131, + "z": -141610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [ + { + "groupId": 59, + "instId": 400001, + "pos": { + "x": 116530, + "y": -28070, + "z": -147610 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -6790, + "y": -31213, + "z": -47610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300004, + "propState": 0, + "pos": { + "x": -3790, + "y": -31213, + "z": -53610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300005, + "propState": 0, + "pos": { + "x": -790, + "y": -31055, + "z": -47610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300006, + "propState": 0, + "pos": { + "x": -5950, + "y": -31213, + "z": -47610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300007, + "propState": 0, + "pos": { + "x": -3009, + "y": -31055, + "z": -53610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300008, + "propState": 0, + "pos": { + "x": 80, + "y": -31055, + "z": -47610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [ + { + "groupId": 61, + "instId": 400001, + "pos": { + "x": 6210, + "y": -31210, + "z": -53610 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 55180, + "y": -31263, + "z": -149580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 62, + "instId": 300004, + "propState": 0, + "pos": { + "x": 61180, + "y": -31263, + "z": -146580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 62, + "instId": 300005, + "propState": 0, + "pos": { + "x": 55180, + "y": -31263, + "z": -143580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 62, + "instId": 300006, + "propState": 0, + "pos": { + "x": 55180, + "y": -31263, + "z": -148740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 62, + "instId": 300007, + "propState": 0, + "pos": { + "x": 61180, + "y": -31263, + "z": -145799 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 62, + "instId": 300008, + "propState": 0, + "pos": { + "x": 55180, + "y": -31263, + "z": -142710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300001, + "propState": 0, + "pos": { + "x": 61180, + "y": -31263, + "z": -136580 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 0, + "pos": { + "x": 58180, + "y": -31263, + "z": -136580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -5700, + "y": -31213, + "z": -16700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 65, + "instId": 300004, + "propState": 0, + "pos": { + "x": -14050, + "y": -31213, + "z": -19700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 65, + "instId": 300005, + "propState": 0, + "pos": { + "x": -5700, + "y": -31046, + "z": -22700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 65, + "instId": 300006, + "propState": 0, + "pos": { + "x": -5700, + "y": -31213, + "z": -17540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 65, + "instId": 300007, + "propState": 0, + "pos": { + "x": -14050, + "y": -31213, + "z": -20481 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 65, + "instId": 300008, + "propState": 0, + "pos": { + "x": -5700, + "y": -31046, + "z": -23570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 0, + "pos": { + "x": -14050, + "y": -31213, + "z": -29700 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 0, + "pos": { + "x": -11050, + "y": -31213, + "z": -29700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 0, + "pos": { + "x": 25900, + "y": -31046, + "z": -23340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 0, + "pos": { + "x": 51170, + "y": -31213, + "z": -25960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 0, + "pos": { + "x": 54362, + "y": -29462, + "z": -44047 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 38351, + "y": -31213, + "z": -25700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 0, + "pos": { + "x": 28539, + "y": -31213, + "z": -27565 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 0, + "pos": { + "x": 28380, + "y": -31055, + "z": -32630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 0, + "pos": { + "x": 38351, + "y": -31213, + "z": -26540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300007, + "propState": 0, + "pos": { + "x": 28539, + "y": -31213, + "z": -28346 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300008, + "propState": 0, + "pos": { + "x": 28380, + "y": -31055, + "z": -33500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 38900, + "y": -31213, + "z": -32060 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 0, + "pos": { + "x": 38900, + "y": -31213, + "z": -31060 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 69, + "instId": 300004, + "propState": 0, + "pos": { + "x": 39900, + "y": -31213, + "z": -31560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 69, + "instId": 300005, + "propState": 0, + "pos": { + "x": 31900, + "y": -31213, + "z": -31560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 69, + "instId": 300006, + "propState": 0, + "pos": { + "x": 32900, + "y": -31213, + "z": -32060 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 69, + "instId": 300007, + "propState": 0, + "pos": { + "x": 32900, + "y": -31213, + "z": -31060 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 70, + "instId": 300001, + "propState": 0, + "pos": { + "x": 32900, + "y": -31213, + "z": -37560 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 0, + "pos": { + "x": 35900, + "y": -31213, + "z": -37560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 71, + "instId": 300001, + "propState": 0, + "pos": { + "x": 38900, + "y": -31055, + "z": -35520 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 111030, + "y": -28131, + "z": -142250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300003, + "propState": 0, + "pos": { + "x": 110030, + "y": -28131, + "z": -142250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300004, + "propState": 0, + "pos": { + "x": 110530, + "y": -28131, + "z": -141250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300005, + "propState": 0, + "pos": { + "x": 106950, + "y": -28131, + "z": -149250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300006, + "propState": 0, + "pos": { + "x": 107450, + "y": -28131, + "z": -148250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300007, + "propState": 0, + "pos": { + "x": 106450, + "y": -28131, + "z": -148250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 38083, + "y": -31055, + "z": -30476 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 0, + "pos": { + "x": 27600, + "y": -31213, + "z": -25730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 0, + "pos": { + "x": 37030, + "y": -31213, + "z": -28730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 73, + "instId": 300005, + "propState": 0, + "pos": { + "x": 38083, + "y": -31055, + "z": -31316 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 73, + "instId": 300006, + "propState": 0, + "pos": { + "x": 27600, + "y": -31213, + "z": -26511 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 73, + "instId": 300007, + "propState": 0, + "pos": { + "x": 37030, + "y": -31163, + "z": -29600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 0, + "pos": { + "x": 28420, + "y": -31046, + "z": -22960 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 0, + "pos": { + "x": 28420, + "y": -31046, + "z": -22960 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [ + { + "groupId": 75, + "instId": 400001, + "pos": { + "x": 132270, + "y": 8008, + "z": -3060 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [ + { + "groupId": 76, + "instId": 400001, + "pos": { + "x": -3030, + "y": -31213, + "z": -11800 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 77, + "instId": 300001, + "propState": 0, + "pos": { + "x": 118170, + "y": -28127, + "z": -115080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 128070, + "y": -28127, + "z": -111512 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300004, + "propState": 0, + "pos": { + "x": 131070, + "y": -28127, + "z": -117512 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300005, + "propState": 0, + "pos": { + "x": 134070, + "y": -28127, + "z": -111512 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300006, + "propState": 0, + "pos": { + "x": 128910, + "y": -28127, + "z": -111512 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300007, + "propState": 0, + "pos": { + "x": 131851, + "y": -28127, + "z": -117512 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300008, + "propState": 0, + "pos": { + "x": 134940, + "y": -28127, + "z": -111512 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 0, + "pos": { + "x": 145180, + "y": -28127, + "z": -117512 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 0, + "pos": { + "x": 145180, + "y": -28127, + "z": -114512 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300001, + "propState": 0, + "pos": { + "x": 141070, + "y": -28127, + "z": -111512 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 130710, + "y": 604, + "z": -45520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 81, + "instId": 300004, + "propState": 0, + "pos": { + "x": 112910, + "y": 604, + "z": -48280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 81, + "instId": 300005, + "propState": 0, + "pos": { + "x": 120590, + "y": 604, + "z": -30220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 81, + "instId": 300006, + "propState": 0, + "pos": { + "x": 131550, + "y": 604, + "z": -45520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 81, + "instId": 300007, + "propState": 0, + "pos": { + "x": 113691, + "y": 604, + "z": -48280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 81, + "instId": 300008, + "propState": 0, + "pos": { + "x": 121460, + "y": 604, + "z": -30220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 82, + "instId": 300001, + "propState": 0, + "pos": { + "x": 137440, + "y": 604, + "z": -44205 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 0, + "pos": { + "x": 137440, + "y": 604, + "z": -41205 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 83, + "instId": 300001, + "propState": 0, + "pos": { + "x": 126730, + "y": 706, + "z": -38205 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 84, + "instId": 300001, + "propState": 0, + "pos": { + "x": 113490, + "y": 706, + "z": -38205 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [ + { + "groupId": 85, + "instId": 400001, + "pos": { + "x": 60250, + "y": -29462, + "z": -48110 + }, + "rot": { + "x": 0, + "y": 298238, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [ + { + "groupId": 86, + "instId": 400001, + "pos": { + "x": 61330, + "y": -29462, + "z": -44480 + }, + "rot": { + "x": 0, + "y": 271271, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [ + { + "groupId": 87, + "instId": 400001, + "pos": { + "x": 60650, + "y": -29462, + "z": -40780 + }, + "rot": { + "x": 0, + "y": 241118, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "88": { + "monsters": [], + "npcs": [ + { + "groupId": 88, + "instId": 400001, + "pos": { + "x": 60710, + "y": -29462, + "z": -46220 + }, + "rot": { + "x": 0, + "y": 295757, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "89": { + "monsters": [], + "npcs": [ + { + "groupId": 89, + "instId": 400001, + "pos": { + "x": 60710, + "y": -29462, + "z": -42460 + }, + "rot": { + "x": 0, + "y": 246826, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [ + { + "groupId": 90, + "instId": 400001, + "pos": { + "x": -980, + "y": -31160, + "z": -14690 + }, + "rot": { + "x": 0, + "y": 205750, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [ + { + "groupId": 91, + "instId": 400001, + "pos": { + "x": -4860, + "y": -31160, + "z": -13540 + }, + "rot": { + "x": 0, + "y": 180568, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [ + { + "groupId": 92, + "instId": 400001, + "pos": { + "x": -9130, + "y": -31160, + "z": -14360 + }, + "rot": { + "x": 0, + "y": 149683, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [ + { + "groupId": 93, + "instId": 400001, + "pos": { + "x": -7020, + "y": -31160, + "z": -14690 + }, + "rot": { + "x": 0, + "y": 158351, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [ + { + "groupId": 94, + "instId": 400001, + "pos": { + "x": -3170, + "y": -31160, + "z": -14690 + }, + "rot": { + "x": 0, + "y": 209743, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8020901": { + "P80209_F80209001": { + "scenes": { + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 0, + "pos": { + "x": 36497, + "y": 53852, + "z": 2060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 0, + "pos": { + "x": 35028, + "y": 53852, + "z": 84255 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 0, + "pos": { + "x": 69782, + "y": 60472, + "z": 55375 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 101, + "pos": { + "x": 44720, + "y": 60356, + "z": 47180 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 0, + "pos": { + "x": 40010, + "y": 60356, + "z": 42330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 0, + "pos": { + "x": 40010, + "y": 60356, + "z": 42330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300002, + "propState": 0, + "pos": { + "x": 40010, + "y": 60356, + "z": 42330 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 0, + "pos": { + "x": 40010, + "y": 60356, + "z": 42330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": -128500, + "y": 47886, + "z": 19230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 101, + "pos": { + "x": -133320, + "y": 47886, + "z": 46230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [ + { + "groupId": 35, + "instId": 400001, + "pos": { + "x": -129320, + "y": 47886, + "z": 39230 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -130067, + "y": 47886, + "z": 29119 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 0, + "pos": { + "x": -129161, + "y": 47886, + "z": 28700 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 0, + "pos": { + "x": -129236, + "y": 47886, + "z": 29672 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102005 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 0, + "pos": { + "x": -128500, + "y": 47886, + "z": 19230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -125890, + "y": 47886, + "z": -420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 0, + "pos": { + "x": -125890, + "y": 47886, + "z": 580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [ + { + "groupId": 39, + "instId": 400001, + "pos": { + "x": -131480, + "y": 47886, + "z": -3905 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 39, + "instId": 300001, + "propState": 1, + "pos": { + "x": -132327, + "y": 47886, + "z": 799 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1002 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 40, + "instId": 300002, + "propState": 0, + "pos": { + "x": -84830, + "y": 49950, + "z": -3720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -73500, + "y": 49950, + "z": 1500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 0, + "pos": { + "x": -73500, + "y": 49950, + "z": 500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [ + { + "groupId": 42, + "instId": 400001, + "pos": { + "x": -72330, + "y": 49950, + "z": 7630 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "pos": { + "x": -66160, + "y": 49950, + "z": 5207 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 0, + "pos": { + "x": -66160, + "y": 49950, + "z": 4207 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 43, + "instId": 300001, + "propState": 0, + "pos": { + "x": -64962, + "y": 53256, + "z": -20000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 0, + "pos": { + "x": -46348, + "y": 50001, + "z": 4076 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 44, + "instId": 300001, + "propState": 101, + "pos": { + "x": -29670, + "y": 50046, + "z": -18250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 45, + "instId": 300001, + "propState": 0, + "pos": { + "x": -35670, + "y": 50046, + "z": -23090 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 0, + "pos": { + "x": -35670, + "y": 50046, + "z": -23090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [ + { + "groupId": 46, + "instId": 400001, + "pos": { + "x": -35670, + "y": 50046, + "z": -23090 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -48670, + "y": 50046, + "z": -17090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 0, + "pos": { + "x": -45670, + "y": 50046, + "z": -23090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 0, + "pos": { + "x": -42670, + "y": 50046, + "z": -17090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 0, + "pos": { + "x": -47830, + "y": 50046, + "z": -17090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 47, + "instId": 300007, + "propState": 0, + "pos": { + "x": -44889, + "y": 50046, + "z": -23090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 47, + "instId": 300008, + "propState": 0, + "pos": { + "x": -41800, + "y": 50046, + "z": -17090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -46076, + "y": 49950, + "z": -5980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300004, + "propState": 0, + "pos": { + "x": -52076, + "y": 49950, + "z": -8980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300005, + "propState": 0, + "pos": { + "x": -46076, + "y": 49950, + "z": -11980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300006, + "propState": 0, + "pos": { + "x": -46076, + "y": 49950, + "z": -6820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300007, + "propState": 0, + "pos": { + "x": -52076, + "y": 49950, + "z": -9761 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300008, + "propState": 0, + "pos": { + "x": -46076, + "y": 49950, + "z": -12850 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -46076, + "y": 50046, + "z": -17970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300003, + "propState": 0, + "pos": { + "x": -46076, + "y": 50046, + "z": -16970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300004, + "propState": 0, + "pos": { + "x": -45076, + "y": 50046, + "z": -17470 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300005, + "propState": 0, + "pos": { + "x": -53076, + "y": 49950, + "z": -12980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300006, + "propState": 0, + "pos": { + "x": -52076, + "y": 49950, + "z": -13480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 49, + "instId": 300007, + "propState": 0, + "pos": { + "x": -52076, + "y": 49950, + "z": -12480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300001, + "propState": 0, + "pos": { + "x": -52076, + "y": 49950, + "z": -22690 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 0, + "pos": { + "x": -49076, + "y": 50001, + "z": -22690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 51, + "instId": 300001, + "propState": 0, + "pos": { + "x": -46076, + "y": 50046, + "z": -18960 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "52": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 52, + "instId": 300001, + "propState": 0, + "pos": { + "x": 50480, + "y": 45906, + "z": -60211 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 54, + "instId": 300001, + "propState": 0, + "pos": { + "x": 21360, + "y": 43257, + "z": -51160 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 0, + "pos": { + "x": 21360, + "y": 43257, + "z": -51160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 34360, + "y": 43155, + "z": -57160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300004, + "propState": 0, + "pos": { + "x": 31360, + "y": 43155, + "z": -51160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300005, + "propState": 0, + "pos": { + "x": 28360, + "y": 43159, + "z": -57160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300006, + "propState": 0, + "pos": { + "x": 33520, + "y": 43155, + "z": -57160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300007, + "propState": 0, + "pos": { + "x": 30579, + "y": 43155, + "z": -51160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300008, + "propState": 0, + "pos": { + "x": 27490, + "y": 43159, + "z": -57160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [ + { + "groupId": 56, + "instId": 400001, + "pos": { + "x": 21360, + "y": 43257, + "z": -51160 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 17145, + "y": 43159, + "z": -76110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300004, + "propState": 0, + "pos": { + "x": 23145, + "y": 43257, + "z": -73110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300005, + "propState": 0, + "pos": { + "x": 17145, + "y": 43159, + "z": -70110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300006, + "propState": 0, + "pos": { + "x": 17145, + "y": 43159, + "z": -75270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300007, + "propState": 0, + "pos": { + "x": 23145, + "y": 43257, + "z": -72329 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300008, + "propState": 0, + "pos": { + "x": 17145, + "y": 43159, + "z": -69240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": 23145, + "y": 43257, + "z": -60470 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "pos": { + "x": 20145, + "y": 43257, + "z": -60470 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 17145, + "y": 43159, + "z": -64200 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 13680, + "y": 43157, + "z": -62530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300003, + "propState": 0, + "pos": { + "x": 13680, + "y": 43157, + "z": -63530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300004, + "propState": 0, + "pos": { + "x": 12680, + "y": 43156, + "z": -63030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300005, + "propState": 0, + "pos": { + "x": 20680, + "y": 43257, + "z": -69110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300006, + "propState": 0, + "pos": { + "x": 19680, + "y": 43161, + "z": -68610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300007, + "propState": 0, + "pos": { + "x": 19680, + "y": 43161, + "z": -69610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 62, + "instId": 300001, + "propState": 0, + "pos": { + "x": -30980, + "y": 49900, + "z": 42340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300001, + "propState": 101, + "pos": { + "x": 13051, + "y": 49880, + "z": 45440 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -5949, + "y": 51035, + "z": 45440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 0, + "pos": { + "x": -2949, + "y": 50602, + "z": 39440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 64, + "instId": 300004, + "propState": 0, + "pos": { + "x": 51, + "y": 50007, + "z": 39710 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 64, + "instId": 300005, + "propState": 0, + "pos": { + "x": -5109, + "y": 50942, + "z": 45440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 64, + "instId": 300006, + "propState": 0, + "pos": { + "x": -2168, + "y": 50471, + "z": 39440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 64, + "instId": 300007, + "propState": 0, + "pos": { + "x": 921, + "y": 49923, + "z": 39710 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 65, + "instId": 300001, + "propState": 0, + "pos": { + "x": 7051, + "y": 49880, + "z": 42770 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300003, + "propState": 0, + "pos": { + "x": 7051, + "y": 49880, + "z": 42770 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -46420, + "y": 53127, + "z": 169200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 0, + "pos": { + "x": -43420, + "y": 53127, + "z": 161210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 70, + "instId": 300005, + "propState": 0, + "pos": { + "x": -40420, + "y": 53176, + "z": 169200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 0, + "pos": { + "x": -45580, + "y": 53176, + "z": 169200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 70, + "instId": 300007, + "propState": 0, + "pos": { + "x": -42639, + "y": 53176, + "z": 161210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 70, + "instId": 300008, + "propState": 0, + "pos": { + "x": -39550, + "y": 53176, + "z": 169200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -38920, + "y": 53176, + "z": 169790 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39920, + "y": 53176, + "z": 169790 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 0, + "pos": { + "x": -39420, + "y": 53176, + "z": 170790 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 71, + "instId": 300005, + "propState": 0, + "pos": { + "x": -42050, + "y": 53127, + "z": 160560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 71, + "instId": 300006, + "propState": 0, + "pos": { + "x": -41550, + "y": 53176, + "z": 161560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 71, + "instId": 300007, + "propState": 0, + "pos": { + "x": -42550, + "y": 53176, + "z": 161560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [ + { + "groupId": 72, + "instId": 400001, + "pos": { + "x": -33420, + "y": 53090, + "z": 161210 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300001, + "propState": 0, + "pos": { + "x": -33420, + "y": 53090, + "z": 161210 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 0, + "pos": { + "x": -33420, + "y": 53090, + "z": 164210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 0, + "pos": { + "x": -82535, + "y": 53142, + "z": 149072 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -72617, + "y": 47313, + "z": 127430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 75, + "instId": 300004, + "propState": 0, + "pos": { + "x": -81763, + "y": 47313, + "z": 136796 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 75, + "instId": 300005, + "propState": 0, + "pos": { + "x": -92513, + "y": 47313, + "z": 130950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 75, + "instId": 300006, + "propState": 0, + "pos": { + "x": -86046, + "y": 47313, + "z": 147592 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 75, + "instId": 300007, + "propState": 0, + "pos": { + "x": -76398, + "y": 47313, + "z": 133430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 75, + "instId": 300008, + "propState": 0, + "pos": { + "x": -79487, + "y": 47313, + "z": 127430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 76, + "instId": 300001, + "propState": 0, + "pos": { + "x": -86710, + "y": 47313, + "z": 156360 + }, + "rot": { + "x": 0, + "y": 195502, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 76, + "instId": 300002, + "propState": 0, + "pos": { + "x": -89710, + "y": 47313, + "z": 156386 + }, + "rot": { + "x": 0, + "y": 180502, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 77, + "instId": 300001, + "propState": 0, + "pos": { + "x": -85617, + "y": 47313, + "z": 127430 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": -94118, + "y": 47313, + "z": 144867 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 0, + "pos": { + "x": -79050, + "y": 53306, + "z": 99170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 79, + "instId": 300003, + "propState": 0, + "pos": { + "x": -82535, + "y": 53142, + "z": 149072 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -74347, + "y": 53090, + "z": 140949 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 80, + "instId": 300004, + "propState": 0, + "pos": { + "x": -69754, + "y": 53254, + "z": 120119 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 80, + "instId": 300005, + "propState": 0, + "pos": { + "x": -73623, + "y": 54906, + "z": 126863 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 80, + "instId": 300006, + "propState": 0, + "pos": { + "x": -78410, + "y": 53090, + "z": 148290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 80, + "instId": 300007, + "propState": 0, + "pos": { + "x": -68930, + "y": 53090, + "z": 147151 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 80, + "instId": 300008, + "propState": 0, + "pos": { + "x": -74870, + "y": 53254, + "z": 120354 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 81, + "instId": 300001, + "propState": 0, + "pos": { + "x": -71200, + "y": 53090, + "z": 155550 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 0, + "pos": { + "x": -74200, + "y": 53090, + "z": 155550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 82, + "instId": 300001, + "propState": 0, + "pos": { + "x": -76200, + "y": 53090, + "z": 152880 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 83, + "instId": 300001, + "propState": 0, + "pos": { + "x": -82050, + "y": 53254, + "z": 122170 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 84, + "instId": 300003, + "propState": 0, + "pos": { + "x": -79050, + "y": 53306, + "z": 99170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -76290, + "y": 49950, + "z": 85283 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 85, + "instId": 300004, + "propState": 0, + "pos": { + "x": -82290, + "y": 49950, + "z": 82283 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 85, + "instId": 300005, + "propState": 0, + "pos": { + "x": -76290, + "y": 49950, + "z": 79283 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 85, + "instId": 300006, + "propState": 0, + "pos": { + "x": -76290, + "y": 49950, + "z": 84443 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 85, + "instId": 300007, + "propState": 0, + "pos": { + "x": -82290, + "y": 49950, + "z": 81502 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 85, + "instId": 300008, + "propState": 0, + "pos": { + "x": -76290, + "y": 49950, + "z": 78413 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [ + { + "groupId": 86, + "instId": 400001, + "pos": { + "x": -82290, + "y": 49950, + "z": 72283 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 87, + "instId": 300001, + "propState": 0, + "pos": { + "x": -82290, + "y": 49950, + "z": 72283 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300002, + "propState": 0, + "pos": { + "x": -79290, + "y": 49950, + "z": 72283 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "88": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 88, + "instId": 300001, + "propState": 0, + "pos": { + "x": 44471, + "y": 46974, + "z": 143130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 0, + "pos": { + "x": 89205, + "y": 50170, + "z": 126087 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "89": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 58940, + "y": 43649, + "z": 145470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300004, + "propState": 0, + "pos": { + "x": 61940, + "y": 43649, + "z": 139470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300005, + "propState": 0, + "pos": { + "x": 64940, + "y": 43649, + "z": 145470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300006, + "propState": 0, + "pos": { + "x": 59780, + "y": 43649, + "z": 145470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300007, + "propState": 0, + "pos": { + "x": 62721, + "y": 43649, + "z": 139470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300008, + "propState": 0, + "pos": { + "x": 65810, + "y": 43649, + "z": 145470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [ + { + "groupId": 90, + "instId": 400001, + "pos": { + "x": 71940, + "y": 43649, + "z": 139470 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 91, + "instId": 300001, + "propState": 0, + "pos": { + "x": 71940, + "y": 43649, + "z": 139470 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300002, + "propState": 0, + "pos": { + "x": 71940, + "y": 43649, + "z": 142470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [ + { + "groupId": 92, + "instId": 400001, + "pos": { + "x": -126510, + "y": 47886, + "z": -4150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [ + { + "groupId": 93, + "instId": 400001, + "pos": { + "x": -67510, + "y": 49950, + "z": 7840 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 94, + "instId": 300001, + "propState": 0, + "pos": { + "x": -42120, + "y": 49949, + "z": 98070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -44760, + "y": 49948, + "z": 120860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 95, + "instId": 300004, + "propState": 0, + "pos": { + "x": -50760, + "y": 49984, + "z": 117860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 95, + "instId": 300005, + "propState": 0, + "pos": { + "x": -44760, + "y": 49963, + "z": 114860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 95, + "instId": 300006, + "propState": 0, + "pos": { + "x": -44760, + "y": 49948, + "z": 120020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 95, + "instId": 300007, + "propState": 0, + "pos": { + "x": -50760, + "y": 50011, + "z": 117079 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 95, + "instId": 300008, + "propState": 0, + "pos": { + "x": -44760, + "y": 49963, + "z": 113990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": -50760, + "y": 49948, + "z": 107860 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300002, + "propState": 0, + "pos": { + "x": -47760, + "y": 49948, + "z": 107860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 51940, + "y": 43743, + "z": 189440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 98, + "instId": 300003, + "propState": 0, + "pos": { + "x": 50985, + "y": 43743, + "z": 189383 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [ + { + "groupId": 100, + "instId": 400002, + "pos": { + "x": 52940, + "y": 43743, + "z": 187750 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "101": { + "monsters": [], + "npcs": [ + { + "groupId": 101, + "instId": 400001, + "pos": { + "x": 52950, + "y": 43743, + "z": 181390 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 101, + "instId": 300001, + "propState": 1, + "pos": { + "x": 51170, + "y": 43743, + "z": 180361 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1002 + } + ], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [ + { + "groupId": 102, + "instId": 400001, + "pos": { + "x": 22360, + "y": 43257, + "z": -50920 + }, + "rot": { + "x": 0, + "y": 115551, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "103": { + "monsters": [], + "npcs": [ + { + "groupId": 103, + "instId": 400001, + "pos": { + "x": 21360, + "y": 43257, + "z": -55120 + }, + "rot": { + "x": 0, + "y": 89250, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "104": { + "monsters": [], + "npcs": [ + { + "groupId": 104, + "instId": 400001, + "pos": { + "x": 22280, + "y": 43257, + "z": -59330 + }, + "rot": { + "x": 0, + "y": 73437, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "105": { + "monsters": [], + "npcs": [ + { + "groupId": 105, + "instId": 400001, + "pos": { + "x": 21940, + "y": 43257, + "z": -53200 + }, + "rot": { + "x": 0, + "y": 106205, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "106": { + "monsters": [], + "npcs": [ + { + "groupId": 106, + "instId": 400001, + "pos": { + "x": 21940, + "y": 43257, + "z": -57140 + }, + "rot": { + "x": 0, + "y": 73551, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [ + { + "groupId": 107, + "instId": 400001, + "pos": { + "x": -33420, + "y": 53090, + "z": 162900 + }, + "rot": { + "x": 0, + "y": 291619, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [ + { + "groupId": 108, + "instId": 400001, + "pos": { + "x": -32870, + "y": 53090, + "z": 166841 + }, + "rot": { + "x": 0, + "y": 268581, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "109": { + "monsters": [], + "npcs": [ + { + "groupId": 109, + "instId": 400001, + "pos": { + "x": -33420, + "y": 53090, + "z": 171050 + }, + "rot": { + "x": 0, + "y": 249506, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "110": { + "monsters": [], + "npcs": [ + { + "groupId": 110, + "instId": 400001, + "pos": { + "x": -33420, + "y": 53090, + "z": 164740 + }, + "rot": { + "x": 0, + "y": 282273, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "111": { + "monsters": [], + "npcs": [ + { + "groupId": 111, + "instId": 400001, + "pos": { + "x": -33420, + "y": 53090, + "z": 169080 + }, + "rot": { + "x": 0, + "y": 249619, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8021001": { + "P80210_F80210001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": -35220, + "y": 1491, + "z": 11180 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 101, + "pos": { + "x": -5890, + "y": 1522, + "z": 19230 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": -11890, + "y": 1532, + "z": 14080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": -11890, + "y": 1532, + "z": 14080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -141950, + "y": 11839, + "z": 4740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": -199680, + "y": 15466, + "z": 4850 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -182320, + "y": 15709, + "z": 206 + }, + "rot": { + "x": 0, + "y": 66529, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": -181270, + "y": 15743, + "z": -330 + }, + "rot": { + "x": 0, + "y": 66529, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 0, + "pos": { + "x": -188989, + "y": 15709, + "z": -4452 + }, + "rot": { + "x": 0, + "y": 66529, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -189912, + "y": 15709, + "z": -3705 + }, + "rot": { + "x": 0, + "y": 66529, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 0, + "pos": { + "x": -180957, + "y": 15709, + "z": -1050 + }, + "rot": { + "x": 0, + "y": 66529, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 0, + "pos": { + "x": -188176, + "y": 15709, + "z": -4954 + }, + "rot": { + "x": 0, + "y": 66529, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": -298407, + "y": 3837, + "z": -185329 + }, + "rot": { + "x": 0, + "y": 156529, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": 22543, + "y": 6118, + "z": -96435 + }, + "rot": { + "x": 0, + "y": 66529, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": -318610, + "y": -30074, + "z": 16500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": -314290, + "y": -35386, + "z": 52830 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -318682, + "y": -35236, + "z": 33065 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": -318791, + "y": -35225, + "z": 34295 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 0, + "pos": { + "x": -309038, + "y": -35482, + "z": 31750 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": -311523, + "y": -35477, + "z": 31057 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 0, + "pos": { + "x": -319000, + "y": -35307, + "z": 35724 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 0, + "pos": { + "x": -310201, + "y": -35483, + "z": 31250 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": -308380, + "y": -35485, + "z": 40590 + }, + "rot": { + "x": 0, + "y": 199762, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": -308380, + "y": -35485, + "z": 40590 + }, + "rot": { + "x": 0, + "y": 199762, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": -351790, + "y": -37000, + "z": 25900 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": -395340, + "y": -34393, + "z": 21450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -366513, + "y": -37076, + "z": 27230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 0, + "pos": { + "x": -369038, + "y": -37051, + "z": 17510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 0, + "pos": { + "x": -370017, + "y": -37091, + "z": 17550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": -367500, + "y": -37106, + "z": 27230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 0, + "pos": { + "x": -365466, + "y": -37000, + "z": 27250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 0, + "pos": { + "x": -367987, + "y": -37040, + "z": 17550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [ + { + "groupId": 17, + "instId": 400001, + "pos": { + "x": -374790, + "y": -36980, + "z": 24258 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 101, + "pos": { + "x": -383260, + "y": -36994, + "z": -17220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [ + { + "groupId": 19, + "instId": 400001, + "pos": { + "x": -378260, + "y": -36969, + "z": -12220 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -368162, + "y": -36969, + "z": -12134 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 0, + "pos": { + "x": -368725, + "y": -36969, + "z": -11478 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 19, + "instId": 300005, + "propState": 0, + "pos": { + "x": -367890, + "y": -36969, + "z": -11546 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102005 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -368765, + "y": -37065, + "z": 27230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 0, + "pos": { + "x": -366790, + "y": -37043, + "z": 17510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 20, + "instId": 300004, + "propState": 0, + "pos": { + "x": -367769, + "y": -37039, + "z": 17550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 20, + "instId": 300005, + "propState": 0, + "pos": { + "x": -366735, + "y": -37086, + "z": 27230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 20, + "instId": 300006, + "propState": 0, + "pos": { + "x": -367718, + "y": -37113, + "z": 27250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 20, + "instId": 300007, + "propState": 0, + "pos": { + "x": -365740, + "y": -37004, + "z": 17550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": -361960, + "y": -36980, + "z": 23260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11780, + "y": 147, + "z": 157590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": -425960, + "y": -44510, + "z": 115420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": -404500, + "y": -44510, + "z": 60750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -410518, + "y": -45811, + "z": 78967 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 0, + "pos": { + "x": -400138, + "y": -44829, + "z": 96282 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 0, + "pos": { + "x": -410750, + "y": -44407, + "z": 120250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 0, + "pos": { + "x": -398750, + "y": -44510, + "z": 105500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 0, + "pos": { + "x": -409037, + "y": -44510, + "z": 102675 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 0, + "pos": { + "x": -400749, + "y": -44510, + "z": 124379 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": -408650, + "y": -44510, + "z": 130050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 0, + "pos": { + "x": -408650, + "y": -44510, + "z": 130050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": -395500, + "y": -39439, + "z": -67220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": -404258, + "y": -39341, + "z": -75061 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 0, + "pos": { + "x": -404471, + "y": -36870, + "z": -33230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -401000, + "y": -39439, + "z": -59250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300004, + "propState": 0, + "pos": { + "x": -401000, + "y": -39439, + "z": -58000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 0, + "pos": { + "x": -401000, + "y": -39439, + "z": -60500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 0, + "pos": { + "x": -408250, + "y": -39439, + "z": -53500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300006, + "propState": 0, + "pos": { + "x": -408250, + "y": -39439, + "z": -52250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300007, + "propState": 0, + "pos": { + "x": -408250, + "y": -39439, + "z": -54750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [ + { + "groupId": 28, + "instId": 400001, + "pos": { + "x": -406470, + "y": -39439, + "z": -66280 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 0, + "pos": { + "x": -464180, + "y": -44480, + "z": 82550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 0, + "pos": { + "x": -468776, + "y": -44549, + "z": 50039 + }, + "rot": { + "x": 0, + "y": 211606, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -460500, + "y": -44480, + "z": 69000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300004, + "propState": 0, + "pos": { + "x": -460010, + "y": -44480, + "z": 68037 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300005, + "propState": 0, + "pos": { + "x": -459500, + "y": -44480, + "z": 69094 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 0, + "pos": { + "x": -468180, + "y": -44525, + "z": 68160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 0, + "pos": { + "x": -468250, + "y": -44575, + "z": 70250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300007, + "propState": 0, + "pos": { + "x": -468250, + "y": -44588, + "z": 69094 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [ + { + "groupId": 31, + "instId": 400001, + "pos": { + "x": -466180, + "y": -44480, + "z": 59550 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": -465730, + "y": -51245, + "z": -64850 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 0, + "pos": { + "x": -499460, + "y": -51140, + "z": -46670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -490860, + "y": -51245, + "z": -60498 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 0, + "pos": { + "x": -490091, + "y": -51245, + "z": -60500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 0, + "pos": { + "x": -483131, + "y": -46236, + "z": 28130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 0, + "pos": { + "x": -504646, + "y": -50643, + "z": 3158 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 37, + "instId": 300003, + "propState": 0, + "pos": { + "x": -525900, + "y": -51245, + "z": 4880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 46, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 0, + "pos": { + "x": -11890, + "y": 1532, + "z": 14080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "47": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300002, + "propState": 0, + "pos": { + "x": -404000, + "y": -44430, + "z": 116500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300001, + "propState": 0, + "pos": { + "x": -405074, + "y": -44773, + "z": 97000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 0, + "pos": { + "x": -397750, + "y": -44510, + "z": 103250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 0, + "pos": { + "x": -420000, + "y": -44510, + "z": 126443 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -404630, + "y": -44773, + "z": 97000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 913 + }, + { + "groupId": 49, + "instId": 300006, + "propState": 0, + "pos": { + "x": -400839, + "y": -45136, + "z": 92345 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 49, + "instId": 300007, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 51, + "instId": 300002, + "propState": 0, + "pos": { + "x": -395340, + "y": -34393, + "z": -12000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300001, + "propState": 0, + "pos": { + "x": -408650, + "y": -44894, + "z": 89050 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 57, + "instId": 300001, + "propState": 0, + "pos": { + "x": -402650, + "y": -44510, + "z": 108460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [ + { + "groupId": 58, + "instId": 400001, + "pos": { + "x": -495350, + "y": -51245, + "z": -52970 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 1, + "pos": { + "x": -489777, + "y": -51245, + "z": -52366 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1002 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [ + { + "groupId": 59, + "instId": 400002, + "pos": { + "x": -495350, + "y": -51327, + "z": -58970 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 60, + "instId": 300001, + "propState": 101, + "pos": { + "x": -492391, + "y": -51245, + "z": 16833 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -508401, + "y": -51245, + "z": 17833 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300004, + "propState": 0, + "pos": { + "x": -505401, + "y": -51245, + "z": 11833 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300005, + "propState": 0, + "pos": { + "x": -502401, + "y": -51159, + "z": 17833 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300006, + "propState": 0, + "pos": { + "x": -507561, + "y": -51171, + "z": 17833 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300007, + "propState": 0, + "pos": { + "x": -504620, + "y": -51245, + "z": 11833 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300008, + "propState": 0, + "pos": { + "x": -501531, + "y": -51159, + "z": 17833 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 62, + "instId": 300001, + "propState": 0, + "pos": { + "x": -496210, + "y": -51245, + "z": 14833 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300003, + "propState": 0, + "pos": { + "x": -496210, + "y": -51245, + "z": 14833 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [ + { + "groupId": 63, + "instId": 400001, + "pos": { + "x": -498360, + "y": -51147, + "z": 11833 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 68, + "instId": 300001, + "propState": 0, + "pos": { + "x": -104960, + "y": 8043, + "z": -1419 + }, + "rot": { + "x": 0, + "y": 6185, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 0, + "pos": { + "x": -94650, + "y": 4561, + "z": -6447 + }, + "rot": { + "x": 0, + "y": 85427, + "z": 0 + }, + "propId": 137 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -104268, + "y": 2795, + "z": -34210 + }, + "rot": { + "x": 0, + "y": 269789, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 0, + "pos": { + "x": -105017, + "y": 2883, + "z": -34223 + }, + "rot": { + "x": 0, + "y": 269789, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [ + { + "groupId": 70, + "instId": 400001, + "pos": { + "x": -102456, + "y": 2452, + "z": -39933 + }, + "rot": { + "x": 0, + "y": 299789, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 70, + "instId": 300001, + "propState": 1, + "pos": { + "x": -104800, + "y": 2576, + "z": -40716 + }, + "rot": { + "x": 0, + "y": 329789, + "z": 0 + }, + "propId": 1002 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [ + { + "groupId": 71, + "instId": 400002, + "pos": { + "x": -102004, + "y": 2725, + "z": -35261 + }, + "rot": { + "x": 0, + "y": 269789, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 0, + "pos": { + "x": -250928, + "y": -9266, + "z": 5304 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 0, + "pos": { + "x": -285278, + "y": -16009, + "z": 5010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300001, + "propState": 101, + "pos": { + "x": -277800, + "y": -14384, + "z": 3304 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -270000, + "y": -14292, + "z": 9250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 0, + "pos": { + "x": -269000, + "y": -14292, + "z": 9250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 0, + "pos": { + "x": -269500, + "y": -14292, + "z": 8250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 0, + "pos": { + "x": -267928, + "y": -14292, + "z": 9304 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 0, + "pos": { + "x": -268428, + "y": -14292, + "z": 8304 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 74, + "instId": 300007, + "propState": 0, + "pos": { + "x": -267428, + "y": -14292, + "z": 8304 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 75, + "instId": 300001, + "propState": 0, + "pos": { + "x": -273928, + "y": -14292, + "z": 5304 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300003, + "propState": 0, + "pos": { + "x": -273928, + "y": -14292, + "z": 5304 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 76, + "instId": 300001, + "propState": 0, + "pos": { + "x": -285278, + "y": -16009, + "z": 5010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 76, + "instId": 300002, + "propState": 0, + "pos": { + "x": -318750, + "y": -29356, + "z": -5500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 76, + "instId": 300003, + "propState": 0, + "pos": { + "x": -318610, + "y": -30074, + "z": 16500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -318330, + "y": -29329, + "z": 7750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 77, + "instId": 300004, + "propState": 0, + "pos": { + "x": -321190, + "y": -29329, + "z": 2380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 77, + "instId": 300005, + "propState": 0, + "pos": { + "x": -300980, + "y": -23630, + "z": 2054 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 77, + "instId": 300006, + "propState": 0, + "pos": { + "x": -319170, + "y": -29329, + "z": 7750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 77, + "instId": 300007, + "propState": 0, + "pos": { + "x": -321971, + "y": -29329, + "z": 2380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 77, + "instId": 300008, + "propState": 0, + "pos": { + "x": -301850, + "y": -24091, + "z": 2054 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": -327000, + "y": -29427, + "z": 8054 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 0, + "pos": { + "x": -327000, + "y": -29427, + "z": 5054 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 0, + "pos": { + "x": -307200, + "y": -26900, + "z": 7533 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300001, + "propState": 0, + "pos": { + "x": -316610, + "y": -29329, + "z": 2054 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 81, + "instId": 300001, + "propState": 0, + "pos": { + "x": -374790, + "y": -37000, + "z": 26258 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 0, + "pos": { + "x": -374790, + "y": -37000, + "z": 23258 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 82, + "instId": 300001, + "propState": 0, + "pos": { + "x": -371000, + "y": -37000, + "z": 20258 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 87, + "instId": 300001, + "propState": 0, + "pos": { + "x": -392000, + "y": -29427, + "z": 5000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "88": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -381020, + "y": -29427, + "z": 7696 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300004, + "propState": 0, + "pos": { + "x": -378020, + "y": -29427, + "z": 1696 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300005, + "propState": 0, + "pos": { + "x": -375020, + "y": -29427, + "z": 7696 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300006, + "propState": 0, + "pos": { + "x": -380180, + "y": -29427, + "z": 7696 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300007, + "propState": 0, + "pos": { + "x": -377239, + "y": -29427, + "z": 1696 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300008, + "propState": 0, + "pos": { + "x": -374150, + "y": -29427, + "z": 7696 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "89": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -375000, + "y": -29427, + "z": 750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300003, + "propState": 0, + "pos": { + "x": -376000, + "y": -29427, + "z": 750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300004, + "propState": 0, + "pos": { + "x": -375500, + "y": -29427, + "z": 1750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300005, + "propState": 0, + "pos": { + "x": -374020, + "y": -29427, + "z": 696 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300006, + "propState": 0, + "pos": { + "x": -373520, + "y": -29427, + "z": 1696 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 89, + "instId": 300007, + "propState": 0, + "pos": { + "x": -374520, + "y": -29427, + "z": 1696 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 90, + "instId": 300001, + "propState": 0, + "pos": { + "x": -363500, + "y": -29329, + "z": 1696 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 0, + "pos": { + "x": -363500, + "y": -29329, + "z": 4696 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 91, + "instId": 300001, + "propState": 0, + "pos": { + "x": -365750, + "y": -29427, + "z": 7696 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 92, + "instId": 300001, + "propState": 0, + "pos": { + "x": -439160, + "y": -34511, + "z": 4800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 0, + "pos": { + "x": -405090, + "y": -34556, + "z": -2200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 0, + "pos": { + "x": -405090, + "y": -34556, + "z": 11780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 92, + "instId": 300004, + "propState": 0, + "pos": { + "x": -392000, + "y": -29427, + "z": 5000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -412390, + "y": -34517, + "z": 320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 93, + "instId": 300004, + "propState": 0, + "pos": { + "x": -415390, + "y": -34517, + "z": 9460 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 93, + "instId": 300005, + "propState": 0, + "pos": { + "x": -418390, + "y": -34517, + "z": 320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 93, + "instId": 300006, + "propState": 0, + "pos": { + "x": -413230, + "y": -34517, + "z": 320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 93, + "instId": 300007, + "propState": 0, + "pos": { + "x": -416171, + "y": -34517, + "z": 9460 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 93, + "instId": 300008, + "propState": 0, + "pos": { + "x": -419260, + "y": -34517, + "z": 320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -418320, + "y": -34517, + "z": 8750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 94, + "instId": 300003, + "propState": 0, + "pos": { + "x": -417320, + "y": -34517, + "z": 8750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 94, + "instId": 300004, + "propState": 0, + "pos": { + "x": -417820, + "y": -34556, + "z": 7750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 94, + "instId": 300005, + "propState": 0, + "pos": { + "x": -419300, + "y": -34517, + "z": 8804 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 94, + "instId": 300006, + "propState": 0, + "pos": { + "x": -419800, + "y": -34443, + "z": 7804 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 94, + "instId": 300007, + "propState": 0, + "pos": { + "x": -418800, + "y": -34556, + "z": 7804 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [ + { + "groupId": 95, + "instId": 400001, + "pos": { + "x": -427030, + "y": -34556, + "z": 7804 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": -427030, + "y": -34556, + "z": 7804 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300002, + "propState": 0, + "pos": { + "x": -427030, + "y": -34556, + "z": 4804 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 97, + "instId": 300001, + "propState": 0, + "pos": { + "x": -504646, + "y": -50643, + "z": 3158 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 97, + "instId": 300002, + "propState": 0, + "pos": { + "x": -499460, + "y": -51140, + "z": -46670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -494520, + "y": -51245, + "z": -21040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 98, + "instId": 300004, + "propState": 0, + "pos": { + "x": -500520, + "y": -51245, + "z": -24040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 98, + "instId": 300005, + "propState": 0, + "pos": { + "x": -494520, + "y": -51245, + "z": -27040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 98, + "instId": 300006, + "propState": 0, + "pos": { + "x": -494520, + "y": -51245, + "z": -21880 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 98, + "instId": 300007, + "propState": 0, + "pos": { + "x": -500520, + "y": -51245, + "z": -24821 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 98, + "instId": 300008, + "propState": 0, + "pos": { + "x": -494520, + "y": -51245, + "z": -27910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 99, + "instId": 300001, + "propState": 0, + "pos": { + "x": -500520, + "y": -51245, + "z": -34040 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300002, + "propState": 0, + "pos": { + "x": -497520, + "y": -51245, + "z": -34040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [ + { + "groupId": 100, + "instId": 400001, + "pos": { + "x": -408220, + "y": -39439, + "z": -66180 + }, + "rot": { + "x": 0, + "y": 22507, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "101": { + "monsters": [], + "npcs": [ + { + "groupId": 101, + "instId": 400001, + "pos": { + "x": -404330, + "y": -39439, + "z": -67430 + }, + "rot": { + "x": 0, + "y": 359469, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [ + { + "groupId": 102, + "instId": 400001, + "pos": { + "x": -400470, + "y": -39439, + "z": -66250 + }, + "rot": { + "x": 0, + "y": 340393, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "103": { + "monsters": [], + "npcs": [ + { + "groupId": 103, + "instId": 400001, + "pos": { + "x": -406550, + "y": -39439, + "z": -66630 + }, + "rot": { + "x": 0, + "y": 13160, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "104": { + "monsters": [], + "npcs": [ + { + "groupId": 104, + "instId": 400001, + "pos": { + "x": -402030, + "y": -39439, + "z": -66530 + }, + "rot": { + "x": 0, + "y": 340507, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "105": { + "monsters": [], + "npcs": [ + { + "groupId": 105, + "instId": 400001, + "pos": { + "x": -375190, + "y": -36980, + "z": 26660 + }, + "rot": { + "x": 0, + "y": 113746, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "106": { + "monsters": [], + "npcs": [ + { + "groupId": 106, + "instId": 400001, + "pos": { + "x": -375970, + "y": -36980, + "z": 22510 + }, + "rot": { + "x": 0, + "y": 90708, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [ + { + "groupId": 107, + "instId": 400001, + "pos": { + "x": -375190, + "y": -36980, + "z": 18620 + }, + "rot": { + "x": 0, + "y": 71632, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [ + { + "groupId": 108, + "instId": 400001, + "pos": { + "x": -375190, + "y": -36980, + "z": 24600 + }, + "rot": { + "x": 0, + "y": 104399, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "109": { + "monsters": [], + "npcs": [ + { + "groupId": 109, + "instId": 400001, + "pos": { + "x": -375190, + "y": -36980, + "z": 20510 + }, + "rot": { + "x": 0, + "y": 71746, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8021101": { + "P80211_F80211001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [ + { + "groupId": 5, + "instId": 400001, + "pos": { + "x": -22770, + "y": 34, + "z": 23810 + }, + "rot": { + "x": 0, + "y": 158719, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": -31130, + "y": 34, + "z": 38200 + }, + "rot": { + "x": 0, + "y": 158719, + "z": 0 + }, + "propId": 1024 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8030101": { + "P80301_F80301001": { + "scenes": { + "13": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": -38680, + "y": 18260, + "z": -82930 + }, + "rot": { + "x": 0, + "y": 193835, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 0, + "pos": { + "x": -178060, + "y": -390, + "z": -61070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 17, + "instId": 300010, + "propState": 0, + "pos": { + "x": -162330, + "y": -415, + "z": -71330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 17, + "instId": 300011, + "propState": 0, + "pos": { + "x": -169860, + "y": -4600, + "z": -79580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 17, + "instId": 300013, + "propState": 0, + "pos": { + "x": -194540, + "y": -378, + "z": -69650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100011 + }, + { + "groupId": 17, + "instId": 300014, + "propState": 0, + "pos": { + "x": -186621, + "y": -400, + "z": -79920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100012 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": 16710, + "y": 2844, + "z": -39694 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "pos": { + "x": 40480, + "y": 3470, + "z": -32660 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [ + { + "groupId": 20, + "instId": 400001, + "pos": { + "x": 36140, + "y": 3444, + "z": -35890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 27762, + "y": 3444, + "z": -37843 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 20, + "instId": 300004, + "propState": 0, + "pos": { + "x": 27452, + "y": 3444, + "z": -38843 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 20, + "instId": 300005, + "propState": 0, + "pos": { + "x": 28492, + "y": 3444, + "z": -38553 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100024 + } + ], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 0, + "pos": { + "x": -73540, + "y": -3195, + "z": -61900 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 0, + "pos": { + "x": -88490, + "y": -3195, + "z": -72470 + }, + "rot": { + "x": 0, + "y": 10044, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 0, + "pos": { + "x": -88040, + "y": -3195, + "z": -62020 + }, + "rot": { + "x": 0, + "y": 134405, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [ + { + "groupId": 32, + "instId": 400001, + "pos": { + "x": -77130, + "y": -3195, + "z": -62120 + }, + "rot": { + "x": 0, + "y": 254822, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": -79120, + "y": -3195, + "z": -60770 + }, + "rot": { + "x": 0, + "y": 39196, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "pos": { + "x": -14769, + "y": 1039, + "z": -83053 + }, + "rot": { + "x": 0, + "y": 2363, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 0, + "pos": { + "x": -13080, + "y": 1039, + "z": -63190 + }, + "rot": { + "x": 0, + "y": 351530, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 0, + "pos": { + "x": -9427, + "y": 1039, + "z": -70852 + }, + "rot": { + "x": 0, + "y": 357448, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300006, + "propState": 0, + "pos": { + "x": -19884, + "y": 1039, + "z": -76054 + }, + "rot": { + "x": 0, + "y": 91892, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300004, + "propState": 0, + "pos": { + "x": -17550, + "y": 1039, + "z": -69990 + }, + "rot": { + "x": 0, + "y": 52059, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300005, + "propState": 0, + "pos": { + "x": -17710, + "y": 1039, + "z": -58320 + }, + "rot": { + "x": 0, + "y": 169616, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300007, + "propState": 0, + "pos": { + "x": -8160, + "y": 1039, + "z": -72680 + }, + "rot": { + "x": 0, + "y": 353169, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 43, + "instId": 300001, + "propState": 0, + "pos": { + "x": -13010, + "y": 1039, + "z": -75564 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 0, + "pos": { + "x": -13010, + "y": 1039, + "z": -75564 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 44, + "instId": 300001, + "propState": 0, + "pos": { + "x": -16520, + "y": 1039, + "z": -74041 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 45, + "instId": 300002, + "propState": 0, + "pos": { + "x": -62868, + "y": -1466, + "z": -59443 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 46, + "instId": 300001, + "propState": 0, + "pos": { + "x": -58760, + "y": -1145, + "z": -56773 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 0, + "pos": { + "x": -44370, + "y": -1544, + "z": -72534 + }, + "rot": { + "x": 0, + "y": 181323, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 46, + "instId": 300004, + "propState": 0, + "pos": { + "x": -38382, + "y": -1021, + "z": -67235 + }, + "rot": { + "x": 0, + "y": 294460, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 46, + "instId": 300005, + "propState": 0, + "pos": { + "x": -51940, + "y": -1458, + "z": -58450 + }, + "rot": { + "x": 0, + "y": 34440, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 46, + "instId": 300006, + "propState": 0, + "pos": { + "x": -44400, + "y": -1544, + "z": -70700 + }, + "rot": { + "x": 0, + "y": 178813, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 46, + "instId": 300007, + "propState": 0, + "pos": { + "x": -36773, + "y": -1021, + "z": -68288 + }, + "rot": { + "x": 0, + "y": 295926, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 46, + "instId": 300008, + "propState": 0, + "pos": { + "x": -50878, + "y": -1458, + "z": -57001 + }, + "rot": { + "x": 0, + "y": 34299, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 0, + "pos": { + "x": -53398, + "y": -1271, + "z": -49993 + }, + "rot": { + "x": 0, + "y": 105162, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 0, + "pos": { + "x": -53398, + "y": -1271, + "z": -49993 + }, + "rot": { + "x": 0, + "y": 105162, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 48, + "instId": 300001, + "propState": 0, + "pos": { + "x": -47210, + "y": -1544, + "z": -59470 + }, + "rot": { + "x": 0, + "y": 157533, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 53, + "instId": 300001, + "propState": 0, + "pos": { + "x": -64870, + "y": 18664, + "z": -77420 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 0, + "pos": { + "x": -64990, + "y": 18664, + "z": -68980 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 54, + "instId": 300001, + "propState": 0, + "pos": { + "x": -37620, + "y": 18942, + "z": -71170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 54, + "instId": 300003, + "propState": 0, + "pos": { + "x": -51790, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 54, + "instId": 300004, + "propState": 0, + "pos": { + "x": -48790, + "y": 18942, + "z": -76240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 54, + "instId": 300005, + "propState": 0, + "pos": { + "x": -45790, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 54, + "instId": 300006, + "propState": 0, + "pos": { + "x": -53610, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 54, + "instId": 300007, + "propState": 0, + "pos": { + "x": -50669, + "y": 18942, + "z": -76240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 54, + "instId": 300008, + "propState": 0, + "pos": { + "x": -47580, + "y": 18942, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300001, + "propState": 0, + "pos": { + "x": -40427, + "y": 18611, + "z": -76102 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 0, + "pos": { + "x": -40427, + "y": 18611, + "z": -73102 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [ + { + "groupId": 85, + "instId": 400002, + "pos": { + "x": 34927, + "y": 3444, + "z": -32698 + }, + "rot": { + "x": 0, + "y": 254074, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 87, + "instId": 300001, + "propState": 0, + "pos": { + "x": -117003, + "y": 2770, + "z": -50499 + }, + "rot": { + "x": 0, + "y": 296500, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 87, + "instId": 300003, + "propState": 0, + "pos": { + "x": -130880, + "y": 2820, + "z": -42550 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 87, + "instId": 300004, + "propState": 0, + "pos": { + "x": -130872, + "y": 2820, + "z": -49258 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 87, + "instId": 300005, + "propState": 0, + "pos": { + "x": -125510, + "y": 2820, + "z": -45227 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 87, + "instId": 300006, + "propState": 0, + "pos": { + "x": -132445, + "y": 2770, + "z": -41771 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 87, + "instId": 300007, + "propState": 0, + "pos": { + "x": -132490, + "y": 2820, + "z": -48453 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 87, + "instId": 300008, + "propState": 0, + "pos": { + "x": -127049, + "y": 2820, + "z": -44462 + }, + "rot": { + "x": 0, + "y": 116500, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "89": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 89, + "instId": 300001, + "propState": 0, + "pos": { + "x": -124240, + "y": 2770, + "z": -52566 + }, + "rot": { + "x": 0, + "y": 311500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 0, + "pos": { + "x": -122901, + "y": 2770, + "z": -49882 + }, + "rot": { + "x": 0, + "y": 296500, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 90, + "instId": 300001, + "propState": 0, + "pos": { + "x": -130490, + "y": 2993, + "z": -47040 + }, + "rot": { + "x": 0, + "y": 311500, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8030102": { + "P80301_F80301001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -140280, + "y": -115, + "z": -71860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 0, + "pos": { + "x": -144980, + "y": -46, + "z": -73273 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 913 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 0, + "pos": { + "x": -200400, + "y": 2966, + "z": -87846 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": -155110, + "y": -163, + "z": -76140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -154080, + "y": -163, + "z": -77750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": -153240, + "y": -163, + "z": -61550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 0, + "pos": { + "x": -155320, + "y": -163, + "z": -62640 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 0, + "pos": { + "x": -151470, + "y": -163, + "z": -62720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 0, + "pos": { + "x": -151520, + "y": -4389, + "z": -95020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 0, + "pos": { + "x": -158780, + "y": -4389, + "z": -92830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 0, + "pos": { + "x": -171030, + "y": -4389, + "z": -87160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 0, + "pos": { + "x": -168740, + "y": -4383, + "z": -64850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 0, + "pos": { + "x": -172570, + "y": -4383, + "z": -58800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 0, + "pos": { + "x": -171858, + "y": -4383, + "z": -60446 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 0, + "pos": { + "x": -186370, + "y": -7672, + "z": -73500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 0, + "pos": { + "x": -186850, + "y": -7672, + "z": -77840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 0, + "pos": { + "x": -179950, + "y": -7672, + "z": -76370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 0, + "pos": { + "x": -199130, + "y": -4171, + "z": -85290 + }, + "rot": { + "x": 0, + "y": 45579, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 0, + "pos": { + "x": -203400, + "y": -4171, + "z": -83790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 0, + "pos": { + "x": -206127, + "y": -4171, + "z": -90578 + }, + "rot": { + "x": 0, + "y": 54553, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300018, + "propState": 0, + "pos": { + "x": -202290, + "y": -4155, + "z": -92200 + }, + "rot": { + "x": 0, + "y": 6097, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300019, + "propState": 0, + "pos": { + "x": -206220, + "y": -178, + "z": -70740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300020, + "propState": 0, + "pos": { + "x": -211740, + "y": -178, + "z": -68490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300021, + "propState": 0, + "pos": { + "x": -187560, + "y": -154, + "z": -95550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300022, + "propState": 0, + "pos": { + "x": -173853, + "y": -178, + "z": -71351 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300023, + "propState": 0, + "pos": { + "x": -173830, + "y": -178, + "z": -72960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300024, + "propState": 0, + "pos": { + "x": -171630, + "y": -178, + "z": -67230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300025, + "propState": 0, + "pos": { + "x": -171643, + "y": -178, + "z": -65620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300026, + "propState": 0, + "pos": { + "x": -186670, + "y": -154, + "z": -87390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300027, + "propState": 0, + "pos": { + "x": -185660, + "y": -154, + "z": -91940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300028, + "propState": 0, + "pos": { + "x": -198710, + "y": -4171, + "z": -91020 + }, + "rot": { + "x": 0, + "y": 139113, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300029, + "propState": 0, + "pos": { + "x": -186071, + "y": -178, + "z": -69130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 6, + "instId": 300030, + "propState": 0, + "pos": { + "x": -183720, + "y": -7672, + "z": -94690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 6, + "instId": 300031, + "propState": 0, + "pos": { + "x": -135330, + "y": -115, + "z": -73270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8030201": { + "P80302_F80302001": { + "scenes": { + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 0, + "pos": { + "x": 186770, + "y": 33020, + "z": -148300 + }, + "rot": { + "x": 0, + "y": 340425, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 0, + "pos": { + "x": 173955, + "y": 28441, + "z": -124140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [ + { + "groupId": 69, + "instId": 400001, + "pos": { + "x": 185540, + "y": 28389, + "z": -122690 + }, + "rot": { + "x": 0, + "y": 164552, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 69, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 70, + "instId": 300001, + "propState": 0, + "pos": { + "x": 129440, + "y": 46615, + "z": -38610 + }, + "rot": { + "x": 0, + "y": 351000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 70, + "instId": 300003, + "propState": 0, + "pos": { + "x": 127200, + "y": 46659, + "z": -5080 + }, + "rot": { + "x": 0, + "y": 347080, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 71, + "instId": 300001, + "propState": 0, + "pos": { + "x": 129110, + "y": 46641, + "z": -11950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [ + { + "groupId": 72, + "instId": 400001, + "pos": { + "x": 128330, + "y": 46626, + "z": -18590 + }, + "rot": { + "x": 0, + "y": 199340, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 132363, + "y": 46626, + "z": -29061 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 72, + "instId": 300004, + "propState": 0, + "pos": { + "x": 133269, + "y": 46626, + "z": -29480 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 72, + "instId": 300005, + "propState": 0, + "pos": { + "x": 133194, + "y": 46626, + "z": -28508 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101015 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300001, + "propState": 0, + "pos": { + "x": 101103, + "y": 58825, + "z": -85115 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 0, + "pos": { + "x": 133330, + "y": 58923, + "z": -145030 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 0, + "pos": { + "x": 129720, + "y": 59029, + "z": -134910 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 0, + "pos": { + "x": 115440, + "y": 58985, + "z": -115590 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 0, + "pos": { + "x": 105534, + "y": 58985, + "z": -100360 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 0, + "pos": { + "x": 117090, + "y": 58985, + "z": -107230 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 0, + "pos": { + "x": 115860, + "y": 58991, + "z": -116317 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300007, + "propState": 0, + "pos": { + "x": 105924, + "y": 58985, + "z": -101036 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300008, + "propState": 0, + "pos": { + "x": 117525, + "y": 58985, + "z": -107983 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 75, + "instId": 300001, + "propState": 0, + "pos": { + "x": 123290, + "y": 59029, + "z": -131120 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300002, + "propState": 0, + "pos": { + "x": 125888, + "y": 59029, + "z": -129620 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 76, + "instId": 300001, + "propState": 0, + "pos": { + "x": 110760, + "y": 59008, + "z": -108890 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 77, + "instId": 300001, + "propState": 0, + "pos": { + "x": 122440, + "y": 59026, + "z": -117640 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": 233810, + "y": 45287, + "z": -89700 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 0, + "pos": { + "x": 208760, + "y": 46598, + "z": -62270 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 0, + "pos": { + "x": 232610, + "y": 45265, + "z": -76480 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 79, + "instId": 300003, + "propState": 0, + "pos": { + "x": 242818, + "y": 45265, + "z": -60460 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 79, + "instId": 300004, + "propState": 0, + "pos": { + "x": 236122, + "y": 45265, + "z": -60058 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 79, + "instId": 300005, + "propState": 0, + "pos": { + "x": 239818, + "y": 45265, + "z": -65656 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 79, + "instId": 300006, + "propState": 0, + "pos": { + "x": 242398, + "y": 45265, + "z": -61188 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 79, + "instId": 300007, + "propState": 0, + "pos": { + "x": 235731, + "y": 45265, + "z": -60735 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 79, + "instId": 300008, + "propState": 0, + "pos": { + "x": 239383, + "y": 45265, + "z": -66410 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300001, + "propState": 0, + "pos": { + "x": 231122, + "y": 45265, + "z": -68718 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300002, + "propState": 0, + "pos": { + "x": 233720, + "y": 45265, + "z": -70218 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 81, + "instId": 300001, + "propState": 0, + "pos": { + "x": 237586, + "y": 45265, + "z": -70450 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 82, + "instId": 300001, + "propState": 0, + "pos": { + "x": 154134, + "y": 35373, + "z": -95728 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 0, + "pos": { + "x": 154784, + "y": 30578, + "z": -110770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 83, + "instId": 300001, + "propState": 0, + "pos": { + "x": 163570, + "y": 32451, + "z": -104470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 83, + "instId": 300003, + "propState": 0, + "pos": { + "x": 152110, + "y": 32441, + "z": -105360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 83, + "instId": 300004, + "propState": 0, + "pos": { + "x": 147171, + "y": 32466, + "z": -106469 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 83, + "instId": 300005, + "propState": 0, + "pos": { + "x": 150170, + "y": 32396, + "z": -100470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 83, + "instId": 300006, + "propState": 0, + "pos": { + "x": 152950, + "y": 32424, + "z": -105360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 83, + "instId": 300007, + "propState": 0, + "pos": { + "x": 147951, + "y": 32445, + "z": -106470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 83, + "instId": 300008, + "propState": 0, + "pos": { + "x": 151040, + "y": 32380, + "z": -100470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 84, + "instId": 300001, + "propState": 0, + "pos": { + "x": 157980, + "y": 32444, + "z": -99630 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300002, + "propState": 0, + "pos": { + "x": 157980, + "y": 32444, + "z": -99630 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 85, + "instId": 300001, + "propState": 0, + "pos": { + "x": 248027, + "y": 52561, + "z": -172553 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 86, + "instId": 300001, + "propState": 0, + "pos": { + "x": 271050, + "y": 52553, + "z": -147980 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 86, + "instId": 300003, + "propState": 0, + "pos": { + "x": 260255, + "y": 52544, + "z": -157915 + }, + "rot": { + "x": 0, + "y": 25341, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300004, + "propState": 0, + "pos": { + "x": 265854, + "y": 52553, + "z": -159271 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300005, + "propState": 0, + "pos": { + "x": 262560, + "y": 52545, + "z": -151730 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300006, + "propState": 0, + "pos": { + "x": 260582, + "y": 52544, + "z": -157194 + }, + "rot": { + "x": 0, + "y": 25341, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300007, + "propState": 0, + "pos": { + "x": 266406, + "y": 52556, + "z": -158719 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300008, + "propState": 0, + "pos": { + "x": 263175, + "y": 52545, + "z": -151115 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 87, + "instId": 300002, + "propState": 0, + "pos": { + "x": 267583, + "y": 52545, + "z": -152997 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "88": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 88, + "instId": 300001, + "propState": 0, + "pos": { + "x": 129440, + "y": 46617, + "z": -38610 + }, + "rot": { + "x": 0, + "y": 351000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 0, + "pos": { + "x": 141730, + "y": 46300, + "z": -71030 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "89": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 89, + "instId": 300001, + "propState": 0, + "pos": { + "x": 127530, + "y": 46717, + "z": -78538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 89, + "instId": 300003, + "propState": 0, + "pos": { + "x": 128530, + "y": 46570, + "z": -59538 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 89, + "instId": 300004, + "propState": 0, + "pos": { + "x": 122530, + "y": 46570, + "z": -62538 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 89, + "instId": 300005, + "propState": 0, + "pos": { + "x": 128530, + "y": 46570, + "z": -65538 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 89, + "instId": 300006, + "propState": 0, + "pos": { + "x": 128530, + "y": 46570, + "z": -60378 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 89, + "instId": 300007, + "propState": 0, + "pos": { + "x": 122530, + "y": 46570, + "z": -63319 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 89, + "instId": 300008, + "propState": 0, + "pos": { + "x": 128530, + "y": 46570, + "z": -66408 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 90, + "instId": 300002, + "propState": 0, + "pos": { + "x": 122980, + "y": 46717, + "z": -73090 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8030202": { + "P80302_F80302001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300013, + "propState": 0, + "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": 0, + "pos": { + "x": 135120, + "y": 28080, + "z": -125260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301005 + } + ], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 132410, + "y": 28439, + "z": -121680 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": 136827, + "y": 28704, + "z": -114142 + }, + "rot": { + "x": 0, + "y": 100000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 0, + "pos": { + "x": 173940, + "y": 28438, + "z": -123380 + }, + "rot": { + "x": 0, + "y": 100000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 136692, + "y": 28639, + "z": -126166 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 0, + "pos": { + "x": 138230, + "y": 28398, + "z": -123470 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 913 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 0, + "pos": { + "x": 137590, + "y": 37776, + "z": -92850 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 147490, + "y": 28571, + "z": -118570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": 150057, + "y": 28360, + "z": -127711 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 0, + "pos": { + "x": 153140, + "y": 28353, + "z": -127630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 0, + "pos": { + "x": 142870, + "y": 28527, + "z": -117600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 0, + "pos": { + "x": 148680, + "y": 28586, + "z": -118620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 0, + "pos": { + "x": 158700, + "y": 28561, + "z": -133220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 0, + "pos": { + "x": 166600, + "y": 28358, + "z": -128140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 0, + "pos": { + "x": 171890, + "y": 28463, + "z": -120450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 0, + "pos": { + "x": 170870, + "y": 28493, + "z": -118890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300010, + "propState": 0, + "pos": { + "x": 167252, + "y": 32713, + "z": -98430 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300011, + "propState": 0, + "pos": { + "x": 169008, + "y": 32563, + "z": -100994 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300012, + "propState": 0, + "pos": { + "x": 170320, + "y": 32403, + "z": -107690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300013, + "propState": 0, + "pos": { + "x": 169940, + "y": 32489, + "z": -109200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300014, + "propState": 0, + "pos": { + "x": 171310, + "y": 32473, + "z": -108560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300015, + "propState": 0, + "pos": { + "x": 158900, + "y": 32464, + "z": -98900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300016, + "propState": 0, + "pos": { + "x": 135800, + "y": 32474, + "z": -103740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300017, + "propState": 0, + "pos": { + "x": 136900, + "y": 32453, + "z": -102370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300018, + "propState": 0, + "pos": { + "x": 162231, + "y": 35561, + "z": -92755 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300019, + "propState": 0, + "pos": { + "x": 157418, + "y": 35492, + "z": -91135 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300020, + "propState": 0, + "pos": { + "x": 154299, + "y": 35600, + "z": -91172 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300021, + "propState": 0, + "pos": { + "x": 143190, + "y": 32423, + "z": -98360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300022, + "propState": 0, + "pos": { + "x": 136330, + "y": 32457, + "z": -105290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300023, + "propState": 0, + "pos": { + "x": 160190, + "y": 28548, + "z": -132680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300024, + "propState": 0, + "pos": { + "x": 171870, + "y": 28429, + "z": -119360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300025, + "propState": 0, + "pos": { + "x": 149820, + "y": 32402, + "z": -103040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300026, + "propState": 0, + "pos": { + "x": 153804, + "y": 29317, + "z": -115390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300027, + "propState": 0, + "pos": { + "x": 164500, + "y": 32479, + "z": -109450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300028, + "propState": 0, + "pos": { + "x": 161800, + "y": 32414, + "z": -106260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300029, + "propState": 0, + "pos": { + "x": 159122, + "y": 28628, + "z": -119103 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 5, + "instId": 300030, + "propState": 0, + "pos": { + "x": 169792, + "y": 32992, + "z": -97357 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 5, + "instId": 300031, + "propState": 0, + "pos": { + "x": 135120, + "y": 28900, + "z": -125260 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8030301": { + "P80303_F80303001": { + "scenes": { + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 86160, + "y": 2072, + "z": -94137 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": 115170, + "y": 2072, + "z": -96020 + }, + "rot": { + "x": 0, + "y": 269460, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": 96470, + "y": 2072, + "z": -90170 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 0, + "pos": { + "x": 104953, + "y": 2072, + "z": -96865 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 0, + "pos": { + "x": 104580, + "y": 2072, + "z": -90890 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 0, + "pos": { + "x": 97360, + "y": 2072, + "z": -89670 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 0, + "pos": { + "x": 105430, + "y": 2072, + "z": -97810 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 0, + "pos": { + "x": 105698, + "y": 2072, + "z": -91274 + }, + "rot": { + "x": 0, + "y": 89460, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [ + { + "groupId": 8, + "instId": 400001, + "pos": { + "x": 110320, + "y": 2072, + "z": -91780 + }, + "rot": { + "x": 0, + "y": 245332, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": -13630, + "y": -930, + "z": -166822 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": -14430, + "y": 1007, + "z": -183140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 0, + "pos": { + "x": 16040, + "y": 1007, + "z": -187690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 0, + "pos": { + "x": 14470, + "y": 1007, + "z": -172830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 0, + "pos": { + "x": 26981, + "y": 1007, + "z": -168500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": 19220, + "y": 1007, + "z": -179290 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 0, + "pos": { + "x": 2017, + "y": 1007, + "z": -173615 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 0, + "pos": { + "x": -4034, + "y": 1007, + "z": -180208 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 0, + "pos": { + "x": 4152, + "y": 1007, + "z": -180373 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 0, + "pos": { + "x": 2857, + "y": 1007, + "z": -173615 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 0, + "pos": { + "x": -3253, + "y": 1007, + "z": -180208 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 0, + "pos": { + "x": 5022, + "y": 1007, + "z": -180373 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [ + { + "groupId": 24, + "instId": 400001, + "pos": { + "x": 6510, + "y": 1007, + "z": -175070 + }, + "rot": { + "x": 0, + "y": 243158, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": -39430, + "y": -3000, + "z": -94080 + }, + "rot": { + "x": 0, + "y": 269880, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": -36900, + "y": -3000, + "z": -85574 + }, + "rot": { + "x": 0, + "y": 162083, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 0, + "pos": { + "x": -33962, + "y": -3011, + "z": -105229 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 27, + "instId": 300004, + "propState": 0, + "pos": { + "x": -26850, + "y": -2902, + "z": -99673 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 0, + "pos": { + "x": -36890, + "y": -3010, + "z": -100780 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 27, + "instId": 300006, + "propState": 0, + "pos": { + "x": -34220, + "y": -3011, + "z": -104430 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 27, + "instId": 300007, + "propState": 0, + "pos": { + "x": -27090, + "y": -2902, + "z": -98930 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 27, + "instId": 300008, + "propState": 0, + "pos": { + "x": -37158, + "y": -3010, + "z": -99952 + }, + "rot": { + "x": 0, + "y": 342083, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [ + { + "groupId": 29, + "instId": 400001, + "pos": { + "x": -30010, + "y": -2990, + "z": -93600 + }, + "rot": { + "x": 0, + "y": 175414, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": -21950, + "y": -985, + "z": -205060 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": -47460, + "y": -985, + "z": -198270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 0, + "pos": { + "x": -31200, + "y": -985, + "z": -199760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 34, + "instId": 300004, + "propState": 0, + "pos": { + "x": -33640, + "y": -985, + "z": -193270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 34, + "instId": 300005, + "propState": 0, + "pos": { + "x": -37810, + "y": -985, + "z": -198580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 34, + "instId": 300006, + "propState": 0, + "pos": { + "x": -32220, + "y": -985, + "z": -198730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 34, + "instId": 300007, + "propState": 0, + "pos": { + "x": -34421, + "y": -985, + "z": -193270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 34, + "instId": 300008, + "propState": 0, + "pos": { + "x": -38680, + "y": -985, + "z": -198580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [ + { + "groupId": 35, + "instId": 400001, + "pos": { + "x": -41580, + "y": -985, + "z": -194180 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 44, + "instId": 300001, + "propState": 0, + "pos": { + "x": -94910, + "y": -958, + "z": -169110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 45, + "instId": 300001, + "propState": 0, + "pos": { + "x": -121910, + "y": -958, + "z": -171110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [ + { + "groupId": 46, + "instId": 400001, + "pos": { + "x": -115480, + "y": -936, + "z": -167190 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 46, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -104799, + "y": -936, + "z": -166857 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 46, + "instId": 300004, + "propState": 0, + "pos": { + "x": -104380, + "y": -936, + "z": -165951 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 46, + "instId": 300005, + "propState": 0, + "pos": { + "x": -105352, + "y": -936, + "z": -166026 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 101015 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300003, + "propState": 0, + "pos": { + "x": -94910, + "y": -958, + "z": -169110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300001, + "propState": 0, + "pos": { + "x": -299, + "y": -949, + "z": -159232 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 0, + "pos": { + "x": 1580, + "y": -3000, + "z": -120702 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 61, + "instId": 300001, + "propState": 0, + "pos": { + "x": -2299, + "y": -1746, + "z": -154232 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 0, + "pos": { + "x": -2684, + "y": -3000, + "z": -131857 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 0, + "pos": { + "x": 2775, + "y": -3000, + "z": -132088 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 61, + "instId": 300004, + "propState": 0, + "pos": { + "x": 2040, + "y": -2962, + "z": -133320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 61, + "instId": 300005, + "propState": 0, + "pos": { + "x": 4108, + "y": -3000, + "z": -130250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 61, + "instId": 300006, + "propState": 0, + "pos": { + "x": -2470, + "y": -3000, + "z": -135266 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 61, + "instId": 300007, + "propState": 0, + "pos": { + "x": -2070, + "y": -2962, + "z": -133470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [ + { + "groupId": 62, + "instId": 400001, + "pos": { + "x": 1970, + "y": -3000, + "z": -143410 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": 1580, + "y": -2993, + "z": -120702 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 0, + "pos": { + "x": 23070, + "y": -2993, + "z": -94230 + }, + "rot": { + "x": 0, + "y": 268541, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [ + { + "groupId": 66, + "instId": 400001, + "pos": { + "x": -2730, + "y": -2793, + "z": -90770 + }, + "rot": { + "x": 0, + "y": 152650, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 0, + "pos": { + "x": -20, + "y": -2793, + "z": -93990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [ + { + "groupId": 77, + "instId": 400002, + "pos": { + "x": -114653, + "y": -958, + "z": -172177 + }, + "rot": { + "x": 0, + "y": 70192, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8030401": { + "P80304_F80304001": { + "scenes": { + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 94, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22710, + "y": 7036, + "z": -108631 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 0, + "pos": { + "x": -900, + "y": 7036, + "z": -108610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [ + { + "groupId": 96, + "instId": 400001, + "pos": { + "x": 14550, + "y": 4877, + "z": -133750 + }, + "rot": { + "x": 0, + "y": 321750, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": 10300, + "y": 4877, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 98, + "instId": 300001, + "propState": 0, + "pos": { + "x": 56230, + "y": 7006, + "z": -100578 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [ + { + "groupId": 99, + "instId": 400001, + "pos": { + "x": 52660, + "y": 7006, + "z": -107540 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 99, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 41949, + "y": 7006, + "z": -108223 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 99, + "instId": 300004, + "propState": 0, + "pos": { + "x": 42855, + "y": 7006, + "z": -108642 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 99, + "instId": 300005, + "propState": 0, + "pos": { + "x": 42780, + "y": 7006, + "z": -107670 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 102005 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 100, + "instId": 300001, + "propState": 0, + "pos": { + "x": -11648, + "y": 5236, + "z": -48500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 100, + "instId": 300002, + "propState": 0, + "pos": { + "x": -14140, + "y": 2221, + "z": 37670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "101": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 101, + "instId": 300001, + "propState": 0, + "pos": { + "x": -11000, + "y": -1147, + "z": -29750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 101, + "instId": 300003, + "propState": 0, + "pos": { + "x": -13862, + "y": -1147, + "z": 8100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 101, + "instId": 300004, + "propState": 0, + "pos": { + "x": -9136, + "y": -1147, + "z": -13787 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 101, + "instId": 300005, + "propState": 0, + "pos": { + "x": -11180, + "y": -1147, + "z": 21670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 101, + "instId": 300006, + "propState": 0, + "pos": { + "x": -13862, + "y": -1147, + "z": 7260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 101, + "instId": 300007, + "propState": 0, + "pos": { + "x": -9136, + "y": -1147, + "z": -14568 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 101, + "instId": 300008, + "propState": 0, + "pos": { + "x": -11180, + "y": -1147, + "z": 20800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 102, + "instId": 300001, + "propState": 0, + "pos": { + "x": -16000, + "y": -1147, + "z": -23750 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 102, + "instId": 300002, + "propState": 0, + "pos": { + "x": -13000, + "y": -1147, + "z": -23750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "104": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 104, + "instId": 300001, + "propState": 0, + "pos": { + "x": -11180, + "y": -1147, + "z": 14670 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "105": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 105, + "instId": 300001, + "propState": 0, + "pos": { + "x": 80728, + "y": 2314, + "z": 104750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 0, + "pos": { + "x": 49323, + "y": 172, + "z": 116720 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "106": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 106, + "instId": 300001, + "propState": 0, + "pos": { + "x": 82537, + "y": 122, + "z": 119950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 106, + "instId": 300003, + "propState": 0, + "pos": { + "x": 64350, + "y": 2152, + "z": 119070 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 106, + "instId": 300004, + "propState": 0, + "pos": { + "x": 71350, + "y": 122, + "z": 114180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 106, + "instId": 300005, + "propState": 0, + "pos": { + "x": 71340, + "y": 122, + "z": 119470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 106, + "instId": 300006, + "propState": 0, + "pos": { + "x": 65190, + "y": 2152, + "z": 119070 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 106, + "instId": 300007, + "propState": 0, + "pos": { + "x": 72131, + "y": 122, + "z": 114180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 106, + "instId": 300008, + "propState": 0, + "pos": { + "x": 72210, + "y": 122, + "z": 119470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 107, + "instId": 300001, + "propState": 0, + "pos": { + "x": 76810, + "y": 40, + "z": 117110 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 107, + "instId": 300002, + "propState": 0, + "pos": { + "x": 76810, + "y": 40, + "z": 120110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 108, + "instId": 300001, + "propState": 0, + "pos": { + "x": 38750, + "y": 9101, + "z": 125750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 108, + "instId": 300002, + "propState": 0, + "pos": { + "x": 4000, + "y": 9101, + "z": 107750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "109": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 109, + "instId": 300001, + "propState": 0, + "pos": { + "x": 2250, + "y": 9101, + "z": 117593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 109, + "instId": 300003, + "propState": 0, + "pos": { + "x": 13920, + "y": 9101, + "z": 122500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 109, + "instId": 300004, + "propState": 0, + "pos": { + "x": 31520, + "y": 9101, + "z": 122593 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 109, + "instId": 300005, + "propState": 0, + "pos": { + "x": 28520, + "y": 9101, + "z": 116593 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 109, + "instId": 300006, + "propState": 0, + "pos": { + "x": 13080, + "y": 9101, + "z": 122500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 109, + "instId": 300007, + "propState": 0, + "pos": { + "x": 30739, + "y": 9101, + "z": 122593 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 109, + "instId": 300008, + "propState": 0, + "pos": { + "x": 27650, + "y": 9101, + "z": 116593 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "110": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 110, + "instId": 300001, + "propState": 0, + "pos": { + "x": 8250, + "y": 9101, + "z": 122593 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 110, + "instId": 300002, + "propState": 0, + "pos": { + "x": 8250, + "y": 9101, + "z": 119593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "113": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 113, + "instId": 300001, + "propState": 0, + "pos": { + "x": 80728, + "y": 2314, + "z": 104750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 113, + "instId": 300002, + "propState": 0, + "pos": { + "x": 70370, + "y": 2383, + "z": 74040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "114": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 114, + "instId": 300001, + "propState": 0, + "pos": { + "x": 82950, + "y": 2231, + "z": 69020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 114, + "instId": 300003, + "propState": 0, + "pos": { + "x": 74439, + "y": 2231, + "z": 88381 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 114, + "instId": 300004, + "propState": 0, + "pos": { + "x": 85937, + "y": 2231, + "z": 82138 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 114, + "instId": 300005, + "propState": 0, + "pos": { + "x": 75289, + "y": 2231, + "z": 87971 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 114, + "instId": 300006, + "propState": 0, + "pos": { + "x": 74439, + "y": 2231, + "z": 87541 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 114, + "instId": 300007, + "propState": 0, + "pos": { + "x": 85937, + "y": 2231, + "z": 81357 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 114, + "instId": 300008, + "propState": 0, + "pos": { + "x": 85057, + "y": 2231, + "z": 81727 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "115": { + "monsters": [], + "npcs": [ + { + "groupId": 115, + "instId": 400001, + "pos": { + "x": 76160, + "y": 2231, + "z": 75020 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "116": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 116, + "instId": 300001, + "propState": 0, + "pos": { + "x": -59730, + "y": 821, + "z": 72304 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 116, + "instId": 300003, + "propState": 0, + "pos": { + "x": -14140, + "y": 2171, + "z": 37670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 116, + "instId": 300004, + "propState": 0, + "pos": { + "x": 6470, + "y": 2220, + "z": 46860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "117": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 117, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -52541, + "y": 2171, + "z": 43593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 913 + }, + { + "groupId": 117, + "instId": 300006, + "propState": 0, + "pos": { + "x": -60060, + "y": 821, + "z": 39160 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 117, + "instId": 300007, + "propState": 0, + "pos": { + "x": -10847, + "y": 2171, + "z": 60500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "118": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 118, + "instId": 300002, + "propState": 0, + "pos": { + "x": -25070, + "y": 2171, + "z": 54980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 118, + "instId": 300001, + "propState": 0, + "pos": { + "x": -52750, + "y": 2171, + "z": 43250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 118, + "instId": 300003, + "propState": 0, + "pos": { + "x": -28640, + "y": 2171, + "z": 43180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 118, + "instId": 300004, + "propState": 0, + "pos": { + "x": -35569, + "y": 2171, + "z": 67375 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "119": { + "monsters": [], + "npcs": [ + { + "groupId": 119, + "instId": 400002, + "pos": { + "x": 50940, + "y": 7006, + "z": -100780 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8030501": { + "P80305_F80305001": { + "scenes": { + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 77, + "instId": 300001, + "propState": 0, + "pos": { + "x": 36497, + "y": 53852, + "z": 2060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 0, + "pos": { + "x": 35028, + "y": 53852, + "z": 84255 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 0, + "pos": { + "x": 69782, + "y": 60472, + "z": 55375 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [ + { + "groupId": 79, + "instId": 400001, + "pos": { + "x": 43960, + "y": 60356, + "z": 45610 + }, + "rot": { + "x": 0, + "y": 246789, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 0, + "pos": { + "x": 40010, + "y": 60356, + "z": 42330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300001, + "propState": 0, + "pos": { + "x": -128500, + "y": 47886, + "z": 19230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 81, + "instId": 300001, + "propState": 0, + "pos": { + "x": -133320, + "y": 47886, + "z": 46230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [ + { + "groupId": 82, + "instId": 400001, + "pos": { + "x": -129320, + "y": 47886, + "z": 39230 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 82, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -130067, + "y": 47886, + "z": 29119 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 82, + "instId": 300004, + "propState": 0, + "pos": { + "x": -129161, + "y": 47886, + "z": 28700 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 82, + "instId": 300005, + "propState": 0, + "pos": { + "x": -129236, + "y": 47886, + "z": 29672 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102005 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 83, + "instId": 300001, + "propState": 0, + "pos": { + "x": -64962, + "y": 53256, + "z": -20000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 83, + "instId": 300002, + "propState": 0, + "pos": { + "x": -46348, + "y": 50001, + "z": 4076 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 84, + "instId": 300001, + "propState": 0, + "pos": { + "x": -47076, + "y": 49950, + "z": -28690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 84, + "instId": 300003, + "propState": 0, + "pos": { + "x": -46076, + "y": 49950, + "z": -5980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 84, + "instId": 300004, + "propState": 0, + "pos": { + "x": -52076, + "y": 49950, + "z": -8980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 84, + "instId": 300005, + "propState": 0, + "pos": { + "x": -46076, + "y": 49950, + "z": -11980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 84, + "instId": 300006, + "propState": 0, + "pos": { + "x": -46076, + "y": 49950, + "z": -6820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 84, + "instId": 300007, + "propState": 0, + "pos": { + "x": -52076, + "y": 49950, + "z": -9761 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 84, + "instId": 300008, + "propState": 0, + "pos": { + "x": -46076, + "y": 49950, + "z": -12850 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 85, + "instId": 300001, + "propState": 0, + "pos": { + "x": -52076, + "y": 49950, + "z": -22690 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 0, + "pos": { + "x": -49076, + "y": 50001, + "z": -22690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 86, + "instId": 300001, + "propState": 0, + "pos": { + "x": -46076, + "y": 50046, + "z": -18960 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 87, + "instId": 300001, + "propState": 0, + "pos": { + "x": 50480, + "y": 45906, + "z": -60211 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "88": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 88, + "instId": 300001, + "propState": 0, + "pos": { + "x": 15360, + "y": 43158, + "z": -56000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 88, + "instId": 300003, + "propState": 0, + "pos": { + "x": 34360, + "y": 43155, + "z": -57160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300004, + "propState": 0, + "pos": { + "x": 31360, + "y": 43155, + "z": -51160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300005, + "propState": 0, + "pos": { + "x": 28360, + "y": 43159, + "z": -57160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300006, + "propState": 0, + "pos": { + "x": 33520, + "y": 43155, + "z": -57160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300007, + "propState": 0, + "pos": { + "x": 30579, + "y": 43155, + "z": -51160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300008, + "propState": 0, + "pos": { + "x": 27490, + "y": 43159, + "z": -57160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "89": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 89, + "instId": 300002, + "propState": 0, + "pos": { + "x": 21360, + "y": 43257, + "z": -51160 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 89, + "instId": 300004, + "propState": 0, + "pos": { + "x": 21360, + "y": 43257, + "z": -51160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 90, + "instId": 300001, + "propState": 0, + "pos": { + "x": -82535, + "y": 53142, + "z": 149072 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 91, + "instId": 300001, + "propState": 0, + "pos": { + "x": -89740, + "y": 47313, + "z": 160697 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 91, + "instId": 300003, + "propState": 0, + "pos": { + "x": -72617, + "y": 47313, + "z": 127430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 91, + "instId": 300004, + "propState": 0, + "pos": { + "x": -81763, + "y": 47313, + "z": 136796 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 91, + "instId": 300005, + "propState": 0, + "pos": { + "x": -92513, + "y": 47313, + "z": 130950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 91, + "instId": 300006, + "propState": 0, + "pos": { + "x": -86046, + "y": 47313, + "z": 147592 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 91, + "instId": 300007, + "propState": 0, + "pos": { + "x": -76398, + "y": 47313, + "z": 133430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 91, + "instId": 300008, + "propState": 0, + "pos": { + "x": -79487, + "y": 47313, + "z": 127430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 92, + "instId": 300001, + "propState": 0, + "pos": { + "x": -86710, + "y": 47313, + "z": 156360 + }, + "rot": { + "x": 0, + "y": 195502, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 0, + "pos": { + "x": -89710, + "y": 47313, + "z": 156386 + }, + "rot": { + "x": 0, + "y": 180502, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 0, + "pos": { + "x": -85617, + "y": 47313, + "z": 127430 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 94, + "instId": 300001, + "propState": 0, + "pos": { + "x": -94118, + "y": 47313, + "z": 144867 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 95, + "instId": 300003, + "propState": 0, + "pos": { + "x": -79050, + "y": 53306, + "z": 99170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": -77290, + "y": 49983, + "z": 66283 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 96, + "instId": 300003, + "propState": 0, + "pos": { + "x": -76290, + "y": 49950, + "z": 85283 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 96, + "instId": 300004, + "propState": 0, + "pos": { + "x": -82290, + "y": 49950, + "z": 82283 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 96, + "instId": 300005, + "propState": 0, + "pos": { + "x": -76290, + "y": 49950, + "z": 79283 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 96, + "instId": 300006, + "propState": 0, + "pos": { + "x": -76290, + "y": 49950, + "z": 84443 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 96, + "instId": 300007, + "propState": 0, + "pos": { + "x": -82290, + "y": 49950, + "z": 81502 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 96, + "instId": 300008, + "propState": 0, + "pos": { + "x": -76290, + "y": 49950, + "z": 78413 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 97, + "instId": 300001, + "propState": 0, + "pos": { + "x": -82290, + "y": 49950, + "z": 72283 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 97, + "instId": 300002, + "propState": 0, + "pos": { + "x": -79290, + "y": 49950, + "z": 72283 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [ + { + "groupId": 98, + "instId": 400002, + "pos": { + "x": -135190, + "y": 47886, + "z": 38480 + }, + "rot": { + "x": 0, + "y": 160666, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8040001": { + "P80400_F80400001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": -31303, + "y": -15925, + "z": -260010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 31125, + "y": -15925, + "z": -259920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [ + { + "groupId": 5, + "instId": 400001, + "pos": { + "x": 0, + "y": 1172, + "z": 9765 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 5, + "instId": 400002, + "pos": { + "x": 0, + "y": 904, + "z": 9765 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 5, + "instId": 400003, + "pos": { + "x": 0, + "y": 636, + "z": 9765 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5000, + "y": -15915, + "z": -267460 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 15000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [ + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 0, + "y": -15884, + "z": -270460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -149296, + "y": 25087, + "z": -196920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": -90970, + "y": 22077, + "z": -196525 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": -116171, + "y": 22077, + "z": -171533 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [ + { + "groupId": 8, + "instId": 400001, + "pos": { + "x": -122770, + "y": 22104, + "z": -193739 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "npcId": 1013 + }, + { + "groupId": 8, + "instId": 400002, + "pos": { + "x": 0, + "y": 904, + "z": 9765 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 8, + "instId": 400003, + "pos": { + "x": 0, + "y": 636, + "z": 9765 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -130770, + "y": 22098, + "z": -201739 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -132770, + "y": 22097, + "z": -196739 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -113610, + "y": 22142, + "z": -192739 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 0, + "pos": { + "x": -113270, + "y": 22124, + "z": -193539 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 0, + "pos": { + "x": -112770, + "y": 22142, + "z": -192739 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 10000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": 87240, + "y": 22090, + "z": -197048 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": 143443, + "y": 25100, + "z": -196680 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "pos": { + "x": 110314, + "y": 22080, + "z": -222750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [ + { + "groupId": 13, + "instId": 400001, + "pos": { + "x": 107435, + "y": 23020, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 13, + "instId": 400002, + "pos": { + "x": 107435, + "y": 22753, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3104 + } + ], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": 107010, + "y": 22103, + "z": -200720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": 106670, + "y": 22137, + "z": -199920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 110670, + "y": 22103, + "z": -191910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 0, + "pos": { + "x": 112670, + "y": 22112, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 0, + "pos": { + "x": 110670, + "y": 22103, + "z": -201910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 0, + "pos": { + "x": 107670, + "y": 22112, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [ + { + "groupId": 14, + "instId": 400001, + "pos": { + "x": 107435, + "y": 23284, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 14, + "instId": 400002, + "pos": { + "x": 107435, + "y": 23016, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 14, + "instId": 400003, + "pos": { + "x": 107435, + "y": 22748, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": 107010, + "y": 22103, + "z": -200720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": 106670, + "y": 22137, + "z": -199920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 110670, + "y": 22103, + "z": -191910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 14, + "instId": 300006, + "propState": 0, + "pos": { + "x": 112670, + "y": 22112, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 14, + "instId": 300007, + "propState": 0, + "pos": { + "x": 110670, + "y": 22103, + "z": -201910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 14, + "instId": 300008, + "propState": 0, + "pos": { + "x": 107670, + "y": 22112, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": 75420, + "y": 22090, + "z": -258080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": 74855, + "y": 22090, + "z": -204620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "18": { + "monsters": [ + { + "groupId": 18, + "instId": 200001, + "eventId": 1, + "pos": { + "x": 73705, + "y": 22090, + "z": -235140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [ + { + "groupId": 19, + "instId": 400001, + "pos": { + "x": 72705, + "y": 22090, + "z": -236140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [ + { + "groupId": 20, + "instId": 400001, + "pos": { + "x": 78705, + "y": 22090, + "z": -236140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [ + { + "groupId": 21, + "instId": 400001, + "pos": { + "x": 75705, + "y": 22090, + "z": -237140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [ + { + "groupId": 25, + "instId": 400001, + "pos": { + "x": 79705, + "y": 22090, + "z": -228140 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": 79480, + "y": 22100, + "z": -240140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 0, + "pos": { + "x": 74480, + "y": 22090, + "z": -242140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 0, + "pos": { + "x": 69480, + "y": 22090, + "z": -240140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 25, + "instId": 300004, + "propState": 0, + "pos": { + "x": 79705, + "y": 22090, + "z": -231010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 25, + "instId": 300005, + "propState": 0, + "pos": { + "x": 78905, + "y": 22090, + "z": -230640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 25, + "instId": 300006, + "propState": 0, + "pos": { + "x": 79705, + "y": 22090, + "z": -230140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 25, + "instId": 300007, + "propState": 0, + "pos": { + "x": 72360, + "y": 22090, + "z": -223980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 25, + "instId": 300008, + "propState": 0, + "pos": { + "x": 73160, + "y": 22090, + "z": -223640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 25, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": -122666, + "y": 28032, + "z": -40870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": -130390, + "y": 28032, + "z": -24720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": -151520, + "y": 28032, + "z": -24720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [ + { + "groupId": 27, + "instId": 400001, + "pos": { + "x": -144175, + "y": 28941, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 27, + "instId": 400002, + "pos": { + "x": -144175, + "y": 28673, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3104 + } + ], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": -143750, + "y": 28032, + "z": -37497 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 0, + "pos": { + "x": -143410, + "y": 28032, + "z": -38297 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -147410, + "y": 28325, + "z": -46307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 27, + "instId": 300006, + "propState": 0, + "pos": { + "x": -149410, + "y": 28032, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 27, + "instId": 300007, + "propState": 0, + "pos": { + "x": -147410, + "y": 28032, + "z": -36307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 27, + "instId": 300008, + "propState": 0, + "pos": { + "x": -144410, + "y": 28032, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [ + { + "groupId": 28, + "instId": 400001, + "pos": { + "x": -144175, + "y": 29204, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 28, + "instId": 400002, + "pos": { + "x": -144175, + "y": 28936, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 28, + "instId": 400003, + "pos": { + "x": -144175, + "y": 28668, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 28, + "instId": 300001, + "propState": 0, + "pos": { + "x": -143750, + "y": 28032, + "z": -37497 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 0, + "pos": { + "x": -143410, + "y": 28032, + "z": -38297 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -147410, + "y": 28325, + "z": -46307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 28, + "instId": 300006, + "propState": 0, + "pos": { + "x": -149410, + "y": 28032, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 28, + "instId": 300007, + "propState": 0, + "pos": { + "x": -147410, + "y": 28032, + "z": -36307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 28, + "instId": 300008, + "propState": 0, + "pos": { + "x": -144410, + "y": 28032, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 0, + "pos": { + "x": 46220, + "y": -16918, + "z": -259910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 0, + "pos": { + "x": 48980, + "y": -26620, + "z": -254530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [ + { + "groupId": 30, + "instId": 400001, + "pos": { + "x": 64980, + "y": -16918, + "z": -253210 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 0, + "pos": { + "x": 76980, + "y": -14918, + "z": -252210 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 0, + "pos": { + "x": 78980, + "y": -14918, + "z": -257210 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 0, + "pos": { + "x": 76980, + "y": -16918, + "z": -262210 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 30, + "instId": 300004, + "propState": 0, + "pos": { + "x": 67850, + "y": -16918, + "z": -253210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300005, + "propState": 0, + "pos": { + "x": 67480, + "y": -16918, + "z": -254010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 0, + "pos": { + "x": 66980, + "y": -16918, + "z": -253210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300007, + "propState": 0, + "pos": { + "x": 60820, + "y": -16918, + "z": -261210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300008, + "propState": 0, + "pos": { + "x": 60480, + "y": -16918, + "z": -260410 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "32": { + "monsters": [ + { + "groupId": 32, + "instId": 200001, + "eventId": 1, + "pos": { + "x": 71980, + "y": -16918, + "z": -259210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [ + { + "groupId": 33, + "instId": 400001, + "pos": { + "x": 72980, + "y": -16918, + "z": -260210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [ + { + "groupId": 34, + "instId": 400001, + "pos": { + "x": 72980, + "y": -16918, + "z": -254210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [ + { + "groupId": 35, + "instId": 400001, + "pos": { + "x": 73980, + "y": -16918, + "z": -257210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": -161501, + "y": 28050, + "z": -52710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 0, + "pos": { + "x": -161501, + "y": 28050, + "z": -50930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [ + { + "groupId": 60, + "instId": 400001, + "pos": { + "x": -161501, + "y": 24050, + "z": -76990 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 60, + "instId": 300001, + "propState": 0, + "pos": { + "x": -161501, + "y": 23050, + "z": -88990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 0, + "pos": { + "x": -161501, + "y": 28050, + "z": -90990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 60, + "instId": 300003, + "propState": 0, + "pos": { + "x": -161501, + "y": 33050, + "z": -88990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 60, + "instId": 300004, + "propState": 0, + "pos": { + "x": -161501, + "y": 24050, + "z": -79860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300005, + "propState": 0, + "pos": { + "x": -161501, + "y": 24850, + "z": -79490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300006, + "propState": 0, + "pos": { + "x": -161501, + "y": 24050, + "z": -78990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300007, + "propState": 0, + "pos": { + "x": -161501, + "y": 32050, + "z": -72830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300008, + "propState": 0, + "pos": { + "x": -161501, + "y": 31250, + "z": -72490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 60, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "62": { + "monsters": [ + { + "groupId": 62, + "instId": 200001, + "eventId": 1, + "pos": { + "x": -161501, + "y": 30050, + "z": -83990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [ + { + "groupId": 63, + "instId": 400001, + "pos": { + "x": -161501, + "y": 31050, + "z": -84990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [ + { + "groupId": 64, + "instId": 400001, + "pos": { + "x": -161501, + "y": 25050, + "z": -84990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [ + { + "groupId": 65, + "instId": 400001, + "pos": { + "x": -161501, + "y": 28050, + "z": -85990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 69, + "instId": 300001, + "propState": 0, + "pos": { + "x": -119527, + "y": 25140, + "z": -52220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 0, + "pos": { + "x": -119530, + "y": 25140, + "z": -46990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [ + { + "groupId": 70, + "instId": 400001, + "pos": { + "x": -119527, + "y": 29140, + "z": -78090 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 70, + "instId": 300001, + "propState": 0, + "pos": { + "x": -119501, + "y": 30140, + "z": -90090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 0, + "pos": { + "x": -119501, + "y": 25140, + "z": -92090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 70, + "instId": 300003, + "propState": 0, + "pos": { + "x": -119501, + "y": 20140, + "z": -90090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 0, + "pos": { + "x": -119527, + "y": 29140, + "z": -80960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 70, + "instId": 300005, + "propState": 0, + "pos": { + "x": -119527, + "y": 28340, + "z": -80590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 0, + "pos": { + "x": -119527, + "y": 29140, + "z": -80090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 70, + "instId": 300007, + "propState": 0, + "pos": { + "x": -119527, + "y": 21140, + "z": -73210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 70, + "instId": 300008, + "propState": 0, + "pos": { + "x": -119527, + "y": 21940, + "z": -72870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 70, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "72": { + "monsters": [ + { + "groupId": 72, + "instId": 200001, + "eventId": 1, + "pos": { + "x": -119527, + "y": 23140, + "z": -85090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [ + { + "groupId": 73, + "instId": 400001, + "pos": { + "x": -119527, + "y": 22140, + "z": -86090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [ + { + "groupId": 74, + "instId": 400001, + "pos": { + "x": -119527, + "y": 28140, + "z": -86090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [ + { + "groupId": 75, + "instId": 400001, + "pos": { + "x": -119527, + "y": 25140, + "z": -87090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 0, + "pos": { + "x": 146280, + "y": 46705, + "z": -295170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 0, + "pos": { + "x": 146280, + "y": 46705, + "z": -283025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [ + { + "groupId": 80, + "instId": 400001, + "pos": { + "x": 150280, + "y": 47050, + "z": -267025 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 80, + "instId": 300001, + "propState": 0, + "pos": { + "x": 151280, + "y": 47050, + "z": -255025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 80, + "instId": 300002, + "propState": 0, + "pos": { + "x": 146280, + "y": 47046, + "z": -253025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 80, + "instId": 300003, + "propState": 0, + "pos": { + "x": 141280, + "y": 47050, + "z": -255025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 80, + "instId": 300004, + "propState": 0, + "pos": { + "x": 150280, + "y": 47050, + "z": -264155 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 80, + "instId": 300005, + "propState": 0, + "pos": { + "x": 149480, + "y": 47050, + "z": -264525 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 80, + "instId": 300006, + "propState": 0, + "pos": { + "x": 150280, + "y": 47050, + "z": -265025 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 80, + "instId": 300007, + "propState": 0, + "pos": { + "x": 142280, + "y": 47050, + "z": -271185 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 80, + "instId": 300008, + "propState": 0, + "pos": { + "x": 143080, + "y": 47050, + "z": -271525 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 80, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "82": { + "monsters": [ + { + "groupId": 82, + "instId": 200001, + "eventId": 1, + "pos": { + "x": 144280, + "y": 47046, + "z": -260025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [ + { + "groupId": 83, + "instId": 400001, + "pos": { + "x": 143280, + "y": 47032, + "z": -259025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [ + { + "groupId": 84, + "instId": 400001, + "pos": { + "x": 149280, + "y": 47032, + "z": -259025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [ + { + "groupId": 85, + "instId": 400001, + "pos": { + "x": 146280, + "y": 47046, + "z": -258025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "88": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "89": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 89, + "instId": 300001, + "propState": 0, + "pos": { + "x": 167200, + "y": 40610, + "z": -247480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 0, + "pos": { + "x": 167200, + "y": 40610, + "z": -247480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [ + { + "groupId": 90, + "instId": 400001, + "pos": { + "x": 167200, + "y": 44610, + "z": -263480 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 90, + "instId": 300001, + "propState": 0, + "pos": { + "x": 167200, + "y": 44110, + "z": -275480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 0, + "pos": { + "x": 167200, + "y": 40610, + "z": -277480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 90, + "instId": 300003, + "propState": 0, + "pos": { + "x": 167200, + "y": 36610, + "z": -275480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 90, + "instId": 300004, + "propState": 0, + "pos": { + "x": 167200, + "y": 44610, + "z": -266350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 90, + "instId": 300005, + "propState": 0, + "pos": { + "x": 167200, + "y": 43810, + "z": -265980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 90, + "instId": 300006, + "propState": 0, + "pos": { + "x": 167200, + "y": 44610, + "z": -265480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 90, + "instId": 300007, + "propState": 0, + "pos": { + "x": 167200, + "y": 36610, + "z": -259320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 90, + "instId": 300008, + "propState": 0, + "pos": { + "x": 167200, + "y": 37410, + "z": -258980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 90, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "92": { + "monsters": [ + { + "groupId": 92, + "instId": 200001, + "eventId": 1, + "pos": { + "x": 167200, + "y": 38610, + "z": -270480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [ + { + "groupId": 93, + "instId": 400001, + "pos": { + "x": 167200, + "y": 37610, + "z": -271480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [ + { + "groupId": 94, + "instId": 400001, + "pos": { + "x": 167200, + "y": 43610, + "z": -271480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [ + { + "groupId": 95, + "instId": 400001, + "pos": { + "x": 167200, + "y": 40610, + "z": -272480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8040101": { + "P80401_F80401001": { + "scenes": { + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 0, + "pos": { + "x": -31303, + "y": -15925, + "z": -260010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 0, + "pos": { + "x": 31125, + "y": -15925, + "z": -259920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [ + { + "groupId": 75, + "instId": 400001, + "pos": { + "x": 3990, + "y": -15279, + "z": -277030 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 75, + "instId": 400002, + "pos": { + "x": 3990, + "y": -15006, + "z": -277030 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 75, + "instId": 400003, + "pos": { + "x": 3990, + "y": -14733, + "z": -277030 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 75, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3500, + "y": -15915, + "z": -266880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 75, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": -15915, + "z": -263880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 75, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 77, + "instId": 300001, + "propState": 0, + "pos": { + "x": -149296, + "y": 25087, + "z": -196920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 0, + "pos": { + "x": -90970, + "y": 8460, + "z": -196525 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 0, + "pos": { + "x": -116171, + "y": 22077, + "z": -219640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [ + { + "groupId": 78, + "instId": 400001, + "pos": { + "x": -124850, + "y": 22730, + "z": -196744 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 78, + "instId": 400002, + "pos": { + "x": -124850, + "y": 23003, + "z": -196744 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 78, + "instId": 400003, + "pos": { + "x": -124850, + "y": 23276, + "z": -196744 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": -130100, + "y": 22097, + "z": -200239 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 0, + "pos": { + "x": -133100, + "y": 22097, + "z": -196739 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 78, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -113610, + "y": 22142, + "z": -192739 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 78, + "instId": 300006, + "propState": 0, + "pos": { + "x": -113270, + "y": 22124, + "z": -193539 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 78, + "instId": 300007, + "propState": 0, + "pos": { + "x": -112770, + "y": 22142, + "z": -192739 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 78, + "instId": 300008, + "propState": 0, + "pos": { + "x": -125084, + "y": 22097, + "z": -196739 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 0, + "pos": { + "x": 87240, + "y": 22090, + "z": -197048 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 0, + "pos": { + "x": 143443, + "y": 25100, + "z": -196680 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 79, + "instId": 300003, + "propState": 0, + "pos": { + "x": 110314, + "y": 22080, + "z": -222750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [ + { + "groupId": 80, + "instId": 400001, + "pos": { + "x": 107435, + "y": 23020, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 80, + "instId": 400002, + "pos": { + "x": 107435, + "y": 22753, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3104 + } + ], + "props": [ + { + "groupId": 80, + "instId": 300001, + "propState": 0, + "pos": { + "x": 107010, + "y": 22103, + "z": -200720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 80, + "instId": 300002, + "propState": 0, + "pos": { + "x": 106670, + "y": 22137, + "z": -199920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 80, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 110670, + "y": 22103, + "z": -191910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 80, + "instId": 300006, + "propState": 0, + "pos": { + "x": 112670, + "y": 22112, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 80, + "instId": 300007, + "propState": 0, + "pos": { + "x": 110670, + "y": 22103, + "z": -201910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 80, + "instId": 300008, + "propState": 0, + "pos": { + "x": 107670, + "y": 22112, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [ + { + "groupId": 81, + "instId": 400001, + "pos": { + "x": 107435, + "y": 23284, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 81, + "instId": 400002, + "pos": { + "x": 107435, + "y": 23016, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 81, + "instId": 400003, + "pos": { + "x": 107435, + "y": 22748, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 81, + "instId": 300001, + "propState": 0, + "pos": { + "x": 107010, + "y": 22103, + "z": -200720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 0, + "pos": { + "x": 106670, + "y": 22137, + "z": -199920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 81, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 110670, + "y": 22103, + "z": -191910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 81, + "instId": 300006, + "propState": 0, + "pos": { + "x": 112670, + "y": 22112, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 81, + "instId": 300007, + "propState": 0, + "pos": { + "x": 110670, + "y": 22103, + "z": -201910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 81, + "instId": 300008, + "propState": 0, + "pos": { + "x": 107670, + "y": 22112, + "z": -196910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 82, + "instId": 300001, + "propState": 0, + "pos": { + "x": 75420, + "y": 22090, + "z": -258080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 0, + "pos": { + "x": 74855, + "y": 22090, + "z": -204620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 83, + "instId": 300001, + "propState": 0, + "pos": { + "x": 77520, + "y": 22090, + "z": -239140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 83, + "instId": 300002, + "propState": 0, + "pos": { + "x": 74020, + "y": 22090, + "z": -242140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 83, + "instId": 300003, + "propState": 0, + "pos": { + "x": 70520, + "y": 22090, + "z": -239140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 83, + "instId": 300004, + "propState": 0, + "pos": { + "x": 80254, + "y": 22090, + "z": -231770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 83, + "instId": 300005, + "propState": 0, + "pos": { + "x": 79454, + "y": 22090, + "z": -231400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 83, + "instId": 300006, + "propState": 0, + "pos": { + "x": 80254, + "y": 22090, + "z": -230900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 83, + "instId": 300007, + "propState": 0, + "pos": { + "x": 72672, + "y": 22090, + "z": -221810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 83, + "instId": 300008, + "propState": 0, + "pos": { + "x": 73472, + "y": 22090, + "z": -221470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 83, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "85": { + "monsters": [ + { + "groupId": 85, + "instId": 200001, + "eventId": 1, + "pos": { + "x": 73705, + "y": 22090, + "z": -235140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [ + { + "groupId": 86, + "instId": 400001, + "pos": { + "x": 71180, + "y": 22090, + "z": -235540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [ + { + "groupId": 87, + "instId": 400001, + "pos": { + "x": 77180, + "y": 22090, + "z": -235540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "88": { + "monsters": [], + "npcs": [ + { + "groupId": 88, + "instId": 400001, + "pos": { + "x": 74180, + "y": 22090, + "z": -236540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "89": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 92, + "instId": 300001, + "propState": 0, + "pos": { + "x": -122666, + "y": 28032, + "z": -40870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 0, + "pos": { + "x": -130390, + "y": 28032, + "z": -24720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 0, + "pos": { + "x": -151520, + "y": 28032, + "z": -24720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [ + { + "groupId": 93, + "instId": 400001, + "pos": { + "x": -144175, + "y": 28941, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 93, + "instId": 400002, + "pos": { + "x": -144175, + "y": 28673, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3104 + } + ], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 0, + "pos": { + "x": -143750, + "y": 28032, + "z": -37497 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 93, + "instId": 300002, + "propState": 0, + "pos": { + "x": -143410, + "y": 28032, + "z": -38297 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 93, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -147410, + "y": 28325, + "z": -46307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 93, + "instId": 300006, + "propState": 0, + "pos": { + "x": -149410, + "y": 28032, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 93, + "instId": 300007, + "propState": 0, + "pos": { + "x": -147410, + "y": 28032, + "z": -36307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 93, + "instId": 300008, + "propState": 0, + "pos": { + "x": -144410, + "y": 28032, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [ + { + "groupId": 94, + "instId": 400001, + "pos": { + "x": -144175, + "y": 29204, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 94, + "instId": 400002, + "pos": { + "x": -144175, + "y": 28936, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 94, + "instId": 400003, + "pos": { + "x": -144175, + "y": 28668, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 94, + "instId": 300001, + "propState": 0, + "pos": { + "x": -143750, + "y": 28032, + "z": -37497 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 0, + "pos": { + "x": -143410, + "y": 28032, + "z": -38297 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 94, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -147410, + "y": 28325, + "z": -46307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 94, + "instId": 300006, + "propState": 0, + "pos": { + "x": -149410, + "y": 28032, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 94, + "instId": 300007, + "propState": 0, + "pos": { + "x": -147410, + "y": 28032, + "z": -36307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 94, + "instId": 300008, + "propState": 0, + "pos": { + "x": -144410, + "y": 28032, + "z": -41307 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 95, + "instId": 300001, + "propState": 0, + "pos": { + "x": 46220, + "y": -16918, + "z": -259910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 95, + "instId": 300002, + "propState": 0, + "pos": { + "x": 78180, + "y": -16910, + "z": -238390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 95, + "instId": 300003, + "propState": 0, + "pos": { + "x": 78220, + "y": -16910, + "z": -267170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": 76330, + "y": -16910, + "z": -253710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 96, + "instId": 300002, + "propState": 0, + "pos": { + "x": 79330, + "y": -16910, + "z": -257210 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 96, + "instId": 300003, + "propState": 0, + "pos": { + "x": 76330, + "y": -16910, + "z": -260710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 96, + "instId": 300004, + "propState": 0, + "pos": { + "x": 67850, + "y": -16918, + "z": -253210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 96, + "instId": 300005, + "propState": 0, + "pos": { + "x": 67480, + "y": -16918, + "z": -254010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 96, + "instId": 300006, + "propState": 0, + "pos": { + "x": 66980, + "y": -16918, + "z": -253210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 96, + "instId": 300007, + "propState": 0, + "pos": { + "x": 60820, + "y": -16918, + "z": -261440 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 96, + "instId": 300008, + "propState": 0, + "pos": { + "x": 60480, + "y": -16918, + "z": -260640 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 96, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "98": { + "monsters": [ + { + "groupId": 98, + "instId": 200001, + "eventId": 1, + "pos": { + "x": 71980, + "y": -16918, + "z": -259210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [ + { + "groupId": 99, + "instId": 400001, + "pos": { + "x": 72980, + "y": -16918, + "z": -260210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [ + { + "groupId": 100, + "instId": 400001, + "pos": { + "x": 72980, + "y": -16918, + "z": -254210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "101": { + "monsters": [], + "npcs": [ + { + "groupId": 101, + "instId": 400001, + "pos": { + "x": 73980, + "y": -16918, + "z": -257210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "103": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "104": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "105": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 105, + "instId": 300001, + "propState": 0, + "pos": { + "x": 167200, + "y": 40970, + "z": -246520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 0, + "pos": { + "x": 167200, + "y": 40970, + "z": -246520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "106": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 106, + "instId": 300001, + "propState": 0, + "pos": { + "x": 167200, + "y": 44470, + "z": -274600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 106, + "instId": 300002, + "propState": 0, + "pos": { + "x": 167200, + "y": 40970, + "z": -277600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 106, + "instId": 300003, + "propState": 0, + "pos": { + "x": 167200, + "y": 37470, + "z": -274600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 106, + "instId": 300004, + "propState": 0, + "pos": { + "x": 167200, + "y": 44970, + "z": -266420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 106, + "instId": 300005, + "propState": 0, + "pos": { + "x": 167200, + "y": 44170, + "z": -266050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 106, + "instId": 300006, + "propState": 0, + "pos": { + "x": 167200, + "y": 44970, + "z": -265550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 106, + "instId": 300007, + "propState": 0, + "pos": { + "x": 167200, + "y": 36970, + "z": -259390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 106, + "instId": 300008, + "propState": 0, + "pos": { + "x": 167200, + "y": 37770, + "z": -259050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 106, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "108": { + "monsters": [ + { + "groupId": 108, + "instId": 200001, + "eventId": 1, + "pos": { + "x": 167200, + "y": 38970, + "z": -270550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "109": { + "monsters": [], + "npcs": [ + { + "groupId": 109, + "instId": 400001, + "pos": { + "x": 167200, + "y": 37970, + "z": -271550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "110": { + "monsters": [], + "npcs": [ + { + "groupId": 110, + "instId": 400001, + "pos": { + "x": 167200, + "y": 43970, + "z": -271550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "111": { + "monsters": [], + "npcs": [ + { + "groupId": 111, + "instId": 400001, + "pos": { + "x": 167200, + "y": 40970, + "z": -272550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "112": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "113": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "114": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "115": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 115, + "instId": 300001, + "propState": 0, + "pos": { + "x": 146280, + "y": 47046, + "z": -283025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 115, + "instId": 300002, + "propState": 0, + "pos": { + "x": 146280, + "y": 46705, + "z": -294300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "116": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 116, + "instId": 300001, + "propState": 0, + "pos": { + "x": 149780, + "y": 47046, + "z": -255880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 116, + "instId": 300002, + "propState": 0, + "pos": { + "x": 146280, + "y": 47046, + "z": -252880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 116, + "instId": 300003, + "propState": 0, + "pos": { + "x": 142780, + "y": 47046, + "z": -255880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 116, + "instId": 300004, + "propState": 0, + "pos": { + "x": 150280, + "y": 47050, + "z": -264155 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 116, + "instId": 300005, + "propState": 0, + "pos": { + "x": 149480, + "y": 47050, + "z": -264525 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 116, + "instId": 300006, + "propState": 0, + "pos": { + "x": 150280, + "y": 47050, + "z": -265025 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 116, + "instId": 300007, + "propState": 0, + "pos": { + "x": 142280, + "y": 47050, + "z": -271185 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 116, + "instId": 300008, + "propState": 0, + "pos": { + "x": 143080, + "y": 47050, + "z": -271525 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 116, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "117": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "118": { + "monsters": [ + { + "groupId": 118, + "instId": 200001, + "eventId": 1, + "pos": { + "x": 144280, + "y": 47046, + "z": -260025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "119": { + "monsters": [], + "npcs": [ + { + "groupId": 119, + "instId": 400001, + "pos": { + "x": 143280, + "y": 47032, + "z": -259025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "120": { + "monsters": [], + "npcs": [ + { + "groupId": 120, + "instId": 400001, + "pos": { + "x": 149280, + "y": 47032, + "z": -259025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "121": { + "monsters": [], + "npcs": [ + { + "groupId": 121, + "instId": 400001, + "pos": { + "x": 146280, + "y": 47046, + "z": -258025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "122": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "123": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "124": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "125": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 125, + "instId": 300001, + "propState": 0, + "pos": { + "x": -119530, + "y": 25140, + "z": -45290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 125, + "instId": 300002, + "propState": 0, + "pos": { + "x": -119530, + "y": 25140, + "z": -45290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "126": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 126, + "instId": 300001, + "propState": 0, + "pos": { + "x": -119501, + "y": 28640, + "z": -91150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 126, + "instId": 300002, + "propState": 0, + "pos": { + "x": -119501, + "y": 25140, + "z": -94150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 126, + "instId": 300003, + "propState": 0, + "pos": { + "x": -119501, + "y": 21640, + "z": -91150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 126, + "instId": 300004, + "propState": 0, + "pos": { + "x": -119530, + "y": 30160, + "z": -80960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 126, + "instId": 300005, + "propState": 0, + "pos": { + "x": -119530, + "y": 29360, + "z": -80590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 126, + "instId": 300006, + "propState": 0, + "pos": { + "x": -119530, + "y": 30160, + "z": -80090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 126, + "instId": 300007, + "propState": 0, + "pos": { + "x": -119527, + "y": 21140, + "z": -73330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 126, + "instId": 300008, + "propState": 0, + "pos": { + "x": -119527, + "y": 21940, + "z": -72990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 126, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "127": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "128": { + "monsters": [ + { + "groupId": 128, + "instId": 200001, + "eventId": 1, + "pos": { + "x": -119527, + "y": 23140, + "z": -85090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "129": { + "monsters": [], + "npcs": [ + { + "groupId": 129, + "instId": 400001, + "pos": { + "x": -119527, + "y": 22140, + "z": -86090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "130": { + "monsters": [], + "npcs": [ + { + "groupId": 130, + "instId": 400001, + "pos": { + "x": -119527, + "y": 28140, + "z": -86090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "131": { + "monsters": [], + "npcs": [ + { + "groupId": 131, + "instId": 400001, + "pos": { + "x": -119527, + "y": 25140, + "z": -87090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "132": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "133": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "134": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "135": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 135, + "instId": 300001, + "propState": 0, + "pos": { + "x": -161500, + "y": 28050, + "z": -47950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 135, + "instId": 300002, + "propState": 0, + "pos": { + "x": -161500, + "y": 28050, + "z": -47950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "136": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 136, + "instId": 300001, + "propState": 0, + "pos": { + "x": -161501, + "y": 24550, + "z": -89900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 136, + "instId": 300002, + "propState": 0, + "pos": { + "x": -161501, + "y": 28050, + "z": -92900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 136, + "instId": 300003, + "propState": 0, + "pos": { + "x": -161501, + "y": 31550, + "z": -89900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 136, + "instId": 300004, + "propState": 0, + "pos": { + "x": -161501, + "y": 24050, + "z": -79860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 136, + "instId": 300005, + "propState": 0, + "pos": { + "x": -161501, + "y": 24850, + "z": -79490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 136, + "instId": 300006, + "propState": 0, + "pos": { + "x": -161501, + "y": 24050, + "z": -78990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 136, + "instId": 300007, + "propState": 0, + "pos": { + "x": -161501, + "y": 32050, + "z": -72830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 136, + "instId": 300008, + "propState": 0, + "pos": { + "x": -161501, + "y": 31250, + "z": -72490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 136, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "137": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "138": { + "monsters": [ + { + "groupId": 138, + "instId": 200001, + "eventId": 1, + "pos": { + "x": -161501, + "y": 30050, + "z": -83990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "139": { + "monsters": [], + "npcs": [ + { + "groupId": 139, + "instId": 400001, + "pos": { + "x": -161501, + "y": 31050, + "z": -84990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "140": { + "monsters": [], + "npcs": [ + { + "groupId": 140, + "instId": 400001, + "pos": { + "x": -161501, + "y": 25050, + "z": -84990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "141": { + "monsters": [], + "npcs": [ + { + "groupId": 141, + "instId": 400001, + "pos": { + "x": -161501, + "y": 28050, + "z": -85990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "142": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "143": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "144": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "155": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "156": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "157": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "159": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "161": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "162": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "163": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 163, + "instId": 300001, + "propState": 0, + "pos": { + "x": -149650, + "y": 22087, + "z": -154589 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 163, + "instId": 300002, + "propState": 0, + "pos": { + "x": -131050, + "y": 22087, + "z": -154260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "164": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 164, + "instId": 300001, + "propState": 0, + "pos": { + "x": -145280, + "y": 16077, + "z": -134010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 164, + "instId": 300002, + "propState": 0, + "pos": { + "x": -140280, + "y": 16077, + "z": -132010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 164, + "instId": 300003, + "propState": 0, + "pos": { + "x": -135280, + "y": 16077, + "z": -134010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 164, + "instId": 300004, + "propState": 0, + "pos": { + "x": -137443, + "y": 16077, + "z": -142379 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 164, + "instId": 300005, + "propState": 0, + "pos": { + "x": -138243, + "y": 16077, + "z": -142719 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 164, + "instId": 300006, + "propState": 0, + "pos": { + "x": -137443, + "y": 16077, + "z": -143219 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "165": { + "monsters": [], + "npcs": [ + { + "groupId": 165, + "instId": 400001, + "pos": { + "x": -136280, + "y": 16077, + "z": -138010 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [], + "teleports": {} + }, + "166": { + "monsters": [], + "npcs": [ + { + "groupId": 166, + "instId": 400002, + "pos": { + "x": -144280, + "y": 16077, + "z": -138010 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "171": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 171, + "instId": 300001, + "propState": 0, + "pos": { + "x": -192540, + "y": 22077, + "z": -152401 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 171, + "instId": 300002, + "propState": 0, + "pos": { + "x": -195040, + "y": 22077, + "z": -148901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 171, + "instId": 300003, + "propState": 0, + "pos": { + "x": -192540, + "y": 22077, + "z": -145401 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "172": { + "monsters": [], + "npcs": [ + { + "groupId": 172, + "instId": 400001, + "pos": { + "x": -188284, + "y": 22995, + "z": -145901 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 172, + "instId": 400002, + "pos": { + "x": -188314, + "y": 22713, + "z": -145901 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3103 + } + ], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "173": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 173, + "instId": 300001, + "propState": 0, + "pos": { + "x": -173540, + "y": 9900, + "z": -148901 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 173, + "instId": 300002, + "propState": 0, + "pos": { + "x": -173540, + "y": 9900, + "z": -148901 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "174": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 174, + "instId": 300001, + "propState": 0, + "pos": { + "x": -173540, + "y": 5600, + "z": -148901 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 174, + "instId": 300002, + "propState": 0, + "pos": { + "x": -173540, + "y": 5600, + "z": -148901 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 0, + "pos": { + "x": -192540, + "y": 22077, + "z": -152401 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 175, + "instId": 300002, + "propState": 0, + "pos": { + "x": -195040, + "y": 22077, + "z": -148901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 175, + "instId": 300003, + "propState": 0, + "pos": { + "x": -192540, + "y": 22077, + "z": -145401 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "176": { + "monsters": [], + "npcs": [ + { + "groupId": 176, + "instId": 400001, + "pos": { + "x": -188314, + "y": 22991, + "z": -148901 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3107 + }, + { + "groupId": 176, + "instId": 400002, + "pos": { + "x": -188314, + "y": 22713, + "z": -148901 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3106 + } + ], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "177": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 177, + "instId": 300001, + "propState": 0, + "pos": { + "x": -173540, + "y": 4530, + "z": -148901 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 177, + "instId": 300002, + "propState": 0, + "pos": { + "x": -173540, + "y": 4530, + "z": -148901 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "178": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 178, + "instId": 300001, + "propState": 0, + "pos": { + "x": -192540, + "y": 22077, + "z": -152401 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 178, + "instId": 300002, + "propState": 0, + "pos": { + "x": -195040, + "y": 22077, + "z": -148901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 178, + "instId": 300003, + "propState": 0, + "pos": { + "x": -192540, + "y": 22077, + "z": -145401 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "179": { + "monsters": [], + "npcs": [ + { + "groupId": 179, + "instId": 400001, + "pos": { + "x": -188314, + "y": 22991, + "z": -145901 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3107 + }, + { + "groupId": 179, + "instId": 400002, + "pos": { + "x": -188314, + "y": 22713, + "z": -145901 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3106 + } + ], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "180": { + "monsters": [], + "npcs": [ + { + "groupId": 180, + "instId": 400002, + "pos": { + "x": -117950, + "y": 22149, + "z": -193410 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "181": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 181, + "instId": 300001, + "propState": 1, + "pos": { + "x": 146218, + "y": 28084, + "z": -175913 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 181, + "instId": 300002, + "propState": 1, + "pos": { + "x": 81346, + "y": 22089, + "z": -196925 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 181, + "instId": 300003, + "propState": 1, + "pos": { + "x": -81320, + "y": 22100, + "z": -196809 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 181, + "instId": 300006, + "propState": 1, + "pos": { + "x": -125303, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 181, + "instId": 300007, + "propState": 1, + "pos": { + "x": -155408, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 181, + "instId": 300008, + "propState": 1, + "pos": { + "x": -135344, + "y": -4910, + "z": -61779 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 181, + "instId": 300009, + "propState": 1, + "pos": { + "x": 149255, + "y": 28111, + "z": -130927 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 181, + "instId": 300010, + "propState": 1, + "pos": { + "x": 110204, + "y": 22109, + "z": -217944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 181, + "instId": 300011, + "propState": 1, + "pos": { + "x": -156331, + "y": -4910, + "z": -79773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 181, + "instId": 300004, + "propState": 1, + "pos": { + "x": -188501, + "y": 16040, + "z": -55890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 181, + "instId": 300012, + "propState": 1, + "pos": { + "x": -156415, + "y": -10910, + "z": -130932 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 181, + "instId": 300013, + "propState": 1, + "pos": { + "x": -165403, + "y": -10910, + "z": -139927 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 181, + "instId": 300015, + "propState": 1, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 181, + "instId": 300018, + "propState": 1, + "pos": { + "x": -173385, + "y": 22081, + "z": -148887 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 181, + "instId": 300005, + "propState": 1, + "pos": { + "x": -116165, + "y": 22090, + "z": -175809 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + } + ], + "teleports": {} + }, + "189": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 189, + "instId": 300001, + "propState": 0, + "pos": { + "x": -140500, + "y": 22100, + "z": -114810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103010 + }, + { + "groupId": 189, + "instId": 300002, + "propState": 1, + "pos": { + "x": -140500, + "y": 19040, + "z": -103893 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 189, + "instId": 300003, + "propState": 1, + "pos": { + "x": -140500, + "y": 22100, + "z": -125764 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103011 + } + ], + "teleports": {} + }, + "190": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 190, + "instId": 300001, + "propState": 0, + "pos": { + "x": -140580, + "y": 20930, + "z": -46900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103010 + }, + { + "groupId": 190, + "instId": 300002, + "propState": 1, + "pos": { + "x": -140501, + "y": 16010, + "z": -55956 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 190, + "instId": 300003, + "propState": 1, + "pos": { + "x": -140516, + "y": 21035, + "z": -37883 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 190, + "instId": 300004, + "propState": 0, + "pos": { + "x": -142489, + "y": 16032, + "z": -52035 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8040201": { + "P80402_F80402001": { + "scenes": { + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": -117270, + "y": 11597, + "z": 41390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": -117270, + "y": 6610, + "z": 44950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [ + { + "groupId": 10, + "instId": 400001, + "pos": { + "x": -113512, + "y": 12133, + "z": 61163 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 10, + "instId": 400002, + "pos": { + "x": -113512, + "y": 12406, + "z": 61163 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 10, + "instId": 400003, + "pos": { + "x": -113512, + "y": 12679, + "z": 61163 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": -120818, + "y": 11517, + "z": 71364 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": -117318, + "y": 11517, + "z": 74364 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": -117490, + "y": 11527, + "z": -24495 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": -102608, + "y": 11597, + "z": -3968 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [ + { + "groupId": 13, + "instId": 400001, + "pos": { + "x": -117372, + "y": 12148, + "z": -827 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 13, + "instId": 400002, + "pos": { + "x": -117372, + "y": 12421, + "z": -827 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 13, + "instId": 400003, + "pos": { + "x": -117372, + "y": 12694, + "z": -827 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": -120316, + "y": 11517, + "z": 1880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": -117316, + "y": 11517, + "z": 3880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -113520, + "y": 11597, + "z": -12320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 0, + "pos": { + "x": -114320, + "y": 11597, + "z": -12660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 0, + "pos": { + "x": -113520, + "y": 11597, + "z": -13160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 0, + "pos": { + "x": -117316, + "y": 11517, + "z": -620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": -117370, + "y": 11511, + "z": -173160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": -117370, + "y": 3680, + "z": -173160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [ + { + "groupId": 15, + "instId": 400001, + "pos": { + "x": -117370, + "y": 12449, + "z": -158395 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 15, + "instId": 400002, + "pos": { + "x": -117370, + "y": 12182, + "z": -158395 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3104 + } + ], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": -113560, + "y": 11541, + "z": -158820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": -114360, + "y": 11541, + "z": -159160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -122370, + "y": 11511, + "z": -155160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 0, + "pos": { + "x": -117370, + "y": 11518, + "z": -153160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 0, + "pos": { + "x": -112370, + "y": 11511, + "z": -155160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300008, + "propState": 0, + "pos": { + "x": -117370, + "y": 11541, + "z": -158160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [ + { + "groupId": 16, + "instId": 400001, + "pos": { + "x": -117370, + "y": 12713, + "z": -158395 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 16, + "instId": 400002, + "pos": { + "x": -117370, + "y": 12445, + "z": -158395 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 16, + "instId": 400003, + "pos": { + "x": -117370, + "y": 12177, + "z": -158395 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": -113560, + "y": 11541, + "z": -158820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": -114360, + "y": 11541, + "z": -159160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -122370, + "y": 11511, + "z": -155160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 0, + "pos": { + "x": -117370, + "y": 11518, + "z": -153160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 0, + "pos": { + "x": -112370, + "y": 11511, + "z": -155160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 0, + "pos": { + "x": -117370, + "y": 11541, + "z": -158160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": -84535, + "y": 29510, + "z": -94320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 0, + "pos": { + "x": -84535, + "y": 29510, + "z": -94880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 28, + "instId": 300001, + "propState": 0, + "pos": { + "x": -84390, + "y": 26010, + "z": -61420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 0, + "pos": { + "x": -84390, + "y": 29510, + "z": -58420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 0, + "pos": { + "x": -84390, + "y": 33010, + "z": -61420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 0, + "pos": { + "x": -84390, + "y": 25510, + "z": -71160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 28, + "instId": 300005, + "propState": 0, + "pos": { + "x": -84390, + "y": 26310, + "z": -71530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 28, + "instId": 300006, + "propState": 0, + "pos": { + "x": -84390, + "y": 25510, + "z": -72030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 28, + "instId": 300007, + "propState": 0, + "pos": { + "x": -84640, + "y": 33510, + "z": -78990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 28, + "instId": 300008, + "propState": 0, + "pos": { + "x": -84390, + "y": 32710, + "z": -79330 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 28, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "30": { + "monsters": [ + { + "groupId": 30, + "instId": 200001, + "eventId": 1, + "pos": { + "x": -84390, + "y": 31510, + "z": -67030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [ + { + "groupId": 31, + "instId": 400001, + "pos": { + "x": -84390, + "y": 32510, + "z": -66030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [ + { + "groupId": 32, + "instId": 400001, + "pos": { + "x": -84390, + "y": 26510, + "z": -66030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [ + { + "groupId": 33, + "instId": 400001, + "pos": { + "x": -84390, + "y": 29510, + "z": -65030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 0, + "pos": { + "x": -186134, + "y": 14910, + "z": -127310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 0, + "pos": { + "x": -186134, + "y": 14910, + "z": -127310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": -186380, + "y": 9910, + "z": -156730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 0, + "pos": { + "x": -186380, + "y": 14910, + "z": -158730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 0, + "pos": { + "x": -186380, + "y": 19910, + "z": -156730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 0, + "pos": { + "x": -186380, + "y": 21870, + "z": -147600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 38, + "instId": 300005, + "propState": 0, + "pos": { + "x": -186380, + "y": 22670, + "z": -147230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 38, + "instId": 300006, + "propState": 0, + "pos": { + "x": -186380, + "y": 21870, + "z": -146730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 38, + "instId": 300007, + "propState": 0, + "pos": { + "x": -186203, + "y": 16750, + "z": -140120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 38, + "instId": 300008, + "propState": 0, + "pos": { + "x": -186380, + "y": 15950, + "z": -139780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 38, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "40": { + "monsters": [ + { + "groupId": 40, + "instId": 200001, + "eventId": 1, + "pos": { + "x": -186380, + "y": 16910, + "z": -151730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [ + { + "groupId": 41, + "instId": 400001, + "pos": { + "x": -186380, + "y": 17910, + "z": -152730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [ + { + "groupId": 42, + "instId": 400001, + "pos": { + "x": -186380, + "y": 11910, + "z": -152730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [ + { + "groupId": 43, + "instId": 400001, + "pos": { + "x": -186203, + "y": 14910, + "z": -153730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 0, + "pos": { + "x": -138240, + "y": -2180, + "z": -135630 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 0, + "pos": { + "x": -142140, + "y": -2180, + "z": -135630 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 48, + "instId": 300001, + "propState": 0, + "pos": { + "x": -177790, + "y": 5511, + "z": -139130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 0, + "pos": { + "x": -180790, + "y": 5511, + "z": -135630 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 48, + "instId": 300003, + "propState": 0, + "pos": { + "x": -177790, + "y": 5511, + "z": -132130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 48, + "instId": 300004, + "propState": 0, + "pos": { + "x": -169660, + "y": 5511, + "z": -138130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300005, + "propState": 0, + "pos": { + "x": -169290, + "y": 5511, + "z": -137330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300006, + "propState": 0, + "pos": { + "x": -168790, + "y": 5511, + "z": -138130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300007, + "propState": 0, + "pos": { + "x": -162190, + "y": 5511, + "z": -131630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300008, + "propState": 0, + "pos": { + "x": -161850, + "y": 5511, + "z": -132430 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "50": { + "monsters": [ + { + "groupId": 50, + "instId": 200001, + "eventId": 1, + "pos": { + "x": -173790, + "y": 5511, + "z": -133630 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [ + { + "groupId": 51, + "instId": 400001, + "pos": { + "x": -175710, + "y": 5511, + "z": -132810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "52": { + "monsters": [], + "npcs": [ + { + "groupId": 52, + "instId": 400001, + "pos": { + "x": -175790, + "y": 5511, + "z": -138270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [ + { + "groupId": 53, + "instId": 400001, + "pos": { + "x": -175790, + "y": 5511, + "z": -135630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 57, + "instId": 300001, + "propState": 0, + "pos": { + "x": -135490, + "y": 14511, + "z": -99720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 0, + "pos": { + "x": -135490, + "y": 14511, + "z": -118300 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [ + { + "groupId": 58, + "instId": 400001, + "pos": { + "x": -150705, + "y": 12456, + "z": -94170 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 58, + "instId": 400002, + "pos": { + "x": -150705, + "y": 12188, + "z": -94170 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "npcId": 3104 + } + ], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": -150280, + "y": 11547, + "z": -90360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "pos": { + "x": -149940, + "y": 11547, + "z": -91160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -153940, + "y": 11511, + "z": -99170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 58, + "instId": 300006, + "propState": 0, + "pos": { + "x": -155940, + "y": 11511, + "z": -94170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 58, + "instId": 300007, + "propState": 0, + "pos": { + "x": -153940, + "y": 11511, + "z": -89170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 58, + "instId": 300008, + "propState": 0, + "pos": { + "x": -150940, + "y": 11547, + "z": -94170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [ + { + "groupId": 59, + "instId": 400001, + "pos": { + "x": -150705, + "y": 12719, + "z": -94170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 59, + "instId": 400002, + "pos": { + "x": -150705, + "y": 12452, + "z": -94170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 59, + "instId": 400003, + "pos": { + "x": -150705, + "y": 12183, + "z": -94170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": -150280, + "y": 11511, + "z": -90360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 0, + "pos": { + "x": -149940, + "y": 11511, + "z": -91160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -153940, + "y": 11511, + "z": -99170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 59, + "instId": 300006, + "propState": 0, + "pos": { + "x": -155940, + "y": 11511, + "z": -94170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 59, + "instId": 300007, + "propState": 0, + "pos": { + "x": -153940, + "y": 11511, + "z": -89170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 59, + "instId": 300008, + "propState": 0, + "pos": { + "x": -150940, + "y": 11547, + "z": -94170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 0, + "pos": { + "x": -78630, + "y": -3457, + "z": -73100 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 0, + "pos": { + "x": -78630, + "y": -3457, + "z": -73100 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 0, + "pos": { + "x": -104620, + "y": -3457, + "z": -77030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 0, + "pos": { + "x": -106620, + "y": -3457, + "z": -73030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 0, + "pos": { + "x": -104620, + "y": -3457, + "z": -69030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 67, + "instId": 300004, + "propState": 0, + "pos": { + "x": -97220, + "y": -3457, + "z": -69200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 67, + "instId": 300005, + "propState": 0, + "pos": { + "x": -96880, + "y": -3457, + "z": -70000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 67, + "instId": 300006, + "propState": 0, + "pos": { + "x": -96380, + "y": -3457, + "z": -69200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [ + { + "groupId": 68, + "instId": 400001, + "pos": { + "x": -100000, + "y": -3457, + "z": -69100 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [ + { + "groupId": 69, + "instId": 400002, + "pos": { + "x": -100000, + "y": -3457, + "z": -77100 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 70, + "instId": 300001, + "propState": 1, + "pos": { + "x": -114327, + "y": 11511, + "z": -189950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 1, + "pos": { + "x": -126390, + "y": 11517, + "z": -9949 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103032 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [ + { + "groupId": 85, + "instId": 400002, + "pos": { + "x": -113620, + "y": 11597, + "z": -7270 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 86, + "instId": 300001, + "propState": 0, + "pos": { + "x": -117400, + "y": 11541, + "z": -182900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 86, + "instId": 300002, + "propState": 0, + "pos": { + "x": -117400, + "y": 0, + "z": -182900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 87, + "instId": 300001, + "propState": 0, + "pos": { + "x": -120900, + "y": 11541, + "z": -154494 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 87, + "instId": 300002, + "propState": 0, + "pos": { + "x": -117400, + "y": 11541, + "z": -151994 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 87, + "instId": 300003, + "propState": 0, + "pos": { + "x": -113900, + "y": 11541, + "z": -154494 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 87, + "instId": 300004, + "propState": 0, + "pos": { + "x": -119720, + "y": 11541, + "z": -163812 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 87, + "instId": 300005, + "propState": 0, + "pos": { + "x": -118920, + "y": 11541, + "z": -164182 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 87, + "instId": 300006, + "propState": 0, + "pos": { + "x": -119720, + "y": 11541, + "z": -164682 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 87, + "instId": 300007, + "propState": 0, + "pos": { + "x": -115163, + "y": 11541, + "z": -171060 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 87, + "instId": 300008, + "propState": 0, + "pos": { + "x": -115963, + "y": 11541, + "z": -171400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 87, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "88": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "89": { + "monsters": [], + "npcs": [ + { + "groupId": 89, + "instId": 400001, + "pos": { + "x": -114400, + "y": 11541, + "z": -158900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [ + { + "groupId": 90, + "instId": 400001, + "pos": { + "x": -120400, + "y": 11541, + "z": -158900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [ + { + "groupId": 91, + "instId": 400001, + "pos": { + "x": -117400, + "y": 11541, + "z": -157900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 95, + "instId": 300001, + "propState": 0, + "pos": { + "x": -123466, + "y": 18030, + "z": -99502 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 95, + "instId": 300002, + "propState": 0, + "pos": { + "x": -122270, + "y": 11511, + "z": -93815 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": -155210, + "y": 11511, + "z": -97450 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 96, + "instId": 300002, + "propState": 0, + "pos": { + "x": -157710, + "y": 11511, + "z": -93950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 96, + "instId": 300003, + "propState": 0, + "pos": { + "x": -155210, + "y": 11511, + "z": -90450 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [ + { + "groupId": 97, + "instId": 400001, + "pos": { + "x": -150464, + "y": 12465, + "z": -90950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 97, + "instId": 400002, + "pos": { + "x": -150494, + "y": 12183, + "z": -90950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3103 + } + ], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [ + { + "groupId": 98, + "instId": 400001, + "pos": { + "x": -151644, + "y": 12461, + "z": -93950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3107 + }, + { + "groupId": 98, + "instId": 400002, + "pos": { + "x": -151644, + "y": 12183, + "z": -93950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3106 + } + ], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [ + { + "groupId": 99, + "instId": 400001, + "pos": { + "x": -150484, + "y": 12461, + "z": -90950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3107 + }, + { + "groupId": 99, + "instId": 400002, + "pos": { + "x": -150484, + "y": 12183, + "z": -90950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3106 + } + ], + "props": [ + { + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8040301": { + "P80403_F80403001": { + "scenes": { + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 46, + "instId": 300001, + "propState": 0, + "pos": { + "x": 298670, + "y": 168500, + "z": 450350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 0, + "pos": { + "x": 299690, + "y": 164780, + "z": 442320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [ + { + "groupId": 47, + "instId": 400001, + "pos": { + "x": 297000, + "y": 172834, + "z": 421956 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 47, + "instId": 400002, + "pos": { + "x": 297000, + "y": 173107, + "z": 421956 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 47, + "instId": 400003, + "pos": { + "x": 297000, + "y": 173380, + "z": 421956 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 0, + "pos": { + "x": 303150, + "y": 172169, + "z": 412990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 0, + "pos": { + "x": 299650, + "y": 172169, + "z": 409990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 49, + "instId": 300001, + "propState": 0, + "pos": { + "x": 121920, + "y": 200694, + "z": 551710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 0, + "pos": { + "x": 87510, + "y": 197740, + "z": 574700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [ + { + "groupId": 50, + "instId": 400001, + "pos": { + "x": 108830, + "y": 201682, + "z": 569370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 50, + "instId": 400002, + "pos": { + "x": 108830, + "y": 201432, + "z": 569370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 50, + "instId": 400003, + "pos": { + "x": 108830, + "y": 201182, + "z": 569370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 50, + "instId": 300001, + "propState": 0, + "pos": { + "x": 100930, + "y": 200610, + "z": 569370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 0, + "pos": { + "x": 97930, + "y": 200610, + "z": 569370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 117090, + "y": 200610, + "z": 573370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 50, + "instId": 300006, + "propState": 0, + "pos": { + "x": 117430, + "y": 200610, + "z": 572570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 50, + "instId": 300007, + "propState": 0, + "pos": { + "x": 117930, + "y": 200610, + "z": 573370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 50, + "instId": 300008, + "propState": 0, + "pos": { + "x": 108680, + "y": 200610, + "z": 569370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 51, + "instId": 300001, + "propState": 0, + "pos": { + "x": 75080, + "y": 186840, + "z": 529600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 0, + "pos": { + "x": 39310, + "y": 180509, + "z": 529290 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "52": { + "monsters": [], + "npcs": [ + { + "groupId": 52, + "instId": 400001, + "pos": { + "x": 58490, + "y": 184569, + "z": 529255 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 52, + "instId": 400002, + "pos": { + "x": 58490, + "y": 184301, + "z": 529255 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3104 + } + ], + "props": [ + { + "groupId": 52, + "instId": 300001, + "propState": 0, + "pos": { + "x": 54680, + "y": 183660, + "z": 529680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 0, + "pos": { + "x": 55480, + "y": 183660, + "z": 530020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 52, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 63490, + "y": 183660, + "z": 526020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 52, + "instId": 300006, + "propState": 0, + "pos": { + "x": 58490, + "y": 183660, + "z": 524020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 52, + "instId": 300007, + "propState": 0, + "pos": { + "x": 53490, + "y": 183660, + "z": 526020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 52, + "instId": 300008, + "propState": 0, + "pos": { + "x": 58490, + "y": 183660, + "z": 529020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [ + { + "groupId": 53, + "instId": 400001, + "pos": { + "x": 58490, + "y": 184832, + "z": 529255 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 53, + "instId": 400002, + "pos": { + "x": 58490, + "y": 184564, + "z": 529255 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 53, + "instId": 400003, + "pos": { + "x": 58490, + "y": 184296, + "z": 529255 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 53, + "instId": 300001, + "propState": 0, + "pos": { + "x": 54680, + "y": 183660, + "z": 529680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 0, + "pos": { + "x": 55480, + "y": 183660, + "z": 530020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 53, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 63490, + "y": 183660, + "z": 526020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 53, + "instId": 300006, + "propState": 0, + "pos": { + "x": 58490, + "y": 183660, + "z": 524020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 53, + "instId": 300007, + "propState": 0, + "pos": { + "x": 53490, + "y": 183660, + "z": 526020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 53, + "instId": 300008, + "propState": 0, + "pos": { + "x": 58490, + "y": 183660, + "z": 529020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 54, + "instId": 300001, + "propState": 0, + "pos": { + "x": 323920, + "y": 165390, + "z": 459290 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 0, + "pos": { + "x": 299420, + "y": 168767, + "z": 449700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [ + { + "groupId": 55, + "instId": 400001, + "pos": { + "x": 320680, + "y": 169769, + "z": 433345 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 55, + "instId": 400002, + "pos": { + "x": 320680, + "y": 169501, + "z": 433345 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3104 + } + ], + "props": [ + { + "groupId": 55, + "instId": 300001, + "propState": 0, + "pos": { + "x": 316870, + "y": 168860, + "z": 433770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 0, + "pos": { + "x": 317670, + "y": 168860, + "z": 434110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 325680, + "y": 168871, + "z": 430110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 55, + "instId": 300006, + "propState": 0, + "pos": { + "x": 320680, + "y": 168860, + "z": 428110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 55, + "instId": 300007, + "propState": 0, + "pos": { + "x": 315680, + "y": 168860, + "z": 430110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 55, + "instId": 300008, + "propState": 0, + "pos": { + "x": 320680, + "y": 168860, + "z": 433110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [ + { + "groupId": 56, + "instId": 400001, + "pos": { + "x": 320680, + "y": 170032, + "z": 433345 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 56, + "instId": 400002, + "pos": { + "x": 320680, + "y": 169764, + "z": 433345 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 56, + "instId": 400003, + "pos": { + "x": 320680, + "y": 169496, + "z": 433345 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 56, + "instId": 300001, + "propState": 0, + "pos": { + "x": 316870, + "y": 168860, + "z": 433770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 0, + "pos": { + "x": 317670, + "y": 168860, + "z": 434110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 325680, + "y": 168871, + "z": 430110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 56, + "instId": 300006, + "propState": 0, + "pos": { + "x": 320680, + "y": 168860, + "z": 428110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 56, + "instId": 300007, + "propState": 0, + "pos": { + "x": 315680, + "y": 168860, + "z": 430110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 56, + "instId": 300008, + "propState": 0, + "pos": { + "x": 320680, + "y": 168860, + "z": 433110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 57, + "instId": 300001, + "propState": 0, + "pos": { + "x": 154530, + "y": 142783, + "z": 417310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 0, + "pos": { + "x": 144530, + "y": 142800, + "z": 436570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 0, + "pos": { + "x": 170540, + "y": 140000, + "z": 436570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 57, + "instId": 300004, + "propState": 0, + "pos": { + "x": 167690, + "y": 141406, + "z": 457790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": 153600, + "y": 142800, + "z": 451750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "pos": { + "x": 157100, + "y": 142800, + "z": 454750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 0, + "pos": { + "x": 159600, + "y": 142800, + "z": 451750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 0, + "pos": { + "x": 153100, + "y": 142800, + "z": 441980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300005, + "propState": 0, + "pos": { + "x": 153900, + "y": 142800, + "z": 441610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300006, + "propState": 0, + "pos": { + "x": 153100, + "y": 142800, + "z": 441110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300007, + "propState": 0, + "pos": { + "x": 161100, + "y": 142800, + "z": 433720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300008, + "propState": 0, + "pos": { + "x": 160300, + "y": 142800, + "z": 433380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "60": { + "monsters": [ + { + "groupId": 60, + "instId": 200001, + "eventId": 1, + "pos": { + "x": 159100, + "y": 142800, + "z": 446110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [ + { + "groupId": 61, + "instId": 400001, + "pos": { + "x": 160100, + "y": 142800, + "z": 447110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [ + { + "groupId": 62, + "instId": 400001, + "pos": { + "x": 154100, + "y": 142800, + "z": 447110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [ + { + "groupId": 63, + "instId": 400001, + "pos": { + "x": 157100, + "y": 142800, + "z": 448110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 0, + "pos": { + "x": 148450, + "y": 142800, + "z": 436600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 0, + "pos": { + "x": 154500, + "y": 142783, + "z": 418070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 0, + "pos": { + "x": 213200, + "y": 143004, + "z": 448390 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 68, + "instId": 300001, + "propState": 0, + "pos": { + "x": 185370, + "y": 140017, + "z": 440100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 0, + "pos": { + "x": 188370, + "y": 140017, + "z": 436600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 0, + "pos": { + "x": 185370, + "y": 140017, + "z": 433100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 0, + "pos": { + "x": 176890, + "y": 140017, + "z": 440600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 0, + "pos": { + "x": 176520, + "y": 140017, + "z": 439800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 0, + "pos": { + "x": 176020, + "y": 140017, + "z": 440600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300007, + "propState": 0, + "pos": { + "x": 168780, + "y": 140655, + "z": 434363 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300008, + "propState": 0, + "pos": { + "x": 168440, + "y": 140797, + "z": 435163 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "70": { + "monsters": [ + { + "groupId": 70, + "instId": 200001, + "eventId": 1, + "pos": { + "x": 181020, + "y": 139679, + "z": 434600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [ + { + "groupId": 71, + "instId": 400001, + "pos": { + "x": 182020, + "y": 139679, + "z": 433600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [ + { + "groupId": 72, + "instId": 400001, + "pos": { + "x": 182020, + "y": 139679, + "z": 439600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [ + { + "groupId": 73, + "instId": 400001, + "pos": { + "x": 183020, + "y": 139679, + "z": 436600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 77, + "instId": 300001, + "propState": 0, + "pos": { + "x": 110680, + "y": 179508, + "z": 739950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 0, + "pos": { + "x": 73820, + "y": 184692, + "z": 725960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 0, + "pos": { + "x": 111480, + "y": 182429, + "z": 698680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": 123750, + "y": 182600, + "z": 738570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 0, + "pos": { + "x": 127250, + "y": 182600, + "z": 741570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 78, + "instId": 300003, + "propState": 0, + "pos": { + "x": 130750, + "y": 182600, + "z": 738570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 78, + "instId": 300004, + "propState": 0, + "pos": { + "x": 123250, + "y": 182443, + "z": 729950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300005, + "propState": 0, + "pos": { + "x": 124050, + "y": 182443, + "z": 729580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300006, + "propState": 0, + "pos": { + "x": 123250, + "y": 182443, + "z": 729080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300007, + "propState": 0, + "pos": { + "x": 131250, + "y": 182443, + "z": 722000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300008, + "propState": 0, + "pos": { + "x": 130450, + "y": 182443, + "z": 721660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 78, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "80": { + "monsters": [ + { + "groupId": 80, + "instId": 200001, + "eventId": 1, + "pos": { + "x": 129250, + "y": 182443, + "z": 734080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [ + { + "groupId": 81, + "instId": 400001, + "pos": { + "x": 130250, + "y": 182443, + "z": 735080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [ + { + "groupId": 82, + "instId": 400001, + "pos": { + "x": 124250, + "y": 182443, + "z": 735080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [ + { + "groupId": 83, + "instId": 400001, + "pos": { + "x": 127250, + "y": 182443, + "z": 736080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 87, + "instId": 300001, + "propState": 0, + "pos": { + "x": 70390, + "y": 179363, + "z": 710130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 87, + "instId": 300002, + "propState": 0, + "pos": { + "x": 106050, + "y": 182429, + "z": 720670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "88": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 88, + "instId": 300001, + "propState": 0, + "pos": { + "x": 95550, + "y": 184547, + "z": 729330 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 0, + "pos": { + "x": 98550, + "y": 184547, + "z": 725830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 88, + "instId": 300003, + "propState": 0, + "pos": { + "x": 95550, + "y": 184547, + "z": 722330 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 88, + "instId": 300004, + "propState": 0, + "pos": { + "x": 86870, + "y": 184559, + "z": 730122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300005, + "propState": 0, + "pos": { + "x": 86500, + "y": 184559, + "z": 729322 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300006, + "propState": 0, + "pos": { + "x": 86000, + "y": 184560, + "z": 730122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300007, + "propState": 0, + "pos": { + "x": 79840, + "y": 184566, + "z": 722122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300008, + "propState": 0, + "pos": { + "x": 79500, + "y": 184567, + "z": 722922 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 88, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "89": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "90": { + "monsters": [ + { + "groupId": 90, + "instId": 200001, + "eventId": 1, + "pos": { + "x": 91000, + "y": 184565, + "z": 724122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [ + { + "groupId": 91, + "instId": 400001, + "pos": { + "x": 92000, + "y": 184565, + "z": 723122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [ + { + "groupId": 92, + "instId": 400001, + "pos": { + "x": 92000, + "y": 184565, + "z": 729122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [ + { + "groupId": 93, + "instId": 400001, + "pos": { + "x": 93000, + "y": 184565, + "z": 726122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "101": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 101, + "instId": 300001, + "propState": 0, + "pos": { + "x": 297270, + "y": 122139, + "z": 623490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 101, + "instId": 300002, + "propState": 0, + "pos": { + "x": 342471, + "y": 120580, + "z": 619723 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 102, + "instId": 300001, + "propState": 0, + "pos": { + "x": 320510, + "y": 123680, + "z": 623070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 102, + "instId": 300002, + "propState": 0, + "pos": { + "x": 323510, + "y": 123680, + "z": 619570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 102, + "instId": 300003, + "propState": 0, + "pos": { + "x": 320510, + "y": 123680, + "z": 616070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 102, + "instId": 300004, + "propState": 0, + "pos": { + "x": 314620, + "y": 123691, + "z": 615760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 102, + "instId": 300005, + "propState": 0, + "pos": { + "x": 314280, + "y": 123692, + "z": 616560 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 102, + "instId": 300006, + "propState": 0, + "pos": { + "x": 313780, + "y": 123691, + "z": 615760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "103": { + "monsters": [], + "npcs": [ + { + "groupId": 103, + "instId": 400001, + "pos": { + "x": 317280, + "y": 123692, + "z": 615570 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [], + "teleports": {} + }, + "104": { + "monsters": [], + "npcs": [ + { + "groupId": 104, + "instId": 400002, + "pos": { + "x": 317280, + "y": 123692, + "z": 623570 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "105": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 105, + "instId": 300001, + "propState": 0, + "pos": { + "x": 298670, + "y": 168500, + "z": 450350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 0, + "pos": { + "x": 299690, + "y": 164780, + "z": 442320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "106": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 106, + "instId": 300001, + "propState": 0, + "pos": { + "x": 295650, + "y": 172169, + "z": 412810 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 106, + "instId": 300002, + "propState": 0, + "pos": { + "x": 299650, + "y": 172169, + "z": 410270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 106, + "instId": 300003, + "propState": 0, + "pos": { + "x": 303650, + "y": 172169, + "z": 412810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + } + ], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 108, + "instId": 300001, + "propState": 0, + "pos": { + "x": 154530, + "y": 142783, + "z": 417310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 108, + "instId": 300002, + "propState": 0, + "pos": { + "x": 144530, + "y": 142800, + "z": 436570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 108, + "instId": 300003, + "propState": 0, + "pos": { + "x": 170540, + "y": 140000, + "z": 436570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 108, + "instId": 300004, + "propState": 0, + "pos": { + "x": 167690, + "y": 141406, + "z": 457790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "109": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 109, + "instId": 300001, + "propState": 0, + "pos": { + "x": 152100, + "y": 142805, + "z": 451110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 109, + "instId": 300002, + "propState": 0, + "pos": { + "x": 157100, + "y": 142800, + "z": 453110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 109, + "instId": 300003, + "propState": 0, + "pos": { + "x": 162100, + "y": 142804, + "z": 451110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 109, + "instId": 300004, + "propState": 0, + "pos": { + "x": 153100, + "y": 142800, + "z": 441980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 109, + "instId": 300005, + "propState": 0, + "pos": { + "x": 153900, + "y": 142800, + "z": 441610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 109, + "instId": 300006, + "propState": 0, + "pos": { + "x": 153100, + "y": 142800, + "z": 441110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 109, + "instId": 300007, + "propState": 0, + "pos": { + "x": 161100, + "y": 142800, + "z": 433720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 109, + "instId": 300008, + "propState": 0, + "pos": { + "x": 160300, + "y": 142800, + "z": 433380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 109, + "instId": 300009, + "propState": 0, + "pos": { + "x": 161100, + "y": 142800, + "z": 432880 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "110": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "111": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "112": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "113": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 113, + "instId": 300001, + "propState": 0, + "pos": { + "x": 110680, + "y": 179508, + "z": 739950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 113, + "instId": 300002, + "propState": 0, + "pos": { + "x": 73820, + "y": 184692, + "z": 725960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 113, + "instId": 300003, + "propState": 0, + "pos": { + "x": 111480, + "y": 182429, + "z": 698680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "114": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 114, + "instId": 300001, + "propState": 0, + "pos": { + "x": 122250, + "y": 182600, + "z": 739080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 114, + "instId": 300002, + "propState": 0, + "pos": { + "x": 127250, + "y": 182600, + "z": 741080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 114, + "instId": 300003, + "propState": 0, + "pos": { + "x": 132250, + "y": 182600, + "z": 739080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 114, + "instId": 300004, + "propState": 0, + "pos": { + "x": 123250, + "y": 182443, + "z": 729950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 114, + "instId": 300005, + "propState": 0, + "pos": { + "x": 124050, + "y": 182443, + "z": 729580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 114, + "instId": 300006, + "propState": 0, + "pos": { + "x": 123250, + "y": 182443, + "z": 729080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 114, + "instId": 300007, + "propState": 0, + "pos": { + "x": 131250, + "y": 182443, + "z": 722000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 114, + "instId": 300008, + "propState": 0, + "pos": { + "x": 130450, + "y": 182443, + "z": 721660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 114, + "instId": 300009, + "propState": 0, + "pos": { + "x": 131250, + "y": 182443, + "z": 721160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "115": { + "monsters": [], + "npcs": [ + { + "groupId": 115, + "instId": 400001, + "pos": { + "x": 130250, + "y": 182443, + "z": 735080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "116": { + "monsters": [], + "npcs": [ + { + "groupId": 116, + "instId": 400001, + "pos": { + "x": 124250, + "y": 182443, + "z": 735080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "117": { + "monsters": [], + "npcs": [ + { + "groupId": 117, + "instId": 400001, + "pos": { + "x": 127250, + "y": 182443, + "z": 736080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "118": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 118, + "instId": 300001, + "propState": 0, + "pos": { + "x": 70390, + "y": 179363, + "z": 710130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 118, + "instId": 300002, + "propState": 0, + "pos": { + "x": 106050, + "y": 182429, + "z": 720670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "119": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 119, + "instId": 300001, + "propState": 0, + "pos": { + "x": 96000, + "y": 184550, + "z": 730122 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 119, + "instId": 300002, + "propState": 0, + "pos": { + "x": 98000, + "y": 184547, + "z": 726122 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 119, + "instId": 300003, + "propState": 0, + "pos": { + "x": 96000, + "y": 184555, + "z": 722122 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 119, + "instId": 300004, + "propState": 0, + "pos": { + "x": 86870, + "y": 184559, + "z": 730122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 119, + "instId": 300005, + "propState": 0, + "pos": { + "x": 86500, + "y": 184559, + "z": 729322 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 119, + "instId": 300006, + "propState": 0, + "pos": { + "x": 86000, + "y": 184560, + "z": 730122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 119, + "instId": 300007, + "propState": 0, + "pos": { + "x": 79840, + "y": 184566, + "z": 722122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 119, + "instId": 300008, + "propState": 0, + "pos": { + "x": 79500, + "y": 184567, + "z": 722922 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 119, + "instId": 300009, + "propState": 0, + "pos": { + "x": 79000, + "y": 184567, + "z": 722122 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "120": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "121": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "122": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "123": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 123, + "instId": 300001, + "propState": 0, + "pos": { + "x": 298670, + "y": 168500, + "z": 450350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 123, + "instId": 300002, + "propState": 0, + "pos": { + "x": 299690, + "y": 164780, + "z": 442320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "124": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 124, + "instId": 300001, + "propState": 0, + "pos": { + "x": 295650, + "y": 172169, + "z": 412810 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 124, + "instId": 300002, + "propState": 0, + "pos": { + "x": 299650, + "y": 172169, + "z": 410270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 124, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 296570, + "y": 172091, + "z": 427147 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 124, + "instId": 300006, + "propState": 0, + "pos": { + "x": 296163, + "y": 171500, + "z": 427189 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + }, + "125": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "126": { + "monsters": [], + "npcs": [ + { + "groupId": 126, + "instId": 400002, + "pos": { + "x": 111640, + "y": 200610, + "z": 572480 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "127": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 127, + "instId": 300001, + "propState": 0, + "pos": { + "x": 74840, + "y": 186840, + "z": 529500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 127, + "instId": 300002, + "propState": 0, + "pos": { + "x": 39251, + "y": 180509, + "z": 529388 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "129": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 129, + "instId": 300001, + "propState": 0, + "pos": { + "x": 61460, + "y": 183660, + "z": 526950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 129, + "instId": 300002, + "propState": 0, + "pos": { + "x": 57960, + "y": 183660, + "z": 524450 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 129, + "instId": 300003, + "propState": 0, + "pos": { + "x": 54460, + "y": 183660, + "z": 526950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "130": { + "monsters": [], + "npcs": [ + { + "groupId": 130, + "instId": 400001, + "pos": { + "x": 54960, + "y": 184582, + "z": 531866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 130, + "instId": 400002, + "pos": { + "x": 54960, + "y": 184300, + "z": 531836 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3103 + } + ], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "131": { + "monsters": [], + "npcs": [ + { + "groupId": 131, + "instId": 400001, + "pos": { + "x": 57960, + "y": 184588, + "z": 531286 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3107 + }, + { + "groupId": 131, + "instId": 400002, + "pos": { + "x": 57960, + "y": 184310, + "z": 531286 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3106 + } + ], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "132": { + "monsters": [], + "npcs": [ + { + "groupId": 132, + "instId": 400001, + "pos": { + "x": 54960, + "y": 184572, + "z": 531896 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3107 + }, + { + "groupId": 132, + "instId": 400002, + "pos": { + "x": 54960, + "y": 184294, + "z": 531896 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3106 + } + ], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "133": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 133, + "instId": 300001, + "propState": 0, + "pos": { + "x": 299292, + "y": 168860, + "z": 449899 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 133, + "instId": 300002, + "propState": 0, + "pos": { + "x": 315905, + "y": 168556, + "z": 459581 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "134": { + "monsters": [], + "npcs": [ + { + "groupId": 134, + "instId": 400001, + "pos": { + "x": 320560, + "y": 169496, + "z": 434030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 134, + "instId": 400002, + "pos": { + "x": 320560, + "y": 169769, + "z": 434030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 134, + "instId": 400003, + "pos": { + "x": 320560, + "y": 170042, + "z": 434030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 134, + "instId": 300001, + "propState": 0, + "pos": { + "x": 324060, + "y": 168860, + "z": 430170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 134, + "instId": 300002, + "propState": 0, + "pos": { + "x": 320560, + "y": 168860, + "z": 427170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 134, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 318030, + "y": 168860, + "z": 444130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 134, + "instId": 300006, + "propState": 0, + "pos": { + "x": 318830, + "y": 168860, + "z": 444470 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 134, + "instId": 300007, + "propState": 0, + "pos": { + "x": 318030, + "y": 168860, + "z": 444970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 134, + "instId": 300008, + "propState": 0, + "pos": { + "x": 320560, + "y": 168860, + "z": 433795 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "135": { + "monsters": [], + "npcs": [ + { + "groupId": 135, + "instId": 400002, + "pos": { + "x": 318430, + "y": 168860, + "z": 437990 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8040401": { + "P80404_F80404001": { + "scenes": { + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": -107756, + "y": 62638, + "z": 6180 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": -127497, + "y": 62048, + "z": 17565 + }, + "rot": { + "x": 0, + "y": 172560, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 0, + "pos": { + "x": -127428, + "y": 62048, + "z": -4731 + }, + "rot": { + "x": 0, + "y": 187197, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [ + { + "groupId": 15, + "instId": 400001, + "pos": { + "x": -143450, + "y": 61520, + "z": 9330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 15, + "instId": 400002, + "pos": { + "x": -143450, + "y": 61793, + "z": 9330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 15, + "instId": 400003, + "pos": { + "x": -143450, + "y": 62066, + "z": 9330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": -155780, + "y": 60884, + "z": 2830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": -158280, + "y": 60884, + "z": 6330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22594, + "y": 48553, + "z": -18704 + }, + "rot": { + "x": 0, + "y": 268652, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": 26860, + "y": 37160, + "z": -18900 + }, + "rot": { + "x": 0, + "y": 275211, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": 1098, + "y": 45369, + "z": -36962 + }, + "rot": { + "x": 0, + "y": 314525, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "pos": { + "x": -3150, + "y": 45367, + "z": -36290 + }, + "rot": { + "x": 0, + "y": 314525, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 0, + "pos": { + "x": -3892, + "y": 45370, + "z": -32053 + }, + "rot": { + "x": 0, + "y": 314525, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [ + { + "groupId": 19, + "instId": 400001, + "pos": { + "x": 461, + "y": 46306, + "z": -28339 + }, + "rot": { + "x": 0, + "y": 44524, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 19, + "instId": 400002, + "pos": { + "x": 440, + "y": 46024, + "z": -28360 + }, + "rot": { + "x": 0, + "y": 44524, + "z": 0 + }, + "npcId": 3103 + } + ], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [ + { + "groupId": 20, + "instId": 400001, + "pos": { + "x": 1858, + "y": 46302, + "z": -31199 + }, + "rot": { + "x": 0, + "y": 44524, + "z": 0 + }, + "npcId": 3107 + }, + { + "groupId": 20, + "instId": 400002, + "pos": { + "x": 1858, + "y": 46024, + "z": -31199 + }, + "rot": { + "x": 0, + "y": 44524, + "z": 0 + }, + "npcId": 3106 + } + ], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [ + { + "groupId": 21, + "instId": 400001, + "pos": { + "x": 480, + "y": 46302, + "z": -28330 + }, + "rot": { + "x": 0, + "y": 44524, + "z": 0 + }, + "npcId": 3107 + }, + { + "groupId": 21, + "instId": 400002, + "pos": { + "x": 480, + "y": 46024, + "z": -28330 + }, + "rot": { + "x": 0, + "y": 44524, + "z": 0 + }, + "npcId": 3106 + } + ], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": -49770, + "y": 58540, + "z": 6101 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 0, + "pos": { + "x": -21750, + "y": 56853, + "z": -8820 + }, + "rot": { + "x": 0, + "y": 330687, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 0, + "pos": { + "x": -21480, + "y": 56891, + "z": 21820 + }, + "rot": { + "x": 0, + "y": 208633, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [ + { + "groupId": 23, + "instId": 400001, + "pos": { + "x": -26595, + "y": 57470, + "z": 6210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 23, + "instId": 400002, + "pos": { + "x": -26595, + "y": 57743, + "z": 6210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 23, + "instId": 400003, + "pos": { + "x": -26595, + "y": 58016, + "z": 6210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": -22530, + "y": 56796, + "z": 9710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": -19530, + "y": 56796, + "z": 6210 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -33800, + "y": 56834, + "z": 2400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 0, + "pos": { + "x": -34140, + "y": 56834, + "z": 3200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 0, + "pos": { + "x": -34640, + "y": 56834, + "z": 2400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 0, + "pos": { + "x": -26360, + "y": 56834, + "z": 6210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 24, + "instId": 300001, + "propState": 0, + "pos": { + "x": -93930, + "y": 62594, + "z": 12290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 0, + "pos": { + "x": -101040, + "y": 62105, + "z": 52200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": -97810, + "y": 62105, + "z": 36880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 0, + "pos": { + "x": -94310, + "y": 62105, + "z": 39380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 0, + "pos": { + "x": -90810, + "y": 62105, + "z": 36880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 25, + "instId": 300004, + "propState": 0, + "pos": { + "x": -90010, + "y": 62105, + "z": 27220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 25, + "instId": 300005, + "propState": 0, + "pos": { + "x": -90810, + "y": 62105, + "z": 26880 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 25, + "instId": 300006, + "propState": 0, + "pos": { + "x": -90010, + "y": 62105, + "z": 26380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [ + { + "groupId": 26, + "instId": 400001, + "pos": { + "x": -91160, + "y": 62090, + "z": 31850 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [ + { + "groupId": 27, + "instId": 400002, + "pos": { + "x": -97320, + "y": 62105, + "z": 31960 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 28, + "instId": 300001, + "propState": 0, + "pos": { + "x": 80390, + "y": 48005, + "z": 6030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 0, + "pos": { + "x": 57450, + "y": 49273, + "z": 23020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 0, + "pos": { + "x": 58244, + "y": 49274, + "z": -11880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 0, + "pos": { + "x": 40480, + "y": 50889, + "z": 15006 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 28, + "instId": 300005, + "propState": 0, + "pos": { + "x": 40480, + "y": 50889, + "z": -3908 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 0, + "pos": { + "x": 49770, + "y": 49988, + "z": 2230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 0, + "pos": { + "x": 47270, + "y": 49988, + "z": 5730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 0, + "pos": { + "x": 49770, + "y": 49988, + "z": 9230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 29, + "instId": 300004, + "propState": 0, + "pos": { + "x": 57900, + "y": 49988, + "z": 1730 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 29, + "instId": 300005, + "propState": 0, + "pos": { + "x": 58270, + "y": 49988, + "z": 2530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 29, + "instId": 300006, + "propState": 0, + "pos": { + "x": 58770, + "y": 49988, + "z": 1730 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 29, + "instId": 300007, + "propState": 0, + "pos": { + "x": 65930, + "y": 49988, + "z": 9730 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 29, + "instId": 300008, + "propState": 0, + "pos": { + "x": 66270, + "y": 49988, + "z": 8930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 29, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [ + { + "groupId": 31, + "instId": 400001, + "pos": { + "x": 53770, + "y": 49988, + "z": 8730 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [ + { + "groupId": 32, + "instId": 400001, + "pos": { + "x": 53770, + "y": 49988, + "z": 2730 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [ + { + "groupId": 33, + "instId": 400001, + "pos": { + "x": 52770, + "y": 49988, + "z": 5730 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 0, + "pos": { + "x": -64570, + "y": 52822, + "z": 102850 + }, + "rot": { + "x": 0, + "y": 77152, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 0, + "pos": { + "x": -42940, + "y": 54051, + "z": 131220 + }, + "rot": { + "x": 0, + "y": 167247, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": -37360, + "y": 54051, + "z": 112970 + }, + "rot": { + "x": 0, + "y": 167152, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 0, + "pos": { + "x": -34144, + "y": 54051, + "z": 110114 + }, + "rot": { + "x": 0, + "y": 167152, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 0, + "pos": { + "x": -35803, + "y": 54051, + "z": 106145 + }, + "rot": { + "x": 0, + "y": 167152, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 0, + "pos": { + "x": -45912, + "y": 54051, + "z": 111537 + }, + "rot": { + "x": 0, + "y": 257152, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300005, + "propState": 0, + "pos": { + "x": -46095, + "y": 54051, + "z": 110674 + }, + "rot": { + "x": 0, + "y": 257152, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300006, + "propState": 0, + "pos": { + "x": -46760, + "y": 54051, + "z": 111343 + }, + "rot": { + "x": 0, + "y": 257152, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300007, + "propState": 0, + "pos": { + "x": -51962, + "y": 54051, + "z": 101951 + }, + "rot": { + "x": 0, + "y": 257152, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300008, + "propState": 0, + "pos": { + "x": -52471, + "y": 54051, + "z": 102656 + }, + "rot": { + "x": 0, + "y": 257152, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [ + { + "groupId": 40, + "instId": 400001, + "pos": { + "x": -40329, + "y": 54051, + "z": 105630 + }, + "rot": { + "x": 0, + "y": 257152, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [ + { + "groupId": 41, + "instId": 400001, + "pos": { + "x": -41663, + "y": 54051, + "z": 111480 + }, + "rot": { + "x": 0, + "y": 257152, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [ + { + "groupId": 42, + "instId": 400001, + "pos": { + "x": -40021, + "y": 54051, + "z": 108777 + }, + "rot": { + "x": 0, + "y": 257152, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 46, + "instId": 300001, + "propState": 0, + "pos": { + "x": 32890, + "y": 48570, + "z": -18820 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 0, + "pos": { + "x": 77740, + "y": 48402, + "z": -16850 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 0, + "pos": { + "x": 57880, + "y": 50022, + "z": -9410 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 0, + "pos": { + "x": 46780, + "y": 49274, + "z": -20490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 0, + "pos": { + "x": 44280, + "y": 49274, + "z": -16990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 0, + "pos": { + "x": 46780, + "y": 49274, + "z": -13490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 0, + "pos": { + "x": 54910, + "y": 49274, + "z": -20990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 0, + "pos": { + "x": 55280, + "y": 49274, + "z": -20190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 0, + "pos": { + "x": 55780, + "y": 49274, + "z": -20990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300007, + "propState": 0, + "pos": { + "x": 62940, + "y": 49274, + "z": -12990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300008, + "propState": 0, + "pos": { + "x": 63280, + "y": 49274, + "z": -13790 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [ + { + "groupId": 49, + "instId": 400001, + "pos": { + "x": 50780, + "y": 49274, + "z": -13990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [ + { + "groupId": 50, + "instId": 400001, + "pos": { + "x": 50780, + "y": 49274, + "z": -19990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [ + { + "groupId": 51, + "instId": 400001, + "pos": { + "x": 49780, + "y": 49274, + "z": -16990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "52": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 55, + "instId": 300001, + "propState": 0, + "pos": { + "x": 113160, + "y": 47134, + "z": 6711 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 0, + "pos": { + "x": 71640, + "y": 49957, + "z": 5864 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 0, + "pos": { + "x": 87100, + "y": 48649, + "z": 21330 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 55, + "instId": 300004, + "propState": 0, + "pos": { + "x": 95210, + "y": 48377, + "z": -8267 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300001, + "propState": 0, + "pos": { + "x": 82030, + "y": 47845, + "z": 2690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 0, + "pos": { + "x": 79530, + "y": 47845, + "z": 6190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 0, + "pos": { + "x": 82030, + "y": 47845, + "z": 9690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 56, + "instId": 300004, + "propState": 0, + "pos": { + "x": 100630, + "y": 47845, + "z": 2080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300005, + "propState": 0, + "pos": { + "x": 101000, + "y": 47845, + "z": 2880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300006, + "propState": 0, + "pos": { + "x": 101500, + "y": 47845, + "z": 2080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300007, + "propState": 0, + "pos": { + "x": 97230, + "y": 47845, + "z": 12060 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300008, + "propState": 0, + "pos": { + "x": 97570, + "y": 47845, + "z": 11260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 56, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [ + { + "groupId": 58, + "instId": 400001, + "pos": { + "x": 86030, + "y": 47845, + "z": 9190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [ + { + "groupId": 59, + "instId": 400001, + "pos": { + "x": 86030, + "y": 47845, + "z": 3190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [ + { + "groupId": 60, + "instId": 400001, + "pos": { + "x": 85030, + "y": 47845, + "z": 6190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": -94305, + "y": 62594, + "z": -14 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 0, + "pos": { + "x": -101290, + "y": 62098, + "z": -40031 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 65, + "instId": 300001, + "propState": 0, + "pos": { + "x": -91310, + "y": 62098, + "z": -29420 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 0, + "pos": { + "x": -94810, + "y": 62098, + "z": -31920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 65, + "instId": 300003, + "propState": 0, + "pos": { + "x": -98310, + "y": 62098, + "z": -29420 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 65, + "instId": 300004, + "propState": 0, + "pos": { + "x": -90810, + "y": 62098, + "z": -21030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 65, + "instId": 300005, + "propState": 0, + "pos": { + "x": -91610, + "y": 62098, + "z": -20660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 65, + "instId": 300006, + "propState": 0, + "pos": { + "x": -90810, + "y": 62098, + "z": -20160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 65, + "instId": 300007, + "propState": 0, + "pos": { + "x": -98810, + "y": 62098, + "z": -13000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 65, + "instId": 300008, + "propState": 0, + "pos": { + "x": -98010, + "y": 62098, + "z": -12660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 65, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [ + { + "groupId": 67, + "instId": 400001, + "pos": { + "x": -97810, + "y": 62098, + "z": -25160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [ + { + "groupId": 68, + "instId": 400001, + "pos": { + "x": -91810, + "y": 62098, + "z": -25160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [ + { + "groupId": 69, + "instId": 400001, + "pos": { + "x": -94810, + "y": 62098, + "z": -26160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [ + { + "groupId": 73, + "instId": 400002, + "pos": { + "x": -29140, + "y": 56834, + "z": 3210 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8040501": { + "P80405_F80405001": { + "scenes": { + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -960, + "y": 87120, + "z": -42700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "pos": { + "x": -1091, + "y": 82560, + "z": -9132 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4460, + "y": 95009, + "z": -14700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 0, + "pos": { + "x": -960, + "y": 95009, + "z": -12200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 0, + "pos": { + "x": 2540, + "y": 95009, + "z": -14700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 0, + "pos": { + "x": -4960, + "y": 95009, + "z": -22830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 19, + "instId": 300005, + "propState": 0, + "pos": { + "x": -4160, + "y": 95009, + "z": -23200 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 19, + "instId": 300006, + "propState": 0, + "pos": { + "x": -4960, + "y": 95009, + "z": -23700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 19, + "instId": 300007, + "propState": 0, + "pos": { + "x": 3040, + "y": 95009, + "z": -30860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 19, + "instId": 300008, + "propState": 0, + "pos": { + "x": 2240, + "y": 95009, + "z": -31200 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 19, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [ + { + "groupId": 21, + "instId": 400001, + "pos": { + "x": 2040, + "y": 95009, + "z": -18700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [ + { + "groupId": 22, + "instId": 400001, + "pos": { + "x": -3960, + "y": 95009, + "z": -18700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [ + { + "groupId": 23, + "instId": 400001, + "pos": { + "x": -960, + "y": 95009, + "z": -17700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": -88630, + "y": -223996, + "z": -30270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 0, + "pos": { + "x": -35510, + "y": -225824, + "z": -39050 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 0, + "pos": { + "x": -66290, + "y": -226744, + "z": -50890 + }, + "rot": { + "x": 0, + "y": 4071, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [ + { + "groupId": 28, + "instId": 400001, + "pos": { + "x": -70820, + "y": -225319, + "z": -38360 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 28, + "instId": 400002, + "pos": { + "x": -70820, + "y": -225046, + "z": -38360 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 28, + "instId": 400003, + "pos": { + "x": -70820, + "y": -224773, + "z": -38360 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 28, + "instId": 300001, + "propState": 0, + "pos": { + "x": -58880, + "y": -225944, + "z": -32340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 0, + "pos": { + "x": -56380, + "y": -225944, + "z": -35840 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 0, + "pos": { + "x": -166000, + "y": -209760, + "z": -61570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 0, + "pos": { + "x": -166000, + "y": -209760, + "z": -61570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 0, + "pos": { + "x": -162500, + "y": -199418, + "z": -78840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 0, + "pos": { + "x": -166000, + "y": -199418, + "z": -81340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 0, + "pos": { + "x": -169500, + "y": -199418, + "z": -78840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 0, + "pos": { + "x": -169810, + "y": -199418, + "z": -66260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 31, + "instId": 300005, + "propState": 0, + "pos": { + "x": -169010, + "y": -199418, + "z": -65920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 31, + "instId": 300006, + "propState": 0, + "pos": { + "x": -169810, + "y": -199418, + "z": -65420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [ + { + "groupId": 32, + "instId": 400001, + "pos": { + "x": -170000, + "y": -199418, + "z": -72500 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [ + { + "groupId": 33, + "instId": 400002, + "pos": { + "x": -162000, + "y": -199418, + "z": -72500 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": -112890, + "y": -252690, + "z": -147120 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 0, + "pos": { + "x": -115310, + "y": -225905, + "z": -143260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 0, + "pos": { + "x": -92590, + "y": -225905, + "z": -143620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 0, + "pos": { + "x": -90090, + "y": -225905, + "z": -147120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 0, + "pos": { + "x": -92590, + "y": -225905, + "z": -150620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [ + { + "groupId": 36, + "instId": 400001, + "pos": { + "x": -98146, + "y": -224987, + "z": -150120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 36, + "instId": 400002, + "pos": { + "x": -98116, + "y": -225269, + "z": -150120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3103 + } + ], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [ + { + "groupId": 37, + "instId": 400001, + "pos": { + "x": -98116, + "y": -224991, + "z": -147120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3107 + }, + { + "groupId": 37, + "instId": 400002, + "pos": { + "x": -98116, + "y": -225269, + "z": -147120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3106 + } + ], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [ + { + "groupId": 38, + "instId": 400001, + "pos": { + "x": -98116, + "y": -224991, + "z": -150120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3107 + }, + { + "groupId": 38, + "instId": 400002, + "pos": { + "x": -98116, + "y": -225269, + "z": -150120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3106 + } + ], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 39, + "instId": 300001, + "propState": 0, + "pos": { + "x": 63232, + "y": 100990, + "z": 99605 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 0, + "pos": { + "x": 76470, + "y": 78830, + "z": 84570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [ + { + "groupId": 40, + "instId": 400001, + "pos": { + "x": 76470, + "y": 98668, + "z": 101335 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 40, + "instId": 400002, + "pos": { + "x": 76470, + "y": 98941, + "z": 101335 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 40, + "instId": 400003, + "pos": { + "x": 76470, + "y": 99214, + "z": 101335 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 40, + "instId": 300001, + "propState": 0, + "pos": { + "x": 72970, + "y": 98032, + "z": 108010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 0, + "pos": { + "x": 76470, + "y": 98032, + "z": 111010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 40, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 80280, + "y": 98032, + "z": 94910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 40, + "instId": 300006, + "propState": 0, + "pos": { + "x": 79480, + "y": 98032, + "z": 94570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 40, + "instId": 300007, + "propState": 0, + "pos": { + "x": 80280, + "y": 98032, + "z": 94070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 40, + "instId": 300008, + "propState": 0, + "pos": { + "x": 76470, + "y": 98032, + "z": 101570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 41, + "instId": 300001, + "propState": 0, + "pos": { + "x": -669, + "y": -225248, + "z": -71144 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 0, + "pos": { + "x": -18840, + "y": -225248, + "z": -39050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "pos": { + "x": -9270, + "y": -225248, + "z": -38310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 0, + "pos": { + "x": -5770, + "y": -225153, + "z": -35810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 0, + "pos": { + "x": -2270, + "y": -225248, + "z": -38310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 42, + "instId": 300004, + "propState": 0, + "pos": { + "x": -9770, + "y": -225248, + "z": -47290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 42, + "instId": 300005, + "propState": 0, + "pos": { + "x": -8970, + "y": -225248, + "z": -47660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 42, + "instId": 300006, + "propState": 0, + "pos": { + "x": -9770, + "y": -225248, + "z": -48160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 42, + "instId": 300007, + "propState": 0, + "pos": { + "x": -1770, + "y": -225248, + "z": -55320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 42, + "instId": 300008, + "propState": 0, + "pos": { + "x": -2570, + "y": -225248, + "z": -55660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 42, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [ + { + "groupId": 44, + "instId": 400001, + "pos": { + "x": -2770, + "y": -225248, + "z": -43160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [ + { + "groupId": 45, + "instId": 400001, + "pos": { + "x": -8770, + "y": -225248, + "z": -43160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [ + { + "groupId": 46, + "instId": 400001, + "pos": { + "x": -5770, + "y": -225248, + "z": -42160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300001, + "propState": 0, + "pos": { + "x": -704, + "y": 76970, + "z": -14226 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 0, + "pos": { + "x": -930, + "y": 82910, + "z": -1446 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 51, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4430, + "y": 95000, + "z": 16960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 0, + "pos": { + "x": -930, + "y": 95000, + "z": 19460 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 0, + "pos": { + "x": 2570, + "y": 95000, + "z": 16960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 51, + "instId": 300004, + "propState": 0, + "pos": { + "x": -4930, + "y": 95000, + "z": 8680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 51, + "instId": 300005, + "propState": 0, + "pos": { + "x": -4130, + "y": 95000, + "z": 8310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 51, + "instId": 300006, + "propState": 0, + "pos": { + "x": -4930, + "y": 95000, + "z": 7810 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 51, + "instId": 300007, + "propState": 0, + "pos": { + "x": 3070, + "y": 95000, + "z": 1240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 51, + "instId": 300008, + "propState": 0, + "pos": { + "x": 2270, + "y": 95000, + "z": 900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 51, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "52": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [ + { + "groupId": 53, + "instId": 400001, + "pos": { + "x": 2070, + "y": 95000, + "z": 12150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [ + { + "groupId": 54, + "instId": 400001, + "pos": { + "x": -3930, + "y": 95000, + "z": 12150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [ + { + "groupId": 55, + "instId": 400001, + "pos": { + "x": -930, + "y": 95000, + "z": 13150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 57560, + "y": 97450, + "z": -33830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 0, + "pos": { + "x": 57560, + "y": 97450, + "z": -33830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 60, + "instId": 300001, + "propState": 0, + "pos": { + "x": 44000, + "y": 93950, + "z": -6750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 0, + "pos": { + "x": 44000, + "y": 97450, + "z": -4250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 60, + "instId": 300003, + "propState": 0, + "pos": { + "x": 44000, + "y": 100950, + "z": -6750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 60, + "instId": 300004, + "propState": 0, + "pos": { + "x": 44000, + "y": 93450, + "z": -14660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 60, + "instId": 300005, + "propState": 0, + "pos": { + "x": 44000, + "y": 94250, + "z": -15030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 60, + "instId": 300006, + "propState": 0, + "pos": { + "x": 44000, + "y": 93450, + "z": -15530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 60, + "instId": 300007, + "propState": 0, + "pos": { + "x": 44000, + "y": 101450, + "z": -21990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 60, + "instId": 300008, + "propState": 0, + "pos": { + "x": 44000, + "y": 100650, + "z": -22330 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 60, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [ + { + "groupId": 62, + "instId": 400001, + "pos": { + "x": 43982, + "y": 100450, + "z": -11000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [ + { + "groupId": 63, + "instId": 400001, + "pos": { + "x": 43982, + "y": 94450, + "z": -11000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [ + { + "groupId": 64, + "instId": 400001, + "pos": { + "x": 44000, + "y": 97451, + "z": -10000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 68, + "instId": 300001, + "propState": 0, + "pos": { + "x": -141320, + "y": -221950, + "z": -86900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 0, + "pos": { + "x": -141320, + "y": -221950, + "z": -86900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 69, + "instId": 300001, + "propState": 0, + "pos": { + "x": -144820, + "y": -204970, + "z": -58900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 0, + "pos": { + "x": -141320, + "y": -204970, + "z": -56400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 0, + "pos": { + "x": -137820, + "y": -204970, + "z": -58900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 69, + "instId": 300004, + "propState": 0, + "pos": { + "x": -145320, + "y": -204970, + "z": -67030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 69, + "instId": 300005, + "propState": 0, + "pos": { + "x": -144520, + "y": -204970, + "z": -67400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 69, + "instId": 300006, + "propState": 0, + "pos": { + "x": -145320, + "y": -204970, + "z": -67900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 69, + "instId": 300007, + "propState": 0, + "pos": { + "x": -138110, + "y": -204970, + "z": -76940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 69, + "instId": 300008, + "propState": 0, + "pos": { + "x": -138910, + "y": -204970, + "z": -77280 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 69, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [ + { + "groupId": 71, + "instId": 400001, + "pos": { + "x": -138320, + "y": -204970, + "z": -62900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [ + { + "groupId": 72, + "instId": 400001, + "pos": { + "x": -144320, + "y": -204970, + "z": -62900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [ + { + "groupId": 73, + "instId": 400001, + "pos": { + "x": -141320, + "y": -204970, + "z": -61900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [ + { + "groupId": 77, + "instId": 400002, + "pos": { + "x": 79470, + "y": 98032, + "z": 99570 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 1, + "pos": { + "x": -1000, + "y": 95000, + "z": -9013 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 1, + "pos": { + "x": -1103, + "y": 98000, + "z": 56939 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 78, + "instId": 300004, + "propState": 1, + "pos": { + "x": -835, + "y": 95820, + "z": 142306 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 78, + "instId": 300005, + "propState": 1, + "pos": { + "x": 39519, + "y": 88400, + "z": 103220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 78, + "instId": 300006, + "propState": 1, + "pos": { + "x": 48558, + "y": 84400, + "z": 82242 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 1, + "pos": { + "x": 11234, + "y": 95000, + "z": 18000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103034 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 1, + "pos": { + "x": 32000, + "y": 91000, + "z": -2897 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 79, + "instId": 300003, + "propState": 0, + "pos": { + "x": 23480, + "y": 96150, + "z": 9640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103010 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8040601": { + "P80406_F80406001": { + "scenes": { + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": -50, + "y": 1709, + "z": 59070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -50, + "y": -11820, + "z": 69120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3550, + "y": 610, + "z": 84250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": -50, + "y": 610, + "z": 86750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": 3450, + "y": 610, + "z": 84250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 0, + "pos": { + "x": 3570, + "y": 610, + "z": 74060 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 0, + "pos": { + "x": 2770, + "y": 610, + "z": 73720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 0, + "pos": { + "x": 3570, + "y": 610, + "z": 73220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [ + { + "groupId": 8, + "instId": 400001, + "pos": { + "x": 3950, + "y": 572, + "z": 78760 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [ + { + "groupId": 9, + "instId": 400002, + "pos": { + "x": -4050, + "y": 572, + "z": 78760 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": -277390, + "y": 6262, + "z": 852310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": -277360, + "y": 4781, + "z": 812650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [ + { + "groupId": 11, + "instId": 400001, + "pos": { + "x": -280360, + "y": 7347, + "z": 833489 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 11, + "instId": 400002, + "pos": { + "x": -280360, + "y": 7620, + "z": 833489 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 11, + "instId": 400003, + "pos": { + "x": -280360, + "y": 7893, + "z": 833489 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": -273860, + "y": 6315, + "z": 821370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": -277360, + "y": 6315, + "z": 818870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": -252740, + "y": -125500, + "z": 464080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": -270773, + "y": -126180, + "z": 462680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": -274273, + "y": -110612, + "z": 477550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": -270773, + "y": -110610, + "z": 480050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 0, + "pos": { + "x": -267273, + "y": -110613, + "z": 477550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [ + { + "groupId": 15, + "instId": 400001, + "pos": { + "x": -267640, + "y": -109679, + "z": 471772 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 15, + "instId": 400002, + "pos": { + "x": -267640, + "y": -109961, + "z": 471802 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3103 + } + ], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [ + { + "groupId": 16, + "instId": 400001, + "pos": { + "x": -270773, + "y": -109688, + "z": 472772 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3107 + }, + { + "groupId": 16, + "instId": 400002, + "pos": { + "x": -270773, + "y": -109966, + "z": 472772 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3106 + } + ], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [ + { + "groupId": 17, + "instId": 400001, + "pos": { + "x": -267773, + "y": -109679, + "z": 471994 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3107 + }, + { + "groupId": 17, + "instId": 400002, + "pos": { + "x": -267773, + "y": -109957, + "z": 471994 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3106 + } + ], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": -270160, + "y": -133360, + "z": 391850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 0, + "pos": { + "x": -270380, + "y": -119057, + "z": 406070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [ + { + "groupId": 21, + "instId": 400001, + "pos": { + "x": -270160, + "y": -120300, + "z": 387430 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 21, + "instId": 400002, + "pos": { + "x": -270160, + "y": -120027, + "z": 387430 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 21, + "instId": 400003, + "pos": { + "x": -270160, + "y": -119754, + "z": 387430 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": -273660, + "y": -120936, + "z": 394660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 0, + "pos": { + "x": -270160, + "y": -120936, + "z": 397660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -266350, + "y": -120936, + "z": 378580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 0, + "pos": { + "x": -267150, + "y": -120936, + "z": 378240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 0, + "pos": { + "x": -266350, + "y": -120936, + "z": 377740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 0, + "pos": { + "x": -270160, + "y": -120936, + "z": 387665 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": -443750, + "y": -119126, + "z": 412540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 0, + "pos": { + "x": -440630, + "y": -132280, + "z": 404390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": -437130, + "y": -120936, + "z": 381510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": -440630, + "y": -120936, + "z": 379010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 0, + "pos": { + "x": -444130, + "y": -120936, + "z": 381510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 0, + "pos": { + "x": -437120, + "y": -120936, + "z": 391250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 0, + "pos": { + "x": -437920, + "y": -120936, + "z": 391620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 0, + "pos": { + "x": -437120, + "y": -120936, + "z": 392120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 0, + "pos": { + "x": -444320, + "y": -120936, + "z": 398980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 0, + "pos": { + "x": -443520, + "y": -120936, + "z": 399320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [ + { + "groupId": 25, + "instId": 400001, + "pos": { + "x": -443630, + "y": -120936, + "z": 386860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [ + { + "groupId": 26, + "instId": 400001, + "pos": { + "x": -437630, + "y": -120936, + "z": 386860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [ + { + "groupId": 27, + "instId": 400001, + "pos": { + "x": -440630, + "y": -120936, + "z": 385860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 0, + "pos": { + "x": 216630, + "y": -38490, + "z": 260650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 0, + "pos": { + "x": 232800, + "y": -27900, + "z": 266210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": 246050, + "y": -27827, + "z": 284340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 0, + "pos": { + "x": 248550, + "y": -27827, + "z": 280840 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 0, + "pos": { + "x": 246050, + "y": -27827, + "z": 277340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 0, + "pos": { + "x": 236500, + "y": -27827, + "z": 284840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 32, + "instId": 300005, + "propState": 0, + "pos": { + "x": 236130, + "y": -27827, + "z": 284040 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 32, + "instId": 300006, + "propState": 0, + "pos": { + "x": 235630, + "y": -27827, + "z": 284840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 32, + "instId": 300007, + "propState": 0, + "pos": { + "x": 226710, + "y": -27827, + "z": 276840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 32, + "instId": 300008, + "propState": 0, + "pos": { + "x": 226370, + "y": -27827, + "z": 277640 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 32, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [ + { + "groupId": 34, + "instId": 400001, + "pos": { + "x": 240630, + "y": -27827, + "z": 277840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [ + { + "groupId": 35, + "instId": 400001, + "pos": { + "x": 240630, + "y": -27827, + "z": 283840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [ + { + "groupId": 36, + "instId": 400001, + "pos": { + "x": 241630, + "y": -27827, + "z": 280840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 49, + "instId": 300001, + "propState": 0, + "pos": { + "x": -277420, + "y": -12280, + "z": 758360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 0, + "pos": { + "x": -277470, + "y": 4781, + "z": 785420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300001, + "propState": 0, + "pos": { + "x": -280920, + "y": 2875, + "z": 772840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 0, + "pos": { + "x": -277420, + "y": 2875, + "z": 775340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 0, + "pos": { + "x": -273920, + "y": 2875, + "z": 772840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 50, + "instId": 300004, + "propState": 0, + "pos": { + "x": -280700, + "y": 2875, + "z": 762360 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 50, + "instId": 300005, + "propState": 0, + "pos": { + "x": -279900, + "y": 2875, + "z": 761990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 50, + "instId": 300006, + "propState": 0, + "pos": { + "x": -280700, + "y": 2875, + "z": 761490 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 50, + "instId": 300007, + "propState": 0, + "pos": { + "x": -273640, + "y": 2875, + "z": 755010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 50, + "instId": 300008, + "propState": 0, + "pos": { + "x": -274440, + "y": 2875, + "z": 754670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 50, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "52": { + "monsters": [], + "npcs": [ + { + "groupId": 52, + "instId": 400001, + "pos": { + "x": -274420, + "y": 2875, + "z": 767560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [ + { + "groupId": 53, + "instId": 400001, + "pos": { + "x": -280420, + "y": 2875, + "z": 767560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [ + { + "groupId": 54, + "instId": 400001, + "pos": { + "x": -277420, + "y": 2875, + "z": 768560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": 253290, + "y": 50222, + "z": 798060 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "pos": { + "x": 283777, + "y": 48836, + "z": 777045 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 0, + "pos": { + "x": 300200, + "y": 48836, + "z": 793900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 0, + "pos": { + "x": 284730, + "y": 48742, + "z": 816180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 58, + "instId": 300005, + "propState": 0, + "pos": { + "x": 300200, + "y": 48836, + "z": 811537 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 255110, + "y": 48722, + "z": 785460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 0, + "pos": { + "x": 252610, + "y": 48722, + "z": 788960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": 255110, + "y": 48722, + "z": 792460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 59, + "instId": 300004, + "propState": 0, + "pos": { + "x": 263240, + "y": 48722, + "z": 784960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 59, + "instId": 300005, + "propState": 0, + "pos": { + "x": 263610, + "y": 48722, + "z": 785760 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 59, + "instId": 300006, + "propState": 0, + "pos": { + "x": 264110, + "y": 48722, + "z": 784960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 59, + "instId": 300007, + "propState": 0, + "pos": { + "x": 271270, + "y": 48722, + "z": 792960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 59, + "instId": 300008, + "propState": 0, + "pos": { + "x": 271610, + "y": 48722, + "z": 792160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 59, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [ + { + "groupId": 61, + "instId": 400001, + "pos": { + "x": 259110, + "y": 48722, + "z": 791960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [ + { + "groupId": 62, + "instId": 400001, + "pos": { + "x": 259110, + "y": 48722, + "z": 785960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [ + { + "groupId": 63, + "instId": 400001, + "pos": { + "x": 258110, + "y": 48722, + "z": 788960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 0, + "pos": { + "x": 437996, + "y": -22038, + "z": 864730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 0, + "pos": { + "x": 434840, + "y": -30390, + "z": 862050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 68, + "instId": 300001, + "propState": 0, + "pos": { + "x": 428450, + "y": -18835, + "z": 839800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 0, + "pos": { + "x": 424950, + "y": -18835, + "z": 837300 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 0, + "pos": { + "x": 421450, + "y": -18835, + "z": 839800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 0, + "pos": { + "x": 428950, + "y": -18835, + "z": 847880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 0, + "pos": { + "x": 428150, + "y": -18835, + "z": 848250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 0, + "pos": { + "x": 428950, + "y": -18835, + "z": 848750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 68, + "instId": 300007, + "propState": 0, + "pos": { + "x": 421630, + "y": -18835, + "z": 855910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 68, + "instId": 300008, + "propState": 0, + "pos": { + "x": 422430, + "y": -18835, + "z": 856250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 68, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [ + { + "groupId": 70, + "instId": 400001, + "pos": { + "x": 421950, + "y": -18835, + "z": 843750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [ + { + "groupId": 71, + "instId": 400001, + "pos": { + "x": 427950, + "y": -18835, + "z": 843750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [ + { + "groupId": 72, + "instId": 400001, + "pos": { + "x": 424950, + "y": -18835, + "z": 842750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [ + { + "groupId": 76, + "instId": 400002, + "pos": { + "x": -267160, + "y": -120936, + "z": 383240 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [ + { + "groupId": 78, + "instId": 400001, + "pos": { + "x": 369981, + "y": -13117, + "z": 429791 + }, + "rot": { + "x": 0, + "y": 46470, + "z": 0 + }, + "npcId": 3098 + } + ], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300005, + "propState": 0, + "pos": { + "x": 369925, + "y": -13718, + "z": 429883 + }, + "rot": { + "x": 0, + "y": 68258, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 78, + "instId": 300006, + "propState": 0, + "pos": { + "x": 388060, + "y": -13820, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300003, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300004, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300007, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300008, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300009, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300010, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300011, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300012, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300013, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300014, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300015, + "propState": 0, + "pos": { + "x": 406110, + "y": -13646, + "z": 428020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 78, + "instId": 300016, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300017, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300018, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300019, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 0, + "pos": { + "x": 372119, + "y": -27080, + "z": 420556 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 0, + "pos": { + "x": 372119, + "y": -27080, + "z": 420556 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300001, + "propState": 0, + "pos": { + "x": 368619, + "y": -13716, + "z": 434120 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 80, + "instId": 300002, + "propState": 0, + "pos": { + "x": 372119, + "y": -13716, + "z": 436620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 80, + "instId": 300003, + "propState": 0, + "pos": { + "x": 375619, + "y": -13716, + "z": 434120 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8040701": { + "P80407_F80407001": { + "scenes": { + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 3288, + "z": 245550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 0, + "pos": { + "x": -30070, + "y": 4505, + "z": 266490 + }, + "rot": { + "x": 0, + "y": 72038, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 0, + "pos": { + "x": 30095, + "y": 4572, + "z": 266669 + }, + "rot": { + "x": 0, + "y": 288238, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [ + { + "groupId": 32, + "instId": 400001, + "pos": { + "x": 3000, + "y": 5275, + "z": 278350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 32, + "instId": 400002, + "pos": { + "x": 3000, + "y": 5548, + "z": 278350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 32, + "instId": 400003, + "pos": { + "x": 3000, + "y": 5821, + "z": 278350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3500, + "y": 4639, + "z": 290180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 4639, + "z": 292680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": 87770, + "y": 104716, + "z": 790330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 0, + "pos": { + "x": 87770, + "y": 104716, + "z": 790330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [ + { + "groupId": 35, + "instId": 400001, + "pos": { + "x": 95335, + "y": 105352, + "z": 775720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 35, + "instId": 400002, + "pos": { + "x": 95335, + "y": 105625, + "z": 775720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 35, + "instId": 400003, + "pos": { + "x": 95335, + "y": 105898, + "z": 775720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 0, + "pos": { + "x": 99000, + "y": 104716, + "z": 779220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 0, + "pos": { + "x": 101500, + "y": 104716, + "z": 775720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 89070, + "y": 104716, + "z": 771950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 35, + "instId": 300006, + "propState": 0, + "pos": { + "x": 88730, + "y": 104716, + "z": 772750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 35, + "instId": 300007, + "propState": 0, + "pos": { + "x": 88230, + "y": 104716, + "z": 771950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 35, + "instId": 300008, + "propState": 0, + "pos": { + "x": 95570, + "y": 104716, + "z": 775720 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 36, + "instId": 300001, + "propState": 0, + "pos": { + "x": 209220, + "y": 708, + "z": -399900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 0, + "pos": { + "x": 190530, + "y": 269, + "z": -383290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "pos": { + "x": 190530, + "y": 269, + "z": -419100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 0, + "pos": { + "x": 187240, + "y": 1126, + "z": -403400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 0, + "pos": { + "x": 184740, + "y": 1126, + "z": -399900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 37, + "instId": 300003, + "propState": 0, + "pos": { + "x": 187240, + "y": 1126, + "z": -396400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [ + { + "groupId": 38, + "instId": 400001, + "pos": { + "x": 192826, + "y": 2081, + "z": -396900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 38, + "instId": 400002, + "pos": { + "x": 192796, + "y": 1799, + "z": -396900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3103 + } + ], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [ + { + "groupId": 39, + "instId": 400001, + "pos": { + "x": 192190, + "y": 2077, + "z": -399900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3107 + }, + { + "groupId": 39, + "instId": 400002, + "pos": { + "x": 192190, + "y": 1799, + "z": -399900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3106 + } + ], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [ + { + "groupId": 40, + "instId": 400001, + "pos": { + "x": 192696, + "y": 2077, + "z": -396900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3107 + }, + { + "groupId": 40, + "instId": 400002, + "pos": { + "x": 192696, + "y": 1799, + "z": -396900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3106 + } + ], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 41, + "instId": 300001, + "propState": 0, + "pos": { + "x": -11420, + "y": 11513, + "z": 37931 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 0, + "pos": { + "x": -11420, + "y": -1110, + "z": 37970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "pos": { + "x": -35260, + "y": 11513, + "z": 34470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 0, + "pos": { + "x": -37760, + "y": 11513, + "z": 37970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 0, + "pos": { + "x": -35260, + "y": 11513, + "z": 41470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1036 + }, + { + "groupId": 42, + "instId": 300004, + "propState": 0, + "pos": { + "x": -26520, + "y": 11513, + "z": 42040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 42, + "instId": 300005, + "propState": 0, + "pos": { + "x": -26180, + "y": 11513, + "z": 41240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 42, + "instId": 300006, + "propState": 0, + "pos": { + "x": -25680, + "y": 11513, + "z": 42040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [ + { + "groupId": 43, + "instId": 400001, + "pos": { + "x": -30430, + "y": 11512, + "z": 41400 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [ + { + "groupId": 44, + "instId": 400002, + "pos": { + "x": -30790, + "y": 11524, + "z": 34400 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 45, + "instId": 300001, + "propState": 0, + "pos": { + "x": -739, + "y": 7923, + "z": -25350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 0, + "pos": { + "x": -140, + "y": -10960, + "z": -25350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 46, + "instId": 300001, + "propState": 0, + "pos": { + "x": 3360, + "y": 7235, + "z": -54200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 0, + "pos": { + "x": -140, + "y": 7220, + "z": -56700 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 0, + "pos": { + "x": -3640, + "y": 7230, + "z": -54200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 46, + "instId": 300004, + "propState": 0, + "pos": { + "x": -4090, + "y": 7220, + "z": -45220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 46, + "instId": 300005, + "propState": 0, + "pos": { + "x": -4890, + "y": 7220, + "z": -44850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 46, + "instId": 300006, + "propState": 0, + "pos": { + "x": -4090, + "y": 7220, + "z": -44350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 46, + "instId": 300007, + "propState": 0, + "pos": { + "x": 3560, + "y": 7220, + "z": -37190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 46, + "instId": 300008, + "propState": 0, + "pos": { + "x": 4360, + "y": 7220, + "z": -36850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 46, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [ + { + "groupId": 48, + "instId": 400001, + "pos": { + "x": -3140, + "y": 7220, + "z": -49350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [ + { + "groupId": 49, + "instId": 400001, + "pos": { + "x": 2860, + "y": 7220, + "z": -49350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [ + { + "groupId": 50, + "instId": 400001, + "pos": { + "x": -140, + "y": 7220, + "z": -50350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "52": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 54, + "instId": 300001, + "propState": 0, + "pos": { + "x": 399, + "y": 14953, + "z": 59690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 0, + "pos": { + "x": -470, + "y": 14953, + "z": 104810 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 55, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3510, + "y": 14963, + "z": 92990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 0, + "pos": { + "x": -10, + "y": 14953, + "z": 95490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 0, + "pos": { + "x": 3490, + "y": 14968, + "z": 92990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 55, + "instId": 300004, + "propState": 0, + "pos": { + "x": -4010, + "y": 14953, + "z": 82350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 55, + "instId": 300005, + "propState": 0, + "pos": { + "x": -3210, + "y": 14953, + "z": 81980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 55, + "instId": 300006, + "propState": 0, + "pos": { + "x": -4010, + "y": 14953, + "z": 81480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 55, + "instId": 300007, + "propState": 0, + "pos": { + "x": 6325, + "y": 14953, + "z": 74876 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 55, + "instId": 300008, + "propState": 0, + "pos": { + "x": 5525, + "y": 14953, + "z": 74536 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 55, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [ + { + "groupId": 57, + "instId": 400001, + "pos": { + "x": 2990, + "y": 14953, + "z": 87370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [ + { + "groupId": 58, + "instId": 400001, + "pos": { + "x": -3010, + "y": 14953, + "z": 87370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [ + { + "groupId": 59, + "instId": 400001, + "pos": { + "x": -10, + "y": 14953, + "z": 88370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300001, + "propState": 0, + "pos": { + "x": 77440, + "y": 660, + "z": 218510 + }, + "rot": { + "x": 0, + "y": 194428, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 0, + "pos": { + "x": 51617, + "y": 2770, + "z": 172470 + }, + "rot": { + "x": 0, + "y": 54231, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 63, + "instId": 300003, + "propState": 0, + "pos": { + "x": 88588, + "y": 2767, + "z": 204330 + }, + "rot": { + "x": 0, + "y": 285827, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": 67480, + "y": 2597, + "z": 184400 + }, + "rot": { + "x": 0, + "y": 294426, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 0, + "pos": { + "x": 63260, + "y": 2623, + "z": 183571 + }, + "rot": { + "x": 0, + "y": 294426, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 0, + "pos": { + "x": 61107, + "y": 2599, + "z": 187295 + }, + "rot": { + "x": 0, + "y": 294426, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 64, + "instId": 300004, + "propState": 0, + "pos": { + "x": 71593, + "y": 2516, + "z": 192248 + }, + "rot": { + "x": 0, + "y": 24426, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 64, + "instId": 300005, + "propState": 0, + "pos": { + "x": 71018, + "y": 2513, + "z": 192915 + }, + "rot": { + "x": 0, + "y": 24426, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 64, + "instId": 300006, + "propState": 0, + "pos": { + "x": 71953, + "y": 2508, + "z": 193040 + }, + "rot": { + "x": 0, + "y": 24426, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 64, + "instId": 300007, + "propState": 0, + "pos": { + "x": 67630, + "y": 2439, + "z": 202867 + }, + "rot": { + "x": 0, + "y": 24426, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 64, + "instId": 300008, + "propState": 0, + "pos": { + "x": 68499, + "y": 2435, + "z": 202845 + }, + "rot": { + "x": 0, + "y": 24426, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 64, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [ + { + "groupId": 66, + "instId": 400001, + "pos": { + "x": 63512, + "y": 2559, + "z": 191382 + }, + "rot": { + "x": 0, + "y": 24426, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [ + { + "groupId": 67, + "instId": 400001, + "pos": { + "x": 68975, + "y": 2558, + "z": 188901 + }, + "rot": { + "x": 0, + "y": 24426, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [ + { + "groupId": 68, + "instId": 400001, + "pos": { + "x": 65830, + "y": 2568, + "z": 189231 + }, + "rot": { + "x": 0, + "y": 24426, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 81, + "instId": 300001, + "propState": 0, + "pos": { + "x": -115590, + "y": 13757, + "z": 145540 + }, + "rot": { + "x": 0, + "y": 234017, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 0, + "pos": { + "x": -135940, + "y": 14750, + "z": 153720 + }, + "rot": { + "x": 0, + "y": 152419, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 81, + "instId": 300003, + "propState": 0, + "pos": { + "x": -113290, + "y": 14750, + "z": 123450 + }, + "rot": { + "x": 0, + "y": 311536, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 82, + "instId": 300001, + "propState": 0, + "pos": { + "x": -136604, + "y": 14217, + "z": 122501 + }, + "rot": { + "x": 0, + "y": 316640, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 0, + "pos": { + "x": -140825, + "y": 14217, + "z": 123329 + }, + "rot": { + "x": 0, + "y": 316640, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 82, + "instId": 300003, + "propState": 0, + "pos": { + "x": -141410, + "y": 14217, + "z": 127590 + }, + "rot": { + "x": 0, + "y": 316640, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 82, + "instId": 300004, + "propState": 0, + "pos": { + "x": -129761, + "y": 14692, + "z": 128273 + }, + "rot": { + "x": 0, + "y": 46640, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 82, + "instId": 300005, + "propState": 0, + "pos": { + "x": -130041, + "y": 14692, + "z": 129109 + }, + "rot": { + "x": 0, + "y": 46640, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 82, + "instId": 300006, + "propState": 0, + "pos": { + "x": -129128, + "y": 14692, + "z": 128871 + }, + "rot": { + "x": 0, + "y": 46640, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 82, + "instId": 300007, + "propState": 0, + "pos": { + "x": -129750, + "y": 14692, + "z": 139290 + }, + "rot": { + "x": 0, + "y": 46640, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 82, + "instId": 300008, + "propState": 0, + "pos": { + "x": -128953, + "y": 14692, + "z": 138942 + }, + "rot": { + "x": 0, + "y": 46640, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 82, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [ + { + "groupId": 84, + "instId": 400001, + "pos": { + "x": -137954, + "y": 14266, + "z": 130166 + }, + "rot": { + "x": 0, + "y": 46640, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [ + { + "groupId": 85, + "instId": 400001, + "pos": { + "x": -133834, + "y": 14266, + "z": 125804 + }, + "rot": { + "x": 0, + "y": 46640, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [ + { + "groupId": 86, + "instId": 400001, + "pos": { + "x": -136621, + "y": 14266, + "z": 127298 + }, + "rot": { + "x": 0, + "y": 46640, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "88": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "89": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 90, + "instId": 300001, + "propState": 0, + "pos": { + "x": -76004, + "y": 7259, + "z": 118810 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 0, + "pos": { + "x": -94660, + "y": 7259, + "z": 105900 + }, + "rot": { + "x": 0, + "y": 123460, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 91, + "instId": 300001, + "propState": 0, + "pos": { + "x": -89180, + "y": 7259, + "z": 87790 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 91, + "instId": 300002, + "propState": 0, + "pos": { + "x": -93481, + "y": 7259, + "z": 87750 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 91, + "instId": 300003, + "propState": 0, + "pos": { + "x": -94914, + "y": 7259, + "z": 91805 + }, + "rot": { + "x": 0, + "y": 305000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 91, + "instId": 300004, + "propState": 0, + "pos": { + "x": -83652, + "y": 7259, + "z": 94815 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 91, + "instId": 300005, + "propState": 0, + "pos": { + "x": -84096, + "y": 7259, + "z": 95577 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 91, + "instId": 300006, + "propState": 0, + "pos": { + "x": -83153, + "y": 7259, + "z": 95528 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 91, + "instId": 300007, + "propState": 0, + "pos": { + "x": -85600, + "y": 7259, + "z": 105981 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 91, + "instId": 300008, + "propState": 0, + "pos": { + "x": -84750, + "y": 7259, + "z": 105801 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 91, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [ + { + "groupId": 93, + "instId": 400001, + "pos": { + "x": -91755, + "y": 7259, + "z": 95447 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [ + { + "groupId": 94, + "instId": 400001, + "pos": { + "x": -86840, + "y": 7259, + "z": 92005 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [ + { + "groupId": 95, + "instId": 400001, + "pos": { + "x": -89872, + "y": 7259, + "z": 92907 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 99, + "instId": 300001, + "propState": 0, + "pos": { + "x": -50420, + "y": 2432, + "z": 171210 + }, + "rot": { + "x": 0, + "y": 125512, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 99, + "instId": 300002, + "propState": 0, + "pos": { + "x": -51848, + "y": 4211, + "z": 151475 + }, + "rot": { + "x": 0, + "y": 33492, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 99, + "instId": 300003, + "propState": 0, + "pos": { + "x": -28270, + "y": 4207, + "z": 146220 + }, + "rot": { + "x": 0, + "y": 286793, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 99, + "instId": 300004, + "propState": 0, + "pos": { + "x": -6300, + "y": 4202, + "z": 157560 + }, + "rot": { + "x": 0, + "y": 274455, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 100, + "instId": 300001, + "propState": 0, + "pos": { + "x": -18191, + "y": 4202, + "z": 159659 + }, + "rot": { + "x": 0, + "y": 199883, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 100, + "instId": 300002, + "propState": 0, + "pos": { + "x": -17030, + "y": 4202, + "z": 155518 + }, + "rot": { + "x": 0, + "y": 199883, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 100, + "instId": 300003, + "propState": 0, + "pos": { + "x": -20571, + "y": 4202, + "z": 153076 + }, + "rot": { + "x": 0, + "y": 199883, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 100, + "instId": 300004, + "propState": 0, + "pos": { + "x": -25666, + "y": 4202, + "z": 162894 + }, + "rot": { + "x": 0, + "y": 289883, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 100, + "instId": 300005, + "propState": 0, + "pos": { + "x": -26286, + "y": 4202, + "z": 162268 + }, + "rot": { + "x": 0, + "y": 289883, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 100, + "instId": 300006, + "propState": 0, + "pos": { + "x": -26484, + "y": 4202, + "z": 163190 + }, + "rot": { + "x": 0, + "y": 289883, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 100, + "instId": 300007, + "propState": 0, + "pos": { + "x": -35938, + "y": 4202, + "z": 158102 + }, + "rot": { + "x": 0, + "y": 289883, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 100, + "instId": 300008, + "propState": 0, + "pos": { + "x": -35986, + "y": 4202, + "z": 158970 + }, + "rot": { + "x": 0, + "y": 289883, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 100, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "101": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [ + { + "groupId": 102, + "instId": 400001, + "pos": { + "x": -24163, + "y": 4202, + "z": 154907 + }, + "rot": { + "x": 0, + "y": 289883, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "103": { + "monsters": [], + "npcs": [ + { + "groupId": 103, + "instId": 400001, + "pos": { + "x": -22122, + "y": 4202, + "z": 160549 + }, + "rot": { + "x": 0, + "y": 289883, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "104": { + "monsters": [], + "npcs": [ + { + "groupId": 104, + "instId": 400001, + "pos": { + "x": -22202, + "y": 4202, + "z": 157388 + }, + "rot": { + "x": 0, + "y": 289883, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "105": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "106": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [ + { + "groupId": 108, + "instId": 400002, + "pos": { + "x": 92800, + "y": 104716, + "z": 772470 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [], + "teleports": {} + }, + "110": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8040801": { + "P80408_F80408001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47718, + "y": -1332, + "z": 98260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102037 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": -59730, + "y": 821, + "z": 72304 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 0, + "pos": { + "x": -14140, + "y": 2171, + "z": 37670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 0, + "pos": { + "x": 6470, + "y": 2220, + "z": 46860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": 6650, + "y": 2171, + "z": 66135 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 14, + "instId": 300005, + "propState": 0, + "pos": { + "x": -43272, + "y": 2221, + "z": 77153 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": -5310, + "y": 2171, + "z": 63950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": -2310, + "y": 2171, + "z": 60450 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -52541, + "y": 2171, + "z": 43593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 15, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "16": { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": -25070, + "y": 2171, + "z": 54980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": -52750, + "y": 2171, + "z": 43250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 0, + "pos": { + "x": -28640, + "y": 2171, + "z": 43180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 0, + "pos": { + "x": -35569, + "y": 2171, + "z": 67375 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22710, + "y": 7036, + "z": -108631 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": -900, + "y": 7036, + "z": -108610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300002, + "propState": 0, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [ + { + "groupId": 20, + "instId": 400001, + "pos": { + "x": 25579, + "y": 4989, + "z": -134079 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [ + { + "groupId": 21, + "instId": 400001, + "pos": { + "x": 25579, + "y": 4989, + "z": -130796 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [ + { + "groupId": 22, + "instId": 400001, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 20, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": 16490, + "y": 4877, + "z": -135760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": 12990, + "y": 4877, + "z": -138760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": 9490, + "y": 4877, + "z": -135760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 0, + "pos": { + "x": 16678, + "y": 4877, + "z": -127780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 0, + "pos": { + "x": 25676, + "y": 3543, + "z": -135696 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102054 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 1000, + "z": 9046 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8040802": { + "P80408_F80408001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8040803": { + "P80408_F80408001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": -153950, + "y": -4389, + "z": -95510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": -178240, + "y": -7672, + "z": -75510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": -152294, + "y": -163, + "z": -70940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 0, + "pos": { + "x": -154132, + "y": -163, + "z": -72550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 0, + "pos": { + "x": -155160, + "y": -163, + "z": -74509 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 0, + "pos": { + "x": -151520, + "y": -4389, + "z": -95020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 0, + "pos": { + "x": -170533, + "y": -4389, + "z": -93910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 0, + "pos": { + "x": -171030, + "y": -4389, + "z": -87160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300009, + "propState": 0, + "pos": { + "x": -168740, + "y": -4383, + "z": -66223 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300010, + "propState": 0, + "pos": { + "x": -174021, + "y": -4383, + "z": -58800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300011, + "propState": 0, + "pos": { + "x": -175401, + "y": -4383, + "z": -60446 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 0, + "pos": { + "x": -185710, + "y": -7672, + "z": -79700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300013, + "propState": 0, + "pos": { + "x": -186850, + "y": -7672, + "z": -77840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300014, + "propState": 0, + "pos": { + "x": -179950, + "y": -7672, + "z": -76370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300015, + "propState": 0, + "pos": { + "x": -199130, + "y": -4171, + "z": -85290 + }, + "rot": { + "x": 0, + "y": 45579, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300016, + "propState": 0, + "pos": { + "x": -203400, + "y": -4171, + "z": -83790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300017, + "propState": 0, + "pos": { + "x": -206127, + "y": -4171, + "z": -90578 + }, + "rot": { + "x": 0, + "y": 54553, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300018, + "propState": 0, + "pos": { + "x": -202290, + "y": -4155, + "z": -92200 + }, + "rot": { + "x": 0, + "y": 6097, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300019, + "propState": 0, + "pos": { + "x": -209240, + "y": -178, + "z": -70740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300020, + "propState": 0, + "pos": { + "x": -211010, + "y": -178, + "z": -68811 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300021, + "propState": 0, + "pos": { + "x": -187694, + "y": -154, + "z": -94980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300022, + "propState": 0, + "pos": { + "x": -173853, + "y": -178, + "z": -71351 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300023, + "propState": 0, + "pos": { + "x": -173830, + "y": -178, + "z": -72960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300024, + "propState": 0, + "pos": { + "x": -171630, + "y": -178, + "z": -67230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300025, + "propState": 0, + "pos": { + "x": -171643, + "y": -178, + "z": -65620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300026, + "propState": 0, + "pos": { + "x": -186720, + "y": -154, + "z": -90290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300027, + "propState": 0, + "pos": { + "x": -185240, + "y": -154, + "z": -91940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300028, + "propState": 0, + "pos": { + "x": -198710, + "y": -4171, + "z": -91020 + }, + "rot": { + "x": 0, + "y": 139113, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300029, + "propState": 0, + "pos": { + "x": -186071, + "y": -178, + "z": -69130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 11, + "instId": 300030, + "propState": 0, + "pos": { + "x": -183430, + "y": -7672, + "z": -92010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 11, + "instId": 300031, + "propState": 0, + "pos": { + "x": -135330, + "y": -115, + "z": -73270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": -206320, + "y": 2966, + "z": -92810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": -206320, + "y": 2966, + "z": -87810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": -197920, + "y": 2966, + "z": -87846 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8040804": { + "P80408_F80408001": { + "scenes": { + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": 233810, + "y": 45287, + "z": -89700 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": 208760, + "y": 46598, + "z": -62270 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "14": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": 239350, + "y": 45265, + "z": -64020 + }, + "rot": { + "x": 0, + "y": 359039, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": 219250, + "y": 45481, + "z": -60500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 0, + "pos": { + "x": 228820, + "y": 45265, + "z": -50400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 0, + "pos": { + "x": 250250, + "y": 45265, + "z": -72700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": 250710, + "y": 45265, + "z": -59790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": 250710, + "y": 45265, + "z": -64790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 223326, + "y": 45273, + "z": -60660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 15, + "instId": 300009, + "propState": 0, + "pos": { + "x": 241650, + "y": 45265, + "z": -64790 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8040805": { + "P80408_F80408001": { + "scenes": { + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": -33150, + "y": 13643, + "z": -27420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": -20860, + "y": 23830, + "z": -47026 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 0, + "pos": { + "x": -17320, + "y": 17968, + "z": -98176 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": -26834, + "y": 16971, + "z": -74154 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": -28624, + "y": 16353, + "z": -66542 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "pos": { + "x": -9086, + "y": 17963, + "z": -73050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 0, + "pos": { + "x": -30820, + "y": 13866, + "z": -55092 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300005, + "propState": 0, + "pos": { + "x": -31810, + "y": 13690, + "z": -53830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 0, + "pos": { + "x": -32100, + "y": 13577, + "z": -36650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300007, + "propState": 0, + "pos": { + "x": -33780, + "y": 13575, + "z": -31963 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300008, + "propState": 0, + "pos": { + "x": -34940, + "y": 13596, + "z": -33040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300009, + "propState": 0, + "pos": { + "x": -52401, + "y": 11130, + "z": -48691 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300010, + "propState": 0, + "pos": { + "x": -51054, + "y": 11131, + "z": -51188 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300011, + "propState": 0, + "pos": { + "x": -48830, + "y": 7474, + "z": -28292 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300012, + "propState": 0, + "pos": { + "x": -51939, + "y": 7470, + "z": -33403 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300013, + "propState": 0, + "pos": { + "x": -71510, + "y": 2771, + "z": -26260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300014, + "propState": 0, + "pos": { + "x": -65900, + "y": 2812, + "z": -26390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300015, + "propState": 0, + "pos": { + "x": -68860, + "y": 2790, + "z": -24690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300016, + "propState": 0, + "pos": { + "x": -70080, + "y": 2808, + "z": -33920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300017, + "propState": 0, + "pos": { + "x": -8985, + "y": 17945, + "z": -71572 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300018, + "propState": 0, + "pos": { + "x": -30840, + "y": 13575, + "z": -37670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300019, + "propState": 0, + "pos": { + "x": -19401, + "y": 17965, + "z": -84135 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300020, + "propState": 0, + "pos": { + "x": -21723, + "y": 23805, + "z": -50691 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300021, + "propState": 0, + "pos": { + "x": -6285, + "y": 23808, + "z": -49182 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300022, + "propState": 0, + "pos": { + "x": -4595, + "y": 23802, + "z": -50966 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300023, + "propState": 0, + "pos": { + "x": -10870, + "y": 23829, + "z": -59860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300024, + "propState": 0, + "pos": { + "x": -71660, + "y": 2796, + "z": -32840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300025, + "propState": 0, + "pos": { + "x": -17240, + "y": 17964, + "z": -93020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300026, + "propState": 0, + "pos": { + "x": -15921, + "y": 17953, + "z": -88639 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300027, + "propState": 0, + "pos": { + "x": -18821, + "y": 17955, + "z": -92091 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300028, + "propState": 0, + "pos": { + "x": -47888, + "y": 7474, + "z": -31623 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300029, + "propState": 0, + "pos": { + "x": -51505, + "y": 7474, + "z": -28274 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300030, + "propState": 0, + "pos": { + "x": -38127, + "y": 13553, + "z": -48901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 12, + "instId": 300031, + "propState": 0, + "pos": { + "x": -11330, + "y": 17963, + "z": -73730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "pos": { + "x": -78550, + "y": 3855, + "z": -15450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 0, + "pos": { + "x": -78550, + "y": 3855, + "z": -12450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -66430, + "y": 3861, + "z": -12500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300007, + "propState": 0, + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8040806": { + "P80408_F80408001": { + "scenes": { + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": -425960, + "y": -44510, + "z": 115420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": -404500, + "y": -44510, + "z": 60750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "11": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": -404000, + "y": -44430, + "z": 116500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": -405074, + "y": -44773, + "z": 97000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": -397750, + "y": -44510, + "z": 103250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 0, + "pos": { + "x": -420000, + "y": -44510, + "z": 126443 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": -410650, + "y": -44510, + "z": 132800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": -405650, + "y": -44510, + "z": 132800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -404630, + "y": -44773, + "z": 97000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 12, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8040807": { + "P80408_F80408001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": -36110, + "y": 491, + "z": -7800 + }, + "rot": { + "x": 0, + "y": 314947, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -58980, + "y": 491, + "z": 15030 + }, + "rot": { + "x": 0, + "y": 314947, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39672, + "y": 491, + "z": 11338 + }, + "rot": { + "x": 0, + "y": 44947, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -56486, + "y": 3612, + "z": -2463 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -58531, + "y": 3625, + "z": -7390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1031 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": -58490, + "y": 3582, + "z": -7310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 1000, + "z": 9046 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": -60160, + "y": 3445, + "z": -14590 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": -62910, + "y": 3445, + "z": -11840 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 0, + "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": 0, + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8040808": { + "P80408_F80408001": { + "scenes": { + "11": { + "monsters": [], + "npcs": [ + { + "groupId": 11, + "instId": 400001, + "pos": { + "x": 370544, + "y": -13716, + "z": 427205 + }, + "rot": { + "x": 0, + "y": 141790, + "z": 0 + }, + "npcId": 3098 + } + ], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 0, + "pos": { + "x": 369925, + "y": -13718, + "z": 429883 + }, + "rot": { + "x": 0, + "y": 68258, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 0, + "pos": { + "x": 388060, + "y": -13820, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300009, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300010, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300011, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300013, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300014, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300015, + "propState": 0, + "pos": { + "x": 406110, + "y": -13646, + "z": 428020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 11, + "instId": 300016, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300017, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300018, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300019, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": 388060, + "y": -21580, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": 388060, + "y": -21580, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": 369619, + "y": -13716, + "z": 432587 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": 372140, + "y": -13716, + "z": 436270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": 374753, + "y": -13716, + "z": 432587 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 20, + "pos": { + "x": 373360, + "y": -13716, + "z": 429097 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 20, + "pos": { + "x": 371810, + "y": -13716, + "z": 429067 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 20, + "pos": { + "x": 372590, + "y": -13716, + "z": 430090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 0, + "pos": { + "x": -52541, + "y": 2171, + "z": 43593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 13, + "instId": 300009, + "propState": 0, + "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": 0, + "pos": { + "x": 370544, + "y": -13716, + "z": 427205 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300012, + "propState": 0, + "pos": { + "x": 369981, + "y": -13117, + "z": 429791 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": 388060, + "y": -21580, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": 388060, + "y": -21580, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": 369619, + "y": -13716, + "z": 432587 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": 372140, + "y": -13716, + "z": 436270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 0, + "pos": { + "x": 374753, + "y": -13716, + "z": 432587 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 20, + "pos": { + "x": 373360, + "y": -13716, + "z": 429087 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 20, + "pos": { + "x": 371810, + "y": -13716, + "z": 429057 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 20, + "pos": { + "x": 372590, + "y": -13716, + "z": 430080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 0, + "pos": { + "x": -52541, + "y": 2171, + "z": 43593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 15, + "instId": 300009, + "propState": 0, + "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": 0, + "pos": { + "x": 370544, + "y": -13716, + "z": 427205 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300012, + "propState": 0, + "pos": { + "x": 369981, + "y": -13117, + "z": 429791 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [ + { + "groupId": 16, + "instId": 400001, + "pos": { + "x": 370544, + "y": -13716, + "z": 427205 + }, + "rot": { + "x": 0, + "y": 141790, + "z": 0 + }, + "npcId": 3098 + } + ], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 0, + "pos": { + "x": 369925, + "y": -13718, + "z": 429883 + }, + "rot": { + "x": 0, + "y": 68258, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 0, + "pos": { + "x": 388060, + "y": -13820, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300009, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300010, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300011, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300012, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300013, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300014, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300015, + "propState": 0, + "pos": { + "x": 406110, + "y": -13646, + "z": 428020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 16, + "instId": 300016, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300017, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300018, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300019, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8040901": { + "P80409_F80409001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47718, + "y": -1332, + "z": 98260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102037 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -59730, + "y": 821, + "z": 72304 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": -14140, + "y": 2171, + "z": 37670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 0, + "pos": { + "x": 6470, + "y": 2220, + "z": 46860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": 6650, + "y": 2171, + "z": 66135 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 0, + "pos": { + "x": -43272, + "y": 2221, + "z": 77153 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -5310, + "y": -16420, + "z": 63950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -2310, + "y": -16420, + "z": 60450 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -52541, + "y": 2171, + "z": 43593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "9": { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": -25070, + "y": 2171, + "z": 54980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": -52750, + "y": 2171, + "z": 43250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 0, + "pos": { + "x": -28640, + "y": 2171, + "z": 43180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 0, + "pos": { + "x": -35569, + "y": 2171, + "z": 67375 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22710, + "y": 7036, + "z": -108631 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": -900, + "y": 7036, + "z": -108610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 16490, + "y": -9570, + "z": -132440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": 12990, + "y": -9570, + "z": -135440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": 9490, + "y": -9570, + "z": -132440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 0, + "pos": { + "x": 16678, + "y": 4877, + "z": -127780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 0, + "pos": { + "x": 25676, + "y": 3543, + "z": -135696 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102054 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 1000, + "z": 9046 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [ + { + "groupId": 13, + "instId": 400001, + "pos": { + "x": 25579, + "y": 4989, + "z": -134079 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [ + { + "groupId": 14, + "instId": 400001, + "pos": { + "x": 25579, + "y": 4989, + "z": -130796 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [ + { + "groupId": 15, + "instId": 400001, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 20, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8040902": { + "P80409_F80409001": { + "scenes": { + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 388060, + "y": -21580, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": 388060, + "y": -21580, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": 369619, + "y": -29850, + "z": 432587 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": 372140, + "y": -29850, + "z": 436270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -52541, + "y": 2171, + "z": 43593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 0, + "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": 0, + "pos": { + "x": 370544, + "y": -13716, + "z": 427205 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 0, + "pos": { + "x": 369981, + "y": -13117, + "z": 429791 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [ + { + "groupId": 8, + "instId": 400001, + "pos": { + "x": 370544, + "y": -13716, + "z": 427205 + }, + "rot": { + "x": 0, + "y": 141790, + "z": 0 + }, + "npcId": 3098 + } + ], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 0, + "pos": { + "x": 369925, + "y": -13718, + "z": 429883 + }, + "rot": { + "x": 0, + "y": 68258, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 0, + "pos": { + "x": 388060, + "y": -13820, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300012, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300014, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300015, + "propState": 0, + "pos": { + "x": 406110, + "y": -13646, + "z": 428020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300017, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300018, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300019, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 388060, + "y": -21580, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": 388060, + "y": -21580, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": 369619, + "y": -29980, + "z": 432587 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": 372140, + "y": -29980, + "z": 436270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -52541, + "y": 2171, + "z": 43593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 10, + "instId": 300009, + "propState": 0, + "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": 0, + "pos": { + "x": 370544, + "y": -13716, + "z": 427205 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300012, + "propState": 0, + "pos": { + "x": 369981, + "y": -13117, + "z": 429791 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [ + { + "groupId": 11, + "instId": 400001, + "pos": { + "x": 370544, + "y": -13716, + "z": 427205 + }, + "rot": { + "x": 0, + "y": 141790, + "z": 0 + }, + "npcId": 3098 + } + ], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 0, + "pos": { + "x": 369925, + "y": -13718, + "z": 429883 + }, + "rot": { + "x": 0, + "y": 68258, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 0, + "pos": { + "x": 388060, + "y": -13820, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300009, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300010, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300011, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300013, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300014, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300015, + "propState": 0, + "pos": { + "x": 406110, + "y": -13646, + "z": 428020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 11, + "instId": 300016, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300017, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300018, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300019, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8040903": { + "P80409_F80409001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -206320, + "y": -22650, + "z": -92810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": -206320, + "y": -22650, + "z": -87810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": -197920, + "y": 2966, + "z": -87846 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -153950, + "y": -4389, + "z": -95510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -178240, + "y": -7672, + "z": -75510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": -152294, + "y": -163, + "z": -70940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": -154132, + "y": -163, + "z": -72550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 0, + "pos": { + "x": -155160, + "y": -163, + "z": -74509 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 0, + "pos": { + "x": -151520, + "y": -4389, + "z": -95020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 0, + "pos": { + "x": -170533, + "y": -4389, + "z": -93910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 0, + "pos": { + "x": -171030, + "y": -4389, + "z": -87160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 0, + "pos": { + "x": -168740, + "y": -4383, + "z": -66223 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 0, + "pos": { + "x": -174021, + "y": -4383, + "z": -58800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 0, + "pos": { + "x": -175401, + "y": -4383, + "z": -60446 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300012, + "propState": 0, + "pos": { + "x": -185710, + "y": -7672, + "z": -79700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 0, + "pos": { + "x": -186850, + "y": -7672, + "z": -77840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300014, + "propState": 0, + "pos": { + "x": -179950, + "y": -7672, + "z": -76370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300015, + "propState": 0, + "pos": { + "x": -199130, + "y": -4171, + "z": -85290 + }, + "rot": { + "x": 0, + "y": 45579, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 0, + "pos": { + "x": -203400, + "y": -4171, + "z": -83790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300017, + "propState": 0, + "pos": { + "x": -206127, + "y": -4171, + "z": -90578 + }, + "rot": { + "x": 0, + "y": 54553, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300018, + "propState": 0, + "pos": { + "x": -202290, + "y": -4155, + "z": -92200 + }, + "rot": { + "x": 0, + "y": 6097, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300019, + "propState": 0, + "pos": { + "x": -209240, + "y": -178, + "z": -70740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300020, + "propState": 0, + "pos": { + "x": -211010, + "y": -178, + "z": -68811 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300021, + "propState": 0, + "pos": { + "x": -187694, + "y": -154, + "z": -94980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300022, + "propState": 0, + "pos": { + "x": -173853, + "y": -178, + "z": -71351 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300023, + "propState": 0, + "pos": { + "x": -173830, + "y": -178, + "z": -72960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300024, + "propState": 0, + "pos": { + "x": -171630, + "y": -178, + "z": -67230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300025, + "propState": 0, + "pos": { + "x": -171643, + "y": -178, + "z": -65620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300026, + "propState": 0, + "pos": { + "x": -186720, + "y": -154, + "z": -90290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300027, + "propState": 0, + "pos": { + "x": -185240, + "y": -154, + "z": -91940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300028, + "propState": 0, + "pos": { + "x": -198710, + "y": -4171, + "z": -91020 + }, + "rot": { + "x": 0, + "y": 139113, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300029, + "propState": 0, + "pos": { + "x": -186071, + "y": -178, + "z": -69130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300030, + "propState": 0, + "pos": { + "x": -183430, + "y": -7672, + "z": -92010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 8, + "instId": 300031, + "propState": 0, + "pos": { + "x": -135330, + "y": -115, + "z": -73270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8040904": { + "P80409_F80409001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "pos": { + "x": 233810, + "y": 45287, + "z": -89700 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": 208760, + "y": 46598, + "z": -62270 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 250710, + "y": 27650, + "z": -59790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": 250710, + "y": 27650, + "z": -64790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 223326, + "y": 45273, + "z": -60660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 0, + "pos": { + "x": 241650, + "y": 45265, + "z": -64790 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "4": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": 239350, + "y": 45265, + "z": -64020 + }, + "rot": { + "x": 0, + "y": 359039, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 219250, + "y": 45481, + "z": -60500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "pos": { + "x": 228820, + "y": 45265, + "z": -50400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 0, + "pos": { + "x": 250250, + "y": 45265, + "z": -72700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8040905": { + "P80409_F80409001": { + "scenes": { + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": -33150, + "y": 13643, + "z": -27420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": -20860, + "y": 23830, + "z": -47026 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 0, + "pos": { + "x": -17320, + "y": 17968, + "z": -98176 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": -21630, + "y": 3855, + "z": -15450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": -21630, + "y": 3855, + "z": -12450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -66430, + "y": 3861, + "z": -12500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300007, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": -26834, + "y": 16971, + "z": -74154 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": -28624, + "y": 16353, + "z": -66542 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": -9086, + "y": 17963, + "z": -73050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 0, + "pos": { + "x": -30820, + "y": 13866, + "z": -55092 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 0, + "pos": { + "x": -31810, + "y": 13690, + "z": -53830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 0, + "pos": { + "x": -32100, + "y": 13577, + "z": -36650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 0, + "pos": { + "x": -33780, + "y": 13575, + "z": -31963 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 0, + "pos": { + "x": -34940, + "y": 13596, + "z": -33040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300009, + "propState": 0, + "pos": { + "x": -52401, + "y": 11130, + "z": -48691 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300010, + "propState": 0, + "pos": { + "x": -51054, + "y": 11131, + "z": -51188 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300011, + "propState": 0, + "pos": { + "x": -48830, + "y": 7474, + "z": -28292 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 0, + "pos": { + "x": -51939, + "y": 7470, + "z": -33403 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300013, + "propState": 0, + "pos": { + "x": -71510, + "y": 2771, + "z": -26260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300014, + "propState": 0, + "pos": { + "x": -65900, + "y": 2812, + "z": -26390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300015, + "propState": 0, + "pos": { + "x": -68860, + "y": 2790, + "z": -24690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300016, + "propState": 0, + "pos": { + "x": -70080, + "y": 2808, + "z": -33920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300017, + "propState": 0, + "pos": { + "x": -8985, + "y": 17945, + "z": -71572 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300018, + "propState": 0, + "pos": { + "x": -30840, + "y": 13575, + "z": -37670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300019, + "propState": 0, + "pos": { + "x": -19401, + "y": 17965, + "z": -84135 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300020, + "propState": 0, + "pos": { + "x": -21723, + "y": 23805, + "z": -50691 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300021, + "propState": 0, + "pos": { + "x": -6285, + "y": 23808, + "z": -49182 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300022, + "propState": 0, + "pos": { + "x": -4595, + "y": 23802, + "z": -50966 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300023, + "propState": 0, + "pos": { + "x": -10870, + "y": 23829, + "z": -59860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300024, + "propState": 0, + "pos": { + "x": -71660, + "y": 2796, + "z": -32840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300025, + "propState": 0, + "pos": { + "x": -17240, + "y": 17964, + "z": -93020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300026, + "propState": 0, + "pos": { + "x": -15921, + "y": 17953, + "z": -88639 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300027, + "propState": 0, + "pos": { + "x": -18821, + "y": 17955, + "z": -92091 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300028, + "propState": 0, + "pos": { + "x": -47888, + "y": 7474, + "z": -31623 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300029, + "propState": 0, + "pos": { + "x": -51505, + "y": 7474, + "z": -28274 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300030, + "propState": 0, + "pos": { + "x": -38127, + "y": 13553, + "z": -48901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 11, + "instId": 300031, + "propState": 0, + "pos": { + "x": -11330, + "y": 17963, + "z": -73730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8040906": { + "P80409_F80409001": { + "scenes": { + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": -425960, + "y": -44510, + "z": 115420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": -404500, + "y": -44510, + "z": 60750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": -410650, + "y": -56310, + "z": 132800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -405650, + "y": -56310, + "z": 132800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -404630, + "y": -44773, + "z": 97000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "7": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": -404000, + "y": -44430, + "z": 116500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -405074, + "y": -44773, + "z": 97000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": -397750, + "y": -44510, + "z": 103250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 0, + "pos": { + "x": -420000, + "y": -44510, + "z": 126443 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8040907": { + "P80409_F80409001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": -36110, + "y": 491, + "z": -7800 + }, + "rot": { + "x": 0, + "y": 314947, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -58980, + "y": 491, + "z": 15030 + }, + "rot": { + "x": 0, + "y": 314947, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39672, + "y": 491, + "z": 11338 + }, + "rot": { + "x": 0, + "y": 44947, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -60160, + "y": -16050, + "z": -14590 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": -62910, + "y": -16050, + "z": -11840 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "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": 0, + "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 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -56486, + "y": 3612, + "z": -2463 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -58531, + "y": 3625, + "z": -7390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1031 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": -58490, + "y": 3582, + "z": -7310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8050101": { + "P80501_F80501001": { + "scenes": { + "136": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 136, + "instId": 300001, + "propState": 0, + "pos": { + "x": 299070, + "y": 168767, + "z": 449520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 136, + "instId": 300002, + "propState": 0, + "pos": { + "x": 299390, + "y": 158600, + "z": 436730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "137": { + "monsters": [], + "npcs": [ + { + "groupId": 137, + "instId": 400002, + "pos": { + "x": 297168, + "y": 172713, + "z": 426919 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 137, + "instId": 400003, + "pos": { + "x": 297168, + "y": 172440, + "z": 426919 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 137, + "instId": 400001, + "pos": { + "x": 297168, + "y": 172167, + "z": 426919 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 137, + "instId": 300001, + "propState": 0, + "pos": { + "x": 302890, + "y": 172169, + "z": 415730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 137, + "instId": 300002, + "propState": 0, + "pos": { + "x": 299390, + "y": 172169, + "z": 413230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 137, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "138": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "139": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 139, + "instId": 300001, + "propState": 0, + "pos": { + "x": 154560, + "y": 142783, + "z": 418130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 139, + "instId": 300002, + "propState": 0, + "pos": { + "x": 170070, + "y": 140086, + "z": 436750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 139, + "instId": 300003, + "propState": 0, + "pos": { + "x": 168141, + "y": 141266, + "z": 457860 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 139, + "instId": 300004, + "propState": 0, + "pos": { + "x": 148280, + "y": 142800, + "z": 436510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "140": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 140, + "instId": 300001, + "propState": 0, + "pos": { + "x": 153580, + "y": 142800, + "z": 451030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 140, + "instId": 300002, + "propState": 0, + "pos": { + "x": 157080, + "y": 142800, + "z": 453530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 140, + "instId": 300003, + "propState": 0, + "pos": { + "x": 160580, + "y": 142800, + "z": 451030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 140, + "instId": 300004, + "propState": 0, + "pos": { + "x": 153080, + "y": 142800, + "z": 441900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 140, + "instId": 300005, + "propState": 0, + "pos": { + "x": 153880, + "y": 142800, + "z": 441530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 140, + "instId": 300006, + "propState": 0, + "pos": { + "x": 153080, + "y": 142800, + "z": 441030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 140, + "instId": 300007, + "propState": 0, + "pos": { + "x": 161080, + "y": 142800, + "z": 433870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 140, + "instId": 300008, + "propState": 0, + "pos": { + "x": 160280, + "y": 142800, + "z": 433530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 140, + "instId": 300009, + "propState": 0, + "pos": { + "x": 161080, + "y": 142800, + "z": 433030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "141": { + "monsters": [], + "npcs": [ + { + "groupId": 141, + "instId": 400001, + "pos": { + "x": 154080, + "y": 142800, + "z": 447030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "142": { + "monsters": [], + "npcs": [ + { + "groupId": 142, + "instId": 400001, + "pos": { + "x": 157080, + "y": 142800, + "z": 448030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "143": { + "monsters": [], + "npcs": [ + { + "groupId": 143, + "instId": 400001, + "pos": { + "x": 160080, + "y": 142800, + "z": 447030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "144": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "145": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "146": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "147": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 147, + "instId": 300001, + "propState": 0, + "pos": { + "x": 314070, + "y": 168860, + "z": 451150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 147, + "instId": 300002, + "propState": 0, + "pos": { + "x": 320690, + "y": 146720, + "z": 447890 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "148": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 148, + "instId": 300001, + "propState": 0, + "pos": { + "x": 324190, + "y": 168860, + "z": 429940 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 148, + "instId": 300002, + "propState": 0, + "pos": { + "x": 320690, + "y": 168860, + "z": 427440 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 148, + "instId": 300003, + "propState": 0, + "pos": { + "x": 317190, + "y": 168860, + "z": 429940 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 148, + "instId": 300004, + "propState": 0, + "pos": { + "x": 323420, + "y": 168860, + "z": 438780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 148, + "instId": 300005, + "propState": 0, + "pos": { + "x": 324220, + "y": 168860, + "z": 439120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 148, + "instId": 300006, + "propState": 0, + "pos": { + "x": 323420, + "y": 168860, + "z": 439620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + } + ], + "teleports": {} + }, + "149": { + "monsters": [], + "npcs": [ + { + "groupId": 149, + "instId": 400001, + "pos": { + "x": 320690, + "y": 169769, + "z": 434200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 149, + "instId": 400002, + "pos": { + "x": 320690, + "y": 170042, + "z": 434200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 149, + "instId": 400003, + "pos": { + "x": 320690, + "y": 169496, + "z": 434200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 149, + "instId": 300001, + "propState": 1, + "pos": { + "x": 320690, + "y": 168860, + "z": 434010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 150, + "instId": 300001, + "propState": 0, + "pos": { + "x": 75667, + "y": 178539, + "z": 678396 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 150, + "instId": 300002, + "propState": 0, + "pos": { + "x": 70250, + "y": 167050, + "z": 661240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "151": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 151, + "instId": 300001, + "propState": 0, + "pos": { + "x": 73750, + "y": 175220, + "z": 649430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 151, + "instId": 300002, + "propState": 0, + "pos": { + "x": 70250, + "y": 175220, + "z": 646930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 151, + "instId": 300003, + "propState": 0, + "pos": { + "x": 66750, + "y": 175220, + "z": 649430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 151, + "instId": 300004, + "propState": 0, + "pos": { + "x": 65930, + "y": 175220, + "z": 659320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 151, + "instId": 300005, + "propState": 0, + "pos": { + "x": 66730, + "y": 175220, + "z": 659660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 151, + "instId": 300006, + "propState": 0, + "pos": { + "x": 65930, + "y": 175220, + "z": 660160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "152": { + "monsters": [], + "npcs": [ + { + "groupId": 152, + "instId": 400001, + "pos": { + "x": 66250, + "y": 175220, + "z": 653430 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [], + "teleports": {} + }, + "153": { + "monsters": [], + "npcs": [ + { + "groupId": 153, + "instId": 400001, + "pos": { + "x": 74165, + "y": 176402, + "z": 653624 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "npcId": 3106 + }, + { + "groupId": 153, + "instId": 400002, + "pos": { + "x": 74165, + "y": 176129, + "z": 653624 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "npcId": 3107 + }, + { + "groupId": 153, + "instId": 400003, + "pos": { + "x": 74165, + "y": 175856, + "z": 653624 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 153, + "instId": 300001, + "propState": 1, + "pos": { + "x": 74250, + "y": 175220, + "z": 653430 + }, + "rot": { + "x": 0, + "y": 160000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "154": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "155": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 155, + "instId": 300001, + "propState": 0, + "pos": { + "x": 303190, + "y": 172169, + "z": 412480 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 155, + "instId": 300002, + "propState": 0, + "pos": { + "x": 299690, + "y": 172169, + "z": 409980 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 155, + "instId": 300003, + "propState": 0, + "pos": { + "x": 296190, + "y": 172169, + "z": 412480 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + } + ], + "teleports": {} + }, + "156": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "157": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 157, + "instId": 300001, + "propState": 0, + "pos": { + "x": 299110, + "y": 168625, + "z": 449860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 157, + "instId": 300002, + "propState": 0, + "pos": { + "x": 299690, + "y": 154770, + "z": 442320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "158": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 158, + "instId": 300001, + "propState": 0, + "pos": { + "x": 318180, + "y": 146670, + "z": 450980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 158, + "instId": 300002, + "propState": 0, + "pos": { + "x": 313900, + "y": 168860, + "z": 451470 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "159": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 159, + "instId": 300001, + "propState": 0, + "pos": { + "x": 324090, + "y": 168860, + "z": 428690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 159, + "instId": 300002, + "propState": 0, + "pos": { + "x": 320590, + "y": 168860, + "z": 426190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 159, + "instId": 300003, + "propState": 0, + "pos": { + "x": 317090, + "y": 168860, + "z": 428690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 159, + "instId": 300004, + "propState": 0, + "pos": { + "x": 318240, + "y": 168860, + "z": 439030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 159, + "instId": 300005, + "propState": 0, + "pos": { + "x": 319040, + "y": 168860, + "z": 439370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 159, + "instId": 300006, + "propState": 0, + "pos": { + "x": 318240, + "y": 168860, + "z": 439870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + } + ], + "teleports": {} + }, + "160": { + "monsters": [], + "npcs": [ + { + "groupId": 160, + "instId": 400001, + "pos": { + "x": 320556, + "y": 169496, + "z": 434141 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 160, + "instId": 400002, + "pos": { + "x": 320556, + "y": 169769, + "z": 434141 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 160, + "instId": 400003, + "pos": { + "x": 320556, + "y": 170042, + "z": 434141 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3107 + } + ], + "props": [ + { + "groupId": 160, + "instId": 300001, + "propState": 1, + "pos": { + "x": 320556, + "y": 168860, + "z": 433951 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "161": { + "monsters": [], + "npcs": [ + { + "groupId": 161, + "instId": 400001, + "pos": { + "x": 318686, + "y": 168860, + "z": 433370 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [], + "teleports": {} + }, + "168": { + "monsters": [], + "npcs": [ + { + "groupId": 168, + "instId": 400001, + "pos": { + "x": 157080, + "y": 142800, + "z": 448030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 168, + "instId": 300001, + "propState": 101, + "pos": { + "x": 157160, + "y": 142800, + "z": 447897 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1026 + } + ], + "teleports": {} + }, + "206": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 206, + "instId": 300001, + "propState": 0, + "pos": { + "x": 127250, + "y": 170990, + "z": 711170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 206, + "instId": 300002, + "propState": 0, + "pos": { + "x": 127250, + "y": 170990, + "z": 711170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 206, + "instId": 300003, + "propState": 0, + "pos": { + "x": 110680, + "y": 179508, + "z": 739950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 206, + "instId": 300004, + "propState": 0, + "pos": { + "x": 73820, + "y": 184692, + "z": 725960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 206, + "instId": 300005, + "propState": 0, + "pos": { + "x": 111480, + "y": 182429, + "z": 698680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "207": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 207, + "instId": 300001, + "propState": 0, + "pos": { + "x": 123750, + "y": 182443, + "z": 739170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 207, + "instId": 300002, + "propState": 0, + "pos": { + "x": 127250, + "y": 182443, + "z": 741670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 207, + "instId": 300003, + "propState": 0, + "pos": { + "x": 130750, + "y": 182443, + "z": 739170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 207, + "instId": 300004, + "propState": 0, + "pos": { + "x": 123250, + "y": 182443, + "z": 730040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 207, + "instId": 300005, + "propState": 0, + "pos": { + "x": 124050, + "y": 182443, + "z": 729670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 207, + "instId": 300006, + "propState": 0, + "pos": { + "x": 123250, + "y": 182443, + "z": 729170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 207, + "instId": 300007, + "propState": 0, + "pos": { + "x": 131250, + "y": 182443, + "z": 722010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 207, + "instId": 300008, + "propState": 0, + "pos": { + "x": 130450, + "y": 182443, + "z": 721670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 207, + "instId": 300009, + "propState": 0, + "pos": { + "x": 131250, + "y": 182443, + "z": 721170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "208": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "209": { + "monsters": [], + "npcs": [ + { + "groupId": 209, + "instId": 400001, + "pos": { + "x": 124250, + "y": 182443, + "z": 735170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "210": { + "monsters": [], + "npcs": [ + { + "groupId": 210, + "instId": 400001, + "pos": { + "x": 127250, + "y": 182443, + "z": 736170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "211": { + "monsters": [], + "npcs": [ + { + "groupId": 211, + "instId": 400001, + "pos": { + "x": 130250, + "y": 182443, + "z": 735170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "212": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "213": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "214": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "215": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 215, + "instId": 300001, + "propState": 0, + "pos": { + "x": 83600, + "y": 168690, + "z": 726170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 215, + "instId": 300002, + "propState": 0, + "pos": { + "x": 83600, + "y": 168690, + "z": 726170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 215, + "instId": 300003, + "propState": 0, + "pos": { + "x": 70390, + "y": 179363, + "z": 710130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 215, + "instId": 300004, + "propState": 0, + "pos": { + "x": 106050, + "y": 182429, + "z": 720670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "216": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 216, + "instId": 300001, + "propState": 0, + "pos": { + "x": 96020, + "y": 184558, + "z": 729670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 216, + "instId": 300002, + "propState": 0, + "pos": { + "x": 98520, + "y": 184558, + "z": 726170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 216, + "instId": 300003, + "propState": 0, + "pos": { + "x": 96020, + "y": 184558, + "z": 722670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 216, + "instId": 300004, + "propState": 0, + "pos": { + "x": 86890, + "y": 184558, + "z": 730170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 216, + "instId": 300005, + "propState": 0, + "pos": { + "x": 86520, + "y": 184558, + "z": 729370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 216, + "instId": 300006, + "propState": 0, + "pos": { + "x": 86020, + "y": 184558, + "z": 730170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 216, + "instId": 300007, + "propState": 0, + "pos": { + "x": 78860, + "y": 184558, + "z": 722170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 216, + "instId": 300008, + "propState": 0, + "pos": { + "x": 78520, + "y": 184558, + "z": 722970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 216, + "instId": 300009, + "propState": 0, + "pos": { + "x": 78020, + "y": 184558, + "z": 722170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "217": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "218": { + "monsters": [], + "npcs": [ + { + "groupId": 218, + "instId": 400001, + "pos": { + "x": 92020, + "y": 184558, + "z": 729170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "219": { + "monsters": [], + "npcs": [ + { + "groupId": 219, + "instId": 400001, + "pos": { + "x": 93020, + "y": 184558, + "z": 726170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "220": { + "monsters": [], + "npcs": [ + { + "groupId": 220, + "instId": 400001, + "pos": { + "x": 92020, + "y": 184558, + "z": 723170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "221": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "222": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "223": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "224": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 224, + "instId": 300001, + "propState": 0, + "pos": { + "x": 158000, + "y": 110170, + "z": 436600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 224, + "instId": 300002, + "propState": 0, + "pos": { + "x": 158000, + "y": 110170, + "z": 436600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 224, + "instId": 300003, + "propState": 0, + "pos": { + "x": 148450, + "y": 142800, + "z": 436600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 224, + "instId": 300004, + "propState": 0, + "pos": { + "x": 154500, + "y": 142783, + "z": 418070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 224, + "instId": 300005, + "propState": 0, + "pos": { + "x": 213200, + "y": 143004, + "z": 448390 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "225": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 225, + "instId": 300001, + "propState": 0, + "pos": { + "x": 186000, + "y": 139679, + "z": 440100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 225, + "instId": 300002, + "propState": 0, + "pos": { + "x": 188500, + "y": 139679, + "z": 436600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 225, + "instId": 300003, + "propState": 0, + "pos": { + "x": 186000, + "y": 139679, + "z": 433100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 225, + "instId": 300004, + "propState": 0, + "pos": { + "x": 176870, + "y": 139679, + "z": 440600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 225, + "instId": 300005, + "propState": 0, + "pos": { + "x": 176500, + "y": 139679, + "z": 439800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 225, + "instId": 300006, + "propState": 0, + "pos": { + "x": 176000, + "y": 139679, + "z": 440600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 225, + "instId": 300007, + "propState": 0, + "pos": { + "x": 172540, + "y": 140000, + "z": 433820 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 225, + "instId": 300008, + "propState": 0, + "pos": { + "x": 172200, + "y": 140000, + "z": 434620 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 225, + "instId": 300009, + "propState": 0, + "pos": { + "x": 171700, + "y": 140000, + "z": 433820 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "226": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "227": { + "monsters": [], + "npcs": [ + { + "groupId": 227, + "instId": 400001, + "pos": { + "x": 182000, + "y": 139679, + "z": 439600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "228": { + "monsters": [], + "npcs": [ + { + "groupId": 228, + "instId": 400001, + "pos": { + "x": 183000, + "y": 139679, + "z": 436600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "229": { + "monsters": [], + "npcs": [ + { + "groupId": 229, + "instId": 400001, + "pos": { + "x": 182000, + "y": 139679, + "z": 433600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "230": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "231": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "232": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "233": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "234": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "235": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "236": { + "monsters": [], + "npcs": [ + { + "groupId": 236, + "instId": 400001, + "pos": { + "x": 127250, + "y": 182443, + "z": 736170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 236, + "instId": 300001, + "propState": 0, + "pos": { + "x": 127250, + "y": 182443, + "z": 736170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "237": { + "monsters": [], + "npcs": [ + { + "groupId": 237, + "instId": 400001, + "pos": { + "x": 93020, + "y": 184558, + "z": 726170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 237, + "instId": 300001, + "propState": 0, + "pos": { + "x": 93020, + "y": 184558, + "z": 726170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "238": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "239": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 239, + "instId": 300001, + "propState": 0, + "pos": { + "x": 299070, + "y": 168767, + "z": 449520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 239, + "instId": 300002, + "propState": 0, + "pos": { + "x": 299390, + "y": 158600, + "z": 436730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "240": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 240, + "instId": 300001, + "propState": 0, + "pos": { + "x": 302890, + "y": 172169, + "z": 415730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 240, + "instId": 300002, + "propState": 0, + "pos": { + "x": 299390, + "y": 172169, + "z": 413230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 240, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "241": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8050201": { + "P80502_F80502001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": -32490, + "y": -15908, + "z": -259830 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": 31290, + "y": -15908, + "z": -259830 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [ + { + "groupId": 4, + "instId": 400002, + "pos": { + "x": 3907, + "y": -15267, + "z": -278503 + }, + "rot": { + "x": 0, + "y": 213115, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 4, + "instId": 400003, + "pos": { + "x": 3907, + "y": -14994, + "z": -278503 + }, + "rot": { + "x": 0, + "y": 213115, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 4, + "instId": 400001, + "pos": { + "x": 3897, + "y": 646, + "z": 8797 + }, + "rot": { + "x": 0, + "y": 213115, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3490, + "y": -15908, + "z": -266650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 10, + "y": -15908, + "z": -264150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "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": 1, + "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": 1, + "pos": { + "x": 110204, + "y": 22109, + "z": -217944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 1, + "pos": { + "x": -156331, + "y": -4910, + "z": -79773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 1, + "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": 1, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "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": 300005, + "propState": 1, + "pos": { + "x": -116165, + "y": 22090, + "z": -175809 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": -94075, + "y": 22104, + "z": -196780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": -143373, + "y": 22104, + "z": -196904 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "pos": { + "x": -116120, + "y": 22104, + "z": -217890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": -130820, + "y": 22104, + "z": -200370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": -133320, + "y": 22104, + "z": -196870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": -130820, + "y": 22104, + "z": -193370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1053 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": -158639, + "y": 28032, + "z": 1065 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": -151216, + "y": 28032, + "z": -13355 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 0, + "pos": { + "x": -140520, + "y": 28032, + "z": -12424 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 0, + "pos": { + "x": -129622, + "y": 28032, + "z": -13355 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": -132130, + "y": 28032, + "z": 290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": -129630, + "y": 28032, + "z": -3210 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 0, + "pos": { + "x": -132130, + "y": 28032, + "z": -6710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 0, + "pos": { + "x": -144920, + "y": 28032, + "z": -6210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 0, + "pos": { + "x": -145260, + "y": 28032, + "z": -5410 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 0, + "pos": { + "x": -145760, + "y": 28032, + "z": -6210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [ + { + "groupId": 17, + "instId": 400001, + "pos": { + "x": -139490, + "y": 28668, + "z": -3210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3105 + }, + { + "groupId": 17, + "instId": 400002, + "pos": { + "x": -139490, + "y": 28941, + "z": -3210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 17, + "instId": 400003, + "pos": { + "x": -139490, + "y": 29214, + "z": -3210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3104 + } + ], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 1, + "pos": { + "x": -139300, + "y": 28032, + "z": -3210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": 91480, + "y": 5540, + "z": -196866 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "pos": { + "x": 137257, + "y": 22112, + "z": -196890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "pos": { + "x": 112480, + "y": 22112, + "z": -193366 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 0, + "pos": { + "x": 114980, + "y": 22112, + "z": -196866 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 0, + "pos": { + "x": 112480, + "y": 22112, + "z": -200366 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 0, + "pos": { + "x": 103200, + "y": 22112, + "z": -200560 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 19, + "instId": 300005, + "propState": 0, + "pos": { + "x": 102860, + "y": 22112, + "z": -199760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 19, + "instId": 300006, + "propState": 0, + "pos": { + "x": 102360, + "y": 22112, + "z": -200560 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [ + { + "groupId": 20, + "instId": 400001, + "pos": { + "x": 108480, + "y": 22112, + "z": -199010 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [ + { + "groupId": 21, + "instId": 400001, + "pos": { + "x": 108286, + "y": 23029, + "z": -194570 + }, + "rot": { + "x": 0, + "y": 250000, + "z": 0 + }, + "npcId": 3107 + }, + { + "groupId": 21, + "instId": 400002, + "pos": { + "x": 108286, + "y": 23302, + "z": -194570 + }, + "rot": { + "x": 0, + "y": 250000, + "z": 0 + }, + "npcId": 3106 + }, + { + "groupId": 21, + "instId": 400003, + "pos": { + "x": 108286, + "y": 22756, + "z": -194570 + }, + "rot": { + "x": 0, + "y": 250000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 1, + "pos": { + "x": 108480, + "y": 22112, + "z": -194485 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": -38898, + "y": -15918, + "z": -259824 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 0, + "pos": { + "x": -90330, + "y": -28970, + "z": -238600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 0, + "pos": { + "x": -78110, + "y": -16910, + "z": -265250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 0, + "pos": { + "x": -78110, + "y": -16910, + "z": -237387 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": -75890, + "y": -16911, + "z": -260830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": -78390, + "y": -16911, + "z": -257330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 0, + "pos": { + "x": -75890, + "y": -16911, + "z": -253830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 0, + "pos": { + "x": -66040, + "y": -16911, + "z": -261330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 0, + "pos": { + "x": -65670, + "y": -16911, + "z": -260530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 0, + "pos": { + "x": -65170, + "y": -16911, + "z": -261330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 0, + "pos": { + "x": -59470, + "y": -16911, + "z": -256600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 0, + "pos": { + "x": -59130, + "y": -16911, + "z": -257400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300009, + "propState": 0, + "pos": { + "x": -58630, + "y": -16911, + "z": -256600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [ + { + "groupId": 25, + "instId": 400001, + "pos": { + "x": -69020, + "y": -16911, + "z": -260330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [ + { + "groupId": 26, + "instId": 400001, + "pos": { + "x": -70020, + "y": -16911, + "z": -257330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [ + { + "groupId": 27, + "instId": 400001, + "pos": { + "x": -69020, + "y": -16911, + "z": -254330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 0, + "pos": { + "x": 75450, + "y": 22090, + "z": -204680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 0, + "pos": { + "x": 75340, + "y": 22090, + "z": -257530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": 79640, + "y": 22090, + "z": -240110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 0, + "pos": { + "x": 76140, + "y": 22090, + "z": -242610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 0, + "pos": { + "x": 72640, + "y": 22090, + "z": -240110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 0, + "pos": { + "x": 79816, + "y": 22090, + "z": -228494 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 32, + "instId": 300005, + "propState": 0, + "pos": { + "x": 79016, + "y": 22090, + "z": -228124 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 32, + "instId": 300006, + "propState": 0, + "pos": { + "x": 79816, + "y": 22090, + "z": -227624 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 32, + "instId": 300007, + "propState": 0, + "pos": { + "x": 73280, + "y": 22090, + "z": -221240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 32, + "instId": 300008, + "propState": 0, + "pos": { + "x": 74080, + "y": 22090, + "z": -220900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 32, + "instId": 300009, + "propState": 0, + "pos": { + "x": 73280, + "y": 22090, + "z": -220400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [ + { + "groupId": 34, + "instId": 400001, + "pos": { + "x": 79250, + "y": 22090, + "z": -234420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [ + { + "groupId": 35, + "instId": 400001, + "pos": { + "x": 76250, + "y": 22090, + "z": -235420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [ + { + "groupId": 36, + "instId": 400001, + "pos": { + "x": 73250, + "y": 22090, + "z": -234420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "pos": { + "x": 146210, + "y": 61220, + "z": -283150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 0, + "pos": { + "x": 146250, + "y": 46705, + "z": -284834 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 43, + "instId": 300001, + "propState": 0, + "pos": { + "x": 149710, + "y": 46705, + "z": -254140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 0, + "pos": { + "x": 146210, + "y": 46705, + "z": -251640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 43, + "instId": 300003, + "propState": 0, + "pos": { + "x": 142710, + "y": 46705, + "z": -254140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 43, + "instId": 300004, + "propState": 0, + "pos": { + "x": 150100, + "y": 46705, + "z": -265300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 43, + "instId": 300005, + "propState": 0, + "pos": { + "x": 149300, + "y": 46705, + "z": -265670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 43, + "instId": 300006, + "propState": 0, + "pos": { + "x": 150100, + "y": 46705, + "z": -266170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 43, + "instId": 300007, + "propState": 0, + "pos": { + "x": 142210, + "y": 46705, + "z": -270930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 43, + "instId": 300008, + "propState": 0, + "pos": { + "x": 143010, + "y": 46705, + "z": -271270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 43, + "instId": 300009, + "propState": 0, + "pos": { + "x": 142210, + "y": 46705, + "z": -271770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 44, + "instId": 300001, + "propState": 12, + "pos": { + "x": 149210, + "y": 46705, + "z": -259150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 1, + "pos": { + "x": 143210, + "y": 46705, + "z": -259150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1049 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [ + { + "groupId": 45, + "instId": 400001, + "pos": { + "x": 149210, + "y": 46705, + "z": -259150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [ + { + "groupId": 46, + "instId": 400001, + "pos": { + "x": 146210, + "y": 46705, + "z": -258150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [ + { + "groupId": 47, + "instId": 400001, + "pos": { + "x": 143210, + "y": 46705, + "z": -259150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 51, + "instId": 300001, + "propState": 0, + "pos": { + "x": -117195, + "y": 28032, + "z": -40834 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 0, + "pos": { + "x": -129890, + "y": 28032, + "z": -30244 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 0, + "pos": { + "x": -151110, + "y": 28032, + "z": -30244 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "52": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 52, + "instId": 300001, + "propState": 0, + "pos": { + "x": -151390, + "y": 28032, + "z": -43502 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 0, + "pos": { + "x": -153890, + "y": 28032, + "z": -40002 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 52, + "instId": 300003, + "propState": 0, + "pos": { + "x": -151390, + "y": 28032, + "z": -36502 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 52, + "instId": 300004, + "propState": 0, + "pos": { + "x": -140631, + "y": 28032, + "z": -44002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 52, + "instId": 300005, + "propState": 0, + "pos": { + "x": -140261, + "y": 28032, + "z": -43202 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 52, + "instId": 300006, + "propState": 0, + "pos": { + "x": -139761, + "y": 28032, + "z": -44002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 52, + "instId": 300007, + "propState": 0, + "pos": { + "x": -133220, + "y": 28032, + "z": -36410 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 52, + "instId": 300008, + "propState": 0, + "pos": { + "x": -132880, + "y": 28032, + "z": -37210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 52, + "instId": 300009, + "propState": 0, + "pos": { + "x": -132380, + "y": 28032, + "z": -36410 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [ + { + "groupId": 54, + "instId": 400001, + "pos": { + "x": -145761, + "y": 28032, + "z": -43002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [ + { + "groupId": 55, + "instId": 400001, + "pos": { + "x": -146761, + "y": 28032, + "z": -40002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [ + { + "groupId": 56, + "instId": 400001, + "pos": { + "x": -145761, + "y": 28032, + "z": -37002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 60, + "instId": 300001, + "propState": 0, + "pos": { + "x": -32490, + "y": -15908, + "z": -259830 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 0, + "pos": { + "x": 31290, + "y": -15908, + "z": -259830 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 61, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3490, + "y": -15908, + "z": -266650 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 0, + "pos": { + "x": 10, + "y": -15908, + "z": -264150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 69, + "instId": 300001, + "propState": 0, + "pos": { + "x": -119563, + "y": 30930, + "z": -40770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103010 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 1, + "pos": { + "x": -113489, + "y": 28030, + "z": -40900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 1, + "pos": { + "x": -125503, + "y": 28037, + "z": -40901 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103011 + }, + { + "groupId": 69, + "instId": 300004, + "propState": 0, + "pos": { + "x": -115543, + "y": 28034, + "z": -42975 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8050301": { + "P80503_F80503001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "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": 1, + "pos": { + "x": -126390, + "y": 11517, + "z": -9949 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103032 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": -120390, + "y": 11501, + "z": -144954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": -120390, + "y": 11501, + "z": -138954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "pos": { + "x": -114082, + "y": 11519, + "z": -137675 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": -162390, + "y": 5501, + "z": -144954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": -162390, + "y": 5501, + "z": -138954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 0, + "pos": { + "x": -156610, + "y": 5511, + "z": -137807 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": -150424, + "y": 11501, + "z": -72953 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -150424, + "y": 11501, + "z": -66953 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": -145579, + "y": 11511, + "z": -65502 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 1, + "pos": { + "x": -117390, + "y": 11527, + "z": 5051 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": -122664, + "y": 12771, + "z": 2246 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8050401": { + "P80504_F80504001": { + "scenes": { + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": -115150, + "y": 62638, + "z": 6410 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": -127520, + "y": 62048, + "z": 18310 + }, + "rot": { + "x": 0, + "y": 169460, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 0, + "pos": { + "x": -127900, + "y": 62048, + "z": -8090 + }, + "rot": { + "x": 0, + "y": 13945, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [ + { + "groupId": 24, + "instId": 400002, + "pos": { + "x": -141650, + "y": 61798, + "z": 10467 + }, + "rot": { + "x": 0, + "y": 123115, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 24, + "instId": 400003, + "pos": { + "x": -141650, + "y": 62071, + "z": 10467 + }, + "rot": { + "x": 0, + "y": 123115, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 24, + "instId": 400001, + "pos": { + "x": -141650, + "y": 61525, + "z": 10467 + }, + "rot": { + "x": 0, + "y": 123115, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 24, + "instId": 300001, + "propState": 0, + "pos": { + "x": -154560, + "y": 60890, + "z": 3070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 0, + "pos": { + "x": -157060, + "y": 60890, + "z": 6570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 0, + "pos": { + "x": -47600, + "y": 58177, + "z": 6160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 0, + "pos": { + "x": -22400, + "y": 56882, + "z": 20070 + }, + "rot": { + "x": 0, + "y": 205732, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 0, + "pos": { + "x": -22260, + "y": 56841, + "z": -7860 + }, + "rot": { + "x": 0, + "y": 155083, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 0, + "pos": { + "x": -22460, + "y": 56834, + "z": 9660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 0, + "pos": { + "x": -19960, + "y": 56834, + "z": 6160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 0, + "pos": { + "x": -22460, + "y": 56834, + "z": 2660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 30, + "instId": 300004, + "propState": 0, + "pos": { + "x": -32790, + "y": 56834, + "z": 3160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 30, + "instId": 300005, + "propState": 0, + "pos": { + "x": -33130, + "y": 56834, + "z": 3960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 0, + "pos": { + "x": -33630, + "y": 56834, + "z": 3160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [ + { + "groupId": 31, + "instId": 400001, + "pos": { + "x": -28190, + "y": 57743, + "z": 6160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 31, + "instId": 400002, + "pos": { + "x": -28190, + "y": 58016, + "z": 6160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 31, + "instId": 400003, + "pos": { + "x": -28190, + "y": 57470, + "z": 6160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 1, + "pos": { + "x": -28000, + "y": 56834, + "z": 6160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": -93890, + "y": 62105, + "z": 15970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 0, + "pos": { + "x": -101340, + "y": 62105, + "z": 52360 + }, + "rot": { + "x": 0, + "y": 269505, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": -97390, + "y": 62105, + "z": 43770 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 0, + "pos": { + "x": -93890, + "y": 62105, + "z": 46270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 0, + "pos": { + "x": -90390, + "y": 62105, + "z": 43770 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 34, + "instId": 300004, + "propState": 0, + "pos": { + "x": -90890, + "y": 62105, + "z": 31280 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 34, + "instId": 300005, + "propState": 0, + "pos": { + "x": -91690, + "y": 62105, + "z": 30940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 34, + "instId": 300006, + "propState": 0, + "pos": { + "x": -90890, + "y": 62105, + "z": 30440 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [ + { + "groupId": 35, + "instId": 400001, + "pos": { + "x": -91120, + "y": 62090, + "z": 37440 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [ + { + "groupId": 36, + "instId": 400001, + "pos": { + "x": -96960, + "y": 63287, + "z": 37230 + }, + "rot": { + "x": 0, + "y": 160000, + "z": 0 + }, + "npcId": 3106 + }, + { + "groupId": 36, + "instId": 400002, + "pos": { + "x": -96960, + "y": 63014, + "z": 37230 + }, + "rot": { + "x": 0, + "y": 160000, + "z": 0 + }, + "npcId": 3107 + }, + { + "groupId": 36, + "instId": 400003, + "pos": { + "x": -96960, + "y": 62741, + "z": 37230 + }, + "rot": { + "x": 0, + "y": 160000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 36, + "instId": 300001, + "propState": 1, + "pos": { + "x": -97045, + "y": 62105, + "z": 37424 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 0, + "pos": { + "x": 20590, + "y": 48212, + "z": -18800 + }, + "rot": { + "x": 0, + "y": 270542, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 0, + "pos": { + "x": 31070, + "y": 34440, + "z": -14960 + }, + "rot": { + "x": 0, + "y": 225372, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": 2140, + "y": 45388, + "z": -35510 + }, + "rot": { + "x": 0, + "y": 315372, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 0, + "pos": { + "x": -2098, + "y": 45388, + "z": -34775 + }, + "rot": { + "x": 0, + "y": 315372, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 0, + "pos": { + "x": -2778, + "y": 45388, + "z": -30528 + }, + "rot": { + "x": 0, + "y": 315372, + "z": 0 + }, + "propId": 1053 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 40, + "instId": 300001, + "propState": 0, + "pos": { + "x": -65020, + "y": 52822, + "z": 102960 + }, + "rot": { + "x": 0, + "y": 77368, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 0, + "pos": { + "x": -42850, + "y": 54051, + "z": 130820 + }, + "rot": { + "x": 0, + "y": 167047, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 41, + "instId": 300001, + "propState": 0, + "pos": { + "x": -36042, + "y": 54051, + "z": 112885 + }, + "rot": { + "x": 0, + "y": 167368, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 0, + "pos": { + "x": -32837, + "y": 54051, + "z": 110017 + }, + "rot": { + "x": 0, + "y": 167368, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 0, + "pos": { + "x": -34511, + "y": 54051, + "z": 106055 + }, + "rot": { + "x": 0, + "y": 167368, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 41, + "instId": 300004, + "propState": 0, + "pos": { + "x": -45060, + "y": 54051, + "z": 111376 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 41, + "instId": 300005, + "propState": 0, + "pos": { + "x": -45247, + "y": 54051, + "z": 110515 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 41, + "instId": 300006, + "propState": 0, + "pos": { + "x": -45909, + "y": 54051, + "z": 111186 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 41, + "instId": 300007, + "propState": 0, + "pos": { + "x": -51147, + "y": 54051, + "z": 101814 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 41, + "instId": 300008, + "propState": 0, + "pos": { + "x": -51653, + "y": 54051, + "z": 102520 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 41, + "instId": 300009, + "propState": 0, + "pos": { + "x": -51966, + "y": 54051, + "z": 101630 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [ + { + "groupId": 43, + "instId": 400001, + "pos": { + "x": -39836, + "y": 54051, + "z": 111523 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [ + { + "groupId": 44, + "instId": 400001, + "pos": { + "x": -38204, + "y": 54051, + "z": 108814 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [ + { + "groupId": 45, + "instId": 400001, + "pos": { + "x": -38524, + "y": 54051, + "z": 105668 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": -67460, + "y": 61580, + "z": 6170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "pos": { + "x": -94015, + "y": 62594, + "z": 12331 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 0, + "pos": { + "x": -94245, + "y": 62594, + "z": -172 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 0, + "pos": { + "x": -107980, + "y": 62595, + "z": 5940 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": -102680, + "y": 62594, + "z": 2470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 0, + "pos": { + "x": -105180, + "y": 62594, + "z": 5970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": -102680, + "y": 62594, + "z": 9470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 59, + "instId": 300004, + "propState": 0, + "pos": { + "x": -92160, + "y": 62594, + "z": 1970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 59, + "instId": 300005, + "propState": 0, + "pos": { + "x": -91790, + "y": 62594, + "z": 2770 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 59, + "instId": 300006, + "propState": 0, + "pos": { + "x": -91290, + "y": 62594, + "z": 1970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 59, + "instId": 300007, + "propState": 0, + "pos": { + "x": -84130, + "y": 62594, + "z": 9970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 59, + "instId": 300008, + "propState": 0, + "pos": { + "x": -83790, + "y": 62594, + "z": 9170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 59, + "instId": 300009, + "propState": 0, + "pos": { + "x": -83290, + "y": 62594, + "z": 9970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [ + { + "groupId": 61, + "instId": 400001, + "pos": { + "x": -97290, + "y": 62594, + "z": 2970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [ + { + "groupId": 62, + "instId": 400001, + "pos": { + "x": -98290, + "y": 62594, + "z": 5970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [ + { + "groupId": 63, + "instId": 400001, + "pos": { + "x": -97290, + "y": 62594, + "z": 8970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 0, + "pos": { + "x": 79800, + "y": 47844, + "z": 5250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 0, + "pos": { + "x": 40400, + "y": 50889, + "z": -3810 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 0, + "pos": { + "x": 40400, + "y": 50889, + "z": 15220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 67, + "instId": 300004, + "propState": 0, + "pos": { + "x": 57880, + "y": 49274, + "z": -12110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 67, + "instId": 300005, + "propState": 0, + "pos": { + "x": 57880, + "y": 49273, + "z": 23510 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 68, + "instId": 300001, + "propState": 0, + "pos": { + "x": 50180, + "y": 49988, + "z": 1539 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 0, + "pos": { + "x": 47680, + "y": 49988, + "z": 5039 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 0, + "pos": { + "x": 50180, + "y": 49988, + "z": 8539 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 0, + "pos": { + "x": 60210, + "y": 49988, + "z": 1039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 0, + "pos": { + "x": 60580, + "y": 49988, + "z": 1839 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 0, + "pos": { + "x": 61080, + "y": 49988, + "z": 1039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300007, + "propState": 0, + "pos": { + "x": 66610, + "y": 49988, + "z": 9039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300008, + "propState": 0, + "pos": { + "x": 66950, + "y": 49988, + "z": 8239 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300009, + "propState": 0, + "pos": { + "x": 67450, + "y": 49988, + "z": 9039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [ + { + "groupId": 70, + "instId": 400001, + "pos": { + "x": 56180, + "y": 49988, + "z": 2039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [ + { + "groupId": 71, + "instId": 400001, + "pos": { + "x": 55180, + "y": 49988, + "z": 5039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [ + { + "groupId": 72, + "instId": 400001, + "pos": { + "x": 56180, + "y": 49988, + "z": 8039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 76, + "instId": 300001, + "propState": 0, + "pos": { + "x": 77970, + "y": 47844, + "z": 5950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 76, + "instId": 300002, + "propState": 0, + "pos": { + "x": 119950, + "y": 47134, + "z": 6070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 76, + "instId": 300003, + "propState": 0, + "pos": { + "x": 94990, + "y": 47844, + "z": -7810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 76, + "instId": 300004, + "propState": 0, + "pos": { + "x": 87010, + "y": 47844, + "z": 19660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 77, + "instId": 300001, + "propState": 0, + "pos": { + "x": 109830, + "y": 47135, + "z": 9570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 0, + "pos": { + "x": 112330, + "y": 47134, + "z": 6070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 0, + "pos": { + "x": 109830, + "y": 47135, + "z": 2570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 77, + "instId": 300004, + "propState": 0, + "pos": { + "x": 96840, + "y": 47844, + "z": 10070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 77, + "instId": 300005, + "propState": 0, + "pos": { + "x": 96470, + "y": 47844, + "z": 9270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 77, + "instId": 300006, + "propState": 0, + "pos": { + "x": 95970, + "y": 47844, + "z": 10070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 77, + "instId": 300007, + "propState": 0, + "pos": { + "x": 88810, + "y": 47844, + "z": 2070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 77, + "instId": 300008, + "propState": 0, + "pos": { + "x": 88470, + "y": 47844, + "z": 2870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 77, + "instId": 300009, + "propState": 0, + "pos": { + "x": 87970, + "y": 47844, + "z": 2070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [ + { + "groupId": 79, + "instId": 400001, + "pos": { + "x": 101970, + "y": 47844, + "z": 9070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [ + { + "groupId": 80, + "instId": 400001, + "pos": { + "x": 102970, + "y": 47844, + "z": 6070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [ + { + "groupId": 81, + "instId": 400001, + "pos": { + "x": 101970, + "y": 47844, + "z": 3070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "101": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "103": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "104": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "105": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "106": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "109": { + "monsters": [], + "npcs": [ + { + "groupId": 109, + "instId": 400001, + "pos": { + "x": 55180, + "y": 49988, + "z": 5039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 100 + } + ], + "props": [], + "teleports": {} + }, + "110": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "111": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "112": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "114": { + "monsters": [], + "npcs": [ + { + "groupId": 114, + "instId": 400001, + "pos": { + "x": 102970, + "y": 47844, + "z": 6070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "115": { + "monsters": [], + "npcs": [ + { + "groupId": 115, + "instId": 400001, + "pos": { + "x": -39836, + "y": 54051, + "z": 111523 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "116": { + "monsters": [], + "npcs": [ + { + "groupId": 116, + "instId": 400001, + "pos": { + "x": -38524, + "y": 54051, + "z": 105668 + }, + "rot": { + "x": 0, + "y": 257368, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "117": { + "monsters": [], + "npcs": [ + { + "groupId": 117, + "instId": 400001, + "pos": { + "x": -98290, + "y": 62594, + "z": 5970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "118": { + "monsters": [], + "npcs": [ + { + "groupId": 118, + "instId": 400001, + "pos": { + "x": 102970, + "y": 47844, + "z": 6070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "120": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 120, + "instId": 300001, + "propState": 0, + "pos": { + "x": 79800, + "y": 47844, + "z": 5250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 120, + "instId": 300002, + "propState": 0, + "pos": { + "x": 40400, + "y": 50889, + "z": -3810 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 120, + "instId": 300003, + "propState": 0, + "pos": { + "x": 40400, + "y": 50889, + "z": 15220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 120, + "instId": 300004, + "propState": 0, + "pos": { + "x": 57880, + "y": 49274, + "z": -12110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 120, + "instId": 300005, + "propState": 0, + "pos": { + "x": 57880, + "y": 49273, + "z": 23510 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 120, + "instId": 300006, + "propState": 0, + "pos": { + "x": 55180, + "y": 49988, + "z": 5039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1060 + } + ], + "teleports": {} + }, + "121": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 121, + "instId": 300001, + "propState": 0, + "pos": { + "x": -115150, + "y": 62638, + "z": 6410 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 121, + "instId": 300002, + "propState": 0, + "pos": { + "x": -127520, + "y": 62048, + "z": 18310 + }, + "rot": { + "x": 0, + "y": 169460, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 121, + "instId": 300003, + "propState": 0, + "pos": { + "x": -127900, + "y": 62048, + "z": -8090 + }, + "rot": { + "x": 0, + "y": 13945, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "122": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 122, + "instId": 300001, + "propState": 0, + "pos": { + "x": -154560, + "y": 60890, + "z": 3070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 122, + "instId": 300002, + "propState": 0, + "pos": { + "x": -157060, + "y": 60890, + "z": 6570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 122, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "123": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "126": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8050501": { + "P80505_F80505001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "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": 1, + "pos": { + "x": 39519, + "y": 88400, + "z": 103220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 1, + "pos": { + "x": 48558, + "y": 84400, + "z": 82242 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 1, + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8050601": { + "P80506_F80506001": { + "scenes": { + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": -277430, + "y": 6263, + "z": 855080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -277290, + "y": 4781, + "z": 812990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [ + { + "groupId": 7, + "instId": 400002, + "pos": { + "x": -279687, + "y": 7624, + "z": 833950 + }, + "rot": { + "x": 0, + "y": 33115, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 7, + "instId": 400003, + "pos": { + "x": -279687, + "y": 7897, + "z": 833950 + }, + "rot": { + "x": 0, + "y": 33115, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 7, + "instId": 400001, + "pos": { + "x": -279687, + "y": 7351, + "z": 833950 + }, + "rot": { + "x": 0, + "y": 33115, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -273810, + "y": 6706, + "z": 826700 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": -277310, + "y": 6717, + "z": 824200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 224890, + "y": -44200, + "z": 266260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": 232690, + "y": -27827, + "z": 266150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": 238030, + "y": -27827, + "z": 282360 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": 240530, + "y": -27827, + "z": 278860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 0, + "pos": { + "x": 238030, + "y": -27827, + "z": 275360 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1053 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": -8, + "y": 1709, + "z": 55932 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": 6379, + "y": -19440, + "z": 76235 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3210, + "y": 592, + "z": 86440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": 290, + "y": 610, + "z": 88940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": 3790, + "y": 572, + "z": 86440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": 4180, + "y": 572, + "z": 74410 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 0, + "pos": { + "x": 3380, + "y": 572, + "z": 74070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 0, + "pos": { + "x": 4180, + "y": 572, + "z": 73570 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [ + { + "groupId": 14, + "instId": 400001, + "pos": { + "x": 2860, + "y": 572, + "z": 79260 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [ + { + "groupId": 15, + "instId": 400001, + "pos": { + "x": -2918, + "y": 1459, + "z": 78969 + }, + "rot": { + "x": 0, + "y": 160000, + "z": 0 + }, + "npcId": 3107 + }, + { + "groupId": 15, + "instId": 400002, + "pos": { + "x": -2918, + "y": 1732, + "z": 78969 + }, + "rot": { + "x": 0, + "y": 160000, + "z": 0 + }, + "npcId": 3106 + }, + { + "groupId": 15, + "instId": 400003, + "pos": { + "x": -2918, + "y": 1186, + "z": 78969 + }, + "rot": { + "x": 0, + "y": 160000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 1, + "pos": { + "x": -3010, + "y": 572, + "z": 79180 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": -251160, + "y": -131600, + "z": 473719 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": -290202, + "y": -123110, + "z": 473719 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": -273980, + "y": -110613, + "z": 477620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": -270480, + "y": -110610, + "z": 480120 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "pos": { + "x": -266980, + "y": -110612, + "z": 477620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 0, + "pos": { + "x": -267480, + "y": -111025, + "z": 463950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 0, + "pos": { + "x": -268280, + "y": -111021, + "z": 463610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 0, + "pos": { + "x": -267480, + "y": -111025, + "z": 463110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103014 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [ + { + "groupId": 18, + "instId": 400001, + "pos": { + "x": -270480, + "y": -109975, + "z": 471736 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3105 + }, + { + "groupId": 18, + "instId": 400002, + "pos": { + "x": -270480, + "y": -109702, + "z": 471736 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 18, + "instId": 400003, + "pos": { + "x": -270480, + "y": -109429, + "z": 471736 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3104 + } + ], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 1, + "pos": { + "x": -270480, + "y": -110618, + "z": 471926 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "pos": { + "x": 426130, + "y": -34170, + "z": 846540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 0, + "pos": { + "x": 438001, + "y": -22038, + "z": 864814 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": 428290, + "y": -18835, + "z": 840460 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 0, + "pos": { + "x": 424790, + "y": -18835, + "z": 837960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 0, + "pos": { + "x": 421290, + "y": -18835, + "z": 840460 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 20, + "instId": 300004, + "propState": 0, + "pos": { + "x": 428790, + "y": -18835, + "z": 849640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 20, + "instId": 300005, + "propState": 0, + "pos": { + "x": 427990, + "y": -18835, + "z": 850010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 20, + "instId": 300006, + "propState": 0, + "pos": { + "x": 428790, + "y": -18835, + "z": 850510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 20, + "instId": 300007, + "propState": 0, + "pos": { + "x": 422780, + "y": -18835, + "z": 853920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 20, + "instId": 300008, + "propState": 0, + "pos": { + "x": 423580, + "y": -18835, + "z": 854260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 20, + "instId": 300009, + "propState": 0, + "pos": { + "x": 422780, + "y": -18835, + "z": 854760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [ + { + "groupId": 22, + "instId": 400001, + "pos": { + "x": 427790, + "y": -18835, + "z": 846580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [ + { + "groupId": 23, + "instId": 400001, + "pos": { + "x": 424790, + "y": -18835, + "z": 845580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [ + { + "groupId": 24, + "instId": 400001, + "pos": { + "x": 421790, + "y": -18835, + "z": 846580 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 28, + "instId": 300001, + "propState": 0, + "pos": { + "x": -444960, + "y": -20090, + "z": 768030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 0, + "pos": { + "x": -444990, + "y": 4630, + "z": 783270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 0, + "pos": { + "x": -448460, + "y": 2875, + "z": 770910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 0, + "pos": { + "x": -444960, + "y": 2875, + "z": 773410 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 0, + "pos": { + "x": -441460, + "y": 2875, + "z": 770910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 29, + "instId": 300004, + "propState": 0, + "pos": { + "x": -448520, + "y": 2875, + "z": 759400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 29, + "instId": 300005, + "propState": 0, + "pos": { + "x": -447720, + "y": 2875, + "z": 759030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 29, + "instId": 300006, + "propState": 0, + "pos": { + "x": -448520, + "y": 2875, + "z": 758530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 29, + "instId": 300007, + "propState": 0, + "pos": { + "x": -441680, + "y": 2875, + "z": 753720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 29, + "instId": 300008, + "propState": 0, + "pos": { + "x": -442480, + "y": 2875, + "z": 753380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 29, + "instId": 300009, + "propState": 0, + "pos": { + "x": -441680, + "y": 2875, + "z": 752880 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [ + { + "groupId": 31, + "instId": 400001, + "pos": { + "x": -447960, + "y": 2875, + "z": 765080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [ + { + "groupId": 32, + "instId": 400001, + "pos": { + "x": -444960, + "y": 2875, + "z": 766080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [ + { + "groupId": 33, + "instId": 400001, + "pos": { + "x": -441960, + "y": 2875, + "z": 765080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 0, + "pos": { + "x": -445070, + "y": 5408, + "z": 874510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 0, + "pos": { + "x": -401050, + "y": -13980, + "z": 877823 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": -447998, + "y": 3466, + "z": 905823 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 0, + "pos": { + "x": -445100, + "y": 3466, + "z": 908820 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 0, + "pos": { + "x": -442181, + "y": 3466, + "z": 905823 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 0, + "pos": { + "x": -447940, + "y": 3466, + "z": 893741 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300005, + "propState": 0, + "pos": { + "x": -447140, + "y": 3466, + "z": 893371 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300006, + "propState": 0, + "pos": { + "x": -447940, + "y": 3466, + "z": 892871 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300007, + "propState": 0, + "pos": { + "x": -442270, + "y": 3932, + "z": 887790 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300008, + "propState": 0, + "pos": { + "x": -443070, + "y": 3970, + "z": 887450 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300009, + "propState": 0, + "pos": { + "x": -442270, + "y": 4026, + "z": 886950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [ + { + "groupId": 40, + "instId": 400001, + "pos": { + "x": -448100, + "y": 3536, + "z": 899080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [ + { + "groupId": 41, + "instId": 400001, + "pos": { + "x": -445100, + "y": 3466, + "z": 900080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [ + { + "groupId": 42, + "instId": 400001, + "pos": { + "x": -442100, + "y": 3485, + "z": 899080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 46, + "instId": 300001, + "propState": 0, + "pos": { + "x": -278675, + "y": -109587, + "z": 495117 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 0, + "pos": { + "x": -262400, + "y": -109587, + "z": 495117 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 0, + "pos": { + "x": -273429, + "y": -111019, + "z": 517260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 0, + "pos": { + "x": -270490, + "y": -111019, + "z": 520760 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 0, + "pos": { + "x": -267620, + "y": -111019, + "z": 517260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 0, + "pos": { + "x": -273860, + "y": -111019, + "z": 505480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 0, + "pos": { + "x": -273060, + "y": -111019, + "z": 505110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 0, + "pos": { + "x": -273860, + "y": -111019, + "z": 504610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300007, + "propState": 0, + "pos": { + "x": -267020, + "y": -111019, + "z": 500840 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300008, + "propState": 0, + "pos": { + "x": -267820, + "y": -111019, + "z": 500500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300009, + "propState": 0, + "pos": { + "x": -267020, + "y": -111019, + "z": 500000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [ + { + "groupId": 49, + "instId": 400001, + "pos": { + "x": -273490, + "y": -111019, + "z": 510282 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [ + { + "groupId": 50, + "instId": 400001, + "pos": { + "x": -270490, + "y": -111019, + "z": 511282 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [ + { + "groupId": 51, + "instId": 400001, + "pos": { + "x": -267490, + "y": -111019, + "z": 510282 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "52": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 55, + "instId": 300001, + "propState": 0, + "pos": { + "x": -277430, + "y": 6263, + "z": 849620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 0, + "pos": { + "x": -277290, + "y": 4781, + "z": 812990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300001, + "propState": 0, + "pos": { + "x": -273810, + "y": 6706, + "z": 826700 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 0, + "pos": { + "x": -277310, + "y": 6717, + "z": 824200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8050701": { + "P80507_F80507001": { + "scenes": { + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 28, + "instId": 300001, + "propState": 0, + "pos": { + "x": -10, + "y": 3288, + "z": 244450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 0, + "pos": { + "x": -30410, + "y": 4529, + "z": 266550 + }, + "rot": { + "x": 0, + "y": 71978, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 0, + "pos": { + "x": 30390, + "y": 4532, + "z": 266550 + }, + "rot": { + "x": 0, + "y": 287908, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [ + { + "groupId": 29, + "instId": 400002, + "pos": { + "x": 3887, + "y": 5561, + "z": 272307 + }, + "rot": { + "x": 0, + "y": 213115, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 29, + "instId": 400003, + "pos": { + "x": 3887, + "y": 5834, + "z": 272307 + }, + "rot": { + "x": 0, + "y": 213115, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 29, + "instId": 400001, + "pos": { + "x": 3887, + "y": 5288, + "z": 272307 + }, + "rot": { + "x": 0, + "y": 213115, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3510, + "y": 4639, + "z": 288010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 0, + "pos": { + "x": -10, + "y": 4639, + "z": 290510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 44, + "instId": 300001, + "propState": 0, + "pos": { + "x": -9240, + "y": 11381, + "z": 37860 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 0, + "pos": { + "x": -18180, + "y": -4650, + "z": 37860 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 45, + "instId": 300001, + "propState": 0, + "pos": { + "x": -36580, + "y": 11381, + "z": 34360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 0, + "pos": { + "x": -39080, + "y": 11381, + "z": 37860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 0, + "pos": { + "x": -36580, + "y": 11381, + "z": 41360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 45, + "instId": 300004, + "propState": 0, + "pos": { + "x": -27040, + "y": 11381, + "z": 40860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 45, + "instId": 300005, + "propState": 0, + "pos": { + "x": -26700, + "y": 11381, + "z": 40060 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 45, + "instId": 300006, + "propState": 0, + "pos": { + "x": -26200, + "y": 11381, + "z": 40860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [ + { + "groupId": 46, + "instId": 400001, + "pos": { + "x": -31610, + "y": 11381, + "z": 40580 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [ + { + "groupId": 47, + "instId": 400001, + "pos": { + "x": -31886, + "y": 12549, + "z": 34635 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "npcId": 3106 + }, + { + "groupId": 47, + "instId": 400002, + "pos": { + "x": -31886, + "y": 12276, + "z": 34635 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "npcId": 3107 + }, + { + "groupId": 47, + "instId": 400003, + "pos": { + "x": -31886, + "y": 12003, + "z": 34635 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 1, + "pos": { + "x": -32080, + "y": 11381, + "z": 34550 + }, + "rot": { + "x": 0, + "y": 250000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 48, + "instId": 300001, + "propState": 0, + "pos": { + "x": 154, + "y": 14953, + "z": 58620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 0, + "pos": { + "x": 154, + "y": 14953, + "z": 95430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 49, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3346, + "y": 14953, + "z": 85910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 0, + "pos": { + "x": 154, + "y": 14953, + "z": 88410 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 49, + "instId": 300003, + "propState": 0, + "pos": { + "x": 3654, + "y": 14953, + "z": 85910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 51, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29760, + "y": 12753, + "z": 5320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 0, + "pos": { + "x": 37930, + "y": -4800, + "z": 5320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "52": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 52, + "instId": 300001, + "propState": 0, + "pos": { + "x": 61340, + "y": 12753, + "z": 8820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 0, + "pos": { + "x": 63840, + "y": 12753, + "z": 5320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 52, + "instId": 300003, + "propState": 0, + "pos": { + "x": 61340, + "y": 12753, + "z": 1820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 52, + "instId": 300004, + "propState": 0, + "pos": { + "x": 48770, + "y": 12753, + "z": 2320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 52, + "instId": 300005, + "propState": 0, + "pos": { + "x": 48430, + "y": 12753, + "z": 3120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 52, + "instId": 300006, + "propState": 0, + "pos": { + "x": 47930, + "y": 12753, + "z": 2320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103014 + } + ], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [ + { + "groupId": 53, + "instId": 400001, + "pos": { + "x": 53440, + "y": 13662, + "z": 5320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3103 + }, + { + "groupId": 53, + "instId": 400002, + "pos": { + "x": 53440, + "y": 13935, + "z": 5320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3104 + }, + { + "groupId": 53, + "instId": 400003, + "pos": { + "x": 53440, + "y": 13389, + "z": 5320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3105 + } + ], + "props": [ + { + "groupId": 53, + "instId": 300001, + "propState": 1, + "pos": { + "x": 53630, + "y": 12753, + "z": 5320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1038 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 54, + "instId": 300001, + "propState": 0, + "pos": { + "x": 39, + "y": 14953, + "z": 83940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 0, + "pos": { + "x": 39, + "y": 14953, + "z": 125910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 55, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3461, + "y": 14953, + "z": 116702 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 0, + "pos": { + "x": 39, + "y": 14953, + "z": 119202 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 0, + "pos": { + "x": 3539, + "y": 14953, + "z": 116702 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 55, + "instId": 300004, + "propState": 0, + "pos": { + "x": -3961, + "y": 14953, + "z": 107572 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300005, + "propState": 0, + "pos": { + "x": -3161, + "y": 14953, + "z": 107202 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300006, + "propState": 0, + "pos": { + "x": -3961, + "y": 14953, + "z": 106702 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300007, + "propState": 0, + "pos": { + "x": 4039, + "y": 14953, + "z": 99542 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300008, + "propState": 0, + "pos": { + "x": 3239, + "y": 14953, + "z": 99202 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300009, + "propState": 0, + "pos": { + "x": 4039, + "y": 14953, + "z": 98702 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [ + { + "groupId": 56, + "instId": 400001, + "pos": { + "x": -2961, + "y": 14953, + "z": 112702 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [ + { + "groupId": 57, + "instId": 400001, + "pos": { + "x": 39, + "y": 14953, + "z": 113702 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [ + { + "groupId": 58, + "instId": 400001, + "pos": { + "x": 3039, + "y": 14953, + "z": 112702 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 62, + "instId": 300001, + "propState": 0, + "pos": { + "x": -76040, + "y": 7259, + "z": 118770 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 0, + "pos": { + "x": -94940, + "y": 7259, + "z": 107400 + }, + "rot": { + "x": 0, + "y": 123246, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300001, + "propState": 0, + "pos": { + "x": -80865, + "y": 7259, + "z": 111138 + }, + "rot": { + "x": 0, + "y": 125000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 0, + "pos": { + "x": -76564, + "y": 7259, + "z": 111178 + }, + "rot": { + "x": 0, + "y": 125000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 63, + "instId": 300003, + "propState": 0, + "pos": { + "x": -75131, + "y": 7259, + "z": 107123 + }, + "rot": { + "x": 0, + "y": 125000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 63, + "instId": 300004, + "propState": 0, + "pos": { + "x": -86511, + "y": 7259, + "z": 103946 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300005, + "propState": 0, + "pos": { + "x": -86068, + "y": 7259, + "z": 103184 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300006, + "propState": 0, + "pos": { + "x": -87010, + "y": 7259, + "z": 103233 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300007, + "propState": 0, + "pos": { + "x": -84564, + "y": 7259, + "z": 92780 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300008, + "propState": 0, + "pos": { + "x": -85414, + "y": 7259, + "z": 92960 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 63, + "instId": 300009, + "propState": 0, + "pos": { + "x": -85046, + "y": 7259, + "z": 92091 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [ + { + "groupId": 64, + "instId": 400001, + "pos": { + "x": -82750, + "y": 7259, + "z": 107575 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [ + { + "groupId": 65, + "instId": 400001, + "pos": { + "x": -79718, + "y": 7259, + "z": 106673 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [ + { + "groupId": 66, + "instId": 400001, + "pos": { + "x": -77835, + "y": 7259, + "z": 104133 + }, + "rot": { + "x": 0, + "y": 215000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 70, + "instId": 300001, + "propState": 0, + "pos": { + "x": 73960, + "y": 2432, + "z": 204850 + }, + "rot": { + "x": 0, + "y": 18915, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 0, + "pos": { + "x": 46140, + "y": 4202, + "z": 168105 + }, + "rot": { + "x": 0, + "y": 233915, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 71, + "instId": 300001, + "propState": 0, + "pos": { + "x": 59300, + "y": 2445, + "z": 175554 + }, + "rot": { + "x": 0, + "y": 309963, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 0, + "pos": { + "x": 55011, + "y": 2445, + "z": 175885 + }, + "rot": { + "x": 0, + "y": 309963, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 0, + "pos": { + "x": 53935, + "y": 2445, + "z": 180050 + }, + "rot": { + "x": 0, + "y": 309963, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 0, + "pos": { + "x": 65547, + "y": 2445, + "z": 182230 + }, + "rot": { + "x": 0, + "y": 39963, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 71, + "instId": 300005, + "propState": 0, + "pos": { + "x": 65172, + "y": 2445, + "z": 183028 + }, + "rot": { + "x": 0, + "y": 39963, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 71, + "instId": 300006, + "propState": 0, + "pos": { + "x": 66106, + "y": 2445, + "z": 182897 + }, + "rot": { + "x": 0, + "y": 39963, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 71, + "instId": 300007, + "propState": 0, + "pos": { + "x": 64573, + "y": 2445, + "z": 193523 + }, + "rot": { + "x": 0, + "y": 39963, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 71, + "instId": 300008, + "propState": 0, + "pos": { + "x": 65405, + "y": 2445, + "z": 193270 + }, + "rot": { + "x": 0, + "y": 39963, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 71, + "instId": 300009, + "propState": 0, + "pos": { + "x": 65113, + "y": 2445, + "z": 194167 + }, + "rot": { + "x": 0, + "y": 39963, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [ + { + "groupId": 72, + "instId": 400001, + "pos": { + "x": 61486, + "y": 2445, + "z": 178940 + }, + "rot": { + "x": 0, + "y": 39963, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [ + { + "groupId": 73, + "instId": 400001, + "pos": { + "x": 58544, + "y": 2445, + "z": 180101 + }, + "rot": { + "x": 0, + "y": 39963, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [ + { + "groupId": 74, + "instId": 400001, + "pos": { + "x": 56887, + "y": 2445, + "z": 182794 + }, + "rot": { + "x": 0, + "y": 39963, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 81, + "instId": 300001, + "propState": 0, + "pos": { + "x": -73100, + "y": 2446, + "z": 204210 + }, + "rot": { + "x": 0, + "y": 164608, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 0, + "pos": { + "x": -46000, + "y": 4202, + "z": 168450 + }, + "rot": { + "x": 0, + "y": 125680, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 82, + "instId": 300001, + "propState": 0, + "pos": { + "x": -53113, + "y": 2446, + "z": 178557 + }, + "rot": { + "x": 0, + "y": 235719, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 0, + "pos": { + "x": -54597, + "y": 2446, + "z": 174520 + }, + "rot": { + "x": 0, + "y": 235719, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300003, + "propState": 0, + "pos": { + "x": -58897, + "y": 2446, + "z": 174614 + }, + "rot": { + "x": 0, + "y": 235719, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300004, + "propState": 0, + "pos": { + "x": -57842, + "y": 2446, + "z": 186383 + }, + "rot": { + "x": 0, + "y": 325719, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 82, + "instId": 300005, + "propState": 0, + "pos": { + "x": -58712, + "y": 2446, + "z": 186238 + }, + "rot": { + "x": 0, + "y": 325719, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 82, + "instId": 300006, + "propState": 0, + "pos": { + "x": -58333, + "y": 2446, + "z": 187101 + }, + "rot": { + "x": 0, + "y": 325719, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 82, + "instId": 300007, + "propState": 0, + "pos": { + "x": -68976, + "y": 2446, + "z": 188512 + }, + "rot": { + "x": 0, + "y": 325719, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 82, + "instId": 300008, + "propState": 0, + "pos": { + "x": -68506, + "y": 2446, + "z": 189243 + }, + "rot": { + "x": 0, + "y": 325719, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 82, + "instId": 300009, + "propState": 0, + "pos": { + "x": -69449, + "y": 2446, + "z": 189206 + }, + "rot": { + "x": 0, + "y": 325719, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [ + { + "groupId": 83, + "instId": 400001, + "pos": { + "x": -55779, + "y": 2446, + "z": 181580 + }, + "rot": { + "x": 0, + "y": 325719, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [ + { + "groupId": 84, + "instId": 400001, + "pos": { + "x": -57695, + "y": 2446, + "z": 179064 + }, + "rot": { + "x": 0, + "y": 325719, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [ + { + "groupId": 85, + "instId": 400001, + "pos": { + "x": -60737, + "y": 2446, + "z": 178201 + }, + "rot": { + "x": 0, + "y": 325719, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "88": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "89": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 0, + "pos": { + "x": -10, + "y": 3288, + "z": 244450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 93, + "instId": 300002, + "propState": 0, + "pos": { + "x": -30410, + "y": 4529, + "z": 266550 + }, + "rot": { + "x": 0, + "y": 71978, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 93, + "instId": 300003, + "propState": 0, + "pos": { + "x": 30390, + "y": 4532, + "z": 266550 + }, + "rot": { + "x": 0, + "y": 287908, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 94, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3510, + "y": 4639, + "z": 288010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 0, + "pos": { + "x": -10, + "y": 4639, + "z": 290510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 94, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8050801": { + "P80508_F80508001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47718, + "y": -1332, + "z": 98260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102037 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -59730, + "y": 821, + "z": 72304 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": -14140, + "y": 2171, + "z": 37670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 0, + "pos": { + "x": 6470, + "y": 2220, + "z": 46860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": 6650, + "y": 2171, + "z": 66135 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 0, + "pos": { + "x": -43272, + "y": 2221, + "z": 77153 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -5310, + "y": 2171, + "z": 63950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -2310, + "y": 2171, + "z": 60450 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -52541, + "y": 2171, + "z": 43593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "9": { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": -25070, + "y": 2171, + "z": 54980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": -52750, + "y": 2171, + "z": 43250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 0, + "pos": { + "x": -28640, + "y": 2171, + "z": 43180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 0, + "pos": { + "x": -35569, + "y": 2171, + "z": 67375 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22710, + "y": 7036, + "z": -108631 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": -900, + "y": 7036, + "z": -108610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 16490, + "y": 4877, + "z": -135760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": 12990, + "y": 4877, + "z": -138760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": 9490, + "y": 4877, + "z": -135760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 0, + "pos": { + "x": 16678, + "y": 4877, + "z": -127780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 0, + "pos": { + "x": 25676, + "y": 3543, + "z": -135696 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102054 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 1000, + "z": 9046 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [ + { + "groupId": 13, + "instId": 400001, + "pos": { + "x": 25579, + "y": 4989, + "z": -134079 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [ + { + "groupId": 14, + "instId": 400001, + "pos": { + "x": 25579, + "y": 4989, + "z": -130796 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [ + { + "groupId": 15, + "instId": 400001, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 20, + "pos": { + "x": 25579, + "y": 4989, + "z": -132429 + }, + "rot": { + "x": 0, + "y": 269926, + "z": 0 + }, + "propId": 60305 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8050802": { + "P80508_F80508001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -206320, + "y": 2966, + "z": -92810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": -206320, + "y": 2966, + "z": -87810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": -197920, + "y": 2966, + "z": -87846 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -153950, + "y": -4389, + "z": -95510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -178240, + "y": -7672, + "z": -75510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": -152294, + "y": -163, + "z": -70940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": -154132, + "y": -163, + "z": -72550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 0, + "pos": { + "x": -155160, + "y": -163, + "z": -74509 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 0, + "pos": { + "x": -151520, + "y": -4389, + "z": -95020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 0, + "pos": { + "x": -170533, + "y": -4389, + "z": -93910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 0, + "pos": { + "x": -171030, + "y": -4389, + "z": -87160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 0, + "pos": { + "x": -168740, + "y": -4383, + "z": -66223 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 0, + "pos": { + "x": -174021, + "y": -4383, + "z": -58800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 0, + "pos": { + "x": -175401, + "y": -4383, + "z": -60446 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300012, + "propState": 0, + "pos": { + "x": -185710, + "y": -7672, + "z": -79700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 0, + "pos": { + "x": -186850, + "y": -7672, + "z": -77840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300014, + "propState": 0, + "pos": { + "x": -179950, + "y": -7672, + "z": -76370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300015, + "propState": 0, + "pos": { + "x": -199130, + "y": -4171, + "z": -85290 + }, + "rot": { + "x": 0, + "y": 45579, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 0, + "pos": { + "x": -203400, + "y": -4171, + "z": -83790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300017, + "propState": 0, + "pos": { + "x": -206127, + "y": -4171, + "z": -90578 + }, + "rot": { + "x": 0, + "y": 54553, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300018, + "propState": 0, + "pos": { + "x": -202290, + "y": -4155, + "z": -92200 + }, + "rot": { + "x": 0, + "y": 6097, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300019, + "propState": 0, + "pos": { + "x": -209240, + "y": -178, + "z": -70740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300020, + "propState": 0, + "pos": { + "x": -211010, + "y": -178, + "z": -68811 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300021, + "propState": 0, + "pos": { + "x": -187694, + "y": -154, + "z": -94980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300022, + "propState": 0, + "pos": { + "x": -173853, + "y": -178, + "z": -71351 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300023, + "propState": 0, + "pos": { + "x": -173830, + "y": -178, + "z": -72960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300024, + "propState": 0, + "pos": { + "x": -171630, + "y": -178, + "z": -67230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300025, + "propState": 0, + "pos": { + "x": -171643, + "y": -178, + "z": -65620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300026, + "propState": 0, + "pos": { + "x": -186720, + "y": -154, + "z": -90290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300027, + "propState": 0, + "pos": { + "x": -185240, + "y": -154, + "z": -91940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300028, + "propState": 0, + "pos": { + "x": -198710, + "y": -4171, + "z": -91020 + }, + "rot": { + "x": 0, + "y": 139113, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300029, + "propState": 0, + "pos": { + "x": -186071, + "y": -178, + "z": -69130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 8, + "instId": 300030, + "propState": 0, + "pos": { + "x": -183430, + "y": -7672, + "z": -92010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 8, + "instId": 300031, + "propState": 0, + "pos": { + "x": -135330, + "y": -115, + "z": -73270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8050803": { + "P80508_F80508001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": 233810, + "y": 45287, + "z": -89700 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 208760, + "y": 46598, + "z": -62270 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 250710, + "y": 45265, + "z": -59790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": 250710, + "y": 45265, + "z": -64790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 223326, + "y": 45273, + "z": -60660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 0, + "pos": { + "x": 241650, + "y": 45265, + "z": -64790 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "6": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 239350, + "y": 45265, + "z": -64020 + }, + "rot": { + "x": 0, + "y": 359039, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": 219250, + "y": 45481, + "z": -60500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": 228820, + "y": 45265, + "z": -50400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 0, + "pos": { + "x": 250250, + "y": 45265, + "z": -72700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8050804": { + "P80508_F80508001": { + "scenes": { + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": -33150, + "y": 13643, + "z": -27420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": -20860, + "y": 23830, + "z": -47026 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 0, + "pos": { + "x": -17320, + "y": 17968, + "z": -98176 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": -78550, + "y": 3855, + "z": -15450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": -78550, + "y": 3855, + "z": -12450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -66430, + "y": 3861, + "z": -12500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300007, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": -26834, + "y": 16971, + "z": -74154 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": -28624, + "y": 16353, + "z": -66542 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": -9086, + "y": 17963, + "z": -73050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 0, + "pos": { + "x": -30820, + "y": 13866, + "z": -55092 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 0, + "pos": { + "x": -31810, + "y": 13690, + "z": -53830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 0, + "pos": { + "x": -32100, + "y": 13577, + "z": -36650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 0, + "pos": { + "x": -33780, + "y": 13575, + "z": -31963 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 0, + "pos": { + "x": -34940, + "y": 13596, + "z": -33040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300009, + "propState": 0, + "pos": { + "x": -52401, + "y": 11130, + "z": -48691 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300010, + "propState": 0, + "pos": { + "x": -51054, + "y": 11131, + "z": -51188 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300011, + "propState": 0, + "pos": { + "x": -48830, + "y": 7474, + "z": -28292 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 0, + "pos": { + "x": -51939, + "y": 7470, + "z": -33403 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300013, + "propState": 0, + "pos": { + "x": -71510, + "y": 2771, + "z": -26260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300014, + "propState": 0, + "pos": { + "x": -65900, + "y": 2812, + "z": -26390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300015, + "propState": 0, + "pos": { + "x": -68860, + "y": 2790, + "z": -24690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300016, + "propState": 0, + "pos": { + "x": -70080, + "y": 2808, + "z": -33920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300017, + "propState": 0, + "pos": { + "x": -8985, + "y": 17945, + "z": -71572 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300018, + "propState": 0, + "pos": { + "x": -30840, + "y": 13575, + "z": -37670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300019, + "propState": 0, + "pos": { + "x": -19401, + "y": 17965, + "z": -84135 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300020, + "propState": 0, + "pos": { + "x": -21723, + "y": 23805, + "z": -50691 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300021, + "propState": 0, + "pos": { + "x": -6285, + "y": 23808, + "z": -49182 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300022, + "propState": 0, + "pos": { + "x": -4595, + "y": 23802, + "z": -50966 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300023, + "propState": 0, + "pos": { + "x": -10870, + "y": 23829, + "z": -59860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300024, + "propState": 0, + "pos": { + "x": -71660, + "y": 2796, + "z": -32840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300025, + "propState": 0, + "pos": { + "x": -17240, + "y": 17964, + "z": -93020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300026, + "propState": 0, + "pos": { + "x": -15921, + "y": 17953, + "z": -88639 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300027, + "propState": 0, + "pos": { + "x": -18821, + "y": 17955, + "z": -92091 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300028, + "propState": 0, + "pos": { + "x": -47888, + "y": 7474, + "z": -31623 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300029, + "propState": 0, + "pos": { + "x": -51505, + "y": 7474, + "z": -28274 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300030, + "propState": 0, + "pos": { + "x": -38127, + "y": 13553, + "z": -48901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 11, + "instId": 300031, + "propState": 0, + "pos": { + "x": -11330, + "y": 17963, + "z": -73730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8050805": { + "P80508_F80508001": { + "scenes": { + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": -425960, + "y": -44510, + "z": 115420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": -404500, + "y": -44510, + "z": 60750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": -410650, + "y": -44510, + "z": 132800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -405650, + "y": -44510, + "z": 132800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -404630, + "y": -44773, + "z": 97000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "7": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": -404000, + "y": -44430, + "z": 116500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -405074, + "y": -44773, + "z": 97000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": -397750, + "y": -44510, + "z": 103250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 0, + "pos": { + "x": -420000, + "y": -44510, + "z": 126443 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8050806": { + "P80508_F80508001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": -36110, + "y": 491, + "z": -7800 + }, + "rot": { + "x": 0, + "y": 314947, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -58980, + "y": 491, + "z": 15030 + }, + "rot": { + "x": 0, + "y": 314947, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39672, + "y": 491, + "z": 11338 + }, + "rot": { + "x": 0, + "y": 44947, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -60160, + "y": 3445, + "z": -14590 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": -62910, + "y": 3445, + "z": -11840 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1033 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "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": 0, + "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 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -56486, + "y": 3612, + "z": -2463 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -58531, + "y": 3625, + "z": -7390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1031 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": -58490, + "y": 3582, + "z": -7310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 1000, + "z": 9046 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8050807": { + "P80508_F80508001": { + "scenes": { + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 388060, + "y": -21580, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": 388060, + "y": -21580, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": 369619, + "y": -13716, + "z": 432587 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": 372140, + "y": -13716, + "z": 436270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -52541, + "y": 2171, + "z": 43593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 0, + "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": 0, + "pos": { + "x": 370544, + "y": -13716, + "z": 427205 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 0, + "pos": { + "x": 369981, + "y": -13117, + "z": 429791 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [ + { + "groupId": 8, + "instId": 400001, + "pos": { + "x": 370544, + "y": -13716, + "z": 427205 + }, + "rot": { + "x": 0, + "y": 141790, + "z": 0 + }, + "npcId": 3098 + } + ], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 0, + "pos": { + "x": 369925, + "y": -13718, + "z": 429883 + }, + "rot": { + "x": 0, + "y": 68258, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 0, + "pos": { + "x": 388060, + "y": -13820, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300012, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300014, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300015, + "propState": 0, + "pos": { + "x": 406110, + "y": -13646, + "z": 428020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300017, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300018, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300019, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 388060, + "y": -21580, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": 388060, + "y": -21580, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": 369619, + "y": -13716, + "z": 432587 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": 372140, + "y": -13716, + "z": 436270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 0, + "pos": { + "x": 374753, + "y": -13716, + "z": 432587 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1053 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 20, + "pos": { + "x": 373360, + "y": -13716, + "z": 429087 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 20, + "pos": { + "x": 371810, + "y": -13716, + "z": 429057 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 20, + "pos": { + "x": 372590, + "y": -13716, + "z": 430080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60305 + }, + { + "groupId": 10, + "instId": 300007, + "propState": 0, + "pos": { + "x": -52541, + "y": 2171, + "z": 43593 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1051 + }, + { + "groupId": 10, + "instId": 300009, + "propState": 0, + "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": 0, + "pos": { + "x": 370544, + "y": -13716, + "z": 427205 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300012, + "propState": 0, + "pos": { + "x": 369981, + "y": -13117, + "z": 429791 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [ + { + "groupId": 11, + "instId": 400001, + "pos": { + "x": 370544, + "y": -13716, + "z": 427205 + }, + "rot": { + "x": 0, + "y": 141790, + "z": 0 + }, + "npcId": 3098 + } + ], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 0, + "pos": { + "x": 369925, + "y": -13718, + "z": 429883 + }, + "rot": { + "x": 0, + "y": 68258, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 0, + "pos": { + "x": 388060, + "y": -13820, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300009, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300010, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300011, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300013, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300014, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300015, + "propState": 0, + "pos": { + "x": 406110, + "y": -13646, + "z": 428020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 11, + "instId": 300016, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300017, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300018, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300019, + "propState": 0, + "pos": { + "x": 390890, + "y": -13684, + "z": 428039 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8100101": { + "P81001_F81001001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8100201": { + "P81002_F81002001": { + "scenes": { + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 57, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 0, + "pos": { + "x": -12628, + "y": 1039, + "z": -65106 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 57, + "instId": 300006, + "propState": 0, + "pos": { + "x": 26690, + "y": 3444, + "z": -35530 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 57, + "instId": 300007, + "propState": 0, + "pos": { + "x": 10743, + "y": 2844, + "z": -52968 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 57, + "instId": 300004, + "propState": 0, + "pos": { + "x": -16937, + "y": 1040, + "z": -65281 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 57, + "instId": 300009, + "propState": 0, + "pos": { + "x": -19070, + "y": 1027, + "z": -51852 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -14760, + "y": 1039, + "z": -65370 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 60, + "instId": 300012, + "propState": 0, + "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": 1, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 60, + "instId": 300019, + "propState": 1, + "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": 1, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 100003 + }, + { + "groupId": 60, + "instId": 300020, + "propState": 1, + "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": 1, + "pos": { + "x": -110161, + "y": -61, + "z": -64690 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 60, + "instId": 300021, + "propState": 1, + "pos": { + "x": -110828, + "y": 504, + "z": -73353 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300005, + "propState": 0, + "pos": { + "x": -110990, + "y": -109, + "z": -62616 + }, + "rot": { + "x": 0, + "y": 18847, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 60, + "instId": 300014, + "propState": 1, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 60, + "instId": 300022, + "propState": 1, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300008, + "propState": 0, + "pos": { + "x": -132037, + "y": 2748, + "z": -61726 + }, + "rot": { + "x": 0, + "y": 207345, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 60, + "instId": 300016, + "propState": 1, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 60, + "instId": 300026, + "propState": 1, + "pos": { + "x": -141728, + "y": -119, + "z": -73277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300018, + "propState": 0, + "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": 1, + "pos": { + "x": -2438, + "y": 2916, + "z": -45562 + }, + "rot": { + "x": 0, + "y": 253313, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 60, + "instId": 300024, + "propState": 1, + "pos": { + "x": -5595, + "y": 2864, + "z": -46516 + }, + "rot": { + "x": 0, + "y": 163201, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300038, + "propState": 0, + "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": 0, + "pos": { + "x": -10910, + "y": 18600, + "z": -106140 + }, + "rot": { + "x": 0, + "y": 27837, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 60, + "instId": 300009, + "propState": 1, + "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": 1, + "pos": { + "x": -6513, + "y": 1037, + "z": -73196 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 60, + "instId": 300046, + "propState": 1, + "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": 0, + "pos": { + "x": -38863, + "y": 17690, + "z": -62867 + }, + "rot": { + "x": 0, + "y": 343500, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 60, + "instId": 300040, + "propState": 0, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 60, + "instId": 300041, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 61, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 0, + "pos": { + "x": -118180, + "y": 18598, + "z": -75730 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300006, + "propState": 0, + "pos": { + "x": -35520, + "y": 18611, + "z": -72890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 61, + "instId": 300007, + "propState": 0, + "pos": { + "x": -67553, + "y": 18664, + "z": -84120 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 61, + "instId": 300004, + "propState": 0, + "pos": { + "x": -118290, + "y": 18598, + "z": -71730 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300009, + "propState": 0, + "pos": { + "x": -100880, + "y": 18979, + "z": -71187 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 1, + "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": 0, + "pos": { + "x": -118310, + "y": 18598, + "z": -73740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 62, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -178060, + "y": -390, + "z": -61070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 64, + "instId": 300009, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": -186621, + "y": -400, + "z": -79920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 64, + "instId": 300012, + "propState": 0, + "pos": { + "x": -171678, + "y": -4459, + "z": -85976 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 64, + "instId": 300015, + "propState": 0, + "pos": { + "x": -207948, + "y": -4226, + "z": -86090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 64, + "instId": 300016, + "propState": 0, + "pos": { + "x": -173911, + "y": -178, + "z": -73134 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100014 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 65, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 0, + "pos": { + "x": -78943, + "y": 10277, + "z": -120187 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 65, + "instId": 300006, + "propState": 0, + "pos": { + "x": -132710, + "y": 2762, + "z": -108890 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 65, + "instId": 300007, + "propState": 0, + "pos": { + "x": -115279, + "y": 2765, + "z": -113662 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 65, + "instId": 300004, + "propState": 0, + "pos": { + "x": -79060, + "y": 10277, + "z": -124020 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 65, + "instId": 300009, + "propState": 0, + "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": 1, + "pos": { + "x": -131882, + "y": 2834, + "z": -88536 + }, + "rot": { + "x": 0, + "y": 331022, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 65, + "instId": 300008, + "propState": 1, + "pos": { + "x": -82184, + "y": 10330, + "z": -116343 + }, + "rot": { + "x": 0, + "y": 7984, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 65, + "instId": 300010, + "propState": 0, + "pos": { + "x": -78910, + "y": 10277, + "z": -122040 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300011, + "propState": 1, + "pos": { + "x": -144293, + "y": 2834, + "z": -107374 + }, + "rot": { + "x": 0, + "y": 241022, + "z": 0 + }, + "propId": 100001 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 68, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 0, + "pos": { + "x": -116840, + "y": 18598, + "z": -76200 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 0, + "pos": { + "x": -116830, + "y": 18598, + "z": -70350 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 0, + "pos": { + "x": -93330, + "y": 18979, + "z": -73660 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 0, + "pos": { + "x": -114280, + "y": 18598, + "z": -73187 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 0, + "pos": { + "x": -104570, + "y": 19024, + "z": -76360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 68, + "instId": 300007, + "propState": 0, + "pos": { + "x": -100700, + "y": 19024, + "z": -70360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 69, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 0, + "pos": { + "x": -142423, + "y": 2770, + "z": -42430 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 69, + "instId": 300004, + "propState": 0, + "pos": { + "x": -139964, + "y": 2770, + "z": -37753 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 1, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 69, + "instId": 300005, + "propState": 1, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 69, + "instId": 300006, + "propState": 1, + "pos": { + "x": -144041, + "y": 2842, + "z": -38868 + }, + "rot": { + "x": 0, + "y": 117346, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 69, + "instId": 300007, + "propState": 0, + "pos": { + "x": -138348, + "y": 2770, + "z": -41456 + }, + "rot": { + "x": 0, + "y": 114407, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300008, + "propState": 0, + "pos": { + "x": -131840, + "y": 2770, + "z": -37830 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 69, + "instId": 300009, + "propState": 0, + "pos": { + "x": -133340, + "y": 2770, + "z": -39970 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 70, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 0, + "pos": { + "x": -140860, + "y": -115, + "z": -75600 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 0, + "pos": { + "x": -140816, + "y": -115, + "z": -71275 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 70, + "instId": 300003, + "propState": 1, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 70, + "instId": 300005, + "propState": 1, + "pos": { + "x": -141728, + "y": -119, + "z": -73277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 0, + "pos": { + "x": -133889, + "y": 108, + "z": -69144 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 70, + "instId": 300007, + "propState": 0, + "pos": { + "x": -133889, + "y": 108, + "z": -77261 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 70, + "instId": 300008, + "propState": 1, + "pos": { + "x": -110161, + "y": -61, + "z": -64690 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 70, + "instId": 300009, + "propState": 1, + "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": 0, + "pos": { + "x": -138320, + "y": -115, + "z": -73260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300014, + "propState": 0, + "pos": { + "x": -132109, + "y": -97, + "z": -70961 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 70, + "instId": 300015, + "propState": 0, + "pos": { + "x": -132106, + "y": -89, + "z": -75517 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 71, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 0, + "pos": { + "x": -117400, + "y": 18598, + "z": -76160 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 0, + "pos": { + "x": -117470, + "y": 18598, + "z": -70470 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 0, + "pos": { + "x": -88660, + "y": 18979, + "z": -69350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 71, + "instId": 300005, + "propState": 0, + "pos": { + "x": -95700, + "y": 19024, + "z": -76360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 71, + "instId": 300006, + "propState": 0, + "pos": { + "x": -88660, + "y": 18979, + "z": -77500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 71, + "instId": 300007, + "propState": 0, + "pos": { + "x": -100700, + "y": 19024, + "z": -70360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 71, + "instId": 300008, + "propState": 0, + "pos": { + "x": -117520, + "y": 18598, + "z": -73473 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 0, + "pos": { + "x": -150300, + "y": 2770, + "z": -37640 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 72, + "instId": 300004, + "propState": 0, + "pos": { + "x": -148590, + "y": 2770, + "z": -34190 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 72, + "instId": 300003, + "propState": 1, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 72, + "instId": 300005, + "propState": 1, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 72, + "instId": 300006, + "propState": 1, + "pos": { + "x": -144041, + "y": 2842, + "z": -38868 + }, + "rot": { + "x": 0, + "y": 117346, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 72, + "instId": 300007, + "propState": 0, + "pos": { + "x": -139911, + "y": 2770, + "z": -44991 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 72, + "instId": 300008, + "propState": 0, + "pos": { + "x": -139821, + "y": 2770, + "z": -37849 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 72, + "instId": 300009, + "propState": 0, + "pos": { + "x": -149440, + "y": 2770, + "z": -36100 + }, + "rot": { + "x": 0, + "y": 114407, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300010, + "propState": 0, + "pos": { + "x": -155125, + "y": 2700, + "z": -33130 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300004 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 0, + "pos": { + "x": -140504, + "y": -115, + "z": -75588 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 0, + "pos": { + "x": -140816, + "y": -115, + "z": -71275 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 1, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 73, + "instId": 300005, + "propState": 1, + "pos": { + "x": -141728, + "y": -119, + "z": -73277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 73, + "instId": 300006, + "propState": 0, + "pos": { + "x": -133889, + "y": 108, + "z": -69144 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 73, + "instId": 300007, + "propState": 0, + "pos": { + "x": -133889, + "y": 108, + "z": -77261 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 73, + "instId": 300008, + "propState": 1, + "pos": { + "x": -110161, + "y": -61, + "z": -64690 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 73, + "instId": 300009, + "propState": 1, + "pos": { + "x": -110828, + "y": 504, + "z": -73353 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 73, + "instId": 300010, + "propState": 1, + "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": 0, + "pos": { + "x": -132498, + "y": -115, + "z": -71181 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 73, + "instId": 300013, + "propState": 0, + "pos": { + "x": -131999, + "y": -115, + "z": -75805 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 73, + "instId": 300014, + "propState": 0, + "pos": { + "x": -140797, + "y": -115, + "z": -73213 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [ + { + "groupId": 74, + "instId": 400001, + "pos": { + "x": -108230, + "y": 18979, + "z": -70420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 0, + "pos": { + "x": -114199, + "y": 18598, + "z": -75490 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 0, + "pos": { + "x": -114027, + "y": 18598, + "z": -71605 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 0, + "pos": { + "x": -88660, + "y": 18979, + "z": -69350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 0, + "pos": { + "x": -104590, + "y": 19024, + "z": -76310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 0, + "pos": { + "x": -88660, + "y": 18979, + "z": -77500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 74, + "instId": 300007, + "propState": 0, + "pos": { + "x": -100700, + "y": 19024, + "z": -70360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + } + ], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [ + { + "groupId": 76, + "instId": 400001, + "pos": { + "x": -134910, + "y": 2788, + "z": -40140 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 76, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 76, + "instId": 300002, + "propState": 0, + "pos": { + "x": -142203, + "y": 2770, + "z": -42620 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 76, + "instId": 300004, + "propState": 0, + "pos": { + "x": -139820, + "y": 2770, + "z": -38050 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 76, + "instId": 300003, + "propState": 1, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 76, + "instId": 300005, + "propState": 1, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 76, + "instId": 300006, + "propState": 1, + "pos": { + "x": -144041, + "y": 2842, + "z": -38868 + }, + "rot": { + "x": 0, + "y": 117346, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 76, + "instId": 300007, + "propState": 0, + "pos": { + "x": -133840, + "y": 2770, + "z": -47780 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300008, + "propState": 0, + "pos": { + "x": -135492, + "y": 2770, + "z": -45519 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100027 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [ + { + "groupId": 77, + "instId": 400001, + "pos": { + "x": -135560, + "y": 22, + "z": -70680 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 77, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 0, + "pos": { + "x": -140504, + "y": -115, + "z": -75588 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 77, + "instId": 300004, + "propState": 0, + "pos": { + "x": -140816, + "y": -115, + "z": -71275 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 1, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 77, + "instId": 300005, + "propState": 1, + "pos": { + "x": -141728, + "y": -119, + "z": -73277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 77, + "instId": 300006, + "propState": 0, + "pos": { + "x": -133889, + "y": 108, + "z": -69144 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 77, + "instId": 300007, + "propState": 0, + "pos": { + "x": -133889, + "y": 108, + "z": -77261 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 77, + "instId": 300008, + "propState": 1, + "pos": { + "x": -110161, + "y": -61, + "z": -64690 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 77, + "instId": 300009, + "propState": 1, + "pos": { + "x": -110828, + "y": 504, + "z": -73353 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 77, + "instId": 300010, + "propState": 1, + "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": 0, + "pos": { + "x": -132106, + "y": -89, + "z": -75517 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 77, + "instId": 300013, + "propState": 0, + "pos": { + "x": -132109, + "y": -97, + "z": -70961 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [ + { + "groupId": 79, + "instId": 400001, + "pos": { + "x": 5180, + "y": 2844, + "z": -99910 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 79, + "instId": 300002, + "propState": 0, + "pos": { + "x": -410, + "y": 2844, + "z": -101440 + }, + "rot": { + "x": 0, + "y": 107848, + "z": 0 + }, + "propId": 1021 + }, + { + "groupId": 79, + "instId": 300004, + "propState": 0, + "pos": { + "x": 10990, + "y": 2844, + "z": -99790 + }, + "rot": { + "x": 0, + "y": 154929, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 79, + "instId": 300012, + "propState": 0, + "pos": { + "x": 15609, + "y": 2844, + "z": -102919 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 79, + "instId": 300013, + "propState": 0, + "pos": { + "x": 14989, + "y": 2844, + "z": -102560 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 79, + "instId": 300015, + "propState": 0, + "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": 1, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 79, + "instId": 300003, + "propState": 1, + "pos": { + "x": -5599, + "y": 2864, + "z": -99852 + }, + "rot": { + "x": 0, + "y": 197158, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 79, + "instId": 300005, + "propState": 1, + "pos": { + "x": 42660, + "y": 3485, + "z": -115530 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 79, + "instId": 300006, + "propState": 1, + "pos": { + "x": 42748, + "y": 3485, + "z": -115476 + }, + "rot": { + "x": 0, + "y": 288000, + "z": 0 + }, + "propId": 300003 + } + ], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300004, + "propState": 0, + "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": 0, + "pos": { + "x": -64190, + "y": -3195, + "z": -76030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 80, + "instId": 300005, + "propState": 0, + "pos": { + "x": -75890, + "y": -3195, + "z": -85940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 80, + "instId": 300006, + "propState": 0, + "pos": { + "x": -66301, + "y": -3195, + "z": -83488 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 85, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 0, + "pos": { + "x": -12628, + "y": 1039, + "z": -65106 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300006, + "propState": 0, + "pos": { + "x": -1655, + "y": 2844, + "z": -40428 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 85, + "instId": 300007, + "propState": 0, + "pos": { + "x": 10743, + "y": 2844, + "z": -52968 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 85, + "instId": 300004, + "propState": 0, + "pos": { + "x": -16937, + "y": 1040, + "z": -65281 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300009, + "propState": 0, + "pos": { + "x": -19070, + "y": 1027, + "z": -51852 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -14790, + "y": 1039, + "z": -65360 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 86, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 87, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "88": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 88, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 0, + "pos": { + "x": -117400, + "y": 18598, + "z": -76160 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 88, + "instId": 300004, + "propState": 0, + "pos": { + "x": -117470, + "y": 18598, + "z": -70470 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 88, + "instId": 300003, + "propState": 0, + "pos": { + "x": -88660, + "y": 18979, + "z": -69350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 88, + "instId": 300005, + "propState": 0, + "pos": { + "x": -104570, + "y": 19024, + "z": -76360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 88, + "instId": 300006, + "propState": 0, + "pos": { + "x": -88660, + "y": 18979, + "z": -77500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 88, + "instId": 300007, + "propState": 0, + "pos": { + "x": -100700, + "y": 19024, + "z": -70360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 88, + "instId": 300008, + "propState": 0, + "pos": { + "x": -117530, + "y": 18598, + "z": -73187 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300009, + "propState": 0, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + } + ], + "teleports": {} + }, + "89": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 89, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 90, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 0, + "pos": { + "x": -150300, + "y": 2770, + "z": -37640 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 90, + "instId": 300004, + "propState": 0, + "pos": { + "x": -148590, + "y": 2770, + "z": -34190 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 90, + "instId": 300003, + "propState": 1, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 90, + "instId": 300005, + "propState": 1, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 90, + "instId": 300006, + "propState": 1, + "pos": { + "x": -144041, + "y": 2842, + "z": -38868 + }, + "rot": { + "x": 0, + "y": 117346, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 90, + "instId": 300007, + "propState": 0, + "pos": { + "x": -133340, + "y": 2770, + "z": -39970 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 90, + "instId": 300008, + "propState": 0, + "pos": { + "x": -131870, + "y": 2770, + "z": -37770 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 90, + "instId": 300009, + "propState": 0, + "pos": { + "x": -149465, + "y": 2770, + "z": -35922 + }, + "rot": { + "x": 0, + "y": 114407, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 90, + "instId": 300010, + "propState": 0, + "pos": { + "x": -155125, + "y": 2700, + "z": -33130 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300004 + } + ], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 91, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 92, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300004, + "propState": 0, + "pos": { + "x": -71904, + "y": -3195, + "z": -82133 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 93, + "instId": 300005, + "propState": 0, + "pos": { + "x": -75890, + "y": -3195, + "z": -85940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 93, + "instId": 300006, + "propState": 0, + "pos": { + "x": -66301, + "y": -3195, + "z": -83488 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300007, + "propState": 0, + "pos": { + "x": -64190, + "y": -3195, + "z": -76030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 93, + "instId": 300002, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 94, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 0, + "pos": { + "x": -118180, + "y": 18598, + "z": -75730 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 94, + "instId": 300006, + "propState": 0, + "pos": { + "x": -35520, + "y": 18611, + "z": -72890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 94, + "instId": 300007, + "propState": 0, + "pos": { + "x": -67553, + "y": 18664, + "z": -84120 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 94, + "instId": 300004, + "propState": 0, + "pos": { + "x": -118290, + "y": 18598, + "z": -71730 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 94, + "instId": 300009, + "propState": 0, + "pos": { + "x": -100880, + "y": 18979, + "z": -71187 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 94, + "instId": 300003, + "propState": 1, + "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": 0, + "pos": { + "x": -118270, + "y": 18598, + "z": -73700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 95, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [ + { + "groupId": 98, + "instId": 400001, + "pos": { + "x": -36520, + "y": 18611, + "z": -77650 + }, + "rot": { + "x": 0, + "y": 198784, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 99, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300004, + "propState": 0, + "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": 0, + "pos": { + "x": -64190, + "y": -3195, + "z": -76030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 99, + "instId": 300005, + "propState": 0, + "pos": { + "x": -75890, + "y": -3195, + "z": -85940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 99, + "instId": 300006, + "propState": 0, + "pos": { + "x": -66301, + "y": -3195, + "z": -83488 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 100, + "instId": 300039, + "propState": 0, + "pos": { + "x": -38863, + "y": 17690, + "z": -62867 + }, + "rot": { + "x": 0, + "y": 343500, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 100, + "instId": 300040, + "propState": 0, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 100, + "instId": 300041, + "propState": 0, + "pos": { + "x": -155125, + "y": 2700, + "z": -33130 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300004 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8100301": { + "P81003_F81003001": { + "scenes": { + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 61, + "instId": 300002, + "propState": 0, + "pos": { + "x": 64619, + "y": 80117, + "z": 99130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 61, + "instId": 300015, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": 53462, + "y": 63965, + "z": 96389 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 61, + "instId": 300007, + "propState": 0, + "pos": { + "x": 50937, + "y": 63986, + "z": 78396 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 61, + "instId": 300008, + "propState": 0, + "pos": { + "x": 79060, + "y": 64016, + "z": 96537 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + } + ], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 60350, + "y": 63690, + "z": 99240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 62, + "instId": 300004, + "propState": 0, + "pos": { + "x": 68090, + "y": 63760, + "z": 72010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 62, + "instId": 300005, + "propState": 0, + "pos": { + "x": 86210, + "y": 64310, + "z": 99240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 62, + "instId": 300006, + "propState": 0, + "pos": { + "x": 45940, + "y": 63750, + "z": 112750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100013 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300004, + "propState": 1, + "pos": { + "x": 39868, + "y": 80272, + "z": 99238 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 63, + "instId": 300003, + "propState": 1, + "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": 1, + "pos": { + "x": 189124, + "y": 82889, + "z": 141036 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 63, + "instId": 300011, + "propState": 1, + "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": 1, + "pos": { + "x": 125966, + "y": 80503, + "z": 126902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 63, + "instId": 300012, + "propState": 1, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 63, + "instId": 300010, + "propState": 0, + "pos": { + "x": 124206, + "y": 80461, + "z": 129306 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 63, + "instId": 300009, + "propState": 1, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 63, + "instId": 300013, + "propState": 1, + "pos": { + "x": 8732, + "y": 79584, + "z": 110666 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 0, + "pos": { + "x": 10469, + "y": 79626, + "z": 110460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 63, + "instId": 300001, + "propState": 1, + "pos": { + "x": 45424, + "y": 105, + "z": -127524 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 63, + "instId": 300014, + "propState": 1, + "pos": { + "x": -5018, + "y": 79582, + "z": 99243 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 63, + "instId": 300015, + "propState": 1, + "pos": { + "x": 8732, + "y": 79584, + "z": 87818 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 63, + "instId": 300023, + "propState": 0, + "pos": { + "x": 6984, + "y": 79597, + "z": 88038 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 63, + "instId": 300024, + "propState": 1, + "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": 0, + "pos": { + "x": 125990, + "y": 80651, + "z": 101929 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300004 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 0, + "pos": { + "x": 91260, + "y": 75793, + "z": 120010 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 64, + "instId": 300006, + "propState": 0, + "pos": { + "x": 42080, + "y": 80223, + "z": 83280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 64, + "instId": 300007, + "propState": 0, + "pos": { + "x": 68817, + "y": 80223, + "z": 78720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 64, + "instId": 300004, + "propState": 0, + "pos": { + "x": 91210, + "y": 75793, + "z": 116845 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 64, + "instId": 300009, + "propState": 0, + "pos": { + "x": 67652, + "y": 80223, + "z": 119460 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 0, + "pos": { + "x": 88532, + "y": 75793, + "z": 118489 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300005, + "propState": 0, + "pos": { + "x": 61123, + "y": 80223, + "z": 118632 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 64, + "instId": 300008, + "propState": 0, + "pos": { + "x": 72450, + "y": 80223, + "z": 79860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 64, + "instId": 300010, + "propState": 1, + "pos": { + "x": 39868, + "y": 80272, + "z": 99238 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 64, + "instId": 300011, + "propState": 1, + "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": 1, + "pos": { + "x": 91544, + "y": 75888, + "z": 122769 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 100001 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 65, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 0, + "pos": { + "x": 187189, + "y": 82781, + "z": 137810 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 67, + "instId": 300006, + "propState": 0, + "pos": { + "x": 181020, + "y": 82721, + "z": 133920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 67, + "instId": 300007, + "propState": 0, + "pos": { + "x": 185900, + "y": 77016, + "z": 91980 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 67, + "instId": 300004, + "propState": 0, + "pos": { + "x": 191190, + "y": 82793, + "z": 138090 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 67, + "instId": 300009, + "propState": 0, + "pos": { + "x": 169444, + "y": 77016, + "z": 100020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 0, + "pos": { + "x": 189249, + "y": 82766, + "z": 137922 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300005, + "propState": 0, + "pos": { + "x": 199840, + "y": 77016, + "z": 95930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 67, + "instId": 300008, + "propState": 1, + "pos": { + "x": 189124, + "y": 82889, + "z": 141036 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 67, + "instId": 300010, + "propState": 1, + "pos": { + "x": 189124, + "y": 82816, + "z": 144281 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300003 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 68, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 69, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 70, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 0, + "pos": { + "x": 35260, + "y": 80286, + "z": 101310 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 0, + "pos": { + "x": 16190, + "y": 79626, + "z": 102610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 70, + "instId": 300007, + "propState": 0, + "pos": { + "x": 7075, + "y": 79626, + "z": 79866 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 0, + "pos": { + "x": 35300, + "y": 80286, + "z": 97530 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 70, + "instId": 300009, + "propState": 0, + "pos": { + "x": 6326, + "y": 76687, + "z": 62912 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 70, + "instId": 300003, + "propState": 0, + "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": 1, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 70, + "instId": 300011, + "propState": 1, + "pos": { + "x": 8732, + "y": 79584, + "z": 110666 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 70, + "instId": 300012, + "propState": 1, + "pos": { + "x": 39868, + "y": 80272, + "z": 99238 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 70, + "instId": 300013, + "propState": 1, + "pos": { + "x": 39867, + "y": 80327, + "z": 99241 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 71, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 0, + "pos": { + "x": 123140, + "y": 80442, + "z": 120700 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 0, + "pos": { + "x": 128530, + "y": 80471, + "z": 120660 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 0, + "pos": { + "x": 126060, + "y": 80471, + "z": 117110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300005, + "propState": 1, + "pos": { + "x": 125966, + "y": 80503, + "z": 126902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 73, + "instId": 300006, + "propState": 1, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 73, + "instId": 300007, + "propState": 1, + "pos": { + "x": 125990, + "y": 80513, + "z": 103866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 73, + "instId": 300008, + "propState": 0, + "pos": { + "x": 125990, + "y": 80651, + "z": 101929 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 73, + "instId": 300009, + "propState": 0, + "pos": { + "x": 130422, + "y": 80442, + "z": 110900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 73, + "instId": 300010, + "propState": 0, + "pos": { + "x": 122270, + "y": 80442, + "z": 113140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 0, + "pos": { + "x": 84895, + "y": 78661, + "z": 142539 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 0, + "pos": { + "x": 84865, + "y": 78661, + "z": 137904 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 0, + "pos": { + "x": 82139, + "y": 78661, + "z": 140174 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 0, + "pos": { + "x": 85944, + "y": 78661, + "z": 139925 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 0, + "pos": { + "x": 70848, + "y": 78661, + "z": 143057 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 74, + "instId": 300007, + "propState": 0, + "pos": { + "x": 73600, + "y": 78661, + "z": 138392 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 75, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300002, + "propState": 0, + "pos": { + "x": 6420, + "y": 76644, + "z": 151120 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 75, + "instId": 300004, + "propState": 0, + "pos": { + "x": 10970, + "y": 76661, + "z": 151230 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 75, + "instId": 300003, + "propState": 0, + "pos": { + "x": 8530, + "y": 76644, + "z": 148050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300005, + "propState": 1, + "pos": { + "x": 8744, + "y": 76722, + "z": 133116 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 75, + "instId": 300006, + "propState": 1, + "pos": { + "x": 8742, + "y": 76708, + "z": 156017 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 75, + "instId": 300008, + "propState": 1, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 75, + "instId": 300009, + "propState": 1, + "pos": { + "x": 8732, + "y": 79584, + "z": 110666 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 75, + "instId": 300010, + "propState": 0, + "pos": { + "x": 11326, + "y": 76661, + "z": 139363 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 75, + "instId": 300011, + "propState": 0, + "pos": { + "x": 5699, + "y": 76702, + "z": 139215 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + } + ], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 76, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 76, + "instId": 300002, + "propState": 0, + "pos": { + "x": 124280, + "y": 80442, + "z": 124224 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 76, + "instId": 300004, + "propState": 0, + "pos": { + "x": 127650, + "y": 80471, + "z": 124294 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 76, + "instId": 300003, + "propState": 0, + "pos": { + "x": 126070, + "y": 80471, + "z": 124350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 76, + "instId": 300005, + "propState": 1, + "pos": { + "x": 125966, + "y": 80503, + "z": 126902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 76, + "instId": 300006, + "propState": 1, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 76, + "instId": 300007, + "propState": 1, + "pos": { + "x": 125990, + "y": 80513, + "z": 103866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 76, + "instId": 300008, + "propState": 0, + "pos": { + "x": 130422, + "y": 80442, + "z": 110900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300009, + "propState": 0, + "pos": { + "x": 122270, + "y": 80442, + "z": 113140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300010, + "propState": 0, + "pos": { + "x": 125990, + "y": 80651, + "z": 101929 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300004 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 77, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 0, + "pos": { + "x": 84857, + "y": 78661, + "z": 142580 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 77, + "instId": 300004, + "propState": 0, + "pos": { + "x": 84827, + "y": 78661, + "z": 137730 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 0, + "pos": { + "x": 84980, + "y": 78661, + "z": 140105 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300005, + "propState": 0, + "pos": { + "x": 86110, + "y": 78661, + "z": 139925 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 77, + "instId": 300006, + "propState": 0, + "pos": { + "x": 70848, + "y": 78661, + "z": 143057 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 77, + "instId": 300007, + "propState": 0, + "pos": { + "x": 73600, + "y": 78661, + "z": 138392 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 0, + "pos": { + "x": 6360, + "y": 76644, + "z": 152830 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 78, + "instId": 300004, + "propState": 0, + "pos": { + "x": 10730, + "y": 76661, + "z": 152900 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 78, + "instId": 300003, + "propState": 0, + "pos": { + "x": 8650, + "y": 76644, + "z": 152840 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300005, + "propState": 1, + "pos": { + "x": 8744, + "y": 76722, + "z": 133116 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 78, + "instId": 300006, + "propState": 1, + "pos": { + "x": 8742, + "y": 76708, + "z": 156017 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 78, + "instId": 300007, + "propState": 0, + "pos": { + "x": 11315, + "y": 76661, + "z": 139363 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 78, + "instId": 300008, + "propState": 0, + "pos": { + "x": 5699, + "y": 76702, + "z": 139215 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 78, + "instId": 300009, + "propState": 1, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 78, + "instId": 300010, + "propState": 1, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [ + { + "groupId": 79, + "instId": 400001, + "pos": { + "x": 129130, + "y": 80501, + "z": 117940 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 0, + "pos": { + "x": 124280, + "y": 80442, + "z": 122930 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 79, + "instId": 300004, + "propState": 0, + "pos": { + "x": 127650, + "y": 80471, + "z": 123000 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 79, + "instId": 300005, + "propState": 1, + "pos": { + "x": 125966, + "y": 80503, + "z": 126902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 79, + "instId": 300006, + "propState": 1, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 79, + "instId": 300007, + "propState": 1, + "pos": { + "x": 125990, + "y": 80513, + "z": 103866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 79, + "instId": 300008, + "propState": 0, + "pos": { + "x": 130422, + "y": 80442, + "z": 110900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 79, + "instId": 300009, + "propState": 0, + "pos": { + "x": 122270, + "y": 80442, + "z": 113140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 79, + "instId": 300003, + "propState": 0, + "pos": { + "x": 125990, + "y": 80651, + "z": 101929 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300004 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [ + { + "groupId": 81, + "instId": 400001, + "pos": { + "x": 79364, + "y": 78661, + "z": 137612 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 81, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 0, + "pos": { + "x": 84820, + "y": 78661, + "z": 142388 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 81, + "instId": 300004, + "propState": 0, + "pos": { + "x": 84790, + "y": 78661, + "z": 137917 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 81, + "instId": 300005, + "propState": 0, + "pos": { + "x": 86010, + "y": 78661, + "z": 139925 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 81, + "instId": 300006, + "propState": 0, + "pos": { + "x": 70848, + "y": 78661, + "z": 143057 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 81, + "instId": 300007, + "propState": 0, + "pos": { + "x": 73600, + "y": 78661, + "z": 138392 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [ + { + "groupId": 82, + "instId": 400001, + "pos": { + "x": 10568, + "y": 76702, + "z": 149809 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 82, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 0, + "pos": { + "x": 7130, + "y": 76644, + "z": 154040 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300004, + "propState": 0, + "pos": { + "x": 10240, + "y": 76661, + "z": 154150 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300005, + "propState": 1, + "pos": { + "x": 8744, + "y": 76722, + "z": 133116 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 82, + "instId": 300006, + "propState": 1, + "pos": { + "x": 8742, + "y": 76708, + "z": 156017 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 82, + "instId": 300007, + "propState": 0, + "pos": { + "x": 11347, + "y": 76661, + "z": 139346 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 82, + "instId": 300008, + "propState": 0, + "pos": { + "x": 5830, + "y": 76702, + "z": 139190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 82, + "instId": 300009, + "propState": 1, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 82, + "instId": 300003, + "propState": 1, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [ + { + "groupId": 83, + "instId": 400001, + "pos": { + "x": 161910, + "y": 77017, + "z": 98820 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 83, + "instId": 300002, + "propState": 0, + "pos": { + "x": 157124, + "y": 77017, + "z": 95962 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1021 + }, + { + "groupId": 83, + "instId": 300004, + "propState": 0, + "pos": { + "x": 167580, + "y": 77017, + "z": 100680 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 83, + "instId": 300012, + "propState": 0, + "pos": { + "x": 172120, + "y": 77017, + "z": 98660 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 83, + "instId": 300013, + "propState": 0, + "pos": { + "x": 172810, + "y": 77017, + "z": 99030 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 83, + "instId": 300015, + "propState": 0, + "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": 1, + "pos": { + "x": 125990, + "y": 80513, + "z": 103866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 83, + "instId": 300003, + "propState": 1, + "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": 0, + "pos": { + "x": 184000, + "y": 77016, + "z": 95930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 83, + "instId": 300007, + "propState": 0, + "pos": { + "x": 174120, + "y": 77028, + "z": 101930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100006 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 85, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 0, + "pos": { + "x": 187189, + "y": 82781, + "z": 137810 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300006, + "propState": 0, + "pos": { + "x": 181020, + "y": 82721, + "z": 133920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 85, + "instId": 300007, + "propState": 0, + "pos": { + "x": 173474, + "y": 82666, + "z": 133750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 85, + "instId": 300004, + "propState": 0, + "pos": { + "x": 191190, + "y": 82793, + "z": 138090 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300009, + "propState": 0, + "pos": { + "x": 169444, + "y": 77016, + "z": 100020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 0, + "pos": { + "x": 189260, + "y": 82766, + "z": 137950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300005, + "propState": 0, + "pos": { + "x": 184030, + "y": 77016, + "z": 95930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 85, + "instId": 300008, + "propState": 1, + "pos": { + "x": 189124, + "y": 82889, + "z": 141036 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 85, + "instId": 300010, + "propState": 1, + "pos": { + "x": 189124, + "y": 82816, + "z": 144281 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300003 + } + ], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 86, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 87, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "88": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 88, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 0, + "pos": { + "x": 124280, + "y": 80442, + "z": 124224 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 88, + "instId": 300004, + "propState": 0, + "pos": { + "x": 127650, + "y": 80471, + "z": 124294 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 88, + "instId": 300003, + "propState": 0, + "pos": { + "x": 126050, + "y": 80471, + "z": 124340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300005, + "propState": 1, + "pos": { + "x": 125966, + "y": 80503, + "z": 126902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 88, + "instId": 300006, + "propState": 1, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 88, + "instId": 300007, + "propState": 1, + "pos": { + "x": 125990, + "y": 80513, + "z": 103866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 88, + "instId": 300008, + "propState": 0, + "pos": { + "x": 130422, + "y": 80442, + "z": 110900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 88, + "instId": 300009, + "propState": 0, + "pos": { + "x": 122270, + "y": 80442, + "z": 113140 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 88, + "instId": 300010, + "propState": 0, + "pos": { + "x": 125990, + "y": 80651, + "z": 101929 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300004 + } + ], + "teleports": {} + }, + "89": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 89, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 90, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 0, + "pos": { + "x": 84820, + "y": 78661, + "z": 142388 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 90, + "instId": 300004, + "propState": 0, + "pos": { + "x": 84790, + "y": 78661, + "z": 137917 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 90, + "instId": 300003, + "propState": 0, + "pos": { + "x": 84915, + "y": 78661, + "z": 140090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 90, + "instId": 300005, + "propState": 0, + "pos": { + "x": 85945, + "y": 78661, + "z": 139925 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 90, + "instId": 300006, + "propState": 0, + "pos": { + "x": 70848, + "y": 78661, + "z": 143057 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 90, + "instId": 300007, + "propState": 0, + "pos": { + "x": 73600, + "y": 78661, + "z": 138392 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 91, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 92, + "instId": 300004, + "propState": 0, + "pos": { + "x": 243210, + "y": 79652, + "z": 98560 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 237420, + "y": 78508, + "z": 95450 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300005, + "propState": 0, + "pos": { + "x": 243910, + "y": 79791, + "z": 95920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 92, + "instId": 300006, + "propState": 0, + "pos": { + "x": 215790, + "y": 77016, + "z": 95920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 94, + "instId": 300004, + "propState": 0, + "pos": { + "x": 243210, + "y": 79652, + "z": 98560 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 94, + "instId": 300003, + "propState": 0, + "pos": { + "x": 237420, + "y": 78508, + "z": 95450 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300005, + "propState": 0, + "pos": { + "x": 243910, + "y": 79791, + "z": 95920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 94, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 95, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 95, + "instId": 300002, + "propState": 0, + "pos": { + "x": 187189, + "y": 82781, + "z": 137810 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 95, + "instId": 300006, + "propState": 0, + "pos": { + "x": 181020, + "y": 82721, + "z": 133920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 95, + "instId": 300007, + "propState": 0, + "pos": { + "x": 185900, + "y": 77016, + "z": 91980 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 95, + "instId": 300004, + "propState": 0, + "pos": { + "x": 191190, + "y": 82793, + "z": 138090 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 95, + "instId": 300009, + "propState": 0, + "pos": { + "x": 169444, + "y": 77016, + "z": 100020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 95, + "instId": 300003, + "propState": 0, + "pos": { + "x": 189231, + "y": 82766, + "z": 138048 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 95, + "instId": 300005, + "propState": 0, + "pos": { + "x": 199840, + "y": 77016, + "z": 95930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 95, + "instId": 300008, + "propState": 1, + "pos": { + "x": 189124, + "y": 82889, + "z": 141036 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 95, + "instId": 300010, + "propState": 1, + "pos": { + "x": 189124, + "y": 82816, + "z": 144281 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300003 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 97, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [ + { + "groupId": 99, + "instId": 400001, + "pos": { + "x": 187190, + "y": 77017, + "z": 96930 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8100401": { + "P81004_F81004001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": 15610, + "y": 139260, + "z": -14090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 15010, + "y": 139530, + "z": -14090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": -8740, + "y": 144131, + "z": -17090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "6": { + "monsters": [ + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -2740, + "y": 144131, + "z": -14090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": -5740, + "y": 144131, + "z": -11090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -2740, + "y": 144131, + "z": -14090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": -2740, + "y": 144131, + "z": -14090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -8740, + "y": 144131, + "z": -17090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "8": { + "monsters": [ + { + "groupId": 8, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -2740, + "y": 144131, + "z": -14090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -2740, + "y": 144131, + "z": -14090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": -25391, + "y": 172241, + "z": 50894 + }, + "rot": { + "x": 0, + "y": 230000, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [ + { + "groupId": 10, + "instId": 400001, + "pos": { + "x": -23489, + "y": 172241, + "z": 56406 + }, + "rot": { + "x": 0, + "y": 65000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -15263, + "y": 172241, + "z": 62333 + }, + "rot": { + "x": 0, + "y": 350000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 0, + "pos": { + "x": -15525, + "y": 172241, + "z": 63297 + }, + "rot": { + "x": 0, + "y": 350000, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 0, + "pos": { + "x": -16221, + "y": 172241, + "z": 62614 + }, + "rot": { + "x": 0, + "y": 350000, + "z": 0 + }, + "propId": 100024 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": -5488, + "y": 172241, + "z": 69063 + }, + "rot": { + "x": 0, + "y": 230000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": -34930, + "y": 172241, + "z": 39490 + }, + "rot": { + "x": 0, + "y": 230000, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": -15634, + "y": 177414, + "z": -121614 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": -15397, + "y": 171870, + "z": -121735 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": -39210, + "y": 177414, + "z": -105820 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": -36280, + "y": 177414, + "z": -102320 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": -31407, + "y": 177414, + "z": -115033 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": -31365, + "y": 177414, + "z": -113739 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 0, + "pos": { + "x": -32775, + "y": 177414, + "z": -113885 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 0, + "pos": { + "x": -22930, + "y": 177414, + "z": -110400 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 0, + "pos": { + "x": -22884, + "y": 177414, + "z": -111837 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 0, + "pos": { + "x": -21633, + "y": 177414, + "z": -111488 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [ + { + "groupId": 14, + "instId": 400001, + "pos": { + "x": -33220, + "y": 177414, + "z": -108140 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": -39210, + "y": 177414, + "z": -105820 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": -36280, + "y": 177414, + "z": -102320 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 0, + "pos": { + "x": -31407, + "y": 177414, + "z": -115033 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 0, + "pos": { + "x": -31365, + "y": 177414, + "z": -113739 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 0, + "pos": { + "x": -32775, + "y": 177414, + "z": -113885 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 0, + "pos": { + "x": -22930, + "y": 177414, + "z": -110400 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 0, + "pos": { + "x": -22884, + "y": 177414, + "z": -111837 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300008, + "propState": 0, + "pos": { + "x": -21633, + "y": 177414, + "z": -111488 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [ + { + "groupId": 16, + "instId": 400001, + "pos": { + "x": -27655, + "y": 177414, + "z": -117592 + }, + "rot": { + "x": 0, + "y": 115000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "17": { + "monsters": [ + { + "groupId": 17, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -36231, + "y": 177414, + "z": -105384 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": -36231, + "y": 177414, + "z": -105384 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": -36231, + "y": 177414, + "z": -105384 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "18": { + "monsters": [ + { + "groupId": 18, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -36627, + "y": 177414, + "z": -108968 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -36627, + "y": 177414, + "z": -108968 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "19": { + "monsters": [ + { + "groupId": 19, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -32770, + "y": 177414, + "z": -104372 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "pos": { + "x": -32770, + "y": 177414, + "z": -104372 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": 21780, + "y": 412124, + "z": -14220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 0, + "pos": { + "x": 8200, + "y": 406250, + "z": -14220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": 48780, + "y": 411908, + "z": -12220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 0, + "pos": { + "x": 48780, + "y": 411908, + "z": -16220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 0, + "pos": { + "x": 39499, + "y": 411908, + "z": -10220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 0, + "pos": { + "x": 38530, + "y": 411908, + "z": -11270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 0, + "pos": { + "x": 37780, + "y": 411908, + "z": -10220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 0, + "pos": { + "x": 32620, + "y": 411908, + "z": -18220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 0, + "pos": { + "x": 32280, + "y": 411908, + "z": -17203 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 0, + "pos": { + "x": 31780, + "y": 411908, + "z": -18220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [ + { + "groupId": 22, + "instId": 400001, + "pos": { + "x": 43100, + "y": 411908, + "z": -14220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": 48780, + "y": 411908, + "z": -12220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": 48780, + "y": 411908, + "z": -16220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 0, + "pos": { + "x": 39499, + "y": 411908, + "z": -10220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 0, + "pos": { + "x": 38530, + "y": 411908, + "z": -11270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 0, + "pos": { + "x": 37780, + "y": 411908, + "z": -10220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 0, + "pos": { + "x": 32620, + "y": 411908, + "z": -18220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 0, + "pos": { + "x": 32280, + "y": 411908, + "z": -17203 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 0, + "pos": { + "x": 31780, + "y": 411908, + "z": -18220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [ + { + "groupId": 24, + "instId": 400001, + "pos": { + "x": 32320, + "y": 411908, + "z": -10220 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "25": { + "monsters": [ + { + "groupId": 25, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 46780, + "y": 411908, + "z": -14220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": 46780, + "y": 411908, + "z": -14220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 0, + "pos": { + "x": 46780, + "y": 411908, + "z": -14220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "26": { + "monsters": [ + { + "groupId": 26, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 44780, + "y": 411908, + "z": -11220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": 44780, + "y": 411908, + "z": -11220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "27": { + "monsters": [ + { + "groupId": 27, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 44780, + "y": 411908, + "z": -17220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": 44780, + "y": 411908, + "z": -17220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 28, + "instId": 300001, + "propState": 0, + "pos": { + "x": -43480, + "y": 411908, + "z": -14220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 0, + "pos": { + "x": -14160, + "y": 403790, + "z": -14220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 0, + "pos": { + "x": -70480, + "y": 411908, + "z": -16220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 0, + "pos": { + "x": -70480, + "y": 411908, + "z": -12220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 0, + "pos": { + "x": -61535, + "y": 411908, + "z": -17736 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 29, + "instId": 300004, + "propState": 0, + "pos": { + "x": -60710, + "y": 411908, + "z": -16710 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 29, + "instId": 300005, + "propState": 0, + "pos": { + "x": -59653, + "y": 411908, + "z": -17736 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 29, + "instId": 300006, + "propState": 0, + "pos": { + "x": -55942, + "y": 411908, + "z": -10681 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 29, + "instId": 300007, + "propState": 0, + "pos": { + "x": -54931, + "y": 411908, + "z": -11743 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 29, + "instId": 300008, + "propState": 0, + "pos": { + "x": -54160, + "y": 411908, + "z": -10681 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [ + { + "groupId": 30, + "instId": 400001, + "pos": { + "x": -64870, + "y": 411908, + "z": -14220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 0, + "pos": { + "x": -70480, + "y": 411908, + "z": -16220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 0, + "pos": { + "x": -70480, + "y": 411908, + "z": -12220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 0, + "pos": { + "x": -61535, + "y": 411908, + "z": -17736 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 0, + "pos": { + "x": -60710, + "y": 411908, + "z": -16710 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 31, + "instId": 300005, + "propState": 0, + "pos": { + "x": -59653, + "y": 411908, + "z": -17736 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 31, + "instId": 300006, + "propState": 0, + "pos": { + "x": -55942, + "y": 411908, + "z": -10689 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 31, + "instId": 300007, + "propState": 0, + "pos": { + "x": -54931, + "y": 411908, + "z": -11751 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 31, + "instId": 300008, + "propState": 0, + "pos": { + "x": -54160, + "y": 411908, + "z": -10689 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [ + { + "groupId": 32, + "instId": 400001, + "pos": { + "x": -54020, + "y": 411908, + "z": -18220 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "33": { + "monsters": [ + { + "groupId": 33, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -68480, + "y": 411908, + "z": -14220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": -68480, + "y": 411908, + "z": -14220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 0, + "pos": { + "x": -68480, + "y": 411908, + "z": -14220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "34": { + "monsters": [ + { + "groupId": 34, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -66480, + "y": 411908, + "z": -17220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": -66480, + "y": 411908, + "z": -17220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "35": { + "monsters": [ + { + "groupId": 35, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -66480, + "y": 411908, + "z": -11220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 0, + "pos": { + "x": -66480, + "y": 411908, + "z": -11220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 36, + "instId": 300001, + "propState": 0, + "pos": { + "x": 51456, + "y": 172272, + "z": 40051 + }, + "rot": { + "x": 0, + "y": 229685, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 0, + "pos": { + "x": 46435, + "y": 163090, + "z": 72623 + }, + "rot": { + "x": 0, + "y": 139685, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 0, + "pos": { + "x": 65500, + "y": 169648, + "z": 53390 + }, + "rot": { + "x": 0, + "y": 229685, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 0, + "pos": { + "x": 62330, + "y": 169648, + "z": 50700 + }, + "rot": { + "x": 0, + "y": 139685, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 37, + "instId": 300003, + "propState": 0, + "pos": { + "x": 58943, + "y": 169648, + "z": 60601 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 37, + "instId": 300004, + "propState": 0, + "pos": { + "x": 56580, + "y": 169648, + "z": 63370 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 37, + "instId": 300005, + "propState": 0, + "pos": { + "x": 57752, + "y": 169648, + "z": 62006 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 37, + "instId": 300006, + "propState": 0, + "pos": { + "x": 51280, + "y": 169648, + "z": 62513 + }, + "rot": { + "x": 0, + "y": 139685, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 37, + "instId": 300007, + "propState": 0, + "pos": { + "x": 52420, + "y": 169648, + "z": 61190 + }, + "rot": { + "x": 0, + "y": 139685, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 37, + "instId": 300008, + "propState": 0, + "pos": { + "x": 50124, + "y": 169648, + "z": 63875 + }, + "rot": { + "x": 0, + "y": 139685, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [ + { + "groupId": 38, + "instId": 400001, + "pos": { + "x": 60640, + "y": 169648, + "z": 55900 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 39, + "instId": 300001, + "propState": 0, + "pos": { + "x": 65500, + "y": 169648, + "z": 53390 + }, + "rot": { + "x": 0, + "y": 229685, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 0, + "pos": { + "x": 62330, + "y": 169648, + "z": 50700 + }, + "rot": { + "x": 0, + "y": 139685, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 0, + "pos": { + "x": 58943, + "y": 169648, + "z": 60601 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 39, + "instId": 300004, + "propState": 0, + "pos": { + "x": 56580, + "y": 169648, + "z": 63370 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 39, + "instId": 300005, + "propState": 0, + "pos": { + "x": 57752, + "y": 169648, + "z": 62006 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 39, + "instId": 300006, + "propState": 0, + "pos": { + "x": 51280, + "y": 169648, + "z": 62513 + }, + "rot": { + "x": 0, + "y": 139685, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 39, + "instId": 300007, + "propState": 0, + "pos": { + "x": 52420, + "y": 169648, + "z": 61190 + }, + "rot": { + "x": 0, + "y": 139685, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 39, + "instId": 300008, + "propState": 0, + "pos": { + "x": 50124, + "y": 169648, + "z": 63875 + }, + "rot": { + "x": 0, + "y": 139685, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [ + { + "groupId": 40, + "instId": 400001, + "pos": { + "x": 56304, + "y": 169648, + "z": 67174 + }, + "rot": { + "x": 0, + "y": 304685, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "41": { + "monsters": [ + { + "groupId": 41, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 62610, + "y": 169648, + "z": 53560 + }, + "rot": { + "x": 0, + "y": 319685, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 41, + "instId": 300001, + "propState": 0, + "pos": { + "x": 62610, + "y": 169648, + "z": 53560 + }, + "rot": { + "x": 0, + "y": 319685, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 0, + "pos": { + "x": 62610, + "y": 169648, + "z": 53560 + }, + "rot": { + "x": 0, + "y": 319685, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "42": { + "monsters": [ + { + "groupId": 42, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 63603, + "y": 169648, + "z": 57026 + }, + "rot": { + "x": 0, + "y": 319685, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "pos": { + "x": 63603, + "y": 169648, + "z": 57026 + }, + "rot": { + "x": 0, + "y": 319685, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "43": { + "monsters": [ + { + "groupId": 43, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 59028, + "y": 169648, + "z": 53144 + }, + "rot": { + "x": 0, + "y": 319685, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 43, + "instId": 300001, + "propState": 0, + "pos": { + "x": 59028, + "y": 169648, + "z": 53144 + }, + "rot": { + "x": 0, + "y": 319685, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 44, + "instId": 300001, + "propState": 0, + "pos": { + "x": -15417, + "y": 177463, + "z": -121611 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 0, + "pos": { + "x": -16056, + "y": 180920, + "z": -96145 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 0, + "pos": { + "x": 11429, + "y": 174877, + "z": -111912 + }, + "rot": { + "x": 0, + "y": 220000, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 45, + "instId": 300001, + "propState": 0, + "pos": { + "x": -7550, + "y": 177412, + "z": -128870 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 0, + "pos": { + "x": -10670, + "y": 177412, + "z": -126250 + }, + "rot": { + "x": 0, + "y": 220000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 0, + "pos": { + "x": 769, + "y": 177412, + "z": -122134 + }, + "rot": { + "x": 0, + "y": 220000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 45, + "instId": 300004, + "propState": 0, + "pos": { + "x": -579, + "y": 177412, + "z": -122146 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 45, + "instId": 300005, + "propState": 0, + "pos": { + "x": -400, + "y": 177412, + "z": -123500 + }, + "rot": { + "x": 0, + "y": 220000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 45, + "instId": 300006, + "propState": 0, + "pos": { + "x": -4370, + "y": 177412, + "z": -116270 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 45, + "instId": 300007, + "propState": 0, + "pos": { + "x": -3046, + "y": 177412, + "z": -116303 + }, + "rot": { + "x": 0, + "y": 220000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 45, + "instId": 300008, + "propState": 0, + "pos": { + "x": -3221, + "y": 177412, + "z": -114903 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [ + { + "groupId": 46, + "instId": 400001, + "pos": { + "x": -5720, + "y": 177412, + "z": -123490 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 0, + "pos": { + "x": -7550, + "y": 177412, + "z": -128870 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 0, + "pos": { + "x": -10670, + "y": 177412, + "z": -126250 + }, + "rot": { + "x": 0, + "y": 220000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 0, + "pos": { + "x": 769, + "y": 177412, + "z": -122134 + }, + "rot": { + "x": 0, + "y": 220000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 0, + "pos": { + "x": -579, + "y": 177412, + "z": -122146 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 0, + "pos": { + "x": -400, + "y": 177412, + "z": -123500 + }, + "rot": { + "x": 0, + "y": 220000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 0, + "pos": { + "x": -4370, + "y": 177412, + "z": -116270 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300007, + "propState": 0, + "pos": { + "x": -3046, + "y": 177412, + "z": -116303 + }, + "rot": { + "x": 0, + "y": 220000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300008, + "propState": 0, + "pos": { + "x": -3221, + "y": 177412, + "z": -114903 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [ + { + "groupId": 48, + "instId": 400001, + "pos": { + "x": 850, + "y": 177412, + "z": -118550 + }, + "rot": { + "x": 0, + "y": 25000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "49": { + "monsters": [ + { + "groupId": 49, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -7836, + "y": 177412, + "z": -126011 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 49, + "instId": 300001, + "propState": 0, + "pos": { + "x": -7836, + "y": 177412, + "z": -126011 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 0, + "pos": { + "x": -7836, + "y": 177412, + "z": -126011 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "50": { + "monsters": [ + { + "groupId": 50, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -4252, + "y": 177412, + "z": -126407 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4252, + "y": 177412, + "z": -126407 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "52": { + "monsters": [ + { + "groupId": 52, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -8848, + "y": 177412, + "z": -122550 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 52, + "instId": 300001, + "propState": 0, + "pos": { + "x": -8848, + "y": 177412, + "z": -122550 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 53, + "instId": 300001, + "propState": 0, + "pos": { + "x": -67418, + "y": 182862, + "z": -2456 + }, + "rot": { + "x": 0, + "y": 10800, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 0, + "pos": { + "x": -66687, + "y": 182862, + "z": -26474 + }, + "rot": { + "x": 0, + "y": 351299, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 54, + "instId": 300001, + "propState": 0, + "pos": { + "x": -62550, + "y": 182862, + "z": -12028 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 0, + "pos": { + "x": -62550, + "y": 182862, + "z": -16028 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 54, + "instId": 300003, + "propState": 0, + "pos": { + "x": -72853, + "y": 182862, + "z": -9397 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 54, + "instId": 300004, + "propState": 0, + "pos": { + "x": -73705, + "y": 182862, + "z": -10420 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 54, + "instId": 300005, + "propState": 0, + "pos": { + "x": -74647, + "y": 182892, + "z": -9397 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 54, + "instId": 300006, + "propState": 0, + "pos": { + "x": -77703, + "y": 182862, + "z": -18350 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 54, + "instId": 300007, + "propState": 0, + "pos": { + "x": -78633, + "y": 182862, + "z": -17335 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 54, + "instId": 300008, + "propState": 0, + "pos": { + "x": -79437, + "y": 182862, + "z": -18350 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [ + { + "groupId": 55, + "instId": 400001, + "pos": { + "x": -67560, + "y": 182862, + "z": -14028 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300001, + "propState": 0, + "pos": { + "x": -62550, + "y": 182862, + "z": -12028 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 0, + "pos": { + "x": -62550, + "y": 182862, + "z": -16028 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 0, + "pos": { + "x": -72853, + "y": 182862, + "z": -9397 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 56, + "instId": 300004, + "propState": 0, + "pos": { + "x": -73705, + "y": 182862, + "z": -10420 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 56, + "instId": 300005, + "propState": 0, + "pos": { + "x": -74647, + "y": 182892, + "z": -9397 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 56, + "instId": 300006, + "propState": 0, + "pos": { + "x": -77703, + "y": 182862, + "z": -18350 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 56, + "instId": 300007, + "propState": 0, + "pos": { + "x": -78633, + "y": 182862, + "z": -17335 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 56, + "instId": 300008, + "propState": 0, + "pos": { + "x": -79437, + "y": 182862, + "z": -18350 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [ + { + "groupId": 57, + "instId": 400001, + "pos": { + "x": -79010, + "y": 182862, + "z": -10028 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "58": { + "monsters": [ + { + "groupId": 58, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -64550, + "y": 182862, + "z": -14028 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": -64550, + "y": 182862, + "z": -14028 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "pos": { + "x": -64550, + "y": 182862, + "z": -14028 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "59": { + "monsters": [ + { + "groupId": 59, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -66550, + "y": 182862, + "z": -11028 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": -66550, + "y": 182862, + "z": -11028 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "60": { + "monsters": [ + { + "groupId": 60, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -66550, + "y": 182862, + "z": -17028 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 60, + "instId": 300001, + "propState": 0, + "pos": { + "x": -66550, + "y": 182862, + "z": -17028 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "61": { + "monsters": [ + { + "groupId": 61, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -66550, + "y": 182862, + "z": -11028 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 61, + "instId": 300001, + "propState": 0, + "pos": { + "x": -66550, + "y": 182862, + "z": -11028 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 0, + "pos": { + "x": -66550, + "y": 182862, + "z": -11028 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "62": { + "monsters": [ + { + "groupId": 62, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -4252, + "y": 177412, + "z": -126407 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 62, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4252, + "y": 177412, + "z": -126407 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 0, + "pos": { + "x": -4252, + "y": 177412, + "z": -126407 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "63": { + "monsters": [ + { + "groupId": 63, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 63603, + "y": 169648, + "z": 57026 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300001, + "propState": 0, + "pos": { + "x": 63603, + "y": 169648, + "z": 57026 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 0, + "pos": { + "x": 63603, + "y": 169648, + "z": 57026 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "64": { + "monsters": [ + { + "groupId": 64, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -66480, + "y": 411908, + "z": -17220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": -66480, + "y": 411908, + "z": -17220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 0, + "pos": { + "x": -66480, + "y": 411908, + "z": -17220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "65": { + "monsters": [ + { + "groupId": 65, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 44780, + "y": 411908, + "z": -11220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 65, + "instId": 300001, + "propState": 0, + "pos": { + "x": 44780, + "y": 411908, + "z": -11220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 0, + "pos": { + "x": 44780, + "y": 411908, + "z": -11220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "66": { + "monsters": [ + { + "groupId": 66, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -36627, + "y": 177414, + "z": -108968 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 0, + "pos": { + "x": -36627, + "y": 177414, + "z": -108968 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 0, + "pos": { + "x": -36627, + "y": 177414, + "z": -108968 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 0, + "pos": { + "x": 24917, + "y": 148839, + "z": -15661 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 0, + "pos": { + "x": -15001, + "y": 176391, + "z": 51728 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300001, + "propState": 0, + "pos": { + "x": -77730, + "y": 411908, + "z": -14250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 0, + "pos": { + "x": -20527, + "y": 414336, + "z": 3458 + }, + "rot": { + "x": 0, + "y": 132930, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 0, + "pos": { + "x": -20458, + "y": 414248, + "z": -31819 + }, + "rot": { + "x": 0, + "y": 40565, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 0, + "pos": { + "x": -2850, + "y": 412082, + "z": 2780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 73, + "instId": 300005, + "propState": 0, + "pos": { + "x": -2850, + "y": 412082, + "z": -30360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 0, + "pos": { + "x": -15600, + "y": 412082, + "z": -12250 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 0, + "pos": { + "x": -15600, + "y": 412082, + "z": -16250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 0, + "pos": { + "x": -38330, + "y": 411908, + "z": -10200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 0, + "pos": { + "x": -26070, + "y": 411908, + "z": -17490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 0, + "pos": { + "x": -40160, + "y": 411908, + "z": -10200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 0, + "pos": { + "x": -51410, + "y": 411908, + "z": -17730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 74, + "instId": 300007, + "propState": 0, + "pos": { + "x": -27869, + "y": 411908, + "z": -17499 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 74, + "instId": 300008, + "propState": 0, + "pos": { + "x": -49740, + "y": 411908, + "z": -17730 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [ + { + "groupId": 75, + "instId": 400001, + "pos": { + "x": -53770, + "y": 411908, + "z": -11020 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "76": { + "monsters": [ + { + "groupId": 76, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -19900, + "y": 412082, + "z": -14250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 76, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19900, + "y": 412082, + "z": -24800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 76, + "instId": 300002, + "propState": 0, + "pos": { + "x": -19900, + "y": 412082, + "z": -24800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "77": { + "monsters": [ + { + "groupId": 77, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -45170, + "y": 411908, + "z": -13260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 77, + "instId": 300001, + "propState": 0, + "pos": { + "x": -45170, + "y": 411908, + "z": -13260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "78": { + "monsters": [ + { + "groupId": 78, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -33150, + "y": 411908, + "z": -15840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": -33150, + "y": 411908, + "z": -15840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 0, + "pos": { + "x": -44637, + "y": 182923, + "z": -66305 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 0, + "pos": { + "x": -65630, + "y": 182919, + "z": 5260 + }, + "rot": { + "x": 0, + "y": 14936, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300001, + "propState": 0, + "pos": { + "x": -70282, + "y": 182862, + "z": -11570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 80, + "instId": 300002, + "propState": 0, + "pos": { + "x": -65968, + "y": 182862, + "z": -11570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 80, + "instId": 300003, + "propState": 0, + "pos": { + "x": -70949, + "y": 182862, + "z": -23107 + }, + "rot": { + "x": 0, + "y": 350044, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 80, + "instId": 300004, + "propState": 0, + "pos": { + "x": -56323, + "y": 182862, + "z": -47460 + }, + "rot": { + "x": 0, + "y": 328067, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 80, + "instId": 300005, + "propState": 0, + "pos": { + "x": -70578, + "y": 182862, + "z": -24849 + }, + "rot": { + "x": 0, + "y": 350044, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 80, + "instId": 300006, + "propState": 0, + "pos": { + "x": -61475, + "y": 182862, + "z": -36083 + }, + "rot": { + "x": 0, + "y": 339672, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 80, + "instId": 300007, + "propState": 0, + "pos": { + "x": -57263, + "y": 182862, + "z": -45952 + }, + "rot": { + "x": 0, + "y": 328067, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 80, + "instId": 300008, + "propState": 0, + "pos": { + "x": -60817, + "y": 182862, + "z": -37748 + }, + "rot": { + "x": 0, + "y": 339672, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [ + { + "groupId": 81, + "instId": 400001, + "pos": { + "x": -60740, + "y": 182862, + "z": -51730 + }, + "rot": { + "x": 0, + "y": 135447, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "82": { + "monsters": [ + { + "groupId": 82, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -68100, + "y": 182862, + "z": -15234 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 82, + "instId": 300001, + "propState": 0, + "pos": { + "x": -68100, + "y": 182862, + "z": -15234 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 0, + "pos": { + "x": -68100, + "y": 182862, + "z": -15234 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "83": { + "monsters": [ + { + "groupId": 83, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -61923, + "y": 182862, + "z": -43398 + }, + "rot": { + "x": 0, + "y": 154699, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 83, + "instId": 300001, + "propState": 0, + "pos": { + "x": -61923, + "y": 182862, + "z": -43398 + }, + "rot": { + "x": 0, + "y": 154699, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "84": { + "monsters": [ + { + "groupId": 84, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -66780, + "y": 182862, + "z": -28800 + }, + "rot": { + "x": 0, + "y": 172255, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 84, + "instId": 300001, + "propState": 0, + "pos": { + "x": -66780, + "y": 182862, + "z": -28800 + }, + "rot": { + "x": 0, + "y": 172255, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 85, + "instId": 300001, + "propState": 0, + "pos": { + "x": 34270, + "y": 172304, + "z": 60740 + }, + "rot": { + "x": 0, + "y": 140000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 0, + "pos": { + "x": -5490, + "y": 172226, + "z": 69070 + }, + "rot": { + "x": 0, + "y": 230000, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 0, + "pos": { + "x": 13911, + "y": 172226, + "z": 85649 + }, + "rot": { + "x": 0, + "y": 184365, + "z": 0 + }, + "propId": 1027 + }, + { + "groupId": 85, + "instId": 300004, + "propState": 0, + "pos": { + "x": 22474, + "y": 172226, + "z": 64786 + }, + "rot": { + "x": 0, + "y": 228952, + "z": 0 + }, + "propId": 1027 + } + ], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 86, + "instId": 300001, + "propState": 0, + "pos": { + "x": -920, + "y": 172225, + "z": 70066 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 86, + "instId": 300002, + "propState": 0, + "pos": { + "x": -3689, + "y": 172225, + "z": 73365 + }, + "rot": { + "x": 0, + "y": 230000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 86, + "instId": 300003, + "propState": 0, + "pos": { + "x": 27864, + "y": 172226, + "z": 73273 + }, + "rot": { + "x": 0, + "y": 318562, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 86, + "instId": 300004, + "propState": 0, + "pos": { + "x": 2831, + "y": 172226, + "z": 79415 + }, + "rot": { + "x": 0, + "y": 49618, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 86, + "instId": 300005, + "propState": 0, + "pos": { + "x": 26631, + "y": 172226, + "z": 74691 + }, + "rot": { + "x": 0, + "y": 318562, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 86, + "instId": 300006, + "propState": 0, + "pos": { + "x": 14236, + "y": 172225, + "z": 75739 + }, + "rot": { + "x": 0, + "y": 274803, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 86, + "instId": 300007, + "propState": 0, + "pos": { + "x": 4111, + "y": 172226, + "z": 80504 + }, + "rot": { + "x": 0, + "y": 49618, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 86, + "instId": 300008, + "propState": 0, + "pos": { + "x": 15871, + "y": 172225, + "z": 75558 + }, + "rot": { + "x": 0, + "y": 274803, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [ + { + "groupId": 87, + "instId": 400001, + "pos": { + "x": 25840, + "y": 172226, + "z": 66080 + }, + "rot": { + "x": 0, + "y": 121718, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "88": { + "monsters": [ + { + "groupId": 88, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 1109, + "y": 172226, + "z": 74604 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 88, + "instId": 300001, + "propState": 0, + "pos": { + "x": 1109, + "y": 172226, + "z": 74604 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 0, + "pos": { + "x": 1109, + "y": 172226, + "z": 74604 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "89": { + "monsters": [ + { + "groupId": 89, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 20240, + "y": 172226, + "z": 77830 + }, + "rot": { + "x": 0, + "y": 147651, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 89, + "instId": 300001, + "propState": 0, + "pos": { + "x": 20240, + "y": 172226, + "z": 77830 + }, + "rot": { + "x": 0, + "y": 147651, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "90": { + "monsters": [ + { + "groupId": 90, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 10980, + "y": 172226, + "z": 79419 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 90, + "instId": 300001, + "propState": 0, + "pos": { + "x": 10980, + "y": 172226, + "z": 79419 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8111101": { + "P81111_F81111001": { + "scenes": { + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 13127, + "y": -2139, + "z": -16017 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 0, + "pos": { + "x": 10810, + "y": -2160, + "z": -20560 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29457, + "y": -1114, + "z": -87132 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": 26760, + "y": -1150, + "z": -82588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 0, + "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": 0, + "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 + } + ], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 62, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 0, + "pos": { + "x": 3420, + "y": -2139, + "z": -27790 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 62, + "instId": 300006, + "propState": 0, + "pos": { + "x": -8900, + "y": 1876, + "z": 17150 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 62, + "instId": 300007, + "propState": 0, + "pos": { + "x": -16051, + "y": 1876, + "z": 5038 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 62, + "instId": 300004, + "propState": 0, + "pos": { + "x": 6720, + "y": -2139, + "z": -24510 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 62, + "instId": 300009, + "propState": 0, + "pos": { + "x": -5480, + "y": -2139, + "z": -19830 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 62, + "instId": 300003, + "propState": 0, + "pos": { + "x": 4980, + "y": -2139, + "z": -26490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300005, + "propState": 0, + "pos": { + "x": 13127, + "y": -2139, + "z": -16017 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 62, + "instId": 300008, + "propState": 0, + "pos": { + "x": 6100, + "y": -2139, + "z": -27300 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 62, + "instId": 300010, + "propState": 0, + "pos": { + "x": 2210, + "y": 1876, + "z": 7970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 65, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 0, + "pos": { + "x": 6510, + "y": -2139, + "z": -31620 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 65, + "instId": 300006, + "propState": 0, + "pos": { + "x": -5330, + "y": -2139, + "z": -12160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 65, + "instId": 300007, + "propState": 0, + "pos": { + "x": 9390, + "y": -2139, + "z": -21900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 65, + "instId": 300004, + "propState": 0, + "pos": { + "x": 10210, + "y": -2139, + "z": -28970 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 65, + "instId": 300009, + "propState": 0, + "pos": { + "x": 440, + "y": -2139, + "z": -26230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 65, + "instId": 300003, + "propState": 0, + "pos": { + "x": 8282, + "y": -2139, + "z": -30463 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300005, + "propState": 0, + "pos": { + "x": 13127, + "y": -2139, + "z": -16017 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 65, + "instId": 300008, + "propState": 0, + "pos": { + "x": 8110, + "y": -2139, + "z": -34430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 65, + "instId": 300010, + "propState": 0, + "pos": { + "x": -13190, + "y": -2139, + "z": -7160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 68, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 0, + "pos": { + "x": -20870, + "y": 1876, + "z": 7510 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 0, + "pos": { + "x": -20770, + "y": 1876, + "z": 12010 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 0, + "pos": { + "x": -15770, + "y": 1876, + "z": 9712 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 0, + "pos": { + "x": -13150, + "y": -2139, + "z": -7470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 0, + "pos": { + "x": 2210, + "y": 1876, + "z": 7970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 68, + "instId": 300007, + "propState": 0, + "pos": { + "x": -8900, + "y": 1876, + "z": 17150 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 68, + "instId": 300008, + "propState": 0, + "pos": { + "x": -16051, + "y": 1876, + "z": 5038 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [ + { + "groupId": 69, + "instId": 400001, + "pos": { + "x": -5740, + "y": 1876, + "z": 6290 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 69, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 0, + "pos": { + "x": -180, + "y": 1876, + "z": 6740 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 69, + "instId": 300004, + "propState": 0, + "pos": { + "x": 20, + "y": 1876, + "z": 11440 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 0, + "pos": { + "x": -13150, + "y": -2139, + "z": -7470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 69, + "instId": 300005, + "propState": 0, + "pos": { + "x": 2210, + "y": 1876, + "z": 7970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 69, + "instId": 300006, + "propState": 0, + "pos": { + "x": -11100, + "y": 1876, + "z": 13470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 69, + "instId": 300007, + "propState": 0, + "pos": { + "x": -8970, + "y": 1876, + "z": 5200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 70, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 0, + "pos": { + "x": -12880, + "y": -2139, + "z": -11050 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 0, + "pos": { + "x": 2490, + "y": -2139, + "z": -20370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 0, + "pos": { + "x": -9890, + "y": -2139, + "z": -8970 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 70, + "instId": 300003, + "propState": 0, + "pos": { + "x": -3690, + "y": -2103, + "z": -21840 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300005, + "propState": 0, + "pos": { + "x": -11410, + "y": -2139, + "z": -10020 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300008, + "propState": 0, + "pos": { + "x": 13127, + "y": -2139, + "z": -16017 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 70, + "instId": 300009, + "propState": 0, + "pos": { + "x": 7900, + "y": -2139, + "z": -31620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 70, + "instId": 300010, + "propState": 0, + "pos": { + "x": -13030, + "y": -2139, + "z": -7430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 71, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 0, + "pos": { + "x": 22790, + "y": -140, + "z": -198950 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 71, + "instId": 300006, + "propState": 0, + "pos": { + "x": -8900, + "y": 1876, + "z": 17150 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 71, + "instId": 300007, + "propState": 0, + "pos": { + "x": -16051, + "y": 1876, + "z": 5038 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 0, + "pos": { + "x": 25930, + "y": -140, + "z": -195200 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 71, + "instId": 300009, + "propState": 0, + "pos": { + "x": -5480, + "y": -2139, + "z": -19830 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 0, + "pos": { + "x": 24810, + "y": -140, + "z": -197760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300008, + "propState": 0, + "pos": { + "x": 14454, + "y": -140, + "z": -195920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101004 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 0, + "pos": { + "x": 52340, + "y": -140, + "z": -191430 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 0, + "pos": { + "x": 49010, + "y": -140, + "z": -195260 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 0, + "pos": { + "x": 47940, + "y": -140, + "z": -191890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 0, + "pos": { + "x": 48410, + "y": -140, + "z": -198090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 0, + "pos": { + "x": 45680, + "y": -140, + "z": -181910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300007, + "propState": 0, + "pos": { + "x": 39010, + "y": -140, + "z": -190910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [ + { + "groupId": 75, + "instId": 400001, + "pos": { + "x": 30670, + "y": -140, + "z": -196950 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 75, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300002, + "propState": 0, + "pos": { + "x": 23570, + "y": -140, + "z": -199000 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 75, + "instId": 300004, + "propState": 0, + "pos": { + "x": 26330, + "y": -140, + "z": -195550 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 75, + "instId": 300003, + "propState": 0, + "pos": { + "x": 48430, + "y": -140, + "z": -198180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 75, + "instId": 300006, + "propState": 0, + "pos": { + "x": 36400, + "y": -140, + "z": -199820 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 75, + "instId": 300007, + "propState": 0, + "pos": { + "x": 26930, + "y": -140, + "z": -204710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 75, + "instId": 300005, + "propState": 0, + "pos": { + "x": 14454, + "y": -140, + "z": -195920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101004 + } + ], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 76, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 76, + "instId": 300002, + "propState": 0, + "pos": { + "x": 51660, + "y": -140, + "z": -200820 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 76, + "instId": 300006, + "propState": 0, + "pos": { + "x": 41630, + "y": -140, + "z": -208610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 76, + "instId": 300004, + "propState": 0, + "pos": { + "x": 51910, + "y": -140, + "z": -205000 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 76, + "instId": 300003, + "propState": 0, + "pos": { + "x": 39200, + "y": -140, + "z": -199420 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 76, + "instId": 300005, + "propState": 0, + "pos": { + "x": 51150, + "y": -140, + "z": -202970 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 76, + "instId": 300007, + "propState": 0, + "pos": { + "x": 48430, + "y": -140, + "z": -198180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 76, + "instId": 300011, + "propState": 0, + "pos": { + "x": 14454, + "y": -140, + "z": -195920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101004 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 77, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 0, + "pos": { + "x": 51660, + "y": -140, + "z": -200820 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 77, + "instId": 300006, + "propState": 0, + "pos": { + "x": 43660, + "y": -140, + "z": -207310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 77, + "instId": 300004, + "propState": 0, + "pos": { + "x": 51910, + "y": -140, + "z": -205000 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 0, + "pos": { + "x": 39280, + "y": -140, + "z": -199560 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 77, + "instId": 300005, + "propState": 0, + "pos": { + "x": 51600, + "y": -140, + "z": -202840 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300007, + "propState": 0, + "pos": { + "x": 48430, + "y": -140, + "z": -198180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 77, + "instId": 300011, + "propState": 0, + "pos": { + "x": 14454, + "y": -140, + "z": -195920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101004 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 0, + "pos": { + "x": 24070, + "y": -2134, + "z": -146620 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 79, + "instId": 300006, + "propState": 0, + "pos": { + "x": 24870, + "y": -2134, + "z": -168200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 79, + "instId": 300007, + "propState": 0, + "pos": { + "x": 13930, + "y": -2134, + "z": -160180 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 79, + "instId": 300004, + "propState": 0, + "pos": { + "x": 18700, + "y": -2134, + "z": -146390 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 79, + "instId": 300009, + "propState": 0, + "pos": { + "x": 8480, + "y": -2134, + "z": -174050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 79, + "instId": 300003, + "propState": 0, + "pos": { + "x": 21132, + "y": -2134, + "z": -146662 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300010, + "propState": 0, + "pos": { + "x": 21050, + "y": -2134, + "z": -144950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 79, + "instId": 300011, + "propState": 0, + "pos": { + "x": -5290, + "y": -2107, + "z": -170316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 79, + "instId": 300005, + "propState": 0, + "pos": { + "x": 14454, + "y": -140, + "z": -195920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101004 + } + ], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 81, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 82, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 0, + "pos": { + "x": 17240, + "y": -2134, + "z": -171300 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300004, + "propState": 0, + "pos": { + "x": 22280, + "y": -2134, + "z": -171620 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300003, + "propState": 0, + "pos": { + "x": 19810, + "y": -2134, + "z": -167039 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300005, + "propState": 0, + "pos": { + "x": 4309, + "y": -2134, + "z": -175128 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 82, + "instId": 300006, + "propState": 0, + "pos": { + "x": 21050, + "y": -2134, + "z": -144950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 82, + "instId": 300007, + "propState": 0, + "pos": { + "x": -5290, + "y": -2107, + "z": -170316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 82, + "instId": 300009, + "propState": 0, + "pos": { + "x": 12260, + "y": -2134, + "z": -161790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300010, + "propState": 0, + "pos": { + "x": 25020, + "y": -2106, + "z": -160750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [ + { + "groupId": 83, + "instId": 400001, + "pos": { + "x": 7890, + "y": -2134, + "z": -166280 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 83, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 83, + "instId": 300002, + "propState": 0, + "pos": { + "x": 670, + "y": -2134, + "z": -168360 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 83, + "instId": 300004, + "propState": 0, + "pos": { + "x": 650, + "y": -2134, + "z": -172450 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 83, + "instId": 300006, + "propState": 0, + "pos": { + "x": 12260, + "y": -2134, + "z": -161790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 83, + "instId": 300007, + "propState": 0, + "pos": { + "x": 11450, + "y": -2106, + "z": -174290 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 83, + "instId": 300003, + "propState": 0, + "pos": { + "x": 4309, + "y": -2134, + "z": -175128 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 83, + "instId": 300005, + "propState": 0, + "pos": { + "x": 21050, + "y": -2134, + "z": -144950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 83, + "instId": 300008, + "propState": 0, + "pos": { + "x": -5290, + "y": -2107, + "z": -170316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101004 + } + ], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 84, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300002, + "propState": 0, + "pos": { + "x": 20290, + "y": -2134, + "z": -155760 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 84, + "instId": 300006, + "propState": 0, + "pos": { + "x": 23720, + "y": -2134, + "z": -168030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 84, + "instId": 300004, + "propState": 0, + "pos": { + "x": 23300, + "y": -2134, + "z": -158650 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 84, + "instId": 300005, + "propState": 0, + "pos": { + "x": 21910, + "y": -2134, + "z": -157320 + }, + "rot": { + "x": 0, + "y": 220048, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300007, + "propState": 0, + "pos": { + "x": 4309, + "y": -2134, + "z": -175128 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 84, + "instId": 300008, + "propState": 0, + "pos": { + "x": 21050, + "y": -2134, + "z": -144950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 84, + "instId": 300009, + "propState": 0, + "pos": { + "x": -5290, + "y": -2107, + "z": -170316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101004 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 85, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 0, + "pos": { + "x": 1290, + "y": -2134, + "z": -172340 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300006, + "propState": 0, + "pos": { + "x": 13703, + "y": -2106, + "z": -174487 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 85, + "instId": 300004, + "propState": 0, + "pos": { + "x": 1490, + "y": -2134, + "z": -168000 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 0, + "pos": { + "x": 10200, + "y": -2134, + "z": -161860 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 85, + "instId": 300005, + "propState": 0, + "pos": { + "x": 1273, + "y": -2134, + "z": -170282 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300007, + "propState": 0, + "pos": { + "x": 4309, + "y": -2134, + "z": -175128 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 85, + "instId": 300008, + "propState": 0, + "pos": { + "x": 21050, + "y": -2134, + "z": -144950 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 85, + "instId": 300009, + "propState": 0, + "pos": { + "x": -5290, + "y": -2107, + "z": -170316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101004 + } + ], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 86, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [ + { + "groupId": 87, + "instId": 400001, + "pos": { + "x": 37980, + "y": -1134, + "z": -100800 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 87, + "instId": 300002, + "propState": 0, + "pos": { + "x": 42800, + "y": -1134, + "z": -100140 + }, + "rot": { + "x": 0, + "y": 306239, + "z": 0 + }, + "propId": 1021 + }, + { + "groupId": 87, + "instId": 300004, + "propState": 0, + "pos": { + "x": 33290, + "y": -1134, + "z": -99740 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 87, + "instId": 300012, + "propState": 0, + "pos": { + "x": 31110, + "y": -1134, + "z": -96490 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 87, + "instId": 300013, + "propState": 0, + "pos": { + "x": 30766, + "y": -1134, + "z": -95890 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 87, + "instId": 300015, + "propState": 0, + "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": 0, + "pos": { + "x": 29457, + "y": -1114, + "z": -87132 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 87, + "instId": 300003, + "propState": 0, + "pos": { + "x": 29968, + "y": -1134, + "z": -105622 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "88": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 88, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300004, + "propState": 0, + "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": 0, + "pos": { + "x": -63640, + "y": -2141, + "z": -169640 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300005, + "propState": 0, + "pos": { + "x": -42050, + "y": -2141, + "z": -170200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "89": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 89, + "instId": 300004, + "propState": 0, + "pos": { + "x": -70440, + "y": -2141, + "z": -172350 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -63670, + "y": -2141, + "z": -169640 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 89, + "instId": 300005, + "propState": 0, + "pos": { + "x": -42050, + "y": -2141, + "z": -170200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 90, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 91, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300002, + "propState": 0, + "pos": { + "x": 22790, + "y": -140, + "z": -198950 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 91, + "instId": 300006, + "propState": 0, + "pos": { + "x": -8900, + "y": 1876, + "z": 17150 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 91, + "instId": 300007, + "propState": 0, + "pos": { + "x": -16051, + "y": 1876, + "z": 5038 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 91, + "instId": 300004, + "propState": 0, + "pos": { + "x": 25930, + "y": -140, + "z": -195200 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 91, + "instId": 300009, + "propState": 0, + "pos": { + "x": -5480, + "y": -2139, + "z": -19830 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 91, + "instId": 300003, + "propState": 0, + "pos": { + "x": 1660, + "y": -2139, + "z": -22840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300008, + "propState": 0, + "pos": { + "x": 14454, + "y": -140, + "z": -195920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101004 + } + ], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 92, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [ + { + "groupId": 94, + "instId": 400001, + "pos": { + "x": 31490, + "y": -140, + "z": -182760 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8112101": { + "P81121_F81121001": { + "scenes": { + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 83, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 83, + "instId": 300004, + "propState": 0, + "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": 0, + "pos": { + "x": 127018, + "y": 46553, + "z": -72924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 83, + "instId": 300005, + "propState": 0, + "pos": { + "x": 124020, + "y": 46521, + "z": -53920 + }, + "rot": { + "x": 0, + "y": 352293, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 83, + "instId": 300006, + "propState": 0, + "pos": { + "x": 159350, + "y": 46521, + "z": -64610 + }, + "rot": { + "x": 0, + "y": 262293, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 83, + "instId": 300007, + "propState": 0, + "pos": { + "x": 144340, + "y": 46498, + "z": -72610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 84, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300002, + "propState": 0, + "pos": { + "x": 156190, + "y": 46342, + "z": -62780 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 84, + "instId": 300004, + "propState": 0, + "pos": { + "x": 157510, + "y": 46311, + "z": -69170 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 84, + "instId": 300003, + "propState": 0, + "pos": { + "x": 151974, + "y": 46311, + "z": -67430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300005, + "propState": 0, + "pos": { + "x": 124020, + "y": 46521, + "z": -53920 + }, + "rot": { + "x": 0, + "y": 352293, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 84, + "instId": 300006, + "propState": 0, + "pos": { + "x": 159350, + "y": 46521, + "z": -64610 + }, + "rot": { + "x": 0, + "y": 262293, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 84, + "instId": 300007, + "propState": 0, + "pos": { + "x": 145440, + "y": 46498, + "z": -64870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 84, + "instId": 300008, + "propState": 0, + "pos": { + "x": 144020, + "y": 46515, + "z": -75610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [ + { + "groupId": 85, + "instId": 400001, + "pos": { + "x": 152003, + "y": 46311, + "z": -67444 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 85, + "instId": 300002, + "propState": 0, + "pos": { + "x": 156190, + "y": 46342, + "z": -62780 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 0, + "pos": { + "x": 157510, + "y": 46311, + "z": -69170 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300005, + "propState": 0, + "pos": { + "x": 145479, + "y": 46498, + "z": -64851 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 0, + "pos": { + "x": 143990, + "y": 46512, + "z": -75616 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 85, + "instId": 300004, + "propState": 0, + "pos": { + "x": 124020, + "y": 46521, + "z": -53920 + }, + "rot": { + "x": 0, + "y": 352293, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 85, + "instId": 300006, + "propState": 0, + "pos": { + "x": 159350, + "y": 46521, + "z": -64610 + }, + "rot": { + "x": 0, + "y": 262293, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 86, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 86, + "instId": 300002, + "propState": 0, + "pos": { + "x": 162910, + "y": 46347, + "z": -61530 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 86, + "instId": 300006, + "propState": 0, + "pos": { + "x": 178620, + "y": 46408, + "z": -62040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300004, + "propState": 0, + "pos": { + "x": 162580, + "y": 46381, + "z": -67290 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 86, + "instId": 300007, + "propState": 0, + "pos": { + "x": 177529, + "y": 46509, + "z": -72414 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300003, + "propState": 0, + "pos": { + "x": 172490, + "y": 46621, + "z": -72820 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300005, + "propState": 0, + "pos": { + "x": 162940, + "y": 46351, + "z": -64450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 86, + "instId": 300008, + "propState": 0, + "pos": { + "x": 195630, + "y": 46508, + "z": -64750 + }, + "rot": { + "x": 0, + "y": 262293, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 86, + "instId": 300009, + "propState": 0, + "pos": { + "x": 159350, + "y": 46521, + "z": -64610 + }, + "rot": { + "x": 0, + "y": 262293, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 87, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300002, + "propState": 0, + "pos": { + "x": 162910, + "y": 46347, + "z": -61530 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 87, + "instId": 300006, + "propState": 0, + "pos": { + "x": 178620, + "y": 46408, + "z": -62040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 87, + "instId": 300004, + "propState": 0, + "pos": { + "x": 162580, + "y": 46381, + "z": -67290 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 87, + "instId": 300007, + "propState": 0, + "pos": { + "x": 177539, + "y": 46500, + "z": -72276 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 87, + "instId": 300003, + "propState": 0, + "pos": { + "x": 172490, + "y": 46621, + "z": -72820 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 87, + "instId": 300005, + "propState": 0, + "pos": { + "x": 163120, + "y": 46351, + "z": -64390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300008, + "propState": 0, + "pos": { + "x": 195630, + "y": 46508, + "z": -64750 + }, + "rot": { + "x": 0, + "y": 262293, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 87, + "instId": 300009, + "propState": 0, + "pos": { + "x": 159350, + "y": 46521, + "z": -64610 + }, + "rot": { + "x": 0, + "y": 262293, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "88": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 88, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "89": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 89, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 0, + "pos": { + "x": 116560, + "y": 58985, + "z": -118430 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 89, + "instId": 300004, + "propState": 0, + "pos": { + "x": 120640, + "y": 58985, + "z": -116000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 89, + "instId": 300003, + "propState": 0, + "pos": { + "x": 121080, + "y": 58985, + "z": -121630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 89, + "instId": 300005, + "propState": 0, + "pos": { + "x": 117620, + "y": 59029, + "z": -115440 + }, + "rot": { + "x": 0, + "y": 329749, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 89, + "instId": 300006, + "propState": 0, + "pos": { + "x": 133080, + "y": 58985, + "z": -144530 + }, + "rot": { + "x": 0, + "y": 331383, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 89, + "instId": 300007, + "propState": 0, + "pos": { + "x": 121610, + "y": 58985, + "z": -130050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 89, + "instId": 300008, + "propState": 0, + "pos": { + "x": 123550, + "y": 58985, + "z": -133860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [ + { + "groupId": 90, + "instId": 400001, + "pos": { + "x": 117460, + "y": 58985, + "z": -108470 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 90, + "instId": 300002, + "propState": 0, + "pos": { + "x": 114440, + "y": 58985, + "z": -103880 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 90, + "instId": 300001, + "propState": 0, + "pos": { + "x": 109230, + "y": 58985, + "z": -106920 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 90, + "instId": 300005, + "propState": 0, + "pos": { + "x": 115460, + "y": 58985, + "z": -117380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 90, + "instId": 300003, + "propState": 0, + "pos": { + "x": 113700, + "y": 58985, + "z": -114600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 90, + "instId": 300004, + "propState": 0, + "pos": { + "x": 124200, + "y": 59026, + "z": -127640 + }, + "rot": { + "x": 0, + "y": 330324, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 90, + "instId": 300006, + "propState": 0, + "pos": { + "x": 110540, + "y": 58985, + "z": -103720 + }, + "rot": { + "x": 0, + "y": 330606, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 91, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300002, + "propState": 0, + "pos": { + "x": 114495, + "y": 58985, + "z": -114394 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 91, + "instId": 300006, + "propState": 0, + "pos": { + "x": 104610, + "y": 58985, + "z": -100970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 91, + "instId": 300004, + "propState": 0, + "pos": { + "x": 118430, + "y": 58985, + "z": -112150 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 91, + "instId": 300007, + "propState": 0, + "pos": { + "x": 113740, + "y": 58985, + "z": -100770 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 91, + "instId": 300003, + "propState": 0, + "pos": { + "x": 108110, + "y": 58985, + "z": -108110 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 91, + "instId": 300005, + "propState": 0, + "pos": { + "x": 116520, + "y": 58985, + "z": -113510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300008, + "propState": 0, + "pos": { + "x": 100839, + "y": 58906, + "z": -85890 + }, + "rot": { + "x": 0, + "y": 331297, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 91, + "instId": 300009, + "propState": 0, + "pos": { + "x": 117340, + "y": 59029, + "z": -115490 + }, + "rot": { + "x": 0, + "y": 330842, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 92, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 0, + "pos": { + "x": 105050, + "y": 58985, + "z": -86990 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 92, + "instId": 300006, + "propState": 0, + "pos": { + "x": 104610, + "y": 58985, + "z": -100970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 92, + "instId": 300004, + "propState": 0, + "pos": { + "x": 99550, + "y": 58985, + "z": -90400 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 92, + "instId": 300007, + "propState": 0, + "pos": { + "x": 113740, + "y": 58985, + "z": -100770 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 0, + "pos": { + "x": 108110, + "y": 58985, + "z": -108110 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 92, + "instId": 300005, + "propState": 0, + "pos": { + "x": 102650, + "y": 58985, + "z": -89110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300008, + "propState": 0, + "pos": { + "x": 100839, + "y": 58906, + "z": -85890 + }, + "rot": { + "x": 0, + "y": 331297, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 92, + "instId": 300009, + "propState": 0, + "pos": { + "x": 117340, + "y": 59029, + "z": -115490 + }, + "rot": { + "x": 0, + "y": 330842, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 94, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 0, + "pos": { + "x": 169850, + "y": 55930, + "z": -194260 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 94, + "instId": 300006, + "propState": 0, + "pos": { + "x": 143420, + "y": 59109, + "z": -170610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 94, + "instId": 300007, + "propState": 0, + "pos": { + "x": 164760, + "y": 56578, + "z": -174980 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 94, + "instId": 300004, + "propState": 0, + "pos": { + "x": 164630, + "y": 56107, + "z": -194310 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 94, + "instId": 300009, + "propState": 0, + "pos": { + "x": 163276, + "y": 56228, + "z": -183183 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 94, + "instId": 300003, + "propState": 0, + "pos": { + "x": 167100, + "y": 55859, + "z": -194290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300005, + "propState": 0, + "pos": { + "x": 138510, + "y": 58977, + "z": -156040 + }, + "rot": { + "x": 0, + "y": 338562, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 94, + "instId": 300008, + "propState": 0, + "pos": { + "x": 182091, + "y": 55293, + "z": -180267 + }, + "rot": { + "x": 0, + "y": 218562, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 94, + "instId": 300010, + "propState": 0, + "pos": { + "x": 159660, + "y": 56083, + "z": -192880 + }, + "rot": { + "x": 0, + "y": 255686, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 95, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [ + { + "groupId": 97, + "instId": 400001, + "pos": { + "x": 165255, + "y": 55873, + "z": -187424 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 97, + "instId": 300002, + "propState": 0, + "pos": { + "x": 164250, + "y": 56125, + "z": -194480 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 97, + "instId": 300001, + "propState": 0, + "pos": { + "x": 162280, + "y": 56125, + "z": -190960 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 97, + "instId": 300005, + "propState": 0, + "pos": { + "x": 176695, + "y": 55911, + "z": -191821 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 97, + "instId": 300003, + "propState": 0, + "pos": { + "x": 172300, + "y": 55825, + "z": -193260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 97, + "instId": 300007, + "propState": 0, + "pos": { + "x": 163035, + "y": 56558, + "z": -177012 + }, + "rot": { + "x": 0, + "y": 293562, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 97, + "instId": 300008, + "propState": 0, + "pos": { + "x": 182091, + "y": 55293, + "z": -180267 + }, + "rot": { + "x": 0, + "y": 218562, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 97, + "instId": 300009, + "propState": 0, + "pos": { + "x": 159660, + "y": 56083, + "z": -192880 + }, + "rot": { + "x": 0, + "y": 255686, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 98, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 98, + "instId": 300002, + "propState": 0, + "pos": { + "x": 179113, + "y": 55600, + "z": -184893 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 98, + "instId": 300004, + "propState": 0, + "pos": { + "x": 176535, + "y": 55600, + "z": -189279 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 98, + "instId": 300003, + "propState": 0, + "pos": { + "x": 174039, + "y": 55501, + "z": -184527 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 98, + "instId": 300005, + "propState": 0, + "pos": { + "x": 153370, + "y": 57310, + "z": -172950 + }, + "rot": { + "x": 0, + "y": 293562, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 98, + "instId": 300006, + "propState": 0, + "pos": { + "x": 182091, + "y": 55293, + "z": -180267 + }, + "rot": { + "x": 0, + "y": 218562, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 98, + "instId": 300007, + "propState": 0, + "pos": { + "x": 159660, + "y": 56083, + "z": -192880 + }, + "rot": { + "x": 0, + "y": 255686, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 98, + "instId": 300009, + "propState": 0, + "pos": { + "x": 176720, + "y": 55795, + "z": -191250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 98, + "instId": 300010, + "propState": 0, + "pos": { + "x": 164270, + "y": 56086, + "z": -183050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 99, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300002, + "propState": 0, + "pos": { + "x": 189100, + "y": 55114, + "z": -167420 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 99, + "instId": 300006, + "propState": 0, + "pos": { + "x": 212080, + "y": 52375, + "z": -176930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 99, + "instId": 300007, + "propState": 0, + "pos": { + "x": 211405, + "y": 52811, + "z": -185873 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 99, + "instId": 300004, + "propState": 0, + "pos": { + "x": 184870, + "y": 55114, + "z": -169250 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 99, + "instId": 300009, + "propState": 0, + "pos": { + "x": 189940, + "y": 55072, + "z": -179250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 99, + "instId": 300003, + "propState": 0, + "pos": { + "x": 186930, + "y": 55122, + "z": -168480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300005, + "propState": 0, + "pos": { + "x": 225416, + "y": 52439, + "z": -174844 + }, + "rot": { + "x": 0, + "y": 278562, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 99, + "instId": 300008, + "propState": 0, + "pos": { + "x": 182091, + "y": 55293, + "z": -180267 + }, + "rot": { + "x": 0, + "y": 218562, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 100, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "101": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 101, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [ + { + "groupId": 102, + "instId": 400001, + "pos": { + "x": 211160, + "y": 51810, + "z": -167630 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 102, + "instId": 300002, + "propState": 0, + "pos": { + "x": 205290, + "y": 51515, + "z": -171550 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 102, + "instId": 300001, + "propState": 0, + "pos": { + "x": 206130, + "y": 51590, + "z": -167740 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 102, + "instId": 300005, + "propState": 0, + "pos": { + "x": 211630, + "y": 52444, + "z": -176030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 102, + "instId": 300003, + "propState": 0, + "pos": { + "x": 217991, + "y": 52493, + "z": -168775 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 102, + "instId": 300007, + "propState": 0, + "pos": { + "x": 225340, + "y": 52444, + "z": -174850 + }, + "rot": { + "x": 0, + "y": 263562, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 102, + "instId": 300008, + "propState": 0, + "pos": { + "x": 209650, + "y": 52815, + "z": -183660 + }, + "rot": { + "x": 0, + "y": 263562, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "103": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 103, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 103, + "instId": 300002, + "propState": 0, + "pos": { + "x": 185390, + "y": 55114, + "z": -168250 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 103, + "instId": 300006, + "propState": 0, + "pos": { + "x": 188620, + "y": 55046, + "z": -178940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 103, + "instId": 300004, + "propState": 0, + "pos": { + "x": 189060, + "y": 55114, + "z": -167430 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 103, + "instId": 300007, + "propState": 0, + "pos": { + "x": 193403, + "y": 55291, + "z": -174982 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 103, + "instId": 300003, + "propState": 0, + "pos": { + "x": 182870, + "y": 55118, + "z": -175480 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 103, + "instId": 300005, + "propState": 0, + "pos": { + "x": 186900, + "y": 55119, + "z": -167810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 103, + "instId": 300008, + "propState": 0, + "pos": { + "x": 181540, + "y": 55169, + "z": -180990 + }, + "rot": { + "x": 0, + "y": 217941, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 103, + "instId": 300009, + "propState": 0, + "pos": { + "x": 201310, + "y": 54174, + "z": -181590 + }, + "rot": { + "x": 0, + "y": 270842, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "104": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 104, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 104, + "instId": 300002, + "propState": 0, + "pos": { + "x": 266330, + "y": 52548, + "z": -148010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 104, + "instId": 300006, + "propState": 0, + "pos": { + "x": 244860, + "y": 51714, + "z": -144150 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 104, + "instId": 300007, + "propState": 0, + "pos": { + "x": 248550, + "y": 52472, + "z": -156050 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 104, + "instId": 300004, + "propState": 0, + "pos": { + "x": 271260, + "y": 52548, + "z": -150140 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 104, + "instId": 300009, + "propState": 0, + "pos": { + "x": 238798, + "y": 52705, + "z": -171948 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 104, + "instId": 300003, + "propState": 0, + "pos": { + "x": 268980, + "y": 52551, + "z": -148900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 104, + "instId": 300005, + "propState": 0, + "pos": { + "x": 231572, + "y": 47995, + "z": -133518 + }, + "rot": { + "x": 0, + "y": 246530, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 104, + "instId": 300008, + "propState": 0, + "pos": { + "x": 234450, + "y": 52441, + "z": -170200 + }, + "rot": { + "x": 0, + "y": 224327, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "105": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 105, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "106": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 106, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 107, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 107, + "instId": 300002, + "propState": 0, + "pos": { + "x": 248600, + "y": 50364, + "z": -130310 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 107, + "instId": 300006, + "propState": 0, + "pos": { + "x": 244860, + "y": 51714, + "z": -144150 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 107, + "instId": 300007, + "propState": 0, + "pos": { + "x": 248534, + "y": 52472, + "z": -156119 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 107, + "instId": 300004, + "propState": 0, + "pos": { + "x": 243910, + "y": 50364, + "z": -129880 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 107, + "instId": 300009, + "propState": 0, + "pos": { + "x": 238773, + "y": 52695, + "z": -171895 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 107, + "instId": 300003, + "propState": 0, + "pos": { + "x": 246230, + "y": 50353, + "z": -130290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 107, + "instId": 300005, + "propState": 0, + "pos": { + "x": 231572, + "y": 47995, + "z": -133518 + }, + "rot": { + "x": 0, + "y": 246530, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 107, + "instId": 300008, + "propState": 0, + "pos": { + "x": 234450, + "y": 52441, + "z": -170200 + }, + "rot": { + "x": 0, + "y": 224327, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 108, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "109": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 109, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "110": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 110, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 110, + "instId": 300002, + "propState": 0, + "pos": { + "x": 234190, + "y": 52511, + "z": -167920 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 110, + "instId": 300004, + "propState": 0, + "pos": { + "x": 237550, + "y": 52501, + "z": -170170 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 110, + "instId": 300003, + "propState": 0, + "pos": { + "x": 238790, + "y": 52505, + "z": -164660 + }, + "rot": { + "x": 0, + "y": 31413, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 110, + "instId": 300005, + "propState": 0, + "pos": { + "x": 234450, + "y": 52441, + "z": -170200 + }, + "rot": { + "x": 0, + "y": 224327, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 110, + "instId": 300006, + "propState": 0, + "pos": { + "x": 247730, + "y": 51445, + "z": -143960 + }, + "rot": { + "x": 0, + "y": 187293, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 110, + "instId": 300007, + "propState": 0, + "pos": { + "x": 242840, + "y": 52428, + "z": -171320 + }, + "rot": { + "x": 0, + "y": 307293, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "111": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 111, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 111, + "instId": 300002, + "propState": 0, + "pos": { + "x": 269490, + "y": 52545, + "z": -147550 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 111, + "instId": 300006, + "propState": 0, + "pos": { + "x": 269870, + "y": 52907, + "z": -160930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 111, + "instId": 300004, + "propState": 0, + "pos": { + "x": 273000, + "y": 52545, + "z": -150410 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 111, + "instId": 300007, + "propState": 0, + "pos": { + "x": 258999, + "y": 52630, + "z": -156686 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 111, + "instId": 300003, + "propState": 0, + "pos": { + "x": 262768, + "y": 52829, + "z": -164016 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 111, + "instId": 300005, + "propState": 0, + "pos": { + "x": 271040, + "y": 52546, + "z": -149450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 111, + "instId": 300009, + "propState": 0, + "pos": { + "x": 248890, + "y": 52553, + "z": -170800 + }, + "rot": { + "x": 0, + "y": 225842, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "112": { + "monsters": [], + "npcs": [ + { + "groupId": 112, + "instId": 400001, + "pos": { + "x": 232900, + "y": 45265, + "z": -63570 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 112, + "instId": 300002, + "propState": 0, + "pos": { + "x": 229490, + "y": 45265, + "z": -68910 + }, + "rot": { + "x": 0, + "y": 70326, + "z": 0 + }, + "propId": 1021 + }, + { + "groupId": 112, + "instId": 300004, + "propState": 0, + "pos": { + "x": 237210, + "y": 45265, + "z": -59630 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 112, + "instId": 300012, + "propState": 0, + "pos": { + "x": 243279, + "y": 45265, + "z": -59512 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 112, + "instId": 300013, + "propState": 0, + "pos": { + "x": 242672, + "y": 45265, + "z": -58998 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 112, + "instId": 300015, + "propState": 0, + "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": 0, + "pos": { + "x": 211340, + "y": 46601, + "z": -61240 + }, + "rot": { + "x": 0, + "y": 255842, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 112, + "instId": 300003, + "propState": 0, + "pos": { + "x": 234570, + "y": 45195, + "z": -86860 + }, + "rot": { + "x": 0, + "y": 210842, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "113": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 113, + "instId": 300004, + "propState": 0, + "pos": { + "x": 183520, + "y": 28389, + "z": -121690 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 113, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 186580, + "y": 28389, + "z": -127360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 113, + "instId": 300005, + "propState": 0, + "pos": { + "x": 173480, + "y": 28389, + "z": -125090 + }, + "rot": { + "x": 0, + "y": 273741, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 113, + "instId": 300006, + "propState": 0, + "pos": { + "x": 205490, + "y": 37139, + "z": -159100 + }, + "rot": { + "x": 0, + "y": 90841, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 113, + "instId": 300007, + "propState": 0, + "pos": { + "x": 198330, + "y": 28359, + "z": -139460 + }, + "rot": { + "x": 0, + "y": 125642, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "114": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 114, + "instId": 300002, + "propState": 0, + "pos": { + "x": 138750, + "y": 46498, + "z": -72820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "115": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 115, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "116": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 116, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 116, + "instId": 300002, + "propState": 0, + "pos": { + "x": 266330, + "y": 52548, + "z": -148010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 116, + "instId": 300006, + "propState": 0, + "pos": { + "x": 249990, + "y": 51679, + "z": -144881 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 116, + "instId": 300007, + "propState": 0, + "pos": { + "x": 240510, + "y": 52639, + "z": -154820 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 116, + "instId": 300004, + "propState": 0, + "pos": { + "x": 271260, + "y": 52548, + "z": -150140 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 116, + "instId": 300009, + "propState": 0, + "pos": { + "x": 238890, + "y": 52692, + "z": -171900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 116, + "instId": 300003, + "propState": 0, + "pos": { + "x": 268850, + "y": 52551, + "z": -149380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 116, + "instId": 300005, + "propState": 0, + "pos": { + "x": 231572, + "y": 47995, + "z": -133518 + }, + "rot": { + "x": 0, + "y": 246530, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 116, + "instId": 300008, + "propState": 0, + "pos": { + "x": 234450, + "y": 52441, + "z": -170200 + }, + "rot": { + "x": 0, + "y": 224327, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "117": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 117, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "118": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 118, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "119": { + "monsters": [], + "npcs": [ + { + "groupId": 119, + "instId": 400001, + "pos": { + "x": 244950, + "y": 50523, + "z": -139150 + }, + "rot": { + "x": 0, + "y": 48783, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8112201": { + "P81122_F81122001": { + "scenes": { + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300003, + "propState": 0, + "pos": { + "x": -18772, + "y": -231, + "z": 89375 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 0, + "pos": { + "x": -20369, + "y": -145, + "z": 86766 + }, + "rot": { + "x": 0, + "y": 178277, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 58, + "instId": 300006, + "propState": 0, + "pos": { + "x": -57036, + "y": -2640, + "z": 103824 + }, + "rot": { + "x": 0, + "y": 54927, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 58, + "instId": 300007, + "propState": 0, + "pos": { + "x": -57620, + "y": -2596, + "z": 106420 + }, + "rot": { + "x": 0, + "y": 73197, + "z": 0 + }, + "propId": 101003 + }, + { + "groupId": 58, + "instId": 300009, + "propState": 0, + "pos": { + "x": -80309, + "y": 1420, + "z": 124727 + }, + "rot": { + "x": 0, + "y": 316678, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 58, + "instId": 300010, + "propState": 0, + "pos": { + "x": -85234, + "y": 1335, + "z": 126341 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": -76298, + "y": 6384, + "z": 94583 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300004, + "propState": 0, + "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": 0, + "pos": { + "x": -37090, + "y": 5362, + "z": 54130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300005, + "propState": 0, + "pos": { + "x": -59220, + "y": 5350, + "z": 53660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 59, + "instId": 300006, + "propState": 0, + "pos": { + "x": -22740, + "y": 1120, + "z": 49530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 59, + "instId": 300007, + "propState": 0, + "pos": { + "x": -50800, + "y": 5383, + "z": 53430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [ + { + "groupId": 60, + "instId": 400001, + "pos": { + "x": -37190, + "y": 5393, + "z": 57680 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 60, + "instId": 300002, + "propState": 0, + "pos": { + "x": -30817, + "y": 5348, + "z": 56775 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 0, + "pos": { + "x": -30610, + "y": 5348, + "z": 52130 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 60, + "instId": 300005, + "propState": 0, + "pos": { + "x": -44820, + "y": 5457, + "z": 50630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 60, + "instId": 300003, + "propState": 0, + "pos": { + "x": -42120, + "y": 5383, + "z": 59000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 60, + "instId": 300004, + "propState": 0, + "pos": { + "x": -59220, + "y": 5350, + "z": 53660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 60, + "instId": 300006, + "propState": 0, + "pos": { + "x": -22740, + "y": 1120, + "z": 49530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 61, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 0, + "pos": { + "x": -62610, + "y": 5402, + "z": 56120 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300006, + "propState": 0, + "pos": { + "x": -48100, + "y": 5457, + "z": 57250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 61, + "instId": 300004, + "propState": 0, + "pos": { + "x": -62740, + "y": 5402, + "z": 50790 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300007, + "propState": 0, + "pos": { + "x": -43480, + "y": 5397, + "z": 59320 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 0, + "pos": { + "x": -47460, + "y": 5450, + "z": 50690 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 61, + "instId": 300005, + "propState": 0, + "pos": { + "x": -62330, + "y": 5261, + "z": 53340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 61, + "instId": 300008, + "propState": 0, + "pos": { + "x": -63740, + "y": 5350, + "z": 65780 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 61, + "instId": 300009, + "propState": 0, + "pos": { + "x": -22740, + "y": 1120, + "z": 49530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 62, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 0, + "pos": { + "x": -62570, + "y": 5402, + "z": 56630 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 62, + "instId": 300006, + "propState": 0, + "pos": { + "x": -48100, + "y": 5457, + "z": 57250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 62, + "instId": 300004, + "propState": 0, + "pos": { + "x": -62740, + "y": 5402, + "z": 50790 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 62, + "instId": 300007, + "propState": 0, + "pos": { + "x": -43533, + "y": 5388, + "z": 59089 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 62, + "instId": 300003, + "propState": 0, + "pos": { + "x": -47420, + "y": 5448, + "z": 50710 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 62, + "instId": 300005, + "propState": 0, + "pos": { + "x": -61990, + "y": 5266, + "z": 53340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300008, + "propState": 0, + "pos": { + "x": -63740, + "y": 5350, + "z": 65780 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 62, + "instId": 300009, + "propState": 0, + "pos": { + "x": -22740, + "y": 1120, + "z": 49530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 0, + "pos": { + "x": -37060, + "y": -120, + "z": 65600 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 64, + "instId": 300004, + "propState": 0, + "pos": { + "x": -32180, + "y": -120, + "z": 65440 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 0, + "pos": { + "x": -34908, + "y": -101, + "z": 71706 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300005, + "propState": 0, + "pos": { + "x": -34880, + "y": -2561, + "z": 97100 + }, + "rot": { + "x": 0, + "y": 359749, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 64, + "instId": 300006, + "propState": 0, + "pos": { + "x": -26950, + "y": -2561, + "z": 93170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 64, + "instId": 300007, + "propState": 0, + "pos": { + "x": -30450, + "y": -721, + "z": 75170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 64, + "instId": 300008, + "propState": 0, + "pos": { + "x": -38800, + "y": -887, + "z": 76430 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [ + { + "groupId": 65, + "instId": 400001, + "pos": { + "x": -31510, + "y": -1400, + "z": 81590 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 65, + "instId": 300002, + "propState": 0, + "pos": { + "x": -32010, + "y": -2487, + "z": 87100 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 65, + "instId": 300001, + "propState": 0, + "pos": { + "x": -37140, + "y": -2189, + "z": 86760 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 65, + "instId": 300005, + "propState": 0, + "pos": { + "x": -30590, + "y": -615, + "z": 74480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 65, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39070, + "y": -722, + "z": 76140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 65, + "instId": 300004, + "propState": 0, + "pos": { + "x": -35212, + "y": -2561, + "z": 89186 + }, + "rot": { + "x": 0, + "y": 359749, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 0, + "pos": { + "x": -37100, + "y": -93, + "z": 64600 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 66, + "instId": 300006, + "propState": 0, + "pos": { + "x": -38916, + "y": -866, + "z": 76277 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 66, + "instId": 300004, + "propState": 0, + "pos": { + "x": -32030, + "y": -120, + "z": 64300 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 66, + "instId": 300007, + "propState": 0, + "pos": { + "x": -39518, + "y": -1897, + "z": 82551 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 66, + "instId": 300003, + "propState": 0, + "pos": { + "x": -30830, + "y": -1219, + "z": 78180 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 66, + "instId": 300005, + "propState": 0, + "pos": { + "x": -34730, + "y": -101, + "z": 65320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300008, + "propState": 0, + "pos": { + "x": -34880, + "y": -2561, + "z": 97100 + }, + "rot": { + "x": 0, + "y": 359749, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 66, + "instId": 300009, + "propState": 0, + "pos": { + "x": -26950, + "y": -2561, + "z": 93170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 68, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 0, + "pos": { + "x": -32010, + "y": -2487, + "z": 87100 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 0, + "pos": { + "x": -38916, + "y": -791, + "z": 76277 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 0, + "pos": { + "x": -37140, + "y": -2189, + "z": 86760 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300007, + "propState": 0, + "pos": { + "x": -30290, + "y": -450, + "z": 73550 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 0, + "pos": { + "x": -30610, + "y": -1174, + "z": 77880 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 0, + "pos": { + "x": -34770, + "y": -2535, + "z": 86880 + }, + "rot": { + "x": 0, + "y": 178833, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300008, + "propState": 0, + "pos": { + "x": -35212, + "y": -2561, + "z": 89186 + }, + "rot": { + "x": 0, + "y": 359749, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [ + { + "groupId": 69, + "instId": 400001, + "pos": { + "x": -36630, + "y": -2570, + "z": 113741 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 69, + "instId": 300002, + "propState": 0, + "pos": { + "x": -34090, + "y": -2637, + "z": 118840 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1021 + }, + { + "groupId": 69, + "instId": 300004, + "propState": 0, + "pos": { + "x": -40540, + "y": -2715, + "z": 109190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 69, + "instId": 300012, + "propState": 0, + "pos": { + "x": -45610, + "y": -2715, + "z": 108160 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 69, + "instId": 300013, + "propState": 0, + "pos": { + "x": -44850, + "y": -2715, + "z": 107640 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 69, + "instId": 300015, + "propState": 0, + "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": 0, + "pos": { + "x": -55580, + "y": -2447, + "z": 119250 + }, + "rot": { + "x": 0, + "y": 270842, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 0, + "pos": { + "x": -34056, + "y": -2508, + "z": 101190 + }, + "rot": { + "x": 0, + "y": 180841, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 69, + "instId": 300005, + "propState": 0, + "pos": { + "x": -57036, + "y": -2640, + "z": 103824 + }, + "rot": { + "x": 0, + "y": 54927, + "z": 0 + }, + "propId": 101004 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 70, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 0, + "pos": { + "x": 2170, + "y": 1773, + "z": 67470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 0, + "pos": { + "x": -3290, + "y": -61, + "z": 111820 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300007, + "propState": 0, + "pos": { + "x": 4770, + "y": -109, + "z": 99920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 0, + "pos": { + "x": -2300, + "y": 1731, + "z": 68170 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 70, + "instId": 300009, + "propState": 0, + "pos": { + "x": -10, + "y": 1857, + "z": 76760 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300003, + "propState": 0, + "pos": { + "x": 140, + "y": 1749, + "z": 67790 + }, + "rot": { + "x": 0, + "y": 356584, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300005, + "propState": 0, + "pos": { + "x": -6450, + "y": 1763, + "z": 66610 + }, + "rot": { + "x": 0, + "y": 87416, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 70, + "instId": 300008, + "propState": 0, + "pos": { + "x": -8150, + "y": -218, + "z": 104130 + }, + "rot": { + "x": 0, + "y": 214310, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 70, + "instId": 300010, + "propState": 0, + "pos": { + "x": -8190, + "y": -218, + "z": 123990 + }, + "rot": { + "x": 0, + "y": 177680, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 70, + "instId": 300011, + "propState": 0, + "pos": { + "x": -18772, + "y": -231, + "z": 89375 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 71, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 0, + "pos": { + "x": -5420, + "y": -203, + "z": 120830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 0, + "pos": { + "x": -2030, + "y": -203, + "z": 118980 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 73, + "instId": 300005, + "propState": 0, + "pos": { + "x": -7940, + "y": -179, + "z": 124510 + }, + "rot": { + "x": 0, + "y": 359749, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 73, + "instId": 300006, + "propState": 0, + "pos": { + "x": -18772, + "y": -231, + "z": 89375 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 73, + "instId": 300007, + "propState": 0, + "pos": { + "x": -1780, + "y": -179, + "z": 105760 + }, + "rot": { + "x": 0, + "y": 284749, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 73, + "instId": 300008, + "propState": 0, + "pos": { + "x": -15490, + "y": -200, + "z": 94400 + }, + "rot": { + "x": 0, + "y": 89749, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 73, + "instId": 300009, + "propState": 0, + "pos": { + "x": -2970, + "y": -97, + "z": 109560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 73, + "instId": 300010, + "propState": 0, + "pos": { + "x": -8590, + "y": -95, + "z": 108680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 0, + "pos": { + "x": -4939, + "y": -230, + "z": 117231 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5640, + "y": -2506, + "z": 151570 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 0, + "pos": { + "x": -10242, + "y": -2573, + "z": 136353 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300007, + "propState": 0, + "pos": { + "x": -5670, + "y": -2581, + "z": 149080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 0, + "pos": { + "x": 7016, + "y": -2506, + "z": 146985 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300009, + "propState": 0, + "pos": { + "x": -25080, + "y": -2503, + "z": 140020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 0, + "pos": { + "x": 6130, + "y": -2531, + "z": 149290 + }, + "rot": { + "x": 0, + "y": 356584, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 0, + "pos": { + "x": -10370, + "y": -2558, + "z": 151160 + }, + "rot": { + "x": 0, + "y": 161564, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 74, + "instId": 300008, + "propState": 0, + "pos": { + "x": -7990, + "y": -2596, + "z": 131330 + }, + "rot": { + "x": 0, + "y": 181993, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 74, + "instId": 300010, + "propState": 0, + "pos": { + "x": 13590, + "y": -2564, + "z": 153810 + }, + "rot": { + "x": 0, + "y": 71564, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 75, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 76, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 77, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300002, + "propState": 0, + "pos": { + "x": -25890, + "y": -2550, + "z": 126270 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 77, + "instId": 300006, + "propState": 0, + "pos": { + "x": -10290, + "y": -2573, + "z": 136380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 77, + "instId": 300007, + "propState": 0, + "pos": { + "x": -5670, + "y": -2581, + "z": 149080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 77, + "instId": 300004, + "propState": 0, + "pos": { + "x": -29800, + "y": -2550, + "z": 128470 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 77, + "instId": 300009, + "propState": 0, + "pos": { + "x": -25080, + "y": -2576, + "z": 140020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 0, + "pos": { + "x": -27957, + "y": -2558, + "z": 127504 + }, + "rot": { + "x": 0, + "y": 356584, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300005, + "propState": 0, + "pos": { + "x": -10370, + "y": -2558, + "z": 151160 + }, + "rot": { + "x": 0, + "y": 161564, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 77, + "instId": 300008, + "propState": 0, + "pos": { + "x": -7990, + "y": -2596, + "z": 131330 + }, + "rot": { + "x": 0, + "y": 181993, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 77, + "instId": 300010, + "propState": 0, + "pos": { + "x": 13590, + "y": -2564, + "z": 153810 + }, + "rot": { + "x": 0, + "y": 71564, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300002, + "propState": 0, + "pos": { + "x": -12240, + "y": -2626, + "z": 138020 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 80, + "instId": 300006, + "propState": 0, + "pos": { + "x": -38916, + "y": -791, + "z": 76277 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 80, + "instId": 300004, + "propState": 0, + "pos": { + "x": -13790, + "y": -2626, + "z": 141820 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 80, + "instId": 300007, + "propState": 0, + "pos": { + "x": -30400, + "y": -686, + "z": 74960 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 80, + "instId": 300003, + "propState": 0, + "pos": { + "x": -30830, + "y": -1219, + "z": 78180 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 80, + "instId": 300005, + "propState": 0, + "pos": { + "x": -12700, + "y": -2534, + "z": 140180 + }, + "rot": { + "x": 0, + "y": 178833, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300009, + "propState": 0, + "pos": { + "x": -10370, + "y": -2558, + "z": 151160 + }, + "rot": { + "x": 0, + "y": 161564, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 80, + "instId": 300010, + "propState": 0, + "pos": { + "x": -7990, + "y": -2596, + "z": 131330 + }, + "rot": { + "x": 0, + "y": 181993, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 80, + "instId": 300008, + "propState": 0, + "pos": { + "x": -19090, + "y": -2555, + "z": 140100 + }, + "rot": { + "x": 0, + "y": 71564, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 81, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 0, + "pos": { + "x": -8271, + "y": 1044, + "z": 169152 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 81, + "instId": 300004, + "propState": 0, + "pos": { + "x": -6051, + "y": 1044, + "z": 165622 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 81, + "instId": 300003, + "propState": 0, + "pos": { + "x": -9970, + "y": 964, + "z": 165280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300005, + "propState": 0, + "pos": { + "x": -21840, + "y": 1530, + "z": 170550 + }, + "rot": { + "x": 0, + "y": 299749, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 81, + "instId": 300006, + "propState": 0, + "pos": { + "x": -11550, + "y": -125, + "z": 153680 + }, + "rot": { + "x": 0, + "y": 342160, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 81, + "instId": 300008, + "propState": 0, + "pos": { + "x": -9700, + "y": 1062, + "z": 158200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 81, + "instId": 300009, + "propState": 0, + "pos": { + "x": -17680, + "y": 1070, + "z": 166230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [ + { + "groupId": 82, + "instId": 400001, + "pos": { + "x": -19590, + "y": 969, + "z": 162240 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 82, + "instId": 300002, + "propState": 0, + "pos": { + "x": -22170, + "y": 998, + "z": 154980 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300001, + "propState": 0, + "pos": { + "x": -24530, + "y": 998, + "z": 158720 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300005, + "propState": 0, + "pos": { + "x": -9653, + "y": 1065, + "z": 158133 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300003, + "propState": 0, + "pos": { + "x": -17670, + "y": 1085, + "z": 166230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300004, + "propState": 0, + "pos": { + "x": -21840, + "y": 1530, + "z": 170550 + }, + "rot": { + "x": 0, + "y": 299749, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 82, + "instId": 300006, + "propState": 0, + "pos": { + "x": -11550, + "y": -125, + "z": 153680 + }, + "rot": { + "x": 0, + "y": 342160, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 83, + "instId": 300004, + "propState": 0, + "pos": { + "x": -54540, + "y": 13470, + "z": 153060 + }, + "rot": { + "x": 0, + "y": 29988, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 83, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -52970, + "y": 13470, + "z": 158250 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 83, + "instId": 300005, + "propState": 0, + "pos": { + "x": -38480, + "y": 8130, + "z": 153930 + }, + "rot": { + "x": 0, + "y": 72142, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 83, + "instId": 300006, + "propState": 0, + "pos": { + "x": -66220, + "y": 12897, + "z": 158740 + }, + "rot": { + "x": 0, + "y": 42139, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 84, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 85, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 0, + "pos": { + "x": 2170, + "y": 1773, + "z": 67470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300006, + "propState": 0, + "pos": { + "x": -3290, + "y": -61, + "z": 111820 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 85, + "instId": 300007, + "propState": 0, + "pos": { + "x": 4770, + "y": -109, + "z": 99920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 85, + "instId": 300004, + "propState": 0, + "pos": { + "x": -2300, + "y": 1731, + "z": 68170 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300009, + "propState": 0, + "pos": { + "x": -10, + "y": 1857, + "z": 76760 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 0, + "pos": { + "x": 1590, + "y": 1749, + "z": 70920 + }, + "rot": { + "x": 0, + "y": 356584, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 85, + "instId": 300005, + "propState": 0, + "pos": { + "x": -6450, + "y": 1763, + "z": 66610 + }, + "rot": { + "x": 0, + "y": 87416, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 85, + "instId": 300008, + "propState": 0, + "pos": { + "x": -8150, + "y": -218, + "z": 104130 + }, + "rot": { + "x": 0, + "y": 214310, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 85, + "instId": 300010, + "propState": 0, + "pos": { + "x": -8190, + "y": -218, + "z": 123990 + }, + "rot": { + "x": 0, + "y": 177680, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 85, + "instId": 300011, + "propState": 0, + "pos": { + "x": -18772, + "y": -231, + "z": 89375 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + } + ], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 86, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 87, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "88": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 88, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 0, + "pos": { + "x": -88387, + "y": 6250, + "z": 90649 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 88, + "instId": 300006, + "propState": 0, + "pos": { + "x": -49018, + "y": 5425, + "z": 56148 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 88, + "instId": 300007, + "propState": 0, + "pos": { + "x": -60832, + "y": 5441, + "z": 68824 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 88, + "instId": 300004, + "propState": 0, + "pos": { + "x": -85850, + "y": 6128, + "z": 92530 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 88, + "instId": 300009, + "propState": 0, + "pos": { + "x": -78080, + "y": 6228, + "z": 80905 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 88, + "instId": 300003, + "propState": 0, + "pos": { + "x": -87000, + "y": 6137, + "z": 91490 + }, + "rot": { + "x": 0, + "y": 128591, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300005, + "propState": 0, + "pos": { + "x": -87210, + "y": 6130, + "z": 92720 + }, + "rot": { + "x": 0, + "y": 142424, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 88, + "instId": 300008, + "propState": 0, + "pos": { + "x": -22740, + "y": 1120, + "z": 49530 + }, + "rot": { + "x": 0, + "y": 92521, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "89": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 89, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 90, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [ + { + "groupId": 91, + "instId": 400001, + "pos": { + "x": -8553, + "y": -53, + "z": 112046 + }, + "rot": { + "x": 0, + "y": 18784, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8112301": { + "P81123_F81123001": { + "scenes": { + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 60, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8113101": { + "P81131_F81131001": { + "scenes": { + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 220, + "y": 1010, + "z": -182630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 10, + "instId": 300026, + "propState": 0, + "pos": { + "x": 2770, + "y": 1010, + "z": -181438 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101003 + }, + { + "groupId": 10, + "instId": 300013, + "propState": 0, + "pos": { + "x": -47490, + "y": -980, + "z": -180110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": -117480, + "y": -2110, + "z": -94100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 0, + "pos": { + "x": -54130, + "y": -111, + "z": -91720 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 66, + "instId": 300006, + "propState": 0, + "pos": { + "x": -102056, + "y": -2114, + "z": -91310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 66, + "instId": 300007, + "propState": 0, + "pos": { + "x": -82814, + "y": -111, + "z": -91896 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 66, + "instId": 300004, + "propState": 0, + "pos": { + "x": -54110, + "y": -111, + "z": -95910 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 66, + "instId": 300009, + "propState": 0, + "pos": { + "x": -65190, + "y": -111, + "z": -92832 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 66, + "instId": 300003, + "propState": 0, + "pos": { + "x": -54020, + "y": -111, + "z": -93910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300005, + "propState": 0, + "pos": { + "x": -117480, + "y": -2110, + "z": -94100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 66, + "instId": 300008, + "propState": 0, + "pos": { + "x": -52110, + "y": -111, + "z": -94180 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 66, + "instId": 300010, + "propState": 0, + "pos": { + "x": -76080, + "y": -111, + "z": -82650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 68, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 69, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 0, + "pos": { + "x": -122942, + "y": -958, + "z": -171806 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 69, + "instId": 300006, + "propState": 0, + "pos": { + "x": -101288, + "y": -958, + "z": -172840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 69, + "instId": 300007, + "propState": 0, + "pos": { + "x": -80662, + "y": -951, + "z": -172285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 69, + "instId": 300004, + "propState": 0, + "pos": { + "x": -122930, + "y": -958, + "z": -166990 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 69, + "instId": 300009, + "propState": 0, + "pos": { + "x": -58215, + "y": -985, + "z": -163718 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 0, + "pos": { + "x": -122910, + "y": -958, + "z": -169350 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300005, + "propState": 0, + "pos": { + "x": -47490, + "y": -980, + "z": -180110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101005 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 70, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 71, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 0, + "pos": { + "x": -12870, + "y": -985, + "z": -232700 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 72, + "instId": 300006, + "propState": 0, + "pos": { + "x": 4091, + "y": -985, + "z": -237298 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 72, + "instId": 300007, + "propState": 0, + "pos": { + "x": 17060, + "y": -985, + "z": -222055 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 72, + "instId": 300004, + "propState": 0, + "pos": { + "x": -12800, + "y": -985, + "z": -229760 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 72, + "instId": 300009, + "propState": 0, + "pos": { + "x": 12356, + "y": -985, + "z": -204065 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 72, + "instId": 300003, + "propState": 0, + "pos": { + "x": -12860, + "y": -985, + "z": -231360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300005, + "propState": 0, + "pos": { + "x": 8184, + "y": -985, + "z": -208100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 72, + "instId": 300008, + "propState": 0, + "pos": { + "x": 16430, + "y": 1007, + "z": -187840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 75, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300002, + "propState": 0, + "pos": { + "x": -122942, + "y": -958, + "z": -171806 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 75, + "instId": 300006, + "propState": 0, + "pos": { + "x": -101288, + "y": -958, + "z": -172840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 75, + "instId": 300007, + "propState": 0, + "pos": { + "x": -80662, + "y": -951, + "z": -172285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 75, + "instId": 300004, + "propState": 0, + "pos": { + "x": -122930, + "y": -958, + "z": -166990 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 75, + "instId": 300009, + "propState": 0, + "pos": { + "x": -109844, + "y": -958, + "z": -165516 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 75, + "instId": 300003, + "propState": 0, + "pos": { + "x": -122860, + "y": -958, + "z": -169480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300005, + "propState": 0, + "pos": { + "x": -47490, + "y": -980, + "z": -180110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 75, + "instId": 300008, + "propState": 0, + "pos": { + "x": -62170, + "y": -985, + "z": -169130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 76, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 77, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 0, + "pos": { + "x": -28150, + "y": -3000, + "z": -109030 + }, + "rot": { + "x": 0, + "y": 2267, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 78, + "instId": 300006, + "propState": 0, + "pos": { + "x": -35180, + "y": -3000, + "z": -101190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 78, + "instId": 300004, + "propState": 0, + "pos": { + "x": -24340, + "y": -3030, + "z": -107660 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 78, + "instId": 300007, + "propState": 0, + "pos": { + "x": -27990, + "y": -3000, + "z": -94740 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 78, + "instId": 300003, + "propState": 0, + "pos": { + "x": -32610, + "y": 6397, + "z": 105370 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 78, + "instId": 300005, + "propState": 0, + "pos": { + "x": -26330, + "y": -3000, + "z": -108440 + }, + "rot": { + "x": 0, + "y": 344179, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300008, + "propState": 0, + "pos": { + "x": -39100, + "y": -3000, + "z": -93910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "79": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300002, + "propState": 0, + "pos": { + "x": -24240, + "y": -3000, + "z": -107610 + }, + "rot": { + "x": 0, + "y": 312292, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 79, + "instId": 300006, + "propState": 0, + "pos": { + "x": -35180, + "y": -3000, + "z": -101190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 79, + "instId": 300004, + "propState": 0, + "pos": { + "x": -28150, + "y": -3000, + "z": -108960 + }, + "rot": { + "x": 0, + "y": 7819, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 79, + "instId": 300007, + "propState": 0, + "pos": { + "x": -28050, + "y": -3000, + "z": -94760 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 79, + "instId": 300003, + "propState": 0, + "pos": { + "x": -32610, + "y": 6397, + "z": 105370 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 79, + "instId": 300005, + "propState": 0, + "pos": { + "x": -26310, + "y": -3000, + "z": -108340 + }, + "rot": { + "x": 0, + "y": 344179, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300008, + "propState": 0, + "pos": { + "x": -39100, + "y": -3000, + "z": -93910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 81, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 0, + "pos": { + "x": -122880, + "y": -958, + "z": -171790 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 81, + "instId": 300006, + "propState": 0, + "pos": { + "x": -105620, + "y": -958, + "z": -165510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 81, + "instId": 300004, + "propState": 0, + "pos": { + "x": -122883, + "y": -958, + "z": -166981 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 81, + "instId": 300007, + "propState": 0, + "pos": { + "x": -109480, + "y": -958, + "z": -172770 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 81, + "instId": 300003, + "propState": 0, + "pos": { + "x": -32610, + "y": 6397, + "z": 105370 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 81, + "instId": 300005, + "propState": 0, + "pos": { + "x": -122920, + "y": -958, + "z": -169540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 81, + "instId": 300008, + "propState": 0, + "pos": { + "x": -93930, + "y": -958, + "z": -169130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 82, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 0, + "pos": { + "x": -122880, + "y": -958, + "z": -171790 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300006, + "propState": 0, + "pos": { + "x": -105670, + "y": -958, + "z": -165536 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300004, + "propState": 0, + "pos": { + "x": -122883, + "y": -958, + "z": -166981 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300007, + "propState": 0, + "pos": { + "x": -109530, + "y": -958, + "z": -172760 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300003, + "propState": 0, + "pos": { + "x": -32610, + "y": 6397, + "z": 105370 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300005, + "propState": 0, + "pos": { + "x": -122840, + "y": -958, + "z": -169480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300008, + "propState": 0, + "pos": { + "x": -93930, + "y": -958, + "z": -169130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 83, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 84, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300002, + "propState": 0, + "pos": { + "x": -23510, + "y": -985, + "z": -194430 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 84, + "instId": 300006, + "propState": 0, + "pos": { + "x": -33849, + "y": -985, + "z": -198670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 84, + "instId": 300004, + "propState": 0, + "pos": { + "x": -23480, + "y": -985, + "z": -198190 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 84, + "instId": 300007, + "propState": 0, + "pos": { + "x": -37450, + "y": -985, + "z": -193540 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 84, + "instId": 300003, + "propState": 0, + "pos": { + "x": -32610, + "y": 6397, + "z": 105370 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 84, + "instId": 300005, + "propState": 0, + "pos": { + "x": -23330, + "y": -985, + "z": -196390 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300008, + "propState": 0, + "pos": { + "x": -47490, + "y": -980, + "z": -180110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 84, + "instId": 300009, + "propState": 0, + "pos": { + "x": -18170, + "y": -985, + "z": -207730 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [ + { + "groupId": 85, + "instId": 400001, + "pos": { + "x": -29500, + "y": -3000, + "z": -91370 + }, + "rot": { + "x": 0, + "y": 180716, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 85, + "instId": 300002, + "propState": 0, + "pos": { + "x": -36350, + "y": -3000, + "z": -87700 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 0, + "pos": { + "x": -31560, + "y": -3000, + "z": -86320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300005, + "propState": 0, + "pos": { + "x": -27440, + "y": -3000, + "z": -98710 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 0, + "pos": { + "x": -36050, + "y": -3000, + "z": -98050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 85, + "instId": 300004, + "propState": 0, + "pos": { + "x": -39100, + "y": -3000, + "z": -93910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [ + { + "groupId": 86, + "instId": 400001, + "pos": { + "x": -33200, + "y": -985, + "z": -196406 + }, + "rot": { + "x": 0, + "y": 249829, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 86, + "instId": 300002, + "propState": 0, + "pos": { + "x": -28610, + "y": -985, + "z": -194330 + }, + "rot": { + "x": 0, + "y": 256118, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 86, + "instId": 300001, + "propState": 0, + "pos": { + "x": -28400, + "y": -985, + "z": -198020 + }, + "rot": { + "x": 0, + "y": 280736, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 86, + "instId": 300005, + "propState": 0, + "pos": { + "x": -41600, + "y": -985, + "z": -198960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300003, + "propState": 0, + "pos": { + "x": -37510, + "y": -985, + "z": -193560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 86, + "instId": 300004, + "propState": 0, + "pos": { + "x": -47490, + "y": -980, + "z": -180110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 86, + "instId": 300006, + "propState": 0, + "pos": { + "x": -18170, + "y": -985, + "z": -207730 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [ + { + "groupId": 87, + "instId": 400001, + "pos": { + "x": 10170, + "y": -985, + "z": -210650 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 87, + "instId": 300002, + "propState": 0, + "pos": { + "x": 15580, + "y": -985, + "z": -206040 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 87, + "instId": 300001, + "propState": 0, + "pos": { + "x": 15550, + "y": -985, + "z": -209620 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 87, + "instId": 300005, + "propState": 0, + "pos": { + "x": 6440, + "y": -985, + "z": -204900 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 87, + "instId": 300003, + "propState": 0, + "pos": { + "x": 2410, + "y": -985, + "z": -211140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 87, + "instId": 300006, + "propState": 0, + "pos": { + "x": 14400, + "y": -985, + "z": -203540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 87, + "instId": 300007, + "propState": 0, + "pos": { + "x": -9810, + "y": -985, + "z": -208090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 87, + "instId": 300008, + "propState": 0, + "pos": { + "x": 14400, + "y": -985, + "z": -212620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "88": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 88, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300002, + "propState": 0, + "pos": { + "x": -29900, + "y": -3020, + "z": -107360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 88, + "instId": 300004, + "propState": 0, + "pos": { + "x": -25210, + "y": -3018, + "z": -105870 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 88, + "instId": 300003, + "propState": 0, + "pos": { + "x": -28590, + "y": -3030, + "z": -103890 + }, + "rot": { + "x": 0, + "y": 337082, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300005, + "propState": 0, + "pos": { + "x": -39100, + "y": -3000, + "z": -93910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 88, + "instId": 300006, + "propState": 0, + "pos": { + "x": -27570, + "y": -3000, + "z": -97730 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 88, + "instId": 300007, + "propState": 0, + "pos": { + "x": -35650, + "y": -3000, + "z": -99520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "89": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 89, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 0, + "pos": { + "x": -121000, + "y": -958, + "z": -166700 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 89, + "instId": 300004, + "propState": 0, + "pos": { + "x": -120990, + "y": -958, + "z": -172590 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 89, + "instId": 300003, + "propState": 0, + "pos": { + "x": -117870, + "y": -958, + "z": -169360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 89, + "instId": 300005, + "propState": 0, + "pos": { + "x": -93810, + "y": -958, + "z": -168960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 89, + "instId": 300006, + "propState": 0, + "pos": { + "x": -109580, + "y": -936, + "z": -172740 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 89, + "instId": 300007, + "propState": 0, + "pos": { + "x": -109750, + "y": -936, + "z": -165530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 90, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 0, + "pos": { + "x": -78000, + "y": -111, + "z": -69570 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 90, + "instId": 300004, + "propState": 0, + "pos": { + "x": -73460, + "y": -111, + "z": -69560 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 90, + "instId": 300003, + "propState": 0, + "pos": { + "x": -75770, + "y": -111, + "z": -72850 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 90, + "instId": 300005, + "propState": 0, + "pos": { + "x": -75450, + "y": -111, + "z": -95010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 90, + "instId": 300006, + "propState": 0, + "pos": { + "x": -75450, + "y": -111, + "z": -63520 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 90, + "instId": 300008, + "propState": 0, + "pos": { + "x": -73780, + "y": -111, + "z": -81840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 90, + "instId": 300009, + "propState": 0, + "pos": { + "x": -78903, + "y": -111, + "z": -81523 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 91, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300004, + "propState": 0, + "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": 0, + "pos": { + "x": -116400, + "y": -958, + "z": -169370 + }, + "rot": { + "x": 0, + "y": 86892, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300005, + "propState": 0, + "pos": { + "x": -94010, + "y": -958, + "z": -169670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [ + { + "groupId": 92, + "instId": 400001, + "pos": { + "x": 100070, + "y": 2014, + "z": -97280 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 92, + "instId": 300002, + "propState": 0, + "pos": { + "x": 104730, + "y": 2014, + "z": -94210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1021 + }, + { + "groupId": 92, + "instId": 300004, + "propState": 0, + "pos": { + "x": 94660, + "y": 2014, + "z": -99460 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 92, + "instId": 300012, + "propState": 0, + "pos": { + "x": 89220, + "y": 2014, + "z": -97027 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 92, + "instId": 300013, + "propState": 0, + "pos": { + "x": 89988, + "y": 2014, + "z": -97006 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 92, + "instId": 300015, + "propState": 0, + "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": 0, + "pos": { + "x": 76440, + "y": 2014, + "z": -94080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 0, + "pos": { + "x": 106930, + "y": 2014, + "z": -94080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 94, + "instId": 300004, + "propState": 0, + "pos": { + "x": -122450, + "y": -958, + "z": -172480 + }, + "rot": { + "x": 0, + "y": 74894, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 94, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 97, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 97, + "instId": 300002, + "propState": 0, + "pos": { + "x": -122942, + "y": -958, + "z": -171806 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 97, + "instId": 300006, + "propState": 0, + "pos": { + "x": -101288, + "y": -958, + "z": -172840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 97, + "instId": 300007, + "propState": 0, + "pos": { + "x": -80662, + "y": -951, + "z": -172285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 97, + "instId": 300004, + "propState": 0, + "pos": { + "x": -122930, + "y": -958, + "z": -166990 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 97, + "instId": 300009, + "propState": 0, + "pos": { + "x": -58215, + "y": -985, + "z": -163718 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 97, + "instId": 300003, + "propState": 0, + "pos": { + "x": -122960, + "y": -958, + "z": -169440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 97, + "instId": 300005, + "propState": 0, + "pos": { + "x": -47490, + "y": -980, + "z": -180110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101005 + } + ], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 98, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 99, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [ + { + "groupId": 100, + "instId": 400001, + "pos": { + "x": -56412, + "y": -985, + "z": -169675 + }, + "rot": { + "x": 0, + "y": 33783, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8113201": { + "P81132_F81132001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": 109772, + "y": -5028, + "z": 318110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 5410, + "y": 0, + "z": 68460 + }, + "rot": { + "x": 0, + "y": 225620, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 0, + "pos": { + "x": 6013, + "y": -58, + "z": 65581 + }, + "rot": { + "x": 0, + "y": 280550, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": 38990, + "y": 3942, + "z": 202570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 2, + "instId": 300019, + "propState": 0, + "pos": { + "x": 35920, + "y": 3942, + "z": 204610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 2, + "instId": 300008, + "propState": 0, + "pos": { + "x": 80880, + "y": -5026, + "z": 291460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 2, + "instId": 300009, + "propState": 0, + "pos": { + "x": 83660, + "y": -5026, + "z": 284900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 2, + "instId": 300010, + "propState": 0, + "pos": { + "x": 120824, + "y": -4968, + "z": 329588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 2, + "instId": 300011, + "propState": 0, + "pos": { + "x": 118130, + "y": -5031, + "z": 335530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 2, + "instId": 300012, + "propState": 0, + "pos": { + "x": 32930, + "y": -2833, + "z": 302940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 2, + "instId": 300013, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 0, + "pos": { + "x": 70070, + "y": 1907, + "z": 94760 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 56, + "instId": 300004, + "propState": 0, + "pos": { + "x": 69960, + "y": 1907, + "z": 89470 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 56, + "instId": 300007, + "propState": 0, + "pos": { + "x": 51202, + "y": 1942, + "z": 95059 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 0, + "pos": { + "x": 55501, + "y": 1942, + "z": 88680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 56, + "instId": 300005, + "propState": 0, + "pos": { + "x": 72480, + "y": 1942, + "z": 92210 + }, + "rot": { + "x": 0, + "y": 269965, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 56, + "instId": 300008, + "propState": 0, + "pos": { + "x": 38180, + "y": 1940, + "z": 92190 + }, + "rot": { + "x": 0, + "y": 269965, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 56, + "instId": 300009, + "propState": 0, + "pos": { + "x": 69220, + "y": 1942, + "z": 92120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 57, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 0, + "pos": { + "x": 35850, + "y": 3965, + "z": 129530 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 57, + "instId": 300006, + "propState": 0, + "pos": { + "x": 29729, + "y": 3965, + "z": 144440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 57, + "instId": 300004, + "propState": 0, + "pos": { + "x": 30167, + "y": 3965, + "z": 129612 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 57, + "instId": 300007, + "propState": 0, + "pos": { + "x": 29700, + "y": 3965, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 0, + "pos": { + "x": 36270, + "y": 3965, + "z": 141840 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 57, + "instId": 300005, + "propState": 0, + "pos": { + "x": 32890, + "y": 3730, + "z": 129938 + }, + "rot": { + "x": 0, + "y": 2, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300008, + "propState": 0, + "pos": { + "x": 33040, + "y": 3942, + "z": 157150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 57, + "instId": 300009, + "propState": 0, + "pos": { + "x": 68550, + "y": 3940, + "z": 143000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 57, + "instId": 300010, + "propState": 0, + "pos": { + "x": 33000, + "y": 4000, + "z": 124360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + } + ], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "pos": { + "x": 30390, + "y": 3940, + "z": 122230 + }, + "rot": { + "x": 0, + "y": 164998, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 0, + "pos": { + "x": 35780, + "y": 3940, + "z": 122148 + }, + "rot": { + "x": 0, + "y": 194998, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 58, + "instId": 300007, + "propState": 0, + "pos": { + "x": 29816, + "y": 3940, + "z": 105951 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 0, + "pos": { + "x": 36059, + "y": 3940, + "z": 111254 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 58, + "instId": 300005, + "propState": 0, + "pos": { + "x": 33050, + "y": 3940, + "z": 122350 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300008, + "propState": 0, + "pos": { + "x": 28550, + "y": 1942, + "z": 106850 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 58, + "instId": 300009, + "propState": 0, + "pos": { + "x": 21890, + "y": 1940, + "z": 84750 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 58, + "instId": 300011, + "propState": 0, + "pos": { + "x": 33000, + "y": 4000, + "z": 124360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 58, + "instId": 300010, + "propState": 0, + "pos": { + "x": 40320, + "y": 1940, + "z": 92020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [ + { + "groupId": 59, + "instId": 400001, + "pos": { + "x": 12870, + "y": -58, + "z": 77920 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 59, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11510, + "y": -58, + "z": 71427 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 9123, + "y": -58, + "z": 74257 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 59, + "instId": 300005, + "propState": 0, + "pos": { + "x": 19069, + "y": 1940, + "z": 84746 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": 16370, + "y": -58, + "z": 75670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 59, + "instId": 300004, + "propState": 0, + "pos": { + "x": 5410, + "y": 0, + "z": 68460 + }, + "rot": { + "x": 0, + "y": 225620, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 59, + "instId": 300006, + "propState": 0, + "pos": { + "x": 28150, + "y": 1940, + "z": 90750 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [ + { + "groupId": 60, + "instId": 400001, + "pos": { + "x": 320, + "y": 1942, + "z": 110140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 60, + "instId": 300002, + "propState": 0, + "pos": { + "x": -9860, + "y": 1942, + "z": 105240 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 60, + "instId": 300001, + "propState": 0, + "pos": { + "x": -9850, + "y": 1942, + "z": 109650 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 60, + "instId": 300005, + "propState": 0, + "pos": { + "x": 9795, + "y": 1942, + "z": 111093 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 60, + "instId": 300003, + "propState": 0, + "pos": { + "x": 5070, + "y": 1942, + "z": 103060 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 60, + "instId": 300004, + "propState": 0, + "pos": { + "x": -13010, + "y": 1942, + "z": 107360 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 60, + "instId": 300006, + "propState": 0, + "pos": { + "x": 1702, + "y": 1942, + "z": 104127 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 60, + "instId": 300007, + "propState": 0, + "pos": { + "x": 28430, + "y": 3940, + "z": 107310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [ + { + "groupId": 61, + "instId": 400001, + "pos": { + "x": 36281, + "y": 3942, + "z": 214189 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 61, + "instId": 300002, + "propState": 0, + "pos": { + "x": 40810, + "y": 3942, + "z": 207920 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 0, + "pos": { + "x": 36920, + "y": 3942, + "z": 207890 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300005, + "propState": 0, + "pos": { + "x": 42490, + "y": 3942, + "z": 217720 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 0, + "pos": { + "x": 35110, + "y": 3942, + "z": 222040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 61, + "instId": 300004, + "propState": 0, + "pos": { + "x": 38990, + "y": 3942, + "z": 202570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 61, + "instId": 300006, + "propState": 0, + "pos": { + "x": 38850, + "y": 942, + "z": 242260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 61, + "instId": 300007, + "propState": 0, + "pos": { + "x": 38990, + "y": 3942, + "z": 202570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + } + ], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 62, + "instId": 300004, + "propState": 0, + "pos": { + "x": 97363, + "y": 1907, + "z": 94322 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 91560, + "y": 1907, + "z": 91244 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300005, + "propState": 0, + "pos": { + "x": 70490, + "y": 1907, + "z": 91780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 62, + "instId": 300006, + "propState": 0, + "pos": { + "x": 98350, + "y": 1907, + "z": 81700 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [ + { + "groupId": 63, + "instId": 400001, + "pos": { + "x": 30160, + "y": 3942, + "z": 174130 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 63, + "instId": 300002, + "propState": 0, + "pos": { + "x": 33470, + "y": 3942, + "z": 169790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1021 + }, + { + "groupId": 63, + "instId": 300004, + "propState": 0, + "pos": { + "x": 28440, + "y": 3942, + "z": 180380 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 63, + "instId": 300012, + "propState": 0, + "pos": { + "x": 29761, + "y": 3942, + "z": 184677 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 63, + "instId": 300013, + "propState": 0, + "pos": { + "x": 28998, + "y": 3942, + "z": 185118 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 63, + "instId": 300015, + "propState": 0, + "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": 0, + "pos": { + "x": 38990, + "y": 3942, + "z": 202570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 63, + "instId": 300003, + "propState": 0, + "pos": { + "x": 33150, + "y": 3942, + "z": 153990 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 0, + "pos": { + "x": -31500, + "y": 1942, + "z": 106730 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 64, + "instId": 300006, + "propState": 0, + "pos": { + "x": 5953, + "y": -58, + "z": 65450 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 64, + "instId": 300007, + "propState": 0, + "pos": { + "x": -24433, + "y": -58, + "z": 66217 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 64, + "instId": 300004, + "propState": 0, + "pos": { + "x": -26570, + "y": 1942, + "z": 106707 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 64, + "instId": 300009, + "propState": 0, + "pos": { + "x": -30820, + "y": -58, + "z": 85510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 0, + "pos": { + "x": -28980, + "y": 1942, + "z": 106430 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300005, + "propState": 0, + "pos": { + "x": -34830, + "y": 1942, + "z": 104940 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 64, + "instId": 300008, + "propState": 0, + "pos": { + "x": -23670, + "y": 1942, + "z": 104470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 64, + "instId": 300010, + "propState": 0, + "pos": { + "x": 5410, + "y": 0, + "z": 68460 + }, + "rot": { + "x": 0, + "y": 225620, + "z": 0 + }, + "propId": 101004 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 65, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 0, + "pos": { + "x": 82220, + "y": -5026, + "z": 278310 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 67, + "instId": 300006, + "propState": 0, + "pos": { + "x": 82944, + "y": -2026, + "z": 249355 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 67, + "instId": 300007, + "propState": 0, + "pos": { + "x": 79913, + "y": -2026, + "z": 251119 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 67, + "instId": 300004, + "propState": 0, + "pos": { + "x": 85610, + "y": -4976, + "z": 281620 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 67, + "instId": 300009, + "propState": 0, + "pos": { + "x": 102430, + "y": -5026, + "z": 265420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 0, + "pos": { + "x": 84010, + "y": -5026, + "z": 279820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300005, + "propState": 0, + "pos": { + "x": 82380, + "y": -5026, + "z": 281370 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 67, + "instId": 300008, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 68, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 69, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 70, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 0, + "pos": { + "x": 123540, + "y": -5031, + "z": 335917 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 0, + "pos": { + "x": 89650, + "y": -5009, + "z": 368850 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300007, + "propState": 0, + "pos": { + "x": 116340, + "y": -2021, + "z": 362040 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 0, + "pos": { + "x": 118390, + "y": -5031, + "z": 335940 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 70, + "instId": 300009, + "propState": 0, + "pos": { + "x": 123620, + "y": -5031, + "z": 351100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 70, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 120824, + "y": -4968, + "z": 329588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 71, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 0, + "pos": { + "x": -46272, + "y": 1942, + "z": 103044 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 0, + "pos": { + "x": -46230, + "y": 1942, + "z": 107190 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 0, + "pos": { + "x": -42530, + "y": 1942, + "z": 105030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300005, + "propState": 0, + "pos": { + "x": -14230, + "y": 1942, + "z": 105620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 73, + "instId": 300006, + "propState": 0, + "pos": { + "x": -29210, + "y": 1942, + "z": 101560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 73, + "instId": 300007, + "propState": 0, + "pos": { + "x": -35323, + "y": 1942, + "z": 103083 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 73, + "instId": 300008, + "propState": 0, + "pos": { + "x": -34350, + "y": 1942, + "z": 107580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 0, + "pos": { + "x": 2870, + "y": 3939, + "z": 252860 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 0, + "pos": { + "x": 2913, + "y": 3939, + "z": 258530 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 0, + "pos": { + "x": 7760, + "y": 3939, + "z": 255800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 0, + "pos": { + "x": 29540, + "y": 957, + "z": 255820 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 0, + "pos": { + "x": 9404, + "y": 3939, + "z": 253723 + }, + "rot": { + "x": 0, + "y": 270009, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 74, + "instId": 300007, + "propState": 0, + "pos": { + "x": 9720, + "y": 3939, + "z": 259830 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 75, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300002, + "propState": 0, + "pos": { + "x": 110550, + "y": -5028, + "z": 328280 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 75, + "instId": 300004, + "propState": 0, + "pos": { + "x": 116220, + "y": -5030, + "z": 328238 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 75, + "instId": 300003, + "propState": 0, + "pos": { + "x": 112928, + "y": -5029, + "z": 325611 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300005, + "propState": 0, + "pos": { + "x": 114180, + "y": 957, + "z": 298370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 75, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": 109500, + "y": -5028, + "z": 318330 + }, + "rot": { + "x": 0, + "y": 270009, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 75, + "instId": 300010, + "propState": 0, + "pos": { + "x": 117230, + "y": -5031, + "z": 316240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 82, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 0, + "pos": { + "x": 123540, + "y": -5031, + "z": 335917 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300006, + "propState": 0, + "pos": { + "x": 95600, + "y": -5009, + "z": 364380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300007, + "propState": 0, + "pos": { + "x": 109440, + "y": -2021, + "z": 368880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300004, + "propState": 0, + "pos": { + "x": 118390, + "y": -5031, + "z": 335940 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300009, + "propState": 0, + "pos": { + "x": 123620, + "y": -5031, + "z": 351100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 82, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 85970, + "y": -5019, + "z": 366510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 82, + "instId": 300010, + "propState": 0, + "pos": { + "x": 120824, + "y": -4968, + "z": 329588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + } + ], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 91, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 92, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300002, + "propState": 0, + "pos": { + "x": 70070, + "y": 1907, + "z": 94760 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 93, + "instId": 300004, + "propState": 0, + "pos": { + "x": 69960, + "y": 1907, + "z": 89470 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 93, + "instId": 300007, + "propState": 0, + "pos": { + "x": 50390, + "y": 1942, + "z": 95100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 93, + "instId": 300003, + "propState": 0, + "pos": { + "x": 55508, + "y": 1942, + "z": 88665 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 93, + "instId": 300005, + "propState": 0, + "pos": { + "x": 72480, + "y": 1942, + "z": 92210 + }, + "rot": { + "x": 0, + "y": 269965, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 93, + "instId": 300008, + "propState": 0, + "pos": { + "x": 38180, + "y": 1940, + "z": 92190 + }, + "rot": { + "x": 0, + "y": 269965, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 93, + "instId": 300009, + "propState": 0, + "pos": { + "x": 69380, + "y": 1942, + "z": 92120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 94, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 95, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300002, + "propState": 0, + "pos": { + "x": -31500, + "y": 1942, + "z": 106730 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 96, + "instId": 300006, + "propState": 0, + "pos": { + "x": 5950, + "y": -58, + "z": 65410 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 96, + "instId": 300007, + "propState": 0, + "pos": { + "x": -24498, + "y": -58, + "z": 66232 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 96, + "instId": 300004, + "propState": 0, + "pos": { + "x": -26570, + "y": 1942, + "z": 106707 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 96, + "instId": 300009, + "propState": 0, + "pos": { + "x": -30840, + "y": -58, + "z": 85530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 96, + "instId": 300003, + "propState": 0, + "pos": { + "x": -28980, + "y": 1942, + "z": 106770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300005, + "propState": 0, + "pos": { + "x": -34830, + "y": 1942, + "z": 104940 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 96, + "instId": 300008, + "propState": 0, + "pos": { + "x": -23670, + "y": 1942, + "z": 104470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 96, + "instId": 300010, + "propState": 0, + "pos": { + "x": 5410, + "y": 0, + "z": 68460 + }, + "rot": { + "x": 0, + "y": 225620, + "z": 0 + }, + "propId": 101004 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 97, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 98, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 99, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300002, + "propState": 0, + "pos": { + "x": 35850, + "y": 3965, + "z": 129530 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 99, + "instId": 300006, + "propState": 0, + "pos": { + "x": 29733, + "y": 3965, + "z": 144440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 99, + "instId": 300004, + "propState": 0, + "pos": { + "x": 30167, + "y": 3965, + "z": 129612 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 99, + "instId": 300007, + "propState": 0, + "pos": { + "x": 29700, + "y": 3965, + "z": 147060 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 99, + "instId": 300003, + "propState": 0, + "pos": { + "x": 36270, + "y": 3965, + "z": 141840 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 99, + "instId": 300005, + "propState": 0, + "pos": { + "x": 33070, + "y": 3730, + "z": 129430 + }, + "rot": { + "x": 0, + "y": 2, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300008, + "propState": 0, + "pos": { + "x": 33040, + "y": 3942, + "z": 157150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 99, + "instId": 300009, + "propState": 0, + "pos": { + "x": 68550, + "y": 3940, + "z": 143000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 99, + "instId": 300010, + "propState": 0, + "pos": { + "x": 33000, + "y": 4000, + "z": 124360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 100, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "101": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 101, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300004, + "propState": 0, + "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": 0, + "pos": { + "x": 91551, + "y": 1907, + "z": 91170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300005, + "propState": 0, + "pos": { + "x": 70490, + "y": 1907, + "z": 91780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 101, + "instId": 300006, + "propState": 0, + "pos": { + "x": 98350, + "y": 1907, + "z": 81700 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [ + { + "groupId": 102, + "instId": 400001, + "pos": { + "x": 5488, + "y": -58, + "z": 56166 + }, + "rot": { + "x": 0, + "y": 198784, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8121101": { + "P81211_F81211001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": -7664, + "y": 5257, + "z": -56100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": -10357, + "y": 5240, + "z": -54820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 1, + "pos": { + "x": -19103, + "y": 5240, + "z": -74285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 0, + "pos": { + "x": -20770, + "y": 5240, + "z": -76194 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 0, + "pos": { + "x": 40420, + "y": 9101, + "z": 175980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300004, + "propState": 0, + "pos": { + "x": 7010, + "y": 8526, + "z": -105710 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 10230, + "y": 8526, + "z": -109520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 0, + "pos": { + "x": 5528, + "y": 8526, + "z": -108682 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 0, + "pos": { + "x": 15031, + "y": 8526, + "z": -108682 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [ + { + "groupId": 6, + "instId": 400001, + "pos": { + "x": 52860, + "y": 7006, + "z": -106850 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": 57550, + "y": 7006, + "z": -103560 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1021 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 0, + "pos": { + "x": 47340, + "y": 7006, + "z": -108650 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 0, + "pos": { + "x": 42452, + "y": 7006, + "z": -106409 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 0, + "pos": { + "x": 42423, + "y": 7006, + "z": -107193 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 0, + "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": 1, + "pos": { + "x": 32295, + "y": 7006, + "z": -108605 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300004, + "propState": 0, + "pos": { + "x": 7070, + "y": 8526, + "z": -105910 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": 10230, + "y": 8526, + "z": -111830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 0, + "pos": { + "x": 5528, + "y": 8526, + "z": -108682 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -9930, + "y": 5236, + "z": -61740 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": -5230, + "y": 5236, + "z": -61600 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": -7060, + "y": 5236, + "z": -66220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 1, + "pos": { + "x": -7664, + "y": 5257, + "z": -56100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 1, + "pos": { + "x": -19103, + "y": 5240, + "z": -74285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 0, + "pos": { + "x": -13832, + "y": 5236, + "z": -93780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 0, + "pos": { + "x": -11899, + "y": 5236, + "z": -70178 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 0, + "pos": { + "x": -2910, + "y": 5236, + "z": -73350 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 0, + "pos": { + "x": -12210, + "y": 5236, + "z": -73570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": -41760, + "y": 5564, + "z": -111830 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 0, + "pos": { + "x": -41860, + "y": 5564, + "z": -105970 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 0, + "pos": { + "x": -37790, + "y": 5564, + "z": -108580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 0, + "pos": { + "x": -16170, + "y": 7036, + "z": -108510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 0, + "pos": { + "x": -40270, + "y": 5562, + "z": -101460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 9, + "instId": 300007, + "propState": 0, + "pos": { + "x": -28100, + "y": 7036, + "z": -104370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 9, + "instId": 300008, + "propState": 0, + "pos": { + "x": -27960, + "y": 7036, + "z": -112680 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": 97220, + "y": 2231, + "z": 80090 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 0, + "pos": { + "x": 97080, + "y": 2231, + "z": 85950 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 0, + "pos": { + "x": 92550, + "y": 2231, + "z": 82850 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 0, + "pos": { + "x": 80553, + "y": 2231, + "z": 104745 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 0, + "pos": { + "x": 69320, + "y": 2746, + "z": 74200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 10, + "instId": 300008, + "propState": 0, + "pos": { + "x": 85310, + "y": 2231, + "z": 89760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 10, + "instId": 300009, + "propState": 0, + "pos": { + "x": 92350, + "y": 2231, + "z": 89700 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [ + { + "groupId": 11, + "instId": 400001, + "pos": { + "x": -4490, + "y": 5236, + "z": -66650 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": -9670, + "y": 5236, + "z": -61720 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 0, + "pos": { + "x": -5210, + "y": 5236, + "z": -61540 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 0, + "pos": { + "x": -11830, + "y": 5236, + "z": -72410 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300013, + "propState": 0, + "pos": { + "x": -2840, + "y": 5236, + "z": -74220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 1, + "pos": { + "x": -7664, + "y": 5257, + "z": -56100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 1, + "pos": { + "x": -19103, + "y": 5240, + "z": -74285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 0, + "pos": { + "x": -13832, + "y": 5236, + "z": -93780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 11, + "instId": 300007, + "propState": 0, + "pos": { + "x": -11899, + "y": 5236, + "z": -70178 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [ + { + "groupId": 12, + "instId": 400001, + "pos": { + "x": -35829, + "y": 5564, + "z": -105785 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": -41900, + "y": 5564, + "z": -110900 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 0, + "pos": { + "x": -41870, + "y": 5564, + "z": -106230 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 12, + "instId": 300012, + "propState": 0, + "pos": { + "x": -28267, + "y": 7036, + "z": -112722 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300013, + "propState": 0, + "pos": { + "x": -28149, + "y": 7036, + "z": -104047 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "pos": { + "x": -16170, + "y": 7036, + "z": -108510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 12, + "instId": 300005, + "propState": 0, + "pos": { + "x": -40270, + "y": 5562, + "z": -101460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [ + { + "groupId": 13, + "instId": 400001, + "pos": { + "x": 91610, + "y": 2231, + "z": 85870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": 97280, + "y": 2231, + "z": 80360 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": 97220, + "y": 2231, + "z": 85330 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300012, + "propState": 0, + "pos": { + "x": 87538, + "y": 2240, + "z": 91536 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 13, + "instId": 300013, + "propState": 0, + "pos": { + "x": 86688, + "y": 2231, + "z": 77164 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": 80553, + "y": 2231, + "z": 104745 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 0, + "pos": { + "x": 69320, + "y": 2746, + "z": 74200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": -10190, + "y": 5236, + "z": -58640 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 14, + "instId": 300006, + "propState": 0, + "pos": { + "x": -3950, + "y": 5236, + "z": -76050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 0, + "pos": { + "x": -5110, + "y": 5236, + "z": -58460 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 14, + "instId": 300007, + "propState": 0, + "pos": { + "x": -10260, + "y": 5236, + "z": -70240 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 0, + "pos": { + "x": -3980, + "y": 5236, + "z": -68560 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 14, + "instId": 300005, + "propState": 0, + "pos": { + "x": -7700, + "y": 5236, + "z": -58610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300008, + "propState": 1, + "pos": { + "x": -7664, + "y": 5257, + "z": -56100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 14, + "instId": 300009, + "propState": 1, + "pos": { + "x": -19103, + "y": 5240, + "z": -74285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 14, + "instId": 300010, + "propState": 0, + "pos": { + "x": -13832, + "y": 5236, + "z": -93780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 14, + "instId": 300011, + "propState": 0, + "pos": { + "x": -11899, + "y": 5236, + "z": -70178 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": -41900, + "y": 5564, + "z": -110900 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 0, + "pos": { + "x": -23760, + "y": 7036, + "z": -104110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 0, + "pos": { + "x": -41870, + "y": 5564, + "z": -106230 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 0, + "pos": { + "x": -27980, + "y": 7036, + "z": -113113 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 0, + "pos": { + "x": -27900, + "y": 7036, + "z": -104050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 0, + "pos": { + "x": -41860, + "y": 5564, + "z": -108660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300008, + "propState": 0, + "pos": { + "x": -6212, + "y": 7036, + "z": -108510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 15, + "instId": 300009, + "propState": 0, + "pos": { + "x": -40270, + "y": 5562, + "z": -101460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 15, + "instId": 300010, + "propState": 0, + "pos": { + "x": -13907, + "y": 5236, + "z": -97567 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": 97280, + "y": 2231, + "z": 80360 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 0, + "pos": { + "x": 86230, + "y": 2231, + "z": 76880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 0, + "pos": { + "x": 97220, + "y": 2231, + "z": 85330 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 0, + "pos": { + "x": 90340, + "y": 2240, + "z": 89843 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 0, + "pos": { + "x": 84150, + "y": 2231, + "z": 91030 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 0, + "pos": { + "x": 97301, + "y": 2231, + "z": 82862 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 0, + "pos": { + "x": 80553, + "y": 2231, + "z": 104745 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 16, + "instId": 300009, + "propState": 0, + "pos": { + "x": 50087, + "y": 2246, + "z": 74200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": -10190, + "y": 5236, + "z": -58640 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 0, + "pos": { + "x": -3870, + "y": 5236, + "z": -76240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 0, + "pos": { + "x": -5110, + "y": 5236, + "z": -58460 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 0, + "pos": { + "x": -10360, + "y": 5236, + "z": -70380 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "pos": { + "x": -3920, + "y": 5236, + "z": -68600 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 0, + "pos": { + "x": -7610, + "y": 5236, + "z": -58590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300008, + "propState": 1, + "pos": { + "x": -7664, + "y": 5257, + "z": -56100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 17, + "instId": 300009, + "propState": 1, + "pos": { + "x": -19103, + "y": 5240, + "z": -74285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 17, + "instId": 300010, + "propState": 0, + "pos": { + "x": -13832, + "y": 5236, + "z": -93780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 17, + "instId": 300011, + "propState": 0, + "pos": { + "x": -11899, + "y": 5236, + "z": -70178 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 0, + "pos": { + "x": -41900, + "y": 5564, + "z": -110900 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 19, + "instId": 300006, + "propState": 0, + "pos": { + "x": -23740, + "y": 7036, + "z": -104160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 0, + "pos": { + "x": -41870, + "y": 5564, + "z": -106230 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 19, + "instId": 300007, + "propState": 0, + "pos": { + "x": -27900, + "y": 7036, + "z": -113113 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 0, + "pos": { + "x": -27900, + "y": 7036, + "z": -104050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 19, + "instId": 300005, + "propState": 0, + "pos": { + "x": -41940, + "y": 5564, + "z": -108580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300008, + "propState": 0, + "pos": { + "x": -6212, + "y": 7036, + "z": -108510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 19, + "instId": 300009, + "propState": 0, + "pos": { + "x": -40270, + "y": 5562, + "z": -101460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 19, + "instId": 300010, + "propState": 0, + "pos": { + "x": -13907, + "y": 5236, + "z": -97567 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 0, + "pos": { + "x": 1000, + "y": 9101, + "z": 115470 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 0, + "pos": { + "x": 43630, + "y": 9101, + "z": 157326 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 0, + "pos": { + "x": 43770, + "y": 9101, + "z": 138151 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 0, + "pos": { + "x": 1010, + "y": 9101, + "z": 120440 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300009, + "propState": 0, + "pos": { + "x": 24698, + "y": 9101, + "z": 114670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 0, + "pos": { + "x": 1010, + "y": 9101, + "z": 117950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 0, + "pos": { + "x": 38204, + "y": 9101, + "z": 179006 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 0, + "pos": { + "x": 3901, + "y": 9184, + "z": 107800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 24, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 0, + "pos": { + "x": -2150, + "y": 2171, + "z": 57630 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 0, + "pos": { + "x": -69143, + "y": 821, + "z": 76489 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 0, + "pos": { + "x": -47268, + "y": 2171, + "z": 65005 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 0, + "pos": { + "x": -2150, + "y": 2171, + "z": 53440 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 24, + "instId": 300009, + "propState": 0, + "pos": { + "x": -18060, + "y": 2171, + "z": 64480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 0, + "pos": { + "x": -1970, + "y": 2171, + "z": 55480 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 0, + "pos": { + "x": -54150, + "y": 2171, + "z": 42510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 24, + "instId": 300008, + "propState": 0, + "pos": { + "x": -13790, + "y": 2171, + "z": 37800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 24, + "instId": 300010, + "propState": 1, + "pos": { + "x": -43237, + "y": 2171, + "z": 76988 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 24, + "instId": 300011, + "propState": 1, + "pos": { + "x": 6551, + "y": 2171, + "z": 66094 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 24, + "instId": 300012, + "propState": 0, + "pos": { + "x": 6306, + "y": 2171, + "z": 46861 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 28, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 0, + "pos": { + "x": -13960, + "y": -1147, + "z": 9760 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 28, + "instId": 300006, + "propState": 0, + "pos": { + "x": 1005, + "y": -1085, + "z": 13430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 28, + "instId": 300007, + "propState": 0, + "pos": { + "x": 20870, + "y": -1116, + "z": 9170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 0, + "pos": { + "x": -14070, + "y": -1147, + "z": 13940 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 28, + "instId": 300009, + "propState": 0, + "pos": { + "x": 41450, + "y": -1074, + "z": -1300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 0, + "pos": { + "x": -14100, + "y": -1147, + "z": 11840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 28, + "instId": 300005, + "propState": 0, + "pos": { + "x": 24222, + "y": -1116, + "z": 4390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 28, + "instId": 300008, + "propState": 0, + "pos": { + "x": 30395, + "y": 623, + "z": 4390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 28, + "instId": 300010, + "propState": 0, + "pos": { + "x": -10060, + "y": -1147, + "z": 8930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 28, + "instId": 300011, + "propState": 0, + "pos": { + "x": -13940, + "y": -1147, + "z": 18130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 28, + "instId": 300012, + "propState": 1, + "pos": { + "x": 48675, + "y": -2836, + "z": 36880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + } + ], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 0, + "pos": { + "x": 1000, + "y": 9101, + "z": 115470 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 31, + "instId": 300006, + "propState": 0, + "pos": { + "x": 33716, + "y": 9101, + "z": 137020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 31, + "instId": 300007, + "propState": 0, + "pos": { + "x": 43770, + "y": 9101, + "z": 138151 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 0, + "pos": { + "x": 1010, + "y": 9101, + "z": 120440 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 31, + "instId": 300009, + "propState": 0, + "pos": { + "x": 24698, + "y": 9101, + "z": 114670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 0, + "pos": { + "x": 1020, + "y": 9101, + "z": 117960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300005, + "propState": 0, + "pos": { + "x": 38204, + "y": 9101, + "z": 179006 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 31, + "instId": 300008, + "propState": 0, + "pos": { + "x": 3901, + "y": 9184, + "z": 107800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 36, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 0, + "pos": { + "x": -2150, + "y": 2171, + "z": 57630 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 36, + "instId": 300006, + "propState": 0, + "pos": { + "x": -69143, + "y": 821, + "z": 76489 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 36, + "instId": 300007, + "propState": 0, + "pos": { + "x": -47268, + "y": 2171, + "z": 65005 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 36, + "instId": 300004, + "propState": 0, + "pos": { + "x": -2150, + "y": 2171, + "z": 53440 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 36, + "instId": 300009, + "propState": 0, + "pos": { + "x": -18060, + "y": 2171, + "z": 64480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "pos": { + "x": -2030, + "y": 2171, + "z": 55520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 36, + "instId": 300005, + "propState": 0, + "pos": { + "x": -54150, + "y": 2171, + "z": 42510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 36, + "instId": 300008, + "propState": 0, + "pos": { + "x": -13790, + "y": 2171, + "z": 37800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 36, + "instId": 300010, + "propState": 1, + "pos": { + "x": -43237, + "y": 2171, + "z": 76988 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 36, + "instId": 300011, + "propState": 1, + "pos": { + "x": 6551, + "y": 2171, + "z": 66094 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 36, + "instId": 300012, + "propState": 0, + "pos": { + "x": 6306, + "y": 2171, + "z": 46861 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [ + { + "groupId": 40, + "instId": 400001, + "pos": { + "x": -77610, + "y": 821, + "z": 74540 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8121201": { + "P81212_F81212001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": 30030, + "y": -31163, + "z": -39351 + }, + "rot": { + "x": 0, + "y": 269578, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 1, + "pos": { + "x": 61286, + "y": -34210, + "z": -80659 + }, + "rot": { + "x": 0, + "y": 269578, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 1, + "pos": { + "x": 65687, + "y": -31213, + "z": -100279 + }, + "rot": { + "x": 0, + "y": 359578, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 1, + "pos": { + "x": -13866, + "y": -31109, + "z": -143544 + }, + "rot": { + "x": 0, + "y": 359578, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 1, + "pos": { + "x": 66343, + "y": -31228, + "z": -139898 + }, + "rot": { + "x": 0, + "y": 89578, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": 69120, + "y": -34241, + "z": -91442 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 0, + "pos": { + "x": -10332, + "y": -31159, + "z": -141719 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 0, + "pos": { + "x": 68340, + "y": -31263, + "z": -137570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": 137790, + "y": 8008, + "z": 3050 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 0, + "pos": { + "x": 101300, + "y": 5351, + "z": -9240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 5, + "instId": 300007, + "propState": 0, + "pos": { + "x": 119050, + "y": 8008, + "z": -1870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 0, + "pos": { + "x": 132190, + "y": 8008, + "z": 3050 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 0, + "pos": { + "x": 124990, + "y": 8008, + "z": -11430 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 0, + "pos": { + "x": 135070, + "y": 8008, + "z": 3060 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 0, + "pos": { + "x": 95770, + "y": 7183, + "z": -12520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": 86810, + "y": 5351, + "z": -9320 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 0, + "pos": { + "x": 95700, + "y": 5351, + "z": -4020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 0, + "pos": { + "x": 119050, + "y": 8008, + "z": -1870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": 87210, + "y": 5351, + "z": -5170 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 0, + "pos": { + "x": 101630, + "y": 5351, + "z": -8990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": 87540, + "y": 5351, + "z": -7600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 0, + "pos": { + "x": 95770, + "y": 7183, + "z": -12520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [ + { + "groupId": 11, + "instId": 400001, + "pos": { + "x": 133740, + "y": 8008, + "z": -10360 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": 139380, + "y": 8008, + "z": -4240 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 0, + "pos": { + "x": 139390, + "y": 8008, + "z": -8860 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 11, + "instId": 300006, + "propState": 0, + "pos": { + "x": 117096, + "y": 8057, + "z": -5266 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 11, + "instId": 300012, + "propState": 0, + "pos": { + "x": 131400, + "y": 8008, + "z": -11750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 11, + "instId": 300013, + "propState": 0, + "pos": { + "x": 128300, + "y": 8008, + "z": -2280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": 143830, + "y": 2265, + "z": -15360 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 0, + "pos": { + "x": 134690, + "y": 2265, + "z": -23200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 0, + "pos": { + "x": 143840, + "y": 2265, + "z": -19650 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 12, + "instId": 300007, + "propState": 0, + "pos": { + "x": 137090, + "y": 2265, + "z": -16020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 12, + "instId": 300005, + "propState": 0, + "pos": { + "x": 143760, + "y": 2265, + "z": -17560 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "pos": { + "x": 115360, + "y": 5351, + "z": -20970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 12, + "instId": 300008, + "propState": 0, + "pos": { + "x": 136174, + "y": 2265, + "z": -24293 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": 14300, + "y": -31213, + "z": -53120 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 0, + "pos": { + "x": -1240, + "y": -31213, + "z": -25640 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 0, + "pos": { + "x": -8204, + "y": -31213, + "z": -54560 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": 14310, + "y": -31213, + "z": -48760 + }, + "rot": { + "x": 0, + "y": 254999, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300009, + "propState": 0, + "pos": { + "x": 3610, + "y": -31213, + "z": -48170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": 13486, + "y": -31213, + "z": -50513 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 0, + "pos": { + "x": 10300, + "y": -31213, + "z": -44450 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 0, + "pos": { + "x": -11547, + "y": -31213, + "z": -54130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 13, + "instId": 300010, + "propState": 0, + "pos": { + "x": 17414, + "y": -31213, + "z": -55180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 13, + "instId": 300011, + "propState": 0, + "pos": { + "x": 8016, + "y": -31213, + "z": -23320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": 3420, + "y": -31213, + "z": -9380 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 0, + "pos": { + "x": 3270, + "y": -31213, + "z": -18570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 0, + "pos": { + "x": -300, + "y": -31213, + "z": -6620 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 0, + "pos": { + "x": 3210, + "y": -31213, + "z": -17290 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 0, + "pos": { + "x": 1450, + "y": -31213, + "z": -8260 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 0, + "pos": { + "x": -12170, + "y": -31213, + "z": -38820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 0, + "pos": { + "x": 8016, + "y": -31213, + "z": -23320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": 13450, + "y": -31213, + "z": -48620 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 0, + "pos": { + "x": -1610, + "y": -31055, + "z": -46930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 0, + "pos": { + "x": 13270, + "y": -31213, + "z": -52530 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 0, + "pos": { + "x": 1170, + "y": -31055, + "z": -46850 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 0, + "pos": { + "x": 13220, + "y": -31213, + "z": -50700 + }, + "rot": { + "x": 0, + "y": 270271, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "pos": { + "x": -12170, + "y": -31213, + "z": -45170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 17, + "instId": 300008, + "propState": 0, + "pos": { + "x": 10300, + "y": -31213, + "z": -44450 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 17, + "instId": 300009, + "propState": 0, + "pos": { + "x": -11547, + "y": -31213, + "z": -54130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 17, + "instId": 300010, + "propState": 0, + "pos": { + "x": 17414, + "y": -31213, + "z": -55180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 0, + "pos": { + "x": 15580, + "y": -31213, + "z": -48810 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 0, + "pos": { + "x": 15660, + "y": -31213, + "z": -52890 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 19, + "instId": 300003, + "propState": 0, + "pos": { + "x": 9900, + "y": -31213, + "z": -50910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300005, + "propState": 0, + "pos": { + "x": -9300, + "y": -31213, + "z": -49660 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 19, + "instId": 300006, + "propState": 0, + "pos": { + "x": 10300, + "y": -31213, + "z": -44450 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 19, + "instId": 300008, + "propState": 0, + "pos": { + "x": 17414, + "y": -31213, + "z": -55180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 19, + "instId": 300007, + "propState": 0, + "pos": { + "x": 5870, + "y": -31213, + "z": -46920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 19, + "instId": 300009, + "propState": 0, + "pos": { + "x": 3980, + "y": -31213, + "z": -48024 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [ + { + "groupId": 20, + "instId": 400001, + "pos": { + "x": 6590, + "y": -31159, + "z": -123530 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 0, + "pos": { + "x": 7400, + "y": -31159, + "z": -132270 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 20, + "instId": 300004, + "propState": 0, + "pos": { + "x": 13470, + "y": -31159, + "z": -132570 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 20, + "instId": 300006, + "propState": 0, + "pos": { + "x": 14728, + "y": -31159, + "z": -106776 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 20, + "instId": 300012, + "propState": 0, + "pos": { + "x": 4675, + "y": -31159, + "z": -114470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 20, + "instId": 300013, + "propState": 0, + "pos": { + "x": 4800, + "y": -31159, + "z": -116510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 0, + "pos": { + "x": 10210, + "y": -31159, + "z": -134860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 0, + "pos": { + "x": 6410, + "y": -31159, + "z": -154680 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 0, + "pos": { + "x": 2967, + "y": -31159, + "z": -142468 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 0, + "pos": { + "x": 11840, + "y": -31159, + "z": -154920 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 0, + "pos": { + "x": 13289, + "y": -31159, + "z": -143281 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 0, + "pos": { + "x": 9270, + "y": -31159, + "z": -154050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 0, + "pos": { + "x": 12290, + "y": -31098, + "z": -129739 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 0, + "pos": { + "x": 17060, + "y": -31159, + "z": -153281 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 21, + "instId": 300009, + "propState": 0, + "pos": { + "x": 838, + "y": -31159, + "z": -138942 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 0, + "pos": { + "x": 119990, + "y": -28127, + "z": -147910 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 0, + "pos": { + "x": 103449, + "y": -28131, + "z": -141026 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 22, + "instId": 300007, + "propState": 0, + "pos": { + "x": 111540, + "y": -28131, + "z": -150680 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 0, + "pos": { + "x": 120060, + "y": -28127, + "z": -143260 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 22, + "instId": 300009, + "propState": 0, + "pos": { + "x": 83900, + "y": -31263, + "z": -139960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 0, + "pos": { + "x": 120030, + "y": -28076, + "z": -145750 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 0, + "pos": { + "x": 109990, + "y": -28131, + "z": -140630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 22, + "instId": 300008, + "propState": 1, + "pos": { + "x": 66343, + "y": -31228, + "z": -139898 + }, + "rot": { + "x": 0, + "y": 89578, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 22, + "instId": 300010, + "propState": 0, + "pos": { + "x": 122600, + "y": -28127, + "z": -145270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 24, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 0, + "pos": { + "x": 106690, + "y": -28131, + "z": -156120 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 25, + "instId": 300004, + "propState": 0, + "pos": { + "x": 102520, + "y": -28131, + "z": -157900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 0, + "pos": { + "x": 102610, + "y": -28131, + "z": -153490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300005, + "propState": 0, + "pos": { + "x": 112630, + "y": -28131, + "z": -145360 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 25, + "instId": 300006, + "propState": 0, + "pos": { + "x": 109950, + "y": -28131, + "z": -140620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 25, + "instId": 300008, + "propState": 0, + "pos": { + "x": 93570, + "y": -28131, + "z": -143000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 25, + "instId": 300007, + "propState": 0, + "pos": { + "x": 95980, + "y": -28131, + "z": -147210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 25, + "instId": 300009, + "propState": 0, + "pos": { + "x": 100000, + "y": -28131, + "z": -141310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [ + { + "groupId": 26, + "instId": 400001, + "pos": { + "x": 98600, + "y": -28131, + "z": -153910 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": 100340, + "y": -28131, + "z": -157850 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 0, + "pos": { + "x": 104760, + "y": -28131, + "z": -158000 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 0, + "pos": { + "x": 109920, + "y": -28131, + "z": -140660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 26, + "instId": 300012, + "propState": 0, + "pos": { + "x": 95990, + "y": -28131, + "z": -148240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 26, + "instId": 300013, + "propState": 0, + "pos": { + "x": 95730, + "y": -28131, + "z": -151380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": 112790, + "y": -28131, + "z": -145600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 0, + "pos": { + "x": 93450, + "y": -28131, + "z": -142940 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 0, + "pos": { + "x": 119990, + "y": -28127, + "z": -147910 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 27, + "instId": 300006, + "propState": 0, + "pos": { + "x": 103449, + "y": -28131, + "z": -141026 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 27, + "instId": 300007, + "propState": 0, + "pos": { + "x": 111540, + "y": -28131, + "z": -150700 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 27, + "instId": 300004, + "propState": 0, + "pos": { + "x": 120060, + "y": -28127, + "z": -143260 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 27, + "instId": 300009, + "propState": 0, + "pos": { + "x": 83900, + "y": -31263, + "z": -139960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 0, + "pos": { + "x": 115910, + "y": -28076, + "z": -145450 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 0, + "pos": { + "x": 109990, + "y": -28131, + "z": -140630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 27, + "instId": 300008, + "propState": 1, + "pos": { + "x": 66343, + "y": -31228, + "z": -139898 + }, + "rot": { + "x": 0, + "y": 89578, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 27, + "instId": 300010, + "propState": 0, + "pos": { + "x": 130420, + "y": -28127, + "z": -145270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 28, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 0, + "pos": { + "x": 105020, + "y": -28121, + "z": -117260 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 0, + "pos": { + "x": 110680, + "y": -28121, + "z": -104870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 30, + "instId": 300004, + "propState": 0, + "pos": { + "x": 99680, + "y": -28121, + "z": -117120 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 30, + "instId": 300007, + "propState": 0, + "pos": { + "x": 110690, + "y": -28121, + "z": -106410 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 30, + "instId": 300005, + "propState": 0, + "pos": { + "x": 102520, + "y": -28121, + "z": -117340 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 0, + "pos": { + "x": 112580, + "y": -28121, + "z": -114860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 30, + "instId": 300008, + "propState": 0, + "pos": { + "x": 93511, + "y": -28071, + "z": -113828 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 30, + "instId": 300009, + "propState": 0, + "pos": { + "x": 109820, + "y": -28121, + "z": -119750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 0, + "pos": { + "x": 100340, + "y": -28121, + "z": -93810 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 0, + "pos": { + "x": 105010, + "y": -28121, + "z": -94030 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 0, + "pos": { + "x": 102640, + "y": -28121, + "z": -97550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300005, + "propState": 0, + "pos": { + "x": 112580, + "y": -28121, + "z": -114860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 32, + "instId": 300006, + "propState": 0, + "pos": { + "x": 93511, + "y": -28071, + "z": -113828 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 32, + "instId": 300007, + "propState": 0, + "pos": { + "x": 109820, + "y": -28121, + "z": -119750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 32, + "instId": 300009, + "propState": 0, + "pos": { + "x": 96450, + "y": -28121, + "z": -105560 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 32, + "instId": 300010, + "propState": 0, + "pos": { + "x": 95240, + "y": -28121, + "z": -106940 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [ + { + "groupId": 33, + "instId": 400001, + "pos": { + "x": 102590, + "y": 604, + "z": -39660 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 33, + "instId": 300002, + "propState": 0, + "pos": { + "x": 98591, + "y": 604, + "z": -45124 + }, + "rot": { + "x": 0, + "y": 60457, + "z": 0 + }, + "propId": 1021 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 0, + "pos": { + "x": 106960, + "y": 661, + "z": -35650 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "propId": 1001 + }, + { + "groupId": 33, + "instId": 300012, + "propState": 0, + "pos": { + "x": 113291, + "y": 661, + "z": -34901 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 33, + "instId": 300013, + "propState": 0, + "pos": { + "x": 112168, + "y": 661, + "z": -34725 + }, + "rot": { + "x": 0, + "y": 209996, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 33, + "instId": 300015, + "propState": 0, + "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": 0, + "pos": { + "x": 123610, + "y": 661, + "z": -37350 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300004, + "propState": 0, + "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": 0, + "pos": { + "x": 151550, + "y": -28127, + "z": -115340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300005, + "propState": 0, + "pos": { + "x": 130270, + "y": -28127, + "z": -115220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300004, + "propState": 0, + "pos": { + "x": 157778, + "y": -28127, + "z": -112535 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 151570, + "y": -28127, + "z": -115280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 0, + "pos": { + "x": 130270, + "y": -28127, + "z": -115220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [ + { + "groupId": 37, + "instId": 400001, + "pos": { + "x": 78290, + "y": -31263, + "z": -147040 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8122101": { + "P81221_F81221001": { + "scenes": { + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": 24008, + "y": 10913, + "z": -117960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": 51790, + "y": 10913, + "z": -114960 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "pos": { + "x": 51790, + "y": 10913, + "z": -120960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 0, + "pos": { + "x": 34790, + "y": 10913, + "z": -114960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 0, + "pos": { + "x": 37790, + "y": 10913, + "z": -120960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 0, + "pos": { + "x": 40790, + "y": 10913, + "z": -114960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 18, + "instId": 300006, + "propState": 0, + "pos": { + "x": 35630, + "y": 10913, + "z": -114960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 18, + "instId": 300007, + "propState": 0, + "pos": { + "x": 38571, + "y": 10913, + "z": -120960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 18, + "instId": 300008, + "propState": 0, + "pos": { + "x": 41660, + "y": 10913, + "z": -114960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [ + { + "groupId": 19, + "instId": 400001, + "pos": { + "x": 47790, + "y": 10913, + "z": -117960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34874, + "y": 8240, + "z": -103613 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 0, + "pos": { + "x": -13107, + "y": 9297, + "z": -111243 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": -53230, + "y": 8240, + "z": -119090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 0, + "pos": { + "x": -53230, + "y": 8240, + "z": -113090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 0, + "pos": { + "x": -36230, + "y": 8240, + "z": -119090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 0, + "pos": { + "x": -39230, + "y": 8240, + "z": -113090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 0, + "pos": { + "x": -42230, + "y": 8240, + "z": -119090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 0, + "pos": { + "x": -37070, + "y": 8240, + "z": -119090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 0, + "pos": { + "x": -40011, + "y": 8240, + "z": -113090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 0, + "pos": { + "x": -43100, + "y": 8240, + "z": -119090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": -49230, + "y": 8240, + "z": -116090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 0, + "pos": { + "x": -49230, + "y": 8240, + "z": -116090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": -35248, + "y": 8240, + "z": -89200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": -67170, + "y": 10224, + "z": -74160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 0, + "pos": { + "x": -14465, + "y": 12905, + "z": -75931 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 24, + "instId": 300001, + "propState": 0, + "pos": { + "x": -40170, + "y": 10224, + "z": -71160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 0, + "pos": { + "x": -40170, + "y": 10224, + "z": -77160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 0, + "pos": { + "x": -57170, + "y": 10224, + "z": -71160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 0, + "pos": { + "x": -54170, + "y": 10224, + "z": -77490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 0, + "pos": { + "x": -51170, + "y": 10224, + "z": -71160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 0, + "pos": { + "x": -56330, + "y": 10224, + "z": -71160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 0, + "pos": { + "x": -53389, + "y": 10224, + "z": -77490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300008, + "propState": 0, + "pos": { + "x": -50300, + "y": 10224, + "z": -71160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [ + { + "groupId": 25, + "instId": 400001, + "pos": { + "x": -44170, + "y": 10224, + "z": -74160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": -61623, + "y": 10224, + "z": -77730 + }, + "rot": { + "x": 0, + "y": 358486, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": -61782, + "y": 10224, + "z": -71732 + }, + "rot": { + "x": 0, + "y": 268486, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": -44629, + "y": 10224, + "z": -77281 + }, + "rot": { + "x": 0, + "y": 268486, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 0, + "pos": { + "x": -47786, + "y": 10224, + "z": -71110 + }, + "rot": { + "x": 0, + "y": 268486, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 0, + "pos": { + "x": -50627, + "y": 10224, + "z": -77440 + }, + "rot": { + "x": 0, + "y": 268486, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 0, + "pos": { + "x": -45469, + "y": 10224, + "z": -77303 + }, + "rot": { + "x": 0, + "y": 268486, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 0, + "pos": { + "x": -48567, + "y": 10224, + "z": -71131 + }, + "rot": { + "x": 0, + "y": 268486, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 0, + "pos": { + "x": -51497, + "y": 10224, + "z": -77463 + }, + "rot": { + "x": 0, + "y": 268486, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": -57704, + "y": 10224, + "z": -74626 + }, + "rot": { + "x": 0, + "y": 88486, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 0, + "pos": { + "x": -57704, + "y": 10224, + "z": -74626 + }, + "rot": { + "x": 0, + "y": 88486, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300002, + "propState": 0, + "pos": { + "x": 100, + "y": 7739, + "z": 19536 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": -2420, + "y": 8361, + "z": 60030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 580, + "y": 8551, + "z": 54030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": 157330, + "y": 21642, + "z": -74429 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 0, + "pos": { + "x": 164200, + "y": 19670, + "z": -91762 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 0, + "pos": { + "x": 184600, + "y": 19670, + "z": -91757 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 34, + "instId": 300004, + "propState": 0, + "pos": { + "x": 184600, + "y": 19670, + "z": -57200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 34, + "instId": 300005, + "propState": 0, + "pos": { + "x": 164200, + "y": 19670, + "z": -57200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 0, + "pos": { + "x": 182330, + "y": 21642, + "z": -74130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [ + { + "groupId": 36, + "instId": 400001, + "pos": { + "x": 177330, + "y": 21642, + "z": -77130 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 36, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 167219, + "y": 21642, + "z": -76383 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 36, + "instId": 300004, + "propState": 0, + "pos": { + "x": 166800, + "y": 21642, + "z": -77289 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 36, + "instId": 300005, + "propState": 0, + "pos": { + "x": 167772, + "y": 21642, + "z": -77214 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 102005 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 51, + "instId": 300001, + "propState": 0, + "pos": { + "x": -69666, + "y": 3522, + "z": -9644 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 0, + "pos": { + "x": -60775, + "y": 3506, + "z": -18535 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "52": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 52, + "instId": 300001, + "propState": 0, + "pos": { + "x": -65132, + "y": 769, + "z": -31155 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 0, + "pos": { + "x": -69375, + "y": 769, + "z": -35398 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 52, + "instId": 300003, + "propState": 0, + "pos": { + "x": -76318, + "y": 769, + "z": -18632 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 52, + "instId": 300004, + "propState": 0, + "pos": { + "x": -79274, + "y": 769, + "z": -26108 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 52, + "instId": 300005, + "propState": 0, + "pos": { + "x": -72075, + "y": 769, + "z": -22875 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 52, + "instId": 300006, + "propState": 0, + "pos": { + "x": -75724, + "y": 769, + "z": -19226 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 52, + "instId": 300007, + "propState": 0, + "pos": { + "x": -78722, + "y": 769, + "z": -26660 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 52, + "instId": 300008, + "propState": 0, + "pos": { + "x": -71460, + "y": 769, + "z": -23490 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 53, + "instId": 300001, + "propState": 0, + "pos": { + "x": -70082, + "y": 769, + "z": -30448 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 0, + "pos": { + "x": -70082, + "y": 769, + "z": -30448 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 54, + "instId": 300001, + "propState": 0, + "pos": { + "x": -78448, + "y": 769, + "z": -21990 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 55, + "instId": 300001, + "propState": 0, + "pos": { + "x": -77040, + "y": 769, + "z": -23540 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300001, + "propState": 0, + "pos": { + "x": 115770, + "y": 726, + "z": 53563 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 57, + "instId": 300001, + "propState": 0, + "pos": { + "x": 136380, + "y": -3511, + "z": 21440 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 0, + "pos": { + "x": 130380, + "y": -3511, + "z": 21440 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 0, + "pos": { + "x": 136380, + "y": -1784, + "z": 60490 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300004, + "propState": 0, + "pos": { + "x": 130380, + "y": -1784, + "z": 55900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300005, + "propState": 0, + "pos": { + "x": 136380, + "y": -1784, + "z": 51560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300006, + "propState": 0, + "pos": { + "x": 136380, + "y": -1784, + "z": 59650 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300007, + "propState": 0, + "pos": { + "x": 130380, + "y": -1784, + "z": 55119 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300008, + "propState": 0, + "pos": { + "x": 136380, + "y": -1784, + "z": 50690 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": 133380, + "y": -3472, + "z": 25440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "pos": { + "x": 133380, + "y": -3472, + "z": 25440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 133347, + "y": -1784, + "z": 46220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 60, + "instId": 300001, + "propState": 0, + "pos": { + "x": 133660, + "y": -1784, + "z": 35920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 61, + "instId": 300001, + "propState": 0, + "pos": { + "x": 130380, + "y": -1784, + "z": 67400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 0, + "pos": { + "x": 136380, + "y": -1784, + "z": 67400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 0, + "pos": { + "x": 130380, + "y": -1784, + "z": 42990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300004, + "propState": 0, + "pos": { + "x": 136380, + "y": -1784, + "z": 49649 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300005, + "propState": 0, + "pos": { + "x": 130380, + "y": -1784, + "z": 56000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300006, + "propState": 0, + "pos": { + "x": 130380, + "y": -1784, + "z": 43830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300007, + "propState": 0, + "pos": { + "x": 136380, + "y": -1784, + "z": 50430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300008, + "propState": 0, + "pos": { + "x": 130380, + "y": -1784, + "z": 56870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [ + { + "groupId": 62, + "instId": 400001, + "pos": { + "x": 135656, + "y": -3472, + "z": 26716 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300001, + "propState": 0, + "pos": { + "x": 133380, + "y": -1784, + "z": 63400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 0, + "pos": { + "x": 133380, + "y": -1784, + "z": 63400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": 133350, + "y": -1784, + "z": 47280 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 65, + "instId": 300001, + "propState": 0, + "pos": { + "x": 133425, + "y": -1784, + "z": 49040 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 0, + "pos": { + "x": -73852, + "y": -997, + "z": 52862 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 0, + "pos": { + "x": -93576, + "y": -5823, + "z": 75670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 0, + "pos": { + "x": -87576, + "y": -5818, + "z": 75670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 0, + "pos": { + "x": -94250, + "y": -4222, + "z": 50260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 67, + "instId": 300004, + "propState": 0, + "pos": { + "x": -86950, + "y": -4222, + "z": 59980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 67, + "instId": 300005, + "propState": 0, + "pos": { + "x": -94250, + "y": -4222, + "z": 56260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 67, + "instId": 300006, + "propState": 0, + "pos": { + "x": -94250, + "y": -4222, + "z": 51100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 67, + "instId": 300007, + "propState": 0, + "pos": { + "x": -86950, + "y": -4222, + "z": 60761 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 67, + "instId": 300008, + "propState": 0, + "pos": { + "x": -94250, + "y": -4222, + "z": 57130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 68, + "instId": 300001, + "propState": 0, + "pos": { + "x": -90576, + "y": -5830, + "z": 71670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 0, + "pos": { + "x": -90576, + "y": -5830, + "z": 71670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 69, + "instId": 300001, + "propState": 0, + "pos": { + "x": -90550, + "y": -4222, + "z": 61540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 70, + "instId": 300001, + "propState": 0, + "pos": { + "x": -90520, + "y": -4222, + "z": 63070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 71, + "instId": 300001, + "propState": 0, + "pos": { + "x": 440, + "y": 6758, + "z": -131220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 0, + "pos": { + "x": 24547, + "y": 10913, + "z": -117988 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 71, + "instId": 300003, + "propState": 0, + "pos": { + "x": 331, + "y": 12905, + "z": -89309 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 0, + "pos": { + "x": -13000, + "y": 9297, + "z": -111188 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 0, + "pos": { + "x": -2560, + "y": 9297, + "z": -98540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 0, + "pos": { + "x": 3440, + "y": 9297, + "z": -98540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 72, + "instId": 300003, + "propState": 0, + "pos": { + "x": -2560, + "y": 9297, + "z": -117710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300004, + "propState": 0, + "pos": { + "x": 3440, + "y": 9297, + "z": -114730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300005, + "propState": 0, + "pos": { + "x": -2560, + "y": 9682, + "z": -109540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300006, + "propState": 0, + "pos": { + "x": -2560, + "y": 9297, + "z": -116870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300007, + "propState": 0, + "pos": { + "x": 3440, + "y": 9297, + "z": -113949 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 72, + "instId": 300008, + "propState": 0, + "pos": { + "x": -2560, + "y": 9682, + "z": -108670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [ + { + "groupId": 73, + "instId": 400001, + "pos": { + "x": 440, + "y": 9297, + "z": -102540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 0, + "pos": { + "x": -54290, + "y": 8240, + "z": -119090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 0, + "pos": { + "x": -54290, + "y": 8240, + "z": -113090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 0, + "pos": { + "x": -37290, + "y": 8240, + "z": -119090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 0, + "pos": { + "x": -40290, + "y": 8240, + "z": -113090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 0, + "pos": { + "x": -43290, + "y": 8240, + "z": -119090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 0, + "pos": { + "x": -38130, + "y": 8240, + "z": -119090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 74, + "instId": 300007, + "propState": 0, + "pos": { + "x": -41071, + "y": 8240, + "z": -113090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 74, + "instId": 300008, + "propState": 0, + "pos": { + "x": -44160, + "y": 8240, + "z": -119090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 75, + "instId": 300001, + "propState": 0, + "pos": { + "x": -50290, + "y": 8240, + "z": -117880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 75, + "instId": 300002, + "propState": 0, + "pos": { + "x": -50290, + "y": 8240, + "z": -117880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 76, + "instId": 300001, + "propState": 0, + "pos": { + "x": -50290, + "y": 8240, + "z": -114310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8122201": { + "P81222_F81222001": { + "scenes": { + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": -41310, + "y": 49900, + "z": 41960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 902 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 15, + "pos": { + "x": 18339, + "y": 50362, + "z": 42690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102074 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": 52640, + "y": 43758, + "z": 187500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": 52640, + "y": 43758, + "z": 181500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "pos": { + "x": 35640, + "y": 43758, + "z": 189240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 0, + "pos": { + "x": 39500, + "y": 43758, + "z": 177560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 12, + "instId": 300005, + "propState": 0, + "pos": { + "x": 38570, + "y": 43758, + "z": 190540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [ + { + "groupId": 13, + "instId": 400001, + "pos": { + "x": 48640, + "y": 43758, + "z": 184500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": -71964, + "y": 53090, + "z": 138476 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": -82659, + "y": 53090, + "z": 149203 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": -71330, + "y": 53090, + "z": 141860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": -77330, + "y": 53090, + "z": 141860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 0, + "pos": { + "x": -67916, + "y": 53090, + "z": 151354 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 0, + "pos": { + "x": -79740, + "y": 53090, + "z": 153540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 0, + "pos": { + "x": -79720, + "y": 53090, + "z": 152430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [ + { + "groupId": 16, + "instId": 400001, + "pos": { + "x": -74330, + "y": 53090, + "z": 145860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": 74089, + "y": 43908, + "z": 126100 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29630, + "y": 47500, + "z": 135000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29630, + "y": 47500, + "z": 141000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 0, + "pos": { + "x": 40474, + "y": 46974, + "z": 146313 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 0, + "pos": { + "x": 53000, + "y": 43649, + "z": 146540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 0, + "pos": { + "x": 53010, + "y": 43649, + "z": 140140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "pos": { + "x": 33797, + "y": 47036, + "z": 138255 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 0, + "pos": { + "x": 33797, + "y": 47036, + "z": 138255 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": 55790, + "y": 43649, + "z": 141224 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": 55635, + "y": 43649, + "z": 144605 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": -78960, + "y": 53254, + "z": 99420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": -67213, + "y": 49950, + "z": 68184 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": -72409, + "y": 49950, + "z": 65184 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 0, + "pos": { + "x": -66020, + "y": 49950, + "z": 75320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 0, + "pos": { + "x": -79770, + "y": 49950, + "z": 65560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 0, + "pos": { + "x": -66060, + "y": 49950, + "z": 76940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 24, + "instId": 300001, + "propState": 0, + "pos": { + "x": -70633, + "y": 49950, + "z": 72427 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 0, + "pos": { + "x": -71800, + "y": 49950, + "z": 69930 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": -74722, + "y": 49950, + "z": 70250 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": -122130, + "y": 47886, + "z": 42350 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": -135210, + "y": 47886, + "z": 46160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 0, + "pos": { + "x": -129210, + "y": 47886, + "z": 46160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 0, + "pos": { + "x": -125710, + "y": 47886, + "z": 7000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300004, + "propState": 0, + "pos": { + "x": -134290, + "y": 47886, + "z": 8730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 0, + "pos": { + "x": -123390, + "y": 47886, + "z": 23660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 28, + "instId": 300001, + "propState": 0, + "pos": { + "x": -132210, + "y": 47886, + "z": 42160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 0, + "pos": { + "x": -132210, + "y": 47886, + "z": 42160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 0, + "pos": { + "x": -131508, + "y": 47886, + "z": 15368 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 0, + "pos": { + "x": -126990, + "y": 47886, + "z": 15070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 0, + "pos": { + "x": -70180, + "y": 55679, + "z": 33570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 0, + "pos": { + "x": -70180, + "y": 55679, + "z": 51809 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": -67525, + "y": 55679, + "z": 45420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 0, + "pos": { + "x": -67530, + "y": 55679, + "z": 40120 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 0, + "pos": { + "x": -82546, + "y": 55679, + "z": 50843 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 0, + "pos": { + "x": -81380, + "y": 55679, + "z": 51600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 32, + "instId": 300005, + "propState": 0, + "pos": { + "x": -70980, + "y": 55679, + "z": 49030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [ + { + "groupId": 33, + "instId": 400001, + "pos": { + "x": -69780, + "y": 55693, + "z": 42660 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": -18940, + "y": 51443, + "z": 42220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 0, + "pos": { + "x": -18940, + "y": 51443, + "z": 42220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 0, + "pos": { + "x": 11400, + "y": 49880, + "z": 45220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 36, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 5950, + "y": 49940, + "z": 42720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 0, + "pos": { + "x": 36510, + "y": 60284, + "z": 27695 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 0, + "pos": { + "x": 35080, + "y": 60350, + "z": 57784 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 37, + "instId": 300003, + "propState": 0, + "pos": { + "x": 53449, + "y": 60350, + "z": 55391 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": 48830, + "y": 60356, + "z": 45220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 39, + "instId": 300001, + "propState": 0, + "pos": { + "x": 45830, + "y": 60356, + "z": 39220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 0, + "pos": { + "x": 42830, + "y": 60356, + "z": 42220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 0, + "pos": { + "x": 42830, + "y": 60356, + "z": 42220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 40, + "instId": 300001, + "propState": 0, + "pos": { + "x": -55760, + "y": 53256, + "z": -74310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 41, + "instId": 300001, + "propState": 0, + "pos": { + "x": -67720, + "y": 53256, + "z": -84770 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 0, + "pos": { + "x": -73720, + "y": 53256, + "z": -84770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 0, + "pos": { + "x": -67750, + "y": 53256, + "z": -69910 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 41, + "instId": 300004, + "propState": 0, + "pos": { + "x": -76470, + "y": 53256, + "z": -72800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 41, + "instId": 300005, + "propState": 0, + "pos": { + "x": -76480, + "y": 53256, + "z": -74250 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "pos": { + "x": -70720, + "y": 53256, + "z": -80770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 0, + "pos": { + "x": -70720, + "y": 53256, + "z": -80770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 43, + "instId": 300001, + "propState": 0, + "pos": { + "x": -55889, + "y": 53256, + "z": -74958 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 44, + "instId": 300001, + "propState": 0, + "pos": { + "x": -43220, + "y": 49950, + "z": -61610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [ + { + "groupId": 45, + "instId": 400001, + "pos": { + "x": -40220, + "y": 49950, + "z": -66610 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 45, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -40967, + "y": 49950, + "z": -76721 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 45, + "instId": 300004, + "propState": 0, + "pos": { + "x": -40061, + "y": 49950, + "z": -77140 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 45, + "instId": 300005, + "propState": 0, + "pos": { + "x": -40136, + "y": 49950, + "z": -76168 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102005 + } + ], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 46, + "instId": 300001, + "propState": 0, + "pos": { + "x": 43460, + "y": 43158, + "z": -59992 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 0, + "pos": { + "x": 37500, + "y": 43154, + "z": -51250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 0, + "pos": { + "x": 37500, + "y": 43154, + "z": -57250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 0, + "pos": { + "x": 28150, + "y": 43154, + "z": -71710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 0, + "pos": { + "x": 27720, + "y": 43154, + "z": -62850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 0, + "pos": { + "x": 27850, + "y": 43154, + "z": -64170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 48, + "instId": 300001, + "propState": 0, + "pos": { + "x": 33883, + "y": 43155, + "z": -54320 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 0, + "pos": { + "x": 14960, + "y": 43154, + "z": -82480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 49, + "instId": 300001, + "propState": 0, + "pos": { + "x": 14920, + "y": 43257, + "z": -79380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22250, + "y": 43154, + "z": -62510 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [ + { + "groupId": 51, + "instId": 400001, + "pos": { + "x": 17850, + "y": 43154, + "z": -92660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "52": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 52, + "instId": 300001, + "propState": 0, + "pos": { + "x": 69660, + "y": 60284, + "z": 55460 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 0, + "pos": { + "x": 81700, + "y": 60421, + "z": 20230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 53, + "instId": 300001, + "propState": 0, + "pos": { + "x": 72390, + "y": 60421, + "z": 49510 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 0, + "pos": { + "x": 78390, + "y": 60421, + "z": 49510 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 53, + "instId": 300003, + "propState": 0, + "pos": { + "x": 83720, + "y": 60421, + "z": 39030 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 53, + "instId": 300004, + "propState": 0, + "pos": { + "x": 82510, + "y": 60421, + "z": 39446 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 53, + "instId": 300005, + "propState": 0, + "pos": { + "x": 70340, + "y": 60339, + "z": 37100 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 54, + "instId": 300001, + "propState": 0, + "pos": { + "x": 75390, + "y": 60421, + "z": 45510 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 0, + "pos": { + "x": 75390, + "y": 60421, + "z": 45510 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 55, + "instId": 300001, + "propState": 0, + "pos": { + "x": 35140, + "y": 50354, + "z": 107430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 0, + "pos": { + "x": 89092, + "y": 50120, + "z": 125870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300001, + "propState": 0, + "pos": { + "x": 80030, + "y": 50120, + "z": 120480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 0, + "pos": { + "x": 80030, + "y": 50120, + "z": 114480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 0, + "pos": { + "x": 68680, + "y": 50120, + "z": 122560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 56, + "instId": 300004, + "propState": 0, + "pos": { + "x": 66052, + "y": 50120, + "z": 122591 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 56, + "instId": 300005, + "propState": 0, + "pos": { + "x": 46850, + "y": 50120, + "z": 113480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 57, + "instId": 300001, + "propState": 0, + "pos": { + "x": 75410, + "y": 50120, + "z": 117620 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 0, + "pos": { + "x": 75410, + "y": 50120, + "z": 117620 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": 64719, + "y": 50120, + "z": 118317 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 64515, + "y": 50120, + "z": 114660 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8122301": { + "P81223_F81223001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": 17488, + "y": -9078, + "z": -7834 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": -17717, + "y": -9078, + "z": -17591 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "pos": { + "x": 94, + "y": -11813, + "z": -40695 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3000, + "y": -9077, + "z": -6680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "6": { + "monsters": [ + { + "groupId": 6, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 0, + "y": -9077, + "z": -12680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 3000, + "y": -9077, + "z": -9680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": -9077, + "z": -12680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": -9077, + "z": -12680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3000, + "y": -9006, + "z": -6680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "8": { + "monsters": [ + { + "groupId": 8, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 0, + "y": -9077, + "z": -12680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": -9077, + "z": -12680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 23817, + "y": -5010, + "z": 26220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": -36290, + "y": -7112, + "z": 30940 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 0, + "pos": { + "x": -26710, + "y": -9956, + "z": 10820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": -20420, + "y": -5670, + "z": 28090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": -20420, + "y": -5731, + "z": 32090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": -11420, + "y": -5731, + "z": 24680 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": -11050, + "y": -5731, + "z": 25480 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 0, + "pos": { + "x": -10550, + "y": -5731, + "z": 24680 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 0, + "pos": { + "x": -3220, + "y": -3627, + "z": 28534 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 0, + "pos": { + "x": -2880, + "y": -3530, + "z": 27734 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 0, + "pos": { + "x": -2380, + "y": -3387, + "z": 28534 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [ + { + "groupId": 14, + "instId": 400001, + "pos": { + "x": -16040, + "y": -5731, + "z": 30000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": -20420, + "y": -5670, + "z": 28090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": -20420, + "y": -5731, + "z": 32090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "pos": { + "x": -11420, + "y": -5731, + "z": 24680 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 0, + "pos": { + "x": -11050, + "y": -5731, + "z": 25480 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 0, + "pos": { + "x": -10550, + "y": -5731, + "z": 24680 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 0, + "pos": { + "x": -3220, + "y": -3627, + "z": 28534 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 0, + "pos": { + "x": -2880, + "y": -3530, + "z": 27734 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 17, + "instId": 300008, + "propState": 0, + "pos": { + "x": -2380, + "y": -3387, + "z": 28534 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [ + { + "groupId": 18, + "instId": 400001, + "pos": { + "x": -485, + "y": -2928, + "z": 24214 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "19": { + "monsters": [ + { + "groupId": 19, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -18840, + "y": -5731, + "z": 30000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "pos": { + "x": -18840, + "y": -5731, + "z": 30000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 0, + "pos": { + "x": -18840, + "y": -5731, + "z": 30000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "20": { + "monsters": [ + { + "groupId": 20, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -16840, + "y": -5731, + "z": 28000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": -16840, + "y": -5731, + "z": 28000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "21": { + "monsters": [ + { + "groupId": 21, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -16840, + "y": -5731, + "z": 32000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": -16840, + "y": -5731, + "z": 32000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": -94362, + "y": -11081, + "z": 59320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 0, + "pos": { + "x": -62360, + "y": -12194, + "z": 38940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": -69300, + "y": -11186, + "z": 59900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": -69300, + "y": -11186, + "z": 54380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 0, + "pos": { + "x": -77490, + "y": -11186, + "z": 60551 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 0, + "pos": { + "x": -77860, + "y": -11186, + "z": 59751 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 0, + "pos": { + "x": -78360, + "y": -11186, + "z": 60551 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 0, + "pos": { + "x": -83520, + "y": -11187, + "z": 56478 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 0, + "pos": { + "x": -83860, + "y": -11187, + "z": 57278 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 0, + "pos": { + "x": -84360, + "y": -11187, + "z": 56478 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [ + { + "groupId": 24, + "instId": 400001, + "pos": { + "x": -73680, + "y": -11186, + "z": 57000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": -69300, + "y": -11186, + "z": 59900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 0, + "pos": { + "x": -69300, + "y": -11186, + "z": 54380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 0, + "pos": { + "x": -77490, + "y": -11186, + "z": 60551 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 25, + "instId": 300004, + "propState": 0, + "pos": { + "x": -77860, + "y": -11186, + "z": 59751 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 25, + "instId": 300005, + "propState": 0, + "pos": { + "x": -78360, + "y": -11186, + "z": 60551 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 25, + "instId": 300006, + "propState": 0, + "pos": { + "x": -83520, + "y": -11187, + "z": 56478 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 25, + "instId": 300007, + "propState": 0, + "pos": { + "x": -83860, + "y": -11187, + "z": 57278 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 25, + "instId": 300008, + "propState": 0, + "pos": { + "x": -84360, + "y": -11187, + "z": 56478 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [ + { + "groupId": 26, + "instId": 400001, + "pos": { + "x": -83850, + "y": -11187, + "z": 62640 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "27": { + "monsters": [ + { + "groupId": 27, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -72000, + "y": -11186, + "z": 57000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": -72000, + "y": -11186, + "z": 57000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 0, + "pos": { + "x": -72000, + "y": -11186, + "z": 57000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "28": { + "monsters": [ + { + "groupId": 28, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -74000, + "y": -11186, + "z": 54000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 28, + "instId": 300001, + "propState": 0, + "pos": { + "x": -74000, + "y": -11186, + "z": 54000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "29": { + "monsters": [ + { + "groupId": 29, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -74000, + "y": -11186, + "z": 60000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 0, + "pos": { + "x": -74000, + "y": -11186, + "z": 60000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 0, + "pos": { + "x": -29058, + "y": -10310, + "z": -1298 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [ + { + "groupId": 31, + "instId": 400001, + "pos": { + "x": -30472, + "y": -10310, + "z": -6955 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -38150, + "y": -10310, + "z": -13576 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 0, + "pos": { + "x": -37805, + "y": -10310, + "z": -14513 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 31, + "instId": 300005, + "propState": 0, + "pos": { + "x": -37171, + "y": -10310, + "z": -13773 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 102005 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": -107395, + "y": -9118, + "z": 12210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 0, + "pos": { + "x": -94341, + "y": -11081, + "z": 60057 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": -107230, + "y": -11167, + "z": 58380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 0, + "pos": { + "x": -103230, + "y": -11167, + "z": 58380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 0, + "pos": { + "x": -115520, + "y": -9307, + "z": 38290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 0, + "pos": { + "x": -114720, + "y": -9307, + "z": 37920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 33, + "instId": 300005, + "propState": 0, + "pos": { + "x": -115520, + "y": -9307, + "z": 37420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 33, + "instId": 300006, + "propState": 0, + "pos": { + "x": -102370, + "y": -9307, + "z": 31510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 33, + "instId": 300007, + "propState": 0, + "pos": { + "x": -103170, + "y": -9307, + "z": 31170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 33, + "instId": 300008, + "propState": 0, + "pos": { + "x": -102370, + "y": -9307, + "z": 30670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [ + { + "groupId": 34, + "instId": 400001, + "pos": { + "x": -107310, + "y": -9275, + "z": 44210 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 0, + "pos": { + "x": -107230, + "y": -11167, + "z": 58380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 0, + "pos": { + "x": -103230, + "y": -11167, + "z": 58380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 0, + "pos": { + "x": -115520, + "y": -9307, + "z": 38290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 0, + "pos": { + "x": -114720, + "y": -9307, + "z": 37920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 0, + "pos": { + "x": -115520, + "y": -9307, + "z": 37420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300006, + "propState": 0, + "pos": { + "x": -102370, + "y": -9307, + "z": 31510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300007, + "propState": 0, + "pos": { + "x": -103170, + "y": -9307, + "z": 31170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300008, + "propState": 0, + "pos": { + "x": -102370, + "y": -9307, + "z": 30670 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [ + { + "groupId": 36, + "instId": 400001, + "pos": { + "x": -111310, + "y": -9307, + "z": 31210 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "37": { + "monsters": [ + { + "groupId": 37, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -107310, + "y": -9275, + "z": 45670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 0, + "pos": { + "x": -107310, + "y": -9275, + "z": 45670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 0, + "pos": { + "x": -107310, + "y": -9275, + "z": 45670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "38": { + "monsters": [ + { + "groupId": 38, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -110310, + "y": -9307, + "z": 43670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": -110310, + "y": -9307, + "z": 43670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "39": { + "monsters": [ + { + "groupId": 39, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -104310, + "y": -9307, + "z": 43670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 39, + "instId": 300001, + "propState": 0, + "pos": { + "x": -104310, + "y": -9307, + "z": 43670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 40, + "instId": 300001, + "propState": 0, + "pos": { + "x": -86434, + "y": 7325, + "z": -57808 + }, + "rot": { + "x": 0, + "y": 336518, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 0, + "pos": { + "x": -104971, + "y": -3608, + "z": -17294 + }, + "rot": { + "x": 0, + "y": 336518, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 41, + "instId": 300001, + "propState": 0, + "pos": { + "x": -100450, + "y": 1697, + "z": -33370 + }, + "rot": { + "x": 0, + "y": 65400, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 0, + "pos": { + "x": -96729, + "y": 1581, + "z": -31661 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 0, + "pos": { + "x": -97270, + "y": 1555, + "z": -42500 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 41, + "instId": 300004, + "propState": 0, + "pos": { + "x": -96389, + "y": 1560, + "z": -42503 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 41, + "instId": 300005, + "propState": 0, + "pos": { + "x": -96908, + "y": 1561, + "z": -43291 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 41, + "instId": 300006, + "propState": 0, + "pos": { + "x": -91604, + "y": 1607, + "z": -35478 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 41, + "instId": 300007, + "propState": 0, + "pos": { + "x": -92190, + "y": 1599, + "z": -36120 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 41, + "instId": 300008, + "propState": 0, + "pos": { + "x": -91254, + "y": 1545, + "z": -36242 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [ + { + "groupId": 42, + "instId": 400001, + "pos": { + "x": -96690, + "y": 1704, + "z": -36620 + }, + "rot": { + "x": 0, + "y": 155400, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 43, + "instId": 300001, + "propState": 0, + "pos": { + "x": -100450, + "y": 1697, + "z": -33370 + }, + "rot": { + "x": 0, + "y": 65400, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 0, + "pos": { + "x": -96729, + "y": 1581, + "z": -31661 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 43, + "instId": 300003, + "propState": 0, + "pos": { + "x": -97270, + "y": 1555, + "z": -42500 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 43, + "instId": 300004, + "propState": 0, + "pos": { + "x": -96389, + "y": 1560, + "z": -42503 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 43, + "instId": 300005, + "propState": 0, + "pos": { + "x": -96908, + "y": 1561, + "z": -43291 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 43, + "instId": 300006, + "propState": 0, + "pos": { + "x": -91604, + "y": 1607, + "z": -35478 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 43, + "instId": 300007, + "propState": 0, + "pos": { + "x": -92190, + "y": 1599, + "z": -36120 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 43, + "instId": 300008, + "propState": 0, + "pos": { + "x": -91254, + "y": 1545, + "z": -36242 + }, + "rot": { + "x": 0, + "y": 335400, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [ + { + "groupId": 44, + "instId": 400001, + "pos": { + "x": -94590, + "y": 1573, + "z": -45230 + }, + "rot": { + "x": 0, + "y": 140400, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "45": { + "monsters": [ + { + "groupId": 45, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -97746, + "y": 1740, + "z": -34335 + }, + "rot": { + "x": 0, + "y": 155400, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 45, + "instId": 300001, + "propState": 0, + "pos": { + "x": -97746, + "y": 1740, + "z": -34335 + }, + "rot": { + "x": 0, + "y": 155400, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 0, + "pos": { + "x": -97746, + "y": 1740, + "z": -34335 + }, + "rot": { + "x": 0, + "y": 155400, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "46": { + "monsters": [ + { + "groupId": 46, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -99641, + "y": 1782, + "z": -37403 + }, + "rot": { + "x": 0, + "y": 155400, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 46, + "instId": 300001, + "propState": 0, + "pos": { + "x": -99641, + "y": 1782, + "z": -37403 + }, + "rot": { + "x": 0, + "y": 155400, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "47": { + "monsters": [ + { + "groupId": 47, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -94185, + "y": 1620, + "z": -34905 + }, + "rot": { + "x": 0, + "y": 155400, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 0, + "pos": { + "x": -94185, + "y": 1620, + "z": -34905 + }, + "rot": { + "x": 0, + "y": 155400, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "48": { + "monsters": [ + { + "groupId": 48, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -99641, + "y": 1782, + "z": -37403 + }, + "rot": { + "x": 0, + "y": 155400, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 48, + "instId": 300001, + "propState": 0, + "pos": { + "x": -99641, + "y": 1782, + "z": -37403 + }, + "rot": { + "x": 0, + "y": 155400, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 0, + "pos": { + "x": -99641, + "y": 1782, + "z": -37403 + }, + "rot": { + "x": 0, + "y": 155400, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "49": { + "monsters": [ + { + "groupId": 49, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -110310, + "y": -9307, + "z": 43670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 49, + "instId": 300001, + "propState": 0, + "pos": { + "x": -110310, + "y": -9307, + "z": 43670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 0, + "pos": { + "x": -110310, + "y": -9307, + "z": 43670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "50": { + "monsters": [ + { + "groupId": 50, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -74000, + "y": -11186, + "z": 54000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300001, + "propState": 0, + "pos": { + "x": -74000, + "y": -11186, + "z": 54000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 0, + "pos": { + "x": -74000, + "y": -11186, + "z": 54000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "51": { + "monsters": [ + { + "groupId": 51, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -16840, + "y": -5731, + "z": 28000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 51, + "instId": 300001, + "propState": 0, + "pos": { + "x": -16840, + "y": -5731, + "z": 28000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 0, + "pos": { + "x": -16840, + "y": -5731, + "z": 28000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "52": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 52, + "instId": 300001, + "propState": 0, + "pos": { + "x": -59350, + "y": -7704, + "z": -22240 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 0, + "pos": { + "x": -15190, + "y": -9078, + "z": -17680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 52, + "instId": 300003, + "propState": 0, + "pos": { + "x": -26897, + "y": -5320, + "z": 21115 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 53, + "instId": 300001, + "propState": 0, + "pos": { + "x": 24917, + "y": 148839, + "z": -15661 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 53, + "instId": 300002, + "propState": 0, + "pos": { + "x": -15001, + "y": 176391, + "z": 51728 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 54, + "instId": 300001, + "propState": 0, + "pos": { + "x": 33545, + "y": -9077, + "z": -9270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 0, + "pos": { + "x": 52500, + "y": 2181, + "z": -62130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 55, + "instId": 300001, + "propState": 0, + "pos": { + "x": 26863, + "y": -9077, + "z": -23098 + }, + "rot": { + "x": 0, + "y": 19461, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 0, + "pos": { + "x": 28276, + "y": -9069, + "z": -19097 + }, + "rot": { + "x": 0, + "y": 289461, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 0, + "pos": { + "x": 37680, + "y": -9154, + "z": -22470 + }, + "rot": { + "x": 0, + "y": 21607, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 55, + "instId": 300004, + "propState": 0, + "pos": { + "x": 38295, + "y": -9153, + "z": -21839 + }, + "rot": { + "x": 0, + "y": 21607, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 55, + "instId": 300005, + "propState": 0, + "pos": { + "x": 38500, + "y": -9163, + "z": -22760 + }, + "rot": { + "x": 0, + "y": 21607, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 55, + "instId": 300006, + "propState": 0, + "pos": { + "x": 50641, + "y": -6672, + "z": -27850 + }, + "rot": { + "x": 0, + "y": 293949, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 55, + "instId": 300007, + "propState": 0, + "pos": { + "x": 50695, + "y": -6647, + "z": -28718 + }, + "rot": { + "x": 0, + "y": 293949, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 55, + "instId": 300008, + "propState": 0, + "pos": { + "x": 51433, + "y": -6652, + "z": -28130 + }, + "rot": { + "x": 0, + "y": 293949, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [ + { + "groupId": 56, + "instId": 400001, + "pos": { + "x": 39780, + "y": -2087, + "z": -43930 + }, + "rot": { + "x": 0, + "y": 203024, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "57": { + "monsters": [ + { + "groupId": 57, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 31950, + "y": -8948, + "z": -22690 + }, + "rot": { + "x": 0, + "y": 109461, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 57, + "instId": 300001, + "propState": 0, + "pos": { + "x": 31950, + "y": -8948, + "z": -22690 + }, + "rot": { + "x": 0, + "y": 109461, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 0, + "pos": { + "x": 31950, + "y": -8948, + "z": -22690 + }, + "rot": { + "x": 0, + "y": 109461, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "58": { + "monsters": [ + { + "groupId": 58, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 44359, + "y": -7682, + "z": -28201 + }, + "rot": { + "x": 0, + "y": 118212, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": 44359, + "y": -7682, + "z": -28201 + }, + "rot": { + "x": 0, + "y": 118212, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "59": { + "monsters": [ + { + "groupId": 59, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 50196, + "y": -5060, + "z": -37124 + }, + "rot": { + "x": 0, + "y": 213316, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 50196, + "y": -5060, + "z": -37124 + }, + "rot": { + "x": 0, + "y": 213316, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 60, + "instId": 300001, + "propState": 0, + "pos": { + "x": 72300, + "y": -10181, + "z": 35097 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 0, + "pos": { + "x": -6890, + "y": -4921, + "z": 26210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 61, + "instId": 300001, + "propState": 0, + "pos": { + "x": 61530, + "y": -10540, + "z": 31340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 0, + "pos": { + "x": 61530, + "y": -10540, + "z": 27340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 0, + "pos": { + "x": 44380, + "y": -7740, + "z": 31819 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 61, + "instId": 300004, + "propState": 0, + "pos": { + "x": 44010, + "y": -7740, + "z": 31019 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 61, + "instId": 300005, + "propState": 0, + "pos": { + "x": 43510, + "y": -7740, + "z": 31819 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 61, + "instId": 300006, + "propState": 0, + "pos": { + "x": 19340, + "y": -4616, + "z": 23980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 61, + "instId": 300007, + "propState": 0, + "pos": { + "x": 19000, + "y": -4493, + "z": 24780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 61, + "instId": 300008, + "propState": 0, + "pos": { + "x": 18500, + "y": -4312, + "z": 23980 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [ + { + "groupId": 62, + "instId": 400001, + "pos": { + "x": 16280, + "y": -3764, + "z": 28080 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "63": { + "monsters": [ + { + "groupId": 63, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 56900, + "y": -10540, + "z": 29810 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300001, + "propState": 0, + "pos": { + "x": 56900, + "y": -10540, + "z": 29810 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 0, + "pos": { + "x": 56900, + "y": -10540, + "z": 29810 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "64": { + "monsters": [ + { + "groupId": 64, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 26454, + "y": -5010, + "z": 26218 + }, + "rot": { + "x": 0, + "y": 261391, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": 26454, + "y": -5010, + "z": 26218 + }, + "rot": { + "x": 0, + "y": 261391, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "65": { + "monsters": [ + { + "groupId": 65, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 40030, + "y": -7740, + "z": 29340 + }, + "rot": { + "x": 0, + "y": 250000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 65, + "instId": 300001, + "propState": 0, + "pos": { + "x": 40030, + "y": -7740, + "z": 29340 + }, + "rot": { + "x": 0, + "y": 250000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 0, + "pos": { + "x": 105782, + "y": -7790, + "z": 21920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 0, + "pos": { + "x": 69049, + "y": -7139, + "z": -10630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 0, + "pos": { + "x": 74441, + "y": -7790, + "z": -9290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 0, + "pos": { + "x": 74441, + "y": -7790, + "z": -5290 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 67, + "instId": 300003, + "propState": 0, + "pos": { + "x": 82654, + "y": -7790, + "z": -9558 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 67, + "instId": 300004, + "propState": 0, + "pos": { + "x": 83024, + "y": -7790, + "z": -8758 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 67, + "instId": 300005, + "propState": 0, + "pos": { + "x": 83524, + "y": -7790, + "z": -9558 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 67, + "instId": 300006, + "propState": 0, + "pos": { + "x": 96548, + "y": -7790, + "z": -4990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 67, + "instId": 300007, + "propState": 0, + "pos": { + "x": 96888, + "y": -7790, + "z": -5790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 67, + "instId": 300008, + "propState": 0, + "pos": { + "x": 97388, + "y": -7790, + "z": -4990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [ + { + "groupId": 68, + "instId": 400001, + "pos": { + "x": 106840, + "y": -7790, + "z": 4870 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "69": { + "monsters": [ + { + "groupId": 69, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 77270, + "y": -7790, + "z": -7290 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 69, + "instId": 300001, + "propState": 0, + "pos": { + "x": 77270, + "y": -7790, + "z": -7290 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 0, + "pos": { + "x": 77270, + "y": -7790, + "z": -7290 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "70": { + "monsters": [ + { + "groupId": 70, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 105803, + "y": -7790, + "z": -6500 + }, + "rot": { + "x": 0, + "y": 359303, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 70, + "instId": 300001, + "propState": 0, + "pos": { + "x": 105803, + "y": -7790, + "z": -6500 + }, + "rot": { + "x": 0, + "y": 359303, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "71": { + "monsters": [ + { + "groupId": 71, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 87640, + "y": -7790, + "z": -6690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 71, + "instId": 300001, + "propState": 0, + "pos": { + "x": 87640, + "y": -7790, + "z": -6690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8123101": { + "P81231_F81231001": { + "scenes": { + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": 150461, + "y": 45886, + "z": -106690 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 0, + "pos": { + "x": 114621, + "y": 45702, + "z": -71318 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": 132298, + "y": 45702, + "z": -88996 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [ + { + "groupId": 22, + "instId": 400001, + "pos": { + "x": 126641, + "y": 45702, + "z": -87582 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 120020, + "y": 45702, + "z": -79904 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 0, + "pos": { + "x": 119083, + "y": 45702, + "z": -80249 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 0, + "pos": { + "x": 119823, + "y": 45702, + "z": -80883 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "propId": 102005 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": 56664, + "y": 42464, + "z": -62165 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": 107941, + "y": 45702, + "z": -62050 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 0, + "pos": { + "x": 88160, + "y": 45702, + "z": -31530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 24, + "instId": 300001, + "propState": 0, + "pos": { + "x": 74010, + "y": 45702, + "z": -65050 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": 77010, + "y": 45702, + "z": -59050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 0, + "pos": { + "x": 80010, + "y": 45702, + "z": -62050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 0, + "pos": { + "x": 80010, + "y": 45702, + "z": -62050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": 53326, + "y": 44040, + "z": 8206 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": 55360, + "y": 43963, + "z": 15690 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": 83563, + "y": 45702, + "z": -12257 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 0, + "pos": { + "x": 64002, + "y": 44094, + "z": -11066 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": 80088, + "y": 44010, + "z": -3835 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 0, + "pos": { + "x": 75845, + "y": 44010, + "z": -8078 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 0, + "pos": { + "x": 68067, + "y": 44010, + "z": 8186 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300004, + "propState": 0, + "pos": { + "x": 65946, + "y": 44010, + "z": 1822 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 0, + "pos": { + "x": 72309, + "y": 44010, + "z": 3943 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300006, + "propState": 0, + "pos": { + "x": 68661, + "y": 44010, + "z": 7592 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300007, + "propState": 0, + "pos": { + "x": 66498, + "y": 44010, + "z": 1270 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300008, + "propState": 0, + "pos": { + "x": 72925, + "y": 44010, + "z": 3328 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [ + { + "groupId": 28, + "instId": 400001, + "pos": { + "x": 75138, + "y": 44010, + "z": -3128 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": 41750, + "y": 42400, + "z": -39938 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 0, + "pos": { + "x": 64169, + "y": 44094, + "z": -11375 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": 55365, + "y": 42400, + "z": -14122 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 0, + "pos": { + "x": 59608, + "y": 42400, + "z": -18365 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 0, + "pos": { + "x": 43344, + "y": 42400, + "z": -26143 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 0, + "pos": { + "x": 49708, + "y": 42400, + "z": -28264 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300005, + "propState": 0, + "pos": { + "x": 47587, + "y": 42400, + "z": -21901 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300006, + "propState": 0, + "pos": { + "x": 43938, + "y": 42400, + "z": -25549 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300007, + "propState": 0, + "pos": { + "x": 50260, + "y": 42400, + "z": -27712 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300008, + "propState": 0, + "pos": { + "x": 48202, + "y": 42400, + "z": -21285 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": 54658, + "y": 42400, + "z": -19072 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 0, + "pos": { + "x": 54658, + "y": 42400, + "z": -19072 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 0, + "pos": { + "x": 65603, + "y": 45702, + "z": -62120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 0, + "pos": { + "x": 12539, + "y": 37651, + "z": -62205 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 0, + "pos": { + "x": 42390, + "y": 42400, + "z": -45632 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 36, + "instId": 300001, + "propState": 0, + "pos": { + "x": 30260, + "y": 42424, + "z": -65120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 0, + "pos": { + "x": 30260, + "y": 42424, + "z": -59120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "pos": { + "x": 47260, + "y": 42424, + "z": -65800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300004, + "propState": 0, + "pos": { + "x": 44260, + "y": 42424, + "z": -58630 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300005, + "propState": 0, + "pos": { + "x": 41260, + "y": 42424, + "z": -65800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300006, + "propState": 0, + "pos": { + "x": 46420, + "y": 42424, + "z": -65800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300007, + "propState": 0, + "pos": { + "x": 43479, + "y": 42424, + "z": -58630 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 36, + "instId": 300008, + "propState": 0, + "pos": { + "x": 40390, + "y": 42424, + "z": -65800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [ + { + "groupId": 37, + "instId": 400001, + "pos": { + "x": 34260, + "y": 42424, + "z": -62120 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4933, + "y": 13619, + "z": -12900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 0, + "pos": { + "x": -33080, + "y": 13595, + "z": -27025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 39, + "instId": 300001, + "propState": 0, + "pos": { + "x": -31890, + "y": 13619, + "z": -15470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 0, + "pos": { + "x": -31890, + "y": 13619, + "z": -9470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 0, + "pos": { + "x": -14890, + "y": 13619, + "z": -15470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 39, + "instId": 300004, + "propState": 0, + "pos": { + "x": -17890, + "y": 13619, + "z": -9470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 39, + "instId": 300005, + "propState": 0, + "pos": { + "x": -20890, + "y": 13619, + "z": -15470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 39, + "instId": 300006, + "propState": 0, + "pos": { + "x": -15730, + "y": 13619, + "z": -15470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 39, + "instId": 300007, + "propState": 0, + "pos": { + "x": -18671, + "y": 13619, + "z": -9470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 39, + "instId": 300008, + "propState": 0, + "pos": { + "x": -21760, + "y": 13619, + "z": -15470 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 40, + "instId": 300001, + "propState": 0, + "pos": { + "x": -27890, + "y": 13619, + "z": -12470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 0, + "pos": { + "x": -27890, + "y": 13619, + "z": -12470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 41, + "instId": 300001, + "propState": 0, + "pos": { + "x": 24971, + "y": 42425, + "z": -137669 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 0, + "pos": { + "x": 58820, + "y": 46051, + "z": -141670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 0, + "pos": { + "x": 34834, + "y": 46051, + "z": -170126 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 41, + "instId": 300004, + "propState": 0, + "pos": { + "x": 45126, + "y": 48033, + "z": -176100 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "pos": { + "x": 25800, + "y": 46051, + "z": -157310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 0, + "pos": { + "x": 25800, + "y": 46051, + "z": -151310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 0, + "pos": { + "x": 42800, + "y": 46051, + "z": -157310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 42, + "instId": 300004, + "propState": 0, + "pos": { + "x": 39800, + "y": 46051, + "z": -151310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 42, + "instId": 300005, + "propState": 0, + "pos": { + "x": 36800, + "y": 46051, + "z": -157310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 42, + "instId": 300006, + "propState": 0, + "pos": { + "x": 41960, + "y": 46051, + "z": -157310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 42, + "instId": 300007, + "propState": 0, + "pos": { + "x": 39019, + "y": 46051, + "z": -151310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 42, + "instId": 300008, + "propState": 0, + "pos": { + "x": 35930, + "y": 46051, + "z": -157310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [ + { + "groupId": 43, + "instId": 400001, + "pos": { + "x": 29800, + "y": 46051, + "z": -154310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 44, + "instId": 300001, + "propState": 0, + "pos": { + "x": 12348, + "y": 37651, + "z": -62305 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 0, + "pos": { + "x": 8797, + "y": 40700, + "z": -99510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 0, + "pos": { + "x": 13714, + "y": 36871, + "z": -46610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 45, + "instId": 300001, + "propState": 0, + "pos": { + "x": -2720, + "y": 37651, + "z": -57050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 0, + "pos": { + "x": 3280, + "y": 37651, + "z": -57050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 0, + "pos": { + "x": -2720, + "y": 39987, + "z": -96150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 45, + "instId": 300004, + "propState": 0, + "pos": { + "x": 3280, + "y": 39987, + "z": -92110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 45, + "instId": 300005, + "propState": 0, + "pos": { + "x": -2720, + "y": 37651, + "z": -69080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 45, + "instId": 300006, + "propState": 0, + "pos": { + "x": -2720, + "y": 39987, + "z": -95310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 45, + "instId": 300007, + "propState": 0, + "pos": { + "x": 3280, + "y": 39987, + "z": -91329 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 45, + "instId": 300008, + "propState": 0, + "pos": { + "x": -2720, + "y": 37651, + "z": -68210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 46, + "instId": 300001, + "propState": 0, + "pos": { + "x": 280, + "y": 37651, + "z": -61050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 0, + "pos": { + "x": 280, + "y": 37651, + "z": -61050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 0, + "pos": { + "x": 298, + "y": 39987, + "z": -83290 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 48, + "instId": 300001, + "propState": 0, + "pos": { + "x": 250, + "y": 39987, + "z": -84240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 49, + "instId": 300001, + "propState": 0, + "pos": { + "x": 57340, + "y": 46051, + "z": -141282 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 0, + "pos": { + "x": 30060, + "y": 46051, + "z": -100620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 49, + "instId": 300003, + "propState": 0, + "pos": { + "x": 72731, + "y": 48533, + "z": -123510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300001, + "propState": 0, + "pos": { + "x": 60340, + "y": 46051, + "z": -137310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 0, + "pos": { + "x": 54340, + "y": 46051, + "z": -137310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 0, + "pos": { + "x": 53320, + "y": 46051, + "z": -118170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 50, + "instId": 300004, + "propState": 0, + "pos": { + "x": 43000, + "y": 46051, + "z": -107810 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 50, + "instId": 300005, + "propState": 0, + "pos": { + "x": 60340, + "y": 46051, + "z": -126310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 50, + "instId": 300006, + "propState": 0, + "pos": { + "x": 53320, + "y": 46051, + "z": -119010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 50, + "instId": 300007, + "propState": 0, + "pos": { + "x": 43529, + "y": 46051, + "z": -108384 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 50, + "instId": 300008, + "propState": 0, + "pos": { + "x": 60340, + "y": 46051, + "z": -127180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 51, + "instId": 300001, + "propState": 0, + "pos": { + "x": 57340, + "y": 46051, + "z": -133310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 0, + "pos": { + "x": 57340, + "y": 46051, + "z": -133310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "52": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 52, + "instId": 300001, + "propState": 0, + "pos": { + "x": 53160, + "y": 46051, + "z": -113780 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 53, + "instId": 300001, + "propState": 0, + "pos": { + "x": 57230, + "y": 46051, + "z": -123440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 54, + "instId": 300001, + "propState": 0, + "pos": { + "x": -66750, + "y": 13965, + "z": 63556 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 0, + "pos": { + "x": -34530, + "y": 18031, + "z": 45080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 54, + "instId": 300004, + "propState": 0, + "pos": { + "x": -25810, + "y": 18031, + "z": 81710 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1029 + }, + { + "groupId": 54, + "instId": 300005, + "propState": 0, + "pos": { + "x": -30180, + "y": 18031, + "z": 89078 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1029 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 55, + "instId": 300001, + "propState": 0, + "pos": { + "x": -44320, + "y": 18031, + "z": 53500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 0, + "pos": { + "x": -50320, + "y": 18031, + "z": 53500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 0, + "pos": { + "x": -40650, + "y": 18031, + "z": 73140 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300004, + "propState": 0, + "pos": { + "x": -50320, + "y": 18031, + "z": 67500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300005, + "propState": 0, + "pos": { + "x": -41831, + "y": 18031, + "z": 81125 + }, + "rot": { + "x": 0, + "y": 317230, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300006, + "propState": 0, + "pos": { + "x": -41240, + "y": 18031, + "z": 72542 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300007, + "propState": 0, + "pos": { + "x": -50320, + "y": 18031, + "z": 66719 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 55, + "instId": 300008, + "propState": 0, + "pos": { + "x": -42459, + "y": 18031, + "z": 80551 + }, + "rot": { + "x": 0, + "y": 317230, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300001, + "propState": 0, + "pos": { + "x": -47320, + "y": 18031, + "z": 57500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 0, + "pos": { + "x": -47320, + "y": 18031, + "z": 57500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 57, + "instId": 300001, + "propState": 0, + "pos": { + "x": -47040, + "y": 18031, + "z": 70820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": -45913, + "y": 18031, + "z": 70268 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [ + { + "groupId": 59, + "instId": 400001, + "pos": { + "x": -35410, + "y": 18031, + "z": 82990 + }, + "rot": { + "x": 0, + "y": 115000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 61, + "instId": 300001, + "propState": 0, + "pos": { + "x": -31240, + "y": 18031, + "z": 82870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300002, + "propState": 0, + "pos": { + "x": -31240, + "y": 18031, + "z": 76870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 0, + "pos": { + "x": -45760, + "y": 18031, + "z": 66130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300004, + "propState": 0, + "pos": { + "x": -48681, + "y": 18031, + "z": 61400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300005, + "propState": 0, + "pos": { + "x": -39129, + "y": 18031, + "z": 74943 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300006, + "propState": 0, + "pos": { + "x": -44920, + "y": 18031, + "z": 66130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300007, + "propState": 0, + "pos": { + "x": -47900, + "y": 18031, + "z": 61400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 61, + "instId": 300008, + "propState": 0, + "pos": { + "x": -38520, + "y": 18031, + "z": 75540 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 62, + "instId": 300001, + "propState": 0, + "pos": { + "x": -35240, + "y": 18031, + "z": 79870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 0, + "pos": { + "x": -35240, + "y": 18031, + "z": 79870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300001, + "propState": 0, + "pos": { + "x": -43170, + "y": 18031, + "z": 74910 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": -44210, + "y": 18031, + "z": 73820 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 68, + "instId": 300001, + "propState": 0, + "pos": { + "x": 50460, + "y": 42424, + "z": -59110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 0, + "pos": { + "x": 50460, + "y": 42424, + "z": -65110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 0, + "pos": { + "x": 33460, + "y": 42424, + "z": -58610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 0, + "pos": { + "x": 36460, + "y": 42424, + "z": -65710 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 0, + "pos": { + "x": 39460, + "y": 42424, + "z": -58610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 0, + "pos": { + "x": 34300, + "y": 42424, + "z": -58610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300007, + "propState": 0, + "pos": { + "x": 37241, + "y": 42424, + "z": -65710 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 68, + "instId": 300008, + "propState": 0, + "pos": { + "x": 40330, + "y": 42424, + "z": -58610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 69, + "instId": 300001, + "propState": 0, + "pos": { + "x": 46460, + "y": 42424, + "z": -60970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 0, + "pos": { + "x": 46460, + "y": 42424, + "z": -60970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 70, + "instId": 300001, + "propState": 0, + "pos": { + "x": 46470, + "y": 42424, + "z": -63350 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8123201": { + "P81232_F81232001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": -36100, + "y": 1592, + "z": 10070 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": -404650, + "y": -45306, + "z": 90150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": -5890, + "y": 1532, + "z": 17080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -11890, + "y": 1532, + "z": 14080 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -117950, + "y": 11920, + "z": 4730 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": -199680, + "y": 15466, + "z": 4850 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": -127630, + "y": 11920, + "z": -1780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 0, + "pos": { + "x": -127630, + "y": 11920, + "z": 11330 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -172910, + "y": 15740, + "z": 2310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -172910, + "y": 15740, + "z": 7310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": -134210, + "y": 11863, + "z": 790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": -151590, + "y": 11863, + "z": 8453 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 0, + "pos": { + "x": -152051, + "y": 11844, + "z": 1057 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 0, + "pos": { + "x": -135181, + "y": 11863, + "z": 790 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 0, + "pos": { + "x": -153062, + "y": 11839, + "z": 7546 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 0, + "pos": { + "x": -153179, + "y": 11839, + "z": 1831 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34510, + "y": -2134, + "z": -172210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11780, + "y": 147, + "z": 157590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": -134650, + "y": 11822, + "z": 8330 + }, + "rot": { + "x": 0, + "y": 179964, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": -150090, + "y": 11660, + "z": -4310 + }, + "rot": { + "x": 0, + "y": 359964, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": -318610, + "y": -29518, + "z": 12087 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": -314290, + "y": -35386, + "z": 52830 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": -314797, + "y": -35485, + "z": 49191 + }, + "rot": { + "x": 0, + "y": 199762, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": -310260, + "y": -35485, + "z": 47560 + }, + "rot": { + "x": 0, + "y": 199762, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": -318682, + "y": -35236, + "z": 33065 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": -318791, + "y": -35225, + "z": 34295 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 0, + "pos": { + "x": -323070, + "y": -35609, + "z": 40290 + }, + "rot": { + "x": 0, + "y": 15000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 0, + "pos": { + "x": -319330, + "y": -35287, + "z": 35690 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 0, + "pos": { + "x": -311680, + "y": -35474, + "z": 30310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 0, + "pos": { + "x": -323057, + "y": -35957, + "z": 39123 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": -313850, + "y": -35485, + "z": 44170 + }, + "rot": { + "x": 0, + "y": 199762, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": -313850, + "y": -35485, + "z": 44170 + }, + "rot": { + "x": 0, + "y": 199762, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": -351790, + "y": -36980, + "z": 25900 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": -395340, + "y": -34393, + "z": 22760 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 0, + "pos": { + "x": -395340, + "y": -34393, + "z": -12210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": -378790, + "y": -36980, + "z": 20758 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": -378790, + "y": -36980, + "z": 25758 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 0, + "pos": { + "x": -367920, + "y": -37083, + "z": 27010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 0, + "pos": { + "x": -366790, + "y": -36980, + "z": 17510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 0, + "pos": { + "x": -367769, + "y": -36980, + "z": 17550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 0, + "pos": { + "x": -367034, + "y": -36980, + "z": 27010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 0, + "pos": { + "x": -368750, + "y": -36980, + "z": 17510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 0, + "pos": { + "x": -368840, + "y": -37038, + "z": 26940 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [ + { + "groupId": 17, + "instId": 400001, + "pos": { + "x": -374790, + "y": -36980, + "z": 23258 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -383260, + "y": -36969, + "z": -15220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [ + { + "groupId": 19, + "instId": 400001, + "pos": { + "x": -378260, + "y": -36969, + "z": -12220 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -368162, + "y": -36969, + "z": -12134 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 0, + "pos": { + "x": -368725, + "y": -36969, + "z": -11478 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102005 + }, + { + "groupId": 19, + "instId": 300005, + "propState": 0, + "pos": { + "x": -367890, + "y": -36969, + "z": -11546 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 102005 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": -361960, + "y": -36980, + "z": 24840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11780, + "y": 147, + "z": 157590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": -361960, + "y": -36980, + "z": 22137 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": -357760, + "y": -36980, + "z": 21070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 0, + "pos": { + "x": -357760, + "y": -36980, + "z": 26070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 0, + "pos": { + "x": -368060, + "y": -37086, + "z": 27009 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 0, + "pos": { + "x": -369370, + "y": -36980, + "z": 17510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 0, + "pos": { + "x": -370349, + "y": -37111, + "z": 17550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 0, + "pos": { + "x": -367020, + "y": -36980, + "z": 27010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 22, + "instId": 300007, + "propState": 0, + "pos": { + "x": -369900, + "y": -36980, + "z": 18430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 22, + "instId": 300008, + "propState": 0, + "pos": { + "x": -367530, + "y": -37016, + "z": 26150 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": -425960, + "y": -44510, + "z": 115420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": -404695, + "y": -45268, + "z": 90440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 24, + "instId": 300001, + "propState": 0, + "pos": { + "x": -409150, + "y": -44430, + "z": 117440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 0, + "pos": { + "x": -402150, + "y": -44430, + "z": 117440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 0, + "pos": { + "x": -409043, + "y": -44510, + "z": 101523 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300004, + "propState": 0, + "pos": { + "x": -398660, + "y": -44510, + "z": 106590 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 0, + "pos": { + "x": -398587, + "y": -44510, + "z": 107739 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 0, + "pos": { + "x": -409876, + "y": -44510, + "z": 102360 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300007, + "propState": 0, + "pos": { + "x": -398303, + "y": -44510, + "z": 105511 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 24, + "instId": 300008, + "propState": 0, + "pos": { + "x": -408965, + "y": -44510, + "z": 102399 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": -405650, + "y": -44430, + "z": 113440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 0, + "pos": { + "x": -313850, + "y": -35485, + "z": 44170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": -404471, + "y": -36870, + "z": -33230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": -395500, + "y": -39439, + "z": -67220 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": -404258, + "y": -39341, + "z": -75061 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 0, + "pos": { + "x": -404471, + "y": -36870, + "z": -33230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": -402046, + "y": -39361, + "z": -70180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 0, + "pos": { + "x": -407046, + "y": -39361, + "z": -70180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 0, + "pos": { + "x": -400918, + "y": -39439, + "z": -57625 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300004, + "propState": 0, + "pos": { + "x": -400870, + "y": -39439, + "z": -58820 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 0, + "pos": { + "x": -408170, + "y": -39439, + "z": -61430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300006, + "propState": 0, + "pos": { + "x": -408190, + "y": -39439, + "z": -60370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300007, + "propState": 0, + "pos": { + "x": -400870, + "y": -39439, + "z": -59970 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 27, + "instId": 300008, + "propState": 0, + "pos": { + "x": -408170, + "y": -39439, + "z": -62362 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [ + { + "groupId": 28, + "instId": 400001, + "pos": { + "x": -404470, + "y": -39439, + "z": -66280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 0, + "pos": { + "x": -464180, + "y": -44480, + "z": 85680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 0, + "pos": { + "x": -468776, + "y": -44549, + "z": 50039 + }, + "rot": { + "x": 0, + "y": 211606, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 0, + "pos": { + "x": -461680, + "y": -44480, + "z": 55550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 0, + "pos": { + "x": -466680, + "y": -44480, + "z": 55550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 0, + "pos": { + "x": -468180, + "y": -44480, + "z": 68160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300004, + "propState": 0, + "pos": { + "x": -460010, + "y": -44480, + "z": 68037 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300005, + "propState": 0, + "pos": { + "x": -459498, + "y": -44480, + "z": 69094 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 0, + "pos": { + "x": -467280, + "y": -44480, + "z": 68160 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300007, + "propState": 0, + "pos": { + "x": -468210, + "y": -44480, + "z": 68990 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 30, + "instId": 300008, + "propState": 0, + "pos": { + "x": -460410, + "y": -44480, + "z": 69094 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [ + { + "groupId": 31, + "instId": 400001, + "pos": { + "x": -464180, + "y": -44480, + "z": 59550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": -465730, + "y": -51245, + "z": -64850 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 0, + "pos": { + "x": -499270, + "y": -51140, + "z": -27870 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": -495330, + "y": -51245, + "z": -32340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 0, + "pos": { + "x": -501330, + "y": -51245, + "z": -32340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 0, + "pos": { + "x": -491300, + "y": -51247, + "z": -48820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 0, + "pos": { + "x": -503740, + "y": -51247, + "z": -54010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300005, + "propState": 0, + "pos": { + "x": -505110, + "y": -51247, + "z": -51840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300006, + "propState": 0, + "pos": { + "x": -492240, + "y": -51247, + "z": -48820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300007, + "propState": 0, + "pos": { + "x": -503510, + "y": -51247, + "z": -43238 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 33, + "instId": 300008, + "propState": 0, + "pos": { + "x": -504420, + "y": -51245, + "z": -43890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": -498330, + "y": -51245, + "z": -36340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 0, + "pos": { + "x": -498330, + "y": -51245, + "z": -36340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 0, + "pos": { + "x": -498420, + "y": -51245, + "z": -60060 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 36, + "instId": 300001, + "propState": 0, + "pos": { + "x": -498420, + "y": -51245, + "z": -57560 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 0, + "pos": { + "x": -483131, + "y": -46390, + "z": 28130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 0, + "pos": { + "x": -506925, + "y": -50618, + "z": -976 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 37, + "instId": 300003, + "propState": 0, + "pos": { + "x": -582859, + "y": -58600, + "z": 4880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": -578339, + "y": -58600, + "z": 2339 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 0, + "pos": { + "x": -578339, + "y": -58600, + "z": 7339 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 0, + "pos": { + "x": -516310, + "y": -51245, + "z": 9730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 0, + "pos": { + "x": -526370, + "y": -51245, + "z": 1260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 38, + "instId": 300005, + "propState": 0, + "pos": { + "x": -549945, + "y": -53509, + "z": 1520 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 38, + "instId": 300006, + "propState": 0, + "pos": { + "x": -522860, + "y": -51245, + "z": 10150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 38, + "instId": 300007, + "propState": 0, + "pos": { + "x": -526370, + "y": -51245, + "z": 8470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 38, + "instId": 300008, + "propState": 0, + "pos": { + "x": -549945, + "y": -53509, + "z": 8320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 39, + "instId": 300001, + "propState": 0, + "pos": { + "x": -572790, + "y": -58500, + "z": 4930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 0, + "pos": { + "x": -498330, + "y": -51245, + "z": -36340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 40, + "instId": 300001, + "propState": 0, + "pos": { + "x": -522240, + "y": -51245, + "z": -1810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 41, + "instId": 300001, + "propState": 0, + "pos": { + "x": -543790, + "y": -53509, + "z": 5100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "pos": { + "x": -572790, + "y": -58500, + "z": 4930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 0, + "pos": { + "x": -498330, + "y": -51245, + "z": -36340 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 43, + "instId": 300001, + "propState": 0, + "pos": { + "x": -522240, + "y": -51245, + "z": -1810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 44, + "instId": 300001, + "propState": 0, + "pos": { + "x": -543790, + "y": -53509, + "z": 5100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [ + { + "groupId": 45, + "instId": 400001, + "pos": { + "x": -514370, + "y": -51245, + "z": 16180 + }, + "rot": { + "x": 0, + "y": 105000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 46, + "instId": 300001, + "propState": 0, + "pos": { + "x": -483131, + "y": -46390, + "z": 28130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 0, + "pos": { + "x": -415160, + "y": -34556, + "z": 4760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 0, + "pos": { + "x": -468776, + "y": -44549, + "z": 50039 + }, + "rot": { + "x": 0, + "y": 211606, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 0, + "pos": { + "x": -468050, + "y": -45535, + "z": 41790 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 0, + "pos": { + "x": -473050, + "y": -45535, + "z": 42780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 0, + "pos": { + "x": -459402, + "y": -38668, + "z": -2807 + }, + "rot": { + "x": 0, + "y": 312833, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 0, + "pos": { + "x": -478150, + "y": -46390, + "z": 31430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 0, + "pos": { + "x": -466270, + "y": -46390, + "z": 34350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 0, + "pos": { + "x": -460076, + "y": -38877, + "z": -2182 + }, + "rot": { + "x": 0, + "y": 312833, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 47, + "instId": 300007, + "propState": 0, + "pos": { + "x": -479087, + "y": -46390, + "z": 30251 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 47, + "instId": 300008, + "propState": 0, + "pos": { + "x": -466270, + "y": -46390, + "z": 33320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 48, + "instId": 300001, + "propState": 0, + "pos": { + "x": -471150, + "y": -45691, + "z": 37630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 0, + "pos": { + "x": -471150, + "y": -45691, + "z": 37630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 49, + "instId": 300001, + "propState": 0, + "pos": { + "x": -464962, + "y": -41038, + "z": 8912 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300001, + "propState": 0, + "pos": { + "x": -464962, + "y": -41038, + "z": 8912 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "52": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 52, + "instId": 300001, + "propState": 0, + "pos": { + "x": -395340, + "y": -34393, + "z": -12210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8131101": { + "P81311_F81311001": { + "scenes": { + "5": { + "monsters": [], + "npcs": [], + "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": 1, + "pos": { + "x": 81346, + "y": 22089, + "z": -196925 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "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": 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": 1, + "pos": { + "x": 110204, + "y": 22109, + "z": -217944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300011, + "propState": 1, + "pos": { + "x": -156331, + "y": -4910, + "z": -79773 + }, + "rot": { + "x": 0, + "y": 270000, + "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": 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": 1, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300016, + "propState": 0, + "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": 0, + "pos": { + "x": -190551, + "y": 16032, + "z": -52573 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 1, + "pos": { + "x": -116165, + "y": 22090, + "z": -175809 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300006, + "propState": 0, + "pos": { + "x": 159229, + "y": 27793, + "z": -139048 + }, + "rot": { + "x": 0, + "y": 15697, + "z": 0 + }, + "propId": 103013 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "pos": { + "x": 261211, + "y": 32420, + "z": -410195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": -179190, + "y": -4760, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": -30400, + "y": -15925, + "z": -259750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 0, + "pos": { + "x": 30250, + "y": -15925, + "z": -259750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3000, + "y": -15915, + "z": -264530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "27": { + "monsters": [ + { + "groupId": 27, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 0, + "y": -15884, + "z": -270530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": 3000, + "y": -15915, + "z": -267530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": -15884, + "z": -270530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": -15884, + "z": -270530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 28, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3000, + "y": -15915, + "z": -264530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "29": { + "monsters": [ + { + "groupId": 29, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 0, + "y": -15884, + "z": -270530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": -15884, + "z": -270530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 0, + "pos": { + "x": 143460, + "y": 25100, + "z": -196786 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 0, + "pos": { + "x": 84580, + "y": 16260, + "z": -196890 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 0, + "pos": { + "x": 110433, + "y": 22080, + "z": -222433 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 0, + "pos": { + "x": 109580, + "y": 22112, + "z": -196890 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [ + { + "groupId": 32, + "instId": 400001, + "pos": { + "x": 104580, + "y": 22124, + "z": -199890 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 94469, + "y": 22103, + "z": -199143 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 0, + "pos": { + "x": 94050, + "y": 22103, + "z": -200049 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 32, + "instId": 300005, + "propState": 0, + "pos": { + "x": 95022, + "y": 22103, + "z": -199974 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 103014 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": -149300, + "y": 25087, + "z": -196810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 0, + "pos": { + "x": -115850, + "y": 22077, + "z": -222182 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": -127267, + "y": 22138, + "z": -198810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 0, + "pos": { + "x": -127267, + "y": 22138, + "z": -194810 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 0, + "pos": { + "x": -117137, + "y": 22099, + "z": -200810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 34, + "instId": 300004, + "propState": 0, + "pos": { + "x": -116767, + "y": 22099, + "z": -200010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 34, + "instId": 300005, + "propState": 0, + "pos": { + "x": -116267, + "y": 22125, + "z": -200810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 34, + "instId": 300006, + "propState": 0, + "pos": { + "x": -111107, + "y": 22090, + "z": -192810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 34, + "instId": 300007, + "propState": 0, + "pos": { + "x": -110767, + "y": 22124, + "z": -193610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 34, + "instId": 300008, + "propState": 0, + "pos": { + "x": -110267, + "y": 22090, + "z": -192810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [ + { + "groupId": 35, + "instId": 400001, + "pos": { + "x": -121690, + "y": 22095, + "z": -196810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 36, + "instId": 300001, + "propState": 0, + "pos": { + "x": -127267, + "y": 22138, + "z": -198810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 0, + "pos": { + "x": -127267, + "y": 22138, + "z": -194810 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "pos": { + "x": -117137, + "y": 22099, + "z": -200810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300004, + "propState": 0, + "pos": { + "x": -116767, + "y": 22099, + "z": -200010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300005, + "propState": 0, + "pos": { + "x": -116267, + "y": 22125, + "z": -200810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300006, + "propState": 0, + "pos": { + "x": -111107, + "y": 22090, + "z": -192810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300007, + "propState": 0, + "pos": { + "x": -110767, + "y": 22124, + "z": -193610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300008, + "propState": 0, + "pos": { + "x": -110267, + "y": 22090, + "z": -192810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [ + { + "groupId": 37, + "instId": 400001, + "pos": { + "x": -110807, + "y": 22090, + "z": -200810 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "38": { + "monsters": [ + { + "groupId": 38, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -125267, + "y": 22095, + "z": -196810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": -125267, + "y": 22095, + "z": -196810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 0, + "pos": { + "x": -125267, + "y": 22095, + "z": -196810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "39": { + "monsters": [ + { + "groupId": 39, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -123267, + "y": 22104, + "z": -199810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 39, + "instId": 300001, + "propState": 0, + "pos": { + "x": -123267, + "y": 22104, + "z": -199810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "40": { + "monsters": [ + { + "groupId": 40, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -123267, + "y": 22104, + "z": -193810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 40, + "instId": 300001, + "propState": 0, + "pos": { + "x": -123267, + "y": 22104, + "z": -193810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 41, + "instId": 300001, + "propState": 0, + "pos": { + "x": 75440, + "y": 22090, + "z": -229000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 0, + "pos": { + "x": 75890, + "y": 22090, + "z": -181930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 0, + "pos": { + "x": 87715, + "y": 22090, + "z": -196667 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "pos": { + "x": 73550, + "y": 22090, + "z": -195260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 0, + "pos": { + "x": 77550, + "y": 22090, + "z": -195260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 0, + "pos": { + "x": 71764, + "y": 22090, + "z": -204800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300004, + "propState": 0, + "pos": { + "x": 72564, + "y": 22090, + "z": -205170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300005, + "propState": 0, + "pos": { + "x": 71764, + "y": 22090, + "z": -205670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300006, + "propState": 0, + "pos": { + "x": 79764, + "y": 22090, + "z": -211420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300007, + "propState": 0, + "pos": { + "x": 78964, + "y": 22090, + "z": -211760 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300008, + "propState": 0, + "pos": { + "x": 79764, + "y": 22090, + "z": -212260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [ + { + "groupId": 43, + "instId": 400001, + "pos": { + "x": 75764, + "y": 22090, + "z": -200150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 44, + "instId": 300001, + "propState": 0, + "pos": { + "x": 73550, + "y": 22090, + "z": -195260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 0, + "pos": { + "x": 77550, + "y": 22090, + "z": -195260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 0, + "pos": { + "x": 71764, + "y": 22090, + "z": -204800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 44, + "instId": 300004, + "propState": 0, + "pos": { + "x": 72564, + "y": 22090, + "z": -205170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 44, + "instId": 300005, + "propState": 0, + "pos": { + "x": 71764, + "y": 22090, + "z": -205670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 44, + "instId": 300006, + "propState": 0, + "pos": { + "x": 79764, + "y": 22090, + "z": -211420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 44, + "instId": 300007, + "propState": 0, + "pos": { + "x": 78964, + "y": 22090, + "z": -211760 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 44, + "instId": 300008, + "propState": 0, + "pos": { + "x": 79764, + "y": 22090, + "z": -212260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [ + { + "groupId": 45, + "instId": 400001, + "pos": { + "x": 73055, + "y": 22095, + "z": -210836 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "46": { + "monsters": [ + { + "groupId": 46, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 75764, + "y": 22090, + "z": -197260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 46, + "instId": 300001, + "propState": 0, + "pos": { + "x": 75764, + "y": 22090, + "z": -197260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 0, + "pos": { + "x": 75764, + "y": 22090, + "z": -197260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "47": { + "monsters": [ + { + "groupId": 47, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 72764, + "y": 22090, + "z": -199260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 0, + "pos": { + "x": 72764, + "y": 22090, + "z": -199260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "48": { + "monsters": [ + { + "groupId": 48, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 78764, + "y": 22090, + "z": -199260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 48, + "instId": 300001, + "propState": 0, + "pos": { + "x": 78764, + "y": 22090, + "z": -199260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 65, + "instId": 300001, + "propState": 0, + "pos": { + "x": -166520, + "y": 29490, + "z": -62610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 0, + "pos": { + "x": -166470, + "y": 29490, + "z": -62610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 0, + "pos": { + "x": -161501, + "y": 27490, + "z": -89610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 0, + "pos": { + "x": -161501, + "y": 31490, + "z": -89610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 66, + "instId": 300003, + "propState": 0, + "pos": { + "x": -161501, + "y": 25490, + "z": -79480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 66, + "instId": 300004, + "propState": 0, + "pos": { + "x": -161501, + "y": 26290, + "z": -79110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 66, + "instId": 300005, + "propState": 0, + "pos": { + "x": -161501, + "y": 25490, + "z": -78610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 66, + "instId": 300006, + "propState": 0, + "pos": { + "x": -161501, + "y": 33490, + "z": -73450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 66, + "instId": 300007, + "propState": 0, + "pos": { + "x": -161501, + "y": 32690, + "z": -73110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 66, + "instId": 300008, + "propState": 0, + "pos": { + "x": -161501, + "y": 33490, + "z": -72610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [ + { + "groupId": 67, + "instId": 400001, + "pos": { + "x": -161501, + "y": 29490, + "z": -83060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "68": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 68, + "instId": 300001, + "propState": 0, + "pos": { + "x": -161501, + "y": 27490, + "z": -89610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 0, + "pos": { + "x": -161501, + "y": 31490, + "z": -89610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 0, + "pos": { + "x": -161501, + "y": 25490, + "z": -79480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 68, + "instId": 300004, + "propState": 0, + "pos": { + "x": -161501, + "y": 26290, + "z": -79110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 68, + "instId": 300005, + "propState": 0, + "pos": { + "x": -161501, + "y": 25490, + "z": -78610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 68, + "instId": 300006, + "propState": 0, + "pos": { + "x": -161501, + "y": 33490, + "z": -73450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 68, + "instId": 300007, + "propState": 0, + "pos": { + "x": -161501, + "y": 32690, + "z": -73110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 68, + "instId": 300008, + "propState": 0, + "pos": { + "x": -161501, + "y": 33490, + "z": -72610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [ + { + "groupId": 69, + "instId": 400001, + "pos": { + "x": -161501, + "y": 25490, + "z": -73150 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "70": { + "monsters": [ + { + "groupId": 70, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -161501, + "y": 29490, + "z": -87610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 70, + "instId": 300001, + "propState": 0, + "pos": { + "x": -161501, + "y": 29490, + "z": -87610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 0, + "pos": { + "x": -161501, + "y": 29490, + "z": -87610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "71": { + "monsters": [ + { + "groupId": 71, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -161501, + "y": 26490, + "z": -85610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 71, + "instId": 300001, + "propState": 0, + "pos": { + "x": -161501, + "y": 26490, + "z": -85610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "72": { + "monsters": [ + { + "groupId": 72, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -161501, + "y": 32490, + "z": -85610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 0, + "pos": { + "x": -161501, + "y": 32490, + "z": -85610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300001, + "propState": 0, + "pos": { + "x": -124560, + "y": 28400, + "z": -110440 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 0, + "pos": { + "x": -124810, + "y": 28400, + "z": -108150 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 0, + "pos": { + "x": -151560, + "y": 30400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 0, + "pos": { + "x": -151560, + "y": 26400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 74, + "instId": 300003, + "propState": 0, + "pos": { + "x": -141430, + "y": 32400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 74, + "instId": 300004, + "propState": 0, + "pos": { + "x": -141060, + "y": 31600, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 74, + "instId": 300005, + "propState": 0, + "pos": { + "x": -140560, + "y": 32400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 74, + "instId": 300006, + "propState": 0, + "pos": { + "x": -135400, + "y": 24400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 74, + "instId": 300007, + "propState": 0, + "pos": { + "x": -135060, + "y": 25200, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 74, + "instId": 300008, + "propState": 0, + "pos": { + "x": -134560, + "y": 24400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [ + { + "groupId": 75, + "instId": 400001, + "pos": { + "x": -145230, + "y": 28410, + "z": -103860 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 76, + "instId": 300001, + "propState": 0, + "pos": { + "x": -151560, + "y": 30400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 76, + "instId": 300002, + "propState": 0, + "pos": { + "x": -151560, + "y": 26400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 76, + "instId": 300003, + "propState": 0, + "pos": { + "x": -141430, + "y": 32400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300004, + "propState": 0, + "pos": { + "x": -141060, + "y": 31600, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300005, + "propState": 0, + "pos": { + "x": -140560, + "y": 32400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300006, + "propState": 0, + "pos": { + "x": -135400, + "y": 24400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300007, + "propState": 0, + "pos": { + "x": -135060, + "y": 25200, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300008, + "propState": 0, + "pos": { + "x": -134560, + "y": 24400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [ + { + "groupId": 77, + "instId": 400001, + "pos": { + "x": -135100, + "y": 32400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "78": { + "monsters": [ + { + "groupId": 78, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -149560, + "y": 28400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": -149560, + "y": 28400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 0, + "pos": { + "x": -149560, + "y": 28400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "79": { + "monsters": [ + { + "groupId": 79, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -147560, + "y": 31400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 0, + "pos": { + "x": -147560, + "y": 31400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "80": { + "monsters": [ + { + "groupId": 80, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -147560, + "y": 25400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300001, + "propState": 0, + "pos": { + "x": -147560, + "y": 25400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 81, + "instId": 300001, + "propState": 0, + "pos": { + "x": 146210, + "y": 35094, + "z": -243770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 0, + "pos": { + "x": 128160, + "y": 30560, + "z": -270029 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 82, + "instId": 300001, + "propState": 0, + "pos": { + "x": 134490, + "y": 35070, + "z": -265963 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 0, + "pos": { + "x": 134490, + "y": 35070, + "z": -261963 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300003, + "propState": 0, + "pos": { + "x": 144620, + "y": 34866, + "z": -267963 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 82, + "instId": 300004, + "propState": 0, + "pos": { + "x": 144990, + "y": 34866, + "z": -267163 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 82, + "instId": 300005, + "propState": 0, + "pos": { + "x": 145490, + "y": 34866, + "z": -267963 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 82, + "instId": 300006, + "propState": 0, + "pos": { + "x": 150650, + "y": 34866, + "z": -261680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 82, + "instId": 300007, + "propState": 0, + "pos": { + "x": 150990, + "y": 34866, + "z": -262480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 82, + "instId": 300008, + "propState": 0, + "pos": { + "x": 151490, + "y": 34866, + "z": -261680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [ + { + "groupId": 83, + "instId": 400001, + "pos": { + "x": 141340, + "y": 34866, + "z": -263970 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 84, + "instId": 300001, + "propState": 0, + "pos": { + "x": 134490, + "y": 35070, + "z": -265963 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 84, + "instId": 300002, + "propState": 0, + "pos": { + "x": 134490, + "y": 35070, + "z": -261963 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 84, + "instId": 300003, + "propState": 0, + "pos": { + "x": 144620, + "y": 34866, + "z": -267963 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 84, + "instId": 300004, + "propState": 0, + "pos": { + "x": 144990, + "y": 34866, + "z": -267163 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 84, + "instId": 300005, + "propState": 0, + "pos": { + "x": 145490, + "y": 34866, + "z": -267963 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 84, + "instId": 300006, + "propState": 0, + "pos": { + "x": 150650, + "y": 34866, + "z": -261664 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 84, + "instId": 300007, + "propState": 0, + "pos": { + "x": 150990, + "y": 34866, + "z": -262464 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 84, + "instId": 300008, + "propState": 0, + "pos": { + "x": 151490, + "y": 34866, + "z": -261664 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [ + { + "groupId": 85, + "instId": 400001, + "pos": { + "x": 151030, + "y": 34866, + "z": -266380 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "86": { + "monsters": [ + { + "groupId": 86, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 136490, + "y": 35070, + "z": -263963 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 86, + "instId": 300001, + "propState": 0, + "pos": { + "x": 136490, + "y": 35070, + "z": -263963 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 86, + "instId": 300002, + "propState": 0, + "pos": { + "x": 136490, + "y": 35070, + "z": -263963 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "87": { + "monsters": [ + { + "groupId": 87, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 138490, + "y": 34866, + "z": -266000 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 87, + "instId": 300001, + "propState": 0, + "pos": { + "x": 138490, + "y": 34866, + "z": -266000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "88": { + "monsters": [ + { + "groupId": 88, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 138490, + "y": 34866, + "z": -262000 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 88, + "instId": 300001, + "propState": 0, + "pos": { + "x": 138490, + "y": 34866, + "z": -262000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "89": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 89, + "instId": 300001, + "propState": 0, + "pos": { + "x": 146245, + "y": 47046, + "z": -284460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 89, + "instId": 300002, + "propState": 0, + "pos": { + "x": 146343, + "y": 53970, + "z": -283660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 90, + "instId": 300001, + "propState": 0, + "pos": { + "x": 148343, + "y": 47050, + "z": -256660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 0, + "pos": { + "x": 144343, + "y": 47050, + "z": -256660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 90, + "instId": 300003, + "propState": 0, + "pos": { + "x": 150343, + "y": 47050, + "z": -266790 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 90, + "instId": 300004, + "propState": 0, + "pos": { + "x": 149543, + "y": 47050, + "z": -267160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 90, + "instId": 300005, + "propState": 0, + "pos": { + "x": 150343, + "y": 47050, + "z": -267660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 90, + "instId": 300006, + "propState": 0, + "pos": { + "x": 142343, + "y": 47050, + "z": -272820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 90, + "instId": 300007, + "propState": 0, + "pos": { + "x": 143143, + "y": 47050, + "z": -273160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 90, + "instId": 300008, + "propState": 0, + "pos": { + "x": 142343, + "y": 47050, + "z": -273660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [ + { + "groupId": 91, + "instId": 400001, + "pos": { + "x": 146343, + "y": 47046, + "z": -262940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 92, + "instId": 300001, + "propState": 0, + "pos": { + "x": 148343, + "y": 47050, + "z": -256660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 0, + "pos": { + "x": 144343, + "y": 47050, + "z": -256660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 0, + "pos": { + "x": 150343, + "y": 47050, + "z": -266790 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 92, + "instId": 300004, + "propState": 0, + "pos": { + "x": 149543, + "y": 47050, + "z": -267160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 92, + "instId": 300005, + "propState": 0, + "pos": { + "x": 150343, + "y": 47050, + "z": -267660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 92, + "instId": 300006, + "propState": 0, + "pos": { + "x": 142343, + "y": 47050, + "z": -272820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 92, + "instId": 300007, + "propState": 0, + "pos": { + "x": 143143, + "y": 47050, + "z": -273160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 92, + "instId": 300008, + "propState": 0, + "pos": { + "x": 142343, + "y": 47050, + "z": -273660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [ + { + "groupId": 93, + "instId": 400001, + "pos": { + "x": 150343, + "y": 47050, + "z": -273120 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "94": { + "monsters": [ + { + "groupId": 94, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 146343, + "y": 47046, + "z": -258660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 94, + "instId": 300001, + "propState": 0, + "pos": { + "x": 146343, + "y": 47046, + "z": -258660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 0, + "pos": { + "x": 146343, + "y": 47046, + "z": -258660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "95": { + "monsters": [ + { + "groupId": 95, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 149343, + "y": 47050, + "z": -260660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 95, + "instId": 300001, + "propState": 0, + "pos": { + "x": 149343, + "y": 47050, + "z": -260660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "96": { + "monsters": [ + { + "groupId": 96, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 143343, + "y": 47032, + "z": -260660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": 143343, + "y": 47032, + "z": -260660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "97": { + "monsters": [ + { + "groupId": 97, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -123267, + "y": 22104, + "z": -199810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 97, + "instId": 300001, + "propState": 0, + "pos": { + "x": -123267, + "y": 22104, + "z": -199810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 97, + "instId": 300002, + "propState": 0, + "pos": { + "x": -123267, + "y": 22104, + "z": -199810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "98": { + "monsters": [ + { + "groupId": 98, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 72764, + "y": 22090, + "z": -199260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 98, + "instId": 300001, + "propState": 0, + "pos": { + "x": 72764, + "y": 22090, + "z": -199260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 98, + "instId": 300002, + "propState": 0, + "pos": { + "x": 72764, + "y": 22090, + "z": -199260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "99": { + "monsters": [ + { + "groupId": 99, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -147560, + "y": 31400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 99, + "instId": 300001, + "propState": 0, + "pos": { + "x": -147560, + "y": 31400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 99, + "instId": 300002, + "propState": 0, + "pos": { + "x": -147560, + "y": 31400, + "z": -103857 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "100": { + "monsters": [ + { + "groupId": 100, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -161501, + "y": 26490, + "z": -85610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 100, + "instId": 300001, + "propState": 0, + "pos": { + "x": -161501, + "y": 26490, + "z": -85610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 100, + "instId": 300002, + "propState": 0, + "pos": { + "x": -161501, + "y": 26490, + "z": -85610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "101": { + "monsters": [ + { + "groupId": 101, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 138490, + "y": 34866, + "z": -266000 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 101, + "instId": 300001, + "propState": 0, + "pos": { + "x": 138490, + "y": 34866, + "z": -266000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300002, + "propState": 0, + "pos": { + "x": 138490, + "y": 34866, + "z": -266000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "102": { + "monsters": [ + { + "groupId": 102, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 149343, + "y": 47050, + "z": -260660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 102, + "instId": 300001, + "propState": 0, + "pos": { + "x": 149343, + "y": 47050, + "z": -260660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 102, + "instId": 300002, + "propState": 0, + "pos": { + "x": 149343, + "y": 47050, + "z": -260660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8131201": { + "P81312_F81312001": { + "scenes": { + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": -117268, + "y": 11518, + "z": -23780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -102700, + "y": 11517, + "z": -3940 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -117400, + "y": 11521, + "z": 1220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [ + { + "groupId": 8, + "instId": 400001, + "pos": { + "x": -114400, + "y": 11533, + "z": -3780 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -115147, + "y": 11517, + "z": -13891 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": -114241, + "y": 11521, + "z": -14310 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 0, + "pos": { + "x": -114316, + "y": 11533, + "z": -13338 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 103014 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": -117260, + "y": 11517, + "z": 38783 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": -117260, + "y": 3410, + "z": 43970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": -120260, + "y": 11517, + "z": 74970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "11": { + "monsters": [ + { + "groupId": 11, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -117260, + "y": 11517, + "z": 68970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": -114260, + "y": 11517, + "z": 71970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": -117260, + "y": 11517, + "z": 68970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": -117260, + "y": 11517, + "z": 68970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": -120260, + "y": 11517, + "z": 74970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "13": { + "monsters": [ + { + "groupId": 13, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -117260, + "y": 11517, + "z": 68970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -117260, + "y": 11517, + "z": 68970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": -185750, + "y": 14160, + "z": -127900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": -185750, + "y": 14160, + "z": -127940 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": -186380, + "y": 12160, + "z": -157560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": -186380, + "y": 16160, + "z": -157560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 0, + "pos": { + "x": -186380, + "y": 21923, + "z": -146070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 0, + "pos": { + "x": -186380, + "y": 22723, + "z": -145700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 0, + "pos": { + "x": -186380, + "y": 21923, + "z": -145200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 0, + "pos": { + "x": -186203, + "y": 18160, + "z": -140040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 0, + "pos": { + "x": -186380, + "y": 17360, + "z": -139700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300008, + "propState": 0, + "pos": { + "x": -186380, + "y": 18160, + "z": -139200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [ + { + "groupId": 16, + "instId": 400001, + "pos": { + "x": -186380, + "y": 14160, + "z": -154070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": -186380, + "y": 12160, + "z": -156200 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": -186380, + "y": 16160, + "z": -156200 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "pos": { + "x": -186380, + "y": 21890, + "z": -146070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 0, + "pos": { + "x": -186380, + "y": 22690, + "z": -145700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 0, + "pos": { + "x": -186380, + "y": 21890, + "z": -145200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 0, + "pos": { + "x": -186203, + "y": 18160, + "z": -140040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 0, + "pos": { + "x": -186380, + "y": 17360, + "z": -139700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 17, + "instId": 300008, + "propState": 0, + "pos": { + "x": -186380, + "y": 18160, + "z": -139200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [ + { + "groupId": 18, + "instId": 400001, + "pos": { + "x": -186380, + "y": 11010, + "z": -138850 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "19": { + "monsters": [ + { + "groupId": 19, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -186380, + "y": 14160, + "z": -154200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "pos": { + "x": -186380, + "y": 14160, + "z": -154200 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 0, + "pos": { + "x": -186380, + "y": 14160, + "z": -154200 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "20": { + "monsters": [ + { + "groupId": 20, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -186380, + "y": 11160, + "z": -152200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": -186380, + "y": 11160, + "z": -152200 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "21": { + "monsters": [ + { + "groupId": 21, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -186380, + "y": 17160, + "z": -152200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": -186380, + "y": 17160, + "z": -152200 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": -117310, + "y": 11541, + "z": -180140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 0, + "pos": { + "x": -128203, + "y": 6010, + "z": -154580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": -119490, + "y": 11527, + "z": -153140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": -115490, + "y": 11518, + "z": -153140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 0, + "pos": { + "x": -121190, + "y": 11511, + "z": -162770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 0, + "pos": { + "x": -120390, + "y": 11511, + "z": -163140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 0, + "pos": { + "x": -121190, + "y": 11511, + "z": -163640 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 0, + "pos": { + "x": -114770, + "y": 11511, + "z": -165980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 0, + "pos": { + "x": -115570, + "y": 11511, + "z": -166320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 0, + "pos": { + "x": -114770, + "y": 11511, + "z": -166820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [ + { + "groupId": 24, + "instId": 400001, + "pos": { + "x": -117490, + "y": 11518, + "z": -158890 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": -119490, + "y": 11527, + "z": -153140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 0, + "pos": { + "x": -115490, + "y": 11518, + "z": -153140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 25, + "instId": 300003, + "propState": 0, + "pos": { + "x": -121190, + "y": 11511, + "z": -162770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 25, + "instId": 300004, + "propState": 0, + "pos": { + "x": -120390, + "y": 11511, + "z": -163140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 25, + "instId": 300005, + "propState": 0, + "pos": { + "x": -121190, + "y": 11511, + "z": -163640 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 25, + "instId": 300006, + "propState": 0, + "pos": { + "x": -114770, + "y": 11511, + "z": -165980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 25, + "instId": 300007, + "propState": 0, + "pos": { + "x": -115570, + "y": 11511, + "z": -166320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 25, + "instId": 300008, + "propState": 0, + "pos": { + "x": -114770, + "y": 11511, + "z": -166820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [ + { + "groupId": 26, + "instId": 400001, + "pos": { + "x": -119730, + "y": 11511, + "z": -166400 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "27": { + "monsters": [ + { + "groupId": 27, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -117490, + "y": 11518, + "z": -155140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": -117490, + "y": 11518, + "z": -155140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 0, + "pos": { + "x": -117490, + "y": 11518, + "z": -155140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "28": { + "monsters": [ + { + "groupId": 28, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -120490, + "y": 11518, + "z": -157140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 28, + "instId": 300001, + "propState": 0, + "pos": { + "x": -120490, + "y": 11518, + "z": -157140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "29": { + "monsters": [ + { + "groupId": 29, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -114490, + "y": 11541, + "z": -157140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 0, + "pos": { + "x": -114490, + "y": 11541, + "z": -157140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 0, + "pos": { + "x": -123070, + "y": 17521, + "z": -99980 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 0, + "pos": { + "x": -122701, + "y": 11511, + "z": -93567 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 0, + "pos": { + "x": -155640, + "y": 11511, + "z": -98000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 0, + "pos": { + "x": -155640, + "y": 11511, + "z": -94000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 0, + "pos": { + "x": -145510, + "y": 11511, + "z": -100000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 0, + "pos": { + "x": -145140, + "y": 11511, + "z": -99200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 31, + "instId": 300005, + "propState": 0, + "pos": { + "x": -144640, + "y": 11511, + "z": -100000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 31, + "instId": 300006, + "propState": 0, + "pos": { + "x": -134030, + "y": 14511, + "z": -96002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 31, + "instId": 300007, + "propState": 0, + "pos": { + "x": -133690, + "y": 14511, + "z": -96802 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 31, + "instId": 300008, + "propState": 0, + "pos": { + "x": -133190, + "y": 14511, + "z": -96002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [ + { + "groupId": 32, + "instId": 400001, + "pos": { + "x": -150080, + "y": 11511, + "z": -96010 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": -155640, + "y": 11511, + "z": -98000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 0, + "pos": { + "x": -155640, + "y": 11511, + "z": -94000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 0, + "pos": { + "x": -145510, + "y": 11511, + "z": -100000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 0, + "pos": { + "x": -145140, + "y": 11511, + "z": -99200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 33, + "instId": 300005, + "propState": 0, + "pos": { + "x": -144640, + "y": 11511, + "z": -100000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 33, + "instId": 300006, + "propState": 0, + "pos": { + "x": -134030, + "y": 14511, + "z": -96002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 33, + "instId": 300007, + "propState": 0, + "pos": { + "x": -133690, + "y": 14511, + "z": -96802 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 33, + "instId": 300008, + "propState": 0, + "pos": { + "x": -133190, + "y": 14511, + "z": -96002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [ + { + "groupId": 34, + "instId": 400001, + "pos": { + "x": -132298, + "y": 14511, + "z": -101918 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "35": { + "monsters": [ + { + "groupId": 35, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -153640, + "y": 11511, + "z": -96000 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 0, + "pos": { + "x": -153640, + "y": 11511, + "z": -96000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 0, + "pos": { + "x": -153640, + "y": 11511, + "z": -96000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "36": { + "monsters": [ + { + "groupId": 36, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -151640, + "y": 11511, + "z": -99000 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 36, + "instId": 300001, + "propState": 0, + "pos": { + "x": -151640, + "y": 11511, + "z": -99000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "37": { + "monsters": [ + { + "groupId": 37, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -151640, + "y": 11511, + "z": -93000 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 0, + "pos": { + "x": -151640, + "y": 11511, + "z": -93000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 46, + "instId": 300001, + "propState": 0, + "pos": { + "x": -146890, + "y": -1170, + "z": -136217 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 46, + "instId": 300002, + "propState": 0, + "pos": { + "x": -146930, + "y": 480, + "z": -134480 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 0, + "pos": { + "x": -178150, + "y": 5511, + "z": -137280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 0, + "pos": { + "x": -178150, + "y": 5511, + "z": -133280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 0, + "pos": { + "x": -168020, + "y": 5511, + "z": -137620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 0, + "pos": { + "x": -167650, + "y": 5511, + "z": -136820 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 0, + "pos": { + "x": -167150, + "y": 5511, + "z": -137620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 0, + "pos": { + "x": -161990, + "y": 5511, + "z": -131630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300007, + "propState": 0, + "pos": { + "x": -161650, + "y": 5511, + "z": -132430 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 47, + "instId": 300008, + "propState": 0, + "pos": { + "x": -161150, + "y": 5511, + "z": -131630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [ + { + "groupId": 48, + "instId": 400001, + "pos": { + "x": -171650, + "y": 5511, + "z": -135280 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 49, + "instId": 300001, + "propState": 0, + "pos": { + "x": -178150, + "y": 5511, + "z": -137280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 0, + "pos": { + "x": -178150, + "y": 5511, + "z": -133280 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 49, + "instId": 300003, + "propState": 0, + "pos": { + "x": -168020, + "y": 5511, + "z": -137631 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 49, + "instId": 300004, + "propState": 0, + "pos": { + "x": -167650, + "y": 5511, + "z": -136831 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 49, + "instId": 300005, + "propState": 0, + "pos": { + "x": -167150, + "y": 5511, + "z": -137631 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 49, + "instId": 300006, + "propState": 0, + "pos": { + "x": -161947, + "y": 5666, + "z": -131598 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 49, + "instId": 300007, + "propState": 0, + "pos": { + "x": -161607, + "y": 5666, + "z": -132398 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 49, + "instId": 300008, + "propState": 0, + "pos": { + "x": -161107, + "y": 5666, + "z": -131598 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [ + { + "groupId": 50, + "instId": 400001, + "pos": { + "x": -161643, + "y": 5511, + "z": -138047 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "51": { + "monsters": [ + { + "groupId": 51, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -174720, + "y": 5511, + "z": -135270 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 51, + "instId": 300001, + "propState": 0, + "pos": { + "x": -174720, + "y": 5511, + "z": -135270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 0, + "pos": { + "x": -174720, + "y": 5511, + "z": -135270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "52": { + "monsters": [ + { + "groupId": 52, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -172316, + "y": 5511, + "z": -137270 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 52, + "instId": 300001, + "propState": 0, + "pos": { + "x": -172316, + "y": 5511, + "z": -137270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "53": { + "monsters": [ + { + "groupId": 53, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -172316, + "y": 5511, + "z": -133270 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 53, + "instId": 300001, + "propState": 0, + "pos": { + "x": -172316, + "y": 5511, + "z": -133270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "54": { + "monsters": [ + { + "groupId": 54, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -120490, + "y": 11518, + "z": -157140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 54, + "instId": 300001, + "propState": 0, + "pos": { + "x": -120490, + "y": 11518, + "z": -157140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 54, + "instId": 300002, + "propState": 0, + "pos": { + "x": -120490, + "y": 11518, + "z": -157140 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "55": { + "monsters": [ + { + "groupId": 55, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -172316, + "y": 5511, + "z": -137270 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 55, + "instId": 300001, + "propState": 0, + "pos": { + "x": -172316, + "y": 5511, + "z": -137270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 0, + "pos": { + "x": -172316, + "y": 5511, + "z": -137270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "56": { + "monsters": [ + { + "groupId": 56, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -186380, + "y": 11160, + "z": -152200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300001, + "propState": 0, + "pos": { + "x": -186380, + "y": 11160, + "z": -152200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 0, + "pos": { + "x": -186380, + "y": 11160, + "z": -152200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "57": { + "monsters": [ + { + "groupId": 57, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -151640, + "y": 11511, + "z": -99000 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 57, + "instId": 300001, + "propState": 0, + "pos": { + "x": -151640, + "y": 11511, + "z": -99000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 0, + "pos": { + "x": -151640, + "y": 11511, + "z": -99000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": -81650, + "y": 29720, + "z": -92567 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 0, + "pos": { + "x": -81366, + "y": 29720, + "z": -92540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 60, + "instId": 300001, + "propState": 0, + "pos": { + "x": -84390, + "y": 27720, + "z": -64370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 0, + "pos": { + "x": -84390, + "y": 31720, + "z": -64370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 60, + "instId": 300003, + "propState": 0, + "pos": { + "x": -84548, + "y": 25720, + "z": -74500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 60, + "instId": 300004, + "propState": 0, + "pos": { + "x": -84548, + "y": 26520, + "z": -74870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 60, + "instId": 300005, + "propState": 0, + "pos": { + "x": -84548, + "y": 25720, + "z": -75370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 60, + "instId": 300006, + "propState": 0, + "pos": { + "x": -84390, + "y": 33720, + "z": -80530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 60, + "instId": 300007, + "propState": 0, + "pos": { + "x": -84390, + "y": 32920, + "z": -80870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 60, + "instId": 300008, + "propState": 0, + "pos": { + "x": -84390, + "y": 33720, + "z": -81370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [ + { + "groupId": 61, + "instId": 400001, + "pos": { + "x": -84390, + "y": 29720, + "z": -70630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 62, + "instId": 300001, + "propState": 0, + "pos": { + "x": -84390, + "y": 27720, + "z": -64370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 0, + "pos": { + "x": -84390, + "y": 31720, + "z": -64370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 62, + "instId": 300003, + "propState": 0, + "pos": { + "x": -84548, + "y": 25720, + "z": -74500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 62, + "instId": 300004, + "propState": 0, + "pos": { + "x": -84548, + "y": 26520, + "z": -74870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 62, + "instId": 300005, + "propState": 0, + "pos": { + "x": -84548, + "y": 25720, + "z": -75370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 62, + "instId": 300006, + "propState": 0, + "pos": { + "x": -84390, + "y": 33720, + "z": -80530 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 62, + "instId": 300007, + "propState": 0, + "pos": { + "x": -84390, + "y": 32920, + "z": -80870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 62, + "instId": 300008, + "propState": 0, + "pos": { + "x": -84390, + "y": 33720, + "z": -81370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [ + { + "groupId": 63, + "instId": 400001, + "pos": { + "x": -84390, + "y": 25720, + "z": -80830 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "64": { + "monsters": [ + { + "groupId": 64, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -84390, + "y": 29720, + "z": -66370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": -84390, + "y": 29720, + "z": -66370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 0, + "pos": { + "x": -84390, + "y": 29720, + "z": -66370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "65": { + "monsters": [ + { + "groupId": 65, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -84390, + "y": 26720, + "z": -68370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 65, + "instId": 300001, + "propState": 0, + "pos": { + "x": -84390, + "y": 26720, + "z": -68370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "66": { + "monsters": [ + { + "groupId": 66, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -84640, + "y": 32720, + "z": -68370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 0, + "pos": { + "x": -84640, + "y": 32720, + "z": -68370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "67": { + "monsters": [ + { + "groupId": 67, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -84390, + "y": 26720, + "z": -68370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 0, + "pos": { + "x": -84390, + "y": 26720, + "z": -68370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 0, + "pos": { + "x": -84390, + "y": 26720, + "z": -68370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300001, + "propState": 1, + "pos": { + "x": -114327, + "y": 11511, + "z": -189950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 1, + "pos": { + "x": -126390, + "y": 11517, + "z": -9949 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103032 + } + ], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 84, + "instId": 300001, + "propState": 0, + "pos": { + "x": -103410, + "y": -680, + "z": -57890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 84, + "instId": 300002, + "propState": 0, + "pos": { + "x": -126044, + "y": 17521, + "z": -45956 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 84, + "instId": 300003, + "propState": 0, + "pos": { + "x": -147200, + "y": 11482, + "z": -67265 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 85, + "instId": 300001, + "propState": 0, + "pos": { + "x": -153650, + "y": 11511, + "z": -53960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 0, + "pos": { + "x": -153650, + "y": 11511, + "z": -49960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 85, + "instId": 300003, + "propState": 0, + "pos": { + "x": -142960, + "y": 11554, + "z": -54353 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 85, + "instId": 300004, + "propState": 0, + "pos": { + "x": -142590, + "y": 11554, + "z": -53553 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 85, + "instId": 300005, + "propState": 0, + "pos": { + "x": -142090, + "y": 11554, + "z": -54353 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 85, + "instId": 300006, + "propState": 0, + "pos": { + "x": -129010, + "y": 11554, + "z": -49544 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 85, + "instId": 300007, + "propState": 0, + "pos": { + "x": -128670, + "y": 11554, + "z": -50344 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 85, + "instId": 300008, + "propState": 0, + "pos": { + "x": -127870, + "y": 11554, + "z": -49580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [ + { + "groupId": 86, + "instId": 400001, + "pos": { + "x": -109220, + "y": 11554, + "z": -59660 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "87": { + "monsters": [ + { + "groupId": 87, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -150450, + "y": 11554, + "z": -51960 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 87, + "instId": 300001, + "propState": 0, + "pos": { + "x": -150450, + "y": 11554, + "z": -51960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300002, + "propState": 0, + "pos": { + "x": -150450, + "y": 11554, + "z": -51960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "88": { + "monsters": [ + { + "groupId": 88, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -121330, + "y": 11554, + "z": -51960 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 88, + "instId": 300001, + "propState": 0, + "pos": { + "x": -121330, + "y": 11554, + "z": -51960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "89": { + "monsters": [ + { + "groupId": 89, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -136120, + "y": 11554, + "z": -51950 + }, + "rot": { + "x": 0, + "y": 90100, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 89, + "instId": 300001, + "propState": 0, + "pos": { + "x": -136120, + "y": 11554, + "z": -51950 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "90": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 90, + "instId": 300001, + "propState": 0, + "pos": { + "x": -114910, + "y": 11481, + "z": -39220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 90, + "instId": 300002, + "propState": 0, + "pos": { + "x": -114910, + "y": 11481, + "z": -39220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 91, + "instId": 300001, + "propState": 0, + "pos": { + "x": -87910, + "y": 11518, + "z": -67020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 91, + "instId": 300002, + "propState": 0, + "pos": { + "x": -87910, + "y": 11518, + "z": -63020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 91, + "instId": 300003, + "propState": 0, + "pos": { + "x": -104270, + "y": 11518, + "z": -66283 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 91, + "instId": 300004, + "propState": 0, + "pos": { + "x": -104640, + "y": 11518, + "z": -65483 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 91, + "instId": 300005, + "propState": 0, + "pos": { + "x": -105140, + "y": 11518, + "z": -66283 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 91, + "instId": 300006, + "propState": 0, + "pos": { + "x": -126560, + "y": 11481, + "z": -55539 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 91, + "instId": 300007, + "propState": 0, + "pos": { + "x": -126900, + "y": 11481, + "z": -56339 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 91, + "instId": 300008, + "propState": 0, + "pos": { + "x": -127400, + "y": 11481, + "z": -55539 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [ + { + "groupId": 92, + "instId": 400001, + "pos": { + "x": -129930, + "y": 11480, + "z": -59850 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "93": { + "monsters": [ + { + "groupId": 93, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": -92890, + "y": 11481, + "z": -65020 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 0, + "pos": { + "x": -92890, + "y": 11481, + "z": -65020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 93, + "instId": 300002, + "propState": 0, + "pos": { + "x": -92890, + "y": 11481, + "z": -65020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "94": { + "monsters": [ + { + "groupId": 94, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -120260, + "y": 11480, + "z": -58000 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 94, + "instId": 300001, + "propState": 0, + "pos": { + "x": -120260, + "y": 11480, + "z": -58000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "95": { + "monsters": [ + { + "groupId": 95, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -110490, + "y": 11480, + "z": -63750 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 95, + "instId": 300001, + "propState": 0, + "pos": { + "x": -110490, + "y": 11480, + "z": -63750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "8131301": { + "P81313_F81313001": { + "scenes": { + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": 299010, + "y": 168500, + "z": 450510 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": 300740, + "y": 158510, + "z": 450510 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": 302680, + "y": 172169, + "z": 411090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "9": { + "monsters": [ + { + "groupId": 9, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 299680, + "y": 172169, + "z": 417090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 296680, + "y": 172169, + "z": 414090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1004 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": 299680, + "y": 172169, + "z": 417090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 0, + "pos": { + "x": 299680, + "y": 172169, + "z": 417090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": 302680, + "y": 171833, + "z": 411090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "11": { + "monsters": [ + { + "groupId": 11, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 299680, + "y": 172169, + "z": 417090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 299680, + "y": 172169, + "z": 417090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": 150865, + "y": 142920, + "z": 436525 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": 154596, + "y": 142920, + "z": 418700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "pos": { + "x": 198281, + "y": 143006, + "z": 442390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 0, + "pos": { + "x": 198800, + "y": 143006, + "z": 430510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": 186890, + "y": 140017, + "z": 438690 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": 186890, + "y": 140017, + "z": 434690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": 177780, + "y": 140016, + "z": 440690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": 177410, + "y": 140017, + "z": 439890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 0, + "pos": { + "x": 176910, + "y": 140016, + "z": 440690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 0, + "pos": { + "x": 172800, + "y": 140000, + "z": 433750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 0, + "pos": { + "x": 172460, + "y": 140000, + "z": 434550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 0, + "pos": { + "x": 171960, + "y": 140000, + "z": 433750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [ + { + "groupId": 14, + "instId": 400001, + "pos": { + "x": 181710, + "y": 139725, + "z": 436690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": 186890, + "y": 140017, + "z": 438690 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": 186890, + "y": 140017, + "z": 434690 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 0, + "pos": { + "x": 177780, + "y": 140016, + "z": 440690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 0, + "pos": { + "x": 177410, + "y": 140017, + "z": 439890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 0, + "pos": { + "x": 176910, + "y": 140016, + "z": 440690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 0, + "pos": { + "x": 172800, + "y": 140000, + "z": 433750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300007, + "propState": 0, + "pos": { + "x": 172460, + "y": 140000, + "z": 434550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 15, + "instId": 300008, + "propState": 0, + "pos": { + "x": 171960, + "y": 140000, + "z": 433750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [ + { + "groupId": 16, + "instId": 400001, + "pos": { + "x": 172020, + "y": 140000, + "z": 438970 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "17": { + "monsters": [ + { + "groupId": 17, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 184890, + "y": 139725, + "z": 436690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": 184890, + "y": 139725, + "z": 436690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": 184890, + "y": 139725, + "z": 436690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "18": { + "monsters": [ + { + "groupId": 18, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 182890, + "y": 139679, + "z": 439690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": 182890, + "y": 139679, + "z": 439690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "19": { + "monsters": [ + { + "groupId": 19, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 182890, + "y": 139679, + "z": 433690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "pos": { + "x": 182890, + "y": 139679, + "z": 433690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": 190260, + "y": 140155, + "z": 430500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 0, + "pos": { + "x": 190260, + "y": 140155, + "z": 442380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": 202330, + "y": 143041, + "z": 445390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 0, + "pos": { + "x": 206330, + "y": 143006, + "z": 445390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 0, + "pos": { + "x": 201200, + "y": 143006, + "z": 437110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 0, + "pos": { + "x": 202000, + "y": 143006, + "z": 436740 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 0, + "pos": { + "x": 201200, + "y": 143006, + "z": 436240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 0, + "pos": { + "x": 208780, + "y": 143007, + "z": 431080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 0, + "pos": { + "x": 207980, + "y": 143041, + "z": 430740 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 0, + "pos": { + "x": 208780, + "y": 143007, + "z": 430240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [ + { + "groupId": 22, + "instId": 400001, + "pos": { + "x": 204330, + "y": 143006, + "z": 442050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": 202330, + "y": 143041, + "z": 445390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": 206330, + "y": 143006, + "z": 445390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 0, + "pos": { + "x": 201200, + "y": 143006, + "z": 437110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 0, + "pos": { + "x": 202000, + "y": 143006, + "z": 436740 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 0, + "pos": { + "x": 201200, + "y": 143006, + "z": 436240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 0, + "pos": { + "x": 208780, + "y": 143007, + "z": 431080 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 0, + "pos": { + "x": 207980, + "y": 143041, + "z": 430740 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 0, + "pos": { + "x": 208780, + "y": 143007, + "z": 430240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [ + { + "groupId": 24, + "instId": 400001, + "pos": { + "x": 200930, + "y": 143006, + "z": 430940 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "25": { + "monsters": [ + { + "groupId": 25, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 204330, + "y": 143006, + "z": 445240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": 204330, + "y": 143006, + "z": 445240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 25, + "instId": 300002, + "propState": 0, + "pos": { + "x": 204330, + "y": 143006, + "z": 445240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "26": { + "monsters": [ + { + "groupId": 26, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 201330, + "y": 143006, + "z": 443240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": 201330, + "y": 143006, + "z": 443240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "27": { + "monsters": [ + { + "groupId": 27, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 207330, + "y": 143006, + "z": 443240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": 207330, + "y": 143006, + "z": 443240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 28, + "instId": 300001, + "propState": 0, + "pos": { + "x": 111510, + "y": 182429, + "z": 699020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 0, + "pos": { + "x": 118817, + "y": 182600, + "z": 740010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 0, + "pos": { + "x": 101100, + "y": 184549, + "z": 720660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 0, + "pos": { + "x": 127510, + "y": 182514, + "z": 736310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [ + { + "groupId": 30, + "instId": 400001, + "pos": { + "x": 130510, + "y": 182429, + "z": 731310 + }, + "rot": { + "x": 0, + "y": 195000, + "z": 0 + }, + "npcId": 1013 + } + ], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 129763, + "y": 182429, + "z": 721199 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 30, + "instId": 300004, + "propState": 0, + "pos": { + "x": 130669, + "y": 182429, + "z": 720780 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 103014 + }, + { + "groupId": 30, + "instId": 300005, + "propState": 0, + "pos": { + "x": 130594, + "y": 182429, + "z": 721752 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 103014 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 0, + "pos": { + "x": 70580, + "y": 178407, + "z": 708640 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 0, + "pos": { + "x": 75941, + "y": 175342, + "z": 668850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": 75010, + "y": 178407, + "z": 681640 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 32, + "instId": 300002, + "propState": 0, + "pos": { + "x": 71010, + "y": 178407, + "z": 681640 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 0, + "pos": { + "x": 77010, + "y": 178407, + "z": 691770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 0, + "pos": { + "x": 76210, + "y": 178407, + "z": 692140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 32, + "instId": 300005, + "propState": 0, + "pos": { + "x": 77010, + "y": 178407, + "z": 692640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 32, + "instId": 300006, + "propState": 0, + "pos": { + "x": 69010, + "y": 178407, + "z": 697800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 32, + "instId": 300007, + "propState": 0, + "pos": { + "x": 69810, + "y": 178407, + "z": 698140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 32, + "instId": 300008, + "propState": 0, + "pos": { + "x": 69010, + "y": 178407, + "z": 698640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [ + { + "groupId": 33, + "instId": 400001, + "pos": { + "x": 73010, + "y": 178407, + "z": 687550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": 75010, + "y": 178407, + "z": 681640 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 0, + "pos": { + "x": 71010, + "y": 178407, + "z": 681640 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 0, + "pos": { + "x": 77010, + "y": 178407, + "z": 691770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 34, + "instId": 300004, + "propState": 0, + "pos": { + "x": 76210, + "y": 178407, + "z": 692140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 34, + "instId": 300005, + "propState": 0, + "pos": { + "x": 77010, + "y": 178407, + "z": 692640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 34, + "instId": 300006, + "propState": 0, + "pos": { + "x": 69010, + "y": 178407, + "z": 697800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 34, + "instId": 300007, + "propState": 0, + "pos": { + "x": 69810, + "y": 178407, + "z": 698140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 34, + "instId": 300008, + "propState": 0, + "pos": { + "x": 69010, + "y": 178407, + "z": 698640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [ + { + "groupId": 35, + "instId": 400001, + "pos": { + "x": 77010, + "y": 178407, + "z": 698100 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "36": { + "monsters": [ + { + "groupId": 36, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 73010, + "y": 178407, + "z": 683640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 36, + "instId": 300001, + "propState": 0, + "pos": { + "x": 73010, + "y": 178407, + "z": 683640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 0, + "pos": { + "x": 73010, + "y": 178407, + "z": 683640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "37": { + "monsters": [ + { + "groupId": 37, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 76010, + "y": 178407, + "z": 685640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 0, + "pos": { + "x": 76010, + "y": 178407, + "z": 685640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "38": { + "monsters": [ + { + "groupId": 38, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 70010, + "y": 178407, + "z": 685640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": 70010, + "y": 178407, + "z": 685640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 39, + "instId": 300001, + "propState": 0, + "pos": { + "x": 95670, + "y": 200710, + "z": 574750 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 0, + "pos": { + "x": 122290, + "y": 200694, + "z": 551210 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 40, + "instId": 300001, + "propState": 0, + "pos": { + "x": 122860, + "y": 200610, + "z": 570540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 0, + "pos": { + "x": 122860, + "y": 200610, + "z": 566540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 40, + "instId": 300003, + "propState": 0, + "pos": { + "x": 112730, + "y": 200610, + "z": 572540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 40, + "instId": 300004, + "propState": 0, + "pos": { + "x": 112360, + "y": 200610, + "z": 571740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 40, + "instId": 300005, + "propState": 0, + "pos": { + "x": 111860, + "y": 200610, + "z": 572540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 40, + "instId": 300006, + "propState": 0, + "pos": { + "x": 106700, + "y": 200610, + "z": 564540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 40, + "instId": 300007, + "propState": 0, + "pos": { + "x": 106360, + "y": 200610, + "z": 565340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 40, + "instId": 300008, + "propState": 0, + "pos": { + "x": 105860, + "y": 200610, + "z": 564540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [ + { + "groupId": 41, + "instId": 400001, + "pos": { + "x": 118860, + "y": 200610, + "z": 563540 + }, + "rot": { + "x": 0, + "y": 285000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "pos": { + "x": 122860, + "y": 200610, + "z": 570540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 0, + "pos": { + "x": 122860, + "y": 200610, + "z": 566540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 0, + "pos": { + "x": 112730, + "y": 200610, + "z": 572540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300004, + "propState": 0, + "pos": { + "x": 112360, + "y": 200610, + "z": 571740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300005, + "propState": 0, + "pos": { + "x": 111860, + "y": 200610, + "z": 572540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300006, + "propState": 0, + "pos": { + "x": 106700, + "y": 200610, + "z": 564540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300007, + "propState": 0, + "pos": { + "x": 106360, + "y": 200610, + "z": 565340 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 42, + "instId": 300008, + "propState": 0, + "pos": { + "x": 105860, + "y": 200610, + "z": 564540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [ + { + "groupId": 43, + "instId": 400001, + "pos": { + "x": 106400, + "y": 200610, + "z": 572540 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "44": { + "monsters": [ + { + "groupId": 44, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 120860, + "y": 200610, + "z": 568540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 44, + "instId": 300001, + "propState": 0, + "pos": { + "x": 120860, + "y": 200610, + "z": 568540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 0, + "pos": { + "x": 120860, + "y": 200610, + "z": 568540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "45": { + "monsters": [ + { + "groupId": 45, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 118860, + "y": 200610, + "z": 571540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 45, + "instId": 300001, + "propState": 0, + "pos": { + "x": 118860, + "y": 200610, + "z": 571540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "46": { + "monsters": [ + { + "groupId": 46, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 118860, + "y": 200610, + "z": 565540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 46, + "instId": 300001, + "propState": 0, + "pos": { + "x": 118860, + "y": 200610, + "z": 565540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 0, + "pos": { + "x": 69270, + "y": 181320, + "z": 416370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 0, + "pos": { + "x": 44560, + "y": 192820, + "z": 425709 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 48, + "instId": 300001, + "propState": 0, + "pos": { + "x": 71560, + "y": 191300, + "z": 418370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 0, + "pos": { + "x": 71560, + "y": 191300, + "z": 414370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 48, + "instId": 300003, + "propState": 0, + "pos": { + "x": 61430, + "y": 191300, + "z": 420370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 48, + "instId": 300004, + "propState": 0, + "pos": { + "x": 61060, + "y": 191300, + "z": 419570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 48, + "instId": 300005, + "propState": 0, + "pos": { + "x": 60560, + "y": 191300, + "z": 420370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 48, + "instId": 300006, + "propState": 0, + "pos": { + "x": 55400, + "y": 191300, + "z": 412370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 48, + "instId": 300007, + "propState": 0, + "pos": { + "x": 55060, + "y": 191300, + "z": 413170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 48, + "instId": 300008, + "propState": 0, + "pos": { + "x": 54560, + "y": 191300, + "z": 412370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [ + { + "groupId": 49, + "instId": 400001, + "pos": { + "x": 65500, + "y": 191300, + "z": 416370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300001, + "propState": 0, + "pos": { + "x": 71560, + "y": 191300, + "z": 418370 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 0, + "pos": { + "x": 71560, + "y": 191300, + "z": 414370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 0, + "pos": { + "x": 61430, + "y": 191300, + "z": 420370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 50, + "instId": 300004, + "propState": 0, + "pos": { + "x": 61060, + "y": 191300, + "z": 419570 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 50, + "instId": 300005, + "propState": 0, + "pos": { + "x": 60560, + "y": 191300, + "z": 420370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 50, + "instId": 300006, + "propState": 0, + "pos": { + "x": 55400, + "y": 191300, + "z": 412370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 50, + "instId": 300007, + "propState": 0, + "pos": { + "x": 55060, + "y": 191300, + "z": 413170 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 50, + "instId": 300008, + "propState": 0, + "pos": { + "x": 54560, + "y": 191300, + "z": 412370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [ + { + "groupId": 51, + "instId": 400001, + "pos": { + "x": 55100, + "y": 191300, + "z": 420370 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "52": { + "monsters": [ + { + "groupId": 52, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 69560, + "y": 191300, + "z": 416370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 52, + "instId": 300001, + "propState": 0, + "pos": { + "x": 69560, + "y": 191300, + "z": 416370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 52, + "instId": 300002, + "propState": 0, + "pos": { + "x": 69560, + "y": 191300, + "z": 416370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "53": { + "monsters": [ + { + "groupId": 53, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 67560, + "y": 191300, + "z": 419370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 53, + "instId": 300001, + "propState": 0, + "pos": { + "x": 67560, + "y": 191300, + "z": 419370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "54": { + "monsters": [ + { + "groupId": 54, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 67560, + "y": 191300, + "z": 413370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 54, + "instId": 300001, + "propState": 0, + "pos": { + "x": 67560, + "y": 191300, + "z": 413370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 55, + "instId": 300001, + "propState": 0, + "pos": { + "x": 324350, + "y": 165227, + "z": 459500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 55, + "instId": 300002, + "propState": 0, + "pos": { + "x": 299110, + "y": 168625, + "z": 449940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300001, + "propState": 0, + "pos": { + "x": 322140, + "y": 168871, + "z": 430090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 56, + "instId": 300002, + "propState": 0, + "pos": { + "x": 318140, + "y": 168860, + "z": 430090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 56, + "instId": 300003, + "propState": 0, + "pos": { + "x": 324140, + "y": 168867, + "z": 440220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 56, + "instId": 300004, + "propState": 0, + "pos": { + "x": 323340, + "y": 168871, + "z": 440590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 56, + "instId": 300005, + "propState": 0, + "pos": { + "x": 324140, + "y": 168860, + "z": 441090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 56, + "instId": 300006, + "propState": 0, + "pos": { + "x": 316140, + "y": 168500, + "z": 446250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 56, + "instId": 300007, + "propState": 0, + "pos": { + "x": 316940, + "y": 168655, + "z": 446590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 56, + "instId": 300008, + "propState": 0, + "pos": { + "x": 316140, + "y": 168500, + "z": 447090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [ + { + "groupId": 57, + "instId": 400001, + "pos": { + "x": 320140, + "y": 168860, + "z": 436500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": 322140, + "y": 168871, + "z": 430090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "pos": { + "x": 318140, + "y": 168860, + "z": 430090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 0, + "pos": { + "x": 324140, + "y": 168867, + "z": 440220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 0, + "pos": { + "x": 323340, + "y": 168871, + "z": 440590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 58, + "instId": 300005, + "propState": 0, + "pos": { + "x": 324140, + "y": 168860, + "z": 441090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 58, + "instId": 300006, + "propState": 0, + "pos": { + "x": 316140, + "y": 168500, + "z": 446250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 58, + "instId": 300007, + "propState": 0, + "pos": { + "x": 316940, + "y": 168655, + "z": 446590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 58, + "instId": 300008, + "propState": 0, + "pos": { + "x": 316140, + "y": 168500, + "z": 447090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [ + { + "groupId": 59, + "instId": 400001, + "pos": { + "x": 324140, + "y": 168860, + "z": 446550 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "60": { + "monsters": [ + { + "groupId": 60, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 320140, + "y": 168860, + "z": 432090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 60, + "instId": 300001, + "propState": 0, + "pos": { + "x": 320140, + "y": 168860, + "z": 432090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 0, + "pos": { + "x": 320140, + "y": 168860, + "z": 432090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "61": { + "monsters": [ + { + "groupId": 61, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 323140, + "y": 168860, + "z": 434090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 61, + "instId": 300001, + "propState": 0, + "pos": { + "x": 323140, + "y": 168860, + "z": 434090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "62": { + "monsters": [ + { + "groupId": 62, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 317140, + "y": 168860, + "z": 434090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 62, + "instId": 300001, + "propState": 0, + "pos": { + "x": 317140, + "y": 168860, + "z": 434090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "63": { + "monsters": [ + { + "groupId": 63, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 323140, + "y": 168860, + "z": 434090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300001, + "propState": 0, + "pos": { + "x": 323140, + "y": 168860, + "z": 434090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 63, + "instId": 300002, + "propState": 0, + "pos": { + "x": 323140, + "y": 168860, + "z": 434090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "64": { + "monsters": [ + { + "groupId": 64, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 67560, + "y": 191300, + "z": 419370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": 67560, + "y": 191300, + "z": 419370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 0, + "pos": { + "x": 67560, + "y": 191300, + "z": 419370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "65": { + "monsters": [ + { + "groupId": 65, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 118860, + "y": 200610, + "z": 571540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 65, + "instId": 300001, + "propState": 0, + "pos": { + "x": 118860, + "y": 200610, + "z": 571540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 65, + "instId": 300002, + "propState": 0, + "pos": { + "x": 118860, + "y": 200610, + "z": 571540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "66": { + "monsters": [ + { + "groupId": 66, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 76010, + "y": 178407, + "z": 685640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 0, + "pos": { + "x": 76010, + "y": 178407, + "z": 685640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 0, + "pos": { + "x": 76010, + "y": 178407, + "z": 685640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "67": { + "monsters": [ + { + "groupId": 67, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 201330, + "y": 143006, + "z": 443240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 0, + "pos": { + "x": 201330, + "y": 143006, + "z": 443240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 0, + "pos": { + "x": 201330, + "y": 143006, + "z": 443240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "68": { + "monsters": [ + { + "groupId": 68, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 182890, + "y": 139679, + "z": 439690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 68, + "instId": 300001, + "propState": 0, + "pos": { + "x": 182890, + "y": 139679, + "z": 439690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300002, + "propState": 0, + "pos": { + "x": 182890, + "y": 139679, + "z": 439690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 69, + "instId": 300001, + "propState": 0, + "pos": { + "x": 211170, + "y": 82880, + "z": 309770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 0, + "pos": { + "x": 211170, + "y": 88610, + "z": 311800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "70": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 70, + "instId": 300001, + "propState": 0, + "pos": { + "x": 213170, + "y": 95281, + "z": 301600 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 70, + "instId": 300002, + "propState": 0, + "pos": { + "x": 209170, + "y": 95281, + "z": 301600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 70, + "instId": 300003, + "propState": 0, + "pos": { + "x": 214090, + "y": 95281, + "z": 309320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 70, + "instId": 300004, + "propState": 0, + "pos": { + "x": 213290, + "y": 95281, + "z": 309690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 70, + "instId": 300005, + "propState": 0, + "pos": { + "x": 214090, + "y": 95281, + "z": 310190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 70, + "instId": 300006, + "propState": 0, + "pos": { + "x": 209170, + "y": 95281, + "z": 329310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 70, + "instId": 300007, + "propState": 0, + "pos": { + "x": 209970, + "y": 95281, + "z": 329650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 70, + "instId": 300008, + "propState": 0, + "pos": { + "x": 209170, + "y": 95281, + "z": 330150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [ + { + "groupId": 71, + "instId": 400001, + "pos": { + "x": 212970, + "y": 95281, + "z": 333450 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "72": { + "monsters": [ + { + "groupId": 72, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 211170, + "y": 95281, + "z": 304740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 0, + "pos": { + "x": 211170, + "y": 95281, + "z": 304740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 0, + "pos": { + "x": 211170, + "y": 95281, + "z": 304740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "73": { + "monsters": [ + { + "groupId": 73, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 212500, + "y": 95281, + "z": 323710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300001, + "propState": 0, + "pos": { + "x": 212500, + "y": 95281, + "z": 323710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "74": { + "monsters": [ + { + "groupId": 74, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 209390, + "y": 95281, + "z": 314480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 0, + "pos": { + "x": 209390, + "y": 95281, + "z": 314480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 75, + "instId": 300001, + "propState": 0, + "pos": { + "x": 154510, + "y": 142783, + "z": 418372 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 75, + "instId": 300002, + "propState": 0, + "pos": { + "x": 170369, + "y": 140086, + "z": 436747 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 75, + "instId": 300003, + "propState": 0, + "pos": { + "x": 167769, + "y": 141406, + "z": 457540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "76": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 76, + "instId": 300001, + "propState": 0, + "pos": { + "x": 155390, + "y": 142800, + "z": 457910 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 76, + "instId": 300002, + "propState": 0, + "pos": { + "x": 159390, + "y": 142800, + "z": 457910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 76, + "instId": 300003, + "propState": 0, + "pos": { + "x": 153540, + "y": 142800, + "z": 441590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300004, + "propState": 0, + "pos": { + "x": 154340, + "y": 142800, + "z": 441220 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300005, + "propState": 0, + "pos": { + "x": 153540, + "y": 142800, + "z": 440720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300006, + "propState": 0, + "pos": { + "x": 160880, + "y": 142800, + "z": 431300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300007, + "propState": 0, + "pos": { + "x": 160080, + "y": 142800, + "z": 430960 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 76, + "instId": 300008, + "propState": 0, + "pos": { + "x": 160880, + "y": 142800, + "z": 430460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [ + { + "groupId": 77, + "instId": 400001, + "pos": { + "x": 153080, + "y": 142800, + "z": 428250 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "78": { + "monsters": [ + { + "groupId": 78, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 157390, + "y": 142800, + "z": 454540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": 157390, + "y": 142800, + "z": 454540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 78, + "instId": 300002, + "propState": 0, + "pos": { + "x": 157390, + "y": 142800, + "z": 454540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "79": { + "monsters": [ + { + "groupId": 79, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 159410, + "y": 142800, + "z": 437620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 0, + "pos": { + "x": 159410, + "y": 142800, + "z": 437620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "80": { + "monsters": [ + { + "groupId": 80, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 155340, + "y": 142800, + "z": 446190 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300001, + "propState": 0, + "pos": { + "x": 155340, + "y": 142800, + "z": 446190 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 81, + "instId": 300001, + "propState": 0, + "pos": { + "x": 103920, + "y": 192220, + "z": 517977 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1030 + }, + { + "groupId": 81, + "instId": 300002, + "propState": 0, + "pos": { + "x": 39429, + "y": 180509, + "z": 529406 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + }, + "82": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 82, + "instId": 300001, + "propState": 0, + "pos": { + "x": 51100, + "y": 183660, + "z": 527480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300002, + "propState": 0, + "pos": { + "x": 51100, + "y": 183660, + "z": 531480 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 1000 + }, + { + "groupId": 82, + "instId": 300003, + "propState": 0, + "pos": { + "x": 59080, + "y": 183660, + "z": 526320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 82, + "instId": 300004, + "propState": 0, + "pos": { + "x": 59450, + "y": 183660, + "z": 527120 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 82, + "instId": 300005, + "propState": 0, + "pos": { + "x": 59950, + "y": 183660, + "z": 526320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 82, + "instId": 300006, + "propState": 0, + "pos": { + "x": 83810, + "y": 186840, + "z": 532280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 82, + "instId": 300007, + "propState": 0, + "pos": { + "x": 84150, + "y": 186840, + "z": 531480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 82, + "instId": 300008, + "propState": 0, + "pos": { + "x": 84650, + "y": 186840, + "z": 532280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [ + { + "groupId": 83, + "instId": 400001, + "pos": { + "x": 87700, + "y": 186865, + "z": 527490 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + }, + "npcId": 3013 + } + ], + "props": [], + "teleports": {} + }, + "84": { + "monsters": [ + { + "groupId": 84, + "instId": 200005, + "eventId": 99999011, + "pos": { + "x": 54420, + "y": 183660, + "z": 529480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 84, + "instId": 300001, + "propState": 0, + "pos": { + "x": 54420, + "y": 183660, + "z": 529480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 84, + "instId": 300002, + "propState": 0, + "pos": { + "x": 54420, + "y": 183660, + "z": 529480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "85": { + "monsters": [ + { + "groupId": 85, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 77150, + "y": 186840, + "z": 529510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 85, + "instId": 300001, + "propState": 0, + "pos": { + "x": 77150, + "y": 186840, + "z": 529510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "86": { + "monsters": [ + { + "groupId": 86, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 65010, + "y": 183660, + "z": 529600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [ + { + "groupId": 86, + "instId": 300001, + "propState": 0, + "pos": { + "x": 65010, + "y": 183660, + "z": 529600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 5, + "worldId": 101 + } + }, + "20100001": { + "P20100_F20100001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201, + "startAnchorId": 1, + "startGroupId": 1 + } + }, + "30002061": { + "P30102_F30102001": { + "scenes": { + "11": { + "monsters": [ + { + "groupId": 11, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -7360, + "y": 1528, + "z": 16590 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "12": { + "monsters": [ + { + "groupId": 12, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -7360, + "y": 1528, + "z": 16590 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "13": { + "monsters": [ + { + "groupId": 13, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -405651, + "y": -44430, + "z": 115454 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [ + { + "groupId": 14, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -405651, + "y": -44430, + "z": 115454 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 4, + "worldId": 999, + "startAnchorId": 2, + "startGroupId": 1 + } + }, + "30301001": { + "P30301_F30301001": { + "scenes": { + "2": { + "monsters": [ + { + "groupId": 2, + "instId": 200001, + "eventId": 301101, + "pos": { + "x": 90720, + "y": 1907, + "z": 92540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1004010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": 69150, + "y": 1907, + "z": 92160 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 999 + } + }, + "30301002": { + "P30301_F30301001": { + "scenes": { + "2": { + "monsters": [ + { + "groupId": 2, + "instId": 200001, + "eventId": 301102, + "pos": { + "x": 7680, + "y": 19978, + "z": -52930 + }, + "rot": { + "x": 0, + "y": 340943, + "z": 0 + }, + "monsterId": 1014010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": -5800, + "y": 19780, + "z": -27540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "pos": { + "x": 30540, + "y": 19986, + "z": -57320 + }, + "rot": { + "x": 0, + "y": 317300, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 0, + "pos": { + "x": 860, + "y": 20037, + "z": -68610 + }, + "rot": { + "x": 0, + "y": 348302, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 999 + } + }, + "30301003": { + "P30301_F30301001": { + "scenes": { + "2": { + "monsters": [ + { + "groupId": 2, + "instId": 200001, + "eventId": 301103, + "pos": { + "x": 189395, + "y": 28389, + "z": -123309 + }, + "rot": { + "x": 0, + "y": 198826, + "z": 0 + }, + "monsterId": 1013010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": 206124, + "y": 36980, + "z": -159446 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "pos": { + "x": 216510, + "y": 28537, + "z": -138380 + }, + "rot": { + "x": 0, + "y": 69370, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 0, + "pos": { + "x": 172900, + "y": 28428, + "z": -123670 + }, + "rot": { + "x": 0, + "y": 96793, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 999 + } + }, + "30301004": { + "P30301_F30301001": { + "scenes": { + "2": { + "monsters": [ + { + "groupId": 2, + "instId": 200001, + "eventId": 301104, + "pos": { + "x": -63340, + "y": -2141, + "z": -168586 + }, + "rot": { + "x": 0, + "y": 98029, + "z": 0 + }, + "monsterId": 8003030 + } + ], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": -41860, + "y": -2141, + "z": -170224 + }, + "rot": { + "x": 0, + "y": 269940, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 999 + } + }, + "30301005": { + "P30301_F30301001": { + "scenes": { + "2": { + "monsters": [ + { + "groupId": 2, + "instId": 200001, + "eventId": 301105, + "pos": { + "x": -38776, + "y": -2639, + "z": 117711 + }, + "rot": { + "x": 0, + "y": 166728, + "z": 0 + }, + "monsterId": 8003050 + } + ], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": -53575, + "y": -2555, + "z": 119290 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "pos": { + "x": -57303, + "y": -2622, + "z": 103634 + }, + "rot": { + "x": 0, + "y": 57865, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 0, + "pos": { + "x": -34420, + "y": -2495, + "z": 98230 + }, + "rot": { + "x": 0, + "y": 397, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 999 + } + }, + "30301006": { + "P30301_F30301001": { + "scenes": { + "2": { + "monsters": [ + { + "groupId": 2, + "instId": 200001, + "eventId": 301106, + "pos": { + "x": 113508, + "y": 2014, + "z": -93760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1003010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": 86301, + "y": 2014, + "z": -94060 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 999 + } + }, + "30301007": { + "P30301_F30301001": { + "scenes": { + "2": { + "monsters": [ + { + "groupId": 2, + "instId": 200001, + "eventId": 301107, + "pos": { + "x": 268761, + "y": 52545, + "z": -152317 + }, + "rot": { + "x": 0, + "y": 227450, + "z": 0 + }, + "monsterId": 1013020 + } + ], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": 250820, + "y": 52546, + "z": -168890 + }, + "rot": { + "x": 0, + "y": 46888, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 999 + } + }, + "30401001": { + "P30401_F30401001": { + "scenes": { + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300012, + "propState": 0, + "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": 1, + "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": 300002, + "propState": 2, + "pos": { + "x": 470, + "y": 2880, + "z": -99190 + }, + "rot": { + "x": 0, + "y": 107618, + "z": 0 + }, + "propId": 100000 + }, + { + "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": 2, + "pos": { + "x": -104321, + "y": -101, + "z": -74646 + }, + "rot": { + "x": 0, + "y": 270000, + "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": 0, + "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": 0, + "pos": { + "x": -132037, + "y": 2748, + "z": -61726 + }, + "rot": { + "x": 0, + "y": 207345, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 1, + "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": 0, + "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": 0, + "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": 0, + "pos": { + "x": -10910, + "y": 18600, + "z": -106140 + }, + "rot": { + "x": 0, + "y": 27837, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 1, + "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": 1, + "pos": { + "x": -6513, + "y": 1037, + "z": -73196 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300046, + "propState": 1, + "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": 0, + "pos": { + "x": -38863, + "y": 17690, + "z": -62867 + }, + "rot": { + "x": 0, + "y": 343500, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 8, + "instId": 300040, + "propState": 0, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 8, + "instId": 300041, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "11": { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 999 + } + }, + "30401002": { + "P30401_F30401001": { + "scenes": { + "5": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 999 + } + }, + "30401003": { + "P30401_F30401001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 999 + } + }, + "30401004": { + "P30401_F30401001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 999 + } + }, + "30401005": { + "P30401_F30401001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2022101": { + "anchorId": 1, + "groupId": 2, + "instId": 300001, + "pos": { + "x": -29539, + "y": 4824, + "z": -155840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2022102": { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": 400, + "y": 12790, + "z": 2110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2022103": { + "anchorId": 3, + "groupId": 2, + "instId": 300003, + "pos": { + "x": 103950, + "y": 13760, + "z": -59120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2022104": { + "anchorId": 4, + "groupId": 2, + "instId": 300004, + "pos": { + "x": -55590, + "y": 685, + "z": 93950 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 999 + } + }, + "30500001": { + "P30500_F30500001": { + "scenes": { + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300004, + "propState": 0, + "pos": { + "x": -77120, + "y": 62593, + "z": 5653 + }, + "rot": { + "x": 0, + "y": 257791, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 0, + "pos": { + "x": -76601, + "y": 62714, + "z": 6579 + }, + "rot": { + "x": 0, + "y": 26368, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300009, + "propState": 0, + "pos": { + "x": -128712, + "y": 62048, + "z": 8809 + }, + "rot": { + "x": 0, + "y": 193293, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300010, + "propState": 0, + "pos": { + "x": -128840, + "y": 62048, + "z": 9560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + }, + "18": { + "monsters": [ + { + "groupId": 18, + "instId": 200001, + "eventId": 313084, + "pos": { + "x": -38850, + "y": 56843, + "z": 6310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 3002030 + } + ], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -36670, + "y": 56796, + "z": 6240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "19": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "pos": { + "x": -56250, + "y": 60150, + "z": 6380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "20": { + "monsters": [ + { + "groupId": 20, + "instId": 200001, + "eventId": 313080, + "pos": { + "x": -146540, + "y": 60884, + "z": 6440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1013010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": -101750, + "y": 62594, + "z": 6090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -110922, + "y": 60229, + "z": 84935 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 0, + "pos": { + "x": -111171, + "y": 62735, + "z": 67932 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300010, + "propState": 0, + "pos": { + "x": -114860, + "y": 57723, + "z": 106343 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 22, + "instId": 300011, + "propState": 0, + "pos": { + "x": -93431, + "y": 52710, + "z": 118323 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 24, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 22821, + "y": 61052, + "z": -74632 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300018, + "propState": 0, + "pos": { + "x": -21248, + "y": 58072, + "z": -87335 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -103438, + "y": 63198, + "z": -65210 + }, + "rot": { + "x": 0, + "y": 79802, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 1, + "pos": { + "x": 36519, + "y": 49273, + "z": 29998 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 1, + "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": 1, + "pos": { + "x": -94254, + "y": 62594, + "z": -627 + }, + "rot": { + "x": 0, + "y": 179690, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 1, + "pos": { + "x": -94017, + "y": 62594, + "z": 11811 + }, + "rot": { + "x": 0, + "y": 359691, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 0, + "pos": { + "x": 33845, + "y": 48570, + "z": 27113 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 0, + "pos": { + "x": -40538, + "y": 57862, + "z": -120474 + }, + "rot": { + "x": 0, + "y": 77443, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 0, + "pos": { + "x": -92003, + "y": 62098, + "z": -3042 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 26, + "instId": 300009, + "propState": 1, + "pos": { + "x": -23551, + "y": 51604, + "z": 140101 + }, + "rot": { + "x": 0, + "y": 166963, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 26, + "instId": 300010, + "propState": 0, + "pos": { + "x": -107830, + "y": 62595, + "z": 6020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103141 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 1, + "pos": { + "x": -28550, + "y": 40210, + "z": 5680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103185 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": -16770, + "y": 56796, + "z": 6240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "36": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 36, + "instId": 300001, + "propState": 0, + "pos": { + "x": -81660, + "y": 62675, + "z": 6090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 8, + "worldId": 999 + } + }, + "30501001": { + "P30501_F30501001": { + "scenes": { + "5": { + "monsters": [ + { + "groupId": 5, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 40594, + "y": -1134, + "z": -98421 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "monsterId": 8003010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29840, + "y": -1296, + "z": -105960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": 1525, + "y": -2134, + "z": -78450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 0, + "pos": { + "x": 8190, + "y": -2134, + "z": -71560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 0, + "pos": { + "x": 12247, + "y": -2134, + "z": -166667 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300006, + "propState": 0, + "pos": { + "x": 32146, + "y": -1134, + "z": -78216 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": 26080, + "y": -1134, + "z": -73609 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": 26935, + "y": -1134, + "z": -82531 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 0, + "pos": { + "x": 35123, + "y": -1134, + "z": -90430 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 0, + "pos": { + "x": 27392, + "y": -1134, + "z": -95831 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300006, + "propState": 0, + "pos": { + "x": 9790, + "y": -2134, + "z": -163220 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 13, + "instId": 300009, + "propState": 0, + "pos": { + "x": 12980, + "y": -2134, + "z": -173500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": 4632, + "y": -2134, + "z": -167381 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": 17298, + "y": -2134, + "z": -156923 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": 24369, + "y": -2134, + "z": -163057 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": -9236, + "y": -2134, + "z": -167715 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 0, + "pos": { + "x": 900, + "y": -2134, + "z": -172998 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 13, + "instId": 300011, + "propState": 0, + "pos": { + "x": -16980, + "y": -2134, + "z": -173290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 13, + "instId": 300012, + "propState": 0, + "pos": { + "x": -29354, + "y": -2134, + "z": -167058 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 8, + "worldId": 999 + } + }, + "30502001": { + "P30502_F30502001": { + "scenes": { + "12": { + "monsters": [ + { + "groupId": 12, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 40594, + "y": -1134, + "z": -98421 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "monsterId": 8003010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29840, + "y": -1296, + "z": -105960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": 1525, + "y": -2134, + "z": -78450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "pos": { + "x": 8190, + "y": -2134, + "z": -71560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 0, + "pos": { + "x": 12247, + "y": -2134, + "z": -166667 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300006, + "propState": 0, + "pos": { + "x": 32146, + "y": -1134, + "z": -78216 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": 26080, + "y": -1134, + "z": -73609 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": 26935, + "y": -1134, + "z": -82531 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": 35123, + "y": -1134, + "z": -90430 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 0, + "pos": { + "x": 27392, + "y": -1134, + "z": -95831 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 8, + "worldId": 999 + } + }, + "30521001": { + "P30521_F30521001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 1, + "pos": { + "x": 36519, + "y": 49273, + "z": 29998 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 1, + "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": 1, + "pos": { + "x": -94254, + "y": 62594, + "z": -627 + }, + "rot": { + "x": 0, + "y": 179690, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 1, + "pos": { + "x": -94017, + "y": 62594, + "z": 11811 + }, + "rot": { + "x": 0, + "y": 359691, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 0, + "pos": { + "x": 33845, + "y": 48570, + "z": 27113 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 0, + "pos": { + "x": -40538, + "y": 57862, + "z": -120474 + }, + "rot": { + "x": 0, + "y": 77443, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 0, + "pos": { + "x": -92003, + "y": 62098, + "z": -3042 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 1, + "pos": { + "x": -23551, + "y": 51604, + "z": 140101 + }, + "rot": { + "x": 0, + "y": 166963, + "z": 0 + }, + "propId": 103031 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": -28550, + "y": 40210, + "z": 5680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103185 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "11": { + "monsters": [ + { + "groupId": 11, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": -146540, + "y": 60884, + "z": 6440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1013010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300004, + "propState": 0, + "pos": { + "x": -104604, + "y": 62595, + "z": 9927 + }, + "rot": { + "x": 0, + "y": 257791, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 0, + "pos": { + "x": -118674, + "y": 62638, + "z": 1865 + }, + "rot": { + "x": 0, + "y": 26368, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 12, + "instId": 300009, + "propState": 0, + "pos": { + "x": -128712, + "y": 62048, + "z": 8809 + }, + "rot": { + "x": 0, + "y": 193293, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 12, + "instId": 300010, + "propState": 0, + "pos": { + "x": -128840, + "y": 62048, + "z": 9560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": -105130, + "y": 62595, + "z": 8780 + }, + "rot": { + "x": 0, + "y": 26368, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 8, + "worldId": 999 + } + }, + "30523001": { + "P30523_F30523001": { + "scenes": { + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300004, + "propState": 0, + "pos": { + "x": -59105, + "y": 60106, + "z": 2963 + }, + "rot": { + "x": 0, + "y": 257791, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 0, + "pos": { + "x": -52562, + "y": 59007, + "z": 8699 + }, + "rot": { + "x": 0, + "y": 26368, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300009, + "propState": 0, + "pos": { + "x": -120877, + "y": 62638, + "z": 10728 + }, + "rot": { + "x": 0, + "y": 193293, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300010, + "propState": 0, + "pos": { + "x": -120105, + "y": 62638, + "z": 12234 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": -50908, + "y": 58731, + "z": 9517 + }, + "rot": { + "x": 0, + "y": 257791, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": -45034, + "y": 57747, + "z": 3137 + }, + "rot": { + "x": 0, + "y": 257791, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "pos": { + "x": -73267, + "y": 62675, + "z": 8849 + }, + "rot": { + "x": 0, + "y": 257791, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 0, + "pos": { + "x": -85533, + "y": 62594, + "z": 2018 + }, + "rot": { + "x": 0, + "y": 257791, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 0, + "pos": { + "x": -68215, + "y": 61723, + "z": 8451 + }, + "rot": { + "x": 0, + "y": 257791, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + }, + "20": { + "monsters": [ + { + "groupId": 20, + "instId": 200001, + "eventId": 313080, + "pos": { + "x": -146540, + "y": 60884, + "z": 6440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1013010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": -103640, + "y": 62594, + "z": 6090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -110922, + "y": 60229, + "z": 84935 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 0, + "pos": { + "x": -111171, + "y": 62735, + "z": 67932 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300010, + "propState": 0, + "pos": { + "x": -114860, + "y": 57723, + "z": 106343 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 22, + "instId": 300011, + "propState": 0, + "pos": { + "x": -93431, + "y": 52710, + "z": 118323 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 24, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 22821, + "y": 61052, + "z": -74632 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300018, + "propState": 0, + "pos": { + "x": -21248, + "y": 58072, + "z": -87335 + }, + "rot": { + "x": 0, + "y": 260169, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -103438, + "y": 63198, + "z": -65210 + }, + "rot": { + "x": 0, + "y": 79802, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 1, + "pos": { + "x": 36519, + "y": 49273, + "z": 29998 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 1, + "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": 1, + "pos": { + "x": -94254, + "y": 62594, + "z": -627 + }, + "rot": { + "x": 0, + "y": 179690, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 1, + "pos": { + "x": -94017, + "y": 62594, + "z": 11811 + }, + "rot": { + "x": 0, + "y": 359691, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 0, + "pos": { + "x": 33845, + "y": 48570, + "z": 27113 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 0, + "pos": { + "x": -40538, + "y": 57862, + "z": -120474 + }, + "rot": { + "x": 0, + "y": 77443, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 26, + "instId": 300008, + "propState": 0, + "pos": { + "x": -92003, + "y": 62098, + "z": -3042 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 26, + "instId": 300009, + "propState": 1, + "pos": { + "x": -23551, + "y": 51604, + "z": 140101 + }, + "rot": { + "x": 0, + "y": 166963, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 26, + "instId": 300010, + "propState": 0, + "pos": { + "x": -107830, + "y": 62595, + "z": 6020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103141 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 1, + "pos": { + "x": -28550, + "y": 40210, + "z": 5680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103185 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300003, + "propState": 0, + "pos": { + "x": -36440, + "y": 56796, + "z": 6240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "36": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 36, + "instId": 300001, + "propState": 0, + "pos": { + "x": -85470, + "y": 62593, + "z": 6090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 8, + "worldId": 999 + } + }, + "30524001": { + "P30524_F30524001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300006, + "propState": 0, + "pos": { + "x": 2965, + "y": 12857, + "z": -2427 + }, + "rot": { + "x": 0, + "y": 234151, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1972, + "y": 12835, + "z": 6056 + }, + "rot": { + "x": 0, + "y": 142270, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": 2890, + "y": 7739, + "z": 22273 + }, + "rot": { + "x": 0, + "y": 229590, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": -2581, + "y": 7739, + "z": 28092 + }, + "rot": { + "x": 0, + "y": 128301, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 0, + "pos": { + "x": -1850, + "y": 7739, + "z": 30120 + }, + "rot": { + "x": 0, + "y": 150655, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "8": { + "monsters": [ + { + "groupId": 8, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 670, + "y": 7659, + "z": 42830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8003010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 8, + "worldId": 999 + } + }, + "30525001": { + "P30525_F30525001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300006, + "propState": 0, + "pos": { + "x": 5858, + "y": 12905, + "z": -44316 + }, + "rot": { + "x": 0, + "y": 234151, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": -2100, + "y": 12857, + "z": -38660 + }, + "rot": { + "x": 0, + "y": 142270, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": 3755, + "y": 12835, + "z": 5530 + }, + "rot": { + "x": 0, + "y": 229590, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": -2648, + "y": 7850, + "z": 34556 + }, + "rot": { + "x": 0, + "y": 128301, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 0, + "pos": { + "x": -2547, + "y": 7739, + "z": 33235 + }, + "rot": { + "x": 0, + "y": 150655, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 0, + "pos": { + "x": 2802, + "y": 12857, + "z": -13667 + }, + "rot": { + "x": 0, + "y": 234151, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "7": { + "monsters": [ + { + "groupId": 7, + "instId": 200001, + "eventId": 99999011, + "pos": { + "x": 670, + "y": 7659, + "z": 42830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8003010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "9": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300003, + "propState": 0, + "pos": { + "x": 800, + "y": 12905, + "z": -41592 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 800, + "y": 12905, + "z": 4350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "11": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": 1563, + "y": 12835, + "z": 5214 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 8, + "worldId": 999 + } + }, + "40102001": { + "P40102_F40102001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "40102002": { + "P40102_F40102001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": -882, + "y": -24554, + "z": 89932 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2013601": { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": -2893, + "y": -24854, + "z": 92679 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "40102003": { + "P40102_F40102001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "40102004": { + "P40102_F40102001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "40103001": { + "P40103_F40103001": { + "scenes": { + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 1, + "pos": { + "x": 22, + "y": 3701, + "z": 13751 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102109 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 1, + "pos": { + "x": 42002, + "y": -3520, + "z": -7771 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102109 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 1, + "pos": { + "x": 41993, + "y": -3520, + "z": -22315 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102109 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 1, + "pos": { + "x": 49249, + "y": -3520, + "z": -14974 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102109 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 8, + "pos": { + "x": 20745, + "y": 0, + "z": -32086 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 16, + "instId": 300001, + "pos": { + "x": 17807, + "y": 0, + "z": -32206 + }, + "rot": { + "x": 0, + "y": -1, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "40104001": { + "P40104_F40104001": { + "scenes": { + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": -43180, + "y": 50066, + "z": -20270 + }, + "rot": { + "x": 0, + "y": 270002, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -43180, + "y": 53066, + "z": -20270 + }, + "rot": { + "x": 0, + "y": 270002, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40104002": { + "P40104_F40104001": { + "scenes": { + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": -40600, + "y": 53176, + "z": 166872 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -40600, + "y": 56176, + "z": 166872 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40104003": { + "P40104_F40104001": { + "scenes": { + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": -76720, + "y": 55742, + "z": 42760 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -76720, + "y": 58742, + "z": 42760 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40104004": { + "P40104_F40104001": { + "scenes": { + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 24, + "instId": 300001, + "propState": 0, + "pos": { + "x": -72211, + "y": 53254, + "z": 114106 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -72211, + "y": 56254, + "z": 114106 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40104005": { + "P40104_F40104001": { + "scenes": { + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": -43100, + "y": 50066, + "z": -20265 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -43100, + "y": 53066, + "z": -20265 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40104006": { + "P40104_F40104001": { + "scenes": { + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 0, + "pos": { + "x": -76720, + "y": 55742, + "z": 42760 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -76720, + "y": 58742, + "z": 42760 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40104007": { + "P40104_F40104001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "pos": { + "x": 56290, + "y": 206430, + "z": 69545 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40104008": { + "P40104_F40104001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 55500, + "y": 206380, + "z": 68530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40104009": { + "P40104_F40104001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": -30133, + "y": 54192, + "z": -53009 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40104010": { + "P40104_F40104001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 69161, + "y": -82794, + "z": -25 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40104011": { + "P40104_F40104001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 69684, + "y": -82744, + "z": -317 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40104012": { + "P40104_F40104001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 68300, + "y": -82800, + "z": 2780 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40104013": { + "P40104_F40104001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 85035, + "y": 3524, + "z": 53512 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": 89424, + "y": 3524, + "z": 50985 + }, + "rot": { + "x": 0, + "y": 356964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": 85048, + "y": 3524, + "z": 48458 + }, + "rot": { + "x": 0, + "y": 55617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 0, + "pos": { + "x": 80659, + "y": 3524, + "z": 50976 + }, + "rot": { + "x": 0, + "y": 114933, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 0, + "pos": { + "x": 80665, + "y": 3524, + "z": 56040 + }, + "rot": { + "x": 0, + "y": 177045, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 0, + "pos": { + "x": 85043, + "y": 3524, + "z": 58568 + }, + "rot": { + "x": 0, + "y": 236428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 0, + "pos": { + "x": 89426, + "y": 3524, + "z": 56041 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 0, + "pos": { + "x": 89014, + "y": 4415, + "z": 53998 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 0, + "pos": { + "x": 85185, + "y": 4415, + "z": 53901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 0, + "pos": { + "x": 80980, + "y": 4415, + "z": 53416 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 0, + "pos": { + "x": 82494, + "y": 4415, + "z": 52403 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 0, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 0, + "pos": { + "x": 100804, + "y": 1410, + "z": 53403 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 0, + "pos": { + "x": 85040, + "y": 3494, + "z": 53510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 0, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 0, + "pos": { + "x": 90788, + "y": 3384, + "z": 53533 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 0, + "pos": { + "x": 15169, + "y": 7489, + "z": 53938 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -59217, + "y": 3524, + "z": 113482 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": -60519, + "y": 3524, + "z": 118370 + }, + "rot": { + "x": 0, + "y": 221428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": -55632, + "y": 3524, + "z": 117064 + }, + "rot": { + "x": 0, + "y": 278289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 0, + "pos": { + "x": -54325, + "y": 3524, + "z": 112179 + }, + "rot": { + "x": 0, + "y": 341964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 0, + "pos": { + "x": -57898, + "y": 3524, + "z": 108606 + }, + "rot": { + "x": 0, + "y": 40617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 0, + "pos": { + "x": -62789, + "y": 3524, + "z": 109902 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 0, + "pos": { + "x": -64094, + "y": 3524, + "z": 114795 + }, + "rot": { + "x": 0, + "y": 162046, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 0, + "pos": { + "x": -60137, + "y": 4580, + "z": 113065 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 0, + "pos": { + "x": -57438, + "y": 4580, + "z": 115440 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 0, + "pos": { + "x": -54159, + "y": 4475, + "z": 114698 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 0, + "pos": { + "x": -53200, + "y": 4620, + "z": 111100 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 0, + "pos": { + "x": -55495, + "y": 4620, + "z": 108685 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300013, + "propState": 0, + "pos": { + "x": -59194, + "y": 4620, + "z": 109678 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300014, + "propState": 0, + "pos": { + "x": -70250, + "y": 1404, + "z": 124459 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 7, + "instId": 300016, + "propState": 0, + "pos": { + "x": -59217, + "y": 3494, + "z": 113480 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300015, + "propState": 0, + "pos": { + "x": -63310, + "y": 3324, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300017, + "propState": 0, + "pos": { + "x": -9757, + "y": 7487, + "z": 64179 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -58530, + "y": 3524, + "z": -7394 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -63439, + "y": 3524, + "z": -9384 + }, + "rot": { + "x": 0, + "y": 122115, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": -63435, + "y": 3524, + "z": -5327 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": -60558, + "y": 3524, + "z": -2440 + }, + "rot": { + "x": 0, + "y": 213370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 0, + "pos": { + "x": -56483, + "y": 3524, + "z": -2449 + }, + "rot": { + "x": 0, + "y": 259790, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 0, + "pos": { + "x": -53611, + "y": 3524, + "z": -5316 + }, + "rot": { + "x": 0, + "y": 301770, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 0, + "pos": { + "x": -53611, + "y": 3524, + "z": -9403 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 0, + "pos": { + "x": -56963, + "y": 4600, + "z": -4535 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 0, + "pos": { + "x": -54652, + "y": 4600, + "z": -7289 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 0, + "pos": { + "x": -55471, + "y": 4495, + "z": -10549 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 0, + "pos": { + "x": -59091, + "y": 4640, + "z": -11424 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300012, + "propState": 0, + "pos": { + "x": -61451, + "y": 4640, + "z": -9072 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300014, + "propState": 0, + "pos": { + "x": -69771, + "y": 1348, + "z": -18314 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 0, + "pos": { + "x": -56483, + "y": 3524, + "z": -12279 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300017, + "propState": 0, + "pos": { + "x": -60556, + "y": 3524, + "z": -12271 + }, + "rot": { + "x": 0, + "y": 79354, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300018, + "propState": 0, + "pos": { + "x": -58529, + "y": 3494, + "z": -7357 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300015, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300019, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300020, + "propState": 0, + "pos": { + "x": -63000, + "y": 3324, + "z": -11760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300021, + "propState": 0, + "pos": { + "x": -9730, + "y": 7487, + "z": 43621 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300014, + "propState": 0, + "pos": { + "x": 90788, + "y": 3384, + "z": 53533 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40104014": { + "P40104_F40104001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": 85035, + "y": 3524, + "z": 53512 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": 89424, + "y": 3524, + "z": 50985 + }, + "rot": { + "x": 0, + "y": 356964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": 85048, + "y": 3524, + "z": 48458 + }, + "rot": { + "x": 0, + "y": 55617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 0, + "pos": { + "x": 80659, + "y": 3524, + "z": 50976 + }, + "rot": { + "x": 0, + "y": 114933, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 0, + "pos": { + "x": 80665, + "y": 3524, + "z": 56040 + }, + "rot": { + "x": 0, + "y": 177045, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 0, + "pos": { + "x": 85043, + "y": 3524, + "z": 58568 + }, + "rot": { + "x": 0, + "y": 236428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 0, + "pos": { + "x": 89426, + "y": 3524, + "z": 56041 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 0, + "pos": { + "x": 89014, + "y": 4415, + "z": 53998 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 0, + "pos": { + "x": 85185, + "y": 4415, + "z": 53901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 0, + "pos": { + "x": 80980, + "y": 4415, + "z": 53416 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 0, + "pos": { + "x": 82494, + "y": 4415, + "z": 52403 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 0, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 7, + "instId": 300013, + "propState": 0, + "pos": { + "x": 100804, + "y": 1410, + "z": 53403 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 7, + "instId": 300015, + "propState": 0, + "pos": { + "x": 85040, + "y": 3494, + "z": 53510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300014, + "propState": 0, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 7, + "instId": 300016, + "propState": 0, + "pos": { + "x": 90788, + "y": 3384, + "z": 53533 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300017, + "propState": 0, + "pos": { + "x": 15169, + "y": 7489, + "z": 53938 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -59217, + "y": 3524, + "z": 113482 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -60519, + "y": 3524, + "z": 118370 + }, + "rot": { + "x": 0, + "y": 221428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": -55632, + "y": 3524, + "z": 117064 + }, + "rot": { + "x": 0, + "y": 278289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": -54325, + "y": 3524, + "z": 112179 + }, + "rot": { + "x": 0, + "y": 341964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 0, + "pos": { + "x": -57898, + "y": 3524, + "z": 108606 + }, + "rot": { + "x": 0, + "y": 40617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 0, + "pos": { + "x": -62789, + "y": 3524, + "z": 109902 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 0, + "pos": { + "x": -64094, + "y": 3524, + "z": 114795 + }, + "rot": { + "x": 0, + "y": 162046, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 0, + "pos": { + "x": -60137, + "y": 4580, + "z": 113065 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 0, + "pos": { + "x": -57438, + "y": 4580, + "z": 115440 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 0, + "pos": { + "x": -54159, + "y": 4475, + "z": 114698 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 0, + "pos": { + "x": -53200, + "y": 4620, + "z": 111100 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 8, + "instId": 300012, + "propState": 0, + "pos": { + "x": -55495, + "y": 4620, + "z": 108685 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 0, + "pos": { + "x": -59194, + "y": 4620, + "z": 109678 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 8, + "instId": 300014, + "propState": 0, + "pos": { + "x": -70250, + "y": 1404, + "z": 124459 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 0, + "pos": { + "x": -59217, + "y": 3494, + "z": 113480 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300015, + "propState": 0, + "pos": { + "x": -63310, + "y": 3324, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300017, + "propState": 0, + "pos": { + "x": -9757, + "y": 7487, + "z": 64179 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": -58530, + "y": 3524, + "z": -7394 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": -63439, + "y": 3524, + "z": -9384 + }, + "rot": { + "x": 0, + "y": 122115, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 0, + "pos": { + "x": -63435, + "y": 3524, + "z": -5327 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 0, + "pos": { + "x": -60558, + "y": 3524, + "z": -2440 + }, + "rot": { + "x": 0, + "y": 213370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 0, + "pos": { + "x": -56483, + "y": 3524, + "z": -2449 + }, + "rot": { + "x": 0, + "y": 259790, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 0, + "pos": { + "x": -53611, + "y": 3524, + "z": -5316 + }, + "rot": { + "x": 0, + "y": 301770, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 9, + "instId": 300007, + "propState": 0, + "pos": { + "x": -53611, + "y": 3524, + "z": -9403 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 9, + "instId": 300008, + "propState": 0, + "pos": { + "x": -56963, + "y": 4600, + "z": -4535 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 9, + "instId": 300009, + "propState": 0, + "pos": { + "x": -54652, + "y": 4600, + "z": -7289 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 9, + "instId": 300010, + "propState": 0, + "pos": { + "x": -55471, + "y": 4495, + "z": -10549 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 9, + "instId": 300011, + "propState": 0, + "pos": { + "x": -59091, + "y": 4640, + "z": -11424 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 9, + "instId": 300012, + "propState": 0, + "pos": { + "x": -61451, + "y": 4640, + "z": -9072 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 9, + "instId": 300013, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 9, + "instId": 300014, + "propState": 0, + "pos": { + "x": -69771, + "y": 1348, + "z": -18314 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 9, + "instId": 300016, + "propState": 0, + "pos": { + "x": -56483, + "y": 3524, + "z": -12279 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 9, + "instId": 300017, + "propState": 0, + "pos": { + "x": -60556, + "y": 3524, + "z": -12271 + }, + "rot": { + "x": 0, + "y": 79354, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 9, + "instId": 300018, + "propState": 0, + "pos": { + "x": -58529, + "y": 3494, + "z": -7357 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 9, + "instId": 300015, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 9, + "instId": 300019, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 9, + "instId": 300020, + "propState": 0, + "pos": { + "x": -63000, + "y": 3324, + "z": -11760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 9, + "instId": 300021, + "propState": 0, + "pos": { + "x": -9730, + "y": 7487, + "z": 43621 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300015, + "propState": 0, + "pos": { + "x": -63310, + "y": 3484, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40104015": { + "P40104_F40104001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 85035, + "y": 3524, + "z": 53512 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": 89424, + "y": 3524, + "z": 50985 + }, + "rot": { + "x": 0, + "y": 356964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": 85048, + "y": 3524, + "z": 48458 + }, + "rot": { + "x": 0, + "y": 55617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 0, + "pos": { + "x": 80659, + "y": 3524, + "z": 50976 + }, + "rot": { + "x": 0, + "y": 114933, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 0, + "pos": { + "x": 80665, + "y": 3524, + "z": 56040 + }, + "rot": { + "x": 0, + "y": 177045, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 0, + "pos": { + "x": 85043, + "y": 3524, + "z": 58568 + }, + "rot": { + "x": 0, + "y": 236428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 0, + "pos": { + "x": 89426, + "y": 3524, + "z": 56041 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 0, + "pos": { + "x": 89014, + "y": 4415, + "z": 53998 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 0, + "pos": { + "x": 85185, + "y": 4415, + "z": 53901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 0, + "pos": { + "x": 80980, + "y": 4415, + "z": 53416 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 0, + "pos": { + "x": 82494, + "y": 4415, + "z": 52403 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 0, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 0, + "pos": { + "x": 100804, + "y": 1410, + "z": 53403 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 0, + "pos": { + "x": 85040, + "y": 3494, + "z": 53510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 0, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 0, + "pos": { + "x": 90788, + "y": 3384, + "z": 53533 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 0, + "pos": { + "x": 15169, + "y": 7489, + "z": 53938 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -59217, + "y": 3524, + "z": 113482 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": -60519, + "y": 3524, + "z": 118370 + }, + "rot": { + "x": 0, + "y": 221428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": -55632, + "y": 3524, + "z": 117064 + }, + "rot": { + "x": 0, + "y": 278289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 0, + "pos": { + "x": -54325, + "y": 3524, + "z": 112179 + }, + "rot": { + "x": 0, + "y": 341964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 0, + "pos": { + "x": -57898, + "y": 3524, + "z": 108606 + }, + "rot": { + "x": 0, + "y": 40617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 0, + "pos": { + "x": -62789, + "y": 3524, + "z": 109902 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 0, + "pos": { + "x": -64094, + "y": 3524, + "z": 114795 + }, + "rot": { + "x": 0, + "y": 162046, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 0, + "pos": { + "x": -60137, + "y": 4580, + "z": 113065 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 0, + "pos": { + "x": -57438, + "y": 4580, + "z": 115440 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 0, + "pos": { + "x": -54159, + "y": 4475, + "z": 114698 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 0, + "pos": { + "x": -53200, + "y": 4620, + "z": 111100 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 0, + "pos": { + "x": -55495, + "y": 4620, + "z": 108685 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300013, + "propState": 0, + "pos": { + "x": -59194, + "y": 4620, + "z": 109678 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300014, + "propState": 0, + "pos": { + "x": -70250, + "y": 1404, + "z": 124459 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 7, + "instId": 300016, + "propState": 0, + "pos": { + "x": -59217, + "y": 3494, + "z": 113480 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300015, + "propState": 0, + "pos": { + "x": -63310, + "y": 3324, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300017, + "propState": 0, + "pos": { + "x": -9757, + "y": 7487, + "z": 64179 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -58530, + "y": 3524, + "z": -7394 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -63439, + "y": 3524, + "z": -9384 + }, + "rot": { + "x": 0, + "y": 122115, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": -63435, + "y": 3524, + "z": -5327 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": -60558, + "y": 3524, + "z": -2440 + }, + "rot": { + "x": 0, + "y": 213370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 0, + "pos": { + "x": -56483, + "y": 3524, + "z": -2449 + }, + "rot": { + "x": 0, + "y": 259790, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 0, + "pos": { + "x": -53611, + "y": 3524, + "z": -5316 + }, + "rot": { + "x": 0, + "y": 301770, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 0, + "pos": { + "x": -53611, + "y": 3524, + "z": -9403 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 0, + "pos": { + "x": -56963, + "y": 4600, + "z": -4535 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 0, + "pos": { + "x": -54652, + "y": 4600, + "z": -7289 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 0, + "pos": { + "x": -55471, + "y": 4495, + "z": -10549 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 0, + "pos": { + "x": -59091, + "y": 4640, + "z": -11424 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300012, + "propState": 0, + "pos": { + "x": -61451, + "y": 4640, + "z": -9072 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300014, + "propState": 0, + "pos": { + "x": -69771, + "y": 1348, + "z": -18314 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 0, + "pos": { + "x": -56483, + "y": 3524, + "z": -12279 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300017, + "propState": 0, + "pos": { + "x": -60556, + "y": 3524, + "z": -12271 + }, + "rot": { + "x": 0, + "y": 79354, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300018, + "propState": 0, + "pos": { + "x": -58529, + "y": 3494, + "z": -7357 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300015, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300019, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300020, + "propState": 0, + "pos": { + "x": -63000, + "y": 3324, + "z": -11760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300021, + "propState": 0, + "pos": { + "x": -9730, + "y": 7487, + "z": 43621 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300015, + "propState": 0, + "pos": { + "x": -63000, + "y": 3484, + "z": -11760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40104016": { + "P40104_F40104001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": 85035, + "y": 3524, + "z": 53512 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": 89424, + "y": 3524, + "z": 50985 + }, + "rot": { + "x": 0, + "y": 356964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "pos": { + "x": 85048, + "y": 3524, + "z": 48458 + }, + "rot": { + "x": 0, + "y": 55617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 0, + "pos": { + "x": 80659, + "y": 3524, + "z": 50976 + }, + "rot": { + "x": 0, + "y": 114933, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 12, + "instId": 300005, + "propState": 0, + "pos": { + "x": 80665, + "y": 3524, + "z": 56040 + }, + "rot": { + "x": 0, + "y": 177045, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 0, + "pos": { + "x": 85043, + "y": 3524, + "z": 58568 + }, + "rot": { + "x": 0, + "y": 236428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 12, + "instId": 300007, + "propState": 0, + "pos": { + "x": 89426, + "y": 3524, + "z": 56041 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 12, + "instId": 300008, + "propState": 0, + "pos": { + "x": 89014, + "y": 4415, + "z": 53998 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 12, + "instId": 300009, + "propState": 0, + "pos": { + "x": 85185, + "y": 4415, + "z": 53901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 12, + "instId": 300010, + "propState": 0, + "pos": { + "x": 80980, + "y": 4415, + "z": 53416 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 12, + "instId": 300011, + "propState": 0, + "pos": { + "x": 82494, + "y": 4415, + "z": 52403 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 12, + "instId": 300012, + "propState": 0, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 12, + "instId": 300013, + "propState": 0, + "pos": { + "x": 100804, + "y": 1410, + "z": 53403 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 12, + "instId": 300015, + "propState": 0, + "pos": { + "x": 85040, + "y": 3494, + "z": 53510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 12, + "instId": 300014, + "propState": 0, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 12, + "instId": 300016, + "propState": 0, + "pos": { + "x": 90788, + "y": 3384, + "z": 53533 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 12, + "instId": 300017, + "propState": 0, + "pos": { + "x": 15169, + "y": 7489, + "z": 53938 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": -59217, + "y": 3524, + "z": 113482 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": -60519, + "y": 3524, + "z": 118370 + }, + "rot": { + "x": 0, + "y": 221428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": -55632, + "y": 3524, + "z": 117064 + }, + "rot": { + "x": 0, + "y": 278289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": -54325, + "y": 3524, + "z": 112179 + }, + "rot": { + "x": 0, + "y": 341964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 0, + "pos": { + "x": -57898, + "y": 3524, + "z": 108606 + }, + "rot": { + "x": 0, + "y": 40617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 0, + "pos": { + "x": -62789, + "y": 3524, + "z": 109902 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 0, + "pos": { + "x": -64094, + "y": 3524, + "z": 114795 + }, + "rot": { + "x": 0, + "y": 162046, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 0, + "pos": { + "x": -60137, + "y": 4580, + "z": 113065 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 13, + "instId": 300009, + "propState": 0, + "pos": { + "x": -57438, + "y": 4580, + "z": 115440 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 13, + "instId": 300010, + "propState": 0, + "pos": { + "x": -54159, + "y": 4475, + "z": 114698 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 13, + "instId": 300011, + "propState": 0, + "pos": { + "x": -53200, + "y": 4620, + "z": 111100 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 13, + "instId": 300012, + "propState": 0, + "pos": { + "x": -55495, + "y": 4620, + "z": 108685 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 13, + "instId": 300013, + "propState": 0, + "pos": { + "x": -59194, + "y": 4620, + "z": 109678 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 13, + "instId": 300014, + "propState": 0, + "pos": { + "x": -70250, + "y": 1404, + "z": 124459 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 13, + "instId": 300016, + "propState": 0, + "pos": { + "x": -59217, + "y": 3494, + "z": 113480 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 13, + "instId": 300015, + "propState": 0, + "pos": { + "x": -63310, + "y": 3324, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 13, + "instId": 300017, + "propState": 0, + "pos": { + "x": -9757, + "y": 7487, + "z": 64179 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": -58530, + "y": 3524, + "z": -7394 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": -63439, + "y": 3524, + "z": -9384 + }, + "rot": { + "x": 0, + "y": 122115, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 0, + "pos": { + "x": -63435, + "y": 3524, + "z": -5327 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 0, + "pos": { + "x": -60558, + "y": 3524, + "z": -2440 + }, + "rot": { + "x": 0, + "y": 213370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 14, + "instId": 300005, + "propState": 0, + "pos": { + "x": -56483, + "y": 3524, + "z": -2449 + }, + "rot": { + "x": 0, + "y": 259790, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 14, + "instId": 300006, + "propState": 0, + "pos": { + "x": -53611, + "y": 3524, + "z": -5316 + }, + "rot": { + "x": 0, + "y": 301770, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 14, + "instId": 300007, + "propState": 0, + "pos": { + "x": -53611, + "y": 3524, + "z": -9403 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 14, + "instId": 300008, + "propState": 0, + "pos": { + "x": -56963, + "y": 4600, + "z": -4535 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 14, + "instId": 300009, + "propState": 0, + "pos": { + "x": -54652, + "y": 4600, + "z": -7289 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 14, + "instId": 300010, + "propState": 0, + "pos": { + "x": -55471, + "y": 4495, + "z": -10549 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 14, + "instId": 300011, + "propState": 0, + "pos": { + "x": -59091, + "y": 4640, + "z": -11424 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 14, + "instId": 300012, + "propState": 0, + "pos": { + "x": -61451, + "y": 4640, + "z": -9072 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 14, + "instId": 300013, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 14, + "instId": 300014, + "propState": 0, + "pos": { + "x": -69771, + "y": 1348, + "z": -18314 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 14, + "instId": 300016, + "propState": 0, + "pos": { + "x": -56483, + "y": 3524, + "z": -12279 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 14, + "instId": 300017, + "propState": 0, + "pos": { + "x": -60556, + "y": 3524, + "z": -12271 + }, + "rot": { + "x": 0, + "y": 79354, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 14, + "instId": 300018, + "propState": 0, + "pos": { + "x": -58529, + "y": 3494, + "z": -7357 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 14, + "instId": 300015, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 14, + "instId": 300019, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 14, + "instId": 300020, + "propState": 0, + "pos": { + "x": -63000, + "y": 3324, + "z": -11760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 14, + "instId": 300021, + "propState": 0, + "pos": { + "x": -9730, + "y": 7487, + "z": 43621 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300014, + "propState": 0, + "pos": { + "x": 90788, + "y": 3384, + "z": 53533 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40104017": { + "P40104_F40104001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 85035, + "y": 3524, + "z": 53512 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": 89424, + "y": 3524, + "z": 50985 + }, + "rot": { + "x": 0, + "y": 356964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": 85048, + "y": 3524, + "z": 48458 + }, + "rot": { + "x": 0, + "y": 55617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 0, + "pos": { + "x": 80659, + "y": 3524, + "z": 50976 + }, + "rot": { + "x": 0, + "y": 114933, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 0, + "pos": { + "x": 80665, + "y": 3524, + "z": 56040 + }, + "rot": { + "x": 0, + "y": 177045, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 0, + "pos": { + "x": 85043, + "y": 3524, + "z": 58568 + }, + "rot": { + "x": 0, + "y": 236428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 0, + "pos": { + "x": 89426, + "y": 3524, + "z": 56041 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 0, + "pos": { + "x": 89014, + "y": 4415, + "z": 53998 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 0, + "pos": { + "x": 85185, + "y": 4415, + "z": 53901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 0, + "pos": { + "x": 80980, + "y": 4415, + "z": 53416 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 0, + "pos": { + "x": 82494, + "y": 4415, + "z": 52403 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 0, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 0, + "pos": { + "x": 100804, + "y": 1410, + "z": 53403 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 0, + "pos": { + "x": 85040, + "y": 3494, + "z": 53510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 0, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 0, + "pos": { + "x": 90788, + "y": 3384, + "z": 53533 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 0, + "pos": { + "x": 15169, + "y": 7489, + "z": 53938 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -59217, + "y": 3524, + "z": 113482 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": -60519, + "y": 3524, + "z": 118370 + }, + "rot": { + "x": 0, + "y": 221428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": -55632, + "y": 3524, + "z": 117064 + }, + "rot": { + "x": 0, + "y": 278289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 0, + "pos": { + "x": -54325, + "y": 3524, + "z": 112179 + }, + "rot": { + "x": 0, + "y": 341964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 0, + "pos": { + "x": -57898, + "y": 3524, + "z": 108606 + }, + "rot": { + "x": 0, + "y": 40617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 0, + "pos": { + "x": -62789, + "y": 3524, + "z": 109902 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 0, + "pos": { + "x": -64094, + "y": 3524, + "z": 114795 + }, + "rot": { + "x": 0, + "y": 162046, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 0, + "pos": { + "x": -60137, + "y": 4580, + "z": 113065 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 0, + "pos": { + "x": -57438, + "y": 4580, + "z": 115440 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 0, + "pos": { + "x": -54159, + "y": 4475, + "z": 114698 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 0, + "pos": { + "x": -53200, + "y": 4620, + "z": 111100 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 0, + "pos": { + "x": -55495, + "y": 4620, + "z": 108685 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300013, + "propState": 0, + "pos": { + "x": -59194, + "y": 4620, + "z": 109678 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300014, + "propState": 0, + "pos": { + "x": -70250, + "y": 1404, + "z": 124459 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 7, + "instId": 300016, + "propState": 0, + "pos": { + "x": -59217, + "y": 3494, + "z": 113480 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300015, + "propState": 0, + "pos": { + "x": -63310, + "y": 3324, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300017, + "propState": 0, + "pos": { + "x": -9757, + "y": 7487, + "z": 64179 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -58530, + "y": 3524, + "z": -7394 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -63439, + "y": 3524, + "z": -9384 + }, + "rot": { + "x": 0, + "y": 122115, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": -63435, + "y": 3524, + "z": -5327 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": -60558, + "y": 3524, + "z": -2440 + }, + "rot": { + "x": 0, + "y": 213370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 0, + "pos": { + "x": -56483, + "y": 3524, + "z": -2449 + }, + "rot": { + "x": 0, + "y": 259790, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 0, + "pos": { + "x": -53611, + "y": 3524, + "z": -5316 + }, + "rot": { + "x": 0, + "y": 301770, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 0, + "pos": { + "x": -53611, + "y": 3524, + "z": -9403 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 0, + "pos": { + "x": -56963, + "y": 4600, + "z": -4535 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 0, + "pos": { + "x": -54652, + "y": 4600, + "z": -7289 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 0, + "pos": { + "x": -55471, + "y": 4495, + "z": -10549 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 0, + "pos": { + "x": -59091, + "y": 4640, + "z": -11424 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300012, + "propState": 0, + "pos": { + "x": -61451, + "y": 4640, + "z": -9072 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300014, + "propState": 0, + "pos": { + "x": -69771, + "y": 1348, + "z": -18314 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 0, + "pos": { + "x": -56483, + "y": 3524, + "z": -12279 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300017, + "propState": 0, + "pos": { + "x": -60556, + "y": 3524, + "z": -12271 + }, + "rot": { + "x": 0, + "y": 79354, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300018, + "propState": 0, + "pos": { + "x": -58529, + "y": 3494, + "z": -7357 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300015, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300019, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300020, + "propState": 0, + "pos": { + "x": -63000, + "y": 3324, + "z": -11760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300021, + "propState": 0, + "pos": { + "x": -9730, + "y": 7487, + "z": 43621 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300015, + "propState": 0, + "pos": { + "x": -63310, + "y": 3484, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40104018": { + "P40104_F40104001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 85035, + "y": 3524, + "z": 53512 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": 89424, + "y": 3524, + "z": 50985 + }, + "rot": { + "x": 0, + "y": 356964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": 85048, + "y": 3524, + "z": 48458 + }, + "rot": { + "x": 0, + "y": 55617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 0, + "pos": { + "x": 80659, + "y": 3524, + "z": 50976 + }, + "rot": { + "x": 0, + "y": 114933, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 0, + "pos": { + "x": 80665, + "y": 3524, + "z": 56040 + }, + "rot": { + "x": 0, + "y": 177045, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 0, + "pos": { + "x": 85043, + "y": 3524, + "z": 58568 + }, + "rot": { + "x": 0, + "y": 236428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 0, + "pos": { + "x": 89426, + "y": 3524, + "z": 56041 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 0, + "pos": { + "x": 89014, + "y": 4415, + "z": 53998 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 0, + "pos": { + "x": 85185, + "y": 4415, + "z": 53901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 0, + "pos": { + "x": 80980, + "y": 4415, + "z": 53416 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 0, + "pos": { + "x": 82494, + "y": 4415, + "z": 52403 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 0, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 0, + "pos": { + "x": 100804, + "y": 1410, + "z": 53403 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 0, + "pos": { + "x": 85040, + "y": 3494, + "z": 53510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 0, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 0, + "pos": { + "x": 90788, + "y": 3384, + "z": 53533 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 0, + "pos": { + "x": 15169, + "y": 7489, + "z": 53938 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -59217, + "y": 3524, + "z": 113482 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": -60519, + "y": 3524, + "z": 118370 + }, + "rot": { + "x": 0, + "y": 221428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": -55632, + "y": 3524, + "z": 117064 + }, + "rot": { + "x": 0, + "y": 278289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 0, + "pos": { + "x": -54325, + "y": 3524, + "z": 112179 + }, + "rot": { + "x": 0, + "y": 341964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 0, + "pos": { + "x": -57898, + "y": 3524, + "z": 108606 + }, + "rot": { + "x": 0, + "y": 40617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 0, + "pos": { + "x": -62789, + "y": 3524, + "z": 109902 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 0, + "pos": { + "x": -64094, + "y": 3524, + "z": 114795 + }, + "rot": { + "x": 0, + "y": 162046, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 0, + "pos": { + "x": -60137, + "y": 4580, + "z": 113065 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 0, + "pos": { + "x": -57438, + "y": 4580, + "z": 115440 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 0, + "pos": { + "x": -54159, + "y": 4475, + "z": 114698 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 0, + "pos": { + "x": -53200, + "y": 4620, + "z": 111100 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 0, + "pos": { + "x": -55495, + "y": 4620, + "z": 108685 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300013, + "propState": 0, + "pos": { + "x": -59194, + "y": 4620, + "z": 109678 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 7, + "instId": 300014, + "propState": 0, + "pos": { + "x": -70250, + "y": 1404, + "z": 124459 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 7, + "instId": 300016, + "propState": 0, + "pos": { + "x": -59217, + "y": 3494, + "z": 113480 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300015, + "propState": 0, + "pos": { + "x": -63310, + "y": 3324, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 7, + "instId": 300017, + "propState": 0, + "pos": { + "x": -9757, + "y": 7487, + "z": 64179 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -58530, + "y": 3524, + "z": -7394 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -63439, + "y": 3524, + "z": -9384 + }, + "rot": { + "x": 0, + "y": 122115, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": -63435, + "y": 3524, + "z": -5327 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": -60558, + "y": 3524, + "z": -2440 + }, + "rot": { + "x": 0, + "y": 213370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 0, + "pos": { + "x": -56483, + "y": 3524, + "z": -2449 + }, + "rot": { + "x": 0, + "y": 259790, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 0, + "pos": { + "x": -53611, + "y": 3524, + "z": -5316 + }, + "rot": { + "x": 0, + "y": 301770, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 0, + "pos": { + "x": -53611, + "y": 3524, + "z": -9403 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300008, + "propState": 0, + "pos": { + "x": -56963, + "y": 4600, + "z": -4535 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 0, + "pos": { + "x": -54652, + "y": 4600, + "z": -7289 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 0, + "pos": { + "x": -55471, + "y": 4495, + "z": -10549 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 0, + "pos": { + "x": -59091, + "y": 4640, + "z": -11424 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300012, + "propState": 0, + "pos": { + "x": -61451, + "y": 4640, + "z": -9072 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300014, + "propState": 0, + "pos": { + "x": -69771, + "y": 1348, + "z": -18314 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 0, + "pos": { + "x": -56483, + "y": 3524, + "z": -12279 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300017, + "propState": 0, + "pos": { + "x": -60556, + "y": 3524, + "z": -12271 + }, + "rot": { + "x": 0, + "y": 79354, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300018, + "propState": 0, + "pos": { + "x": -58529, + "y": 3494, + "z": -7357 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300015, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300019, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 8, + "instId": 300020, + "propState": 0, + "pos": { + "x": -63000, + "y": 3324, + "z": -11760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 8, + "instId": 300021, + "propState": 0, + "pos": { + "x": -9730, + "y": 7487, + "z": 43621 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300015, + "propState": 0, + "pos": { + "x": -63000, + "y": 3484, + "z": -11760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40104019": { + "P40104_F40104001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 44056, + "y": -18091, + "z": 43494 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102263 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 39264, + "y": -18015, + "z": 51774 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40104020": { + "P40104_F40104001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 44056, + "y": -18091, + "z": 43494 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102263 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 39264, + "y": -18015, + "z": 51774 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40104021": { + "P40104_F40104001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 44056, + "y": -18091, + "z": 43494 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102263 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 39264, + "y": -18015, + "z": 51774 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40104022": { + "P40104_F40104001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 44056, + "y": -18091, + "z": 43494 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102263 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 39264, + "y": -18015, + "z": 51774 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40104023": { + "P40104_F40104001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 44056, + "y": -18091, + "z": 43494 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102263 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 39264, + "y": -18015, + "z": 51774 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40104024": { + "P40104_F40104001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 44056, + "y": -18091, + "z": 43494 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102263 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 39264, + "y": -18015, + "z": 51774 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40105001": { + "P40105_F40105001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "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": 1, + "pos": { + "x": -126390, + "y": 11517, + "z": -9949 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103032 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": -120390, + "y": 11501, + "z": -144954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": -120390, + "y": 11501, + "z": -138954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "pos": { + "x": -114082, + "y": 11519, + "z": -137675 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": -162390, + "y": 5501, + "z": -144954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": -162390, + "y": 5501, + "z": -138954 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 0, + "pos": { + "x": -156610, + "y": 5511, + "z": -137807 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": -150424, + "y": 11501, + "z": -72953 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -150424, + "y": 11501, + "z": -66953 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": -145579, + "y": 11511, + "z": -65502 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 1, + "pos": { + "x": -117390, + "y": 11527, + "z": 5051 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": -122664, + "y": 12771, + "z": 2246 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "40105002": { + "P40105_F40105001": { + "scenes": { + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300008, + "propState": 1, + "pos": { + "x": 125966, + "y": 80503, + "z": 126902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 5, + "instId": 300012, + "propState": 0, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 5, + "instId": 300010, + "propState": 0, + "pos": { + "x": 124206, + "y": 80461, + "z": 129306 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 1, + "pos": { + "x": 130863, + "y": 78733, + "z": 139727 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 0, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 1, + "pos": { + "x": 91510, + "y": 75888, + "z": 122783 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 0, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300008 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 1, + "pos": { + "x": 125966, + "y": 80503, + "z": 126902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "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": 1, + "pos": { + "x": 130863, + "y": 78733, + "z": 139727 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 0, + "pos": { + "x": 133415, + "y": 78661, + "z": 139710 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 8, + "instId": 300006, + "propState": 1, + "pos": { + "x": 91510, + "y": 75888, + "z": 122783 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 8, + "instId": 300007, + "propState": 0, + "pos": { + "x": 91516, + "y": 75846, + "z": 124886 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300008 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "40105003": { + "P40105_F40105001": { + "scenes": { + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 83870, + "y": 4247, + "z": -31030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 7, + "instId": 300001, + "pos": { + "x": 83260, + "y": 3697, + "z": -33040 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "40105004": { + "P40105_F40105001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 390244, + "y": 12244, + "z": 217049 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 1, + "instId": 300001, + "pos": { + "x": 392244, + "y": 12244, + "z": 215049 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": -270, + "y": 14790, + "z": 74295 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": -341, + "y": 14790, + "z": 89637 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": 156668, + "y": 14340, + "z": 222430 + }, + "rot": { + "x": 0, + "y": 187563, + "z": 0 + }, + "propId": 103134 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 0, + "pos": { + "x": -461, + "y": 14610, + "z": 120291 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103134 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300017, + "propState": 0, + "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": 0, + "pos": { + "x": 62724, + "y": 4233, + "z": 136965 + }, + "rot": { + "x": 0, + "y": 324210, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "pos": { + "x": 110189, + "y": 2463, + "z": 198517 + }, + "rot": { + "x": 0, + "y": 284705, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300018, + "propState": 0, + "pos": { + "x": -61960, + "y": 4211, + "z": 138160 + }, + "rot": { + "x": 0, + "y": 35790, + "z": 0 + }, + "propId": 103040 + }, + { + "groupId": 4, + "instId": 300019, + "propState": 0, + "pos": { + "x": -108850, + "y": 2463, + "z": 198910 + }, + "rot": { + "x": 0, + "y": 75295, + "z": 0 + }, + "propId": 103040 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 0, + "pos": { + "x": -62740, + "y": 4240, + "z": 136945 + }, + "rot": { + "x": 0, + "y": 35790, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 9586, + "y": 11320, + "z": 37640 + }, + "rot": { + "x": 0, + "y": 88735, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 0, + "pos": { + "x": -10476, + "y": 11503, + "z": 5085 + }, + "rot": { + "x": 0, + "y": 89757, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 0, + "pos": { + "x": -126957, + "y": 14540, + "z": 154869 + }, + "rot": { + "x": 0, + "y": 58598, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 0, + "pos": { + "x": -109972, + "y": 14540, + "z": 132162 + }, + "rot": { + "x": 0, + "y": 48549, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300013, + "propState": 0, + "pos": { + "x": 109973, + "y": 14540, + "z": 132162 + }, + "rot": { + "x": 0, + "y": 311451, + "z": 0 + }, + "propId": 103133 + }, + { + "groupId": 4, + "instId": 300014, + "propState": 0, + "pos": { + "x": 126957, + "y": 14540, + "z": 154869 + }, + "rot": { + "x": 0, + "y": 301402, + "z": 0 + }, + "propId": 103133 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [ + { + "groupId": 24, + "instId": 400001, + "pos": { + "x": 407833, + "y": 12180, + "z": 215938 + }, + "rot": { + "x": 0, + "y": 167826, + "z": 0 + }, + "npcId": 12401 + }, + { + "groupId": 24, + "instId": 400002, + "pos": { + "x": 407812, + "y": 12180, + "z": 215069 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3002 + } + ], + "props": [ + { + "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": 0, + "pos": { + "x": 405850, + "y": 12180, + "z": 215510 + }, + "rot": { + "x": 0, + "y": 267793, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 24, + "instId": 300005, + "propState": 0, + "pos": { + "x": 405850, + "y": 12180, + "z": 215510 + }, + "rot": { + "x": 0, + "y": 267793, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300006, + "propState": 0, + "pos": { + "x": 405850, + "y": 12180, + "z": 215510 + }, + "rot": { + "x": 0, + "y": 267793, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "40106001": { + "P40106_F40106001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 8, + "pos": { + "x": 26440, + "y": -868, + "z": -92740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 4, + "instId": 300001, + "pos": { + "x": 21826, + "y": -638, + "z": -89111 + }, + "rot": { + "x": 0, + "y": 27000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40107001": { + "P40107_F40107001": { + "scenes": { + "5": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40107002": { + "P40107_F40107001": { + "scenes": { + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 230431, + "y": -24130, + "z": 182910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40121001": { + "P40121_F40121001": { + "scenes": { + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300013, + "propState": 0, + "pos": { + "x": 135109, + "y": 50639, + "z": -125266 + }, + "rot": { + "x": 0, + "y": 328448, + "z": 0 + }, + "propId": 301004 + }, + { + "groupId": 5, + "instId": 300027, + "propState": 0, + "pos": { + "x": 128700, + "y": 58984, + "z": -126230 + }, + "rot": { + "x": 0, + "y": 234180, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 5, + "instId": 300011, + "propState": 0, + "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": 0, + "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 + } + ], + "teleports": {} + }, + "9": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": 195784, + "y": 26028, + "z": -132117 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": 135510, + "y": 46300, + "z": -71960 + }, + "rot": { + "x": 0, + "y": 267660, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 0, + "pos": { + "x": 206450, + "y": 37180, + "z": -159190 + }, + "rot": { + "x": 0, + "y": 267660, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 0, + "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": 0, + "pos": { + "x": 126040, + "y": 46518, + "z": -72940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300008, + "propState": 0, + "pos": { + "x": 171150, + "y": 55700, + "z": -186770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300009, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": 127020, + "y": 58980, + "z": -131710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300015, + "propState": 0, + "pos": { + "x": 107400, + "y": 58985, + "z": -94468 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 0, + "pos": { + "x": 103910, + "y": 59030, + "z": -93560 + }, + "rot": { + "x": 0, + "y": 330715, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300016, + "propState": 0, + "pos": { + "x": 127740, + "y": 59030, + "z": -135400 + }, + "rot": { + "x": 0, + "y": 329470, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "12": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": 175500, + "y": 28520, + "z": -121850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 9090008 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": 126030, + "y": 46900, + "z": -72750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 9090008 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": 176285, + "y": 55608, + "z": -183932 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 9090008 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": 186240, + "y": 28406, + "z": -126812 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 9090008 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 110200, + "y": 58980, + "z": -101640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 16, + "instId": 300001, + "pos": { + "x": 109550, + "y": 58980, + "z": -106870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": 168970, + "y": 54160, + "z": -146460 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": 168230, + "y": 56220, + "z": -158460 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "pos": { + "x": 166250, + "y": 32940, + "z": -96550 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 0, + "pos": { + "x": 132700, + "y": 38330, + "z": -90150 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 0, + "pos": { + "x": 122000, + "y": 47150, + "z": -24200 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 0, + "pos": { + "x": 117711, + "y": 47569, + "z": -10050 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "40121002": { + "P40121_F40121001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300013, + "propState": 0, + "pos": { + "x": 135109, + "y": 50639, + "z": -125266 + }, + "rot": { + "x": 0, + "y": 328448, + "z": 0 + }, + "propId": 301004 + }, + { + "groupId": 3, + "instId": 300027, + "propState": 0, + "pos": { + "x": 128700, + "y": 58984, + "z": -126230 + }, + "rot": { + "x": 0, + "y": 234180, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 3, + "instId": 300011, + "propState": 0, + "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": 0, + "pos": { + "x": 135120, + "y": 28360, + "z": -125260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301005 + } + ], + "teleports": {} + }, + "12": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 2, + "groupId": 16, + "instId": 300002, + "pos": { + "x": 204690, + "y": 46590, + "z": -61850 + }, + "rot": { + "x": 0, + "y": 260547, + "z": 0 + } + } + } + }, + "17": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "40121003": { + "P40121_F40121001": { + "scenes": { + "20": { + "monsters": [ + { + "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 + } + ], + "npcs": [ + { + "groupId": 20, + "instId": 400001, + "pos": { + "x": 122277, + "y": 46692, + "z": -38436 + }, + "rot": { + "x": 0, + "y": 82330, + "z": 0 + }, + "npcId": 1007 + } + ], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": 122990, + "y": 46760, + "z": -33970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 0, + "pos": { + "x": 126454, + "y": 47256, + "z": -12959 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 0, + "pos": { + "x": 122142, + "y": 46712, + "z": -38513 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "40121005": { + "P40121_F40121001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300002, + "propState": 0, + "pos": { + "x": 168970, + "y": 54160, + "z": -146460 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 0, + "pos": { + "x": 168230, + "y": 56220, + "z": -158460 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 0, + "pos": { + "x": 166250, + "y": 32940, + "z": -96550 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 1, + "instId": 300004, + "propState": 0, + "pos": { + "x": 132700, + "y": 38330, + "z": -90150 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 0, + "pos": { + "x": 122000, + "y": 47150, + "z": -24200 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 0, + "pos": { + "x": 117711, + "y": 47569, + "z": -10050 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300013, + "propState": 0, + "pos": { + "x": 135109, + "y": 50639, + "z": -125266 + }, + "rot": { + "x": 0, + "y": 328448, + "z": 0 + }, + "propId": 301004 + }, + { + "groupId": 5, + "instId": 300027, + "propState": 0, + "pos": { + "x": 128700, + "y": 58984, + "z": -126230 + }, + "rot": { + "x": 0, + "y": 234180, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 5, + "instId": 300011, + "propState": 0, + "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": 0, + "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 + } + ], + "teleports": {} + }, + "9": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": 195784, + "y": 26028, + "z": -132117 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": 135510, + "y": 46300, + "z": -71960 + }, + "rot": { + "x": 0, + "y": 267660, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 0, + "pos": { + "x": 206450, + "y": 37180, + "z": -159190 + }, + "rot": { + "x": 0, + "y": 267660, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 0, + "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": 0, + "pos": { + "x": 126040, + "y": 46518, + "z": -72940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300008, + "propState": 0, + "pos": { + "x": 171150, + "y": 55700, + "z": -186770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300009, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": 127020, + "y": 58980, + "z": -131710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300015, + "propState": 0, + "pos": { + "x": 107400, + "y": 58985, + "z": -94468 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 0, + "pos": { + "x": 103910, + "y": 59030, + "z": -93560 + }, + "rot": { + "x": 0, + "y": 330715, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300016, + "propState": 0, + "pos": { + "x": 127740, + "y": 59030, + "z": -135400 + }, + "rot": { + "x": 0, + "y": 329470, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "12": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": 175500, + "y": 28520, + "z": -121850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 9090008 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": 126030, + "y": 46900, + "z": -72750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 9090008 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": 176285, + "y": 55608, + "z": -183932 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 9090008 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": 186240, + "y": 28406, + "z": -126812 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 9090008 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 101405, + "y": 52004, + "z": -101086 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 16, + "instId": 300001, + "pos": { + "x": 109550, + "y": 58980, + "z": -106870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "40121006": { + "P40121_F40121001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300002, + "propState": 0, + "pos": { + "x": 168970, + "y": 54160, + "z": -146460 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 0, + "pos": { + "x": 168230, + "y": 56220, + "z": -158460 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 0, + "pos": { + "x": 166250, + "y": 32940, + "z": -96550 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 1, + "instId": 300004, + "propState": 0, + "pos": { + "x": 132700, + "y": 38330, + "z": -90150 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 0, + "pos": { + "x": 122000, + "y": 47150, + "z": -24200 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 0, + "pos": { + "x": 117711, + "y": 47569, + "z": -10050 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300013, + "propState": 0, + "pos": { + "x": 135109, + "y": 50639, + "z": -125266 + }, + "rot": { + "x": 0, + "y": 328448, + "z": 0 + }, + "propId": 301004 + }, + { + "groupId": 5, + "instId": 300027, + "propState": 0, + "pos": { + "x": 128700, + "y": 58984, + "z": -126230 + }, + "rot": { + "x": 0, + "y": 234180, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 5, + "instId": 300011, + "propState": 0, + "pos": { + "x": 142080, + "y": 28415, + "z": -124750 + }, + "rot": { + "x": 0, + "y": 352131, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 2, + "pos": { + "x": 135120, + "y": 58980, + "z": -125260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101007 + }, + { + "groupId": 5, + "instId": 300035, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "9": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": 195784, + "y": 26028, + "z": -132117 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": 135510, + "y": 46300, + "z": -71960 + }, + "rot": { + "x": 0, + "y": 267660, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 0, + "pos": { + "x": 206450, + "y": 37180, + "z": -159190 + }, + "rot": { + "x": 0, + "y": 267660, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 0, + "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": 0, + "pos": { + "x": 126040, + "y": 46518, + "z": -72940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300008, + "propState": 0, + "pos": { + "x": 171150, + "y": 55700, + "z": -186770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300009, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": 127020, + "y": 58980, + "z": -131710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300015, + "propState": 0, + "pos": { + "x": 107400, + "y": 58985, + "z": -94468 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 0, + "pos": { + "x": 103910, + "y": 59030, + "z": -93560 + }, + "rot": { + "x": 0, + "y": 330715, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300016, + "propState": 0, + "pos": { + "x": 127740, + "y": 59030, + "z": -135400 + }, + "rot": { + "x": 0, + "y": 329470, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "12": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": 175500, + "y": 28520, + "z": -121850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 9090008 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": 126030, + "y": 46900, + "z": -72750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 9090008 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": 176285, + "y": 55608, + "z": -183932 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 9090008 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": 186240, + "y": 28406, + "z": -126812 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 9090008 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 101405, + "y": 52004, + "z": -101086 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 16, + "instId": 300001, + "pos": { + "x": 109550, + "y": 58980, + "z": -106870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "40131001": { + "P40131_F40131001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [ + { + "groupId": 1, + "instId": 400001, + "pos": { + "x": -106122, + "y": -2114, + "z": -95619 + }, + "rot": { + "x": 0, + "y": 290200, + "z": 0 + }, + "npcId": 2104 + } + ], + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 3, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -108480, + "y": -2110, + "z": -94290 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "6": { + "monsters": [], + "npcs": [ + { + "groupId": 6, + "instId": 400001, + "pos": { + "x": -210, + "y": -3000, + "z": -127710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2107 + } + ], + "props": [ + { + "groupId": 6, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -76924, + "y": -111, + "z": -46688 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 220, + "y": 1010, + "z": -182630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -117480, + "y": -2110, + "z": -94100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 994, + "z": -193473 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301002 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 0, + "pos": { + "x": 240, + "y": 1010, + "z": -182420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 0, + "pos": { + "x": -107360, + "y": -2110, + "z": -93560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 0, + "pos": { + "x": -60759, + "y": -42, + "z": -90950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 301065 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 0, + "pos": { + "x": -60759, + "y": -42, + "z": -96990 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 301065 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 0, + "pos": { + "x": -26350, + "y": -3000, + "z": -93470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 0, + "pos": { + "x": -75590, + "y": -110, + "z": -58800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300018, + "propState": 0, + "pos": { + "x": -105530, + "y": -2110, + "z": -94230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300019, + "propState": 0, + "pos": { + "x": -114373, + "y": -2114, + "z": -94176 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "7": { + "monsters": [ + { + "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 + } + ], + "npcs": [ + { + "groupId": 7, + "instId": 400001, + "pos": { + "x": -32610, + "y": -3000, + "z": -94516 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 2108 + } + ], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -32830, + "y": -3000, + "z": -94140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": -83538, + "y": -111, + "z": -52253 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": -83690, + "y": -110, + "z": -52800 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 0, + "pos": { + "x": -34741, + "y": -3000, + "z": -83069 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 0, + "pos": { + "x": -8950, + "y": -3000, + "z": -131120 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 9, + "instId": 300005, + "propState": 0, + "pos": { + "x": 35043, + "y": 1007, + "z": -170670 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 0, + "pos": { + "x": -98426, + "y": -2114, + "z": -91363 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 9, + "instId": 300007, + "propState": 0, + "pos": { + "x": -11540, + "y": -980, + "z": -228440 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300020, + "propState": 0, + "pos": { + "x": -109100, + "y": -2114, + "z": -88810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 217 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300020, + "propState": 0, + "pos": { + "x": -80150, + "y": -111, + "z": -73910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": -75900, + "y": -111, + "z": -66300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -96840, + "y": -2110, + "z": -96980 + }, + "rot": { + "x": 0, + "y": 265951, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -78320, + "y": -110, + "z": -75350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": 32300, + "y": -3000, + "z": -106320 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 0, + "pos": { + "x": 31100, + "y": -3000, + "z": -104490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300010, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "40131002": { + "P40131_F40131001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 4, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 30200, + "y": -3000, + "z": -93250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "2": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": -4749, + "y": -3000, + "z": -61752 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": -71690, + "y": -110, + "z": -49380 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 0, + "pos": { + "x": -34741, + "y": -3000, + "z": -83069 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 0, + "pos": { + "x": 32110, + "y": -3000, + "z": -99749 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 0, + "pos": { + "x": 35043, + "y": 1007, + "z": -170670 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 0, + "pos": { + "x": -13380, + "y": -980, + "z": -230180 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 0, + "pos": { + "x": -11540, + "y": -980, + "z": -228440 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300020, + "propState": 0, + "pos": { + "x": 72190, + "y": 2070, + "z": -88940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 217 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 27590, + "y": -3000, + "z": -87230 + }, + "rot": { + "x": 0, + "y": 77500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 0, + "pos": { + "x": -4660, + "y": -3000, + "z": -64972 + }, + "rot": { + "x": 0, + "y": 71163, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [ + { + "groupId": 6, + "instId": 400001, + "pos": { + "x": 100, + "y": -3000, + "z": -131250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2107 + }, + { + "groupId": 6, + "instId": 400002, + "pos": { + "x": -29380, + "y": -3000, + "z": -97950 + }, + "rot": { + "x": 0, + "y": 300569, + "z": 0 + }, + "npcId": 2104 + } + ], + "props": [ + { + "groupId": 6, + "instId": 300005, + "propState": 0, + "pos": { + "x": -10, + "y": -460, + "z": -54680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "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": 300013, + "propState": 0, + "pos": { + "x": 220, + "y": 1010, + "z": -182630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -117480, + "y": -2110, + "z": -94100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 994, + "z": -193473 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301002 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 0, + "pos": { + "x": 240, + "y": 1010, + "z": -182420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 0, + "pos": { + "x": -47489, + "y": -1028, + "z": -180057 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 0, + "pos": { + "x": 20, + "y": -980, + "z": -159620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": -850, + "y": -2950, + "z": -68770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": 15500, + "y": -2900, + "z": -94500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 0, + "pos": { + "x": -27270, + "y": -2900, + "z": -94150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 0, + "pos": { + "x": -110, + "y": -2950, + "z": -123380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 0, + "pos": { + "x": 30110, + "y": -2900, + "z": -94150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 0, + "pos": { + "x": 32040, + "y": -2570, + "z": -76880 + }, + "rot": { + "x": 0, + "y": 51489, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300007, + "propState": 0, + "pos": { + "x": 29560, + "y": -2900, + "z": -104540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": 31815, + "y": -2990, + "z": -112800 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 35315, + "y": 2106, + "z": -100268 + }, + "rot": { + "x": 0, + "y": 329947, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300005, + "propState": 0, + "pos": { + "x": 7600, + "y": 14845, + "z": 120316 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": 32300, + "y": -3000, + "z": -106320 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 0, + "pos": { + "x": 31100, + "y": -3000, + "z": -104490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300010, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "13": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "40131003": { + "P40131_F40131001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": { + "2102": { + "anchorId": 3, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -30, + "y": -1090, + "z": -158430 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": -28520, + "y": -980, + "z": -201710 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": -28200, + "y": -980, + "z": -202490 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 0, + "pos": { + "x": -34741, + "y": -3000, + "z": -83069 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 0, + "pos": { + "x": -3620, + "y": -982, + "z": -160150 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 0, + "pos": { + "x": 35810, + "y": 1010, + "z": -166290 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 0, + "pos": { + "x": -13380, + "y": -980, + "z": -230180 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 0, + "pos": { + "x": -13202, + "y": -985, + "z": -229674 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101015 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300020, + "propState": 0, + "pos": { + "x": -5220, + "y": -985, + "z": -213210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": -12140, + "y": -985, + "z": -208790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300005, + "propState": 0, + "pos": { + "x": -10, + "y": -460, + "z": -54680 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "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": 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": 2, + "pos": { + "x": -27840, + "y": -3000, + "z": -101040 + }, + "rot": { + "x": 0, + "y": 251700, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4660, + "y": -3000, + "z": -64972 + }, + "rot": { + "x": 0, + "y": 71163, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 0, + "pos": { + "x": 190, + "y": 1040, + "z": -182650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -117480, + "y": -2110, + "z": -94100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 994, + "z": -193473 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301002 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 0, + "pos": { + "x": 240, + "y": 1010, + "z": -182420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 0, + "pos": { + "x": -47489, + "y": -1028, + "z": -180057 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 0, + "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": 0, + "pos": { + "x": 240, + "y": 2500, + "z": -182420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 0, + "pos": { + "x": 120, + "y": 1010, + "z": -181340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 0, + "pos": { + "x": -550, + "y": -4955, + "z": -190146 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 80, + "y": -3000, + "z": -132480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": -120, + "y": -2890, + "z": -146890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": -120, + "y": -2890, + "z": -176200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": -21696, + "y": -985, + "z": -210144 + }, + "rot": { + "x": 0, + "y": 24700, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -7410, + "y": -980, + "z": -224340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": 32300, + "y": -3000, + "z": -106320 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 0, + "pos": { + "x": 31100, + "y": -3000, + "z": -104490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 15, + "instId": 300010, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "40211001": { + "P40211_F40211001": { + "scenes": { + "7": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 3914, + "y": 2280, + "z": 73680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": 7937, + "y": 2246, + "z": 68877 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -4220, + "y": -1118, + "z": -14280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": 560, + "y": 55, + "z": -32 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": -1350, + "y": -1085, + "z": -770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": 11350, + "y": -1085, + "z": -820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": 380, + "y": 0, + "z": -2920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": 26800, + "y": 586, + "z": -14230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 1, + "pos": { + "x": -19120, + "y": 5240, + "z": -74291 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 1, + "pos": { + "x": -29410, + "y": 7090, + "z": -108760 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 1, + "pos": { + "x": 6610, + "y": 2220, + "z": 46850 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 1, + "pos": { + "x": -43232, + "y": 2220, + "z": 76980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": -14132, + "y": 2171, + "z": 37989 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": -10267, + "y": -1147, + "z": -15489 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 20, + "instId": 300001, + "pos": { + "x": -12110, + "y": -1150, + "z": -14900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300003, + "propState": 0, + "pos": { + "x": -17740, + "y": 2171, + "z": 39578 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 28, + "instId": 300001, + "propState": 0, + "pos": { + "x": -10667, + "y": -1147, + "z": -5470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102175 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40211002": { + "P40211_F40211001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "pos": { + "x": 3914, + "y": 2280, + "z": 73680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": 7864, + "y": 2280, + "z": 68864 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": -40, + "y": 10, + "z": 230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": -3940, + "y": -1120, + "z": -14530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": 560, + "y": 55, + "z": -32 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": -1073, + "y": -1120, + "z": -850 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "pos": { + "x": 10769, + "y": -1120, + "z": -1030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 0, + "pos": { + "x": 1480, + "y": -168, + "z": 3340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 380, + "y": 0, + "z": -2920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": 26553, + "y": 586, + "z": -14286 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "6": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 3, + "groupId": 8, + "instId": 300003, + "pos": { + "x": -13135, + "y": 5236, + "z": -89638 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300003, + "propState": 0, + "pos": { + "x": 13103, + "y": 9101, + "z": 94760 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3682, + "y": -1118, + "z": -16279 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "pos": { + "x": -10667, + "y": -1147, + "z": -5470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102175 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 1, + "pos": { + "x": 6520, + "y": 2220, + "z": 46831 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102002 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 1, + "pos": { + "x": -7664, + "y": 5257, + "z": -56100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 0, + "pos": { + "x": -10357, + "y": 5240, + "z": -54820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 1, + "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": 0, + "pos": { + "x": 33699, + "y": 170, + "z": 112760 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 35, + "instId": 300006, + "propState": 1, + "pos": { + "x": 48680, + "y": -2830, + "z": 36987 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 35, + "instId": 300010, + "propState": 1, + "pos": { + "x": 4090, + "y": 9180, + "z": 107720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 35, + "instId": 300011, + "propState": 0, + "pos": { + "x": 49340, + "y": 2250, + "z": 73920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 35, + "instId": 300008, + "propState": 0, + "pos": { + "x": 32420, + "y": 7060, + "z": -108570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40211003": { + "P40211_F40211001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 4, + "groupId": 1, + "instId": 300003, + "pos": { + "x": -46410, + "y": 49930, + "z": 25060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "6": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 22000, + "y": 60280, + "z": 46562 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 0, + "pos": { + "x": 12700, + "y": 49880, + "z": 36740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 1, + "pos": { + "x": -60528, + "y": 49950, + "z": 130481 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 1, + "pos": { + "x": -59910, + "y": 53090, + "z": 164089 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 1, + "pos": { + "x": -53360, + "y": 53090, + "z": 186171 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102001 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 1, + "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": 0, + "pos": { + "x": 34430, + "y": 47263, + "z": -40380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 18, + "instId": 300007, + "propState": 1, + "pos": { + "x": 69160, + "y": 45930, + "z": -97420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300008, + "propState": 0, + "pos": { + "x": 33200, + "y": 47010, + "z": 134040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 18, + "instId": 300009, + "propState": 1, + "pos": { + "x": 36190, + "y": 50400, + "z": 126100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300010, + "propState": 1, + "pos": { + "x": 52850, + "y": 43750, + "z": 164320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300011, + "propState": 0, + "pos": { + "x": 49080, + "y": 43700, + "z": 165340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 18, + "instId": 300012, + "propState": 1, + "pos": { + "x": -61030, + "y": 53250, + "z": 114270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300013, + "propState": 0, + "pos": { + "x": -62560, + "y": 53250, + "z": 117680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 18, + "instId": 300014, + "propState": 1, + "pos": { + "x": 101770, + "y": 63240, + "z": 42870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300015, + "propState": 1, + "pos": { + "x": -59680, + "y": 53090, + "z": 164089 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300016, + "propState": 0, + "pos": { + "x": -60720, + "y": 53090, + "z": 167380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -44640, + "y": 49920, + "z": 43260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102176 + }, + { + "groupId": 18, + "instId": 300017, + "propState": 1, + "pos": { + "x": -92613, + "y": 55679, + "z": 42476 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "pos": { + "x": 30642, + "y": 43466, + "z": 184426 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "22": { + "monsters": [ + { + "groupId": 22, + "instId": 200001, + "eventId": 40222202, + "pos": { + "x": -56039, + "y": 53256, + "z": -76643 + }, + "rot": { + "x": 0, + "y": 350823, + "z": 0 + }, + "monsterId": 2022020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": -71690, + "y": 53256, + "z": -69230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2022201": { + "anchorId": 2, + "groupId": 28, + "instId": 300002, + "pos": { + "x": -128310, + "y": 47886, + "z": 20620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2022202": { + "anchorId": 3, + "groupId": 28, + "instId": 300004, + "pos": { + "x": 24060, + "y": 53254, + "z": -19800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2022203": { + "anchorId": 4, + "groupId": 28, + "instId": 300001, + "pos": { + "x": 35230, + "y": 53852, + "z": 90220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2022204": { + "anchorId": 5, + "groupId": 28, + "instId": 300003, + "pos": { + "x": -52270, + "y": 49948, + "z": 130490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40212001": { + "P40212_F40212001": { + "scenes": { + "9": { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 19000, + "y": -32910, + "z": -74900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 0, + "pos": { + "x": 19105, + "y": -32912, + "z": -73160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102005 + } + ], + "teleports": {} + }, + "10": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": 55690, + "y": -31260, + "z": -153480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 0, + "pos": { + "x": 65530, + "y": -31260, + "z": -102030 + }, + "rot": { + "x": 0, + "y": 273602, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "22": { + "monsters": [ + { + "groupId": 22, + "instId": 200001, + "eventId": 40212003, + "pos": { + "x": -2360, + "y": -31100, + "z": -59450 + }, + "rot": { + "x": 0, + "y": 161520, + "z": 0 + }, + "monsterId": 2012010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "23": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40212002": { + "P40212_F40212001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [ + { + "groupId": 2, + "instId": 400001, + "pos": { + "x": -5450, + "y": -35815, + "z": -88780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3010 + } + ], + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "pos": { + "x": -5640, + "y": -35680, + "z": -88650 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": 22040, + "y": -31160, + "z": -92060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 0, + "pos": { + "x": 22400, + "y": -31159, + "z": -91900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 1, + "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 + } + ], + "teleports": {} + }, + "9": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 19000, + "y": -32910, + "z": -74900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 0, + "pos": { + "x": 19105, + "y": -32912, + "z": -73160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102005 + } + ], + "teleports": {} + }, + "10": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": 55690, + "y": -31260, + "z": -153480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 0, + "pos": { + "x": 65490, + "y": -31260, + "z": -102570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 0, + "pos": { + "x": 68690, + "y": -34241, + "z": -91720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102005 + } + ], + "teleports": {} + }, + "22": { + "monsters": [ + { + "groupId": 22, + "instId": 200001, + "eventId": 40212015, + "pos": { + "x": -1573, + "y": -31280, + "z": -56393 + }, + "rot": { + "x": 0, + "y": 110875, + "z": 0 + }, + "monsterId": 2012010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "23": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "24": { + "monsters": [ + { + "groupId": 24, + "instId": 200001, + "eventId": 40212031, + "pos": { + "x": 37929, + "y": -28750, + "z": -147493 + }, + "rot": { + "x": 0, + "y": 180480, + "z": 0 + }, + "monsterId": 2012010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40212003": { + "P40212_F40212001": { + "scenes": { + "9": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 19000, + "y": -32910, + "z": -74900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300009, + "propState": 0, + "pos": { + "x": 19105, + "y": -32912, + "z": -73160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102005 + } + ], + "teleports": {} + }, + "10": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": 55690, + "y": -31260, + "z": -153480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 0, + "pos": { + "x": 65240, + "y": -31260, + "z": -102660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300007, + "propState": 0, + "pos": { + "x": 69050, + "y": -34241, + "z": -91800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102005 + } + ], + "teleports": {} + }, + "22": { + "monsters": [ + { + "groupId": 22, + "instId": 200001, + "eventId": 40212034, + "pos": { + "x": -1390, + "y": -31280, + "z": -54540 + }, + "rot": { + "x": 0, + "y": 94591, + "z": 0 + }, + "monsterId": 2012010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "23": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40221001": { + "P40221_F40221001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 0, + "pos": { + "x": 490, + "y": 13136, + "z": -6170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "2": { + "monsters": [], + "npcs": [ + { + "groupId": 2, + "instId": 400001, + "pos": { + "x": -3543, + "y": 12912, + "z": 5065 + }, + "rot": { + "x": 0, + "y": 127901, + "z": 0 + }, + "npcId": 2201 + } + ], + "props": [], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40222001": { + "P40222_F40222001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": 61640, + "y": 45906, + "z": -56919 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 2, + "groupId": 2, + "instId": 300001, + "pos": { + "x": 59631, + "y": 45910, + "z": -60440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "17": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 1, + "pos": { + "x": -92630, + "y": 55720, + "z": 42490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 1, + "pos": { + "x": -71400, + "y": 53260, + "z": -28750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 0, + "pos": { + "x": -67500, + "y": 53260, + "z": -29940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 1, + "pos": { + "x": 31670, + "y": 47260, + "z": -37860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 1, + "pos": { + "x": 69160, + "y": 45930, + "z": -97420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 0, + "pos": { + "x": 33200, + "y": 47010, + "z": 134040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 23, + "instId": 300009, + "propState": 1, + "pos": { + "x": 36190, + "y": 50400, + "z": 126100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 23, + "instId": 300010, + "propState": 1, + "pos": { + "x": 52850, + "y": 43750, + "z": 164320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 23, + "instId": 300011, + "propState": 0, + "pos": { + "x": 49080, + "y": 43700, + "z": 165340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 23, + "instId": 300012, + "propState": 1, + "pos": { + "x": -61030, + "y": 53250, + "z": 114270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 23, + "instId": 300013, + "propState": 0, + "pos": { + "x": -62560, + "y": 53250, + "z": 117680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 23, + "instId": 300014, + "propState": 1, + "pos": { + "x": 101770, + "y": 63240, + "z": 42530 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 23, + "instId": 300015, + "propState": 1, + "pos": { + "x": -59680, + "y": 53090, + "z": 164089 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 23, + "instId": 300016, + "propState": 0, + "pos": { + "x": -60720, + "y": 53090, + "z": 167380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 23, + "instId": 300017, + "propState": 0, + "pos": { + "x": 50524, + "y": 46107, + "z": -59731 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 24, + "instId": 300001, + "propState": 0, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40222002": { + "P40222_F40222001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 4, + "groupId": 1, + "instId": 300003, + "pos": { + "x": -46410, + "y": 49930, + "z": 25060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -70890, + "y": 55710, + "z": 36410 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 38230, + "y": 50370, + "z": 108910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": -58690, + "y": 49950, + "z": 128290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 0, + "pos": { + "x": 22290, + "y": 53250, + "z": -17110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 1, + "pos": { + "x": -60528, + "y": 49950, + "z": 130481 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 1, + "pos": { + "x": -59910, + "y": 53090, + "z": 164089 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 1, + "pos": { + "x": -53360, + "y": 53090, + "z": 186171 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102001 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 1, + "pos": { + "x": 31670, + "y": 47260, + "z": -37860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "pos": { + "x": 34430, + "y": 47263, + "z": -40380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 18, + "instId": 300007, + "propState": 1, + "pos": { + "x": 69160, + "y": 45930, + "z": -97420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300008, + "propState": 0, + "pos": { + "x": 33200, + "y": 47010, + "z": 134040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 18, + "instId": 300009, + "propState": 1, + "pos": { + "x": 36190, + "y": 50400, + "z": 126100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300010, + "propState": 1, + "pos": { + "x": 52850, + "y": 43750, + "z": 164320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300011, + "propState": 0, + "pos": { + "x": 49080, + "y": 43700, + "z": 165340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 18, + "instId": 300012, + "propState": 1, + "pos": { + "x": -61030, + "y": 53250, + "z": 114270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300013, + "propState": 0, + "pos": { + "x": -62560, + "y": 53250, + "z": 117680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 18, + "instId": 300014, + "propState": 1, + "pos": { + "x": 101770, + "y": 63240, + "z": 42870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300015, + "propState": 1, + "pos": { + "x": -59680, + "y": 53090, + "z": 164089 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 18, + "instId": 300016, + "propState": 0, + "pos": { + "x": -60720, + "y": 53090, + "z": 167380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "pos": { + "x": 30642, + "y": 43466, + "z": 184426 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "22": { + "monsters": [ + { + "groupId": 22, + "instId": 200001, + "eventId": 40222202, + "pos": { + "x": -56039, + "y": 53256, + "z": -76643 + }, + "rot": { + "x": 0, + "y": 350823, + "z": 0 + }, + "monsterId": 2022020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": -71690, + "y": 53256, + "z": -69230 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2022201": { + "anchorId": 2, + "groupId": 28, + "instId": 300002, + "pos": { + "x": -128310, + "y": 47886, + "z": 20620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2022202": { + "anchorId": 3, + "groupId": 28, + "instId": 300004, + "pos": { + "x": 24060, + "y": 53254, + "z": -19800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2022203": { + "anchorId": 4, + "groupId": 28, + "instId": 300001, + "pos": { + "x": 35230, + "y": 53852, + "z": 90220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2022204": { + "anchorId": 5, + "groupId": 28, + "instId": 300003, + "pos": { + "x": -52270, + "y": 49948, + "z": 130490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40222003": { + "P40222_F40222001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 4, + "groupId": 1, + "instId": 300003, + "pos": { + "x": -46720, + "y": 49930, + "z": 27630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 22000, + "y": 60280, + "z": 46562 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 0, + "pos": { + "x": 12700, + "y": 49880, + "z": 36740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 1, + "pos": { + "x": -60528, + "y": 49950, + "z": 130481 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 1, + "pos": { + "x": -59910, + "y": 53090, + "z": 164089 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 1, + "pos": { + "x": -53360, + "y": 53090, + "z": 186171 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102001 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + } + ], + "teleports": {} + }, + "27": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 1, + "pos": { + "x": -71400, + "y": 53260, + "z": -28750 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 0, + "pos": { + "x": -67500, + "y": 53260, + "z": -29940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 28, + "instId": 300005, + "propState": 1, + "pos": { + "x": 31670, + "y": 47260, + "z": -37860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 0, + "pos": { + "x": 34430, + "y": 47263, + "z": -40380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 28, + "instId": 300007, + "propState": 1, + "pos": { + "x": 69160, + "y": 45930, + "z": -97420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 28, + "instId": 300008, + "propState": 0, + "pos": { + "x": 33200, + "y": 47010, + "z": 134040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 28, + "instId": 300009, + "propState": 1, + "pos": { + "x": 36190, + "y": 50400, + "z": 126100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 28, + "instId": 300010, + "propState": 1, + "pos": { + "x": 52850, + "y": 43750, + "z": 164320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 28, + "instId": 300011, + "propState": 0, + "pos": { + "x": 49080, + "y": 43700, + "z": 165340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 28, + "instId": 300012, + "propState": 1, + "pos": { + "x": -61030, + "y": 53250, + "z": 114270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 28, + "instId": 300013, + "propState": 0, + "pos": { + "x": -62560, + "y": 53250, + "z": 117680 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 28, + "instId": 300014, + "propState": 1, + "pos": { + "x": 101770, + "y": 63240, + "z": 42850 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 28, + "instId": 300015, + "propState": 1, + "pos": { + "x": -59680, + "y": 53090, + "z": 164089 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 28, + "instId": 300016, + "propState": 0, + "pos": { + "x": -60720, + "y": 53090, + "z": 167380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + } + ], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 0, + "pos": { + "x": -30740, + "y": 49742, + "z": -20247 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 12556, + "y": 42916, + "z": -66117 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 30, + "instId": 300009, + "propState": 0, + "pos": { + "x": 30620, + "y": 48270, + "z": -123110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 30, + "instId": 300010, + "propState": 0, + "pos": { + "x": 30620, + "y": 48070, + "z": -123110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102079 + }, + { + "groupId": 30, + "instId": 300011, + "propState": 0, + "pos": { + "x": -34817, + "y": 53990, + "z": -109160 + }, + "rot": { + "x": 0, + "y": 269464, + "z": 0 + }, + "propId": 102029 + }, + { + "groupId": 30, + "instId": 300012, + "propState": 0, + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "pos": { + "x": 30642, + "y": 43466, + "z": 184426 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 40, + "instId": 300001, + "propState": 0, + "pos": { + "x": -44640, + "y": 49920, + "z": 43260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102176 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40222004": { + "P40222_F40222001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -70890, + "y": 55710, + "z": 36410 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 38230, + "y": 50370, + "z": 108910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": -58690, + "y": 49950, + "z": 128290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 0, + "pos": { + "x": 22290, + "y": 53250, + "z": -17110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 22000, + "y": 60280, + "z": 46562 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 0, + "pos": { + "x": 12700, + "y": 49880, + "z": 36740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 1, + "pos": { + "x": -60528, + "y": 49950, + "z": 130481 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 1, + "pos": { + "x": -59910, + "y": 53090, + "z": 164089 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 1, + "pos": { + "x": -53360, + "y": 53090, + "z": 186171 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102001 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40222005": { + "P40222_F40222001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -70890, + "y": 55710, + "z": 36410 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 38230, + "y": 50370, + "z": 108910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": -58690, + "y": 49950, + "z": 128290 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 0, + "pos": { + "x": 22290, + "y": 53250, + "z": -17110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 22000, + "y": 60280, + "z": 46562 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 0, + "pos": { + "x": 12700, + "y": 49880, + "z": 36740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 1, + "pos": { + "x": -60528, + "y": 49950, + "z": 130481 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 1, + "pos": { + "x": -59910, + "y": 53090, + "z": 164089 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 1, + "pos": { + "x": -53360, + "y": 53090, + "z": 186171 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102001 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40231001": { + "P40231_F40231001": { + "scenes": { + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 12990, + "y": 38203, + "z": 16170 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": 10435, + "y": 13910, + "z": 29273 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 0, + "pos": { + "x": 7800, + "y": 13884, + "z": 25600 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 16152, + "y": 43958, + "z": -16770 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "pos": { + "x": 6950, + "y": 16151, + "z": -9788 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 0, + "pos": { + "x": 7490, + "y": 16121, + "z": -13310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -30000, + "y": 10040, + "z": 63500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102102 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": -33100, + "y": 13883, + "z": -56270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40231003": { + "P40231_F40231001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300005, + "propState": 8, + "pos": { + "x": -107113, + "y": 8825, + "z": 11042 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 3, + "groupId": 1, + "instId": 300005, + "pos": { + "x": -104995, + "y": 8140, + "z": 4655 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": -230330, + "y": -120, + "z": 12640 + }, + "rot": { + "x": 0, + "y": 269265, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40231004": { + "P40231_F40231001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -686890, + "y": -460, + "z": 77693 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 5, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -676866, + "y": 783, + "z": 72919 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40232001": { + "P40232_F40232001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40232002": { + "P40232_F40232001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "3": { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 2, + "groupId": 6, + "instId": 300002, + "pos": { + "x": -434610, + "y": -34147, + "z": 4930 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40233001": { + "P40233_F40233001": { + "scenes": { + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -132065, + "y": 32789, + "z": -60626 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40234001": { + "P40234_F40234001": { + "scenes": { + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 0, + "pos": { + "x": 40057, + "y": 5922, + "z": -27641 + }, + "rot": { + "x": 0, + "y": 331445, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300002, + "propState": 0, + "pos": { + "x": 36912, + "y": 6494, + "z": -28893 + }, + "rot": { + "x": 0, + "y": 22663, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300003, + "propState": 0, + "pos": { + "x": 42464, + "y": 4727, + "z": -30671 + }, + "rot": { + "x": 0, + "y": 139696, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300004, + "propState": 0, + "pos": { + "x": -65787, + "y": 16145, + "z": 11231 + }, + "rot": { + "x": 0, + "y": 152440, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300005, + "propState": 0, + "pos": { + "x": -147050, + "y": 11468, + "z": 45349 + }, + "rot": { + "x": 0, + "y": 312177, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300006, + "propState": 0, + "pos": { + "x": -79524, + "y": 17650, + "z": 16988 + }, + "rot": { + "x": 0, + "y": 129162, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300007, + "propState": 0, + "pos": { + "x": -55251, + "y": 15768, + "z": -18107 + }, + "rot": { + "x": 0, + "y": 133257, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300008, + "propState": 0, + "pos": { + "x": -100993, + "y": 17555, + "z": 22965 + }, + "rot": { + "x": 0, + "y": 191791, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300009, + "propState": 0, + "pos": { + "x": 29942, + "y": 5669, + "z": -37396 + }, + "rot": { + "x": 0, + "y": 142169, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300010, + "propState": 0, + "pos": { + "x": 30131, + "y": 5510, + "z": -38832 + }, + "rot": { + "x": 0, + "y": 124180, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300011, + "propState": 0, + "pos": { + "x": 38757, + "y": 7157, + "z": -23940 + }, + "rot": { + "x": 0, + "y": 329666, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300012, + "propState": 0, + "pos": { + "x": 32856, + "y": 7301, + "z": -26982 + }, + "rot": { + "x": 0, + "y": 329369, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300013, + "propState": 0, + "pos": { + "x": 49600, + "y": 4202, + "z": -27815 + }, + "rot": { + "x": 0, + "y": 113846, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300014, + "propState": 0, + "pos": { + "x": 32826, + "y": 4943, + "z": -36666 + }, + "rot": { + "x": 0, + "y": 356478, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300015, + "propState": 0, + "pos": { + "x": 826, + "y": 1007, + "z": -81929 + }, + "rot": { + "x": 0, + "y": 336627, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300016, + "propState": 0, + "pos": { + "x": 21439, + "y": 13443, + "z": -30370 + }, + "rot": { + "x": 0, + "y": 326258, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300017, + "propState": 0, + "pos": { + "x": 17464, + "y": 4010, + "z": -61361 + }, + "rot": { + "x": 0, + "y": 328607, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 29, + "instId": 300018, + "propState": 0, + "pos": { + "x": -7647, + "y": 19481, + "z": -5926 + }, + "rot": { + "x": 0, + "y": 310566, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40235001": { + "P40235_F40235001": { + "scenes": { + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 72794, + "y": 44310, + "z": -9484 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 9, + "instId": 300001, + "pos": { + "x": 76890, + "y": 44010, + "z": -5050 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + } + } + } + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 7800, + "y": 13884, + "z": 25600 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 16152, + "y": 43958, + "z": -16770 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": 5340, + "y": 16121, + "z": -8680 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 0, + "pos": { + "x": 7490, + "y": 16121, + "z": -13310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -30000, + "y": 10040, + "z": 63500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102102 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": 42430, + "y": 42415, + "z": -47221 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": 83514, + "y": 45702, + "z": -12234 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 0, + "pos": { + "x": 15230, + "y": 43965, + "z": -13610 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40236001": { + "P40236_F40236001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40236002": { + "P40236_F40236001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40237001": { + "P40237_F40237001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [ + { + "groupId": 19, + "instId": 400001, + "pos": { + "x": -67155, + "y": -719, + "z": -138078 + }, + "rot": { + "x": 0, + "y": 45760, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 19, + "instId": 400003, + "pos": { + "x": -64850, + "y": -1032, + "z": -47170 + }, + "rot": { + "x": 0, + "y": 295295, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 19, + "instId": 400004, + "pos": { + "x": -74590, + "y": 3050, + "z": -51140 + }, + "rot": { + "x": 0, + "y": 76900, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 19, + "instId": 400005, + "pos": { + "x": -76301, + "y": -820, + "z": -53784 + }, + "rot": { + "x": 0, + "y": 95925, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 19, + "instId": 400006, + "pos": { + "x": -70639, + "y": -1012, + "z": -57307 + }, + "rot": { + "x": 0, + "y": 192792, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 19, + "instId": 400008, + "pos": { + "x": -74520, + "y": -470, + "z": -74690 + }, + "rot": { + "x": 0, + "y": 90638, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 19, + "instId": 400009, + "pos": { + "x": -65420, + "y": -1012, + "z": -84610 + }, + "rot": { + "x": 0, + "y": 74973, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 19, + "instId": 400002, + "pos": { + "x": -68845, + "y": -813, + "z": -90059 + }, + "rot": { + "x": 0, + "y": 93234, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 19, + "instId": 400010, + "pos": { + "x": -65845, + "y": 966, + "z": -93316 + }, + "rot": { + "x": 0, + "y": 78754, + "z": 0 + }, + "npcId": 2321 + }, + { + "groupId": 19, + "instId": 400011, + "pos": { + "x": -75500, + "y": 9060, + "z": -97100 + }, + "rot": { + "x": 0, + "y": 78754, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 19, + "instId": 400012, + "pos": { + "x": -77330, + "y": -512, + "z": -103810 + }, + "rot": { + "x": 0, + "y": 78754, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 19, + "instId": 400013, + "pos": { + "x": -62857, + "y": -1031, + "z": -114134 + }, + "rot": { + "x": 0, + "y": 276269, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 19, + "instId": 400014, + "pos": { + "x": -68243, + "y": 1124, + "z": -110714 + }, + "rot": { + "x": 0, + "y": 79422, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 19, + "instId": 400015, + "pos": { + "x": -72180, + "y": 1967, + "z": -120370 + }, + "rot": { + "x": 0, + "y": 79422, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 19, + "instId": 400017, + "pos": { + "x": -64530, + "y": -1012, + "z": -92620 + }, + "rot": { + "x": 0, + "y": 164608, + "z": 0 + }, + "npcId": 12312 + }, + { + "groupId": 19, + "instId": 400018, + "pos": { + "x": -67440, + "y": -1012, + "z": -106620 + }, + "rot": { + "x": 0, + "y": 256451, + "z": 0 + }, + "npcId": 12313 + }, + { + "groupId": 19, + "instId": 400019, + "pos": { + "x": -62758, + "y": -1012, + "z": -113312 + }, + "rot": { + "x": 0, + "y": 267885, + "z": 0 + }, + "npcId": 12119 + }, + { + "groupId": 19, + "instId": 400021, + "pos": { + "x": -62984, + "y": -1032, + "z": -130792 + }, + "rot": { + "x": 0, + "y": 73210, + "z": 0 + }, + "npcId": 12131 + }, + { + "groupId": 19, + "instId": 400028, + "pos": { + "x": -52937, + "y": -1017, + "z": -82859 + }, + "rot": { + "x": 0, + "y": 266762, + "z": 0 + }, + "npcId": 2201 + }, + { + "groupId": 19, + "instId": 400029, + "pos": { + "x": -58085, + "y": -1032, + "z": -135338 + }, + "rot": { + "x": 0, + "y": 334087, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 19, + "instId": 400022, + "pos": { + "x": -80726, + "y": -519, + "z": -61968 + }, + "rot": { + "x": 0, + "y": 155418, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 19, + "instId": 400023, + "pos": { + "x": -49700, + "y": -1012, + "z": -133682 + }, + "rot": { + "x": 0, + "y": 352083, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 19, + "instId": 400030, + "pos": { + "x": -52180, + "y": -1017, + "z": -117856 + }, + "rot": { + "x": 0, + "y": 134889, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 19, + "instId": 400031, + "pos": { + "x": -51872, + "y": -1017, + "z": -107616 + }, + "rot": { + "x": 0, + "y": 260139, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 19, + "instId": 400032, + "pos": { + "x": -53396, + "y": -982, + "z": -107796 + }, + "rot": { + "x": 0, + "y": 305052, + "z": 0 + }, + "npcId": 12131 + }, + { + "groupId": 19, + "instId": 400033, + "pos": { + "x": -53314, + "y": -982, + "z": -107280 + }, + "rot": { + "x": 0, + "y": 231420, + "z": 0 + }, + "npcId": 12233 + }, + { + "groupId": 19, + "instId": 400034, + "pos": { + "x": -42100, + "y": 4732, + "z": -129440 + }, + "rot": { + "x": 0, + "y": 354071, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 19, + "instId": 400035, + "pos": { + "x": -42450, + "y": 15020, + "z": -94020 + }, + "rot": { + "x": 0, + "y": 181423, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 19, + "instId": 400036, + "pos": { + "x": -34974, + "y": 987, + "z": -130760 + }, + "rot": { + "x": 0, + "y": 263947, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 19, + "instId": 400037, + "pos": { + "x": -51410, + "y": 20000, + "z": -78835 + }, + "rot": { + "x": 0, + "y": 260139, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 19, + "instId": 400038, + "pos": { + "x": -52741, + "y": -1017, + "z": -84675 + }, + "rot": { + "x": 0, + "y": 259797, + "z": 0 + }, + "npcId": 2321 + }, + { + "groupId": 19, + "instId": 400039, + "pos": { + "x": -45237, + "y": -1032, + "z": -120903 + }, + "rot": { + "x": 0, + "y": 231938, + "z": 0 + }, + "npcId": 2321 + }, + { + "groupId": 19, + "instId": 400040, + "pos": { + "x": -64620, + "y": -1012, + "z": -94210 + }, + "rot": { + "x": 0, + "y": 13682, + "z": 0 + }, + "npcId": 12304 + }, + { + "groupId": 19, + "instId": 400016, + "pos": { + "x": -61460, + "y": -1032, + "z": -135520 + }, + "rot": { + "x": 0, + "y": 14900, + "z": 0 + }, + "npcId": 12215 + }, + { + "groupId": 19, + "instId": 400024, + "pos": { + "x": -65330, + "y": -1009, + "z": -87530 + }, + "rot": { + "x": 0, + "y": 242472, + "z": 0 + }, + "npcId": 12113 + }, + { + "groupId": 19, + "instId": 400025, + "pos": { + "x": -66350, + "y": -1012, + "z": -101990 + }, + "rot": { + "x": 0, + "y": 347367, + "z": 0 + }, + "npcId": 12117 + }, + { + "groupId": 19, + "instId": 400020, + "pos": { + "x": -61370, + "y": -1012, + "z": -134390 + }, + "rot": { + "x": 0, + "y": 188190, + "z": 0 + }, + "npcId": 12304 + }, + { + "groupId": 19, + "instId": 400026, + "pos": { + "x": -53466, + "y": -1017, + "z": -90813 + }, + "rot": { + "x": 0, + "y": 234610, + "z": 0 + }, + "npcId": 12215 + }, + { + "groupId": 19, + "instId": 400027, + "pos": { + "x": -51154, + "y": -1017, + "z": -102590 + }, + "rot": { + "x": 0, + "y": 92923, + "z": 0 + }, + "npcId": 12214 + }, + { + "groupId": 19, + "instId": 400041, + "pos": { + "x": -53529, + "y": -1017, + "z": -91755 + }, + "rot": { + "x": 0, + "y": 305277, + "z": 0 + }, + "npcId": 12114 + }, + { + "groupId": 19, + "instId": 400007, + "pos": { + "x": -34909, + "y": 987, + "z": -129812 + }, + "rot": { + "x": 0, + "y": 256451, + "z": 0 + }, + "npcId": 12312 + }, + { + "groupId": 19, + "instId": 400042, + "pos": { + "x": -34882, + "y": 987, + "z": -131716 + }, + "rot": { + "x": 0, + "y": 278984, + "z": 0 + }, + "npcId": 12308 + } + ], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "pos": { + "x": -42200, + "y": 2430, + "z": -134490 + }, + "rot": { + "x": 0, + "y": 91933, + "z": 0 + }, + "propId": 102035 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40237002": { + "P40237_F40237001": { + "scenes": { + "6": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [ + { + "groupId": 10, + "instId": 400001, + "pos": { + "x": -38479, + "y": -1900, + "z": 17082 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2321 + }, + { + "groupId": 10, + "instId": 400002, + "pos": { + "x": -32120, + "y": -2260, + "z": 10295 + }, + "rot": { + "x": 0, + "y": 51840, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 10, + "instId": 400003, + "pos": { + "x": -34972, + "y": -3466, + "z": 2905 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 10, + "instId": 400004, + "pos": { + "x": -24839, + "y": -3486, + "z": -11898 + }, + "rot": { + "x": 0, + "y": 38410, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 10, + "instId": 400005, + "pos": { + "x": -45230, + "y": -3466, + "z": -3120 + }, + "rot": { + "x": 0, + "y": 183281, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 10, + "instId": 400006, + "pos": { + "x": -14319, + "y": -2567, + "z": -20937 + }, + "rot": { + "x": 0, + "y": 341181, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 10, + "instId": 400007, + "pos": { + "x": 18850, + "y": -3466, + "z": -18540 + }, + "rot": { + "x": 0, + "y": 282222, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 10, + "instId": 400008, + "pos": { + "x": -5595, + "y": -2394, + "z": -17216 + }, + "rot": { + "x": 0, + "y": 2874, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 10, + "instId": 400009, + "pos": { + "x": 18147, + "y": -3345, + "z": -22648 + }, + "rot": { + "x": 0, + "y": 229370, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 10, + "instId": 400010, + "pos": { + "x": 3260, + "y": -3235, + "z": -19016 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 10, + "instId": 400011, + "pos": { + "x": 25120, + "y": -3486, + "z": -20880 + }, + "rot": { + "x": 0, + "y": 4182, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 10, + "instId": 400012, + "pos": { + "x": 28534, + "y": -3642, + "z": 3885 + }, + "rot": { + "x": 0, + "y": 229370, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 10, + "instId": 400013, + "pos": { + "x": 26789, + "y": -4941, + "z": 12200 + }, + "rot": { + "x": 0, + "y": 282222, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 10, + "instId": 400014, + "pos": { + "x": 26521, + "y": -4941, + "z": 18135 + }, + "rot": { + "x": 0, + "y": 229370, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 10, + "instId": 400015, + "pos": { + "x": 22000, + "y": 26060, + "z": 30000 + }, + "rot": { + "x": 0, + "y": 183758, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 10, + "instId": 400016, + "pos": { + "x": 10766, + "y": 1673, + "z": 32970 + }, + "rot": { + "x": 0, + "y": 348758, + "z": 0 + }, + "npcId": 2321 + }, + { + "groupId": 10, + "instId": 400017, + "pos": { + "x": 10493, + "y": 1539, + "z": 34358 + }, + "rot": { + "x": 0, + "y": 173821, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 10, + "instId": 400018, + "pos": { + "x": 11881, + "y": 12340, + "z": 71450 + }, + "rot": { + "x": 0, + "y": 184208, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 10, + "instId": 400019, + "pos": { + "x": 11881, + "y": 12340, + "z": 71450 + }, + "rot": { + "x": 0, + "y": 184208, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 10, + "instId": 400020, + "pos": { + "x": 12965, + "y": 2598, + "z": 43408 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 10, + "instId": 400021, + "pos": { + "x": 8504, + "y": 3571, + "z": 52341 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 10, + "instId": 400022, + "pos": { + "x": 8524, + "y": 4810, + "z": 67781 + }, + "rot": { + "x": 0, + "y": 178601, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 10, + "instId": 400023, + "pos": { + "x": -4018, + "y": 6155, + "z": 74781 + }, + "rot": { + "x": 0, + "y": 266936, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 10, + "instId": 400024, + "pos": { + "x": -13854, + "y": 7711, + "z": 74415 + }, + "rot": { + "x": 0, + "y": 344565, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 10, + "instId": 400025, + "pos": { + "x": 9598, + "y": 12550, + "z": 79155 + }, + "rot": { + "x": 0, + "y": 184208, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 10, + "instId": 400026, + "pos": { + "x": -33795, + "y": -3486, + "z": 22155 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 10, + "instId": 400027, + "pos": { + "x": -32860, + "y": -3180, + "z": -12270 + }, + "rot": { + "x": 0, + "y": 231000, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 10, + "instId": 400028, + "pos": { + "x": -35113, + "y": 1210, + "z": -1852 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 10, + "instId": 400029, + "pos": { + "x": 32307, + "y": -3092, + "z": -7974 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2321 + }, + { + "groupId": 10, + "instId": 400030, + "pos": { + "x": 19698, + "y": -4941, + "z": 33399 + }, + "rot": { + "x": 0, + "y": 353569, + "z": 0 + }, + "npcId": 3146 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40237003": { + "P40237_F40237001": { + "scenes": { + "6": { + "monsters": [], + "npcs": [ + { + "groupId": 6, + "instId": 400001, + "pos": { + "x": -23980, + "y": 3271, + "z": 21390 + }, + "rot": { + "x": 0, + "y": 352231, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 6, + "instId": 400002, + "pos": { + "x": -25560, + "y": 5150, + "z": 16130 + }, + "rot": { + "x": 0, + "y": 267791, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 6, + "instId": 400003, + "pos": { + "x": -27494, + "y": 3262, + "z": 13143 + }, + "rot": { + "x": 0, + "y": 267791, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 6, + "instId": 400004, + "pos": { + "x": -28209, + "y": 3262, + "z": 9032 + }, + "rot": { + "x": 0, + "y": 267791, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 6, + "instId": 400005, + "pos": { + "x": -20990, + "y": 22537, + "z": -5486 + }, + "rot": { + "x": 0, + "y": 171782, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 6, + "instId": 400006, + "pos": { + "x": -25505, + "y": 2375, + "z": 5190 + }, + "rot": { + "x": 0, + "y": 267791, + "z": 0 + }, + "npcId": 2321 + }, + { + "groupId": 6, + "instId": 400007, + "pos": { + "x": -27260, + "y": 14537, + "z": -1560 + }, + "rot": { + "x": 0, + "y": 267791, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 6, + "instId": 400008, + "pos": { + "x": -11206, + "y": 1650, + "z": -765 + }, + "rot": { + "x": 0, + "y": 176309, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 6, + "instId": 400009, + "pos": { + "x": -1690, + "y": 285, + "z": -2290 + }, + "rot": { + "x": 0, + "y": 213075, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 6, + "instId": 400010, + "pos": { + "x": -3540, + "y": -351, + "z": -10790 + }, + "rot": { + "x": 0, + "y": 267791, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 6, + "instId": 400011, + "pos": { + "x": -424, + "y": 1434, + "z": -20743 + }, + "rot": { + "x": 0, + "y": 267791, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 6, + "instId": 400012, + "pos": { + "x": -1060, + "y": 1367, + "z": -13080 + }, + "rot": { + "x": 0, + "y": 267791, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 6, + "instId": 400013, + "pos": { + "x": 16160, + "y": 3910, + "z": -27450 + }, + "rot": { + "x": 0, + "y": 179650, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 6, + "instId": 400014, + "pos": { + "x": 4363, + "y": 317, + "z": -33646 + }, + "rot": { + "x": 0, + "y": 267791, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 6, + "instId": 400015, + "pos": { + "x": -2184, + "y": 2458, + "z": -44029 + }, + "rot": { + "x": 0, + "y": 267791, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 6, + "instId": 400016, + "pos": { + "x": -7710, + "y": 31, + "z": -46008 + }, + "rot": { + "x": 0, + "y": 125413, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 6, + "instId": 400017, + "pos": { + "x": -1748, + "y": 33, + "z": -38343 + }, + "rot": { + "x": 0, + "y": 287969, + "z": 0 + }, + "npcId": 2321 + }, + { + "groupId": 6, + "instId": 400018, + "pos": { + "x": -15040, + "y": 630, + "z": -48987 + }, + "rot": { + "x": 0, + "y": 344331, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 6, + "instId": 400019, + "pos": { + "x": -22793, + "y": 520, + "z": -48508 + }, + "rot": { + "x": 0, + "y": 338646, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 6, + "instId": 400020, + "pos": { + "x": -26730, + "y": -711, + "z": -62070 + }, + "rot": { + "x": 0, + "y": 254268, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 6, + "instId": 400021, + "pos": { + "x": -32390, + "y": 8480, + "z": -47170 + }, + "rot": { + "x": 0, + "y": 14503, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 6, + "instId": 400022, + "pos": { + "x": -35680, + "y": 564, + "z": -43260 + }, + "rot": { + "x": 0, + "y": 35160, + "z": 0 + }, + "npcId": 2321 + }, + { + "groupId": 6, + "instId": 400023, + "pos": { + "x": -39850, + "y": 564, + "z": -42820 + }, + "rot": { + "x": 0, + "y": 28366, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 6, + "instId": 400024, + "pos": { + "x": -41765, + "y": 564, + "z": -38703 + }, + "rot": { + "x": 0, + "y": 84021, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 6, + "instId": 400025, + "pos": { + "x": -45800, + "y": 710, + "z": -35690 + }, + "rot": { + "x": 0, + "y": 66845, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 6, + "instId": 400026, + "pos": { + "x": -50220, + "y": 199, + "z": -36550 + }, + "rot": { + "x": 0, + "y": 99682, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 6, + "instId": 400027, + "pos": { + "x": -62270, + "y": 264, + "z": -33940 + }, + "rot": { + "x": 0, + "y": 66845, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 6, + "instId": 400028, + "pos": { + "x": -63408, + "y": 745, + "z": -29727 + }, + "rot": { + "x": 0, + "y": 66845, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 6, + "instId": 400029, + "pos": { + "x": -61729, + "y": 2466, + "z": -18362 + }, + "rot": { + "x": 0, + "y": 99682, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 6, + "instId": 400030, + "pos": { + "x": -58169, + "y": 63, + "z": -17150 + }, + "rot": { + "x": 0, + "y": 173842, + "z": 0 + }, + "npcId": 3146 + } + ], + "props": [], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "1020203": { + "anchorId": 2, + "groupId": 28, + "instId": 300001, + "pos": { + "x": -33410, + "y": -727, + "z": -60790 + }, + "rot": { + "x": 0, + "y": 6906, + "z": 0 + } + }, + "1020204": { + "anchorId": 3, + "groupId": 28, + "instId": 300002, + "pos": { + "x": 37598, + "y": 3760, + "z": -36308 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40237004": { + "P40237_F40237001": { + "scenes": { + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "1020203": { + "anchorId": 2, + "groupId": 5, + "instId": 300001, + "pos": { + "x": -33410, + "y": -727, + "z": -60790 + }, + "rot": { + "x": 0, + "y": 6906, + "z": 0 + } + }, + "1020204": { + "anchorId": 3, + "groupId": 5, + "instId": 300002, + "pos": { + "x": 37598, + "y": 3760, + "z": -36308 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + } + } + } + }, + "26": { + "monsters": [], + "npcs": [ + { + "groupId": 26, + "instId": 400001, + "pos": { + "x": -38590, + "y": 564, + "z": -55080 + }, + "rot": { + "x": 0, + "y": 277400, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 26, + "instId": 400002, + "pos": { + "x": -47790, + "y": 951, + "z": -48600 + }, + "rot": { + "x": 0, + "y": 73634, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 26, + "instId": 400003, + "pos": { + "x": -38533, + "y": 20950, + "z": -50013 + }, + "rot": { + "x": 0, + "y": 73634, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 26, + "instId": 400004, + "pos": { + "x": -36172, + "y": 564, + "z": -45707 + }, + "rot": { + "x": 0, + "y": 89126, + "z": 0 + }, + "npcId": 2321 + }, + { + "groupId": 26, + "instId": 400005, + "pos": { + "x": -42105, + "y": 564, + "z": -38719 + }, + "rot": { + "x": 0, + "y": 73634, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 26, + "instId": 400006, + "pos": { + "x": -38520, + "y": 1161, + "z": -27080 + }, + "rot": { + "x": 0, + "y": 175012, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 26, + "instId": 400007, + "pos": { + "x": -36492, + "y": 484, + "z": -29735 + }, + "rot": { + "x": 0, + "y": 162539, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 26, + "instId": 400008, + "pos": { + "x": -50230, + "y": 63, + "z": -35682 + }, + "rot": { + "x": 0, + "y": 348737, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 26, + "instId": 400009, + "pos": { + "x": -42591, + "y": 3848, + "z": -19025 + }, + "rot": { + "x": 0, + "y": 73897, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 26, + "instId": 400010, + "pos": { + "x": -38310, + "y": 8930, + "z": -14600 + }, + "rot": { + "x": 0, + "y": 73634, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 26, + "instId": 400011, + "pos": { + "x": -40360, + "y": 5672, + "z": -9140 + }, + "rot": { + "x": 0, + "y": 2500, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 26, + "instId": 400012, + "pos": { + "x": -40115, + "y": 2075, + "z": -5631 + }, + "rot": { + "x": 0, + "y": 73634, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 26, + "instId": 400013, + "pos": { + "x": -37030, + "y": 1537, + "z": -2890 + }, + "rot": { + "x": 0, + "y": 301532, + "z": 0 + }, + "npcId": 2321 + }, + { + "groupId": 26, + "instId": 400014, + "pos": { + "x": -37890, + "y": 1787, + "z": -1860 + }, + "rot": { + "x": 0, + "y": 46677, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 26, + "instId": 400015, + "pos": { + "x": -40500, + "y": 4220, + "z": 3870 + }, + "rot": { + "x": 0, + "y": 73897, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 26, + "instId": 400016, + "pos": { + "x": -40385, + "y": 5071, + "z": 8098 + }, + "rot": { + "x": 0, + "y": 73897, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 26, + "instId": 400017, + "pos": { + "x": -37970, + "y": 3262, + "z": 21190 + }, + "rot": { + "x": 0, + "y": 182633, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 26, + "instId": 400018, + "pos": { + "x": -38040, + "y": 3262, + "z": 25970 + }, + "rot": { + "x": 0, + "y": 182633, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 26, + "instId": 400019, + "pos": { + "x": -41724, + "y": 3268, + "z": 19176 + }, + "rot": { + "x": 0, + "y": 73634, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 26, + "instId": 400020, + "pos": { + "x": -42576, + "y": 6269, + "z": 24498 + }, + "rot": { + "x": 0, + "y": 73897, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 26, + "instId": 400021, + "pos": { + "x": -42017, + "y": 3551, + "z": 29620 + }, + "rot": { + "x": 0, + "y": 73897, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 26, + "instId": 400022, + "pos": { + "x": -42535, + "y": 3697, + "z": 34269 + }, + "rot": { + "x": 0, + "y": 73634, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 26, + "instId": 400023, + "pos": { + "x": -40343, + "y": 11686, + "z": 38248 + }, + "rot": { + "x": 0, + "y": 73634, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 26, + "instId": 400024, + "pos": { + "x": -39351, + "y": 5566, + "z": 44513 + }, + "rot": { + "x": 0, + "y": 73897, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 26, + "instId": 400025, + "pos": { + "x": -37748, + "y": 8715, + "z": 56908 + }, + "rot": { + "x": 0, + "y": 142396, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 26, + "instId": 400026, + "pos": { + "x": -27661, + "y": 8713, + "z": 56850 + }, + "rot": { + "x": 0, + "y": 179546, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 26, + "instId": 400027, + "pos": { + "x": 14890, + "y": 7430, + "z": 56060 + }, + "rot": { + "x": 0, + "y": 266753, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 26, + "instId": 400028, + "pos": { + "x": 21750, + "y": 11720, + "z": 61225 + }, + "rot": { + "x": 0, + "y": 266753, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 26, + "instId": 400029, + "pos": { + "x": 19410, + "y": 6070, + "z": 61040 + }, + "rot": { + "x": 0, + "y": 173226, + "z": 0 + }, + "npcId": 2321 + }, + { + "groupId": 26, + "instId": 400030, + "pos": { + "x": 26300, + "y": 9630, + "z": 66253 + }, + "rot": { + "x": 0, + "y": 266753, + "z": 0 + }, + "npcId": 3146 + } + ], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": 19520, + "y": 6320, + "z": 56040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102035 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": 26920, + "y": 9410, + "z": 61240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102035 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": 24759, + "y": 3745, + "z": 61040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102035 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 0, + "pos": { + "x": 30160, + "y": 7290, + "z": 66253 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102035 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40237005": { + "P40237_F40237001": { + "scenes": { + "11": { + "monsters": [], + "npcs": [ + { + "groupId": 11, + "instId": 400001, + "pos": { + "x": 68220, + "y": 44460, + "z": 13030 + }, + "rot": { + "x": 0, + "y": 135744, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 11, + "instId": 400002, + "pos": { + "x": 73130, + "y": 44409, + "z": 12348 + }, + "rot": { + "x": 0, + "y": 240860, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 11, + "instId": 400004, + "pos": { + "x": 74130, + "y": 44413, + "z": 7470 + }, + "rot": { + "x": 0, + "y": 220706, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 11, + "instId": 400005, + "pos": { + "x": 83260, + "y": 44409, + "z": 3460 + }, + "rot": { + "x": 0, + "y": 230574, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 11, + "instId": 400007, + "pos": { + "x": 93055, + "y": 45450, + "z": 394 + }, + "rot": { + "x": 0, + "y": 240860, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 11, + "instId": 400008, + "pos": { + "x": 79840, + "y": 44910, + "z": 6380 + }, + "rot": { + "x": 0, + "y": 213920, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 11, + "instId": 400009, + "pos": { + "x": 100300, + "y": 45722, + "z": -11250 + }, + "rot": { + "x": 0, + "y": 240860, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 11, + "instId": 400010, + "pos": { + "x": 96778, + "y": 45722, + "z": -11630 + }, + "rot": { + "x": 0, + "y": 172164, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 11, + "instId": 400011, + "pos": { + "x": 107130, + "y": 45722, + "z": -14230 + }, + "rot": { + "x": 0, + "y": 240860, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 11, + "instId": 400012, + "pos": { + "x": 109708, + "y": 45702, + "z": -20382 + }, + "rot": { + "x": 0, + "y": 224568, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 11, + "instId": 400013, + "pos": { + "x": 119029, + "y": 46508, + "z": -16978 + }, + "rot": { + "x": 0, + "y": 198696, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 11, + "instId": 400014, + "pos": { + "x": 116056, + "y": 45986, + "z": -25280 + }, + "rot": { + "x": 0, + "y": 240860, + "z": 0 + }, + "npcId": 2321 + }, + { + "groupId": 11, + "instId": 400015, + "pos": { + "x": 118780, + "y": 45790, + "z": -30260 + }, + "rot": { + "x": 0, + "y": 216375, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 11, + "instId": 400016, + "pos": { + "x": 124080, + "y": 47439, + "z": -59640 + }, + "rot": { + "x": 0, + "y": 352567, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 11, + "instId": 400017, + "pos": { + "x": 129345, + "y": 50872, + "z": -37473 + }, + "rot": { + "x": 0, + "y": 289801, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 11, + "instId": 400018, + "pos": { + "x": 121155, + "y": 45702, + "z": -43290 + }, + "rot": { + "x": 0, + "y": 260746, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 11, + "instId": 400019, + "pos": { + "x": 127480, + "y": 48839, + "z": -57573 + }, + "rot": { + "x": 0, + "y": 268730, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 11, + "instId": 400020, + "pos": { + "x": 118770, + "y": 45702, + "z": -62560 + }, + "rot": { + "x": 0, + "y": 131099, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 11, + "instId": 400021, + "pos": { + "x": 119520, + "y": 45702, + "z": -68500 + }, + "rot": { + "x": 0, + "y": 240860, + "z": 0 + }, + "npcId": 2321 + }, + { + "groupId": 11, + "instId": 400022, + "pos": { + "x": 120128, + "y": 57750, + "z": -50312 + }, + "rot": { + "x": 0, + "y": 270335, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 11, + "instId": 400023, + "pos": { + "x": 140092, + "y": 46920, + "z": -81780 + }, + "rot": { + "x": 0, + "y": 198696, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 11, + "instId": 400024, + "pos": { + "x": 137470, + "y": 56710, + "z": -76620 + }, + "rot": { + "x": 0, + "y": 228509, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 11, + "instId": 400025, + "pos": { + "x": 129000, + "y": 45722, + "z": -75830 + }, + "rot": { + "x": 0, + "y": 168501, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 11, + "instId": 400006, + "pos": { + "x": 89840, + "y": 45722, + "z": -7960 + }, + "rot": { + "x": 0, + "y": 201093, + "z": 0 + }, + "npcId": 2321 + }, + { + "groupId": 11, + "instId": 400028, + "pos": { + "x": 126230, + "y": 45702, + "z": -72140 + }, + "rot": { + "x": 0, + "y": 235908, + "z": 0 + }, + "npcId": 3146 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40237006": { + "P40237_F40237001": { + "scenes": { + "22": { + "monsters": [], + "npcs": [ + { + "groupId": 22, + "instId": 400001, + "pos": { + "x": 121200, + "y": 45722, + "z": -89248 + }, + "rot": { + "x": 0, + "y": 41797, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 22, + "instId": 400002, + "pos": { + "x": 117108, + "y": 45722, + "z": -86700 + }, + "rot": { + "x": 0, + "y": 9489, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 22, + "instId": 400004, + "pos": { + "x": 108694, + "y": 45722, + "z": -77891 + }, + "rot": { + "x": 0, + "y": 136033, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 22, + "instId": 400006, + "pos": { + "x": 106359, + "y": 45750, + "z": -72866 + }, + "rot": { + "x": 0, + "y": 146233, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 22, + "instId": 400007, + "pos": { + "x": 94180, + "y": 45717, + "z": -73800 + }, + "rot": { + "x": 0, + "y": 91006, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 22, + "instId": 400005, + "pos": { + "x": 112130, + "y": 48865, + "z": -80310 + }, + "rot": { + "x": 0, + "y": 140587, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 22, + "instId": 400008, + "pos": { + "x": 92700, + "y": 45717, + "z": -73800 + }, + "rot": { + "x": 0, + "y": 91006, + "z": 0 + }, + "npcId": 3009 + }, + { + "groupId": 22, + "instId": 400009, + "pos": { + "x": 95220, + "y": 45722, + "z": -81260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 22, + "instId": 400011, + "pos": { + "x": 67970, + "y": 45702, + "z": -62390 + }, + "rot": { + "x": 0, + "y": 87139, + "z": 0 + }, + "npcId": 2321 + }, + { + "groupId": 22, + "instId": 400012, + "pos": { + "x": 71100, + "y": 45702, + "z": -52180 + }, + "rot": { + "x": 0, + "y": 145207, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 22, + "instId": 400013, + "pos": { + "x": 82300, + "y": 45722, + "z": -43410 + }, + "rot": { + "x": 0, + "y": 144466, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 22, + "instId": 400015, + "pos": { + "x": 68160, + "y": 46349, + "z": -71623 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 22, + "instId": 400016, + "pos": { + "x": 84940, + "y": 45702, + "z": -29090 + }, + "rot": { + "x": 0, + "y": 171575, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 22, + "instId": 400017, + "pos": { + "x": 75848, + "y": 47328, + "z": -41788 + }, + "rot": { + "x": 0, + "y": 132435, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 22, + "instId": 400018, + "pos": { + "x": 79580, + "y": 51690, + "z": -37040 + }, + "rot": { + "x": 0, + "y": 99466, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 22, + "instId": 400019, + "pos": { + "x": 83563, + "y": 45722, + "z": -29051 + }, + "rot": { + "x": 0, + "y": 80052, + "z": 0 + }, + "npcId": 2321 + }, + { + "groupId": 22, + "instId": 400020, + "pos": { + "x": 113830, + "y": 47400, + "z": -83460 + }, + "rot": { + "x": 0, + "y": 288790, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 22, + "instId": 400021, + "pos": { + "x": 76185, + "y": 45702, + "z": -71040 + }, + "rot": { + "x": 0, + "y": 214853, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 22, + "instId": 400022, + "pos": { + "x": 64479, + "y": 49343, + "z": -55897 + }, + "rot": { + "x": 0, + "y": 93186, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 22, + "instId": 400023, + "pos": { + "x": 101360, + "y": 66722, + "z": -75793 + }, + "rot": { + "x": 0, + "y": 1983, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 22, + "instId": 400024, + "pos": { + "x": 81140, + "y": 45722, + "z": -72140 + }, + "rot": { + "x": 0, + "y": 21552, + "z": 0 + }, + "npcId": 2321 + }, + { + "groupId": 22, + "instId": 400026, + "pos": { + "x": 68080, + "y": 45702, + "z": -67730 + }, + "rot": { + "x": 0, + "y": 207198, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 22, + "instId": 400027, + "pos": { + "x": 84790, + "y": 45722, + "z": -77422 + }, + "rot": { + "x": 0, + "y": 356900, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 22, + "instId": 400028, + "pos": { + "x": 73089, + "y": 47328, + "z": -44482 + }, + "rot": { + "x": 0, + "y": 132435, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 22, + "instId": 400029, + "pos": { + "x": 62330, + "y": 44379, + "z": -1960 + }, + "rot": { + "x": 0, + "y": 53453, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 22, + "instId": 400030, + "pos": { + "x": 77761, + "y": 48977, + "z": -19463 + }, + "rot": { + "x": 0, + "y": 43611, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 22, + "instId": 400031, + "pos": { + "x": 80290, + "y": 51690, + "z": -23400 + }, + "rot": { + "x": 0, + "y": 27300, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 22, + "instId": 400032, + "pos": { + "x": 75112, + "y": 45300, + "z": -14066 + }, + "rot": { + "x": 0, + "y": 27110, + "z": 0 + }, + "npcId": 3146 + }, + { + "groupId": 22, + "instId": 400033, + "pos": { + "x": 72225, + "y": 47198, + "z": -48450 + }, + "rot": { + "x": 0, + "y": 239913, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 22, + "instId": 400034, + "pos": { + "x": 62330, + "y": 44010, + "z": -1960 + }, + "rot": { + "x": 0, + "y": 123782, + "z": 0 + }, + "npcId": 3009 + }, + { + "groupId": 22, + "instId": 400035, + "pos": { + "x": 88610, + "y": 46216, + "z": -77407 + }, + "rot": { + "x": 0, + "y": 346588, + "z": 0 + }, + "npcId": 3147 + }, + { + "groupId": 22, + "instId": 400036, + "pos": { + "x": 66355, + "y": 45304, + "z": -13468 + }, + "rot": { + "x": 0, + "y": 346588, + "z": 0 + }, + "npcId": 3147 + } + ], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40238001": { + "P40238_F40238001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -32366, + "y": 4134, + "z": 61000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 137 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40242001": { + "P40242_F40242001": { + "scenes": { + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22260, + "y": 0, + "z": 19610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40242002": { + "P40242_F40242001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": 24167, + "y": -34225, + "z": -39219 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": 20983, + "y": -18077, + "z": -41330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 39998, + "y": -18064, + "z": 51774 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": 26178, + "y": -43714, + "z": 45679 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -25851, + "y": -51688, + "z": 55293 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": -25567, + "y": -51729, + "z": -39376 + }, + "rot": { + "x": 0, + "y": 179999, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -41845, + "y": -18091, + "z": 51772 + }, + "rot": { + "x": 0, + "y": 269999, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": -22889, + "y": -18077, + "z": -41134 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 1, + "pos": { + "x": 44056, + "y": -18091, + "z": 43494 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102263 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300007, + "propState": 1, + "pos": { + "x": -45789, + "y": -18100, + "z": 43628 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102263 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300008, + "propState": 1, + "pos": { + "x": 377, + "y": -51888, + "z": 115753 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102239 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300002, + "propState": 8, + "pos": { + "x": 3422, + "y": -25769, + "z": -8774 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2013601": { + "anchorId": 2, + "groupId": 21, + "instId": 300002, + "pos": { + "x": -650, + "y": -26069, + "z": -7400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40243001": { + "P40243_F40243001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 8, + "pos": { + "x": -30702, + "y": 3124, + "z": 14941 + }, + "rot": { + "x": 0, + "y": 175403, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 2, + "instId": 300001, + "pos": { + "x": -33590, + "y": 3120, + "z": 10650 + }, + "rot": { + "x": 0, + "y": 180711, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "40312001": { + "P40312_F40312001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "41000001": { + "P41000_F41000001": { + "scenes": { + "2": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4545, + "y": 14010, + "z": 12164 + }, + "rot": { + "x": 0, + "y": 2409, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": -23850, + "y": 12060, + "z": -1580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 0, + "pos": { + "x": 30230, + "y": 19950, + "z": -57620 + }, + "rot": { + "x": 0, + "y": 320670, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 0, + "pos": { + "x": -6039, + "y": 19995, + "z": 25357 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 1, + "pos": { + "x": -6039, + "y": 19989, + "z": -21230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101019 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "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": 0, + "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 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -8410, + "y": 20020, + "z": -24870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 5, + "instId": 300001, + "pos": { + "x": -5670, + "y": 19970, + "z": -27950 + }, + "rot": { + "x": 0, + "y": 170920, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "41000002": { + "P41000_F41000001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "15": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": 4180, + "y": 9100, + "z": 110080 + }, + "rot": { + "x": 0, + "y": 2409, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": -9560, + "y": 7036, + "z": -108670 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 0, + "pos": { + "x": -52040, + "y": 2170, + "z": 69570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 0, + "pos": { + "x": 3820, + "y": 3738, + "z": 62920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102025 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 0, + "pos": { + "x": -27950, + "y": 3730, + "z": 74660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102025 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "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": 0, + "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 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": 220, + "y": 9100, + "z": 107020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 18, + "instId": 300001, + "pos": { + "x": 4170, + "y": 9100, + "z": 107540 + }, + "rot": { + "x": 0, + "y": 212028, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "41000003": { + "P41000_F41000001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": 65590, + "y": 3640, + "z": -32810 + }, + "rot": { + "x": 0, + "y": 96560, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": 184610, + "y": 28890, + "z": -136950 + }, + "rot": { + "x": 0, + "y": 6449, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "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": 0, + "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 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 63260, + "y": 4070, + "z": -28640 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 10, + "instId": 300001, + "pos": { + "x": 63420, + "y": 3590, + "z": -34100 + }, + "rot": { + "x": 0, + "y": 257370, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "41000004": { + "P41000_F41000001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": 52920, + "y": 890, + "z": 270070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": 236320, + "y": 78360, + "z": 96190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": 38786, + "y": 3942, + "z": 224640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101013 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": 32930, + "y": -2833, + "z": 302940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "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": 0, + "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 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 194247, + "y": 77066, + "z": 99715 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 10, + "instId": 300001, + "pos": { + "x": 195190, + "y": 77070, + "z": 95820 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "41000005": { + "P41000_F41000001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": -3100, + "z": -133490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": 39380, + "y": 1953, + "z": -94050 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": -5290, + "y": -2107, + "z": -170316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101004 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 0, + "pos": { + "x": 44765, + "y": 22575, + "z": -3797 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 0, + "pos": { + "x": 229, + "y": 322, + "z": 26515 + }, + "rot": { + "x": 0, + "y": 267847, + "z": 0 + }, + "propId": 3001 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -8410, + "y": 20020, + "z": -24870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 10, + "instId": 300001, + "pos": { + "x": -5670, + "y": 19970, + "z": -27950 + }, + "rot": { + "x": 0, + "y": 170920, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "41000006": { + "P41000_F41000001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": 124100, + "y": -28130, + "z": -145440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -28890, + "y": 7040, + "z": -108960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": 110140, + "y": -24820, + "z": -130590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 1, + "pos": { + "x": -19103, + "y": 5240, + "z": -74285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 0, + "pos": { + "x": 44765, + "y": 22575, + "z": -3797 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 0, + "pos": { + "x": 229, + "y": 322, + "z": 26515 + }, + "rot": { + "x": 0, + "y": 267847, + "z": 0 + }, + "propId": 3001 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -8410, + "y": 20020, + "z": -24870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 10, + "instId": 300001, + "pos": { + "x": -5670, + "y": 19970, + "z": -27950 + }, + "rot": { + "x": 0, + "y": 170920, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "41000007": { + "P41007_F41000007": { + "scenes": { + "2": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4545, + "y": 14010, + "z": 12164 + }, + "rot": { + "x": 0, + "y": 2409, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": -23850, + "y": 12060, + "z": -1580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 0, + "pos": { + "x": 30230, + "y": 19950, + "z": -57620 + }, + "rot": { + "x": 0, + "y": 320670, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 0, + "pos": { + "x": -6039, + "y": 19995, + "z": 25357 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 1, + "pos": { + "x": -6039, + "y": 19989, + "z": -21230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101019 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "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": 0, + "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 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 8, + "pos": { + "x": -8410, + "y": 20020, + "z": -24870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 5, + "instId": 300001, + "pos": { + "x": -5670, + "y": 19970, + "z": -27950 + }, + "rot": { + "x": 0, + "y": 170920, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "41000008": { + "P41008_F41000008": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "15": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": 4180, + "y": 9100, + "z": 110080 + }, + "rot": { + "x": 0, + "y": 2409, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": -9560, + "y": 7036, + "z": -108670 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 0, + "pos": { + "x": -52040, + "y": 2170, + "z": 69570 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 0, + "pos": { + "x": 3820, + "y": 3738, + "z": 62920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102025 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 0, + "pos": { + "x": -27950, + "y": 3730, + "z": 74660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102025 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "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": 0, + "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 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": 220, + "y": 9100, + "z": 107020 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 18, + "instId": 300001, + "pos": { + "x": 4170, + "y": 9100, + "z": 107540 + }, + "rot": { + "x": 0, + "y": 212028, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "41000009": { + "P41009_F41000009": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": 65590, + "y": 3640, + "z": -32810 + }, + "rot": { + "x": 0, + "y": 96560, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": 184610, + "y": 28890, + "z": -136950 + }, + "rot": { + "x": 0, + "y": 6449, + "z": 0 + }, + "propId": 105 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "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": 0, + "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 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 63260, + "y": 4070, + "z": -28640 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 10, + "instId": 300001, + "pos": { + "x": 63420, + "y": 3590, + "z": -34100 + }, + "rot": { + "x": 0, + "y": 257370, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "41000010": { + "P41010_F41000010": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": 52920, + "y": 890, + "z": 270070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": 236320, + "y": 78360, + "z": 96190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": 38786, + "y": 3942, + "z": 224640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101013 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": 32930, + "y": -2833, + "z": 302940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "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": 0, + "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 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 194247, + "y": 77066, + "z": 99715 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 10, + "instId": 300001, + "pos": { + "x": 195190, + "y": 77070, + "z": 95820 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "41000011": { + "P41011_F41000011": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": -3100, + "z": -133490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": 39380, + "y": 1953, + "z": -94050 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": -5290, + "y": -2107, + "z": -170316 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101004 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 0, + "pos": { + "x": 44765, + "y": 22575, + "z": -3797 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 0, + "pos": { + "x": 229, + "y": 322, + "z": 26515 + }, + "rot": { + "x": 0, + "y": 267847, + "z": 0 + }, + "propId": 3001 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "41000012": { + "P41012_F41000012": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": 124100, + "y": -28130, + "z": -145440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -28890, + "y": 7040, + "z": -108960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": 110140, + "y": -24820, + "z": -130590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 1, + "pos": { + "x": -19103, + "y": 5240, + "z": -74285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 0, + "pos": { + "x": 44765, + "y": 22575, + "z": -3797 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 0, + "pos": { + "x": 229, + "y": 322, + "z": 26515 + }, + "rot": { + "x": 0, + "y": 267847, + "z": 0 + }, + "propId": 3001 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -8410, + "y": 20020, + "z": -24870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 10, + "instId": 300001, + "pos": { + "x": -5670, + "y": 19970, + "z": -27950 + }, + "rot": { + "x": 0, + "y": 170920, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "41212001": { + "P41212_F41212001": { + "scenes": { + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 43, + "instId": 300001, + "propState": 8, + "pos": { + "x": 487, + "y": -31159, + "z": -149673 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 43, + "instId": 300001, + "pos": { + "x": 4816, + "y": -31156, + "z": -146943 + }, + "rot": { + "x": 0, + "y": 137999, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "41221001": { + "P41221_F42221001": { + "scenes": { + "16": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 17, + "instId": 300002, + "pos": { + "x": 560, + "y": 9297, + "z": -121510 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + } + } + } + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300003, + "propState": 1, + "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": 1, + "pos": { + "x": 225, + "y": 12910, + "z": -89304 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 0, + "pos": { + "x": -4495, + "y": 12905, + "z": -87157 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 20, + "instId": 300006, + "propState": 1, + "pos": { + "x": 104115, + "y": 4613, + "z": 5792 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 20, + "instId": 300005, + "propState": 0, + "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": 1, + "pos": { + "x": 69092, + "y": 720, + "z": 70006 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 20, + "instId": 300015, + "propState": 0, + "pos": { + "x": 71591, + "y": 652, + "z": 68636 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 20, + "instId": 300016, + "propState": 1, + "pos": { + "x": 69084, + "y": 720, + "z": 37177 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 20, + "instId": 300017, + "propState": 0, + "pos": { + "x": 66582, + "y": 653, + "z": 38545 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 20, + "instId": 300018, + "propState": 1, + "pos": { + "x": -36428, + "y": 715, + "z": 113584 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 20, + "instId": 300019, + "propState": 0, + "pos": { + "x": -33792, + "y": -1086, + "z": 118715 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 20, + "instId": 300024, + "propState": 1, + "pos": { + "x": -35658, + "y": 715, + "z": -7702 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 20, + "instId": 300025, + "propState": 0, + "pos": { + "x": -30468, + "y": -1086, + "z": -10257 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 20, + "instId": 300009, + "propState": 0, + "pos": { + "x": -5187, + "y": 6758, + "z": -134039 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 20, + "instId": 300010, + "propState": 0, + "pos": { + "x": -12970, + "y": 9297, + "z": -111010 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": -64829, + "y": 24450, + "z": -105570 + }, + "rot": { + "x": 0, + "y": 67825, + "z": 0 + }, + "propId": 102081 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300004, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 60, + "instId": 300001, + "propState": 0, + "pos": { + "x": 102910, + "y": 3850, + "z": -97350 + }, + "rot": { + "x": 0, + "y": 31647, + "z": 0 + }, + "propId": 102081 + }, + { + "groupId": 60, + "instId": 300004, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 60, + "instId": 300005, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "63": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [ + { + "groupId": 64, + "instId": 400001, + "pos": { + "x": 5501, + "y": -6079, + "z": 38490 + }, + "rot": { + "x": 0, + "y": 151158, + "z": 0 + }, + "npcId": 3011 + } + ], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": 74590, + "y": 25780, + "z": 52613 + }, + "rot": { + "x": 0, + "y": 86498, + "z": 0 + }, + "propId": 102081 + }, + { + "groupId": 64, + "instId": 300004, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300005, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300007, + "propState": 0, + "pos": { + "x": 537, + "y": 28800, + "z": 53921 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5501, + "y": -4380, + "z": 38490 + }, + "rot": { + "x": 0, + "y": 151158, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 0, + "pos": { + "x": 5501, + "y": -4380, + "z": 38490 + }, + "rot": { + "x": 0, + "y": 151158, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 64, + "instId": 300006, + "propState": 0, + "pos": { + "x": 5501, + "y": -4380, + "z": 38490 + }, + "rot": { + "x": 0, + "y": 151158, + "z": 0 + }, + "propId": 121 + }, + { + "groupId": 64, + "instId": 300008, + "propState": 0, + "pos": { + "x": 5501, + "y": -4380, + "z": 38490 + }, + "rot": { + "x": 0, + "y": 151158, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 1, + "pos": { + "x": 559, + "y": 8610, + "z": 53911 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102041 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "41221002": { + "P41221_F42221001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47718, + "y": -1332, + "z": 98260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102037 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 1, + "pos": { + "x": -7664, + "y": 5257, + "z": -56100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 1, + "pos": { + "x": -19103, + "y": 5240, + "z": -74285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 1, + "pos": { + "x": 32250, + "y": 7056, + "z": -108610 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -24345, + "y": 7036, + "z": -108620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "10": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": 4280, + "y": -510, + "z": -11310 + }, + "rot": { + "x": 0, + "y": 278983, + "z": 0 + }, + "propId": 102081 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": 10300, + "y": 25080, + "z": -24450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [ + { + "groupId": 18, + "instId": 400001, + "pos": { + "x": 13578, + "y": 19747, + "z": 153939 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3011 + } + ], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -12110, + "y": 15480, + "z": 177710 + }, + "rot": { + "x": 0, + "y": 25808, + "z": 0 + }, + "propId": 102081 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "pos": { + "x": 13555, + "y": 21516, + "z": 153939 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 121 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 0, + "pos": { + "x": 13555, + "y": 21380, + "z": 154047 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300006, + "propState": 0, + "pos": { + "x": 13555, + "y": 21380, + "z": 154047 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300007, + "propState": 0, + "pos": { + "x": 13555, + "y": 21516, + "z": 154047 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": 13500, + "y": 8826, + "z": -111760 + }, + "rot": { + "x": 0, + "y": 269724, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 20, + "instId": 300001, + "pos": { + "x": 10260, + "y": 8526, + "z": -110920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "41221003": { + "P41221_F42221001": { + "scenes": { + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -105588, + "y": 3840, + "z": -13606 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102108 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 0, + "pos": { + "x": -105943, + "y": 4543, + "z": -13166 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102108 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 0, + "pos": { + "x": -106033, + "y": 3840, + "z": -12860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102108 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 11, + "instId": 300001, + "pos": { + "x": 21593, + "y": 51750, + "z": -196744 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + } + } + } + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 7800, + "y": 13884, + "z": 25600 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 7490, + "y": 16121, + "z": -13310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "16": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": -30370, + "y": 40550, + "z": 63481 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": 34750, + "y": 46051, + "z": -170570 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 0, + "pos": { + "x": 19070, + "y": 65432, + "z": -226960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 0, + "pos": { + "x": 40670, + "y": 46261, + "z": -171420 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 0, + "pos": { + "x": 25414, + "y": 51750, + "z": -204025 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3700, + "y": 20230, + "z": 59450 + }, + "rot": { + "x": 0, + "y": 508, + "z": 0 + }, + "propId": 102081 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [ + { + "groupId": 34, + "instId": 400001, + "pos": { + "x": 130490, + "y": 52800, + "z": -47200 + }, + "rot": { + "x": 0, + "y": 17136, + "z": 0 + }, + "npcId": 2204 + }, + { + "groupId": 34, + "instId": 400002, + "pos": { + "x": 131520, + "y": 52800, + "z": -45790 + }, + "rot": { + "x": 0, + "y": 223361, + "z": 0 + }, + "npcId": 2204 + } + ], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": 78350, + "y": 60100, + "z": -32460 + }, + "rot": { + "x": 0, + "y": 101982, + "z": 0 + }, + "propId": 102081 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300004, + "propState": 0, + "pos": { + "x": 130920, + "y": 54220, + "z": -46520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300006, + "propState": 0, + "pos": { + "x": 130920, + "y": 54220, + "z": -46520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 121 + }, + { + "groupId": 34, + "instId": 300007, + "propState": 0, + "pos": { + "x": 130920, + "y": 54220, + "z": -46520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300005, + "propState": 0, + "pos": { + "x": 130920, + "y": 54220, + "z": -46520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [ + { + "groupId": 39, + "instId": 400001, + "pos": { + "x": -31149, + "y": 13590, + "z": -52702 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "npcId": 3011 + } + ], + "props": [ + { + "groupId": 39, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 0, + "pos": { + "x": -31343, + "y": 13575, + "z": -52448 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 102032 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 0, + "pos": { + "x": -34518, + "y": 21506, + "z": -53368 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 44, + "instId": 300001, + "propState": 0, + "pos": { + "x": -82720, + "y": 600, + "z": -27170 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 102081 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -73730, + "y": 3860, + "z": -16190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": { + "2102": { + "anchorId": 3, + "groupId": 58, + "instId": 300001, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -30000, + "y": 10040, + "z": 63500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102102 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43001001": { + "P43001_F40004001": { + "scenes": { + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 8, + "pos": { + "x": 110, + "y": -3500, + "z": -190 + }, + "rot": { + "x": 0, + "y": 269724, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 100 + } + }, + "43001002": { + "P43001_F40004001": { + "scenes": { + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 8, + "pos": { + "x": 0, + "y": 0, + "z": 34860 + }, + "rot": { + "x": 0, + "y": 269724, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 100 + } + }, + "43002001": { + "P43002_F43002001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 101 + } + }, + "43002002": { + "P43002_F43002001": { + "scenes": { + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300003, + "propState": 1, + "pos": { + "x": 29, + "y": 257, + "z": 89207 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100002 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 1, + "pos": { + "x": -11728, + "y": 187, + "z": 141888 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 22, + "instId": 300019, + "propState": 1, + "pos": { + "x": -11728, + "y": 147, + "z": 138240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 0, + "pos": { + "x": -10200, + "y": 167, + "z": 137420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 22, + "instId": 300010, + "propState": 1, + "pos": { + "x": 11727, + "y": 185, + "z": 141900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 22, + "instId": 300023, + "propState": 1, + "pos": { + "x": 11728, + "y": 147, + "z": 138240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 22, + "instId": 300011, + "propState": 0, + "pos": { + "x": 13400, + "y": 167, + "z": 137700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 101 + } + }, + "43002003": { + "P43002_F43002001": { + "scenes": { + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 94614, + "y": 74053, + "z": 103220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300009, + "propState": 1, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 26, + "instId": 300013, + "propState": 1, + "pos": { + "x": 8732, + "y": 79584, + "z": 110666 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": 10469, + "y": 79626, + "z": 110460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 1, + "pos": { + "x": 45424, + "y": 105, + "z": -127524 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 26, + "instId": 300014, + "propState": 1, + "pos": { + "x": -5018, + "y": 79582, + "z": 99243 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 26, + "instId": 300015, + "propState": 1, + "pos": { + "x": 8732, + "y": 79584, + "z": 87818 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 26, + "instId": 300023, + "propState": 0, + "pos": { + "x": 6984, + "y": 79597, + "z": 88038 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 26, + "instId": 300024, + "propState": 1, + "pos": { + "x": 8730, + "y": 79658, + "z": 84610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + } + ], + "teleports": {} + }, + "30": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300003, + "propState": 0, + "pos": { + "x": 88774, + "y": 75793, + "z": 116572 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 2, + "groupId": 32, + "instId": 300002, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 101, + "startAnchorId": 1, + "startGroupId": 1 + } + }, + "43002004": { + "P43002_F43002001": { + "scenes": { + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 94614, + "y": 74053, + "z": 103220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300009, + "propState": 1, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 26, + "instId": 300013, + "propState": 1, + "pos": { + "x": 8732, + "y": 79584, + "z": 110666 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": 10469, + "y": 79626, + "z": 110460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 1, + "pos": { + "x": 45424, + "y": 105, + "z": -127524 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 26, + "instId": 300014, + "propState": 1, + "pos": { + "x": -5018, + "y": 79582, + "z": 99243 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 26, + "instId": 300015, + "propState": 1, + "pos": { + "x": 8732, + "y": 79584, + "z": 87818 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 26, + "instId": 300023, + "propState": 0, + "pos": { + "x": 6984, + "y": 79597, + "z": 88038 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 26, + "instId": 300024, + "propState": 1, + "pos": { + "x": 8730, + "y": 79658, + "z": 84610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + } + ], + "teleports": {} + }, + "30": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300003, + "propState": 0, + "pos": { + "x": 88774, + "y": 75793, + "z": 116572 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 2, + "groupId": 32, + "instId": 300002, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 101, + "startAnchorId": 2, + "startGroupId": 1 + } + }, + "43003001": { + "P43003_F43003001": { + "scenes": { + "27": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 86620, + "y": 411956, + "z": -14145 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 29, + "instId": 300006, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": 3000, + "y": 185029, + "z": 4000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 1, + "pos": { + "x": -44708, + "y": 182921, + "z": -66187 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 0, + "pos": { + "x": -44708, + "y": 182881, + "z": -66187 + }, + "rot": { + "x": 0, + "y": 219500, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 0, + "pos": { + "x": -47712, + "y": 182862, + "z": -66323 + }, + "rot": { + "x": 0, + "y": 312965, + "z": 0 + }, + "propId": 100078 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 1, + "pos": { + "x": 73228, + "y": 172441, + "z": -14226 + }, + "rot": { + "x": 0, + "y": 90756, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 33, + "instId": 300005, + "propState": 0, + "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": 1, + "pos": { + "x": 12105, + "y": 174893, + "z": -104320 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 33, + "instId": 300012, + "propState": 1, + "pos": { + "x": 25850, + "y": 172261, + "z": 50783 + }, + "rot": { + "x": 0, + "y": 95342, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 33, + "instId": 300013, + "propState": 1, + "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": 0, + "pos": { + "x": 12138, + "y": 174878, + "z": -104347 + }, + "rot": { + "x": 0, + "y": 219500, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 33, + "instId": 300016, + "propState": 0, + "pos": { + "x": 25865, + "y": 172246, + "z": 50781 + }, + "rot": { + "x": 0, + "y": 5342, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 33, + "instId": 300017, + "propState": 0, + "pos": { + "x": 22300, + "y": 172252, + "z": 64720 + }, + "rot": { + "x": 0, + "y": 320342, + "z": 0 + }, + "propId": 300008 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 36, + "instId": 300001, + "propState": 0, + "pos": { + "x": 2322, + "y": 420480, + "z": -26583 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300002, + "propState": 0, + "pos": { + "x": -14697, + "y": 172242, + "z": 66319 + }, + "rot": { + "x": 0, + "y": 356870, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 37, + "instId": 300003, + "propState": 0, + "pos": { + "x": -51130, + "y": 177527, + "z": 58709 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 37, + "instId": 300001, + "propState": 0, + "pos": { + "x": -51258, + "y": 182868, + "z": -77349 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 37, + "instId": 300004, + "propState": 0, + "pos": { + "x": -46951, + "y": 182862, + "z": -59045 + }, + "rot": { + "x": 0, + "y": 356870, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 37, + "instId": 300006, + "propState": 0, + "pos": { + "x": 10699, + "y": 180920, + "z": -103198 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 3, + "groupId": 38, + "instId": 300003, + "pos": { + "x": -11800, + "y": 177412, + "z": -124650 + }, + "rot": { + "x": 0, + "y": 310782, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 101 + } + }, + "43004001": { + "P43004_F43004001": { + "scenes": { + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300006, + "propState": 1, + "pos": { + "x": 8732, + "y": 76741, + "z": 133220 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 17, + "instId": 300011, + "propState": 1, + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 101 + } + }, + "43101001": { + "P43101_F43101001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": 112480, + "y": 53103, + "z": -57890 + }, + "rot": { + "x": 0, + "y": 276423, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 0, + "pos": { + "x": 231610, + "y": 48001, + "z": -133450 + }, + "rot": { + "x": 0, + "y": 239735, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 0, + "pos": { + "x": 128550, + "y": 46641, + "z": -10400 + }, + "rot": { + "x": 0, + "y": 335616, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": { + "2102": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 225080, + "y": 47023, + "z": -142362 + }, + "rot": { + "x": 0, + "y": 173119, + "z": 0 + } + } + } + }, + "10": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": 150195, + "y": 46544, + "z": -76725 + }, + "rot": { + "x": 0, + "y": 14100, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": 153569, + "y": 46416, + "z": -61585 + }, + "rot": { + "x": 0, + "y": 14100, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 0, + "pos": { + "x": 215143, + "y": 47236, + "z": -135081 + }, + "rot": { + "x": 0, + "y": 14100, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 14, + "instId": 300005, + "propState": 0, + "pos": { + "x": 215705, + "y": 47242, + "z": -135013 + }, + "rot": { + "x": 0, + "y": 14100, + "z": 0 + }, + "propId": 101015 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "43101002": { + "P43101_F43101001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "43102001": { + "P43102_F43102001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 3, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -5992, + "y": -197, + "z": 114970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": -30661, + "y": -2506, + "z": 121266 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": -207400, + "y": -93500, + "z": 296200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101071 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": -34420, + "y": -2639, + "z": 114720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101072 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": -81596, + "y": 3603, + "z": 111095 + }, + "rot": { + "x": 0, + "y": 337146, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": -69464, + "y": 1399, + "z": 121703 + }, + "rot": { + "x": 0, + "y": 337146, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": -32433, + "y": -2514, + "z": 120146 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": -32433, + "y": -2514, + "z": 120146 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300003, + "propState": 0, + "pos": { + "x": -18772, + "y": -231, + "z": 89375 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 0, + "pos": { + "x": -20369, + "y": -145, + "z": 86766 + }, + "rot": { + "x": 0, + "y": 178277, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 22, + "instId": 300006, + "propState": 0, + "pos": { + "x": -57036, + "y": -2640, + "z": 103824 + }, + "rot": { + "x": 0, + "y": 54927, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 22, + "instId": 300007, + "propState": 0, + "pos": { + "x": -57620, + "y": -2596, + "z": 106420 + }, + "rot": { + "x": 0, + "y": 73197, + "z": 0 + }, + "propId": 101003 + }, + { + "groupId": 22, + "instId": 300009, + "propState": 0, + "pos": { + "x": -80309, + "y": 1420, + "z": 124727 + }, + "rot": { + "x": 0, + "y": 316678, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 22, + "instId": 300010, + "propState": 0, + "pos": { + "x": -85234, + "y": 1335, + "z": 126341 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": -76298, + "y": 6384, + "z": 94583 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 0, + "pos": { + "x": -72950, + "y": 5448, + "z": 76350 + }, + "rot": { + "x": 0, + "y": 310410, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 0, + "pos": { + "x": -12520, + "y": 963, + "z": 156200 + }, + "rot": { + "x": 0, + "y": 341560, + "z": 0 + }, + "propId": 1028 + }, + { + "groupId": 22, + "instId": 300008, + "propState": 0, + "pos": { + "x": 2270, + "y": 1902, + "z": 89060 + }, + "rot": { + "x": 0, + "y": 359491, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11880, + "y": -2575, + "z": 152340 + }, + "rot": { + "x": 0, + "y": 266269, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "43102002": { + "P43102_F43102001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "43102003": { + "P43102_F43102001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 1040, + "y": 1720, + "z": -1150 + }, + "rot": { + "x": 0, + "y": 345350, + "z": 0 + }, + "propId": 1028 + } + ], + "teleports": { + "2102": { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -4470, + "y": -24793, + "z": 115343 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -17339, + "y": 5433, + "z": 82368 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 0, + "pos": { + "x": -9519, + "y": -24805, + "z": 86300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 0, + "pos": { + "x": -14760, + "y": -25370, + "z": 88992 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301005 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": -8171, + "y": -24793, + "z": 115577 + }, + "rot": { + "x": 0, + "y": 14100, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": -9144, + "y": -24793, + "z": 114516 + }, + "rot": { + "x": 0, + "y": 14100, + "z": 0 + }, + "propId": 101015 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 0, + "pos": { + "x": 7924, + "y": 26372, + "z": 46752 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "43103001": { + "P43103_F43103001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2314": { + "anchorId": 1, + "groupId": 2, + "instId": 300002, + "pos": { + "x": 33030, + "y": 3940, + "z": 122160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2315": { + "anchorId": 2, + "groupId": 2, + "instId": 300001, + "pos": { + "x": 38833, + "y": 3942, + "z": 227653 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2316": { + "anchorId": 3, + "groupId": 2, + "instId": 300003, + "pos": { + "x": 110246, + "y": -5027, + "z": 325402 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 84458, + "y": -5020, + "z": 352983 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 6810, + "y": 0, + "z": 69730 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 0, + "pos": { + "x": 7960, + "y": -58, + "z": 73250 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101003 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 0, + "pos": { + "x": 33000, + "y": 4000, + "z": 126050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 0, + "pos": { + "x": 80890, + "y": -4952, + "z": 291000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 0, + "pos": { + "x": 32930, + "y": -2833, + "z": 302940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 4, + "instId": 300013, + "propState": 0, + "pos": { + "x": 30752, + "y": -2833, + "z": 308420 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 0, + "pos": { + "x": 52537, + "y": -5058, + "z": 324830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 0, + "pos": { + "x": 38810, + "y": 3965, + "z": 224620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 0, + "pos": { + "x": -11300, + "y": 2014, + "z": 109070 + }, + "rot": { + "x": 0, + "y": 85546, + "z": 0 + }, + "propId": 301014 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 0, + "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 + } + ], + "teleports": { + "2349": { + "anchorId": 9, + "groupId": 4, + "instId": 300015, + "pos": { + "x": 11110, + "y": -58, + "z": 73920 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + } + } + } + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47100, + "y": 3403, + "z": 271770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101069 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29540, + "y": 8248, + "z": 258200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101069 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 0, + "pos": { + "x": 41190, + "y": 8190, + "z": 231180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101069 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 0, + "pos": { + "x": 53480, + "y": 6496, + "z": 320470 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101069 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 0, + "pos": { + "x": 76470, + "y": 6480, + "z": 291540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101069 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 0, + "pos": { + "x": 21020, + "y": 7410, + "z": 191114 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101069 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 81600, + "y": -5095, + "z": 325440 + }, + "rot": { + "x": 0, + "y": 358651, + "z": 0 + }, + "propId": 101078 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": 76640, + "y": -2497, + "z": 297590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": 114303, + "y": -3954, + "z": 314908 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 0, + "pos": { + "x": 53737, + "y": -3288, + "z": 329193 + }, + "rot": { + "x": 0, + "y": 359777, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 0, + "pos": { + "x": 56700, + "y": 3944, + "z": 271270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 0, + "pos": { + "x": 47100, + "y": 943, + "z": 271770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 0, + "pos": { + "x": 21020, + "y": 4947, + "z": 191114 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 0, + "pos": { + "x": 58708, + "y": 5021, + "z": 257952 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 0, + "pos": { + "x": 14470, + "y": 4001, + "z": 259610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 0, + "pos": { + "x": 4676, + "y": 5015, + "z": 254736 + }, + "rot": { + "x": 0, + "y": 332718, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 0, + "pos": { + "x": 76470, + "y": 4000, + "z": 291540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 0, + "pos": { + "x": 41036, + "y": -5395, + "z": 326091 + }, + "rot": { + "x": 0, + "y": 1, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 0, + "pos": { + "x": 32988, + "y": -1311, + "z": 315546 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300018, + "propState": 0, + "pos": { + "x": 29580, + "y": 5500, + "z": 312560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300019, + "propState": 0, + "pos": { + "x": 36520, + "y": 4011, + "z": 306600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300020, + "propState": 0, + "pos": { + "x": 35875, + "y": 5032, + "z": 220690 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300021, + "propState": 0, + "pos": { + "x": 41190, + "y": 5746, + "z": 231180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 0, + "pos": { + "x": 44930, + "y": 2456, + "z": 314660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300022, + "propState": 0, + "pos": { + "x": 53480, + "y": 4000, + "z": 320470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300023, + "propState": 0, + "pos": { + "x": 29540, + "y": 5753, + "z": 258200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 0, + "pos": { + "x": 22950, + "y": 4001, + "z": 259610 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101068 + } + ], + "teleports": {} + }, + "8": { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -32250, + "y": -58, + "z": 79666 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101052 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": 102466, + "y": -5026, + "z": 265568 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101052 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [ + { + "groupId": 10, + "instId": 400001, + "pos": { + "x": 94710, + "y": -5026, + "z": 269040 + }, + "rot": { + "x": 0, + "y": 316815, + "z": 0 + }, + "npcId": 11120 + }, + { + "groupId": 10, + "instId": 400002, + "pos": { + "x": -28280, + "y": -58, + "z": 85522 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 11125 + }, + { + "groupId": 10, + "instId": 400003, + "pos": { + "x": 33039, + "y": 3978, + "z": 150091 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 11118 + }, + { + "groupId": 10, + "instId": 400004, + "pos": { + "x": 110665, + "y": -2021, + "z": 368707 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 10, + "instId": 400005, + "pos": { + "x": 41707, + "y": -4787, + "z": 321229 + }, + "rot": { + "x": 0, + "y": 305519, + "z": 0 + }, + "npcId": 11212 + }, + { + "groupId": 10, + "instId": 400006, + "pos": { + "x": 94541, + "y": -5026, + "z": 267764 + }, + "rot": { + "x": 0, + "y": 316815, + "z": 0 + }, + "npcId": 2112 + }, + { + "groupId": 10, + "instId": 400007, + "pos": { + "x": -29461, + "y": -58, + "z": 86603 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 10, + "instId": 400008, + "pos": { + "x": 33976, + "y": 3942, + "z": 151031 + }, + "rot": { + "x": 0, + "y": 149076, + "z": 0 + }, + "npcId": 2116 + }, + { + "groupId": 10, + "instId": 400009, + "pos": { + "x": 111420, + "y": -2021, + "z": 369723 + }, + "rot": { + "x": 0, + "y": 91495, + "z": 0 + }, + "npcId": 2115 + }, + { + "groupId": 10, + "instId": 400010, + "pos": { + "x": 40519, + "y": -4464, + "z": 320323 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2112 + } + ], + "props": [ + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": -28259, + "y": -58, + "z": 85376 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 0, + "pos": { + "x": 41524, + "y": -4749, + "z": 321164 + }, + "rot": { + "x": 0, + "y": 303494, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 0, + "pos": { + "x": 33101, + "y": 3978, + "z": 150224 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 0, + "pos": { + "x": 110649, + "y": -2021, + "z": 368778 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 0, + "pos": { + "x": 94291, + "y": -5026, + "z": 269522 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 301078 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 6849, + "y": 4044, + "z": 255475 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5533, + "y": 3939, + "z": 257287 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -75900, + "y": -111, + "z": -66300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "pos": { + "x": 59616, + "y": 3944, + "z": 259312 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -75900, + "y": -111, + "z": -66300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 19, + "instId": 300002, + "propState": 0, + "pos": { + "x": 112817, + "y": -5031, + "z": 315573 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -75900, + "y": -111, + "z": -66300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 0, + "pos": { + "x": 36099, + "y": 3942, + "z": 217305 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 9, + "pos": { + "x": 113200, + "y": -5029, + "z": 325450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 7, + "worldId": 201 + } + }, + "43103002": { + "P43103_F43103001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47718, + "y": -1332, + "z": 98260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102037 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 1, + "pos": { + "x": -7664, + "y": 5257, + "z": -56100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 1, + "pos": { + "x": -19103, + "y": 5240, + "z": -74285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 0, + "pos": { + "x": 40420, + "y": 9101, + "z": 175980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 1, + "pos": { + "x": 6782, + "y": 2171, + "z": 46935 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 1, + "pos": { + "x": 4075, + "y": 9184, + "z": 107709 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 1, + "pos": { + "x": 6592, + "y": 2220, + "z": 66091 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 1, + "pos": { + "x": 32198, + "y": 7036, + "z": -108590 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 1, + "pos": { + "x": -29287, + "y": 7086, + "z": -108760 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102002 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 0, + "pos": { + "x": 8205, + "y": 2246, + "z": 68297 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 1, + "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": 0, + "pos": { + "x": -3200, + "y": -33540, + "z": 59260 + }, + "rot": { + "x": 0, + "y": 203929, + "z": 0 + }, + "propId": 101071 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 1, + "pos": { + "x": -5550, + "y": -1035, + "z": 6407 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102001 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 3914, + "y": 2280, + "z": 73680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": 1970, + "y": 2171, + "z": 50550 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 0, + "pos": { + "x": 7864, + "y": 2280, + "z": 68864 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 0, + "pos": { + "x": 75600, + "y": -84200, + "z": -178600 + }, + "rot": { + "x": 0, + "y": 204930, + "z": 0 + }, + "propId": 101071 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": -40, + "y": 10, + "z": 230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": -3940, + "y": -1120, + "z": -14530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 560, + "y": 55, + "z": -32 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": -1070, + "y": -1120, + "z": -9240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": 16049, + "y": -4318, + "z": -4092 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300004, + "propState": 0, + "pos": { + "x": 1480, + "y": -168, + "z": 3340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": 380, + "y": 0, + "z": -2920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": 26553, + "y": 586, + "z": -14286 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "13": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": -14233, + "y": 5236, + "z": -78611 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 111 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2317": { + "anchorId": 4, + "groupId": 16, + "instId": 300004, + "pos": { + "x": -14145, + "y": 2171, + "z": 38611 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2318": { + "anchorId": 2, + "groupId": 16, + "instId": 300002, + "pos": { + "x": -11518, + "y": 5236, + "z": -50117 + }, + "rot": { + "x": 0, + "y": 359207, + "z": 0 + } + }, + "2319": { + "anchorId": 3, + "groupId": 16, + "instId": 300003, + "pos": { + "x": 8044, + "y": 8526, + "z": -108661 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2320": { + "anchorId": 1, + "groupId": 16, + "instId": 300001, + "pos": { + "x": 30468, + "y": 642, + "z": 10230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2350": { + "anchorId": 5, + "groupId": 16, + "instId": 300005, + "pos": { + "x": -43111, + "y": 2171, + "z": 71886 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102140 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102141 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102142 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102143 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102144 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 0, + "pos": { + "x": -12812, + "y": -1147, + "z": 10701 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [ + { + "groupId": 22, + "instId": 400001, + "pos": { + "x": -12852, + "y": -1147, + "z": -25976 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 12169 + }, + { + "groupId": 22, + "instId": 400002, + "pos": { + "x": 199, + "y": -1065, + "z": 9525 + }, + "rot": { + "x": 0, + "y": 4865, + "z": 0 + }, + "npcId": 12129 + }, + { + "groupId": 22, + "instId": 400003, + "pos": { + "x": -19517, + "y": 9101, + "z": 94533 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 12148 + }, + { + "groupId": 22, + "instId": 400004, + "pos": { + "x": 46643, + "y": -2916, + "z": 37805 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 12212 + }, + { + "groupId": 22, + "instId": 400005, + "pos": { + "x": -1710, + "y": 2171, + "z": 45630 + }, + "rot": { + "x": 0, + "y": 312191, + "z": 0 + }, + "npcId": 12312 + }, + { + "groupId": 22, + "instId": 400006, + "pos": { + "x": -15454, + "y": -1147, + "z": -24375 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2205 + }, + { + "groupId": 22, + "instId": 400007, + "pos": { + "x": -2120, + "y": -1085, + "z": 11880 + }, + "rot": { + "x": 0, + "y": 100402, + "z": 0 + }, + "npcId": 2203 + }, + { + "groupId": 22, + "instId": 400008, + "pos": { + "x": -19043, + "y": 9101, + "z": 95106 + }, + "rot": { + "x": 0, + "y": 268428, + "z": 0 + }, + "npcId": 2219 + }, + { + "groupId": 22, + "instId": 400009, + "pos": { + "x": 48603, + "y": -2916, + "z": 37885 + }, + "rot": { + "x": 0, + "y": 138, + "z": 0 + }, + "npcId": 2218 + }, + { + "groupId": 22, + "instId": 400010, + "pos": { + "x": -1440, + "y": 2171, + "z": 46570 + }, + "rot": { + "x": 0, + "y": 276800, + "z": 0 + }, + "npcId": 2205 + } + ], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": -13460, + "y": -1147, + "z": -25866 + }, + "rot": { + "x": 0, + "y": 315568, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 0, + "pos": { + "x": 190, + "y": -1085, + "z": 11170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 0, + "pos": { + "x": -19630, + "y": 9101, + "z": 94503 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 0, + "pos": { + "x": 46664, + "y": -2916, + "z": 38045 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 0, + "pos": { + "x": -1705, + "y": 2171, + "z": 45586 + }, + "rot": { + "x": 0, + "y": 206280, + "z": 0 + }, + "propId": 301078 + } + ], + "teleports": {} + }, + "23": { + "monsters": [ + { + "groupId": 23, + "instId": 200001, + "eventId": 43103226, + "pos": { + "x": 1236, + "y": 9419, + "z": 82888 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 7, + "worldId": 201 + } + }, + "43103003": { + "P43103_F43103001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2321": { + "anchorId": 3, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -67318, + "y": -3195, + "z": -73170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2322": { + "anchorId": 2, + "groupId": 1, + "instId": 300003, + "pos": { + "x": -71936, + "y": 10292, + "z": -112310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2351": { + "anchorId": 4, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -38430, + "y": 18611, + "z": -76490 + }, + "rot": { + "x": 0, + "y": 188300, + "z": 0 + } + } + } + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": -38680, + "y": 18260, + "z": -82930 + }, + "rot": { + "x": 0, + "y": 193835, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": -39885, + "y": 18611, + "z": -77418 + }, + "rot": { + "x": 0, + "y": 13930, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 5, + "instId": 300006, + "propState": 0, + "pos": { + "x": -178060, + "y": -390, + "z": -61070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": -186621, + "y": -400, + "z": -79920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 5, + "instId": 300012, + "propState": 0, + "pos": { + "x": -171678, + "y": -4459, + "z": -85976 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 5, + "instId": 300015, + "propState": 0, + "pos": { + "x": -207948, + "y": -4226, + "z": -86090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 5, + "instId": 300016, + "propState": 0, + "pos": { + "x": -173911, + "y": -178, + "z": -73134 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100014 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300012, + "propState": 0, + "pos": { + "x": -94500, + "y": 6820, + "z": -122190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 8, + "instId": 300010, + "propState": 0, + "pos": { + "x": -88425, + "y": 9227, + "z": -124285 + }, + "rot": { + "x": 0, + "y": 89851, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 1, + "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": 0, + "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": 0, + "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": 0, + "pos": { + "x": -132037, + "y": 2748, + "z": -61726 + }, + "rot": { + "x": 0, + "y": 207345, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 1, + "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": 0, + "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": 0, + "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": 0, + "pos": { + "x": -10910, + "y": 18600, + "z": -106140 + }, + "rot": { + "x": 0, + "y": 27837, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300009, + "propState": 1, + "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": 1, + "pos": { + "x": -6513, + "y": 1037, + "z": -73196 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 8, + "instId": 300046, + "propState": 1, + "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": 0, + "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": 0, + "pos": { + "x": -5741, + "y": 3821, + "z": -71187 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "9": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [ + { + "groupId": 10, + "instId": 400001, + "pos": { + "x": -110642, + "y": 18598, + "z": -53595 + }, + "rot": { + "x": 0, + "y": 205832, + "z": 0 + }, + "npcId": 10105 + }, + { + "groupId": 10, + "instId": 400002, + "pos": { + "x": -15637, + "y": 18610, + "z": -107084 + }, + "rot": { + "x": 0, + "y": 32070, + "z": 0 + }, + "npcId": 10102 + }, + { + "groupId": 10, + "instId": 400003, + "pos": { + "x": -7302, + "y": 2480, + "z": -47146 + }, + "rot": { + "x": 0, + "y": 252762, + "z": 0 + }, + "npcId": 10203 + }, + { + "groupId": 10, + "instId": 400004, + "pos": { + "x": -135070, + "y": 2753, + "z": -85570 + }, + "rot": { + "x": 0, + "y": 20112, + "z": 0 + }, + "npcId": 10110 + }, + { + "groupId": 10, + "instId": 400005, + "pos": { + "x": -130005, + "y": 2770, + "z": -37950 + }, + "rot": { + "x": 0, + "y": 253010, + "z": 0 + }, + "npcId": 10107 + }, + { + "groupId": 10, + "instId": 400006, + "pos": { + "x": -108672, + "y": 18598, + "z": -53161 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "npcId": 2001 + }, + { + "groupId": 10, + "instId": 400007, + "pos": { + "x": -14678, + "y": 18610, + "z": -108155 + }, + "rot": { + "x": 0, + "y": 16596, + "z": 0 + }, + "npcId": 2116 + }, + { + "groupId": 10, + "instId": 400008, + "pos": { + "x": -6241, + "y": 2714, + "z": -48142 + }, + "rot": { + "x": 0, + "y": 273149, + "z": 0 + }, + "npcId": 3031 + }, + { + "groupId": 10, + "instId": 400009, + "pos": { + "x": -133295, + "y": 2814, + "z": -85944 + }, + "rot": { + "x": 0, + "y": 327253, + "z": 0 + }, + "npcId": 2116 + }, + { + "groupId": 10, + "instId": 400010, + "pos": { + "x": -132118, + "y": 2770, + "z": -38479 + }, + "rot": { + "x": 0, + "y": 62026, + "z": 0 + }, + "npcId": 2001 + } + ], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": -110642, + "y": 18598, + "z": -53595 + }, + "rot": { + "x": 0, + "y": 205832, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": -15770, + "y": 18610, + "z": -107300 + }, + "rot": { + "x": 0, + "y": 28820, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 0, + "pos": { + "x": -7243, + "y": 2499, + "z": -47141 + }, + "rot": { + "x": 0, + "y": 252762, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 10, + "instId": 300004, + "propState": 0, + "pos": { + "x": -134967, + "y": 2753, + "z": -85704 + }, + "rot": { + "x": 0, + "y": 358157, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 10, + "instId": 300005, + "propState": 0, + "pos": { + "x": -130072, + "y": 2770, + "z": -37908 + }, + "rot": { + "x": 0, + "y": 253010, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 10, + "instId": 300006, + "propState": 0, + "pos": { + "x": -12913, + "y": 18610, + "z": -102201 + }, + "rot": { + "x": 0, + "y": 209423, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 10, + "instId": 300007, + "propState": 0, + "pos": { + "x": -15970, + "y": 18610, + "z": -107610 + }, + "rot": { + "x": 0, + "y": 29423, + "z": 0 + }, + "propId": 100047 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": -130636, + "y": 2815, + "z": -97842 + }, + "rot": { + "x": 0, + "y": 153737, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": -128388, + "y": 2815, + "z": -102409 + }, + "rot": { + "x": 0, + "y": 333737, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": -127244, + "y": 2815, + "z": -98939 + }, + "rot": { + "x": 0, + "y": 243000, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": -131775, + "y": 2814, + "z": -101220 + }, + "rot": { + "x": 0, + "y": 63000, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 0, + "pos": { + "x": -130538, + "y": 2814, + "z": -103075 + }, + "rot": { + "x": 0, + "y": 18900, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 0, + "pos": { + "x": -128549, + "y": 2814, + "z": -97202 + }, + "rot": { + "x": 0, + "y": 198900, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 13, + "instId": 300007, + "propState": 0, + "pos": { + "x": -126554, + "y": 2814, + "z": -101147 + }, + "rot": { + "x": 0, + "y": 288900, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 0, + "pos": { + "x": -132381, + "y": 2814, + "z": -99094 + }, + "rot": { + "x": 0, + "y": 108900, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 13, + "instId": 300010, + "propState": 0, + "pos": { + "x": -76541, + "y": 10292, + "z": -113857 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 13, + "instId": 300011, + "propState": 0, + "pos": { + "x": -128659, + "y": 3343, + "z": -97456 + }, + "rot": { + "x": 0, + "y": 207254, + "z": 0 + }, + "propId": 100055 + }, + { + "groupId": 13, + "instId": 300009, + "propState": 0, + "pos": { + "x": -39842, + "y": 18611, + "z": -77691 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": -130121, + "y": 3343, + "z": -44491 + }, + "rot": { + "x": 0, + "y": 153737, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -127625, + "y": 3214, + "z": -45880 + }, + "rot": { + "x": 0, + "y": 324360, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 14, + "instId": 300005, + "propState": 0, + "pos": { + "x": -130800, + "y": 3224, + "z": -45680 + }, + "rot": { + "x": 0, + "y": 18900, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 14, + "instId": 300006, + "propState": 0, + "pos": { + "x": -128811, + "y": 3216, + "z": -45110 + }, + "rot": { + "x": 0, + "y": 198900, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 14, + "instId": 300007, + "propState": 0, + "pos": { + "x": -128089, + "y": 3427, + "z": -47074 + }, + "rot": { + "x": 0, + "y": 168966, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 14, + "instId": 300008, + "propState": 0, + "pos": { + "x": -130149, + "y": 3214, + "z": -47691 + }, + "rot": { + "x": 0, + "y": 108900, + "z": 0 + }, + "propId": 100046 + }, + { + "groupId": 14, + "instId": 300010, + "propState": 0, + "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": 0, + "pos": { + "x": -131666, + "y": 3345, + "z": -46943 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 0, + "pos": { + "x": 37719, + "y": 6065, + "z": -28053 + }, + "rot": { + "x": 0, + "y": 153737, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": 33025, + "y": 6042, + "z": -29395 + }, + "rot": { + "x": 0, + "y": 153737, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 15, + "instId": 300003, + "propState": 0, + "pos": { + "x": 27688, + "y": 5952, + "z": -28669 + }, + "rot": { + "x": 0, + "y": 153737, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 0, + "pos": { + "x": 23504, + "y": 5944, + "z": -32254 + }, + "rot": { + "x": 0, + "y": 153737, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 15, + "instId": 300005, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": -36720, + "y": 18583, + "z": -66100 + }, + "rot": { + "x": 0, + "y": 253519, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": -42700, + "y": 18611, + "z": -51950 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "pos": { + "x": -42700, + "y": 18611, + "z": -51950 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "pos": { + "x": -150600, + "y": 3010, + "z": -32680 + }, + "rot": { + "x": 0, + "y": 207541, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": -163360, + "y": 2770, + "z": -29170 + }, + "rot": { + "x": 0, + "y": 118000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 18, + "instId": 300003, + "propState": 0, + "pos": { + "x": -163360, + "y": 2770, + "z": -29170 + }, + "rot": { + "x": 0, + "y": 118000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 7, + "worldId": 201 + } + }, + "43103004": { + "P43103_F43103001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 127878, + "y": 46709, + "z": -17607 + }, + "rot": { + "x": 0, + "y": 350841, + "z": 0 + }, + "propId": 301014 + } + ], + "teleports": { + "2323": { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": 185990, + "y": 28530, + "z": -134602 + }, + "rot": { + "x": 0, + "y": 191300, + "z": 0 + } + }, + "2324": { + "anchorId": 3, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 144887, + "y": 46343, + "z": -69038 + }, + "rot": { + "x": 0, + "y": 253100, + "z": 0 + } + }, + "2325": { + "anchorId": 4, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 100990, + "y": 58919, + "z": -85930 + }, + "rot": { + "x": 0, + "y": 148600, + "z": 0 + } + }, + "2352": { + "anchorId": 5, + "groupId": 1, + "instId": 300004, + "pos": { + "x": 127607, + "y": 58985, + "z": -129128 + }, + "rot": { + "x": 0, + "y": 60420, + "z": 0 + } + } + } + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300013, + "propState": 0, + "pos": { + "x": 135109, + "y": 50639, + "z": -125266 + }, + "rot": { + "x": 0, + "y": 328448, + "z": 0 + }, + "propId": 301004 + }, + { + "groupId": 4, + "instId": 300027, + "propState": 0, + "pos": { + "x": 128700, + "y": 58984, + "z": -126230 + }, + "rot": { + "x": 0, + "y": 234180, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 0, + "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": 0, + "pos": { + "x": 135120, + "y": 28080, + "z": -125260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301005 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [ + { + "groupId": 6, + "instId": 400001, + "pos": { + "x": 228067, + "y": 46011, + "z": -103472 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2104 + }, + { + "groupId": 6, + "instId": 400002, + "pos": { + "x": 219468, + "y": 45777, + "z": -57704 + }, + "rot": { + "x": 0, + "y": 262409, + "z": 0 + }, + "npcId": 2104 + }, + { + "groupId": 6, + "instId": 400003, + "pos": { + "x": 128360, + "y": 58985, + "z": -130606 + }, + "rot": { + "x": 0, + "y": 291893, + "z": 0 + }, + "npcId": 2104 + }, + { + "groupId": 6, + "instId": 400004, + "pos": { + "x": 154420, + "y": 57770, + "z": -176755 + }, + "rot": { + "x": 0, + "y": 342194, + "z": 0 + }, + "npcId": 2104 + }, + { + "groupId": 6, + "instId": 400005, + "pos": { + "x": 198206, + "y": 54668, + "z": -184478 + }, + "rot": { + "x": 0, + "y": 347001, + "z": 0 + }, + "npcId": 2104 + }, + { + "groupId": 6, + "instId": 400006, + "pos": { + "x": 244954, + "y": 50480, + "z": -138959 + }, + "rot": { + "x": 0, + "y": 108701, + "z": 0 + }, + "npcId": 2104 + } + ], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "8": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -32250, + "y": -58, + "z": 79666 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101052 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": 102466, + "y": -5026, + "z": 265568 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101052 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [ + { + "groupId": 26, + "instId": 400001, + "pos": { + "x": 252985, + "y": 45879, + "z": -62814 + }, + "rot": { + "x": 0, + "y": 150339, + "z": 0 + }, + "npcId": 11303 + }, + { + "groupId": 26, + "instId": 400002, + "pos": { + "x": 106867, + "y": 58985, + "z": -105178 + }, + "rot": { + "x": 0, + "y": 57900, + "z": 0 + }, + "npcId": 11133 + }, + { + "groupId": 26, + "instId": 400003, + "pos": { + "x": 119498, + "y": 58985, + "z": -111510 + }, + "rot": { + "x": 0, + "y": 235970, + "z": 0 + }, + "npcId": 11132 + }, + { + "groupId": 26, + "instId": 400004, + "pos": { + "x": 119958, + "y": 28454, + "z": -116760 + }, + "rot": { + "x": 0, + "y": 341759, + "z": 0 + }, + "npcId": 10113 + }, + { + "groupId": 26, + "instId": 400005, + "pos": { + "x": 127740, + "y": 58985, + "z": -134470 + }, + "rot": { + "x": 0, + "y": 331911, + "z": 0 + }, + "npcId": 11131 + }, + { + "groupId": 26, + "instId": 400006, + "pos": { + "x": 254643, + "y": 45278, + "z": -62866 + }, + "rot": { + "x": 0, + "y": 220292, + "z": 0 + }, + "npcId": 2102 + }, + { + "groupId": 26, + "instId": 400007, + "pos": { + "x": 107669, + "y": 58985, + "z": -106064 + }, + "rot": { + "x": 0, + "y": 57900, + "z": 0 + }, + "npcId": 2117 + }, + { + "groupId": 26, + "instId": 400008, + "pos": { + "x": 119110, + "y": 59026, + "z": -109890 + }, + "rot": { + "x": 0, + "y": 235970, + "z": 0 + }, + "npcId": 2113 + }, + { + "groupId": 26, + "instId": 400009, + "pos": { + "x": 118316, + "y": 28400, + "z": -118034 + }, + "rot": { + "x": 0, + "y": 78990, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 26, + "instId": 400010, + "pos": { + "x": 128310, + "y": 59029, + "z": -137410 + }, + "rot": { + "x": 0, + "y": 337031, + "z": 0 + }, + "npcId": 2107 + } + ], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": 252987, + "y": 45265, + "z": -62793 + }, + "rot": { + "x": 0, + "y": 331183, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": 106910, + "y": 58985, + "z": -105210 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": 119120, + "y": 58985, + "z": -111690 + }, + "rot": { + "x": 0, + "y": 241060, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 26, + "instId": 300004, + "propState": 0, + "pos": { + "x": 120322, + "y": 28683, + "z": -116599 + }, + "rot": { + "x": 0, + "y": 358157, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 26, + "instId": 300005, + "propState": 0, + "pos": { + "x": 127740, + "y": 58985, + "z": -134470 + }, + "rot": { + "x": 0, + "y": 331911, + "z": 0 + }, + "propId": 301078 + }, + { + "groupId": 26, + "instId": 300006, + "propState": 0, + "pos": { + "x": 173460, + "y": 28456, + "z": -120614 + }, + "rot": { + "x": 0, + "y": 97805, + "z": 0 + }, + "propId": 301014 + }, + { + "groupId": 26, + "instId": 300007, + "propState": 0, + "pos": { + "x": 252999, + "y": 45275, + "z": -62829 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301075 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 7, + "worldId": 201 + } + }, + "43103005": { + "P43103_F43103001": { + "scenes": { + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300002, + "propState": 8, + "pos": { + "x": -32720, + "y": 15610, + "z": 24170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 20, + "instId": 300002, + "pos": { + "x": -28190, + "y": 15730, + "z": 25860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 7, + "worldId": 201 + } + }, + "43104001": { + "P43104_F43104001": { + "scenes": { + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 8941, + "y": 1728, + "z": 55897 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101058 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": 17150, + "y": 3530, + "z": 55897 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 0, + "pos": { + "x": 8478, + "y": 1630, + "z": 55897 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 201 + } + }, + "43201001": { + "P43201_F43201001": { + "scenes": { + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 73737, + "y": 46002, + "z": -70284 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 10, + "instId": 300001, + "pos": { + "x": 75220, + "y": 45702, + "z": -61470 + }, + "rot": { + "x": 0, + "y": 88500, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43201002": { + "P43201_F43201001": { + "scenes": { + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 8820, + "y": -6700, + "z": -21560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43201003": { + "P43201_F43201001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": -1244, + "y": 3144, + "z": -109689 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 1, + "instId": 300001, + "pos": { + "x": 5370, + "y": 2844, + "z": -102980 + }, + "rot": { + "x": 0, + "y": 110000, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300002, + "propState": 8, + "pos": { + "x": 48867, + "y": 3738, + "z": -109900 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": 47850, + "y": 3438, + "z": -115070 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + } + } + } + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300012, + "propState": 0, + "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": 1, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 100003 + }, + { + "groupId": 11, + "instId": 300020, + "propState": 1, + "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": 1, + "pos": { + "x": -110161, + "y": -61, + "z": -64690 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 11, + "instId": 300021, + "propState": 1, + "pos": { + "x": -110828, + "y": 504, + "z": -73353 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300005, + "propState": 0, + "pos": { + "x": -110990, + "y": -109, + "z": -62616 + }, + "rot": { + "x": 0, + "y": 18847, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 11, + "instId": 300014, + "propState": 1, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 11, + "instId": 300022, + "propState": 1, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300008, + "propState": 0, + "pos": { + "x": -132037, + "y": 2748, + "z": -61726 + }, + "rot": { + "x": 0, + "y": 207345, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 11, + "instId": 300016, + "propState": 1, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 11, + "instId": 300026, + "propState": 1, + "pos": { + "x": -141728, + "y": -119, + "z": -73277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300018, + "propState": 0, + "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": 1, + "pos": { + "x": -2438, + "y": 2916, + "z": -45562 + }, + "rot": { + "x": 0, + "y": 253313, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 11, + "instId": 300024, + "propState": 1, + "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": 1, + "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": 0, + "pos": { + "x": -10910, + "y": 18600, + "z": -106140 + }, + "rot": { + "x": 0, + "y": 27837, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300009, + "propState": 1, + "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": 1, + "pos": { + "x": -6513, + "y": 1037, + "z": -73196 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 11, + "instId": 300046, + "propState": 1, + "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": 0, + "pos": { + "x": -38863, + "y": 17690, + "z": -62867 + }, + "rot": { + "x": 0, + "y": 343500, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 11, + "instId": 300040, + "propState": 0, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 11, + "instId": 300041, + "propState": 0, + "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": 0, + "pos": { + "x": -20600, + "y": 1041, + "z": -73170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100006 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43201004": { + "P43201_F43201001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43201005": { + "P43201_F43201001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43202001": { + "P43202_F43202001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43202002": { + "P43202_F43202001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43202003": { + "P43202_F43202001": { + "scenes": { + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 19887, + "y": -30859, + "z": -150565 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 9, + "instId": 300001, + "pos": { + "x": 18390, + "y": -31159, + "z": -155130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300003, + "propState": 0, + "pos": { + "x": 42498, + "y": -28570, + "z": -157113 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43202004": { + "P43202_F43202001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 8, + "pos": { + "x": 9520, + "y": 43456, + "z": -53780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 18, + "instId": 300001, + "pos": { + "x": 14914, + "y": 43157, + "z": -54727 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300003, + "propState": 0, + "pos": { + "x": 13731, + "y": 43158, + "z": -39979 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43202005": { + "P43202_F43202001": { + "scenes": { + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 35810, + "y": 42795, + "z": -69519 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 8, + "instId": 300001, + "pos": { + "x": 35417, + "y": 42424, + "z": -62840 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43202006": { + "P43202_F43202001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 1, + "pos": { + "x": -623334, + "y": -63641, + "z": 5094 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102186 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43203001": { + "P43203_F43203001": { + "scenes": { + "13": { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": -71460, + "y": 11359, + "z": -55430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 122 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": -30620, + "y": 13578, + "z": -48725 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 122 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 0, + "pos": { + "x": -96270, + "y": 8647, + "z": -12440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 122 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300009, + "propState": 0, + "pos": { + "x": -107270, + "y": 7730, + "z": -31310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -30000, + "y": 10040, + "z": 63500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102102 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43204001": { + "P43204_F43204001": { + "scenes": { + "14": { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300003, + "propState": 0, + "pos": { + "x": 128330, + "y": 52854, + "z": -49550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 122 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 0, + "pos": { + "x": 94470, + "y": 51587, + "z": -40330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 122 + }, + { + "groupId": 14, + "instId": 300005, + "propState": 0, + "pos": { + "x": 76251, + "y": 46423, + "z": -52308 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 122 + }, + { + "groupId": 14, + "instId": 300006, + "propState": 0, + "pos": { + "x": 65790, + "y": 51620, + "z": -62231 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 106 + }, + { + "groupId": 14, + "instId": 300007, + "propState": 0, + "pos": { + "x": 76950, + "y": 45702, + "z": -53460 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300008, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300011, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300012, + "propState": 0, + "pos": { + "x": 124850, + "y": 50240, + "z": -81941 + }, + "rot": { + "x": 0, + "y": 318575, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 14, + "instId": 300013, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -30000, + "y": 10040, + "z": 63500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102102 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43205001": { + "P43205_F43205001": { + "scenes": { + "13": { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39993, + "y": 18703, + "z": 39996 + }, + "rot": { + "x": 0, + "y": 351587, + "z": 0 + }, + "propId": 122 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": -19112, + "y": 37140, + "z": 74669 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 122 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 0, + "pos": { + "x": -20407, + "y": 18689, + "z": 40013 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 122 + }, + { + "groupId": 13, + "instId": 300006, + "propState": 0, + "pos": { + "x": -30220, + "y": 24750, + "z": 57530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 106 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300010, + "propState": 0, + "pos": { + "x": -78668, + "y": 26182, + "z": 84333 + }, + "rot": { + "x": 0, + "y": 137743, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300012, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -30000, + "y": 10040, + "z": 63500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102102 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43206001": { + "P43206_F43206001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 3, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -312613, + "y": -34640, + "z": -25490 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -199520, + "y": 15772, + "z": 1050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 1, + "pos": { + "x": -623334, + "y": -63641, + "z": 5094 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43207001": { + "P43207_F43207001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": 99100, + "y": 604, + "z": -39700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "pos": { + "x": 87881, + "y": -29462, + "z": -49525 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 0, + "pos": { + "x": 84020, + "y": -29462, + "z": -45340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 1, + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43207002": { + "P43207_F43207001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 65791, + "y": 45702, + "z": -62200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 0, + "pos": { + "x": 64560, + "y": 44010, + "z": -10960 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102004 + }, + { + "groupId": 1, + "instId": 300004, + "propState": 0, + "pos": { + "x": 53920, + "y": 43963, + "z": 8390 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": { + "2102": { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -51930, + "y": 18067, + "z": 63370 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + } + } + } + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 12990, + "y": 38203, + "z": 16170 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 0, + "pos": { + "x": 9900, + "y": 13862, + "z": 30230 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 9, + "instId": 300004, + "propState": 0, + "pos": { + "x": 7800, + "y": 13884, + "z": 25600 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -30000, + "y": 10040, + "z": 63500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102102 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43207003": { + "P43207_F43207001": { + "scenes": { + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43208001": { + "P43208_F43208001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43209001": { + "P43209_F43209001": { + "scenes": { + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 1, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "pos": { + "x": -60720, + "y": 53090, + "z": 167380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 11, + "instId": 300017, + "propState": 0, + "pos": { + "x": 34430, + "y": 47263, + "z": -40380 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 217 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 22000, + "y": 60280, + "z": 46562 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": 12700, + "y": 49880, + "z": 36740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43210001": { + "P43210_F43210001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43210002": { + "P43210_F43210001": { + "scenes": { + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 7, + "pos": { + "x": -25943, + "y": 7500, + "z": 98820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43211001": { + "P43211_F43211001": { + "scenes": { + "10": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": 80500, + "y": 26624, + "z": -60860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102188 + }, + { + "groupId": 10, + "instId": 300003, + "propState": 0, + "pos": { + "x": 75140, + "y": 2660, + "z": -64987 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102178 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 3, + "groupId": 12, + "instId": 300003, + "pos": { + "x": -31600, + "y": -10310, + "z": -7270 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + } + } + } + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": 68919, + "y": -7790, + "z": -4608 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43212001": { + "P43212_F43212001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300002, + "propState": 8, + "pos": { + "x": 86721, + "y": 3900, + "z": 57256 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 80860, + "y": 3600, + "z": 52610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": 54858, + "y": 0, + "z": 54922 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 25692, + "y": 0, + "z": 82009 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43213001": { + "P43213_F43213001": { + "scenes": { + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [ + { + "groupId": 16, + "instId": 400001, + "pos": { + "x": 171260, + "y": 17300, + "z": -73860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12247 + } + ], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": 166774, + "y": 15430, + "z": -73860 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 16, + "instId": 300036, + "propState": 0, + "pos": { + "x": 173730, + "y": 21642, + "z": -75866 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [ + { + "groupId": 21, + "instId": 400002, + "pos": { + "x": 171260, + "y": 21633, + "z": -73860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12247 + } + ], + "props": [ + { + "groupId": 21, + "instId": 300003, + "propState": 0, + "pos": { + "x": 169510, + "y": 21633, + "z": -67860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 0, + "pos": { + "x": 169510, + "y": 21633, + "z": -67860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102200 + }, + { + "groupId": 21, + "instId": 300026, + "propState": 0, + "pos": { + "x": 177510, + "y": 21633, + "z": -73860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102200 + }, + { + "groupId": 21, + "instId": 300027, + "propState": 0, + "pos": { + "x": 173510, + "y": 21633, + "z": -79860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102200 + }, + { + "groupId": 21, + "instId": 300028, + "propState": 0, + "pos": { + "x": 174510, + "y": 21633, + "z": -74860 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102202 + }, + { + "groupId": 21, + "instId": 300029, + "propState": 0, + "pos": { + "x": 179510, + "y": 21633, + "z": -77860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102212 + }, + { + "groupId": 21, + "instId": 300037, + "propState": 0, + "pos": { + "x": 171510, + "y": 21633, + "z": -69860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102200 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": 174550, + "y": 21642, + "z": -74870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102225 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": 167130, + "y": 18990, + "z": -78010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [ + { + "groupId": 24, + "instId": 400001, + "pos": { + "x": 173580, + "y": 21642, + "z": -71780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 1992 + }, + { + "groupId": 24, + "instId": 400002, + "pos": { + "x": 173580, + "y": 21642, + "z": -71780 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 1991 + }, + { + "groupId": 24, + "instId": 400003, + "pos": { + "x": 177350, + "y": 21642, + "z": -75790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 1218 + } + ], + "props": [ + { + "groupId": 24, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300002, + "propState": 0, + "pos": { + "x": 167273, + "y": 18870, + "z": -81027 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 2, + "pos": { + "x": 559, + "y": 8610, + "z": 53911 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102041 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": 163020, + "y": 17790, + "z": -73000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43214001": { + "P43214_F43214001": { + "scenes": { + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": -674689, + "y": -3330, + "z": 74540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43215001": { + "P43215_F43215001": { + "scenes": { + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 1, + "pos": { + "x": 73700, + "y": 3650, + "z": 25500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102109 + }, + { + "groupId": 19, + "instId": 300004, + "propState": 0, + "pos": { + "x": 62578, + "y": 0, + "z": 27500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": 82381, + "y": -690, + "z": 25319 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43216001": { + "P43216_F43215001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 26930, + "y": 300, + "z": -13807 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 1, + "pos": { + "x": 7220, + "y": 3654, + "z": 4 + }, + "rot": { + "x": 0, + "y": 270554, + "z": 0 + }, + "propId": 102109 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 1, + "pos": { + "x": 24000, + "y": 54, + "z": -7310 + }, + "rot": { + "x": 0, + "y": 618, + "z": 0 + }, + "propId": 102109 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43217001": { + "P43217_F43215001": { + "scenes": { + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 8, + "pos": { + "x": 48678, + "y": -3410, + "z": -9904 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43217002": { + "P43217_F43215001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43218001": { + "P43218_F43215001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "43301001": { + "P43301_F43301001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300005, + "propState": 1, + "pos": { + "x": 87980, + "y": 124900, + "z": 186370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 65, + "instId": 300002, + "propState": 0, + "pos": { + "x": -179190, + "y": -4760, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43301101": { + "P43311_F43301101": { + "scenes": { + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": 274500, + "y": 122100, + "z": 654700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103076 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 0, + "pos": { + "x": 274500, + "y": 122370, + "z": 637860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 0, + "pos": { + "x": 274500, + "y": 122370, + "z": 637860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103092 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 0, + "pos": { + "x": 271540, + "y": 121639, + "z": 623220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 17, + "instId": 300007, + "propState": 0, + "pos": { + "x": 271540, + "y": 121639, + "z": 617500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 17, + "instId": 300008, + "propState": 0, + "pos": { + "x": 277680, + "y": 121639, + "z": 623220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 17, + "instId": 300009, + "propState": 0, + "pos": { + "x": 277680, + "y": 121639, + "z": 617500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 17, + "instId": 300010, + "propState": 0, + "pos": { + "x": 274670, + "y": 121639, + "z": 614630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 17, + "instId": 300011, + "propState": 0, + "pos": { + "x": 275014, + "y": 121719, + "z": 660620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 17, + "instId": 300012, + "propState": 0, + "pos": { + "x": 271550, + "y": 121639, + "z": 652150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 17, + "instId": 300013, + "propState": 0, + "pos": { + "x": 277540, + "y": 121639, + "z": 657870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 17, + "instId": 300014, + "propState": 0, + "pos": { + "x": 277540, + "y": 121639, + "z": 652150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 17, + "instId": 300015, + "propState": 0, + "pos": { + "x": 274430, + "y": 122000, + "z": 648493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 17, + "instId": 300016, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300003, + "propState": 0, + "pos": { + "x": 313400, + "y": 124063, + "z": 609640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300004, + "propState": 0, + "pos": { + "x": 310659, + "y": 123980, + "z": 593920 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 18, + "instId": 300005, + "propState": 0, + "pos": { + "x": 310280, + "y": 123980, + "z": 593810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103093 + }, + { + "groupId": 18, + "instId": 300006, + "propState": 0, + "pos": { + "x": 310482, + "y": 123280, + "z": 608740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 18, + "instId": 300007, + "propState": 0, + "pos": { + "x": 325530, + "y": 123243, + "z": 593660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 18, + "instId": 300008, + "propState": 0, + "pos": { + "x": 310482, + "y": 123280, + "z": 608740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 18, + "instId": 300009, + "propState": 0, + "pos": { + "x": 295230, + "y": 123243, + "z": 593660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103085 + }, + { + "groupId": 18, + "instId": 300010, + "propState": 0, + "pos": { + "x": 310710, + "y": 123643, + "z": 590450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 18, + "instId": 300011, + "propState": 0, + "pos": { + "x": 307110, + "y": 123680, + "z": 602940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 18, + "instId": 300012, + "propState": 0, + "pos": { + "x": 313830, + "y": 123680, + "z": 602940 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 18, + "instId": 300013, + "propState": 0, + "pos": { + "x": 298530, + "y": 123643, + "z": 597180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 18, + "instId": 300014, + "propState": 0, + "pos": { + "x": 319900, + "y": 123643, + "z": 597180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": 310400, + "y": 123800, + "z": 593700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103077 + } + ], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 29, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 248270, + "y": 134649, + "z": 665494 + }, + "rot": { + "x": 0, + "y": 88913, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 31, + "instId": 300012, + "propState": 0, + "pos": { + "x": 240170, + "y": 139312, + "z": 655846 + }, + "rot": { + "x": 0, + "y": 88913, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300004, + "propState": 0, + "pos": { + "x": 204305, + "y": 143006, + "z": 442505 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 0, + "pos": { + "x": 209140, + "y": 143006, + "z": 448013 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 35, + "instId": 300006, + "propState": 0, + "pos": { + "x": 214889, + "y": 143004, + "z": 448179 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 35, + "instId": 300007, + "propState": 0, + "pos": { + "x": 189568, + "y": 140035, + "z": 430320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 35, + "instId": 300012, + "propState": 0, + "pos": { + "x": 193250, + "y": 141293, + "z": 430500 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 35, + "instId": 300001, + "propState": 0, + "pos": { + "x": 204305, + "y": 143006, + "z": 438140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 0, + "pos": { + "x": 180967, + "y": 139679, + "z": 436641 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 35, + "instId": 300008, + "propState": 0, + "pos": { + "x": 189568, + "y": 140035, + "z": 442530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 35, + "instId": 300009, + "propState": 0, + "pos": { + "x": 193250, + "y": 141293, + "z": 442490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 0, + "pos": { + "x": 204305, + "y": 143006, + "z": 434430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 35, + "instId": 300010, + "propState": 0, + "pos": { + "x": 196979, + "y": 142716, + "z": 430340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 35, + "instId": 300011, + "propState": 0, + "pos": { + "x": 197200, + "y": 142858, + "z": 442490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 35, + "instId": 300013, + "propState": 0, + "pos": { + "x": 204510, + "y": 143006, + "z": 424165 + }, + "rot": { + "x": 0, + "y": 349018, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 35, + "instId": 300014, + "propState": 0, + "pos": { + "x": 204255, + "y": 143006, + "z": 447956 + }, + "rot": { + "x": 0, + "y": 87921, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": 302958, + "y": 171500, + "z": 441256 + }, + "rot": { + "x": 0, + "y": 25244, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 0, + "pos": { + "x": 303901, + "y": 171500, + "z": 440777 + }, + "rot": { + "x": 0, + "y": 18153, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300007, + "propState": 0, + "pos": { + "x": 330024, + "y": 165227, + "z": 459864 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300008, + "propState": 0, + "pos": { + "x": 302850, + "y": 171500, + "z": 432009 + }, + "rot": { + "x": 0, + "y": 276342, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 38, + "instId": 300006, + "propState": 0, + "pos": { + "x": 295720, + "y": 171500, + "z": 437878 + }, + "rot": { + "x": 0, + "y": 222769, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 38, + "instId": 300005, + "propState": 0, + "pos": { + "x": 314790, + "y": 168500, + "z": 459730 + }, + "rot": { + "x": 0, + "y": 239895, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 0, + "pos": { + "x": 313560, + "y": 168500, + "z": 452610 + }, + "rot": { + "x": 0, + "y": 182568, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "39": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 39, + "instId": 300006, + "propState": 0, + "pos": { + "x": 315972, + "y": 123691, + "z": 624695 + }, + "rot": { + "x": 0, + "y": 222018, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 39, + "instId": 300009, + "propState": 0, + "pos": { + "x": 280050, + "y": 122219, + "z": 684821 + }, + "rot": { + "x": 0, + "y": 262710, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 39, + "instId": 300010, + "propState": 0, + "pos": { + "x": 292408, + "y": 123723, + "z": 593634 + }, + "rot": { + "x": 0, + "y": 201204, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 39, + "instId": 300011, + "propState": 0, + "pos": { + "x": 262261, + "y": 122170, + "z": 620664 + }, + "rot": { + "x": 0, + "y": 194901, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 39, + "instId": 300001, + "propState": 0, + "pos": { + "x": 317901, + "y": 123692, + "z": 622948 + }, + "rot": { + "x": 0, + "y": 222018, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 39, + "instId": 300002, + "propState": 0, + "pos": { + "x": 319843, + "y": 123691, + "z": 621469 + }, + "rot": { + "x": 0, + "y": 222018, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 39, + "instId": 300003, + "propState": 0, + "pos": { + "x": 321438, + "y": 123691, + "z": 620234 + }, + "rot": { + "x": 0, + "y": 222018, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 39, + "instId": 300004, + "propState": 0, + "pos": { + "x": 317018, + "y": 124529, + "z": 623659 + }, + "rot": { + "x": 0, + "y": 215144, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 39, + "instId": 300005, + "propState": 0, + "pos": { + "x": 319124, + "y": 124530, + "z": 622423 + }, + "rot": { + "x": 0, + "y": 215144, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 39, + "instId": 300007, + "propState": 0, + "pos": { + "x": 320855, + "y": 124530, + "z": 621388 + }, + "rot": { + "x": 0, + "y": 215144, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 39, + "instId": 300008, + "propState": 0, + "pos": { + "x": 268381, + "y": 122200, + "z": 651524 + }, + "rot": { + "x": 0, + "y": 91917, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 40, + "instId": 300081, + "propState": 0, + "pos": { + "x": 147108, + "y": 178003, + "z": 678498 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 0, + "pos": { + "x": 166950, + "y": 174920, + "z": 670820 + }, + "rot": { + "x": 0, + "y": 132790, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 0, + "pos": { + "x": 148372, + "y": 178003, + "z": 679621 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300003, + "propState": 0, + "pos": { + "x": 148372, + "y": 178003, + "z": 680939 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300004, + "propState": 0, + "pos": { + "x": 147108, + "y": 178003, + "z": 682081 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300009, + "propState": 0, + "pos": { + "x": 167242, + "y": 174920, + "z": 670561 + }, + "rot": { + "x": 0, + "y": 134513, + "z": 0 + }, + "propId": 103015 + }, + { + "groupId": 40, + "instId": 300010, + "propState": 0, + "pos": { + "x": 137000, + "y": 178003, + "z": 678498 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300011, + "propState": 0, + "pos": { + "x": 138010, + "y": 178003, + "z": 679621 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300012, + "propState": 0, + "pos": { + "x": 138010, + "y": 178003, + "z": 680939 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300013, + "propState": 0, + "pos": { + "x": 136949, + "y": 178003, + "z": 682081 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300014, + "propState": 0, + "pos": { + "x": 137383, + "y": 178800, + "z": 679090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300015, + "propState": 0, + "pos": { + "x": 138010, + "y": 178870, + "z": 680280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300016, + "propState": 0, + "pos": { + "x": 137519, + "y": 178850, + "z": 681558 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300026, + "propState": 0, + "pos": { + "x": 110330, + "y": 179533, + "z": 686791 + }, + "rot": { + "x": 0, + "y": 301125, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300027, + "propState": 0, + "pos": { + "x": 112143, + "y": 179533, + "z": 687068 + }, + "rot": { + "x": 0, + "y": 38885, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300028, + "propState": 0, + "pos": { + "x": 112798, + "y": 179533, + "z": 685313 + }, + "rot": { + "x": 0, + "y": 115500, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300029, + "propState": 0, + "pos": { + "x": 111910, + "y": 179533, + "z": 684089 + }, + "rot": { + "x": 0, + "y": 144796, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300030, + "propState": 0, + "pos": { + "x": 110465, + "y": 179533, + "z": 684458 + }, + "rot": { + "x": 0, + "y": 229373, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300005, + "propState": 0, + "pos": { + "x": 128166, + "y": 178800, + "z": 679090 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300006, + "propState": 0, + "pos": { + "x": 128793, + "y": 178870, + "z": 680280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300007, + "propState": 0, + "pos": { + "x": 128302, + "y": 178850, + "z": 681558 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300008, + "propState": 0, + "pos": { + "x": 127783, + "y": 178003, + "z": 678498 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300017, + "propState": 0, + "pos": { + "x": 128793, + "y": 178003, + "z": 679621 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300018, + "propState": 0, + "pos": { + "x": 128793, + "y": 178003, + "z": 680939 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300019, + "propState": 0, + "pos": { + "x": 127732, + "y": 178003, + "z": 682081 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300020, + "propState": 0, + "pos": { + "x": 157297, + "y": 174920, + "z": 678872 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300021, + "propState": 0, + "pos": { + "x": 158561, + "y": 174920, + "z": 679995 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300022, + "propState": 0, + "pos": { + "x": 157297, + "y": 174920, + "z": 681241 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300023, + "propState": 0, + "pos": { + "x": 174242, + "y": 173500, + "z": 674039 + }, + "rot": { + "x": 0, + "y": 143764, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300024, + "propState": 0, + "pos": { + "x": 175895, + "y": 173500, + "z": 673683 + }, + "rot": { + "x": 0, + "y": 143764, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300025, + "propState": 0, + "pos": { + "x": 176153, + "y": 173500, + "z": 675440 + }, + "rot": { + "x": 0, + "y": 143764, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 40, + "instId": 300031, + "propState": 0, + "pos": { + "x": 112220, + "y": 179533, + "z": 679830 + }, + "rot": { + "x": 0, + "y": 91988, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 2, + "groupId": 43, + "instId": 300002, + "pos": { + "x": 128868, + "y": 182429, + "z": 716620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43302001": { + "P43302_F43301001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 1, + "pos": { + "x": 149272, + "y": 28111, + "z": -130927 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": -179190, + "y": -4760, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43303001": { + "P43303_F43301001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43303002": { + "P43303_F43301001": { + "scenes": { + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 8, + "pos": { + "x": -82663, + "y": 5074, + "z": -5734 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 21, + "instId": 300001, + "pos": { + "x": -78230, + "y": 4622, + "z": -6750 + }, + "rot": { + "x": 0, + "y": 145268, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43303003": { + "P43303_F43301001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43304001": { + "P43304_F43304001": { + "scenes": { + "47": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": 140390, + "y": -37038, + "z": 178820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300011, + "propState": 0, + "pos": { + "x": 154915, + "y": -33864, + "z": 179746 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 47, + "instId": 300012, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "48": { + "monsters": [ + { + "groupId": 48, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 48, + "instId": 300001, + "propState": 0, + "pos": { + "x": -101164, + "y": -17822, + "z": 61754 + }, + "rot": { + "x": 0, + "y": 270367, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300003, + "propState": 0, + "pos": { + "x": 128580, + "y": -37038, + "z": 184204 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300004, + "propState": 0, + "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": 0, + "pos": { + "x": -112038, + "y": -58798, + "z": 59500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 48, + "instId": 300008, + "propState": 0, + "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": 0, + "pos": { + "x": 138169, + "y": -37028, + "z": 187209 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 48, + "instId": 300013, + "propState": 0, + "pos": { + "x": 127125, + "y": -30482, + "z": 158471 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300014, + "propState": 0, + "pos": { + "x": 128503, + "y": -37038, + "z": 182050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300015, + "propState": 0, + "pos": { + "x": 138560, + "y": -37038, + "z": 186950 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300016, + "propState": 0, + "pos": { + "x": 152463, + "y": -37038, + "z": 172616 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 0, + "pos": { + "x": -101940, + "y": -17827, + "z": 61660 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 48, + "instId": 300007, + "propState": 0, + "pos": { + "x": -101917, + "y": -59826, + "z": 57434 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 60, + "instId": 300001, + "propState": 8, + "pos": { + "x": -3450, + "y": -21913, + "z": 194390 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 60, + "instId": 300001, + "pos": { + "x": 120, + "y": -22213, + "z": 195010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "73": { + "monsters": [ + { + "groupId": 73, + "instId": 200001, + "eventId": 10301299, + "pos": { + "x": 153560, + "y": -37038, + "z": 179803 + }, + "rot": { + "x": 0, + "y": 260092, + "z": 0 + }, + "monsterId": 3002011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300001, + "propState": 0, + "pos": { + "x": -152439, + "y": 16127, + "z": -136360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 0, + "pos": { + "x": 120710, + "y": -30383, + "z": 147595 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300003, + "propState": 0, + "pos": { + "x": 120290, + "y": -30291, + "z": 147430 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 73, + "instId": 300004, + "propState": 0, + "pos": { + "x": -110948, + "y": -17827, + "z": 61601 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300005, + "propState": 0, + "pos": { + "x": -108570, + "y": -59534, + "z": 57104 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300006, + "propState": 0, + "pos": { + "x": -116517, + "y": -59582, + "z": 48140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300007, + "propState": 0, + "pos": { + "x": -97464, + "y": -59666, + "z": 45187 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 73, + "instId": 300008, + "propState": 0, + "pos": { + "x": -110651, + "y": -17827, + "z": 62060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43305001": { + "P43305_F43305001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 1, + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43305002": { + "P43305_F43305001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 1, + "pos": { + "x": 146218, + "y": 28084, + "z": -175913 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 1, + "pos": { + "x": 81346, + "y": 22089, + "z": -196925 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 1, + "pos": { + "x": -81320, + "y": 22100, + "z": -196809 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 59, + "instId": 300006, + "propState": 1, + "pos": { + "x": -125303, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 59, + "instId": 300007, + "propState": 1, + "pos": { + "x": -155408, + "y": 22090, + "z": -148889 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 59, + "instId": 300008, + "propState": 1, + "pos": { + "x": -135344, + "y": -4910, + "z": -61779 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 59, + "instId": 300009, + "propState": 1, + "pos": { + "x": 149255, + "y": 28111, + "z": -130927 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 59, + "instId": 300010, + "propState": 1, + "pos": { + "x": 110204, + "y": 22109, + "z": -217944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 59, + "instId": 300011, + "propState": 1, + "pos": { + "x": -156331, + "y": -4910, + "z": -79773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 59, + "instId": 300004, + "propState": 1, + "pos": { + "x": -188501, + "y": 16040, + "z": -55890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 59, + "instId": 300012, + "propState": 1, + "pos": { + "x": -156415, + "y": -10910, + "z": -130932 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 59, + "instId": 300013, + "propState": 1, + "pos": { + "x": -165403, + "y": -10910, + "z": -139927 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 59, + "instId": 300015, + "propState": 1, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 59, + "instId": 300016, + "propState": 0, + "pos": { + "x": -84221, + "y": -16868, + "z": -198931 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 59, + "instId": 300017, + "propState": 0, + "pos": { + "x": 79741, + "y": 22090, + "z": -200440 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 59, + "instId": 300018, + "propState": 1, + "pos": { + "x": -173385, + "y": 22081, + "z": -148887 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103032 + }, + { + "groupId": 59, + "instId": 300014, + "propState": 0, + "pos": { + "x": -190551, + "y": 16032, + "z": -52573 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 59, + "instId": 300005, + "propState": 1, + "pos": { + "x": -116165, + "y": 22090, + "z": -175809 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 60, + "instId": 300006, + "propState": 0, + "pos": { + "x": 159229, + "y": 27793, + "z": -139048 + }, + "rot": { + "x": 0, + "y": 15697, + "z": 0 + }, + "propId": 103013 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300001, + "propState": 8, + "pos": { + "x": -119534, + "y": -4910, + "z": -93000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 63, + "instId": 300001, + "pos": { + "x": -121840, + "y": -4910, + "z": -92600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300003, + "propState": 0, + "pos": { + "x": 73440, + "y": 22090, + "z": -243065 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 0, + "pos": { + "x": -67698, + "y": -16918, + "z": -249130 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 67, + "instId": 300004, + "propState": 0, + "pos": { + "x": -73516, + "y": 22090, + "z": -246650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 67, + "instId": 300005, + "propState": 0, + "pos": { + "x": -125968, + "y": 21032, + "z": -33553 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 67, + "instId": 300006, + "propState": 0, + "pos": { + "x": -125968, + "y": 21032, + "z": -30254 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 67, + "instId": 300007, + "propState": 0, + "pos": { + "x": -126790, + "y": -4906, + "z": -30006 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 67, + "instId": 300008, + "propState": 0, + "pos": { + "x": -126790, + "y": -4906, + "z": -33305 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 67, + "instId": 300010, + "propState": 0, + "pos": { + "x": 120500, + "y": 32410, + "z": -337990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 67, + "instId": 300011, + "propState": 0, + "pos": { + "x": 264503, + "y": 32420, + "z": -310455 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 67, + "instId": 300012, + "propState": 0, + "pos": { + "x": 261211, + "y": 32420, + "z": -410195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 71, + "instId": 300002, + "propState": 0, + "pos": { + "x": -179190, + "y": -4760, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43306001": { + "P43306_F43306001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -23740, + "y": 56834, + "z": -4930 + }, + "rot": { + "x": 0, + "y": 337709, + "z": 0 + }, + "propId": 103040 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 0, + "pos": { + "x": -23750, + "y": 56834, + "z": 17330 + }, + "rot": { + "x": 0, + "y": 22300, + "z": 0 + }, + "propId": 103040 + } + ], + "teleports": { + "2102": { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -28346, + "y": 56834, + "z": 6203 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -110922, + "y": 60229, + "z": 84935 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103007 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 1, + "pos": { + "x": 36519, + "y": 49273, + "z": 29998 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 1, + "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": 1, + "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": 0, + "pos": { + "x": 33845, + "y": 48570, + "z": 27113 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 0, + "pos": { + "x": -40538, + "y": 57862, + "z": -120474 + }, + "rot": { + "x": 0, + "y": 77443, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 0, + "pos": { + "x": -92003, + "y": 62098, + "z": -3042 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 1, + "pos": { + "x": -23559, + "y": 51604, + "z": 140136 + }, + "rot": { + "x": 0, + "y": 166963, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 0, + "pos": { + "x": -107830, + "y": 62595, + "z": 6020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103141 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 1, + "pos": { + "x": -28550, + "y": 40210, + "z": 5680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103185 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43306002": { + "P43306_F43306001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43307001": { + "P43307_F43307001": { + "scenes": { + "9": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": 263615, + "y": 32420, + "z": -355504 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": -179190, + "y": -4760, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43308001": { + "P43308_F43308001": { + "scenes": { + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 61000, + "y": 0, + "z": -121380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43309001": { + "P43309_F43309001": { + "scenes": { + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": 104930, + "y": 182429, + "z": 720530 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103040 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": 118770, + "y": 182600, + "z": 739882 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103040 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300002, + "propState": 8, + "pos": { + "x": 121213, + "y": 184320, + "z": 688974 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 2, + "groupId": 26, + "instId": 300002, + "pos": { + "x": 125950, + "y": 184320, + "z": 689124 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43310001": { + "P43310_F43310001": { + "scenes": { + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 8, + "pos": { + "x": 322394, + "y": 123980, + "z": 616340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 33, + "instId": 300001, + "pos": { + "x": 322222, + "y": 123691, + "z": 619480 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43312001": { + "P43312_F43312001": { + "scenes": { + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": -45550, + "y": 182859, + "z": 37610 + }, + "rot": { + "x": 0, + "y": 50364, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "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": 0, + "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": 0, + "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": 0, + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 1, + "pos": { + "x": -44708, + "y": 182921, + "z": -66187 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -44708, + "y": 182881, + "z": -66187 + }, + "rot": { + "x": 0, + "y": 219500, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "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": 1, + "pos": { + "x": 13956, + "y": 172295, + "z": 85557 + }, + "rot": { + "x": 0, + "y": 185733, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 0, + "pos": { + "x": 13738, + "y": 172220, + "z": 83390 + }, + "rot": { + "x": 0, + "y": 275733, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 1, + "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": 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": 0, + "pos": { + "x": -15420, + "y": 177421, + "z": -121688 + }, + "rot": { + "x": 0, + "y": 219500, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 1, + "pos": { + "x": 81605, + "y": 163620, + "z": -14231 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -15001, + "y": 176391, + "z": 51728 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3200, + "y": 185029, + "z": -14100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4200, + "y": 420480, + "z": -10800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 3, + "groupId": 11, + "instId": 300003, + "pos": { + "x": -1056, + "y": 172299, + "z": -93175 + }, + "rot": { + "x": 0, + "y": 35938, + "z": 0 + } + } + } + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "pos": { + "x": 34194, + "y": 172400, + "z": -77973 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": -51258, + "y": 182868, + "z": -77349 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 0, + "pos": { + "x": 10699, + "y": 180920, + "z": -103198 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": -95834, + "y": 182862, + "z": -11200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 27, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -98020, + "y": 184490, + "z": -14058 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100091 + }, + { + "groupId": 27, + "instId": 300005, + "propState": 0, + "pos": { + "x": -98020, + "y": 413482, + "z": -14190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100091 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 28, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29037, + "y": 144001, + "z": -17653 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 28, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 29710, + "y": 144960, + "z": -14230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100092 + }, + { + "groupId": 28, + "instId": 300005, + "propState": 0, + "pos": { + "x": 92556, + "y": 413533, + "z": -14221 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100091 + } + ], + "teleports": {} + }, + "29": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43312002": { + "P43312_F43312001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43312003": { + "P43312_F43312001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 1, + "pos": { + "x": 72177, + "y": -19500, + "z": -567360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103013 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": -329830, + "y": -8780, + "z": -80270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": -323830, + "y": -8780, + "z": -80270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 13, + "instId": 300010, + "propState": 0, + "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": 0, + "pos": { + "x": -348536, + "y": -8800, + "z": -97124 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 13, + "instId": 300008, + "propState": 0, + "pos": { + "x": -341860, + "y": -8806, + "z": -98287 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 13, + "instId": 300009, + "propState": 0, + "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": 0, + "pos": { + "x": -311910, + "y": -8800, + "z": -61090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 13, + "instId": 300014, + "propState": 0, + "pos": { + "x": -311785, + "y": -8806, + "z": -68324 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 13, + "instId": 300015, + "propState": 0, + "pos": { + "x": -311785, + "y": -8806, + "z": -62324 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103073 + } + ], + "teleports": {} + }, + "23": { + "monsters": [ + { + "groupId": 23, + "instId": 200001, + "eventId": 43312221, + "pos": { + "x": -340060, + "y": -2430, + "z": -104234 + }, + "rot": { + "x": 0, + "y": 328089, + "z": 0 + }, + "monsterId": 8032020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "27": { + "monsters": [ + { + "groupId": 27, + "instId": 200001, + "eventId": 43312222, + "pos": { + "x": -339326, + "y": -3080, + "z": -50338 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8032010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300002, + "propState": 0, + "pos": { + "x": 72060, + "y": -18710, + "z": -567180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43313001": { + "P43313_F43313001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": 3810, + "y": 240, + "z": 8830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 0, + "pos": { + "x": -27540, + "y": -2390, + "z": 8830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300004, + "propState": 0, + "pos": { + "x": 8790, + "y": 240, + "z": -86420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 0, + "pos": { + "x": -23080, + "y": 240, + "z": -86420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 0, + "pos": { + "x": 30560, + "y": 234, + "z": -19810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 0, + "pos": { + "x": 30560, + "y": 234, + "z": -60320 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 2, + "instId": 300008, + "propState": 0, + "pos": { + "x": -15019, + "y": 3387, + "z": 20512 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 2, + "instId": 300001, + "pos": { + "x": -15400, + "y": 534, + "z": 13420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43313002": { + "P43313_F43313001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43313003": { + "P43313_F43313001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300001, + "propState": 8, + "pos": { + "x": 36240, + "y": 4242, + "z": 197328 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": 38970, + "y": 3942, + "z": 196860 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": 32967, + "y": 3942, + "z": 155757 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 38795, + "y": 3974, + "z": 224828 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 0, + "pos": { + "x": 38848, + "y": 942, + "z": 242413 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 0, + "pos": { + "x": 39001, + "y": 3942, + "z": 203179 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 0, + "pos": { + "x": 29958, + "y": 3942, + "z": 155941 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301065 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 0, + "pos": { + "x": 35978, + "y": 3942, + "z": 155941 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301065 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 0, + "pos": { + "x": 30710, + "y": 3942, + "z": 162608 + }, + "rot": { + "x": 0, + "y": 351627, + "z": 0 + }, + "propId": 301075 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 0, + "pos": { + "x": 29632, + "y": 3942, + "z": 162884 + }, + "rot": { + "x": 0, + "y": 319702, + "z": 0 + }, + "propId": 301075 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 0, + "pos": { + "x": 36437, + "y": 3942, + "z": 161951 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101078 + }, + { + "groupId": 4, + "instId": 300013, + "propState": 0, + "pos": { + "x": 32957, + "y": 3965, + "z": 128335 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43313004": { + "P43313_F43313001": { + "scenes": {}, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43314001": { + "P43314_F43314001": { + "scenes": { + "8": { + "monsters": [], + "npcs": [], + "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": 1, + "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": 1, + "pos": { + "x": 110204, + "y": 22109, + "z": -217944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 8, + "instId": 300011, + "propState": 1, + "pos": { + "x": -156331, + "y": -4910, + "z": -79773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 1, + "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": 1, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 0, + "pos": { + "x": -83505, + "y": -16868, + "z": -198931 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 8, + "instId": 300017, + "propState": 0, + "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": 0, + "pos": { + "x": -190551, + "y": 16032, + "z": -53857 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 8, + "instId": 300005, + "propState": 1, + "pos": { + "x": -116165, + "y": 22090, + "z": -175809 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 8, + "instId": 300019, + "propState": 1, + "pos": { + "x": -140501, + "y": 22086, + "z": -125874 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "22": { + "monsters": [ + { + "groupId": 22, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": -215500, + "y": 16077, + "z": -150924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": -133837, + "y": 16077, + "z": -150924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 0, + "pos": { + "x": -140360, + "y": 17620, + "z": -150930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300003, + "propState": 0, + "pos": { + "x": -133730, + "y": 16077, + "z": -149600 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 22, + "instId": 300004, + "propState": 0, + "pos": { + "x": -133837, + "y": 16077, + "z": -150924 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 22, + "instId": 300005, + "propState": 0, + "pos": { + "x": -147470, + "y": 16077, + "z": -166639 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": -134300, + "y": 22120, + "z": -164100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 24, + "instId": 300001, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43315001": { + "P43315_F43315001": { + "scenes": { + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": 34205, + "y": 172241, + "z": 61090 + }, + "rot": { + "x": 0, + "y": 140342, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 15, + "instId": 300004, + "propState": 0, + "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": 0, + "pos": { + "x": 86620, + "y": 411956, + "z": -14145 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100075 + }, + { + "groupId": 15, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": -15850, + "y": 180925, + "z": -96000 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100075 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": 3000, + "y": 185029, + "z": 4000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 1, + "pos": { + "x": -44708, + "y": 182921, + "z": -66187 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": -44708, + "y": 182881, + "z": -66187 + }, + "rot": { + "x": 0, + "y": 219500, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "pos": { + "x": -41523, + "y": 182862, + "z": -65074 + }, + "rot": { + "x": 0, + "y": 127079, + "z": 0 + }, + "propId": 100078 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 1, + "pos": { + "x": 73228, + "y": 172441, + "z": -14226 + }, + "rot": { + "x": 0, + "y": 90756, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 0, + "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": 1, + "pos": { + "x": 12105, + "y": 174893, + "z": -104320 + }, + "rot": { + "x": 0, + "y": 309500, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 17, + "instId": 300012, + "propState": 1, + "pos": { + "x": 25850, + "y": 172261, + "z": 50783 + }, + "rot": { + "x": 0, + "y": 95342, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 17, + "instId": 300013, + "propState": 1, + "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": 0, + "pos": { + "x": 12138, + "y": 174878, + "z": -104347 + }, + "rot": { + "x": 0, + "y": 219500, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 17, + "instId": 300016, + "propState": 0, + "pos": { + "x": 25865, + "y": 172246, + "z": 50781 + }, + "rot": { + "x": 0, + "y": 5342, + "z": 0 + }, + "propId": 300008 + }, + { + "groupId": 17, + "instId": 300017, + "propState": 0, + "pos": { + "x": 22300, + "y": 172252, + "z": 64720 + }, + "rot": { + "x": 0, + "y": 320342, + "z": 0 + }, + "propId": 300008 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "pos": { + "x": 2322, + "y": 420480, + "z": -26583 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300002, + "propState": 0, + "pos": { + "x": -14697, + "y": 172242, + "z": 66319 + }, + "rot": { + "x": 0, + "y": 356870, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 0, + "pos": { + "x": -51130, + "y": 177527, + "z": 58709 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": -51258, + "y": 182868, + "z": -77349 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 20, + "instId": 300004, + "propState": 0, + "pos": { + "x": -46951, + "y": 182862, + "z": -59045 + }, + "rot": { + "x": 0, + "y": 356870, + "z": 0 + }, + "propId": 100024 + }, + { + "groupId": 20, + "instId": 300006, + "propState": 0, + "pos": { + "x": 10699, + "y": 180920, + "z": -103198 + }, + "rot": { + "x": 0, + "y": 348385, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 2, + "groupId": 51, + "instId": 300002, + "pos": { + "x": 20127, + "y": 172226, + "z": 77027 + }, + "rot": { + "x": 0, + "y": 143878, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43316001": { + "P43316_F43316001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": -159120, + "z": -508538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103136 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 17188, + "z": -508538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103136 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 1, + "pos": { + "x": -5000, + "y": -159500, + "z": -500000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 43190, + "z": -292076 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103210 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 8, + "pos": { + "x": -12856, + "y": 18800, + "z": -540569 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 32, + "instId": 300001, + "pos": { + "x": -7426, + "y": 18500, + "z": -540727 + }, + "rot": { + "x": 0, + "y": 233627, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43321001": { + "P43321_F43321001": { + "scenes": { + "45": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -76290, + "y": 11511, + "z": -16020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 0, + "pos": { + "x": -76290, + "y": 11511, + "z": -16020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103109 + }, + { + "groupId": 45, + "instId": 300004, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 51, + "instId": 300001, + "propState": 0, + "pos": { + "x": -150424, + "y": 11501, + "z": -72953 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 51, + "instId": 300002, + "propState": 0, + "pos": { + "x": -150424, + "y": 11501, + "z": -66953 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 0, + "pos": { + "x": -145579, + "y": 11511, + "z": -65502 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43321002": { + "P43321_F43321001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": -159120, + "z": -508538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103136 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 17188, + "z": -508538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103136 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 1, + "pos": { + "x": -5000, + "y": -159500, + "z": -500000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43322001": { + "P43322_F43322001": { + "scenes": { + "7": { + "monsters": [], + "npcs": [], + "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": 1, + "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": 1, + "pos": { + "x": 110204, + "y": 22109, + "z": -217944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 1, + "pos": { + "x": -156331, + "y": -4910, + "z": -79773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 1, + "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": 1, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300016, + "propState": 0, + "pos": { + "x": -84221, + "y": -16868, + "z": -198931 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 7, + "instId": 300017, + "propState": 0, + "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": 0, + "pos": { + "x": -190551, + "y": 16032, + "z": -52573 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 1, + "pos": { + "x": -116165, + "y": 22090, + "z": -175809 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300019, + "propState": 1, + "pos": { + "x": 146219, + "y": 28080, + "z": -217989 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300006, + "propState": 0, + "pos": { + "x": 159229, + "y": 27793, + "z": -139048 + }, + "rot": { + "x": 0, + "y": 15697, + "z": 0 + }, + "propId": 103013 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "pos": { + "x": 261211, + "y": 32420, + "z": -410195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": -179190, + "y": -4760, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43322002": { + "P43322_F43322001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -110922, + "y": 60229, + "z": 84935 + }, + "rot": { + "x": 0, + "y": 92083, + "z": 0 + }, + "propId": 103007 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 1, + "pos": { + "x": 36519, + "y": 49273, + "z": 29998 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103029 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 1, + "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": 1, + "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": 0, + "pos": { + "x": 33845, + "y": 48570, + "z": 27113 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 0, + "pos": { + "x": -40538, + "y": 57862, + "z": -120474 + }, + "rot": { + "x": 0, + "y": 77443, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 0, + "pos": { + "x": -92003, + "y": 62098, + "z": -3042 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103044 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 1, + "pos": { + "x": -23559, + "y": 51604, + "z": 140136 + }, + "rot": { + "x": 0, + "y": 166963, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 0, + "pos": { + "x": -107830, + "y": 62595, + "z": 6020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103141 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 1, + "pos": { + "x": -28550, + "y": 40210, + "z": 5680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": -172800, + "y": 64400, + "z": 6310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103098 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 0, + "pos": { + "x": -184120, + "y": 63160, + "z": 6230 + }, + "rot": { + "x": 0, + "y": 59477, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43322003": { + "P43322_F43322001": { + "scenes": { + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -156610, + "y": 5511, + "z": -137807 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "21": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 8, + "pos": { + "x": -101429, + "y": 11827, + "z": 339 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 31, + "instId": 300001, + "pos": { + "x": -101940, + "y": 11517, + "z": -3997 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43322004": { + "P43322_F43322001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "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": 1, + "pos": { + "x": 39519, + "y": 88400, + "z": 103220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 1, + "pos": { + "x": 48558, + "y": 84400, + "z": 82242 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 1, + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "43322005": { + "P43322_F43322001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": -159120, + "z": -508538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103136 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 17188, + "z": -508538 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103136 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 1, + "pos": { + "x": -5000, + "y": -159500, + "z": -500000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44001001": { + "P44001_F44001001": { + "scenes": { + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 1, + "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": 1, + "pos": { + "x": -144990, + "y": -38, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 1, + "pos": { + "x": -121876, + "y": 2838, + "z": -108848 + }, + "rot": { + "x": 0, + "y": 153850, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 23, + "instId": 300007, + "propState": 0, + "pos": { + "x": -44465, + "y": -1534, + "z": -83398 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100070 + }, + { + "groupId": 23, + "instId": 300008, + "propState": 0, + "pos": { + "x": -155125, + "y": 2700, + "z": -33130 + }, + "rot": { + "x": 0, + "y": 207332, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 1, + "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": 1, + "pos": { + "x": 42748, + "y": 3485, + "z": -115471 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 23, + "instId": 300011, + "propState": 1, + "pos": { + "x": -5595, + "y": 2864, + "z": -46516 + }, + "rot": { + "x": 0, + "y": 163201, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 23, + "instId": 300012, + "propState": 1, + "pos": { + "x": -2438, + "y": 2916, + "z": -45562 + }, + "rot": { + "x": 0, + "y": 253313, + "z": 0 + }, + "propId": 100001 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 45, + "instId": 300001, + "propState": 8, + "pos": { + "x": 14500, + "y": 3144, + "z": -109140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 45, + "instId": 300001, + "pos": { + "x": 14370, + "y": 2844, + "z": -106100 + }, + "rot": { + "x": 0, + "y": 287948, + "z": 0 + } + } + } + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 101 + } + }, + "44001002": { + "P44001_F44001001": { + "scenes": { + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": 125990, + "y": 80651, + "z": 101929 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300004 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 8, + "pos": { + "x": 193130, + "y": 83126, + "z": 137230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 38, + "instId": 300001, + "pos": { + "x": 189350, + "y": 82800, + "z": 136130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 101 + } + }, + "44001003": { + "P44001_F44001001": { + "scenes": { + "4": { + "monsters": [ + { + "groupId": 4, + "instId": 200001, + "eventId": 40002048, + "pos": { + "x": -54910, + "y": 177414, + "z": -90570 + }, + "rot": { + "x": 0, + "y": 118327, + "z": 0 + }, + "monsterId": 8012030 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 50100, + "y": 172307, + "z": 34560 + }, + "rot": { + "x": 0, + "y": 320342, + "z": 0 + }, + "propId": 100076 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 1, + "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": 0, + "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": 0, + "pos": { + "x": 4961, + "y": 172283, + "z": -85700 + }, + "rot": { + "x": 0, + "y": 264500, + "z": 0 + }, + "propId": 100076 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": 68990, + "y": 172941, + "z": -17310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 26, + "instId": 300001, + "pos": { + "x": 69200, + "y": 172400, + "z": -14260 + }, + "rot": { + "x": 0, + "y": 89206, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 101 + } + }, + "44201001": { + "P44201_F44201001": { + "scenes": { + "7": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 3, + "groupId": 7, + "instId": 300003, + "pos": { + "x": -28348, + "y": 1665, + "z": 13310 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 24, + "instId": 300003, + "propState": 0, + "pos": { + "x": -131820, + "y": 11839, + "z": 1190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "44201002": { + "P44201_F44201001": { + "scenes": { + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 4, + "groupId": 10, + "instId": 300004, + "pos": { + "x": 115547, + "y": 45702, + "z": -77314 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + } + } + } + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102028 + }, + { + "groupId": 30, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 14, + "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": 5890, + "y": 16121, + "z": -13310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 12990, + "y": 38203, + "z": 16170 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 0, + "pos": { + "x": 9900, + "y": 13862, + "z": 30230 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 32, + "instId": 300004, + "propState": 0, + "pos": { + "x": 7800, + "y": 13884, + "z": 25600 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "pos": { + "x": 38827, + "y": 43958, + "z": -11061 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 36, + "instId": 300001, + "propState": 0, + "pos": { + "x": 68185, + "y": 44010, + "z": -11146 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 0, + "pos": { + "x": 130835, + "y": 45722, + "z": -72066 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 44, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "44201003": { + "P44201_F44201001": { + "scenes": { + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 3, + "groupId": 6, + "instId": 300003, + "pos": { + "x": -52210, + "y": 2171, + "z": 42400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102028 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": -41723, + "y": 2171, + "z": 39850 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": 48895, + "y": 2246, + "z": 68938 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 27, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47718, + "y": -1332, + "z": 98260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102037 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 36, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "44202001": { + "P44202_F44202001": { + "scenes": { + "3": { + "monsters": [ + { + "groupId": 3, + "instId": 200001, + "eventId": 44202001, + "pos": { + "x": 59631, + "y": -10499, + "z": 29607 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2023030 + } + ], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": 43195, + "y": -7740, + "z": 32154 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 8, + "pos": { + "x": 20852, + "y": -4710, + "z": 28342 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 8, + "instId": 300001, + "pos": { + "x": 26514, + "y": -5010, + "z": 26593 + }, + "rot": { + "x": 0, + "y": 75000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "44202002": { + "P44202_F44202001": { + "scenes": { + "3": { + "monsters": [ + { + "groupId": 3, + "instId": 200001, + "eventId": 44202011, + "pos": { + "x": 62970, + "y": 2565, + "z": -55060 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8001010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300003, + "propState": 0, + "pos": { + "x": 68340, + "y": 2481, + "z": -66210 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 71485, + "y": 2879, + "z": -74703 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 10, + "instId": 300001, + "pos": { + "x": 63640, + "y": 2504, + "z": -69800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "44202003": { + "P44202_F44202001": { + "scenes": { + "3": { + "monsters": [ + { + "groupId": 3, + "instId": 200001, + "eventId": 44202021, + "pos": { + "x": -107062, + "y": -9307, + "z": 41810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2002030 + } + ], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300003, + "propState": 0, + "pos": { + "x": -109759, + "y": -11167, + "z": 54808 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -97376, + "y": -10856, + "z": 57309 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 10, + "instId": 300001, + "pos": { + "x": -105201, + "y": -11167, + "z": 59183 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "44202004": { + "P44202_F44202001": { + "scenes": { + "3": { + "monsters": [ + { + "groupId": 3, + "instId": 200001, + "eventId": 44202031, + "pos": { + "x": -43045, + "y": -2335, + "z": -64207 + }, + "rot": { + "x": 0, + "y": 330000, + "z": 0 + }, + "monsterId": 2013010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300003, + "propState": 0, + "pos": { + "x": -55602, + "y": -3628, + "z": -55299 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": -66318, + "y": -7196, + "z": -32298 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 10, + "instId": 300001, + "pos": { + "x": -60381, + "y": -7181, + "z": -37075 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 301 + } + }, + "44301001": { + "P44301_F44301001": { + "scenes": { + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": -329830, + "y": -8780, + "z": -80270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": -323830, + "y": -8780, + "z": -80270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300010, + "propState": 0, + "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": 0, + "pos": { + "x": -348835, + "y": -8800, + "z": -79124 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 5, + "instId": 300008, + "propState": 0, + "pos": { + "x": -341774, + "y": -8806, + "z": -74310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300009, + "propState": 0, + "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": 0, + "pos": { + "x": -335130, + "y": -8800, + "z": -61170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 5, + "instId": 300014, + "propState": 0, + "pos": { + "x": -341774, + "y": -8806, + "z": -56310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300015, + "propState": 0, + "pos": { + "x": -335774, + "y": -8806, + "z": -56310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300018, + "propState": 0, + "pos": { + "x": -317026, + "y": -26776, + "z": -58684 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 5, + "instId": 300016, + "propState": 0, + "pos": { + "x": -323774, + "y": -26806, + "z": -53310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300017, + "propState": 0, + "pos": { + "x": -317774, + "y": -26806, + "z": -53310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300019, + "propState": 0, + "pos": { + "x": -335774, + "y": -26806, + "z": -53310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300020, + "propState": 0, + "pos": { + "x": -329774, + "y": -26806, + "z": -53310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 5, + "instId": 300021, + "propState": 0, + "pos": { + "x": -341774, + "y": -26806, + "z": -53310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 1, + "pos": { + "x": 72420, + "y": -19500, + "z": -567360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103013 + } + ], + "teleports": {} + }, + "10": { + "monsters": [ + { + "groupId": 10, + "instId": 200001, + "eventId": 44301101, + "pos": { + "x": -350640, + "y": -5670, + "z": -104234 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3011010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 12, + "pos": { + "x": -342780, + "y": 9230, + "z": -77260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 60303 + } + ], + "teleports": {} + }, + "14": { + "monsters": [ + { + "groupId": 14, + "instId": 200001, + "eventId": 44301302, + "pos": { + "x": -347860, + "y": 5355, + "z": -77227 + }, + "rot": { + "x": 0, + "y": 91039, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "15": { + "monsters": [ + { + "groupId": 15, + "instId": 200001, + "eventId": 44301201, + "pos": { + "x": -331230, + "y": -18465, + "z": -50337 + }, + "rot": { + "x": 0, + "y": 304900, + "z": 0 + }, + "monsterId": 3012020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": -353877, + "y": -16672, + "z": -50337 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "pos": { + "x": -332820, + "y": -7200, + "z": -104230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": 72220, + "y": -18588, + "z": -567300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 8, + "pos": { + "x": 67900, + "y": -19200, + "z": -559630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 25, + "instId": 300001, + "pos": { + "x": 71960, + "y": -19500, + "z": -560380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44301002": { + "P44301_F44301001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 1, + "pos": { + "x": 69090, + "y": -19507, + "z": -523707 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103013 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": -323760, + "y": -8900, + "z": -80265 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -329760, + "y": -8900, + "z": -80265 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -353749, + "y": -8900, + "z": -74251 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 0, + "pos": { + "x": -353749, + "y": -8900, + "z": -68251 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 0, + "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": 0, + "pos": { + "x": -329749, + "y": -8900, + "z": -86251 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 0, + "pos": { + "x": -329749, + "y": -8900, + "z": -92251 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 0, + "pos": { + "x": -331350, + "y": -8860, + "z": -93967 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -347848, + "y": 5906, + "z": -77293 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103001 + } + ], + "teleports": {} + }, + "8": { + "monsters": [ + { + "groupId": 8, + "instId": 200001, + "eventId": 44301101, + "pos": { + "x": -356520, + "y": -6470, + "z": -104230 + }, + "rot": { + "x": 0, + "y": 310565, + "z": 0 + }, + "monsterId": 3011010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "9": { + "monsters": [ + { + "groupId": 9, + "instId": 200001, + "eventId": 44301101, + "pos": { + "x": -326860, + "y": -5440, + "z": -50340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 3011010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": -328770, + "y": 2510, + "z": -104234 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": -333610, + "y": 90, + "z": -50577 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103014 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": 69152, + "y": -18689, + "z": -523900 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 8, + "pos": { + "x": 73410, + "y": -19206, + "z": -531550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 20, + "instId": 300001, + "pos": { + "x": 69550, + "y": -19507, + "z": -530740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44301003": { + "P44301_F44301001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 1, + "pos": { + "x": 36177, + "y": -10626, + "z": -530780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103013 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": -305749, + "y": -26900, + "z": -68251 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": -305749, + "y": -26900, + "z": -74251 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -329749, + "y": -8900, + "z": -86251 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 9, + "instId": 300012, + "propState": 0, + "pos": { + "x": -329749, + "y": -8900, + "z": -92251 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 9, + "instId": 300013, + "propState": 0, + "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": 0, + "pos": { + "x": -341764, + "y": -8900, + "z": -50240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 9, + "instId": 300014, + "propState": 0, + "pos": { + "x": -335764, + "y": -8900, + "z": -50240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 9, + "instId": 300015, + "propState": 0, + "pos": { + "x": -323764, + "y": -8900, + "z": -50240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 9, + "instId": 300016, + "propState": 0, + "pos": { + "x": -317764, + "y": -8900, + "z": -50240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 12, + "pos": { + "x": -332459, + "y": -19290, + "z": -68189 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60303 + } + ], + "teleports": {} + }, + "13": { + "monsters": [ + { + "groupId": 13, + "instId": 200002, + "eventId": 44301102, + "pos": { + "x": -315120, + "y": -5660, + "z": -104234 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3011010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": -320984, + "y": 8176, + "z": -104234 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103001 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": -323740, + "y": -23930, + "z": -77019 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103001 + } + ], + "teleports": {} + }, + "17": { + "monsters": [ + { + "groupId": 17, + "instId": 200001, + "eventId": 44301201, + "pos": { + "x": -341767, + "y": -32186, + "z": -77333 + }, + "rot": { + "x": 0, + "y": 270100, + "z": 0 + }, + "monsterId": 3012020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300002, + "propState": 0, + "pos": { + "x": -311605, + "y": -8770, + "z": -59789 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "pos": { + "x": -353862, + "y": -20783, + "z": -104234 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103015 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": 36310, + "y": -10472, + "z": -530930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": 44296, + "y": -10326, + "z": -528880 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 26, + "instId": 300001, + "pos": { + "x": 41347, + "y": -10626, + "z": -530914 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44301004": { + "P44301_F44301001": { + "scenes": { + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "8": { + "monsters": [ + { + "groupId": 8, + "instId": 200002, + "eventId": 20131001, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -140319, + "y": 16077, + "z": -131559 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": -140097, + "y": 16077, + "z": -131823 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": -140319, + "y": 16077, + "z": -130564 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103042 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -128308, + "y": 16077, + "z": -161053 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -150412, + "y": 16084, + "z": -167140 + }, + "rot": { + "x": 0, + "y": 314721, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -154840, + "y": 18270, + "z": -138917 + }, + "rot": { + "x": 0, + "y": 89186, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "12": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": -154754, + "y": 16087, + "z": -159040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300002, + "propState": 0, + "pos": { + "x": -179190, + "y": -4760, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44301005": { + "P44301_F44301001": { + "scenes": { + "16": { + "monsters": [ + { + "groupId": 16, + "instId": 200002, + "eventId": 20131001, + "pos": { + "x": 161040, + "y": -39465, + "z": 165972 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": -101447, + "y": -17822, + "z": 61756 + }, + "rot": { + "x": 0, + "y": 270367, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 0, + "pos": { + "x": -101775, + "y": -17827, + "z": 61381 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 0, + "pos": { + "x": -112003, + "y": -59826, + "z": 45319 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 0, + "pos": { + "x": -100510, + "y": -17822, + "z": 61750 + }, + "rot": { + "x": 0, + "y": 270367, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 0, + "pos": { + "x": -112195, + "y": -59826, + "z": 48365 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 0, + "pos": { + "x": -90775, + "y": -58798, + "z": 44605 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": -95541, + "y": -55525, + "z": 53564 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 0, + "pos": { + "x": -105518, + "y": -56509, + "z": 44605 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300009, + "propState": 0, + "pos": { + "x": -111567, + "y": -59826, + "z": 46539 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "pos": { + "x": -95510, + "y": -55525, + "z": 53543 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 17, + "instId": 300020, + "propState": 0, + "pos": { + "x": -103930, + "y": -59826, + "z": 50200 + }, + "rot": { + "x": 0, + "y": 317604, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 17, + "instId": 300013, + "propState": 0, + "pos": { + "x": -91929, + "y": -58794, + "z": 48723 + }, + "rot": { + "x": 0, + "y": 351870, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "19": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 0, + "pos": { + "x": -100722, + "y": -59815, + "z": 42892 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -118929, + "y": -59714, + "z": 47156 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -96993, + "y": -58900, + "z": 52709 + }, + "rot": { + "x": 0, + "y": 141200, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44301006": { + "P44301_F44301001": { + "scenes": { + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 136460, + "y": -34349, + "z": 190937 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 16, + "instId": 300016, + "propState": 0, + "pos": { + "x": 152288, + "y": -33891, + "z": 187797 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 16, + "instId": 300017, + "propState": 0, + "pos": { + "x": 150124, + "y": -33893, + "z": 184457 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103087 + }, + { + "groupId": 16, + "instId": 300019, + "propState": 0, + "pos": { + "x": 148337, + "y": -37038, + "z": 167242 + }, + "rot": { + "x": 0, + "y": 211435, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "17": { + "monsters": [ + { + "groupId": 17, + "instId": 200002, + "eventId": 20131001, + "pos": { + "x": 161040, + "y": -39465, + "z": 165972 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 0, + "pos": { + "x": 127267, + "y": -30482, + "z": 158127 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "pos": { + "x": 127737, + "y": -30468, + "z": 157808 + }, + "rot": { + "x": 0, + "y": 339989, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 0, + "pos": { + "x": 140507, + "y": -37038, + "z": 176146 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300005, + "propState": 0, + "pos": { + "x": 152639, + "y": -37038, + "z": 175344 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 17, + "instId": 300006, + "propState": 0, + "pos": { + "x": 127020, + "y": -30482, + "z": 158820 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "propId": 103042 + } + ], + "teleports": {} + }, + "18": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 18, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 142092, + "y": -36528, + "z": 184104 + }, + "rot": { + "x": 0, + "y": 325872, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 150238, + "y": -37038, + "z": 192579 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44301007": { + "P44301_F44301001": { + "scenes": { + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 2, + "pos": { + "x": 1, + "y": -22213, + "z": 207610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44301008": { + "P44301_F44301001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 2, + "pos": { + "x": 299712, + "y": 172169, + "z": 410550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44301009": { + "P44301_F44301001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 2, + "pos": { + "x": -104819, + "y": -3511, + "z": -72878 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44301010": { + "P44301_F44301001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 2, + "pos": { + "x": -8, + "y": -15915, + "z": -262780 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44301011": { + "P44301_F44301001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 2, + "pos": { + "x": -140494, + "y": 28032, + "z": 363 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44301012": { + "P44301_F44301001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 2, + "pos": { + "x": 146309, + "y": 35556, + "z": -264158 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44301013": { + "P44301_F44301001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44301014": { + "P44301_F44301001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 305890, + "y": 126765, + "z": 580230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44301015": { + "P44301_F44301001": { + "scenes": { + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 288544, + "y": 125241, + "z": 653516 + }, + "rot": { + "x": 0, + "y": 90030, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300016, + "propState": 0, + "pos": { + "x": 258572, + "y": 125242, + "z": 643543 + }, + "rot": { + "x": 0, + "y": 90030, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300017, + "propState": 0, + "pos": { + "x": 293541, + "y": 125241, + "z": 658508 + }, + "rot": { + "x": 0, + "y": 90030, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 9, + "instId": 300018, + "propState": 0, + "pos": { + "x": 318499, + "y": 125241, + "z": 633522 + }, + "rot": { + "x": 0, + "y": 90030, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44301016": { + "P44301_F44301001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44301017": { + "P44301_F44301001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44301018": { + "P44301_F44301001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 341822, + "y": 130830, + "z": 532885 + }, + "rot": { + "x": 0, + "y": 180975, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 2, + "instId": 300009, + "propState": 0, + "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": 0, + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44301019": { + "P44301_F44301001": { + "scenes": { + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 1, + "pos": { + "x": 72420, + "y": -19500, + "z": -567360 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103013 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -329749, + "y": -8900, + "z": -86251 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 8, + "instId": 300012, + "propState": 0, + "pos": { + "x": -329749, + "y": -8900, + "z": -92251 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 8, + "instId": 300013, + "propState": 0, + "pos": { + "x": -331350, + "y": -8860, + "z": -93967 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": 72060, + "y": -19412, + "z": -567260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 8, + "pos": { + "x": 67900, + "y": -19200, + "z": -559630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 17, + "instId": 300001, + "pos": { + "x": 71960, + "y": -19500, + "z": -560380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44301020": { + "P44301_F44301001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 386891, + "y": 121021, + "z": 595520 + }, + "rot": { + "x": 0, + "y": 19986, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": 383533, + "y": 121022, + "z": 595520 + }, + "rot": { + "x": 0, + "y": 354162, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 0, + "pos": { + "x": 380307, + "y": 121046, + "z": 595518 + }, + "rot": { + "x": 0, + "y": 347402, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "4": { + "monsters": [ + { + "groupId": 4, + "instId": 200002, + "eventId": 20131001, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 3002010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": 379773, + "y": 119135, + "z": 608638 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 380545, + "y": 119597, + "z": 608828 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 0, + "pos": { + "x": 383133, + "y": 119135, + "z": 602837 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 0, + "pos": { + "x": 386566, + "y": 119135, + "z": 607046 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 0, + "pos": { + "x": 387493, + "y": 121070, + "z": 595069 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 0, + "pos": { + "x": 356948, + "y": 120580, + "z": 616595 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103040 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 378952, + "y": 120047, + "z": 593954 + }, + "rot": { + "x": 0, + "y": 47510, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "6": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 384745, + "y": 119135, + "z": 589842 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44301021": { + "P44301_F44301001": { + "scenes": { + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 17, + "instId": 300001, + "propState": 2, + "pos": { + "x": 0, + "y": -15916, + "z": -281920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103130 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44301022": { + "P44301_F44301001": { + "scenes": { + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 178849, + "y": 146083, + "z": 456632 + }, + "rot": { + "x": 0, + "y": 90316, + "z": 0 + }, + "propId": 103007 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 0, + "pos": { + "x": 188557, + "y": 146013, + "z": 426966 + }, + "rot": { + "x": 0, + "y": 90316, + "z": 0 + }, + "propId": 103007 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44302001": { + "P44302_F44302001": { + "scenes": { + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 87510, + "y": 98000, + "z": 84577 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "pos": { + "x": 93510, + "y": 98000, + "z": 84577 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 9, + "instId": 300003, + "propState": 0, + "pos": { + "x": 93719, + "y": 98010, + "z": 84076 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 8, + "pos": { + "x": 15010, + "y": 98338, + "z": 72850 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 35, + "instId": 300001, + "pos": { + "x": 16431, + "y": 98000, + "z": 69877 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44302002": { + "P44302_F44302001": { + "scenes": { + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": 87510, + "y": 98000, + "z": 84577 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": 93510, + "y": 98000, + "z": 84577 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": 80669, + "y": 98010, + "z": 84930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": 75454, + "y": 85987, + "z": 114582 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": 81453, + "y": 85985, + "z": 114582 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "pos": { + "x": 87882, + "y": 91438, + "z": 114580 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 36, + "instId": 300001, + "propState": 8, + "pos": { + "x": 14930, + "y": 98300, + "z": 90310 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 36, + "instId": 300001, + "pos": { + "x": 16316, + "y": 98000, + "z": 93198 + }, + "rot": { + "x": 0, + "y": 160000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44302003": { + "P44302_F44302001": { + "scenes": { + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44302004": { + "P44302_F44302001": { + "scenes": { + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 42079, + "y": 186469, + "z": 501312 + }, + "rot": { + "x": 0, + "y": 89220, + "z": 0 + }, + "propId": 103007 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44303001": { + "P44303_F44303001": { + "scenes": { + "7": { + "monsters": [], + "npcs": [], + "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": 1, + "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": 1, + "pos": { + "x": 110204, + "y": 22109, + "z": -217944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 1, + "pos": { + "x": -156331, + "y": -4910, + "z": -79773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 1, + "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": 1, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300016, + "propState": 0, + "pos": { + "x": -84221, + "y": -16868, + "z": -198931 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 7, + "instId": 300017, + "propState": 0, + "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": 0, + "pos": { + "x": -190551, + "y": 16032, + "z": -52573 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 1, + "pos": { + "x": -116165, + "y": 22090, + "z": -175809 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300019, + "propState": 1, + "pos": { + "x": -140501, + "y": 21032, + "z": -37902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300020, + "propState": 1, + "pos": { + "x": -125488, + "y": 28032, + "z": -40907 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300006, + "propState": 0, + "pos": { + "x": 159229, + "y": 27793, + "z": -139048 + }, + "rot": { + "x": 0, + "y": 15697, + "z": 0 + }, + "propId": 103013 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "pos": { + "x": -125968, + "y": 21032, + "z": -33553 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 9, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": 261211, + "y": 32420, + "z": -410195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": -155540, + "y": 28031, + "z": 1073 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103040 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44303002": { + "P44303_F44303001": { + "scenes": { + "5": { + "monsters": [], + "npcs": [], + "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": 1, + "pos": { + "x": 81346, + "y": 22089, + "z": -196925 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "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": 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": 1, + "pos": { + "x": 110204, + "y": 22109, + "z": -217944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300011, + "propState": 1, + "pos": { + "x": -156331, + "y": -4910, + "z": -79773 + }, + "rot": { + "x": 0, + "y": 270000, + "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": 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": 1, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300016, + "propState": 0, + "pos": { + "x": -84221, + "y": -16868, + "z": -198931 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 5, + "instId": 300017, + "propState": 0, + "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": 0, + "pos": { + "x": -190551, + "y": 16032, + "z": -52573 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 1, + "pos": { + "x": -116165, + "y": 22090, + "z": -175809 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300019, + "propState": 1, + "pos": { + "x": -140501, + "y": 21043, + "z": -37849 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300020, + "propState": 0, + "pos": { + "x": -140500, + "y": 20968, + "z": -25702 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103040 + }, + { + "groupId": 5, + "instId": 300021, + "propState": 1, + "pos": { + "x": -140501, + "y": 22086, + "z": -125874 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300022, + "propState": 1, + "pos": { + "x": -116130, + "y": 22096, + "z": -248041 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300023, + "propState": 1, + "pos": { + "x": -125488, + "y": 28032, + "z": -40900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300006, + "propState": 0, + "pos": { + "x": 159229, + "y": 27793, + "z": -139048 + }, + "rot": { + "x": 0, + "y": 15697, + "z": 0 + }, + "propId": 103013 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "pos": { + "x": 261211, + "y": 32420, + "z": -410195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44303003": { + "P44303_F44303001": { + "scenes": { + "5": { + "monsters": [], + "npcs": [], + "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": 1, + "pos": { + "x": 81346, + "y": 22089, + "z": -196925 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "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": 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": 1, + "pos": { + "x": 110204, + "y": 22109, + "z": -217944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300011, + "propState": 1, + "pos": { + "x": -156331, + "y": -4910, + "z": -79773 + }, + "rot": { + "x": 0, + "y": 270000, + "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": 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": 1, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300016, + "propState": 0, + "pos": { + "x": -84221, + "y": -16868, + "z": -198931 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 5, + "instId": 300017, + "propState": 0, + "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": 1, + "pos": { + "x": -190551, + "y": 16032, + "z": -52573 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 5, + "instId": 300005, + "propState": 1, + "pos": { + "x": -116165, + "y": 22090, + "z": -175809 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300019, + "propState": 1, + "pos": { + "x": -140514, + "y": 19032, + "z": -103854 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 5, + "instId": 300020, + "propState": 1, + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300006, + "propState": 0, + "pos": { + "x": 159229, + "y": 27793, + "z": -139048 + }, + "rot": { + "x": 0, + "y": 15697, + "z": 0 + }, + "propId": 103013 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "pos": { + "x": -125968, + "y": 21032, + "z": -33553 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103096 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": 261211, + "y": 32420, + "z": -410195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103096 + } + ], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 0, + "pos": { + "x": -133330, + "y": 28062, + "z": -30450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 37, + "instId": 300002, + "propState": 0, + "pos": { + "x": -141677, + "y": 29035, + "z": -6260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44305001": { + "P44305_F44305001": { + "scenes": { + "3": { + "monsters": [ + { + "groupId": 3, + "instId": 200002, + "eventId": 10301299, + "pos": { + "x": 125151, + "y": -30482, + "z": 168180 + }, + "rot": { + "x": 0, + "y": 160367, + "z": 0 + }, + "monsterId": 7010011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 334840, + "y": 31720, + "z": 424950 + }, + "rot": { + "x": 0, + "y": 235677, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 0, + "pos": { + "x": 328680, + "y": 31720, + "z": 409470 + }, + "rot": { + "x": 0, + "y": 89318, + "z": 0 + }, + "propId": 103042 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": 371160, + "y": 43730, + "z": 409570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 0, + "pos": { + "x": 371410, + "y": 50550, + "z": 396251 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 0, + "pos": { + "x": 339458, + "y": 31720, + "z": 424878 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [ + { + "groupId": 4, + "instId": 400001, + "pos": { + "x": 338421, + "y": 31720, + "z": 417298 + }, + "rot": { + "x": 0, + "y": 208126, + "z": 0 + }, + "npcId": 3119 + }, + { + "groupId": 4, + "instId": 400002, + "pos": { + "x": 359741, + "y": 31720, + "z": 410508 + }, + "rot": { + "x": 0, + "y": 12270, + "z": 0 + }, + "npcId": 3121 + } + ], + "props": [ + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": 338726, + "y": 31720, + "z": 417971 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 359591, + "y": 31720, + "z": 410110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "pos": { + "x": 335970, + "y": 31720, + "z": 423850 + }, + "rot": { + "x": 0, + "y": 138697, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "5": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 348520, + "y": 31720, + "z": 417700 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [ + { + "groupId": 6, + "instId": 400001, + "pos": { + "x": 353016, + "y": 31720, + "z": 417376 + }, + "rot": { + "x": 0, + "y": 266245, + "z": 0 + }, + "npcId": 3119 + }, + { + "groupId": 6, + "instId": 400002, + "pos": { + "x": 361620, + "y": 31720, + "z": 413900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3119 + }, + { + "groupId": 6, + "instId": 400003, + "pos": { + "x": 361629, + "y": 31720, + "z": 412790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3121 + }, + { + "groupId": 6, + "instId": 400004, + "pos": { + "x": 353054, + "y": 31720, + "z": 416184 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "npcId": 3121 + } + ], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 361690, + "y": 31730, + "z": 415410 + }, + "rot": { + "x": 0, + "y": 271757, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": 353230, + "y": 31720, + "z": 418970 + }, + "rot": { + "x": 0, + "y": 269532, + "z": 0 + }, + "propId": 103043 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 1, + "pos": { + "x": 356490, + "y": 31720, + "z": 409370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103030 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 1, + "pos": { + "x": 389330, + "y": 50120, + "z": 436618 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 1, + "pos": { + "x": 353350, + "y": 50120, + "z": 436560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103030 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 1, + "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": 0, + "pos": { + "x": 375165, + "y": 50328, + "z": 425661 + }, + "rot": { + "x": 0, + "y": 70673, + "z": 0 + }, + "propId": 103142 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 0, + "pos": { + "x": 375095, + "y": 50328, + "z": 429072 + }, + "rot": { + "x": 0, + "y": 124876, + "z": 0 + }, + "propId": 103142 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 0, + "pos": { + "x": 374927, + "y": 50328, + "z": 428084 + }, + "rot": { + "x": 0, + "y": 94791, + "z": 0 + }, + "propId": 103142 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 0, + "pos": { + "x": 363355, + "y": 50328, + "z": 440860 + }, + "rot": { + "x": 0, + "y": 19042, + "z": 0 + }, + "propId": 103142 + }, + { + "groupId": 7, + "instId": 300013, + "propState": 1, + "pos": { + "x": 383315, + "y": 50120, + "z": 442390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 7, + "instId": 300014, + "propState": 0, + "pos": { + "x": 367595, + "y": 43916, + "z": 446962 + }, + "rot": { + "x": 0, + "y": 17712, + "z": 0 + }, + "propId": 103142 + }, + { + "groupId": 7, + "instId": 300015, + "propState": 0, + "pos": { + "x": 374880, + "y": 50129, + "z": 427438 + }, + "rot": { + "x": 0, + "y": 89506, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 7, + "instId": 300016, + "propState": 0, + "pos": { + "x": 367951, + "y": 50126, + "z": 427340 + }, + "rot": { + "x": 0, + "y": 90403, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 7, + "instId": 300017, + "propState": 0, + "pos": { + "x": 368443, + "y": 43730, + "z": 409577 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300018, + "propState": 0, + "pos": { + "x": 368545, + "y": 50560, + "z": 396063 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300019, + "propState": 0, + "pos": { + "x": 368304, + "y": 50315, + "z": 426604 + }, + "rot": { + "x": 0, + "y": 93299, + "z": 0 + }, + "propId": 103142 + }, + { + "groupId": 7, + "instId": 300020, + "propState": 0, + "pos": { + "x": 368000, + "y": 50315, + "z": 425174 + }, + "rot": { + "x": 0, + "y": 130542, + "z": 0 + }, + "propId": 103142 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [ + { + "groupId": 8, + "instId": 400001, + "pos": { + "x": 372579, + "y": 43730, + "z": 409441 + }, + "rot": { + "x": 0, + "y": 12270, + "z": 0 + }, + "npcId": 3119 + }, + { + "groupId": 8, + "instId": 400002, + "pos": { + "x": 370384, + "y": 43730, + "z": 407746 + }, + "rot": { + "x": 0, + "y": 358672, + "z": 0 + }, + "npcId": 3121 + }, + { + "groupId": 8, + "instId": 400003, + "pos": { + "x": 376424, + "y": 43730, + "z": 426840 + }, + "rot": { + "x": 0, + "y": 316078, + "z": 0 + }, + "npcId": 3123 + }, + { + "groupId": 8, + "instId": 400004, + "pos": { + "x": 365820, + "y": 43730, + "z": 445520 + }, + "rot": { + "x": 0, + "y": 45612, + "z": 0 + }, + "npcId": 3120 + } + ], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": 376900, + "y": 43730, + "z": 426420 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": 365250, + "y": 43720, + "z": 444970 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": 355170, + "y": 43720, + "z": 439490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 0, + "pos": { + "x": 353911, + "y": 48485, + "z": 442648 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "9": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 370480, + "y": 43730, + "z": 424520 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [ + { + "groupId": 10, + "instId": 400001, + "pos": { + "x": 373272, + "y": 43734, + "z": 428108 + }, + "rot": { + "x": 0, + "y": 91721, + "z": 0 + }, + "npcId": 3119 + }, + { + "groupId": 10, + "instId": 400002, + "pos": { + "x": 373303, + "y": 43734, + "z": 429144 + }, + "rot": { + "x": 0, + "y": 91721, + "z": 0 + }, + "npcId": 3121 + }, + { + "groupId": 10, + "instId": 400003, + "pos": { + "x": 373392, + "y": 43734, + "z": 432105 + }, + "rot": { + "x": 0, + "y": 91721, + "z": 0 + }, + "npcId": 3123 + }, + { + "groupId": 10, + "instId": 400004, + "pos": { + "x": 373422, + "y": 43744, + "z": 433096 + }, + "rot": { + "x": 0, + "y": 91721, + "z": 0 + }, + "npcId": 3120 + }, + { + "groupId": 10, + "instId": 400005, + "pos": { + "x": 361808, + "y": 43734, + "z": 437649 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3119 + }, + { + "groupId": 10, + "instId": 400006, + "pos": { + "x": 360720, + "y": 43734, + "z": 437649 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3121 + }, + { + "groupId": 10, + "instId": 400007, + "pos": { + "x": 359480, + "y": 43734, + "z": 441629 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3123 + }, + { + "groupId": 10, + "instId": 400008, + "pos": { + "x": 358250, + "y": 43734, + "z": 441590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 3120 + }, + { + "groupId": 10, + "instId": 400009, + "pos": { + "x": 370360, + "y": 43750, + "z": 430600 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 3122 + }, + { + "groupId": 10, + "instId": 400010, + "pos": { + "x": 359580, + "y": 43734, + "z": 437649 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3122 + } + ], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": 372996, + "y": 43732, + "z": 430610 + }, + "rot": { + "x": 0, + "y": 89520, + "z": 0 + }, + "propId": 103043 + }, + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": 360920, + "y": 43732, + "z": 441858 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103043 + } + ], + "teleports": {} + }, + "12": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": 371160, + "y": 50120, + "z": 428160 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300002, + "propState": 0, + "pos": { + "x": 371221, + "y": 50120, + "z": 429022 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 375972, + "y": 50120, + "z": 424190 + }, + "rot": { + "x": 0, + "y": 43406, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 17, + "instId": 300003, + "propState": 0, + "pos": { + "x": 377564, + "y": 50120, + "z": 424190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103055 + }, + { + "groupId": 17, + "instId": 300004, + "propState": 0, + "pos": { + "x": 377610, + "y": 50120, + "z": 427574 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [ + { + "groupId": 18, + "instId": 400001, + "pos": { + "x": 369309, + "y": 50564, + "z": 395100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3119 + }, + { + "groupId": 18, + "instId": 400002, + "pos": { + "x": 370399, + "y": 50564, + "z": 395100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3120 + }, + { + "groupId": 18, + "instId": 400003, + "pos": { + "x": 371492, + "y": 50564, + "z": 395100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3121 + }, + { + "groupId": 18, + "instId": 400004, + "pos": { + "x": 372600, + "y": 50564, + "z": 395100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3122 + }, + { + "groupId": 18, + "instId": 400005, + "pos": { + "x": 373679, + "y": 50564, + "z": 395100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 3123 + } + ], + "props": [], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 371169, + "y": 43730, + "z": 409570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 371551, + "y": 50560, + "z": 396063 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [ + { + "groupId": 27, + "instId": 400001, + "pos": { + "x": 371493, + "y": 50550, + "z": 416136 + }, + "rot": { + "x": 0, + "y": 15524, + "z": 0 + }, + "npcId": 3119 + } + ], + "props": [], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [ + { + "groupId": 28, + "instId": 400001, + "pos": { + "x": 367598, + "y": 50120, + "z": 421069 + }, + "rot": { + "x": 0, + "y": 59091, + "z": 0 + }, + "npcId": 3120 + } + ], + "props": [], + "teleports": {} + }, + "29": { + "monsters": [], + "npcs": [ + { + "groupId": 29, + "instId": 400001, + "pos": { + "x": 369157, + "y": 50120, + "z": 435280 + }, + "rot": { + "x": 0, + "y": 160716, + "z": 0 + }, + "npcId": 3121 + } + ], + "props": [], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [ + { + "groupId": 30, + "instId": 400001, + "pos": { + "x": 367160, + "y": 50080, + "z": 432060 + }, + "rot": { + "x": 0, + "y": 91160, + "z": 0 + }, + "npcId": 3122 + } + ], + "props": [], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [ + { + "groupId": 31, + "instId": 400001, + "pos": { + "x": 375330, + "y": 50080, + "z": 434700 + }, + "rot": { + "x": 0, + "y": 235451, + "z": 0 + }, + "npcId": 3123 + } + ], + "props": [], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 41, + "instId": 300001, + "propState": 0, + "pos": { + "x": 371410, + "y": 50550, + "z": 407276 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44305002": { + "P44305_F44305001": { + "scenes": { + "20": { + "monsters": [], + "npcs": [ + { + "groupId": 20, + "instId": 400001, + "pos": { + "x": -48580, + "y": 54055, + "z": 115348 + }, + "rot": { + "x": 0, + "y": 310014, + "z": 0 + }, + "npcId": 13316 + } + ], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": -48248, + "y": 54106, + "z": 115068 + }, + "rot": { + "x": 0, + "y": 43472, + "z": 0 + }, + "propId": 103139 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [ + { + "groupId": 21, + "instId": 400001, + "pos": { + "x": -58730, + "y": 54106, + "z": 113557 + }, + "rot": { + "x": 0, + "y": 174573, + "z": 0 + }, + "npcId": 3030 + }, + { + "groupId": 21, + "instId": 400002, + "pos": { + "x": -56970, + "y": 54051, + "z": 113430 + }, + "rot": { + "x": 0, + "y": 257529, + "z": 0 + }, + "npcId": 2302 + }, + { + "groupId": 21, + "instId": 400003, + "pos": { + "x": -58950, + "y": 54051, + "z": 115250 + }, + "rot": { + "x": 0, + "y": 162906, + "z": 0 + }, + "npcId": 2303 + }, + { + "groupId": 21, + "instId": 400004, + "pos": { + "x": -60895, + "y": 54051, + "z": 113347 + }, + "rot": { + "x": 0, + "y": 68602, + "z": 0 + }, + "npcId": 2308 + } + ], + "props": [], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [ + { + "groupId": 22, + "instId": 400001, + "pos": { + "x": -115218, + "y": 56689, + "z": -126724 + }, + "rot": { + "x": 0, + "y": 120250, + "z": 0 + }, + "npcId": 13129 + } + ], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": -115576, + "y": 56689, + "z": -126518 + }, + "rot": { + "x": 0, + "y": 31545, + "z": 0 + }, + "propId": 103139 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [ + { + "groupId": 23, + "instId": 400001, + "pos": { + "x": -104880, + "y": 56689, + "z": -134640 + }, + "rot": { + "x": 0, + "y": 336655, + "z": 0 + }, + "npcId": 2303 + }, + { + "groupId": 23, + "instId": 400002, + "pos": { + "x": -106630, + "y": 56689, + "z": -139000 + }, + "rot": { + "x": 0, + "y": 336655, + "z": 0 + }, + "npcId": 2302 + }, + { + "groupId": 23, + "instId": 400003, + "pos": { + "x": -105860, + "y": 56689, + "z": -133140 + }, + "rot": { + "x": 0, + "y": 248503, + "z": 0 + }, + "npcId": 2308 + } + ], + "props": [], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [ + { + "groupId": 24, + "instId": 400001, + "pos": { + "x": -109480, + "y": 56689, + "z": -133600 + }, + "rot": { + "x": 0, + "y": 294669, + "z": 0 + }, + "npcId": 2303 + }, + { + "groupId": 24, + "instId": 400002, + "pos": { + "x": -116190, + "y": 56689, + "z": -132360 + }, + "rot": { + "x": 0, + "y": 67708, + "z": 0 + }, + "npcId": 2302 + }, + { + "groupId": 24, + "instId": 400003, + "pos": { + "x": -109290, + "y": 56689, + "z": -130320 + }, + "rot": { + "x": 0, + "y": 221412, + "z": 0 + }, + "npcId": 2308 + }, + { + "groupId": 24, + "instId": 400004, + "pos": { + "x": -108912, + "y": 56689, + "z": -131941 + }, + "rot": { + "x": 0, + "y": 272240, + "z": 0 + }, + "npcId": 3030 + } + ], + "props": [], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [ + { + "groupId": 25, + "instId": 400001, + "pos": { + "x": -25725, + "y": 56187, + "z": 165616 + }, + "rot": { + "x": 0, + "y": 345318, + "z": 0 + }, + "npcId": 13236 + } + ], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": -25617, + "y": 56182, + "z": 165247 + }, + "rot": { + "x": 0, + "y": 71793, + "z": 0 + }, + "propId": 103139 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [ + { + "groupId": 26, + "instId": 400001, + "pos": { + "x": -32190, + "y": 56186, + "z": 174020 + }, + "rot": { + "x": 0, + "y": 24146, + "z": 0 + }, + "npcId": 2303 + }, + { + "groupId": 26, + "instId": 400002, + "pos": { + "x": -36360, + "y": 56258, + "z": 174570 + }, + "rot": { + "x": 0, + "y": 55222, + "z": 0 + }, + "npcId": 2308 + }, + { + "groupId": 26, + "instId": 400003, + "pos": { + "x": -35005, + "y": 56187, + "z": 172353 + }, + "rot": { + "x": 0, + "y": 27670, + "z": 0 + }, + "npcId": 3030 + }, + { + "groupId": 26, + "instId": 400004, + "pos": { + "x": -34170, + "y": 56258, + "z": 174270 + }, + "rot": { + "x": 0, + "y": 24401, + "z": 0 + }, + "npcId": 2302 + } + ], + "props": [], + "teleports": {} + }, + "27": { + "monsters": [], + "npcs": [ + { + "groupId": 27, + "instId": 400001, + "pos": { + "x": -31302, + "y": 56187, + "z": 179047 + }, + "rot": { + "x": 0, + "y": 45155, + "z": 0 + }, + "npcId": 3030 + }, + { + "groupId": 27, + "instId": 400002, + "pos": { + "x": -29839, + "y": 58706, + "z": 180788 + }, + "rot": { + "x": 0, + "y": 202023, + "z": 0 + }, + "npcId": 3027 + }, + { + "groupId": 27, + "instId": 400003, + "pos": { + "x": -28890, + "y": 56187, + "z": 183740 + }, + "rot": { + "x": 0, + "y": 162779, + "z": 0 + }, + "npcId": 2303 + }, + { + "groupId": 27, + "instId": 400004, + "pos": { + "x": -25710, + "y": 56187, + "z": 177780 + }, + "rot": { + "x": 0, + "y": 162779, + "z": 0 + }, + "npcId": 2308 + }, + { + "groupId": 27, + "instId": 400005, + "pos": { + "x": -33200, + "y": 56187, + "z": 181100 + }, + "rot": { + "x": 0, + "y": 115254, + "z": 0 + }, + "npcId": 2302 + } + ], + "props": [], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2102": { + "anchorId": 2, + "groupId": 48, + "instId": 300002, + "pos": { + "x": -116715, + "y": 56689, + "z": -120560 + }, + "rot": { + "x": 0, + "y": 167855, + "z": 0 + } + } + } + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44305003": { + "P44305_F44305001": { + "scenes": { + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300002, + "propState": 0, + "pos": { + "x": -179190, + "y": -4760, + "z": -79740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 138 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 55, + "instId": 300002, + "propState": 1, + "pos": { + "x": -116121, + "y": 22100, + "z": -248043 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + } + ], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300027, + "propState": 0, + "pos": { + "x": -133985, + "y": 25110, + "z": -257049 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300028, + "propState": 0, + "pos": { + "x": -98911, + "y": 16110, + "z": -268991 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 61, + "instId": 300002, + "propState": 0, + "pos": { + "x": -137098, + "y": 22260, + "z": -285066 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 61, + "instId": 300004, + "propState": 0, + "pos": { + "x": -136939, + "y": 12600, + "z": -266117 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 61, + "instId": 300001, + "propState": 0, + "pos": { + "x": -134040, + "y": 19290, + "z": -260020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103209 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 0, + "pos": { + "x": -95182, + "y": 22260, + "z": -257033 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 61, + "instId": 300005, + "propState": 0, + "pos": { + "x": -95235, + "y": 16100, + "z": -268885 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 61, + "instId": 300006, + "propState": 0, + "pos": { + "x": 227855, + "y": 33181, + "z": -268491 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "81": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 81, + "instId": 300001, + "propState": 8, + "pos": { + "x": 67900, + "y": -19200, + "z": -559630 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 3002 + } + ], + "teleports": { + "2102": { + "anchorId": 1, + "groupId": 81, + "instId": 300001, + "pos": { + "x": 71960, + "y": -19500, + "z": -560380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "85": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 85, + "instId": 300027, + "propState": 0, + "pos": { + "x": -137130, + "y": 26487, + "z": -268090 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 85, + "instId": 300001, + "propState": 0, + "pos": { + "x": -137130, + "y": 34150, + "z": -270504 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 85, + "instId": 300002, + "propState": 0, + "pos": { + "x": -137130, + "y": 31148, + "z": -283978 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 86, + "instId": 300027, + "propState": 0, + "pos": { + "x": -131101, + "y": 12441, + "z": -266180 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 97, + "instId": 300027, + "propState": 0, + "pos": { + "x": -95157, + "y": 30015, + "z": -268881 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "109": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 109, + "instId": 300001, + "propState": 12, + "pos": { + "x": -116100, + "y": 22080, + "z": -286550 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 60303 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44305004": { + "P44305_F44305001": { + "scenes": { + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 1, + "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": 1, + "pos": { + "x": 110204, + "y": 22109, + "z": -217944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 40, + "instId": 300011, + "propState": 1, + "pos": { + "x": -156331, + "y": -4910, + "z": -79773 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 40, + "instId": 300004, + "propState": 1, + "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": 1, + "pos": { + "x": -81322, + "y": -16910, + "z": -196913 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103031 + }, + { + "groupId": 40, + "instId": 300016, + "propState": 0, + "pos": { + "x": -83505, + "y": -16868, + "z": -198931 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 40, + "instId": 300017, + "propState": 0, + "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": 0, + "pos": { + "x": -190551, + "y": 16032, + "z": -53857 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 40, + "instId": 300005, + "propState": 1, + "pos": { + "x": -116165, + "y": 22090, + "z": -175809 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103031 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 44, + "instId": 300003, + "propState": 0, + "pos": { + "x": -359870, + "y": -2850, + "z": -103923 + }, + "rot": { + "x": 0, + "y": 5515, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 44, + "instId": 300004, + "propState": 0, + "pos": { + "x": -314909, + "y": -8770, + "z": -50386 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 44, + "instId": 300002, + "propState": 0, + "pos": { + "x": -359911, + "y": -8860, + "z": -53000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 44, + "instId": 300006, + "propState": 0, + "pos": { + "x": -353870, + "y": 5518, + "z": -50430 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 44, + "instId": 300001, + "propState": 0, + "pos": { + "x": -359911, + "y": -8775, + "z": -96000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 44, + "instId": 300005, + "propState": 0, + "pos": { + "x": -332962, + "y": -8663, + "z": -104271 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 44, + "instId": 300007, + "propState": 0, + "pos": { + "x": -359911, + "y": -8790, + "z": -77215 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103208 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 0, + "pos": { + "x": -332744, + "y": -8748, + "z": -101150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 0, + "pos": { + "x": -332690, + "y": -8750, + "z": -77070 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 0, + "pos": { + "x": -332980, + "y": -8750, + "z": -53208 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300004, + "propState": 0, + "pos": { + "x": -314911, + "y": -8750, + "z": -53084 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 0, + "pos": { + "x": -347927, + "y": -8780, + "z": -77313 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 0, + "pos": { + "x": -353876, + "y": -8750, + "z": -55286 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 48, + "instId": 300001, + "propState": 0, + "pos": { + "x": -353801, + "y": -8819, + "z": -68340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 48, + "instId": 300002, + "propState": 0, + "pos": { + "x": -353801, + "y": -8819, + "z": -74340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 48, + "instId": 300003, + "propState": 0, + "pos": { + "x": -353852, + "y": -8860, + "z": -60897 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 49, + "instId": 300003, + "propState": 0, + "pos": { + "x": -348682, + "y": -8772, + "z": -98167 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + }, + { + "groupId": 49, + "instId": 300001, + "propState": 0, + "pos": { + "x": -347830, + "y": -8750, + "z": -104250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 49, + "instId": 300002, + "propState": 0, + "pos": { + "x": -341860, + "y": -8750, + "z": -104250 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103073 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300001, + "propState": 0, + "pos": { + "x": -353801, + "y": -8819, + "z": -86370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 0, + "pos": { + "x": -353801, + "y": -8819, + "z": -92370 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 0, + "pos": { + "x": -353852, + "y": -8860, + "z": -78927 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 53, + "instId": 300001, + "propState": 12, + "pos": { + "x": -347848, + "y": 5835, + "z": -77283 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60303 + } + ], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300001, + "propState": 0, + "pos": { + "x": -353307, + "y": -2735, + "z": -104271 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 57, + "instId": 300001, + "propState": 0, + "pos": { + "x": -359870, + "y": -2539, + "z": -77274 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 0, + "pos": { + "x": -359870, + "y": -2763, + "z": -56278 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 0, + "pos": { + "x": -353870, + "y": 5643, + "z": -61900 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 57, + "instId": 300004, + "propState": 0, + "pos": { + "x": -359870, + "y": -2823, + "z": -92269 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": -332889, + "y": 225, + "z": -50540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "pos": { + "x": -341791, + "y": -14415, + "z": -50320 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1030 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "44305005": { + "P44305_F44305001": { + "scenes": { + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300005, + "propState": 0, + "pos": { + "x": 107398, + "y": 46705, + "z": -287181 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 0, + "pos": { + "x": 166876, + "y": 35076, + "z": -257960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 0, + "pos": { + "x": 125603, + "y": 35076, + "z": -258056 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 0, + "pos": { + "x": 125230, + "y": 42140, + "z": -278647 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 0, + "pos": { + "x": 152879, + "y": 35076, + "z": -249405 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": 107282, + "y": 32486, + "z": -282169 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 0, + "pos": { + "x": 166876, + "y": 35076, + "z": -270030 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": 167200, + "y": 43178, + "z": -249332 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103208 + }, + { + "groupId": 16, + "instId": 300009, + "propState": 0, + "pos": { + "x": 166870, + "y": 42725, + "z": -278747 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103208 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": 119250, + "y": 35055, + "z": -266930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 0, + "pos": { + "x": 125263, + "y": 35055, + "z": -266930 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103073 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 0, + "pos": { + "x": 126343, + "y": 35070, + "z": -273030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103192 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": 143250, + "y": 35080, + "z": -273000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 0, + "pos": { + "x": 143250, + "y": 34870, + "z": -267000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 0, + "pos": { + "x": 142480, + "y": 35070, + "z": -273826 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "22": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 22, + "instId": 300001, + "propState": 0, + "pos": { + "x": 131238, + "y": 35073, + "z": -249002 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 22, + "instId": 300002, + "propState": 0, + "pos": { + "x": 130007, + "y": 35107, + "z": -250479 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 0, + "pos": { + "x": 131319, + "y": 35070, + "z": -273014 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300002, + "propState": 0, + "pos": { + "x": 161313, + "y": 35070, + "z": -255030 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 0, + "pos": { + "x": 131333, + "y": 35070, + "z": -257975 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 23, + "instId": 300004, + "propState": 0, + "pos": { + "x": 110007, + "y": 35080, + "z": -270008 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300005, + "propState": 0, + "pos": { + "x": 110472, + "y": 32420, + "z": -281964 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 23, + "instId": 300006, + "propState": 0, + "pos": { + "x": -760826, + "y": -530363, + "z": -1450791 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 31, + "instId": 300001, + "propState": 0, + "pos": { + "x": 153029, + "y": 43846, + "z": -248987 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103017 + }, + { + "groupId": 31, + "instId": 300002, + "propState": 0, + "pos": { + "x": 150470, + "y": 48730, + "z": -249150 + }, + "rot": { + "x": 0, + "y": 167189, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 31, + "instId": 300003, + "propState": 0, + "pos": { + "x": 141910, + "y": 48730, + "z": -249150 + }, + "rot": { + "x": 0, + "y": 12811, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 31, + "instId": 300004, + "propState": 0, + "pos": { + "x": 146110, + "y": 47090, + "z": -249150 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 109 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": 155430, + "y": 44508, + "z": -278540 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 33, + "instId": 300002, + "propState": 0, + "pos": { + "x": 150553, + "y": 32910, + "z": -278988 + }, + "rot": { + "x": 0, + "y": 12811, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 0, + "pos": { + "x": 141995, + "y": 32910, + "z": -278988 + }, + "rot": { + "x": 0, + "y": 167189, + "z": 0 + }, + "propId": 109 + }, + { + "groupId": 33, + "instId": 300004, + "propState": 0, + "pos": { + "x": 134727, + "y": 42178, + "z": -278940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 33, + "instId": 300005, + "propState": 0, + "pos": { + "x": 146208, + "y": 34795, + "z": -278926 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 109 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": 161250, + "y": 35110, + "z": -267000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 0, + "pos": { + "x": 155250, + "y": 35110, + "z": -267000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 0, + "pos": { + "x": 167090, + "y": 46750, + "z": -261000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 34, + "instId": 300004, + "propState": 0, + "pos": { + "x": 167090, + "y": 40750, + "z": -261000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 34, + "instId": 300005, + "propState": 0, + "pos": { + "x": 167200, + "y": 41000, + "z": -259500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 36, + "instId": 300001, + "propState": 12, + "pos": { + "x": 146275, + "y": 47046, + "z": -269430 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 60303 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300001, + "propState": 0, + "pos": { + "x": 149902, + "y": 47050, + "z": -269230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300002, + "propState": 0, + "pos": { + "x": 148089, + "y": 47046, + "z": -266730 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300003, + "propState": 0, + "pos": { + "x": 142602, + "y": 47050, + "z": -269230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 0, + "pos": { + "x": 144385, + "y": 47046, + "z": -266770 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300005, + "propState": 0, + "pos": { + "x": 149860, + "y": 47050, + "z": -271030 + }, + "rot": { + "x": 0, + "y": 296555, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300006, + "propState": 0, + "pos": { + "x": 149350, + "y": 47046, + "z": -267980 + }, + "rot": { + "x": 0, + "y": 236555, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300007, + "propState": 0, + "pos": { + "x": 143320, + "y": 47050, + "z": -267760 + }, + "rot": { + "x": 0, + "y": 116555, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300008, + "propState": 0, + "pos": { + "x": 142593, + "y": 47046, + "z": -271185 + }, + "rot": { + "x": 0, + "y": 53851, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300009, + "propState": 0, + "pos": { + "x": 143663, + "y": 47046, + "z": -270171 + }, + "rot": { + "x": 0, + "y": 87691, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300010, + "propState": 0, + "pos": { + "x": 148669, + "y": 47046, + "z": -270171 + }, + "rot": { + "x": 0, + "y": 267691, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300011, + "propState": 0, + "pos": { + "x": 147603, + "y": 47046, + "z": -268461 + }, + "rot": { + "x": 0, + "y": 228377, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 38, + "instId": 300012, + "propState": 0, + "pos": { + "x": 144473, + "y": 47046, + "z": -268499 + }, + "rot": { + "x": 0, + "y": 143321, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 41, + "instId": 300001, + "propState": 0, + "pos": { + "x": 131250, + "y": 35090, + "z": -267000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 0, + "pos": { + "x": 125250, + "y": 35090, + "z": -267000 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103033 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 0, + "pos": { + "x": 125230, + "y": 40500, + "z": -265250 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103039 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "pos": { + "x": 107246, + "y": 42322, + "z": -287230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 0, + "pos": { + "x": 125230, + "y": 43563, + "z": -270389 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103017 + } + ], + "teleports": {} + }, + "43": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 43, + "instId": 300001, + "propState": 0, + "pos": { + "x": 167090, + "y": 40913, + "z": -255113 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 43, + "instId": 300002, + "propState": 0, + "pos": { + "x": 167090, + "y": 42717, + "z": -272971 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + }, + "45": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 45, + "instId": 300001, + "propState": 0, + "pos": { + "x": 124757, + "y": 47046, + "z": -287934 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 103016 + }, + { + "groupId": 45, + "instId": 300002, + "propState": 0, + "pos": { + "x": 145469, + "y": 47046, + "z": -287386 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 103016 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 6, + "worldId": 401 + } + }, + "100000102": { + "P10000_F10000000": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": { + "2215": { + "anchorId": 2, + "groupId": 2, + "instId": 300001, + "pos": { + "x": 0, + "y": 0, + "z": -2000 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [ + { + "groupId": 3, + "instId": 400001, + "pos": { + "x": -1380, + "y": 0, + "z": 3160 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "npcId": 3001 + }, + { + "groupId": 3, + "instId": 400002, + "pos": { + "x": 3589, + "y": 0, + "z": 3007 + }, + "rot": { + "x": 0, + "y": 240110, + "z": 0 + }, + "npcId": 1003 + }, + { + "groupId": 3, + "instId": 400003, + "pos": { + "x": -4420, + "y": 21, + "z": -1101 + }, + "rot": { + "x": 0, + "y": 69628, + "z": 0 + }, + "npcId": 1004 + } + ], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1380, + "y": 0, + "z": 3160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": -1380, + "y": 0, + "z": 3160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -6380, + "y": 0, + "z": 18890 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 2000 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [ + { + "groupId": 34, + "instId": 400001, + "pos": { + "x": -5717, + "y": 0, + "z": -13802 + }, + "rot": { + "x": 0, + "y": 40618, + "z": 0 + }, + "npcId": 3012 + } + ], + "props": [], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": -6416, + "y": 0, + "z": -12950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 2004 + } + ], + "teleports": { + "2206": { + "anchorId": 1, + "groupId": 47, + "instId": 300001, + "pos": { + "x": -4030, + "y": 0, + "z": -13006 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "49": { + "monsters": [], + "npcs": [ + { + "groupId": 49, + "instId": 400001, + "pos": { + "x": -3900, + "y": 0, + "z": 23160 + }, + "rot": { + "x": 0, + "y": 235814, + "z": 0 + }, + "npcId": 1009 + }, + { + "groupId": 49, + "instId": 400002, + "pos": { + "x": -4050, + "y": 0, + "z": 8160 + }, + "rot": { + "x": 0, + "y": 103322, + "z": 0 + }, + "npcId": 1105 + }, + { + "groupId": 49, + "instId": 400003, + "pos": { + "x": 3270, + "y": 0, + "z": 11750 + }, + "rot": { + "x": 0, + "y": 265953, + "z": 0 + }, + "npcId": 1109 + }, + { + "groupId": 49, + "instId": 400004, + "pos": { + "x": 1950, + "y": 0, + "z": -3900 + }, + "rot": { + "x": 0, + "y": 118788, + "z": 0 + }, + "npcId": 1103 + }, + { + "groupId": 49, + "instId": 400005, + "pos": { + "x": 3080, + "y": 0, + "z": -6630 + }, + "rot": { + "x": 0, + "y": 76000, + "z": 0 + }, + "npcId": 1104 + }, + { + "groupId": 49, + "instId": 400006, + "pos": { + "x": 3340, + "y": 0, + "z": -9550 + }, + "rot": { + "x": 0, + "y": 91640, + "z": 0 + }, + "npcId": 1107 + }, + { + "groupId": 49, + "instId": 400007, + "pos": { + "x": 3940, + "y": 0, + "z": -6307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1008 + }, + { + "groupId": 49, + "instId": 400008, + "pos": { + "x": -809, + "y": 0, + "z": -15500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1204 + }, + { + "groupId": 49, + "instId": 400009, + "pos": { + "x": -295, + "y": 0, + "z": -16041 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1006 + }, + { + "groupId": 49, + "instId": 400010, + "pos": { + "x": -1196, + "y": 0, + "z": -14570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1209 + }, + { + "groupId": 49, + "instId": 400011, + "pos": { + "x": -85, + "y": 0, + "z": -14674 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1210 + }, + { + "groupId": 49, + "instId": 400012, + "pos": { + "x": -1461, + "y": 0, + "z": 26274 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1202 + }, + { + "groupId": 49, + "instId": 400013, + "pos": { + "x": 252, + "y": 0, + "z": 773 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1106 + }, + { + "groupId": 49, + "instId": 400014, + "pos": { + "x": 252, + "y": 0, + "z": -20 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1110 + }, + { + "groupId": 49, + "instId": 400015, + "pos": { + "x": 252, + "y": 0, + "z": -748 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1111 + }, + { + "groupId": 49, + "instId": 400016, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1207 + }, + { + "groupId": 49, + "instId": 400017, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1112 + }, + { + "groupId": 49, + "instId": 400018, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1101 + }, + { + "groupId": 49, + "instId": 400019, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1102 + }, + { + "groupId": 49, + "instId": 400020, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1205 + }, + { + "groupId": 49, + "instId": 400021, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1217 + }, + { + "groupId": 49, + "instId": 400022, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1218 + }, + { + "groupId": 49, + "instId": 400023, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1101 + }, + { + "groupId": 49, + "instId": 400024, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1102 + }, + { + "groupId": 49, + "instId": 400025, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1217 + }, + { + "groupId": 49, + "instId": 400026, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1306 + }, + { + "groupId": 49, + "instId": 400027, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1305 + }, + { + "groupId": 49, + "instId": 400028, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1312 + }, + { + "groupId": 49, + "instId": 400029, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1316 + }, + { + "groupId": 49, + "instId": 400030, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1315 + }, + { + "groupId": 49, + "instId": 400031, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1314 + }, + { + "groupId": 49, + "instId": 400032, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1307 + }, + { + "groupId": 49, + "instId": 400033, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1302 + }, + { + "groupId": 49, + "instId": 400034, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1221 + }, + { + "groupId": 49, + "instId": 400035, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1221 + } + ], + "props": [], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 0, + "pos": { + "x": 4130, + "y": 661, + "z": -9297 + }, + "rot": { + "x": 0, + "y": 67168, + "z": 0 + }, + "propId": 2006 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 0, + "pos": { + "x": 4159, + "y": 741, + "z": -9305 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "142": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 142, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3347, + "y": 998, + "z": 14811 + }, + "rot": { + "x": 0, + "y": 90736, + "z": 0 + }, + "propId": 100083 + } + ], + "teleports": {} + }, + "153": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 153, + "instId": 300001, + "propState": 18, + "pos": { + "x": -6408, + "y": 1007, + "z": 8795 + }, + "rot": { + "x": 0, + "y": 225882, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 3, + "worldId": 100, + "startAnchorId": 1, + "startGroupId": 7 + } + }, + "100000103": { + "P10000_F10000000": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": { + "2215": { + "anchorId": 2, + "groupId": 2, + "instId": 300001, + "pos": { + "x": 0, + "y": 0, + "z": -2000 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [ + { + "groupId": 3, + "instId": 400001, + "pos": { + "x": -1380, + "y": 0, + "z": 3160 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "npcId": 3001 + }, + { + "groupId": 3, + "instId": 400002, + "pos": { + "x": 3589, + "y": 0, + "z": 3007 + }, + "rot": { + "x": 0, + "y": 240110, + "z": 0 + }, + "npcId": 1003 + }, + { + "groupId": 3, + "instId": 400003, + "pos": { + "x": -4420, + "y": 21, + "z": -1101 + }, + "rot": { + "x": 0, + "y": 69628, + "z": 0 + }, + "npcId": 1004 + } + ], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1380, + "y": 0, + "z": 3160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": -1380, + "y": 0, + "z": 3160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -6380, + "y": 0, + "z": 18890 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 2000 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [ + { + "groupId": 34, + "instId": 400001, + "pos": { + "x": -5717, + "y": 0, + "z": -13802 + }, + "rot": { + "x": 0, + "y": 40618, + "z": 0 + }, + "npcId": 3012 + } + ], + "props": [], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": -6416, + "y": 0, + "z": -12950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 2004 + } + ], + "teleports": { + "2206": { + "anchorId": 1, + "groupId": 47, + "instId": 300001, + "pos": { + "x": -4030, + "y": 0, + "z": -13006 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "49": { + "monsters": [], + "npcs": [ + { + "groupId": 49, + "instId": 400001, + "pos": { + "x": -3900, + "y": 0, + "z": 23160 + }, + "rot": { + "x": 0, + "y": 235814, + "z": 0 + }, + "npcId": 1009 + }, + { + "groupId": 49, + "instId": 400002, + "pos": { + "x": -4050, + "y": 0, + "z": 8160 + }, + "rot": { + "x": 0, + "y": 103322, + "z": 0 + }, + "npcId": 1105 + }, + { + "groupId": 49, + "instId": 400003, + "pos": { + "x": 3270, + "y": 0, + "z": 11750 + }, + "rot": { + "x": 0, + "y": 265953, + "z": 0 + }, + "npcId": 1109 + }, + { + "groupId": 49, + "instId": 400004, + "pos": { + "x": 1950, + "y": 0, + "z": -3900 + }, + "rot": { + "x": 0, + "y": 118788, + "z": 0 + }, + "npcId": 1103 + }, + { + "groupId": 49, + "instId": 400005, + "pos": { + "x": 3080, + "y": 0, + "z": -6630 + }, + "rot": { + "x": 0, + "y": 76000, + "z": 0 + }, + "npcId": 1104 + }, + { + "groupId": 49, + "instId": 400006, + "pos": { + "x": 3340, + "y": 0, + "z": -9550 + }, + "rot": { + "x": 0, + "y": 91640, + "z": 0 + }, + "npcId": 1107 + }, + { + "groupId": 49, + "instId": 400007, + "pos": { + "x": 3940, + "y": 0, + "z": -6307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1008 + }, + { + "groupId": 49, + "instId": 400008, + "pos": { + "x": -809, + "y": 0, + "z": -15500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1204 + }, + { + "groupId": 49, + "instId": 400009, + "pos": { + "x": -295, + "y": 0, + "z": -16041 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1006 + }, + { + "groupId": 49, + "instId": 400010, + "pos": { + "x": -1196, + "y": 0, + "z": -14570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1209 + }, + { + "groupId": 49, + "instId": 400011, + "pos": { + "x": -85, + "y": 0, + "z": -14674 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1210 + }, + { + "groupId": 49, + "instId": 400012, + "pos": { + "x": -1461, + "y": 0, + "z": 26274 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1202 + }, + { + "groupId": 49, + "instId": 400013, + "pos": { + "x": 252, + "y": 0, + "z": 773 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1106 + }, + { + "groupId": 49, + "instId": 400014, + "pos": { + "x": 252, + "y": 0, + "z": -20 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1110 + }, + { + "groupId": 49, + "instId": 400015, + "pos": { + "x": 252, + "y": 0, + "z": -748 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1111 + }, + { + "groupId": 49, + "instId": 400016, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1207 + }, + { + "groupId": 49, + "instId": 400017, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1112 + }, + { + "groupId": 49, + "instId": 400018, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1101 + }, + { + "groupId": 49, + "instId": 400019, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1102 + }, + { + "groupId": 49, + "instId": 400020, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1205 + }, + { + "groupId": 49, + "instId": 400021, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1217 + }, + { + "groupId": 49, + "instId": 400022, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1218 + }, + { + "groupId": 49, + "instId": 400023, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1101 + }, + { + "groupId": 49, + "instId": 400024, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1102 + }, + { + "groupId": 49, + "instId": 400025, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1217 + }, + { + "groupId": 49, + "instId": 400026, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1306 + }, + { + "groupId": 49, + "instId": 400027, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1305 + }, + { + "groupId": 49, + "instId": 400028, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1312 + }, + { + "groupId": 49, + "instId": 400029, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1316 + }, + { + "groupId": 49, + "instId": 400030, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1315 + }, + { + "groupId": 49, + "instId": 400031, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1314 + }, + { + "groupId": 49, + "instId": 400032, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1307 + }, + { + "groupId": 49, + "instId": 400033, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1302 + }, + { + "groupId": 49, + "instId": 400034, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1221 + }, + { + "groupId": 49, + "instId": 400035, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1221 + } + ], + "props": [], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 0, + "pos": { + "x": 4130, + "y": 661, + "z": -9297 + }, + "rot": { + "x": 0, + "y": 67168, + "z": 0 + }, + "propId": 2006 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 0, + "pos": { + "x": 4159, + "y": 741, + "z": -9305 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "142": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 142, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3347, + "y": 998, + "z": 14811 + }, + "rot": { + "x": 0, + "y": 90736, + "z": 0 + }, + "propId": 100083 + } + ], + "teleports": {} + }, + "153": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 153, + "instId": 300001, + "propState": 18, + "pos": { + "x": -6408, + "y": 1007, + "z": 8795 + }, + "rot": { + "x": 0, + "y": 225882, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 3, + "worldId": 100, + "startAnchorId": 1, + "startGroupId": 34 + } + }, + "100000104": { + "P10000_F10000000": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 2, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": { + "2215": { + "anchorId": 2, + "groupId": 2, + "instId": 300001, + "pos": { + "x": 0, + "y": 0, + "z": -2000 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [ + { + "groupId": 3, + "instId": 400001, + "pos": { + "x": -1380, + "y": 0, + "z": 3160 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + }, + "npcId": 3001 + }, + { + "groupId": 3, + "instId": 400002, + "pos": { + "x": 3589, + "y": 0, + "z": 3007 + }, + "rot": { + "x": 0, + "y": 240110, + "z": 0 + }, + "npcId": 1003 + }, + { + "groupId": 3, + "instId": 400003, + "pos": { + "x": -4420, + "y": 21, + "z": -1101 + }, + "rot": { + "x": 0, + "y": 69628, + "z": 0 + }, + "npcId": 1004 + } + ], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1380, + "y": 0, + "z": 3160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": -1380, + "y": 0, + "z": 3160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 30, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -6380, + "y": 0, + "z": 18890 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 2000 + } + ], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [ + { + "groupId": 34, + "instId": 400001, + "pos": { + "x": -5717, + "y": 0, + "z": -13802 + }, + "rot": { + "x": 0, + "y": 40618, + "z": 0 + }, + "npcId": 3012 + } + ], + "props": [], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 8, + "pos": { + "x": -6416, + "y": 0, + "z": -12950 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 2004 + } + ], + "teleports": { + "2206": { + "anchorId": 1, + "groupId": 47, + "instId": 300001, + "pos": { + "x": -4030, + "y": 0, + "z": -13006 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "49": { + "monsters": [], + "npcs": [ + { + "groupId": 49, + "instId": 400001, + "pos": { + "x": -3900, + "y": 0, + "z": 23160 + }, + "rot": { + "x": 0, + "y": 235814, + "z": 0 + }, + "npcId": 1009 + }, + { + "groupId": 49, + "instId": 400002, + "pos": { + "x": -4050, + "y": 0, + "z": 8160 + }, + "rot": { + "x": 0, + "y": 103322, + "z": 0 + }, + "npcId": 1105 + }, + { + "groupId": 49, + "instId": 400003, + "pos": { + "x": 3270, + "y": 0, + "z": 11750 + }, + "rot": { + "x": 0, + "y": 265953, + "z": 0 + }, + "npcId": 1109 + }, + { + "groupId": 49, + "instId": 400004, + "pos": { + "x": 1950, + "y": 0, + "z": -3900 + }, + "rot": { + "x": 0, + "y": 118788, + "z": 0 + }, + "npcId": 1103 + }, + { + "groupId": 49, + "instId": 400005, + "pos": { + "x": 3080, + "y": 0, + "z": -6630 + }, + "rot": { + "x": 0, + "y": 76000, + "z": 0 + }, + "npcId": 1104 + }, + { + "groupId": 49, + "instId": 400006, + "pos": { + "x": 3340, + "y": 0, + "z": -9550 + }, + "rot": { + "x": 0, + "y": 91640, + "z": 0 + }, + "npcId": 1107 + }, + { + "groupId": 49, + "instId": 400007, + "pos": { + "x": 3940, + "y": 0, + "z": -6307 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1008 + }, + { + "groupId": 49, + "instId": 400008, + "pos": { + "x": -809, + "y": 0, + "z": -15500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1204 + }, + { + "groupId": 49, + "instId": 400009, + "pos": { + "x": -295, + "y": 0, + "z": -16041 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1006 + }, + { + "groupId": 49, + "instId": 400010, + "pos": { + "x": -1196, + "y": 0, + "z": -14570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1209 + }, + { + "groupId": 49, + "instId": 400011, + "pos": { + "x": -85, + "y": 0, + "z": -14674 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1210 + }, + { + "groupId": 49, + "instId": 400012, + "pos": { + "x": -1461, + "y": 0, + "z": 26274 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1202 + }, + { + "groupId": 49, + "instId": 400013, + "pos": { + "x": 252, + "y": 0, + "z": 773 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1106 + }, + { + "groupId": 49, + "instId": 400014, + "pos": { + "x": 252, + "y": 0, + "z": -20 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1110 + }, + { + "groupId": 49, + "instId": 400015, + "pos": { + "x": 252, + "y": 0, + "z": -748 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1111 + }, + { + "groupId": 49, + "instId": 400016, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1207 + }, + { + "groupId": 49, + "instId": 400017, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1112 + }, + { + "groupId": 49, + "instId": 400018, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1101 + }, + { + "groupId": 49, + "instId": 400019, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1102 + }, + { + "groupId": 49, + "instId": 400020, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1205 + }, + { + "groupId": 49, + "instId": 400021, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1217 + }, + { + "groupId": 49, + "instId": 400022, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1218 + }, + { + "groupId": 49, + "instId": 400023, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1101 + }, + { + "groupId": 49, + "instId": 400024, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1102 + }, + { + "groupId": 49, + "instId": 400025, + "pos": { + "x": 109, + "y": 0, + "z": -1265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1217 + }, + { + "groupId": 49, + "instId": 400026, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1306 + }, + { + "groupId": 49, + "instId": 400027, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1305 + }, + { + "groupId": 49, + "instId": 400028, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1312 + }, + { + "groupId": 49, + "instId": 400029, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1316 + }, + { + "groupId": 49, + "instId": 400030, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1315 + }, + { + "groupId": 49, + "instId": 400031, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1314 + }, + { + "groupId": 49, + "instId": 400032, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1307 + }, + { + "groupId": 49, + "instId": 400033, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1302 + }, + { + "groupId": 49, + "instId": 400034, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1221 + }, + { + "groupId": 49, + "instId": 400035, + "pos": { + "x": 0, + "y": 0, + "z": 20000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 1221 + } + ], + "props": [], + "teleports": {} + }, + "66": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 66, + "instId": 300001, + "propState": 0, + "pos": { + "x": 4130, + "y": 661, + "z": -9297 + }, + "rot": { + "x": 0, + "y": 67168, + "z": 0 + }, + "propId": 2006 + }, + { + "groupId": 66, + "instId": 300002, + "propState": 0, + "pos": { + "x": 4159, + "y": 741, + "z": -9305 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "142": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 142, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3347, + "y": 998, + "z": 14811 + }, + "rot": { + "x": 0, + "y": 90736, + "z": 0 + }, + "propId": 100083 + } + ], + "teleports": {} + }, + "153": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 153, + "instId": 300001, + "propState": 18, + "pos": { + "x": -6408, + "y": 1007, + "z": 8795 + }, + "rot": { + "x": 0, + "y": 225882, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 3, + "worldId": 100, + "startAnchorId": 1, + "startGroupId": 47 + } + }, + "101010102": { + "P10101_F10101001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -47830, + "y": -6336, + "z": 81720 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 0, + "pos": { + "x": 31690, + "y": 210, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300007, + "propState": 0, + "pos": { + "x": 37160, + "y": -93, + "z": -168310 + }, + "rot": { + "x": 0, + "y": 153500, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 0, + "pos": { + "x": -23320, + "y": -4889, + "z": -149600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300008, + "propState": 0, + "pos": { + "x": -23357, + "y": -1100, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1010101": { + "anchorId": 4, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -10138, + "y": 10, + "z": 78898 + }, + "rot": { + "x": 0, + "y": 186078, + "z": 0 + } + }, + "1010102": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -43300, + "y": -93, + "z": -37960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "1010103": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 33046, + "y": 10, + "z": -144792 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [ + { + "groupId": 2, + "instId": 400004, + "pos": { + "x": -4472, + "y": 234, + "z": -11818 + }, + "rot": { + "x": 0, + "y": 188708, + "z": 0 + }, + "npcId": 11201 + }, + { + "groupId": 2, + "instId": 400005, + "pos": { + "x": -13080, + "y": 10, + "z": -40030 + }, + "rot": { + "x": 0, + "y": 278638, + "z": 0 + }, + "npcId": 11101 + }, + { + "groupId": 2, + "instId": 400001, + "pos": { + "x": -5011, + "y": 234, + "z": -67815 + }, + "rot": { + "x": 0, + "y": 8091, + "z": 0 + }, + "npcId": 11117 + } + ], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 4027, + "y": -4977, + "z": 39250 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11020, + "y": 21, + "z": -146260 + }, + "rot": { + "x": 0, + "y": 239890, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39253, + "y": -21985, + "z": -55849 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + } + ], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "161": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "174": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 174, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "176": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 176, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "177": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 177, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "178": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 178, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "179": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 179, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "180": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 180, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "181": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 181, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "210": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 210, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "238": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "257": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 257, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5040, + "y": -21996, + "z": -27741 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 257, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5026, + "y": -21996, + "z": -25089 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 5, + "startGroupId": 3 + } + }, + "101010103": { + "P10101_F10101001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -47830, + "y": -6336, + "z": 81720 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 0, + "pos": { + "x": 31690, + "y": 210, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300007, + "propState": 0, + "pos": { + "x": 37160, + "y": -93, + "z": -168310 + }, + "rot": { + "x": 0, + "y": 153500, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 0, + "pos": { + "x": -23320, + "y": -4889, + "z": -149600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300008, + "propState": 0, + "pos": { + "x": -23357, + "y": -1100, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1010101": { + "anchorId": 4, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -10138, + "y": 10, + "z": 78898 + }, + "rot": { + "x": 0, + "y": 186078, + "z": 0 + } + }, + "1010102": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -43300, + "y": -93, + "z": -37960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "1010103": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 33046, + "y": 10, + "z": -144792 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [ + { + "groupId": 2, + "instId": 400004, + "pos": { + "x": -4472, + "y": 234, + "z": -11818 + }, + "rot": { + "x": 0, + "y": 188708, + "z": 0 + }, + "npcId": 11201 + }, + { + "groupId": 2, + "instId": 400005, + "pos": { + "x": -13080, + "y": 10, + "z": -40030 + }, + "rot": { + "x": 0, + "y": 278638, + "z": 0 + }, + "npcId": 11101 + }, + { + "groupId": 2, + "instId": 400001, + "pos": { + "x": -5011, + "y": 234, + "z": -67815 + }, + "rot": { + "x": 0, + "y": 8091, + "z": 0 + }, + "npcId": 11117 + } + ], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 4027, + "y": -4977, + "z": 39250 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11020, + "y": 21, + "z": -146260 + }, + "rot": { + "x": 0, + "y": 239890, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39253, + "y": -21985, + "z": -55849 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + } + ], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "161": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "174": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 174, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "176": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 176, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "177": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 177, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "178": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 178, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "179": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 179, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "180": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 180, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "181": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 181, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "210": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 210, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "238": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "257": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 257, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5040, + "y": -21996, + "z": -27741 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 257, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5026, + "y": -21996, + "z": -25089 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 2, + "startGroupId": 3 + } + }, + "101010104": { + "P10101_F10101001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -47830, + "y": -6336, + "z": 81720 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 0, + "pos": { + "x": 31690, + "y": 210, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300007, + "propState": 0, + "pos": { + "x": 37160, + "y": -93, + "z": -168310 + }, + "rot": { + "x": 0, + "y": 153500, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 0, + "pos": { + "x": -23320, + "y": -4889, + "z": -149600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300008, + "propState": 0, + "pos": { + "x": -23357, + "y": -1100, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1010101": { + "anchorId": 4, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -10138, + "y": 10, + "z": 78898 + }, + "rot": { + "x": 0, + "y": 186078, + "z": 0 + } + }, + "1010102": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -43300, + "y": -93, + "z": -37960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "1010103": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 33046, + "y": 10, + "z": -144792 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [ + { + "groupId": 2, + "instId": 400004, + "pos": { + "x": -4472, + "y": 234, + "z": -11818 + }, + "rot": { + "x": 0, + "y": 188708, + "z": 0 + }, + "npcId": 11201 + }, + { + "groupId": 2, + "instId": 400005, + "pos": { + "x": -13080, + "y": 10, + "z": -40030 + }, + "rot": { + "x": 0, + "y": 278638, + "z": 0 + }, + "npcId": 11101 + }, + { + "groupId": 2, + "instId": 400001, + "pos": { + "x": -5011, + "y": 234, + "z": -67815 + }, + "rot": { + "x": 0, + "y": 8091, + "z": 0 + }, + "npcId": 11117 + } + ], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 4027, + "y": -4977, + "z": 39250 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11020, + "y": 21, + "z": -146260 + }, + "rot": { + "x": 0, + "y": 239890, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39253, + "y": -21985, + "z": -55849 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + } + ], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "161": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "174": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 174, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "176": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 176, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "177": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 177, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "178": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 178, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "179": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 179, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "180": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 180, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "181": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 181, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "210": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 210, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "238": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "257": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 257, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5040, + "y": -21996, + "z": -27741 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 257, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5026, + "y": -21996, + "z": -25089 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 3, + "startGroupId": 3 + } + }, + "101010105": { + "P10101_F10101001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -47830, + "y": -6336, + "z": 81720 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 0, + "pos": { + "x": 31690, + "y": 210, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300007, + "propState": 0, + "pos": { + "x": 37160, + "y": -93, + "z": -168310 + }, + "rot": { + "x": 0, + "y": 153500, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 0, + "pos": { + "x": -23320, + "y": -4889, + "z": -149600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300008, + "propState": 0, + "pos": { + "x": -23357, + "y": -1100, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1010101": { + "anchorId": 4, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -10138, + "y": 10, + "z": 78898 + }, + "rot": { + "x": 0, + "y": 186078, + "z": 0 + } + }, + "1010102": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -43300, + "y": -93, + "z": -37960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "1010103": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 33046, + "y": 10, + "z": -144792 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [ + { + "groupId": 2, + "instId": 400004, + "pos": { + "x": -4472, + "y": 234, + "z": -11818 + }, + "rot": { + "x": 0, + "y": 188708, + "z": 0 + }, + "npcId": 11201 + }, + { + "groupId": 2, + "instId": 400005, + "pos": { + "x": -13080, + "y": 10, + "z": -40030 + }, + "rot": { + "x": 0, + "y": 278638, + "z": 0 + }, + "npcId": 11101 + }, + { + "groupId": 2, + "instId": 400001, + "pos": { + "x": -5011, + "y": 234, + "z": -67815 + }, + "rot": { + "x": 0, + "y": 8091, + "z": 0 + }, + "npcId": 11117 + } + ], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 4027, + "y": -4977, + "z": 39250 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11020, + "y": 21, + "z": -146260 + }, + "rot": { + "x": 0, + "y": 239890, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39253, + "y": -21985, + "z": -55849 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + } + ], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "161": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "174": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 174, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "176": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 176, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "177": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 177, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "178": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 178, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "179": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 179, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "180": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 180, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "181": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 181, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "210": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 210, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "238": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "257": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 257, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5040, + "y": -21996, + "z": -27741 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 257, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5026, + "y": -21996, + "z": -25089 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 1, + "startGroupId": 3 + } + }, + "101010106": { + "P10101_F10101001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -47830, + "y": -6336, + "z": 81720 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 0, + "pos": { + "x": 31690, + "y": 210, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300007, + "propState": 0, + "pos": { + "x": 37160, + "y": -93, + "z": -168310 + }, + "rot": { + "x": 0, + "y": 153500, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 0, + "pos": { + "x": -23320, + "y": -4889, + "z": -149600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300008, + "propState": 0, + "pos": { + "x": -23357, + "y": -1100, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1010101": { + "anchorId": 4, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -10138, + "y": 10, + "z": 78898 + }, + "rot": { + "x": 0, + "y": 186078, + "z": 0 + } + }, + "1010102": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -43300, + "y": -93, + "z": -37960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "1010103": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 33046, + "y": 10, + "z": -144792 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [ + { + "groupId": 2, + "instId": 400004, + "pos": { + "x": -4472, + "y": 234, + "z": -11818 + }, + "rot": { + "x": 0, + "y": 188708, + "z": 0 + }, + "npcId": 11201 + }, + { + "groupId": 2, + "instId": 400005, + "pos": { + "x": -13080, + "y": 10, + "z": -40030 + }, + "rot": { + "x": 0, + "y": 278638, + "z": 0 + }, + "npcId": 11101 + }, + { + "groupId": 2, + "instId": 400001, + "pos": { + "x": -5011, + "y": 234, + "z": -67815 + }, + "rot": { + "x": 0, + "y": 8091, + "z": 0 + }, + "npcId": 11117 + } + ], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 4027, + "y": -4977, + "z": 39250 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11020, + "y": 21, + "z": -146260 + }, + "rot": { + "x": 0, + "y": 239890, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39253, + "y": -21985, + "z": -55849 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + } + ], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "161": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "174": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 174, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "176": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 176, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "177": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 177, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "178": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 178, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "179": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 179, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "180": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 180, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "181": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 181, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "210": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 210, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "238": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "257": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 257, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5040, + "y": -21996, + "z": -27741 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 257, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5026, + "y": -21996, + "z": -25089 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 9, + "startGroupId": 3 + } + }, + "101010107": { + "P10101_F10101001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -47830, + "y": -6336, + "z": 81720 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 0, + "pos": { + "x": 31690, + "y": 210, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300007, + "propState": 0, + "pos": { + "x": 37160, + "y": -93, + "z": -168310 + }, + "rot": { + "x": 0, + "y": 153500, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 0, + "pos": { + "x": -23320, + "y": -4889, + "z": -149600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300008, + "propState": 0, + "pos": { + "x": -23357, + "y": -1100, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1010101": { + "anchorId": 4, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -10138, + "y": 10, + "z": 78898 + }, + "rot": { + "x": 0, + "y": 186078, + "z": 0 + } + }, + "1010102": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -43300, + "y": -93, + "z": -37960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "1010103": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 33046, + "y": 10, + "z": -144792 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [ + { + "groupId": 2, + "instId": 400004, + "pos": { + "x": -4472, + "y": 234, + "z": -11818 + }, + "rot": { + "x": 0, + "y": 188708, + "z": 0 + }, + "npcId": 11201 + }, + { + "groupId": 2, + "instId": 400005, + "pos": { + "x": -13080, + "y": 10, + "z": -40030 + }, + "rot": { + "x": 0, + "y": 278638, + "z": 0 + }, + "npcId": 11101 + }, + { + "groupId": 2, + "instId": 400001, + "pos": { + "x": -5011, + "y": 234, + "z": -67815 + }, + "rot": { + "x": 0, + "y": 8091, + "z": 0 + }, + "npcId": 11117 + } + ], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 4027, + "y": -4977, + "z": 39250 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11020, + "y": 21, + "z": -146260 + }, + "rot": { + "x": 0, + "y": 239890, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39253, + "y": -21985, + "z": -55849 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + } + ], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "161": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "174": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 174, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "176": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 176, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "177": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 177, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "178": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 178, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "179": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 179, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "180": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 180, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "181": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 181, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "210": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 210, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "238": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "257": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 257, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5040, + "y": -21996, + "z": -27741 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 257, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5026, + "y": -21996, + "z": -25089 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 10, + "startGroupId": 3 + } + }, + "101010108": { + "P10101_F10101001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -47830, + "y": -6336, + "z": 81720 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 0, + "pos": { + "x": 31690, + "y": 210, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300007, + "propState": 0, + "pos": { + "x": 37160, + "y": -93, + "z": -168310 + }, + "rot": { + "x": 0, + "y": 153500, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 0, + "pos": { + "x": -23320, + "y": -4889, + "z": -149600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300008, + "propState": 0, + "pos": { + "x": -23357, + "y": -1100, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1010101": { + "anchorId": 4, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -10138, + "y": 10, + "z": 78898 + }, + "rot": { + "x": 0, + "y": 186078, + "z": 0 + } + }, + "1010102": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -43300, + "y": -93, + "z": -37960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "1010103": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 33046, + "y": 10, + "z": -144792 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [ + { + "groupId": 2, + "instId": 400004, + "pos": { + "x": -4472, + "y": 234, + "z": -11818 + }, + "rot": { + "x": 0, + "y": 188708, + "z": 0 + }, + "npcId": 11201 + }, + { + "groupId": 2, + "instId": 400005, + "pos": { + "x": -13080, + "y": 10, + "z": -40030 + }, + "rot": { + "x": 0, + "y": 278638, + "z": 0 + }, + "npcId": 11101 + }, + { + "groupId": 2, + "instId": 400001, + "pos": { + "x": -5011, + "y": 234, + "z": -67815 + }, + "rot": { + "x": 0, + "y": 8091, + "z": 0 + }, + "npcId": 11117 + } + ], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 4027, + "y": -4977, + "z": 39250 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11020, + "y": 21, + "z": -146260 + }, + "rot": { + "x": 0, + "y": 239890, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39253, + "y": -21985, + "z": -55849 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + } + ], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "161": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "174": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 174, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "176": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 176, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "177": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 177, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "178": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 178, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "179": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 179, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "180": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 180, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "181": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 181, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "210": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 210, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "238": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "257": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 257, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5040, + "y": -21996, + "z": -27741 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 257, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5026, + "y": -21996, + "z": -25089 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 11, + "startGroupId": 3 + } + }, + "101010109": { + "P10101_F10101001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -47830, + "y": -6336, + "z": 81720 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 0, + "pos": { + "x": 31690, + "y": 210, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300007, + "propState": 0, + "pos": { + "x": 37160, + "y": -93, + "z": -168310 + }, + "rot": { + "x": 0, + "y": 153500, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 0, + "pos": { + "x": -23320, + "y": -4889, + "z": -149600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300008, + "propState": 0, + "pos": { + "x": -23357, + "y": -1100, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1010101": { + "anchorId": 4, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -10138, + "y": 10, + "z": 78898 + }, + "rot": { + "x": 0, + "y": 186078, + "z": 0 + } + }, + "1010102": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -43300, + "y": -93, + "z": -37960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "1010103": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 33046, + "y": 10, + "z": -144792 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [ + { + "groupId": 2, + "instId": 400004, + "pos": { + "x": -4472, + "y": 234, + "z": -11818 + }, + "rot": { + "x": 0, + "y": 188708, + "z": 0 + }, + "npcId": 11201 + }, + { + "groupId": 2, + "instId": 400005, + "pos": { + "x": -13080, + "y": 10, + "z": -40030 + }, + "rot": { + "x": 0, + "y": 278638, + "z": 0 + }, + "npcId": 11101 + }, + { + "groupId": 2, + "instId": 400001, + "pos": { + "x": -5011, + "y": 234, + "z": -67815 + }, + "rot": { + "x": 0, + "y": 8091, + "z": 0 + }, + "npcId": 11117 + } + ], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 4027, + "y": -4977, + "z": 39250 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11020, + "y": 21, + "z": -146260 + }, + "rot": { + "x": 0, + "y": 239890, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39253, + "y": -21985, + "z": -55849 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + } + ], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "161": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "174": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 174, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "176": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 176, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "177": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 177, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "178": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 178, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "179": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 179, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "180": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 180, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "181": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 181, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "210": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 210, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "238": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "257": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 257, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5040, + "y": -21996, + "z": -27741 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 257, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5026, + "y": -21996, + "z": -25089 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 12, + "startGroupId": 3 + } + }, + "101010110": { + "P10101_F10101001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -47830, + "y": -6336, + "z": 81720 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 0, + "pos": { + "x": 31690, + "y": 210, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300007, + "propState": 0, + "pos": { + "x": 37160, + "y": -93, + "z": -168310 + }, + "rot": { + "x": 0, + "y": 153500, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 0, + "pos": { + "x": -23320, + "y": -4889, + "z": -149600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300008, + "propState": 0, + "pos": { + "x": -23357, + "y": -1100, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1010101": { + "anchorId": 4, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -10138, + "y": 10, + "z": 78898 + }, + "rot": { + "x": 0, + "y": 186078, + "z": 0 + } + }, + "1010102": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -43300, + "y": -93, + "z": -37960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "1010103": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 33046, + "y": 10, + "z": -144792 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [ + { + "groupId": 2, + "instId": 400004, + "pos": { + "x": -4472, + "y": 234, + "z": -11818 + }, + "rot": { + "x": 0, + "y": 188708, + "z": 0 + }, + "npcId": 11201 + }, + { + "groupId": 2, + "instId": 400005, + "pos": { + "x": -13080, + "y": 10, + "z": -40030 + }, + "rot": { + "x": 0, + "y": 278638, + "z": 0 + }, + "npcId": 11101 + }, + { + "groupId": 2, + "instId": 400001, + "pos": { + "x": -5011, + "y": 234, + "z": -67815 + }, + "rot": { + "x": 0, + "y": 8091, + "z": 0 + }, + "npcId": 11117 + } + ], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 4027, + "y": -4977, + "z": 39250 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11020, + "y": 21, + "z": -146260 + }, + "rot": { + "x": 0, + "y": 239890, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39253, + "y": -21985, + "z": -55849 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + } + ], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "161": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "174": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 174, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "176": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 176, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "177": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 177, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "178": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 178, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "179": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 179, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "180": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 180, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "181": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 181, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "210": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 210, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "238": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "257": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 257, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5040, + "y": -21996, + "z": -27741 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 257, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5026, + "y": -21996, + "z": -25089 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 13, + "startGroupId": 3 + } + }, + "101010111": { + "P10101_F10101001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -47830, + "y": -6336, + "z": 81720 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 0, + "pos": { + "x": 31690, + "y": 210, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300007, + "propState": 0, + "pos": { + "x": 37160, + "y": -93, + "z": -168310 + }, + "rot": { + "x": 0, + "y": 153500, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 0, + "pos": { + "x": -23320, + "y": -4889, + "z": -149600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300008, + "propState": 0, + "pos": { + "x": -23357, + "y": -1100, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1010101": { + "anchorId": 4, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -10138, + "y": 10, + "z": 78898 + }, + "rot": { + "x": 0, + "y": 186078, + "z": 0 + } + }, + "1010102": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -43300, + "y": -93, + "z": -37960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "1010103": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 33046, + "y": 10, + "z": -144792 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [ + { + "groupId": 2, + "instId": 400004, + "pos": { + "x": -4472, + "y": 234, + "z": -11818 + }, + "rot": { + "x": 0, + "y": 188708, + "z": 0 + }, + "npcId": 11201 + }, + { + "groupId": 2, + "instId": 400005, + "pos": { + "x": -13080, + "y": 10, + "z": -40030 + }, + "rot": { + "x": 0, + "y": 278638, + "z": 0 + }, + "npcId": 11101 + }, + { + "groupId": 2, + "instId": 400001, + "pos": { + "x": -5011, + "y": 234, + "z": -67815 + }, + "rot": { + "x": 0, + "y": 8091, + "z": 0 + }, + "npcId": 11117 + } + ], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 4027, + "y": -4977, + "z": 39250 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11020, + "y": 21, + "z": -146260 + }, + "rot": { + "x": 0, + "y": 239890, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39253, + "y": -21985, + "z": -55849 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + } + ], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "161": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "174": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 174, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "176": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 176, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "177": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 177, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "178": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 178, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "179": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 179, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "180": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 180, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "181": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 181, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "210": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 210, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "238": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "257": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 257, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5040, + "y": -21996, + "z": -27741 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 257, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5026, + "y": -21996, + "z": -25089 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 1, + "startGroupId": 264 + } + }, + "101010112": { + "P10101_F10101001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -47830, + "y": -6336, + "z": 81720 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 0, + "pos": { + "x": 31690, + "y": 210, + "z": -40220 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300007, + "propState": 0, + "pos": { + "x": 37160, + "y": -93, + "z": -168310 + }, + "rot": { + "x": 0, + "y": 153500, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300005, + "propState": 0, + "pos": { + "x": -23320, + "y": -4889, + "z": -149600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300008, + "propState": 0, + "pos": { + "x": -23357, + "y": -1100, + "z": -129990 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1010101": { + "anchorId": 4, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -10138, + "y": 10, + "z": 78898 + }, + "rot": { + "x": 0, + "y": 186078, + "z": 0 + } + }, + "1010102": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -43300, + "y": -93, + "z": -37960 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "1010103": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 33046, + "y": 10, + "z": -144792 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [ + { + "groupId": 2, + "instId": 400004, + "pos": { + "x": -4472, + "y": 234, + "z": -11818 + }, + "rot": { + "x": 0, + "y": 188708, + "z": 0 + }, + "npcId": 11201 + }, + { + "groupId": 2, + "instId": 400005, + "pos": { + "x": -13080, + "y": 10, + "z": -40030 + }, + "rot": { + "x": 0, + "y": 278638, + "z": 0 + }, + "npcId": 11101 + }, + { + "groupId": 2, + "instId": 400001, + "pos": { + "x": -5011, + "y": 234, + "z": -67815 + }, + "rot": { + "x": 0, + "y": 8091, + "z": 0 + }, + "npcId": 11117 + } + ], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 4027, + "y": -4977, + "z": 39250 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11020, + "y": 21, + "z": -146260 + }, + "rot": { + "x": 0, + "y": 239890, + "z": 0 + }, + "propId": 101022 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": -39253, + "y": -21985, + "z": -55849 + }, + "rot": { + "x": 0, + "y": 269730, + "z": 0 + }, + "propId": 101022 + } + ], + "teleports": {} + }, + "108": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "161": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "174": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 174, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -31435, + "y": 554, + "z": 96453 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "176": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 176, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "177": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 177, + "instId": 300001, + "propState": 18, + "pos": { + "x": -22451, + "y": 555, + "z": 81026 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "178": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 178, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "179": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 179, + "instId": 300001, + "propState": 18, + "pos": { + "x": 5503, + "y": 556, + "z": 56068 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "180": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 180, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "181": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 181, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11566, + "y": 556, + "z": 58099 + }, + "rot": { + "x": 0, + "y": 102492, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + }, + "210": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 210, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "238": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "257": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 257, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5040, + "y": -21996, + "z": -27741 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 257, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5026, + "y": -21996, + "z": -25089 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 1, + "startGroupId": 276 + } + }, + "101010402": { + "P10101_F10101001": { + "scenes": { + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 18, + "pos": { + "x": -11153, + "y": 887, + "z": 1911 + }, + "rot": { + "x": 0, + "y": 30966, + "z": 0 + }, + "propId": 101029 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 18, + "pos": { + "x": -11153, + "y": 888, + "z": 1911 + }, + "rot": { + "x": 0, + "y": 30966, + "z": 0 + }, + "propId": 101029 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 18, + "pos": { + "x": -11153, + "y": 889, + "z": 1911 + }, + "rot": { + "x": 0, + "y": 30966, + "z": 0 + }, + "propId": 101029 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 18, + "pos": { + "x": -11153, + "y": 889, + "z": 1911 + }, + "rot": { + "x": 0, + "y": 30966, + "z": 0 + }, + "propId": 101029 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 2, + "startGroupId": 1 + } + }, + "101010502": { + "P10101_F10101001": { + "scenes": { + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 18, + "pos": { + "x": -7040, + "y": 551, + "z": -5034 + }, + "rot": { + "x": 0, + "y": 321353, + "z": 0 + }, + "propId": 101029 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 2, + "startGroupId": 2 + } + }, + "101010503": { + "P10101_F10101001": { + "scenes": { + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300001, + "propState": 18, + "pos": { + "x": -7040, + "y": 551, + "z": -5034 + }, + "rot": { + "x": 0, + "y": 321353, + "z": 0 + }, + "propId": 101029 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 201, + "startAnchorId": 1, + "startGroupId": 27 + } + }, + "101020102": { + "P10102_F10102001": { + "scenes": { + "8": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -15619, + "y": -652, + "z": 90330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 0, + "pos": { + "x": -63700, + "y": 9840, + "z": -25330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 119 + }, + { + "groupId": 30, + "instId": 300007, + "propState": 0, + "pos": { + "x": -60680, + "y": 18080, + "z": -60020 + }, + "rot": { + "x": 0, + "y": 329524, + "z": 0 + }, + "propId": 119 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 0, + "pos": { + "x": 15820, + "y": -365, + "z": 22960 + }, + "rot": { + "x": 0, + "y": 23789, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": { + "1010201": { + "anchorId": 1, + "groupId": 30, + "instId": 300002, + "pos": { + "x": -15390, + "y": -617, + "z": 57320 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + } + }, + "1010202": { + "anchorId": 2, + "groupId": 30, + "instId": 300001, + "pos": { + "x": -75010, + "y": 4696, + "z": 2010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "1010203": { + "anchorId": 3, + "groupId": 30, + "instId": 300004, + "pos": { + "x": -77800, + "y": 4408, + "z": 56600 + }, + "rot": { + "x": 0, + "y": 206000, + "z": 0 + } + } + } + }, + "79": { + "monsters": [], + "npcs": [ + { + "groupId": 79, + "instId": 400001, + "pos": { + "x": -15270, + "y": -358, + "z": 37590 + }, + "rot": { + "x": 0, + "y": 84501, + "z": 0 + }, + "npcId": 11104 + } + ], + "props": [], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300002, + "propState": 18, + "pos": { + "x": 9556, + "y": 1003, + "z": 20920 + }, + "rot": { + "x": 0, + "y": 295968, + "z": 0 + }, + "propId": 101031 + } + ], + "teleports": {} + }, + "114": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 114, + "instId": 300001, + "propState": 0, + "pos": { + "x": -38163, + "y": 1323, + "z": 30921 + }, + "rot": { + "x": 0, + "y": 25324, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300002, + "propState": 0, + "pos": { + "x": -73620, + "y": 6290, + "z": 6967 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300003, + "propState": 0, + "pos": { + "x": -51793, + "y": 6595, + "z": -13783 + }, + "rot": { + "x": 0, + "y": 299684, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300004, + "propState": 0, + "pos": { + "x": -52718, + "y": 6525, + "z": -15821 + }, + "rot": { + "x": 0, + "y": 294764, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300005, + "propState": 0, + "pos": { + "x": -5751, + "y": 11276, + "z": -20090 + }, + "rot": { + "x": 0, + "y": 88906, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300006, + "propState": 0, + "pos": { + "x": 16401, + "y": 1173, + "z": 40462 + }, + "rot": { + "x": 0, + "y": 262327, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300007, + "propState": 0, + "pos": { + "x": 16656, + "y": 1161, + "z": 42701 + }, + "rot": { + "x": 0, + "y": 279260, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300008, + "propState": 0, + "pos": { + "x": -40251, + "y": 1289, + "z": 31870 + }, + "rot": { + "x": 0, + "y": 24902, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300009, + "propState": 0, + "pos": { + "x": -92102, + "y": 6322, + "z": 40797 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300010, + "propState": 0, + "pos": { + "x": -41595, + "y": 1306, + "z": 32046 + }, + "rot": { + "x": 0, + "y": 338782, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300011, + "propState": 0, + "pos": { + "x": -6398, + "y": 11237, + "z": -21443 + }, + "rot": { + "x": 0, + "y": 320545, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300012, + "propState": 0, + "pos": { + "x": -72304, + "y": 6180, + "z": 6999 + }, + "rot": { + "x": 0, + "y": 325953, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300013, + "propState": 0, + "pos": { + "x": 17209, + "y": 1266, + "z": 39201 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300014, + "propState": 0, + "pos": { + "x": -35592, + "y": 782, + "z": 39822 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300015, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "128": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "135": { + "monsters": [], + "npcs": [ + { + "groupId": 135, + "instId": 400001, + "pos": { + "x": 5397, + "y": 9672, + "z": -4360 + }, + "rot": { + "x": 0, + "y": 244381, + "z": 0 + }, + "npcId": 11105 + } + ], + "props": [ + { + "groupId": 135, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5512, + "y": 9650, + "z": -4335 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -16172, + "y": 600, + "z": 38613 + }, + "rot": { + "x": 0, + "y": 254822, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 3, + "startGroupId": 2 + } + }, + "101020103": { + "P10102_F10102001": { + "scenes": { + "8": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -15619, + "y": -652, + "z": 90330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 0, + "pos": { + "x": -63700, + "y": 9840, + "z": -25330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 119 + }, + { + "groupId": 30, + "instId": 300007, + "propState": 0, + "pos": { + "x": -60680, + "y": 18080, + "z": -60020 + }, + "rot": { + "x": 0, + "y": 329524, + "z": 0 + }, + "propId": 119 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 0, + "pos": { + "x": 15820, + "y": -365, + "z": 22960 + }, + "rot": { + "x": 0, + "y": 23789, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": { + "1010201": { + "anchorId": 1, + "groupId": 30, + "instId": 300002, + "pos": { + "x": -15390, + "y": -617, + "z": 57320 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + } + }, + "1010202": { + "anchorId": 2, + "groupId": 30, + "instId": 300001, + "pos": { + "x": -75010, + "y": 4696, + "z": 2010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "1010203": { + "anchorId": 3, + "groupId": 30, + "instId": 300004, + "pos": { + "x": -77800, + "y": 4408, + "z": 56600 + }, + "rot": { + "x": 0, + "y": 206000, + "z": 0 + } + } + } + }, + "79": { + "monsters": [], + "npcs": [ + { + "groupId": 79, + "instId": 400001, + "pos": { + "x": -15270, + "y": -358, + "z": 37590 + }, + "rot": { + "x": 0, + "y": 84501, + "z": 0 + }, + "npcId": 11104 + } + ], + "props": [], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300002, + "propState": 18, + "pos": { + "x": 9556, + "y": 1003, + "z": 20920 + }, + "rot": { + "x": 0, + "y": 295968, + "z": 0 + }, + "propId": 101031 + } + ], + "teleports": {} + }, + "114": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 114, + "instId": 300001, + "propState": 0, + "pos": { + "x": -38163, + "y": 1323, + "z": 30921 + }, + "rot": { + "x": 0, + "y": 25324, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300002, + "propState": 0, + "pos": { + "x": -73620, + "y": 6290, + "z": 6967 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300003, + "propState": 0, + "pos": { + "x": -51793, + "y": 6595, + "z": -13783 + }, + "rot": { + "x": 0, + "y": 299684, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300004, + "propState": 0, + "pos": { + "x": -52718, + "y": 6525, + "z": -15821 + }, + "rot": { + "x": 0, + "y": 294764, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300005, + "propState": 0, + "pos": { + "x": -5751, + "y": 11276, + "z": -20090 + }, + "rot": { + "x": 0, + "y": 88906, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300006, + "propState": 0, + "pos": { + "x": 16401, + "y": 1173, + "z": 40462 + }, + "rot": { + "x": 0, + "y": 262327, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300007, + "propState": 0, + "pos": { + "x": 16656, + "y": 1161, + "z": 42701 + }, + "rot": { + "x": 0, + "y": 279260, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300008, + "propState": 0, + "pos": { + "x": -40251, + "y": 1289, + "z": 31870 + }, + "rot": { + "x": 0, + "y": 24902, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300009, + "propState": 0, + "pos": { + "x": -92102, + "y": 6322, + "z": 40797 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300010, + "propState": 0, + "pos": { + "x": -41595, + "y": 1306, + "z": 32046 + }, + "rot": { + "x": 0, + "y": 338782, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300011, + "propState": 0, + "pos": { + "x": -6398, + "y": 11237, + "z": -21443 + }, + "rot": { + "x": 0, + "y": 320545, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300012, + "propState": 0, + "pos": { + "x": -72304, + "y": 6180, + "z": 6999 + }, + "rot": { + "x": 0, + "y": 325953, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300013, + "propState": 0, + "pos": { + "x": 17209, + "y": 1266, + "z": 39201 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300014, + "propState": 0, + "pos": { + "x": -35592, + "y": 782, + "z": 39822 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300015, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "128": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "135": { + "monsters": [], + "npcs": [ + { + "groupId": 135, + "instId": 400001, + "pos": { + "x": 5397, + "y": 9672, + "z": -4360 + }, + "rot": { + "x": 0, + "y": 244381, + "z": 0 + }, + "npcId": 11105 + } + ], + "props": [ + { + "groupId": 135, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5512, + "y": 9650, + "z": -4335 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -16172, + "y": 600, + "z": 38613 + }, + "rot": { + "x": 0, + "y": 254822, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 4, + "startGroupId": 2 + } + }, + "101020104": { + "P10102_F10102001": { + "scenes": { + "8": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -15619, + "y": -652, + "z": 90330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 0, + "pos": { + "x": -63700, + "y": 9840, + "z": -25330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 119 + }, + { + "groupId": 30, + "instId": 300007, + "propState": 0, + "pos": { + "x": -60680, + "y": 18080, + "z": -60020 + }, + "rot": { + "x": 0, + "y": 329524, + "z": 0 + }, + "propId": 119 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 0, + "pos": { + "x": 15820, + "y": -365, + "z": 22960 + }, + "rot": { + "x": 0, + "y": 23789, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": { + "1010201": { + "anchorId": 1, + "groupId": 30, + "instId": 300002, + "pos": { + "x": -15390, + "y": -617, + "z": 57320 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + } + }, + "1010202": { + "anchorId": 2, + "groupId": 30, + "instId": 300001, + "pos": { + "x": -75010, + "y": 4696, + "z": 2010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "1010203": { + "anchorId": 3, + "groupId": 30, + "instId": 300004, + "pos": { + "x": -77800, + "y": 4408, + "z": 56600 + }, + "rot": { + "x": 0, + "y": 206000, + "z": 0 + } + } + } + }, + "79": { + "monsters": [], + "npcs": [ + { + "groupId": 79, + "instId": 400001, + "pos": { + "x": -15270, + "y": -358, + "z": 37590 + }, + "rot": { + "x": 0, + "y": 84501, + "z": 0 + }, + "npcId": 11104 + } + ], + "props": [], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300002, + "propState": 18, + "pos": { + "x": 9556, + "y": 1003, + "z": 20920 + }, + "rot": { + "x": 0, + "y": 295968, + "z": 0 + }, + "propId": 101031 + } + ], + "teleports": {} + }, + "114": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 114, + "instId": 300001, + "propState": 0, + "pos": { + "x": -38163, + "y": 1323, + "z": 30921 + }, + "rot": { + "x": 0, + "y": 25324, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300002, + "propState": 0, + "pos": { + "x": -73620, + "y": 6290, + "z": 6967 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300003, + "propState": 0, + "pos": { + "x": -51793, + "y": 6595, + "z": -13783 + }, + "rot": { + "x": 0, + "y": 299684, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300004, + "propState": 0, + "pos": { + "x": -52718, + "y": 6525, + "z": -15821 + }, + "rot": { + "x": 0, + "y": 294764, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300005, + "propState": 0, + "pos": { + "x": -5751, + "y": 11276, + "z": -20090 + }, + "rot": { + "x": 0, + "y": 88906, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300006, + "propState": 0, + "pos": { + "x": 16401, + "y": 1173, + "z": 40462 + }, + "rot": { + "x": 0, + "y": 262327, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300007, + "propState": 0, + "pos": { + "x": 16656, + "y": 1161, + "z": 42701 + }, + "rot": { + "x": 0, + "y": 279260, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300008, + "propState": 0, + "pos": { + "x": -40251, + "y": 1289, + "z": 31870 + }, + "rot": { + "x": 0, + "y": 24902, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300009, + "propState": 0, + "pos": { + "x": -92102, + "y": 6322, + "z": 40797 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300010, + "propState": 0, + "pos": { + "x": -41595, + "y": 1306, + "z": 32046 + }, + "rot": { + "x": 0, + "y": 338782, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300011, + "propState": 0, + "pos": { + "x": -6398, + "y": 11237, + "z": -21443 + }, + "rot": { + "x": 0, + "y": 320545, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300012, + "propState": 0, + "pos": { + "x": -72304, + "y": 6180, + "z": 6999 + }, + "rot": { + "x": 0, + "y": 325953, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300013, + "propState": 0, + "pos": { + "x": 17209, + "y": 1266, + "z": 39201 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300014, + "propState": 0, + "pos": { + "x": -35592, + "y": 782, + "z": 39822 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300015, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "128": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "135": { + "monsters": [], + "npcs": [ + { + "groupId": 135, + "instId": 400001, + "pos": { + "x": 5397, + "y": 9672, + "z": -4360 + }, + "rot": { + "x": 0, + "y": 244381, + "z": 0 + }, + "npcId": 11105 + } + ], + "props": [ + { + "groupId": 135, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5512, + "y": 9650, + "z": -4335 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -16172, + "y": 600, + "z": 38613 + }, + "rot": { + "x": 0, + "y": 254822, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 7, + "startGroupId": 2 + } + }, + "101020105": { + "P10102_F10102001": { + "scenes": { + "8": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -15619, + "y": -652, + "z": 90330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 0, + "pos": { + "x": -63700, + "y": 9840, + "z": -25330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 119 + }, + { + "groupId": 30, + "instId": 300007, + "propState": 0, + "pos": { + "x": -60680, + "y": 18080, + "z": -60020 + }, + "rot": { + "x": 0, + "y": 329524, + "z": 0 + }, + "propId": 119 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 0, + "pos": { + "x": 15820, + "y": -365, + "z": 22960 + }, + "rot": { + "x": 0, + "y": 23789, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": { + "1010201": { + "anchorId": 1, + "groupId": 30, + "instId": 300002, + "pos": { + "x": -15390, + "y": -617, + "z": 57320 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + } + }, + "1010202": { + "anchorId": 2, + "groupId": 30, + "instId": 300001, + "pos": { + "x": -75010, + "y": 4696, + "z": 2010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "1010203": { + "anchorId": 3, + "groupId": 30, + "instId": 300004, + "pos": { + "x": -77800, + "y": 4408, + "z": 56600 + }, + "rot": { + "x": 0, + "y": 206000, + "z": 0 + } + } + } + }, + "79": { + "monsters": [], + "npcs": [ + { + "groupId": 79, + "instId": 400001, + "pos": { + "x": -15270, + "y": -358, + "z": 37590 + }, + "rot": { + "x": 0, + "y": 84501, + "z": 0 + }, + "npcId": 11104 + } + ], + "props": [], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300002, + "propState": 18, + "pos": { + "x": 9556, + "y": 1003, + "z": 20920 + }, + "rot": { + "x": 0, + "y": 295968, + "z": 0 + }, + "propId": 101031 + } + ], + "teleports": {} + }, + "114": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 114, + "instId": 300001, + "propState": 0, + "pos": { + "x": -38163, + "y": 1323, + "z": 30921 + }, + "rot": { + "x": 0, + "y": 25324, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300002, + "propState": 0, + "pos": { + "x": -73620, + "y": 6290, + "z": 6967 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300003, + "propState": 0, + "pos": { + "x": -51793, + "y": 6595, + "z": -13783 + }, + "rot": { + "x": 0, + "y": 299684, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300004, + "propState": 0, + "pos": { + "x": -52718, + "y": 6525, + "z": -15821 + }, + "rot": { + "x": 0, + "y": 294764, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300005, + "propState": 0, + "pos": { + "x": -5751, + "y": 11276, + "z": -20090 + }, + "rot": { + "x": 0, + "y": 88906, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300006, + "propState": 0, + "pos": { + "x": 16401, + "y": 1173, + "z": 40462 + }, + "rot": { + "x": 0, + "y": 262327, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300007, + "propState": 0, + "pos": { + "x": 16656, + "y": 1161, + "z": 42701 + }, + "rot": { + "x": 0, + "y": 279260, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300008, + "propState": 0, + "pos": { + "x": -40251, + "y": 1289, + "z": 31870 + }, + "rot": { + "x": 0, + "y": 24902, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300009, + "propState": 0, + "pos": { + "x": -92102, + "y": 6322, + "z": 40797 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300010, + "propState": 0, + "pos": { + "x": -41595, + "y": 1306, + "z": 32046 + }, + "rot": { + "x": 0, + "y": 338782, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300011, + "propState": 0, + "pos": { + "x": -6398, + "y": 11237, + "z": -21443 + }, + "rot": { + "x": 0, + "y": 320545, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300012, + "propState": 0, + "pos": { + "x": -72304, + "y": 6180, + "z": 6999 + }, + "rot": { + "x": 0, + "y": 325953, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300013, + "propState": 0, + "pos": { + "x": 17209, + "y": 1266, + "z": 39201 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300014, + "propState": 0, + "pos": { + "x": -35592, + "y": 782, + "z": 39822 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300015, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "128": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "135": { + "monsters": [], + "npcs": [ + { + "groupId": 135, + "instId": 400001, + "pos": { + "x": 5397, + "y": 9672, + "z": -4360 + }, + "rot": { + "x": 0, + "y": 244381, + "z": 0 + }, + "npcId": 11105 + } + ], + "props": [ + { + "groupId": 135, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5512, + "y": 9650, + "z": -4335 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -16172, + "y": 600, + "z": 38613 + }, + "rot": { + "x": 0, + "y": 254822, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 2, + "startGroupId": 2 + } + }, + "101020106": { + "P10102_F10102001": { + "scenes": { + "8": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -15619, + "y": -652, + "z": 90330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 0, + "pos": { + "x": -63700, + "y": 9840, + "z": -25330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 119 + }, + { + "groupId": 30, + "instId": 300007, + "propState": 0, + "pos": { + "x": -60680, + "y": 18080, + "z": -60020 + }, + "rot": { + "x": 0, + "y": 329524, + "z": 0 + }, + "propId": 119 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 0, + "pos": { + "x": 15820, + "y": -365, + "z": 22960 + }, + "rot": { + "x": 0, + "y": 23789, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": { + "1010201": { + "anchorId": 1, + "groupId": 30, + "instId": 300002, + "pos": { + "x": -15390, + "y": -617, + "z": 57320 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + } + }, + "1010202": { + "anchorId": 2, + "groupId": 30, + "instId": 300001, + "pos": { + "x": -75010, + "y": 4696, + "z": 2010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "1010203": { + "anchorId": 3, + "groupId": 30, + "instId": 300004, + "pos": { + "x": -77800, + "y": 4408, + "z": 56600 + }, + "rot": { + "x": 0, + "y": 206000, + "z": 0 + } + } + } + }, + "79": { + "monsters": [], + "npcs": [ + { + "groupId": 79, + "instId": 400001, + "pos": { + "x": -15270, + "y": -358, + "z": 37590 + }, + "rot": { + "x": 0, + "y": 84501, + "z": 0 + }, + "npcId": 11104 + } + ], + "props": [], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300002, + "propState": 18, + "pos": { + "x": 9556, + "y": 1003, + "z": 20920 + }, + "rot": { + "x": 0, + "y": 295968, + "z": 0 + }, + "propId": 101031 + } + ], + "teleports": {} + }, + "114": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 114, + "instId": 300001, + "propState": 0, + "pos": { + "x": -38163, + "y": 1323, + "z": 30921 + }, + "rot": { + "x": 0, + "y": 25324, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300002, + "propState": 0, + "pos": { + "x": -73620, + "y": 6290, + "z": 6967 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300003, + "propState": 0, + "pos": { + "x": -51793, + "y": 6595, + "z": -13783 + }, + "rot": { + "x": 0, + "y": 299684, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300004, + "propState": 0, + "pos": { + "x": -52718, + "y": 6525, + "z": -15821 + }, + "rot": { + "x": 0, + "y": 294764, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300005, + "propState": 0, + "pos": { + "x": -5751, + "y": 11276, + "z": -20090 + }, + "rot": { + "x": 0, + "y": 88906, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300006, + "propState": 0, + "pos": { + "x": 16401, + "y": 1173, + "z": 40462 + }, + "rot": { + "x": 0, + "y": 262327, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300007, + "propState": 0, + "pos": { + "x": 16656, + "y": 1161, + "z": 42701 + }, + "rot": { + "x": 0, + "y": 279260, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300008, + "propState": 0, + "pos": { + "x": -40251, + "y": 1289, + "z": 31870 + }, + "rot": { + "x": 0, + "y": 24902, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300009, + "propState": 0, + "pos": { + "x": -92102, + "y": 6322, + "z": 40797 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300010, + "propState": 0, + "pos": { + "x": -41595, + "y": 1306, + "z": 32046 + }, + "rot": { + "x": 0, + "y": 338782, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300011, + "propState": 0, + "pos": { + "x": -6398, + "y": 11237, + "z": -21443 + }, + "rot": { + "x": 0, + "y": 320545, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300012, + "propState": 0, + "pos": { + "x": -72304, + "y": 6180, + "z": 6999 + }, + "rot": { + "x": 0, + "y": 325953, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300013, + "propState": 0, + "pos": { + "x": 17209, + "y": 1266, + "z": 39201 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300014, + "propState": 0, + "pos": { + "x": -35592, + "y": 782, + "z": 39822 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300015, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "128": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "135": { + "monsters": [], + "npcs": [ + { + "groupId": 135, + "instId": 400001, + "pos": { + "x": 5397, + "y": 9672, + "z": -4360 + }, + "rot": { + "x": 0, + "y": 244381, + "z": 0 + }, + "npcId": 11105 + } + ], + "props": [ + { + "groupId": 135, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5512, + "y": 9650, + "z": -4335 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -16172, + "y": 600, + "z": 38613 + }, + "rot": { + "x": 0, + "y": 254822, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 6, + "startGroupId": 2 + } + }, + "101020107": { + "P10102_F10102001": { + "scenes": { + "8": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": {} + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -15619, + "y": -652, + "z": 90330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 30, + "instId": 300006, + "propState": 0, + "pos": { + "x": -63700, + "y": 9840, + "z": -25330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 119 + }, + { + "groupId": 30, + "instId": 300007, + "propState": 0, + "pos": { + "x": -60680, + "y": 18080, + "z": -60020 + }, + "rot": { + "x": 0, + "y": 329524, + "z": 0 + }, + "propId": 119 + }, + { + "groupId": 30, + "instId": 300003, + "propState": 0, + "pos": { + "x": 15820, + "y": -365, + "z": 22960 + }, + "rot": { + "x": 0, + "y": 23789, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": { + "1010201": { + "anchorId": 1, + "groupId": 30, + "instId": 300002, + "pos": { + "x": -15390, + "y": -617, + "z": 57320 + }, + "rot": { + "x": 0, + "y": 150000, + "z": 0 + } + }, + "1010202": { + "anchorId": 2, + "groupId": 30, + "instId": 300001, + "pos": { + "x": -75010, + "y": 4696, + "z": 2010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "1010203": { + "anchorId": 3, + "groupId": 30, + "instId": 300004, + "pos": { + "x": -77800, + "y": 4408, + "z": 56600 + }, + "rot": { + "x": 0, + "y": 206000, + "z": 0 + } + } + } + }, + "79": { + "monsters": [], + "npcs": [ + { + "groupId": 79, + "instId": 400001, + "pos": { + "x": -15270, + "y": -358, + "z": 37590 + }, + "rot": { + "x": 0, + "y": 84501, + "z": 0 + }, + "npcId": 11104 + } + ], + "props": [], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300002, + "propState": 18, + "pos": { + "x": 9556, + "y": 1003, + "z": 20920 + }, + "rot": { + "x": 0, + "y": 295968, + "z": 0 + }, + "propId": 101031 + } + ], + "teleports": {} + }, + "114": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 114, + "instId": 300001, + "propState": 0, + "pos": { + "x": -38163, + "y": 1323, + "z": 30921 + }, + "rot": { + "x": 0, + "y": 25324, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300002, + "propState": 0, + "pos": { + "x": -73620, + "y": 6290, + "z": 6967 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300003, + "propState": 0, + "pos": { + "x": -51793, + "y": 6595, + "z": -13783 + }, + "rot": { + "x": 0, + "y": 299684, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300004, + "propState": 0, + "pos": { + "x": -52718, + "y": 6525, + "z": -15821 + }, + "rot": { + "x": 0, + "y": 294764, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300005, + "propState": 0, + "pos": { + "x": -5751, + "y": 11276, + "z": -20090 + }, + "rot": { + "x": 0, + "y": 88906, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300006, + "propState": 0, + "pos": { + "x": 16401, + "y": 1173, + "z": 40462 + }, + "rot": { + "x": 0, + "y": 262327, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300007, + "propState": 0, + "pos": { + "x": 16656, + "y": 1161, + "z": 42701 + }, + "rot": { + "x": 0, + "y": 279260, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300008, + "propState": 0, + "pos": { + "x": -40251, + "y": 1289, + "z": 31870 + }, + "rot": { + "x": 0, + "y": 24902, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300009, + "propState": 0, + "pos": { + "x": -92102, + "y": 6322, + "z": 40797 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300010, + "propState": 0, + "pos": { + "x": -41595, + "y": 1306, + "z": 32046 + }, + "rot": { + "x": 0, + "y": 338782, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300011, + "propState": 0, + "pos": { + "x": -6398, + "y": 11237, + "z": -21443 + }, + "rot": { + "x": 0, + "y": 320545, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300012, + "propState": 0, + "pos": { + "x": -72304, + "y": 6180, + "z": 6999 + }, + "rot": { + "x": 0, + "y": 325953, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300013, + "propState": 0, + "pos": { + "x": 17209, + "y": 1266, + "z": 39201 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300014, + "propState": 0, + "pos": { + "x": -35592, + "y": 782, + "z": 39822 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 114, + "instId": 300015, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "128": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "135": { + "monsters": [], + "npcs": [ + { + "groupId": 135, + "instId": 400001, + "pos": { + "x": 5397, + "y": 9672, + "z": -4360 + }, + "rot": { + "x": 0, + "y": 244381, + "z": 0 + }, + "npcId": 11105 + } + ], + "props": [ + { + "groupId": 135, + "instId": 300001, + "propState": 0, + "pos": { + "x": 5512, + "y": 9650, + "z": -4335 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "175": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 175, + "instId": 300001, + "propState": 18, + "pos": { + "x": -16172, + "y": 600, + "z": 38613 + }, + "rot": { + "x": 0, + "y": 254822, + "z": 0 + }, + "propId": 101028 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 201, + "startAnchorId": 5, + "startGroupId": 2 + } + }, + "102010102": { + "P10201_F10201001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1020101": { + "anchorId": 1, + "groupId": 16, + "instId": 300001, + "pos": { + "x": 21417, + "y": 5994, + "z": -28394 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "1020102": { + "anchorId": 2, + "groupId": 16, + "instId": 300002, + "pos": { + "x": -47550, + "y": 4994, + "z": -16741 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1020103": { + "anchorId": 3, + "groupId": 16, + "instId": 300003, + "pos": { + "x": -55600, + "y": -1023, + "z": -98000 + }, + "rot": { + "x": 0, + "y": 336000, + "z": 0 + } + } + } + }, + "21": { + "monsters": [], + "npcs": [ + { + "groupId": 21, + "instId": 400001, + "pos": { + "x": -50970, + "y": -1012, + "z": -133570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 12201 + }, + { + "groupId": 21, + "instId": 400002, + "pos": { + "x": -68135, + "y": -1022, + "z": -44395 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12202 + }, + { + "groupId": 21, + "instId": 400004, + "pos": { + "x": -75160, + "y": -1012, + "z": -65340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12203 + }, + { + "groupId": 21, + "instId": 400005, + "pos": { + "x": -75579, + "y": 2997, + "z": -95733 + }, + "rot": { + "x": 0, + "y": 95700, + "z": 0 + }, + "npcId": 12103 + } + ], + "props": [], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [ + { + "groupId": 25, + "instId": 400001, + "pos": { + "x": -12922, + "y": -974, + "z": -57880 + }, + "rot": { + "x": 0, + "y": 265700, + "z": 0 + }, + "npcId": 12212 + } + ], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4505, + "y": 921, + "z": -8905 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300002, + "propState": 0, + "pos": { + "x": 15368, + "y": 10010, + "z": -59497 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [ + { + "groupId": 61, + "instId": 400001, + "pos": { + "x": -67631, + "y": -903, + "z": -89054 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12101 + } + ], + "props": [], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [ + { + "groupId": 75, + "instId": 400001, + "pos": { + "x": -50827, + "y": -775, + "z": -118951 + }, + "rot": { + "x": 0, + "y": 235286, + "z": 0 + }, + "npcId": 12219 + } + ], + "props": [], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 102, + "instId": 300002, + "propState": 0, + "pos": { + "x": -4411, + "y": 789, + "z": -9117 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 102, + "instId": 300001, + "propState": 0, + "pos": { + "x": -63739, + "y": 207, + "z": -73411 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 102, + "instId": 300003, + "propState": 0, + "pos": { + "x": -71956, + "y": 419, + "z": -73411 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 102, + "instId": 300004, + "propState": 0, + "pos": { + "x": -84223, + "y": 3458, + "z": -117960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + } + ], + "teleports": {} + }, + "105": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 105, + "instId": 300001, + "propState": 0, + "pos": { + "x": 46288, + "y": 3866, + "z": -90456 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 0, + "pos": { + "x": 27260, + "y": 4066, + "z": -91020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300003, + "propState": 0, + "pos": { + "x": 23950, + "y": 8607, + "z": -38090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300004, + "propState": 0, + "pos": { + "x": 6950, + "y": 8607, + "z": -38090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300005, + "propState": 0, + "pos": { + "x": 32838, + "y": 4042, + "z": -90577 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300006, + "propState": 0, + "pos": { + "x": 44248, + "y": 4042, + "z": -81159 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300007, + "propState": 0, + "pos": { + "x": 50571, + "y": 4437, + "z": -71730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300008, + "propState": 0, + "pos": { + "x": -6218, + "y": 1525, + "z": -1982 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300009, + "propState": 0, + "pos": { + "x": -24207, + "y": 6480, + "z": -7136 + }, + "rot": { + "x": 0, + "y": 90366, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300010, + "propState": 0, + "pos": { + "x": -13710, + "y": 6480, + "z": -28810 + }, + "rot": { + "x": 0, + "y": 302, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300011, + "propState": 0, + "pos": { + "x": -63454, + "y": 624, + "z": -114431 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300012, + "propState": 0, + "pos": { + "x": -71272, + "y": -333, + "z": -105100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300013, + "propState": 0, + "pos": { + "x": -11973, + "y": -333, + "z": -79453 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300017, + "propState": 0, + "pos": { + "x": -43762, + "y": -333, + "z": -134660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300021, + "propState": 0, + "pos": { + "x": -37802, + "y": 827, + "z": -653 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300014, + "propState": 0, + "pos": { + "x": -71877, + "y": -333, + "z": -101345 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300015, + "propState": 0, + "pos": { + "x": -65544, + "y": -333, + "z": -82714 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300016, + "propState": 0, + "pos": { + "x": 49401, + "y": 5587, + "z": -47206 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300018, + "propState": 0, + "pos": { + "x": -94164, + "y": 2886, + "z": -41046 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300019, + "propState": 0, + "pos": { + "x": -18456, + "y": -58, + "z": -83777 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300043, + "propState": 0, + "pos": { + "x": 63701, + "y": 5893, + "z": -41095 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300024, + "propState": 0, + "pos": { + "x": -49682, + "y": -41, + "z": -120364 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300025, + "propState": 0, + "pos": { + "x": 15880, + "y": 190, + "z": -15270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300026, + "propState": 0, + "pos": { + "x": 51010, + "y": 2670, + "z": -78880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300027, + "propState": 0, + "pos": { + "x": -43344, + "y": -6, + "z": 3820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300028, + "propState": 0, + "pos": { + "x": 31728, + "y": 1040, + "z": -749 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300029, + "propState": 0, + "pos": { + "x": 14190, + "y": 1040, + "z": -978 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300030, + "propState": 0, + "pos": { + "x": -9840, + "y": 1040, + "z": -8517 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300031, + "propState": 0, + "pos": { + "x": 23996, + "y": 1226, + "z": -604 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300032, + "propState": 0, + "pos": { + "x": 6677, + "y": 1226, + "z": -604 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300033, + "propState": 0, + "pos": { + "x": -7968, + "y": 4119, + "z": -11890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300034, + "propState": 0, + "pos": { + "x": -64668, + "y": -208, + "z": -39504 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300035, + "propState": 0, + "pos": { + "x": -66696, + "y": -208, + "z": -46710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300036, + "propState": 0, + "pos": { + "x": -17565, + "y": 474, + "z": -84907 + }, + "rot": { + "x": 0, + "y": 43491, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300037, + "propState": 0, + "pos": { + "x": -53075, + "y": 30, + "z": -53917 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300038, + "propState": 0, + "pos": { + "x": -53075, + "y": 30, + "z": -56560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300039, + "propState": 0, + "pos": { + "x": -53415, + "y": 30, + "z": -55322 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300040, + "propState": 0, + "pos": { + "x": -90567, + "y": 4686, + "z": -95540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300041, + "propState": 0, + "pos": { + "x": -90567, + "y": 4397, + "z": -97402 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300042, + "propState": 0, + "pos": { + "x": -81104, + "y": 4401, + "z": -92064 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300044, + "propState": 0, + "pos": { + "x": 58960, + "y": 5320, + "z": -41720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300045, + "propState": 0, + "pos": { + "x": 66987, + "y": 5320, + "z": -40120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300051, + "propState": 0, + "pos": { + "x": -64956, + "y": -455, + "z": -91917 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "120": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 120, + "instId": 300002, + "propState": 0, + "pos": { + "x": -90770, + "y": 2240, + "z": -18717 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300003, + "propState": 0, + "pos": { + "x": -1634, + "y": 949, + "z": -9014 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300004, + "propState": 0, + "pos": { + "x": -1634, + "y": 560, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300005, + "propState": 0, + "pos": { + "x": -67465, + "y": -363, + "z": -115921 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300006, + "propState": 0, + "pos": { + "x": -72070, + "y": 2822, + "z": -129009 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300007, + "propState": 0, + "pos": { + "x": -19043, + "y": -275, + "z": -83471 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300008, + "propState": 0, + "pos": { + "x": -44986, + "y": -203, + "z": -134469 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300009, + "propState": 0, + "pos": { + "x": -90770, + "y": 2240, + "z": -18558 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300010, + "propState": 0, + "pos": { + "x": -1634, + "y": 949, + "z": -9014 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300011, + "propState": 0, + "pos": { + "x": -1634, + "y": 759, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300012, + "propState": 0, + "pos": { + "x": -67556, + "y": -50, + "z": -115518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300013, + "propState": 0, + "pos": { + "x": -72151, + "y": 2864, + "z": -128971 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300014, + "propState": 0, + "pos": { + "x": -19043, + "y": -210, + "z": -83471 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300015, + "propState": 0, + "pos": { + "x": -44986, + "y": 138, + "z": -134259 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + } + ], + "teleports": {} + }, + "125": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 125, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1634, + "y": 560, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "127": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 127, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1634, + "y": 560, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 127, + "instId": 300002, + "propState": 0, + "pos": { + "x": -1634, + "y": 759, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + } + ], + "teleports": {} + }, + "133": { + "monsters": [], + "npcs": [ + { + "groupId": 133, + "instId": 400001, + "pos": { + "x": -640, + "y": 4960, + "z": -37430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 12256 + } + ], + "props": [ + { + "groupId": 133, + "instId": 300001, + "propState": 0, + "pos": { + "x": -640, + "y": 4960, + "z": -37430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "171": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 171, + "instId": 300001, + "propState": 0, + "pos": { + "x": -62545, + "y": -171, + "z": -117195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "174": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 174, + "instId": 300002, + "propState": 18, + "pos": { + "x": 53279, + "y": 5738, + "z": -31176 + }, + "rot": { + "x": 0, + "y": 261633, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "190": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 190, + "instId": 300001, + "propState": 18, + "pos": { + "x": -76492, + "y": 16, + "z": -59619 + }, + "rot": { + "x": 0, + "y": 133504, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "268": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 268, + "instId": 300001, + "propState": 18, + "pos": { + "x": 44235, + "y": 3757, + "z": -94735 + }, + "rot": { + "x": 0, + "y": 356050, + "z": 0 + }, + "propId": 102011 + } + ], + "teleports": {} + }, + "269": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 269, + "instId": 300006, + "propState": 0, + "pos": { + "x": -51041, + "y": 4994, + "z": -18956 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 269, + "instId": 300007, + "propState": 0, + "pos": { + "x": -59088, + "y": -1032, + "z": -45017 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 269, + "instId": 300008, + "propState": 0, + "pos": { + "x": -56220, + "y": -884, + "z": -60810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 269, + "instId": 300010, + "propState": 0, + "pos": { + "x": -63384, + "y": -1032, + "z": -69969 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 269, + "instId": 300011, + "propState": 0, + "pos": { + "x": -21402, + "y": -928, + "z": -80152 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 269, + "instId": 300034, + "propState": 0, + "pos": { + "x": -37547, + "y": 4994, + "z": -15987 + }, + "rot": { + "x": 0, + "y": 54058, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 269, + "instId": 300035, + "propState": 0, + "pos": { + "x": -53481, + "y": -1032, + "z": -46193 + }, + "rot": { + "x": 0, + "y": 278428, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 269, + "instId": 300036, + "propState": 0, + "pos": { + "x": -54540, + "y": -1027, + "z": -73961 + }, + "rot": { + "x": 0, + "y": 248125, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "280": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 280, + "instId": 300001, + "propState": 0, + "pos": { + "x": -53587, + "y": -135, + "z": -67973 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "281": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 281, + "instId": 300001, + "propState": 18, + "pos": { + "x": 39212, + "y": 3932, + "z": -89292 + }, + "rot": { + "x": 0, + "y": 352125, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 301, + "startAnchorId": 2, + "startGroupId": 1 + } + }, + "102010103": { + "P10201_F10201001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1020101": { + "anchorId": 1, + "groupId": 16, + "instId": 300001, + "pos": { + "x": 21417, + "y": 5994, + "z": -28394 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "1020102": { + "anchorId": 2, + "groupId": 16, + "instId": 300002, + "pos": { + "x": -47550, + "y": 4994, + "z": -16741 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1020103": { + "anchorId": 3, + "groupId": 16, + "instId": 300003, + "pos": { + "x": -55600, + "y": -1023, + "z": -98000 + }, + "rot": { + "x": 0, + "y": 336000, + "z": 0 + } + } + } + }, + "21": { + "monsters": [], + "npcs": [ + { + "groupId": 21, + "instId": 400001, + "pos": { + "x": -50970, + "y": -1012, + "z": -133570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 12201 + }, + { + "groupId": 21, + "instId": 400002, + "pos": { + "x": -68135, + "y": -1022, + "z": -44395 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12202 + }, + { + "groupId": 21, + "instId": 400004, + "pos": { + "x": -75160, + "y": -1012, + "z": -65340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12203 + }, + { + "groupId": 21, + "instId": 400005, + "pos": { + "x": -75579, + "y": 2997, + "z": -95733 + }, + "rot": { + "x": 0, + "y": 95700, + "z": 0 + }, + "npcId": 12103 + } + ], + "props": [], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [ + { + "groupId": 25, + "instId": 400001, + "pos": { + "x": -12922, + "y": -974, + "z": -57880 + }, + "rot": { + "x": 0, + "y": 265700, + "z": 0 + }, + "npcId": 12212 + } + ], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4505, + "y": 921, + "z": -8905 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300002, + "propState": 0, + "pos": { + "x": 15368, + "y": 10010, + "z": -59497 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [ + { + "groupId": 61, + "instId": 400001, + "pos": { + "x": -67631, + "y": -903, + "z": -89054 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12101 + } + ], + "props": [], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [ + { + "groupId": 75, + "instId": 400001, + "pos": { + "x": -50827, + "y": -775, + "z": -118951 + }, + "rot": { + "x": 0, + "y": 235286, + "z": 0 + }, + "npcId": 12219 + } + ], + "props": [], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 102, + "instId": 300002, + "propState": 0, + "pos": { + "x": -4411, + "y": 789, + "z": -9117 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 102, + "instId": 300001, + "propState": 0, + "pos": { + "x": -63739, + "y": 207, + "z": -73411 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 102, + "instId": 300003, + "propState": 0, + "pos": { + "x": -71956, + "y": 419, + "z": -73411 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 102, + "instId": 300004, + "propState": 0, + "pos": { + "x": -84223, + "y": 3458, + "z": -117960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + } + ], + "teleports": {} + }, + "105": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 105, + "instId": 300001, + "propState": 0, + "pos": { + "x": 46288, + "y": 3866, + "z": -90456 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 0, + "pos": { + "x": 27260, + "y": 4066, + "z": -91020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300003, + "propState": 0, + "pos": { + "x": 23950, + "y": 8607, + "z": -38090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300004, + "propState": 0, + "pos": { + "x": 6950, + "y": 8607, + "z": -38090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300005, + "propState": 0, + "pos": { + "x": 32838, + "y": 4042, + "z": -90577 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300006, + "propState": 0, + "pos": { + "x": 44248, + "y": 4042, + "z": -81159 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300007, + "propState": 0, + "pos": { + "x": 50571, + "y": 4437, + "z": -71730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300008, + "propState": 0, + "pos": { + "x": -6218, + "y": 1525, + "z": -1982 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300009, + "propState": 0, + "pos": { + "x": -24207, + "y": 6480, + "z": -7136 + }, + "rot": { + "x": 0, + "y": 90366, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300010, + "propState": 0, + "pos": { + "x": -13710, + "y": 6480, + "z": -28810 + }, + "rot": { + "x": 0, + "y": 302, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300011, + "propState": 0, + "pos": { + "x": -63454, + "y": 624, + "z": -114431 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300012, + "propState": 0, + "pos": { + "x": -71272, + "y": -333, + "z": -105100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300013, + "propState": 0, + "pos": { + "x": -11973, + "y": -333, + "z": -79453 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300017, + "propState": 0, + "pos": { + "x": -43762, + "y": -333, + "z": -134660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300021, + "propState": 0, + "pos": { + "x": -37802, + "y": 827, + "z": -653 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300014, + "propState": 0, + "pos": { + "x": -71877, + "y": -333, + "z": -101345 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300015, + "propState": 0, + "pos": { + "x": -65544, + "y": -333, + "z": -82714 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300016, + "propState": 0, + "pos": { + "x": 49401, + "y": 5587, + "z": -47206 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300018, + "propState": 0, + "pos": { + "x": -94164, + "y": 2886, + "z": -41046 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300019, + "propState": 0, + "pos": { + "x": -18456, + "y": -58, + "z": -83777 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300043, + "propState": 0, + "pos": { + "x": 63701, + "y": 5893, + "z": -41095 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300024, + "propState": 0, + "pos": { + "x": -49682, + "y": -41, + "z": -120364 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300025, + "propState": 0, + "pos": { + "x": 15880, + "y": 190, + "z": -15270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300026, + "propState": 0, + "pos": { + "x": 51010, + "y": 2670, + "z": -78880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300027, + "propState": 0, + "pos": { + "x": -43344, + "y": -6, + "z": 3820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300028, + "propState": 0, + "pos": { + "x": 31728, + "y": 1040, + "z": -749 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300029, + "propState": 0, + "pos": { + "x": 14190, + "y": 1040, + "z": -978 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300030, + "propState": 0, + "pos": { + "x": -9840, + "y": 1040, + "z": -8517 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300031, + "propState": 0, + "pos": { + "x": 23996, + "y": 1226, + "z": -604 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300032, + "propState": 0, + "pos": { + "x": 6677, + "y": 1226, + "z": -604 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300033, + "propState": 0, + "pos": { + "x": -7968, + "y": 4119, + "z": -11890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300034, + "propState": 0, + "pos": { + "x": -64668, + "y": -208, + "z": -39504 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300035, + "propState": 0, + "pos": { + "x": -66696, + "y": -208, + "z": -46710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300036, + "propState": 0, + "pos": { + "x": -17565, + "y": 474, + "z": -84907 + }, + "rot": { + "x": 0, + "y": 43491, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300037, + "propState": 0, + "pos": { + "x": -53075, + "y": 30, + "z": -53917 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300038, + "propState": 0, + "pos": { + "x": -53075, + "y": 30, + "z": -56560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300039, + "propState": 0, + "pos": { + "x": -53415, + "y": 30, + "z": -55322 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300040, + "propState": 0, + "pos": { + "x": -90567, + "y": 4686, + "z": -95540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300041, + "propState": 0, + "pos": { + "x": -90567, + "y": 4397, + "z": -97402 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300042, + "propState": 0, + "pos": { + "x": -81104, + "y": 4401, + "z": -92064 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300044, + "propState": 0, + "pos": { + "x": 58960, + "y": 5320, + "z": -41720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300045, + "propState": 0, + "pos": { + "x": 66987, + "y": 5320, + "z": -40120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300051, + "propState": 0, + "pos": { + "x": -64956, + "y": -455, + "z": -91917 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "120": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 120, + "instId": 300002, + "propState": 0, + "pos": { + "x": -90770, + "y": 2240, + "z": -18717 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300003, + "propState": 0, + "pos": { + "x": -1634, + "y": 949, + "z": -9014 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300004, + "propState": 0, + "pos": { + "x": -1634, + "y": 560, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300005, + "propState": 0, + "pos": { + "x": -67465, + "y": -363, + "z": -115921 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300006, + "propState": 0, + "pos": { + "x": -72070, + "y": 2822, + "z": -129009 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300007, + "propState": 0, + "pos": { + "x": -19043, + "y": -275, + "z": -83471 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300008, + "propState": 0, + "pos": { + "x": -44986, + "y": -203, + "z": -134469 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300009, + "propState": 0, + "pos": { + "x": -90770, + "y": 2240, + "z": -18558 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300010, + "propState": 0, + "pos": { + "x": -1634, + "y": 949, + "z": -9014 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300011, + "propState": 0, + "pos": { + "x": -1634, + "y": 759, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300012, + "propState": 0, + "pos": { + "x": -67556, + "y": -50, + "z": -115518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300013, + "propState": 0, + "pos": { + "x": -72151, + "y": 2864, + "z": -128971 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300014, + "propState": 0, + "pos": { + "x": -19043, + "y": -210, + "z": -83471 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300015, + "propState": 0, + "pos": { + "x": -44986, + "y": 138, + "z": -134259 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + } + ], + "teleports": {} + }, + "125": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 125, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1634, + "y": 560, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "127": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 127, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1634, + "y": 560, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 127, + "instId": 300002, + "propState": 0, + "pos": { + "x": -1634, + "y": 759, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + } + ], + "teleports": {} + }, + "133": { + "monsters": [], + "npcs": [ + { + "groupId": 133, + "instId": 400001, + "pos": { + "x": -640, + "y": 4960, + "z": -37430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 12256 + } + ], + "props": [ + { + "groupId": 133, + "instId": 300001, + "propState": 0, + "pos": { + "x": -640, + "y": 4960, + "z": -37430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "171": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 171, + "instId": 300001, + "propState": 0, + "pos": { + "x": -62545, + "y": -171, + "z": -117195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "174": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 174, + "instId": 300002, + "propState": 18, + "pos": { + "x": 53279, + "y": 5738, + "z": -31176 + }, + "rot": { + "x": 0, + "y": 261633, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "190": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 190, + "instId": 300001, + "propState": 18, + "pos": { + "x": -76492, + "y": 16, + "z": -59619 + }, + "rot": { + "x": 0, + "y": 133504, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "268": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 268, + "instId": 300001, + "propState": 18, + "pos": { + "x": 44235, + "y": 3757, + "z": -94735 + }, + "rot": { + "x": 0, + "y": 356050, + "z": 0 + }, + "propId": 102011 + } + ], + "teleports": {} + }, + "269": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 269, + "instId": 300006, + "propState": 0, + "pos": { + "x": -51041, + "y": 4994, + "z": -18956 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 269, + "instId": 300007, + "propState": 0, + "pos": { + "x": -59088, + "y": -1032, + "z": -45017 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 269, + "instId": 300008, + "propState": 0, + "pos": { + "x": -56220, + "y": -884, + "z": -60810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 269, + "instId": 300010, + "propState": 0, + "pos": { + "x": -63384, + "y": -1032, + "z": -69969 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 269, + "instId": 300011, + "propState": 0, + "pos": { + "x": -21402, + "y": -928, + "z": -80152 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 269, + "instId": 300034, + "propState": 0, + "pos": { + "x": -37547, + "y": 4994, + "z": -15987 + }, + "rot": { + "x": 0, + "y": 54058, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 269, + "instId": 300035, + "propState": 0, + "pos": { + "x": -53481, + "y": -1032, + "z": -46193 + }, + "rot": { + "x": 0, + "y": 278428, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 269, + "instId": 300036, + "propState": 0, + "pos": { + "x": -54540, + "y": -1027, + "z": -73961 + }, + "rot": { + "x": 0, + "y": 248125, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "280": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 280, + "instId": 300001, + "propState": 0, + "pos": { + "x": -53587, + "y": -135, + "z": -67973 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "281": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 281, + "instId": 300001, + "propState": 18, + "pos": { + "x": 39212, + "y": 3932, + "z": -89292 + }, + "rot": { + "x": 0, + "y": 352125, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 301, + "startAnchorId": 1, + "startGroupId": 2 + } + }, + "102010104": { + "P10201_F10201001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1020101": { + "anchorId": 1, + "groupId": 16, + "instId": 300001, + "pos": { + "x": 21417, + "y": 5994, + "z": -28394 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "1020102": { + "anchorId": 2, + "groupId": 16, + "instId": 300002, + "pos": { + "x": -47550, + "y": 4994, + "z": -16741 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1020103": { + "anchorId": 3, + "groupId": 16, + "instId": 300003, + "pos": { + "x": -55600, + "y": -1023, + "z": -98000 + }, + "rot": { + "x": 0, + "y": 336000, + "z": 0 + } + } + } + }, + "21": { + "monsters": [], + "npcs": [ + { + "groupId": 21, + "instId": 400001, + "pos": { + "x": -50970, + "y": -1012, + "z": -133570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 12201 + }, + { + "groupId": 21, + "instId": 400002, + "pos": { + "x": -68135, + "y": -1022, + "z": -44395 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12202 + }, + { + "groupId": 21, + "instId": 400004, + "pos": { + "x": -75160, + "y": -1012, + "z": -65340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12203 + }, + { + "groupId": 21, + "instId": 400005, + "pos": { + "x": -75579, + "y": 2997, + "z": -95733 + }, + "rot": { + "x": 0, + "y": 95700, + "z": 0 + }, + "npcId": 12103 + } + ], + "props": [], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [ + { + "groupId": 25, + "instId": 400001, + "pos": { + "x": -12922, + "y": -974, + "z": -57880 + }, + "rot": { + "x": 0, + "y": 265700, + "z": 0 + }, + "npcId": 12212 + } + ], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4505, + "y": 921, + "z": -8905 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300002, + "propState": 0, + "pos": { + "x": 15368, + "y": 10010, + "z": -59497 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [ + { + "groupId": 61, + "instId": 400001, + "pos": { + "x": -67631, + "y": -903, + "z": -89054 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12101 + } + ], + "props": [], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [ + { + "groupId": 75, + "instId": 400001, + "pos": { + "x": -50827, + "y": -775, + "z": -118951 + }, + "rot": { + "x": 0, + "y": 235286, + "z": 0 + }, + "npcId": 12219 + } + ], + "props": [], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 102, + "instId": 300002, + "propState": 0, + "pos": { + "x": -4411, + "y": 789, + "z": -9117 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 102, + "instId": 300001, + "propState": 0, + "pos": { + "x": -63739, + "y": 207, + "z": -73411 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 102, + "instId": 300003, + "propState": 0, + "pos": { + "x": -71956, + "y": 419, + "z": -73411 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 102, + "instId": 300004, + "propState": 0, + "pos": { + "x": -84223, + "y": 3458, + "z": -117960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + } + ], + "teleports": {} + }, + "105": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 105, + "instId": 300001, + "propState": 0, + "pos": { + "x": 46288, + "y": 3866, + "z": -90456 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 0, + "pos": { + "x": 27260, + "y": 4066, + "z": -91020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300003, + "propState": 0, + "pos": { + "x": 23950, + "y": 8607, + "z": -38090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300004, + "propState": 0, + "pos": { + "x": 6950, + "y": 8607, + "z": -38090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300005, + "propState": 0, + "pos": { + "x": 32838, + "y": 4042, + "z": -90577 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300006, + "propState": 0, + "pos": { + "x": 44248, + "y": 4042, + "z": -81159 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300007, + "propState": 0, + "pos": { + "x": 50571, + "y": 4437, + "z": -71730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300008, + "propState": 0, + "pos": { + "x": -6218, + "y": 1525, + "z": -1982 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300009, + "propState": 0, + "pos": { + "x": -24207, + "y": 6480, + "z": -7136 + }, + "rot": { + "x": 0, + "y": 90366, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300010, + "propState": 0, + "pos": { + "x": -13710, + "y": 6480, + "z": -28810 + }, + "rot": { + "x": 0, + "y": 302, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300011, + "propState": 0, + "pos": { + "x": -63454, + "y": 624, + "z": -114431 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300012, + "propState": 0, + "pos": { + "x": -71272, + "y": -333, + "z": -105100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300013, + "propState": 0, + "pos": { + "x": -11973, + "y": -333, + "z": -79453 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300017, + "propState": 0, + "pos": { + "x": -43762, + "y": -333, + "z": -134660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300021, + "propState": 0, + "pos": { + "x": -37802, + "y": 827, + "z": -653 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300014, + "propState": 0, + "pos": { + "x": -71877, + "y": -333, + "z": -101345 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300015, + "propState": 0, + "pos": { + "x": -65544, + "y": -333, + "z": -82714 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300016, + "propState": 0, + "pos": { + "x": 49401, + "y": 5587, + "z": -47206 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300018, + "propState": 0, + "pos": { + "x": -94164, + "y": 2886, + "z": -41046 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300019, + "propState": 0, + "pos": { + "x": -18456, + "y": -58, + "z": -83777 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300043, + "propState": 0, + "pos": { + "x": 63701, + "y": 5893, + "z": -41095 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300024, + "propState": 0, + "pos": { + "x": -49682, + "y": -41, + "z": -120364 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300025, + "propState": 0, + "pos": { + "x": 15880, + "y": 190, + "z": -15270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300026, + "propState": 0, + "pos": { + "x": 51010, + "y": 2670, + "z": -78880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300027, + "propState": 0, + "pos": { + "x": -43344, + "y": -6, + "z": 3820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300028, + "propState": 0, + "pos": { + "x": 31728, + "y": 1040, + "z": -749 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300029, + "propState": 0, + "pos": { + "x": 14190, + "y": 1040, + "z": -978 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300030, + "propState": 0, + "pos": { + "x": -9840, + "y": 1040, + "z": -8517 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300031, + "propState": 0, + "pos": { + "x": 23996, + "y": 1226, + "z": -604 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300032, + "propState": 0, + "pos": { + "x": 6677, + "y": 1226, + "z": -604 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300033, + "propState": 0, + "pos": { + "x": -7968, + "y": 4119, + "z": -11890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300034, + "propState": 0, + "pos": { + "x": -64668, + "y": -208, + "z": -39504 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300035, + "propState": 0, + "pos": { + "x": -66696, + "y": -208, + "z": -46710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300036, + "propState": 0, + "pos": { + "x": -17565, + "y": 474, + "z": -84907 + }, + "rot": { + "x": 0, + "y": 43491, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300037, + "propState": 0, + "pos": { + "x": -53075, + "y": 30, + "z": -53917 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300038, + "propState": 0, + "pos": { + "x": -53075, + "y": 30, + "z": -56560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300039, + "propState": 0, + "pos": { + "x": -53415, + "y": 30, + "z": -55322 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300040, + "propState": 0, + "pos": { + "x": -90567, + "y": 4686, + "z": -95540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300041, + "propState": 0, + "pos": { + "x": -90567, + "y": 4397, + "z": -97402 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300042, + "propState": 0, + "pos": { + "x": -81104, + "y": 4401, + "z": -92064 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300044, + "propState": 0, + "pos": { + "x": 58960, + "y": 5320, + "z": -41720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300045, + "propState": 0, + "pos": { + "x": 66987, + "y": 5320, + "z": -40120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300051, + "propState": 0, + "pos": { + "x": -64956, + "y": -455, + "z": -91917 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "120": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 120, + "instId": 300002, + "propState": 0, + "pos": { + "x": -90770, + "y": 2240, + "z": -18717 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300003, + "propState": 0, + "pos": { + "x": -1634, + "y": 949, + "z": -9014 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300004, + "propState": 0, + "pos": { + "x": -1634, + "y": 560, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300005, + "propState": 0, + "pos": { + "x": -67465, + "y": -363, + "z": -115921 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300006, + "propState": 0, + "pos": { + "x": -72070, + "y": 2822, + "z": -129009 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300007, + "propState": 0, + "pos": { + "x": -19043, + "y": -275, + "z": -83471 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300008, + "propState": 0, + "pos": { + "x": -44986, + "y": -203, + "z": -134469 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300009, + "propState": 0, + "pos": { + "x": -90770, + "y": 2240, + "z": -18558 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300010, + "propState": 0, + "pos": { + "x": -1634, + "y": 949, + "z": -9014 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300011, + "propState": 0, + "pos": { + "x": -1634, + "y": 759, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300012, + "propState": 0, + "pos": { + "x": -67556, + "y": -50, + "z": -115518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300013, + "propState": 0, + "pos": { + "x": -72151, + "y": 2864, + "z": -128971 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300014, + "propState": 0, + "pos": { + "x": -19043, + "y": -210, + "z": -83471 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300015, + "propState": 0, + "pos": { + "x": -44986, + "y": 138, + "z": -134259 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + } + ], + "teleports": {} + }, + "125": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 125, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1634, + "y": 560, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "127": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 127, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1634, + "y": 560, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 127, + "instId": 300002, + "propState": 0, + "pos": { + "x": -1634, + "y": 759, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + } + ], + "teleports": {} + }, + "133": { + "monsters": [], + "npcs": [ + { + "groupId": 133, + "instId": 400001, + "pos": { + "x": -640, + "y": 4960, + "z": -37430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 12256 + } + ], + "props": [ + { + "groupId": 133, + "instId": 300001, + "propState": 0, + "pos": { + "x": -640, + "y": 4960, + "z": -37430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "171": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 171, + "instId": 300001, + "propState": 0, + "pos": { + "x": -62545, + "y": -171, + "z": -117195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "174": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 174, + "instId": 300002, + "propState": 18, + "pos": { + "x": 53279, + "y": 5738, + "z": -31176 + }, + "rot": { + "x": 0, + "y": 261633, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "190": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 190, + "instId": 300001, + "propState": 18, + "pos": { + "x": -76492, + "y": 16, + "z": -59619 + }, + "rot": { + "x": 0, + "y": 133504, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "268": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 268, + "instId": 300001, + "propState": 18, + "pos": { + "x": 44235, + "y": 3757, + "z": -94735 + }, + "rot": { + "x": 0, + "y": 356050, + "z": 0 + }, + "propId": 102011 + } + ], + "teleports": {} + }, + "269": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 269, + "instId": 300006, + "propState": 0, + "pos": { + "x": -51041, + "y": 4994, + "z": -18956 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 269, + "instId": 300007, + "propState": 0, + "pos": { + "x": -59088, + "y": -1032, + "z": -45017 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 269, + "instId": 300008, + "propState": 0, + "pos": { + "x": -56220, + "y": -884, + "z": -60810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 269, + "instId": 300010, + "propState": 0, + "pos": { + "x": -63384, + "y": -1032, + "z": -69969 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 269, + "instId": 300011, + "propState": 0, + "pos": { + "x": -21402, + "y": -928, + "z": -80152 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 269, + "instId": 300034, + "propState": 0, + "pos": { + "x": -37547, + "y": 4994, + "z": -15987 + }, + "rot": { + "x": 0, + "y": 54058, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 269, + "instId": 300035, + "propState": 0, + "pos": { + "x": -53481, + "y": -1032, + "z": -46193 + }, + "rot": { + "x": 0, + "y": 278428, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 269, + "instId": 300036, + "propState": 0, + "pos": { + "x": -54540, + "y": -1027, + "z": -73961 + }, + "rot": { + "x": 0, + "y": 248125, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "280": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 280, + "instId": 300001, + "propState": 0, + "pos": { + "x": -53587, + "y": -135, + "z": -67973 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "281": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 281, + "instId": 300001, + "propState": 18, + "pos": { + "x": 39212, + "y": 3932, + "z": -89292 + }, + "rot": { + "x": 0, + "y": 352125, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 301, + "startAnchorId": 1, + "startGroupId": 111 + } + }, + "102010105": { + "P10201_F10201001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1020101": { + "anchorId": 1, + "groupId": 16, + "instId": 300001, + "pos": { + "x": 21417, + "y": 5994, + "z": -28394 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "1020102": { + "anchorId": 2, + "groupId": 16, + "instId": 300002, + "pos": { + "x": -47550, + "y": 4994, + "z": -16741 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1020103": { + "anchorId": 3, + "groupId": 16, + "instId": 300003, + "pos": { + "x": -55600, + "y": -1023, + "z": -98000 + }, + "rot": { + "x": 0, + "y": 336000, + "z": 0 + } + } + } + }, + "21": { + "monsters": [], + "npcs": [ + { + "groupId": 21, + "instId": 400001, + "pos": { + "x": -50970, + "y": -1012, + "z": -133570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 12201 + }, + { + "groupId": 21, + "instId": 400002, + "pos": { + "x": -68135, + "y": -1022, + "z": -44395 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12202 + }, + { + "groupId": 21, + "instId": 400004, + "pos": { + "x": -75160, + "y": -1012, + "z": -65340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12203 + }, + { + "groupId": 21, + "instId": 400005, + "pos": { + "x": -75579, + "y": 2997, + "z": -95733 + }, + "rot": { + "x": 0, + "y": 95700, + "z": 0 + }, + "npcId": 12103 + } + ], + "props": [], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [ + { + "groupId": 25, + "instId": 400001, + "pos": { + "x": -12922, + "y": -974, + "z": -57880 + }, + "rot": { + "x": 0, + "y": 265700, + "z": 0 + }, + "npcId": 12212 + } + ], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4505, + "y": 921, + "z": -8905 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300002, + "propState": 0, + "pos": { + "x": 15368, + "y": 10010, + "z": -59497 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [ + { + "groupId": 61, + "instId": 400001, + "pos": { + "x": -67631, + "y": -903, + "z": -89054 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12101 + } + ], + "props": [], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [ + { + "groupId": 75, + "instId": 400001, + "pos": { + "x": -50827, + "y": -775, + "z": -118951 + }, + "rot": { + "x": 0, + "y": 235286, + "z": 0 + }, + "npcId": 12219 + } + ], + "props": [], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 102, + "instId": 300002, + "propState": 0, + "pos": { + "x": -4411, + "y": 789, + "z": -9117 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 102, + "instId": 300001, + "propState": 0, + "pos": { + "x": -63739, + "y": 207, + "z": -73411 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 102, + "instId": 300003, + "propState": 0, + "pos": { + "x": -71956, + "y": 419, + "z": -73411 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 102, + "instId": 300004, + "propState": 0, + "pos": { + "x": -84223, + "y": 3458, + "z": -117960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + } + ], + "teleports": {} + }, + "105": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 105, + "instId": 300001, + "propState": 0, + "pos": { + "x": 46288, + "y": 3866, + "z": -90456 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 0, + "pos": { + "x": 27260, + "y": 4066, + "z": -91020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300003, + "propState": 0, + "pos": { + "x": 23950, + "y": 8607, + "z": -38090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300004, + "propState": 0, + "pos": { + "x": 6950, + "y": 8607, + "z": -38090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300005, + "propState": 0, + "pos": { + "x": 32838, + "y": 4042, + "z": -90577 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300006, + "propState": 0, + "pos": { + "x": 44248, + "y": 4042, + "z": -81159 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300007, + "propState": 0, + "pos": { + "x": 50571, + "y": 4437, + "z": -71730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300008, + "propState": 0, + "pos": { + "x": -6218, + "y": 1525, + "z": -1982 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300009, + "propState": 0, + "pos": { + "x": -24207, + "y": 6480, + "z": -7136 + }, + "rot": { + "x": 0, + "y": 90366, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300010, + "propState": 0, + "pos": { + "x": -13710, + "y": 6480, + "z": -28810 + }, + "rot": { + "x": 0, + "y": 302, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300011, + "propState": 0, + "pos": { + "x": -63454, + "y": 624, + "z": -114431 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300012, + "propState": 0, + "pos": { + "x": -71272, + "y": -333, + "z": -105100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300013, + "propState": 0, + "pos": { + "x": -11973, + "y": -333, + "z": -79453 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300017, + "propState": 0, + "pos": { + "x": -43762, + "y": -333, + "z": -134660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300021, + "propState": 0, + "pos": { + "x": -37802, + "y": 827, + "z": -653 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300014, + "propState": 0, + "pos": { + "x": -71877, + "y": -333, + "z": -101345 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300015, + "propState": 0, + "pos": { + "x": -65544, + "y": -333, + "z": -82714 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300016, + "propState": 0, + "pos": { + "x": 49401, + "y": 5587, + "z": -47206 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300018, + "propState": 0, + "pos": { + "x": -94164, + "y": 2886, + "z": -41046 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300019, + "propState": 0, + "pos": { + "x": -18456, + "y": -58, + "z": -83777 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300043, + "propState": 0, + "pos": { + "x": 63701, + "y": 5893, + "z": -41095 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300024, + "propState": 0, + "pos": { + "x": -49682, + "y": -41, + "z": -120364 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300025, + "propState": 0, + "pos": { + "x": 15880, + "y": 190, + "z": -15270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300026, + "propState": 0, + "pos": { + "x": 51010, + "y": 2670, + "z": -78880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300027, + "propState": 0, + "pos": { + "x": -43344, + "y": -6, + "z": 3820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300028, + "propState": 0, + "pos": { + "x": 31728, + "y": 1040, + "z": -749 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300029, + "propState": 0, + "pos": { + "x": 14190, + "y": 1040, + "z": -978 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300030, + "propState": 0, + "pos": { + "x": -9840, + "y": 1040, + "z": -8517 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300031, + "propState": 0, + "pos": { + "x": 23996, + "y": 1226, + "z": -604 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300032, + "propState": 0, + "pos": { + "x": 6677, + "y": 1226, + "z": -604 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300033, + "propState": 0, + "pos": { + "x": -7968, + "y": 4119, + "z": -11890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300034, + "propState": 0, + "pos": { + "x": -64668, + "y": -208, + "z": -39504 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300035, + "propState": 0, + "pos": { + "x": -66696, + "y": -208, + "z": -46710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300036, + "propState": 0, + "pos": { + "x": -17565, + "y": 474, + "z": -84907 + }, + "rot": { + "x": 0, + "y": 43491, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300037, + "propState": 0, + "pos": { + "x": -53075, + "y": 30, + "z": -53917 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300038, + "propState": 0, + "pos": { + "x": -53075, + "y": 30, + "z": -56560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300039, + "propState": 0, + "pos": { + "x": -53415, + "y": 30, + "z": -55322 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300040, + "propState": 0, + "pos": { + "x": -90567, + "y": 4686, + "z": -95540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300041, + "propState": 0, + "pos": { + "x": -90567, + "y": 4397, + "z": -97402 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300042, + "propState": 0, + "pos": { + "x": -81104, + "y": 4401, + "z": -92064 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300044, + "propState": 0, + "pos": { + "x": 58960, + "y": 5320, + "z": -41720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300045, + "propState": 0, + "pos": { + "x": 66987, + "y": 5320, + "z": -40120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300051, + "propState": 0, + "pos": { + "x": -64956, + "y": -455, + "z": -91917 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "120": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 120, + "instId": 300002, + "propState": 0, + "pos": { + "x": -90770, + "y": 2240, + "z": -18717 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300003, + "propState": 0, + "pos": { + "x": -1634, + "y": 949, + "z": -9014 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300004, + "propState": 0, + "pos": { + "x": -1634, + "y": 560, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300005, + "propState": 0, + "pos": { + "x": -67465, + "y": -363, + "z": -115921 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300006, + "propState": 0, + "pos": { + "x": -72070, + "y": 2822, + "z": -129009 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300007, + "propState": 0, + "pos": { + "x": -19043, + "y": -275, + "z": -83471 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300008, + "propState": 0, + "pos": { + "x": -44986, + "y": -203, + "z": -134469 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300009, + "propState": 0, + "pos": { + "x": -90770, + "y": 2240, + "z": -18558 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300010, + "propState": 0, + "pos": { + "x": -1634, + "y": 949, + "z": -9014 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300011, + "propState": 0, + "pos": { + "x": -1634, + "y": 759, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300012, + "propState": 0, + "pos": { + "x": -67556, + "y": -50, + "z": -115518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300013, + "propState": 0, + "pos": { + "x": -72151, + "y": 2864, + "z": -128971 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300014, + "propState": 0, + "pos": { + "x": -19043, + "y": -210, + "z": -83471 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300015, + "propState": 0, + "pos": { + "x": -44986, + "y": 138, + "z": -134259 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + } + ], + "teleports": {} + }, + "125": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 125, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1634, + "y": 560, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "127": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 127, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1634, + "y": 560, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 127, + "instId": 300002, + "propState": 0, + "pos": { + "x": -1634, + "y": 759, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + } + ], + "teleports": {} + }, + "133": { + "monsters": [], + "npcs": [ + { + "groupId": 133, + "instId": 400001, + "pos": { + "x": -640, + "y": 4960, + "z": -37430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 12256 + } + ], + "props": [ + { + "groupId": 133, + "instId": 300001, + "propState": 0, + "pos": { + "x": -640, + "y": 4960, + "z": -37430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "171": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 171, + "instId": 300001, + "propState": 0, + "pos": { + "x": -62545, + "y": -171, + "z": -117195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "174": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 174, + "instId": 300002, + "propState": 18, + "pos": { + "x": 53279, + "y": 5738, + "z": -31176 + }, + "rot": { + "x": 0, + "y": 261633, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "190": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 190, + "instId": 300001, + "propState": 18, + "pos": { + "x": -76492, + "y": 16, + "z": -59619 + }, + "rot": { + "x": 0, + "y": 133504, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "268": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 268, + "instId": 300001, + "propState": 18, + "pos": { + "x": 44235, + "y": 3757, + "z": -94735 + }, + "rot": { + "x": 0, + "y": 356050, + "z": 0 + }, + "propId": 102011 + } + ], + "teleports": {} + }, + "269": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 269, + "instId": 300006, + "propState": 0, + "pos": { + "x": -51041, + "y": 4994, + "z": -18956 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 269, + "instId": 300007, + "propState": 0, + "pos": { + "x": -59088, + "y": -1032, + "z": -45017 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 269, + "instId": 300008, + "propState": 0, + "pos": { + "x": -56220, + "y": -884, + "z": -60810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 269, + "instId": 300010, + "propState": 0, + "pos": { + "x": -63384, + "y": -1032, + "z": -69969 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 269, + "instId": 300011, + "propState": 0, + "pos": { + "x": -21402, + "y": -928, + "z": -80152 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 269, + "instId": 300034, + "propState": 0, + "pos": { + "x": -37547, + "y": 4994, + "z": -15987 + }, + "rot": { + "x": 0, + "y": 54058, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 269, + "instId": 300035, + "propState": 0, + "pos": { + "x": -53481, + "y": -1032, + "z": -46193 + }, + "rot": { + "x": 0, + "y": 278428, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 269, + "instId": 300036, + "propState": 0, + "pos": { + "x": -54540, + "y": -1027, + "z": -73961 + }, + "rot": { + "x": 0, + "y": 248125, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "280": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 280, + "instId": 300001, + "propState": 0, + "pos": { + "x": -53587, + "y": -135, + "z": -67973 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "281": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 281, + "instId": 300001, + "propState": 18, + "pos": { + "x": 39212, + "y": 3932, + "z": -89292 + }, + "rot": { + "x": 0, + "y": 352125, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 301, + "startAnchorId": 1, + "startGroupId": 275 + } + }, + "102010106": { + "P10201_F10201001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1020101": { + "anchorId": 1, + "groupId": 16, + "instId": 300001, + "pos": { + "x": 21417, + "y": 5994, + "z": -28394 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "1020102": { + "anchorId": 2, + "groupId": 16, + "instId": 300002, + "pos": { + "x": -47550, + "y": 4994, + "z": -16741 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1020103": { + "anchorId": 3, + "groupId": 16, + "instId": 300003, + "pos": { + "x": -55600, + "y": -1023, + "z": -98000 + }, + "rot": { + "x": 0, + "y": 336000, + "z": 0 + } + } + } + }, + "21": { + "monsters": [], + "npcs": [ + { + "groupId": 21, + "instId": 400001, + "pos": { + "x": -50970, + "y": -1012, + "z": -133570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 12201 + }, + { + "groupId": 21, + "instId": 400002, + "pos": { + "x": -68135, + "y": -1022, + "z": -44395 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12202 + }, + { + "groupId": 21, + "instId": 400004, + "pos": { + "x": -75160, + "y": -1012, + "z": -65340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12203 + }, + { + "groupId": 21, + "instId": 400005, + "pos": { + "x": -75579, + "y": 2997, + "z": -95733 + }, + "rot": { + "x": 0, + "y": 95700, + "z": 0 + }, + "npcId": 12103 + } + ], + "props": [], + "teleports": {} + }, + "25": { + "monsters": [], + "npcs": [ + { + "groupId": 25, + "instId": 400001, + "pos": { + "x": -12922, + "y": -974, + "z": -57880 + }, + "rot": { + "x": 0, + "y": 265700, + "z": 0 + }, + "npcId": 12212 + } + ], + "props": [ + { + "groupId": 25, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4505, + "y": 921, + "z": -8905 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300002, + "propState": 0, + "pos": { + "x": 15368, + "y": 10010, + "z": -59497 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [ + { + "groupId": 61, + "instId": 400001, + "pos": { + "x": -67631, + "y": -903, + "z": -89054 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12101 + } + ], + "props": [], + "teleports": {} + }, + "75": { + "monsters": [], + "npcs": [ + { + "groupId": 75, + "instId": 400001, + "pos": { + "x": -50827, + "y": -775, + "z": -118951 + }, + "rot": { + "x": 0, + "y": 235286, + "z": 0 + }, + "npcId": 12219 + } + ], + "props": [], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 102, + "instId": 300002, + "propState": 0, + "pos": { + "x": -4411, + "y": 789, + "z": -9117 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 102, + "instId": 300001, + "propState": 0, + "pos": { + "x": -63739, + "y": 207, + "z": -73411 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 102, + "instId": 300003, + "propState": 0, + "pos": { + "x": -71956, + "y": 419, + "z": -73411 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 102, + "instId": 300004, + "propState": 0, + "pos": { + "x": -84223, + "y": 3458, + "z": -117960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + } + ], + "teleports": {} + }, + "105": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 105, + "instId": 300001, + "propState": 0, + "pos": { + "x": 46288, + "y": 3866, + "z": -90456 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 0, + "pos": { + "x": 27260, + "y": 4066, + "z": -91020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300003, + "propState": 0, + "pos": { + "x": 23950, + "y": 8607, + "z": -38090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300004, + "propState": 0, + "pos": { + "x": 6950, + "y": 8607, + "z": -38090 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300005, + "propState": 0, + "pos": { + "x": 32838, + "y": 4042, + "z": -90577 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300006, + "propState": 0, + "pos": { + "x": 44248, + "y": 4042, + "z": -81159 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300007, + "propState": 0, + "pos": { + "x": 50571, + "y": 4437, + "z": -71730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300008, + "propState": 0, + "pos": { + "x": -6218, + "y": 1525, + "z": -1982 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300009, + "propState": 0, + "pos": { + "x": -24207, + "y": 6480, + "z": -7136 + }, + "rot": { + "x": 0, + "y": 90366, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300010, + "propState": 0, + "pos": { + "x": -13710, + "y": 6480, + "z": -28810 + }, + "rot": { + "x": 0, + "y": 302, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300011, + "propState": 0, + "pos": { + "x": -63454, + "y": 624, + "z": -114431 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300012, + "propState": 0, + "pos": { + "x": -71272, + "y": -333, + "z": -105100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300013, + "propState": 0, + "pos": { + "x": -11973, + "y": -333, + "z": -79453 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300017, + "propState": 0, + "pos": { + "x": -43762, + "y": -333, + "z": -134660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300021, + "propState": 0, + "pos": { + "x": -37802, + "y": 827, + "z": -653 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300014, + "propState": 0, + "pos": { + "x": -71877, + "y": -333, + "z": -101345 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300015, + "propState": 0, + "pos": { + "x": -65544, + "y": -333, + "z": -82714 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300016, + "propState": 0, + "pos": { + "x": 49401, + "y": 5587, + "z": -47206 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300018, + "propState": 0, + "pos": { + "x": -94164, + "y": 2886, + "z": -41046 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300019, + "propState": 0, + "pos": { + "x": -18456, + "y": -58, + "z": -83777 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300043, + "propState": 0, + "pos": { + "x": 63701, + "y": 5893, + "z": -41095 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300024, + "propState": 0, + "pos": { + "x": -49682, + "y": -41, + "z": -120364 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300025, + "propState": 0, + "pos": { + "x": 15880, + "y": 190, + "z": -15270 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300026, + "propState": 0, + "pos": { + "x": 51010, + "y": 2670, + "z": -78880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300027, + "propState": 0, + "pos": { + "x": -43344, + "y": -6, + "z": 3820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300028, + "propState": 0, + "pos": { + "x": 31728, + "y": 1040, + "z": -749 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300029, + "propState": 0, + "pos": { + "x": 14190, + "y": 1040, + "z": -978 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300030, + "propState": 0, + "pos": { + "x": -9840, + "y": 1040, + "z": -8517 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300031, + "propState": 0, + "pos": { + "x": 23996, + "y": 1226, + "z": -604 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300032, + "propState": 0, + "pos": { + "x": 6677, + "y": 1226, + "z": -604 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300033, + "propState": 0, + "pos": { + "x": -7968, + "y": 4119, + "z": -11890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300034, + "propState": 0, + "pos": { + "x": -64668, + "y": -208, + "z": -39504 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300035, + "propState": 0, + "pos": { + "x": -66696, + "y": -208, + "z": -46710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300036, + "propState": 0, + "pos": { + "x": -17565, + "y": 474, + "z": -84907 + }, + "rot": { + "x": 0, + "y": 43491, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300037, + "propState": 0, + "pos": { + "x": -53075, + "y": 30, + "z": -53917 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300038, + "propState": 0, + "pos": { + "x": -53075, + "y": 30, + "z": -56560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300039, + "propState": 0, + "pos": { + "x": -53415, + "y": 30, + "z": -55322 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300040, + "propState": 0, + "pos": { + "x": -90567, + "y": 4686, + "z": -95540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300041, + "propState": 0, + "pos": { + "x": -90567, + "y": 4397, + "z": -97402 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300042, + "propState": 0, + "pos": { + "x": -81104, + "y": 4401, + "z": -92064 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300044, + "propState": 0, + "pos": { + "x": 58960, + "y": 5320, + "z": -41720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300045, + "propState": 0, + "pos": { + "x": 66987, + "y": 5320, + "z": -40120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 105, + "instId": 300051, + "propState": 0, + "pos": { + "x": -64956, + "y": -455, + "z": -91917 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "120": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 120, + "instId": 300002, + "propState": 0, + "pos": { + "x": -90770, + "y": 2240, + "z": -18717 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300003, + "propState": 0, + "pos": { + "x": -1634, + "y": 949, + "z": -9014 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300004, + "propState": 0, + "pos": { + "x": -1634, + "y": 560, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300005, + "propState": 0, + "pos": { + "x": -67465, + "y": -363, + "z": -115921 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300006, + "propState": 0, + "pos": { + "x": -72070, + "y": 2822, + "z": -129009 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300007, + "propState": 0, + "pos": { + "x": -19043, + "y": -275, + "z": -83471 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300008, + "propState": 0, + "pos": { + "x": -44986, + "y": -203, + "z": -134469 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 120, + "instId": 300009, + "propState": 0, + "pos": { + "x": -90770, + "y": 2240, + "z": -18558 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300010, + "propState": 0, + "pos": { + "x": -1634, + "y": 949, + "z": -9014 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300011, + "propState": 0, + "pos": { + "x": -1634, + "y": 759, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300012, + "propState": 0, + "pos": { + "x": -67556, + "y": -50, + "z": -115518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300013, + "propState": 0, + "pos": { + "x": -72151, + "y": 2864, + "z": -128971 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300014, + "propState": 0, + "pos": { + "x": -19043, + "y": -210, + "z": -83471 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + }, + { + "groupId": 120, + "instId": 300015, + "propState": 0, + "pos": { + "x": -44986, + "y": 138, + "z": -134259 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + } + ], + "teleports": {} + }, + "125": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 125, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1634, + "y": 560, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "127": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 127, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1634, + "y": 560, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 127, + "instId": 300002, + "propState": 0, + "pos": { + "x": -1634, + "y": 759, + "z": -540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 120 + } + ], + "teleports": {} + }, + "133": { + "monsters": [], + "npcs": [ + { + "groupId": 133, + "instId": 400001, + "pos": { + "x": -640, + "y": 4960, + "z": -37430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 12256 + } + ], + "props": [ + { + "groupId": 133, + "instId": 300001, + "propState": 0, + "pos": { + "x": -640, + "y": 4960, + "z": -37430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "171": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 171, + "instId": 300001, + "propState": 0, + "pos": { + "x": -62545, + "y": -171, + "z": -117195 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "174": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 174, + "instId": 300002, + "propState": 18, + "pos": { + "x": 53279, + "y": 5738, + "z": -31176 + }, + "rot": { + "x": 0, + "y": 261633, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "190": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 190, + "instId": 300001, + "propState": 18, + "pos": { + "x": -76492, + "y": 16, + "z": -59619 + }, + "rot": { + "x": 0, + "y": 133504, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "268": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 268, + "instId": 300001, + "propState": 18, + "pos": { + "x": 44235, + "y": 3757, + "z": -94735 + }, + "rot": { + "x": 0, + "y": 356050, + "z": 0 + }, + "propId": 102011 + } + ], + "teleports": {} + }, + "269": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 269, + "instId": 300006, + "propState": 0, + "pos": { + "x": -51041, + "y": 4994, + "z": -18956 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 269, + "instId": 300007, + "propState": 0, + "pos": { + "x": -59088, + "y": -1032, + "z": -45017 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 269, + "instId": 300008, + "propState": 0, + "pos": { + "x": -56220, + "y": -884, + "z": -60810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 269, + "instId": 300010, + "propState": 0, + "pos": { + "x": -63384, + "y": -1032, + "z": -69969 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 269, + "instId": 300011, + "propState": 0, + "pos": { + "x": -21402, + "y": -928, + "z": -80152 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 269, + "instId": 300034, + "propState": 0, + "pos": { + "x": -37547, + "y": 4994, + "z": -15987 + }, + "rot": { + "x": 0, + "y": 54058, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 269, + "instId": 300035, + "propState": 0, + "pos": { + "x": -53481, + "y": -1032, + "z": -46193 + }, + "rot": { + "x": 0, + "y": 278428, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 269, + "instId": 300036, + "propState": 0, + "pos": { + "x": -54540, + "y": -1027, + "z": -73961 + }, + "rot": { + "x": 0, + "y": 248125, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "280": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 280, + "instId": 300001, + "propState": 0, + "pos": { + "x": -53587, + "y": -135, + "z": -67973 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "281": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 281, + "instId": 300001, + "propState": 18, + "pos": { + "x": 39212, + "y": 3932, + "z": -89292 + }, + "rot": { + "x": 0, + "y": 352125, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 1, + "worldId": 301, + "startAnchorId": 1, + "startGroupId": 279 + } + }, + "102020102": { + "P10202_F10202001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1020201": { + "anchorId": 3, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 9500, + "y": -3486, + "z": -22500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1020202": { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -92, + "y": 4278, + "z": 68083 + }, + "rot": { + "x": 0, + "y": 155567, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [ + { + "groupId": 2, + "instId": 400001, + "pos": { + "x": -36039, + "y": 610, + "z": 81710 + }, + "rot": { + "x": 0, + "y": 175135, + "z": 0 + }, + "npcId": 12259 + } + ], + "props": [ + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": -17500, + "y": -6776, + "z": -41300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300002, + "propState": 0, + "pos": { + "x": 39020, + "y": 1579, + "z": 93230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29249, + "y": 3752, + "z": 49173 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 0, + "pos": { + "x": -3129, + "y": 4629, + "z": 61388 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 0, + "pos": { + "x": -31791, + "y": -1827, + "z": -18518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 77, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [ + { + "groupId": 78, + "instId": 400002, + "pos": { + "x": 38113, + "y": 2870, + "z": 68251 + }, + "rot": { + "x": 0, + "y": 135967, + "z": 0 + }, + "npcId": 12136 + }, + { + "groupId": 78, + "instId": 400003, + "pos": { + "x": 28939, + "y": -4401, + "z": 4515 + }, + "rot": { + "x": 0, + "y": 229032, + "z": 0 + }, + "npcId": 12306 + }, + { + "groupId": 78, + "instId": 400004, + "pos": { + "x": 51830, + "y": 2598, + "z": 57560 + }, + "rot": { + "x": 0, + "y": 252688, + "z": 0 + }, + "npcId": 12139 + }, + { + "groupId": 78, + "instId": 400001, + "pos": { + "x": 21754, + "y": -3904, + "z": -33536 + }, + "rot": { + "x": 0, + "y": 273510, + "z": 0 + }, + "npcId": 12219 + } + ], + "props": [], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 18, + "pos": { + "x": 13230, + "y": 5848, + "z": 79877 + }, + "rot": { + "x": 0, + "y": 19747, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": -5507, + "y": -1586, + "z": 39944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + } + ], + "teleports": {} + }, + "103": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 103, + "instId": 300002, + "propState": 0, + "pos": { + "x": -33193, + "y": -3469, + "z": -1023 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + } + ], + "teleports": {} + }, + "137": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "144": { + "monsters": [], + "npcs": [ + { + "groupId": 144, + "instId": 400001, + "pos": { + "x": -16540, + "y": 103400, + "z": -465330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12247 + } + ], + "props": [ + { + "groupId": 144, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 144, + "instId": 300003, + "propState": 0, + "pos": { + "x": -910, + "y": -9491, + "z": -37110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + } + ], + "teleports": {} + }, + "169": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 169, + "instId": 300001, + "propState": 18, + "pos": { + "x": 30260, + "y": -4477, + "z": 755 + }, + "rot": { + "x": 0, + "y": 236461, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "170": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 170, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29068, + "y": -3616, + "z": 1633 + }, + "rot": { + "x": 0, + "y": 224000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 170, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29068, + "y": -3800, + "z": 1633 + }, + "rot": { + "x": 0, + "y": 224000, + "z": 0 + }, + "propId": 102226 + } + ], + "teleports": {} + }, + "208": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 208, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29398, + "y": -3490, + "z": -24450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 208, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29363, + "y": -2731, + "z": -23105 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 301, + "startAnchorId": 1, + "startGroupId": 2 + } + }, + "102020103": { + "P10202_F10202001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1020201": { + "anchorId": 3, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 9500, + "y": -3486, + "z": -22500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1020202": { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -92, + "y": 4278, + "z": 68083 + }, + "rot": { + "x": 0, + "y": 155567, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [ + { + "groupId": 2, + "instId": 400001, + "pos": { + "x": -36039, + "y": 610, + "z": 81710 + }, + "rot": { + "x": 0, + "y": 175135, + "z": 0 + }, + "npcId": 12259 + } + ], + "props": [ + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": -17500, + "y": -6776, + "z": -41300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300002, + "propState": 0, + "pos": { + "x": 39020, + "y": 1579, + "z": 93230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29249, + "y": 3752, + "z": 49173 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 0, + "pos": { + "x": -3129, + "y": 4629, + "z": 61388 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 0, + "pos": { + "x": -31791, + "y": -1827, + "z": -18518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 77, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [ + { + "groupId": 78, + "instId": 400002, + "pos": { + "x": 38113, + "y": 2870, + "z": 68251 + }, + "rot": { + "x": 0, + "y": 135967, + "z": 0 + }, + "npcId": 12136 + }, + { + "groupId": 78, + "instId": 400003, + "pos": { + "x": 28939, + "y": -4401, + "z": 4515 + }, + "rot": { + "x": 0, + "y": 229032, + "z": 0 + }, + "npcId": 12306 + }, + { + "groupId": 78, + "instId": 400004, + "pos": { + "x": 51830, + "y": 2598, + "z": 57560 + }, + "rot": { + "x": 0, + "y": 252688, + "z": 0 + }, + "npcId": 12139 + }, + { + "groupId": 78, + "instId": 400001, + "pos": { + "x": 21754, + "y": -3904, + "z": -33536 + }, + "rot": { + "x": 0, + "y": 273510, + "z": 0 + }, + "npcId": 12219 + } + ], + "props": [], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 18, + "pos": { + "x": 13230, + "y": 5848, + "z": 79877 + }, + "rot": { + "x": 0, + "y": 19747, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": -5507, + "y": -1586, + "z": 39944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + } + ], + "teleports": {} + }, + "103": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 103, + "instId": 300002, + "propState": 0, + "pos": { + "x": -33193, + "y": -3469, + "z": -1023 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + } + ], + "teleports": {} + }, + "137": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "144": { + "monsters": [], + "npcs": [ + { + "groupId": 144, + "instId": 400001, + "pos": { + "x": -16540, + "y": 103400, + "z": -465330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12247 + } + ], + "props": [ + { + "groupId": 144, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 144, + "instId": 300003, + "propState": 0, + "pos": { + "x": -910, + "y": -9491, + "z": -37110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + } + ], + "teleports": {} + }, + "169": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 169, + "instId": 300001, + "propState": 18, + "pos": { + "x": 30260, + "y": -4477, + "z": 755 + }, + "rot": { + "x": 0, + "y": 236461, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "170": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 170, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29068, + "y": -3616, + "z": 1633 + }, + "rot": { + "x": 0, + "y": 224000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 170, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29068, + "y": -3800, + "z": 1633 + }, + "rot": { + "x": 0, + "y": 224000, + "z": 0 + }, + "propId": 102226 + } + ], + "teleports": {} + }, + "208": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 208, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29398, + "y": -3490, + "z": -24450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 208, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29363, + "y": -2731, + "z": -23105 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 301, + "startAnchorId": 4, + "startGroupId": 1 + } + }, + "102020104": { + "P10202_F10202001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1020201": { + "anchorId": 3, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 9500, + "y": -3486, + "z": -22500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1020202": { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -92, + "y": 4278, + "z": 68083 + }, + "rot": { + "x": 0, + "y": 155567, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [ + { + "groupId": 2, + "instId": 400001, + "pos": { + "x": -36039, + "y": 610, + "z": 81710 + }, + "rot": { + "x": 0, + "y": 175135, + "z": 0 + }, + "npcId": 12259 + } + ], + "props": [ + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": -17500, + "y": -6776, + "z": -41300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300002, + "propState": 0, + "pos": { + "x": 39020, + "y": 1579, + "z": 93230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29249, + "y": 3752, + "z": 49173 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 0, + "pos": { + "x": -3129, + "y": 4629, + "z": 61388 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 0, + "pos": { + "x": -31791, + "y": -1827, + "z": -18518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 77, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [ + { + "groupId": 78, + "instId": 400002, + "pos": { + "x": 38113, + "y": 2870, + "z": 68251 + }, + "rot": { + "x": 0, + "y": 135967, + "z": 0 + }, + "npcId": 12136 + }, + { + "groupId": 78, + "instId": 400003, + "pos": { + "x": 28939, + "y": -4401, + "z": 4515 + }, + "rot": { + "x": 0, + "y": 229032, + "z": 0 + }, + "npcId": 12306 + }, + { + "groupId": 78, + "instId": 400004, + "pos": { + "x": 51830, + "y": 2598, + "z": 57560 + }, + "rot": { + "x": 0, + "y": 252688, + "z": 0 + }, + "npcId": 12139 + }, + { + "groupId": 78, + "instId": 400001, + "pos": { + "x": 21754, + "y": -3904, + "z": -33536 + }, + "rot": { + "x": 0, + "y": 273510, + "z": 0 + }, + "npcId": 12219 + } + ], + "props": [], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 18, + "pos": { + "x": 13230, + "y": 5848, + "z": 79877 + }, + "rot": { + "x": 0, + "y": 19747, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": -5507, + "y": -1586, + "z": 39944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + } + ], + "teleports": {} + }, + "103": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 103, + "instId": 300002, + "propState": 0, + "pos": { + "x": -33193, + "y": -3469, + "z": -1023 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + } + ], + "teleports": {} + }, + "137": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "144": { + "monsters": [], + "npcs": [ + { + "groupId": 144, + "instId": 400001, + "pos": { + "x": -16540, + "y": 103400, + "z": -465330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12247 + } + ], + "props": [ + { + "groupId": 144, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 144, + "instId": 300003, + "propState": 0, + "pos": { + "x": -910, + "y": -9491, + "z": -37110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + } + ], + "teleports": {} + }, + "169": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 169, + "instId": 300001, + "propState": 18, + "pos": { + "x": 30260, + "y": -4477, + "z": 755 + }, + "rot": { + "x": 0, + "y": 236461, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "170": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 170, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29068, + "y": -3616, + "z": 1633 + }, + "rot": { + "x": 0, + "y": 224000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 170, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29068, + "y": -3800, + "z": 1633 + }, + "rot": { + "x": 0, + "y": 224000, + "z": 0 + }, + "propId": 102226 + } + ], + "teleports": {} + }, + "208": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 208, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29398, + "y": -3490, + "z": -24450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 208, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29363, + "y": -2731, + "z": -23105 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 301, + "startAnchorId": 2, + "startGroupId": 2 + } + }, + "102020105": { + "P10202_F10202001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1020201": { + "anchorId": 3, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 9500, + "y": -3486, + "z": -22500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1020202": { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -92, + "y": 4278, + "z": 68083 + }, + "rot": { + "x": 0, + "y": 155567, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [ + { + "groupId": 2, + "instId": 400001, + "pos": { + "x": -36039, + "y": 610, + "z": 81710 + }, + "rot": { + "x": 0, + "y": 175135, + "z": 0 + }, + "npcId": 12259 + } + ], + "props": [ + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": -17500, + "y": -6776, + "z": -41300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300002, + "propState": 0, + "pos": { + "x": 39020, + "y": 1579, + "z": 93230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29249, + "y": 3752, + "z": 49173 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 0, + "pos": { + "x": -3129, + "y": 4629, + "z": 61388 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 0, + "pos": { + "x": -31791, + "y": -1827, + "z": -18518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 77, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [ + { + "groupId": 78, + "instId": 400002, + "pos": { + "x": 38113, + "y": 2870, + "z": 68251 + }, + "rot": { + "x": 0, + "y": 135967, + "z": 0 + }, + "npcId": 12136 + }, + { + "groupId": 78, + "instId": 400003, + "pos": { + "x": 28939, + "y": -4401, + "z": 4515 + }, + "rot": { + "x": 0, + "y": 229032, + "z": 0 + }, + "npcId": 12306 + }, + { + "groupId": 78, + "instId": 400004, + "pos": { + "x": 51830, + "y": 2598, + "z": 57560 + }, + "rot": { + "x": 0, + "y": 252688, + "z": 0 + }, + "npcId": 12139 + }, + { + "groupId": 78, + "instId": 400001, + "pos": { + "x": 21754, + "y": -3904, + "z": -33536 + }, + "rot": { + "x": 0, + "y": 273510, + "z": 0 + }, + "npcId": 12219 + } + ], + "props": [], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 18, + "pos": { + "x": 13230, + "y": 5848, + "z": 79877 + }, + "rot": { + "x": 0, + "y": 19747, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": -5507, + "y": -1586, + "z": 39944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + } + ], + "teleports": {} + }, + "103": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 103, + "instId": 300002, + "propState": 0, + "pos": { + "x": -33193, + "y": -3469, + "z": -1023 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + } + ], + "teleports": {} + }, + "137": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "144": { + "monsters": [], + "npcs": [ + { + "groupId": 144, + "instId": 400001, + "pos": { + "x": -16540, + "y": 103400, + "z": -465330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12247 + } + ], + "props": [ + { + "groupId": 144, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 144, + "instId": 300003, + "propState": 0, + "pos": { + "x": -910, + "y": -9491, + "z": -37110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + } + ], + "teleports": {} + }, + "169": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 169, + "instId": 300001, + "propState": 18, + "pos": { + "x": 30260, + "y": -4477, + "z": 755 + }, + "rot": { + "x": 0, + "y": 236461, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "170": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 170, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29068, + "y": -3616, + "z": 1633 + }, + "rot": { + "x": 0, + "y": 224000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 170, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29068, + "y": -3800, + "z": 1633 + }, + "rot": { + "x": 0, + "y": 224000, + "z": 0 + }, + "propId": 102226 + } + ], + "teleports": {} + }, + "208": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 208, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29398, + "y": -3490, + "z": -24450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 208, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29363, + "y": -2731, + "z": -23105 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 301, + "startAnchorId": 5, + "startGroupId": 1 + } + }, + "102020106": { + "P10202_F10202001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1020201": { + "anchorId": 3, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 9500, + "y": -3486, + "z": -22500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1020202": { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -92, + "y": 4278, + "z": 68083 + }, + "rot": { + "x": 0, + "y": 155567, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [ + { + "groupId": 2, + "instId": 400001, + "pos": { + "x": -36039, + "y": 610, + "z": 81710 + }, + "rot": { + "x": 0, + "y": 175135, + "z": 0 + }, + "npcId": 12259 + } + ], + "props": [ + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": -17500, + "y": -6776, + "z": -41300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300002, + "propState": 0, + "pos": { + "x": 39020, + "y": 1579, + "z": 93230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29249, + "y": 3752, + "z": 49173 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 0, + "pos": { + "x": -3129, + "y": 4629, + "z": 61388 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 0, + "pos": { + "x": -31791, + "y": -1827, + "z": -18518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 77, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [ + { + "groupId": 78, + "instId": 400002, + "pos": { + "x": 38113, + "y": 2870, + "z": 68251 + }, + "rot": { + "x": 0, + "y": 135967, + "z": 0 + }, + "npcId": 12136 + }, + { + "groupId": 78, + "instId": 400003, + "pos": { + "x": 28939, + "y": -4401, + "z": 4515 + }, + "rot": { + "x": 0, + "y": 229032, + "z": 0 + }, + "npcId": 12306 + }, + { + "groupId": 78, + "instId": 400004, + "pos": { + "x": 51830, + "y": 2598, + "z": 57560 + }, + "rot": { + "x": 0, + "y": 252688, + "z": 0 + }, + "npcId": 12139 + }, + { + "groupId": 78, + "instId": 400001, + "pos": { + "x": 21754, + "y": -3904, + "z": -33536 + }, + "rot": { + "x": 0, + "y": 273510, + "z": 0 + }, + "npcId": 12219 + } + ], + "props": [], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 18, + "pos": { + "x": 13230, + "y": 5848, + "z": 79877 + }, + "rot": { + "x": 0, + "y": 19747, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": -5507, + "y": -1586, + "z": 39944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + } + ], + "teleports": {} + }, + "103": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 103, + "instId": 300002, + "propState": 0, + "pos": { + "x": -33193, + "y": -3469, + "z": -1023 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + } + ], + "teleports": {} + }, + "137": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "144": { + "monsters": [], + "npcs": [ + { + "groupId": 144, + "instId": 400001, + "pos": { + "x": -16540, + "y": 103400, + "z": -465330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12247 + } + ], + "props": [ + { + "groupId": 144, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 144, + "instId": 300003, + "propState": 0, + "pos": { + "x": -910, + "y": -9491, + "z": -37110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + } + ], + "teleports": {} + }, + "169": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 169, + "instId": 300001, + "propState": 18, + "pos": { + "x": 30260, + "y": -4477, + "z": 755 + }, + "rot": { + "x": 0, + "y": 236461, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "170": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 170, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29068, + "y": -3616, + "z": 1633 + }, + "rot": { + "x": 0, + "y": 224000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 170, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29068, + "y": -3800, + "z": 1633 + }, + "rot": { + "x": 0, + "y": 224000, + "z": 0 + }, + "propId": 102226 + } + ], + "teleports": {} + }, + "208": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 208, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29398, + "y": -3490, + "z": -24450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 208, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29363, + "y": -2731, + "z": -23105 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 301, + "startAnchorId": 6, + "startGroupId": 1 + } + }, + "102020107": { + "P10202_F10202001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1020201": { + "anchorId": 3, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 9500, + "y": -3486, + "z": -22500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1020202": { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -92, + "y": 4278, + "z": 68083 + }, + "rot": { + "x": 0, + "y": 155567, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [ + { + "groupId": 2, + "instId": 400001, + "pos": { + "x": -36039, + "y": 610, + "z": 81710 + }, + "rot": { + "x": 0, + "y": 175135, + "z": 0 + }, + "npcId": 12259 + } + ], + "props": [ + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": -17500, + "y": -6776, + "z": -41300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300002, + "propState": 0, + "pos": { + "x": 39020, + "y": 1579, + "z": 93230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29249, + "y": 3752, + "z": 49173 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 0, + "pos": { + "x": -3129, + "y": 4629, + "z": 61388 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 0, + "pos": { + "x": -31791, + "y": -1827, + "z": -18518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 77, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [ + { + "groupId": 78, + "instId": 400002, + "pos": { + "x": 38113, + "y": 2870, + "z": 68251 + }, + "rot": { + "x": 0, + "y": 135967, + "z": 0 + }, + "npcId": 12136 + }, + { + "groupId": 78, + "instId": 400003, + "pos": { + "x": 28939, + "y": -4401, + "z": 4515 + }, + "rot": { + "x": 0, + "y": 229032, + "z": 0 + }, + "npcId": 12306 + }, + { + "groupId": 78, + "instId": 400004, + "pos": { + "x": 51830, + "y": 2598, + "z": 57560 + }, + "rot": { + "x": 0, + "y": 252688, + "z": 0 + }, + "npcId": 12139 + }, + { + "groupId": 78, + "instId": 400001, + "pos": { + "x": 21754, + "y": -3904, + "z": -33536 + }, + "rot": { + "x": 0, + "y": 273510, + "z": 0 + }, + "npcId": 12219 + } + ], + "props": [], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 18, + "pos": { + "x": 13230, + "y": 5848, + "z": 79877 + }, + "rot": { + "x": 0, + "y": 19747, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": -5507, + "y": -1586, + "z": 39944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + } + ], + "teleports": {} + }, + "103": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 103, + "instId": 300002, + "propState": 0, + "pos": { + "x": -33193, + "y": -3469, + "z": -1023 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + } + ], + "teleports": {} + }, + "137": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "144": { + "monsters": [], + "npcs": [ + { + "groupId": 144, + "instId": 400001, + "pos": { + "x": -16540, + "y": 103400, + "z": -465330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12247 + } + ], + "props": [ + { + "groupId": 144, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 144, + "instId": 300003, + "propState": 0, + "pos": { + "x": -910, + "y": -9491, + "z": -37110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + } + ], + "teleports": {} + }, + "169": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 169, + "instId": 300001, + "propState": 18, + "pos": { + "x": 30260, + "y": -4477, + "z": 755 + }, + "rot": { + "x": 0, + "y": 236461, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "170": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 170, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29068, + "y": -3616, + "z": 1633 + }, + "rot": { + "x": 0, + "y": 224000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 170, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29068, + "y": -3800, + "z": 1633 + }, + "rot": { + "x": 0, + "y": 224000, + "z": 0 + }, + "propId": 102226 + } + ], + "teleports": {} + }, + "208": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 208, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29398, + "y": -3490, + "z": -24450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 208, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29363, + "y": -2731, + "z": -23105 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 301, + "startAnchorId": 1, + "startGroupId": 170 + } + }, + "102020402": { + "P10202_F10202001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "1020203": { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -33410, + "y": -727, + "z": -60790 + }, + "rot": { + "x": 0, + "y": 6906, + "z": 0 + } + }, + "1020204": { + "anchorId": 3, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 37598, + "y": 3760, + "z": -36308 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -32366, + "y": 4134, + "z": 61000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 137 + } + ], + "teleports": {} + }, + "30": { + "monsters": [ + { + "groupId": 30, + "instId": 200001, + "eventId": 20211004, + "pos": { + "x": -60720, + "y": -2037, + "z": -71240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2022010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": 16940, + "y": 5180, + "z": -4460 + }, + "rot": { + "x": 0, + "y": 6689, + "z": 0 + }, + "propId": 300000 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "126": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 126, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "127": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 127, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "128": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 128, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "129": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 129, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "130": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 130, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "131": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 131, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "132": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 132, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "144": { + "monsters": [], + "npcs": [ + { + "groupId": 144, + "instId": 400001, + "pos": { + "x": 20966, + "y": 3600, + "z": -32604 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 12218 + } + ], + "props": [], + "teleports": {} + }, + "146": { + "monsters": [], + "npcs": [ + { + "groupId": 146, + "instId": 400001, + "pos": { + "x": 55190, + "y": 2631, + "z": -4220 + }, + "rot": { + "x": 0, + "y": 267043, + "z": 0 + }, + "npcId": 12173 + } + ], + "props": [], + "teleports": {} + }, + "147": { + "monsters": [], + "npcs": [ + { + "groupId": 147, + "instId": 400001, + "pos": { + "x": -59117, + "y": 161, + "z": -6405 + }, + "rot": { + "x": 0, + "y": 89341, + "z": 0 + }, + "npcId": 12268 + } + ], + "props": [], + "teleports": {} + }, + "148": { + "monsters": [], + "npcs": [ + { + "groupId": 148, + "instId": 400001, + "pos": { + "x": -41210, + "y": 564, + "z": -39140 + }, + "rot": { + "x": 0, + "y": 73020, + "z": 0 + }, + "npcId": 12269 + } + ], + "props": [], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [ + { + "groupId": 150, + "instId": 400001, + "pos": { + "x": -42986, + "y": 1161, + "z": -26521 + }, + "rot": { + "x": 0, + "y": 104341, + "z": 0 + }, + "npcId": 12242 + } + ], + "props": [], + "teleports": {} + }, + "212": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "273": { + "monsters": [], + "npcs": [ + { + "groupId": 273, + "instId": 400001, + "pos": { + "x": 1333, + "y": 90, + "z": -38868 + }, + "rot": { + "x": 0, + "y": 171603, + "z": 0 + }, + "npcId": 12172 + } + ], + "props": [], + "teleports": {} + }, + "281": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 281, + "instId": 300001, + "propState": 0, + "pos": { + "x": -24010, + "y": 1817, + "z": -39860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + } + ], + "teleports": {} + }, + "283": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "285": { + "monsters": [], + "npcs": [ + { + "groupId": 285, + "instId": 400001, + "pos": { + "x": -21626, + "y": 1830, + "z": -28030 + }, + "rot": { + "x": 0, + "y": 200033, + "z": 0 + }, + "npcId": 12267 + } + ], + "props": [], + "teleports": {} + }, + "328": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 328, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "329": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 329, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "330": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 330, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "331": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 331, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "332": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 332, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "333": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 333, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "334": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 334, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 301, + "startAnchorId": 1, + "startGroupId": 52 + } + }, + "102020403": { + "P10202_F10202001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "1020203": { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -33410, + "y": -727, + "z": -60790 + }, + "rot": { + "x": 0, + "y": 6906, + "z": 0 + } + }, + "1020204": { + "anchorId": 3, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 37598, + "y": 3760, + "z": -36308 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -32366, + "y": 4134, + "z": 61000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 137 + } + ], + "teleports": {} + }, + "30": { + "monsters": [ + { + "groupId": 30, + "instId": 200001, + "eventId": 20211004, + "pos": { + "x": -60720, + "y": -2037, + "z": -71240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2022010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": 16940, + "y": 5180, + "z": -4460 + }, + "rot": { + "x": 0, + "y": 6689, + "z": 0 + }, + "propId": 300000 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "126": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 126, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "127": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 127, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "128": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 128, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "129": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 129, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "130": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 130, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "131": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 131, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "132": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 132, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "144": { + "monsters": [], + "npcs": [ + { + "groupId": 144, + "instId": 400001, + "pos": { + "x": 20966, + "y": 3600, + "z": -32604 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 12218 + } + ], + "props": [], + "teleports": {} + }, + "146": { + "monsters": [], + "npcs": [ + { + "groupId": 146, + "instId": 400001, + "pos": { + "x": 55190, + "y": 2631, + "z": -4220 + }, + "rot": { + "x": 0, + "y": 267043, + "z": 0 + }, + "npcId": 12173 + } + ], + "props": [], + "teleports": {} + }, + "147": { + "monsters": [], + "npcs": [ + { + "groupId": 147, + "instId": 400001, + "pos": { + "x": -59117, + "y": 161, + "z": -6405 + }, + "rot": { + "x": 0, + "y": 89341, + "z": 0 + }, + "npcId": 12268 + } + ], + "props": [], + "teleports": {} + }, + "148": { + "monsters": [], + "npcs": [ + { + "groupId": 148, + "instId": 400001, + "pos": { + "x": -41210, + "y": 564, + "z": -39140 + }, + "rot": { + "x": 0, + "y": 73020, + "z": 0 + }, + "npcId": 12269 + } + ], + "props": [], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [ + { + "groupId": 150, + "instId": 400001, + "pos": { + "x": -42986, + "y": 1161, + "z": -26521 + }, + "rot": { + "x": 0, + "y": 104341, + "z": 0 + }, + "npcId": 12242 + } + ], + "props": [], + "teleports": {} + }, + "212": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "273": { + "monsters": [], + "npcs": [ + { + "groupId": 273, + "instId": 400001, + "pos": { + "x": 1333, + "y": 90, + "z": -38868 + }, + "rot": { + "x": 0, + "y": 171603, + "z": 0 + }, + "npcId": 12172 + } + ], + "props": [], + "teleports": {} + }, + "281": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 281, + "instId": 300001, + "propState": 0, + "pos": { + "x": -24010, + "y": 1817, + "z": -39860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + } + ], + "teleports": {} + }, + "283": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "285": { + "monsters": [], + "npcs": [ + { + "groupId": 285, + "instId": 400001, + "pos": { + "x": -21626, + "y": 1830, + "z": -28030 + }, + "rot": { + "x": 0, + "y": 200033, + "z": 0 + }, + "npcId": 12267 + } + ], + "props": [], + "teleports": {} + }, + "328": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 328, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "329": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 329, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "330": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 330, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "331": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 331, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "332": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 332, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "333": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 333, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "334": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 334, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 301, + "startAnchorId": 2, + "startGroupId": 52 + } + }, + "102020404": { + "P10202_F10202001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "1020203": { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -33410, + "y": -727, + "z": -60790 + }, + "rot": { + "x": 0, + "y": 6906, + "z": 0 + } + }, + "1020204": { + "anchorId": 3, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 37598, + "y": 3760, + "z": -36308 + }, + "rot": { + "x": 0, + "y": 345000, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -32366, + "y": 4134, + "z": 61000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 137 + } + ], + "teleports": {} + }, + "30": { + "monsters": [ + { + "groupId": 30, + "instId": 200001, + "eventId": 20211004, + "pos": { + "x": -60720, + "y": -2037, + "z": -71240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2022010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300001, + "propState": 0, + "pos": { + "x": 16940, + "y": 5180, + "z": -4460 + }, + "rot": { + "x": 0, + "y": 6689, + "z": 0 + }, + "propId": 300000 + } + ], + "teleports": {} + }, + "85": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "126": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 126, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "127": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 127, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "128": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 128, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "129": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 129, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "130": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 130, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "131": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 131, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "132": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 132, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "144": { + "monsters": [], + "npcs": [ + { + "groupId": 144, + "instId": 400001, + "pos": { + "x": 20966, + "y": 3600, + "z": -32604 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 12218 + } + ], + "props": [], + "teleports": {} + }, + "146": { + "monsters": [], + "npcs": [ + { + "groupId": 146, + "instId": 400001, + "pos": { + "x": 55190, + "y": 2631, + "z": -4220 + }, + "rot": { + "x": 0, + "y": 267043, + "z": 0 + }, + "npcId": 12173 + } + ], + "props": [], + "teleports": {} + }, + "147": { + "monsters": [], + "npcs": [ + { + "groupId": 147, + "instId": 400001, + "pos": { + "x": -59117, + "y": 161, + "z": -6405 + }, + "rot": { + "x": 0, + "y": 89341, + "z": 0 + }, + "npcId": 12268 + } + ], + "props": [], + "teleports": {} + }, + "148": { + "monsters": [], + "npcs": [ + { + "groupId": 148, + "instId": 400001, + "pos": { + "x": -41210, + "y": 564, + "z": -39140 + }, + "rot": { + "x": 0, + "y": 73020, + "z": 0 + }, + "npcId": 12269 + } + ], + "props": [], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [ + { + "groupId": 150, + "instId": 400001, + "pos": { + "x": -42986, + "y": 1161, + "z": -26521 + }, + "rot": { + "x": 0, + "y": 104341, + "z": 0 + }, + "npcId": 12242 + } + ], + "props": [], + "teleports": {} + }, + "212": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "273": { + "monsters": [], + "npcs": [ + { + "groupId": 273, + "instId": 400001, + "pos": { + "x": 1333, + "y": 90, + "z": -38868 + }, + "rot": { + "x": 0, + "y": 171603, + "z": 0 + }, + "npcId": 12172 + } + ], + "props": [], + "teleports": {} + }, + "281": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 281, + "instId": 300001, + "propState": 0, + "pos": { + "x": -24010, + "y": 1817, + "z": -39860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + } + ], + "teleports": {} + }, + "283": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "285": { + "monsters": [], + "npcs": [ + { + "groupId": 285, + "instId": 400001, + "pos": { + "x": -21626, + "y": 1830, + "z": -28030 + }, + "rot": { + "x": 0, + "y": 200033, + "z": 0 + }, + "npcId": 12267 + } + ], + "props": [], + "teleports": {} + }, + "328": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 328, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "329": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 329, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "330": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 330, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "331": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 331, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "332": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 332, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "333": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 333, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + }, + "334": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 334, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300007 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 301, + "startAnchorId": 1, + "startGroupId": 1 + } + }, + "200010102": { + "P20001_F20001001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "3": { + "monsters": [ + { + "groupId": 3, + "instId": 200005, + "eventId": 20001103, + "pos": { + "x": 23900, + "y": 147, + "z": 204320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8012010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "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": 1, + "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": 1, + "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": 1, + "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": 1, + "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": 1, + "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": 1, + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": 20552, + "y": 147, + "z": 194730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": 19280, + "y": 147, + "z": 174190 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": 33658, + "y": 147, + "z": 195280 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 0, + "pos": { + "x": 8290, + "y": 147, + "z": 160010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 0, + "pos": { + "x": -42199, + "y": 6397, + "z": 101119 + }, + "rot": { + "x": 0, + "y": 1736, + "z": 0 + }, + "propId": 100027 + } + ], + "teleports": {} + }, + "9": { + "monsters": [ + { + "groupId": 9, + "instId": 200004, + "eventId": 20001006, + "pos": { + "x": -24000, + "y": 147, + "z": 217000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8012020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "11": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -14600, + "y": -10033, + "z": 1831200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": 48530, + "y": 147, + "z": 190130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2000101": { + "anchorId": 1, + "groupId": 18, + "instId": 300001, + "pos": { + "x": -15123, + "y": 147, + "z": 125844 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + } + }, + "2000102": { + "anchorId": 2, + "groupId": 18, + "instId": 300002, + "pos": { + "x": 23874, + "y": 147, + "z": 226660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "24": { + "monsters": [ + { + "groupId": 24, + "instId": 200001, + "eventId": 20001231, + "pos": { + "x": 23650, + "y": 111, + "z": 243100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8003020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -14600, + "y": -10033, + "z": 1831200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 0, + "pos": { + "x": 23618, + "y": 111, + "z": 246670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "28": { + "monsters": [ + { + "groupId": 28, + "instId": 200001, + "eventId": 20001111, + "pos": { + "x": -26600, + "y": 150, + "z": 181840 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": 23854, + "y": 250, + "z": 233229 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100017 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -19055, + "y": 260, + "z": 107720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 36, + "instId": 300007, + "propState": 0, + "pos": { + "x": 19310, + "y": 371, + "z": 105521 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 36, + "instId": 300008, + "propState": 0, + "pos": { + "x": 19238, + "y": 147, + "z": 125005 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300009, + "propState": 0, + "pos": { + "x": -14870, + "y": 147, + "z": 233511 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "pos": { + "x": -19190, + "y": 147, + "z": 128430 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 91, + "instId": 300002, + "propState": 0, + "pos": { + "x": 15180, + "y": 147, + "z": 227910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 91, + "instId": 300001, + "propState": 0, + "pos": { + "x": -7820, + "y": 147, + "z": 154350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 91, + "instId": 300003, + "propState": 0, + "pos": { + "x": 27040, + "y": 147, + "z": 185780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 91, + "instId": 300004, + "propState": 0, + "pos": { + "x": -9315, + "y": 152, + "z": 10050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "93": { + "monsters": [ + { + "groupId": 93, + "instId": 200001, + "eventId": 101201, + "pos": { + "x": -4890, + "y": 150, + "z": 2110 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "monsterId": 8013012 + } + ], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4890, + "y": 1150, + "z": 2110 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1101": { + "anchorId": 1, + "groupId": 93, + "instId": 300001, + "pos": { + "x": -1250, + "y": 147, + "z": 6710 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 101, + "startAnchorId": 2, + "startGroupId": 2 + } + }, + "200010103": { + "P20001_F20001001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "3": { + "monsters": [ + { + "groupId": 3, + "instId": 200005, + "eventId": 20001103, + "pos": { + "x": 23900, + "y": 147, + "z": 204320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8012010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "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": 1, + "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": 1, + "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": 1, + "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": 1, + "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": 1, + "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": 1, + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": 20552, + "y": 147, + "z": 194730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": 19280, + "y": 147, + "z": 174190 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": 33658, + "y": 147, + "z": 195280 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 0, + "pos": { + "x": 8290, + "y": 147, + "z": 160010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 0, + "pos": { + "x": -42199, + "y": 6397, + "z": 101119 + }, + "rot": { + "x": 0, + "y": 1736, + "z": 0 + }, + "propId": 100027 + } + ], + "teleports": {} + }, + "9": { + "monsters": [ + { + "groupId": 9, + "instId": 200004, + "eventId": 20001006, + "pos": { + "x": -24000, + "y": 147, + "z": 217000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8012020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "11": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -14600, + "y": -10033, + "z": 1831200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": 48530, + "y": 147, + "z": 190130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2000101": { + "anchorId": 1, + "groupId": 18, + "instId": 300001, + "pos": { + "x": -15123, + "y": 147, + "z": 125844 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + } + }, + "2000102": { + "anchorId": 2, + "groupId": 18, + "instId": 300002, + "pos": { + "x": 23874, + "y": 147, + "z": 226660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "24": { + "monsters": [ + { + "groupId": 24, + "instId": 200001, + "eventId": 20001231, + "pos": { + "x": 23650, + "y": 111, + "z": 243100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8003020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -14600, + "y": -10033, + "z": 1831200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 0, + "pos": { + "x": 23618, + "y": 111, + "z": 246670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "28": { + "monsters": [ + { + "groupId": 28, + "instId": 200001, + "eventId": 20001111, + "pos": { + "x": -26600, + "y": 150, + "z": 181840 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": 23854, + "y": 250, + "z": 233229 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100017 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -19055, + "y": 260, + "z": 107720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 36, + "instId": 300007, + "propState": 0, + "pos": { + "x": 19310, + "y": 371, + "z": 105521 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 36, + "instId": 300008, + "propState": 0, + "pos": { + "x": 19238, + "y": 147, + "z": 125005 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300009, + "propState": 0, + "pos": { + "x": -14870, + "y": 147, + "z": 233511 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "pos": { + "x": -19190, + "y": 147, + "z": 128430 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 91, + "instId": 300002, + "propState": 0, + "pos": { + "x": 15180, + "y": 147, + "z": 227910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 91, + "instId": 300001, + "propState": 0, + "pos": { + "x": -7820, + "y": 147, + "z": 154350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 91, + "instId": 300003, + "propState": 0, + "pos": { + "x": 27040, + "y": 147, + "z": 185780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 91, + "instId": 300004, + "propState": 0, + "pos": { + "x": -9315, + "y": 152, + "z": 10050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "93": { + "monsters": [ + { + "groupId": 93, + "instId": 200001, + "eventId": 101201, + "pos": { + "x": -4890, + "y": 150, + "z": 2110 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "monsterId": 8013012 + } + ], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4890, + "y": 1150, + "z": 2110 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1101": { + "anchorId": 1, + "groupId": 93, + "instId": 300001, + "pos": { + "x": -1250, + "y": 147, + "z": 6710 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 101, + "startAnchorId": 1, + "startGroupId": 100 + } + }, + "200010104": { + "P20001_F20001001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "3": { + "monsters": [ + { + "groupId": 3, + "instId": 200005, + "eventId": 20001103, + "pos": { + "x": 23900, + "y": 147, + "z": 204320 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8012010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "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": 1, + "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": 1, + "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": 1, + "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": 1, + "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": 1, + "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": 1, + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": 20552, + "y": 147, + "z": 194730 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": 19280, + "y": 147, + "z": 174190 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": 33658, + "y": 147, + "z": 195280 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 0, + "pos": { + "x": 8290, + "y": 147, + "z": 160010 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 0, + "pos": { + "x": -42199, + "y": 6397, + "z": 101119 + }, + "rot": { + "x": 0, + "y": 1736, + "z": 0 + }, + "propId": 100027 + } + ], + "teleports": {} + }, + "9": { + "monsters": [ + { + "groupId": 9, + "instId": 200004, + "eventId": 20001006, + "pos": { + "x": -24000, + "y": 147, + "z": 217000 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8012020 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "11": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -14600, + "y": -10033, + "z": 1831200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": 48530, + "y": 147, + "z": 190130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2000101": { + "anchorId": 1, + "groupId": 18, + "instId": 300001, + "pos": { + "x": -15123, + "y": 147, + "z": 125844 + }, + "rot": { + "x": 0, + "y": 35000, + "z": 0 + } + }, + "2000102": { + "anchorId": 2, + "groupId": 18, + "instId": 300002, + "pos": { + "x": 23874, + "y": 147, + "z": 226660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "24": { + "monsters": [ + { + "groupId": 24, + "instId": 200001, + "eventId": 20001231, + "pos": { + "x": 23650, + "y": 111, + "z": 243100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8003020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -14600, + "y": -10033, + "z": 1831200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 24, + "instId": 300003, + "propState": 0, + "pos": { + "x": 23618, + "y": 111, + "z": 246670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "28": { + "monsters": [ + { + "groupId": 28, + "instId": 200001, + "eventId": 20001111, + "pos": { + "x": -26600, + "y": 150, + "z": 181840 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": 23854, + "y": 250, + "z": 233229 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100017 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -19055, + "y": 260, + "z": 107720 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 36, + "instId": 300007, + "propState": 0, + "pos": { + "x": 19310, + "y": 371, + "z": 105521 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 36, + "instId": 300008, + "propState": 0, + "pos": { + "x": 19238, + "y": 147, + "z": 125005 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 36, + "instId": 300009, + "propState": 0, + "pos": { + "x": -14870, + "y": 147, + "z": 233511 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "pos": { + "x": -19190, + "y": 147, + "z": 128430 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "44": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 91, + "instId": 300002, + "propState": 0, + "pos": { + "x": 15180, + "y": 147, + "z": 227910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 91, + "instId": 300001, + "propState": 0, + "pos": { + "x": -7820, + "y": 147, + "z": 154350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 91, + "instId": 300003, + "propState": 0, + "pos": { + "x": 27040, + "y": 147, + "z": 185780 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 91, + "instId": 300004, + "propState": 0, + "pos": { + "x": -9315, + "y": 152, + "z": 10050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "93": { + "monsters": [ + { + "groupId": 93, + "instId": 200001, + "eventId": 101201, + "pos": { + "x": -4890, + "y": 150, + "z": 2110 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "monsterId": 8013012 + } + ], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 8, + "pos": { + "x": -4890, + "y": 1150, + "z": 2110 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1101": { + "anchorId": 1, + "groupId": 93, + "instId": 300001, + "pos": { + "x": -1250, + "y": 147, + "z": 6710 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 101, + "startAnchorId": 2, + "startGroupId": 2 + } + }, + "200020102": { + "P20002_F20001001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -72418, + "y": 18818, + "z": -72278 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 131 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 0, + "pos": { + "x": -72518, + "y": -3124, + "z": -72170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 131 + } + ], + "teleports": { + "2000201": { + "anchorId": 1, + "groupId": 1, + "instId": 300006, + "pos": { + "x": 38130, + "y": 3444, + "z": -113940 + }, + "rot": { + "x": 0, + "y": 289010, + "z": 0 + } + }, + "2000202": { + "anchorId": 2, + "groupId": 1, + "instId": 300021, + "pos": { + "x": -134980, + "y": -115, + "z": -73036 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2000203": { + "anchorId": 3, + "groupId": 1, + "instId": 300022, + "pos": { + "x": -32670, + "y": 18610, + "z": -95340 + }, + "rot": { + "x": 0, + "y": 297000, + "z": 0 + } + }, + "2000204": { + "anchorId": 4, + "groupId": 1, + "instId": 300007, + "pos": { + "x": -69860, + "y": -3195, + "z": -62700 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300012, + "propState": 0, + "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": 1, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 3, + "instId": 300019, + "propState": 1, + "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": 1, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 100003 + }, + { + "groupId": 3, + "instId": 300020, + "propState": 1, + "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": 1, + "pos": { + "x": -110161, + "y": -61, + "z": -64690 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 3, + "instId": 300021, + "propState": 1, + "pos": { + "x": -110828, + "y": 504, + "z": -73353 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 0, + "pos": { + "x": -110990, + "y": -109, + "z": -62616 + }, + "rot": { + "x": 0, + "y": 18847, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 3, + "instId": 300014, + "propState": 1, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 3, + "instId": 300022, + "propState": 1, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 0, + "pos": { + "x": -132037, + "y": 2748, + "z": -61726 + }, + "rot": { + "x": 0, + "y": 207345, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 3, + "instId": 300016, + "propState": 1, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 3, + "instId": 300026, + "propState": 1, + "pos": { + "x": -141728, + "y": -119, + "z": -73277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300018, + "propState": 0, + "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": 1, + "pos": { + "x": -2438, + "y": 2916, + "z": -45562 + }, + "rot": { + "x": 0, + "y": 253313, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 3, + "instId": 300024, + "propState": 1, + "pos": { + "x": -5595, + "y": 2864, + "z": -46516 + }, + "rot": { + "x": 0, + "y": 163201, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300038, + "propState": 0, + "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": 0, + "pos": { + "x": -10910, + "y": 18600, + "z": -106140 + }, + "rot": { + "x": 0, + "y": 27837, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 1, + "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": 1, + "pos": { + "x": -6513, + "y": 1037, + "z": -73196 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300046, + "propState": 1, + "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": 0, + "pos": { + "x": -38863, + "y": 17690, + "z": -62867 + }, + "rot": { + "x": 0, + "y": 343500, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 3, + "instId": 300040, + "propState": 0, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 3, + "instId": 300041, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -178060, + "y": -390, + "z": -61070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": -186621, + "y": -400, + "z": -79920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 0, + "pos": { + "x": -171678, + "y": -4389, + "z": -85976 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 0, + "pos": { + "x": -207948, + "y": -4226, + "z": -86090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 0, + "pos": { + "x": -173911, + "y": -178, + "z": -73134 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100014 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300004, + "propState": 0, + "pos": { + "x": -38070, + "y": -1038, + "z": -78970 + }, + "rot": { + "x": 0, + "y": 65126, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 12, + "instId": 300007, + "propState": 0, + "pos": { + "x": -67349, + "y": -3153, + "z": -78532 + }, + "rot": { + "x": 0, + "y": 210425, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 12, + "instId": 300012, + "propState": 0, + "pos": { + "x": -120442, + "y": 2762, + "z": -91925 + }, + "rot": { + "x": 0, + "y": 153993, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300013, + "propState": 0, + "pos": { + "x": -82010, + "y": 10280, + "z": -124298 + }, + "rot": { + "x": 0, + "y": 179592, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300014, + "propState": 0, + "pos": { + "x": -144267, + "y": 2760, + "z": -115253 + }, + "rot": { + "x": 0, + "y": 335000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 12, + "instId": 300016, + "propState": 0, + "pos": { + "x": -69638, + "y": 10285, + "z": -110718 + }, + "rot": { + "x": 0, + "y": 237575, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 0, + "pos": { + "x": -131745, + "y": -90, + "z": -70269 + }, + "rot": { + "x": 0, + "y": 268866, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19293, + "y": 1039, + "z": -94147 + }, + "rot": { + "x": 0, + "y": 285704, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "pos": { + "x": -101902, + "y": -1525, + "z": -88957 + }, + "rot": { + "x": 0, + "y": 222713, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300017, + "propState": 0, + "pos": { + "x": -24401, + "y": 18620, + "z": -90450 + }, + "rot": { + "x": 0, + "y": 28316, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300008, + "propState": 0, + "pos": { + "x": 2760, + "y": 2855, + "z": -31780 + }, + "rot": { + "x": 0, + "y": 253355, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300002, + "propState": 12, + "pos": { + "x": -44589, + "y": -1544, + "z": -70170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60001 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -5986, + "y": 1196, + "z": -73135 + }, + "rot": { + "x": 0, + "y": 182183, + "z": 0 + }, + "propId": 901 + } + ], + "teleports": { + "1201": { + "anchorId": 1, + "groupId": 15, + "instId": 300001, + "pos": { + "x": -7796, + "y": 1039, + "z": -73105 + }, + "rot": { + "x": 0, + "y": 92183, + "z": 0 + } + } + } + }, + "24": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": -36720, + "y": 18583, + "z": -66100 + }, + "rot": { + "x": 0, + "y": 253519, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": -42700, + "y": 18611, + "z": -51950 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": -42700, + "y": 18611, + "z": -51950 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "27": { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 0, + "pos": { + "x": -128410, + "y": 2770, + "z": -38600 + }, + "rot": { + "x": 0, + "y": 208678, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "28": { + "monsters": [ + { + "groupId": 28, + "instId": 200001, + "eventId": 20002232, + "pos": { + "x": -113170, + "y": 18598, + "z": -60570 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "monsterId": 8013010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 0, + "pos": { + "x": -111270, + "y": 18598, + "z": -55340 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "30": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300002, + "propState": 0, + "pos": { + "x": -114560, + "y": 18600, + "z": -83069 + }, + "rot": { + "x": 0, + "y": 72091, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": -109850, + "y": 18598, + "z": -94600 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 0, + "pos": { + "x": -111606, + "y": 18571, + "z": -90508 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300002, + "propState": 0, + "pos": { + "x": -150600, + "y": 3010, + "z": -32680 + }, + "rot": { + "x": 0, + "y": 207541, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": -163360, + "y": 2770, + "z": -29170 + }, + "rot": { + "x": 0, + "y": 118000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 0, + "pos": { + "x": -163360, + "y": 2770, + "z": -29170 + }, + "rot": { + "x": 0, + "y": 118000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300002, + "propState": 0, + "pos": { + "x": -91021, + "y": -1460, + "z": -59193 + }, + "rot": { + "x": 0, + "y": 315372, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 0, + "pos": { + "x": -62641, + "y": -1460, + "z": -87284 + }, + "rot": { + "x": 0, + "y": 315372, + "z": 0 + }, + "propId": 100006 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 40, + "instId": 300009, + "propState": 0, + "pos": { + "x": -118490, + "y": 18598, + "z": -70530 + }, + "rot": { + "x": 0, + "y": 266158, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 40, + "instId": 300010, + "propState": 0, + "pos": { + "x": -136462, + "y": 2753, + "z": -84437 + }, + "rot": { + "x": 0, + "y": 21963, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 40, + "instId": 300011, + "propState": 0, + "pos": { + "x": -80440, + "y": -3195, + "z": -59430 + }, + "rot": { + "x": 0, + "y": 165908, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 0, + "pos": { + "x": -131800, + "y": 2770, + "z": -50438 + }, + "rot": { + "x": 0, + "y": 200813, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 0, + "pos": { + "x": -151530, + "y": -163, + "z": -66560 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 40, + "instId": 300003, + "propState": 0, + "pos": { + "x": -8780, + "y": 1039, + "z": -70203 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 41, + "instId": 300001, + "propState": 0, + "pos": { + "x": 41413, + "y": 5938, + "z": -107116 + }, + "rot": { + "x": 0, + "y": 209999, + "z": 0 + }, + "propId": 100031 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 0, + "pos": { + "x": 31428, + "y": 6203, + "z": -41084 + }, + "rot": { + "x": 0, + "y": 165400, + "z": 0 + }, + "propId": 100033 + }, + { + "groupId": 41, + "instId": 300004, + "propState": 0, + "pos": { + "x": 31987, + "y": 6090, + "z": -119936 + }, + "rot": { + "x": 0, + "y": 16153, + "z": 0 + }, + "propId": 100034 + }, + { + "groupId": 41, + "instId": 300005, + "propState": 0, + "pos": { + "x": 37437, + "y": 6128, + "z": -119372 + }, + "rot": { + "x": 0, + "y": 30240, + "z": 0 + }, + "propId": 100035 + }, + { + "groupId": 41, + "instId": 300006, + "propState": 0, + "pos": { + "x": 23187, + "y": 5962, + "z": -114761 + }, + "rot": { + "x": 0, + "y": 18213, + "z": 0 + }, + "propId": 100036 + }, + { + "groupId": 41, + "instId": 300007, + "propState": 0, + "pos": { + "x": 27163, + "y": 5965, + "z": -102509 + }, + "rot": { + "x": 0, + "y": 277369, + "z": 0 + }, + "propId": 100037 + }, + { + "groupId": 41, + "instId": 300008, + "propState": 0, + "pos": { + "x": 37877, + "y": 6196, + "z": -27950 + }, + "rot": { + "x": 0, + "y": 340655, + "z": 0 + }, + "propId": 100038 + }, + { + "groupId": 41, + "instId": 300009, + "propState": 0, + "pos": { + "x": 40934, + "y": 5934, + "z": -38211 + }, + "rot": { + "x": 0, + "y": 344340, + "z": 0 + }, + "propId": 100039 + }, + { + "groupId": 41, + "instId": 300012, + "propState": 0, + "pos": { + "x": 27680, + "y": 5930, + "z": -28702 + }, + "rot": { + "x": 0, + "y": 163172, + "z": 0 + }, + "propId": 100042 + }, + { + "groupId": 41, + "instId": 300014, + "propState": 0, + "pos": { + "x": 33043, + "y": 6090, + "z": -29361 + }, + "rot": { + "x": 0, + "y": 343693, + "z": 0 + }, + "propId": 100034 + }, + { + "groupId": 41, + "instId": 300015, + "propState": 0, + "pos": { + "x": 36758, + "y": 6128, + "z": -41761 + }, + "rot": { + "x": 0, + "y": 342658, + "z": 0 + }, + "propId": 100035 + }, + { + "groupId": 41, + "instId": 300016, + "propState": 0, + "pos": { + "x": 31246, + "y": 5898, + "z": -106091 + }, + "rot": { + "x": 0, + "y": 288387, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 41, + "instId": 300017, + "propState": 0, + "pos": { + "x": 27310, + "y": 6128, + "z": -118380 + }, + "rot": { + "x": 0, + "y": 133483, + "z": 0 + }, + "propId": 100035 + }, + { + "groupId": 41, + "instId": 300018, + "propState": 0, + "pos": { + "x": 36776, + "y": 5898, + "z": -121463 + }, + "rot": { + "x": 0, + "y": 288387, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 41, + "instId": 300019, + "propState": 0, + "pos": { + "x": 37256, + "y": 5790, + "z": -25819 + }, + "rot": { + "x": 0, + "y": 253491, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 41, + "instId": 300021, + "propState": 0, + "pos": { + "x": 36697, + "y": 5898, + "z": -105538 + }, + "rot": { + "x": 0, + "y": 288387, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 41, + "instId": 300022, + "propState": 0, + "pos": { + "x": 31873, + "y": 6090, + "z": -104050 + }, + "rot": { + "x": 0, + "y": 16153, + "z": 0 + }, + "propId": 100034 + }, + { + "groupId": 41, + "instId": 300023, + "propState": 0, + "pos": { + "x": 27960, + "y": 5898, + "z": -116290 + }, + "rot": { + "x": 0, + "y": 288387, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 41, + "instId": 300024, + "propState": 0, + "pos": { + "x": 27206, + "y": 6116, + "z": -44612 + }, + "rot": { + "x": 0, + "y": 161300, + "z": 0 + }, + "propId": 100041 + }, + { + "groupId": 41, + "instId": 300025, + "propState": 0, + "pos": { + "x": 23508, + "y": 5790, + "z": -32197 + }, + "rot": { + "x": 0, + "y": 343820, + "z": 0 + }, + "propId": 100040 + } + ], + "teleports": {} + }, + "46": { + "monsters": [ + { + "groupId": 46, + "instId": 200001, + "eventId": 20002109, + "pos": { + "x": -133921, + "y": 2780, + "z": -102943 + }, + "rot": { + "x": 0, + "y": 343000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [ + { + "groupId": 64, + "instId": 400001, + "pos": { + "x": -113843, + "y": -89, + "z": -66425 + }, + "rot": { + "x": 0, + "y": 152261, + "z": 0 + }, + "npcId": 10120 + } + ], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": -113805, + "y": -89, + "z": -66672 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 99, + "instId": 300001, + "propState": 8, + "pos": { + "x": -153260, + "y": -163, + "z": -61520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1004": { + "anchorId": 1, + "groupId": 99, + "instId": 300001, + "pos": { + "x": -153260, + "y": -163, + "z": -64020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "105": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 105, + "instId": 300002, + "propState": 18, + "pos": { + "x": -106954, + "y": 662, + "z": -67185 + }, + "rot": { + "x": 0, + "y": 214989, + "z": 0 + }, + "propId": 100020 + } + ], + "teleports": {} + }, + "106": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 106, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "132": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 101, + "startAnchorId": 5, + "startGroupId": 1 + } + }, + "200020103": { + "P20002_F20001001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -72418, + "y": 18818, + "z": -72278 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 131 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 0, + "pos": { + "x": -72518, + "y": -3124, + "z": -72170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 131 + } + ], + "teleports": { + "2000201": { + "anchorId": 1, + "groupId": 1, + "instId": 300006, + "pos": { + "x": 38130, + "y": 3444, + "z": -113940 + }, + "rot": { + "x": 0, + "y": 289010, + "z": 0 + } + }, + "2000202": { + "anchorId": 2, + "groupId": 1, + "instId": 300021, + "pos": { + "x": -134980, + "y": -115, + "z": -73036 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2000203": { + "anchorId": 3, + "groupId": 1, + "instId": 300022, + "pos": { + "x": -32670, + "y": 18610, + "z": -95340 + }, + "rot": { + "x": 0, + "y": 297000, + "z": 0 + } + }, + "2000204": { + "anchorId": 4, + "groupId": 1, + "instId": 300007, + "pos": { + "x": -69860, + "y": -3195, + "z": -62700 + }, + "rot": { + "x": 0, + "y": 260000, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300012, + "propState": 0, + "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": 1, + "pos": { + "x": -2515, + "y": 2940, + "z": -100826 + }, + "rot": { + "x": 0, + "y": 288017, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 3, + "instId": 300019, + "propState": 1, + "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": 1, + "pos": { + "x": -120990, + "y": -101, + "z": -73190 + }, + "rot": { + "x": 0, + "y": 269472, + "z": 0 + }, + "propId": 100003 + }, + { + "groupId": 3, + "instId": 300020, + "propState": 1, + "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": 1, + "pos": { + "x": -110161, + "y": -61, + "z": -64690 + }, + "rot": { + "x": 0, + "y": 17053, + "z": 0 + }, + "propId": 100021 + }, + { + "groupId": 3, + "instId": 300021, + "propState": 1, + "pos": { + "x": -110828, + "y": 504, + "z": -73353 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 0, + "pos": { + "x": -110990, + "y": -109, + "z": -62616 + }, + "rot": { + "x": 0, + "y": 18847, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 3, + "instId": 300014, + "propState": 1, + "pos": { + "x": -132012, + "y": 2824, + "z": -57981 + }, + "rot": { + "x": 0, + "y": 27345, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 3, + "instId": 300022, + "propState": 1, + "pos": { + "x": -130510, + "y": 2770, + "z": -55090 + }, + "rot": { + "x": 0, + "y": 297332, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 0, + "pos": { + "x": -132037, + "y": 2748, + "z": -61726 + }, + "rot": { + "x": 0, + "y": 207345, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 3, + "instId": 300016, + "propState": 1, + "pos": { + "x": -144990, + "y": -60, + "z": -73290 + }, + "rot": { + "x": 0, + "y": 270291, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 3, + "instId": 300026, + "propState": 1, + "pos": { + "x": -141728, + "y": -119, + "z": -73277 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300018, + "propState": 0, + "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": 1, + "pos": { + "x": -2438, + "y": 2916, + "z": -45562 + }, + "rot": { + "x": 0, + "y": 253313, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 3, + "instId": 300024, + "propState": 1, + "pos": { + "x": -5595, + "y": 2864, + "z": -46516 + }, + "rot": { + "x": 0, + "y": 163201, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300038, + "propState": 0, + "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": 0, + "pos": { + "x": -10910, + "y": 18600, + "z": -106140 + }, + "rot": { + "x": 0, + "y": 27837, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 1, + "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": 1, + "pos": { + "x": -6513, + "y": 1037, + "z": -73196 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 3, + "instId": 300046, + "propState": 1, + "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": 0, + "pos": { + "x": -38863, + "y": 17690, + "z": -62867 + }, + "rot": { + "x": 0, + "y": 343500, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 3, + "instId": 300040, + "propState": 0, + "pos": { + "x": -113331, + "y": 17656, + "z": -86508 + }, + "rot": { + "x": 0, + "y": 160861, + "z": 0 + }, + "propId": 300004 + }, + { + "groupId": 3, + "instId": 300041, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": -178060, + "y": -390, + "z": -61070 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": -186621, + "y": -400, + "z": -79920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 0, + "pos": { + "x": -171678, + "y": -4389, + "z": -85976 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 0, + "pos": { + "x": -207948, + "y": -4226, + "z": -86090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 0, + "pos": { + "x": -173911, + "y": -178, + "z": -73134 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100014 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300004, + "propState": 0, + "pos": { + "x": -38070, + "y": -1038, + "z": -78970 + }, + "rot": { + "x": 0, + "y": 65126, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 12, + "instId": 300007, + "propState": 0, + "pos": { + "x": -67349, + "y": -3153, + "z": -78532 + }, + "rot": { + "x": 0, + "y": 210425, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 12, + "instId": 300012, + "propState": 0, + "pos": { + "x": -120442, + "y": 2762, + "z": -91925 + }, + "rot": { + "x": 0, + "y": 153993, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300013, + "propState": 0, + "pos": { + "x": -82010, + "y": 10280, + "z": -124298 + }, + "rot": { + "x": 0, + "y": 179592, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300014, + "propState": 0, + "pos": { + "x": -144267, + "y": 2760, + "z": -115253 + }, + "rot": { + "x": 0, + "y": 335000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 12, + "instId": 300016, + "propState": 0, + "pos": { + "x": -69638, + "y": 10285, + "z": -110718 + }, + "rot": { + "x": 0, + "y": 237575, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 0, + "pos": { + "x": -131745, + "y": -90, + "z": -70269 + }, + "rot": { + "x": 0, + "y": 268866, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": -19293, + "y": 1039, + "z": -94147 + }, + "rot": { + "x": 0, + "y": 285704, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "pos": { + "x": -101902, + "y": -1525, + "z": -88957 + }, + "rot": { + "x": 0, + "y": 222713, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300017, + "propState": 0, + "pos": { + "x": -24401, + "y": 18620, + "z": -90450 + }, + "rot": { + "x": 0, + "y": 28316, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 12, + "instId": 300008, + "propState": 0, + "pos": { + "x": 2760, + "y": 2855, + "z": -31780 + }, + "rot": { + "x": 0, + "y": 253355, + "z": 0 + }, + "propId": 100026 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 13, + "instId": 300002, + "propState": 12, + "pos": { + "x": -44589, + "y": -1544, + "z": -70170 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 60001 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300001, + "propState": 8, + "pos": { + "x": -5986, + "y": 1196, + "z": -73135 + }, + "rot": { + "x": 0, + "y": 182183, + "z": 0 + }, + "propId": 901 + } + ], + "teleports": { + "1201": { + "anchorId": 1, + "groupId": 15, + "instId": 300001, + "pos": { + "x": -7796, + "y": 1039, + "z": -73105 + }, + "rot": { + "x": 0, + "y": 92183, + "z": 0 + } + } + } + }, + "24": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300002, + "propState": 0, + "pos": { + "x": -36720, + "y": 18583, + "z": -66100 + }, + "rot": { + "x": 0, + "y": 253519, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300001, + "propState": 0, + "pos": { + "x": -42700, + "y": 18611, + "z": -51950 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": -42700, + "y": 18611, + "z": -51950 + }, + "rot": { + "x": 0, + "y": 165000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "27": { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 27, + "instId": 300003, + "propState": 0, + "pos": { + "x": -128410, + "y": 2770, + "z": -38600 + }, + "rot": { + "x": 0, + "y": 208678, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "28": { + "monsters": [ + { + "groupId": 28, + "instId": 200001, + "eventId": 20002232, + "pos": { + "x": -113170, + "y": 18598, + "z": -60570 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "monsterId": 8013010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 28, + "instId": 300003, + "propState": 0, + "pos": { + "x": -111270, + "y": 18598, + "z": -55340 + }, + "rot": { + "x": 0, + "y": 200000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "30": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300002, + "propState": 0, + "pos": { + "x": -114560, + "y": 18600, + "z": -83069 + }, + "rot": { + "x": 0, + "y": 72091, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": -109850, + "y": 18598, + "z": -94600 + }, + "rot": { + "x": 0, + "y": 340000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 32, + "instId": 300003, + "propState": 0, + "pos": { + "x": -111606, + "y": 18571, + "z": -90508 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300002, + "propState": 0, + "pos": { + "x": -150600, + "y": 3010, + "z": -32680 + }, + "rot": { + "x": 0, + "y": 207541, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": -163360, + "y": 2770, + "z": -29170 + }, + "rot": { + "x": 0, + "y": 118000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 33, + "instId": 300003, + "propState": 0, + "pos": { + "x": -163360, + "y": 2770, + "z": -29170 + }, + "rot": { + "x": 0, + "y": 118000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "38": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 38, + "instId": 300002, + "propState": 0, + "pos": { + "x": -91021, + "y": -1460, + "z": -59193 + }, + "rot": { + "x": 0, + "y": 315372, + "z": 0 + }, + "propId": 100006 + }, + { + "groupId": 38, + "instId": 300004, + "propState": 0, + "pos": { + "x": -62641, + "y": -1460, + "z": -87284 + }, + "rot": { + "x": 0, + "y": 315372, + "z": 0 + }, + "propId": 100006 + } + ], + "teleports": {} + }, + "40": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 40, + "instId": 300009, + "propState": 0, + "pos": { + "x": -118490, + "y": 18598, + "z": -70530 + }, + "rot": { + "x": 0, + "y": 266158, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 40, + "instId": 300010, + "propState": 0, + "pos": { + "x": -136462, + "y": 2753, + "z": -84437 + }, + "rot": { + "x": 0, + "y": 21963, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 40, + "instId": 300011, + "propState": 0, + "pos": { + "x": -80440, + "y": -3195, + "z": -59430 + }, + "rot": { + "x": 0, + "y": 165908, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 40, + "instId": 300001, + "propState": 0, + "pos": { + "x": -131800, + "y": 2770, + "z": -50438 + }, + "rot": { + "x": 0, + "y": 200813, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 40, + "instId": 300002, + "propState": 0, + "pos": { + "x": -151530, + "y": -163, + "z": -66560 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 40, + "instId": 300003, + "propState": 0, + "pos": { + "x": -8780, + "y": 1039, + "z": -70203 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 41, + "instId": 300001, + "propState": 0, + "pos": { + "x": 41413, + "y": 5938, + "z": -107116 + }, + "rot": { + "x": 0, + "y": 209999, + "z": 0 + }, + "propId": 100031 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 0, + "pos": { + "x": 31428, + "y": 6203, + "z": -41084 + }, + "rot": { + "x": 0, + "y": 165400, + "z": 0 + }, + "propId": 100033 + }, + { + "groupId": 41, + "instId": 300004, + "propState": 0, + "pos": { + "x": 31987, + "y": 6090, + "z": -119936 + }, + "rot": { + "x": 0, + "y": 16153, + "z": 0 + }, + "propId": 100034 + }, + { + "groupId": 41, + "instId": 300005, + "propState": 0, + "pos": { + "x": 37437, + "y": 6128, + "z": -119372 + }, + "rot": { + "x": 0, + "y": 30240, + "z": 0 + }, + "propId": 100035 + }, + { + "groupId": 41, + "instId": 300006, + "propState": 0, + "pos": { + "x": 23187, + "y": 5962, + "z": -114761 + }, + "rot": { + "x": 0, + "y": 18213, + "z": 0 + }, + "propId": 100036 + }, + { + "groupId": 41, + "instId": 300007, + "propState": 0, + "pos": { + "x": 27163, + "y": 5965, + "z": -102509 + }, + "rot": { + "x": 0, + "y": 277369, + "z": 0 + }, + "propId": 100037 + }, + { + "groupId": 41, + "instId": 300008, + "propState": 0, + "pos": { + "x": 37877, + "y": 6196, + "z": -27950 + }, + "rot": { + "x": 0, + "y": 340655, + "z": 0 + }, + "propId": 100038 + }, + { + "groupId": 41, + "instId": 300009, + "propState": 0, + "pos": { + "x": 40934, + "y": 5934, + "z": -38211 + }, + "rot": { + "x": 0, + "y": 344340, + "z": 0 + }, + "propId": 100039 + }, + { + "groupId": 41, + "instId": 300012, + "propState": 0, + "pos": { + "x": 27680, + "y": 5930, + "z": -28702 + }, + "rot": { + "x": 0, + "y": 163172, + "z": 0 + }, + "propId": 100042 + }, + { + "groupId": 41, + "instId": 300014, + "propState": 0, + "pos": { + "x": 33043, + "y": 6090, + "z": -29361 + }, + "rot": { + "x": 0, + "y": 343693, + "z": 0 + }, + "propId": 100034 + }, + { + "groupId": 41, + "instId": 300015, + "propState": 0, + "pos": { + "x": 36758, + "y": 6128, + "z": -41761 + }, + "rot": { + "x": 0, + "y": 342658, + "z": 0 + }, + "propId": 100035 + }, + { + "groupId": 41, + "instId": 300016, + "propState": 0, + "pos": { + "x": 31246, + "y": 5898, + "z": -106091 + }, + "rot": { + "x": 0, + "y": 288387, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 41, + "instId": 300017, + "propState": 0, + "pos": { + "x": 27310, + "y": 6128, + "z": -118380 + }, + "rot": { + "x": 0, + "y": 133483, + "z": 0 + }, + "propId": 100035 + }, + { + "groupId": 41, + "instId": 300018, + "propState": 0, + "pos": { + "x": 36776, + "y": 5898, + "z": -121463 + }, + "rot": { + "x": 0, + "y": 288387, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 41, + "instId": 300019, + "propState": 0, + "pos": { + "x": 37256, + "y": 5790, + "z": -25819 + }, + "rot": { + "x": 0, + "y": 253491, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 41, + "instId": 300021, + "propState": 0, + "pos": { + "x": 36697, + "y": 5898, + "z": -105538 + }, + "rot": { + "x": 0, + "y": 288387, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 41, + "instId": 300022, + "propState": 0, + "pos": { + "x": 31873, + "y": 6090, + "z": -104050 + }, + "rot": { + "x": 0, + "y": 16153, + "z": 0 + }, + "propId": 100034 + }, + { + "groupId": 41, + "instId": 300023, + "propState": 0, + "pos": { + "x": 27960, + "y": 5898, + "z": -116290 + }, + "rot": { + "x": 0, + "y": 288387, + "z": 0 + }, + "propId": 100032 + }, + { + "groupId": 41, + "instId": 300024, + "propState": 0, + "pos": { + "x": 27206, + "y": 6116, + "z": -44612 + }, + "rot": { + "x": 0, + "y": 161300, + "z": 0 + }, + "propId": 100041 + }, + { + "groupId": 41, + "instId": 300025, + "propState": 0, + "pos": { + "x": 23508, + "y": 5790, + "z": -32197 + }, + "rot": { + "x": 0, + "y": 343820, + "z": 0 + }, + "propId": 100040 + } + ], + "teleports": {} + }, + "46": { + "monsters": [ + { + "groupId": 46, + "instId": 200001, + "eventId": 20002109, + "pos": { + "x": -133921, + "y": 2780, + "z": -102943 + }, + "rot": { + "x": 0, + "y": 343000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [ + { + "groupId": 64, + "instId": 400001, + "pos": { + "x": -113843, + "y": -89, + "z": -66425 + }, + "rot": { + "x": 0, + "y": 152261, + "z": 0 + }, + "npcId": 10120 + } + ], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": -113805, + "y": -89, + "z": -66672 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "99": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 99, + "instId": 300001, + "propState": 8, + "pos": { + "x": -153260, + "y": -163, + "z": -61520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1004": { + "anchorId": 1, + "groupId": 99, + "instId": 300001, + "pos": { + "x": -153260, + "y": -163, + "z": -64020 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "105": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 105, + "instId": 300002, + "propState": 18, + "pos": { + "x": -106954, + "y": 662, + "z": -67185 + }, + "rot": { + "x": 0, + "y": 214989, + "z": 0 + }, + "propId": 100020 + } + ], + "teleports": {} + }, + "106": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 106, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "132": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 101, + "startAnchorId": 1, + "startGroupId": 132 + } + }, + "200030102": { + "P20003_F20001001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 1, + "instId": 300004, + "propState": 1, + "pos": { + "x": 39868, + "y": 80272, + "z": 99238 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100005 + }, + { + "groupId": 1, + "instId": 300003, + "propState": 1, + "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": 1, + "pos": { + "x": 189124, + "y": 82889, + "z": 141036 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 1, + "instId": 300011, + "propState": 1, + "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": 1, + "pos": { + "x": 125966, + "y": 80503, + "z": 126902 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 1, + "instId": 300012, + "propState": 1, + "pos": { + "x": 125966, + "y": 80461, + "z": 129012 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300010, + "propState": 0, + "pos": { + "x": 124206, + "y": 80461, + "z": 129306 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 1, + "instId": 300009, + "propState": 1, + "pos": { + "x": 8732, + "y": 79658, + "z": 113930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100001 + }, + { + "groupId": 1, + "instId": 300013, + "propState": 1, + "pos": { + "x": 8732, + "y": 79584, + "z": 110666 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 0, + "pos": { + "x": 10469, + "y": 79626, + "z": 110460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 1, + "pos": { + "x": 45424, + "y": 105, + "z": -127524 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300014, + "propState": 1, + "pos": { + "x": -5018, + "y": 79582, + "z": 99243 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300015, + "propState": 1, + "pos": { + "x": 8732, + "y": 79584, + "z": 87818 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300003 + }, + { + "groupId": 1, + "instId": 300023, + "propState": 0, + "pos": { + "x": 6984, + "y": 79597, + "z": 88038 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 1, + "instId": 300024, + "propState": 1, + "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": 0, + "pos": { + "x": 125990, + "y": 80651, + "z": 101929 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 300004 + } + ], + "teleports": {} + }, + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2000301": { + "anchorId": 1, + "groupId": 2, + "instId": 300001, + "pos": { + "x": 4560, + "y": 79626, + "z": 99300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2000302": { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": 92360, + "y": 78661, + "z": 140050 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2000303": { + "anchorId": 3, + "groupId": 2, + "instId": 300003, + "pos": { + "x": 187880, + "y": 77016, + "z": 95592 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300009, + "propState": 0, + "pos": { + "x": 51560, + "y": 80282, + "z": 77601 + }, + "rot": { + "x": 0, + "y": 359894, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300013, + "propState": 0, + "pos": { + "x": 171436, + "y": 82822, + "z": 146226 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 3, + "instId": 300014, + "propState": 0, + "pos": { + "x": 168049, + "y": 77020, + "z": 99987 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 3, + "instId": 300015, + "propState": 0, + "pos": { + "x": 196142, + "y": 77019, + "z": 91994 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300017, + "propState": 0, + "pos": { + "x": 15744, + "y": 79583, + "z": 107276 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300018, + "propState": 0, + "pos": { + "x": 147936, + "y": 79917, + "z": 146343 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 0, + "pos": { + "x": 24934, + "y": 80280, + "z": 95797 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 0, + "pos": { + "x": 180538, + "y": 82720, + "z": 134140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300016, + "propState": 0, + "pos": { + "x": 51490, + "y": 63990, + "z": 105530 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300011, + "propState": 0, + "pos": { + "x": 127402, + "y": 78669, + "z": 143222 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300010, + "propState": 0, + "pos": { + "x": 102580, + "y": 74250, + "z": 112090 + }, + "rot": { + "x": 0, + "y": 266439, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 86970, + "y": 63990, + "z": 120400 + }, + "rot": { + "x": 0, + "y": 89895, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": 78860, + "y": 63990, + "z": 78745 + }, + "rot": { + "x": 0, + "y": 359895, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 0, + "pos": { + "x": 80020, + "y": 78670, + "z": 137590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 3, + "instId": 300004, + "propState": 0, + "pos": { + "x": 168458, + "y": 82618, + "z": 131648 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 3, + "instId": 300012, + "propState": 0, + "pos": { + "x": 14850, + "y": 79626, + "z": 88660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 0, + "pos": { + "x": 96242, + "y": 74087, + "z": 109711 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 0, + "pos": { + "x": 251850, + "y": 79911, + "z": 126814 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 64619, + "y": 80338, + "z": 99130 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 4, + "instId": 300015, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": 53462, + "y": 63965, + "z": 96389 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100014 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 0, + "pos": { + "x": 50937, + "y": 63986, + "z": 78396 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100000 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 0, + "pos": { + "x": 79060, + "y": 64016, + "z": 96537 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 8, + "pos": { + "x": 96590, + "y": 74248, + "z": 115140 + }, + "rot": { + "x": 0, + "y": 140035, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1005": { + "anchorId": 1, + "groupId": 7, + "instId": 300001, + "pos": { + "x": 98258, + "y": 74248, + "z": 113152 + }, + "rot": { + "x": 0, + "y": 320000, + "z": 0 + } + } + } + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 125468, + "y": 81522, + "z": 83065 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300014, + "propState": 0, + "pos": { + "x": 125468, + "y": 81522, + "z": 83065 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300015, + "propState": 0, + "pos": { + "x": 125468, + "y": 81522, + "z": 83065 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 18, + "instId": 300016, + "propState": 0, + "pos": { + "x": 127499, + "y": 80535, + "z": 83117 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "20": { + "monsters": [ + { + "groupId": 20, + "instId": 200001, + "eventId": 20003231, + "pos": { + "x": 67030, + "y": 78660, + "z": 140230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8013010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 0, + "pos": { + "x": 62468, + "y": 78661, + "z": 141219 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 104890, + "y": 65184, + "z": 97330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100022 + } + ], + "teleports": {} + }, + "25": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "28": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 60350, + "y": 63690, + "z": 99240 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 28, + "instId": 300004, + "propState": 0, + "pos": { + "x": 68090, + "y": 63760, + "z": 72010 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100012 + }, + { + "groupId": 28, + "instId": 300005, + "propState": 0, + "pos": { + "x": 86210, + "y": 64310, + "z": 99240 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100013 + }, + { + "groupId": 28, + "instId": 300006, + "propState": 0, + "pos": { + "x": 45940, + "y": 63750, + "z": 112750 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100013 + } + ], + "teleports": {} + }, + "33": { + "monsters": [ + { + "groupId": 33, + "instId": 200001, + "eventId": 20003109, + "pos": { + "x": 131689, + "y": 80471, + "z": 120140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 8, + "pos": { + "x": 247160, + "y": 79920, + "z": 125050 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "propId": 113 + } + ], + "teleports": { + "1301": { + "anchorId": 1, + "groupId": 34, + "instId": 300001, + "pos": { + "x": 248254, + "y": 79927, + "z": 122916 + }, + "rot": { + "x": 0, + "y": 343790, + "z": 0 + } + } + } + }, + "50": { + "monsters": [ + { + "groupId": 50, + "instId": 200001, + "eventId": 20003204, + "pos": { + "x": 8970, + "y": 76661, + "z": 151760 + }, + "rot": { + "x": 0, + "y": 182020, + "z": 0 + }, + "monsterId": 8012010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 0, + "pos": { + "x": 256220, + "y": 78796, + "z": 44330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 102, + "instId": 300001, + "propState": 0, + "pos": { + "x": 254161, + "y": 81500, + "z": 42034 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "104": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 104, + "instId": 300001, + "propState": 0, + "pos": { + "x": -1271, + "y": 81513, + "z": 99259 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + } + ], + "teleports": {} + }, + "117": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 117, + "instId": 300001, + "propState": 18, + "pos": { + "x": 11827, + "y": 77402, + "z": 148555 + }, + "rot": { + "x": 0, + "y": 293812, + "z": 0 + }, + "propId": 100018 + } + ], + "teleports": {} + }, + "118": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 118, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 101 + } + }, + "200040102": { + "P20004_F20004001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2000401": { + "anchorId": 5, + "groupId": 2, + "instId": 300001, + "pos": { + "x": 7320, + "y": 412082, + "z": -1500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2000402": { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": -14714, + "y": 180918, + "z": -89770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2000403": { + "anchorId": 3, + "groupId": 2, + "instId": 300003, + "pos": { + "x": 35420, + "y": 172315, + "z": 46840 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + } + }, + "2000404": { + "anchorId": 4, + "groupId": 2, + "instId": 300004, + "pos": { + "x": 26290, + "y": 143925, + "z": -17740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300006, + "propState": 0, + "pos": { + "x": 78570, + "y": 172707, + "z": -15496 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 81605, + "y": 163620, + "z": -14231 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": 86170, + "y": 172415, + "z": -14200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "34": { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 142143, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 0, + "pos": { + "x": 31250, + "y": 169655, + "z": 88460 + }, + "rot": { + "x": 0, + "y": 142143, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 0, + "pos": { + "x": -63660, + "y": 182862, + "z": -21520 + }, + "rot": { + "x": 0, + "y": 80000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 0, + "pos": { + "x": 50871, + "y": 172400, + "z": -59024 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 0, + "pos": { + "x": 47540, + "y": 169655, + "z": 75000 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "propId": 100025 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 0, + "pos": { + "x": -32238, + "y": 411908, + "z": -10233 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 0, + "pos": { + "x": -78660, + "y": 411908, + "z": -17990 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300006, + "propState": 0, + "pos": { + "x": -3039, + "y": 412082, + "z": 6833 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300007, + "propState": 0, + "pos": { + "x": -2927, + "y": 412082, + "z": -35510 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300008, + "propState": 0, + "pos": { + "x": -53854, + "y": 182862, + "z": -61283 + }, + "rot": { + "x": 0, + "y": 134000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300009, + "propState": 0, + "pos": { + "x": -69749, + "y": 182862, + "z": -31661 + }, + "rot": { + "x": 0, + "y": 77036, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300010, + "propState": 0, + "pos": { + "x": -35639, + "y": 180918, + "z": -93976 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300011, + "propState": 0, + "pos": { + "x": 6531, + "y": 180920, + "z": -97335 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300012, + "propState": 0, + "pos": { + "x": 14887, + "y": 174877, + "z": -110436 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300013, + "propState": 0, + "pos": { + "x": -58943, + "y": 177414, + "z": -87559 + }, + "rot": { + "x": 0, + "y": 220000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300014, + "propState": 0, + "pos": { + "x": -46725, + "y": 177414, + "z": -104197 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300015, + "propState": 0, + "pos": { + "x": -3009, + "y": 172299, + "z": -89694 + }, + "rot": { + "x": 0, + "y": 83000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300016, + "propState": 0, + "pos": { + "x": 32701, + "y": 172225, + "z": 68710 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300017, + "propState": 0, + "pos": { + "x": 3080, + "y": 172225, + "z": 69780 + }, + "rot": { + "x": 0, + "y": 53000, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 35, + "instId": 300018, + "propState": 0, + "pos": { + "x": -41643, + "y": 172241, + "z": 35096 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300019, + "propState": 0, + "pos": { + "x": -40514, + "y": 172241, + "z": 33751 + }, + "rot": { + "x": 0, + "y": 50000, + "z": 0 + }, + "propId": 100027 + }, + { + "groupId": 35, + "instId": 300020, + "propState": 0, + "pos": { + "x": -54202, + "y": 182862, + "z": 33693 + }, + "rot": { + "x": 0, + "y": 130000, + "z": 0 + }, + "propId": 100027 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "41": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 41, + "instId": 300001, + "propState": 0, + "pos": { + "x": -95834, + "y": 182862, + "z": -11200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 41, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -98020, + "y": 184490, + "z": -14058 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100091 + }, + { + "groupId": 41, + "instId": 300005, + "propState": 0, + "pos": { + "x": -98020, + "y": 413482, + "z": -14190 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100091 + } + ], + "teleports": {} + }, + "42": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 42, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29037, + "y": 144001, + "z": -17653 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 42, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 29710, + "y": 144960, + "z": -14230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100092 + }, + { + "groupId": 42, + "instId": 300005, + "propState": 0, + "pos": { + "x": 92556, + "y": 413533, + "z": -14221 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100091 + } + ], + "teleports": {} + }, + "49": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 49, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2758, + "y": 144670, + "z": -14085 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 113 + } + ], + "teleports": { + "1304": { + "anchorId": 1, + "groupId": 49, + "instId": 300001, + "pos": { + "x": -470, + "y": 144131, + "z": -14350 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 51, + "instId": 300001, + "propState": 1, + "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": 1, + "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": 1, + "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": 1, + "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 + } + ], + "teleports": {} + }, + "83": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 83, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "87": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "88": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "89": { + "monsters": [ + { + "groupId": 89, + "instId": 200001, + "eventId": 20004125, + "pos": { + "x": 11579, + "y": 172226, + "z": 78947 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 95, + "instId": 300001, + "propState": 0, + "pos": { + "x": -15001, + "y": 176391, + "z": 51728 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": 26580, + "y": 143925, + "z": -3696 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 100025 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 97, + "instId": 300001, + "propState": 1, + "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": 1, + "pos": { + "x": 73228, + "y": 172441, + "z": -14226 + }, + "rot": { + "x": 0, + "y": 90756, + "z": 0 + }, + "propId": 100088 + }, + { + "groupId": 97, + "instId": 300005, + "propState": 1, + "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 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 100, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3200, + "y": 185029, + "z": -14100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "101": { + "monsters": [], + "npcs": [ + { + "groupId": 101, + "instId": 400001, + "pos": { + "x": -4643, + "y": 172738, + "z": 91737 + }, + "rot": { + "x": 0, + "y": 247600, + "z": 0 + }, + "npcId": 3080 + }, + { + "groupId": 101, + "instId": 400002, + "pos": { + "x": -5206, + "y": 173002, + "z": 92724 + }, + "rot": { + "x": 0, + "y": 215564, + "z": 0 + }, + "npcId": 3081 + }, + { + "groupId": 101, + "instId": 400003, + "pos": { + "x": -5962, + "y": 172741, + "z": 93316 + }, + "rot": { + "x": 0, + "y": 199300, + "z": 0 + }, + "npcId": 3082 + }, + { + "groupId": 101, + "instId": 400004, + "pos": { + "x": -16748, + "y": 172894, + "z": 83222 + }, + "rot": { + "x": 0, + "y": 54600, + "z": 0 + }, + "npcId": 3083 + }, + { + "groupId": 101, + "instId": 400005, + "pos": { + "x": -16361, + "y": 172494, + "z": 85133 + }, + "rot": { + "x": 0, + "y": 111382, + "z": 0 + }, + "npcId": 3084 + }, + { + "groupId": 101, + "instId": 400006, + "pos": { + "x": -16995, + "y": 173797, + "z": 85478 + }, + "rot": { + "x": 0, + "y": 115217, + "z": 0 + }, + "npcId": 3085 + } + ], + "props": [ + { + "groupId": 101, + "instId": 300001, + "propState": 0, + "pos": { + "x": -7179, + "y": 172241, + "z": 91237 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300002, + "propState": 0, + "pos": { + "x": -16413, + "y": 172241, + "z": 84522 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300004, + "propState": 0, + "pos": { + "x": -42716, + "y": 172241, + "z": 52871 + }, + "rot": { + "x": 0, + "y": 19414, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300005, + "propState": 0, + "pos": { + "x": -43397, + "y": 172241, + "z": 55562 + }, + "rot": { + "x": 0, + "y": 124550, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300006, + "propState": 0, + "pos": { + "x": -41712, + "y": 172241, + "z": 53164 + }, + "rot": { + "x": 0, + "y": 336598, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300007, + "propState": 0, + "pos": { + "x": -5751, + "y": 173943, + "z": 92245 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 101, + "instId": 300008, + "propState": 0, + "pos": { + "x": -15848, + "y": 173943, + "z": 84031 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 102, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4200, + "y": 420480, + "z": -10800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 107, + "instId": 300001, + "propState": 0, + "pos": { + "x": 24917, + "y": 148839, + "z": -15661 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "109": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 109, + "instId": 300001, + "propState": 0, + "pos": { + "x": 27877, + "y": 411908, + "z": -10207 + }, + "rot": { + "x": 0, + "y": 269895, + "z": 0 + }, + "propId": 100026 + }, + { + "groupId": 109, + "instId": 300002, + "propState": 0, + "pos": { + "x": 45700, + "y": 411908, + "z": -18047 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100027 + } + ], + "teleports": {} + }, + "127": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 127, + "instId": 300001, + "propState": 0, + "pos": { + "x": 68024, + "y": 169639, + "z": 50287 + }, + "rot": { + "x": 0, + "y": 322107, + "z": 0 + }, + "propId": 300009 + } + ], + "teleports": {} + }, + "148": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "149": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "150": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "166": { + "monsters": [], + "npcs": [ + { + "groupId": 166, + "instId": 400001, + "pos": { + "x": -43237, + "y": 172556, + "z": 55463 + }, + "rot": { + "x": 0, + "y": 123392, + "z": 0 + }, + "npcId": 3086 + }, + { + "groupId": 166, + "instId": 400002, + "pos": { + "x": -42618, + "y": 172550, + "z": 53074 + }, + "rot": { + "x": 0, + "y": 27470, + "z": 0 + }, + "npcId": 3088 + }, + { + "groupId": 166, + "instId": 400003, + "pos": { + "x": -41794, + "y": 172564, + "z": 53395 + }, + "rot": { + "x": 0, + "y": 339243, + "z": 0 + }, + "npcId": 3087 + } + ], + "props": [ + { + "groupId": 166, + "instId": 300001, + "propState": 0, + "pos": { + "x": -42535, + "y": 173152, + "z": 54004 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 166, + "instId": 300002, + "propState": 0, + "pos": { + "x": -42716, + "y": 172241, + "z": 52871 + }, + "rot": { + "x": 0, + "y": 19414, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 166, + "instId": 300003, + "propState": 0, + "pos": { + "x": -43397, + "y": 172241, + "z": 55562 + }, + "rot": { + "x": 0, + "y": 124550, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 166, + "instId": 300004, + "propState": 0, + "pos": { + "x": -41712, + "y": 172241, + "z": 53164 + }, + "rot": { + "x": 0, + "y": 336598, + "z": 0 + }, + "propId": 100047 + }, + { + "groupId": 166, + "instId": 300005, + "propState": 0, + "pos": { + "x": -42800, + "y": 173610, + "z": 54148 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "191": { + "monsters": [], + "npcs": [ + { + "groupId": 191, + "instId": 400001, + "pos": { + "x": -25727, + "y": 180967, + "z": -84085 + }, + "rot": { + "x": 0, + "y": 77891, + "z": 0 + }, + "npcId": 3046 + }, + { + "groupId": 191, + "instId": 400002, + "pos": { + "x": -25833, + "y": 180920, + "z": -83542 + }, + "rot": { + "x": 0, + "y": 79082, + "z": 0 + }, + "npcId": 3110 + }, + { + "groupId": 191, + "instId": 400003, + "pos": { + "x": -25879, + "y": 180918, + "z": -82895 + }, + "rot": { + "x": 0, + "y": 115350, + "z": 0 + }, + "npcId": 3103 + } + ], + "props": [ + { + "groupId": 191, + "instId": 300001, + "propState": 0, + "pos": { + "x": -25034, + "y": 180967, + "z": -83922 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 101 + } + }, + "201010102": { + "P20101_F20101001": { + "scenes": { + "4": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [ + { + "groupId": 7, + "instId": 200001, + "eventId": 20101231, + "pos": { + "x": -95350, + "y": 18020, + "z": 28780 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "monsterId": 8003010 + } + ], + "npcs": [], + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": -93040, + "y": 18542, + "z": 30841 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "14": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 14, + "instId": 300003, + "propState": 0, + "pos": { + "x": -92210, + "y": 15711, + "z": -10540 + }, + "rot": { + "x": 0, + "y": 4300, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300004, + "propState": 0, + "pos": { + "x": -66110, + "y": 16654, + "z": 12580 + }, + "rot": { + "x": 0, + "y": 4300, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300005, + "propState": 0, + "pos": { + "x": -19980, + "y": 20084, + "z": 1800 + }, + "rot": { + "x": 0, + "y": 4300, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300006, + "propState": 0, + "pos": { + "x": 21260, + "y": 14990, + "z": -4600 + }, + "rot": { + "x": 0, + "y": 4300, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300007, + "propState": 0, + "pos": { + "x": 5450, + "y": 16622, + "z": -12380 + }, + "rot": { + "x": 0, + "y": 34500, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 14, + "instId": 300008, + "propState": 0, + "pos": { + "x": 17840, + "y": 12628, + "z": -40120 + }, + "rot": { + "x": 0, + "y": 4300, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 14, + "instId": 300001, + "propState": 0, + "pos": { + "x": 41210, + "y": 3356, + "z": -55370 + }, + "rot": { + "x": 0, + "y": 34500, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 14, + "instId": 300002, + "propState": 0, + "pos": { + "x": -108735, + "y": 16086, + "z": 11661 + }, + "rot": { + "x": 0, + "y": 34500, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + }, + "15": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": -140060, + "y": 12670, + "z": 42000 + }, + "rot": { + "x": 0, + "y": 131440, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": 10070, + "y": 13630, + "z": -49980 + }, + "rot": { + "x": 0, + "y": 289310, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 0, + "pos": { + "x": -140060, + "y": 13354, + "z": 42000 + }, + "rot": { + "x": 0, + "y": 41440, + "z": 0 + }, + "propId": 115 + } + ], + "teleports": {} + }, + "17": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2010102": { + "anchorId": 2, + "groupId": 17, + "instId": 300002, + "pos": { + "x": 20290, + "y": 14305, + "z": -16630 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + } + }, + "2010103": { + "anchorId": 3, + "groupId": 17, + "instId": 300003, + "pos": { + "x": 89070, + "y": 3558, + "z": -34210 + }, + "rot": { + "x": 0, + "y": 272850, + "z": 0 + } + } + } + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300001, + "propState": 8, + "pos": { + "x": -570, + "y": 19364, + "z": 4480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1006": { + "anchorId": 1, + "groupId": 19, + "instId": 300001, + "pos": { + "x": -530, + "y": 19066, + "z": 1940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "29": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "32": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "34": { + "monsters": [ + { + "groupId": 34, + "instId": 200001, + "eventId": 20101111, + "pos": { + "x": -30950, + "y": 18360, + "z": 6620 + }, + "rot": { + "x": 0, + "y": 315600, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": 41300, + "y": 3724, + "z": -36479 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 808 + } + ], + "teleports": { + "1001": { + "anchorId": 1, + "groupId": 56, + "instId": 300001, + "pos": { + "x": 42548, + "y": 3716, + "z": -38422 + }, + "rot": { + "x": 0, + "y": 325718, + "z": 0 + } + } + } + }, + "78": { + "monsters": [], + "npcs": [ + { + "groupId": 78, + "instId": 400001, + "pos": { + "x": 22790, + "y": 13902, + "z": -22740 + }, + "rot": { + "x": 0, + "y": 109301, + "z": 0 + }, + "npcId": 1110 + } + ], + "props": [], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [ + { + "groupId": 102, + "instId": 400001, + "pos": { + "x": 18380, + "y": -468, + "z": -88930 + }, + "rot": { + "x": 0, + "y": 306495, + "z": 0 + }, + "npcId": 3025 + } + ], + "props": [ + { + "groupId": 102, + "instId": 300001, + "propState": 0, + "pos": { + "x": 20438, + "y": -683, + "z": -90444 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 110 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 201 + } + }, + "201110102": { + "P20111_F20111001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": 46550, + "y": -2167, + "z": -7870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "2011101": { + "anchorId": 1, + "groupId": 2, + "instId": 300001, + "pos": { + "x": 34190, + "y": -2167, + "z": -8490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2011102": { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": 8460, + "y": -2134, + "z": -72956 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2011103": { + "anchorId": 3, + "groupId": 2, + "instId": 300004, + "pos": { + "x": -22970, + "y": -2034, + "z": -170000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "3": { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -6530, + "y": 1876, + "z": 33390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 0, + "pos": { + "x": -6530, + "y": 1876, + "z": 33390 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300004, + "propState": 0, + "pos": { + "x": 11338, + "y": -2134, + "z": -71598 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 0, + "pos": { + "x": -8669, + "y": 1876, + "z": 15180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 0, + "pos": { + "x": -25470, + "y": -2134, + "z": -173596 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": 37660, + "y": -140, + "z": -182380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": -22553, + "y": 1876, + "z": 6976 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": 10950, + "y": -2145, + "z": -32836 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 0, + "pos": { + "x": 44040, + "y": -1134, + "z": -100890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 0, + "pos": { + "x": 32068, + "y": -2134, + "z": -113765 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 0, + "pos": { + "x": 17643, + "y": -2134, + "z": -133971 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 0, + "pos": { + "x": 15969, + "y": -2134, + "z": -156658 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 0, + "pos": { + "x": 6583, + "y": -2134, + "z": -184250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 0, + "pos": { + "x": 34179, + "y": -140, + "z": -197655 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 0, + "pos": { + "x": -2551, + "y": 1876, + "z": 21501 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 0, + "pos": { + "x": 27004, + "y": -1134, + "z": -100501 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 0, + "pos": { + "x": 880, + "y": -2134, + "z": -173237 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "19": { + "monsters": [ + { + "groupId": 19, + "instId": 200001, + "eventId": 101207, + "pos": { + "x": -60650, + "y": -2141, + "z": -170300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8003041 + } + ], + "npcs": [], + "props": [ + { + "groupId": 19, + "instId": 300003, + "propState": 8, + "pos": { + "x": -60650, + "y": -1141, + "z": -170300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1107": { + "anchorId": 1, + "groupId": 19, + "instId": 300003, + "pos": { + "x": -54207, + "y": -2141, + "z": -170330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "20": { + "monsters": [ + { + "groupId": 20, + "instId": 200001, + "eventId": 20111233, + "pos": { + "x": 49100, + "y": -140, + "z": -187240 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8003020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300003, + "propState": 0, + "pos": { + "x": 47346, + "y": -140, + "z": -187947 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": 13127, + "y": -2139, + "z": -16017 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 0, + "pos": { + "x": 10810, + "y": -2160, + "z": -20560 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29457, + "y": -1114, + "z": -87132 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 0, + "pos": { + "x": 26760, + "y": -1150, + "z": -82588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 0, + "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": 0, + "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 + } + ], + "teleports": {} + }, + "23": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2320, + "y": -2134, + "z": -77850 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1007": { + "anchorId": 1, + "groupId": 23, + "instId": 300001, + "pos": { + "x": 110, + "y": -2130, + "z": -78020 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "24": { + "monsters": [ + { + "groupId": 24, + "instId": 200001, + "eventId": 20111133, + "pos": { + "x": 29090, + "y": -2130, + "z": -112310 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 8, + "pos": { + "x": -20000, + "y": 1876, + "z": 9600 + }, + "rot": { + "x": 0, + "y": 65657, + "z": 0 + }, + "propId": 808 + } + ], + "teleports": { + "1002": { + "anchorId": 1, + "groupId": 26, + "instId": 300001, + "pos": { + "x": -17550, + "y": 1876, + "z": 9728 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "27": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 47, + "instId": 300001, + "propState": 0, + "pos": { + "x": 17393, + "y": -1130, + "z": -136874 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 17401, + "y": -2120, + "z": -136560 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300005, + "propState": 0, + "pos": { + "x": 7600, + "y": 14845, + "z": 120316 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": 28330, + "y": -240, + "z": -208530 + }, + "rot": { + "x": 0, + "y": 22616, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "53": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 53, + "instId": 300020, + "propState": 0, + "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": 0, + "pos": { + "x": 39650, + "y": -1134, + "z": -91550 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 54, + "instId": 300020, + "propState": 0, + "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": 0, + "pos": { + "x": -4570, + "y": -2134, + "z": -98970 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -4750, + "y": -2134, + "z": -93550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 61, + "instId": 300003, + "propState": 0, + "pos": { + "x": -4750, + "y": -2134, + "z": -93550 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300008, + "propState": 12, + "pos": { + "x": 25480, + "y": -140, + "z": -175060 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 60101 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 201 + } + }, + "201210102": { + "P20121_F20121001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": 130170, + "y": 46659, + "z": -17500 + }, + "rot": { + "x": 0, + "y": 347080, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 2, + "instId": 300003, + "propState": 0, + "pos": { + "x": 130170, + "y": 48150, + "z": -17500 + }, + "rot": { + "x": 0, + "y": 347080, + "z": 0 + }, + "propId": 115 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 0, + "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 + } + ], + "teleports": { + "2012101": { + "anchorId": 1, + "groupId": 2, + "instId": 300006, + "pos": { + "x": 127850, + "y": 46588, + "z": -27590 + }, + "rot": { + "x": 0, + "y": 190000, + "z": 0 + } + }, + "2012102": { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": 177855, + "y": 55671, + "z": -185106 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + } + }, + "2012103": { + "anchorId": 4, + "groupId": 2, + "instId": 300004, + "pos": { + "x": 191750, + "y": 34645, + "z": -153710 + }, + "rot": { + "x": 0, + "y": 10000, + "z": 0 + } + }, + "2012105": { + "anchorId": 3, + "groupId": 2, + "instId": 300001, + "pos": { + "x": 245860, + "y": 45265, + "z": -70270 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300013, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": 135120, + "y": 28080, + "z": -125260 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 301005 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": 167410, + "y": 56130, + "z": -176500 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300007, + "propState": 0, + "pos": { + "x": 119960, + "y": 47038, + "z": -31560 + }, + "rot": { + "x": 0, + "y": 40000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300020, + "propState": 0, + "pos": { + "x": 192610, + "y": 28566, + "z": -138040 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 124978, + "y": 52757, + "z": -61597 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 0, + "pos": { + "x": 126950, + "y": 58985, + "z": -123750 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "pos": { + "x": 96697, + "y": 58612, + "z": -85094 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300004, + "propState": 0, + "pos": { + "x": 133060, + "y": 58914, + "z": -151580 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300006, + "propState": 0, + "pos": { + "x": 176670, + "y": 54698, + "z": -157982 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300014, + "propState": 0, + "pos": { + "x": 225358, + "y": 44239, + "z": -154609 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300015, + "propState": 0, + "pos": { + "x": 258970, + "y": 52799, + "z": -164370 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300016, + "propState": 0, + "pos": { + "x": 249460, + "y": 52235, + "z": -149290 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300008, + "propState": 0, + "pos": { + "x": 227220, + "y": 47702, + "z": -119910 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300017, + "propState": 0, + "pos": { + "x": 239470, + "y": 45318, + "z": -82210 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300018, + "propState": 0, + "pos": { + "x": 150580, + "y": 46487, + "z": -75710 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300009, + "propState": 0, + "pos": { + "x": 166430, + "y": 46395, + "z": -60810 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 0, + "pos": { + "x": 212053, + "y": 46632, + "z": -58076 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300019, + "propState": 0, + "pos": { + "x": 205990, + "y": 28524, + "z": -136970 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300012, + "propState": 0, + "pos": { + "x": 118200, + "y": 46590, + "z": -66470 + }, + "rot": { + "x": 0, + "y": 214909, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 6, + "instId": 300005, + "propState": 0, + "pos": { + "x": 250240, + "y": 52634, + "z": -172840 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 6, + "instId": 300010, + "propState": 0, + "pos": { + "x": 141530, + "y": 28704, + "z": -114190 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 185138, + "y": 56852, + "z": -180397 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300002, + "propState": 0, + "pos": { + "x": 160677, + "y": 57693, + "z": -195411 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300003, + "propState": 0, + "pos": { + "x": 163010, + "y": 57587, + "z": -185578 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "13": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "21": { + "monsters": [ + { + "groupId": 21, + "instId": 200001, + "eventId": 101205, + "pos": { + "x": 188380, + "y": 28600, + "z": -126680 + }, + "rot": { + "x": 0, + "y": 191491, + "z": 0 + }, + "monsterId": 1013021 + } + ], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300003, + "propState": 8, + "pos": { + "x": 188380, + "y": 29400, + "z": -126680 + }, + "rot": { + "x": 0, + "y": 101491, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1105": { + "anchorId": 1, + "groupId": 21, + "instId": 300003, + "pos": { + "x": 187420, + "y": 28490, + "z": -132974 + }, + "rot": { + "x": 0, + "y": 11491, + "z": 0 + } + } + } + }, + "23": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 23, + "instId": 300003, + "propState": 0, + "pos": { + "x": 129890, + "y": 29189, + "z": -109870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "26": { + "monsters": [ + { + "groupId": 26, + "instId": 200001, + "eventId": 20121231, + "pos": { + "x": 209910, + "y": 28409, + "z": -141180 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "monsterId": 1013020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 26, + "instId": 300003, + "propState": 0, + "pos": { + "x": 213240, + "y": 28451, + "z": -142390 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 256421, + "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 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300001, + "propState": 8, + "pos": { + "x": 186417, + "y": 55112, + "z": -167952 + }, + "rot": { + "x": 0, + "y": 114082, + "z": 0 + }, + "propId": 808 + } + ], + "teleports": { + "1003": { + "anchorId": 1, + "groupId": 50, + "instId": 300001, + "pos": { + "x": 186692, + "y": 55115, + "z": -170540 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "62": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 92, + "instId": 300003, + "propState": 8, + "pos": { + "x": 111550, + "y": 58980, + "z": -112800 + }, + "rot": { + "x": 0, + "y": 313824, + "z": 0 + }, + "propId": 3001 + } + ], + "teleports": { + "1408": { + "anchorId": 1, + "groupId": 92, + "instId": 300003, + "pos": { + "x": 113106, + "y": 58985, + "z": -111376 + }, + "rot": { + "x": 0, + "y": 226765, + "z": 0 + } + } + } + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": 151709, + "y": 56678, + "z": -189036 + }, + "rot": { + "x": 0, + "y": 211122, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 154034, + "y": 56031, + "z": -189967 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 117426, + "y": 56229, + "z": -182552 + }, + "rot": { + "x": 0, + "y": 293330, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 100, + "instId": 300001, + "propState": 8, + "pos": { + "x": 114610, + "y": 46975, + "z": -44960 + }, + "rot": { + "x": 0, + "y": 358325, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1010": { + "anchorId": 1, + "groupId": 100, + "instId": 300001, + "pos": { + "x": 117240, + "y": 46810, + "z": -44877 + }, + "rot": { + "x": 0, + "y": 268325, + "z": 0 + } + } + } + }, + "123": { + "monsters": [ + { + "groupId": 123, + "instId": 200001, + "eventId": 101212, + "pos": { + "x": 264960, + "y": 52545, + "z": -152620 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 1023012 + } + ], + "npcs": [], + "props": [ + { + "groupId": 123, + "instId": 300003, + "propState": 8, + "pos": { + "x": 264960, + "y": 53545, + "z": -152620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1112": { + "anchorId": 1, + "groupId": 123, + "instId": 300003, + "pos": { + "x": 264660, + "y": 52546, + "z": -158480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 201 + } + }, + "201220102": { + "P20122_F20122001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -35140, + "y": -64, + "z": 26340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 0, + "pos": { + "x": -35140, + "y": 1420, + "z": 26340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 115 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 0, + "pos": { + "x": -35140, + "y": -800, + "z": 26340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 0, + "pos": { + "x": 11680, + "y": -2551, + "z": 152440 + }, + "rot": { + "x": 0, + "y": 268889, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "2012201": { + "anchorId": 1, + "groupId": 2, + "instId": 300001, + "pos": { + "x": -34650, + "y": -130, + "z": 35570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2012202": { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": -70300, + "y": 1258, + "z": 118941 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2012203": { + "anchorId": 3, + "groupId": 2, + "instId": 300003, + "pos": { + "x": -34352, + "y": 9075, + "z": 157026 + }, + "rot": { + "x": 0, + "y": 175000, + "z": 0 + } + } + } + }, + "4": { + "monsters": [ + { + "groupId": 4, + "instId": 200001, + "eventId": 20122232, + "pos": { + "x": -58280, + "y": -220, + "z": 74680 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 8003050 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "pos": { + "x": -55790, + "y": -220, + "z": 72190 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "pos": { + "x": -18772, + "y": -231, + "z": 89375 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 0, + "pos": { + "x": -20369, + "y": -145, + "z": 86766 + }, + "rot": { + "x": 0, + "y": 178277, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 0, + "pos": { + "x": -57036, + "y": -2640, + "z": 103824 + }, + "rot": { + "x": 0, + "y": 54927, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 12, + "instId": 300007, + "propState": 0, + "pos": { + "x": -57620, + "y": -2596, + "z": 106420 + }, + "rot": { + "x": 0, + "y": 73197, + "z": 0 + }, + "propId": 101003 + }, + { + "groupId": 12, + "instId": 300009, + "propState": 0, + "pos": { + "x": -80309, + "y": 1420, + "z": 124727 + }, + "rot": { + "x": 0, + "y": 316678, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 12, + "instId": 300010, + "propState": 0, + "pos": { + "x": -85234, + "y": 1335, + "z": 126341 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": -76298, + "y": 6384, + "z": 94583 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "19": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": -32130, + "y": -98, + "z": 51230 + }, + "rot": { + "x": 0, + "y": 171385, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1008": { + "anchorId": 1, + "groupId": 37, + "instId": 300001, + "pos": { + "x": -32240, + "y": -90, + "z": 48678 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300006, + "propState": 0, + "pos": { + "x": -68910, + "y": 1419, + "z": 122580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300014, + "propState": 0, + "pos": { + "x": -20868, + "y": -2637, + "z": 131331 + }, + "rot": { + "x": 0, + "y": 102703, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300019, + "propState": 0, + "pos": { + "x": -30560, + "y": -2532, + "z": 89910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 0, + "pos": { + "x": -39530, + "y": 63, + "z": 43840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 0, + "pos": { + "x": -20330, + "y": 5452, + "z": 54620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 0, + "pos": { + "x": -76181, + "y": 5732, + "z": 70971 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300004, + "propState": 0, + "pos": { + "x": -75783, + "y": 3649, + "z": 109217 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300005, + "propState": 0, + "pos": { + "x": -81669, + "y": 3593, + "z": 95716 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300007, + "propState": 0, + "pos": { + "x": -55434, + "y": -2471, + "z": 111742 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300008, + "propState": 0, + "pos": { + "x": -64550, + "y": -149, + "z": 75980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300009, + "propState": 0, + "pos": { + "x": -11566, + "y": -79, + "z": 92184 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300010, + "propState": 0, + "pos": { + "x": -39733, + "y": -2587, + "z": 88830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300011, + "propState": 0, + "pos": { + "x": 4880, + "y": 2007, + "z": 75000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300012, + "propState": 0, + "pos": { + "x": 4512, + "y": -45, + "z": 118503 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300013, + "propState": 0, + "pos": { + "x": -14100, + "y": -2525, + "z": 147489 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300015, + "propState": 0, + "pos": { + "x": -52470, + "y": 13470, + "z": 148570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300016, + "propState": 0, + "pos": { + "x": -78270, + "y": 8263, + "z": 151906 + }, + "rot": { + "x": 0, + "y": 141675, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300017, + "propState": 0, + "pos": { + "x": -64480, + "y": -126, + "z": 84790 + }, + "rot": { + "x": 0, + "y": 94397, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300018, + "propState": 0, + "pos": { + "x": -18600, + "y": 1926, + "z": 65500 + }, + "rot": { + "x": 0, + "y": 94397, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300020, + "propState": 0, + "pos": { + "x": -39204, + "y": 55, + "z": 49885 + }, + "rot": { + "x": 0, + "y": 94397, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + }, + "55": { + "monsters": [ + { + "groupId": 55, + "instId": 200001, + "eventId": 20122231, + "pos": { + "x": -18490, + "y": -150, + "z": 77690 + }, + "rot": { + "x": 0, + "y": 181190, + "z": 0 + }, + "monsterId": 8003010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 0, + "pos": { + "x": -23487, + "y": -132, + "z": 72682 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "59": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": -28170, + "y": -2508, + "z": 127540 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "63": { + "monsters": [ + { + "groupId": 63, + "instId": 200001, + "eventId": 20122106, + "pos": { + "x": -9060, + "y": 1820, + "z": 66520 + }, + "rot": { + "x": 0, + "y": 225280, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "70": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "79": { + "monsters": [ + { + "groupId": 79, + "instId": 200001, + "eventId": 101202, + "pos": { + "x": -40310, + "y": -2611, + "z": 116030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8003051 + } + ], + "npcs": [], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": -40310, + "y": -1540, + "z": 116030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 703 + } + ], + "teleports": { + "1102": { + "anchorId": 1, + "groupId": 79, + "instId": 300001, + "pos": { + "x": -40310, + "y": -2748, + "z": 109140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": -976, + "y": 2372, + "z": 73568 + }, + "rot": { + "x": 0, + "y": 198438, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 619, + "y": 1732, + "z": 73862 + }, + "rot": { + "x": 0, + "y": 198438, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 1682, + "y": 1772, + "z": 77040 + }, + "rot": { + "x": 0, + "y": 293330, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -62160, + "y": -2564, + "z": 98700 + }, + "rot": { + "x": 0, + "y": 91141, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 98, + "instId": 300003, + "propState": 0, + "pos": { + "x": -62160, + "y": -2564, + "z": 98700 + }, + "rot": { + "x": 0, + "y": 91141, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 100, + "instId": 300001, + "propState": 0, + "pos": { + "x": 11880, + "y": -2575, + "z": 152340 + }, + "rot": { + "x": 0, + "y": 266269, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "114": { + "monsters": [], + "npcs": [ + { + "groupId": 114, + "instId": 400001, + "pos": { + "x": 8617, + "y": -2547, + "z": 148259 + }, + "rot": { + "x": 0, + "y": 277370, + "z": 0 + }, + "npcId": 2213 + } + ], + "props": [ + { + "groupId": 114, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11880, + "y": -2575, + "z": 152340 + }, + "rot": { + "x": 0, + "y": 266269, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 201 + } + }, + "201220103": { + "P20122_F20122001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": -35140, + "y": -64, + "z": 26340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 114 + }, + { + "groupId": 2, + "instId": 300005, + "propState": 0, + "pos": { + "x": -35140, + "y": 1420, + "z": 26340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 115 + }, + { + "groupId": 2, + "instId": 300006, + "propState": 0, + "pos": { + "x": -35140, + "y": -800, + "z": 26340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 2, + "instId": 300007, + "propState": 0, + "pos": { + "x": 11680, + "y": -2551, + "z": 152440 + }, + "rot": { + "x": 0, + "y": 268889, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "2012201": { + "anchorId": 1, + "groupId": 2, + "instId": 300001, + "pos": { + "x": -34650, + "y": -130, + "z": 35570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2012202": { + "anchorId": 2, + "groupId": 2, + "instId": 300002, + "pos": { + "x": -70300, + "y": 1258, + "z": 118941 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2012203": { + "anchorId": 3, + "groupId": 2, + "instId": 300003, + "pos": { + "x": -34352, + "y": 9075, + "z": 157026 + }, + "rot": { + "x": 0, + "y": 175000, + "z": 0 + } + } + } + }, + "4": { + "monsters": [ + { + "groupId": 4, + "instId": 200001, + "eventId": 20122232, + "pos": { + "x": -58280, + "y": -220, + "z": 74680 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 8003050 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "pos": { + "x": -55790, + "y": -220, + "z": 72190 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300003, + "propState": 0, + "pos": { + "x": -18772, + "y": -231, + "z": 89375 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 12, + "instId": 300004, + "propState": 0, + "pos": { + "x": -20369, + "y": -145, + "z": 86766 + }, + "rot": { + "x": 0, + "y": 178277, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 12, + "instId": 300006, + "propState": 0, + "pos": { + "x": -57036, + "y": -2640, + "z": 103824 + }, + "rot": { + "x": 0, + "y": 54927, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 12, + "instId": 300007, + "propState": 0, + "pos": { + "x": -57620, + "y": -2596, + "z": 106420 + }, + "rot": { + "x": 0, + "y": 73197, + "z": 0 + }, + "propId": 101003 + }, + { + "groupId": 12, + "instId": 300009, + "propState": 0, + "pos": { + "x": -80309, + "y": 1420, + "z": 124727 + }, + "rot": { + "x": 0, + "y": 316678, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 12, + "instId": 300010, + "propState": 0, + "pos": { + "x": -85234, + "y": 1335, + "z": 126341 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": -76298, + "y": 6384, + "z": 94583 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "18": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "19": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "37": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 37, + "instId": 300001, + "propState": 8, + "pos": { + "x": -32130, + "y": -98, + "z": 51230 + }, + "rot": { + "x": 0, + "y": 171385, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1008": { + "anchorId": 1, + "groupId": 37, + "instId": 300001, + "pos": { + "x": -32240, + "y": -90, + "z": 48678 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 50, + "instId": 300006, + "propState": 0, + "pos": { + "x": -68910, + "y": 1419, + "z": 122580 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300014, + "propState": 0, + "pos": { + "x": -20868, + "y": -2637, + "z": 131331 + }, + "rot": { + "x": 0, + "y": 102703, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300019, + "propState": 0, + "pos": { + "x": -30560, + "y": -2532, + "z": 89910 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300001, + "propState": 0, + "pos": { + "x": -39530, + "y": 63, + "z": 43840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300002, + "propState": 0, + "pos": { + "x": -20330, + "y": 5452, + "z": 54620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 0, + "pos": { + "x": -76181, + "y": 5732, + "z": 70971 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300004, + "propState": 0, + "pos": { + "x": -75783, + "y": 3649, + "z": 109217 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300005, + "propState": 0, + "pos": { + "x": -81669, + "y": 3593, + "z": 95716 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300007, + "propState": 0, + "pos": { + "x": -55434, + "y": -2471, + "z": 111742 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300008, + "propState": 0, + "pos": { + "x": -64550, + "y": -149, + "z": 75980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300009, + "propState": 0, + "pos": { + "x": -11566, + "y": -79, + "z": 92184 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300010, + "propState": 0, + "pos": { + "x": -39733, + "y": -2587, + "z": 88830 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300011, + "propState": 0, + "pos": { + "x": 4880, + "y": 2007, + "z": 75000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300012, + "propState": 0, + "pos": { + "x": 4512, + "y": -45, + "z": 118503 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300013, + "propState": 0, + "pos": { + "x": -14100, + "y": -2525, + "z": 147489 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300015, + "propState": 0, + "pos": { + "x": -52470, + "y": 13470, + "z": 148570 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300016, + "propState": 0, + "pos": { + "x": -78270, + "y": 8263, + "z": 151906 + }, + "rot": { + "x": 0, + "y": 141675, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 50, + "instId": 300017, + "propState": 0, + "pos": { + "x": -64480, + "y": -126, + "z": 84790 + }, + "rot": { + "x": 0, + "y": 94397, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300018, + "propState": 0, + "pos": { + "x": -18600, + "y": 1926, + "z": 65500 + }, + "rot": { + "x": 0, + "y": 94397, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 50, + "instId": 300020, + "propState": 0, + "pos": { + "x": -39204, + "y": 55, + "z": 49885 + }, + "rot": { + "x": 0, + "y": 94397, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + }, + "55": { + "monsters": [ + { + "groupId": 55, + "instId": 200001, + "eventId": 20122231, + "pos": { + "x": -18490, + "y": -150, + "z": 77690 + }, + "rot": { + "x": 0, + "y": 181190, + "z": 0 + }, + "monsterId": 8003010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 55, + "instId": 300003, + "propState": 0, + "pos": { + "x": -23487, + "y": -132, + "z": 72682 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "59": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": -28170, + "y": -2508, + "z": 127540 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "63": { + "monsters": [ + { + "groupId": 63, + "instId": 200001, + "eventId": 20122106, + "pos": { + "x": -9060, + "y": 1820, + "z": 66520 + }, + "rot": { + "x": 0, + "y": 225280, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "70": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "79": { + "monsters": [ + { + "groupId": 79, + "instId": 200001, + "eventId": 101202, + "pos": { + "x": -40310, + "y": -2611, + "z": 116030 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8003051 + } + ], + "npcs": [], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": -40310, + "y": -1540, + "z": 116030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 703 + } + ], + "teleports": { + "1102": { + "anchorId": 1, + "groupId": 79, + "instId": 300001, + "pos": { + "x": -40310, + "y": -2748, + "z": 109140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": -976, + "y": 2372, + "z": 73568 + }, + "rot": { + "x": 0, + "y": 198438, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 619, + "y": 1732, + "z": 73862 + }, + "rot": { + "x": 0, + "y": 198438, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 96, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 1682, + "y": 1772, + "z": 77040 + }, + "rot": { + "x": 0, + "y": 293330, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "98": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -62160, + "y": -2564, + "z": 98700 + }, + "rot": { + "x": 0, + "y": 91141, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 98, + "instId": 300003, + "propState": 0, + "pos": { + "x": -62160, + "y": -2564, + "z": 98700 + }, + "rot": { + "x": 0, + "y": 91141, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 100, + "instId": 300001, + "propState": 0, + "pos": { + "x": 11880, + "y": -2575, + "z": 152340 + }, + "rot": { + "x": 0, + "y": 266269, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "114": { + "monsters": [], + "npcs": [ + { + "groupId": 114, + "instId": 400001, + "pos": { + "x": 8617, + "y": -2547, + "z": 148259 + }, + "rot": { + "x": 0, + "y": 277370, + "z": 0 + }, + "npcId": 2213 + } + ], + "props": [ + { + "groupId": 114, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11880, + "y": -2575, + "z": 152340 + }, + "rot": { + "x": 0, + "y": 266269, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 201, + "startAnchorId": 1, + "startGroupId": 100 + } + }, + "201230102": { + "P20123_F20123001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": 34520, + "y": 19977, + "z": -58620 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 103 + } + ], + "teleports": { + "2012301": { + "anchorId": 1, + "groupId": 2, + "instId": 300001, + "pos": { + "x": -9930, + "y": 25392, + "z": 80580 + }, + "rot": { + "x": 0, + "y": 175000, + "z": 0 + } + }, + "2012302": { + "anchorId": 4, + "groupId": 2, + "instId": 300002, + "pos": { + "x": -5239, + "y": 20054, + "z": -8640 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2012303": { + "anchorId": 7, + "groupId": 2, + "instId": 300003, + "pos": { + "x": -51990, + "y": 11968, + "z": -15070 + }, + "rot": { + "x": 0, + "y": 255000, + "z": 0 + } + } + } + }, + "3": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "pos": { + "x": -10318, + "y": 12058, + "z": 4630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101008 + }, + { + "groupId": 8, + "instId": 300016, + "propState": 0, + "pos": { + "x": -13300, + "y": 11686, + "z": 9560 + }, + "rot": { + "x": 0, + "y": 157000, + "z": 0 + }, + "propId": 301005 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "pos": { + "x": -6039, + "y": 19995, + "z": 25357 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 8, + "instId": 300003, + "propState": 0, + "pos": { + "x": -8950, + "y": 20013, + "z": 29202 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101003 + }, + { + "groupId": 8, + "instId": 300004, + "propState": 1, + "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": 0, + "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 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300001, + "propState": 0, + "pos": { + "x": -31938, + "y": 20038, + "z": 33311 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300002, + "propState": 0, + "pos": { + "x": -9400, + "y": 20044, + "z": 34870 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 0, + "pos": { + "x": -23250, + "y": 22759, + "z": 61142 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 0, + "pos": { + "x": 4177, + "y": 23000, + "z": 60564 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 0, + "pos": { + "x": -38910, + "y": 20201, + "z": 46280 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300008, + "propState": 0, + "pos": { + "x": -21760, + "y": 12019, + "z": -4040 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300009, + "propState": 0, + "pos": { + "x": -50100, + "y": 12241, + "z": -2670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300010, + "propState": 0, + "pos": { + "x": -34457, + "y": 13988, + "z": 19700 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300011, + "propState": 0, + "pos": { + "x": -81879, + "y": 14051, + "z": 31013 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300012, + "propState": 0, + "pos": { + "x": 53040, + "y": 15981, + "z": -3440 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300013, + "propState": 0, + "pos": { + "x": 64200, + "y": 12011, + "z": 25800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300014, + "propState": 0, + "pos": { + "x": 2410, + "y": 19980, + "z": -88180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300015, + "propState": 0, + "pos": { + "x": -20837, + "y": 16014, + "z": -87853 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 0, + "pos": { + "x": -8760, + "y": 20103, + "z": 2380 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 16, + "instId": 300007, + "propState": 0, + "pos": { + "x": 28020, + "y": 12023, + "z": -4440 + }, + "rot": { + "x": 0, + "y": 310000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 16, + "instId": 300016, + "propState": 0, + "pos": { + "x": 47320, + "y": 11967, + "z": 25130 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 16, + "instId": 300017, + "propState": 0, + "pos": { + "x": -47503, + "y": 14041, + "z": 21000 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 16, + "instId": 300018, + "propState": 0, + "pos": { + "x": 3170, + "y": 19985, + "z": -69090 + }, + "rot": { + "x": 0, + "y": 120000, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + }, + "24": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 24, + "instId": 300001, + "propState": 8, + "pos": { + "x": -79180, + "y": 12000, + "z": -23330 + }, + "rot": { + "x": 0, + "y": 11539, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1009": { + "anchorId": 1, + "groupId": 24, + "instId": 300001, + "pos": { + "x": -77205, + "y": 11985, + "z": -21605 + }, + "rot": { + "x": 0, + "y": 226577, + "z": 0 + } + } + } + }, + "25": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "46": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 0, + "pos": { + "x": -20550, + "y": 16018, + "z": -72750 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "47": { + "monsters": [ + { + "groupId": 47, + "instId": 200001, + "eventId": 20123232, + "pos": { + "x": 61550, + "y": 11962, + "z": 30780 + }, + "rot": { + "x": 0, + "y": 245000, + "z": 0 + }, + "monsterId": 1023010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 47, + "instId": 300003, + "propState": 0, + "pos": { + "x": 65080, + "y": 11962, + "z": 32430 + }, + "rot": { + "x": 0, + "y": 245000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "52": { + "monsters": [ + { + "groupId": 52, + "instId": 200001, + "eventId": 20123108, + "pos": { + "x": -12810, + "y": 16040, + "z": -99690 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 71, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 58390, + "y": 15961, + "z": -7510 + }, + "rot": { + "x": 0, + "y": 286345, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 71, + "instId": 300004, + "propState": 0, + "pos": { + "x": 61120, + "y": 15950, + "z": -11530 + }, + "rot": { + "x": 0, + "y": 273345, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "77": { + "monsters": [ + { + "groupId": 77, + "instId": 200001, + "eventId": 20123234, + "pos": { + "x": -70988, + "y": 13992, + "z": 19271 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 1013010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 0, + "pos": { + "x": -76320, + "y": 13998, + "z": 18030 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 201 + } + }, + "201310102": { + "P20131_F20131001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2013101": { + "anchorId": 1, + "groupId": 2, + "instId": 300006, + "pos": { + "x": 116730, + "y": 2007, + "z": -93330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2013102": { + "anchorId": 3, + "groupId": 2, + "instId": 300003, + "pos": { + "x": 4515, + "y": -985, + "z": -233388 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + } + }, + "2013103": { + "anchorId": 4, + "groupId": 2, + "instId": 300004, + "pos": { + "x": -57602, + "y": -111, + "z": -94000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300016, + "propState": 0, + "pos": { + "x": 6770, + "y": -980, + "z": -165390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 0, + "pos": { + "x": 98100, + "y": 2007, + "z": -103460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 0, + "pos": { + "x": -37980, + "y": -3000, + "z": -87320 + }, + "rot": { + "x": 0, + "y": 100000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47790, + "y": 2000, + "z": -91090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 34680, + "y": -3000, + "z": -110270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300013, + "propState": 0, + "pos": { + "x": 24840, + "y": -3000, + "z": -71020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300014, + "propState": 0, + "pos": { + "x": 3242, + "y": -3000, + "z": -126930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "pos": { + "x": -17330, + "y": 1007, + "z": -174174 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 0, + "pos": { + "x": 17400, + "y": 1007, + "z": -196670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300017, + "propState": 0, + "pos": { + "x": 3860, + "y": 1010, + "z": -186270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300018, + "propState": 0, + "pos": { + "x": -1020, + "y": -985, + "z": -211416 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 0, + "pos": { + "x": -1190, + "y": -985, + "z": -230432 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 0, + "pos": { + "x": -30900, + "y": -985, + "z": -193500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 0, + "pos": { + "x": -91000, + "y": -985, + "z": -172540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300015, + "propState": 0, + "pos": { + "x": -26850, + "y": -3000, + "z": -109450 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300019, + "propState": 0, + "pos": { + "x": -99080, + "y": -2114, + "z": -90610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 0, + "pos": { + "x": -136493, + "y": -2120, + "z": -106560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 0, + "pos": { + "x": -73045, + "y": -111, + "z": -61677 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 0, + "pos": { + "x": -78100, + "y": -111, + "z": -62440 + }, + "rot": { + "x": 0, + "y": 100000, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -27840, + "y": -3000, + "z": -101040 + }, + "rot": { + "x": 0, + "y": 251700, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4660, + "y": -3000, + "z": -64972 + }, + "rot": { + "x": 0, + "y": 71163, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 0, + "pos": { + "x": 220, + "y": 1010, + "z": -182630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 6, + "instId": 300026, + "propState": 0, + "pos": { + "x": 2770, + "y": 1010, + "z": -181438 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101003 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 0, + "pos": { + "x": -47490, + "y": -980, + "z": -180110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -117480, + "y": -2110, + "z": -94100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [ + { + "groupId": 13, + "instId": 400001, + "pos": { + "x": 109420, + "y": 2007, + "z": -95340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400002, + "pos": { + "x": 109360, + "y": 2010, + "z": -91870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400003, + "pos": { + "x": 101430, + "y": 2010, + "z": -86970 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400004, + "pos": { + "x": 102840, + "y": 2010, + "z": -85800 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400005, + "pos": { + "x": 92900, + "y": 2000, + "z": -96800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2108 + }, + { + "groupId": 13, + "instId": 400006, + "pos": { + "x": 90410, + "y": 2010, + "z": -100400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400007, + "pos": { + "x": 92980, + "y": 2010, + "z": -99410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400008, + "pos": { + "x": 95890, + "y": 2010, + "z": -100380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400009, + "pos": { + "x": 60960, + "y": 2023, + "z": -90720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400010, + "pos": { + "x": 35085, + "y": 2000, + "z": -99544 + }, + "rot": { + "x": 0, + "y": 202500, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400011, + "pos": { + "x": 27420, + "y": -3000, + "z": -70450 + }, + "rot": { + "x": 0, + "y": 75650, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400012, + "pos": { + "x": 29320, + "y": -3000, + "z": -69980 + }, + "rot": { + "x": 0, + "y": 264120, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400014, + "pos": { + "x": 3930, + "y": -3000, + "z": -130600 + }, + "rot": { + "x": 0, + "y": 349470, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400015, + "pos": { + "x": -4710, + "y": -3000, + "z": -126600 + }, + "rot": { + "x": 0, + "y": 327007, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400016, + "pos": { + "x": -3840, + "y": -3000, + "z": -122720 + }, + "rot": { + "x": 0, + "y": 254232, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400017, + "pos": { + "x": 4200, + "y": 1010, + "z": -180480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400018, + "pos": { + "x": -5932, + "y": 1010, + "z": -181640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400013, + "pos": { + "x": 22410, + "y": -3000, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400020, + "pos": { + "x": 35090, + "y": 1010, + "z": -168540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400021, + "pos": { + "x": -6680, + "y": -3000, + "z": -123960 + }, + "rot": { + "x": 0, + "y": 98128, + "z": 0 + }, + "npcId": 2107 + }, + { + "groupId": 13, + "instId": 400022, + "pos": { + "x": -13650, + "y": -980, + "z": -207930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400023, + "pos": { + "x": 14640, + "y": -980, + "z": -163050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400025, + "pos": { + "x": -5690, + "y": -980, + "z": -234700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400026, + "pos": { + "x": -5820, + "y": -980, + "z": -232210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400027, + "pos": { + "x": -5610, + "y": -980, + "z": -237140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400024, + "pos": { + "x": -24409, + "y": -985, + "z": -203212 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400028, + "pos": { + "x": -21080, + "y": -985, + "z": -202970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400029, + "pos": { + "x": 24560, + "y": 1007, + "z": -181890 + }, + "rot": { + "x": 0, + "y": 335153, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400030, + "pos": { + "x": 23950, + "y": 1007, + "z": -180720 + }, + "rot": { + "x": 0, + "y": 141923, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400031, + "pos": { + "x": 11913, + "y": -985, + "z": -218050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400032, + "pos": { + "x": 11934, + "y": -985, + "z": -219375 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400033, + "pos": { + "x": -13990, + "y": -982, + "z": -163590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + } + ], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": 102180, + "y": 2007, + "z": -86360 + }, + "rot": { + "x": 0, + "y": 77500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": 28360, + "y": -3000, + "z": -70230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": 12250, + "y": -985, + "z": -218720 + }, + "rot": { + "x": 0, + "y": 251700, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": -23300, + "y": -980, + "z": -202930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 0, + "pos": { + "x": 93120, + "y": 2007, + "z": -98520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": -131320, + "y": -2120, + "z": -94150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 0, + "pos": { + "x": -141110, + "y": -2120, + "z": -93676 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [ + { + "groupId": 21, + "instId": 400001, + "pos": { + "x": 109420, + "y": 2007, + "z": -95340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400002, + "pos": { + "x": 109360, + "y": 2010, + "z": -91870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400003, + "pos": { + "x": 101430, + "y": 2010, + "z": -86970 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400004, + "pos": { + "x": 102840, + "y": 2010, + "z": -85800 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400005, + "pos": { + "x": 92900, + "y": 2000, + "z": -96800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2108 + }, + { + "groupId": 21, + "instId": 400006, + "pos": { + "x": 90410, + "y": 2010, + "z": -100400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400007, + "pos": { + "x": 92980, + "y": 2010, + "z": -99410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400008, + "pos": { + "x": 95890, + "y": 2010, + "z": -100380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400009, + "pos": { + "x": 60960, + "y": 2023, + "z": -90720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400010, + "pos": { + "x": 35085, + "y": 2000, + "z": -99544 + }, + "rot": { + "x": 0, + "y": 202500, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400011, + "pos": { + "x": 27420, + "y": -3000, + "z": -70450 + }, + "rot": { + "x": 0, + "y": 75650, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400012, + "pos": { + "x": 29320, + "y": -3000, + "z": -69980 + }, + "rot": { + "x": 0, + "y": 264120, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400014, + "pos": { + "x": 3930, + "y": -3000, + "z": -130600 + }, + "rot": { + "x": 0, + "y": 349470, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400015, + "pos": { + "x": -4180, + "y": -3000, + "z": -126750 + }, + "rot": { + "x": 0, + "y": 327007, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400016, + "pos": { + "x": -3340, + "y": -3000, + "z": -122050 + }, + "rot": { + "x": 0, + "y": 232680, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400017, + "pos": { + "x": 4200, + "y": 1010, + "z": -180480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400018, + "pos": { + "x": -5932, + "y": 1010, + "z": -181640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400013, + "pos": { + "x": 22410, + "y": -3000, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400020, + "pos": { + "x": 35090, + "y": 1010, + "z": -168540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400021, + "pos": { + "x": -6680, + "y": -3000, + "z": -123960 + }, + "rot": { + "x": 0, + "y": 98128, + "z": 0 + }, + "npcId": 2107 + }, + { + "groupId": 21, + "instId": 400022, + "pos": { + "x": -13650, + "y": -980, + "z": -207930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400023, + "pos": { + "x": 14640, + "y": -980, + "z": -163050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400025, + "pos": { + "x": -5690, + "y": -980, + "z": -234700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400026, + "pos": { + "x": -5820, + "y": -980, + "z": -232210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400027, + "pos": { + "x": -5610, + "y": -980, + "z": -237140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400024, + "pos": { + "x": -24409, + "y": -985, + "z": -203212 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400028, + "pos": { + "x": -21080, + "y": -985, + "z": -202970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400029, + "pos": { + "x": 24560, + "y": 1007, + "z": -181890 + }, + "rot": { + "x": 0, + "y": 335153, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400030, + "pos": { + "x": 23950, + "y": 1007, + "z": -180720 + }, + "rot": { + "x": 0, + "y": 141923, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400031, + "pos": { + "x": 11913, + "y": -985, + "z": -218050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400032, + "pos": { + "x": 11934, + "y": -985, + "z": -219375 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400033, + "pos": { + "x": -13990, + "y": -982, + "z": -163590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400019, + "pos": { + "x": -3090, + "y": -980, + "z": -236640 + }, + "rot": { + "x": 0, + "y": 69820, + "z": 0 + }, + "npcId": 2108 + }, + { + "groupId": 21, + "instId": 400036, + "pos": { + "x": 8820, + "y": -980, + "z": -227260 + }, + "rot": { + "x": 0, + "y": 205790, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400037, + "pos": { + "x": 113570, + "y": 2010, + "z": -93560 + }, + "rot": { + "x": 0, + "y": 82679, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400038, + "pos": { + "x": -55310, + "y": -110, + "z": -92450 + }, + "rot": { + "x": 0, + "y": 110200, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400034, + "pos": { + "x": 24010, + "y": 1010, + "z": -179030 + }, + "rot": { + "x": 0, + "y": 295670, + "z": 0 + }, + "npcId": 2108 + }, + { + "groupId": 21, + "instId": 400035, + "pos": { + "x": 24980, + "y": 1010, + "z": -175800 + }, + "rot": { + "x": 0, + "y": 271280, + "z": 0 + }, + "npcId": 2101 + } + ], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": 28500, + "y": -3000, + "z": -87030 + }, + "rot": { + "x": 0, + "y": 77500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 0, + "pos": { + "x": 2770, + "y": 1010, + "z": -181438 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 0, + "pos": { + "x": -28770, + "y": -3000, + "z": -101320 + }, + "rot": { + "x": 0, + "y": 251700, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 0, + "pos": { + "x": -23300, + "y": -980, + "z": -202930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 0, + "pos": { + "x": -5930, + "y": 80, + "z": -236615 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 0, + "pos": { + "x": 24070, + "y": 1960, + "z": -179100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 0, + "pos": { + "x": 92810, + "y": 2689, + "z": -96770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 0, + "pos": { + "x": 61191, + "y": 2023, + "z": -90952 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300009, + "propState": 0, + "pos": { + "x": 61191, + "y": 2023, + "z": -90952 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300010, + "propState": 0, + "pos": { + "x": 61191, + "y": 2023, + "z": -90952 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300011, + "propState": 0, + "pos": { + "x": 61191, + "y": 2023, + "z": -90952 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "31": { + "monsters": [ + { + "groupId": 31, + "instId": 200001, + "eventId": 20131105, + "pos": { + "x": -21650, + "y": -980, + "z": -196250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 0, + "pos": { + "x": 16901, + "y": 20, + "z": -206018 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 14655, + "y": -984, + "z": -205733 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -45589, + "y": -985, + "z": -186805 + }, + "rot": { + "x": 0, + "y": 293330, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 69, + "instId": 300001, + "propState": 0, + "pos": { + "x": 34000, + "y": 2350, + "z": -88003 + }, + "rot": { + "x": 0, + "y": 319930, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 36341, + "y": 2010, + "z": -86732 + }, + "rot": { + "x": 0, + "y": 319930, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 95274, + "y": 1893, + "z": -90833 + }, + "rot": { + "x": 0, + "y": 131797, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -120910, + "y": -940, + "z": -165830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -119070, + "y": -940, + "z": -165830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "92": { + "monsters": [ + { + "groupId": 92, + "instId": 200001, + "eventId": 101204, + "pos": { + "x": -75700, + "y": -960, + "z": -53490 + }, + "rot": { + "x": 0, + "y": 145000, + "z": 0 + }, + "monsterId": 8003021 + } + ], + "npcs": [], + "props": [ + { + "groupId": 92, + "instId": 300001, + "propState": 8, + "pos": { + "x": -75700, + "y": 870, + "z": -53490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 701 + } + ], + "teleports": { + "1104": { + "anchorId": 1, + "groupId": 92, + "instId": 300001, + "pos": { + "x": -75714, + "y": -126, + "z": -59865 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 8, + "pos": { + "x": 113230, + "y": 2010, + "z": -103890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 901 + } + ], + "teleports": { + "1202": { + "anchorId": 1, + "groupId": 96, + "instId": 300001, + "pos": { + "x": 113236, + "y": 2010, + "z": -102112 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "98": { + "monsters": [], + "npcs": [ + { + "groupId": 98, + "instId": 400001, + "pos": { + "x": -3910, + "y": -985, + "z": -229150 + }, + "rot": { + "x": 0, + "y": 143350, + "z": 0 + }, + "npcId": 2104 + } + ], + "props": [ + { + "groupId": 98, + "instId": 300002, + "propState": 0, + "pos": { + "x": -113805, + "y": -89, + "z": -66672 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 201 + } + }, + "201310103": { + "P20131_F20131001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2013101": { + "anchorId": 1, + "groupId": 2, + "instId": 300006, + "pos": { + "x": 116730, + "y": 2007, + "z": -93330 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2013102": { + "anchorId": 3, + "groupId": 2, + "instId": 300003, + "pos": { + "x": 4515, + "y": -985, + "z": -233388 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + } + }, + "2013103": { + "anchorId": 4, + "groupId": 2, + "instId": 300004, + "pos": { + "x": -57602, + "y": -111, + "z": -94000 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300016, + "propState": 0, + "pos": { + "x": 6770, + "y": -980, + "z": -165390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 4, + "instId": 300007, + "propState": 0, + "pos": { + "x": 98100, + "y": 2007, + "z": -103460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 4, + "instId": 300008, + "propState": 0, + "pos": { + "x": -37980, + "y": -3000, + "z": -87320 + }, + "rot": { + "x": 0, + "y": 100000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 4, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47790, + "y": 2000, + "z": -91090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300002, + "propState": 0, + "pos": { + "x": 34680, + "y": -3000, + "z": -110270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300013, + "propState": 0, + "pos": { + "x": 24840, + "y": -3000, + "z": -71020 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300014, + "propState": 0, + "pos": { + "x": 3242, + "y": -3000, + "z": -126930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "pos": { + "x": -17330, + "y": 1007, + "z": -174174 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 0, + "pos": { + "x": 17400, + "y": 1007, + "z": -196670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300017, + "propState": 0, + "pos": { + "x": 3860, + "y": 1010, + "z": -186270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300018, + "propState": 0, + "pos": { + "x": -1020, + "y": -985, + "z": -211416 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300005, + "propState": 0, + "pos": { + "x": -1190, + "y": -985, + "z": -230432 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300006, + "propState": 0, + "pos": { + "x": -30900, + "y": -985, + "z": -193500 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300010, + "propState": 0, + "pos": { + "x": -91000, + "y": -985, + "z": -172540 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300015, + "propState": 0, + "pos": { + "x": -26850, + "y": -3000, + "z": -109450 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300019, + "propState": 0, + "pos": { + "x": -99080, + "y": -2114, + "z": -90610 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300009, + "propState": 0, + "pos": { + "x": -136493, + "y": -2120, + "z": -106560 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300011, + "propState": 0, + "pos": { + "x": -73045, + "y": -111, + "z": -61677 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 4, + "instId": 300012, + "propState": 0, + "pos": { + "x": -78100, + "y": -111, + "z": -62440 + }, + "rot": { + "x": 0, + "y": 100000, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -27840, + "y": -3000, + "z": -101040 + }, + "rot": { + "x": 0, + "y": 251700, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": -4660, + "y": -3000, + "z": -64972 + }, + "rot": { + "x": 0, + "y": 71163, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 6, + "instId": 300011, + "propState": 0, + "pos": { + "x": 220, + "y": 1010, + "z": -182630 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 6, + "instId": 300026, + "propState": 0, + "pos": { + "x": 2770, + "y": 1010, + "z": -181438 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101003 + }, + { + "groupId": 6, + "instId": 300013, + "propState": 0, + "pos": { + "x": -47490, + "y": -980, + "z": -180110 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -117480, + "y": -2110, + "z": -94100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101005 + }, + { + "groupId": 6, + "instId": 300003, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "13": { + "monsters": [], + "npcs": [ + { + "groupId": 13, + "instId": 400001, + "pos": { + "x": 109420, + "y": 2007, + "z": -95340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400002, + "pos": { + "x": 109360, + "y": 2010, + "z": -91870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400003, + "pos": { + "x": 101430, + "y": 2010, + "z": -86970 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400004, + "pos": { + "x": 102840, + "y": 2010, + "z": -85800 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400005, + "pos": { + "x": 92900, + "y": 2000, + "z": -96800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2108 + }, + { + "groupId": 13, + "instId": 400006, + "pos": { + "x": 90410, + "y": 2010, + "z": -100400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400007, + "pos": { + "x": 92980, + "y": 2010, + "z": -99410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400008, + "pos": { + "x": 95890, + "y": 2010, + "z": -100380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400009, + "pos": { + "x": 60960, + "y": 2023, + "z": -90720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400010, + "pos": { + "x": 35085, + "y": 2000, + "z": -99544 + }, + "rot": { + "x": 0, + "y": 202500, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400011, + "pos": { + "x": 27420, + "y": -3000, + "z": -70450 + }, + "rot": { + "x": 0, + "y": 75650, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400012, + "pos": { + "x": 29320, + "y": -3000, + "z": -69980 + }, + "rot": { + "x": 0, + "y": 264120, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400014, + "pos": { + "x": 3930, + "y": -3000, + "z": -130600 + }, + "rot": { + "x": 0, + "y": 349470, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400015, + "pos": { + "x": -4710, + "y": -3000, + "z": -126600 + }, + "rot": { + "x": 0, + "y": 327007, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400016, + "pos": { + "x": -3840, + "y": -3000, + "z": -122720 + }, + "rot": { + "x": 0, + "y": 254232, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400017, + "pos": { + "x": 4200, + "y": 1010, + "z": -180480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400018, + "pos": { + "x": -5932, + "y": 1010, + "z": -181640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400013, + "pos": { + "x": 22410, + "y": -3000, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400020, + "pos": { + "x": 35090, + "y": 1010, + "z": -168540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400021, + "pos": { + "x": -6680, + "y": -3000, + "z": -123960 + }, + "rot": { + "x": 0, + "y": 98128, + "z": 0 + }, + "npcId": 2107 + }, + { + "groupId": 13, + "instId": 400022, + "pos": { + "x": -13650, + "y": -980, + "z": -207930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400023, + "pos": { + "x": 14640, + "y": -980, + "z": -163050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400025, + "pos": { + "x": -5690, + "y": -980, + "z": -234700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400026, + "pos": { + "x": -5820, + "y": -980, + "z": -232210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400027, + "pos": { + "x": -5610, + "y": -980, + "z": -237140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400024, + "pos": { + "x": -24409, + "y": -985, + "z": -203212 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400028, + "pos": { + "x": -21080, + "y": -985, + "z": -202970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400029, + "pos": { + "x": 24560, + "y": 1007, + "z": -181890 + }, + "rot": { + "x": 0, + "y": 335153, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400030, + "pos": { + "x": 23950, + "y": 1007, + "z": -180720 + }, + "rot": { + "x": 0, + "y": 141923, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400031, + "pos": { + "x": 11913, + "y": -985, + "z": -218050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400032, + "pos": { + "x": 11934, + "y": -985, + "z": -219375 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 13, + "instId": 400033, + "pos": { + "x": -13990, + "y": -982, + "z": -163590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + } + ], + "props": [ + { + "groupId": 13, + "instId": 300001, + "propState": 0, + "pos": { + "x": 102180, + "y": 2007, + "z": -86360 + }, + "rot": { + "x": 0, + "y": 77500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300002, + "propState": 0, + "pos": { + "x": 28360, + "y": -3000, + "z": -70230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300003, + "propState": 0, + "pos": { + "x": 12250, + "y": -985, + "z": -218720 + }, + "rot": { + "x": 0, + "y": 251700, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300004, + "propState": 0, + "pos": { + "x": -23300, + "y": -980, + "z": -202930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 13, + "instId": 300005, + "propState": 0, + "pos": { + "x": 93120, + "y": 2007, + "z": -98520 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 20, + "instId": 300001, + "propState": 0, + "pos": { + "x": -131320, + "y": -2120, + "z": -94150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 20, + "instId": 300002, + "propState": 0, + "pos": { + "x": -141110, + "y": -2120, + "z": -93676 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [ + { + "groupId": 21, + "instId": 400001, + "pos": { + "x": 109420, + "y": 2007, + "z": -95340 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400002, + "pos": { + "x": 109360, + "y": 2010, + "z": -91870 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400003, + "pos": { + "x": 101430, + "y": 2010, + "z": -86970 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400004, + "pos": { + "x": 102840, + "y": 2010, + "z": -85800 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400005, + "pos": { + "x": 92900, + "y": 2000, + "z": -96800 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2108 + }, + { + "groupId": 21, + "instId": 400006, + "pos": { + "x": 90410, + "y": 2010, + "z": -100400 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400007, + "pos": { + "x": 92980, + "y": 2010, + "z": -99410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400008, + "pos": { + "x": 95890, + "y": 2010, + "z": -100380 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400009, + "pos": { + "x": 60960, + "y": 2023, + "z": -90720 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400010, + "pos": { + "x": 35085, + "y": 2000, + "z": -99544 + }, + "rot": { + "x": 0, + "y": 202500, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400011, + "pos": { + "x": 27420, + "y": -3000, + "z": -70450 + }, + "rot": { + "x": 0, + "y": 75650, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400012, + "pos": { + "x": 29320, + "y": -3000, + "z": -69980 + }, + "rot": { + "x": 0, + "y": 264120, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400014, + "pos": { + "x": 3930, + "y": -3000, + "z": -130600 + }, + "rot": { + "x": 0, + "y": 349470, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400015, + "pos": { + "x": -4180, + "y": -3000, + "z": -126750 + }, + "rot": { + "x": 0, + "y": 327007, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400016, + "pos": { + "x": -3340, + "y": -3000, + "z": -122050 + }, + "rot": { + "x": 0, + "y": 232680, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400017, + "pos": { + "x": 4200, + "y": 1010, + "z": -180480 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400018, + "pos": { + "x": -5932, + "y": 1010, + "z": -181640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400013, + "pos": { + "x": 22410, + "y": -3000, + "z": -74620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400020, + "pos": { + "x": 35090, + "y": 1010, + "z": -168540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400021, + "pos": { + "x": -6680, + "y": -3000, + "z": -123960 + }, + "rot": { + "x": 0, + "y": 98128, + "z": 0 + }, + "npcId": 2107 + }, + { + "groupId": 21, + "instId": 400022, + "pos": { + "x": -13650, + "y": -980, + "z": -207930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400023, + "pos": { + "x": 14640, + "y": -980, + "z": -163050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400025, + "pos": { + "x": -5690, + "y": -980, + "z": -234700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400026, + "pos": { + "x": -5820, + "y": -980, + "z": -232210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400027, + "pos": { + "x": -5610, + "y": -980, + "z": -237140 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400024, + "pos": { + "x": -24409, + "y": -985, + "z": -203212 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400028, + "pos": { + "x": -21080, + "y": -985, + "z": -202970 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400029, + "pos": { + "x": 24560, + "y": 1007, + "z": -181890 + }, + "rot": { + "x": 0, + "y": 335153, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400030, + "pos": { + "x": 23950, + "y": 1007, + "z": -180720 + }, + "rot": { + "x": 0, + "y": 141923, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400031, + "pos": { + "x": 11913, + "y": -985, + "z": -218050 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400032, + "pos": { + "x": 11934, + "y": -985, + "z": -219375 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400033, + "pos": { + "x": -13990, + "y": -982, + "z": -163590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400019, + "pos": { + "x": -3090, + "y": -980, + "z": -236640 + }, + "rot": { + "x": 0, + "y": 69820, + "z": 0 + }, + "npcId": 2108 + }, + { + "groupId": 21, + "instId": 400036, + "pos": { + "x": 8820, + "y": -980, + "z": -227260 + }, + "rot": { + "x": 0, + "y": 205790, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400037, + "pos": { + "x": 113570, + "y": 2010, + "z": -93560 + }, + "rot": { + "x": 0, + "y": 82679, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400038, + "pos": { + "x": -55310, + "y": -110, + "z": -92450 + }, + "rot": { + "x": 0, + "y": 110200, + "z": 0 + }, + "npcId": 2101 + }, + { + "groupId": 21, + "instId": 400034, + "pos": { + "x": 24010, + "y": 1010, + "z": -179030 + }, + "rot": { + "x": 0, + "y": 295670, + "z": 0 + }, + "npcId": 2108 + }, + { + "groupId": 21, + "instId": 400035, + "pos": { + "x": 24980, + "y": 1010, + "z": -175800 + }, + "rot": { + "x": 0, + "y": 271280, + "z": 0 + }, + "npcId": 2101 + } + ], + "props": [ + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": 28500, + "y": -3000, + "z": -87030 + }, + "rot": { + "x": 0, + "y": 77500, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300002, + "propState": 0, + "pos": { + "x": 2770, + "y": 1010, + "z": -181438 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 0, + "pos": { + "x": -28770, + "y": -3000, + "z": -101320 + }, + "rot": { + "x": 0, + "y": 251700, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 0, + "pos": { + "x": -23300, + "y": -980, + "z": -202930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 0, + "pos": { + "x": -5930, + "y": 80, + "z": -236615 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 0, + "pos": { + "x": 24070, + "y": 1960, + "z": -179100 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 0, + "pos": { + "x": 92810, + "y": 2689, + "z": -96770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 0, + "pos": { + "x": 61191, + "y": 2023, + "z": -90952 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300009, + "propState": 0, + "pos": { + "x": 61191, + "y": 2023, + "z": -90952 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300010, + "propState": 0, + "pos": { + "x": 61191, + "y": 2023, + "z": -90952 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 21, + "instId": 300011, + "propState": 0, + "pos": { + "x": 61191, + "y": 2023, + "z": -90952 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "31": { + "monsters": [ + { + "groupId": 31, + "instId": 200001, + "eventId": 20131105, + "pos": { + "x": -21650, + "y": -980, + "z": -196250 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 67, + "instId": 300001, + "propState": 0, + "pos": { + "x": 16901, + "y": 20, + "z": -206018 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 14655, + "y": -984, + "z": -205733 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 67, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": -45589, + "y": -985, + "z": -186805 + }, + "rot": { + "x": 0, + "y": 293330, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "69": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 69, + "instId": 300001, + "propState": 0, + "pos": { + "x": 34000, + "y": 2350, + "z": -88003 + }, + "rot": { + "x": 0, + "y": 319930, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 36341, + "y": 2010, + "z": -86732 + }, + "rot": { + "x": 0, + "y": 319930, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 95274, + "y": 1893, + "z": -90833 + }, + "rot": { + "x": 0, + "y": 131797, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -120910, + "y": -940, + "z": -165830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 78, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -119070, + "y": -940, + "z": -165830 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "92": { + "monsters": [ + { + "groupId": 92, + "instId": 200001, + "eventId": 101204, + "pos": { + "x": -75700, + "y": -960, + "z": -53490 + }, + "rot": { + "x": 0, + "y": 145000, + "z": 0 + }, + "monsterId": 8003021 + } + ], + "npcs": [], + "props": [ + { + "groupId": 92, + "instId": 300001, + "propState": 8, + "pos": { + "x": -75700, + "y": 870, + "z": -53490 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 701 + } + ], + "teleports": { + "1104": { + "anchorId": 1, + "groupId": 92, + "instId": 300001, + "pos": { + "x": -75714, + "y": -126, + "z": -59865 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 8, + "pos": { + "x": 113230, + "y": 2010, + "z": -103890 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 901 + } + ], + "teleports": { + "1202": { + "anchorId": 1, + "groupId": 96, + "instId": 300001, + "pos": { + "x": 113236, + "y": 2010, + "z": -102112 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "98": { + "monsters": [], + "npcs": [ + { + "groupId": 98, + "instId": 400001, + "pos": { + "x": -3910, + "y": -985, + "z": -229150 + }, + "rot": { + "x": 0, + "y": 143350, + "z": 0 + }, + "npcId": 2104 + } + ], + "props": [ + { + "groupId": 98, + "instId": 300002, + "propState": 0, + "pos": { + "x": -113805, + "y": -89, + "z": -66672 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "102": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 201, + "startAnchorId": 1, + "startGroupId": 94 + } + }, + "201320102": { + "P20132_F20132001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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": 0, + "pos": { + "x": 101270, + "y": 5450, + "z": 78880 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 115 + }, + { + "groupId": 1, + "instId": 300001, + "propState": 0, + "pos": { + "x": 101270, + "y": 1170, + "z": 78880 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102 + }, + { + "groupId": 1, + "instId": 300006, + "propState": 0, + "pos": { + "x": -79432, + "y": -2588, + "z": -55740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 1, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5774, + "y": 5893, + "z": 260958 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + } + ], + "teleports": { + "2013201": { + "anchorId": 1, + "groupId": 1, + "instId": 300007, + "pos": { + "x": 5600, + "y": 3900, + "z": 256200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2013202": { + "anchorId": 2, + "groupId": 1, + "instId": 300008, + "pos": { + "x": 58130, + "y": 1942, + "z": 91685 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2013203": { + "anchorId": 3, + "groupId": 1, + "instId": 300009, + "pos": { + "x": 38997, + "y": 3942, + "z": 198380 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2013204": { + "anchorId": 4, + "groupId": 1, + "instId": 300010, + "pos": { + "x": 113893, + "y": -5030, + "z": 316140 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 109772, + "y": -5028, + "z": 318110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101012 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 5410, + "y": 0, + "z": 68460 + }, + "rot": { + "x": 0, + "y": 225620, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 0, + "pos": { + "x": 6013, + "y": -58, + "z": 65581 + }, + "rot": { + "x": 0, + "y": 280550, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 0, + "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": 0, + "pos": { + "x": 80880, + "y": -5026, + "z": 291460 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 0, + "pos": { + "x": 83660, + "y": -5026, + "z": 284900 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 3, + "instId": 300010, + "propState": 0, + "pos": { + "x": 120824, + "y": -4968, + "z": 329588 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 3, + "instId": 300011, + "propState": 0, + "pos": { + "x": 118130, + "y": -5031, + "z": 335530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101001 + }, + { + "groupId": 3, + "instId": 300012, + "propState": 0, + "pos": { + "x": 32930, + "y": -2833, + "z": 302940 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101004 + }, + { + "groupId": 3, + "instId": 300013, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 0, + "pos": { + "x": 38610, + "y": 3942, + "z": 220040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 5, + "instId": 300002, + "propState": 0, + "pos": { + "x": 38610, + "y": 3942, + "z": 217040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 5, + "instId": 300003, + "propState": 0, + "pos": { + "x": 38610, + "y": 3942, + "z": 214040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 105 + }, + { + "groupId": 5, + "instId": 300004, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -30869, + "y": -58, + "z": 86224 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300012, + "propState": 0, + "pos": { + "x": -40200, + "y": 1942, + "z": 107420 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300011, + "propState": 0, + "pos": { + "x": 13860, + "y": 1942, + "z": 103060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "pos": { + "x": 20871, + "y": 1942, + "z": 86649 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300013, + "propState": 0, + "pos": { + "x": 29960, + "y": 3940, + "z": 119400 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300014, + "propState": 0, + "pos": { + "x": 29558, + "y": 3965, + "z": 147046 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300004, + "propState": 0, + "pos": { + "x": 24702, + "y": 3942, + "z": 169492 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300019, + "propState": 0, + "pos": { + "x": 24890, + "y": 3942, + "z": 177730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300006, + "propState": 0, + "pos": { + "x": 53955, + "y": 942, + "z": 257790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300016, + "propState": 0, + "pos": { + "x": 75910, + "y": -5026, + "z": 286310 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300007, + "propState": 0, + "pos": { + "x": 89480, + "y": -5026, + "z": 270670 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300015, + "propState": 0, + "pos": { + "x": 57040, + "y": 3944, + "z": 263780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300008, + "propState": 0, + "pos": { + "x": 30680, + "y": -2891, + "z": 301520 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300009, + "propState": 0, + "pos": { + "x": 84973, + "y": -5017, + "z": 357290 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300017, + "propState": 0, + "pos": { + "x": 117444, + "y": -5026, + "z": 318460 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300018, + "propState": 0, + "pos": { + "x": 123907, + "y": -5031, + "z": 349750 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 101017 + }, + { + "groupId": 7, + "instId": 300003, + "propState": 0, + "pos": { + "x": 62460, + "y": 1942, + "z": 95363 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 7, + "instId": 300005, + "propState": 0, + "pos": { + "x": 45880, + "y": 942, + "z": 268670 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 7, + "instId": 300010, + "propState": 0, + "pos": { + "x": 113940, + "y": -2022, + "z": 361280 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 7, + "instId": 300020, + "propState": 0, + "pos": { + "x": -4630, + "y": -58, + "z": 65880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + }, + { + "groupId": 7, + "instId": 300021, + "propState": 0, + "pos": { + "x": -31460, + "y": 1942, + "z": 107430 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 101016 + } + ], + "teleports": {} + }, + "9": { + "monsters": [ + { + "groupId": 9, + "instId": 200003, + "eventId": 20132112, + "pos": { + "x": 33570, + "y": 2097, + "z": 93370 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002010 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300001, + "propState": 8, + "pos": { + "x": 79195, + "y": -5009, + "z": 367523 + }, + "rot": { + "x": 0, + "y": 50283, + "z": 0 + }, + "propId": 901 + } + ], + "teleports": { + "1203": { + "anchorId": 1, + "groupId": 10, + "instId": 300001, + "pos": { + "x": 80302, + "y": -5009, + "z": 366157 + }, + "rot": { + "x": 0, + "y": 320237, + "z": 0 + } + } + } + }, + "13": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "14": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "15": { + "monsters": [ + { + "groupId": 15, + "instId": 200001, + "eventId": 20132113, + "pos": { + "x": -21150, + "y": 3, + "z": 67790 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 16, + "instId": 300002, + "propState": 8, + "pos": { + "x": 101270, + "y": 2800, + "z": 78880 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": { + "2013205": { + "anchorId": 5, + "groupId": 16, + "instId": 300002, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "23": { + "monsters": [ + { + "groupId": 23, + "instId": 200001, + "eventId": 101203, + "pos": { + "x": 43750, + "y": 942, + "z": 256770 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8003031 + } + ], + "npcs": [], + "props": [ + { + "groupId": 23, + "instId": 300001, + "propState": 8, + "pos": { + "x": 43750, + "y": 1942, + "z": 256770 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1103": { + "anchorId": 1, + "groupId": 23, + "instId": 300001, + "pos": { + "x": 37337, + "y": 942, + "z": 256770 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "41": { + "monsters": [ + { + "groupId": 41, + "instId": 200001, + "eventId": 20132232, + "pos": { + "x": -39950, + "y": 1942, + "z": 105100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8003030 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 0, + "pos": { + "x": -46150, + "y": 1942, + "z": 105100 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "42": { + "monsters": [ + { + "groupId": 42, + "instId": 200001, + "eventId": 20132233, + "pos": { + "x": 3100, + "y": -58, + "z": 57060 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 1023020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 0, + "pos": { + "x": 3100, + "y": -58, + "z": 53050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "46": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 57, + "instId": 300001, + "propState": 0, + "pos": { + "x": -31131, + "y": 406, + "z": 74797 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 0, + "pos": { + "x": 30817, + "y": 3940, + "z": 117725 + }, + "rot": { + "x": 0, + "y": 347579, + "z": 0 + }, + "propId": 301010 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -30303, + "y": -60, + "z": 75924 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 30817, + "y": 3940, + "z": 117725 + }, + "rot": { + "x": 0, + "y": 347579, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": 111355, + "y": -1269, + "z": 374135 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 112336, + "y": -2021, + "z": 372120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300005, + "propState": 0, + "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": 0, + "pos": { + "x": 78692, + "y": -4815, + "z": 295336 + }, + "rot": { + "x": 0, + "y": 27405, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "65": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 65, + "instId": 300003, + "propState": 0, + "pos": { + "x": 115273, + "y": -5034, + "z": 309935 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 3001 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300005, + "propState": 12, + "pos": { + "x": 73410, + "y": 974, + "z": 263350 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 60101 + } + ], + "teleports": {} + }, + "77": { + "monsters": [ + { + "groupId": 77, + "instId": 200001, + "eventId": 20132234, + "pos": { + "x": 63940, + "y": 3944, + "z": 255120 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1023010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 77, + "instId": 300003, + "propState": 0, + "pos": { + "x": 67460, + "y": 3944, + "z": 256390 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "79": { + "monsters": [ + { + "groupId": 79, + "instId": 200001, + "eventId": 101206, + "pos": { + "x": 86590, + "y": 1907, + "z": 92318 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 1023021 + } + ], + "npcs": [], + "props": [ + { + "groupId": 79, + "instId": 300001, + "propState": 8, + "pos": { + "x": 86590, + "y": 2907, + "z": 92318 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 703 + } + ], + "teleports": { + "1106": { + "anchorId": 1, + "groupId": 79, + "instId": 300001, + "pos": { + "x": 79490, + "y": 1907, + "z": 90270 + }, + "rot": { + "x": 0, + "y": 70000, + "z": 0 + } + } + } + }, + "89": { + "monsters": [], + "npcs": [ + { + "groupId": 89, + "instId": 400002, + "pos": { + "x": 94759, + "y": 1907, + "z": 81358 + }, + "rot": { + "x": 0, + "y": 348180, + "z": 0 + }, + "npcId": 2101 + } + ], + "props": [ + { + "groupId": 89, + "instId": 300001, + "propState": 8, + "pos": { + "x": 101270, + "y": 2800, + "z": 78880 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": { + "2344": { + "anchorId": 5, + "groupId": 89, + "instId": 300001, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 201, + "startAnchorId": 6, + "startGroupId": 1 + } + }, + "202110102": { + "P20211_F20211001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2021101": { + "anchorId": 1, + "groupId": 1, + "instId": 300001, + "pos": { + "x": 39120, + "y": 9101, + "z": 164090 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2021102": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": 1950, + "y": -1300, + "z": 1580 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2021103": { + "anchorId": 2, + "groupId": 1, + "instId": 300006, + "pos": { + "x": 9710, + "y": 8520, + "z": -108870 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2021104": { + "anchorId": 4, + "groupId": 1, + "instId": 300004, + "pos": { + "x": -8360, + "y": 2171, + "z": 58200 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300002, + "propState": 0, + "pos": { + "x": -73440, + "y": 821, + "z": 75969 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": -47610, + "y": 5562, + "z": -115486 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 3, + "instId": 300006, + "propState": 0, + "pos": { + "x": 43180, + "y": 9101, + "z": 136270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 3, + "instId": 300007, + "propState": 0, + "pos": { + "x": 1420, + "y": 9101, + "z": 113920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 0, + "pos": { + "x": 8689, + "y": 9101, + "z": 89554 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300009, + "propState": 0, + "pos": { + "x": -48220, + "y": 2171, + "z": 39410 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 3, + "instId": 300010, + "propState": 0, + "pos": { + "x": 29610, + "y": 2246, + "z": 76459 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 3, + "instId": 300011, + "propState": 0, + "pos": { + "x": 42010, + "y": 172, + "z": 113797 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300012, + "propState": 0, + "pos": { + "x": 103653, + "y": 2231, + "z": 98255 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 3, + "instId": 300013, + "propState": 0, + "pos": { + "x": 72702, + "y": 2231, + "z": 69019 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300014, + "propState": 0, + "pos": { + "x": 40280, + "y": -2916, + "z": 59260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300015, + "propState": 0, + "pos": { + "x": 21560, + "y": -1264, + "z": -23480 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 3, + "instId": 300016, + "propState": 0, + "pos": { + "x": 33802, + "y": -1074, + "z": 14490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300017, + "propState": 0, + "pos": { + "x": -16730, + "y": -1147, + "z": -23440 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300018, + "propState": 0, + "pos": { + "x": -15615, + "y": 5240, + "z": -78728 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300019, + "propState": 0, + "pos": { + "x": -48810, + "y": 7010, + "z": -67400 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300020, + "propState": 0, + "pos": { + "x": -11373, + "y": 5562, + "z": -119000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 3, + "instId": 300021, + "propState": 0, + "pos": { + "x": 56415, + "y": 7006, + "z": -95464 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 3, + "instId": 300022, + "propState": 0, + "pos": { + "x": 38240, + "y": 7006, + "z": -112678 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 3, + "instId": 300023, + "propState": 0, + "pos": { + "x": -13430, + "y": -1147, + "z": -1470 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 3, + "instId": 300024, + "propState": 0, + "pos": { + "x": 43030, + "y": 7006, + "z": -112560 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 3, + "instId": 300025, + "propState": 0, + "pos": { + "x": 84346, + "y": 2231, + "z": 67134 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 3, + "instId": 300026, + "propState": 0, + "pos": { + "x": 1880, + "y": 9101, + "z": 128800 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 0, + "pos": { + "x": 1530, + "y": -1147, + "z": -40518 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 1, + "pos": { + "x": -7664, + "y": 5257, + "z": -56100 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 0, + "pos": { + "x": -10357, + "y": 5240, + "z": -54820 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 1, + "pos": { + "x": -19103, + "y": 5240, + "z": -74285 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 35, + "instId": 300004, + "propState": 0, + "pos": { + "x": -20770, + "y": 5240, + "z": -76194 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 35, + "instId": 300005, + "propState": 0, + "pos": { + "x": 40420, + "y": 9101, + "z": 175980 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "40": { + "monsters": [ + { + "groupId": 40, + "instId": 200001, + "eventId": 101208, + "pos": { + "x": 49500, + "y": 6980, + "z": -105260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8003012 + } + ], + "npcs": [], + "props": [ + { + "groupId": 40, + "instId": 300003, + "propState": 8, + "pos": { + "x": 49500, + "y": 8100, + "z": -105260 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1108": { + "anchorId": 1, + "groupId": 40, + "instId": 300003, + "pos": { + "x": 43390, + "y": 7006, + "z": -105260 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "41": { + "monsters": [ + { + "groupId": 41, + "instId": 200001, + "eventId": 20211231, + "pos": { + "x": 80364, + "y": 122, + "z": 119170 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 8003050 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 41, + "instId": 300003, + "propState": 0, + "pos": { + "x": 80511, + "y": 122, + "z": 122180 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "42": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 42, + "instId": 300003, + "propState": 0, + "pos": { + "x": 49823, + "y": -2916, + "z": 49531 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "55": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 56, + "instId": 300001, + "propState": 8, + "pos": { + "x": -2664, + "y": -1147, + "z": -45442 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 901 + } + ], + "teleports": { + "1205": { + "anchorId": 1, + "groupId": 56, + "instId": 300001, + "pos": { + "x": -2680, + "y": -1149, + "z": -43820 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 57, + "instId": 300001, + "propState": 0, + "pos": { + "x": 3914, + "y": 2280, + "z": 73680 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300002, + "propState": 0, + "pos": { + "x": 7864, + "y": 2280, + "z": 68864 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 0, + "pos": { + "x": 7864, + "y": 2280, + "z": 68864 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": -40, + "y": 10, + "z": 230 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "pos": { + "x": -3940, + "y": -1120, + "z": -14530 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "59": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 59, + "instId": 300001, + "propState": 0, + "pos": { + "x": 560, + "y": 55, + "z": -32 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300002, + "propState": 0, + "pos": { + "x": -1073, + "y": -1120, + "z": -850 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300003, + "propState": 0, + "pos": { + "x": 10769, + "y": -1120, + "z": -1030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 59, + "instId": 300004, + "propState": 0, + "pos": { + "x": 1480, + "y": -168, + "z": 3340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + } + ], + "teleports": {} + }, + "60": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 60, + "instId": 300001, + "propState": 0, + "pos": { + "x": 380, + "y": 0, + "z": -2920 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 60, + "instId": 300002, + "propState": 0, + "pos": { + "x": 26553, + "y": 586, + "z": -14286 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -43284, + "y": 5570, + "z": -110028 + }, + "rot": { + "x": 0, + "y": 148878, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 77, + "instId": 300011, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "103": { + "monsters": [ + { + "groupId": 103, + "instId": 200001, + "eventId": 20211110, + "pos": { + "x": 25220, + "y": 2246, + "z": 69190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "106": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "113": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 113, + "instId": 300001, + "propState": 0, + "pos": { + "x": 10252, + "y": 54358, + "z": -24455 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102034 + } + ], + "teleports": {} + }, + "120": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "groupId": 120, + "instId": 300002, + "propState": 0, + "pos": { + "x": 75240, + "y": 2175, + "z": 66476 + }, + "rot": { + "x": 0, + "y": 320961, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 120, + "instId": 300011, + "propState": 0, + "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": 0, + "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 + } + ], + "teleports": {} + }, + "131": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 131, + "instId": 300001, + "propState": 0, + "pos": { + "x": 26373, + "y": -1176, + "z": 47856 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 131, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 26373, + "y": -1176, + "z": 47856 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "132": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 132, + "instId": 300001, + "propState": 0, + "pos": { + "x": -57115, + "y": 6751, + "z": -78485 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 132, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -57115, + "y": 6751, + "z": -78485 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "133": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 133, + "instId": 300001, + "propState": 0, + "pos": { + "x": 41488, + "y": -1074, + "z": 7075 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 133, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 41488, + "y": -1074, + "z": 7075 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "134": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 134, + "instId": 300001, + "propState": 0, + "pos": { + "x": 27898, + "y": -1327, + "z": 94601 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 134, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 27898, + "y": -1327, + "z": 94601 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "157": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 157, + "instId": 300002, + "propState": 0, + "pos": { + "x": 19310, + "y": 4877, + "z": -137004 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 157, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 19310, + "y": 4877, + "z": -137004 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 157, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 157, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 157, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "158": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 158, + "instId": 300002, + "propState": 0, + "pos": { + "x": 54280, + "y": -3005, + "z": -20650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 158, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 54280, + "y": -3005, + "z": -20650 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 158, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 158, + "instId": 300001, + "propState": 0, + "pos": { + "x": 60243, + "y": -3679, + "z": -17203 + }, + "rot": { + "x": 0, + "y": 93452, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 158, + "instId": 300007, + "propState": 0, + "pos": { + "x": 60243, + "y": -3679, + "z": -15255 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 158, + "instId": 300008, + "propState": 0, + "pos": { + "x": 60243, + "y": -3679, + "z": -13674 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 158, + "instId": 300009, + "propState": 0, + "pos": { + "x": 60268, + "y": -4539, + "z": -15077 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 158, + "instId": 300010, + "propState": 0, + "pos": { + "x": 60268, + "y": -4539, + "z": 1953 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 158, + "instId": 300011, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 158, + "instId": 300012, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "184": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 184, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "186": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 186, + "instId": 300001, + "propState": 0, + "pos": { + "x": 47718, + "y": -1332, + "z": 98260 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102037 + } + ], + "teleports": {} + }, + "187": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 187, + "instId": 300006, + "propState": 1, + "pos": { + "x": 48680, + "y": -2830, + "z": 36987 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102001 + }, + { + "groupId": 187, + "instId": 300007, + "propState": 0, + "pos": { + "x": 49769, + "y": -2877, + "z": 34920 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102000 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [ + { + "groupId": 194, + "instId": 400001, + "pos": { + "x": -45525, + "y": 2171, + "z": 59290 + }, + "rot": { + "x": 0, + "y": 79741, + "z": 0 + }, + "npcId": 12178 + } + ], + "props": [], + "teleports": {} + }, + "202": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "225": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 225, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 1000, + "z": 9046 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "234": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 234, + "instId": 300001, + "propState": 8, + "pos": { + "x": -28461, + "y": 3930, + "z": -64813 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 808 + } + ], + "teleports": { + "1011": { + "anchorId": 1, + "groupId": 234, + "instId": 300001, + "pos": { + "x": -28982, + "y": 3930, + "z": -65719 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + } + } + } + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 301, + "startAnchorId": 5, + "startGroupId": 1 + } + }, + "202210102": { + "P20221_F20221001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2022101": { + "anchorId": 1, + "groupId": 5, + "instId": 300001, + "pos": { + "x": -29539, + "y": 4824, + "z": -155840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2022102": { + "anchorId": 2, + "groupId": 5, + "instId": 300002, + "pos": { + "x": 400, + "y": 12790, + "z": 2110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2022103": { + "anchorId": 3, + "groupId": 5, + "instId": 300003, + "pos": { + "x": 103950, + "y": 13760, + "z": -59120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2022104": { + "anchorId": 4, + "groupId": 5, + "instId": 300004, + "pos": { + "x": -55590, + "y": 685, + "z": 93950 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + } + } + } + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 1, + "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 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300014, + "propState": 0, + "pos": { + "x": 90788, + "y": 3384, + "z": 53533 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300015, + "propState": 0, + "pos": { + "x": -63310, + "y": 3484, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300015, + "propState": 0, + "pos": { + "x": -63000, + "y": 3484, + "z": -11760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 57, + "instId": 300002, + "propState": 0, + "pos": { + "x": -44558, + "y": 685, + "z": 111081 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3270, + "y": 12835, + "z": 5190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 57, + "instId": 300006, + "propState": 0, + "pos": { + "x": -2210, + "y": 6807, + "z": -150710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300007, + "propState": 0, + "pos": { + "x": 29375, + "y": 10957, + "z": -112479 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300008, + "propState": 0, + "pos": { + "x": -11552, + "y": 9297, + "z": -107461 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300009, + "propState": 0, + "pos": { + "x": -45104, + "y": 8294, + "z": -127229 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300010, + "propState": 0, + "pos": { + "x": -39113, + "y": 8240, + "z": -90306 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300011, + "propState": 0, + "pos": { + "x": 14530, + "y": 12900, + "z": -51218 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300012, + "propState": 0, + "pos": { + "x": 73070, + "y": 740, + "z": 47660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300013, + "propState": 0, + "pos": { + "x": 111569, + "y": 4603, + "z": -10754 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300014, + "propState": 0, + "pos": { + "x": 93570, + "y": 840, + "z": 106810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300015, + "propState": 0, + "pos": { + "x": 46342, + "y": -1020, + "z": 95894 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300016, + "propState": 0, + "pos": { + "x": -33765, + "y": 649, + "z": 107514 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300017, + "propState": 0, + "pos": { + "x": -87254, + "y": 726, + "z": 116194 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300018, + "propState": 0, + "pos": { + "x": -97340, + "y": -4250, + "z": 62730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300019, + "propState": 0, + "pos": { + "x": -64831, + "y": 10224, + "z": -79669 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300020, + "propState": 0, + "pos": { + "x": -49560, + "y": 650, + "z": 14670 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300021, + "propState": 0, + "pos": { + "x": 5290, + "y": -1020, + "z": -22490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300022, + "propState": 0, + "pos": { + "x": 95150, + "y": 770, + "z": 36076 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300023, + "propState": 0, + "pos": { + "x": 116195, + "y": 13760, + "z": -69740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300024, + "propState": 0, + "pos": { + "x": 73040, + "y": 14633, + "z": -52390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300025, + "propState": 0, + "pos": { + "x": 172610, + "y": 21593, + "z": -64747 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300026, + "propState": 0, + "pos": { + "x": 33303, + "y": -4245, + "z": 53721 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 57, + "instId": 300027, + "propState": 0, + "pos": { + "x": -61334, + "y": -1007, + "z": 45380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 57, + "instId": 300028, + "propState": 0, + "pos": { + "x": 94998, + "y": 769, + "z": 68511 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 0, + "pos": { + "x": -11824, + "y": 12905, + "z": -86390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "58": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "59": { + "monsters": [ + { + "groupId": 59, + "instId": 200001, + "eventId": 20221120, + "pos": { + "x": -33200, + "y": 8240, + "z": -121730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "68": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 0, + "pos": { + "x": -34711, + "y": -4240, + "z": 57303 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "69": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 0, + "pos": { + "x": -79610, + "y": 726, + "z": 133720 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 71, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29975, + "y": 6100, + "z": 54028 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 0, + "pos": { + "x": 43480, + "y": -2694, + "z": 108125 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 0, + "pos": { + "x": 43480, + "y": -2694, + "z": 108125 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 72, + "instId": 300003, + "propState": 0, + "pos": { + "x": 15342, + "y": -2694, + "z": 122332 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 72, + "instId": 300004, + "propState": 0, + "pos": { + "x": 15342, + "y": -2694, + "z": 122332 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "76": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 86, + "instId": 300002, + "propState": 0, + "pos": { + "x": 120532, + "y": 15426, + "z": -66440 + }, + "rot": { + "x": 0, + "y": 270997, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 86, + "instId": 300011, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": 120327, + "y": 15392, + "z": -66634 + }, + "rot": { + "x": 0, + "y": 270997, + "z": 0 + }, + "propId": 217 + } + ], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 92, + "instId": 300001, + "propState": 0, + "pos": { + "x": 85035, + "y": 3524, + "z": 53512 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 0, + "pos": { + "x": 89424, + "y": 3524, + "z": 50985 + }, + "rot": { + "x": 0, + "y": 356964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 0, + "pos": { + "x": 85048, + "y": 3524, + "z": 48458 + }, + "rot": { + "x": 0, + "y": 55617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300004, + "propState": 0, + "pos": { + "x": 80659, + "y": 3524, + "z": 50976 + }, + "rot": { + "x": 0, + "y": 114933, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300005, + "propState": 0, + "pos": { + "x": 80665, + "y": 3524, + "z": 56040 + }, + "rot": { + "x": 0, + "y": 177045, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300006, + "propState": 0, + "pos": { + "x": 85043, + "y": 3524, + "z": 58568 + }, + "rot": { + "x": 0, + "y": 236428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300007, + "propState": 0, + "pos": { + "x": 89426, + "y": 3524, + "z": 56041 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300008, + "propState": 0, + "pos": { + "x": 89014, + "y": 4415, + "z": 53998 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 92, + "instId": 300009, + "propState": 0, + "pos": { + "x": 85185, + "y": 4415, + "z": 53901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 92, + "instId": 300010, + "propState": 0, + "pos": { + "x": 80980, + "y": 4415, + "z": 53416 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 92, + "instId": 300011, + "propState": 0, + "pos": { + "x": 82494, + "y": 4415, + "z": 52403 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 92, + "instId": 300012, + "propState": 0, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 92, + "instId": 300013, + "propState": 0, + "pos": { + "x": 100804, + "y": 1410, + "z": 53403 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 92, + "instId": 300015, + "propState": 0, + "pos": { + "x": 85040, + "y": 3494, + "z": 53510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300014, + "propState": 0, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 92, + "instId": 300016, + "propState": 0, + "pos": { + "x": 90788, + "y": 3384, + "z": 53533 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300017, + "propState": 0, + "pos": { + "x": 15169, + "y": 7489, + "z": 53938 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 0, + "pos": { + "x": -59217, + "y": 3524, + "z": 113482 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300002, + "propState": 0, + "pos": { + "x": -60519, + "y": 3524, + "z": 118370 + }, + "rot": { + "x": 0, + "y": 221428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300003, + "propState": 0, + "pos": { + "x": -55632, + "y": 3524, + "z": 117064 + }, + "rot": { + "x": 0, + "y": 278289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300004, + "propState": 0, + "pos": { + "x": -54325, + "y": 3524, + "z": 112179 + }, + "rot": { + "x": 0, + "y": 341964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300005, + "propState": 0, + "pos": { + "x": -57898, + "y": 3524, + "z": 108606 + }, + "rot": { + "x": 0, + "y": 40617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300006, + "propState": 0, + "pos": { + "x": -62789, + "y": 3524, + "z": 109902 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300007, + "propState": 0, + "pos": { + "x": -64094, + "y": 3524, + "z": 114795 + }, + "rot": { + "x": 0, + "y": 162046, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300008, + "propState": 0, + "pos": { + "x": -60137, + "y": 4580, + "z": 113065 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 93, + "instId": 300009, + "propState": 0, + "pos": { + "x": -57438, + "y": 4580, + "z": 115440 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 93, + "instId": 300010, + "propState": 0, + "pos": { + "x": -54159, + "y": 4475, + "z": 114698 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 93, + "instId": 300011, + "propState": 0, + "pos": { + "x": -53200, + "y": 4620, + "z": 111100 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 93, + "instId": 300012, + "propState": 0, + "pos": { + "x": -55495, + "y": 4620, + "z": 108685 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 93, + "instId": 300013, + "propState": 0, + "pos": { + "x": -59194, + "y": 4620, + "z": 109678 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 93, + "instId": 300014, + "propState": 0, + "pos": { + "x": -70250, + "y": 1404, + "z": 124459 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 93, + "instId": 300016, + "propState": 0, + "pos": { + "x": -59217, + "y": 3494, + "z": 113480 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300015, + "propState": 0, + "pos": { + "x": -63310, + "y": 3324, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300017, + "propState": 0, + "pos": { + "x": -9757, + "y": 7487, + "z": 64179 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 94, + "instId": 300001, + "propState": 0, + "pos": { + "x": -58530, + "y": 3524, + "z": -7394 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 0, + "pos": { + "x": -63439, + "y": 3524, + "z": -9384 + }, + "rot": { + "x": 0, + "y": 122115, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300003, + "propState": 0, + "pos": { + "x": -63435, + "y": 3524, + "z": -5327 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300004, + "propState": 0, + "pos": { + "x": -60558, + "y": 3524, + "z": -2440 + }, + "rot": { + "x": 0, + "y": 213370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300005, + "propState": 0, + "pos": { + "x": -56483, + "y": 3524, + "z": -2449 + }, + "rot": { + "x": 0, + "y": 259790, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300006, + "propState": 0, + "pos": { + "x": -53611, + "y": 3524, + "z": -5316 + }, + "rot": { + "x": 0, + "y": 301770, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300007, + "propState": 0, + "pos": { + "x": -53611, + "y": 3524, + "z": -9403 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300008, + "propState": 0, + "pos": { + "x": -56963, + "y": 4600, + "z": -4535 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300009, + "propState": 0, + "pos": { + "x": -54652, + "y": 4600, + "z": -7289 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300010, + "propState": 0, + "pos": { + "x": -55471, + "y": 4495, + "z": -10549 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300011, + "propState": 0, + "pos": { + "x": -59091, + "y": 4640, + "z": -11424 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300012, + "propState": 0, + "pos": { + "x": -61451, + "y": 4640, + "z": -9072 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300013, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300014, + "propState": 0, + "pos": { + "x": -69771, + "y": 1348, + "z": -18314 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 94, + "instId": 300016, + "propState": 0, + "pos": { + "x": -56483, + "y": 3524, + "z": -12279 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300017, + "propState": 0, + "pos": { + "x": -60556, + "y": 3524, + "z": -12271 + }, + "rot": { + "x": 0, + "y": 79354, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300018, + "propState": 0, + "pos": { + "x": -58529, + "y": 3494, + "z": -7357 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300015, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300019, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300020, + "propState": 0, + "pos": { + "x": -63000, + "y": 3324, + "z": -11760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300021, + "propState": 0, + "pos": { + "x": -9730, + "y": 7487, + "z": 43621 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 1, + "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 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 100, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34250, + "y": -851, + "z": 88340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 100, + "instId": 300002, + "propState": 0, + "pos": { + "x": -34250, + "y": -851, + "z": 88340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 100, + "instId": 300003, + "propState": 0, + "pos": { + "x": -20595, + "y": 6040, + "z": 74613 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 100, + "instId": 300004, + "propState": 0, + "pos": { + "x": -20595, + "y": 6040, + "z": 74613 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "101": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 101, + "instId": 300001, + "propState": 0, + "pos": { + "x": -33437, + "y": -827, + "z": 17355 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 101, + "instId": 300002, + "propState": 0, + "pos": { + "x": -33437, + "y": -827, + "z": 17355 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 101, + "instId": 300003, + "propState": 0, + "pos": { + "x": -20627, + "y": 6100, + "z": 32305 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 101, + "instId": 300004, + "propState": 0, + "pos": { + "x": -20627, + "y": 6100, + "z": 32305 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "103": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 103, + "instId": 300001, + "propState": 0, + "pos": { + "x": -47470, + "y": 8240, + "z": -116250 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 103, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -47470, + "y": 8240, + "z": -116250 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "104": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 104, + "instId": 300001, + "propState": 0, + "pos": { + "x": -90430, + "y": -5830, + "z": 30960 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 104, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -90430, + "y": -5830, + "z": 30960 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "105": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 105, + "instId": 300001, + "propState": 0, + "pos": { + "x": 101600, + "y": 917, + "z": 98912 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 101600, + "y": 917, + "z": 98912 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "106": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 106, + "instId": 300001, + "propState": 0, + "pos": { + "x": 133460, + "y": -3472, + "z": 23090 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 106, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 133460, + "y": -3472, + "z": 23090 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "111": { + "monsters": [ + { + "groupId": 111, + "instId": 200001, + "eventId": 20221235, + "pos": { + "x": 40360, + "y": -5830, + "z": 33130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 111, + "instId": 300003, + "propState": 0, + "pos": { + "x": 40360, + "y": -5830, + "z": 29000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "114": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 114, + "instId": 300002, + "propState": 0, + "pos": { + "x": 28364, + "y": 4790, + "z": -137587 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 114, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 28364, + "y": 4790, + "z": -137587 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 114, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 114, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22180, + "y": 4050, + "z": -142290 + }, + "rot": { + "x": 0, + "y": 179999, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 114, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 114, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "115": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 115, + "instId": 300002, + "propState": 0, + "pos": { + "x": 28311, + "y": 4790, + "z": -158433 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 115, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 28311, + "y": 4790, + "z": -158433 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 115, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22100, + "y": 4050, + "z": -163940 + }, + "rot": { + "x": 0, + "y": 179999, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 115, + "instId": 300009, + "propState": 0, + "pos": { + "x": 15117, + "y": 5034, + "z": -160821 + }, + "rot": { + "x": 0, + "y": 185007, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300010, + "propState": 0, + "pos": { + "x": 16532, + "y": 5034, + "z": -162274 + }, + "rot": { + "x": 0, + "y": 95007, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300011, + "propState": 0, + "pos": { + "x": 16821, + "y": 5034, + "z": -160737 + }, + "rot": { + "x": 0, + "y": 89659, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300012, + "propState": 0, + "pos": { + "x": 15902, + "y": 4652, + "z": -161660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "116": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 116, + "instId": 300002, + "propState": 0, + "pos": { + "x": 161399, + "y": 19670, + "z": -46002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 116, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 161399, + "y": 19670, + "z": -46002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 116, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 116, + "instId": 300001, + "propState": 0, + "pos": { + "x": 156610, + "y": 18773, + "z": -47060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 116, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 116, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "117": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 117, + "instId": 300002, + "propState": 0, + "pos": { + "x": 187120, + "y": 19670, + "z": -102130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 117, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 187120, + "y": 19670, + "z": -102130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 117, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 117, + "instId": 300001, + "propState": 0, + "pos": { + "x": 192220, + "y": 18773, + "z": -100740 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 117, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 117, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "125": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 125, + "instId": 300001, + "propState": 0, + "pos": { + "x": 559, + "y": 8610, + "z": 53911 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102041 + } + ], + "teleports": {} + }, + "128": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "136": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 136, + "instId": 300015, + "propState": 0, + "pos": { + "x": -63310, + "y": 3484, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "137": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 137, + "instId": 300014, + "propState": 0, + "pos": { + "x": 90788, + "y": 3384, + "z": 53533 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "141": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 141, + "instId": 300015, + "propState": 0, + "pos": { + "x": -63000, + "y": 3484, + "z": -11760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "142": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -13207, + "y": 12916, + "z": -56234 + }, + "rot": { + "x": 0, + "y": 148878, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 142, + "instId": 300011, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "149": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 149, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 149, + "instId": 300009, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 149, + "instId": 300010, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 149, + "instId": 300011, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 149, + "instId": 300012, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "160": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 160, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "169": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 169, + "instId": 300001, + "propState": 0, + "pos": { + "x": -38707, + "y": 11790, + "z": -78631 + }, + "rot": { + "x": 0, + "y": 1892, + "z": 0 + }, + "propId": 217 + } + ], + "teleports": {} + }, + "170": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 170, + "instId": 300001, + "propState": 0, + "pos": { + "x": -31716, + "y": 9248, + "z": -105504 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 217 + } + ], + "teleports": {} + }, + "215": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 215, + "instId": 300001, + "propState": 8, + "pos": { + "x": 53860, + "y": 10913, + "z": -114603 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 808 + } + ], + "teleports": { + "1012": { + "anchorId": 1, + "groupId": 215, + "instId": 300001, + "pos": { + "x": 53250, + "y": 10913, + "z": -115420 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + } + } + } + }, + "223": { + "monsters": [], + "npcs": [ + { + "groupId": 223, + "instId": 400001, + "pos": { + "x": -16540, + "y": 103400, + "z": -465330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12247 + } + ], + "props": [ + { + "groupId": 223, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 223, + "instId": 300003, + "propState": 0, + "pos": { + "x": 163985, + "y": 21640, + "z": -77685 + }, + "rot": { + "x": 0, + "y": 298921, + "z": 0 + }, + "propId": 100000 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 2, + "worldId": 301 + } + }, + "202210103": { + "P20221_F20221001": { + "scenes": { + "2": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": {} + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2022101": { + "anchorId": 1, + "groupId": 5, + "instId": 300001, + "pos": { + "x": -29539, + "y": 4824, + "z": -155840 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2022102": { + "anchorId": 2, + "groupId": 5, + "instId": 300002, + "pos": { + "x": 400, + "y": 12790, + "z": 2110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2022103": { + "anchorId": 3, + "groupId": 5, + "instId": 300003, + "pos": { + "x": 103950, + "y": 13760, + "z": -59120 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + }, + "2022104": { + "anchorId": 4, + "groupId": 5, + "instId": 300004, + "pos": { + "x": -55590, + "y": 685, + "z": 93950 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + } + } + } + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 1, + "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 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 10, + "instId": 300014, + "propState": 0, + "pos": { + "x": 90788, + "y": 3384, + "z": 53533 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 10, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "11": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 11, + "instId": 300015, + "propState": 0, + "pos": { + "x": -63310, + "y": 3484, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 11, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "12": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 12, + "instId": 300015, + "propState": 0, + "pos": { + "x": -63000, + "y": 3484, + "z": -11760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 12, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 57, + "instId": 300002, + "propState": 0, + "pos": { + "x": -44558, + "y": 685, + "z": 111081 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 57, + "instId": 300001, + "propState": 0, + "pos": { + "x": -3270, + "y": 12835, + "z": 5190 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 57, + "instId": 300006, + "propState": 0, + "pos": { + "x": -2210, + "y": 6807, + "z": -150710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300007, + "propState": 0, + "pos": { + "x": 29375, + "y": 10957, + "z": -112479 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300008, + "propState": 0, + "pos": { + "x": -11552, + "y": 9297, + "z": -107461 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300009, + "propState": 0, + "pos": { + "x": -45104, + "y": 8294, + "z": -127229 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300010, + "propState": 0, + "pos": { + "x": -39113, + "y": 8240, + "z": -90306 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300011, + "propState": 0, + "pos": { + "x": 14530, + "y": 12900, + "z": -51218 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300012, + "propState": 0, + "pos": { + "x": 73070, + "y": 740, + "z": 47660 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300013, + "propState": 0, + "pos": { + "x": 111569, + "y": 4603, + "z": -10754 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300014, + "propState": 0, + "pos": { + "x": 93570, + "y": 840, + "z": 106810 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300015, + "propState": 0, + "pos": { + "x": 46342, + "y": -1020, + "z": 95894 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300016, + "propState": 0, + "pos": { + "x": -33765, + "y": 649, + "z": 107514 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300017, + "propState": 0, + "pos": { + "x": -87254, + "y": 726, + "z": 116194 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300018, + "propState": 0, + "pos": { + "x": -97340, + "y": -4250, + "z": 62730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300019, + "propState": 0, + "pos": { + "x": -64831, + "y": 10224, + "z": -79669 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300020, + "propState": 0, + "pos": { + "x": -49560, + "y": 650, + "z": 14670 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300021, + "propState": 0, + "pos": { + "x": 5290, + "y": -1020, + "z": -22490 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300022, + "propState": 0, + "pos": { + "x": 95150, + "y": 770, + "z": 36076 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300023, + "propState": 0, + "pos": { + "x": 116195, + "y": 13760, + "z": -69740 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 57, + "instId": 300024, + "propState": 0, + "pos": { + "x": 73040, + "y": 14633, + "z": -52390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300025, + "propState": 0, + "pos": { + "x": 172610, + "y": 21593, + "z": -64747 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 57, + "instId": 300026, + "propState": 0, + "pos": { + "x": 33303, + "y": -4245, + "z": 53721 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 57, + "instId": 300027, + "propState": 0, + "pos": { + "x": -61334, + "y": -1007, + "z": 45380 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 57, + "instId": 300028, + "propState": 0, + "pos": { + "x": 94998, + "y": 769, + "z": 68511 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 57, + "instId": 300003, + "propState": 0, + "pos": { + "x": -11824, + "y": 12905, + "z": -86390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "58": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "59": { + "monsters": [ + { + "groupId": 59, + "instId": 200001, + "eventId": 20221120, + "pos": { + "x": -33200, + "y": 8240, + "z": -121730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "68": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 68, + "instId": 300003, + "propState": 0, + "pos": { + "x": -34711, + "y": -4240, + "z": 57303 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "69": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 69, + "instId": 300003, + "propState": 0, + "pos": { + "x": -79610, + "y": 726, + "z": 133720 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 71, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29975, + "y": 6100, + "z": 54028 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 0, + "pos": { + "x": 43480, + "y": -2694, + "z": 108125 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 0, + "pos": { + "x": 43480, + "y": -2694, + "z": 108125 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 72, + "instId": 300003, + "propState": 0, + "pos": { + "x": 15342, + "y": -2694, + "z": 122332 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 72, + "instId": 300004, + "propState": 0, + "pos": { + "x": 15342, + "y": -2694, + "z": 122332 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "76": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 86, + "instId": 300002, + "propState": 0, + "pos": { + "x": 120532, + "y": 15426, + "z": -66440 + }, + "rot": { + "x": 0, + "y": 270997, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 86, + "instId": 300011, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": 120327, + "y": 15392, + "z": -66634 + }, + "rot": { + "x": 0, + "y": 270997, + "z": 0 + }, + "propId": 217 + } + ], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 92, + "instId": 300001, + "propState": 0, + "pos": { + "x": 85035, + "y": 3524, + "z": 53512 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300002, + "propState": 0, + "pos": { + "x": 89424, + "y": 3524, + "z": 50985 + }, + "rot": { + "x": 0, + "y": 356964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 0, + "pos": { + "x": 85048, + "y": 3524, + "z": 48458 + }, + "rot": { + "x": 0, + "y": 55617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300004, + "propState": 0, + "pos": { + "x": 80659, + "y": 3524, + "z": 50976 + }, + "rot": { + "x": 0, + "y": 114933, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300005, + "propState": 0, + "pos": { + "x": 80665, + "y": 3524, + "z": 56040 + }, + "rot": { + "x": 0, + "y": 177045, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300006, + "propState": 0, + "pos": { + "x": 85043, + "y": 3524, + "z": 58568 + }, + "rot": { + "x": 0, + "y": 236428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300007, + "propState": 0, + "pos": { + "x": 89426, + "y": 3524, + "z": 56041 + }, + "rot": { + "x": 0, + "y": 293289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300008, + "propState": 0, + "pos": { + "x": 89014, + "y": 4415, + "z": 53998 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 92, + "instId": 300009, + "propState": 0, + "pos": { + "x": 85185, + "y": 4415, + "z": 53901 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 92, + "instId": 300010, + "propState": 0, + "pos": { + "x": 80980, + "y": 4415, + "z": 53416 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 92, + "instId": 300011, + "propState": 0, + "pos": { + "x": 82494, + "y": 4415, + "z": 52403 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 92, + "instId": 300012, + "propState": 0, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 92, + "instId": 300013, + "propState": 0, + "pos": { + "x": 100804, + "y": 1410, + "z": 53403 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 92, + "instId": 300015, + "propState": 0, + "pos": { + "x": 85040, + "y": 3494, + "z": 53510 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300014, + "propState": 0, + "pos": { + "x": 83239, + "y": 4415, + "z": 51493 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102068 + }, + { + "groupId": 92, + "instId": 300016, + "propState": 0, + "pos": { + "x": 90788, + "y": 3384, + "z": 53533 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 92, + "instId": 300017, + "propState": 0, + "pos": { + "x": 15169, + "y": 7489, + "z": 53938 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 0, + "pos": { + "x": -59217, + "y": 3524, + "z": 113482 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300002, + "propState": 0, + "pos": { + "x": -60519, + "y": 3524, + "z": 118370 + }, + "rot": { + "x": 0, + "y": 221428, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300003, + "propState": 0, + "pos": { + "x": -55632, + "y": 3524, + "z": 117064 + }, + "rot": { + "x": 0, + "y": 278289, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300004, + "propState": 0, + "pos": { + "x": -54325, + "y": 3524, + "z": 112179 + }, + "rot": { + "x": 0, + "y": 341964, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300005, + "propState": 0, + "pos": { + "x": -57898, + "y": 3524, + "z": 108606 + }, + "rot": { + "x": 0, + "y": 40617, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300006, + "propState": 0, + "pos": { + "x": -62789, + "y": 3524, + "z": 109902 + }, + "rot": { + "x": 0, + "y": 99932, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300007, + "propState": 0, + "pos": { + "x": -64094, + "y": 3524, + "z": 114795 + }, + "rot": { + "x": 0, + "y": 162046, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300008, + "propState": 0, + "pos": { + "x": -60137, + "y": 4580, + "z": 113065 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 93, + "instId": 300009, + "propState": 0, + "pos": { + "x": -57438, + "y": 4580, + "z": 115440 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 93, + "instId": 300010, + "propState": 0, + "pos": { + "x": -54159, + "y": 4475, + "z": 114698 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 93, + "instId": 300011, + "propState": 0, + "pos": { + "x": -53200, + "y": 4620, + "z": 111100 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 93, + "instId": 300012, + "propState": 0, + "pos": { + "x": -55495, + "y": 4620, + "z": 108685 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 93, + "instId": 300013, + "propState": 0, + "pos": { + "x": -59194, + "y": 4620, + "z": 109678 + }, + "rot": { + "x": 0, + "y": 79840, + "z": 0 + }, + "propId": 102069 + }, + { + "groupId": 93, + "instId": 300014, + "propState": 0, + "pos": { + "x": -70250, + "y": 1404, + "z": 124459 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 93, + "instId": 300016, + "propState": 0, + "pos": { + "x": -59217, + "y": 3494, + "z": 113480 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300015, + "propState": 0, + "pos": { + "x": -63310, + "y": 3324, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 93, + "instId": 300017, + "propState": 0, + "pos": { + "x": -9757, + "y": 7487, + "z": 64179 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 94, + "instId": 300001, + "propState": 0, + "pos": { + "x": -58530, + "y": 3524, + "z": -7394 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300002, + "propState": 0, + "pos": { + "x": -63439, + "y": 3524, + "z": -9384 + }, + "rot": { + "x": 0, + "y": 122115, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300003, + "propState": 0, + "pos": { + "x": -63435, + "y": 3524, + "z": -5327 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300004, + "propState": 0, + "pos": { + "x": -60558, + "y": 3524, + "z": -2440 + }, + "rot": { + "x": 0, + "y": 213370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300005, + "propState": 0, + "pos": { + "x": -56483, + "y": 3524, + "z": -2449 + }, + "rot": { + "x": 0, + "y": 259790, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300006, + "propState": 0, + "pos": { + "x": -53611, + "y": 3524, + "z": -5316 + }, + "rot": { + "x": 0, + "y": 301770, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300007, + "propState": 0, + "pos": { + "x": -53611, + "y": 3524, + "z": -9403 + }, + "rot": { + "x": 0, + "y": 168370, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300008, + "propState": 0, + "pos": { + "x": -56963, + "y": 4600, + "z": -4535 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300009, + "propState": 0, + "pos": { + "x": -54652, + "y": 4600, + "z": -7289 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300010, + "propState": 0, + "pos": { + "x": -55471, + "y": 4495, + "z": -10549 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300011, + "propState": 0, + "pos": { + "x": -59091, + "y": 4640, + "z": -11424 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300012, + "propState": 0, + "pos": { + "x": -61451, + "y": 4640, + "z": -9072 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300013, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300014, + "propState": 0, + "pos": { + "x": -69771, + "y": 1348, + "z": -18314 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300002 + }, + { + "groupId": 94, + "instId": 300016, + "propState": 0, + "pos": { + "x": -56483, + "y": 3524, + "z": -12279 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300017, + "propState": 0, + "pos": { + "x": -60556, + "y": 3524, + "z": -12271 + }, + "rot": { + "x": 0, + "y": 79354, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300018, + "propState": 0, + "pos": { + "x": -58529, + "y": 3494, + "z": -7357 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300015, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300019, + "propState": 0, + "pos": { + "x": -60372, + "y": 4640, + "z": -5398 + }, + "rot": { + "x": 0, + "y": 171189, + "z": 0 + }, + "propId": 102070 + }, + { + "groupId": 94, + "instId": 300020, + "propState": 0, + "pos": { + "x": -63000, + "y": 3324, + "z": -11760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300000 + }, + { + "groupId": 94, + "instId": 300021, + "propState": 0, + "pos": { + "x": -9730, + "y": 7487, + "z": 43621 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 1, + "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 + } + ], + "teleports": {} + }, + "100": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 100, + "instId": 300001, + "propState": 0, + "pos": { + "x": -34250, + "y": -851, + "z": 88340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 100, + "instId": 300002, + "propState": 0, + "pos": { + "x": -34250, + "y": -851, + "z": 88340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 100, + "instId": 300003, + "propState": 0, + "pos": { + "x": -20595, + "y": 6040, + "z": 74613 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 100, + "instId": 300004, + "propState": 0, + "pos": { + "x": -20595, + "y": 6040, + "z": 74613 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "101": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 101, + "instId": 300001, + "propState": 0, + "pos": { + "x": -33437, + "y": -827, + "z": 17355 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 101, + "instId": 300002, + "propState": 0, + "pos": { + "x": -33437, + "y": -827, + "z": 17355 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 101, + "instId": 300003, + "propState": 0, + "pos": { + "x": -20627, + "y": 6100, + "z": 32305 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 101, + "instId": 300004, + "propState": 0, + "pos": { + "x": -20627, + "y": 6100, + "z": 32305 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "103": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 103, + "instId": 300001, + "propState": 0, + "pos": { + "x": -47470, + "y": 8240, + "z": -116250 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 103, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -47470, + "y": 8240, + "z": -116250 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "104": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 104, + "instId": 300001, + "propState": 0, + "pos": { + "x": -90430, + "y": -5830, + "z": 30960 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 104, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -90430, + "y": -5830, + "z": 30960 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "105": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 105, + "instId": 300001, + "propState": 0, + "pos": { + "x": 101600, + "y": 917, + "z": 98912 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 105, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 101600, + "y": 917, + "z": 98912 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "106": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 106, + "instId": 300001, + "propState": 0, + "pos": { + "x": 133460, + "y": -3472, + "z": 23090 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 106, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 133460, + "y": -3472, + "z": 23090 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "111": { + "monsters": [ + { + "groupId": 111, + "instId": 200001, + "eventId": 20221235, + "pos": { + "x": 40360, + "y": -5830, + "z": 33130 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 111, + "instId": 300003, + "propState": 0, + "pos": { + "x": 40360, + "y": -5830, + "z": 29000 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "114": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 114, + "instId": 300002, + "propState": 0, + "pos": { + "x": 28364, + "y": 4790, + "z": -137587 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 114, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 28364, + "y": 4790, + "z": -137587 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 114, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 114, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22180, + "y": 4050, + "z": -142290 + }, + "rot": { + "x": 0, + "y": 179999, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 114, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 114, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "115": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 115, + "instId": 300002, + "propState": 0, + "pos": { + "x": 28311, + "y": 4790, + "z": -158433 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 115, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 28311, + "y": 4790, + "z": -158433 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 115, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300001, + "propState": 0, + "pos": { + "x": 22100, + "y": 4050, + "z": -163940 + }, + "rot": { + "x": 0, + "y": 179999, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 115, + "instId": 300009, + "propState": 0, + "pos": { + "x": 15117, + "y": 5034, + "z": -160821 + }, + "rot": { + "x": 0, + "y": 185007, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300010, + "propState": 0, + "pos": { + "x": 16532, + "y": 5034, + "z": -162274 + }, + "rot": { + "x": 0, + "y": 95007, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300011, + "propState": 0, + "pos": { + "x": 16821, + "y": 5034, + "z": -160737 + }, + "rot": { + "x": 0, + "y": 89659, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 115, + "instId": 300012, + "propState": 0, + "pos": { + "x": 15902, + "y": 4652, + "z": -161660 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "116": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 116, + "instId": 300002, + "propState": 0, + "pos": { + "x": 161399, + "y": 19670, + "z": -46002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 116, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 161399, + "y": 19670, + "z": -46002 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 116, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 116, + "instId": 300001, + "propState": 0, + "pos": { + "x": 156610, + "y": 18773, + "z": -47060 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 116, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 116, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "117": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 117, + "instId": 300002, + "propState": 0, + "pos": { + "x": 187120, + "y": 19670, + "z": -102130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 117, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 187120, + "y": 19670, + "z": -102130 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 117, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 117, + "instId": 300001, + "propState": 0, + "pos": { + "x": 192220, + "y": 18773, + "z": -100740 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 117, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 117, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "125": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 125, + "instId": 300001, + "propState": 0, + "pos": { + "x": 559, + "y": 8610, + "z": 53911 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102041 + } + ], + "teleports": {} + }, + "128": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "136": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 136, + "instId": 300015, + "propState": 0, + "pos": { + "x": -63310, + "y": 3484, + "z": 117540 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "137": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 137, + "instId": 300014, + "propState": 0, + "pos": { + "x": 90788, + "y": 3384, + "z": 53533 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "141": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 141, + "instId": 300015, + "propState": 0, + "pos": { + "x": -63000, + "y": 3484, + "z": -11760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "142": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -13207, + "y": 12916, + "z": -56234 + }, + "rot": { + "x": 0, + "y": 148878, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 142, + "instId": 300011, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "149": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 149, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 149, + "instId": 300009, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 149, + "instId": 300010, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 149, + "instId": 300011, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 149, + "instId": 300012, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "160": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 160, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "169": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 169, + "instId": 300001, + "propState": 0, + "pos": { + "x": -38707, + "y": 11790, + "z": -78631 + }, + "rot": { + "x": 0, + "y": 1892, + "z": 0 + }, + "propId": 217 + } + ], + "teleports": {} + }, + "170": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 170, + "instId": 300001, + "propState": 0, + "pos": { + "x": -31716, + "y": 9248, + "z": -105504 + }, + "rot": { + "x": 0, + "y": 180001, + "z": 0 + }, + "propId": 217 + } + ], + "teleports": {} + }, + "215": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 215, + "instId": 300001, + "propState": 8, + "pos": { + "x": 53860, + "y": 10913, + "z": -114603 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 808 + } + ], + "teleports": { + "1012": { + "anchorId": 1, + "groupId": 215, + "instId": 300001, + "pos": { + "x": 53250, + "y": 10913, + "z": -115420 + }, + "rot": { + "x": 0, + "y": 30000, + "z": 0 + } + } + } + }, + "223": { + "monsters": [], + "npcs": [ + { + "groupId": 223, + "instId": 400001, + "pos": { + "x": -16540, + "y": 103400, + "z": -465330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12247 + } + ], + "props": [ + { + "groupId": 223, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 223, + "instId": 300003, + "propState": 0, + "pos": { + "x": 163985, + "y": 21640, + "z": -77685 + }, + "rot": { + "x": 0, + "y": 298921, + "z": 0 + }, + "propId": 100000 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 2, + "worldId": 301, + "startAnchorId": 1, + "startGroupId": 113 + } + }, + "202220102": { + "P20222_F20222001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2022201": { + "anchorId": 2, + "groupId": 3, + "instId": 300002, + "pos": { + "x": -128310, + "y": 47886, + "z": 20620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2022202": { + "anchorId": 3, + "groupId": 3, + "instId": 300004, + "pos": { + "x": 24060, + "y": 53254, + "z": -19800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2022203": { + "anchorId": 4, + "groupId": 3, + "instId": 300001, + "pos": { + "x": 35230, + "y": 53852, + "z": 90220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2022204": { + "anchorId": 5, + "groupId": 3, + "instId": 300003, + "pos": { + "x": -52270, + "y": 49948, + "z": 130490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -8680, + "y": 46100, + "z": 136980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 1, + "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": 1, + "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": 1, + "pos": { + "x": -62560, + "y": 53250, + "z": 110420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 10, + "instId": 300014, + "propState": 1, + "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 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 22000, + "y": 60280, + "z": 46562 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 0, + "pos": { + "x": 12700, + "y": 49880, + "z": 36740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + } + ], + "teleports": {} + }, + "55": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "57": { + "monsters": [ + { + "groupId": 57, + "instId": 200001, + "eventId": 20222125, + "pos": { + "x": 56682, + "y": 45927, + "z": -95344 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "pos": { + "x": 63280, + "y": 50120, + "z": 113230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": -80080, + "y": 47313, + "z": 123860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 58, + "instId": 300006, + "propState": 0, + "pos": { + "x": 28070, + "y": 43160, + "z": -62488 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300007, + "propState": 0, + "pos": { + "x": -56600, + "y": 49950, + "z": 48030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300008, + "propState": 0, + "pos": { + "x": -50936, + "y": 49950, + "z": 1388 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300009, + "propState": 0, + "pos": { + "x": -67150, + "y": 53260, + "z": -24640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300010, + "propState": 0, + "pos": { + "x": -67050, + "y": 53252, + "z": -48159 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300011, + "propState": 0, + "pos": { + "x": -57580, + "y": 49950, + "z": -56720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300012, + "propState": 0, + "pos": { + "x": 10300, + "y": 43156, + "z": -54671 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300013, + "propState": 0, + "pos": { + "x": 64790, + "y": 43160, + "z": -74150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300014, + "propState": 0, + "pos": { + "x": 75520, + "y": 52939, + "z": 300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300015, + "propState": 0, + "pos": { + "x": 82880, + "y": 60421, + "z": 48450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300016, + "propState": 0, + "pos": { + "x": 98453, + "y": 63242, + "z": 53704 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300017, + "propState": 0, + "pos": { + "x": 45560, + "y": 50368, + "z": 121110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300018, + "propState": 0, + "pos": { + "x": 50710, + "y": 43649, + "z": 156180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300019, + "propState": 0, + "pos": { + "x": 65832, + "y": 43649, + "z": 172066 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300020, + "propState": 0, + "pos": { + "x": -51400, + "y": 49948, + "z": 151390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300021, + "propState": 0, + "pos": { + "x": -84659, + "y": 49950, + "z": 94049 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300022, + "propState": 0, + "pos": { + "x": -93166, + "y": 47313, + "z": 131265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300023, + "propState": 0, + "pos": { + "x": -50360, + "y": 53090, + "z": 169960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300024, + "propState": 0, + "pos": { + "x": -61974, + "y": 53090, + "z": 185440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300025, + "propState": 0, + "pos": { + "x": -32230, + "y": 49950, + "z": 38460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300026, + "propState": 0, + "pos": { + "x": 40428, + "y": 47263, + "z": -33271 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 58, + "instId": 300027, + "propState": 0, + "pos": { + "x": -76218, + "y": 55679, + "z": 31982 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 58, + "instId": 300028, + "propState": 0, + "pos": { + "x": -62539, + "y": 53256, + "z": -73840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 0, + "pos": { + "x": -67916, + "y": 49950, + "z": 88283 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 6639, + "y": 203152, + "z": 80907 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": { + "2253": { + "anchorId": 5, + "groupId": 61, + "instId": 300002, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 62, + "instId": 300001, + "propState": 0, + "pos": { + "x": 25378, + "y": 46974, + "z": 145102 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 0, + "pos": { + "x": 37403, + "y": 46974, + "z": 147200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 71, + "instId": 300001, + "propState": 0, + "pos": { + "x": -40600, + "y": 53176, + "z": 166872 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -40600, + "y": 53176, + "z": 166872 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 0, + "pos": { + "x": 52880, + "y": 43743, + "z": 184452 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 52880, + "y": 43743, + "z": 184452 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300001, + "propState": 0, + "pos": { + "x": -43096, + "y": 50036, + "z": -65962 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -43096, + "y": 50036, + "z": -65962 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 0, + "pos": { + "x": 71770, + "y": 43155, + "z": -69741 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 71770, + "y": 43155, + "z": -69741 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "79": { + "monsters": [ + { + "groupId": 79, + "instId": 200001, + "eventId": 20222231, + "pos": { + "x": 40267, + "y": 47618, + "z": -16317 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2013010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300003, + "propState": 0, + "pos": { + "x": 41455, + "y": 47263, + "z": -16590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 79, + "instId": 300004, + "propState": 0, + "pos": { + "x": 40230, + "y": 47300, + "z": -16430 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102055 + } + ], + "teleports": {} + }, + "80": { + "monsters": [ + { + "groupId": 80, + "instId": 200001, + "eventId": 20222232, + "pos": { + "x": -76300, + "y": 53090, + "z": 189209 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8003050 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300003, + "propState": 0, + "pos": { + "x": -81460, + "y": 53090, + "z": 187920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 91, + "instId": 300002, + "propState": 0, + "pos": { + "x": -125672, + "y": 47886, + "z": -29190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 91, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -125672, + "y": 47886, + "z": -29190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 91, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300001, + "propState": 0, + "pos": { + "x": -120480, + "y": 46690, + "z": -21520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 92, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11360, + "y": 43111, + "z": -101370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 11360, + "y": 43111, + "z": -101370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 92, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300001, + "propState": 0, + "pos": { + "x": -887, + "y": 34090, + "z": -140080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300007, + "propState": 0, + "pos": { + "x": -757, + "y": 40890, + "z": -146200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300008, + "propState": 0, + "pos": { + "x": -757, + "y": 40890, + "z": -134200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300016, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300017, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 0, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + } + ], + "teleports": {} + }, + "105": { + "monsters": [ + { + "groupId": 105, + "instId": 200004, + "eventId": 20222113, + "pos": { + "x": 31650, + "y": 47308, + "z": 128915 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 105, + "instId": 300002, + "propState": 0, + "pos": { + "x": 31710, + "y": 46990, + "z": 129010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102055 + } + ], + "teleports": {} + }, + "106": { + "monsters": [ + { + "groupId": 106, + "instId": 200004, + "eventId": 20222114, + "pos": { + "x": 61040, + "y": 43940, + "z": 166170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 106, + "instId": 300002, + "propState": 0, + "pos": { + "x": 61172, + "y": 43622, + "z": 166240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102055 + }, + { + "groupId": 106, + "instId": 300001, + "propState": 0, + "pos": { + "x": 76599, + "y": 46368, + "z": 99081 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "111": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 111, + "instId": 300001, + "propState": 0, + "pos": { + "x": 56610, + "y": 43700, + "z": 148700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102072 + } + ], + "teleports": {} + }, + "112": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 112, + "instId": 300001, + "propState": 0, + "pos": { + "x": -71720, + "y": 52250, + "z": 120260 + }, + "rot": { + "x": 0, + "y": 180973, + "z": 0 + }, + "propId": 102073 + }, + { + "groupId": 112, + "instId": 300002, + "propState": 0, + "pos": { + "x": -62560, + "y": 53250, + "z": 110420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102059 + } + ], + "teleports": {} + }, + "117": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -54754, + "y": 49943, + "z": -53079 + }, + "rot": { + "x": 0, + "y": 249511, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 117, + "instId": 300011, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "120": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 120, + "instId": 300002, + "propState": 0, + "pos": { + "x": 62784, + "y": 43672, + "z": 191281 + }, + "rot": { + "x": 0, + "y": 222128, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 120, + "instId": 300011, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": 62870, + "y": 43672, + "z": 191423 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102051 + }, + { + "groupId": 120, + "instId": 300006, + "propState": 0, + "pos": { + "x": 62760, + "y": 44373, + "z": 191307 + }, + "rot": { + "x": 0, + "y": 222128, + "z": 0 + }, + "propId": 217 + } + ], + "teleports": {} + }, + "122": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "131": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 131, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "133": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 133, + "instId": 300001, + "propState": 0, + "pos": { + "x": -44700, + "y": 57420, + "z": 41730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "138": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 138, + "instId": 300001, + "propState": 0, + "pos": { + "x": 82510, + "y": 43649, + "z": 142880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "140": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 140, + "instId": 300001, + "propState": 0, + "pos": { + "x": 82510, + "y": 43649, + "z": 142880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "141": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "154": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 154, + "instId": 300001, + "propState": 0, + "pos": { + "x": 82510, + "y": 43649, + "z": 142880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "166": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 166, + "instId": 300001, + "propState": 18, + "pos": { + "x": 44345, + "y": 45906, + "z": -78810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "183": { + "monsters": [ + { + "groupId": 183, + "instId": 200001, + "eventId": 101210, + "pos": { + "x": -76770, + "y": 49950, + "z": 73964 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 183, + "instId": 300001, + "propState": 8, + "pos": { + "x": -76770, + "y": 50950, + "z": 73964 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1110": { + "anchorId": 1, + "groupId": 183, + "instId": 300001, + "pos": { + "x": -76740, + "y": 49950, + "z": 81070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "186": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 186, + "instId": 300001, + "propState": 8, + "pos": { + "x": 82910, + "y": 60421, + "z": 37870 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 808 + } + ], + "teleports": { + "1013": { + "anchorId": 1, + "groupId": 186, + "instId": 300001, + "pos": { + "x": 81970, + "y": 60421, + "z": 37320 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + } + } + } + }, + "211": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 211, + "instId": 300001, + "propState": 0, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + } + ], + "teleports": {} + }, + "212": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 212, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 2, + "worldId": 301 + } + }, + "202220103": { + "P20222_F20222001": { + "scenes": { + "3": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2022201": { + "anchorId": 2, + "groupId": 3, + "instId": 300002, + "pos": { + "x": -128310, + "y": 47886, + "z": 20620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2022202": { + "anchorId": 3, + "groupId": 3, + "instId": 300004, + "pos": { + "x": 24060, + "y": 53254, + "z": -19800 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2022203": { + "anchorId": 4, + "groupId": 3, + "instId": 300001, + "pos": { + "x": 35230, + "y": 53852, + "z": 90220 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2022204": { + "anchorId": 5, + "groupId": 3, + "instId": 300003, + "pos": { + "x": -52270, + "y": 49948, + "z": 130490 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 6, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 6, + "instId": 300002, + "propState": 0, + "pos": { + "x": -8680, + "y": 46100, + "z": 136980 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "10": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 1, + "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": 1, + "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": 1, + "pos": { + "x": -62560, + "y": 53250, + "z": 110420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 10, + "instId": 300014, + "propState": 1, + "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 + } + ], + "teleports": {} + }, + "50": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 22000, + "y": 60280, + "z": 46562 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102000 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 0, + "pos": { + "x": 12700, + "y": 49880, + "z": 36740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102000 + } + ], + "teleports": {} + }, + "55": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "57": { + "monsters": [ + { + "groupId": 57, + "instId": 200001, + "eventId": 20222125, + "pos": { + "x": 56682, + "y": 45927, + "z": -95344 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "pos": { + "x": 63280, + "y": 50120, + "z": 113230 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": -80080, + "y": 47313, + "z": 123860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 58, + "instId": 300006, + "propState": 0, + "pos": { + "x": 28070, + "y": 43160, + "z": -62488 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300007, + "propState": 0, + "pos": { + "x": -56600, + "y": 49950, + "z": 48030 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300008, + "propState": 0, + "pos": { + "x": -50936, + "y": 49950, + "z": 1388 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300009, + "propState": 0, + "pos": { + "x": -67150, + "y": 53260, + "z": -24640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300010, + "propState": 0, + "pos": { + "x": -67050, + "y": 53252, + "z": -48159 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300011, + "propState": 0, + "pos": { + "x": -57580, + "y": 49950, + "z": -56720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300012, + "propState": 0, + "pos": { + "x": 10300, + "y": 43156, + "z": -54671 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300013, + "propState": 0, + "pos": { + "x": 64790, + "y": 43160, + "z": -74150 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300014, + "propState": 0, + "pos": { + "x": 75520, + "y": 52939, + "z": 300 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300015, + "propState": 0, + "pos": { + "x": 82880, + "y": 60421, + "z": 48450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300016, + "propState": 0, + "pos": { + "x": 98453, + "y": 63242, + "z": 53704 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300017, + "propState": 0, + "pos": { + "x": 45560, + "y": 50368, + "z": 121110 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300018, + "propState": 0, + "pos": { + "x": 50710, + "y": 43649, + "z": 156180 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300019, + "propState": 0, + "pos": { + "x": 65832, + "y": 43649, + "z": 172066 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300020, + "propState": 0, + "pos": { + "x": -51400, + "y": 49948, + "z": 151390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300021, + "propState": 0, + "pos": { + "x": -84659, + "y": 49950, + "z": 94049 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300022, + "propState": 0, + "pos": { + "x": -93166, + "y": 47313, + "z": 131265 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300023, + "propState": 0, + "pos": { + "x": -50360, + "y": 53090, + "z": 169960 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 58, + "instId": 300024, + "propState": 0, + "pos": { + "x": -61974, + "y": 53090, + "z": 185440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300025, + "propState": 0, + "pos": { + "x": -32230, + "y": 49950, + "z": 38460 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 58, + "instId": 300026, + "propState": 0, + "pos": { + "x": 40428, + "y": 47263, + "z": -33271 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 58, + "instId": 300027, + "propState": 0, + "pos": { + "x": -76218, + "y": 55679, + "z": 31982 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 58, + "instId": 300028, + "propState": 0, + "pos": { + "x": -62539, + "y": 53256, + "z": -73840 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 0, + "pos": { + "x": -67916, + "y": 49950, + "z": 88283 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 6639, + "y": 203152, + "z": 80907 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": { + "2253": { + "anchorId": 5, + "groupId": 61, + "instId": 300002, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "62": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 62, + "instId": 300001, + "propState": 0, + "pos": { + "x": 25378, + "y": 46974, + "z": 145102 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 62, + "instId": 300002, + "propState": 0, + "pos": { + "x": 37403, + "y": 46974, + "z": 147200 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "71": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 71, + "instId": 300001, + "propState": 0, + "pos": { + "x": -40600, + "y": 53176, + "z": 166872 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 71, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -40600, + "y": 53176, + "z": 166872 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "72": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 72, + "instId": 300001, + "propState": 0, + "pos": { + "x": 52880, + "y": 43743, + "z": 184452 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 72, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 52880, + "y": 43743, + "z": 184452 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 73, + "instId": 300001, + "propState": 0, + "pos": { + "x": -43096, + "y": 50036, + "z": -65962 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 73, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -43096, + "y": 50036, + "z": -65962 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "74": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 74, + "instId": 300001, + "propState": 0, + "pos": { + "x": 71770, + "y": 43155, + "z": -69741 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102018 + }, + { + "groupId": 74, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 71770, + "y": 43155, + "z": -69741 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "79": { + "monsters": [ + { + "groupId": 79, + "instId": 200001, + "eventId": 20222231, + "pos": { + "x": 40267, + "y": 47618, + "z": -16317 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2013010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 79, + "instId": 300003, + "propState": 0, + "pos": { + "x": 41455, + "y": 47263, + "z": -16590 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 79, + "instId": 300004, + "propState": 0, + "pos": { + "x": 40230, + "y": 47300, + "z": -16430 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102055 + } + ], + "teleports": {} + }, + "80": { + "monsters": [ + { + "groupId": 80, + "instId": 200001, + "eventId": 20222232, + "pos": { + "x": -76300, + "y": 53090, + "z": 189209 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "monsterId": 8003050 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 80, + "instId": 300003, + "propState": 0, + "pos": { + "x": -81460, + "y": 53090, + "z": 187920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "91": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 91, + "instId": 300002, + "propState": 0, + "pos": { + "x": -125672, + "y": 47886, + "z": -29190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 91, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -125672, + "y": 47886, + "z": -29190 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 91, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300001, + "propState": 0, + "pos": { + "x": -120480, + "y": 46690, + "z": -21520 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 91, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 92, + "instId": 300002, + "propState": 0, + "pos": { + "x": 11360, + "y": 43111, + "z": -101370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 92, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 11360, + "y": 43111, + "z": -101370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 92, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300001, + "propState": 0, + "pos": { + "x": -887, + "y": 34090, + "z": -140080 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300007, + "propState": 0, + "pos": { + "x": -757, + "y": 40890, + "z": -146200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300008, + "propState": 0, + "pos": { + "x": -757, + "y": 40890, + "z": -134200 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300016, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 92, + "instId": 300017, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 0, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + } + ], + "teleports": {} + }, + "105": { + "monsters": [ + { + "groupId": 105, + "instId": 200004, + "eventId": 20222113, + "pos": { + "x": 31650, + "y": 47308, + "z": 128915 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 105, + "instId": 300002, + "propState": 0, + "pos": { + "x": 31710, + "y": 46990, + "z": 129010 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102055 + } + ], + "teleports": {} + }, + "106": { + "monsters": [ + { + "groupId": 106, + "instId": 200004, + "eventId": 20222114, + "pos": { + "x": 61040, + "y": 43940, + "z": 166170 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013010 + } + ], + "npcs": [], + "props": [ + { + "groupId": 106, + "instId": 300002, + "propState": 0, + "pos": { + "x": 61172, + "y": 43622, + "z": 166240 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102055 + }, + { + "groupId": 106, + "instId": 300001, + "propState": 0, + "pos": { + "x": 76599, + "y": 46368, + "z": 99081 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "111": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 111, + "instId": 300001, + "propState": 0, + "pos": { + "x": 56610, + "y": 43700, + "z": 148700 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102072 + } + ], + "teleports": {} + }, + "112": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 112, + "instId": 300001, + "propState": 0, + "pos": { + "x": -71720, + "y": 52250, + "z": 120260 + }, + "rot": { + "x": 0, + "y": 180973, + "z": 0 + }, + "propId": 102073 + }, + { + "groupId": 112, + "instId": 300002, + "propState": 0, + "pos": { + "x": -62560, + "y": 53250, + "z": 110420 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102059 + } + ], + "teleports": {} + }, + "117": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -54754, + "y": 49943, + "z": -53079 + }, + "rot": { + "x": 0, + "y": 249511, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 117, + "instId": 300011, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "120": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 120, + "instId": 300002, + "propState": 0, + "pos": { + "x": 62784, + "y": 43672, + "z": 191281 + }, + "rot": { + "x": 0, + "y": 222128, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 120, + "instId": 300011, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": 62870, + "y": 43672, + "z": 191423 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102051 + }, + { + "groupId": 120, + "instId": 300006, + "propState": 0, + "pos": { + "x": 62760, + "y": 44373, + "z": 191307 + }, + "rot": { + "x": 0, + "y": 222128, + "z": 0 + }, + "propId": 217 + } + ], + "teleports": {} + }, + "122": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "131": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 131, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "133": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 133, + "instId": 300001, + "propState": 0, + "pos": { + "x": -44700, + "y": 57420, + "z": 41730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "138": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 138, + "instId": 300001, + "propState": 0, + "pos": { + "x": 82510, + "y": 43649, + "z": 142880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "140": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 140, + "instId": 300001, + "propState": 0, + "pos": { + "x": 82510, + "y": 43649, + "z": 142880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "141": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "154": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 154, + "instId": 300001, + "propState": 0, + "pos": { + "x": 82510, + "y": 43649, + "z": 142880 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "166": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 166, + "instId": 300001, + "propState": 18, + "pos": { + "x": 44345, + "y": 45906, + "z": -78810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "183": { + "monsters": [ + { + "groupId": 183, + "instId": 200001, + "eventId": 101210, + "pos": { + "x": -76770, + "y": 49950, + "z": 73964 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 2013011 + } + ], + "npcs": [], + "props": [ + { + "groupId": 183, + "instId": 300001, + "propState": 8, + "pos": { + "x": -76770, + "y": 50950, + "z": 73964 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1110": { + "anchorId": 1, + "groupId": 183, + "instId": 300001, + "pos": { + "x": -76740, + "y": 49950, + "z": 81070 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "186": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 186, + "instId": 300001, + "propState": 8, + "pos": { + "x": 82910, + "y": 60421, + "z": 37870 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 808 + } + ], + "teleports": { + "1013": { + "anchorId": 1, + "groupId": 186, + "instId": 300001, + "pos": { + "x": 81970, + "y": 60421, + "z": 37320 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + } + } + } + }, + "211": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 211, + "instId": 300001, + "propState": 0, + "pos": { + "x": 64490, + "y": 60510, + "z": 40220 + }, + "rot": { + "x": 0, + "y": 276063, + "z": 0 + }, + "propId": 102078 + } + ], + "teleports": {} + }, + "212": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 212, + "instId": 300001, + "propState": 1, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 2, + "worldId": 301, + "startAnchorId": 1, + "startGroupId": 127 + } + }, + "202230102": { + "P10202_F10202001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "1020201": { + "anchorId": 3, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 9500, + "y": -3486, + "z": -22500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "1020202": { + "anchorId": 2, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -92, + "y": 4278, + "z": 68083 + }, + "rot": { + "x": 0, + "y": 155567, + "z": 0 + } + } + } + }, + "2": { + "monsters": [], + "npcs": [ + { + "groupId": 2, + "instId": 400001, + "pos": { + "x": -36039, + "y": 610, + "z": 81710 + }, + "rot": { + "x": 0, + "y": 175135, + "z": 0 + }, + "npcId": 12259 + } + ], + "props": [ + { + "groupId": 2, + "instId": 300002, + "propState": 0, + "pos": { + "x": -17500, + "y": -6776, + "z": -41300 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "63": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 63, + "instId": 300002, + "propState": 0, + "pos": { + "x": 39020, + "y": 1579, + "z": 93230 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "64": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 64, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29249, + "y": 3752, + "z": 49173 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 64, + "instId": 300002, + "propState": 0, + "pos": { + "x": -3129, + "y": 4629, + "z": 61388 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + }, + { + "groupId": 64, + "instId": 300003, + "propState": 0, + "pos": { + "x": -31791, + "y": -1827, + "z": -18518 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102080 + } + ], + "teleports": {} + }, + "67": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 77, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 300002 + } + ], + "teleports": {} + }, + "78": { + "monsters": [], + "npcs": [ + { + "groupId": 78, + "instId": 400002, + "pos": { + "x": 38113, + "y": 2870, + "z": 68251 + }, + "rot": { + "x": 0, + "y": 135967, + "z": 0 + }, + "npcId": 12136 + }, + { + "groupId": 78, + "instId": 400003, + "pos": { + "x": 28939, + "y": -4401, + "z": 4515 + }, + "rot": { + "x": 0, + "y": 229032, + "z": 0 + }, + "npcId": 12306 + }, + { + "groupId": 78, + "instId": 400004, + "pos": { + "x": 51830, + "y": 2598, + "z": 57560 + }, + "rot": { + "x": 0, + "y": 252688, + "z": 0 + }, + "npcId": 12139 + }, + { + "groupId": 78, + "instId": 400001, + "pos": { + "x": 21754, + "y": -3904, + "z": -33536 + }, + "rot": { + "x": 0, + "y": 273510, + "z": 0 + }, + "npcId": 12219 + } + ], + "props": [], + "teleports": {} + }, + "93": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 93, + "instId": 300001, + "propState": 18, + "pos": { + "x": 13230, + "y": 5848, + "z": 79877 + }, + "rot": { + "x": 0, + "y": 19747, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": -5507, + "y": -1586, + "z": 39944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + } + ], + "teleports": {} + }, + "103": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 103, + "instId": 300002, + "propState": 0, + "pos": { + "x": -33193, + "y": -3469, + "z": -1023 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 300000 + } + ], + "teleports": {} + }, + "137": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "144": { + "monsters": [], + "npcs": [ + { + "groupId": 144, + "instId": 400001, + "pos": { + "x": -16540, + "y": 103400, + "z": -465330 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12247 + } + ], + "props": [ + { + "groupId": 144, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 144, + "instId": 300003, + "propState": 0, + "pos": { + "x": -910, + "y": -9491, + "z": -37110 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 100000 + } + ], + "teleports": {} + }, + "169": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 169, + "instId": 300001, + "propState": 18, + "pos": { + "x": 30260, + "y": -4477, + "z": 755 + }, + "rot": { + "x": 0, + "y": 236461, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "170": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 170, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29068, + "y": -3616, + "z": 1633 + }, + "rot": { + "x": 0, + "y": 224000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 170, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29068, + "y": -3800, + "z": 1633 + }, + "rot": { + "x": 0, + "y": 224000, + "z": 0 + }, + "propId": 102226 + } + ], + "teleports": {} + }, + "208": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 208, + "instId": 300001, + "propState": 0, + "pos": { + "x": 29398, + "y": -3490, + "z": -24450 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 208, + "instId": 300002, + "propState": 0, + "pos": { + "x": 29363, + "y": -2731, + "z": -23105 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 301, + "startAnchorId": 2, + "startGroupId": 137 + } + }, + "202310102": { + "P20231_F20231001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2023101": { + "anchorId": 1, + "groupId": 1, + "instId": 300001, + "pos": { + "x": 79710, + "y": 69528, + "z": -247520 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + } + }, + "2023102": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 70321, + "y": 45702, + "z": -62363 + }, + "rot": { + "x": 0, + "y": 66000, + "z": 0 + } + }, + "2023103": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": -540, + "y": 13884, + "z": 26879 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + } + }, + "2023104": { + "anchorId": 4, + "groupId": 1, + "instId": 300004, + "pos": { + "x": -32370, + "y": 13595, + "z": -14300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 15, + "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 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 15, + "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 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": 84820, + "y": 69528, + "z": -252490 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": -104440, + "y": 3835, + "z": -14700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "43": { + "monsters": [ + { + "groupId": 43, + "instId": 200001, + "eventId": 20231130, + "pos": { + "x": 43393, + "y": 42400, + "z": -25342 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "45": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 48, + "instId": 300002, + "propState": 0, + "pos": { + "x": -13110, + "y": 23831, + "z": -122630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 0, + "pos": { + "x": -13981, + "y": 17976, + "z": -69944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300026, + "propState": 0, + "pos": { + "x": 86829, + "y": 56015, + "z": -167336 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300027, + "propState": 0, + "pos": { + "x": 48269, + "y": 42454, + "z": -76663 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300028, + "propState": 0, + "pos": { + "x": -498, + "y": 13884, + "z": 22956 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300003, + "propState": 0, + "pos": { + "x": 166724, + "y": 45951, + "z": -126118 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300006, + "propState": 0, + "pos": { + "x": 87280, + "y": 69560, + "z": -229860 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300007, + "propState": 0, + "pos": { + "x": 19120, + "y": 46061, + "z": -117817 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300008, + "propState": 0, + "pos": { + "x": 41350, + "y": 65563, + "z": -210640 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300009, + "propState": 0, + "pos": { + "x": 27680, + "y": 51750, + "z": -201710 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300010, + "propState": 0, + "pos": { + "x": 19356, + "y": 42425, + "z": -128409 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300011, + "propState": 0, + "pos": { + "x": 16730, + "y": 37935, + "z": -174380 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300012, + "propState": 0, + "pos": { + "x": 55068, + "y": 69897, + "z": -214674 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300013, + "propState": 0, + "pos": { + "x": -1005, + "y": 23772, + "z": -80659 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300014, + "propState": 0, + "pos": { + "x": -48160, + "y": 7492, + "z": -26883 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300015, + "propState": 0, + "pos": { + "x": -17480, + "y": 27012, + "z": -32590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300016, + "propState": 0, + "pos": { + "x": -3700, + "y": 30948, + "z": -36440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300017, + "propState": 0, + "pos": { + "x": 64630, + "y": 46081, + "z": -147190 + }, + "rot": { + "x": 0, + "y": 44998, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300018, + "propState": 0, + "pos": { + "x": 157771, + "y": 45951, + "z": -105859 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300019, + "propState": 0, + "pos": { + "x": 79330, + "y": 44409, + "z": 2140 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300020, + "propState": 0, + "pos": { + "x": 61570, + "y": 44040, + "z": -5940 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300021, + "propState": 0, + "pos": { + "x": 45170, + "y": 41535, + "z": 33220 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300022, + "propState": 0, + "pos": { + "x": 30453, + "y": 43958, + "z": -17315 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300023, + "propState": 0, + "pos": { + "x": -37250, + "y": 13862, + "z": 102532 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300024, + "propState": 0, + "pos": { + "x": 55340, + "y": 46081, + "z": -96530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300025, + "propState": 0, + "pos": { + "x": 47700, + "y": 46079, + "z": -141040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300004, + "propState": 0, + "pos": { + "x": 11980, + "y": 37643, + "z": -71780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300005, + "propState": 0, + "pos": { + "x": 36385, + "y": 65563, + "z": -215333 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "49": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300003, + "propState": 0, + "pos": { + "x": 2050, + "y": 42419, + "z": -117920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "50": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 0, + "pos": { + "x": 83380, + "y": 56646, + "z": -132920 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "51": { + "monsters": [ + { + "groupId": 51, + "instId": 200001, + "eventId": 20231237, + "pos": { + "x": 1792, + "y": 23803, + "z": -141588 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 2023020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 0, + "pos": { + "x": 2483, + "y": 23803, + "z": -148120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 51, + "instId": 300004, + "propState": 0, + "pos": { + "x": -8040, + "y": 23803, + "z": -131110 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 54, + "instId": 300001, + "propState": 2, + "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": 2, + "pos": { + "x": -76357, + "y": 13900, + "z": 63584 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 54, + "instId": 300004, + "propState": 0, + "pos": { + "x": -30000, + "y": 10040, + "z": 63500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102102 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 28560, + "y": 65393, + "z": -236620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1207": { + "anchorId": 1, + "groupId": 55, + "instId": 300001, + "pos": { + "x": 28660, + "y": 65393, + "z": -234112 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -4855, + "y": 23772, + "z": -102669 + }, + "rot": { + "x": 0, + "y": 82135, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 56, + "instId": 300011, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "58": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 74161, + "y": 46081, + "z": -110536 + }, + "rot": { + "x": 0, + "y": 174091, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 58, + "instId": 300011, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [ + { + "groupId": 73, + "instId": 400001, + "pos": { + "x": 118309, + "y": 45722, + "z": -28306 + }, + "rot": { + "x": 0, + "y": 241002, + "z": 0 + }, + "npcId": 12160 + } + ], + "props": [], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [ + { + "groupId": 77, + "instId": 400001, + "pos": { + "x": 75779, + "y": 45702, + "z": -52073 + }, + "rot": { + "x": 0, + "y": 151806, + "z": 0 + }, + "npcId": 12164 + } + ], + "props": [], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300001, + "propState": 0, + "pos": { + "x": -21281, + "y": 17766, + "z": -73620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 84, + "instId": 300001, + "propState": 0, + "pos": { + "x": -30220, + "y": 13751, + "z": 122228 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 86, + "instId": 300001, + "propState": 1, + "pos": { + "x": -7950, + "y": 23774, + "z": -82598 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102109 + }, + { + "groupId": 86, + "instId": 300002, + "propState": 0, + "pos": { + "x": -7941, + "y": 23774, + "z": -82598 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 86, + "instId": 300003, + "propState": 0, + "pos": { + "x": -7941, + "y": 23774, + "z": -82598 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 87, + "instId": 300002, + "propState": 0, + "pos": { + "x": -6470, + "y": 37643, + "z": -70450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 87, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -6470, + "y": 37643, + "z": -70450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 87, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "88": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 88, + "instId": 300002, + "propState": 0, + "pos": { + "x": -66064, + "y": 3834, + "z": -9941 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 88, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -66064, + "y": 3834, + "z": -9941 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 88, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 94, + "instId": 300001, + "propState": 0, + "pos": { + "x": 120852, + "y": 46180, + "z": -32109 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 95, + "instId": 300001, + "propState": 0, + "pos": { + "x": 98427, + "y": 46529, + "z": -78468 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": 125662, + "y": 47439, + "z": -26328 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 97, + "instId": 300001, + "propState": 0, + "pos": { + "x": 136299, + "y": 45722, + "z": -73237 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 107, + "instId": 300002, + "propState": 0, + "pos": { + "x": -16088, + "y": 24566, + "z": -115402 + }, + "rot": { + "x": 0, + "y": 30997, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 107, + "instId": 300011, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": -14459, + "y": 24891, + "z": -115212 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 217 + } + ], + "teleports": {} + }, + "122": { + "monsters": [ + { + "groupId": 122, + "instId": 200001, + "eventId": 101213, + "pos": { + "x": 184130, + "y": 45815, + "z": -119740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2023031 + } + ], + "npcs": [], + "props": [ + { + "groupId": 122, + "instId": 300001, + "propState": 8, + "pos": { + "x": 184130, + "y": 46815, + "z": -119740 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1113": { + "anchorId": 1, + "groupId": 122, + "instId": 300001, + "pos": { + "x": 177880, + "y": 45815, + "z": -119670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "135": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "137": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 137, + "instId": 300001, + "propState": 18, + "pos": { + "x": 73150, + "y": 70079, + "z": -216931 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "145": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "146": { + "monsters": [], + "npcs": [ + { + "groupId": 146, + "instId": 400001, + "pos": { + "x": 78400, + "y": 45722, + "z": -43870 + }, + "rot": { + "x": 0, + "y": 139761, + "z": 0 + }, + "npcId": 12190 + } + ], + "props": [ + { + "groupId": 146, + "instId": 300001, + "propState": 0, + "pos": { + "x": 78400, + "y": 45722, + "z": -43870 + }, + "rot": { + "x": 0, + "y": 139761, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "154": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 154, + "instId": 300001, + "propState": 18, + "pos": { + "x": 26961, + "y": 65890, + "z": -216972 + }, + "rot": { + "x": 0, + "y": 129553, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "157": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 157, + "instId": 300001, + "propState": 18, + "pos": { + "x": 118090, + "y": 46450, + "z": -28530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "158": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 158, + "instId": 300001, + "propState": 8, + "pos": { + "x": 12098, + "y": 42425, + "z": -136411 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1017": { + "anchorId": 1, + "groupId": 158, + "instId": 300001, + "pos": { + "x": 12158, + "y": 42425, + "z": -135388 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 188, + "instId": 300001, + "propState": 18, + "pos": { + "x": 88686, + "y": 46273, + "z": -39035 + }, + "rot": { + "x": 0, + "y": 241218, + "z": 0 + }, + "propId": 102012 + } + ], + "teleports": {} + }, + "189": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 189, + "instId": 300001, + "propState": 0, + "pos": { + "x": -30220, + "y": 13751, + "z": 122228 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "192": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 192, + "instId": 300001, + "propState": 18, + "pos": { + "x": 90557, + "y": 46218, + "z": -48743 + }, + "rot": { + "x": 0, + "y": 249552, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 301, + "startAnchorId": 2, + "startGroupId": 32 + } + }, + "202310103": { + "P20231_F20231001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2023101": { + "anchorId": 1, + "groupId": 1, + "instId": 300001, + "pos": { + "x": 79710, + "y": 69528, + "z": -247520 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + } + }, + "2023102": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 70321, + "y": 45702, + "z": -62363 + }, + "rot": { + "x": 0, + "y": 66000, + "z": 0 + } + }, + "2023103": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": -540, + "y": 13884, + "z": 26879 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + } + }, + "2023104": { + "anchorId": 4, + "groupId": 1, + "instId": 300004, + "pos": { + "x": -32370, + "y": 13595, + "z": -14300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 15, + "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 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 15, + "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 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": 84820, + "y": 69528, + "z": -252490 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": -104440, + "y": 3835, + "z": -14700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "43": { + "monsters": [ + { + "groupId": 43, + "instId": 200001, + "eventId": 20231130, + "pos": { + "x": 43393, + "y": 42400, + "z": -25342 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "45": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 48, + "instId": 300002, + "propState": 0, + "pos": { + "x": -13110, + "y": 23831, + "z": -122630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 0, + "pos": { + "x": -13981, + "y": 17976, + "z": -69944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300026, + "propState": 0, + "pos": { + "x": 86829, + "y": 56015, + "z": -167336 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300027, + "propState": 0, + "pos": { + "x": 48269, + "y": 42454, + "z": -76663 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300028, + "propState": 0, + "pos": { + "x": -498, + "y": 13884, + "z": 22956 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300003, + "propState": 0, + "pos": { + "x": 166724, + "y": 45951, + "z": -126118 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300006, + "propState": 0, + "pos": { + "x": 87280, + "y": 69560, + "z": -229860 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300007, + "propState": 0, + "pos": { + "x": 19120, + "y": 46061, + "z": -117817 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300008, + "propState": 0, + "pos": { + "x": 41350, + "y": 65563, + "z": -210640 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300009, + "propState": 0, + "pos": { + "x": 27680, + "y": 51750, + "z": -201710 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300010, + "propState": 0, + "pos": { + "x": 19356, + "y": 42425, + "z": -128409 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300011, + "propState": 0, + "pos": { + "x": 16730, + "y": 37935, + "z": -174380 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300012, + "propState": 0, + "pos": { + "x": 55068, + "y": 69897, + "z": -214674 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300013, + "propState": 0, + "pos": { + "x": -1005, + "y": 23772, + "z": -80659 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300014, + "propState": 0, + "pos": { + "x": -48160, + "y": 7492, + "z": -26883 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300015, + "propState": 0, + "pos": { + "x": -17480, + "y": 27012, + "z": -32590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300016, + "propState": 0, + "pos": { + "x": -3700, + "y": 30948, + "z": -36440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300017, + "propState": 0, + "pos": { + "x": 64630, + "y": 46081, + "z": -147190 + }, + "rot": { + "x": 0, + "y": 44998, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300018, + "propState": 0, + "pos": { + "x": 157771, + "y": 45951, + "z": -105859 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300019, + "propState": 0, + "pos": { + "x": 79330, + "y": 44409, + "z": 2140 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300020, + "propState": 0, + "pos": { + "x": 61570, + "y": 44040, + "z": -5940 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300021, + "propState": 0, + "pos": { + "x": 45170, + "y": 41535, + "z": 33220 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300022, + "propState": 0, + "pos": { + "x": 30453, + "y": 43958, + "z": -17315 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300023, + "propState": 0, + "pos": { + "x": -37250, + "y": 13862, + "z": 102532 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300024, + "propState": 0, + "pos": { + "x": 55340, + "y": 46081, + "z": -96530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300025, + "propState": 0, + "pos": { + "x": 47700, + "y": 46079, + "z": -141040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300004, + "propState": 0, + "pos": { + "x": 11980, + "y": 37643, + "z": -71780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300005, + "propState": 0, + "pos": { + "x": 36385, + "y": 65563, + "z": -215333 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "49": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300003, + "propState": 0, + "pos": { + "x": 2050, + "y": 42419, + "z": -117920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "50": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 0, + "pos": { + "x": 83380, + "y": 56646, + "z": -132920 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "51": { + "monsters": [ + { + "groupId": 51, + "instId": 200001, + "eventId": 20231237, + "pos": { + "x": 1792, + "y": 23803, + "z": -141588 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 2023020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 0, + "pos": { + "x": 2483, + "y": 23803, + "z": -148120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 51, + "instId": 300004, + "propState": 0, + "pos": { + "x": -8040, + "y": 23803, + "z": -131110 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 54, + "instId": 300001, + "propState": 2, + "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": 2, + "pos": { + "x": -76357, + "y": 13900, + "z": 63584 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 54, + "instId": 300004, + "propState": 0, + "pos": { + "x": -30000, + "y": 10040, + "z": 63500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102102 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 28560, + "y": 65393, + "z": -236620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1207": { + "anchorId": 1, + "groupId": 55, + "instId": 300001, + "pos": { + "x": 28660, + "y": 65393, + "z": -234112 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -4855, + "y": 23772, + "z": -102669 + }, + "rot": { + "x": 0, + "y": 82135, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 56, + "instId": 300011, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "58": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 74161, + "y": 46081, + "z": -110536 + }, + "rot": { + "x": 0, + "y": 174091, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 58, + "instId": 300011, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [ + { + "groupId": 73, + "instId": 400001, + "pos": { + "x": 118309, + "y": 45722, + "z": -28306 + }, + "rot": { + "x": 0, + "y": 241002, + "z": 0 + }, + "npcId": 12160 + } + ], + "props": [], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [ + { + "groupId": 77, + "instId": 400001, + "pos": { + "x": 75779, + "y": 45702, + "z": -52073 + }, + "rot": { + "x": 0, + "y": 151806, + "z": 0 + }, + "npcId": 12164 + } + ], + "props": [], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300001, + "propState": 0, + "pos": { + "x": -21281, + "y": 17766, + "z": -73620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 84, + "instId": 300001, + "propState": 0, + "pos": { + "x": -30220, + "y": 13751, + "z": 122228 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 86, + "instId": 300001, + "propState": 1, + "pos": { + "x": -7950, + "y": 23774, + "z": -82598 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102109 + }, + { + "groupId": 86, + "instId": 300002, + "propState": 0, + "pos": { + "x": -7941, + "y": 23774, + "z": -82598 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 86, + "instId": 300003, + "propState": 0, + "pos": { + "x": -7941, + "y": 23774, + "z": -82598 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 87, + "instId": 300002, + "propState": 0, + "pos": { + "x": -6470, + "y": 37643, + "z": -70450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 87, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -6470, + "y": 37643, + "z": -70450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 87, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "88": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 88, + "instId": 300002, + "propState": 0, + "pos": { + "x": -66064, + "y": 3834, + "z": -9941 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 88, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -66064, + "y": 3834, + "z": -9941 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 88, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 94, + "instId": 300001, + "propState": 0, + "pos": { + "x": 120852, + "y": 46180, + "z": -32109 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 95, + "instId": 300001, + "propState": 0, + "pos": { + "x": 98427, + "y": 46529, + "z": -78468 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": 125662, + "y": 47439, + "z": -26328 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 97, + "instId": 300001, + "propState": 0, + "pos": { + "x": 136299, + "y": 45722, + "z": -73237 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 107, + "instId": 300002, + "propState": 0, + "pos": { + "x": -16088, + "y": 24566, + "z": -115402 + }, + "rot": { + "x": 0, + "y": 30997, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 107, + "instId": 300011, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": -14459, + "y": 24891, + "z": -115212 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 217 + } + ], + "teleports": {} + }, + "122": { + "monsters": [ + { + "groupId": 122, + "instId": 200001, + "eventId": 101213, + "pos": { + "x": 184130, + "y": 45815, + "z": -119740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2023031 + } + ], + "npcs": [], + "props": [ + { + "groupId": 122, + "instId": 300001, + "propState": 8, + "pos": { + "x": 184130, + "y": 46815, + "z": -119740 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1113": { + "anchorId": 1, + "groupId": 122, + "instId": 300001, + "pos": { + "x": 177880, + "y": 45815, + "z": -119670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "135": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "137": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 137, + "instId": 300001, + "propState": 18, + "pos": { + "x": 73150, + "y": 70079, + "z": -216931 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "145": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "146": { + "monsters": [], + "npcs": [ + { + "groupId": 146, + "instId": 400001, + "pos": { + "x": 78400, + "y": 45722, + "z": -43870 + }, + "rot": { + "x": 0, + "y": 139761, + "z": 0 + }, + "npcId": 12190 + } + ], + "props": [ + { + "groupId": 146, + "instId": 300001, + "propState": 0, + "pos": { + "x": 78400, + "y": 45722, + "z": -43870 + }, + "rot": { + "x": 0, + "y": 139761, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "154": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 154, + "instId": 300001, + "propState": 18, + "pos": { + "x": 26961, + "y": 65890, + "z": -216972 + }, + "rot": { + "x": 0, + "y": 129553, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "157": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 157, + "instId": 300001, + "propState": 18, + "pos": { + "x": 118090, + "y": 46450, + "z": -28530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "158": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 158, + "instId": 300001, + "propState": 8, + "pos": { + "x": 12098, + "y": 42425, + "z": -136411 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1017": { + "anchorId": 1, + "groupId": 158, + "instId": 300001, + "pos": { + "x": 12158, + "y": 42425, + "z": -135388 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 188, + "instId": 300001, + "propState": 18, + "pos": { + "x": 88686, + "y": 46273, + "z": -39035 + }, + "rot": { + "x": 0, + "y": 241218, + "z": 0 + }, + "propId": 102012 + } + ], + "teleports": {} + }, + "189": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 189, + "instId": 300001, + "propState": 0, + "pos": { + "x": -30220, + "y": 13751, + "z": 122228 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "192": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 192, + "instId": 300001, + "propState": 18, + "pos": { + "x": 90557, + "y": 46218, + "z": -48743 + }, + "rot": { + "x": 0, + "y": 249552, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 2, + "worldId": 301, + "startAnchorId": 1, + "startGroupId": 33 + } + }, + "202310104": { + "P20231_F20231001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2023101": { + "anchorId": 1, + "groupId": 1, + "instId": 300001, + "pos": { + "x": 79710, + "y": 69528, + "z": -247520 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + } + }, + "2023102": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": 70321, + "y": 45702, + "z": -62363 + }, + "rot": { + "x": 0, + "y": 66000, + "z": 0 + } + }, + "2023103": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": -540, + "y": 13884, + "z": 26879 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + } + }, + "2023104": { + "anchorId": 4, + "groupId": 1, + "instId": 300004, + "pos": { + "x": -32370, + "y": 13595, + "z": -14300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "30": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 15, + "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 + } + ], + "teleports": {} + }, + "31": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 15, + "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 + } + ], + "teleports": {} + }, + "32": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 32, + "instId": 300001, + "propState": 0, + "pos": { + "x": 84820, + "y": 69528, + "z": -252490 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "33": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 33, + "instId": 300001, + "propState": 0, + "pos": { + "x": -104440, + "y": 3835, + "z": -14700 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "43": { + "monsters": [ + { + "groupId": 43, + "instId": 200001, + "eventId": 20231130, + "pos": { + "x": 43393, + "y": 42400, + "z": -25342 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "45": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "46": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "48": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 48, + "instId": 300002, + "propState": 0, + "pos": { + "x": -13110, + "y": 23831, + "z": -122630 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300001, + "propState": 0, + "pos": { + "x": -13981, + "y": 17976, + "z": -69944 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300026, + "propState": 0, + "pos": { + "x": 86829, + "y": 56015, + "z": -167336 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300027, + "propState": 0, + "pos": { + "x": 48269, + "y": 42454, + "z": -76663 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300028, + "propState": 0, + "pos": { + "x": -498, + "y": 13884, + "z": 22956 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300003, + "propState": 0, + "pos": { + "x": 166724, + "y": 45951, + "z": -126118 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 48, + "instId": 300006, + "propState": 0, + "pos": { + "x": 87280, + "y": 69560, + "z": -229860 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300007, + "propState": 0, + "pos": { + "x": 19120, + "y": 46061, + "z": -117817 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300008, + "propState": 0, + "pos": { + "x": 41350, + "y": 65563, + "z": -210640 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300009, + "propState": 0, + "pos": { + "x": 27680, + "y": 51750, + "z": -201710 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300010, + "propState": 0, + "pos": { + "x": 19356, + "y": 42425, + "z": -128409 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300011, + "propState": 0, + "pos": { + "x": 16730, + "y": 37935, + "z": -174380 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300012, + "propState": 0, + "pos": { + "x": 55068, + "y": 69897, + "z": -214674 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300013, + "propState": 0, + "pos": { + "x": -1005, + "y": 23772, + "z": -80659 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300014, + "propState": 0, + "pos": { + "x": -48160, + "y": 7492, + "z": -26883 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300015, + "propState": 0, + "pos": { + "x": -17480, + "y": 27012, + "z": -32590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300016, + "propState": 0, + "pos": { + "x": -3700, + "y": 30948, + "z": -36440 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300017, + "propState": 0, + "pos": { + "x": 64630, + "y": 46081, + "z": -147190 + }, + "rot": { + "x": 0, + "y": 44998, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300018, + "propState": 0, + "pos": { + "x": 157771, + "y": 45951, + "z": -105859 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300019, + "propState": 0, + "pos": { + "x": 79330, + "y": 44409, + "z": 2140 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300020, + "propState": 0, + "pos": { + "x": 61570, + "y": 44040, + "z": -5940 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300021, + "propState": 0, + "pos": { + "x": 45170, + "y": 41535, + "z": 33220 + }, + "rot": { + "x": 0, + "y": 45000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300022, + "propState": 0, + "pos": { + "x": 30453, + "y": 43958, + "z": -17315 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300023, + "propState": 0, + "pos": { + "x": -37250, + "y": 13862, + "z": 102532 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300024, + "propState": 0, + "pos": { + "x": 55340, + "y": 46081, + "z": -96530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300025, + "propState": 0, + "pos": { + "x": 47700, + "y": 46079, + "z": -141040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 48, + "instId": 300004, + "propState": 0, + "pos": { + "x": 11980, + "y": 37643, + "z": -71780 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 48, + "instId": 300005, + "propState": 0, + "pos": { + "x": 36385, + "y": 65563, + "z": -215333 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "49": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 49, + "instId": 300003, + "propState": 0, + "pos": { + "x": 2050, + "y": 42419, + "z": -117920 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "50": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 50, + "instId": 300003, + "propState": 0, + "pos": { + "x": 83380, + "y": 56646, + "z": -132920 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "51": { + "monsters": [ + { + "groupId": 51, + "instId": 200001, + "eventId": 20231237, + "pos": { + "x": 1792, + "y": 23803, + "z": -141588 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "monsterId": 2023020 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 0, + "pos": { + "x": 2483, + "y": 23803, + "z": -148120 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 51, + "instId": 300004, + "propState": 0, + "pos": { + "x": -8040, + "y": 23803, + "z": -131110 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "54": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 54, + "instId": 300001, + "propState": 2, + "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": 2, + "pos": { + "x": -76357, + "y": 13900, + "z": 63584 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102083 + }, + { + "groupId": 54, + "instId": 300004, + "propState": 0, + "pos": { + "x": -30000, + "y": 10040, + "z": 63500 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102102 + } + ], + "teleports": {} + }, + "55": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 28560, + "y": 65393, + "z": -236620 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102 + } + ], + "teleports": { + "1207": { + "anchorId": 1, + "groupId": 55, + "instId": 300001, + "pos": { + "x": 28660, + "y": 65393, + "z": -234112 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "56": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -4855, + "y": 23772, + "z": -102669 + }, + "rot": { + "x": 0, + "y": 82135, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 56, + "instId": 300011, + "propState": 0, + "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 + } + ], + "teleports": {} + }, + "58": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 74161, + "y": 46081, + "z": -110536 + }, + "rot": { + "x": 0, + "y": 174091, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 58, + "instId": 300011, + "propState": 0, + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "73": { + "monsters": [], + "npcs": [ + { + "groupId": 73, + "instId": 400001, + "pos": { + "x": 118309, + "y": 45722, + "z": -28306 + }, + "rot": { + "x": 0, + "y": 241002, + "z": 0 + }, + "npcId": 12160 + } + ], + "props": [], + "teleports": {} + }, + "77": { + "monsters": [], + "npcs": [ + { + "groupId": 77, + "instId": 400001, + "pos": { + "x": 75779, + "y": 45702, + "z": -52073 + }, + "rot": { + "x": 0, + "y": 151806, + "z": 0 + }, + "npcId": 12164 + } + ], + "props": [], + "teleports": {} + }, + "80": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 80, + "instId": 300001, + "propState": 0, + "pos": { + "x": -21281, + "y": 17766, + "z": -73620 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102004 + } + ], + "teleports": {} + }, + "84": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 84, + "instId": 300001, + "propState": 0, + "pos": { + "x": -30220, + "y": 13751, + "z": 122228 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "86": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 86, + "instId": 300001, + "propState": 1, + "pos": { + "x": -7950, + "y": 23774, + "z": -82598 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102109 + }, + { + "groupId": 86, + "instId": 300002, + "propState": 0, + "pos": { + "x": -7941, + "y": 23774, + "z": -82598 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 217 + }, + { + "groupId": 86, + "instId": 300003, + "propState": 0, + "pos": { + "x": -7941, + "y": 23774, + "z": -82598 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "87": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 87, + "instId": 300002, + "propState": 0, + "pos": { + "x": -6470, + "y": 37643, + "z": -70450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 87, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -6470, + "y": 37643, + "z": -70450 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 87, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 87, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "88": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 88, + "instId": 300002, + "propState": 0, + "pos": { + "x": -66064, + "y": 3834, + "z": -9941 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 88, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -66064, + "y": 3834, + "z": -9941 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 88, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 88, + "instId": 300008, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 88, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 94, + "instId": 300001, + "propState": 0, + "pos": { + "x": 120852, + "y": 46180, + "z": -32109 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "95": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 95, + "instId": 300001, + "propState": 0, + "pos": { + "x": 98427, + "y": 46529, + "z": -78468 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "96": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 96, + "instId": 300001, + "propState": 0, + "pos": { + "x": 125662, + "y": 47439, + "z": -26328 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "97": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 97, + "instId": 300001, + "propState": 0, + "pos": { + "x": 136299, + "y": 45722, + "z": -73237 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "107": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 107, + "instId": 300002, + "propState": 0, + "pos": { + "x": -16088, + "y": 24566, + "z": -115402 + }, + "rot": { + "x": 0, + "y": 30997, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 107, + "instId": 300011, + "propState": 0, + "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": 0, + "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": 0, + "pos": { + "x": -14459, + "y": 24891, + "z": -115212 + }, + "rot": { + "x": 0, + "y": 300000, + "z": 0 + }, + "propId": 217 + } + ], + "teleports": {} + }, + "122": { + "monsters": [ + { + "groupId": 122, + "instId": 200001, + "eventId": 101213, + "pos": { + "x": 184130, + "y": 45815, + "z": -119740 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2023031 + } + ], + "npcs": [], + "props": [ + { + "groupId": 122, + "instId": 300001, + "propState": 8, + "pos": { + "x": 184130, + "y": 46815, + "z": -119740 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1113": { + "anchorId": 1, + "groupId": 122, + "instId": 300001, + "pos": { + "x": 177880, + "y": 45815, + "z": -119670 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + } + } + }, + "135": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "137": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 137, + "instId": 300001, + "propState": 18, + "pos": { + "x": 73150, + "y": 70079, + "z": -216931 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "145": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "146": { + "monsters": [], + "npcs": [ + { + "groupId": 146, + "instId": 400001, + "pos": { + "x": 78400, + "y": 45722, + "z": -43870 + }, + "rot": { + "x": 0, + "y": 139761, + "z": 0 + }, + "npcId": 12190 + } + ], + "props": [ + { + "groupId": 146, + "instId": 300001, + "propState": 0, + "pos": { + "x": 78400, + "y": 45722, + "z": -43870 + }, + "rot": { + "x": 0, + "y": 139761, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "154": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 154, + "instId": 300001, + "propState": 18, + "pos": { + "x": 26961, + "y": 65890, + "z": -216972 + }, + "rot": { + "x": 0, + "y": 129553, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "157": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 157, + "instId": 300001, + "propState": 18, + "pos": { + "x": 118090, + "y": 46450, + "z": -28530 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + }, + "158": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 158, + "instId": 300001, + "propState": 8, + "pos": { + "x": 12098, + "y": 42425, + "z": -136411 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1017": { + "anchorId": 1, + "groupId": 158, + "instId": 300001, + "pos": { + "x": 12158, + "y": 42425, + "z": -135388 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 188, + "instId": 300001, + "propState": 18, + "pos": { + "x": 88686, + "y": 46273, + "z": -39035 + }, + "rot": { + "x": 0, + "y": 241218, + "z": 0 + }, + "propId": 102012 + } + ], + "teleports": {} + }, + "189": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 189, + "instId": 300001, + "propState": 0, + "pos": { + "x": -30220, + "y": 13751, + "z": 122228 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 114 + } + ], + "teleports": {} + }, + "192": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 192, + "instId": 300001, + "propState": 18, + "pos": { + "x": 90557, + "y": 46218, + "z": -48743 + }, + "rot": { + "x": 0, + "y": 249552, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 301 + } + }, + "202320102": { + "P20232_F20232001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "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 + } + ], + "teleports": { + "2023201": { + "anchorId": 1, + "groupId": 1, + "instId": 300001, + "pos": { + "x": -124370, + "y": 11839, + "z": 5050 + }, + "rot": { + "x": 0, + "y": 268536, + "z": 0 + } + }, + "2023202": { + "anchorId": 2, + "groupId": 1, + "instId": 300002, + "pos": { + "x": -318622, + "y": -29427, + "z": 4924 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + }, + "2023203": { + "anchorId": 3, + "groupId": 1, + "instId": 300003, + "pos": { + "x": -420500, + "y": -34528, + "z": 4500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + } + } + } + }, + "34": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 34, + "instId": 300001, + "propState": 0, + "pos": { + "x": -531760, + "y": 27410, + "z": 120350 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102094 + }, + { + "groupId": 34, + "instId": 300002, + "propState": 0, + "pos": { + "x": -531470, + "y": 27410, + "z": -104890 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102094 + }, + { + "groupId": 34, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "35": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 35, + "instId": 300001, + "propState": 0, + "pos": { + "x": -653660, + "y": -4970, + "z": 102880 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102094 + }, + { + "groupId": 35, + "instId": 300002, + "propState": 0, + "pos": { + "x": -654850, + "y": -5410, + "z": -93730 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102094 + }, + { + "groupId": 35, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "36": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 36, + "instId": 300001, + "propState": 0, + "pos": { + "x": -773100, + "y": -36290, + "z": 102640 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102094 + }, + { + "groupId": 36, + "instId": 300002, + "propState": 0, + "pos": { + "x": -773010, + "y": -36280, + "z": -92390 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102094 + }, + { + "groupId": 36, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "44": { + "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 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 44, + "instId": 300003, + "propState": 0, + "pos": { + "x": -357650, + "y": -36929, + "z": -21270 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "45": { + "monsters": [ + { + "groupId": 45, + "instId": 200001, + "eventId": 20232231, + "pos": { + "x": -370150, + "y": -29427, + "z": 4710 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "monsterId": 2023030 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 45, + "instId": 300003, + "propState": 0, + "pos": { + "x": -361770, + "y": -29393, + "z": 4870 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "46": { + "monsters": [ + { + "groupId": 46, + "instId": 200001, + "eventId": 20232232, + "pos": { + "x": -453220, + "y": -44480, + "z": 59330 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "monsterId": 2023010 + } + ], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 46, + "instId": 300003, + "propState": 0, + "pos": { + "x": -447248, + "y": -44480, + "z": 59677 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "47": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "49": { + "monsters": [ + { + "groupId": 49, + "instId": 200001, + "eventId": 20232125, + "pos": { + "x": -6621, + "y": 1376, + "z": 32124 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "monsterId": 8002040 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "51": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 51, + "instId": 300002, + "propState": 0, + "pos": { + "x": -388620, + "y": -29400, + "z": 4960 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 51, + "instId": 300001, + "propState": 0, + "pos": { + "x": -281056, + "y": -14358, + "z": 10890 + }, + "rot": { + "x": 0, + "y": 135000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 51, + "instId": 300026, + "propState": 0, + "pos": { + "x": -456610, + "y": -44480, + "z": 76500 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 51, + "instId": 300027, + "propState": 0, + "pos": { + "x": -386518, + "y": -36929, + "z": -21661 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 51, + "instId": 300028, + "propState": 0, + "pos": { + "x": -410828, + "y": -45336, + "z": 89749 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 51, + "instId": 300006, + "propState": 0, + "pos": { + "x": -153690, + "y": 11090, + "z": -23114 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300007, + "propState": 0, + "pos": { + "x": -325244, + "y": -34640, + "z": 23600 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300008, + "propState": 0, + "pos": { + "x": -309150, + "y": -34640, + "z": -24720 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300009, + "propState": 0, + "pos": { + "x": -349758, + "y": -39507, + "z": -60590 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300010, + "propState": 0, + "pos": { + "x": -411700, + "y": -39439, + "z": -65160 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300011, + "propState": 0, + "pos": { + "x": -387899, + "y": -34674, + "z": -3532 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300012, + "propState": 0, + "pos": { + "x": -411212, + "y": -36870, + "z": 39378 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300013, + "propState": 0, + "pos": { + "x": -443766, + "y": -44480, + "z": 68023 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300014, + "propState": 0, + "pos": { + "x": -491720, + "y": -51245, + "z": -29110 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300015, + "propState": 0, + "pos": { + "x": -389260, + "y": -34673, + "z": 12910 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 51, + "instId": 300003, + "propState": 0, + "pos": { + "x": -52022, + "y": 1495, + "z": -6666 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 51, + "instId": 300004, + "propState": 0, + "pos": { + "x": -92989, + "y": 5330, + "z": 15387 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 51, + "instId": 300005, + "propState": 0, + "pos": { + "x": -557640, + "y": -58600, + "z": 12390 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "53": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "57": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 57, + "instId": 300001, + "propState": 8, + "pos": { + "x": -591610, + "y": -58600, + "z": -1350 + }, + "rot": { + "x": 0, + "y": 290000, + "z": 0 + }, + "propId": 113 + } + ], + "teleports": { + "1303": { + "anchorId": 1, + "groupId": 57, + "instId": 300001, + "pos": { + "x": -590890, + "y": -58600, + "z": 930 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "58": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 58, + "instId": 300001, + "propState": 0, + "pos": { + "x": -623334, + "y": -63641, + "z": 5094 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102186 + }, + { + "groupId": 58, + "instId": 300002, + "propState": 0, + "pos": { + "x": -318050, + "y": -34690, + "z": -66770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300003, + "propState": 0, + "pos": { + "x": -318050, + "y": -34690, + "z": -66770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 58, + "instId": 300004, + "propState": 0, + "pos": { + "x": -318050, + "y": -34690, + "z": -66770 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "61": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -199520, + "y": 15772, + "z": 1050 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "99": { + "monsters": [ + { + "groupId": 99, + "instId": 200001, + "eventId": 101211, + "pos": { + "x": -405850, + "y": -44430, + "z": 115270 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "monsterId": 2023021 + } + ], + "npcs": [], + "props": [ + { + "groupId": 99, + "instId": 300001, + "propState": 8, + "pos": { + "x": -405850, + "y": -43430, + "z": 115270 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 702 + } + ], + "teleports": { + "1111": { + "anchorId": 1, + "groupId": 99, + "instId": 300001, + "pos": { + "x": -405800, + "y": -44510, + "z": 109710 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "104": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "120": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "121": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 121, + "instId": 300007, + "propState": 0, + "pos": { + "x": -275282, + "y": -14359, + "z": 15160 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 121, + "instId": 300008, + "propState": 0, + "pos": { + "x": -324056, + "y": -29427, + "z": 792 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 121, + "instId": 300009, + "propState": 0, + "pos": { + "x": -379563, + "y": -37000, + "z": 30643 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 121, + "instId": 300010, + "propState": 0, + "pos": { + "x": -467335, + "y": -46390, + "z": 27756 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 121, + "instId": 300001, + "propState": 0, + "pos": { + "x": -521902, + "y": -51245, + "z": -2305 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 121, + "instId": 300002, + "propState": 0, + "pos": { + "x": -415905, + "y": -34517, + "z": 132 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102007 + } + ], + "teleports": {} + }, + "129": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 129, + "instId": 300001, + "propState": 8, + "pos": { + "x": -404640, + "y": -44468, + "z": -104123 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 801 + } + ], + "teleports": { + "1018": { + "anchorId": 1, + "groupId": 129, + "instId": 300001, + "pos": { + "x": -404640, + "y": -44465, + "z": -102915 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + } + } + } + }, + "131": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 131, + "instId": 300001, + "propState": 0, + "pos": { + "x": -299108, + "y": -34717, + "z": -72192 + }, + "rot": { + "x": 0, + "y": 317068, + "z": 0 + }, + "propId": 131 + }, + { + "groupId": 131, + "instId": 300002, + "propState": 0, + "pos": { + "x": -294680, + "y": -33070, + "z": -77430 + }, + "rot": { + "x": 0, + "y": 322233, + "z": 0 + }, + "propId": 102254 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 301, + "startAnchorId": 1, + "startGroupId": 131 + } + }, + "202420102": { + "P20242_F20242001": { + "scenes": { + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 1, + "pos": { + "x": 44056, + "y": -18091, + "z": 43494 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102263 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -60778, + "y": -18041, + "z": 75796 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -60778, + "y": -18741, + "z": 75796 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -63038, + "y": -45736, + "z": -28826 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -63038, + "y": -46436, + "z": -28826 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 2359, + "y": -50957, + "z": 60451 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 2359, + "y": -51657, + "z": 60451 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2024201": { + "anchorId": 1, + "groupId": 19, + "instId": 300001, + "pos": { + "x": 48950, + "y": -41002, + "z": 62440 + }, + "rot": { + "x": 0, + "y": 59245, + "z": 0 + } + }, + "2024202": { + "anchorId": 2, + "groupId": 19, + "instId": 300002, + "pos": { + "x": 32897, + "y": -18077, + "z": -37939 + }, + "rot": { + "x": 0, + "y": 341129, + "z": 0 + } + }, + "2024203": { + "anchorId": 3, + "groupId": 19, + "instId": 300003, + "pos": { + "x": -12060, + "y": -43640, + "z": 66370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2024204": { + "anchorId": 4, + "groupId": 19, + "instId": 300004, + "pos": { + "x": -27258, + "y": -51710, + "z": 5590 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2024205": { + "anchorId": 5, + "groupId": 19, + "instId": 300005, + "pos": { + "x": -34127, + "y": -18077, + "z": -37963 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + } + }, + "2024206": { + "anchorId": 6, + "groupId": 19, + "instId": 300006, + "pos": { + "x": 44360, + "y": -34216, + "z": -43150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2024207": { + "anchorId": 7, + "groupId": 19, + "instId": 300007, + "pos": { + "x": -769, + "y": -25940, + "z": -2833 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300002, + "propState": 0, + "pos": { + "x": 17125, + "y": -34225, + "z": -46003 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 21, + "instId": 300026, + "propState": 0, + "pos": { + "x": 10310, + "y": -43624, + "z": 70387 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 0, + "pos": { + "x": -37510, + "y": -51710, + "z": 1896 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 0, + "pos": { + "x": 43909, + "y": -41002, + "z": 66824 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 0, + "pos": { + "x": 55575, + "y": -39335, + "z": 23381 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 0, + "pos": { + "x": 68561, + "y": -39346, + "z": 51083 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300010, + "propState": 0, + "pos": { + "x": 31248, + "y": -34225, + "z": -39472 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300011, + "propState": 0, + "pos": { + "x": 33912, + "y": -34225, + "z": -47695 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300012, + "propState": 0, + "pos": { + "x": 47320, + "y": -18077, + "z": -35998 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 0, + "pos": { + "x": 40788, + "y": -18077, + "z": 11407 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 0, + "pos": { + "x": 65640, + "y": -18064, + "z": 55785 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300015, + "propState": 0, + "pos": { + "x": 61820, + "y": -16808, + "z": 31810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300013, + "propState": 0, + "pos": { + "x": 19484, + "y": -43711, + "z": 39313 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300014, + "propState": 0, + "pos": { + "x": 4713, + "y": -43658, + "z": 36293 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300018, + "propState": 0, + "pos": { + "x": 6002, + "y": -43640, + "z": 61340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300019, + "propState": 0, + "pos": { + "x": 33962, + "y": -44297, + "z": 71571 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300020, + "propState": 0, + "pos": { + "x": -608, + "y": -51864, + "z": 90591 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300021, + "propState": 0, + "pos": { + "x": 4682, + "y": -51884, + "z": 117523 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300016, + "propState": 0, + "pos": { + "x": -33253, + "y": -44340, + "z": 63665 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300017, + "propState": 0, + "pos": { + "x": -68450, + "y": -46436, + "z": 70354 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300023, + "propState": 0, + "pos": { + "x": -67623, + "y": -47111, + "z": 93935 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300028, + "propState": 0, + "pos": { + "x": -59503, + "y": -47836, + "z": 11294 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300029, + "propState": 0, + "pos": { + "x": -10770, + "y": -51710, + "z": -22080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": -17300, + "y": -51710, + "z": -21860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300009, + "propState": 0, + "pos": { + "x": -18477, + "y": -51710, + "z": 33483 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300024, + "propState": 0, + "pos": { + "x": -25050, + "y": -51710, + "z": 33483 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300032, + "propState": 0, + "pos": { + "x": 21771, + "y": -51710, + "z": 30784 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300034, + "propState": 0, + "pos": { + "x": -13609, + "y": -51729, + "z": -45365 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300033, + "propState": 0, + "pos": { + "x": 22918, + "y": -51710, + "z": -20040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300027, + "propState": 0, + "pos": { + "x": -18125, + "y": -51688, + "z": 62259 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300035, + "propState": 0, + "pos": { + "x": -53090, + "y": -18060, + "z": 21860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300025, + "propState": 0, + "pos": { + "x": -48615, + "y": -18077, + "z": -42437 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300031, + "propState": 0, + "pos": { + "x": -61575, + "y": -18791, + "z": 56208 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 92, + "instId": 300002, + "propState": 0, + "pos": { + "x": 24180, + "y": -34187, + "z": -38478 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 94, + "instId": 300002, + "propState": 0, + "pos": { + "x": -76204, + "y": -47108, + "z": 84167 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 94, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -76204, + "y": -47108, + "z": 84167 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 94, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300011, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300012, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "115": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 115, + "instId": 300002, + "propState": 0, + "pos": { + "x": 20983, + "y": -18077, + "z": -41330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "116": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 116, + "instId": 300002, + "propState": 0, + "pos": { + "x": 39264, + "y": -18015, + "z": 51774 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "117": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 117, + "instId": 300002, + "propState": 0, + "pos": { + "x": 26993, + "y": -43671, + "z": 45679 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "118": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 118, + "instId": 300002, + "propState": 0, + "pos": { + "x": -26605, + "y": -51652, + "z": 55226 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "119": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 119, + "instId": 300002, + "propState": 0, + "pos": { + "x": -25508, + "y": -51696, + "z": -38532 + }, + "rot": { + "x": 0, + "y": 179999, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "120": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 120, + "instId": 300002, + "propState": 0, + "pos": { + "x": -40996, + "y": -18054, + "z": 51736 + }, + "rot": { + "x": 0, + "y": 269999, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "121": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 121, + "instId": 300002, + "propState": 0, + "pos": { + "x": -22889, + "y": -18077, + "z": -41134 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "122": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "123": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "124": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 124, + "instId": 300007, + "propState": 1, + "pos": { + "x": -45789, + "y": -18100, + "z": 43628 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102263 + } + ], + "teleports": {} + }, + "125": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 125, + "instId": 300008, + "propState": 1, + "pos": { + "x": 377, + "y": -51888, + "z": 115947 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102239 + } + ], + "teleports": {} + }, + "126": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "136": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 136, + "instId": 300002, + "propState": 0, + "pos": { + "x": 69197, + "y": -18064, + "z": 35913 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 136, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 69197, + "y": -18064, + "z": 35913 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 136, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 136, + "instId": 300011, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 136, + "instId": 300012, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "138": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 138, + "instId": 300001, + "propState": 0, + "pos": { + "x": 48550, + "y": -31589, + "z": -12689 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102261 + } + ], + "teleports": {} + }, + "139": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 139, + "instId": 300001, + "propState": 101, + "pos": { + "x": -50734, + "y": -46400, + "z": 47300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102262 + } + ], + "teleports": {} + }, + "167": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "pos": { + "x": -42340, + "y": -18077, + "z": 5205 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + } + ], + "teleports": {} + }, + "178": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 178, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5068, + "y": -26069, + "z": 19190 + }, + "rot": { + "x": 0, + "y": 245879, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "179": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "180": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "182": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 182, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300002, + "propState": 0, + "pos": { + "x": 27800, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300004, + "propState": 0, + "pos": { + "x": 24680, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300005, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300006, + "propState": 0, + "pos": { + "x": 21680, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300008, + "propState": 0, + "pos": { + "x": 18800, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300009, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300010, + "propState": 0, + "pos": { + "x": 15920, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300011, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300012, + "propState": 0, + "pos": { + "x": 6920, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300013, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300014, + "propState": 0, + "pos": { + "x": 3800, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300015, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300016, + "propState": 0, + "pos": { + "x": 740, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300017, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300018, + "propState": 0, + "pos": { + "x": -2260, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300019, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300020, + "propState": 0, + "pos": { + "x": -5200, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300021, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300022, + "propState": 0, + "pos": { + "x": -17200, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300023, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300024, + "propState": 0, + "pos": { + "x": -20200, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300025, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300026, + "propState": 0, + "pos": { + "x": -23200, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300027, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300028, + "propState": 0, + "pos": { + "x": -26200, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300029, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300030, + "propState": 0, + "pos": { + "x": -29200, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + } + ], + "teleports": {} + }, + "183": { + "monsters": [], + "npcs": [ + { + "groupId": 183, + "instId": 400001, + "pos": { + "x": 22410, + "y": -120400, + "z": -10210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12247 + } + ], + "props": [ + { + "groupId": 183, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "184": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 184, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "185": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 185, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "186": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 186, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "187": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 187, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 188, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "189": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 189, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "190": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 190, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "191": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 191, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "192": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 192, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "193": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 193, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 194, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "195": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 195, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "196": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 196, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "197": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 197, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "199": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 199, + "instId": 300001, + "propState": 8, + "pos": { + "x": -1027, + "y": -26070, + "z": 24084 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 113 + } + ], + "teleports": { + "1306": { + "anchorId": 1, + "groupId": 199, + "instId": 300001, + "pos": { + "x": -1119, + "y": -26070, + "z": 21531 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "258": { + "monsters": [], + "npcs": [ + { + "groupId": 258, + "instId": 400001, + "pos": { + "x": 20383, + "y": -34225, + "z": -48306 + }, + "rot": { + "x": 0, + "y": 354327, + "z": 0 + }, + "npcId": 12407 + } + ], + "props": [], + "teleports": {} + }, + "259": { + "monsters": [], + "npcs": [ + { + "groupId": 259, + "instId": 400001, + "pos": { + "x": 36589, + "y": -39357, + "z": 1522 + }, + "rot": { + "x": 0, + "y": 90075, + "z": 0 + }, + "npcId": 12424 + } + ], + "props": [], + "teleports": {} + }, + "260": { + "monsters": [], + "npcs": [ + { + "groupId": 260, + "instId": 400001, + "pos": { + "x": 69763, + "y": -39346, + "z": 54272 + }, + "rot": { + "x": 0, + "y": 286892, + "z": 0 + }, + "npcId": 12400 + } + ], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "328": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 328, + "instId": 300020, + "propState": 0, + "pos": { + "x": 31085, + "y": -44293, + "z": 98987 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "329": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 329, + "instId": 300001, + "propState": 18, + "pos": { + "x": 54499, + "y": -40536, + "z": 57180 + }, + "rot": { + "x": 0, + "y": 152851, + "z": 0 + }, + "propId": 102011 + } + ], + "teleports": {} + }, + "330": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 330, + "instId": 300001, + "propState": 18, + "pos": { + "x": 39907, + "y": -32560, + "z": -52007 + }, + "rot": { + "x": 0, + "y": 141121, + "z": 0 + }, + "propId": 102012 + } + ], + "teleports": {} + }, + "331": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 331, + "instId": 300001, + "propState": 18, + "pos": { + "x": 32147, + "y": -17031, + "z": -36309 + }, + "rot": { + "x": 0, + "y": 99351, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 301, + "startAnchorId": 1, + "startGroupId": 160 + } + }, + "202420103": { + "P20242_F20242001": { + "scenes": { + "5": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 5, + "instId": 300001, + "propState": 1, + "pos": { + "x": 44056, + "y": -18091, + "z": 43494 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102263 + } + ], + "teleports": {} + }, + "6": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "7": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 7, + "instId": 300001, + "propState": 0, + "pos": { + "x": -60778, + "y": -18041, + "z": 75796 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 7, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -60778, + "y": -18741, + "z": 75796 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "8": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 8, + "instId": 300001, + "propState": 0, + "pos": { + "x": -63038, + "y": -45736, + "z": -28826 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 8, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": -63038, + "y": -46436, + "z": -28826 + }, + "rot": { + "x": 0, + "y": 210000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "9": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 9, + "instId": 300001, + "propState": 0, + "pos": { + "x": 2359, + "y": -50957, + "z": 60451 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 102241 + }, + { + "groupId": 9, + "instId": 300002, + "propState": 0, + "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": 0, + "pos": { + "x": 2359, + "y": -51657, + "z": 60451 + }, + "rot": { + "x": 0, + "y": 315000, + "z": 0 + }, + "propId": 211 + } + ], + "teleports": {} + }, + "19": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": { + "2024201": { + "anchorId": 1, + "groupId": 19, + "instId": 300001, + "pos": { + "x": 48950, + "y": -41002, + "z": 62440 + }, + "rot": { + "x": 0, + "y": 59245, + "z": 0 + } + }, + "2024202": { + "anchorId": 2, + "groupId": 19, + "instId": 300002, + "pos": { + "x": 32897, + "y": -18077, + "z": -37939 + }, + "rot": { + "x": 0, + "y": 341129, + "z": 0 + } + }, + "2024203": { + "anchorId": 3, + "groupId": 19, + "instId": 300003, + "pos": { + "x": -12060, + "y": -43640, + "z": 66370 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2024204": { + "anchorId": 4, + "groupId": 19, + "instId": 300004, + "pos": { + "x": -27258, + "y": -51710, + "z": 5590 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + } + }, + "2024205": { + "anchorId": 5, + "groupId": 19, + "instId": 300005, + "pos": { + "x": -34127, + "y": -18077, + "z": -37963 + }, + "rot": { + "x": 0, + "y": 20000, + "z": 0 + } + }, + "2024206": { + "anchorId": 6, + "groupId": 19, + "instId": 300006, + "pos": { + "x": 44360, + "y": -34216, + "z": -43150 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "2024207": { + "anchorId": 7, + "groupId": 19, + "instId": 300007, + "pos": { + "x": -769, + "y": -25940, + "z": -2833 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "20": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "21": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 21, + "instId": 300002, + "propState": 0, + "pos": { + "x": 17125, + "y": -34225, + "z": -46003 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 21, + "instId": 300026, + "propState": 0, + "pos": { + "x": 10310, + "y": -43624, + "z": 70387 + }, + "rot": { + "x": 0, + "y": 225000, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 21, + "instId": 300004, + "propState": 0, + "pos": { + "x": -37510, + "y": -51710, + "z": 1896 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102006 + }, + { + "groupId": 21, + "instId": 300006, + "propState": 0, + "pos": { + "x": 43909, + "y": -41002, + "z": 66824 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300008, + "propState": 0, + "pos": { + "x": 55575, + "y": -39335, + "z": 23381 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300007, + "propState": 0, + "pos": { + "x": 68561, + "y": -39346, + "z": 51083 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300010, + "propState": 0, + "pos": { + "x": 31248, + "y": -34225, + "z": -39472 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300011, + "propState": 0, + "pos": { + "x": 33912, + "y": -34225, + "z": -47695 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300012, + "propState": 0, + "pos": { + "x": 47320, + "y": -18077, + "z": -35998 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300003, + "propState": 0, + "pos": { + "x": 40788, + "y": -18077, + "z": 11407 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300005, + "propState": 0, + "pos": { + "x": 65640, + "y": -18064, + "z": 55785 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300015, + "propState": 0, + "pos": { + "x": 61820, + "y": -16808, + "z": 31810 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300013, + "propState": 0, + "pos": { + "x": 19484, + "y": -43711, + "z": 39313 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300014, + "propState": 0, + "pos": { + "x": 4713, + "y": -43658, + "z": 36293 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300018, + "propState": 0, + "pos": { + "x": 6002, + "y": -43640, + "z": 61340 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300019, + "propState": 0, + "pos": { + "x": 33962, + "y": -44297, + "z": 71571 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300020, + "propState": 0, + "pos": { + "x": -608, + "y": -51864, + "z": 90591 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300021, + "propState": 0, + "pos": { + "x": 4682, + "y": -51884, + "z": 117523 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300016, + "propState": 0, + "pos": { + "x": -33253, + "y": -44340, + "z": 63665 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300017, + "propState": 0, + "pos": { + "x": -68450, + "y": -46436, + "z": 70354 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300023, + "propState": 0, + "pos": { + "x": -67623, + "y": -47111, + "z": 93935 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300028, + "propState": 0, + "pos": { + "x": -59503, + "y": -47836, + "z": 11294 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300029, + "propState": 0, + "pos": { + "x": -10770, + "y": -51710, + "z": -22080 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300001, + "propState": 0, + "pos": { + "x": -17300, + "y": -51710, + "z": -21860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300009, + "propState": 0, + "pos": { + "x": -18477, + "y": -51710, + "z": 33483 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300024, + "propState": 0, + "pos": { + "x": -25050, + "y": -51710, + "z": 33483 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300032, + "propState": 0, + "pos": { + "x": 21771, + "y": -51710, + "z": 30784 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102007 + }, + { + "groupId": 21, + "instId": 300034, + "propState": 0, + "pos": { + "x": -13609, + "y": -51729, + "z": -45365 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300033, + "propState": 0, + "pos": { + "x": 22918, + "y": -51710, + "z": -20040 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300027, + "propState": 0, + "pos": { + "x": -18125, + "y": -51688, + "z": 62259 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300035, + "propState": 0, + "pos": { + "x": -53090, + "y": -18060, + "z": 21860 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300025, + "propState": 0, + "pos": { + "x": -48615, + "y": -18077, + "z": -42437 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + }, + { + "groupId": 21, + "instId": 300031, + "propState": 0, + "pos": { + "x": -61575, + "y": -18791, + "z": 56208 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "92": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 92, + "instId": 300002, + "propState": 0, + "pos": { + "x": 24180, + "y": -34187, + "z": -38478 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "94": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 94, + "instId": 300002, + "propState": 0, + "pos": { + "x": -76204, + "y": -47108, + "z": 84167 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 94, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": -76204, + "y": -47108, + "z": 84167 + }, + "rot": { + "x": 0, + "y": 60000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 94, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300011, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 94, + "instId": 300012, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "115": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 115, + "instId": 300002, + "propState": 0, + "pos": { + "x": 20983, + "y": -18077, + "z": -41330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "116": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 116, + "instId": 300002, + "propState": 0, + "pos": { + "x": 39264, + "y": -18015, + "z": 51774 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "117": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 117, + "instId": 300002, + "propState": 0, + "pos": { + "x": 26993, + "y": -43671, + "z": 45679 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "118": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 118, + "instId": 300002, + "propState": 0, + "pos": { + "x": -26605, + "y": -51652, + "z": 55226 + }, + "rot": { + "x": 0, + "y": 89999, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "119": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 119, + "instId": 300002, + "propState": 0, + "pos": { + "x": -25508, + "y": -51696, + "z": -38532 + }, + "rot": { + "x": 0, + "y": 179999, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "120": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 120, + "instId": 300002, + "propState": 0, + "pos": { + "x": -40996, + "y": -18054, + "z": 51736 + }, + "rot": { + "x": 0, + "y": 269999, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "121": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 121, + "instId": 300002, + "propState": 0, + "pos": { + "x": -22889, + "y": -18077, + "z": -41134 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102238 + } + ], + "teleports": {} + }, + "122": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "123": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "124": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 124, + "instId": 300007, + "propState": 1, + "pos": { + "x": -45789, + "y": -18100, + "z": 43628 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102263 + } + ], + "teleports": {} + }, + "125": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 125, + "instId": 300008, + "propState": 1, + "pos": { + "x": 377, + "y": -51888, + "z": 115947 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102239 + } + ], + "teleports": {} + }, + "126": { + "monsters": [], + "npcs": [], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "136": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 136, + "instId": 300002, + "propState": 0, + "pos": { + "x": 69197, + "y": -18064, + "z": 35913 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102077 + }, + { + "groupId": 136, + "instId": 300003, + "propState": 0, + "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": 0, + "pos": { + "x": 69197, + "y": -18064, + "z": 35913 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 211 + }, + { + "groupId": 136, + "instId": 300006, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 136, + "instId": 300011, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 136, + "instId": 300012, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102077 + } + ], + "teleports": {} + }, + "138": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 138, + "instId": 300001, + "propState": 0, + "pos": { + "x": 48550, + "y": -31589, + "z": -12689 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102261 + } + ], + "teleports": {} + }, + "139": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 139, + "instId": 300001, + "propState": 101, + "pos": { + "x": -50734, + "y": -46400, + "z": 47300 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 102262 + } + ], + "teleports": {} + }, + "167": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "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": 0, + "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": 0, + "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": 0, + "pos": { + "x": -42340, + "y": -18077, + "z": 5205 + }, + "rot": { + "x": 0, + "y": 270000, + "z": 0 + }, + "propId": 102079 + } + ], + "teleports": {} + }, + "178": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 178, + "instId": 300002, + "propState": 0, + "pos": { + "x": 5068, + "y": -26069, + "z": 19190 + }, + "rot": { + "x": 0, + "y": 245879, + "z": 0 + }, + "propId": 102006 + } + ], + "teleports": {} + }, + "179": { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "180": { + "monsters": [ + { + "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 + } + ], + "npcs": [], + "props": [], + "teleports": {} + }, + "182": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 182, + "instId": 300001, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300002, + "propState": 0, + "pos": { + "x": 27800, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300003, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300004, + "propState": 0, + "pos": { + "x": 24680, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300005, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300006, + "propState": 0, + "pos": { + "x": 21680, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300007, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300008, + "propState": 0, + "pos": { + "x": 18800, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300009, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300010, + "propState": 0, + "pos": { + "x": 15920, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300011, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300012, + "propState": 0, + "pos": { + "x": 6920, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300013, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300014, + "propState": 0, + "pos": { + "x": 3800, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300015, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300016, + "propState": 0, + "pos": { + "x": 740, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300017, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300018, + "propState": 0, + "pos": { + "x": -2260, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300019, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300020, + "propState": 0, + "pos": { + "x": -5200, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300021, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300022, + "propState": 0, + "pos": { + "x": -17200, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300023, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300024, + "propState": 0, + "pos": { + "x": -20200, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300025, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300026, + "propState": 0, + "pos": { + "x": -23200, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300027, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300028, + "propState": 0, + "pos": { + "x": -26200, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + }, + { + "groupId": 182, + "instId": 300029, + "propState": 0, + "pos": { + "x": 0, + "y": 0, + "z": 0 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 182, + "instId": 300030, + "propState": 0, + "pos": { + "x": -29200, + "y": 35656, + "z": 10930 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100074 + } + ], + "teleports": {} + }, + "183": { + "monsters": [], + "npcs": [ + { + "groupId": 183, + "instId": 400001, + "pos": { + "x": 22410, + "y": -120400, + "z": -10210 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "npcId": 12247 + } + ], + "props": [ + { + "groupId": 183, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "184": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 184, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "185": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 185, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "186": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 186, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "187": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 187, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "188": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 188, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "189": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 189, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "190": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 190, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "191": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 191, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "192": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 192, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "193": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 193, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "194": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 194, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "195": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 195, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "196": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 196, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "197": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 197, + "instId": 300001, + "propState": 0, + "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": 0, + "pos": { + "x": 11610, + "y": -9077, + "z": -16510 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "199": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 199, + "instId": 300001, + "propState": 8, + "pos": { + "x": -1027, + "y": -26070, + "z": 24084 + }, + "rot": { + "x": 0, + "y": 90000, + "z": 0 + }, + "propId": 113 + } + ], + "teleports": { + "1306": { + "anchorId": 1, + "groupId": 199, + "instId": 300001, + "pos": { + "x": -1119, + "y": -26070, + "z": 21531 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + } + } + } + }, + "258": { + "monsters": [], + "npcs": [ + { + "groupId": 258, + "instId": 400001, + "pos": { + "x": 20383, + "y": -34225, + "z": -48306 + }, + "rot": { + "x": 0, + "y": 354327, + "z": 0 + }, + "npcId": 12407 + } + ], + "props": [], + "teleports": {} + }, + "259": { + "monsters": [], + "npcs": [ + { + "groupId": 259, + "instId": 400001, + "pos": { + "x": 36589, + "y": -39357, + "z": 1522 + }, + "rot": { + "x": 0, + "y": 90075, + "z": 0 + }, + "npcId": 12424 + } + ], + "props": [], + "teleports": {} + }, + "260": { + "monsters": [], + "npcs": [ + { + "groupId": 260, + "instId": 400001, + "pos": { + "x": 69763, + "y": -39346, + "z": 54272 + }, + "rot": { + "x": 0, + "y": 286892, + "z": 0 + }, + "npcId": 12400 + } + ], + "props": [ + { + "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 + } + ], + "teleports": {} + }, + "328": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 328, + "instId": 300020, + "propState": 0, + "pos": { + "x": 31085, + "y": -44293, + "z": 98987 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 102008 + } + ], + "teleports": {} + }, + "329": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 329, + "instId": 300001, + "propState": 18, + "pos": { + "x": 54499, + "y": -40536, + "z": 57180 + }, + "rot": { + "x": 0, + "y": 152851, + "z": 0 + }, + "propId": 102011 + } + ], + "teleports": {} + }, + "330": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 330, + "instId": 300001, + "propState": 18, + "pos": { + "x": 39907, + "y": -32560, + "z": -52007 + }, + "rot": { + "x": 0, + "y": 141121, + "z": 0 + }, + "propId": 102012 + } + ], + "teleports": {} + }, + "331": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 331, + "instId": 300001, + "propState": 18, + "pos": { + "x": 32147, + "y": -17031, + "z": -36309 + }, + "rot": { + "x": 0, + "y": 99351, + "z": 0 + }, + "propId": 102009 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": false, + "planeType": 2, + "worldId": 301, + "startAnchorId": 1, + "startGroupId": 291 + } + }, + "801120102": { + "P80112_F80112001": { + "scenes": { + "1": { + "monsters": [], + "npcs": [], + "props": [], + "teleports": {} + }, + "3": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 3, + "instId": 300004, + "propState": 0, + "pos": { + "x": -13014, + "y": 1900, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 107 + }, + { + "groupId": 3, + "instId": 300005, + "propState": 0, + "pos": { + "x": -7870, + "y": 0, + "z": -4330 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100060 + }, + { + "groupId": 3, + "instId": 300003, + "propState": 0, + "pos": { + "x": 5720, + "y": 201, + "z": -7553 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1005 + }, + { + "groupId": 3, + "instId": 300008, + "propState": 0, + "pos": { + "x": 7743, + "y": 205, + "z": 7556 + }, + "rot": { + "x": 0, + "y": 180000, + "z": 0 + }, + "propId": 1005 + }, + { + "groupId": 3, + "instId": 300001, + "propState": 0, + "pos": { + "x": 9489, + "y": 1786, + "z": 23 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "4": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 4, + "instId": 300003, + "propState": 0, + "pos": { + "x": -3336, + "y": 240, + "z": -1934 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 4, + "instId": 300004, + "propState": 0, + "pos": { + "x": 15207, + "y": 474, + "z": 81109 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "15": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 15, + "instId": 300002, + "propState": 0, + "pos": { + "x": 9252, + "y": 608, + "z": 0 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 1003 + } + ], + "teleports": {} + }, + "16": { + "monsters": [], + "npcs": [], + "props": [ + { + "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": 0, + "pos": { + "x": -6930, + "y": 2027, + "z": 8760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300003, + "propState": 0, + "pos": { + "x": 992, + "y": 2027, + "z": 8760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300004, + "propState": 0, + "pos": { + "x": -9359, + "y": 2027, + "z": 8760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300005, + "propState": 0, + "pos": { + "x": -4247, + "y": 2027, + "z": 8760 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + }, + { + "groupId": 16, + "instId": 300006, + "propState": 0, + "pos": { + "x": -7869, + "y": 1467, + "z": -4336 + }, + "rot": { + "x": 0, + "y": 0, + "z": 0 + }, + "propId": 100 + } + ], + "teleports": {} + }, + "26": { + "monsters": [], + "npcs": [], + "props": [ + { + "groupId": 26, + "instId": 300001, + "propState": 1, + "pos": { + "x": 8801, + "y": 1500, + "z": 3782 + }, + "rot": { + "x": 0, + "y": 240000, + "z": 0 + }, + "propId": 1025 + } + ], + "teleports": {} + } + }, + "isEnteredSceneInfo": true, + "planeType": 1, + "worldId": 101, + "startAnchorId": 2, + "startGroupId": 1 + } + } + }, + "avatarConfigs": { + "1001": { + "weaknessBuffId": 1000113, + "techniqueBuffIds": [ + 100101 + ] + }, + "1002": { + "weaknessBuffId": 1000115, + "techniqueBuffIds": [ + 100201 + ] + }, + "1003": { + "weaknessBuffId": 1000112, + "techniqueBuffIds": [ + 100301 + ] + }, + "1004": { + "weaknessBuffId": 1000117, + "techniqueBuffIds": [ + 100401 + ] + }, + "1005": { + "weaknessBuffId": 1000114, + "techniqueBuffIds": [ + 100501 + ] + }, + "1006": { + "weaknessBuffId": 1000116, + "techniqueBuffIds": [ + 100601, + 1000119 + ] + }, + "1008": { + "weaknessBuffId": 1000114, + "techniqueBuffIds": [ + 100801 + ] + }, + "1009": { + "weaknessBuffId": 1000112, + "techniqueBuffIds": [ + 100901 + ] + }, + "1013": { + "weaknessBuffId": 1000113, + "techniqueBuffIds": [ + 101301 + ] + }, + "1101": { + "weaknessBuffId": 1000115, + "techniqueBuffIds": [ + 110101 + ] + }, + "1102": { + "weaknessBuffId": 1000116, + "techniqueBuffIds": [ + 110201, + 110202, + 110203 + ] + }, + "1103": { + "weaknessBuffId": 1000114, + "techniqueBuffIds": [ + 110301 + ] + }, + "1104": { + "weaknessBuffId": 1000113, + "techniqueBuffIds": [ + 110401 + ] + }, + "1105": { + "weaknessBuffId": 1000111, + "techniqueBuffIds": [ + 110501 + ] + }, + "1106": { + "weaknessBuffId": 1000113, + "techniqueBuffIds": [ + 110601 + ] + }, + "1107": { + "weaknessBuffId": 1000111, + "techniqueBuffIds": [ + 110701 + ] + }, + "1108": { + "weaknessBuffId": 1000115, + "techniqueBuffIds": [ + 110801 + ] + }, + "1109": { + "weaknessBuffId": 1000112, + "techniqueBuffIds": [ + 110901 + ] + }, + "1110": { + "weaknessBuffId": 1000116, + "techniqueBuffIds": [ + 111001 + ] + }, + "1111": { + "weaknessBuffId": 1000111, + "techniqueBuffIds": [ + 111101 + ] + }, + "1112": { + "weaknessBuffId": 1000112, + "techniqueBuffIds": [ + 111201 + ] + }, + "1201": { + "weaknessBuffId": 1000116, + "techniqueBuffIds": [ + 120101 + ] + }, + "1202": { + "weaknessBuffId": 1000114, + "techniqueBuffIds": [] + }, + "1203": { + "weaknessBuffId": 1000117, + "techniqueBuffIds": [ + 120301 + ] + }, + "1204": { + "weaknessBuffId": 1000114, + "techniqueBuffIds": [ + 120401 + ] + }, + "1205": { + "weaknessBuffId": 1000115, + "techniqueBuffIds": [ + 120501 + ] + }, + "1206": { + "weaknessBuffId": 1000111, + "techniqueBuffIds": [ + 120601 + ] + }, + "1207": { + "weaknessBuffId": 1000117, + "techniqueBuffIds": [ + 120701, + 120702 + ] + }, + "1208": { + "weaknessBuffId": 1000116, + "techniqueBuffIds": [ + 120801, + 120802 + ] + }, + "1209": { + "weaknessBuffId": 1000113, + "techniqueBuffIds": [ + 120901 + ] + }, + "1210": { + "weaknessBuffId": 1000112, + "techniqueBuffIds": [ + 121001 + ] + }, + "1211": { + "weaknessBuffId": 1000114, + "techniqueBuffIds": [ + 121101 + ] + }, + "1212": { + "weaknessBuffId": 1000113, + "techniqueBuffIds": [ + 121201, + 121202, + 121203 + ] + }, + "1213": { + "weaknessBuffId": 1000117, + "techniqueBuffIds": [ + 121301, + 121302, + 121303 + ] + }, + "1214": { + "weaknessBuffId": 1000116, + "techniqueBuffIds": [ + 121401 + ] + }, + "1215": { + "weaknessBuffId": 1000111, + "techniqueBuffIds": [ + 121501 + ] + }, + "1217": { + "weaknessBuffId": 1000115, + "techniqueBuffIds": [ + 121701 + ] + }, + "1218": { + "weaknessBuffId": 1000112, + "techniqueBuffIds": [ + 121801 + ] + }, + "1220": { + "weaknessBuffId": 1000115, + "techniqueBuffIds": [ + 122001, + 122002, + 122003, + 122004 + ] + }, + "1221": { + "weaknessBuffId": 1000111, + "techniqueBuffIds": [ + 122101 + ] + }, + "1222": { + "weaknessBuffId": 1000112, + "techniqueBuffIds": [ + 122201 + ] + }, + "1223": { + "weaknessBuffId": 1000114, + "techniqueBuffIds": [ + 122301, + 122302, + 122303, + 122304 + ] + }, + "1224": { + "weaknessBuffId": 1000117, + "techniqueBuffIds": [ + 122401, + 122402, + 122403 + ] + }, + "1301": { + "weaknessBuffId": 1000112, + "techniqueBuffIds": [ + 130101 + ] + }, + "1302": { + "weaknessBuffId": 1000111, + "techniqueBuffIds": [ + 130201 + ] + }, + "1303": { + "weaknessBuffId": 1000113, + "techniqueBuffIds": [ + 130301, + 130302, + 130303 + ] + }, + "1304": { + "weaknessBuffId": 1000117, + "techniqueBuffIds": [ + 130401, + 130402, + 130403, + 130404, + 130405, + 130406 + ] + }, + "1305": { + "weaknessBuffId": 1000117, + "techniqueBuffIds": [ + 130501 + ] + }, + "1306": { + "weaknessBuffId": 1000116, + "techniqueBuffIds": [ + 130601, + 130602 + ] + }, + "1307": { + "weaknessBuffId": 1000115, + "techniqueBuffIds": [ + 130701 + ] + }, + "1308": { + "weaknessBuffId": 1000114, + "techniqueBuffIds": [ + 130801, + 130802, + 130803, + 1000119 + ] + }, + "1309": { + "weaknessBuffId": 1000111, + "techniqueBuffIds": [ + 130901, + 130902, + 130903 + ] + }, + "1310": { + "weaknessBuffId": 1000112, + "techniqueBuffIds": [ + 131001, + 131002, + 1000112 + ] + }, + "1312": { + "weaknessBuffId": 1000113, + "techniqueBuffIds": [ + 131201 + ] + }, + "1314": { + "weaknessBuffId": 1000116, + "techniqueBuffIds": [ + 131401 + ] + }, + "1315": { + "weaknessBuffId": 1000111, + "techniqueBuffIds": [ + 131501, + 131502, + 131503 + ] + }, + "1317": { + "weaknessBuffId": 1000117, + "techniqueBuffIds": [ + 131701, + 131702, + 1000119 + ] + }, + "8001": { + "weaknessBuffId": 1000111, + "techniqueBuffIds": [] + }, + "8002": { + "weaknessBuffId": 1000111, + "techniqueBuffIds": [] + }, + "8003": { + "weaknessBuffId": 1000112, + "techniqueBuffIds": [ + 800301 + ] + }, + "8004": { + "weaknessBuffId": 1000112, + "techniqueBuffIds": [ + 800301 + ] + }, + "8005": { + "weaknessBuffId": 1000117, + "techniqueBuffIds": [ + 800501 + ] + }, + "8006": { + "weaknessBuffId": 1000117, + "techniqueBuffIds": [ + 800501 + ] + } + } +} \ No newline at end of file diff --git a/resources.json b/resources.json deleted file mode 100644 index 99f2dcc..0000000 --- a/resources.json +++ /dev/null @@ -1 +0,0 @@ -{"map_entrance":{"1000001":{"ID":1000001,"EntranceType":"Town","PlaneID":10000,"FloorID":10000000,"BeginMainMissionList":[],"FinishMainMissionList":[1000501],"FinishSubMissionList":[100050102],"StartGroupID":0,"StartAnchorID":0},"1000002":{"ID":1000002,"EntranceType":"Town","PlaneID":10000,"FloorID":10000002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":1,"StartAnchorID":1},"1000101":{"ID":1000101,"EntranceType":"Town","PlaneID":10001,"FloorID":10001001,"BeginMainMissionList":[],"FinishMainMissionList":[1000203],"FinishSubMissionList":[100020118],"StartGroupID":2,"StartAnchorID":1},"1000102":{"ID":1000102,"EntranceType":"Town","PlaneID":10001,"FloorID":10001001,"BeginMainMissionList":[],"FinishMainMissionList":[1000400],"FinishSubMissionList":[],"StartGroupID":11,"StartAnchorID":3},"1010101":{"ID":1010101,"EntranceType":"Town","PlaneID":10101,"FloorID":10101001,"BeginMainMissionList":[],"FinishMainMissionList":[1010101],"FinishSubMissionList":[101010114],"StartGroupID":1,"StartAnchorID":1},"1010102":{"ID":1010102,"EntranceType":"Town","PlaneID":10101,"FloorID":10101002,"BeginMainMissionList":[],"FinishMainMissionList":[1010101],"FinishSubMissionList":[101010114],"StartGroupID":1,"StartAnchorID":1},"1010103":{"ID":1010103,"EntranceType":"Town","PlaneID":10101,"FloorID":10101003,"BeginMainMissionList":[],"FinishMainMissionList":[1010101],"FinishSubMissionList":[101010114],"StartGroupID":1,"StartAnchorID":1},"1010104":{"ID":1010104,"EntranceType":"Town","PlaneID":10101,"FloorID":10101004,"BeginMainMissionList":[],"FinishMainMissionList":[1010101],"FinishSubMissionList":[101010114],"StartGroupID":1,"StartAnchorID":1},"1010105":{"ID":1010105,"EntranceType":"Town","PlaneID":10101,"FloorID":10101005,"BeginMainMissionList":[],"FinishMainMissionList":[1010101],"FinishSubMissionList":[101010114],"StartGroupID":2,"StartAnchorID":1},"1010106":{"ID":1010106,"EntranceType":"Town","PlaneID":10101,"FloorID":10101006,"BeginMainMissionList":[],"FinishMainMissionList":[1010101],"FinishSubMissionList":[101010114],"StartGroupID":2,"StartAnchorID":1},"1010107":{"ID":1010107,"EntranceType":"Town","PlaneID":10101,"FloorID":10101007,"BeginMainMissionList":[],"FinishMainMissionList":[1010101],"FinishSubMissionList":[101010114],"StartGroupID":1,"StartAnchorID":1},"1010109":{"ID":1010109,"EntranceType":"Town","PlaneID":10101,"FloorID":10101009,"BeginMainMissionList":[],"FinishMainMissionList":[1011503],"FinishSubMissionList":[],"StartGroupID":1,"StartAnchorID":1},"1010110":{"ID":1010110,"EntranceType":"Town","PlaneID":10101,"FloorID":10101009,"BeginMainMissionList":[],"FinishMainMissionList":[1011503],"FinishSubMissionList":[],"StartGroupID":1,"StartAnchorID":2},"1010111":{"ID":1010111,"EntranceType":"Town","PlaneID":10101,"FloorID":10101001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":239,"StartAnchorID":1},"1010112":{"ID":1010112,"EntranceType":"Town","PlaneID":10101,"FloorID":10101001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":240,"StartAnchorID":1},"1010201":{"ID":1010201,"EntranceType":"Town","PlaneID":10102,"FloorID":10102001,"BeginMainMissionList":[],"FinishMainMissionList":[1010302],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"1010202":{"ID":1010202,"EntranceType":"Town","PlaneID":10102,"FloorID":10102002,"BeginMainMissionList":[],"FinishMainMissionList":[1010302],"FinishSubMissionList":[],"StartGroupID":2,"StartAnchorID":1},"1010203":{"ID":1010203,"EntranceType":"Town","PlaneID":10102,"FloorID":10102003,"BeginMainMissionList":[],"FinishMainMissionList":[1010302],"FinishSubMissionList":[],"StartGroupID":2,"StartAnchorID":1},"1010204":{"ID":1010204,"EntranceType":"Town","PlaneID":10102,"FloorID":10102004,"BeginMainMissionList":[],"FinishMainMissionList":[1010302],"FinishSubMissionList":[],"StartGroupID":2,"StartAnchorID":1},"1010205":{"ID":1010205,"EntranceType":"Town","PlaneID":10102,"FloorID":10102001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":179,"StartAnchorID":1},"1020101":{"ID":1020101,"EntranceType":"Town","PlaneID":10201,"FloorID":10201001,"BeginMainMissionList":[],"FinishMainMissionList":[1020201],"FinishSubMissionList":[102020110],"StartGroupID":0,"StartAnchorID":0},"1020102":{"ID":1020102,"EntranceType":"Town","PlaneID":10201,"FloorID":10201002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":7,"StartAnchorID":1},"1020201":{"ID":1020201,"EntranceType":"Town","PlaneID":10202,"FloorID":10202001,"BeginMainMissionList":[],"FinishMainMissionList":[1020601],"FinishSubMissionList":[102060111],"StartGroupID":0,"StartAnchorID":0},"1020202":{"ID":1020202,"EntranceType":"Town","PlaneID":10202,"FloorID":10202002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":2,"StartAnchorID":1},"1020203":{"ID":1020203,"EntranceType":"Town","PlaneID":10202,"FloorID":10202003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":1,"StartAnchorID":1},"1020204":{"ID":1020204,"EntranceType":"Town","PlaneID":10202,"FloorID":10202004,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[102170204],"StartGroupID":0,"StartAnchorID":0},"1020205":{"ID":1020205,"EntranceType":"Town","PlaneID":20223,"FloorID":20223001,"BeginMainMissionList":[],"FinishMainMissionList":[1020701],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"1030101":{"ID":1030101,"EntranceType":"Town","PlaneID":10301,"FloorID":10301001,"BeginMainMissionList":[],"FinishMainMissionList":[1030201],"FinishSubMissionList":[103020111],"StartGroupID":0,"StartAnchorID":0},"1030102":{"ID":1030102,"EntranceType":"Town","PlaneID":10301,"FloorID":10301001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":287,"StartAnchorID":1},"1030103":{"ID":1030103,"EntranceType":"Town","PlaneID":10301,"FloorID":10301001,"BeginMainMissionList":[],"FinishMainMissionList":[1030601],"FinishSubMissionList":[103060129],"StartGroupID":15,"StartAnchorID":7},"1030104":{"ID":1030104,"EntranceType":"Town","PlaneID":10301,"FloorID":10301001,"BeginMainMissionList":[],"FinishMainMissionList":[1030401],"FinishSubMissionList":[103040110],"StartGroupID":15,"StartAnchorID":8},"1030105":{"ID":1030105,"EntranceType":"Town","PlaneID":10301,"FloorID":10301001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":15,"StartAnchorID":9},"1030106":{"ID":1030106,"EntranceType":"Town","PlaneID":10301,"FloorID":10301001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":356,"StartAnchorID":1},"1030107":{"ID":1030107,"EntranceType":"Town","PlaneID":10301,"FloorID":10301001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":357,"StartAnchorID":1},"1030108":{"ID":1030108,"EntranceType":"Town","PlaneID":10301,"FloorID":10301001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":477,"StartAnchorID":1},"1030109":{"ID":1030109,"EntranceType":"Town","PlaneID":10301,"FloorID":10301001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":404,"StartAnchorID":1},"1030401":{"ID":1030401,"EntranceType":"Town","PlaneID":10304,"FloorID":10304001,"BeginMainMissionList":[],"FinishMainMissionList":[1032401],"FinishSubMissionList":[103240101],"StartGroupID":0,"StartAnchorID":0},"1030402":{"ID":1030402,"EntranceType":"Town","PlaneID":10304,"FloorID":10304001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":145,"StartAnchorID":1},"1030403":{"ID":1030403,"EntranceType":"Town","PlaneID":10304,"FloorID":10304001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":156,"StartAnchorID":2},"1030501":{"ID":1030501,"EntranceType":"Town","PlaneID":10305,"FloorID":10305001,"BeginMainMissionList":[],"FinishMainMissionList":[1030101],"FinishSubMissionList":[103010114],"StartGroupID":0,"StartAnchorID":0},"1030502":{"ID":1030502,"EntranceType":"Town","PlaneID":10305,"FloorID":10305001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":2,"StartAnchorID":2},"1030503":{"ID":1030503,"EntranceType":"Town","PlaneID":10305,"FloorID":10305001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":131,"StartAnchorID":1},"1034101":{"ID":1034101,"EntranceType":"Town","PlaneID":10341,"FloorID":10341001,"BeginMainMissionList":[],"FinishMainMissionList":[1034107],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"1034102":{"ID":1034102,"EntranceType":"Town","PlaneID":10341,"FloorID":10341001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":13,"StartAnchorID":1},"1034103":{"ID":1034103,"EntranceType":"Town","PlaneID":10341,"FloorID":10341001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":158,"StartAnchorID":1},"2000101":{"ID":2000101,"EntranceType":"Town","PlaneID":20001,"FloorID":20001001,"BeginMainMissionList":[],"FinishMainMissionList":[1000101],"FinishSubMissionList":[100010103],"StartGroupID":2,"StartAnchorID":1},"2000201":{"ID":2000201,"EntranceType":"Town","PlaneID":20002,"FloorID":20002001,"BeginMainMissionList":[],"FinishMainMissionList":[1000101],"FinishSubMissionList":[100010121],"StartGroupID":1,"StartAnchorID":1},"2000301":{"ID":2000301,"EntranceType":"Town","PlaneID":20003,"FloorID":20003001,"BeginMainMissionList":[],"FinishMainMissionList":[1000302],"FinishSubMissionList":[100030204],"StartGroupID":2,"StartAnchorID":1},"2000302":{"ID":2000302,"EntranceType":"Town","PlaneID":20003,"FloorID":20003001,"BeginMainMissionList":[],"FinishMainMissionList":[1000401],"FinishSubMissionList":[],"StartGroupID":149,"StartAnchorID":1},"2000401":{"ID":2000401,"EntranceType":"Town","PlaneID":20004,"FloorID":20004001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[200100129],"StartGroupID":0,"StartAnchorID":0},"2010101":{"ID":2010101,"EntranceType":"Town","PlaneID":20101,"FloorID":20101001,"BeginMainMissionList":[],"FinishMainMissionList":[1010002],"FinishSubMissionList":[101000205],"StartGroupID":0,"StartAnchorID":0},"2010102":{"ID":2010102,"EntranceType":"Town","PlaneID":20101,"FloorID":20101001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":88,"StartAnchorID":1},"2011101":{"ID":2011101,"EntranceType":"Town","PlaneID":20111,"FloorID":20111001,"BeginMainMissionList":[],"FinishMainMissionList":[1010204],"FinishSubMissionList":[101020209],"StartGroupID":0,"StartAnchorID":0},"2012101":{"ID":2012101,"EntranceType":"Town","PlaneID":20121,"FloorID":20121001,"BeginMainMissionList":[],"FinishMainMissionList":[1010500],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"2012201":{"ID":2012201,"EntranceType":"Town","PlaneID":20122,"FloorID":20122001,"BeginMainMissionList":[],"FinishMainMissionList":[1010700],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"2012202":{"ID":2012202,"EntranceType":"Town","PlaneID":20122,"FloorID":20122001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":121,"StartAnchorID":1},"2012301":{"ID":2012301,"EntranceType":"Town","PlaneID":20123,"FloorID":20123001,"BeginMainMissionList":[],"FinishMainMissionList":[1010901],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"2013101":{"ID":2013101,"EntranceType":"Town","PlaneID":20131,"FloorID":20131001,"BeginMainMissionList":[],"FinishMainMissionList":[1011100],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"2013201":{"ID":2013201,"EntranceType":"Town","PlaneID":20132,"FloorID":20132001,"BeginMainMissionList":[],"FinishMainMissionList":[1011202],"FinishSubMissionList":[101120201],"StartGroupID":0,"StartAnchorID":0},"2013301":{"ID":2013301,"EntranceType":"Town","PlaneID":20133,"FloorID":20133001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"2013302":{"ID":2013302,"EntranceType":"Town","PlaneID":20133,"FloorID":20133002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"2013401":{"ID":2013401,"EntranceType":"Town","PlaneID":20134,"FloorID":20134001,"BeginMainMissionList":[],"FinishMainMissionList":[1011400],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"2013402":{"ID":2013402,"EntranceType":"Town","PlaneID":20134,"FloorID":20134001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":21,"StartAnchorID":1},"2013501":{"ID":2013501,"EntranceType":"Town","PlaneID":20135,"FloorID":20135001,"BeginMainMissionList":[],"FinishMainMissionList":[2010203],"FinishSubMissionList":[201020325],"StartGroupID":0,"StartAnchorID":0},"2013601":{"ID":2013601,"EntranceType":"Town","PlaneID":20136,"FloorID":20136001,"BeginMainMissionList":[],"FinishMainMissionList":[2010203],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"2013603":{"ID":2013603,"EntranceType":"Town","PlaneID":20136,"FloorID":20136001,"BeginMainMissionList":[],"FinishMainMissionList":[2010203],"FinishSubMissionList":[],"StartGroupID":1,"StartAnchorID":3},"2021101":{"ID":2021101,"EntranceType":"Town","PlaneID":20211,"FloorID":20211001,"BeginMainMissionList":[],"FinishMainMissionList":[1020101],"FinishSubMissionList":[102010112],"StartGroupID":0,"StartAnchorID":0},"2021201":{"ID":2021201,"EntranceType":"Town","PlaneID":20212,"FloorID":20212001,"BeginMainMissionList":[],"FinishMainMissionList":[1020501],"FinishSubMissionList":[102050110],"StartGroupID":0,"StartAnchorID":0},"2021301":{"ID":2021301,"EntranceType":"Town","PlaneID":20213,"FloorID":20213001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"2021302":{"ID":2021302,"EntranceType":"Town","PlaneID":20213,"FloorID":20213002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"2021401":{"ID":2021401,"EntranceType":"Town","PlaneID":20214,"FloorID":20214001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"2022101":{"ID":2022101,"EntranceType":"Town","PlaneID":20221,"FloorID":20221001,"BeginMainMissionList":[],"FinishMainMissionList":[1020702],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"2022201":{"ID":2022201,"EntranceType":"Town","PlaneID":20222,"FloorID":20222001,"BeginMainMissionList":[],"FinishMainMissionList":[1021001],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"2022301":{"ID":2022301,"EntranceType":"Town","PlaneID":20223,"FloorID":20223001,"BeginMainMissionList":[],"FinishMainMissionList":[2021701],"FinishSubMissionList":[202170101],"StartGroupID":1,"StartAnchorID":1},"2023101":{"ID":2023101,"EntranceType":"Town","PlaneID":20231,"FloorID":20231001,"BeginMainMissionList":[],"FinishMainMissionList":[1021201],"FinishSubMissionList":[102120101],"StartGroupID":0,"StartAnchorID":0},"2023102":{"ID":2023102,"EntranceType":"Town","PlaneID":20231,"FloorID":20231002,"BeginMainMissionList":[],"FinishMainMissionList":[1021201],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"2023201":{"ID":2023201,"EntranceType":"Town","PlaneID":20232,"FloorID":20232001,"BeginMainMissionList":[],"FinishMainMissionList":[1021201],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"2023202":{"ID":2023202,"EntranceType":"Town","PlaneID":20232,"FloorID":20232001,"BeginMainMissionList":[],"FinishMainMissionList":[1021201],"FinishSubMissionList":[],"StartGroupID":1,"StartAnchorID":5},"2023301":{"ID":2023301,"EntranceType":"Town","PlaneID":20233,"FloorID":20233001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"2024101":{"ID":2024101,"EntranceType":"Town","PlaneID":20241,"FloorID":20241001,"BeginMainMissionList":[],"FinishMainMissionList":[2022104],"FinishSubMissionList":[202210428],"StartGroupID":0,"StartAnchorID":0},"2031101":{"ID":2031101,"EntranceType":"Town","PlaneID":20311,"FloorID":20311001,"BeginMainMissionList":[],"FinishMainMissionList":[1030601],"FinishSubMissionList":[103060129],"StartGroupID":0,"StartAnchorID":0},"2031102":{"ID":2031102,"EntranceType":"Town","PlaneID":20311,"FloorID":20311001,"BeginMainMissionList":[],"FinishMainMissionList":[1030601],"FinishSubMissionList":[103060129],"StartGroupID":1,"StartAnchorID":3},"2031103":{"ID":2031103,"EntranceType":"Town","PlaneID":20311,"FloorID":20311001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":418,"StartAnchorID":1},"2031104":{"ID":2031104,"EntranceType":"Town","PlaneID":20311,"FloorID":20311001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":419,"StartAnchorID":1},"2031201":{"ID":2031201,"EntranceType":"Town","PlaneID":20312,"FloorID":20312001,"BeginMainMissionList":[],"FinishMainMissionList":[1030501],"FinishSubMissionList":[103050101],"StartGroupID":0,"StartAnchorID":0},"2031202":{"ID":2031202,"EntranceType":"Town","PlaneID":20312,"FloorID":20312001,"BeginMainMissionList":[],"FinishMainMissionList":[1030501],"FinishSubMissionList":[103050101],"StartGroupID":0,"StartAnchorID":0},"2031301":{"ID":2031301,"EntranceType":"Town","PlaneID":20313,"FloorID":20313001,"BeginMainMissionList":[],"FinishMainMissionList":[1030401],"FinishSubMissionList":[103040110],"StartGroupID":0,"StartAnchorID":0},"2031302":{"ID":2031302,"EntranceType":"Town","PlaneID":20313,"FloorID":20313001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":220,"StartAnchorID":1},"2031303":{"ID":2031303,"EntranceType":"Town","PlaneID":20313,"FloorID":20313001,"BeginMainMissionList":[],"FinishMainMissionList":[1030401],"FinishSubMissionList":[103040110],"StartGroupID":73,"StartAnchorID":4},"2032101":{"ID":2032101,"EntranceType":"Town","PlaneID":20321,"FloorID":20321001,"BeginMainMissionList":[],"FinishMainMissionList":[1031501],"FinishSubMissionList":[103150120],"StartGroupID":0,"StartAnchorID":0},"2032201":{"ID":2032201,"EntranceType":"Town","PlaneID":20322,"FloorID":20322001,"BeginMainMissionList":[],"FinishMainMissionList":[1031101],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"2032301":{"ID":2032301,"EntranceType":"Town","PlaneID":20323,"FloorID":20323001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"2033101":{"ID":2033101,"EntranceType":"Town","PlaneID":20331,"FloorID":20331001,"BeginMainMissionList":[],"FinishMainMissionList":[1032701],"FinishSubMissionList":[103270105],"StartGroupID":0,"StartAnchorID":0},"2033201":{"ID":2033201,"EntranceType":"Town","PlaneID":20332,"FloorID":20332001,"BeginMainMissionList":[],"FinishMainMissionList":[1032901],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"3000101":{"ID":3000101,"EntranceType":"Town","PlaneID":30101,"FloorID":30101001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"3000201":{"ID":3000201,"EntranceType":"Town","PlaneID":30102,"FloorID":30102001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"3000202":{"ID":3000202,"EntranceType":"Town","PlaneID":30102,"FloorID":30102002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"3000203":{"ID":3000203,"EntranceType":"Town","PlaneID":30102,"FloorID":30102003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"3000204":{"ID":3000204,"EntranceType":"Town","PlaneID":30102,"FloorID":30102004,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"3000205":{"ID":3000205,"EntranceType":"Town","PlaneID":30102,"FloorID":30102005,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"3000206":{"ID":3000206,"EntranceType":"Town","PlaneID":30102,"FloorID":30102006,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"3000301":{"ID":3000301,"EntranceType":"Town","PlaneID":30103,"FloorID":30103001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"3000401":{"ID":3000401,"EntranceType":"Town","PlaneID":30104,"FloorID":30104001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"3000501":{"ID":3000501,"EntranceType":"Town","PlaneID":30105,"FloorID":30105001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"3002001":{"ID":3002001,"EntranceType":"Town","PlaneID":30120,"FloorID":30120001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"3012101":{"ID":3012101,"EntranceType":"Town","PlaneID":30121,"FloorID":30121001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"3012102":{"ID":3012102,"EntranceType":"Town","PlaneID":30121,"FloorID":30121002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"3012201":{"ID":3012201,"EntranceType":"Town","PlaneID":30122,"FloorID":30122001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"3012202":{"ID":3012202,"EntranceType":"Town","PlaneID":30122,"FloorID":30122001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":1,"StartAnchorID":2},"3012301":{"ID":3012301,"EntranceType":"Town","PlaneID":30123,"FloorID":30123001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"3012401":{"ID":3012401,"EntranceType":"Town","PlaneID":30124,"FloorID":30124001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"3012402":{"ID":3012402,"EntranceType":"Town","PlaneID":30124,"FloorID":30124002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"3012501":{"ID":3012501,"EntranceType":"Town","PlaneID":30125,"FloorID":30125001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"3020101":{"ID":3020101,"EntranceType":"Town","PlaneID":30201,"FloorID":30201001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"3020201":{"ID":3020201,"EntranceType":"Town","PlaneID":30201,"FloorID":30202001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"3020301":{"ID":3020301,"EntranceType":"Town","PlaneID":30201,"FloorID":30203001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"3020401":{"ID":3020401,"EntranceType":"Town","PlaneID":30201,"FloorID":30204001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"3020501":{"ID":3020501,"EntranceType":"Town","PlaneID":30201,"FloorID":30205001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"3020601":{"ID":3020601,"EntranceType":"Town","PlaneID":30201,"FloorID":30206001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"4000001":{"ID":4000001,"EntranceType":"Town","PlaneID":40000,"FloorID":40000001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"4000201":{"ID":4000201,"EntranceType":"Town","PlaneID":40002,"FloorID":40002001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"4000202":{"ID":4000202,"EntranceType":"Town","PlaneID":40002,"FloorID":40002002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"4000203":{"ID":4000203,"EntranceType":"Town","PlaneID":40002,"FloorID":40002003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"4000204":{"ID":4000204,"EntranceType":"Town","PlaneID":40002,"FloorID":40002004,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"4000211":{"ID":4000211,"EntranceType":"Town","PlaneID":40002,"FloorID":40002101,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"4000212":{"ID":4000212,"EntranceType":"Town","PlaneID":40002,"FloorID":40002102,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"4000213":{"ID":4000213,"EntranceType":"Town","PlaneID":40002,"FloorID":40002103,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"4000214":{"ID":4000214,"EntranceType":"Town","PlaneID":40002,"FloorID":40002104,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"4000301":{"ID":4000301,"EntranceType":"Town","PlaneID":40003,"FloorID":40003001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"4010101":{"ID":4010101,"EntranceType":"Town","PlaneID":40101,"FloorID":40101001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"4010102":{"ID":4010102,"EntranceType":"Town","PlaneID":40101,"FloorID":40101002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"4010103":{"ID":4010103,"EntranceType":"Town","PlaneID":40101,"FloorID":40101003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"4010104":{"ID":4010104,"EntranceType":"Town","PlaneID":40101,"FloorID":40101004,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"4010106":{"ID":4010106,"EntranceType":"Town","PlaneID":40101,"FloorID":40101006,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"4011101":{"ID":4011101,"EntranceType":"Town","PlaneID":40111,"FloorID":40111001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"4012201":{"ID":4012201,"EntranceType":"Town","PlaneID":40122,"FloorID":40122001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"4012301":{"ID":4012301,"EntranceType":"Town","PlaneID":40123,"FloorID":40123001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"4222101":{"ID":4222101,"EntranceType":"Town","PlaneID":42221,"FloorID":42221001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8000001":{"ID":8000001,"EntranceType":"Town","PlaneID":80000,"FloorID":80000001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":3,"StartAnchorID":1},"8000101":{"ID":8000101,"EntranceType":"Town","PlaneID":80001,"FloorID":80001001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8000102":{"ID":8000102,"EntranceType":"Town","PlaneID":80001,"FloorID":80001002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8000103":{"ID":8000103,"EntranceType":"Town","PlaneID":80001,"FloorID":80001003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8011201":{"ID":8011201,"EntranceType":"Town","PlaneID":80112,"FloorID":80112001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":1,"StartAnchorID":1},"8020001":{"ID":8020001,"EntranceType":"Town","PlaneID":80200,"FloorID":80200001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8020002":{"ID":8020002,"EntranceType":"Town","PlaneID":80200,"FloorID":80200002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8020003":{"ID":8020003,"EntranceType":"Town","PlaneID":80200,"FloorID":80200003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8020004":{"ID":8020004,"EntranceType":"Town","PlaneID":80200,"FloorID":80200004,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8020005":{"ID":8020005,"EntranceType":"Town","PlaneID":80200,"FloorID":80200005,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8020006":{"ID":8020006,"EntranceType":"Town","PlaneID":80200,"FloorID":80200006,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8020007":{"ID":8020007,"EntranceType":"Town","PlaneID":80200,"FloorID":80200007,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8020008":{"ID":8020008,"EntranceType":"Town","PlaneID":80200,"FloorID":80200008,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8020101":{"ID":8020101,"EntranceType":"Town","PlaneID":80201,"FloorID":80201001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8020201":{"ID":8020201,"EntranceType":"Town","PlaneID":80202,"FloorID":80202001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8020301":{"ID":8020301,"EntranceType":"Town","PlaneID":80203,"FloorID":80203001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8020401":{"ID":8020401,"EntranceType":"Town","PlaneID":80204,"FloorID":80204001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8020501":{"ID":8020501,"EntranceType":"Town","PlaneID":80205,"FloorID":80205001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8020601":{"ID":8020601,"EntranceType":"Town","PlaneID":80206,"FloorID":80206001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8020701":{"ID":8020701,"EntranceType":"Town","PlaneID":80207,"FloorID":80207001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8020801":{"ID":8020801,"EntranceType":"Town","PlaneID":80208,"FloorID":80208001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8020901":{"ID":8020901,"EntranceType":"Town","PlaneID":80209,"FloorID":80209001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8021001":{"ID":8021001,"EntranceType":"Town","PlaneID":80210,"FloorID":80210001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8021101":{"ID":8021101,"EntranceType":"Town","PlaneID":80211,"FloorID":80211001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8030101":{"ID":8030101,"EntranceType":"Town","PlaneID":80301,"FloorID":80301001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8030102":{"ID":8030102,"EntranceType":"Town","PlaneID":80301,"FloorID":80301002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8030201":{"ID":8030201,"EntranceType":"Town","PlaneID":80302,"FloorID":80302001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8030202":{"ID":8030202,"EntranceType":"Town","PlaneID":80302,"FloorID":80302002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8030301":{"ID":8030301,"EntranceType":"Town","PlaneID":80303,"FloorID":80303001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8030401":{"ID":8030401,"EntranceType":"Town","PlaneID":80304,"FloorID":80304001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8030501":{"ID":8030501,"EntranceType":"Town","PlaneID":80305,"FloorID":80305001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8040001":{"ID":8040001,"EntranceType":"Town","PlaneID":80400,"FloorID":80400001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8040101":{"ID":8040101,"EntranceType":"Town","PlaneID":80401,"FloorID":80401001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8040201":{"ID":8040201,"EntranceType":"Town","PlaneID":80402,"FloorID":80402001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8040301":{"ID":8040301,"EntranceType":"Town","PlaneID":80403,"FloorID":80403001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8040401":{"ID":8040401,"EntranceType":"Town","PlaneID":80404,"FloorID":80404001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8040501":{"ID":8040501,"EntranceType":"Town","PlaneID":80405,"FloorID":80405001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8040601":{"ID":8040601,"EntranceType":"Town","PlaneID":80406,"FloorID":80406001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8040701":{"ID":8040701,"EntranceType":"Town","PlaneID":80407,"FloorID":80407001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8040801":{"ID":8040801,"EntranceType":"Town","PlaneID":80408,"FloorID":80408001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8040802":{"ID":8040802,"EntranceType":"Town","PlaneID":80408,"FloorID":80408002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8040803":{"ID":8040803,"EntranceType":"Town","PlaneID":80408,"FloorID":80408003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8040804":{"ID":8040804,"EntranceType":"Town","PlaneID":80408,"FloorID":80408004,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8040805":{"ID":8040805,"EntranceType":"Town","PlaneID":80408,"FloorID":80408005,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8040806":{"ID":8040806,"EntranceType":"Town","PlaneID":80408,"FloorID":80408006,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8040807":{"ID":8040807,"EntranceType":"Town","PlaneID":80408,"FloorID":80408007,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8100101":{"ID":8100101,"EntranceType":"Town","PlaneID":81001,"FloorID":81001001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8100201":{"ID":8100201,"EntranceType":"Town","PlaneID":81002,"FloorID":81002001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8100301":{"ID":8100301,"EntranceType":"Town","PlaneID":81003,"FloorID":81003001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8100401":{"ID":8100401,"EntranceType":"Town","PlaneID":81004,"FloorID":81004001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8111101":{"ID":8111101,"EntranceType":"Town","PlaneID":81111,"FloorID":81111001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8112101":{"ID":8112101,"EntranceType":"Town","PlaneID":81121,"FloorID":81121001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8112201":{"ID":8112201,"EntranceType":"Town","PlaneID":81122,"FloorID":81122001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8112301":{"ID":8112301,"EntranceType":"Town","PlaneID":81123,"FloorID":81123001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8113101":{"ID":8113101,"EntranceType":"Town","PlaneID":81131,"FloorID":81131001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8113201":{"ID":8113201,"EntranceType":"Town","PlaneID":81132,"FloorID":81132001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8121101":{"ID":8121101,"EntranceType":"Town","PlaneID":81211,"FloorID":81211001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8121201":{"ID":8121201,"EntranceType":"Town","PlaneID":81212,"FloorID":81212001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8122101":{"ID":8122101,"EntranceType":"Town","PlaneID":81221,"FloorID":81221001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8122201":{"ID":8122201,"EntranceType":"Town","PlaneID":81222,"FloorID":81222001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8122301":{"ID":8122301,"EntranceType":"Town","PlaneID":81223,"FloorID":81223001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8123101":{"ID":8123101,"EntranceType":"Town","PlaneID":81231,"FloorID":81231001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8123201":{"ID":8123201,"EntranceType":"Town","PlaneID":81232,"FloorID":81232001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8131101":{"ID":8131101,"EntranceType":"Town","PlaneID":81311,"FloorID":81311001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8131201":{"ID":8131201,"EntranceType":"Town","PlaneID":81312,"FloorID":81312001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"8131301":{"ID":8131301,"EntranceType":"Town","PlaneID":81313,"FloorID":81313001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"20100001":{"ID":20100001,"EntranceType":"Town","PlaneID":20100,"FloorID":20100001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":1,"StartAnchorID":1},"30002061":{"ID":30002061,"EntranceType":"Town","PlaneID":30102,"FloorID":30102006,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":1,"StartAnchorID":2},"30301001":{"ID":30301001,"EntranceType":"Town","PlaneID":30301,"FloorID":30301001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"30301002":{"ID":30301002,"EntranceType":"Town","PlaneID":30301,"FloorID":30301002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"30301003":{"ID":30301003,"EntranceType":"Town","PlaneID":30301,"FloorID":30301003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"30301004":{"ID":30301004,"EntranceType":"Town","PlaneID":30301,"FloorID":30301004,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"30301005":{"ID":30301005,"EntranceType":"Town","PlaneID":30301,"FloorID":30301005,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"30301006":{"ID":30301006,"EntranceType":"Town","PlaneID":30301,"FloorID":30301006,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"30301007":{"ID":30301007,"EntranceType":"Town","PlaneID":30301,"FloorID":30301007,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"30401001":{"ID":30401001,"EntranceType":"Town","PlaneID":30401,"FloorID":30401001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"30401002":{"ID":30401002,"EntranceType":"Town","PlaneID":30401,"FloorID":30401002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"30401003":{"ID":30401003,"EntranceType":"Town","PlaneID":30401,"FloorID":30401003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"30401004":{"ID":30401004,"EntranceType":"Town","PlaneID":30401,"FloorID":30401004,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"30401005":{"ID":30401005,"EntranceType":"Town","PlaneID":30401,"FloorID":30401005,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"30500001":{"ID":30500001,"EntranceType":"Town","PlaneID":30500,"FloorID":30500001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"30501001":{"ID":30501001,"EntranceType":"Town","PlaneID":30501,"FloorID":30501001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"30502001":{"ID":30502001,"EntranceType":"Town","PlaneID":30502,"FloorID":30502001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"30521001":{"ID":30521001,"EntranceType":"Town","PlaneID":30521,"FloorID":30521001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"30523001":{"ID":30523001,"EntranceType":"Town","PlaneID":30523,"FloorID":30523001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"30524001":{"ID":30524001,"EntranceType":"Town","PlaneID":30524,"FloorID":30524001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40121001":{"ID":40121001,"EntranceType":"Town","PlaneID":40121,"FloorID":40121001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40121002":{"ID":40121002,"EntranceType":"Town","PlaneID":40121,"FloorID":40121002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40121003":{"ID":40121003,"EntranceType":"Town","PlaneID":40121,"FloorID":40121003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40121005":{"ID":40121005,"EntranceType":"Town","PlaneID":40121,"FloorID":40121005,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40121006":{"ID":40121006,"EntranceType":"Town","PlaneID":40121,"FloorID":40121006,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40131001":{"ID":40131001,"EntranceType":"Town","PlaneID":40131,"FloorID":40131001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40131002":{"ID":40131002,"EntranceType":"Town","PlaneID":40131,"FloorID":40131002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40131003":{"ID":40131003,"EntranceType":"Town","PlaneID":40131,"FloorID":40131003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40211001":{"ID":40211001,"EntranceType":"Town","PlaneID":40211,"FloorID":40211001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40211002":{"ID":40211002,"EntranceType":"Town","PlaneID":40211,"FloorID":40211002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40211003":{"ID":40211003,"EntranceType":"Town","PlaneID":40211,"FloorID":40211003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40212001":{"ID":40212001,"EntranceType":"Town","PlaneID":40212,"FloorID":40212001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40212002":{"ID":40212002,"EntranceType":"Town","PlaneID":40212,"FloorID":40212002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40212003":{"ID":40212003,"EntranceType":"Town","PlaneID":40212,"FloorID":40212003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40221001":{"ID":40221001,"EntranceType":"Town","PlaneID":40221,"FloorID":40221001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40222001":{"ID":40222001,"EntranceType":"Town","PlaneID":40222,"FloorID":40222001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40222002":{"ID":40222002,"EntranceType":"Town","PlaneID":40222,"FloorID":40222002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40222003":{"ID":40222003,"EntranceType":"Town","PlaneID":40222,"FloorID":40222003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40222004":{"ID":40222004,"EntranceType":"Town","PlaneID":40222,"FloorID":40222004,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40222005":{"ID":40222005,"EntranceType":"Town","PlaneID":40222,"FloorID":40222005,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40231001":{"ID":40231001,"EntranceType":"Town","PlaneID":40231,"FloorID":40231001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40231003":{"ID":40231003,"EntranceType":"Town","PlaneID":40231,"FloorID":40231003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40231004":{"ID":40231004,"EntranceType":"Town","PlaneID":40231,"FloorID":40231004,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40232001":{"ID":40232001,"EntranceType":"Town","PlaneID":40232,"FloorID":40232001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40232002":{"ID":40232002,"EntranceType":"Town","PlaneID":40232,"FloorID":40232002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40233001":{"ID":40233001,"EntranceType":"Town","PlaneID":40233,"FloorID":40233001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40234001":{"ID":40234001,"EntranceType":"Town","PlaneID":40234,"FloorID":40234001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40235001":{"ID":40235001,"EntranceType":"Town","PlaneID":40235,"FloorID":40235001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40236001":{"ID":40236001,"EntranceType":"Town","PlaneID":40236,"FloorID":40236001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40236002":{"ID":40236002,"EntranceType":"Town","PlaneID":40236,"FloorID":40236002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40237001":{"ID":40237001,"EntranceType":"Town","PlaneID":40237,"FloorID":40237001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40237002":{"ID":40237002,"EntranceType":"Town","PlaneID":40237,"FloorID":40237002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40237003":{"ID":40237003,"EntranceType":"Town","PlaneID":40237,"FloorID":40237003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40237004":{"ID":40237004,"EntranceType":"Town","PlaneID":40237,"FloorID":40237004,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40237005":{"ID":40237005,"EntranceType":"Town","PlaneID":40237,"FloorID":40237005,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40237006":{"ID":40237006,"EntranceType":"Town","PlaneID":40237,"FloorID":40237006,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40238001":{"ID":40238001,"EntranceType":"Town","PlaneID":40238,"FloorID":40238001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"40312001":{"ID":40312001,"EntranceType":"Town","PlaneID":40312,"FloorID":40312001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"41000001":{"ID":41000001,"EntranceType":"Town","PlaneID":41000,"FloorID":41000001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"41000002":{"ID":41000002,"EntranceType":"Town","PlaneID":41000,"FloorID":41000002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"41000003":{"ID":41000003,"EntranceType":"Town","PlaneID":41000,"FloorID":41000003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"41000004":{"ID":41000004,"EntranceType":"Town","PlaneID":41000,"FloorID":41000004,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"41000005":{"ID":41000005,"EntranceType":"Town","PlaneID":41000,"FloorID":41000005,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"41000006":{"ID":41000006,"EntranceType":"Town","PlaneID":41000,"FloorID":41000006,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"41000007":{"ID":41000007,"EntranceType":"Town","PlaneID":41007,"FloorID":41000007,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"41000008":{"ID":41000008,"EntranceType":"Town","PlaneID":41008,"FloorID":41000008,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"41000009":{"ID":41000009,"EntranceType":"Town","PlaneID":41009,"FloorID":41000009,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"41000010":{"ID":41000010,"EntranceType":"Town","PlaneID":41010,"FloorID":41000010,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"41000011":{"ID":41000011,"EntranceType":"Town","PlaneID":41011,"FloorID":41000011,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"41000012":{"ID":41000012,"EntranceType":"Town","PlaneID":41012,"FloorID":41000012,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"41212001":{"ID":41212001,"EntranceType":"Town","PlaneID":41212,"FloorID":41212001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"41221001":{"ID":41221001,"EntranceType":"Town","PlaneID":41221,"FloorID":41221001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"41221002":{"ID":41221002,"EntranceType":"Town","PlaneID":41221,"FloorID":41221002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"41221003":{"ID":41221003,"EntranceType":"Town","PlaneID":41221,"FloorID":41221003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43001001":{"ID":43001001,"EntranceType":"Town","PlaneID":43001,"FloorID":43001001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43001002":{"ID":43001002,"EntranceType":"Town","PlaneID":43001,"FloorID":43001002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43002001":{"ID":43002001,"EntranceType":"Town","PlaneID":43002,"FloorID":43002001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43002002":{"ID":43002002,"EntranceType":"Town","PlaneID":43002,"FloorID":43002002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43002003":{"ID":43002003,"EntranceType":"Town","PlaneID":43002,"FloorID":43002003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":1,"StartAnchorID":1},"43002004":{"ID":43002004,"EntranceType":"Town","PlaneID":43002,"FloorID":43002003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":1,"StartAnchorID":2},"43003001":{"ID":43003001,"EntranceType":"Town","PlaneID":43003,"FloorID":43003001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43004001":{"ID":43004001,"EntranceType":"Town","PlaneID":43004,"FloorID":43004001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43101001":{"ID":43101001,"EntranceType":"Town","PlaneID":43101,"FloorID":43101001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43101002":{"ID":43101002,"EntranceType":"Town","PlaneID":43101,"FloorID":43101002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43102001":{"ID":43102001,"EntranceType":"Town","PlaneID":43102,"FloorID":43102001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43102002":{"ID":43102002,"EntranceType":"Town","PlaneID":43102,"FloorID":43102002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43102003":{"ID":43102003,"EntranceType":"Town","PlaneID":43102,"FloorID":43102003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43103001":{"ID":43103001,"EntranceType":"Town","PlaneID":43103,"FloorID":43103001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43103002":{"ID":43103002,"EntranceType":"Town","PlaneID":43103,"FloorID":43103002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43103003":{"ID":43103003,"EntranceType":"Town","PlaneID":43103,"FloorID":43103003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43103004":{"ID":43103004,"EntranceType":"Town","PlaneID":43103,"FloorID":43103004,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43103005":{"ID":43103005,"EntranceType":"Town","PlaneID":43103,"FloorID":43103005,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43104001":{"ID":43104001,"EntranceType":"Town","PlaneID":43104,"FloorID":43104001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43201001":{"ID":43201001,"EntranceType":"Town","PlaneID":43201,"FloorID":43201001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43201002":{"ID":43201002,"EntranceType":"Town","PlaneID":43201,"FloorID":43201002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43201003":{"ID":43201003,"EntranceType":"Town","PlaneID":43201,"FloorID":43201003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43201004":{"ID":43201004,"EntranceType":"Town","PlaneID":43201,"FloorID":43201004,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43201005":{"ID":43201005,"EntranceType":"Town","PlaneID":43201,"FloorID":43201005,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43202001":{"ID":43202001,"EntranceType":"Town","PlaneID":43202,"FloorID":43202001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43202002":{"ID":43202002,"EntranceType":"Town","PlaneID":43202,"FloorID":43202002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43202003":{"ID":43202003,"EntranceType":"Town","PlaneID":43202,"FloorID":43202003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43202004":{"ID":43202004,"EntranceType":"Town","PlaneID":43202,"FloorID":43202004,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43202005":{"ID":43202005,"EntranceType":"Town","PlaneID":43202,"FloorID":43202005,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43202006":{"ID":43202006,"EntranceType":"Town","PlaneID":43202,"FloorID":43202006,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43203001":{"ID":43203001,"EntranceType":"Town","PlaneID":43203,"FloorID":43203001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43204001":{"ID":43204001,"EntranceType":"Town","PlaneID":43204,"FloorID":43204001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43205001":{"ID":43205001,"EntranceType":"Town","PlaneID":43205,"FloorID":43205001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43206001":{"ID":43206001,"EntranceType":"Town","PlaneID":43206,"FloorID":43206001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43207001":{"ID":43207001,"EntranceType":"Town","PlaneID":43207,"FloorID":43207001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43207002":{"ID":43207002,"EntranceType":"Town","PlaneID":43207,"FloorID":43207002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43207003":{"ID":43207003,"EntranceType":"Town","PlaneID":43207,"FloorID":43207003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43208001":{"ID":43208001,"EntranceType":"Town","PlaneID":43208,"FloorID":43208001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43209001":{"ID":43209001,"EntranceType":"Town","PlaneID":43209,"FloorID":43209001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43210001":{"ID":43210001,"EntranceType":"Town","PlaneID":43210,"FloorID":43210001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43210002":{"ID":43210002,"EntranceType":"Town","PlaneID":43210,"FloorID":43210002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43211001":{"ID":43211001,"EntranceType":"Town","PlaneID":43211,"FloorID":43211001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43212001":{"ID":43212001,"EntranceType":"Town","PlaneID":43212,"FloorID":43212001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43213001":{"ID":43213001,"EntranceType":"Town","PlaneID":43213,"FloorID":43213001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43214001":{"ID":43214001,"EntranceType":"Town","PlaneID":43214,"FloorID":43214001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43215001":{"ID":43215001,"EntranceType":"Town","PlaneID":43215,"FloorID":43215001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43216001":{"ID":43216001,"EntranceType":"Town","PlaneID":43216,"FloorID":43216001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43217001":{"ID":43217001,"EntranceType":"Town","PlaneID":43217,"FloorID":43217001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43217002":{"ID":43217002,"EntranceType":"Town","PlaneID":43217,"FloorID":43217002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43218001":{"ID":43218001,"EntranceType":"Town","PlaneID":43218,"FloorID":43218001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43301001":{"ID":43301001,"EntranceType":"Town","PlaneID":43301,"FloorID":43301001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43302001":{"ID":43302001,"EntranceType":"Town","PlaneID":43302,"FloorID":43302001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43303001":{"ID":43303001,"EntranceType":"Town","PlaneID":43303,"FloorID":43303001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43303002":{"ID":43303002,"EntranceType":"Town","PlaneID":43303,"FloorID":43303002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43303003":{"ID":43303003,"EntranceType":"Town","PlaneID":43303,"FloorID":43303003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43304001":{"ID":43304001,"EntranceType":"Town","PlaneID":43304,"FloorID":43304001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43305001":{"ID":43305001,"EntranceType":"Town","PlaneID":43305,"FloorID":43305001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43305002":{"ID":43305002,"EntranceType":"Town","PlaneID":43305,"FloorID":43305002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43306001":{"ID":43306001,"EntranceType":"Town","PlaneID":43306,"FloorID":43306001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43306002":{"ID":43306002,"EntranceType":"Town","PlaneID":43306,"FloorID":43306002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43307001":{"ID":43307001,"EntranceType":"Town","PlaneID":43307,"FloorID":43307001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43308001":{"ID":43308001,"EntranceType":"Town","PlaneID":43308,"FloorID":43308001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43310001":{"ID":43310001,"EntranceType":"Town","PlaneID":43310,"FloorID":43310001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43312001":{"ID":43312001,"EntranceType":"Town","PlaneID":43312,"FloorID":43312001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43312002":{"ID":43312002,"EntranceType":"Town","PlaneID":43312,"FloorID":43312002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43312003":{"ID":43312003,"EntranceType":"Town","PlaneID":43312,"FloorID":43312003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43313001":{"ID":43313001,"EntranceType":"Town","PlaneID":43313,"FloorID":43313001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43313002":{"ID":43313002,"EntranceType":"Town","PlaneID":43313,"FloorID":43313002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43313003":{"ID":43313003,"EntranceType":"Town","PlaneID":43313,"FloorID":43313003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43313004":{"ID":43313004,"EntranceType":"Town","PlaneID":43313,"FloorID":43313004,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43314001":{"ID":43314001,"EntranceType":"Town","PlaneID":43314,"FloorID":43314001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43321001":{"ID":43321001,"EntranceType":"Town","PlaneID":43321,"FloorID":43321001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43321002":{"ID":43321002,"EntranceType":"Town","PlaneID":43321,"FloorID":43321002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43322001":{"ID":43322001,"EntranceType":"Town","PlaneID":43322,"FloorID":43322001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43322002":{"ID":43322002,"EntranceType":"Town","PlaneID":43322,"FloorID":43322002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43322003":{"ID":43322003,"EntranceType":"Town","PlaneID":43322,"FloorID":43322003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43322004":{"ID":43322004,"EntranceType":"Town","PlaneID":43322,"FloorID":43322004,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"43322005":{"ID":43322005,"EntranceType":"Town","PlaneID":43322,"FloorID":43322005,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44001001":{"ID":44001001,"EntranceType":"Town","PlaneID":44001,"FloorID":44001001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44001002":{"ID":44001002,"EntranceType":"Town","PlaneID":44001,"FloorID":44001002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44001003":{"ID":44001003,"EntranceType":"Town","PlaneID":44001,"FloorID":44001003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44201001":{"ID":44201001,"EntranceType":"Town","PlaneID":44201,"FloorID":44201001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44201002":{"ID":44201002,"EntranceType":"Town","PlaneID":44201,"FloorID":44201002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44201003":{"ID":44201003,"EntranceType":"Town","PlaneID":44201,"FloorID":44201003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44202001":{"ID":44202001,"EntranceType":"Town","PlaneID":44202,"FloorID":44202001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44202002":{"ID":44202002,"EntranceType":"Town","PlaneID":44202,"FloorID":44202002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44202003":{"ID":44202003,"EntranceType":"Town","PlaneID":44202,"FloorID":44202003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44202004":{"ID":44202004,"EntranceType":"Town","PlaneID":44202,"FloorID":44202004,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44301001":{"ID":44301001,"EntranceType":"Town","PlaneID":44301,"FloorID":44301001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44301002":{"ID":44301002,"EntranceType":"Town","PlaneID":44301,"FloorID":44301002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44301003":{"ID":44301003,"EntranceType":"Town","PlaneID":44301,"FloorID":44301003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44301004":{"ID":44301004,"EntranceType":"Town","PlaneID":44301,"FloorID":44301004,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44301005":{"ID":44301005,"EntranceType":"Town","PlaneID":44301,"FloorID":44301005,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44301006":{"ID":44301006,"EntranceType":"Town","PlaneID":44301,"FloorID":44301006,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44301007":{"ID":44301007,"EntranceType":"Town","PlaneID":44301,"FloorID":44301007,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44301008":{"ID":44301008,"EntranceType":"Town","PlaneID":44301,"FloorID":44301008,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44301009":{"ID":44301009,"EntranceType":"Town","PlaneID":44301,"FloorID":44301009,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44301010":{"ID":44301010,"EntranceType":"Town","PlaneID":44301,"FloorID":44301010,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44301011":{"ID":44301011,"EntranceType":"Town","PlaneID":44301,"FloorID":44301011,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44301012":{"ID":44301012,"EntranceType":"Town","PlaneID":44301,"FloorID":44301012,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44301013":{"ID":44301013,"EntranceType":"Town","PlaneID":44301,"FloorID":44301013,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44301014":{"ID":44301014,"EntranceType":"Town","PlaneID":44301,"FloorID":44301014,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44301015":{"ID":44301015,"EntranceType":"Town","PlaneID":44301,"FloorID":44301015,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44301016":{"ID":44301016,"EntranceType":"Town","PlaneID":44301,"FloorID":44301016,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44301017":{"ID":44301017,"EntranceType":"Town","PlaneID":44301,"FloorID":44301017,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44301018":{"ID":44301018,"EntranceType":"Town","PlaneID":44301,"FloorID":44301018,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44301019":{"ID":44301019,"EntranceType":"Town","PlaneID":44301,"FloorID":44301019,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44301020":{"ID":44301020,"EntranceType":"Town","PlaneID":44301,"FloorID":44301020,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44301021":{"ID":44301021,"EntranceType":"Town","PlaneID":44301,"FloorID":44301021,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44301022":{"ID":44301022,"EntranceType":"Town","PlaneID":44301,"FloorID":44301022,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44302001":{"ID":44302001,"EntranceType":"Town","PlaneID":44302,"FloorID":44302001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44302002":{"ID":44302002,"EntranceType":"Town","PlaneID":44302,"FloorID":44302002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44302003":{"ID":44302003,"EntranceType":"Town","PlaneID":44302,"FloorID":44302003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44302004":{"ID":44302004,"EntranceType":"Town","PlaneID":44302,"FloorID":44302004,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44303001":{"ID":44303001,"EntranceType":"Town","PlaneID":44303,"FloorID":44303001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44303002":{"ID":44303002,"EntranceType":"Town","PlaneID":44303,"FloorID":44303002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44303003":{"ID":44303003,"EntranceType":"Town","PlaneID":44303,"FloorID":44303003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44305001":{"ID":44305001,"EntranceType":"Town","PlaneID":44305,"FloorID":44305001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44305002":{"ID":44305002,"EntranceType":"Town","PlaneID":44305,"FloorID":44305002,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44305003":{"ID":44305003,"EntranceType":"Town","PlaneID":44305,"FloorID":44305003,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44305004":{"ID":44305004,"EntranceType":"Town","PlaneID":44305,"FloorID":44305004,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"44305005":{"ID":44305005,"EntranceType":"Town","PlaneID":44305,"FloorID":44305005,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"100000102":{"ID":100000102,"EntranceType":"Town","PlaneID":10000,"FloorID":10000000,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":7,"StartAnchorID":1},"100000103":{"ID":100000103,"EntranceType":"Town","PlaneID":10000,"FloorID":10000000,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":34,"StartAnchorID":1},"100000104":{"ID":100000104,"EntranceType":"Town","PlaneID":10000,"FloorID":10000000,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":47,"StartAnchorID":1},"101010102":{"ID":101010102,"EntranceType":"Town","PlaneID":10101,"FloorID":10101001,"BeginMainMissionList":[],"FinishMainMissionList":[1010101],"FinishSubMissionList":[101010114],"StartGroupID":3,"StartAnchorID":5},"101010103":{"ID":101010103,"EntranceType":"Town","PlaneID":10101,"FloorID":10101001,"BeginMainMissionList":[],"FinishMainMissionList":[1010101],"FinishSubMissionList":[101010114],"StartGroupID":3,"StartAnchorID":2},"101010104":{"ID":101010104,"EntranceType":"Town","PlaneID":10101,"FloorID":10101001,"BeginMainMissionList":[],"FinishMainMissionList":[1010101],"FinishSubMissionList":[101010114],"StartGroupID":3,"StartAnchorID":3},"101010105":{"ID":101010105,"EntranceType":"Town","PlaneID":10101,"FloorID":10101001,"BeginMainMissionList":[],"FinishMainMissionList":[1010101],"FinishSubMissionList":[101010114],"StartGroupID":3,"StartAnchorID":1},"101010106":{"ID":101010106,"EntranceType":"Town","PlaneID":10101,"FloorID":10101001,"BeginMainMissionList":[],"FinishMainMissionList":[1010101],"FinishSubMissionList":[101010114],"StartGroupID":3,"StartAnchorID":9},"101010107":{"ID":101010107,"EntranceType":"Town","PlaneID":10101,"FloorID":10101001,"BeginMainMissionList":[],"FinishMainMissionList":[1010101],"FinishSubMissionList":[101010114],"StartGroupID":3,"StartAnchorID":10},"101010108":{"ID":101010108,"EntranceType":"Town","PlaneID":10101,"FloorID":10101001,"BeginMainMissionList":[],"FinishMainMissionList":[1010101],"FinishSubMissionList":[101010114],"StartGroupID":3,"StartAnchorID":11},"101010109":{"ID":101010109,"EntranceType":"Town","PlaneID":10101,"FloorID":10101001,"BeginMainMissionList":[],"FinishMainMissionList":[1010101],"FinishSubMissionList":[101010114],"StartGroupID":3,"StartAnchorID":12},"101010110":{"ID":101010110,"EntranceType":"Town","PlaneID":10101,"FloorID":10101001,"BeginMainMissionList":[],"FinishMainMissionList":[1010101],"FinishSubMissionList":[101010114],"StartGroupID":3,"StartAnchorID":13},"101010402":{"ID":101010402,"EntranceType":"Town","PlaneID":10101,"FloorID":10101004,"BeginMainMissionList":[],"FinishMainMissionList":[1010101],"FinishSubMissionList":[101010114],"StartGroupID":1,"StartAnchorID":2},"101010502":{"ID":101010502,"EntranceType":"Town","PlaneID":10101,"FloorID":10101005,"BeginMainMissionList":[],"FinishMainMissionList":[1010101],"FinishSubMissionList":[101010114],"StartGroupID":2,"StartAnchorID":2},"101010503":{"ID":101010503,"EntranceType":"Town","PlaneID":10101,"FloorID":10101005,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":27,"StartAnchorID":1},"101020102":{"ID":101020102,"EntranceType":"Town","PlaneID":10102,"FloorID":10102001,"BeginMainMissionList":[],"FinishMainMissionList":[1010302],"FinishSubMissionList":[],"StartGroupID":2,"StartAnchorID":3},"101020103":{"ID":101020103,"EntranceType":"Town","PlaneID":10102,"FloorID":10102001,"BeginMainMissionList":[],"FinishMainMissionList":[1010302],"FinishSubMissionList":[],"StartGroupID":2,"StartAnchorID":4},"101020104":{"ID":101020104,"EntranceType":"Town","PlaneID":10102,"FloorID":10102001,"BeginMainMissionList":[],"FinishMainMissionList":[1010302],"FinishSubMissionList":[],"StartGroupID":2,"StartAnchorID":7},"101020105":{"ID":101020105,"EntranceType":"Town","PlaneID":10102,"FloorID":10102001,"BeginMainMissionList":[],"FinishMainMissionList":[1010302],"FinishSubMissionList":[],"StartGroupID":2,"StartAnchorID":2},"101020106":{"ID":101020106,"EntranceType":"Town","PlaneID":10102,"FloorID":10102001,"BeginMainMissionList":[],"FinishMainMissionList":[1010302],"FinishSubMissionList":[],"StartGroupID":2,"StartAnchorID":6},"101020107":{"ID":101020107,"EntranceType":"Town","PlaneID":10102,"FloorID":10102001,"BeginMainMissionList":[],"FinishMainMissionList":[1010302],"FinishSubMissionList":[],"StartGroupID":2,"StartAnchorID":5},"102010102":{"ID":102010102,"EntranceType":"Town","PlaneID":10201,"FloorID":10201001,"BeginMainMissionList":[],"FinishMainMissionList":[1020201],"FinishSubMissionList":[102020110],"StartGroupID":1,"StartAnchorID":2},"102010103":{"ID":102010103,"EntranceType":"Town","PlaneID":10201,"FloorID":10201001,"BeginMainMissionList":[],"FinishMainMissionList":[1020201],"FinishSubMissionList":[102020110],"StartGroupID":2,"StartAnchorID":1},"102010104":{"ID":102010104,"EntranceType":"Town","PlaneID":10201,"FloorID":10201001,"BeginMainMissionList":[],"FinishMainMissionList":[1020201],"FinishSubMissionList":[102020110],"StartGroupID":111,"StartAnchorID":1},"102010105":{"ID":102010105,"EntranceType":"Town","PlaneID":10201,"FloorID":10201001,"BeginMainMissionList":[],"FinishMainMissionList":[8024101],"FinishSubMissionList":[802410101],"StartGroupID":275,"StartAnchorID":1},"102020102":{"ID":102020102,"EntranceType":"Town","PlaneID":10202,"FloorID":10202001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":2,"StartAnchorID":1},"102020103":{"ID":102020103,"EntranceType":"Town","PlaneID":10202,"FloorID":10202001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":1,"StartAnchorID":4},"102020104":{"ID":102020104,"EntranceType":"Town","PlaneID":10202,"FloorID":10202001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":2,"StartAnchorID":2},"102020105":{"ID":102020105,"EntranceType":"Town","PlaneID":10202,"FloorID":10202001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":1,"StartAnchorID":5},"102020106":{"ID":102020106,"EntranceType":"Town","PlaneID":10202,"FloorID":10202001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":1,"StartAnchorID":6},"102020107":{"ID":102020107,"EntranceType":"Town","PlaneID":10202,"FloorID":10202001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":170,"StartAnchorID":1},"102020402":{"ID":102020402,"EntranceType":"Town","PlaneID":10202,"FloorID":10202004,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":52,"StartAnchorID":1},"102020403":{"ID":102020403,"EntranceType":"Town","PlaneID":10202,"FloorID":10202004,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":52,"StartAnchorID":2},"102020404":{"ID":102020404,"EntranceType":"Town","PlaneID":10202,"FloorID":10202004,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":1,"StartAnchorID":1},"200010102":{"ID":200010102,"EntranceType":"Town","PlaneID":20001,"FloorID":20001001,"BeginMainMissionList":[],"FinishMainMissionList":[1000401],"FinishSubMissionList":[],"StartGroupID":2,"StartAnchorID":2},"200010103":{"ID":200010103,"EntranceType":"Town","PlaneID":20001,"FloorID":20001001,"BeginMainMissionList":[],"FinishMainMissionList":[1000101],"FinishSubMissionList":[100010103],"StartGroupID":100,"StartAnchorID":1},"200020102":{"ID":200020102,"EntranceType":"Town","PlaneID":20002,"FloorID":20002001,"BeginMainMissionList":[],"FinishMainMissionList":[1000401],"FinishSubMissionList":[],"StartGroupID":1,"StartAnchorID":5},"200020103":{"ID":200020103,"EntranceType":"Town","PlaneID":20002,"FloorID":20002001,"BeginMainMissionList":[],"FinishMainMissionList":[1000401],"FinishSubMissionList":[],"StartGroupID":132,"StartAnchorID":1},"200030102":{"ID":200030102,"EntranceType":"Town","PlaneID":20003,"FloorID":20003001,"BeginMainMissionList":[],"FinishMainMissionList":[1000401],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"200040102":{"ID":200040102,"EntranceType":"Town","PlaneID":20004,"FloorID":20004001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[200100129],"StartGroupID":0,"StartAnchorID":0},"201010102":{"ID":201010102,"EntranceType":"Town","PlaneID":20101,"FloorID":20101001,"BeginMainMissionList":[],"FinishMainMissionList":[1010002],"FinishSubMissionList":[101000205],"StartGroupID":0,"StartAnchorID":0},"201110102":{"ID":201110102,"EntranceType":"Town","PlaneID":20111,"FloorID":20111001,"BeginMainMissionList":[],"FinishMainMissionList":[1010204],"FinishSubMissionList":[101020209],"StartGroupID":0,"StartAnchorID":0},"201210102":{"ID":201210102,"EntranceType":"Town","PlaneID":20121,"FloorID":20121001,"BeginMainMissionList":[],"FinishMainMissionList":[1010502],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"201220102":{"ID":201220102,"EntranceType":"Town","PlaneID":20122,"FloorID":20122001,"BeginMainMissionList":[],"FinishMainMissionList":[1010602],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"201220103":{"ID":201220103,"EntranceType":"Town","PlaneID":20122,"FloorID":20122001,"BeginMainMissionList":[],"FinishMainMissionList":[1010602],"FinishSubMissionList":[],"StartGroupID":100,"StartAnchorID":1},"201230102":{"ID":201230102,"EntranceType":"Town","PlaneID":20123,"FloorID":20123001,"BeginMainMissionList":[],"FinishMainMissionList":[1010901],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"201310102":{"ID":201310102,"EntranceType":"Town","PlaneID":20131,"FloorID":20131001,"BeginMainMissionList":[],"FinishMainMissionList":[1011002],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"201310103":{"ID":201310103,"EntranceType":"Town","PlaneID":20131,"FloorID":20131001,"BeginMainMissionList":[],"FinishMainMissionList":[1011002],"FinishSubMissionList":[],"StartGroupID":94,"StartAnchorID":1},"201320102":{"ID":201320102,"EntranceType":"Town","PlaneID":20132,"FloorID":20132001,"BeginMainMissionList":[],"FinishMainMissionList":[1011202],"FinishSubMissionList":[101120201],"StartGroupID":1,"StartAnchorID":6},"202110102":{"ID":202110102,"EntranceType":"Town","PlaneID":20211,"FloorID":20211001,"BeginMainMissionList":[],"FinishMainMissionList":[1020201],"FinishSubMissionList":[102020110],"StartGroupID":1,"StartAnchorID":5},"202210102":{"ID":202210102,"EntranceType":"Town","PlaneID":20221,"FloorID":20221001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"202210103":{"ID":202210103,"EntranceType":"Town","PlaneID":20221,"FloorID":20221001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":113,"StartAnchorID":1},"202220102":{"ID":202220102,"EntranceType":"Town","PlaneID":20222,"FloorID":20222001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"202220103":{"ID":202220103,"EntranceType":"Town","PlaneID":20222,"FloorID":20222001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":127,"StartAnchorID":1},"202230102":{"ID":202230102,"EntranceType":"Town","PlaneID":10202,"FloorID":10202001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":137,"StartAnchorID":2},"202310102":{"ID":202310102,"EntranceType":"Town","PlaneID":20231,"FloorID":20231001,"BeginMainMissionList":[],"FinishMainMissionList":[1021201],"FinishSubMissionList":[],"StartGroupID":32,"StartAnchorID":2},"202310103":{"ID":202310103,"EntranceType":"Town","PlaneID":20231,"FloorID":20231001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":33,"StartAnchorID":1},"202310104":{"ID":202310104,"EntranceType":"Town","PlaneID":20231,"FloorID":20231001,"BeginMainMissionList":[],"FinishMainMissionList":[1021101],"FinishSubMissionList":[],"StartGroupID":0,"StartAnchorID":0},"202320102":{"ID":202320102,"EntranceType":"Town","PlaneID":20232,"FloorID":20232001,"BeginMainMissionList":[],"FinishMainMissionList":[1021201],"FinishSubMissionList":[],"StartGroupID":131,"StartAnchorID":1},"801120102":{"ID":801120102,"EntranceType":"Town","PlaneID":80112,"FloorID":80112001,"BeginMainMissionList":[],"FinishMainMissionList":[],"FinishSubMissionList":[],"StartGroupID":1,"StartAnchorID":2}},"maze_prop":{"1":{"ID":1,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_AreaIdentifier_01_Entity.json"},"2":{"ID":2,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_AreaIdentifier_02_Entity.json"},"3":{"ID":3,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_AreaIdentifier_03_Entity.json"},"100":{"ID":100,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"101":{"ID":101,"PropType":"PROP_SPRING","PropStateList":["CheckPointDisable","CheckPointEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"102":{"ID":102,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},"103":{"ID":103,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_01_Entity.json"},"104":{"ID":104,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_AdventureHintPoint_01_Entity.json"},"105":{"ID":105,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},"106":{"ID":106,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_AdventureHintPoint_02_Entity.json"},"107":{"ID":107,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"108":{"ID":108,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"109":{"ID":109,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_04_Entity.json"},"110":{"ID":110,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"111":{"ID":111,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_MissionHint_01_Entity.json"},"113":{"ID":113,"PropType":"PROP_COCOON","PropStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EchoOfWar_01_Entity.json"},"114":{"ID":114,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},"115":{"ID":115,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"117":{"ID":117,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_Probe_01_Entity.json"},"119":{"ID":119,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_03_Entity.json"},"120":{"ID":120,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},"121":{"ID":121,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_PhotoFrame_01_Entity.json"},"122":{"ID":122,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_InteractivePropHint_01_Entity.json"},"123":{"ID":123,"PropType":"PROP_MAZE_DECAL","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_StageDecal_01_Entity.json"},"124":{"ID":124,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_PhotoFrame_01_Entity.json"},"131":{"ID":131,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"132":{"ID":132,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"133":{"ID":133,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},"134":{"ID":134,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},"135":{"ID":135,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"136":{"ID":136,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_TrackNPC_HiddenArea_Entity.json"},"137":{"ID":137,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_05_Entity.json"},"138":{"ID":138,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"139":{"ID":139,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"140":{"ID":140,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_SoftBlockLine_01_Entity.json"},"211":{"ID":211,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"217":{"ID":217,"PropType":"PROP_MAZE_PUZZLE","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},"218":{"ID":218,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},"220":{"ID":220,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_FireOrb_01_Entity.json"},"301":{"ID":301,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"302":{"ID":302,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"303":{"ID":303,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"304":{"ID":304,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"701":{"ID":701,"PropType":"PROP_ELEMENT","PropStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_01_Entity.json"},"702":{"ID":702,"PropType":"PROP_ELEMENT","PropStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"},"703":{"ID":703,"PropType":"PROP_ELEMENT","PropStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_03_Entity.json"},"801":{"ID":801,"PropType":"PROP_COCOON","PropStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"},"808":{"ID":808,"PropType":"PROP_COCOON","PropStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_02_Entity.json"},"901":{"ID":901,"PropType":"PROP_COCOON","PropStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_02_Entity.json"},"902":{"ID":902,"PropType":"PROP_RELIC","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RaidEntrance_01_Entity.json"},"905":{"ID":905,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"907":{"ID":907,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},"908":{"ID":908,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_PerformencePH_01_Entity.json"},"909":{"ID":909,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_PerformencePH_02_Entity.json"},"910":{"ID":910,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_PerformencePH_03_Entity.json"},"911":{"ID":911,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_PerformencePH_04_Entity.json"},"912":{"ID":912,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_PerformencePH_05_Entity.json"},"913":{"ID":913,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EntranceBlockLine_02_Entity.json"},"914":{"ID":914,"PropType":"PROP_ORDINARY","PropStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"916":{"ID":916,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_Mar7thSword_01_Entity.json"},"1000":{"ID":1000,"PropType":"PROP_ROGUE_DOOR","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},"1001":{"ID":1001,"PropType":"PROP_ROGUE_OBJECT","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},"1002":{"ID":1002,"PropType":"PROP_ROGUE_OBJECT","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},"1003":{"ID":1003,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"1004":{"ID":1004,"PropType":"PROP_ROGUE_REWARD_OBJECT","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},"1005":{"ID":1005,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"1006":{"ID":1006,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_HertaPhoto_01_Entity.json"},"1007":{"ID":1007,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PhotoWall_01_Entity.json"},"1021":{"ID":1021,"PropType":"PROP_ROGUE_DOOR","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},"1022":{"ID":1022,"PropType":"PROP_ROGUE_DOOR","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},"1023":{"ID":1023,"PropType":"PROP_ROGUE_DOOR","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},"1024":{"ID":1024,"PropType":"PROP_ROGUE_DOOR","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},"1025":{"ID":1025,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_LobbyEntrance_03_Entity.json"},"1026":{"ID":1026,"PropType":"PROP_ROGUE_DOOR","PropStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},"1027":{"ID":1027,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},"1028":{"ID":1028,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},"1029":{"ID":1029,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},"1030":{"ID":1030,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},"1031":{"ID":1031,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"1032":{"ID":1032,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_RougueEmblem_01_Entity.json"},"1033":{"ID":1033,"PropType":"PROP_ROGUE_DOOR","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},"1034":{"ID":1034,"PropType":"PROP_ROGUE_DOOR","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},"1035":{"ID":1035,"PropType":"PROP_ROGUE_DOOR","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},"1036":{"ID":1036,"PropType":"PROP_ROGUE_DOOR","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},"1037":{"ID":1037,"PropType":"PROP_ROGUE_DOOR","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},"1038":{"ID":1038,"PropType":"PROP_ROGUE_OBJECT","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},"1039":{"ID":1039,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_PigeonHerta_01_Entity.json"},"1040":{"ID":1040,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_TournMedal_01_Entity.json"},"1041":{"ID":1041,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceAbundance_01_Entity.json"},"1042":{"ID":1042,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceDestruction_01_Entity.json"},"1043":{"ID":1043,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceElation_01_Entity.json"},"1044":{"ID":1044,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceNihility_01_Entity.json"},"1045":{"ID":1045,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DicePreservation_01_Entity.json"},"1046":{"ID":1046,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DicePropagation_01_Entity.json"},"1047":{"ID":1047,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceRemembrance_01_Entity.json"},"1048":{"ID":1048,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceTheHunt_01_Entity.json"},"1049":{"ID":1049,"PropType":"PROP_ROGUE_OBJECT","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"},"1050":{"ID":1050,"PropType":"PROP_ROGUE_OBJECT","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_PrizeWheelRogue_01_Entity.json"},"1051":{"ID":1051,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EntranceBlockLine_02_Entity.json"},"1052":{"ID":1052,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2000":{"ID":2000,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Train/Prop_Train_VendingMachine_01_Entity.json"},"2001":{"ID":2001,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Train/Prop_Train_Jukebox_01_Entity.json"},"2002":{"ID":2002,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Train/Prop_Train_CraftingTable_01_Entity.json"},"2003":{"ID":2003,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Train/Prop_Train_DanHeng_Door_01_Entity.json"},"2004":{"ID":2004,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Train/Prop_Train_Mirror_01_Entity.json"},"2005":{"ID":2005,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2006":{"ID":2006,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Pad_03_Entity.json"},"2007":{"ID":2007,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Train/Prop_Train_Mar_7th_Ice_01_Entity.json"},"3000":{"ID":3000,"PropType":"PROP_RELIC","PropStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},"3001":{"ID":3001,"PropType":"PROP_RELIC","PropStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"},"3002":{"ID":3002,"PropType":"PROP_SPRING","PropStateList":["CheckPointDisable","CheckPointEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},"60001":{"ID":60001,"PropType":"PROP_TREASURE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},"60002":{"ID":60002,"PropType":"PROP_TREASURE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_02_Entity.json"},"60003":{"ID":60003,"PropType":"PROP_TREASURE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_03_Entity.json"},"60004":{"ID":60004,"PropType":"PROP_ROGUE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},"60005":{"ID":60005,"PropType":"PROP_ROGUE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_02_Entity.json"},"60006":{"ID":60006,"PropType":"PROP_ROGUE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_03_Entity.json"},"60101":{"ID":60101,"PropType":"PROP_TREASURE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},"60102":{"ID":60102,"PropType":"PROP_TREASURE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},"60103":{"ID":60103,"PropType":"PROP_TREASURE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},"60104":{"ID":60104,"PropType":"PROP_ROGUE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},"60105":{"ID":60105,"PropType":"PROP_ROGUE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},"60106":{"ID":60106,"PropType":"PROP_ROGUE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},"60201":{"ID":60201,"PropType":"PROP_TREASURE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},"60202":{"ID":60202,"PropType":"PROP_TREASURE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},"60203":{"ID":60203,"PropType":"PROP_TREASURE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},"60204":{"ID":60204,"PropType":"PROP_ROGUE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},"60205":{"ID":60205,"PropType":"PROP_ROGUE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},"60206":{"ID":60206,"PropType":"PROP_ROGUE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},"60301":{"ID":60301,"PropType":"PROP_TREASURE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},"60302":{"ID":60302,"PropType":"PROP_TREASURE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},"60303":{"ID":60303,"PropType":"PROP_TREASURE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},"60304":{"ID":60304,"PropType":"PROP_ROGUE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},"60305":{"ID":60305,"PropType":"PROP_ROGUE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},"60306":{"ID":60306,"PropType":"PROP_ROGUE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},"60307":{"ID":60307,"PropType":"PROP_ROGUE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},"100000":{"ID":100000,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},"100001":{"ID":100001,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},"100002":{"ID":100002,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_02_Entity.json"},"100003":{"ID":100003,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_03_Entity.json"},"100004":{"ID":100004,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},"100005":{"ID":100005,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},"100006":{"ID":100006,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},"100007":{"ID":100007,"PropType":"PROP_ELEVATOR","PropStateList":["Elevator1","Elevator2","Elevator3"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Elevator_01_Entity.json"},"100008":{"ID":100008,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Bubble_01_Entity.json"},"100009":{"ID":100009,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RoomScanEffect_01_Entity.json"},"100010":{"ID":100010,"PropType":"PROP_PERSPECTIVE_WALL","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TransparentWall_01_Entity.json"},"100011":{"ID":100011,"PropType":"PROP_PLATFORM","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},"100012":{"ID":100012,"PropType":"PROP_PLATFORM","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},"100013":{"ID":100013,"PropType":"PROP_PLATFORM","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},"100014":{"ID":100014,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},"100016":{"ID":100016,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Monitor_01_Entity.json"},"100017":{"ID":100017,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Monitor_03_Entity.json"},"100018":{"ID":100018,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_01_Entity.json"},"100019":{"ID":100019,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_02_Entity.json"},"100020":{"ID":100020,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_03_Entity.json"},"100021":{"ID":100021,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},"100022":{"ID":100022,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},"100024":{"ID":100024,"PropType":"PROP_DESTRUCT","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},"100025":{"ID":100025,"PropType":"PROP_DESTRUCT","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},"100026":{"ID":100026,"PropType":"PROP_DESTRUCT","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},"100027":{"ID":100027,"PropType":"PROP_DESTRUCT","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},"100031":{"ID":100031,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_Conch_01_Entity.json"},"100032":{"ID":100032,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_DamagedOddity_01_Entity.json"},"100033":{"ID":100033,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_FZY_01_Entity.json"},"100034":{"ID":100034,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_GeneralOddity_01_Entity.json"},"100035":{"ID":100035,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_GeneralOddity_02_Entity.json"},"100036":{"ID":100036,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_GeneralOddity_03_Entity.json"},"100037":{"ID":100037,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_GradingGun_01_Entity.json"},"100038":{"ID":100038,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_HandStove_01_Entity.json"},"100039":{"ID":100039,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_PlanetMeasure_01_Entity.json"},"100040":{"ID":100040,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_Poker_01_Entity.json"},"100041":{"ID":100041,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_SYJSP_01_Entity.json"},"100042":{"ID":100042,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_Unbearable_01_Entity.json"},"100045":{"ID":100045,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Monument_01_Entity.json"},"100046":{"ID":100046,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},"100047":{"ID":100047,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Toilet_01_Entity.json"},"100048":{"ID":100048,"PropType":"PROP_ORDINARY","PropStateList":["EventClose","EventOpen"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_HertaScraw_01_Entity.json"},"100049":{"ID":100049,"PropType":"PROP_ORDINARY","PropStateList":["EventClose","EventOpen"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_HertaScraw_02_Entity.json"},"100050":{"ID":100050,"PropType":"PROP_ORDINARY","PropStateList":["EventClose","EventOpen"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_HertaScraw_03_Entity.json"},"100051":{"ID":100051,"PropType":"PROP_ORDINARY","PropStateList":["EventClose","EventOpen"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_HertaScraw_04_Entity.json"},"100052":{"ID":100052,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Monitor_02_Entity.json"},"100054":{"ID":100054,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_LightCone_01_Entity.json"},"100055":{"ID":100055,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_01_Entity.json"},"100056":{"ID":100056,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_02_Entity.json"},"100057":{"ID":100057,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_03_Entity.json"},"100058":{"ID":100058,"PropType":"PROP_ORDINARY","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_04_Entity.json"},"100059":{"ID":100059,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"100060":{"ID":100060,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_HertaPhoto_01_Entity.json"},"100061":{"ID":100061,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_RoguePhoto_01_Entity.json"},"100062":{"ID":100062,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_RoguePhoto_05_Entity.json"},"100063":{"ID":100063,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_RoguePhoto_02_Entity.json"},"100064":{"ID":100064,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_RoguePhoto_04_Entity.json"},"100065":{"ID":100065,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_RoguePhoto_03_Entity.json"},"100066":{"ID":100066,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},"100067":{"ID":100067,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},"100068":{"ID":100068,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},"100069":{"ID":100069,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},"100070":{"ID":100070,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_AirBlock_01_Entity.json"},"100071":{"ID":100071,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_AirBlock_02_Entity.json"},"100072":{"ID":100072,"PropType":"PROP_ELEVATOR","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_ElevatorPlatform_01_Entity.json"},"100073":{"ID":100073,"PropType":"PROP_ELEVATOR","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_ElevatorPlatform_02_Entity.json"},"100074":{"ID":100074,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_ConsoleGiantElevatorN4_01_Entity.json"},"100075":{"ID":100075,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_GiantAutoDoor_01_Entity.json"},"100076":{"ID":100076,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_MechaDoor_01_Entity.json"},"100077":{"ID":100077,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_StationChair_01_Entity.json"},"100078":{"ID":100078,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_ConsoleAutoDoor_01_Entity.json"},"100079":{"ID":100079,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_GlassDoor_01_Entity.json"},"100080":{"ID":100080,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_LetterFromRuanMei_01_Entity.json"},"100081":{"ID":100081,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Cake_01_Entity.json"},"100082":{"ID":100082,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_PetHouse_01_Entity.json"},"100083":{"ID":100083,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_AttendanceBook_01_Entity.json"},"100084":{"ID":100084,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Chess_01_Entity.json"},"100085":{"ID":100085,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_WeakDimensionFire_01_Entity.json"},"100086":{"ID":100086,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},"100087":{"ID":100087,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Grass_01_Entity.json"},"100088":{"ID":100088,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},"100089":{"ID":100089,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DimensionFireLine_01_Entity.json"},"100090":{"ID":100090,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DecalPuzzle_01_Entity.json"},"100091":{"ID":100091,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_N4ElevatorAirWall_01_Entity.json"},"100092":{"ID":100092,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_N4ElevatorAirWall_02_Entity.json"},"100093":{"ID":100093,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DecalPuzzle_02_Entity.json"},"100094":{"ID":100094,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DecalPuzzle_03_Entity.json"},"100095":{"ID":100095,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DecalPuzzle_04_Entity.json"},"100096":{"ID":100096,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"101001":{"ID":101001,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},"101003":{"ID":101003,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01B_Entity.json"},"101004":{"ID":101004,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},"101005":{"ID":101005,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_07_Entity.json"},"101006":{"ID":101006,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_08_Entity.json"},"101007":{"ID":101007,"PropType":"PROP_ELEVATOR","PropStateList":["Locked","Elevator1","Elevator2","Elevator3"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_03_Entity.json"},"101008":{"ID":101008,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_Switch_01_Entity.json"},"101010":{"ID":101010,"PropType":"PROP_NO_REWARD_DESTRUCT","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_IceCrystal_01a_Entity.json"},"101011":{"ID":101011,"PropType":"PROP_NO_REWARD_DESTRUCT","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_IceCrystal_01b_Entity.json"},"101012":{"ID":101012,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},"101013":{"ID":101013,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_09_Entity.json"},"101015":{"ID":101015,"PropType":"PROP_DESTRUCT","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},"101016":{"ID":101016,"PropType":"PROP_DESTRUCT","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},"101017":{"ID":101017,"PropType":"PROP_DESTRUCT","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},"101018":{"ID":101018,"PropType":"PROP_DESTRUCT","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},"101019":{"ID":101019,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_SchwaroDataCenter_Door_01_Entity.json"},"101020":{"ID":101020,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Robot_09b_Lod0_Entity.json"},"101021":{"ID":101021,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Tramcar_01_Entity.json"},"101022":{"ID":101022,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Vending_01_Entity.json"},"101024":{"ID":101024,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_SnackCar_01_Entity.json"},"101025":{"ID":101025,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_SnackCar_02_Entity.json"},"101026":{"ID":101026,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_01_Entity.json"},"101027":{"ID":101027,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_02_Entity.json"},"101028":{"ID":101028,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},"101029":{"ID":101029,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},"101030":{"ID":101030,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},"101031":{"ID":101031,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_05_Entity.json"},"101032":{"ID":101032,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_GhostShadow_Bronya_01_Entity.json"},"101033":{"ID":101033,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_GhostShadow_Bronya_02_Entity.json"},"101034":{"ID":101034,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_GhostShadow_Cocolia_01_Entity.json"},"101035":{"ID":101035,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_GhostShadow_Cocolia_02_Entity.json"},"101039":{"ID":101039,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_FindChest_Streetlamp_IronNet_Entity.json"},"101042":{"ID":101042,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_FindChest_Box_Entity.json"},"101043":{"ID":101043,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Wanted_Player_01_Entity.json"},"101044":{"ID":101044,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Wanted_DanHeng_01_Entity.json"},"101045":{"ID":101045,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Wanted_DanHeng_02_Entity.json"},"101046":{"ID":101046,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Wanted_Mar_7th_01_Entity.json"},"101047":{"ID":101047,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Wanted_Mar_7th_02_Entity.json"},"101048":{"ID":101048,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Wanted_Sampo_01_Entity.json"},"101049":{"ID":101049,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Wanted_Sampo_02_Entity.json"},"101050":{"ID":101050,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Serval_Guitar_Entity.json"},"101051":{"ID":101051,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_01_Entity.json"},"101052":{"ID":101052,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Bonfire_02_Entity.json"},"101053":{"ID":101053,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","WaitActive"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"101054":{"ID":101054,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"101055":{"ID":101055,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Fake_BoxMan_Board01_Entity.json"},"101056":{"ID":101056,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Fake_BoxMan_Board06_Entity.json"},"101057":{"ID":101057,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Fake_BoxMan_Board04_Entity.json"},"101058":{"ID":101058,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"101059":{"ID":101059,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Sign_01_Entity.json"},"101060":{"ID":101060,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Museum_Railing_01_Entity.json"},"101061":{"ID":101061,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Museum_Poster_01_Entity.json"},"101062":{"ID":101062,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_PuMan_Chest_01_Entity.json"},"101063":{"ID":101063,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_PuMan_Tent_01_Entity.json"},"101064":{"ID":101064,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_PuMan_Machine_01_Entity.json"},"101065":{"ID":101065,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Caisson_03_Entity.json"},"101066":{"ID":101066,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Projector_01_Entity.json"},"101067":{"ID":101067,"PropType":"PROP_ORDINARY","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},"101068":{"ID":101068,"PropType":"PROP_BOXMAN_BINDED","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_02_Entity.json"},"101069":{"ID":101069,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_HonkemonRaid_MarkProp_Entity.json"},"101070":{"ID":101070,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_AetherDividePC_01_Entity.json"},"101071":{"ID":101071,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Bunker_01_Entity.json"},"101072":{"ID":101072,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Robot_StageHide1_Entity.json"},"101073":{"ID":101073,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_FGWallr_M201_01_Entity.json"},"101074":{"ID":101074,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},"101075":{"ID":101075,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Sholve_01_Entity.json"},"101076":{"ID":101076,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"101077":{"ID":101077,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Bear_01_Entity.json"},"101078":{"ID":101078,"PropType":"PROP_BOXMAN_BINDED","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_03_Entity.json"},"101080":{"ID":101080,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_PunchingBag_01_Entity.json"},"101081":{"ID":101081,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Hook_01_Entity.json"},"102000":{"ID":102000,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},"102001":{"ID":102001,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},"102002":{"ID":102002,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},"102003":{"ID":102003,"PropType":"PROP_ELEVATOR","PropStateList":["Elevator1","Elevator2","Elevator3"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Elevator_01_Entity.json"},"102004":{"ID":102004,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},"102005":{"ID":102005,"PropType":"PROP_DESTRUCT","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"},"102006":{"ID":102006,"PropType":"PROP_DESTRUCT","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},"102007":{"ID":102007,"PropType":"PROP_DESTRUCT","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},"102008":{"ID":102008,"PropType":"PROP_DESTRUCT","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},"102009":{"ID":102009,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},"102010":{"ID":102010,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_02_Entity.json"},"102011":{"ID":102011,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_03_Entity.json"},"102012":{"ID":102012,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"},"102013":{"ID":102013,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Conveyor_Console_Double_01_Entity.json"},"102014":{"ID":102014,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Conveyor_Console_Triple_01_Entity.json"},"102015":{"ID":102015,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Container_Red_01_Entity.json"},"102016":{"ID":102016,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Container_Green_01_Entity.json"},"102017":{"ID":102017,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Container_White_01_Entity.json"},"102018":{"ID":102018,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},"102019":{"ID":102019,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},"102025":{"ID":102025,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_ContainerPack_01_Entity.json"},"102027":{"ID":102027,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Kafka_Handprint_01_Entity.json"},"102028":{"ID":102028,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"102029":{"ID":102029,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},"102032":{"ID":102032,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Shelf_03_GamePlay_Entity.json"},"102033":{"ID":102033,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Shelf_NightTime_GamePlay_Entity.json"},"102034":{"ID":102034,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","CustomState01","CustomState02","CustomState03"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_QiongYi_Core_01_Entity.json"},"102035":{"ID":102035,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoBoat_01_Entity.json"},"102036":{"ID":102036,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"102037":{"ID":102037,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"102039":{"ID":102039,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Mar_7th_Ice_Entity.json"},"102040":{"ID":102040,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Soldier_Weapon_01_Entity.json"},"102041":{"ID":102041,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"102043":{"ID":102043,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Abomi01_00_Entity.json"},"102044":{"ID":102044,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Abomi02_01_Entity.json"},"102045":{"ID":102045,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Mecha01_01_Entity.json"},"102046":{"ID":102046,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Mecha02_00_Entity.json"},"102047":{"ID":102047,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Luocha_Coffin_01_Entity.json"},"102048":{"ID":102048,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Soldier_Weapon_02_Entity.json"},"102049":{"ID":102049,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Soldier_Weapon_03_Entity.json"},"102050":{"ID":102050,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Soldier_Weapon_04_Entity.json"},"102051":{"ID":102051,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Carton_01_Entity.json"},"102052":{"ID":102052,"PropType":"PROP_PLATFORM","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_01_Entity.json"},"102053":{"ID":102053,"PropType":"PROP_PLATFORM","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_02_Entity.json"},"102054":{"ID":102054,"PropType":"PROP_PLATFORM","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_03_Entity.json"},"102055":{"ID":102055,"PropType":"PROP_PLATFORM","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Garage_03_Entity.json"},"102058":{"ID":102058,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_05_Entity.json"},"102059":{"ID":102059,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DestroyRootPuzzle_Root_04_Entity.json"},"102061":{"ID":102061,"PropType":"PROP_PLATFORM","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Container_02_Entity.json"},"102062":{"ID":102062,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},"102063":{"ID":102063,"PropType":"PROP_PLATFORM","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_04_Entity.json"},"102064":{"ID":102064,"PropType":"PROP_PLATFORM","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoPlatform_01_Entity.json"},"102065":{"ID":102065,"PropType":"PROP_PLATFORM","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoPlatform_02a_Entity.json"},"102066":{"ID":102066,"PropType":"PROP_PLATFORM","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoPlatform_02b_Entity.json"},"102067":{"ID":102067,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Billboard_01_Entity.json"},"102068":{"ID":102068,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DeployPuzzle_Stone_Green_01_Entity.json"},"102069":{"ID":102069,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DeployPuzzle_Stone_Blue_01_Entity.json"},"102070":{"ID":102070,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DeployPuzzle_Stone_Purple_01_Entity.json"},"102071":{"ID":102071,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DestroyRootPuzzle_01_Fake_Entity.json"},"102072":{"ID":102072,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DestroyRootPuzzle_02_Fake_Entity.json"},"102073":{"ID":102073,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DestroyRootPuzzle_04_Fake_Entity.json"},"102074":{"ID":102074,"PropType":"PROP_ELEVATOR","PropStateList":["Elevator1","Elevator2","Elevator3"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Elevator_02_Entity.json"},"102075":{"ID":102075,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoBoat_05_Entity.json"},"102076":{"ID":102076,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Special_RobCrane_01_Entity.json"},"102077":{"ID":102077,"PropType":"PROP_MAZE_PUZZLE","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},"102078":{"ID":102078,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"102079":{"ID":102079,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},"102080":{"ID":102080,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"102081":{"ID":102081,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoBoat_Broken_01_Entity.json"},"102082":{"ID":102082,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Projector_01_Entity.json"},"102083":{"ID":102083,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"102085":{"ID":102085,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Soldier_Body_01_Entity.json"},"102086":{"ID":102086,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Monster_Beast_Body_01_Entity.json"},"102087":{"ID":102087,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Monster_Beast_Body_02_Entity.json"},"102088":{"ID":102088,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_AML_Weapon_01_Entity.json"},"102089":{"ID":102089,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_AML_Weapon_02_Entity.json"},"102090":{"ID":102090,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_AML_Weapon_03_01_Entity.json"},"102091":{"ID":102091,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_AML_Weapon_03_02_Entity.json"},"102092":{"ID":102092,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_AML_Weapon_03_03_Entity.json"},"102093":{"ID":102093,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","WaitActive"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X302_Lamp_01_Entity.json"},"102094":{"ID":102094,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X302_PillarFlame_02_Entity.json"},"102095":{"ID":102095,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Vase_05a_Entity.json"},"102096":{"ID":102096,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Vase_05b_Entity.json"},"102097":{"ID":102097,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Bridcage_01a_Entity.json"},"102098":{"ID":102098,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Censer_02_Entity.json"},"102099":{"ID":102099,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DuZhu_Sign_02_Entity.json"},"102100":{"ID":102100,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TableProp_02_Entity.json"},"102101":{"ID":102101,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_ShelfWithBird_01_Entity.json"},"102102":{"ID":102102,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_FogVolume_Entity.json"},"102103":{"ID":102103,"PropType":"PROP_ELEVATOR","PropStateList":["Locked","Elevator1","Elevator2","Elevator3"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_Elevator_01_Entity.json"},"102104":{"ID":102104,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_HuanlongFlower_01_Entity.json"},"102105":{"ID":102105,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_HuFu_01a_Entity.json"},"102106":{"ID":102106,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_HuFu_01b_Entity.json"},"102107":{"ID":102107,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Fox_01_Entity.json"},"102108":{"ID":102108,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Carton_02_Entity.json"},"102109":{"ID":102109,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_Door_01_Entity.json"},"102110":{"ID":102110,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_01_Entity.json"},"102111":{"ID":102111,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SerialBells_01_Entity.json"},"102112":{"ID":102112,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Stretcher_01_Entity.json"},"102113":{"ID":102113,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_02_Entity.json"},"102114":{"ID":102114,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_03_Entity.json"},"102115":{"ID":102115,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_04_Entity.json"},"102116":{"ID":102116,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_05_Entity.json"},"102117":{"ID":102117,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_06_Entity.json"},"102118":{"ID":102118,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_07_Entity.json"},"102119":{"ID":102119,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_08_Entity.json"},"102140":{"ID":102140,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_HonkemonRaid_01_Entity.json"},"102141":{"ID":102141,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_HonkemonRaid_02_Entity.json"},"102142":{"ID":102142,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_HonkemonRaid_03_Entity.json"},"102143":{"ID":102143,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_HonkemonRaid_04_Entity.json"},"102144":{"ID":102144,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_HonkemonRaid_05_Entity.json"},"102145":{"ID":102145,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_HonkemonRaid_06_Entity.json"},"102146":{"ID":102146,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_HonkemonRaid_07_Entity.json"},"102160":{"ID":102160,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Alley_PlatformSmall_01_Entity.json"},"102161":{"ID":102161,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DiHengSi_Table_01_Entity.json"},"102162":{"ID":102162,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Shelf_01_Entity.json"},"102163":{"ID":102163,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Carton_01c_Entity.json"},"102164":{"ID":102164,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Table_06_Entity.json"},"102165":{"ID":102165,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Chair_04_Entity.json"},"102166":{"ID":102166,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoFruit_02_Entity.json"},"102167":{"ID":102167,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Box_01_Entity.json"},"102168":{"ID":102168,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Censer_01_Entity.json"},"102169":{"ID":102169,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Box_02_Entity.json"},"102170":{"ID":102170,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TeaSet_01_Entity.json"},"102171":{"ID":102171,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Stall_Light_01a_Entity.json"},"102172":{"ID":102172,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X102_Boat_01_Entity.json"},"102173":{"ID":102173,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X102_Boat_02_Entity.json"},"102174":{"ID":102174,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X102_Boat_03_Entity.json"},"102175":{"ID":102175,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_AirBlock_01_Entity.json"},"102176":{"ID":102176,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_AirBlock_02_Entity.json"},"102177":{"ID":102177,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},"102178":{"ID":102178,"PropType":"PROP_ELEVATOR","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenElevator_01_Entity.json"},"102179":{"ID":102179,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_HuohuoFuzhi_01_Entity.json"},"102180":{"ID":102180,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_HuohuoFuzhi_02_Entity.json"},"102181":{"ID":102181,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_HuohuoFuzhi_03_Entity.json"},"102182":{"ID":102182,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_HuohuoFuzhiFloating_01_Entity.json"},"102183":{"ID":102183,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_HuohuoFuzhiFloating_02_Entity.json"},"102184":{"ID":102184,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_HuohuoFuzhiFloating_03_Entity.json"},"102185":{"ID":102185,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Projector_01_Entity.json"},"102186":{"ID":102186,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"},"102187":{"ID":102187,"PropType":"PROP_PLATFORM","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_02_Entity.json"},"102188":{"ID":102188,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenConsole_01_Entity.json"},"102189":{"ID":102189,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Table_03_Entity.json"},"102190":{"ID":102190,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BoatSeed_05_Entity.json"},"102191":{"ID":102191,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenTower_01_Entity.json"},"102192":{"ID":102192,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_QRCode_01_Entity.json"},"102193":{"ID":102193,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_QRCode_02_Entity.json"},"102194":{"ID":102194,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DriftBottle_01_Entity.json"},"102195":{"ID":102195,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_HuZhaiZhiYiEventEntrance_01_Entity.json"},"102196":{"ID":102196,"PropType":"PROP_PLATFORM","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Container_02_Entity.json"},"102197":{"ID":102197,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_06_Entity.json"},"102198":{"ID":102198,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenElevatorAirWall_01_Entity.json"},"102199":{"ID":102199,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CmdBotEndTile_01_Entity.json"},"102200":{"ID":102200,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CmdBotObsTile_01_Entity.json"},"102201":{"ID":102201,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CmdBotPrsTile_01_Entity.json"},"102202":{"ID":102202,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CmdBotGrdTile_01_Entity.json"},"102203":{"ID":102203,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_ValkyrieCorpse_01_Entity.json"},"102204":{"ID":102204,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_YanqingSword_01_Entity.json"},"102205":{"ID":102205,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_YanqingSwordBroken_01_Entity.json"},"102206":{"ID":102206,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_01_Entity.json"},"102207":{"ID":102207,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_01_Entity.json"},"102208":{"ID":102208,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangGroup_01_Entity.json"},"102209":{"ID":102209,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Cucurbit_01_Entity.json"},"102210":{"ID":102210,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Birdcage_01_Entity.json"},"102211":{"ID":102211,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenSkyBridge_01_Entity.json"},"102212":{"ID":102212,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CmdBotEndTile_02_Entity.json"},"102213":{"ID":102213,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CmdBotNpcTile_01_Entity.json"},"102214":{"ID":102214,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Handprint_01_Entity.json"},"102215":{"ID":102215,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Handprint_02_Entity.json"},"102216":{"ID":102216,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Handprint_03_Entity.json"},"102217":{"ID":102217,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Handprint_04_Entity.json"},"102218":{"ID":102218,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Handprint_05_Entity.json"},"102219":{"ID":102219,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Handprint_06_Entity.json"},"102220":{"ID":102220,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_GhostPost_01_Entity.json"},"102221":{"ID":102221,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_MaJiangTable_01_Entity.json"},"102222":{"ID":102222,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_FlyingSword_01_Entity.json"},"102223":{"ID":102223,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},"102224":{"ID":102224,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_GhostBoat_01_Entity.json"},"102225":{"ID":102225,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CmdBotBoard_01_Entity.json"},"102226":{"ID":102226,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_AbyessCage_01_Entity.json"},"102227":{"ID":102227,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_02_Entity.json"},"102228":{"ID":102228,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DrawerBox_01_Entity.json"},"102229":{"ID":102229,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_HuaiyanSword_01_Entity.json"},"102230":{"ID":102230,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_GuyunSword_01_Entity.json"},"102231":{"ID":102231,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_GuyunSword_02_Entity.json"},"102232":{"ID":102232,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Container_03_Entity.json"},"102233":{"ID":102233,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RotatableBridge_01_Entity.json"},"102234":{"ID":102234,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RotatableBridge_02_Entity.json"},"102235":{"ID":102235,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_GaintDoor_01_Entity.json"},"102236":{"ID":102236,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CellDoor_01_Entity.json"},"102237":{"ID":102237,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Guqin_01_Entity.json"},"102238":{"ID":102238,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_02_Entity.json"},"102241":{"ID":102241,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_02_Entity.json"},"102242":{"ID":102242,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_04_Entity.json"},"102243":{"ID":102243,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_StoneMonument_01_Entity.json"},"102244":{"ID":102244,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Knight_01_Entity.json"},"102245":{"ID":102245,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Lycan00_01_Entity.json"},"102246":{"ID":102246,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Lycan01_01_Entity.json"},"102247":{"ID":102247,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Valkyrie02_01_Entity.json"},"102248":{"ID":102248,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01","CustomState02"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_LycanMecha_01_Entity.json"},"102250":{"ID":102250,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_GoldenBranch_01_Entity.json"},"102251":{"ID":102251,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"102252":{"ID":102252,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_XueyiBody_01_Entity.json"},"102254":{"ID":102254,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"102255":{"ID":102255,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"102256":{"ID":102256,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"102257":{"ID":102257,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"102258":{"ID":102258,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"102259":{"ID":102259,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_KeyPlatform_01_Entity.json"},"102265":{"ID":102265,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Console_02_Entity.json"},"103001":{"ID":103001,"PropType":"PROP_MAP_ROTATION_CHARGER","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityCharger_01_Entity.json"},"103002":{"ID":103002,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103003":{"ID":103003,"PropType":"PROP_MAP_ROTATION_VOLUME","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_01_Entity.json"},"103004":{"ID":103004,"PropType":"PROP_MAP_ROTATION_VOLUME","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_02_Entity.json"},"103005":{"ID":103005,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},"103006":{"ID":103006,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},"103007":{"ID":103007,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"},"103008":{"ID":103008,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103010":{"ID":103010,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityRoomAirLockSpace_01_Entity.json"},"103011":{"ID":103011,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_01_Entity.json"},"103012":{"ID":103012,"PropType":"PROP_MAZE_JIGSAW","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},"103013":{"ID":103013,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"},"103014":{"ID":103014,"PropType":"PROP_DESTRUCT","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},"103015":{"ID":103015,"PropType":"PROP_DESTRUCT","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},"103016":{"ID":103016,"PropType":"PROP_DESTRUCT","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},"103017":{"ID":103017,"PropType":"PROP_DESTRUCT","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},"103018":{"ID":103018,"PropType":"PROP_TREASURE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"},"103019":{"ID":103019,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IceCream_01_Entity.json"},"103020":{"ID":103020,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103021":{"ID":103021,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103022":{"ID":103022,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103023":{"ID":103023,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},"103024":{"ID":103024,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},"103025":{"ID":103025,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},"103026":{"ID":103026,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},"103027":{"ID":103027,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},"103028":{"ID":103028,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06","CustomState07","CustomState08","CustomState09"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BottleandGlass_01_Entity.json"},"103029":{"ID":103029,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},"103030":{"ID":103030,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_05_Entity.json"},"103031":{"ID":103031,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},"103032":{"ID":103032,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},"103033":{"ID":103033,"PropType":"PROP_PLATFORM","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},"103034":{"ID":103034,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_04_Entity.json"},"103035":{"ID":103035,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_01_Entity.json"},"103036":{"ID":103036,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_02_Entity.json"},"103037":{"ID":103037,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_03_Entity.json"},"103038":{"ID":103038,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},"103039":{"ID":103039,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},"103040":{"ID":103040,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BlockLine_01_Entity.json"},"103041":{"ID":103041,"PropType":"PROP_ELEVATOR","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_08_Entity.json"},"103042":{"ID":103042,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},"103043":{"ID":103043,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"},"103044":{"ID":103044,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_02_Entity.json"},"103045":{"ID":103045,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01","CustomState02","CustomState03"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JazzPiano_01_Entity.json"},"103046":{"ID":103046,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01","CustomState02","CustomState03"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JazzSaxo_01_Entity.json"},"103047":{"ID":103047,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01","CustomState02","CustomState03"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JazzDBass_01_Entity.json"},"103048":{"ID":103048,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01","CustomState02","CustomState03"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JazzTrumpet_01_Entity.json"},"103049":{"ID":103049,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01","CustomState02","CustomState03"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JazzDrum_01_Entity.json"},"103050":{"ID":103050,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},"103051":{"ID":103051,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_01_Entity.json"},"103052":{"ID":103052,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_02_Entity.json"},"103053":{"ID":103053,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_03_Entity.json"},"103054":{"ID":103054,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_04_Entity.json"},"103055":{"ID":103055,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonExplosives_01_Entity.json"},"103056":{"ID":103056,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_W2Beast0103_01_Entity.json"},"103057":{"ID":103057,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_W2Beast0103_02_Entity.json"},"103058":{"ID":103058,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_W2Mecha0102_01_Entity.json"},"103059":{"ID":103059,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_W2Mecha0102_02_Entity.json"},"103060":{"ID":103060,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01","CustomState02"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_W3Clock00_01_Entity.json"},"103061":{"ID":103061,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01","CustomState02"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_W3Clock00_02_Entity.json"},"103062":{"ID":103062,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01","CustomState02"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_W3TV01_01_Entity.json"},"103063":{"ID":103063,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01","CustomState02"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_W3TV01_02_Entity.json"},"103064":{"ID":103064,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_XPMinion0104_01_Entity.json"},"103065":{"ID":103065,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_XPMinion0104_02_Entity.json"},"103066":{"ID":103066,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_W3Junk00_01_Entity.json"},"103067":{"ID":103067,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_AventurineHat_01_Entity.json"},"103068":{"ID":103068,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGun_01_Entity.json"},"103069":{"ID":103069,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonAmmo_01_Entity.json"},"103070":{"ID":103070,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103071":{"ID":103071,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103072":{"ID":103072,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103073":{"ID":103073,"PropType":"PROP_PLATFORM","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},"103074":{"ID":103074,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Text3D_01_Entity.json"},"103075":{"ID":103075,"PropType":"PROP_ORDINARY","PropStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103076":{"ID":103076,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModule_01_Entity.json"},"103077":{"ID":103077,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModule_02_Entity.json"},"103078":{"ID":103078,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricConsole_01_Entity.json"},"103079":{"ID":103079,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricTrigger_01_Entity.json"},"103080":{"ID":103080,"PropType":"PROP_MAP_ROTATION_SWITCHER","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityPlate_01_Entity.json"},"103081":{"ID":103081,"PropType":"PROP_MAP_ROTATION_SWITCHER","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityPlate_02_Entity.json"},"103082":{"ID":103082,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PomPomDoll_01_Entity.json"},"103083":{"ID":103083,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_StarCard_01_Entity.json"},"103084":{"ID":103084,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Car_01_Entity.json"},"103085":{"ID":103085,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},"103086":{"ID":103086,"PropType":"PROP_ORDINARY","PropStateList":["Closed","CustomState01","CustomState02","CustomState03"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Gashapon_01_Entity.json"},"103087":{"ID":103087,"PropType":"PROP_DESTRUCT","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SolidaBottle_01_Entity.json"},"103088":{"ID":103088,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SparkleTrigger_01_Entity.json"},"103089":{"ID":103089,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SparkleMask_01_Entity.json"},"103090":{"ID":103090,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SparkleMask_02_Entity.json"},"103091":{"ID":103091,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_KenTama_01_Entity.json"},"103092":{"ID":103092,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},"103093":{"ID":103093,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_02_Entity.json"},"103094":{"ID":103094,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_DogStatue_01_Entity.json"},"103095":{"ID":103095,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FireflyPhantom_01_Entity.json"},"103096":{"ID":103096,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},"103097":{"ID":103097,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TV_02_Entity.json"},"103098":{"ID":103098,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ScreenTvSet_01_Entity.json"},"103099":{"ID":103099,"PropType":"PROP_DESTRUCT","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Transparent_01_Entity.json"},"103100":{"ID":103100,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_DreamBubble_01_Entity.json"},"103101":{"ID":103101,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_DreamBubble_02_Entity.json"},"103102":{"ID":103102,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_DreamBubble_03_Entity.json"},"103103":{"ID":103103,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_DreamBubble_04_Entity.json"},"103104":{"ID":103104,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_DreamBubble_05_Entity.json"},"103105":{"ID":103105,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_DreamBubble_06_Entity.json"},"103106":{"ID":103106,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103107":{"ID":103107,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103108":{"ID":103108,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01","CustomState02","CustomState03"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103109":{"ID":103109,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},"103110":{"ID":103110,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TopazStone_01_Entity.json"},"103111":{"ID":103111,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_AventurineStone_01_Entity.json"},"103112":{"ID":103112,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JadeStone_01_Entity.json"},"103113":{"ID":103113,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_AventurineBox_01_Entity.json"},"103114":{"ID":103114,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Cloth_01_Entity.json"},"103115":{"ID":103115,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricConnector_01_Entity.json"},"103116":{"ID":103116,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_AveFootPrint_01_Entity.json"},"103117":{"ID":103117,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_DRFootPrint_01_Entity.json"},"103118":{"ID":103118,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PBStationModel_01_Entity.json"},"103119":{"ID":103119,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_DrRatio_01_Entity.json"},"103120":{"ID":103120,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IronPlate_01_Entity.json"},"103121":{"ID":103121,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103122":{"ID":103122,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},"103123":{"ID":103123,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103124":{"ID":103124,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103125":{"ID":103125,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103126":{"ID":103126,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Car_02_Entity.json"},"103127":{"ID":103127,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Car_03_Entity.json"},"103128":{"ID":103128,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Car_04_Entity.json"},"103129":{"ID":103129,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Monocycle_05_Entity.json"},"103130":{"ID":103130,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","CustomState01"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_02_Entity.json"},"103131":{"ID":103131,"PropType":"PROP_TREASURE_CHEST","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},"103132":{"ID":103132,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ScreenTVSet_02_Entity.json"},"103133":{"ID":103133,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","CustomState01"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},"103134":{"ID":103134,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","CustomState01"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_02_Entity.json"},"103135":{"ID":103135,"PropType":"PROP_ELEVATOR","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Elevator_02_Entity.json"},"103136":{"ID":103136,"PropType":"PROP_ELEVATOR","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Elevator_01_Entity.json"},"103137":{"ID":103137,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorOutDoor_01_Entity.json"},"103138":{"ID":103138,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorOutDoor_02_Entity.json"},"103139":{"ID":103139,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Chair_01_Entity.json"},"103140":{"ID":103140,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Chair_02_Entity.json"},"103141":{"ID":103141,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","CustomState01"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_01_Entity.json"},"103142":{"ID":103142,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GiftBox_01_Entity.json"},"103143":{"ID":103143,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_AventurineBag_01_Entity.json"},"103144":{"ID":103144,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PBStationModel_02_Entity.json"},"103145":{"ID":103145,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_RailingStand_01_Entity.json"},"103146":{"ID":103146,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SpotLight_01_Entity.json"},"103147":{"ID":103147,"PropType":"PROP_MAP_ROTATION_VOLUME","PropStateList":["CustomState01","CustomState02"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_05_Entity.json"},"103148":{"ID":103148,"PropType":"PROP_MAP_ROTATION_VOLUME","PropStateList":["CustomState01","CustomState02","CustomState03"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_06_Entity.json"},"103149":{"ID":103149,"PropType":"PROP_MAP_ROTATION_VOLUME","PropStateList":["CustomState01","CustomState02"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_03_Entity.json"},"103150":{"ID":103150,"PropType":"PROP_MAP_ROTATION_VOLUME","PropStateList":["CustomState01","CustomState02"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_04_Entity.json"},"103151":{"ID":103151,"PropType":"PROP_ORDINARY","PropStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06","CustomState07","CustomState08"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103152":{"ID":103152,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JadeStone_02_Entity.json"},"103153":{"ID":103153,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TopazStone_02_Entity.json"},"103154":{"ID":103154,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SandBoardGate_01_Entity.json"},"103155":{"ID":103155,"PropType":"PROP_ORDINARY","PropStateList":["Locked","EventClose","EventOpen"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SandBoardGate_02_Entity.json"},"103156":{"ID":103156,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_PenroseTriangle_01_Entity.json"},"103157":{"ID":103157,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleClockBoy_01_Entity.json"},"103158":{"ID":103158,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSAButton_01_Entity.json"},"103159":{"ID":103159,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSAButton_02_Entity.json"},"103160":{"ID":103160,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSAReact_01_Entity.json"},"103161":{"ID":103161,"PropType":"PROP_ORDINARY","PropStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSAEaster_01_Entity.json"},"103162":{"ID":103162,"PropType":"PROP_ORDINARY","PropStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSAEaster_02_Entity.json"},"103163":{"ID":103163,"PropType":"PROP_ORDINARY","PropStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSAEaster_03_Entity.json"},"103164":{"ID":103164,"PropType":"PROP_ORDINARY","PropStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSAEaster_04_Entity.json"},"103165":{"ID":103165,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSAUnlock_01_Entity.json"},"103166":{"ID":103166,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSAUnlock_02_Entity.json"},"103167":{"ID":103167,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSBButton_01_Entity.json"},"103168":{"ID":103168,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSBButton_02_Entity.json"},"103169":{"ID":103169,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSBReact_01_Entity.json"},"103170":{"ID":103170,"PropType":"PROP_ORDINARY","PropStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSBEaster_01_Entity.json"},"103171":{"ID":103171,"PropType":"PROP_ORDINARY","PropStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSBEaster_02_Entity.json"},"103172":{"ID":103172,"PropType":"PROP_ORDINARY","PropStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSBEaster_03_Entity.json"},"103173":{"ID":103173,"PropType":"PROP_ORDINARY","PropStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSBEaster_04_Entity.json"},"103174":{"ID":103174,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSBUnlock_01_Entity.json"},"103175":{"ID":103175,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSBUnlock_02_Entity.json"},"103176":{"ID":103176,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSCButton_01_Entity.json"},"103177":{"ID":103177,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSCButton_02_Entity.json"},"103178":{"ID":103178,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSCReact_01_Entity.json"},"103179":{"ID":103179,"PropType":"PROP_ORDINARY","PropStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSCEaster_01_Entity.json"},"103180":{"ID":103180,"PropType":"PROP_ORDINARY","PropStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSCEaster_02_Entity.json"},"103181":{"ID":103181,"PropType":"PROP_ORDINARY","PropStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSCEaster_03_Entity.json"},"103182":{"ID":103182,"PropType":"PROP_ORDINARY","PropStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSCEaster_04_Entity.json"},"103183":{"ID":103183,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSCUnlock_01_Entity.json"},"103184":{"ID":103184,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSCUnlock_02_Entity.json"},"103185":{"ID":103185,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103186":{"ID":103186,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103187":{"ID":103187,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103188":{"ID":103188,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103189":{"ID":103189,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},"103190":{"ID":103190,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_RailBall_01_Entity.json"},"103191":{"ID":103191,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityMovingPlatform_01_Entity.json"},"103192":{"ID":103192,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ControllerGravityMPF_01_Entity.json"},"103193":{"ID":103193,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06","CustomState07","CustomState08","CustomState09"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Doll_01_Entity.json"},"103194":{"ID":103194,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Arcade_01_Entity.json"},"103195":{"ID":103195,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockMakerHat_01_Entity.json"},"103196":{"ID":103196,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_RavenBody_01_Entity.json"},"103197":{"ID":103197,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103198":{"ID":103198,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103199":{"ID":103199,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103200":{"ID":103200,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SolidaBottle_02_Entity.json"},"103201":{"ID":103201,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Popcorn_01_Entity.json"},"103202":{"ID":103202,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},"103203":{"ID":103203,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Glass_01_Entity.json"},"103204":{"ID":103204,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Bottle_01_Entity.json"},"103205":{"ID":103205,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModule_03_Entity.json"},"103206":{"ID":103206,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModule_04_Entity.json"},"103207":{"ID":103207,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_LittleStage_01_Entity.json"},"103208":{"ID":103208,"PropType":"PROP_MAP_ROTATION_VOLUME","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},"103209":{"ID":103209,"PropType":"PROP_MAP_ROTATION_VOLUME","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_08_Entity.json"},"103210":{"ID":103210,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockMaker_01_Entity.json"},"103211":{"ID":103211,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_03_Entity.json"},"103212":{"ID":103212,"PropType":"PROP_ORDINARY","PropStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},"103213":{"ID":103213,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_RailBall_03_Entity.json"},"103214":{"ID":103214,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01","CustomState02"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103215":{"ID":103215,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Flower_01_Entity.json"},"103216":{"ID":103216,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_DogStatue_02_Entity.json"},"103217":{"ID":103217,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Projector_01_Entity.json"},"103218":{"ID":103218,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_07_Entity.json"},"103219":{"ID":103219,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PaintFrame_01_Entity.json"},"103220":{"ID":103220,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PaintFrame_02_Entity.json"},"103221":{"ID":103221,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CaptainStatus_01_Entity.json"},"103222":{"ID":103222,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CaptainStatus_02_Entity.json"},"103223":{"ID":103223,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CaptainPaint_01_Entity.json"},"103224":{"ID":103224,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CaptainPaint_02_Entity.json"},"103225":{"ID":103225,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Arcade_03_Entity.json"},"103226":{"ID":103226,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Arcade_02_Entity.json"},"103227":{"ID":103227,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_AdvBrdBridge_01_Entity.json"},"103228":{"ID":103228,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"103229":{"ID":103229,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},"103230":{"ID":103230,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSAReactCollider_01_Entity.json"},"103231":{"ID":103231,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSAReactCollider_02_Entity.json"},"103232":{"ID":103232,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSBReactCollider_01_Entity.json"},"103233":{"ID":103233,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSBReactCollider_02_Entity.json"},"103234":{"ID":103234,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSCReactCollider_01_Entity.json"},"103235":{"ID":103235,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSCReactCollider_02_Entity.json"},"103236":{"ID":103236,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_LittleStage_02_Entity.json"},"103237":{"ID":103237,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_LittleStage_03_Entity.json"},"103238":{"ID":103238,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_LittleStage_04_Entity.json"},"103239":{"ID":103239,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_LittleStage_05_Entity.json"},"103240":{"ID":103240,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_LittleStage_06_Entity.json"},"103241":{"ID":103241,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockGear_01_Entity.json"},"103242":{"ID":103242,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockGear_02_Entity.json"},"103243":{"ID":103243,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Exhibition_01_Entity.json"},"103244":{"ID":103244,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ShipSign_01_Entity.json"},"103245":{"ID":103245,"PropType":"PROP_MAP_ROTATION_SWITCHER","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityPlate_03_Entity.json"},"103246":{"ID":103246,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SparkleBomb_01_Entity.json"},"103247":{"ID":103247,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSInteract_01_Entity.json"},"103248":{"ID":103248,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockBoyStatue_01_Entity.json"},"103249":{"ID":103249,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Doll_02_Entity.json"},"103250":{"ID":103250,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},"103251":{"ID":103251,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},"103252":{"ID":103252,"PropType":"PROP_LIGHT","PropStateList":["EventClose","EventOpen","Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},"103253":{"ID":103253,"PropType":"PROP_DESTRUCT","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},"300000":{"ID":300000,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"300001":{"ID":300001,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_PlayerBat_01_Entity.json"},"300002":{"ID":300002,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"300003":{"ID":300003,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},"300004":{"ID":300004,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"300005":{"ID":300005,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"300006":{"ID":300006,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"300007":{"ID":300007,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"},"300008":{"ID":300008,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DoorFrameN4_00_Entity.json"},"300009":{"ID":300009,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BillboardSign_01_Entity.json"},"301000":{"ID":301000,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Snowdrift_01_Entity.json"},"301001":{"ID":301001,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"301002":{"ID":301002,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"301003":{"ID":301003,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"301004":{"ID":301004,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_ElevatorMat_Entity.json"},"301005":{"ID":301005,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_ElevatorBase_Entity.json"},"301010":{"ID":301010,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Robot_05_Entity.json"},"301011":{"ID":301011,"PropType":"PROP_ORDINARY","PropStateList":["BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"301013":{"ID":301013,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_CrystalHuman_02_Entity.json"},"301014":{"ID":301014,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Barrier_Grp_24_Entity.json"},"301015":{"ID":301015,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Barrier_Grp_23_Entity.json"},"301016":{"ID":301016,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Barrier_Entity.json"},"301017":{"ID":301017,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Minecart_01_Broken_Entity.json"},"301018":{"ID":301018,"PropType":"PROP_ORDINARY","PropStateList":["Closed"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Minecart_01_Entity.json"},"301019":{"ID":301019,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"301023":{"ID":301023,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"301058":{"ID":301058,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},"301059":{"ID":301059,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"301060":{"ID":301060,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_CocoliaExcerpts_011_Entity.json"},"301061":{"ID":301061,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_CocoliaExcerpts_02_Entity.json"},"301062":{"ID":301062,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_CocoliaExcerpts_03_Entity.json"},"301063":{"ID":301063,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_CocoliaExcerpts_04_Entity.json"},"301064":{"ID":301064,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_PiecesOfDreams_01_Entity.json"},"301065":{"ID":301065,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_11_Entity.json"},"301066":{"ID":301066,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Trashcan_01_Entity.json"},"301067":{"ID":301067,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Grd_19_Entity.json"},"301068":{"ID":301068,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Bonfire_01_Entity.json"},"301069":{"ID":301069,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_HandLamp_03_Entity.json"},"301070":{"ID":301070,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_HeatDevice_01_Entity.json"},"301071":{"ID":301071,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","WaitActive"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_HeatDevice_02_Entity.json"},"301072":{"ID":301072,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Package_01_Entity.json"},"301073":{"ID":301073,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Tent_02a_Entity.json"},"301074":{"ID":301074,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_ToolBag_01_Entity.json"},"301075":{"ID":301075,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Woodenbox_01b_Old_Entity.json"},"301076":{"ID":301076,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Glowstick_01_Entity.json"},"301077":{"ID":301077,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"301078":{"ID":301078,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},"301079":{"ID":301079,"PropType":"PROP_SPRING","PropStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},"301080":{"ID":301080,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"301081":{"ID":301081,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"301082":{"ID":301082,"PropType":"PROP_ORDINARY","PropStateList":["CustomState01","CustomState02"],"ConfigEntityPath":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"9090008":{"ID":9090008,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Common/Test_AreaBuff_Entity.json"},"9103002":{"ID":9103002,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Chap03/Chap03_Prop_GashaponMachine_01_Entity.json"},"9103003":{"ID":9103003,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Chap03/Chap03_Prop_GashaponMachine_Ball_01_Entity.json"},"9103004":{"ID":9103004,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Chap03/Chap03_Prop_GashaponMachine_Switcher_01_Entity.json"},"9103005":{"ID":9103005,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Chap03/Chap03_Prop_HighStrikers_01_Entity.json"},"9103007":{"ID":9103007,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Chap03/Chap03_Prop_HighStrikers_Bottle_01_Entity.json"},"9103008":{"ID":9103008,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawDevMultiFunc_01_Entity.json"},"9103009":{"ID":9103009,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricConnector_01_Entity.json"},"9103010":{"ID":9103010,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},"9103011":{"ID":9103011,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricMovePlatform_01_Entity.json"},"9103012":{"ID":9103012,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricMovePlatformSwitch_01_Entity.json"},"9103013":{"ID":9103013,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricSwitch_01_Entity.json"},"9103014":{"ID":9103014,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricMovePlatformLShape_01_Entity.json"},"9103015":{"ID":9103015,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Common/Common_DesignBackup_Mar_7th_Entity.json"},"9103017":{"ID":9103017,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Common/DecalPuzzle_WhiteBox02_SubvideRegion_Entity.json"},"9103018":{"ID":9103018,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Chap00/DecalPuzzle_WhiteBox02_SubvideRegion1_Entity.json"},"9103019":{"ID":9103019,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Chap00/DecalPuzzle_WhiteBox02_SubvideRegion2_Entity.json"},"9103020":{"ID":9103020,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Chap00/DecalPuzzle_WhiteBox02_SubvideRegion3_Entity.json"},"9103021":{"ID":9103021,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_RailBall_01_Entity.json"},"9103022":{"ID":9103022,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Common/Test_ColliderTest_Entity.json"},"9120018":{"ID":9120018,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Common/Rogue_Prop_Portal_01_Entity.json"},"9120019":{"ID":9120019,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Common/Rogue_Prop_Portal_01_Entity.json"},"9120020":{"ID":9120020,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Common/Rogue_Prop_Portal_01_Entity.json"},"9120021":{"ID":9120021,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Common/Rogue_Prop_Portal_01_Entity.json"},"9120031":{"ID":9120031,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Common/X302_Light_Entity.json"},"9120032":{"ID":9120032,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Common/X302_Egg_Entity.json"},"9120033":{"ID":9120033,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Common/X302_Bridge_Entity.json"},"9120034":{"ID":9120034,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Common/Eff_Rogue_DialogueEventHintPoint_Entity.json"},"9130003":{"ID":9130003,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Common/LogisticBrid_Group_Entity.json"},"9200005":{"ID":9200005,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Common/Test_Prop_GachaMachine_01_Entity.json"},"9200006":{"ID":9200006,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Common/Test_Prop_PrizeWheel_01_Entity.json"},"9200007":{"ID":9200007,"PropType":"PROP_ELEVATOR","PropStateList":["Elevator1","Elevator2","Elevator3"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Chap00/Test_Prop_N4_Elevator_Entity.json"},"9300001":{"ID":9300001,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Chap03/ChapP4_GameplayProp_TimeAxisChange_01_Entity.json"},"9300002":{"ID":9300002,"PropType":"PROP_ELEVATOR","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Chap03/Chap04_GameplayProp_TimeAxisTest_01_Lod0_Entity.json"},"9300003":{"ID":9300003,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Chap03/Chap04_TimeAxisBroken_Entity.json"},"9999820":{"ID":9999820,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Common/Common_Prop_EmptyProp_Entity.json"},"9999834":{"ID":9999834,"PropType":"PROP_ORDINARY","PropStateList":["Closed","Open","Locked"],"ConfigEntityPath":"Config/ConfigEntity/Props/WhiteBox/Common/Chime_Score_Entity.json"}},"maze_plane":{"10000":{"PlaneID":10000,"PlaneType":"Train","SubType":1,"MazePoolType":1,"WorldID":100,"StartFloorID":10000000,"FloorIDList":[10000000,10000002]},"10001":{"PlaneID":10001,"PlaneType":"Town","SubType":1,"MazePoolType":1,"WorldID":101,"StartFloorID":10001001,"FloorIDList":[10001001]},"10101":{"PlaneID":10101,"PlaneType":"Town","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":10101001,"FloorIDList":[10101001,10101002,10101003,10101004,10101005,10101006,10101007,10101008,10101009]},"10102":{"PlaneID":10102,"PlaneType":"Town","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":10102001,"FloorIDList":[10102001,10102002,10102003,10102004]},"10201":{"PlaneID":10201,"PlaneType":"Town","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":10201001,"FloorIDList":[10201001,10201002]},"10202":{"PlaneID":10202,"PlaneType":"Town","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":10202001,"FloorIDList":[10202001,10202002,10202003,10202004]},"10301":{"PlaneID":10301,"PlaneType":"Town","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":10301001,"FloorIDList":[10301001]},"10304":{"PlaneID":10304,"PlaneType":"Town","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":10304001,"FloorIDList":[10304001]},"10305":{"PlaneID":10305,"PlaneType":"Town","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":10305001,"FloorIDList":[10305001]},"10341":{"PlaneID":10341,"PlaneType":"Town","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":10341001,"FloorIDList":[10341001]},"20001":{"PlaneID":20001,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":101,"StartFloorID":20001001,"FloorIDList":[20001001]},"20002":{"PlaneID":20002,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":101,"StartFloorID":20001001,"FloorIDList":[20002001]},"20003":{"PlaneID":20003,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":101,"StartFloorID":20001001,"FloorIDList":[20003001]},"20004":{"PlaneID":20004,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":101,"StartFloorID":20004001,"FloorIDList":[20004001]},"20100":{"PlaneID":20100,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":20100001,"FloorIDList":[20100001]},"20101":{"PlaneID":20101,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":20101001,"FloorIDList":[20101001]},"20111":{"PlaneID":20111,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":20111001,"FloorIDList":[20111001]},"20121":{"PlaneID":20121,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":20121001,"FloorIDList":[20121001]},"20122":{"PlaneID":20122,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":20122001,"FloorIDList":[20122001]},"20123":{"PlaneID":20123,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":20123001,"FloorIDList":[20123001]},"20131":{"PlaneID":20131,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":20131001,"FloorIDList":[20131001]},"20132":{"PlaneID":20132,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":20132001,"FloorIDList":[20132001]},"20133":{"PlaneID":20133,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":20133001,"FloorIDList":[20133001,20133002]},"20134":{"PlaneID":20134,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":20134001,"FloorIDList":[20134001]},"20135":{"PlaneID":20135,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":20135001,"FloorIDList":[20135001]},"20136":{"PlaneID":20136,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":20136001,"FloorIDList":[20136001]},"20211":{"PlaneID":20211,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":20211001,"FloorIDList":[20211001]},"20212":{"PlaneID":20212,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":20212001,"FloorIDList":[20212001]},"20213":{"PlaneID":20213,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":20213001,"FloorIDList":[20213001,20213002]},"20214":{"PlaneID":20214,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":20214001,"FloorIDList":[20214001]},"20221":{"PlaneID":20221,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":20221001,"FloorIDList":[20221001]},"20222":{"PlaneID":20222,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":20222001,"FloorIDList":[20222001]},"20223":{"PlaneID":20223,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":20223001,"FloorIDList":[20223001]},"20231":{"PlaneID":20231,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":20231001,"FloorIDList":[20231001,20231002]},"20232":{"PlaneID":20232,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":20232001,"FloorIDList":[20232001]},"20233":{"PlaneID":20233,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":20233001,"FloorIDList":[20233001]},"20241":{"PlaneID":20241,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":20241001,"FloorIDList":[20241001]},"20311":{"PlaneID":20311,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":20311001,"FloorIDList":[20311001]},"20312":{"PlaneID":20312,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":20312001,"FloorIDList":[20312001]},"20313":{"PlaneID":20313,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":20313001,"FloorIDList":[20313001]},"20321":{"PlaneID":20321,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":20321001,"FloorIDList":[20321001]},"20322":{"PlaneID":20322,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":20322001,"FloorIDList":[20322001]},"20323":{"PlaneID":20323,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":20323001,"FloorIDList":[20323001]},"20331":{"PlaneID":20331,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":20331001,"FloorIDList":[20331001]},"20332":{"PlaneID":20332,"PlaneType":"Maze","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":20332001,"FloorIDList":[20332001]},"30101":{"PlaneID":30101,"PlaneType":"Challenge","SubType":1,"MazePoolType":2,"WorldID":999,"StartFloorID":30101001,"FloorIDList":[30101001]},"30102":{"PlaneID":30102,"PlaneType":"Challenge","SubType":1,"MazePoolType":2,"WorldID":999,"StartFloorID":30102001,"FloorIDList":[30102001,30102002,30102003,30102004,30102005,30102006]},"30103":{"PlaneID":30103,"PlaneType":"Challenge","SubType":1,"MazePoolType":2,"WorldID":999,"StartFloorID":30103001,"FloorIDList":[30103001]},"30104":{"PlaneID":30104,"PlaneType":"Challenge","SubType":1,"MazePoolType":2,"WorldID":999,"StartFloorID":30104001,"FloorIDList":[30104001]},"30105":{"PlaneID":30105,"PlaneType":"Challenge","SubType":1,"MazePoolType":2,"WorldID":999,"StartFloorID":30105001,"FloorIDList":[30105001]},"30120":{"PlaneID":30120,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":999,"StartFloorID":30120001,"FloorIDList":[30120001]},"30121":{"PlaneID":30121,"PlaneType":"Challenge","SubType":1,"MazePoolType":2,"WorldID":999,"StartFloorID":30121001,"FloorIDList":[30121001,30121002]},"30122":{"PlaneID":30122,"PlaneType":"Challenge","SubType":1,"MazePoolType":2,"WorldID":999,"StartFloorID":30122001,"FloorIDList":[30122001]},"30123":{"PlaneID":30123,"PlaneType":"Challenge","SubType":1,"MazePoolType":2,"WorldID":999,"StartFloorID":30123001,"FloorIDList":[30123001]},"30124":{"PlaneID":30124,"PlaneType":"Challenge","SubType":1,"MazePoolType":2,"WorldID":999,"StartFloorID":30124001,"FloorIDList":[30124001,30124002]},"30125":{"PlaneID":30125,"PlaneType":"Challenge","SubType":1,"MazePoolType":2,"WorldID":999,"StartFloorID":30123001,"FloorIDList":[30125001]},"30201":{"PlaneID":30201,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":999,"StartFloorID":30201001,"FloorIDList":[30201001,30202001,30203001,30204001,30205001,30206001]},"30301":{"PlaneID":30301,"PlaneType":"Raid","SubType":1,"MazePoolType":11,"WorldID":999,"StartFloorID":30301001,"FloorIDList":[30301001,30301002,30301003,30301004,30301005,30301006,30301007]},"30401":{"PlaneID":30401,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":999,"StartFloorID":30401001,"FloorIDList":[30401001,30401002,30401003,30401004,30401005]},"30500":{"PlaneID":30500,"PlaneType":"TrialActivity","SubType":1,"MazePoolType":15,"WorldID":999,"StartFloorID":30500001,"FloorIDList":[30500001]},"30501":{"PlaneID":30501,"PlaneType":"TrialActivity","SubType":1,"MazePoolType":15,"WorldID":999,"StartFloorID":30501001,"FloorIDList":[30501001]},"30502":{"PlaneID":30502,"PlaneType":"TrialActivity","SubType":1,"MazePoolType":15,"WorldID":999,"StartFloorID":30502001,"FloorIDList":[30502001]},"30521":{"PlaneID":30521,"PlaneType":"TrialActivity","SubType":1,"MazePoolType":15,"WorldID":999,"StartFloorID":30521001,"FloorIDList":[30521001]},"30523":{"PlaneID":30523,"PlaneType":"TrialActivity","SubType":1,"MazePoolType":15,"WorldID":999,"StartFloorID":30523001,"FloorIDList":[30523001]},"30524":{"PlaneID":30524,"PlaneType":"TrialActivity","SubType":1,"MazePoolType":15,"WorldID":999,"StartFloorID":30524001,"FloorIDList":[30524001]},"40000":{"PlaneID":40000,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":101,"StartFloorID":40000001,"FloorIDList":[40000001]},"40002":{"PlaneID":40002,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":101,"StartFloorID":40002001,"FloorIDList":[40002001,40002002,40002003,40002004,40002101,40002102,40002103,40002104]},"40003":{"PlaneID":40003,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":101,"StartFloorID":40003001,"FloorIDList":[40003001]},"40101":{"PlaneID":40101,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":40101001,"FloorIDList":[40101001,40101002,40101003,40101004,40101006]},"40111":{"PlaneID":40111,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":40111001,"FloorIDList":[40111001]},"40121":{"PlaneID":40121,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":40121001,"FloorIDList":[40121001,40121002,40121003,40121005,40121006]},"40122":{"PlaneID":40122,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":40122001,"FloorIDList":[40122001]},"40123":{"PlaneID":40123,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":40123001,"FloorIDList":[40123001]},"40131":{"PlaneID":40131,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":40131001,"FloorIDList":[40131001,40131002,40131003]},"40211":{"PlaneID":40211,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":40211001,"FloorIDList":[40211001,40211002,40211003]},"40212":{"PlaneID":40212,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":40212001,"FloorIDList":[40212001,40212002,40212003]},"40221":{"PlaneID":40221,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":40221001,"FloorIDList":[40221001]},"40222":{"PlaneID":40222,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":40222001,"FloorIDList":[40222001,40222002,40222003,40222004,40222005,40222006]},"40231":{"PlaneID":40231,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":40231001,"FloorIDList":[40231001,40231003,40231004]},"40232":{"PlaneID":40232,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":40232001,"FloorIDList":[40232001,40232002]},"40233":{"PlaneID":40233,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":40233001,"FloorIDList":[40233001]},"40234":{"PlaneID":40234,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":40234001,"FloorIDList":[40234001]},"40235":{"PlaneID":40235,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":40235001,"FloorIDList":[40235001]},"40236":{"PlaneID":40236,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":40236001,"FloorIDList":[40236001,40236002]},"40237":{"PlaneID":40237,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":40237001,"FloorIDList":[40237001,40237002,40237003,40237004,40237005,40237006]},"40238":{"PlaneID":40238,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":40238001,"FloorIDList":[40238001]},"40312":{"PlaneID":40312,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":40312001,"FloorIDList":[40312001]},"41000":{"PlaneID":41000,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":41000001,"FloorIDList":[41000001,41000002,41000003,41000004,41000005,41000006]},"41007":{"PlaneID":41007,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":41000007,"FloorIDList":[41000007]},"41008":{"PlaneID":41008,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":41000008,"FloorIDList":[41000008]},"41009":{"PlaneID":41009,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":41000009,"FloorIDList":[41000009]},"41010":{"PlaneID":41010,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":41000010,"FloorIDList":[41000010]},"41011":{"PlaneID":41011,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":41000011,"FloorIDList":[41000011]},"41012":{"PlaneID":41012,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":41000012,"FloorIDList":[41000012]},"41212":{"PlaneID":41212,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":41212001,"FloorIDList":[41212001]},"41221":{"PlaneID":41221,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":42221001,"FloorIDList":[41221001,41221002,41221003,41221004]},"42221":{"PlaneID":42221,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":42221001,"FloorIDList":[42221001]},"43001":{"PlaneID":43001,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":100,"StartFloorID":40004001,"FloorIDList":[43001001,43001002]},"43002":{"PlaneID":43002,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":101,"StartFloorID":43002001,"FloorIDList":[43002001,43002002,43002003]},"43003":{"PlaneID":43003,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":101,"StartFloorID":43003001,"FloorIDList":[43003001]},"43004":{"PlaneID":43004,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":101,"StartFloorID":43004001,"FloorIDList":[43004001]},"43101":{"PlaneID":43101,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":43101001,"FloorIDList":[43101001,43101002]},"43102":{"PlaneID":43102,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":43102001,"FloorIDList":[43102001,43102002,43102003]},"43103":{"PlaneID":43103,"PlaneType":"AetherDivide","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":43103001,"FloorIDList":[43103001,43103002,43103003,43103004,43103005]},"43104":{"PlaneID":43104,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":201,"StartFloorID":43104001,"FloorIDList":[43104001]},"43201":{"PlaneID":43201,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":43201001,"FloorIDList":[43201001,43201002,43201003,43201004,43201005]},"43202":{"PlaneID":43202,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":43202001,"FloorIDList":[43202001,43202002,43202003,43202004,43202005,43202006]},"43203":{"PlaneID":43203,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":43203001,"FloorIDList":[43203001]},"43204":{"PlaneID":43204,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":43204001,"FloorIDList":[43204001]},"43205":{"PlaneID":43205,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":43205001,"FloorIDList":[43205001]},"43206":{"PlaneID":43206,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":43206001,"FloorIDList":[43206001]},"43207":{"PlaneID":43207,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":43207001,"FloorIDList":[43207001,43207002,43207003]},"43208":{"PlaneID":43208,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":43208001,"FloorIDList":[43208001]},"43209":{"PlaneID":43209,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":43209001,"FloorIDList":[43209001]},"43210":{"PlaneID":43210,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":43210001,"FloorIDList":[43210001,43210002]},"43211":{"PlaneID":43211,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":43211001,"FloorIDList":[43211001]},"43212":{"PlaneID":43212,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":43212001,"FloorIDList":[43212001]},"43213":{"PlaneID":43213,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":43213001,"FloorIDList":[43213001]},"43214":{"PlaneID":43214,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":43214001,"FloorIDList":[43214001]},"43215":{"PlaneID":43215,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":43215001,"FloorIDList":[43215001]},"43216":{"PlaneID":43216,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":43215001,"FloorIDList":[43216001]},"43217":{"PlaneID":43217,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":43215001,"FloorIDList":[43217001,43217002]},"43218":{"PlaneID":43218,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":43215001,"FloorIDList":[43218001]},"43301":{"PlaneID":43301,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":43301001,"FloorIDList":[40311001,43301001]},"43302":{"PlaneID":43302,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":43301001,"FloorIDList":[43302001]},"43303":{"PlaneID":43303,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":43301001,"FloorIDList":[43303001,43303002,43303003]},"43304":{"PlaneID":43304,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":43304001,"FloorIDList":[43304001]},"43305":{"PlaneID":43305,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":43305001,"FloorIDList":[43305001,43305002]},"43306":{"PlaneID":43306,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":43306001,"FloorIDList":[43306001,43306002]},"43307":{"PlaneID":43307,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":43307001,"FloorIDList":[43307001]},"43308":{"PlaneID":43308,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":43308001,"FloorIDList":[43308001]},"43310":{"PlaneID":43310,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":43310001,"FloorIDList":[43310001]},"43312":{"PlaneID":43312,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":43312001,"FloorIDList":[43312001,43312003,43312002]},"43313":{"PlaneID":43313,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":43313001,"FloorIDList":[43313001,43313002,43313003,43313004]},"43314":{"PlaneID":43314,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":43314001,"FloorIDList":[43314001]},"43321":{"PlaneID":43321,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":43321001,"FloorIDList":[43321001,43321002]},"43322":{"PlaneID":43322,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":43322001,"FloorIDList":[43322001,43322002,43322003,43322004,43322005]},"44001":{"PlaneID":44001,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":101,"StartFloorID":44001001,"FloorIDList":[44001001,44001002,44001003]},"44201":{"PlaneID":44201,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":301,"StartFloorID":44201001,"FloorIDList":[44201001,44201002,44201003]},"44202":{"PlaneID":44202,"PlaneType":"Raid","SubType":1,"MazePoolType":44202,"WorldID":301,"StartFloorID":44202001,"FloorIDList":[44202001,44202002,44202003,44202004]},"44301":{"PlaneID":44301,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":401,"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]},"44302":{"PlaneID":44302,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":44302001,"FloorIDList":[44302001,44302002,44302003,44302004]},"44303":{"PlaneID":44303,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":44303001,"FloorIDList":[44303001,44303002,44303003]},"44305":{"PlaneID":44305,"PlaneType":"Raid","SubType":1,"MazePoolType":1,"WorldID":401,"StartFloorID":44305001,"FloorIDList":[44305001,44305002,44305003,44305004,44305005]},"80000":{"PlaneID":80000,"PlaneType":"Rogue","SubType":1,"MazePoolType":3,"WorldID":999,"StartFloorID":80000001,"FloorIDList":[80000001]},"80001":{"PlaneID":80001,"PlaneType":"Rogue","SubType":1,"MazePoolType":3,"WorldID":101,"StartFloorID":80001001,"FloorIDList":[80001001,80001002,80001003]},"80112":{"PlaneID":80112,"PlaneType":"Town","SubType":1,"MazePoolType":1,"WorldID":101,"StartFloorID":80112001,"FloorIDList":[80112001]},"80200":{"PlaneID":80200,"PlaneType":"Rogue","SubType":2,"MazePoolType":4,"WorldID":101,"StartFloorID":80200001,"FloorIDList":[80200001,80200002,80200003,80200004,80200005,80200006,80200007,80200008]},"80201":{"PlaneID":80201,"PlaneType":"Rogue","SubType":2,"MazePoolType":4,"WorldID":101,"StartFloorID":80201001,"FloorIDList":[80201001]},"80202":{"PlaneID":80202,"PlaneType":"Rogue","SubType":2,"MazePoolType":4,"WorldID":101,"StartFloorID":80202001,"FloorIDList":[80202001]},"80203":{"PlaneID":80203,"PlaneType":"Rogue","SubType":2,"MazePoolType":4,"WorldID":101,"StartFloorID":80203001,"FloorIDList":[80203001]},"80204":{"PlaneID":80204,"PlaneType":"Rogue","SubType":2,"MazePoolType":4,"WorldID":101,"StartFloorID":80204001,"FloorIDList":[80204001]},"80205":{"PlaneID":80205,"PlaneType":"Rogue","SubType":2,"MazePoolType":4,"WorldID":101,"StartFloorID":80205001,"FloorIDList":[80205001]},"80206":{"PlaneID":80206,"PlaneType":"Rogue","SubType":2,"MazePoolType":4,"WorldID":101,"StartFloorID":80206001,"FloorIDList":[80206001]},"80207":{"PlaneID":80207,"PlaneType":"Rogue","SubType":2,"MazePoolType":4,"WorldID":101,"StartFloorID":80207001,"FloorIDList":[80207001]},"80208":{"PlaneID":80208,"PlaneType":"Rogue","SubType":2,"MazePoolType":4,"WorldID":101,"StartFloorID":80208001,"FloorIDList":[80208001]},"80209":{"PlaneID":80209,"PlaneType":"Rogue","SubType":2,"MazePoolType":4,"WorldID":101,"StartFloorID":80209001,"FloorIDList":[80209001]},"80210":{"PlaneID":80210,"PlaneType":"Rogue","SubType":2,"MazePoolType":4,"WorldID":101,"StartFloorID":80210001,"FloorIDList":[80210001]},"80211":{"PlaneID":80211,"PlaneType":"Rogue","SubType":2,"MazePoolType":4,"WorldID":101,"StartFloorID":80211001,"FloorIDList":[80211001]},"80301":{"PlaneID":80301,"PlaneType":"Rogue","SubType":1,"MazePoolType":80301,"WorldID":101,"StartFloorID":80301001,"FloorIDList":[80301001,80301002]},"80302":{"PlaneID":80302,"PlaneType":"Rogue","SubType":1,"MazePoolType":80302,"WorldID":101,"StartFloorID":80302001,"FloorIDList":[80302001,80302002]},"80303":{"PlaneID":80303,"PlaneType":"Rogue","SubType":1,"MazePoolType":80303,"WorldID":101,"StartFloorID":80303001,"FloorIDList":[80303001]},"80304":{"PlaneID":80304,"PlaneType":"Rogue","SubType":1,"MazePoolType":80304,"WorldID":101,"StartFloorID":80304001,"FloorIDList":[80304001]},"80305":{"PlaneID":80305,"PlaneType":"Rogue","SubType":1,"MazePoolType":80305,"WorldID":101,"StartFloorID":80305001,"FloorIDList":[80305001]},"80400":{"PlaneID":80400,"PlaneType":"Rogue","SubType":4,"MazePoolType":80400,"WorldID":101,"StartFloorID":80400001,"FloorIDList":[80400001]},"80401":{"PlaneID":80401,"PlaneType":"Rogue","SubType":3,"MazePoolType":804,"WorldID":101,"StartFloorID":80401001,"FloorIDList":[80401001]},"80402":{"PlaneID":80402,"PlaneType":"Rogue","SubType":3,"MazePoolType":804,"WorldID":101,"StartFloorID":80402001,"FloorIDList":[80402001]},"80403":{"PlaneID":80403,"PlaneType":"Rogue","SubType":3,"MazePoolType":804,"WorldID":101,"StartFloorID":80403001,"FloorIDList":[80403001]},"80404":{"PlaneID":80404,"PlaneType":"Rogue","SubType":3,"MazePoolType":804,"WorldID":101,"StartFloorID":80404001,"FloorIDList":[80404001]},"80405":{"PlaneID":80405,"PlaneType":"Rogue","SubType":3,"MazePoolType":804,"WorldID":101,"StartFloorID":80405001,"FloorIDList":[80405001]},"80406":{"PlaneID":80406,"PlaneType":"Rogue","SubType":3,"MazePoolType":804,"WorldID":101,"StartFloorID":80406001,"FloorIDList":[80406001]},"80407":{"PlaneID":80407,"PlaneType":"Rogue","SubType":3,"MazePoolType":804,"WorldID":101,"StartFloorID":80407001,"FloorIDList":[80407001]},"80408":{"PlaneID":80408,"PlaneType":"Rogue","SubType":3,"MazePoolType":804,"WorldID":101,"StartFloorID":80408001,"FloorIDList":[80408001,80408002,80408003,80408004,80408005,80408006,80408007]},"81001":{"PlaneID":81001,"PlaneType":"Rogue","SubType":1,"MazePoolType":3,"WorldID":101,"StartFloorID":81001001,"FloorIDList":[81001001]},"81002":{"PlaneID":81002,"PlaneType":"Rogue","SubType":1,"MazePoolType":3,"WorldID":101,"StartFloorID":81002001,"FloorIDList":[81002001]},"81003":{"PlaneID":81003,"PlaneType":"Rogue","SubType":1,"MazePoolType":3,"WorldID":101,"StartFloorID":81003001,"FloorIDList":[81003001]},"81004":{"PlaneID":81004,"PlaneType":"Rogue","SubType":1,"MazePoolType":3,"WorldID":101,"StartFloorID":81004001,"FloorIDList":[81004001]},"81111":{"PlaneID":81111,"PlaneType":"Rogue","SubType":1,"MazePoolType":3,"WorldID":101,"StartFloorID":81111001,"FloorIDList":[81111001]},"81121":{"PlaneID":81121,"PlaneType":"Rogue","SubType":1,"MazePoolType":3,"WorldID":101,"StartFloorID":81121001,"FloorIDList":[81121001]},"81122":{"PlaneID":81122,"PlaneType":"Rogue","SubType":1,"MazePoolType":3,"WorldID":101,"StartFloorID":81122001,"FloorIDList":[81122001]},"81123":{"PlaneID":81123,"PlaneType":"Rogue","SubType":1,"MazePoolType":3,"WorldID":101,"StartFloorID":81123001,"FloorIDList":[81123001]},"81131":{"PlaneID":81131,"PlaneType":"Rogue","SubType":1,"MazePoolType":3,"WorldID":101,"StartFloorID":81131001,"FloorIDList":[81131001]},"81132":{"PlaneID":81132,"PlaneType":"Rogue","SubType":1,"MazePoolType":3,"WorldID":101,"StartFloorID":81132001,"FloorIDList":[81132001]},"81211":{"PlaneID":81211,"PlaneType":"Rogue","SubType":1,"MazePoolType":3,"WorldID":101,"StartFloorID":81211001,"FloorIDList":[81211001]},"81212":{"PlaneID":81212,"PlaneType":"Rogue","SubType":1,"MazePoolType":3,"WorldID":101,"StartFloorID":81212001,"FloorIDList":[81212001]},"81221":{"PlaneID":81221,"PlaneType":"Rogue","SubType":1,"MazePoolType":3,"WorldID":101,"StartFloorID":81221001,"FloorIDList":[81221001]},"81222":{"PlaneID":81222,"PlaneType":"Rogue","SubType":1,"MazePoolType":3,"WorldID":101,"StartFloorID":81222001,"FloorIDList":[81222001]},"81223":{"PlaneID":81223,"PlaneType":"Rogue","SubType":1,"MazePoolType":3,"WorldID":101,"StartFloorID":81223001,"FloorIDList":[81223001]},"81231":{"PlaneID":81231,"PlaneType":"Rogue","SubType":1,"MazePoolType":3,"WorldID":101,"StartFloorID":81231001,"FloorIDList":[81231001]},"81232":{"PlaneID":81232,"PlaneType":"Rogue","SubType":1,"MazePoolType":3,"WorldID":101,"StartFloorID":81232001,"FloorIDList":[81232001]},"81311":{"PlaneID":81311,"PlaneType":"Rogue","SubType":1,"MazePoolType":3,"WorldID":101,"StartFloorID":81311001,"FloorIDList":[81311001]},"81312":{"PlaneID":81312,"PlaneType":"Rogue","SubType":1,"MazePoolType":3,"WorldID":101,"StartFloorID":81312001,"FloorIDList":[81312001]},"81313":{"PlaneID":81313,"PlaneType":"Rogue","SubType":1,"MazePoolType":3,"WorldID":101,"StartFloorID":81313001,"FloorIDList":[81313001]}},"level_group":{"P10000_F10000000":{"teleports":{"2206":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.416000843048096,"PosY":3.999999989900971e-6,"PosZ":-12.949999809265137,"RotY":90.0,"PropID":2004,"AnchorID":1,"AnchorGroupID":47,"MappingInfoID":2206,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter00_ChallengeMaze 1.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Train/Prop_Train_Mirror_01_Entity.json"},"2215":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.3799999952316284,"PosY":0.0,"PosZ":3.1600000858306885,"RotY":150.0,"PropID":110,"AnchorID":2,"AnchorGroupID":2,"MappingInfoID":2215,"InitLevelGraph":null,"State":"CheckPointEnable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2240":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":4.176000118255615,"PosY":-0.000011000000085914508,"PosZ":26.7189998626709,"RotY":180.10240173339844,"PropID":2001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2240,"InitLevelGraph":"Config/Level/Maze/Chapter00/Train/Train_Chapter00_JukeBox.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Train/Prop_Train_Jukebox_01_Entity.json"},"2243":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.15500020980835,"PosY":-9.000000318337698e-6,"PosZ":21.31999969482422,"RotY":90.0,"PropID":2002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2243,"InitLevelGraph":"Config/Level/Maze/Chapter00/Train/Train_Chapter00_Workbench.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Train/Prop_Train_CraftingTable_01_Entity.json"},"2256":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":2.0,"PosZ":27.290000915527344,"RotY":0.0,"PropID":107,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2256,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2367":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.3469998836517334,"PosY":0.9980000257492065,"PosZ":14.810999870300291,"RotY":90.7361831665039,"PropID":100083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2367,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":142,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_AttendanceBook_01_Entity.json"}},"group_items":{"2":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":2.447000026702881,"PosY":0.0,"PosZ":0.5590000152587891,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.3799999952316284,"PosY":0.0,"PosZ":3.1600000858306885,"RotY":150.0,"PropID":110,"AnchorID":2,"AnchorGroupID":2,"MappingInfoID":2215,"InitLevelGraph":null,"State":"CheckPointEnable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.9300000071525575,"PosY":1.9999999949504854e-6,"PosZ":0.12999999523162842,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":0.0,"PosY":0.0,"PosZ":-2.0,"RotY":345.0,"groupId":0}}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.3800009489059448,"PosY":-9.999999974752427e-7,"PosZ":3.159992933273315,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.3799999952316284,"PosY":0.0,"PosZ":3.1600000858306885,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-1.3799999952316284,"PosY":0.0,"PosZ":3.1600000858306885,"Name":"NPC1","RotY":150.0,"NPCID":3001,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":3.5889999866485596,"PosY":0.0,"PosZ":3.006999969482422,"Name":"NPC2","RotY":240.11019897460935,"NPCID":1003,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-4.420000076293945,"PosY":0.020999999716877937,"PosZ":-1.10099995136261,"Name":"NPC3","RotY":69.6279067993164,"NPCID":1004,"groupId":3,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-1.4900000095367432,"PosY":-9.999999974752427e-7,"PosZ":2.140000104904175,"RotY":0.0,"groupId":0}}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":2.0,"PosZ":27.290000915527344,"RotY":0.0,"PropID":107,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2256,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.2158620059490204,"PosY":-1.9999999949504854e-6,"PosZ":22.770000457763672,"RotY":165.0,"groupId":0}}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":4.176000118255615,"PosY":-0.000011000000085914508,"PosZ":26.7189998626709,"RotY":180.10240173339844,"PropID":2001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2240,"InitLevelGraph":"Config/Level/Maze/Chapter00/Train/Train_Chapter00_JukeBox.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Train/Prop_Train_Jukebox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.15500020980835,"PosY":-9.000000318337698e-6,"PosZ":21.31999969482422,"RotY":90.0,"PropID":2002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2243,"InitLevelGraph":"Config/Level/Maze/Chapter00/Train/Train_Chapter00_Workbench.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Train/Prop_Train_CraftingTable_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.380000114440918,"PosY":0.0,"PosZ":18.88999938964844,"RotY":90.0,"PropID":2000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/Train/Train_Chapter00_VendingMachine.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Train/Prop_Train_VendingMachine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"34":{"props":[],"npcs":[{"ID":400001,"PosX":-5.7170000076293945,"PosY":1.9999999949504854e-6,"PosZ":-13.802000045776367,"Name":"NPC1","RotY":40.617530822753906,"NPCID":3012,"groupId":34,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-4.03000020980835,"PosY":1.9999999949504854e-6,"PosZ":-13.005999565124512,"RotY":270.0,"groupId":0}}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.416000843048096,"PosY":3.999999989900971e-6,"PosZ":-12.949999809265137,"RotY":90.0,"PropID":2004,"AnchorID":1,"AnchorGroupID":47,"MappingInfoID":2206,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter00_ChallengeMaze 1.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Train/Prop_Train_Mirror_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-4.03000020980835,"PosY":1.9999999949504854e-6,"PosZ":-13.005999565124512,"RotY":270.0,"groupId":0}}},"49":{"props":[],"npcs":[{"ID":400001,"PosX":-3.900000095367432,"PosY":-7.999999979801942e-6,"PosZ":23.15999984741211,"Name":"NPC1","RotY":235.81430053710935,"NPCID":1009,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-4.050000190734863,"PosY":-9.999999974752427e-7,"PosZ":8.15999984741211,"Name":"NPC2","RotY":103.3219985961914,"NPCID":1105,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":3.2699999809265137,"PosY":9.999999974752427e-7,"PosZ":11.75,"Name":"NPC3","RotY":265.9530944824219,"NPCID":1109,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":1.950000047683716,"PosY":9.999999974752427e-7,"PosZ":-3.900000095367432,"Name":"NPC4","RotY":118.78800201416016,"NPCID":1103,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":3.0799999237060547,"PosY":9.999999974752427e-7,"PosZ":-6.630000114440918,"Name":"NPC5","RotY":76.0003662109375,"NPCID":1104,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400006,"PosX":3.3399999141693115,"PosY":1.9999999949504854e-6,"PosZ":-9.550000190734863,"Name":"NPC6","RotY":91.6397476196289,"NPCID":1107,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400007,"PosX":3.9403579235076904,"PosY":-9.999999974752427e-7,"PosZ":-6.307466983795166,"Name":"NPC7","RotY":0.0,"NPCID":1008,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400008,"PosX":-0.8088480234146118,"PosY":-3.0000001061125654e-6,"PosZ":-15.5,"Name":"NPC8","RotY":0.0,"NPCID":1204,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400009,"PosX":-0.29499998688697815,"PosY":9.999999974752427e-7,"PosZ":-16.041160583496094,"Name":"NPC9","RotY":0.0,"NPCID":1006,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400010,"PosX":-1.1959990262985227,"PosY":0.0,"PosZ":-14.56999969482422,"Name":"NPC10","RotY":0.0,"NPCID":1209,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400011,"PosX":-0.08500000089406966,"PosY":0.0,"PosZ":-14.673890113830566,"Name":"NPC11","RotY":0.0,"NPCID":1210,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400012,"PosX":-1.4610530138015747,"PosY":-0.000012000000424450263,"PosZ":26.27400016784668,"Name":"NPC12","RotY":0.0,"NPCID":1202,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400013,"PosX":0.251893013715744,"PosY":-3.999999989900971e-6,"PosZ":0.7725449800491333,"Name":"NPC13","RotY":0.0,"NPCID":1106,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400014,"PosX":0.251893013715744,"PosY":-3.999999989900971e-6,"PosZ":-0.019999999552965164,"Name":"NPC14","RotY":0.0,"NPCID":1110,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400015,"PosX":0.251893013715744,"PosY":-3.999999989900971e-6,"PosZ":-0.7480000257492065,"Name":"NPC15","RotY":0.0,"NPCID":1111,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400016,"PosX":0.10899999737739564,"PosY":-3.0000001061125654e-6,"PosZ":-1.2649999856948853,"Name":"NPC16","RotY":0.0,"NPCID":1207,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400017,"PosX":0.10899999737739564,"PosY":-3.0000001061125654e-6,"PosZ":-1.2649999856948853,"Name":"NPC17","RotY":0.0,"NPCID":1112,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400018,"PosX":0.10899999737739564,"PosY":-3.0000001061125654e-6,"PosZ":-1.2649999856948853,"Name":"NPC18","RotY":0.0,"NPCID":1101,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400019,"PosX":0.10899999737739564,"PosY":-3.0000001061125654e-6,"PosZ":-1.2649999856948853,"Name":"NPC19","RotY":0.0,"NPCID":1102,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400020,"PosX":0.10899999737739564,"PosY":-3.0000001061125654e-6,"PosZ":-1.2649999856948853,"Name":"NPC20","RotY":0.0,"NPCID":1205,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400021,"PosX":0.10899999737739564,"PosY":-3.0000001061125654e-6,"PosZ":-1.2649999856948853,"Name":"NPC21","RotY":0.0,"NPCID":1217,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400022,"PosX":0.10899999737739564,"PosY":-3.0000001061125654e-6,"PosZ":-1.2649999856948853,"Name":"NPC22","RotY":0.0,"NPCID":1218,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400023,"PosX":0.10899999737739564,"PosY":-3.0000001061125654e-6,"PosZ":-1.2649999856948853,"Name":"NPC23","RotY":0.0,"NPCID":1101,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400024,"PosX":0.10899999737739564,"PosY":-3.0000001061125654e-6,"PosZ":-1.2649999856948853,"Name":"NPC24","RotY":0.0,"NPCID":1102,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400025,"PosX":0.10899999737739564,"PosY":-3.0000001061125654e-6,"PosZ":-1.2649999856948853,"Name":"NPC25","RotY":0.0,"NPCID":1217,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400026,"PosX":0.0,"PosY":0.0,"PosZ":20.0,"Name":"NPC26","RotY":0.0,"NPCID":1306,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400027,"PosX":0.0,"PosY":0.0,"PosZ":20.0,"Name":"NPC27","RotY":0.0,"NPCID":1305,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400028,"PosX":0.0,"PosY":0.0,"PosZ":20.0,"Name":"NPC28","RotY":0.0,"NPCID":1312,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400029,"PosX":0.0,"PosY":0.0,"PosZ":20.0,"Name":"NPC29","RotY":0.0,"NPCID":1316,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400030,"PosX":0.0,"PosY":0.0,"PosZ":20.0,"Name":"NPC30","RotY":0.0,"NPCID":1315,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400031,"PosX":0.0,"PosY":0.0,"PosZ":20.0,"Name":"NPC31","RotY":0.0,"NPCID":1314,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400032,"PosX":0.0,"PosY":0.0,"PosZ":20.0,"Name":"NPC32","RotY":0.0,"NPCID":1307,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":400033,"PosX":0.0,"PosY":0.0,"PosZ":20.0,"Name":"NPC33","RotY":0.0,"NPCID":1302,"groupId":49,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.9169999957084656,"PosY":0.0,"PosZ":-15.6850004196167,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":3.4590001106262207,"PosY":9.999999974752427e-7,"PosZ":-6.763999938964844,"RotY":286.8182067871094,"groupId":0},"3":{"ID":3,"PosX":4.519999980926514,"PosY":-6.000000212225132e-6,"PosZ":0.7599999904632568,"RotY":223.98800659179688,"groupId":0},"4":{"ID":4,"PosX":-5.817999839782715,"PosY":-6.000000212225132e-6,"PosZ":8.031999588012695,"RotY":90.80149841308594,"groupId":0},"5":{"ID":5,"PosX":4.429998874664307,"PosY":-6.000000212225132e-6,"PosZ":13.548999786376951,"RotY":91.22659301757812,"groupId":0},"6":{"ID":6,"PosX":5.090000152587891,"PosY":-6.000000212225132e-6,"PosZ":20.600000381469727,"RotY":78.51580047607422,"groupId":0},"7":{"ID":7,"PosX":-5.11899995803833,"PosY":-0.000011000000085914508,"PosZ":24.643999099731445,"RotY":140.1750030517578,"groupId":0}}},"56":{"props":[],"npcs":[{"ID":400001,"PosX":0.05999999865889549,"PosY":-6.000000212225132e-6,"PosZ":10.279999732971191,"Name":"NPC1","RotY":0.0,"NPCID":3001,"groupId":56,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.27799999713897705,"PosY":-3.999999989900971e-6,"PosZ":4.71999979019165,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":0.019999999552965164,"PosY":0.0,"PosZ":6.349999904632568,"RotY":180.00010681152344,"groupId":0},"3":{"ID":3,"PosX":-4.579999923706055,"PosY":-9.999999747378752e-6,"PosZ":22.790000915527344,"RotY":225.00010681152344,"groupId":0},"4":{"ID":4,"PosX":-5.675000190734863,"PosY":-7.000000096013537e-6,"PosZ":12.319000244140623,"RotY":270.0002136230469,"groupId":0},"5":{"ID":5,"PosX":0.3199999928474426,"PosY":-7.000000096013537e-6,"PosZ":14.31999969482422,"RotY":270.0002136230469,"groupId":0},"6":{"ID":6,"PosX":-0.18000000715255737,"PosY":-7.000000096013537e-6,"PosZ":9.069999694824219,"RotY":180.0001983642578,"groupId":0},"7":{"ID":7,"PosX":-2.180000066757202,"PosY":-7.000000096013537e-6,"PosZ":14.81999969482422,"RotY":270.0002136230469,"groupId":0},"8":{"ID":8,"PosX":2.509999990463257,"PosY":-7.999999979801942e-6,"PosZ":15.729999542236328,"RotY":105.00029754638672,"groupId":0},"9":{"ID":9,"PosX":-0.15000000596046448,"PosY":-7.999999979801942e-6,"PosZ":18.020000457763672,"RotY":270.0002136230469,"groupId":0},"10":{"ID":10,"PosX":4.710000038146973,"PosY":-7.999999979801942e-6,"PosZ":25.8700008392334,"RotY":330.0002136230469,"groupId":0},"11":{"ID":11,"PosX":2.6540000438690186,"PosY":-0.000012000000424450263,"PosZ":19.17799949645996,"RotY":180.0001983642578,"groupId":0},"12":{"ID":12,"PosX":3.1600000858306885,"PosY":-3.0000001061125654e-6,"PosZ":0.6100000143051147,"RotY":195.00039672851565,"groupId":0},"13":{"ID":13,"PosX":-5.322000026702881,"PosY":-7.000000096013537e-6,"PosZ":17.60700035095215,"RotY":150.00030517578125,"groupId":0},"14":{"ID":14,"PosX":1.7699999809265137,"PosY":-7.999999979801942e-6,"PosZ":16.878000259399414,"RotY":60.00022888183594,"groupId":0},"15":{"ID":15,"PosX":2.4499990940093994,"PosY":-1.9999999949504854e-6,"PosZ":-2.359999895095825,"RotY":45.00035858154297,"groupId":0},"16":{"ID":16,"PosX":-4.697000026702881,"PosY":-7.000000096013537e-6,"PosZ":16.52400016784668,"RotY":330.00030517578125,"groupId":0}}},"62":{"props":[],"npcs":[{"ID":400001,"PosX":0.05999999865889549,"PosY":-6.000000212225132e-6,"PosZ":10.279999732971191,"Name":"NPC1","RotY":0.0,"NPCID":3001,"groupId":62,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.27799999713897705,"PosY":-3.999999989900971e-6,"PosZ":4.71999979019165,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":0.019999999552965164,"PosY":0.0,"PosZ":6.349999904632568,"RotY":180.00010681152344,"groupId":0}}},"63":{"props":[],"npcs":[{"ID":400001,"PosX":-5.079999923706055,"PosY":-9.999999747378752e-6,"PosZ":20.65999984741211,"Name":"NPC1","RotY":24.013769149780273,"NPCID":3001,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-3.8299999237060542,"PosY":-9.999999747378752e-6,"PosZ":22.93000030517578,"RotY":224.31930541992188,"groupId":0},"2":{"ID":2,"PosX":-5.079999923706055,"PosY":-9.999999747378752e-6,"PosZ":20.65999984741211,"RotY":24.013769149780273,"groupId":0},"3":{"ID":3,"PosX":-5.079999923706055,"PosY":-9.999999747378752e-6,"PosZ":20.65999984741211,"RotY":24.013769149780273,"groupId":0},"4":{"ID":4,"PosX":-1.4299999475479126,"PosY":1.7699999809265137,"PosZ":23.030000686645508,"RotY":255.0001983642578,"groupId":0},"5":{"ID":5,"PosX":-6.269999980926514,"PosY":0.800000011920929,"PosZ":21.31999969482422,"RotY":90.0,"groupId":0}}},"64":{"props":[],"npcs":[{"ID":400001,"PosX":-5.675000190734863,"PosY":-7.000000096013537e-6,"PosZ":12.319000244140623,"Name":"NPC1","RotY":270.0002136230469,"NPCID":3001,"groupId":64,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.27799999713897705,"PosY":-3.999999989900971e-6,"PosZ":4.71999979019165,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":0.019999999552965164,"PosY":0.0,"PosZ":6.349999904632568,"RotY":180.00010681152344,"groupId":0},"3":{"ID":3,"PosX":-4.579999923706055,"PosY":-9.999999747378752e-6,"PosZ":22.790000915527344,"RotY":225.00010681152344,"groupId":0},"4":{"ID":4,"PosX":-5.675000190734863,"PosY":-7.000000096013537e-6,"PosZ":12.319000244140623,"RotY":270.0002136230469,"groupId":0}}},"66":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":4.130000114440918,"PosY":0.6610000133514404,"PosZ":-9.29699993133545,"RotY":67.16751861572266,"PropID":2006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/TrainVisitor/TrainVisitor_Radio_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Pad_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":4.158999919891357,"PosY":0.7409999966621399,"PosZ":-9.305000305175781,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"67":{"props":[],"npcs":[{"ID":400001,"PosX":0.3199999928474426,"PosY":-7.000000096013537e-6,"PosZ":14.31999969482422,"Name":"NPC1","RotY":270.0002136230469,"NPCID":3001,"groupId":67,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"68":{"props":[],"npcs":[{"ID":400001,"PosX":-0.18000000715255737,"PosY":-7.000000096013537e-6,"PosZ":9.069999694824219,"Name":"NPC1","RotY":180.0001983642578,"NPCID":3001,"groupId":68,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"69":{"props":[],"npcs":[{"ID":400001,"PosX":-2.180000066757202,"PosY":-7.000000096013537e-6,"PosZ":14.81999969482422,"Name":"NPC1","RotY":270.0002136230469,"NPCID":3001,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"70":{"props":[],"npcs":[{"ID":400001,"PosX":2.509999990463257,"PosY":-7.999999979801942e-6,"PosZ":15.729999542236328,"Name":"NPC1","RotY":105.00029754638672,"NPCID":3001,"groupId":70,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.15000000596046448,"PosY":-7.999999979801942e-6,"PosZ":18.020000457763672,"RotY":270.0002136230469,"groupId":0}}},"71":{"props":[],"npcs":[{"ID":400001,"PosX":4.710000038146973,"PosY":-7.999999979801942e-6,"PosZ":25.8700008392334,"Name":"NPC1","RotY":330.0002136230469,"NPCID":3001,"groupId":71,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":2.6540000438690186,"PosY":-0.000012000000424450263,"PosZ":19.17799949645996,"RotY":180.0001983642578,"groupId":0},"2":{"ID":2,"PosX":3.1600000858306885,"PosY":-3.0000001061125654e-6,"PosZ":0.6100000143051147,"RotY":195.00039672851565,"groupId":0},"3":{"ID":3,"PosX":-5.322000026702881,"PosY":-7.000000096013537e-6,"PosZ":17.60700035095215,"RotY":150.00030517578125,"groupId":0},"4":{"ID":4,"PosX":1.7699999809265137,"PosY":-7.999999979801942e-6,"PosZ":16.878000259399414,"RotY":60.00022888183594,"groupId":0},"5":{"ID":5,"PosX":2.4499990940093994,"PosY":-1.9999999949504854e-6,"PosZ":-2.359999895095825,"RotY":45.00035858154297,"groupId":0},"6":{"ID":6,"PosX":-4.697000026702881,"PosY":-7.000000096013537e-6,"PosZ":16.52400016784668,"RotY":330.00030517578125,"groupId":0}}},"72":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.539999961853027,"PosY":-7.000000096013537e-6,"PosZ":11.8100004196167,"RotY":0.0,"PropID":122,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_InteractivePropHint_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-2.4100000858306885,"PosY":-6.000000212225132e-6,"PosZ":5.389999866485596,"Name":"NPC1","RotY":304.18310546875,"NPCID":3001,"groupId":72,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-2.4100000858306885,"PosY":-6.000000212225132e-6,"PosZ":5.389999866485596,"RotY":237.985595703125,"groupId":0}}},"73":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.619999885559082,"PosY":0.10000000149011612,"PosZ":-5.440000057220459,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":4.60699987411499,"PosY":0.6000000238418579,"PosZ":2.1579999923706055,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":5.210999965667725,"PosY":0.6620000004768372,"PosZ":10.954999923706056,"RotY":0.0,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"}],"npcs":[{"ID":400001,"PosX":-3.5399999618530273,"PosY":1.9999999949504854e-6,"PosZ":-10.420000076293944,"Name":"NPC1","RotY":315.0190124511719,"NPCID":3001,"groupId":73,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-3.5399999618530273,"PosY":1.9999999949504854e-6,"PosZ":-10.420000076293944,"RotY":315.0190124511719,"groupId":0}}},"74":{"props":[],"npcs":[{"ID":400001,"PosX":-2.4300010204315186,"PosY":-7.000000096013537e-6,"PosZ":14.869999885559082,"Name":"NPC1","RotY":114.89510345458984,"NPCID":3001,"groupId":74,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-2.4300010204315186,"PosY":-7.000000096013537e-6,"PosZ":14.869999885559082,"RotY":114.89510345458984,"groupId":0},"2":{"ID":2,"PosX":2.619999885559082,"PosY":-0.000012000000424450263,"PosZ":26.8700008392334,"RotY":173.37339782714844,"groupId":0},"3":{"ID":3,"PosX":1.190000057220459,"PosY":-7.999999979801942e-6,"PosZ":25.799999237060547,"RotY":56.11101150512695,"groupId":0}}},"75":{"props":[],"npcs":[{"ID":400001,"PosX":-2.4100000858306885,"PosY":-4.999999873689376e-6,"PosZ":5.389999866485596,"Name":"NPC1","RotY":237.985595703125,"NPCID":3001,"groupId":75,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-2.4100000858306885,"PosY":-4.999999873689376e-6,"PosZ":5.389999866485596,"RotY":237.985595703125,"groupId":0}}},"76":{"props":[],"npcs":[{"ID":400001,"PosX":-2.4100000858306885,"PosY":-4.999999873689376e-6,"PosZ":5.389999866485596,"Name":"NPC1","RotY":237.985595703125,"NPCID":3001,"groupId":76,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":2.930000066757202,"PosY":-4.999999873689376e-6,"PosZ":10.199999809265137,"RotY":266.9518127441406,"groupId":0}}},"77":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.829999923706055,"PosY":-7.999999979801942e-6,"PosZ":17.290000915527344,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-5.239999771118164,"PosY":-7.000000096013537e-6,"PosZ":16.93000030517578,"Name":"NPC1","RotY":246.33360290527344,"NPCID":3001,"groupId":77,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-5.239999771118164,"PosY":-7.000000096013537e-6,"PosZ":16.93000030517578,"RotY":246.33360290527344,"groupId":0}}},"78":{"props":[],"npcs":[{"ID":400001,"PosX":-5.239999771118164,"PosY":-7.000000096013537e-6,"PosZ":16.93000030517578,"Name":"NPC1","RotY":246.33360290527344,"NPCID":3001,"groupId":78,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.1899999976158142,"PosY":-7.000000096013537e-6,"PosZ":15.5600004196167,"RotY":181.7064971923828,"groupId":0}}},"79":{"props":[],"npcs":[{"ID":400001,"PosX":-2.430001974105835,"PosY":-7.000000096013537e-6,"PosZ":14.869999885559082,"Name":"NPC1","RotY":114.89510345458984,"NPCID":3001,"groupId":79,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-2.430001974105835,"PosY":-7.000000096013537e-6,"PosZ":14.869999885559082,"RotY":114.89510345458984,"groupId":0}}},"80":{"props":[],"npcs":[{"ID":400001,"PosX":4.035999774932861,"PosY":9.999999974752427e-7,"PosZ":-8.423999786376953,"Name":"NPC1","RotY":41.46253967285156,"NPCID":3001,"groupId":80,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":2.549999952316284,"PosY":-9.999999974752427e-7,"PosZ":-5.309999942779541,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":1.0399999618530271,"PosY":9.999999974752427e-7,"PosZ":-4.96999979019165,"RotY":61.54832077026367,"groupId":0}}},"81":{"props":[],"npcs":[{"ID":400001,"PosX":4.26800012588501,"PosY":-9.999999747378752e-6,"PosZ":25.826000213623047,"Name":"NPC1","RotY":0.0,"NPCID":3001,"groupId":81,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"82":{"props":[],"npcs":[{"ID":400001,"PosX":0.0,"PosY":-9.000000318337698e-6,"PosZ":15.340000152587892,"Name":"NPC1","RotY":210.00010681152344,"NPCID":3001,"groupId":82,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"83":{"props":[],"npcs":[{"ID":400001,"PosX":2.3310000896453857,"PosY":-9.000000318337698e-6,"PosZ":9.994999885559082,"Name":"NPC1","RotY":59.99998092651367,"NPCID":3001,"groupId":83,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"84":{"props":[],"npcs":[{"ID":400001,"PosX":-2.2899999618530273,"PosY":-9.000000318337698e-6,"PosZ":2.380000114440918,"Name":"NPC1","RotY":300.0,"NPCID":3001,"groupId":84,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.5299999713897705,"PosY":-9.000000318337698e-6,"PosZ":8.579999923706055,"RotY":209.99989318847656,"groupId":0},"2":{"ID":2,"PosX":-0.7200000286102295,"PosY":-9.000000318337698e-6,"PosZ":6.579999923706055,"RotY":14.999970436096191,"groupId":0}}},"85":{"props":[],"npcs":[{"ID":400001,"PosX":2.0399999618530273,"PosY":9.999999974752427e-7,"PosZ":1.6130000352859497,"Name":"NPC1","RotY":315.0000915527344,"NPCID":3001,"groupId":85,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.8100000023841858,"PosY":9.999999974752427e-7,"PosZ":-15.229999542236328,"RotY":0.00007300000288523735,"groupId":0}}},"86":{"props":[],"npcs":[{"ID":400001,"PosX":-1.8700000047683716,"PosY":9.999999974752427e-7,"PosZ":6.460000038146973,"Name":"NPC1","RotY":45.000038146972656,"NPCID":3001,"groupId":86,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"88":{"props":[],"npcs":[{"ID":400002,"PosX":1.9299999475479128,"PosY":9.999999974752427e-7,"PosZ":-2.859999895095825,"Name":"NPC2","RotY":303.5494079589844,"NPCID":3001,"groupId":88,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"89":{"props":[],"npcs":[{"ID":400002,"PosX":-2.1500000953674316,"PosY":9.999999974752427e-7,"PosZ":-6.429999828338623,"Name":"PamActor01","RotY":27.50793075561523,"NPCID":3001,"groupId":89,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"90":{"props":[],"npcs":[{"ID":400002,"PosX":-2.140000104904175,"PosY":9.999999974752427e-7,"PosZ":-6.409999847412109,"Name":"PamActor01","RotY":27.50793075561523,"NPCID":3001,"groupId":90,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"91":{"props":[],"npcs":[{"ID":400002,"PosX":-2.1500000953674316,"PosY":9.999999974752427e-7,"PosZ":-6.440000057220459,"Name":"PamActor01","RotY":27.50793075561523,"NPCID":3001,"groupId":91,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"92":{"props":[],"npcs":[{"ID":400002,"PosX":-2.130000114440918,"PosY":9.999999974752427e-7,"PosZ":-6.400000095367432,"Name":"PamActor01","RotY":27.50793075561523,"NPCID":3001,"groupId":92,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"93":{"props":[],"npcs":[{"ID":400002,"PosX":-2.1500000953674316,"PosY":9.999999974752427e-7,"PosZ":-6.429999828338623,"Name":"PamActor01","RotY":27.50793075561523,"NPCID":3001,"groupId":93,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"94":{"props":[],"npcs":[{"ID":400002,"PosX":-2.140000104904175,"PosY":9.999999974752427e-7,"PosZ":-6.409999847412109,"Name":"PamActor01","RotY":27.50793075561523,"NPCID":3001,"groupId":94,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"95":{"props":[],"npcs":[{"ID":400002,"PosX":-2.140000104904175,"PosY":9.999999974752427e-7,"PosZ":-6.409999847412109,"Name":"PamActor01","RotY":27.50793075561523,"NPCID":3001,"groupId":95,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"96":{"props":[],"npcs":[{"ID":400002,"PosX":4.460000038146973,"PosY":9.999999974752427e-7,"PosZ":25.746999740600582,"Name":"NPC2","RotY":0.1220650002360344,"NPCID":3001,"groupId":96,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"97":{"props":[],"npcs":[{"ID":400002,"PosX":2.5399999618530273,"PosY":9.999999974752427e-7,"PosZ":16.399999618530273,"Name":"NPC2","RotY":200.2722930908203,"NPCID":3001,"groupId":97,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"117":{"props":[],"npcs":[{"ID":400001,"PosX":-2.5369999408721924,"PosY":-6.000000212225132e-6,"PosZ":7.429999828338623,"Name":"NPC1","RotY":120.63009643554688,"NPCID":3001,"groupId":117,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"122":{"props":[],"npcs":[{"ID":400001,"PosX":3.2290000915527344,"PosY":-9.999999747378752e-6,"PosZ":24.799999237060547,"Name":"NPC1","RotY":17.90999984741211,"NPCID":3001,"groupId":122,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"123":{"props":[],"npcs":[{"ID":400001,"PosX":2.2799999713897705,"PosY":-1.9999999949504854e-6,"PosZ":-0.09000000357627869,"Name":"NPC1","RotY":332.4100036621094,"NPCID":3001,"groupId":123,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"124":{"props":[],"npcs":[{"ID":400001,"PosX":-1.9800000190734863,"PosY":-9.999999974752427e-7,"PosZ":-5.090000152587891,"Name":"NPC1","RotY":14.539999961853027,"NPCID":3001,"groupId":124,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"125":{"props":[],"npcs":[{"ID":400001,"PosX":1.7300000190734863,"PosY":-9.999999974752427e-7,"PosZ":-7.880000114440918,"Name":"NPC1","RotY":318.6000061035156,"NPCID":3001,"groupId":125,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"127":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.3310000896453857,"PosY":0.9990000128746032,"PosZ":15.121999740600586,"RotY":213.6466064453125,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.9971699714660645,"PosY":-7.999999979801942e-6,"PosZ":14.091010093688965,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":3.2699999809265137,"PosY":0.8759999871253968,"PosZ":15.3100004196167,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":3.302999973297119,"PosY":1.0950000286102295,"PosZ":15.107000350952148,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"128":{"props":[],"npcs":[{"ID":400001,"PosX":-2.3299999237060547,"PosY":-7.999999979801942e-6,"PosZ":2.806999921798706,"Name":"NPC1","RotY":24.850849151611328,"NPCID":3001,"groupId":128,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":3.8369081020355225,"PosY":1.4196319580078125,"PosZ":4.510436058044434,"Name":"NPC2","RotY":0.0,"NPCID":100,"groupId":128,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":3.8369081020355225,"PosY":1.4196319580078125,"PosZ":4.510436058044434,"Name":"NPC3","RotY":0.0,"NPCID":100,"groupId":128,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-1.2000000476837158,"PosY":-3.999999989900971e-6,"PosZ":3.484999895095825,"RotY":225.25900268554688,"groupId":0},"2":{"ID":2,"PosX":-0.6859999895095825,"PosY":1.8029999732971191,"PosZ":4.956999778747559,"RotY":209.68670654296875,"groupId":0}}},"134":{"props":[],"npcs":[{"ID":400001,"PosX":3.5850000381469727,"PosY":9.999999974752427e-7,"PosZ":0.22499999403953552,"Name":"NPC1","RotY":293.2461853027344,"NPCID":3001,"groupId":134,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":3.390000104904175,"PosY":-3.999999989900971e-6,"PosZ":1.631999969482422,"Name":"NPC2","RotY":227.3999938964844,"NPCID":1001,"groupId":134,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-1.2649999856948853,"PosY":-3.999999989900971e-6,"PosZ":-3.109999895095825,"Name":"NPC3","RotY":282.7237854003906,"NPCID":1002,"groupId":134,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":-2.3359999656677246,"PosY":-3.999999989900971e-6,"PosZ":-2.8429999351501465,"Name":"NPC4","RotY":95.12315368652344,"NPCID":1004,"groupId":134,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":4.156000137329102,"PosY":-3.999999989900971e-6,"PosZ":-2.378999948501587,"Name":"NPC5","RotY":303.3268127441406,"NPCID":1003,"groupId":134,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"142":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.3469998836517334,"PosY":0.9980000257492065,"PosZ":14.810999870300291,"RotY":90.7361831665039,"PropID":100083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2367,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":142,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_AttendanceBook_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"144":{"props":[],"npcs":[{"ID":400001,"PosX":-2.140000104904175,"PosY":9.999999974752427e-7,"PosZ":-6.409999847412109,"Name":"PamActor01","RotY":27.50793075561523,"NPCID":3001,"groupId":144,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"145":{"props":[],"npcs":[{"ID":400001,"PosX":-2.140000104904175,"PosY":9.999999974752427e-7,"PosZ":-6.409999847412109,"Name":"PamActor01","RotY":27.50793075561523,"NPCID":3001,"groupId":145,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"153":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.4079999923706055,"PosY":1.006999969482422,"PosZ":8.795000076293945,"RotY":225.8822021484375,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":153,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P10000_F10000002":{"teleports":{},"group_items":{"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.10999999940395357,"PosY":2.0,"PosZ":32.0,"RotY":0.0,"PropID":108,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.163100004196167,"PosY":0.0,"PosZ":15.76200008392334,"RotY":270.0,"PropID":2003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/ChapTrain/InitLevelGraph_Prop_ChapTrain_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Train/Prop_Train_DanHeng_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.163000106811523,"PosY":0.0,"PosZ":5.263999938964844,"RotY":270.0,"PropID":2003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/ChapTrain/InitLevelGraph_Prop_ChapTrain_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Train/Prop_Train_DanHeng_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":1.2050000429153442,"PosY":1.0370999574661257,"PosZ":19.841699600219727,"RotY":180.0,"PropID":2005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/Train/Train_Chapter00_Library.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":1.225000023841858,"PosY":1.0370999574661257,"PosZ":11.684399604797363,"RotY":180.0,"PropID":2005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/Train/Train_Chapter00_Library.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":3.947000026702881,"PosY":0.9240000247955321,"PosZ":10.270000457763672,"RotY":0.0,"PropID":2005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/Train/Train_Chapter00_PerformanceRecall.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":5.3290510177612305,"PosY":1.2599999904632568,"PosZ":12.18299961090088,"RotY":0.0,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":9.999999974752427e-7,"PosZ":30.272350311279297,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSaveManagar_10000.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":1.0789999961853027,"PosY":0.0,"PosZ":21.850000381469727,"RotY":359.22601318359375,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":19.700000762939453,"PosY":0.0,"PosZ":0.0,"NPCMonsterID":7010011,"EventID":10301299,"groupId":48,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":0.737330973148346,"PosY":9.999999974752427e-7,"PosZ":23.165470123291016,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":1.2699999809265137,"PosY":1.243000030517578,"PosZ":26.448999404907227,"RotY":180.0,"groupId":0}}}}},"P10001_F10001001":{"teleports":{"2219":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.11896133422851,"PosY":6.851239204406738,"PosZ":-60.16603088378906,"RotY":0.0,"PropID":905,"AnchorID":1,"AnchorGroupID":1,"MappingInfoID":2219,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"CheckPointEnable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2242":{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.009999999776482582,"PosY":3.132256984710694,"PosZ":-66.47000122070312,"RotY":0.0,"PropID":107,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2242,"InitLevelGraph":"Config/Level/Maze/Chapter00/Exit_N0.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2264":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-56.02399826049805,"PosY":4.923050880432129,"PosZ":-51.108001708984375,"RotY":358.04449462890625,"PropID":3000,"AnchorID":2,"AnchorGroupID":97,"MappingInfoID":2264,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},"1000101":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":4.639999866485596,"PosY":0.20398400723934176,"PosZ":-42.11000061035156,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":11,"MappingInfoID":1000101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"1000102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.980000019073486,"PosY":-0.27376601099967957,"PosZ":34.650001525878906,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":11,"MappingInfoID":1000102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.11896133422851,"PosY":6.851239204406738,"PosZ":-60.16603088378906,"RotY":0.0,"PropID":905,"AnchorID":1,"AnchorGroupID":1,"MappingInfoID":2219,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"CheckPointEnable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-53.12099838256836,"PosY":4.911829948425293,"PosZ":-58.0629997253418,"RotY":180.0,"groupId":0}}},"3":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.009999999776482582,"PosY":3.132256984710694,"PosZ":-66.47000122070312,"RotY":0.0,"PropID":107,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2242,"InitLevelGraph":"Config/Level/Maze/Chapter00/Exit_N0.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":4.639999866485596,"PosY":0.20398400723934176,"PosZ":-42.11000061035156,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":11,"MappingInfoID":1000101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.980000019073486,"PosY":-0.27376601099967957,"PosZ":34.650001525878906,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":11,"MappingInfoID":1000102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.05000000074505806,"PosY":-0.21717999875545504,"PosZ":-39.79999923706055,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-0.12999999523162842,"PosY":-0.26729801297187805,"PosZ":33.030601501464844,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":-52.99700164794922,"PosY":4.911829948425293,"PosZ":-55.15800094604492,"RotY":0.8044220209121704,"groupId":0}}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.900001525878906,"PosY":4.912686824798584,"PosZ":-49.82699966430664,"RotY":44.850589752197266,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.312000274658203,"PosY":-1.850000023841858,"PosZ":30.90999984741211,"RotY":21.802200317382812,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.867000579833984,"PosY":4.915812015533447,"PosZ":-50.56999969482422,"RotY":15.479330062866213,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"24":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.107999801635746,"PosY":4.203000068664551,"PosZ":-29.209999084472656,"RotY":91.30500030517578,"PropID":100018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.769000053405762,"PosY":6.288000106811523,"PosZ":-61.73500061035156,"RotY":120.11180114746094,"PropID":100018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.835000038146973,"PosY":6.872000217437744,"PosZ":-52.025001525878906,"RotY":120.11180114746094,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":29.54599952697754,"PosY":4.200916767120361,"PosZ":-28.808000564575195,"RotY":120.11180114746094,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":42.417999267578125,"PosY":4.969399929046631,"PosZ":-44.689998626708984,"RotY":120.11180114746094,"PropID":100018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":13.82783031463623,"PosY":6.2675461769104,"PosZ":-61.972900390625,"RotY":120.11180114746094,"PropID":100018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.024799346923828,"PosY":-0.27559998631477356,"PosZ":-17.696300506591797,"RotY":120.11180114746094,"PropID":100018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":34.88600158691406,"PosY":-0.23857399821281433,"PosZ":-3.243000030517578,"RotY":120.11180114746094,"PropID":100018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.906000137329102,"PosY":-0.4309999942779541,"PosZ":12.015000343322754,"RotY":120.11180114746094,"PropID":100018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.940000534057617,"PosY":4.685149192810059,"PosZ":-51.2140007019043,"RotY":120.11180114746094,"PropID":100018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":12.32900047302246,"PosY":-0.4339999854564666,"PosZ":13.27400016784668,"RotY":120.11180114746094,"PropID":100018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":31.06399917602539,"PosY":-0.2750000059604645,"PosZ":-17.680999755859375,"RotY":120.11180114746094,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.10900115966797,"PosY":-0.23858100175857544,"PosZ":-3.174999952316284,"RotY":120.11180114746094,"PropID":100020,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"63":{"props":[],"npcs":[{"ID":400001,"PosX":-4.76200008392334,"PosY":0.20858199894428253,"PosZ":-31.617000579833984,"Name":"NPC1","RotY":168.8415985107422,"NPCID":10107,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"97":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-56.02399826049805,"PosY":4.923050880432129,"PosZ":-51.108001708984375,"RotY":358.04449462890625,"PropID":3000,"AnchorID":2,"AnchorGroupID":97,"MappingInfoID":2264,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-55.86397171020508,"PosY":4.9230499267578125,"PosZ":-51.26074981689453,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/Common_Raid_OpenEntrance.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-56.02399826049805,"PosY":4.923050880432129,"PosZ":-51.108001708984375,"Name":"NPC1","RotY":97.25874328613281,"NPCID":10122,"groupId":97,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-53.76399993896485,"PosY":6.248000144958496,"PosZ":-50.922000885009766,"RotY":281.08929443359375,"groupId":0},"2":{"ID":2,"PosX":-54.709999084472656,"PosY":4.923056125640869,"PosZ":-50.5,"RotY":240.47259521484375,"groupId":0}}},"143":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":10.434000015258787,"PosY":-2.4749999046325684,"PosZ":-17.94099998474121,"RotY":334.3620910644531,"PropID":100018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":143,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.464000701904297,"PosY":-0.3930000066757202,"PosZ":-23.42099952697754,"RotY":347.72100830078125,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":143,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P10101_F10101001":{"teleports":{"2221":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":31.200000762939453,"PosY":0.23380699753761292,"PosZ":-60.220001220703125,"RotY":270.0,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2221,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},"2224":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":4.0269999504089355,"PosY":-4.976837158203125,"PosZ":39.25,"RotY":269.7296142578125,"PropID":101022,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2224,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Vending_01_Entity.json"},"2225":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.25299835205078,"PosY":-21.984750747680664,"PosZ":-55.8489990234375,"RotY":269.7296142578125,"PropID":101022,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2225,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Vending_01_Entity.json"},"2226":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":11.020000457763672,"PosY":0.020534999668598175,"PosZ":-146.25999450683594,"RotY":239.88980102539065,"PropID":101022,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2226,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Vending_01_Entity.json"},"1010101":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.149999618530272,"PosY":0.009585999883711338,"PosZ":80.33999633789062,"RotY":45.0,"PropID":101,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":1010101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"1010102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.36000061035156,"PosY":0.009170999750494955,"PosZ":-39.7599983215332,"RotY":90.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":1010102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"1010103":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":34.96318817138672,"PosY":0.009864999912679195,"PosZ":-142.25999450683594,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":1010103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.149999618530272,"PosY":0.009585999883711338,"PosZ":80.33999633789062,"RotY":45.0,"PropID":101,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":1010101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.36000061035156,"PosY":0.009170999750494955,"PosZ":-39.7599983215332,"RotY":90.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":1010102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":34.96318817138672,"PosY":0.009864999912679195,"PosZ":-142.25999450683594,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":1010103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.83000183105469,"PosY":-6.336254119873047,"PosZ":81.72000122070312,"RotY":315.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":31.690000534057617,"PosY":0.20999999344348907,"PosZ":-40.220001220703125,"RotY":90.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":37.15999984741211,"PosY":-0.0928649976849556,"PosZ":-168.30999755859375,"RotY":153.5,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.31999969482422,"PosY":-4.889481067657471,"PosZ":-149.60000610351565,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_AirwallInteract.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.35700035095215,"PosY":-1.100000023841858,"PosZ":-129.99000549316406,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-36.58993911743164,"PosY":-5.400732040405273,"PosZ":70.01997375488281,"RotY":137.5500030517578,"groupId":0},"2":{"ID":2,"PosX":-43.29999923706055,"PosY":-0.09312400221824646,"PosZ":-37.959999084472656,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":33.04600143432617,"PosY":0.009864999912679195,"PosZ":-144.79200744628906,"RotY":300.0,"groupId":0},"4":{"ID":4,"PosX":-10.137999534606934,"PosY":0.009585999883711338,"PosZ":78.89800262451172,"RotY":186.07839965820312,"groupId":0}}},"2":{"props":[],"npcs":[{"ID":400004,"PosX":-4.4720001220703125,"PosY":0.23380699753761292,"PosZ":-11.817999839782717,"Name":"NPC4","RotY":188.70840454101565,"NPCID":11201,"groupId":2,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":-13.079999923706056,"PosY":0.009631999768316746,"PosZ":-40.029998779296875,"Name":"NPC5","RotY":278.6383972167969,"NPCID":11101,"groupId":2,"IsDelete":false,"IsClientOnly":false},{"ID":400001,"PosX":-5.011000156402588,"PosY":0.23380699753761292,"PosZ":-67.81500244140625,"Name":"NPC1","RotY":8.090749740600586,"NPCID":11117,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"13":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.641998291015625,"PosY":1.61899995803833,"PosZ":101.47799682617188,"RotY":45.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_6.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.498000144958496,"PosY":1.628000020980835,"PosZ":108.59100341796876,"RotY":45.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_7.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.14299964904785,"PosY":1.6210000514984133,"PosZ":73.14900207519531,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_1.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":4.9079999923706055,"PosY":1.625,"PosZ":49.76100158691406,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_2.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.0789999961853027,"PosY":-3.5999999046325684,"PosZ":28.85199928283691,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_3.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":0.18000000715255737,"PosY":1.6239999532699585,"PosZ":-7.843999862670899,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_4.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.72599983215332,"PosY":1.50600004196167,"PosZ":-133.62899780273438,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_5.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.628000259399414,"PosY":1.6269999742507937,"PosZ":-100.47599792480467,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_8.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":12.296999931335447,"PosY":1.4029999971389773,"PosZ":-149.66900634765625,"RotY":335.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_9.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":9.244999885559082,"PosY":1.409000039100647,"PosZ":-132.37100219726565,"RotY":30.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_10.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":1.1260000467300415,"PosY":6.3979997634887695,"PosZ":-137.58599853515625,"RotY":335.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_11.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.530000686645508,"PosY":1.406000018119812,"PosZ":-129.04299926757812,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_12.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.40999984741211,"PosY":1.503000020980835,"PosZ":-109.75,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_13.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":0.1509999930858612,"PosY":1.625,"PosZ":-84.47100067138672,"RotY":335.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_14.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":27.593000411987305,"PosY":1.621999979019165,"PosZ":-29.18600082397461,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_15.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.626999855041504,"PosY":1.618000030517578,"PosZ":-12.390999794006348,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_16.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":28.624000549316406,"PosY":1.7920000553131104,"PosZ":-125.64600372314452,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_17.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":28.78700065612793,"PosY":1.6260000467300415,"PosZ":-69.6259994506836,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_18.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":38.75699996948242,"PosY":1.399999976158142,"PosZ":-149.822998046875,"RotY":335.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_19.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":9.22599983215332,"PosY":-20.631999969482425,"PosZ":-51.52199935913086,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_20.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.666000366210938,"PosY":1.531000018119812,"PosZ":74.7229995727539,"RotY":45.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Mailbox_1.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":14.25,"PosY":1.5440000295639038,"PosZ":-3.677000045776367,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Mailbox_2.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.736000061035156,"PosY":1.534000039100647,"PosZ":-71.04499816894531,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Mailbox_3.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":0.9990000128746032,"PosY":1.534000039100647,"PosZ":-107.20899963378906,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Mailbox_4.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.430999755859375,"PosY":1.4340000152587893,"PosZ":-132.37600708007812,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Mailbox_6.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.430999755859377,"PosY":6.327000141143799,"PosZ":-138.75999450683594,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.91299819946289,"PosY":-4.889999866485596,"PosZ":78.78700256347656,"RotY":45.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.256999969482425,"PosY":-3.4709999561309814,"PosZ":67.04900360107422,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.549999237060547,"PosY":6.315636157989502,"PosZ":-145.7899932861328,"RotY":90.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":2.690999984741211,"PosY":6.315636157989502,"PosZ":-138.04100036621094,"RotY":60.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":9.199999809265137,"PosY":1.527472972869873,"PosZ":9.09000015258789,"RotY":90.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300032,"Category":"","GroupName":"","LoadSide":null,"PosX":4.605999946594238,"PosY":-3.6940000057220455,"PosZ":46.422000885009766,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300033,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.4399995803833,"PosY":1.4044950008392334,"PosZ":113.7300033569336,"RotY":135.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300034,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.290000915527344,"PosY":1.4044950008392334,"PosZ":97.44000244140624,"RotY":45.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.2400016784668,"PosY":0.9915030002593994,"PosZ":83.95999908447266,"RotY":135.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300036,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.60099983215332,"PosY":0.9915030002593994,"PosZ":88.91200256347656,"RotY":135.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300037,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.461999893188477,"PosY":0.9915030002593994,"PosZ":84.80799865722656,"RotY":135.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300038,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.2549991607666,"PosY":0.9915030002593994,"PosZ":86.01699829101562,"RotY":135.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300039,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.40399932861328,"PosY":0.9915030002593994,"PosZ":90.17400360107422,"RotY":135.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300040,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.39699935913086,"PosY":0.9915030002593994,"PosZ":95.16600036621094,"RotY":135.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300041,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.246000289916992,"PosY":0.9915030002593994,"PosZ":96.31700134277344,"RotY":135.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300042,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.159000396728516,"PosY":0.9915030002593994,"PosZ":92.13300323486328,"RotY":135.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300043,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.2549991607666,"PosY":0.9915030002593994,"PosZ":91.00199890136719,"RotY":135.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300044,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.7149999737739563,"PosY":0.9915030002593994,"PosZ":55.744998931884766,"RotY":135.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300045,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.703000009059906,"PosY":-4.10699987411499,"PosZ":52.31600189208984,"RotY":135.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300046,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.465000152587892,"PosY":-4.10699987411499,"PosZ":35.875999450683594,"RotY":105.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300047,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.875999450683594,"PosY":-4.10699987411499,"PosZ":35.845001220703125,"RotY":250.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300048,"Category":"","GroupName":"","LoadSide":null,"PosX":0.5799999833106995,"PosY":1.1144809722900393,"PosZ":0.22499999403953552,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300049,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.041999816894531,"PosY":1.1144809722900393,"PosZ":4.9039998054504395,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300050,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.034000396728516,"PosY":1.1144809722900393,"PosZ":1.444000005722046,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300051,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.96399974822998,"PosY":1.1144809722900393,"PosZ":-6.508999824523926,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300052,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.106000900268555,"PosY":1.1144809722900393,"PosZ":4.888000011444092,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300053,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.14800071716309,"PosY":1.1144809722900393,"PosZ":1.4650000333786013,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300054,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.11400032043457,"PosY":1.1144809722900393,"PosZ":-6.521999835968018,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300055,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.540000915527344,"PosY":1.1144809722900393,"PosZ":-11.815999984741213,"RotY":90.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300056,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.652000427246094,"PosY":1.1144809722900393,"PosZ":-68.18599700927734,"RotY":90.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300057,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.527000427246094,"PosY":1.1144809722900393,"PosZ":-66.93900299072266,"RotY":105.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300058,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.69900131225586,"PosY":1.1144809722900393,"PosZ":-60.832000732421875,"RotY":130.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300059,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.5,"PosY":1.1144809722900393,"PosZ":-13.0600004196167,"RotY":75.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300060,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.35299682617188,"PosY":1.1144809722900393,"PosZ":-19.83099937438965,"RotY":50.00001907348633,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300061,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.86400032043457,"PosY":1.1144809722900393,"PosZ":-78.86599731445312,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300062,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.871999740600586,"PosY":1.1144809722900393,"PosZ":-98.8499984741211,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300063,"Category":"","GroupName":"","LoadSide":null,"PosX":0.6349999904632568,"PosY":1.1144809722900393,"PosZ":-96.98200225830078,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300064,"Category":"","GroupName":"","LoadSide":null,"PosX":0.5600000023841858,"PosY":1.1144809722900393,"PosZ":-78.71199798583984,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300065,"Category":"","GroupName":"","LoadSide":null,"PosX":9.989999771118164,"PosY":1.1144809722900393,"PosZ":-143.66000366210938,"RotY":335.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300067,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.821000099182127,"PosY":1.2300000190734863,"PosZ":14.852999687194824,"RotY":305.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300068,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.222000122070312,"PosY":0.7734799981117249,"PosZ":16.295000076293945,"RotY":90.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300069,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.171000003814697,"PosY":-4.000999927520752,"PosZ":24.309999465942383,"RotY":90.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300070,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.236999988555908,"PosY":0.8100000023841858,"PosZ":-110.31999969482422,"RotY":90.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300071,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.88700008392334,"PosY":1.4700000286102295,"PosZ":-66.38999938964844,"RotY":90.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300072,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.639999866485596,"PosY":1.4700000286102295,"PosZ":-13.0,"RotY":90.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300073,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.991999626159668,"PosY":0.8700000047683715,"PosZ":-10.720999717712402,"RotY":90.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300074,"Category":"","GroupName":"","LoadSide":null,"PosX":1.0959999561309814,"PosY":1.5499999523162842,"PosZ":-88.58399963378906,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300075,"Category":"","GroupName":"","LoadSide":null,"PosX":1.1349999904632568,"PosY":1.5499999523162842,"PosZ":-90.91899871826172,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300076,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.751999855041504,"PosY":5.872000217437744,"PosZ":-138.5850067138672,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300077,"Category":"","GroupName":"","LoadSide":null,"PosX":0.1850000023841858,"PosY":0.8597009778022766,"PosZ":-100.40899658203124,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300078,"Category":"","GroupName":"","LoadSide":null,"PosX":0.1770000010728836,"PosY":0.8597009778022766,"PosZ":-81.0989990234375,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300079,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.54300022125244,"PosY":0.8597009778022766,"PosZ":-76.32499694824219,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300080,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.552000045776367,"PosY":0.8597009778022766,"PosZ":-95.5,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300081,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.58599853515625,"PosY":0.8597009778022766,"PosZ":-68.52100372314453,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300082,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.02999877929688,"PosY":0.8597009778022766,"PosZ":-54.983001708984375,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300083,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.0270004272461,"PosY":0.8597009778022766,"PosZ":-25.000999450683594,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300084,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.5890007019043,"PosY":0.8597009778022766,"PosZ":-11.468999862670898,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300085,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.520000457763672,"PosY":0.8597009778022766,"PosZ":-7.870999813079834,"RotY":90.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300086,"Category":"","GroupName":"","LoadSide":null,"PosX":0.13899999856948853,"PosY":0.8597009778022766,"PosZ":-2.1710000038146973,"RotY":90.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300087,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.128999710083008,"PosY":-4.137639999389648,"PosZ":35.7859992980957,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300088,"Category":"","GroupName":"","LoadSide":null,"PosX":22.902000427246097,"PosY":1.0975890159606934,"PosZ":-10.30799961090088,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300089,"Category":"","GroupName":"","LoadSide":null,"PosX":21.83799934387207,"PosY":1.0975890159606934,"PosZ":-29.18400001525879,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300090,"Category":"","GroupName":"","LoadSide":null,"PosX":21.836999893188477,"PosY":1.0975890159606934,"PosZ":-50.82500076293945,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300091,"Category":"","GroupName":"","LoadSide":null,"PosX":22.909000396728516,"PosY":1.0975890159606934,"PosZ":-69.60600280761719,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300092,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.16699981689453,"PosY":0.9639999866485596,"PosZ":108.84200286865234,"RotY":45.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300093,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.945999145507812,"PosY":0.9639999866485596,"PosZ":76.83599853515625,"RotY":45.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300094,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.07999999821186066,"PosY":0.9639999866485596,"PosZ":61.130001068115234,"RotY":45.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300095,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.32600021362305,"PosY":1.4758599996566772,"PosZ":87.5719985961914,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300096,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.518999099731445,"PosY":1.4758599996566772,"PosZ":73.53900146484375,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300097,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.94499969482422,"PosY":1.4758599996566772,"PosZ":73.63800048828125,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300098,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.340999603271484,"PosY":1.4758599996566772,"PosZ":80.0999984741211,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300099,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.654998779296875,"PosY":1.4758599996566772,"PosZ":102.99099731445312,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300100,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.66900062561035,"PosY":1.4758599996566772,"PosZ":107.79599761962892,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300101,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.323999881744385,"PosY":1.4758599996566772,"PosZ":104.1969985961914,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300102,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.2279999256134033,"PosY":1.4758599996566772,"PosZ":93.58899688720702,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300103,"Category":"","GroupName":"","LoadSide":null,"PosX":16.584999084472656,"PosY":1.4758599996566772,"PosZ":73.822998046875,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300104,"Category":"","GroupName":"","LoadSide":null,"PosX":2.8010001182556152,"PosY":1.4758599996566772,"PosZ":63.75899887084961,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300105,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.8350000381469727,"PosY":1.4758599996566772,"PosZ":58.22100067138672,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300106,"Category":"","GroupName":"","LoadSide":null,"PosX":5.633999824523926,"PosY":1.4758599996566772,"PosZ":49.52199935913086,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300107,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.878000259399418,"PosY":-3.6241419315338135,"PosZ":68.2509994506836,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300108,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.446000099182129,"PosY":-3.6241419315338135,"PosZ":53.743999481201165,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300109,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.550000190734863,"PosY":-3.6241419315338135,"PosZ":39.37900161743164,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300110,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.645000457763672,"PosY":-3.6241419315338135,"PosZ":39.402000427246094,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300111,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.1899999976158142,"PosY":-3.6241419315338135,"PosZ":31.0,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300112,"Category":"","GroupName":"","LoadSide":null,"PosX":0.6869999766349792,"PosY":1.7000000476837158,"PosZ":8.904999732971191,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300113,"Category":"","GroupName":"","LoadSide":null,"PosX":13.581000328063965,"PosY":1.7000000476837158,"PosZ":8.925000190734863,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300114,"Category":"","GroupName":"","LoadSide":null,"PosX":5.781000137329102,"PosY":1.7000000476837158,"PosZ":-12.175000190734863,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300115,"Category":"","GroupName":"","LoadSide":null,"PosX":0.05400000140070915,"PosY":1.7000000476837158,"PosZ":-10.06700038909912,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300116,"Category":"","GroupName":"","LoadSide":null,"PosX":20.885000228881836,"PosY":1.7000000476837158,"PosZ":-29.19300079345703,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300117,"Category":"","GroupName":"","LoadSide":null,"PosX":0.039000000804662704,"PosY":1.7000000476837158,"PosZ":-70.01599884033203,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300118,"Category":"","GroupName":"","LoadSide":null,"PosX":5.814000129699707,"PosY":1.7000000476837158,"PosZ":-67.822998046875,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300119,"Category":"","GroupName":"","LoadSide":null,"PosX":7.250999927520752,"PosY":1.7000000476837158,"PosZ":-88.677001953125,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300120,"Category":"","GroupName":"","LoadSide":null,"PosX":16.868000030517578,"PosY":1.7000000476837158,"PosZ":-102.03299713134766,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300121,"Category":"","GroupName":"","LoadSide":null,"PosX":7.275000095367432,"PosY":1.7000000476837158,"PosZ":-108.59500122070312,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300122,"Category":"","GroupName":"","LoadSide":null,"PosX":0.44999998807907104,"PosY":1.7000000476837158,"PosZ":-108.56500244140624,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300123,"Category":"","GroupName":"","LoadSide":null,"PosX":21.44099998474121,"PosY":1.7000000476837158,"PosZ":-120.89199829101564,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300124,"Category":"","GroupName":"","LoadSide":null,"PosX":30.981000900268555,"PosY":1.7000000476837158,"PosZ":-140.39599609375,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300125,"Category":"","GroupName":"","LoadSide":null,"PosX":18.934999465942383,"PosY":1.7000000476837158,"PosZ":-147.14300537109375,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300126,"Category":"","GroupName":"","LoadSide":null,"PosX":8.776000022888184,"PosY":1.7000000476837158,"PosZ":-127.73699951171876,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300127,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.019000053405762,"PosY":6.4881591796875,"PosZ":-130.9040069580078,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300128,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.505000114440918,"PosY":6.4881591796875,"PosZ":-140.16799926757812,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300129,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.867000579833984,"PosY":1.4758679866790771,"PosZ":-131.1230010986328,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300130,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.17900085449219,"PosY":1.4758679866790771,"PosZ":-108.58499908447266,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300131,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.788000106811523,"PosY":1.4758679866790771,"PosZ":-105.23400115966795,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300132,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.43299865722656,"PosY":1.4758679866790771,"PosZ":-92.71900177001953,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300133,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.768999099731445,"PosY":1.4758679866790771,"PosZ":-88.30899810791016,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300134,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.770999908447266,"PosY":1.4758679866790771,"PosZ":-70.69400024414062,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300135,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.42900085449219,"PosY":1.4758679866790771,"PosZ":-70.53800201416016,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300136,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.34099960327149,"PosY":1.4758679866790771,"PosZ":-68.50299835205078,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300137,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.645999908447266,"PosY":1.4758679866790771,"PosZ":-65.3949966430664,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300138,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.0250015258789,"PosY":1.4758679866790771,"PosZ":-54.12300109863281,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300139,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.00900268554688,"PosY":1.4758679866790771,"PosZ":-25.777000427246097,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300140,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.64699935913086,"PosY":1.4758679866790771,"PosZ":-14.593000411987305,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300141,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.332000732421875,"PosY":1.4758679866790771,"PosZ":-11.541999816894531,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300142,"Category":"","GroupName":"","LoadSide":null,"PosX":12.880000114440918,"PosY":1.4758599996566772,"PosZ":49.30799865722656,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300143,"Category":"","GroupName":"","LoadSide":null,"PosX":30.15399932861328,"PosY":1.7000000476837158,"PosZ":-28.44300079345703,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300144,"Category":"","GroupName":"","LoadSide":null,"PosX":30.16200065612793,"PosY":1.7000000476837158,"PosZ":-10.222000122070312,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300145,"Category":"","GroupName":"","LoadSide":null,"PosX":30.166000366210938,"PosY":1.7000000476837158,"PosZ":-51.652000427246094,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300146,"Category":"","GroupName":"","LoadSide":null,"PosX":30.128999710083008,"PosY":1.7000000476837158,"PosZ":-69.60700225830078,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300147,"Category":"","GroupName":"","LoadSide":null,"PosX":20.8799991607666,"PosY":1.7000000476837158,"PosZ":-50.85900115966797,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300148,"Category":"","GroupName":"","LoadSide":null,"PosX":25.114999771118164,"PosY":0.8999999761581421,"PosZ":-51.270999908447266,"RotY":90.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300149,"Category":"","GroupName":"","LoadSide":null,"PosX":25.082000732421875,"PosY":0.8999999761581421,"PosZ":-28.74099922180176,"RotY":90.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300066,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.92799949645996,"PosY":0.9915030002593994,"PosZ":77.64800262451172,"RotY":135.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300150,"Category":"","GroupName":"","LoadSide":null,"PosX":2.7300000190734863,"PosY":0.9915030002593994,"PosZ":52.29999923706055,"RotY":135.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300151,"Category":"","GroupName":"","LoadSide":null,"PosX":9.140000343322754,"PosY":0.9915030002593994,"PosZ":49.52000045776367,"RotY":90.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300152,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.08000183105469,"PosY":0.009583000093698502,"PosZ":92.94999694824219,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":21.92200088500977,"PosY":1.7419999837875366,"PosZ":-69.87000274658203,"RotY":90.0,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.964999914169311,"PosY":1.2630000114440918,"PosZ":-13.088000297546388,"RotY":320.8870849609375,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.56700134277344,"PosY":1.2269999980926514,"PosZ":-19.643999099731445,"RotY":19.283079147338867,"PropID":101027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.74399995803833,"PosY":1.2029999494552612,"PosZ":-66.91400146484375,"RotY":90.00018310546875,"PropID":101031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_05_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.381999969482422,"PosY":0.5590000152587891,"PosZ":88.01899719238281,"RotY":331.1789855957031,"PropID":101031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_05_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.14899826049805,"PosY":1.2369999885559082,"PosZ":-67.6500015258789,"RotY":241.01409912109375,"PropID":101031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_05_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.277999877929688,"PosY":-4.459000110626221,"PosZ":35.89099884033203,"RotY":90.0,"PropID":101027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":24.184999465942383,"PosY":0.7716000080108644,"PosZ":-28.9689998626709,"RotY":102.4915008544922,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.43510055541992,"PosY":0.5540000200271606,"PosZ":96.45337677001953,"RotY":102.4915008544922,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.451000213623047,"PosY":0.5550000071525574,"PosZ":81.0260009765625,"RotY":102.4915008544922,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":5.502999782562256,"PosY":0.5559999942779541,"PosZ":56.06800079345703,"RotY":102.4915008544922,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":11.565999984741213,"PosY":0.5559999942779541,"PosZ":58.0989990234375,"RotY":102.4915008544922,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":4.0269999504089355,"PosY":-4.976837158203125,"PosZ":39.25,"RotY":269.7296142578125,"PropID":101022,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2224,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Vending_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":11.020000457763672,"PosY":0.020534999668598175,"PosZ":-146.25999450683594,"RotY":239.88980102539065,"PropID":101022,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2226,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Vending_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.25299835205078,"PosY":-21.984750747680664,"PosZ":-55.8489990234375,"RotY":269.7296142578125,"PropID":101022,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2225,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Vending_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"87":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.623000144958496,"PosY":1.4989999532699585,"PosZ":-100.49199676513672,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.628000259399414,"PosY":1.6269999742507937,"PosZ":-100.47599792480467,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"88":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.51499938964844,"PosY":1.274999976158142,"PosZ":-129.01100158691406,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.530000686645508,"PosY":1.406000018119812,"PosZ":-129.04299926757812,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"89":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":27.625600814819336,"PosY":1.5299999713897705,"PosZ":-29.18440055847168,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":27.593000411987305,"PosY":1.621999979019165,"PosZ":-29.18600082397461,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"108":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":31.200000762939453,"PosY":0.23380699753761292,"PosZ":-19.829999923706055,"RotY":270.0,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2221,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":31.200000762939453,"PosY":0.23380699753761292,"PosZ":-60.220001220703125,"RotY":270.0,"PropID":134,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Entry_OnlyBlockLine.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":31.200000762939453,"PosY":0.23380699753761292,"PosZ":-60.220001220703125,"RotY":270.0,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2221,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"161":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.9900016784668,"PosY":0.23371100425720215,"PosZ":96.94000244140624,"RotY":135.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":20.517000198364254,"PosY":0.23372699320316315,"PosZ":70.58899688720703,"RotY":225.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.50699996948242,"PosY":0.6919670104980469,"PosZ":-62.779998779296875,"RotY":40.48323822021485,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.0260009765625,"PosY":0.13077199459075928,"PosZ":-108.22499847412108,"RotY":87.87109375,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":37.904998779296875,"PosY":0.009868999943137169,"PosZ":-144.13499450683594,"RotY":243.40870666503903,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":25.329999923706055,"PosY":0.00974700041115284,"PosZ":-167.02999877929688,"RotY":334.2318115234375,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.572999954223633,"PosY":5.022037982940674,"PosZ":-144.71499633789065,"RotY":357.36871337890625,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":27.318519592285156,"PosY":0.3842889964580536,"PosZ":-9.338841438293455,"RotY":180.2519073486328,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.944999694824219,"PosY":-4.98894500732422,"PosZ":27.04400062561035,"RotY":90.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":9.20659065246582,"PosY":-21.995750427246097,"PosZ":-22.997140884399418,"RotY":270.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"174":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.43510055541992,"PosY":0.5540000200271606,"PosZ":96.45337677001953,"RotY":102.4915008544922,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"175":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.43510055541992,"PosY":0.5540000200271606,"PosZ":96.45337677001953,"RotY":102.4915008544922,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":175,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"176":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.451000213623047,"PosY":0.5550000071525574,"PosZ":81.0260009765625,"RotY":102.4915008544922,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":176,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"177":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.451000213623047,"PosY":0.5550000071525574,"PosZ":81.0260009765625,"RotY":102.4915008544922,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":177,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"178":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":5.502999782562256,"PosY":0.5559999942779541,"PosZ":56.06800079345703,"RotY":102.4915008544922,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":178,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"179":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":5.502999782562256,"PosY":0.5559999942779541,"PosZ":56.06800079345703,"RotY":102.4915008544922,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":179,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"180":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":11.565999984741213,"PosY":0.5559999942779541,"PosZ":58.0989990234375,"RotY":102.4915008544922,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"181":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":11.565999984741213,"PosY":0.5559999942779541,"PosZ":58.0989990234375,"RotY":102.4915008544922,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"209":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.880000114440918,"PosY":0.23387500643730164,"PosZ":-102.81999969482422,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":209,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"210":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Museum_Entry_Open.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":210,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"211":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Museum_Entry_Close.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":211,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"238":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":9.066200256347656,"PosY":0.5619999766349792,"PosZ":60.54240036010742,"RotY":55.49164962768555,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":238,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.4630012512207,"PosY":1.2460000514984133,"PosZ":-12.57900047302246,"RotY":179.43780517578125,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":238,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.576000213623049,"PosY":0.7657999992370604,"PosZ":-96.79000091552734,"RotY":31.036659240722656,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":238,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":9.246999740600586,"PosY":0.550000011920929,"PosZ":-142.51699829101565,"RotY":72.38477325439453,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":238,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.3490000069141388,"PosY":0.7720000147819519,"PosZ":-1.0640000104904177,"RotY":51.462669372558594,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":238,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.0850000381469727,"PosY":-4.4440999031066895,"PosZ":53.96799850463867,"RotY":215.55859375,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":238,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.38100001215934753,"PosY":1.4589999914169312,"PosZ":-71.25599670410156,"RotY":51.462669372558594,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":238,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P10101_F10101002":{"teleports":{},"group_items":{"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.20900000631809235,"PosY":1.3619999885559082,"PosZ":-4.914000034332275,"RotY":0.0,"PropID":101031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_05_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.5010000467300415,"PosY":1.3710000514984133,"PosZ":-5.426000118255615,"RotY":67.29559326171875,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P10101_F10101003":{"teleports":{},"group_items":{"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.10100000351667404,"PosY":0.796999990940094,"PosZ":-2.750999927520752,"RotY":21.023239135742188,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":1.6529999971389773,"PosY":0.7520999908447266,"PosZ":2.4019999504089355,"RotY":78.63372802734375,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P10101_F10101004":{"teleports":{},"group_items":{"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.153400421142578,"PosY":0.8870000243186951,"PosZ":1.9112999439239504,"RotY":30.96647071838379,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.153400421142578,"PosY":0.8880000114440918,"PosZ":1.9112999439239504,"RotY":30.96647071838379,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.153400421142578,"PosY":0.8889999985694885,"PosZ":1.9112999439239504,"RotY":30.96647071838379,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.153400421142578,"PosY":0.8889999985694885,"PosZ":1.9112999439239504,"RotY":30.96647071838379,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P10101_F10101005":{"teleports":{},"group_items":{"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.039999961853027,"PosY":0.5511000156402588,"PosZ":-5.033999919891357,"RotY":321.3525085449219,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P10101_F10101006":{"teleports":{},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":1.7710000276565552,"PosY":0.8730000257492065,"PosZ":1.180999994277954,"RotY":11.877900123596191,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":3.309999942779541,"PosY":0.8019999861717224,"PosZ":-2.109999895095825,"RotY":11.877900123596191,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.446000099182129,"PosY":0.6104310154914856,"PosZ":-0.796999990940094,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/1010202/Prop/Prop_NormalInteract_Sleep.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.05999999865889549,"PosY":0.0,"PosZ":-0.8320000171661377,"RotY":335.0,"groupId":0}}}}},"P10101_F10101007":{"teleports":{},"group_items":{"11":{"props":[],"npcs":[{"ID":400001,"PosX":4.210000038146973,"PosY":-9.999999974752427e-7,"PosZ":6.480000019073486,"Name":"NPC1","RotY":324.5528869628906,"NPCID":1106,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":2.7699999809265137,"PosY":-9.999999974752427e-7,"PosZ":6.409999847412109,"Name":"NPC2","RotY":38.75022888183594,"NPCID":11207,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":2.6700000762939453,"PosY":-9.999999974752427e-7,"PosZ":7.019999980926514,"Name":"NPC3","RotY":112.10649871826172,"NPCID":1103,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":3.322999954223633,"PosY":-9.999999974752427e-7,"PosZ":7.111000061035156,"RotY":136.87179565429688,"groupId":0}}},"12":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.492000013589859,"PosY":0.9641000032424927,"PosZ":10.494999885559082,"RotY":99.16142272949219,"PropID":301058,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_CablePuzzle_03.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"25":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":6.493000030517578,"PosY":1.378000020980835,"PosZ":-1.4079999923706057,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_CablePuzzle_04.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"31":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.5709999799728394,"PosY":1.0490000247955322,"PosZ":9.949000358581545,"RotY":99.16142272949219,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P10101_F10101008":{"teleports":{},"group_items":{}},"P10101_F10101009":{"teleports":{},"group_items":{"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":8.941000938415527,"PosY":1.7280000448226929,"PosZ":55.89699935913086,"RotY":90.0,"PropID":101058,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Museum/Chap01_Museum_ProjectorBeam_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":17.149999618530273,"PosY":3.5299999713897705,"PosZ":55.89699935913086,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":8.47800064086914,"PosY":1.6299999952316284,"PosZ":55.89699935913086,"RotY":0.0,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Museum/Chap01_Museum_ProjectorBeam_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.083999633789062,"PosY":1.7200000286102295,"PosZ":6.54888391494751,"RotY":0.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_CablePuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.083999633789062,"PosY":1.559999942779541,"PosZ":6.548882961273193,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.083999633789062,"PosY":1.7200000286102295,"PosZ":6.54888391494751,"RotY":0.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_CablePuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.083999633789062,"PosY":1.547387957572937,"PosZ":6.548882961273193,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.083999633789062,"PosY":1.7200000286102295,"PosZ":6.54888391494751,"RotY":0.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_CablePuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.083999633789062,"PosY":1.547387957572937,"PosZ":6.548882961273193,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.083999633789062,"PosY":1.7200000286102295,"PosZ":6.54888391494751,"RotY":0.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_CablePuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.083999633789062,"PosY":1.547387957572937,"PosZ":6.548882961273193,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.083999633789062,"PosY":1.7200000286102295,"PosZ":6.54888391494751,"RotY":0.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_CablePuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.083999633789062,"PosY":1.547387957572937,"PosZ":6.548882961273193,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P10102_F10102001":{"teleports":{"1010201":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.559999465942383,"PosY":-0.28569701313972473,"PosZ":57.31999969482422,"RotY":60.0,"PropID":101,"AnchorID":1,"AnchorGroupID":30,"MappingInfoID":1010201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"1010202":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.47599792480469,"PosY":4.679271221160889,"PosZ":7.11899995803833,"RotY":180.0,"PropID":101,"AnchorID":2,"AnchorGroupID":30,"MappingInfoID":1010202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"1010203":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.62999725341797,"PosY":4.679271221160889,"PosZ":53.16999816894531,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":30,"MappingInfoID":1010203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.5510025024414,"PosY":5.548999786376953,"PosZ":25.378000259399418,"RotY":210.0,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.97599792480469,"PosY":5.695000171661377,"PosZ":24.687000274658203,"RotY":141.4564971923828,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":9.555999755859377,"PosY":1.006999969482422,"PosZ":20.920000076293945,"RotY":295.96820068359375,"PropID":101031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_05_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.83100128173828,"PosY":5.581500053405762,"PosZ":27.54400062561035,"RotY":295.96820068359375,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"30":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.559999465942383,"PosY":-0.28569701313972473,"PosZ":57.31999969482422,"RotY":60.0,"PropID":101,"AnchorID":1,"AnchorGroupID":30,"MappingInfoID":1010201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.47599792480469,"PosY":4.679271221160889,"PosZ":7.11899995803833,"RotY":180.0,"PropID":101,"AnchorID":2,"AnchorGroupID":30,"MappingInfoID":1010202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.62999725341797,"PosY":4.679271221160889,"PosZ":53.16999816894531,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":30,"MappingInfoID":1010203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.619219779968262,"PosY":-0.6524180173873901,"PosZ":90.33000183105469,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.70000076293945,"PosY":9.84000015258789,"PosZ":-25.329999923706055,"RotY":0.0,"PropID":119,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.68000030517578,"PosY":18.079999923706055,"PosZ":-60.02000045776367,"RotY":329.52410888671875,"PropID":119,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":15.81999969482422,"PosY":-0.3654339909553528,"PosZ":22.959999084472656,"RotY":23.7886905670166,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_AirwallInteract.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-15.390000343322754,"PosY":-0.6170420050621033,"PosZ":57.31999969482422,"RotY":150.0,"groupId":0},"2":{"ID":2,"PosX":-75.0099868774414,"PosY":4.6957879066467285,"PosZ":2.009999990463257,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":-77.80000305175781,"PosY":4.407958984375,"PosZ":56.599998474121094,"RotY":206.0,"groupId":0}}},"79":{"props":[],"npcs":[{"ID":400001,"PosX":-15.270000457763672,"PosY":-0.3582040071487427,"PosZ":37.59000015258789,"Name":"NPC1","RotY":84.50099182128906,"NPCID":11104,"groupId":79,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"80":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":9.555999755859377,"PosY":1.003000020980835,"PosZ":20.920000076293945,"RotY":295.96820068359375,"PropID":101031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_05_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"107":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":27.76499938964844,"PosY":0.39899998903274536,"PosZ":49.20000076293945,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"108":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":27.724000930786133,"PosY":0.39399999380111694,"PosZ":49.21900177001953,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"109":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":27.736600875854492,"PosY":0.39950001239776606,"PosZ":49.20140075683594,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"114":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.16299819946289,"PosY":1.3229999542236328,"PosZ":30.92099952697754,"RotY":25.324359893798828,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_21.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.62000274658203,"PosY":6.289999961853027,"PosZ":6.9670000076293945,"RotY":180.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_22.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.792999267578125,"PosY":6.59499979019165,"PosZ":-13.782999992370604,"RotY":299.6839904785156,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.71799850463867,"PosY":6.525000095367432,"PosZ":-15.821000099182127,"RotY":294.76348876953125,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_24.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.750999927520752,"PosY":11.276000022888184,"PosZ":-20.09000015258789,"RotY":88.90558624267578,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":16.400999069213867,"PosY":1.1729999780654907,"PosZ":40.46200180053711,"RotY":262.326904296875,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_26.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":16.6560001373291,"PosY":1.1610000133514404,"PosZ":42.70100021362305,"RotY":279.2597961425781,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_27.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.250999450683594,"PosY":1.2890000343322754,"PosZ":31.8700008392334,"RotY":24.902109146118164,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_28.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.10199737548828,"PosY":6.322000026702881,"PosZ":40.797000885009766,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_29.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.595001220703125,"PosY":1.305999994277954,"PosZ":32.04600143432617,"RotY":338.7820129394531,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_30.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.398019790649414,"PosY":11.237000465393066,"PosZ":-21.443450927734375,"RotY":320.5445861816406,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_31.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.30400085449219,"PosY":6.179999828338623,"PosZ":6.9990010261535645,"RotY":325.9533996582031,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_32.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":17.208999633789062,"PosY":1.2660000324249268,"PosZ":39.20100021362305,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_33.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.59199905395508,"PosY":0.7820000052452089,"PosZ":39.821998596191406,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_34.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.308000087738037,"PosY":0.968999981880188,"PosZ":17.601999282836914,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/InvestigativeProps/Town_Chapter01_Bin_35.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.114999771118164,"PosY":-0.026000000536441803,"PosZ":72.43299865722656,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.510000228881836,"PosY":0.30000001192092896,"PosZ":70.19000244140625,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":25.059999465942383,"PosY":0.9599999785423279,"PosZ":57.04999923706055,"RotY":285.0024108886719,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.44999694824219,"PosY":4.480000019073486,"PosZ":62.38999938964844,"RotY":224.99510192871097,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-88.2300033569336,"PosY":9.59000015258789,"PosZ":76.2699966430664,"RotY":224.99510192871097,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.04000091552734,"PosY":4.409999847412109,"PosZ":17.309999465942383,"RotY":153.95730590820312,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.05999755859375,"PosY":4.869999885559082,"PosZ":-16.309999465942383,"RotY":153.95730590820312,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.6780014038086,"PosY":4.9120001792907715,"PosZ":-0.4749999940395355,"RotY":153.95730590820312,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.55000305175781,"PosY":4.710000038146973,"PosZ":17.59000015258789,"RotY":153.95730590820312,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":-85.69000244140625,"PosY":4.659999847412109,"PosZ":42.5099983215332,"RotY":153.95730590820312,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.210000038146973,"PosY":-0.33000001311302185,"PosZ":75.31999969482422,"RotY":153.95730590820312,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.0600004196167,"PosY":-0.27000001072883606,"PosZ":59.58000183105469,"RotY":153.95730590820312,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":10.130000114440918,"PosY":0.07999999821186066,"PosZ":51.349998474121094,"RotY":153.95730590820312,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":6.539999961853027,"PosY":0.019999999552965164,"PosZ":22.049999237060547,"RotY":153.95730590820312,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.409999847412108,"PosY":0.1599999964237213,"PosZ":4.820000171661377,"RotY":153.95730590820312,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":16.843000411987305,"PosY":9.857000350952148,"PosZ":-11.08899974822998,"RotY":153.95730590820312,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300032,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.550000190734863,"PosY":10.050000190734863,"PosZ":-16.65999984741211,"RotY":153.95730590820312,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300033,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.850000381469728,"PosY":9.890000343322754,"PosZ":-3.2200000286102295,"RotY":153.95730590820312,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300034,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.56100082397461,"PosY":4.943999767303467,"PosZ":-10.342000007629396,"RotY":153.95730590820312,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.72699737548828,"PosY":4.449999809265137,"PosZ":-13.878999710083008,"RotY":153.95730590820312,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300036,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.26000213623047,"PosY":4.519999980926514,"PosZ":-21.59000015258789,"RotY":73.75861358642578,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300037,"Category":"","GroupName":"","LoadSide":null,"PosX":-55.619998931884766,"PosY":4.829999923706055,"PosZ":-22.06999969482422,"RotY":73.75861358642578,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300038,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.619998931884766,"PosY":4.730000019073486,"PosZ":-33.779998779296875,"RotY":73.75861358642578,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300039,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.15999984741211,"PosY":4.880000114440918,"PosZ":-1.3200000524520874,"RotY":73.75861358642578,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300040,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.29999923706055,"PosY":4.710000038146973,"PosZ":-27.049999237060547,"RotY":2.0041580200195312,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300041,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.70999908447266,"PosY":6.710000038146973,"PosZ":52.395999908447266,"RotY":2.0041580200195312,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300042,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.31999969482422,"PosY":6.659999847412109,"PosZ":42.52000045776367,"RotY":2.0041580200195312,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"128":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":24.358999252319336,"PosY":-0.40431898832321167,"PosZ":55.92300033569336,"RotY":195.00010681152344,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":23.60700035095215,"PosY":9.720218658447266,"PosZ":-8.390999794006348,"RotY":270.6034851074219,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.590000152587891,"PosY":9.95175552368164,"PosZ":-23.430999755859375,"RotY":90.6034927368164,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-98.18000793457033,"PosY":4.714715003967285,"PosZ":17.889999389648438,"RotY":63.69562149047851,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.939998626708984,"PosY":4.690000057220459,"PosZ":33.91699981689453,"RotY":178.09170532226565,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.35099792480469,"PosY":4.8350830078125,"PosZ":38.29199981689453,"RotY":88.09178161621094,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.04399871826172,"PosY":4.889999866485596,"PosZ":-2.7839999198913574,"RotY":208.09170532226565,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"135":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":5.51200008392334,"PosY":9.650435447692871,"PosZ":-4.335000038146973,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":135,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":5.396999835968018,"PosY":9.671684265136719,"PosZ":-4.360000133514404,"Name":"NPC1","RotY":244.3813018798828,"NPCID":11105,"groupId":135,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":5.439000129699707,"PosY":9.687907218933105,"PosZ":-2.808000087738037,"RotY":90.0,"groupId":0}}},"163":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.6050033569336,"PosY":5.47599983215332,"PosZ":19.829999923706055,"RotY":89.99994659423828,"PropID":101066,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Museum/Chap01_Museum_ProjectorBeam_FindTrotter.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":163,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Projector_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.60700225830078,"PosY":6.24399995803833,"PosZ":15.951000213623049,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":163,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.34600067138672,"PosY":6.599999904632568,"PosZ":15.875200271606444,"RotY":359.85211181640625,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":163,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"175":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.172000885009766,"PosY":0.6000000238418579,"PosZ":38.612998962402344,"RotY":254.8220062255859,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":175,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P10102_F10102002":{"teleports":{},"group_items":{"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.6749999523162842,"PosY":0.6922000050544739,"PosZ":0.6710000038146973,"RotY":345.0,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":2.6040000915527344,"PosY":0.5572710037231445,"PosZ":-0.8270000219345093,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/1010202/Prop/Prop_NormalInteract_Sleep.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.5960000157356262,"PosY":9.999999974752427e-7,"PosZ":-0.6850000023841858,"RotY":0.0,"groupId":0}}}}},"P10102_F10102003":{"teleports":{},"group_items":{"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.051800012588501,"PosY":0.8331000208854675,"PosZ":6.4903998374938965,"RotY":225.0,"PropID":101026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.9010000228881836,"PosY":0.8460000157356262,"PosZ":0.6520000100135803,"RotY":27.38204002380371,"PropID":101027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":4.050000190734863,"PosY":0.7900000214576721,"PosZ":2.2839999198913574,"RotY":27.38204002380371,"PropID":101031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_05_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.163000106811523,"PosY":0.9980000257492065,"PosZ":-7.328999996185303,"RotY":27.38204002380371,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":2.9159998893737793,"PosY":0.9959999918937683,"PosZ":5.270999908447266,"RotY":266.3445129394531,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":5.709199905395508,"PosY":0.7649000287055969,"PosZ":-4.385200023651123,"RotY":27.38204002380371,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":3.9849998950958256,"PosY":0.9420999884605408,"PosZ":-7.392000198364258,"RotY":27.38204002380371,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.933000087738037,"PosY":0.7990000247955321,"PosZ":3.900000095367432,"RotY":27.38204002380371,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P10102_F10102004":{"teleports":{},"group_items":{"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":7.906000137329101,"PosY":0.5759999752044678,"PosZ":4.296000003814697,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":7.916999816894531,"PosY":0.5759999752044678,"PosZ":-5.9679999351501465,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":11.168999671936035,"PosY":2.5169999599456787,"PosZ":3.369999885559082,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.304999828338623,"PosY":1.493000030517578,"PosZ":11.321000099182127,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.572999954223633,"PosY":2.803299903869629,"PosZ":11.347999572753906,"RotY":0.0,"PropID":101080,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_PunchingBag_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.5749030113220215,"PosY":5.642000198364258,"PosZ":11.35099983215332,"RotY":0.0,"PropID":101081,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Hook_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P10201_F10201001":{"teleports":{"2252":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.2229995727539,"PosY":3.4579999446868896,"PosZ":-117.95999908447266,"RotY":0.0,"PropID":102080,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2252,"InitLevelGraph":"Config/Level/PropDialogue/P10201/F10201001_G25/Shop_999990418.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2390":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":15.368000030517578,"PosY":10.009909629821776,"PosZ":-59.49700164794922,"RotY":0.0,"PropID":107,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"1020101":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":22.18600082397461,"PosY":5.994099140167236,"PosZ":-26.729000091552734,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":16,"MappingInfoID":1020101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"1020102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.0,"PosY":4.994074821472168,"PosZ":-18.6200008392334,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":16,"MappingInfoID":1020102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"1020103":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.0,"PosY":-1.0173900127410889,"PosZ":-96.62000274658203,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":16,"MappingInfoID":1020103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":22.18600082397461,"PosY":5.994099140167236,"PosZ":-26.729000091552734,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":16,"MappingInfoID":1020101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.0,"PosY":4.994074821472168,"PosZ":-18.6200008392334,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":16,"MappingInfoID":1020102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.0,"PosY":-1.0173900127410889,"PosZ":-96.62000274658203,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":16,"MappingInfoID":1020103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":21.41699981689453,"PosY":5.994099140167236,"PosZ":-28.393999099731445,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":-47.54999923706055,"PosY":4.994074821472168,"PosZ":-16.740999221801758,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-55.599998474121094,"PosY":-1.0230669975280762,"PosZ":-98.0,"RotY":336.0,"groupId":0}}},"21":{"props":[],"npcs":[{"ID":400001,"PosX":-50.970001220703125,"PosY":-1.0123690366744995,"PosZ":-133.57000732421875,"Name":"NPC1","RotY":0.0,"NPCID":12201,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-68.13500213623047,"PosY":-1.0224519968032837,"PosZ":-44.39500045776367,"Name":"NPC2","RotY":90.0,"NPCID":12202,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":-75.16000366210938,"PosY":-1.0124820470809937,"PosZ":-65.33999633789062,"Name":"NPC4","RotY":90.0,"NPCID":12203,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":-75.5790023803711,"PosY":2.9967079162597656,"PosZ":-95.73300170898438,"Name":"NPC5","RotY":95.69999694824219,"NPCID":12103,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.505000114440918,"PosY":0.9210000038146973,"PosZ":-8.905221939086914,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-12.921999931335447,"PosY":-0.9744939804077148,"PosZ":-57.880001068115234,"Name":"NPC1","RotY":265.70001220703125,"NPCID":12212,"groupId":25,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"50":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":15.368000030517578,"PosY":10.009909629821776,"PosZ":-59.49700164794922,"RotY":0.0,"PropID":107,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.3510000705718994,"PosY":0.9490000009536742,"PosZ":-8.890999794006348,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_X100Mission_Start.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":3.328000068664551,"PosY":9.999999974752427e-7,"PosZ":-8.59000015258789,"Name":"NPC1","RotY":90.0,"NPCID":3011,"groupId":58,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.208999633789062,"PosY":5.744999885559082,"PosZ":-18.951000213623047,"RotY":74.99986267089844,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":46.053001403808594,"PosY":5.868000030517578,"PosZ":-25.360000610351562,"RotY":88.96106719970702,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":42.4370002746582,"PosY":3.7939999103546143,"PosZ":-94.75599670410156,"RotY":356.1570129394531,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.59600067138672,"PosY":-0.03700000047683716,"PosZ":-59.36399841308594,"RotY":176.51539611816406,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-56.189998626708984,"PosY":-0.1340000033378601,"PosZ":-63.9370002746582,"RotY":356.1570129394531,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"60":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.72100067138672,"PosY":-0.554984986782074,"PosZ":28.334999084472656,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":73.8763427734375,"PosY":1.60555899143219,"PosZ":-35.29983901977539,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.527999877929688,"PosY":-0.9744740128517151,"PosZ":-75.5790023803711,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.46500015258789,"PosY":-1.0123670101165771,"PosZ":-139.8489990234375,"RotY":0.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.23799896240233,"PosY":-1.0124330520629885,"PosZ":-103.20600128173828,"RotY":90.00003814697266,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.926998138427734,"PosY":-1.0324029922485352,"PosZ":-37.178001403808594,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.56500244140624,"PosY":1.999989032745361,"PosZ":-46.23899841308594,"RotY":90.00000762939453,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":67.86900329589844,"PosY":4.959566116333008,"PosZ":-37.79999923706055,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.38600158691406,"PosY":-0.5000079870223999,"PosZ":0.33500000834465027,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.5936508178711,"PosY":1.9670259952545168,"PosZ":-126.947998046875,"RotY":270.0000915527344,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":9.815999984741211,"PosY":5.975362777709961,"PosZ":-83.23799896240233,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"61":{"props":[],"npcs":[{"ID":400001,"PosX":-67.63099670410156,"PosY":-0.9028540253639221,"PosZ":-89.05400085449219,"Name":"NPC1","RotY":90.0,"NPCID":12101,"groupId":61,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"75":{"props":[],"npcs":[{"ID":400001,"PosX":-50.82699966430664,"PosY":-0.7747250199317933,"PosZ":-118.95099639892578,"Name":"NPC1","RotY":235.28599548339844,"NPCID":12219,"groupId":75,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"102":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.410999774932861,"PosY":0.7889999747276306,"PosZ":-9.116999626159668,"RotY":0.0,"PropID":102080,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2252,"InitLevelGraph":"Config/Level/PropDialogue/P10201/F10201001_G25/Shop_999990118.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.73899841308594,"PosY":0.2070000022649765,"PosZ":-73.41100311279298,"RotY":0.0,"PropID":102080,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2252,"InitLevelGraph":"Config/Level/PropDialogue/P10201/F10201001_G25/Shop_999990218.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.95600128173828,"PosY":0.4189999997615814,"PosZ":-73.41100311279298,"RotY":0.0,"PropID":102080,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2252,"InitLevelGraph":"Config/Level/PropDialogue/P10201/F10201001_G25/Shop_999990318.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.2229995727539,"PosY":3.4579999446868896,"PosZ":-117.95999908447266,"RotY":0.0,"PropID":102080,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2252,"InitLevelGraph":"Config/Level/PropDialogue/P10201/F10201001_G25/Shop_999990418.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"105":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":46.28799819946289,"PosY":3.865999937057495,"PosZ":-90.45600128173828,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502550102.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":27.260000228881836,"PosY":4.065999984741211,"PosZ":-91.0199966430664,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502550102.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":23.950000762939453,"PosY":8.607007026672363,"PosZ":-38.09000015258789,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502550301.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":6.949999809265137,"PosY":8.607007026672363,"PosZ":-38.09000015258789,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502550301.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":32.8380012512207,"PosY":4.041999816894531,"PosZ":-90.5770034790039,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502550401.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":44.24800109863281,"PosY":4.041999816894531,"PosZ":-81.15899658203125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502550401.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":50.57099914550781,"PosY":4.436999797821045,"PosZ":-71.7300033569336,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502550401.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.2179999351501465,"PosY":1.524999976158142,"PosZ":-1.98199999332428,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502550601.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.207000732421875,"PosY":6.480000019073486,"PosZ":-7.136000156402588,"RotY":90.36579895019531,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502550601.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.710000038146973,"PosY":6.480000019073486,"PosZ":-28.809999465942383,"RotY":0.3021799921989441,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502550601.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.45399856567382,"PosY":0.6238430142402649,"PosZ":-114.431396484375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502550601.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.27200317382812,"PosY":-0.3330000042915344,"PosZ":-105.09999847412108,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502550701.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.972999572753906,"PosY":-0.3330000042915344,"PosZ":-79.4530029296875,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502554102.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.762001037597656,"PosY":-0.3330000042915344,"PosZ":-134.66000366210938,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502550701.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.801998138427734,"PosY":0.8270000219345093,"PosZ":-0.652999997138977,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502554102.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.87699890136719,"PosY":-0.3330000042915344,"PosZ":-101.34500122070312,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502550801.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.54399871826172,"PosY":-0.3330000042915344,"PosZ":-82.71399688720702,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502550801.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":49.4010009765625,"PosY":5.58703088760376,"PosZ":-47.20600128173828,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502550901.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.16400146484376,"PosY":2.885999917984009,"PosZ":-41.04600143432618,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502551001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.45599937438965,"PosY":-0.057999998331069946,"PosZ":-83.7770004272461,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502551001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300043,"Category":"","GroupName":"","LoadSide":null,"PosX":63.70100021362305,"PosY":5.89277982711792,"PosZ":-41.095001220703125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502554002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.68199920654297,"PosY":-0.04100000113248825,"PosZ":-120.36399841308594,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502552201.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":15.880000114440918,"PosY":0.1899999976158142,"PosZ":-15.270000457763672,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502552401.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":51.0099983215332,"PosY":2.6700000762939453,"PosZ":-78.87999725341797,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502552301.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.34400177001953,"PosY":-0.006020000204443932,"PosZ":3.8199999332427974,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502552501.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":31.728370666503903,"PosY":1.040091037750244,"PosZ":-0.7490000128746032,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502552801.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":14.1899995803833,"PosY":1.040091037750244,"PosZ":-0.977999985218048,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502552801.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.84000015258789,"PosY":1.040091037750244,"PosZ":-8.517000198364258,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502552801.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":23.996309280395508,"PosY":1.22599995136261,"PosZ":-0.6039999723434448,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502560402.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300032,"Category":"","GroupName":"","LoadSide":null,"PosX":6.677000045776367,"PosY":1.22599995136261,"PosZ":-0.6039999723434448,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502560402.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300033,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.967999935150147,"PosY":4.118618965148926,"PosZ":-11.890000343322754,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502560202.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300034,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.66799926757812,"PosY":-0.20817500352859497,"PosZ":-39.50400161743164,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502553002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.69599914550781,"PosY":-0.20817500352859497,"PosZ":-46.709999084472656,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502553002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300036,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.565000534057617,"PosY":0.4740000069141388,"PosZ":-84.90699768066406,"RotY":43.4905891418457,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502553501.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300037,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.07500076293945,"PosY":0.029999999329447743,"PosZ":-53.91699981689453,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502560502.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300038,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.07500076293945,"PosY":0.029999999329447743,"PosZ":-56.560001373291016,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502560502.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300039,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.415000915527344,"PosY":0.029999999329447743,"PosZ":-55.321998596191406,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502553402.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300040,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.56670379638672,"PosY":4.685999870300293,"PosZ":-95.54000091552734,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502552801.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300041,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.56670379638672,"PosY":4.396999835968018,"PosZ":-97.4020004272461,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502553102.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300042,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.10399627685547,"PosY":4.40097713470459,"PosZ":-92.06400299072266,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502554202.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300044,"Category":"","GroupName":"","LoadSide":null,"PosX":58.959999084472656,"PosY":5.320000171661377,"PosZ":-41.720001220703125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502553902.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300045,"Category":"","GroupName":"","LoadSide":null,"PosX":66.98699951171875,"PosY":5.320000171661377,"PosZ":-40.119998931884766,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502553902.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300051,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.95600128173828,"PosY":-0.45500001311302185,"PosZ":-91.91699981689453,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502561510.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"114":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.2140007019043,"PosY":-0.47397398948669434,"PosZ":-6.3470001220703125,"RotY":0.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"120":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.7699966430664,"PosY":2.240000009536743,"PosZ":-18.71699905395508,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.633999943733215,"PosY":0.9490000009536742,"PosZ":-9.013999938964844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_5025515012.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.633999943733215,"PosY":0.5600000023841858,"PosZ":-0.5400000214576721,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_5025515013.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.46499633789062,"PosY":-0.3630000054836274,"PosZ":-115.92099761962892,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_5025515014.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.06999969482422,"PosY":2.822000026702881,"PosZ":-129.00900268554688,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_5025515015.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.04290008544922,"PosY":-0.27527499198913574,"PosZ":-83.470703125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_5025515016.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.98638916015625,"PosY":-0.2029999941587448,"PosZ":-134.468994140625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_5025515017.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.7699966430664,"PosY":2.240000009536743,"PosZ":-18.558000564575195,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.633999943733215,"PosY":0.9490000009536742,"PosZ":-9.013999938964844,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.633999943733215,"PosY":0.7590000033378601,"PosZ":-0.5400000214576721,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.55599975585938,"PosY":-0.05000000074505806,"PosZ":-115.51799774169922,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.1510009765625,"PosY":2.864000082015991,"PosZ":-128.9709930419922,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.04290008544922,"PosY":-0.20999999344348907,"PosZ":-83.470703125,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.98638916015625,"PosY":0.1379999965429306,"PosZ":-134.25900268554688,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"122":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.633999943733215,"PosY":0.7590000033378601,"PosZ":-0.5400000214576721,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":122,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.633999943733215,"PosY":0.5600000023841858,"PosZ":-0.5400000214576721,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_5025515022.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":122,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"123":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.633999943733215,"PosY":0.7590000033378601,"PosZ":-0.5400000214576721,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":123,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.633999943733215,"PosY":0.5600000023841858,"PosZ":-0.5400000214576721,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_5025515023.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":123,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"124":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.633999943733215,"PosY":0.7590000033378601,"PosZ":-0.5400000214576721,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":124,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.633999943733215,"PosY":0.5600000023841858,"PosZ":-0.5400000214576721,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_5025515024.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":124,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"125":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.633999943733215,"PosY":0.5600000023841858,"PosZ":-0.5400000214576721,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_5025515024.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"127":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.633999943733215,"PosY":0.5600000023841858,"PosZ":-0.5400000214576721,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_5025515013.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.633999943733215,"PosY":0.7590000033378601,"PosZ":-0.5400000214576721,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"133":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.6399999856948853,"PosY":4.959503173828125,"PosZ":-37.43000030517578,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/Common_Raid_OpenEntrance.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":133,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-0.6399999856948853,"PosY":4.959503173828125,"PosZ":-37.43000030517578,"Name":"NPC1","RotY":0.0,"NPCID":12256,"groupId":133,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"3":{"ID":3,"PosX":4.369999885559082,"PosY":5.994075775146484,"PosZ":-34.63999938964844,"RotY":180.0,"groupId":0}}},"171":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.54499816894531,"PosY":-0.1713860034942627,"PosZ":-117.19499969482422,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":171,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"174":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":53.27899932861328,"PosY":5.73799991607666,"PosZ":-31.176000595092773,"RotY":261.6328125,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"190":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.49199676513672,"PosY":0.01600000075995922,"PosZ":-59.618999481201165,"RotY":133.50369262695312,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"200":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":46.493999481201165,"PosY":3.8641340732574463,"PosZ":-67.91699981689453,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":41.862998962402344,"PosY":3.260576009750366,"PosZ":-93.71299743652344,"Name":"NPC1","RotY":0.5,"NPCID":1210,"groupId":200,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":43.43199920654297,"PosY":3.260576009750366,"PosZ":-91.35399627685547,"Name":"NPC2","RotY":215.6999969482422,"NPCID":1221,"groupId":200,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":43.78799819946289,"PosY":3.2765109539031982,"PosZ":-93.00299835205078,"Name":"NPC3","RotY":315.0,"NPCID":2201,"groupId":200,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":44.28038024902344,"PosY":4.741076946258545,"PosZ":-94.29170989990233,"Name":"NPC4","RotY":0.0,"NPCID":100,"groupId":200,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":41.70600128173828,"PosY":3.260576009750366,"PosZ":-91.04499816894531,"RotY":161.0,"groupId":0}}},"217":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":58.69736862182618,"PosY":-0.03087499924004078,"PosZ":37.84170913696289,"RotY":194.1905975341797,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":217,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":58.689998626708984,"PosY":-0.03087499924004078,"PosZ":36.98199844360352,"RotY":358.626708984375,"PropID":102165,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":217,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Chair_04_Entity.json"}],"npcs":[{"ID":400001,"PosX":58.69736862182618,"PosY":-0.03087499924004078,"PosZ":37.84170913696289,"Name":"NPC1","RotY":7.612013816833496,"NPCID":1302,"groupId":217,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"268":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":44.23500061035156,"PosY":3.775000095367432,"PosZ":-94.73500061035156,"RotY":352.125,"PropID":102011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":268,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P10201_F10201002":{"teleports":{"1020111":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":4.800000190734863,"PosY":8.291200637817383,"PosZ":-33.349998474121094,"RotY":345.0,"PropID":101,"AnchorID":1,"AnchorGroupID":60,"MappingInfoID":1020111,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.534000396728516,"PosY":8.79699993133545,"PosZ":0.828000009059906,"RotY":176.42990112304688,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.359000205993652,"PosY":8.642000198364258,"PosZ":-19.46500015258789,"RotY":59.97079086303711,"PropID":102011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":5.539000034332275,"PosY":8.640999794006348,"PosZ":-17.308000564575195,"RotY":59.97079086303711,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":14.36299991607666,"PosY":9.036999702453613,"PosZ":12.529000282287598,"RotY":59.97079086303711,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.38599967956543,"PosY":8.001999855041504,"PosZ":-6.605000019073486,"RotY":59.97079086303711,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.66800022125244,"PosY":9.041000366210938,"PosZ":10.461999893188477,"RotY":206.8896026611328,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.9929999709129332,"PosY":10.642000198364258,"PosZ":4.834000110626221,"RotY":32.276329040527344,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":20.530000686645508,"PosY":8.788999557495117,"PosZ":0.8619999885559082,"RotY":0.0,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"45":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":10.203000068664553,"PosY":8.645000457763672,"PosZ":-7.408002853393556,"RotY":262.40728759765625,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.58899974822998,"PosY":8.802000045776367,"PosZ":-19.277000427246097,"RotY":0.0,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":14.571999549865724,"PosY":8.798999786376953,"PosZ":-19.291000366210938,"RotY":234.6508026123047,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"60":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":4.800000190734863,"PosY":8.291200637817383,"PosZ":-33.349998474121094,"RotY":345.0,"PropID":101,"AnchorID":1,"AnchorGroupID":60,"MappingInfoID":1020111,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.00800000037997961,"PosY":8.311790466308594,"PosZ":-30.54800033569336,"RotY":0.0,"groupId":0}}},"62":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.15299999713897705,"PosY":10.64799976348877,"PosZ":4.4679999351501465,"RotY":356.65240478515625,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P10202_F10202001":{"teleports":{"2101":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":29.06800079345703,"PosY":-3.799999952316284,"PosZ":1.6330000162124634,"RotY":224.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2101,"InitLevelGraph":"Config/Level/Maze/Chapter02/X2/Chapter02_X2_FantasticStory_Tansfer172.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":177,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2231":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.506999969482422,"PosY":-1.5862530469894407,"PosZ":39.944000244140625,"RotY":0.0,"PropID":107,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2231,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2239":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.5,"PosY":-6.77642297744751,"PosZ":-41.29999923706055,"RotY":0.0,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2239,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},"2244":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":39.02000045776367,"PosY":1.5794750452041626,"PosZ":93.2300033569336,"RotY":270.0,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2244,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},"2252":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.790510177612305,"PosY":-1.8270000219345093,"PosZ":-18.51814079284668,"RotY":0.0,"PropID":102080,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2252,"InitLevelGraph":"Config/Level/PropDialogue/P10201/F10201001_G25/Shop_999990319.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2307":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":47.03200149536133,"PosY":1.5794750452041626,"PosZ":93.2300033569336,"RotY":270.0,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2307,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":137,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},"1020201":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":8.319999694824219,"PosY":-3.4859619140625,"PosZ":-25.079999923706055,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":1020201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"1020202":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.460002899169922,"PosY":4.277716159820557,"PosZ":64.95999908447266,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":1020202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.460002899169922,"PosY":4.277716159820557,"PosZ":64.95999908447266,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":1020202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":8.319999694824219,"PosY":-3.4859619140625,"PosZ":-25.079999923706055,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":1020201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-3.059997081756592,"PosY":-6.567902088165283,"PosZ":-36.95000076293945,"RotY":89.99974060058594,"groupId":0},"2":{"ID":2,"PosX":-0.09200000017881393,"PosY":4.27771520614624,"PosZ":68.08300018310547,"RotY":155.56649780273438,"groupId":0},"3":{"ID":3,"PosX":9.5,"PosY":-3.4859619140625,"PosZ":-22.5,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-36.0099983215332,"PosY":0.5351420044898987,"PosZ":71.37999725341797,"RotY":180.0,"groupId":0},"5":{"ID":5,"PosX":-37.6619987487793,"PosY":-3.486227035522461,"PosZ":-7.440000057220459,"RotY":89.99994659423828,"groupId":0},"6":{"ID":6,"PosX":-44.7599983215332,"PosY":0.6021149754524231,"PosZ":60.137001037597656,"RotY":89.99994659423828,"groupId":0}}},"2":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.5,"PosY":-6.77642297744751,"PosZ":-41.29999923706055,"RotY":0.0,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2239,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-36.03900146484375,"PosY":0.6101880073547363,"PosZ":81.70999908447266,"Name":"NPC1","RotY":175.13499450683594,"NPCID":12259,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-2.859999895095825,"PosY":-3.4251298904418945,"PosZ":37.279998779296875,"RotY":224.99989318847656,"groupId":0},"2":{"ID":2,"PosX":42.91999816894531,"PosY":1.5794750452041626,"PosZ":93.2300033569336,"RotY":180.0,"groupId":0}}},"61":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":35.12900161743164,"PosY":-4.94091796875,"PosZ":33.551998138427734,"RotY":225.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":36.16331100463867,"PosY":-4.932663917541504,"PosZ":-1.5299999713897705,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.6600000858306885,"PosY":-3.48626708984375,"PosZ":47.79312896728515,"RotY":90.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.22999954223633,"PosY":-3.4662599563598633,"PosZ":-15.029999732971191,"RotY":0.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.0,"PosY":0.6021440029144287,"PosZ":63.13999938964844,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.18899917602539,"PosY":5.188549041748047,"PosZ":67.52999877929688,"RotY":90.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":45.33005142211914,"PosY":2.5982940196990967,"PosZ":49.24245071411133,"RotY":90.00000762939453,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"63":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":39.02000045776367,"PosY":1.5794750452041626,"PosZ":93.2300033569336,"RotY":270.0,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2244,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":9.479999542236328,"PosY":-3.450000047683716,"PosZ":-34.720001220703125,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":42.91999816894531,"PosY":1.5794750452041626,"PosZ":93.2300033569336,"RotY":180.0,"groupId":0}}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":29.249000549316406,"PosY":3.752000093460083,"PosZ":49.17300033569336,"RotY":0.0,"PropID":102080,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2252,"InitLevelGraph":"Config/Level/PropDialogue/P10201/F10201001_G25/Shop_999990119.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.128999948501587,"PosY":4.629000186920166,"PosZ":61.38800048828125,"RotY":0.0,"PropID":102080,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2252,"InitLevelGraph":"Config/Level/PropDialogue/P10201/F10201001_G25/Shop_999990219.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.790510177612305,"PosY":-1.8270000219345093,"PosZ":-18.51814079284668,"RotY":0.0,"PropID":102080,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2252,"InitLevelGraph":"Config/Level/PropDialogue/P10201/F10201001_G25/Shop_999990319.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":28.985000610351562,"PosY":-3.634999990463257,"PosZ":3.163000106811523,"RotY":205.34109497070312,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.882999420166016,"PosY":1.3470009565353394,"PosZ":51.39799880981445,"RotY":89.17369079589844,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":20.673999786376953,"PosY":3.3800010681152344,"PosZ":48.75,"RotY":0.0,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":27.121000289916992,"PosY":-4.192999839782715,"PosZ":27.78700065612793,"RotY":0.0,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"77":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X2/Chapter02_X2_Sanctum_EnviroProfile_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"78":{"props":[],"npcs":[{"ID":400002,"PosX":38.112998962402344,"PosY":2.8702750205993652,"PosZ":68.2509994506836,"Name":"NPC2","RotY":135.966796875,"NPCID":12136,"groupId":78,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":28.93899917602539,"PosY":-4.401374816894531,"PosZ":4.5149970054626465,"Name":"NPC3","RotY":229.03179931640625,"NPCID":12306,"groupId":78,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":51.83000183105469,"PosY":2.5982940196990967,"PosZ":57.560001373291016,"Name":"NPC4","RotY":252.6884002685547,"NPCID":12139,"groupId":78,"IsDelete":false,"IsClientOnly":false},{"ID":400001,"PosX":21.753999710083008,"PosY":-3.9037239551544194,"PosZ":-33.5359992980957,"Name":"NPC1","RotY":273.5101013183594,"NPCID":12219,"groupId":78,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"93":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":13.229999542236328,"PosY":5.8480000495910645,"PosZ":79.87699890136719,"RotY":19.74686050415039,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/2020105/InitLevelGraph_Prop_Common_PickupReadings_Danshu01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":12.746000289916992,"PosY":5.038052082061768,"PosZ":80.66899871826172,"RotY":155.49620056152344,"groupId":0}}},"96":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.506999969482422,"PosY":-1.5862530469894407,"PosZ":39.944000244140625,"RotY":0.0,"PropID":107,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2231,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-2.859999895095825,"PosY":-3.4251298904418945,"PosZ":37.279998779296875,"RotY":224.99989318847656,"groupId":0}}},"102":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.19255065917969,"PosY":-3.4690001010894775,"PosZ":-1.0225369930267334,"RotY":135.0,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X2/Chapter02_X2_MajiangChair_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"103":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.19255065917969,"PosY":-3.4690001010894775,"PosZ":-1.0225369930267334,"RotY":135.0,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X2/Chapter02_X2_MajiangChair_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"122":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":13.229999542236328,"PosY":5.8480000495910645,"PosZ":79.87699890136719,"RotY":19.74686050415039,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/2020105/InitLevelGraph_Prop_Common_PickupReadings_Danshu01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":122,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"125":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":57.516998291015625,"PosY":2.5982611179351807,"PosZ":58.22800064086914,"RotY":236.3842010498047,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/2020107/InitLevelGraph_Prop_Common_PickupReadings_2020107.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"126":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":29.933000564575195,"PosY":-2.7330000400543213,"PosZ":-23.63999938964844,"RotY":90.0,"PropID":102011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/2020108/InitLevelGraph_Prop_Common_PickupReadings_2020108.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":126,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"127":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":25.38400077819824,"PosY":-2.9862060546875,"PosZ":-26.996999740600582,"RotY":6.796596050262451,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/2020109/InitLevelGraph_Prop_Common_PickupReadings_2020109.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"128":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":14.262999534606934,"PosY":5.038053035736084,"PosZ":78.52999877929688,"RotY":339.8505859375,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/2020110/InitLevelGraph_Prop_Common_PickupReadings_2020110.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"137":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":47.03200149536133,"PosY":1.5794750452041626,"PosZ":93.2300033569336,"RotY":270.0,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2307,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":137,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":49.099998474121094,"PosY":0.7599999904632568,"PosZ":91.01000213623047,"RotY":90.0,"PropID":102035,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":137,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoBoat_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":9.479999542236328,"PosY":-3.450000047683716,"PosZ":-34.720001220703125,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":42.91999816894531,"PosY":1.5794750452041626,"PosZ":93.2300033569336,"RotY":180.0,"groupId":0}}},"144":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":144,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.9100000262260436,"PosY":-9.491000175476074,"PosZ":-37.11000061035156,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Begin.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":144,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-16.540000915527344,"PosY":103.39959716796876,"PosZ":-465.3299865722656,"Name":"NPC1","RotY":90.0,"NPCID":12247,"groupId":144,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":165.41000366210938,"PosY":36.59000015258789,"PosZ":-74.91999816894531,"RotY":90.0,"groupId":0}}},"164":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":28.50900077819824,"PosY":-3.466252088546753,"PosZ":-24.738000869750977,"RotY":212.0897979736328,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/2020111/InitLevelGraph_Prop_Common_PickupReadings_2020111.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":164,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"169":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":30.260000228881836,"PosY":-4.4770002365112305,"PosZ":0.7549999952316285,"RotY":236.46139526367188,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":169,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"170":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":29.06800079345703,"PosY":-3.615999937057495,"PosZ":1.6330000162124634,"RotY":224.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2101,"InitLevelGraph":"Config/Level/Maze/Chapter02/X2/Chapter02_X2_FantasticStory_Tansfer.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":170,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":29.06800079345703,"PosY":-3.799999952316284,"PosZ":1.6330000162124634,"RotY":224.0,"PropID":102226,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":170,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_AbyessCage_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":28.51499938964844,"PosY":-4.932668209075928,"PosZ":1.0800000429153442,"RotY":45.0,"groupId":0}}},"172":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":29.06800079345703,"PosY":-3.799999952316284,"PosZ":1.6330000162124634,"RotY":224.0,"PropID":102226,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangTrapped_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":172,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_AbyessCage_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"177":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":29.06800079345703,"PosY":-3.799999952316284,"PosZ":1.6330000162124634,"RotY":224.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2101,"InitLevelGraph":"Config/Level/Maze/Chapter02/X2/Chapter02_X2_FantasticStory_Tansfer172.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":177,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P10202_F10202002":{"teleports":{},"group_items":{"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":44.58300018310547,"PosY":1.423778057098389,"PosZ":-12.161999702453612,"RotY":184.0117950439453,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":48.34930038452149,"PosY":1.6717000007629397,"PosZ":-7.203000068664551,"RotY":0.0,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":45.96699905395508,"PosY":1.4217779636383057,"PosZ":-2.378000020980835,"RotY":346.2828063964844,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":49.00122833251953,"PosY":1.4217779636383057,"PosZ":-2.259316921234131,"RotY":101.69629669189452,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":49.00122833251953,"PosY":1.4217779636383057,"PosZ":-2.259316921234131,"RotY":101.69629669189452,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":49.00122833251953,"PosY":1.4217779636383057,"PosZ":-2.259316921234131,"RotY":101.69629669189452,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"28":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":46.76100158691406,"PosY":1.9378440380096436,"PosZ":-13.776000022888184,"RotY":244.22000122070312,"PropID":102058,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_05_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P10202_F10202003":{"teleports":{"1020211":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.0915110111236572,"PosY":-2.023010015487671,"PosZ":-29.253999710083008,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":59,"MappingInfoID":1020211,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.1660000085830688,"PosY":2.1554999351501465,"PosZ":23.32799911499023,"RotY":338.9197998046875,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.8999999761581421,"PosY":2.384000062942505,"PosZ":20.558000564575195,"RotY":313.69061279296875,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":1.133999943733215,"PosY":2.3828001022338867,"PosZ":20.576000213623047,"RotY":179.45860290527344,"PropID":102010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.1660000085830688,"PosY":2.1554999351501465,"PosZ":23.32799911499023,"RotY":338.9197998046875,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.1660000085830688,"PosY":2.1554999351501465,"PosZ":23.32799911499023,"RotY":338.9197998046875,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.10700000077486038,"PosY":2.384000062942505,"PosZ":20.538000106811523,"RotY":167.75390625,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":1.1480000019073486,"PosY":2.1640000343322754,"PosZ":23.253999710083008,"RotY":244.4371032714844,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.0915110111236572,"PosY":-2.023010015487671,"PosZ":-29.253999710083008,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":59,"MappingInfoID":1020211,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.017000000923871994,"PosY":-2.025444984436035,"PosZ":-32.869998931884766,"RotY":0.0,"groupId":0}}},"60":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.7089999914169312,"PosY":2.1589999198913574,"PosZ":23.663999557495117,"RotY":244.4371032714844,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.559000015258789,"PosY":-1.159216046333313,"PosZ":-21.156999588012695,"RotY":244.4371032714844,"PropID":102011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P10202_F10202004":{"teleports":{"2252":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.010000228881836,"PosY":1.8170000314712524,"PosZ":-39.86000061035156,"RotY":0.0,"PropID":102080,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2252,"InitLevelGraph":"Config/Level/PropDialogue/P10201/F10201001_G25/Shop_999990419.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":281,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2290":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.05299949645996,"PosY":3.661999940872192,"PosZ":63.599998474121094,"RotY":180.0,"PropID":102196,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2290,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":317,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Container_02_Entity.json"},"1020203":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.65999984741211,"PosY":-2.037553071975708,"PosZ":-74.69000244140625,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":1020203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"1020204":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":32.29999923706055,"PosY":3.5995090007781982,"PosZ":-36.33000183105469,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":1020204,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.65999984741211,"PosY":-2.037553071975708,"PosZ":-74.69000244140625,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":1020203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":32.29999923706055,"PosY":3.5995090007781982,"PosZ":-36.33000183105469,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":1020204,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-27.094999313354492,"PosY":4.553772926330566,"PosZ":54.137001037597656,"RotY":6.905402183532715,"groupId":0},"2":{"ID":2,"PosX":-33.40999984741211,"PosY":-0.7274050116539001,"PosZ":-60.790000915527344,"RotY":6.905765056610107,"groupId":0},"3":{"ID":3,"PosX":37.597999572753906,"PosY":3.760232925415039,"PosZ":-36.30799865722656,"RotY":345.0,"groupId":0}}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.31999969482422,"PosY":2.740000009536743,"PosZ":63.59000015258789,"RotY":0.0,"PropID":102187,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Activity/AlleyLevel/AlleyLevelgraph_SpecialOrder.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.05299949645996,"PosY":3.661999940872192,"PosZ":63.599998474121094,"RotY":180.0,"PropID":102196,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2290,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Container_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.36582946777344,"PosY":4.133999824523926,"PosZ":61.0,"RotY":0.0,"PropID":137,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_05_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"30":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-60.720001220703125,"PosY":-2.0369551181793213,"PosZ":-71.23999786376953,"NPCMonsterID":2022010,"EventID":20211004,"groupId":30,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.010000228881836,"PosY":0.482365995645523,"PosZ":-45.570011138916016,"RotY":94.69316864013672,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.099998474121094,"PosY":-2.0369598865509033,"PosZ":-69.11000061035156,"RotY":23.492019653320312,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-57.06999969482422,"PosY":-2.0369598865509033,"PosZ":-67.69999694824219,"Name":"NPC1","RotY":115.32550048828124,"NPCID":1209,"groupId":32,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-57.06999969482422,"PosY":-2.0369598865509033,"PosZ":-67.69999694824219,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-31.010000228881836,"PosY":0.482365995645523,"PosZ":-45.570011138916016,"RotY":205.3376007080078,"groupId":0},"3":{"ID":3,"PosX":-58.560001373291016,"PosY":-2.0369598865509033,"PosZ":-68.38999938964844,"RotY":109.0531997680664,"groupId":0},"4":{"ID":4,"PosX":-31.6200008392334,"PosY":2.049999952316284,"PosZ":-48.59000015258789,"RotY":359.1700134277344,"groupId":0},"5":{"ID":5,"PosX":-31.90999984741211,"PosY":0.482365995645523,"PosZ":-46.79999923706055,"RotY":36.14971160888672,"groupId":0}}},"78":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":16.940000534057617,"PosY":5.180490016937256,"PosZ":-4.459999084472656,"RotY":6.688761234283447,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/Alley/Chap02_Alley_MissionUsedTree.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"85":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.440000534057617,"PosY":-0.7043300271034241,"PosZ":-65.21000671386719,"RotY":320.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.57252883911133,"PosY":-0.8333269953727721,"PosZ":2.0011439323425293,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.010000228881836,"PosY":1.612185001373291,"PosZ":-12.730010032653809,"RotY":355.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":15.758999824523926,"PosY":5.880125045776367,"PosZ":12.675020217895508,"RotY":90.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":67.70999145507812,"PosY":2.191209077835083,"PosZ":-40.56000900268555,"RotY":90.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":42.88788986206055,"PosY":2.693855047225952,"PosZ":4.847723007202148,"RotY":90.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.349998474121094,"PosY":3.2616701126098633,"PosZ":30.85300064086914,"RotY":90.00000762939453,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"96":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":41.2087516784668,"PosY":5.044000148773193,"PosZ":-10.997389793395996,"RotY":0.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"119":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":119,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"120":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"121":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":121,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"122":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":122,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"123":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":123,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"124":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":124,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"125":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"126":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":126,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"127":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"128":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"129":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"130":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":130,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"131":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"132":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":132,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"142":{"props":[],"npcs":[{"ID":400001,"PosX":-21.625999450683594,"PosY":1.8302760124206543,"PosZ":-28.030000686645508,"Name":"NPC1","RotY":200.0325927734375,"NPCID":12267,"groupId":142,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"144":{"props":[],"npcs":[{"ID":400001,"PosX":20.965999603271484,"PosY":3.5995259284973145,"PosZ":-32.604000091552734,"Name":"NPC1","RotY":0.0,"NPCID":12218,"groupId":144,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"146":{"props":[],"npcs":[{"ID":400001,"PosX":55.18999099731445,"PosY":2.6307780742645264,"PosZ":-4.219997882843018,"Name":"NPC1","RotY":267.0429992675781,"NPCID":12173,"groupId":146,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"147":{"props":[],"npcs":[{"ID":400001,"PosX":-59.117000579833984,"PosY":0.16065099835395813,"PosZ":-6.40500020980835,"Name":"NPC1","RotY":89.34102630615236,"NPCID":12268,"groupId":147,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"148":{"props":[],"npcs":[{"ID":400001,"PosX":-41.209999084472656,"PosY":0.5637760162353516,"PosZ":-39.140010833740234,"Name":"NPC1","RotY":73.020263671875,"NPCID":12269,"groupId":148,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"150":{"props":[],"npcs":[{"ID":400001,"PosX":-42.98600006103515,"PosY":1.1606650352478027,"PosZ":-26.520999908447266,"Name":"NPC1","RotY":104.34089660644533,"NPCID":12242,"groupId":150,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"212":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.67099952697754,"PosY":0.48200899362564087,"PosZ":-46.98099899291992,"RotY":0.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Activity/AlleyLevel/AlleyLevelgraph_EnvironmentController.json","State":"CustomState01","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":212,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":212,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"273":{"props":[],"npcs":[{"ID":400001,"PosX":1.3329999446868896,"PosY":0.09000000357627869,"PosZ":-38.86800003051758,"Name":"NPC1","RotY":171.6031036376953,"NPCID":12172,"groupId":273,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"281":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.010000228881836,"PosY":1.8170000314712524,"PosZ":-39.86000061035156,"RotY":0.0,"PropID":102080,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2252,"InitLevelGraph":"Config/Level/PropDialogue/P10201/F10201001_G25/Shop_999990419.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":281,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"283":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.11599922180176,"PosY":1.2020000219345093,"PosZ":-48.027000427246094,"RotY":40.108890533447266,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":283,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.969999313354492,"PosY":1.2392760515213013,"PosZ":-57.939998626708984,"RotY":196.36990356445312,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":283,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.9950008392334,"PosY":1.2392760515213013,"PosZ":-52.743999481201165,"RotY":231.3323974609375,"PropID":102058,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":283,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_05_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.77000045776367,"PosY":2.7622759342193604,"PosZ":-17.351999282836914,"RotY":0.0,"PropID":102058,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":283,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_05_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":29.371000289916992,"PosY":6.642000198364258,"PosZ":10.569000244140623,"RotY":0.0,"PropID":102011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":283,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":52.0099983215332,"PosY":3.1909430027008057,"PosZ":5.529993057250977,"RotY":0.0,"PropID":102011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":283,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":54.709999084472656,"PosY":4.501999855041504,"PosZ":-38.83399963378906,"RotY":227.6134033203125,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":283,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.613000869750977,"PosY":2.078000068664551,"PosZ":-23.986000061035156,"RotY":0.0,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":283,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.84700012207031,"PosY":0.6589999794960022,"PosZ":-35.00299835205078,"RotY":151.1781005859375,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":283,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.63899993896485,"PosY":4.03000020980835,"PosZ":27.084999084472656,"RotY":0.0,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":283,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.27199935913086,"PosY":2.490999937057495,"PosZ":2.2944040298461914,"RotY":292.0882873535156,"PropID":102058,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":283,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_05_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"285":{"props":[],"npcs":[{"ID":400001,"PosX":-21.625999450683594,"PosY":1.8302760124206543,"PosZ":-28.030000686645508,"Name":"NPC1","RotY":200.0325927734375,"NPCID":12267,"groupId":285,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"317":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.31999969482422,"PosY":2.740000009536743,"PosZ":63.59000015258789,"RotY":0.0,"PropID":102187,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Activity/AlleyLevel/AlleyLevelgraph_SpecialOrder.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":317,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.05299949645996,"PosY":3.661999940872192,"PosZ":63.599998474121094,"RotY":180.0,"PropID":102196,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2290,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":317,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Container_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.36582946777344,"PosY":4.133999824523926,"PosZ":61.0,"RotY":0.0,"PropID":137,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":317,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_05_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"328":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":328,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"329":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":329,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"330":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":330,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"331":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":331,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"332":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":332,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"333":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":333,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"334":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":334,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"381":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.04999923706055,"PosY":4.553773880004883,"PosZ":48.119998931884766,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":381,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-34.900001525878906,"PosY":4.553773880004883,"PosZ":48.060001373291016,"Name":"NPC1","RotY":178.72860717773438,"NPCID":12186,"groupId":381,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-36.32699966430664,"PosY":4.553773880004883,"PosZ":49.01800155639648,"Name":"NPC2","RotY":178.72860717773438,"NPCID":2213,"groupId":381,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-33.63999938964844,"PosY":4.553773880004883,"PosZ":49.15999984741211,"Name":"NPC3","RotY":178.72860717773438,"NPCID":2213,"groupId":381,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"390":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.04999923706055,"PosY":4.553773880004883,"PosZ":48.119998931884766,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":390,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-34.900001525878906,"PosY":4.553773880004883,"PosZ":48.060001373291016,"Name":"NPC1","RotY":178.72860717773438,"NPCID":12186,"groupId":390,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-36.32699966430664,"PosY":4.553773880004883,"PosZ":49.01800155639648,"Name":"NPC2","RotY":178.72860717773438,"NPCID":2213,"groupId":390,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-33.63999938964844,"PosY":4.553773880004883,"PosZ":49.15999984741211,"Name":"NPC3","RotY":178.72860717773438,"NPCID":2213,"groupId":390,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"392":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.04999923706055,"PosY":4.553773880004883,"PosZ":48.119998931884766,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":392,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-34.900001525878906,"PosY":4.553773880004883,"PosZ":48.060001373291016,"Name":"NPC1","RotY":178.72860717773438,"NPCID":12186,"groupId":392,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-36.32699966430664,"PosY":4.553773880004883,"PosZ":49.01800155639648,"Name":"NPC2","RotY":178.72860717773438,"NPCID":2213,"groupId":392,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-33.63999938964844,"PosY":4.553773880004883,"PosZ":49.15999984741211,"Name":"NPC3","RotY":178.72860717773438,"NPCID":2213,"groupId":392,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"399":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.04999923706055,"PosY":4.553773880004883,"PosZ":48.119998931884766,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":399,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-34.900001525878906,"PosY":4.553773880004883,"PosZ":48.060001373291016,"Name":"NPC1","RotY":178.72860717773438,"NPCID":12186,"groupId":399,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-36.32699966430664,"PosY":4.553773880004883,"PosZ":49.01800155639648,"Name":"NPC2","RotY":178.72860717773438,"NPCID":2213,"groupId":399,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-33.63999938964844,"PosY":4.553773880004883,"PosZ":49.15999984741211,"Name":"NPC3","RotY":178.72860717773438,"NPCID":2213,"groupId":399,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P10301_F10301001":{"teleports":{"2385":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.88999938964844,"PosY":-14.050000190734863,"PosZ":200.47999572753903,"RotY":82.16010284423828,"PropID":103097,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2385,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":356,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TV_02_Entity.json"},"2387":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":107.77999877929688,"PosY":-24.13800048828125,"PosZ":112.5500030517578,"RotY":337.798095703125,"PropID":103097,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2387,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":357,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TV_02_Entity.json"},"10055":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":174.71800231933594,"PosY":-4.223999977111816,"PosZ":140.06199645996094,"RotY":319.7327880859375,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":519,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10060":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":52.12900161743164,"PosY":-14.78456974029541,"PosZ":210.2120056152344,"RotY":0.00016399999731220305,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":218,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"},"10062":{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-100.51000213623048,"PosY":-17.82200050354004,"PosZ":61.75,"RotY":270.3670959472656,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10062,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","Hidden"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},"1030101":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":7.179999828338623,"PosY":-14.41090965270996,"PosZ":37.81999969482422,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":15,"MappingInfoID":1030101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"1030102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":5.079999923706055,"PosY":-22.21283912658691,"PosZ":196.7899932861328,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":15,"MappingInfoID":1030102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"1030103":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-87.57000732421875,"PosY":-13.759980201721191,"PosZ":228.6699981689453,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":15,"MappingInfoID":1030103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"1030104":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":115.12000274658205,"PosY":-6.779135227203369,"PosZ":142.30999755859375,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":15,"MappingInfoID":1030104,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"1030105":{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.08000183105467,"PosY":-14.726129531860352,"PosZ":143.9499969482422,"RotY":0.0,"PropID":101,"AnchorID":5,"AnchorGroupID":15,"MappingInfoID":1030105,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"1030106":{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":71.26100158691406,"PosY":-28.33510971069336,"PosZ":153.5399932861328,"RotY":0.0,"PropID":101,"AnchorID":6,"AnchorGroupID":15,"MappingInfoID":1030106,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2031300":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":47.84099960327149,"PosY":-0.29899999499320984,"PosZ":91.08799743652344,"RotY":0.0,"PropID":132,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2031300,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":298,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2032100":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":209.32000732421875,"PosY":-4.903744220733643,"PosZ":147.05999755859375,"RotY":269.9999084472656,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2032100,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":472,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"}},"group_items":{"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":7.179999828338623,"PosY":-14.41090965270996,"PosZ":37.81999969482422,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":15,"MappingInfoID":1030101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":5.079999923706055,"PosY":-22.21283912658691,"PosZ":196.7899932861328,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":15,"MappingInfoID":1030102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-87.57000732421875,"PosY":-13.759980201721191,"PosZ":228.6699981689453,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":15,"MappingInfoID":1030103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":115.12000274658205,"PosY":-6.779135227203369,"PosZ":142.30999755859375,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":15,"MappingInfoID":1030104,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.08000183105467,"PosY":-14.726129531860352,"PosZ":143.9499969482422,"RotY":0.0,"PropID":101,"AnchorID":5,"AnchorGroupID":15,"MappingInfoID":1030105,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":71.26100158691406,"PosY":-28.33510971069336,"PosZ":153.5399932861328,"RotY":0.0,"PropID":101,"AnchorID":6,"AnchorGroupID":15,"MappingInfoID":1030106,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.0,"PosY":-14.382710456848145,"PosZ":44.21900177001953,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":0.05999999865889549,"PosY":-22.21283912658691,"PosZ":195.2599945068359,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-93.45999908447266,"PosY":-13.759980201721191,"PosZ":233.2100067138672,"RotY":240.0,"groupId":0},"4":{"ID":4,"PosX":114.91999816894533,"PosY":-6.686601161956787,"PosZ":137.08999633789065,"RotY":74.99996948242188,"groupId":0},"5":{"ID":5,"PosX":-100.37000274658205,"PosY":-14.726140022277832,"PosZ":146.47999572753906,"RotY":315.0,"groupId":0},"6":{"ID":6,"PosX":76.80999755859375,"PosY":-28.33510971069336,"PosZ":151.4199981689453,"RotY":113.52410125732422,"groupId":0},"7":{"ID":7,"PosX":0.0,"PosY":-14.382710456848145,"PosZ":44.21900177001953,"RotY":0.0,"groupId":0},"8":{"ID":8,"PosX":39.85157012939453,"PosY":-1.1984740495681765,"PosZ":100.59329986572266,"RotY":329.6510009765625,"groupId":0},"9":{"ID":9,"PosX":184.2100067138672,"PosY":-4.903738021850586,"PosZ":147.4499969482422,"RotY":270.0,"groupId":0}}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.513500213623047,"PosY":-13.825590133666992,"PosZ":137.49839782714844,"RotY":0.15461699664592743,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.5,"PosY":-16.88098907470703,"PosZ":142.5,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Closed","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":14.307419776916504,"PosY":-25.99669075012207,"PosZ":157.5,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Closed","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.825312614440918,"PosY":-16.32996940612793,"PosZ":152.50180053710938,"RotY":90.00792694091797,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.2046149969100952,"PosY":-19.067920684814453,"PosZ":142.49729919433594,"RotY":180.15460205078125,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-15.340000152587892,"PosY":9.130000114440918,"PosZ":124.72000122070312,"RotY":17.96725082397461,"groupId":0},"2":{"ID":2,"PosX":-26.329999923706055,"PosY":-15.949999809265137,"PosZ":138.5399932861328,"RotY":61.96179962158203,"groupId":0},"3":{"ID":3,"PosX":18.670000076293945,"PosY":-25.81999969482422,"PosZ":163.30999755859375,"RotY":216.8654937744141,"groupId":0},"4":{"ID":4,"PosX":-24.357929229736328,"PosY":-16.881010055541992,"PosZ":142.7100067138672,"RotY":270.0,"groupId":0},"5":{"ID":5,"PosX":14.4399995803833,"PosY":-25.99669075012207,"PosZ":153.2899932861328,"RotY":90.0,"groupId":0},"6":{"ID":6,"PosX":11.291999816894531,"PosY":-15.222999572753906,"PosZ":144.29200744628906,"RotY":319.95050048828125,"groupId":0}}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.28918075561523,"PosY":-11.96934986114502,"PosZ":106.32050323486328,"RotY":359.52960205078125,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.5,"PosY":-16.88098907470703,"PosZ":132.0,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Closed","propStateList":["Closed","Open"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":35.33000946044922,"PosY":-1.1984740495681765,"PosZ":118.06999969482422,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.5608479976654053,"PosY":-7.023327827453613,"PosZ":111.99379730224608,"RotY":179.52960205078125,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":20.284379959106445,"PosY":-3.1630170345306396,"PosZ":133.07470703125,"RotY":88.45268249511719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":35.2400016784668,"PosY":16.792999267578125,"PosZ":151.26199340820312,"RotY":214.44180297851565,"groupId":0},"2":{"ID":2,"PosX":-24.610000610351562,"PosY":-15.720000267028809,"PosZ":135.25,"RotY":117.08670043945312,"groupId":0},"3":{"ID":3,"PosX":42.84000015258789,"PosY":1.9700000286102295,"PosZ":112.41000366210938,"RotY":304.1658020019531,"groupId":0},"4":{"ID":4,"PosX":-23.964019775390625,"PosY":-16.881010055541992,"PosZ":131.67999267578125,"RotY":270.0,"groupId":0},"5":{"ID":5,"PosX":35.02000045776367,"PosY":-1.1984670162200928,"PosZ":113.33000183105467,"RotY":90.0,"groupId":0},"6":{"ID":6,"PosX":-15.264189720153809,"PosY":-2.1234610080718994,"PosZ":110.71250152587892,"RotY":35.58176040649414,"groupId":0},"7":{"ID":7,"PosX":27.970930099487305,"PosY":3.0799999237060547,"PosZ":134.76109313964844,"RotY":210.80279541015625,"groupId":0}}},"19":{"props":[],"npcs":[{"ID":400001,"PosX":134.05099487304688,"PosY":-4.4562177658081055,"PosZ":84.95999908447266,"Name":"NPC1","RotY":198.07510375976565,"NPCID":13231,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":141.10000610351565,"PosY":-4.415775775909424,"PosZ":206.8000030517578,"Name":"NPC2","RotY":250.8386993408203,"NPCID":13127,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":14.260000228881836,"PosY":-15.814000129699709,"PosZ":88.86499786376953,"Name":"NPC3","RotY":140.9844970703125,"NPCID":13315,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":-114.25399780273438,"PosY":-14.37399959564209,"PosZ":178.10299682617188,"Name":"NPC4","RotY":173.21560668945312,"NPCID":13318,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":-23.323999404907227,"PosY":-16.380699157714844,"PosZ":232.5500030517578,"Name":"NPC5","RotY":359.8210144042969,"NPCID":13315,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400006,"PosX":-106.80799865722656,"PosY":-13.248000144958496,"PosZ":94.71299743652344,"Name":"NPC6","RotY":56.464698791503906,"NPCID":13315,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.67781066894531,"PosY":-16.88098907470703,"PosZ":90.48171997070312,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.0189208984375,"PosY":-16.88098907470703,"PosZ":146.31109619140625,"RotY":270.0000915527344,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":31.152000427246097,"PosY":-16.881000518798828,"PosZ":123.87200164794922,"RotY":180.00059509277344,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":24.861000061035156,"PosY":-16.85165023803711,"PosZ":192.98199462890625,"RotY":190.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":25.059999465942383,"PosY":-25.995540618896484,"PosZ":151.59300231933594,"RotY":350.0000915527344,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":82.94499969482422,"PosY":-28.335119247436523,"PosZ":138.22999572753906,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":87.91223907470702,"PosY":-10.661259651184082,"PosZ":140.93280029296875,"RotY":180.00059509277344,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":133.04400634765625,"PosY":-4.4562249183654785,"PosZ":108.38600158691406,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":124.91999816894533,"PosY":-4.4046101570129395,"PosZ":229.3820037841797,"RotY":89.99989318847656,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":127.02400207519533,"PosY":-4.404521942138672,"PosZ":229.4320068359375,"RotY":260.0000915527344,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.608001708984375,"PosY":-16.88098907470703,"PosZ":185.1719970703125,"RotY":269.9997863769531,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.2699966430664,"PosY":-13.721420288085938,"PosZ":237.0099945068359,"RotY":0.00017100000695791095,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-145.7760009765625,"PosY":-13.812179565429688,"PosZ":230.5099945068359,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-164.72000122070312,"PosY":-11.85120964050293,"PosZ":187.83999633789065,"RotY":145.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-89.23592376708984,"PosY":-13.807220458984377,"PosZ":133.9499969482422,"RotY":0.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-103.56819915771484,"PosY":-16.989999771118164,"PosZ":84.10394287109375,"RotY":166.0771942138672,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":100.3249969482422,"PosY":-8.612873077392578,"PosZ":163.71800231933594,"RotY":299.9999084472656,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.7699966430664,"PosY":-13.798330307006836,"PosZ":101.0199966430664,"RotY":224.99989318847656,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.869998931884766,"PosY":-16.880979537963867,"PosZ":236.52000427246097,"RotY":90.00019073486328,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":15.154999732971191,"PosY":-16.88098907470703,"PosZ":89.91999816894531,"RotY":140.8135986328125,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-77.73999786376953,"PosY":-13.79833984375,"PosZ":118.65000152587892,"RotY":275.8135070800781,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":122.71299743652344,"PosY":-6.6881608963012695,"PosZ":168.73399353027344,"RotY":155.81350708007812,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":140.62399291992188,"PosY":-37.15999984741211,"PosZ":177.07899475097656,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":144.68600463867188,"PosY":-37.11800003051758,"PosZ":192.51690673828125,"RotY":270.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":-108.86029815673828,"PosY":-59.82598876953125,"PosZ":46.51128005981445,"RotY":91.06871795654298,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.30999755859375,"PosY":-13.721420288085938,"PosZ":253.52999877929688,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":40.994998931884766,"PosY":-15.065990447998049,"PosZ":34.862998962402344,"RotY":-0.0002800000074785203,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.90800094604492,"PosY":-15.065790176391602,"PosZ":65.62799835205078,"RotY":180.00050354003906,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.086999893188477,"PosY":-26.049800872802734,"PosZ":171.35000610351565,"RotY":90.0009536743164,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":19.60099983215332,"PosY":-25.99670028686523,"PosZ":133.36000061035156,"RotY":270.0008850097656,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.270000457763672,"PosY":-16.880970001220703,"PosZ":127.6060028076172,"RotY":0.0008299999753944576,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":48.9010009765625,"PosY":-1.1984800100326538,"PosZ":100.83580017089844,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.446000099182127,"PosY":-22.207509994506836,"PosZ":218.6739959716797,"RotY":119.99990081787108,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.40800094604492,"PosY":-16.880979537963867,"PosZ":226.11099243164065,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":105.2519989013672,"PosY":-11.71815013885498,"PosZ":60.395999908447266,"RotY":270.0003967285156,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":42.040000915527344,"PosY":-10.661279678344728,"PosZ":131.59100341796875,"RotY":89.99922180175781,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":64.56300354003906,"PosY":-10.661259651184082,"PosZ":147.19200134277344,"RotY":90.00021362304688,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":192.22000122070312,"PosY":-4.903694152832031,"PosZ":155.9600067138672,"RotY":180.00039672851565,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":103.5989990234375,"PosY":-8.595426559448242,"PosZ":228.02000427246097,"RotY":269.99969482421875,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":168.81399536132812,"PosY":-4.420046806335449,"PosZ":220.2180023193359,"RotY":292.8548889160156,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":35.54899978637695,"PosY":-13.422619819641112,"PosZ":232.7209930419922,"RotY":89.99974822998047,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":105.84799957275392,"PosY":-24.827289581298828,"PosZ":125.45600128173828,"RotY":180.00030517578125,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":144.5590057373047,"PosY":-4.443786144256592,"PosZ":58.48199844360352,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":111.8939971923828,"PosY":-28.33514976501465,"PosZ":153.8679962158203,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.72999954223633,"PosY":-13.759969711303713,"PosZ":212.54800415039065,"RotY":0.00025599999935366213,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-137.75599670410156,"PosY":-13.798319816589355,"PosZ":145.66700744628906,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-87.43199920654298,"PosY":-13.798359870910645,"PosZ":186.2120056152344,"RotY":239.99989318847656,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-159.49000549316406,"PosY":-11.85120964050293,"PosZ":180.8999938964844,"RotY":225.00030517578125,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.56598663330078,"PosY":-13.798319816589355,"PosZ":92.08200073242188,"RotY":-0.0006200000061653554,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.5,"PosY":-13.798319816589355,"PosZ":92.37000274658203,"RotY":134.6802978515625,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.05999755859376,"PosY":-17.82699966430664,"PosZ":57.970001220703125,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.79399871826172,"PosY":-13.760009765625,"PosZ":254.5970001220703,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":152.41299438476565,"PosY":-37.037818908691406,"PosZ":179.70700073242188,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":154.28919982910156,"PosY":-33.891319274902344,"PosZ":188.6540069580078,"RotY":270.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_03.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":126.78299713134766,"PosY":-37.037818908691406,"PosZ":191.02999877929688,"RotY":131.5457000732422,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":140.72000122070312,"PosY":-35.16999816894531,"PosZ":176.7270050048828,"RotY":123.15969848632812,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-121.91400146484376,"PosY":-14.726079940795898,"PosZ":200.93499755859375,"RotY":353.8992919921875,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-121.91400146484376,"PosY":-14.681010246276855,"PosZ":200.93499755859375,"RotY":22.615659713745117,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.0070037841797,"PosY":-11.322830200195312,"PosZ":181.33900451660156,"RotY":73.19261932373047,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-163.523193359375,"PosY":-11.029299736022947,"PosZ":179.33999633789065,"RotY":0.0,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-165.718994140625,"PosY":-11.668829917907717,"PosZ":181.33599853515625,"RotY":0.0,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-163.3470001220703,"PosY":-11.08765983581543,"PosZ":181.2449951171875,"RotY":22.615659713745117,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-87.79498291015625,"PosY":-12.760379791259766,"PosZ":128.04640197753906,"RotY":94.9920425415039,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-87.80494689941406,"PosY":-12.527299880981444,"PosZ":128.035400390625,"RotY":22.615659713745117,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.343000411987305,"PosY":-13.970999717712402,"PosZ":249.05039978027344,"RotY":315.0,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.01499938964844,"PosY":-16.880979537963867,"PosZ":249.052001953125,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"39":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":31.4689998626709,"PosY":-16.035999298095703,"PosZ":121.85800170898438,"RotY":270.0,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":31.4689998626709,"PosY":-15.685999870300291,"PosZ":122.1780014038086,"RotY":270.0,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":31.4689998626709,"PosY":-16.0310001373291,"PosZ":122.50299835205078,"RotY":270.0,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":3.549999952316284,"PosY":-16.880970001220703,"PosZ":122.30999755859376,"RotY":0.0,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":29.667999267578125,"PosY":-16.931930541992188,"PosZ":122.14299774169922,"RotY":22.615659713745117,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":120.95050048828124,"PosY":-5.448750019073486,"PosZ":125.9582977294922,"RotY":22.80091094970703,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":123.17299652099608,"PosY":-6.686644077301025,"PosZ":132.0399932861328,"RotY":22.615659713745117,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":159.4499969482422,"PosY":3.64299988746643,"PosZ":220.5800018310547,"RotY":112.84970092773438,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":157.843994140625,"PosY":-4.384706020355225,"PosZ":218.4830017089844,"RotY":220.6233062744141,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"43":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":91.1672134399414,"PosY":-3.777760982513428,"PosZ":231.38670349121097,"RotY":353.7297058105469,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":91.13201141357422,"PosY":-8.595463752746582,"PosZ":227.0500030517578,"RotY":22.615659713745117,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"66":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":180.27999877929688,"PosY":-4.9036970138549805,"PosZ":151.6699981689453,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":181.82000732421875,"PosY":-4.903697967529297,"PosZ":154.1199951171875,"Name":"NPC1","RotY":210.8332977294922,"NPCID":1310,"groupId":66,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":181.6499938964844,"PosY":-4.903698921203613,"PosZ":152.6199951171875,"Name":"NPC2","RotY":24.58305931091309,"NPCID":13138,"groupId":66,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":180.2899932861328,"PosY":-4.903698921203613,"PosZ":153.1300048828125,"Name":"NPC3","RotY":81.52863311767578,"NPCID":13227,"groupId":66,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":186.19000244140625,"PosY":-4.903738021850586,"PosZ":152.35000610351565,"Name":"NPC4","RotY":316.40130615234375,"NPCID":13131,"groupId":66,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":185.46600341796875,"PosY":-4.903738021850586,"PosZ":151.52099609375,"Name":"NPC5","RotY":316.40130615234375,"NPCID":13237,"groupId":66,"IsDelete":false,"IsClientOnly":false},{"ID":400006,"PosX":175.1739959716797,"PosY":-4.903738021850586,"PosZ":154.1999969482422,"Name":"NPC6","RotY":90.42388153076172,"NPCID":13239,"groupId":66,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":182.2400054931641,"PosY":-4.9036970138549805,"PosZ":145.8699951171875,"RotY":289.30999755859375,"groupId":0}}},"67":{"props":[],"npcs":[{"ID":400001,"PosX":-106.20999908447266,"PosY":-13.79835033416748,"PosZ":109.90000152587892,"Name":"NPC1","RotY":209.05209350585935,"NPCID":13107,"groupId":67,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-106.2490005493164,"PosY":-12.729000091552734,"PosZ":107.21900177001952,"RotY":349.8999938964844,"groupId":0},"2":{"ID":2,"PosX":-106.93000030517578,"PosY":-13.798319816589355,"PosZ":108.80999755859376,"RotY":24.54846954345703,"groupId":0}}},"116":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.4439339935779571,"PosY":-18.578819274902344,"PosZ":211.79530334472656,"RotY":334.2742919921875,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.4390009939670562,"PosY":-22.195249557495117,"PosZ":211.79490661621097,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"118":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":57.477779388427734,"PosY":-8.944999694824219,"PosZ":150.05999755859375,"RotY":165.34860229492188,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":118,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":57.477779388427734,"PosY":-12.47819995880127,"PosZ":153.1529998779297,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":118,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"121":{"props":[],"npcs":[{"ID":400001,"PosX":82.19000244140625,"PosY":-10.661270141601564,"PosZ":130.6300048828125,"Name":"NPC1","RotY":6.213006973266602,"NPCID":13208,"groupId":121,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"149":{"props":[],"npcs":[{"ID":400001,"PosX":-120.81099700927734,"PosY":-14.73451042175293,"PosZ":201.3249969482422,"Name":"NPC1","RotY":350.7380065917969,"NPCID":13105,"groupId":149,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"150":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":151.2259979248047,"PosY":-3.4830000400543213,"PosZ":127.45600128173828,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":150.77999877929688,"PosY":-5.010000228881836,"PosZ":127.83000183105467,"Name":"NPC1","RotY":87.63200378417967,"NPCID":100,"groupId":150,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":149.91510009765625,"PosY":-6.650765895843506,"PosZ":128.80630493164065,"RotY":132.0,"groupId":0}}},"151":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":126.83100128173828,"PosY":-4.119999885559082,"PosZ":195.3800048828125,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":151,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":125.81600189208984,"PosY":-4.418495178222656,"PosZ":195.40199279785156,"Name":"NPC1","RotY":104.20249938964844,"NPCID":13116,"groupId":151,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"152":{"props":[],"npcs":[{"ID":400001,"PosX":143.6929931640625,"PosY":-4.456215858459473,"PosZ":101.99199676513672,"Name":"NPC1","RotY":279.8930969238281,"NPCID":13215,"groupId":152,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"153":{"props":[],"npcs":[{"ID":400001,"PosX":132.35000610351565,"PosY":-6.68786096572876,"PosZ":171.27000427246094,"Name":"NPC1","RotY":186.0885009765625,"NPCID":13119,"groupId":153,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"155":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.0800018310547,"PosY":-14.753999710083008,"PosZ":182.7050018310547,"RotY":28.54676055908203,"PropID":103021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":155,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.77200317382812,"PosY":-14.75100040435791,"PosZ":181.07969665527344,"RotY":126.0019989013672,"PropID":103021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":155,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-105.93000030517578,"PosY":-12.880000114440918,"PosZ":159.89999389648438,"RotY":117.3427963256836,"groupId":0}}},"156":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":127.5469970703125,"PosY":-30.4822998046875,"PosZ":158.0659942626953,"RotY":160.36720275878906,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSaveManagar_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":150.0760955810547,"PosY":-37.0378303527832,"PosZ":192.4264984130859,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":139.04690551757812,"PosY":-37.037818908691406,"PosZ":187.04820251464844,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":146.57290649414065,"PosY":-37.037818908691406,"PosZ":167.76620483398438,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":127.5189971923828,"PosY":-30.46788024902344,"PosZ":157.97410583496094,"RotY":155.89999389648438,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":138.16900634765625,"PosY":-37.027809143066406,"PosZ":187.20889282226565,"RotY":89.9999771118164,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":127.25,"PosY":-30.4822998046875,"PosZ":158.89999389648438,"RotY":160.36720275878906,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10062,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","Hidden"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":146.53599548339844,"PosY":-37.037818908691406,"PosZ":166.94400024414065,"RotY":-3.0000001061125654e-6,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-106.91000366210938,"PosY":-59.82598876953125,"PosZ":46.5,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.43009948730467,"PosY":-59.82598876953125,"PosZ":57.69815826416016,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.3904037475586,"PosY":-17.82699966430664,"PosZ":61.653751373291016,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-100.51000213623048,"PosY":-17.82200050354004,"PosZ":61.75,"RotY":270.3670959472656,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10062,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","Hidden"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.5500030517578,"PosY":-59.82600021362305,"PosZ":59.595001220703125,"RotY":180.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":154.28919982910156,"PosY":-33.891319274902344,"PosZ":188.6540069580078,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfTreasureBoxHint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.68858337402344,"PosY":-56.61515045166016,"PosZ":51.32408905029297,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfTreasureBoxHint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":160.36720275878906,"PosX":125.1510009765625,"PosY":-30.4822998046875,"PosZ":168.17999267578125,"NPCMonsterID":7010011,"EventID":10301299,"groupId":156,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"157":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.66600036621094,"PosY":-15.06999969482422,"PosZ":54.73099899291992,"RotY":90.0,"PropID":103022,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":38.24700164794922,"PosY":-16.902999877929688,"PosZ":92.38600158691406,"RotY":224.3072967529297,"PropID":103022,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":39.863861083984375,"PosY":-16.879709243774414,"PosZ":163.2998046875,"RotY":270.0008850097656,"PropID":103022,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.994998931884766,"PosY":-16.879709243774414,"PosZ":156.33999633789065,"RotY":135.79159545898438,"PropID":103022,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":71.10800170898438,"PosY":-10.675999641418455,"PosZ":164.12899780273438,"RotY":184.27310180664065,"PropID":103022,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":141.25100708007812,"PosY":-4.4710001945495605,"PosZ":82.5,"RotY":239.55760192871097,"PropID":103022,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ATM_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":124.5469970703125,"PosY":-4.427999973297119,"PosZ":213.07000732421875,"RotY":42.30289077758789,"PropID":103022,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":94.03272247314453,"PosY":-28.386999130249023,"PosZ":137.614501953125,"RotY":327.73431396484375,"PropID":103022,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.104270935058594,"PosY":-22.86587905883789,"PosZ":138.41610717773438,"RotY":92.7679214477539,"PropID":103022,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-77.57953643798828,"PosY":-16.879709243774414,"PosZ":88.6904067993164,"RotY":180.00100708007812,"PropID":103022,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-87.83399963378906,"PosY":-13.76200008392334,"PosZ":218.1479949951172,"RotY":-0.00003899999865097925,"PropID":103022,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-176.02000427246094,"PosY":-11.770999908447266,"PosZ":157.67999267578125,"RotY":46.168209075927734,"PropID":103022,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"158":{"props":[],"npcs":[{"ID":400001,"PosX":125.85199737548828,"PosY":-4.418932914733887,"PosZ":195.38299560546875,"Name":"NPC1","RotY":90.94921112060547,"NPCID":13116,"groupId":158,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"163":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":120.9499969482422,"PosY":-30.381000518798828,"PosZ":154.03199768066406,"RotY":90.0,"PropID":103053,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":163,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":125.76000213623048,"PosY":-37.02680969238281,"PosZ":182.61199951171875,"RotY":90.0,"PropID":103051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":163,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":154.5970001220703,"PosY":-37.0378303527832,"PosZ":182.39199829101565,"RotY":270.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":163,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":155.27499389648438,"PosY":-37.037818908691406,"PosZ":173.5500030517578,"RotY":270.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":163,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":150.53309631347656,"PosY":-37.03779983520508,"PosZ":179.0843048095703,"RotY":90.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":163,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":149.75399780273438,"PosY":-33.880001068115234,"PosZ":181.8260040283203,"RotY":0.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":163,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap03_WolfBro_TeleportGate.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":163,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":154.5800018310547,"PosY":-37.0378303527832,"PosZ":181.91000366210935,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerG_01.json.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":163,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":120.29000091552734,"PosY":-30.383380889892575,"PosZ":147.5948028564453,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerTalk_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":163,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":155.1501007080078,"PosY":-33.86351013183594,"PosZ":180.61279296875,"RotY":180.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":163,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":155.1501007080078,"PosY":-33.86351013183594,"PosZ":176.40199279785156,"RotY":180.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":163,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":127.18000030517578,"PosY":-30.4822998046875,"PosZ":157.88999938964844,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":139.2480010986328,"PosY":-37.037818908691406,"PosZ":187.22300720214844,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":127.052001953125,"PosY":-37.037818908691406,"PosZ":182.62730407714844,"RotY":20.0,"groupId":0},"4":{"ID":4,"PosX":122.26599884033205,"PosY":-30.482290267944336,"PosZ":154.0959930419922,"RotY":90.0000228881836,"groupId":0},"5":{"ID":5,"PosX":146.64950561523438,"PosY":-37.037818908691406,"PosZ":168.13499450683594,"RotY":180.0,"groupId":0},"6":{"ID":6,"PosX":153.6199951171875,"PosY":-37.0378303527832,"PosZ":182.4470062255859,"RotY":270.0,"groupId":0},"7":{"ID":7,"PosX":154.46800231933594,"PosY":-37.037818908691406,"PosZ":174.08900451660156,"RotY":300.0,"groupId":0},"8":{"ID":8,"PosX":150.2480010986328,"PosY":-37.037818908691406,"PosZ":179.18299865722656,"RotY":90.0,"groupId":0},"9":{"ID":9,"PosX":149.68699645996094,"PosY":-33.892860412597656,"PosZ":182.78599548339844,"RotY":0.0,"groupId":0},"10":{"ID":10,"PosX":128.968994140625,"PosY":-28.78499984741211,"PosZ":154.0919952392578,"RotY":340.3671875,"groupId":0},"11":{"ID":11,"PosX":142.08099365234375,"PosY":-35.268001556396484,"PosZ":187.0099945068359,"RotY":270.0,"groupId":0},"12":{"ID":12,"PosX":146.74000549316406,"PosY":-35.505001068115234,"PosZ":170.82200622558594,"RotY":180.0,"groupId":0}}},"164":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.88899993896484,"PosY":-17.82200050354004,"PosZ":57.154998779296875,"RotY":270.0,"PropID":103053,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"Open","propStateList":["Closed","Open"],"groupId":164,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.24099731445312,"PosY":-59.82600021362305,"PosZ":60.01800155639648,"RotY":180.0,"PropID":103051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"Open","propStateList":["Closed","Open"],"groupId":164,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.80599975585938,"PosY":-59.82598876953125,"PosZ":43.729000091552734,"RotY":45.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Hint.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":164,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.5189971923828,"PosY":-56.53948974609375,"PosZ":42.83700180053711,"RotY":90.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Hint.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":164,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap03_WolfBro_TeleportGate.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":164,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-108.57050323486328,"PosY":-59.5340690612793,"PosZ":57.104000091552734,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerTalk_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":164,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.51699829101564,"PosY":-59.58198928833008,"PosZ":48.14022064208984,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerTalk_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":164,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.46449279785156,"PosY":-59.66640853881836,"PosZ":45.186870574951165,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerTalk_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":164,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-111.0259017944336,"PosY":-17.5814208984375,"PosZ":61.88859176635742,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerTalk_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":164,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-101.56900024414064,"PosY":-17.82200050354004,"PosZ":61.47200012207031,"RotY":89.9999771118164,"groupId":0},"2":{"ID":2,"PosX":-107.26000213623048,"PosY":-59.82600021362305,"PosZ":58.709999084472656,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-101.94300079345705,"PosY":-59.82600021362305,"PosZ":58.29600143432618,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":-101.5500030517578,"PosY":-17.82200050354004,"PosZ":56.50299835205078,"RotY":270.0003967285156,"groupId":0},"5":{"ID":5,"PosX":-112.58799743652344,"PosY":-56.53948974609375,"PosZ":42.9630012512207,"RotY":85.0,"groupId":0},"6":{"ID":6,"PosX":-116.64600372314452,"PosY":-59.82600021362305,"PosZ":44.92100143432618,"RotY":9.999999747378752e-6,"groupId":0},"7":{"ID":7,"PosX":154.46800231933594,"PosY":-37.037818908691406,"PosZ":174.08900451660156,"RotY":300.0,"groupId":0},"8":{"ID":8,"PosX":150.2480010986328,"PosY":-37.037818908691406,"PosZ":179.18299865722656,"RotY":90.0,"groupId":0},"9":{"ID":9,"PosX":149.68699645996094,"PosY":-33.892860412597656,"PosZ":182.78599548339844,"RotY":0.0,"groupId":0},"10":{"ID":10,"PosX":-105.18000030517578,"PosY":-16.18000030517578,"PosZ":61.91999816894531,"RotY":90.36710357666016,"groupId":0},"11":{"ID":11,"PosX":-107.70700073242188,"PosY":-58.2400016784668,"PosZ":55.2400016784668,"RotY":0.0,"groupId":0}}},"173":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":154.91299438476565,"PosY":-36.619998931884766,"PosZ":192.36700439453125,"RotY":311.94061279296875,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":146.3699951171875,"PosY":-37.03779983520508,"PosZ":185.47000122070312,"RotY":22.615659713745117,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":153.95399475097656,"PosY":-37.03779983520508,"PosZ":192.5850067138672,"RotY":126.15419769287108,"groupId":0},"2":{"ID":2,"PosX":152.45199584960938,"PosY":-36.142230987548835,"PosZ":192.33380126953125,"RotY":90.0,"groupId":0}}},"186":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":42.76279830932618,"PosY":-24.78580093383789,"PosZ":142.0124969482422,"RotY":18.51059913635254,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":186,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":42.95899963378906,"PosY":-25.995569229125977,"PosZ":146.58999633789065,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":186,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"188":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":35.84035873413086,"PosY":0.8696630001068115,"PosZ":96.66520690917967,"RotY":24.647109985351562,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":39.939998626708984,"PosY":-1.1984800100326538,"PosZ":102.66000366210938,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"189":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.53600311279295,"PosY":-13.82705020904541,"PosZ":179.86900329589844,"RotY":90.00003814697266,"PropID":103019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":189,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IceCream_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.732999801635742,"PosY":-22.265880584716797,"PosZ":125.5,"RotY":0.0,"PropID":103019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":189,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IceCream_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":46.8390007019043,"PosY":-0.1984650045633316,"PosZ":114.11100006103516,"RotY":0.0,"PropID":103019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":189,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IceCream_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":85.13400268554688,"PosY":-27.33510971069336,"PosZ":155.44500732421875,"RotY":0.0,"PropID":103019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":189,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IceCream_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":103.92179870605467,"PosY":-7.671000003814697,"PosZ":147.25059509277344,"RotY":0.0,"PropID":103019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":189,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IceCream_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":133.08700561523438,"PosY":-3.4562408924102783,"PosZ":84.79499816894531,"RotY":0.0,"PropID":103019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":189,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IceCream_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.0,"PosY":-15.880990028381348,"PosZ":217.8179931640625,"RotY":0.0,"PropID":103019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":189,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IceCream_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.94300079345703,"PosY":-15.880979537963867,"PosZ":124.09999847412108,"RotY":0.0,"PropID":103019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":189,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IceCream_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"190":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":79.43499755859375,"PosY":-25.088790893554688,"PosZ":121.18599700927734,"RotY":242.60679626464844,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":79.43499755859375,"PosY":-25.919179916381836,"PosZ":122.80799865722656,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"193":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":136.31100463867188,"PosY":-29.11199951171875,"PosZ":146.16900634765625,"RotY":90.0,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":193,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":137.53900146484375,"PosY":-30.482330322265625,"PosZ":145.80999755859375,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":193,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"194":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.479000091552734,"PosY":-24.12700080871582,"PosZ":151.59100341796875,"RotY":60.0,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":194,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.47700023651123,"PosY":-24.871000289916992,"PosZ":153.8560028076172,"RotY":60.0,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":194,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.473999977111816,"PosY":-25.020000457763672,"PosZ":156.45399475097656,"RotY":60.0,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":194,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.791000366210938,"PosY":-25.018280029296875,"PosZ":151.45199584960938,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":194,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"198":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.66910934448242,"PosY":-14.599390029907228,"PosZ":171.38400268554688,"RotY":227.09109497070312,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":198,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.60129165649414,"PosY":-16.880970001220703,"PosZ":171.22219848632812,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":198,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"199":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-105.36679840087892,"PosY":-56.545700073242195,"PosZ":43.69839859008789,"RotY":75.2059097290039,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":199,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-106.13099670410156,"PosY":-56.48752975463867,"PosZ":43.14300155639648,"RotY":22.615659713745117,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":199,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-106.55999755859376,"PosY":-56.48752975463867,"PosZ":43.79800033569336,"RotY":101.67240142822266,"groupId":0},"2":{"ID":2,"PosX":-107.65000152587892,"PosY":-55.89023971557618,"PosZ":42.45000076293945,"RotY":46.92618179321289,"groupId":0}}},"200":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":24.947269439697266,"PosY":-16.000900268554688,"PosZ":191.4980010986328,"RotY":270.0,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":26.90800094604492,"PosY":-16.93194007873535,"PosZ":191.8280029296875,"RotY":22.615659713745117,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"202":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.12899780273438,"PosY":-16.108999252319336,"PosZ":82.12799835205078,"RotY":180.0,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":202,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.7699966430664,"PosY":-16.880970001220703,"PosZ":81.50700378417967,"RotY":178.06289672851565,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":202,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"207":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.08999633789065,"PosY":-14.741999626159668,"PosZ":161.52000427246094,"RotY":0.0,"PropID":103072,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":207,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.0,"PosY":-14.715250015258787,"PosZ":155.70799255371094,"RotY":0.0,"PropID":103086,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","CustomState01","CustomState02","CustomState03"],"groupId":207,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Gashapon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-137.11000061035156,"PosY":-15.126910209655762,"PosZ":178.85000610351565,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F10301001/LG_Prop_F10301001_G207_300005.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":207,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-129.13999938964844,"PosY":-15.126910209655762,"PosZ":155.41000366210938,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":207,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-129.11599731445312,"PosY":-14.227999687194824,"PosZ":165.093994140625,"RotY":204.1999969482422,"groupId":0},"3":{"ID":3,"PosX":-136.39999389648438,"PosY":-10.619999885559082,"PosZ":158.82000732421875,"RotY":123.44000244140624,"groupId":0}}},"210":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-100.41999816894533,"PosY":-16.880970001220703,"PosZ":65.79000091552734,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F10301001/LG_Prop_F10301001_G210_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":210,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-100.41999816894533,"PosY":-16.880970001220703,"PosZ":65.79000091552734,"NPCMonsterID":3002050,"EventID":10301231,"groupId":210,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-100.41999816894533,"PosY":-15.687999725341797,"PosZ":65.79000091552734,"RotY":0.0,"groupId":0}}},"215":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.44099998474121,"PosY":-16.881019592285156,"PosZ":265.10699462890625,"RotY":240.00010681152344,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":215,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"216":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.34300231933594,"PosY":-13.81171989440918,"PosZ":202.5850067138672,"RotY":104.99970245361328,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":216,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"217":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":43.560001373291016,"PosY":-1.1984659433364868,"PosZ":126.04000091552734,"RotY":180.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":217,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"218":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":52.12900161743164,"PosY":-14.78456974029541,"PosZ":210.2120056152344,"RotY":0.00016399999731220305,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":218,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"221":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-134.01119995117188,"PosY":-14.726160049438477,"PosZ":173.9320068359375,"RotY":128.04449462890625,"PropID":103106,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":221,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.8679962158203,"PosY":-14.74899959564209,"PosZ":180.6909942626953,"RotY":245.5193023681641,"PropID":103106,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":221,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"222":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":55.88600158691406,"PosY":-14.855999946594238,"PosZ":60.18000030517578,"RotY":270.0,"PropID":103020,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TeleBooth_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":222,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.874000549316406,"PosY":-14.967000007629396,"PosZ":60.429000854492195,"RotY":45.0,"PropID":103020,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TeleBooth_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":222,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":39.21208953857422,"PosY":-16.288999557495117,"PosZ":208.31280517578125,"RotY":269.9999084472656,"PropID":103020,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TeleBooth_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":222,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.97899627685547,"PosY":-13.425999641418455,"PosZ":140.6959991455078,"RotY":316.0730895996094,"PropID":103020,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TeleBooth_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":222,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":148.1060028076172,"PosY":-4.150000095367432,"PosZ":210.6320037841797,"RotY":4.999999873689376e-6,"PropID":103020,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TeleBooth_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":222,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":143.3365020751953,"PosY":-4.170000076293945,"PosZ":92.90724182128906,"RotY":4.999999873689376e-6,"PropID":103020,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TeleBooth_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":222,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":20.086999893188477,"PosY":-25.475000381469727,"PosZ":169.0590057373047,"RotY":269.9999084472656,"PropID":103020,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TeleBooth_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":222,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"223":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-98.61000061035156,"PosY":-59.82600021362305,"PosZ":50.994998931884766,"RotY":270.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-105.48300170898438,"PosY":-56.233001708984375,"PosZ":44.994998931884766,"RotY":279.4287109375,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.89099884033205,"PosY":-57.805999755859375,"PosZ":57.448001861572266,"RotY":352.8753967285156,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.89099884033205,"PosY":-57.805999755859375,"PosZ":57.448001861572266,"RotY":352.8753967285156,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-98.61000061035156,"PosY":-59.82600021362305,"PosZ":50.994998931884766,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.87999725341797,"PosY":-58.78025817871094,"PosZ":51.0099983215332,"RotY":270.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-101.8239974975586,"PosY":-58.108001708984375,"PosZ":50.987998962402344,"RotY":90.0000228881836,"groupId":0},"2":{"ID":2,"PosX":-101.8239974975586,"PosY":-58.108001708984375,"PosZ":50.987998962402344,"RotY":90.0000228881836,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-101.8239974975586,"PosY":-58.108001708984375,"PosZ":50.987998962402344,"RotY":90.0000228881836,"groupId":0}}},"244":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.03999999910593033,"PosY":-22.21285057067871,"PosZ":211.82000732421875,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":244,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.023000000044703484,"PosY":-22.21285057067871,"PosZ":208.16099548339844,"RotY":0.0,"groupId":0}}},"274":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.12999999523162842,"PosY":-25.079999923706055,"PosZ":157.64999389648438,"RotY":356.42559814453125,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":274,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"287":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0013530000578612087,"PosY":-22.035499572753903,"PosZ":211.8805999755859,"RotY":180.00030517578125,"PropID":103108,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03"],"groupId":287,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.0013530000578612087,"PosY":-22.035499572753903,"PosZ":211.8805999755859,"RotY":180.00030517578125,"groupId":0}}},"290":{"props":[],"npcs":[{"ID":400001,"PosX":81.25,"PosY":-10.661290168762209,"PosZ":130.7100067138672,"Name":"NPC1","RotY":7.274407863616944,"NPCID":13117,"groupId":290,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"298":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":47.84099960327149,"PosY":-0.29899999499320984,"PosZ":91.08799743652344,"RotY":0.0,"PropID":132,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2031300,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":298,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"299":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":209.32000732421875,"PosY":-4.903744220733643,"PosZ":147.05999755859375,"RotY":269.9999084472656,"PropID":140,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":299,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SoftBlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"352":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":126.83100128173828,"PosY":-4.119999885559082,"PosZ":195.3800048828125,"RotY":180.0,"PropID":110,"AnchorID":1,"AnchorGroupID":352,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":352,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":125.81600189208984,"PosY":-4.418495178222656,"PosZ":195.40199279785156,"Name":"NPC1","RotY":104.20249938964844,"NPCID":13116,"groupId":352,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":126.83100128173828,"PosY":-4.119999885559082,"PosZ":195.3800048828125,"RotY":269.5509033203125,"groupId":0}}},"356":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.88999938964844,"PosY":-14.050000190734863,"PosZ":200.47999572753903,"RotY":82.16010284423828,"PropID":103097,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2385,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":356,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TV_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":-159.85299682617188,"PosY":-14.726039886474608,"PosZ":199.39199829101565,"Name":"NPC1","RotY":292.1600036621094,"NPCID":13235,"groupId":356,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-161.34800720214844,"PosY":-14.726039886474608,"PosZ":200.45899963378903,"RotY":270.0,"groupId":0}}},"357":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":107.77999877929688,"PosY":-24.13800048828125,"PosZ":112.5500030517578,"RotY":337.798095703125,"PropID":103097,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2387,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":357,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TV_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":107.12000274658205,"PosY":-24.827320098876953,"PosZ":115.30999755859376,"Name":"NPC1","RotY":165.5294952392578,"NPCID":13136,"groupId":357,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":107.6269989013672,"PosY":-24.827320098876953,"PosZ":113.5260009765625,"RotY":158.747802734375,"groupId":0}}},"374":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":140.4499969482422,"PosY":-4.456242084503174,"PosZ":81.98600006103516,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":374,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":141.27499389648438,"PosY":-2.4489998817443848,"PosZ":82.552001953125,"RotY":0.0,"groupId":0}}},"386":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":54.97100067138672,"PosY":-14.784589767456056,"PosZ":229.76300048828125,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F10301001/LG_Prop_F10301001_G386_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":386,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":54.97100067138672,"PosY":-14.784589767456056,"PosZ":229.76300048828125,"NPCMonsterID":3002050,"EventID":10301232,"groupId":386,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":54.97100067138672,"PosY":-13.520000457763672,"PosZ":229.76300048828125,"RotY":0.0,"groupId":0}}},"400":{"props":[],"npcs":[{"ID":400001,"PosX":79.11000061035156,"PosY":-10.661290168762209,"PosZ":130.67999267578125,"Name":"NPC1","RotY":7.274407863616944,"NPCID":13208,"groupId":400,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"401":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":190.28750610351565,"PosY":-3.9059998989105225,"PosZ":146.9541015625,"RotY":21.44732093811035,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":401,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":40.68730926513672,"PosY":-16.465999603271484,"PosZ":147.00180053710938,"RotY":355.7257080078125,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":401,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":125.36609649658205,"PosY":-3.8299999237060542,"PosZ":104.2322006225586,"RotY":173.83949279785156,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":401,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":140.7996063232422,"PosY":-3.849999904632568,"PosZ":189.41639709472656,"RotY":354.3194885253906,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":401,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"417":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":127.41300201416016,"PosY":-4.4516520500183105,"PosZ":61.28900146484375,"RotY":90.17083740234376,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":417,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":129.6300048828125,"PosY":-4.4516520500183105,"PosZ":60.849998474121094,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":417,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":129.6300048828125,"PosY":-4.4516520500183105,"PosZ":60.849998474121094,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":417,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":129.6300048828125,"PosY":-4.4516520500183105,"PosZ":60.849998474121094,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":417,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":129.6300048828125,"PosY":-4.4516520500183105,"PosZ":60.849998474121094,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController_NPC.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":417,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":125.83699798583984,"PosY":-4.451220989227295,"PosZ":61.244998931884766,"Name":"NPC1","RotY":83.5093994140625,"NPCID":13201,"groupId":417,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":130.6269989013672,"PosY":-2.733652114868164,"PosZ":61.28641891479492,"RotY":270.1708068847656,"groupId":0},"2":{"ID":2,"PosX":130.6269989013672,"PosY":-2.733652114868164,"PosZ":61.28641891479492,"RotY":270.1708068847656,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":130.6269989013672,"PosY":-2.733652114868164,"PosZ":61.28641891479492,"RotY":270.1708068847656,"groupId":0}}},"463":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.760000228881836,"PosY":-21.69499969482422,"PosZ":222.781005859375,"RotY":9.999999747378752e-6,"PropID":103083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":463,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_StarCard_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":129.12100219726565,"PosY":-3.955199956893921,"PosZ":51.391998291015625,"RotY":179.43780517578125,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":463,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":98.88999938964844,"PosY":-7.848838806152344,"PosZ":226.9759979248047,"RotY":149.6656036376953,"PropID":103083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":463,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_StarCard_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.41089630126952,"PosY":-13.84755039215088,"PosZ":196.06390380859375,"RotY":112.6886978149414,"PropID":103083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":463,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_StarCard_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.725000381469728,"PosY":-16.327999114990234,"PosZ":238.6929931640625,"RotY":113.00839996337892,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":463,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.8239974975586,"PosY":-14.321999549865724,"PosZ":208.8070068359375,"RotY":221.235107421875,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":463,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":43.84299850463867,"PosY":-0.43299999833106995,"PosZ":96.47039794921876,"RotY":0.0,"PropID":103037,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":463,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.980209350585938,"PosY":-16.378999710083008,"PosZ":148.43080139160156,"RotY":348.47918701171875,"PropID":103035,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":463,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.13199996948242,"PosY":-15.873000144958496,"PosZ":114.37799835205078,"RotY":14.04213047027588,"PropID":103037,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":463,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-158.8592987060547,"PosY":-11.07699966430664,"PosZ":174.11599731445312,"RotY":179.43780517578125,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":463,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":59.415000915527344,"PosY":-12.901000022888184,"PosZ":231.97799682617188,"RotY":82.61607360839844,"PropID":103035,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":463,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":3.478600025177002,"PosY":-16.336000442504883,"PosZ":86.86499786376953,"RotY":69.7132797241211,"PropID":103037,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":463,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_03_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":84.61499786376953,"PosY":-10.159999847412108,"PosZ":142.35800170898438,"RotY":143.4904022216797,"PropID":103037,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":463,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_03_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.84559631347656,"PosY":-12.875,"PosZ":246.0012969970703,"RotY":59.18122100830078,"PropID":103037,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":463,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_03_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":-13.376999855041504,"PosZ":35.40999984741211,"RotY":83.43340301513672,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":463,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"464":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.04400634765625,"PosY":-14.071999549865724,"PosZ":164.00999450683594,"RotY":124.29139709472656,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":464,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.27200317382812,"PosY":-14.119999885559082,"PosZ":207.8179931640625,"RotY":170.3197021484375,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":464,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.10407257080078,"PosY":-13.16100025177002,"PosZ":141.96060180664065,"RotY":57.36595916748047,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":464,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"465":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.07400512695312,"PosY":-13.086000442504885,"PosZ":215.08399963378903,"RotY":207.22869873046875,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":465,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"472":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":209.32000732421875,"PosY":-4.903744220733643,"PosZ":147.05999755859375,"RotY":269.9999084472656,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2032100,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":472,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"477":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":153.3260040283203,"PosY":-6.686629772186279,"PosZ":157.14999389648438,"RotY":270.0,"PropID":103194,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":477,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Arcade_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":151.81300354003906,"PosY":-6.6866278648376465,"PosZ":157.177001953125,"RotY":90.0,"groupId":0}}},"479":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":41.06404876708984,"PosY":-15.866000175476074,"PosZ":123.12580108642578,"RotY":315.57720947265625,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":479,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"481":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":181.12139892578125,"PosY":-4.433000087738037,"PosZ":153.3679962158203,"RotY":303.4220886230469,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":481,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"482":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.23100000619888303,"PosY":-15.774530410766602,"PosZ":252.2247009277344,"RotY":92.10002899169922,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":482,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"495":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.2300033569336,"PosY":-13.721369743347168,"PosZ":246.44000244140625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":495,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-82.20999908447266,"PosY":-13.803999900817873,"PosZ":239.47000122070312,"Name":"NPC1","RotY":60.0,"NPCID":2308,"groupId":495,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-35.650001525878906,"PosY":-16.88096046447754,"PosZ":244.47219848632812,"Name":"NPC2","RotY":240.0,"NPCID":1314,"groupId":495,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"498":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.25999999046325684,"PosY":-16.86193084716797,"PosZ":241.53309631347656,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":498,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-37.560001373291016,"PosY":-16.88096046447754,"PosZ":241.52980041503903,"Name":"NPC1","RotY":0.0,"NPCID":2308,"groupId":498,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-1.3300000429153442,"PosY":-22.212820053100582,"PosZ":216.5,"Name":"NPC2","RotY":150.0,"NPCID":1307,"groupId":498,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"499":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.89762115478515,"PosY":-16.88096046447754,"PosZ":154.2100067138672,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":499,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":4.400000095367432,"PosY":-22.212820053100582,"PosZ":218.8300018310547,"Name":"NPC1","RotY":165.0,"NPCID":2308,"groupId":499,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-44.5,"PosY":-16.880950927734375,"PosZ":142.05999755859375,"Name":"NPC2","RotY":300.0,"NPCID":3112,"groupId":499,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-45.91999816894531,"PosY":-16.880950927734375,"PosZ":142.8800048828125,"Name":"NPC3","RotY":120.0,"NPCID":13225,"groupId":499,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"505":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.979000091552734,"PosY":-21.709999084472656,"PosZ":214.27200317382812,"RotY":131.00169372558594,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":505,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-105.15499877929688,"PosY":-14.059840202331545,"PosZ":183.13900756835935,"RotY":179.43780517578125,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":505,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.77400016784668,"PosY":-21.70800018310547,"PosZ":214.55599975585935,"RotY":31.036659240722656,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":505,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.40039825439453,"PosY":-12.88949966430664,"PosZ":241.13839721679688,"RotY":72.38477325439453,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":505,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-163.77699279785156,"PosY":-11.08765983581543,"PosZ":180.822998046875,"RotY":51.462669372558594,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":505,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":123.33200073242188,"PosY":-3.4760000705718994,"PosZ":114.39800262451172,"RotY":215.55859375,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":505,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":108.43199920654295,"PosY":-24.31399917602539,"PosZ":116.89800262451172,"RotY":51.462669372558594,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":505,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"519":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":174.63499450683594,"PosY":-4.223999977111816,"PosZ":138.58399963378906,"RotY":348.5693054199219,"PropID":103252,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_05.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":519,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":174.71800231933594,"PosY":-4.223999977111816,"PosZ":140.06199645996094,"RotY":319.7327880859375,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":519,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P10304_F10304001":{"teleports":{"2103":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.5700000524520874,"PosY":-152.07679748535156,"PosZ":-643.7689819335938,"RotY":14.467140197753906,"PropID":103249,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2103,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":152,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Doll_02_Entity.json"},"10055":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-85.73216247558594,"PosY":14.499970436096191,"PosZ":-568.8521728515625,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10060":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.9800033569336,"PosY":16.331649780273438,"PosZ":-501.1400146484375,"RotY":45.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"},"1030401":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":2.8380000591278076,"PosY":-152.9730987548828,"PosZ":-625.1599731445312,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":7,"MappingInfoID":1030401,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"1030402":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":6.0,"PosY":16.899959564208984,"PosZ":-499.489990234375,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":7,"MappingInfoID":1030402,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"1030403":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":83.77999877929688,"PosY":14.612279891967772,"PosZ":-482.135009765625,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":7,"MappingInfoID":1030403,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"1030404":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.798999786376953,"PosY":14.499979972839355,"PosZ":-539.4500122070312,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":7,"MappingInfoID":1030404,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"1030405":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.555627822875977,"PosY":39.68703079223633,"PosZ":-316.0443115234375,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":85,"MappingInfoID":1030405,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2031200":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.11299999803304672,"PosY":44.18299865722656,"PosZ":-291.6889953613281,"RotY":0.0,"PropID":132,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2031200,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":137,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":2.8380000591278076,"PosY":-152.9730987548828,"PosZ":-625.1599731445312,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":7,"MappingInfoID":1030401,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":6.0,"PosY":16.899959564208984,"PosZ":-499.489990234375,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":7,"MappingInfoID":1030402,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":83.77999877929688,"PosY":14.612279891967772,"PosZ":-482.135009765625,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":7,"MappingInfoID":1030403,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.798999786376953,"PosY":14.499979972839355,"PosZ":-539.4500122070312,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":7,"MappingInfoID":1030404,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.7799999713897705,"PosY":-153.00770568847656,"PosZ":-621.4500122070312,"RotY":-0.0002730000123847276,"groupId":0},"2":{"ID":2,"PosX":-0.06400000303983688,"PosY":16.899959564208984,"PosZ":-502.2969970703125,"RotY":-0.000052999999752501026,"groupId":0},"3":{"ID":3,"PosX":79.48999786376953,"PosY":14.573940277099608,"PosZ":-485.3599853515625,"RotY":270.0,"groupId":0},"4":{"ID":4,"PosX":-27.163999557495117,"PosY":14.399889945983888,"PosZ":-544.7470092773438,"RotY":270.0,"groupId":0}}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":9.875,"PosY":-157.63819885253906,"PosZ":-565.1079711914062,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":7.480000019073486,"PosY":-159.5081024169922,"PosZ":-521.35400390625,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.756270408630373,"PosY":-152.076904296875,"PosZ":-638.2559814453125,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":25.094999313354492,"PosY":-157.63819885253906,"PosZ":-552.3709716796875,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":77.69000244140625,"PosY":12.572299957275392,"PosZ":-474.3380126953125,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":94.802001953125,"PosY":14.643950462341309,"PosZ":-494.7200012207031,"RotY":0.8216480016708374,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":58.828651428222656,"PosY":33.08000946044922,"PosZ":-539.2197875976562,"RotY":270.1910095214844,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.1599999964237213,"PosY":20.49995994567871,"PosZ":-511.44000244140625,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.972320556640625,"PosY":14.477510452270508,"PosZ":-498.9110107421875,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.49728012084961,"PosY":13.50259017944336,"PosZ":-492.9259948730469,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.307837009429932,"PosY":17.20962905883789,"PosZ":-564.4343872070312,"RotY":45.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.75899887084961,"PosY":14.530579566955566,"PosZ":-591.1220092773438,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.9209976196289,"PosY":14.500020027160645,"PosZ":-537.0399780273438,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.28700065612793,"PosY":14.500009536743164,"PosZ":-528.0399780273438,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.33200073242188,"PosY":16.41016960144043,"PosZ":-481.7499084472656,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":-159.1199951171875,"PosZ":-508.5379943847656,"RotY":0.0,"PropID":103136,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Elevator_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":17.187999725341797,"PosZ":-508.5379943847656,"RotY":0.0,"PropID":103136,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Elevator_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.0,"PosY":-159.1199951171875,"PosZ":-508.5379943847656,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":0.0,"PosY":17.25,"PosZ":-508.5379943847656,"RotY":0.0,"groupId":0}}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.0,"PosY":-159.5,"PosZ":-500.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"40":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":43.189998626708984,"PosZ":-292.07598876953125,"RotY":0.0,"PropID":103210,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockMaker_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"41":{"props":[],"npcs":[{"ID":400001,"PosX":-45.6870002746582,"PosY":14.469420433044434,"PosZ":-584.5599975585938,"Name":"NPC1","RotY":275.20440673828125,"NPCID":13257,"groupId":41,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-47.08000183105469,"PosY":14.469420433044434,"PosZ":-585.0999755859375,"Name":"NPC2","RotY":67.91271209716797,"NPCID":13135,"groupId":41,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-46.959999084472656,"PosY":14.469420433044434,"PosZ":-583.8300170898438,"Name":"NPC3","RotY":119.2654037475586,"NPCID":13235,"groupId":41,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":29.399560928344727,"PosY":-148.82260131835938,"PosZ":-640.792724609375,"RotY":266.2049865722656,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":28.04211044311523,"PosY":-152.076904296875,"PosZ":-641.1124877929688,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"45":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.806099891662598,"PosY":-151.99099731445312,"PosZ":-608.3369140625,"RotY":311.24578857421875,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.096199989318848,"PosY":-152.2324981689453,"PosZ":-608.5291748046875,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.371999979019165,"PosY":-156.06199645996094,"PosZ":-572.260986328125,"RotY":180.0,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.4329259395599365,"PosY":-159.50160217285156,"PosZ":-572.0601196289062,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":23.9420108795166,"PosY":-155.37750244140625,"PosZ":-557.7647094726562,"RotY":2.0920839309692383,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":23.029590606689453,"PosY":-157.76220703125,"PosZ":-557.0036010742188,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.50021743774414,"PosY":-157.72459411621094,"PosZ":-498.8251037597656,"RotY":117.05010223388672,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.59006404876709,"PosY":-159.46200561523438,"PosZ":-500.480712890625,"RotY":261.2414855957031,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.7237479686737065,"PosY":20.045209884643555,"PosZ":-558.611083984375,"RotY":288.6332092285156,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.624766111373902,"PosY":17.20962905883789,"PosZ":-558.5288696289062,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"50":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":11.249030113220217,"PosY":21.27012062072754,"PosZ":-535.7672729492188,"RotY":222.5027008056641,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":11.097729682922363,"PosY":18.49995994567871,"PosZ":-536.5321044921875,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.4370002746582,"PosY":14.45199966430664,"PosZ":-546.3544921875,"RotY":92.01676177978516,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.78313827514648,"PosY":14.47548007965088,"PosZ":-546.2048950195312,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"52":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.3847427368164,"PosY":15.845800399780272,"PosZ":-544.3187866210938,"RotY":91.12357330322266,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.38984680175781,"PosY":14.500020027160645,"PosZ":-543.9987182617188,"RotY":261.2414855957031,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"53":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.42999267578125,"PosY":18.508399963378903,"PosZ":-497.3385925292969,"RotY":359.3240966796875,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.6709976196289,"PosY":16.33169937133789,"PosZ":-498.1380004882813,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"54":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.182799816131592,"PosY":43.66400146484375,"PosZ":-292.585693359375,"RotY":270.4501953125,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.04040002822876,"PosY":43.6697998046875,"PosZ":-290.47808837890625,"RotY":284.1755065917969,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.811375141143799,"PosY":43.676998138427734,"PosZ":-288.0242919921875,"RotY":309.5469055175781,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.549742221832275,"PosY":43.19356155395508,"PosZ":-290.2305908203125,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"55":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":14.609999656677246,"PosY":20.006000518798828,"PosZ":-460.1929931640625,"RotY":116.27680206298828,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":15.053019523620604,"PosY":18.946950912475582,"PosZ":-460.1488037109375,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":15.740300178527832,"PosY":14.466560363769531,"PosZ":-484.6924133300782,"RotY":216.514404296875,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":17.334909439086914,"PosY":14.393500328063965,"PosZ":-483.605712890625,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"57":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.638999938964844,"PosY":18.253000259399418,"PosZ":-505.0889892578125,"RotY":317.3121032714844,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.66197967529297,"PosY":17.49995994567871,"PosZ":-504.5780029296875,"RotY":77.24590301513672,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.006999969482422,"PosY":22.829999923706055,"PosZ":-507.7929992675782,"RotY":170.71249389648438,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.0229997634887695,"PosY":23.548999786376953,"PosZ":-507.8310852050782,"RotY":4.718078136444092,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.010519027709961,"PosY":24.704729080200195,"PosZ":-507.82418823242193,"RotY":0.0,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.0438079833984375,"PosY":20.49995994567871,"PosZ":-508.4334106445313,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-6.128077983856201,"PosY":23.36400032043457,"PosZ":-516.0989990234375,"RotY":359.931884765625,"groupId":0}}},"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":51.15599822998047,"PosY":17.931350708007812,"PosZ":-488.4916076660156,"RotY":270.0,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":50.67155075073242,"PosY":15.588890075683594,"PosZ":-487.85009765625,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"60":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":48.89786911010742,"PosY":35.42300033569336,"PosZ":-528.3109741210938,"RotY":0.0,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":51.38032150268555,"PosY":35.141998291015625,"PosZ":-528.333984375,"RotY":0.0,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":53.95458984375,"PosY":36.11088943481445,"PosZ":-528.3610229492188,"RotY":0.0,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":53.16501998901367,"PosY":33.079978942871094,"PosZ":-529.826171875,"RotY":0.0,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":53.16501998901367,"PosY":33.079978942871094,"PosZ":-529.826171875,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"61":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":67.62000274658203,"PosY":16.447999954223633,"PosZ":-514.468017578125,"RotY":23.512739181518555,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":68.09104919433594,"PosY":14.212030410766602,"PosZ":-515.1024169921875,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"62":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.7450079917907715,"PosY":18.92060089111328,"PosZ":-544.8532104492188,"RotY":22.768930435180664,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.474999904632568,"PosY":18.457199096679688,"PosZ":-544.6240234375,"RotY":328.1973876953125,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"63":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-85.9117431640625,"PosY":15.98960018157959,"PosZ":-569.5700073242188,"RotY":176.085205078125,"PropID":103024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-85.73216247558594,"PosY":14.499970436096191,"PosZ":-568.8521728515625,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"75":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":78.06199645996094,"PosY":13.138319969177246,"PosZ":-495.468994140625,"RotY":270.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"76":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":59.381980895996094,"PosY":33.08000183105469,"PosZ":-533.026123046875,"RotY":270.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"77":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.9800033569336,"PosY":16.331649780273438,"PosZ":-501.1400146484375,"RotY":45.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"78":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":60.49932861328125,"PosY":33.07999038696289,"PosZ":-516.2999877929688,"RotY":180.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"85":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.555627822875977,"PosY":39.68703079223633,"PosZ":-316.0443115234375,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":85,"MappingInfoID":1030405,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.003000000026077032,"PosY":39.365909576416016,"PosZ":-325.8169860839844,"RotY":0.0,"groupId":0}}},"94":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.920000076293945,"PosY":-151.21400451660156,"PosZ":-641.4450073242188,"RotY":0.0,"PropID":103104,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_DreamBubble_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.788000106811523,"PosY":-150.86000061035156,"PosZ":-641.7830200195312,"RotY":0.0,"PropID":103103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_DreamBubble_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.361000061035156,"PosY":-150.16700744628906,"PosZ":-641.3939819335938,"RotY":0.0,"PropID":103105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_DreamBubble_06_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.270999908447266,"PosY":-152.076904296875,"PosZ":-641.708984375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-22.56740951538086,"PosY":90.01200103759767,"PosZ":115.01000213623048,"RotY":0.0,"groupId":0}}},"95":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.80999755859376,"PosY":14.500009536743164,"PosZ":-584.8499755859375,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20313001/LG_Prop_F20313001_G169_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-85.7249984741211,"PosY":14.469449996948242,"PosZ":-587.5170288085938,"Name":"NPC1","RotY":350.9624938964844,"NPCID":2311,"groupId":95,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-86.89900207519531,"PosY":14.469449996948242,"PosZ":-587.5170288085938,"Name":"NPC2","RotY":6.780848979949951,"NPCID":2311,"groupId":95,"IsDelete":false,"IsClientOnly":false}],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-86.33999633789062,"PosY":14.469449996948242,"PosZ":-586.489990234375,"NPCMonsterID":3002050,"EventID":20331242,"groupId":95,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-86.33999633789062,"PosY":15.744999885559082,"PosZ":-586.489990234375,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-85.9800033569336,"PosY":14.469449996948242,"PosZ":-585.4600219726562,"RotY":172.37010192871094,"groupId":0}}},"125":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.7599983215332,"PosY":16.19300079345703,"PosZ":-512.843994140625,"RotY":32.302268981933594,"PropID":103047,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JazzDBass_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-61.77299880981445,"PosY":17.256000518798828,"PosZ":-512.8099975585938,"Name":"NPC1","RotY":298.0570983886719,"NPCID":100,"groupId":125,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"126":{"props":[],"npcs":[{"ID":400001,"PosX":-65.79499816894531,"PosY":16.49614906311035,"PosZ":-478.135009765625,"Name":"NPC1","RotY":181.1331024169922,"NPCID":13252,"groupId":126,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"128":{"props":[],"npcs":[{"ID":400001,"PosX":-65.1760025024414,"PosY":15.374839782714844,"PosZ":-571.333984375,"Name":"NPC1","RotY":346.3240966796875,"NPCID":13161,"groupId":128,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"131":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":5.421000003814697,"PosY":-151.6510009765625,"PosZ":-641.6439819335938,"RotY":170.49609375,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":7.94600009918213,"PosY":-152.076904296875,"PosZ":-642.6060180664062,"RotY":314.6913146972656,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.254010200500488,"PosY":-152.076904296875,"PosZ":-641.5592041015625,"RotY":344.33758544921875,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":20.425949096679688,"PosY":-152.076904296875,"PosZ":-639.6904296875,"RotY":119.17639923095705,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":7.383999824523927,"PosY":-153.55599975585938,"PosZ":-580.2429809570312,"RotY":286.94879150390625,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.806649208068848,"PosY":-157.74989318847656,"PosZ":-562.9644165039062,"RotY":262.84228515625,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":27.194440841674805,"PosY":-157.80990600585938,"PosZ":-555.30908203125,"RotY":129.98609924316406,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":10.227740287780762,"PosY":-159.46200561523438,"PosZ":-500.4797058105469,"RotY":326.74139404296875,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.55368995666504,"PosY":18.946950912475582,"PosZ":-460.7091064453125,"RotY":15.254879951477053,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":28.67141914367676,"PosY":18.946950912475582,"PosZ":-462.9513854980469,"RotY":102.23600006103516,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":53.00152969360352,"PosY":14.212030410766602,"PosZ":-517.613525390625,"RotY":256.6643981933594,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":75.15984344482422,"PosY":14.612299919128418,"PosZ":-480.8341064453125,"RotY":54.95418930053711,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":8.371858596801758,"PosY":18.49995994567871,"PosZ":-536.9199829101562,"RotY":61.589969635009766,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":48.382999420166016,"PosY":33.630001068115234,"PosZ":-544.947998046875,"RotY":77.05570983886719,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.25918960571289,"PosY":14.500020027160645,"PosZ":-539.1611938476562,"RotY":29.295330047607425,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.666648864746094,"PosY":14.499990463256836,"PosZ":-575.140625,"RotY":194.7445068359375,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.90950012207031,"PosY":14.5,"PosZ":-560.2310791015625,"RotY":319.8575134277344,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.4739990234375,"PosY":16.33163070678711,"PosZ":-521.260009765625,"RotY":357.79510498046875,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-56.41781997680664,"PosY":16.331600189208984,"PosZ":-499.9364013671875,"RotY":46.27433013916016,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-55.36809158325195,"PosY":13.502479553222656,"PosZ":-475.5332946777344,"RotY":281.5840148925781,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.90682029724121,"PosY":18.578779220581055,"PosZ":-492.5498962402344,"RotY":79.79065704345702,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.13899230957033,"PosY":14.469440460205078,"PosZ":-578.4364013671875,"RotY":155.539306640625,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.47098922729492,"PosY":14.5,"PosZ":-571.0565795898438,"RotY":199.3636016845703,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"132":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":8.970000267028809,"PosY":16.163070678710938,"PosZ":-457.5899963378906,"RotY":346.1247863769531,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":132,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.90370512008667,"PosY":16.192249298095703,"PosZ":-421.6242980957031,"RotY":13.165360450744627,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":132,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.798999786376951,"PosY":20.91200065612793,"PosZ":-395.4530029296875,"RotY":85.30821228027344,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":132,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":14.052000045776367,"PosY":20.996000289916992,"PosZ":-395.4110107421875,"RotY":264.9751892089844,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":132,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.631940841674805,"PosY":24.744829177856445,"PosZ":-369.2532958984375,"RotY":241.9842071533203,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":132,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.47878074645996,"PosY":24.744829177856445,"PosZ":-366.5588989257813,"RotY":285.2012939453125,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":132,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":19.788509368896484,"PosY":24.74492073059082,"PosZ":-378.4030151367187,"RotY":157.4810028076172,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":132,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":11.121439933776855,"PosY":39.68701171875,"PosZ":-336.9595947265625,"RotY":336.44158935546875,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":132,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"133":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.013873999938368796,"PosY":24.74488067626953,"PosZ":-388.0852966308594,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":133,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.14305019378662,"PosY":39.68703079223633,"PosZ":-336.5202941894531,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":133,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"135":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.23148199915885925,"PosY":44.83097076416016,"PosZ":-292.2084045410156,"RotY":3.431334972381592,"PropID":103195,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":135,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockMakerHat_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"137":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.11299999803304672,"PosY":44.18299865722656,"PosZ":-291.6889953613281,"RotY":0.0,"PropID":132,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2031200,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":137,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"138":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":53.452999114990234,"PosY":34.04600143432617,"PosZ":-538.822021484375,"RotY":9.999999747378752e-6,"PropID":103083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_StarCard_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":7.703999996185303,"PosY":-151.56700134277344,"PosZ":-640.2559814453125,"RotY":217.8834991455078,"PropID":103037,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":6.445000171661377,"PosY":-158.70480346679688,"PosZ":-499.91598510742193,"RotY":30.29656982421875,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":48.34600067138672,"PosY":16.43400001525879,"PosZ":-490.22900390625,"RotY":48.09001922607422,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.583999633789062,"PosY":14.499979972839355,"PosZ":-578.06201171875,"RotY":108.49720001220705,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":9.274999618530273,"PosY":-158.71800231933594,"PosZ":-521.5659790039062,"RotY":236.41490173339844,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-87.89600372314453,"PosY":15.101340293884276,"PosZ":-561.8920288085938,"RotY":223.58770751953125,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.45500183105469,"PosY":14.401909828186035,"PosZ":-488.8089904785156,"RotY":236.41490173339844,"PropID":103037,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_03_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.65700149536133,"PosY":15.408599853515623,"PosZ":-539.7000122070312,"RotY":276.4992980957031,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":95.83300018310547,"PosY":15.987000465393066,"PosZ":-485.5260009765625,"RotY":2.728976011276245,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":4.907973766326904,"PosY":19.81399917602539,"PosZ":-550.1185302734375,"RotY":37.38323974609375,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":0.875,"PosY":-150.98500061035156,"PosZ":-635.2210083007812,"RotY":103.82630157470705,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-56.66699981689453,"PosY":14.977999687194824,"PosZ":-475.2950134277344,"RotY":180.1851043701172,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"145":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.5700000524520874,"PosY":-152.07679748535156,"PosZ":-643.7689819335938,"RotY":14.467140197753906,"PropID":103249,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2103,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":145,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Doll_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-1.1150000095367432,"PosY":-152.07679748535156,"PosZ":-642.5419921875,"RotY":195.84890747070312,"groupId":0},"2":{"ID":2,"PosX":1.5080000162124634,"PosY":-152.07679748535156,"PosZ":-637.4910888671875,"RotY":198.1533966064453,"groupId":0},"3":{"ID":3,"PosX":-1.60099995136261,"PosY":-149.87399291992188,"PosZ":-643.7440185546875,"RotY":0.0,"groupId":0}}},"146":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.5700000524520874,"PosY":-152.07679748535156,"PosZ":-643.7689819335938,"RotY":14.467140197753906,"PropID":103249,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":146,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Doll_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.3149999976158142,"PosY":-152.07679748535156,"PosZ":-641.7689819335938,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":146,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-1.1150000095367432,"PosY":-152.07679748535156,"PosZ":-642.5419921875,"RotY":195.84890747070312,"groupId":0},"2":{"ID":2,"PosX":1.5080000162124634,"PosY":-152.07679748535156,"PosZ":-637.4910888671875,"RotY":198.1533966064453,"groupId":0},"3":{"ID":3,"PosX":-1.60099995136261,"PosY":-149.87399291992188,"PosZ":-643.7440185546875,"RotY":0.0,"groupId":0}}},"147":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.5700000524520874,"PosY":-152.07679748535156,"PosZ":-643.7689819335938,"RotY":14.467140197753906,"PropID":103249,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":147,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Doll_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-1.1150000095367432,"PosY":-152.07679748535156,"PosZ":-642.5419921875,"RotY":195.84890747070312,"groupId":0},"2":{"ID":2,"PosX":1.8999530076980593,"PosY":-152.07679748535156,"PosZ":-637.6190185546875,"RotY":130.14390563964844,"groupId":0},"3":{"ID":3,"PosX":-1.031999945640564,"PosY":-152.07679748535156,"PosZ":-642.677001953125,"RotY":198.1533966064453,"groupId":0},"4":{"ID":4,"PosX":-1.60099995136261,"PosY":-149.87399291992188,"PosZ":-643.7440185546875,"RotY":0.0,"groupId":0}}},"151":{"props":[],"npcs":[{"ID":400001,"PosX":54.8849983215332,"PosY":33.26850891113281,"PosZ":-546.1610107421875,"Name":"NPC1","RotY":343.7388916015625,"NPCID":13147,"groupId":151,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"152":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.5700000524520874,"PosY":-152.07679748535156,"PosZ":-643.7689819335938,"RotY":14.467140197753906,"PropID":103249,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2103,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":152,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Doll_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-1.1150000095367432,"PosY":-152.07679748535156,"PosZ":-642.5419921875,"RotY":195.84890747070312,"groupId":0},"2":{"ID":2,"PosX":1.5080000162124634,"PosY":-152.07679748535156,"PosZ":-637.4910888671875,"RotY":198.1533966064453,"groupId":0},"3":{"ID":3,"PosX":-1.60099995136261,"PosY":-149.87399291992188,"PosZ":-643.7440185546875,"RotY":0.0,"groupId":0}}}}},"P10305_F10305001":{"teleports":{"1030201":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.555999994277954,"PosY":1.538684964179993,"PosZ":-378.2200012207031,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":31,"MappingInfoID":1030201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"1030301":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":4.579999923706055,"PosY":-16.857669830322266,"PosZ":-299.7900085449219,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":31,"MappingInfoID":1030301,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2031100":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":48.244998931884766,"PosY":8.508999824523926,"PosZ":-457.5710144042969,"RotY":0.0,"PropID":139,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2031100,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":57.81600189208984,"PosY":-16.918149948120117,"PosZ":-250.7220001220703,"RotY":164.86380004882812,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.9739990234375,"PosY":-16.918230056762695,"PosZ":-243.5659942626953,"RotY":215.58509826660156,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.131999969482425,"PosY":-16.857620239257812,"PosZ":-282.83099365234375,"RotY":237.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":28.506000518798828,"PosY":-16.8576602935791,"PosZ":-279.70098876953125,"RotY":289.8127136230469,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.12200164794922,"PosY":10.090000152587892,"PosZ":-323.07000732421875,"RotY":114.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":50.81999969482422,"PosY":10.090000152587892,"PosZ":-318.3500061035156,"RotY":133.42410278320312,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":12.555999755859377,"PosY":10.099969863891602,"PosZ":-329.69000244140625,"RotY":172.7509002685547,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":19.22699928283691,"PosY":1.5299999713897705,"PosZ":-374.6470031738282,"RotY":224.42849731445312,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.374000549316406,"PosY":1.5300049781799316,"PosZ":-432.0119934082031,"RotY":-0.0002530000056140125,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":19.812999725341797,"PosY":7.530004024505616,"PosZ":-418.2869873046875,"RotY":270.677001953125,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.32600021362305,"PosY":7.50999116897583,"PosZ":-454.76800537109375,"RotY":31.753360748291016,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":63.749000549316406,"PosY":7.530004978179932,"PosZ":-428.0119934082031,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.91999053955078,"PosY":7.509993076324462,"PosZ":-455.44000244140625,"RotY":330.6756896972656,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.24599075317382,"PosY":7.529998779296875,"PosZ":-418.0299987792969,"RotY":89.99992370605469,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.99099731445312,"PosY":10.08096981048584,"PosZ":-244.7599945068359,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.29700088500977,"PosY":7.529993057250976,"PosZ":-427.2170104980469,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":70.98699951171875,"PosY":-16.918149948120117,"PosZ":-249.1300048828125,"RotY":180.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":73.43998718261719,"PosY":10.128999710083008,"PosZ":-243.06500244140625,"RotY":90.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.697998046875,"PosY":-16.918149948120117,"PosZ":-249.1300048828125,"RotY":180.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.51599884033203,"PosY":10.128999710083008,"PosZ":-246.6499938964844,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-76.14195251464844,"PosY":10.128999710083008,"PosZ":-245.5644073486328,"RotY":158.1092987060547,"groupId":0},"2":{"ID":2,"PosX":-69.31208801269531,"PosY":-16.918230056762695,"PosZ":-251.9866943359375,"RotY":148.93809509277344,"groupId":0},"3":{"ID":3,"PosX":76.08999633789062,"PosY":10.08096981048584,"PosZ":-245.6750030517578,"RotY":212.2053070068359,"groupId":0},"4":{"ID":4,"PosX":69.18000030517578,"PosY":-16.918230056762695,"PosZ":-252.22000122070312,"RotY":225.0,"groupId":0}}},"21":{"props":[],"npcs":[{"ID":400001,"PosX":0.05999999865889549,"PosY":-15.92506980895996,"PosZ":-259.29998779296875,"Name":"NPC1","RotY":181.46310424804688,"NPCID":13104,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"31":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":4.579999923706055,"PosY":-16.857669830322266,"PosZ":-299.7900085449219,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":31,"MappingInfoID":1030301,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.555999994277954,"PosY":1.538684964179993,"PosZ":-378.2200012207031,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":31,"MappingInfoID":1030201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.19699999690055847,"PosY":1.5469599962234497,"PosZ":-380.0079956054687,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":0.2199999988079071,"PosY":-16.857669830322266,"PosZ":-296.0,"RotY":-1.9999999949504854e-6,"groupId":0}}},"48":{"props":[],"npcs":[{"ID":400001,"PosX":-2.7320001125335693,"PosY":1.6134580373764038,"PosZ":-403.0010070800782,"Name":"NPC1","RotY":282.205810546875,"NPCID":13101,"groupId":48,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-5.556880950927734,"PosY":2.9579999446868896,"PosZ":-403.6174011230469,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-4.52400016784668,"PosY":2.881999969482422,"PosZ":-400.4079895019531,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":1.3200000524520874,"PosY":2.4560000896453857,"PosZ":-402.6199951171875,"RotY":0.0,"groupId":0}}},"61":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":48.13199996948242,"PosY":7.5370001792907715,"PosZ":-438.8580017089844,"RotY":0.0,"PropID":103030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_05_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"72":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":30.128999710083008,"PosY":7.5370001792907715,"PosZ":-438.8580017089844,"RotY":0.0,"PropID":103030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_05_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.944000244140625,"PosY":7.5370001792907715,"PosZ":-438.8269958496094,"RotY":0.0,"PropID":103030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_05_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"74":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.94200134277344,"PosY":7.5370001792907715,"PosZ":-438.8580017089844,"RotY":0.0,"PropID":103030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_05_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"83":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":48.244998931884766,"PosY":8.508999824523926,"PosZ":-457.5710144042969,"RotY":0.0,"PropID":139,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2031100,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"97":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":41.676998138427734,"PosY":8.994999885559082,"PosZ":-456.1189880371094,"RotY":146.95899963378906,"PropID":103036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":19.89699935913086,"PosY":8.132121086120605,"PosZ":-424.5790100097656,"RotY":146.95899963378906,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.82099914550781,"PosY":8.019000053405762,"PosZ":-451.35101318359375,"RotY":9.999999747378752e-6,"PropID":103083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_StarCard_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P10341_F10341001":{"teleports":{"2347":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.007000000216066837,"PosY":-0.6129999756813049,"PosZ":93.45472717285156,"RotY":180.0,"PropID":1032,"AnchorID":3,"AnchorGroupID":4,"MappingInfoID":2347,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_RougueEmblem_01_Entity.json"},"2421":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.007000000216066837,"PosY":-2.0522069931030273,"PosZ":93.45472717285156,"RotY":180.0,"PropID":1025,"AnchorID":1,"AnchorGroupID":13,"MappingInfoID":2421,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_LobbyEntrance_03_Entity.json"},"10055":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.27903938293457,"PosY":6.094515800476074,"PosZ":-17.87468910217285,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10060":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":20.257999420166016,"PosY":-8.442948341369629,"PosZ":-4.118000030517578,"RotY":270.0,"PropID":103130,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ClockToyBoxChampion_01.json","State":"Locked","propStateList":["Closed","Open","Locked","CustomState01"],"groupId":242,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_02_Entity.json"},"10066":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":20.257999420166016,"PosY":-8.442948341369629,"PosZ":-4.118000030517578,"RotY":270.0,"PropID":103130,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10066,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ClockToyBoxDepart_01.json","State":"Closed","propStateList":["Closed","Open","Locked","CustomState01"],"groupId":222,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_02_Entity.json"},"1034101":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.826057434082031,"PosY":1.0980620384216309,"PosZ":-84.65148162841797,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":9,"MappingInfoID":1034101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"1034102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":6.4079999923706055,"PosY":-8.481799125671387,"PosZ":26.309999465942383,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":9,"MappingInfoID":1034102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"1034103":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":3.385952949523926,"PosY":-0.012008000165224075,"PosZ":134.779296875,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":9,"MappingInfoID":1034103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"1034104":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.073759078979492,"PosY":0.012361999601125715,"PosZ":1.3956220149993896,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":9,"MappingInfoID":1034104,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.826057434082031,"PosY":1.0980620384216309,"PosZ":-84.65148162841797,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":9,"MappingInfoID":1034101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":6.4079999923706055,"PosY":-8.481799125671387,"PosZ":26.309999465942383,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":9,"MappingInfoID":1034102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":3.385952949523926,"PosY":-0.012008000165224075,"PosZ":134.779296875,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":9,"MappingInfoID":1034103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.073759078979492,"PosY":0.012361999601125715,"PosZ":1.3956220149993896,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":9,"MappingInfoID":1034104,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.15304699540138245,"PosY":1.0985339879989624,"PosZ":-91.16413116455078,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":0.030000999569892883,"PosY":-8.481799125671387,"PosZ":21.934459686279297,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":-0.07000099867582321,"PosY":-0.012001999653875828,"PosZ":135.7899932861328,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":-14.049280166625977,"PosY":-3.0000001061125654e-6,"PosZ":-2.2482221126556396,"RotY":90.0,"groupId":0}}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.075440406799316,"PosY":-6.571476936340332,"PosZ":-80.1037368774414,"RotY":76.02784729003906,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.72029113769531,"PosY":-9.999999747378752e-6,"PosZ":-31.32282066345215,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":14.92278003692627,"PosY":-7.000000096013537e-6,"PosZ":-55.67100143432618,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":20.86599922180176,"PosY":-0.000056000000768108293,"PosZ":0.6540070176124573,"RotY":210.0009002685547,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.03974999859929085,"PosY":0.3999429941177368,"PosZ":12.527000427246094,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.965999603271484,"PosY":6.094522953033447,"PosZ":-30.610000610351562,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":7.681002140045166,"PosY":6.094512939453125,"PosZ":12.8100004196167,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.774880409240724,"PosY":6.094515800476074,"PosZ":17.714540481567383,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.006000000052154064,"PosY":2.888819932937622,"PosZ":24.075000762939453,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.255000114440918,"PosY":-2.056509017944336,"PosZ":99.79000091552734,"RotY":103.18779754638672,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":4.9730000495910645,"PosY":-2.056507110595703,"PosZ":117.28099822998048,"RotY":120.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":0.003000000026077032,"PosY":6.097653865814209,"PosZ":113.45999908447266,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":0.04500000178813934,"PosY":6.100314140319824,"PosZ":97.15899658203124,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.92300033569336,"PosY":1.6442960500717163,"PosZ":-64.73999786376953,"RotY":284.6929931640625,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.625590324401855,"PosY":1.6442960500717163,"PosZ":-65.53193664550781,"RotY":321.8952941894531,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.479000091552734,"PosY":0.00002099999983329326,"PosZ":-56.01800155639648,"RotY":142.35130310058594,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.0097599029541,"PosY":7.999999979801942e-6,"PosZ":-52.97999954223633,"RotY":98.50894165039062,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.75,"PosY":0.000018999999156221747,"PosZ":-54.540000915527344,"RotY":0.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":9.138579368591309,"PosY":6.094532012939453,"PosZ":-34.51131057739258,"RotY":278.0575866699219,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":8.627246856689453,"PosY":6.094531059265137,"PosZ":-14.405799865722656,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.847999572753906,"PosY":0.000018000000636675395,"PosZ":-11.868000030517578,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.14128699898719788,"PosY":0.009081000462174416,"PosZ":4.493000030517578,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":9.104000091552734,"PosY":4.999999873689376e-6,"PosZ":-9.16100025177002,"RotY":219.88999938964844,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.061469078063965,"PosY":6.094512939453125,"PosZ":12.70400047302246,"RotY":180.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":23.442279815673828,"PosY":6.094508171081543,"PosZ":-7.346909046173096,"RotY":95.31121063232422,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":23.182079315185547,"PosY":6.094507217407227,"PosZ":-6.408682823181152,"RotY":113.66110229492188,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.806880950927734,"PosY":6.419997215270996,"PosZ":-9.014325141906738,"RotY":150.5131072998047,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.97463035583496,"PosY":6.420000076293945,"PosZ":-11.96710968017578,"RotY":29.802759170532227,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.531459093093872,"PosY":1.6442999839782717,"PosZ":-70.25060272216797,"RotY":183.6123046875,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.5460000038146973,"PosY":1.6443010568618774,"PosZ":-70.81199645996094,"RotY":209.99510192871097,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":10.284000396728516,"PosY":0.00002099999983329326,"PosZ":-56.32500076293945,"RotY":227.0612030029297,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.796526908874512,"PosY":0.007288000080734491,"PosZ":-39.58478164672851,"RotY":166.60580444335938,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":17.690000534057617,"PosY":0.004982000216841698,"PosZ":20.832000732421875,"RotY":240.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.44847011566162,"PosY":0.004507000092417002,"PosZ":22.257829666137695,"RotY":218.16029357910156,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.915900230407717,"PosY":6.100313186645508,"PosZ":103.00330352783205,"RotY":209.4414978027344,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":15.119509696960447,"PosY":-2.775909900665283,"PosZ":64.83767700195312,"RotY":329.9621887207031,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":3.668836116790771,"PosY":-2.056507110595703,"PosZ":107.75839996337892,"RotY":328.0439147949219,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"12":{"props":[{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":9.943001747131348,"PosY":-8.470992088317871,"PosZ":-3.900000095367432,"RotY":270.0002136230469,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.375,"PosY":-6.547304153442383,"PosZ":-72.9320068359375,"RotY":180.0,"PropID":103218,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_07_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":8.38599967956543,"PosY":-6.567302227020264,"PosZ":-72.95600128173828,"RotY":0.0,"PropID":103218,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_07_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.105000972747803,"PosY":6.094590187072754,"PosZ":109.4739990234375,"RotY":296.9999084472656,"PropID":103218,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_07_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":4.111001014709473,"PosY":6.094590187072754,"PosZ":109.49500274658205,"RotY":243.0,"PropID":103218,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_07_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.93799877166748,"PosY":-8.470993041992188,"PosZ":-3.900000095367432,"RotY":270.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.50979995727539,"PosY":0.01866300031542778,"PosZ":10.145999908447266,"RotY":179.99969482421875,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.52400016784668,"PosY":6.109135150909424,"PosZ":10.145999908447266,"RotY":179.99969482421875,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":17.472000122070312,"PosY":0.018472999334335327,"PosZ":10.145999908447266,"RotY":179.99969482421875,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":17.472000122070312,"PosY":6.109134197235107,"PosZ":10.145999908447266,"RotY":179.99969482421875,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.543999671936035,"PosY":-2.031358003616333,"PosZ":107.23500061035156,"RotY":180.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":8.522998809814453,"PosY":-2.031358003616333,"PosZ":107.23600006103516,"RotY":0.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.432999610900879,"PosY":6.10024881362915,"PosZ":107.01499938964844,"RotY":-0.0003330000035930425,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":8.430000305175781,"PosY":6.100247859954834,"PosZ":107.0199966430664,"RotY":-0.0003330000035930425,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.9999999949504854e-6,"PosY":-2.735631942749023,"PosZ":41.93299865722656,"RotY":179.99969482421875,"PropID":103011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_08.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.000000096013537e-6,"PosY":-2.775908946990967,"PosZ":55.6870002746582,"RotY":-0.0003330000035930425,"PropID":103011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_08.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.007000000216066837,"PosY":-2.0522069931030273,"PosZ":93.45472717285156,"RotY":180.0,"PropID":1025,"AnchorID":1,"AnchorGroupID":13,"MappingInfoID":2421,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_LobbyEntrance_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.007000000216066837,"PosY":-0.6129999756813049,"PosZ":93.45472717285156,"RotY":180.0,"PropID":1032,"AnchorID":3,"AnchorGroupID":4,"MappingInfoID":2347,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_RougueEmblem_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.03796200081706047,"PosY":-2.0522069931030273,"PosZ":91.78800201416016,"RotY":0.0,"groupId":0}}},"17":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.141000747680664,"PosY":3.0999999046325684,"PosZ":38.869998931884766,"RotY":89.99999237060547,"PropID":103220,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PaintFrame_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":20.135000228881836,"PosY":3.0999999046325684,"PosZ":38.86000061035156,"RotY":270.0000915527344,"PropID":103220,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PaintFrame_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":20.1299991607666,"PosY":3.0999999046325684,"PosZ":18.5,"RotY":270.0000915527344,"PropID":103220,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PaintFrame_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.13999938964844,"PosY":3.0999999046325684,"PosZ":18.5,"RotY":89.99999237060547,"PropID":103220,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PaintFrame_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.13599967956543,"PosY":-4.145999908447266,"PosZ":37.35599899291992,"RotY":89.99999237060547,"PropID":103220,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PaintFrame_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.13599967956543,"PosY":-4.145999908447266,"PosZ":20.0,"RotY":89.99999237060547,"PropID":103220,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PaintFrame_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":20.131000518798828,"PosY":-4.145999908447266,"PosZ":37.35599899291992,"RotY":270.0,"PropID":103220,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PaintFrame_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":20.131000518798828,"PosY":-4.145999908447266,"PosZ":20.0,"RotY":270.0,"PropID":103220,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PaintFrame_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"52":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0560000017285347,"PosY":1.3309999704360962,"PosZ":140.60299682617188,"RotY":181.5059051513672,"PropID":103189,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"61":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.975000023841858,"PosY":0.0,"PosZ":-40.474998474121094,"RotY":180.0001983642578,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.801561951637268,"PosY":6.09453010559082,"PosZ":-33.467498779296875,"RotY":0.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.94303297996521,"PosY":-8.477287292480469,"PosZ":-24.724939346313477,"RotY":0.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.014008999802172184,"PosY":0.007288999855518341,"PosZ":-42.43804931640625,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":0.015999000519514084,"PosY":6.094522953033447,"PosZ":-31.239999771118164,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":0.00800000037997961,"PosY":-8.477289199829102,"PosZ":-20.12816047668457,"RotY":0.0,"groupId":0}}},"63":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.128000259399418,"PosY":-8.470992088317871,"PosZ":1.7660009860992432,"RotY":270.0,"PropID":103217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Projector_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"65":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":9.881999969482422,"PosY":-4.559999942779541,"PosZ":10.25,"RotY":270.0,"PropID":103219,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PaintFrame_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.890000343322754,"PosY":-4.559999942779541,"PosZ":10.25,"RotY":90.00003051757812,"PropID":103219,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PaintFrame_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":20.141000747680664,"PosY":-4.185999870300293,"PosZ":28.8700008392334,"RotY":270.0,"PropID":103219,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PaintFrame_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.141000747680664,"PosY":-4.185999870300293,"PosZ":28.8700008392334,"RotY":90.0,"PropID":103219,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PaintFrame_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"66":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.975000023841858,"PosY":0.0,"PosZ":-40.474998474121094,"RotY":180.0001983642578,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_02.json","State":"Closed","propStateList":["Closed","Open"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.801561951637268,"PosY":6.09453010559082,"PosZ":-33.467498779296875,"RotY":0.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_02.json","State":"Closed","propStateList":["Closed","Open"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.94303297996521,"PosY":-8.477287292480469,"PosZ":-24.724939346313477,"RotY":0.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_02.json","State":"Closed","propStateList":["Closed","Open"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.014008999802172184,"PosY":0.007288999855518341,"PosZ":-42.43804931640625,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":0.015999000519514084,"PosY":6.094522953033447,"PosZ":-31.239999771118164,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":0.00800000037997961,"PosY":-8.477289199829102,"PosZ":-20.12816047668457,"RotY":0.0,"groupId":0}}},"70":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.190040588378903,"PosY":-9.999999974752427e-7,"PosZ":-40.220001220703125,"RotY":319.85150146484375,"PropID":103145,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_RailingStand_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.31999969482422,"PosY":-9.999999974752427e-7,"PosZ":-37.79999923706055,"RotY":319.85150146484375,"PropID":103145,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_RailingStand_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.456000328063965,"PosY":-9.999999974752427e-7,"PosZ":-35.382999420166016,"RotY":319.85150146484375,"PropID":103145,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_RailingStand_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":20.190040588378903,"PosY":-9.999999974752427e-7,"PosZ":-40.220001220703125,"RotY":40.14849853515625,"PropID":103145,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_RailingStand_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":17.31999969482422,"PosY":-9.999999974752427e-7,"PosZ":-37.79999923706055,"RotY":40.14849853515625,"PropID":103145,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_RailingStand_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":14.456000328063965,"PosY":-9.999999974752427e-7,"PosZ":-35.382999420166016,"RotY":40.14849853515625,"PropID":103145,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_RailingStand_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"78":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.07000000029802322,"PosY":-16.5,"PosZ":-112.4800033569336,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"93":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":15.69711971282959,"PosY":2.187912940979004,"PosZ":-72.28343200683594,"RotY":144.0832061767578,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":13.773110389709473,"PosY":1.6443020105361938,"PosZ":-72.74078369140625,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"94":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":17.533100128173828,"PosY":2.6637001037597656,"PosZ":-46.81719970703125,"RotY":94.7817611694336,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":17.29400062561035,"PosY":9.999999747378752e-6,"PosZ":-46.020999908447266,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"95":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.01613299921154976,"PosY":-6.75600004196167,"PosZ":-101.48600006103516,"RotY":270.0,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.009999999776482582,"PosY":-6.57147216796875,"PosZ":-100.3291015625,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"96":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.329999923706055,"PosY":1.2170000076293943,"PosZ":-66.18299865722656,"RotY":180.0,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_04.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.276771545410156,"PosY":-5.603737831115723,"PosZ":-68.0363998413086,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-8.25022029876709,"PosY":-5.656000137329102,"PosZ":-72.98957824707033,"RotY":356.6348876953125,"groupId":0},"2":{"ID":2,"PosX":-8.390000343322754,"PosY":-2.743833065032959,"PosZ":-68.34100341796875,"RotY":0.13787999749183655,"groupId":0}}},"97":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":26.83721923828125,"PosY":2.7300000190734863,"PosZ":-18.948999404907227,"RotY":194.8701934814453,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":23.024490356445312,"PosY":0.000019999999494757503,"PosZ":-23.679149627685547,"RotY":176.2415008544922,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"98":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":11.24172019958496,"PosY":0.8494840264320372,"PosZ":10.943110466003418,"RotY":303.3127136230469,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":12.25452995300293,"PosY":-0.00002099999983329326,"PosZ":9.207115173339844,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"99":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.415300369262695,"PosY":7.159900188446045,"PosZ":-17.98979949951172,"RotY":93.86669921875,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.27903938293457,"PosY":6.094515800476074,"PosZ":-17.87468910217285,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"100":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":12.074049949645996,"PosY":6.8053998947143555,"PosZ":10.66921043395996,"RotY":340.66729736328125,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":11.4681396484375,"PosY":6.114431858062744,"PosZ":11.881159782409668,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"101":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.17800000309944153,"PosY":7.019000053405762,"PosZ":117.5469970703125,"RotY":0.0,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.6940000057220459,"PosY":6.097653865814209,"PosZ":117.3759994506836,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"102":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.93389129638672,"PosY":11.631999969482422,"PosZ":-8.812948226928711,"RotY":11.50238037109375,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_03.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.02613067626953,"PosY":6.094519138336182,"PosZ":-30.14695930480957,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"150":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.020000457763672,"PosY":-2.7456018924713135,"PosZ":53.31999969482422,"RotY":0.0,"PropID":103243,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Exhibition_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.06999969482422,"PosY":-2.775908946990967,"PosZ":53.31999969482422,"RotY":0.0,"PropID":103243,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Exhibition_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.678999900817873,"PosY":-2.7759149074554443,"PosZ":82.28199768066406,"RotY":93.80097198486328,"PropID":103243,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Exhibition_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.494709968566896,"PosY":-2.77591609954834,"PosZ":85.05584716796875,"RotY":93.80097198486328,"PropID":103243,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Exhibition_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":9.020000457763672,"PosY":-2.7456018924713135,"PosZ":53.31999969482422,"RotY":0.0,"PropID":103243,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Exhibition_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":13.069990158081056,"PosY":-2.775908946990967,"PosZ":53.31998825073242,"RotY":0.0,"PropID":103243,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Exhibition_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":14.678999900817873,"PosY":-2.7759149074554443,"PosZ":82.28199768066406,"RotY":266.1990051269531,"PropID":103243,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Exhibition_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":14.494709968566896,"PosY":-2.77591609954834,"PosZ":85.05584716796875,"RotY":266.1990051269531,"PropID":103243,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Exhibition_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"155":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103244,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":155,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ShipSign_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"156":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":64.5999984741211,"RotY":0.0,"PropID":103244,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ShipSign_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"184":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":2.0444560050964355,"PosY":-1.5665110349655151,"PosZ":115.89990234375,"RotY":0.0,"PropID":914,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":184,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"193":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.975000023841858,"PosY":0.0,"PosZ":-40.474998474121094,"RotY":180.0001983642578,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":193,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.94303297996521,"PosY":-8.477287292480469,"PosZ":-24.724939346313477,"RotY":0.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":193,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.014008999802172184,"PosY":0.007288999855518341,"PosZ":-42.43804931640625,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":0.00800000037997961,"PosY":-8.477289199829102,"PosZ":-20.12816047668457,"RotY":0.0,"groupId":0}}},"210":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.300000190734863,"PosY":0.41999998688697815,"PosZ":-33.78300094604492,"RotY":319.65789794921875,"PropID":103142,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":210,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GiftBox_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-11.052390098571776,"PosY":0.8579999804496765,"PosZ":-33.26472854614258,"Name":"NPC1","RotY":248.17539978027344,"NPCID":2308,"groupId":210,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"211":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":12.800000190734863,"PosY":0.367000013589859,"PosZ":-33.375999450683594,"RotY":324.2023010253906,"PropID":103142,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":211,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GiftBox_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":12.640000343322754,"PosY":0.7509999871253968,"PosZ":-33.051998138427734,"Name":"NPC1","RotY":150.7895050048828,"NPCID":13340,"groupId":211,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"212":{"props":[],"npcs":[{"ID":400001,"PosX":1.2050000429153442,"PosY":-2.056507110595703,"PosZ":105.87100219726564,"Name":"NPC1","RotY":0.0,"NPCID":13172,"groupId":212,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"221":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":4.328999996185303,"PosY":6.8879499435424805,"PosZ":106.85700225830078,"RotY":270.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ClockToyBoxShip_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":221,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"222":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":20.257999420166016,"PosY":-8.442948341369629,"PosZ":-4.118000030517578,"RotY":270.0,"PropID":103130,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10066,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ClockToyBoxDepart_01.json","State":"Closed","propStateList":["Closed","Open","Locked","CustomState01"],"groupId":222,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":20.257999420166016,"PosY":-8.442948341369629,"PosZ":-4.118000030517578,"Name":"NPC1","RotY":270.0,"NPCID":100,"groupId":222,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"223":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":19.92799949645996,"PosY":-8.442954063415527,"PosZ":-1.5670000314712524,"RotY":221.58120727539065,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":19.67099952697754,"PosY":-8.442952156066895,"PosZ":-6.703001976013184,"RotY":326.5361022949219,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"225":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.10199999809265135,"PosY":-6.571473121643066,"PosZ":-89.75599670410156,"RotY":4.221899032592773,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ClockToyBoxShip_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":225,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"226":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":26.73900032043457,"PosY":6.094520092010498,"PosZ":-28.948999404907227,"RotY":235.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ClockToyBoxShip_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"227":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.743000030517578,"PosY":-8.470992088317871,"PosZ":9.222999572753906,"RotY":180.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ClockToyBoxShip_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":227,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"228":{"props":[],"npcs":[{"ID":400001,"PosX":0.16200000047683716,"PosY":-6.571475982666016,"PosZ":-74.6500015258789,"Name":"NPC1","RotY":180.0,"NPCID":2302,"groupId":228,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"229":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.24425700306892395,"PosY":-8.481799125671387,"PosZ":35.385650634765625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20313001/LG_Prop_F20313001_G169_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":229,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-0.24425700306892395,"PosY":-8.481799125671387,"PosZ":35.385650634765625,"NPCMonsterID":3002050,"EventID":20341242,"groupId":229,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-0.24425700306892395,"PosY":-7.073999881744385,"PosZ":35.385650634765625,"RotY":0.0,"groupId":0}}},"235":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":17.92300033569336,"PosY":-8.442948341369629,"PosZ":-1.118000030517578,"RotY":240.0,"PropID":103130,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","CustomState01"],"groupId":235,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":17.92300033569336,"PosY":-8.442948341369629,"PosZ":-1.118000030517578,"Name":"NPC1","RotY":240.0,"NPCID":100,"groupId":235,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"236":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":15.92300033569336,"PosY":-8.442948341369629,"PosZ":-0.11800000071525574,"RotY":240.0,"PropID":103130,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","CustomState01"],"groupId":236,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":15.92300033569336,"PosY":-8.442948341369629,"PosZ":-0.11800000071525574,"Name":"NPC1","RotY":240.0,"NPCID":100,"groupId":236,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"237":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":17.92300033569336,"PosY":-8.442948341369629,"PosZ":-7.118000030517578,"RotY":300.0,"PropID":103130,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","CustomState01"],"groupId":237,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":17.92300033569336,"PosY":-8.442948341369629,"PosZ":-7.118000030517578,"Name":"NPC1","RotY":300.0,"NPCID":100,"groupId":237,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"238":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":15.92300033569336,"PosY":-8.442948341369629,"PosZ":-8.118000030517578,"RotY":300.0,"PropID":103130,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","CustomState01"],"groupId":238,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":15.92300033569336,"PosY":-8.442948341369629,"PosZ":-8.118000030517578,"Name":"NPC1","RotY":300.0,"NPCID":100,"groupId":238,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"239":{"props":[],"npcs":[{"ID":400001,"PosX":0.16200000047683716,"PosY":-6.571475982666016,"PosZ":-74.6500015258789,"Name":"NPC1","RotY":180.0,"NPCID":2310,"groupId":239,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"240":{"props":[],"npcs":[{"ID":400001,"PosX":0.16200000047683716,"PosY":-6.571475982666016,"PosZ":-74.6500015258789,"Name":"NPC1","RotY":180.0,"NPCID":2310,"groupId":240,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"242":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":20.257999420166016,"PosY":-8.442948341369629,"PosZ":-4.118000030517578,"RotY":270.0,"PropID":103130,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ClockToyBoxChampion_01.json","State":"Locked","propStateList":["Closed","Open","Locked","CustomState01"],"groupId":242,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":20.257999420166016,"PosY":-8.442948341369629,"PosZ":-4.118000030517578,"Name":"NPC1","RotY":0.0,"NPCID":100,"groupId":242,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"250":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.12700000405311584,"PosY":-2.232762098312378,"PosZ":91.37000274658203,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":250,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":1.421990990638733,"PosY":-2.0565059185028076,"PosZ":90.54300689697266,"Name":"NPC1","RotY":334.535888671875,"NPCID":1007,"groupId":250,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"251":{"props":[],"npcs":[{"ID":400001,"PosX":1.421990990638733,"PosY":-2.0565059185028076,"PosZ":90.54300689697266,"Name":"NPC1","RotY":334.535888671875,"NPCID":1007,"groupId":251,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"263":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":24.68000030517578,"PosY":-7.939000129699707,"PosZ":-3.2809998989105225,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":263,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":22.5939998626709,"PosY":-7.939000129699707,"PosZ":-4.756999969482422,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":263,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":23.4950008392334,"PosY":-7.939000129699707,"PosZ":-1.88100004196167,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":263,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":17.20199966430664,"PosY":-4.51200008392334,"PosZ":-4.28000020980835,"RotY":89.78426361083984,"groupId":0}}},"266":{"props":[],"npcs":[{"ID":400001,"PosX":-2.190999984741211,"PosY":-2.232762098312378,"PosZ":84.52100372314453,"Name":"NPC1","RotY":120.87359619140624,"NPCID":13267,"groupId":266,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"294":{"props":[{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":0.13515999913215637,"PosY":-8.481799125671387,"PosZ":40.50373840332031,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":294,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.208999633789064,"PosY":-8.470992088317871,"PosZ":-17.944000244140625,"RotY":20.828950881958008,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":294,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":13.040439605712892,"PosY":-8.470992088317871,"PosZ":-15.226229667663574,"RotY":16.317739486694336,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":294,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"295":{"props":[{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":6.496315002441406,"PosY":-8.477287292480469,"PosZ":-21.90764045715332,"RotY":312.3255920410156,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":295,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.461899757385254,"PosY":-8.481799125671387,"PosZ":16.731510162353516,"RotY":0.4888469874858856,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":295,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":12.194700241088867,"PosY":-8.481799125671387,"PosZ":40.37862014770508,"RotY":198.32659912109375,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":295,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.31999969482422,"PosY":-8.483036041259766,"PosZ":-13.68000030517578,"RotY":166.0771942138672,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":295,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"297":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":4.50600004196167,"PosY":6.686422824859619,"PosZ":-29.722000122070312,"RotY":9.999999747378752e-6,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":297,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":7.907999992370605,"PosY":-1.472578048706055,"PosZ":112.68399810791016,"RotY":141.92080688476565,"PropID":103037,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":297,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.38800048828125,"PosY":6.686422824859619,"PosZ":-2.288000106811523,"RotY":30.29656982421875,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":297,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":15.34910011291504,"PosY":0.3959999978542328,"PosZ":-23.875999450683594,"RotY":48.09001922607422,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":297,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.422280311584473,"PosY":-2.1855781078338623,"PosZ":73.32412719726562,"RotY":162.0290069580078,"PropID":101027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":297,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":15.779999732971191,"PosY":-2.1855781078338623,"PosZ":59.4995002746582,"RotY":236.41490173339844,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":297,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":3.7790000438690186,"PosY":8.234999656677246,"PosZ":104.88600158691406,"RotY":299.7080993652344,"PropID":101027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":297,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.6740000247955322,"PosY":-8.488457679748535,"PosZ":-8.26200008392334,"RotY":315.5884094238281,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":297,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.671999931335449,"PosY":0.2591570019721985,"PosZ":-72.96299743652344,"RotY":276.4992980957031,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":297,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":1.3760000467300415,"PosY":-1.243468999862671,"PosZ":107.01699829101564,"RotY":35.56441116333008,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":297,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":14.050350189208984,"PosY":0.9854980111122131,"PosZ":5.113718032836914,"RotY":65.70110321044922,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":297,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":8.220000267028809,"PosY":-8.47700023651123,"PosZ":39.582000732421875,"RotY":0.0,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":297,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":2.996999979019165,"PosY":1.7059999704360962,"PosZ":-84.38099670410156,"RotY":204.26600646972656,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":297,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":14.623570442199709,"PosY":2.303054094314575,"PosZ":-70.46131134033203,"RotY":217.8834991455078,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":297,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.015997886657715,"PosY":1.0014970302581787,"PosZ":-38.6609992980957,"RotY":37.55295944213867,"PropID":103037,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":297,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_03_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.715000152587892,"PosY":-7.651599884033203,"PosZ":-10.93299961090088,"RotY":265.1445007324219,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":297,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":12.711000442504885,"PosY":-7.642000198364258,"PosZ":5.5970001220703125,"RotY":99.02792358398438,"PropID":103037,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":297,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_03_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.866000056266785,"PosY":7.803500175476073,"PosZ":110.90799713134766,"RotY":133.5312957763672,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":297,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"301":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.673999786376953,"PosY":-8.470992088317871,"PosZ":1.6109999418258667,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":301,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P20001_F20001001":{"teleports":{"1101":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.889998912811279,"PosY":1.1500569581985474,"PosZ":2.109998941421509,"RotY":300.0,"PropID":702,"AnchorID":1,"AnchorGroupID":93,"MappingInfoID":1101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"},"10024":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":23.618000030517575,"PosY":0.111115001142025,"PosZ":246.6699981689453,"RotY":180.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10024,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10025":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":48.529998779296875,"PosY":0.1469999998807907,"PosZ":190.1300048828125,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10025,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2000101":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.1299991607666,"PosY":0.14700199663639069,"PosZ":124.37000274658205,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":18,"MappingInfoID":2000101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2000102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":21.329999923706055,"PosY":0.14695200324058533,"PosZ":223.52000427246097,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":18,"MappingInfoID":2000102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.405000686645508,"PosY":0.1469999998807907,"PosZ":190.4600067138672,"RotY":90.0,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"3":{"props":[],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":23.899999618530273,"PosY":0.147040992975235,"PosZ":204.32000732421875,"NPCMonsterID":8012010,"EventID":20001103,"groupId":3,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.2809999883174896,"PosZ":13.6899995803833,"RotY":0.0,"PropID":100002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":3.210000991821289,"PosY":0.1480969935655594,"PosZ":11.279999732971191,"RotY":180.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.028999999165534973,"PosY":0.25699999928474426,"PosZ":89.20700073242188,"RotY":0.0,"PropID":100002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":1.850000023841858,"PosY":0.1229960024356842,"PosZ":84.80000305175781,"RotY":180.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.727999687194824,"PosY":0.18700000643730164,"PosZ":141.88800048828125,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.727999687194824,"PosY":0.1469999998807907,"PosZ":138.23989868164065,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.199999809265137,"PosY":0.1666399985551834,"PosZ":137.4199981689453,"RotY":180.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.72700023651123,"PosY":0.1850000023841858,"PosZ":149.7169952392578,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.727999687194824,"PosY":0.1469999998807907,"PosZ":151.82989501953125,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":11.72700023651123,"PosY":0.1850000023841858,"PosZ":141.89999389648438,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":11.727999687194824,"PosY":0.1469999998807907,"PosZ":138.23989868164065,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":13.399999618530272,"PosY":0.1666399985551834,"PosZ":137.6999969482422,"RotY":180.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":11.727999687194824,"PosY":0.1469999998807907,"PosZ":151.82989501953125,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":11.729999542236328,"PosY":0.16599999368190765,"PosZ":149.71499633789065,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.85099983215332,"PosY":0.1809999942779541,"PosZ":219.73800659179688,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.65999984741211,"PosY":0.14700399339199066,"PosZ":217.6199951171875,"RotY":180.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.854999542236328,"PosY":0.1469999998807907,"PosZ":217.6300048828125,"RotY":270.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.12299919128418,"PosY":6.451000213623047,"PosZ":113.55799865722656,"RotY":90.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.03300094604492,"PosY":6.396999835968018,"PosZ":113.55989837646484,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.76300048828125,"PosY":6.396999835968018,"PosZ":115.0709991455078,"RotY":90.00023651123047,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":30.665000915527344,"PosY":0.17445999383926392,"PosZ":190.1320037841797,"RotY":90.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":27.58099937438965,"PosY":0.1469999998807907,"PosZ":190.1349945068359,"RotY":270.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":26.809999465942383,"PosY":0.14708900451660156,"PosZ":187.97999572753903,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/2000106/Prop_2000106.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":23.854999542236328,"PosY":0.193000003695488,"PosZ":219.6999969482422,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":23.854999542236328,"PosY":0.1469999998807907,"PosZ":217.6300048828125,"RotY":270.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":7.008999824523926,"PosY":-0.9241610169410706,"PosZ":358.7130126953125,"RotY":180.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_03.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.6685550212860107,"PosY":0.01879199966788292,"PosZ":-38.0,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":2.000999927520752,"PosZ":-14.480999946594238,"RotY":0.0,"PropID":100007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Elevator_Move_01.json","State":"Closed","propStateList":["Elevator1","Elevator2","Elevator3"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Elevator_01_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":5.099999904632568,"PosY":-1.0,"PosZ":362.0,"RotY":0.0,"PropID":300006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.0,"PosY":2.000999927520752,"PosZ":-14.480999946594238,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":0.0,"PosY":2.000999927520752,"PosZ":-14.480999946594238,"RotY":0.0,"groupId":0}}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.369998931884766,"PosY":6.396997928619385,"PosZ":125.4800033569336,"RotY":90.0,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":16.420000076293945,"PosY":0.40698400139808655,"PosZ":95.9800033569336,"RotY":315.0,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.770000457763672,"PosY":0.005450000055134296,"PosZ":236.80999755859375,"RotY":180.0,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":9.039999961853027,"PosY":0.1171730011701584,"PosZ":-2.4700000286102295,"RotY":300.0,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":14.970000267028809,"PosY":0.1469999998807907,"PosZ":154.24000549316406,"RotY":270.0,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":15.520000457763672,"PosY":0.14695000648498535,"PosZ":233.7899932861328,"RotY":90.0,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":20.551979064941406,"PosY":0.1470600068569183,"PosZ":194.72999572753903,"RotY":179.9998016357422,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":19.280000686645508,"PosY":0.14703799784183502,"PosZ":174.19000244140625,"RotY":315.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":33.65800094604492,"PosY":0.1469999998807907,"PosZ":195.27999877929688,"RotY":179.9998016357422,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":8.289999961853027,"PosY":0.14715999364852905,"PosZ":160.00999450683594,"RotY":179.99989318847656,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.19900131225586,"PosY":6.396999835968018,"PosZ":101.11900329589844,"RotY":1.735656976699829,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[],"npcs":[],"monsters":[{"ID":200004,"RotY":180.0,"PosX":-24.0,"PosY":0.14701999723911283,"PosZ":217.0,"NPCMonsterID":8012020,"EventID":20001006,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":49.61000061035156,"PosY":0.1469999998807907,"PosZ":190.1300048828125,"RotY":270.0,"PropID":60003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.600000381469728,"PosY":-10.032999992370604,"PosZ":1831.199951171875,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":48.529998779296875,"PosY":0.1469999998807907,"PosZ":190.1300048828125,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10025,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":300.0,"PosX":39.7599983215332,"PosY":0.14949999749660492,"PosZ":186.2400054931641,"NPCMonsterID":8012020,"EventID":20001232,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":240.0,"PosX":41.20000076293945,"PosY":0.14949999749660492,"PosZ":193.52000427246097,"NPCMonsterID":8012010,"EventID":20001233,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.1299991607666,"PosY":0.14700199663639069,"PosZ":124.37000274658205,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":18,"MappingInfoID":2000101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":21.329999923706055,"PosY":0.14695200324058533,"PosZ":223.52000427246097,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":18,"MappingInfoID":2000102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-15.123279571533203,"PosY":0.14700199663639069,"PosZ":125.84420013427734,"RotY":35.0,"groupId":0},"2":{"ID":2,"PosX":23.87417984008789,"PosY":0.14695100486278534,"PosZ":226.66000366210935,"RotY":0.0,"groupId":0}}},"21":{"props":[],"npcs":[],"monsters":[{"ID":200003,"RotY":0.0,"PosX":0.0,"PosY":0.14700199663639069,"PosZ":108.36000061035156,"NPCMonsterID":8012010,"EventID":20001002,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":0.0,"PosX":-17.170000076293945,"PosY":0.14706100523471832,"PosZ":177.0399932861328,"NPCMonsterID":8012030,"EventID":20001003,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":23.420000076293945,"PosY":0.111115001142025,"PosZ":246.6699981689453,"RotY":180.0,"PropID":60003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.600000381469728,"PosY":-10.032999992370604,"PosZ":1831.199951171875,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":23.618000030517575,"PosY":0.111115001142025,"PosZ":246.6699981689453,"RotY":180.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10024,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":23.649999618530273,"PosY":0.11111599951982498,"PosZ":243.10000610351565,"NPCMonsterID":8003020,"EventID":20001231,"groupId":24,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"28":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-26.600000381469727,"PosY":0.15000000596046448,"PosZ":181.83999633789065,"NPCMonsterID":8002040,"EventID":20001111,"groupId":28,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":23.854000091552734,"PosY":0.25,"PosZ":233.22900390625,"RotY":0.0,"PropID":100017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Monitor_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"36":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.923999786376953,"PosY":0.1469999998807907,"PosZ":113.91999816894533,"RotY":90.0,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.05500030517578,"PosY":0.26016300916671753,"PosZ":107.72000122070312,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":19.30990982055664,"PosY":0.3709999918937683,"PosZ":105.52100372314452,"RotY":270.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":19.238000869750977,"PosY":0.14700199663639069,"PosZ":125.00499725341795,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.869999885559082,"PosY":0.14695100486278534,"PosZ":233.5110015869141,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.190000534057617,"PosY":0.14700199663639069,"PosZ":128.42999267578125,"RotY":180.0001983642578,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"41":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-0.5,"PosY":0.12299899756908415,"PosZ":49.59999084472656,"NPCMonsterID":8012020,"EventID":200011,"groupId":41,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"44":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":1.9160000085830688,"PosY":1.3075100183486938,"PosZ":131.7779998779297,"RotY":315.0,"PropID":100018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":26.177000045776367,"PosY":0.753000020980835,"PosZ":235.20599365234375,"RotY":314.0038146972656,"PropID":100020,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":52.4630012512207,"PosY":0.8069999814033508,"PosZ":187.552001953125,"RotY":315.0,"PropID":100018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":48.97200012207031,"PosY":0.9470000267028807,"PosZ":199.31199645996097,"RotY":315.0,"PropID":100018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":43.3489990234375,"PosY":0.9079999923706055,"PosZ":194.74099731445312,"RotY":230.90480041503903,"PropID":100020,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":47.14400100708008,"PosY":0.8840000033378601,"PosZ":189.34100341796875,"RotY":14.999950408935549,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.9589999914169312,"PosY":1.3075100183486938,"PosZ":131.7779998779297,"RotY":44.99993896484375,"PropID":100020,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"83":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.40910005569458,"PosY":0.1469999998807907,"PosZ":56.5620002746582,"RotY":90.0,"PropID":100061,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_RoguePhoto_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":3.407900094985962,"PosY":0.1469999998807907,"PosZ":56.44300079345703,"RotY":90.0,"PropID":100062,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_RoguePhoto_05_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.40910005569458,"PosY":0.1469999998807907,"PosZ":46.347999572753906,"RotY":90.0,"PropID":100063,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_RoguePhoto_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":3.407900094985962,"PosY":0.1469999998807907,"PosZ":46.46099853515625,"RotY":90.0,"PropID":100064,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_RoguePhoto_04_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":3.4010000228881836,"PosY":0.1469999998807907,"PosZ":66.43699645996094,"RotY":270.0,"PropID":100065,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_RoguePhoto_03_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":8.913000106811523,"PosY":0.1474969983100891,"PosZ":3.086999893188477,"RotY":30.190500259399418,"PropID":100060,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_HertaPhoto_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"91":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":15.18000030517578,"PosY":0.1469610035419464,"PosZ":227.91000366210935,"RotY":0.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.820000171661377,"PosY":0.14700999855995178,"PosZ":154.35000610351565,"RotY":0.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":27.040000915527344,"PosY":0.1471100002527237,"PosZ":185.77999877929688,"RotY":0.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.31518840789795,"PosY":0.15199999511241913,"PosZ":10.050000190734863,"RotY":0.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"93":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.889998912811279,"PosY":1.1500569581985474,"PosZ":2.109998941421509,"RotY":300.0,"PropID":702,"AnchorID":1,"AnchorGroupID":93,"MappingInfoID":1101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":30.0,"PosX":-4.889998912811279,"PosY":0.15005700290203094,"PosZ":2.109998941421509,"NPCMonsterID":8013012,"EventID":101201,"groupId":93,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-1.2499990463256836,"PosY":0.14679400622844696,"PosZ":6.710000038146973,"RotY":210.0,"groupId":0}}},"94":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.40910005569458,"PosY":1.8470000028610227,"PosZ":56.5620002746582,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.40910005569458,"PosY":1.8470000028610227,"PosZ":46.347999572753906,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":3.4010000228881836,"PosY":1.8470000028610227,"PosZ":66.43699645996094,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":3.407900094985962,"PosY":1.8470000028610227,"PosZ":46.46099853515625,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":3.407900094985962,"PosY":1.8470000028610227,"PosZ":56.44300079345703,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":8.913000106811523,"PosY":1.6749999523162842,"PosZ":3.086999893188477,"RotY":30.190500259399418,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P20002_F20002001":{"teleports":{"1004":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-153.25999450683594,"PosY":-0.16300000250339508,"PosZ":-61.52000045776367,"RotY":180.0,"PropID":801,"AnchorID":1,"AnchorGroupID":99,"MappingInfoID":1004,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"},"1201":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.985865116119385,"PosY":1.1959999799728394,"PosZ":-73.13514709472656,"RotY":182.18260192871097,"PropID":901,"AnchorID":1,"AnchorGroupID":15,"MappingInfoID":1201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_02_Entity.json"},"2242":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.51799774169922,"PosY":-3.124000072479248,"PosZ":-72.16999816894531,"RotY":0.0,"PropID":131,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2242,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10020":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-109.84999847412108,"PosY":18.597700119018555,"PosZ":-94.5999984741211,"RotY":340.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10020,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10021":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-163.36000061035156,"PosY":2.7697010040283203,"PosZ":-29.170000076293945,"RotY":118.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10021,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10026":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.41000366210938,"PosY":2.7697339057922363,"PosZ":-38.59999084472656,"RotY":208.67840576171875,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10026,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10027":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-111.2699966430664,"PosY":18.597700119018555,"PosZ":-55.34000015258789,"RotY":200.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10027,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2000201":{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":47.06000900268555,"PosY":3.4382998943328857,"PosZ":-112.98999786376952,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":1,"MappingInfoID":2000201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2000202":{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-138.64999389648438,"PosY":-0.1010970026254654,"PosZ":-75.29000091552734,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2000202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2000203":{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.209999084472656,"PosY":18.610000610351562,"PosZ":-93.19000244140624,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2000203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2000204":{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.8499984741211,"PosY":-3.1950020790100098,"PosZ":-67.30000305175781,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2000204,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":47.06000900268555,"PosY":3.4382998943328857,"PosZ":-112.98999786376952,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":1,"MappingInfoID":2000201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-138.64999389648438,"PosY":-0.1010970026254654,"PosZ":-75.29000091552734,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2000202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.209999084472656,"PosY":18.610000610351562,"PosZ":-93.19000244140624,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2000203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.8499984741211,"PosY":-3.1950020790100098,"PosZ":-67.30000305175781,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2000204,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.41799926757812,"PosY":18.81800079345703,"PosZ":-72.2779998779297,"RotY":0.0,"PropID":131,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2242,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.51799774169922,"PosY":-3.124000072479248,"PosZ":-72.16999816894531,"RotY":0.0,"PropID":131,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2242,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":38.130001068115234,"PosY":3.44375991821289,"PosZ":-113.94000244140624,"RotY":289.01031494140625,"groupId":0},"2":{"ID":2,"PosX":-134.97999572753906,"PosY":-0.11522799730300903,"PosZ":-73.03600311279298,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":-32.66999816894531,"PosY":18.60998916625977,"PosZ":-95.33999633789062,"RotY":296.9999084472656,"groupId":0},"4":{"ID":4,"PosX":-69.86000061035156,"PosY":-3.1950020790100098,"PosZ":-62.70000076293945,"RotY":260.0,"groupId":0},"5":{"ID":5,"PosX":-67.26000213623047,"PosY":18.65999984741211,"PosZ":-73.2300033569336,"RotY":90.0,"groupId":0},"6":{"ID":6,"PosX":-64.69000244140625,"PosY":18.65999984741211,"PosZ":-73.16000366210938,"RotY":88.94908905029298,"groupId":0},"7":{"ID":7,"PosX":-66.0,"PosY":-3.194999933242798,"PosZ":-73.13800048828125,"RotY":90.0,"groupId":0}}},"2":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.58999633789064,"PosY":2.76476788520813,"PosZ":-114.22000122070312,"RotY":110.0,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"3":{"props":[{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.5,"PosY":6.820000171661377,"PosZ":-122.19000244140624,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.76599884033205,"PosY":5.058000087738037,"PosZ":-119.58899688720705,"RotY":269.8511962890625,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_04.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.515000104904175,"PosY":2.940000057220459,"PosZ":-100.82599639892578,"RotY":288.0172119140625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.599000930786133,"PosY":2.8642001152038574,"PosZ":-99.85198974609376,"RotY":197.1578063964844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.4699999988079071,"PosY":2.880000114440918,"PosZ":-99.19000244140624,"RotY":107.61840057373048,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.98999786376952,"PosY":-0.10108800232410432,"PosZ":-73.19000244140625,"RotY":269.4721984863281,"PropID":100003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_03_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.98999786376952,"PosY":-0.10108800232410432,"PosZ":-73.19000244140625,"RotY":269.4721984863281,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.3209991455078,"PosY":-0.10100000351667404,"PosZ":-74.64600372314453,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.16100311279295,"PosY":-0.06061999872326851,"PosZ":-64.69000244140625,"RotY":17.052549362182617,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.8280029296875,"PosY":0.5037999749183655,"PosZ":-73.35299682617188,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.98999786376952,"PosY":-0.10899999737739564,"PosZ":-62.61600112915039,"RotY":18.84663963317871,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.01199340820312,"PosY":2.8239998817443848,"PosZ":-57.98099899291992,"RotY":27.345439910888672,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.51019287109375,"PosY":2.769700050354004,"PosZ":-55.0901985168457,"RotY":297.3319091796875,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.03700256347656,"PosY":2.747999906539917,"PosZ":-61.72600173950195,"RotY":207.34539794921875,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.99000549316406,"PosY":-0.05999999865889549,"PosZ":-73.29000091552734,"RotY":270.29058837890625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.72799682617188,"PosY":-0.11879999935626984,"PosZ":-73.2770004272461,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.3990020751953,"PosY":-0.11500000208616255,"PosZ":-71.73999786376953,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.15599822998048,"PosY":-0.06061999872326851,"PosZ":-81.74400329589844,"RotY":342.918701171875,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.82900238037108,"PosY":0.5037999749183655,"PosZ":-73.06099700927734,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.437999963760376,"PosY":2.9159998893737793,"PosZ":-45.5620002746582,"RotY":253.3134002685547,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.595001220703125,"PosY":2.863899946212769,"PosZ":-46.51599884033203,"RotY":163.2006072998047,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300038,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.440999984741211,"PosY":2.868000030517578,"PosZ":-48.071998596191406,"RotY":252.3999938964844,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":42.74800109863281,"PosY":3.484999895095825,"PosZ":-115.47100067138672,"RotY":288.0172119140625,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":42.74760055541992,"PosY":3.484999895095825,"PosZ":-115.47589874267578,"RotY":288.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":58.12200164794922,"PosY":3.4590001106262207,"PosZ":-118.55699920654295,"RotY":108.14640045166016,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.909999847412108,"PosY":18.60000991821289,"PosZ":-106.13999938964844,"RotY":27.836950302124023,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.577646017074585,"PosY":4.253989219665527,"PosZ":-104.2855987548828,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-146.89720153808594,"PosY":2.769700050354004,"PosZ":-37.39128875732422,"RotY":207.33189392089844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.44529724121094,"PosY":2.761699914932251,"PosZ":-91.41277313232422,"RotY":63.4650993347168,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.20500183105467,"PosY":2.759999990463257,"PosZ":-106.13500213623048,"RotY":243.83740234375,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.17889404296875,"PosY":2.761699914932251,"PosZ":-108.79229736328124,"RotY":153.8177032470703,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.93501281738281,"PosY":10.28219985961914,"PosZ":-114.41400146484376,"RotY":97.351806640625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300032,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.6510009765625,"PosY":10.281900405883787,"PosZ":-114.38800048828124,"RotY":83.36382293701172,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300044,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.402719497680664,"PosY":18.680599212646484,"PosZ":-108.90859985351564,"RotY":27.743419647216797,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300033,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.9060001373291,"PosY":18.60810089111328,"PosZ":-106.06300354003906,"RotY":297.743408203125,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300034,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.9990668296813965,"PosY":18.610000610351562,"PosZ":-109.37870025634766,"RotY":27.85569953918457,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300045,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.98855972290039,"PosY":18.68267059326172,"PosZ":-92.47281646728516,"RotY":117.85569763183594,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.11956024169922,"PosY":18.610000610351562,"PosZ":-93.98902893066406,"RotY":27.85572052001953,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300036,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.59674072265625,"PosY":18.610700607299805,"PosZ":-51.44636154174805,"RotY":332.61090087890625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300037,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.351879119873047,"PosY":18.610700607299805,"PosZ":-36.29431915283203,"RotY":332.61090087890625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300043,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.513000011444092,"PosY":1.0365999937057495,"PosZ":-73.19599914550781,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300046,"Category":"","GroupName":"","LoadSide":null,"PosX":43.1662712097168,"PosY":3.4809999465942383,"PosZ":-31.972400665283203,"RotY":253.43350219726565,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300047,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.47700881958008,"PosY":-0.9812999963760376,"PosZ":-73.18800354003906,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300048,"Category":"","GroupName":"","LoadSide":null,"PosX":-197.91200256347656,"PosY":2.9860000610351562,"PosZ":-87.88099670410156,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300039,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.862998962402344,"PosY":17.689699172973633,"PosZ":-62.867000579833984,"RotY":343.5,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300040,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.33100128173828,"PosY":17.65570068359375,"PosZ":-86.50800323486328,"RotY":160.8614044189453,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300041,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.1251983642578,"PosY":2.699700117111206,"PosZ":-33.1297492980957,"RotY":207.33189392089844,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300042,"Category":"","GroupName":"","LoadSide":null,"PosX":53.196998596191406,"PosY":3.4382998943328857,"PosZ":-118.87000274658205,"RotY":288.0,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300049,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.402219772338867,"PosY":18.610029220581055,"PosZ":-100.18150329589844,"RotY":117.85569763183594,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":53.10927963256836,"PosX":-60.880001068115234,"PosY":-1.3700000047683716,"PosZ":-58.18000030517578,"NPCMonsterID":8012020,"EventID":20002002,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":35.0,"PosX":-101.38999938964844,"PosY":-1.5254000425338743,"PosZ":-97.75,"NPCMonsterID":8012020,"EventID":20002004,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":120.0,"PosX":-134.82000732421875,"PosY":2.7528750896453857,"PosZ":-62.040000915527344,"NPCMonsterID":8011010,"EventID":20002005,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":111.47740173339844,"PosX":-127.78700256347656,"PosY":2.7617299556732178,"PosZ":-93.30502319335938,"NPCMonsterID":8012010,"EventID":20002007,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":0.0,"PosX":-71.18099975585938,"PosY":10.520000457763672,"PosZ":-121.80999755859376,"NPCMonsterID":8012020,"EventID":20002008,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.68000030517578,"PosY":18.260000228881836,"PosZ":-82.93000030517578,"RotY":193.8354034423828,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.584999084472656,"PosY":18.6299991607666,"PosZ":-88.59100341796875,"RotY":193.92970275878903,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_04.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-178.05999755859375,"PosY":-0.38999998569488525,"PosZ":-61.06999969482422,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-177.69000244140625,"PosY":-7.645999908447266,"PosZ":-74.27200317382812,"RotY":180.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.3300018310547,"PosY":-0.4149999916553498,"PosZ":-71.33000183105469,"RotY":270.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-169.86000061035156,"PosY":-4.599999904632568,"PosZ":-79.58000183105469,"RotY":0.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-194.5399932861328,"PosY":-0.3779999911785126,"PosZ":-69.6500015258789,"RotY":90.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.62100219726565,"PosY":-0.4000000059604645,"PosZ":-79.91999816894531,"RotY":180.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-171.67799377441406,"PosY":-4.388881206512451,"PosZ":-85.97599792480469,"RotY":180.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-207.947998046875,"PosY":-4.22599983215332,"PosZ":-86.08999633789062,"RotY":180.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.91099548339844,"PosY":-0.17800000309944153,"PosZ":-73.13400268554688,"RotY":0.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.47000122070312,"PosY":-3.194999933242798,"PosZ":-72.25499725341797,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Elevator_Console_1F.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.47000122070312,"PosY":18.66370010375977,"PosZ":-72.25499725341797,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Elevator_Console_2F.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.80599975585938,"PosY":-1.4352999925613403,"PosZ":-73.2080078125,"RotY":90.0,"PropID":100007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Elevator_Move_01.json","State":"Elevator1","propStateList":["Elevator1","Elevator2","Elevator3"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Elevator_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-76.80599975585938,"PosY":-1.4352999925613403,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":-76.80599975585938,"PosY":20.564699172973633,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":-67.68000030517578,"PosY":-3.194999933242798,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":-67.68000030517578,"PosY":18.66370010375977,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0}}},"10":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.77100372314453,"PosY":-3.1950020790100098,"PosZ":-65.36100006103516,"RotY":312.9971923828125,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.06100463867188,"PosY":2.783379077911377,"PosZ":-60.790000915527344,"RotY":160.4951934814453,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.4080047607422,"PosY":2.761651039123535,"PosZ":-104.64099884033205,"RotY":243.49159240722656,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-83.94200134277344,"PosY":10.284999847412108,"PosZ":-110.94400024414064,"RotY":121.09719848632812,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.9640007019043,"PosY":18.626480102539062,"PosZ":-94.31700134277344,"RotY":20.0,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.23999999463558197,"PosY":18.610700607299805,"PosZ":-31.649999618530273,"RotY":242.0,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.50399780273438,"PosY":18.663999557495117,"PosZ":-81.17400360107422,"RotY":225.0,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.985000133514404,"PosY":18.610000610351562,"PosZ":-118.85900115966795,"RotY":27.745410919189453,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-204.60000610351565,"PosY":2.9663679599761963,"PosZ":-81.45999908447266,"RotY":180.0,"PropID":60003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_03_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-109.84999847412108,"PosY":18.597700119018555,"PosZ":-94.5999984741211,"RotY":341.84710693359375,"PropID":60002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-163.2899932861328,"PosY":2.7697010040283203,"PosZ":-29.038000106811523,"RotY":118.0,"PropID":60002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.38600158691406,"PosY":18.611230850219727,"PosZ":-52.0369987487793,"RotY":165.0,"PropID":60002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"12":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.06999969482422,"PosY":-1.037999987602234,"PosZ":-78.97000122070312,"RotY":65.1263427734375,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.3489990234375,"PosY":-3.1530001163482666,"PosZ":-78.53199768066406,"RotY":210.42449951171875,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.44200134277344,"PosY":2.76200008392334,"PosZ":-91.92500305175781,"RotY":153.99290466308594,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.01000213623047,"PosY":10.279999732971191,"PosZ":-124.29799652099608,"RotY":179.59190368652344,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.26699829101565,"PosY":2.759999990463257,"PosZ":-115.25299835205078,"RotY":335.0000915527344,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.63800048828125,"PosY":10.284999847412108,"PosZ":-110.71800231933594,"RotY":237.57460021972656,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.7449951171875,"PosY":-0.09000000357627869,"PosZ":-70.26899719238281,"RotY":268.8659973144531,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.292999267578125,"PosY":1.0390000343322754,"PosZ":-94.14700317382812,"RotY":285.7034912109375,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.90200042724608,"PosY":-1.524999976158142,"PosZ":-88.95700073242188,"RotY":222.71279907226565,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.400999069213867,"PosY":18.6200008392334,"PosZ":-90.44999694824219,"RotY":28.316059112548828,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":2.759999990463257,"PosY":2.8550000190734863,"PosZ":-31.780000686645508,"RotY":253.35450744628903,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"13":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.5890007019043,"PosY":-1.5440000295639038,"PosZ":-70.16999816894531,"RotY":90.0,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"14":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.1299991607666,"PosY":18.690439224243164,"PosZ":-62.560001373291016,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":240.0,"PosX":-31.15999984741211,"PosY":18.610700607299805,"PosZ":-49.40999984741211,"NPCMonsterID":8012010,"EventID":20003201,"groupId":14,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":5.380000114440918,"PosY":3.3640708923339844,"PosZ":-42.97999954223633,"RotY":0.0,"groupId":0}}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.985865116119385,"PosY":1.1959999799728394,"PosZ":-73.13514709472656,"RotY":182.18260192871097,"PropID":901,"AnchorID":1,"AnchorGroupID":15,"MappingInfoID":1201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-7.796000003814697,"PosY":1.0394760370254517,"PosZ":-73.1050033569336,"RotY":92.18260192871094,"groupId":0}}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.8700008392334,"PosY":1.0428459644317627,"PosZ":-73.33999633789062,"RotY":90.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.270000457763672,"PosY":1.0394870042800903,"PosZ":-66.2699966430664,"RotY":0.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-16.1299991607666,"PosY":1.0394870042800903,"PosZ":-75.30000305175781,"Name":"NPC1","RotY":299.768798828125,"NPCID":2001,"groupId":16,"IsDelete":false,"IsClientOnly":false}],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-14.199999809265137,"PosY":1.5200010538101196,"PosZ":-74.19000244140625,"NPCMonsterID":8011010,"EventID":20002001,"groupId":16,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"26":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.720001220703125,"PosY":18.58300018310547,"PosZ":-66.0999984741211,"RotY":253.5189971923828,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_Common.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.70000076293945,"PosY":18.611230850219727,"PosZ":-51.95000076293945,"RotY":165.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10020,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.70000076293945,"PosY":18.611230850219727,"PosZ":-51.95000076293945,"RotY":165.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_ChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.57899475097656,"PosY":2.7697339057922363,"PosZ":-38.96900177001953,"RotY":207.07310485839844,"PropID":60002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.41000366210938,"PosY":2.7697339057922363,"PosZ":-38.59999084472656,"RotY":208.67840576171875,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10026,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":195.0,"PosX":-130.39999389648438,"PosY":2.7697339057922363,"PosZ":-40.53998947143555,"NPCMonsterID":8012020,"EventID":20002231,"groupId":27,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":213.01910400390625,"PosX":-128.02999877929688,"PosY":2.7697339057922363,"PosZ":-40.89999008178711,"NPCMonsterID":8012010,"EventID":20002233,"groupId":27,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-111.2699966430664,"PosY":18.597700119018555,"PosZ":-55.34000015258789,"RotY":200.0,"PropID":60003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-111.2699966430664,"PosY":18.597700119018555,"PosZ":-55.34000015258789,"RotY":200.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10027,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":200.0,"PosX":-113.16999816894533,"PosY":18.597700119018555,"PosZ":-60.56999969482422,"NPCMonsterID":8013010,"EventID":20002232,"groupId":28,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"30":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":45.0,"PosX":-60.93199920654297,"PosY":-1.36899995803833,"PosZ":-58.20600128173828,"NPCMonsterID":8012020,"EventID":20002102,"groupId":30,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":0.0,"PosX":-154.10000610351565,"PosY":-4.388885021209717,"PosZ":-94.19000244140624,"NPCMonsterID":8012020,"EventID":20002104,"groupId":30,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":120.0,"PosX":-134.8800048828125,"PosY":2.7528750896453857,"PosZ":-62.08000183105469,"NPCMonsterID":8011010,"EventID":20002105,"groupId":30,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":66.25485229492188,"PosX":-118.05999755859376,"PosY":2.761699914932251,"PosZ":-94.43000793457033,"NPCMonsterID":8012010,"EventID":20002107,"groupId":30,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":0.0,"PosX":-71.18000030517578,"PosY":10.520000457763672,"PosZ":-121.80999755859376,"NPCMonsterID":8012020,"EventID":20002108,"groupId":30,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":0.0,"PosX":-183.27999877929688,"PosY":-7.670000076293945,"PosZ":-77.01000213623047,"NPCMonsterID":8012020,"EventID":20002112,"groupId":30,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":270.0,"PosX":-57.66999816894531,"PosY":-1.0553330183029177,"PosZ":-95.30999755859376,"NPCMonsterID":8012020,"EventID":20002131,"groupId":30,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":90.0,"PosX":-60.52000045776367,"PosY":-1.1736860275268557,"PosZ":-95.12000274658203,"NPCMonsterID":8012010,"EventID":20002132,"groupId":30,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"32":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.55999755859376,"PosY":18.600000381469727,"PosZ":-83.06900024414062,"RotY":72.09117126464844,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_Common.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-109.84999847412108,"PosY":18.597700119018555,"PosZ":-94.5999984741211,"RotY":340.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10020,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-111.60630035400392,"PosY":18.57069969177246,"PosZ":-90.50811767578124,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_ChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"33":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.60000610351565,"PosY":3.009999990463257,"PosZ":-32.68000030517578,"RotY":207.5406036376953,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_Common.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-163.36000061035156,"PosY":2.7697010040283203,"PosZ":-29.170000076293945,"RotY":118.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10021,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-163.36000061035156,"PosY":2.7697010040283203,"PosZ":-29.170000076293945,"RotY":118.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_ChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"38":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.02100372314453,"PosY":-1.4600000381469729,"PosZ":-59.19300079345703,"RotY":315.37200927734375,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.64099884033203,"PosY":-1.4600000381469729,"PosZ":-87.28399658203125,"RotY":315.37200927734375,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"40":{"props":[{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.48999786376952,"PosY":18.59769058227539,"PosZ":-70.52999877929688,"RotY":266.158203125,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-136.46200561523438,"PosY":2.753000020980835,"PosZ":-84.43699645996094,"RotY":21.962610244750977,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.44000244140625,"PosY":-3.1950020790100098,"PosZ":-59.43000030517578,"RotY":165.9080047607422,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.8000946044922,"PosY":2.7697439193725586,"PosZ":-50.43764877319336,"RotY":200.81320190429688,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-151.52999877929688,"PosY":-0.1626850068569183,"PosZ":-66.55999755859375,"RotY":210.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.780445098876953,"PosY":1.0394760370254517,"PosZ":-70.20307922363281,"RotY":0.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":41.41299819946289,"PosY":5.938000202178955,"PosZ":-107.11599731445312,"RotY":209.9989013671875,"PropID":100031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_Conch_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":31.42799949645996,"PosY":6.203000068664551,"PosZ":-41.08399963378906,"RotY":165.39999389648438,"PropID":100033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_FZY_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":31.98699951171875,"PosY":6.090000152587891,"PosZ":-119.93599700927734,"RotY":16.15266990661621,"PropID":100034,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_GeneralOddity_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":37.4370002746582,"PosY":6.127999782562256,"PosZ":-119.37200164794922,"RotY":30.24047088623047,"PropID":100035,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_GeneralOddity_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":23.187000274658203,"PosY":5.961999893188477,"PosZ":-114.76100158691406,"RotY":18.213369369506836,"PropID":100036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_GeneralOddity_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":27.163000106811523,"PosY":5.965000152587891,"PosZ":-102.50900268554688,"RotY":277.3691101074219,"PropID":100037,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_GradingGun_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":37.87699890136719,"PosY":6.196000099182129,"PosZ":-27.950000762939453,"RotY":340.6549987792969,"PropID":100038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_HandStove_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":40.93399810791016,"PosY":5.934000015258789,"PosZ":-38.21099853515625,"RotY":344.3403015136719,"PropID":100039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_PlanetMeasure_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":27.68000030517578,"PosY":5.929999828338623,"PosZ":-28.70199966430664,"RotY":163.17239379882812,"PropID":100042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_Unbearable_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":33.042999267578125,"PosY":6.090000152587891,"PosZ":-29.361000061035156,"RotY":343.6929016113281,"PropID":100034,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_GeneralOddity_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":36.757999420166016,"PosY":6.127999782562256,"PosZ":-41.76100158691406,"RotY":342.6579895019531,"PropID":100035,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_GeneralOddity_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":31.246000289916992,"PosY":5.8979997634887695,"PosZ":-106.09100341796876,"RotY":288.3866882324219,"PropID":100032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_DamagedOddity_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":27.31001091003418,"PosY":6.127999782562256,"PosZ":-118.38040161132812,"RotY":133.48269653320312,"PropID":100035,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_GeneralOddity_02_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":36.7760009765625,"PosY":5.8979997634887695,"PosZ":-121.46299743652344,"RotY":288.3866882324219,"PropID":100032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_DamagedOddity_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":37.256000518798835,"PosY":5.789999961853027,"PosZ":-25.819000244140625,"RotY":253.4904937744141,"PropID":100032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_DamagedOddity_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":36.696998596191406,"PosY":5.8979997634887695,"PosZ":-105.53800201416016,"RotY":288.3866882324219,"PropID":100032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_DamagedOddity_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":31.87299919128418,"PosY":6.090000152587891,"PosZ":-104.0500030517578,"RotY":16.15266990661621,"PropID":100034,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_GeneralOddity_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":27.959999084472656,"PosY":5.8979997634887695,"PosZ":-116.29000091552734,"RotY":288.3866882324219,"PropID":100032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_DamagedOddity_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":27.20599937438965,"PosY":6.116000175476074,"PosZ":-44.61199951171875,"RotY":161.3000030517578,"PropID":100041,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_SYJSP_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":23.507999420166016,"PosY":5.789999961853027,"PosZ":-32.196998596191406,"RotY":343.82000732421875,"PropID":100040,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_Poker_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"46":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":343.0,"PosX":-133.92100524902344,"PosY":2.7799999713897705,"PosZ":-102.94300079345705,"NPCMonsterID":8002040,"EventID":20002109,"groupId":46,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"51":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":158.58489990234375,"PosX":-0.5580000281333923,"PosY":2.8437659740448,"PosZ":-42.29999923706055,"NPCMonsterID":8012010,"EventID":20003209,"groupId":51,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"57":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.46299934387207,"PosY":19.367000579833984,"PosZ":-101.90000152587892,"RotY":263.6122131347656,"PropID":100020,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.95799255371094,"PosY":3.5230000019073486,"PosZ":-101.52100372314452,"RotY":332.4693908691406,"PropID":100018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.98400115966795,"PosY":3.5239999294281006,"PosZ":-42.80699920654297,"RotY":7.4401330947875985,"PropID":100018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-106.95400238037108,"PosY":0.6624000072479248,"PosZ":-67.18499755859375,"RotY":214.98919677734375,"PropID":100020,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":14.401000022888184,"PosY":3.9070000648498535,"PosZ":-53.15399932861328,"RotY":66.11514282226562,"PropID":100018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.31399917602539,"PosY":19.270999908447266,"PosZ":-43.527000427246094,"RotY":319.3663024902344,"PropID":100018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.167999267578125,"PosY":19.979999542236328,"PosZ":-55.073001861572266,"RotY":1.9015140533447263,"PropID":100020,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.0950000286102295,"PosY":3.6550159454345703,"PosZ":-104.85199737548828,"RotY":38.48783874511719,"PropID":100020,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_03_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.25600004196167,"PosY":3.763999938964844,"PosZ":-39.78200149536133,"RotY":73.50784301757812,"PropID":100020,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.80460357666016,"PosY":-0.0892290025949478,"PosZ":-66.67204284667969,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/Common_Raid_OpenEntrance.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-113.84300231933594,"PosY":-0.08921899646520615,"PosZ":-66.42500305175781,"Name":"NPC1","RotY":152.2613983154297,"NPCID":10120,"groupId":64,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-112.68679809570312,"PosY":-0.10108699649572372,"PosZ":-68.20211029052734,"RotY":330.0000915527344,"groupId":0}}},"71":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.959999084472656,"PosY":1.0394970178604126,"PosZ":-72.87000274658203,"RotY":0.0,"PropID":3001,"AnchorID":1,"AnchorGroupID":64,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid1_Entrance_Prop.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.2140007019043,"PosY":-0.6039999723434448,"PosZ":-73.87000274658203,"RotY":228.36810302734375,"PropID":100055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Wubwub_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.7400016784668,"PosY":-1.544260025024414,"PosZ":-80.44999694824219,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-43.84000015258789,"PosY":-1.544260025024414,"PosZ":-80.44000244140625,"Name":"NPC1","RotY":197.72120666503903,"NPCID":2001,"groupId":73,"IsDelete":false,"IsClientOnly":false}],"monsters":[{"ID":200001,"RotY":199.29100036621097,"PosX":-43.869998931884766,"PosY":-1.544260025024414,"PosZ":-80.31999969482422,"NPCMonsterID":8012010,"EventID":20003217,"groupId":73,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-41.27000045776367,"PosY":-1.544260025024414,"PosZ":-76.6500015258789,"RotY":180.0,"groupId":0}}},"74":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.3519999980926514,"PosY":3.368000030517578,"PosZ":-113.65699768066406,"RotY":86.25997924804688,"PropID":100055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Wubwub_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":8.710000038146973,"PosY":2.8437659740448,"PosZ":-115.48999786376952,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":8.880000114440918,"PosY":2.8437659740448,"PosZ":-114.41000366210938,"Name":"NPC1","RotY":145.16990661621094,"NPCID":2002,"groupId":74,"IsDelete":false,"IsClientOnly":false}],"monsters":[{"ID":200001,"RotY":145.35130310058594,"PosX":8.970000267028809,"PosY":2.8437659740448,"PosZ":-115.12999725341795,"NPCMonsterID":8012020,"EventID":20003218,"groupId":74,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":4.320000171661377,"PosY":2.8437659740448,"PosZ":-112.25,"RotY":155.0,"groupId":0}}},"78":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.77199935913086,"PosY":-1.0199999809265137,"PosZ":-84.35399627685547,"RotY":192.34190368652344,"PropID":100056,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Wubwub_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":26.973140716552734,"PosX":-44.7599983215332,"PosY":-1.544260025024414,"PosZ":-87.27999877929688,"NPCMonsterID":8012010,"EventID":20003221,"groupId":78,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"79":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":41.810001373291016,"PosY":3.8651010990142822,"PosZ":-40.90999984741211,"RotY":296.39630126953125,"PropID":100056,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Wubwub_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":111.3760986328125,"PosX":37.89556121826172,"PosY":3.9251821041107178,"PosZ":-37.98476028442382,"NPCMonsterID":8012020,"EventID":20003222,"groupId":79,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"99":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-153.25999450683594,"PosY":-0.16300000250339508,"PosZ":-61.52000045776367,"RotY":180.0,"PropID":801,"AnchorID":1,"AnchorGroupID":99,"MappingInfoID":1004,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-153.25999450683594,"PosY":-0.16300000250339508,"PosZ":-64.0199966430664,"RotY":0.0,"groupId":0}}},"105":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-106.95400238037108,"PosY":0.6624000072479248,"PosZ":-67.18499755859375,"RotY":214.98919677734375,"PropID":100020,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"106":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/N2/Chapter00_N201_MainMission_RoadBlock_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"110":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.46500015258789,"PosY":-1.534000039100647,"PosZ":-83.39800262451172,"RotY":0.0,"PropID":100070,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_AirBlock_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P20003_F20003001":{"teleports":{"1005":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":96.58999633789062,"PosY":74.24800109863281,"PosZ":115.13999938964844,"RotY":140.03480529785156,"PropID":801,"AnchorID":1,"AnchorGroupID":7,"MappingInfoID":1005,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"},"1301":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":247.16000366210935,"PosY":79.91999816894531,"PosZ":125.0500030517578,"RotY":50.0,"PropID":113,"AnchorID":1,"AnchorGroupID":34,"MappingInfoID":1301,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_WeeklyRaid_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EchoOfWar_01_Entity.json"},"2242":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.2710000276565552,"PosY":81.51323699951172,"PosZ":99.25900268554688,"RotY":0.0,"PropID":107,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2242,"InitLevelGraph":"Config/Level/Maze/Chapter00/Exit_N3.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2395":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":195.73599243164065,"PosY":83.7770004272461,"PosZ":133.55709838867188,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2395,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10022":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":126.00599670410156,"PosY":80.55599975585938,"PosZ":83.42400360107422,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10022,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10028":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":62.46799850463867,"PosY":78.66100311279298,"PosZ":141.218994140625,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10028,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2000301":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":11.920000076293944,"PosY":79.58399200439453,"PosZ":89.81999969482422,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":2,"MappingInfoID":2000301,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2000302":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":86.80000305175781,"PosY":78.66100311279298,"PosZ":137.8800048828125,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":2,"MappingInfoID":2000302,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2000303":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":185.3300018310547,"PosY":77.0999984741211,"PosZ":92.38999938964844,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":2,"MappingInfoID":2000303,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":39.86800003051758,"PosY":80.27200317382812,"PosZ":99.23799896240233,"RotY":270.0,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":39.867000579833984,"PosY":80.3270034790039,"PosZ":99.24101257324219,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":37.47100067138672,"PosY":80.26000213623047,"PosZ":97.10700225830078,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":189.12399291992188,"PosY":82.88865661621094,"PosZ":141.03599548339844,"RotY":180.00050354003906,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":189.12399291992188,"PosY":82.81598663330078,"PosZ":144.281005859375,"RotY":270.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":187.26300048828125,"PosY":82.83000183105469,"PosZ":144.35000610351565,"RotY":0.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":125.96610260009766,"PosY":80.50322723388672,"PosZ":126.90170288085938,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":125.96610260009766,"PosY":80.46080017089844,"PosZ":129.01199340820312,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":124.20600128173828,"PosY":80.46099853515625,"PosZ":129.30599975585938,"RotY":0.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.65775299072266,"PosZ":113.9302978515625,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.58399963378906,"PosZ":110.66600036621094,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":10.468999862670898,"PosY":79.62589263916016,"PosZ":110.45999908447266,"RotY":180.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":45.424259185791016,"PosY":0.10547100007534028,"PosZ":-127.5238037109375,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.018002033233643,"PosY":79.58200073242188,"PosZ":99.24299621582033,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.58399963378906,"PosZ":87.8179931640625,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":6.984000205993652,"PosY":79.59700012207033,"PosZ":88.03800201416016,"RotY":-0.00020700000459328297,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":8.729999542236328,"PosY":79.65775299072266,"PosZ":84.61000061035156,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":8.736191749572754,"PosY":76.65281677246094,"PosZ":67.87899780273438,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":8.743807792663574,"PosY":76.64998626708984,"PosZ":130.572998046875,"RotY":270.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":8.741621971130371,"PosY":76.66581726074219,"PosZ":156.01699829101565,"RotY":270.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":91.51599884033203,"PosY":75.84559631347656,"PosZ":124.88600158691406,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":125.99009704589844,"PosY":80.47088623046875,"PosZ":103.86599731445312,"RotY":90.00000762939453,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":133.4149932861328,"PosY":78.66098022460938,"PosZ":139.7100067138672,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":167.30880737304688,"PosY":82.82543182373047,"PosZ":156.19700622558594,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":125.98999786376952,"PosY":80.6510009765625,"PosZ":101.9290008544922,"RotY":180.0,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":11.920000076293944,"PosY":79.58399200439453,"PosZ":89.81999969482422,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":2,"MappingInfoID":2000301,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":86.80000305175781,"PosY":78.66100311279298,"PosZ":137.8800048828125,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":2,"MappingInfoID":2000302,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":185.3300018310547,"PosY":77.0999984741211,"PosZ":92.38999938964844,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":2,"MappingInfoID":2000303,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":4.559999942779541,"PosY":79.6259994506836,"PosZ":99.30000305175781,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":92.36000061035156,"PosY":78.66100311279298,"PosZ":140.0500030517578,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":187.8800048828125,"PosY":77.0159912109375,"PosZ":95.59200286865236,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":248.0800018310547,"PosY":79.91999816894531,"PosZ":81.06999969482422,"RotY":90.00023651123047,"groupId":0},"5":{"ID":5,"PosX":102.55999755859376,"PosY":65.18499755859375,"PosZ":99.25900268554688,"RotY":270.0,"groupId":0},"6":{"ID":6,"PosX":102.62000274658205,"PosY":74.16699981689453,"PosZ":99.28800201416016,"RotY":270.0,"groupId":0},"7":{"ID":7,"PosX":88.16999816894531,"PosY":75.7779998779297,"PosZ":118.46199798583984,"RotY":90.0,"groupId":0},"8":{"ID":8,"PosX":183.07000732421875,"PosY":82.68000030517578,"PosZ":131.85000610351565,"RotY":90.0,"groupId":0}}},"3":{"props":[{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":51.560001373291016,"PosY":80.28199768066406,"PosZ":77.60099792480469,"RotY":359.8940124511719,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":171.43600463867188,"PosY":82.8219985961914,"PosZ":146.2259979248047,"RotY":269.8945007324219,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":168.0489959716797,"PosY":77.0199966430664,"PosZ":99.98699951171876,"RotY":269.8945007324219,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":196.14199829101565,"PosY":77.01899719238281,"PosZ":91.99400329589844,"RotY":269.8945007324219,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":15.744000434875488,"PosY":79.58300018310547,"PosZ":107.2760009765625,"RotY":269.8945007324219,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":147.93600463867188,"PosY":79.91699981689453,"PosZ":146.34300231933594,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":24.93400001525879,"PosY":80.27999877929688,"PosZ":95.7969970703125,"RotY":89.99986267089844,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":180.53799438476565,"PosY":82.72000122070312,"PosZ":134.13999938964844,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":51.4900016784668,"PosY":63.9900016784668,"PosZ":105.52999877929688,"RotY":269.8945007324219,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":127.40200042724608,"PosY":78.66899871826172,"PosZ":143.2220001220703,"RotY":269.8945007324219,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":102.58000183105467,"PosY":74.25,"PosZ":112.08999633789064,"RotY":266.4385070800781,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":86.97000122070312,"PosY":63.9900016784668,"PosZ":120.40000152587892,"RotY":89.89469146728516,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":78.86000061035156,"PosY":63.9900016784668,"PosZ":78.74500274658203,"RotY":359.8945007324219,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":80.0199966430664,"PosY":78.66999816894531,"PosZ":137.58999633789065,"RotY":0.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":168.45799255371094,"PosY":82.61799621582033,"PosZ":131.6479949951172,"RotY":90.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":14.850000381469728,"PosY":79.62589263916016,"PosZ":88.66000366210938,"RotY":180.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":96.24223327636719,"PosY":74.08702087402344,"PosZ":109.71099853515624,"RotY":80.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":251.85000610351565,"PosY":79.91132354736328,"PosZ":126.81400299072266,"RotY":0.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"4":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":64.61900329589844,"PosY":80.33799743652344,"PosZ":99.12999725341797,"RotY":90.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":94.61399841308594,"PosY":74.0530014038086,"PosZ":103.22000122070312,"RotY":90.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":67.64600372314453,"PosY":80.0,"PosZ":110.34999847412108,"RotY":0.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":67.68000030517578,"PosY":79.9800033569336,"PosZ":88.23999786376953,"RotY":0.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":92.59600067138672,"PosY":65.09600067138672,"PosZ":102.44300079345705,"RotY":90.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_03.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":53.46200180053711,"PosY":63.96500015258789,"PosZ":96.38899993896484,"RotY":270.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":50.9370002746582,"PosY":63.98600006103515,"PosZ":78.39600372314453,"RotY":180.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":79.05999755859375,"PosY":64.01599884033203,"PosZ":96.53700256347656,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":230.0,"PosX":31.420000076293945,"PosY":80.24727630615236,"PosZ":99.48999786376953,"NPCMonsterID":8012010,"EventID":20003001,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":0.0,"PosX":97.08999633789062,"PosY":74.11199951171875,"PosZ":90.48999786376953,"NPCMonsterID":8012030,"EventID":20003003,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":0.0,"PosX":63.439998626708984,"PosY":80.26000213623047,"PosZ":118.1050033569336,"NPCMonsterID":8011010,"EventID":20003004,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":0.0,"PosX":142.8719940185547,"PosY":79.91699981689453,"PosZ":139.94200134277344,"NPCMonsterID":8012030,"EventID":20003006,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":0.0,"PosX":175.86000061035156,"PosY":82.83000183105469,"PosZ":144.23399353027344,"NPCMonsterID":8012010,"EventID":20003007,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":0.0,"PosX":182.11000061035156,"PosY":82.83000183105469,"PosZ":156.52000427246094,"NPCMonsterID":8012020,"EventID":20003008,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":96.58999633789062,"PosY":74.24800109863281,"PosZ":115.13999938964844,"RotY":140.03480529785156,"PropID":801,"AnchorID":1,"AnchorGroupID":7,"MappingInfoID":1005,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":98.25800323486328,"PosY":74.24800109863281,"PosZ":113.15200042724608,"RotY":320.0,"groupId":0}}},"18":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":14.68000030517578,"PosY":76.697998046875,"PosZ":61.57899856567382,"RotY":269.9999084472656,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":42.369998931884766,"PosY":80.22000122070312,"PosZ":115.52999877929688,"RotY":90.00012969970702,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":99.3219985961914,"PosY":74.25,"PosZ":119.38300323486328,"RotY":180.0,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":105.01599884033205,"PosY":78.66100311279298,"PosZ":128.9600067138672,"RotY":0.0,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":195.1580047607422,"PosY":82.8219985961914,"PosZ":153.78199768066406,"RotY":0.0003279999946244061,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":174.47999572753906,"PosY":77.06999969482422,"PosZ":91.63999938964844,"RotY":0.0,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":73.12255096435547,"PosY":64.20364379882812,"PosZ":99.21833038330078,"RotY":270.0,"PropID":60003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":127.12000274658205,"PosY":80.55599975585938,"PosZ":82.94499969482422,"RotY":0.0,"PropID":60002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":124.78500366210938,"PosY":80.55599975585938,"PosZ":82.9469985961914,"RotY":0.0,"PropID":60002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":127.1240005493164,"PosY":80.55599975585938,"PosZ":84.29499816894531,"RotY":0.0,"PropID":60002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":124.75399780273438,"PosY":80.55599975585938,"PosZ":84.30699920654298,"RotY":0.0,"PropID":60003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_03_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":125.46790313720705,"PosY":81.52229309082033,"PosZ":83.06524658203125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_HideChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":125.46790313720705,"PosY":81.52229309082033,"PosZ":83.06524658203125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_HideChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":125.46790313720705,"PosY":81.52229309082033,"PosZ":83.06524658203125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_HideChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":127.49929809570312,"PosY":80.53489685058594,"PosZ":83.11653900146484,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_ChestWaypointControl_N3_Customized.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":62.46799850463867,"PosY":78.66100311279298,"PosZ":141.218994140625,"RotY":90.0,"PropID":60003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":62.46799850463867,"PosY":78.66100311279298,"PosZ":141.218994140625,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10028,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":67.02999877929688,"PosY":78.66000366210938,"PosZ":140.22999572753906,"NPCMonsterID":8013010,"EventID":20003231,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":104.88999938964844,"PosY":74.16699981689453,"PosZ":97.33000183105469,"RotY":269.8558044433594,"PropID":100022,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_Elevator_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":104.88999938964844,"PosY":65.18399810791016,"PosZ":97.33000183105469,"RotY":270.0,"PropID":100022,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_Elevator_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"25":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":200.0,"PosX":30.459999084472656,"PosY":80.28620910644531,"PosZ":100.11000061035156,"NPCMonsterID":8012010,"EventID":20003101,"groupId":25,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":0.0,"PosX":29.516769409179688,"PosY":80.28620910644531,"PosZ":97.0593032836914,"NPCMonsterID":8012030,"EventID":20003103,"groupId":25,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":0.0,"PosX":63.459999084472656,"PosY":80.26000213623047,"PosZ":118.09500122070312,"NPCMonsterID":8011010,"EventID":20003104,"groupId":25,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":270.0000915527344,"PosX":127.69000244140624,"PosY":78.66000366210938,"PosZ":140.63600158691406,"NPCMonsterID":8012030,"EventID":20003106,"groupId":25,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":90.0,"PosX":77.2699966430664,"PosY":63.98569107055664,"PosZ":71.0199966430664,"NPCMonsterID":8012030,"EventID":20003112,"groupId":25,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":173.51229858398438,"PosX":100.04000091552734,"PosY":65.11068725585938,"PosZ":129.75999450683594,"NPCMonsterID":8012010,"EventID":20003113,"groupId":25,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"28":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":68.11000061035156,"PosY":63.7599983215332,"PosZ":126.4499969482422,"RotY":270.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":60.349998474121094,"PosY":63.689998626708984,"PosZ":99.23999786376953,"RotY":270.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":68.08999633789062,"PosY":63.7599983215332,"PosZ":72.01000213623047,"RotY":270.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":86.20999908447266,"PosY":64.30999755859375,"PosZ":99.23999786376953,"RotY":90.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":45.939998626708984,"PosY":63.75,"PosZ":112.75,"RotY":0.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"30":{"props":[{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":99.26000213623047,"PosY":74.25,"PosZ":79.13999938964844,"RotY":270.0002136230469,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"32":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":120.97000122070312,"PosY":80.06300354003906,"PosZ":97.43800354003906,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_Common.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":126.00599670410156,"PosY":80.55599975585938,"PosZ":83.42400360107422,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10022,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":127.67479705810548,"PosY":80.53489685058594,"PosZ":82.20844268798828,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_ChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"33":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":-0.00003199999991920777,"PosX":131.68899536132812,"PosY":80.47100067138672,"PosZ":120.13999938964844,"NPCMonsterID":8002040,"EventID":20003109,"groupId":33,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":247.16000366210935,"PosY":79.91999816894531,"PosZ":125.0500030517578,"RotY":50.0,"PropID":113,"AnchorID":1,"AnchorGroupID":34,"MappingInfoID":1301,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_WeeklyRaid_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EchoOfWar_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":248.2539978027344,"PosY":79.92677307128906,"PosZ":122.91600036621094,"RotY":343.7900085449219,"groupId":0}}},"41":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":125.97000122070312,"PosY":80.06300354003906,"PosZ":97.43800354003906,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_Common.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":126.00599670410156,"PosY":80.55599975585938,"PosZ":83.42400360107422,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10022,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"42":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":125.97000122070312,"PosY":80.06300354003906,"PosZ":97.43800354003906,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_Common.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":126.00599670410156,"PosY":80.55599975585938,"PosZ":83.42400360107422,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10022,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"43":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":125.97000122070312,"PosY":80.06300354003906,"PosZ":97.43800354003906,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_Common.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":126.00599670410156,"PosY":80.55599975585938,"PosZ":83.42400360107422,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10022,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"50":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":182.0196075439453,"PosX":8.970000267028809,"PosY":76.66097259521484,"PosZ":151.75999450683594,"NPCMonsterID":8012010,"EventID":20003204,"groupId":50,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"53":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":122.9810028076172,"PosY":80.947998046875,"PosZ":83.85600280761719,"RotY":144.11639404296875,"PropID":100018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":192.6790008544922,"PosY":83.57662200927734,"PosZ":155.28799438476565,"RotY":88.68418884277344,"PropID":100020,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":181.59500122070312,"PosY":83.54100036621094,"PosZ":145.66799926757812,"RotY":331.91400146484375,"PropID":100020,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"74":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":256.2200012207031,"PosY":78.7959976196289,"PosZ":44.32999038696289,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/N3-1/Chapter00_N301_StarTrain_State.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"91":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":56.9900016784668,"PosY":69.80000305175781,"PosZ":98.87999725341797,"RotY":90.0,"PropID":100057,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":63.70000076293945,"PosY":80.47870635986328,"PosZ":98.6500015258789,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":91.66000366210938,"PosY":75.79292297363281,"PosZ":122.37999725341795,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":44.459999084472656,"PosY":80.22297668457033,"PosZ":95.47000122070312,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":68.98999786376953,"PosY":80.43065643310547,"PosZ":99.45999908447266,"Name":"NPC1","RotY":97.12666320800781,"NPCID":2001,"groupId":91,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":66.62000274658203,"PosY":80.30558776855469,"PosZ":103.62000274658205,"Name":"NPC2","RotY":121.25900268554688,"NPCID":1992,"groupId":91,"IsDelete":false,"IsClientOnly":false}],"monsters":[{"ID":200001,"RotY":270.0,"PosX":68.47000122070312,"PosY":80.44132995605469,"PosZ":99.06999969482422,"NPCMonsterID":8013010,"EventID":20003219,"groupId":91,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":67.7300033569336,"PosY":80.30558776855469,"PosZ":99.54000091552734,"RotY":121.25900268554688,"groupId":0},"2":{"ID":2,"PosX":79.12000274658203,"PosY":86.1500015258789,"PosZ":99.1500015258789,"RotY":0.0,"groupId":0}}},"95":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":103.4280014038086,"PosY":78.66100311279298,"PosZ":132.27999877929688,"RotY":38.304908752441406,"PropID":100056,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":178.23049926757812,"PosX":105.36000061035156,"PosY":78.66100311279298,"PosZ":136.97000122070312,"NPCMonsterID":8012030,"EventID":20003223,"groupId":95,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"102":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":254.16099548339844,"PosY":81.5,"PosZ":42.03400039672851,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/N3-1/Chapter00_N301_EnterTrain.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"104":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.2710000276565552,"PosY":81.51323699951172,"PosZ":99.25900268554688,"RotY":0.0,"PropID":107,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2242,"InitLevelGraph":"Config/Level/Maze/Chapter00/Exit_N3.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"117":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":11.826979637145996,"PosY":77.4020004272461,"PosZ":148.55499267578125,"RotY":293.8116149902344,"PropID":100018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":117,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"118":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/N3-1/Chapter00_N301_MainMission_RoadBlock_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":118,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"123":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":44.005741119384766,"PosY":80.22297668457033,"PosZ":111.82900238037108,"RotY":0.0,"PropID":100071,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":123,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_AirBlock_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"149":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":195.77999877929688,"PosY":83.38500213623047,"PosZ":133.5659942626953,"RotY":0.0,"PropID":100008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Bubble_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":195.2030029296875,"PosY":82.83352661132812,"PosZ":132.2310028076172,"Name":"NPC1","RotY":321.89111328125,"NPCID":10123,"groupId":149,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":194.4803924560547,"PosY":82.83100891113281,"PosZ":134.92210388183594,"RotY":135.0,"groupId":0}}},"150":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":195.73599243164065,"PosY":83.7770004272461,"PosZ":133.55709838867188,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2395,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P20004_F20004001":{"teleports":{"1304":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.7580358982086186,"PosY":144.6699981689453,"PosZ":-14.085269927978516,"RotY":0.0,"PropID":113,"AnchorID":1,"AnchorGroupID":49,"MappingInfoID":1304,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_WeeklyRaid_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EchoOfWar_01_Entity.json"},"10020":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":86.16999816894531,"PosY":172.414794921875,"PosZ":-14.20009994506836,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10020,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10028":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":31.25,"PosY":169.6553955078125,"PosZ":88.46000671386719,"RotY":142.1427001953125,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10028,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2000401":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":16.549999237060547,"PosY":412.0819091796875,"PosZ":-6.199999809265137,"RotY":0.0,"PropID":101,"AnchorID":5,"AnchorGroupID":2,"MappingInfoID":2000401,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2000402":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.512999534606934,"PosY":180.91830444335935,"PosZ":-88.37899780273438,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":2,"MappingInfoID":2000402,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2000403":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":28.309999465942383,"PosY":172.314697265625,"PosZ":47.630001068115234,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":2,"MappingInfoID":2000403,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2000404":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":23.979999542236328,"PosY":143.9250946044922,"PosZ":-22.885459899902344,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":2,"MappingInfoID":2000404,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":16.549999237060547,"PosY":412.0819091796875,"PosZ":-6.199999809265137,"RotY":0.0,"PropID":101,"AnchorID":5,"AnchorGroupID":2,"MappingInfoID":2000401,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.512999534606934,"PosY":180.91830444335935,"PosZ":-88.37899780273438,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":2,"MappingInfoID":2000402,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":28.309999465942383,"PosY":172.314697265625,"PosZ":47.630001068115234,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":2,"MappingInfoID":2000403,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":23.979999542236328,"PosY":143.9250946044922,"PosZ":-22.885459899902344,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":2,"MappingInfoID":2000404,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":9.476350784301758,"PosY":412.08209228515625,"PosZ":-14.230010032653809,"RotY":90.0003890991211,"groupId":0},"2":{"ID":2,"PosX":-14.713930130004885,"PosY":180.91830444335935,"PosZ":-89.7699966430664,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":35.41999816894531,"PosY":172.314697265625,"PosZ":46.84000015258789,"RotY":50.00001907348633,"groupId":0},"4":{"ID":4,"PosX":26.290000915527344,"PosY":143.9250946044922,"PosZ":-17.739999771118164,"RotY":270.0,"groupId":0},"5":{"ID":5,"PosX":7.320000171661377,"PosY":412.081787109375,"PosZ":-1.4999990463256836,"RotY":270.0,"groupId":0}}},"4":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":45.891998291015625,"PosY":171.24000549316406,"PosZ":79.37000274658203,"RotY":232.2884063720703,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20004001/LG_Prop_F20004001_G4_300004.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":36.53799819946289,"PosY":171.24000549316406,"PosZ":90.62999725341797,"RotY":230.1728057861328,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20004001/LG_Prop_F20004001_G4_300005.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.51300048828125,"PosY":179.10299682617188,"PosZ":-117.80599975585938,"RotY":44.999969482421875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20004001/LG_Prop_F20004001_G4_300006.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.119998931884766,"PosY":178.9499969482422,"PosZ":-109.08899688720705,"RotY":39.42599105834961,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20004001/LG_Prop_F20004001_G4_300007.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.96900177001953,"PosY":178.9499969482422,"PosZ":-100.13899993896484,"RotY":40.818500518798835,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20004001/LG_Prop_F20004001_G4_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-50.650001525878906,"PosY":177.43209838867188,"PosZ":-98.19999694824219,"RotY":38.98857879638672,"groupId":0},"3":{"ID":3,"PosX":43.145999908447266,"PosY":169.7908935546875,"PosZ":77.1780014038086,"RotY":230.40069580078125,"groupId":0},"4":{"ID":4,"PosX":34.11600112915039,"PosY":169.7908935546875,"PosZ":88.44999694824219,"RotY":230.57400512695312,"groupId":0},"5":{"ID":5,"PosX":-29.399999618530273,"PosY":177.43209838867188,"PosZ":-115.0,"RotY":38.26169967651367,"groupId":0},"6":{"ID":6,"PosX":-40.311431884765625,"PosY":177.43209838867188,"PosZ":-106.8136978149414,"RotY":43.99188995361328,"groupId":0}}},"5":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":78.56999969482422,"PosY":172.70700073242188,"PosZ":-15.496000289916992,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_Common.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":81.6050033569336,"PosY":163.6199951171875,"PosZ":-14.231209754943848,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":86.16999816894531,"PosY":172.414794921875,"PosZ":-14.20009994506836,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10020,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":86.16999816894531,"PosY":172.414794921875,"PosZ":-14.20009994506836,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_ChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":86.16999816894531,"PosY":172.414794921875,"PosZ":-14.20009994506836,"RotY":270.0,"PropID":60002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/44201_Raid/Maze_InvisibleMonster_ClientBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200007,"RotY":40.0,"PosX":24.547740936279297,"PosY":172.39999389648438,"PosZ":-82.07453918457033,"NPCMonsterID":8022010,"EventID":20004006,"groupId":15,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":20.0,"PosX":65.70661926269531,"PosY":172.39999389648438,"PosZ":-39.124908447265625,"NPCMonsterID":8022010,"EventID":20004007,"groupId":15,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":0.0,"PosX":65.98999786376953,"PosY":172.39999389648438,"PosZ":-30.209999084472656,"NPCMonsterID":8022010,"EventID":20004008,"groupId":15,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":306.4704895019531,"PosX":61.125999450683594,"PosY":172.39999389648438,"PosZ":14.491999626159668,"NPCMonsterID":8022010,"EventID":20004009,"groupId":15,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":134.69549560546875,"PosX":23.100000381469727,"PosY":172.22470092773438,"PosZ":67.69000244140625,"NPCMonsterID":8022010,"EventID":20004012,"groupId":15,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.7160000801086426,"PosY":413.9754943847656,"PosZ":20.63599967956543,"RotY":180.0,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.04302978515624,"PosY":411.9078063964844,"PosZ":-18.25,"RotY":-0.00006800000119255856,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-55.507999420166016,"PosY":182.86199951171875,"PosZ":-13.965999603271484,"RotY":270.0,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":10.269000053405762,"PosY":180.92030334472656,"PosZ":-103.37899780273438,"RotY":220.0133056640625,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.81000900268555,"PosY":177.41439819335938,"PosZ":-95.27001190185547,"RotY":40.0,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":44.87799835205078,"PosY":172.2476043701172,"PosZ":62.691009521484375,"RotY":230.0,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":14.949999809265137,"PosY":172.2487030029297,"PosZ":64.8550033569336,"RotY":140.90960693359375,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.23400115966797,"PosY":182.83929443359375,"PosZ":45.31800079345703,"RotY":140.0,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.45800018310547,"PosY":177.54510498046875,"PosZ":30.072999954223633,"RotY":320.0,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":7.506999969482423,"PosY":172.22850036621094,"PosZ":89.68699645996094,"RotY":6.0,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":31.25,"PosY":169.6553955078125,"PosZ":88.46000671386719,"RotY":142.1427001953125,"PropID":60002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":142.1427001953125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":31.25,"PosY":169.6553955078125,"PosZ":88.46000671386719,"RotY":142.1427001953125,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10028,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":337.9054870605469,"PosX":31.845230102539062,"PosY":169.7908935546875,"PosZ":85.15873718261719,"NPCMonsterID":8022010,"EventID":20004231,"groupId":34,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":269.527587890625,"PosX":34.91157150268555,"PosY":169.7908935546875,"PosZ":87.85391998291016,"NPCMonsterID":8022010,"EventID":20004232,"groupId":34,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.65999984741211,"PosY":182.86199951171875,"PosZ":-21.520000457763672,"RotY":80.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":50.87099075317382,"PosY":172.39999389648438,"PosZ":-59.02399826049805,"RotY":60.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":47.540000915527344,"PosY":169.6553955078125,"PosZ":75.00000762939453,"RotY":290.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.23762893676758,"PosY":411.9078063964844,"PosZ":-10.233380317687988,"RotY":269.8945007324219,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.66000366210938,"PosY":411.9078063964844,"PosZ":-17.989999771118164,"RotY":269.8945007324219,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.0389599800109863,"PosY":412.081787109375,"PosZ":6.833491802215576,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.9274139404296875,"PosY":412.0819091796875,"PosZ":-35.50999069213867,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.854000091552734,"PosY":182.86199951171875,"PosZ":-61.28300094604492,"RotY":134.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.7490005493164,"PosY":182.86199951171875,"PosZ":-31.660999298095703,"RotY":77.036376953125,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.63949966430664,"PosY":180.91830444335935,"PosZ":-93.97554779052734,"RotY":40.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":6.531005859375,"PosY":180.92030334472656,"PosZ":-97.33499908447266,"RotY":310.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":14.88700008392334,"PosY":174.87669372558594,"PosZ":-110.43599700927734,"RotY":130.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.9427604675293,"PosY":177.41439819335938,"PosZ":-87.55880737304688,"RotY":220.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.72499084472656,"PosY":177.41439819335938,"PosZ":-104.1969985961914,"RotY":40.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.008996963500977,"PosY":172.29849243164065,"PosZ":-89.69400024414062,"RotY":83.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":32.70100021362305,"PosY":172.22520446777344,"PosZ":68.70999908447266,"RotY":50.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":3.0799999237060547,"PosY":172.22470092773438,"PosZ":69.77999877929688,"RotY":53.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.64300155639648,"PosY":172.24139404296875,"PosZ":35.09600067138672,"RotY":50.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.51399993896485,"PosY":172.24139404296875,"PosZ":33.750999450683594,"RotY":50.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.201690673828125,"PosY":182.86199951171875,"PosZ":33.69282913208008,"RotY":130.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":2.018402099609375,"PosY":412.08209228515625,"PosZ":-13.366909980773926,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_N4CentralElevator_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.490000009536743,"PosY":414.0199890136718,"PosZ":-14.260000228881836,"RotY":90.0,"PropID":100007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Elevator_Move_01.json","State":"Elevator1","propStateList":["Elevator1","Elevator2","Elevator3"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Elevator_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-2.490000009536743,"PosY":414.0199890136718,"PosZ":-14.260000228881836,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":-2.490000009536743,"PosY":414.0199890136718,"PosZ":-14.260000228881836,"RotY":90.0,"groupId":0}}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.83399963378906,"PosY":182.86199951171875,"PosZ":-11.199999809265137,"RotY":90.0,"PropID":100074,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_ConsoleGiantElevatorN4_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.83399963378906,"PosY":411.9078063964844,"PosZ":-11.199999809265137,"RotY":90.0,"PropID":100074,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_ConsoleGiantElevatorN4_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.31379699707033,"PosY":411.4700012207031,"PosZ":-14.116740226745604,"RotY":-0.00006800000119255856,"PropID":100073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_GiantElevatorOneStop_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_ElevatorPlatform_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-98.0199966430664,"PosY":184.4900054931641,"PosZ":-14.058079719543455,"RotY":90.0,"PropID":100091,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_N4ElevatorAirWall_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-98.0199966430664,"PosY":413.48199462890625,"PosZ":-14.1899995803833,"RotY":90.0,"PropID":100091,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_N4ElevatorAirWall_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-102.31379699707033,"PosY":182.42999267578125,"PosZ":-14.116740226745604,"RotY":-0.00006800000119255856,"groupId":0},"2":{"ID":2,"PosX":-102.31379699707033,"PosY":411.4700012207031,"PosZ":-14.116740226745604,"RotY":-0.00006800000119255856,"groupId":0}}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":29.036989212036133,"PosY":144.0010986328125,"PosZ":-17.652999877929688,"RotY":270.0,"PropID":100074,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_ConsoleGiantElevatorN4_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":90.39998626708984,"PosY":411.9078063964844,"PosZ":-17.3799991607666,"RotY":270.0,"PropID":100074,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_ConsoleGiantElevatorN4_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":96.87300109863281,"PosY":168.10000610351565,"PosZ":-14.244999885559082,"RotY":180.0,"PropID":100072,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_GiantElevatorMultiStops_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_ElevatorPlatform_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":29.709999084472656,"PosY":144.9600067138672,"PosZ":-14.229999542236328,"RotY":270.0,"PropID":100092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_N4ElevatorAirWall_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":92.55599975585938,"PosY":413.5329895019531,"PosZ":-14.221469879150392,"RotY":90.0,"PropID":100091,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_N4ElevatorAirWall_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":34.31999969482422,"PosY":143.50999450683594,"PosZ":-14.1899995803833,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":41.099998474121094,"PosY":146.4499969482422,"PosZ":-14.1899995803833,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":96.87300109863281,"PosY":168.10000610351565,"PosZ":-14.244999885559082,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":96.87300109863281,"PosY":411.3900146484375,"PosZ":-14.244999885559082,"RotY":180.0,"groupId":0},"5":{"ID":5,"PosX":34.31999969482422,"PosY":146.4499969482422,"PosZ":-14.1899995803833,"RotY":180.0,"groupId":0}}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.7580358982086186,"PosY":144.6699981689453,"PosZ":-14.085269927978516,"RotY":0.0,"PropID":113,"AnchorID":1,"AnchorGroupID":49,"MappingInfoID":1304,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_WeeklyRaid_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EchoOfWar_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.4699999988079071,"PosY":144.1313018798828,"PosZ":-14.350000381469728,"RotY":270.0,"groupId":0}}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.54999923706055,"PosY":182.85899353027344,"PosZ":37.61000061035156,"RotY":50.36357879638672,"PropID":100075,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_GiantAutoDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":34.20500183105469,"PosY":172.24119567871094,"PosZ":61.09000015258789,"RotY":140.34190368652344,"PropID":100075,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_GiantAutoDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.492000102996826,"PosY":172.24490356445312,"PosZ":69.00599670410156,"RotY":230.34190368652344,"PropID":100075,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_GiantAutoDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":50.099998474121094,"PosY":172.3070068359375,"PosZ":34.560001373291016,"RotY":320.3418884277344,"PropID":100076,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_MechaDoor_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":4.960999965667725,"PosY":172.2830047607422,"PosZ":-85.69999694824219,"RotY":264.5,"PropID":100076,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_MechaDoor_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.125999450683594,"PosY":182.93670654296875,"PosZ":42.04999923706055,"RotY":53.34000015258789,"PropID":100078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_ConsoleAutoDoor_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":29.864999771118164,"PosY":172.314697265625,"PosZ":60.90599822998047,"RotY":319.53399658203125,"PropID":100078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_ConsoleAutoDoor_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.14099884033203,"PosY":177.56919860839844,"PosZ":41.48699951171875,"RotY":140.0,"PropID":100079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_GlassDoor_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":86.62000274658203,"PosY":411.95599365234375,"PosZ":-14.145079612731934,"RotY":90.0,"PropID":100075,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_GiantAutoDoor_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.63500213623047,"PosY":411.95599365234375,"PosZ":-14.144920349121094,"RotY":90.0,"PropID":100075,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_GiantAutoDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"83":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20004001/LG_Prop_F20004001_G83_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"84":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.001099586486816,"PosY":176.39109802246094,"PosZ":51.727928161621094,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/N4/Chapter00_N401_CapturePolymer_Plant.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"87":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":40.0,"PosX":38.15999984741211,"PosY":172.39999389648438,"PosZ":-74.58999633789062,"NPCMonsterID":8022010,"EventID":20004106,"groupId":87,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":20.0,"PosX":65.70661926269531,"PosY":172.39999389648438,"PosZ":-39.124908447265625,"NPCMonsterID":8022010,"EventID":20004107,"groupId":87,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":150.0,"PosX":65.2300033569336,"PosY":172.39999389648438,"PosZ":-33.29999923706055,"NPCMonsterID":8022010,"EventID":20004108,"groupId":87,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"88":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":119.33889770507812,"PosX":-63.774879455566406,"PosY":182.86199951171875,"PosZ":0.0,"NPCMonsterID":8022010,"EventID":20004101,"groupId":88,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":150.0,"PosX":-63.45798110961914,"PosY":182.86199951171875,"PosZ":2.7633581161499023,"NPCMonsterID":8022010,"EventID":20004102,"groupId":88,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":180.0,"PosX":-62.135459899902344,"PosY":182.89089965820312,"PosZ":14.287590026855469,"NPCMonsterID":8022010,"EventID":20004103,"groupId":88,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"89":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":240.0,"PosX":11.57900047302246,"PosY":172.2261962890625,"PosZ":78.9469985961914,"NPCMonsterID":8002040,"EventID":20004125,"groupId":89,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"94":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.001099586486816,"PosY":176.39109802246094,"PosZ":51.727928161621094,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/N4/Chapter00_N401_CapturePolymer_Splinter_Broken.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"95":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.001099586486816,"PosY":176.39109802246094,"PosZ":51.727928161621094,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/N4/Chapter00_N401_CapturePolymer_Splinter_Normal.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"96":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":26.58024024963379,"PosY":143.9250946044922,"PosZ":-3.6961729526519775,"RotY":60.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"97":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.707759857177734,"PosY":182.9205017089844,"PosZ":-66.18714141845703,"RotY":309.5,"PropID":100088,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.707759857177734,"PosY":182.8804931640625,"PosZ":-66.18714141845703,"RotY":219.5,"PropID":300008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrameN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DoorFrameN4_00_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.71200180053711,"PosY":182.86199951171875,"PosZ":-66.322998046875,"RotY":312.9648132324219,"PropID":100078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_ConsoleAutoDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":73.22799682617188,"PosY":172.4409942626953,"PosZ":-14.22599983215332,"RotY":90.7564697265625,"PropID":100088,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":70.677001953125,"PosY":172.38400268554688,"PosZ":-14.231590270996094,"RotY":0.0,"PropID":300008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrameN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DoorFrameN4_00_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":13.956000328063965,"PosY":172.2949981689453,"PosZ":85.55699920654298,"RotY":185.73260498046875,"PropID":100088,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_04.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":13.73799991607666,"PosY":172.2200927734375,"PosZ":83.38999938964844,"RotY":275.73260498046875,"PropID":300008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrameN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DoorFrameN4_00_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.428999900817873,"PosY":177.43600463867188,"PosZ":-121.68099975585938,"RotY":309.5,"PropID":100088,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":12.104999542236328,"PosY":174.89320373535156,"PosZ":-104.31999969482422,"RotY":309.4999084472656,"PropID":100088,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":25.850229263305664,"PosY":172.26100158691406,"PosZ":50.78253173828125,"RotY":95.34190368652344,"PropID":100088,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":22.24720001220703,"PosY":172.3000030517578,"PosZ":64.67595672607422,"RotY":50.34188079833984,"PropID":100088,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.419790267944336,"PosY":177.42050170898438,"PosZ":-121.68810272216795,"RotY":219.5,"PropID":300008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrameN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DoorFrameN4_00_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":12.138259887695312,"PosY":174.87759399414065,"PosZ":-104.34719848632812,"RotY":219.49989318847656,"PropID":300008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrameN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DoorFrameN4_00_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":25.864999771118164,"PosY":172.24549865722656,"PosZ":50.78099822998047,"RotY":5.341862201690674,"PropID":300008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrameN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DoorFrameN4_00_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":22.299999237060547,"PosY":172.25149536132812,"PosZ":64.72000122070312,"RotY":320.3418884277344,"PropID":300008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrameN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DoorFrameN4_00_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"100":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.200000047683716,"PosY":185.02940368652344,"PosZ":-14.100000381469728,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/N4/Chapter00_N401_BlockStateSave.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"101":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.178999900817871,"PosY":172.24139404296875,"PosZ":91.23699951171876,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20004001/LG_Prop_F20004001_G101_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.413000106811523,"PosY":172.24139404296875,"PosZ":84.52200317382812,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20004001/LG_Prop_F20004001_G101_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.71599960327149,"PosY":172.24139404296875,"PosZ":52.87099838256836,"RotY":19.413740158081055,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.39699935913086,"PosY":172.24139404296875,"PosZ":55.5620002746582,"RotY":124.55010223388672,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.71200180053711,"PosY":172.24139404296875,"PosZ":53.16400146484375,"RotY":336.598388671875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.750999927520752,"PosY":173.9429931640625,"PosZ":92.24500274658203,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.847999572753906,"PosY":173.9429931640625,"PosZ":84.03099822998047,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-4.64300012588501,"PosY":172.7375030517578,"PosZ":91.73699951171876,"Name":"NPC1","RotY":247.60000610351565,"NPCID":3080,"groupId":101,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-5.20599889755249,"PosY":173.00180053710938,"PosZ":92.7239990234375,"Name":"NPC2","RotY":215.56430053710935,"NPCID":3081,"groupId":101,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-5.961999893188477,"PosY":172.74130249023438,"PosZ":93.31600189208984,"Name":"NPC3","RotY":199.3000030517578,"NPCID":3082,"groupId":101,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":-16.74799919128418,"PosY":172.8939971923828,"PosZ":83.22200012207033,"Name":"NPC4","RotY":54.599998474121094,"NPCID":3083,"groupId":101,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":-16.361000061035156,"PosY":172.49400329589844,"PosZ":85.13300323486328,"Name":"NPC5","RotY":111.38200378417967,"NPCID":3084,"groupId":101,"IsDelete":false,"IsClientOnly":false},{"ID":400006,"PosX":-16.99489974975586,"PosY":173.79710388183594,"PosZ":85.47810363769531,"Name":"NPC6","RotY":115.21720123291016,"NPCID":3085,"groupId":101,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"102":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.199999809265137,"PosY":420.4801025390625,"PosZ":-10.800000190734863,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20004001/LG_Prop_F20004001_G102_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"103":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.1306281089782715,"PosY":411.4984130859375,"PosZ":-28.404130935668945,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20004001/LG_Prop_F20004001_G103_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":2.018402099609375,"PosY":412.08209228515625,"PosZ":-13.366909980773926,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"107":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":24.916889190673828,"PosY":148.8386993408203,"PosZ":-15.660940170288086,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20004001/LG_Prop_F20004001_G107_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"109":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":27.876609802246097,"PosY":411.9078063964844,"PosZ":-10.207389831542969,"RotY":269.8945007324219,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":45.70000076293945,"PosY":411.9078063964844,"PosZ":-18.046659469604492,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"127":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":68.02400207519531,"PosY":169.63900756835938,"PosZ":50.2869987487793,"RotY":322.10650634765625,"PropID":300009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BillboardSign_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":68.02300262451172,"PosY":171.21600341796875,"PosZ":50.31700134277344,"RotY":0.0,"groupId":0}}},"148":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.77000045776367,"PosY":177.5500030517578,"PosZ":51.33000183105469,"RotY":230.34190368652344,"PropID":100088,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":148,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.76100158691406,"PosY":177.53550720214844,"PosZ":51.33700180053711,"RotY":320.3418884277344,"PropID":300008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrameN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":148,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DoorFrameN4_00_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"149":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.104999542236328,"PosY":414.9960021972656,"PosZ":4.811999797821045,"RotY":334.3620910644531,"PropID":100018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.3129997253418,"PosY":183.2449951171875,"PosZ":45.689998626708984,"RotY":187.51499938964844,"PropID":100020,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":69.93399810791016,"PosY":170.41659545898438,"PosZ":57.89300155639648,"RotY":291.8799133300781,"PropID":100020,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.43000030517578,"PosY":183.6529998779297,"PosZ":-80.35199737548828,"RotY":265.4375915527344,"PropID":100018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.78400039672851,"PosY":178.2830047607422,"PosZ":34.85100173950195,"RotY":270.35198974609375,"PropID":100019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Readings_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"150":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.5939998626709,"PosY":181.6750030517578,"PosZ":-93.2040023803711,"RotY":334.3620910644531,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":17.316999435424805,"PosY":144.06419372558594,"PosZ":-14.89799976348877,"RotY":308.5190124511719,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.975977897644043,"PosY":181.6779937744141,"PosZ":-90.54273223876953,"RotY":334.3620910644531,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":17.631999969482422,"PosY":172.6649932861328,"PosZ":66.68499755859375,"RotY":253.45860290527344,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"151":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":214.30569458007812,"PosX":-51.36000061035156,"PosY":177.41439819335938,"PosZ":-98.29000091552734,"NPCMonsterID":8022010,"EventID":20004201,"groupId":151,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"152":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/44201_Raid/Maze_InvisibleMonster_ClientBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":152,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200010,"RotY":40.0,"PosX":-69.73303985595703,"PosY":182.86199951171875,"PosZ":-0.8968870043754578,"NPCMonsterID":8022010,"EventID":20004001,"groupId":152,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":0.0,"PosX":-62.150001525878906,"PosY":182.9205017089844,"PosZ":2.2799999713897705,"NPCMonsterID":8022010,"EventID":20004002,"groupId":152,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":252.0063018798828,"PosX":-55.959999084472656,"PosY":182.9205017089844,"PosZ":26.0,"NPCMonsterID":8022010,"EventID":20004003,"groupId":152,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":134.69549560546875,"PosX":-61.9658088684082,"PosY":182.86199951171875,"PosZ":-36.671199798583984,"NPCMonsterID":8022010,"EventID":20004015,"groupId":152,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"166":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.53499984741211,"PosY":173.15199279785156,"PosZ":54.00400161743164,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20004001/LG_Prop_F20004001_G101_300003.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":166,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.71599960327149,"PosY":172.24139404296875,"PosZ":52.87099838256836,"RotY":19.413740158081055,"PropID":100047,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":166,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Toilet_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.39699935913086,"PosY":172.24139404296875,"PosZ":55.5620002746582,"RotY":124.55010223388672,"PropID":100047,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":166,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Toilet_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.71200180053711,"PosY":172.24139404296875,"PosZ":53.16400146484375,"RotY":336.598388671875,"PropID":100047,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":166,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Toilet_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.79999923706055,"PosY":173.61000061035156,"PosZ":54.14799880981445,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":166,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-43.23699951171875,"PosY":172.55599975585938,"PosZ":55.4630012512207,"Name":"NPC1","RotY":123.3917999267578,"NPCID":3086,"groupId":166,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-42.61800003051758,"PosY":172.5500030517578,"PosZ":53.07400131225586,"Name":"NPC2","RotY":27.46950912475586,"NPCID":3088,"groupId":166,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-41.79399871826172,"PosY":172.56399536132812,"PosZ":53.39500045776367,"Name":"NPC3","RotY":339.2428894042969,"NPCID":3087,"groupId":166,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P20100_F20100001":{"teleports":{},"group_items":{}},"P20101_F20101001":{"teleports":{"1001":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":41.29999923706055,"PosY":3.723999977111816,"PosZ":-36.479000091552734,"RotY":120.0,"PropID":808,"AnchorID":1,"AnchorGroupID":56,"MappingInfoID":1001,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_02.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_02_Entity.json"},"1006":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.5699999928474426,"PosY":19.364160537719727,"PosZ":4.480000019073486,"RotY":180.0,"PropID":801,"AnchorID":1,"AnchorGroupID":19,"MappingInfoID":1006,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"},"10029":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.04000091552734,"PosY":18.54199981689453,"PosZ":30.840999603271484,"RotY":225.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10029,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2010101":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.05999755859375,"PosY":12.669610023498535,"PosZ":42.0,"RotY":131.44000244140625,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2010101,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},"2010102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":23.3799991607666,"PosY":14.337510108947754,"PosZ":-16.389999389648438,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":17,"MappingInfoID":2010102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2010103":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":92.41999816894531,"PosY":3.8847649097442623,"PosZ":-29.56999969482422,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":17,"MappingInfoID":2010103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"4":{"props":[],"npcs":[],"monsters":[{"ID":200004,"RotY":83.96642303466797,"PosX":-1.4700000286102295,"PosY":9.589397430419922,"PosZ":-54.04999923706055,"NPCMonsterID":1022010,"EventID":20101110,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":0.0,"PosX":29.530000686645508,"PosY":2.0093789100646973,"PosZ":-61.209999084472656,"NPCMonsterID":8001020,"EventID":20101105,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":186.69900512695312,"PosX":-73.96753692626953,"PosY":16.04754066467285,"PosZ":9.539366722106934,"NPCMonsterID":1022010,"EventID":20101107,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":173.0847930908203,"PosX":-77.89086151123047,"PosY":16.03830909729004,"PosZ":10.379429817199709,"NPCMonsterID":8001020,"EventID":20101106,"groupId":4,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.04000091552734,"PosY":18.54199981689453,"PosZ":30.840999603271484,"RotY":225.0,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.04000091552734,"PosY":18.54199981689453,"PosZ":30.840999603271484,"RotY":225.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10029,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":225.0,"PosX":-95.3499984741211,"PosY":18.019670486450195,"PosZ":28.780000686645508,"NPCMonsterID":8003010,"EventID":20101231,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"14":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.20999908447266,"PosY":15.71051025390625,"PosZ":-10.539999961853027,"RotY":4.300004005432129,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.11000061035156,"PosY":16.653539657592773,"PosZ":12.579999923706056,"RotY":4.300004005432129,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.979999542236328,"PosY":20.083980560302734,"PosZ":1.7999999523162842,"RotY":4.300004005432129,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":21.260000228881836,"PosY":14.989609718322754,"PosZ":-4.599999904632568,"RotY":4.300004005432129,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":5.449999809265137,"PosY":16.622129440307617,"PosZ":-12.380000114440918,"RotY":34.5,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":17.84000015258789,"PosY":12.628009796142578,"PosZ":-40.119998931884766,"RotY":4.300004005432129,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":41.209999084472656,"PosY":3.356287002563477,"PosZ":-55.369998931884766,"RotY":34.5,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-108.73490142822266,"PosY":16.085649490356445,"PosZ":11.661479949951172,"RotY":34.5,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"15":{"props":[],"npcs":[],"monsters":[{"ID":200005,"RotY":0.0,"PosX":29.530000686645508,"PosY":2.0093789100646973,"PosZ":-61.209999084472656,"NPCMonsterID":8001020,"EventID":20101105,"groupId":15,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":0.0,"PosX":24.170000076293945,"PosY":2.119999885559082,"PosZ":-64.0199966430664,"NPCMonsterID":8001020,"EventID":20101106,"groupId":15,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.05999755859375,"PosY":12.669610023498535,"PosZ":42.0,"RotY":131.44000244140625,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2010101,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":10.06999969482422,"PosY":13.630000114440918,"PosZ":-49.97999954223633,"RotY":289.30999755859375,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.05999755859375,"PosY":13.354000091552734,"PosZ":42.0,"RotY":41.439998626708984,"PropID":115,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_TownExit_CameraArea.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"17":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":23.3799991607666,"PosY":14.337510108947754,"PosZ":-16.389999389648438,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":17,"MappingInfoID":2010102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":92.41999816894531,"PosY":3.8847649097442623,"PosZ":-29.56999969482422,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":17,"MappingInfoID":2010103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-117.11000061035156,"PosY":15.311079978942873,"PosZ":25.719999313354492,"RotY":130.0,"groupId":0},"2":{"ID":2,"PosX":20.290000915527344,"PosY":14.304510116577148,"PosZ":-16.6299991607666,"RotY":310.0,"groupId":0},"3":{"ID":3,"PosX":89.06999969482422,"PosY":3.5577139854431152,"PosZ":-34.209999084472656,"RotY":272.84991455078125,"groupId":0}}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.61000061035156,"PosY":17.886730194091797,"PosZ":21.649999618530273,"RotY":45.939998626708984,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.63800048828125,"PosY":15.502779960632324,"PosZ":-22.743000030517575,"RotY":340.2099914550781,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.5699999928474426,"PosY":19.364160537719727,"PosZ":4.480000019073486,"RotY":180.0,"PropID":801,"AnchorID":1,"AnchorGroupID":19,"MappingInfoID":1006,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.5299999713897705,"PosY":19.06599998474121,"PosZ":1.940000057220459,"RotY":0.0,"groupId":0}}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":22.559999465942383,"PosY":-1.3400000333786013,"PosZ":-97.91000366210938,"RotY":356.3999938964844,"PropID":301000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/1010101/Prop/Prop_NormalInteract_SnowBall.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Snowdrift_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":14.600000381469728,"PosY":13.236390113830566,"PosZ":-36.70000076293945,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":22.709999084472656,"PosY":-0.2408290058374405,"PosZ":-97.58999633789062,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":23.18000030517578,"PosY":0.5218070149421692,"PosZ":-77.36000061035156,"RotY":180.22230529785156,"groupId":0}}},"27":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":0.0,"PosX":27.530000686645508,"PosY":3.1738059520721436,"PosZ":-50.540000915527344,"NPCMonsterID":8001020,"EventID":20101002,"groupId":27,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"29":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":125.92610168457033,"PosX":-73.76000213623047,"PosY":16.058170318603516,"PosZ":9.739999771118164,"NPCMonsterID":1002040,"EventID":20101131,"groupId":29,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":222.2760009765625,"PosX":-69.97000122070312,"PosY":16.058170318603516,"PosZ":10.880000114440918,"NPCMonsterID":1002040,"EventID":20101132,"groupId":29,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":294.402587890625,"PosX":-70.09100341796875,"PosY":15.953200340270996,"PosZ":8.163000106811523,"NPCMonsterID":1002040,"EventID":20101133,"groupId":29,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"32":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":42.205570220947266,"PosX":-68.37999725341797,"PosY":15.934490203857422,"PosZ":-19.540000915527344,"NPCMonsterID":1022010,"EventID":20101135,"groupId":32,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":178.40919494628906,"PosX":-67.98001098632812,"PosY":15.839340209960938,"PosZ":-16.579999923706055,"NPCMonsterID":8001020,"EventID":20101136,"groupId":32,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":288.3310852050781,"PosX":-65.23200225830078,"PosY":15.806340217590332,"PosZ":-18.937000274658203,"NPCMonsterID":8001020,"EventID":20101137,"groupId":32,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"34":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":315.6000061035156,"PosX":-30.950000762939453,"PosY":18.360000610351562,"PosZ":6.619999885559082,"NPCMonsterID":8002040,"EventID":20101111,"groupId":34,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":41.29999923706055,"PosY":3.723999977111816,"PosZ":-36.479000091552734,"RotY":120.0,"PropID":808,"AnchorID":1,"AnchorGroupID":56,"MappingInfoID":1001,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_02.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":42.54800033569336,"PosY":3.7160000801086426,"PosZ":-38.422000885009766,"RotY":325.7174987792969,"groupId":0}}},"61":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":51.021759033203125,"PosY":3.89363694190979,"PosZ":-35.16025161743164,"NPCMonsterID":8001020,"EventID":20101001,"groupId":61,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"69":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":16.03792953491211,"PosY":-0.794776976108551,"PosZ":-92.77200317382812,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":18.450000762939453,"PosY":-1.0065419673919678,"PosZ":-96.05000305175781,"Name":"NPC1","RotY":322.1000061035156,"NPCID":1993,"groupId":69,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":14.720000267028809,"PosY":14.57079029083252,"PosZ":-14.640000343322754,"Name":"NPC2","RotY":126.86000061035156,"NPCID":2213,"groupId":69,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":13.75,"PosY":14.027600288391112,"PosZ":-23.950000762939453,"Name":"NPC4","RotY":355.8599853515625,"NPCID":1993,"groupId":69,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":22.567739486694336,"PosY":14.019579887390137,"PosZ":-19.810049057006836,"Name":"NPC5","RotY":0.0,"NPCID":100,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":19.270000457763672,"PosY":-1.029492974281311,"PosZ":-95.95999908447266,"RotY":317.0,"groupId":0},"2":{"ID":2,"PosX":15.069000244140623,"PosY":13.98194980621338,"PosZ":-24.63400077819824,"RotY":0.6100000143051147,"groupId":0}}},"78":{"props":[],"npcs":[{"ID":400001,"PosX":22.79009056091309,"PosY":13.901659965515137,"PosZ":-22.739709854125977,"Name":"NPC1","RotY":109.30110168457033,"NPCID":1110,"groupId":78,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P20111_F20111001":{"teleports":{"1002":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.0,"PosY":1.8763870000839231,"PosZ":9.600000381469727,"RotY":65.65746307373047,"PropID":808,"AnchorID":1,"AnchorGroupID":26,"MappingInfoID":1002,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_02.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_02_Entity.json"},"1007":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.319999933242798,"PosY":-2.1340019702911377,"PosZ":-77.8499984741211,"RotY":120.0,"PropID":801,"AnchorID":1,"AnchorGroupID":23,"MappingInfoID":1007,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"},"1107":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.650001525878906,"PosY":-1.1410579681396484,"PosZ":-170.3000030517578,"RotY":0.0,"PropID":702,"AnchorID":1,"AnchorGroupID":19,"MappingInfoID":1107,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"},"10030":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.53000020980835,"PosY":1.8763879537582395,"PosZ":33.38999938964844,"RotY":180.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10030,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10031":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":47.34640121459961,"PosY":-0.1402219980955124,"PosZ":-187.94659423828125,"RotY":135.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10031,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10045":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.75,"PosY":-2.134000062942505,"PosZ":-93.55000305175781,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2011101":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":39.310001373291016,"PosY":-2.167227029800415,"PosZ":-8.489999771118164,"RotY":270.0,"PropID":101,"AnchorID":1,"AnchorGroupID":2,"MappingInfoID":2011101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2011102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":5.619793891906738,"PosY":-2.1340019702911377,"PosZ":-69.91300201416016,"RotY":180.0,"PropID":101,"AnchorID":2,"AnchorGroupID":2,"MappingInfoID":2011102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2011103":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.928979873657227,"PosY":-2.1077020168304443,"PosZ":-167.8300018310547,"RotY":180.0,"PropID":101,"AnchorID":3,"AnchorGroupID":2,"MappingInfoID":2011103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":39.310001373291016,"PosY":-2.167227029800415,"PosZ":-8.489999771118164,"RotY":270.0,"PropID":101,"AnchorID":1,"AnchorGroupID":2,"MappingInfoID":2011101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":5.619793891906738,"PosY":-2.1340019702911377,"PosZ":-69.91300201416016,"RotY":180.0,"PropID":101,"AnchorID":2,"AnchorGroupID":2,"MappingInfoID":2011102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.928979873657227,"PosY":-2.1077020168304443,"PosZ":-167.8300018310547,"RotY":180.0,"PropID":101,"AnchorID":3,"AnchorGroupID":2,"MappingInfoID":2011103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":46.54999923706055,"PosY":-2.1669960021972656,"PosZ":-7.869999885559082,"RotY":90.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":34.189998626708984,"PosY":-2.167227029800415,"PosZ":-8.489999771118164,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":8.460016250610352,"PosY":-2.1340019702911377,"PosZ":-72.95600128173828,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":-22.969999313354492,"PosY":-2.0339279174804688,"PosZ":-170.0,"RotY":270.0,"groupId":0}}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.53000020980835,"PosY":1.8763879537582395,"PosZ":33.38999938964844,"RotY":180.0,"PropID":60102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.53000020980835,"PosY":1.8763879537582395,"PosZ":33.38999938964844,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.53000020980835,"PosY":1.8763879537582395,"PosZ":33.38999938964844,"RotY":180.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10030,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-6.53000020980835,"PosY":1.8763879537582395,"PosZ":30.540000915527344,"NPCMonsterID":1022020,"EventID":20111231,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":150.0,"PosX":-9.0600004196167,"PosY":1.8763879537582395,"PosZ":29.459999084472656,"NPCMonsterID":1022020,"EventID":20111234,"groupId":3,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":21.29400062561035,"PosY":1.8240000009536743,"PosZ":-1.7999999523162842,"RotY":0.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":12.375,"PosY":-2.1390140056610107,"PosZ":-18.51300048828125,"RotY":315.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":21.68600082397461,"PosY":-1.1340030431747437,"PosZ":-73.25399780273438,"RotY":180.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":22.635040283203125,"PosY":-2.1339519023895264,"PosZ":-172.26699829101565,"RotY":315.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.050000190734863,"PosY":-2.1339519023895264,"PosZ":-173.16000366210938,"RotY":0.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.1999397277832,"PosY":-2.1410579681396484,"PosZ":-184.7599945068359,"RotY":0.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":50.849998474121094,"PosY":-0.1402219980955124,"PosZ":-186.27999877929688,"RotY":230.0,"groupId":0}}},"6":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":11.338000297546388,"PosY":-2.1340019702911377,"PosZ":-71.5979995727539,"RotY":270.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.668999671936035,"PosY":1.8763970136642456,"PosZ":15.18000030517578,"RotY":0.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.47003936767578,"PosY":-2.133928060531616,"PosZ":-173.5959930419922,"RotY":0.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":37.65999984741211,"PosY":-0.14021199941635132,"PosZ":-182.3800048828125,"RotY":270.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.55299949645996,"PosY":1.8763870000839231,"PosZ":6.97599983215332,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":10.949999809265137,"PosY":-2.145313024520874,"PosZ":-32.835731506347656,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":44.040000915527344,"PosY":-1.1340030431747437,"PosZ":-100.88999938964844,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":32.06800079345703,"PosY":-2.1340019702911377,"PosZ":-113.76499938964844,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":17.64299964904785,"PosY":-2.1340019702911377,"PosZ":-133.9709930419922,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":15.968999862670898,"PosY":-2.1340019702911377,"PosZ":-156.6580047607422,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":6.583000183105469,"PosY":-2.1340019702911377,"PosZ":-184.25,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":34.17900085449219,"PosY":-0.1402209997177124,"PosZ":-197.65499877929688,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.5510129928588867,"PosY":1.8763870000839231,"PosZ":21.50101089477539,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":27.003999710083008,"PosY":-1.1340019702911377,"PosZ":-100.5009994506836,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":0.8799999952316285,"PosY":-2.1339519023895264,"PosZ":-173.23699951171875,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-6.559999942779541,"PosY":1.8763870000839231,"PosZ":15.649999618530272,"NPCMonsterID":8001020,"EventID":20111001,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":-0.18999400734901428,"PosY":-2.139024019241333,"PosZ":-24.200010299682617,"NPCMonsterID":1022020,"EventID":20111002,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":180.0,"PosX":7.880000114440918,"PosY":-2.1390230655670166,"PosZ":-44.36000061035156,"NPCMonsterID":8001020,"EventID":20111003,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":0.0,"PosX":-2.200000047683716,"PosY":-2.1339550018310547,"PosZ":-110.43000030517578,"NPCMonsterID":1022020,"EventID":20111006,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":0.758780002593994,"PosX":21.799999237060547,"PosY":-2.1339550018310547,"PosZ":-133.24000549316406,"NPCMonsterID":8001020,"EventID":20111007,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":0.758780002593994,"PosX":4.730000019073486,"PosY":-2.1339519023895264,"PosZ":-206.05999755859375,"NPCMonsterID":1022020,"EventID":20111008,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":33.891998291015625,"PosY":0.7879999876022339,"PosZ":-211.94200134277344,"RotY":0.0,"PropID":101031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":51.12900161743164,"PosY":0.800000011920929,"PosZ":-208.072998046875,"RotY":324.7898864746094,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.813999891281128,"PosY":-0.8730000257492065,"PosZ":-113.3459014892578,"RotY":179.99989318847656,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":4.869999885559082,"PosY":1.8763870000839231,"PosZ":11.640000343322754,"RotY":225.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"17":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.760000228881836,"PosY":-2.1390230655670166,"PosZ":-8.569999694824219,"RotY":0.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":10.478070259094238,"PosY":-2.1339519023895264,"PosZ":-162.1580047607422,"RotY":135.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"19":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.650001525878906,"PosY":-1.1410579681396484,"PosZ":-170.3000030517578,"RotY":0.0,"PropID":702,"AnchorID":1,"AnchorGroupID":19,"MappingInfoID":1107,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-60.650001525878906,"PosY":-2.1410579681396484,"PosZ":-170.3000030517578,"NPCMonsterID":8003041,"EventID":101207,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-54.207000732421875,"PosY":-2.1410579681396484,"PosZ":-170.3300018310547,"RotY":270.0,"groupId":0}}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":49.42005157470703,"PosY":-0.1402219980955124,"PosZ":-183.3000030517578,"RotY":180.0,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":47.34640121459961,"PosY":-0.1402219980955124,"PosZ":-187.94659423828125,"RotY":135.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10031,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":49.10005187988281,"PosY":-0.1402219980955124,"PosZ":-187.2400054931641,"NPCMonsterID":8003020,"EventID":20111233,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":13.126999855041504,"PosY":-2.1390230655670166,"PosZ":-16.017000198364258,"RotY":225.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":10.8100004196167,"PosY":-2.1600000858306885,"PosZ":-20.559999465942383,"RotY":315.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":29.457000732421875,"PosY":-1.1138069629669187,"PosZ":-87.13200378417967,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":26.760000228881836,"PosY":-1.149999976158142,"PosZ":-82.58799743652344,"RotY":0.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.289999961853027,"PosY":-2.1072909832000732,"PosZ":-170.3159942626953,"RotY":90.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":4.800000190734863,"PosY":-2.1600000858306885,"PosZ":-208.49600219726565,"RotY":0.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.369999885559082,"PosY":-2.1340019702911377,"PosZ":-88.88999938964844,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.570000171661377,"PosY":-2.1340019702911377,"PosZ":-87.77999877929688,"RotY":0.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_CablePuzzle_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.761999130249023,"PosY":3.049999952316284,"PosZ":7.431000232696533,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Props/Test_Prop_PickupItem_3010303.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.299999237060547,"PosY":2.640000104904175,"PosZ":11.979999542236328,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Props/Test_Prop_PickupItem_3010303.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.234000205993652,"PosY":-1.0900000333786013,"PosZ":-9.960000038146973,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Props/Test_Prop_PickupItem_3010303.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-18.360000610351562,"PosY":4.949999809265137,"PosZ":2.2799999713897705,"RotY":0.0,"groupId":0}}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.319999933242798,"PosY":-2.1340019702911377,"PosZ":-77.8499984741211,"RotY":120.0,"PropID":801,"AnchorID":1,"AnchorGroupID":23,"MappingInfoID":1007,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.10999999940395357,"PosY":-2.130000114440918,"PosZ":-78.0199966430664,"RotY":270.0,"groupId":0}}},"24":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":29.09000015258789,"PosY":-2.130000114440918,"PosZ":-112.30999755859376,"NPCMonsterID":8002040,"EventID":20111133,"groupId":24,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"25":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":34.27000045776367,"PosY":0.3799999952316284,"PosZ":-211.97000122070312,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":54.4900016784668,"PosY":-0.1402219980955124,"PosZ":-210.11000061035156,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":53.59183883666992,"PosY":0.629647970199585,"PosZ":-202.0249938964844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":45.11000061035156,"PosY":-1.0299999713897705,"PosZ":-210.72000122070312,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":47.46601867675781,"PosY":-0.1402219980955124,"PosZ":-208.70660400390625,"RotY":126.15769958496094,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/FindChest/FindChest_M101.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":47.05500030517578,"PosY":0.9190000295639038,"PosZ":-208.4250030517578,"RotY":126.35769653320312,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":45.11000061035156,"PosY":-1.0299999713897705,"PosZ":-210.72000122070312,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":45.19342041015625,"PosY":-0.1402219980955124,"PosZ":-207.36590576171875,"RotY":61.88957977294922,"PropID":60102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/FindChest/FindChest_ChangePropState.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":45.19342041015625,"PosY":-0.1402219980955124,"PosZ":-207.36590576171875,"RotY":61.88957977294922,"PropID":101067,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":52.005001068115234,"PosY":4.639194011688232,"PosZ":-200.06900024414065,"RotY":211.181396484375,"groupId":0}}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.0,"PosY":1.8763870000839231,"PosZ":9.600000381469727,"RotY":65.65746307373047,"PropID":808,"AnchorID":1,"AnchorGroupID":26,"MappingInfoID":1002,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_02.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-17.549999237060547,"PosY":1.8760000467300415,"PosZ":9.727999687194824,"RotY":270.0,"groupId":0}}},"27":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":150.0,"PosX":-1.1199949979782104,"PosY":-2.139024019241333,"PosZ":-21.790010452270508,"NPCMonsterID":8001020,"EventID":20111101,"groupId":27,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":-0.1899999976158142,"PosY":-2.140000104904175,"PosZ":-24.049999237060547,"NPCMonsterID":1022020,"EventID":20111102,"groupId":27,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":180.0,"PosX":7.880000114440918,"PosY":-2.1390230655670166,"PosZ":-44.36000061035156,"NPCMonsterID":8001020,"EventID":20111103,"groupId":27,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":0.0,"PosX":-2.200000047683716,"PosY":-2.1339550018310547,"PosZ":-110.43000030517578,"NPCMonsterID":1022020,"EventID":20111106,"groupId":27,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":0.758780002593994,"PosX":21.799999237060547,"PosY":-2.1339550018310547,"PosZ":-133.24000549316406,"NPCMonsterID":8001020,"EventID":20111107,"groupId":27,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":0.758780002593994,"PosX":4.730000019073486,"PosY":-2.1339519023895264,"PosZ":-206.05999755859375,"NPCMonsterID":1022020,"EventID":20111108,"groupId":27,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":225.0,"PosX":24.270000457763672,"PosY":-2.1339519023895264,"PosZ":-154.7790069580078,"NPCMonsterID":8001010,"EventID":20111131,"groupId":27,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":45.0,"PosX":17.71002960205078,"PosY":-2.1339519023895264,"PosZ":-155.75,"NPCMonsterID":1022020,"EventID":20111132,"groupId":27,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"36":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":26.326000213623047,"PosY":0.37700000405311584,"PosZ":-205.86700439453125,"RotY":40.453960418701165,"PropID":101031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/FindChest/FindChest_Reading_M101.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_05_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":17.39299964904785,"PosY":-1.1299999952316284,"PosZ":-136.87399291992188,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_Gamplay.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":28.329999923706055,"PosY":-0.1402219980955124,"PosZ":-208.52999877929688,"RotY":22.615659713745117,"PropID":301010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_BrokenRobot.json","State":"Closed","propStateList":["Closed","Open"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Robot_05_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":28.6641902923584,"PosY":0.5419999957084656,"PosZ":-208.19329833984375,"RotY":143.6750030517578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_RobotConsole_Camera.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":18.957000732421875,"PosY":-2.130000114440918,"PosZ":-135.02200317382812,"RotY":90.0,"PropID":60102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":17.400999069213867,"PosY":-2.119999885559082,"PosZ":-136.55999755859375,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_Effect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":7.599656105041504,"PosY":14.845450401306152,"PosZ":120.31590270996094,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":28.329999923706055,"PosY":-0.1402219980955124,"PosZ":-208.52999877929688,"RotY":22.615659713745117,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":19.8799991607666,"PosY":-2.033951997756958,"PosZ":-135.3260040283203,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon_Finish.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":28.329999923706055,"PosY":-0.23999999463558197,"PosZ":-208.52999877929688,"RotY":22.615659713745117,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":33.04273986816406,"PosY":3.24583101272583,"PosZ":-206.57470703125,"RotY":247.06939697265625,"groupId":0}}},"53":{"props":[{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":33.43000030517578,"PosY":-1.1299999952316284,"PosZ":-93.48999786376953,"RotY":90.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BoxMan_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":39.650001525878906,"PosY":-1.1340030431747437,"PosZ":-91.55000305175781,"RotY":180.0,"PropID":60102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":39.650001525878906,"PosY":-1.1340030431747437,"PosZ":-91.55000305175781,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_ChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":33.43000030517578,"PosY":-1.1299999952316284,"PosZ":-93.48999786376953,"RotY":90.0,"groupId":0}}},"54":{"props":[{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":33.43000030517578,"PosY":-1.1299999952316284,"PosZ":-93.48999786376953,"RotY":90.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BoxMan_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":41.810001373291016,"PosY":-1.1340030431747437,"PosZ":-91.55000305175781,"RotY":180.0,"PropID":60102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.570000171661377,"PosY":-2.134000062942505,"PosZ":-98.97000122070312,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_ChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":33.43000030517578,"PosY":-1.1299999952316284,"PosZ":-93.48999786376953,"RotY":90.0,"groupId":0}}},"61":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.75,"PosY":-2.134000062942505,"PosZ":-93.55000305175781,"RotY":90.0,"PropID":60102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.75,"PosY":-2.134000062942505,"PosZ":-93.55000305175781,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_ChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.75,"PosY":-2.134000062942505,"PosZ":-93.55000305175781,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"73":{"props":[{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":25.480039596557617,"PosY":-0.1402219980955124,"PosZ":-175.05999755859375,"RotY":135.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":50.849998474121094,"PosY":-0.1402219980955124,"PosZ":-186.27999877929688,"RotY":230.0,"groupId":0}}},"75":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.013000011444092,"PosY":1.9536529779434204,"PosZ":13.555999755859377,"RotY":0.0,"PropID":101054,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_CablePuzzleDaily_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-3.0280001163482666,"PosY":3.7100000381469727,"PosZ":11.6899995803833,"RotY":0.0,"groupId":0}}},"76":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.013000011444092,"PosY":1.9536529779434204,"PosZ":13.555999755859377,"RotY":0.0,"PropID":101054,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_CablePuzzleDaily_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.013000011444092,"PosY":1.9536529779434204,"PosZ":13.555999755859377,"RotY":0.0,"PropID":101054,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_CablePuzzleDaily_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.013000011444092,"PosY":1.9536529779434204,"PosZ":13.555999755859377,"RotY":0.0,"PropID":101054,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_CablePuzzleDaily_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-3.0280001163482666,"PosY":3.7100000381469727,"PosZ":11.6899995803833,"RotY":0.0,"groupId":0}}}}},"P20121_F20121001":{"teleports":{"1003":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":186.41700744628903,"PosY":55.11199951171875,"PosZ":-167.95199584960938,"RotY":114.08180236816406,"PropID":808,"AnchorID":1,"AnchorGroupID":50,"MappingInfoID":1003,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_02.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_02_Entity.json"},"1010":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":114.61000061035156,"PosY":46.974571228027344,"PosZ":-44.959999084472656,"RotY":358.32501220703125,"PropID":801,"AnchorID":1,"AnchorGroupID":100,"MappingInfoID":1010,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"},"1105":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":188.3800048828125,"PosY":29.399999618530273,"PosZ":-126.68000030517578,"RotY":101.49109649658205,"PropID":702,"AnchorID":1,"AnchorGroupID":21,"MappingInfoID":1105,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"},"1112":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":264.9599914550781,"PosY":53.544681549072266,"PosZ":-152.6199951171875,"RotY":90.0,"PropID":702,"AnchorID":1,"AnchorGroupID":123,"MappingInfoID":1112,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":123,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"},"1403":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":142.1199951171875,"PosY":32.75600051879883,"PosZ":-96.57998657226562,"RotY":43.7934684753418,"PropID":3001,"AnchorID":1,"AnchorGroupID":95,"MappingInfoID":1403,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_Entrance_02.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"},"1408":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":111.5500030517578,"PosY":58.97999954223633,"PosZ":-112.8000030517578,"RotY":313.82391357421875,"PropID":3001,"AnchorID":1,"AnchorGroupID":92,"MappingInfoID":1408,"InitLevelGraph":"Config/Level/Maze/MazeProp/Maze_Prop_ChallengeRaid_Entrance.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"},"10018":{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":229.49240112304688,"PosY":45.26506042480469,"PosZ":-74.3768310546875,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10018,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10032":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":129.88999938964844,"PosY":29.188859939575195,"PosZ":-109.87000274658205,"RotY":180.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10032,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10033":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":213.2400054931641,"PosY":28.450849533081055,"PosZ":-142.38999938964844,"RotY":290.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10045":{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":151.70899963378906,"PosY":56.67837142944336,"PosZ":-189.03599548339844,"RotY":211.1215057373047,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon_Finish.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2012101":{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":124.66000366210938,"PosY":46.850379943847656,"PosZ":-23.65999984741211,"RotY":13.991909980773926,"PropID":101,"AnchorID":1,"AnchorGroupID":2,"MappingInfoID":2012101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2012102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":179.27000427246094,"PosY":55.690650939941406,"PosZ":-188.10000610351565,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":2,"MappingInfoID":2012102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2012103":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":189.1699981689453,"PosY":34.69807052612305,"PosZ":-155.57000732421875,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":2,"MappingInfoID":2012103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2012104":{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":130.1699981689453,"PosY":46.65890121459961,"PosZ":-17.5,"RotY":347.0799865722656,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2012104,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},"2012105":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":248.25070190429688,"PosY":45.26504135131836,"PosZ":-74.4000015258789,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":2,"MappingInfoID":2012105,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"2":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":124.66000366210938,"PosY":46.850379943847656,"PosZ":-23.65999984741211,"RotY":13.991909980773926,"PropID":101,"AnchorID":1,"AnchorGroupID":2,"MappingInfoID":2012101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":179.27000427246094,"PosY":55.690650939941406,"PosZ":-188.10000610351565,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":2,"MappingInfoID":2012102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":189.1699981689453,"PosY":34.69807052612305,"PosZ":-155.57000732421875,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":2,"MappingInfoID":2012103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":130.1699981689453,"PosY":46.65890121459961,"PosZ":-17.5,"RotY":347.0799865722656,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2012104,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":130.1699981689453,"PosY":48.150001525878906,"PosZ":-17.5,"RotY":347.0799865722656,"PropID":115,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_TownExit_CameraArea.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":131.47000122070312,"PosY":46.11000061035156,"PosZ":-17.200000762939453,"RotY":347.0799865722656,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":248.25070190429688,"PosY":45.26504135131836,"PosZ":-74.4000015258789,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":2,"MappingInfoID":2012105,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":127.84999847412108,"PosY":46.58787155151367,"PosZ":-27.59000015258789,"RotY":190.0,"groupId":0},"2":{"ID":2,"PosX":177.85499572753906,"PosY":55.67100143432618,"PosZ":-185.1060028076172,"RotY":40.0,"groupId":0},"3":{"ID":3,"PosX":245.86000061035156,"PosY":45.26504135131836,"PosZ":-70.2699966430664,"RotY":300.0,"groupId":0},"4":{"ID":4,"PosX":191.75,"PosY":34.644500732421875,"PosZ":-153.7100067138672,"RotY":9.999994277954102,"groupId":0}}},"3":{"props":[{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":135.10899353027344,"PosY":50.63899993896485,"PosZ":-125.26599884033205,"RotY":328.4480895996094,"PropID":301004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_ElevatorMat_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":128.6999969482422,"PosY":58.98400115966797,"PosZ":-126.2300033569336,"RotY":234.1800994873047,"PropID":101008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_Switch_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":142.0800018310547,"PosY":28.415159225463867,"PosZ":-124.75,"RotY":352.1304931640625,"PropID":101008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_Switch_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":135.1199951171875,"PosY":59.00788116455078,"PosZ":-125.26000213623048,"RotY":330.0,"PropID":101007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Elevator_Move.json","State":"Locked","propStateList":["Locked","Elevator1","Elevator2","Elevator3"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_03_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":135.1199951171875,"PosY":28.079999923706055,"PosZ":-125.26000213623048,"RotY":0.0,"PropID":301005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_ElevatorBase_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"3":{"ID":3,"PosX":135.1199951171875,"PosY":28.899999618530273,"PosZ":-125.26000213623048,"RotY":330.0,"groupId":0},"4":{"ID":4,"PosX":135.1199951171875,"PosY":59.00788116455078,"PosZ":-125.26000213623048,"RotY":330.0,"groupId":0}}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":99.0790023803711,"PosY":56.086429595947266,"PosZ":-50.91699981689453,"RotY":214.90899658203125,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":170.0399932861328,"PosY":54.03900146484375,"PosZ":-146.63999938964844,"RotY":122.26300048828124,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":173.5800018310547,"PosY":55.87643051147461,"PosZ":-193.27999877929688,"RotY":339.3634033203125,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":203.5099945068359,"PosY":51.2705192565918,"PosZ":-169.39999389648438,"RotY":82.18096923828125,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":244.11199951171875,"PosY":50.34003829956055,"PosZ":-129.25900268554688,"RotY":160.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":149.08999633789065,"PosY":46.536911010742195,"PosZ":-62.970001220703125,"RotY":182.5372009277344,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":249.23800659179688,"PosY":45.397850036621094,"PosZ":-48.7859992980957,"RotY":200.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":271.0400085449219,"PosY":52.60871887207031,"PosZ":-143.75999450683594,"RotY":200.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":234.5070037841797,"PosY":47.44887924194336,"PosZ":-111.68900299072266,"RotY":290.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":127.44000244140624,"PosY":38.1909294128418,"PosZ":-94.15000915527344,"RotY":90.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"6":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":167.41000366210938,"PosY":56.13042068481445,"PosZ":-176.5,"RotY":214.90899658203125,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":119.95999908447266,"PosY":47.03800964355469,"PosZ":-31.559999465942383,"RotY":40.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":192.61000061035156,"PosY":28.566179275512695,"PosZ":-138.0399932861328,"RotY":60.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":124.97799682617188,"PosY":52.75687026977539,"PosZ":-61.59700012207031,"RotY":214.90899658203125,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":126.9499969482422,"PosY":58.98456954956055,"PosZ":-123.75,"RotY":214.90899658203125,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":96.6969985961914,"PosY":58.61240005493164,"PosZ":-85.09400177001953,"RotY":214.90899658203125,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":133.05999755859375,"PosY":58.914249420166016,"PosZ":-151.5800018310547,"RotY":214.90899658203125,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":176.6699981689453,"PosY":54.697731018066406,"PosZ":-157.98199462890625,"RotY":214.90899658203125,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":225.3580017089844,"PosY":44.23902130126953,"PosZ":-154.60899353027344,"RotY":214.90899658203125,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":258.9700012207031,"PosY":52.798580169677734,"PosZ":-164.3699951171875,"RotY":214.90899658203125,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":249.4600067138672,"PosY":52.23453903198242,"PosZ":-149.2899932861328,"RotY":214.90899658203125,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":227.22000122070312,"PosY":47.70206832885742,"PosZ":-119.91000366210938,"RotY":214.90899658203125,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":239.47000122070312,"PosY":45.31752014160156,"PosZ":-82.20999908447266,"RotY":214.90899658203125,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":150.5800018310547,"PosY":46.487060546875,"PosZ":-75.70999908447266,"RotY":214.90899658203125,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":166.42999267578125,"PosY":46.39522933959961,"PosZ":-60.810001373291016,"RotY":214.90899658203125,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":212.0529937744141,"PosY":46.63235092163086,"PosZ":-58.07600021362305,"RotY":214.90899658203125,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":205.9900054931641,"PosY":28.523679733276367,"PosZ":-136.97000122070312,"RotY":214.90899658203125,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":118.1999969482422,"PosY":46.59000015258789,"PosZ":-66.47000122070312,"RotY":214.90899658203125,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":250.2400054931641,"PosY":52.63376998901367,"PosZ":-172.83999633789065,"RotY":60.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":141.52999877929688,"PosY":28.70439910888672,"PosZ":-114.19000244140624,"RotY":240.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":331.97430419921875,"PosX":135.60000610351565,"PosY":58.93144989013672,"PosZ":-144.39999389648438,"NPCMonsterID":1002020,"EventID":20121002,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":331.97430419921875,"PosX":158.17999267578125,"PosY":57.29235076904297,"PosZ":-175.22000122070312,"NPCMonsterID":1002020,"EventID":20121003,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":0.0,"PosX":247.19000244140625,"PosY":50.33763885498047,"PosZ":-133.19000244140625,"NPCMonsterID":1012030,"EventID":20121006,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":15.0,"PosX":224.97999572753903,"PosY":44.72492980957031,"PosZ":-151.41000366210938,"NPCMonsterID":1012030,"EventID":20121007,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":185.13800048828125,"PosY":56.85200119018555,"PosZ":-180.39700317382812,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/1010501/Drop/Drop_1010501_7.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":160.677001953125,"PosY":57.69300079345703,"PosZ":-195.41099548339844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/1010501/Drop/Drop_1010501_3.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":163.00999450683594,"PosY":57.58700180053711,"PosZ":-185.5780029296875,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/1010501/Drop/Drop_1010501_4.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"13":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":58.40195846557618,"PosX":179.33999633789065,"PosY":53.92864990234375,"PosZ":-152.47999572753906,"NPCMonsterID":1002020,"EventID":20121102,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":0.0,"PosX":242.6199951171875,"PosY":50.28956985473633,"PosZ":-133.1300048828125,"NPCMonsterID":1012030,"EventID":20121105,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":15.0,"PosX":224.97999572753903,"PosY":44.72492980957031,"PosZ":-151.41000366210938,"NPCMonsterID":1012030,"EventID":20121106,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"14":{"props":[{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":259.5480041503906,"PosY":52.733699798583984,"PosZ":-153.2239990234375,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":212.2899932861328,"PosY":52.690460205078125,"PosZ":-185.77000427246097,"RotY":0.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"21":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":188.3800048828125,"PosY":29.399999618530273,"PosZ":-126.68000030517578,"RotY":101.49109649658205,"PropID":702,"AnchorID":1,"AnchorGroupID":21,"MappingInfoID":1105,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":191.49070739746097,"PosX":188.3800048828125,"PosY":28.600000381469727,"PosZ":-126.68000030517578,"NPCMonsterID":1013021,"EventID":101205,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":187.4199981689453,"PosY":28.489999771118164,"PosZ":-132.9739990234375,"RotY":11.490679740905762,"groupId":0}}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":129.88999938964844,"PosY":29.188859939575195,"PosZ":-109.87000274658205,"RotY":180.0,"PropID":60102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":129.88999938964844,"PosY":29.188859939575195,"PosZ":-109.87000274658205,"RotY":180.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10032,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":320.0,"PosX":131.45199584960938,"PosY":28.99090003967285,"PosZ":-111.90779876708984,"NPCMonsterID":1002020,"EventID":20121232,"groupId":23,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":40.0,"PosX":128.8300018310547,"PosY":28.9001407623291,"PosZ":-112.55999755859376,"NPCMonsterID":1002020,"EventID":20121234,"groupId":23,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":213.2400054931641,"PosY":28.450849533081055,"PosZ":-142.38999938964844,"RotY":290.0,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":213.2400054931641,"PosY":28.450849533081055,"PosZ":-142.38999938964844,"RotY":290.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":290.0,"PosX":209.91000366210935,"PosY":28.40920066833496,"PosZ":-141.17999267578125,"NPCMonsterID":1013020,"EventID":20121231,"groupId":26,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"30":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":157.92750549316406,"PosX":239.2617950439453,"PosY":52.55747985839844,"PosZ":-158.66319274902344,"NPCMonsterID":1002020,"EventID":20121208,"groupId":30,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":260.56768798828125,"PosY":52.98600006103515,"PosZ":-148.14010620117188,"RotY":224.35740661621097,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":235.77099609375,"PosY":46.20899963378906,"PosZ":-48.58599853515625,"RotY":190.0,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":151.93299865722656,"PosY":47.27299880981445,"PosZ":-76.06099700927734,"RotY":190.0,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":97.29399871826172,"PosY":56.76900100708008,"PosZ":-50.05899810791016,"RotY":283.0111999511719,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":156.28399658203125,"PosY":29.163000106811523,"PosZ":-130.2989959716797,"RotY":0.0,"PropID":101027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":252.9550018310547,"PosY":45.849700927734375,"PosZ":-59.29399871826172,"RotY":190.0,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":128.82400512695312,"PosY":47.381000518798835,"PosZ":-42.8380012512207,"RotY":190.0,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":136.1179962158203,"PosY":59.59000015258789,"PosZ":-154.37399291992188,"RotY":0.0,"PropID":101031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_05_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":152.3072052001953,"PosY":47.05459976196289,"PosZ":-62.237701416015625,"RotY":57.25844955444336,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":168.27499389648438,"PosY":56.83399963378906,"PosZ":-195.83200073242188,"RotY":190.0,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":256.4215087890625,"PosY":53.74380111694336,"PosZ":-161.45370483398438,"RotY":190.0,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":176.6894989013672,"PosY":47.474998474121094,"PosZ":-61.62459945678711,"RotY":0.0,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":246.52200317382812,"PosY":46.31800079345703,"PosZ":-49.76499938964844,"RotY":0.0,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":247.49600219726565,"PosY":45.98400115966797,"PosZ":-48.000999450683594,"RotY":0.0,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"43":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":232.9069976806641,"PosY":45.65299987792969,"PosZ":-50.13999938964844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":233.92999267578125,"PosY":46.28900146484375,"PosZ":-47.310001373291016,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/2010501/Drop_2010501_6.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":172.13999938964844,"PosY":47.27000045776367,"PosZ":-74.9800033569336,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":177.47000122070312,"PosY":47.15999984741211,"PosZ":-61.65599822998047,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/2010501/Drop_2010501_3.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":179.69290161132812,"PosY":47.23199844360352,"PosZ":-72.5279998779297,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/2010501/Drop_2010501_4.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":164.1959991455078,"PosY":47.349998474121094,"PosZ":-60.73500061035156,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/2010501/Drop_2010501_5.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"50":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":186.41700744628903,"PosY":55.11199951171875,"PosZ":-167.95199584960938,"RotY":114.08180236816406,"PropID":808,"AnchorID":1,"AnchorGroupID":50,"MappingInfoID":1003,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_02.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":186.69200134277344,"PosY":55.1150016784668,"PosZ":-170.5399932861328,"RotY":0.0,"groupId":0}}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":227.9900054931641,"PosY":45.349998474121094,"PosZ":-72.5,"RotY":52.03303909301758,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_Controller.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":229.4239959716797,"PosY":45.26504135131836,"PosZ":-74.76300048828125,"RotY":23.677040100097656,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":245.63800048828125,"PosY":45.26504135131836,"PosZ":-72.83300018310547,"RotY":206.8000030517578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_TargetPoint01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":227.9900054931641,"PosY":45.349998474121094,"PosZ":-72.5,"RotY":52.03303909301758,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_Controller.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"54":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":109.4219970703125,"PosY":28.518159866333008,"PosZ":-123.2480010986328,"RotY":45.0,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"55":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":173.23599243164065,"PosY":46.65800094604492,"PosZ":-73.63400268554688,"NPCMonsterID":8002040,"EventID":20121143,"groupId":55,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"57":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":236.7389984130859,"PosY":52.87099838256836,"PosZ":-156.83900451660156,"RotY":160.3321990966797,"PropID":101039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_FindChest_Streetlamp_IronNet_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":230.5590057373047,"PosY":48.06391143798828,"PosZ":-137.20509338378906,"RotY":141.34739685058594,"PropID":101039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_FindChest_Streetlamp_IronNet_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":246.66099548339844,"PosY":50.479679107666016,"PosZ":-134.4969940185547,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":249.5399932861328,"PosY":50.348289489746094,"PosZ":-132.4499969482422,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":247.58999633789065,"PosY":50.41368103027344,"PosZ":-134.52000427246094,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/FindChest/FindChest_M201.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":249.5399932861328,"PosY":50.348289489746094,"PosZ":-132.4499969482422,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":246.66099548339844,"PosY":50.37968063354492,"PosZ":-134.4969940185547,"RotY":0.0,"PropID":101042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_FindChest_Box_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":246.96600341796875,"PosY":50.35721969604492,"PosZ":-134.1699981689453,"RotY":270.0,"PropID":60102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/FindChest/FindChest_ChangePropState.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":246.96600341796875,"PosY":50.35721969604492,"PosZ":-134.1699981689453,"RotY":270.0,"PropID":101067,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":239.01800537109375,"PosY":54.31999969482422,"PosZ":-134.52999877929688,"RotY":85.0,"groupId":0},"2":{"ID":2,"PosX":246.73500061035156,"PosY":50.37968063354492,"PosZ":-135.42100524902344,"RotY":0.0,"groupId":0}}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":220.10000610351565,"PosY":48.189998626708984,"PosZ":-142.8300018310547,"RotY":103.81379699707033,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":221.4429931640625,"PosY":46.9900016784668,"PosZ":-143.30099487304688,"RotY":103.81379699707033,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":221.4429931640625,"PosY":48.05099868774414,"PosZ":-143.30099487304688,"RotY":103.81379699707033,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/FindChest/FindChest_Reading_M201.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"62":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":54.449188232421875,"PosX":142.75100708007812,"PosY":59.1150016784668,"PosZ":-170.15899658203125,"NPCMonsterID":1012030,"EventID":20121133,"groupId":62,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":225.0,"PosX":146.97999572753906,"PosY":59.05474090576172,"PosZ":-163.80999755859375,"NPCMonsterID":1012030,"EventID":20121132,"groupId":62,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":328.46990966796875,"PosX":140.00999450683594,"PosY":58.959999084472656,"PosZ":-153.55999755859375,"NPCMonsterID":1002020,"EventID":20121131,"groupId":62,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":263.8900146484375,"PosX":222.6300048828125,"PosY":52.43000030517578,"PosZ":-173.50999450683594,"NPCMonsterID":1002020,"EventID":20121134,"groupId":62,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":262.4961853027344,"PosX":222.25,"PosY":52.457000732421875,"PosZ":-176.6699981689453,"NPCMonsterID":1002020,"EventID":20121135,"groupId":62,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":263.8900146484375,"PosX":218.13999938964844,"PosY":52.470001220703125,"PosZ":-177.5399932861328,"NPCMonsterID":1002020,"EventID":20121136,"groupId":62,"IsDelete":false,"IsClientOnly":false},{"ID":200015,"RotY":230.22950744628903,"PosX":155.07000732421875,"PosY":28.356300354003903,"PosZ":-127.41000366210938,"NPCMonsterID":1002020,"EventID":20121137,"groupId":62,"IsDelete":false,"IsClientOnly":false},{"ID":200017,"RotY":89.84999084472656,"PosX":153.52000427246094,"PosY":28.399999618530273,"PosZ":-123.98999786376952,"NPCMonsterID":1002020,"EventID":20121138,"groupId":62,"IsDelete":false,"IsClientOnly":false},{"ID":200018,"RotY":149.10330200195312,"PosX":150.22999572753906,"PosY":28.3700008392334,"PosZ":-125.61000061035156,"NPCMonsterID":1002020,"EventID":20121139,"groupId":62,"IsDelete":false,"IsClientOnly":false},{"ID":200020,"RotY":44.439998626708984,"PosX":165.6199951171875,"PosY":32.560001373291016,"PosZ":-102.0500030517578,"NPCMonsterID":1002020,"EventID":20121140,"groupId":62,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":187.8000030517578,"PosX":167.52000427246094,"PosY":32.650001525878906,"PosZ":-99.1969985961914,"NPCMonsterID":1002020,"EventID":20121141,"groupId":62,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"63":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":227.9900054931641,"PosY":45.349998474121094,"PosZ":-72.5,"RotY":52.03303909301758,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_Controller.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":229.4239959716797,"PosY":45.26504135131836,"PosZ":-74.76300048828125,"RotY":23.677040100097656,"PropID":60102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":227.58399963378903,"PosY":45.26504135131836,"PosZ":-63.64400100708008,"RotY":206.8000030517578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_TargetPoint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":227.9900054931641,"PosY":45.349998474121094,"PosZ":-72.5,"RotY":52.03303909301758,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_Controller.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":229.49240112304688,"PosY":45.26506042480469,"PosZ":-74.3768310546875,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10018,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":227.9900054931641,"PosY":45.349998474121094,"PosZ":-72.5,"RotY":52.03303909301758,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_Controller.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":229.4239959716797,"PosY":45.26504135131836,"PosZ":-74.76300048828125,"RotY":23.677040100097656,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":228.3000030517578,"PosY":45.26504135131836,"PosZ":-61.15999984741211,"RotY":206.8000030517578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_TargetPoint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":234.0500030517578,"PosY":45.26504135131836,"PosZ":-78.41000366210938,"RotY":206.8000030517578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_TargetPoint01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":227.9900054931641,"PosY":45.349998474121094,"PosZ":-72.5,"RotY":52.03303909301758,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_Controller.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"65":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":227.9900054931641,"PosY":45.349998474121094,"PosZ":-72.5,"RotY":52.03303909301758,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_Controller.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":229.4239959716797,"PosY":45.26504135131836,"PosZ":-74.76300048828125,"RotY":23.677040100097656,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":228.3800048828125,"PosY":45.26504135131836,"PosZ":-63.08000183105469,"RotY":206.8000030517578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_TargetPoint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":223.5800018310547,"PosY":45.27098846435547,"PosZ":-60.790000915527344,"RotY":206.8000030517578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_TargetPoint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":227.9900054931641,"PosY":45.349998474121094,"PosZ":-72.5,"RotY":52.03303909301758,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_Controller.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":229.49240112304688,"PosY":45.26506042480469,"PosZ":-74.3768310546875,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10018,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"66":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":227.9900054931641,"PosY":45.349998474121094,"PosZ":-72.5,"RotY":52.03303909301758,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_Controller.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":229.4239959716797,"PosY":45.271671295166016,"PosZ":-74.76300048828125,"RotY":23.677040100097656,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":220.08399963378903,"PosY":45.27098846435547,"PosZ":-59.95399856567382,"RotY":206.8000030517578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_TargetPoint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":236.2899932861328,"PosY":45.27098846435547,"PosZ":-54.54999923706055,"RotY":206.8000030517578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_TargetPoint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":227.9900054931641,"PosY":45.349998474121094,"PosZ":-72.5,"RotY":52.03303909301758,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_Controller.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"92":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":111.5500030517578,"PosY":58.97999954223633,"PosZ":-112.8000030517578,"RotY":313.82391357421875,"PropID":3001,"AnchorID":1,"AnchorGroupID":92,"MappingInfoID":1408,"InitLevelGraph":"Config/Level/Maze/MazeProp/Maze_Prop_ChallengeRaid_Entrance.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":113.1060028076172,"PosY":58.98500061035156,"PosZ":-111.3759994506836,"RotY":226.7653045654297,"groupId":0},"2":{"ID":2,"PosX":123.57589721679688,"PosY":47.70000076293945,"PosZ":-69.22595977783203,"RotY":205.85150146484375,"groupId":0}}},"95":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":142.1199951171875,"PosY":32.75600051879883,"PosZ":-96.57998657226562,"RotY":43.7934684753418,"PropID":3001,"AnchorID":1,"AnchorGroupID":95,"MappingInfoID":1403,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_Entrance_02.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":143.37669372558594,"PosY":32.42300033569336,"PosZ":-97.84619140625,"RotY":315.49749755859375,"groupId":0}}},"96":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":151.70899963378906,"PosY":56.67837142944336,"PosZ":-189.03599548339844,"RotY":211.1215057373047,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_Gamplay.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":153.577392578125,"PosY":59.04043960571289,"PosZ":-153.9105987548828,"RotY":290.1129150390625,"PropID":301010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_BrokenRobot.json","State":"Closed","propStateList":["Closed","Open"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Robot_05_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":153.26809692382812,"PosY":59.811279296875,"PosZ":-153.6154022216797,"RotY":116.20230102539064,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_RobotConsole_Camera.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":151.0800018310547,"PosY":56.275840759277344,"PosZ":-190.7899932861328,"RotY":77.74514770507812,"PropID":60102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":154.0341033935547,"PosY":56.030521392822266,"PosZ":-189.96710205078125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_Effect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":153.577392578125,"PosY":59.04043960571289,"PosZ":-153.9105987548828,"RotY":290.1129150390625,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":151.70899963378906,"PosY":56.67837142944336,"PosZ":-189.03599548339844,"RotY":211.1215057373047,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon_Finish.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":117.4259033203125,"PosY":56.22916030883789,"PosZ":-182.55209350585935,"RotY":293.3304138183594,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":150.3480987548828,"PosY":63.02399826049805,"PosZ":-150.17520141601565,"RotY":136.6999053955078,"groupId":0}}},"100":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":114.61000061035156,"PosY":46.974571228027344,"PosZ":-44.959999084472656,"RotY":358.32501220703125,"PropID":801,"AnchorID":1,"AnchorGroupID":100,"MappingInfoID":1010,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":117.23999786376952,"PosY":46.810001373291016,"PosZ":-44.87699890136719,"RotY":268.32501220703125,"groupId":0}}},"102":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":229.4239959716797,"PosY":45.26504135131836,"PosZ":-74.76300048828125,"RotY":23.677040100097656,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":223.6300048828125,"PosY":45.26504135131836,"PosZ":-60.619998931884766,"RotY":206.8000030517578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_TargetPoint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":228.5,"PosY":45.26504135131836,"PosZ":-63.119998931884766,"RotY":206.8000030517578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_TargetPoint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":227.9900054931641,"PosY":45.349998474121094,"PosZ":-72.5,"RotY":52.03303909301758,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_Controller.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":229.49240112304688,"PosY":45.26506042480469,"PosZ":-74.3768310546875,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10018,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":235.10000610351565,"PosY":45.26504135131836,"PosZ":-80.20999908447266,"RotY":206.8000030517578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_TargetPoint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"103":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":229.4239959716797,"PosY":45.26504135131836,"PosZ":-74.76300048828125,"RotY":23.677040100097656,"PropID":60102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":229.05999755859375,"PosY":45.26504135131836,"PosZ":-53.619998931884766,"RotY":206.8000030517578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_TargetPoint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":243.97999572753903,"PosY":45.26504135131836,"PosZ":-62.29999923706055,"RotY":206.8000030517578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_TargetPoint01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":227.9900054931641,"PosY":45.349998474121094,"PosZ":-72.5,"RotY":52.03303909301758,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_Controller.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":234.05999755859375,"PosY":45.26504135131836,"PosZ":-78.27999877929688,"RotY":206.8000030517578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_TargetPoint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"104":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":229.4239959716797,"PosY":45.26504135131836,"PosZ":-74.76300048828125,"RotY":23.677040100097656,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":229.10000610351565,"PosY":45.26504135131836,"PosZ":-53.540000915527344,"RotY":206.8000030517578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_TargetPoint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":243.7599945068359,"PosY":45.26504135131836,"PosZ":-62.5,"RotY":206.8000030517578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_TargetPoint01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":227.9900054931641,"PosY":45.349998474121094,"PosZ":-72.5,"RotY":52.03303909301758,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_Controller.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"105":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":229.4239959716797,"PosY":45.26504135131836,"PosZ":-74.76300048828125,"RotY":23.677040100097656,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":245.9600067138672,"PosY":45.26504135131836,"PosZ":-72.69999694824219,"RotY":206.8000030517578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_TargetPoint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":243.83299255371097,"PosY":45.26504135131836,"PosZ":-75.57499694824219,"RotY":206.8000030517578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_TargetPoint01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":227.9900054931641,"PosY":45.349998474121094,"PosZ":-72.5,"RotY":52.03303909301758,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Puzzle_Tramcar_Controller.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"123":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":264.9599914550781,"PosY":53.544681549072266,"PosZ":-152.6199951171875,"RotY":90.0,"PropID":702,"AnchorID":1,"AnchorGroupID":123,"MappingInfoID":1112,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":123,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":264.9599914550781,"PosY":52.5447998046875,"PosZ":-152.6199951171875,"NPCMonsterID":1023012,"EventID":101212,"groupId":123,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":264.6600036621094,"PosY":52.54631042480469,"PosZ":-158.47999572753906,"RotY":0.0,"groupId":0}}}}},"P20122_F20122001":{"teleports":{"1008":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.130001068115234,"PosY":-0.09767699986696243,"PosZ":51.22999954223633,"RotY":171.38519287109375,"PropID":801,"AnchorID":1,"AnchorGroupID":37,"MappingInfoID":1008,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"},"1102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.310001373291016,"PosY":-1.5399999618530271,"PosZ":116.02999877929688,"RotY":90.0,"PropID":703,"AnchorID":1,"AnchorGroupID":79,"MappingInfoID":1102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_03_Entity.json"},"2214":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":11.880000114440918,"PosY":-2.5745739936828613,"PosZ":152.33999633789065,"RotY":266.268798828125,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2214,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},"2345":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":11.880000114440918,"PosY":-2.5745739936828613,"PosZ":152.33999633789065,"RotY":266.268798828125,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2345,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},"10034":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.48699951171875,"PosY":-0.1317799985408783,"PosZ":72.68199920654298,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10034,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10035":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-55.790000915527344,"PosY":-0.2199999988079071,"PosZ":72.19000244140625,"RotY":315.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10035,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10036":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.170000076293945,"PosY":-2.5077009201049805,"PosZ":127.54000091552734,"RotY":30.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10036,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10045":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.15999984741211,"PosY":-2.564387083053589,"PosZ":98.69999694824219,"RotY":91.14106750488281,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2012201":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.43000030517578,"PosY":0.11930999904870988,"PosZ":32.56999969482422,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":2,"MappingInfoID":2012201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2012202":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.72899627685547,"PosY":1.3696229457855225,"PosZ":116.26100158691406,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":2,"MappingInfoID":2012202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2012203":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.132999420166016,"PosY":9.074661254882812,"PosZ":161.44500732421875,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":2,"MappingInfoID":2012203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2012204":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.13999938964844,"PosY":-0.06350100040435791,"PosZ":26.34000015258789,"RotY":0.0,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2012204,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"}},"group_items":{"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.43000030517578,"PosY":0.11930999904870988,"PosZ":32.56999969482422,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":2,"MappingInfoID":2012201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.72899627685547,"PosY":1.3696229457855225,"PosZ":116.26100158691406,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":2,"MappingInfoID":2012202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.132999420166016,"PosY":9.074661254882812,"PosZ":161.44500732421875,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":2,"MappingInfoID":2012203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.13999938964844,"PosY":-0.06350100040435791,"PosZ":26.34000015258789,"RotY":0.0,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2012204,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.13999938964844,"PosY":1.4199999570846558,"PosZ":26.34000015258789,"RotY":0.0,"PropID":115,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_TownExit_CameraArea.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.13999938964844,"PosY":-0.800000011920929,"PosZ":26.34000015258789,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":11.68000030517578,"PosY":-2.55118989944458,"PosZ":152.44000244140625,"RotY":268.88848876953125,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-34.650001525878906,"PosY":-0.12999999523162842,"PosZ":35.56999969482422,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-70.30000305175781,"PosY":1.2578259706497192,"PosZ":118.94100189208984,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":-34.35200119018555,"PosY":9.074661254882812,"PosZ":157.0260009765625,"RotY":175.0,"groupId":0}}},"3":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-61.685001373291016,"PosY":5.4339799880981445,"PosZ":56.11000061035156,"NPCMonsterID":8001010,"EventID":20122001,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":347.4466857910156,"PosX":-87.85299682617188,"PosY":6.061783790588379,"PosZ":97.80799865722656,"NPCMonsterID":8002010,"EventID":20122003,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":348.4266052246094,"PosX":-46.040000915527344,"PosY":-2.6600000858306885,"PosZ":109.5199966430664,"NPCMonsterID":8001020,"EventID":20122004,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":6.38921594619751,"PosX":-45.95000076293945,"PosY":-2.641818046569824,"PosZ":119.34999847412108,"NPCMonsterID":1022020,"EventID":20122005,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":162.07229614257812,"PosX":2.430000066757202,"PosY":1.8200000524520872,"PosZ":84.23999786376953,"NPCMonsterID":1022010,"EventID":20122006,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":90.3923568725586,"PosX":-15.279999732971191,"PosY":1.0273720026016235,"PosZ":167.7100067138672,"NPCMonsterID":8002010,"EventID":20122007,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":272.714111328125,"PosX":-10.100000381469728,"PosY":0.9597300291061401,"PosZ":165.52000427246094,"NPCMonsterID":1022020,"EventID":20122008,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":270.0,"PosX":2.760498046875,"PosY":-2.4367380142211914,"PosZ":139.87359619140625,"NPCMonsterID":1022020,"EventID":20122009,"groupId":3,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-55.790000915527344,"PosY":-0.1678829938173294,"PosZ":72.19000244140625,"RotY":315.0,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-55.790000915527344,"PosY":-0.2199999988079071,"PosZ":72.19000244140625,"RotY":315.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10035,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":315.0,"PosX":-58.279998779296875,"PosY":-0.2199999988079071,"PosZ":74.68000030517578,"NPCMonsterID":8003050,"EventID":20122232,"groupId":4,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"12":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.77199935913086,"PosY":-0.23100000619888303,"PosZ":89.375,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.368999481201172,"PosY":-0.1448040008544922,"PosZ":86.76599884033203,"RotY":178.2772979736328,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.0359992980957,"PosY":-2.640000104904175,"PosZ":103.8239974975586,"RotY":54.92747116088867,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.619998931884766,"PosY":-2.5960710048675537,"PosZ":106.41999816894533,"RotY":73.19685363769531,"PropID":101003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_CablePuzzle_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01B_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.30899810791016,"PosY":1.4199999570846558,"PosZ":124.72699737548828,"RotY":316.6781921386719,"PropID":101005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_07_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-85.23400115966797,"PosY":1.3353190422058103,"PosZ":126.34100341796876,"RotY":0.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.29801177978516,"PosY":6.383999824523926,"PosZ":94.5830078125,"RotY":0.0,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.84000015258789,"PosY":5.551692962646484,"PosZ":47.77000045776367,"RotY":0.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.09999847412108,"PosY":6.349390983581543,"PosZ":101.52999877929688,"RotY":160.2736053466797,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.80999755859375,"PosY":3.6545479297637935,"PosZ":104.43000030517578,"RotY":270.3424987792969,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.83000183105469,"PosY":1.3881180286407473,"PosZ":124.45099639892578,"RotY":160.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.719999313354492,"PosY":-2.546658992767334,"PosZ":97.77999877929688,"RotY":270.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.469999313354492,"PosY":1.255362033843994,"PosZ":164.66000366210938,"RotY":111.22689819335938,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.22000122070312,"PosY":1.402263045310974,"PosZ":129.4969940185547,"RotY":270.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.67399978637695,"PosY":-0.11449699848890305,"PosZ":58.6150016784668,"RotY":0.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"17":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":163.5,"PosX":-43.290000915527344,"PosY":13.470000267028809,"PosZ":166.94000244140625,"NPCMonsterID":8001020,"EventID":20122201,"groupId":17,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":121.0,"PosX":-36.81999969482422,"PosY":13.470000267028809,"PosZ":166.57000732421875,"NPCMonsterID":1022010,"EventID":20122202,"groupId":17,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.34000015258789,"PosY":-1.837000012397766,"PosZ":122.85900115966795,"RotY":93.36721801757812,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.269000053405762,"PosY":0.5830000042915344,"PosZ":99.947998046875,"RotY":188.56759643554688,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.05000305175781,"PosY":5.164000034332275,"PosZ":95.13802337646484,"RotY":180.0,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.86900329589844,"PosY":6.333000183105469,"PosZ":64.8280029296875,"RotY":38.38216018676758,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.4370002746582,"PosY":0.8080000281333923,"PosZ":54.34700012207031,"RotY":5.123861789703369,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.483001708984375,"PosY":-0.5139999985694885,"PosZ":102.45999908447266,"RotY":83.38218688964844,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.2690000534057617,"PosY":0.5889999866485596,"PosZ":122.4489974975586,"RotY":38.38216018676758,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-55.374000549316406,"PosY":14.642600059509276,"PosZ":167.07899475097656,"RotY":38.38216018676758,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.178001403808594,"PosY":16.419099807739258,"PosZ":184.30599975585935,"RotY":67.94818878173828,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.288999557495117,"PosY":14.645500183105469,"PosZ":177.72999572753906,"RotY":38.38216018676758,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.46235656738281,"PosY":4.431880950927734,"PosZ":99.09166717529298,"RotY":38.38216018676758,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"19":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":125.99120330810548,"PosX":-80.62999725341797,"PosY":6.25,"PosZ":84.87999725341797,"NPCMonsterID":8002010,"EventID":20122102,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":0.0,"PosX":-65.94000244140625,"PosY":5.670000076293945,"PosZ":66.04000091552734,"NPCMonsterID":1022020,"EventID":20122131,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":187.59339904785156,"PosX":-66.41000366210938,"PosY":5.679999828338623,"PosZ":67.95999908447266,"NPCMonsterID":1022010,"EventID":20122132,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":162.07229614257812,"PosX":2.430000066757202,"PosY":1.8200000524520872,"PosZ":84.23999786376953,"NPCMonsterID":1022010,"EventID":20122105,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":7.364209175109864,"PosX":2.809581995010376,"PosY":1.5900000333786013,"PosZ":86.96177673339844,"NPCMonsterID":8001020,"EventID":20122133,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"22":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.13999938964844,"PosY":13.62600040435791,"PosZ":169.27999877929688,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"30":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.121000289916992,"PosY":-1.6970000267028809,"PosZ":109.22299957275392,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/2010705/Drop_201070510.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":8.371000289916992,"PosY":-1.2549999952316284,"PosZ":156.67799377441406,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/2010705/Drop_201070510.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"33":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.88999938964844,"PosY":13.56999969482422,"PosZ":177.27999877929688,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"35":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-7.099999904632568,"PosY":-0.1663459986448288,"PosZ":119.63999938964844,"NPCMonsterID":1022010,"EventID":20122206,"groupId":35,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.130001068115234,"PosY":-0.09767699986696243,"PosZ":51.22999954223633,"RotY":171.38519287109375,"PropID":801,"AnchorID":1,"AnchorGroupID":37,"MappingInfoID":1008,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-32.2400016784668,"PosY":-0.09000000357627869,"PosZ":48.678001403808594,"RotY":0.0,"groupId":0}}},"50":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-68.91000366210938,"PosY":1.4189660549163818,"PosZ":122.58000183105467,"RotY":270.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.868000030517575,"PosY":-2.636965036392212,"PosZ":131.33099365234375,"RotY":102.70339965820312,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.559999465942383,"PosY":-2.5318920612335205,"PosZ":89.91000366210938,"RotY":270.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.529998779296875,"PosY":0.06287200003862381,"PosZ":43.84000015258789,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.329999923706055,"PosY":5.45216703414917,"PosZ":54.619998931884766,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.18099975585938,"PosY":5.732019901275635,"PosZ":70.97100067138672,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.78299713134764,"PosY":3.6490190029144287,"PosZ":109.21700286865234,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.66899871826172,"PosY":3.59283709526062,"PosZ":95.71600341796876,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-55.43399810791016,"PosY":-2.470916986465454,"PosZ":111.74199676513672,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.55000305175781,"PosY":-0.14926199615001678,"PosZ":75.9800033569336,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.565999984741213,"PosY":-0.0786139965057373,"PosZ":92.18399810791016,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.733001708984375,"PosY":-2.5873730182647705,"PosZ":88.83000183105469,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":4.880000114440918,"PosY":2.007230043411255,"PosZ":75.0,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":4.51200008392334,"PosY":-0.04461200162768364,"PosZ":118.50299835205078,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.100000381469728,"PosY":-2.5246360301971436,"PosZ":147.48899841308594,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.470001220703125,"PosY":13.470000267028809,"PosZ":148.57000732421875,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.2699966430664,"PosY":8.26346206665039,"PosZ":151.906005859375,"RotY":141.6748046875,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.4800033569336,"PosY":-0.12574699521064758,"PosZ":84.79000091552734,"RotY":94.39713287353516,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.600000381469727,"PosY":1.9260909557342527,"PosZ":65.5,"RotY":94.39713287353516,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.20357894897461,"PosY":0.05513099953532219,"PosZ":49.88470077514648,"RotY":94.39713287353516,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"51":{"props":[{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.97999954223633,"PosY":-2.467313051223755,"PosZ":103.62999725341795,"RotY":320.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.531313896179199,"PosY":-2.5587339401245117,"PosZ":150.0623016357422,"RotY":240.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"52":{"props":[{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.02999877929688,"PosY":1.4054540395736694,"PosZ":136.55999755859375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.02999877929688,"PosY":1.4054540395736694,"PosZ":136.55999755859375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-98.51100158691406,"PosY":2.052999973297119,"PosZ":136.17799377441406,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/FindChest/FindChest_M202.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.7300033569336,"PosY":1.4546879529953003,"PosZ":135.91769409179688,"RotY":90.0,"PropID":60102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/FindChest/FindChest_ChangePropState.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.7300033569336,"PosY":1.4546879529953003,"PosZ":135.91769409179688,"RotY":90.0,"PropID":101067,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-88.83200073242188,"PosY":5.545000076293945,"PosZ":130.8979949951172,"RotY":300.0,"groupId":0}}},"53":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":267.70001220703125,"PosX":1.1699999570846558,"PosY":-0.20710399746894836,"PosZ":119.88999938964844,"NPCMonsterID":8003010,"EventID":20123205,"groupId":53,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"55":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.48699951171875,"PosY":-0.1317799985408783,"PosZ":72.68199920654298,"RotY":0.0,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.48699951171875,"PosY":-0.1317799985408783,"PosZ":72.68199920654298,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10034,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":181.189697265625,"PosX":-18.489999771118164,"PosY":-0.1499900072813034,"PosZ":77.69000244140625,"NPCMonsterID":8003010,"EventID":20122231,"groupId":55,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.8639999628067017,"PosY":0.7680000066757202,"PosZ":117.52899932861328,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.170000076293945,"PosY":-2.5077009201049805,"PosZ":127.54000091552734,"RotY":30.0,"PropID":60102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.170000076293945,"PosY":-2.5077009201049805,"PosZ":127.54000091552734,"RotY":30.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10036,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-24.809999465942383,"PosY":-2.629002094268799,"PosZ":129.42999267578125,"NPCMonsterID":8002010,"EventID":20122233,"groupId":59,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":45.0,"PosX":-27.18560028076172,"PosY":-2.565403938293457,"PosZ":131.6024932861328,"NPCMonsterID":1022010,"EventID":20122234,"groupId":59,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"62":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.06600189208984,"PosY":2.1730000972747803,"PosZ":131.4600067138672,"RotY":307.16461181640625,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/FindChest/FindChest_Reading_M202.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"63":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":225.27999877929688,"PosX":-9.0600004196167,"PosY":1.8200000524520872,"PosZ":66.5199966430664,"NPCMonsterID":8002040,"EventID":20122106,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"70":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":154.1555938720703,"PosX":-7.422517776489258,"PosY":1.3048640489578247,"PosZ":169.86990356445312,"NPCMonsterID":1022020,"EventID":20122137,"groupId":70,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":90.4788589477539,"PosX":-9.640000343322754,"PosY":1.1331499814987185,"PosZ":169.6699981689453,"NPCMonsterID":1022020,"EventID":20122138,"groupId":70,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"79":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.310001373291016,"PosY":-1.5399999618530271,"PosZ":116.02999877929688,"RotY":90.0,"PropID":703,"AnchorID":1,"AnchorGroupID":79,"MappingInfoID":1102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_03_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-40.310001373291016,"PosY":-2.6107940673828125,"PosZ":116.02999877929688,"NPCMonsterID":8003051,"EventID":101202,"groupId":79,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-40.310001373291016,"PosY":-2.7479569911956787,"PosZ":109.13999938964844,"RotY":0.0,"groupId":0}}},"89":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.18800354003906,"PosY":4.480000019073486,"PosZ":98.76799774169922,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/1010101/Prop/Prop_NormalInteract_Investigation.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"96":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.9757859706878662,"PosY":2.371999979019165,"PosZ":73.56800079345702,"RotY":198.43800354003903,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_Gamplay.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.720701217651367,"PosY":-0.130841001868248,"PosZ":104.78379821777344,"RotY":290.1129150390625,"PropID":301010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_BrokenRobot.json","State":"Closed","propStateList":["Closed","Open"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Robot_05_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.03000020980835,"PosY":0.6399999856948853,"PosZ":105.07900238037108,"RotY":116.20230102539064,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_RobotConsole_Camera.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.9679999947547911,"PosY":1.7824699878692627,"PosZ":72.35900115966797,"RotY":130.0,"PropID":60102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.6187599897384644,"PosY":1.7318819761276243,"PosZ":73.86195373535156,"RotY":198.43800354003903,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_Effect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.720701217651367,"PosY":-0.130841001868248,"PosZ":104.78379821777344,"RotY":290.1129150390625,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.146538019180298,"PosY":1.7824699878692627,"PosZ":71.66969299316406,"RotY":65.06170654296875,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon_Finish.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":1.68195903301239,"PosY":1.772156000137329,"PosZ":77.03954315185547,"RotY":293.3304138183594,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-8.950000762939453,"PosY":3.8527190685272217,"PosZ":108.51920318603516,"RotY":136.6999053955078,"groupId":0}}},"98":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.15999984741211,"PosY":-2.564387083053589,"PosZ":98.69999694824219,"RotY":91.14106750488281,"PropID":60102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.15999984741211,"PosY":-2.564387083053589,"PosZ":98.69999694824219,"RotY":91.14106750488281,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_ChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.15999984741211,"PosY":-2.564387083053589,"PosZ":98.69999694824219,"RotY":91.14106750488281,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"100":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":11.880000114440918,"PosY":-2.5745739936828613,"PosZ":152.33999633789065,"RotY":266.268798828125,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2214,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":4.760000228881836,"PosY":-2.4875099658966064,"PosZ":149.02999877929688,"RotY":246.1320037841797,"groupId":0}}},"114":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":11.880000114440918,"PosY":-2.5745739936828613,"PosZ":152.33999633789065,"RotY":266.268798828125,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2345,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":8.617069244384766,"PosY":-2.546638011932373,"PosZ":148.2593994140625,"Name":"NPC1","RotY":277.3699951171875,"NPCID":2213,"groupId":114,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"117":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":224.83949279785156,"PosX":-45.06999969482422,"PosY":13.470000267028809,"PosZ":163.0399932861328,"NPCMonsterID":8002040,"EventID":305008,"groupId":117,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P20123_F20123001":{"teleports":{"1009":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.18000030517578,"PosY":12.0,"PosZ":-23.329999923706055,"RotY":11.538860321044922,"PropID":801,"AnchorID":1,"AnchorGroupID":24,"MappingInfoID":1009,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"},"1401":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.85001373291016,"PosY":12.228910446166992,"PosZ":-25.13999938964844,"RotY":313.7001953125,"PropID":3001,"AnchorID":1,"AnchorGroupID":65,"MappingInfoID":1401,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_Entrance_02.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"},"10037":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.549999237060547,"PosY":16.018259048461914,"PosZ":-72.75,"RotY":135.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10037,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10038":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.3199920654297,"PosY":13.998330116271973,"PosZ":18.030000686645508,"RotY":70.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10038,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10045":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":61.119998931884766,"PosY":15.949999809265137,"PosZ":-11.529999732971191,"RotY":273.3450927734375,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2012301":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.174027442932129,"PosY":25.366729736328125,"PosZ":85.28520965576172,"RotY":135.0,"PropID":101,"AnchorID":1,"AnchorGroupID":2,"MappingInfoID":2012301,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2012302":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.890000343322754,"PosY":20.04775047302246,"PosZ":-6.949999809265137,"RotY":270.0,"PropID":101,"AnchorID":4,"AnchorGroupID":2,"MappingInfoID":2012302,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2012303":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.827999114990234,"PosY":12.001279830932615,"PosZ":-12.821000099182127,"RotY":270.0,"PropID":101,"AnchorID":7,"AnchorGroupID":2,"MappingInfoID":2012303,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":13.219380378723145,"PosY":-6.9138407707214355,"PosZ":-167.27149963378906,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":13.219380378723145,"PosY":-6.9138407707214355,"PosZ":-167.27149963378906,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":13.219380378723145,"PosY":-6.9138407707214355,"PosZ":-167.27149963378906,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/2010901/Drop/Drop_201090118.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.174027442932129,"PosY":25.366729736328125,"PosZ":85.28520965576172,"RotY":135.0,"PropID":101,"AnchorID":1,"AnchorGroupID":2,"MappingInfoID":2012301,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.890000343322754,"PosY":20.04775047302246,"PosZ":-6.949999809265137,"RotY":270.0,"PropID":101,"AnchorID":4,"AnchorGroupID":2,"MappingInfoID":2012302,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.827999114990234,"PosY":12.001279830932615,"PosZ":-12.821000099182127,"RotY":270.0,"PropID":101,"AnchorID":7,"AnchorGroupID":2,"MappingInfoID":2012303,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":34.52000045776367,"PosY":19.977209091186523,"PosZ":-58.619998931884766,"RotY":135.0,"PropID":103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_MazeDoor_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-9.929999351501465,"PosY":25.391780853271484,"PosZ":80.58000183105469,"RotY":175.0,"groupId":0},"2":{"ID":2,"PosX":-34.88999938964844,"PosY":21.02199935913086,"PosZ":35.400001525878906,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-40.369998931884766,"PosY":20.000019073486328,"PosZ":71.54000091552734,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-5.238999843597412,"PosY":20.054210662841797,"PosZ":-8.640000343322754,"RotY":180.0,"groupId":0},"5":{"ID":5,"PosX":4.86899995803833,"PosY":22.980609893798828,"PosZ":55.3380012512207,"RotY":0.0,"groupId":0},"6":{"ID":6,"PosX":-4.369999885559082,"PosY":20.0,"PosZ":-33.459999084472656,"RotY":146.74740600585938,"groupId":0},"7":{"ID":7,"PosX":-51.9900016784668,"PosY":11.967880249023438,"PosZ":-15.06999969482422,"RotY":255.0,"groupId":0}}},"3":{"props":[],"npcs":[],"monsters":[{"ID":200004,"RotY":0.0,"PosX":-42.451210021972656,"PosY":13.993539810180664,"PosZ":19.127029418945312,"NPCMonsterID":1012020,"EventID":20123107,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":315.0,"PosX":-73.5999984741211,"PosY":11.99528980255127,"PosZ":-10.350000381469728,"NPCMonsterID":1012030,"EventID":20123105,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":0.0,"PosX":-76.36000061035156,"PosY":11.984760284423828,"PosZ":-12.5600004196167,"NPCMonsterID":1012020,"EventID":20123106,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":70.0,"PosX":24.979999542236328,"PosY":12.115880012512209,"PosZ":14.520000457763672,"NPCMonsterID":1012030,"EventID":20123131,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":0.0,"PosX":41.18000030517578,"PosY":11.972660064697266,"PosZ":17.229999542236328,"NPCMonsterID":1012020,"EventID":20123132,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":36.04999923706055,"PosY":11.996529579162598,"PosZ":11.460000038146973,"NPCMonsterID":1012030,"EventID":20123133,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":210.0,"PosX":55.90999984741211,"PosY":15.939970016479492,"PosZ":-2.6500000953674316,"NPCMonsterID":1012030,"EventID":20123134,"groupId":3,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"7":{"props":[{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":16.23409080505371,"PosY":15.069259643554688,"PosZ":24.03968048095703,"RotY":108.06620025634766,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.869998931884766,"PosY":19.97945022583008,"PosZ":79.01000213623047,"RotY":180.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.369999885559082,"PosY":22.938400268554688,"PosZ":49.790000915527344,"RotY":45.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-86.76000213623047,"PosY":11.97130012512207,"PosZ":-6.130000114440918,"RotY":110.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.459999084472656,"PosY":14.018710136413574,"PosZ":24.469999313354492,"RotY":90.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":24.809999465942383,"PosY":22.949480056762695,"PosZ":-79.0199966430664,"RotY":265.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":53.560001373291016,"PosY":22.98826026916504,"PosZ":-72.18000030517578,"RotY":270.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.300000190734863,"PosY":12.340000152587892,"PosZ":9.5600004196167,"RotY":157.0,"PropID":101007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Elevator_Move.json","State":"Locked","propStateList":["Locked","Elevator1","Elevator2","Elevator3"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.300000190734863,"PosY":11.686189651489258,"PosZ":9.5600004196167,"RotY":157.0,"PropID":301004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_ElevatorMat_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.729999542236328,"PosY":20.120439529418945,"PosZ":14.760000228881836,"RotY":67.0,"PropID":101008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_Switch_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.317999839782717,"PosY":12.058230400085447,"PosZ":4.630000114440918,"RotY":180.0,"PropID":101008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_Switch_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.300000190734863,"PosY":11.686189651489258,"PosZ":9.5600004196167,"RotY":157.0,"PropID":301005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_ElevatorBase_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.039000034332275,"PosY":19.995439529418945,"PosZ":25.35700035095215,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.949999809265137,"PosY":20.01300048828125,"PosZ":29.20199966430664,"RotY":0.0,"PropID":101003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01B_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01B_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.039000034332275,"PosY":19.98929977416992,"PosZ":-21.229999542236328,"RotY":0.0,"PropID":101019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Open","propStateList":["Closed","Open"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_SchwaroDataCenter_Door_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.755000114440918,"PosY":20.02495002746582,"PosZ":-18.88999938964844,"RotY":0.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.18000030517578,"PosY":11.970999717712402,"PosZ":-2.859999895095825,"RotY":158.98590087890625,"PropID":301002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Maze2_3/Maze_Chapter_01_M0203_PowerStation01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":58.38999938964844,"PosY":15.961000442504885,"PosZ":-7.510000228881835,"RotY":286.3450012207031,"PropID":301002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-11.06999969482422,"PosY":20.0,"PosZ":8.880000114440918,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-11.06999969482422,"PosY":12.0,"PosZ":8.880000114440918,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-75.41000366210938,"PosY":13.979029655456545,"PosZ":18.450000762939453,"RotY":237.56509399414065,"groupId":0},"4":{"ID":4,"PosX":61.99300003051758,"PosY":11.996649742126465,"PosZ":32.358001708984375,"RotY":56.72888946533203,"groupId":0},"5":{"ID":5,"PosX":-13.300000190734863,"PosY":12.340000152587892,"PosZ":9.5600004196167,"RotY":157.0,"groupId":0},"6":{"ID":6,"PosX":-13.300000190734863,"PosY":19.940000534057617,"PosZ":9.5600004196167,"RotY":157.0,"groupId":0},"7":{"ID":7,"PosX":-82.21499633789062,"PosY":11.983579635620115,"PosZ":-2.868000030517578,"RotY":0.0,"groupId":0},"8":{"ID":8,"PosX":58.380001068115234,"PosY":16.086999893188477,"PosZ":-7.5,"RotY":0.0,"groupId":0}}},"12":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":135.0,"PosX":18.284759521484375,"PosY":15.002479553222656,"PosZ":27.902910232543945,"NPCMonsterID":1012030,"EventID":20123202,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.937999725341797,"PosY":20.038009643554688,"PosZ":33.31100082397461,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.399999618530273,"PosY":20.04383087158203,"PosZ":34.869998931884766,"RotY":45.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.25,"PosY":22.75905990600586,"PosZ":61.141998291015625,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":4.177000045776367,"PosY":23.00037956237793,"PosZ":60.56399917602539,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.90999984741211,"PosY":20.201000213623047,"PosZ":46.279998779296875,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.760000228881836,"PosY":12.019149780273438,"PosZ":-4.039999961853027,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.099998474121094,"PosY":12.240679740905762,"PosZ":-2.6700000762939453,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.45729064941406,"PosY":13.987790107727053,"PosZ":19.700260162353516,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.87899780273438,"PosY":14.05070972442627,"PosZ":31.01300048828125,"RotY":45.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":53.040000915527344,"PosY":15.98056983947754,"PosZ":-3.440000057220459,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":64.19999694824219,"PosY":12.010600090026855,"PosZ":25.799999237060547,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":2.4100000858306885,"PosY":19.979869842529297,"PosZ":-88.18000030517578,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.836999893188477,"PosY":16.014110565185547,"PosZ":-87.85299682617188,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.760000228881836,"PosY":20.103410720825195,"PosZ":2.380000114440918,"RotY":120.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":28.020000457763672,"PosY":12.022899627685549,"PosZ":-4.440000057220459,"RotY":310.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":47.31999969482422,"PosY":11.966640472412108,"PosZ":25.1299991607666,"RotY":120.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.50276947021485,"PosY":14.04069995880127,"PosZ":20.999950408935547,"RotY":120.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":3.1700000762939453,"PosY":19.98530960083008,"PosZ":-69.08999633789062,"RotY":120.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"17":{"props":[{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.789999961853027,"PosY":12.02361011505127,"PosZ":0.7099999785423279,"RotY":180.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"20":{"props":[],"npcs":[],"monsters":[{"ID":200004,"RotY":0.0,"PosX":-42.015380859375,"PosY":13.99236011505127,"PosZ":19.3776798248291,"NPCMonsterID":1012020,"EventID":20123007,"groupId":20,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":135.0,"PosX":-72.76000213623047,"PosY":11.980429649353027,"PosZ":-11.43000030517578,"NPCMonsterID":1012030,"EventID":20123005,"groupId":20,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":135.0,"PosX":-76.9000015258789,"PosY":11.986579895019531,"PosZ":-12.5,"NPCMonsterID":1012020,"EventID":20123006,"groupId":20,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":70.0,"PosX":24.979999542236328,"PosY":12.115880012512209,"PosZ":14.520000457763672,"NPCMonsterID":1012030,"EventID":20123031,"groupId":20,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":41.18000030517578,"PosY":11.972660064697266,"PosZ":17.229999542236328,"NPCMonsterID":1012020,"EventID":20123032,"groupId":20,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":0.0,"PosX":36.04999923706055,"PosY":11.996529579162598,"PosZ":11.460000038146973,"NPCMonsterID":1012030,"EventID":20123033,"groupId":20,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":210.0,"PosX":55.90999984741211,"PosY":15.939970016479492,"PosZ":-2.6500000953674316,"NPCMonsterID":1012030,"EventID":20123034,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"22":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":286.8016052246094,"PosX":22.200000762939453,"PosY":22.95299911499023,"PosZ":-79.66999816894531,"NPCMonsterID":1023010,"EventID":103201,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.18000030517578,"PosY":12.0,"PosZ":-23.329999923706055,"RotY":11.538860321044922,"PropID":801,"AnchorID":1,"AnchorGroupID":24,"MappingInfoID":1009,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-77.20500183105469,"PosY":11.984999656677246,"PosZ":-21.604999542236328,"RotY":226.57730102539065,"groupId":0}}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":1.7020000219345093,"PosY":23.82699966430664,"PosZ":64.48400115966797,"RotY":108.0897979736328,"PropID":101027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.71909999847412,"PosY":24.055999755859375,"PosZ":52.09040069580078,"RotY":108.0897979736328,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.15900039672851,"PosY":13.241000175476074,"PosZ":-14.590000152587892,"RotY":108.0897979736328,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.292999267578125,"PosY":20.92200088500977,"PosZ":35.44499969482422,"RotY":79.29174041748047,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":49.26572036743164,"PosY":22.948699951171875,"PosZ":-66.64710235595703,"RotY":108.0897979736328,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.96500015258789,"PosY":20.54199981689453,"PosZ":53.45000076293945,"RotY":108.0897979736328,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.549999237060547,"PosY":16.018259048461914,"PosZ":-72.75,"RotY":135.0,"PropID":60102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.549999237060547,"PosY":16.018259048461914,"PosZ":-72.75,"RotY":135.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10037,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":135.0,"PosX":-17.639999389648438,"PosY":15.97998046875,"PosZ":-75.66000366210938,"NPCMonsterID":1012030,"EventID":20123231,"groupId":46,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":120.0,"PosX":-16.868999481201172,"PosY":15.980810165405272,"PosZ":-73.73699951171875,"NPCMonsterID":1012030,"EventID":20123233,"groupId":46,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":65.08000183105469,"PosY":12.078370094299316,"PosZ":32.43000030517578,"RotY":245.0,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":65.08000183105469,"PosY":11.961959838867188,"PosZ":32.43000030517578,"RotY":245.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10038,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":245.0,"PosX":61.54999923706055,"PosY":11.961959838867188,"PosZ":30.780000686645508,"NPCMonsterID":1023010,"EventID":20123232,"groupId":47,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"52":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-12.8100004196167,"PosY":16.040000915527344,"PosZ":-99.69000244140624,"NPCMonsterID":8002040,"EventID":20123108,"groupId":52,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"65":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.85001373291016,"PosY":12.228910446166992,"PosZ":-25.13999938964844,"RotY":313.7001953125,"PropID":3001,"AnchorID":1,"AnchorGroupID":65,"MappingInfoID":1401,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_Entrance_02.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-73.85299682617188,"PosY":11.961999893188477,"PosZ":-20.753999710083008,"RotY":222.6403045654297,"groupId":0}}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.18000030517578,"PosY":11.970999717712402,"PosZ":-2.859999895095825,"RotY":221.37109375,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_CablePuzzle_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.58000183105469,"PosY":13.031000137329102,"PosZ":-4.416999816894531,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"71":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":61.119998931884766,"PosY":15.949999809265137,"PosZ":-11.529999732971191,"RotY":273.3450927734375,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_ChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":61.04927062988281,"PosY":15.972000122070312,"PosZ":-12.658559799194336,"RotY":283.38330078125,"PropID":60102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":58.38999938964844,"PosY":15.961000442504885,"PosZ":-7.510000228881835,"RotY":286.3445129394531,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_CablePuzzle_05.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":61.119998931884766,"PosY":15.949999809265137,"PosZ":-11.529999732971191,"RotY":273.3450927734375,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"77":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.3199920654297,"PosY":13.998330116271973,"PosZ":18.030000686645508,"RotY":70.0,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.3199920654297,"PosY":13.998330116271973,"PosZ":18.030000686645508,"RotY":70.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10038,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-70.98822021484375,"PosY":13.992119789123535,"PosZ":19.270750045776367,"NPCMonsterID":1013010,"EventID":20123234,"groupId":77,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"90":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":87.08625793457033,"PosX":-21.68000030517578,"PosY":12.037400245666504,"PosZ":5.309999942779541,"NPCMonsterID":1012030,"EventID":20134205,"groupId":90,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"91":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":142.96780395507812,"PosX":-53.11000061035156,"PosY":13.976590156555176,"PosZ":17.549999237060547,"NPCMonsterID":1012020,"EventID":20134206,"groupId":91,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"94":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":66.6952133178711,"PosX":-60.209999084472656,"PosY":11.984999656677246,"PosZ":-20.1299991607666,"NPCMonsterID":1012030,"EventID":20134207,"groupId":94,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"96":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":37.03554916381836,"PosX":-50.36000061035156,"PosY":12.174710273742676,"PosZ":7.949999809265136,"NPCMonsterID":1012030,"EventID":20134211,"groupId":96,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"97":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":210.0,"PosX":31.829999923706055,"PosY":11.95693016052246,"PosZ":2.4000000953674316,"NPCMonsterID":1012020,"EventID":20134212,"groupId":97,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"101":{"props":[],"npcs":[{"ID":400001,"PosX":9.510001182556152,"PosY":11.946590423583984,"PosZ":-1.379997968673706,"Name":"NPC1","RotY":287.7225036621094,"NPCID":2104,"groupId":101,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"102":{"props":[],"npcs":[{"ID":400002,"PosX":20.299999237060547,"PosY":15.013319969177246,"PosZ":30.310710906982425,"Name":"NPC2","RotY":341.4742126464844,"NPCID":2104,"groupId":102,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P20131_F20131001":{"teleports":{"1104":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.69999694824219,"PosY":0.8700000047683715,"PosZ":-53.4900016784668,"RotY":90.0,"PropID":701,"AnchorID":1,"AnchorGroupID":92,"MappingInfoID":1104,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_01_Entity.json"},"1202":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":113.2300033569336,"PosY":2.009999990463257,"PosZ":-103.88999938964844,"RotY":270.0,"PropID":901,"AnchorID":1,"AnchorGroupID":96,"MappingInfoID":1202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_02_Entity.json"},"1405":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.86698913574219,"PosY":-3.000053882598877,"PosZ":-82.8470230102539,"RotY":90.0,"PropID":3001,"AnchorID":1,"AnchorGroupID":85,"MappingInfoID":1405,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_Entrance_02.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"},"10045":{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":34.0,"PosY":2.1689999103546143,"PosZ":-88.00283813476562,"RotY":319.92950439453125,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon_Finish.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2013101":{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":118.1050033569336,"PosY":2.0070290565490723,"PosZ":-90.53196716308594,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":2,"MappingInfoID":2013101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2013102":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":3.3299999237060547,"PosY":-0.9848440289497375,"PosZ":-237.1959991455078,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":2,"MappingInfoID":2013102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2013103":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-55.4900016784668,"PosY":-0.11098100244998932,"PosZ":-96.19000244140624,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":2,"MappingInfoID":2013103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"2":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":118.1050033569336,"PosY":2.0070290565490723,"PosZ":-90.53196716308594,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":2,"MappingInfoID":2013101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":3.3299999237060547,"PosY":-0.9848440289497375,"PosZ":-237.1959991455078,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":2,"MappingInfoID":2013102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-55.4900016784668,"PosY":-0.11098100244998932,"PosZ":-96.19000244140624,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":2,"MappingInfoID":2013103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":116.7300033569336,"PosY":2.0070290565490723,"PosZ":-93.33000183105469,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-47.43000030517578,"PosY":-0.9848440289497375,"PosZ":-195.9499969482422,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":4.514999866485596,"PosY":-0.9848440289497375,"PosZ":-233.38800048828125,"RotY":45.0,"groupId":0},"4":{"ID":4,"PosX":-57.60200119018555,"PosY":-0.11098799854516984,"PosZ":-94.0,"RotY":270.0,"groupId":0},"5":{"ID":5,"PosX":-17.989999771118164,"PosY":-0.9800000190734864,"PosZ":-207.9900054931641,"RotY":0.0,"groupId":0},"6":{"ID":6,"PosX":81.7040023803711,"PosY":1.9859999418258667,"PosZ":-18.089000701904297,"RotY":90.0,"groupId":0}}},"4":{"props":[{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":6.769999980926514,"PosY":-0.9800000190734864,"PosZ":-165.38999938964844,"RotY":0.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":98.10005187988281,"PosY":2.0070290565490723,"PosZ":-103.45999908447266,"RotY":0.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.97998046875,"PosY":-3.00006103515625,"PosZ":-87.32000732421875,"RotY":99.99999237060547,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":47.790000915527344,"PosY":1.99993896484375,"PosZ":-91.08999633789062,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":34.68000030517578,"PosY":-3.0,"PosZ":-110.2699966430664,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":24.84000015258789,"PosY":-3.0000669956207275,"PosZ":-71.0199966430664,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":3.2420001029968266,"PosY":-3.0,"PosZ":-126.93000030517578,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.329999923706055,"PosY":1.00736403465271,"PosZ":-174.1739959716797,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":17.399999618530273,"PosY":1.00736403465271,"PosZ":-196.6699981689453,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":3.8599998950958256,"PosY":1.0099999904632568,"PosZ":-186.27000427246097,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.0199999809265137,"PosY":-0.9848440289497375,"PosZ":-211.41600036621097,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.190000057220459,"PosY":-0.9848440289497375,"PosZ":-230.4320068359375,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.899999618530273,"PosY":-0.9848440289497375,"PosZ":-193.5,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.0,"PosY":-0.9848440289497375,"PosZ":-172.5399932861328,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.850000381469727,"PosY":-3.0,"PosZ":-109.4499969482422,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.08000183105469,"PosY":-2.114353895187378,"PosZ":-90.61000061035156,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-136.4929962158203,"PosY":-2.120242118835449,"PosZ":-106.55999755859376,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.04517364501953,"PosY":-0.11098799854516984,"PosZ":-61.67692947387695,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.10001373291016,"PosY":-0.11098700016736984,"PosZ":-62.43996810913086,"RotY":99.99999237060547,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":89.83399963378906,"PosY":2.0070290565490723,"PosZ":-87.74600219726562,"RotY":180.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":30.312000274658203,"PosY":-3.0000669956207275,"PosZ":-112.37000274658205,"RotY":0.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":34.380001068115234,"PosY":1.00736403465271,"PosZ":-170.77000427246094,"RotY":0.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.75,"PosY":-0.9848440289497375,"PosZ":-231.1999969482422,"RotY":90.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.2300000190734863,"PosY":1.00736403465271,"PosZ":-186.4499969482422,"RotY":90.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.469999313354492,"PosY":-3.0,"PosZ":-107.20999908447266,"RotY":0.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.84500122070312,"PosY":-0.10999999940395357,"PosZ":-58.52199935913086,"RotY":90.75726318359376,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"6":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.009999999776482582,"PosY":-0.4600000083446502,"PosZ":-54.68000030517578,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.00030899999546818435,"PosY":-2.700000047683716,"PosZ":-94.0,"RotY":180.0,"PropID":301011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_State.json","State":"BridgeState1","propStateList":["BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":27.59000015258789,"PosY":-2.9999969005584717,"PosZ":-87.2300033569336,"RotY":77.5,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_Controller.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":3.5999999046325684,"PosY":-3.000001907348633,"PosZ":-122.6999969482422,"RotY":259.4836120605469,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_Controller.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.84000015258789,"PosY":-3.0,"PosZ":-101.04000091552734,"RotY":251.6999969482422,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.659999847412109,"PosY":-3.0,"PosZ":-64.97200012207031,"RotY":71.16293334960938,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":0.2199999988079071,"PosY":1.0099999904632568,"PosZ":-182.6300048828125,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":2.7699999809265137,"PosY":1.0099999904632568,"PosZ":-181.43800354003903,"RotY":0.0,"PropID":101003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01B_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01B_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.4900016784668,"PosY":-0.9800000190734864,"PosZ":-180.11000061035156,"RotY":180.0,"PropID":101005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_07_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.4800033569336,"PosY":-2.109999895095825,"PosZ":-94.0999984741211,"RotY":90.0,"PropID":101005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_07_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.9940000176429749,"PosZ":-193.47300720214844,"RotY":0.0,"PropID":301002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.09000015258789,"PosY":-0.9800000190734864,"PosZ":-181.36000061035156,"RotY":180.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.0003499999875202775,"PosY":-2.700000047683716,"PosZ":-94.00023651123047,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":0.0003499999875202775,"PosY":-2.700000047683716,"PosZ":-94.00023651123047,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":0.0003499999875202775,"PosY":-2.700000047683716,"PosZ":-94.00023651123047,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":0.0003499999875202775,"PosY":-2.700000047683716,"PosZ":-94.00023651123047,"RotY":270.0,"groupId":0}}},"10":{"props":[],"npcs":[{"ID":400001,"PosX":0.33000001311302185,"PosY":-3.0000720024108887,"PosZ":-124.33000183105467,"Name":"NPC1","RotY":180.0,"NPCID":2107,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"11":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":2.7699999809265137,"PosY":1.0099999904632568,"PosZ":-181.43800354003903,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/M301/Maze_Chapter_01_M0301_OpenDoor_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":14.789999961853027,"PosY":1.00736403465271,"PosZ":-187.6699981689453,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/M301/Maze_Chap01_M301_BossBattleArea.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200014,"RotY":180.0,"PosX":14.640000343322754,"PosY":1.0099999904632568,"PosZ":-189.19000244140625,"NPCMonsterID":1002030,"EventID":20131005,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":180.0,"PosX":14.760000228881836,"PosY":-0.9800000190734864,"PosZ":-210.17999267578125,"NPCMonsterID":1002040,"EventID":20131002,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":180.0,"PosX":13.109999656677246,"PosY":-0.9800000190734864,"PosZ":-212.30999755859375,"NPCMonsterID":1002040,"EventID":20131003,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":180.0,"PosX":11.829999923706056,"PosY":-0.9800000190734864,"PosZ":-210.2599945068359,"NPCMonsterID":1002040,"EventID":20131004,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":89.32996368408203,"PosX":2.0,"PosY":1.0099999904632568,"PosZ":-177.22999572753906,"NPCMonsterID":1002040,"EventID":20131009,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":272.30230712890625,"PosX":-2.2300000190734863,"PosY":1.0099999904632568,"PosZ":-177.21400451660156,"NPCMonsterID":1002040,"EventID":20131010,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":180.0,"PosX":-24.409000396728516,"PosY":-0.9848440289497375,"PosZ":-203.2120056152344,"NPCMonsterID":1002040,"EventID":20131007,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":180.0,"PosX":-21.079999923706055,"PosY":-0.9848440289497375,"PosZ":-202.97000122070312,"NPCMonsterID":1002040,"EventID":20131008,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200017,"RotY":92.5835189819336,"PosX":-17.6299991607666,"PosY":1.0099999904632568,"PosZ":-190.8300018310547,"NPCMonsterID":1012030,"EventID":20131006,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200018,"RotY":0.0,"PosX":14.43000030517578,"PosY":1.0373640060424805,"PosZ":-178.7100067138672,"NPCMonsterID":1002040,"EventID":20131011,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":102.18000030517578,"PosY":2.0070290565490723,"PosZ":-86.36000061035156,"RotY":77.5,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":28.360000610351562,"PosY":-3.0000760555267334,"PosZ":-70.2300033569336,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":12.25,"PosY":-0.9848440289497375,"PosZ":-218.72000122070312,"RotY":251.6999969482422,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.299999237060547,"PosY":-0.9800000190734864,"PosZ":-202.92999267578125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/1011101/Prop/Prop_NormalInteract_ProtectArea_M301.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":93.12000274658203,"PosY":2.0070290565490723,"PosZ":-98.5199966430664,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":109.41999816894533,"PosY":2.006999969482422,"PosZ":-95.33999633789062,"Name":"NPC1","RotY":90.0,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":109.36000061035156,"PosY":2.009999990463257,"PosZ":-91.87000274658203,"Name":"NPC2","RotY":90.0,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":101.43000030517578,"PosY":2.009999990463257,"PosZ":-86.97000122070312,"Name":"NPC3","RotY":45.0,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":102.83999633789064,"PosY":2.009999990463257,"PosZ":-85.80000305175781,"Name":"NPC4","RotY":225.0,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":92.9000015258789,"PosY":2.0,"PosZ":-96.80000305175781,"Name":"NPC5","RotY":180.0,"NPCID":2108,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400006,"PosX":90.41000366210938,"PosY":2.009999990463257,"PosZ":-100.40000152587892,"Name":"NPC6","RotY":0.0,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400007,"PosX":92.9800033569336,"PosY":2.009999990463257,"PosZ":-99.41000366210938,"Name":"NPC7","RotY":0.0,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400008,"PosX":95.88999938964844,"PosY":2.009999990463257,"PosZ":-100.37999725341795,"Name":"NPC8","RotY":0.0,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400009,"PosX":60.959999084472656,"PosY":2.0232961177825928,"PosZ":-90.72000122070312,"Name":"NPC9","RotY":180.0,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400010,"PosX":35.084999084472656,"PosY":2.0,"PosZ":-99.54399871826172,"Name":"NPC10","RotY":202.5,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400011,"PosX":27.420000076293945,"PosY":-3.0000669956207275,"PosZ":-70.44999694824219,"Name":"NPC11","RotY":75.6500015258789,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400012,"PosX":29.31999969482422,"PosY":-3.0000669956207275,"PosZ":-69.9800033569336,"Name":"NPC12","RotY":264.1199951171875,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400014,"PosX":3.9300000667572026,"PosY":-3.0,"PosZ":-130.60000610351565,"Name":"NPC14","RotY":349.4700012207031,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400015,"PosX":-4.710000038146973,"PosY":-3.0,"PosZ":-126.59999847412108,"Name":"NPC15","RotY":327.006591796875,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400016,"PosX":-3.839999914169311,"PosY":-3.0,"PosZ":-122.72000122070312,"Name":"NPC16","RotY":254.2317047119141,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400017,"PosX":4.199999809265137,"PosY":1.0099999904632568,"PosZ":-180.47999572753903,"Name":"NPC17","RotY":0.0,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400018,"PosX":-5.932000160217285,"PosY":1.0099999904632568,"PosZ":-181.63999938964844,"Name":"NPC18","RotY":0.0,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400013,"PosX":22.40999984741211,"PosY":-3.0,"PosZ":-74.62000274658203,"Name":"NPC13","RotY":0.0,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400020,"PosX":35.09000015258789,"PosY":1.0099999904632568,"PosZ":-168.5399932861328,"Name":"NPC20","RotY":90.0,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400021,"PosX":-6.679999828338623,"PosY":-3.0,"PosZ":-123.95999908447266,"Name":"NPC21","RotY":98.12764739990233,"NPCID":2107,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400022,"PosX":-13.649999618530272,"PosY":-0.9800000190734864,"PosZ":-207.92999267578125,"Name":"NPC22","RotY":0.0,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400023,"PosX":14.640000343322754,"PosY":-0.9800000190734864,"PosZ":-163.0500030517578,"Name":"NPC23","RotY":180.0,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400025,"PosX":-5.690000057220459,"PosY":-0.9800000190734864,"PosZ":-234.6999969482422,"Name":"NPC25","RotY":90.0,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400026,"PosX":-5.820000171661377,"PosY":-0.9800000190734864,"PosZ":-232.2100067138672,"Name":"NPC26","RotY":90.0,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400027,"PosX":-5.610000133514404,"PosY":-0.9800000190734864,"PosZ":-237.13999938964844,"Name":"NPC27","RotY":90.0,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400024,"PosX":-24.409000396728516,"PosY":-0.9848440289497375,"PosZ":-203.2120056152344,"Name":"NPC24","RotY":180.0,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400028,"PosX":-21.079999923706055,"PosY":-0.9848440289497375,"PosZ":-202.97000122070312,"Name":"NPC28","RotY":180.0,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400029,"PosX":24.559999465942383,"PosY":1.00736403465271,"PosZ":-181.88999938964844,"Name":"NPC29","RotY":335.1534118652344,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400030,"PosX":23.950000762939453,"PosY":1.00736403465271,"PosZ":-180.72000122070312,"Name":"NPC30","RotY":141.92340087890625,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400031,"PosX":11.913000106811523,"PosY":-0.9848440289497375,"PosZ":-218.0500030517578,"Name":"NPC31","RotY":180.0,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400032,"PosX":11.934000015258787,"PosY":-0.9848440289497375,"PosZ":-219.375,"Name":"NPC32","RotY":0.0,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400033,"PosX":-13.989999771118164,"PosY":-0.9816970229148864,"PosZ":-163.58999633789065,"Name":"NPC33","RotY":180.0,"NPCID":2101,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-15.979999542236328,"PosY":-0.9848440289497375,"PosZ":-207.8300018310547,"RotY":90.0,"groupId":0}}},"17":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":104.38999938964844,"PosX":0.289000004529953,"PosY":-0.9816970229148864,"PosZ":-165.36300659179688,"NPCMonsterID":1012030,"EventID":20131202,"groupId":17,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":0.4847300052642822,"PosY":-0.9816970229148864,"PosZ":-169.0,"RotY":0.0,"groupId":0}}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.32000732421875,"PosY":-2.1202430725097656,"PosZ":-94.1500015258789,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.11000061035156,"PosY":-2.1202430725097656,"PosZ":-93.6760025024414,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-131.32000732421875,"PosY":-2.1202430725097656,"PosZ":-94.1500015258789,"RotY":270.0,"groupId":0}}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":28.5,"PosY":-2.9999969005584717,"PosZ":-87.02999877929688,"RotY":77.5,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/M301/Maze_Chap01_M301_RotateBridge_ControlLock.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":2.7699999809265137,"PosY":1.0099999904632568,"PosZ":-181.43800354003903,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/M301/Maze_Chap01_M301_Door_ControlLock.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.770000457763672,"PosY":-3.0,"PosZ":-101.31999969482422,"RotY":251.6999969482422,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/M301/Maze_Chap01_M301_RotateBridge_ControlLock.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.299999237060547,"PosY":-0.9800000190734864,"PosZ":-202.92999267578125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/M301/Maze_Chap01_M301_EnterAndGoBack.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.929999828338623,"PosY":0.07999999821186066,"PosZ":-236.6150054931641,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":24.06999969482422,"PosY":1.9600000381469729,"PosZ":-179.10000610351565,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/M301/Maze_Chapter_01_M301_ChallengePoint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":92.80999755859376,"PosY":2.688999891281128,"PosZ":-96.7699966430664,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/M301/Maze_Chapter_01_M301_ChallengePoint03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":61.19099044799805,"PosY":2.0232949256896973,"PosZ":-90.95166778564453,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/CrowdBubble/MunicipalChat_Play_Template.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":61.19099044799805,"PosY":2.0232949256896973,"PosZ":-90.95166778564453,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/CrowdBubble/MunicipalChat_Stop_Template.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":61.19099044799805,"PosY":2.0232949256896973,"PosZ":-90.95166778564453,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/CrowdBubble/MunicipalChat_Play_Template.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":61.19099044799805,"PosY":2.0232949256896973,"PosZ":-90.95166778564453,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/CrowdBubble/MunicipalChat_Stop_Template.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":109.41999816894533,"PosY":2.006999969482422,"PosZ":-95.33999633789062,"Name":"NPC1","RotY":90.0,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":109.36000061035156,"PosY":2.009999990463257,"PosZ":-91.87000274658203,"Name":"NPC2","RotY":90.0,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":101.43000030517578,"PosY":2.009999990463257,"PosZ":-86.97000122070312,"Name":"NPC3","RotY":45.0,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":102.83999633789064,"PosY":2.009999990463257,"PosZ":-85.80000305175781,"Name":"NPC4","RotY":225.0,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":92.9000015258789,"PosY":2.0,"PosZ":-96.80000305175781,"Name":"NPC5","RotY":180.0,"NPCID":2108,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400006,"PosX":90.41000366210938,"PosY":2.009999990463257,"PosZ":-100.40000152587892,"Name":"NPC6","RotY":0.0,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400007,"PosX":92.9800033569336,"PosY":2.009999990463257,"PosZ":-99.41000366210938,"Name":"NPC7","RotY":0.0,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400008,"PosX":95.88999938964844,"PosY":2.009999990463257,"PosZ":-100.37999725341795,"Name":"NPC8","RotY":0.0,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400009,"PosX":60.959999084472656,"PosY":2.0232961177825928,"PosZ":-90.72000122070312,"Name":"NPC9","RotY":180.0,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400010,"PosX":35.084999084472656,"PosY":2.0,"PosZ":-99.54399871826172,"Name":"NPC10","RotY":202.5,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400011,"PosX":27.420000076293945,"PosY":-3.0000669956207275,"PosZ":-70.44999694824219,"Name":"NPC11","RotY":75.6500015258789,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400012,"PosX":29.31999969482422,"PosY":-3.0000669956207275,"PosZ":-69.9800033569336,"Name":"NPC12","RotY":264.1199951171875,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400014,"PosX":3.9300000667572026,"PosY":-3.0,"PosZ":-130.60000610351565,"Name":"NPC14","RotY":349.4700012207031,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400015,"PosX":-4.179999828338623,"PosY":-3.0,"PosZ":-126.75,"Name":"NPC15","RotY":327.006591796875,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400016,"PosX":-3.3399999141693115,"PosY":-3.0,"PosZ":-122.0500030517578,"Name":"NPC16","RotY":232.67999267578125,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400017,"PosX":4.199999809265137,"PosY":1.0099999904632568,"PosZ":-180.47999572753903,"Name":"NPC17","RotY":0.0,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400018,"PosX":-5.932000160217285,"PosY":1.0099999904632568,"PosZ":-181.63999938964844,"Name":"NPC18","RotY":0.0,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400013,"PosX":22.40999984741211,"PosY":-3.0,"PosZ":-74.62000274658203,"Name":"NPC13","RotY":0.0,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400020,"PosX":35.09000015258789,"PosY":1.0099999904632568,"PosZ":-168.5399932861328,"Name":"NPC20","RotY":90.0,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400021,"PosX":-6.679999828338623,"PosY":-3.0,"PosZ":-123.95999908447266,"Name":"NPC21","RotY":98.12764739990233,"NPCID":2107,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400022,"PosX":-13.649999618530272,"PosY":-0.9800000190734864,"PosZ":-207.92999267578125,"Name":"NPC22","RotY":0.0,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400023,"PosX":14.640000343322754,"PosY":-0.9800000190734864,"PosZ":-163.0500030517578,"Name":"NPC23","RotY":180.0,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400025,"PosX":-5.690000057220459,"PosY":-0.9800000190734864,"PosZ":-234.6999969482422,"Name":"NPC25","RotY":90.0,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400026,"PosX":-5.820000171661377,"PosY":-0.9800000190734864,"PosZ":-232.2100067138672,"Name":"NPC26","RotY":90.0,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400027,"PosX":-5.610000133514404,"PosY":-0.9800000190734864,"PosZ":-237.13999938964844,"Name":"NPC27","RotY":90.0,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400024,"PosX":-24.409000396728516,"PosY":-0.9848440289497375,"PosZ":-203.2120056152344,"Name":"NPC24","RotY":180.0,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400028,"PosX":-21.079999923706055,"PosY":-0.9848440289497375,"PosZ":-202.97000122070312,"Name":"NPC28","RotY":180.0,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400029,"PosX":24.559999465942383,"PosY":1.00736403465271,"PosZ":-181.88999938964844,"Name":"NPC29","RotY":335.1534118652344,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400030,"PosX":23.950000762939453,"PosY":1.00736403465271,"PosZ":-180.72000122070312,"Name":"NPC30","RotY":141.92340087890625,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400031,"PosX":11.913000106811523,"PosY":-0.9848440289497375,"PosZ":-218.0500030517578,"Name":"NPC31","RotY":180.0,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400032,"PosX":11.934000015258787,"PosY":-0.9848440289497375,"PosZ":-219.375,"Name":"NPC32","RotY":0.0,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400033,"PosX":-13.989999771118164,"PosY":-0.9816970229148864,"PosZ":-163.58999633789065,"Name":"NPC33","RotY":180.0,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400019,"PosX":-3.0899999141693115,"PosY":-0.9800000190734864,"PosZ":-236.63999938964844,"Name":"NPC19","RotY":69.81999206542969,"NPCID":2108,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400036,"PosX":8.819999694824219,"PosY":-0.9800000190734864,"PosZ":-227.2599945068359,"Name":"NPC36","RotY":205.7899932861328,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400037,"PosX":113.56999969482422,"PosY":2.009999990463257,"PosZ":-93.55999755859376,"Name":"NPC37","RotY":82.67849731445312,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400038,"PosX":-55.310001373291016,"PosY":-0.10999999940395357,"PosZ":-92.44999694824219,"Name":"NPC38","RotY":110.1999969482422,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400034,"PosX":24.010000228881836,"PosY":1.0099999904632568,"PosZ":-179.02999877929688,"Name":"NPC34","RotY":295.6698913574219,"NPCID":2108,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400035,"PosX":24.979999542236328,"PosY":1.0099999904632568,"PosZ":-175.8000030517578,"Name":"NPC35","RotY":271.2799987792969,"NPCID":2101,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.849999904632568,"PosY":-3.000072956085205,"PosZ":-68.70999908447266,"RotY":285.1745910644531,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":12.9399995803833,"PosY":-2.500072956085205,"PosZ":-66.30000305175781,"NPCMonsterID":1012030,"EventID":20131201,"groupId":26,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":6.690000057220459,"PosY":-2.2899999618530273,"PosZ":-62.86000061035156,"RotY":0.0,"groupId":0}}},"30":{"props":[{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.211808204650879,"PosY":-0.9817039966583252,"PosZ":-165.5,"RotY":0.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"31":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-21.649999618530273,"PosY":-0.9800000190734864,"PosZ":-196.25,"NPCMonsterID":8002040,"EventID":20131105,"groupId":31,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"34":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.99800109863281,"PosY":-0.010986999608576298,"PosZ":-94.99700164794922,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.75007629394531,"PosY":-0.11098399758338928,"PosZ":-96.90553283691406,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.64385223388672,"PosY":-0.11098700016736984,"PosZ":-105.22499847412108,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.64385223388672,"PosY":-0.11098700016736984,"PosZ":-105.22499847412108,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.75007629394531,"PosY":-0.11098399758338928,"PosZ":-96.90553283691406,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.32134246826172,"PosY":0.5618389844894409,"PosZ":-95.73555755615236,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/FindChest/FindChest_M301.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.12999725341797,"PosY":-0.10999999940395357,"PosZ":-94.5999984741211,"RotY":270.0,"PropID":60102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/FindChest/FindChest_ChangePropState.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.12999725341797,"PosY":-0.10999999940395357,"PosZ":-94.5999984741211,"RotY":270.0,"PropID":101067,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-82.33999633789062,"PosY":4.110000133514404,"PosZ":-94.48999786376953,"RotY":90.0,"groupId":0}}},"35":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.64899826049805,"PosY":2.1470000743865967,"PosZ":-90.7969970703125,"RotY":90.0,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/FindChest/FindChest_Reading_M301.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"40":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.5999984741211,"PosY":-0.11098799854516984,"PosZ":-94.01000213623047,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-114.30999755859376,"PosY":-2.114353895187378,"PosZ":-94.44999694824219,"Name":"NPC1","RotY":90.0,"NPCID":1104,"groupId":40,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-111.55999755859376,"PosY":-2.114353895187378,"PosZ":-96.66999816894531,"Name":"NPC2","RotY":0.0,"NPCID":2101,"groupId":40,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-111.55999755859376,"PosY":-2.114353895187378,"PosZ":-91.26000213623047,"Name":"NPC3","RotY":180.0,"NPCID":2101,"groupId":40,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"43":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":4.380000114440918,"PosY":-0.9800000190734864,"PosZ":-230.83999633789065,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-2.2100000381469727,"PosY":-0.9800000190734864,"PosZ":-234.6999969482422,"Name":"NPC1","RotY":270.0,"NPCID":2108,"groupId":43,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"44":{"props":[],"npcs":[{"ID":400002,"PosX":-82.23999786376953,"PosY":-0.10999999940395357,"PosZ":-94.01000213623047,"Name":"NPC2","RotY":90.0,"NPCID":1104,"groupId":44,"IsDelete":false,"IsClientOnly":false},{"ID":400001,"PosX":-83.33999633789062,"PosY":-0.10999999940395357,"PosZ":-95.23999786376953,"Name":"NPC1","RotY":91.29869842529298,"NPCID":2101,"groupId":44,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-83.33999633789062,"PosY":-0.10999999940395357,"PosZ":-92.55000305175781,"Name":"NPC3","RotY":91.29869842529298,"NPCID":2101,"groupId":44,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-74.33999633789062,"PosY":-0.11098700016736984,"PosZ":-96.43000030517578,"RotY":276.0,"groupId":0}}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":16.900999069213867,"PosY":0.019999999552965164,"PosZ":-206.01800537109375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_Gamplay.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.589500427246094,"PosY":-0.9848390221595765,"PosZ":-186.8054962158203,"RotY":293.3304138183594,"PropID":301010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_BrokenRobot.json","State":"Closed","propStateList":["Closed","Open"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Robot_05_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.88169860839844,"PosY":-0.21400000154972076,"PosZ":-186.4933929443359,"RotY":119.4197998046875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_RobotConsole_Camera.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":16.716999053955078,"PosY":-0.9851570129394531,"PosZ":-207.67599487304688,"RotY":270.0,"PropID":60102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":14.654589653015137,"PosY":-0.984000027179718,"PosZ":-205.7333984375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_Effect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.589500427246094,"PosY":-0.9848390221595765,"PosZ":-186.8054962158203,"RotY":293.3304138183594,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":16.900999069213867,"PosY":0.019999999552965164,"PosZ":-205.8780059814453,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon_Finish.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.589500427246094,"PosY":-0.9848390221595765,"PosZ":-186.8054962158203,"RotY":293.3304138183594,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-48.60409927368164,"PosY":2.9987130165100098,"PosZ":-182.8946990966797,"RotY":139.9174041748047,"groupId":0}}},"69":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":34.0,"PosY":2.3499999046325684,"PosZ":-88.00283813476562,"RotY":319.92950439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_Gamplay.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":25.59000015258789,"PosY":-3.0399999618530273,"PosZ":-107.91000366210938,"RotY":131.79649353027344,"PropID":301010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_BrokenRobot.json","State":"Closed","propStateList":["Closed","Open"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Robot_05_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":25.76347923278809,"PosY":-2.3303580284118652,"PosZ":-108.24970245361328,"RotY":120.4802017211914,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_RobotConsole_Camera.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":34.999000549316406,"PosY":2.003999948501587,"PosZ":-89.37682342529298,"RotY":77.54779052734375,"PropID":60102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":36.3408203125,"PosY":2.009999990463257,"PosZ":-86.73155975341797,"RotY":319.92950439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_Effect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":25.59000015258789,"PosY":-3.0399999618530273,"PosZ":-107.91000366210938,"RotY":131.79649353027344,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":34.0,"PosY":2.1689999103546143,"PosZ":-88.00283813476562,"RotY":319.92950439453125,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon_Finish.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":95.27442169189453,"PosY":1.892559051513672,"PosZ":-90.83350372314453,"RotY":131.79649353027344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":27.23657989501953,"PosY":0.2444410026073456,"PosZ":-112.23349761962892,"RotY":336.519287109375,"groupId":0}}},"72":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-121.93000030517578,"PosY":-0.9390000104904175,"PosZ":-168.22000122070312,"RotY":90.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BoxMan_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.91000366210938,"PosY":-0.9399999976158142,"PosZ":-165.8300018310547,"RotY":180.0,"PropID":60102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.91000366210938,"PosY":-0.9399999976158142,"PosZ":-165.8300018310547,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_ChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-121.30999755859376,"PosY":-0.9390000104904175,"PosZ":-173.50999450683594,"RotY":90.0,"groupId":0}}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.02399826049805,"PosY":1.0540000200271606,"PosZ":-89.10800170898438,"RotY":0.0,"PropID":101031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.6449966430664,"PosY":-1.3960000276565552,"PosZ":-97.05899810791016,"RotY":0.0,"PropID":101031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_05_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":88.03299713134764,"PosY":3.019629955291748,"PosZ":-88.24600219726562,"RotY":0.0,"PropID":101031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_05_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"78":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-121.93000030517578,"PosY":-0.9390000104904175,"PosZ":-168.22000122070312,"RotY":90.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BoxMan_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.06999969482422,"PosY":-0.9399999976158142,"PosZ":-165.8300018310547,"RotY":180.0,"PropID":60102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.06999969482422,"PosY":-0.9399999976158142,"PosZ":-165.8300018310547,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_ChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-121.37999725341795,"PosY":-0.9390000104904175,"PosZ":-170.5399932861328,"RotY":90.0,"groupId":0}}},"82":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":74.54000091552734,"PosY":1.99993896484375,"PosZ":-91.08999633789062,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"85":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.86698913574219,"PosY":-3.000053882598877,"PosZ":-82.8470230102539,"RotY":90.0,"PropID":3001,"AnchorID":1,"AnchorGroupID":85,"MappingInfoID":1405,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_Entrance_02.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-32.7869987487793,"PosY":-3.0,"PosZ":-84.81700134277344,"RotY":0.0,"groupId":0}}},"92":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.69999694824219,"PosY":0.8700000047683715,"PosZ":-53.4900016784668,"RotY":90.0,"PropID":701,"AnchorID":1,"AnchorGroupID":92,"MappingInfoID":1104,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":145.0,"PosX":-75.69999694824219,"PosY":-0.9599999785423279,"PosZ":-53.4900016784668,"NPCMonsterID":8003021,"EventID":101204,"groupId":92,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-75.71399688720702,"PosY":-0.12600000202655792,"PosZ":-59.8650016784668,"RotY":0.0,"groupId":0}}},"95":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.919987201690674,"PosY":-0.50006502866745,"PosZ":-58.88999938964844,"RotY":80.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.54999923706055,"PosY":-0.984844982624054,"PosZ":-196.3300018310547,"RotY":90.75726318359376,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"96":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":113.2300033569336,"PosY":2.009999990463257,"PosZ":-103.88999938964844,"RotY":270.0,"PropID":901,"AnchorID":1,"AnchorGroupID":96,"MappingInfoID":1202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":113.23600006103516,"PosY":2.009999990463257,"PosZ":-102.11199951171876,"RotY":180.0,"groupId":0}}},"98":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.80460357666016,"PosY":-0.0892290025949478,"PosZ":-66.67204284667969,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/Common_Raid_OpenEntranceForRot.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-3.910000085830689,"PosY":-0.9848390221595765,"PosZ":-229.1499938964844,"Name":"NPC1","RotY":143.3498992919922,"NPCID":2104,"groupId":98,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"105":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.560001373291016,"PosY":-0.9848499894142151,"PosZ":-165.72999572753906,"RotY":107.14739990234376,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_CablePuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"106":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.29999923706055,"PosY":-0.9848499894142151,"PosZ":-162.91000366210938,"RotY":159.90040588378906,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_CablePuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"107":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.25,"PosY":-0.9848499894142151,"PosZ":-170.6199951171875,"RotY":107.14739990234376,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_CablePuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P20132_F20132001":{"teleports":{"1103":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":43.75,"PosY":1.9421449899673464,"PosZ":256.7699890136719,"RotY":180.0,"PropID":702,"AnchorID":1,"AnchorGroupID":23,"MappingInfoID":1103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"},"1106":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":86.59001159667967,"PosY":2.9068410396575928,"PosZ":92.31844329833984,"RotY":180.0,"PropID":703,"AnchorID":1,"AnchorGroupID":79,"MappingInfoID":1106,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_03_Entity.json"},"1203":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":79.19499969482422,"PosY":-5.008941173553467,"PosZ":367.52301025390625,"RotY":50.28302001953125,"PropID":901,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":1203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_02_Entity.json"},"1404":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":46.875999450683594,"PosY":0.9421449899673462,"PosZ":243.9499969482422,"RotY":270.0,"PropID":3001,"AnchorID":1,"AnchorGroupID":70,"MappingInfoID":1404,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_Entrance_02.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"},"2211":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":5.77400016784668,"PosY":5.892516136169434,"PosZ":260.9580078125,"RotY":0.0,"PropID":107,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2211,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2344":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":101.2699966430664,"PosY":2.800493001937866,"PosZ":78.87996673583984,"RotY":315.0,"PropID":114,"AnchorID":5,"AnchorGroupID":1,"MappingInfoID":2344,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},"10040":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.150001525878906,"PosY":1.9419339895248413,"PosZ":105.09999847412108,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10040,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10041":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":67.45999908447266,"PosY":3.9443039894104,"PosZ":256.3900146484375,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10041,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10045":{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":112.9530029296875,"PosY":-2.0208239555358887,"PosZ":374.0799865722656,"RotY":180.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon_Finish.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2013201":{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":2.8499999046325684,"PosY":3.938977003097534,"PosZ":252.77999877929688,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":1,"MappingInfoID":2013201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2013202":{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":55.40599822998047,"PosY":1.9421459436416624,"PosZ":89.1700210571289,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2013202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2013203":{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":34.689998626708984,"PosY":3.9419779777526855,"PosZ":196.75,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2013203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2013204":{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":111.0500030517578,"PosY":-5.031569957733154,"PosZ":311.94000244140625,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2013204,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2013205":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":101.2699966430664,"PosY":2.800493001937866,"PosZ":78.87996673583984,"RotY":315.0,"PropID":114,"AnchorID":5,"AnchorGroupID":1,"MappingInfoID":2013205,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_TestDoor_LV5Boss.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":2.8499999046325684,"PosY":3.938977003097534,"PosZ":252.77999877929688,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":1,"MappingInfoID":2013201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":111.0500030517578,"PosY":-5.031569957733154,"PosZ":311.94000244140625,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2013204,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":34.689998626708984,"PosY":3.9419779777526855,"PosZ":196.75,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2013203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":55.40599822998047,"PosY":1.9421459436416624,"PosZ":89.1700210571289,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2013202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":101.2699966430664,"PosY":5.449999809265137,"PosZ":78.87999725341797,"RotY":315.0,"PropID":115,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_TownExit_CameraArea.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":101.2699966430664,"PosY":1.1699999570846558,"PosZ":78.87999725341797,"RotY":315.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.4319076538086,"PosY":-2.5883140563964844,"PosZ":-55.73997116088867,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/Test_MazeEnvi_AddBuff_20132.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":5.77400016784668,"PosY":5.892516136169434,"PosZ":260.9580078125,"RotY":0.0,"PropID":107,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2211,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":5.599999904632568,"PosY":3.900000095367432,"PosZ":256.20001220703125,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":58.130001068115234,"PosY":1.9421459436416624,"PosZ":91.68499755859376,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":38.99665832519531,"PosY":3.942146062850952,"PosZ":198.3800048828125,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":113.89299774169922,"PosY":-5.03049898147583,"PosZ":316.1400146484375,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":93.2979965209961,"PosY":1.906999945640564,"PosZ":86.51499938964844,"RotY":135.0,"groupId":0},"6":{"ID":6,"PosX":94.45999908447266,"PosY":1.9068410396575928,"PosZ":85.33000183105469,"RotY":315.0,"groupId":0}}},"2":{"props":[],"npcs":[],"monsters":[{"ID":200021,"RotY":270.0,"PosX":80.70999908447266,"PosY":-5.02585506439209,"PosZ":284.1600036621094,"NPCMonsterID":1022020,"EventID":20132001,"groupId":2,"IsDelete":false,"IsClientOnly":false},{"ID":200022,"RotY":90.0,"PosX":86.45999908447266,"PosY":-1.96806800365448,"PosZ":251.47000122070312,"NPCMonsterID":1022020,"EventID":20132002,"groupId":2,"IsDelete":false,"IsClientOnly":false},{"ID":200015,"RotY":270.0,"PosX":119.76000213623048,"PosY":-5.059990882873535,"PosZ":324.489990234375,"NPCMonsterID":1022010,"EventID":20132003,"groupId":2,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":261.70001220703125,"PosX":120.09999847412108,"PosY":-2.0208239555358887,"PosZ":369.05999755859375,"NPCMonsterID":1022020,"EventID":20132004,"groupId":2,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":140.0,"PosX":50.599998474121094,"PosY":-5.0578508377075195,"PosZ":327.6600036621094,"NPCMonsterID":1022010,"EventID":20132005,"groupId":2,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":0.0,"PosX":32.900001525878906,"PosY":4.099999904632568,"PosZ":167.0,"NPCMonsterID":8003030,"EventID":20132008,"groupId":2,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":270.0,"PosX":43.0099983215332,"PosY":2.0973470211029053,"PosZ":91.44999694824219,"NPCMonsterID":8002010,"EventID":20132009,"groupId":2,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":49.69831848144531,"PosX":1.850000023841858,"PosY":1.940000057220459,"PosZ":104.34999847412108,"NPCMonsterID":1022010,"EventID":20132031,"groupId":2,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":180.2458038330078,"PosX":2.9200000762939453,"PosY":1.940000057220459,"PosZ":110.36000061035156,"NPCMonsterID":1022010,"EventID":20132032,"groupId":2,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":127.08999633789064,"PosX":-1.6399999856948853,"PosY":1.940000057220459,"PosZ":109.90000152587892,"NPCMonsterID":8002010,"EventID":20132033,"groupId":2,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":0.0,"PosX":-29.299999237060547,"PosY":-0.10000000149011612,"PosZ":89.0999984741211,"NPCMonsterID":8002010,"EventID":20132034,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":81.03399658203125,"PosY":-4.800000190734863,"PosZ":324.79998779296875,"RotY":0.0,"PropID":301011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_State.json","State":"BridgeState1","propStateList":["BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":109.77200317382812,"PosY":-5.028388023376465,"PosZ":318.1099853515625,"RotY":90.0,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":50.75,"PosY":-5.0578508377075195,"PosZ":322.0690002441406,"RotY":0.0,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":108.1999969482422,"PosY":-5.0578508377075195,"PosZ":408.1000061035156,"RotY":0.0,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_Controller.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":110.58000183105467,"PosY":-5.0578508377075195,"PosZ":408.3599853515625,"RotY":0.0,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_Controller.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":5.409999847412109,"PosY":-3.0000001061125654e-6,"PosZ":68.45999908447266,"RotY":225.6199951171875,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":6.013000011444092,"PosY":-0.05787799879908562,"PosZ":65.58100128173828,"RotY":280.54998779296875,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":33.0,"PosY":4.000019073486328,"PosZ":124.36000061035156,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":29.989999771118164,"PosY":3.940454006195069,"PosZ":129.35000610351565,"RotY":0.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":80.87999725341797,"PosY":-5.025922775268555,"PosZ":291.4599914550781,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":83.66000366210938,"PosY":-5.025853157043457,"PosZ":284.8999938964844,"RotY":270.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":120.8239974975586,"PosY":-4.968079090118408,"PosZ":329.5880126953125,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":118.12999725341795,"PosY":-5.030587196350098,"PosZ":335.5299987792969,"RotY":0.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":32.93000030517578,"PosY":-2.833080053329468,"PosZ":302.94000244140625,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":30.75200080871582,"PosY":-2.833081007003784,"PosZ":308.4200134277344,"RotY":60.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":123.33300018310548,"PosY":-5.030587196350098,"PosZ":324.601806640625,"RotY":270.0,"PropID":301003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Maze302/Maze_Chap01_M302_CoreState_00.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":122.93000030517578,"PosY":-2.020824909210205,"PosZ":369.0617980957031,"RotY":270.0,"PropID":301003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Maze302/Maze_Chap01_M302_CoreState_00.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":50.22100830078125,"PosY":-6.158130168914795,"PosZ":331.0780029296875,"RotY":189.45030212402344,"PropID":301003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Maze302/Maze_Chap01_M302_CoreState_00.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":39.23101043701172,"PosY":0.9421449899673462,"PosZ":268.05499267578125,"RotY":180.0,"PropID":301003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Maze302/Maze_Chap01_M302_CoreState_00.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":270.0,"groupId":0}}},"4":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":39.75,"PosY":1.1100000143051147,"PosZ":256.04998779296875,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/1011301/Drop/Drop_101130103.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":38.61000061035156,"PosY":3.942146062850952,"PosZ":220.0399932861328,"RotY":0.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":38.61000061035156,"PosY":3.942146062850952,"PosZ":217.0399932861328,"RotY":0.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":38.61000061035156,"PosY":3.942146062850952,"PosZ":214.0399932861328,"RotY":0.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":38.61000061035156,"PosY":3.942146062850952,"PosZ":211.0399932861328,"RotY":0.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":38.7859992980957,"PosY":3.942146062850952,"PosZ":224.63999938964844,"RotY":0.0,"PropID":101013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Maze302/Maze_Chap01_M302_Prop_Block_01.json","State":"CustomState01","propStateList":["Closed","Open","Locked","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_09_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"6":{"props":[{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":53.400001525878906,"PosY":0.9421449899673462,"PosZ":266.239990234375,"RotY":270.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":124.5500030517578,"PosY":-2.0208239555358887,"PosZ":374.0,"RotY":270.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":36.500999450683594,"PosY":-2.8908510208129883,"PosZ":308.8269958496094,"RotY":314.57000732421875,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":42.2599983215332,"PosY":3.942146062850952,"PosZ":215.9499969482422,"RotY":270.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":39.55099868774414,"PosY":3.942107915878296,"PosZ":172.08200073242188,"RotY":270.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.6899999976158142,"PosY":1.941933035850525,"PosZ":116.23999786376952,"RotY":180.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.60699844360352,"PosY":-0.0578790009021759,"PosZ":81.28500366210938,"RotY":90.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":13.409999847412108,"PosY":-0.0578790009021759,"PosZ":73.08999633789062,"RotY":315.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.868999481201172,"PosY":-0.05787799879908562,"PosZ":86.2239990234375,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.20000076293945,"PosY":1.941933035850525,"PosZ":107.41999816894533,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":13.859999656677246,"PosY":1.941933035850525,"PosZ":103.05999755859376,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":20.871000289916992,"PosY":1.9421160221099856,"PosZ":86.64900207519531,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":29.959999084472656,"PosY":3.940454006195069,"PosZ":119.40000152587892,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":29.558000564575195,"PosY":3.9654459953308105,"PosZ":147.04600524902344,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":24.70199966430664,"PosY":3.9419779777526855,"PosZ":169.49200439453125,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":24.88999938964844,"PosY":3.9421091079711914,"PosZ":177.72999572753906,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":53.95500183105469,"PosY":0.9421460032463074,"PosZ":257.7900085449219,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":75.91000366210938,"PosY":-5.025852203369141,"PosZ":286.30999755859375,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":89.4800033569336,"PosY":-5.025854110717773,"PosZ":270.6700134277344,"RotY":45.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":57.040000915527344,"PosY":3.9443039894104,"PosZ":263.7799987792969,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":30.68000030517578,"PosY":-2.8908510208129883,"PosZ":301.5199890136719,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":84.9729995727539,"PosY":-5.017275810241699,"PosZ":357.2900085449219,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":117.44400024414064,"PosY":-5.025852203369141,"PosZ":318.4599914550781,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":123.90699768066406,"PosY":-5.030587196350098,"PosZ":349.75,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":62.459930419921875,"PosY":1.9421459436416624,"PosZ":95.363037109375,"RotY":180.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":45.880001068115234,"PosY":0.9421550035476685,"PosZ":268.6700134277344,"RotY":180.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":113.94000244140624,"PosY":-2.0223329067230225,"PosZ":361.2799987792969,"RotY":0.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.630000114440918,"PosY":-0.05787000060081482,"PosZ":65.87999725341797,"RotY":0.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.459999084472656,"PosY":1.9419430494308472,"PosZ":107.43000030517578,"RotY":0.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[],"npcs":[],"monsters":[{"ID":200003,"RotY":270.0,"PosX":33.56999969482422,"PosY":2.0973470211029053,"PosZ":93.37000274658203,"NPCMonsterID":8002010,"EventID":20132112,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":79.19499969482422,"PosY":-5.008941173553467,"PosZ":367.52301025390625,"RotY":50.28302001953125,"PropID":901,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":1203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":80.302001953125,"PosY":-5.008999824523926,"PosZ":366.1570129394531,"RotY":320.2367858886719,"groupId":0}}},"13":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":80.70999908447266,"PosY":-5.02585506439209,"PosZ":284.1600036621094,"NPCMonsterID":1022020,"EventID":20132101,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":90.0,"PosX":86.45999908447266,"PosY":-1.96806800365448,"PosZ":251.47000122070312,"NPCMonsterID":1022020,"EventID":20132102,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"14":{"props":[],"npcs":[],"monsters":[{"ID":200003,"RotY":270.0,"PosX":120.87000274658205,"PosY":-1.9650880098342896,"PosZ":362.4299926757813,"NPCMonsterID":1022020,"EventID":20132104,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":0.0,"PosX":33.060001373291016,"PosY":-2.8908510208129883,"PosZ":310.4100036621094,"NPCMonsterID":1022010,"EventID":20132105,"groupId":14,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"15":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-21.149999618530273,"PosY":0.003000000026077032,"PosZ":67.79000091552734,"NPCMonsterID":8002040,"EventID":20132113,"groupId":15,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"16":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":101.2699966430664,"PosY":2.800493001937866,"PosZ":78.87996673583984,"RotY":315.0,"PropID":114,"AnchorID":5,"AnchorGroupID":1,"MappingInfoID":2013205,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":43.75,"PosY":1.9421449899673464,"PosZ":256.7699890136719,"RotY":180.0,"PropID":702,"AnchorID":1,"AnchorGroupID":23,"MappingInfoID":1103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":43.75,"PosY":0.9421449899673462,"PosZ":256.7699890136719,"NPCMonsterID":8003031,"EventID":101203,"groupId":23,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":37.33700180053711,"PosY":0.9421449899673462,"PosZ":256.7699890136719,"RotY":90.0,"groupId":0}}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.15000915527344,"PosY":1.941933035850525,"PosZ":105.09999847412108,"RotY":90.0,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.150001525878906,"PosY":1.9419339895248413,"PosZ":105.09999847412108,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10040,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-39.95000076293945,"PosY":1.941933035850525,"PosZ":105.09999847412108,"NPCMonsterID":8003030,"EventID":20132232,"groupId":41,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.0999999046325684,"PosY":-0.0578790009021759,"PosZ":53.04999923706055,"RotY":0.0,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":3.0999999046325684,"PosY":-0.0578790009021759,"PosZ":53.04999923706055,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10041,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":3.0999999046325684,"PosY":-0.0578790009021759,"PosZ":57.060001373291016,"NPCMonsterID":1023020,"EventID":20132233,"groupId":42,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"44":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":30.007999420166016,"PosY":3.9419779777526855,"PosZ":154.60000610351565,"RotY":90.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":93.41000366210938,"PosY":-5.008941173553467,"PosZ":368.8500061035156,"RotY":180.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"46":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":49.69831848144531,"PosX":1.850000023841858,"PosY":1.940000057220459,"PosZ":104.34999847412108,"NPCMonsterID":1022010,"EventID":20132131,"groupId":46,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":180.2458038330078,"PosX":2.9200000762939453,"PosY":1.940000057220459,"PosZ":110.36000061035156,"NPCMonsterID":1022010,"EventID":20132132,"groupId":46,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":127.08999633789064,"PosX":-1.6399999856948853,"PosY":1.940000057220459,"PosZ":109.90000152587892,"NPCMonsterID":8002010,"EventID":20132133,"groupId":46,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":0.0,"PosX":-29.299999237060547,"PosY":-0.10000000149011612,"PosZ":89.0999984741211,"NPCMonsterID":8002010,"EventID":20132134,"groupId":46,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":180.0,"PosX":26.799999237060547,"PosY":3.940000057220459,"PosZ":174.77999877929688,"NPCMonsterID":8002010,"EventID":20132135,"groupId":46,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":0.0,"PosX":26.6299991607666,"PosY":3.940000057220459,"PosZ":171.35000610351565,"NPCMonsterID":1022010,"EventID":20132136,"groupId":46,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":0.0,"PosX":32.79999923706055,"PosY":3.9419779777526855,"PosZ":167.52999877929688,"NPCMonsterID":1022010,"EventID":20132137,"groupId":46,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"47":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":101.2699966430664,"PosY":2.800493001937866,"PosZ":78.87996673583984,"RotY":315.0,"PropID":114,"AnchorID":5,"AnchorGroupID":1,"MappingInfoID":2013205,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_TestDoor_LV5Boss.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"57":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.131000518798828,"PosY":0.4059999883174896,"PosZ":74.7969970703125,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_Gamplay.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":30.816999435424805,"PosY":3.940454006195069,"PosZ":117.72499847412108,"RotY":347.5791931152344,"PropID":301010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_BrokenRobot.json","State":"Closed","propStateList":["Closed","Open"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Robot_05_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":30.969999313354492,"PosY":4.714000225067139,"PosZ":118.30999755859376,"RotY":330.6689147949219,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_RobotConsole_Camera.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.780000686645508,"PosY":-0.059999000281095505,"PosZ":73.5999984741211,"RotY":90.0,"PropID":60102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.303119659423828,"PosY":-0.059999000281095505,"PosZ":75.92388916015625,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_Effect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":30.816999435424805,"PosY":3.940454006195069,"PosZ":117.72499847412108,"RotY":347.5791931152344,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.780000686645508,"PosY":-0.059999000281095505,"PosZ":73.5999984741211,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon_Finish.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":30.816999435424805,"PosY":3.940454006195069,"PosZ":117.72499847412108,"RotY":347.5791931152344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":35.77909851074219,"PosY":7.817863941192627,"PosZ":121.95559692382812,"RotY":227.3345947265625,"groupId":0}}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":111.3550033569336,"PosY":-1.2690000534057615,"PosZ":374.135009765625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_Gamplay.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":78.5199966430664,"PosY":-5.025852203369141,"PosZ":295.30999755859375,"RotY":27.405410766601562,"PropID":301010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_BrokenRobot.json","State":"Closed","propStateList":["Closed","Open"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Robot_05_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":79.0055923461914,"PosY":-4.082424163818359,"PosZ":295.6014099121094,"RotY":306.0710144042969,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_RobotConsole_Camera.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":112.9530029296875,"PosY":-2.0208239555358887,"PosZ":374.0799865722656,"RotY":180.0,"PropID":60102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":112.33589935302734,"PosY":-2.0208239555358887,"PosZ":372.1198120117187,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_Effect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":78.69213104248047,"PosY":-4.815011024475098,"PosZ":295.33551025390625,"RotY":27.405410766601562,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":112.9530029296875,"PosY":-2.0208239555358887,"PosZ":374.0799865722656,"RotY":180.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon_Finish.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":78.69213104248047,"PosY":-4.815011024475098,"PosZ":295.33551025390625,"RotY":27.405410766601562,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":83.7300033569336,"PosY":-1.4299999475479126,"PosZ":295.989990234375,"RotY":261.3818054199219,"groupId":0}}},"62":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":39.08399963378906,"PosY":4.7044758796691895,"PosZ":168.79800415039065,"RotY":0.0,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":24.7549991607666,"PosY":5.0980000495910645,"PosZ":186.6790008544922,"RotY":0.0,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":39.12799835205078,"PosY":4.7044758796691895,"PosZ":174.3209991455078,"RotY":0.0,"PropID":101031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_05_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":39.16600036621094,"PosY":4.695000171661377,"PosZ":167.99400329589844,"RotY":0.0,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"65":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":115.27320098876952,"PosY":-5.033999919891357,"PosZ":309.9352111816406,"RotY":270.0,"PropID":3001,"AnchorID":1,"AnchorGroupID":65,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeProp/Maze_Prop_ChallengeRaid_Entrance.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":115.41590118408205,"PosY":-5.03000020980835,"PosZ":311.8008117675781,"RotY":184.3721923828125,"groupId":0},"2":{"ID":2,"PosX":113.70140075683594,"PosY":-2.4715609550476074,"PosZ":315.5267028808594,"RotY":180.20889282226565,"groupId":0}}},"70":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":46.875999450683594,"PosY":0.9421449899673462,"PosZ":243.9499969482422,"RotY":270.0,"PropID":3001,"AnchorID":1,"AnchorGroupID":70,"MappingInfoID":1404,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_Entrance_02.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":46.86000061035156,"PosY":0.9399999976158142,"PosZ":245.69000244140625,"RotY":180.0,"groupId":0}}},"72":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":73.41000366210938,"PosY":0.9741460084915161,"PosZ":263.3500061035156,"RotY":225.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":39.143531799316406,"PosY":1.9900000095367432,"PosZ":267.6300048828125,"RotY":0.0,"PropID":101054,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_CablePuzzleDaily_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":39.143531799316406,"PosY":1.9900000095367432,"PosZ":267.6300048828125,"RotY":0.0,"PropID":101054,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_CablePuzzleDaily_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":39.143531799316406,"PosY":1.9900000095367432,"PosZ":267.6300048828125,"RotY":0.0,"PropID":101054,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_CablePuzzleDaily_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":39.34299850463867,"PosY":4.730000019073486,"PosZ":263.260009765625,"RotY":0.0,"groupId":0}}},"77":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":67.45999908447266,"PosY":3.9443039894104,"PosZ":256.3900146484375,"RotY":270.0,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":67.45999908447266,"PosY":3.9443039894104,"PosZ":256.3900146484375,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10041,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":63.939998626708984,"PosY":3.9443039894104,"PosZ":255.1199951171875,"NPCMonsterID":1023010,"EventID":20132234,"groupId":77,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"79":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":86.59001159667967,"PosY":2.9068410396575928,"PosZ":92.31844329833984,"RotY":180.0,"PropID":703,"AnchorID":1,"AnchorGroupID":79,"MappingInfoID":1106,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_03_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":86.58999633789062,"PosY":1.9068410396575928,"PosZ":92.31845092773438,"NPCMonsterID":1023021,"EventID":101206,"groupId":79,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":79.4900131225586,"PosY":1.9068410396575928,"PosZ":90.26998901367188,"RotY":70.0,"groupId":0}}},"89":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":101.2699966430664,"PosY":2.800493001937866,"PosZ":78.87996673583984,"RotY":315.0,"PropID":114,"AnchorID":5,"AnchorGroupID":1,"MappingInfoID":2344,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"}],"npcs":[{"ID":400002,"PosX":94.75882720947266,"PosY":1.9068410396575928,"PosZ":81.35816955566406,"Name":"NPC2","RotY":348.17999267578125,"NPCID":2101,"groupId":89,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":52.43003845214844,"PosY":1.9421459436416624,"PosZ":91.98277282714844,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":94.7152099609375,"PosY":1.9068410396575928,"PosZ":84.27208709716797,"RotY":137.08999633789065,"groupId":0}}}}},"P20133_F20133001":{"teleports":{"2102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.720001220703125,"PosY":15.609999656677246,"PosZ":24.170000076293945,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":20,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"20":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.720001220703125,"PosY":15.609999656677246,"PosZ":24.170000076293945,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":20,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-28.190000534057617,"PosY":15.729999542236328,"PosZ":25.860000610351562,"RotY":180.0,"groupId":0}}}}},"P20133_F20133002":{"teleports":{},"group_items":{}},"P20134_F20134001":{"teleports":{"1204":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-89.74698638916016,"PosY":11.970399856567385,"PosZ":-16.898509979248047,"RotY":188.53309631347656,"PropID":901,"AnchorID":1,"AnchorGroupID":6,"MappingInfoID":1204,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_02_Entity.json"},"1302":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.12700080871582,"PosY":20.49700927734375,"PosZ":-27.302000045776367,"RotY":216.07000732421875,"PropID":113,"AnchorID":1,"AnchorGroupID":5,"MappingInfoID":1302,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_WeeklyRaid_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EchoOfWar_01_Entity.json"},"10033":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.38999938964844,"PosY":17.325660705566406,"PosZ":37.900001525878906,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2013401":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.8800048828125,"PosY":-6.872467994689941,"PosZ":-48.349998474121094,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":2,"MappingInfoID":2013401,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2013402":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.81999969482422,"PosY":20.510000228881836,"PosZ":8.829999923706055,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":2,"MappingInfoID":2013402,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.8800048828125,"PosY":-6.872467994689941,"PosZ":-48.349998474121094,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":2,"MappingInfoID":2013401,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.81999969482422,"PosY":20.510000228881836,"PosZ":8.829999923706055,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":2,"MappingInfoID":2013402,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-149.27999877929688,"PosY":-6.772429943084717,"PosZ":-52.72999954223633,"RotY":83.0999984741211,"groupId":0},"2":{"ID":2,"PosX":-27.280000686645508,"PosY":20.489999771118164,"PosZ":10.670000076293944,"RotY":180.0,"groupId":0}}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.75,"PosY":17.608070373535156,"PosZ":-19.920000076293945,"RotY":182.2624969482422,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.30999755859375,"PosY":14.145739555358888,"PosZ":15.609999656677246,"RotY":204.1999969482422,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-89.06999969482422,"PosY":12.418149948120115,"PosZ":-38.63999938964844,"RotY":265.73291015625,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.12700080871582,"PosY":20.49700927734375,"PosZ":-27.302000045776367,"RotY":216.07000732421875,"PropID":113,"AnchorID":1,"AnchorGroupID":5,"MappingInfoID":1302,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_WeeklyRaid_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EchoOfWar_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-28.24099922180176,"PosY":20.48719024658203,"PosZ":-25.750999450683594,"RotY":125.59999847412108,"groupId":0}}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-89.74698638916016,"PosY":11.970399856567385,"PosZ":-16.898509979248047,"RotY":188.53309631347656,"PropID":901,"AnchorID":1,"AnchorGroupID":6,"MappingInfoID":1204,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-91.2699966430664,"PosY":11.475000381469728,"PosZ":-16.670000076293945,"RotY":98.5330581665039,"groupId":0}}},"7":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":231.52999877929688,"PosX":-119.25,"PosY":2.6500000953674316,"PosZ":-8.25,"NPCMonsterID":1022010,"EventID":20134101,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":103.61209869384766,"PosX":-124.38999938964844,"PosY":3.180000066757202,"PosZ":-9.859999656677246,"NPCMonsterID":1022010,"EventID":20134102,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":231.52999877929688,"PosX":-112.56999969482422,"PosY":2.0299999713897705,"PosZ":27.75,"NPCMonsterID":8001020,"EventID":20134103,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":110.0,"PosX":-73.9800033569336,"PosY":12.946590423583984,"PosZ":15.510000228881836,"NPCMonsterID":8002010,"EventID":20134104,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":0.0,"PosX":-89.02999877929688,"PosY":11.1899995803833,"PosZ":16.15999984741211,"NPCMonsterID":8001030,"EventID":20134105,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":160.85330200195312,"PosX":-91.88999938964844,"PosY":11.760000228881836,"PosZ":20.850000381469727,"NPCMonsterID":8001030,"EventID":20134106,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"12":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":315.6000061035156,"PosX":-87.23699951171875,"PosY":11.135000228881836,"PosZ":10.739999771118164,"NPCMonsterID":8002040,"EventID":20134107,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.38999938964844,"PosY":17.325660705566406,"PosZ":37.900001525878906,"RotY":228.81399536132812,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.38999938964844,"PosY":17.325660705566406,"PosZ":37.900001525878906,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":227.97950744628903,"PosX":-22.260000228881836,"PosY":16.399999618530273,"PosZ":34.40999984741211,"NPCMonsterID":8003040,"EventID":20134231,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"15":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.74000549316406,"PosY":-8.550000190734863,"PosZ":-52.869998931884766,"RotY":0.0,"PropID":3001,"AnchorID":1,"AnchorGroupID":92,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid1_Entrance_Prop.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-152.68299865722656,"PosY":-7.599999904632568,"PosZ":-52.979000091552734,"RotY":270.9226989746094,"groupId":0},"2":{"ID":2,"PosX":123.57589721679688,"PosY":47.70000076293945,"PosZ":-69.22595977783203,"RotY":205.85150146484375,"groupId":0}}},"18":{"props":[{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.530000686645508,"PosY":20.48900032043457,"PosZ":-6.960000038146973,"RotY":180.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BoxMan_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.020000457763672,"PosY":20.520000457763672,"PosZ":-4.960000038146973,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_ChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-26.719999313354492,"PosY":20.45199966430664,"PosZ":-7.479000091552734,"RotY":180.0,"groupId":0}}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.22999572753906,"PosY":-3.101433038711548,"PosZ":-49.62699890136719,"RotY":0.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.11000061035156,"PosY":13.858309745788574,"PosZ":41.189998626708984,"RotY":270.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.66000366210938,"PosY":15.707289695739746,"PosZ":-12.979999542236328,"RotY":0.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.020000457763672,"PosY":20.520000457763672,"PosZ":-4.960000038146973,"RotY":270.0,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-26.719999313354492,"PosY":20.45199966430664,"PosZ":-7.479000091552734,"RotY":180.0,"groupId":0}}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.594999313354492,"PosY":21.23200035095215,"PosZ":12.288000106811523,"RotY":33.79655075073242,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P20135_F20135001":{"teleports":{"2013501":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.87807846069336,"PosY":3.9605209827423096,"PosZ":53.17673110961914,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2013501,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2013502":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":68.01605987548828,"PosY":2.754122018814087,"PosZ":-26.106609344482425,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2013502,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.39097023010254,"PosY":11.082260131835938,"PosZ":45.49860000610352,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.87807846069336,"PosY":3.9605209827423096,"PosZ":53.17673110961914,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2013501,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":68.01605987548828,"PosY":2.754122018814087,"PosZ":-26.106609344482425,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2013502,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-64.57456970214844,"PosY":3.812583923339844,"PosZ":66.8773193359375,"RotY":135.93829345703125,"groupId":0},"2":{"ID":2,"PosX":-52.104148864746094,"PosY":3.904969930648804,"PosZ":52.884788513183594,"RotY":112.97260284423828,"groupId":0},"3":{"ID":3,"PosX":62.355438232421875,"PosY":2.9405550956726074,"PosZ":-18.195480346679688,"RotY":180.0,"groupId":0}}},"8":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.298959732055664,"PosY":8.725713729858398,"PosZ":40.96807098388672,"RotY":0.54025799036026,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":47.84328079223633,"PosY":2.7194950580596924,"PosZ":-31.295259475708008,"RotY":195.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":74.00531005859375,"PosY":2.679115056991577,"PosZ":-32.7300910949707,"RotY":120.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":58.577999114990234,"PosY":7.585037231445312,"PosZ":-80.73300170898438,"RotY":328.1319885253906,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":106.63719940185548,"PosY":6.79892110824585,"PosZ":-64.44129180908203,"RotY":265.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":57.43199920654297,"PosY":3.690000057220459,"PosZ":-36.40299987792969,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20135001/LG_Prop_F20135001_G23_300001.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":66.6510009765625,"PosY":3.690000057220459,"PosZ":-29.38599967956543,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20135001/LG_Prop_F20135001_G23_300002.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":56.43899917602539,"PosY":3.299999952316284,"PosZ":-46.22999954223633,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20135001/LG_Prop_F20135001_G23_300003.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":57.43199920654297,"PosY":3.690000057220459,"PosZ":-36.40299987792969,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":66.6510009765625,"PosY":3.690000057220459,"PosZ":-29.38599967956543,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":56.43899917602539,"PosY":3.299999952316284,"PosZ":-46.22999954223633,"RotY":0.0,"groupId":0}}},"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":73.75599670410156,"PosY":7.2270002365112305,"PosZ":-72.84200286865236,"RotY":16.497440338134766,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":105.63200378417967,"PosY":7.854000091552734,"PosZ":-47.255001068115234,"RotY":111.39800262451172,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P20136_F20136001":{"teleports":{"2213":{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":2.890000104904175,"PosY":1.4299999475479126,"PosZ":-7.789999961853027,"RotY":348.64190673828125,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2213,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},"2347":{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.554280281066896,"PosY":11.64564037322998,"PosZ":58.65877914428711,"RotY":90.0,"PropID":101070,"AnchorID":3,"AnchorGroupID":4,"MappingInfoID":2347,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_PCCenter.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_AetherDividePC_01_Entity.json"},"2013601":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.021429000422358513,"PosY":10.838470458984377,"PosZ":46.657989501953125,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2013601,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.021429000422358513,"PosY":10.838470458984377,"PosZ":46.657989501953125,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2013601,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-1.2999999523162842,"PosY":1.9099999666213987,"PosZ":5.440000057220459,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-3.367854118347168,"PosY":10.777159690856934,"PosZ":46.08142852783203,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-4.496143817901611,"PosY":-24.793500900268555,"PosZ":137.23739624023438,"RotY":0.0,"groupId":0}}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":16.065139770507812,"PosY":36.58409881591797,"PosZ":51.25481033325195,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.760000228881836,"PosY":-24.600000381469727,"PosZ":88.99199676513672,"RotY":0.0,"PropID":101007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Elevator_Move_InAD.json","State":"Elevator2","propStateList":["Locked","Elevator1","Elevator2","Elevator3"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.339000701904297,"PosY":5.433000087738037,"PosZ":82.36799621582033,"RotY":180.0,"PropID":101008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_Switch_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.519000053405762,"PosY":-24.80500030517578,"PosZ":86.30000305175781,"RotY":90.0,"PropID":101008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_Switch_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.760000228881836,"PosY":-25.3700008392334,"PosZ":88.99199676513672,"RotY":0.0,"PropID":301005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_ElevatorBase_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.554280281066896,"PosY":11.64564037322998,"PosZ":58.65877914428711,"RotY":90.0,"PropID":101070,"AnchorID":3,"AnchorGroupID":4,"MappingInfoID":2347,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_PCCenter.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_AetherDividePC_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.482516765594482,"PosY":-24.853679656982425,"PosZ":98.27052307128906,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.482516765594482,"PosY":-24.853679656982425,"PosZ":118.51000213623048,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.560001373291016,"PosY":-16.8799991607666,"PosZ":213.35000610351565,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_CrowdSound.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":45.63999938964844,"PosY":-16.06800079345703,"PosZ":207.88999938964844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_CrowdSound.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":2.890000104904175,"PosY":1.4299999475479126,"PosZ":-7.789999961853027,"RotY":348.64190673828125,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2213,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":2.890000104904175,"PosY":1.4299999475479126,"PosZ":-7.789999961853027,"RotY":348.64190673828125,"PropID":115,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_TownExit_CameraArea.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-14.760000228881836,"PosY":5.573999881744385,"PosZ":88.99199676513672,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-14.760000228881836,"PosY":-24.600000381469727,"PosZ":88.99199676513672,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-12.377530097961426,"PosY":10.795949935913086,"PosZ":58.60694122314453,"RotY":270.0,"groupId":0}}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.59735870361328,"PosY":-16.5,"PosZ":114.41680145263672,"RotY":36.20003128051758,"PropID":301076,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Glowstick_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.630001068115234,"PosY":-16.5,"PosZ":224.0800018310547,"RotY":141.2021942138672,"PropID":301076,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Glowstick_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.68000030517578,"PosY":-16.5,"PosZ":200.17730712890625,"RotY":113.34490203857422,"PropID":301076,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Glowstick_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":55.5720100402832,"PosY":-16.5,"PosZ":198.52200317382812,"RotY":245.4698944091797,"PropID":301076,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Glowstick_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":55.71015167236328,"PosY":-16.5,"PosZ":138.14219665527344,"RotY":293.606689453125,"PropID":301076,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Glowstick_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.44179916381836,"PosY":-16.5,"PosZ":137.90199279785156,"RotY":63.20183181762695,"PropID":301076,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Glowstick_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":37.533660888671875,"PosY":-16.5,"PosZ":222.24609375,"RotY":217.6269073486328,"PropID":301076,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Glowstick_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":37.94219970703125,"PosY":-16.5,"PosZ":114.07749938964844,"RotY":319.97808837890625,"PropID":301076,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Glowstick_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-14.760000228881836,"PosY":5.573999881744385,"PosZ":88.99199676513672,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-14.760000228881836,"PosY":-24.600000381469727,"PosZ":88.99199676513672,"RotY":0.0,"groupId":0}}},"14":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":19.420000076293945,"PosY":-24.759540557861328,"PosZ":158.3159942626953,"RotY":290.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":10.836000442504885,"PosY":10.793820381164553,"PosZ":76.5640869140625,"RotY":270.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.8100004196167,"PosY":10.841779708862305,"PosZ":66.4800033569336,"RotY":185.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":7.81243896484375,"PosY":5.427641868591309,"PosZ":68.39700317382812,"RotY":0.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.734000205993653,"PosY":5.711032867431641,"PosZ":73.989501953125,"RotY":270.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_POI_LargeScreen.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.579453945159912,"PosY":-24.853679656982425,"PosZ":102.69000244140624,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_POI_LargeScreenTest.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.284668922424316,"PosY":-24.853679656982425,"PosZ":113.37000274658205,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.289529800415039,"PosY":-24.853679656982425,"PosZ":129.01190185546875,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.29933500289917,"PosY":-23.88789939880371,"PosZ":168.32000732421875,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_StageFireInMaze.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.289999961853027,"PosY":-23.86124038696289,"PosZ":154.00999450683594,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_ScreenInBattle.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":13.729999542236328,"PosY":6.580999851226807,"PosZ":74.27899932861328,"RotY":332.9576110839844,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P20211_F20211001":{"teleports":{"1011":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.461050033569336,"PosY":3.9299159049987793,"PosZ":-64.81291198730469,"RotY":210.0,"PropID":808,"AnchorID":1,"AnchorGroupID":234,"MappingInfoID":1011,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_02.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":234,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_02_Entity.json"},"1108":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":49.5,"PosY":8.100000381469727,"PosZ":-105.26000213623048,"RotY":180.0,"PropID":702,"AnchorID":1,"AnchorGroupID":40,"MappingInfoID":1108,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"},"1205":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.6640000343322754,"PosY":-1.1469999551773071,"PosZ":-45.44200134277344,"RotY":270.0,"PropID":901,"AnchorID":1,"AnchorGroupID":56,"MappingInfoID":1205,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_02_Entity.json"},"1402":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":43.77000045776367,"PosY":7.38700008392334,"PosZ":-105.37000274658205,"RotY":180.0,"PropID":3000,"AnchorID":1,"AnchorGroupID":44,"MappingInfoID":1402,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_Entrance_02.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},"1406":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.698829650878906,"PosY":3.9299159049987793,"PosZ":-63.09099960327149,"RotY":89.74919128417967,"PropID":3001,"AnchorID":1,"AnchorGroupID":99,"MappingInfoID":1406,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_Entrance_02.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"},"1409":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":18.52199935913086,"PosY":6.0370001792907715,"PosZ":-132.46299743652344,"RotY":309.4523010253906,"PropID":3000,"AnchorID":1,"AnchorGroupID":189,"MappingInfoID":1409,"InitLevelGraph":"Config/Level/Maze/MazeProp/Maze_Prop_ChallengeRaid_NeedNPCID.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":189,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},"10033":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":49.82263946533203,"PosY":-2.915641069412231,"PosZ":49.53112030029297,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10046":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":53.61000061035156,"PosY":-3.009999990463257,"PosZ":-20.079999923706055,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10047":{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":27.89800071716309,"PosY":-1.3274990320205688,"PosZ":94.60099792480469,"RotY":225.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":141,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10048":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":49.76900100708008,"PosY":-2.877000093460083,"PosZ":34.91999816894531,"RotY":180.00010681152344,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10048,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":126,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10050":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.809999942779541,"PosY":5.235951900482178,"PosZ":-81.77999877929688,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_FinalGameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2021101":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":42.060001373291016,"PosY":9.100000381469727,"PosZ":158.5,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":1,"MappingInfoID":2021101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2021102":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":4.159999847412109,"PosY":-1.0850000381469729,"PosZ":1.2890000343322754,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2021102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2021103":{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":7.171999931335449,"PosY":8.529999732971191,"PosZ":-105.54399871826172,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2021103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2021104":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.2702460289001465,"PosY":2.1705970764160156,"PosZ":54.38999938964844,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2021104,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":42.060001373291016,"PosY":9.100000381469727,"PosZ":158.5,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":1,"MappingInfoID":2021101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":4.159999847412109,"PosY":-1.0850000381469729,"PosZ":1.2890000343322754,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2021102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":7.171999931335449,"PosY":8.529999732971191,"PosZ":-105.54399871826172,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2021103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.2702460289001465,"PosY":2.1705970764160156,"PosZ":54.38999938964844,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2021104,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":39.119998931884766,"PosY":9.100507736206055,"PosZ":164.08999633789065,"RotY":179.99989318847656,"groupId":0},"2":{"ID":2,"PosX":9.710000038146973,"PosY":8.520000457763672,"PosZ":-108.87000274658205,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":1.950000047683716,"PosY":-1.2999999523162842,"PosZ":1.5800000429153442,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":-8.359999656677246,"PosY":2.17061996459961,"PosZ":58.20000076293945,"RotY":270.0,"groupId":0},"5":{"ID":5,"PosX":8.192000389099121,"PosY":4.876999855041504,"PosZ":-136.21800231933594,"RotY":9.999999747378752e-6,"groupId":0}}},"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":17.910999298095703,"PosY":9.23799991607666,"PosZ":131.31300354003906,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":46.061710357666016,"PosY":7.006396770477295,"PosZ":-91.23330688476562,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.583999633789062,"PosY":8.171449661254883,"PosZ":36.494998931884766,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.6299991607666,"PosY":-1.0099999904632568,"PosZ":-12.17300033569336,"RotY":90.00006866455078,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.13999938964844,"PosY":5.375536918640137,"PosZ":-50.02199935913086,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.449999809265137,"PosY":7.036203861236572,"PosZ":-112.25,"RotY":0.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.281000137329102,"PosY":11.241399765014648,"PosZ":-56.71500015258789,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":85.83799743652344,"PosY":2.444999933242798,"PosZ":102.73899841308594,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":19.950000762939453,"PosY":-1.1164590120315552,"PosZ":20.6299991607666,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.5766372680664,"PosY":0.8206769824028014,"PosZ":42.33000183105469,"RotY":90.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"3":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.4404067993164,"PosY":0.820671021938324,"PosZ":75.96916198730469,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.60995101928711,"PosY":5.562448024749756,"PosZ":-115.48560333251952,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":43.18000030517578,"PosY":9.100614547729492,"PosZ":136.27000427246094,"RotY":270.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":1.4199999570846558,"PosY":9.100723266601562,"PosZ":113.91999816894533,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":8.689000129699707,"PosY":9.100664138793945,"PosZ":89.55400085449219,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.220001220703125,"PosY":2.170707941055298,"PosZ":39.40999984741211,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":29.610000610351562,"PosY":2.245779037475586,"PosZ":76.45899963378906,"RotY":180.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":42.0099983215332,"PosY":0.1720000058412552,"PosZ":113.7969970703125,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":103.6532974243164,"PosY":2.230525016784668,"PosZ":98.25464630126953,"RotY":180.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":72.7020034790039,"PosY":2.231295108795166,"PosZ":69.01899719238281,"RotY":90.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":40.279998779296875,"PosY":-2.915635108947754,"PosZ":59.2599983215332,"RotY":90.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":21.559999465942383,"PosY":-1.2642320394515991,"PosZ":-23.480100631713867,"RotY":180.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":33.80213165283203,"PosY":-1.0744750499725342,"PosZ":14.489999771118164,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.729999542236328,"PosY":-1.147359013557434,"PosZ":-23.440000534057617,"RotY":90.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.614999771118164,"PosY":5.239999771118164,"PosZ":-78.72799682617188,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.810001373291016,"PosY":7.010000228881836,"PosZ":-67.4000015258789,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.373000144958496,"PosY":5.562437057495117,"PosZ":-119.0,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":56.415000915527344,"PosY":7.00600004196167,"PosZ":-95.46399688720702,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":38.2400016784668,"PosY":7.006389141082764,"PosZ":-112.6780014038086,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.43000030517578,"PosY":-1.1472820043563845,"PosZ":-1.4700000286102295,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":43.029998779296875,"PosY":7.006401062011719,"PosZ":-112.55999755859376,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":84.34628295898438,"PosY":2.2312419414520264,"PosZ":67.13408660888672,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":1.8799999952316284,"PosY":9.10074234008789,"PosZ":128.8000030517578,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":1.5299969911575315,"PosY":-1.1473939418792725,"PosZ":-40.51800155639648,"RotY":270.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"4":{"props":[],"npcs":[],"monsters":[{"ID":200006,"RotY":106.40000152587892,"PosX":-46.11000061035156,"PosY":3.8788039684295654,"PosZ":94.01000213623047,"NPCMonsterID":2022010,"EventID":20211001,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":90.0,"PosX":-41.25,"PosY":3.9219799041748047,"PosZ":95.4800033569336,"NPCMonsterID":8001040,"EventID":20211002,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":0.0,"PosX":-12.06999969482422,"PosY":-1.2999999523162842,"PosZ":5.519999980926514,"NPCMonsterID":2022010,"EventID":20211004,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":270.0,"PosX":1.8199989795684817,"PosY":5.235960960388184,"PosZ":-51.88999938964844,"NPCMonsterID":2011010,"EventID":20211005,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":20.0,"PosX":-10.170000076293944,"PosY":5.235949993133545,"PosZ":-81.66999816894531,"NPCMonsterID":2012010,"EventID":20211006,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":45.0,"PosX":-14.479999542236328,"PosY":5.199999809265137,"PosZ":-81.08000183105469,"NPCMonsterID":2011020,"EventID":20211007,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":0.0,"PosX":10.5,"PosY":4.876644134521484,"PosZ":-133.62600708007812,"NPCMonsterID":2023010,"EventID":20211008,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":210.0,"PosX":-94.87000274658203,"PosY":0.8206769824028014,"PosZ":74.2699966430664,"NPCMonsterID":8001050,"EventID":20211051,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":99.99999237060547,"PosX":-100.1999969482422,"PosY":0.8206769824028014,"PosZ":73.4800033569336,"NPCMonsterID":2022010,"EventID":20211052,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":270.0,"PosX":-26.910869598388672,"PosY":3.9299120903015137,"PosZ":-82.27335357666016,"NPCMonsterID":2011010,"EventID":20211053,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":200014,"RotY":120.0,"PosX":-37.49187088012695,"PosY":3.929908990859986,"PosZ":-81.52947998046875,"NPCMonsterID":2011020,"EventID":20211054,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":0.0,"PosX":-39.61001968383789,"PosY":5.562448024749756,"PosZ":-97.3499984741211,"NPCMonsterID":2022010,"EventID":20211055,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":180.0,"PosX":-21.9950008392334,"PosY":5.562448024749756,"PosZ":-117.12999725341795,"NPCMonsterID":2022010,"EventID":20211056,"groupId":4,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.664000034332275,"PosY":5.256825923919678,"PosZ":-56.099998474121094,"RotY":0.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.357000350952148,"PosY":5.239999771118164,"PosZ":-54.81999969482422,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.10300064086914,"PosY":5.239999771118164,"PosZ":-74.28500366210938,"RotY":270.0000915527344,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.770000457763672,"PosY":5.239999771118164,"PosZ":-76.19400024414062,"RotY":269.9999084472656,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":40.41999816894531,"PosY":9.10099983215332,"PosZ":175.97999572753906,"RotY":179.99989318847656,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"39":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":12.0600004196167,"PosY":9.10099983215332,"PosZ":88.63500213623047,"RotY":180.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"40":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":49.5,"PosY":8.100000381469727,"PosZ":-105.26000213623048,"RotY":180.0,"PropID":702,"AnchorID":1,"AnchorGroupID":40,"MappingInfoID":1108,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":49.5,"PosY":6.980000019073486,"PosZ":-105.26000213623048,"NPCMonsterID":8003012,"EventID":101208,"groupId":40,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":43.38999938964844,"PosY":7.006399154663086,"PosZ":-105.26000213623048,"RotY":90.0,"groupId":0}}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":80.51056671142578,"PosY":0.12211500108242036,"PosZ":122.18000030517578,"RotY":180.0,"PropID":60203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":80.51056671142578,"PosY":0.12211500108242036,"PosZ":122.18000030517578,"RotY":180.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":80.36369323730469,"PosY":0.12211599946022034,"PosZ":119.16999816894533,"NPCMonsterID":8003050,"EventID":20211231,"groupId":41,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":49.82263946533203,"PosY":-2.915641069412231,"PosZ":49.53112030029297,"RotY":90.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":49.82263946533203,"PosY":-2.915641069412231,"PosZ":49.53112030029297,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":45.0,"PosX":46.79999923706055,"PosY":-2.915626049041748,"PosZ":47.720001220703125,"NPCMonsterID":2022010,"EventID":20211232,"groupId":42,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":270.0,"PosX":49.45000076293945,"PosY":-2.9156389236450195,"PosZ":51.84999084472656,"NPCMonsterID":2022010,"EventID":20211233,"groupId":42,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"43":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.04999923706055,"PosY":3.9299170970916752,"PosZ":-98.1803970336914,"RotY":180.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"44":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":43.77000045776367,"PosY":7.38700008392334,"PosZ":-105.37000274658205,"RotY":180.0,"PropID":3000,"AnchorID":1,"AnchorGroupID":44,"MappingInfoID":1402,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_Entrance_02.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":41.90999984741211,"PosY":6.98199987411499,"PosZ":-105.37000274658205,"RotY":90.0,"groupId":0}}},"55":{"props":[],"npcs":[],"monsters":[{"ID":200006,"RotY":90.0,"PosX":-13.0600004196167,"PosY":9.100823402404785,"PosZ":91.5199966430664,"NPCMonsterID":8002010,"EventID":20211101,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":90.0,"PosX":-3.190000057220459,"PosY":9.100750923156738,"PosZ":95.68000030517578,"NPCMonsterID":8001040,"EventID":20211102,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":270.0,"PosX":-12.449999809265137,"PosY":5.235951900482178,"PosZ":-86.69000244140625,"NPCMonsterID":2011010,"EventID":20211105,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":150.0,"PosX":-6.910000801086426,"PosY":5.235949993133545,"PosZ":-80.91000366210938,"NPCMonsterID":2012010,"EventID":20211106,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":340.0,"PosX":-5.309998989105225,"PosY":5.235951900482178,"PosZ":-84.20999908447266,"NPCMonsterID":2011020,"EventID":20211107,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":180.0,"PosX":94.489990234375,"PosY":2.2309060096740723,"PosZ":89.94999694824219,"NPCMonsterID":2022010,"EventID":20211132,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":0.0,"PosX":92.23999786376953,"PosY":2.2312419414520264,"PosZ":84.80999755859375,"NPCMonsterID":2022010,"EventID":20211133,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":180.0,"PosX":-12.15460968017578,"PosY":-1.1472530364990234,"PosZ":10.280719757080078,"NPCMonsterID":8001050,"EventID":20211151,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":210.0,"PosX":-16.8700008392334,"PosY":-1.1472539901733398,"PosZ":11.600000381469728,"NPCMonsterID":2022010,"EventID":20211152,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":270.0,"PosX":-26.910869598388672,"PosY":3.9299120903015137,"PosZ":-82.27335357666016,"NPCMonsterID":2011010,"EventID":20211153,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":120.0,"PosX":-37.49187088012695,"PosY":3.929908990859986,"PosZ":-81.52947998046875,"NPCMonsterID":2011020,"EventID":20211154,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":0.0,"PosX":-39.61001968383789,"PosY":5.562448024749756,"PosZ":-97.3499984741211,"NPCMonsterID":2022010,"EventID":20211155,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":180.0,"PosX":-21.9950008392334,"PosY":5.562448024749756,"PosZ":-117.12999725341795,"NPCMonsterID":2022010,"EventID":20211156,"groupId":55,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.6640000343322754,"PosY":-1.1469999551773071,"PosZ":-45.44200134277344,"RotY":270.0,"PropID":901,"AnchorID":1,"AnchorGroupID":56,"MappingInfoID":1205,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-2.680000066757202,"PosY":-1.14900004863739,"PosZ":-43.81999969482422,"RotY":180.0,"groupId":0}}},"57":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.9135000705718994,"PosY":2.2799999713897705,"PosZ":73.68000030517578,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":7.863999843597413,"PosY":2.2799999713897705,"PosZ":68.86399841308594,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":7.863999843597413,"PosY":2.2799999713897705,"PosZ":68.86399841308594,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/Follow/LogisticsRobot_Demo_ContainerListener.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":4.039999961853027,"PosY":5.280010223388672,"PosZ":63.974998474121094,"RotY":211.8791046142578,"groupId":0}}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.03999999910593033,"PosY":0.009999999776482582,"PosZ":0.2300000041723251,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.940000057220459,"PosY":-1.1200000047683716,"PosZ":-14.529999732971191,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-7.380000114440918,"PosY":2.0600099563598633,"PosZ":-5.570000171661377,"RotY":252.27940368652344,"groupId":0}}},"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.5600000023841858,"PosY":0.05492199957370758,"PosZ":-0.032409001141786575,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.0729999542236328,"PosY":-1.1200000047683716,"PosZ":-0.8500000238418579,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":10.769000053405762,"PosY":-1.1200000047683716,"PosZ":-1.0299999713897705,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":1.4800000190734863,"PosY":-0.1679999977350235,"PosZ":3.3399999141693115,"RotY":0.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_TutorialUnlock_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":5.739999771118164,"PosY":-1.1200000047683716,"PosZ":-7.989999771118165,"RotY":133.27960205078125,"groupId":0},"2":{"ID":2,"PosX":7.75,"PosY":-1.2065240144729614,"PosZ":-7.559999942779541,"RotY":174.289306640625,"groupId":0}}},"60":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.3799999952316284,"PosY":0.0,"PosZ":-2.9200000762939453,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":26.55299949645996,"PosY":0.5860000252723694,"PosZ":-14.28600025177002,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":27.43000030517578,"PosY":0.5860000252723694,"PosZ":-5.199999809265137,"RotY":13.644339561462402,"groupId":0}}},"77":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.3319999873638153,"PosY":5.235955238342285,"PosZ":-81.70999908447266,"RotY":90.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.284400939941406,"PosY":5.570000171661377,"PosZ":-110.0281982421875,"RotY":148.87840270996094,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/Follow/LogisticsRobot_Demo_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.809999942779541,"PosY":5.235951900482178,"PosZ":-81.77999877929688,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_FinalGameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-48.14929962158203,"PosY":6.964238166809082,"PosZ":-69.9174575805664,"RotY":180.0,"groupId":0}}},"99":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.698829650878906,"PosY":3.9299159049987793,"PosZ":-63.09099960327149,"RotY":89.74919128417967,"PropID":3001,"AnchorID":1,"AnchorGroupID":99,"MappingInfoID":1406,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_Entrance_02.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-36.7599983215332,"PosY":3.9300000667572026,"PosZ":-64.9800033569336,"RotY":1.7941930294036863,"groupId":0}}},"103":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":25.219999313354492,"PosY":2.2457940578460693,"PosZ":69.19000244140625,"NPCMonsterID":8002040,"EventID":20211110,"groupId":103,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"104":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":33.92900085449219,"PosY":10.659999847412108,"PosZ":150.32000732421875,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_X101Mission_Start.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":33.92900085449219,"PosY":9.100651741027832,"PosZ":150.6300048828125,"RotY":180.0,"PropID":102032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Shelf_03_GamePlay_Entity.json"}],"npcs":[{"ID":400001,"PosX":33.88100051879883,"PosY":9.10066032409668,"PosZ":150.28500366210938,"Name":"NPC1","RotY":90.0,"NPCID":3011,"groupId":104,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"106":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.269000053405762,"PosY":5.986999034881592,"PosZ":-88.9469985961914,"RotY":89.93829345703125,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.41299819946289,"PosY":2.9216909408569336,"PosZ":42.13899993896485,"RotY":89.93829345703125,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"113":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":10.251999855041504,"PosY":54.358001708984375,"PosZ":-24.454999923706055,"RotY":0.0,"PropID":102034,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_QiongYi_01.json","State":"Closed","propStateList":["Closed","Open","Locked","CustomState01","CustomState02","CustomState03"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_QiongYi_Core_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"119":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.08523941040039,"PosY":5.562448978424072,"PosZ":-119.41999816894533,"RotY":270.5548095703125,"PropID":3001,"AnchorID":1,"AnchorGroupID":119,"MappingInfoID":1402,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_Entrance_02.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":119,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-29.079999923706055,"PosY":5.550000190734863,"PosZ":-117.5500030517578,"RotY":180.55479431152344,"groupId":0}}},"120":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":75.2397689819336,"PosY":2.174999952316284,"PosZ":66.4758529663086,"RotY":320.9612121582031,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":176.5290069580078,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/Attack/LogisticsRobot_Demo_Attack_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.5780029296875,"PosY":0.8250550031661987,"PosZ":40.29233169555664,"RotY":90.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":76.44544219970702,"PosY":2.2312750816345215,"PosZ":64.16654968261719,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.7300033569336,"PosY":0.8750460147857666,"PosZ":39.790000915527344,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_FinalGameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":234.41099548339844,"PosX":77.20999908447266,"PosY":2.2457849979400635,"PosZ":67.61000061035156,"NPCMonsterID":2022010,"EventID":20211251,"groupId":120,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":265.189208984375,"PosX":77.40791320800781,"PosY":2.2457849979400635,"PosZ":65.29715728759766,"NPCMonsterID":2022010,"EventID":20211252,"groupId":120,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":179.53500366210938,"PosX":75.08505249023438,"PosY":2.2457849979400635,"PosZ":68.50659942626953,"NPCMonsterID":2022010,"EventID":20211253,"groupId":120,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"122":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_Demo_SimpleMissionController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":122,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"125":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":48.68000030517578,"PosY":-2.8299999237060547,"PosZ":36.98699951171875,"RotY":180.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":51.70000076293945,"PosY":-2.877000093460083,"PosZ":34.91999816894531,"RotY":180.00010681152344,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"126":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":48.68000030517578,"PosY":-2.8299999237060547,"PosZ":36.98699951171875,"RotY":180.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":126,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":49.76900100708008,"PosY":-2.877000093460083,"PosZ":34.91999816894531,"RotY":180.00010681152344,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":126,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":49.76900100708008,"PosY":-2.877000093460083,"PosZ":34.91999816894531,"RotY":180.00010681152344,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10048,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":126,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"127":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":44.827999114990234,"PosY":0.17212100327014923,"PosZ":119.83599853515624,"RotY":0.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"129":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.21599960327149,"PosY":-11.734999656677246,"PosZ":45.49700164794922,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"PropID":102063,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_04_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_SR_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeChest.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.3949966430664,"PosY":1.0850859880447388,"PosZ":46.13999938964844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-67.76000213623047,"PosY":0.820667028427124,"PosZ":72.5999984741211,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-77.80000305175781,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-72.33000183105469,"PosY":7.920000076293945,"PosZ":77.97000122070312,"RotY":202.3999938964844,"groupId":0},"5":{"ID":5,"PosX":-72.33000183105469,"PosY":7.920000076293945,"PosZ":77.97000122070312,"RotY":202.3999938964844,"groupId":0},"6":{"ID":6,"PosX":-74.72599792480469,"PosY":0.8899999856948853,"PosZ":52.90999984741211,"RotY":180.0,"groupId":0},"7":{"ID":7,"PosX":-72.16999816894531,"PosY":3.1700000762939453,"PosZ":38.470001220703125,"RotY":22.40000915527344,"groupId":0}}},"130":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":130,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.21599960327149,"PosY":-11.734999656677246,"PosZ":45.49700164794922,"RotY":180.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":130,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"PropID":102063,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":130,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_04_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_SR_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":130,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeMonster.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":130,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.3949966430664,"PosY":1.0850859880447388,"PosZ":46.13999938964844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":130,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":130,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":180.0,"PosX":-59.54999923706055,"PosY":-1.3869999647140503,"PosZ":45.49700164794922,"NPCMonsterID":2022010,"EventID":20211207,"groupId":130,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-67.76000213623047,"PosY":0.820667028427124,"PosZ":72.5999984741211,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-77.80000305175781,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-71.36000061035156,"PosY":7.570000171661377,"PosZ":79.25,"RotY":220.1999969482422,"groupId":0},"5":{"ID":5,"PosX":-75.99700164794922,"PosY":0.8899999856948853,"PosZ":52.90999984741211,"RotY":180.0,"groupId":0},"6":{"ID":6,"PosX":-73.66300201416016,"PosY":0.8309999704360962,"PosZ":52.61100006103515,"RotY":180.0,"groupId":0},"7":{"ID":7,"PosX":-75.01499938964844,"PosY":0.8206689953804016,"PosZ":48.31399917602539,"RotY":52.59999084472656,"groupId":0}}},"131":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":26.37299919128418,"PosY":-1.1757279634475708,"PosZ":47.85599899291992,"RotY":225.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":26.37299919128418,"PosY":-1.1757279634475708,"PosZ":47.85599899291992,"RotY":225.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":26.37299919128418,"PosY":-1.1757320165634155,"PosZ":47.85599899291992,"RotY":225.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":26.37299919128418,"PosY":-1.1757320165634155,"PosZ":47.85599899291992,"RotY":225.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"132":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.1150016784668,"PosY":6.750510215759277,"PosZ":-78.48502349853516,"RotY":45.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":132,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.1150016784668,"PosY":6.750510215759277,"PosZ":-78.48502349853516,"RotY":45.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":132,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.1150016784668,"PosY":6.750510215759277,"PosZ":-78.48502349853516,"RotY":45.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":132,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.1150016784668,"PosY":6.750510215759277,"PosZ":-78.48502349853516,"RotY":45.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":132,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"133":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":41.487998962402344,"PosY":-1.0744860172271729,"PosZ":7.07499885559082,"RotY":225.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":133,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":41.487998962402344,"PosY":-1.0744860172271729,"PosZ":7.07499885559082,"RotY":225.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":133,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":41.487998962402344,"PosY":-1.0744860172271729,"PosZ":7.07499885559082,"RotY":225.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":133,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":41.487998962402344,"PosY":-1.0744860172271729,"PosZ":7.07499885559082,"RotY":225.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":133,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"134":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":27.89800071716309,"PosY":-1.3274990320205688,"PosZ":94.60099792480469,"RotY":225.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":27.89800071716309,"PosY":-1.3274990320205688,"PosZ":94.60099792480469,"RotY":225.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":27.89800071716309,"PosY":-1.3274990320205688,"PosZ":94.60099792480469,"RotY":225.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":27.89800071716309,"PosY":-1.3274990320205688,"PosZ":94.60099792480469,"RotY":225.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"138":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":26.37299919128418,"PosY":-1.1757320165634155,"PosZ":47.85599899291992,"RotY":225.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Advanced_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":26.37299919128418,"PosY":-1.1757320165634155,"PosZ":47.85599899291992,"RotY":225.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":26.37299919128418,"PosY":-1.1757320165634155,"PosZ":47.85599899291992,"RotY":225.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":26.37299919128418,"PosY":-1.1757320165634155,"PosZ":47.85599899291992,"RotY":225.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"139":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.1150016784668,"PosY":6.750510215759277,"PosZ":-78.48502349853516,"RotY":45.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Advanced_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":139,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.1150016784668,"PosY":6.750510215759277,"PosZ":-78.48502349853516,"RotY":45.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":139,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.1150016784668,"PosY":6.750510215759277,"PosZ":-78.48502349853516,"RotY":45.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":139,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.1150016784668,"PosY":6.750510215759277,"PosZ":-78.48502349853516,"RotY":45.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":139,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"140":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":41.487998962402344,"PosY":-1.0744860172271729,"PosZ":7.07499885559082,"RotY":225.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Advanced_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":140,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":41.487998962402344,"PosY":-1.0744860172271729,"PosZ":7.07499885559082,"RotY":225.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":140,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":41.487998962402344,"PosY":-1.0744860172271729,"PosZ":7.07499885559082,"RotY":225.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":140,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":41.487998962402344,"PosY":-1.0744860172271729,"PosZ":7.07499885559082,"RotY":225.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":140,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"141":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":27.89800071716309,"PosY":-1.3274990320205688,"PosZ":94.60099792480469,"RotY":225.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Advanced_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":141,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":27.89800071716309,"PosY":-1.3274990320205688,"PosZ":94.60099792480469,"RotY":225.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":141,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":27.89800071716309,"PosY":-1.3274990320205688,"PosZ":94.60099792480469,"RotY":225.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":141,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":27.89800071716309,"PosY":-1.3274990320205688,"PosZ":94.60099792480469,"RotY":225.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":141,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"157":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":19.309999465942383,"PosY":4.876643180847168,"PosZ":-137.00399780273438,"RotY":270.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":25.676000595092773,"PosY":3.5429999828338623,"PosZ":-135.6959991455078,"RotY":270.0000915527344,"PropID":102054,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":17.90999984741211,"PosY":-8.425999641418457,"PosZ":-132.4290008544922,"RotY":270.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":19.309999465942383,"PosY":4.876643180847168,"PosZ":-137.00399780273438,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_WayPoint_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_HideShip.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeChest.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":25.676000595092773,"PosY":3.5429999828338623,"PosZ":-135.6959991455078,"RotY":270.0000915527344,"groupId":0},"2":{"ID":2,"PosX":25.676000595092773,"PosY":3.5429999828338623,"PosZ":-180.6959991455078,"RotY":270.0000915527344,"groupId":0},"3":{"ID":3,"PosX":19.06999969482422,"PosY":7.860000133514405,"PosZ":-132.64999389648438,"RotY":145.0,"groupId":0},"4":{"ID":4,"PosX":18.309999465942383,"PosY":5.670000076293945,"PosZ":-132.27000427246094,"RotY":90.0,"groupId":0},"5":{"ID":5,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-132.4290008544922,"RotY":270.0,"groupId":0}}},"158":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":54.279998779296875,"PosY":-3.0050690174102783,"PosZ":-20.649999618530273,"RotY":270.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":158,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":60.369998931884766,"PosY":-4.328999996185303,"PosZ":-12.43000030517578,"RotY":90.0,"PropID":102063,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":158,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":51.54100036621094,"PosY":-17.445999145507812,"PosZ":-15.95481014251709,"RotY":90.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":158,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":54.279998779296875,"PosY":-3.0050690174102783,"PosZ":-20.649999618530273,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":158,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_WayPoint_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":158,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":60.24300003051758,"PosY":-3.6791000366210938,"PosZ":-17.202999114990234,"RotY":93.45230102539062,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_HideSceneProp.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":158,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":60.24300003051758,"PosY":-3.6791000366210938,"PosZ":-15.255000114440918,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_HideSceneProp.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":158,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":60.24300003051758,"PosY":-3.6791000366210938,"PosZ":-13.673999786376951,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_HideSceneProp.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":158,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":60.26800155639648,"PosY":-4.539100170135498,"PosZ":-15.07699966430664,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_HideSceneProp.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":158,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":60.26800155639648,"PosY":-4.539100170135498,"PosZ":1.9529989957809448,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_HideSceneProp.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":158,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_HideShip.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":158,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeChest.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":158,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":60.369998931884766,"PosY":-4.328999996185303,"PosZ":-12.43000030517578,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":60.369998931884766,"PosY":-4.328999996185303,"PosZ":32.56999969482422,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":53.9900016784668,"PosY":-1.1200000047683716,"PosZ":-15.760000228881836,"RotY":29.905519485473633,"groupId":0},"4":{"ID":4,"PosX":53.290000915527344,"PosY":-2.0899999141693115,"PosZ":-15.600000381469728,"RotY":90.0,"groupId":0},"5":{"ID":5,"PosX":60.30699920654297,"PosY":-2.8829998970031734,"PosZ":-15.69499969482422,"RotY":90.0,"groupId":0}}},"168":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":168,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.21599960327149,"PosY":-11.734999656677246,"PosZ":45.49700164794922,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":168,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"PropID":102063,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":168,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_04_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_SR_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":168,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeChest.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":168,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":168,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.25,"PosY":0.820667028427124,"PosZ":38.54999923706055,"RotY":85.18998718261719,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":168,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-67.76000213623047,"PosY":0.820667028427124,"PosZ":72.5999984741211,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-77.80000305175781,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-72.33000183105469,"PosY":7.920000076293945,"PosZ":77.97000122070312,"RotY":202.3999938964844,"groupId":0},"5":{"ID":5,"PosX":-72.33000183105469,"PosY":7.920000076293945,"PosZ":77.97000122070312,"RotY":202.3999938964844,"groupId":0},"6":{"ID":6,"PosX":-74.72599792480469,"PosY":0.8899999856948853,"PosZ":52.90999984741211,"RotY":180.0,"groupId":0}}},"169":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":169,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.21599960327149,"PosY":-11.734999656677246,"PosZ":45.49700164794922,"RotY":180.0,"PropID":60203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":169,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.819000244140625,"RotY":0.0,"PropID":102063,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":169,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_04_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_SR_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":169,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeNPC_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":169,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.4800033569336,"PosY":0.8706690073013306,"PosZ":48.91999816894531,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":169,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.3949966430664,"PosY":1.0850859880447388,"PosZ":46.79899978637695,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":169,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":169,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-60.42300033569336,"PosY":-1.8240000009536743,"PosZ":46.345001220703125,"Name":"NPC1","RotY":180.0,"NPCID":12215,"groupId":169,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-60.42300033569336,"PosY":-1.8240000009536743,"PosZ":46.345001220703125,"Name":"NPC2","RotY":180.0,"NPCID":12115,"groupId":169,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-67.76000213623047,"PosY":0.820667028427124,"PosZ":72.5999984741211,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-77.80000305175781,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-71.36000061035156,"PosY":7.570000171661377,"PosZ":79.25,"RotY":220.1999969482422,"groupId":0},"5":{"ID":5,"PosX":-75.99700164794922,"PosY":0.8899999856948853,"PosZ":52.90999984741211,"RotY":180.0,"groupId":0},"6":{"ID":6,"PosX":-73.25800323486328,"PosY":0.8410000205039978,"PosZ":52.62799835205078,"RotY":270.0,"groupId":0},"7":{"ID":7,"PosX":-74.31300354003906,"PosY":0.8560000061988831,"PosZ":52.62799835205078,"RotY":90.0,"groupId":0}}},"170":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":170,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.21599960327149,"PosY":-11.734999656677246,"PosZ":45.49700164794922,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":170,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.21599960327149,"PosY":-11.734999656677246,"PosZ":45.49700164794922,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":170,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.819000244140625,"RotY":0.0,"PropID":102063,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":170,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_04_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.21599960327149,"PosY":-11.734999656677246,"PosZ":45.49700164794922,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":170,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_SR_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":170,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeChest_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":170,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":170,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-67.76000213623047,"PosY":0.820667028427124,"PosZ":72.5999984741211,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-77.80000305175781,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-72.33000183105469,"PosY":7.920000076293945,"PosZ":77.97000122070312,"RotY":202.3999938964844,"groupId":0},"5":{"ID":5,"PosX":-72.33000183105469,"PosY":7.920000076293945,"PosZ":77.97000122070312,"RotY":202.3999938964844,"groupId":0},"6":{"ID":6,"PosX":-75.25599670410156,"PosY":0.8899999856948853,"PosZ":52.90999984741211,"RotY":180.0,"groupId":0},"7":{"ID":7,"PosX":-73.86299896240233,"PosY":0.8899999856948853,"PosZ":52.90999984741211,"RotY":180.0,"groupId":0}}},"171":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":171,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.21599960327149,"PosY":-11.734999656677246,"PosZ":45.49700164794922,"RotY":180.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":171,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.819000244140625,"RotY":0.0,"PropID":102063,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":171,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_04_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_SR_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":171,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeMonster.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":171,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.31999969482422,"PosY":0.8206729888916016,"PosZ":75.52999877929688,"RotY":119.27999877929688,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":171,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":171,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":180.0,"PosX":-60.742000579833984,"PosY":-2.3450000286102295,"PosZ":45.49700164794922,"NPCMonsterID":8002010,"EventID":20211208,"groupId":171,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-67.76000213623047,"PosY":0.820667028427124,"PosZ":72.5999984741211,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-77.80000305175781,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-71.36000061035156,"PosY":7.570000171661377,"PosZ":79.25,"RotY":220.1999969482422,"groupId":0},"5":{"ID":5,"PosX":-75.99700164794922,"PosY":0.8899999856948853,"PosZ":52.90999984741211,"RotY":180.0,"groupId":0},"6":{"ID":6,"PosX":-73.66300201416016,"PosY":0.9319999814033508,"PosZ":52.814998626708984,"RotY":180.0,"groupId":0}}},"172":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":172,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.21599960327149,"PosY":-1.4989999532699585,"PosZ":45.49700164794922,"RotY":180.0,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":172,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.819000244140625,"RotY":0.0,"PropID":102063,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":172,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.21599960327149,"PosY":-11.734999656677246,"PosZ":45.49700164794922,"RotY":180.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":172,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_SR_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":172,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakePaper.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":172,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.25,"PosY":0.820667028427124,"PosZ":38.54999923706055,"RotY":85.18998718261719,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":172,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":172,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-67.76000213623047,"PosY":0.820667028427124,"PosZ":72.5999984741211,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-77.80000305175781,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-72.33000183105469,"PosY":7.920000076293945,"PosZ":77.97000122070312,"RotY":202.3999938964844,"groupId":0},"5":{"ID":5,"PosX":-72.33000183105469,"PosY":7.920000076293945,"PosZ":77.97000122070312,"RotY":202.3999938964844,"groupId":0},"6":{"ID":6,"PosX":-74.72599792480469,"PosY":0.8899999856948853,"PosZ":52.90999984741211,"RotY":180.0,"groupId":0}}},"173":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.21599960327149,"PosY":-11.734999656677246,"PosZ":45.49700164794922,"RotY":180.0,"PropID":60203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.819000244140625,"RotY":0.0,"PropID":102063,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_04_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.0,"PosY":0.8206679821014404,"PosZ":38.130001068115234,"RotY":119.27999877929688,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.62999725341797,"PosY":0.8706690073013306,"PosZ":49.66999816894531,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.26000213623047,"PosY":0.8206689953804016,"PosZ":45.0099983215332,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeNPC_SP01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeNPC_SP01_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.3949966430664,"PosY":1.0850859880447388,"PosZ":48.150001525878906,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_SR_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.56999969482422,"PosY":0.745576024055481,"PosZ":49.959999084472656,"RotY":0.0,"PropID":137,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_05_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-67.76000213623047,"PosY":0.820667028427124,"PosZ":72.5999984741211,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-77.80000305175781,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-71.36000061035156,"PosY":7.570000171661377,"PosZ":79.25,"RotY":220.1999969482422,"groupId":0},"5":{"ID":5,"PosX":-75.99700164794922,"PosY":0.8899999856948853,"PosZ":52.90999984741211,"RotY":180.0,"groupId":0},"6":{"ID":6,"PosX":-73.6780014038086,"PosY":0.8629999756813049,"PosZ":52.62799835205078,"RotY":180.0,"groupId":0}}},"174":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.21599960327149,"PosY":-11.734999656677246,"PosZ":45.49700164794922,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.819000244140625,"RotY":0.0,"PropID":102063,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_04_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_SR_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeNPC_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.3949966430664,"PosY":1.0850859880447388,"PosZ":51.756000518798835,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.48999786376953,"PosY":0.8706690073013306,"PosZ":49.91999816894531,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-67.76000213623047,"PosY":0.820667028427124,"PosZ":72.5999984741211,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-77.80000305175781,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-71.36000061035156,"PosY":7.570000171661377,"PosZ":79.25,"RotY":220.1999969482422,"groupId":0},"5":{"ID":5,"PosX":-75.99700164794922,"PosY":0.8899999856948853,"PosZ":52.90999984741211,"RotY":180.0,"groupId":0},"6":{"ID":6,"PosX":-73.6780014038086,"PosY":0.8410000205039978,"PosZ":52.62799835205078,"RotY":180.0,"groupId":0}}},"175":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":175,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.21599960327149,"PosY":-11.734999656677246,"PosZ":45.49700164794922,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":175,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"PropID":102063,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":175,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_04_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.25,"PosY":0.820667028427124,"PosZ":38.54999923706055,"RotY":85.18998718261719,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":175,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_SR_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":175,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeChest.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":175,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":175,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-67.76000213623047,"PosY":0.820667028427124,"PosZ":72.5999984741211,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-77.80000305175781,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-72.33000183105469,"PosY":7.920000076293945,"PosZ":77.97000122070312,"RotY":202.3999938964844,"groupId":0},"5":{"ID":5,"PosX":-72.33000183105469,"PosY":7.920000076293945,"PosZ":77.97000122070312,"RotY":202.3999938964844,"groupId":0},"6":{"ID":6,"PosX":-74.72599792480469,"PosY":0.8899999856948853,"PosZ":52.90999984741211,"RotY":180.0,"groupId":0}}},"177":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":177,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.21599960327149,"PosY":-11.734999656677246,"PosZ":45.49700164794922,"RotY":180.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":177,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"PropID":102063,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":177,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_04_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.3949966430664,"PosY":1.0850859880447388,"PosZ":51.756000518798835,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":177,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_SR_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":177,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeNPC_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":177,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":177,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.4800033569336,"PosY":0.8706690073013306,"PosZ":48.91999816894531,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":177,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-67.76000213623047,"PosY":0.820667028427124,"PosZ":72.5999984741211,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-77.80000305175781,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-71.36000061035156,"PosY":7.570000171661377,"PosZ":79.25,"RotY":220.1999969482422,"groupId":0},"5":{"ID":5,"PosX":-103.66300201416016,"PosY":0.7799999713897705,"PosZ":61.61100006103515,"RotY":0.0,"groupId":0},"6":{"ID":6,"PosX":-73.6780014038086,"PosY":0.843999981880188,"PosZ":52.62799835205078,"RotY":180.0,"groupId":0}}},"178":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":178,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.21599960327149,"PosY":-11.734999656677246,"PosZ":45.49700164794922,"RotY":180.0,"PropID":60203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":178,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"PropID":102063,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":178,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_04_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_SR_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":178,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeNPC_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":178,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.3949966430664,"PosY":1.0850859880447388,"PosZ":48.58000183105469,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":178,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.4800033569336,"PosY":0.8706690073013306,"PosZ":48.91999816894531,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":178,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":178,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-67.76000213623047,"PosY":0.820667028427124,"PosZ":72.5999984741211,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-77.80000305175781,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-71.36000061035156,"PosY":7.570000171661377,"PosZ":79.25,"RotY":220.1999969482422,"groupId":0},"5":{"ID":5,"PosX":-75.99700164794922,"PosY":0.8899999856948853,"PosZ":52.90999984741211,"RotY":180.0,"groupId":0},"6":{"ID":6,"PosX":-74.17500305175781,"PosY":0.8489999771118165,"PosZ":53.709999084472656,"RotY":134.0,"groupId":0},"7":{"ID":7,"PosX":-72.80400085449219,"PosY":0.8579999804496765,"PosZ":52.29800033569336,"RotY":314.20001220703125,"groupId":0}}},"184":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Chapter02_X201_MainMission_RoadBlock_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":184,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"186":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":47.71799850463867,"PosY":-1.3321000337600708,"PosZ":98.26000213623047,"RotY":270.0,"PropID":102037,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":186,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"187":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":48.68000030517578,"PosY":-2.8299999237060547,"PosZ":36.98699951171875,"RotY":180.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":187,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":49.76900100708008,"PosY":-2.877000093460083,"PosZ":34.91999816894531,"RotY":180.00010681152344,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":187,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"189":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":18.52199935913086,"PosY":6.0370001792907715,"PosZ":-132.46299743652344,"RotY":309.4523010253906,"PropID":3000,"AnchorID":1,"AnchorGroupID":189,"MappingInfoID":1409,"InitLevelGraph":"Config/Level/Maze/MazeProp/Maze_Prop_ChallengeRaid_NeedNPCID.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":189,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":17.5,"PosY":4.876643180847168,"PosZ":-131.1199951171875,"RotY":119.99990081787108,"groupId":0},"2":{"ID":2,"PosX":123.57589721679688,"PosY":47.70000076293945,"PosZ":-69.22595977783203,"RotY":205.85150146484375,"groupId":0},"3":{"ID":3,"PosX":17.5,"PosY":4.876643180847168,"PosZ":-131.1199951171875,"RotY":119.99990081787108,"groupId":0}}},"194":{"props":[],"npcs":[{"ID":400001,"PosX":-45.525150299072266,"PosY":2.1707329750061035,"PosZ":59.290000915527344,"Name":"NPC1","RotY":79.74140930175781,"NPCID":12178,"groupId":194,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"198":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.666999816894531,"PosY":-1.147284984588623,"PosZ":-5.46999979019165,"RotY":0.0,"PropID":102175,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":198,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_AirBlock_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"202":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.5890007019043,"PosY":2.913000106811523,"PosZ":42.39799880981445,"RotY":37.23643112182618,"PropID":102058,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":202,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_05_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.152999877929688,"PosY":2.937000036239624,"PosZ":42.09000015258789,"RotY":106.035400390625,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":202,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"225":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":1.0,"PosZ":9.045999526977539,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":225,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"226":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":54.29199981689453,"PosY":-3.009999990463257,"PosZ":-21.67200088500977,"RotY":270.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":59.2599983215332,"PosY":-3.440000057220459,"PosZ":0.05000000074505806,"RotY":90.0,"PropID":102053,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeChest_Raid20213.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":47.19300079345703,"PosY":-3.0,"PosZ":-14.970999717712402,"RotY":0.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":53.61000061035156,"PosY":-3.009999990463257,"PosZ":-20.079999923706055,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":53.79999923706055,"PosY":-3.009999990463257,"PosZ":-20.700000762939453,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_ChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":52.869998931884766,"PosY":-3.009999990463257,"PosZ":-10.670000076293944,"RotY":119.27999877929688,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-79.31999969482422,"PosY":0.8206729888916016,"PosZ":75.52999877929688,"Name":"NPC1","RotY":119.27999877929688,"NPCID":12244,"groupId":226,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-67.76000213623047,"PosY":0.820667028427124,"PosZ":72.5999984741211,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":60.209999084472656,"PosY":-3.630000114440918,"PosZ":-15.4399995803833,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":59.220001220703125,"PosY":-3.630000114440918,"PosZ":1.5700000524520874,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":50.27000045776367,"PosY":3.799999952316284,"PosZ":-29.299999237060547,"RotY":39.70000076293945,"groupId":0},"5":{"ID":5,"PosX":45.459999084472656,"PosY":-0.7900000214576721,"PosZ":-17.229999542236328,"RotY":90.0,"groupId":0}}},"227":{"props":[],"npcs":[],"monsters":[{"ID":200007,"RotY":90.0,"PosX":56.529998779296875,"PosY":2.151803970336914,"PosZ":116.97000122070312,"NPCMonsterID":8001050,"EventID":20211031,"groupId":227,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"228":{"props":[],"npcs":[],"monsters":[{"ID":200007,"RotY":90.0,"PosX":-17.950000762939453,"PosY":2.170638084411621,"PosZ":46.349998474121094,"NPCMonsterID":2022010,"EventID":20213001,"groupId":228,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":0.0,"PosX":-25.360000610351562,"PosY":2.1700000762939453,"PosZ":63.2599983215332,"NPCMonsterID":8001050,"EventID":20213002,"groupId":228,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":42.790000915527344,"PosY":-1.0744750499725342,"PosZ":-1.099998950958252,"NPCMonsterID":2023010,"EventID":20213004,"groupId":228,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":90.0,"PosX":24.70400047302246,"PosY":0.5860000252723694,"PosZ":-14.420000076293944,"NPCMonsterID":2022010,"EventID":20213003,"groupId":228,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"234":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.461050033569336,"PosY":3.9299159049987793,"PosZ":-64.81291198730469,"RotY":210.0,"PropID":808,"AnchorID":1,"AnchorGroupID":234,"MappingInfoID":1011,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_02.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":234,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-28.98200035095215,"PosY":3.9299149513244633,"PosZ":-65.71900177001953,"RotY":30.0,"groupId":0}}}}},"P20212_F20212001":{"teleports":{"1109":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":102.91000366210938,"PosY":-27.079999923706055,"PosZ":-152.14999389648438,"RotY":270.0,"PropID":702,"AnchorID":1,"AnchorGroupID":62,"MappingInfoID":1109,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"},"1206":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":26.62700080871582,"PosY":-31.054960250854492,"PosZ":-32.83700180053711,"RotY":0.0,"PropID":901,"AnchorID":1,"AnchorGroupID":38,"MappingInfoID":1206,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_02_Entity.json"},"10033":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":46.060001373291016,"PosY":-31.263050079345703,"PosZ":-137.77999877929688,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10046":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":152.60000610351565,"PosY":-28.12693977355957,"PosZ":-148.08999633789065,"RotY":-0.00036500001442618674,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_IconController.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":144,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10047":{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.54999923706055,"PosY":-29.516769409179688,"PosZ":-164.00599670410156,"RotY":45.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10050":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":36.0,"PosY":-31.212970733642575,"PosZ":-15.75,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_FinalGameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2021201":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":131.67999267578125,"PosY":8.00776481628418,"PosZ":2.059999942779541,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":1,"MappingInfoID":2021201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2021202":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":22.510000228881836,"PosY":-28.86627960205078,"PosZ":-58.119998931884766,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2021202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2021203":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":79.78800201416016,"PosY":-31.263080596923828,"PosZ":-125.38099670410156,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2021203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2021204":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":45.18000030517578,"PosY":-31.15448951721191,"PosZ":-97.93000030517578,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2021204,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":131.67999267578125,"PosY":8.00776481628418,"PosZ":2.059999942779541,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":1,"MappingInfoID":2021201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":22.510000228881836,"PosY":-28.86627960205078,"PosZ":-58.119998931884766,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2021202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":79.78800201416016,"PosY":-31.263080596923828,"PosZ":-125.38099670410156,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2021203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":45.18000030517578,"PosY":-31.15448951721191,"PosZ":-97.93000030517578,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2021204,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":133.29969787597656,"PosY":8.007755279541016,"PosZ":-1.4058760404586792,"RotY":204.77720642089844,"groupId":0},"2":{"ID":2,"PosX":25.209999084472656,"PosY":-28.866270065307617,"PosZ":-62.029998779296875,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":79.88999938964844,"PosY":-31.263059616088867,"PosZ":-118.80999755859376,"RotY":58.59122085571289,"groupId":0},"4":{"ID":4,"PosX":44.93000030517578,"PosY":-31.15449905395508,"PosZ":-90.23999786376953,"RotY":0.0,"groupId":0}}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":93.58999633789062,"PosY":-1.190000057220459,"PosZ":-45.29999923706055,"RotY":270.0,"PropID":102003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Elevator_01.json","State":"Elevator2","propStateList":["Elevator1","Elevator2","Elevator3"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Elevator_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":99.0999984741211,"PosY":0.6044350266456604,"PosZ":-39.70000076293945,"RotY":90.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":87.88099670410156,"PosY":-29.461759567260746,"PosZ":-49.525001525878906,"RotY":270.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":84.0199966430664,"PosY":-29.461769104003903,"PosZ":-45.34000015258789,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":93.58999633789062,"PosY":-1.190000057220459,"PosZ":-45.29999923706055,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":93.58999633789062,"PosY":-29.31999969482422,"PosZ":-45.29999923706055,"RotY":270.0,"groupId":0}}},"4":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":103.44989776611328,"PosY":5.354290008544922,"PosZ":-23.700000762939453,"RotY":90.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":64.70999908447266,"PosY":-31.169849395751953,"PosZ":-12.562999725341797,"RotY":180.0028076171875,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":54.9900016784668,"PosY":-27.16206932067871,"PosZ":-19.31999969482422,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.579999923706055,"PosY":-31.212919235229492,"PosZ":-58.08000183105469,"RotY":359.5168151855469,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.8199999332427974,"PosY":-35.952449798583984,"PosZ":-81.23999786376953,"RotY":295.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":34.25,"PosY":-31.225650787353516,"PosZ":-100.75,"RotY":89.99981689453125,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.228000164031982,"PosY":-31.098379135131836,"PosZ":-123.0469970703125,"RotY":90.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":39.52000045776367,"PosY":-31.108320236206055,"PosZ":-131.2100067138672,"RotY":270.00030517578125,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":64.87816619873047,"PosY":-31.263099670410156,"PosZ":-106.5500030517578,"RotY":90.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":36.10499954223633,"PosY":-34.24134826660156,"PosZ":-91.18000030517578,"RotY":180.0,"PropID":60203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.179999828338623,"PosY":-31.158830642700195,"PosZ":-110.51000213623048,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":97.10075378417967,"PosY":7.051272869110107,"PosZ":-16.688589096069336,"NPCMonsterID":8001040,"EventID":20212001,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":272.8357849121094,"PosX":128.63999938964844,"PosY":0.6044350266456604,"PosZ":-40.27000045776367,"NPCMonsterID":2022010,"EventID":20212002,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":270.0,"PosX":43.846981048583984,"PosY":-31.21295928955078,"PosZ":-19.712400436401367,"NPCMonsterID":2022010,"EventID":20212003,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":0.0,"PosX":7.670000076293945,"PosY":-31.14801025390625,"PosZ":-113.8000030517578,"NPCMonsterID":8002010,"EventID":20212011,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":189.74600219726565,"PosX":57.630001068115234,"PosY":-31.098329544067383,"PosZ":-132.13999938964844,"NPCMonsterID":2022010,"EventID":20212012,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":90.0,"PosX":131.5399932861328,"PosY":0.6044390201568604,"PosZ":-52.11589050292969,"NPCMonsterID":8001040,"EventID":20212051,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":180.0,"PosX":142.5045928955078,"PosY":-1.1485519409179688,"PosZ":-58.95500183105469,"NPCMonsterID":8002010,"EventID":20212052,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":270.0,"PosX":-7.930889129638672,"PosY":-31.15880012512207,"PosZ":-147.25599670410156,"NPCMonsterID":2022010,"EventID":20212053,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"32":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":114.0824966430664,"PosX":64.3499984741211,"PosY":-31.054960250854492,"PosZ":-33.709999084472656,"NPCMonsterID":2012010,"EventID":20212004,"groupId":32,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"33":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":129.73609924316406,"PosX":28.25,"PosY":-27.162010192871097,"PosZ":-5.800000190734863,"NPCMonsterID":2012010,"EventID":20212006,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":177.61900329589844,"PosX":48.529998779296875,"PosY":-27.162080764770508,"PosZ":-5.709994792938232,"NPCMonsterID":2011020,"EventID":20212005,"groupId":33,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"34":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-12.676010131835938,"PosY":-35.952430725097656,"PosZ":-88.16413116455078,"NPCMonsterID":2011010,"EventID":20212008,"groupId":34,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":227.4127960205078,"PosX":-3.669994115829468,"PosY":-35.95246124267578,"PosZ":-69.6500015258789,"NPCMonsterID":2012010,"EventID":20212009,"groupId":34,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":0.0,"PosX":5.400000095367432,"PosY":-35.952449798583984,"PosZ":-89.2300033569336,"NPCMonsterID":2012010,"EventID":20212010,"groupId":34,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":88.70999908447266,"PosY":5.394702911376953,"PosZ":-20.219999313354492,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":146.91000366210938,"PosY":2.265300989151001,"PosZ":-16.537630081176758,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":95.55000305175781,"PosY":0.6044120192527771,"PosZ":-30.030000686645508,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":37.68000030517578,"PosY":-31.212919235229492,"PosZ":-47.900001525878906,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":71.08999633789062,"PosY":-28.425689697265625,"PosZ":-4.179999828338623,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":44.179000854492195,"PosY":-31.212949752807617,"PosZ":-28.459999084472656,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":4.940000057220459,"PosY":-31.21293067932129,"PosZ":-39.54999923706055,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.800000190734863,"PosY":-35.95246124267578,"PosZ":-86.83999633789062,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":22.739999771118164,"PosY":-31.158889770507812,"PosZ":-73.18000030517578,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":52.08123016357422,"PosY":-34.24134063720703,"PosZ":-102.98639678955078,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":12.047160148620604,"PosY":-31.15877914428711,"PosZ":-156.7581024169922,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":39.9900016784668,"PosY":-28.569589614868164,"PosZ":-147.41000366210938,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":64.83000183105469,"PosY":-31.263059616088867,"PosZ":-147.1179962158203,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":95.88231658935547,"PosY":-28.13079071044922,"PosZ":-137.00999450683594,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":106.13999938964844,"PosY":-28.121049880981445,"PosZ":-89.12999725341797,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":22.350000381469727,"PosY":-27.162019729614254,"PosZ":-51.21158981323242,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.065349578857422,"PosY":-31.21293067932129,"PosZ":-45.76028060913086,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":102.8000030517578,"PosY":-28.13072967529297,"PosZ":-141.3300018310547,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":59.970001220703125,"PosY":-31.263010025024418,"PosZ":-156.3699951171875,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":150.6699981689453,"PosY":0.6044560074806213,"PosZ":-51.887088775634766,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":32.13999938964844,"PosY":-31.21295928955078,"PosZ":-17.78445053100586,"RotY":90.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":26.62700080871582,"PosY":-31.054960250854492,"PosZ":-32.83700180053711,"RotY":0.0,"PropID":901,"AnchorID":1,"AnchorGroupID":38,"MappingInfoID":1206,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":28.31999969482422,"PosY":-31.222000122070312,"PosZ":-32.81999969482422,"RotY":269.9999084472656,"groupId":0}}},"40":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":18.77400016784668,"PosY":-31.10887908935547,"PosZ":-95.74700164794922,"RotY":180.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":22.79800033569336,"PosY":-31.15888023376465,"PosZ":-98.7300033569336,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"43":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":33.5099983215332,"PosY":-31.212940216064453,"PosZ":-20.940000534057617,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.509999990463257,"PosY":-31.212940216064453,"PosZ":-20.55900001525879,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.509999990463257,"PosY":-31.212940216064453,"PosZ":-20.55900001525879,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":5.130000114440918,"PosY":-28.053930282592773,"PosZ":-22.979999542236328,"RotY":117.10140228271484,"groupId":0}}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":31.632129669189453,"PosY":-34.24134063720703,"PosZ":-92.465087890625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":44.86000061035156,"PosY":-34.24134063720703,"PosZ":-92.465087890625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":23.88999938964844,"PosY":-31.15888023376465,"PosZ":-93.33999633789062,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":30.479999542236328,"PosY":-34.24135971069336,"PosZ":-73.53199768066406,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":43.0629997253418,"PosY":-31.154510498046875,"PosZ":-94.5790023803711,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":37.52899932861328,"PosY":-34.24135971069336,"PosZ":-73.60800170898438,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":35.65999984741211,"PosY":-29.15999984741211,"PosZ":-81.33000183105469,"RotY":32.11867904663086,"groupId":0},"2":{"ID":2,"PosX":33.77000045776367,"PosY":-29.15999984741211,"PosZ":-91.9800033569336,"RotY":207.3000030517578,"groupId":0},"3":{"ID":3,"PosX":20.25,"PosY":-31.38999938964844,"PosZ":-88.12999725341797,"RotY":217.431396484375,"groupId":0},"4":{"ID":4,"PosX":42.83000183105469,"PosY":-29.15999984741211,"PosZ":-86.26000213623047,"RotY":64.37262725830078,"groupId":0},"5":{"ID":5,"PosX":20.17099952697754,"PosY":-31.158859252929688,"PosZ":-89.14399719238281,"RotY":95.88996124267578,"groupId":0},"6":{"ID":6,"PosX":43.560001373291016,"PosY":-29.15999984741211,"PosZ":-101.77999877929688,"RotY":272.4419860839844,"groupId":0},"7":{"ID":7,"PosX":32.63999938964844,"PosY":-29.15999984741211,"PosZ":-80.22000122070312,"RotY":216.80459594726565,"groupId":0},"8":{"ID":8,"PosX":32.90999984741211,"PosY":-29.15999984741211,"PosZ":-82.20999908447266,"RotY":78.49793243408203,"groupId":0}}},"45":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":30.030000686645508,"PosY":-31.162919998168945,"PosZ":-39.35100173950195,"RotY":269.57769775390625,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":61.2859992980957,"PosY":-34.209999084472656,"PosZ":-80.65899658203125,"RotY":269.5776062011719,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":65.68699645996094,"PosY":-31.21299934387207,"PosZ":-100.27899932861328,"RotY":359.5776062011719,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.866000175476074,"PosY":-31.108840942382812,"PosZ":-143.54400634765625,"RotY":359.5776062011719,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":66.34300231933594,"PosY":-31.22800064086914,"PosZ":-139.8979949951172,"RotY":89.57766723632812,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":26.760000228881836,"PosY":-31.21293067932129,"PosZ":-40.96500015258789,"RotY":269.9999084472656,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":69.12000274658203,"PosY":-34.24134063720703,"PosZ":-91.44200134277344,"RotY":-1.9999999949504854e-6,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.33199977874756,"PosY":-31.15884017944336,"PosZ":-141.718994140625,"RotY":-1.9999999949504854e-6,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":68.33999633789062,"PosY":-31.263099670410156,"PosZ":-137.57000732421875,"RotY":90.00003814697266,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.134200096130373,"PosY":-29.511640548706055,"PosZ":-122.86049652099608,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.741999626159668,"PosY":-31.158849716186523,"PosZ":-130.40499877929688,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-13.609999656677246,"PosY":-28.146629333496097,"PosZ":-127.40000152587892,"RotY":37.504539489746094,"groupId":0}}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":55.247501373291016,"PosY":-31.263120651245117,"PosZ":-123.94270324707033,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":59.08000183105469,"PosY":-31.263120651245117,"PosZ":-123.57599639892578,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":55.349998474121094,"PosY":-28.253110885620117,"PosZ":-123.6999969482422,"RotY":304.6481018066406,"groupId":0}}},"51":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":97.10075378417967,"PosY":7.051272869110107,"PosZ":-16.688589096069336,"NPCMonsterID":8001040,"EventID":20212101,"groupId":51,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":272.8357849121094,"PosX":128.63999938964844,"PosY":0.6044350266456604,"PosZ":-40.27000045776367,"NPCMonsterID":2022010,"EventID":20212102,"groupId":51,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":90.0,"PosX":109.26000213623048,"PosY":0.7062050104141235,"PosZ":-35.619998931884766,"NPCMonsterID":8002010,"EventID":20212115,"groupId":51,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":270.0,"PosX":43.689998626708984,"PosY":-31.21295928955078,"PosZ":-19.50843048095703,"NPCMonsterID":2022010,"EventID":20212103,"groupId":51,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":114.0824966430664,"PosX":44.06941986083984,"PosY":-27.16206932067871,"PosZ":-7.142913818359375,"NPCMonsterID":2012010,"EventID":20212104,"groupId":51,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":227.4127960205078,"PosX":47.59000015258789,"PosY":-27.16206932067871,"PosZ":-6.179999828338623,"NPCMonsterID":2011010,"EventID":20212105,"groupId":51,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":120.0,"PosX":27.959999084472656,"PosY":-27.16206932067871,"PosZ":-5.170000076293945,"NPCMonsterID":2011020,"EventID":20212106,"groupId":51,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":0.0,"PosX":5.349999904632568,"PosY":-31.021650314331055,"PosZ":-58.22999954223633,"NPCMonsterID":2022010,"EventID":20212107,"groupId":51,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":120.0,"PosX":2.5611109733581543,"PosY":-35.952449798583984,"PosZ":-80.60624694824219,"NPCMonsterID":2012010,"EventID":20212109,"groupId":51,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":227.4127960205078,"PosX":8.959999084472656,"PosY":-35.952449798583984,"PosZ":-79.05999755859375,"NPCMonsterID":2012010,"EventID":20212110,"groupId":51,"IsDelete":false,"IsClientOnly":false},{"ID":200014,"RotY":336.4172058105469,"PosX":8.1899995803833,"PosY":-35.952449798583984,"PosZ":-88.0,"NPCMonsterID":2012010,"EventID":20212111,"groupId":51,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":0.0,"PosX":7.670000076293945,"PosY":-31.14801025390625,"PosZ":-113.8000030517578,"NPCMonsterID":8002010,"EventID":20212112,"groupId":51,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":189.74600219726565,"PosX":10.784720420837402,"PosY":-31.098329544067383,"PosZ":-129.9824981689453,"NPCMonsterID":2022010,"EventID":20212113,"groupId":51,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":0.0,"PosX":59.9900016784668,"PosY":-31.263090133666992,"PosZ":-139.36000061035156,"NPCMonsterID":8002010,"EventID":20212114,"groupId":51,"IsDelete":false,"IsClientOnly":false},{"ID":200015,"RotY":90.0,"PosX":131.5399932861328,"PosY":0.6044390201568604,"PosZ":-52.11589050292969,"NPCMonsterID":2022010,"EventID":20212151,"groupId":51,"IsDelete":false,"IsClientOnly":false},{"ID":200016,"RotY":180.0,"PosX":142.5045928955078,"PosY":-1.1485519409179688,"PosZ":-58.95500183105469,"NPCMonsterID":8002010,"EventID":20212152,"groupId":51,"IsDelete":false,"IsClientOnly":false},{"ID":200017,"RotY":270.0,"PosX":-7.930889129638672,"PosY":-31.15880012512207,"PosZ":-147.25599670410156,"NPCMonsterID":2022010,"EventID":20212153,"groupId":51,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"62":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":102.91000366210938,"PosY":-27.079999923706055,"PosZ":-152.14999389648438,"RotY":270.0,"PropID":702,"AnchorID":1,"AnchorGroupID":62,"MappingInfoID":1109,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":102.91000366210938,"PosY":-28.007999420166016,"PosZ":-152.14999389648438,"NPCMonsterID":2023011,"EventID":101209,"groupId":62,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":102.63999938964844,"PosY":-28.136999130249023,"PosZ":-146.22000122070312,"RotY":180.0,"groupId":0}}},"63":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":114.81999969482422,"PosY":0.604436993598938,"PosZ":-58.20000076293945,"RotY":90.0,"PropID":60203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":114.81999969482422,"PosY":0.604436993598938,"PosZ":-58.20000076293945,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":118.5,"PosY":0.6937490105628967,"PosZ":-58.22999954223633,"NPCMonsterID":2023010,"EventID":20212231,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":46.060001373291016,"PosY":-31.263050079345703,"PosZ":-137.77999877929688,"RotY":90.0,"PropID":60203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":46.060001373291016,"PosY":-31.263050079345703,"PosZ":-137.77999877929688,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":48.08000183105469,"PosY":-31.263050079345703,"PosZ":-143.44000244140625,"NPCMonsterID":2013010,"EventID":20212232,"groupId":64,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"76":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":74.17376708984375,"PosY":-34.24134063720703,"PosZ":-86.6873779296875,"NPCMonsterID":8002040,"EventID":20212120,"groupId":76,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"81":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":56.279998779296875,"PosY":-29.459999084472656,"PosZ":-39.45000076293945,"RotY":43.63684844970703,"PropID":3001,"AnchorID":1,"AnchorGroupID":64,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid1_Entrance_Prop.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":61.5,"PosY":-29.459999084472656,"PosZ":-44.189998626708984,"RotY":191.63999938964844,"groupId":0},"2":{"ID":2,"PosX":-96.04000091552734,"PosY":0.9079999923706055,"PosZ":-56.77799987792969,"RotY":345.78240966796875,"groupId":0}}},"82":{"props":[{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":18.790000915527344,"PosY":-31.158830642700195,"PosZ":-127.05999755859376,"RotY":270.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":72.91000366210938,"PosY":-31.212919235229492,"PosZ":-49.529998779296875,"RotY":180.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"91":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":59.119998931884766,"PosY":-34.24134826660156,"PosZ":-84.42400360107422,"RotY":89.99993896484375,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"92":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":59.119998931884766,"PosY":-34.24134826660156,"PosZ":-84.42400360107422,"RotY":89.99993896484375,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"104":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":79.37999725341797,"PosY":-31.32699966430664,"PosZ":-137.35000610351565,"RotY":46.57144927978515,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":176.5290069580078,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/Attack/LogisticsRobot_Demo_Attack_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":13.0420503616333,"PosY":-31.158790588378903,"PosZ":-143.41000366210938,"RotY":90.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":12.75897979736328,"PosY":-31.15877914428711,"PosZ":-144.60260009765625,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_FinalGameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":76.44544219970702,"PosY":2.2312750816345215,"PosZ":64.16654968261719,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":320.0212097167969,"PosX":80.66162872314453,"PosY":-31.25621032714844,"PosZ":-139.22760009765625,"NPCMonsterID":2022010,"EventID":20212251,"groupId":104,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":350.7994079589844,"PosX":78.37069702148438,"PosY":-31.25621032714844,"PosZ":-139.6020050048828,"NPCMonsterID":2022010,"EventID":20212252,"groupId":104,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":265.14520263671875,"PosX":81.39292907714844,"PosY":-31.25621032714844,"PosZ":-137.04029846191406,"NPCMonsterID":8002010,"EventID":20212253,"groupId":104,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"105":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":39.80500030517578,"PosY":-27.357419967651367,"PosZ":28.43000030517578,"RotY":135.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":39.80500030517578,"PosY":-27.357419967651367,"PosZ":28.43000030517578,"RotY":135.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":39.80500030517578,"PosY":-27.357419967651367,"PosZ":28.43000030517578,"RotY":135.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":39.80500030517578,"PosY":-27.357419967651367,"PosZ":28.43000030517578,"RotY":135.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"106":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":60.5099983215332,"PosY":-29.461769104003903,"PosZ":-43.939998626708984,"RotY":135.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":60.5099983215332,"PosY":-29.461769104003903,"PosZ":-43.939998626708984,"RotY":135.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":60.5099983215332,"PosY":-29.461769104003903,"PosZ":-43.939998626708984,"RotY":135.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":60.5099983215332,"PosY":-29.461769104003903,"PosZ":-43.939998626708984,"RotY":135.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":60.5099983215332,"PosY":-29.461769104003903,"PosZ":-43.939998626708984,"RotY":135.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Waypoint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"107":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.54999923706055,"PosY":-29.516769409179688,"PosZ":-164.00599670410156,"RotY":45.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.54999923706055,"PosY":-29.516769409179688,"PosZ":-164.00599670410156,"RotY":45.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.54999923706055,"PosY":-29.516769409179688,"PosZ":-164.00599670410156,"RotY":45.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.54999923706055,"PosY":-29.516769409179688,"PosZ":-164.00599670410156,"RotY":45.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"108":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":39.80500030517578,"PosY":-27.357419967651367,"PosZ":28.43000030517578,"RotY":135.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Advanced_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":39.80500030517578,"PosY":-27.357419967651367,"PosZ":28.43000030517578,"RotY":135.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":39.80500030517578,"PosY":-27.357419967651367,"PosZ":28.43000030517578,"RotY":135.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":39.80500030517578,"PosY":-27.357419967651367,"PosZ":28.43000030517578,"RotY":135.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"109":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":60.5099983215332,"PosY":-29.461769104003903,"PosZ":-43.939998626708984,"RotY":135.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Advanced_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":60.5099983215332,"PosY":-29.461769104003903,"PosZ":-43.939998626708984,"RotY":135.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":60.5099983215332,"PosY":-29.461769104003903,"PosZ":-43.939998626708984,"RotY":135.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":60.5099983215332,"PosY":-29.461769104003903,"PosZ":-43.939998626708984,"RotY":135.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":60.5099983215332,"PosY":-29.461769104003903,"PosZ":-43.939998626708984,"RotY":135.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Waypoint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"110":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.54999923706055,"PosY":-29.516769409179688,"PosZ":-164.00599670410156,"RotY":45.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Advanced_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.54999923706055,"PosY":-29.516769409179688,"PosZ":-164.00599670410156,"RotY":45.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.54999923706055,"PosY":-29.516769409179688,"PosZ":-164.00599670410156,"RotY":45.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.54999923706055,"PosY":-29.516769409179688,"PosZ":-164.00599670410156,"RotY":45.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"111":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.588249206542969,"PosY":-31.212970733642575,"PosZ":-9.891517639160156,"RotY":180.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":111,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":111,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.588249206542969,"PosY":-31.212970733642575,"PosZ":-9.891517639160156,"RotY":180.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":111,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":40.0,"PosX":-8.84000015258789,"PosY":-31.21295928955078,"PosZ":-13.970000267028809,"NPCMonsterID":2012010,"EventID":20212233,"groupId":111,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":340.0,"PosX":-4.5329670906066895,"PosY":-31.212970733642575,"PosZ":-14.086440086364746,"NPCMonsterID":2012010,"EventID":20212234,"groupId":111,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"112":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":225.0,"PosX":42.7400016784668,"PosY":-28.569580078125,"PosZ":-147.86000061035156,"NPCMonsterID":2022020,"EventID":20222204,"groupId":112,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"113":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":138.01100158691406,"PosY":8.00772476196289,"PosZ":5.940000057220459,"RotY":180.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":135.1300048828125,"PosY":6.611999988555908,"PosZ":12.289999961853027,"RotY":180.00010681152344,"PropID":102054,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":131.77000427246094,"PosY":0.10999999940395357,"PosZ":4.570000171661377,"RotY":180.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":138.01100158691406,"PosY":8.00772476196289,"PosZ":5.940000057220459,"RotY":180.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_WayPoint_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":148.1269989013672,"PosY":6.866000175476074,"PosZ":11.267999649047852,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_HideSceneProp.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_HideShip.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeChest.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":135.1300048828125,"PosY":6.611999988555908,"PosZ":12.289999961853027,"RotY":180.00010681152344,"groupId":0},"2":{"ID":2,"PosX":180.1300048828125,"PosY":6.611999988555908,"PosZ":12.289999961853027,"RotY":180.00010681152344,"groupId":0},"3":{"ID":3,"PosX":138.5800018310547,"PosY":10.369999885559082,"PosZ":6.329999923706055,"RotY":60.000038146972656,"groupId":0},"4":{"ID":4,"PosX":131.8699951171875,"PosY":8.779999732971191,"PosZ":5.139999866485596,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":131.77000427246094,"PosY":8.057999610900879,"PosZ":12.390000343322754,"RotY":180.0,"groupId":0}}},"114":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.199999809265137,"PosY":-29.441490173339844,"PosZ":-166.1820068359375,"RotY":-0.00019799999427050352,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.430000066757202,"PosY":-30.735000610351562,"PosZ":-172.69000244140625,"RotY":180.00010681152344,"PropID":102063,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.690000057220459,"PosY":-34.78799819946289,"PosZ":-163.66000366210938,"RotY":180.00010681152344,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.199999809265137,"PosY":-29.441490173339844,"PosZ":-166.1820068359375,"RotY":-0.00019799999427050352,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":180.00010681152344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_WayPoint_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.699999809265136,"PosY":-30.992000579833984,"PosZ":-171.90199279785156,"RotY":179.99949645996094,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_HideSceneProp.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_HideShip.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeChest.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-2.430000066757202,"PosY":-30.735000610351562,"PosZ":-172.69000244140625,"RotY":180.00010681152344,"groupId":0},"2":{"ID":2,"PosX":42.56999969482422,"PosY":-30.735000610351562,"PosZ":-172.69000244140625,"RotY":180.00010681152344,"groupId":0},"3":{"ID":3,"PosX":-5.730000019073486,"PosY":-27.229999542236328,"PosZ":-167.4600067138672,"RotY":120.00009918212892,"groupId":0},"4":{"ID":4,"PosX":-5.730000019073486,"PosY":-28.530000686645508,"PosZ":-165.22000122070312,"RotY":180.0,"groupId":0},"5":{"ID":5,"PosX":-5.691999912261963,"PosY":-29.31599998474121,"PosZ":-172.81300354003906,"RotY":180.00010681152344,"groupId":0}}},"121":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":144.97140502929688,"PosY":-28.12696075439453,"PosZ":-117.96549987792967,"RotY":-0.00019799999427050352,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":121,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":152.10000610351565,"PosY":-29.440000534057617,"PosZ":-123.9800033569336,"RotY":180.00010681152344,"PropID":102063,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":121,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":140.97000122070312,"PosY":-29.8700008392334,"PosZ":-69.63999938964844,"RotY":180.00010681152344,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":121,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":144.97140502929688,"PosY":-28.12696075439453,"PosZ":-117.96549987792967,"RotY":-0.00019799999427050352,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":121,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":180.00010681152344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_WayPoint_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":121,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":146.8459014892578,"PosY":-27.95299911499023,"PosZ":-123.11499786376952,"RotY":179.99949645996094,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_HideSceneProp.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":121,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_HideShip.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":121,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeChest.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":121,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":152.10000610351565,"PosY":-29.440000534057617,"PosZ":-123.9800033569336,"RotY":180.00010681152344,"groupId":0},"2":{"ID":2,"PosX":197.10000610351565,"PosY":-29.440000534057617,"PosZ":-123.9800033569336,"RotY":180.00010681152344,"groupId":0},"3":{"ID":3,"PosX":147.07000732421875,"PosY":-25.700000762939453,"PosZ":-118.29000091552734,"RotY":120.0001983642578,"groupId":0},"4":{"ID":4,"PosX":148.8300018310547,"PosY":-27.219999313354492,"PosZ":-116.56999969482422,"RotY":180.00010681152344,"groupId":0},"5":{"ID":5,"PosX":148.83900451660156,"PosY":-27.993999481201172,"PosZ":-124.11000061035156,"RotY":180.00010681152344,"groupId":0}}},"122":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":144.65199279785156,"PosY":-28.12693977355957,"PosZ":-142.38900756835938,"RotY":179.99969482421875,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":122,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":152.05999755859375,"PosY":-29.479999542236328,"PosZ":-136.4600067138672,"RotY":180.00010681152344,"PropID":102054,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":122,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":109.59999847412108,"PosY":-35.97999954223633,"PosZ":-145.16000366210938,"RotY":180.00010681152344,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":122,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":144.65199279785156,"PosY":-28.12693977355957,"PosZ":-142.38900756835938,"RotY":179.99969482421875,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":122,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":180.00010681152344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_WayPoint_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":122,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":141.25,"PosY":-29.770000457763672,"PosZ":-134.88999938964844,"RotY":0.003938000183552504,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_HideSceneProp.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":122,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_HideShip.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":122,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeChest.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":122,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":152.05999755859375,"PosY":-29.479999542236328,"PosZ":-136.4600067138672,"RotY":180.00010681152344,"groupId":0},"2":{"ID":2,"PosX":197.05999755859375,"PosY":-29.479999542236328,"PosZ":-136.4600067138672,"RotY":180.00010681152344,"groupId":0},"3":{"ID":3,"PosX":147.55999755859375,"PosY":-25.700000762939453,"PosZ":-142.89999389648438,"RotY":60.00030899047851,"groupId":0},"4":{"ID":4,"PosX":148.8300018310547,"PosY":-27.219999313354492,"PosZ":-143.86000061035156,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":148.76400756835938,"PosY":-28.034000396728516,"PosZ":-136.2790069580078,"RotY":180.00010681152344,"groupId":0}}},"125":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":36.0,"PosY":-31.212970733642575,"PosZ":-15.75,"RotY":0.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.420639991760254,"PosY":-31.215999603271484,"PosZ":-62.724468231201165,"RotY":131.4687042236328,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/Follow/LogisticsRobot_Demo_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":36.0,"PosY":-31.212970733642575,"PosZ":-15.75,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_FinalGameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-48.14929962158203,"PosY":6.964238166809082,"PosZ":-69.9174575805664,"RotY":180.0,"groupId":0}}},"127":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":68.2699966430664,"PosY":-34.241329193115234,"PosZ":-80.36000061035156,"RotY":270.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":68.2699966430664,"PosY":-34.241329193115234,"PosZ":-80.36000061035156,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_ChestWaypointControl_Lock.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"134":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":63.91999816894531,"PosY":-24.08042907714844,"PosZ":-24.459999084472656,"RotY":79.8863983154297,"PropID":102081,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoBoat_Broken_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Main.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":36.689998626708984,"PosY":-26.219999313354492,"PosZ":-7.000003814697266,"RotY":0.0,"PropID":121,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_PhotoFrame_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":51.97999954223633,"PosY":-25.780000686645508,"PosZ":-49.349998474121094,"RotY":0.0,"PropID":121,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_PhotoFrame_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":48.40999984741211,"PosY":-31.212949752807617,"PosZ":-27.3799991607666,"RotY":0.0,"groupId":0}}},"136":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Main.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":136,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"137":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.270000457763672,"PosY":-31.212919235229492,"PosZ":-49.029998779296875,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":137,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":120.0,"PosX":-13.270000457763672,"PosY":-31.212919235229492,"PosZ":-49.029998779296875,"NPCMonsterID":2011020,"EventID":20212106,"groupId":137,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"138":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.270000457763672,"PosY":-31.21293067932129,"PosZ":-49.029998779296875,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":120.0,"PosX":-13.270000457763672,"PosY":-31.212919235229492,"PosZ":-49.029998779296875,"NPCMonsterID":2011020,"EventID":20212106,"groupId":138,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"139":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":120.0,"PosX":144.65199279785156,"PosY":-28.12693977355957,"PosZ":-145.88999938964844,"NPCMonsterID":2011020,"EventID":20212106,"groupId":139,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"144":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":152.60000610351565,"PosY":-28.12693977355957,"PosZ":-148.08999633789065,"RotY":-0.00036500001442618674,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":144,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":148.7100067138672,"PosY":-30.5,"PosZ":-147.8699951171875,"RotY":180.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":144,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":197.05999755859375,"PosY":-29.485000610351562,"PosZ":-154.22999572753906,"RotY":180.0,"PropID":102063,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":144,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_04_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":144,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeMonster.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":144,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":148.77999877929688,"PosY":-28.12693977355957,"PosZ":-145.47000122070312,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":144,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":152.60000610351565,"PosY":-28.12693977355957,"PosZ":-148.08999633789065,"RotY":-0.00036500001442618674,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_IconController.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":144,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":0.0,"PosX":148.7100067138672,"PosY":-30.770000457763672,"PosZ":-147.29200744628906,"NPCMonsterID":2022050,"EventID":20220203,"groupId":144,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":145.17599487304688,"PosY":-26.15999984741211,"PosZ":-147.2729949951172,"RotY":120.0,"groupId":0},"2":{"ID":2,"PosX":197.05999755859375,"PosY":-29.485000610351562,"PosZ":-154.22999572753906,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":152.05999755859375,"PosY":-29.485000610351562,"PosZ":-154.22999572753906,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":148.67599487304688,"PosY":-26.90999984741211,"PosZ":-147.2729949951172,"RotY":180.0,"groupId":0},"5":{"ID":5,"PosX":148.7100067138672,"PosY":-30.5,"PosZ":-147.8699951171875,"RotY":180.0,"groupId":0},"6":{"ID":6,"PosX":148.7899932861328,"PosY":-28.038679122924805,"PosZ":-154.29200744628906,"RotY":0.0,"groupId":0},"7":{"ID":7,"PosX":149.8800048828125,"PosY":-28.12693977355957,"PosZ":-148.16000366210938,"RotY":195.0,"groupId":0},"8":{"ID":8,"PosX":152.60000610351565,"PosY":-25.899999618530273,"PosZ":-148.08999633789065,"RotY":0.0,"groupId":0}}}}},"P20213_F20213001":{"teleports":{"2102":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":76.01000213623047,"PosY":2.531280040740967,"PosZ":101.59739685058594,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},"10046":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":53.61000061035156,"PosY":-3.009999990463257,"PosZ":-20.079999923706055,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":23.96699905395508,"PosY":-1.116000056266785,"PosZ":6.889999866485596,"RotY":0.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.43000030517578,"PosY":2.1700000762939453,"PosZ":39.029998779296875,"RotY":90.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":18.75,"PosY":-1.3300000429153442,"PosZ":88.5,"RotY":90.0,"PropID":3002,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":76.01000213623047,"PosY":2.531280040740967,"PosZ":101.59739685058594,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":80.81999969482422,"PosY":2.2136199474334717,"PosZ":96.80999755859376,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":23.479999542236328,"PosY":-1.1200000047683716,"PosZ":10.3100004196167,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":-13.869999885559082,"PosY":2.1700000762939453,"PosZ":38.369998931884766,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":22.06999969482422,"PosY":-1.3300000429153442,"PosZ":88.9800033569336,"RotY":180.0,"groupId":0}}},"12":{"props":[{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":4.359000205993652,"PosY":-1.0850000381469729,"PosZ":-0.6990000009536743,"RotY":0.0,"PropID":102013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/X12DemoGraph/Conveyor_Gameplay_Controller_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Conveyor_Console_Double_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.940000057220459,"PosY":-1.1200000047683716,"PosZ":-14.529999732971191,"RotY":90.0,"PropID":102013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/X12DemoGraph/Conveyor_Gameplay_Controller_02.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Conveyor_Console_Double_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":7.869965076446533,"PosY":2.142549991607666,"PosZ":68.81999969482422,"RotY":90.0,"PropID":102013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/X12DemoGraph/Conveyor_Gameplay_Controller_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Conveyor_Console_Double_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":11.128999710083008,"PosY":-1.0850000381469729,"PosZ":-0.7870000004768372,"RotY":0.0,"PropID":102013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/X12DemoGraph/Conveyor_Gameplay_Controller_02.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Conveyor_Console_Double_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":26.530000686645508,"PosY":0.5860000252723694,"PosZ":-14.286999702453612,"RotY":270.0,"PropID":102014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/X12DemoGraph/Conveyor_Gameplay_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Conveyor_Console_Triple_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-7.199999809265137,"PosY":-0.44999998807907104,"PosZ":-3.559999942779541,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-7.199999809265137,"PosY":-0.44999998807907104,"PosZ":-0.5600000023841858,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":3.839999914169311,"PosY":5.28000020980835,"PosZ":61.5,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":3.839999914169311,"PosY":5.28000020980835,"PosZ":64.5,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":17.809999465942383,"PosY":-2.759999990463257,"PosZ":-6.269999980926514,"RotY":0.0,"groupId":0},"7":{"ID":7,"PosX":14.8100004196167,"PosY":-2.759999990463257,"PosZ":-6.269999980926514,"RotY":0.0,"groupId":0},"8":{"ID":8,"PosX":33.70000076293945,"PosY":-11.699999809265137,"PosZ":-16.399999618530273,"RotY":0.0,"groupId":0},"9":{"ID":9,"PosX":33.70000076293945,"PosY":-11.699999809265137,"PosZ":-19.399999618530273,"RotY":0.0,"groupId":0},"10":{"ID":10,"PosX":33.70000076293945,"PosY":-11.699999809265137,"PosZ":-22.399999618530273,"RotY":0.0,"groupId":0}}},"13":{"props":[],"npcs":[],"monsters":[{"ID":200007,"RotY":90.0,"PosX":56.529998779296875,"PosY":2.151803970336914,"PosZ":116.97000122070312,"NPCMonsterID":8001050,"EventID":20211031,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.9135000705718994,"PosY":2.2799999713897705,"PosZ":73.68000030517578,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":7.936999797821045,"PosY":2.2458291053771973,"PosZ":68.87699890136719,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":4.039999961853027,"PosY":5.28000020980835,"PosZ":63.974998474121094,"RotY":211.8791046142578,"groupId":0}}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.03999999910593033,"PosY":0.009999999776482582,"PosZ":0.2300000041723251,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.21999979019165,"PosY":-1.117737054824829,"PosZ":-14.279999732971191,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-7.380000114440918,"PosY":2.059999942779541,"PosZ":-5.570000171661377,"RotY":252.27940368652344,"groupId":0}}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.5600000023841858,"PosY":0.05492199957370758,"PosZ":-0.032409001141786575,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.350000023841858,"PosY":-1.0849030017852783,"PosZ":-0.7699999809265136,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":11.350000381469728,"PosY":-1.084902048110962,"PosZ":-0.8199999928474425,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":5.739999771118164,"PosY":-1.1200000047683716,"PosZ":-7.989999771118165,"RotY":133.27960205078125,"groupId":0},"2":{"ID":2,"PosX":7.75,"PosY":-1.2065240144729614,"PosZ":-7.559999942779541,"RotY":174.289306640625,"groupId":0}}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.3799999952316284,"PosY":0.0,"PosZ":-2.9200000762939453,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":26.799999237060547,"PosY":0.585860013961792,"PosZ":-14.229999542236328,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":27.43000030517578,"PosY":0.5860000252723694,"PosZ":-5.199999809265137,"RotY":13.644339561462402,"groupId":0}}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":40.41999816894531,"PosY":9.10099983215332,"PosZ":175.97999572753906,"RotY":179.99989318847656,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":12.0600004196167,"PosY":9.10099983215332,"PosZ":88.63500213623047,"RotY":180.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":71.08000183105469,"PosY":2.2300000190734863,"PosZ":74.31999969482422,"RotY":269.99951171875,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"41":{"props":[],"npcs":[],"monsters":[{"ID":200007,"RotY":90.0,"PosX":-17.950000762939453,"PosY":2.170638084411621,"PosZ":46.349998474121094,"NPCMonsterID":2022010,"EventID":20213001,"groupId":41,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":0.0,"PosX":-25.360000610351562,"PosY":2.1700000762939453,"PosZ":63.2599983215332,"NPCMonsterID":8001050,"EventID":20213002,"groupId":41,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":42.790000915527344,"PosY":-1.0744750499725342,"PosZ":-1.099998950958252,"NPCMonsterID":2023010,"EventID":20213004,"groupId":41,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":90.0,"PosX":24.70400047302246,"PosY":0.5860000252723694,"PosZ":-14.420000076293944,"NPCMonsterID":2022010,"EventID":20213003,"groupId":41,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"45":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":48.65999984741211,"PosY":-2.8299999237060547,"PosZ":36.98699951171875,"RotY":180.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":49.76900100708008,"PosY":-2.877000093460083,"PosZ":34.91999816894531,"RotY":180.00010681152344,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":54.29199981689453,"PosY":-3.009999990463257,"PosZ":-21.67200088500977,"RotY":270.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":59.2599983215332,"PosY":-3.440000057220459,"PosZ":0.05000000074505806,"RotY":90.0,"PropID":102053,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeChest_Raid20213.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":47.19300079345703,"PosY":-3.0,"PosZ":-14.970999717712402,"RotY":0.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":53.61000061035156,"PosY":-3.009999990463257,"PosZ":-20.079999923706055,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":53.79999923706055,"PosY":-3.009999990463257,"PosZ":-20.700000762939453,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_ChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":52.869998931884766,"PosY":-3.009999990463257,"PosZ":-10.670000076293944,"RotY":119.27999877929688,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-79.31999969482422,"PosY":0.8206729888916016,"PosZ":75.52999877929688,"Name":"NPC1","RotY":119.27999877929688,"NPCID":12244,"groupId":51,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-67.76000213623047,"PosY":0.820667028427124,"PosZ":72.5999984741211,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":60.209999084472656,"PosY":-3.630000114440918,"PosZ":-15.4399995803833,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":59.220001220703125,"PosY":-3.630000114440918,"PosZ":1.5700000524520874,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":50.27000045776367,"PosY":3.799999952316284,"PosZ":-29.299999237060547,"RotY":39.70000076293945,"groupId":0},"5":{"ID":5,"PosX":45.459999084472656,"PosY":-0.7900000214576721,"PosZ":-17.229999542236328,"RotY":90.0,"groupId":0}}},"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.666999816894531,"PosY":-1.147284984588623,"PosZ":-5.46999979019165,"RotY":0.0,"PropID":102175,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_AirBlock_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P20213_F20213002":{"teleports":{},"group_items":{}},"P20214_F20214001":{"teleports":{},"group_items":{}},"P20221_F20221001":{"teleports":{"1012":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":53.860450744628906,"PosY":10.91273021697998,"PosZ":-114.60289764404295,"RotY":210.0,"PropID":808,"AnchorID":1,"AnchorGroupID":215,"MappingInfoID":1012,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_02.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":215,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_02_Entity.json"},"10033":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.61000061035156,"PosY":0.7261639833450316,"PosZ":133.72000122070312,"RotY":135.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10046":{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":187.1199951171875,"PosY":19.670019149780273,"PosZ":-102.12999725341795,"RotY":269.9997863769531,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":117,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10047":{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":133.4600067138672,"PosY":-3.471558094024658,"PosZ":23.09000015258789,"RotY":315.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10048":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.865299224853516,"PosY":8.232999801635742,"PosZ":-105.68049621582033,"RotY":179.99989318847656,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10048,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10050":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":10.538700103759766,"PosY":12.905019760131836,"PosZ":-84.43242645263672,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_FinalGameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2022101":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.09199905395508,"PosY":4.823999881744385,"PosZ":-158.47300720214844,"RotY":269.7236022949219,"PropID":101,"AnchorID":1,"AnchorGroupID":5,"MappingInfoID":2022101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2022102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":5.010000228881836,"PosY":12.789999961853027,"PosZ":2.109999895095825,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":5,"MappingInfoID":2022102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2022103":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":107.60299682617188,"PosY":13.760000228881836,"PosZ":-61.750999450683594,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":5,"MappingInfoID":2022103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2022104":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.17530822753906,"PosY":0.6849570274353027,"PosZ":89.2618637084961,"RotY":45.0,"PropID":101,"AnchorID":4,"AnchorGroupID":5,"MappingInfoID":2022104,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":30.072999954223633,"PosY":6.065715789794922,"PosZ":53.845008850097656,"RotY":90.00025939941406,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":30.54400062561035,"PosY":6.099999904632568,"PosZ":53.415000915527344,"RotY":0.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":49.62200927734375,"PosY":-0.859512984752655,"PosZ":53.57600021362305,"RotY":270.0003967285156,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":49.51599884033203,"PosY":-0.8500000238418579,"PosZ":53.57600021362305,"RotY":0.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.332000732421875,"PosY":6.065721035003662,"PosZ":33.08700180053711,"RotY":225.00039672851565,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.3700008392334,"PosY":6.099999904632568,"PosZ":33.04999923706055,"RotY":225.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.40800094604492,"PosY":-0.8595070242881775,"PosZ":17.80299949645996,"RotY":45.00033950805664,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.391998291015625,"PosY":-0.9100000262260436,"PosZ":17.792999267578125,"RotY":45.00033950805664,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.33799934387207,"PosY":6.065718173980713,"PosZ":74.88300323486328,"RotY":315.00048828125,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.350000381469727,"PosY":6.039999961853027,"PosZ":74.88999938964844,"RotY":315.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.167999267578125,"PosY":-0.8595110177993774,"PosZ":88.2699966430664,"RotY":133.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.17399978637695,"PosY":-0.8899999856948853,"PosZ":88.28199768066406,"RotY":133.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":43.21500015258789,"PosY":-2.6943089962005615,"PosZ":-0.7080000042915344,"RotY":47.999900817871094,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":43.21500015258789,"PosY":-2.6943089962005615,"PosZ":-0.7080000042915344,"RotY":47.999900817871094,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":15.359999656677246,"PosY":-2.6944050788879395,"PosZ":-15.715999603271484,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":15.359999656677246,"PosY":-2.6944050788879395,"PosZ":-15.715999603271484,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":43.43299865722656,"PosY":-2.694309949874878,"PosZ":108.26499938964844,"RotY":132.99989318847656,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":43.43299865722656,"PosY":-2.694309949874878,"PosZ":108.26499938964844,"RotY":132.99989318847656,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":15.342000007629396,"PosY":-2.69431209564209,"PosZ":122.33200073242188,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":15.342000007629396,"PosY":-2.69431209564209,"PosZ":122.33200073242188,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.378999710083008,"PosY":6.063766956329346,"PosZ":33.07099914550781,"RotY":225.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_WayPoint_Controller_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.46699905395508,"PosY":-0.9100000262260436,"PosZ":17.86199951171875,"RotY":45.00033950805664,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_WayPoint_Controller_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.360000610351562,"PosY":6.039999961853027,"PosZ":74.87000274658203,"RotY":315.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_WayPoint_Controller_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.183998107910156,"PosY":-0.8595049977302552,"PosZ":88.26799774169922,"RotY":133.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_WayPoint_Controller_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":43.43299865722656,"PosY":-2.694309949874878,"PosZ":108.26499938964844,"RotY":132.99989318847656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_WayPoint_Controller_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":15.350000381469728,"PosY":-2.69431209564209,"PosZ":122.33200073242188,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_WayPoint_Controller_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.09199905395508,"PosY":4.823999881744385,"PosZ":-158.47300720214844,"RotY":269.7236022949219,"PropID":101,"AnchorID":1,"AnchorGroupID":5,"MappingInfoID":2022101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":5.010000228881836,"PosY":12.789999961853027,"PosZ":2.109999895095825,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":5,"MappingInfoID":2022102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":107.60299682617188,"PosY":13.760000228881836,"PosZ":-61.750999450683594,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":5,"MappingInfoID":2022103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.17530822753906,"PosY":0.6849570274353027,"PosZ":89.2618637084961,"RotY":45.0,"PropID":101,"AnchorID":4,"AnchorGroupID":5,"MappingInfoID":2022104,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-29.538999557495117,"PosY":4.823999881744385,"PosZ":-155.83999633789065,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":0.4000000059604645,"PosY":12.789999961853027,"PosZ":2.109999895095825,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":103.9499969482422,"PosY":13.760000228881836,"PosZ":-59.119998931884766,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":-55.59000015258789,"PosY":0.6849589943885803,"PosZ":93.94999694824219,"RotY":45.0,"groupId":0}}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.22499999403953552,"PosY":12.909999847412108,"PosZ":-89.30400085449219,"RotY":180.0001983642578,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.494999885559082,"PosY":12.904999732971191,"PosZ":-87.15699768066406,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":104.11499786376952,"PosY":4.61299991607666,"PosZ":5.791999816894531,"RotY":0.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":101.16999816894533,"PosY":0.7328739762306212,"PosZ":16.975000381469727,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":123.91300201416016,"PosY":-1.7949999570846558,"PosZ":53.56399917602539,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":101.50800323486328,"PosY":0.7689999938011169,"PosZ":73.25900268554688,"RotY":180.0001983642578,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":69.09200286865234,"PosY":0.7200000286102295,"PosZ":70.00599670410156,"RotY":180.00030517578125,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":71.59100341796875,"PosY":0.6520000100135803,"PosZ":68.63600158691406,"RotY":180.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":69.08399963378906,"PosY":0.7200000286102295,"PosZ":37.176998138427734,"RotY":0.0002320000057807192,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":66.58200073242188,"PosY":0.652999997138977,"PosZ":38.54499816894531,"RotY":-3.0000001061125654e-6,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.428001403808594,"PosY":0.7149999737739563,"PosZ":113.58399963378906,"RotY":45.00022888183594,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.79199981689453,"PosY":-1.0859999656677246,"PosZ":118.71499633789064,"RotY":45.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.65800094604492,"PosY":0.7149999737739563,"PosZ":-7.702000141143799,"RotY":135.0001983642578,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.468000411987305,"PosY":-1.0859999656677246,"PosZ":-10.256999969482422,"RotY":135.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-33.36899948120117,"PosY":9.152999877929688,"PosZ":-109.93800354003906,"RotY":37.46546173095703,"groupId":0}}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.279998779296875,"PosY":4.789988994598389,"PosZ":-135.10000610351565,"RotY":90.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.28499984741211,"PosY":8.239999771118164,"PosZ":-126.16100311279295,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":7.261847972869873,"PosY":12.904999732971191,"PosZ":-59.4600715637207,"RotY":0.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":60.02000045776367,"PosY":-1.0199999809265137,"PosZ":6.119999885559082,"RotY":315.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.68000030517578,"PosY":0.7688320279121399,"PosZ":-22.239999771118164,"RotY":225.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":38.2559814453125,"PosY":10.91273021697998,"PosZ":-121.34580230712892,"RotY":0.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.71999979019165,"PosY":-1.0199999809265137,"PosZ":114.79599761962892,"RotY":0.001576000009663403,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":96.54000091552734,"PosY":4.553167819976807,"PosZ":-4.739999771118164,"RotY":90.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":117.21700286865234,"PosY":13.760000228881836,"PosZ":-78.05599975585938,"RotY":180.0001983642578,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.89227294921875,"PosY":10.224419593811035,"PosZ":-69.29000091552734,"RotY":90.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":90.78800201416016,"PosY":3.3838000297546387,"PosZ":53.53300094604492,"RotY":134.99989318847656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Board.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_MainMisison_Protection.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"11":{"props":[{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.310001373291016,"PosY":3.483799934387207,"PosZ":117.54000091552734,"RotY":89.99996948242188,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Board.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_MainMisison_Protection.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"12":{"props":[{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.0,"PosY":3.483799934387207,"PosZ":-11.760000228881836,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Board.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_MainMisison_Protection.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"33":{"props":[],"npcs":[],"monsters":[{"ID":200006,"RotY":90.0,"PosX":0.27000200748443604,"PosY":6.758142948150635,"PosZ":-136.10000610351565,"NPCMonsterID":2022010,"EventID":20221001,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":335.0,"PosX":1.9800009727478027,"PosY":6.758141994476318,"PosZ":-140.52999877929688,"NPCMonsterID":2022010,"EventID":20221002,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":335.0,"PosX":-66.95604705810547,"PosY":10.224419593811035,"PosZ":-74.27348327636719,"NPCMonsterID":2022010,"EventID":20221003,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":335.0,"PosX":-6.246225833892822,"PosY":12.931879997253418,"PosZ":-69.24861145019531,"NPCMonsterID":2022020,"EventID":20221005,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":335.0,"PosX":7.0590009689331055,"PosY":12.931850433349608,"PosZ":-83.30378723144531,"NPCMonsterID":2022010,"EventID":20221006,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":135.0,"PosX":58.08000183105469,"PosY":-1.0156209468841553,"PosZ":93.8499984741211,"NPCMonsterID":2022020,"EventID":20221007,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":0.0,"PosX":-0.49519801139831543,"PosY":-1.023306965827942,"PosZ":-21.500940322875977,"NPCMonsterID":2022010,"EventID":20221008,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":30.0,"PosX":108.94000244140624,"PosY":0.7688270211219788,"PosZ":65.9800033569336,"NPCMonsterID":2022020,"EventID":20221017,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":225.0,"PosX":111.41419982910156,"PosY":0.7261520028114319,"PosZ":68.9229736328125,"NPCMonsterID":2022010,"EventID":20221016,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":30.0,"PosX":138.6199951171875,"PosY":-1.8310409784317017,"PosZ":67.95999908447266,"NPCMonsterID":2022020,"EventID":20221051,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":180.0,"PosX":140.01629638671875,"PosY":-1.831043004989624,"PosZ":71.2977294921875,"NPCMonsterID":2022020,"EventID":20221052,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":180.0,"PosX":133.36000061035156,"PosY":-1.784304976463318,"PosZ":54.54999923706055,"NPCMonsterID":8001050,"EventID":20221053,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":200014,"RotY":240.0,"PosX":-84.96524047851562,"PosY":-4.240428924560547,"PosZ":58.32752990722656,"NPCMonsterID":2022020,"EventID":20221054,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":200015,"RotY":180.0,"PosX":-94.42357635498047,"PosY":-4.222211837768555,"PosZ":58.18751907348633,"NPCMonsterID":8001050,"EventID":20221055,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":200016,"RotY":120.0,"PosX":34.58000183105469,"PosY":10.91273021697998,"PosZ":-118.83000183105467,"NPCMonsterID":8001050,"EventID":20221056,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":225.0,"PosX":-60.221248626708984,"PosY":-1.0074969530105593,"PosZ":58.669620513916016,"NPCMonsterID":2022020,"EventID":20221009,"groupId":33,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"57":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.55765914916992,"PosY":0.6849750280380249,"PosZ":111.08119964599608,"RotY":89.9999771118164,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.2699999809265137,"PosY":12.834930419921877,"PosZ":5.190000057220459,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.2100000381469727,"PosY":6.806670188903809,"PosZ":-150.7100067138672,"RotY":270.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":29.375099182128903,"PosY":10.957119941711426,"PosZ":-112.4792022705078,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.551950454711914,"PosY":9.296812057495117,"PosZ":-107.46119689941406,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.1036491394043,"PosY":8.29355525970459,"PosZ":-127.22879791259766,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.112770080566406,"PosY":8.239959716796875,"PosZ":-90.30631256103516,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":14.529999732971191,"PosY":12.899999618530272,"PosZ":-51.21799850463867,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":73.06999969482422,"PosY":0.7400000095367432,"PosZ":47.65999984741211,"RotY":180.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":111.56919860839844,"PosY":4.603030204772949,"PosZ":-10.754389762878418,"RotY":90.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":93.56999969482422,"PosY":0.8399999737739563,"PosZ":106.80999755859376,"RotY":90.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":46.34199905395508,"PosY":-1.0199999809265137,"PosZ":95.89399719238281,"RotY":135.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.76499938964844,"PosY":0.6489999890327454,"PosZ":107.51399993896484,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-87.25399780273438,"PosY":0.7260000109672547,"PosZ":116.19400024414064,"RotY":45.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.33999633789062,"PosY":-4.25,"PosZ":62.72999954223633,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.83126068115234,"PosY":10.224430084228516,"PosZ":-79.66902923583984,"RotY":90.0000228881836,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.560001373291016,"PosY":0.6499999761581421,"PosZ":14.670000076293944,"RotY":45.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":5.289999961853027,"PosY":-1.0199999809265137,"PosZ":-22.489999771118164,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":95.1500015258789,"PosY":0.7699999809265136,"PosZ":36.07600021362305,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":116.19539642333984,"PosY":13.759819984436035,"PosZ":-69.73999786376953,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":73.04000091552734,"PosY":14.632989883422852,"PosZ":-52.38999938964844,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":172.61000061035156,"PosY":21.593149185180664,"PosZ":-64.74742889404297,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":33.302669525146484,"PosY":-4.245282173156738,"PosZ":53.721099853515625,"RotY":90.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.33436965942382,"PosY":-1.0074950456619265,"PosZ":45.380001068115234,"RotY":270.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":94.99830627441406,"PosY":0.7688270211219788,"PosZ":68.51126861572266,"RotY":90.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.824259757995604,"PosY":12.905019760131836,"PosZ":-86.38964080810547,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"58":{"props":[],"npcs":[],"monsters":[{"ID":200006,"RotY":90.0,"PosX":0.27000200748443604,"PosY":6.758142948150635,"PosZ":-136.10000610351565,"NPCMonsterID":2022010,"EventID":20221101,"groupId":58,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":15.0,"PosX":-1.2300000190734863,"PosY":6.758142948150635,"PosZ":-140.3800048828125,"NPCMonsterID":2022010,"EventID":20221102,"groupId":58,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":90.0,"PosX":-66.83000183105469,"PosY":10.224419593811035,"PosZ":-74.18000793457033,"NPCMonsterID":2022010,"EventID":20221103,"groupId":58,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":180.0,"PosX":8.630001068115234,"PosY":12.905019760131836,"PosZ":-82.41999053955078,"NPCMonsterID":2022020,"EventID":20221104,"groupId":58,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":15.0,"PosX":7.750000953674316,"PosY":12.905019760131836,"PosZ":-85.75000762939453,"NPCMonsterID":2022010,"EventID":20221105,"groupId":58,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":135.0,"PosX":0.8639960289001466,"PosY":12.905010223388672,"PosZ":-67.99401092529297,"NPCMonsterID":2022020,"EventID":20221106,"groupId":58,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":135.0,"PosX":58.08000183105469,"PosY":-1.0156209468841553,"PosZ":93.8499984741211,"NPCMonsterID":2022020,"EventID":20221107,"groupId":58,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":0.0,"PosX":-0.49519801139831543,"PosY":-1.023306965827942,"PosZ":-21.500940322875977,"NPCMonsterID":2022010,"EventID":20221108,"groupId":58,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":30.0,"PosX":108.94000244140624,"PosY":0.7688270211219788,"PosZ":65.9800033569336,"NPCMonsterID":2022020,"EventID":20221117,"groupId":58,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":225.0,"PosX":111.41419982910156,"PosY":0.7261520028114319,"PosZ":68.9229736328125,"NPCMonsterID":2022010,"EventID":20221116,"groupId":58,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":225.0,"PosX":-61.25,"PosY":-1.0074969530105593,"PosZ":59.33000183105469,"NPCMonsterID":2022020,"EventID":20221109,"groupId":58,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":0.0,"PosX":-68.69999694824219,"PosY":-0.9974949955940247,"PosZ":53.37894058227539,"NPCMonsterID":2022010,"EventID":20221110,"groupId":58,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":30.0,"PosX":138.6199951171875,"PosY":-1.8310409784317017,"PosZ":67.95999908447266,"NPCMonsterID":2022020,"EventID":20221151,"groupId":58,"IsDelete":false,"IsClientOnly":false},{"ID":200014,"RotY":180.0,"PosX":140.01629638671875,"PosY":-1.831043004989624,"PosZ":71.2977294921875,"NPCMonsterID":2022020,"EventID":20221152,"groupId":58,"IsDelete":false,"IsClientOnly":false},{"ID":200015,"RotY":180.0,"PosX":133.36000061035156,"PosY":-1.784304976463318,"PosZ":54.54999923706055,"NPCMonsterID":8001050,"EventID":20221153,"groupId":58,"IsDelete":false,"IsClientOnly":false},{"ID":200016,"RotY":240.0,"PosX":-84.96524047851562,"PosY":-4.240428924560547,"PosZ":58.32752990722656,"NPCMonsterID":2022020,"EventID":20221154,"groupId":58,"IsDelete":false,"IsClientOnly":false},{"ID":200017,"RotY":180.0,"PosX":-94.42357635498047,"PosY":-4.222211837768555,"PosZ":58.18751907348633,"NPCMonsterID":8001050,"EventID":20221155,"groupId":58,"IsDelete":false,"IsClientOnly":false},{"ID":200018,"RotY":120.0,"PosX":34.58000183105469,"PosY":10.91273021697998,"PosZ":-118.83000183105467,"NPCMonsterID":8001050,"EventID":20221156,"groupId":58,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"59":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-33.20000076293945,"PosY":8.239977836608887,"PosZ":-121.7300033569336,"NPCMonsterID":8002040,"EventID":20221120,"groupId":59,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"67":{"props":[{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.46550941467285,"PosY":12.905010223388672,"PosZ":-80.98214721679688,"RotY":270.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.52871704101562,"PosY":-1.0856839418411257,"PosZ":82.52587890625,"RotY":180.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.71120071411133,"PosY":-4.240420818328857,"PosZ":57.3026008605957,"RotY":270.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.71120071411133,"PosY":-4.240420818328857,"PosZ":57.3026008605957,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-44.79999923706055,"PosY":-4.222204208374023,"PosZ":58.58000183105469,"NPCMonsterID":2012010,"EventID":20221231,"groupId":68,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":-37.439998626708984,"PosY":-4.222204208374023,"PosZ":48.33000183105469,"NPCMonsterID":2012010,"EventID":20221232,"groupId":68,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"69":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.61000061035156,"PosY":0.7261639833450316,"PosZ":133.72000122070312,"RotY":135.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.61000061035156,"PosY":0.7261639833450316,"PosZ":133.72000122070312,"RotY":135.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":135.0,"PosX":-78.01000213623047,"PosY":0.7688379883766174,"PosZ":132.1199951171875,"NPCMonsterID":2022020,"EventID":20221233,"groupId":69,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":315.0,"PosX":-72.19000244140625,"PosY":0.768841028213501,"PosZ":129.77999877929688,"NPCMonsterID":2022010,"EventID":20221234,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"71":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_TeleportGate.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":29.975000381469727,"PosY":6.100296974182129,"PosZ":54.02799987792969,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_PortalTutorial.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"72":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":43.47999954223633,"PosY":-2.6943199634552,"PosZ":108.125,"RotY":0.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":43.47999954223633,"PosY":-2.6943199634552,"PosZ":108.125,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10048,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":15.342000007629396,"PosY":-2.69431209564209,"PosZ":122.33200073242188,"RotY":270.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":15.342000007629396,"PosY":-2.69431209564209,"PosZ":122.33200073242188,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10048,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":44.3650016784668,"PosY":-0.7799999713897705,"PosZ":105.55599975585938,"RotY":0.0,"groupId":0}}},"76":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":38.50798034667969,"PosX":-44.29999923706055,"PosY":8.293551445007324,"PosZ":-108.84999847412108,"NPCMonsterID":2022020,"EventID":20221211,"groupId":76,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":200.0,"PosX":-29.270000457763672,"PosY":10.224419593811035,"PosZ":-74.20999908447266,"NPCMonsterID":2022010,"EventID":20221212,"groupId":76,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"78":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":288.5954895019531,"PosX":-30.393409729003903,"PosY":8.29355525970459,"PosZ":-124.51589965820312,"NPCMonsterID":2022010,"EventID":20221213,"groupId":78,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-43.869998931884766,"PosY":8.239971160888672,"PosZ":-116.66999816894533,"RotY":0.0,"groupId":0}}},"83":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":91.63131713867188,"PosX":-36.9640007019043,"PosY":10.224419593811035,"PosZ":-75.18499755859375,"NPCMonsterID":2002010,"EventID":20221215,"groupId":83,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"86":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":120.53199768066406,"PosY":15.425700187683104,"PosZ":-66.44013214111328,"RotY":270.9967956542969,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":270.9967956542969,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/Broken/LogisticsRobot_Demo_Broken_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":11.974180221557615,"PosY":12.905019760131836,"PosZ":-85.5,"RotY":90.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":120.32700347900392,"PosY":15.392399787902832,"PosZ":-66.63400268554688,"RotY":270.9967956542969,"PropID":102076,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/Broken/LogisticsRobot_Broken.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Special_RobCrane_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":10.538700103759766,"PosY":12.905019760131836,"PosZ":-84.43242645263672,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_FinalGameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":120.32700347900392,"PosY":15.392399787902832,"PosZ":-66.63400268554688,"RotY":270.9967956542969,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":121.00599670410156,"PosY":15.858920097351074,"PosZ":-89.04177856445312,"RotY":127.12930297851564,"groupId":0}}},"92":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":85.03500366210938,"PosY":3.5237998962402344,"PosZ":53.51198959350586,"RotY":293.2892150878906,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Base.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":89.42400360107422,"PosY":3.5237998962402344,"PosZ":50.98500061035156,"RotY":356.9635009765625,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Base.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":85.0479965209961,"PosY":3.5237998962402344,"PosZ":48.45800018310547,"RotY":55.61690139770508,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Base.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":80.65899658203125,"PosY":3.5237998962402344,"PosZ":50.97600173950195,"RotY":114.93250274658205,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Base.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":80.66500091552734,"PosY":3.5237998962402344,"PosZ":56.040000915527344,"RotY":177.04539489746094,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Base.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":85.04299926757812,"PosY":3.5237998962402344,"PosZ":58.56800079345703,"RotY":236.42820739746097,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Base.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":89.4260025024414,"PosY":3.5237998962402344,"PosZ":56.04100036621094,"RotY":293.2892150878906,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Base.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":89.01397705078125,"PosY":4.414999961853027,"PosZ":53.99794006347656,"RotY":-0.0001720000000204891,"PropID":102068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DeployPuzzle_Stone_Green_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":85.18511962890625,"PosY":4.414999961853027,"PosZ":53.90122985839844,"RotY":-0.0001720000000204891,"PropID":102068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DeployPuzzle_Stone_Green_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":80.97978210449219,"PosY":4.414999961853027,"PosZ":53.41572189331055,"RotY":-0.0001720000000204891,"PropID":102068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DeployPuzzle_Stone_Green_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":82.49420166015625,"PosY":4.414999961853027,"PosZ":52.40264892578125,"RotY":-0.0001720000000204891,"PropID":102068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DeployPuzzle_Stone_Green_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":83.23876953125,"PosY":4.414999961853027,"PosZ":51.49306869506836,"RotY":-0.0001720000000204891,"PropID":102068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DeployPuzzle_Stone_Green_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":100.8040008544922,"PosY":1.4099999666213987,"PosZ":53.40299987792969,"RotY":270.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":85.04000091552734,"PosY":3.493799924850464,"PosZ":53.50999069213867,"RotY":270.0000915527344,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":83.23876953125,"PosY":4.414999961853027,"PosZ":51.49306869506836,"RotY":-0.0001720000000204891,"PropID":102068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DeployPuzzle_Stone_Green_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":90.78800201416016,"PosY":3.3838000297546387,"PosZ":53.53300094604492,"RotY":134.99989318847656,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":15.168999671936035,"PosY":7.488999843597413,"PosZ":53.9379997253418,"RotY":134.99989318847656,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_1_Center.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"93":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.21669006347656,"PosY":3.5237998962402344,"PosZ":113.4823989868164,"RotY":99.9324722290039,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Base.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.51932907104492,"PosY":3.5237998962402344,"PosZ":118.37000274658205,"RotY":221.42820739746097,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Base.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-55.63164138793945,"PosY":3.5237998962402344,"PosZ":117.0634994506836,"RotY":278.2892150878906,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Base.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.324981689453125,"PosY":3.5237998962402344,"PosZ":112.17919921875,"RotY":341.9635925292969,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Base.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.8978385925293,"PosY":3.5237998962402344,"PosZ":108.60579681396484,"RotY":40.616939544677734,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Base.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.78900146484375,"PosY":3.5237998962402344,"PosZ":109.90200042724608,"RotY":99.9324722290039,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Base.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.09385681152344,"PosY":3.5237998962402344,"PosZ":114.79499816894533,"RotY":162.04550170898438,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Base.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.13666915893555,"PosY":4.579999923706055,"PosZ":113.06520080566406,"RotY":79.83979797363281,"PropID":102069,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DeployPuzzle_Stone_Blue_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.43806076049805,"PosY":4.579999923706055,"PosZ":115.44000244140624,"RotY":79.83979797363281,"PropID":102069,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DeployPuzzle_Stone_Blue_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.159400939941406,"PosY":4.475059986114502,"PosZ":114.69809722900392,"RotY":79.83979797363281,"PropID":102069,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DeployPuzzle_Stone_Blue_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.20000076293945,"PosY":4.619999885559082,"PosZ":111.09999847412108,"RotY":79.83979797363281,"PropID":102069,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DeployPuzzle_Stone_Blue_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-55.49542999267578,"PosY":4.619999885559082,"PosZ":108.68470001220705,"RotY":79.83979797363281,"PropID":102069,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DeployPuzzle_Stone_Blue_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.19403076171875,"PosY":4.619999885559082,"PosZ":109.67749786376952,"RotY":79.83979797363281,"PropID":102069,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DeployPuzzle_Stone_Blue_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.24968719482422,"PosY":1.4038000106811523,"PosZ":124.45880126953124,"RotY":135.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.21699905395508,"PosY":3.493799924850464,"PosZ":113.4800033569336,"RotY":135.0,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.310001373291016,"PosY":3.3238000869750977,"PosZ":117.54000091552734,"RotY":89.99996948242188,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.757392883300781,"PosY":7.486899852752685,"PosZ":64.17867279052734,"RotY":90.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_2_Center.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"94":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.53047180175781,"PosY":3.5237998962402344,"PosZ":-7.393772125244141,"RotY":168.37030029296875,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Base.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.43899917602539,"PosY":3.5237998962402344,"PosZ":-9.383999824523926,"RotY":122.11530303955078,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Base.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.435001373291016,"PosY":3.5237998962402344,"PosZ":-5.327000141143799,"RotY":168.37030029296875,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Base.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.55799865722656,"PosY":3.5237998962402344,"PosZ":-2.4400010108947754,"RotY":213.3704071044922,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Base.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-56.483001708984375,"PosY":3.5237998962402344,"PosZ":-2.4489989280700684,"RotY":259.7901916503906,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Base.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.61100006103515,"PosY":3.5237998962402344,"PosZ":-5.315999984741211,"RotY":301.7703857421875,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Base.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.61100006103515,"PosY":3.5237998962402344,"PosZ":-9.402999877929688,"RotY":168.37030029296875,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Base.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-56.962669372558594,"PosY":4.599998950958252,"PosZ":-4.535399913787842,"RotY":171.18890380859375,"PropID":102070,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DeployPuzzle_Stone_Purple_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.6521110534668,"PosY":4.599998950958252,"PosZ":-7.289206981658936,"RotY":171.18890380859375,"PropID":102070,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DeployPuzzle_Stone_Purple_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-55.47103118896485,"PosY":4.495059013366699,"PosZ":-10.549400329589844,"RotY":171.18890380859375,"PropID":102070,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DeployPuzzle_Stone_Purple_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.09067153930664,"PosY":4.639999866485596,"PosZ":-11.42389965057373,"RotY":171.18890380859375,"PropID":102070,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DeployPuzzle_Stone_Purple_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.45125961303711,"PosY":4.639999866485596,"PosZ":-9.07220458984375,"RotY":171.18890380859375,"PropID":102070,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DeployPuzzle_Stone_Purple_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.37168884277344,"PosY":4.639999866485596,"PosZ":-5.398003101348877,"RotY":171.18890380859375,"PropID":102070,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DeployPuzzle_Stone_Purple_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.77059173583984,"PosY":1.3478000164031982,"PosZ":-18.314380645751953,"RotY":44.999961853027344,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-56.483001708984375,"PosY":3.5237998962402344,"PosZ":-12.279000282287598,"RotY":29.999950408935547,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Base.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.555999755859375,"PosY":3.5237998962402344,"PosZ":-12.270999908447266,"RotY":79.35413360595702,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Base.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.52899932861328,"PosY":3.493799924850464,"PosZ":-7.356800079345702,"RotY":44.9999885559082,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.37168884277344,"PosY":4.639999866485596,"PosZ":-5.398003101348877,"RotY":171.18890380859375,"PropID":102070,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DeployPuzzle_Stone_Purple_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.37168884277344,"PosY":4.639999866485596,"PosZ":-5.398003101348877,"RotY":171.18890380859375,"PropID":102070,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DeployPuzzle_Stone_Purple_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.0,"PosY":3.3238000869750977,"PosZ":-11.760000228881836,"RotY":0.0,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.73043441772461,"PosY":7.486800193786621,"PosZ":43.621368408203125,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_3_Center.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"95":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.6349983215332,"PosY":8.241999626159668,"PosZ":-103.81099700927734,"RotY":180.00070190429688,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.865299224853516,"PosY":8.232999801635742,"PosZ":-105.68049621582033,"RotY":179.99989318847656,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"96":{"props":[{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":90.78800201416016,"PosY":3.3838000297546387,"PosZ":53.53300094604492,"RotY":134.99989318847656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Board.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_MainMisison_Protection.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"97":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.6349983215332,"PosY":8.241999626159668,"PosZ":-103.81099700927734,"RotY":180.00070190429688,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.865299224853516,"PosY":8.232999801635742,"PosZ":-105.68049621582033,"RotY":179.99989318847656,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.865299224853516,"PosY":8.232999801635742,"PosZ":-105.68049621582033,"RotY":179.99989318847656,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10048,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.250669479370117,"PosY":9.475090980529785,"PosZ":-105.03099822998048,"RotY":0.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_TriggerTurial.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.865299224853516,"PosY":8.232999801635742,"PosZ":-105.68049621582033,"RotY":179.99989318847656,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"98":{"props":[{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.310001373291016,"PosY":3.483799934387207,"PosZ":117.54000091552734,"RotY":89.99996948242188,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Board.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_MainMisison_Protection.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"99":{"props":[{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.0,"PosY":3.483799934387207,"PosZ":-11.760000228881836,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Board.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_MainMisison_Protection.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"100":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.25,"PosY":-0.851144015789032,"PosZ":88.33999633789062,"RotY":0.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.25,"PosY":-0.851144015789032,"PosZ":88.33999633789062,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10048,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.594999313354492,"PosY":6.039999961853027,"PosZ":74.61299896240233,"RotY":315.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.594999313354492,"PosY":6.039999961853027,"PosZ":74.61299896240233,"RotY":315.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10048,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":44.3650016784668,"PosY":-0.7799999713897705,"PosZ":105.55599975585938,"RotY":0.0,"groupId":0}}},"101":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.4370002746582,"PosY":-0.8272169828414917,"PosZ":17.354999542236328,"RotY":0.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.4370002746582,"PosY":-0.8272169828414917,"PosZ":17.354999542236328,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10048,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.62700080871582,"PosY":6.099999904632568,"PosZ":32.30500030517578,"RotY":225.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.62700080871582,"PosY":6.099999904632568,"PosZ":32.30500030517578,"RotY":225.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10048,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":44.3650016784668,"PosY":-0.7799999713897705,"PosZ":105.55599975585938,"RotY":0.0,"groupId":0}}},"103":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.470001220703125,"PosY":8.239969253540039,"PosZ":-116.25,"RotY":45.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.470001220703125,"PosY":8.239969253540039,"PosZ":-116.25,"RotY":45.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.470001220703125,"PosY":8.239969253540039,"PosZ":-116.25,"RotY":45.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.470001220703125,"PosY":8.239969253540039,"PosZ":-116.25,"RotY":45.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"104":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.42999267578124,"PosY":-5.829601764678955,"PosZ":30.959999084472656,"RotY":315.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.42999267578124,"PosY":-5.829601764678955,"PosZ":30.959999084472656,"RotY":315.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.42999267578124,"PosY":-5.829601764678955,"PosZ":30.959999084472656,"RotY":315.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.42999267578124,"PosY":-5.829601764678955,"PosZ":30.959999084472656,"RotY":315.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"105":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":101.59999847412108,"PosY":0.9172670245170593,"PosZ":98.91200256347656,"RotY":135.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":101.59999847412108,"PosY":0.9172670245170593,"PosZ":98.91200256347656,"RotY":135.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":101.59999847412108,"PosY":0.9172670245170593,"PosZ":98.91200256347656,"RotY":135.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":101.59999847412108,"PosY":0.9172670245170593,"PosZ":98.91200256347656,"RotY":135.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"106":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":133.4600067138672,"PosY":-3.471558094024658,"PosZ":23.09000015258789,"RotY":315.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":133.4600067138672,"PosY":-3.471558094024658,"PosZ":23.09000015258789,"RotY":315.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":133.4600067138672,"PosY":-3.471558094024658,"PosZ":23.09000015258789,"RotY":315.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":133.4600067138672,"PosY":-3.471558094024658,"PosZ":23.09000015258789,"RotY":315.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"107":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.470001220703125,"PosY":8.239969253540039,"PosZ":-116.25,"RotY":45.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Advanced_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.470001220703125,"PosY":8.239969253540039,"PosZ":-116.25,"RotY":45.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.470001220703125,"PosY":8.239969253540039,"PosZ":-116.25,"RotY":45.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.470001220703125,"PosY":8.239969253540039,"PosZ":-116.25,"RotY":45.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"108":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.42999267578124,"PosY":-5.829600811004639,"PosZ":30.960010528564453,"RotY":315.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Advanced_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.42999267578124,"PosY":-5.829600811004639,"PosZ":30.960010528564453,"RotY":315.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.42999267578124,"PosY":-5.829600811004639,"PosZ":30.960010528564453,"RotY":315.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.42999267578124,"PosY":-5.829600811004639,"PosZ":30.960010528564453,"RotY":315.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"109":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":101.59999847412108,"PosY":0.9172670245170593,"PosZ":98.91200256347656,"RotY":135.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Advanced_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":101.59999847412108,"PosY":0.9172670245170593,"PosZ":98.91200256347656,"RotY":135.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":101.59999847412108,"PosY":0.9172670245170593,"PosZ":98.91200256347656,"RotY":135.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":101.59999847412108,"PosY":0.9172670245170593,"PosZ":98.91200256347656,"RotY":135.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"110":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":133.4600067138672,"PosY":-3.471558094024658,"PosZ":23.09000015258789,"RotY":315.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Advanced_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":133.4600067138672,"PosY":-3.471558094024658,"PosZ":23.09000015258789,"RotY":315.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":133.4600067138672,"PosY":-3.471558094024658,"PosZ":23.09000015258789,"RotY":315.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":133.4600067138672,"PosY":-3.471558094024658,"PosZ":23.09000015258789,"RotY":315.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"111":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":40.36000061035156,"PosY":-5.829600811004639,"PosZ":29.0,"RotY":0.0,"PropID":60203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":111,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":111,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":40.36000061035156,"PosY":-5.829600811004639,"PosZ":29.0,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":111,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":40.36000061035156,"PosY":-5.829600811004639,"PosZ":33.130001068115234,"NPCMonsterID":2013010,"EventID":20221235,"groupId":111,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"114":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":28.36400032043457,"PosY":4.78997802734375,"PosZ":-137.58700561523438,"RotY":-0.00016700000560376793,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":27.63999938964844,"PosY":3.569999933242798,"PosZ":-143.50999450683594,"RotY":179.99989318847656,"PropID":102063,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":7.289999961853027,"PosY":-2.369999885559082,"PosZ":-139.16000366210938,"RotY":0.00016700000560376793,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":28.36400032043457,"PosY":4.78997802734375,"PosZ":-137.58700561523438,"RotY":-0.00016700000560376793,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.00016700000560376793,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_WayPoint_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":22.180009841918945,"PosY":4.050000190734863,"PosZ":-142.2899932861328,"RotY":179.99929809570312,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_HideSceneProp.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_HideShip.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeChest.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":27.63999938964844,"PosY":3.569999933242798,"PosZ":-143.50999450683594,"RotY":179.99989318847656,"groupId":0},"2":{"ID":2,"PosX":72.63999938964844,"PosY":3.569999933242798,"PosZ":-143.50999450683594,"RotY":179.99989318847656,"groupId":0},"3":{"ID":3,"PosX":21.8799991607666,"PosY":7.050000190734863,"PosZ":-137.63999938964844,"RotY":119.9052963256836,"groupId":0},"4":{"ID":4,"PosX":24.510000228881836,"PosY":5.840000152587891,"PosZ":-136.19000244140625,"RotY":180.0,"groupId":0},"5":{"ID":5,"PosX":24.39900016784668,"PosY":5.007999897003174,"PosZ":-143.38999938964844,"RotY":0.00016700000560376793,"groupId":0}}},"115":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":28.310829162597656,"PosY":4.78997278213501,"PosZ":-158.43350219726565,"RotY":-0.00016700000560376793,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":115,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":57.720001220703125,"PosY":3.569999933242798,"PosZ":-164.24000549316406,"RotY":179.99989318847656,"PropID":102063,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":115,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":10.149999618530272,"PosY":0.8600000143051147,"PosZ":-157.3000030517578,"RotY":0.00016700000560376793,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":115,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":28.310829162597656,"PosY":4.78997278213501,"PosZ":-158.43350219726565,"RotY":-0.00016700000560376793,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":115,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.00016700000560376793,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_WayPoint_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":115,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":22.10003089904785,"PosY":4.050000190734863,"PosZ":-163.94000244140625,"RotY":179.99929809570312,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_HideSceneProp.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":115,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_HideShip.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":115,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeChest.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":115,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":15.117019653320312,"PosY":5.033999919891357,"PosZ":-160.8209991455078,"RotY":185.00669860839844,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_HideSceneProp.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":115,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":16.531999588012695,"PosY":5.033999919891357,"PosZ":-162.2740020751953,"RotY":95.00659942626953,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_HideSceneProp.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":115,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":16.820999145507812,"PosY":5.033999919891357,"PosZ":-160.73699951171875,"RotY":89.65860748291016,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_HideSceneProp.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":115,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":15.902029991149902,"PosY":4.651998996734619,"PosZ":-161.66000366210938,"RotY":0.0001610000035725534,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_HideSceneProp.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":115,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":27.719999313354492,"PosY":3.569999933242798,"PosZ":-164.24000549316406,"RotY":179.99989318847656,"groupId":0},"2":{"ID":2,"PosX":72.72000122070312,"PosY":3.569999933242798,"PosZ":-164.24000549316406,"RotY":179.99989318847656,"groupId":0},"3":{"ID":3,"PosX":21.8799991607666,"PosY":7.050000190734863,"PosZ":-158.9600067138672,"RotY":119.9052963256836,"groupId":0},"4":{"ID":4,"PosX":24.510000228881836,"PosY":5.840000152587891,"PosZ":-156.77999877929688,"RotY":180.0,"groupId":0},"5":{"ID":5,"PosX":24.39900016784668,"PosY":5.007999897003174,"PosZ":-164.24200439453125,"RotY":0.00016700000560376793,"groupId":0}}},"116":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":161.3990020751953,"PosY":19.66999053955078,"PosZ":-46.00199890136719,"RotY":89.99967193603516,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":155.4499969482422,"PosY":18.38999938964844,"PosZ":-16.75,"RotY":89.99992370605469,"PropID":102054,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":163.69000244140625,"PosY":14.470000267028809,"PosZ":-64.45999908447266,"RotY":270.0002136230469,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":161.3990020751953,"PosY":19.66999053955078,"PosZ":-46.00199890136719,"RotY":89.99967193603516,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":270.0002136230469,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_WayPoint_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":156.61000061035156,"PosY":18.77300071716309,"PosZ":-47.06000900268555,"RotY":269.99969482421875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_HideSceneProp.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_HideShip.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeChest.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":155.4499969482422,"PosY":18.38999938964844,"PosZ":-46.75,"RotY":89.99992370605469,"groupId":0},"2":{"ID":2,"PosX":155.4499969482422,"PosY":18.38999938964844,"PosZ":-1.75,"RotY":89.99992370605469,"groupId":0},"3":{"ID":3,"PosX":161.24000549316406,"PosY":21.850000381469727,"PosZ":-52.779998779296875,"RotY":329.9999084472656,"groupId":0},"4":{"ID":4,"PosX":163.05999755859375,"PosY":20.65999984741211,"PosZ":-50.189998626708984,"RotY":270.0,"groupId":0},"5":{"ID":5,"PosX":155.27000427246094,"PosY":19.849000930786133,"PosZ":-50.040000915527344,"RotY":270.0002136230469,"groupId":0}}},"117":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":187.1199951171875,"PosY":19.670019149780273,"PosZ":-102.12999725341795,"RotY":269.9997863769531,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":117,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":193.30999755859375,"PosY":18.38999938964844,"PosZ":-131.39999389648438,"RotY":269.9999084472656,"PropID":102054,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":117,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":185.0099945068359,"PosY":15.491000175476074,"PosZ":-84.19000244140625,"RotY":270.0002136230469,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":117,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":187.1199951171875,"PosY":19.670019149780273,"PosZ":-102.12999725341795,"RotY":269.9997863769531,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":117,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":270.0002136230469,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_WayPoint_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":117,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":192.22000122070312,"PosY":18.77300071716309,"PosZ":-100.73999786376952,"RotY":89.99942016601562,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_HideSceneProp.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":117,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_HideShip.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":117,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeChest.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":117,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":193.30999755859375,"PosY":18.38999938964844,"PosZ":-101.40000152587892,"RotY":269.9999084472656,"groupId":0},"2":{"ID":2,"PosX":193.30999755859375,"PosY":18.38999938964844,"PosZ":-146.39999389648438,"RotY":269.9999084472656,"groupId":0},"3":{"ID":3,"PosX":187.61000061035156,"PosY":21.969999313354492,"PosZ":-95.29000091552734,"RotY":160.0,"groupId":0},"4":{"ID":4,"PosX":185.77999877929688,"PosY":20.65999984741211,"PosZ":-98.05999755859376,"RotY":90.0,"groupId":0},"5":{"ID":5,"PosX":193.72000122070312,"PosY":19.832000732421875,"PosZ":-98.0009994506836,"RotY":270.0002136230469,"groupId":0}}},"125":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.5590000152587891,"PosY":8.609999656677246,"PosZ":53.9109992980957,"RotY":0.0,"PropID":102041,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_HunTianYi_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"128":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.199000358581545,"PosY":13.651280403137209,"PosZ":-54.89300155639648,"RotY":136.23080444335938,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":124.59639739990234,"PosY":-1.856950044631958,"PosZ":18.76243019104004,"RotY":122.18270111083984,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":82.91799926757812,"PosY":17.099050521850586,"PosZ":-65.72599792480469,"RotY":276.47650146484375,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":95.03299713134764,"PosY":17.099050521850586,"PosZ":-82.92500305175781,"RotY":119.79060363769533,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.702999114990234,"PosY":9.03602123260498,"PosZ":-126.35299682617188,"RotY":118.55079650878906,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":27.632999420166016,"PosY":11.698280334472656,"PosZ":-111.36499786376952,"RotY":0.0,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.18340301513672,"PosY":10.94219970703125,"PosZ":-78.97640228271484,"RotY":66.83586120605469,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"129":{"props":[{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":90.78800201416016,"PosY":3.3838000297546387,"PosZ":53.53300094604492,"RotY":134.99989318847656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Board.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"130":{"props":[{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":90.78800201416016,"PosY":3.3838000297546387,"PosZ":53.53300094604492,"RotY":134.99989318847656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Board.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":130,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"131":{"props":[{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":90.78800201416016,"PosY":3.3838000297546387,"PosZ":53.53300094604492,"RotY":134.99989318847656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Board.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"133":{"props":[{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.310001373291016,"PosY":3.483799934387207,"PosZ":117.54000091552734,"RotY":89.99996948242188,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Board.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":133,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"134":{"props":[{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.310001373291016,"PosY":3.483799934387207,"PosZ":117.54000091552734,"RotY":89.99996948242188,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Board.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"135":{"props":[{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.310001373291016,"PosY":3.483799934387207,"PosZ":117.54000091552734,"RotY":89.99996948242188,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Board.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":135,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"136":{"props":[{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.310001373291016,"PosY":3.483799934387207,"PosZ":117.54000091552734,"RotY":89.99996948242188,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Board.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":136,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"137":{"props":[{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":90.78800201416016,"PosY":3.3838000297546387,"PosZ":53.53300094604492,"RotY":134.99989318847656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Board.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":137,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"138":{"props":[{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.0,"PosY":3.483799934387207,"PosZ":-11.760000228881836,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Board.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"139":{"props":[{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.0,"PosY":3.483799934387207,"PosZ":-11.760000228881836,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Board.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":139,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"140":{"props":[{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.0,"PosY":3.483799934387207,"PosZ":-11.760000228881836,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Board.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":140,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"141":{"props":[{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.0,"PosY":3.483799934387207,"PosZ":-11.760000228881836,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/DeployPuzzle/DeployPuzzle_Board.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":141,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"142":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":20.742000579833984,"PosY":9.361000061035156,"PosZ":-106.80999755859376,"RotY":90.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":142,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.206830024719238,"PosY":12.916000366210938,"PosZ":-56.23429870605469,"RotY":148.87840270996094,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":142,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/Follow/LogisticsRobot_Demo_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":142,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":19.263999938964844,"PosY":9.36099624633789,"PosZ":-106.87999725341795,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_FinalGameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":142,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-48.14929962158203,"PosY":6.964238166809082,"PosZ":-69.9174575805664,"RotY":180.0,"groupId":0}}},"149":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":88.58000183105469,"PosY":16.400840759277344,"PosZ":-66.58999633789062,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":88.58000183105469,"PosY":16.400840759277344,"PosZ":-66.58999633789062,"RotY":180.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":88.58000183105469,"PosY":16.400840759277344,"PosZ":-66.58999633789062,"RotY":180.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":88.58000183105469,"PosY":16.400840759277344,"PosZ":-66.58999633789062,"RotY":180.0,"PropID":60203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":88.58000183105469,"PosY":16.400840759277344,"PosZ":-66.58999633789062,"RotY":180.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":88.58000183105469,"PosY":16.400840759277344,"PosZ":-66.58999633789062,"RotY":180.0,"PropID":60203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenPuzzleFinishedByKey.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenPuzzleFinishedByKey.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenPuzzleFinishedByKey.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenPuzzleFinishedByKey.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenPuzzleFinishedByKey.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenPuzzleFinishedByKey.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":91.989990234375,"PosY":16.400840759277344,"PosZ":-68.83000183105469,"RotY":290.0,"groupId":0}}},"160":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_EnviroProfile_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":160,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"169":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.707000732421875,"PosY":11.789999961853027,"PosZ":-78.63099670410156,"RotY":1.8923130035400393,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":169,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"170":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.715999603271484,"PosY":9.248000144958496,"PosZ":-105.50399780273438,"RotY":180.00070190429688,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":170,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"215":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":53.860450744628906,"PosY":10.91273021697998,"PosZ":-114.60289764404295,"RotY":210.0,"PropID":808,"AnchorID":1,"AnchorGroupID":215,"MappingInfoID":1012,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_02.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":215,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":53.25,"PosY":10.91273021697998,"PosZ":-115.41999816894533,"RotY":30.0,"groupId":0}}}}},"P20222_F20222001":{"teleports":{"1013":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":82.91000366210938,"PosY":60.421119689941406,"PosZ":37.869998931884766,"RotY":240.0,"PropID":808,"AnchorID":1,"AnchorGroupID":186,"MappingInfoID":1013,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_02.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":186,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_02_Entity.json"},"1110":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.7699966430664,"PosY":50.94953918457031,"PosZ":73.96372985839844,"RotY":270.0,"PropID":702,"AnchorID":1,"AnchorGroupID":183,"MappingInfoID":1110,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":183,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"},"2253":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":101.33999633789064,"PosY":63.2400016784668,"PosZ":42.867000579833984,"RotY":90.0,"PropID":114,"AnchorID":5,"AnchorGroupID":1,"MappingInfoID":2253,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},"10033":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.45999908447266,"PosY":53.09025955200195,"PosZ":187.9199981689453,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10046":{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":11.359999656677246,"PosY":43.110939025878906,"PosZ":-101.37000274658205,"RotY":90.00025939941406,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10047":{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":71.7699966430664,"PosY":43.15473937988281,"PosZ":-69.74099731445312,"RotY":225.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10048":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":30.673999786376953,"PosY":43.78313827514648,"PosZ":184.52000427246097,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10048,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":122,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10050":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":91.87699890136719,"PosY":50.1510009765625,"PosZ":117.41799926757812,"RotY":101.6103973388672,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_FinalGameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2022201":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.60000610351565,"PosY":47.8857307434082,"PosZ":15.75,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":3,"MappingInfoID":2022201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2022202":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":25.38400077819824,"PosY":53.25400924682618,"PosZ":-11.862000465393066,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":3,"MappingInfoID":2022202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2022203":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":42.90999984741211,"PosY":53.851810455322266,"PosZ":88.71381378173828,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":3,"MappingInfoID":2022203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2022204":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.08000183105469,"PosY":49.95000076293945,"PosZ":121.3000030517578,"RotY":0.0,"PropID":101,"AnchorID":5,"AnchorGroupID":3,"MappingInfoID":2022204,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"3":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.60000610351565,"PosY":47.8857307434082,"PosZ":15.75,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":3,"MappingInfoID":2022201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":25.38400077819824,"PosY":53.25400924682618,"PosZ":-11.862000465393066,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":3,"MappingInfoID":2022202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":42.90999984741211,"PosY":53.851810455322266,"PosZ":88.71381378173828,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":3,"MappingInfoID":2022203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.08000183105469,"PosY":49.95000076293945,"PosZ":121.3000030517578,"RotY":0.0,"PropID":101,"AnchorID":5,"AnchorGroupID":3,"MappingInfoID":2022204,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-128.23440551757812,"PosY":47.8857307434082,"PosZ":20.273839950561523,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-128.30999755859375,"PosY":47.8857307434082,"PosZ":20.6200008392334,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":24.059999465942383,"PosY":53.25400924682618,"PosZ":-19.799999237060547,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":35.22999954223633,"PosY":53.851810455322266,"PosZ":90.22000122070312,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":-52.27000045776367,"PosY":49.947731018066406,"PosZ":130.49000549316406,"RotY":270.0,"groupId":0},"6":{"ID":6,"PosX":95.87999725341797,"PosY":63.2400016784668,"PosZ":41.810001373291016,"RotY":270.0,"groupId":0},"7":{"ID":7,"PosX":65.38999938964844,"PosY":43.64910125732422,"PosZ":139.36000061035156,"RotY":270.0,"groupId":0},"8":{"ID":8,"PosX":79.70999908447266,"PosY":43.64910125732422,"PosZ":138.9499969482422,"RotY":270.0,"groupId":0}}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.739999771118164,"PosY":49.742000579833984,"PosZ":-20.246999740600582,"RotY":90.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.739999771118164,"PosY":49.742000579833984,"PosZ":-20.246999740600582,"RotY":90.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":19.300010681152344,"PosY":52.9480094909668,"PosZ":-11.481989860534668,"RotY":90.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":19.300010681152344,"PosY":52.9480094909668,"PosZ":-11.481989860534668,"RotY":90.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.6299991607666,"PosY":50.00555038452149,"PosZ":-65.93800354003906,"RotY":90.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.6299991607666,"PosY":50.00555038452149,"PosZ":-65.93800354003906,"RotY":90.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":12.555999755859377,"PosY":42.916011810302734,"PosZ":-66.11699676513672,"RotY":90.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":12.555999755859377,"PosY":42.916011810302734,"PosZ":-66.11699676513672,"RotY":90.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":30.6200008392334,"PosY":48.27000045776367,"PosZ":-123.11000061035156,"RotY":90.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":30.6200008392334,"PosY":48.06999969482422,"PosZ":-123.11000061035156,"RotY":90.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.81700897216797,"PosY":53.77857971191406,"PosZ":-109.16000366210938,"RotY":269.4637145996094,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.81700134277344,"PosY":53.9900016784668,"PosZ":-109.16000366210938,"RotY":269.4637145996094,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":26.527000427246097,"PosY":46.83496856689453,"PosZ":138.1300048828125,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":26.527000427246097,"PosY":46.83496856689453,"PosZ":138.1300048828125,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.960000038146973,"PosY":46.189998626708984,"PosZ":137.3300018310547,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.960000038146973,"PosY":46.189998626708984,"PosZ":137.3300018310547,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.18600082397461,"PosY":49.858360290527344,"PosZ":114.26799774169922,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.18600082397461,"PosY":49.858360290527344,"PosZ":114.26799774169922,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.069000244140625,"PosY":52.90235900878906,"PosZ":166.91299438476565,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.069000244140625,"PosY":52.90235900878906,"PosZ":166.91299438476565,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":30.642000198364254,"PosY":43.46635818481445,"PosZ":184.42599487304688,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":30.606000900268555,"PosY":43.46635818481445,"PosZ":184.42599487304688,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.076000213623047,"PosY":53.19124984741211,"PosZ":166.91299438476565,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_WayPoint_Controller_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":30.625999450683594,"PosY":43.7582893371582,"PosZ":184.41000366210935,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_WayPoint_Controller_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":20.33872985839844,"PosY":27.010000228881836,"PosZ":-34.18067932128906,"RotY":89.8666000366211,"groupId":0},"2":{"ID":2,"PosX":-5.7675089836120605,"PosY":24.3799991607666,"PosZ":59.939178466796875,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":-38.599998474121094,"PosY":16.979999542236328,"PosZ":60.93899154663086,"RotY":270.0,"groupId":0},"4":{"ID":4,"PosX":17.784109115600586,"PosY":23.940000534057617,"PosZ":30.52808952331543,"RotY":134.8665008544922,"groupId":0},"5":{"ID":5,"PosX":5.232140064239502,"PosY":17.15999984741211,"PosZ":112.9477996826172,"RotY":314.8664855957031,"groupId":0},"6":{"ID":6,"PosX":45.72999954223633,"PosY":27.329999923706055,"PosZ":87.88999938964844,"RotY":134.8665008544922,"groupId":0},"7":{"ID":7,"PosX":-12.41919994354248,"PosY":17.06999969482422,"PosZ":-59.507568359375,"RotY":224.86680603027344,"groupId":0},"8":{"ID":8,"PosX":17.067859649658203,"PosY":23.399999618530273,"PosZ":-32.46295166015625,"RotY":44.86677932739258,"groupId":0},"9":{"ID":9,"PosX":-128.25759887695312,"PosY":16.559999465942383,"PosZ":-36.988651275634766,"RotY":328.7715148925781,"groupId":0},"10":{"ID":10,"PosX":-105.03970336914064,"PosY":26.88999938964844,"PosZ":-83.11477661132812,"RotY":148.77149963378906,"groupId":0}}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_TeleportGate.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.680000305175781,"PosY":46.099998474121094,"PosZ":136.97999572753906,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_PortalTutorial.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.62999725341797,"PosY":55.720001220703125,"PosZ":42.4900016784668,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.37200164794922,"PosY":53.2599983215332,"PosZ":-28.75,"RotY":180.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.5,"PosY":53.2599983215332,"PosZ":-29.940000534057617,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":31.670000076293945,"PosY":47.2599983215332,"PosZ":-37.86000061035156,"RotY":180.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":34.43000030517578,"PosY":47.26300048828125,"PosZ":-40.380001068115234,"RotY":90.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":34.43000030517578,"PosY":47.26300048828125,"PosZ":-40.380001068115234,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10048,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":69.16000366210938,"PosY":45.93000030517578,"PosZ":-97.41999816894531,"RotY":90.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":33.20000076293945,"PosY":47.0099983215332,"PosZ":134.0399932861328,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":36.189998626708984,"PosY":50.400001525878906,"PosZ":126.09999847412108,"RotY":0.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":52.849998474121094,"PosY":43.75,"PosZ":164.32000732421875,"RotY":0.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":49.08000183105469,"PosY":43.70000076293945,"PosZ":165.33999633789065,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.029998779296875,"PosY":53.25,"PosZ":114.22000122070312,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.560001373291016,"PosY":53.25,"PosZ":110.41999816894533,"RotY":90.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":101.7699966430664,"PosY":63.2400016784668,"PosZ":42.85300064086914,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.68000030517578,"PosY":53.09000015258789,"PosZ":164.08900451660156,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.720001220703125,"PosY":53.09000015258789,"PosZ":167.3800048828125,"RotY":90.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":34.43000030517578,"PosY":47.26300048828125,"PosZ":-40.380001068115234,"RotY":90.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"33":{"props":[],"npcs":[],"monsters":[{"ID":200006,"RotY":90.0,"PosX":-53.900001525878906,"PosY":49.949581146240234,"PosZ":43.939998626708984,"NPCMonsterID":2011020,"EventID":20222002,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":270.0,"PosX":90.51000213623047,"PosY":50.12009048461914,"PosZ":120.16999816894533,"NPCMonsterID":2022020,"EventID":20222006,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":150.0,"PosX":58.5099983215332,"PosY":43.64908981323242,"PosZ":169.66000366210938,"NPCMonsterID":2012010,"EventID":20222008,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":180.0,"PosX":-46.8668098449707,"PosY":53.0902099609375,"PosZ":198.12469482421875,"NPCMonsterID":2011020,"EventID":20222014,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":330.0,"PosX":-44.720458984375,"PosY":53.0902214050293,"PosZ":194.64019775390625,"NPCMonsterID":2012010,"EventID":20222015,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":90.0,"PosX":-46.400001525878906,"PosY":49.87948989868164,"PosZ":77.57691955566406,"NPCMonsterID":2012010,"EventID":20222018,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":180.0,"PosX":-90.01000213623047,"PosY":47.31344985961914,"PosZ":141.83999633789065,"NPCMonsterID":2011020,"EventID":20222010,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":150.0,"PosX":-94.58000183105469,"PosY":47.31344985961914,"PosZ":149.44000244140625,"NPCMonsterID":2012010,"EventID":20222011,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":180.0,"PosX":-74.56999969482422,"PosY":53.09025955200195,"PosZ":161.97000122070312,"NPCMonsterID":2022010,"EventID":20222052,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":315.0,"PosX":-67.05999755859375,"PosY":53.09025955200195,"PosZ":154.14999389648438,"NPCMonsterID":2022020,"EventID":20222051,"groupId":33,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"43":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.25,"PosY":51.0,"PosZ":-10.369999885559082,"RotY":90.0,"PropID":102062,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_DestroyrootPuzzle_04.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.51799964904785,"PosY":50.08000183105469,"PosZ":-20.242000579833984,"RotY":100.34200286865234,"PropID":102059,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_DestroyrootPuzzle_Contamination.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DestroyRootPuzzle_Root_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-44.150001525878906,"PosY":49.94960021972656,"PosZ":-16.3700008392334,"RotY":117.92099761962892,"groupId":0},"2":{"ID":2,"PosX":-55.709999084472656,"PosY":56.02000045776367,"PosZ":-23.309999465942383,"RotY":81.72052764892578,"groupId":0}}},"44":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":56.61000061035156,"PosY":44.63999938964844,"PosZ":148.6999969482422,"RotY":90.0,"PropID":102062,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_DestroyrootPuzzle_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":53.729000091552734,"PosY":43.64899826049805,"PosZ":146.87600708007812,"RotY":0.0,"PropID":102059,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DestroyRootPuzzle_Root_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":75.2300033569336,"PosY":44.650001525878906,"PosZ":146.02000427246094,"RotY":180.0,"PropID":102062,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_DestroyrootPuzzle_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":66.30999755859375,"PosY":43.650001525878906,"PosZ":139.69000244140625,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":83.4800033569336,"PosY":51.47999954223633,"PosZ":142.27999877929688,"RotY":281.83441162109375,"groupId":0}}},"45":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.72000122070312,"PosY":54.209999084472656,"PosZ":120.26000213623048,"RotY":180.97300720214844,"PropID":102062,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_DestroyrootPuzzle_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.560001373291016,"PosY":53.25,"PosZ":110.41999816894533,"RotY":90.0,"PropID":102059,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_DestroyrootPuzzle_Contamination.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DestroyRootPuzzle_Root_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-85.77999877929688,"PosY":61.90999984741211,"PosZ":132.97000122070312,"RotY":155.6154022216797,"groupId":0},"2":{"ID":2,"PosX":-77.88999938964844,"PosY":58.2400016784668,"PosZ":136.02999877929688,"RotY":128.50950622558594,"groupId":0}}},"50":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.55999755859375,"PosY":55.67877960205078,"PosZ":32.40999984741211,"RotY":0.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":44.470001220703125,"PosY":53.85179901123047,"PosZ":-0.05999999865889549,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":92.44999694824219,"PosY":49.61389923095703,"PosZ":151.281494140625,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.5025634765625,"PosY":47.31338119506836,"PosZ":143.77430725097656,"RotY":90.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.11739349365234,"PosY":49.94955062866211,"PosZ":59.09156036376953,"RotY":0.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.540000915527344,"PosY":49.880001068115234,"PosZ":80.18000030517578,"RotY":90.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":18.610000610351562,"PosY":49.80192947387695,"PosZ":59.732421875,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":31.65999984741211,"PosY":48.060001373291016,"PosZ":-105.36000061035156,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-55.41999053955078,"PosY":53.81882095336914,"PosZ":-111.33000183105467,"RotY":90.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-55.09000015258789,"PosY":53.25212097167969,"PosZ":-31.040000915527344,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":18.339000701904297,"PosY":50.36199951171875,"PosZ":42.689998626708984,"RotY":270.0,"PropID":102074,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Elevator_01.json","State":"Elevator2","propStateList":["Elevator1","Elevator2","Elevator3"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Elevator_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":22.0,"PosY":60.279998779296875,"PosZ":46.5620002746582,"RotY":90.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":12.699999809265137,"PosY":49.880001068115234,"PosZ":36.7400016784668,"RotY":270.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":18.339000701904297,"PosY":59.9379997253418,"PosZ":42.689998626708984,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":18.339000701904297,"PosY":50.36199951171875,"PosZ":42.689998626708984,"RotY":270.0,"groupId":0}}},"55":{"props":[],"npcs":[],"monsters":[{"ID":200006,"RotY":90.0,"PosX":-53.900001525878906,"PosY":49.949581146240234,"PosZ":43.939998626708984,"NPCMonsterID":2011020,"EventID":20222104,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":240.0,"PosX":-45.880001068115234,"PosY":49.931400299072266,"PosZ":39.290000915527344,"NPCMonsterID":2011010,"EventID":20222102,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":0.0,"PosX":-45.880001068115234,"PosY":49.931400299072266,"PosZ":26.8700008392334,"NPCMonsterID":2012010,"EventID":20222103,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":150.0,"PosX":73.56999969482422,"PosY":50.12009048461914,"PosZ":120.52999877929688,"NPCMonsterID":2012010,"EventID":20222106,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":210.0,"PosX":79.51000213623047,"PosY":50.12009048461914,"PosZ":120.72000122070312,"NPCMonsterID":2012010,"EventID":20222107,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":120.0,"PosX":69.5999984741211,"PosY":50.120059967041016,"PosZ":115.4800033569336,"NPCMonsterID":2011020,"EventID":20222112,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":270.0,"PosX":69.62000274658203,"PosY":45.906288146972656,"PosZ":-51.709041595458984,"NPCMonsterID":2011020,"EventID":20222122,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":180.0,"PosX":58.52000045776367,"PosY":45.906288146972656,"PosZ":-47.68000030517578,"NPCMonsterID":2011010,"EventID":20222120,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":90.0,"PosX":56.47999954223633,"PosY":45.906280517578125,"PosZ":-52.619998931884766,"NPCMonsterID":2012010,"EventID":20222121,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":180.0,"PosX":-33.309471130371094,"PosY":49.87950897216797,"PosZ":81.03636932373047,"NPCMonsterID":2011020,"EventID":20222119,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":330.0,"PosX":-32.279998779296875,"PosY":49.87950897216797,"PosZ":78.13999938964844,"NPCMonsterID":2012010,"EventID":20222118,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":90.0,"PosX":-46.400001525878906,"PosY":49.87948989868164,"PosZ":77.57691955566406,"NPCMonsterID":2012010,"EventID":20222115,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":180.0,"PosX":-88.63999938964844,"PosY":47.313419342041016,"PosZ":147.36000061035156,"NPCMonsterID":2022020,"EventID":20222110,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200014,"RotY":150.0,"PosX":-90.52999877929688,"PosY":47.31344985961914,"PosZ":162.07000732421875,"NPCMonsterID":2022010,"EventID":20222111,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200015,"RotY":180.0,"PosX":-74.56999969482422,"PosY":53.09025955200195,"PosZ":161.97000122070312,"NPCMonsterID":2022010,"EventID":20222152,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200016,"RotY":315.0,"PosX":-67.05999755859375,"PosY":53.09022903442382,"PosZ":154.14999389648438,"NPCMonsterID":2022020,"EventID":20222151,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200017,"RotY":120.0,"PosX":10.850000381469728,"PosY":43.15890884399414,"PosZ":-46.099998474121094,"NPCMonsterID":2011010,"EventID":20222123,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200018,"RotY":180.0,"PosX":15.229649543762209,"PosY":43.15650939941406,"PosZ":-46.37644958496094,"NPCMonsterID":2012010,"EventID":20222124,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200019,"RotY":180.0,"PosX":24.84000015258789,"PosY":43.256649017333984,"PosZ":-72.19178771972656,"NPCMonsterID":2012010,"EventID":20222153,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200020,"RotY":90.0,"PosX":-72.29927825927734,"PosY":53.25569915771485,"PosZ":-69.52839660644531,"NPCMonsterID":2022020,"EventID":20222154,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200021,"RotY":340.0,"PosX":-64.45999908447266,"PosY":53.25566864013672,"PosZ":-86.52999877929688,"NPCMonsterID":2022010,"EventID":20222156,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":200022,"RotY":270.0,"PosX":-68.4000015258789,"PosY":53.25212097167969,"PosZ":-64.42552185058594,"NPCMonsterID":2022020,"EventID":20222155,"groupId":55,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"57":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":56.68246078491211,"PosY":45.92670822143555,"PosZ":-95.3437271118164,"NPCMonsterID":8002040,"EventID":20222125,"groupId":57,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"58":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":63.279998779296875,"PosY":50.119998931884766,"PosZ":113.2300033569336,"RotY":89.9999771118164,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.08000183105469,"PosY":47.31344985961914,"PosZ":123.86000061035156,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":28.06999969482422,"PosY":43.15985870361328,"PosZ":-62.487998962402344,"RotY":270.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-56.599998474121094,"PosY":49.94955062866211,"PosZ":48.029998779296875,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.93605041503906,"PosY":49.94955825805664,"PosZ":1.388010025024414,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.1500015258789,"PosY":53.2599983215332,"PosZ":-24.63999938964844,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.05000305175781,"PosY":53.25212860107422,"PosZ":-48.15900039672851,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.58000183105469,"PosY":49.95000076293945,"PosZ":-56.720001220703125,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":10.300000190734863,"PosY":43.15555953979492,"PosZ":-54.67142105102539,"RotY":180.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":64.79000091552734,"PosY":43.15999984741211,"PosZ":-74.1500015258789,"RotY":90.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":75.5199966430664,"PosY":52.939300537109375,"PosZ":0.30000001192092896,"RotY":90.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":82.87999725341797,"PosY":60.42144012451172,"PosZ":48.45000076293945,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":98.4527587890625,"PosY":63.241939544677734,"PosZ":53.70426177978515,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":45.560001373291016,"PosY":50.367679595947266,"PosZ":121.11000061035156,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":50.709999084472656,"PosY":43.64910125732422,"PosZ":156.17999267578125,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":65.83183288574219,"PosY":43.64908981323242,"PosZ":172.06640625,"RotY":90.0000228881836,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.400001525878906,"PosY":49.94770812988281,"PosZ":151.38999938964844,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.65873718261719,"PosY":49.94953918457031,"PosZ":94.04920959472656,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.16551208496094,"PosY":47.31340026855469,"PosZ":131.26449584960938,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.36000061035156,"PosY":53.09000015258789,"PosZ":169.9600067138672,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.97354888916016,"PosY":53.090240478515625,"PosZ":185.44000244140625,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.22999954223633,"PosY":49.95000076293945,"PosZ":38.459999084472656,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":40.42768096923828,"PosY":47.262908935546875,"PosZ":-33.27096939086914,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.21795654296875,"PosY":55.67877960205078,"PosZ":31.981569290161133,"RotY":270.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.5389404296875,"PosY":53.25568008422851,"PosZ":-73.83999633789062,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.91596984863281,"PosY":49.94953918457031,"PosZ":88.28315734863281,"RotY":270.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"59":{"props":[{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.9800033569336,"PosY":53.090240478515625,"PosZ":142.7552947998047,"RotY":180.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.13999938964844,"PosY":49.95000076293945,"PosZ":39.209999084472656,"RotY":0.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"61":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":101.33999633789064,"PosY":63.2400016784668,"PosZ":42.867000579833984,"RotY":90.0,"PropID":114,"AnchorID":5,"AnchorGroupID":1,"MappingInfoID":2253,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":6.6388750076293945,"PosY":203.1522979736328,"PosZ":80.90672302246094,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Jianmu_DoorLock.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"62":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":25.377870559692383,"PosY":46.97372055053711,"PosZ":145.10240173339844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":37.40299987792969,"PosY":46.97372055053711,"PosZ":147.1999969482422,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":29.167999267578125,"PosY":49.67100143432618,"PosZ":143.9669952392578,"RotY":289.7016906738281,"groupId":0}}},"71":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.60000991821289,"PosY":53.17559814453125,"PosZ":166.8719940185547,"RotY":225.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.60000991821289,"PosY":53.17559814453125,"PosZ":166.8719940185547,"RotY":225.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.60000991821289,"PosY":53.17559814453125,"PosZ":166.8719940185547,"RotY":225.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.60000991821289,"PosY":53.17559814453125,"PosZ":166.8719940185547,"RotY":225.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"72":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":52.880001068115234,"PosY":43.74263000488281,"PosZ":184.45199584960935,"RotY":135.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":52.880001068115234,"PosY":43.74263000488281,"PosZ":184.45199584960935,"RotY":135.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":52.880001068115234,"PosY":43.74263000488281,"PosZ":184.45199584960935,"RotY":135.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":52.880001068115234,"PosY":43.74263000488281,"PosZ":184.45199584960935,"RotY":135.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.09600067138672,"PosY":50.03596878051758,"PosZ":-65.96199798583984,"RotY":45.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.09600067138672,"PosY":50.03596878051758,"PosZ":-65.96199798583984,"RotY":45.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.09600067138672,"PosY":50.03596878051758,"PosZ":-65.96199798583984,"RotY":45.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.09600067138672,"PosY":50.03596878051758,"PosZ":-65.96199798583984,"RotY":45.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"74":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":71.7699966430664,"PosY":43.15473937988281,"PosZ":-69.74099731445312,"RotY":225.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":71.7699966430664,"PosY":43.15473937988281,"PosZ":-69.74099731445312,"RotY":225.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":71.7699966430664,"PosY":43.15473937988281,"PosZ":-69.74099731445312,"RotY":225.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":71.7699966430664,"PosY":43.15473937988281,"PosZ":-69.74099731445312,"RotY":225.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"75":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.60000991821289,"PosY":53.17559814453125,"PosZ":166.8719940185547,"RotY":45.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Advanced_Config.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.60000991821289,"PosY":53.17559814453125,"PosZ":166.8719940185547,"RotY":45.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.60000991821289,"PosY":53.17559814453125,"PosZ":166.8719940185547,"RotY":45.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.60000991821289,"PosY":53.17559814453125,"PosZ":166.8719940185547,"RotY":45.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"76":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":52.880001068115234,"PosY":43.74263000488281,"PosZ":184.45199584960935,"RotY":135.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Advanced_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":52.880001068115234,"PosY":43.74263000488281,"PosZ":184.45199584960935,"RotY":135.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":52.880001068115234,"PosY":43.74263000488281,"PosZ":184.45199584960935,"RotY":135.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":52.880001068115234,"PosY":43.74263000488281,"PosZ":184.45199584960935,"RotY":135.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"77":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.09600067138672,"PosY":50.03596878051758,"PosZ":-65.96199798583984,"RotY":45.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Advanced_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.09600067138672,"PosY":50.03596878051758,"PosZ":-65.96199798583984,"RotY":45.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.09600067138672,"PosY":50.03596878051758,"PosZ":-65.96199798583984,"RotY":45.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.09600067138672,"PosY":50.03596878051758,"PosZ":-65.96199798583984,"RotY":45.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"78":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":71.7699966430664,"PosY":43.15473937988281,"PosZ":-69.74099731445312,"RotY":225.0,"PropID":102018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_RubikCube_Advanced_Config.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_StartCube_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":71.7699966430664,"PosY":43.15473937988281,"PosZ":-69.74099731445312,"RotY":225.0,"PropID":102019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_EndCube_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":71.7699966430664,"PosY":43.15473937988281,"PosZ":-69.74099731445312,"RotY":225.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":71.7699966430664,"PosY":43.15473937988281,"PosZ":-69.74099731445312,"RotY":225.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10047,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"79":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":45.08000183105469,"PosY":47.2599983215332,"PosZ":-16.299999237060547,"RotY":180.0,"PropID":60203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":41.45526123046875,"PosY":47.262939453125,"PosZ":-16.59000015258789,"RotY":180.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":40.22999954223633,"PosY":47.29999923706055,"PosZ":-16.43000030517578,"RotY":180.0,"PropID":102055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X202/Maze_Chap02_Prop_Garage_03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Garage_03_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":40.266998291015625,"PosY":47.61800003051758,"PosZ":-16.316999435424805,"NPCMonsterID":2013010,"EventID":20222231,"groupId":79,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"80":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.45999908447266,"PosY":53.09025955200195,"PosZ":187.9199981689453,"RotY":90.0,"PropID":60203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.45999908447266,"PosY":53.09025955200195,"PosZ":187.9199981689453,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-76.30000305175781,"PosY":53.09025955200195,"PosZ":189.20880126953125,"NPCMonsterID":8003050,"EventID":20222232,"groupId":80,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"91":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.6719970703125,"PosY":47.885719299316406,"PosZ":-29.190000534057617,"RotY":270.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.3000030517578,"PosY":46.560001373291016,"PosZ":-56.47999954223633,"RotY":270.0000915527344,"PropID":102054,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.94000244140625,"PosY":42.95600128173828,"PosZ":0.20000000298023224,"RotY":270.0000915527344,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.6719970703125,"PosY":47.885719299316406,"PosZ":-29.190000534057617,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":270.0000915527344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_WayPoint_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.4800033569336,"PosY":46.689998626708984,"PosZ":-21.520000457763672,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_HideSceneProp.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_HideShip.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeChest.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-119.3000030517578,"PosY":46.560001373291016,"PosZ":-26.479999542236328,"RotY":270.0000915527344,"groupId":0},"2":{"ID":2,"PosX":-119.3000030517578,"PosY":46.560001373291016,"PosZ":-71.4800033569336,"RotY":270.0000915527344,"groupId":0},"3":{"ID":3,"PosX":-125.6259994506836,"PosY":50.45199966430664,"PosZ":-21.555999755859375,"RotY":145.0,"groupId":0},"4":{"ID":4,"PosX":-126.7300033569336,"PosY":48.84000015258789,"PosZ":-23.219999313354492,"RotY":90.0,"groupId":0},"5":{"ID":5,"PosX":-119.42400360107422,"PosY":48.006000518798835,"PosZ":-23.082000732421875,"RotY":270.0000915527344,"groupId":0}}},"92":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":11.359999656677246,"PosY":43.110939025878906,"PosZ":-101.37000274658205,"RotY":90.00025939941406,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":4.730000019073486,"PosY":41.80699920654297,"PosZ":-109.71399688720705,"RotY":270.0000915527344,"PropID":102063,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":18.1299991607666,"PosY":35.529998779296875,"PosZ":-78.88800048828125,"RotY":270.0000915527344,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":11.359999656677246,"PosY":43.110939025878906,"PosZ":-101.37000274658205,"RotY":90.00025939941406,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":270.0000915527344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_WayPoint_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.8871809840202332,"PosY":34.09000015258789,"PosZ":-140.0800018310547,"RotY":90.00010681152344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_HideSceneProp.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.7571920156478882,"PosY":40.88999938964844,"PosZ":-146.1999969482422,"RotY":90.00010681152344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_HideSceneProp.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.7572100162506104,"PosY":40.88999938964844,"PosZ":-134.1999969482422,"RotY":89.99971771240233,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_HideSceneProp.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_HideShip.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeChest.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":4.730000019073486,"PosY":41.80699920654297,"PosZ":-109.71399688720705,"RotY":270.0000915527344,"groupId":0},"2":{"ID":2,"PosX":4.730000019073486,"PosY":41.80699920654297,"PosZ":-154.71400451660156,"RotY":270.0000915527344,"groupId":0},"3":{"ID":3,"PosX":10.024999618530272,"PosY":45.243999481201165,"PosZ":-104.16000366210938,"RotY":204.99989318847656,"groupId":0},"4":{"ID":4,"PosX":13.54300022125244,"PosY":45.880001068115234,"PosZ":-106.69000244140624,"RotY":270.0,"groupId":0},"5":{"ID":5,"PosX":4.78000020980835,"PosY":43.32899856567382,"PosZ":-106.5,"RotY":270.0000915527344,"groupId":0}}},"93":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":64.48999786376953,"PosY":60.5099983215332,"PosZ":40.220001220703125,"RotY":276.06298828125,"PropID":102078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Smelter_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"104":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":31.709999084472656,"PosY":46.9900016784668,"PosZ":129.00999450683594,"RotY":0.0,"PropID":102055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X202/Maze_Chap02_Prop_Garage_03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Garage_03_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":31.649999618530273,"PosY":47.30799865722656,"PosZ":128.9149932861328,"NPCMonsterID":2013010,"EventID":20222009,"groupId":104,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"105":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":31.709999084472656,"PosY":46.9900016784668,"PosZ":129.00999450683594,"RotY":0.0,"PropID":102055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X202/Maze_Chap02_Prop_Garage_03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Garage_03_Entity.json"}],"npcs":[],"monsters":[{"ID":200004,"RotY":0.0,"PosX":31.649999618530273,"PosY":47.30799865722656,"PosZ":128.9149932861328,"NPCMonsterID":2013010,"EventID":20222113,"groupId":105,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"106":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":61.172000885009766,"PosY":43.62200164794922,"PosZ":166.24000549316406,"RotY":0.0,"PropID":102055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X202/Maze_Chap02_Prop_Garage_03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Garage_03_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":76.59864044189453,"PosY":46.36820983886719,"PosZ":99.08074951171876,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X202/Maze_Chap02_Prop_Garage_03_HideStage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200004,"RotY":0.0,"PosX":61.040000915527344,"PosY":43.939998626708984,"PosZ":166.1699981689453,"NPCMonsterID":2013010,"EventID":20222114,"groupId":106,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"110":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.25,"PosY":50.86000061035156,"PosZ":-10.369999885559082,"RotY":90.0,"PropID":102071,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DestroyRootPuzzle_01_Fake_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.51799964904785,"PosY":50.08000183105469,"PosZ":-20.242000579833984,"RotY":100.34200286865234,"PropID":102059,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DestroyRootPuzzle_Root_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"111":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":56.61000061035156,"PosY":43.70000076293945,"PosZ":148.6999969482422,"RotY":90.0,"PropID":102072,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":111,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DestroyRootPuzzle_02_Fake_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"112":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.72000122070312,"PosY":52.25,"PosZ":120.26000213623048,"RotY":180.97300720214844,"PropID":102073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":112,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DestroyRootPuzzle_04_Fake_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.560001373291016,"PosY":53.25,"PosZ":110.41999816894533,"RotY":90.0,"PropID":102059,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":112,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_DestroyRootPuzzle_Root_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"117":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.38699340820312,"PosY":53.2599983215332,"PosZ":-19.965999603271484,"RotY":90.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":117,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.75429916381836,"PosY":49.94300079345703,"PosZ":-53.078800201416016,"RotY":249.51060485839844,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":117,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/Follow/LogisticsRobot_Demo_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":117,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.86499786376953,"PosY":53.2599983215332,"PosZ":-20.035999298095703,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_FinalGameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":117,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-48.14929962158203,"PosY":6.964238166809082,"PosZ":-69.9174575805664,"RotY":180.0,"groupId":0}}},"120":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":62.78401184082031,"PosY":43.672000885009766,"PosZ":191.281005859375,"RotY":222.1280975341797,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":270.9967956542969,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/Broken/LogisticsRobot_Demo_Broken_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":91.62999725341797,"PosY":50.1510009765625,"PosZ":116.52999877929688,"RotY":180.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":62.7599983215332,"PosY":44.37300109863281,"PosZ":191.3070068359375,"RotY":222.1280975341797,"PropID":102076,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/Broken/LogisticsRobot_Broken.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Special_RobCrane_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":91.87699890136719,"PosY":50.1510009765625,"PosZ":117.41799926757812,"RotY":101.6103973388672,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_FinalGameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":62.870338439941406,"PosY":43.672000885009766,"PosZ":191.42300415039065,"RotY":90.0,"PropID":102051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Carton_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":62.7599983215332,"PosY":44.37300109863281,"PosZ":191.3070068359375,"RotY":222.1280975341797,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":61.73244094848633,"PosY":45.828880310058594,"PosZ":177.67469787597656,"RotY":57.20716094970703,"groupId":0}}},"122":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.069000244140625,"PosY":54.24300003051758,"PosZ":166.98199462890625,"RotY":0.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":122,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.069000244140625,"PosY":54.24300003051758,"PosZ":166.98199462890625,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10048,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":122,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":30.673999786376953,"PosY":43.78313827514648,"PosZ":184.52000427246097,"RotY":0.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":122,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":30.673999786376953,"PosY":43.78313827514648,"PosZ":184.52000427246097,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10048,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":122,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":44.3650016784668,"PosY":-0.7799999713897705,"PosZ":105.55599975585938,"RotY":0.0,"groupId":0}}},"131":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X202/Chapter02_X202_MainMission_RoadBlock_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"133":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.70000076293945,"PosY":57.41999816894531,"PosZ":41.72999954223633,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":133,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"134":{"props":[],"npcs":[{"ID":400001,"PosX":82.51000213623047,"PosY":43.64910125732422,"PosZ":142.8800048828125,"Name":"NPC1","RotY":270.0,"NPCID":12118,"groupId":134,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":80.91900634765625,"PosY":43.64910125732422,"PosZ":141.96099853515625,"RotY":130.0,"groupId":0}}},"135":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":57.25,"PosY":44.630001068115234,"PosZ":146.97999572753906,"RotY":89.99983215332033,"PropID":102062,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_DestroyrootPuzzle_02.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":135,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":80.31999969482422,"PosY":44.439998626708984,"PosZ":138.13999938964844,"RotY":270.0,"groupId":0}}},"136":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":69.86000061035156,"PosY":44.630001068115234,"PosZ":131.49000549316406,"RotY":270.00030517578125,"PropID":102062,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_DestroyrootPuzzle_02.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":136,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":80.31999969482422,"PosY":44.439998626708984,"PosZ":138.13999938964844,"RotY":270.0,"groupId":0}}},"137":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":68.62000274658203,"PosY":44.630001068115234,"PosZ":130.4499969482422,"RotY":270.0002136230469,"PropID":102062,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_DestroyrootPuzzle_02.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":137,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":80.31999969482422,"PosY":44.439998626708984,"PosZ":138.13999938964844,"RotY":270.0,"groupId":0}}},"138":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":82.51000213623047,"PosY":43.64912033081055,"PosZ":142.8800048828125,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"139":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":82.51000213623047,"PosY":43.64912033081055,"PosZ":142.8800048828125,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/4015202/Mission_40152_BubbleTalk_BeforePuzzle.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":139,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"140":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":82.51000213623047,"PosY":43.64912033081055,"PosZ":142.8800048828125,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/4015202/Mission_40152_BubbleTalk_AfterPuzzle.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":140,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"141":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":82.69000244140625,"PosY":43.64912033081055,"PosZ":139.9499969482422,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":141,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":82.69000244140625,"PosY":43.64912033081055,"PosZ":139.9499969482422,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":141,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":82.69000244140625,"PosY":43.64912033081055,"PosZ":139.9499969482422,"RotY":270.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":141,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":82.69000244140625,"PosY":43.64912033081055,"PosZ":139.9499969482422,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":141,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":82.69000244140625,"PosY":43.64912033081055,"PosZ":139.9499969482422,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":141,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":82.69000244140625,"PosY":43.64912033081055,"PosZ":139.9499969482422,"RotY":270.0,"PropID":60203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":141,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":82.69000244140625,"PosY":43.64912033081055,"PosZ":139.9499969482422,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":141,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":82.69000244140625,"PosY":43.64912033081055,"PosZ":139.9499969482422,"RotY":270.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":141,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":82.69000244140625,"PosY":43.64912033081055,"PosZ":139.9499969482422,"RotY":270.0,"PropID":60203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":141,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"144":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":70.2699966430664,"PosY":44.630001068115234,"PosZ":147.3000030517578,"RotY":179.9998016357422,"PropID":102062,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_DestroyrootPuzzle_02.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":144,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":80.31999969482422,"PosY":44.439998626708984,"PosZ":138.13999938964844,"RotY":270.0,"groupId":0}}},"145":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":57.83000183105469,"PosY":44.630001068115234,"PosZ":147.55999755859375,"RotY":90.00012969970702,"PropID":102062,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_DestroyrootPuzzle_02.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":145,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":80.31999969482422,"PosY":44.439998626708984,"PosZ":138.13999938964844,"RotY":270.0,"groupId":0}}},"146":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":70.30999755859375,"PosY":44.630001068115234,"PosZ":131.3800048828125,"RotY":269.9997863769531,"PropID":102062,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_DestroyrootPuzzle_02.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":146,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":80.31999969482422,"PosY":44.439998626708984,"PosZ":138.13999938964844,"RotY":270.0,"groupId":0}}},"147":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":57.27000045776367,"PosY":44.630001068115234,"PosZ":131.27999877929688,"RotY":0.00016700000560376793,"PropID":102062,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_DestroyrootPuzzle_02.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":147,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":80.31999969482422,"PosY":44.439998626708984,"PosZ":138.13999938964844,"RotY":270.0,"groupId":0}}},"148":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":69.31999969482422,"PosY":44.630001068115234,"PosZ":147.5399932861328,"RotY":179.9998016357422,"PropID":102062,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_DestroyrootPuzzle_02.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":148,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":80.31999969482422,"PosY":44.439998626708984,"PosZ":138.13999938964844,"RotY":270.0,"groupId":0}}},"149":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":56.97999954223633,"PosY":44.630001068115234,"PosZ":149.97999572753906,"RotY":90.00016784667967,"PropID":102062,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_DestroyrootPuzzle_02.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":80.31999969482422,"PosY":44.439998626708984,"PosZ":138.13999938964844,"RotY":270.0,"groupId":0}}},"150":{"props":[],"npcs":[{"ID":400001,"PosX":82.51000213623047,"PosY":43.64912033081055,"PosZ":142.8800048828125,"Name":"NPC1","RotY":270.0,"NPCID":12118,"groupId":150,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"151":{"props":[],"npcs":[{"ID":400001,"PosX":82.51000213623047,"PosY":43.64912033081055,"PosZ":142.8800048828125,"Name":"NPC1","RotY":270.0,"NPCID":12118,"groupId":151,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"154":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":82.51000213623047,"PosY":43.64912033081055,"PosZ":142.8800048828125,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/4015203/Mission_40152_BubbleTalk_AfterPuzzle_Day2.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":154,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"157":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":82.51000213623047,"PosY":43.64912033081055,"PosZ":142.8800048828125,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/4015204/Mission_40152_BubbleTalk_AfterPuzzle_Day3.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"164":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":64.48999786376953,"PosY":80.66000366210938,"PosZ":40.220001220703125,"RotY":276.06298828125,"PropID":102078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Jianmu_PoiShow01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":164,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"165":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.25,"PosY":63.119998931884766,"PosZ":-10.869999885559082,"RotY":276.06298828125,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Jianmu_EffArea01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":165,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":64.09458923339844,"PosY":59.75,"PosZ":143.86720275878906,"RotY":276.06298828125,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Jianmu_EffArea02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":165,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.80000305175781,"PosY":66.23999786376953,"PosZ":114.1999969482422,"RotY":276.06298828125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Jianmu_EffArea03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":165,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"166":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":44.345001220703125,"PosY":45.90616989135742,"PosZ":-78.80999755859375,"RotY":0.0,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/2020105/InitLevelGraph_Prop_Common_PickupReadings_Danshu02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":166,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"180":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.310001373291016,"PosY":49.900001525878906,"PosZ":41.959999084472656,"RotY":0.0,"PropID":902,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RaidEntrance_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"183":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.7699966430664,"PosY":50.94953918457031,"PosZ":73.96372985839844,"RotY":270.0,"PropID":702,"AnchorID":1,"AnchorGroupID":183,"MappingInfoID":1110,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":183,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-76.7699966430664,"PosY":49.94953918457031,"PosZ":73.96372985839844,"NPCMonsterID":2013011,"EventID":101210,"groupId":183,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-76.73999786376953,"PosY":49.94953918457031,"PosZ":81.0699920654297,"RotY":180.0,"groupId":0}}},"184":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.63999938964844,"PosY":49.91999816894531,"PosZ":43.2599983215332,"RotY":0.0,"PropID":102176,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":184,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_AirBlock_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"185":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":44.345001220703125,"PosY":45.95100021362305,"PosZ":-78.80999755859375,"RotY":0.0,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/2020105/InitLevelGraph_Prop_Common_PickupReadings_Danshu02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":185,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"186":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":82.91000366210938,"PosY":60.421119689941406,"PosZ":37.869998931884766,"RotY":240.0,"PropID":808,"AnchorID":1,"AnchorGroupID":186,"MappingInfoID":1013,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_02.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":186,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":81.97000122070312,"PosY":60.42110824584961,"PosZ":37.31999969482422,"RotY":60.0,"groupId":0}}},"188":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":63.20000076293945,"PosY":43.64910125732422,"PosZ":139.55999755859375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":70.4800033569336,"PosY":43.64910125732422,"PosZ":124.63700103759766,"RotY":134.4965057373047,"PropID":102046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Mecha02_00_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":73.44000244140625,"PosY":43.64910125732422,"PosZ":131.8699951171875,"RotY":212.0679931640625,"PropID":102045,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Mecha01_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":68.22000122070312,"PosY":43.64910125732422,"PosZ":132.97999572753906,"RotY":62.21604919433594,"PropID":102046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Mecha02_00_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":65.72000122070312,"PosY":43.64910125732422,"PosZ":141.11000061035156,"RotY":233.75469970703125,"PropID":102045,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Mecha01_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":59.970001220703125,"PosY":43.64910125732422,"PosZ":142.27000427246094,"Name":"NPC1","RotY":145.49510192871094,"NPCID":2203,"groupId":188,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":61.619998931884766,"PosY":43.64910125732422,"PosZ":138.02000427246094,"Name":"NPC2","RotY":62.723609924316406,"NPCID":2203,"groupId":188,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":64.08699798583984,"PosY":43.64910125732422,"PosZ":139.5500030517578,"Name":"NPC3","RotY":242.72169494628903,"NPCID":1221,"groupId":188,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":66.97566986083984,"PosY":43.64910125732422,"PosZ":136.4824981689453,"RotY":307.67718505859375,"groupId":0},"2":{"ID":2,"PosX":70.09990692138672,"PosY":45.13199996948242,"PosZ":136.16000366210938,"RotY":287.5716857910156,"groupId":0}}},"201":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.63999938964844,"PosY":47.8857307434082,"PosZ":-18.010000228881836,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":201,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-129.53199768066406,"PosY":47.8857307434082,"PosZ":-3.484999895095825,"RotY":180.0,"groupId":0}}},"204":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.63999938964844,"PosY":47.8857307434082,"PosZ":-18.010000228881836,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":204,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-127.47000122070312,"PosY":47.8857307434082,"PosZ":-18.1200008392334,"Name":"NPC1","RotY":262.972412109375,"NPCID":1222,"groupId":204,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-129.53199768066406,"PosY":47.8857307434082,"PosZ":-3.484999895095825,"RotY":180.0,"groupId":0}}}}},"P20223_F20223001":{"teleports":{"1021":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.91300201416016,"PosY":14.61299991607666,"PosZ":-78.6240005493164,"RotY":40.0,"PropID":801,"AnchorID":1,"AnchorGroupID":273,"MappingInfoID":1021,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"},"1114":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.1999969482422,"PosY":-8.65219497680664,"PosZ":-38.72999954223633,"RotY":270.0,"PropID":702,"AnchorID":1,"AnchorGroupID":20,"MappingInfoID":1114,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"},"1208":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-56.38999938964844,"PosY":-12.483699798583984,"PosZ":21.6299991607666,"RotY":320.0,"PropID":901,"AnchorID":1,"AnchorGroupID":67,"MappingInfoID":1208,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_02_Entity.json"},"10033":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-68.40560913085938,"PosY":-7.593804836273193,"PosZ":-23.257740020751953,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10057":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":10.932000160217283,"PosY":-7.75,"PosZ":-18.77199935913086,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10057,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":253,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2022301":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.449999809265137,"PosY":-9.0,"PosZ":-29.5,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2022301,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2022302":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":67.97000122070312,"PosY":-10.181280136108398,"PosZ":38.382999420166016,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2022302,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2022303":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.63999938964844,"PosY":-9.306591033935547,"PosZ":16.540000915527344,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2022303,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2022304":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":59.94804000854492,"PosY":2.6188230514526367,"PosZ":-71.34374237060547,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":265,"MappingInfoID":2022304,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":265,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.449999809265137,"PosY":-9.0,"PosZ":-29.5,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2022301,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":67.97000122070312,"PosY":-10.181280136108398,"PosZ":38.382999420166016,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2022302,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.63999938964844,"PosY":-9.306591033935547,"PosZ":16.540000915527344,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2022303,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.029999999329447743,"PosY":-9.057000160217285,"PosZ":-18.709999084472656,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Chessboard_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.3199999928474426,"PosY":-10.698599815368652,"PosZ":-49.75,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-1.3629980087280271,"PosY":-9.076821327209473,"PosZ":-29.5,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":67.97000122070312,"PosY":-10.181280136108398,"PosZ":35.167999267578125,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":-107.46600341796876,"PosY":-9.306591987609863,"PosZ":16.65999984741211,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":75.14047241210938,"PosY":2.6600000858306885,"PosZ":-64.98719024658203,"RotY":0.0,"groupId":0},"6":{"ID":6,"PosX":75.14047241210938,"PosY":26.600000381469727,"PosZ":-64.98719024658203,"RotY":0.0,"groupId":0}}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-86.8499984741211,"PosY":-11.19200038909912,"PosZ":35.790000915527344,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_PortalTeleportNormal.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":252.68699645996097,"PosY":12.850000381469728,"PosZ":138.61599731445312,"RotY":62.62815856933594,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_PortalTeleportByGroupState.json","State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":305.7149963378906,"PosY":14.63601016998291,"PosZ":-54.94300079345703,"RotY":167.6219024658203,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_PortalTeleportNormal.json","State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":319.79998779296875,"PosY":13.713009834289553,"PosZ":-59.41999816894531,"RotY":205.22059631347656,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_PortalTeleportNormal.json","State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":325.4440002441406,"PosY":13.96901035308838,"PosZ":-68.61000061035156,"RotY":284.5848083496094,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_PortalTeleportNormal.json","State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":292.2099914550781,"PosY":13.253080368041992,"PosZ":-114.43990325927734,"RotY":16.40275001525879,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_PortalTeleportNormal.json","State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":170.49530029296875,"PosY":28.549999237060547,"PosZ":-260.9299011230469,"RotY":192.8303985595703,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_PortalTeleportByGroupState.json","State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.13671875,"PosY":11.920000076293944,"PosZ":-308.7107849121094,"RotY":106.53109741210938,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_PortalTeleportNormal.json","State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-416.1203002929687,"PosY":28.746000289916992,"PosZ":-133.56719970703125,"RotY":179.26780700683594,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_PortalTeleportNormal.json","State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-403.22900390625,"PosY":27.822999954223633,"PosZ":-140.79530334472656,"RotY":216.8665008544922,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_PortalTeleportNormal.json","State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-399.7442932128906,"PosY":28.07900047302246,"PosZ":-151.84730529785156,"RotY":296.2308044433594,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_PortalTeleportNormal.json","State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-370.2856140136718,"PosY":17.559999465942383,"PosZ":-84.78002166748047,"RotY":77.6723403930664,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_PortalTeleportByGroupState.json","State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-295.2983093261719,"PosY":14.776000022888184,"PosZ":136.8708038330078,"RotY":285.2650146484375,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_PortalTeleportNormal.json","State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-305.7991943359375,"PosY":13.852999687194824,"PosZ":126.470703125,"RotY":322.86358642578125,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_PortalTeleportNormal.json","State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-317.3835144042969,"PosY":14.109000205993652,"PosZ":126.1667022705078,"RotY":42.22792053222656,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_PortalTeleportNormal.json","State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-408.345703125,"PosY":27.673479080200195,"PosZ":-146.0272979736328,"RotY":179.26780700683594,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_TriggerChangeGroupState.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-311.1715087890625,"PosY":13.652159690856934,"PosZ":132.2769012451172,"RotY":322.86358642578125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_TriggerChangeGroupState.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":314.1744079589844,"PosY":13.52223014831543,"PosZ":-67.19960021972656,"RotY":205.22059631347656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_TriggerChangeGroupState.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_PortalTeleportByGroupStateTempTeleport.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":306.1499938964844,"PosY":13.350000381469728,"PosZ":-91.75,"RotY":0.0,"PropID":102211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyGardenSkyBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenSkyBridge_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-83.06765747070312,"PosY":-11.178469657897947,"PosZ":35.687679290771484,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-36.779998779296875,"PosY":11.778639793395996,"PosZ":-309.4700012207031,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":-412.6043090820313,"PosY":27.6072998046875,"PosZ":-151.16619873046875,"RotY":30.0,"groupId":0},"4":{"ID":4,"PosX":-312.6400146484375,"PosY":13.642560005187988,"PosZ":139.5800018310547,"RotY":135.0,"groupId":0},"5":{"ID":5,"PosX":311.3599853515625,"PosY":13.497030258178713,"PosZ":-70.81999969482422,"RotY":30.0,"groupId":0},"6":{"ID":6,"PosX":169.4647979736328,"PosY":28.4318904876709,"PosZ":-270.83929443359375,"RotY":9.999994277954102,"groupId":0},"7":{"ID":7,"PosX":261.44000244140625,"PosY":12.73781967163086,"PosZ":144.61000061035156,"RotY":235.0,"groupId":0},"8":{"ID":8,"PosX":-360.510009765625,"PosY":18.520000457763672,"PosZ":-81.47000122070312,"RotY":255.0,"groupId":0}}},"15":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.16849899291992,"PosY":-7.57432985305786,"PosZ":-27.54159927368164,"RotY":89.9999771118164,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-77.79000854492188,"PosY":7.28727102279663,"PosZ":-65.54261779785156,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.45179748535156,"PosY":-9.09420394897461,"PosZ":-35.468360900878906,"RotY":270.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.099998474121094,"PosY":-12.280030250549316,"PosZ":32.06999969482422,"RotY":90.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.309999465942383,"PosY":-10.277729988098145,"PosZ":-2.740000009536743,"RotY":45.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.05939865112305,"PosY":-10.309709548950195,"PosZ":7.649909019470215,"RotY":180.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.27128982543945,"PosY":-6.646965980529785,"PosZ":-39.60084915161133,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.55276107788086,"PosY":3.193259954452514,"PosZ":-99.39515686035156,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.63522338867188,"PosY":7.270287036895752,"PosZ":-55.18333053588867,"RotY":155.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-109.9185028076172,"PosY":-3.7730801105499263,"PosZ":-14.139389991760254,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.19409942626952,"PosY":-9.30659294128418,"PosZ":31.276519775390625,"RotY":180.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.52665710449219,"PosY":-11.186989784240724,"PosZ":63.85047149658203,"RotY":90.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.92984771728516,"PosY":-11.178469657897947,"PosZ":30.76966094970703,"RotY":90.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.951980590820312,"PosY":-5.383277893066406,"PosZ":39.06496810913086,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.484959602355955,"PosY":-5.731460094451904,"PosZ":21.79068946838379,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":80.62590789794922,"PosY":-10.181280136108398,"PosZ":36.79780960083008,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":106.7239990234375,"PosY":-7.7900447845458975,"PosZ":-7.587652206420899,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":67.91500854492188,"PosY":-7.790049076080321,"PosZ":-4.599999904632568,"RotY":90.0000228881836,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":73.28762817382812,"PosY":-7.784162998199462,"PosZ":0.3541159927845001,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":71.4771728515625,"PosY":3.127542018890381,"PosZ":-46.84978866577149,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":106.20020294189452,"PosY":31.113040924072266,"PosZ":-60.091190338134766,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":25.20162010192871,"PosY":-9.076828002929688,"PosZ":-25.972570419311523,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":35.0997200012207,"PosY":-9.076839447021484,"PosZ":2.5403010845184326,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":105.7219009399414,"PosY":23.80908966064453,"PosZ":-31.126070022583008,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"16":{"props":[],"npcs":[],"monsters":[{"ID":200006,"RotY":60.0,"PosX":-101.27189636230467,"PosY":-4.322656154632568,"PosZ":-4.871285915374756,"NPCMonsterID":2022010,"EventID":20223108,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":60.0,"PosX":-102.06999969482422,"PosY":-4.228353023529053,"PosZ":-3.4800000190734863,"NPCMonsterID":2022110,"EventID":20223109,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":250.0,"PosX":-104.69450378417967,"PosY":-3.9505579471588135,"PosZ":-6.518153190612793,"NPCMonsterID":2022110,"EventID":20223110,"groupId":16,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_MonsterEffect_SuiyangWithBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":200.0,"PosX":-117.47260284423828,"PosY":14.837340354919434,"PosZ":-101.09970092773438,"NPCMonsterID":8002040,"EventID":20223125,"groupId":17,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.08000183105469,"PosY":7.504897117614745,"PosZ":-48.599998474121094,"RotY":170.0,"PropID":60203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.08000183105469,"PosY":7.504897117614745,"PosZ":-48.599998474121094,"RotY":170.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-77.87198638916016,"PosY":7.376261234283448,"PosZ":-50.77608108520508,"NPCMonsterID":2013020,"EventID":20223274,"groupId":18,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.1999969482422,"PosY":-8.65219497680664,"PosZ":-38.72999954223633,"RotY":270.0,"PropID":702,"AnchorID":1,"AnchorGroupID":20,"MappingInfoID":1114,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-130.1999969482422,"PosY":-8.65219497680664,"PosZ":-38.72999954223633,"NPCMonsterID":2013021,"EventID":101214,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-129.55999755859375,"PosY":-9.439038276672363,"PosZ":-32.290000915527344,"RotY":180.0,"groupId":0}}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.988990783691406,"PosY":-9.955665588378906,"PosZ":-6.5900068283081055,"RotY":132.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-88.44000244140625,"PosY":-11.178469657897947,"PosZ":35.54682922363281,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-100.59799957275392,"PosY":-11.166589736938477,"PosZ":51.97029876708984,"RotY":0.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.55999755859376,"PosY":14.753230094909668,"PosZ":-86.65841674804688,"RotY":90.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.23516845703125,"PosY":-2.6799840927124023,"PosZ":-55.241249084472656,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":28.331729888916016,"PosY":-9.0768461227417,"PosZ":12.229900360107422,"RotY":140.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":33.32899856567383,"PosY":-9.25281810760498,"PosZ":-29.68600082397461,"RotY":110.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":78.88558959960938,"PosY":2.7414820194244385,"PosZ":-75.5634536743164,"RotY":330.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":73.17395782470702,"PosY":-1.6969139575958252,"PosZ":-21.44355010986328,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":66.66500091552734,"PosY":-10.181269645690918,"PosZ":21.328359603881836,"RotY":90.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":88.4260025024414,"PosY":-7.784162998199462,"PosZ":1.8343379497528076,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":92.068603515625,"PosY":23.80908966064453,"PosZ":-35.091468811035156,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-304.82550048828125,"PosY":13.974370002746582,"PosZ":134.22500610351565,"RotY":315.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":289.6700134277344,"PosY":13.25259017944336,"PosZ":-111.75,"RotY":90.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-68.40560913085938,"PosY":-7.593804836273193,"PosZ":-23.257740020751953,"RotY":90.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-68.40560913085938,"PosY":-7.593804836273193,"PosZ":-23.257740020751953,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":330.0,"PosX":-69.30000305175781,"PosY":-7.420598983764648,"PosZ":-20.360000610351562,"NPCMonsterID":2022110,"EventID":20223271,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":310.0,"PosX":-67.5,"PosY":-7.313952922821045,"PosZ":-18.81999969482422,"NPCMonsterID":2022110,"EventID":20223272,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.029999999329447743,"PosY":-7.32100009918213,"PosZ":8.619998931884766,"RotY":0.0,"PropID":102191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenTower_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":60.43000030517578,"PosY":-10.539999961853027,"PosZ":21.739999771118164,"RotY":0.0,"PropID":102191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenTower_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":58.720001220703125,"PosY":3.118000030517578,"PosZ":-47.36000061035156,"RotY":0.0,"PropID":102191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenTower_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.23999786376952,"PosY":-9.319999694824219,"PosZ":36.290000915527344,"RotY":0.0,"PropID":102191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenTower_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.279998779296875,"PosY":-2.4700000286102295,"PosZ":-68.91999816894531,"RotY":0.0,"PropID":102191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenTower_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":71.58799743652344,"PosY":2.8523340225219727,"PosZ":-59.77299880981445,"RotY":270.0,"PropID":102188,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":80.5,"PosY":26.624340057373047,"PosZ":-60.86000061035156,"RotY":90.0,"PropID":102188,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":75.14047241210938,"PosY":2.6600000858306885,"PosZ":-64.98719024658203,"RotY":0.0,"PropID":102178,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Elevator_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenElevator_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":75.14047241210938,"PosY":2.6600000858306885,"PosZ":-64.98719024658203,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":75.14047241210938,"PosY":26.624340057373047,"PosZ":-64.98719024658203,"RotY":0.0,"groupId":0}}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-56.38999938964844,"PosY":-12.483699798583984,"PosZ":21.6299991607666,"RotY":320.0,"PropID":901,"AnchorID":1,"AnchorGroupID":67,"MappingInfoID":1208,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.19607925415039,"PosY":-12.473609924316406,"PosZ":20.649999618530273,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-55.38999938964844,"PosY":-12.421990394592283,"PosZ":22.75,"RotY":230.0,"groupId":0}}},"79":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":5.723236083984375,"PosY":0.3100000023841858,"PosZ":23.036109924316406,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.55716037750244,"PosY":-5.610000133514404,"PosZ":7.236148834228516,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.540000915527344,"PosY":-9.640000343322754,"PosZ":-21.979999542236328,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.77825927734375,"PosY":-1.0800000429153442,"PosZ":0.21578699350357056,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":14.130209922790527,"PosY":-4.006079196929932,"PosZ":-7.79502820968628,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.9652099609375,"PosY":6.800000190734863,"PosZ":20.59638023376465,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.270000457763672,"PosY":-2.765000104904175,"PosZ":11.791000366210938,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.75,"PosY":-10.090000152587892,"PosZ":18.31999969482422,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":7.690000057220459,"PosY":-9.770000457763672,"PosZ":14.81999969482422,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":15.831000328063965,"PosY":-10.159999847412108,"PosZ":4.408999919891357,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"80":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.71916198730469,"PosY":9.279999732971191,"PosZ":-28.396080017089844,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.73999786376953,"PosY":4.880000114440918,"PosZ":-12.840000152587892,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.00999450683594,"PosY":-0.2300000041723251,"PosZ":-37.22999954223633,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.10691833496094,"PosY":11.906000137329102,"PosZ":-50.80836868286133,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-83.1478500366211,"PosY":9.220000267028809,"PosZ":-28.55986976623535,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.73441314697266,"PosY":12.31999969482422,"PosZ":-56.63999938964844,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-108.70999908447266,"PosY":5.53000020980835,"PosZ":-38.459999084472656,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.29000091552734,"PosY":-6.950348854064941,"PosZ":-27.25,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.4800033569336,"PosY":14.107660293579102,"PosZ":-57.779998779296875,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.75,"PosY":-0.5,"PosZ":-15.562439918518066,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"81":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":98.93168640136719,"PosY":35.75,"PosZ":-40.39107894897461,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":87.65101623535156,"PosY":29.25,"PosZ":-33.56159973144531,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":80.33834838867188,"PosY":27.25,"PosZ":-50.056678771972656,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":68.37129974365234,"PosY":22.0,"PosZ":-48.09156036376953,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":90.83000183105469,"PosY":49.72999954223633,"PosZ":-51.25,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":96.11000061035156,"PosY":34.029998779296875,"PosZ":-64.4302978515625,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":58.7599983215332,"PosY":12.68000030517578,"PosZ":-47.31999969482422,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":74.45500183105469,"PosY":9.920000076293945,"PosZ":-71.97899627685547,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":72.9000015258789,"PosY":15.729999542236328,"PosZ":-35.13999938964844,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":74.05999755859375,"PosY":14.890000343322754,"PosZ":-47.40999984741211,"RotY":0.0,"PropID":102223,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyangSmall_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiyangSmall_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"142":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_MonsterEffect_SuiyangWithBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":142,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":210.0,"PosX":-92.0481185913086,"PosY":-11.18698024749756,"PosZ":52.00114059448242,"NPCMonsterID":2002030,"EventID":20223101,"groupId":142,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":240.0,"PosX":-90.75164794921876,"PosY":-11.186969757080078,"PosZ":50.80622863769531,"NPCMonsterID":2002030,"EventID":20223102,"groupId":142,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":90.0,"PosX":-75.02203369140625,"PosY":-11.185970306396484,"PosZ":57.17879104614258,"NPCMonsterID":2002030,"EventID":20223103,"groupId":142,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":90.0,"PosX":-104.44439697265624,"PosY":-11.166589736938477,"PosZ":64.15982055664062,"NPCMonsterID":2002030,"EventID":20223105,"groupId":142,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":270.0,"PosX":-102.46399688720705,"PosY":-11.166589736938477,"PosZ":64.09403991699219,"NPCMonsterID":2002010,"EventID":20223106,"groupId":142,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"143":{"props":[],"npcs":[],"monsters":[{"ID":200010,"RotY":250.0,"PosX":-65.0198974609375,"PosY":7.502586841583252,"PosZ":-73.42659759521484,"NPCMonsterID":2022110,"EventID":20223114,"groupId":143,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":60.0,"PosX":-69.72631072998047,"PosY":7.552287101745605,"PosZ":-74.26036071777344,"NPCMonsterID":2022010,"EventID":20223115,"groupId":143,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":270.0,"PosX":-75.33064270019531,"PosY":8.797820091247559,"PosZ":-90.41802978515624,"NPCMonsterID":2022110,"EventID":20223116,"groupId":143,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":70.0,"PosX":-107.87799835205078,"PosY":10.447839736938477,"PosZ":-60.72320938110352,"NPCMonsterID":2022110,"EventID":20223117,"groupId":143,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"144":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":330.0,"PosX":-66.93213653564453,"PosY":7.25980806350708,"PosZ":-95.84587097167967,"NPCMonsterID":2002030,"EventID":20223001,"groupId":144,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":240.0,"PosX":-65.033203125,"PosY":7.495203018188477,"PosZ":-72.83537292480469,"NPCMonsterID":2002030,"EventID":20223002,"groupId":144,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":70.0,"PosX":-99.36000061035156,"PosY":1.5584559440612793,"PosZ":-39.2400016784668,"NPCMonsterID":2002030,"EventID":20223003,"groupId":144,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":60.0,"PosX":-101.60399627685548,"PosY":-4.308252811431885,"PosZ":-4.952606201171875,"NPCMonsterID":2002030,"EventID":20223004,"groupId":144,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"197":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":73.4280014038086,"PosY":-10.1850004196167,"PosZ":29.371999740600582,"RotY":89.36329650878906,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":197,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":86.91600036621094,"PosY":-9.662910461425781,"PosZ":37.45399856567382,"RotY":206.45840454101565,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":197,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":31.46500015258789,"PosY":-8.569220542907715,"PosZ":-10.87399959564209,"RotY":289.08349609375,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":197,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.43199920654298,"PosY":-8.79800033569336,"PosZ":41.993999481201165,"RotY":249.77789306640625,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":197,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":89.26000213623047,"PosY":-9.756999969482422,"PosZ":21.80299949645996,"RotY":289.08349609375,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":197,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":105.62899780273438,"PosY":-4.835000038146973,"PosZ":38.06100082397461,"RotY":4.803201198577881,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":197,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":72.60700225830078,"PosY":-9.38700008392334,"PosZ":22.698999404907227,"RotY":107.00759887695312,"PropID":102010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":197,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":81.18900299072266,"PosY":-9.77299976348877,"PosZ":25.420000076293945,"RotY":149.63949584960938,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":197,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":88.77300262451172,"PosY":-9.782999992370605,"PosZ":28.649999618530273,"RotY":119.87860107421876,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":197,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"209":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":209,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":8.670000076293945,"PosY":-12.100000381469728,"PosZ":-5.810021877288818,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Begin.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":209,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300036,"Category":"","GroupName":"","LoadSide":null,"PosX":173.7303924560547,"PosY":21.64168930053711,"PosZ":-75.86646270751953,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_EntityVisibilityController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":209,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300049,"Category":"","GroupName":"","LoadSide":null,"PosX":11.609999656677246,"PosY":-9.076822280883789,"PosZ":-16.510000228881836,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":209,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300058,"Category":"","GroupName":"","LoadSide":null,"PosX":11.609999656677246,"PosY":-9.076822280883789,"PosZ":-16.510000228881836,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_HideChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":209,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300076,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_HideChestControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":209,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-0.3199999928474426,"PosY":-16.1299991607666,"PosZ":-43.029998779296875,"Name":"NPC1","RotY":90.0,"NPCID":12247,"groupId":209,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":18.0,"PosY":50.20000076293945,"PosZ":-4.369999885559082,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":165.41000366210938,"PosY":36.59000015258789,"PosZ":-74.91999816894531,"RotY":90.0,"groupId":0}}},"226":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":8.670000076293945,"PosY":-12.840000152587892,"PosZ":-8.150003433227539,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Begin.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":11.609999656677246,"PosY":-9.076822280883789,"PosZ":-16.510000228881836,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":11.609999656677246,"PosY":-9.076822280883789,"PosZ":-16.510000228881836,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_HideChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_HideChestControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"227":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":227,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":8.670000076293945,"PosY":-12.840000152587892,"PosZ":-10.899999618530272,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Begin.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":227,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":11.609999656677246,"PosY":-9.076822280883789,"PosZ":-16.510000228881836,"RotY":270.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":227,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":11.609999656677246,"PosY":-9.076822280883789,"PosZ":-16.510000228881836,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_HideChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":227,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_HideChestControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":227,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"228":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":228,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":8.670000076293945,"PosY":-12.840000152587892,"PosZ":-13.890009880065918,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Begin.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":228,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":11.609999656677246,"PosY":-9.076822280883789,"PosZ":-16.510000228881836,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":228,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":11.609999656677246,"PosY":-9.076822280883789,"PosZ":-16.510000228881836,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_HideChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":228,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_HideChestControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":228,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"229":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":229,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":8.670000076293945,"PosY":-12.840000152587892,"PosZ":-17.59000015258789,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Begin.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":229,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":11.609999656677246,"PosY":-9.076822280883789,"PosZ":-16.510000228881836,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":229,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":11.609999656677246,"PosY":-9.076822280883789,"PosZ":-16.510000228881836,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_HideChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":229,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_HideChestControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":229,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"230":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":230,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":8.670000076293945,"PosY":-12.840000152587892,"PosZ":-20.730009078979492,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Begin.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":230,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":11.609999656677246,"PosY":-9.076822280883789,"PosZ":-16.510000228881836,"RotY":270.0,"PropID":60203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":230,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":11.609999656677246,"PosY":-9.076822280883789,"PosZ":-16.510000228881836,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_HideChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":230,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_HideChestControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":230,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"231":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":231,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":8.670000076293945,"PosY":-12.840000152587892,"PosZ":-23.72001075744629,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Begin.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":231,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":11.609999656677246,"PosY":-9.076822280883789,"PosZ":-16.510000228881836,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":231,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":11.609999656677246,"PosY":-9.076822280883789,"PosZ":-16.510000228881836,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_HideChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":231,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_HideChestControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":231,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"232":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":232,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":8.670000076293945,"PosY":-12.840000152587892,"PosZ":-26.959999084472656,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Begin.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":232,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":11.609999656677246,"PosY":-9.076822280883789,"PosZ":-16.510000228881836,"RotY":270.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":232,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":11.609999656677246,"PosY":-9.076822280883789,"PosZ":-16.510000228881836,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_HideChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":232,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_HideChestControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":232,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"233":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":233,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":8.670000076293945,"PosY":-12.840000152587892,"PosZ":-30.06001091003418,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Begin.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":233,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":11.609999656677246,"PosY":-9.076822280883789,"PosZ":-16.510000228881836,"RotY":270.0,"PropID":60203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":233,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":11.609999656677246,"PosY":-9.076822280883789,"PosZ":-16.510000228881836,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_HideChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":233,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_HideChestControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":233,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"253":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":10.932000160217283,"PosY":-7.75,"PosZ":-18.77199935913086,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10057,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":253,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"260":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.33216094970703,"PosY":-10.309709548950195,"PosZ":8.400827407836914,"RotY":0.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":260,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.24825286865236,"PosY":125.93160247802734,"PosZ":-223.3404998779297,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/GroupGraph/F20223001/Group_F20223001_G260.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":260,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"261":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.67369079589844,"PosY":1.5481159687042236,"PosZ":-35.9952392578125,"RotY":90.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":261,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.24825286865236,"PosY":125.93160247802734,"PosZ":-223.3404998779297,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/GroupGraph/F20223001/Group_F20223001_G261.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":261,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"262":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":95.36100006103516,"PosY":32.64118957519531,"PosZ":-53.07600021362305,"RotY":35.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":262,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.24825286865236,"PosY":125.93160247802734,"PosZ":-223.3404998779297,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/GroupGraph/F20223001/Group_F20223001_G262.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":262,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"265":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":59.94804000854492,"PosY":2.6188230514526367,"PosZ":-71.34374237060547,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":265,"MappingInfoID":2022304,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":265,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":64.79257202148438,"PosY":2.584067106246948,"PosZ":-65.44999694824219,"RotY":0.0,"groupId":0}}},"273":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.91300201416016,"PosY":14.61299991607666,"PosZ":-78.6240005493164,"RotY":40.0,"PropID":801,"AnchorID":1,"AnchorGroupID":273,"MappingInfoID":1021,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-119.0739974975586,"PosY":14.58018970489502,"PosZ":-77.9860076904297,"RotY":210.0,"groupId":0}}}}},"P20231_F20231001":{"teleports":{"1017":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":12.097999572753906,"PosY":42.42502975463867,"PosZ":-136.4113006591797,"RotY":0.0,"PropID":801,"AnchorID":1,"AnchorGroupID":158,"MappingInfoID":1017,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":158,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"},"1113":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":184.1300048828125,"PosY":46.81512069702149,"PosZ":-119.73999786376952,"RotY":180.0,"PropID":702,"AnchorID":1,"AnchorGroupID":122,"MappingInfoID":1113,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":122,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"},"1207":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":28.721099853515625,"PosY":65.39309692382812,"PosZ":-235.69790649414065,"RotY":270.0,"PropID":901,"AnchorID":1,"AnchorGroupID":55,"MappingInfoID":1207,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_02_Entity.json"},"2245":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":84.81999969482422,"PosY":69.5280532836914,"PosZ":-252.4900054931641,"RotY":315.0,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2245,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},"2254":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.219999313354492,"PosY":13.750579833984377,"PosZ":122.22799682617188,"RotY":180.0,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2254,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},"2255":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.44000244140624,"PosY":3.834825038909912,"PosZ":-14.699999809265137,"RotY":0.0,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2255,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},"10033":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":2.482820987701416,"PosY":23.802640914916992,"PosZ":-148.1199951171875,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10046":{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.06400299072266,"PosY":3.83447003364563,"PosZ":-9.940999984741211,"RotY":179.99989318847656,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10048":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.940999984741211,"PosY":23.77400016784668,"PosZ":-82.5979995727539,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10048,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10050":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":88.7249984741211,"PosY":56.01462936401367,"PosZ":-163.44000244140625,"RotY":45.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_FinalGameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2023101":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":70.41699981689453,"PosY":69.5280532836914,"PosZ":-243.8650054931641,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":1,"MappingInfoID":2023101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2023102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":72.55999755859375,"PosY":45.7021598815918,"PosZ":-66.7699966430664,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2023102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2023103":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.869999885559082,"PosY":13.861669540405272,"PosZ":28.559999465942383,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2023103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2023104":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.060001373291016,"PosY":13.616580009460447,"PosZ":-10.210000038146973,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2023104,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":70.41699981689453,"PosY":69.5280532836914,"PosZ":-243.8650054931641,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":1,"MappingInfoID":2023101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":72.55999755859375,"PosY":45.7021598815918,"PosZ":-66.7699966430664,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2023102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.869999885559082,"PosY":13.861669540405272,"PosZ":28.559999465942383,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2023103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.060001373291016,"PosY":13.616580009460447,"PosZ":-10.210000038146973,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2023104,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":79.70999908447266,"PosY":69.52790832519531,"PosZ":-247.52000427246097,"RotY":315.0,"groupId":0},"2":{"ID":2,"PosX":70.32099914550781,"PosY":45.7021484375,"PosZ":-62.362998962402344,"RotY":66.0,"groupId":0},"3":{"ID":3,"PosX":-0.5400000214576721,"PosY":13.884010314941406,"PosZ":26.878999710083008,"RotY":240.0,"groupId":0},"4":{"ID":4,"PosX":-32.369998931884766,"PosY":13.594980239868164,"PosZ":-14.300000190734863,"RotY":180.0,"groupId":0}}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":97.63500213623047,"PosY":45.7021598815918,"PosZ":-67.89700317382812,"RotY":39.099998474121094,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":85.47000122070312,"PosY":45.7021598815918,"PosZ":-45.02000045776367,"RotY":14.399999618530272,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":78.05999755859375,"PosY":44.0101203918457,"PosZ":-8.180000305175781,"RotY":322.2300109863281,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":98.58000183105469,"PosY":45.70214080810547,"PosZ":-69.2699966430664,"Name":"NPC1","RotY":323.0,"NPCID":1207,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":101.37999725341795,"PosY":45.7021598815918,"PosZ":-71.58000183105469,"RotY":320.79998779296875,"groupId":0}}},"30":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":10.965999603271484,"PosY":36.27899932861328,"PosZ":22.437000274658203,"RotY":315.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X301/Maze_Chap02_X301_Elevator_Locked_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":10.965999603271484,"PosY":36.27899932861328,"PosZ":22.437000274658203,"RotY":315.0,"PropID":102103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Elevator_01.json","State":"Locked","propStateList":["Locked","Elevator1","Elevator2","Elevator3"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_Elevator_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":12.989999771118164,"PosY":38.203399658203125,"PosZ":16.170000076293945,"RotY":135.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":9.899999618530273,"PosY":13.861669540405272,"PosZ":30.229999542236328,"RotY":315.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":7.80000114440918,"PosY":13.884010314941406,"PosZ":25.600000381469727,"RotY":315.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":10.965999603271484,"PosY":36.27899932861328,"PosZ":22.437000274658203,"RotY":315.0,"groupId":0},"2":{"ID":2,"PosX":10.965999603271484,"PosY":14.050000190734863,"PosZ":22.437000274658203,"RotY":315.0,"groupId":0}}},"31":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":11.56999969482422,"PosY":42.0099983215332,"PosZ":-13.312999725341797,"RotY":270.0000915527344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X301/Maze_Chap02_X301_Elevator_Locked_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":11.56999969482422,"PosY":42.0099983215332,"PosZ":-13.312999725341797,"RotY":270.0000915527344,"PropID":102103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Elevator_01.json","State":"Locked","propStateList":["Locked","Elevator1","Elevator2","Elevator3"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_Elevator_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":16.152000427246094,"PosY":43.95827865600586,"PosZ":-16.770000457763672,"RotY":90.00007629394531,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":5.340000152587891,"PosY":16.120710372924805,"PosZ":-8.680000305175781,"RotY":270.0000915527344,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":7.489998817443848,"PosY":16.12070083618164,"PosZ":-13.3100004196167,"RotY":270.0000915527344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":11.56999969482422,"PosY":42.0099983215332,"PosZ":-13.312999725341797,"RotY":270.0000915527344,"groupId":0},"2":{"ID":2,"PosX":11.56999969482422,"PosY":16.280000686645508,"PosZ":-13.312999725341797,"RotY":270.0000915527344,"groupId":0}}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":84.81999969482422,"PosY":69.5280532836914,"PosZ":-252.4900054931641,"RotY":315.0,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2245,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":79.70999908447266,"PosY":69.52790832519531,"PosZ":-247.52000427246097,"RotY":315.0,"groupId":0},"2":{"ID":2,"PosX":-30.219999313354492,"PosY":13.750579833984377,"PosZ":116.9499969482422,"RotY":180.0,"groupId":0}}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.44000244140624,"PosY":3.834825038909912,"PosZ":-14.699999809265137,"RotY":0.0,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2255,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-83.0199966430664,"PosY":3.8348879814147954,"PosZ":-12.640000343322754,"RotY":90.0,"groupId":0}}},"43":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":300.0,"PosX":43.39278030395508,"PosY":42.39950180053711,"PosZ":-25.3416690826416,"NPCMonsterID":8002040,"EventID":20231130,"groupId":43,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.91000366210938,"PosY":13.861669540405272,"PosZ":63.349998474121094,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":225.0,"PosX":61.54999923706055,"PosY":69.5280532836914,"PosZ":-177.69000244140625,"NPCMonsterID":2022050,"EventID":20231001,"groupId":44,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":225.0,"PosX":38.789100646972656,"PosY":65.39308166503906,"PosZ":-197.66209411621097,"NPCMonsterID":2022020,"EventID":20231002,"groupId":44,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":180.0,"PosX":62.16999816894531,"PosY":46.051128387451165,"PosZ":-138.43760681152344,"NPCMonsterID":2022060,"EventID":20231006,"groupId":44,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":216.7368927001953,"PosX":53.25,"PosY":46.05110931396485,"PosZ":-128.5,"NPCMonsterID":2022050,"EventID":20231007,"groupId":44,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":154.09710693359375,"PosX":-0.6700000166893005,"PosY":37.643348693847656,"PosZ":-57.36000061035156,"NPCMonsterID":2022040,"EventID":20231008,"groupId":44,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":190.0,"PosX":2.859999895095825,"PosY":39.98711013793945,"PosZ":-92.38999938964844,"NPCMonsterID":2022060,"EventID":20231009,"groupId":44,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":99.99999237060547,"PosX":28.193330764770508,"PosY":43.95827102661133,"PosZ":-9.631916046142578,"NPCMonsterID":2022020,"EventID":20231011,"groupId":44,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":0.0,"PosX":-44.33921813964844,"PosY":13.878000259399414,"PosZ":16.080320358276367,"NPCMonsterID":2022020,"EventID":20231013,"groupId":44,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":110.0,"PosX":-64.22704315185547,"PosY":13.863479614257812,"PosZ":24.10112953186035,"NPCMonsterID":2022060,"EventID":20231014,"groupId":44,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":180.0,"PosX":-76.44331359863281,"PosY":13.929400444030762,"PosZ":53.8206901550293,"NPCMonsterID":2022060,"EventID":20231015,"groupId":44,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":240.0,"PosX":-76.26956176757812,"PosY":13.864049911499023,"PosZ":57.218231201171875,"NPCMonsterID":2022020,"EventID":20231016,"groupId":44,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":0.0,"PosX":-6.55000114440918,"PosY":23.80797004699707,"PosZ":-55.20000076293945,"NPCMonsterID":2022050,"EventID":20231024,"groupId":44,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":40.0,"PosX":-12.179929733276367,"PosY":23.807920455932617,"PosZ":-65.65229797363281,"NPCMonsterID":2022040,"EventID":20231025,"groupId":44,"IsDelete":false,"IsClientOnly":false},{"ID":200014,"RotY":330.0,"PosX":25.26593017578125,"PosY":37.93769073486328,"PosZ":-166.03919982910156,"NPCMonsterID":2022060,"EventID":20231026,"groupId":44,"IsDelete":false,"IsClientOnly":false},{"ID":200015,"RotY":270.0,"PosX":-71.69999694824219,"PosY":2.82307505607605,"PosZ":-31.68835067749023,"NPCMonsterID":2022020,"EventID":20231027,"groupId":44,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"45":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":225.0,"PosX":61.54999923706055,"PosY":69.5280532836914,"PosZ":-177.69000244140625,"NPCMonsterID":2022050,"EventID":20231101,"groupId":45,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":225.0,"PosX":39.36117935180664,"PosY":65.39308166503906,"PosZ":-197.99769592285156,"NPCMonsterID":2022020,"EventID":20231102,"groupId":45,"IsDelete":false,"IsClientOnly":false},{"ID":200016,"RotY":270.0,"PosX":67.67729949951172,"PosY":46.05110931396485,"PosZ":-131.8751983642578,"NPCMonsterID":2022040,"EventID":20231104,"groupId":45,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":180.0,"PosX":62.16999816894531,"PosY":46.051128387451165,"PosZ":-138.43760681152344,"NPCMonsterID":2022060,"EventID":20231106,"groupId":45,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":180.0,"PosX":51.779998779296875,"PosY":46.051128387451165,"PosZ":-129.05499267578125,"NPCMonsterID":2022050,"EventID":20231107,"groupId":45,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":40.0,"PosX":-5.25,"PosY":40.01300048828125,"PosZ":-99.80999755859376,"NPCMonsterID":2022040,"EventID":20231108,"groupId":45,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":180.0,"PosX":1.149999976158142,"PosY":39.987098693847656,"PosZ":-91.72000122070312,"NPCMonsterID":2022060,"EventID":20231109,"groupId":45,"IsDelete":false,"IsClientOnly":false},{"ID":200017,"RotY":99.99999237060547,"PosX":36.68803024291992,"PosY":41.5353889465332,"PosZ":26.072010040283203,"NPCMonsterID":2022020,"EventID":20231110,"groupId":45,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":135.0,"PosX":41.68001174926758,"PosY":41.5353889465332,"PosZ":30.22001075744629,"NPCMonsterID":2022020,"EventID":20231111,"groupId":45,"IsDelete":false,"IsClientOnly":false},{"ID":200018,"RotY":45.0,"PosX":42.560001373291016,"PosY":41.505401611328125,"PosZ":24.110000610351562,"NPCMonsterID":2022040,"EventID":20231112,"groupId":45,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":30.0,"PosX":-53.93960952758789,"PosY":13.861680030822754,"PosZ":28.369640350341797,"NPCMonsterID":2022020,"EventID":20231113,"groupId":45,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":110.0,"PosX":-64.22704315185547,"PosY":13.863479614257812,"PosZ":24.10112953186035,"NPCMonsterID":2022060,"EventID":20231114,"groupId":45,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":315.0,"PosX":-69.81434631347656,"PosY":13.861669540405272,"PosZ":56.95505905151367,"NPCMonsterID":2022060,"EventID":20231115,"groupId":45,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":240.0,"PosX":-76.26956176757812,"PosY":13.864049911499023,"PosZ":57.218231201171875,"NPCMonsterID":2022020,"EventID":20231116,"groupId":45,"IsDelete":false,"IsClientOnly":false},{"ID":200019,"RotY":310.0,"PosX":-12.170000076293944,"PosY":17.995080947875977,"PosZ":60.81000900268555,"NPCMonsterID":2022060,"EventID":20231117,"groupId":45,"IsDelete":false,"IsClientOnly":false},{"ID":200020,"RotY":240.0,"PosX":-10.548199653625488,"PosY":18.03093910217285,"PosZ":65.59139251708984,"NPCMonsterID":2022060,"EventID":20231118,"groupId":45,"IsDelete":false,"IsClientOnly":false},{"ID":200021,"RotY":0.0,"PosX":-15.659999847412108,"PosY":18.01934051513672,"PosZ":64.01114654541016,"NPCMonsterID":2022020,"EventID":20231119,"groupId":45,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":0.0,"PosX":-6.550002098083496,"PosY":23.842439651489254,"PosZ":-55.20000076293945,"NPCMonsterID":2022050,"EventID":20231124,"groupId":45,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":40.0,"PosX":-12.179929733276367,"PosY":23.807920455932617,"PosZ":-65.65229797363281,"NPCMonsterID":2022040,"EventID":20231125,"groupId":45,"IsDelete":false,"IsClientOnly":false},{"ID":200014,"RotY":330.0,"PosX":25.26593017578125,"PosY":37.93769073486328,"PosZ":-166.03919982910156,"NPCMonsterID":2022060,"EventID":20231126,"groupId":45,"IsDelete":false,"IsClientOnly":false},{"ID":200015,"RotY":270.0,"PosX":-71.69999694824219,"PosY":2.82307505607605,"PosZ":-29.729999542236328,"NPCMonsterID":2022020,"EventID":20231127,"groupId":45,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":81.80000305175781,"PosY":69.5597915649414,"PosZ":-210.5500030517578,"RotY":315.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":50.124000549316406,"PosY":69.52803039550781,"PosZ":-193.4889984130859,"RotY":45.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":50.86000061035156,"PosY":48.03321075439453,"PosZ":-175.2100067138672,"RotY":225.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":37.650001525878906,"PosY":46.08110809326172,"PosZ":-87.69000244140625,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.854097843170166,"PosY":18.000640869140625,"PosZ":-74.02999877929688,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":18.61430931091309,"PosY":45.122798919677734,"PosZ":-35.36000061035156,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.18000030517578,"PosY":2.812156915664673,"PosZ":-21.93000030517578,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":74.75199890136719,"PosY":45.72214889526367,"PosZ":-46.89799880981445,"RotY":135.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":138.30149841308594,"PosY":45.722171783447266,"PosZ":-84.1362533569336,"RotY":315.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":41.34000015258789,"PosY":41.535400390625,"PosZ":8.1899995803833,"RotY":315.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"47":{"props":[{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":2.759999990463257,"PosY":40.01300048828125,"PosZ":-104.25,"RotY":180.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.599998474121094,"PosY":13.863479614257812,"PosZ":41.15999984741211,"RotY":135.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"48":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.109999656677246,"PosY":23.830989837646484,"PosZ":-122.62999725341795,"RotY":180.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.98112964630127,"PosY":17.975910186767578,"PosZ":-69.94447326660156,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":86.8290023803711,"PosY":56.01469039916992,"PosZ":-167.3361053466797,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":48.26942825317382,"PosY":42.45438003540039,"PosZ":-76.66326904296875,"RotY":270.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.49802398681640625,"PosY":13.884010314941406,"PosZ":22.955570220947266,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":166.7239990234375,"PosY":45.95100021362305,"PosZ":-126.11810302734376,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":87.27999877929688,"PosY":69.55980682373047,"PosZ":-229.86000061035156,"RotY":315.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":19.1200008392334,"PosY":46.06071853637695,"PosZ":-117.81700134277344,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":41.349998474121094,"PosY":65.56318664550781,"PosZ":-210.63999938964844,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":27.68000030517578,"PosY":51.74961853027344,"PosZ":-201.7100067138672,"RotY":315.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":19.355850219726562,"PosY":42.42502975463867,"PosZ":-128.40879821777344,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":16.729999542236328,"PosY":37.93513107299805,"PosZ":-174.3800048828125,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":55.06782150268555,"PosY":69.89694213867188,"PosZ":-214.6735992431641,"RotY":135.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.004838943481445,"PosY":23.77164077758789,"PosZ":-80.6590576171875,"RotY":90.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.160011291503906,"PosY":7.492090225219727,"PosZ":-26.883270263671875,"RotY":90.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.479999542236328,"PosY":27.011510848999023,"PosZ":-32.59000015258789,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.700000047683716,"PosY":30.94805908203125,"PosZ":-36.439998626708984,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":64.62999725341797,"PosY":46.08113098144531,"PosZ":-147.19000244140625,"RotY":44.998191833496094,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":157.77099609375,"PosY":45.95098114013672,"PosZ":-105.85900115966795,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":79.33000183105469,"PosY":44.40901947021485,"PosZ":2.140000104904175,"RotY":45.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":61.56999969482422,"PosY":44.04011917114258,"PosZ":-5.940001010894775,"RotY":45.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":45.16999816894531,"PosY":41.5353889465332,"PosZ":33.220001220703125,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":30.45299911499023,"PosY":43.958290100097656,"PosZ":-17.315000534057617,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.25,"PosY":13.861669540405272,"PosZ":102.53209686279295,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":55.34000015258789,"PosY":46.081050872802734,"PosZ":-96.52999877929688,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":47.70000076293945,"PosY":46.079471588134766,"PosZ":-141.0399932861328,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":11.979999542236328,"PosY":37.64337158203125,"PosZ":-71.77999877929688,"RotY":90.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":36.3850212097168,"PosY":65.56318664550781,"PosZ":-215.33290100097656,"RotY":270.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":2.049999952316284,"PosY":42.418609619140625,"PosZ":-117.91999816894533,"RotY":90.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":2.049999952316284,"PosY":42.418609619140625,"PosZ":-117.91999816894533,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":70.0,"PosX":4.410999774932861,"PosY":42.418598175048835,"PosZ":-120.77200317382812,"NPCMonsterID":2022040,"EventID":20231231,"groupId":49,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":225.0,"PosX":8.380000114440918,"PosY":42.418609619140625,"PosZ":-115.23300170898438,"NPCMonsterID":2022060,"EventID":20231232,"groupId":49,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"50":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":83.37999725341797,"PosY":56.6461181640625,"PosZ":-132.9199981689453,"RotY":135.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":83.37999725341797,"PosY":56.6461181640625,"PosZ":-132.9199981689453,"RotY":135.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":240.0,"PosX":87.375,"PosY":56.67607879638672,"PosZ":-140.55099487304688,"NPCMonsterID":2022060,"EventID":20231234,"groupId":50,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":170.0,"PosX":84.58000183105469,"PosY":56.70611953735352,"PosZ":-136.89999389648438,"NPCMonsterID":2022020,"EventID":20231235,"groupId":50,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":2.482820987701416,"PosY":23.802640914916992,"PosZ":-148.1199951171875,"RotY":0.0,"PropID":60203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":2.482820987701416,"PosY":23.802640914916992,"PosZ":-148.1199951171875,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.040000915527344,"PosY":23.802600860595703,"PosZ":-131.11000061035156,"RotY":60.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":315.0,"PosX":1.7920000553131104,"PosY":23.802629470825195,"PosZ":-141.58799743652344,"NPCMonsterID":2023020,"EventID":20231237,"groupId":51,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"54":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.219999313354492,"PosY":13.899999618530272,"PosZ":17.270999908447266,"RotY":270.0,"PropID":102083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_Censer_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.84400177001953,"PosY":13.899999618530272,"PosZ":30.959999084472656,"RotY":315.0,"PropID":102083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_Censer_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.35700225830078,"PosY":13.899999618530272,"PosZ":63.58399963378906,"RotY":0.0,"PropID":102083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_Censer_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.0,"PosY":10.039999961853027,"PosZ":63.5,"RotY":0.0,"PropID":102102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_CenserVolumeFog_0.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_FogVolume_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-70.05000305175781,"PosY":13.900509834289553,"PosZ":63.779998779296875,"RotY":17.662139892578125,"groupId":0}}},"55":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":28.721099853515625,"PosY":65.39309692382812,"PosZ":-235.69790649414065,"RotY":270.0,"PropID":901,"AnchorID":1,"AnchorGroupID":55,"MappingInfoID":1207,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":28.559999465942383,"PosY":65.39309692382812,"PosZ":-236.6199951171875,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":28.65999984741211,"PosY":65.39309692382812,"PosZ":-234.11199951171875,"RotY":180.0,"groupId":0}}},"56":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":5.241112232208252,"PosY":30.94804954528809,"PosZ":-26.8799991607666,"RotY":0.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.855372905731201,"PosY":23.7716007232666,"PosZ":-102.66880035400392,"RotY":82.134521484375,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/Follow/LogisticsRobot_Demo_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":5.241112232208252,"PosY":30.94804954528809,"PosZ":-26.8799991607666,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_FinalGameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-48.14929962158203,"PosY":6.964238166809082,"PosZ":-69.9174575805664,"RotY":180.0,"groupId":0}}},"58":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":88.7249984741211,"PosY":56.01462936401367,"PosZ":-163.44000244140625,"RotY":45.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":74.16059875488281,"PosY":46.08110809326172,"PosZ":-110.5355987548828,"RotY":174.09140014648438,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/Attack/LogisticsRobot_Demo_Attack_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":88.7249984741211,"PosY":56.01462936401367,"PosZ":-163.44000244140625,"RotY":45.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_FinalGameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":73.77059936523438,"PosY":46.079139709472656,"PosZ":-113.6956024169922,"NPCMonsterID":2022040,"EventID":20231251,"groupId":58,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":45.0,"PosX":71.93153381347656,"PosY":46.10913848876953,"PosZ":-113.2511978149414,"NPCMonsterID":2022060,"EventID":20231252,"groupId":58,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":90.0,"PosX":71.29759979248047,"PosY":46.079139709472656,"PosZ":-110.92359924316406,"NPCMonsterID":2022060,"EventID":20231253,"groupId":58,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"73":{"props":[],"npcs":[{"ID":400001,"PosX":118.30899810791016,"PosY":45.72214889526367,"PosZ":-28.305999755859375,"Name":"NPC1","RotY":241.0019989013672,"NPCID":12160,"groupId":73,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"77":{"props":[],"npcs":[{"ID":400001,"PosX":75.77899932861328,"PosY":45.7021484375,"PosZ":-52.073001861572266,"Name":"NPC1","RotY":151.8061981201172,"NPCID":12164,"groupId":77,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"80":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.2810001373291,"PosY":17.766000747680664,"PosZ":-73.62001037597656,"RotY":89.99983978271484,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"84":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.219999313354492,"PosY":13.750579833984377,"PosZ":122.22799682617188,"RotY":180.0,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2254,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-30.219999313354492,"PosY":13.750579833984377,"PosZ":116.9499969482422,"RotY":180.0,"groupId":0}}},"86":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.949999809265136,"PosY":23.77400016784668,"PosZ":-82.5979995727539,"RotY":0.0,"PropID":102109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.940999984741211,"PosY":23.77400016784668,"PosZ":-82.5979995727539,"RotY":0.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_AllUsage03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.940999984741211,"PosY":23.77400016784668,"PosZ":-82.5979995727539,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10048,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"87":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.46999979019165,"PosY":37.64336013793945,"PosZ":-70.44999694824219,"RotY":89.99967193603516,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.41100025177002,"PosY":36.36800003051758,"PosZ":-62.619998931884766,"RotY":89.99967193603516,"PropID":102054,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":6.059999942779541,"PosY":35.34000015258789,"PosZ":-65.98999786376953,"RotY":270.0002136230469,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.46999979019165,"PosY":37.64336013793945,"PosZ":-70.44999694824219,"RotY":89.99967193603516,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.00016700000560376793,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_WayPoint_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_HideShip.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeChest.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-11.41100025177002,"PosY":36.36800003051758,"PosZ":-62.619998931884766,"RotY":89.99967193603516,"groupId":0},"2":{"ID":2,"PosX":-11.41100025177002,"PosY":36.36800003051758,"PosZ":-17.6200008392334,"RotY":89.99967193603516,"groupId":0},"3":{"ID":3,"PosX":-5.96999979019165,"PosY":40.119998931884766,"PosZ":-68.81999969482422,"RotY":330.0,"groupId":0},"4":{"ID":4,"PosX":-4.289999961853027,"PosY":38.650001525878906,"PosZ":-65.91000366210938,"RotY":269.9997863769531,"groupId":0},"5":{"ID":5,"PosX":-11.38661003112793,"PosY":37.78499984741211,"PosZ":-65.99199676513672,"RotY":270.0002136230469,"groupId":0}}},"88":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.06400299072266,"PosY":3.83447003364563,"PosZ":-9.940999984741211,"RotY":179.99989318847656,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.9000015258789,"PosY":2.569999933242798,"PosZ":-5.190000057220459,"RotY":-0.00007699999696342275,"PropID":102063,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.6259994506836,"PosY":-50.0,"PosZ":-10.494999885559082,"RotY":0.00016700000560376793,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.06400299072266,"PosY":3.83447003364563,"PosZ":-9.940999984741211,"RotY":179.99989318847656,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.00016700000560376793,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_Event_PuzzleCompass_WayPoint_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_HideShip.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeChest.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_PuzzleCompass_HideSceneProp_X301.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-73.9000015258789,"PosY":2.569999933242798,"PosZ":-5.190000057220459,"RotY":-0.00007699999696342275,"groupId":0},"2":{"ID":2,"PosX":-118.90000152587892,"PosY":2.569999933242798,"PosZ":-5.190000057220459,"RotY":-0.00007699999696342275,"groupId":0},"3":{"ID":3,"PosX":-67.0999984741211,"PosY":5.829999923706055,"PosZ":-9.880000114440918,"RotY":299.9053955078125,"groupId":0},"4":{"ID":4,"PosX":-70.56999969482422,"PosY":4.900000095367432,"PosZ":-12.340000152587892,"RotY":-0.00003899999865097925,"groupId":0},"5":{"ID":5,"PosX":-70.6259994506836,"PosY":3.990000009536743,"PosZ":-5.26800012588501,"RotY":0.00016700000560376793,"groupId":0}}},"94":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":120.85220336914064,"PosY":46.18000030517578,"PosZ":-32.10900115966797,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502568001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":74.98999786376953,"PosY":45.7021598815918,"PosZ":-66.27999877929688,"RotY":0.0,"groupId":0}}},"95":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":98.42649841308594,"PosY":46.52851867675781,"PosZ":-78.46800231933594,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502569001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"96":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":125.66200256347656,"PosY":47.43886947631836,"PosZ":-26.32799911499023,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502570001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":75.08000183105469,"PosY":45.7021598815918,"PosZ":-65.9000015258789,"RotY":0.0,"groupId":0}}},"97":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":136.29910278320312,"PosY":45.722171783447266,"PosZ":-73.23690032958984,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/PropDialogue/W2/PropDialogue_502571001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"104":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":72.96839141845702,"PosY":69.52800750732422,"PosZ":-225.16209411621097,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_Nishastaga_M302_2.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":73.78700256347656,"PosY":70.3949966430664,"PosZ":-221.91099548339844,"RotY":45.0,"PropID":102118,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_Nishastaga_M302_3.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_07_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"107":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.087539672851562,"PosY":24.565719604492188,"PosZ":-115.40160369873048,"RotY":30.996810913085938,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":270.9967956542969,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/Broken/LogisticsRobot_Demo_Broken_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":9.915477752685547,"PosY":37.93513107299805,"PosZ":-174.4281005859375,"RotY":90.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.458999633789064,"PosY":24.89097023010254,"PosZ":-115.21199798583984,"RotY":300.0,"PropID":102076,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/Broken/LogisticsRobot_Broken.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Special_RobCrane_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":9.915477752685547,"PosY":37.93513107299805,"PosZ":-174.4281005859375,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_FinalGameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.458999633789064,"PosY":24.89097023010254,"PosZ":-115.21199798583984,"RotY":300.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"122":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":184.1300048828125,"PosY":46.81512069702149,"PosZ":-119.73999786376952,"RotY":180.0,"PropID":702,"AnchorID":1,"AnchorGroupID":122,"MappingInfoID":1113,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":122,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":184.1300048828125,"PosY":45.81512069702149,"PosZ":-119.73999786376952,"NPCMonsterID":2023031,"EventID":101213,"groupId":122,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":177.8800048828125,"PosY":45.81512069702149,"PosZ":-119.66999816894533,"RotY":90.0,"groupId":0}}},"133":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.5,"PosY":15.550000190734863,"PosZ":-54.470001220703125,"RotY":270.0,"PropID":102117,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_Nishastaga_M302_1.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":133,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"134":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":99.86000061035156,"PosY":50.29999923706055,"PosZ":-41.75,"RotY":273.9574890136719,"PropID":102119,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_Nishastaga_M302_1.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_08_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"135":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":107.89099884033205,"PosY":46.45000076293945,"PosZ":-20.59600067138672,"RotY":0.0,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":135,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":118.08999633789064,"PosY":46.45000076293945,"PosZ":-28.529970169067383,"RotY":0.0,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":135,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":119.6094970703125,"PosY":46.47241973876953,"PosZ":-59.994998931884766,"RotY":0.0,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":135,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":127.75299835205078,"PosY":46.46828079223633,"PosZ":-73.96399688720702,"RotY":160.69630432128906,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":135,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":47.415000915527344,"PosY":46.828269958496094,"PosZ":-134.44000244140625,"RotY":73.84007263183594,"PropID":102058,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":135,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_05_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":47.79999923706055,"PosY":48.78300094604492,"PosZ":-166.8260040283203,"RotY":227.26600646972656,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":135,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":19.246000289916992,"PosY":52.47600173950195,"PosZ":-195.1499938964844,"RotY":0.0,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":135,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":45.91899871826172,"PosY":46.82699966430664,"PosZ":-89.87364196777344,"RotY":0.0,"PropID":102011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":135,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_03_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":35.433998107910156,"PosY":46.607948303222656,"PosZ":-114.96099853515624,"RotY":335.6265869140625,"PropID":102185,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":135,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Projector_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"137":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":73.1500015258789,"PosY":70.0790023803711,"PosZ":-216.93099975585935,"RotY":0.0,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":137,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"142":{"props":[],"npcs":[{"ID":400001,"PosX":-8.439995765686035,"PosY":13.594989776611328,"PosZ":-12.890000343322754,"Name":"NPC1","RotY":270.0,"NPCID":3040,"groupId":142,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"145":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":39.457000732421875,"PosY":46.08113098144531,"PosZ":-145.95899963378906,"RotY":135.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":145,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":60.21397018432618,"PosY":44.04010009765625,"PosZ":3.7003118991851807,"RotY":45.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":145,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.286385536193848,"PosY":18.094039916992188,"PosZ":65.58911895751953,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":145,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.88578987121582,"PosY":13.61653995513916,"PosZ":-2.713547945022583,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":145,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"146":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":78.4000015258789,"PosY":45.72214889526367,"PosZ":-43.869998931884766,"RotY":139.7606964111328,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/Common_Raid_OpenEntrance.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":146,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":78.4000015258789,"PosY":45.72214889526367,"PosZ":-43.869998931884766,"Name":"NPC1","RotY":139.7606964111328,"NPCID":12190,"groupId":146,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"148":{"props":[],"npcs":[{"ID":400001,"PosX":-83.5199966430664,"PosY":3.869750022888184,"PosZ":-13.380000114440918,"Name":"NPC1","RotY":90.06918334960938,"NPCID":12260,"groupId":148,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"154":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":26.961050033569336,"PosY":65.88999938964844,"PosZ":-216.97210693359375,"RotY":129.55259704589844,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":154,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"157":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":118.08999633789064,"PosY":46.45000076293945,"PosZ":-28.529970169067383,"RotY":0.0,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"158":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":12.097999572753906,"PosY":42.42502975463867,"PosZ":-136.4113006591797,"RotY":0.0,"PropID":801,"AnchorID":1,"AnchorGroupID":158,"MappingInfoID":1017,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":158,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":12.157999992370604,"PosY":42.42502975463867,"PosZ":-135.38800048828125,"RotY":180.0,"groupId":0}}},"188":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":88.68599700927734,"PosY":46.307159423828125,"PosZ":-39.03499984741211,"RotY":111.0969009399414,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P20231_F20231002":{"teleports":{},"group_items":{"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-660.4400024414062,"PosY":0.9383590221405029,"PosZ":76.12999725341797,"RotY":89.99993896484375,"PropID":134,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-670.0059814453125,"PosY":1.4789999723434448,"PosZ":64.63800048828125,"RotY":0.0,"PropID":907,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P20232_F20232001":{"teleports":{"1018":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-404.6402893066406,"PosY":-44.46818923950195,"PosZ":-104.1230010986328,"RotY":0.0,"PropID":801,"AnchorID":1,"AnchorGroupID":129,"MappingInfoID":1018,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"},"1111":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-405.8500061035156,"PosY":-43.429908752441406,"PosZ":115.2699966430664,"RotY":90.0,"PropID":702,"AnchorID":1,"AnchorGroupID":99,"MappingInfoID":1111,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"},"1303":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-591.6099853515625,"PosY":-58.599910736083984,"PosZ":-1.350000023841858,"RotY":290.0,"PropID":113,"AnchorID":1,"AnchorGroupID":57,"MappingInfoID":1303,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_WeeklyRaid_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EchoOfWar_01_Entity.json"},"2253":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":1.4800000190734863,"PosY":1.1200000047683716,"PosZ":23.219999313354492,"RotY":240.0,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2253,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"},"10033":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-447.248291015625,"PosY":-44.47993087768555,"PosZ":59.67744827270508,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2023201":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-121.26000213623048,"PosY":11.829999923706056,"PosZ":1.1299999952316284,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":1,"MappingInfoID":2023201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2023202":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-324.1499938964844,"PosY":-29.42732048034668,"PosZ":9.050000190734863,"RotY":270.0000915527344,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2023202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2023203":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-416.989990234375,"PosY":-34.51689910888672,"PosZ":9.109999656677246,"RotY":270.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2023203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2024100":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-299.1080017089844,"PosY":-34.716529846191406,"PosZ":-72.19200134277344,"RotY":317.0679016113281,"PropID":131,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2024100,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-121.26000213623048,"PosY":11.829999923706056,"PosZ":1.1299999952316284,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":1,"MappingInfoID":2023201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-324.1499938964844,"PosY":-29.42732048034668,"PosZ":9.050000190734863,"RotY":270.0000915527344,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2023202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-416.989990234375,"PosY":-34.51689910888672,"PosZ":9.109999656677246,"RotY":270.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2023203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":1.4800000190734863,"PosY":1.1200000047683716,"PosZ":23.219999313354492,"RotY":240.0,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2253,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-124.37000274658205,"PosY":11.839369773864746,"PosZ":5.050000190734863,"RotY":268.535888671875,"groupId":0},"2":{"ID":2,"PosX":-318.62200927734375,"PosY":-29.42662048339844,"PosZ":4.923999786376953,"RotY":270.0000915527344,"groupId":0},"3":{"ID":3,"PosX":-420.5,"PosY":-34.528018951416016,"PosZ":4.5,"RotY":270.0,"groupId":0},"4":{"ID":4,"PosX":-565.3446044921875,"PosY":-58.42573928833008,"PosZ":5.199999809265137,"RotY":270.0,"groupId":0},"5":{"ID":5,"PosX":-188.0,"PosY":15.699999809265137,"PosZ":0.0,"RotY":0.0,"groupId":0}}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-531.760009765625,"PosY":27.40999984741211,"PosZ":120.34999847412108,"RotY":0.0,"PropID":102094,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X302_PillarFlame_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-531.469970703125,"PosY":27.40999984741211,"PosZ":-104.88999938964844,"RotY":0.0,"PropID":102094,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X302_PillarFlame_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Chap02_GameplayGraph/SequenceLight/MazeProp_Gameplay_SequenceLight_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"2":{"ID":2,"PosX":-400.2799987792969,"PosY":119.12999725341795,"PosZ":-65.5,"RotY":254.1309051513672,"groupId":0}}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-653.6599731445312,"PosY":-4.96999979019165,"PosZ":102.87999725341795,"RotY":0.0,"PropID":102094,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X302_PillarFlame_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-654.8499755859375,"PosY":-5.409999847412109,"PosZ":-93.7300033569336,"RotY":0.0,"PropID":102094,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X302_PillarFlame_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Chap02_GameplayGraph/SequenceLight/MazeProp_Gameplay_SequenceLight_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"2":{"ID":2,"PosX":-400.2799987792969,"PosY":119.12999725341795,"PosZ":-65.5,"RotY":254.1309051513672,"groupId":0}}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-773.10009765625,"PosY":-36.290000915527344,"PosZ":102.63999938964844,"RotY":0.0,"PropID":102094,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X302_PillarFlame_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-773.010009765625,"PosY":-36.279998779296875,"PosZ":-92.38999938964844,"RotY":0.0,"PropID":102094,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X302_PillarFlame_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Chap02_GameplayGraph/SequenceLight/MazeProp_Gameplay_SequenceLight_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"2":{"ID":2,"PosX":-400.2799987792969,"PosY":119.12999725341795,"PosZ":-65.5,"RotY":254.1309051513672,"groupId":0}}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-357.6505126953125,"PosY":-36.92876052856445,"PosZ":-21.270000457763672,"RotY":270.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-357.6505126953125,"PosY":-36.92876052856445,"PosZ":-21.270000457763672,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":290.0,"PosX":-362.18939208984375,"PosY":-36.92876052856445,"PosZ":-18.975929260253903,"NPCMonsterID":2022060,"EventID":20232234,"groupId":44,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":310.0,"PosX":-360.6400146484375,"PosY":-36.92876052856445,"PosZ":-16.06999969482422,"NPCMonsterID":2022060,"EventID":20232235,"groupId":44,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"45":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-361.7699890136718,"PosY":-29.39259910583496,"PosZ":4.869999885559082,"RotY":270.0,"PropID":60203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-361.7699890136718,"PosY":-29.39259910583496,"PosZ":4.869999885559082,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-370.1499938964844,"PosY":-29.42662048339844,"PosZ":4.710000038146973,"NPCMonsterID":2023030,"EventID":20232231,"groupId":45,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-447.248291015625,"PosY":-44.47993087768555,"PosZ":59.67744827270508,"RotY":270.0,"PropID":60203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-447.248291015625,"PosY":-44.47993087768555,"PosZ":59.67744827270508,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":290.0,"PosX":-453.2200012207031,"PosY":-44.47993850708008,"PosZ":59.33000183105469,"NPCMonsterID":2023010,"EventID":20232232,"groupId":46,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.99757957458496,"PosY":1.183413028717041,"PosZ":22.000999450683594,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-153.9199981689453,"PosY":11.090279579162598,"PosZ":32.88999938964844,"RotY":90.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.4489974975586,"PosY":4.076000213623047,"PosZ":-42.439998626708984,"RotY":2.194154977798462,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-264.010009765625,"PosY":-14.358119964599608,"PosZ":15.305959701538086,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-354.8829040527344,"PosY":-36.99995040893555,"PosZ":21.44083023071289,"RotY":0.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-337.2969970703125,"PosY":-29.42662048339844,"PosZ":4.902185916900635,"RotY":90.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-346.2799987792969,"PosY":-39.50642013549805,"PosZ":-75.43000030517578,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-397.9655151367187,"PosY":-36.8903694152832,"PosZ":35.76457977294922,"RotY":0.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-486.2999877929687,"PosY":-51.24312973022461,"PosZ":14.779999732971191,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-397.3710021972656,"PosY":-44.509910583496094,"PosZ":-107.13999938964844,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"49":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-6.620995998382568,"PosY":1.3762229681015017,"PosZ":32.12369155883789,"NPCMonsterID":8002040,"EventID":20232125,"groupId":49,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"50":{"props":[{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-498.36468505859375,"PosY":-51.1469612121582,"PosZ":12.115949630737305,"RotY":0.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-538.1799926757812,"PosY":-53.508880615234375,"PosZ":7.920000076293945,"RotY":135.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"51":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-388.6199951171875,"PosY":-29.400089263916016,"PosZ":4.960000038146973,"RotY":270.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-281.05560302734375,"PosY":-14.358110427856444,"PosZ":10.89015007019043,"RotY":135.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-456.6099853515625,"PosY":-44.480018615722656,"PosZ":76.5,"RotY":270.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-386.5177917480469,"PosY":-36.928749084472656,"PosZ":-21.660890579223633,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-410.8283996582031,"PosY":-45.33604049682618,"PosZ":89.74862670898438,"RotY":90.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-153.69000244140625,"PosY":11.090279579162598,"PosZ":-23.114349365234375,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-325.24371337890625,"PosY":-34.63996887207031,"PosZ":23.600000381469727,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-309.1499938964844,"PosY":-34.63990020751953,"PosZ":-24.719999313354492,"RotY":270.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-349.7575988769531,"PosY":-39.50653839111328,"PosZ":-60.59000015258789,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-411.7000122070313,"PosY":-39.43946838378906,"PosZ":-65.16000366210938,"RotY":180.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-387.8992004394531,"PosY":-34.6744384765625,"PosZ":-3.532234907150269,"RotY":270.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-411.2124938964844,"PosY":-36.87017059326172,"PosZ":39.37818908691406,"RotY":180.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-443.76559448242193,"PosY":-44.480010986328125,"PosZ":68.02345275878906,"RotY":270.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.7199096679687,"PosY":-51.2453498840332,"PosZ":-29.110000610351562,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-389.260009765625,"PosY":-34.673431396484375,"PosZ":12.909999847412108,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.0218391418457,"PosY":1.4950000047683716,"PosZ":-6.665533065795898,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.9891128540039,"PosY":5.329999923706055,"PosZ":15.38665008544922,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-557.6400146484375,"PosY":-58.599899291992195,"PosZ":12.390000343322754,"RotY":270.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"52":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":340.0,"PosX":-398.293212890625,"PosY":-39.43947982788086,"PosZ":-54.8631591796875,"NPCMonsterID":8012020,"EventID":20232001,"groupId":52,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":225.0,"PosX":-405.4100036621094,"PosY":-44.429908752441406,"PosZ":115.9499969482422,"NPCMonsterID":2023020,"EventID":20232002,"groupId":52,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":90.0,"PosX":-359.3031921386719,"PosY":-39.452510833740234,"PosZ":-66.83307647705078,"NPCMonsterID":8012020,"EventID":20232003,"groupId":52,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":45.0,"PosX":-341.0173034667969,"PosY":-36.804161071777344,"PosZ":44.8904914855957,"NPCMonsterID":8012030,"EventID":20232006,"groupId":52,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":0.0,"PosX":-368.75,"PosY":-36.92879104614258,"PosZ":18.770000457763672,"NPCMonsterID":8012010,"EventID":20232007,"groupId":52,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":0.0,"PosX":-404.8179016113282,"PosY":-36.87020111083984,"PosZ":39.90576934814453,"NPCMonsterID":8012010,"EventID":20232010,"groupId":52,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":140.0,"PosX":-459.3399963378906,"PosY":-44.24850845336914,"PosZ":113.58999633789064,"NPCMonsterID":8012030,"EventID":20232011,"groupId":52,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":30.0,"PosX":-476.1043090820313,"PosY":-46.38996124267578,"PosZ":29.769840240478516,"NPCMonsterID":8012010,"EventID":20232014,"groupId":52,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":90.0,"PosX":-505.377197265625,"PosY":-51.24312973022461,"PosZ":26.555519104003903,"NPCMonsterID":8012010,"EventID":20232016,"groupId":52,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":120.0,"PosX":-457.6499938964844,"PosY":-50.91231918334961,"PosZ":-64.73005676269531,"NPCMonsterID":8012010,"EventID":20232017,"groupId":52,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":310.0,"PosX":-501.5799865722656,"PosY":-51.16257095336914,"PosZ":-24.049999237060547,"NPCMonsterID":8012030,"EventID":20232019,"groupId":52,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"53":{"props":[],"npcs":[],"monsters":[{"ID":200012,"RotY":0.0,"PosX":-121.30780029296876,"PosY":5.876166820526123,"PosZ":36.88475036621094,"NPCMonsterID":2022020,"EventID":20232101,"groupId":53,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":160.0,"PosX":-119.83999633789064,"PosY":4.934391975402832,"PosZ":38.040000915527344,"NPCMonsterID":2022010,"EventID":20232102,"groupId":53,"IsDelete":false,"IsClientOnly":false},{"ID":200014,"RotY":90.0,"PosX":-112.8010025024414,"PosY":4.628756046295166,"PosZ":36.63938903808594,"NPCMonsterID":2022020,"EventID":20232103,"groupId":53,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":350.8312072753906,"PosX":-320.323486328125,"PosY":-34.84590148925781,"PosZ":-59.86254119873047,"NPCMonsterID":2022050,"EventID":20232105,"groupId":53,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":225.0,"PosX":-319.2040100097656,"PosY":-34.6933708190918,"PosZ":-56.20899963378906,"NPCMonsterID":2022050,"EventID":20232106,"groupId":53,"IsDelete":false,"IsClientOnly":false},{"ID":200015,"RotY":283.6944885253906,"PosX":-332.2799987792969,"PosY":-34.6898307800293,"PosZ":-69.5999984741211,"NPCMonsterID":2022050,"EventID":20232107,"groupId":53,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":90.0,"PosX":-359.3031921386719,"PosY":-39.452510833740234,"PosZ":-66.83307647705078,"NPCMonsterID":2022060,"EventID":20232108,"groupId":53,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":0.0,"PosX":-368.75,"PosY":-36.92879104614258,"PosZ":18.770000457763672,"NPCMonsterID":2022010,"EventID":20232110,"groupId":53,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":90.0,"PosX":-376.46868896484375,"PosY":-36.92879104614258,"PosZ":23.200000762939453,"NPCMonsterID":2022060,"EventID":20232111,"groupId":53,"IsDelete":false,"IsClientOnly":false},{"ID":200016,"RotY":270.0,"PosX":-403.0700073242187,"PosY":-36.87017059326172,"PosZ":40.0,"NPCMonsterID":2022060,"EventID":20232114,"groupId":53,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":90.0,"PosX":-408.8900146484375,"PosY":-36.87017059326172,"PosZ":39.470001220703125,"NPCMonsterID":2022010,"EventID":20232115,"groupId":53,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":140.0,"PosX":-459.9655151367187,"PosY":-44.240840911865234,"PosZ":113.86239624023438,"NPCMonsterID":2022060,"EventID":20232116,"groupId":53,"IsDelete":false,"IsClientOnly":false},{"ID":200017,"RotY":0.0,"PosX":-456.3236083984375,"PosY":-44.25217056274414,"PosZ":110.78919982910156,"NPCMonsterID":2022010,"EventID":20232117,"groupId":53,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":90.0,"PosX":-412.0411987304687,"PosY":-39.439491271972656,"PosZ":-50.132171630859375,"NPCMonsterID":2022010,"EventID":20232118,"groupId":53,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":0.0,"PosX":-496.760009765625,"PosY":-51.24311065673828,"PosZ":-57.7400016784668,"NPCMonsterID":2022040,"EventID":20232119,"groupId":53,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":130.0,"PosX":-501.8768005371094,"PosY":-51.24311828613281,"PosZ":-42.95027160644531,"NPCMonsterID":2022060,"EventID":20232120,"groupId":53,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"57":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-591.6099853515625,"PosY":-58.599910736083984,"PosZ":-1.350000023841858,"RotY":290.0,"PropID":113,"AnchorID":1,"AnchorGroupID":57,"MappingInfoID":1303,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_WeeklyRaid_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EchoOfWar_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-590.8900146484375,"PosY":-58.599910736083984,"PosZ":0.9298580288887024,"RotY":180.0,"groupId":0}}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-623.3342895507812,"PosY":-63.641258239746094,"PosZ":5.094110012054443,"RotY":90.0,"PropID":102186,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Chap02_GameplayGraph/SequenceLight/MazeProp_Gameplay_SequenceLight_BrokenBridge.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-318.04998779296875,"PosY":-34.689910888671875,"PosZ":-66.7699966430664,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-318.04998779296875,"PosY":-34.689910888671875,"PosZ":-66.7699966430664,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-318.04998779296875,"PosY":-34.689910888671875,"PosZ":-66.7699966430664,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-549.97998046875,"PosY":-50.41699981689453,"PosZ":4.800000190734863,"RotY":269.45660400390625,"groupId":0}}},"61":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X302/Maze_Chap02_X302_Block02_Controller.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-199.52000427246097,"PosY":15.772069931030272,"PosZ":1.0499999523162842,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X302/Maze_Chap02_X302_Block02_Trigger_Test.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"62":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-260.5199890136719,"PosY":-8.710000038146973,"PosZ":15.170000076293944,"RotY":270.0,"PropID":102110,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_Nishastaga_M302_1.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-280.9504089355469,"PosY":-14.35867977142334,"PosZ":6.4136481285095215,"RotY":155.345703125,"groupId":0},"2":{"ID":2,"PosX":-282.16400146484375,"PosY":-13.326000213623049,"PosZ":9.284000396728516,"RotY":166.7288055419922,"groupId":0}}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-605.3200073242188,"PosY":-57.560001373291016,"PosZ":4.670000076293945,"RotY":90.0,"PropID":3000,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X302/Town_Chapter02_303_LV5Boss.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-608.0900268554688,"PosY":-58.42578125,"PosZ":4.510000228881836,"RotY":0.0,"PropID":115,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_TownExit_CameraArea.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-605.5,"PosY":-58.70486068725586,"PosZ":4.269999980926514,"RotY":89.99999237060547,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"99":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-405.8500061035156,"PosY":-43.429908752441406,"PosZ":115.2699966430664,"RotY":90.0,"PropID":702,"AnchorID":1,"AnchorGroupID":99,"MappingInfoID":1111,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-405.8500061035156,"PosY":-44.429908752441406,"PosZ":115.2699966430664,"NPCMonsterID":2023021,"EventID":101211,"groupId":99,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-405.7999877929687,"PosY":-44.51002883911133,"PosZ":109.70999908447266,"RotY":0.0,"groupId":0}}},"100":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-392.3370056152344,"PosY":-42.09000015258789,"PosZ":-91.9260025024414,"RotY":327.0309143066406,"PropID":102113,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_Nishastaga_M302_1.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-280.9504089355469,"PosY":-14.35867977142334,"PosZ":6.4136481285095215,"RotY":155.345703125,"groupId":0},"2":{"ID":2,"PosX":-282.16400146484375,"PosY":-13.326000213623049,"PosZ":9.284000396728516,"RotY":166.7288055419922,"groupId":0}}},"101":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-480.1456909179687,"PosY":-49.189178466796875,"PosZ":-65.86514282226562,"RotY":90.0,"PropID":102114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_Nishastaga_M302_1.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-280.9504089355469,"PosY":-14.35867977142334,"PosZ":6.4136481285095215,"RotY":155.345703125,"groupId":0},"2":{"ID":2,"PosX":-282.16400146484375,"PosY":-13.326000213623049,"PosZ":9.284000396728516,"RotY":166.7288055419922,"groupId":0}}},"102":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-451.6048889160156,"PosY":-41.85564041137695,"PosZ":69.00618743896484,"RotY":0.0,"PropID":102115,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_Nishastaga_M302_1.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-280.9504089355469,"PosY":-14.35867977142334,"PosZ":6.4136481285095215,"RotY":155.345703125,"groupId":0},"2":{"ID":2,"PosX":-282.16400146484375,"PosY":-13.326000213623049,"PosZ":9.284000396728516,"RotY":166.7288055419922,"groupId":0}}},"103":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-340.4540100097656,"PosY":-35.02000045776367,"PosZ":-82.00299835205078,"RotY":270.0,"PropID":102116,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_Nishastaga_M302_1.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_05_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-280.9504089355469,"PosY":-14.35867977142334,"PosZ":6.4136481285095215,"RotY":155.345703125,"groupId":0},"2":{"ID":2,"PosX":-282.16400146484375,"PosY":-13.326000213623049,"PosZ":9.284000396728516,"RotY":166.7288055419922,"groupId":0}}},"104":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-409.8200073242187,"PosY":-44.007999420166016,"PosZ":64.75700378417969,"RotY":0.0,"PropID":907,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings_InstInvisible.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-471.1709899902344,"PosY":-43.51300048828125,"PosZ":69.12999725341797,"RotY":0.0,"PropID":907,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings_InstInvisible.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-450.5694885253906,"PosY":-43.369998931884766,"PosZ":65.69999694824219,"RotY":0.0,"PropID":907,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings_InstInvisible.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-409.3039855957031,"PosY":-36.87017059326172,"PosZ":37.73500061035156,"RotY":0.0,"PropID":102185,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings_InstInvisible.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Projector_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-506.3619995117187,"PosY":-50.08700180053711,"PosZ":-23.51499938964844,"RotY":0.0,"PropID":907,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings_InstInvisible.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-399.4939880371094,"PosY":-34.556209564208984,"PosZ":9.111000061035156,"RotY":51.98106002807618,"PropID":102012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_04_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-166.4029998779297,"PosY":17.29599952697754,"PosZ":9.928999900817871,"RotY":0.0,"PropID":907,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings_InstInvisible.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"119":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X302/Maze_Chapter02_X302_DragonEffect_Off.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":119,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"120":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-471.8399963378906,"PosY":-44.48004150390625,"PosZ":76.30999755859375,"RotY":90.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-397.3515930175782,"PosY":-36.870140075683594,"PosZ":-29.649999618530273,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.87298583984375,"PosY":-51.2453498840332,"PosZ":-39.099998474121094,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-558.3485717773438,"PosY":-58.599899291992195,"PosZ":-2.121490001678467,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"121":{"props":[{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-275.2818908691406,"PosY":-14.358730316162108,"PosZ":15.159810066223145,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":121,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-324.0559997558594,"PosY":-29.42729949951172,"PosZ":0.7922459840774536,"RotY":270.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":121,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-379.56298828125,"PosY":-36.999961853027344,"PosZ":30.643310546875,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":121,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-467.33551025390625,"PosY":-46.38996124267578,"PosZ":27.75642967224121,"RotY":180.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":121,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-521.9019165039062,"PosY":-51.24531173706055,"PosZ":-2.305208921432495,"RotY":180.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":121,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-415.90521240234375,"PosY":-34.516788482666016,"PosZ":0.13204999268054962,"RotY":180.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":121,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"129":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-404.6402893066406,"PosY":-44.46818923950195,"PosZ":-104.1230010986328,"RotY":0.0,"PropID":801,"AnchorID":1,"AnchorGroupID":129,"MappingInfoID":1018,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-404.6402893066406,"PosY":-44.46487045288086,"PosZ":-102.91500091552734,"RotY":180.0,"groupId":0}}},"131":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-299.1080017089844,"PosY":-34.716529846191406,"PosZ":-72.19200134277344,"RotY":317.0679016113281,"PropID":131,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2024100,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-294.67999267578125,"PosY":-33.06999969482422,"PosZ":-77.43000030517578,"RotY":322.2330017089844,"PropID":102254,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-301.5,"PosY":-34.54999923706055,"PosZ":-69.62999725341797,"RotY":317.8472900390625,"groupId":0}}}}},"P20233_F20233001":{"teleports":{},"group_items":{}},"P20241_F20241001":{"teleports":{"10028":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":135.9613037109375,"PosY":-103.908203125,"PosZ":-65.89154052734375,"RotY":306.52459716796875,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10028,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":142,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10050":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":46.63999938964844,"PosY":205.7613067626953,"PosZ":39.650001525878906,"RotY":49.796329498291016,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_FinalGameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":177,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10073":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":68.32996368408203,"PosY":-83.49408721923828,"PosZ":2.77829909324646,"RotY":336.85650634765625,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10073,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon_HideIconVer.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2024101":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.9499969482422,"PosY":199.1584930419922,"PosZ":13.270000457763672,"RotY":89.04139709472656,"PropID":101,"AnchorID":1,"AnchorGroupID":51,"MappingInfoID":2024101,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2024102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.53074073791504,"PosY":53.651798248291016,"PosZ":-88.62605285644531,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":51,"MappingInfoID":2024102,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2024103":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":70.9000015258789,"PosY":-103.87570190429688,"PosZ":-36.029998779296875,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":51,"MappingInfoID":2024103,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2024104":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":33.71186828613281,"PosY":-170.7427978515625,"PosZ":-12.873649597167969,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":51,"MappingInfoID":2024104,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2024105":{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.896390914916992,"PosY":199.13560485839844,"PosZ":72.69261169433594,"RotY":0.0,"PropID":101,"AnchorID":5,"AnchorGroupID":51,"MappingInfoID":2024105,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2024106":{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":17.239450454711914,"PosY":53.70219039916992,"PosZ":-76.73468017578125,"RotY":0.0,"PropID":101,"AnchorID":6,"AnchorGroupID":51,"MappingInfoID":2024106,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.429997444152832,"PosY":57.14154815673828,"PosZ":-189.27000427246097,"RotY":0.0,"PropID":111,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_MissionHint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.571260452270508,"PosY":57.14154815673828,"PosZ":-154.2333984375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.260000228881835,"PosY":57.22132873535156,"PosZ":-162.1300048828125,"RotY":180.00999450683594,"PropID":102232,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Container_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.1700010299682617,"PosY":57.14154815673828,"PosZ":-189.83999633789065,"RotY":266.6000061035156,"PropID":102232,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Container_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":80.62000274658203,"PosY":-103.87570190429688,"PosZ":-35.310001373291016,"RotY":22.190000534057617,"PropID":111,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_MissionHint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":5.139999866485596,"PosY":-96.6652603149414,"PosZ":-33.47999954223633,"RotY":65.62999725341797,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":13.649999618530272,"PosY":-96.53489685058594,"PosZ":-6.519999980926514,"Name":"NPC1","RotY":111.3000030517578,"NPCID":12117,"groupId":27,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":83.52999877929688,"PosY":-103.81870269775392,"PosZ":-35.7599983215332,"Name":"NPC2","RotY":299.29998779296875,"NPCID":2204,"groupId":27,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.044860001653432846,"PosY":-96.6652603149414,"PosZ":-34.78483963012695,"RotY":113.08999633789064,"groupId":0},"2":{"ID":2,"PosX":42.309329986572266,"PosY":-96.48821258544922,"PosZ":-17.92630958557129,"RotY":117.1999969482422,"groupId":0}}},"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":48.10367965698242,"PosY":-96.48821258544922,"PosZ":-20.74711036682129,"RotY":0.0,"PropID":111,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_MissionHint_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-6.177693843841553,"PosY":-96.72988891601562,"PosZ":-35.90699005126953,"Name":"NPC1","RotY":103.59999847412108,"NPCID":3011,"groupId":29,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":46.70064926147461,"PosY":-96.48821258544922,"PosZ":-21.839139938354492,"RotY":120.59999847412108,"groupId":0}}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":36.96918869018555,"PosY":78.84532165527344,"PosZ":3.517378091812134,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":56.745479583740234,"PosY":71.9517822265625,"PosZ":-106.08999633789064,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":56.77457809448242,"PosY":71.9517822265625,"PosZ":-105.96109771728516,"Name":"NPC1","RotY":157.60000610351565,"NPCID":2226,"groupId":33,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":58.54600143432618,"PosY":71.95176696777344,"PosZ":-107.75399780273438,"Name":"NPC2","RotY":187.4600067138672,"NPCID":2224,"groupId":33,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-62.17478942871094,"PosY":199.5070037841797,"PosZ":35.36138916015625,"RotY":219.6999969482422,"groupId":0},"2":{"ID":2,"PosX":33.50699996948242,"PosY":80.59249877929688,"PosZ":-7.988004207611084,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":58.029998779296875,"PosY":73.56999969482422,"PosZ":-110.73999786376952,"RotY":354.70001220703125,"groupId":0}}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-83.72000122070312,"PosY":199.2012939453125,"PosZ":6.570000171661377,"RotY":0.0,"PropID":111,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_MissionHint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.40999984741211,"PosY":199.13560485839844,"PosZ":39.189998626708984,"RotY":306.20001220703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-68.39948272705078,"PosY":198.9405059814453,"PosZ":30.1568603515625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.611328125,"PosY":199.1446075439453,"PosZ":67.12999725341797,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.242990493774418,"PosY":199.13560485839844,"PosZ":70.58672332763672,"RotY":0.0,"PropID":102246,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState02","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Lycan01_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.50391960144043,"PosY":198.9405059814453,"PosZ":65.95176696777344,"RotY":120.13999938964844,"PropID":102203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_ValkyrieCorpse_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.44546890258789,"PosY":198.9405059814453,"PosZ":61.79265975952149,"RotY":90.0,"PropID":102246,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState02","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Lycan01_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.79600143432618,"PosY":198.9405059814453,"PosZ":43.18299865722656,"RotY":192.5500030517578,"PropID":102203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState02","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_ValkyrieCorpse_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.91766357421875,"PosY":199.135498046875,"PosZ":-1.8046319484710691,"RotY":90.0,"PropID":102246,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState02","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Lycan01_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.37000274658203,"PosY":199.135498046875,"PosZ":-3.069999933242798,"RotY":192.5500030517578,"PropID":102203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState02","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_ValkyrieCorpse_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.29896926879883,"PosY":199.135498046875,"PosZ":69.26648712158203,"RotY":159.5,"PropID":102247,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Valkyrie02_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.970909118652344,"PosY":198.9405059814453,"PosZ":54.246849060058594,"RotY":288.29998779296875,"PropID":102245,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Lycan00_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.40999984741211,"PosY":199.135498046875,"PosZ":62.4044303894043,"RotY":90.0,"PropID":102246,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState02","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Lycan01_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.61000061035156,"PosY":198.9405059814453,"PosZ":17.09000015258789,"RotY":192.5500030517578,"PropID":102203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState02","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_ValkyrieCorpse_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.99309921264648,"PosY":198.9405059814453,"PosZ":30.337739944458008,"RotY":90.0,"PropID":102246,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Lycan01_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-74.13359069824219,"PosY":207.0760040283203,"PosZ":-22.463289260864254,"Name":"NPC1","RotY":267.3399963378906,"NPCID":2224,"groupId":35,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-38.88101959228515,"PosY":198.95660400390625,"PosZ":38.9881706237793,"Name":"NPC2","RotY":198.8000030517578,"NPCID":2224,"groupId":35,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-27.572830200195312,"PosY":198.9405059814453,"PosZ":66.604736328125,"Name":"NPC3","RotY":233.4600067138672,"NPCID":12117,"groupId":35,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":-74.48999786376953,"PosY":207.13819885253903,"PosZ":-24.27448081970215,"Name":"NPC4","RotY":0.0,"NPCID":2221,"groupId":35,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":-7.8400001525878915,"PosY":198.9405059814453,"PosZ":68.80999755859375,"Name":"NPC5","RotY":263.79998779296875,"NPCID":2225,"groupId":35,"IsDelete":false,"IsClientOnly":false},{"ID":400006,"PosX":-69.09121704101562,"PosY":199.1446075439453,"PosZ":65.98882293701172,"Name":"NPC6","RotY":132.38999938964844,"NPCID":2220,"groupId":35,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-73.89923858642578,"PosY":199.3585968017578,"PosZ":5.610001087188721,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-87.88758850097656,"PosY":199.17770385742188,"PosZ":6.955780982971191,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-87.88758850097656,"PosY":199.17770385742188,"PosZ":6.955780982971191,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-87.88758850097656,"PosY":199.17770385742188,"PosZ":1.1299999952316284,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":-3.7300000190734863,"PosY":201.08900451660156,"PosZ":67.0,"RotY":270.1000061035156,"groupId":0}}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.519390106201172,"PosY":-186.9893035888672,"PosZ":21.049999237060547,"RotY":0.0,"PropID":111,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_MissionHint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.03338000178337097,"PosY":-193.03900146484375,"PosZ":24.56999969482422,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.1599999964237213,"PosY":-189.94000244140625,"PosZ":-17.994359970092773,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.779998779296875,"PosY":-181.50880432128903,"PosZ":-14.630000114440918,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.6600000262260437,"PosY":-190.27000427246097,"PosZ":35.65999984741211,"RotY":180.0,"groupId":0}}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.9499969482422,"PosY":199.1584930419922,"PosZ":13.270000457763672,"RotY":89.04139709472656,"PropID":101,"AnchorID":1,"AnchorGroupID":51,"MappingInfoID":2024101,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.53074073791504,"PosY":53.651798248291016,"PosZ":-88.62605285644531,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":51,"MappingInfoID":2024102,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":70.9000015258789,"PosY":-103.87570190429688,"PosZ":-36.029998779296875,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":51,"MappingInfoID":2024103,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":33.71186828613281,"PosY":-170.7427978515625,"PosZ":-12.873649597167969,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":51,"MappingInfoID":2024104,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.896390914916992,"PosY":199.13560485839844,"PosZ":72.69261169433594,"RotY":0.0,"PropID":101,"AnchorID":5,"AnchorGroupID":51,"MappingInfoID":2024105,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":17.239450454711914,"PosY":53.70219039916992,"PosZ":-76.73468017578125,"RotY":0.0,"PropID":101,"AnchorID":6,"AnchorGroupID":51,"MappingInfoID":2024106,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-176.67999267578125,"PosY":199.2698974609375,"PosZ":5.400000095367432,"RotY":89.04139709472656,"groupId":0},"2":{"ID":2,"PosX":-23.132080078125,"PosY":53.651798248291016,"PosZ":-90.03536987304688,"RotY":170.0,"groupId":0},"3":{"ID":3,"PosX":70.56226348876953,"PosY":-102.97049713134766,"PosZ":-38.97774887084961,"RotY":110.0,"groupId":0},"4":{"ID":4,"PosX":25.26732063293457,"PosY":-170.798095703125,"PosZ":-13.310819625854492,"RotY":250.0,"groupId":0},"5":{"ID":5,"PosX":-18.751680374145508,"PosY":198.9405059814453,"PosZ":67.78221130371094,"RotY":270.0,"groupId":0},"6":{"ID":6,"PosX":11.449999809265137,"PosY":53.70219039916992,"PosZ":-84.22628784179688,"RotY":180.0,"groupId":0}}},"52":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.99658966064453,"PosY":199.13560485839844,"PosZ":51.818241119384766,"RotY":135.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.020000457763672,"PosY":211.6230010986328,"PosZ":-49.9900016784668,"RotY":225.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":6.619999885559082,"PosY":216.5428009033203,"PosZ":-6.530001163482666,"RotY":315.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.81196403503418,"PosY":181.697998046875,"PosZ":-8.973958969116211,"RotY":225.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":81.58000183105469,"PosY":205.6667938232422,"PosZ":67.06999969482422,"RotY":225.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.39699935913086,"PosY":58.53099822998047,"PosZ":-46.6150016784668,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.18600082397461,"PosY":53.65177917480469,"PosZ":-120.43199920654295,"RotY":90.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":8.479901313781738,"PosY":57.14154815673828,"PosZ":-164.6613006591797,"RotY":85.10558319091797,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":2.3850040435791016,"PosY":74.22418975830078,"PosZ":-35.28499984741211,"RotY":70.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":39.624000549316406,"PosY":74.24488830566406,"PosZ":-37.26800155639648,"RotY":250.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.609999656677246,"PosY":8.095694541931152,"PosZ":-49.86000061035156,"RotY":22.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":79.777099609375,"PosY":-89.25,"PosZ":-36.47565841674805,"RotY":293.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":154.1177978515625,"PosY":-103.88079833984376,"PosZ":-6.24390983581543,"RotY":254.15750122070312,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":51.75199890136719,"PosY":-83.49432373046875,"PosZ":39.30500030517578,"RotY":67.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":85.30999755859375,"PosY":-98.25689697265624,"PosZ":23.700000762939453,"RotY":250.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":21.0,"PosY":-91.17092895507812,"PosZ":21.040000915527344,"RotY":205.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.66931915283203,"PosY":-170.77000427246094,"PosZ":24.831470489501953,"RotY":135.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":21.56999969482422,"PosY":-193.20159912109375,"PosZ":9.089998245239258,"RotY":338.2746887207031,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":9.749305725097656,"PosY":8.084939956665039,"PosZ":42.31999969482422,"RotY":203.1439971923828,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.670000076293945,"PosY":-131.0760040283203,"PosZ":-18.600000381469727,"RotY":20.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.594048976898193,"PosY":-96.52755737304688,"PosZ":2.5468389987945557,"RotY":293.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.940000057220459,"PosY":8.054707527160645,"PosZ":7.170000076293945,"RotY":338.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"53":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.689998626708984,"PosY":211.5446014404297,"PosZ":-29.670000076293945,"RotY":224.86959838867188,"PropID":102227,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.689998626708984,"PosY":211.5446014404297,"PosZ":-29.670000076293945,"RotY":224.86959838867188,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.619999885559082,"PosY":216.69189453125,"PosZ":-8.65999984741211,"RotY":44.75360870361328,"PropID":102227,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.383999824523926,"PosY":216.8390960693359,"PosZ":-9.312999725341797,"RotY":43.30295944213867,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.5500010251998901,"PosY":-96.35014343261719,"PosZ":-34.790000915527344,"RotY":118.81590270996094,"PropID":102227,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.7799999713897705,"PosY":-96.70004272460938,"PosZ":-33.029998779296875,"RotY":116.86129760742188,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":17.749990463256836,"PosY":-170.34910583496094,"PosZ":17.890010833740234,"RotY":39.321590423583984,"PropID":102227,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":19.559999465942383,"PosY":-170.8800048828125,"PosZ":21.40999984741211,"RotY":224.6522979736328,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G53_300033.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.7599999904632568,"PosY":-86.84352111816406,"PosZ":32.15800094604492,"RotY":20.257850646972656,"PropID":102227,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.5299990177154541,"PosY":-86.84352111816406,"PosZ":30.110000610351562,"RotY":116.86129760742188,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G53_300033.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.8480000495910645,"PosY":8.188260078430176,"PosZ":-11.937999725341797,"RotY":67.33631896972656,"PropID":102227,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.619999885559082,"PosY":9.589998245239258,"PosZ":-0.40999999642372126,"RotY":111.25450134277344,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G53_300033.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.03000020980835,"PosY":18.811670303344727,"PosZ":14.260000228881836,"RotY":113.8206024169922,"PropID":102227,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_02_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.2799999713897705,"PosY":19.8799991607666,"PosZ":-11.9399995803833,"RotY":39.40761947631836,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G53_300033.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.709999084472656,"PosY":48.15925979614258,"PosZ":-24.3700008392334,"RotY":156.92660522460938,"PropID":102227,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.360000610351562,"PosY":49.45000076293945,"PosZ":-22.809999465942383,"RotY":124.01349639892578,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G53_300033.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":30.100000381469727,"PosY":80.76985931396484,"PosZ":1.2500009536743164,"RotY":131.16900634765625,"PropID":102227,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_02_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":28.760000228881836,"PosY":80.7979965209961,"PosZ":0.4299980103969574,"RotY":194.45919799804688,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G53_300033.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":15.25,"PosY":198.9571990966797,"PosZ":56.720001220703125,"RotY":326.0978088378906,"PropID":102227,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_02_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.5,"PosY":181.79600524902344,"PosZ":-23.149999618530273,"RotY":224.21310424804688,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G53_300033.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":56.49000930786133,"PosY":72.03825378417969,"PosZ":-89.72000122070312,"RotY":154.6123046875,"PropID":102227,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_02_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":55.02000045776367,"PosY":71.80999755859375,"PosZ":-87.06999969482422,"RotY":176.0989990234375,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G53_300033.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":33.83000183105469,"PosY":74.4357681274414,"PosZ":-48.9900016784668,"RotY":338.355712890625,"PropID":102227,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_02_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":41.529998779296875,"PosY":74.79351806640625,"PosZ":-50.209999084472656,"RotY":338.355712890625,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G53_300033.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":113.84290313720705,"PosY":-103.88089752197266,"PosZ":-2.2200000286102295,"RotY":113.79579925537108,"PropID":102227,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_02_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":113.61000061035156,"PosY":-102.60769653320312,"PosZ":-7.579998970031737,"RotY":116.86129760742188,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G53_300033.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":93.30458068847656,"PosY":-98.17867279052734,"PosZ":10.987919807434082,"RotY":297.21051025390625,"PropID":102227,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_02_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":95.62998962402344,"PosY":-97.06455993652344,"PosZ":10.68000030517578,"RotY":301.6492919921875,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G53_300033.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":8.65999984741211,"PosY":216.69590759277344,"PosZ":8.65999984741211,"RotY":225.3939971923828,"PropID":102227,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_02_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":6.5,"PosY":216.8390960693359,"PosZ":11.56999969482422,"RotY":50.89617156982422,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G53_300033.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":40.290000915527344,"PosY":205.70899963378903,"PosZ":39.459999084472656,"RotY":45.11909103393555,"PropID":102227,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_02_Entity.json"},{"ID":300032,"Category":"","GroupName":"","LoadSide":null,"PosX":41.040000915527344,"PosY":205.523193359375,"PosZ":39.63999938964844,"RotY":50.89617156982422,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G53_300033.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300033,"Category":"","GroupName":"","LoadSide":null,"PosX":40.41975021362305,"PosY":205.6667938232422,"PosZ":38.771690368652344,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G53_300033.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"63":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.57379150390625,"PosY":199.13560485839844,"PosZ":-3.2215209007263184,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.503662109375,"PosY":207.13819885253903,"PosZ":-31.03343963623047,"RotY":180.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.74100112915039,"PosY":211.5446929931641,"PosZ":-59.402000427246094,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.66558074951172,"PosY":199.13560485839844,"PosZ":42.38106918334961,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.34772872924805,"PosY":199.13560485839844,"PosZ":72.65518188476562,"RotY":315.75860595703125,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":55.599998474121094,"PosY":205.68080139160156,"PosZ":55.810001373291016,"RotY":45.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":62.5880012512207,"PosY":205.6667938232422,"PosZ":48.15299987792969,"RotY":45.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300037,"Category":"","GroupName":"","LoadSide":null,"PosX":37.09000015258789,"PosY":205.68080139160156,"PosZ":57.720008850097656,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300040,"Category":"","GroupName":"","LoadSide":null,"PosX":98.19999694824219,"PosY":210.21560668945312,"PosZ":65.51000213623047,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300041,"Category":"","GroupName":"","LoadSide":null,"PosX":73.75,"PosY":210.21560668945312,"PosZ":89.96000671386719,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300042,"Category":"","GroupName":"","LoadSide":null,"PosX":128.556396484375,"PosY":210.21560668945312,"PosZ":83.00212097167967,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300043,"Category":"","GroupName":"","LoadSide":null,"PosX":91.09100341796876,"PosY":210.21560668945312,"PosZ":120.46900177001952,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300044,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.80239963531494,"PosY":211.5308074951172,"PosZ":-58.61090850830078,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300045,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.459999084472656,"PosY":198.95660400390625,"PosZ":27.079999923706055,"RotY":45.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300046,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.210000038146973,"PosY":198.9416046142578,"PosZ":16.329999923706055,"RotY":45.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300047,"Category":"","GroupName":"","LoadSide":null,"PosX":29.31999969482422,"PosY":198.9571990966797,"PosZ":67.52999877929688,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300048,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.224000930786133,"PosY":190.42860412597656,"PosZ":61.84700012207031,"RotY":45.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300049,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.048629760742188,"PosY":190.36729431152344,"PosZ":38.6115608215332,"RotY":45.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300050,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.12892150878906,"PosY":190.36720275878903,"PosZ":3.5369930267333984,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300051,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.95000076293945,"PosY":190.36720275878903,"PosZ":-11.470000267028809,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300052,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.59000015258789,"PosY":181.70120239257812,"PosZ":-5.050000190734863,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300053,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.56048011779785,"PosY":181.70120239257812,"PosZ":-31.682519912719727,"RotY":45.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.829999923706055,"PosY":53.651798248291016,"PosZ":-73.1500015258789,"RotY":30.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.597719192504883,"PosY":53.65177917480469,"PosZ":-120.40049743652344,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":3.596714973449707,"PosY":57.14154815673828,"PosZ":-180.1732940673828,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.52915954589844,"PosY":57.14154815673828,"PosZ":-171.01840209960938,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":12.502559661865234,"PosY":61.90056991577149,"PosZ":-124.33480072021484,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":66.54585266113281,"PosY":71.9517822265625,"PosZ":-109.54840087890624,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":21.89221954345703,"PosY":74.3962631225586,"PosZ":-40.59389877319336,"RotY":70.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300032,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.468445777893066,"PosY":53.47444152832031,"PosZ":-35.7841682434082,"RotY":20.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300033,"Category":"","GroupName":"","LoadSide":null,"PosX":35.8283805847168,"PosY":80.57552337646484,"PosZ":-7.67679786682129,"RotY":115.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300054,"Category":"","GroupName":"","LoadSide":null,"PosX":1.9260250329971311,"PosY":53.469181060791016,"PosZ":-24.83139991760254,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300055,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.042949676513672,"PosY":53.651798248291016,"PosZ":-92.1466064453125,"RotY":30.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300056,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.4900016784668,"PosY":53.64178085327149,"PosZ":-48.95000076293945,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300057,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.5022087097168,"PosY":53.31818008422851,"PosZ":-67.70938110351562,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300058,"Category":"","GroupName":"","LoadSide":null,"PosX":13.247879981994627,"PosY":57.14178085327149,"PosZ":-168.2165985107422,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300059,"Category":"","GroupName":"","LoadSide":null,"PosX":14.49810028076172,"PosY":18.71656036376953,"PosZ":8.324592590332031,"RotY":70.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300060,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.9200000166893004,"PosY":18.79216957092285,"PosZ":8.470000267028809,"RotY":70.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300061,"Category":"","GroupName":"","LoadSide":null,"PosX":7.129927158355713,"PosY":8.054707527160645,"PosZ":-5.810184001922607,"RotY":20.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300062,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.3400001525878915,"PosY":18.79216957092285,"PosZ":-3.0199999809265137,"RotY":70.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":91.62309265136719,"PosY":-89.06999969482422,"PosZ":-51.65436935424805,"RotY":113.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":86.19999694824219,"PosY":-103.88819885253906,"PosZ":-26.989999771118164,"RotY":110.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":64.85769653320312,"PosY":-98.28653717041016,"PosZ":32.89588165283203,"RotY":70.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":79.10028076171875,"PosY":-98.28653717041016,"PosZ":8.038960456848145,"RotY":70.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":31.75,"PosY":-91.17415618896484,"PosZ":17.700000762939453,"RotY":70.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":79.63191223144531,"PosY":-83.50807189941406,"PosZ":29.804790496826172,"RotY":70.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":58.68000030517578,"PosY":-83.49532318115236,"PosZ":45.779998779296875,"RotY":65.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300039,"Category":"","GroupName":"","LoadSide":null,"PosX":96.36773681640624,"PosY":-103.91819763183594,"PosZ":-61.98698043823242,"RotY":40.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300063,"Category":"","GroupName":"","LoadSide":null,"PosX":23.923629760742188,"PosY":-96.6037826538086,"PosZ":-7.334683895111084,"RotY":21.580259323120117,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300064,"Category":"","GroupName":"","LoadSide":null,"PosX":29.624950408935547,"PosY":-96.6037826538086,"PosZ":-21.774139404296875,"RotY":21.580259323120117,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300065,"Category":"","GroupName":"","LoadSide":null,"PosX":116.84200286865234,"PosY":-103.88079833984376,"PosZ":-0.24762099981307983,"RotY":70.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300066,"Category":"","GroupName":"","LoadSide":null,"PosX":14.715410232543944,"PosY":-87.08789825439453,"PosZ":32.89958953857422,"RotY":21.580259323120117,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":26.950000762939453,"PosY":-170.77000427246094,"PosZ":21.969999313354492,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":10.121150016784668,"PosY":-170.77000427246094,"PosZ":-35.849998474121094,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":35.476318359375,"PosY":-170.77000427246094,"PosZ":-8.0,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.68000030517578,"PosY":-193.1490020751953,"PosZ":11.909999847412108,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.07379150390625,"PosY":-186.98910522460935,"PosZ":18.57308006286621,"RotY":45.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":9.376208305358887,"PosY":-193.20159912109375,"PosZ":35.746829986572266,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300067,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.21282958984375,"PosY":-176.00880432128906,"PosZ":-29.574010848999023,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300068,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.24673080444336,"PosY":-181.50880432128903,"PosZ":-6.717879772186279,"RotY":90.67391204833984,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":8.81380844116211,"PosY":53.70219039916992,"PosZ":-88.743408203125,"RotY":89.9999771118164,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":129.44540405273438,"PosY":-103.88079833984376,"PosZ":-13.25811004638672,"RotY":335.47149658203125,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":126.05989837646484,"PosY":-103.91819763183594,"PosZ":-53.058311462402344,"RotY":284.1982116699219,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":1.9460129737854004,"PosY":-170.77000427246094,"PosZ":34.51744079589844,"RotY":180.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300034,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.79298973083496,"PosY":53.649658203125,"PosZ":-93.6246337890625,"RotY":229.8760986328125,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.688720703125,"PosY":199.13560485839844,"PosZ":19.267810821533203,"RotY":278.4276123046875,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300036,"Category":"","GroupName":"","LoadSide":null,"PosX":63.91503143310547,"PosY":-83.49532318115236,"PosZ":32.55923080444336,"RotY":172.50230407714844,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300038,"Category":"","GroupName":"","LoadSide":null,"PosX":9.482007026672363,"PosY":57.14154815673828,"PosZ":-153.33859252929688,"RotY":204.7147979736328,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"69":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.65000152587892,"PosY":199.10000610351565,"PosZ":5.809999942779541,"RotY":90.0,"PropID":102235,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_09.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_GaintDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-146.41000366210938,"PosY":208.9600067138672,"PosZ":5.53000020980835,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":-146.3800048828125,"PosY":204.33999633789065,"PosZ":6.329999923706055,"RotY":90.0,"groupId":0}}},"70":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.800000011920929,"PosY":52.650001525878906,"PosZ":-61.7400016784668,"RotY":60.0,"PropID":102234,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RotatableBridge_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.819999694824219,"PosY":52.630001068115234,"PosZ":-116.72000122070312,"RotY":180.0,"PropID":102234,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RotatableBridge_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.919999957084656,"PosY":53.469181060791016,"PosZ":-54.84000015258789,"RotY":0.0,"PropID":102238,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G70_300021.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.400000095367432,"PosY":53.650848388671875,"PosZ":-122.16000366210938,"RotY":0.0,"PropID":102238,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G70_300021.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.309999465942383,"PosY":53.649658203125,"PosZ":-97.16000366210938,"RotY":330.8511047363281,"PropID":102238,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G70_300021.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":4.559999942779541,"PosY":53.5,"PosZ":-64.45999908447266,"RotY":298.8951110839844,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.849999904632568,"PosY":53.5,"PosZ":-58.720001220703125,"RotY":298.8951110839844,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.4710001945495605,"PosY":53.5,"PosZ":-56.73400115966797,"RotY":342.80029296875,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":4.940000057220459,"PosY":53.5,"PosZ":-59.81999969482422,"RotY":254.67269897460935,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":5.25,"PosY":53.5,"PosZ":-58.189998626708984,"RotY":211.2425994873047,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":4.670000076293945,"PosY":53.5,"PosZ":-58.880001068115234,"RotY":240.1920928955078,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.139999866485596,"PosY":53.5,"PosZ":-64.54000091552734,"RotY":240.1920928955078,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.550000190734863,"PosY":53.5,"PosZ":-59.970001220703125,"RotY":285.6846923828125,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.531000137329102,"PosY":53.5,"PosZ":-57.40900039672851,"RotY":330.29168701171875,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.079999923706055,"PosY":52.630001068115234,"PosZ":-117.5500030517578,"RotY":240.6616973876953,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.389999866485596,"PosY":52.630001068115234,"PosZ":-113.80999755859376,"RotY":240.6616973876953,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.650000095367432,"PosY":52.630001068115234,"PosZ":-117.12000274658205,"RotY":284.05731201171875,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.340000152587891,"PosY":52.630001068115234,"PosZ":-112.48999786376952,"RotY":223.4564971923828,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.839999914169311,"PosY":52.630001068115234,"PosZ":-116.66000366210938,"RotY":270.4548034667969,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.569999694824219,"PosY":52.630001068115234,"PosZ":-110.68000030517578,"RotY":180.51600646972656,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":5.271045207977295,"PosY":19.172630310058594,"PosZ":-8.588967323303223,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G70_300021.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.800000011920929,"PosY":52.650001525878906,"PosZ":-61.7400016784668,"RotY":25.77039909362793,"groupId":0},"2":{"ID":2,"PosX":-0.800000011920929,"PosY":52.650001525878906,"PosZ":-61.7400016784668,"RotY":336.1701965332031,"groupId":0},"3":{"ID":3,"PosX":-9.819999694824219,"PosY":52.630001068115234,"PosZ":-116.72000122070312,"RotY":148.14759826660156,"groupId":0},"4":{"ID":4,"PosX":-9.819999694824219,"PosY":52.630001068115234,"PosZ":-116.72000122070312,"RotY":93.42098236083984,"groupId":0}}},"71":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":49.05500030517578,"PosY":-97.23999786376953,"PosZ":-20.756000518798828,"RotY":202.5,"PropID":102233,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RotatableBridge_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":92.37999725341797,"PosY":-104.90000152587892,"PosZ":-31.3700008392334,"RotY":337.5,"PropID":102234,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RotatableBridge_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":44.41999816894531,"PosY":-91.5,"PosZ":19.18000030517578,"RotY":157.5,"PropID":102233,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RotatableBridge_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":42.93199920654297,"PosY":-96.60719299316406,"PosZ":-21.72100067138672,"RotY":291.1708984375,"PropID":102238,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G70_300021.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":86.43000030517578,"PosY":-103.87570190429688,"PosZ":-36.31999969482422,"RotY":258.3580017089844,"PropID":102238,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G70_300021.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":39.83000183105469,"PosY":-91.17091369628906,"PosZ":14.5,"RotY":252.00830078125,"PropID":102238,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G70_300021.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":95.95999908447266,"PosY":-104.90000152587892,"PosZ":-26.81999969482422,"RotY":39.0713005065918,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":91.75,"PosY":-104.90000152587892,"PosZ":-25.5,"RotY":351.81939697265625,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":91.78399658203124,"PosY":-104.90000152587892,"PosZ":-38.625,"RotY":39.0713005065918,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":92.31999969482422,"PosY":-104.90000152587892,"PosZ":-25.030000686645508,"RotY":337.6924133300781,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":94.79000091552734,"PosY":-104.90000152587892,"PosZ":-36.95000076293945,"RotY":337.6924133300781,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":92.23999786376953,"PosY":-104.90000152587892,"PosZ":-37.779998779296875,"RotY":20.313270568847656,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":92.37999725341797,"PosY":-104.90000152587892,"PosZ":-31.3700008392334,"RotY":307.59259033203125,"groupId":0},"2":{"ID":2,"PosX":92.37999725341797,"PosY":-104.90000152587892,"PosZ":-31.3700008392334,"RotY":246.043701171875,"groupId":0},"3":{"ID":3,"PosX":57.470001220703125,"PosY":-97.23999786376953,"PosZ":-24.5,"RotY":23.410619735717773,"groupId":0},"4":{"ID":4,"PosX":52.41999816894531,"PosY":-91.5,"PosZ":22.31999969482422,"RotY":338.51568603515625,"groupId":0}}},"72":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":14.56999969482422,"PosY":7.95982313156128,"PosZ":-8.979999542236328,"RotY":23.2322998046875,"PropID":102238,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":15.840000152587892,"PosY":18.71788024902344,"PosZ":4.25,"RotY":337.01409912109375,"PropID":102238,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":14.56999969482422,"PosY":7.95982313156128,"PosZ":-8.979999542236328,"RotY":23.2322998046875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G72_300003.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":15.840000152587892,"PosY":18.71788024902344,"PosZ":4.25,"RotY":337.01409912109375,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G72_300003.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":22.579999923706055,"PosY":12.3100004196167,"PosZ":24.6299991607666,"RotY":334.7912902832031,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":23.1299991607666,"PosY":38.95000076293945,"PosZ":29.239999771118164,"RotY":194.17640686035156,"groupId":0}}},"80":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102255,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-24.75,"PosY":235.8800048828125,"PosZ":-29.280000686645508,"RotY":359.37359619140625,"groupId":0}}},"81":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102256,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"82":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":180.0,"PropID":102257,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":23.1299991607666,"PosY":38.95000076293945,"PosZ":29.239999771118164,"RotY":194.17640686035156,"groupId":0}}},"83":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102258,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":23.1299991607666,"PosY":38.95000076293945,"PosZ":29.239999771118164,"RotY":194.17640686035156,"groupId":0}}},"86":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":-170.77000427246094,"PosZ":0.0,"RotY":0.0,"PropID":102259,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_KeyPlatform_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"93":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G93_300004.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Niraya.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":17.88800048828125,"PosY":-170.4954071044922,"PosZ":-18.2450008392334,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G93_300006.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":17.88800048828125,"PosY":-170.4954071044922,"PosZ":-18.2450008392334,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G93_300008.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.10000000149011612,"PosY":-156.8072967529297,"PosZ":-0.30000001192092896,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G93_300007.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":17.83300018310547,"PosY":-170.4954071044922,"PosZ":-18.26499938964844,"RotY":306.4175109863281,"PropID":102076,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G93_300007.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Special_RobCrane_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":17.83300018310547,"PosY":-170.4954071044922,"PosZ":-18.26499938964844,"Name":"NPC1","RotY":306.4175109863281,"NPCID":3011,"groupId":93,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-33.189998626708984,"PosY":-134.55999755859375,"PosZ":0.9800000190734864,"RotY":92.74844360351562,"groupId":0},"2":{"ID":2,"PosX":4.900000095367432,"PosY":-153.00999450683594,"PosZ":-17.209999084472656,"RotY":250.0,"groupId":0}}},"95":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.009999990463257,"PosY":-171.4600067138672,"PosZ":-33.369998931884766,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":309.29779052734375,"PosX":-10.894439697265623,"PosY":-170.6468963623047,"PosZ":25.155799865722656,"NPCMonsterID":2032020,"EventID":20241001,"groupId":95,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":355.8598937988281,"PosX":-10.079999923706056,"PosY":-170.6468963623047,"PosZ":-26.06999969482422,"NPCMonsterID":2032010,"EventID":20241002,"groupId":95,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":186.85989379882812,"PosX":-24.952529907226562,"PosY":-170.6468963623047,"PosZ":11.19215965270996,"NPCMonsterID":2032010,"EventID":20241003,"groupId":95,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"97":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":102.49569702148438,"PosY":-103.93959808349608,"PosZ":-55.97787094116211,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/44201_Raid/Maze_InvisibleMonster_ClientBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":70.99494171142578,"PosX":73.7503662109375,"PosY":-89.25,"PosZ":-36.46516036987305,"NPCMonsterID":2022010,"EventID":20241006,"groupId":97,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":157.3321990966797,"PosX":20.594160079956055,"PosY":-91.17092895507812,"PosZ":14.323399543762209,"NPCMonsterID":2022010,"EventID":20241007,"groupId":97,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":59.050201416015625,"PosX":79.48970794677734,"PosY":-98.28653717041016,"PosZ":12.21331024169922,"NPCMonsterID":2022010,"EventID":20241008,"groupId":97,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":226.14300537109375,"PosX":78.92355346679688,"PosY":-98.28653717041016,"PosZ":26.357240676879883,"NPCMonsterID":2022010,"EventID":20241009,"groupId":97,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"98":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":83.17151641845702,"PosX":78.9020004272461,"PosY":-89.25,"PosZ":-40.85599899291992,"NPCMonsterID":2032020,"EventID":20241011,"groupId":98,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":240.5205993652344,"PosX":151.0876007080078,"PosY":-103.88079833984376,"PosZ":3.971525907516479,"NPCMonsterID":2032010,"EventID":20241012,"groupId":98,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":356.6239929199219,"PosX":146.88279724121094,"PosY":-103.88079833984376,"PosZ":-10.77871036529541,"NPCMonsterID":2032020,"EventID":20241013,"groupId":98,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":143.42979431152344,"PosX":79.76226806640625,"PosY":-83.42466735839844,"PosZ":15.477879524230955,"NPCMonsterID":2032020,"EventID":20241014,"groupId":98,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":309.581298828125,"PosX":67.94000244140625,"PosY":-83.42466735839844,"PosZ":49.540000915527344,"NPCMonsterID":2022010,"EventID":20241016,"groupId":98,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":349.940185546875,"PosX":66.41200256347656,"PosY":-83.42466735839844,"PosZ":48.35652923583984,"NPCMonsterID":2022010,"EventID":20241017,"groupId":98,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":356.5203857421875,"PosX":61.18072891235352,"PosY":-83.49392700195312,"PosZ":13.091890335083008,"NPCMonsterID":2022010,"EventID":20241018,"groupId":98,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"99":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":66.92138671875,"PosX":23.053630828857425,"PosY":74.24178314208984,"PosZ":-47.10530853271485,"NPCMonsterID":2032010,"EventID":20241021,"groupId":99,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":71.48417663574219,"PosX":-52.17778015136719,"PosY":57.5855598449707,"PosZ":-52.72893142700195,"NPCMonsterID":2032020,"EventID":20241022,"groupId":99,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":97.93206787109376,"PosX":-35.40134811401367,"PosY":53.63544845581055,"PosZ":-127.8738021850586,"NPCMonsterID":2032020,"EventID":20241023,"groupId":99,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":204.84719848632812,"PosX":-39.868900299072266,"PosY":53.63544845581055,"PosZ":-117.36409759521484,"NPCMonsterID":2032010,"EventID":20241024,"groupId":99,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":163.9066925048828,"PosX":-12.257080078125,"PosY":57.14154815673828,"PosZ":-156.88980102539065,"NPCMonsterID":2032020,"EventID":20241025,"groupId":99,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":110.53250122070312,"PosX":11.407340049743652,"PosY":57.14154815673828,"PosZ":-177.6392059326172,"NPCMonsterID":2032010,"EventID":20241026,"groupId":99,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":113.53459930419922,"PosX":16.858850479125977,"PosY":61.90056991577149,"PosZ":-124.32479858398438,"NPCMonsterID":2032020,"EventID":20241027,"groupId":99,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":269.0320129394531,"PosX":21.49411964416504,"PosY":61.90056991577149,"PosZ":-117.36630249023438,"NPCMonsterID":2032020,"EventID":20241028,"groupId":99,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":318.4668884277344,"PosX":8.686891555786133,"PosY":74.22418975830078,"PosZ":-28.887609481811523,"NPCMonsterID":2032010,"EventID":20241029,"groupId":99,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"100":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":88.4941177368164,"PosX":4.699999809265137,"PosY":198.9571990966797,"PosZ":60.75,"NPCMonsterID":2032010,"EventID":20241031,"groupId":100,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":50.02914047241211,"PosX":-46.64447021484375,"PosY":199.13560485839844,"PosZ":54.89365005493164,"NPCMonsterID":2032020,"EventID":20241032,"groupId":100,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":56.936988830566406,"PosX":-71.14983367919922,"PosY":199.13560485839844,"PosZ":28.684349060058594,"NPCMonsterID":2032020,"EventID":20241033,"groupId":100,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":28.999740600585938,"PosX":-68.3390884399414,"PosY":198.9405059814453,"PosZ":26.989269256591797,"NPCMonsterID":2032010,"EventID":20241034,"groupId":100,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":124.52010345458984,"PosX":-58.681121826171875,"PosY":199.1446075439453,"PosZ":59.37881088256836,"NPCMonsterID":2032010,"EventID":20241035,"groupId":100,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":227.40020751953125,"PosX":-30.37955093383789,"PosY":190.36720275878903,"PosZ":53.33955001831055,"NPCMonsterID":2032020,"EventID":20241036,"groupId":100,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":215.1688995361328,"PosX":-32.92778015136719,"PosY":190.36720275878903,"PosZ":55.29375076293945,"NPCMonsterID":2032020,"EventID":20241037,"groupId":100,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":107.57039642333984,"PosX":-5.991429805755615,"PosY":198.9405059814453,"PosZ":69.46929168701172,"NPCMonsterID":2032020,"EventID":20241038,"groupId":100,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":320.2388000488281,"PosX":-25.309999465942383,"PosY":198.9405059814453,"PosZ":66.01000213623047,"NPCMonsterID":2032010,"EventID":20241039,"groupId":100,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":237.71389770507812,"PosX":-29.10998916625977,"PosY":198.9405059814453,"PosZ":65.3600082397461,"NPCMonsterID":2032010,"EventID":20241040,"groupId":100,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"117":{"props":[],"npcs":[{"ID":400001,"PosX":68.20800018310547,"PosY":72.36107635498047,"PosZ":-123.62799835205078,"Name":"NPC1","RotY":326.8689880371094,"NPCID":2224,"groupId":117,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"118":{"props":[],"npcs":[{"ID":400001,"PosX":-51.64300155639648,"PosY":53.81291961669922,"PosZ":-130.36599731445312,"Name":"NPC1","RotY":114.08180236816406,"NPCID":12290,"groupId":118,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"127":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.36000061035156,"PosY":199.84469604492188,"PosZ":73.37000274658203,"RotY":270.0,"PropID":102241,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockProjection_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.36000061035156,"PosY":199.1446990966797,"PosZ":73.37000274658203,"RotY":270.0,"PropID":102242,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.36000061035156,"PosY":199.1446990966797,"PosZ":73.37000274658203,"RotY":270.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.36000061035156,"PosY":199.1446990966797,"PosZ":73.37000274658203,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10073,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon_HideIconVer.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"128":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":55.49000930786133,"PosY":206.38079833984375,"PosZ":68.52999877929688,"RotY":0.0,"PropID":102241,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockProjection_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":55.49000930786133,"PosY":205.68080139160156,"PosZ":68.52999877929688,"RotY":0.0,"PropID":102242,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":55.49000930786133,"PosY":205.68080139160156,"PosZ":68.52999877929688,"RotY":0.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":55.49000930786133,"PosY":205.68080139160156,"PosZ":68.52999877929688,"RotY":225.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10073,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon_HideIconVer.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"129":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.01499938964844,"PosY":54.43132019042969,"PosZ":-53.027000427246094,"RotY":165.0,"PropID":102241,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockProjection_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.01499938964844,"PosY":53.731319427490234,"PosZ":-53.027000427246094,"RotY":165.0,"PropID":102242,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.01499938964844,"PosY":53.731319427490234,"PosZ":-53.027000427246094,"RotY":165.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.84000015258789,"PosY":53.632198333740234,"PosZ":-52.83000183105469,"RotY":225.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10073,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon_HideIconVer.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"130":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":82.56153869628906,"PosY":-88.36779022216797,"PosZ":-54.11954116821289,"RotY":75.0,"PropID":102241,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockProjection_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":130,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":82.56153869628906,"PosY":-89.06778717041016,"PosZ":-54.11954116821289,"RotY":74.99999237060547,"PropID":102242,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":130,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":82.56153869628906,"PosY":-89.06778717041016,"PosZ":-54.11954116821289,"RotY":74.99999237060547,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":130,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":82.56153869628906,"PosY":-89.06778717041016,"PosZ":-54.11954116821289,"RotY":293.72601318359375,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10073,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon_HideIconVer.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":130,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"131":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":112.82869720458984,"PosY":-103.1186981201172,"PosZ":-56.282901763916016,"RotY":74.99999237060547,"PropID":102241,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockProjection_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":112.82869720458984,"PosY":-103.81870269775392,"PosZ":-56.282901763916016,"RotY":74.99999237060547,"PropID":102242,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":112.82869720458984,"PosY":-103.81870269775392,"PosZ":-56.282901763916016,"RotY":74.99999237060547,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":112.82869720458984,"PosY":-103.81870269775392,"PosZ":-56.282901763916016,"RotY":305.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10073,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon_HideIconVer.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"132":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":68.32996368408203,"PosY":-82.7940902709961,"PosZ":2.77829909324646,"RotY":30.000009536743164,"PropID":102241,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockProjection_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":132,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":68.32996368408203,"PosY":-83.49408721923828,"PosZ":2.77829909324646,"RotY":30.000009536743164,"PropID":102242,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":132,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":68.32996368408203,"PosY":-83.49408721923828,"PosZ":2.77829909324646,"RotY":30.000009536743164,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":132,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":68.32996368408203,"PosY":-83.49408721923828,"PosZ":2.77829909324646,"RotY":336.85650634765625,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10073,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon_HideIconVer.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":132,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"133":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.36000061035156,"PosY":199.84469604492188,"PosZ":73.37000274658203,"RotY":270.0,"PropID":102241,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockProjection_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":133,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.36000061035156,"PosY":199.1446990966797,"PosZ":73.37000274658203,"RotY":270.0,"PropID":102242,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":133,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.36000061035156,"PosY":199.1446990966797,"PosZ":73.37000274658203,"RotY":270.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":133,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.36000061035156,"PosY":199.1446990966797,"PosZ":73.37000274658203,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10073,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon_HideIconVer.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":133,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"134":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":55.49000930786133,"PosY":206.38079833984375,"PosZ":68.52999877929688,"RotY":0.0,"PropID":102241,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockProjection_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":55.49000930786133,"PosY":205.68080139160156,"PosZ":68.52999877929688,"RotY":0.0,"PropID":102242,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":55.49000930786133,"PosY":205.68080139160156,"PosZ":68.52999877929688,"RotY":0.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":55.49000930786133,"PosY":205.68080139160156,"PosZ":68.52999877929688,"RotY":225.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10073,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon_HideIconVer.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"135":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.01499938964844,"PosY":54.43132019042969,"PosZ":-53.027000427246094,"RotY":165.0,"PropID":102241,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockProjection_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":135,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.01499938964844,"PosY":53.731319427490234,"PosZ":-53.027000427246094,"RotY":165.0,"PropID":102242,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":135,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.01499938964844,"PosY":53.731319427490234,"PosZ":-53.027000427246094,"RotY":165.0,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":135,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.84000015258789,"PosY":53.632198333740234,"PosZ":-52.83000183105469,"RotY":225.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10073,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon_HideIconVer.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":135,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"136":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":82.56153869628906,"PosY":-88.36779022216797,"PosZ":-54.11954116821289,"RotY":74.99999237060547,"PropID":102241,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockProjection_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":136,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":82.56153869628906,"PosY":-89.06778717041016,"PosZ":-54.11954116821289,"RotY":74.99999237060547,"PropID":102242,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":136,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":82.56153869628906,"PosY":-89.06778717041016,"PosZ":-54.11954116821289,"RotY":74.99999237060547,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":136,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":82.56153869628906,"PosY":-89.06778717041016,"PosZ":-54.11954116821289,"RotY":293.72601318359375,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10073,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon_HideIconVer.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":136,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"137":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":112.82869720458984,"PosY":-103.1186981201172,"PosZ":-56.282901763916016,"RotY":74.99999237060547,"PropID":102241,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockProjection_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":137,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":112.82869720458984,"PosY":-103.81870269775392,"PosZ":-56.282901763916016,"RotY":74.99999237060547,"PropID":102242,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":137,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":112.82869720458984,"PosY":-103.81870269775392,"PosZ":-56.282901763916016,"RotY":74.99999237060547,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":137,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":112.82869720458984,"PosY":-103.81870269775392,"PosZ":-56.282901763916016,"RotY":305.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10073,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon_HideIconVer.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":137,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"138":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":68.32996368408203,"PosY":-82.7940902709961,"PosZ":2.77829909324646,"RotY":30.000009536743164,"PropID":102241,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockProjection_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":68.32996368408203,"PosY":-83.49408721923828,"PosZ":2.77829909324646,"RotY":30.000009536743164,"PropID":102242,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_RubikCube_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":68.32996368408203,"PosY":-83.49408721923828,"PosZ":2.77829909324646,"RotY":30.000009536743164,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":68.32996368408203,"PosY":-83.49408721923828,"PosZ":2.77829909324646,"RotY":336.85650634765625,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10073,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon_HideIconVer.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"139":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.343719482421875,"PosY":7.059266090393066,"PosZ":60.355770111083984,"RotY":108.2656021118164,"PropID":60203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":139,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"140":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.049999237060547,"PosY":7.661778926849365,"PosZ":59.209999084472656,"RotY":66.30000305175781,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":140,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.590000152587892,"PosY":7.661778926849365,"PosZ":58.15999984741211,"RotY":66.30000305175781,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":140,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.090000152587892,"PosY":7.661778926849365,"PosZ":57.02000045776367,"RotY":66.30000305175781,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":140,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.619999885559082,"PosY":7.661778926849365,"PosZ":55.95000076293945,"RotY":66.30000305175781,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":140,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.109999656677246,"PosY":7.661778926849365,"PosZ":54.779998779296875,"RotY":66.30000305175781,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":140,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.649999618530272,"PosY":7.661778926849365,"PosZ":53.72999954223633,"RotY":66.30000305175781,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":140,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.850000381469728,"PosY":7.661778926849365,"PosZ":59.7400016784668,"RotY":66.30000305175781,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":140,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.590000152587892,"PosY":7.661778926849365,"PosZ":60.290000915527344,"RotY":66.30000305175781,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":140,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.409999847412108,"PosY":7.661778926849365,"PosZ":60.810001373291016,"RotY":66.30000305175781,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":140,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.300000190734863,"PosY":7.661778926849365,"PosZ":61.29999923706055,"RotY":66.30000305175781,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":140,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.376999855041504,"PosY":7.661778926849365,"PosZ":58.667999267578125,"RotY":66.30000305175781,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":140,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"141":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":136.4936065673828,"PosX":25.930700302124023,"PosY":74.24178314208984,"PosZ":-43.18497085571289,"NPCMonsterID":8002040,"EventID":20241170,"groupId":141,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"142":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":135.9613037109375,"PosY":-103.908203125,"PosZ":-65.89154052734375,"RotY":306.52459716796875,"PropID":60203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":142,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":135.9613037109375,"PosY":-103.908203125,"PosZ":-65.89154052734375,"RotY":306.52459716796875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":142,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":135.9613037109375,"PosY":-103.908203125,"PosZ":-65.89154052734375,"RotY":306.52459716796875,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10028,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":142,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":277.9902038574219,"PosX":132.52000427246094,"PosY":-103.908203125,"PosZ":-63.77000045776367,"NPCMonsterID":2033010,"EventID":20241231,"groupId":142,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"150":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.796999931335449,"PosY":199.05909729003903,"PosZ":5.703999996185303,"RotY":316.8611145019531,"PropID":102265,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G150_300013.json","State":"Open","propStateList":["Closed","Open"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Console_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":1.995000958442688,"PosY":53.469181060791016,"PosZ":-6.884997844696045,"RotY":179.11329650878906,"PropID":102265,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G150_300013.json","State":"Open","propStateList":["Closed","Open"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Console_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":6.610001087188721,"PosY":18.79216957092285,"PosZ":5.55000114440918,"RotY":68.45201873779297,"PropID":102265,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G150_300013.json","State":"Open","propStateList":["Closed","Open"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Console_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":8.821000099182129,"PosY":7.959822177886963,"PosZ":-0.9850000143051147,"RotY":114.12030029296876,"PropID":102265,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G150_300014.json","State":"Open","propStateList":["Closed","Open"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Console_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":8.220000267028809,"PosY":-96.52755737304688,"PosZ":-2.1600000858306885,"RotY":112.61239624023438,"PropID":102265,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G150_300014.json","State":"Open","propStateList":["Closed","Open"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Console_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":4.300000190734863,"PosY":-90.01000213623047,"PosZ":1.7300000190734863,"RotY":65.41339874267578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G93_300007.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":5.199999809265137,"PosY":-96.7300033569336,"PosZ":-2.430000066757202,"RotY":110.41339874267578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G93_300007.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":5.480000019073486,"PosY":9.399999618530273,"PosZ":-2.259999990463257,"RotY":110.41339874267578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G93_300007.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":5.46999979019165,"PosY":20.18000030517578,"PosZ":2.2300000190734863,"RotY":65.41342163085938,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G93_300007.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.07000000029802322,"PosY":54.93000030517578,"PosZ":-4.670000076293945,"RotY":180.07789611816406,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G93_300007.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.070000171661377,"PosY":200.60000610351565,"PosZ":4.380001068115234,"RotY":315.0779113769531,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G93_300007.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.460000038146973,"PosY":183.02000427246097,"PosZ":-4.389999866485596,"RotY":225.0778961181641,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G93_300007.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.9674072265625,"PosY":203.34039306640625,"PosZ":8.474998474121094,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G150_300013.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.9674072265625,"PosY":203.34039306640625,"PosZ":8.474998474121094,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G150_300014.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-9.75,"PosY":198.9416046142578,"PosZ":9.869999885559082,"RotY":315.3724060058594,"groupId":0},"2":{"ID":2,"PosX":-0.17000000178813934,"PosY":53.469181060791016,"PosZ":-13.270000457763672,"RotY":181.61610412597656,"groupId":0},"3":{"ID":3,"PosX":11.289999961853027,"PosY":18.71656036376953,"PosZ":4.539999961853027,"RotY":68.0495834350586,"groupId":0},"4":{"ID":4,"PosX":14.229999542236328,"PosY":7.95982313156128,"PosZ":-6.090000152587891,"RotY":113.91449737548828,"groupId":0},"5":{"ID":5,"PosX":14.920000076293944,"PosY":-96.52755737304688,"PosZ":-6.400000095367432,"RotY":114.07270050048828,"groupId":0}}},"164":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.009999990463257,"PosY":-171.4600067138672,"PosZ":-33.369998931884766,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":164,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":309.29779052734375,"PosX":-10.894439697265623,"PosY":-170.6468963623047,"PosZ":25.155799865722656,"NPCMonsterID":2032020,"EventID":20241101,"groupId":164,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":355.8598937988281,"PosX":-10.079999923706056,"PosY":-170.6468963623047,"PosZ":-26.06999969482422,"NPCMonsterID":2032010,"EventID":20241102,"groupId":164,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":186.85989379882812,"PosX":-24.952529907226562,"PosY":-170.6468963623047,"PosZ":11.19215965270996,"NPCMonsterID":2032010,"EventID":20241103,"groupId":164,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"165":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":102.49569702148438,"PosY":-103.93959808349608,"PosZ":-55.97787094116211,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/44201_Raid/Maze_InvisibleMonster_ClientBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":165,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":70.99494171142578,"PosX":73.7503662109375,"PosY":-89.25,"PosZ":-36.46516036987305,"NPCMonsterID":2022010,"EventID":20241106,"groupId":165,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":14.047200202941896,"PosX":77.55529022216797,"PosY":-89.25,"PosZ":-41.74538040161133,"NPCMonsterID":2022010,"EventID":20241107,"groupId":165,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":107.84429931640624,"PosX":56.464630126953125,"PosY":-83.4449234008789,"PosZ":44.82645034790039,"NPCMonsterID":2022010,"EventID":20241108,"groupId":165,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":60.069679260253906,"PosX":55.45970916748047,"PosY":-83.47464752197266,"PosZ":39.35506057739258,"NPCMonsterID":2022010,"EventID":20241109,"groupId":165,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"166":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":214.1320037841797,"PosX":77.24653625488281,"PosY":-98.15868377685547,"PosZ":30.79659080505371,"NPCMonsterID":2032020,"EventID":20241111,"groupId":166,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":240.5205993652344,"PosX":151.0876007080078,"PosY":-103.88079833984376,"PosZ":3.971525907516479,"NPCMonsterID":2032010,"EventID":20241112,"groupId":166,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":356.6239929199219,"PosX":146.88279724121094,"PosY":-103.88079833984376,"PosZ":-10.77871036529541,"NPCMonsterID":2032020,"EventID":20241113,"groupId":166,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":56.00960922241211,"PosX":76.51686096191406,"PosY":-98.16874694824219,"PosZ":17.50943946838379,"NPCMonsterID":2032020,"EventID":20241114,"groupId":166,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":309.581298828125,"PosX":67.94000244140625,"PosY":-83.42466735839844,"PosZ":49.540000915527344,"NPCMonsterID":2022010,"EventID":20241116,"groupId":166,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":151.8332061767578,"PosX":79.17138671875,"PosY":-83.42466735839844,"PosZ":16.109130859375,"NPCMonsterID":2022010,"EventID":20241117,"groupId":166,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":356.5203857421875,"PosX":61.18072891235352,"PosY":-83.49392700195312,"PosZ":13.091890335083008,"NPCMonsterID":2022010,"EventID":20241118,"groupId":166,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"167":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":66.92138671875,"PosX":53.38483047485352,"PosY":71.9517822265625,"PosZ":-116.3625030517578,"NPCMonsterID":2032010,"EventID":20241121,"groupId":167,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":71.48417663574219,"PosX":-52.17778015136719,"PosY":57.5855598449707,"PosZ":-52.72893142700195,"NPCMonsterID":2032020,"EventID":20241122,"groupId":167,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":97.93206787109376,"PosX":-35.40134811401367,"PosY":53.63544845581055,"PosZ":-127.8738021850586,"NPCMonsterID":2032020,"EventID":20241123,"groupId":167,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":204.84719848632812,"PosX":-39.868900299072266,"PosY":53.63544845581055,"PosZ":-117.36409759521484,"NPCMonsterID":2032010,"EventID":20241124,"groupId":167,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":163.9066925048828,"PosX":-12.257080078125,"PosY":57.14154815673828,"PosZ":-156.88980102539065,"NPCMonsterID":2032020,"EventID":20241125,"groupId":167,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":110.53250122070312,"PosX":11.407340049743652,"PosY":57.14154815673828,"PosZ":-177.6392059326172,"NPCMonsterID":2032010,"EventID":20241126,"groupId":167,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":113.53459930419922,"PosX":16.858850479125977,"PosY":61.90056991577149,"PosZ":-124.32479858398438,"NPCMonsterID":2032020,"EventID":20241127,"groupId":167,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":269.0320129394531,"PosX":21.49411964416504,"PosY":61.90056991577149,"PosZ":-117.36630249023438,"NPCMonsterID":2032020,"EventID":20241128,"groupId":167,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":318.4668884277344,"PosX":8.686891555786133,"PosY":74.22418975830078,"PosZ":-28.887609481811523,"NPCMonsterID":2032010,"EventID":20241129,"groupId":167,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"177":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.28340148925781,"PosY":181.6822967529297,"PosZ":-8.447668075561523,"RotY":175.5876007080078,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":177,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.26300048828125,"PosY":181.70120239257812,"PosZ":-8.412997245788574,"RotY":175.5876007080078,"PropID":102076,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/Broken/LogisticsRobot_Broken.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":177,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Special_RobCrane_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":176.5290069580078,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/Broken/LogisticsRobot_Demo_Broken_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":177,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":46.63999938964844,"PosY":205.7613067626953,"PosZ":39.650001525878906,"RotY":49.796329498291016,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":177,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.26300048828125,"PosY":181.70120239257812,"PosZ":-8.412997245788574,"RotY":175.5876007080078,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":177,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":46.63999938964844,"PosY":205.7613067626953,"PosZ":39.650001525878906,"RotY":49.796329498291016,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10050,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/LogisticsRobot_FinalGameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":177,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/Follow/LogisticsRobot_LoopShow_07.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":177,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"180":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":31.631999969482425,"PosY":23.96699905395508,"PosZ":21.7189998626709,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":31.631999969482425,"PosY":23.96699905395508,"PosZ":21.7189998626709,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":21.65399932861328,"PosY":23.96699905395508,"PosZ":32.11199951171875,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":21.65399932861328,"PosY":23.96699905395508,"PosZ":32.11199951171875,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.665998935699462,"PosY":23.857999801635746,"PosZ":38.03799819946289,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.665999889373779,"PosY":23.857999801635746,"PosZ":38.03799819946289,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.767000198364254,"PosY":23.857999801635746,"PosZ":31.631000518798828,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.767000198364254,"PosY":23.857999801635746,"PosZ":31.631000518798828,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.49599838256836,"PosY":23.857999801635746,"PosZ":21.60300064086914,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.49599838256836,"PosY":23.857999801635746,"PosZ":21.60300064086914,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.0770039558410645,"PosY":23.857999801635746,"PosZ":-38.327999114990234,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.077000141143799,"PosY":23.857999801635746,"PosZ":-38.327999114990234,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.054000854492195,"PosY":23.857999801635746,"PosZ":7.238998889923096,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.054000854492195,"PosY":23.857999801635746,"PosZ":7.238999843597413,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.12700080871582,"PosY":23.857999801635746,"PosZ":-32.10200119018555,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.12700080871582,"PosY":23.857999801635746,"PosZ":-32.10200119018555,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":21.75,"PosY":23.857999801635746,"PosZ":-31.719999313354492,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":21.75,"PosY":23.857999801635746,"PosZ":-31.719999313354492,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":37.53200149536133,"PosY":23.857999801635746,"PosZ":6.875999927520752,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":37.53200149536133,"PosY":23.857999801635746,"PosZ":6.875999927520752,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":37.150001525878906,"PosY":23.857999801635746,"PosZ":-6.679999828338623,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":37.15000915527344,"PosY":23.857999801635746,"PosZ":-6.6800007820129395,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.690000534057617,"PosY":23.857999801635746,"PosZ":-22.030000686645508,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.690000534057617,"PosY":23.857999801635746,"PosZ":-22.030000686645508,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":31.85700035095215,"PosY":23.857999801635746,"PosZ":-21.187999725341797,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":31.85700035095215,"PosY":23.857999801635746,"PosZ":-21.187999725341797,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":7.469995975494384,"PosY":23.857999801635746,"PosZ":-37.823001861572266,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":7.46999979019165,"PosY":23.857999801635746,"PosZ":-37.823001861572266,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":7.239995956420899,"PosY":23.857999801635746,"PosZ":38.29999923706055,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":7.239999771118165,"PosY":23.857999801635746,"PosZ":38.29999923706055,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.310001373291016,"PosY":23.857999801635746,"PosZ":-7.53000020980835,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300032,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.310001373291016,"PosY":23.857999801635746,"PosZ":-7.53000020980835,"RotY":356.00439453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"181":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.78700065612793,"PosY":23.96699905395508,"PosZ":-22.086999893188477,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.78700065612793,"PosY":23.96699905395508,"PosZ":-22.086999893188477,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.204999923706055,"PosY":23.96699905395508,"PosZ":-32.422000885009766,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.204999923706055,"PosY":23.96699905395508,"PosZ":-32.422000885009766,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":7.449999809265136,"PosY":23.857999801635746,"PosZ":-37.801998138427734,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":7.449999809265136,"PosY":23.857999801635746,"PosZ":-37.801998138427734,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":21.750999450683594,"PosY":23.857999801635746,"PosZ":-31.71299934387207,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":21.750999450683594,"PosY":23.857999801635746,"PosZ":-31.71299934387207,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":31.875999450683594,"PosY":23.857999801635746,"PosZ":-21.18899917602539,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":31.875999450683594,"PosY":23.857999801635746,"PosZ":-21.18899917602539,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":7.207005977630614,"PosY":23.857999801635746,"PosZ":38.31399917602539,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":7.206999778747559,"PosY":23.857999801635746,"PosZ":38.31399917602539,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":37.29600143432618,"PosY":23.857999801635746,"PosZ":-6.820000171661377,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":37.29600143432618,"PosY":23.857999801635746,"PosZ":-6.820000171661377,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":21.77899932861328,"PosY":23.857999801635746,"PosZ":32.2599983215332,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":21.77899932861328,"PosY":23.857999801635746,"PosZ":32.2599983215332,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.80299949645996,"PosY":23.857999801635746,"PosZ":31.687999725341797,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.80299949645996,"PosY":23.857999801635746,"PosZ":31.687999725341797,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.93199920654297,"PosY":23.857999801635746,"PosZ":-7.559999942779541,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.93199920654297,"PosY":23.857999801635746,"PosZ":-7.559999942779541,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.047000885009766,"PosY":23.857999801635746,"PosZ":7.3400001525878915,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.42795944213867,"PosY":23.857999801635746,"PosZ":7.312465190887451,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":31.680999755859375,"PosY":23.857999801635746,"PosZ":21.785999298095703,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":31.680999755859375,"PosY":23.857999801635746,"PosZ":21.785999298095703,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.638999938964844,"PosY":23.857999801635746,"PosZ":21.67200088500977,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.638999938964844,"PosY":23.857999801635746,"PosZ":21.67200088500977,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.693003177642822,"PosY":23.857999801635746,"PosZ":38.04698944091797,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.692999839782715,"PosY":23.857999801635746,"PosZ":38.047000885009766,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.053003787994385,"PosY":23.857999801635746,"PosZ":-38.37200164794922,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.052999973297119,"PosY":23.857999801635746,"PosZ":-38.37200164794922,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":38.108001708984375,"PosY":23.857999801635746,"PosZ":7.368000030517577,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300032,"Category":"","GroupName":"","LoadSide":null,"PosX":38.108001708984375,"PosY":23.857999801635746,"PosZ":7.368000030517577,"RotY":355.81329345703125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20241001/LG_Prop_F20241001_G180_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"187":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.184999465942383,"PosY":212.13999938964844,"PosZ":-51.202999114990234,"RotY":328.4202880859375,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":187,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.878000020980835,"PosY":217.70199584960935,"PosZ":6.906000137329102,"RotY":160.45379638671875,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":187,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.79199981689453,"PosY":212.22900390625,"PosZ":-63.05099868774414,"RotY":40.76020050048828,"PropID":102009,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":187,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":66.36399841308594,"PosY":73.68900299072266,"PosZ":-122.16699981689452,"RotY":0.0,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":187,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.09199905395508,"PosY":211.5308074951172,"PosZ":-47.400001525878906,"RotY":289.08349609375,"PropID":102011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":187,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Readings_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"188":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.57379150390625,"PosY":199.13560485839844,"PosZ":-3.2215209007263184,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.503662109375,"PosY":207.13819885253903,"PosZ":-25.56999969482422,"RotY":180.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.74100112915039,"PosY":211.5446929931641,"PosZ":-59.402000427246094,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.4044189453125,"PosY":211.5308074951172,"PosZ":-41.99666976928711,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.03661346435547,"PosY":199.135498046875,"PosZ":36.922210693359375,"RotY":315.75860595703125,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":55.599998474121094,"PosY":205.68080139160156,"PosZ":55.810001373291016,"RotY":45.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":62.5880012512207,"PosY":205.6667938232422,"PosZ":48.15299987792969,"RotY":45.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300044,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.80239963531494,"PosY":211.5308074951172,"PosZ":-58.61090850830078,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.829999923706055,"PosY":53.651798248291016,"PosZ":-73.1500015258789,"RotY":30.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.597719192504883,"PosY":53.65177917480469,"PosZ":-120.40049743652344,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":3.596714973449707,"PosY":57.14154815673828,"PosZ":-180.1732940673828,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.52915954589844,"PosY":57.14154815673828,"PosZ":-171.01840209960938,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.683228015899658,"PosY":54.28400039672851,"PosZ":-126.90589904785156,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.21999979019165,"PosY":56.53316879272461,"PosZ":-142.9459991455078,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300054,"Category":"","GroupName":"","LoadSide":null,"PosX":1.9260250329971311,"PosY":53.469181060791016,"PosZ":-24.83139991760254,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300055,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.042949676513672,"PosY":53.651798248291016,"PosZ":-92.1466064453125,"RotY":30.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300056,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.4900016784668,"PosY":53.64178085327149,"PosZ":-48.95000076293945,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300057,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.5022087097168,"PosY":53.31818008422851,"PosZ":-67.70938110351562,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300058,"Category":"","GroupName":"","LoadSide":null,"PosX":13.247879981994627,"PosY":57.14178085327149,"PosZ":-168.2165985107422,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300034,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.79298973083496,"PosY":53.649658203125,"PosZ":-93.6246337890625,"RotY":229.8760986328125,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.688720703125,"PosY":199.13560485839844,"PosZ":19.267810821533203,"RotY":278.4276123046875,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300038,"Category":"","GroupName":"","LoadSide":null,"PosX":9.482007026672363,"PosY":57.14154815673828,"PosZ":-153.33859252929688,"RotY":204.7147979736328,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"189":{"props":[{"ID":300040,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.310001373291016,"PosY":198.95660400390625,"PosZ":42.04999923706055,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":189,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300045,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.459999084472656,"PosY":198.95660400390625,"PosZ":27.079999923706055,"RotY":45.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":189,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300046,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.210000038146973,"PosY":198.9416046142578,"PosZ":16.329999923706055,"RotY":45.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":189,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"190":{"props":[{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":26.950000762939453,"PosY":-170.77000427246094,"PosZ":21.969999313354492,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":10.121150016784668,"PosY":-170.77000427246094,"PosZ":-35.849998474121094,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":35.476318359375,"PosY":-170.77000427246094,"PosZ":-8.0,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.68000030517578,"PosY":-193.1490020751953,"PosZ":11.909999847412108,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.07379150390625,"PosY":-186.98910522460935,"PosZ":18.57308006286621,"RotY":45.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":9.376208305358887,"PosY":-193.20159912109375,"PosZ":35.746829986572266,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":1.9460129737854004,"PosY":-170.77000427246094,"PosZ":34.51744079589844,"RotY":180.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"191":{"props":[{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.829999923706055,"PosY":53.651798248291016,"PosZ":-73.1500015258789,"RotY":30.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.597719192504883,"PosY":53.65177917480469,"PosZ":-120.40049743652344,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":3.596714973449707,"PosY":57.14154815673828,"PosZ":-180.1732940673828,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.52915954589844,"PosY":57.14154815673828,"PosZ":-171.01840209960938,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.872727870941162,"PosY":54.296199798583984,"PosZ":-127.26349639892578,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.205821990966797,"PosY":56.54867935180664,"PosZ":-143.30349731445312,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300054,"Category":"","GroupName":"","LoadSide":null,"PosX":1.9260250329971311,"PosY":53.469181060791016,"PosZ":-24.83139991760254,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300055,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.579999923706056,"PosY":53.651798248291016,"PosZ":-87.87999725341797,"RotY":30.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300056,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.4900016784668,"PosY":53.64178085327149,"PosZ":-48.95000076293945,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300057,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.5022087097168,"PosY":53.31818008422851,"PosZ":-67.70938110351562,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300058,"Category":"","GroupName":"","LoadSide":null,"PosX":13.247879981994627,"PosY":57.14178085327149,"PosZ":-168.2165985107422,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300059,"Category":"","GroupName":"","LoadSide":null,"PosX":14.49810028076172,"PosY":18.71656036376953,"PosZ":8.324592590332031,"RotY":70.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300060,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.9200000166893004,"PosY":18.79216957092285,"PosZ":8.470000267028809,"RotY":70.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300061,"Category":"","GroupName":"","LoadSide":null,"PosX":7.129927158355713,"PosY":8.054707527160645,"PosZ":-5.810184001922607,"RotY":20.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300062,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.3400001525878915,"PosY":18.79216957092285,"PosZ":-3.0199999809265137,"RotY":70.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300063,"Category":"","GroupName":"","LoadSide":null,"PosX":23.923629760742188,"PosY":-96.6037826538086,"PosZ":-7.334683895111084,"RotY":21.580259323120117,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300064,"Category":"","GroupName":"","LoadSide":null,"PosX":29.624950408935547,"PosY":-96.6037826538086,"PosZ":-21.774139404296875,"RotY":21.580259323120117,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":26.950000762939453,"PosY":-170.77000427246094,"PosZ":21.969999313354492,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":10.121150016784668,"PosY":-170.77000427246094,"PosZ":-35.849998474121094,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":35.476318359375,"PosY":-170.77000427246094,"PosZ":-8.0,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.68000030517578,"PosY":-193.1490020751953,"PosZ":11.909999847412108,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.07379150390625,"PosY":-186.98910522460935,"PosZ":18.57308006286621,"RotY":45.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":9.376208305358887,"PosY":-193.20159912109375,"PosZ":35.746829986572266,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300067,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.21282958984375,"PosY":-176.00880432128906,"PosZ":-29.574010848999023,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300068,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.24673080444336,"PosY":-181.50880432128903,"PosZ":-6.717879772186279,"RotY":90.67391204833984,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":1.9460129737854004,"PosY":-170.77000427246094,"PosZ":34.51744079589844,"RotY":180.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300034,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.79298973083496,"PosY":53.649658203125,"PosZ":-93.6246337890625,"RotY":229.8760986328125,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300038,"Category":"","GroupName":"","LoadSide":null,"PosX":9.482007026672363,"PosY":57.14154815673828,"PosZ":-153.33859252929688,"RotY":204.7147979736328,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"192":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.57379150390625,"PosY":199.13560485839844,"PosZ":-3.2215209007263184,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.503662109375,"PosY":207.13819885253903,"PosZ":-31.03343963623047,"RotY":180.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.74100112915039,"PosY":211.5446929931641,"PosZ":-59.402000427246094,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.4421501159668,"PosY":199.135498046875,"PosZ":61.8801383972168,"RotY":315.75860595703125,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":55.599998474121094,"PosY":205.68080139160156,"PosZ":55.810001373291016,"RotY":45.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":62.5880012512207,"PosY":205.6667938232422,"PosZ":48.15299987792969,"RotY":45.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300037,"Category":"","GroupName":"","LoadSide":null,"PosX":37.09000015258789,"PosY":205.68080139160156,"PosZ":57.720008850097656,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300040,"Category":"","GroupName":"","LoadSide":null,"PosX":98.19999694824219,"PosY":210.21560668945312,"PosZ":65.51000213623047,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300041,"Category":"","GroupName":"","LoadSide":null,"PosX":73.75,"PosY":210.21560668945312,"PosZ":89.96000671386719,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300042,"Category":"","GroupName":"","LoadSide":null,"PosX":128.556396484375,"PosY":210.21560668945312,"PosZ":83.00212097167967,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300043,"Category":"","GroupName":"","LoadSide":null,"PosX":91.09100341796876,"PosY":210.21560668945312,"PosZ":120.46900177001952,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300044,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.80239963531494,"PosY":211.5308074951172,"PosZ":-58.61090850830078,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300047,"Category":"","GroupName":"","LoadSide":null,"PosX":29.31999969482422,"PosY":198.9571990966797,"PosZ":67.52999877929688,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300048,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.224000930786133,"PosY":190.42860412597656,"PosZ":61.84700012207031,"RotY":45.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.829999923706055,"PosY":53.651798248291016,"PosZ":-73.1500015258789,"RotY":30.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.597719192504883,"PosY":53.65177917480469,"PosZ":-120.40049743652344,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":3.596714973449707,"PosY":57.14154815673828,"PosZ":-180.1732940673828,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.52915954589844,"PosY":57.14154815673828,"PosZ":-171.01840209960938,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":12.502559661865234,"PosY":61.90056991577149,"PosZ":-124.33480072021484,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":66.54585266113281,"PosY":71.9517822265625,"PosZ":-109.54840087890624,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":21.89221954345703,"PosY":74.3962631225586,"PosZ":-40.59389877319336,"RotY":70.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300032,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.468445777893066,"PosY":53.47444152832031,"PosZ":-35.7841682434082,"RotY":20.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300033,"Category":"","GroupName":"","LoadSide":null,"PosX":35.8283805847168,"PosY":80.57552337646484,"PosZ":-7.67679786682129,"RotY":115.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300054,"Category":"","GroupName":"","LoadSide":null,"PosX":1.9260250329971311,"PosY":53.46918869018555,"PosZ":-41.185001373291016,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300055,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.042949676513672,"PosY":53.651798248291016,"PosZ":-92.1466064453125,"RotY":30.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300056,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.4900016784668,"PosY":53.64178085327149,"PosZ":-48.95000076293945,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300057,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.5022087097168,"PosY":53.31818008422851,"PosZ":-67.70938110351562,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300058,"Category":"","GroupName":"","LoadSide":null,"PosX":13.247879981994627,"PosY":57.14178085327149,"PosZ":-168.2165985107422,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300059,"Category":"","GroupName":"","LoadSide":null,"PosX":14.49810028076172,"PosY":18.71656036376953,"PosZ":8.324592590332031,"RotY":70.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300060,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.9200000166893004,"PosY":18.79216957092285,"PosZ":8.470000267028809,"RotY":70.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300061,"Category":"","GroupName":"","LoadSide":null,"PosX":7.129927158355713,"PosY":8.054707527160645,"PosZ":-5.810184001922607,"RotY":20.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300062,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.3400001525878915,"PosY":18.79216957092285,"PosZ":-3.0199999809265137,"RotY":70.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":91.62309265136719,"PosY":-89.06999969482422,"PosZ":-51.65436935424805,"RotY":113.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":86.19999694824219,"PosY":-103.88819885253906,"PosZ":-26.989999771118164,"RotY":110.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":64.85769653320312,"PosY":-98.28653717041016,"PosZ":32.89588165283203,"RotY":70.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":79.10028076171875,"PosY":-98.28653717041016,"PosZ":8.038960456848145,"RotY":70.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":31.75,"PosY":-91.17415618896484,"PosZ":17.700000762939453,"RotY":70.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":79.63191223144531,"PosY":-83.50807189941406,"PosZ":29.804790496826172,"RotY":70.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":58.68000030517578,"PosY":-83.49532318115236,"PosZ":45.779998779296875,"RotY":65.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300039,"Category":"","GroupName":"","LoadSide":null,"PosX":96.36773681640624,"PosY":-103.91819763183594,"PosZ":-61.98698043823242,"RotY":40.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300063,"Category":"","GroupName":"","LoadSide":null,"PosX":37.676998138427734,"PosY":-96.6037826538086,"PosZ":-12.77299976348877,"RotY":21.580259323120117,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300064,"Category":"","GroupName":"","LoadSide":null,"PosX":29.624950408935547,"PosY":-96.6037826538086,"PosZ":-21.774139404296875,"RotY":21.580259323120117,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300065,"Category":"","GroupName":"","LoadSide":null,"PosX":116.84200286865234,"PosY":-103.88079833984376,"PosZ":-0.24762099981307983,"RotY":70.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300066,"Category":"","GroupName":"","LoadSide":null,"PosX":14.715410232543944,"PosY":-87.08789825439453,"PosZ":32.89958953857422,"RotY":21.580259323120117,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":26.950000762939453,"PosY":-170.77000427246094,"PosZ":21.969999313354492,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":10.121150016784668,"PosY":-170.77000427246094,"PosZ":-35.849998474121094,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":35.476318359375,"PosY":-170.77000427246094,"PosZ":-8.0,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.68000030517578,"PosY":-193.1490020751953,"PosZ":11.909999847412108,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.07379150390625,"PosY":-186.98910522460935,"PosZ":18.57308006286621,"RotY":45.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":9.376208305358887,"PosY":-193.20159912109375,"PosZ":35.746829986572266,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300067,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.21282958984375,"PosY":-176.00880432128906,"PosZ":-29.574010848999023,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300068,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.24673080444336,"PosY":-181.50880432128903,"PosZ":-6.717879772186279,"RotY":90.67391204833984,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":8.81380844116211,"PosY":53.70219039916992,"PosZ":-88.743408203125,"RotY":89.9999771118164,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":129.44540405273438,"PosY":-103.88079833984376,"PosZ":-13.25811004638672,"RotY":335.47149658203125,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":126.05989837646484,"PosY":-103.91819763183594,"PosZ":-53.058311462402344,"RotY":284.1982116699219,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":1.9460129737854004,"PosY":-170.77000427246094,"PosZ":34.51744079589844,"RotY":180.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300034,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.79298973083496,"PosY":53.649658203125,"PosZ":-93.6246337890625,"RotY":229.8760986328125,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.30000305175781,"PosY":199.135498046875,"PosZ":19.357999801635746,"RotY":278.4276123046875,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300036,"Category":"","GroupName":"","LoadSide":null,"PosX":63.91503143310547,"PosY":-83.49532318115236,"PosZ":32.55923080444336,"RotY":172.50230407714844,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300038,"Category":"","GroupName":"","LoadSide":null,"PosX":9.482007026672363,"PosY":57.14154815673828,"PosZ":-153.33859252929688,"RotY":204.7147979736328,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P20311_F20311001":{"teleports":{"1016":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":117.14739990234376,"PosY":32.40999984741211,"PosZ":-330.9551086425781,"RotY":90.0,"PropID":808,"AnchorID":1,"AnchorGroupID":303,"MappingInfoID":1016,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_02.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":303,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_02_Entity.json"},"1019":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.30999755859375,"PosY":22.080970764160156,"PosZ":-235.6300048828125,"RotY":190.0,"PropID":801,"AnchorID":1,"AnchorGroupID":304,"MappingInfoID":1019,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":304,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"},"1115":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-190.7165985107422,"PosY":23.07699966430664,"PosZ":-149.66000366210938,"RotY":0.0,"PropID":702,"AnchorID":1,"AnchorGroupID":55,"MappingInfoID":1115,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"},"1209":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":170.99000549316406,"PosY":32.410011291503906,"PosZ":-319.1400146484375,"RotY":225.0,"PropID":901,"AnchorID":1,"AnchorGroupID":68,"MappingInfoID":1209,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_02_Entity.json"},"2386":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.097379684448242,"PosY":-16.15999984741211,"PosZ":-288.997314453125,"RotY":190.2010040283203,"PropID":103097,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2386,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":418,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TV_02_Entity.json"},"2389":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.802001953125,"PosY":-4.889999866485596,"PosZ":-80.68699645996094,"RotY":0.0,"PropID":103132,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2389,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":419,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ScreenTVSet_02_Entity.json"},"2390":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.19000244140625,"PosY":-4.760000228881836,"PosZ":-79.73999786376953,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":415,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10033":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":342.05010986328125,"PosY":33.27499008178711,"PosZ":-289.2130126953125,"RotY":89.9999771118164,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10055":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":357.5530090332031,"PosY":6.0503997802734375,"PosZ":-309.8529968261719,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":421,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10060":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-154.07530212402344,"PosY":28.031890869140625,"PosZ":-41.04999923706055,"RotY":89.99999237060547,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":432,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"},"10061":{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":384.4200134277344,"PosY":21.090030670166016,"PosZ":-279.5899963378906,"RotY":90.3582763671875,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":454,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10062":{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":343.2550048828125,"PosY":15.06999969482422,"PosZ":-270.3160095214844,"RotY":90.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10062,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_CartoonTV_01.json","State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":224,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},"10063":{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-332.8299865722656,"PosY":-8.729999542236328,"PosZ":-60.830299377441406,"RotY":0.0,"PropID":103001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10063,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityRoom_Charger.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":488,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityCharger_01_Entity.json"},"10064":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":110.33000183105467,"PosY":17.6299991607666,"PosZ":-263.47601318359375,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10064,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":412,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10066":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.6999969482422,"PosY":-4.480134963989258,"PosZ":-34.849998474121094,"RotY":70.20535278320312,"PropID":103130,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10066,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ClockToyBox_02.json","State":"Locked","propStateList":["Closed","Open","Locked","CustomState01"],"groupId":420,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_02_Entity.json"},"1030502":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":166.91400146484375,"PosY":29.381000518798828,"PosZ":-130.88999938964844,"RotY":0.0,"PropID":139,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":1030502,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":302,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2031101":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":166.1060028076172,"PosY":28.083709716796875,"PosZ":-136.31900024414065,"RotY":314.78900146484375,"PropID":101,"AnchorID":1,"AnchorGroupID":51,"MappingInfoID":2031101,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2031102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":79.03848266601562,"PosY":-16.909969329833984,"PosZ":-250.21420288085935,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":51,"MappingInfoID":2031102,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2031103":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-111.45899963378906,"PosY":22.07699966430664,"PosZ":-147.02000427246094,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":51,"MappingInfoID":2031103,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2031104":{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-152.71949768066406,"PosY":-4.909989833831787,"PosZ":-87.72490692138672,"RotY":0.0,"PropID":101,"AnchorID":5,"AnchorGroupID":51,"MappingInfoID":2031104,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2031105":{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.73999786376952,"PosY":28.067270278930664,"PosZ":2.7699999809265137,"RotY":0.0,"PropID":101,"AnchorID":6,"AnchorGroupID":51,"MappingInfoID":2031105,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.81819915771484,"PosY":22.07699966430664,"PosZ":-216.5446014404297,"RotY":0.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":120.67099761962892,"PosY":32.40999984741211,"PosZ":-316.39678955078125,"RotY":90.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.5,"PosY":22.100000381469727,"PosZ":-114.80999755859376,"RotY":89.9999771118164,"PropID":103010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityRoomAirLockSpace_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.5,"PosY":19.040000915527344,"PosZ":-103.89299774169922,"RotY":180.0,"PropID":103011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.5,"PosY":22.100000381469727,"PosZ":-125.76399993896484,"RotY":180.0,"PropID":103011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.5800018310547,"PosY":20.93000030517578,"PosZ":-46.900001525878906,"RotY":270.0,"PropID":103010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityRoomAirLockSpace_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.50100708007812,"PosY":16.010000228881836,"PosZ":-55.95600128173828,"RotY":0.00004600000102072954,"PropID":103011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.51600646972656,"PosY":21.03499984741211,"PosZ":-37.882999420166016,"RotY":0.00004600000102072954,"PropID":103011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.48899841308594,"PosY":16.0322208404541,"PosZ":-52.03499984741211,"RotY":-0.00011999999696854502,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.06999969482422,"PosY":25.360000610351562,"PosZ":-232.86000061035156,"RotY":270.0000915527344,"PropID":103010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityRoomAirLockSpace_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.12100219726564,"PosY":22.100000381469727,"PosZ":-248.04299926757812,"RotY":0.00009899999713525176,"PropID":103011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.18000030517578,"PosY":22.049999237060547,"PosZ":-217.7599945068359,"RotY":0.00009899999713525176,"PropID":103011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"50":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":135.19000244140625,"PosY":28.083759307861328,"PosZ":-112.91000366210938,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":139.14999389648438,"PosY":22.13775062561035,"PosZ":-204.58999633789065,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":75.30899047851562,"PosY":22.09000015258789,"PosZ":-181.8860015869141,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":169.63099670410156,"PosY":32.410011291503906,"PosZ":-311.0815124511719,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":25.56999969482422,"PosY":-16.857669830322266,"PosZ":-271.1099853515625,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.66000366210938,"PosY":22.08098030090332,"PosZ":-252.2100067138672,"RotY":300.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.54600524902344,"PosY":28.06735038757324,"PosZ":-177.35000610351565,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-170.46710205078125,"PosY":22.07699966430664,"PosZ":-141.8000030517578,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-178.9990997314453,"PosY":-10.481060028076172,"PosZ":-132.25819396972656,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.66259765625,"PosY":28.319990158081055,"PosZ":12.394359588623049,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-151.37460327148438,"PosY":21.031890869140625,"PosZ":-32.192840576171875,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.01699829101565,"PosY":19.342510223388672,"PosZ":-128.35060119628906,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-152.66600036621094,"PosY":16.07699966430664,"PosZ":-168.7259979248047,"RotY":0.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":74.44000244140625,"PosY":-16.918149948120117,"PosZ":-241.0800018310547,"RotY":175.3441925048828,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.30799865722656,"PosY":28.031890869140625,"PosZ":-21.26972007751465,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":72.05999755859375,"PosY":-19.50749969482422,"PosZ":-524.469970703125,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":166.1060028076172,"PosY":28.083709716796875,"PosZ":-136.31900024414065,"RotY":314.78900146484375,"PropID":101,"AnchorID":1,"AnchorGroupID":51,"MappingInfoID":2031101,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":79.03848266601562,"PosY":-16.909969329833984,"PosZ":-250.21420288085935,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":51,"MappingInfoID":2031102,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-111.45899963378906,"PosY":22.07699966430664,"PosZ":-147.02000427246094,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":51,"MappingInfoID":2031103,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-152.71949768066406,"PosY":-4.909989833831787,"PosZ":-87.72490692138672,"RotY":0.0,"PropID":101,"AnchorID":5,"AnchorGroupID":51,"MappingInfoID":2031104,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.73999786376952,"PosY":28.067270278930664,"PosZ":2.7699999809265137,"RotY":0.0,"PropID":101,"AnchorID":6,"AnchorGroupID":51,"MappingInfoID":2031105,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":160.36129760742188,"PosY":28.083709716796875,"PosZ":-130.81260681152344,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":72.41348266601562,"PosY":-16.91819953918457,"PosZ":-259.23040771484375,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":-70.9120864868164,"PosY":-16.918230056762695,"PosZ":-258.2077941894531,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":-120.64550018310548,"PosY":22.07699966430664,"PosZ":-148.7241973876953,"RotY":270.0,"groupId":0},"5":{"ID":5,"PosX":-145.52499389648438,"PosY":-4.9099907875061035,"PosZ":-79.73999786376953,"RotY":90.0,"groupId":0},"6":{"ID":6,"PosX":-130.0128936767578,"PosY":28.067480087280273,"PosZ":-3.3204851150512695,"RotY":180.0,"groupId":0}}},"52":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":303.32720947265625,"PosX":91.77751922607422,"PosY":22.090009689331055,"PosZ":-199.73660278320312,"NPCMonsterID":3012020,"EventID":20311103,"groupId":52,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":213.3867950439453,"PosX":112.80979919433594,"PosY":22.11844062805176,"PosZ":-214.3777008056641,"NPCMonsterID":3002010,"EventID":20311104,"groupId":52,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":260.0,"PosX":92.25700378417967,"PosY":22.090009689331055,"PosZ":-194.7330017089844,"NPCMonsterID":3011010,"EventID":20311105,"groupId":52,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":60.0,"PosX":117.01110076904295,"PosY":22.103050231933594,"PosZ":-207.6990966796875,"NPCMonsterID":3002010,"EventID":20311106,"groupId":52,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":50.0,"PosX":120.44889831542967,"PosY":22.11153030395508,"PosZ":-205.4405975341797,"NPCMonsterID":3012020,"EventID":20311107,"groupId":52,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":160.0,"PosX":75.86849212646484,"PosY":22.09000015258789,"PosZ":-209.2001953125,"NPCMonsterID":3012020,"EventID":20311109,"groupId":52,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":290.0,"PosX":73.05999755859375,"PosY":22.09480094909668,"PosZ":-209.7599945068359,"NPCMonsterID":3011010,"EventID":20311110,"groupId":52,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"54":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-194.2805023193359,"PosY":16.031890869140625,"PosZ":-82.57671356201172,"RotY":0.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_02.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-194.2805023193359,"PosY":16.031890869140625,"PosZ":-82.57671356201172,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-194.2805023193359,"PosY":16.031890869140625,"PosZ":-82.57671356201172,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-185.47999572753903,"PosY":16.031930923461914,"PosZ":-76.90000915527344,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":198.4156036376953,"PosX":-191.8800048828125,"PosY":16.031890869140625,"PosZ":-79.93000030517578,"NPCMonsterID":3002010,"EventID":20311237,"groupId":54,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":153.20069885253906,"PosX":-196.13999938964844,"PosY":16.031890869140625,"PosZ":-79.30000305175781,"NPCMonsterID":3002010,"EventID":20311238,"groupId":54,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"55":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-190.7165985107422,"PosY":23.07699966430664,"PosZ":-149.66000366210938,"RotY":0.0,"PropID":702,"AnchorID":1,"AnchorGroupID":55,"MappingInfoID":1115,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-190.7165985107422,"PosY":22.07699966430664,"PosZ":-149.66000366210938,"NPCMonsterID":3003021,"EventID":101215,"groupId":55,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-184.61300659179688,"PosY":22.07699966430664,"PosZ":-149.6219940185547,"RotY":270.0,"groupId":0}}},"56":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":99.10601043701172,"PosY":28.410009384155273,"PosZ":-310.2699890136719,"RotY":180.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":148.26100158691406,"PosY":28.08371925354004,"PosZ":-162.0449981689453,"RotY":349.86199951171875,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-196.6519012451172,"PosY":16.031890869140625,"PosZ":-58.845088958740234,"RotY":46.29542922973633,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-171.79100036621094,"PosY":22.07699966430664,"PosZ":-150.22000122070312,"RotY":180.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.45003890991211,"PosY":-16.91822052001953,"PosZ":-245.74989318847656,"RotY":180.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":164.49000549316406,"PosY":32.410011291503906,"PosZ":-315.3429870605469,"RotY":180.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":144.07400512695312,"PosY":28.100000381469727,"PosZ":-138.28500366210938,"RotY":46.97312927246094,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":115.52999877929688,"PosY":22.087860107421875,"PosZ":-216.1199951171875,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":108.29160308837892,"PosY":16.08502960205078,"PosZ":-249.8155975341797,"RotY":151.90260314941406,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":80.01799774169922,"PosY":22.090009689331055,"PosZ":-228.85299682617188,"RotY":220.8917999267578,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":129.78599548339844,"PosY":32.41999053955078,"PosZ":-313.97900390625,"RotY":314.9754943847656,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":63.7977409362793,"PosY":-16.918149948120117,"PosZ":-242.2841033935547,"RotY":321.4480895996094,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.00433349609375,"PosY":22.09000015258789,"PosZ":-201.24110412597656,"RotY":84.75166320800781,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-121.1552963256836,"PosY":22.07699966430664,"PosZ":-216.57420349121097,"RotY":353.80731201171875,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-121.05269622802734,"PosY":22.07699966430664,"PosZ":-177.2631072998047,"RotY":173.9376983642578,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.73399353027344,"PosY":19.07699966430664,"PosZ":-152.427001953125,"RotY":115.46199798583984,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-153.55999755859375,"PosY":16.07699966430664,"PosZ":-129.3800048828125,"RotY":107.66790008544922,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-136.0,"PosY":22.07699966430664,"PosZ":-127.48999786376952,"RotY":179.9998016357422,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-145.80499267578125,"PosY":21.031890869140625,"PosZ":-27.3439998626709,"RotY":180.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-153.672607421875,"PosY":28.074920654296875,"PosZ":-2.479904890060425,"RotY":119.81189727783205,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-188.9913024902344,"PosY":28.031890869140625,"PosZ":2.9559249877929688,"RotY":186.61520385742188,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-188.1201934814453,"PosY":16.031890869140625,"PosZ":-80.46299743652344,"RotY":285.781494140625,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.4965057373047,"PosY":-4.909988880157471,"PosZ":-26.901599884033203,"RotY":142.47300720214844,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.74500274658205,"PosY":-4.909996032714844,"PosZ":-95.97799682617188,"RotY":353.93609619140625,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-127.84609985351564,"PosY":-4.909999847412109,"PosZ":-132.69520568847656,"RotY":297.1123962402344,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.53750610351565,"PosY":-10.909999847412108,"PosZ":-137.8350067138672,"RotY":247.2301025390625,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-121.59490203857422,"PosY":-16.90999984741211,"PosZ":-150.03469848632812,"RotY":178.9394073486328,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.4384994506836,"PosY":-16.90999984741211,"PosZ":-196.49380493164065,"RotY":118.48390197753906,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.99246978759767,"PosY":-16.899999618530273,"PosZ":-202.28070068359375,"RotY":187.29229736328125,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"57":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":80.28794860839844,"PosY":28.40999984741211,"PosZ":-302.6629943847656,"RotY":90.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_02.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":80.28794860839844,"PosY":28.40999984741211,"PosZ":-302.6629943847656,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":80.28794860839844,"PosY":28.40999984741211,"PosZ":-302.6629943847656,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":95.3508529663086,"PosY":28.40999984741211,"PosZ":-312.1241149902344,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":124.68679809570312,"PosX":84.59742736816406,"PosY":28.42000961303711,"PosZ":-303.9573974609375,"NPCMonsterID":3003010,"EventID":20311233,"groupId":57,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"60":{"props":[],"npcs":[],"monsters":[{"ID":200003,"RotY":270.1000061035156,"PosX":132.1199951171875,"PosY":35.10737991333008,"PosZ":-270.1700134277344,"NPCMonsterID":3012020,"EventID":20311112,"groupId":60,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":200.0,"PosX":156.05589294433594,"PosY":35.10737991333008,"PosZ":-267.38641357421875,"NPCMonsterID":3002010,"EventID":20311113,"groupId":60,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":160.63999938964844,"PosY":35.0300407409668,"PosZ":-267.8900146484375,"NPCMonsterID":3002010,"EventID":20311114,"groupId":60,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"61":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":316.1354064941406,"PosX":157.4844970703125,"PosY":47.04999923706055,"PosZ":-267.1776123046875,"NPCMonsterID":3002010,"EventID":20311116,"groupId":61,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":-4.999999873689376e-6,"PosX":146.55299377441406,"PosY":47.04600143432618,"PosZ":-261.7690124511719,"NPCMonsterID":3001010,"EventID":20311117,"groupId":61,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"62":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":166.0590057373047,"PosY":35.20183181762695,"PosZ":-250.7259979248047,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":126.27300262451172,"PosY":35.030059814453125,"PosZ":-277.4800109863281,"RotY":0.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"63":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":166.24000549316406,"PosY":47.04999923706055,"PosZ":-271.6199951171875,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":134.3654022216797,"PosY":47.04999923706055,"PosZ":-264.0985107421875,"RotY":216.9196014404297,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":110.10700225830078,"PosY":47.06005096435547,"PosZ":-274.80999755859375,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":111.72599792480467,"PosY":35.08000183105469,"PosZ":-269.7099914550781,"RotY":270.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"65":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":153.19000244140625,"PosY":46.630001068115234,"PosZ":-272.6000061035156,"RotY":305.4783020019531,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":170.99000549316406,"PosY":32.410011291503906,"PosZ":-319.1400146484375,"RotY":225.0,"PropID":901,"AnchorID":1,"AnchorGroupID":68,"MappingInfoID":1209,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":171.77999877929688,"PosY":32.41999053955078,"PosZ":-319.92999267578125,"RotY":135.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":169.8800048828125,"PosY":32.410011291503906,"PosZ":-318.1499938964844,"RotY":135.0,"groupId":0}}},"71":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":125.2300033569336,"PosY":40.81999969482422,"PosZ":-276.04998779296875,"RotY":0.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_02.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":125.41999816894533,"PosY":40.810001373291016,"PosZ":-276.1199951171875,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":125.41999816894533,"PosY":41.15999984741211,"PosZ":-256.1000061035156,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":150.91310119628906,"PosX":125.23130035400392,"PosY":43.13970947265625,"PosZ":-270.7976989746094,"NPCMonsterID":3003020,"EventID":20311231,"groupId":71,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"72":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":125.2300033569336,"PosY":39.88002014160156,"PosZ":-263.9700012207031,"RotY":359.90179443359375,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.60099792480467,"PosY":22.307849884033203,"PosZ":-40.54024887084961,"RotY":180.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_02.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.60099792480467,"PosY":22.307849884033203,"PosZ":-40.54024887084961,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.60099792480467,"PosY":22.307849884033203,"PosZ":-40.54024887084961,"RotY":180.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.73999786376952,"PosY":22.034439086914062,"PosZ":-54.709999084472656,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":240.0,"PosX":-109.28399658203124,"PosY":22.32193946838379,"PosZ":-43.53400039672851,"NPCMonsterID":3012020,"EventID":20311235,"groupId":73,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":220.0,"PosX":-107.91999816894533,"PosY":22.307849884033203,"PosZ":-45.2400016784668,"NPCMonsterID":3012020,"EventID":20311236,"groupId":73,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"74":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.0199966430664,"PosY":16.03219985961914,"PosZ":-80.55592346191406,"RotY":270.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.9674072265625,"PosY":16.04785919189453,"PosZ":-66.60582733154297,"RotY":13.219829559326172,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-159.9720001220703,"PosY":16.032249450683594,"PosZ":-86.20709228515625,"RotY":0.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.79199981689452,"PosY":28.04785919189453,"PosZ":-72.79544830322266,"RotY":268.2705078125,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"75":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.27569580078125,"PosY":16.04785919189453,"PosZ":-62.25421905517578,"RotY":317.605712890625,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.28299713134766,"PosY":16.031890869140625,"PosZ":-58.7859992980957,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"76":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0999984741211,"PosX":-148.44000244140625,"PosY":16.032230377197266,"PosZ":-67.01849365234375,"NPCMonsterID":3012020,"EventID":20311131,"groupId":76,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":180.0,"PosX":-140.57659912109375,"PosY":16.04785919189453,"PosZ":-61.11848831176758,"NPCMonsterID":3011010,"EventID":20311132,"groupId":76,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":0.0,"PosX":-110.33999633789064,"PosY":28.030860900878903,"PosZ":-50.11756134033203,"NPCMonsterID":3011010,"EventID":20311133,"groupId":76,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"78":{"props":[{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.31869506835938,"PosY":38.3225212097168,"PosZ":-55.919700622558594,"RotY":270.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-152.5496063232422,"PosY":23.093120574951172,"PosZ":-55.922569274902344,"RotY":270.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"80":{"props":[{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.47109985351565,"PosY":30.45343017578125,"PosZ":-95.36186218261719,"RotY":0.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"82":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":292.8125,"PosX":-161.4709014892578,"PosY":24.26003074645996,"PosZ":-80.66000366210938,"NPCMonsterID":3002010,"EventID":20311135,"groupId":82,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":270.9190979003906,"PosX":-161.39430236816406,"PosY":25.17000961303711,"PosZ":-77.0899887084961,"NPCMonsterID":3012020,"EventID":20311136,"groupId":82,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"90":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":356.61700439453125,"PosY":6.087790012359619,"PosZ":-309.4960021972656,"RotY":268.2384948730469,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_03.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":377.12799072265625,"PosY":2.9400041103363037,"PosZ":-300.4280090332031,"RotY":0.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":369.5747985839844,"PosY":2.940001964569092,"PosZ":-308.518310546875,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"92":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":352.3080139160156,"PosY":21.469999313354492,"PosZ":-298.1499938964844,"NPCMonsterID":3001020,"EventID":20311152,"groupId":92,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":270.1000061035156,"PosX":362.6000061035156,"PosY":30.13999938964844,"PosZ":-298.1499938964844,"NPCMonsterID":3002030,"EventID":20311151,"groupId":92,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"93":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":373.8299865722656,"PosY":35.269989013671875,"PosZ":-298.13848876953125,"RotY":90.00054931640625,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"94":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.10001373291016,"PosX":389.93170166015625,"PosY":22.509550094604492,"PosZ":-271.69720458984375,"NPCMonsterID":3002010,"EventID":20311153,"groupId":94,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":217.13340759277344,"PosX":390.0501098632813,"PosY":32.990020751953125,"PosZ":-270.2991943359375,"NPCMonsterID":3001020,"EventID":20311154,"groupId":94,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"95":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":390.0502014160156,"PosY":32.579830169677734,"PosZ":-272.87298583984375,"RotY":0.0000779999973019585,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":366.0151062011718,"PosY":49.580078125,"PosZ":-289.18701171875,"RotY":270.0000915527344,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_03.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"96":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.1000061035156,"PosX":377.75,"PosY":39.0099983215332,"PosZ":-281.239990234375,"NPCMonsterID":3002030,"EventID":20311155,"groupId":96,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"97":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":342.05010986328125,"PosY":33.27499008178711,"PosZ":-289.2130126953125,"RotY":89.9999771118164,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_02.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":342.05010986328125,"PosY":33.27499008178711,"PosZ":-289.2130126953125,"RotY":89.9999771118164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":342.05010986328125,"PosY":33.27499008178711,"PosZ":-289.2130126953125,"RotY":89.9999771118164,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":68.6697998046875,"PosX":342.1400146484375,"PosY":29.79993057250977,"PosZ":-287.48980712890625,"NPCMonsterID":3003020,"EventID":20311239,"groupId":97,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"98":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":342.04998779296875,"PosY":33.349998474121094,"PosZ":-270.29998779296875,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":342.1401062011719,"PosY":27.17013931274414,"PosZ":-278.17449951171875,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"99":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":381.0661010742187,"PosY":39.0099983215332,"PosZ":-276.572509765625,"RotY":180.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":350.2755126953125,"PosY":39.0099983215332,"PosZ":-276.5426025390625,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"100":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":350.5643005371094,"PosY":33.867889404296875,"PosZ":-298.1476135253906,"RotY":89.99365234375,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":379.8854064941406,"PosY":35.05059814453125,"PosZ":-298.1498107910156,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"107":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.56300354003906,"PosY":30.93000030517578,"PosZ":-40.76996994018555,"RotY":180.00010681152344,"PropID":103010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityRoomAirLockSpace_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.48899841308594,"PosY":28.030000686645508,"PosZ":-40.900001525878906,"RotY":270.0000915527344,"PropID":103011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.50299835205078,"PosY":28.03700065612793,"PosZ":-40.9010009765625,"RotY":270.0000915527344,"PropID":103011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.54299926757812,"PosY":28.034000396728516,"PosZ":-42.974998474121094,"RotY":270.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"156":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.576000213623047,"PosY":-14.50100040435791,"PosZ":-256.385009765625,"RotY":0.0,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.54800033569336,"PosY":-15.92506980895996,"PosZ":-258.2294921875,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"168":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":161.0540008544922,"PosY":29.79136085510254,"PosZ":-122.16950225830078,"RotY":178.45860290527344,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":168,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":161.0540008544922,"PosY":29.79136085510254,"PosZ":-122.16950225830078,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":168,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"169":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":93.16400146484376,"PosY":22.76799964904785,"PosZ":-183.2014007568359,"RotY":279.6257019042969,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":169,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":93.16400146484376,"PosY":22.76799964904785,"PosZ":-183.2014007568359,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":169,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"172":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":10.836000442504885,"PosY":-15.12399959564209,"PosZ":-281.8280029296875,"RotY":253.5402984619141,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":172,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":11.397000312805176,"PosY":-14.756999969482422,"PosZ":-281.489013671875,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":172,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"173":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":146.21800231933594,"PosY":28.083730697631836,"PosZ":-175.91299438476565,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":81.34600067138672,"PosY":22.089000701904297,"PosZ":-196.9250030517578,"RotY":89.99987030029298,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.31999969482422,"PosY":22.100000381469727,"PosZ":-196.8090057373047,"RotY":89.99987030029298,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.3030014038086,"PosY":22.09000015258789,"PosZ":-148.88900756835938,"RotY":270.0000915527344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.4080047607422,"PosY":22.09000015258789,"PosZ":-148.88900756835938,"RotY":270.0000915527344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.343994140625,"PosY":-4.909992218017578,"PosZ":-61.77899932861328,"RotY":0.000012000000424450263,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":149.2550048828125,"PosY":28.111000061035156,"PosZ":-130.927001953125,"RotY":270.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_03.json","State":"Open","propStateList":["Closed","Open"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":110.20400238037108,"PosY":22.108999252319336,"PosZ":-217.94400024414065,"RotY":0.000012000000424450263,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.33099365234375,"PosY":-4.909992218017578,"PosZ":-79.77300262451172,"RotY":270.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-188.50100708007812,"PosY":16.040000915527344,"PosZ":-55.88999938964844,"RotY":-0.00005500000042957254,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.4149932861328,"PosY":-10.909999847412108,"PosZ":-130.93190002441406,"RotY":89.99981689453125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-165.4029998779297,"PosY":-10.909999847412108,"PosZ":-139.927001953125,"RotY":-0.00017800000205170363,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.3219985961914,"PosY":-16.909990310668945,"PosZ":-196.91299438476565,"RotY":89.99981689453125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-83.50499725341797,"PosY":-16.868000030517578,"PosZ":-198.93099975585935,"RotY":269.9997863769531,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":80.13899993896484,"PosY":22.090009689331055,"PosZ":-199.56399536132812,"RotY":269.9997863769531,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.38499450683594,"PosY":22.08099937438965,"PosZ":-148.88699340820312,"RotY":270.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_03.json","State":"Open","propStateList":["Closed","Open"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-190.55099487304688,"PosY":16.032100677490234,"PosZ":-53.85699844360352,"RotY":-0.0002189999941037968,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.16500091552734,"PosY":22.09000015258789,"PosZ":-175.8090057373047,"RotY":180.00010681152344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"181":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.43519592285156,"PosY":37.58100128173828,"PosZ":-76.93299865722656,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.43519592285156,"PosY":37.87300109863281,"PosZ":-77.68900299072266,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.50399780273438,"PosY":38.960960388183594,"PosZ":-76.9010009765625,"RotY":180.0,"PropID":103099,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Transparent_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"183":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.18600463867188,"PosY":-9.401037216186523,"PosZ":-127.0500030517578,"RotY":0.0,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":183,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-176.78799438476565,"PosY":-9.420000076293945,"PosZ":-125.3585968017578,"RotY":328.1973876953125,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":183,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-171.8721923828125,"PosY":-9.633999824523926,"PosZ":-123.07620239257812,"RotY":46.33895111083984,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":183,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.18600463867188,"PosY":-9.401037216186523,"PosZ":-127.0500030517578,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":183,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"184":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.52920532226565,"PosY":-3.4611001014709473,"PosZ":-72.16999816894531,"RotY":120.46749877929688,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":184,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.72300720214844,"PosY":-3.3190510272979736,"PosZ":-72.64701080322266,"RotY":310.5701904296875,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":184,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"185":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-146.9936981201172,"PosY":19.51300048828125,"PosZ":-92.7030029296875,"RotY":270.0,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":185,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-146.9936981201172,"PosY":19.51300048828125,"PosZ":-92.7030029296875,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":185,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"187":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":84.36499786376953,"PosY":29.166000366210938,"PosZ":-316.7900085449219,"RotY":37.52743148803711,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":187,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":82.72200012207033,"PosY":29.17200088500977,"PosZ":-317.74798583984375,"RotY":90.0,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":187,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":84.37300109863281,"PosY":29.150999069213867,"PosZ":-318.7099914550781,"RotY":150.3748016357422,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":187,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":83.802001953125,"PosY":29.258310317993164,"PosZ":-317.8009948730469,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":187,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"188":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-146.4113006591797,"PosY":29.094200134277344,"PosZ":-14.854599952697754,"RotY":136.4604949951172,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-146.4113006591797,"PosY":29.094200134277344,"PosZ":-14.854599952697754,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"189":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-189.69200134277344,"PosY":16.8799991607666,"PosZ":-70.45800018310547,"RotY":18.331209182739254,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":189,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-190.6219940185547,"PosY":16.031890869140625,"PosZ":-67.91000366210938,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":189,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"193":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":125.26300048828124,"PosY":35.05500030517578,"PosZ":-266.92999267578125,"RotY":270.0002136230469,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":193,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":119.26300048828124,"PosY":35.05500030517578,"PosZ":-266.92999267578125,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":193,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":112.45600128173828,"PosY":35.07004928588867,"PosZ":-272.27301025390625,"RotY":270.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":193,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"194":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":369.0499877929687,"PosY":26.166000366210938,"PosZ":-265.2799987792969,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":194,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":366.9739990234375,"PosY":28.131999969482425,"PosZ":-265.2799987792969,"RotY":-0.00011999999696854502,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":194,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"195":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":381.885986328125,"PosY":26.28300094604492,"PosZ":-298.135009765625,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":195,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":384.2950134277344,"PosY":27.854999542236328,"PosZ":-298.1510009765625,"RotY":180.00010681152344,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":195,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"196":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":194.74400329589844,"PosX":-111.3385009765625,"PosY":22.116010665893555,"PosZ":-283.2698974609375,"NPCMonsterID":3002010,"EventID":20311143,"groupId":196,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":122.88400268554688,"PosX":-121.54820251464844,"PosY":22.116010665893555,"PosZ":-283.0033874511719,"NPCMonsterID":3002010,"EventID":20311144,"groupId":196,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":165.0,"PosX":-110.53469848632812,"PosY":16.110000610351562,"PosZ":-267.2732849121094,"NPCMonsterID":3002010,"EventID":20311145,"groupId":196,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":165.0,"PosX":-122.1251983642578,"PosY":16.110000610351562,"PosZ":-264.9941101074219,"NPCMonsterID":3001020,"EventID":20311146,"groupId":196,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"197":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":174.9134979248047,"PosX":-137.1300048828125,"PosY":27.175020217895508,"PosZ":-264.8009948730469,"NPCMonsterID":3002030,"EventID":20311147,"groupId":197,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":270.1000061035156,"PosX":-137.1300048828125,"PosY":30.915990829467773,"PosZ":-276.1536865234375,"NPCMonsterID":3002030,"EventID":20311148,"groupId":197,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"198":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.15003204345702,"PosY":21.160009384155273,"PosZ":-276.19000244140625,"RotY":89.9996795654297,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":198,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"199":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.2969970703125,"PosY":31.663999557495117,"PosZ":-289.82000732421875,"RotY":0.0007970000151544809,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_03.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":199,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"211":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.4199981689453,"PosY":-5.03000020980835,"PosZ":-79.72899627685547,"RotY":90.0,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":211,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-173.50999450683594,"PosY":-4.909987926483154,"PosZ":-80.12999725341797,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":-179.02099609375,"PosY":-3.421999931335449,"PosZ":-79.66200256347656,"RotY":269.9999084472656,"groupId":0},"4":{"ID":4,"PosX":-172.04800415039065,"PosY":-1.2599990367889404,"PosZ":-78.13794708251953,"RotY":259.0898132324219,"groupId":0}}},"216":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.83700561523438,"PosY":16.07699966430664,"PosZ":-150.9239959716797,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSaveManagar_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":216,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.36000061035156,"PosY":17.6200008392334,"PosZ":-150.92999267578125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":216,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.72999572753906,"PosY":16.07699966430664,"PosZ":-149.60000610351565,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":216,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.83700561523438,"PosY":16.07699966430664,"PosZ":-150.9239959716797,"RotY":0.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10062,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":216,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.47000122070312,"PosY":16.07699966430664,"PosZ":-166.63900756835938,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfTreasureBoxHint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":216,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":0.0,"PosX":-215.5,"PosY":16.07699966430664,"PosZ":-150.9239959716797,"NPCMonsterID":7010011,"EventID":10301299,"groupId":216,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"224":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":344.4110107421875,"PosY":15.06999969482422,"PosZ":-270.3160095214844,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSaveManagar_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":224,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":364.29000854492193,"PosY":15.06999969482422,"PosZ":-279.29998779296875,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":224,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":375.94378662109375,"PosY":3.143748998641968,"PosZ":-308.3765869140625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":224,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":344.510009765625,"PosY":15.070030212402344,"PosZ":-270.45001220703125,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":224,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":343.2550048828125,"PosY":15.06999969482422,"PosZ":-270.3160095214844,"RotY":90.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10062,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_CartoonTV_01.json","State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":224,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":375.7999877929687,"PosY":3.0837559700012207,"PosZ":-309.8666076660156,"RotY":0.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_CartoonTV_01.json","State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":224,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":356.61700439453125,"PosY":6.087790012359619,"PosZ":-309.4960021972656,"RotY":268.2384948730469,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfTreasureBoxHint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":224,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":90.0999984741211,"PosX":316.8699951171875,"PosY":15.06999969482422,"PosZ":-270.3160095214844,"NPCMonsterID":7010011,"EventID":10301299,"groupId":224,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"226":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":368.2590026855469,"PosY":6.0877909660339355,"PosZ":-304.1379089355469,"RotY":270.0,"PropID":103087,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkEffect_Drop.json","State":"Closed","propStateList":["Closed","Open"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SolidaBottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":388.7560119628906,"PosY":15.06999969482422,"PosZ":-270.7699890136719,"RotY":270.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Hint.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":388.87200927734375,"PosY":21.059999465942383,"PosZ":-274.64801025390625,"RotY":225.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Hint.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":357.92010498046875,"PosY":15.06999969482422,"PosZ":-288.4836120605469,"RotY":35.91749954223633,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HideBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":371.8900146484375,"PosY":15.06999969482422,"PosZ":-272.0799865722656,"RotY":118.24240112304688,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HideBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":374.0614013671875,"PosY":6.356513977050781,"PosZ":-309.76849365234375,"RotY":270.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Hint.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":353.6940002441406,"PosY":15.079999923706056,"PosZ":-295.6416931152344,"RotY":315.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Hint.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":368.0242919921875,"PosY":6.356513977050781,"PosZ":-309.7561950683594,"RotY":194.72509765625,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HideBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":363.17181396484375,"PosY":3.0737500190734863,"PosZ":-298.2986145019531,"RotY":204.93699645996097,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HideBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":368.8230895996094,"PosY":3.0737509727478027,"PosZ":-293.8644104003906,"RotY":66.08944702148438,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HideBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":369.29888916015625,"PosY":6.087790012359619,"PosZ":-301.06109619140625,"RotY":180.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Hint.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":375.00531005859375,"PosY":3.0950000286102295,"PosZ":-300.55609130859375,"RotY":180.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Hint.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":354.480712890625,"PosY":6.114999771118164,"PosZ":-301.1781005859375,"RotY":180.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Hint.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":355.0863037109375,"PosY":3.0920000076293945,"PosZ":-293.4316101074219,"RotY":135.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Hint.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap03_WolfBro_TeleportGate.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":368.2590026855469,"PosY":6.0877909660339355,"PosZ":-302.1379089355469,"RotY":270.0,"PropID":103087,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkEffect_Drop.json","State":"Closed","propStateList":["Closed","Open"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SolidaBottle_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":356.97601318359375,"PosY":3.0737500190734863,"PosZ":-308.2130126953125,"RotY":91.81031036376953,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HideBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":361.9700012207031,"PosY":15.144309997558594,"PosZ":-271.9949951171875,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerG_01.json.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":353.79998779296875,"PosY":15.174400329589844,"PosZ":-276.9892883300781,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerTalk_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":344.4100036621094,"PosY":15.06999969482422,"PosZ":-270.4389953613281,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":371.8949890136718,"PosY":15.614999771118164,"PosZ":-272.0589904785156,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":372.3283996582031,"PosY":15.134300231933594,"PosZ":-271.3066101074219,"RotY":116.9386978149414,"groupId":0},"4":{"ID":4,"PosX":388.6449890136718,"PosY":21.059999465942383,"PosZ":-275.7200012207031,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":388.5134887695313,"PosY":15.06999969482422,"PosZ":-268.3103942871094,"RotY":0.0,"groupId":0},"6":{"ID":6,"PosX":352.57861328125,"PosY":15.06999969482422,"PosZ":-295.28790283203125,"RotY":90.0,"groupId":0},"7":{"ID":7,"PosX":373.2380065917969,"PosY":6.356513977050781,"PosZ":-309.7742919921875,"RotY":270.0,"groupId":0},"8":{"ID":8,"PosX":369.2710876464844,"PosY":6.087790012359619,"PosZ":-301.87200927734375,"RotY":180.0,"groupId":0},"9":{"ID":9,"PosX":375.0259094238282,"PosY":3.073753118515014,"PosZ":-301.33599853515625,"RotY":180.0,"groupId":0},"10":{"ID":10,"PosX":357.335693359375,"PosY":15.06999969482422,"PosZ":-289.1119079589844,"RotY":305.8529052734375,"groupId":0},"11":{"ID":11,"PosX":357.8479919433594,"PosY":15.649999618530272,"PosZ":-288.4490051269531,"RotY":0.0,"groupId":0},"12":{"ID":12,"PosX":369.1730041503906,"PosY":6.356513977050781,"PosZ":-309.8169860839844,"RotY":270.0,"groupId":0},"13":{"ID":13,"PosX":368.0559997558594,"PosY":7.020999908447266,"PosZ":-309.59100341796875,"RotY":0.0,"groupId":0},"14":{"ID":14,"PosX":369.8380126953125,"PosY":3.0737509727478027,"PosZ":-293.48199462890625,"RotY":255.3999938964844,"groupId":0},"15":{"ID":15,"PosX":368.8450012207031,"PosY":3.6559998989105225,"PosZ":-293.8810119628906,"RotY":0.0,"groupId":0},"16":{"ID":16,"PosX":375.9490966796875,"PosY":3.073753118515014,"PosZ":-308.9255065917969,"RotY":180.0,"groupId":0},"17":{"ID":17,"PosX":363.5899963378906,"PosY":3.0737500190734863,"PosZ":-297.45001220703125,"RotY":208.10000610351565,"groupId":0},"18":{"ID":18,"PosX":363.1409912109375,"PosY":3.6689999103546143,"PosZ":-298.3389892578125,"RotY":0.0,"groupId":0},"19":{"ID":19,"PosX":355.79998779296875,"PosY":2.939997911453247,"PosZ":-294.25,"RotY":135.0,"groupId":0},"20":{"ID":20,"PosX":354.40869140625,"PosY":6.0877909660339355,"PosZ":-302.3424987792969,"RotY":180.0,"groupId":0},"21":{"ID":21,"PosX":361.2200012207031,"PosY":11.0600004196167,"PosZ":-304.5,"RotY":85.89848327636719,"groupId":0},"22":{"ID":22,"PosX":348.8699951171875,"PosY":17.030000686645508,"PosZ":-270.45550537109375,"RotY":270.0,"groupId":0},"23":{"ID":23,"PosX":375.9299926757813,"PosY":5.349999904632568,"PosZ":-304.25,"RotY":180.0,"groupId":0},"24":{"ID":24,"PosX":358.1390075683594,"PosY":3.0737500190734863,"PosZ":-308.2120056152344,"RotY":268.09991455078125,"groupId":0},"25":{"ID":25,"PosX":356.9639892578125,"PosY":3.7300000190734863,"PosZ":-308.19500732421875,"RotY":0.0,"groupId":0}}},"227":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.19000244140624,"PosY":19.342510223388672,"PosZ":-134.9340057373047,"RotY":270.0,"PropID":103087,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_DropVase_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":227,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SolidaBottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.72499847412108,"PosY":16.08300018310547,"PosZ":-138.7779998779297,"RotY":270.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfRocketHint_01.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":227,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.79000091552734,"PosY":19.354999542236328,"PosZ":-137.94200134277344,"RotY":0.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfRocketHint_01.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":227,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap03_WolfBro_TeleportGate.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":227,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-154.16000366210938,"PosY":11.369999885559082,"PosZ":-149.38999938964844,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerG_01.json.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":227,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.3679962158203,"PosY":16.07699966430664,"PosZ":-146.21800231933594,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerTalk_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":227,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-125.71099853515624,"PosY":19.342510223388672,"PosZ":-137.3280029296875,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-126.3864974975586,"PosY":16.07699966430664,"PosZ":-138.81700134277344,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":17.912399291992188,"PosY":0.25,"PosZ":42.99300003051758,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":18.982999801635746,"PosY":2.230592966079712,"PosZ":44.53499984741211,"RotY":90.0,"groupId":0},"5":{"ID":5,"PosX":-133.802001953125,"PosY":16.07699966430664,"PosZ":-150.33900451660156,"RotY":180.0,"groupId":0},"6":{"ID":6,"PosX":27.270999908447266,"PosY":0.25,"PosZ":43.73448944091797,"RotY":0.0,"groupId":0},"7":{"ID":7,"PosX":-133.7913055419922,"PosY":16.07699966430664,"PosZ":-149.27890014648438,"RotY":0.0,"groupId":0},"8":{"ID":8,"PosX":32.824501037597656,"PosY":2.2177538871765137,"PosZ":44.458290100097656,"RotY":0.0,"groupId":0},"9":{"ID":9,"PosX":-148.05499267578125,"PosY":16.07699966430664,"PosZ":-150.6551971435547,"RotY":209.29190063476565,"groupId":0},"10":{"ID":10,"PosX":-147.5469970703125,"PosY":16.07699966430664,"PosZ":-149.8699951171875,"RotY":209.29190063476565,"groupId":0},"11":{"ID":11,"PosX":-133.02000427246094,"PosY":20.420000076293945,"PosZ":-138.0,"RotY":63.20608139038086,"groupId":0},"12":{"ID":12,"PosX":-128.70140075683594,"PosY":20.399999618530273,"PosZ":-137.4696044921875,"RotY":63.20608139038086,"groupId":0},"13":{"ID":13,"PosX":-133.47999572753906,"PosY":17.84000015258789,"PosZ":-145.5399932861328,"RotY":180.0,"groupId":0}}},"230":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-311.6650085449219,"PosY":-8.819999694824219,"PosZ":-74.24700164794922,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":230,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-311.6650085449219,"PosY":-8.819999694824219,"PosZ":-68.24700164794922,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":230,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-311.6650085449219,"PosY":-8.8100004196167,"PosZ":-92.3479995727539,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":230,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-311.6650085449219,"PosY":-8.8100004196167,"PosZ":-86.24700164794922,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":230,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.8599853515625,"PosY":-8.8100004196167,"PosZ":-98.63999938964844,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":230,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-323.8598937988281,"PosY":-8.8100004196167,"PosZ":-98.64002227783203,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":230,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.80108642578125,"PosY":-8.819000244140625,"PosZ":-92.25499725341797,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":230,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.80108642578125,"PosY":-8.819000244140625,"PosZ":-86.25499725341797,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":230,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-317.7720031738281,"PosY":-8.934000015258789,"PosZ":-74.2499771118164,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":230,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-323.7720031738281,"PosY":-8.934000015258789,"PosZ":-74.25,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":230,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-341.71600341796875,"PosY":-8.913795471191406,"PosZ":-74.25,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":230,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-335.71600341796875,"PosY":-8.913795471191406,"PosZ":-74.2499771118164,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":230,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-330.5799865722656,"PosY":-8.803999900817871,"PosZ":-79.08999633789062,"RotY":270.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":230,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-348.7799987792969,"PosY":-8.803999900817871,"PosZ":-79.08999633789062,"RotY":270.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":230,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.80108642578125,"PosY":-8.819000244140625,"PosZ":-68.33999633789062,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":230,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.80108642578125,"PosY":-8.819000244140625,"PosZ":-74.33999633789062,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":230,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"231":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-305.6650085449219,"PosY":-8.800000190734863,"PosZ":-74.25199890136719,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":231,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-305.6650085449219,"PosY":-8.800000190734863,"PosZ":-68.25199890136719,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":231,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-305.9200134277344,"PosY":-8.803999900817871,"PosZ":-92.35600280761719,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":231,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-305.9200134277344,"PosY":-8.803999900817871,"PosZ":-86.23600006103516,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":231,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"232":{"props":[{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-311.6650085449219,"PosY":-8.904000282287598,"PosZ":-74.23999786376953,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":232,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-311.6650085449219,"PosY":-8.904000282287598,"PosZ":-68.23999786376953,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":232,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-348.0,"PosY":-8.920000076293945,"PosZ":-74.33999633789062,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":232,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-348.0,"PosY":-8.920000076293945,"PosZ":-68.33999633789062,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":232,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.8290100097656,"PosY":-8.790008544921875,"PosZ":-92.26100158691406,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":232,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.8290100097656,"PosY":-8.790008544921875,"PosZ":-86.26100158691406,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":232,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-317.85211181640625,"PosY":-8.913795471191406,"PosZ":-74.2499771118164,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":232,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-323.85211181640625,"PosY":-8.913795471191406,"PosZ":-74.25,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":232,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-341.7090148925781,"PosY":-8.913795471191406,"PosZ":-74.25,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":232,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-335.71600341796875,"PosY":-8.913795471191406,"PosZ":-74.2499771118164,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":232,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.49700927734375,"PosY":-8.859999656677246,"PosZ":-61.29399871826172,"RotY":-1.9999999949504854e-6,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":232,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-335.1099853515625,"PosY":-8.803999900817871,"PosZ":-79.55999755859375,"RotY":-1.9999999949504854e-6,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":232,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"233":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-311.6650085449219,"PosY":-8.779999732971191,"PosZ":-74.23999786376953,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":233,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-311.6650085449219,"PosY":-8.779999732971191,"PosZ":-68.23999786376953,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":233,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-311.6650085449219,"PosY":-8.789999961853027,"PosZ":-92.36100006103516,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":233,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-311.6650085449219,"PosY":-8.789999961853027,"PosZ":-86.2699966430664,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":233,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.8450927734375,"PosY":-8.8100004196167,"PosZ":-74.22001647949219,"RotY":-0.0000670000008540228,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":233,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.8450012207031,"PosY":-8.8100004196167,"PosZ":-68.22000122070312,"RotY":-0.0000670000008540228,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":233,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-348.0,"PosY":-8.800000190734863,"PosZ":-92.36000061035156,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":233,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-348.0,"PosY":-8.800000190734863,"PosZ":-86.36000061035156,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":233,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-317.8869934082031,"PosY":-8.800000190734863,"PosZ":-56.24998092651367,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":233,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-323.8869934082031,"PosY":-8.800000190734863,"PosZ":-56.25,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":233,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-341.7170104980469,"PosY":-8.826000213623047,"PosZ":-74.25,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":233,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-335.7170104980469,"PosY":-8.826000213623047,"PosZ":-74.2499771118164,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":233,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-317.2489929199219,"PosY":-8.765999794006348,"PosZ":-61.43299865722656,"RotY":-1.9999999949504854e-6,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":233,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"234":{"props":[{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.16999816894533,"PosY":22.07200050354004,"PosZ":-271.94500732421875,"RotY":0.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":234,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.16999816894533,"PosY":22.07200050354004,"PosZ":-277.93798828125,"RotY":0.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":234,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.75700378417967,"PosY":22.079999923706055,"PosZ":-279.0249938964844,"RotY":180.0001983642578,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":234,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"240":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-309.56500244140625,"PosY":-0.0689999982714653,"PosZ":-104.22000122070312,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":240,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"260":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":119.76000213623048,"PosY":24.079999923706055,"PosZ":-118.16999816894533,"RotY":89.99993896484375,"PropID":901,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/GravityRoom.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":260,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"2":{"ID":2,"PosX":146.44349670410156,"PosY":28.100000381469727,"PosZ":-122.69000244140624,"RotY":0.0,"groupId":0}}},"266":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":69.31890106201172,"PosY":23.835899353027344,"PosZ":-190.9152984619141,"RotY":327.5863037109375,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":266,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":69.31890106201172,"PosY":23.835899353027344,"PosZ":-190.9152984619141,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":266,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"268":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":116.88700103759766,"PosY":27.996000289916992,"PosZ":-195.88099670410156,"RotY":37.83330154418945,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":268,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":112.37999725341795,"PosY":22.11153030395508,"PosZ":-201.77000427246097,"RotY":22.615659713745117,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":268,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"269":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-153.60260009765625,"PosY":16.648649215698242,"PosZ":-163.31739807128906,"RotY":46.372169494628906,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":269,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-153.44700622558594,"PosY":16.347000122070312,"PosZ":-164.3209991455078,"RotY":52.557151794433594,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":269,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-152.46099853515625,"PosY":16.54450035095215,"PosZ":-165.0084991455078,"RotY":313.7974853515625,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":269,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-153.17269897460938,"PosY":16.07699966430664,"PosZ":-165.22149658203125,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":269,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-153.101806640625,"PosY":16.284149169921875,"PosZ":-164.40440368652344,"RotY":123.6981964111328,"groupId":0},"2":{"ID":2,"PosX":-153.33399963378906,"PosY":16.750999450683594,"PosZ":-163.343994140625,"RotY":157.0742950439453,"groupId":0}}},"271":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":58.28900146484375,"PosY":-16.028499603271484,"PosZ":-246.8204040527344,"RotY":346.14739990234375,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":271,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":58.28900146484375,"PosY":-16.028499603271484,"PosZ":-246.8204040527344,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":271,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"279":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":119.22100067138672,"PosY":44.46200180053711,"PosZ":-280.0039978027344,"RotY":0.0,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":279,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":119.24199676513672,"PosY":47.04624938964844,"PosZ":-281.3699951171875,"RotY":180.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":279,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"280":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":344.6369934082031,"PosY":20.13751983642578,"PosZ":-274.7744140625,"RotY":0.0,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":280,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":345.0459899902344,"PosY":18.10000991821289,"PosZ":-276.2200012207031,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":280,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"281":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.5,"PosY":9.08899974822998,"PosZ":-267.385009765625,"RotY":270.0,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":281,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.82900238037108,"PosY":9.211999893188477,"PosZ":-265.989990234375,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":281,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"282":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":384.4674072265625,"PosY":21.98802947998047,"PosZ":-286.1787109375,"RotY":190.31109619140625,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":282,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":388.8139953613282,"PosY":21.94499969482422,"PosZ":-280.29998779296875,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":282,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":376.54000854492193,"PosY":21.540000915527344,"PosZ":-289.9200134277344,"RotY":226.7534942626953,"groupId":0},"2":{"ID":2,"PosX":385.31829833984375,"PosY":21.118860244750977,"PosZ":-284.9913024902344,"RotY":190.32290649414065,"groupId":0},"3":{"ID":3,"PosX":386.9255065917969,"PosY":21.943599700927734,"PosZ":-284.55108642578125,"RotY":242.9781036376953,"groupId":0}}},"288":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":159.22869873046875,"PosY":27.79326057434082,"PosZ":-139.0478973388672,"RotY":15.697290420532228,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":288,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"289":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.35399627685548,"PosY":-16.906999588012695,"PosZ":-211.9029998779297,"RotY":0.0003480000013951212,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":289,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.35399627685548,"PosY":-16.906999588012695,"PosZ":-217.9029998779297,"RotY":0.0003480000013951212,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":289,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.35399627685548,"PosY":-16.906999588012695,"PosZ":-223.9029998779297,"RotY":0.0003480000013951212,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":289,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"292":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.28050231933594,"PosY":22.508180618286133,"PosZ":-249.4611968994141,"RotY":273.47601318359375,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":292,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-127.54000091552734,"PosY":22.18899917602539,"PosZ":-250.8300018310547,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":292,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"293":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.33599853515625,"PosY":38.960960388183594,"PosZ":-60.22999954223633,"RotY":270.0002136230469,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":293,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"294":{"props":[{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.54930114746094,"PosY":22.11599922180176,"PosZ":-259.13360595703125,"RotY":158.9447021484375,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":294,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.61830139160156,"PosY":16.110000610351562,"PosZ":-271.289794921875,"RotY":348.8913879394531,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":294,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"295":{"props":[{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-137.13009643554688,"PosY":37.70648956298828,"PosZ":-271.66400146484375,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":295,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"296":{"props":[{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.0634002685547,"PosY":17.778589248657227,"PosZ":-265.9866027832031,"RotY":270.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":296,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"298":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.219650268554688,"PosY":-16.85767936706543,"PosZ":-271.20721435546875,"RotY":180.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":298,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"300":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":131.47999572753906,"PosY":28.09000015258789,"PosZ":-214.32000732421875,"RotY":89.99999237060547,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":300,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"301":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.99088287353516,"PosY":22.09000015258789,"PosZ":-182.67999267578125,"RotY":180.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":301,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"302":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":166.91400146484375,"PosY":29.381000518798828,"PosZ":-130.88999938964844,"RotY":0.0,"PropID":139,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":1030502,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":302,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":110.15499877929688,"PosY":18.066999435424805,"PosZ":-263.3380126953125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":302,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":71.85800170898438,"PosY":-17.71500015258789,"PosZ":-569.9840087890625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":302,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.15199279785156,"PosY":-2.931999921798706,"PosZ":-79.66999816894531,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":302,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":97.23799896240233,"PosY":108.16999816894533,"PosZ":160.21400451660156,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":302,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":35.2599983215332,"PosY":-8.710000038146973,"PosZ":-531.030029296875,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":302,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"303":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":117.14739990234376,"PosY":32.40999984741211,"PosZ":-330.9551086425781,"RotY":90.0,"PropID":808,"AnchorID":1,"AnchorGroupID":303,"MappingInfoID":1016,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_02.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":303,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":118.09300231933594,"PosY":32.40999984741211,"PosZ":-330.9551086425781,"RotY":270.0,"groupId":0}}},"304":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.30999755859375,"PosY":22.080970764160156,"PosZ":-235.6300048828125,"RotY":190.0,"PropID":801,"AnchorID":1,"AnchorGroupID":304,"MappingInfoID":1019,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":304,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-67.52999877929688,"PosY":22.080970764160156,"PosZ":-236.42999267578125,"RotY":9.99999713897705,"groupId":0}}},"307":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.16000366210938,"PosY":6.20001220703125,"PosZ":-265.9898986816406,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":307,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"311":{"props":[],"npcs":[],"monsters":[{"ID":200010,"RotY":30.0,"PosX":-73.77999877929688,"PosY":22.09000015258789,"PosZ":-205.3699951171875,"NPCMonsterID":3002010,"EventID":20311120,"groupId":311,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":-76.97000122070312,"PosY":22.090009689331055,"PosZ":-221.4499969482422,"NPCMonsterID":3001020,"EventID":20311121,"groupId":311,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":308.1227111816406,"PosX":-123.11399841308594,"PosY":22.097339630126953,"PosZ":-203.65980529785156,"NPCMonsterID":3002010,"EventID":20311122,"groupId":311,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":170.0,"PosX":-121.3384017944336,"PosY":22.09929084777832,"PosZ":-188.07989501953125,"NPCMonsterID":3002010,"EventID":20311123,"groupId":311,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":180.0,"PosX":-142.7071990966797,"PosY":22.090049743652344,"PosZ":-189.3865966796875,"NPCMonsterID":3001020,"EventID":20311124,"groupId":311,"IsDelete":false,"IsClientOnly":false},{"ID":200014,"RotY":325.0,"PosX":-125.41000366210938,"PosY":22.121400833129883,"PosZ":-208.38999938964844,"NPCMonsterID":3002030,"EventID":20311125,"groupId":311,"IsDelete":false,"IsClientOnly":false},{"ID":200015,"RotY":300.0,"PosX":-140.02999877929688,"PosY":22.07699966430664,"PosZ":-163.2100067138672,"NPCMonsterID":3002030,"EventID":20311127,"groupId":311,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":180.0,"PosX":-152.2471923828125,"PosY":22.07699966430664,"PosZ":-136.77479553222656,"NPCMonsterID":3002010,"EventID":20311128,"groupId":311,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"312":{"props":[],"npcs":[],"monsters":[{"ID":200016,"RotY":-0.001614999957382679,"PosX":-165.10629272460938,"PosY":-10.909999847412108,"PosZ":-125.18190002441406,"NPCMonsterID":3012020,"EventID":20311140,"groupId":312,"IsDelete":false,"IsClientOnly":false},{"ID":200017,"RotY":0.0,"PosX":-167.42779541015625,"PosY":-10.909999847412108,"PosZ":-136.06680297851565,"NPCMonsterID":3011010,"EventID":20311141,"groupId":312,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"313":{"props":[],"npcs":[],"monsters":[{"ID":200007,"RotY":160.0,"PosX":75.86849212646484,"PosY":22.09000015258789,"PosZ":-209.2001953125,"NPCMonsterID":3012020,"EventID":20311009,"groupId":313,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":290.0,"PosX":73.05999755859375,"PosY":22.09480094909668,"PosZ":-209.7599945068359,"NPCMonsterID":3011010,"EventID":20311010,"groupId":313,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":30.0,"PosX":-73.77999877929688,"PosY":22.09000015258789,"PosZ":-205.3699951171875,"NPCMonsterID":3002010,"EventID":20311020,"groupId":313,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":-76.97000122070312,"PosY":22.090009689331055,"PosZ":-221.4499969482422,"NPCMonsterID":3001020,"EventID":20311021,"groupId":313,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":300.0,"PosX":-140.02999877929688,"PosY":22.07699966430664,"PosZ":-163.2100067138672,"NPCMonsterID":3002030,"EventID":20311027,"groupId":313,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":180.0,"PosX":-152.2471923828125,"PosY":22.07699966430664,"PosZ":-136.77479553222656,"NPCMonsterID":3002010,"EventID":20311028,"groupId":313,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"314":{"props":[],"npcs":[],"monsters":[{"ID":200003,"RotY":270.1000061035156,"PosX":132.1199951171875,"PosY":35.10737991333008,"PosZ":-270.1700134277344,"NPCMonsterID":3012020,"EventID":20311012,"groupId":314,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":200.0,"PosX":156.05589294433594,"PosY":35.10737991333008,"PosZ":-267.38641357421875,"NPCMonsterID":3002010,"EventID":20311013,"groupId":314,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":160.63999938964844,"PosY":35.0300407409668,"PosZ":-267.8900146484375,"NPCMonsterID":3002010,"EventID":20311014,"groupId":314,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"315":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":265.63250732421875,"PosX":167.1999969482422,"PosY":43.36001968383789,"PosZ":-258.1600036621094,"NPCMonsterID":3012020,"EventID":20311115,"groupId":315,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"316":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":265.63250732421875,"PosX":167.1999969482422,"PosY":43.36001968383789,"PosZ":-258.1600036621094,"NPCMonsterID":3012020,"EventID":20311015,"groupId":316,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"317":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":316.1354064941406,"PosX":157.4844970703125,"PosY":47.04999923706055,"PosZ":-267.1776123046875,"NPCMonsterID":3002010,"EventID":20311016,"groupId":317,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":180.0,"PosX":146.55299377441406,"PosY":47.04600143432618,"PosZ":-261.7690124511719,"NPCMonsterID":3001010,"EventID":20311017,"groupId":317,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"319":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-152.4387969970703,"PosY":16.12700080871582,"PosZ":-136.36000061035156,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ShowGroupMonsterVision_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":319,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.38699340820312,"PosY":16.310400009155273,"PosZ":-146.36399841308594,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":319,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-152.4387969970703,"PosY":16.12700080871582,"PosZ":-136.36000061035156,"NPCMonsterID":3001021,"EventID":10301299,"groupId":319,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":-127.73500061035156,"PosY":16.07699966430664,"PosZ":-135.2100067138672,"NPCMonsterID":3002011,"EventID":10301299,"groupId":319,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"324":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":255.00010681152344,"PosX":-123.20999908447266,"PosY":8.829986572265625,"PosZ":-265.9898986816406,"NPCMonsterID":3002010,"EventID":20311149,"groupId":324,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"325":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-307.3699951171875,"PosY":-20.729999542236328,"PosZ":-50.27899932861328,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":325,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"326":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-356.156005859375,"PosY":-8.789999008178711,"PosZ":-77.3231201171875,"RotY":90.00015258789062,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":326,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"329":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-332.7300109863281,"PosY":-8.749753952026367,"PosZ":-77.23999786376953,"RotY":90.00025939941406,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":329,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"331":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-349.4100036621094,"PosY":1.4199999570846558,"PosZ":-77.26233673095702,"RotY":270.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":331,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"332":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":70.98699951171875,"PosY":-16.918149948120117,"PosZ":-249.1300048828125,"RotY":180.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":332,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":73.44000244140625,"PosY":22.09000015258789,"PosZ":-243.06500244140625,"RotY":90.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":332,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.697998046875,"PosY":-16.918149948120117,"PosZ":-249.1300048828125,"RotY":180.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":332,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.51599884033203,"PosY":22.09000015258789,"PosZ":-246.6499938964844,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":332,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.96800231933594,"PosY":21.031890869140625,"PosZ":-33.553001403808594,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":332,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.96800231933594,"PosY":21.031890869140625,"PosZ":-30.253999710083008,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":332,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.79000091552734,"PosY":-4.906000137329102,"PosZ":-30.006000518798828,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":332,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.79000091552734,"PosY":-4.906000137329102,"PosZ":-33.30500030517578,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":332,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":120.5,"PosY":32.410011291503906,"PosZ":-337.989990234375,"RotY":0.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":332,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":264.50299072265625,"PosY":32.420021057128906,"PosZ":-310.4549865722656,"RotY":180.00010681152344,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":332,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":261.21099853515625,"PosY":32.420021057128906,"PosZ":-410.1950073242187,"RotY":0.00007899999764049426,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":332,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":76.87999725341797,"PosY":22.089000701904297,"PosZ":-243.9929962158203,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-75.86599731445312,"PosY":22.089000701904297,"PosZ":-243.9929962158203,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":263.0,"PosY":32.41997146606445,"PosZ":-312.5,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":-69.30999755859375,"PosY":-16.918230056762695,"PosZ":-251.22999572753903,"RotY":180.5162048339844,"groupId":0},"5":{"ID":5,"PosX":-130.1699981689453,"PosY":-4.909986972808838,"PosZ":-31.597000122070312,"RotY":270.0,"groupId":0},"6":{"ID":6,"PosX":-128.57000732421875,"PosY":21.06686019897461,"PosZ":-31.780000686645508,"RotY":270.0,"groupId":0},"7":{"ID":7,"PosX":69.30000305175781,"PosY":-16.91819953918457,"PosZ":-251.2100067138672,"RotY":180.0,"groupId":0},"8":{"ID":8,"PosX":122.13330078125,"PosY":32.41999816894531,"PosZ":-335.119384765625,"RotY":359.6611022949219,"groupId":0},"9":{"ID":9,"PosX":69.50399780273438,"PosY":-16.91819953918457,"PosZ":-251.3650054931641,"RotY":217.3488006591797,"groupId":0}}},"333":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.8699951171875,"PosY":8.359999656677246,"PosZ":-57.75299835205078,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":333,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"334":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.8380126953125,"PosY":-26.79850959777832,"PosZ":-61.98500061035156,"RotY":0.00005999999848427251,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":334,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"339":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":242.20750427246097,"PosX":-333.555908203125,"PosY":-5.418240070343018,"PosZ":-50.33757019042969,"NPCMonsterID":3002010,"EventID":20311172,"groupId":339,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"340":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":242.20750427246097,"PosX":-327.0400085449219,"PosY":5.610000133514404,"PosZ":-104.22000122070312,"NPCMonsterID":3001020,"EventID":20311171,"groupId":340,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"341":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":184.3509979248047,"PosX":-359.8800048828125,"PosY":-3.7200000286102295,"PosZ":-68.54000091552734,"NPCMonsterID":3002010,"EventID":20311183,"groupId":341,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"342":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":242.20750427246097,"PosX":-333.2272033691406,"PosY":-5.023949146270752,"PosZ":-50.33757019042969,"NPCMonsterID":3001020,"EventID":20311176,"groupId":342,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"343":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":354.0614013671875,"PosX":-332.9111022949219,"PosY":-18.238000869750977,"PosZ":-104.1719970703125,"NPCMonsterID":3001010,"EventID":20311174,"groupId":343,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"345":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":76.18377685546875,"PosX":-347.8700866699219,"PosY":2.838012933731079,"PosZ":-78.0719985961914,"NPCMonsterID":3002010,"EventID":20311175,"groupId":345,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"346":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":242.20750427246097,"PosX":-350.8800048828125,"PosY":-5.440001964569092,"PosZ":-104.23370361328124,"NPCMonsterID":3001020,"EventID":20311178,"groupId":346,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"347":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":242.20750427246097,"PosX":-338.7200012207031,"PosY":-5.860001087188721,"PosZ":-50.33998107910156,"NPCMonsterID":3002010,"EventID":20311180,"groupId":347,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"348":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-123.18569946289064,"PosY":-16.90999984741211,"PosZ":-159.05029296875,"NPCMonsterID":8002040,"EventID":20311170,"groupId":348,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":9.056724548339844,"PosX":64.1498794555664,"PosY":22.07571029663086,"PosZ":-250.12010192871097,"NPCMonsterID":8002040,"EventID":20311169,"groupId":348,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"352":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":384.855712890625,"PosY":21.54397964477539,"PosZ":-262.3998107910156,"RotY":89.99909210205078,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":352,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"353":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-191.96099853515625,"PosY":23.055999755859375,"PosZ":-27.46674919128418,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20311001/LG_Prop_F20311001_G353_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":353,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-192.06700134277344,"PosY":23.055999755859375,"PosZ":-27.46674919128418,"NPCMonsterID":3002050,"EventID":20311241,"groupId":353,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-192.06700134277344,"PosY":24.38999938964844,"PosZ":-27.46674919128418,"RotY":0.0,"groupId":0}}},"354":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":65.55999755859375,"PosY":22.07571029663086,"PosZ":-237.1300048828125,"RotY":90.6357421875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20311001/LG_Prop_F20311001_G354_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":354,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.6357421875,"PosX":65.55999755859375,"PosY":22.07571029663086,"PosZ":-237.1300048828125,"NPCMonsterID":3002050,"EventID":20311242,"groupId":354,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":65.55999755859375,"PosY":23.474000930786133,"PosZ":-237.1300048828125,"RotY":0.0,"groupId":0}}},"358":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0999984741211,"PosX":-148.44000244140625,"PosY":16.032230377197266,"PosZ":-67.01849365234375,"NPCMonsterID":3012020,"EventID":20311031,"groupId":358,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":180.0,"PosX":-140.57659912109375,"PosY":16.04785919189453,"PosZ":-61.11848831176758,"NPCMonsterID":3011010,"EventID":20311032,"groupId":358,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":0.0,"PosX":-110.33999633789064,"PosY":28.030860900878903,"PosZ":-50.11756134033203,"NPCMonsterID":3011010,"EventID":20311033,"groupId":358,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"359":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-146.32000732421875,"PosY":39.06999969482422,"PosZ":-55.91999816894531,"NPCMonsterID":3002010,"EventID":20311134,"groupId":359,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"360":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-146.32000732421875,"PosY":39.06999969482422,"PosZ":-55.91999816894531,"NPCMonsterID":3002010,"EventID":20311034,"groupId":360,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"361":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-161.4709014892578,"PosY":24.26003074645996,"PosZ":-80.66000366210938,"NPCMonsterID":3002010,"EventID":20311035,"groupId":361,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":-161.39430236816406,"PosY":25.17000961303711,"PosZ":-77.0899887084961,"NPCMonsterID":3012020,"EventID":20311036,"groupId":361,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"362":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-169.07000732421875,"PosY":22.07699966430664,"PosZ":-162.00100708007812,"RotY":356.42559814453125,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":362,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"364":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":194.74400329589844,"PosX":-111.3385009765625,"PosY":22.116010665893555,"PosZ":-283.2698974609375,"NPCMonsterID":3002010,"EventID":20311043,"groupId":364,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":122.88400268554688,"PosX":-121.54820251464844,"PosY":22.116010665893555,"PosZ":-283.0033874511719,"NPCMonsterID":3002010,"EventID":20311044,"groupId":364,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":165.0,"PosX":-110.53469848632812,"PosY":16.110000610351562,"PosZ":-267.2732849121094,"NPCMonsterID":3002010,"EventID":20311045,"groupId":364,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":165.0,"PosX":-122.1251983642578,"PosY":16.110000610351562,"PosZ":-264.9941101074219,"NPCMonsterID":3001020,"EventID":20311046,"groupId":364,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"366":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-137.1300048828125,"PosY":27.175020217895508,"PosZ":-264.8009948730469,"NPCMonsterID":3002030,"EventID":20311047,"groupId":366,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":270.1000061035156,"PosX":-137.1300048828125,"PosY":30.915990829467773,"PosZ":-276.1536865234375,"NPCMonsterID":3002030,"EventID":20311048,"groupId":366,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"367":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":270.0,"PosX":-123.20999908447266,"PosY":8.829986572265625,"PosZ":-265.9898986816406,"NPCMonsterID":3002010,"EventID":20311049,"groupId":367,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"372":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":266.1499938964844,"PosY":32.42000961303711,"PosZ":-357.6499938964844,"RotY":16.706340789794922,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":372,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":270.44000244140625,"PosY":33.42000961303711,"PosZ":-365.8900146484375,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":372,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":257.37799072265625,"PosY":33.619998931884766,"PosZ":-367.3550109863282,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":372,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":252.47000122070312,"PosY":33.43000030517578,"PosZ":-356.7099914550781,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":372,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":267.0934143066406,"PosY":33.99441146850586,"PosZ":-354.4822082519531,"RotY":196.706298828125,"groupId":0},"2":{"ID":2,"PosX":267.0934143066406,"PosY":33.99441146850586,"PosZ":-354.4822082519531,"RotY":196.706298828125,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":267.0934143066406,"PosY":33.99441146850586,"PosZ":-354.4822082519531,"RotY":196.706298828125,"groupId":0}}},"379":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-307.1805114746094,"PosY":0.3242799937725067,"PosZ":-77.3499984741211,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece_FSV_OnWall.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":379,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"380":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-305.8999938964844,"PosY":7.53000020980835,"PosZ":-65.22000122070312,"RotY":270.0002136230469,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":380,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"385":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":368.2369995117187,"PosY":15.144309997558594,"PosZ":-285.0224914550781,"RotY":268.2384948730469,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ShowGroupMonsterVision_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":385,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":353.4849853515625,"PosY":15.253999710083008,"PosZ":-276.9700012207031,"RotY":90.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":385,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":366.869384765625,"PosY":15.148159980773926,"PosZ":-276.9314880371094,"NPCMonsterID":3002011,"EventID":10301299,"groupId":385,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":90.0999984741211,"PosX":372.6499938964844,"PosY":15.06999969482422,"PosZ":-280.64678955078125,"NPCMonsterID":3002011,"EventID":10301299,"groupId":385,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":90.0999984741211,"PosX":361.2044067382813,"PosY":15.06999969482422,"PosZ":-286.14190673828125,"NPCMonsterID":3001021,"EventID":10301299,"groupId":385,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":0.0,"PosX":365.7161865234375,"PosY":3.0737500190734863,"PosZ":-307.5028076171875,"NPCMonsterID":3002011,"EventID":10301299,"groupId":385,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":180.0,"PosX":359.5060119628906,"PosY":3.07374906539917,"PosZ":-299.6400146484375,"NPCMonsterID":3002011,"EventID":10301299,"groupId":385,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":270.1000061035156,"PosX":372.80279541015625,"PosY":3.073751926422119,"PosZ":-296.2267150878906,"NPCMonsterID":3001021,"EventID":10301299,"groupId":385,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"392":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.37799835205078,"PosY":22.07699966430664,"PosZ":-148.43800354003906,"RotY":270.2132873535156,"PropID":103130,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ClockToyBoxEvent_01.json","State":"Locked","propStateList":["Closed","Open","Locked","CustomState01"],"groupId":392,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.08300018310548,"PosY":23.858999252319336,"PosZ":-149.1300048828125,"RotY":0.0,"PropID":103103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":392,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_DreamBubble_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.37999725341795,"PosY":21.993000030517575,"PosZ":-146.656005859375,"RotY":0.0,"PropID":103104,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":392,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_DreamBubble_05_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.45600128173828,"PosY":22.22599983215332,"PosZ":-149.85699462890625,"RotY":0.0,"PropID":103105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":392,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_DreamBubble_06_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.875,"PosY":23.274999618530273,"PosZ":-147.94000244140625,"RotY":0.0,"PropID":103104,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":392,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_DreamBubble_05_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-106.12000274658205,"PosY":22.07699966430664,"PosZ":-148.52000427246094,"RotY":74.16082000732422,"groupId":0},"2":{"ID":2,"PosX":-104.45400238037108,"PosY":23.13599967956543,"PosZ":-148.39500427246094,"RotY":0.0,"groupId":0}}},"397":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-341.70599365234375,"PosY":-30.26099967956543,"PosZ":-77.1510009765625,"RotY":89.99980926513672,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":397,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"398":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-335.8800048828125,"PosY":-12.399999618530272,"PosZ":-61.542999267578125,"RotY":0.0002220000023953617,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":398,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"400":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-348.5531005859375,"PosY":-15.827389717102053,"PosZ":-77.33000183105469,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":400,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"411":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":242.20750427246097,"PosX":-338.8800048828125,"PosY":-5.590000152587891,"PosZ":-104.2300033569336,"NPCMonsterID":3001010,"EventID":20311182,"groupId":411,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"412":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":110.25700378417967,"PosY":15.961000442504885,"PosZ":-263.6440124511719,"RotY":0.0,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10064,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":412,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":71.97599792480469,"PosY":-19.8700008392334,"PosZ":-570.3629760742188,"RotY":358.94970703125,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":412,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":35.02000045776367,"PosY":-10.625699996948242,"PosZ":-531.0999755859375,"RotY":87.02291870117188,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":412,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":110.33000183105467,"PosY":17.6299991607666,"PosZ":-263.47601318359375,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10064,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":412,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"5":{"ID":5,"PosX":110.13999938964844,"PosY":17.77199935913086,"PosZ":-263.1789855957031,"RotY":180.00010681152344,"groupId":0},"6":{"ID":6,"PosX":108.61599731445312,"PosY":19.93400001525879,"PosZ":-256.20599365234375,"RotY":169.08999633789065,"groupId":0},"7":{"ID":7,"PosX":71.95997619628906,"PosY":-17.882999420166016,"PosZ":-569.510009765625,"RotY":180.00010681152344,"groupId":0},"8":{"ID":8,"PosX":70.43598937988281,"PosY":-15.720999717712402,"PosZ":-562.5369873046875,"RotY":169.08999633789065,"groupId":0},"10":{"ID":10,"PosX":110.22200012207033,"PosY":16.08502960205078,"PosZ":-257.58599853515625,"RotY":-0.000019999999494757503,"groupId":0},"11":{"ID":11,"PosX":71.52999877929688,"PosY":-19.420000076293945,"PosZ":-563.1799926757812,"RotY":0.000058000001445179805,"groupId":0},"13":{"ID":13,"PosX":42.58300018310547,"PosY":-6.77400016784668,"PosZ":-529.4420166015625,"RotY":259.08990478515625,"groupId":0},"14":{"ID":14,"PosX":35.610050201416016,"PosY":-8.93600082397461,"PosZ":-530.9660034179688,"RotY":270.0,"groupId":0}}},"414":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":35.34000015258789,"PosY":-10.0,"PosZ":-531.239990234375,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":414,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"415":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.19000244140625,"PosY":-4.760000228881836,"PosZ":-79.73999786376953,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":415,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"416":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":94.86467742919922,"PosY":22.15526008605957,"PosZ":-211.86000061035156,"RotY":0.0,"PropID":122,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":416,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_InteractivePropHint_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":97.68000030517578,"PosY":22.103050231933594,"PosZ":-212.85000610351565,"Name":"NPC1","RotY":272.281005859375,"NPCID":2308,"groupId":416,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":97.26000213623047,"PosY":22.103050231933594,"PosZ":-209.0399932861328,"Name":"NPC2","RotY":206.43209838867188,"NPCID":2308,"groupId":416,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":93.02999877929688,"PosY":22.103050231933594,"PosZ":-212.47000122070312,"Name":"NPC3","RotY":72.10418701171875,"NPCID":2303,"groupId":416,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"418":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.097379684448242,"PosY":-16.15999984741211,"PosZ":-288.997314453125,"RotY":190.2010040283203,"PropID":103097,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2386,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":418,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TV_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":-11.590000152587892,"PosY":-16.85761070251465,"PosZ":-289.9700012207031,"Name":"NPC1","RotY":55.201019287109375,"NPCID":13318,"groupId":418,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-11.301630020141602,"PosY":-16.85761070251465,"PosZ":-290.3905944824219,"Name":"NPC2","RotY":40.20098876953125,"NPCID":13315,"groupId":418,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-10.364999771118164,"PosY":-16.85761070251465,"PosZ":-289.9989929199219,"RotY":11.354060173034668,"groupId":0}}},"419":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.802001953125,"PosY":-4.889999866485596,"PosZ":-80.68699645996094,"RotY":0.0,"PropID":103132,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2389,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":419,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ScreenTVSet_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-115.56999969482422,"PosY":-4.909992218017578,"PosZ":-80.38999938964844,"RotY":90.0,"groupId":0}}},"420":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.6999969482422,"PosY":-4.480134963989258,"PosZ":-34.849998474121094,"RotY":70.20535278320312,"PropID":103130,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10066,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ClockToyBox_02.json","State":"Locked","propStateList":["Closed","Open","Locked","CustomState01"],"groupId":420,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.76800537109375,"PosY":-3.92300009727478,"PosZ":-31.631000518798828,"RotY":70.20535278320312,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":420,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-147.6999969482422,"PosY":-3.6679999828338623,"PosZ":-34.849998474121094,"Name":"NPC1","RotY":70.20535278320312,"NPCID":100,"groupId":420,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-140.42999267578125,"PosY":-2.529356002807617,"PosZ":-33.5,"RotY":298.8999938964844,"groupId":0}}},"421":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":357.96099853515625,"PosY":6.0503997802734375,"PosZ":-308.94000244140625,"RotY":90.00000762939453,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":421,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":357.5530090332031,"PosY":6.0503997802734375,"PosZ":-309.8529968261719,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":421,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":344.4100036621094,"PosY":15.06999969482422,"PosZ":-270.4389953613281,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":356.8009948730469,"PosY":6.156211853027344,"PosZ":-309.2309875488281,"RotY":71.24627685546875,"groupId":0},"3":{"ID":3,"PosX":356.5151062011719,"PosY":6.783186912536621,"PosZ":-310.75140380859375,"RotY":24.510940551757812,"groupId":0}}},"422":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-143.83999633789065,"PosY":28.07699966430664,"PosZ":-215.57000732421875,"RotY":85.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":422,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-143.83999633789065,"PosY":28.07699966430664,"PosZ":-215.57000732421875,"RotY":85.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":422,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-143.83999633789065,"PosY":28.07699966430664,"PosZ":-215.57000732421875,"RotY":85.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":422,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-143.83999633789065,"PosY":28.07699966430664,"PosZ":-215.57000732421875,"RotY":85.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":422,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-143.83999633789065,"PosY":28.07699966430664,"PosZ":-215.57000732421875,"RotY":85.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":422,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-152.16099548339844,"PosY":28.07699966430664,"PosZ":-217.80999755859375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":422,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":422,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-152.16400146484375,"PosY":28.07699966430664,"PosZ":-217.77999877929688,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":422,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-143.83999633789065,"PosY":28.07699966430664,"PosZ":-215.57000732421875,"RotY":85.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController_Disappear.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":422,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.16099548339844,"PosY":28.07699966430664,"PosZ":-217.80999755859375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":422,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-152.16000366210938,"PosY":28.07699966430664,"PosZ":-222.4600067138672,"RotY":0.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":422,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-143.83999633789065,"PosY":28.07699966430664,"PosZ":-215.57000732421875,"RotY":85.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":422,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-152.16000366210938,"PosY":28.07699966430664,"PosZ":-222.4600067138672,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":422,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-140.63890075683594,"PosY":29.795000076293945,"PosZ":-215.28289794921875,"RotY":265.0,"groupId":0},"2":{"ID":2,"PosX":-140.63890075683594,"PosY":29.795000076293945,"PosZ":-215.28289794921875,"RotY":265.0,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-140.63890075683594,"PosY":29.795000076293945,"PosZ":-215.28289794921875,"RotY":265.0,"groupId":0}}},"432":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-154.07530212402344,"PosY":28.031890869140625,"PosZ":-41.04999923706055,"RotY":89.99999237060547,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":432,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"433":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.76000213623048,"PosY":22.11599922180176,"PosZ":-250.75,"RotY":270.205810546875,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":433,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.76000213623048,"PosY":22.11599922180176,"PosZ":-250.75,"RotY":270.205810546875,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":433,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.76000213623048,"PosY":22.11599922180176,"PosZ":-250.75,"RotY":270.205810546875,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":433,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.76000213623048,"PosY":22.11599922180176,"PosZ":-250.75,"RotY":270.205810546875,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":433,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-105.80690002441406,"PosY":22.11599922180176,"PosZ":-250.75030517578125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":433,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.84600067138672,"PosY":22.11599922180176,"PosZ":-250.6999969482422,"RotY":270.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":433,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.84600067138672,"PosY":22.11599922180176,"PosZ":-250.6999969482422,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":433,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-108.14009857177734,"PosY":24.303359985351562,"PosZ":-250.78089904785156,"RotY":90.20580291748047,"groupId":0},"2":{"ID":2,"PosX":-108.14009857177734,"PosY":24.303359985351562,"PosZ":-250.78089904785156,"RotY":90.20580291748047,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-108.14129638671876,"PosY":24.303359985351562,"PosZ":-251.11090087890625,"RotY":90.20580291748047,"groupId":0}}},"434":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.37999725341795,"PosY":28.04785919189453,"PosZ":-70.91999816894531,"RotY":43.28937911987305,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":434,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.37999725341795,"PosY":28.04785919189453,"PosZ":-70.91999816894531,"RotY":43.28937911987305,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":434,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.37999725341795,"PosY":28.04785919189453,"PosZ":-70.91999816894531,"RotY":43.28937911987305,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":434,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.37999725341795,"PosY":28.04785919189453,"PosZ":-70.91999816894531,"RotY":43.28937911987305,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":434,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-137.5402069091797,"PosY":16.05554962158203,"PosZ":-89.76397705078125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":434,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.44110107421875,"PosY":16.054779052734375,"PosZ":-94.5224380493164,"RotY":0.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":434,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.1667022705078,"PosY":16.055400848388672,"PosZ":-90.22779083251953,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":434,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-116.29730224609376,"PosY":30.755800247192383,"PosZ":-68.64642333984375,"RotY":223.28939819335935,"groupId":0},"2":{"ID":2,"PosX":-116.29730224609376,"PosY":30.755800247192383,"PosZ":-68.64642333984375,"RotY":223.28939819335935,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-116.53759765625,"PosY":30.755800247192383,"PosZ":-68.4201431274414,"RotY":223.28939819335935,"groupId":0}}},"447":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":4.449999809265137,"PosY":-14.925169944763184,"PosZ":-260.7300109863281,"RotY":146.95899963378906,"PropID":103036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":447,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"454":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":384.4200134277344,"PosY":21.090030670166016,"PosZ":-279.5899963378906,"RotY":90.3582763671875,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":454,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":384.4200134277344,"PosY":21.090030670166016,"PosZ":-279.5899963378906,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":454,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":384.4200134277344,"PosY":21.090030670166016,"PosZ":-279.5899963378906,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":454,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":384.4200134277344,"PosY":21.090030670166016,"PosZ":-279.5899963378906,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":454,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":384.4200134277344,"PosY":21.090030670166016,"PosZ":-279.5899963378906,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":454,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":370.4119873046875,"PosY":15.097999572753906,"PosZ":-279.29998779296875,"RotY":90.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":454,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":384.4200134277344,"PosY":21.090030670166016,"PosZ":-279.5899963378906,"RotY":90.3582763671875,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":454,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":387.5032043457031,"PosY":23.79796981811523,"PosZ":-279.5663146972656,"RotY":270.3583068847656,"groupId":0},"2":{"ID":2,"PosX":387.5032043457031,"PosY":23.79796981811523,"PosZ":-279.5663146972656,"RotY":270.3583068847656,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":387.50531005859375,"PosY":23.79796981811523,"PosZ":-279.2362976074219,"RotY":270.3583068847656,"groupId":0}}},"455":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-355.40179443359375,"PosY":-8.749753952026367,"PosZ":-77.27999877929688,"RotY":90.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":455,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-355.6300048828125,"PosY":-7.749754905700684,"PosZ":-55.470001220703125,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece_FSV_OnWall.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":455,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-355.40179443359375,"PosY":-8.749753952026367,"PosZ":-77.27999877929688,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":455,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-356.9200134277344,"PosY":-8.749753952026367,"PosZ":-77.25,"RotY":90.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":455,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-352.31878662109375,"PosY":-6.041813850402832,"PosZ":-77.23699951171875,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-352.31878662109375,"PosY":-6.041813850402832,"PosZ":-77.23699951171875,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-352.31878662109375,"PosY":-6.041813850402832,"PosZ":-76.90699768066406,"RotY":270.0,"groupId":0}}},"463":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":210.15109252929688,"PosX":-359.881591796875,"PosY":-3.7200009822845455,"PosZ":-68.54000091552734,"NPCMonsterID":3002010,"EventID":20311179,"groupId":463,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"464":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-309.91070556640625,"PosY":-8.749753952026367,"PosZ":-59.66878890991211,"RotY":180.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":464,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-334.5220031738281,"PosY":-8.749753952026367,"PosZ":-58.71601104736328,"RotY":87.13909912109375,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":464,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-322.2909851074219,"PosY":-26.368999481201172,"PosZ":-103.66999816894533,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":464,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"465":{"props":[{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-312.6466979980469,"PosY":-8.747613906860352,"PosZ":-97.2803726196289,"RotY":283.8764953613281,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":465,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"466":{"props":[{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-339.8450012207031,"PosY":-20.415069580078125,"PosZ":-50.336788177490234,"RotY":90.00012969970702,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":466,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"467":{"props":[{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-338.51519775390625,"PosY":5.9497761726379395,"PosZ":-104.23370361328124,"RotY":269.9956970214844,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":467,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-319.62799072265625,"PosY":-11.6106595993042,"PosZ":-104.2322998046875,"RotY":270.0296936035156,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":467,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"468":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-305.8999938964844,"PosY":-7.940000057220459,"PosZ":-64.91999816894531,"RotY":-0.0004790000093635172,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":468,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"478":{"props":[{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.5719985961914,"PosY":31.12998962402344,"PosZ":-89.76998901367188,"RotY":-0.00003400000059627928,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":478,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.57260131835938,"PosY":24.45638084411621,"PosZ":-81.77928161621094,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":478,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.57379913330078,"PosY":31.812299728393555,"PosZ":-82.48438262939453,"RotY":180.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":478,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"479":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.5719985961914,"PosY":35.422000885009766,"PosZ":-71.2760009765625,"RotY":180.0001983642578,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":479,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"485":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-312.6400146484375,"PosY":-8.747613906860352,"PosZ":-95.51000213623047,"RotY":90.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":485,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-316.3599853515625,"PosY":-8.747613906860352,"PosZ":-95.58219909667967,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece_FSV_OnWall.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":485,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-316.3599853515625,"PosY":-8.747613906860352,"PosZ":-95.58219909667967,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":485,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-341.8999938964844,"PosY":-8.789999961853027,"PosZ":-98.44000244140624,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":485,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-348.010009765625,"PosY":-8.789999961853027,"PosZ":-98.44000244140624,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":485,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-316.3599853515625,"PosY":-8.747613906860352,"PosZ":-95.58219909667967,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":485,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-323.8699951171875,"PosY":-8.788999557495117,"PosZ":-98.41999816894531,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":485,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.989990234375,"PosY":-8.788999557495117,"PosZ":-98.41999816894531,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":485,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-316.3599853515625,"PosY":-8.747613906860352,"PosZ":-95.58219909667967,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":485,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-316.3599853515625,"PosY":-8.747613906860352,"PosZ":-95.58219909667967,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":485,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-341.8999938964844,"PosY":-8.789999961853027,"PosZ":-98.44000244140624,"RotY":90.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":485,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-348.010009765625,"PosY":-8.789999961853027,"PosZ":-98.44000244140624,"RotY":90.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":485,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-323.8699951171875,"PosY":-8.788999557495117,"PosZ":-98.41999816894531,"RotY":90.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":485,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.989990234375,"PosY":-8.788999557495117,"PosZ":-98.41999816894531,"RotY":90.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":485,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-309.2120056152344,"PosY":-6.902614116668701,"PosZ":-95.46700286865236,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-309.2120056152344,"PosY":-6.902614116668701,"PosZ":-95.46700286865236,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-309.2120056152344,"PosY":-6.902614116668701,"PosZ":-95.13700103759767,"RotY":270.0,"groupId":0}}},"486":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.8630065917969,"PosY":2.930000066757202,"PosZ":-77.2699966430664,"RotY":270.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"Hidden","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":486,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-315.95001220703125,"PosY":-25.776119232177734,"PosZ":-60.02402877807618,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece_FSV_OnWall.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":486,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":486,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-341.7900085449219,"PosY":-8.699999809265137,"PosZ":-74.27999877929688,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":486,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-335.69000244140625,"PosY":-8.699999809265137,"PosZ":-74.27999877929688,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":486,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":486,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-341.7900085449219,"PosY":-8.779999732971191,"PosZ":-74.27999877929688,"RotY":270.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":486,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-335.69000244140625,"PosY":-8.779999732971191,"PosZ":-74.27999877929688,"RotY":270.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":486,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-346.53240966796875,"PosY":6.203155994415283,"PosZ":-77.27699279785156,"RotY":90.00006866455078,"groupId":0},"2":{"ID":2,"PosX":-346.53240966796875,"PosY":6.203155994415283,"PosZ":-77.27699279785156,"RotY":90.00006866455078,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-346.53240966796875,"PosY":6.203155994415283,"PosZ":-77.27699279785156,"RotY":90.00006866455078,"groupId":0}}},"487":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-351.04998779296875,"PosY":-8.747614860534668,"PosZ":-97.38999938964844,"RotY":180.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"Hidden","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":487,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-351.94000244140625,"PosY":-8.747614860534668,"PosZ":-93.12000274658203,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece_FSV_OnWall.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":487,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-351.94000244140625,"PosY":-8.747614860534668,"PosZ":-93.12000274658203,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":487,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.9200134277344,"PosY":-8.788700103759766,"PosZ":-92.40499877929688,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":487,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.9200134277344,"PosY":-8.788700103759766,"PosZ":-86.29900360107422,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":487,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.9580078125,"PosY":-8.89799976348877,"PosZ":-74.39700317382812,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":487,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.9580078125,"PosY":-8.89799976348877,"PosZ":-68.27700805664062,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":487,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-351.94000244140625,"PosY":-8.747614860534668,"PosZ":-93.12000274658203,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":487,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-351.94000244140625,"PosY":-8.747614860534668,"PosZ":-93.12000274658203,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":487,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-351.94000244140625,"PosY":-8.747614860534668,"PosZ":-93.12000274658203,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":487,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.9200134277344,"PosY":-8.788700103759766,"PosZ":-92.40499877929688,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":487,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.9200134277344,"PosY":-8.788700103759766,"PosZ":-86.29900360107422,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":487,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.9580078125,"PosY":-8.89799976348877,"PosZ":-74.39700317382812,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":487,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.9580078125,"PosY":-8.89799976348877,"PosZ":-68.27700805664062,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":487,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-351.0069885253906,"PosY":-6.902615070343018,"PosZ":-100.81800079345705,"RotY":4.999999873689376e-6,"groupId":0},"2":{"ID":2,"PosX":-351.0069885253906,"PosY":-6.902615070343018,"PosZ":-100.81800079345705,"RotY":4.999999873689376e-6,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-350.677001953125,"PosY":-6.902615070343018,"PosZ":-100.81800079345705,"RotY":4.999999873689376e-6,"groupId":0}}},"488":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.1000061035156,"PosY":-8.749753952026367,"PosZ":-58.84000015258789,"RotY":270.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"Hidden","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":488,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-315.95001220703125,"PosY":-25.776119232177734,"PosZ":-60.02402877807618,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece_FSV_OnWall.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":488,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-349.01031494140625,"PosY":-8.749753952026367,"PosZ":-55.459999084472656,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":488,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-332.8299865722656,"PosY":-8.729999542236328,"PosZ":-60.830299377441406,"RotY":0.0,"PropID":103001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10063,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityRoom_Charger.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":488,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityCharger_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.86199951171875,"PosY":-8.885000228881836,"PosZ":-61.9900016784668,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":488,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-341.76800537109375,"PosY":-8.885000228881836,"PosZ":-61.9900016784668,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":488,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.8819885253906,"PosY":-8.798999786376953,"PosZ":-61.9900016784668,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":488,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-323.760009765625,"PosY":-8.798999786376953,"PosZ":-61.9900016784668,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":488,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-349.01031494140625,"PosY":-8.749753952026367,"PosZ":-55.459999084472656,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":488,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-349.01031494140625,"PosY":-8.749753952026367,"PosZ":-55.459999084472656,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":488,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-349.01031494140625,"PosY":-8.749753952026367,"PosZ":-55.459999084472656,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":488,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-349.01031494140625,"PosY":-8.749753952026367,"PosZ":-55.459999084472656,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":488,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.86199951171875,"PosY":-8.885000228881836,"PosZ":-61.9900016784668,"RotY":90.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":488,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-341.76800537109375,"PosY":-8.885000228881836,"PosZ":-61.9900016784668,"RotY":90.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":488,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.8819885253906,"PosY":-8.798999786376953,"PosZ":-61.9900016784668,"RotY":90.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":488,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-323.760009765625,"PosY":-8.798999786376953,"PosZ":-61.9900016784668,"RotY":90.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":488,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-356.52801513671875,"PosY":-6.904754161834717,"PosZ":-58.882999420166016,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":-356.52801513671875,"PosY":-6.904754161834717,"PosZ":-58.882999420166016,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-356.52801513671875,"PosY":-6.904754161834717,"PosZ":-59.2130012512207,"RotY":90.0,"groupId":0}}},"489":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-316.4805908203125,"PosY":-8.749752044677734,"PosZ":-60.70125961303711,"RotY":60.288700103759766,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"Hidden","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":489,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-315.95001220703125,"PosY":-25.776119232177734,"PosZ":-60.02402877807618,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece_FSV_OnWall.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":489,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-316.4805908203125,"PosY":-8.749752044677734,"PosZ":-60.70125961303711,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":489,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-313.6412048339844,"PosY":-7.419088840484619,"PosZ":-59.072898864746094,"RotY":240.2886962890625,"groupId":0},"2":{"ID":2,"PosX":-313.6412048339844,"PosY":-7.419088840484619,"PosZ":-59.072898864746094,"RotY":240.2886962890625,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-313.6412048339844,"PosY":-7.419088840484619,"PosZ":-59.072898864746094,"RotY":240.2886962890625,"groupId":0}}},"499":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-148.62100219726565,"PosY":-4.480134963989258,"PosZ":-31.631000518798828,"RotY":89.9999771118164,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":499,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"501":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":152.26190185546875,"PosY":29.420000076293945,"PosZ":-133.02980041503906,"RotY":143.34010314941406,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":501,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.6610000133514404,"PosY":-15.838000297546388,"PosZ":-301.4330139160156,"RotY":86.6949462890625,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":501,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.84999847412108,"PosY":-4.070000171661377,"PosZ":-80.44999694824219,"RotY":10.34988021850586,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":501,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":122.97370147705078,"PosY":23.219999313354492,"PosZ":-196.904296875,"RotY":193.93260192871097,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":501,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-194.0989990234375,"PosY":17.243000030517578,"PosZ":-70.78500366210938,"RotY":285.90301513671875,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":501,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":114.25350189208984,"PosY":33.22999954223633,"PosZ":-312.0150146484375,"RotY":185.3782958984375,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":501,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.11000061035156,"PosY":22.5,"PosZ":-196.7899932861328,"RotY":9.486929893493652,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":501,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.6300048828125,"PosY":29.959999084472656,"PosZ":-51.369998931884766,"RotY":109.70549774169922,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":501,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"506":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter03/P101/Maze_Level_Mission1030601MazeBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":506,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"507":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter03/P101/Maze_Level_Mission1030601MazeBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":507,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"508":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter03/P101/Maze_Level_Mission1030601MazeBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":508,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"614":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.07555899769067764,"PosY":-15.300000190734863,"PosZ":-270.626708984375,"RotY":270.4248962402344,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":614,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"640":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.98899841308594,"PosY":23.05047035217285,"PosZ":-146.74400329589844,"RotY":207.15859985351565,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":640,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P20312_F20312001":{"teleports":{"1015":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.75900268554688,"PosY":11.510600090026855,"PosZ":-165.30299377441406,"RotY":340.0,"PropID":808,"AnchorID":1,"AnchorGroupID":219,"MappingInfoID":1015,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_02.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":219,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_02_Entity.json"},"10033":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.58999633789065,"PosY":4.089995861053467,"PosZ":-66.949462890625,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10055":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.38929748535156,"PosY":33.20000076293945,"PosZ":-82.55982971191406,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":218,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10060":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-177.3424072265625,"PosY":5.510526180267334,"PosZ":-143.52999877929688,"RotY":0.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":193,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"},"10061":{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.17999267578125,"PosY":33.29999923706055,"PosZ":-58.54999923706055,"RotY":331.1455993652344,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":258,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2031201":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-87.3949966430664,"PosY":11.51056957244873,"PosZ":-187.49600219726565,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":68,"MappingInfoID":2031201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2031202":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.5500030517578,"PosY":11.510580062866213,"PosZ":-129.3800048828125,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":68,"MappingInfoID":2031202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2031203":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-111.73999786376952,"PosY":11.517330169677734,"PosZ":-13.713000297546388,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":68,"MappingInfoID":2031203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-177.41000366210938,"PosY":3.4799959659576416,"PosZ":-144.9492950439453,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-100.78099822998048,"PosY":11.51056957244873,"PosZ":-186.07899475097656,"RotY":209.1569976806641,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.36799621582033,"PosY":11.510600090026855,"PosZ":-215.2310028076172,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-85.61000061035156,"PosY":11.517330169677734,"PosZ":11.703000068664553,"RotY":270.0000915527344,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.97102355957031,"PosY":13.004509925842283,"PosZ":-16.889799118041992,"RotY":276.814697265625,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-87.3949966430664,"PosY":11.51056957244873,"PosZ":-187.49600219726565,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":68,"MappingInfoID":2031201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.5500030517578,"PosY":11.510580062866213,"PosZ":-129.3800048828125,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":68,"MappingInfoID":2031202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-111.73999786376952,"PosY":11.517330169677734,"PosZ":-13.713000297546388,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":68,"MappingInfoID":2031203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-92.49400329589844,"PosY":11.54506015777588,"PosZ":-189.9499969482422,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-117.36000061035156,"PosY":11.510580062866213,"PosZ":-133.3000030517578,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-117.41000366210938,"PosY":11.517359733581545,"PosZ":-10.81999969482422,"RotY":0.0,"groupId":0}}},"69":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":108.52159881591795,"PosX":-119.12789916992188,"PosY":11.5106201171875,"PosZ":-209.6085968017578,"NPCMonsterID":3011010,"EventID":20312101,"groupId":69,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":79.81707763671875,"PosX":-111.66000366210938,"PosY":11.510600090026855,"PosZ":-157.07000732421875,"NPCMonsterID":3011010,"EventID":20312102,"groupId":69,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":79.81707763671875,"PosX":-112.12999725341795,"PosY":11.510600090026855,"PosZ":-154.4499969482422,"NPCMonsterID":3012020,"EventID":20312103,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"71":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.37999725341797,"PosY":11.51060962677002,"PosZ":-142.2899932861328,"RotY":315.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_03.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.37999725341797,"PosY":11.51060962677002,"PosZ":-142.2899932861328,"RotY":315.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.37999725341797,"PosY":11.51060962677002,"PosZ":-142.2899932861328,"RotY":315.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-106.51000213623048,"PosY":11.510600090026855,"PosZ":-135.97999572753906,"RotY":30.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":160.0,"PosX":-103.2699966430664,"PosY":11.510600090026855,"PosZ":-137.00999450683594,"NPCMonsterID":3003020,"EventID":20312231,"groupId":71,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"73":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-108.79499816894533,"PosY":11.510580062866213,"PosZ":-134.3780059814453,"RotY":180.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-121.12999725341795,"PosY":11.510649681091309,"PosZ":-196.05999755859375,"RotY":150.11219787597656,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.9280014038086,"PosY":11.517330169677734,"PosZ":14.937999725341797,"RotY":150.11219787597656,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.08099365234375,"PosY":11.548640251159668,"PosZ":-2.6010000705718994,"RotY":210.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"74":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.10001373291016,"PosX":-186.381103515625,"PosY":18.830020904541016,"PosZ":-144.89300537109375,"NPCMonsterID":3012020,"EventID":20312105,"groupId":74,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"76":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.3805999755859,"PosY":18.960739135742188,"PosZ":-133.21780395507812,"RotY":-0.0003940000024158507,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"77":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":250.0,"PosX":-147.7100067138672,"PosY":11.510729789733888,"PosZ":-85.61000061035156,"NPCMonsterID":3002010,"EventID":20312108,"groupId":77,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":60.0,"PosX":-153.57960510253906,"PosY":11.510720252990724,"PosZ":-97.86351013183594,"NPCMonsterID":3012020,"EventID":20312109,"groupId":77,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":45.0,"PosX":-148.19000244140625,"PosY":11.510729789733888,"PosZ":-87.87999725341797,"NPCMonsterID":3011010,"EventID":20312110,"groupId":77,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":250.0,"PosX":-152.1999969482422,"PosY":11.510729789733888,"PosZ":-53.88999938964844,"NPCMonsterID":3002010,"EventID":20312111,"groupId":77,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":330.0,"PosX":-152.85519409179688,"PosY":11.510720252990724,"PosZ":-56.57126998901367,"NPCMonsterID":3012020,"EventID":20312112,"groupId":77,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":156.24560546875,"PosX":-149.14039611816406,"PosY":11.510729789733888,"PosZ":-51.082740783691406,"NPCMonsterID":3012020,"EventID":20312113,"groupId":77,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"78":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.34999847412108,"PosY":17.51074981689453,"PosZ":-52.36000061035156,"RotY":-0.00002700000004551839,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_03.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-148.67999267578125,"PosY":11.510720252990724,"PosZ":-65.36000061035156,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"79":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.31700134277344,"PosY":-0.4892730116844178,"PosZ":-87.49400329589844,"RotY":9.999999747378752e-6,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.9210968017578,"PosY":14.510720252990724,"PosZ":-92.69892883300781,"RotY":90.0000228881836,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-153.52520751953125,"PosY":11.510720252990724,"PosZ":-45.6403694152832,"RotY":90.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"81":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-103.98999786376952,"PosY":-0.48927098512649536,"PosZ":-94.55000305175781,"RotY":90.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_03.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-103.98999786376952,"PosY":-0.48927098512649536,"PosZ":-94.55000305175781,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-103.98999786376952,"PosY":-0.48927098512649536,"PosZ":-94.55000305175781,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.45999908447266,"PosY":-0.48927000164985657,"PosZ":-90.04000091552734,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0999984741211,"PosX":-99.80000305175781,"PosY":-0.48927098512649536,"PosZ":-94.55999755859376,"NPCMonsterID":3003010,"EventID":20312236,"groupId":81,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"82":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-139.92959594726565,"PosY":33.851749420166016,"PosZ":-66.949462890625,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"83":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.25509643554688,"PosY":18.701549530029297,"PosZ":-66.9493637084961,"RotY":90.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"85":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.58999633789065,"PosY":4.089995861053467,"PosZ":-66.949462890625,"RotY":0.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_03.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.58999633789065,"PosY":4.090000152587891,"PosZ":-67.04199981689453,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.58999633789065,"PosY":4.089995861053467,"PosZ":-66.949462890625,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.10001373291016,"PosX":-147.36000061035156,"PosY":5.1999969482421875,"PosZ":-66.949462890625,"NPCMonsterID":3012020,"EventID":20312233,"groupId":85,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":90.10001373291016,"PosX":-148.1999969482422,"PosY":7.489999771118165,"PosZ":-66.94999694824219,"NPCMonsterID":3002030,"EventID":20312234,"groupId":85,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"86":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.3892059326172,"PosY":8.271492004394531,"PosZ":-74.0790023803711,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"87":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.38999938964844,"PosY":23.56999969482422,"PosZ":-79.81999969482422,"RotY":180.00030517578125,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"89":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-84.39016723632812,"PosY":30.33193016052246,"PosZ":-67.03231048583984,"NPCMonsterID":3012020,"EventID":20312120,"groupId":89,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"91":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39021301269531,"PosY":21.43000030517578,"PosZ":-56.14400100708008,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"92":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":64.37217712402344,"PosX":-94.29000091552734,"PosY":11.517580032348633,"PosZ":-65.0999984741211,"NPCMonsterID":3002030,"EventID":20312116,"groupId":92,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":87.80890655517578,"PosX":-94.5,"PosY":11.517640113830566,"PosZ":-63.54999923706055,"NPCMonsterID":3002010,"EventID":20312117,"groupId":92,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"93":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.22000122070312,"PosY":11.517620086669922,"PosZ":-71.62999725341797,"RotY":270.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"99":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.38999938964844,"PosY":14.529999732971191,"PosZ":-24.8700008392334,"RotY":270.0000915527344,"PropID":103010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityRoomAirLockSpace_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.39006805419922,"PosY":11.510700225830078,"PosZ":-36.94948959350586,"RotY":180.0,"PropID":103034,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_04.json","State":"Open","propStateList":["Closed","Open"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.4260025024414,"PosY":11.510700225830078,"PosZ":-21.94948959350586,"RotY":270.0,"PropID":103034,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_04.json","State":"Open","propStateList":["Closed","Open"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"128":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.4530029296875,"PosY":11.928999900817873,"PosZ":15.680999755859377,"RotY":184.65750122070312,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.92536926269531,"PosY":11.928999900817873,"PosZ":15.74748992919922,"RotY":11.244179725646973,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.68000030517578,"PosY":13.180999755859377,"PosZ":-3.6289999485015874,"RotY":90.0,"PropID":103074,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Text3D_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.94000244140624,"PosY":13.744000434875488,"PosZ":15.9399995803833,"RotY":358.5538024902344,"PropID":103074,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Text3D_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"142":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.2134017944336,"PosY":11.55795955657959,"PosZ":62.152801513671875,"RotY":180.0,"PropID":103131,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_03.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":142,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"151":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.32700347900392,"PosY":11.510709762573242,"PosZ":-189.94960021972656,"RotY":90.00005340576172,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_03.json","State":"Open","propStateList":["Closed","Open"],"groupId":151,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.39009857177734,"PosY":11.517279624938965,"PosZ":-9.94909954071045,"RotY":90.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_03.json","State":"Open","propStateList":["Closed","Open"],"groupId":151,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"152":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-137.2595977783203,"PosY":12.78090000152588,"PosZ":-15.247300148010254,"RotY":224.3708038330078,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":152,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.0500030517578,"PosY":11.535479545593262,"PosZ":-9.829999923706055,"RotY":22.615659713745117,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":152,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"160":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.50599670410156,"PosY":11.517640113830566,"PosZ":-77.14998626708984,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":160,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"164":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.2509994506836,"PosY":14.13700008392334,"PosZ":-197.0679931640625,"RotY":313.14959716796875,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":164,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.77999877929688,"PosY":11.515020370483398,"PosZ":-192.2599945068359,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":164,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"165":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.16899871826172,"PosY":11.527000427246094,"PosZ":-171.6790008544922,"RotY":270.0,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":165,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.9499969482422,"PosY":11.5106201171875,"PosZ":-171.6790008544922,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":165,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"171":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-85.47318267822266,"PosY":12.345540046691896,"PosZ":7.725461006164551,"RotY":79.49400329589844,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":171,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-86.58999633789062,"PosY":11.524999618530272,"PosZ":8.20099925994873,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":171,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"174":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.39009857177734,"PosY":11.500499725341797,"PosZ":-144.95370483398438,"RotY":180.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.39009857177734,"PosY":11.500499725341797,"PosZ":-138.95370483398438,"RotY":180.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.08200073242188,"PosY":11.519040107727053,"PosZ":-137.6748046875,"RotY":0.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"175":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.39010620117188,"PosY":5.500508785247803,"PosZ":-144.95379638671875,"RotY":180.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":175,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.39010620117188,"PosY":5.500508785247803,"PosZ":-138.95379638671875,"RotY":180.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":175,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.61000061035156,"PosY":5.5105109214782715,"PosZ":-137.8070068359375,"RotY":0.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":175,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"176":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.4239959716797,"PosY":11.500699996948242,"PosZ":-72.95333862304688,"RotY":180.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":176,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.4239959716797,"PosY":11.500699996948242,"PosZ":-66.95333862304688,"RotY":180.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":176,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-145.57899475097656,"PosY":11.510700225830078,"PosZ":-65.50196075439453,"RotY":0.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":176,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"178":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-83.76740264892578,"PosY":12.839200019836426,"PosZ":-10.085800170898438,"RotY":0.0,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":178,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.61100006103516,"PosY":12.838000297546388,"PosZ":-10.086000442504885,"RotY":5.93963098526001,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":178,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.53765106201172,"PosY":14.125900268554688,"PosZ":-10.061050415039064,"RotY":0.0,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":178,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.55668640136719,"PosY":11.510669708251951,"PosZ":-3.5999999046325684,"RotY":0.0,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":178,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.51799774169922,"PosY":11.510669708251951,"PosZ":-13.109999656677246,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":178,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"179":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-185.0229034423828,"PosY":13.263629913330078,"PosZ":-144.98060607910156,"RotY":270.2076110839844,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":179,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-183.98699951171875,"PosY":13.263629913330078,"PosZ":-144.98060607910156,"RotY":270.1000061035156,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":179,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"180":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.57599639892578,"PosY":14.54599952697754,"PosZ":-54.999000549316406,"RotY":0.0,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.57598876953124,"PosY":11.51113986968994,"PosZ":-56.29800033569336,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"181":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.4000015258789,"PosY":8.079999923706055,"PosZ":-78.4800033569336,"RotY":0.0,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.4000015258789,"PosY":3.6400001049041744,"PosZ":-78.4800033569336,"RotY":0.0,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.4000015258789,"PosY":-1.375,"PosZ":-78.48200225830078,"RotY":0.0,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.4000015258789,"PosY":3.6399989128112793,"PosZ":-78.55023193359375,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"182":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.78009796142578,"PosY":18.01959991455078,"PosZ":-101.65950012207033,"RotY":198.943603515625,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":182,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.93000030517578,"PosY":17.5108699798584,"PosZ":-100.47699737548828,"RotY":22.615659713745117,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":182,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"191":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-137.00100708007812,"PosY":11.534469604492188,"PosZ":-9.727001190185547,"RotY":116.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"192":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.55309295654298,"PosY":11.510669708251951,"PosZ":-23.399999618530273,"RotY":0.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"193":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-177.3424072265625,"PosY":5.510526180267334,"PosZ":-143.52999877929688,"RotY":0.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":193,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"196":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.38990020751952,"PosY":11.527310371398926,"PosZ":5.050840854644775,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":196,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.66380310058594,"PosY":12.770709991455078,"PosZ":2.2464499473571777,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":196,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"200":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.4800033569336,"PosY":11.520910263061523,"PosZ":-6.170000076293945,"RotY":180.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-137.2449951171875,"PosY":11.909999847412108,"PosZ":-15.357000350952148,"RotY":352.8753967285156,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.5260009765625,"PosY":11.8100004196167,"PosZ":15.670000076293944,"RotY":352.8753967285156,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-124.01309967041016,"PosY":11.51731014251709,"PosZ":-10.202529907226564,"RotY":352.8753967285156,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-117.47299957275392,"PosY":13.238909721374512,"PosZ":-9.383977890014648,"RotY":0.000019999999494757503,"groupId":0},"2":{"ID":2,"PosX":-117.47299957275392,"PosY":13.238909721374512,"PosZ":-9.383977890014648,"RotY":0.000019999999494757503,"groupId":0},"3":{"ID":3,"PosX":-117.4800033569336,"PosY":11.520910263061523,"PosZ":-6.170000076293945,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":-117.47299957275392,"PosY":13.238909721374512,"PosZ":-9.383977890014648,"RotY":0.000019999999494757503,"groupId":0}}},"207":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":108.52159881591795,"PosX":-95.77989959716797,"PosY":11.524999618530272,"PosZ":11.01527976989746,"NPCMonsterID":3011010,"EventID":20312124,"groupId":207,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":180.0,"PosX":-91.42999267578124,"PosY":11.524999618530272,"PosZ":7.969998836517334,"NPCMonsterID":3012020,"EventID":20312123,"groupId":207,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"208":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-120.37079620361328,"PosY":11.517279624938965,"PosZ":56.10308074951172,"NPCMonsterID":8002040,"EventID":20312130,"groupId":208,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"209":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":108.52159881591795,"PosX":-119.12789916992188,"PosY":11.5106201171875,"PosZ":-209.6085968017578,"NPCMonsterID":3001020,"EventID":20312001,"groupId":209,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":79.81707763671875,"PosX":-111.66000366210938,"PosY":11.510600090026855,"PosZ":-157.07000732421875,"NPCMonsterID":3001010,"EventID":20312002,"groupId":209,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"210":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":108.52159881591795,"PosX":-89.18000793457033,"PosY":11.524999618530272,"PosZ":6.070000171661377,"NPCMonsterID":3012020,"EventID":20312023,"groupId":210,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":79.81707763671875,"PosX":-91.74424743652344,"PosY":11.524999618530272,"PosZ":10.865989685058594,"NPCMonsterID":3011010,"EventID":20312024,"groupId":210,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"211":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.56073760986328,"PosY":11.517299652099608,"PosZ":-0.014000000432133676,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20312001/LG_Prop_F20312001_G211_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":211,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-91.56073760986328,"PosY":11.517299652099608,"PosZ":-0.014000000432133676,"NPCMonsterID":3002050,"EventID":20312240,"groupId":211,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-91.56073760986328,"PosY":12.824999809265137,"PosZ":-0.014000000432133676,"RotY":0.0,"groupId":0}}},"212":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.10001373291016,"PosX":-186.381103515625,"PosY":18.830020904541016,"PosZ":-144.89300537109375,"NPCMonsterID":3012020,"EventID":20312005,"groupId":212,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"213":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":60.0,"PosX":-153.57960510253906,"PosY":11.510720252990724,"PosZ":-97.86351013183594,"NPCMonsterID":3012020,"EventID":20312009,"groupId":213,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":60.0,"PosX":-145.72000122070312,"PosY":11.510729789733888,"PosZ":-87.97000122070312,"NPCMonsterID":3011010,"EventID":20312010,"groupId":213,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":250.0,"PosX":-152.1999969482422,"PosY":11.510729789733888,"PosZ":-53.88999938964844,"NPCMonsterID":3002010,"EventID":20312011,"groupId":213,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":330.0,"PosX":-152.85519409179688,"PosY":11.510720252990724,"PosZ":-56.57126998901367,"NPCMonsterID":3012020,"EventID":20312012,"groupId":213,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"214":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.2057113647461,"PosY":14.549420356750488,"PosZ":-78.9487533569336,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20312001/LG_Prop_F20312001_G214_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":214,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":330.1000061035156,"PosX":-92.2057113647461,"PosY":14.549420356750488,"PosZ":-78.9487533569336,"NPCMonsterID":3002050,"EventID":20312239,"groupId":214,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-92.2057113647461,"PosY":14.549420356750488,"PosZ":-80.1500015258789,"RotY":0.0,"groupId":0}}},"216":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-84.39016723632812,"PosY":30.33193016052246,"PosZ":-67.03231048583984,"NPCMonsterID":3012020,"EventID":20312020,"groupId":216,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"217":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":64.37217712402344,"PosX":-94.29000091552734,"PosY":11.517580032348633,"PosZ":-65.0999984741211,"NPCMonsterID":3002030,"EventID":20312016,"groupId":217,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":87.80890655517578,"PosX":-94.5,"PosY":11.517640113830566,"PosZ":-63.54999923706055,"NPCMonsterID":3002010,"EventID":20312017,"groupId":217,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"218":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50999450683594,"PosY":34.00199890136719,"PosZ":-83.93000030517578,"RotY":75.25183868408203,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":218,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.38929748535156,"PosY":33.20000076293945,"PosZ":-82.55982971191406,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":218,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"219":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.75900268554688,"PosY":11.510600090026855,"PosZ":-165.30299377441406,"RotY":340.0,"PropID":808,"AnchorID":1,"AnchorGroupID":219,"MappingInfoID":1015,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_02.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":219,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-123.13800048828124,"PosY":11.510600090026855,"PosZ":-164.41000366210938,"RotY":160.0,"groupId":0}}},"220":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-111.59999847412108,"PosY":11.510740280151367,"PosZ":-50.405540466308594,"RotY":9.999999747378752e-6,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":220,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"221":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.33820343017578,"PosY":11.517569541931152,"PosZ":-57.703338623046875,"RotY":0.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":221,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"241":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-111.22000122070312,"PosY":-1.4900000095367432,"PosZ":-73.25,"RotY":178.66510009765625,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":241,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.3759994506836,"PosY":19.01136016845703,"PosZ":-54.28676986694336,"RotY":277.65179443359375,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":241,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"246":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.7300033569336,"PosY":11.520000457763672,"PosZ":-46.439998626708984,"RotY":48.35417938232422,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":246,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.18000030517578,"PosY":11.510749816894531,"PosZ":-44.92353820800781,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":246,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.36000061035156,"PosY":11.510749816894531,"PosZ":-44.938838958740234,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":246,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.25,"PosY":11.510749816894531,"PosZ":-44.426700592041016,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":246,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-98.93000030517578,"PosY":11.510749816894531,"PosZ":-44.94384002685547,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController_Disappear.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":246,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-108.39009857177734,"PosY":11.510700225830078,"PosZ":-54.94948959350586,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":246,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-108.39009857177734,"PosY":11.510700225830078,"PosZ":-51.20199966430664,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":246,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-105.70999908447266,"PosY":11.098019599914553,"PosZ":-51.97999954223633,"RotY":0.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":246,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-100.20999908447266,"PosY":11.510749816894531,"PosZ":-46.27000045776367,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":246,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-103.58000183105467,"PosY":11.510749816894531,"PosZ":-46.78759002685547,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":246,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-99.33294677734376,"PosY":13.23799991607666,"PosZ":-44.29899978637695,"RotY":228.3542022705078,"groupId":0},"2":{"ID":2,"PosX":-99.33294677734376,"PosY":13.23799991607666,"PosZ":-44.29899978637695,"RotY":228.3542022705078,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-99.33294677734376,"PosY":13.23799991607666,"PosZ":-44.29899978637695,"RotY":228.3542022705078,"groupId":0}}},"256":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-108.30999755859376,"PosY":11.510740280151367,"PosZ":-98.80000305175781,"RotY":0.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":256,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-108.30999755859376,"PosY":11.510740280151367,"PosZ":-98.80000305175781,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":256,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-108.30999755859376,"PosY":11.510740280151367,"PosZ":-98.80000305175781,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":256,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-108.30999755859376,"PosY":11.510740280151367,"PosZ":-98.80000305175781,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":256,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-108.30999755859376,"PosY":11.510740280151367,"PosZ":-98.80000305175781,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":256,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-108.40000152587892,"PosY":11.510740280151367,"PosZ":-100.77999877929688,"RotY":0.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":256,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-108.40000152587892,"PosY":11.510740280151367,"PosZ":-100.77999877929688,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":256,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-108.35299682617188,"PosY":14.218680381774902,"PosZ":-95.71703338623047,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":-108.35299682617188,"PosY":14.218680381774902,"PosZ":-95.71703338623047,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-108.68299865722656,"PosY":14.218680381774902,"PosZ":-95.71703338623047,"RotY":180.0,"groupId":0}}},"257":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.93000030517578,"PosY":-3.5106770992279053,"PosZ":-72.9800033569336,"RotY":90.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":257,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.93000030517578,"PosY":-3.5106770992279053,"PosZ":-72.9800033569336,"RotY":352.8753967285156,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":257,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.93000030517578,"PosY":-3.5106770992279053,"PosZ":-72.9800033569336,"RotY":352.8753967285156,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":257,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.93000030517578,"PosY":-3.5106770992279053,"PosZ":-72.9800033569336,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":257,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.93000030517578,"PosY":-3.5106770992279053,"PosZ":-72.9800033569336,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":257,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-106.7699966430664,"PosY":-3.5106780529022217,"PosZ":-72.9800033569336,"RotY":90.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":257,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-106.7699966430664,"PosY":-3.5106780529022217,"PosZ":-72.9800033569336,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":257,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-99.81204986572266,"PosY":-0.9613289833068848,"PosZ":-72.97300720214844,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-99.81204986572266,"PosY":-0.9613289833068848,"PosZ":-72.97300720214844,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-99.81204986572266,"PosY":-0.9613289833068848,"PosZ":-72.97300720214844,"RotY":270.0,"groupId":0}}},"258":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.389404296875,"PosY":27.02001953125,"PosZ":-53.88999938964844,"RotY":0.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":258,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.389404296875,"PosY":27.02001953125,"PosZ":-53.88999938964844,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":258,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.389404296875,"PosY":27.02001953125,"PosZ":-53.88999938964844,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":258,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.389404296875,"PosY":27.02001953125,"PosZ":-53.88999938964844,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":258,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.389404296875,"PosY":26.801010131835938,"PosZ":-54.15900039672851,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":258,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.17999267578125,"PosY":33.29999923706055,"PosZ":-58.54999923706055,"RotY":331.1455993652344,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":258,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.17999267578125,"PosY":33.29999923706055,"PosZ":-58.54999923706055,"RotY":331.1455993652344,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":258,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-161.05880737304688,"PosY":24.49930000305176,"PosZ":-51.802040100097656,"RotY":164.51019287109375,"groupId":0},"2":{"ID":2,"PosX":-161.05880737304688,"PosY":24.49930000305176,"PosZ":-51.802040100097656,"RotY":164.51019287109375,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-161.05880737304688,"PosY":24.70927047729492,"PosZ":-51.54745101928711,"RotY":164.51019287109375,"groupId":0}}},"259":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.9600067138672,"PosY":12.46399974822998,"PosZ":-12.260000228881836,"RotY":212.77259826660156,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":259,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.58000183105469,"PosY":12.270999908447266,"PosZ":-17.8799991607666,"RotY":160.75840759277344,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":259,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.69400024414064,"PosY":12.49899959564209,"PosZ":-207.83999633789065,"RotY":34.088600158691406,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":259,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.12000274658205,"PosY":12.640000343322754,"PosZ":-144.27999877929688,"RotY":308.5190124511719,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":259,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-85.84445190429688,"PosY":12.619999885559082,"PosZ":4.322693824768066,"RotY":35.713069915771484,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":259,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.22899627685548,"PosY":12.446999549865724,"PosZ":3.9340000152587886,"RotY":299.8467102050781,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":259,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"260":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.71099853515625,"PosY":13.05659008026123,"PosZ":-19.165000915527344,"RotY":146.95899963378906,"PropID":103036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":260,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"273":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.25999450683594,"PosY":5.5105109214782715,"PosZ":-131.75999450683594,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"281":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter03/P101/Maze_Level_Mission1030501MazeBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":281,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"282":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.12870025634766,"PosY":12.107000350952148,"PosZ":59.79999923706055,"RotY":92.10002899169922,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":282,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"283":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.63054656982422,"PosY":12.366999626159668,"PosZ":-189.7209014892578,"RotY":1.728342056274414,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":283,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P20313_F20313001":{"teleports":{"1014":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":31.440000534057617,"PosY":192.82000732421875,"PosZ":433.79000854492193,"RotY":60.0,"PropID":808,"AnchorID":1,"AnchorGroupID":186,"MappingInfoID":1014,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_02.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":186,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_02_Entity.json"},"1116":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":87.6500015258789,"PosY":187.84800720214844,"PosZ":529.4400024414062,"RotY":180.0,"PropID":702,"AnchorID":1,"AnchorGroupID":69,"MappingInfoID":1116,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"},"2388":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":123.34100341796876,"PosY":185.1349945068359,"PosZ":684.9691162109375,"RotY":12.996620178222656,"PropID":103097,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2388,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":220,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TV_02_Entity.json"},"10033":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":365.4985046386718,"PosY":122.11990356445312,"PosZ":600.10107421875,"RotY":180.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10055":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":105.58139801025392,"PosY":200.3730010986328,"PosZ":581.876708984375,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":158,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10060":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":92.71810913085938,"PosY":163.8448944091797,"PosZ":482.9132995605469,"RotY":270.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":167,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"},"10061":{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":68.6500015258789,"PosY":175.2198944091797,"PosZ":658.8300170898438,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":228,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10062":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":381.4743041992187,"PosY":119.13500213623048,"PosZ":584.450927734375,"RotY":270.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10062,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_CartoonTV_01.json","State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":160,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},"1030100":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":130.29100036621094,"PosY":178.73800659179688,"PosZ":759.47900390625,"RotY":0.0,"PropID":132,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":1030100,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2031301":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":109.0,"PosY":182.4138946533203,"PosZ":733.7999877929688,"RotY":44.99993896484375,"PropID":101,"AnchorID":1,"AnchorGroupID":56,"MappingInfoID":2031301,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2031302":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":322.0309143066406,"PosY":123.6999969482422,"PosZ":627.2075805664062,"RotY":180.0,"PropID":101,"AnchorID":2,"AnchorGroupID":56,"MappingInfoID":2031302,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2031303":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":200.4875946044922,"PosY":143.00599670410156,"PosZ":449.8035888671875,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":56,"MappingInfoID":2031303,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2031304":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":30.703449249267575,"PosY":180.5,"PosZ":531.4005126953125,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":56,"MappingInfoID":2031304,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":184.08799743652344,"PosY":173.49989318847656,"PosZ":659.3200073242188,"RotY":270.0,"PropID":103079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_Switch.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricTrigger_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":264.70001220703125,"PosY":122.21890258789064,"PosZ":678.7999877929688,"RotY":0.00016399999731220305,"PropID":103079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_Switch.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricTrigger_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":184.08799743652344,"PosY":173.49989318847656,"PosZ":659.3200073242188,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_StateController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":185.73370361328125,"PosY":173.49989318847656,"PosZ":658.5775756835938,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20313001/LG_Prop_F20313001_G3_300005.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":190.3000030517578,"PosY":170.1999969482422,"PosZ":670.5,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":157.0500030517578,"PosY":203.8800048828125,"PosZ":655.219970703125,"RotY":77.10001373291016,"groupId":0},"2":{"ID":2,"PosX":708.0,"PosY":-202.0,"PosZ":781.0,"RotY":77.10001373291016,"groupId":0},"3":{"ID":3,"PosX":157.39999389648438,"PosY":199.60000610351565,"PosZ":640.2999877929688,"RotY":89.99999237060547,"groupId":0},"4":{"ID":4,"PosX":157.0500030517578,"PosY":203.8800048828125,"PosZ":655.219970703125,"RotY":77.10001373291016,"groupId":0},"5":{"ID":5,"PosX":0.0,"PosY":0.0,"PosZ":20.0,"RotY":0.0,"groupId":0},"6":{"ID":6,"PosX":264.035888671875,"PosY":122.21910095214844,"PosZ":684.760009765625,"RotY":0.0,"groupId":0}}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":268.6700134277344,"PosY":122.13939666748048,"PosZ":624.9000244140625,"RotY":180.0,"PropID":103078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_MPFSwitch.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":274.5,"PosY":122.09999847412108,"PosZ":654.7000122070312,"RotY":0.0,"PropID":103076,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_MovePlatform.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModule_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":280.4599914550781,"PosY":122.21890258789064,"PosZ":650.2999877929688,"RotY":0.0,"PropID":103078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_MPFSwitch.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":274.5,"PosY":122.37000274658205,"PosZ":637.8599853515625,"RotY":0.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":274.5,"PosY":122.37000274658205,"PosZ":637.8599853515625,"RotY":180.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":271.5400085449219,"PosY":121.63939666748048,"PosZ":623.219970703125,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":271.5400085449219,"PosY":121.63939666748048,"PosZ":617.5,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":277.67999267578125,"PosY":121.63939666748048,"PosZ":623.219970703125,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":277.67999267578125,"PosY":121.63939666748048,"PosZ":617.5,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":274.6700134277344,"PosY":121.63939666748048,"PosZ":614.6300048828125,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":275.0140075683594,"PosY":121.71910095214844,"PosZ":660.6199951171875,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":271.54998779296875,"PosY":121.63939666748048,"PosZ":652.1500244140625,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":277.5400085449219,"PosY":121.63939666748048,"PosZ":657.8699951171875,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":277.5400085449219,"PosY":121.63939666748048,"PosZ":652.1500244140625,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":274.42999267578125,"PosY":122.0,"PosZ":648.4929809570312,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":276.6700134277344,"PosY":122.17639923095705,"PosZ":626.8699951171875,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":274.5,"PosY":122.09999847412108,"PosZ":654.7000122070312,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":274.5,"PosY":122.09999847412108,"PosZ":620.7000122070312,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":281.38079833984375,"PosY":150.10000610351565,"PosZ":633.6516723632812,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":277.53680419921875,"PosY":160.87100219726565,"PosZ":674.3079833984375,"RotY":198.70179748535156,"groupId":0},"5":{"ID":5,"PosX":269.3658142089844,"PosY":160.2509002685547,"PosZ":600.5759887695312,"RotY":359.6564025878906,"groupId":0}}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":310.3999938964844,"PosY":123.8000030517578,"PosZ":593.7000122070312,"RotY":180.0,"PropID":103077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_MovePlatform.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModule_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":313.29998779296875,"PosY":123.6688995361328,"PosZ":610.5999755859375,"RotY":0.0,"PropID":103078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_MPFSwitch.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":313.3995056152344,"PosY":124.0626983642578,"PosZ":609.6400146484375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20313001/LG_Prop_F20313001_G7_300003.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":310.6590881347656,"PosY":123.9800033569336,"PosZ":593.9199829101562,"RotY":270.0,"PropID":103093,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":310.2799987792969,"PosY":123.9800033569336,"PosZ":593.8099975585938,"RotY":90.0,"PropID":103093,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":310.4820861816406,"PosY":123.27989959716795,"PosZ":608.739990234375,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":325.5299987792969,"PosY":123.24259948730467,"PosZ":593.6602172851562,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":310.4820861816406,"PosY":123.27989959716795,"PosZ":608.739990234375,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":295.2300109863281,"PosY":123.24259948730467,"PosZ":593.6602172851562,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":310.7099914550781,"PosY":123.6426010131836,"PosZ":590.4500122070312,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":307.1099853515625,"PosY":123.67990112304688,"PosZ":602.9400024414062,"RotY":90.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":313.8299865722656,"PosY":123.67990112304688,"PosZ":602.9400024414062,"RotY":90.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":298.5299987792969,"PosY":123.6426010131836,"PosZ":597.1799926757812,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":319.8999938964844,"PosY":123.6426010131836,"PosZ":597.1799926757812,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":310.3999938964844,"PosY":123.8000030517578,"PosZ":593.7000122070312,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":310.3999938964844,"PosY":123.8000030517578,"PosZ":593.7000122070312,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":310.57708740234375,"PosY":150.99240112304688,"PosZ":622.2559204101562,"RotY":179.45050048828125,"groupId":0}}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":277.79998779296875,"PosY":174.6999053955078,"PosZ":441.69000244140625,"RotY":90.0,"PropID":103079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_Switch.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricTrigger_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":221.7530059814453,"PosY":143.00599670410156,"PosZ":454.0,"RotY":180.0,"PropID":103079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_Switch.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricTrigger_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":277.79998779296875,"PosY":174.6999053955078,"PosZ":443.3999938964844,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_StateController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":279.92999267578125,"PosY":174.1999969482422,"PosZ":445.3699951171875,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":236.3300018310547,"PosY":159.1999969482422,"PosZ":430.04000854492193,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/TestLevel/Isometric_Connector.json","State":"Closed","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":220.52999877929688,"PosY":130.5,"PosZ":475.3999938964844,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":296.8900146484375,"PosY":214.0800018310547,"PosZ":408.19000244140625,"RotY":307.3904113769531,"groupId":0},"2":{"ID":2,"PosX":-626.0,"PosY":-846.0,"PosZ":1113.0,"RotY":307.3904113769531,"groupId":0},"3":{"ID":3,"PosX":279.20001220703125,"PosY":174.60000610351565,"PosZ":436.7000122070313,"RotY":269.9999084472656,"groupId":0},"4":{"ID":4,"PosX":277.79998779296875,"PosY":174.6999969482422,"PosZ":437.9599914550782,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":281.37701416015625,"PosY":175.48599243164065,"PosZ":443.4800109863282,"RotY":270.0,"groupId":0},"6":{"ID":6,"PosX":281.37701416015625,"PosY":175.48599243164065,"PosZ":443.4800109863282,"RotY":270.0,"groupId":0},"7":{"ID":7,"PosX":-92.3054428100586,"PosY":-64.06649017333984,"PosZ":57.49365997314453,"RotY":0.0,"groupId":0},"8":{"ID":8,"PosX":250.760498046875,"PosY":152.30589294433594,"PosZ":438.037109375,"RotY":0.0,"groupId":0},"9":{"ID":9,"PosX":220.7610015869141,"PosY":130.97000122070312,"PosZ":468.6471862792969,"RotY":0.0,"groupId":0}}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":252.9900054931641,"PosY":159.94000244140625,"PosZ":427.2999877929687,"RotY":270.0,"PropID":103078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_MPFSwitch.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":226.42999267578125,"PosY":130.97000122070312,"PosZ":455.5700073242187,"RotY":0.0,"PropID":103076,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_MovePlatform.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModule_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":220.3999938964844,"PosY":130.97000122070312,"PosZ":464.0700073242187,"RotY":0.0,"PropID":103078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_MPFSwitch.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":251.8999938964844,"PosY":159.3000030517578,"PosZ":430.2999877929687,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":248.10000610351565,"PosY":152.00999450683594,"PosZ":437.8599853515625,"RotY":270.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":236.7400054931641,"PosY":145.97999572753906,"PosZ":448.6915893554687,"RotY":270.0000915527344,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":236.7400054931641,"PosY":145.97999572753906,"PosZ":448.6915893554687,"RotY":270.0000915527344,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":264.88751220703125,"PosY":171.23019409179688,"PosZ":437.69000244140625,"RotY":90.00000762939453,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":236.7400054931641,"PosY":145.97999572753906,"PosZ":454.7999877929687,"RotY":270.0000915527344,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":261.78021240234375,"PosY":171.60000610351565,"PosZ":431.6387023925782,"RotY":0.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":261.78021240234375,"PosY":171.60000610351565,"PosZ":431.6387023925782,"RotY":180.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":226.42999267578125,"PosY":130.97000122070312,"PosZ":455.5700073242187,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":226.42999267578125,"PosY":130.97000122070312,"PosZ":461.8999938964844,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":272.1181945800781,"PosY":130.7144012451172,"PosZ":617.986572265625,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":296.8900146484375,"PosY":214.0800018310547,"PosZ":408.19000244140625,"RotY":307.3904113769531,"groupId":0}}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":32.20000076293945,"PosY":194.82090759277344,"PosZ":469.3340148925782,"RotY":180.0,"PropID":103079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_Switch.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricTrigger_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":28.05500030517578,"PosY":166.80999755859375,"PosZ":501.6499938964844,"RotY":90.0,"PropID":103079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_Switch.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricTrigger_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":26.600000381469727,"PosY":180.50900268554688,"PosZ":514.2999877929688,"RotY":90.0,"PropID":103079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_Switch.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricTrigger_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":32.20000076293945,"PosY":194.82090759277344,"PosZ":469.3340148925782,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_StateController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":32.645511627197266,"PosY":195.6800994873047,"PosZ":469.6806945800782,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20313001/LG_Prop_F20313001_G16_300007.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":25.0,"PosY":194.32090759277344,"PosZ":472.1000061035156,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":14.300000190734863,"PosY":219.0,"PosZ":470.2999877929687,"RotY":39.3897705078125,"groupId":0},"2":{"ID":2,"PosX":160.3000030517578,"PosY":-51.900001525878906,"PosZ":648.2000122070312,"RotY":39.3897705078125,"groupId":0},"3":{"ID":3,"PosX":53.900001525878906,"PosY":155.39999389648438,"PosZ":420.7999877929687,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":14.300000190734863,"PosY":219.0,"PosZ":470.2999877929687,"RotY":39.3897705078125,"groupId":0},"5":{"ID":5,"PosX":0.0,"PosY":0.0,"PosZ":20.0,"RotY":0.0,"groupId":0},"6":{"ID":6,"PosX":32.965789794921875,"PosY":180.50889587402344,"PosZ":513.7432861328125,"RotY":0.0,"groupId":0}}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":49.70000076293945,"PosY":169.9499969482422,"PosZ":489.8200073242187,"RotY":180.0,"PropID":103078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_MPFSwitch.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":51.20000076293945,"PosY":169.89999389648438,"PosZ":508.1000061035156,"RotY":9.999999747378752e-6,"PropID":103077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_MovePlatform.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModule_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":51.40999984741211,"PosY":170.6199951171875,"PosZ":507.6000061035156,"RotY":270.0,"PropID":103093,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":51.40999984741211,"PosY":170.6199951171875,"PosZ":507.6000061035156,"RotY":90.0,"PropID":103093,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":38.400001525878906,"PosY":192.8999938964844,"PosZ":477.7000122070313,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":38.400001525878906,"PosY":192.8999938964844,"PosZ":477.7000122070313,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":32.29999923706055,"PosY":182.5,"PosZ":502.7999877929687,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":51.230438232421875,"PosY":169.43170166015625,"PosZ":493.0899963378906,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":51.230438232421875,"PosY":169.43170166015625,"PosZ":493.0899963378906,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":66.22000122070312,"PosY":169.3800048828125,"PosZ":508.1499938964844,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":51.20000076293945,"PosY":169.89999389648438,"PosZ":508.1000061035156,"RotY":0.011382999829947948,"groupId":0},"2":{"ID":2,"PosX":51.20000076293945,"PosY":169.89999389648438,"PosZ":508.1000061035156,"RotY":90.01122283935547,"groupId":0},"3":{"ID":3,"PosX":51.99837875366211,"PosY":200.15049743652344,"PosZ":482.4635009765625,"RotY":0.1045140027999878,"groupId":0},"4":{"ID":4,"PosX":14.300000190734863,"PosY":219.0,"PosZ":470.2999877929687,"RotY":39.3897705078125,"groupId":0}}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":75.0,"PosY":166.9019012451172,"PosZ":499.25,"RotY":90.0,"PropID":103078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_MPFSwitch.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":66.9000015258789,"PosY":166.8000030517578,"PosZ":501.7000122070313,"RotY":270.0006103515625,"PropID":103076,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_MovePlatform.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModule_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":41.70000076293945,"PosY":166.80459594726565,"PosZ":496.3999938964844,"RotY":180.0,"PropID":103078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_MPFSwitch.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":52.81999969482422,"PosY":166.8000030517578,"PosZ":501.7000122070313,"RotY":90.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":51.279998779296875,"PosY":166.8000030517578,"PosZ":501.7000122070313,"RotY":270.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":31.079999923706055,"PosY":166.30999755859375,"PosZ":501.54000854492193,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":72.9229965209961,"PosY":166.4019012451172,"PosZ":501.2081909179687,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":32.52000045776367,"PosY":166.8300018310547,"PosZ":498.3500061035156,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":66.98999786376953,"PosY":166.8300018310547,"PosZ":505.05999755859375,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":69.9800033569336,"PosY":166.8300018310547,"PosZ":498.3500061035156,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":37.060001373291016,"PosY":166.8300018310547,"PosZ":505.05999755859375,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":66.9000015258789,"PosY":166.8000030517578,"PosZ":501.7000122070313,"RotY":270.0006103515625,"groupId":0},"2":{"ID":2,"PosX":37.099998474121094,"PosY":166.8000030517578,"PosZ":501.7000122070313,"RotY":270.0006103515625,"groupId":0},"3":{"ID":3,"PosX":68.26277923583984,"PosY":209.81179809570312,"PosZ":480.5739135742187,"RotY":321.08599853515625,"groupId":0},"4":{"ID":4,"PosX":34.12018966674805,"PosY":202.9319000244141,"PosZ":484.52288818359375,"RotY":33.10675048828125,"groupId":0},"5":{"ID":5,"PosX":14.300000190734863,"PosY":219.0,"PosZ":470.2999877929687,"RotY":39.3897705078125,"groupId":0}}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":72.26000213623047,"PosY":175.22000122070312,"PosZ":650.489990234375,"RotY":270.0,"PropID":103079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_Switch.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricTrigger_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":75.20999908447266,"PosY":197.7400054931641,"PosZ":575.4600219726562,"RotY":90.0,"PropID":103079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_Switch.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricTrigger_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":73.72000122070312,"PosY":175.22000122070312,"PosZ":648.0599975585938,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_StateController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":70.69999694824219,"PosY":180.3999938964844,"PosZ":628.7999877929688,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":80.5,"PosY":194.8000030517578,"PosZ":590.5999755859375,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":109.61000061035156,"PosY":208.86700439453125,"PosZ":555.6199951171875,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20313001/LG_Prop_F20313001_G25_300007.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":109.63099670410156,"PosY":240.0319976806641,"PosZ":556.6829833984375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20313001/LG_Prop_F20313001_G25_300007.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":109.63099670410156,"PosY":240.0319976806641,"PosZ":554.5499877929688,"RotY":179.99969482421875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20313001/LG_Prop_F20313001_G25_300007.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":110.47000122070312,"PosY":241.0399932861328,"PosZ":555.6900024414062,"RotY":43.461238861083984,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20313001/LG_Prop_F20313001_G25_300007.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":108.79499816894533,"PosY":240.5399932861328,"PosZ":555.8460083007812,"RotY":2.079314947128296,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20313001/LG_Prop_F20313001_G25_300007.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":108.59999847412108,"PosY":230.5,"PosZ":541.7999877929688,"RotY":335.9617004394531,"groupId":0},"2":{"ID":2,"PosX":6.699999809265137,"PosY":86.0999984741211,"PosZ":770.0999755859375,"RotY":335.9617004394531,"groupId":0},"3":{"ID":3,"PosX":74.0,"PosY":175.11160278320312,"PosZ":649.510009765625,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":108.20999908447266,"PosY":229.97000122070312,"PosZ":542.5599975585938,"RotY":335.9617004394531,"groupId":0},"5":{"ID":5,"PosX":0.0,"PosY":0.0,"PosZ":20.0,"RotY":0.0,"groupId":0},"6":{"ID":6,"PosX":65.88004302978516,"PosY":175.22000122070312,"PosZ":646.559814453125,"RotY":0.0,"groupId":0},"7":{"ID":7,"PosX":70.68820190429688,"PosY":180.64599609375,"PosZ":620.52001953125,"RotY":0.0,"groupId":0}}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":175.89999389648438,"PosY":139.70899963378906,"PosZ":403.7999877929687,"RotY":270.0000915527344,"PropID":103079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_Switch.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricTrigger_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":212.60000610351565,"PosY":110.67890167236328,"PosZ":378.5,"RotY":0.0,"PropID":103079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_Switch.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricTrigger_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":206.6699981689453,"PosY":95.2809295654297,"PosZ":338.0400085449219,"RotY":90.00003051757812,"PropID":103079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_Switch.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricTrigger_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":175.91000366210938,"PosY":139.7093963623047,"PosZ":403.7999877929687,"RotY":270.0000915527344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_StateController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":169.8000030517578,"PosY":136.89999389648438,"PosZ":393.6000061035156,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":188.8000030517578,"PosY":139.3000030517578,"PosZ":411.0,"RotY":269.9997863769531,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":168.6999969482422,"PosY":159.10000610351565,"PosZ":409.3999938964844,"RotY":139.05160522460938,"groupId":0},"2":{"ID":2,"PosX":312.6000061035156,"PosY":-38.20000076293945,"PosZ":243.60000610351565,"RotY":139.05160522460938,"groupId":0},"3":{"ID":3,"PosX":168.6999969482422,"PosY":159.10000610351565,"PosZ":409.3999938964844,"RotY":139.05160522460938,"groupId":0},"4":{"ID":4,"PosX":166.7917022705078,"PosY":151.3881072998047,"PosZ":428.3864135742187,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":218.45069885253903,"PosY":110.7519989013672,"PosZ":369.1842956542969,"RotY":0.0,"groupId":0},"6":{"ID":6,"PosX":217.2490997314453,"PosY":95.2809066772461,"PosZ":338.3653869628906,"RotY":0.0,"groupId":0}}},"39":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":188.8000030517578,"PosY":110.6999969482422,"PosZ":368.3999938964844,"RotY":180.0,"PropID":103077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_MovePlatform.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModule_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":188.88999938964844,"PosY":110.97000122070312,"PosZ":361.9939880371094,"RotY":0.0,"PropID":103078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_MPFSwitch.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":166.39999389648438,"PosY":142.3000030517578,"PosZ":394.5,"RotY":270.0,"PropID":103093,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":164.89999389648438,"PosY":142.3000030517578,"PosZ":392.9800109863282,"RotY":90.0,"PropID":103093,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":188.8000030517578,"PosY":110.97000122070312,"PosZ":368.2200012207031,"RotY":270.0,"PropID":103093,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":188.8000030517578,"PosY":110.97000122070312,"PosZ":368.2200012207031,"RotY":90.0,"PropID":103093,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":169.7187957763672,"PosY":136.59849548339844,"PosZ":393.5799865722656,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":173.67999267578125,"PosY":110.2300033569336,"PosZ":368.3635864257813,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":188.61000061035156,"PosY":110.1790008544922,"PosZ":383.4599914550782,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":188.91099548339844,"PosY":110.47000122070312,"PosZ":365.3450012207031,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":169.7187957763672,"PosY":136.59849548339844,"PosZ":393.5799865722656,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":188.61000061035156,"PosY":110.1790008544922,"PosZ":383.4599914550782,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":203.85000610351565,"PosY":110.2300033569336,"PosZ":368.3635864257813,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":188.91099548339844,"PosY":110.47000122070312,"PosZ":365.3450012207031,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":188.8000030517578,"PosY":110.6999969482422,"PosZ":368.3999938964844,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":188.8000030517578,"PosY":110.6999969482422,"PosZ":368.3999938964844,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":188.89959716796875,"PosY":140.38009643554688,"PosZ":354.1408996582031,"RotY":0.06827300041913986,"groupId":0},"4":{"ID":4,"PosX":159.3000030517578,"PosY":153.8000030517578,"PosZ":407.6000061035156,"RotY":139.05160522460938,"groupId":0}}},"45":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":206.8000030517578,"PosY":110.6999969482422,"PosZ":389.3999938964844,"RotY":0.0,"PropID":103076,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_MovePlatform.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModule_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":211.74899291992188,"PosY":110.6790008544922,"PosZ":367.239013671875,"RotY":90.0,"PropID":103078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_MPFSwitch.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":206.9873046875,"PosY":110.1790008544922,"PosZ":395.3999938964844,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":206.8000030517578,"PosY":110.59999847412108,"PosZ":377.8800048828125,"RotY":0.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":206.8000030517578,"PosY":110.59999847412108,"PosZ":377.0700073242187,"RotY":180.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":203.80999755859375,"PosY":110.1790008544922,"PosZ":392.1400146484375,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":209.8370056152344,"PosY":110.1790008544922,"PosZ":392.1400146484375,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":203.80999755859375,"PosY":110.1790008544922,"PosZ":386.1400146484375,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":209.8370056152344,"PosY":110.1790008544922,"PosZ":386.1400146484375,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":206.9873046875,"PosY":110.1790008544922,"PosZ":359.4800109863281,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":209.6999969482422,"PosY":110.1790008544922,"PosZ":368.5499877929687,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":203.85000610351565,"PosY":110.2300033569336,"PosZ":368.3635864257813,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":206.8000030517578,"PosY":110.6999969482422,"PosZ":389.3999938964844,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":206.8000030517578,"PosY":110.6999969482422,"PosZ":365.5,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":230.0428924560547,"PosY":144.52650451660156,"PosZ":372.718505859375,"RotY":270.0351867675781,"groupId":0},"4":{"ID":4,"PosX":168.6999969482422,"PosY":159.10000610351565,"PosZ":409.3999938964844,"RotY":139.05160522460938,"groupId":0}}},"55":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":107.69000244140624,"PosY":176.20889282226565,"PosZ":758.6699829101564,"RotY":90.00005340576172,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":35.597999572753906,"PosY":189.6199951171875,"PosZ":420.57321166992193,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":89.95999908447266,"PosY":184.5438995361328,"PosZ":741.2999877929688,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":256.9599914550781,"PosY":122.13950347900392,"PosZ":599.2000732421875,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":318.8800048828125,"PosY":123.6688995361328,"PosZ":610.1749877929688,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":276.1000061035156,"PosY":130.2209014892578,"PosZ":558.0999755859375,"RotY":180.00010681152344,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":330.37298583984375,"PosY":165.226806640625,"PosZ":458.1109924316406,"RotY":0.0000670000008540228,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":251.75,"PosY":152.31289672851565,"PosZ":435.6199951171875,"RotY":-0.00013800000306218865,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":169.21600341796875,"PosY":141.61900329589844,"PosZ":462.8110046386718,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":173.27000427246094,"PosY":140.00999450683594,"PosZ":424.6156921386718,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":198.9499969482422,"PosY":110.67890167236328,"PosZ":398.2099914550782,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":219.614501953125,"PosY":110.7519989013672,"PosZ":370.3039855957031,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":50.560001373291016,"PosY":191.2998962402344,"PosZ":424.55999755859375,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":83.0,"PosY":166.90199279785156,"PosZ":502.1000061035156,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":50.677059173583984,"PosY":183.60000610351565,"PosZ":546.7977294921875,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":111.8000030517578,"PosY":192.22000122070312,"PosZ":534.2000122070312,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":37.790000915527344,"PosY":180.50900268554688,"PosZ":514.2440185546875,"RotY":270.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":105.08000183105467,"PosY":169.39700317382812,"PosZ":433.1380004882813,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":217.9040069580078,"PosY":95.2809066772461,"PosZ":336.4919128417969,"RotY":0.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":394.3250122070313,"PosY":123.33200073242188,"PosZ":592.6580200195312,"RotY":278.1073913574219,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":387.2059020996094,"PosY":119.13500213623048,"PosZ":606.96728515625,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":264.4932861328125,"PosY":122.21910095214844,"PosZ":690.5540771484375,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":222.08140563964844,"PosY":130.97000122070312,"PosZ":470.54010009765625,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":68.64845275878906,"PosY":180.64599609375,"PosZ":620.59912109375,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":109.0,"PosY":182.4138946533203,"PosZ":733.7999877929688,"RotY":44.99993896484375,"PropID":101,"AnchorID":1,"AnchorGroupID":56,"MappingInfoID":2031301,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":322.0309143066406,"PosY":123.6999969482422,"PosZ":627.2075805664062,"RotY":180.0,"PropID":101,"AnchorID":2,"AnchorGroupID":56,"MappingInfoID":2031302,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":200.4875946044922,"PosY":143.00599670410156,"PosZ":449.8035888671875,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":56,"MappingInfoID":2031303,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":30.703449249267575,"PosY":180.5,"PosZ":531.4005126953125,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":56,"MappingInfoID":2031304,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":120.69000244140624,"PosY":182.42919921875,"PosZ":732.8699951171875,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":315.23638916015625,"PosY":123.6999969482422,"PosZ":622.8690185546875,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":203.8571014404297,"PosY":143.00599670410156,"PosZ":442.6745910644531,"RotY":270.0,"groupId":0},"4":{"ID":4,"PosX":36.40999984741211,"PosY":180.5,"PosZ":529.2440795898438,"RotY":90.0,"groupId":0}}},"58":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":111.6344985961914,"PosY":179.5330047607422,"PosZ":678.3167724609375,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":293.630615234375,"PosY":122.21890258789064,"PosZ":669.3101196289062,"RotY":270.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":357.8500061035156,"PosY":122.12000274658205,"PosZ":580.47998046875,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":201.22999572753903,"PosY":143.00599670410156,"PosZ":436.45700073242193,"RotY":90.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":207.77870178222656,"PosY":95.28099060058594,"PosZ":314.4635009765625,"RotY":90.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":65.43099975585938,"PosY":183.6598968505859,"PosZ":524.3410034179688,"RotY":270.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":90.18000030517578,"PosY":184.5438995361328,"PosZ":713.1500244140625,"RotY":141.75289916992188,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":77.63999938964844,"PosY":184.5438995361328,"PosZ":711.72998046875,"RotY":67.14251708984375,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":273.6000061035156,"PosY":122.1999969482422,"PosZ":670.2999877929688,"RotY":89.99993896484375,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":275.69000244140625,"PosY":122.1999969482422,"PosZ":599.3099975585938,"RotY":270.0000915527344,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":282.2200012207031,"PosY":126.81390380859376,"PosZ":575.4000244140625,"RotY":310.6588134765625,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":275.8999938964844,"PosY":130.2209014892578,"PosZ":532.2999877929688,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":308.1064147949219,"PosY":171.5,"PosZ":427.92388916015625,"RotY":200.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":305.072509765625,"PosY":171.5,"PosZ":429.0546875,"RotY":190.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":291.8900146484375,"PosY":171.5,"PosZ":429.0899963378906,"RotY":170.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":332.9200134277344,"PosY":168.86000061035156,"PosZ":442.69000244140625,"RotY":88.99627685546875,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":331.2994079589844,"PosY":168.86000061035156,"PosZ":427.9046936035156,"RotY":170.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":187.07620239257812,"PosY":140.00999450683594,"PosZ":423.4251098632813,"RotY":89.9999008178711,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":187.97999572753903,"PosY":141.6199951171875,"PosZ":462.4800109863282,"RotY":270.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":154.22999572753906,"PosY":142.8000030517578,"PosZ":441.3699951171875,"RotY":223.19740295410156,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":43.9981689453125,"PosY":191.2998962402344,"PosZ":412.5151062011718,"RotY":0.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":25.68733024597168,"PosY":192.8000030517578,"PosZ":455.868896484375,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":66.15930938720703,"PosY":183.60000610351565,"PosZ":541.6964111328125,"RotY":0.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":121.77330017089844,"PosY":194.80599975585935,"PosZ":516.5233154296875,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":39.34000015258789,"PosY":166.80459594726565,"PosZ":477.2000122070313,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":299.7099914550781,"PosY":119.24990081787108,"PosZ":686.4199829101562,"RotY":150.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":305.20001220703125,"PosY":119.24990081787108,"PosZ":679.989990234375,"RotY":330.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":84.2300033569336,"PosY":163.8448944091797,"PosZ":486.9299926757813,"RotY":120.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":84.33000183105469,"PosY":163.8448944091797,"PosZ":478.9599914550782,"RotY":60.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":330.19000244140625,"PosY":168.860107421875,"PosZ":445.6400146484375,"RotY":344.29071044921875,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":328.5480041503906,"PosY":168.860107421875,"PosZ":445.6400146484375,"RotY":27.640439987182617,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300032,"Category":"","GroupName":"","LoadSide":null,"PosX":319.30999755859375,"PosY":168.860107421875,"PosZ":430.04000854492193,"RotY":235.24029541015625,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300033,"Category":"","GroupName":"","LoadSide":null,"PosX":315.6300048828125,"PosY":168.860107421875,"PosZ":431.19000244140625,"RotY":180.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300034,"Category":"","GroupName":"","LoadSide":null,"PosX":320.25,"PosY":168.860107421875,"PosZ":428.6199951171875,"RotY":260.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"59":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":141.74940490722656,"PosY":178.00289916992188,"PosZ":681.2448120117188,"NPCMonsterID":3002010,"EventID":20313110,"groupId":59,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":270.0,"PosX":145.32980346679688,"PosY":178.00289916992188,"PosZ":681.2083740234375,"NPCMonsterID":3001010,"EventID":20313111,"groupId":59,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"62":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":303.0,"PosY":119.24990081787108,"PosZ":682.7999877929688,"RotY":270.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_02.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":303.0,"PosY":119.24990081787108,"PosZ":682.7999877929688,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":303.0,"PosY":119.24990081787108,"PosZ":682.7999877929688,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":291.9100036621094,"PosY":119.33999633789064,"PosZ":680.260009765625,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":39.98688888549805,"PosX":299.70001220703125,"PosY":119.2498016357422,"PosZ":680.5,"NPCMonsterID":3002010,"EventID":20313231,"groupId":62,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":210.0,"PosX":304.8999938964844,"PosY":119.24990081787108,"PosZ":686.4000244140625,"NPCMonsterID":3002030,"EventID":20313232,"groupId":62,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":216.139404296875,"PosY":95.2809295654297,"PosZ":300.80999755859375,"RotY":0.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":216.139404296875,"PosY":95.2809295654297,"PosZ":300.80999755859375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":216.139404296875,"PosY":95.30001068115236,"PosZ":299.6756896972656,"RotY":315.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":211.3300018310547,"PosY":95.30001068115236,"PosZ":322.73431396484375,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":211.75669860839844,"PosY":95.28093719482422,"PosZ":304.03399658203125,"NPCMonsterID":3003010,"EventID":20313237,"groupId":67,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":365.4985046386718,"PosY":122.11990356445312,"PosZ":600.10107421875,"RotY":180.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TreasureBox_02.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":365.4985046386718,"PosY":122.11990356445312,"PosZ":600.10107421875,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":365.4985046386718,"PosY":122.11990356445312,"PosZ":600.10107421875,"RotY":180.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":370.2958068847656,"PosY":122.12000274658205,"PosZ":585.9796752929688,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":200.0,"PosX":363.55999755859375,"PosY":122.12000274658205,"PosZ":594.3200073242188,"NPCMonsterID":3003010,"EventID":20313234,"groupId":68,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"69":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":87.6500015258789,"PosY":187.84800720214844,"PosZ":529.4400024414062,"RotY":180.0,"PropID":702,"AnchorID":1,"AnchorGroupID":69,"MappingInfoID":1116,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":74.9800033569336,"PosY":186.8999938964844,"PosZ":529.5800170898438,"RotY":0.00005500000042957254,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":91.12000274658203,"PosY":186.89990234375,"PosZ":517.8900146484375,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":87.63999938964844,"PosY":186.84800720214844,"PosZ":529.6699829101562,"NPCMonsterID":3003011,"EventID":101216,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":81.5999984741211,"PosY":186.84800720214844,"PosZ":529.0900268554688,"RotY":89.99994659423828,"groupId":0}}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":130.29100036621094,"PosY":178.73800659179688,"PosZ":759.47900390625,"RotY":0.0,"PropID":132,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":1030100,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":117.54660034179688,"PosY":184.07000732421875,"PosZ":720.3577880859375,"RotY":270.0,"PropID":103156,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap03_PenroseTriangle_Get.json","State":"Closed","propStateList":["Closed","Open"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_PenroseTriangle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":126.59999847412108,"PosY":176.20899963378906,"PosZ":754.7999877929688,"RotY":180.0001983642578,"groupId":0},"2":{"ID":2,"PosX":126.59999847412108,"PosY":176.20899963378906,"PosZ":754.7999877929688,"RotY":358.6860046386719,"groupId":0},"3":{"ID":3,"PosX":93.586181640625,"PosY":185.43350219726565,"PosZ":721.3145141601564,"RotY":91.60002136230469,"groupId":0},"4":{"ID":4,"PosX":125.41999816894533,"PosY":176.20899963378906,"PosZ":752.5,"RotY":225.0001983642578,"groupId":0}}},"102":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":45.0,"PosX":33.52986145019531,"PosY":189.6199951171875,"PosZ":420.8013916015625,"NPCMonsterID":3002010,"EventID":20313025,"groupId":102,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"107":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":137.77999877929688,"PosY":142.79989624023438,"PosZ":434.1499938964844,"RotY":0.0,"PropID":103079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_Switch.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricTrigger_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":74.08999633789062,"PosY":191.3000030517578,"PosZ":420.8800048828125,"RotY":180.0,"PropID":103079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_Switch.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricTrigger_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":137.77999877929688,"PosY":142.79989624023438,"PosZ":434.04000854492193,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_StateController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":131.67999267578125,"PosY":143.91900634765625,"PosZ":436.2999877929687,"RotY":270.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":101.95999908447266,"PosY":169.156005859375,"PosZ":431.0589904785156,"RotY":270.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_IsometricModuleEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":104.99469757080078,"PosY":169.39700317382812,"PosZ":428.2253112792969,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20313001/LG_Prop_F20313001_G107_300007.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":62.20000076293945,"PosY":216.60000610351565,"PosZ":387.0,"RotY":53.49871063232422,"groupId":0},"2":{"ID":2,"PosX":261.1000061035156,"PosY":5.5,"PosZ":534.2000122070312,"RotY":53.49871063232422,"groupId":0},"3":{"ID":3,"PosX":62.20000076293945,"PosY":216.60000610351565,"PosZ":387.0,"RotY":53.49871063232422,"groupId":0},"4":{"ID":4,"PosX":166.7917022705078,"PosY":151.3881072998047,"PosZ":428.3864135742187,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":105.2300033569336,"PosY":169.39700317382812,"PosZ":431.75048828125,"RotY":0.0,"groupId":0}}},"110":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":260.8999938964844,"PosY":119.07240295410156,"PosZ":634.4000244140625,"RotY":180.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":65.45999908447266,"PosY":191.2998962402344,"PosZ":419.9800109863282,"RotY":180.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"117":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":73.55699920654298,"PosY":175.21600341796875,"PosZ":667.9240112304688,"RotY":-0.00007000000186963007,"PropID":103044,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":117,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":75.80000305175781,"PosY":178.53909301757812,"PosZ":678.0999755859375,"RotY":180.00030517578125,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_06.json","State":"Open","propStateList":["Closed","Open"],"groupId":117,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"149":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":18.784799575805664,"PosY":190.23399353027344,"PosZ":427.0888977050782,"RotY":73.15785217285156,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":21.510000228881836,"PosY":189.6199951171875,"PosZ":428.3399963378906,"RotY":22.615659713745117,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"150":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":168.28590393066406,"PosY":178.2740020751953,"PosZ":656.1096801757812,"RotY":4.695419788360596,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":174.47999572753906,"PosY":173.49989318847656,"PosZ":659.5599975585938,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"151":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":130.18699645996094,"PosY":185.91099548339844,"PosZ":684.301025390625,"RotY":0.0,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":151,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":130.0540008544922,"PosY":185.76400756835935,"PosZ":684.4019775390625,"RotY":0.0,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":151,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":130.33399963378906,"PosY":185.76600646972656,"PosZ":684.2739868164062,"RotY":0.0,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":151,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":140.18699645996094,"PosY":185.91099548339844,"PosZ":684.301025390625,"RotY":0.0,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":151,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":130.1699981689453,"PosY":184.32000732421875,"PosZ":688.8099975585938,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":151,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"152":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":83.99700164794922,"PosY":186.82000732421875,"PosZ":720.2603149414062,"RotY":0.0,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":152,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":83.87000274658203,"PosY":184.56179809570312,"PosZ":723.7968139648436,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":152,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":84.0,"PosY":186.27999877929688,"PosZ":726.3400268554688,"RotY":180.0,"groupId":0}}},"153":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":271.46099853515625,"PosY":124.8018035888672,"PosZ":604.9927978515625,"RotY":90.0,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":153,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":271.46099853515625,"PosY":126.50170135498048,"PosZ":604.9927978515625,"RotY":90.0,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":153,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":271.46099853515625,"PosY":128.1905059814453,"PosZ":604.9927978515625,"RotY":90.0,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":153,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":273.0140075683594,"PosY":122.13939666748048,"PosZ":604.9927978515625,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":153,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":278.4320068359375,"PosY":124.79000091552734,"PosZ":604.9710083007812,"RotY":270.0,"groupId":0}}},"154":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":278.489501953125,"PosY":126.82640075683594,"PosZ":582.719970703125,"RotY":120.42489624023438,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":154,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":282.55108642578125,"PosY":126.84300231933594,"PosZ":576.2537841796875,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":154,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"155":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":169.95199584960938,"PosY":141.38999938964844,"PosZ":447.4920043945313,"RotY":131.23500061035156,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":155,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":173.30999755859375,"PosY":140.0,"PosZ":443.8800048828125,"RotY":22.615659713745117,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":155,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"156":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":325.1719970703125,"PosY":170.50869750976565,"PosZ":449.5549926757813,"RotY":191.14540100097656,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":324.5419921875,"PosY":168.860107421875,"PosZ":446.0198059082031,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"157":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":60.415000915527344,"PosY":167.32400512695312,"PosZ":480.85699462890625,"RotY":88.08946228027344,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":63.82115936279297,"PosY":163.8448944091797,"PosZ":480.9406127929687,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"158":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":104.17040252685548,"PosY":201.91099548339844,"PosZ":582.9520263671875,"RotY":144.97019958496094,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":158,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":105.58139801025392,"PosY":200.3730010986328,"PosZ":581.876708984375,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":158,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"160":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":380.91400146484375,"PosY":119.13500213623048,"PosZ":584.450927734375,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSaveManagar_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":160,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":380.3934020996094,"PosY":119.13500213623048,"PosZ":584.5460205078125,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":160,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":381.4743041992187,"PosY":119.13500213623048,"PosZ":584.450927734375,"RotY":270.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10062,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_CartoonTV_01.json","State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":160,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":381.2038879394531,"PosY":119.13500213623048,"PosZ":612.780029296875,"RotY":270.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_CartoonTV_01.json","State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":160,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":394.2980041503906,"PosY":123.3231964111328,"PosZ":592.6400146484375,"RotY":318.4515075683594,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfTreasureBoxHint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":160,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":380.1265869140625,"PosY":119.13500213623048,"PosZ":612.9453125,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":160,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":381.4743041992187,"PosY":119.13500213623048,"PosZ":561.239990234375,"NPCMonsterID":7010011,"EventID":10301299,"groupId":160,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"161":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":391.9419860839844,"PosY":119.13500213623048,"PosZ":592.6179809570312,"RotY":180.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Hint.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":388.8760070800782,"PosY":121.02050018310548,"PosZ":594.9299926757812,"RotY":0.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Hint.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":378.6415100097656,"PosY":121.02050018310548,"PosZ":595.083984375,"RotY":90.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Hint.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":377.99899291992193,"PosY":119.13500213623048,"PosZ":597.8350219726562,"RotY":90.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Hint.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":394.1499938964844,"PosY":119.13500213623048,"PosZ":604.7739868164062,"RotY":180.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Hint.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":394.2860107421875,"PosY":123.32330322265624,"PosZ":598.7811279296875,"RotY":180.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Hint.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":381.31500244140625,"PosY":119.13500213623048,"PosZ":607.0560302734375,"RotY":0.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Hint.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":382.81201171875,"PosY":121.02050018310548,"PosZ":606.8099975585938,"RotY":90.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Hint.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":387.0126953125,"PosY":121.02059936523438,"PosZ":604.8070068359375,"RotY":180.0,"PropID":103087,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_DropVase_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SolidaBottle_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":387.4309997558594,"PosY":121.02050018310548,"PosZ":594.7789916992188,"RotY":344.6358947753906,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HideBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":383.64801025390625,"PosY":121.02050018310548,"PosZ":594.791015625,"RotY":9.460151672363281,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HideBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":386.581298828125,"PosY":119.13500213623048,"PosZ":597.3748168945312,"RotY":43.14836883544922,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HideBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":392.9796142578125,"PosY":119.13500213623048,"PosZ":604.1237182617188,"RotY":249.4915008544922,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HideBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap03_WolfBro_TeleportGate.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":380.4908142089844,"PosY":119.13500213623048,"PosZ":584.1619873046875,"RotY":89.99999237060547,"groupId":0},"2":{"ID":2,"PosX":380.30758666992193,"PosY":119.13500213623048,"PosZ":612.4362182617188,"RotY":89.99999237060547,"groupId":0},"3":{"ID":3,"PosX":388.6130065917969,"PosY":121.02050018310548,"PosZ":595.2849731445312,"RotY":270.0,"groupId":0},"4":{"ID":4,"PosX":391.1589965820313,"PosY":119.13500213623048,"PosZ":592.635986328125,"RotY":270.0,"groupId":0},"5":{"ID":5,"PosX":378.8760070800782,"PosY":119.13500213623048,"PosZ":598.5139770507812,"RotY":90.0,"groupId":0},"6":{"ID":6,"PosX":379.49899291992193,"PosY":121.02050018310548,"PosZ":595.0880126953125,"RotY":90.0,"groupId":0},"7":{"ID":7,"PosX":394.2999877929687,"PosY":123.3231964111328,"PosZ":597.8590698242188,"RotY":180.0,"groupId":0},"8":{"ID":8,"PosX":393.4382019042969,"PosY":119.13500213623048,"PosZ":604.7747192382812,"RotY":270.0,"groupId":0},"9":{"ID":9,"PosX":383.343994140625,"PosY":121.02050018310548,"PosZ":606.7050170898438,"RotY":90.0,"groupId":0},"10":{"ID":10,"PosX":381.31298828125,"PosY":119.13500213623048,"PosZ":606.1209716796875,"RotY":0.0,"groupId":0},"11":{"ID":11,"PosX":383.4599914550782,"PosY":124.54000091552734,"PosZ":598.3200073242188,"RotY":25.123979568481445,"groupId":0},"12":{"ID":12,"PosX":387.3861999511718,"PosY":121.51589965820312,"PosZ":594.7730712890625,"RotY":0.0,"groupId":0},"13":{"ID":13,"PosX":387.3377990722656,"PosY":121.02050018310548,"PosZ":595.2620239257812,"RotY":0.0,"groupId":0},"14":{"ID":14,"PosX":383.6600036621094,"PosY":121.51589965820312,"PosZ":594.8880004882812,"RotY":0.0,"groupId":0},"15":{"ID":15,"PosX":383.73239135742193,"PosY":121.02050018310548,"PosZ":595.3787231445312,"RotY":0.0,"groupId":0},"16":{"ID":16,"PosX":376.2814025878906,"PosY":120.83090209960938,"PosZ":584.625,"RotY":89.99999237060547,"groupId":0},"17":{"ID":17,"PosX":376.5450134277344,"PosY":120.75299835205078,"PosZ":612.9190063476562,"RotY":89.99999237060547,"groupId":0},"18":{"ID":18,"PosX":386.57818603515625,"PosY":119.63729858398438,"PosZ":597.3936767578125,"RotY":0.0,"groupId":0},"19":{"ID":19,"PosX":386.23638916015625,"PosY":119.13500213623048,"PosZ":596.7991943359375,"RotY":257.24310302734375,"groupId":0},"20":{"ID":20,"PosX":392.96881103515625,"PosY":119.63729858398438,"PosZ":604.1381225585938,"RotY":0.0,"groupId":0},"21":{"ID":21,"PosX":393.58648681640625,"PosY":119.13500213623048,"PosZ":604.2769775390625,"RotY":0.0,"groupId":0}}},"164":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":141.74940490722656,"PosY":178.00289916992188,"PosZ":681.2448120117188,"NPCMonsterID":3002010,"EventID":20313010,"groupId":164,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":180.0,"PosX":162.77369689941406,"PosY":174.89999389648438,"PosZ":678.7661743164062,"NPCMonsterID":3001010,"EventID":20313011,"groupId":164,"IsDelete":false,"IsClientOnly":false},{"ID":200022,"RotY":270.0,"PosX":293.0199890136719,"PosY":122.13890075683594,"PosZ":623.8099975585938,"NPCMonsterID":3002010,"EventID":20313013,"groupId":164,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":0.0,"PosX":296.1700134277344,"PosY":126.81390380859376,"PosZ":564.1500244140625,"NPCMonsterID":3002030,"EventID":20313016,"groupId":164,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":0.0,"PosX":289.1000061035156,"PosY":126.81390380859376,"PosZ":564.3400268554688,"NPCMonsterID":3002030,"EventID":20313017,"groupId":164,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":0.0,"PosX":303.8500061035156,"PosY":130.25,"PosZ":549.6038208007812,"NPCMonsterID":3002010,"EventID":20313018,"groupId":164,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":180.0,"PosX":279.6852111816406,"PosY":130.25,"PosZ":558.2860717773438,"NPCMonsterID":3001020,"EventID":20313020,"groupId":164,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":203.04409790039065,"PosX":275.5299987792969,"PosY":130.25,"PosZ":551.780029296875,"NPCMonsterID":3002010,"EventID":20313019,"groupId":164,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":0.0,"PosX":154.75999450683594,"PosY":142.8000030517578,"PosZ":420.35699462890625,"NPCMonsterID":3002010,"EventID":20313021,"groupId":164,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":90.0,"PosX":184.0800018310547,"PosY":141.2729949951172,"PosZ":463.1239013671875,"NPCMonsterID":3001010,"EventID":20313023,"groupId":164,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":90.0,"PosX":170.47999572753906,"PosY":141.2729949951172,"PosZ":457.5376892089844,"NPCMonsterID":3002030,"EventID":20313022,"groupId":164,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":260.0,"PosX":56.310001373291016,"PosY":191.2998962402344,"PosZ":414.5,"NPCMonsterID":3001020,"EventID":20313027,"groupId":164,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":30.0,"PosX":41.810001373291016,"PosY":192.82000732421875,"PosZ":441.8200073242187,"NPCMonsterID":3002030,"EventID":20313028,"groupId":164,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":45.0,"PosX":39.009910583496094,"PosY":192.8199005126953,"PosZ":445.4685974121094,"NPCMonsterID":3002010,"EventID":20313029,"groupId":164,"IsDelete":false,"IsClientOnly":false},{"ID":200014,"RotY":0.0,"PosX":164.97999572753906,"PosY":110.98989868164064,"PosZ":368.5299987792969,"NPCMonsterID":3002010,"EventID":20313044,"groupId":164,"IsDelete":false,"IsClientOnly":false},{"ID":200015,"RotY":0.0,"PosX":201.0800018310547,"PosY":110.67890167236328,"PosZ":388.2539978027344,"NPCMonsterID":3001020,"EventID":20313043,"groupId":164,"IsDelete":false,"IsClientOnly":false},{"ID":200016,"RotY":270.0,"PosX":42.630001068115234,"PosY":166.889892578125,"PosZ":477.30999755859375,"NPCMonsterID":3001010,"EventID":20313045,"groupId":164,"IsDelete":false,"IsClientOnly":false},{"ID":200017,"RotY":120.0,"PosX":90.30500030517578,"PosY":163.8448944091797,"PosZ":484.4209899902344,"NPCMonsterID":3002030,"EventID":20313046,"groupId":164,"IsDelete":false,"IsClientOnly":false},{"ID":200018,"RotY":60.0,"PosX":90.50331115722656,"PosY":163.8448944091797,"PosZ":481.3375854492187,"NPCMonsterID":3002010,"EventID":20313047,"groupId":164,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"165":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":352.3127136230469,"PosY":120.57990264892578,"PosZ":608.5178833007812,"RotY":0.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":165,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"166":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":313.70001220703125,"PosY":168.5,"PosZ":438.8900146484375,"RotY":0.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":166,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"167":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":92.71810913085938,"PosY":163.8448944091797,"PosZ":482.9132995605469,"RotY":270.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":167,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"168":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":299.65789794921875,"PosY":172.1688995361328,"PosZ":413.2300109863282,"NPCMonsterID":8002040,"EventID":20313140,"groupId":168,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"169":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":316.1099853515625,"PosY":168.860107421875,"PosZ":426.8800048828125,"RotY":46.41415023803711,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20313001/LG_Prop_F20313001_G169_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":169,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":46.41415023803711,"PosX":316.1099853515625,"PosY":168.860107421875,"PosZ":426.8800048828125,"NPCMonsterID":3002050,"EventID":20313239,"groupId":169,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":316.1099853515625,"PosY":170.22000122070312,"PosZ":426.8800048828125,"RotY":0.0,"groupId":0}}},"171":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":313.260009765625,"PosY":123.6688995361328,"PosZ":613.5800170898438,"RotY":0.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":171,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":313.260009765625,"PosY":123.6688995361328,"PosZ":613.5800170898438,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":171,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":313.260009765625,"PosY":123.6688995361328,"PosZ":613.5800170898438,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":171,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":313.260009765625,"PosY":123.6688995361328,"PosZ":613.5800170898438,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":171,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":313.260009765625,"PosY":123.6688995361328,"PosZ":613.5800170898438,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/TestLevel/JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":171,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":313.25299072265625,"PosY":125.38690185546876,"PosZ":616.7940063476562,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":313.25299072265625,"PosY":125.38690185546876,"PosZ":616.7940063476562,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":313.25299072265625,"PosY":125.38690185546876,"PosZ":616.7940063476562,"RotY":180.0,"groupId":0}}},"173":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":32.189998626708984,"PosY":194.82090759277344,"PosZ":467.2099914550782,"RotY":180.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":32.189998626708984,"PosY":194.82090759277344,"PosZ":467.2099914550782,"RotY":180.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":32.189998626708984,"PosY":194.82090759277344,"PosZ":467.2099914550782,"RotY":180.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":32.189998626708984,"PosY":194.82090759277344,"PosZ":467.2099914550782,"RotY":180.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":32.196998596191406,"PosY":197.1302032470703,"PosZ":464.0387878417969,"RotY":0.000019999999494757503,"groupId":0},"2":{"ID":2,"PosX":32.196998596191406,"PosY":197.1302032470703,"PosZ":464.0387878417969,"RotY":0.000019999999494757503,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":32.196998596191406,"PosY":197.1302032470703,"PosZ":464.0387878417969,"RotY":0.000019999999494757503,"groupId":0}}},"174":{"props":[],"npcs":[],"monsters":[{"ID":200022,"RotY":270.0,"PosX":293.0199890136719,"PosY":122.13890075683594,"PosZ":623.8099975585938,"NPCMonsterID":3002010,"EventID":20313113,"groupId":174,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":0.0,"PosX":296.1700134277344,"PosY":126.81390380859376,"PosZ":564.1500244140625,"NPCMonsterID":3002030,"EventID":20313116,"groupId":174,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":0.0,"PosX":289.1000061035156,"PosY":126.81390380859376,"PosZ":564.3400268554688,"NPCMonsterID":3002030,"EventID":20313117,"groupId":174,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":150.0,"PosX":288.2300109863281,"PosY":130.2209014892578,"PosZ":534.8200073242188,"NPCMonsterID":3002010,"EventID":20313118,"groupId":174,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":90.0,"PosX":286.7348937988281,"PosY":130.2209014892578,"PosZ":539.003173828125,"NPCMonsterID":3001020,"EventID":20313120,"groupId":174,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":180.0,"PosX":291.0899963378906,"PosY":130.2209014892578,"PosZ":533.1300048828125,"NPCMonsterID":3002010,"EventID":20313119,"groupId":174,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"175":{"props":[],"npcs":[],"monsters":[{"ID":200009,"RotY":0.0,"PosX":154.75999450683594,"PosY":142.8000030517578,"PosZ":420.35699462890625,"NPCMonsterID":3002010,"EventID":20313121,"groupId":175,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":90.0,"PosX":184.0800018310547,"PosY":141.2729949951172,"PosZ":463.1239013671875,"NPCMonsterID":3001010,"EventID":20313123,"groupId":175,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":90.0,"PosX":170.47999572753906,"PosY":141.2729949951172,"PosZ":457.5376892089844,"NPCMonsterID":3002030,"EventID":20313122,"groupId":175,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":60.0,"PosX":180.08999633789065,"PosY":139.67889404296875,"PosZ":435.3599853515625,"NPCMonsterID":3002010,"EventID":20313134,"groupId":175,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":247.76759338378903,"PosX":182.1678924560547,"PosY":139.67889404296875,"PosZ":437.27630615234375,"NPCMonsterID":3002010,"EventID":20313135,"groupId":175,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":180.0,"PosX":186.5415954589844,"PosY":140.01649475097656,"PosZ":436.7980041503906,"NPCMonsterID":3001020,"EventID":20313136,"groupId":175,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"176":{"props":[],"npcs":[],"monsters":[{"ID":200011,"RotY":260.0,"PosX":56.310001373291016,"PosY":191.2998962402344,"PosZ":414.5,"NPCMonsterID":3001020,"EventID":20313127,"groupId":176,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":30.0,"PosX":41.810001373291016,"PosY":192.82000732421875,"PosZ":441.8200073242187,"NPCMonsterID":3002030,"EventID":20313128,"groupId":176,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":45.0,"PosX":39.009910583496094,"PosY":192.8199005126953,"PosZ":445.4685974121094,"NPCMonsterID":3002010,"EventID":20313129,"groupId":176,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"177":{"props":[],"npcs":[],"monsters":[{"ID":200014,"RotY":270.0,"PosX":64.43000030517578,"PosY":183.6598968505859,"PosZ":533.1400146484375,"NPCMonsterID":3002030,"EventID":20313131,"groupId":177,"IsDelete":false,"IsClientOnly":false},{"ID":200015,"RotY":270.0,"PosX":64.80000305175781,"PosY":183.6598968505859,"PosZ":526.260009765625,"NPCMonsterID":3002030,"EventID":20313132,"groupId":177,"IsDelete":false,"IsClientOnly":false},{"ID":200016,"RotY":180.0,"PosX":59.86000061035156,"PosY":183.6598968505859,"PosZ":536.9199829101562,"NPCMonsterID":3001010,"EventID":20313133,"groupId":177,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"178":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":164.97999572753906,"PosY":110.7300033569336,"PosZ":368.5299987792969,"NPCMonsterID":3002010,"EventID":20313144,"groupId":178,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":201.0800018310547,"PosY":110.67890167236328,"PosZ":388.2539978027344,"NPCMonsterID":3001020,"EventID":20313143,"groupId":178,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":270.0,"PosX":42.630001068115234,"PosY":166.80459594726565,"PosZ":477.30999755859375,"NPCMonsterID":3001010,"EventID":20313145,"groupId":178,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":120.0,"PosX":90.30500030517578,"PosY":163.8448944091797,"PosZ":484.4209899902344,"NPCMonsterID":3002030,"EventID":20313146,"groupId":178,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":60.0,"PosX":90.50331115722656,"PosY":163.8448944091797,"PosZ":481.3375854492187,"NPCMonsterID":3002010,"EventID":20313147,"groupId":178,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"180":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":374.1099853515625,"PosY":119.13500213623048,"PosZ":616.6300048828125,"RotY":90.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":374.1099853515625,"PosY":119.13500213623048,"PosZ":616.6300048828125,"RotY":90.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":374.1099853515625,"PosY":119.13500213623048,"PosZ":616.6300048828125,"RotY":90.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":374.1099853515625,"PosY":119.13500213623048,"PosZ":616.6300048828125,"RotY":90.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":365.2117919921875,"PosY":119.13500213623048,"PosZ":616.6900024414062,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":365.2117919921875,"PosY":119.13500213623048,"PosZ":616.6900024414062,"RotY":90.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":365.2117919921875,"PosY":119.13500213623048,"PosZ":616.6900024414062,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":368.1000061035156,"PosY":118.8949966430664,"PosZ":619.6901245117188,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":365.2117919921875,"PosY":119.13500213623048,"PosZ":616.6900024414062,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":362.614990234375,"PosY":119.13500213623048,"PosZ":616.5999755859375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20313001/LG_Prop_F20313001_G180_300010.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":377.4952087402344,"PosY":121.46929931640624,"PosZ":616.6729736328125,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":377.4952087402344,"PosY":121.46929931640624,"PosZ":616.6729736328125,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":377.4952087402344,"PosY":121.46929931640624,"PosZ":617.0031127929688,"RotY":270.0,"groupId":0}}},"186":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":31.440000534057617,"PosY":192.82000732421875,"PosZ":433.79000854492193,"RotY":60.0,"PropID":808,"AnchorID":1,"AnchorGroupID":186,"MappingInfoID":1014,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_02.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":186,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":32.34199905395508,"PosY":192.82000732421875,"PosZ":434.2760009765625,"RotY":240.0,"groupId":0}}},"187":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":305.88739013671875,"PosY":134.90750122070312,"PosZ":523.9556884765625,"RotY":89.50357055664062,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":187,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":311.0,"PosY":132.01060485839844,"PosZ":524.0,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":187,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":330.57000732421875,"PosY":165.9199981689453,"PosZ":472.45989990234375,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":187,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":336.3428039550781,"PosY":144.41110229492188,"PosZ":511.2922058105469,"RotY":180.97520446777344,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":187,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":315.5990905761719,"PosY":154.6195068359375,"PosZ":493.8758850097656,"RotY":269.50360107421875,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":187,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":346.2745056152344,"PosY":155.85110473632812,"PosZ":494.1416931152344,"RotY":269.50360107421875,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":187,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":356.49969482421875,"PosY":156.2615966796875,"PosZ":494.2302856445313,"RotY":269.50360107421875,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":187,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":330.7167053222656,"PosY":163.5074005126953,"PosZ":481.0794982910156,"RotY":180.97520446777344,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":187,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":305.5205993652344,"PosY":148.69430541992188,"PosZ":502.40679931640625,"RotY":180.97520446777344,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":187,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":345.5299987792969,"PosY":186.19000244140625,"PosZ":529.9600219726562,"RotY":205.95559692382812,"groupId":0},"2":{"ID":2,"PosX":308.510009765625,"PosY":132.01060485839844,"PosZ":526.1599731445312,"RotY":304.08819580078125,"groupId":0},"3":{"ID":3,"PosX":330.8999938964844,"PosY":165.226806640625,"PosZ":465.94000244140625,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":306.1199951171875,"PosY":133.17999267578125,"PosZ":529.510009765625,"RotY":134.7626953125,"groupId":0},"5":{"ID":5,"PosX":333.09600830078125,"PosY":166.593994140625,"PosZ":466.10699462890625,"RotY":339.0356140136719,"groupId":0},"6":{"ID":6,"PosX":303.59210205078125,"PosY":167.44070434570312,"PosZ":509.4544067382813,"RotY":117.12270355224608,"groupId":0},"7":{"ID":7,"PosX":368.2200012207031,"PosY":194.9499969482422,"PosZ":486.239990234375,"RotY":259.7554931640625,"groupId":0}}},"188":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":170.90240478515625,"PosY":115.5355987548828,"PosZ":379.6077880859375,"RotY":89.74378967285156,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"Closed","propStateList":["Closed","Open"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":171.0,"PosY":112.51000213623048,"PosZ":358.4200134277344,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":218.61599731445312,"PosY":110.7300033569336,"PosZ":363.9299926757813,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":186.8069000244141,"PosY":114.9677963256836,"PosZ":374.38189697265625,"RotY":179.73609924316406,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":207.98049926757812,"PosY":114.18520355224608,"PosZ":374.4765930175782,"RotY":269.7438049316406,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":176.2689971923828,"PosY":115.39730072021484,"PosZ":363.7406005859375,"RotY":179.73609924316406,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":197.4425048828125,"PosY":114.6147003173828,"PosZ":363.8352966308594,"RotY":269.7438049316406,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":186.9044952392578,"PosY":115.04429626464844,"PosZ":353.194091796875,"RotY":179.73609924316406,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":213.3470001220703,"PosY":114.0468978881836,"PosZ":358.6094055175781,"RotY":269.7438049316406,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":223.98260498046875,"PosY":113.69390106201172,"PosZ":348.06280517578125,"RotY":179.73609924316406,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":192.27110290527344,"PosY":114.90609741210938,"PosZ":337.326904296875,"RotY":179.73609924316406,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":208.17559814453125,"PosY":114.33830261230467,"PosZ":332.10089111328125,"RotY":269.7438049316406,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":192.17349243164065,"PosY":114.82949829101564,"PosZ":358.51470947265625,"RotY":179.73609924316406,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":208.12680053710935,"PosY":114.3000030517578,"PosZ":342.6947937011719,"RotY":179.73609924316406,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":176.3665008544922,"PosY":115.4738998413086,"PosZ":342.55279541015625,"RotY":179.73609924316406,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":163.38999938964844,"PosY":161.80999755859375,"PosZ":394.4599914550782,"RotY":139.4781951904297,"groupId":0},"2":{"ID":2,"PosX":167.72999572753906,"PosY":112.51000213623048,"PosZ":358.4800109863281,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":218.47000122070312,"PosY":110.7300033569336,"PosZ":367.8139953613282,"RotY":270.0,"groupId":0},"4":{"ID":4,"PosX":164.4499969482422,"PosY":112.81999969482422,"PosZ":355.989990234375,"RotY":68.29812622070312,"groupId":0},"5":{"ID":5,"PosX":213.85000610351565,"PosY":111.77999877929688,"PosZ":358.95001220703125,"RotY":38.57941055297851,"groupId":0},"6":{"ID":6,"PosX":231.69650268554688,"PosY":130.31100463867188,"PosZ":355.8747863769531,"RotY":267.2098083496094,"groupId":0}}},"190":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":386.510009765625,"PosY":119.13500213623048,"PosZ":603.489990234375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ShowGroupMonsterVision_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":384.510009765625,"PosY":119.13500213623048,"PosZ":595.780029296875,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerG_01.json.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":375.9299926757813,"PosY":119.13500213623048,"PosZ":586.47998046875,"RotY":90.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":361.5799865722656,"PosY":119.13500213623048,"PosZ":616.58447265625,"RotY":90.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":362.1600036621094,"PosY":119.13500213623048,"PosZ":616.58447265625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerTalk_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":376.1300048828125,"PosY":119.13500213623048,"PosZ":586.47998046875,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerTalk_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":384.2799987792969,"PosY":119.13500213623048,"PosZ":589.9199829101562,"NPCMonsterID":3002011,"EventID":10301299,"groupId":190,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":386.510009765625,"PosY":119.13500213623048,"PosZ":603.489990234375,"NPCMonsterID":3002011,"EventID":10301299,"groupId":190,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":0.0,"PosX":390.9500122070313,"PosY":119.13500213623048,"PosZ":602.510009765625,"NPCMonsterID":3001021,"EventID":10301299,"groupId":190,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"194":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":54.41999816894531,"PosY":173.22999572753906,"PosZ":631.8900146484375,"RotY":270.0000915527344,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":194,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"220":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":123.34100341796876,"PosY":185.1349945068359,"PosZ":684.9691162109375,"RotY":12.996620178222656,"PropID":103097,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2388,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":220,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TV_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":123.2300033569336,"PosY":184.32000732421875,"PosZ":686.9600219726562,"Name":"NPC1","RotY":177.99659729003906,"NPCID":13233,"groupId":220,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":122.55120086669922,"PosY":184.32000732421875,"PosZ":686.9036254882812,"Name":"NPC2","RotY":162.99659729003906,"NPCID":13129,"groupId":220,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":123.52300262451172,"PosY":184.32000732421875,"PosZ":686.1646728515625,"RotY":180.0,"groupId":0}}},"222":{"props":[],"npcs":[{"ID":400001,"PosX":129.67999267578125,"PosY":176.20899963378906,"PosZ":745.3699951171875,"Name":"NPC1","RotY":300.622802734375,"NPCID":13233,"groupId":222,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":126.16000366210938,"PosY":176.20899963378906,"PosZ":749.5120239257812,"RotY":0.0,"groupId":0}}},"227":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":204.47999572753903,"PosY":143.0059051513672,"PosZ":425.4500122070313,"RotY":0.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":227,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":204.47999572753903,"PosY":143.0059051513672,"PosZ":425.4500122070313,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":227,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":204.47999572753903,"PosY":143.0059051513672,"PosZ":425.4500122070313,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":227,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":204.47999572753903,"PosY":143.0059051513672,"PosZ":425.4500122070313,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":227,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":204.47999572753903,"PosY":143.0059051513672,"PosZ":425.4500122070313,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":227,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":204.35000610351565,"PosY":143.0059051513672,"PosZ":423.6300048828125,"RotY":0.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":227,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":204.35000610351565,"PosY":143.0059051513672,"PosZ":423.6300048828125,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":227,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":204.43699645996097,"PosY":145.71389770507812,"PosZ":428.5329895019531,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":204.43699645996097,"PosY":145.71389770507812,"PosZ":428.5329895019531,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":204.10699462890625,"PosY":145.71389770507812,"PosZ":428.5329895019531,"RotY":180.0,"groupId":0}}},"228":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":68.62000274658203,"PosY":175.2198944091797,"PosZ":665.7000122070312,"RotY":90.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":228,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":68.62000274658203,"PosY":175.2198944091797,"PosZ":665.7000122070312,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":228,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":68.62000274658203,"PosY":175.2198944091797,"PosZ":665.7000122070312,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":228,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":68.62000274658203,"PosY":175.2198944091797,"PosZ":665.7000122070312,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":228,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":68.62000274658203,"PosY":175.2198944091797,"PosZ":665.7000122070312,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":228,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":65.73999786376953,"PosY":175.2198944091797,"PosZ":665.7000122070312,"RotY":90.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":228,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":68.6500015258789,"PosY":175.2198944091797,"PosZ":658.8300170898438,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":228,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":71.83397674560547,"PosY":176.93789672851565,"PosZ":665.7069702148438,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":71.83397674560547,"PosY":176.93789672851565,"PosZ":665.7069702148438,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":71.83397674560547,"PosY":176.93789672851565,"PosZ":665.7069702148438,"RotY":270.0,"groupId":0}}},"229":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":78.01998901367188,"PosY":175.2198944091797,"PosZ":657.0850219726562,"RotY":293.494384765625,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20313001/LG_Prop_F20313001_G229_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":229,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":293.494384765625,"PosX":78.01998901367188,"PosY":175.2198944091797,"PosZ":657.0850219726562,"NPCMonsterID":3002050,"EventID":20313240,"groupId":229,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":78.01998901367188,"PosY":176.61300659179688,"PosZ":657.0850219726562,"RotY":0.0,"groupId":0}}},"230":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":132.99400329589844,"PosY":184.81700134277344,"PosZ":689.7039794921875,"RotY":146.95899963378906,"PropID":103036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":230,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"232":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":110.80999755859376,"PosY":201.9600067138672,"PosZ":586.260009765625,"RotY":89.74623107910156,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":232,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":111.13670349121094,"PosY":201.34500122070312,"PosZ":579.3309936523438,"RotY":87.73831176757812,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":232,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"248":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":299.7510070800781,"PosY":173.4080047607422,"PosZ":407.9906005859375,"RotY":103.82630157470705,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":248,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":96.05964660644531,"PosY":185.1779937744141,"PosZ":720.6873168945312,"RotY":180.0,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":248,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":271.0,"PosY":123.34290313720705,"PosZ":684.7100219726562,"RotY":186.31320190429688,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":248,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":69.1524429321289,"PosY":176.402099609375,"PosZ":656.0582885742188,"RotY":91.17603302001953,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":248,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"253":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":105.83000183105467,"PosY":182.9459991455078,"PosZ":729.3569946289062,"RotY":131.00169372558594,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":253,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P20321_F20321001":{"teleports":{"1020":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.281520843505859,"PosY":56.25632858276367,"PosZ":-86.77040100097656,"RotY":141.51199340820312,"PropID":801,"AnchorID":1,"AnchorGroupID":169,"MappingInfoID":1020,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":169,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"},"1118":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":2.049999952316284,"PosY":46.3808708190918,"PosZ":-30.440000534057617,"RotY":315.0,"PropID":702,"AnchorID":1,"AnchorGroupID":310,"MappingInfoID":1118,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":310,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"},"10033":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.11389923095703,"PosY":57.86236953735352,"PosZ":-116.8739013671875,"RotY":170.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10055":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.04999923706055,"PosY":44.741729736328125,"PosZ":-0.35100001096725464,"RotY":323.4132995605469,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":336,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10060":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.789999961853027,"PosY":53.53974914550781,"PosZ":117.91999816894533,"RotY":90.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"},"10061":{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.53300094604492,"PosY":-49.10200119018555,"PosZ":144.9239959716797,"RotY":76.736328125,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10062":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.13999938964844,"PosY":51.61399841308594,"PosZ":137.08700561523438,"RotY":256.3865051269531,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10062,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},"10065":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.8439998626709,"PosY":58.125999450683594,"PosZ":166.56500244140625,"RotY":347.3999938964844,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10065,"InitLevelGraph":"Config/Level/Maze/MazeExtra/MovieGame/MovieGame_Starter.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},"10067":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.779998779296875,"PosY":57.75299835205078,"PosZ":-148.42999267578125,"RotY":167.39999389648438,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10067,"InitLevelGraph":"Config/Level/Maze/MazeExtra/MovieGame/MovieGame_Starter_HaNu.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},"2032101":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":109.72200012207033,"PosY":47.134418487548835,"PosZ":13.189000129699709,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":7,"MappingInfoID":2032101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2032102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.95269012451172,"PosY":62.594459533691406,"PosZ":10.218500137329102,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":7,"MappingInfoID":2032102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2032103":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.459999084472656,"PosY":55.03812026977539,"PosZ":141.12269592285156,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":7,"MappingInfoID":2032103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2032104":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.18962097167969,"PosY":55.756839752197266,"PosZ":-146.24200439453125,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":7,"MappingInfoID":2032104,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.1649932861328,"PosY":65.24188232421875,"PosZ":68.55000305175781,"RotY":0.8382899761199952,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"Closed","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.1649932861328,"PosY":62.1397705078125,"PosZ":68.55000305175781,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.68000030517578,"PosY":52.11399841308594,"PosZ":101.31999969482422,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.543701171875,"PosY":62.73543930053711,"PosZ":76.74250030517578,"RotY":92.08316040039062,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-127.91619873046876,"PosY":62.73543930053711,"PosZ":85.55313110351562,"RotY":180.8383026123047,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.67369842529295,"PosY":57.72256088256836,"PosZ":101.93810272216795,"RotY":92.08316040039062,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.30120086669922,"PosY":57.72256088256836,"PosZ":93.12750244140624,"RotY":92.08316040039062,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.92250061035156,"PosY":60.229000091552734,"PosZ":84.93499755859375,"RotY":92.08316040039062,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-111.17130279541016,"PosY":62.73543930053711,"PosZ":67.93187713623047,"RotY":92.08316040039062,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.85990142822266,"PosY":57.72256088256836,"PosZ":106.34339904785156,"RotY":92.08316040039062,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.43121337890624,"PosY":52.70967102050781,"PosZ":118.32309722900392,"RotY":92.08316040039062,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-131.14999389648438,"PosY":91.30999755859376,"PosZ":88.11000061035156,"RotY":106.57039642333984,"groupId":0},"2":{"ID":2,"PosX":-133.5500030517578,"PosY":62.349998474121094,"PosZ":64.44999694824219,"RotY":48.814910888671875,"groupId":0},"3":{"ID":3,"PosX":-88.04530334472656,"PosY":52.95806884765625,"PosZ":106.0613021850586,"RotY":226.8415985107422,"groupId":0},"4":{"ID":4,"PosX":-131.15179443359375,"PosY":62.12644958496094,"PosZ":64.7723388671875,"RotY":218.3643035888672,"groupId":0},"5":{"ID":5,"PosX":-86.37000274658203,"PosY":52.099998474121094,"PosZ":102.8000030517578,"RotY":80.47406768798828,"groupId":0},"6":{"ID":6,"PosX":-101.99430084228516,"PosY":71.66004180908203,"PosZ":77.57864379882812,"RotY":314.2795104980469,"groupId":0}}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":16.71047019958496,"PosY":55.332889556884766,"PosZ":86.50106048583984,"RotY":180.9739990234375,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"Closed","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":3.8499960899353023,"PosY":51.90999984741211,"PosZ":86.76000213623047,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.447024822235107,"PosY":46.35000991821289,"PosZ":44.38301086425781,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":3.2712969779968266,"PosY":50.735198974609375,"PosZ":52.72031021118164,"RotY":271.15350341796875,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.586649894714355,"PosY":52.44596862792969,"PosZ":70.08540344238281,"RotY":0.9739789962768555,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":16.348779678344727,"PosY":52.659809112548835,"PosZ":65.22624969482422,"RotY":271.15350341796875,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":3.705321073532105,"PosY":53.94289016723633,"PosZ":78.25007629394531,"RotY":0.9739789962768555,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.09048080444336,"PosY":50.735198974609375,"PosZ":57.406829833984375,"RotY":271.15350341796875,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":18.78700065612793,"PosY":79.61699676513672,"PosZ":76.30400085449219,"RotY":247.31399536132812,"groupId":0},"2":{"ID":2,"PosX":5.9070000648498535,"PosY":52.060001373291016,"PosZ":93.50700378417967,"RotY":192.3040008544922,"groupId":0},"3":{"ID":3,"PosX":-5.610000133514404,"PosY":47.08000183105469,"PosZ":37.637001037597656,"RotY":357.3161926269531,"groupId":0},"4":{"ID":4,"PosX":2.2799999713897705,"PosY":51.61000061035156,"PosZ":93.36000061035156,"RotY":347.5191955566406,"groupId":0},"5":{"ID":5,"PosX":-5.377999782562256,"PosY":46.31800079345703,"PosZ":39.40900039672851,"RotY":356.97259521484375,"groupId":0},"6":{"ID":6,"PosX":-30.932039260864254,"PosY":70.90400695800781,"PosZ":58.204349517822266,"RotY":68.99552917480469,"groupId":0}}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":34.99317932128906,"PosY":53.688289642333984,"PosZ":-21.851560592651367,"RotY":171.06109619140625,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"Closed","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.489280700683594,"PosY":48.56003952026367,"PosZ":-46.14704132080078,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.868602991104126,"PosY":54.88003921508789,"PosZ":-74.01616668701172,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":27.02779006958008,"PosY":60.575218200683594,"PosZ":-68.8357162475586,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":8.20025634765625,"PosY":54.73231887817382,"PosZ":-46.76264953613281,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":28.131179809570312,"PosY":53.358909606933594,"PosZ":-43.30900955200195,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":31.234649658203125,"PosY":60.098121643066406,"PosZ":-63.039649963378906,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.2134779989719391,"PosY":55.68650817871094,"PosZ":-58.35478973388672,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.523808002471923,"PosY":52.526508331298835,"PosZ":-44.42021942138672,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.178939819335938,"PosY":54.82215118408203,"PosZ":-60.08161163330078,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.1444091796875,"PosY":53.957801818847656,"PosZ":-61.80842971801758,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.592670440673828,"PosY":55.77634811401367,"PosZ":-71.67373657226562,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.10987091064453,"PosY":53.09344100952149,"PosZ":-63.53524017333984,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.76499938964844,"PosY":55.38909149169922,"PosZ":-79.19661712646484,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":11.303720474243164,"PosY":58.36941146850586,"PosZ":-66.49329376220703,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.213340759277344,"PosY":49.45634841918945,"PosZ":-43.80461120605469,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.04079818725586,"PosY":51.36473083496094,"PosZ":-66.98887634277344,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":22.820920944213867,"PosY":61.05231094360352,"PosZ":-74.63179016113281,"RotY":260.1694030761719,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.247800827026367,"PosY":58.071990966796875,"PosZ":-87.33512878417967,"RotY":260.1694030761719,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-15.4399995803833,"PosY":96.19999694824219,"PosZ":-18.40999984741211,"RotY":169.9344024658203,"groupId":0},"2":{"ID":2,"PosX":-19.29513931274414,"PosY":50.25733184814453,"PosZ":-38.55638885498047,"RotY":164.69920349121094,"groupId":0},"3":{"ID":3,"PosX":-2.819999933242798,"PosY":55.53900146484375,"PosZ":-82.0,"RotY":355.38958740234375,"groupId":0},"4":{"ID":4,"PosX":31.45400047302246,"PosY":53.774600982666016,"PosZ":-37.01900100708008,"RotY":209.8011016845703,"groupId":0},"5":{"ID":5,"PosX":-19.610000610351562,"PosY":48.582759857177734,"PosZ":-40.63999938964844,"RotY":332.0,"groupId":0},"6":{"ID":6,"PosX":-1.5,"PosY":54.75,"PosZ":-81.2699966430664,"RotY":165.62750244140625,"groupId":0},"7":{"ID":7,"PosX":30.729999542236328,"PosY":53.25,"PosZ":-40.599998474121094,"RotY":348.0,"groupId":0},"8":{"ID":8,"PosX":2.548024892807007,"PosY":78.26056671142578,"PosZ":-51.019290924072266,"RotY":254.15480041503903,"groupId":0},"9":{"ID":9,"PosX":36.88235092163086,"PosY":80.54881286621094,"PosZ":-65.84491729736328,"RotY":286.4695129394531,"groupId":0}}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.3791961669922,"PosY":58.42852020263672,"PosZ":-103.9906997680664,"RotY":349.8017883300781,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"Closed","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.13999938964844,"PosY":55.32640075683594,"PosZ":-99.98999786376953,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.0500030517578,"PosY":62.1397705078125,"PosZ":-56.02000045776367,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.1248016357422,"PosY":63.19786834716797,"PosZ":-70.01114654541016,"RotY":169.8018035888672,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.09539794921875,"PosY":61.15385818481445,"PosZ":-85.60257720947266,"RotY":79.80182647705078,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.61770629882812,"PosY":59.79119110107422,"PosZ":-92.79630279541016,"RotY":169.8018035888672,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.3040008544922,"PosY":61.15385818481445,"PosZ":-82.4020004272461,"RotY":79.80182647705078,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.82630157470705,"PosY":59.79119110107422,"PosZ":-89.59571075439453,"RotY":169.8018035888672,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.40830230712892,"PosY":61.15385818481445,"PosZ":-80.80171203613281,"RotY":169.8018035888672,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.0947036743164,"PosY":62.51654052734375,"PosZ":-70.40740966796875,"RotY":79.80182647705078,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-103.43779754638672,"PosY":63.19786834716797,"PosZ":-65.21027374267578,"RotY":79.80182647705078,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-100.96099853515624,"PosY":88.85399627685547,"PosZ":-86.3550033569336,"RotY":288.9476013183594,"groupId":0},"2":{"ID":2,"PosX":-121.822998046875,"PosY":56.10699844360352,"PosZ":-107.29799652099608,"RotY":8.006600379943848,"groupId":0},"3":{"ID":3,"PosX":-131.0800018310547,"PosY":62.33000183105469,"PosZ":-48.849998474121094,"RotY":153.93890380859375,"groupId":0},"4":{"ID":4,"PosX":-118.76000213623048,"PosY":55.38999938964844,"PosZ":-106.38999938964844,"RotY":163.56520080566406,"groupId":0},"5":{"ID":5,"PosX":-132.37600708007812,"PosY":62.12644958496094,"PosZ":-55.83258819580078,"RotY":19.27573013305664,"groupId":0},"6":{"ID":6,"PosX":-141.4774932861328,"PosY":82.28215789794922,"PosZ":-89.85662841796875,"RotY":61.29161834716797,"groupId":0}}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":109.72200012207033,"PosY":47.134418487548835,"PosZ":13.189000129699709,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":7,"MappingInfoID":2032101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.95269012451172,"PosY":62.594459533691406,"PosZ":10.218500137329102,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":7,"MappingInfoID":2032102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.459999084472656,"PosY":55.03812026977539,"PosZ":141.12269592285156,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":7,"MappingInfoID":2032103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.18962097167969,"PosY":55.756839752197266,"PosZ":-146.24200439453125,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":7,"MappingInfoID":2032104,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":114.37999725341795,"PosY":47.134300231933594,"PosZ":6.329999923706055,"RotY":269.9997863769531,"groupId":0},"2":{"ID":2,"PosX":-89.87999725341797,"PosY":62.59381866455078,"PosZ":6.099999904632568,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":-44.83000183105469,"PosY":55.03812026977539,"PosZ":138.88819885253906,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-41.140010833740234,"PosY":55.756839752197266,"PosZ":-142.1300048828125,"RotY":255.0,"groupId":0}}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":101.47799682617188,"PosY":48.64891815185547,"PosZ":22.641019821166992,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":25.88999938964844,"PosY":48.57027053833008,"PosZ":-15.909999847412108,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.12000274658205,"PosY":62.105430603027344,"PosZ":21.63400077819824,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.61100006103516,"PosY":52.82196044921875,"PosZ":96.95500183105469,"RotY":346.6658935546875,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.47999954223633,"PosY":56.196929931640625,"PosZ":187.3300018310547,"RotY":168.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.198989868164062,"PosY":55.08749008178711,"PosZ":158.6894989013672,"RotY":168.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":30.187999725341797,"PosY":52.62567901611328,"PosZ":129.843994140625,"RotY":168.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":10.939149856567385,"PosY":52.67744064331055,"PosZ":103.20140075683594,"RotY":346.960693359375,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":33.0,"PosY":48.57027053833008,"PosZ":29.989999771118164,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.54999923706055,"PosY":44.741729736328125,"PosZ":7.6599998474121085,"RotY":119.6085968017578,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.68573951721191,"PosY":44.741729736328125,"PosZ":-11.960000038146973,"RotY":179.99989318847656,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":30.25,"PosY":53.368751525878906,"PosZ":-36.029998779296875,"RotY":179.99989318847656,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.188004016876221,"PosY":56.26367950439453,"PosZ":-96.322998046875,"RotY":77.3444595336914,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.12300109863281,"PosY":57.907501220703125,"PosZ":-130.3990020751953,"RotY":167.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.31190872192382,"PosY":56.26076889038086,"PosZ":-162.11509704589844,"RotY":260.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.33599853515624,"PosY":56.69076156616211,"PosZ":-127.3010025024414,"RotY":356.32818603515625,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-89.45999908447266,"PosY":62.12683868408203,"PosZ":-41.11000061035156,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.3000030517578,"PosY":62.047698974609375,"PosZ":-39.720001220703125,"RotY":53.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.919000148773193,"PosY":53.8120002746582,"PosZ":-132.83900451660156,"RotY":238.74710083007812,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.190000534057617,"PosY":58.48331832885742,"PosZ":-136.1929931640625,"RotY":76.27046203613281,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":1.1210000514984133,"PosY":53.812358856201165,"PosZ":-142.93099975585938,"RotY":257.8616943359375,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":120.08930206298828,"PosX":-23.071380615234375,"PosY":56.83417892456055,"PosZ":8.017477989196777,"NPCMonsterID":3002040,"EventID":20321001,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":73.97062683105469,"PosX":-22.655799865722656,"PosY":56.83417892456055,"PosZ":4.150880813598633,"NPCMonsterID":3002040,"EventID":20321002,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":325.85809326171875,"PosX":-51.5099983215332,"PosY":54.05084991455078,"PosZ":111.7699966430664,"NPCMonsterID":3002010,"EventID":20321005,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":334.52069091796875,"PosX":-52.84000015258789,"PosY":54.03091049194336,"PosZ":100.31999969482422,"NPCMonsterID":3002040,"EventID":20321006,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":110.0,"PosX":-34.810001373291016,"PosY":54.05086135864258,"PosZ":102.84999847412108,"NPCMonsterID":3001010,"EventID":20321007,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":281.48638916015625,"PosX":-44.2599983215332,"PosY":56.1927490234375,"PosZ":180.5099945068359,"NPCMonsterID":3001020,"EventID":20321010,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":199.7375030517578,"PosX":-41.19190979003906,"PosY":56.196720123291016,"PosZ":187.98309326171875,"NPCMonsterID":3002040,"EventID":20321011,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":149.61680603027344,"PosX":-11.603429794311523,"PosY":56.18666076660156,"PosZ":177.58880615234375,"NPCMonsterID":3002040,"EventID":20321014,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":64.06864166259766,"PosX":-9.751001358032227,"PosY":56.17961883544922,"PosZ":161.89100646972656,"NPCMonsterID":3002030,"EventID":20321015,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200016,"RotY":81.8902587890625,"PosX":-62.06698989868164,"PosY":56.260780334472656,"PosZ":-167.37429809570312,"NPCMonsterID":3001020,"EventID":20321018,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200017,"RotY":70.0,"PosX":-54.63090133666992,"PosY":56.260780334472656,"PosZ":-171.2823944091797,"NPCMonsterID":3001020,"EventID":20321019,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":299.9012145996094,"PosX":-46.20399856567382,"PosY":56.26079177856445,"PosZ":-177.48599243164065,"NPCMonsterID":3002040,"EventID":20321020,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200018,"RotY":81.8902587890625,"PosX":-60.4900016784668,"PosY":56.26079177856445,"PosZ":-181.2599945068359,"NPCMonsterID":3002030,"EventID":20321021,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200019,"RotY":143.84629821777344,"PosX":-115.4905014038086,"PosY":56.68920135498047,"PosZ":-136.25039672851565,"NPCMonsterID":3002040,"EventID":20321024,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200020,"RotY":172.27169799804688,"PosX":-112.7759017944336,"PosY":56.68920135498047,"PosZ":-134.62640380859375,"NPCMonsterID":3002030,"EventID":20321025,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200021,"RotY":283.101806640625,"PosX":-0.09984300285577774,"PosY":45.3754997253418,"PosZ":-28.08247947692871,"NPCMonsterID":3002010,"EventID":20321036,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200022,"RotY":182.43080139160156,"PosX":1.5505449771881104,"PosY":45.37849044799805,"PosZ":-31.715030670166016,"NPCMonsterID":3002010,"EventID":20321037,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.91328048706055,"PosY":56.260780334472656,"PosZ":-185.01199340820312,"RotY":255.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.91328048706055,"PosY":56.260780334472656,"PosZ":-185.01199340820312,"RotY":255.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.48968124389648,"PosY":56.260780334472656,"PosZ":-188.7602996826172,"RotY":165.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":255.0,"PosX":-39.59268951416016,"PosY":56.260780334472656,"PosZ":-185.56939697265625,"NPCMonsterID":3003010,"EventID":20321236,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":16.05514907836914,"PosY":52.622859954833984,"PosZ":155.9405059814453,"RotY":170.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":16.05514907836914,"PosY":52.622859954833984,"PosZ":155.9405059814453,"RotY":170.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":175.28860473632812,"PosX":18.229999542236328,"PosY":52.622859954833984,"PosZ":150.9499969482422,"NPCMonsterID":3003020,"EventID":20321231,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"15":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":10.045370101928713,"PosY":45.36479949951172,"PosZ":-26.014259338378903,"RotY":180.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-100.73040008544922,"PosY":62.59450912475586,"PosZ":1.9584020376205444,"RotY":270.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":16.84000015258789,"PosY":53.559688568115234,"PosZ":123.62000274658205,"RotY":90.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.978120803833008,"PosY":55.03812026977539,"PosZ":146.04510498046875,"RotY":90.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-55.61434173583984,"PosY":56.260780334472656,"PosZ":-190.83689880371097,"RotY":90.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300034,"Category":"","GroupName":"","LoadSide":null,"PosX":9.29550552368164,"PosY":56.26367950439453,"PosZ":-90.94331359863281,"RotY":270.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":47.84199142456055,"PosY":49.96612930297851,"PosZ":19.806310653686523,"RotY":180.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":50.77000045776367,"PosY":49.96612930297851,"PosZ":19.806310653686523,"RotY":180.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":54.029998779296875,"PosY":49.96612930297851,"PosZ":19.806310653686523,"RotY":180.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":47.84199142456055,"PosY":49.96612930297851,"PosZ":-8.850000381469727,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":50.77000045776367,"PosY":49.96612930297851,"PosZ":-8.850000381469727,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":54.02000045776367,"PosY":49.96612930297851,"PosZ":-8.850000381469727,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":79.89656066894531,"PosY":47.84270095825195,"PosZ":11.795379638671877,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":81.5199966430664,"PosY":47.84270095825195,"PosZ":11.795379638671877,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":81.5199966430664,"PosY":47.84270095825195,"PosZ":-0.5699999928474426,"RotY":0.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":79.27999877929688,"PosY":47.84270095825195,"PosZ":-0.6800000071525574,"RotY":0.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.166011810302734,"PosY":56.79645156860352,"PosZ":1.6772030591964722,"RotY":45.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.51551055908203,"PosY":56.79645156860352,"PosZ":10.574990272521973,"RotY":135.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.04000091552734,"PosY":62.1268196105957,"PosZ":54.400001525878906,"RotY":180.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.82859802246094,"PosY":62.1268196105957,"PosZ":68.6476821899414,"RotY":19.324159622192383,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.29885864257812,"PosY":52.81914138793945,"PosZ":112.0176010131836,"RotY":180.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.65299987792969,"PosY":56.193870544433594,"PosZ":181.3300018310547,"RotY":40.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":8.636944770812988,"PosY":55.03812026977539,"PosZ":154.83990478515625,"RotY":202.41200256347656,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.82748031616211,"PosY":56.94593811035156,"PosZ":-120.05139923095705,"RotY":122.67440032958984,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.4410000145435334,"PosY":56.94300079345703,"PosZ":-118.70200347900392,"RotY":330.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.58000183105469,"PosY":56.26076889038086,"PosZ":-162.52999877929688,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-88.18553161621094,"PosY":57.86236953735352,"PosZ":-124.02459716796876,"RotY":90.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":-121.01000213623048,"PosY":56.68920135498047,"PosZ":-117.5500030517578,"RotY":350.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300032,"Category":"","GroupName":"","LoadSide":null,"PosX":-148.46580505371094,"PosY":62.09772109985352,"PosZ":50.96807098388672,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300033,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.630314826965332,"PosY":53.48933029174805,"PosZ":133.21029663085938,"RotY":260.2190856933594,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.11389923095703,"PosY":57.86236953735352,"PosZ":-116.8739013671875,"RotY":170.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.11389923095703,"PosY":57.86236953735352,"PosZ":-116.8739013671875,"RotY":170.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":321.84521484375,"PosX":-45.518348693847656,"PosY":57.86236953735352,"PosZ":-118.85310363769533,"NPCMonsterID":3002040,"EventID":20321233,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":23.368629455566406,"PosX":-48.5099983215332,"PosY":57.86236953735352,"PosZ":-119.02999877929688,"NPCMonsterID":3002040,"EventID":20321234,"groupId":16,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":36.519439697265625,"PosY":49.272708892822266,"PosZ":29.99799919128418,"RotY":270.0,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.62200164794922,"PosY":57.86236953735352,"PosZ":-117.70500183105467,"RotY":257.44329833984375,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":36.59000015258789,"PosY":49.27354049682618,"PosZ":-18.680999755859375,"RotY":270.0000915527344,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.25399780273438,"PosY":62.59407043457031,"PosZ":-0.6269999742507935,"RotY":179.69009399414065,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.01699829101562,"PosY":62.59407043457031,"PosZ":11.810999870300291,"RotY":359.69049072265625,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":33.845001220703125,"PosY":48.57025909423828,"PosZ":27.113000869750977,"RotY":90.0,"PropID":103044,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.53799819946289,"PosY":57.86236953735352,"PosZ":-120.4739990234375,"RotY":77.44329833984375,"PropID":103044,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.00299835205078,"PosY":62.09749984741211,"PosZ":-3.0420000553131104,"RotY":0.0,"PropID":103044,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.551000595092773,"PosY":51.604400634765625,"PosZ":140.1009979248047,"RotY":166.96270751953125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.83000183105467,"PosY":62.59489059448242,"PosZ":6.019999980926514,"RotY":270.0,"PropID":103141,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":293.1759948730469,"PosY":49.62248992919922,"PosZ":12.42099952697754,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":-22.684900283813477,"PosY":51.58612060546875,"PosZ":136.66470336914065,"RotY":167.17999267578125,"groupId":0}}},"20":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.993009567260742,"PosY":53.81235122680664,"PosZ":-140.7550048828125,"RotY":258.1018981933594,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.429000854492188,"PosY":53.812358856201165,"PosZ":-130.13099670410156,"RotY":168.17210388183594,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.131999969482425,"PosY":58.50899887084961,"PosZ":-135.56900024414065,"RotY":257.6050109863281,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.711000442504883,"PosY":53.812358856201165,"PosZ":-133.81399536132812,"RotY":168.00929260253906,"PropID":103055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_FireworksBox_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonExplosives_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.193999767303467,"PosY":53.812358856201165,"PosZ":-143.98599243164065,"RotY":258.9910888671875,"PropID":103055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_FireworksBox_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonExplosives_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.016000747680664,"PosY":53.84000015258789,"PosZ":-146.61599731445312,"RotY":0.0,"PropID":103068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGun_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap03_WolfBro_TeleportGate.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.79058074951172,"PosY":53.74642181396485,"PosZ":-133.6732940673828,"RotY":167.8074951171875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.239741802215576,"PosY":53.71442031860352,"PosZ":-140.99749755859375,"RotY":257.8074951171875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.82699966430664,"PosY":53.812358856201165,"PosZ":-146.63600158691406,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerG_01.json.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.213000297546388,"PosY":53.812358856201165,"PosZ":-131.01699829101565,"RotY":78.2020263671875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerTalk_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.503000259399418,"PosY":53.812358856201165,"PosZ":-150.91299438476565,"RotY":348.2019958496094,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerTalk_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-27.07900047302246,"PosY":58.386089324951165,"PosZ":-135.40499877929688,"RotY":259.27020263671875,"groupId":0},"2":{"ID":2,"PosX":-21.270000457763672,"PosY":53.812358856201165,"PosZ":-131.22000122070312,"RotY":170.0,"groupId":0},"3":{"ID":3,"PosX":-15.993009567260742,"PosY":54.21200180053711,"PosZ":-140.7550048828125,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":-16.893999099731445,"PosY":53.81235122680664,"PosZ":-140.8209991455078,"RotY":284.8970031738281,"groupId":0},"7":{"ID":7,"PosX":-8.574999809265137,"PosY":53.812358856201165,"PosZ":-133.48399353027344,"RotY":170.74960327148438,"groupId":0},"8":{"ID":8,"PosX":32.824501037597656,"PosY":2.2177538871765137,"PosZ":44.458290100097656,"RotY":0.0,"groupId":0}}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.95512962341309,"PosY":53.812358856201165,"PosZ":-136.96099853515625,"RotY":76.99910736083984,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.814000129699707,"PosY":53.812358856201165,"PosZ":-131.9759979248047,"RotY":169.04359436035156,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10062,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.729999542236328,"PosY":53.812358856201165,"PosZ":-136.72999572753906,"RotY":165.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSaveManagar_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.13999938964844,"PosY":51.61399841308594,"PosZ":137.08700561523438,"RotY":256.3865051269531,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10062,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.058000564575195,"PosY":-49.10221099853515,"PosZ":145.83999633789065,"RotY":256.9991149902344,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.63400077819824,"PosY":-51.372211456298835,"PosZ":154.5330047607422,"RotY":76.99913787841797,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.989999771118164,"PosY":53.812358856201165,"PosZ":-134.17999267578125,"RotY":165.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.799999237060547,"PosY":-49.10200119018555,"PosZ":145.16000366210938,"RotY":345.0000915527344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.280000686645508,"PosY":-43.618999481201165,"PosZ":165.32000732421875,"RotY":166.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfTreasureBoxHint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.48900032043457,"PosY":-41.1619987487793,"PosZ":169.10400390625,"RotY":345.0000915527344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.610000610351562,"PosY":56.51399993896485,"PosZ":-142.78900146484375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfTreasureBoxHint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.200830459594728,"PosY":52.965721130371094,"PosZ":132.9199981689453,"RotY":256.3865051269531,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfResetGun_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.54999923706055,"PosY":55.83790969848633,"PosZ":-139.61000061035156,"RotY":166.9990997314453,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfResetGun_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.0,"PosY":51.61399841308594,"PosZ":136.5,"RotY":170.8000030517578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.468000411987305,"PosY":56.56983947753906,"PosZ":-124.41500091552734,"RotY":76.99910736083984,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfResetGun_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"NPCMonsterID":7010011,"EventID":10301299,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-8.649999618530273,"PosY":53.812358856201165,"PosZ":-133.0260009765625,"RotY":349.0436096191406,"groupId":0},"2":{"ID":2,"PosX":-22.829090118408203,"PosY":53.81235122680664,"PosZ":-136.77020263671875,"RotY":257.0487976074219,"groupId":0},"3":{"ID":3,"PosX":-8.095829010009766,"PosY":56.1150016784668,"PosZ":-135.85760498046875,"RotY":346.9366149902344,"groupId":0},"4":{"ID":4,"PosX":-20.510469436645508,"PosY":56.68431091308594,"PosZ":-136.33270263671875,"RotY":256.4242858886719,"groupId":0},"5":{"ID":5,"PosX":-21.094999313354492,"PosY":51.61399841308594,"PosZ":136.97900390625,"RotY":76.3865737915039,"groupId":0},"6":{"ID":6,"PosX":-20.420000076293945,"PosY":-49.10221099853515,"PosZ":145.64999389648438,"RotY":77.04884338378906,"groupId":0},"7":{"ID":7,"PosX":-24.676000595092773,"PosY":54.244998931884766,"PosZ":136.0540008544922,"RotY":73.79940032958984,"groupId":0},"8":{"ID":8,"PosX":-23.224000930786133,"PosY":-46.42100143432618,"PosZ":144.92100524902344,"RotY":72.53658294677734,"groupId":0},"9":{"ID":9,"PosX":-17.98900032043457,"PosY":-48.428001403808594,"PosZ":155.28399658203125,"RotY":256.4685974121094,"groupId":0},"10":{"ID":10,"PosX":-20.511999130249023,"PosY":-51.37200164794922,"PosZ":154.66200256347656,"RotY":257.0,"groupId":0}}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.909999847412108,"PosY":58.711448669433594,"PosZ":-141.15269470214844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ShowGroupMonsterVision_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":136.49000549316406,"PosX":-6.670000076293945,"PosY":53.812358856201165,"PosZ":-144.58999633789065,"NPCMonsterID":3002041,"EventID":10301299,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":-16.59000015258789,"PosY":53.880001068115234,"PosZ":-144.8300018310547,"NPCMonsterID":3002011,"EventID":10301299,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.59645080566406,"PosY":56.18170928955078,"PosZ":196.81539916992188,"RotY":347.3999938964844,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/MovieGame/MovieGame_InCinema.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.8439998626709,"PosY":58.125999450683594,"PosZ":166.56500244140625,"RotY":347.3999938964844,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10065,"InitLevelGraph":"Config/Level/Maze/MazeExtra/MovieGame/MovieGame_Starter.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.02455139160156,"PosY":55.756839752197266,"PosZ":-178.69039916992188,"RotY":167.39999389648438,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/MovieGame/MovieGame_InCinema_HaNu.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.779998779296875,"PosY":57.75299835205078,"PosZ":-148.42999267578125,"RotY":167.39999389648438,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10067,"InitLevelGraph":"Config/Level/Maze/MazeExtra/MovieGame/MovieGame_Starter_HaNu.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/MovieGame/MovieGame_Camera.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-25.13999938964844,"PosY":64.16999816894531,"PosZ":163.3699951171875,"RotY":347.3999938964844,"groupId":0},"2":{"ID":2,"PosX":-23.503000259399418,"PosY":57.457000732421875,"PosZ":164.5709991455078,"RotY":323.4353942871094,"groupId":0},"3":{"ID":3,"PosX":-60.434429168701165,"PosY":63.756839752197266,"PosZ":-145.502197265625,"RotY":167.39999389648438,"groupId":0},"4":{"ID":4,"PosX":-61.97999954223633,"PosY":57.099998474121094,"PosZ":-145.88999938964844,"RotY":152.54859924316406,"groupId":0},"5":{"ID":5,"PosX":-24.641000747680664,"PosY":57.40700149536133,"PosZ":164.5760040283203,"RotY":344.77349853515625,"groupId":0},"6":{"ID":6,"PosX":-60.95800018310547,"PosY":57.145999908447266,"PosZ":-146.36599731445312,"RotY":167.39999389648438,"groupId":0}}},"42":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.28499984741211,"PosY":-51.372211456298835,"PosZ":156.7030029296875,"RotY":258.1018981933594,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":1.7029999494552612,"PosY":-49.06821060180664,"PosZ":149.31100463867188,"RotY":260.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.7960000038146973,"PosY":-51.34220123291016,"PosZ":154.83200073242188,"RotY":255.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.35499954223633,"PosY":-49.093780517578125,"PosZ":165.59500122070312,"RotY":255.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.86400032043457,"PosY":-41.162200927734375,"PosZ":167.91099548339844,"RotY":74.83999633789062,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.395999908447266,"PosY":-49.297000885009766,"PosZ":149.10400390625,"RotY":248.45260620117188,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.890020370483398,"PosY":-49.08700942993164,"PosZ":155.9499969482422,"RotY":255.0,"PropID":103087,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SolidaBottle_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.690000534057617,"PosY":51.61399841308594,"PosZ":128.50399780273438,"RotY":346.1636962890625,"PropID":103051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.243999481201172,"PosY":-49.10221099853515,"PosZ":141.3979949951172,"RotY":345.0000915527344,"PropID":103051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.14200973510742,"PosY":-49.092010498046875,"PosZ":160.80099487304688,"RotY":164.99989318847656,"PropID":103087,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SolidaBottle_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.802000045776367,"PosY":-51.37200164794922,"PosZ":163.35000610351565,"RotY":164.99989318847656,"PropID":103055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_FireworksBox_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonExplosives_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.209999084472656,"PosY":-41.1619987487793,"PosZ":169.58599853515625,"RotY":0.0,"PropID":103068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGun_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.15800094604492,"PosY":-49.10200119018555,"PosZ":142.6179962158203,"RotY":345.99951171875,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap03_WolfBro_TeleportGate.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.75326919555664,"PosY":-51.366500854492195,"PosZ":163.17529296875,"RotY":166.0738067626953,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.36399841308594,"PosY":-49.117000579833984,"PosZ":161.90899658203125,"RotY":349.8017883300781,"PropID":109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_04_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.58000183105469,"PosY":-49.117000579833984,"PosZ":161.4010009765625,"RotY":349.8017883300781,"PropID":109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_04_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.91800022125244,"PosY":-49.10599899291992,"PosZ":155.3159942626953,"RotY":259.8017883300781,"PropID":109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_04_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.063999891281128,"PosY":-51.37199020385742,"PosZ":163.04200744628906,"RotY":164.84010314941406,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.098999977111816,"PosY":-41.162010192871094,"PosZ":171.58099365234375,"RotY":255.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.822000026702881,"PosY":-51.37199020385742,"PosZ":163.7480010986328,"RotY":78.2020263671875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerTalk_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.5260009765625,"PosY":-49.099998474121094,"PosZ":156.5500030517578,"RotY":256.05670166015625,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.88999938964844,"PosY":-45.11000061035156,"PosZ":158.94000244140625,"RotY":345.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.367000013589859,"PosY":-51.37221908569336,"PosZ":155.5189971923828,"RotY":349.2702941894531,"groupId":0},"2":{"ID":2,"PosX":0.9750000238418579,"PosY":-49.06800079345703,"PosZ":149.19500732421875,"RotY":254.6051025390625,"groupId":0},"3":{"ID":3,"PosX":-22.28499984741211,"PosY":-50.724998474121094,"PosZ":156.7030029296875,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":-20.906999588012695,"PosY":-51.372211456298835,"PosZ":156.9949951171875,"RotY":258.03790283203125,"groupId":0},"7":{"ID":7,"PosX":-20.85199928283691,"PosY":51.61399841308594,"PosZ":129.2100067138672,"RotY":345.97021484375,"groupId":0},"8":{"ID":8,"PosX":-29.433000564575195,"PosY":-49.10221099853515,"PosZ":142.3459930419922,"RotY":348.1094055175781,"groupId":0},"11":{"ID":11,"PosX":-26.760000228881836,"PosY":-41.162200927734375,"PosZ":168.23199462890625,"RotY":74.60517883300781,"groupId":0},"12":{"ID":12,"PosX":-33.80400085449219,"PosY":-49.10620880126953,"PosZ":164.45399475097656,"RotY":165.7716064453125,"groupId":0},"13":{"ID":13,"PosX":-14.876429557800291,"PosY":-41.162010192871094,"PosZ":171.19749450683594,"RotY":255.0,"groupId":0},"14":{"ID":14,"PosX":-3.6238479614257817,"PosY":-51.37199020385742,"PosZ":162.7003936767578,"RotY":255.53709411621097,"groupId":0},"15":{"ID":15,"PosX":-23.102689743041992,"PosY":-46.02096176147461,"PosZ":159.91439819335938,"RotY":121.52429962158205,"groupId":0},"16":{"ID":16,"PosX":-34.29420852661133,"PosY":-45.7924690246582,"PosZ":154.88980102539065,"RotY":23.99544906616211,"groupId":0}}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.029999732971191,"PosY":-51.372211456298835,"PosZ":155.8300018310547,"RotY":260.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ShowGroupMonsterVision_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":260.0,"PosX":-15.029999732971191,"PosY":-51.372211456298835,"PosZ":155.8300018310547,"NPCMonsterID":3001021,"EventID":10301299,"groupId":44,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":259.1990051269531,"PosX":-31.65151023864746,"PosY":-51.37199020385742,"PosZ":159.18479919433594,"NPCMonsterID":3002011,"EventID":10301299,"groupId":44,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":38.8138313293457,"PosX":-19.79612922668457,"PosY":-51.37199020385742,"PosZ":162.13609313964844,"NPCMonsterID":3002011,"EventID":10301299,"groupId":44,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":347.8374938964844,"PosX":-7.650000095367432,"PosY":-49.10221099853515,"PosZ":150.03799438476565,"NPCMonsterID":3002011,"EventID":10301299,"groupId":44,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":255.0,"PosX":-21.23699951171875,"PosY":-45.184200286865234,"PosZ":167.2969970703125,"NPCMonsterID":3001021,"EventID":10301299,"groupId":44,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":75.00005340576172,"PosX":-20.38999938964844,"PosY":-45.183990478515625,"PosZ":167.52000427246094,"NPCMonsterID":3001021,"EventID":10301299,"groupId":44,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":350.0000915527344,"PosX":-20.746999740600582,"PosY":-51.372211456298835,"PosZ":166.74600219726565,"NPCMonsterID":3002041,"EventID":10301299,"groupId":44,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"45":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":78.7699966430664,"PosY":48.40208053588867,"PosZ":-19.933000564575195,"RotY":0.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.31399917602539,"PosY":56.79645156860352,"PosZ":6.250999927520752,"RotY":268.2668151855469,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.114999771118164,"PosY":53.8367805480957,"PosZ":99.4489974975586,"RotY":257.3982849121094,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.789999961853027,"PosY":53.53974914550781,"PosZ":117.91999816894533,"RotY":90.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"53":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.549999237060547,"PosY":40.209999084472656,"PosZ":5.679999828338623,"RotY":0.0,"PropID":103185,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"76":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103186,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-172.8000030517578,"PosY":64.4000015258789,"PosZ":6.310147762298584,"RotY":0.0,"PropID":103098,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ScreenTvSet_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-184.1199951171875,"PosY":63.15999984741211,"PosZ":6.230000019073486,"RotY":59.47692108154297,"PropID":103214,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"125":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.08599853515625,"PosY":62.047698974609375,"PosZ":-49.305999755859375,"RotY":318.93450927734375,"PropID":103145,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_RailingStand_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-134.02609252929688,"PosY":62.047698974609375,"PosZ":-50.125289916992195,"RotY":318.93450927734375,"PropID":103145,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_RailingStand_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-134.04299926757812,"PosY":62.04772186279297,"PosZ":62.769989013671875,"RotY":221.23240661621097,"PropID":103145,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_RailingStand_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.10499572753906,"PosY":62.04772186279297,"PosZ":61.948219299316406,"RotY":221.23240661621097,"PropID":103145,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_RailingStand_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.70899963378906,"PosY":62.047710418701165,"PosZ":62.37099838256836,"RotY":43.0099983215332,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.57899475097656,"PosY":62.047698974609375,"PosZ":-49.76499938964844,"RotY":318.8999938964844,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"127":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":8.969999313354492,"PosY":52.16727066040039,"PosZ":-3.990000009536743,"RotY":109.74259948730467,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":126.71900177001952,"PosY":184.69940185546875,"PosZ":729.3173828125,"RotY":4.999999873689376e-6,"groupId":0},"2":{"ID":2,"PosX":126.71900177001952,"PosY":184.3061065673828,"PosZ":730.3980102539062,"RotY":4.999999873689376e-6,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-82.36461639404298,"PosY":-68.03064727783203,"PosZ":47.33340072631836,"RotY":0.0,"groupId":0}}},"128":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":8.779996871948242,"PosY":52.27907180786133,"PosZ":16.399999618530273,"RotY":64.23533630371094,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":126.71900177001952,"PosY":184.69940185546875,"PosZ":729.3173828125,"RotY":4.999999873689376e-6,"groupId":0},"2":{"ID":2,"PosX":126.71900177001952,"PosY":184.3061065673828,"PosZ":730.3980102539062,"RotY":4.999999873689376e-6,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-82.36461639404298,"PosY":-68.03064727783203,"PosZ":47.33340072631836,"RotY":0.0,"groupId":0}}},"129":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.399999618530273,"PosY":55.03828048706055,"PosZ":151.91000366210938,"RotY":164.5478057861328,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":126.71900177001952,"PosY":184.69940185546875,"PosZ":729.3173828125,"RotY":4.999999873689376e-6,"groupId":0},"2":{"ID":2,"PosX":126.71900177001952,"PosY":184.3061065673828,"PosZ":730.3980102539062,"RotY":4.999999873689376e-6,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-82.36461639404298,"PosY":-68.03064727783203,"PosZ":47.33340072631836,"RotY":0.0,"groupId":0}}},"131":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":98.55966186523438,"PosY":49.72929000854492,"PosZ":-20.269020080566406,"RotY":18.67633056640625,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":98.50068664550781,"PosY":48.40208053588867,"PosZ":-18.05594062805176,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"132":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":81.67243957519531,"PosY":50.0513916015625,"PosZ":15.415430068969728,"RotY":219.34190368652344,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":132,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":84.68807983398438,"PosY":47.87704849243164,"PosZ":15.55405044555664,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":132,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"133":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":35.03950881958008,"PosY":54.23508071899414,"PosZ":-8.898677825927734,"RotY":7.241806983947754,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":133,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":33.97037124633789,"PosY":50.88861846923828,"PosZ":-3.5600008964538574,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":133,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"134":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.71449279785156,"PosY":61.600799560546875,"PosZ":16.74340057373047,"RotY":136.6033935546875,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-159.8614044189453,"PosY":61.78099822998047,"PosZ":16.518999099731445,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"135":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.89900207519531,"PosY":69.04000091552734,"PosZ":37.0260009765625,"RotY":261.9296875,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":135,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.94172668457033,"PosY":62.105430603027344,"PosZ":37.10100173950195,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":135,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"136":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.88800048828125,"PosY":56.2130012512207,"PosZ":119.11009979248048,"RotY":90.0,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":136,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.7599983215332,"PosY":54.03089904785156,"PosZ":119.16000366210938,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":136,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"137":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.042999267578125,"PosY":57.19100189208984,"PosZ":156.5570068359375,"RotY":358.7911071777344,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":137,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.190000534057617,"PosY":55.092918395996094,"PosZ":152.22000122070312,"RotY":358.7911071777344,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":137,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"138":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.60199928283691,"PosY":53.029998779296875,"PosZ":130.60400390625,"RotY":76.40856170654298,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.792280197143555,"PosY":52.22235107421875,"PosZ":132.0876007080078,"RotY":268.8208923339844,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"139":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":18.263870239257812,"PosY":53.182838439941406,"PosZ":164.01300048828125,"RotY":273.35528564453125,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":139,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":16.864999771118164,"PosY":52.60572814941406,"PosZ":162.52499389648438,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":139,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"140":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.56489944458008,"PosY":47.39400100708008,"PosZ":3.0557000637054443,"RotY":63.8519287109375,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":140,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.74840927124023,"PosY":44.741729736328125,"PosZ":3.816766023635864,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":140,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"141":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":1.2550159692764282,"PosY":57.79100036621094,"PosZ":-103.6989974975586,"RotY":329.2522888183594,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":141,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":2.240000009536743,"PosY":56.25634002685547,"PosZ":-105.77999877929688,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":141,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"142":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.344999313354492,"PosY":55.840309143066406,"PosZ":-145.24000549316406,"RotY":123.05819702148438,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":142,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.65999984741211,"PosY":55.83790969848633,"PosZ":-144.27000427246094,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":142,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"143":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-68.75599670410156,"PosY":60.4010009765625,"PosZ":-180.33999633789065,"RotY":10.769189834594728,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":143,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.30000305175781,"PosY":56.33456039428711,"PosZ":-181.10000610351565,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":143,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"144":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.395999908447266,"PosY":58.15999984741211,"PosZ":-6.9029998779296875,"RotY":5.0,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":144,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.737998962402344,"PosY":58.18600082397461,"PosZ":-5.882999897003174,"RotY":30.0,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":144,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.08300018310547,"PosY":58.15999984741211,"PosZ":-3.9849998950958256,"RotY":50.00001907348633,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":144,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.439998626708984,"PosY":56.79645156860352,"PosZ":-3.319999933242798,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":144,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"145":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":7.74013900756836,"PosY":56.051410675048835,"PosZ":158.86279296875,"RotY":274.9801940917969,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":145,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":7.850900173187256,"PosY":56.01359939575195,"PosZ":158.33880615234375,"RotY":66.09459686279297,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":145,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":7.868113994598389,"PosY":55.834869384765625,"PosZ":158.07440185546875,"RotY":287.1029052734375,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":145,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":13.171759605407717,"PosY":52.60572814941406,"PosZ":159.9427032470703,"RotY":0.0,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":145,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":6.570301055908203,"PosY":55.02098846435547,"PosZ":158.26699829101565,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":145,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"146":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.091999053955078,"PosY":-40.87799835205078,"PosZ":169.84800720214844,"RotY":309.66259765625,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":146,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.147510528564453,"PosY":-41.1619987487793,"PosZ":170.93930053710938,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":146,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-19.87700080871582,"PosY":-41.1619987487793,"PosZ":170.30499267578125,"RotY":76.67459106445312,"groupId":0},"2":{"ID":2,"PosX":-17.74799919128418,"PosY":-40.63899993896485,"PosZ":166.66900634765625,"RotY":346.07379150390625,"groupId":0},"3":{"ID":3,"PosX":-17.525999069213867,"PosY":-41.1619987487793,"PosZ":170.84500122070312,"RotY":76.67459106445312,"groupId":0},"4":{"ID":4,"PosX":-19.87700080871582,"PosY":-41.1619987487793,"PosZ":170.30499267578125,"RotY":256.6745910644531,"groupId":0}}},"147":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":22.82699966430664,"PosY":53.584171295166016,"PosZ":-47.585960388183594,"RotY":358.7911071777344,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":147,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":24.86827087402344,"PosY":53.36000061035156,"PosZ":-45.14165115356445,"RotY":358.7911071777344,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":147,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":26.739999771118164,"PosY":55.7400016784668,"PosZ":-46.0099983215332,"RotY":218.51890563964844,"groupId":0}}},"148":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.54798889160156,"PosY":57.869998931884766,"PosZ":-141.46099853515625,"RotY":48.53348922729492,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":148,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.38147735595703,"PosY":57.86627960205078,"PosZ":-140.99169921875,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":148,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"149":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.73699951171876,"PosY":57.12200164794922,"PosZ":-137.2570037841797,"RotY":309.6973876953125,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.43499755859376,"PosY":56.68920135498047,"PosZ":-136.21299743652344,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"150":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-100.44950103759766,"PosY":62.90380096435547,"PosZ":-13.777999877929688,"RotY":90.0,"PropID":103027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-100.98130035400392,"PosY":62.12350082397461,"PosZ":-11.310529708862305,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"154":{"props":[],"npcs":[{"ID":400001,"PosX":82.92001342773438,"PosY":48.64891815185547,"PosZ":31.343000411987305,"Name":"NPC1","RotY":184.15280151367188,"NPCID":13324,"groupId":154,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"169":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.281520843505859,"PosY":56.25632858276367,"PosZ":-86.77040100097656,"RotY":141.51199340820312,"PropID":801,"AnchorID":1,"AnchorGroupID":169,"MappingInfoID":1020,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":169,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-3.7220039367675786,"PosY":56.25632858276367,"PosZ":-87.4649887084961,"RotY":318.4880065917969,"groupId":0}}},"177":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":7.440999984741211,"PosY":53.53974914550781,"PosZ":115.86299896240234,"RotY":332.8171081542969,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20313001/LG_Prop_F20313001_G169_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":177,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":332.8171081542969,"PosX":7.440999984741211,"PosY":53.53974914550781,"PosZ":115.86299896240234,"NPCMonsterID":3002050,"EventID":20321238,"groupId":177,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":7.440999984741211,"PosY":54.65999984741211,"PosZ":115.86299896240234,"RotY":332.8171081542969,"groupId":0}}},"178":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":8.551815032958984,"PosY":56.26369094848633,"PosZ":-118.35099792480467,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20313001/LG_Prop_F20313001_G169_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":178,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":8.551815032958984,"PosY":56.26369094848633,"PosZ":-118.35099792480467,"NPCMonsterID":3002050,"EventID":20321239,"groupId":178,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":8.551815032958984,"PosY":57.39699935913086,"PosZ":-118.35099792480467,"RotY":0.0,"groupId":0}}},"179":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-28.299999237060547,"PosY":44.741729736328125,"PosZ":2.0299999713897705,"NPCMonsterID":8002040,"EventID":20321170,"groupId":179,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"180":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":15.090000152587892,"PosY":47.88999938964844,"PosZ":-5.300000190734863,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"183":{"props":[{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.83399963378906,"PosY":-51.37200164794922,"PosZ":157.177001953125,"RotY":76.6756820678711,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":183,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.23200035095215,"PosY":-51.359580993652344,"PosZ":168.4929962158203,"RotY":166.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":183,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.280000686645508,"PosY":-45.184200286865234,"PosZ":165.32000732421875,"RotY":166.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":183,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"184":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":2.7310259342193604,"PosY":56.25634002685547,"PosZ":-100.52269744873048,"RotY":280.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":null,"State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":184,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":2.7310259342193604,"PosY":56.25634002685547,"PosZ":-100.52269744873048,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":184,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":2.7310259342193604,"PosY":56.25634002685547,"PosZ":-100.52269744873048,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":184,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":2.7310259342193604,"PosY":56.25634002685547,"PosZ":-100.52269744873048,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":184,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":2.7310259342193604,"PosY":56.25634002685547,"PosZ":-100.52269744873048,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":184,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":13.69285011291504,"PosY":56.27742004394531,"PosZ":-101.78579711914064,"RotY":257.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":184,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":13.69285011291504,"PosY":56.27742004394531,"PosZ":-101.78579711914064,"RotY":257.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":184,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.6523630023002625,"PosY":58.101341247558594,"PosZ":-99.96977996826172,"RotY":99.99999237060547,"groupId":0},"2":{"ID":2,"PosX":-0.6523630023002625,"PosY":58.101341247558594,"PosZ":-99.96977996826172,"RotY":99.99999237060547,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-0.7096670269966125,"PosY":58.101341247558594,"PosZ":-100.2947998046875,"RotY":99.99999237060547,"groupId":0}}},"185":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":325.85809326171875,"PosX":-51.5099983215332,"PosY":54.05084991455078,"PosZ":111.7699966430664,"NPCMonsterID":3002010,"EventID":20321105,"groupId":185,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":334.52069091796875,"PosX":-52.84000015258789,"PosY":54.03091049194336,"PosZ":100.31999969482422,"NPCMonsterID":3002040,"EventID":20321106,"groupId":185,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":110.0,"PosX":-34.810001373291016,"PosY":54.05086135864258,"PosZ":102.84999847412108,"NPCMonsterID":3001010,"EventID":20321107,"groupId":185,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":60.0,"PosX":-44.2599983215332,"PosY":56.1927490234375,"PosZ":180.5099945068359,"NPCMonsterID":3001020,"EventID":20321110,"groupId":185,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":180.0,"PosX":-41.19190979003906,"PosY":56.196720123291016,"PosZ":187.98309326171875,"NPCMonsterID":3002040,"EventID":20321111,"groupId":185,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":281.48638916015625,"PosX":-18.284000396728516,"PosY":56.19314956665039,"PosZ":187.11819458007812,"NPCMonsterID":3002030,"EventID":20321112,"groupId":185,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":180.0,"PosX":-27.238740921020508,"PosY":56.19916915893555,"PosZ":195.33999633789065,"NPCMonsterID":3002030,"EventID":20321113,"groupId":185,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":170.0,"PosX":-11.603429794311523,"PosY":56.18666076660156,"PosZ":177.58880615234375,"NPCMonsterID":3002040,"EventID":20321114,"groupId":185,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":64.06864166259766,"PosX":-9.751001358032227,"PosY":56.17961883544922,"PosZ":161.89100646972656,"NPCMonsterID":3002030,"EventID":20321115,"groupId":185,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"186":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":81.8902587890625,"PosX":-62.06698989868164,"PosY":56.260780334472656,"PosZ":-167.37429809570312,"NPCMonsterID":3001020,"EventID":20321118,"groupId":186,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":70.0,"PosX":-54.63090133666992,"PosY":56.260780334472656,"PosZ":-171.2823944091797,"NPCMonsterID":3001020,"EventID":20321119,"groupId":186,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":299.9012145996094,"PosX":-46.20399856567382,"PosY":56.26079177856445,"PosZ":-177.48599243164065,"NPCMonsterID":3002040,"EventID":20321120,"groupId":186,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":81.8902587890625,"PosX":-60.4900016784668,"PosY":56.26079177856445,"PosZ":-181.2599945068359,"NPCMonsterID":3002030,"EventID":20321121,"groupId":186,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":143.84629821777344,"PosX":-115.4905014038086,"PosY":56.68920135498047,"PosZ":-136.25039672851565,"NPCMonsterID":3002040,"EventID":20321124,"groupId":186,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":172.27169799804688,"PosX":-112.7759017944336,"PosY":56.68920135498047,"PosZ":-134.62640380859375,"NPCMonsterID":3002030,"EventID":20321125,"groupId":186,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"187":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":299.9547119140625,"PosX":-37.709999084472656,"PosY":44.741729736328125,"PosZ":-11.0,"NPCMonsterID":3002010,"EventID":20321131,"groupId":187,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":106.48259735107422,"PosX":-25.63705062866211,"PosY":44.741729736328125,"PosZ":16.325929641723633,"NPCMonsterID":3002010,"EventID":20321132,"groupId":187,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"188":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":8.779996871948242,"PosY":52.27907180786133,"PosZ":16.399999618530273,"RotY":64.23533630371094,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":null,"State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.53828048706055,"PosY":45.74171829223633,"PosZ":9.420000076293945,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.468000411987305,"PosY":45.74171829223633,"PosZ":3.3970000743865967,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.6200008392334,"PosY":45.741729736328125,"PosZ":27.40999984741211,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":8.779996871948242,"PosY":52.27907180786133,"PosZ":16.399999618530273,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.640050888061523,"PosY":44.74171829223633,"PosZ":9.239996910095215,"RotY":224.60330200195312,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.640050888061523,"PosY":44.74171829223633,"PosZ":9.239996910095215,"RotY":224.60330200195312,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":11.80996036529541,"PosY":54.61341094970703,"PosZ":17.910179138183594,"RotY":244.2353973388672,"groupId":0},"2":{"ID":2,"PosX":11.80996036529541,"PosY":54.61341094970703,"PosZ":17.910179138183594,"RotY":244.2353973388672,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":11.66652011871338,"PosY":54.61341094970703,"PosZ":18.207380294799805,"RotY":244.2353973388672,"groupId":0}}},"190":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.59645080566406,"PosY":56.18170928955078,"PosZ":196.81539916992188,"RotY":347.3999938964844,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/MovieGame/MovieGame_InCinema_MainMission.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.8439998626709,"PosY":58.125999450683594,"PosZ":166.56500244140625,"RotY":347.3999938964844,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10065,"InitLevelGraph":"Config/Level/Maze/MazeExtra/MovieGame/MovieGame_Starter_MainMission.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-25.13999938964844,"PosY":64.16999816894531,"PosZ":163.3699951171875,"RotY":347.3999938964844,"groupId":0},"2":{"ID":2,"PosX":-23.503000259399418,"PosY":57.457000732421875,"PosZ":164.5709991455078,"RotY":323.4353942871094,"groupId":0},"3":{"ID":3,"PosX":-60.434429168701165,"PosY":63.756839752197266,"PosZ":-145.502197265625,"RotY":167.39999389648438,"groupId":0},"4":{"ID":4,"PosX":-61.97999954223633,"PosY":57.099998474121094,"PosZ":-145.88999938964844,"RotY":152.54859924316406,"groupId":0},"5":{"ID":5,"PosX":-24.641000747680664,"PosY":57.40700149536133,"PosZ":164.5760040283203,"RotY":344.77349853515625,"groupId":0},"6":{"ID":6,"PosX":-60.95800018310547,"PosY":57.145999908447266,"PosZ":-146.36599731445312,"RotY":167.39999389648438,"groupId":0}}},"194":{"props":[],"npcs":[{"ID":400001,"PosX":-102.95400238037108,"PosY":62.105430603027344,"PosZ":28.520000457763672,"Name":"NPC1","RotY":87.4664535522461,"NPCID":13232,"groupId":194,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"199":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.600000381469727,"PosY":55.83790969848633,"PosZ":-143.16000366210938,"RotY":257.7744140625,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":199,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.159000396728516,"PosY":54.00299835205078,"PosZ":-139.92799377441406,"RotY":352.8753967285156,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":199,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.777000427246097,"PosY":54.04600143432618,"PosZ":-146.81700134277344,"RotY":352.8753967285156,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":199,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.309999942779541,"PosY":54.02399826049805,"PosZ":-138.46499633789065,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":199,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.600000381469727,"PosY":55.83790969848633,"PosZ":-143.16000366210938,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":199,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.531169891357425,"PosY":55.83790969848633,"PosZ":-142.7720947265625,"RotY":257.3599853515625,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":199,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.531169891357425,"PosY":55.83790969848633,"PosZ":-142.7720947265625,"RotY":257.3599853515625,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":199,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-25.645769119262695,"PosY":58.38726043701172,"PosZ":-143.8271026611328,"RotY":77.77442169189453,"groupId":0},"2":{"ID":2,"PosX":-25.645769119262695,"PosY":58.38726043701172,"PosZ":-143.8271026611328,"RotY":77.77442169189453,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-25.645769119262695,"PosY":58.38726043701172,"PosZ":-143.8271026611328,"RotY":77.77442169189453,"groupId":0}}},"200":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.89500045776367,"PosY":-49.10200119018555,"PosZ":145.3000030517578,"RotY":76.9575424194336,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.2760000228881836,"PosY":-48.805999755859375,"PosZ":148.58299255371094,"RotY":352.8753967285156,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.00299835205078,"PosY":-48.81399917602539,"PosZ":157.08399963378906,"RotY":352.8753967285156,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.89500045776367,"PosY":-49.10200119018555,"PosZ":145.3000030517578,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.89500045776367,"PosY":-49.10200119018555,"PosZ":145.3000030517578,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.53300094604492,"PosY":-49.10200119018555,"PosZ":144.9239959716797,"RotY":76.736328125,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.53300094604492,"PosY":-49.10200119018555,"PosZ":144.9239959716797,"RotY":76.736328125,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-32.85905075073242,"PosY":-46.55265045166016,"PosZ":146.010498046875,"RotY":256.9576110839844,"groupId":0},"2":{"ID":2,"PosX":-32.85905075073242,"PosY":-46.55265045166016,"PosZ":146.010498046875,"RotY":256.9576110839844,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-32.85905075073242,"PosY":-46.55265045166016,"PosZ":146.010498046875,"RotY":256.9576110839844,"groupId":0}}},"266":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":140.0,"PosX":-29.55476951599121,"PosY":56.94593048095703,"PosZ":-111.51959991455078,"NPCMonsterID":3002010,"EventID":20321136,"groupId":266,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":182.43080139160156,"PosX":-26.15774917602539,"PosY":56.94593048095703,"PosZ":-111.07769775390624,"NPCMonsterID":3002010,"EventID":20321137,"groupId":266,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"267":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":332.1846923828125,"PosX":-26.20528030395508,"PosY":56.94593811035156,"PosZ":-117.87680053710938,"NPCMonsterID":3002040,"EventID":20321138,"groupId":267,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"270":{"props":[{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.856800079345703,"PosY":44.73942947387695,"PosZ":24.008220672607425,"RotY":101.35459899902344,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":270,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.649999618530272,"PosY":44.73942947387695,"PosZ":4.309999942779541,"RotY":289.72698974609375,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":270,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.006620407104492,"PosY":44.73942947387695,"PosZ":13.878860473632812,"RotY":146.08740234375,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":270,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.7255802154541,"PosY":44.73942947387695,"PosZ":-6.318842887878418,"RotY":313.7040100097656,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":270,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.7047004699707,"PosY":44.73942947387695,"PosZ":7.7515459060668945,"RotY":20.004539489746097,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":270,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"271":{"props":[{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.502628326416016,"PosY":44.74171829223633,"PosZ":-6.241262912750244,"RotY":42.01911926269531,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":271,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.75,"PosY":44.74171829223633,"PosZ":0.8899999856948853,"RotY":317.0602111816406,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":271,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.271350860595703,"PosY":44.74171829223633,"PosZ":6.840381145477295,"RotY":271.49700927734375,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":271,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"272":{"props":[{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.874710083007812,"PosY":44.741729736328125,"PosZ":-5.8930768966674805,"RotY":69.28225708007812,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":272,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.393930435180664,"PosY":44.741729736328125,"PosZ":-2.3796279430389404,"RotY":205.56309509277344,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":272,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.05647087097168,"PosY":44.7902717590332,"PosZ":-16.645769119262695,"RotY":171.0019073486328,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":272,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"273":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.87755012512207,"PosY":44.741729736328125,"PosZ":25.350830078125,"RotY":270.7349853515625,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.38214874267578,"PosY":44.741729736328125,"PosZ":24.353979110717773,"RotY":241.74459838867188,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.27473068237305,"PosY":44.741729736328125,"PosZ":22.09733009338379,"RotY":229.33070373535156,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.349998474121094,"PosY":44.741729736328125,"PosZ":18.190000534057617,"RotY":217.4501953125,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.08000183105469,"PosY":44.741729736328125,"PosZ":10.369999885559082,"RotY":91.25675964355469,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.630611419677734,"PosY":44.741729736328125,"PosZ":14.769399642944336,"RotY":190.87289428710935,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.03211975097656,"PosY":44.741729736328125,"PosZ":9.302374839782715,"RotY":176.5341033935547,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.91999816894531,"PosY":44.741729736328125,"PosZ":9.6899995803833,"RotY":92.08126068115236,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.2321891784668,"PosY":44.741729736328125,"PosZ":4.4984049797058105,"RotY":161.62969970703125,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.59764099121094,"PosY":44.741729736328125,"PosZ":0.4541830122470856,"RotY":138.23019409179688,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.62508010864258,"PosY":44.741729736328125,"PosZ":-2.757165908813477,"RotY":121.24179840087892,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.3243408203125,"PosY":44.741729736328125,"PosZ":-4.339840888977051,"RotY":358.66680908203125,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.280000686645508,"PosY":44.741729736328125,"PosZ":-3.690000057220459,"RotY":56.71699142456055,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.799999237060547,"PosY":44.741729736328125,"PosZ":0.699999988079071,"RotY":89.47547149658203,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.529999732971191,"PosY":44.741729736328125,"PosZ":0.7400000095367432,"RotY":89.47547149658203,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.634719848632812,"PosY":44.741729736328125,"PosZ":0.820730984210968,"RotY":172.98379516601565,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.532440185546877,"PosY":44.741729736328125,"PosZ":-3.1488780975341797,"RotY":208.69729614257812,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.533650398254396,"PosY":44.741729736328125,"PosZ":-6.444155216217041,"RotY":217.35389709472656,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.034990310668945,"PosY":44.741729736328125,"PosZ":-9.401192665100098,"RotY":229.30780029296875,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.58418083190918,"PosY":44.741729736328125,"PosZ":-11.58917999267578,"RotY":242.90719604492188,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.56999969482422,"PosY":44.741729736328125,"PosZ":-12.9399995803833,"RotY":252.01409912109375,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.65097999572754,"PosY":44.741729736328125,"PosZ":-13.700849533081056,"RotY":178.39370727539065,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"276":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.945999145507812,"PosY":56.67599868774414,"PosZ":161.5780029296875,"RotY":9.999999747378752e-6,"PropID":103083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":276,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_StarCard_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-89.99400329589844,"PosY":62.69675064086914,"PosZ":-35.0880012512207,"RotY":236.41490173339844,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":276,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":46.21799850463867,"PosY":51.20000076293945,"PosZ":5.6529998779296875,"RotY":223.58770751953125,"PropID":103037,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":276,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":97.73400115966797,"PosY":49.41815948486328,"PosZ":27.979999542236328,"RotY":207.06590270996097,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":276,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.52799987792967,"PosY":62.95000076293945,"PosZ":36.62200164794922,"RotY":236.41490173339844,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":276,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.690000534057617,"PosY":57.26900100708008,"PosZ":9.61299991607666,"RotY":236.41490173339844,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":276,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":100.3759994506836,"PosY":48.39400100708008,"PosZ":-6.728000164031982,"RotY":223.58770751953125,"PropID":103037,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":276,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"289":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.8299999833106996,"PosY":57.13600158691406,"PosZ":-102.06700134277344,"RotY":73.83204650878906,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":289,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.098999977111816,"PosY":54.39400100708008,"PosZ":118.43800354003906,"RotY":180.0,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":289,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.156005859375,"PosY":61.48899841308594,"PosZ":6.247100830078125,"RotY":183.16329956054688,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":289,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"302":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":390.8900146484375,"PosY":-13.684450149536133,"PosZ":428.03900146484375,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WGPManagar_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":302,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":388.05999755859375,"PosY":-13.81999969482422,"PosZ":428.03900146484375,"RotY":270.0,"PropID":101030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":302,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_04_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":390.8900146484375,"PosY":-13.684450149536133,"PosZ":428.03900146484375,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WGPLevel_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":302,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":283.7406921386719,"PosY":45.84231185913086,"PosZ":755.1207885742188,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":369.5549926757813,"PosY":-8.031999588012695,"PosZ":428.1000061035156,"RotY":90.00000762939453,"groupId":0}}},"303":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-143.50999450683594,"PosY":60.88434982299805,"PosZ":6.329999923706055,"RotY":0.0,"PropID":110,"AnchorID":1,"AnchorGroupID":303,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":303,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-142.20700073242188,"PosY":60.88434982299805,"PosZ":6.309000015258789,"RotY":270.7366943359375,"groupId":0}}},"310":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":2.049999952316284,"PosY":46.3808708190918,"PosZ":-30.440000534057617,"RotY":315.0,"PropID":702,"AnchorID":1,"AnchorGroupID":310,"MappingInfoID":1118,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":310,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":15.247529983520508,"PosY":46.85335922241211,"PosZ":-18.660390853881836,"RotY":140.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":310,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":45.0,"PosX":2.049999952316284,"PosY":45.3808708190918,"PosZ":-30.440000534057617,"NPCMonsterID":8033012,"EventID":101218,"groupId":310,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":6.809998989105225,"PosY":45.370391845703125,"PosZ":-26.649999618530273,"RotY":225.0,"groupId":0}}},"334":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.32699966430664,"PosY":46.78200149536133,"PosZ":9.585000038146973,"RotY":8.713704109191895,"PropID":103189,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_05.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":334,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.15399932861328,"PosY":44.741729736328125,"PosZ":9.213000297546387,"RotY":279.9100036621094,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":334,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"336":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.20100021362305,"PosY":46.790000915527344,"PosZ":0.1340000033378601,"RotY":16.174100875854492,"PropID":103189,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_05.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":336,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.04999923706055,"PosY":44.741729736328125,"PosZ":-0.35100001096725464,"RotY":323.4132995605469,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":336,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"340":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.520000457763672,"PosY":44.7400016784668,"PosZ":9.970000267028809,"RotY":152.2772979736328,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":340,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.520000457763672,"PosY":44.7400016784668,"PosZ":9.970000267028809,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":340,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.520000457763672,"PosY":44.7400016784668,"PosZ":9.970000267028809,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":340,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.520000457763672,"PosY":44.7400016784668,"PosZ":9.970000267028809,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":340,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.520000457763672,"PosY":44.7400016784668,"PosZ":9.970000267028809,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":340,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.373750686645508,"PosY":44.741729736328125,"PosZ":11.612110137939451,"RotY":151.67190551757812,"PropID":103226,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":340,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Arcade_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":-18.88800048828125,"PosY":47.63399887084961,"PosZ":9.798999786376953,"Name":"NPC1","RotY":149.07659912109375,"NPCID":100,"groupId":340,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-17.059080123901367,"PosY":47.28927993774414,"PosZ":7.215404033660888,"RotY":332.2484130859375,"groupId":0},"2":{"ID":2,"PosX":-17.059080123901367,"PosY":47.28927993774414,"PosZ":7.215404033660888,"RotY":332.2484130859375,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-17.059080123901367,"PosY":47.28927993774414,"PosZ":7.215404033660888,"RotY":332.2484130859375,"groupId":0}}},"341":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.2599983215332,"PosY":44.741729736328125,"PosZ":0.5590000152587891,"RotY":167.5756072998047,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":341,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.520000457763672,"PosY":44.7400016784668,"PosZ":9.970000267028809,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":341,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.520000457763672,"PosY":44.7400016784668,"PosZ":9.970000267028809,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":341,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.520000457763672,"PosY":44.7400016784668,"PosZ":9.970000267028809,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":341,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.520000457763672,"PosY":44.7400016784668,"PosZ":9.970000267028809,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":341,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.564998626708984,"PosY":44.741729736328125,"PosZ":2.296999931335449,"RotY":168.6103973388672,"PropID":103226,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":341,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Arcade_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":-47.69100189208984,"PosY":47.63199996948242,"PosZ":0.5009999871253967,"Name":"NPC1","RotY":161.12350463867188,"NPCID":100,"groupId":341,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-46.58232879638672,"PosY":47.29108047485352,"PosZ":-2.4844319820404053,"RotY":347.5757141113281,"groupId":0},"2":{"ID":2,"PosX":-46.58232879638672,"PosY":47.29108047485352,"PosZ":-2.4844319820404053,"RotY":347.5757141113281,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-46.58232879638672,"PosY":47.29108047485352,"PosZ":-2.4844319820404053,"RotY":347.5757141113281,"groupId":0}}}}},"P20322_F20322001":{"teleports":{"1117":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.09912109375,"PosY":-224.90480041503903,"PosZ":-147.5500030517578,"RotY":180.0,"PropID":702,"AnchorID":1,"AnchorGroupID":206,"MappingInfoID":1117,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":206,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"},"2390":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.0349999666213987,"PosY":89.7229995727539,"PosZ":78.48500061035156,"RotY":180.0,"PropID":103154,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Hidden","propStateList":["Closed","Open","Locked","Hidden"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SandBoardGate_01_Entity.json"},"10028":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.51661682128906,"PosY":118.668701171875,"PosZ":99.70513916015624,"RotY":90.00000762939453,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10028,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10033":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-165.92410278320312,"PosY":-199.41799926757812,"PosZ":-78.82996368408203,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10055":{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":74.76555633544922,"PosY":103.54070281982422,"PosZ":114.52940368652344,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":315,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10060":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":74.18269348144531,"PosY":67.73999786376953,"PosZ":102.60199737548828,"RotY":180.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":230,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"},"10061":{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.80999755859375,"PosY":97.989990234375,"PosZ":81.56900024414062,"RotY":270.0002136230469,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":340,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10062":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.61000061035156,"PosY":122.0,"PosZ":85.44999694824219,"RotY":0.000012000000424450263,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10062,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},"2032201":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.1659998893737793,"PosY":95.0001220703125,"PosZ":-37.279998779296875,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":37,"MappingInfoID":2032201,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2032202":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.894610404968262,"PosY":89.0001220703125,"PosZ":81.12132263183594,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":37,"MappingInfoID":2032202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2032203":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.12255859375,"PosY":-225.90499877929688,"PosZ":-119.27999877929688,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":37,"MappingInfoID":2032203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"2":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.0349999666213987,"PosY":89.7229995727539,"PosZ":78.48500061035156,"RotY":180.0,"PropID":103154,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Hidden","propStateList":["Closed","Open","Locked","Hidden"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SandBoardGate_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.95000076293945,"PosY":-232.94000244140625,"PosZ":-204.8999938964844,"RotY":0.0,"PropID":103154,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","Hidden"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SandBoardGate_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-172.88999938964844,"PosY":-227.8000030517578,"PosZ":-115.2699966430664,"RotY":89.9999771118164,"PropID":103154,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","Hidden"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SandBoardGate_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-30.1200008392334,"PosY":-225.94900512695312,"PosZ":-138.94000244140625,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-0.9236050248146057,"PosY":88.68080139160156,"PosZ":76.34130096435547,"RotY":0.0,"groupId":0},"7":{"ID":7,"PosX":-1.0080000162124634,"PosY":89.88999938964844,"PosZ":73.13999938964844,"RotY":359.6933898925781,"groupId":0},"8":{"ID":8,"PosX":-32.79999923706055,"PosY":-216.57000732421875,"PosZ":-164.05999755859375,"RotY":181.62539672851565,"groupId":0},"9":{"ID":9,"PosX":-156.49000549316406,"PosY":-221.2100067138672,"PosZ":-115.2699966430664,"RotY":270.0,"groupId":0}}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":20.110000610351562,"PosY":91.010009765625,"PosZ":-11.949999809265137,"RotY":0.0,"PropID":103003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":20.02300071716309,"PosY":102.0,"PosZ":-32.89899826049805,"RotY":0.0,"PropID":103003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":43.86003112792969,"PosY":91.010009765625,"PosZ":-11.949999809265137,"RotY":180.0,"PropID":103003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":32.11000061035156,"PosY":108.0,"PosZ":-32.9900016784668,"RotY":270.0,"PropID":103003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":11.050000190734863,"PosY":95.0,"PosZ":17.99995994567871,"RotY":90.0,"PropID":103034,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":32.0,"PosY":91.0,"PosZ":-2.8970000743865967,"RotY":0.0,"PropID":103011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":23.479999542236328,"PosY":96.15001678466797,"PosZ":9.640000343322754,"RotY":0.0,"PropID":103010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityRoomAirLockSpace_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.97699928283691,"PosY":98.0,"PosZ":81.58200073242188,"RotY":90.0,"PropID":103011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.75048828125,"PosY":97.99799346923828,"PosZ":81.56700134277344,"RotY":90.0,"PropID":103011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.75,"PosY":100.56999969482422,"PosZ":81.56999969482422,"RotY":0.0,"PropID":103010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityRoomAirLockSpace_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":21.584999084472656,"PosY":98.0,"PosZ":81.54900360107422,"RotY":89.9999771118164,"PropID":103011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":57.722999572753906,"PosY":104.0,"PosZ":81.58699798583984,"RotY":89.9999771118164,"PropID":103011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":39.630001068115234,"PosY":103.0199966430664,"PosZ":81.86000061035156,"RotY":0.0,"PropID":103010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityRoomAirLockSpace_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":65.40499877929688,"PosY":105.0509033203125,"PosZ":114.54630279541016,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":58.490020751953125,"PosY":111.22000122070312,"PosZ":114.59999847412108,"RotY":90.34739685058594,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":86.52542114257812,"PosY":120.25879669189452,"PosZ":79.63246154785156,"RotY":-7.999999979801942e-6,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":86.52200317382812,"PosY":113.58200073242188,"PosZ":89.04000091552734,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":86.5243911743164,"PosY":106.52739715576172,"PosZ":105.61499786376952,"RotY":270.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"18":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":97.56999969482422,"PosY":98.0,"PosZ":82.02999877929688,"RotY":270.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":87.55000305175781,"PosY":97.99102783203124,"PosZ":84.58000183105469,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":93.55000305175781,"PosY":97.99102783203124,"PosZ":84.58000183105469,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":94.3280029296875,"PosY":98.0001220703125,"PosZ":79.83999633789062,"RotY":89.9999771118164,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"20":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":60.5,"PosY":118.94969940185548,"PosZ":114.58000183105467,"RotY":90.00000762939453,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"27":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.80999755859375,"PosY":98.0,"PosZ":96.56999969482422,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.80999755859375,"PosY":98.0,"PosZ":96.56999969482422,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.5979995727539,"PosY":97.9990234375,"PosZ":97.58999633789062,"RotY":270.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-56.970001220703125,"PosY":95.44994354248047,"PosZ":63.57997131347656,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-77.51000213623047,"PosY":122.00009918212892,"PosZ":94.08999633789062,"RotY":270.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-103.78500366210938,"PosY":121.99990081787108,"PosZ":81.63899993896484,"RotY":90.00003814697266,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":8.069999694824219,"PosY":662.780029296875,"PosZ":4.579999923706055,"RotY":155.997802734375,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/TestLevel/JigsawPuzzle_JigsawSir_New_V2.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":7.119999885559082,"PosY":655.0,"PosZ":17.530000686645508,"RotY":352.8753967285156,"PropID":9103010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/TestLevel/JigsawPuzzle_CollectablePiece_New_V2_OnWall_Case1.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":9.84732437133789,"PosY":656.57373046875,"PosZ":1.3861169815063477,"RotY":335.997802734375,"groupId":0},"2":{"ID":2,"PosX":9.84732437133789,"PosY":656.57373046875,"PosZ":1.3861169815063477,"RotY":335.997802734375,"groupId":0}}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.0,"PosY":95.0,"PosZ":-9.012999534606934,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.1030000448226929,"PosY":98.0,"PosZ":56.93899917602539,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.8349999785423279,"PosY":95.82000732421876,"PosZ":142.30599975585938,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":39.51900100708008,"PosY":88.40001678466797,"PosZ":103.22000122070312,"RotY":89.9999771118164,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":48.55799865722656,"PosY":84.40001678466797,"PosZ":82.24199676513672,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.1659998893737793,"PosY":95.0001220703125,"PosZ":-37.279998779296875,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":37,"MappingInfoID":2032201,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.894610404968262,"PosY":89.0001220703125,"PosZ":81.12132263183594,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":37,"MappingInfoID":2032202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.12255859375,"PosY":-225.90499877929688,"PosZ":-119.27999877929688,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":37,"MappingInfoID":2032203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-1.0369999408721924,"PosY":95.0,"PosZ":-34.125,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-1.100000023841858,"PosY":88.7926025390625,"PosZ":73.94998168945312,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-40.98583984375,"PosY":-225.94900512695312,"PosZ":-115.93930053710938,"RotY":330.0,"groupId":0}}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":7.939940929412842,"PosY":-225.2100067138672,"PosZ":-91.64000701904298,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.83006286621094,"PosY":-226.9127960205078,"PosZ":-70.49606323242188,"RotY":283.48638916015625,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-111.65799713134766,"PosY":-225.8979034423828,"PosZ":-151.33399963378906,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.32400512695312,"PosY":-204.9698028564453,"PosZ":-73.98438262939453,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-124.65499877929688,"PosY":-202.73500061035156,"PosZ":-24.562000274658203,"RotY":359.62939453125,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-85.05000305175781,"PosY":-223.99620056152344,"PosZ":-25.059999465942383,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.8291015625,"PosY":-225.94569396972656,"PosZ":-115.2074966430664,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.40576171875,"PosY":-225.95730590820312,"PosZ":-59.116580963134766,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-88.16000366210938,"PosY":-225.9568023681641,"PosZ":-108.58599853515624,"RotY":269.9999084472656,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"40":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":90.00000762939453,"PosX":-8.919921875,"PosY":-225.20199584960935,"PosZ":-98.12999725341797,"NPCMonsterID":3011010,"EventID":20322028,"groupId":40,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":0.0,"PosX":1.4521479606628418,"PosY":-225.24899291992188,"PosZ":-103.66000366210938,"NPCMonsterID":3012010,"EventID":20322029,"groupId":40,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":270.0,"PosX":-0.5498049855232239,"PosY":-225.24899291992188,"PosZ":-56.964969635009766,"NPCMonsterID":3011010,"EventID":20322030,"groupId":40,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":90.0,"PosX":-14.879879951477053,"PosY":-225.2120056152344,"PosZ":-46.25,"NPCMonsterID":3012020,"EventID":20322031,"groupId":40,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":90.0,"PosX":-11.470210075378418,"PosY":-225.24899291992188,"PosZ":-50.9599609375,"NPCMonsterID":3012020,"EventID":20322032,"groupId":40,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":75.67671203613281,"PosX":-148.91990661621094,"PosY":-204.97000122070312,"PosZ":-87.469970703125,"NPCMonsterID":3012010,"EventID":20322038,"groupId":40,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":124.28929901123048,"PosX":-136.56910705566406,"PosY":-204.97000122070312,"PosZ":-85.052001953125,"NPCMonsterID":3012020,"EventID":20322039,"groupId":40,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":124.28929901123048,"PosX":-99.80999755859376,"PosY":-225.90469360351565,"PosZ":-145.69000244140625,"NPCMonsterID":3012010,"EventID":20322034,"groupId":40,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":355.606201171875,"PosX":-99.62000274658203,"PosY":-225.90480041503903,"PosZ":-151.13999938964844,"NPCMonsterID":3012020,"EventID":20322035,"groupId":40,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"41":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-171.77589416503906,"PosY":-199.41799926757812,"PosZ":-66.6800537109375,"RotY":180.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-108.79100036621094,"PosY":-225.8979034423828,"PosZ":-140.4720001220703,"RotY":270.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.97998046875,"PosY":-225.9040985107422,"PosZ":-120.87999725341795,"RotY":260.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.0,"PosY":-225.9040985107422,"PosZ":-114.36000061035156,"RotY":230.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.31787109375,"PosY":-225.91099548339844,"PosZ":-116.09700012207033,"RotY":0.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.29100036621094,"PosY":-225.90499877929688,"PosZ":-145.6699981689453,"RotY":60.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-77.90242004394531,"PosY":-226.9626007080078,"PosZ":-88.10941314697266,"RotY":195.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.35789489746094,"PosY":-225.94400024414065,"PosZ":-90.73499298095702,"RotY":333.8429870605469,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":5.704102039337158,"PosY":-224.9279937744141,"PosZ":-104.98210144042967,"RotY":330.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.745121002197266,"PosY":-225.2469024658203,"PosZ":-35.359989166259766,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.043949127197266,"PosY":-225.4739990234375,"PosZ":-47.895999908447266,"RotY":270.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.0771484375,"PosY":-226.78500366210935,"PosZ":-73.1719970703125,"RotY":20.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.89109802246094,"PosY":-202.68899536132812,"PosZ":4.8089599609375,"RotY":90.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-143.90989685058594,"PosY":-204.97000122070312,"PosZ":-75.29503631591797,"RotY":307.21038818359375,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.2919921875,"PosY":-226.9720001220703,"PosZ":-64.7099609375,"RotY":300.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.81688690185547,"PosY":-226.9720001220703,"PosZ":-63.18505859375,"RotY":240.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.2509994506836,"PosY":-223.9980010986328,"PosZ":-43.343021392822266,"RotY":330.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":11.845999717712402,"PosY":95.0,"PosZ":-19.344999313354492,"RotY":190.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.232999801635742,"PosY":95.0,"PosZ":6.951000213623047,"RotY":90.3597183227539,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.817000389099121,"PosY":98.00531005859376,"PosZ":66.75299835205078,"RotY":215.8979034423828,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":11.348999977111816,"PosY":89.0001220703125,"PosZ":121.1240005493164,"RotY":90.00003051757812,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":44.68000030517578,"PosY":84.10003662109375,"PosZ":65.7300033569336,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":9.149999618530273,"PosY":95.82000732421876,"PosZ":146.73300170898438,"RotY":315.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"44":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.763090133666992,"PosY":89.0001220703125,"PosZ":71.76309967041016,"RotY":180.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.552000045776367,"PosY":96.34398651123047,"PosZ":-16.538999557495117,"RotY":0.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":8.94580078125,"PosY":95.0,"PosZ":-7.058485984802246,"RotY":320.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.73069953918457,"PosY":95.0,"PosZ":-7.438549041748046,"RotY":40.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":9.467721939086914,"PosY":95.0,"PosZ":-31.428560256958008,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":19.139949798583984,"PosY":98.0001220703125,"PosZ":68.87732696533203,"RotY":0.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.3799991607666,"PosY":89.0001220703125,"PosZ":101.98999786376952,"RotY":0.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":49.54800033569336,"PosY":88.40001678466797,"PosZ":104.86799621582033,"RotY":178.12759399414065,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.552783966064453,"PosY":89.0001220703125,"PosZ":110.72339630126952,"RotY":150.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":7.369999885559082,"PosY":89.0001220703125,"PosZ":109.43000030517578,"RotY":210.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":20.685060501098633,"PosY":97.478759765625,"PosZ":107.80130004882812,"RotY":330.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"45":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-165.92410278320312,"PosY":-199.41799926757812,"PosZ":-82.969970703125,"RotY":0.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-4200.0,"PosY":1000.0,"PosZ":-1500.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-165.92410278320312,"PosY":-199.41799926757812,"PosZ":-78.82996368408203,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10033,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-165.7440948486328,"PosY":-199.41769409179688,"PosZ":-79.9951171875,"NPCMonsterID":3013010,"EventID":20322236,"groupId":45,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"46":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":234.5762939453125,"PosX":13.183079719543455,"PosY":98.00518798828124,"PosZ":89.45999908447266,"NPCMonsterID":3012010,"EventID":20322006,"groupId":46,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":50.0,"PosX":-15.840000152587892,"PosY":98.00518798828124,"PosZ":73.19001007080078,"NPCMonsterID":3012010,"EventID":20322007,"groupId":46,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":0.0,"PosX":-20.514020919799805,"PosY":98.0001220703125,"PosZ":76.95195007324219,"NPCMonsterID":3012020,"EventID":20322008,"groupId":46,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":138.0991973876953,"PosX":42.88999938964844,"PosY":84.1356201171875,"PosZ":79.41999816894531,"NPCMonsterID":3012020,"EventID":20322011,"groupId":46,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":219.64590454101565,"PosX":54.36429977416992,"PosY":84.13568115234375,"PosZ":79.76849365234375,"NPCMonsterID":3012010,"EventID":20322012,"groupId":46,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":219.64590454101565,"PosX":56.47999954223633,"PosY":84.10009765625,"PosZ":78.01000213623047,"NPCMonsterID":3011010,"EventID":20322013,"groupId":46,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":138.0991973876953,"PosX":40.75,"PosY":84.1356201171875,"PosZ":77.5,"NPCMonsterID":3011010,"EventID":20322014,"groupId":46,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"97":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-85.37999725341797,"PosY":122.0,"PosZ":83.55000305175781,"RotY":185.5594024658203,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ShowGroupMonsterVision_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":24.44062042236328,"PosX":-86.4237289428711,"PosY":122.0,"PosZ":83.37999725341797,"NPCMonsterID":3002011,"EventID":10301299,"groupId":97,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":93.2571029663086,"PosX":-93.86799621582033,"PosY":121.9928970336914,"PosZ":81.62100219726562,"NPCMonsterID":3002041,"EventID":10301299,"groupId":97,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":204.8177032470703,"PosX":-85.33483123779298,"PosY":122.0,"PosZ":80.51000213623047,"NPCMonsterID":3002011,"EventID":10301299,"groupId":97,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":275.1777038574219,"PosX":-81.33000183105469,"PosY":122.0,"PosZ":94.31614685058594,"NPCMonsterID":3002041,"EventID":10301299,"groupId":97,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":185.17770385742188,"PosX":-96.36000061035156,"PosY":122.0,"PosZ":74.15943908691406,"NPCMonsterID":3002041,"EventID":10301299,"groupId":97,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":89.99992370605469,"PosX":-70.9000015258789,"PosY":122.0,"PosZ":69.76000213623047,"NPCMonsterID":3002041,"EventID":10301299,"groupId":97,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":54.11479187011719,"PosX":-94.4020004272461,"PosY":121.9928970336914,"PosZ":92.302001953125,"NPCMonsterID":3002041,"EventID":10301299,"groupId":97,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"98":{"props":[{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.81622314453125,"PosY":121.99990081787108,"PosZ":64.46900177001953,"RotY":-0.000029000000722589903,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.96299743652344,"PosY":122.0,"PosZ":64.46199798583984,"RotY":-0.00007300000288523735,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.8280029296875,"PosY":121.97200012207033,"PosZ":65.30999755859375,"RotY":180.0,"PropID":103068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGun_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-98.177001953125,"PosY":122.0,"PosZ":81.54000091552734,"RotY":90.0,"PropID":103055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_FireworksBox_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonExplosives_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":-560.0,"PosZ":0.0,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap03_WolfBro_TeleportGate.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-98.80580139160156,"PosY":116.0,"PosZ":78.58000183105469,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.03900146484375,"PosY":122.0,"PosZ":77.94999694824219,"RotY":178.5200958251953,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.79900360107422,"PosY":121.9928970336914,"PosZ":65.2959976196289,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerG_01.json.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-65.0780029296875,"PosY":122.0,"PosZ":78.94300079345702,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":-70.87000274658203,"PosY":122.0,"PosZ":65.78600311279297,"RotY":-0.00004099999932805076,"groupId":0},"3":{"ID":3,"PosX":-79.00800323486328,"PosY":122.0,"PosZ":65.78600311279297,"RotY":-0.00004099999932805076,"groupId":0},"4":{"ID":4,"PosX":-65.03900146484375,"PosY":121.12200164794922,"PosZ":77.94999694824219,"RotY":180.0,"groupId":0}}},"99":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.61000061035156,"PosY":122.0,"PosZ":85.44999694824219,"RotY":0.000012000000424450263,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10062,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.55000305175781,"PosY":122.0,"PosZ":88.30999755859375,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSaveManagar_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.55000305175781,"PosY":122.0,"PosZ":88.30999755859375,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-77.54100036621094,"PosY":120.9010009765625,"PosZ":94.10399627685547,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfTreasureBoxHint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.45999908447266,"PosY":122.0,"PosZ":68.06999969482422,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":180.0,"PosX":0.0,"PosY":-560.0,"PosZ":0.0,"NPCMonsterID":3002010,"EventID":10301299,"groupId":99,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-70.69599914550781,"PosY":122.0,"PosZ":86.85299682617188,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":-70.77557373046875,"PosY":117.63790130615234,"PosZ":92.85581970214844,"RotY":181.4748992919922,"groupId":0}}},"101":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":89.19000244140625,"PosY":88.80988311767578,"PosZ":102.5500030517578,"RotY":90.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10062,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":75.4190673828125,"PosY":81.62830352783203,"PosZ":102.58000183105467,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSaveManagar_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":91.83100128173828,"PosY":88.95001220703125,"PosZ":102.58000183105467,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":80.86000061035156,"PosY":81.97000122070312,"PosZ":102.65000152587892,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":58.50699996948242,"PosY":94.34400177001953,"PosZ":103.23200225830078,"RotY":89.9999771118164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfTreasureBoxHint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":0.0,"PosY":-560.0,"PosZ":0.0,"NPCMonsterID":7010011,"EventID":10301299,"groupId":101,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":90.68499755859376,"PosY":88.93988037109375,"PosZ":102.5500030517578,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":95.12000274658203,"PosY":88.79000091552734,"PosZ":105.6999969482422,"RotY":247.7218017578125,"groupId":0}}},"102":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":87.02899932861328,"PosY":92.75900268554688,"PosZ":102.5719985961914,"RotY":0.0,"PropID":103068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGun_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":76.64183044433594,"PosY":86.47186279296875,"PosZ":102.60150146484376,"RotY":89.99928283691406,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":72.43000793457033,"PosY":92.75997161865236,"PosZ":102.6959991455078,"RotY":89.9999771118164,"PropID":103055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_FireworksBox_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonExplosives_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":73.94400024414062,"PosY":73.47699737548828,"PosZ":102.60199737548828,"RotY":179.99960327148438,"PropID":103055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_FireworksBox_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonExplosives_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":73.94400024414062,"PosY":79.42498779296875,"PosZ":102.5500030517578,"RotY":179.99960327148438,"PropID":103055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_FireworksBox_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonExplosives_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":81.06197357177734,"PosY":96.3731918334961,"PosZ":102.58000183105467,"RotY":90.0,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":77.05918884277344,"PosY":79.0,"PosZ":108.58000183105467,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":77.05918884277344,"PosY":73.0,"PosZ":108.58000183105467,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":82.4749984741211,"PosY":96.33978271484376,"PosZ":102.58000183105467,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":81.06199645996094,"PosY":96.34002685546876,"PosZ":103.34300231933594,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":76.64700317382812,"PosY":87.39501953125,"PosZ":102.54630279541016,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":76.64700317382812,"PosY":86.447998046875,"PosZ":103.10430145263672,"RotY":0.0,"groupId":0}}},"103":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":79.5250015258789,"PosY":88.91998291015625,"PosZ":102.58999633789064,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ShowGroupMonsterVision_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.10005950927734,"PosX":73.20600128173828,"PosY":88.9219970703125,"PosZ":102.58899688720705,"NPCMonsterID":3002011,"EventID":10301299,"groupId":103,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":315.3653869628906,"PosX":60.18014907836914,"PosY":95.84986114501953,"PosZ":102.58000183105467,"NPCMonsterID":3001021,"EventID":10301299,"groupId":103,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":225.0,"PosX":60.01499938964844,"PosY":92.07586669921876,"PosZ":102.60150146484376,"NPCMonsterID":3001021,"EventID":10301299,"groupId":103,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":90.00003051757812,"PosX":61.978248596191406,"PosY":93.93682861328124,"PosZ":102.58950042724608,"NPCMonsterID":3002011,"EventID":10301299,"groupId":103,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":166.23849487304688,"PosX":72.03299713134766,"PosY":90.98400115966797,"PosZ":102.62999725341795,"NPCMonsterID":3002011,"EventID":10301299,"groupId":103,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":181.63389587402344,"PosX":74.11199951171875,"PosY":70.72799682617188,"PosZ":102.58000183105467,"NPCMonsterID":3002041,"EventID":10301299,"groupId":103,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":180.0,"PosX":72.15799713134764,"PosY":69.87100219726562,"PosZ":102.58000183105467,"NPCMonsterID":3002041,"EventID":10301299,"groupId":103,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":197.17529296875,"PosX":75.83294677734375,"PosY":69.7242202758789,"PosZ":102.57920074462892,"NPCMonsterID":3002041,"EventID":10301299,"groupId":103,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":268.2568054199219,"PosX":60.80899810791016,"PosY":93.91899871826172,"PosZ":102.60099792480467,"NPCMonsterID":3001021,"EventID":10301299,"groupId":103,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"104":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":58.50699996948242,"PosY":94.34398651123047,"PosZ":102.54599761962892,"RotY":89.9999771118164,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":71.94599914550781,"PosY":76.343017578125,"PosZ":102.54599761962892,"RotY":89.99996185302734,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"109":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.00389862060548,"PosY":-202.73500061035156,"PosZ":-21.05701065063477,"RotY":270.0,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.39600372314452,"PosY":-202.68899536132812,"PosZ":-18.229000091552734,"RotY":270.0,"PropID":103044,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-163.62600708007812,"PosY":-204.97000122070312,"PosZ":-88.45999908447266,"RotY":89.99993133544922,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"110":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":63.46561050415039,"PosY":103.04000091552734,"PosZ":114.58999633789064,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":63.46561050415039,"PosY":109.04000091552734,"PosZ":114.58999633789064,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":58.58599853515625,"PosY":116.34089660644533,"PosZ":114.54599761962892,"RotY":0.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"118":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":32.058998107910156,"PosY":91.10162353515624,"PosZ":-23.63999938964844,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":118,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"119":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":19.999940872192383,"PosY":106.4843978881836,"PosZ":-12.133000373840332,"RotY":89.92301940917967,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":119,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"121":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":343.8539123535156,"PosX":19.999929428100582,"PosY":102.45030212402344,"PosZ":-22.420000076293945,"NPCMonsterID":3012020,"EventID":20322001,"groupId":121,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":303.29400634765625,"PosX":20.0,"PosY":103.79160308837892,"PosZ":-13.529170036315918,"NPCMonsterID":3012010,"EventID":20322003,"groupId":121,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":238.38400268554688,"PosX":20.0,"PosY":104.00990295410156,"PosZ":-10.384960174560549,"NPCMonsterID":3012010,"EventID":20322004,"groupId":121,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"122":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":357.8204040527344,"PosX":31.985000610351562,"PosY":96.04086303710938,"PosZ":-32.939170837402344,"NPCMonsterID":3012010,"EventID":20322002,"groupId":122,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"123":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":43.98284912109375,"PosY":101.9604034423828,"PosZ":-27.309999465942383,"RotY":0.000058000001445179805,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":123,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":43.98284912109375,"PosY":101.9604034423828,"PosZ":-27.309999465942383,"RotY":0.000058000001445179805,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":123,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":43.98284912109375,"PosY":101.9604034423828,"PosZ":-27.309999465942383,"RotY":0.000058000001445179805,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10028,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":123,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":43.99995040893555,"PosY":100.57469940185548,"PosZ":-23.3797607421875,"NPCMonsterID":3013010,"EventID":20322231,"groupId":123,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"124":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":44.000221252441406,"PosY":104.56829833984376,"PosZ":-12.002070426940918,"RotY":0.000058000001445179805,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":124,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"127":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":180.0,"PosX":-81.20800018310547,"PosY":107.43180084228516,"PosZ":63.580020904541016,"NPCMonsterID":3012020,"EventID":20322018,"groupId":127,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":270.1000061035156,"PosX":-68.2699966430664,"PosY":112.9998016357422,"PosZ":63.580020904541016,"NPCMonsterID":3012010,"EventID":20322019,"groupId":127,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":160.0,"PosX":-83.52999877929688,"PosY":107.4697036743164,"PosZ":63.579959869384766,"NPCMonsterID":3011010,"EventID":20322020,"groupId":127,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":270.1000061035156,"PosX":-78.62104797363281,"PosY":95.8095703125,"PosZ":63.579959869384766,"NPCMonsterID":3012010,"EventID":20322021,"groupId":127,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"128":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":170.0,"PosX":-84.0,"PosY":104.8198013305664,"PosZ":99.57996368408203,"NPCMonsterID":3012020,"EventID":20322022,"groupId":128,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":130.0,"PosX":-64.7045669555664,"PosY":104.07289886474608,"PosZ":99.57996368408203,"NPCMonsterID":3012010,"EventID":20322023,"groupId":128,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":100.0,"PosX":-65.37000274658203,"PosY":102.63980102539064,"PosZ":99.57996368408203,"NPCMonsterID":3011010,"EventID":20322024,"groupId":128,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"129":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.51661682128906,"PosY":118.668701171875,"PosZ":99.70513916015624,"RotY":90.00000762939453,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.51661682128906,"PosY":118.668701171875,"PosZ":99.70513916015624,"RotY":90.00000762939453,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.51661682128906,"PosY":118.668701171875,"PosZ":99.70513916015624,"RotY":90.00000762939453,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10028,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-72.4816665649414,"PosY":117.09339904785156,"PosZ":99.70513916015624,"NPCMonsterID":3012010,"EventID":20322233,"groupId":129,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":180.0,"PosX":-72.4816665649414,"PosY":120.37049865722656,"PosZ":99.70513916015624,"NPCMonsterID":3012010,"EventID":20322234,"groupId":129,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"132":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":43.85449981689453,"PosY":100.5001983642578,"PosZ":-14.789999961853027,"RotY":0.000058000001445179805,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":132,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"133":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":35.49967956542969,"PosY":108.0,"PosZ":-23.58669090270996,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":133,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":28.549999237060547,"PosY":108.0,"PosZ":-23.583999633789062,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":133,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"134":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":20.08698081970215,"PosY":100.9092025756836,"PosZ":-11.71360969543457,"RotY":179.91909790039065,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"135":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.2905502319336,"PosY":98.0,"PosZ":65.65194702148438,"RotY":170.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":135,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.27999877929688,"PosY":98.0,"PosZ":96.89856719970702,"RotY":270.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":135,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"136":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.5099983215332,"PosY":120.84999847412108,"PosZ":63.58000183105469,"RotY":270.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":136,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.73111724853516,"PosY":120.78489685058594,"PosZ":63.580020904541016,"RotY":92.88289642333984,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":136,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"137":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-86.96009826660156,"PosY":120.52639770507812,"PosZ":99.70513916015624,"RotY":90.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":137,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.21259307861328,"PosY":101.05390167236328,"PosZ":99.58001708984376,"RotY":270.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":137,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"138":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-55.11800003051758,"PosY":121.9928970336914,"PosZ":69.69000244140625,"RotY":270.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.66000366210938,"PosY":121.99299621582033,"PosZ":91.55999755859376,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":138,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"139":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":87.01899719238281,"PosY":119.0019989013672,"PosZ":114.58000183105467,"RotY":270.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":139,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":87.01898956298828,"PosY":105.00209808349608,"PosZ":114.58000183105467,"RotY":270.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":139,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"155":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.138919830322266,"PosY":97.83917236328124,"PosZ":-15.84788990020752,"RotY":19.012149810791016,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":155,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.68000030517578,"PosY":95.0,"PosZ":-17.59000015258789,"RotY":22.615659713745117,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":155,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"156":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-83.54199981689453,"PosY":100.96600341796876,"PosZ":100.77799987792967,"RotY":180.0,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.33200073242188,"PosY":99.67400360107422,"PosZ":100.73400115966795,"RotY":180.0,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.15799713134764,"PosY":100.84999847412108,"PosZ":100.43800354003906,"RotY":180.0,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.76600646972656,"PosY":98.0,"PosZ":98.6224365234375,"RotY":180.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"157":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":39.498741149902344,"PosY":106.59700012207033,"PosZ":-4.2126312255859375,"RotY":122.99659729003906,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":42.18199920654297,"PosY":107.99870300292967,"PosZ":-5.295391082763672,"RotY":122.99659729003906,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"158":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":58.28899002075195,"PosY":86.135986328125,"PosZ":66.31897735595703,"RotY":150.45309448242188,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":158,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":58.5921516418457,"PosY":86.03912353515625,"PosZ":66.88622283935547,"RotY":279.02911376953125,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":158,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":58.16712951660156,"PosY":86.10009765625,"PosZ":66.36573028564453,"RotY":174.57229614257812,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":158,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":66.16000366210938,"PosY":84.10999298095702,"PosZ":69.05400085449219,"RotY":0.0,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":158,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":57.03799057006836,"PosY":84.10003662109375,"PosZ":67.91499328613281,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":158,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"159":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.772390365600586,"PosY":95.16948699951172,"PosZ":72.30374908447266,"RotY":76.58267211914062,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":159,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.489999771118164,"PosY":89.01727294921875,"PosZ":75.2300033569336,"RotY":22.615659713745117,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":159,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"160":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.446069717407227,"PosY":90.31398010253906,"PosZ":119.2323989868164,"RotY":6.492129802703857,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":160,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.31999969482422,"PosY":89.00390625,"PosZ":113.22000122070312,"RotY":325.33441162109375,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":160,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"161":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.60900115966797,"PosY":-224.48399353027344,"PosZ":-117.4990005493164,"RotY":270.0,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-56.799320220947266,"PosY":-225.90499877929688,"PosZ":-117.48729705810548,"RotY":22.615659713745117,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"162":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-88.85820007324219,"PosY":-224.54910278320312,"PosZ":-140.74339294433594,"RotY":29.885480880737305,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":162,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.31640625,"PosY":-225.90480041503903,"PosZ":-141.68569946289065,"RotY":22.615659713745117,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":162,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"163":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.1259994506836,"PosY":-200.5099945068359,"PosZ":8.717041015625,"RotY":345.85980224609375,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":163,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.1259994506836,"PosY":-199.6439971923828,"PosZ":8.717041015625,"RotY":345.85980224609375,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":163,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.1259994506836,"PosY":-198.51699829101565,"PosZ":8.717041015625,"RotY":345.85980224609375,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":163,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.2490005493164,"PosY":-202.68910217285156,"PosZ":7.351929187774657,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":163,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-126.16999816894533,"PosY":-199.75,"PosZ":4.179999828338623,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-116.95999908447266,"PosY":-198.9199981689453,"PosZ":1.2899999618530271,"RotY":326.2853088378906,"groupId":0}}},"164":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-137.03610229492188,"PosY":-202.8542938232422,"PosZ":-90.82955169677734,"RotY":295.7654113769531,"PropID":103229,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_02.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":164,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-118.41000366210938,"PosY":-202.41000366210935,"PosZ":-104.7699966430664,"RotY":300.0,"groupId":0},"2":{"ID":2,"PosX":-118.37999725341795,"PosY":-185.58999633789065,"PosZ":-112.81999969482422,"RotY":314.53021240234375,"groupId":0}}},"165":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.2490234375,"PosY":-226.3070068359375,"PosZ":-62.343021392822266,"RotY":0.0,"PropID":103144,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":165,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PBStationModel_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.31981658935547,"PosY":-202.73500061035156,"PosZ":-19.8700008392334,"RotY":135.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":165,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"166":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.31981658935547,"PosY":-202.73500061035156,"PosZ":-19.8700008392334,"RotY":135.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":166,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.31981658935547,"PosY":-199.6329040527344,"PosZ":-19.8700008392334,"RotY":96.18477630615236,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":166,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.23583221435547,"PosY":-226.3070068359375,"PosZ":-62.35403823852539,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":166,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.6731185913086,"PosY":-213.0883026123047,"PosZ":-26.068279266357425,"RotY":276.184814453125,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":166,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-88.29181671142578,"PosY":-207.49020385742188,"PosZ":-34.031349182128906,"RotY":185.2527008056641,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":166,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.65444946289062,"PosY":-218.32659912109375,"PosZ":-35.509178161621094,"RotY":276.184814453125,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":166,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-89.89186096191406,"PosY":-207.13040161132812,"PosZ":-51.43531036376953,"RotY":276.184814453125,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":166,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.2544937133789,"PosY":-217.96670532226565,"PosZ":-52.91315078735352,"RotY":185.2527008056641,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":166,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-83.87319946289062,"PosY":-212.3686065673828,"PosZ":-60.8762092590332,"RotY":276.184814453125,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":166,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-85.2824935913086,"PosY":-210.1092987060547,"PosZ":-38.751800537109375,"RotY":185.2527008056641,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":166,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.2638168334961,"PosY":-215.34759521484375,"PosZ":-48.19269943237305,"RotY":185.2527008056641,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":166,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-83.68244934082033,"PosY":-210.4691925048828,"PosZ":-21.347829818725582,"RotY":185.2527008056641,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":166,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.8638687133789,"PosY":-214.98770141601565,"PosZ":-65.5966567993164,"RotY":185.2527008056641,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":166,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-51.4900016784668,"PosY":-193.8699951171875,"PosZ":-44.52000045776367,"RotY":271.8861083984375,"groupId":0},"2":{"ID":2,"PosX":-101.18000030517578,"PosY":-202.68910217285156,"PosZ":-20.5,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":-66.80000305175781,"PosY":-226.30760192871097,"PosZ":-62.45000076293945,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-99.01200103759767,"PosY":-202.2100067138672,"PosZ":-13.05799961090088,"RotY":159.8184051513672,"groupId":0},"5":{"ID":5,"PosX":-67.20999908447266,"PosY":-226.1300048828125,"PosZ":-69.41000366210938,"RotY":340.1962890625,"groupId":0},"6":{"ID":6,"PosX":-67.02066040039062,"PosY":-194.8582000732422,"PosZ":-31.792579650878903,"RotY":243.25039672851565,"groupId":0}}},"170":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":6.8199992179870605,"PosY":95.0,"PosZ":12.0,"RotY":180.0,"PropID":103151,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState05","propStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06","CustomState07","CustomState08"],"groupId":170,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":6.8199992179870605,"PosY":95.0,"PosZ":6.0,"RotY":180.0,"PropID":103151,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06","CustomState07","CustomState08"],"groupId":170,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":6.690000057220459,"PosY":95.0,"PosZ":0.0,"RotY":180.0,"PropID":103151,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState03","propStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06","CustomState07","CustomState08"],"groupId":170,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.280000686645508,"PosY":95.0,"PosZ":0.0,"RotY":0.0,"PropID":103151,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState03","propStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06","CustomState07","CustomState08"],"groupId":170,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.440000534057617,"PosY":95.0,"PosZ":6.0,"RotY":0.0,"PropID":103151,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06","CustomState07","CustomState08"],"groupId":170,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.5600004196167,"PosY":95.0,"PosZ":12.0,"RotY":0.0,"PropID":103151,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState05","propStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06","CustomState07","CustomState08"],"groupId":170,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"172":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.0,"PosY":-202.7400054931641,"PosZ":-22.5,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":172,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-109.4655990600586,"PosY":-204.23080444335935,"PosZ":-22.65140914916992,"RotY":181.67080688476565,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":172,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.0802001953125,"PosY":-204.92990112304688,"PosZ":-58.99998092651367,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":172,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-169.1215057373047,"PosY":-199.41839599609375,"PosZ":-58.81829071044922,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":172,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.1321029663086,"PosY":-206.74769592285156,"PosZ":-45.50175857543945,"RotY":270.385009765625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":172,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.41249847412108,"PosY":-205.91729736328125,"PosZ":-54.58134078979492,"RotY":1.6708149909973145,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":172,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.15960693359375,"PosY":-203.07339477539065,"PosZ":-45.38063049316406,"RotY":1.6708149909973145,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":172,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.25279998779295,"PosY":-202.48179626464844,"PosZ":-31.700700759887695,"RotY":1.6708149909973145,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":172,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.8135986328125,"PosY":-200.8209991455078,"PosZ":-49.8598518371582,"RotY":270.385009765625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":172,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.56069946289065,"PosY":-197.9770965576172,"PosZ":-40.659141540527344,"RotY":1.6708149909973145,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":172,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.69290161132812,"PosY":-205.08689880371097,"PosZ":-63.6609001159668,"RotY":270.385009765625,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":172,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.2803955078125,"PosY":-198.8074951171875,"PosZ":-31.579570770263672,"RotY":270.385009765625,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":172,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-94.93900299072266,"PosY":-172.75599670410156,"PosZ":-29.72699928283691,"RotY":251.95469665527344,"groupId":0},"2":{"ID":2,"PosX":-128.8699951171875,"PosY":-202.68910217285156,"PosZ":-18.770000457763672,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-142.0800018310547,"PosY":-204.9698028564453,"PosZ":-63.040000915527344,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":-168.49000549316406,"PosY":-199.41769409179688,"PosZ":-62.29999923706055,"RotY":180.0,"groupId":0},"5":{"ID":5,"PosX":-131.41000366210938,"PosY":-202.2519989013672,"PosZ":-15.151000022888184,"RotY":184.9694976806641,"groupId":0},"6":{"ID":6,"PosX":-145.5679931640625,"PosY":-204.61199951171875,"PosZ":-65.98899841308594,"RotY":28.99871063232422,"groupId":0},"7":{"ID":7,"PosX":-170.74400329589844,"PosY":-199.19400024414065,"PosZ":-66.51399993896484,"RotY":11.465680122375488,"groupId":0},"8":{"ID":8,"PosX":-115.52899932861328,"PosY":-183.52430725097656,"PosZ":-31.038990020751953,"RotY":233.5680999755859,"groupId":0}}},"174":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.94000244140624,"PosY":98.0,"PosZ":78.91000366210938,"RotY":253.9459991455078,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.9800033569336,"PosY":98.0,"PosZ":78.29000091552734,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-77.80000305175781,"PosY":97.9990234375,"PosZ":84.63005065917967,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-83.80000305175781,"PosY":97.9990234375,"PosZ":84.63005065917967,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.80999755859375,"PosY":97.989990234375,"PosZ":81.56900024414062,"RotY":270.0002136230469,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.80999755859375,"PosY":97.989990234375,"PosZ":81.56900024414062,"RotY":270.0002136230469,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.80999755859375,"PosY":97.989990234375,"PosZ":81.56900024414062,"RotY":270.0002136230469,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.70999908447266,"PosY":98.0,"PosZ":79.55000305175781,"RotY":270.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-94.9855728149414,"PosY":100.3093032836914,"PosZ":78.02631378173828,"RotY":73.9460220336914,"groupId":0},"2":{"ID":2,"PosX":-94.9855728149414,"PosY":100.3093032836914,"PosZ":78.02631378173828,"RotY":73.9460220336914,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":-560.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-94.9855728149414,"PosY":100.3093032836914,"PosZ":78.02631378173828,"RotY":73.9460220336914,"groupId":0}}},"179":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":87.51000213623047,"PosY":98.0,"PosZ":84.57685089111328,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":179,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":93.51000213623047,"PosY":98.0,"PosZ":84.57685089111328,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":179,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":80.74700164794922,"PosY":98.0001220703125,"PosZ":84.95899963378906,"RotY":270.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":179,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"181":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":63.46561050415039,"PosY":103.02200317382812,"PosZ":114.59999847412108,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":63.46561050415039,"PosY":109.02200317382812,"PosZ":114.59999847412108,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":74.6902084350586,"PosY":90.95831298828124,"PosZ":114.58000183105467,"RotY":270.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":81.73999786376953,"PosY":86.010009765625,"PosZ":114.58000183105467,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":75.73999786376953,"PosY":86.010009765625,"PosZ":114.58000183105467,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"183":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.66999816894531,"PosY":99.0269775390625,"PosZ":93.52999877929688,"RotY":180.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece_FSV_OnWall.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":183,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"185":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.17100143432618,"PosY":98.0,"PosZ":95.35299682617188,"RotY":270.0002136230469,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":185,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"188":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.0,"PosY":95.0,"PosZ":-9.012999534606934,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.1119999885559082,"PosY":98.0,"PosZ":56.93899917602539,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.9079999923706055,"PosY":89.7979736328125,"PosZ":112.00900268554688,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.8349999785423279,"PosY":95.82000732421876,"PosZ":142.30599975585938,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":39.51900100708008,"PosY":88.40001678466797,"PosZ":103.22000122070312,"RotY":89.9999771118164,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":48.55799865722656,"PosY":84.40001678466797,"PosZ":82.24199676513672,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"194":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.0,"PosY":95.0,"PosZ":21.0,"RotY":0.0,"PropID":103187,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":194,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.0,"PosY":95.0,"PosZ":21.0,"RotY":0.0,"PropID":103188,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":194,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"197":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.900001525878906,"PosY":-225.9441070556641,"PosZ":-31.899999618530273,"RotY":184.62440490722656,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":197,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.12000274658203,"PosY":-224.90480041503903,"PosZ":-147.39999389648438,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":197,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.49199676513672,"PosY":-225.8325958251953,"PosZ":-74.58899688720702,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":197,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.13999938964844,"PosY":-201.68910217285156,"PosZ":-17.860000610351562,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":197,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.22999954223633,"PosY":-225.94400024414065,"PosZ":-29.809999465942383,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20322001/LG_Prop_F20322001_G197_300007.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":197,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-62.15950012207031,"PosY":-224.3697052001953,"PosZ":-35.19506072998047,"RotY":4.624396800994873,"groupId":0},"2":{"ID":2,"PosX":-62.15950012207031,"PosY":-224.3697052001953,"PosZ":-35.19506072998047,"RotY":4.624396800994873,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-62.15950012207031,"PosY":-224.3697052001953,"PosZ":-35.19506072998047,"RotY":4.624396800994873,"groupId":0}}},"206":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.09912109375,"PosY":-224.90480041503903,"PosZ":-147.5500030517578,"RotY":180.0,"PropID":702,"AnchorID":1,"AnchorGroupID":206,"MappingInfoID":1117,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmElement_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":206,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FarmElement_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-99.09912109375,"PosY":-225.90480041503903,"PosZ":-147.5500030517578,"NPCMonsterID":3013011,"EventID":101217,"groupId":206,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-104.06009674072266,"PosY":-225.90480041503903,"PosZ":-147.5800018310547,"RotY":90.0,"groupId":0}}},"209":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":90.00000762939453,"PosX":-8.919921875,"PosY":-225.20199584960935,"PosZ":-98.12999725341797,"NPCMonsterID":3011010,"EventID":20322128,"groupId":209,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":0.0,"PosX":1.4521479606628418,"PosY":-225.24899291992188,"PosZ":-103.66000366210938,"NPCMonsterID":3012010,"EventID":20322129,"groupId":209,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":270.0,"PosX":-0.5498049855232239,"PosY":-225.24899291992188,"PosZ":-56.964969635009766,"NPCMonsterID":3011010,"EventID":20322130,"groupId":209,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":90.0,"PosX":-14.879879951477053,"PosY":-225.2120056152344,"PosZ":-46.25,"NPCMonsterID":3012020,"EventID":20322131,"groupId":209,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":90.0,"PosX":-11.470210075378418,"PosY":-225.24899291992188,"PosZ":-50.9599609375,"NPCMonsterID":3012020,"EventID":20322132,"groupId":209,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"210":{"props":[],"npcs":[],"monsters":[{"ID":200007,"RotY":75.67671203613281,"PosX":-148.91990661621094,"PosY":-204.97000122070312,"PosZ":-87.469970703125,"NPCMonsterID":3012010,"EventID":20322138,"groupId":210,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":124.28929901123048,"PosX":-136.56910705566406,"PosY":-204.97000122070312,"PosZ":-85.052001953125,"NPCMonsterID":3012020,"EventID":20322139,"groupId":210,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"211":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":234.5762939453125,"PosX":13.183079719543455,"PosY":98.00518798828124,"PosZ":89.45999908447266,"NPCMonsterID":3012010,"EventID":20322106,"groupId":211,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":50.0,"PosX":-15.840000152587892,"PosY":98.00518798828124,"PosZ":73.19001007080078,"NPCMonsterID":3012010,"EventID":20322107,"groupId":211,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":0.0,"PosX":-20.514020919799805,"PosY":98.0001220703125,"PosZ":76.95195007324219,"NPCMonsterID":3012020,"EventID":20322108,"groupId":211,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"212":{"props":[],"npcs":[],"monsters":[{"ID":200006,"RotY":138.0991973876953,"PosX":42.88999938964844,"PosY":84.1356201171875,"PosZ":79.41999816894531,"NPCMonsterID":3012020,"EventID":20322111,"groupId":212,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":219.64590454101565,"PosX":54.36429977416992,"PosY":84.13568115234375,"PosZ":79.76849365234375,"NPCMonsterID":3012010,"EventID":20322112,"groupId":212,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":219.64590454101565,"PosX":56.47999954223633,"PosY":84.10009765625,"PosZ":78.01000213623047,"NPCMonsterID":3011010,"EventID":20322113,"groupId":212,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":138.0991973876953,"PosX":40.75,"PosY":84.1356201171875,"PosZ":77.5,"NPCMonsterID":3011010,"EventID":20322114,"groupId":212,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"213":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":31.985000610351562,"PosY":96.04086303710938,"PosZ":-32.939170837402344,"NPCMonsterID":3012010,"EventID":20322102,"groupId":213,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"214":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":19.999929428100582,"PosY":102.45030212402344,"PosZ":-22.420000076293945,"NPCMonsterID":3012020,"EventID":20322101,"groupId":214,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":20.0,"PosY":103.79160308837892,"PosZ":-13.529170036315918,"NPCMonsterID":3012010,"EventID":20322103,"groupId":214,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":180.0,"PosX":20.0,"PosY":104.00990295410156,"PosZ":-10.384960174560549,"NPCMonsterID":3012010,"EventID":20322104,"groupId":214,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"215":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":180.0,"PosX":-81.20800018310547,"PosY":107.43180084228516,"PosZ":63.580020904541016,"NPCMonsterID":3012020,"EventID":20322118,"groupId":215,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":270.0,"PosX":-68.2699966430664,"PosY":112.9998016357422,"PosZ":63.580020904541016,"NPCMonsterID":3012010,"EventID":20322119,"groupId":215,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":90.0,"PosX":-83.52999877929688,"PosY":107.4697036743164,"PosZ":63.579959869384766,"NPCMonsterID":3011010,"EventID":20322120,"groupId":215,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":270.0,"PosX":-78.62104797363281,"PosY":95.8095703125,"PosZ":63.579959869384766,"NPCMonsterID":3012010,"EventID":20322121,"groupId":215,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"216":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":90.0,"PosX":-84.0,"PosY":104.8198013305664,"PosZ":99.57996368408203,"NPCMonsterID":3012020,"EventID":20322122,"groupId":216,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":90.0,"PosX":-64.7045669555664,"PosY":104.07289886474608,"PosZ":99.57996368408203,"NPCMonsterID":3012010,"EventID":20322123,"groupId":216,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":90.0,"PosX":-65.37000274658203,"PosY":102.63980102539064,"PosZ":99.57996368408203,"NPCMonsterID":3011010,"EventID":20322124,"groupId":216,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"221":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":10.725379943847656,"PosX":-108.80879974365234,"PosY":-202.68910217285156,"PosZ":6.8017578125,"NPCMonsterID":8002040,"EventID":20322170,"groupId":221,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"222":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.56740951538086,"PosY":89.00385284423828,"PosZ":115.01000213623048,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20313001/LG_Prop_F20313001_G169_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":222,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-22.56740951538086,"PosY":89.00385284423828,"PosZ":115.01000213623048,"NPCMonsterID":3002050,"EventID":20322238,"groupId":222,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-22.56740951538086,"PosY":90.01200103759767,"PosZ":115.01000213623048,"RotY":0.0,"groupId":0}}},"223":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-146.72000122070312,"PosY":-225.9434051513672,"PosZ":-103.7415008544922,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20313001/LG_Prop_F20313001_G169_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-146.72000122070312,"PosY":-225.9434051513672,"PosZ":-103.7415008544922,"NPCMonsterID":3002050,"EventID":20322239,"groupId":223,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-146.72000122070312,"PosY":-224.85400390625,"PosZ":-103.7415008544922,"RotY":0.0,"groupId":0}}},"224":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.80999755859375,"PosY":111.97000122070312,"PosZ":81.69000244140625,"RotY":270.0002136230469,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":224,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"226":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-134.85000610351565,"PosY":-203.1699981689453,"PosZ":-36.2599983215332,"RotY":180.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":226,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"227":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.6501235961914,"PosY":114.02030181884766,"PosZ":99.57988739013672,"RotY":90.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":227,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"228":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":6.369999885559082,"PosY":98.00518798828124,"PosZ":96.8479995727539,"RotY":90.00000762939453,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":228,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"229":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.506348133087158,"PosY":-225.2115020751953,"PosZ":-34.658199310302734,"RotY":180.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":229,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"230":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":74.18269348144531,"PosY":67.73999786376953,"PosZ":102.60199737548828,"RotY":180.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":230,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"238":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.289999961853027,"PosY":98.03820037841797,"PosZ":96.23999786376953,"RotY":47.48263168334961,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":null,"State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":238,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.289999961853027,"PosY":98.03820037841797,"PosZ":96.23999786376953,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":238,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.289999961853027,"PosY":98.03820037841797,"PosZ":96.23999786376953,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":238,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.289999961853027,"PosY":98.03820037841797,"PosZ":96.23999786376953,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":238,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.289999961853027,"PosY":98.03820037841797,"PosZ":96.23999786376953,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":238,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.1299991607666,"PosY":98.03807067871094,"PosZ":90.4000015258789,"RotY":300.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":238,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.1299991607666,"PosY":98.03807067871094,"PosZ":90.4000015258789,"RotY":300.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":238,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-7.996570110321045,"PosY":100.58750152587892,"PosZ":98.3523178100586,"RotY":227.48269653320312,"groupId":0},"2":{"ID":2,"PosX":-7.996570110321045,"PosY":100.58750152587892,"PosZ":98.3523178100586,"RotY":227.48269653320312,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-7.996570110321045,"PosY":100.58750152587892,"PosZ":98.3523178100586,"RotY":227.48269653320312,"groupId":0}}},"241":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-106.15000152587892,"PosY":-223.99899291992188,"PosZ":-40.150001525878906,"RotY":200.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":null,"State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":241,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-106.15000152587892,"PosY":-223.99899291992188,"PosZ":-40.150001525878906,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":241,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-106.15000152587892,"PosY":-223.99899291992188,"PosZ":-40.150001525878906,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":241,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-106.15000152587892,"PosY":-223.99899291992188,"PosZ":-40.150001525878906,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":241,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-106.15000152587892,"PosY":-223.99899291992188,"PosZ":-40.150001525878906,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":241,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.63999938964844,"PosY":-224.0010986328125,"PosZ":-30.100000381469727,"RotY":180.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":241,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.63999938964844,"PosY":-224.0010986328125,"PosZ":-30.100000381469727,"RotY":180.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":241,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-107.26740264892578,"PosY":-221.66470336914065,"PosZ":-43.34574890136719,"RotY":20.0,"groupId":0},"2":{"ID":2,"PosX":-107.26740264892578,"PosY":-221.66470336914065,"PosZ":-43.34574890136719,"RotY":20.0,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-106.9572982788086,"PosY":-221.66470336914065,"PosZ":-43.45861053466797,"RotY":20.0,"groupId":0}}},"242":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.9600067138672,"PosY":-204.96969604492188,"PosZ":-89.33000183105469,"RotY":97.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":null,"State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":242,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.9600067138672,"PosY":-204.96969604492188,"PosZ":-89.33000183105469,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":242,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.9600067138672,"PosY":-204.96969604492188,"PosZ":-89.33000183105469,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":242,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.9600067138672,"PosY":-204.96969604492188,"PosZ":-89.33000183105469,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":242,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.9600067138672,"PosY":-204.96969604492188,"PosZ":-89.33000183105469,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":242,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-160.19090270996094,"PosY":-204.9698028564453,"PosZ":-88.59398651123047,"RotY":90.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":242,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-160.19090270996094,"PosY":-204.9698028564453,"PosZ":-88.59398651123047,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":242,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-152.86439514160156,"PosY":-202.42039489746097,"PosZ":-89.70304107666016,"RotY":277.0,"groupId":0},"2":{"ID":2,"PosX":-152.86439514160156,"PosY":-202.42039489746097,"PosZ":-89.70304107666016,"RotY":277.0,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-152.86439514160156,"PosY":-202.42039489746097,"PosZ":-89.70304107666016,"RotY":277.0,"groupId":0}}},"249":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.0349999666213987,"PosY":89.7229995727539,"PosZ":78.48500061035156,"RotY":180.0,"PropID":103154,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":249,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SandBoardGate_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.95000076293945,"PosY":-232.94000244140625,"PosZ":-204.8999938964844,"RotY":0.0,"PropID":103154,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","Hidden"],"groupId":249,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SandBoardGate_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-172.88999938964844,"PosY":-227.8000030517578,"PosZ":-115.2699966430664,"RotY":89.9999771118164,"PropID":103154,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","Hidden"],"groupId":249,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SandBoardGate_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-30.1200008392334,"PosY":-225.94900512695312,"PosZ":-138.94000244140625,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-0.9236050248146057,"PosY":88.68080139160156,"PosZ":76.34130096435547,"RotY":0.0,"groupId":0},"7":{"ID":7,"PosX":-1.0080000162124634,"PosY":89.88999938964844,"PosZ":73.13999938964844,"RotY":359.6933898925781,"groupId":0},"8":{"ID":8,"PosX":-32.79999923706055,"PosY":-216.57000732421875,"PosZ":-164.05999755859375,"RotY":181.62539672851565,"groupId":0},"9":{"ID":9,"PosX":-156.49000549316406,"PosY":-221.2100067138672,"PosZ":-115.2699966430664,"RotY":270.0,"groupId":0}}},"268":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.81999969482422,"PosY":-226.8363037109375,"PosZ":-74.55000305175781,"RotY":90.0,"PropID":103086,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Gashapon_02.json","State":"Closed","propStateList":["Closed","CustomState01","CustomState02","CustomState03"],"groupId":268,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Gashapon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"274":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":76.30000305175781,"PosY":98.0,"PosZ":80.20913696289062,"RotY":0.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":274,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":68.58999633789062,"PosY":98.0,"PosZ":80.20913696289062,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":274,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":82.8089599609375,"PosY":98.0,"PosZ":87.37545013427734,"RotY":45.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":274,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"275":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":79.18820190429688,"PosY":98.0,"PosZ":79.8724365234375,"RotY":90.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":275,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":78.95999145507812,"PosY":97.99993896484376,"PosZ":83.55000305175781,"RotY":99.99999237060547,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":275,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":82.8089599609375,"PosY":98.0,"PosZ":87.37545013427734,"RotY":45.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":275,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"276":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":92.43656158447266,"PosY":108.7947006225586,"PosZ":114.5457000732422,"RotY":270.1260986328125,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":276,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":91.02554321289062,"PosY":120.18360137939452,"PosZ":114.54579925537108,"RotY":269.99798583984375,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":276,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"277":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":59.13003158569336,"PosY":118.96420288085938,"PosZ":114.54630279541016,"RotY":90.00000762939453,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":277,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"278":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":86.53056335449219,"PosY":112.80159759521484,"PosZ":79.89835357666016,"RotY":-0.000037999998312443495,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":278,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"279":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":86.52477264404298,"PosY":120.67030334472656,"PosZ":81.46000671386719,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":279,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"281":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":79.18480682373047,"PosY":98.0,"PosZ":79.86953735351562,"RotY":86.48272705078125,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":281,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":97.38999938964844,"PosY":98.0,"PosZ":80.6658935546875,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":281,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":80.0199966430664,"PosY":98.01995849609376,"PosZ":86.73999786376953,"RotY":170.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":281,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"282":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":99.55899810791016,"PosY":121.01399993896484,"PosZ":102.5500030517578,"RotY":270.0002136230469,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":282,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":86.55921173095702,"PosY":112.02040100097656,"PosZ":86.12000274658203,"RotY":0.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":282,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"283":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":99.58999633789062,"PosY":105.7300033569336,"PosZ":111.91999816894533,"RotY":270.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":283,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":99.52664184570312,"PosY":100.33190155029295,"PosZ":105.59709930419922,"RotY":0.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":283,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":99.52999877929688,"PosY":97.94000244140624,"PosZ":113.83999633789064,"RotY":180.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":283,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"284":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":94.8572769165039,"PosY":88.89816284179688,"PosZ":102.5791015625,"RotY":270.0024108886719,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":284,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"285":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":94.51548767089844,"PosY":106.35269927978516,"PosZ":114.54460144042967,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":285,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"286":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":60.57883834838867,"PosY":120.23249816894533,"PosZ":114.5457000732422,"RotY":269.9305114746094,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":286,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":59.34959030151367,"PosY":87.47395324707033,"PosZ":114.54599761962892,"RotY":90.00119018554688,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":286,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":74.57620239257812,"PosY":93.76947784423828,"PosZ":114.54560089111328,"RotY":89.9878921508789,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":286,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":94.59092712402344,"PosY":87.7813720703125,"PosZ":114.5458984375,"RotY":89.92173767089844,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":286,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":90.68364715576172,"PosY":119.72730255126952,"PosZ":114.5457000732422,"RotY":269.55938720703125,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":286,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":92.1852264404297,"PosY":107.839599609375,"PosZ":114.54579925537108,"RotY":269.989501953125,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":286,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":66.08280181884766,"PosY":113.60489654541016,"PosZ":114.54550170898438,"RotY":90.00079345703125,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":286,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"287":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":150.0,"PosX":86.52400207519531,"PosY":118.1510009765625,"PosZ":86.2229995727539,"NPCMonsterID":3012010,"EventID":20321171,"groupId":287,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":120.0,"PosX":99.52999877929688,"PosY":115.41999816894533,"PosZ":104.41000366210938,"NPCMonsterID":3012020,"EventID":20321172,"groupId":287,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":70.0,"PosX":99.52509307861328,"PosY":115.58350372314452,"PosZ":100.07469940185548,"NPCMonsterID":3011010,"EventID":20321173,"groupId":287,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":225.0,"PosX":99.52509307861328,"PosY":112.9167022705078,"PosZ":96.93987274169922,"NPCMonsterID":3012020,"EventID":20321174,"groupId":287,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"288":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":120.0,"PosX":99.52999877929688,"PosY":115.41999816894533,"PosZ":104.41000366210938,"NPCMonsterID":3012020,"EventID":20321177,"groupId":288,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":60.0,"PosX":99.52509307861328,"PosY":115.58350372314452,"PosZ":100.07469940185548,"NPCMonsterID":3011010,"EventID":20321178,"groupId":288,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":225.0,"PosX":99.52509307861328,"PosY":112.9167022705078,"PosZ":96.93987274169922,"NPCMonsterID":3012020,"EventID":20321179,"groupId":288,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"289":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":340.0,"PosX":71.13301849365234,"PosY":94.0471420288086,"PosZ":114.54630279541016,"NPCMonsterID":3012020,"EventID":20321180,"groupId":289,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":90.10001373291016,"PosX":77.7686767578125,"PosY":95.38925170898438,"PosZ":114.54630279541016,"NPCMonsterID":3012010,"EventID":20321181,"groupId":289,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":270.1000061035156,"PosX":82.66799926757812,"PosY":95.25399780273438,"PosZ":114.54599761962892,"NPCMonsterID":3012010,"EventID":20321182,"groupId":289,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":340.0,"PosX":91.32231140136719,"PosY":117.77320098876952,"PosZ":114.54630279541016,"NPCMonsterID":3012010,"EventID":20321183,"groupId":289,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"315":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":76.15650939941406,"PosY":103.07469940185548,"PosZ":114.97360229492188,"RotY":348.1182861328125,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":315,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":76.2928695678711,"PosY":102.93659973144533,"PosZ":114.99449920654295,"RotY":192.591796875,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":315,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":76.01123809814453,"PosY":102.94280242919922,"PosZ":114.89620208740234,"RotY":282.5486145019531,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":315,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":76.51979064941406,"PosY":102.65200042724608,"PosZ":117.41300201416016,"RotY":0.0,"PropID":103023,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":315,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":74.76555633544922,"PosY":103.54070281982422,"PosZ":114.52940368652344,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":315,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"316":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":1.2460000514984133,"PosY":96.73799896240233,"PosZ":170.3520050048828,"RotY":159.71749877929688,"PropID":103083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":316,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_StarCard_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":1.656999945640564,"PosY":97.25834655761719,"PosZ":156.2949981689453,"RotY":268.4307861328125,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":316,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.7920000553131104,"PosY":89.70855712890625,"PosZ":87.43000030517578,"RotY":272.3645935058594,"PropID":103083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":316,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_StarCard_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.706000328063965,"PosY":89.52200317382812,"PosZ":71.5270004272461,"RotY":191.25430297851565,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":316,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":5.577000141143799,"PosY":95.88899993896484,"PosZ":-15.86400032043457,"RotY":326.1610107421875,"PropID":101027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":316,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.215999603271484,"PosY":97.62100219726562,"PosZ":145.32400512695312,"RotY":40.940650939941406,"PropID":101027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":316,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":9.913999557495117,"PosY":99.41600036621094,"PosZ":101.48300170898438,"RotY":168.61129760742188,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":316,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"330":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-164.664306640625,"PosY":-198.80799865722656,"PosZ":-66.05687713623047,"RotY":71.43327331542969,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":330,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-98.30999755859376,"PosY":-202.11000061035156,"PosZ":-16.65999984741211,"RotY":273.3057861328125,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":330,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.65999984741211,"PosY":-225.22999572753903,"PosZ":-37.20000076293945,"RotY":277.8124084472656,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":330,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.2309999465942385,"PosY":89.35299682617188,"PosZ":67.58399963378906,"RotY":92.8690414428711,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":330,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":9.859999656677246,"PosY":89.35299682617188,"PosZ":75.36900329589844,"RotY":34.21067810058594,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":330,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.420000076293944,"PosY":89.35299682617188,"PosZ":75.2750015258789,"RotY":161.62640380859375,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":330,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.326000213623049,"PosY":89.35299682617188,"PosZ":87.63400268554688,"RotY":192.5836944580078,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":330,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":9.989999771118164,"PosY":89.35299682617188,"PosZ":87.52999877929688,"RotY":339.5736999511719,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":330,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"335":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":330.0,"PosX":-3.490000009536743,"PosY":95.010009765625,"PosZ":34.31999969482422,"NPCMonsterID":3011010,"EventID":20322051,"groupId":335,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":270.0,"PosX":-2.5695741176605225,"PosY":95.0,"PosZ":36.53499984741211,"NPCMonsterID":3012020,"EventID":20322052,"groupId":335,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"336":{"props":[],"npcs":[],"monsters":[{"ID":200003,"RotY":219.64590454101565,"PosX":15.711000442504885,"PosY":98.0,"PosZ":103.78800201416016,"NPCMonsterID":3012010,"EventID":20322053,"groupId":336,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":0.0,"PosX":13.647740364074709,"PosY":98.0001220703125,"PosZ":100.11000061035156,"NPCMonsterID":3012010,"EventID":20322054,"groupId":336,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":90.0,"PosX":18.34000015258789,"PosY":89.00006103515625,"PosZ":103.02870178222656,"NPCMonsterID":3012020,"EventID":20322055,"groupId":336,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":350.440185546875,"PosX":15.390000343322754,"PosY":98.00006103515624,"PosZ":97.66999816894531,"NPCMonsterID":3011010,"EventID":20322056,"groupId":336,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"337":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.9882270097732544,"PosY":95.00006103515624,"PosZ":29.30760955810547,"RotY":90.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":337,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":1.6200000047683716,"PosY":95.0,"PosZ":28.530000686645508,"RotY":180.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":337,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"338":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":20.301069259643555,"PosY":98.00006103515624,"PosZ":86.80091857910156,"RotY":270.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":338,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":16.530000686645508,"PosY":98.010009765625,"PosZ":84.97000122070312,"RotY":135.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":338,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":10.739089965820312,"PosY":93.50006103515624,"PosZ":123.3113021850586,"RotY":135.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":338,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"340":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.94000244140624,"PosY":98.0,"PosZ":78.91000366210938,"RotY":253.9459991455078,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":340,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.9800033569336,"PosY":98.0,"PosZ":78.29000091552734,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":340,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-77.80000305175781,"PosY":97.9990234375,"PosZ":84.63005065917967,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":340,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-83.80000305175781,"PosY":97.9990234375,"PosZ":84.63005065917967,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":340,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.80999755859375,"PosY":97.989990234375,"PosZ":81.56900024414062,"RotY":270.0002136230469,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":340,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.80999755859375,"PosY":97.989990234375,"PosZ":81.56900024414062,"RotY":270.0002136230469,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":340,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.80999755859375,"PosY":97.989990234375,"PosZ":81.56900024414062,"RotY":270.0002136230469,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":340,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.70999908447266,"PosY":98.0,"PosZ":79.55000305175781,"RotY":270.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":340,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-94.9855728149414,"PosY":100.3093032836914,"PosZ":78.02631378173828,"RotY":73.9460220336914,"groupId":0},"2":{"ID":2,"PosX":-94.9855728149414,"PosY":100.3093032836914,"PosZ":78.02631378173828,"RotY":73.9460220336914,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":-560.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-94.9855728149414,"PosY":100.3093032836914,"PosZ":78.02631378173828,"RotY":73.9460220336914,"groupId":0}}}}},"P20323_F20323001":{"teleports":{},"group_items":{}},"P20331_F20331001":{"teleports":{"1022":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.049770355224608,"PosY":0.5916770100593567,"PosZ":86.88600158691406,"RotY":110.0,"PropID":801,"AnchorID":1,"AnchorGroupID":301,"MappingInfoID":1022,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":301,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"},"2390":{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.5,"PosY":153.57940673828125,"PosZ":676.4000244140625,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10028":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":261.14520263671875,"PosY":48.72188949584961,"PosZ":825.5701293945312,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10028,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":217,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10055":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.54599952697754,"PosY":0.49950799345970154,"PosZ":-4.88700008392334,"RotY":145.0717010498047,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":395,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10060":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":262.4209899902344,"PosY":51.82181930541992,"PosZ":804.0750122070312,"RotY":268.2668151855469,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":220,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"},"10061":{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":453.2999877929687,"PosY":-12.86032009124756,"PosZ":807.2899780273436,"RotY":311.7528991699219,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":328,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10062":{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":361.8832092285156,"PosY":31.73002052307129,"PosZ":427.0585021972656,"RotY":270.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10062,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},"10068":{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.05400000140070915,"PosY":1.8400000333786013,"PosZ":117.93000030517578,"RotY":0.0,"PropID":103247,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10068,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSInteract_01.json","State":"Closed","propStateList":["Closed"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSInteract_01_Entity.json"},"10072":{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":359.3962097167969,"PosY":40.5260009765625,"PosZ":380.62640380859375,"RotY":180.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10072,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2033101":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.1656301021575928,"PosY":1.7193180322647097,"PosZ":-42.41658020019531,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":82,"MappingInfoID":2033101,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2033102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-435.6799926757813,"PosY":-119.13590240478516,"PosZ":407.8599853515625,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":82,"MappingInfoID":2033102,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2033103":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-275.0400085449219,"PosY":-119.13590240478516,"PosZ":408.4500122070313,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":82,"MappingInfoID":2033103,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2033104":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":364.3399963378906,"PosY":40.71998977661133,"PosZ":409.3500061035156,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":82,"MappingInfoID":2033104,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2033105":{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":279.3299865722656,"PosY":45.721771240234375,"PosZ":759.7999877929688,"RotY":0.0,"PropID":101,"AnchorID":5,"AnchorGroupID":82,"MappingInfoID":2033105,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2033106":{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-452.6000061035156,"PosY":4.781010150909424,"PosZ":805.3798828125,"RotY":0.0,"PropID":101,"AnchorID":6,"AnchorGroupID":82,"MappingInfoID":2033106,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2033107":{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-269.8399963378906,"PosY":4.78101110458374,"PosZ":805.3900756835938,"RotY":0.0,"PropID":101,"AnchorID":7,"AnchorGroupID":82,"MappingInfoID":2033107,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2033108":{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":236.55999755859375,"PosY":-24.136449813842773,"PosZ":178.25,"RotY":0.0,"PropID":101,"AnchorID":8,"AnchorGroupID":82,"MappingInfoID":2033108,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2033109":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":422.3200073242187,"PosY":-18.878150939941406,"PosZ":859.9000244140625,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":411,"MappingInfoID":2033109,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":411,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.09999847412108,"PosY":69.67743682861328,"PosZ":570.5999755859375,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-85.9000015258789,"PosY":64.75125885009766,"PosZ":570.5999755859375,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":9.5,"PosY":69.67743682861328,"PosZ":629.5999755859375,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":40.20000076293945,"PosY":69.67743682861328,"PosZ":629.5999755859375,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.1999969482422,"PosY":166.80599975585938,"PosZ":676.4000244140625,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.5,"PosY":153.57940673828125,"PosZ":676.4000244140625,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.70000076293945,"PosY":0.0,"PosZ":631.2999877929688,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-445.0190124511718,"PosY":3.897857904434204,"PosZ":918.61572265625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_ReshaFinishMove_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-277.37799072265625,"PosY":3.509998083114624,"PosZ":918.8300170898436,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_ReshaFinishMove_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-445.10101318359375,"PosY":5.554999828338623,"PosZ":735.1699829101564,"RotY":180.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10072,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_ReshaFinishMove_02.json","State":"Closed","propStateList":["Closed","Open"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-445.10101318359375,"PosY":3.872999906539917,"PosZ":735.1699829101564,"RotY":180.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_ReshaFinishMove_02.json","State":"Closed","propStateList":["Closed","Open"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-277.3500061035156,"PosY":5.5269999504089355,"PosZ":735.1829833984375,"RotY":180.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10072,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_ReshaFinishMove_02.json","State":"Closed","propStateList":["Closed","Open"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-277.3500061035156,"PosY":3.822999954223633,"PosZ":735.0670166015625,"RotY":180.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_ReshaFinishMove_02.json","State":"Closed","propStateList":["Closed","Open"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":359.3299865722656,"PosY":43.47999954223633,"PosZ":377.8070068359375,"RotY":180.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_ReshaFinishMove_02.json","State":"Closed","propStateList":["Closed","Open"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":359.3299865722656,"PosY":41.702999114990234,"PosZ":377.8070068359375,"RotY":180.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_ReshaFinishMove_02.json","State":"Closed","propStateList":["Closed","Open"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":283.79400634765625,"PosY":48.68000030517578,"PosZ":738.969970703125,"RotY":180.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10072,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_ReshaFinishMove_02.json","State":"Closed","propStateList":["Closed","Open"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":283.79400634765625,"PosY":46.77299880981445,"PosZ":738.969970703125,"RotY":180.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_ReshaFinishMove_02.json","State":"Closed","propStateList":["Closed","Open"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-440.5679931640625,"PosY":-118.10900115966795,"PosZ":363.7799987792969,"RotY":180.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10072,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_ReshaFinishMove_02.json","State":"Closed","propStateList":["Closed","Open"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-270.1099853515625,"PosY":-118.1510009765625,"PosZ":363.75,"RotY":180.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10072,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_ReshaFinishMove_02.json","State":"Closed","propStateList":["Closed","Open"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":232.6230010986328,"PosY":-21.4689998626709,"PosZ":132.01600646972656,"RotY":180.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10072,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_ReshaFinishMove_02.json","State":"Closed","propStateList":["Closed","Open"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":232.6230010986328,"PosY":-23.099000930786133,"PosZ":132.01600646972656,"RotY":180.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_ReshaFinishMove_02.json","State":"Closed","propStateList":["Closed","Open"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":359.3962097167969,"PosY":40.5260009765625,"PosZ":380.62640380859375,"RotY":180.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10072,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.029777999967336655,"PosY":1.7059429883956907,"PosZ":-36.89210891723633,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":369.5549926757813,"PosY":-8.031999588012695,"PosZ":428.1000061035156,"RotY":90.00000762939453,"groupId":0},"3":{"ID":3,"PosX":-0.17677800357341766,"PosY":3.443000078201294,"PosZ":117.7509994506836,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-440.2320861816406,"PosY":-109.77100372314452,"PosZ":529.3980102539062,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":-270.6000061035156,"PosY":-109.8769989013672,"PosZ":529.6160278320312,"RotY":180.0,"groupId":0},"6":{"ID":6,"PosX":383.2799987792969,"PosY":54.2859992980957,"PosZ":519.0130004882812,"RotY":0.0,"groupId":0},"7":{"ID":7,"PosX":279.86199951171875,"PosY":53.17499923706055,"PosZ":863.6500244140625,"RotY":0.0,"groupId":0},"8":{"ID":8,"PosX":-445.0255126953125,"PosY":4.48799991607666,"PosZ":921.2930297851564,"RotY":0.0,"groupId":0},"9":{"ID":9,"PosX":-277.3008117675781,"PosY":4.585000038146973,"PosZ":921.197998046875,"RotY":0.0,"groupId":0},"10":{"ID":10,"PosX":0.27300000190734863,"PosY":4.889484882354736,"PosZ":17.371700286865234,"RotY":0.0,"groupId":0},"11":{"ID":11,"PosX":-0.05900000035762787,"PosY":3.5769710540771484,"PosZ":55.5625,"RotY":0.0,"groupId":0},"12":{"ID":12,"PosX":232.6840057373047,"PosY":-24.097000122070312,"PosZ":137.62899780273438,"RotY":0.0,"groupId":0},"13":{"ID":13,"PosX":-440.1773986816406,"PosY":-110.58910369873048,"PosZ":526.3681030273438,"RotY":180.0,"groupId":0},"14":{"ID":14,"PosX":-270.57000732421875,"PosY":-110.58910369873048,"PosZ":526.3681030273438,"RotY":180.0,"groupId":0},"15":{"ID":15,"PosX":383.29339599609375,"PosY":53.97185897827149,"PosZ":516.0416870117188,"RotY":180.0,"groupId":0},"16":{"ID":16,"PosX":279.8738098144531,"PosY":52.30073165893555,"PosZ":860.51708984375,"RotY":180.0,"groupId":0},"17":{"ID":17,"PosX":-445.0303039550782,"PosY":3.897857904434204,"PosZ":917.8541259765624,"RotY":180.0,"groupId":0},"18":{"ID":18,"PosX":-277.3150939941406,"PosY":3.897857904434204,"PosZ":917.8800048828124,"RotY":180.0,"groupId":0},"19":{"ID":19,"PosX":-0.03999999910593033,"PosY":2.4878530502319336,"PosZ":114.66400146484376,"RotY":180.0,"groupId":0},"20":{"ID":20,"PosX":-440.5245971679687,"PosY":-119.9810028076172,"PosZ":363.7820129394531,"RotY":0.0,"groupId":0},"21":{"ID":21,"PosX":-270.1990966796875,"PosY":-119.75599670410156,"PosZ":363.7640075683594,"RotY":180.0,"groupId":0},"22":{"ID":22,"PosX":359.27398681640625,"PosY":41.86199951171875,"PosZ":377.7749938964844,"RotY":0.0,"groupId":0},"23":{"ID":23,"PosX":283.7632141113281,"PosY":47.00400161743164,"PosZ":738.9710083007812,"RotY":0.0,"groupId":0},"24":{"ID":24,"PosX":-445.0289916992187,"PosY":4.078000068664551,"PosZ":735.2509765625,"RotY":0.0,"groupId":0},"25":{"ID":25,"PosX":-277.5166015625,"PosY":4.013000011444092,"PosZ":735.2839965820312,"RotY":0.0,"groupId":0},"26":{"ID":26,"PosX":232.6840057373047,"PosY":-23.003999710083008,"PosZ":131.96800231933594,"RotY":0.0,"groupId":0}}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":332.79998779296875,"PosY":45.621849060058594,"PosZ":794.2999267578125,"RotY":270.0000915527344,"PropID":103079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricTrigger_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":420.7000122070313,"PosY":-18.87826919555664,"PosZ":847.4000244140625,"RotY":180.0,"PropID":103079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricTrigger_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":351.56060791015625,"PosY":80.29071807861328,"PosZ":524.851318359375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_StateController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":421.7892150878906,"PosY":-18.87828063964844,"PosZ":854.1375122070312,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":338.1000061035156,"PosY":42.599998474121094,"PosZ":805.6090087890625,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":318.5799865722656,"PosY":76.44000244140625,"PosZ":772.1300048828125,"RotY":49.81806945800781,"groupId":0},"2":{"ID":2,"PosX":474.2999877929687,"PosY":-90.30000305175781,"PosZ":903.5999755859376,"RotY":49.81806945800781,"groupId":0},"3":{"ID":3,"PosX":219.3000030517578,"PosY":128.1999969482422,"PosZ":453.7000122070313,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":324.0799865722656,"PosY":45.621849060058594,"PosZ":799.4400024414062,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":318.5799865722656,"PosY":76.44000244140625,"PosZ":772.1300048828125,"RotY":49.81806945800781,"groupId":0},"6":{"ID":6,"PosX":318.5799865722656,"PosY":76.44000244140625,"PosZ":772.1300048828125,"RotY":49.81806945800781,"groupId":0},"7":{"ID":7,"PosX":412.3514099121094,"PosY":-19.780000686645508,"PosZ":849.72998046875,"RotY":0.0,"groupId":0}}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":402.8999938964844,"PosY":-15.600000381469728,"PosZ":842.5999755859375,"RotY":0.0,"PropID":103205,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModule_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":417.0499877929687,"PosY":-18.86532974243164,"PosZ":837.5430297851564,"RotY":1.9999999949504854e-6,"PropID":103078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":413.7000122070313,"PosY":-25.57826042175293,"PosZ":859.0999755859375,"RotY":270.0000915527344,"PropID":103078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":405.35699462890625,"PosY":-16.086999893188477,"PosZ":823.7000122070312,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":412.1109924316406,"PosY":-25.429000854492188,"PosZ":856.2000122070312,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":405.8599853515625,"PosY":-16.076000213623047,"PosZ":839.9600219726564,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":402.6400146484375,"PosY":-15.770000457763672,"PosZ":828.1599731445312,"RotY":180.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":402.6400146484375,"PosY":-15.770000457763672,"PosZ":828.1599731445312,"RotY":0.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":405.35699462890625,"PosY":-16.086999893188477,"PosZ":823.7000122070312,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":405.8599853515625,"PosY":-16.076000213623047,"PosZ":839.9600219726564,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":402.6400146484375,"PosY":-15.770000457763672,"PosZ":828.1599731445312,"RotY":180.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":402.6400146484375,"PosY":-15.770000457763672,"PosZ":828.1599731445312,"RotY":0.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":402.8900146484375,"PosY":-15.979999542236328,"PosZ":814.8200073242188,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":402.8999938964844,"PosY":-15.600000381469728,"PosZ":820.7999877929688,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":402.8999938964844,"PosY":-15.600000381469728,"PosZ":842.5999755859375,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":338.1600036621094,"PosY":56.45000076293945,"PosZ":779.989990234375,"RotY":49.81806945800781,"groupId":0},"4":{"ID":4,"PosX":390.3999938964844,"PosY":8.0,"PosZ":810.5999755859375,"RotY":31.794330596923828,"groupId":0},"5":{"ID":5,"PosX":425.3949890136718,"PosY":5.103312969207764,"PosZ":817.4611206054688,"RotY":309.4652099609375,"groupId":0}}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":426.489990234375,"PosY":-18.878259658813477,"PosZ":828.5999755859375,"RotY":270.0,"PropID":103079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricTrigger_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":433.5499877929687,"PosY":-15.8268404006958,"PosZ":805.7999877929688,"RotY":0.0,"PropID":103079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricTrigger_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":351.56060791015625,"PosY":80.29071807861328,"PosZ":524.851318359375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":351.56060791015625,"PosY":80.29071807861328,"PosZ":524.851318359375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Isometric_StateController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":415.7699890136718,"PosY":-14.25905990600586,"PosZ":823.9299926757812,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":397.0,"PosY":14.010000228881836,"PosZ":785.2000122070312,"RotY":31.794330596923828,"groupId":0},"2":{"ID":2,"PosX":461.5,"PosY":-88.4000015258789,"PosZ":889.2000122070312,"RotY":31.794330596923828,"groupId":0},"3":{"ID":3,"PosX":397.0,"PosY":14.010000228881836,"PosZ":785.2000122070312,"RotY":31.794330596923828,"groupId":0},"4":{"ID":4,"PosX":397.0,"PosY":14.010000228881836,"PosZ":785.2000122070312,"RotY":31.794330596923828,"groupId":0},"5":{"ID":5,"PosX":412.3800048828125,"PosY":-9.359999656677246,"PosZ":812.4099731445312,"RotY":0.0,"groupId":0}}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":408.3999938964844,"PosY":-5.199999809265137,"PosZ":801.2999877929688,"RotY":0.0,"PropID":103206,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModule_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":412.62200927734375,"PosY":-14.25905990600586,"PosZ":821.7529907226564,"RotY":-0.00006800000119255856,"PropID":103078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":408.3999938964844,"PosY":-5.120999813079834,"PosZ":801.2999877929688,"RotY":270.0,"PropID":103093,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":408.3999938964844,"PosY":-5.120999813079834,"PosZ":801.2999877929688,"RotY":90.0,"PropID":103093,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":430.0799865722656,"PosY":-15.826820373535156,"PosZ":811.97998046875,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":408.3800048828125,"PosY":-5.4710001945495605,"PosZ":786.5,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":402.8900146484375,"PosY":-15.979999542236328,"PosZ":814.8200073242188,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":408.3800048828125,"PosY":-5.4710001945495605,"PosZ":786.5,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":413.4200134277344,"PosY":-5.188004016876221,"PosZ":785.364013671875,"RotY":269.9999084472656,"PropID":103078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":408.3999938964844,"PosY":-5.199999809265137,"PosZ":801.2999877929688,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":408.3999938964844,"PosY":-5.199999809265137,"PosZ":801.2999877929688,"RotY":90.00013732910156,"groupId":0},"3":{"ID":3,"PosX":401.5199890136718,"PosY":2.5999999046325684,"PosZ":788.8800048828125,"RotY":31.794330596923828,"groupId":0}}},"37":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-442.0267028808594,"PosY":-116.54820251464844,"PosZ":442.1310119628906,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/Test_Resha_ChangeBlock_Area.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-266.0,"PosY":-116.54820251464844,"PosZ":442.1310119628906,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/Test_Resha_ChangeBlock_Area.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":2.5,"PosY":0.570252001285553,"PosZ":43.900001525878906,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/Test_Resha_ChangeBlock_Area.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":371.7000122070313,"PosY":43.71989822387695,"PosZ":435.8999938964844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/Test_Resha_ChangeBlock_Area.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":364.2000122070313,"PosY":48.72175979614258,"PosZ":814.0073852539062,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/Test_Resha_ChangeBlock_Area.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-444.8214111328125,"PosY":6.706374168395996,"PosZ":827.848388671875,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/Test_Resha_ChangeBlock_Area.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":-274.3999938964844,"PosY":6.706374168395996,"PosZ":827.848388671875,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/Test_Resha_ChangeBlock_Area.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300032,"Category":"","GroupName":"","LoadSide":null,"PosX":232.58360290527344,"PosY":-24.09704971313477,"PosZ":196.8000030517578,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/Test_Resha_ChangeBlock_Area.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.03014400042593479,"PosY":2.0999910831451416,"PosZ":112.58999633789064,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":-269.940185546875,"PosY":-120.9072036743164,"PosZ":369.5743103027344,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-440.4862060546875,"PosY":-120.90709686279295,"PosZ":369.4617004394531,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-439.9620971679687,"PosY":-110.68710327148438,"PosZ":523.3433227539062,"RotY":180.0,"groupId":0},"5":{"ID":5,"PosX":-270.5741882324219,"PosY":-110.61489868164064,"PosZ":523.3939819335938,"RotY":180.0,"groupId":0},"6":{"ID":6,"PosX":359.630615234375,"PosY":41.11970138549805,"PosZ":385.6368103027344,"RotY":0.0,"groupId":0},"7":{"ID":7,"PosX":383.3468017578125,"PosY":53.59370040893555,"PosZ":510.6593933105469,"RotY":0.0,"groupId":0},"8":{"ID":8,"PosX":283.5404968261719,"PosY":46.117679595947266,"PosZ":745.24072265625,"RotY":0.0,"groupId":0},"9":{"ID":9,"PosX":279.68231201171875,"PosY":51.84952926635742,"PosZ":853.3740844726564,"RotY":180.0,"groupId":0},"10":{"ID":10,"PosX":-277.5743103027344,"PosY":2.8928799629211426,"PosZ":740.8931274414062,"RotY":0.0,"groupId":0},"11":{"ID":11,"PosX":-277.63739013671875,"PosY":3.522294044494629,"PosZ":913.6431274414062,"RotY":180.0,"groupId":0},"12":{"ID":12,"PosX":-445.7229919433594,"PosY":3.0240349769592285,"PosZ":740.192626953125,"RotY":0.0,"groupId":0},"13":{"ID":13,"PosX":-445.3042907714844,"PosY":3.5098350048065186,"PosZ":915.2700805664062,"RotY":180.0,"groupId":0},"14":{"ID":14,"PosX":232.7834014892578,"PosY":-23.650190353393555,"PosZ":138.6533966064453,"RotY":0.0,"groupId":0}}},"39":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":371.5910034179687,"PosY":43.72499084472656,"PosZ":423.82321166992193,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSaveManagar_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":361.1221008300782,"PosY":43.72002029418945,"PosZ":433.77288818359375,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":353.9194030761719,"PosY":50.119991302490234,"PosZ":418.73141479492193,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":361.8183898925782,"PosY":43.72991180419922,"PosZ":433.6361083984375,"RotY":270.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10062,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":365.0426025390625,"PosY":43.71998977661133,"PosZ":447.001708984375,"RotY":180.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":353.77349853515625,"PosY":50.11981964111328,"PosZ":418.285888671875,"RotY":0.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":359.3110046386719,"PosY":43.71989822387695,"PosZ":436.4305114746094,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":353.3500061035156,"PosY":50.11983108520508,"PosZ":436.55999755859375,"RotY":0.0,"PropID":103030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_05_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":356.489990234375,"PosY":31.719989776611328,"PosZ":409.3699951171875,"RotY":90.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":372.8999938964844,"PosY":50.54999923706055,"PosZ":407.28851318359375,"RotY":0.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_CartoonTV_01.json","State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":353.322998046875,"PosY":43.72991943359375,"PosZ":436.7160034179687,"RotY":0.0,"PropID":103051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":356.4309997558594,"PosY":43.72990036010742,"PosZ":433.5899963378906,"RotY":90.0,"PropID":103051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":361.9371032714844,"PosY":43.730018615722656,"PosZ":437.19488525390625,"RotY":0.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":361.8832092285156,"PosY":31.73002052307129,"PosZ":427.0585021972656,"RotY":270.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10062,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":366.0700073242187,"PosY":43.71998977661133,"PosZ":445.3200073242187,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":371.4020080566406,"PosY":57.12004852294922,"PosZ":409.6861877441406,"RotY":0.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":390.9280090332031,"PosY":50.12002944946289,"PosZ":436.0549926757813,"RotY":180.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":380.8389892578125,"PosY":50.13003158569336,"PosZ":451.61041259765625,"RotY":90.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","Hidden"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":383.3200073242187,"PosY":50.13003158569336,"PosZ":442.3492126464844,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":371.4827880859375,"PosY":19.1200008392334,"PosZ":403.1950073242187,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":360.17498779296875,"PosY":43.72002029418945,"PosZ":439.51800537109375,"RotY":89.99999237060547,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":358.4930114746094,"PosY":50.119991302490234,"PosZ":439.41400146484375,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":359.8559875488281,"PosY":31.720020294189453,"PosZ":427.3489990234375,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":371.4200134277344,"PosY":41.60900115966797,"PosZ":403.1799926757813,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfResetGun_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":359.4642028808594,"PosY":40.72103118896485,"PosZ":417.4710083007813,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfResetGun_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":389.3299865722656,"PosY":50.11983108520508,"PosZ":436.6180114746094,"RotY":0.0,"PropID":103030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_05_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":359.7449035644531,"PosY":46.720008850097656,"PosZ":451.5418090820313,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfResetGun_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":371.3200073242187,"PosY":47.2400016784668,"PosZ":403.54000854492193,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfResetGun_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":348.0459899902344,"PosY":50.618999481201165,"PosZ":422.7829895019531,"Name":"NPC1","RotY":42.6291389465332,"NPCID":3098,"groupId":39,"IsDelete":false,"IsClientOnly":false}],"monsters":[{"ID":200001,"RotY":0.0,"PosX":365.4800109863282,"PosY":43.72002029418945,"PosZ":450.7999877929687,"NPCMonsterID":7010011,"EventID":10301299,"groupId":39,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":365.3482971191406,"PosY":43.71998977661133,"PosZ":445.94488525390625,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":353.4834899902344,"PosY":50.11981964111328,"PosZ":419.04400634765625,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":364.89898681640625,"PosY":45.06930160522461,"PosZ":441.75289916992193,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":353.9200134277344,"PosY":51.55500030517578,"PosZ":423.5280151367187,"RotY":180.0,"groupId":0},"5":{"ID":5,"PosX":360.9743041992187,"PosY":43.71989822387695,"PosZ":433.3309020996094,"RotY":90.0,"groupId":0},"6":{"ID":6,"PosX":357.17999267578125,"PosY":45.12900161743164,"PosZ":433.7789916992187,"RotY":90.0,"groupId":0},"7":{"ID":7,"PosX":370.7997131347656,"PosY":50.57699966430664,"PosZ":402.5989990234375,"RotY":180.0,"groupId":0},"8":{"ID":8,"PosX":371.0509948730469,"PosY":52.479000091552734,"PosZ":408.0660095214844,"RotY":180.0,"groupId":0},"9":{"ID":9,"PosX":357.09930419921875,"PosY":43.71989822387695,"PosZ":433.6167907714844,"RotY":90.0,"groupId":0},"10":{"ID":10,"PosX":353.31658935546875,"PosY":43.72991180419922,"PosZ":437.1455078125,"RotY":0.0,"groupId":0},"11":{"ID":11,"PosX":361.1648864746094,"PosY":31.720020294189453,"PosZ":427.2019958496094,"RotY":90.0,"groupId":0},"12":{"ID":12,"PosX":357.0769958496094,"PosY":33.382999420166016,"PosZ":427.2009887695313,"RotY":90.0,"groupId":0},"13":{"ID":13,"PosX":371.3500061035156,"PosY":52.70100021362305,"PosZ":420.7139892578125,"RotY":180.0,"groupId":0},"14":{"ID":14,"PosX":371.3500061035156,"PosY":53.90999984741211,"PosZ":416.7999877929687,"RotY":0.0,"groupId":0},"15":{"ID":15,"PosX":371.0830078125,"PosY":57.12004852294922,"PosZ":410.4620056152344,"RotY":180.0,"groupId":0},"16":{"ID":16,"PosX":371.5580139160156,"PosY":58.3489990234375,"PosZ":413.5249938964844,"RotY":180.0,"groupId":0},"17":{"ID":17,"PosX":381.6170043945313,"PosY":50.12002944946289,"PosZ":451.8619995117187,"RotY":270.0,"groupId":0},"18":{"ID":18,"PosX":385.031005859375,"PosY":51.22700119018555,"PosZ":451.4590148925782,"RotY":270.0,"groupId":0}}},"40":{"props":[{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":378.0989990234375,"PosY":48.658180236816406,"PosZ":434.5530090332031,"RotY":270.0,"PropID":103087,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SolidaBottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":382.7203063964844,"PosY":50.129940032958984,"PosZ":424.6549987792969,"RotY":0.0,"PropID":103051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":379.87701416015625,"PosY":57.130001068115234,"PosZ":421.510009765625,"RotY":270.0,"PropID":103051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":377.5133972167969,"PosY":50.12002944946289,"PosZ":427.3550109863282,"RotY":0.0,"PropID":103068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGun_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":341.4700012207031,"PosY":31.73002052307129,"PosZ":413.20941162109375,"RotY":0.0,"PropID":103055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonExplosives_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":341.3999938964844,"PosY":31.719999313354492,"PosZ":412.4540100097656,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":371.5700073242187,"PosY":50.145999908447266,"PosZ":435.2099914550782,"RotY":180.0,"PropID":103055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonExplosives_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":371.3500061035156,"PosY":50.130001068115234,"PosZ":418.784912109375,"RotY":0.0,"PropID":103055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonExplosives_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":374.9660949707031,"PosY":46.97650909423828,"PosZ":418.931396484375,"RotY":90.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":368.1106872558594,"PosY":43.71998977661133,"PosZ":419.5039978027344,"RotY":0.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap03_WolfBro_TeleportGate_Resha.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":379.8059997558594,"PosY":48.70100021362305,"PosZ":441.572998046875,"RotY":180.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":375.7333068847656,"PosY":43.72002029418945,"PosZ":441.3550109863282,"RotY":225.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":333.6883850097656,"PosY":31.72001075744629,"PosZ":424.89300537109375,"RotY":0.0,"PropID":103068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGun_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":353.9230041503906,"PosY":34.984859466552734,"PosZ":419.6300048828125,"RotY":270.0,"PropID":103087,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SolidaBottle_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":341.0899963378906,"PosY":34.984859466552734,"PosZ":419.04400634765625,"RotY":90.0,"PropID":103087,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SolidaBottle_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":356.0675964355469,"PosY":31.73002052307129,"PosZ":413.3073120117187,"RotY":0.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":354.0780029296875,"PosY":34.984859466552734,"PosZ":412.99899291992193,"RotY":0.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":340.9630126953125,"PosY":34.984859466552734,"PosZ":425.73199462890625,"RotY":180.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":339.7213134765625,"PosY":31.720020294189453,"PosZ":425.6296997070313,"RotY":180.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":341.6449890136719,"PosY":31.73002052307129,"PosZ":409.30999755859375,"RotY":0.0,"PropID":103055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonExplosives_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":357.3299865722656,"PosY":36.09000015258789,"PosZ":425.55999755859375,"RotY":201.027099609375,"groupId":0},"2":{"ID":2,"PosX":344.45001220703125,"PosY":36.93000030517578,"PosZ":412.6199951171875,"RotY":336.37890625,"groupId":0},"3":{"ID":3,"PosX":368.1593017578125,"PosY":43.71998977661133,"PosZ":420.2304992675782,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":375.60400390625,"PosY":47.058441162109375,"PosZ":419.0227966308594,"RotY":90.0,"groupId":0},"5":{"ID":5,"PosX":371.4122009277344,"PosY":43.71998977661133,"PosZ":407.9849853515625,"RotY":0.0,"groupId":0},"6":{"ID":6,"PosX":371.5163879394531,"PosY":31.719989776611328,"PosZ":408.1106872558594,"RotY":0.0,"groupId":0},"7":{"ID":7,"PosX":368.7438049316406,"PosY":31.729999542236328,"PosZ":407.7951965332031,"RotY":0.0,"groupId":0},"8":{"ID":8,"PosX":371.1622009277344,"PosY":-14.31698989868164,"PosZ":407.5553894042969,"RotY":0.0,"groupId":0},"9":{"ID":9,"PosX":379.6117858886718,"PosY":57.130001068115234,"PosZ":421.5719909667969,"RotY":270.0,"groupId":0},"10":{"ID":10,"PosX":382.6861877441406,"PosY":50.129940032958984,"PosZ":425.1015930175782,"RotY":0.0,"groupId":0},"11":{"ID":11,"PosX":368.3139953613282,"PosY":49.74599838256836,"PosZ":434.5799865722656,"RotY":90.0,"groupId":0},"12":{"ID":12,"PosX":387.3861999511718,"PosY":121.51589965820312,"PosZ":594.7730712890625,"RotY":0.0,"groupId":0},"13":{"ID":13,"PosX":387.3377990722656,"PosY":121.02050018310548,"PosZ":595.2620239257812,"RotY":0.0,"groupId":0},"14":{"ID":14,"PosX":383.6600036621094,"PosY":121.51589965820312,"PosZ":594.8880004882812,"RotY":0.0,"groupId":0},"15":{"ID":15,"PosX":383.73239135742193,"PosY":121.02050018310548,"PosZ":595.3787231445312,"RotY":0.0,"groupId":0},"16":{"ID":16,"PosX":315.2959899902344,"PosY":45.444000244140625,"PosZ":542.5590209960938,"RotY":0.0,"groupId":0},"17":{"ID":17,"PosX":302.8689880371094,"PosY":51.878299713134766,"PosZ":524.244384765625,"RotY":180.0,"groupId":0},"18":{"ID":18,"PosX":386.57818603515625,"PosY":119.63729858398438,"PosZ":597.3936767578125,"RotY":0.0,"groupId":0},"19":{"ID":19,"PosX":386.23638916015625,"PosY":119.13500213623048,"PosZ":596.7991943359375,"RotY":257.24310302734375,"groupId":0},"20":{"ID":20,"PosX":392.96881103515625,"PosY":119.63729858398438,"PosZ":604.1381225585938,"RotY":0.0,"groupId":0},"21":{"ID":21,"PosX":393.58648681640625,"PosY":119.13500213623048,"PosZ":604.2769775390625,"RotY":0.0,"groupId":0},"22":{"ID":22,"PosX":310.0299987792969,"PosY":31.719989776611328,"PosZ":529.2708129882812,"RotY":0.0,"groupId":0},"23":{"ID":23,"PosX":309.60101318359375,"PosY":33.43000030517578,"PosZ":524.7999877929688,"RotY":0.0,"groupId":0}}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-277.52630615234375,"PosY":6.3149027824401855,"PosZ":819.5100708007812,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-277.3900146484375,"PosY":6.706302165985107,"PosZ":829.0701293945312,"Name":"NPC1","RotY":188.9676055908203,"NPCID":1302,"groupId":64,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-444.2460021972656,"PosY":4.7808380126953125,"PosZ":785.06298828125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-444.8500061035156,"PosY":6.706302165985107,"PosZ":829.7509765625,"Name":"NPC1","RotY":198.5135955810547,"NPCID":1302,"groupId":68,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"82":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.1656301021575928,"PosY":1.7193180322647097,"PosZ":-42.41658020019531,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":82,"MappingInfoID":2033101,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-435.6799926757813,"PosY":-119.13590240478516,"PosZ":407.8599853515625,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":82,"MappingInfoID":2033102,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-275.0400085449219,"PosY":-119.13590240478516,"PosZ":408.4500122070313,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":82,"MappingInfoID":2033103,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":364.3399963378906,"PosY":40.71998977661133,"PosZ":409.3500061035156,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":82,"MappingInfoID":2033104,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":279.3299865722656,"PosY":45.721771240234375,"PosZ":759.7999877929688,"RotY":0.0,"PropID":101,"AnchorID":5,"AnchorGroupID":82,"MappingInfoID":2033105,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-452.6000061035156,"PosY":4.781010150909424,"PosZ":805.3798828125,"RotY":0.0,"PropID":101,"AnchorID":6,"AnchorGroupID":82,"MappingInfoID":2033106,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-269.8399963378906,"PosY":4.78101110458374,"PosZ":805.3900756835938,"RotY":0.0,"PropID":101,"AnchorID":7,"AnchorGroupID":82,"MappingInfoID":2033107,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":236.55999755859375,"PosY":-24.136449813842773,"PosZ":178.25,"RotY":0.0,"PropID":101,"AnchorID":8,"AnchorGroupID":82,"MappingInfoID":2033108,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.052765000611543655,"PosY":1.7058839797973633,"PosZ":-32.119998931884766,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-440.5799865722656,"PosY":-119.13590240478516,"PosZ":406.79000854492193,"RotY":359.0408020019531,"groupId":0},"3":{"ID":3,"PosX":-270.2799987792969,"PosY":-119.1259994506836,"PosZ":406.7200012207031,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":359.32000732421875,"PosY":41.11970138549805,"PosZ":404.7300109863282,"RotY":1.3133039474487305,"groupId":0},"5":{"ID":5,"PosX":283.54998779296875,"PosY":45.721771240234375,"PosZ":757.5999755859375,"RotY":1.3133039474487305,"groupId":0},"6":{"ID":6,"PosX":-445.05999755859375,"PosY":4.781010150909424,"PosZ":801.6500244140625,"RotY":1.3133039474487305,"groupId":0},"7":{"ID":7,"PosX":-277.29998779296875,"PosY":4.78101110458374,"PosZ":801.5,"RotY":1.3133039474487305,"groupId":0},"8":{"ID":8,"PosX":232.66000366210935,"PosY":-24.136449813842773,"PosZ":177.66000366210938,"RotY":1.3133039474487305,"groupId":0}}},"83":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.58000183105469,"PosY":1.7044260501861572,"PosZ":-11.093999862670898,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":4.9419989585876465,"PosY":1.7061649560928345,"PosZ":62.64300155639648,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-425.5889892578125,"PosY":-119.10070037841795,"PosZ":421.1505126953125,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-445.05999755859375,"PosY":-116.54799652099608,"PosZ":448.239990234375,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-416.1744995117187,"PosY":-109.5164031982422,"PosZ":477.1238098144531,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-248.8000030517578,"PosY":-119.08370208740234,"PosZ":427.0199890136718,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-289.669189453125,"PosY":-109.51670074462892,"PosZ":484.32611083984375,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-247.22999572753903,"PosY":-110.99970245361328,"PosZ":471.989990234375,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":377.5067138671875,"PosY":53.119998931884766,"PosZ":492.1123962402344,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":295.04998779296875,"PosY":45.72188186645508,"PosZ":765.219970703125,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":264.6310119628906,"PosY":48.7238883972168,"PosZ":779.9412231445312,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":315.0,"PosY":45.65095901489258,"PosZ":800.4600219726564,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":431.7999877929687,"PosY":-22.078269958496097,"PosZ":858.8800048828125,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":460.5899963378906,"PosY":-12.860400199890137,"PosZ":794.75,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":417.3580017089844,"PosY":-25.570890426635746,"PosZ":871.5,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":408.49700927734375,"PosY":-5.188061237335205,"PosZ":806.2340087890625,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-454.9299926757813,"PosY":4.780978202819824,"PosZ":819.1699829101564,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-267.7300109863281,"PosY":4.780979156494141,"PosZ":819.2299194335938,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-444.8200073242187,"PosY":-111.02539825439452,"PosZ":507.9458923339844,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-266.4100036621094,"PosY":-111.02549743652344,"PosZ":509.0318908691406,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":372.2210998535156,"PosY":-13.71599006652832,"PosZ":434.92181396484375,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":462.8096008300782,"PosY":-15.878250122070312,"PosZ":776.3422241210938,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":355.31201171875,"PosY":50.11997985839844,"PosZ":435.60250854492193,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":387.8055114746094,"PosY":50.119998931884766,"PosZ":426.2668151855469,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"85":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-259.29998779296875,"PosY":-118.72830200195312,"PosZ":420.24798583984375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-258.6700134277344,"PosY":-118.72689819335938,"PosZ":419.1539916992187,"Name":"NPC1","RotY":264.06298828125,"NPCID":2308,"groupId":85,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-260.0140075683594,"PosY":-118.7227020263672,"PosZ":420.4830017089844,"Name":"NPC2","RotY":222.3125,"NPCID":13227,"groupId":85,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"86":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-280.4700012207031,"PosY":-116.17549896240234,"PosZ":435.6799926757813,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-280.81201171875,"PosY":-116.1697006225586,"PosZ":434.7539978027344,"Name":"NPC1","RotY":115.15370178222656,"NPCID":13227,"groupId":86,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-280.8800048828125,"PosY":-116.1697006225586,"PosZ":436.5,"Name":"NPC2","RotY":121.76090240478516,"NPCID":2312,"groupId":86,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"87":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-270.67529296875,"PosY":-110.61849975585938,"PosZ":474.8500061035156,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-270.30999755859375,"PosY":-110.61150360107422,"PosZ":473.3200073242187,"Name":"NPC1","RotY":182.7180023193359,"NPCID":13227,"groupId":87,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-268.9222106933594,"PosY":-110.61150360107422,"PosZ":473.90328979492193,"Name":"NPC2","RotY":210.10470581054688,"NPCID":2306,"groupId":87,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-271.93359375,"PosY":-110.61150360107422,"PosZ":474.343505859375,"Name":"NPC3","RotY":119.96009826660156,"NPCID":2306,"groupId":87,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"89":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":446.79400634765625,"PosY":-12.87812042236328,"PosZ":791.208984375,"RotY":0.0,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"90":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":465.2999877929687,"PosY":-0.030861999839544296,"PosZ":749.1099853515625,"RotY":348.8039855957031,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"Closed","propStateList":["Closed","Open"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":467.0299987792969,"PosY":-15.864020347595217,"PosZ":782.4299926757812,"RotY":270.6866149902344,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":465.2999877929687,"PosY":-3.13297700881958,"PosZ":749.1099853515625,"RotY":271.2627868652344,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":522.88330078125,"PosY":6.079060077667236,"PosZ":794.6683959960938,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":471.55511474609375,"PosY":-1.2728999853134155,"PosZ":759.5676879882812,"RotY":69.92630004882812,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":480.82708740234375,"PosY":5.144399166107178,"PosZ":754.7841186523436,"RotY":69.92630004882812,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":485.5739135742187,"PosY":0.07269199937582016,"PosZ":772.8624877929688,"RotY":69.92630004882812,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":498.0841979980469,"PosY":-2.411384105682373,"PosZ":793.778076171875,"RotY":168.80409240722656,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":507.356201171875,"PosY":4.00591516494751,"PosZ":788.9943237304688,"RotY":69.92630004882812,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":497.973388671875,"PosY":5.868971824645996,"PosZ":773.3076782226564,"RotY":168.80409240722656,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":507.2453918457031,"PosY":12.286270141601564,"PosZ":768.5239868164062,"RotY":168.80409240722656,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":491.7182922363282,"PosY":7.111011028289795,"PosZ":762.8499145507812,"RotY":69.92630004882812,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":487.0823059082031,"PosY":3.9023609161376953,"PosZ":765.2418212890625,"RotY":168.80409240722656,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":505.8478088378906,"PosY":0.1762470006942749,"PosZ":796.6151123046875,"RotY":69.92630004882812,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":487.193115234375,"PosY":-4.377995014190674,"PosZ":785.7122192382812,"RotY":69.92630004882812,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":513.611328125,"PosY":2.763878107070923,"PosZ":799.4520874023436,"RotY":69.92630004882812,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":473.2300109863282,"PosY":30.739999771118164,"PosZ":810.969970703125,"RotY":146.61480712890625,"groupId":0},"2":{"ID":2,"PosX":461.8800048828125,"PosY":-15.864009857177734,"PosZ":786.0800170898436,"RotY":310.6426086425781,"groupId":0},"3":{"ID":3,"PosX":460.1600036621094,"PosY":-3.1329801082611084,"PosZ":749.1099853515625,"RotY":270.0,"groupId":0},"4":{"ID":4,"PosX":522.88330078125,"PosY":6.079130172729492,"PosZ":800.469970703125,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":460.2200012207031,"PosY":-15.1899995803833,"PosZ":785.0399780273436,"RotY":110.06159973144533,"groupId":0},"6":{"ID":6,"PosX":457.9299926757813,"PosY":-1.5399999618530271,"PosZ":744.239990234375,"RotY":57.158260345458984,"groupId":0},"7":{"ID":7,"PosX":524.4400024414062,"PosY":8.239999771118164,"PosZ":803.2899780273436,"RotY":189.1298065185547,"groupId":0},"8":{"ID":8,"PosX":478.9800109863282,"PosY":25.209999084472656,"PosZ":809.77001953125,"RotY":146.61480712890625,"groupId":0}}},"96":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSMasterProp_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.8000030517578,"PosY":-9.550000190734863,"PosZ":273.36700439453125,"RotY":270.0,"PropID":103158,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSButton_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSAButton_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.8000030517578,"PosY":-9.550000190734863,"PosZ":291.93499755859375,"RotY":270.0,"PropID":103159,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSButton_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSAButton_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.90000152587892,"PosY":36.79999923706055,"PosZ":445.7999877929687,"RotY":170.0,"PropID":103160,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSReact_01.json","State":"Closed","propStateList":["Closed"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSAReact_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.90000152587892,"PosY":36.79999923706055,"PosZ":445.7999877929687,"RotY":170.0,"PropID":103161,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSEaster_01.json","State":"Closed","propStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSAEaster_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.90000152587892,"PosY":36.79999923706055,"PosZ":445.7999877929687,"RotY":170.0,"PropID":103162,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSEaster_01.json","State":"Closed","propStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSAEaster_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.90000152587892,"PosY":36.79999923706055,"PosZ":445.7999877929687,"RotY":170.0,"PropID":103163,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSEaster_01.json","State":"Closed","propStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSAEaster_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.90000152587892,"PosY":36.79999923706055,"PosZ":445.7999877929687,"RotY":170.0,"PropID":103164,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSEaster_01.json","State":"Closed","propStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSAEaster_04_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.90000152587892,"PosY":36.79999923706055,"PosZ":445.7999877929687,"RotY":170.0,"PropID":103165,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSUnlock_01.json","State":"Closed","propStateList":["Closed"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSAUnlock_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.90000152587892,"PosY":36.79999923706055,"PosZ":445.7999877929687,"RotY":170.0,"PropID":103166,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSUnlock_01.json","State":"Closed","propStateList":["Closed"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSAUnlock_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.05400000140070915,"PosY":1.8400000333786013,"PosZ":117.93000030517578,"RotY":0.0,"PropID":103247,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10068,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSInteract_01.json","State":"Closed","propStateList":["Closed"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSInteract_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.0,"PosY":-6.404998779296875,"PosZ":-7.20001220703125,"RotY":0.0,"PropID":103213,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_RailBall_03_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.90000152587892,"PosY":36.79999923706055,"PosZ":445.7999877929687,"RotY":170.0,"PropID":103230,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSReactCollider_01.json","State":"Closed","propStateList":["Closed"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSAReactCollider_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.90000152587892,"PosY":36.79999923706055,"PosZ":445.7999877929687,"RotY":170.0,"PropID":103231,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSReactCollider_01.json","State":"Closed","propStateList":["Closed"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSAReactCollider_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-67.19999694824219,"PosY":11.699999809265137,"PosZ":187.10000610351565,"RotY":338.20001220703125,"groupId":0},"2":{"ID":2,"PosX":-440.45220947265625,"PosY":-120.90709686279295,"PosZ":370.4193115234375,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-270.052001953125,"PosY":-120.5363998413086,"PosZ":370.6553955078125,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-67.19999694824219,"PosY":11.699999809265137,"PosZ":187.10000610351565,"RotY":338.20001220703125,"groupId":0}}},"98":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":371.3763122558594,"PosY":50.119998931884766,"PosZ":428.8630065917969,"RotY":268.2384948730469,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ShowGroupMonsterVision_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200003,"RotY":180.0,"PosX":365.71881103515625,"PosY":50.12002944946289,"PosZ":423.2496032714844,"NPCMonsterID":3002041,"EventID":10301299,"groupId":98,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":47.65787887573242,"PosX":368.93011474609375,"PosY":50.170021057128906,"PosZ":430.47848510742193,"NPCMonsterID":3002011,"EventID":10301299,"groupId":98,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":0.0,"PosX":375.0833129882813,"PosY":50.12002944946289,"PosZ":431.4786071777344,"NPCMonsterID":3002041,"EventID":10301299,"groupId":98,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"100":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSMasterProp_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":206.4499969482422,"PosY":42.48600006103515,"PosZ":456.9280090332031,"RotY":157.59170532226565,"PropID":103167,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSButton_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSBButton_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":213.81500244140625,"PosY":59.483001708984375,"PosZ":457.9710083007813,"RotY":157.59170532226565,"PropID":103168,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSButton_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSBButton_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":154.5,"PosY":66.9000015258789,"PosZ":624.7999877929688,"RotY":224.3699951171875,"PropID":103169,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSReact_01.json","State":"Closed","propStateList":["Closed"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSBReact_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":154.5,"PosY":66.9000015258789,"PosZ":624.7999877929688,"RotY":224.3699951171875,"PropID":103170,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSEaster_01.json","State":"Closed","propStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSBEaster_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":154.5,"PosY":66.9000015258789,"PosZ":624.7999877929688,"RotY":224.3699951171875,"PropID":103171,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSEaster_01.json","State":"Closed","propStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSBEaster_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":154.5,"PosY":66.9000015258789,"PosZ":624.7999877929688,"RotY":224.3699951171875,"PropID":103172,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSEaster_01.json","State":"Closed","propStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSBEaster_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":154.5,"PosY":66.9000015258789,"PosZ":624.7999877929688,"RotY":224.3699951171875,"PropID":103173,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSEaster_01.json","State":"Closed","propStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSBEaster_04_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":154.5,"PosY":66.9000015258789,"PosZ":624.7999877929688,"RotY":224.3699951171875,"PropID":103174,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSUnlock_01.json","State":"Closed","propStateList":["Closed"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSBUnlock_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":154.5,"PosY":66.9000015258789,"PosZ":624.7999877929688,"RotY":224.3699951171875,"PropID":103175,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSUnlock_01.json","State":"Closed","propStateList":["Closed"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSBUnlock_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-440.2088928222656,"PosY":-111.23699951171876,"PosZ":529.6071166992188,"RotY":0.0,"PropID":103247,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10068,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSInteract_01.json","State":"Closed","propStateList":["Closed"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSInteract_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-270.5888977050781,"PosY":-111.23699951171876,"PosZ":529.6071166992188,"RotY":0.0,"PropID":103247,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10068,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSInteract_01.json","State":"Closed","propStateList":["Closed"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSInteract_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103213,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_RailBall_03_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":154.5,"PosY":66.9000015258789,"PosZ":624.7999877929688,"RotY":224.3699951171875,"PropID":103233,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSReactCollider_01.json","State":"Closed","propStateList":["Closed"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSBReactCollider_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":154.5,"PosY":66.9000015258789,"PosZ":624.7999877929688,"RotY":224.3699951171875,"PropID":103232,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSReactCollider_01.json","State":"Closed","propStateList":["Closed"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSBReactCollider_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":189.8000030517578,"PosY":42.400001525878906,"PosZ":337.82958984375,"RotY":357.5,"groupId":0},"2":{"ID":2,"PosX":359.2760925292969,"PosY":40.76298904418945,"PosZ":384.4830017089844,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":283.614990234375,"PosY":45.90298843383789,"PosZ":745.5482177734375,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":189.8000030517578,"PosY":42.400001525878906,"PosZ":337.82958984375,"RotY":357.5,"groupId":0}}},"101":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":383.3970947265625,"PosY":53.520851135253906,"PosZ":516.2310180664062,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSMasterProp_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.62100219726564,"PosY":95.2969970703125,"PosZ":690.4329833984375,"RotY":83.09942626953125,"PropID":103176,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSButton_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSCButton_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.74700164794922,"PosY":95.9280014038086,"PosZ":708.8460083007812,"RotY":83.09942626953125,"PropID":103177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSButton_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSCButton_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.90000152587892,"PosY":127.6999969482422,"PosZ":800.5,"RotY":137.69740295410156,"PropID":103178,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSReact_01.json","State":"Closed","propStateList":["Closed"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSCReact_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.90000152587892,"PosY":127.6999969482422,"PosZ":800.5,"RotY":137.69740295410156,"PropID":103179,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSEaster_01.json","State":"Closed","propStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSCEaster_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.90000152587892,"PosY":127.6999969482422,"PosZ":800.5,"RotY":137.69740295410156,"PropID":103180,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSEaster_01.json","State":"Closed","propStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSCEaster_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.90000152587892,"PosY":127.6999969482422,"PosZ":800.5,"RotY":137.69740295410156,"PropID":103181,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSEaster_01.json","State":"Closed","propStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSCEaster_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.90000152587892,"PosY":127.6999969482422,"PosZ":800.5,"RotY":137.69740295410156,"PropID":103182,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSEaster_01.json","State":"Closed","propStateList":["Closed","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSCEaster_04_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.90000152587892,"PosY":127.6999969482422,"PosZ":800.5,"RotY":137.69740295410156,"PropID":103183,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSUnlock_01.json","State":"Closed","propStateList":["Closed"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSCUnlock_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.90000152587892,"PosY":127.6999969482422,"PosZ":800.5,"RotY":137.69740295410156,"PropID":103184,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSUnlock_01.json","State":"Closed","propStateList":["Closed"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSCUnlock_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":383.2860107421875,"PosY":52.87300109863281,"PosZ":519.0401000976562,"RotY":0.0,"PropID":103247,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10068,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSInteract_01.json","State":"Closed","propStateList":["Closed"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSInteract_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":279.8160095214844,"PosY":51.65299987792969,"PosZ":863.7100219726564,"RotY":0.0,"PropID":103247,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10068,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSInteract_01.json","State":"Closed","propStateList":["Closed"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSInteract_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":3.4000000953674316,"PosY":-3.200000047683716,"PosZ":0.0,"RotY":0.0,"PropID":103213,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_RailBall_03_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.90000152587892,"PosY":127.6999969482422,"PosZ":800.5,"RotY":137.69740295410156,"PropID":103234,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSReactCollider_01.json","State":"Closed","propStateList":["Closed"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSCReactCollider_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.90000152587892,"PosY":127.6999969482422,"PosZ":800.5,"RotY":137.69740295410156,"PropID":103235,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSReactCollider_01.json","State":"Closed","propStateList":["Closed"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HSCReactCollider_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":81.69999694824219,"PosY":214.0,"PosZ":683.7000122070312,"RotY":291.9999084472656,"groupId":0},"2":{"ID":2,"PosX":-445.010986328125,"PosY":2.8928799629211426,"PosZ":741.7838745117188,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-277.0069885253906,"PosY":2.8928799629211426,"PosZ":741.867919921875,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":81.69999694824219,"PosY":214.0,"PosZ":683.7000122070312,"RotY":291.9999084472656,"groupId":0}}},"106":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-270.57598876953125,"PosY":-111.02999877929688,"PosZ":474.80999755859375,"RotY":0.0,"PropID":103197,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"107":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-440.1960144042969,"PosY":-110.97000122070312,"PosZ":499.41900634765625,"RotY":180.0,"PropID":103198,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"108":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.176000118255615,"PosY":0.5068320035934448,"PosZ":-11.244999885559082,"RotY":92.05709838867188,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":5.260000228881836,"PosY":0.5068339705467224,"PosZ":-11.229999542236328,"RotY":273.152587890625,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.560002088546753,"PosY":1.7035579681396484,"PosZ":38.779998779296875,"RotY":92.05709838867188,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.571000099182129,"PosY":1.7035579681396484,"PosZ":46.80699920654297,"RotY":92.05709838867188,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":3.8000009059906006,"PosY":1.7035540342330933,"PosZ":30.75,"RotY":273.152587890625,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":3.8199999332427974,"PosY":1.7035540342330933,"PosZ":38.959999084472656,"RotY":273.152587890625,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":3.8099989891052246,"PosY":1.7035540342330933,"PosZ":46.810001373291016,"RotY":273.152587890625,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.048620223999023,"PosY":0.5920469760894775,"PosZ":71.5344009399414,"RotY":303.5419006347656,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":9.291373252868652,"PosY":0.5916900038719177,"PosZ":71.49639129638672,"RotY":7.788221836090088,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.473970890045166,"PosY":1.7061649560928345,"PosZ":62.80467987060547,"RotY":353.4171142578125,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-269.0950012207031,"PosY":-119.13590240478516,"PosZ":423.8049926757813,"RotY":110.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-268.1889953613281,"PosY":-119.13590240478516,"PosZ":425.2239990234375,"RotY":120.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-269.6199951171875,"PosY":-116.54820251464844,"PosZ":444.1700134277344,"RotY":232.97129821777344,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-280.8481140136719,"PosY":-111.02549743652344,"PosZ":464.45660400390625,"RotY":51.367431640625,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-262.8138122558594,"PosY":-111.02549743652344,"PosZ":465.2828979492187,"RotY":322.9988098144531,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-449.4030151367187,"PosY":-119.13619995117188,"PosZ":410.385009765625,"RotY":349.0039978027344,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-442.15130615234375,"PosY":-119.13590240478516,"PosZ":424.2999877929687,"RotY":250.97850036621097,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-436.34368896484375,"PosY":-116.54799652099608,"PosZ":446.2001037597656,"RotY":150.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-432.6199951171875,"PosY":-116.58370208740234,"PosZ":447.8699951171875,"RotY":180.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-447.5,"PosY":-111.02539825439452,"PosZ":465.7300109863282,"RotY":46.999298095703125,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-430.5499877929687,"PosY":-111.02539825439452,"PosZ":464.0700073242187,"RotY":318.0533142089844,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-425.1199951171875,"PosY":-109.5164031982422,"PosZ":478.55999755859375,"RotY":266.39678955078125,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-455.14450073242193,"PosY":-109.5164031982422,"PosZ":481.6076965332031,"RotY":101.95580291748048,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":235.94000244140625,"PosY":-24.13644027709961,"PosZ":171.13999938964844,"RotY":268.1376037597656,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":236.0099945068359,"PosY":-24.13644027709961,"PosZ":163.1300048828125,"RotY":268.1376037597656,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":235.8800048828125,"PosY":-24.13644027709961,"PosZ":154.97000122070312,"RotY":268.1376037597656,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":229.22500610351565,"PosY":-24.13644027709961,"PosZ":154.9810028076172,"RotY":88.38511657714844,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":229.0019989013672,"PosY":-24.13644027709961,"PosZ":163.0240020751953,"RotY":88.38511657714844,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":229.02000427246097,"PosY":-24.13644027709961,"PosZ":171.0399932861328,"RotY":89.87045288085938,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":-457.6199951171875,"PosY":4.780981063842773,"PosZ":810.02001953125,"RotY":89.87045288085938,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300032,"Category":"","GroupName":"","LoadSide":null,"PosX":-432.8200073242187,"PosY":4.780981063842773,"PosZ":812.0900268554688,"RotY":269.2257995605469,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300033,"Category":"","GroupName":"","LoadSide":null,"PosX":-269.2300109863281,"PosY":4.780981063842773,"PosZ":810.280029296875,"RotY":319.3017883300781,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300034,"Category":"","GroupName":"","LoadSide":null,"PosX":-285.4200134277344,"PosY":4.780979156494141,"PosZ":814.5499877929688,"RotY":40.92190933227539,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":279.7900085449219,"PosY":45.72188186645508,"PosZ":767.280029296875,"RotY":90.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300036,"Category":"","GroupName":"","LoadSide":null,"PosX":257.9200134277344,"PosY":48.723880767822266,"PosZ":780.0800170898436,"RotY":90.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300037,"Category":"","GroupName":"","LoadSide":null,"PosX":288.1979064941406,"PosY":48.72188949584961,"PosZ":824.3577270507812,"RotY":325.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300038,"Category":"","GroupName":"","LoadSide":null,"PosX":310.6437072753906,"PosY":48.74229049682618,"PosZ":793.85302734375,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":310.7019958496094,"PosY":48.742279052734375,"PosZ":812.276611328125,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300039,"Category":"","GroupName":"","LoadSide":null,"PosX":326.80999755859375,"PosY":45.621971130371094,"PosZ":792.669921875,"RotY":178.49310302734375,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300040,"Category":"","GroupName":"","LoadSide":null,"PosX":322.3599853515625,"PosY":45.621971130371094,"PosZ":792.5499877929688,"RotY":178.49310302734375,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300041,"Category":"","GroupName":"","LoadSide":null,"PosX":325.3599853515625,"PosY":45.621971130371094,"PosZ":812.4400024414062,"RotY":40.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300042,"Category":"","GroupName":"","LoadSide":null,"PosX":474.4200134277344,"PosY":-13.109999656677246,"PosZ":810.2000122070312,"RotY":0.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300043,"Category":"","GroupName":"","LoadSide":null,"PosX":425.0220031738282,"PosY":-18.865339279174805,"PosZ":865.6370239257812,"RotY":86.69473266601562,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300044,"Category":"","GroupName":"","LoadSide":null,"PosX":477.0246887207031,"PosY":-15.97819995880127,"PosZ":829.6326904296875,"RotY":350.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300045,"Category":"","GroupName":"","LoadSide":null,"PosX":-263.8494873046875,"PosY":-119.13619995117188,"PosZ":409.9555969238282,"RotY":180.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300046,"Category":"","GroupName":"","LoadSide":null,"PosX":-436.8402099609375,"PosY":-119.13580322265624,"PosZ":416.9737854003906,"RotY":180.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300047,"Category":"","GroupName":"","LoadSide":null,"PosX":-284.00360107421875,"PosY":4.780980110168457,"PosZ":810.3200073242188,"RotY":180.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300048,"Category":"","GroupName":"","LoadSide":null,"PosX":-437.2927856445313,"PosY":4.78098201751709,"PosZ":805.9180908203125,"RotY":180.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300049,"Category":"","GroupName":"","LoadSide":null,"PosX":271.5557861328125,"PosY":48.72188186645508,"PosZ":828.2860717773436,"RotY":180.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300050,"Category":"","GroupName":"","LoadSide":null,"PosX":420.3800048828125,"PosY":-18.878150939941406,"PosZ":854.5300903320312,"RotY":180.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300051,"Category":"","GroupName":"","LoadSide":null,"PosX":-420.97021484375,"PosY":-109.5164031982422,"PosZ":496.7018127441406,"RotY":150.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300052,"Category":"","GroupName":"","LoadSide":null,"PosX":-277.0481872558594,"PosY":-109.51670074462892,"PosZ":500.4632873535156,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300053,"Category":"","GroupName":"","LoadSide":null,"PosX":-264.61968994140625,"PosY":-109.51670074462892,"PosZ":500.1740112304687,"RotY":270.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300054,"Category":"","GroupName":"","LoadSide":null,"PosX":-279.6640930175781,"PosY":-109.51670074462892,"PosZ":489.0050964355469,"RotY":150.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300055,"Category":"","GroupName":"","LoadSide":null,"PosX":455.3489990234375,"PosY":-3.1210289001464844,"PosZ":745.5908813476564,"RotY":11.072380065917969,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300056,"Category":"","GroupName":"","LoadSide":null,"PosX":526.3897705078125,"PosY":6.219963073730469,"PosZ":804.6671752929688,"RotY":270.69378662109375,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300057,"Category":"","GroupName":"","LoadSide":null,"PosX":345.8153991699219,"PosY":50.11996841430664,"PosZ":428.0014953613282,"RotY":347.3457946777344,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300058,"Category":"","GroupName":"","LoadSide":null,"PosX":382.2662048339844,"PosY":50.128910064697266,"PosZ":433.9804992675782,"RotY":175.78880310058594,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300059,"Category":"","GroupName":"","LoadSide":null,"PosX":-280.539794921875,"PosY":5.815296173095703,"PosZ":870.8389282226564,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300060,"Category":"","GroupName":"","LoadSide":null,"PosX":-274.2756042480469,"PosY":3.931318998336792,"PosZ":887.8007202148436,"RotY":270.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300061,"Category":"","GroupName":"","LoadSide":null,"PosX":-280.0857849121094,"PosY":3.4655280113220215,"PosZ":906.177978515625,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300062,"Category":"","GroupName":"","LoadSide":null,"PosX":-442.00970458984375,"PosY":5.1701788902282715,"PosZ":876.64697265625,"RotY":270.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300063,"Category":"","GroupName":"","LoadSide":null,"PosX":-447.9682922363282,"PosY":3.787132978439331,"PosZ":889.098876953125,"RotY":90.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300064,"Category":"","GroupName":"","LoadSide":null,"PosX":-442.06390380859375,"PosY":3.46553111076355,"PosZ":901.638916015625,"RotY":270.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300065,"Category":"","GroupName":"","LoadSide":null,"PosX":420.0252990722656,"PosY":-18.87813949584961,"PosZ":827.0595703125,"RotY":60.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"110":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":473.2699890136718,"PosY":-15.984129905700684,"PosZ":843.0,"RotY":140.652099609375,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":null,"State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":473.2699890136718,"PosY":-15.984129905700684,"PosZ":843.0,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":473.2699890136718,"PosY":-15.984129905700684,"PosZ":843.0,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":473.2699890136718,"PosY":-15.984129905700684,"PosZ":843.0,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":473.2699890136718,"PosY":-15.984129905700684,"PosZ":843.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":466.4049987792969,"PosY":-22.250019073486328,"PosZ":851.83642578125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":473.2699890136718,"PosY":-15.984129905700684,"PosZ":843.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":466.3299865722656,"PosY":-22.010000228881836,"PosZ":855.72998046875,"RotY":180.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":466.3299865722656,"PosY":-22.010000228881836,"PosZ":855.72998046875,"RotY":180.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":475.2579040527344,"PosY":-13.276200294494627,"PosZ":840.6431884765625,"RotY":320.6520080566406,"groupId":0},"2":{"ID":2,"PosX":475.2579040527344,"PosY":-13.276200294494627,"PosZ":840.6431884765625,"RotY":320.6520080566406,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":475.5130920410156,"PosY":-13.276200294494627,"PosZ":840.8524169921875,"RotY":320.6520080566406,"groupId":0}}},"147":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":371.3763122558594,"PosY":50.119998931884766,"PosZ":428.8630065917969,"RotY":268.2384948730469,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ShowGroupMonsterVision_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":147,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":372.54000854492193,"PosY":50.12002944946289,"PosZ":424.2099914550782,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ReshaMonsterWave_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":147,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":371.9999084472656,"PosY":50.12002944946289,"PosZ":430.2726135253906,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":147,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200003,"RotY":0.0,"PosX":369.9501037597656,"PosY":50.55002975463867,"PosZ":409.0616149902344,"NPCMonsterID":3002041,"EventID":10301299,"groupId":147,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":0.0,"PosX":371.3268127441406,"PosY":50.55002975463867,"PosZ":410.8848876953125,"NPCMonsterID":3002011,"EventID":10301299,"groupId":147,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":0.0,"PosX":372.8356018066406,"PosY":50.55002975463867,"PosZ":409.2410888671875,"NPCMonsterID":3002041,"EventID":10301299,"groupId":147,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":371.3280029296875,"PosY":54.08100128173828,"PosZ":423.4800109863282,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":373.2679138183594,"PosY":50.55002975463867,"PosZ":414.4075012207031,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":369.4299926757813,"PosY":50.55002975463867,"PosZ":414.3800048828125,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":371.30999755859375,"PosY":50.55002975463867,"PosZ":416.0335083007813,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":367.9699096679687,"PosY":50.12002944946289,"PosZ":430.4231872558594,"RotY":180.0,"groupId":0},"6":{"ID":6,"PosX":371.2569885253906,"PosY":56.03799819946289,"PosZ":394.8940124511718,"RotY":0.0,"groupId":0}}},"149":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":371.3763122558594,"PosY":50.119998931884766,"PosZ":428.8630065917969,"RotY":268.2384948730469,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ShowGroupMonsterVision_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":383.45111083984375,"PosY":50.12002944946289,"PosZ":454.8059997558594,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":358.94329833984375,"PosY":49.75299835205078,"PosZ":442.7789916992187,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":372.29098510742193,"PosY":43.730018615722656,"PosZ":443.1000061035156,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":359.6546936035156,"PosY":43.54100036621094,"PosZ":423.7120056152344,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":149,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":130.53819274902344,"PosX":376.9500122070313,"PosY":43.72499084472656,"PosZ":434.9800109863282,"NPCMonsterID":3002011,"EventID":10301299,"groupId":149,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":180.0,"PosX":365.3828125,"PosY":43.71998977661133,"PosZ":433.2515869140625,"NPCMonsterID":3002041,"EventID":10301299,"groupId":149,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"150":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":371.3763122558594,"PosY":50.119998931884766,"PosZ":428.8630065917969,"RotY":268.2384948730469,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ShowGroupMonsterVision_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":372.5199890136718,"PosY":50.12002944946289,"PosZ":424.2099914550782,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ReshaMonsterWave_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":150,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200003,"RotY":270.0,"PosX":383.3262939453125,"PosY":50.12002944946289,"PosZ":449.2453918457031,"NPCMonsterID":3002041,"EventID":10301299,"groupId":150,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":0.0,"PosX":370.6416931152344,"PosY":50.55002975463867,"PosZ":407.6749877929687,"NPCMonsterID":3002011,"EventID":10301299,"groupId":150,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":180.0,"PosX":381.7420043945313,"PosY":50.12002944946289,"PosZ":453.5799865722656,"NPCMonsterID":3002041,"EventID":10301299,"groupId":150,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":0.0,"PosX":372.5953979492187,"PosY":50.55004119873047,"PosZ":407.8229064941406,"NPCMonsterID":3002011,"EventID":10301299,"groupId":150,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":371.2991943359375,"PosY":50.13002014160156,"PosZ":436.8893127441406,"NPCMonsterID":3002011,"EventID":10301299,"groupId":150,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":164.4658966064453,"PosX":375.08599853515625,"PosY":50.12002944946289,"PosZ":431.9710083007813,"NPCMonsterID":3002011,"EventID":10301299,"groupId":150,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":371.3280029296875,"PosY":54.08100128173828,"PosZ":423.4800109863282,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":369.4599914550782,"PosY":55.54100036621094,"PosZ":428.2300109863282,"RotY":47.31147003173828,"groupId":0},"3":{"ID":3,"PosX":372.8110046386718,"PosY":50.55004119873047,"PosZ":415.14599609375,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":369.8219909667969,"PosY":50.55002975463867,"PosZ":414.4339904785156,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":377.30718994140625,"PosY":50.12002944946289,"PosZ":436.1086120605469,"RotY":188.34559631347656,"groupId":0},"6":{"ID":6,"PosX":376.5321044921875,"PosY":50.12002944946289,"PosZ":440.26910400390625,"RotY":229.522705078125,"groupId":0},"7":{"ID":7,"PosX":366.96929931640625,"PosY":50.12002944946289,"PosZ":427.8298034667969,"RotY":180.0,"groupId":0},"8":{"ID":8,"PosX":371.2569885253906,"PosY":56.03799819946289,"PosZ":394.8940124511718,"RotY":0.0,"groupId":0}}},"152":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":283.05999755859375,"PosY":49.233768463134766,"PosZ":803.0750122070312,"RotY":180.0,"PropID":103211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ClockToyBoxResha_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":152,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"155":{"props":[],"npcs":[{"ID":400001,"PosX":451.8157043457031,"PosY":-22.07826042175293,"PosZ":855.5557861328125,"Name":"NPC1","RotY":65.20413208007812,"NPCID":2306,"groupId":155,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":450.3670043945313,"PosY":-22.058500289916992,"PosZ":858.844970703125,"Name":"NPC2","RotY":158.135498046875,"NPCID":3030,"groupId":155,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":446.64898681640625,"PosY":-20.39299964904785,"PosZ":858.7880249023436,"RotY":112.24870300292967,"groupId":0},"2":{"ID":2,"PosX":448.0386047363282,"PosY":-22.0487003326416,"PosZ":858.4979248046875,"RotY":119.41449737548828,"groupId":0}}},"163":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-446.3333129882813,"PosY":-119.11940002441406,"PosZ":429.7634887695313,"RotY":0.0,"PropID":103228,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":163,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-427.7633972167969,"PosY":-116.53410339355467,"PosZ":445.19039916992193,"RotY":0.0,"PropID":103228,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":163,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-459.2791137695313,"PosY":-110.9302978515625,"PosZ":470.36090087890625,"RotY":0.0,"PropID":103228,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":163,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-421.11468505859375,"PosY":-110.9302978515625,"PosZ":470.3608093261718,"RotY":0.0,"PropID":103228,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":163,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"164":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-264.43780517578125,"PosY":-119.05190277099608,"PosZ":429.7634887695313,"RotY":0.0,"PropID":103228,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":164,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-283.0076904296875,"PosY":-116.5343017578125,"PosZ":445.19039916992193,"RotY":0.0,"PropID":103228,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":164,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-251.49200439453125,"PosY":-110.9303970336914,"PosZ":470.3608093261718,"RotY":0.0,"PropID":103228,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":164,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-289.6564025878906,"PosY":-110.93049621582033,"PosZ":470.3608093261718,"RotY":0.0,"PropID":103228,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":164,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"168":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-459.1950073242187,"PosY":-119.13899993896484,"PosZ":424.0360107421875,"RotY":115.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CloseOpenLock_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":168,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-421.3619995117187,"PosY":-116.58799743652344,"PosZ":436.87298583984375,"RotY":260.4856872558594,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CloseOpenLock_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":168,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-436.9639892578125,"PosY":-111.02999877929688,"PosZ":486.83200073242193,"RotY":188.0841064453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CloseOpenLock_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":168,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"169":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-445.1539916992187,"PosY":6.256999969482422,"PosZ":852.33251953125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSBrokenBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":169,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"170":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-277.4750061035156,"PosY":6.260000228881836,"PosZ":852.33251953125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HSBrokenBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":170,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"176":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":31.083999633789062,"PosY":2.886899948120117,"PosZ":-8.208000183105469,"RotY":67.24742889404297,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":176,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":31.30299949645996,"PosY":2.4560000896453857,"PosZ":-8.723999977111816,"RotY":68.38712310791016,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":176,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":30.874000549316406,"PosY":2.328000068664551,"PosZ":-7.706999778747559,"RotY":67.24742126464844,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":176,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":35.21500015258789,"PosY":1.6473820209503174,"PosZ":-3.9159998893737793,"RotY":0.0,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":176,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":29.256799697875977,"PosY":1.7044329643249512,"PosZ":-9.018951416015623,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":176,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"177":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.5998001098632812,"PosY":3.0929999351501465,"PosZ":30.68470001220703,"RotY":90.0,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":177,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.4281249046325684,"PosY":1.7090049982070925,"PosZ":30.70800018310547,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":177,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"178":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.273149490356445,"PosY":2.4659390449523926,"PosZ":81.26302337646484,"RotY":79.80252838134764,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":178,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.000280380249023,"PosY":0.5916739702224731,"PosZ":83.16002655029298,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":178,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"179":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-432.3263854980469,"PosY":-119.41049957275392,"PosZ":379.7309875488282,"RotY":53.7109489440918,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":179,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-434.8817138671875,"PosY":-120.94270324707033,"PosZ":380.1842956542969,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":179,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"180":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-453.341796875,"PosY":-108.96759796142578,"PosZ":473.7192077636718,"RotY":315.85980224609375,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-450.989990234375,"PosY":-111.02539825439452,"PosZ":472.239990234375,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":180,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-455.0455017089844,"PosY":-108.5093994140625,"PosZ":473.3299865722656,"RotY":80.22281646728516,"groupId":0},"2":{"ID":2,"PosX":-454.25,"PosY":-108.5093994140625,"PosZ":472.29000854492193,"RotY":26.1131591796875,"groupId":0}}},"181":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-260.1990051269531,"PosY":-117.58300018310548,"PosZ":412.6694030761718,"RotY":6.4627838134765625,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-260.10198974609375,"PosY":-119.11949920654295,"PosZ":412.70709228515625,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"182":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-271.8110046386719,"PosY":-115.7519989013672,"PosZ":446.1409912109375,"RotY":42.31494140625,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":182,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-271.84600830078125,"PosY":-116.54820251464844,"PosZ":445.0509948730469,"RotY":91.07919311523438,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":182,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"183":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-267.0409851074219,"PosY":-109.8051986694336,"PosZ":459.1701049804687,"RotY":76.85643768310547,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":183,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-267.2432861328125,"PosY":-111.02549743652344,"PosZ":459.2066955566406,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":183,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"184":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":356.8464050292969,"PosY":42.426700592041016,"PosZ":406.4314880371094,"RotY":269.9908142089844,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":184,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":357.1784973144531,"PosY":40.72100830078125,"PosZ":406.4490051269531,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":184,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"185":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":376.8962097167969,"PosY":47.373409271240234,"PosZ":419.3949890136718,"RotY":69.86112213134766,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":185,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":375.6286926269531,"PosY":47.058441162109375,"PosZ":418.96881103515625,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":185,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":375.9992065429687,"PosY":47.20695877075195,"PosZ":419.10198974609375,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":375.18701171875,"PosY":47.96599960327149,"PosZ":420.9429931640625,"RotY":145.48480224609375,"groupId":0}}},"186":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":274.55999755859375,"PosY":51.23400115966797,"PosZ":792.1510009765625,"RotY":216.285400390625,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":186,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":274.55999755859375,"PosY":48.72188949584961,"PosZ":792.151123046875,"RotY":131.8914031982422,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":186,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":282.2110900878906,"PosY":57.288570404052734,"PosZ":802.5750122070312,"RotY":216.285400390625,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":186,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":265.54998779296875,"PosY":52.97999954223633,"PosZ":786.5399780273436,"RotY":46.23563003540039,"groupId":0},"2":{"ID":2,"PosX":274.2492980957031,"PosY":50.21949005126953,"PosZ":796.7761840820312,"RotY":48.6756591796875,"groupId":0}}},"187":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":447.5360107421875,"PosY":-21.944000244140625,"PosZ":857.8800048828125,"RotY":28.51884078979492,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":187,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":447.7456970214844,"PosY":-22.058500289916992,"PosZ":857.232177734375,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":187,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":448.4110107421875,"PosY":-22.448999404907227,"PosZ":857.1400146484375,"RotY":219.0133056640625,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":187,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":450.7000122070313,"PosY":-22.448999404907227,"PosZ":857.22998046875,"RotY":152.47210693359375,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":187,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"188":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-437.6861877441406,"PosY":8.319063186645508,"PosZ":782.7078857421875,"RotY":29.16575050354004,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-441.2892150878906,"PosY":4.478625774383545,"PosZ":782.7825927734375,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":188,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"189":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-435.5685119628906,"PosY":5.629000186920166,"PosZ":821.0330200195312,"RotY":339.3218078613281,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":189,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-435.5364990234375,"PosY":5.603000164031982,"PosZ":821.051025390625,"RotY":159.32179260253906,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":189,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-435.559814453125,"PosY":5.622307777404785,"PosZ":821.0433959960938,"RotY":163.1221923828125,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":189,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-433.48541259765625,"PosY":6.3746337890625,"PosZ":825.8170166015625,"RotY":0.0,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":189,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-434.5169067382813,"PosY":4.780978202819824,"PosZ":820.19677734375,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":189,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"190":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-280.71881103515625,"PosY":2.878999948501587,"PosZ":751.89599609375,"RotY":0.0,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-280.2038879394531,"PosY":2.873404026031494,"PosZ":763.2476196289062,"RotY":180.0,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-280.78338623046875,"PosY":2.888999938964844,"PosZ":774.6810302734375,"RotY":0.0,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-279.6271057128906,"PosY":2.8608620166778564,"PosZ":751.4522094726564,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"191":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":347.4309997558594,"PosY":51.321998596191406,"PosZ":422.739990234375,"RotY":85.24263000488281,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":347.0122985839844,"PosY":50.12519073486328,"PosZ":422.6512145996094,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":191,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"192":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":391.7369995117187,"PosY":51.62300109863281,"PosZ":432.4049987792969,"RotY":100.9448013305664,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":390.9263916015625,"PosY":50.119998931884766,"PosZ":432.2710876464844,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":192,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"193":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.702679634094238,"PosY":3.4608349800109863,"PosZ":-35.140708923339844,"RotY":44.29787826538086,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":193,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.454669952392578,"PosY":1.7044260501861572,"PosZ":-34.764259338378906,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":193,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"194":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-459.0723876953125,"PosY":-119.10179901123048,"PosZ":440.5755004882813,"RotY":145.0612030029297,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":194,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-458.5414123535156,"PosY":-119.10179901123048,"PosZ":441.0624084472656,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":194,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"195":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":232.6510009765625,"PosY":-23.70914077758789,"PosZ":133.9409942626953,"RotY":0.0,"PropID":103026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":195,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":232.6622009277344,"PosY":-23.70914077758789,"PosZ":134.46009826660156,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":195,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"198":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":366.0700073242187,"PosY":43.71998977661133,"PosZ":445.3200073242187,"RotY":180.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":198,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":377.4461975097656,"PosY":44.054000854492195,"PosZ":432.3597106933594,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":198,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":366.5775146484375,"PosY":43.999000549316406,"PosZ":418.94830322265625,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":198,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":378.9639892578125,"PosY":48.7027702331543,"PosZ":421.529296875,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":198,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":366.1130065917969,"PosY":45.90734100341797,"PosZ":441.94000244140625,"RotY":4.999999873689376e-6,"groupId":0},"2":{"ID":2,"PosX":366.1130065917969,"PosY":45.90734100341797,"PosZ":441.94000244140625,"RotY":4.999999873689376e-6,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":366.4429931640625,"PosY":45.90734100341797,"PosZ":441.94000244140625,"RotY":4.999999873689376e-6,"groupId":0}}},"199":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":504.5989990234375,"PosY":6.225872039794922,"PosZ":804.581787109375,"RotY":90.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":null,"State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":199,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":504.5989990234375,"PosY":6.225872039794922,"PosZ":804.581787109375,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":199,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":504.5989990234375,"PosY":6.225872039794922,"PosZ":804.581787109375,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":199,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":504.5989990234375,"PosY":6.225872039794922,"PosZ":804.581787109375,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":199,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":507.7168884277344,"PosY":8.775218963623047,"PosZ":804.5888061523436,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":507.7168884277344,"PosY":8.775218963623047,"PosZ":804.5888061523436,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":507.7168884277344,"PosY":8.775218963623047,"PosZ":804.5888061523436,"RotY":270.0,"groupId":0}}},"200":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":456.5043029785156,"PosY":-3.103121042251587,"PosZ":760.6500244140625,"RotY":180.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":null,"State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":456.5043029785156,"PosY":-3.103121042251587,"PosZ":760.6500244140625,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":456.5043029785156,"PosY":-3.103121042251587,"PosZ":760.6500244140625,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":456.5043029785156,"PosY":-3.103121042251587,"PosZ":760.6500244140625,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":456.51129150390625,"PosY":-0.7937830090522766,"PosZ":757.4788818359375,"RotY":0.000019999999494757503,"groupId":0},"2":{"ID":2,"PosX":456.51129150390625,"PosY":-0.7937830090522766,"PosZ":757.4788818359375,"RotY":0.000019999999494757503,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":456.51129150390625,"PosY":-0.7937830090522766,"PosZ":757.4788818359375,"RotY":0.000019999999494757503,"groupId":0}}},"201":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":371.1600036621094,"PosY":57.96998977661133,"PosZ":417.0,"RotY":180.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":null,"State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":201,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":371.1600036621094,"PosY":57.96998977661133,"PosZ":417.0,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":201,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":371.1600036621094,"PosY":57.96998977661133,"PosZ":417.0,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":201,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":371.1600036621094,"PosY":57.96998977661133,"PosZ":417.0,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":201,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":371.1600036621094,"PosY":57.96998977661133,"PosZ":417.0,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":201,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":371.3900146484375,"PosY":50.119998931884766,"PosZ":439.010009765625,"RotY":180.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":201,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":371.3900146484375,"PosY":50.119998931884766,"PosZ":439.010009765625,"RotY":180.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":201,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":371.1600036621094,"PosY":57.96998977661133,"PosZ":417.0,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":201,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":369.3500061035156,"PosY":50.119998931884766,"PosZ":439.010009765625,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":201,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":371.1600036621094,"PosY":57.96998977661133,"PosZ":417.0,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":201,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":373.3699951171875,"PosY":50.119998931884766,"PosZ":439.010009765625,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":201,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":371.1669921875,"PosY":60.51934051513672,"PosZ":413.8819885253906,"RotY":0.00002099999983329326,"groupId":0},"2":{"ID":2,"PosX":371.1669921875,"PosY":60.51934051513672,"PosZ":413.8819885253906,"RotY":0.00002099999983329326,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":371.1669921875,"PosY":60.51934051513672,"PosZ":413.8819885253906,"RotY":0.00002099999983329326,"groupId":0}}},"205":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":230.0,"PosX":-459.9599914550782,"PosY":-109.5164031982422,"PosZ":489.9700012207031,"NPCMonsterID":3002020,"EventID":20331005,"groupId":205,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":280.0,"PosX":-459.9280090332031,"PosY":-109.5164031982422,"PosZ":486.00299072265625,"NPCMonsterID":3002020,"EventID":20331006,"groupId":205,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":230.0,"PosX":-251.8800048828125,"PosY":-109.51670074462892,"PosZ":488.3399963378906,"NPCMonsterID":3002020,"EventID":20331011,"groupId":205,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":260.0,"PosX":-250.0079040527344,"PosY":-109.51670074462892,"PosZ":483.8801879882813,"NPCMonsterID":3002010,"EventID":20331012,"groupId":205,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":325.0,"PosX":453.79000854492193,"PosY":-12.86032009124756,"PosZ":807.739990234375,"NPCMonsterID":3002040,"EventID":20331016,"groupId":205,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":260.0,"PosX":451.631591796875,"PosY":-12.86032009124756,"PosZ":805.18798828125,"NPCMonsterID":3002040,"EventID":20331017,"groupId":205,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":325.0,"PosX":296.1400146484375,"PosY":45.72188186645508,"PosZ":761.080078125,"NPCMonsterID":3002040,"EventID":20331018,"groupId":205,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":80.0,"PosX":293.79998779296875,"PosY":45.72188186645508,"PosZ":761.0700073242188,"NPCMonsterID":3002010,"EventID":20331019,"groupId":205,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":30.0,"PosX":327.3599853515625,"PosY":45.6219596862793,"PosZ":811.7100219726564,"NPCMonsterID":3002040,"EventID":20331020,"groupId":205,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"206":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":230.0,"PosX":-459.9599914550782,"PosY":-109.5164031982422,"PosZ":489.9700012207031,"NPCMonsterID":3002020,"EventID":20331105,"groupId":206,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":280.0,"PosX":-459.9280090332031,"PosY":-109.5164031982422,"PosZ":486.00299072265625,"NPCMonsterID":3002020,"EventID":20331106,"groupId":206,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"207":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":230.0,"PosX":-251.8800048828125,"PosY":-109.51670074462892,"PosZ":488.3399963378906,"NPCMonsterID":3002020,"EventID":20331111,"groupId":207,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":260.0,"PosX":-250.0079040527344,"PosY":-109.51670074462892,"PosZ":483.8801879882813,"NPCMonsterID":3002010,"EventID":20331112,"groupId":207,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"208":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":325.0,"PosX":471.4500122070313,"PosY":-15.967089653015137,"PosZ":821.8099975585938,"NPCMonsterID":3002040,"EventID":20331116,"groupId":208,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":465.80999755859375,"PosY":-15.967100143432615,"PosZ":822.8701171875,"NPCMonsterID":3002040,"EventID":20331117,"groupId":208,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"209":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":287.7984924316406,"PosY":45.72188186645508,"PosZ":761.5789184570312,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":209,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":325.0,"PosX":296.1400146484375,"PosY":45.72188186645508,"PosZ":761.080078125,"NPCMonsterID":3002040,"EventID":20331118,"groupId":209,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":80.0,"PosX":293.79998779296875,"PosY":45.72188186645508,"PosZ":761.0700073242188,"NPCMonsterID":3002010,"EventID":20331119,"groupId":209,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":30.0,"PosX":327.3599853515625,"PosY":45.6219596862793,"PosZ":811.7100219726564,"NPCMonsterID":3002040,"EventID":20331120,"groupId":209,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"210":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-266.61529541015625,"PosY":-119.1259994506836,"PosZ":415.4352111816406,"RotY":150.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":210,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-264.1382141113281,"PosY":-119.12760162353516,"PosZ":429.36520385742193,"RotY":60.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":210,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-269.46038818359375,"PosY":-116.57859802246094,"PosZ":433.0833129882813,"RotY":20.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":210,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-283.1099853515625,"PosY":-116.57620239257812,"PosZ":444.80999755859375,"RotY":80.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":210,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-278.54620361328125,"PosY":-111.02140045166016,"PosZ":455.68951416015625,"RotY":145.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":210,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":245.0,"PosX":-257.6099853515625,"PosY":-118.7227020263672,"PosZ":420.9599914550782,"NPCMonsterID":3001020,"EventID":20331125,"groupId":210,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":245.0,"PosX":-259.42999267578125,"PosY":-118.7227020263672,"PosZ":420.1099853515625,"NPCMonsterID":3001020,"EventID":20331126,"groupId":210,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":105.0,"PosX":-280.32080078125,"PosY":-116.1697006225586,"PosZ":435.427001953125,"NPCMonsterID":3002020,"EventID":20331127,"groupId":210,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":105.0,"PosX":-281.6659851074219,"PosY":-116.1697006225586,"PosZ":435.7850036621094,"NPCMonsterID":3002010,"EventID":20331128,"groupId":210,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":160.0,"PosX":-272.5929870605469,"PosY":-110.61949920654295,"PosZ":475.864013671875,"NPCMonsterID":3002040,"EventID":20331129,"groupId":210,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":200.0,"PosX":-269.072998046875,"PosY":-110.61150360107422,"PosZ":476.12399291992193,"NPCMonsterID":3002040,"EventID":20331130,"groupId":210,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":180.0,"PosX":-270.7070007324219,"PosY":-110.61150360107422,"PosZ":474.4389953613282,"NPCMonsterID":3002020,"EventID":20331131,"groupId":210,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"213":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-270.1239929199219,"PosY":-120.51909637451172,"PosZ":366.2640075683594,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_ReshaHintE_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":213,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-288.14410400390625,"PosY":-109.5166015625,"PosZ":473.9382934570313,"Name":"NPC1","RotY":33.720001220703125,"NPCID":13168,"groupId":213,"IsDelete":false,"IsClientOnly":false}],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-285.4403076171875,"PosY":-109.51670074462892,"PosZ":491.8077087402344,"NPCMonsterID":8002040,"EventID":20331170,"groupId":213,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"214":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-439.1539916992187,"PosY":-111.0186004638672,"PosZ":488.3523864746094,"RotY":210.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20313001/LG_Prop_F20313001_G169_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":214,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.27219009399414,"PosY":-11.618829727172852,"PosZ":111.11509704589844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20331001/LG_Prop_F20331001_G214_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":214,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":150.0,"PosX":-441.3999938964844,"PosY":-111.0186004638672,"PosZ":508.3800048828125,"NPCMonsterID":3002050,"EventID":20331240,"groupId":214,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-441.3999938964844,"PosY":-109.6750030517578,"PosZ":508.3800048828125,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-440.3778076171875,"PosY":-111.0186004638672,"PosZ":507.7015075683594,"RotY":330.7984924316406,"groupId":0}}},"215":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.119999885559082,"PosY":-2.0199999809265137,"PosZ":91.68000030517578,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":215,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"217":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":261.14520263671875,"PosY":48.72188949584961,"PosZ":825.5701293945312,"RotY":90.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":217,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":261.14520263671875,"PosY":48.72188949584961,"PosZ":825.5701293945312,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":217,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":261.14520263671875,"PosY":48.72188949584961,"PosZ":825.5701293945312,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10028,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":217,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":337.9054870605469,"PosX":264.9814147949219,"PosY":48.72188949584961,"PosZ":829.4365844726564,"NPCMonsterID":3002040,"EventID":20331231,"groupId":217,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":262.4742126464844,"PosY":48.72188949584961,"PosZ":829.3018798828125,"NPCMonsterID":3002020,"EventID":20331232,"groupId":217,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"218":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-452.5718078613282,"PosY":-109.5164031982422,"PosZ":499.4007873535156,"RotY":180.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":218,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"219":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-259.96429443359375,"PosY":-119.10150146484376,"PosZ":448.24020385742193,"RotY":180.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":219,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"220":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":262.4209899902344,"PosY":51.82181930541992,"PosZ":804.0750122070312,"RotY":268.2668151855469,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":220,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"231":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-259.29998779296875,"PosY":-118.72830200195312,"PosZ":420.24798583984375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":231,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-258.6700134277344,"PosY":-118.72689819335938,"PosZ":419.1539916992187,"Name":"NPC1","RotY":264.06298828125,"NPCID":2308,"groupId":231,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-260.0140075683594,"PosY":-118.7227020263672,"PosZ":420.4830017089844,"Name":"NPC2","RotY":222.3125,"NPCID":13227,"groupId":231,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"234":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-280.4700012207031,"PosY":-116.17549896240234,"PosZ":435.6799926757813,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":234,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-280.81201171875,"PosY":-116.1697006225586,"PosZ":434.7539978027344,"Name":"NPC1","RotY":115.15370178222656,"NPCID":13227,"groupId":234,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-280.8800048828125,"PosY":-116.1697006225586,"PosZ":436.5,"Name":"NPC2","RotY":121.76090240478516,"NPCID":2312,"groupId":234,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"236":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-270.67529296875,"PosY":-110.61849975585938,"PosZ":474.8500061035156,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":236,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-270.30999755859375,"PosY":-110.61150360107422,"PosZ":473.3200073242187,"Name":"NPC1","RotY":182.7180023193359,"NPCID":13227,"groupId":236,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-268.9222106933594,"PosY":-110.61150360107422,"PosZ":473.90328979492193,"Name":"NPC2","RotY":210.10470581054688,"NPCID":2306,"groupId":236,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-271.93359375,"PosY":-110.61150360107422,"PosZ":474.343505859375,"Name":"NPC3","RotY":119.96009826660156,"NPCID":2306,"groupId":236,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"245":{"props":[],"npcs":[{"ID":400001,"PosX":451.7200012207031,"PosY":-22.07826042175293,"PosZ":855.9000244140625,"Name":"NPC1","RotY":75.95010375976562,"NPCID":2306,"groupId":245,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":446.64898681640625,"PosY":-20.39299964904785,"PosZ":858.7880249023436,"RotY":112.24870300292967,"groupId":0},"2":{"ID":2,"PosX":448.0386047363282,"PosY":-22.0487003326416,"PosZ":858.4979248046875,"RotY":119.41449737548828,"groupId":0}}},"269":{"props":[],"npcs":[{"ID":400001,"PosX":9.628999710083008,"PosY":0.5920299887657166,"PosZ":79.0979995727539,"Name":"NPC1","RotY":252.9965057373047,"NPCID":13128,"groupId":269,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"270":{"props":[],"npcs":[{"ID":400001,"PosX":-445.0700073242187,"PosY":6.706302165985107,"PosZ":829.8800048828125,"Name":"NPC1","RotY":180.0,"NPCID":2320,"groupId":270,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"271":{"props":[],"npcs":[{"ID":400001,"PosX":-277.18499755859375,"PosY":6.706302165985107,"PosZ":829.3989868164062,"Name":"NPC1","RotY":180.0,"NPCID":2320,"groupId":271,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"301":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.049770355224608,"PosY":0.5916770100593567,"PosZ":86.88600158691406,"RotY":110.0,"PropID":801,"AnchorID":1,"AnchorGroupID":301,"MappingInfoID":1022,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":301,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-13.237750053405762,"PosY":0.5916780233383179,"PosZ":86.50240325927734,"RotY":290.0,"groupId":0}}},"303":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":6.363999843597412,"PosY":1.70443594455719,"PosZ":17.69499969482422,"RotY":232.568603515625,"PropID":103130,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ClockToyBoxNotChest_01.json","State":"Locked","propStateList":["Closed","Open","Locked","CustomState01"],"groupId":303,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"314":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-441.9367980957031,"PosY":-111.0186004638672,"PosZ":512.9840698242188,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20331001/LG_Prop_F20331001_G314_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":314,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-440.5969848632813,"PosY":-120.51909637451172,"PosZ":366.2640075683594,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_ReshaHintE_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":314,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-444.1029968261718,"PosY":-111.00890350341795,"PosZ":492.6910095214844,"Name":"NPC1","RotY":38.77312088012695,"NPCID":13168,"groupId":314,"IsDelete":false,"IsClientOnly":false}],"monsters":[{"ID":200001,"RotY":210.0,"PosX":-439.1539916992187,"PosY":-111.0186004638672,"PosZ":508.3523864746094,"NPCMonsterID":3002050,"EventID":20331240,"groupId":314,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-439.1539916992187,"PosY":-109.7030029296875,"PosZ":508.3523864746094,"RotY":0.0,"groupId":0}}},"321":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":275.0799865722656,"PosY":48.72188186645508,"PosZ":792.7000122070312,"RotY":218.0946044921875,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir_02.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":321,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":275.0799865722656,"PosY":48.72188186645508,"PosZ":792.7000122070312,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":321,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":275.0799865722656,"PosY":48.72188186645508,"PosZ":792.7000122070312,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":321,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":275.0799865722656,"PosY":48.72188186645508,"PosZ":792.7000122070312,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":321,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":275.0799865722656,"PosY":48.72188186645508,"PosZ":792.7000122070312,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":321,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":280.0918884277344,"PosY":49.100929260253906,"PosZ":799.41162109375,"RotY":249.1636962890625,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":321,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":280.0918884277344,"PosY":49.100929260253906,"PosZ":799.41162109375,"RotY":249.1636962890625,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":321,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":273.06610107421875,"PosY":50.05253982543945,"PosZ":790.1198120117188,"RotY":38.09461975097656,"groupId":0},"2":{"ID":2,"PosX":273.06610107421875,"PosY":50.05253982543945,"PosZ":790.1198120117188,"RotY":38.09461975097656,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":273.3258056640625,"PosY":50.05253982543945,"PosZ":789.9160766601564,"RotY":38.09461975097656,"groupId":0}}},"324":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":390.8900146484375,"PosY":-13.684450149536133,"PosZ":428.03900146484375,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WGPLevel_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":324,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":369.9249877929687,"PosY":-13.718000411987305,"PosZ":429.8829956054687,"RotY":68.25821685791016,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WGPManagar_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":324,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":388.05999755859375,"PosY":-13.81999969482422,"PosZ":428.03900146484375,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":324,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":390.8900146484375,"PosY":-13.684450149536133,"PosZ":428.03900146484375,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WGPLevel_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":324,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":390.8900146484375,"PosY":-13.684450149536133,"PosZ":428.03900146484375,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WGPLevel_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":324,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":390.8900146484375,"PosY":-13.684450149536133,"PosZ":428.03900146484375,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WGPLevel_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":324,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":390.8900146484375,"PosY":-13.684450149536133,"PosZ":428.03900146484375,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WGPLevel_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":324,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":390.8900146484375,"PosY":-13.684450149536133,"PosZ":428.03900146484375,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WGPLevel_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":324,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":390.8900146484375,"PosY":-13.684450149536133,"PosZ":428.03900146484375,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WGPLevel_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":324,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":390.8900146484375,"PosY":-13.684450149536133,"PosZ":428.03900146484375,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WGPLevel_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":324,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":390.8900146484375,"PosY":-13.684450149536133,"PosZ":428.03900146484375,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WGPLevel_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":324,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":390.8900146484375,"PosY":-13.684450149536133,"PosZ":428.03900146484375,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WGPLevel_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":324,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":390.8900146484375,"PosY":-13.684450149536133,"PosZ":428.03900146484375,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WGPLevel_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":324,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":390.8900146484375,"PosY":-13.684450149536133,"PosZ":428.03900146484375,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WGPLevel_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":324,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":406.1099853515625,"PosY":-13.64597988128662,"PosZ":428.0199890136718,"RotY":90.0,"PropID":109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":324,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_04_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":390.8900146484375,"PosY":-13.684450149536133,"PosZ":428.03900146484375,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WGPLevel_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":324,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":390.8900146484375,"PosY":-13.684450149536133,"PosZ":428.03900146484375,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WGPLevel_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":324,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":390.8900146484375,"PosY":-13.684450149536133,"PosZ":428.03900146484375,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WGPLevel_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":324,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":390.8900146484375,"PosY":-13.684450149536133,"PosZ":428.03900146484375,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WGPLevel_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":324,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":369.980712890625,"PosY":-13.116660118103027,"PosZ":429.7911071777344,"Name":"NPC1","RotY":46.470001220703125,"NPCID":3098,"groupId":324,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.029777999967336655,"PosY":1.7059429883956907,"PosZ":-36.89210891723633,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":369.5549926757813,"PosY":-8.031999588012695,"PosZ":428.1000061035156,"RotY":90.00000762939453,"groupId":0},"3":{"ID":3,"PosX":-0.17677800357341766,"PosY":3.443000078201294,"PosZ":117.7509994506836,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-440.2320861816406,"PosY":-109.77100372314452,"PosZ":529.3980102539062,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":391.6541137695313,"PosY":53.119998931884766,"PosZ":512.8140869140625,"RotY":0.0,"groupId":0},"6":{"ID":6,"PosX":-270.5199890136719,"PosY":-109.61100006103516,"PosZ":529.7269897460938,"RotY":0.0,"groupId":0},"7":{"ID":7,"PosX":279.86199951171875,"PosY":53.17499923706055,"PosZ":863.6500244140625,"RotY":0.0,"groupId":0},"8":{"ID":8,"PosX":-445.0255126953125,"PosY":4.48799991607666,"PosZ":921.2930297851564,"RotY":0.0,"groupId":0},"9":{"ID":9,"PosX":-277.3008117675781,"PosY":4.585000038146973,"PosZ":921.197998046875,"RotY":0.0,"groupId":0},"10":{"ID":10,"PosX":0.27300000190734863,"PosY":4.889484882354736,"PosZ":17.371700286865234,"RotY":0.0,"groupId":0},"11":{"ID":11,"PosX":-0.05900000035762787,"PosY":3.5769710540771484,"PosZ":55.5625,"RotY":0.0,"groupId":0},"12":{"ID":12,"PosX":371.2099914550782,"PosY":-12.729999542236328,"PosZ":431.239990234375,"RotY":238.99949645996097,"groupId":0},"13":{"ID":13,"PosX":371.5679931640625,"PosY":-13.715970039367676,"PosZ":430.6600036621094,"RotY":244.14219665527344,"groupId":0}}},"327":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-443.4299926757813,"PosY":-110.86199951171876,"PosZ":479.3699951171875,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MusicVisualEmotion_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":327,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"328":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":456.4299926757813,"PosY":-12.68000030517578,"PosZ":804.6199951171875,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":328,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":456.4299926757813,"PosY":-12.68000030517578,"PosZ":804.6199951171875,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":328,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":456.4299926757813,"PosY":-12.68000030517578,"PosZ":804.6199951171875,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":328,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":453.2999877929687,"PosY":-12.86032009124756,"PosZ":807.2899780273436,"RotY":311.7528991699219,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":328,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":453.2999877929687,"PosY":-12.86032009124756,"PosZ":807.2899780273436,"RotY":311.7528991699219,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":328,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"329":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":377.74700927734375,"PosY":48.834999084472656,"PosZ":430.4330139160156,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":329,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":333.8725891113281,"PosY":31.720020294189453,"PosZ":414.0494079589844,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":329,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":330.72100830078125,"PosY":32.77899932861328,"PosZ":406.7409973144531,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":329,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":355.06280517578125,"PosY":31.720020294189453,"PosZ":409.29791259765625,"RotY":270.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":329,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"330":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":371.2598876953125,"PosY":50.12002944946289,"PosZ":428.10699462890625,"RotY":180.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":330,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"350":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-445.1300964355469,"PosY":6.716639995574951,"PosZ":832.6953735351564,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HitCount_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":350,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-445.0606994628906,"PosY":6.31487512588501,"PosZ":820.0203857421875,"RotY":180.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":350,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-445.0483093261718,"PosY":3.4034008979797363,"PosZ":738.4301147460938,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_ReshaHintE_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":350,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-445.1001892089844,"PosY":6.716641902923584,"PosZ":826.4199829101564,"Name":"NPC1","RotY":180.0,"NPCID":3090,"groupId":350,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-444.0499877929687,"PosY":6.716641902923584,"PosZ":828.2050170898436,"Name":"NPC2","RotY":180.0,"NPCID":3090,"groupId":350,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-446.1300048828125,"PosY":6.716641902923584,"PosZ":828.1900024414062,"Name":"NPC3","RotY":180.0,"NPCID":3090,"groupId":350,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":-445.1001892089844,"PosY":6.716641902923584,"PosZ":830.010009765625,"Name":"NPC4","RotY":180.0,"NPCID":3090,"groupId":350,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":-442.80999755859375,"PosY":6.716641902923584,"PosZ":829.989990234375,"Name":"NPC5","RotY":180.0,"NPCID":3090,"groupId":350,"IsDelete":false,"IsClientOnly":false},{"ID":400006,"PosX":-447.3800048828125,"PosY":6.716641902923584,"PosZ":829.989990234375,"Name":"NPC6","RotY":180.0,"NPCID":3090,"groupId":350,"IsDelete":false,"IsClientOnly":false},{"ID":400007,"PosX":-446.1300048828125,"PosY":6.716641902923584,"PosZ":831.5399780273436,"Name":"NPC7","RotY":180.0,"NPCID":3090,"groupId":350,"IsDelete":false,"IsClientOnly":false},{"ID":400008,"PosX":-448.7099914550782,"PosY":6.716641902923584,"PosZ":831.5599975585938,"Name":"NPC8","RotY":180.0,"NPCID":3090,"groupId":350,"IsDelete":false,"IsClientOnly":false},{"ID":400009,"PosX":-441.4800109863282,"PosY":6.716641902923584,"PosZ":831.5999755859375,"Name":"NPC9","RotY":180.0,"NPCID":3090,"groupId":350,"IsDelete":false,"IsClientOnly":false},{"ID":400010,"PosX":-444.04000854492193,"PosY":6.716641902923584,"PosZ":831.5499877929688,"Name":"NPC10","RotY":180.0,"NPCID":3090,"groupId":350,"IsDelete":false,"IsClientOnly":false},{"ID":400011,"PosX":-447.3870849609375,"PosY":6.716639995574951,"PosZ":825.3311157226564,"Name":"NPC11","RotY":143.38690185546875,"NPCID":13231,"groupId":350,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-445.0899963378906,"PosY":11.979999542236328,"PosZ":807.4000244140625,"RotY":0.0,"groupId":0}}},"351":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-273.13299560546875,"PosY":8.121999740600586,"PosZ":822.7960205078125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/MovieGame/MovieGame_InCinema_Secret.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":351,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-272.5260925292969,"PosY":6.332054138183594,"PosZ":823.0875244140625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_C2Finish_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":351,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-275.2236022949219,"PosY":6.716639995574951,"PosZ":826.3331298828125,"RotY":154.01089477539065,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":351,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-277.4540100097656,"PosY":3.2808380126953125,"PosZ":738.52392578125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_ReshaHintE_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":351,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-273.1520080566406,"PosY":16.110000610351562,"PosZ":788.5294799804688,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-273.1099853515625,"PosY":10.395000457763672,"PosZ":818.75,"RotY":347.9403076171875,"groupId":0}}},"352":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":372.127685546875,"PosY":44.34769821166992,"PosZ":430.9685974121094,"RotY":117.2427978515625,"PropID":101029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":352,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.890000343322754,"PosY":1.7079999446868896,"PosZ":-20.239999771118164,"RotY":181.82989501953125,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":352,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":266.60198974609375,"PosY":49.864749908447266,"PosZ":797.4019775390625,"RotY":203.1907958984375,"PropID":103037,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":352,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":9.689299583435059,"PosY":1.082900047302246,"PosZ":77.2946014404297,"RotY":88.25209045410156,"PropID":103037,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":352,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":390.1400146484375,"PosY":51.28300094604492,"PosZ":439.4630126953125,"RotY":4.060032844543457,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":352,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":288.2040100097656,"PosY":49.6510009765625,"PosZ":825.9409790039062,"RotY":270.6600036621094,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":352,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.010999999940395355,"PosY":1.0859999656677246,"PosZ":-5.985000133514404,"RotY":274.659912109375,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":352,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":228.11000061035156,"PosY":-23.600000381469727,"PosZ":179.0500030517578,"RotY":229.3022003173828,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":352,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":371.2239990234375,"PosY":32.73899841308594,"PosZ":418.7640075683594,"RotY":258.0621032714844,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":352,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"361":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-267.52398681640625,"PosY":-111.018798828125,"PosZ":511.6329956054687,"RotY":146.95899963378906,"PropID":103036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":361,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-443.5010070800782,"PosY":-111.0186004638672,"PosZ":509.5130004882813,"RotY":146.95899963378906,"PropID":103036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":361,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":390.1600036621094,"PosY":53.46799850463867,"PosZ":487.9880065917969,"RotY":146.95899963378906,"PropID":103036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":361,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":416.0929870605469,"PosY":-18.835329055786133,"PosZ":842.0609741210938,"RotY":146.95899963378906,"PropID":103036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":361,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":242.8280029296875,"PosY":-26.714040756225582,"PosZ":257.9360046386719,"RotY":146.95899963378906,"PropID":103036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":361,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"364":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":359.2699890136719,"PosY":41.15085983276367,"PosZ":381.4700012207031,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_ReshaHintE_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":364,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":369.1575012207031,"PosY":43.750030517578125,"PosZ":419.2800903320313,"Name":"NPC1","RotY":147.0012969970703,"NPCID":13168,"groupId":364,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"379":{"props":[],"npcs":[{"ID":400001,"PosX":9.628999710083008,"PosY":0.5920299887657166,"PosZ":79.0979995727539,"Name":"NPC1","RotY":252.9965057373047,"NPCID":13128,"groupId":379,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"382":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":371.23141479492193,"PosY":50.55004119873047,"PosZ":394.9620056152344,"RotY":0.0,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":382,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"10":{"ID":10,"PosX":386.1914978027344,"PosY":50.12002944946289,"PosZ":433.8539123535156,"RotY":180.0,"groupId":0},"13":{"ID":13,"PosX":371.23141479492193,"PosY":52.9379997253418,"PosZ":402.5690002441406,"RotY":180.0,"groupId":0},"14":{"ID":14,"PosX":371.23141479492193,"PosY":52.9379997253418,"PosZ":397.5740051269531,"RotY":180.0,"groupId":0}}},"388":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":348.2192077636719,"PosY":31.720020294189453,"PosZ":420.5481872558594,"RotY":268.2384948730469,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ShowGroupMonsterVision_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":388,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":341.843994140625,"PosY":34.90299987792969,"PosZ":421.4410095214844,"RotY":270.0,"PropID":109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":388,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":340.13800048828125,"PosY":34.90299987792969,"PosZ":420.906005859375,"RotY":270.0,"PropID":109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":388,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_04_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":341.0899963378906,"PosY":34.90299987792969,"PosZ":418.28900146484375,"RotY":270.0,"PropID":109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":388,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_04_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":352.54901123046875,"PosY":31.720020294189453,"PosZ":419.5740051269531,"NPCMonsterID":3002041,"EventID":10301299,"groupId":388,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":150.1656951904297,"PosX":335.322998046875,"PosY":31.72001075744629,"PosZ":425.10101318359375,"NPCMonsterID":3002011,"EventID":10301299,"groupId":388,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":90.0,"PosX":344.6731872558594,"PosY":31.720020294189453,"PosZ":422.53570556640625,"NPCMonsterID":3002011,"EventID":10301299,"groupId":388,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":180.0,"PosX":344.0596923828125,"PosY":31.720020294189453,"PosZ":407.9020080566406,"NPCMonsterID":3002011,"EventID":10301299,"groupId":388,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":296.24951171875,"PosX":339.6842041015625,"PosY":31.720020294189453,"PosZ":407.2796936035156,"NPCMonsterID":3002041,"EventID":10301299,"groupId":388,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":180.0,"PosX":341.58099365234375,"PosY":31.720020294189453,"PosZ":408.30999755859375,"NPCMonsterID":3002041,"EventID":10301299,"groupId":388,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":270.0,"PosX":344.5169982910156,"PosY":31.720020294189453,"PosZ":409.3019104003906,"NPCMonsterID":3001021,"EventID":10301299,"groupId":388,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":90.0,"PosX":339.0299987792969,"PosY":31.720020294189453,"PosZ":409.44000244140625,"NPCMonsterID":3002011,"EventID":10301299,"groupId":388,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"390":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":363.2200012207031,"PosY":43.74102020263672,"PosZ":440.0050048828125,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSetFloor_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":390,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":371.3399963378906,"PosY":44.7400016784668,"PosZ":409.0,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSetFloor_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":390,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":371.4700012207031,"PosY":50.55002975463867,"PosZ":403.6919860839844,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSetFloor_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":390,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":359.239990234375,"PosY":50.12002944946289,"PosZ":440.6099853515625,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSetFloor_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":390,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":371.510009765625,"PosY":31.720029830932617,"PosZ":410.58599853515625,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSetFloor_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":390,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"392":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":383.45111083984375,"PosY":50.12002944946289,"PosZ":454.8059997558594,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":392,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":358.94329833984375,"PosY":49.75299835205078,"PosZ":442.7789916992187,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":392,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":372.29098510742193,"PosY":43.730018615722656,"PosZ":443.1000061035156,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":392,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":359.6546936035156,"PosY":43.54100036621094,"PosZ":423.7120056152344,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":392,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"395":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.54599952697754,"PosY":0.49950799345970154,"PosZ":-4.88700008392334,"RotY":140.2415008544922,"PropID":103251,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_05.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":395,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.54599952697754,"PosY":0.49950799345970154,"PosZ":-4.88700008392334,"RotY":145.0717010498047,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":395,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"396":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":232.58099365234375,"PosY":-27.457000732421875,"PosZ":266.4679870605469,"RotY":274.0483093261719,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":396,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"411":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":422.3200073242187,"PosY":-18.878150939941406,"PosZ":859.9000244140625,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":411,"MappingInfoID":2033109,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":411,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":426.8239135742187,"PosY":-18.865339279174805,"PosZ":857.3449096679688,"RotY":1.3133039474487305,"groupId":0}}}}},"P20332_F20332001":{"teleports":{"1023":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":63.279998779296875,"PosY":1.6989439725875854,"PosZ":258.0199890136719,"RotY":330.0,"PropID":801,"AnchorID":1,"AnchorGroupID":482,"MappingInfoID":1023,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":482,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"},"1210":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-159.1199951171875,"PosY":4.759955883026123,"PosZ":190.0500030517578,"RotY":35.4835090637207,"PropID":901,"AnchorID":1,"AnchorGroupID":483,"MappingInfoID":1210,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":483,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_02_Entity.json"},"1305":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.02440599910914898,"PosY":4.6771240234375,"PosZ":281.6748046875,"RotY":90.0,"PropID":113,"AnchorID":1,"AnchorGroupID":360,"MappingInfoID":1305,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_WeeklyRaid_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":360,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EchoOfWar_01_Entity.json"},"2390":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.83999633789064,"PosY":13.738710403442385,"PosZ":155.0500030517578,"RotY":154.5399932861328,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10028":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-488.69000244140625,"PosY":-2.965939998626709,"PosZ":-326.9599914550781,"RotY":90.0999984741211,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10028,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":395,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10055":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":153.16700744628906,"PosY":6.400031089782715,"PosZ":-391.6709899902344,"RotY":3.4797680377960205,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":476,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10060":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":18.808549880981445,"PosY":81.66100311279298,"PosZ":759.25,"RotY":180.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":322,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"},"10061":{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.98570251464844,"PosY":0.6700519919395447,"PosZ":252.3538055419922,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":326,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10062":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":131.38999938964844,"PosY":14.241999626159668,"PosZ":119.1999969482422,"RotY":315.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10062,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","Hidden"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},"10063":{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":15.640000343322754,"PosY":64.03600311279297,"PosZ":806.0070190429688,"RotY":90.01978302001953,"PropID":103001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10063,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityRoom_Charger.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityCharger_01_Entity.json"},"10064":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":105.80500030517578,"PosY":13.738739967346191,"PosZ":144.14500427246094,"RotY":26.473499298095703,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10064,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2033201":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":4.829999923706055,"PosY":11.51826000213623,"PosZ":0.6900020241737366,"RotY":314.78900146484375,"PropID":101,"AnchorID":1,"AnchorGroupID":9,"MappingInfoID":2033201,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2033202":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.10000000149011612,"PosY":4.7967071533203125,"PosZ":150.32000732421875,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":9,"MappingInfoID":2033202,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2033203":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.3798065185547,"PosY":14.682290077209473,"PosZ":144.1555938720703,"RotY":45.0,"PropID":101,"AnchorID":3,"AnchorGroupID":9,"MappingInfoID":2033203,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2033204":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":141.79840087890625,"PosY":14.68257999420166,"PosZ":144.62399291992188,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":9,"MappingInfoID":2033204,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"2":{"props":[{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":2.2799999713897705,"PosY":84.39700317382812,"PosZ":775.97998046875,"RotY":0.0,"PropID":103001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10063,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityRoom_Charger.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityCharger_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-201.83639526367188,"PosY":11.969900131225586,"PosZ":-117.12889862060548,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-309.6400146484375,"PosY":10.419939994812012,"PosZ":121.6999969482422,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":63.06999969482422,"PosY":101.83000183105467,"PosZ":775.6699829101564,"RotY":180.0,"groupId":0}}},"3":{"props":[{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":15.640000343322754,"PosY":64.03600311279297,"PosZ":806.0070190429688,"RotY":90.01978302001953,"PropID":103001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10063,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityRoom_Charger.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityCharger_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-8.195549964904785,"PosY":90.00005340576172,"PosZ":808.5999755859375,"RotY":90.0,"groupId":0}}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.029999732971191,"PosY":81.62999725341797,"PosZ":799.5399780273436,"RotY":0.0,"PropID":103003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityRoom_Volume_In.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.195549964904785,"PosY":90.00005340576172,"PosZ":808.5999755859375,"RotY":90.0,"PropID":103003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityRoom_Volume_In.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":24.73996925354004,"PosY":92.94999694824219,"PosZ":806.02001953125,"RotY":90.0,"PropID":103003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":4.829999923706055,"PosY":11.51826000213623,"PosZ":0.6900020241737366,"RotY":314.78900146484375,"PropID":101,"AnchorID":1,"AnchorGroupID":9,"MappingInfoID":2033201,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.10000000149011612,"PosY":4.7967071533203125,"PosZ":150.32000732421875,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":9,"MappingInfoID":2033202,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.3798065185547,"PosY":14.682290077209473,"PosZ":144.1555938720703,"RotY":45.0,"PropID":101,"AnchorID":3,"AnchorGroupID":9,"MappingInfoID":2033203,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":141.79840087890625,"PosY":14.68257999420166,"PosZ":144.62399291992188,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":9,"MappingInfoID":2033204,"InitLevelGraph":null,"State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.15000000596046448,"PosY":11.550840377807615,"PosZ":0.4300000071525574,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-0.05000000074505806,"PosY":4.74127197265625,"PosZ":154.4600067138672,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-132.53700256347656,"PosY":14.692190170288086,"PosZ":147.03469848632812,"RotY":150.0,"groupId":0},"4":{"ID":4,"PosX":135.15809631347656,"PosY":14.689599990844728,"PosZ":151.01199340820312,"RotY":210.0,"groupId":0}}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.03999999910593033,"PosY":7.219954967498779,"PosZ":-60.20000076293945,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":60.400001525878906,"PosY":12.75294017791748,"PosZ":-8.189987182617188,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.31000900268555,"PosY":11.513279914855955,"PosZ":17.969989776611328,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":7.880000114440918,"PosY":11.51826000213623,"PosZ":32.880001068115234,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.869998931884766,"PosY":5.2450408935546875,"PosZ":179.94000244140625,"RotY":215.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.40633010864258,"PosY":1.69977605342865,"PosZ":259.24261474609375,"RotY":265.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.7830047607422,"PosY":4.75994110107422,"PosZ":184.97999572753903,"RotY":75.93254089355469,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-134.69000244140625,"PosY":14.212960243225098,"PosZ":100.20999908447266,"RotY":45.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.34999847412108,"PosY":13.749959945678713,"PosZ":151.52999877929688,"RotY":235.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":60.36000061035156,"PosY":3.4607009887695312,"PosZ":213.7100067138672,"RotY":105.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":72.40425872802734,"PosY":7.259284973144531,"PosZ":101.98719787597656,"RotY":55.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":162.36180114746094,"PosY":15.131270408630373,"PosZ":125.13999938964844,"RotY":315.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":32.77000045776367,"PosY":11.545089721679688,"PosZ":2.890000104904175,"RotY":349.86199951171875,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.94855117797851,"PosY":5.223952770233154,"PosZ":175.82859802246094,"RotY":349.86199951171875,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.33000183105469,"PosY":7.2566070556640625,"PosZ":103.11000061035156,"RotY":349.86199951171875,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-154.5500030517578,"PosY":4.759955883026123,"PosZ":181.35000610351565,"RotY":349.86199951171875,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300033,"Category":"","GroupName":"","LoadSide":null,"PosX":76.80140686035156,"PosY":7.26677703857422,"PosZ":98.96009826660156,"RotY":349.86199951171875,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":142.77450561523438,"PosY":4.759949207305908,"PosZ":187.10850524902344,"RotY":349.86199951171875,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.797388076782227,"PosY":11.508230209350586,"PosZ":15.673319816589355,"RotY":100.75209808349608,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":5.543210029602051,"PosY":11.558460235595703,"PosZ":43.49845886230469,"RotY":212.0155029296875,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.233999252319336,"PosY":11.237210273742676,"PosZ":44.00299835205078,"RotY":269.6642150878906,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.350000381469727,"PosY":11.244540214538574,"PosZ":31.579999923706055,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.0,"PosY":11.523670196533203,"PosZ":58.08000183105469,"RotY":20.311880111694336,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.64582061767578,"PosY":4.210945129394531,"PosZ":142.61700439453125,"RotY":20.311880111694336,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-109.73999786376952,"PosY":2.404381036758423,"PosZ":241.4499969482422,"RotY":72.94230651855469,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-148.9199981689453,"PosY":10.128330230712892,"PosZ":164.77999877929688,"RotY":20.311880111694336,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.43099975585938,"PosY":14.69217014312744,"PosZ":133.44900512695312,"RotY":169.05889892578125,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.7050018310547,"PosY":14.69217014312744,"PosZ":133.63600158691406,"RotY":169.05889892578125,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-108.97740173339844,"PosY":13.738690376281738,"PosZ":142.072998046875,"RotY":280.5382995605469,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-98.3723373413086,"PosY":10.128330230712892,"PosZ":118.52279663085938,"RotY":140.1042022705078,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":95.73465728759767,"PosY":2.4005370140075684,"PosZ":230.1407012939453,"RotY":289.98388671875,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":109.7654037475586,"PosY":2.404381036758423,"PosZ":241.57569885253903,"RotY":283.0158996582031,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.52867126464844,"PosY":4.222382068634033,"PosZ":188.7169952392578,"RotY":47.59688949584961,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.90837097167969,"PosY":4.222382068634033,"PosZ":174.61729431152344,"RotY":39.28207015991211,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.37999725341797,"PosY":2.400536060333252,"PosZ":230.02999877929688,"RotY":70.58592987060547,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":66.90730285644531,"PosY":4.220536231994629,"PosZ":174.59640502929688,"RotY":323.9624938964844,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":76.58999633789062,"PosY":4.222382068634033,"PosZ":188.69000244140625,"RotY":304.56719970703125,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":122.5199966430664,"PosY":14.212940216064451,"PosZ":111.79000091552734,"RotY":169.05889892578125,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":122.16000366210938,"PosY":14.212940216064451,"PosZ":113.63999938964844,"RotY":169.05889892578125,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":146.57000732421875,"PosY":14.26613998413086,"PosZ":133.58999633789065,"RotY":274.2763977050781,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300032,"Category":"","GroupName":"","LoadSide":null,"PosX":147.38999938964844,"PosY":14.26613998413086,"PosZ":134.1300048828125,"RotY":328.12908935546875,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300034,"Category":"","GroupName":"","LoadSide":null,"PosX":103.06999969482422,"PosY":2.4600000381469727,"PosZ":202.86000061035156,"RotY":79.35098266601562,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300036,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.909999847412109,"PosY":14.967180252075195,"PosZ":60.290000915527344,"RotY":121.94450378417967,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300037,"Category":"","GroupName":"","LoadSide":null,"PosX":4.619999885559082,"PosY":14.97115993499756,"PosZ":71.4800033569336,"RotY":179.60169982910156,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300038,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.878039836883545,"PosY":14.9479398727417,"PosZ":85.81564331054688,"RotY":133.7908935546875,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300039,"Category":"","GroupName":"","LoadSide":null,"PosX":4.435279846191406,"PosY":14.957969665527344,"PosZ":100.68520355224608,"RotY":186.6623992919922,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.86000061035156,"PosY":5.9413838386535645,"PosZ":146.74000549316406,"RotY":23.264829635620117,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300040,"Category":"","GroupName":"","LoadSide":null,"PosX":40.01554107666016,"PosY":5.9413838386535645,"PosZ":146.81629943847656,"RotY":339.9963073730469,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.88029098510742,"PosY":2.4321370124816895,"PosZ":168.95840454101565,"RotY":28.93737030029297,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.72588348388672,"PosY":2.4321439266204834,"PosZ":199.02699279785156,"RotY":57.767818450927734,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-56.28779983520508,"PosY":2.4321370124816895,"PosZ":191.17770385742188,"RotY":37.30113983154297,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.47852325439453,"PosY":0.6700590252876282,"PosZ":247.0157012939453,"RotY":62.80950927734375,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300041,"Category":"","GroupName":"","LoadSide":null,"PosX":-100.91719818115234,"PosY":2.447959899902344,"PosZ":203.74749755859375,"RotY":240.0791931152344,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300042,"Category":"","GroupName":"","LoadSide":null,"PosX":-148.3397979736328,"PosY":4.759955883026123,"PosZ":192.31480407714844,"RotY":182.57650756835935,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300043,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.30841827392578,"PosY":7.265975952148437,"PosZ":114.08730316162108,"RotY":20.60032081604004,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300044,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.094616889953613,"PosY":4.202117919921875,"PosZ":149.36599731445312,"RotY":15.303250312805176,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300045,"Category":"","GroupName":"","LoadSide":null,"PosX":20.838180541992188,"PosY":4.214347839355469,"PosZ":165.11419677734375,"RotY":351.0013122558594,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300046,"Category":"","GroupName":"","LoadSide":null,"PosX":50.63793182373047,"PosY":2.4321370124816895,"PosZ":181.61489868164065,"RotY":330.3143005371094,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300047,"Category":"","GroupName":"","LoadSide":null,"PosX":80.18829345703125,"PosY":2.4321370124816895,"PosZ":197.7987060546875,"RotY":303.8905029296875,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300048,"Category":"","GroupName":"","LoadSide":null,"PosX":70.36064147949219,"PosY":1.6989519596099854,"PosZ":261.6517028808594,"RotY":286.61859130859375,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300049,"Category":"","GroupName":"","LoadSide":null,"PosX":72.16693878173828,"PosY":0.6700519919395447,"PosZ":240.52859497070312,"RotY":295.0545959472656,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300050,"Category":"","GroupName":"","LoadSide":null,"PosX":154.3000030517578,"PosY":14.212940216064451,"PosZ":116.62000274658205,"RotY":286.61859130859375,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300051,"Category":"","GroupName":"","LoadSide":null,"PosX":145.58169555664065,"PosY":14.212940216064451,"PosZ":107.76450347900392,"RotY":325.38470458984375,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300052,"Category":"","GroupName":"","LoadSide":null,"PosX":132.9210968017578,"PosY":14.691610336303713,"PosZ":137.90350341796875,"RotY":159.80250549316406,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300053,"Category":"","GroupName":"","LoadSide":null,"PosX":131.9792938232422,"PosY":14.691610336303713,"PosZ":136.4279022216797,"RotY":141.17649841308594,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300054,"Category":"","GroupName":"","LoadSide":null,"PosX":122.0980987548828,"PosY":14.691610336303713,"PosZ":143.0760040283203,"RotY":269.9999084472656,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300055,"Category":"","GroupName":"","LoadSide":null,"PosX":149.02110290527344,"PosY":10.128350257873535,"PosZ":165.5413055419922,"RotY":216.88490295410156,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300056,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.783205032348633,"PosY":11.50823974609375,"PosZ":32.12849044799805,"RotY":97.57655334472656,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300057,"Category":"","GroupName":"","LoadSide":null,"PosX":6.526827812194824,"PosY":4.2021260261535645,"PosZ":165.06919860839844,"RotY":349.86199951171875,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"13":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":0.0,"PosY":10.287659645080566,"PosZ":147.8800048828125,"NPCMonsterID":8002040,"EventID":20332170,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"14":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":34.89999008178711,"PosY":5.150000095367432,"PosZ":178.83999633789065,"RotY":145.76849365234375,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":34.89999008178711,"PosY":5.150000095367432,"PosZ":178.83999633789065,"RotY":145.76849365234375,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"7":{"ID":7,"PosX":38.03644943237305,"PosY":5.090001106262207,"PosZ":174.3184051513672,"RotY":148.94740295410156,"groupId":0},"8":{"ID":8,"PosX":35.367000579833984,"PosY":6.892000198364258,"PosZ":178.1909942626953,"RotY":325.1344909667969,"groupId":0},"9":{"ID":9,"PosX":39.720001220703125,"PosY":8.600000381469727,"PosZ":174.3800048828125,"RotY":315.5586853027344,"groupId":0}}},"23":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":116.26000213623048,"PosY":107.6768035888672,"PosZ":775.5001220703125,"RotY":270.0,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"16":{"ID":16,"PosX":-56.54399871826172,"PosY":84.44000244140625,"PosZ":775.89501953125,"RotY":90.0,"groupId":0},"17":{"ID":17,"PosX":115.34999847412108,"PosY":109.5,"PosZ":775.4500122070312,"RotY":88.8947982788086,"groupId":0},"18":{"ID":18,"PosX":108.41000366210938,"PosY":111.65000152587892,"PosZ":773.5399780273436,"RotY":77.98473358154298,"groupId":0}}},"24":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":488.5513916015625,"PosY":27.90999984741211,"PosZ":220.8800048828125,"RotY":270.0,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"10":{"ID":10,"PosX":354.6400146484375,"PosY":12.16098976135254,"PosZ":196.9600067138672,"RotY":90.0,"groupId":0},"11":{"ID":11,"PosX":487.66500854492193,"PosY":29.60658073425293,"PosZ":220.8280029296875,"RotY":88.01360321044922,"groupId":0},"12":{"ID":12,"PosX":480.05999755859375,"PosY":31.780000686645508,"PosZ":219.32000732421875,"RotY":77.10347747802734,"groupId":0}}},"25":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.220001220703125,"PosY":3.3350000381469727,"PosZ":214.2899932861328,"RotY":256.3673095703125,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.220001220703125,"PosY":3.3350000381469727,"PosZ":214.2899932861328,"RotY":256.3673095703125,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-65.4000015258789,"PosY":3.243419885635376,"PosZ":212.69000244140625,"RotY":251.839599609375,"groupId":0},"3":{"ID":3,"PosX":-60.89300155639648,"PosY":5.046999931335449,"PosZ":214.05799865722656,"RotY":71.8395767211914,"groupId":0},"4":{"ID":4,"PosX":-67.30999755859375,"PosY":6.440000057220459,"PosZ":210.61000061035156,"RotY":62.506649017333984,"groupId":0}}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.83999633789064,"PosY":13.738710403442385,"PosZ":155.0500030517578,"RotY":154.5399932861328,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.83999633789064,"PosY":13.738710403442385,"PosZ":155.0500030517578,"RotY":154.5399932861328,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"2":{"ID":2,"PosX":-111.15000152587892,"PosY":13.738690376281738,"PosZ":150.94000244140625,"RotY":151.4355010986328,"groupId":0},"5":{"ID":5,"PosX":-113.44400024414064,"PosY":15.508000373840332,"PosZ":154.33700561523438,"RotY":331.42840576171875,"groupId":0},"6":{"ID":6,"PosX":-110.23899841308594,"PosY":17.065000534057617,"PosZ":149.6219940185547,"RotY":325.4725036621094,"groupId":0}}},"28":{"props":[{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":105.80500030517578,"PosY":13.738739967346191,"PosZ":144.14500427246094,"RotY":26.473499298095703,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":105.80500030517578,"PosY":13.738739967346191,"PosZ":144.14500427246094,"RotY":26.473499298095703,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10064,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"19":{"ID":19,"PosX":108.3560028076172,"PosY":13.738739967346191,"PosZ":148.0290069580078,"RotY":36.725311279296875,"groupId":0},"20":{"ID":20,"PosX":106.13999938964844,"PosY":15.50100040435791,"PosZ":144.6699981689453,"RotY":216.7252960205078,"groupId":0},"21":{"ID":21,"PosX":108.72000122070312,"PosY":17.5,"PosZ":149.9499969482422,"RotY":207.8224945068359,"groupId":0}}},"29":{"props":[{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-550.7999877929688,"PosY":14.869999885559082,"PosZ":-290.9100036621094,"RotY":90.0,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-421.531005859375,"PosY":5.730000019073486,"PosZ":-291.0,"RotY":270.0,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-422.44000244140625,"PosY":7.455999851226807,"PosZ":-291.0299987792969,"RotY":88.89479064941406,"groupId":0},"2":{"ID":2,"PosX":-432.010009765625,"PosY":8.6899995803833,"PosZ":-291.3900146484375,"RotY":87.05962371826172,"groupId":0},"22":{"ID":22,"PosX":-436.6600036621094,"PosY":2.9960029125213623,"PosZ":-291.1000061035156,"RotY":270.0,"groupId":0},"23":{"ID":23,"PosX":-549.8599853515625,"PosY":16.65999984741211,"PosZ":-290.8699951171875,"RotY":268.8948059082031,"groupId":0},"24":{"ID":24,"PosX":-538.8499755859375,"PosY":17.979999542236328,"PosZ":-289.1600036621094,"RotY":261.964111328125,"groupId":0}}},"41":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":111.59999847412108,"PosY":12.206009864807127,"PosZ":-401.0899963378906,"RotY":91.08145904541016,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"13":{"ID":13,"PosX":232.5,"PosY":6.329998970031738,"PosZ":-400.2000122070313,"RotY":268.8948974609375,"groupId":0},"14":{"ID":14,"PosX":112.5199966430664,"PosY":13.9399995803833,"PosZ":-401.0499877929687,"RotY":268.8948059082031,"groupId":0},"15":{"ID":15,"PosX":119.4800033569336,"PosY":15.210000038146973,"PosZ":-400.1499938964844,"RotY":261.9796142578125,"groupId":0}}},"64":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":384.4800109863282,"PosY":6.170991897583008,"PosZ":189.72999572753903,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":413.9500122070313,"PosY":6.170989990234375,"PosZ":184.02000427246097,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":431.1400146484375,"PosY":0.4339990019798278,"PosZ":157.32000732421875,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":443.76800537109375,"PosY":18.77758026123047,"PosZ":214.11000061035156,"RotY":0.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"66":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":448.164794921875,"PosY":6.770511150360107,"PosZ":251.31100463867188,"RotY":90.0000228881836,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":438.9912109375,"PosY":-2.5624749660491943,"PosZ":203.32240295410156,"RotY":270.10540771484375,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-536.907470703125,"PosY":14.869999885559082,"PosZ":-290.93890380859375,"RotY":90.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.1600036621094,"PosY":33.04499816894531,"PosZ":-286.79998779296875,"RotY":0.00002700000004551839,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-458.9083862304687,"PosY":3.0059969425201416,"PosZ":-313.45208740234375,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.2704769968986511,"PosY":14.789649963378906,"PosZ":74.29501342773438,"RotY":180.0,"PropID":103134,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.34052300453186035,"PosY":14.789649963378906,"PosZ":89.63700103759767,"RotY":180.0,"PropID":103134,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Curtain_01.json","State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.09056899696588516,"PosY":14.789649963378906,"PosZ":104.95099639892578,"RotY":179.99989318847656,"PropID":103134,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-136.49240112304688,"PosY":14.340000152587892,"PosZ":155.11480712890625,"RotY":330.8894958496094,"PropID":103134,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.43470001220705,"PosY":14.340000152587892,"PosZ":122.45939636230467,"RotY":310.8598937988281,"PropID":103134,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.66819763183594,"PosY":14.340000152587892,"PosZ":222.42950439453125,"RotY":172.4365997314453,"PropID":103134,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":112.47550201416016,"PosY":14.460000038146973,"PosZ":122.33000183105467,"RotY":227.3883056640625,"PropID":103134,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":136.53460693359375,"PosY":14.340000152587892,"PosZ":155.18870544433594,"RotY":209.1103973388672,"PropID":103134,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":156.66819763183594,"PosY":14.340000152587892,"PosZ":222.42950439453125,"RotY":187.5634002685547,"PropID":103134,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.4606150090694427,"PosY":14.609999656677246,"PosZ":120.29100036621094,"RotY":180.0,"PropID":103134,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"74":{"props":[{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.34761047363281,"PosY":12.639389991760254,"PosZ":150.2873992919922,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20332001/LG_Prop_F20332001_G74_300017.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.872791290283203,"PosY":11.380000114440918,"PosZ":37.82646942138672,"RotY":89.75662994384764,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.191640853881836,"PosY":11.380000114440918,"PosZ":37.79998016357422,"RotY":89.75665283203125,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":62.72433853149414,"PosY":4.232999801635742,"PosZ":136.9647979736328,"RotY":324.2099914550781,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":110.18920135498048,"PosY":2.4629969596862793,"PosZ":198.51710510253903,"RotY":284.7047119140625,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.959999084472656,"PosY":4.210945129394531,"PosZ":138.16000366210938,"RotY":35.7900505065918,"PropID":103040,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BlockLine_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-108.84999847412108,"PosY":2.462999105453491,"PosZ":198.91000366210935,"RotY":75.29530334472656,"PropID":103040,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.739768981933594,"PosY":4.239999771118164,"PosZ":136.94509887695312,"RotY":35.7900505065918,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.38169860839844,"PosY":2.462999105453491,"PosZ":198.50430297851565,"RotY":75.29530334472656,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.79979705810548,"PosY":14.685999870300291,"PosZ":143.0189971923828,"RotY":52.497291564941406,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":118.79979705810548,"PosY":14.685999870300291,"PosZ":143.0189971923828,"RotY":307.502685546875,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":10.274290084838867,"PosY":11.503000259399414,"PosZ":5.173503875732422,"RotY":270.0,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":34.21876907348633,"PosY":11.503000259399414,"PosZ":5.173508167266846,"RotY":90.0,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":9.58636474609375,"PosY":11.319990158081056,"PosZ":37.63996124267578,"RotY":88.73536682128906,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.475520133972168,"PosY":11.503000259399414,"PosZ":5.085350036621094,"RotY":89.75660705566406,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.95670318603516,"PosY":14.539999961853027,"PosZ":154.86940002441406,"RotY":58.597660064697266,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-109.97250366210938,"PosY":14.539999961853027,"PosZ":132.16220092773438,"RotY":48.548641204833984,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":109.97250366210938,"PosY":14.539999961853027,"PosZ":132.16220092773438,"RotY":311.4513854980469,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":126.95670318603516,"PosY":14.539999961853027,"PosZ":154.86940002441406,"RotY":301.4023132324219,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"80":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":128.80020141601565,"PosY":14.3568696975708,"PosZ":105.7313995361328,"RotY":45.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ShowGroupMonsterVision_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":132.8300018310547,"PosY":14.425809860229492,"PosZ":131.24000549316406,"RotY":315.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":45.0,"PosX":128.80020141601565,"PosY":14.3568696975708,"PosZ":105.7313995361328,"NPCMonsterID":3003013,"EventID":10301299,"groupId":80,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"81":{"props":[{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-154.16000366210938,"PosY":11.369999885559082,"PosZ":-149.38999938964844,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerG_01.json.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.3679962158203,"PosY":16.07699966430664,"PosZ":-146.21800231933594,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerTalk_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":149.2938995361328,"PosY":14.216899871826172,"PosZ":115.02030181884766,"RotY":315.0,"PropID":103055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonExplosives_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":157.88380432128906,"PosY":14.243929862976074,"PosZ":131.08380126953125,"RotY":315.0,"PropID":103055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonExplosives_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":133.51080322265625,"PosY":14.222979545593262,"PosZ":130.09410095214844,"RotY":135.0,"PropID":103055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonExplosives_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":158.39999389648438,"PosY":14.216899871826172,"PosZ":128.87579345703125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":133.20770263671875,"PosY":14.26613998413086,"PosZ":101.41690063476564,"RotY":0.0,"PropID":103068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGun_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":125.97250366210938,"PosY":14.212940216064451,"PosZ":107.98380279541016,"RotY":0.0,"PropID":103055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonExplosives_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":149.3000030517578,"PosY":14.26613998413086,"PosZ":115.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerG_01.json.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-125.71099853515624,"PosY":19.342510223388672,"PosZ":-137.3280029296875,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-126.3864974975586,"PosY":16.07699966430664,"PosZ":-138.81700134277344,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":17.912399291992188,"PosY":0.25,"PosZ":42.99300003051758,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":18.982999801635746,"PosY":2.230592966079712,"PosZ":44.53499984741211,"RotY":90.0,"groupId":0},"5":{"ID":5,"PosX":-133.802001953125,"PosY":16.07699966430664,"PosZ":-150.33900451660156,"RotY":180.0,"groupId":0},"6":{"ID":6,"PosX":27.270999908447266,"PosY":0.25,"PosZ":43.73448944091797,"RotY":0.0,"groupId":0},"7":{"ID":7,"PosX":-133.7913055419922,"PosY":16.07699966430664,"PosZ":-149.27890014648438,"RotY":0.0,"groupId":0},"8":{"ID":8,"PosX":32.824501037597656,"PosY":2.2177538871765137,"PosZ":44.458290100097656,"RotY":0.0,"groupId":0},"9":{"ID":9,"PosX":-148.05499267578125,"PosY":16.07699966430664,"PosZ":-150.6551971435547,"RotY":209.29190063476565,"groupId":0},"10":{"ID":10,"PosX":-147.5469970703125,"PosY":16.07699966430664,"PosZ":-149.8699951171875,"RotY":209.29190063476565,"groupId":0},"11":{"ID":11,"PosX":-133.02000427246094,"PosY":20.420000076293945,"PosZ":-138.0,"RotY":63.20608139038086,"groupId":0},"12":{"ID":12,"PosX":-128.70140075683594,"PosY":20.399999618530273,"PosZ":-137.4696044921875,"RotY":63.20608139038086,"groupId":0},"13":{"ID":13,"PosX":-133.47999572753906,"PosY":17.84000015258789,"PosZ":-145.5399932861328,"RotY":180.0,"groupId":0}}},"82":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":130.17999267578125,"PosY":14.26613998413086,"PosZ":120.66000366210938,"RotY":135.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSaveManagar_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.36000061035156,"PosY":17.6200008392334,"PosZ":-150.92999267578125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":131.38999938964844,"PosY":14.241999626159668,"PosZ":119.1999969482422,"RotY":315.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10062,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","Hidden"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":141.62789916992188,"PosY":14.704440116882324,"PosZ":122.40809631347656,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfTreasureBoxHint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":0.0,"PosX":1.2699999809265137,"PosY":0.0,"PosZ":0.0,"NPCMonsterID":7010011,"EventID":10301299,"groupId":82,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":125.15000152587892,"PosY":17.8799991607666,"PosZ":123.72000122070312,"RotY":122.78700256347656,"groupId":0},"2":{"ID":2,"PosX":135.18870544433594,"PosY":14.26615047454834,"PosZ":109.64640045166016,"RotY":242.4779052734375,"groupId":0},"3":{"ID":3,"PosX":140.42999267578125,"PosY":14.409999847412108,"PosZ":123.65000152587892,"RotY":135.0,"groupId":0},"4":{"ID":4,"PosX":145.74000549316406,"PosY":14.26613998413086,"PosZ":119.55999755859376,"RotY":315.0,"groupId":0},"5":{"ID":5,"PosX":127.78119659423828,"PosY":15.32289981842041,"PosZ":123.01180267333984,"RotY":135.0,"groupId":0},"6":{"ID":6,"PosX":130.2689971923828,"PosY":14.26613998413086,"PosZ":119.75700378417967,"RotY":127.40850067138672,"groupId":0},"7":{"ID":7,"PosX":159.94000244140625,"PosY":14.26613998413086,"PosZ":105.36000061035156,"RotY":315.0,"groupId":0}}},"83":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":72.27999877929688,"PosY":101.76170349121094,"PosZ":775.780029296875,"RotY":270.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"88":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":2.569999933242798,"PosY":81.64099884033203,"PosZ":744.4299926757812,"RotY":0.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":2.569999933242798,"PosY":81.64099884033203,"PosZ":744.4299926757812,"RotY":0.0,"PropID":103192,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ControllerGravityMPF_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ControllerGravityMPF_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":3.5999999046325684,"PosY":75.5999984741211,"PosZ":737.3900146484375,"RotY":0.0,"PropID":103191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityMovingPlatform_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":9.979999542236328,"PosY":81.5199966430664,"PosZ":740.4099731445312,"RotY":90.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":9.979999542236328,"PosY":81.5199966430664,"PosZ":740.4099731445312,"RotY":270.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.699999988079071,"PosY":81.64100646972656,"PosZ":737.4299926757812,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":18.760000228881836,"PosY":81.64100646972656,"PosZ":737.4299926757812,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":21.600000381469727,"PosY":75.5999984741211,"PosZ":737.3900146484375,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":3.5999999046325684,"PosY":75.5999984741211,"PosZ":737.3900146484375,"RotY":0.0,"groupId":0}}},"92":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":208.72999572753903,"PosY":-5.628546237945557,"PosZ":-377.4533996582031,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":147.76100158691406,"PosY":6.298332214355469,"PosZ":-392.1300048828125,"RotY":180.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"109":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.5240681171417236,"PosY":4.66468620300293,"PosZ":265.6083984375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":0.7699999809265136,"PosY":4.66468620300293,"PosZ":281.5400085449219,"Name":"NPC1","RotY":196.1123046875,"NPCID":1313,"groupId":109,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"119":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.900000095367432,"PosY":75.5,"PosZ":751.5,"RotY":180.0,"PropID":103150,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["CustomState01","CustomState02"],"groupId":119,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-7.900000095367432,"PosY":75.5,"PosZ":751.5,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":-7.900000095367432,"PosY":75.5,"PosZ":745.5,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":-7.900000095367432,"PosY":75.5,"PosZ":739.5,"RotY":180.0,"groupId":0}}},"127":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.6700000762939458,"PosY":81.6500015258789,"PosZ":752.7708740234375,"RotY":90.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":9.670000076293945,"PosY":81.6500015258789,"PosZ":752.7708740234375,"RotY":90.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":16.440000534057617,"PosY":81.66100311279298,"PosZ":751.9970092773436,"RotY":90.00003051757812,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"128":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":211.6439971923828,"PosY":-5.599999904632568,"PosZ":-428.7999877929687,"RotY":0.00005500000042957254,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":211.6439971923828,"PosY":-5.599999904632568,"PosZ":-434.7999877929687,"RotY":0.00005500000042957254,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":210.35000610351565,"PosY":-5.6209940910339355,"PosZ":-436.77099609375,"RotY":180.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"129":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-450.05999755859375,"PosY":3.006999969482422,"PosZ":-276.0299987792969,"RotY":0.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-450.05999755859375,"PosY":3.006999969482422,"PosZ":-270.0299987792969,"RotY":0.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-454.6099853515625,"PosY":2.9960029125213623,"PosZ":-262.8500061035156,"RotY":0.00005500000042957254,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"131":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-485.8380126953125,"PosY":9.043950080871582,"PosZ":-300.0799865722656,"RotY":0.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-485.8380126953125,"PosY":9.043950080871582,"PosZ":-288.0799865722656,"RotY":0.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-490.6199951171875,"PosY":9.034049987792969,"PosZ":-280.5899963378906,"RotY":0.00005500000042957254,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-485.8380126953125,"PosY":9.043950080871582,"PosZ":-294.0799865722656,"RotY":0.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"134":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":57.034549713134766,"PosY":94.31005859375,"PosZ":764.3900146484375,"RotY":270.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":57.04507827758789,"PosY":69.62716674804688,"PosZ":784.4445190429688,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"174":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":465.2300109863282,"PosY":24.81999969482422,"PosZ":223.22000122070312,"RotY":143.69009399414065,"PropID":103193,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState04","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06","CustomState07","CustomState08","CustomState09"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Doll_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":463.8800048828125,"PosY":24.81999969482422,"PosZ":221.2100067138672,"RotY":122.92739868164064,"PropID":103193,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState04","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06","CustomState07","CustomState08","CustomState09"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Doll_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":465.29000854492193,"PosY":24.81999969482422,"PosZ":218.97999572753903,"RotY":61.22100067138672,"PropID":103193,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState04","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06","CustomState07","CustomState08","CustomState09"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Doll_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":467.7699890136718,"PosY":24.829999923706055,"PosZ":221.2400054931641,"Name":"NPC1","RotY":275.26708984375,"NPCID":2319,"groupId":174,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"190":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":97.92001342773438,"PosY":104.72570037841795,"PosZ":776.5919799804688,"RotY":270.0,"PropID":103193,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState07","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06","CustomState07","CustomState08","CustomState09"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Doll_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":97.92001342773438,"PosY":104.72570037841795,"PosZ":777.5001220703125,"RotY":270.0,"PropID":103193,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState07","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06","CustomState07","CustomState08","CustomState09"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Doll_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":97.91999053955078,"PosY":104.72570037841795,"PosZ":778.4600219726564,"RotY":270.0,"PropID":103193,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState07","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06","CustomState07","CustomState08","CustomState09"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Doll_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":97.91999816894531,"PosY":104.72570037841795,"PosZ":775.6699829101564,"RotY":270.0,"PropID":103193,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState07","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06","CustomState07","CustomState08","CustomState09"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Doll_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":97.91999816894531,"PosY":104.72570037841795,"PosZ":779.260009765625,"RotY":270.0,"PropID":103193,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState07","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06","CustomState07","CustomState08","CustomState09"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Doll_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":96.05999755859376,"PosY":105.13400268554688,"PosZ":778.6199951171875,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":95.18599700927734,"PosY":104.72570037841795,"PosZ":778.2680053710938,"Name":"NPC1","RotY":111.23310089111328,"NPCID":2317,"groupId":190,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"194":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":2.569999933242798,"PosY":81.64099884033203,"PosZ":744.4299926757812,"RotY":0.0,"PropID":103192,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ControllerGravityMPF_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":194,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ControllerGravityMPF_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":3.5999999046325684,"PosY":75.5999984741211,"PosZ":737.3900146484375,"RotY":0.0,"PropID":103191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":194,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityMovingPlatform_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":9.979999542236328,"PosY":81.5199966430664,"PosZ":740.4099731445312,"RotY":270.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":194,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":9.979999542236328,"PosY":81.5199966430664,"PosZ":740.4099731445312,"RotY":90.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":194,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.699999988079071,"PosY":81.64100646972656,"PosZ":737.4299926757812,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":18.760000228881836,"PosY":81.64100646972656,"PosZ":737.4299926757812,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":3.5999999046325684,"PosY":75.5999984741211,"PosZ":737.3900146484375,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":21.600000381469727,"PosY":75.5999984741211,"PosZ":737.3900146484375,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":9.279999732971191,"PosY":105.45999908447266,"PosZ":752.3099975585938,"RotY":180.0,"groupId":0}}},"195":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":63.029998779296875,"PosY":95.7750015258789,"PosZ":770.760009765625,"RotY":180.0,"PropID":103150,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["CustomState01","CustomState02"],"groupId":195,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":57.03179168701172,"PosY":93.95043182373047,"PosZ":787.2261962890625,"RotY":89.99994659423828,"PropID":103192,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ControllerGravityMPF_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":195,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ControllerGravityMPF_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":63.04999923706055,"PosY":95.83000183105469,"PosZ":767.530029296875,"RotY":0.0,"PropID":103191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":195,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityMovingPlatform_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":57.040000915527344,"PosY":92.76000213623047,"PosZ":776.219970703125,"RotY":-4.999999873689376e-6,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":195,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":57.040000915527344,"PosY":92.76000213623047,"PosZ":775.760009765625,"RotY":180.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":195,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":63.029998779296875,"PosY":101.77500152587892,"PosZ":775.6699829101564,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":195,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":63.04999923706055,"PosY":95.83000183105469,"PosZ":773.530029296875,"RotY":0.0,"PropID":103191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMovingPlatform_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":195,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityMovingPlatform_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":57.02000045776367,"PosY":92.81999969482422,"PosZ":784.47998046875,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":195,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":57.02000045776367,"PosY":92.81999969482422,"PosZ":767.52001953125,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":195,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":63.029998779296875,"PosY":95.7750015258789,"PosZ":775.6699829101564,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":63.029998779296875,"PosY":95.7750015258789,"PosZ":770.760009765625,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":63.04999923706055,"PosY":95.83000183105469,"PosZ":772.4400024414062,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":63.04999923706055,"PosY":95.83000183105469,"PosZ":767.530029296875,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":43.27000045776367,"PosY":105.61000061035156,"PosZ":798.0399780273436,"RotY":136.77499389648438,"groupId":0},"6":{"ID":6,"PosX":63.04999923706055,"PosY":95.83000183105469,"PosZ":778.4400024414062,"RotY":0.0,"groupId":0},"7":{"ID":7,"PosX":63.04999923706055,"PosY":95.83000183105469,"PosZ":773.530029296875,"RotY":0.0,"groupId":0}}},"197":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.699999988079071,"PosY":81.64100646972656,"PosZ":737.4299926757812,"RotY":270.0,"PropID":103147,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["CustomState01","CustomState02"],"groupId":197,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":14.670000076293944,"PosY":88.83997344970702,"PosZ":737.4603271484375,"RotY":0.0,"PropID":103192,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ControllerGravityMPF_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":197,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ControllerGravityMPF_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":3.6700000762939458,"PosY":75.66000366210938,"PosZ":737.4600219726564,"RotY":0.0,"PropID":103191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":197,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityMovingPlatform_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":9.289999961853027,"PosY":81.6500015258789,"PosZ":740.47998046875,"RotY":270.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":197,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":9.979999542236328,"PosY":81.6500015258789,"PosZ":740.47998046875,"RotY":90.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":197,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.699999988079071,"PosY":81.64100646972656,"PosZ":737.4299926757812,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":197,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.699999988079071,"PosY":81.63999938964844,"PosZ":743.4199829101564,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":197,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":18.739999771118164,"PosY":81.3759994506836,"PosZ":737.4299926757812,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":197,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":18.739999771118164,"PosY":81.63999938964844,"PosZ":743.4400024414062,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":197,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.699999988079071,"PosY":81.64100646972656,"PosZ":737.4299926757812,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":18.700000762939453,"PosY":81.64100646972656,"PosZ":737.4299926757812,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":3.6700000762939458,"PosY":75.66000366210938,"PosZ":737.4600219726564,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":21.670000076293945,"PosY":75.66000366210938,"PosZ":737.4600219726564,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":31.239999771118164,"PosY":95.72000122070312,"PosZ":744.4400024414062,"RotY":251.57859802246097,"groupId":0}}},"199":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":396.0501098632813,"PosY":-2.701997995376587,"PosZ":140.50010681152344,"RotY":270.0,"PropID":103147,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["CustomState01","CustomState02"],"groupId":199,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":389.9299926757813,"PosY":-2.7530040740966797,"PosZ":148.24000549316406,"RotY":180.0,"PropID":103192,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ControllerGravityMPF_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":199,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ControllerGravityMPF_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":398.9500122070313,"PosY":-8.743005752563477,"PosZ":140.46009826660156,"RotY":0.0,"PropID":103191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":199,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityMovingPlatform_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":390.2099914550782,"PosY":-2.8230080604553223,"PosZ":143.4801025390625,"RotY":90.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":199,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":389.7200012207031,"PosY":-2.8230080604553223,"PosZ":143.4801025390625,"RotY":270.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":199,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":395.9500122070313,"PosY":-2.7430059909820557,"PosZ":146.46009826660156,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":199,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":383.9500122070313,"PosY":-2.7430059909820557,"PosZ":140.46009826660156,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":199,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":383.9500122070313,"PosY":-2.7430059909820557,"PosZ":146.46009826660156,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":199,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":396.010009765625,"PosY":-2.701997995376587,"PosZ":140.50010681152344,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":384.05999755859375,"PosY":-2.701997995376587,"PosZ":140.50010681152344,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":398.9500122070313,"PosY":-8.743005752563477,"PosZ":140.46009826660156,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":387.0,"PosY":-8.743005752563477,"PosZ":140.46009826660156,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":402.1499938964844,"PosY":6.659999847412109,"PosZ":157.4600067138672,"RotY":217.8999938964844,"groupId":0}}},"200":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":431.2200012207031,"PosY":-5.6394500732421875,"PosZ":146.55589294433594,"RotY":270.0,"PropID":103147,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["CustomState01","CustomState02"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":437.6099853515625,"PosY":-12.490010261535645,"PosZ":146.50509643554688,"RotY":180.0,"PropID":103192,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ControllerGravityMPF_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ControllerGravityMPF_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":434.1199951171875,"PosY":0.40055099129676813,"PosZ":146.514892578125,"RotY":0.0,"PropID":103191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityMovingPlatform_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":440.9100036621094,"PosY":-2.619446039199829,"PosZ":146.43359375,"RotY":90.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":440.1799926757813,"PosY":-2.619446039199829,"PosZ":146.43260192871094,"RotY":270.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":431.2200012207031,"PosY":0.3605490028858185,"PosZ":146.55589294433594,"RotY":90.0,"PropID":103147,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["CustomState01","CustomState02"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_05_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":437.6099853515625,"PosY":7.25,"PosZ":146.50509643554688,"RotY":180.0,"PropID":103192,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ControllerGravityMPF_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ControllerGravityMPF_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":449.92181396484375,"PosY":-5.900000095367432,"PosZ":146.50999450683594,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":449.92181396484375,"PosY":-5.619999885559082,"PosZ":152.50999450683594,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":431.0,"PosY":0.4005579948425293,"PosZ":146.51480102539065,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":431.0,"PosY":0.75,"PosZ":152.50999450683594,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":431.0,"PosY":0.40999999642372126,"PosZ":152.50999450683594,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":200,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":450.02191162109375,"PosY":-5.6394500732421875,"PosZ":146.55589294433594,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":431.2200012207031,"PosY":-5.6394500732421875,"PosZ":146.55589294433594,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":452.92181396484375,"PosY":0.40055099129676813,"PosZ":146.514892578125,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":434.1199951171875,"PosY":0.40055099129676813,"PosZ":146.514892578125,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":423.4299926757813,"PosY":-24.13999938964844,"PosZ":161.75999450683594,"RotY":133.3572998046875,"groupId":0},"6":{"ID":6,"PosX":450.02191162109375,"PosY":0.3605490028858185,"PosZ":146.55589294433594,"RotY":90.0,"groupId":0},"7":{"ID":7,"PosX":431.2200012207031,"PosY":0.3605490028858185,"PosZ":146.55589294433594,"RotY":90.0,"groupId":0},"8":{"ID":8,"PosX":425.7200012207031,"PosY":19.940000534057617,"PosZ":155.5800018310547,"RotY":128.42080688476565,"groupId":0}}},"203":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":443.7099914550782,"PosY":12.743390083312988,"PosZ":236.66000366210935,"RotY":270.0,"PropID":103150,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["CustomState01","CustomState02"],"groupId":203,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":457.79000854492193,"PosY":6.7705230712890625,"PosZ":233.11000061035156,"RotY":180.0,"PropID":103192,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ControllerGravityMPF_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":203,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ControllerGravityMPF_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":440.7305908203125,"PosY":12.7633695602417,"PosZ":236.4781036376953,"RotY":90.0,"PropID":103191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":203,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityMovingPlatform_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":449.4700012207031,"PosY":6.809999942779541,"PosZ":239.47999572753903,"RotY":270.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":203,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":450.010009765625,"PosY":6.809999942779541,"PosZ":239.47999572753903,"RotY":90.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":203,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":443.7099914550782,"PosY":18.743389129638672,"PosZ":236.66000366210935,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":203,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":440.7305908203125,"PosY":9.7633695602417,"PosZ":242.4781036376953,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":203,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":455.7305908203125,"PosY":6.763370037078857,"PosZ":242.4781036376953,"RotY":0.00016399999731220305,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":203,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":455.7305908203125,"PosY":6.763370037078857,"PosZ":236.4781036376953,"RotY":0.00016399999731220305,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":203,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":443.7099914550782,"PosY":12.743390083312988,"PosZ":236.66000366210935,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":455.7099914550782,"PosY":12.743390083312988,"PosZ":236.66000366210935,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":440.7305908203125,"PosY":12.7633695602417,"PosZ":236.4781036376953,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":452.7300109863282,"PosY":12.7633695602417,"PosZ":236.4781036376953,"RotY":90.0,"groupId":0},"5":{"ID":5,"PosX":455.3599853515625,"PosY":-5.760000228881836,"PosZ":259.20001220703125,"RotY":198.593505859375,"groupId":0}}},"204":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":62.67000961303711,"PosY":95.98001861572266,"PosZ":775.75,"RotY":180.0,"PropID":103149,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["CustomState01","CustomState02"],"groupId":204,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":57.11000061035156,"PosY":93.80000305175781,"PosZ":764.1400146484375,"RotY":89.94210052490233,"PropID":103192,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ControllerGravityMPF_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":204,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ControllerGravityMPF_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":63.099998474121094,"PosY":96.0,"PosZ":772.4500122070312,"RotY":0.0,"PropID":103191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":204,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityMovingPlatform_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":57.16999816894531,"PosY":92.93000030517578,"PosZ":776.1699829101564,"RotY":0.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":204,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":57.16999816894531,"PosY":92.93000030517578,"PosZ":776.1699829101564,"RotY":180.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":204,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":62.79999923706055,"PosY":101.95999908447266,"PosZ":775.5999755859375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":204,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":62.800010681152344,"PosY":101.95999908447266,"PosZ":770.47998046875,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":204,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":62.67000961303711,"PosY":95.98001861572266,"PosZ":775.75,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":62.670021057128906,"PosY":95.98002624511719,"PosZ":771.1300048828125,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":63.09999084472656,"PosY":89.99999237060547,"PosZ":772.4500122070312,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":63.099998474121094,"PosY":90.0,"PosZ":767.5,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":34.869998931884766,"PosY":105.30999755859376,"PosZ":775.8499755859375,"RotY":90.0,"groupId":0}}},"205":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":62.67000961303711,"PosY":95.98001861572266,"PosZ":775.4199829101564,"RotY":180.0,"PropID":103150,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_BubbleBridge_08.json","State":"Open","propStateList":["CustomState01","CustomState02"],"groupId":205,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":57.11000061035156,"PosY":93.80000305175781,"PosZ":787.1400146484375,"RotY":89.94210052490233,"PropID":103192,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ControllerGravityMPF_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":205,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ControllerGravityMPF_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":63.099998474121094,"PosY":96.0,"PosZ":772.4500122070312,"RotY":0.0,"PropID":103191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":205,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityMovingPlatform_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":57.16999816894531,"PosY":92.93000030517578,"PosZ":778.5499877929688,"RotY":0.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":205,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":57.16999816894531,"PosY":92.93000030517578,"PosZ":778.5499877929688,"RotY":180.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":205,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":68.34999084472656,"PosY":95.74999237060547,"PosZ":772.4500122070312,"RotY":0.0,"PropID":103191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":205,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityMovingPlatform_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":65.27999877929688,"PosY":101.68000030517578,"PosZ":779.3099975585938,"RotY":0.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":205,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":65.35009002685547,"PosY":101.99990081787108,"PosZ":778.8900146484375,"RotY":180.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":205,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":62.67000961303711,"PosY":95.98001861572266,"PosZ":781.25,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":62.670021057128906,"PosY":95.98002624511719,"PosZ":775.3800048828125,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":63.09999084472656,"PosY":89.99999237060547,"PosZ":778.4500122070312,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":63.099998474121094,"PosY":90.0,"PosZ":772.6500244140625,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":34.869998931884766,"PosY":105.30999755859376,"PosZ":775.8499755859375,"RotY":90.0,"groupId":0},"6":{"ID":6,"PosX":62.35002899169922,"PosY":95.7500228881836,"PosZ":778.4500122070312,"RotY":0.0,"groupId":0},"7":{"ID":7,"PosX":62.350040435791016,"PosY":95.7500228881836,"PosZ":772.6500244140625,"RotY":0.0,"groupId":0}}},"206":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":21.90999984741211,"PosY":80.97000122070312,"PosZ":805.97998046875,"RotY":90.0,"PropID":103147,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["CustomState01","CustomState02"],"groupId":206,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":33.630001068115234,"PosY":73.82000732421875,"PosZ":805.9832763671875,"RotY":180.0,"PropID":103192,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ControllerGravityMPF_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":206,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ControllerGravityMPF_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":19.010000228881836,"PosY":81.01000213623047,"PosZ":812.02001953125,"RotY":180.0,"PropID":103191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":206,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityMovingPlatform_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":31.18000030517578,"PosY":77.98999786376953,"PosZ":806.0800170898436,"RotY":90.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":206,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":30.469999313354492,"PosY":77.98999786376953,"PosZ":806.0800170898436,"RotY":270.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":206,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":39.41999816894531,"PosY":80.98999786376953,"PosZ":806.0399780273436,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":206,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":39.41999816894531,"PosY":74.98999786376953,"PosZ":806.0399780273436,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":206,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":22.030000686645508,"PosY":74.98999786376953,"PosZ":806.0399780273436,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":206,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":22.030000686645508,"PosY":80.98999786376953,"PosZ":806.0399780273436,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":206,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":39.20000076293945,"PosY":80.97000122070312,"PosZ":805.97998046875,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":21.90999984741211,"PosY":80.97000122070312,"PosZ":805.97998046875,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":36.29999923706055,"PosY":81.01000213623047,"PosZ":812.02001953125,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":19.010000228881836,"PosY":81.01000213623047,"PosZ":812.02001953125,"RotY":180.0,"groupId":0},"5":{"ID":5,"PosX":41.922000885009766,"PosY":60.680999755859375,"PosZ":792.3870239257812,"RotY":322.2178039550781,"groupId":0}}},"207":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":57.029998779296875,"PosY":83.73999786376953,"PosZ":775.8200073242188,"RotY":180.0,"PropID":103147,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["CustomState01","CustomState02"],"groupId":207,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":57.05508041381836,"PosY":76.38008880615236,"PosZ":770.27001953125,"RotY":90.0,"PropID":103192,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ControllerGravityMPF_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":207,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ControllerGravityMPF_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":63.06999969482422,"PosY":83.76000213623047,"PosZ":778.8400268554688,"RotY":270.0,"PropID":103191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":207,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityMovingPlatform_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":57.060001373291016,"PosY":80.70999908447266,"PosZ":770.3599853515625,"RotY":0.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":207,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":57.060001373291016,"PosY":80.70999908447266,"PosZ":769.8599853515625,"RotY":180.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":207,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":57.029998779296875,"PosY":83.7300033569336,"PosZ":775.8200073242188,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":207,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":57.029998779296875,"PosY":77.7300033569336,"PosZ":775.8200073242188,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":207,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":57.029998779296875,"PosY":77.7300033569336,"PosZ":764.5,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":207,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":57.029998779296875,"PosY":83.7300033569336,"PosZ":764.5,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":207,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":57.029998779296875,"PosY":83.73999786376953,"PosZ":775.989990234375,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":57.029998779296875,"PosY":83.73999786376953,"PosZ":764.5999755859375,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":63.06999969482422,"PosY":83.76000213623047,"PosZ":778.8400268554688,"RotY":270.0,"groupId":0},"4":{"ID":4,"PosX":63.06999969482422,"PosY":83.76000213623047,"PosZ":767.4500122070312,"RotY":270.0,"groupId":0},"5":{"ID":5,"PosX":47.279998779296875,"PosY":65.22000122070312,"PosZ":776.22998046875,"RotY":120.81839752197266,"groupId":0}}},"210":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":189.83999633789065,"PosY":0.27000200748443604,"PosZ":-418.8599853515625,"RotY":359.63238525390625,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":210,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":189.60000610351565,"PosY":0.27000200748443604,"PosZ":-418.8699951171875,"RotY":352.8753967285156,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":210,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":189.60000610351565,"PosY":0.27000200748443604,"PosZ":-418.8699951171875,"RotY":352.8753967285156,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":210,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":189.60000610351565,"PosY":0.27000200748443604,"PosZ":-418.8699951171875,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":210,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":189.60000610351565,"PosY":0.27000200748443604,"PosZ":-418.8699951171875,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":210,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":190.57000732421875,"PosY":-5.651001930236816,"PosZ":-445.1505126953125,"RotY":0.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":210,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":190.57000732421875,"PosY":-5.651001930236816,"PosZ":-445.1505126953125,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":210,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":189.60000610351565,"PosY":0.27000200748443604,"PosZ":-418.8699951171875,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":210,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":193.6909942626953,"PosY":-5.651000022888184,"PosZ":-438.33599853515625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":210,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":190.6300048828125,"PosY":-6.400000095367432,"PosZ":-438.5499877929687,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":210,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":189.8126983642578,"PosY":2.5793399810791016,"PosZ":-415.68890380859375,"RotY":179.6324005126953,"groupId":0},"2":{"ID":2,"PosX":189.8126983642578,"PosY":2.5793399810791016,"PosZ":-415.68890380859375,"RotY":179.6324005126953,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":189.8126983642578,"PosY":2.5793399810791016,"PosZ":-415.68890380859375,"RotY":179.6324005126953,"groupId":0}}},"211":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":182.3699951171875,"PosY":-17.6299991607666,"PosZ":-405.75,"RotY":20.05038070678711,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":211,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":182.3699951171875,"PosY":-17.6299991607666,"PosZ":-405.75,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":211,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":182.3699951171875,"PosY":-17.6299991607666,"PosZ":-405.75,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":211,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":182.3699951171875,"PosY":-17.6299991607666,"PosZ":-405.75,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":211,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":182.3699951171875,"PosY":-17.6299991607666,"PosZ":-405.75,"RotY":20.05038070678711,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":211,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":174.46200561523438,"PosY":-5.636000156402588,"PosZ":-460.9543151855469,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":211,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":182.3699951171875,"PosY":-17.6299991607666,"PosZ":-405.75,"RotY":20.05038070678711,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":211,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":153.65699768066406,"PosY":0.27420198917388916,"PosZ":-455.3999938964844,"RotY":180.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":211,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":153.65699768066406,"PosY":0.27420198917388916,"PosZ":-455.3999938964844,"RotY":180.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":211,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":183.52960205078125,"PosY":-16.271339416503906,"PosZ":-402.44720458984375,"RotY":200.05039978027344,"groupId":0},"2":{"ID":2,"PosX":183.52960205078125,"PosY":-16.271339416503906,"PosZ":-402.44720458984375,"RotY":200.05039978027344,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":183.2196044921875,"PosY":-16.271339416503906,"PosZ":-402.3341064453125,"RotY":200.05039978027344,"groupId":0}}},"212":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":179.1531982421875,"PosY":-5.63099479675293,"PosZ":-456.0499877929687,"RotY":180.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":212,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":179.1531982421875,"PosY":-5.63099479675293,"PosZ":-456.0499877929687,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":212,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":179.1531982421875,"PosY":-5.63099479675293,"PosZ":-456.0499877929687,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":212,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":179.1531982421875,"PosY":-5.63099479675293,"PosZ":-456.0499877929687,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":212,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":179.1531982421875,"PosY":-5.63099479675293,"PosZ":-456.0499877929687,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":212,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":181.0800018310547,"PosY":-17.63054084777832,"PosZ":-399.0700073242187,"RotY":90.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":212,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":181.0800018310547,"PosY":-17.63054084777832,"PosZ":-399.0700073242187,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":212,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":179.1602020263672,"PosY":-3.0816469192504883,"PosZ":-459.16790771484375,"RotY":0.00002099999983329326,"groupId":0},"2":{"ID":2,"PosX":179.1602020263672,"PosY":-3.0816469192504883,"PosZ":-459.16790771484375,"RotY":0.00002099999983329326,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":179.1602020263672,"PosY":-3.0816469192504883,"PosZ":-459.16790771484375,"RotY":0.00002099999983329326,"groupId":0}}},"217":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":70.90001678466797,"PosY":102.23999786376952,"PosZ":775.3900146484375,"RotY":89.99993896484375,"PropID":103192,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ControllerGravityMPF_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":217,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ControllerGravityMPF_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":62.75,"PosY":128.3300018310547,"PosZ":775.8499755859375,"RotY":90.00025177001953,"groupId":0}}},"222":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.94000244140625,"PosY":9.109999656677246,"PosZ":-264.0299987792969,"RotY":270.0,"PropID":103147,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["CustomState01","CustomState02"],"groupId":222,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.9299926757813,"PosY":26.97998046875,"PosZ":-282.1099853515625,"RotY":270.0,"PropID":103192,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ControllerGravityMPF_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":222,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ControllerGravityMPF_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.8399963378906,"PosY":15.149999618530272,"PosZ":-257.989990234375,"RotY":180.0,"PropID":103191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":222,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityMovingPlatform_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-480.2200012207031,"PosY":12.130000114440918,"PosZ":-263.9100036621094,"RotY":90.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":222,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-480.2200012207031,"PosY":12.130000114440918,"PosZ":-263.9100036621094,"RotY":270.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":222,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-494.8999938964844,"PosY":9.109999656677246,"PosZ":-264.0299987792969,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-494.8999938964844,"PosY":9.109999656677246,"PosZ":-294.0299987792969,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":-497.8399963378906,"PosY":15.149999618530272,"PosZ":-257.989990234375,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":-497.8399963378906,"PosY":15.149999618530272,"PosZ":-287.989990234375,"RotY":180.0,"groupId":0},"5":{"ID":5,"PosX":-479.5199890136718,"PosY":0.2300000041723251,"PosZ":-287.8500061035156,"RotY":-3.0000001061125654e-6,"groupId":0}}},"223":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-495.0299987792969,"PosY":15.029999732971191,"PosZ":-323.989990234375,"RotY":90.00000762939453,"PropID":103147,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["CustomState01","CustomState02"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-505.0700073242187,"PosY":26.979970932006836,"PosZ":-298.0199890136719,"RotY":90.0,"PropID":103192,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ControllerGravityMPF_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ControllerGravityMPF_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.9299926757813,"PosY":21.06999969482422,"PosZ":-324.0299987792969,"RotY":0.0,"PropID":103191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityMovingPlatform_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.80999755859375,"PosY":18.09000015258789,"PosZ":-306.57000732421875,"RotY":180.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.80999755859375,"PosY":18.09000015258789,"PosZ":-305.489990234375,"RotY":0.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.9299926757813,"PosY":21.06999969482422,"PosZ":-324.0299987792969,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.9299926757813,"PosY":21.06999969482422,"PosZ":-294.0299987792969,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.9299926757813,"PosY":15.06999969482422,"PosZ":-324.0299987792969,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.9299926757813,"PosY":15.06999969482422,"PosZ":-294.0299987792969,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.9299926757813,"PosY":21.06999969482422,"PosZ":-318.0299987792969,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.9299926757813,"PosY":21.06999969482422,"PosZ":-288.0299987792969,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.9299926757813,"PosY":15.06999969482422,"PosZ":-318.0299987792969,"RotY":-0.000058000001445179805,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.9299926757813,"PosY":15.06999969482422,"PosZ":-288.0299987792969,"RotY":-9.999999974752427e-7,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.9299926757813,"PosY":21.06999969482422,"PosZ":-321.0299987792969,"RotY":270.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.9299926757813,"PosY":15.06999969482422,"PosZ":-321.0299987792969,"RotY":90.00006866455078,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.9299926757813,"PosY":21.06999969482422,"PosZ":-321.0299987792969,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.9299926757813,"PosY":15.06999969482422,"PosZ":-321.0299987792969,"RotY":269.9999084472656,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.9299926757813,"PosY":21.06999969482422,"PosZ":-291.0299987792969,"RotY":270.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.9299926757813,"PosY":15.06999969482422,"PosZ":-291.0299987792969,"RotY":90.00006866455078,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.9299926757813,"PosY":21.06999969482422,"PosZ":-291.0299987792969,"RotY":89.9999771118164,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.9299926757813,"PosY":15.06999969482422,"PosZ":-291.0299987792969,"RotY":270.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":223,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-494.989990234375,"PosY":15.029999732971191,"PosZ":-323.989990234375,"RotY":90.00000762939453,"groupId":0},"2":{"ID":2,"PosX":-470.989990234375,"PosY":15.029999732971191,"PosZ":-323.989990234375,"RotY":90.00000762939453,"groupId":0},"3":{"ID":3,"PosX":-497.9299926757813,"PosY":21.06999969482422,"PosZ":-324.0299987792969,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-497.9299926757813,"PosY":21.06999969482422,"PosZ":-294.0299987792969,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":-513.9099731445312,"PosY":26.0,"PosZ":-326.4700012207031,"RotY":47.44427108764648,"groupId":0}}},"224":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-462.0499877929687,"PosY":-2.989974021911621,"PosZ":-302.9460144042969,"RotY":180.0,"PropID":103150,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_BubbleBridge_08.json","State":"Open","propStateList":["CustomState01","CustomState02"],"groupId":224,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-481.4299926757813,"PosY":-3.0040009021759033,"PosZ":-262.1400146484375,"RotY":90.0,"PropID":103192,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ControllerGravityMPF_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":224,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ControllerGravityMPF_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-467.9100036621094,"PosY":-9.003972053527832,"PosZ":-282.0400085449219,"RotY":0.0,"PropID":103191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":224,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityMovingPlatform_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-467.9500122070313,"PosY":-6.0740180015563965,"PosZ":-290.5299987792969,"RotY":0.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":224,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-467.9500122070313,"PosY":-6.0740180015563965,"PosZ":-291.4100036621094,"RotY":180.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":224,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-462.1310119628906,"PosY":-3.003972053527832,"PosZ":-305.9159851074219,"RotY":0.0,"PropID":103191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":224,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityMovingPlatform_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-459.1000061035156,"PosY":2.9259819984436035,"PosZ":-290.5299987792969,"RotY":0.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":224,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-459.1000061035156,"PosY":2.9259819984436035,"PosZ":-291.4100036621094,"RotY":180.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":224,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-467.9100036621094,"PosY":-6.003972053527832,"PosZ":-276.0400085449219,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":224,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-467.9100036621094,"PosY":-6.003972053527832,"PosZ":-305.9159851074219,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":224,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-456.1310119628906,"PosY":2.996027946472168,"PosZ":-279.0400085449219,"RotY":270.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":224,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-456.1310119628906,"PosY":2.9960289001464844,"PosZ":-302.9159851074219,"RotY":270.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":224,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-464.9100036621094,"PosY":-3.0039710998535156,"PosZ":-276.0400085449219,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":224,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-464.9100036621094,"PosY":-3.0039710998535156,"PosZ":-305.9159851074219,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":224,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-462.1310119628906,"PosY":-3.003972053527832,"PosZ":-279.0400085449219,"RotY":270.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":224,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-462.1310119628906,"PosY":-3.0039710998535156,"PosZ":-302.9159851074219,"RotY":270.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":224,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-462.0499877929687,"PosY":-2.989974021911621,"PosZ":-279.07000732421875,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":-462.0499877929687,"PosY":-2.989974021911621,"PosZ":-302.9460144042969,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":-467.9100036621094,"PosY":-9.003972053527832,"PosZ":-282.0400085449219,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-467.9100036621094,"PosY":-9.003972053527832,"PosZ":-305.9159851074219,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":-490.239990234375,"PosY":1.440000057220459,"PosZ":-256.7300109863281,"RotY":135.6278076171875,"groupId":0},"6":{"ID":6,"PosX":-462.1310119628906,"PosY":-3.003972053527832,"PosZ":-282.0400085449219,"RotY":0.0,"groupId":0},"7":{"ID":7,"PosX":-462.1310119628906,"PosY":-3.003972053527832,"PosZ":-305.9159851074219,"RotY":0.0,"groupId":0}}},"225":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-454.6423034667969,"PosY":2.996001958847046,"PosZ":-295.54998779296875,"RotY":90.0,"PropID":103192,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ControllerGravityMPF_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":225,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ControllerGravityMPF_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-470.6199951171875,"PosY":11.159999847412108,"PosZ":-323.5299987792969,"RotY":16.22010040283203,"groupId":0}}},"245":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-495.0199890136718,"PosY":9.109999656677246,"PosZ":-264.0299987792969,"RotY":270.0,"PropID":103147,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["CustomState01","CustomState02"],"groupId":245,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-505.0700073242187,"PosY":26.979970932006836,"PosZ":-284.0199890136719,"RotY":270.0,"PropID":103192,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ControllerGravityMPF_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":245,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ControllerGravityMPF_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.9200134277344,"PosY":15.149999618530272,"PosZ":-257.989990234375,"RotY":180.0,"PropID":103191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":245,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityMovingPlatform_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.80999755859375,"PosY":12.090000152587892,"PosZ":-275.5400085449219,"RotY":0.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":245,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.80999755859375,"PosY":12.090000152587892,"PosZ":-276.6199951171875,"RotY":180.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":245,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-498.0199890136718,"PosY":9.109999656677246,"PosZ":-261.0299987792969,"RotY":-0.000024000000848900527,"PropID":103147,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["CustomState01","CustomState02"],"groupId":245,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_05_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.9299926757813,"PosY":15.069990158081056,"PosZ":-264.0299987792969,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":245,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.9299926757813,"PosY":15.06999969482422,"PosZ":-294.0299987792969,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":245,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.9299926757813,"PosY":9.069990158081055,"PosZ":-264.0299987792969,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":245,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.9299926757813,"PosY":9.069997787475586,"PosZ":-294.0299987792969,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":245,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.9299926757813,"PosY":15.069990158081056,"PosZ":-258.0299987792969,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":245,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.9299926757813,"PosY":15.06999969482422,"PosZ":-288.0299987792969,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":245,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.9299926757813,"PosY":9.069990158081055,"PosZ":-258.0299987792969,"RotY":-0.000058000001445179805,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":245,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.9299926757813,"PosY":9.069997787475586,"PosZ":-288.0299987792969,"RotY":-9.999999974752427e-7,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":245,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.9299926757813,"PosY":15.069990158081056,"PosZ":-261.0299987792969,"RotY":270.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":245,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.9299926757813,"PosY":9.069989204406738,"PosZ":-261.0299987792969,"RotY":90.00006866455078,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":245,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.9299926757813,"PosY":15.069990158081056,"PosZ":-261.0299987792969,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":245,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.9299926757813,"PosY":9.069991111755371,"PosZ":-261.0299987792969,"RotY":269.9999084472656,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":245,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.9299926757813,"PosY":15.06999969482422,"PosZ":-291.0299987792969,"RotY":270.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":245,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.9299926757813,"PosY":9.06999683380127,"PosZ":-291.0299987792969,"RotY":90.00006866455078,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":245,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.9299926757813,"PosY":15.06999969482422,"PosZ":-291.0299987792969,"RotY":89.9999771118164,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":245,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.9299926757813,"PosY":9.069998741149902,"PosZ":-291.0299987792969,"RotY":270.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":245,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-494.9800109863282,"PosY":9.109999656677246,"PosZ":-264.0299987792969,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-494.9800109863282,"PosY":9.109999656677246,"PosZ":-294.0299987792969,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":-497.9200134277344,"PosY":15.149999618530272,"PosZ":-257.989990234375,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":-497.9200134277344,"PosY":15.149999618530272,"PosZ":-287.989990234375,"RotY":180.0,"groupId":0},"5":{"ID":5,"PosX":-515.6300048828125,"PosY":23.56999969482422,"PosZ":-252.42999267578125,"RotY":137.1262969970703,"groupId":0},"6":{"ID":6,"PosX":-498.0199890136718,"PosY":9.109999656677246,"PosZ":-261.0299987792969,"RotY":-0.000024000000848900527,"groupId":0},"7":{"ID":7,"PosX":-498.0199890136718,"PosY":9.109999656677246,"PosZ":-291.0299987792969,"RotY":-0.000024000000848900527,"groupId":0}}},"246":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-462.0498962402344,"PosY":-2.990015983581543,"PosZ":-302.9458923339844,"RotY":0.0,"PropID":103149,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["CustomState01","CustomState02"],"groupId":246,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-454.6423034667969,"PosY":2.9960010051727295,"PosZ":-286.54998779296875,"RotY":90.0,"PropID":103192,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ControllerGravityMPF_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":246,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ControllerGravityMPF_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-462.1310119628906,"PosY":-3.003972053527832,"PosZ":-305.9159851074219,"RotY":0.0,"PropID":103191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":246,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityMovingPlatform_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-459.1000061035156,"PosY":2.9259819984436035,"PosZ":-287.3699951171875,"RotY":0.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":246,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-459.1000061035156,"PosY":2.9259819984436035,"PosZ":-288.4599914550781,"RotY":180.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":246,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-468.0499877929687,"PosY":-2.989974021911621,"PosZ":-273.07000732421875,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":246,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-468.0499877929687,"PosY":-2.989974021911621,"PosZ":-302.9460144042969,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":246,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-456.0499877929687,"PosY":3.0100278854370117,"PosZ":-273.07000732421875,"RotY":270.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":246,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-456.0499877929687,"PosY":3.0100278854370117,"PosZ":-302.9460144042969,"RotY":270.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":246,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-462.1000061035156,"PosY":-2.9899721145629883,"PosZ":-273.07000732421875,"RotY":270.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":246,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-462.1000061035156,"PosY":-2.9899721145629883,"PosZ":-302.9460144042969,"RotY":270.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":246,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-462.0499877929687,"PosY":-2.989974021911621,"PosZ":-273.07000732421875,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-462.0499877929687,"PosY":-2.989974021911621,"PosZ":-302.9460144042969,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-462.1310119628906,"PosY":-3.003972053527832,"PosZ":-276.0400085449219,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-462.1310119628906,"PosY":-3.003972053527832,"PosZ":-305.9159851074219,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":-473.79000854492193,"PosY":15.5600004196167,"PosZ":-313.8299865722656,"RotY":38.9482307434082,"groupId":0}}},"247":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-467.9100036621094,"PosY":-2.950000047683716,"PosZ":-300.0,"RotY":0.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":247,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-467.9100036621094,"PosY":-2.950000047683716,"PosZ":-288.0,"RotY":0.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":247,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-467.9100036621094,"PosY":-8.079999923706055,"PosZ":-281.0799865722656,"RotY":-4.999999873689376e-6,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":247,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-467.9100036621094,"PosY":-2.950000047683716,"PosZ":-294.0,"RotY":0.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":247,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"249":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-485.8380126953125,"PosY":9.043950080871582,"PosZ":-300.0799865722656,"RotY":0.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":249,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-485.8380126953125,"PosY":9.043950080871582,"PosZ":-288.0799865722656,"RotY":0.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":249,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-487.1499938964844,"PosY":9.034049987792969,"PosZ":-301.54998779296875,"RotY":180.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":249,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-485.8380126953125,"PosY":9.043950080871582,"PosZ":-294.0799865722656,"RotY":0.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":249,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"252":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.9100036621094,"PosY":9.0,"PosZ":-264.0299987792969,"RotY":270.0,"PropID":103147,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["CustomState01","CustomState02"],"groupId":252,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-503.22750854492193,"PosY":9.034041404724121,"PosZ":-272.9830017089844,"RotY":90.0,"PropID":103192,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ControllerGravityMPF_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":252,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ControllerGravityMPF_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.80999755859375,"PosY":15.039999961853027,"PosZ":-257.989990234375,"RotY":180.0,"PropID":103191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":252,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityMovingPlatform_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.7799987792969,"PosY":11.979999542236328,"PosZ":-275.5400085449219,"RotY":0.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":252,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.7799987792969,"PosY":11.979999542236328,"PosZ":-276.6199951171875,"RotY":180.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":252,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.7869873046875,"PosY":9.0,"PosZ":-261.0299987792969,"RotY":180.0,"PropID":103147,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["CustomState01","CustomState02"],"groupId":252,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_05_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.7799987792969,"PosY":9.0,"PosZ":-264.0299987792969,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":252,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.7799987792969,"PosY":15.0,"PosZ":-264.0299987792969,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":252,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.7799987792969,"PosY":9.0,"PosZ":-261.0299987792969,"RotY":90.00003051757812,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":252,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.7799987792969,"PosY":15.0,"PosZ":-261.0299987792969,"RotY":90.00003051757812,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":252,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.7799987792969,"PosY":9.0,"PosZ":-294.0299987792969,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":252,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.7799987792969,"PosY":15.0,"PosZ":-294.0299987792969,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":252,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.7799987792969,"PosY":9.0,"PosZ":-291.0299987792969,"RotY":90.00003051757812,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":252,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.7799987792969,"PosY":15.0,"PosZ":-291.0299987792969,"RotY":90.00003051757812,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":252,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-494.9100036621094,"PosY":9.0,"PosZ":-264.0299987792969,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-494.9100036621094,"PosY":9.0,"PosZ":-294.0299987792969,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":-497.80999755859375,"PosY":15.039999961853027,"PosZ":-257.989990234375,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":-497.80999755859375,"PosY":15.039999961853027,"PosZ":-287.989990234375,"RotY":180.0,"groupId":0},"5":{"ID":5,"PosX":-475.1600036621094,"PosY":28.290000915527344,"PosZ":-301.4800109863281,"RotY":315.16790771484375,"groupId":0},"6":{"ID":6,"PosX":-491.7869873046875,"PosY":9.0,"PosZ":-261.0299987792969,"RotY":180.0,"groupId":0},"7":{"ID":7,"PosX":-491.7869873046875,"PosY":9.0,"PosZ":-291.0299987792969,"RotY":180.0,"groupId":0}}},"254":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-495.0299987792969,"PosY":15.029999732971191,"PosZ":-323.989990234375,"RotY":90.00000762939453,"PropID":103147,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["CustomState01","CustomState02"],"groupId":254,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-503.1400146484375,"PosY":26.979999542236328,"PosZ":-291.1400146484375,"RotY":269.9999084472656,"PropID":103192,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ControllerGravityMPF_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":254,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ControllerGravityMPF_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.8999938964844,"PosY":21.030000686645508,"PosZ":-293.9599914550781,"RotY":0.0,"PropID":103191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":254,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityMovingPlatform_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.8900146484375,"PosY":11.739999771118164,"PosZ":-291.0,"RotY":270.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":254,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.8900146484375,"PosY":11.159999847412108,"PosZ":-291.0,"RotY":89.99999237060547,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":254,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.8999938964844,"PosY":21.030000686645508,"PosZ":-290.9599914550781,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":254,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.8999938964844,"PosY":9.090001106262209,"PosZ":-290.9599914550781,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":254,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.8999938964844,"PosY":21.030000686645508,"PosZ":-290.9599914550781,"RotY":270.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":254,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.8999938964844,"PosY":9.090001106262209,"PosZ":-290.9599914550781,"RotY":270.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":254,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.8999938964844,"PosY":21.030000686645508,"PosZ":-293.9599914550781,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":254,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.8999938964844,"PosY":21.030000686645508,"PosZ":-287.9599914550781,"RotY":-0.00002700000004551839,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":254,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.8999938964844,"PosY":9.090001106262209,"PosZ":-293.9599914550781,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":254,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.8999938964844,"PosY":9.090001106262209,"PosZ":-287.9599914550781,"RotY":-0.00002700000004551839,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":254,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-494.989990234375,"PosY":15.029999732971191,"PosZ":-323.989990234375,"RotY":90.00000762939453,"groupId":0},"2":{"ID":2,"PosX":-470.989990234375,"PosY":15.029999732971191,"PosZ":-323.989990234375,"RotY":90.00000762939453,"groupId":0},"3":{"ID":3,"PosX":-497.8999938964844,"PosY":21.030000686645508,"PosZ":-293.9599914550781,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-497.8999938964844,"PosY":9.09000015258789,"PosZ":-293.9599914550781,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":-507.54000854492193,"PosY":26.780000686645508,"PosZ":-296.54998779296875,"RotY":43.43062973022461,"groupId":0}}},"265":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-450.05999755859375,"PosY":3.006999969482422,"PosZ":-276.0299987792969,"RotY":0.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":265,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-450.05999755859375,"PosY":3.006999969482422,"PosZ":-270.0299987792969,"RotY":0.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":265,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-454.6099853515625,"PosY":2.9960029125213623,"PosZ":-262.8500061035156,"RotY":0.00005500000042957254,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":265,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"270":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-462.0499877929687,"PosY":-2.989974021911621,"PosZ":-279.07000732421875,"RotY":0.0,"PropID":103149,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["CustomState01","CustomState02"],"groupId":270,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-467.94000244140625,"PosY":-4.710000038146973,"PosZ":-270.1300048828125,"RotY":270.0,"PropID":103192,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ControllerGravityMPF_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":270,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ControllerGravityMPF_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-462.1310119628906,"PosY":-3.003972053527832,"PosZ":-282.0400085449219,"RotY":0.0,"PropID":103191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":270,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityMovingPlatform_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-459.1099853515625,"PosY":2.9800000190734863,"PosZ":-270.4700012207031,"RotY":180.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":270,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-459.1099853515625,"PosY":2.9800000190734863,"PosZ":-269.5899963378906,"RotY":0.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":270,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-468.0499877929687,"PosY":-2.989974021911621,"PosZ":-279.07000732421875,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":270,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-468.0499877929687,"PosY":-2.989974021911621,"PosZ":-261.07000732421875,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":270,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-456.0499877929687,"PosY":3.0100278854370117,"PosZ":-279.07000732421875,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":270,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-456.0499877929687,"PosY":3.0100278854370117,"PosZ":-261.07000732421875,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":270,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-462.0501098632813,"PosY":-2.989962100982666,"PosZ":-279.07000732421875,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":270,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-462.0501098632813,"PosY":-2.989964008331299,"PosZ":-261.07000732421875,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":270,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-462.0499877929687,"PosY":-2.989974021911621,"PosZ":-279.07000732421875,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-462.0499877929687,"PosY":-2.989974021911621,"PosZ":-261.07000732421875,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-462.1310119628906,"PosY":-3.003972053527832,"PosZ":-282.0400085449219,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-462.1310119628906,"PosY":-3.003972053527832,"PosZ":-264.0400085449219,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":-471.5299987792969,"PosY":21.1200008392334,"PosZ":-282.5400085449219,"RotY":36.60531997680664,"groupId":0}}},"272":{"props":[{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":185.7725067138672,"PosY":1.1257139444351196,"PosZ":-406.216796875,"RotY":155.45030212402344,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":272,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":188.44650268554688,"PosY":-5.631539821624756,"PosZ":-460.2488098144531,"RotY":283.6715087890625,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":272,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":212.0207977294922,"PosY":-5.57344388961792,"PosZ":-449.9368896484375,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":272,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":204.3999938964844,"PosY":-11.560540199279783,"PosZ":-396.5499877929687,"RotY":250.6063995361328,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":272,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":149.3188018798828,"PosY":0.31245800852775574,"PosZ":-455.7012939453125,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":272,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":145.70550537109375,"PosY":6.262763023376465,"PosZ":-420.0910034179687,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":272,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":106.302001953125,"PosY":12.09745979309082,"PosZ":-398.8160095214844,"RotY":272.6017150878906,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":272,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"273":{"props":[{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":371.4549865722656,"PosY":9.513999938964844,"PosZ":191.9900054931641,"RotY":200.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":403.7999877929687,"PosY":12.189990043640137,"PosZ":211.32000732421875,"RotY":195.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":437.0411071777344,"PosY":18.76757049560547,"PosZ":221.5538024902344,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":404.8861083984375,"PosY":4.139999866485596,"PosZ":182.35830688476565,"RotY":50.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":387.6820068359375,"PosY":-2.743025064468384,"PosZ":153.7010955810547,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":273,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"274":{"props":[{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":438.80999755859375,"PosY":11.25,"PosZ":146.50509643554688,"RotY":270.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":274,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":421.7799987792969,"PosY":6.170000076293945,"PosZ":146.5,"RotY":270.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":274,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":451.2799987792969,"PosY":-15.390000343322754,"PosZ":146.50999450683594,"RotY":270.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":274,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":390.34429931640625,"PosY":7.802338123321533,"PosZ":140.45260620117188,"RotY":90.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":274,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"275":{"props":[{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":438.7276916503906,"PosY":0.6380130052566528,"PosZ":233.5363006591797,"RotY":299.2543029785156,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":275,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":429.2267150878906,"PosY":-2.1506459712982178,"PosZ":212.9571990966797,"RotY":27.600929260253903,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":275,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"276":{"props":[{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.767940998077393,"PosY":81.60299682617188,"PosZ":751.4329833984375,"RotY":102.52980041503906,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":276,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":1.299873948097229,"PosY":81.6500015258789,"PosZ":802.2014770507812,"RotY":262.2499084472656,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":276,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":71.76273345947266,"PosY":101.76170349121094,"PosZ":774.0402221679688,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":276,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":25.56999969482422,"PosY":81.66100311279298,"PosZ":750.5999755859375,"RotY":69.55413818359375,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":276,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.964886665344238,"PosY":87.41400146484375,"PosZ":778.11181640625,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":276,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"277":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.182000160217285,"PosY":92.29399871826172,"PosZ":802.0609741210938,"RotY":0.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":277,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"278":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":19.719999313354492,"PosY":84.47000122070312,"PosZ":806.02001953125,"RotY":269.9559020996094,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":278,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":42.05699920654297,"PosY":70.4530029296875,"PosZ":806.02001953125,"RotY":90.00444793701172,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":278,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"279":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":57.0452995300293,"PosY":71.33582305908203,"PosZ":784.676513671875,"RotY":-9.999999747378752e-6,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":279,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":57.029998779296875,"PosY":97.4800033569336,"PosZ":780.77001953125,"RotY":180.00010681152344,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":279,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"284":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-453.0910034179687,"PosY":2.9960010051727295,"PosZ":-262.6969909667969,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":284,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-536.907470703125,"PosY":14.869999885559082,"PosZ":-290.93890380859375,"RotY":90.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":284,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"285":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-495.0299987792969,"PosY":15.029999732971191,"PosZ":-323.989990234375,"RotY":90.00000762939453,"PropID":103147,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["CustomState01","CustomState02"],"groupId":285,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-503.0700073242187,"PosY":26.979970932006836,"PosZ":-303.0199890136719,"RotY":90.0,"PropID":103192,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ControllerGravityMPF_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":285,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ControllerGravityMPF_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.9299926757813,"PosY":21.06999969482422,"PosZ":-294.0299987792969,"RotY":0.0,"PropID":103191,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":285,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityMovingPlatform_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.8900146484375,"PosY":18.09000015258789,"PosZ":-306.57000732421875,"RotY":180.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":285,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.8900146484375,"PosY":18.09000015258789,"PosZ":-305.489990234375,"RotY":0.0,"PropID":103092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfTrackEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":285,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleSignEff_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.9299926757813,"PosY":21.06999969482422,"PosZ":-324.0299987792969,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":285,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.9299926757813,"PosY":21.06999969482422,"PosZ":-294.0299987792969,"RotY":0.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":285,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.9299926757813,"PosY":15.06999969482422,"PosZ":-324.0299987792969,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":285,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.9299926757813,"PosY":15.06999969482422,"PosZ":-294.0299987792969,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":285,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.9299926757813,"PosY":21.06999969482422,"PosZ":-318.0299987792969,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":285,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.9299926757813,"PosY":21.06999969482422,"PosZ":-288.0299987792969,"RotY":180.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":285,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.9299926757813,"PosY":15.06999969482422,"PosZ":-318.0299987792969,"RotY":-0.000058000001445179805,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":285,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.9299926757813,"PosY":15.06999969482422,"PosZ":-288.0299987792969,"RotY":-9.999999974752427e-7,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":285,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.9299926757813,"PosY":21.06999969482422,"PosZ":-321.0299987792969,"RotY":270.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":285,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.9299926757813,"PosY":15.06999969482422,"PosZ":-321.0299987792969,"RotY":90.00006866455078,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":285,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.9299926757813,"PosY":21.06999969482422,"PosZ":-321.0299987792969,"RotY":90.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":285,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.9299926757813,"PosY":15.06999969482422,"PosZ":-321.0299987792969,"RotY":269.9999084472656,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":285,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.9299926757813,"PosY":21.06999969482422,"PosZ":-291.0299987792969,"RotY":270.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":285,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.9299926757813,"PosY":15.06999969482422,"PosZ":-291.0299987792969,"RotY":90.00006866455078,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":285,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.9299926757813,"PosY":21.06999969482422,"PosZ":-291.0299987792969,"RotY":89.9999771118164,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":285,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.9299926757813,"PosY":15.06999969482422,"PosZ":-291.0299987792969,"RotY":270.0,"PropID":103085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityMpfFitEff_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":285,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_IsometricModuleEff_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-494.989990234375,"PosY":15.029999732971191,"PosZ":-323.989990234375,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":-470.989990234375,"PosY":15.029999732971191,"PosZ":-323.989990234375,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":-497.9299926757813,"PosY":21.06999969482422,"PosZ":-324.0299987792969,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-497.9299926757813,"PosY":21.06999969482422,"PosZ":-294.0299987792969,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":-477.75,"PosY":20.329999923706055,"PosZ":-331.1099853515625,"RotY":318.9147033691406,"groupId":0}}},"286":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-485.852294921875,"PosY":9.04800033569336,"PosZ":-293.9599914550781,"RotY":270.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":286,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.852294921875,"PosY":9.04800033569336,"PosZ":-293.9599914550781,"RotY":270.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":286,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-487.1499938964844,"PosY":9.034049987792969,"PosZ":-301.54998779296875,"RotY":180.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":286,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.852294921875,"PosY":9.04800033569336,"PosZ":-293.9599914550781,"RotY":270.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":286,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"287":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-505.4100036621094,"PosY":5.870009899139404,"PosZ":-329.989990234375,"RotY":90.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":287,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-483.0899963378906,"PosY":-3.003999948501587,"PosZ":-261.79998779296875,"RotY":0.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":287,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-536.907470703125,"PosY":14.869999885559082,"PosZ":-290.93890380859375,"RotY":90.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":287,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"288":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-467.9400939941406,"PosY":-6.070006847381592,"PosZ":-307.45001220703125,"RotY":90.0,"PropID":103001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10063,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":288,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityCharger_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"289":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-493.62399291992193,"PosY":26.979990005493164,"PosZ":-295.52398681640625,"RotY":180.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":289,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"296":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":31.049999237060547,"PosY":93.04084777832033,"PosZ":798.9600219726564,"RotY":289.7327880859375,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":null,"State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":296,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":31.049999237060547,"PosY":93.04084777832033,"PosZ":798.9600219726564,"RotY":352.8753967285156,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":296,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":31.049999237060547,"PosY":93.04084777832033,"PosZ":798.9600219726564,"RotY":352.8753967285156,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":296,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":31.049999237060547,"PosY":93.04084777832033,"PosZ":798.9600219726564,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":296,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":31.049999237060547,"PosY":93.04084777832033,"PosZ":798.9600219726564,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":296,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":32.83000183105469,"PosY":93.04084777832033,"PosZ":798.4099731445312,"RotY":270.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":296,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":32.83000183105469,"PosY":93.04084777832033,"PosZ":798.4099731445312,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":296,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":28.067419052124023,"PosY":90.73150634765624,"PosZ":800.0372924804688,"RotY":109.73280334472656,"groupId":0},"2":{"ID":2,"PosX":28.067419052124023,"PosY":90.73150634765624,"PosZ":800.0372924804688,"RotY":109.73280334472656,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":28.067419052124023,"PosY":90.73150634765624,"PosZ":800.0372924804688,"RotY":109.73280334472656,"groupId":0}}},"298":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.375466823577881,"PosY":16.580810546875,"PosZ":21.313749313354492,"RotY":71.79926300048828,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":298,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.476807117462158,"PosY":11.508230209350586,"PosZ":21.271589279174805,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":298,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"299":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.20800018310547,"PosY":12.585000038146973,"PosZ":21.606000900268555,"RotY":127.80629730224608,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":299,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.20800018310547,"PosY":12.993000030517578,"PosZ":20.392000198364254,"RotY":127.80629730224608,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":299,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.20800018310547,"PosY":13.482999801635742,"PosZ":18.92200088500977,"RotY":127.80629730224608,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":299,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.245361328125,"PosY":11.513270378112791,"PosZ":19.163240432739254,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":299,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"300":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.34591293334961,"PosY":16.985389709472656,"PosZ":71.5250473022461,"RotY":156.8426971435547,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":300,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.739780902862549,"PosY":14.9479398727417,"PosZ":69.91960144042969,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":300,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"301":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.10029983520508,"PosY":5.258999824523926,"PosZ":148.9803009033203,"RotY":113.73200225830078,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":301,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.49177169799805,"PosY":4.210945129394531,"PosZ":149.32589721679688,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":301,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"302":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.18090057373048,"PosY":2.2639079093933105,"PosZ":264.2713928222656,"RotY":215.91700744628903,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":302,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.00080108642578,"PosY":4.276371955871582,"PosZ":264.2710876464844,"RotY":215.91700744628903,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":302,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-111.85279846191406,"PosY":6.6458587646484375,"PosZ":264.2732849121094,"RotY":215.91700744628903,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":302,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.11660003662108,"PosY":0.6700590252876282,"PosZ":258.7821044921875,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":302,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-117.32009887695312,"PosY":1.0930730104446411,"PosZ":256.1004943847656,"RotY":31.72821044921875,"groupId":0}}},"303":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-151.7050018310547,"PosY":15.470000267028809,"PosZ":128.19200134277344,"RotY":28.836589813232425,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":303,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-152.14990234375,"PosY":14.274720191955566,"PosZ":127.61440277099608,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":303,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"304":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.37950134277344,"PosY":8.298199653625488,"PosZ":107.22599792480467,"RotY":50.1409797668457,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":304,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.56038665771484,"PosY":9.980077743530273,"PosZ":108.11489868164064,"RotY":124.46620178222656,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":304,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.48135375976562,"PosY":10.624380111694336,"PosZ":106.98989868164064,"RotY":332.4342041015625,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":304,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.56199645996094,"PosY":10.652999877929688,"PosZ":112.91600036621094,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":304,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"305":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":59.56800079345703,"PosY":4.103000164031982,"PosZ":166.32699584960938,"RotY":305.27960205078125,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":305,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":59.429000854492195,"PosY":4.100900173187256,"PosZ":166.1529998779297,"RotY":315.9901123046875,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":305,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":59.27399826049805,"PosY":4.093999862670898,"PosZ":166.02999877929688,"RotY":144.55149841308594,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":305,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":65.42092895507812,"PosY":2.4321370124816895,"PosZ":159.00289916992188,"RotY":0.0,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":305,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":58.845970153808594,"PosY":2.43212890625,"PosZ":166.7989044189453,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":305,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"306":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":73.90258026123047,"PosY":1.987380027770996,"PosZ":258.5726013183594,"RotY":0.0,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":306,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":73.90937042236328,"PosY":0.6700670123100281,"PosZ":258.089599609375,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":306,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"307":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":85.81999969482422,"PosY":8.944999694824219,"PosZ":117.1780014038086,"RotY":8.823972702026367,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":307,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":85.20259094238281,"PosY":7.263251781463623,"PosZ":117.1134033203125,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":307,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"308":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":115.04409790039064,"PosY":14.35550022125244,"PosZ":148.85699462890625,"RotY":298.83660888671875,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":308,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":114.48090362548828,"PosY":13.749950408935549,"PosZ":148.59109497070312,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":308,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"309":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":131.02499389648438,"PosY":15.767999649047852,"PosZ":119.25900268554688,"RotY":316.3935852050781,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":309,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":131.26800537109375,"PosY":14.212940216064451,"PosZ":119.73799896240234,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":309,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":131.8173065185547,"PosY":14.267849922180176,"PosZ":119.1093978881836,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20332001/LG_Prop_F20332001_G309_300003.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":309,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":130.85899353027344,"PosY":14.212940216064451,"PosZ":120.5719985961914,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":129.59829711914065,"PosY":14.679929733276367,"PosZ":121.05850219726564,"RotY":124.21450042724608,"groupId":0}}},"310":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":164.3408966064453,"PosY":6.853300094604492,"PosZ":184.33889770507812,"RotY":291.5282897949219,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":310,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":163.20599365234375,"PosY":4.759949207305908,"PosZ":184.69400024414065,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":310,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"311":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":404.0870056152344,"PosY":13.559000015258787,"PosZ":218.17599487304688,"RotY":341.8490905761719,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":311,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":404.4590148925782,"PosY":12.199999809265137,"PosZ":217.33250427246097,"RotY":109.07489776611328,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":311,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"312":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":409.7137145996094,"PosY":4.464266777038574,"PosZ":184.79629516601565,"RotY":316.84600830078125,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":312,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":404.5934143066406,"PosY":4.225996017456055,"PosZ":184.31500244140625,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":312,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"313":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.49300003051758,"PosY":85.47701263427734,"PosZ":765.7169799804688,"RotY":302.0660095214844,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":313,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.302711486816406,"PosY":84.44999694824219,"PosZ":773.6353759765625,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":313,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"314":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-527.0756225585938,"PosY":15.821700096130373,"PosZ":-287.251708984375,"RotY":146.1457061767578,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":314,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-530.125,"PosY":14.869999885559082,"PosZ":-286.9700012207031,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":314,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"315":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":221.7682952880859,"PosY":7.607322216033936,"PosZ":-410.0126037597656,"RotY":245.23910522460935,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":315,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":227.22500610351565,"PosY":6.3594560623168945,"PosZ":-405.6889953613282,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":315,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"316":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":213.58599853515625,"PosY":-4.368000030517578,"PosZ":-465.2139892578125,"RotY":131.23570251464844,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":316,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":213.3470001220703,"PosY":-5.57344388961792,"PosZ":-465.385009765625,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":316,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"317":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":100.95020294189452,"PosY":13.472000122070312,"PosZ":-398.5719909667969,"RotY":90.0,"PropID":103025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":317,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":106.3914031982422,"PosY":12.2464599609375,"PosZ":-398.8185119628906,"RotY":319.5386047363281,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":317,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"319":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.03364944458008,"PosY":11.513259887695312,"PosZ":58.383590698242195,"RotY":180.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":319,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"320":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":107.38459777832033,"PosY":13.749950408935549,"PosZ":151.34730529785156,"RotY":130.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":320,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"321":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":125.01000213623048,"PosY":0.6700519919395447,"PosZ":253.5807952880859,"RotY":270.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":321,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"322":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":18.808549880981445,"PosY":81.66100311279298,"PosZ":759.25,"RotY":180.0,"PropID":103018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10060,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":322,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"323":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":9.979995727539062,"PosY":97.969970703125,"PosZ":737.4603271484375,"RotY":359.96868896484375,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":323,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"324":{"props":[{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":11.679599761962892,"PosY":97.96063232421876,"PosZ":737.4603271484375,"RotY":90.0471420288086,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":324,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":17.314170837402344,"PosY":92.99907684326172,"PosZ":737.4702758789062,"RotY":270.0657958984375,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":324,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"325":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":33.54199981689453,"PosY":64.8380126953125,"PosZ":805.9832763671875,"RotY":85.92688751220702,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":325,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"326":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.67389678955078,"PosY":0.6700519919395447,"PosZ":247.2570037841797,"RotY":120.4406967163086,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":null,"State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":326,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.67389678955078,"PosY":0.6700519919395447,"PosZ":247.2570037841797,"RotY":352.8753967285156,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":326,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.67389678955078,"PosY":0.6700519919395447,"PosZ":247.2570037841797,"RotY":352.8753967285156,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":326,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.67389678955078,"PosY":0.6700519919395447,"PosZ":247.2570037841797,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":326,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.67389678955078,"PosY":0.6700519919395447,"PosZ":247.2570037841797,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_TreasureAppearSFXTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":326,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.98570251464844,"PosY":0.6700519919395447,"PosZ":252.3538055419922,"RotY":90.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":326,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.98570251464844,"PosY":0.6700519919395447,"PosZ":252.3538055419922,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10061,"InitLevelGraph":"Config/Level/Maze/Chapter03/JigsawPuzzle/Maze_Prop_JigsawPuzzleTreasureGameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":326,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-109.69670104980467,"PosY":2.515052080154419,"PosZ":245.5572967529297,"RotY":300.4407043457031,"groupId":0},"2":{"ID":2,"PosX":-109.69670104980467,"PosY":2.515052080154419,"PosZ":245.5572967529297,"RotY":300.4407043457031,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-109.52950286865234,"PosY":2.515052080154419,"PosZ":245.841796875,"RotY":300.4407043457031,"groupId":0}}},"327":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":9.64169979095459,"PosY":4.614662170410156,"PosZ":283.7782897949219,"RotY":349.86199951171875,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":327,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"328":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":205.0,"PosX":3.1459550857543945,"PosY":7.234947204589843,"PosZ":-62.16749954223633,"NPCMonsterID":3012010,"EventID":20332001,"groupId":328,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"329":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":15.0,"PosX":-20.565330505371097,"PosY":4.2021098136901855,"PosZ":165.81460571289065,"NPCMonsterID":3002040,"EventID":20332010,"groupId":329,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":30.0,"PosX":-56.849998474121094,"PosY":2.4321370124816895,"PosZ":183.8300018310547,"NPCMonsterID":3002030,"EventID":20332011,"groupId":329,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":65.88481903076172,"PosX":-79.56907653808594,"PosY":0.6700519919395447,"PosZ":234.9237060546875,"NPCMonsterID":3002020,"EventID":20332012,"groupId":329,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":69.7538833618164,"PosX":-104.41799926757812,"PosY":0.6700519919395447,"PosZ":246.1549072265625,"NPCMonsterID":3002030,"EventID":20332013,"groupId":329,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":67.50707244873047,"PosX":-103.85479736328124,"PosY":0.6700440049171448,"PosZ":240.75840759277344,"NPCMonsterID":3002040,"EventID":20332014,"groupId":329,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":329.2876892089844,"PosX":53.94710159301758,"PosY":2.4321439266204834,"PosZ":187.78399658203125,"NPCMonsterID":3002040,"EventID":20332015,"groupId":329,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":321.0177001953125,"PosX":57.23263931274414,"PosY":2.4321370124816895,"PosZ":188.18569946289065,"NPCMonsterID":3002030,"EventID":20332016,"groupId":329,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":301.8630065917969,"PosX":73.47329711914062,"PosY":0.6700590252876282,"PosZ":225.86819458007812,"NPCMonsterID":3002020,"EventID":20332017,"groupId":329,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":321.0177001953125,"PosX":97.29606628417967,"PosY":0.6700440049171448,"PosZ":235.90139770507812,"NPCMonsterID":3002030,"EventID":20332018,"groupId":329,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":272.5469055175781,"PosX":114.42030334472656,"PosY":0.6700519919395447,"PosZ":255.63819885253903,"NPCMonsterID":3002020,"EventID":20332019,"groupId":329,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"330":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":69.20330810546875,"PosX":407.8369140625,"PosY":6.170990943908691,"PosZ":191.9331970214844,"NPCMonsterID":3012040,"EventID":20332021,"groupId":330,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":53.37480926513672,"PosX":409.0956115722656,"PosY":-2.743025064468384,"PosZ":150.09230041503906,"NPCMonsterID":3012040,"EventID":20332022,"groupId":330,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"331":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":115.3864974975586,"PosX":434.5331115722656,"PosY":-2.5624771118164062,"PosZ":201.43429565429688,"NPCMonsterID":3012040,"EventID":20332024,"groupId":331,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":70.0,"PosX":439.5299987792969,"PosY":0.6380169987678528,"PosZ":230.1499938964844,"NPCMonsterID":3012020,"EventID":20332023,"groupId":331,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"332":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":110.0,"PosX":189.5399932861328,"PosY":0.26945599913597107,"PosZ":-381.5799865722656,"NPCMonsterID":3002020,"EventID":20332027,"groupId":332,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":190.9499969482422,"PosY":0.26945701241493225,"PosZ":-383.5199890136718,"NPCMonsterID":3002010,"EventID":20332028,"groupId":332,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":45.0,"PosX":204.54620361328125,"PosY":-5.57344388961792,"PosZ":-464.21820068359375,"NPCMonsterID":3002020,"EventID":20332029,"groupId":332,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":130.0,"PosX":205.71099853515625,"PosY":-5.5734429359436035,"PosZ":-455.6838989257813,"NPCMonsterID":3002040,"EventID":20332030,"groupId":332,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"333":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":70.0,"PosX":8.286886215209961,"PosY":81.64000701904298,"PosZ":793.8092041015625,"NPCMonsterID":3012020,"EventID":20332036,"groupId":333,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"334":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":110.0,"PosX":8.531875610351562,"PosY":95.2672119140625,"PosZ":737.4603881835938,"NPCMonsterID":3012040,"EventID":20332035,"groupId":334,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"335":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":290.0,"PosX":13.985589981079102,"PosY":72.654541015625,"PosZ":805.9833984375,"NPCMonsterID":3012040,"EventID":20332037,"groupId":335,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"336":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":110.0,"PosX":57.03453826904297,"PosY":85.73816680908203,"PosZ":766.101318359375,"NPCMonsterID":3012040,"EventID":20332038,"groupId":336,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":233.3647003173828,"PosX":57.060001373291016,"PosY":63.790000915527344,"PosZ":771.7899780273436,"NPCMonsterID":3012020,"EventID":20332039,"groupId":336,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"337":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.71000671386719,"PosY":7.259315013885498,"PosZ":87.41999816894531,"RotY":35.0,"PropID":60302,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":337,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.71000671386719,"PosY":7.259315013885498,"PosZ":87.41999816894531,"RotY":35.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":337,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.71000671386719,"PosY":7.259315013885498,"PosZ":87.41999816894531,"RotY":35.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10028,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":337,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":240.0,"PosX":-91.87999725341797,"PosY":7.259315013885498,"PosZ":88.81999969482422,"NPCMonsterID":3012040,"EventID":20332231,"groupId":337,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":270.0,"PosX":-86.58103942871094,"PosY":7.259315013885498,"PosZ":88.82657623291016,"NPCMonsterID":3012040,"EventID":20332232,"groupId":337,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"360":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.02440599910914898,"PosY":4.6771240234375,"PosZ":281.6748046875,"RotY":90.0,"PropID":113,"AnchorID":1,"AnchorGroupID":360,"MappingInfoID":1305,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_WeeklyRaid_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable"],"groupId":360,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EchoOfWar_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.029999999329447743,"PosY":4.662308216094971,"PosZ":279.239990234375,"RotY":0.0,"groupId":0}}},"373":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":205.0,"PosX":3.1459550857543945,"PosY":7.234947204589843,"PosZ":-62.16749954223633,"NPCMonsterID":3012010,"EventID":20332101,"groupId":373,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"374":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":15.0,"PosX":-20.565330505371097,"PosY":4.2021098136901855,"PosZ":165.81460571289065,"NPCMonsterID":3002040,"EventID":20332110,"groupId":374,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":30.0,"PosX":-56.849998474121094,"PosY":2.4321370124816895,"PosZ":183.8300018310547,"NPCMonsterID":3002030,"EventID":20332111,"groupId":374,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":0.0,"PosX":-76.07673645019531,"PosY":0.6700590252876282,"PosZ":245.6967010498047,"NPCMonsterID":3002020,"EventID":20332112,"groupId":374,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":69.7538833618164,"PosX":-104.41799926757812,"PosY":0.6700519919395447,"PosZ":246.1549072265625,"NPCMonsterID":3002030,"EventID":20332113,"groupId":374,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":67.50707244873047,"PosX":-103.85479736328124,"PosY":0.6700440049171448,"PosZ":240.75840759277344,"NPCMonsterID":3002040,"EventID":20332114,"groupId":374,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":329.2876892089844,"PosX":53.94710159301758,"PosY":2.4321439266204834,"PosZ":187.78399658203125,"NPCMonsterID":3002040,"EventID":20332115,"groupId":374,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":321.0177001953125,"PosX":57.23263931274414,"PosY":2.4321370124816895,"PosZ":188.18569946289065,"NPCMonsterID":3002030,"EventID":20332116,"groupId":374,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":301.8630065917969,"PosX":73.47329711914062,"PosY":0.6700590252876282,"PosZ":225.86819458007812,"NPCMonsterID":3002020,"EventID":20332117,"groupId":374,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":321.0177001953125,"PosX":97.29606628417967,"PosY":0.6700440049171448,"PosZ":235.90139770507812,"NPCMonsterID":3002030,"EventID":20332118,"groupId":374,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":202.54690551757812,"PosX":115.7155990600586,"PosY":0.6700440049171448,"PosZ":259.1632995605469,"NPCMonsterID":3002020,"EventID":20332119,"groupId":374,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":60.0,"PosX":-62.95000076293945,"PosY":0.733223021030426,"PosZ":229.19000244140625,"NPCMonsterID":3002030,"EventID":20332108,"groupId":374,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":310.0,"PosX":61.849998474121094,"PosY":0.6336060166358948,"PosZ":230.57000732421875,"NPCMonsterID":3002030,"EventID":20332109,"groupId":374,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"375":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":110.0,"PosX":189.5399932861328,"PosY":0.26945599913597107,"PosZ":-381.5799865722656,"NPCMonsterID":3002020,"EventID":20332127,"groupId":375,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":190.9499969482422,"PosY":0.26945701241493225,"PosZ":-383.5199890136718,"NPCMonsterID":3002010,"EventID":20332128,"groupId":375,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":45.0,"PosX":204.54620361328125,"PosY":-5.57344388961792,"PosZ":-464.21820068359375,"NPCMonsterID":3002020,"EventID":20332129,"groupId":375,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":130.0,"PosX":205.71099853515625,"PosY":-5.5734429359436035,"PosZ":-455.6838989257813,"NPCMonsterID":3002040,"EventID":20332130,"groupId":375,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"376":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":69.20330810546875,"PosX":407.8369140625,"PosY":6.170990943908691,"PosZ":191.9331970214844,"NPCMonsterID":3012040,"EventID":20332121,"groupId":376,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":53.37480926513672,"PosX":409.0956115722656,"PosY":-2.743025064468384,"PosZ":150.09230041503906,"NPCMonsterID":3012040,"EventID":20332122,"groupId":376,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"377":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":64.6135025024414,"PosX":434.5331115722656,"PosY":-2.5624771118164062,"PosZ":201.43429565429688,"NPCMonsterID":3012040,"EventID":20332124,"groupId":377,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":110.0,"PosX":439.5299987792969,"PosY":0.6380169987678528,"PosZ":230.1499938964844,"NPCMonsterID":3012020,"EventID":20332123,"groupId":377,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"378":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":70.0,"PosX":8.286886215209961,"PosY":81.64000701904298,"PosZ":793.8092041015625,"NPCMonsterID":3012020,"EventID":20332136,"groupId":378,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"379":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":8.531875610351562,"PosY":95.2672119140625,"PosZ":737.4603881835938,"NPCMonsterID":3012040,"EventID":20332135,"groupId":379,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"380":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":57.03453826904297,"PosY":85.73816680908203,"PosZ":766.101318359375,"NPCMonsterID":3012040,"EventID":20332138,"groupId":380,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":233.3647003173828,"PosX":57.060001373291016,"PosY":63.790000915527344,"PosZ":771.7899780273436,"NPCMonsterID":3012020,"EventID":20332139,"groupId":380,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"381":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":13.985589981079102,"PosY":72.654541015625,"PosZ":805.9833984375,"NPCMonsterID":3012040,"EventID":20332137,"groupId":381,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"382":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":47.20000076293945,"PosY":12.75294017791748,"PosZ":11.600020408630373,"NPCMonsterID":3012010,"EventID":20332142,"groupId":382,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":47.20000076293945,"PosY":12.75294017791748,"PosZ":-0.25,"NPCMonsterID":3012010,"EventID":20332143,"groupId":382,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"383":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":55.0,"PosX":80.95999908447266,"PosY":7.259276866912842,"PosZ":96.55999755859376,"NPCMonsterID":3002040,"EventID":20332146,"groupId":383,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":145.0,"PosX":80.30547332763672,"PosY":7.259284973144531,"PosZ":105.5344009399414,"NPCMonsterID":3002040,"EventID":20332147,"groupId":383,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"390":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.0290069580078,"PosY":15.131380081176758,"PosZ":114.58589935302734,"RotY":40.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20313001/LG_Prop_F20313001_G169_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":390,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":40.0,"PosX":-150.0290069580078,"PosY":15.131380081176758,"PosZ":114.58589935302734,"NPCMonsterID":3002050,"EventID":20332242,"groupId":390,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-150.0290069580078,"PosY":16.31399917602539,"PosZ":114.58589935302734,"RotY":332.8171081542969,"groupId":0}}},"391":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":106.22769927978516,"PosY":10.128299713134766,"PosZ":107.64119720458984,"RotY":320.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20313001/LG_Prop_F20313001_G169_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":391,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":320.0,"PosX":106.22769927978516,"PosY":10.128299713134766,"PosZ":107.64119720458984,"NPCMonsterID":3002050,"EventID":20332241,"groupId":391,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":106.22769927978516,"PosY":11.423999786376951,"PosZ":107.64119720458984,"RotY":332.8171081542969,"groupId":0}}},"392":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":160.1199951171875,"PosY":4.75994110107422,"PosZ":185.1999969482422,"RotY":285.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":392,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":160.1199951171875,"PosY":4.75994110107422,"PosZ":185.1999969482422,"RotY":285.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":392,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":160.1199951171875,"PosY":4.75994110107422,"PosZ":185.1999969482422,"RotY":285.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10028,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":392,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":290.0,"PosX":157.91299438476565,"PosY":4.75994110107422,"PosZ":186.0070037841797,"NPCMonsterID":3003040,"EventID":20332235,"groupId":392,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"394":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-507.05999755859375,"PosY":6.044078826904297,"PosZ":-251.94000244140625,"RotY":90.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":394,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-507.05999755859375,"PosY":6.044078826904297,"PosZ":-251.94000244140625,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":394,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-507.05999755859375,"PosY":6.044078826904297,"PosZ":-251.94000244140625,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10028,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":394,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0999984741211,"PosX":-504.1700134277344,"PosY":6.0440778732299805,"PosZ":-251.88999938964844,"NPCMonsterID":3003050,"EventID":20332236,"groupId":394,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"395":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-488.69000244140625,"PosY":-2.965939998626709,"PosZ":-326.9599914550781,"RotY":90.0999984741211,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":395,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-488.69000244140625,"PosY":-2.965939998626709,"PosZ":-326.9599914550781,"RotY":90.0999984741211,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":395,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-488.69000244140625,"PosY":-2.965939998626709,"PosZ":-326.9599914550781,"RotY":90.0999984741211,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10028,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":395,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0999984741211,"PosX":-485.8900146484375,"PosY":-2.965939998626709,"PosZ":-326.9599914550781,"NPCMonsterID":3003030,"EventID":20332237,"groupId":395,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"400":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-520.4500122070312,"PosY":33.04499816894531,"PosZ":-291.2572021484375,"RotY":180.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":400,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"401":{"props":[{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":451.5299987792969,"PosY":0.45152899622917175,"PosZ":186.82000732421875,"RotY":299.2543029785156,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":401,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"402":{"props":[{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":37.600059509277344,"PosY":81.01114654541016,"PosZ":789.3690185546875,"RotY":102.82119750976564,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":402,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"406":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":144.664794921875,"PosY":14.216899871826172,"PosZ":114.37640380859376,"RotY":315.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":406,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":149.3699951171875,"PosY":14.216879844665527,"PosZ":119.08000183105467,"RotY":315.0,"PropID":60301,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":406,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":147.07000732421875,"PosY":14.216879844665527,"PosZ":116.77999877929688,"RotY":315.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":406,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"408":{"props":[{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-483.260009765625,"PosY":-3.0040009021759033,"PosZ":-267.67999267578125,"RotY":359.51361083984375,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":408,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-457.7185974121094,"PosY":3.006009101867676,"PosZ":-247.13319396972656,"RotY":260.8789978027344,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":408,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-454.8580932617187,"PosY":3.0060009956359863,"PosZ":-293.4021911621094,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":408,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-500.9280090332031,"PosY":9.04404354095459,"PosZ":-314.4032897949219,"RotY":335.2203063964844,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":408,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-495.9726867675782,"PosY":9.04404354095459,"PosZ":-309.0216979980469,"RotY":318.4056091308594,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":408,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"409":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":295.1643981933594,"PosX":-480.9776916503906,"PosY":-3.0040040016174316,"PosZ":-254.90139770507812,"NPCMonsterID":3012040,"EventID":20332171,"groupId":409,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":69.20330810546875,"PosX":-503.68450927734375,"PosY":5.870011806488037,"PosZ":-333.8387145996094,"NPCMonsterID":3012040,"EventID":20332174,"groupId":409,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":347.9118957519531,"PosX":-500.5748901367187,"PosY":5.870010852813721,"PosZ":-325.8951110839844,"NPCMonsterID":3012010,"EventID":20332175,"groupId":409,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"410":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-467.94000244140625,"PosY":-5.75,"PosZ":-297.0899963378906,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":410,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-467.9400939941406,"PosY":-12.912540435791016,"PosZ":-325.2030944824219,"RotY":180.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":410,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-467.9400939941406,"PosY":-13.097229957580566,"PosZ":-327.6648864746094,"RotY":0.0001469999988330528,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":410,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"411":{"props":[{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-509.6061096191406,"PosY":26.965009689331055,"PosZ":-296.014404296875,"RotY":286.63958740234375,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":411,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-498.5338134765625,"PosY":26.97998046875,"PosZ":-277.9986877441406,"RotY":180.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":411,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-509.0969848632813,"PosY":26.77899932861328,"PosZ":-295.1700134277344,"RotY":279.28961181640625,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":411,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-507.1247863769531,"PosY":26.964990615844727,"PosZ":-287.160400390625,"RotY":193.64669799804688,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":411,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-490.5404968261718,"PosY":26.979999542236328,"PosZ":-291.3096008300781,"RotY":99.05461883544922,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":411,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"412":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":76.73136901855469,"PosX":-501.64068603515625,"PosY":26.97998046875,"PosZ":-286.5389099121094,"NPCMonsterID":3012040,"EventID":20332172,"groupId":412,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":270.1000061035156,"PosX":-494.1388854980469,"PosY":26.979990005493164,"PosZ":-297.2215881347656,"NPCMonsterID":3012020,"EventID":20332173,"groupId":412,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"413":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":21.04594039916992,"PosX":-453.07330322265625,"PosY":3.0060079097747803,"PosZ":-249.0442047119141,"NPCMonsterID":3012040,"EventID":20332181,"groupId":413,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":341.5292053222656,"PosX":-498.2051086425782,"PosY":9.04404354095459,"PosZ":-313.3796081542969,"NPCMonsterID":3012010,"EventID":20332185,"groupId":413,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"414":{"props":[{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-452.9966125488282,"PosY":3.0060019493103027,"PosZ":-278.6343078613281,"RotY":287.0896911621094,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":414,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-451.51031494140625,"PosY":3.0060060024261475,"PosZ":-254.5487060546875,"RotY":192.30630493164065,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":414,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-455.1802062988282,"PosY":3.0060009956359863,"PosZ":-289.1498107910156,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":414,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-457.8794860839844,"PosY":3.0059940814971924,"PosZ":-333.5914001464844,"RotY":271.8782958984375,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":414,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-490.7800903320313,"PosY":5.870018005371094,"PosZ":-326.7182922363281,"RotY":336.3034973144531,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":414,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.1794128417969,"PosY":6.044078826904297,"PosZ":-247.56829833984375,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":414,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-500.8800048828125,"PosY":9.044057846069336,"PosZ":-270.6700134277344,"RotY":40.15531921386719,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":414,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-537.1599731445312,"PosY":14.869999885559082,"PosZ":-291.0199890136719,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":414,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"416":{"props":[{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-509.6061096191406,"PosY":26.965009689331055,"PosZ":-296.014404296875,"RotY":286.63958740234375,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":416,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-488.3190002441406,"PosY":26.979990005493164,"PosZ":-283.8572082519531,"RotY":180.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":416,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-509.0969848632813,"PosY":26.77899932861328,"PosZ":-295.1700134277344,"RotY":279.28961181640625,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":416,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-487.1015930175782,"PosY":26.979999542236328,"PosZ":-298.6341857910156,"RotY":138.25540161132812,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":416,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-499.3010864257813,"PosY":26.97998046875,"PosZ":-305.08489990234375,"RotY":301.7546081542969,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":416,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"417":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-490.0444030761718,"PosY":26.979999542236328,"PosZ":-291.05621337890625,"NPCMonsterID":3012040,"EventID":20332182,"groupId":417,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":90.0999984741211,"PosX":-501.6600036621094,"PosY":26.97998046875,"PosZ":-283.9599914550781,"NPCMonsterID":3012020,"EventID":20332183,"groupId":417,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":246.0364990234375,"PosX":-497.5032043457031,"PosY":26.97998046875,"PosZ":-295.9338073730469,"NPCMonsterID":3012040,"EventID":20332184,"groupId":417,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"419":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":42.82339859008789,"PosX":-453.072998046875,"PosY":3.0060079097747803,"PosZ":-249.10299682617188,"NPCMonsterID":3012040,"EventID":20332191,"groupId":419,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":69.20330810546875,"PosX":-503.68450927734375,"PosY":5.870011806488037,"PosZ":-333.8387145996094,"NPCMonsterID":3012040,"EventID":20332192,"groupId":419,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":347.9118957519531,"PosX":-500.5748901367187,"PosY":5.870010852813721,"PosZ":-325.8951110839844,"NPCMonsterID":3012010,"EventID":20332193,"groupId":419,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":90.0999984741211,"PosX":-493.41110229492193,"PosY":33.04499816894531,"PosZ":-284.9796142578125,"NPCMonsterID":3012040,"EventID":20332194,"groupId":419,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":292.5127868652344,"PosX":-507.0296936035156,"PosY":33.04499816894531,"PosZ":-296.2828063964844,"NPCMonsterID":3012010,"EventID":20332195,"groupId":419,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":256.8807067871094,"PosX":-507.5935974121094,"PosY":33.04499816894531,"PosZ":-286.6434020996094,"NPCMonsterID":3012010,"EventID":20332198,"groupId":419,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"420":{"props":[{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-452.9966125488282,"PosY":3.0060019493103027,"PosZ":-278.6343078613281,"RotY":287.0896911621094,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":420,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-457.0159912109375,"PosY":3.006009101867676,"PosZ":-247.1472015380859,"RotY":268.1523132324219,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":420,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-455.1802062988282,"PosY":3.0060009956359863,"PosZ":-289.1498107910156,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":420,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-457.8794860839844,"PosY":3.0059940814971924,"PosZ":-333.5914001464844,"RotY":271.8782958984375,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":420,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-493.9349060058594,"PosY":5.8700151443481445,"PosZ":-332.88330078125,"RotY":349.0018005371094,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":420,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.1794128417969,"PosY":6.044078826904297,"PosZ":-247.56829833984375,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":420,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-487.8959045410156,"PosY":9.04404354095459,"PosZ":-308.1431884765625,"RotY":244.5137939453125,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":420,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-481.4858093261718,"PosY":-2.965939998626709,"PosZ":-323.0382995605469,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":420,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-484.2038879394531,"PosY":-3.0040030479431152,"PosZ":-248.42909240722656,"RotY":169.89500427246094,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":420,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-487.0701904296875,"PosY":6.0440778732299805,"PosZ":-251.93240356445312,"RotY":179.87730407714844,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":420,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-500.8800048828125,"PosY":9.044057846069336,"PosZ":-270.6700134277344,"RotY":40.15531921386719,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":420,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-501.67620849609375,"PosY":33.04499053955078,"PosZ":-303.90679931640625,"RotY":315.6783142089844,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":420,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-502.4353942871094,"PosY":33.04499816894531,"PosZ":-277.9678039550781,"RotY":150.5915985107422,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":420,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"422":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.1000061035156,"PosX":-488.5780029296875,"PosY":26.979990005493164,"PosZ":-296.5362854003906,"NPCMonsterID":3012020,"EventID":20332196,"groupId":422,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":89.9000015258789,"PosX":-501.6600036621094,"PosY":26.97998046875,"PosZ":-283.9599914550781,"NPCMonsterID":3012020,"EventID":20332197,"groupId":422,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"423":{"props":[{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-509.6061096191406,"PosY":26.965009689331055,"PosZ":-296.014404296875,"RotY":286.63958740234375,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":423,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-488.3190002441406,"PosY":26.979990005493164,"PosZ":-283.8572082519531,"RotY":180.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":423,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-509.0969848632813,"PosY":26.77899932861328,"PosZ":-295.1700134277344,"RotY":279.28961181640625,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":423,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-487.1015930175782,"PosY":26.979999542236328,"PosZ":-298.6341857910156,"RotY":138.25540161132812,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":423,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-499.3010864257813,"PosY":26.97998046875,"PosZ":-305.08489990234375,"RotY":301.7546081542969,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":423,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"429":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.06099700927734,"PosY":14.522879600524902,"PosZ":149.60800170898438,"RotY":9.999999747378752e-6,"PropID":103083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":429,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_StarCard_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":47.3217887878418,"PosY":13.381420135498049,"PosZ":-3.239950895309448,"RotY":112.39620208740234,"PropID":101028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":429,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Readings_06_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.137001037597656,"PosY":12.399299621582031,"PosZ":48.37099838256836,"RotY":304.2738952636719,"PropID":103037,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":429,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.720001220703125,"PosY":12.22700023651123,"PosZ":37.93000030517578,"RotY":176.16290283203125,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":429,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.10199999809265135,"PosY":10.68299961090088,"PosZ":149.73699951171875,"RotY":263.66009521484375,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":429,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"431":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":128.80020141601565,"PosY":14.3568696975708,"PosZ":105.7313995361328,"RotY":45.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ShowGroupMonsterVision_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":431,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":133.08999633789065,"PosY":14.425809860229492,"PosZ":130.97999572753906,"RotY":315.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":431,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":5.679999828338623,"PosX":125.78459930419922,"PosY":14.26613998413086,"PosZ":109.206298828125,"NPCMonsterID":3002041,"EventID":10301299,"groupId":431,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":310.510498046875,"PosX":158.8730010986328,"PosY":14.26613998413086,"PosZ":130.04200744628906,"NPCMonsterID":3002011,"EventID":10301299,"groupId":431,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":60.20695877075195,"PosX":132.81399536132812,"PosY":14.26615047454834,"PosZ":127.33170318603516,"NPCMonsterID":3002011,"EventID":10301299,"groupId":431,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":45.0,"PosX":137.59410095214844,"PosY":14.26615047454834,"PosZ":132.29849243164065,"NPCMonsterID":3002041,"EventID":10301299,"groupId":431,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":45.0,"PosX":155.9239044189453,"PosY":14.26613998413086,"PosZ":135.2938995361328,"NPCMonsterID":3002041,"EventID":10301299,"groupId":431,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"432":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.0229997634887695,"PosY":17.97800064086914,"PosZ":112.427001953125,"RotY":146.95899963378906,"PropID":103036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":432,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":7.158999919891357,"PosY":18.368999481201172,"PosZ":113.21399688720705,"RotY":146.95899963378906,"PropID":103036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":432,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.59600067138672,"PosY":8.802000045776367,"PosZ":167.3419952392578,"RotY":146.95899963378906,"PropID":103036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":432,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.52899932861328,"PosY":15.21399974822998,"PosZ":152.0,"RotY":146.95899963378906,"PropID":103036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":432,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":23.277999877929688,"PosY":8.793000221252441,"PosZ":167.73599243164065,"RotY":146.95899963378906,"PropID":103036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":432,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"433":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":110.91300201416016,"PosY":14.510000228881836,"PosZ":146.77499389648438,"RotY":146.95899963378906,"PropID":103036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":433,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.94599914550781,"PosY":12.399359703063965,"PosZ":31.70800018310547,"RotY":146.95899963378906,"PropID":103036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":433,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"475":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":149.2949981689453,"PosY":8.262100219726562,"PosZ":-400.1730041503906,"RotY":247.93800354003903,"PropID":103250,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_05.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":475,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":149.2949981689453,"PosY":6.3083038330078125,"PosZ":-400.2099914550782,"RotY":151.52169799804688,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":475,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"476":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":139.9434051513672,"PosY":8.281599998474121,"PosZ":-395.4258117675782,"RotY":297.3175964355469,"PropID":103250,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_05.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":476,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":150.73779296875,"PosY":8.263299942016602,"PosZ":-409.1588134765625,"RotY":161.84190368652344,"PropID":103250,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_05.json","State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":476,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":153.12820434570312,"PosY":8.667400360107422,"PosZ":-391.5252075195313,"RotY":32.53178024291992,"PropID":103250,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_05.json","State":"Closed","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":476,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":153.16700744628906,"PosY":6.400031089782715,"PosZ":-391.6709899902344,"RotY":3.4797680377960205,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":476,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"477":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.032999999821186066,"PosY":5.110000133514404,"PosZ":274.010009765625,"RotY":278.7872009277344,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":477,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.19000244140625,"PosY":4.064000129699707,"PosZ":211.9199981689453,"RotY":349.4718933105469,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":477,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.3000030517578,"PosY":15.43000030517578,"PosZ":141.6300048828125,"RotY":324.5539855957031,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":477,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":38.15900039672851,"PosY":5.633999824523926,"PosZ":174.27499389648438,"RotY":239.539794921875,"PropID":103038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":477,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Readings_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"482":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":63.279998779296875,"PosY":1.6989439725875854,"PosZ":258.0199890136719,"RotY":330.0,"PropID":801,"AnchorID":1,"AnchorGroupID":482,"MappingInfoID":1023,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Cocoon_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":482,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Cocoon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":64.5739974975586,"PosY":1.6989359855651855,"PosZ":258.50201416015625,"RotY":243.4008026123047,"groupId":0}}},"483":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-159.1199951171875,"PosY":4.759955883026123,"PosZ":190.0500030517578,"RotY":35.4835090637207,"PropID":901,"AnchorID":1,"AnchorGroupID":483,"MappingInfoID":1210,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_FarmRelic_01.json","State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":483,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-159.41000366210938,"PosY":4.759955883026123,"PosZ":191.27000427246097,"RotY":135.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":483,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-157.81700134277344,"PosY":4.759949207305908,"PosZ":189.1199951171875,"RotY":305.4834899902344,"groupId":0}}}}},"P30101_F30101001":{"teleports":{},"group_items":{"1":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.63999938964844,"PosY":-2.1340019702911377,"PosZ":-170.27999877929688,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.93000030517578,"PosY":0.699999988079071,"PosZ":-149.4499969482422,"RotY":315.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-41.29999923706055,"PosY":-2.1340019702911377,"PosZ":-170.27999877929688,"RotY":270.0,"groupId":0}}},"2":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-61.0,"PosY":-2.1410579681396484,"PosZ":-170.6999969482422,"NPCMonsterID":1002040,"EventID":99999011,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-42.88999938964844,"PosY":-2.1340019702911377,"PosZ":-170.27999877929688,"RotY":270.0,"groupId":0}}},"3":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-61.0,"PosY":-2.1410579681396484,"PosZ":-170.6999969482422,"NPCMonsterID":1002040,"EventID":99999011,"groupId":3,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-42.88999938964844,"PosY":-2.1340019702911377,"PosZ":-170.27999877929688,"RotY":270.0,"groupId":0}}},"4":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-61.0,"PosY":-2.1410579681396484,"PosZ":-176.39999389648438,"NPCMonsterID":1002040,"EventID":99999011,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":90.0,"PosX":-61.0,"PosY":-2.1410579681396484,"PosZ":-164.36000061035156,"NPCMonsterID":1002040,"EventID":99999011,"groupId":4,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-42.88999938964844,"PosY":-2.1340019702911377,"PosZ":-170.27999877929688,"RotY":270.0,"groupId":0}}},"5":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-61.0,"PosY":-2.1410579681396484,"PosZ":-176.44000244140625,"NPCMonsterID":1002040,"EventID":99999011,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":90.0,"PosX":-61.0,"PosY":-2.1410579681396484,"PosZ":-164.38999938964844,"NPCMonsterID":1002040,"EventID":99999011,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-42.88999938964844,"PosY":-2.1340019702911377,"PosZ":-170.27999877929688,"RotY":270.0,"groupId":0}}}}},"P30102_F30102001":{"teleports":{},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":37.20000076293945,"PosY":20.00550079345703,"PosZ":-64.01000213623047,"RotY":135.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.5899999737739563,"PosY":19.963619232177734,"PosZ":-68.81999969482422,"RotY":165.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.039000034332275,"PosY":19.98929977416992,"PosZ":-21.229999542236328,"RotY":0.0,"PropID":101019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_SchwaroDataCenter_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-2.2100000381469727,"PosY":19.97694969177246,"PosZ":-36.43000030517578,"RotY":150.0,"groupId":0}}},"8":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":330.0,"PosX":8.031012535095215,"PosY":19.978290557861328,"PosZ":-54.2672004699707,"NPCMonsterID":1002040,"EventID":99999011,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-2.2100000381469727,"PosY":19.97694969177246,"PosZ":-36.43000030517578,"RotY":150.0,"groupId":0}}},"9":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":330.0,"PosX":8.031012535095215,"PosY":19.978290557861328,"PosZ":-54.2672004699707,"NPCMonsterID":1002040,"EventID":99999011,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-2.2100000381469727,"PosY":19.97694969177246,"PosZ":-36.43000030517578,"RotY":150.0,"groupId":0}}},"10":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":330.0,"PosX":13.850000381469728,"PosY":19.978290557861328,"PosZ":-50.90999984741211,"NPCMonsterID":1002040,"EventID":99999011,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":330.0,"PosX":1.940000057220459,"PosY":19.978290557861328,"PosZ":-57.790000915527344,"NPCMonsterID":1002040,"EventID":99999011,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-2.2100000381469727,"PosY":19.97694969177246,"PosZ":-36.43000030517578,"RotY":150.0,"groupId":0}}},"11":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":330.0,"PosX":13.850000381469728,"PosY":19.978290557861328,"PosZ":-50.90999984741211,"NPCMonsterID":1002040,"EventID":99999011,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":330.0,"PosX":1.940000057220459,"PosY":19.978290557861328,"PosZ":-57.790000915527344,"NPCMonsterID":1002040,"EventID":99999011,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-2.2100000381469727,"PosY":19.97694969177246,"PosZ":-36.43000030517578,"RotY":150.0,"groupId":0}}},"13":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":330.0,"PosX":8.031012535095215,"PosY":19.978290557861328,"PosZ":-54.2672004699707,"NPCMonsterID":1002040,"EventID":99999011,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-2.2100000381469727,"PosY":19.97694969177246,"PosZ":-36.43000030517578,"RotY":150.0,"groupId":0}}},"14":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":330.0,"PosX":8.031012535095215,"PosY":19.978290557861328,"PosZ":-54.2672004699707,"NPCMonsterID":1002040,"EventID":99999011,"groupId":14,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-2.2100000381469727,"PosY":19.97694969177246,"PosZ":-36.43000030517578,"RotY":150.0,"groupId":0}}},"15":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":330.0,"PosX":13.850000381469728,"PosY":19.978290557861328,"PosZ":-50.90999984741211,"NPCMonsterID":1002040,"EventID":99999011,"groupId":15,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":330.0,"PosX":1.940000057220459,"PosY":19.978290557861328,"PosZ":-57.790000915527344,"NPCMonsterID":1002040,"EventID":99999011,"groupId":15,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-2.2100000381469727,"PosY":19.97694969177246,"PosZ":-36.43000030517578,"RotY":150.0,"groupId":0}}},"16":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":330.0,"PosX":13.850000381469728,"PosY":19.978290557861328,"PosZ":-50.90999984741211,"NPCMonsterID":1002040,"EventID":99999011,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":330.0,"PosX":1.940000057220459,"PosY":19.978290557861328,"PosZ":-57.790000915527344,"NPCMonsterID":1002040,"EventID":99999011,"groupId":16,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-2.2100000381469727,"PosY":19.97694969177246,"PosZ":-36.43000030517578,"RotY":150.0,"groupId":0}}}}},"P30102_F30102002":{"teleports":{},"group_items":{"5":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-714.5700073242188,"PosY":6.269999980926514,"PosZ":73.12999725341797,"NPCMonsterID":1002040,"EventID":99999011,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-694.5700073242188,"PosY":6.269999980926514,"PosZ":73.12999725341797,"RotY":270.0,"groupId":0}}},"6":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-714.5700073242188,"PosY":6.269999980926514,"PosZ":73.12999725341797,"NPCMonsterID":1002040,"EventID":99999011,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-697.5700073242188,"PosY":6.269999980926514,"PosZ":73.12999725341797,"RotY":270.0,"groupId":0}}},"7":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-714.5700073242188,"PosY":6.269999980926514,"PosZ":67.12999725341797,"NPCMonsterID":1002040,"EventID":99999011,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":90.0,"PosX":-714.5700073242188,"PosY":6.269999980926514,"PosZ":79.12999725341797,"NPCMonsterID":1002040,"EventID":99999011,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-697.5700073242188,"PosY":6.269999980926514,"PosZ":73.12999725341797,"RotY":270.0,"groupId":0}}},"8":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-714.5700073242188,"PosY":6.269999980926514,"PosZ":67.12999725341797,"NPCMonsterID":1002040,"EventID":99999011,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":90.0,"PosX":-714.5700073242188,"PosY":6.269999980926514,"PosZ":79.12999725341797,"NPCMonsterID":1002040,"EventID":99999011,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-697.5700073242188,"PosY":6.269999980926514,"PosZ":73.12999725341797,"RotY":270.0,"groupId":0}}}}},"P30102_F30102003":{"teleports":{},"group_items":{"4":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-0.029999999329447743,"PosY":-9.076821327209473,"PosZ":-8.580570220947266,"NPCMonsterID":1002040,"EventID":99999011,"groupId":4,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-0.029867000877857208,"PosY":-9.076821327209473,"PosZ":-28.580570220947266,"RotY":0.0,"groupId":0}}},"5":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-0.029999999329447743,"PosY":-9.076821327209473,"PosZ":-8.580570220947266,"NPCMonsterID":1002040,"EventID":99999011,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-0.029867000877857208,"PosY":-9.076821327209473,"PosZ":-28.580570220947266,"RotY":0.0,"groupId":0}}},"6":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-6.0,"PosY":-9.076821327209473,"PosZ":-8.580570220947266,"NPCMonsterID":1002040,"EventID":99999011,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":180.0,"PosX":6.0,"PosY":-9.076821327209473,"PosZ":-8.580570220947266,"NPCMonsterID":1002040,"EventID":99999011,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-0.029867000877857208,"PosY":-9.076821327209473,"PosZ":-28.580570220947266,"RotY":0.0,"groupId":0}}},"7":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-6.0,"PosY":-9.076821327209473,"PosZ":-8.580570220947266,"NPCMonsterID":1002040,"EventID":99999011,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":180.0,"PosX":6.0,"PosY":-9.076821327209473,"PosZ":-8.580570220947266,"NPCMonsterID":1002040,"EventID":99999011,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-0.029867000877857208,"PosY":-9.076821327209473,"PosZ":-28.580570220947266,"RotY":0.0,"groupId":0}}},"9":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-0.029999999329447743,"PosY":-9.076821327209473,"PosZ":-8.580570220947266,"NPCMonsterID":1002040,"EventID":99999011,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-0.029867000877857208,"PosY":-9.076821327209473,"PosZ":-28.580570220947266,"RotY":0.0,"groupId":0}}}}},"P30102_F30102004":{"teleports":{},"group_items":{"3":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-2.7219998836517334,"PosY":144.1313018798828,"PosZ":-14.085599899291992,"NPCMonsterID":1002040,"EventID":99999011,"groupId":3,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":18.722000122070312,"PosY":144.06419372558594,"PosZ":-14.085599899291992,"RotY":270.0,"groupId":0}}},"4":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-2.7219998836517334,"PosY":144.1313018798828,"PosZ":-14.085599899291992,"NPCMonsterID":1002040,"EventID":99999011,"groupId":4,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":18.722000122070312,"PosY":144.06419372558594,"PosZ":-14.085599899291992,"RotY":270.0,"groupId":0}}},"5":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-2.7219998836517334,"PosY":144.1313934326172,"PosZ":-20.085599899291992,"NPCMonsterID":1002040,"EventID":99999011,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":90.0,"PosX":-2.7219998836517334,"PosY":144.1313934326172,"PosZ":-8.085599899291992,"NPCMonsterID":1002040,"EventID":99999011,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":18.722000122070312,"PosY":144.06419372558594,"PosZ":-14.085599899291992,"RotY":270.0,"groupId":0}}},"6":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-2.7219998836517334,"PosY":144.1313934326172,"PosZ":-20.085599899291992,"NPCMonsterID":1002040,"EventID":99999011,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":90.0,"PosX":-2.7219998836517334,"PosY":144.1313934326172,"PosZ":-8.085599899291992,"NPCMonsterID":1002040,"EventID":99999011,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":18.722000122070312,"PosY":144.06419372558594,"PosZ":-14.085599899291992,"RotY":270.0,"groupId":0}}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":24.916889190673828,"PosY":148.8386993408203,"PosZ":-15.660940170288086,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F30102004/LG_Prop_F30102004_G8_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.001099586486816,"PosY":176.39109802246094,"PosZ":51.727928161621094,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/N4/Chapter00_N401_CapturePolymer_Splinter_Normal.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P30102_F30102005":{"teleports":{},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_EnviroProfile_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"6":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":0.5799999833106995,"PosY":8.550824165344238,"PosZ":54.029998779296875,"NPCMonsterID":1002040,"EventID":99999011,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":0.5799999833106995,"PosY":7.8488550186157235,"PosZ":34.029998779296875,"RotY":0.0,"groupId":0}}},"7":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":0.5799999833106995,"PosY":8.550824165344238,"PosZ":54.029998779296875,"NPCMonsterID":1002040,"EventID":99999011,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":0.5799999833106995,"PosY":7.8488550186157235,"PosZ":34.029998779296875,"RotY":0.0,"groupId":0}}}}},"P30102_F30102006":{"teleports":{},"group_items":{"11":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-7.360000133514405,"PosY":1.5276659727096558,"PosZ":16.59000015258789,"NPCMonsterID":1002040,"EventID":99999011,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-27.360000610351562,"PosY":1.6285239458084106,"PosZ":16.59000015258789,"RotY":90.0,"groupId":0}}},"12":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-7.360000133514405,"PosY":1.5276659727096558,"PosZ":16.59000015258789,"NPCMonsterID":1002040,"EventID":99999011,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-27.360000610351562,"PosY":1.6285239458084106,"PosZ":16.59000015258789,"RotY":90.0,"groupId":0}}},"13":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-405.6510009765625,"PosY":-44.429908752441406,"PosZ":115.45420074462892,"NPCMonsterID":1002040,"EventID":99999011,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-405.6509094238282,"PosY":-44.89292907714844,"PosZ":95.4542007446289,"RotY":0.0,"groupId":0}}},"14":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-405.6510009765625,"PosY":-44.429908752441406,"PosZ":115.45420074462892,"NPCMonsterID":1002040,"EventID":99999011,"groupId":14,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-405.6509094238282,"PosY":-44.89292907714844,"PosZ":95.4542007446289,"RotY":0.0,"groupId":0}}}}},"P30103_F30103001":{"teleports":{},"group_items":{"1":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":58.080039978027344,"PosY":1.9421459436416624,"PosZ":91.85999298095702,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":98.2400131225586,"PosY":1.9068410396575928,"PosZ":81.76995086669922,"RotY":135.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":67.4819564819336,"PosY":1.9421459436416624,"PosZ":91.66999053955078,"RotY":90.0,"groupId":0}}},"8":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":88.0,"PosY":1.9421459436416624,"PosZ":91.66999053955078,"NPCMonsterID":1002040,"EventID":99999011,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":67.4819564819336,"PosY":1.9421459436416624,"PosZ":91.66999053955078,"RotY":90.0,"groupId":0}}},"9":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":88.0,"PosY":1.9421459436416624,"PosZ":91.66999053955078,"NPCMonsterID":1002040,"EventID":99999011,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":67.4819564819336,"PosY":1.9421459436416624,"PosZ":91.66999053955078,"RotY":90.0,"groupId":0}}},"10":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":88.0,"PosY":1.9421459436416624,"PosZ":97.0,"NPCMonsterID":1002040,"EventID":99999011,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":270.0,"PosX":88.0,"PosY":1.9421459436416624,"PosZ":85.0,"NPCMonsterID":1002040,"EventID":99999011,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":67.4819564819336,"PosY":1.9421459436416624,"PosZ":91.66999053955078,"RotY":90.0,"groupId":0}}},"11":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":88.0,"PosY":1.9421459436416624,"PosZ":97.0,"NPCMonsterID":1002040,"EventID":99999011,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":270.0,"PosX":88.0,"PosY":1.9421459436416624,"PosZ":85.0,"NPCMonsterID":1002040,"EventID":99999011,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":67.4819564819336,"PosY":1.9421459436416624,"PosZ":91.66999053955078,"RotY":90.0,"groupId":0}}}}},"P30104_F30104001":{"teleports":{},"group_items":{"8":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-16.860000610351562,"PosY":2.170707941055298,"PosZ":54.969600677490234,"NPCMonsterID":1002040,"EventID":99999011,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-37.86000061035156,"PosY":2.170707941055298,"PosZ":54.969600677490234,"RotY":90.0,"groupId":0}}},"9":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-16.860000610351562,"PosY":2.170707941055298,"PosZ":54.969600677490234,"NPCMonsterID":1002040,"EventID":99999011,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-37.86000061035156,"PosY":2.170707941055298,"PosZ":54.969600677490234,"RotY":90.0,"groupId":0}}},"10":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-16.860000610351562,"PosY":2.170707941055298,"PosZ":60.969600677490234,"NPCMonsterID":1002040,"EventID":99999011,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":270.0,"PosX":-16.860000610351562,"PosY":2.170707941055298,"PosZ":48.969600677490234,"NPCMonsterID":1002040,"EventID":99999011,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-37.86000061035156,"PosY":2.170707941055298,"PosZ":54.969600677490234,"RotY":90.0,"groupId":0}}},"11":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-16.860000610351562,"PosY":2.170707941055298,"PosZ":60.969600677490234,"NPCMonsterID":1002040,"EventID":99999011,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":270.0,"PosX":-16.860000610351562,"PosY":2.170707941055298,"PosZ":48.969600677490234,"NPCMonsterID":1002040,"EventID":99999011,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-37.86000061035156,"PosY":2.170707941055298,"PosZ":54.969600677490234,"RotY":90.0,"groupId":0}}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":47.71799850463867,"PosY":-1.3321000337600708,"PosZ":98.26000213623047,"RotY":270.0,"PropID":102037,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P30105_F30105001":{"teleports":{},"group_items":{"8":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":44.21683120727539,"PosY":60.36589813232422,"PosZ":42.470001220703125,"NPCMonsterID":1002040,"EventID":99999011,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":24.21682929992676,"PosY":60.36589813232422,"PosZ":42.470001220703125,"RotY":90.0,"groupId":0}}},"9":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":44.21683120727539,"PosY":60.36589813232422,"PosZ":42.470001220703125,"NPCMonsterID":1002040,"EventID":99999011,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":24.21682929992676,"PosY":60.36589813232422,"PosZ":42.470001220703125,"RotY":90.0,"groupId":0}}},"10":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":44.21683120727539,"PosY":60.36589813232422,"PosZ":48.470001220703125,"NPCMonsterID":1002040,"EventID":99999011,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":270.0,"PosX":44.21683120727539,"PosY":60.36589813232422,"PosZ":36.470001220703125,"NPCMonsterID":1002040,"EventID":99999011,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":24.21682929992676,"PosY":60.36589813232422,"PosZ":42.470001220703125,"RotY":90.0,"groupId":0}}},"11":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":44.21683120727539,"PosY":60.36589813232422,"PosZ":48.470001220703125,"NPCMonsterID":1002040,"EventID":99999011,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":270.0,"PosX":44.21683120727539,"PosY":60.36589813232422,"PosZ":36.470001220703125,"NPCMonsterID":1002040,"EventID":99999011,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":24.21682929992676,"PosY":60.36589813232422,"PosZ":42.470001220703125,"RotY":90.0,"groupId":0}}},"19":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.310001373291016,"PosY":49.900001525878906,"PosZ":41.959999084472656,"RotY":0.0,"PropID":902,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RaidEntrance_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"20":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":44.21683120727539,"PosY":60.36589813232422,"PosZ":42.470001220703125,"NPCMonsterID":1002040,"EventID":99999011,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":24.21682929992676,"PosY":60.36589813232422,"PosZ":42.470001220703125,"RotY":90.0,"groupId":0}}},"33":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":44.21683120727539,"PosY":60.36589813232422,"PosZ":42.470001220703125,"NPCMonsterID":1002040,"EventID":99999011,"groupId":33,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":24.21682929992676,"PosY":60.36589813232422,"PosZ":42.470001220703125,"RotY":90.0,"groupId":0}}}}},"P30120_F30120001":{"teleports":{},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.89300012588501,"PosY":20.010000228881836,"PosZ":-27.940000534057617,"RotY":180.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.3499999940395355,"PosY":19.979999542236328,"PosZ":-39.33000183105469,"RotY":149.7637939453125,"groupId":0}}},"2":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":335.0956115722656,"PosX":9.59000015258789,"PosY":19.979999542236328,"PosZ":-56.7599983215332,"NPCMonsterID":1013010,"EventID":104201,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":39.25,"PosY":3.942142963409424,"PosZ":216.11000061035156,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TowerChallenge/Maze_ChallengeTower_Initial20.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":48.0,"PosY":0.9421449899673462,"PosZ":263.6600036621094,"RotY":210.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TowerChallenge/Maze_ChallengeTower_Reward.json","State":"ChestLocked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":335.0956115722656,"PosX":9.59000015258789,"PosY":19.979999542236328,"PosZ":-56.7599983215332,"NPCMonsterID":1023020,"EventID":104202,"groupId":3,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"4":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":335.0956115722656,"PosX":9.59000015258789,"PosY":19.979999542236328,"PosZ":-56.7599983215332,"NPCMonsterID":1023010,"EventID":104203,"groupId":4,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"5":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":335.0956115722656,"PosX":9.59000015258789,"PosY":19.979999542236328,"PosZ":-56.7599983215332,"NPCMonsterID":8003030,"EventID":104204,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"6":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":335.0956115722656,"PosX":9.59000015258789,"PosY":19.979999542236328,"PosZ":-56.7599983215332,"NPCMonsterID":8013010,"EventID":104205,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"7":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":335.0956115722656,"PosX":9.59000015258789,"PosY":19.979999542236328,"PosZ":-56.7599983215332,"NPCMonsterID":1003010,"EventID":104206,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P30121_F30121001":{"teleports":{},"group_items":{"6":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-117.2490005493164,"PosY":11.55795955657959,"PosZ":62.18000030517578,"NPCMonsterID":1002040,"EventID":99999011,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-117.41999816894533,"PosY":11.517279624938965,"PosZ":42.18000030517578,"RotY":0.0,"groupId":0}}},"7":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-117.2490005493164,"PosY":11.55795955657959,"PosZ":62.18000030517578,"NPCMonsterID":1002040,"EventID":99999011,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-117.41999816894533,"PosY":11.517279624938965,"PosZ":42.18000030517578,"RotY":0.0,"groupId":0}}}}},"P30121_F30121002":{"teleports":{},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":146.21800231933594,"PosY":28.083730697631836,"PosZ":-175.91299438476565,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":81.34600067138672,"PosY":22.089000701904297,"PosZ":-196.9250030517578,"RotY":89.99987030029298,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.31999969482422,"PosY":22.100000381469727,"PosZ":-196.8090057373047,"RotY":89.99987030029298,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.3030014038086,"PosY":22.09000015258789,"PosZ":-148.88900756835938,"RotY":270.0000915527344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.4080047607422,"PosY":22.09000015258789,"PosZ":-148.88900756835938,"RotY":270.0000915527344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.343994140625,"PosY":-4.909992218017578,"PosZ":-61.77899932861328,"RotY":0.000012000000424450263,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":149.2550048828125,"PosY":28.111000061035156,"PosZ":-130.927001953125,"RotY":270.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_03.json","State":"Open","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":110.20400238037108,"PosY":22.108999252319336,"PosZ":-217.94400024414065,"RotY":0.000012000000424450263,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.33099365234375,"PosY":-4.909992218017578,"PosZ":-79.77300262451172,"RotY":270.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-188.50100708007812,"PosY":16.040000915527344,"PosZ":-55.88999938964844,"RotY":-0.00005500000042957254,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.4149932861328,"PosY":-10.909999847412108,"PosZ":-130.93190002441406,"RotY":89.99981689453125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-165.4029998779297,"PosY":-10.909999847412108,"PosZ":-139.927001953125,"RotY":-0.00017800000205170363,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.3219985961914,"PosY":-16.909990310668945,"PosZ":-196.91299438476565,"RotY":89.99981689453125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.22100067138672,"PosY":-16.868000030517578,"PosZ":-198.93099975585935,"RotY":269.9997863769531,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":79.74099731445312,"PosY":22.090009689331055,"PosZ":-200.44000244140625,"RotY":269.9997863769531,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.38499450683594,"PosY":22.08099937438965,"PosZ":-148.88699340820312,"RotY":270.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_03.json","State":"Open","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-190.55099487304688,"PosY":16.032100677490234,"PosZ":-52.573001861572266,"RotY":-0.0002189999941037968,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"6":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-0.03999999910593033,"PosY":-15.91508960723877,"PosZ":-269.07000732421875,"NPCMonsterID":1002040,"EventID":99999011,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-0.03999999910593033,"PosY":-16.85761070251465,"PosZ":-289.07000732421875,"RotY":0.0,"groupId":0}}},"7":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-0.03999999910593033,"PosY":-15.91508960723877,"PosZ":-269.07000732421875,"NPCMonsterID":1002040,"EventID":99999011,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-0.03999999910593033,"PosY":-16.85761070251465,"PosZ":-289.07000732421875,"RotY":0.0,"groupId":0}}}}},"P30122_F30122001":{"teleports":{},"group_items":{"4":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.25399780273438,"PosY":62.59407043457031,"PosZ":-0.6269999742507935,"RotY":179.69009399414065,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.01699829101562,"PosY":62.59407043457031,"PosZ":11.810999870300291,"RotY":359.69049072265625,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.55900001525879,"PosY":51.604400634765625,"PosZ":140.13600158691406,"RotY":166.96270751953125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.83000183105467,"PosY":62.59489059448242,"PosZ":6.019999980926514,"RotY":270.0,"PropID":103141,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":293.1759948730469,"PosY":49.62248992919922,"PosZ":12.42099952697754,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":-22.684900283813477,"PosY":51.58612060546875,"PosZ":136.66470336914065,"RotY":167.17999267578125,"groupId":0}}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103186,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-172.8000030517578,"PosY":64.4000015258789,"PosZ":6.310147762298584,"RotY":0.0,"PropID":103098,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ScreenTvSet_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-184.1199951171875,"PosY":63.15999984741211,"PosZ":6.230000019073486,"RotY":59.47692108154297,"PropID":103214,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":64.44000244140625,"PosY":49.95692825317382,"PosZ":6.159999847412109,"NPCMonsterID":1002040,"EventID":99999011,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":88.24537658691406,"PosY":47.84527969360352,"PosZ":6.16474723815918,"RotY":270.0,"groupId":0}}},"8":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":64.44000244140625,"PosY":49.95692825317382,"PosZ":6.159999847412109,"NPCMonsterID":1002040,"EventID":99999011,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":88.24537658691406,"PosY":47.84527969360352,"PosZ":6.16474723815918,"RotY":270.0,"groupId":0}}},"9":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-147.3000030517578,"PosY":60.88434982299805,"PosZ":6.310998916625977,"NPCMonsterID":1002040,"EventID":99999011,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-127.3000030517578,"PosY":62.047710418701165,"PosZ":6.310998916625977,"RotY":270.0,"groupId":0}}},"10":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-147.3000030517578,"PosY":60.88434982299805,"PosZ":6.310998916625977,"NPCMonsterID":1002040,"EventID":99999011,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-127.3000030517578,"PosY":62.047710418701165,"PosZ":6.310998916625977,"RotY":270.0,"groupId":0}}}}},"P30123_F30123001":{"teleports":{},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.2704769968986511,"PosY":14.789649963378906,"PosZ":74.29501342773438,"RotY":180.0,"PropID":103134,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.34052300453186035,"PosY":14.789649963378906,"PosZ":89.63700103759767,"RotY":180.0,"PropID":103134,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Curtain_01.json","State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.09056899696588516,"PosY":14.789649963378906,"PosZ":104.95099639892578,"RotY":179.99989318847656,"PropID":103134,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-136.49240112304688,"PosY":14.340000152587892,"PosZ":155.11480712890625,"RotY":330.8894958496094,"PropID":103134,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.43470001220705,"PosY":14.340000152587892,"PosZ":122.45939636230467,"RotY":310.8598937988281,"PropID":103134,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.66819763183594,"PosY":14.340000152587892,"PosZ":222.42950439453125,"RotY":172.4365997314453,"PropID":103134,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":112.47550201416016,"PosY":14.460000038146973,"PosZ":122.33000183105467,"RotY":227.3883056640625,"PropID":103134,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":136.53460693359375,"PosY":14.340000152587892,"PosZ":155.18870544433594,"RotY":209.1103973388672,"PropID":103134,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":156.66819763183594,"PosY":14.340000152587892,"PosZ":222.42950439453125,"RotY":187.5634002685547,"PropID":103134,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.4606150090694427,"PosY":14.609999656677246,"PosZ":120.29100036621094,"RotY":180.0,"PropID":103134,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"4":{"props":[{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.34761047363281,"PosY":12.639389991760254,"PosZ":150.2873992919922,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F20332001/LG_Prop_F20332001_G74_300017.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.872791290283203,"PosY":11.380000114440918,"PosZ":37.82646942138672,"RotY":89.75662994384764,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.191640853881836,"PosY":11.380000114440918,"PosZ":37.79998016357422,"RotY":89.75665283203125,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":62.72433853149414,"PosY":4.232999801635742,"PosZ":136.9647979736328,"RotY":324.2099914550781,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":110.18920135498048,"PosY":2.4629969596862793,"PosZ":198.51710510253903,"RotY":284.7047119140625,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.959999084472656,"PosY":4.210945129394531,"PosZ":138.16000366210938,"RotY":35.7900505065918,"PropID":103040,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BlockLine_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-108.84999847412108,"PosY":2.462999105453491,"PosZ":198.91000366210935,"RotY":75.29530334472656,"PropID":103040,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.739768981933594,"PosY":4.239999771118164,"PosZ":136.94509887695312,"RotY":35.7900505065918,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.38169860839844,"PosY":2.462999105453491,"PosZ":198.50430297851565,"RotY":75.29530334472656,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.79979705810548,"PosY":14.685999870300291,"PosZ":143.0189971923828,"RotY":52.497291564941406,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":118.79979705810548,"PosY":14.685999870300291,"PosZ":143.0189971923828,"RotY":307.502685546875,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":10.274290084838867,"PosY":11.503000259399414,"PosZ":5.173503875732422,"RotY":270.0,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":34.21876907348633,"PosY":11.503000259399414,"PosZ":5.173508167266846,"RotY":90.0,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":9.58636474609375,"PosY":11.319990158081056,"PosZ":37.63996124267578,"RotY":88.73536682128906,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.475520133972168,"PosY":11.503000259399414,"PosZ":5.085350036621094,"RotY":89.75660705566406,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.95670318603516,"PosY":14.539999961853027,"PosZ":154.86940002441406,"RotY":58.597660064697266,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-109.97250366210938,"PosY":14.539999961853027,"PosZ":132.16220092773438,"RotY":48.548641204833984,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":109.97250366210938,"PosY":14.539999961853027,"PosZ":132.16220092773438,"RotY":311.4513854980469,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":126.95670318603516,"PosY":14.539999961853027,"PosZ":154.86940002441406,"RotY":301.4023132324219,"PropID":103133,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-0.03390499949455261,"PosY":4.6771240234375,"PosZ":281.7123107910156,"NPCMonsterID":1002040,"EventID":99999011,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-0.03390499949455261,"PosY":4.614646911621094,"PosZ":261.7123107910156,"RotY":0.0,"groupId":0}}},"6":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-0.03390499949455261,"PosY":4.6771240234375,"PosZ":281.7123107910156,"NPCMonsterID":1002040,"EventID":99999011,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-0.03390499949455261,"PosY":4.614646911621094,"PosZ":261.7123107910156,"RotY":0.0,"groupId":0}}}}},"P30124_F30124001":{"teleports":{},"group_items":{"5":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-25.753509521484375,"PosY":20.48641014099121,"PosZ":-13.340000152587892,"NPCMonsterID":1002040,"EventID":99999011,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-25.753509521484375,"PosY":20.48641014099121,"PosZ":6.659999847412109,"RotY":180.0,"groupId":0}}},"6":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-25.753509521484375,"PosY":20.48641014099121,"PosZ":-13.340000152587892,"NPCMonsterID":1002040,"EventID":99999011,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-25.753509521484375,"PosY":20.48641014099121,"PosZ":6.659999847412109,"RotY":180.0,"groupId":0}}}}},"P30124_F30124002":{"teleports":{},"group_items":{"5":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-445.05670166015625,"PosY":6.706302165985107,"PosZ":829.7135009765625,"NPCMonsterID":1002040,"EventID":99999011,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-445.05670166015625,"PosY":4.780785083770752,"PosZ":809.7135009765625,"RotY":0.0,"groupId":0}}},"6":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-445.05670166015625,"PosY":6.706302165985107,"PosZ":829.7135009765625,"NPCMonsterID":1002040,"EventID":99999011,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-445.05670166015625,"PosY":4.780785083770752,"PosZ":809.7135009765625,"RotY":0.0,"groupId":0}}}}},"P30125_F30125001":{"teleports":{},"group_items":{"5":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":268.8599853515625,"PosY":79.92717742919922,"PosZ":95.3199691772461,"NPCMonsterID":1002040,"EventID":99999011,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":248.86000061035156,"PosY":79.92717742919922,"PosZ":95.3199691772461,"RotY":90.0,"groupId":0}}},"6":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":268.8599853515625,"PosY":79.92717742919922,"PosZ":95.3199691772461,"NPCMonsterID":1002040,"EventID":99999011,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":248.86000061035156,"PosY":79.92717742919922,"PosZ":95.3199691772461,"RotY":90.0,"groupId":0}}}}},"P30201_F30201001":{"teleports":{},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.515000104904175,"PosY":2.940000057220459,"PosZ":-100.82599639892578,"RotY":288.0172119140625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":42.65999984741211,"PosY":3.484999895095825,"PosZ":-115.52999877929688,"RotY":288.0172119140625,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":24.850000381469727,"PosY":3.3499999046325684,"PosZ":-109.65000152587892,"RotY":287.9534912109375,"groupId":0}}},"2":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":105.67880249023438,"PosX":5.763299942016602,"PosY":2.743000030517578,"PosZ":-103.36000061035156,"NPCMonsterID":1002040,"EventID":9999011,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":18.899999618530273,"PosY":3.8299999237060542,"PosZ":-112.4499969482422,"RotY":17.276010513305664,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/N2/Chapter00_N201_MainMission_RoadBlock_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P30201_F30202001":{"teleports":{},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":124.0500030517578,"PosY":46.61000061035156,"PosZ":-51.099998474121094,"RotY":355.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":139.80999755859375,"PosY":46.349998474121094,"PosZ":-71.94999694824219,"RotY":79.32438659667967,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":125.38999938964844,"PosY":46.54999923706055,"PosZ":-56.28900146484375,"RotY":175.0,"groupId":0}}},"2":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":350.0,"PosX":127.27999877929688,"PosY":46.56999969482422,"PosZ":-76.22000122070312,"NPCMonsterID":1002040,"EventID":9999011,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.989999771118164,"PosY":-2.509999990463257,"PosZ":137.08999633789065,"RotY":0.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P30201_F30203001":{"teleports":{},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.88999938964844,"PosY":-2.4600000381469727,"PosZ":137.39999389648438,"RotY":35.691200256347656,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.25,"PosY":-2.5799999237060547,"PosZ":128.0,"RotY":0.20411099493503573,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.619999885559082,"PosY":0.9700000286102295,"PosZ":156.63999938964844,"RotY":160.98019409179688,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":6.539999961853027,"PosY":-2.4600000381469727,"PosZ":149.92999267578125,"RotY":238.5457000732422,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-14.965999603271484,"PosY":-2.5399999618530273,"PosZ":139.5800018310547,"RotY":65.00000762939453,"groupId":0}}},"2":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":243.13189697265625,"PosX":3.222399950027466,"PosY":-2.680000066757202,"PosZ":147.99000549316406,"NPCMonsterID":1002040,"EventID":9999011,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.840000152587892,"PosY":19.979999542236328,"PosZ":-39.400001525878906,"RotY":131.39959716796875,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P30201_F30204001":{"teleports":{},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.41000366210938,"PosY":-0.9589999914169312,"PosZ":-169.17999267578125,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-99.16799926757812,"PosY":-0.9150000214576721,"PosZ":-169.32000732421875,"RotY":270.0,"groupId":0}}},"2":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-119.26000213623048,"PosY":-0.9580199718475343,"PosZ":-169.32000732421875,"NPCMonsterID":1002040,"EventID":9999011,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":77.69000244140625,"PosY":1.9900000095367432,"PosZ":-21.67300033569336,"RotY":0.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P30201_F30205001":{"teleports":{},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":69.30400085449219,"PosY":1.9099999666213987,"PosZ":92.12999725341797,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":99.1500015258789,"PosY":1.9099999666213987,"PosZ":81.5199966430664,"RotY":314.9538879394531,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":74.4029998779297,"PosY":1.9099999666213987,"PosZ":92.4020004272461,"RotY":90.0,"groupId":0}}},"2":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":94.30799865722656,"PosY":1.9099999666213987,"PosZ":92.41999816894531,"NPCMonsterID":1002040,"EventID":9999011,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":78.0199966430664,"PosY":1.9299999475479128,"PosZ":86.0,"RotY":46.683319091796875,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P30201_F30206001":{"teleports":{},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.30999755859375,"PosY":12.090000152587892,"PosZ":15.630000114440918,"RotY":99.60238647460938,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.70999908447266,"PosY":10.199999809265137,"PosZ":-16.049999237060547,"RotY":350.4635009765625,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-91.41000366210938,"PosY":11.239999771118164,"PosZ":13.890000343322754,"RotY":196.67300415039065,"groupId":0}}},"2":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":14.394559860229492,"PosX":-97.41000366210938,"PosY":10.25,"PosZ":-5.480000019073486,"NPCMonsterID":1002040,"EventID":9999011,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":24.920000076293945,"PosY":3.940000057220459,"PosZ":182.1300048828125,"RotY":90.44764709472656,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P30301_F30301001":{"teleports":{},"group_items":{"2":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":69.1500015258789,"PosY":1.9068410396575928,"PosZ":92.16000366210938,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":90.72000122070312,"PosY":1.9068410396575928,"PosZ":92.54010009765624,"NPCMonsterID":1004010,"EventID":301101,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P30301_F30301002":{"teleports":{},"group_items":{"2":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.800000190734863,"PosY":19.780000686645508,"PosZ":-27.540000915527344,"RotY":0.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":30.540000915527344,"PosY":19.985700607299805,"PosZ":-57.31999969482422,"RotY":317.2995910644531,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.8600000143051147,"PosY":20.037349700927734,"PosZ":-68.61000061035156,"RotY":348.3020935058594,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":340.9429931640625,"PosX":7.679999828338623,"PosY":19.97800064086914,"PosZ":-52.93000030517578,"NPCMonsterID":1014010,"EventID":301102,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P30301_F30301003":{"teleports":{},"group_items":{"2":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":206.12399291992188,"PosY":36.97999954223633,"PosZ":-159.4459991455078,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":216.5099945068359,"PosY":28.536680221557617,"PosZ":-138.3800048828125,"RotY":69.36985778808594,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":172.89999389648438,"PosY":28.427610397338867,"PosZ":-123.66999816894533,"RotY":96.7931137084961,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":198.82620239257812,"PosX":189.39520263671875,"PosY":28.389150619506836,"PosZ":-123.3093032836914,"NPCMonsterID":1013010,"EventID":301103,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P30301_F30301004":{"teleports":{},"group_items":{"2":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.86000061035156,"PosY":-2.1410579681396484,"PosZ":-170.22430419921875,"RotY":269.9397888183594,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":98.02911376953124,"PosX":-63.34000015258789,"PosY":-2.1410579681396484,"PosZ":-168.5865020751953,"NPCMonsterID":8003030,"EventID":301104,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P30301_F30301005":{"teleports":{},"group_items":{"2":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.57500076293945,"PosY":-2.555253028869629,"PosZ":119.29000091552734,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.303001403808594,"PosY":-2.6216490268707275,"PosZ":103.63400268554688,"RotY":57.8654899597168,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.41999816894531,"PosY":-2.495414972305298,"PosZ":98.2300033569336,"RotY":0.3970890045166016,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":166.7283935546875,"PosX":-38.77566909790039,"PosY":-2.639003038406372,"PosZ":117.71109771728516,"NPCMonsterID":8003050,"EventID":301105,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P30301_F30301006":{"teleports":{},"group_items":{"2":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":86.30101013183594,"PosY":2.014435052871704,"PosZ":-94.05999755859376,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":113.50769805908205,"PosY":2.014435052871704,"PosZ":-93.76000213623047,"NPCMonsterID":1003010,"EventID":301106,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P30301_F30301007":{"teleports":{},"group_items":{"2":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":250.82000732421875,"PosY":52.54636001586914,"PosZ":-168.88999938964844,"RotY":46.887569427490234,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":227.4497985839844,"PosX":268.76129150390625,"PosY":52.54494857788086,"PosZ":-152.31680297851565,"NPCMonsterID":1013020,"EventID":301107,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P30401_F30401001":{"teleports":{},"group_items":{"8":{"props":[{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.5,"PosY":6.820000171661377,"PosZ":-122.19000244140624,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.76599884033205,"PosY":5.058000087738037,"PosZ":-119.58899688720705,"RotY":269.8511962890625,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_04.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.515000104904175,"PosY":2.940000057220459,"PosZ":-100.82599639892578,"RotY":288.0172119140625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.599000930786133,"PosY":2.8642001152038574,"PosZ":-99.85198974609376,"RotY":197.1578063964844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.4699999988079071,"PosY":2.880000114440918,"PosZ":-99.19000244140624,"RotY":107.61840057373048,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.98999786376952,"PosY":-0.10108800232410432,"PosZ":-73.19000244140625,"RotY":269.4721984863281,"PropID":100003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_03_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.98999786376952,"PosY":-0.10108800232410432,"PosZ":-73.19000244140625,"RotY":269.4721984863281,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.3209991455078,"PosY":-0.10100000351667404,"PosZ":-74.64600372314453,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.16100311279295,"PosY":-0.06061999872326851,"PosZ":-64.69000244140625,"RotY":17.052549362182617,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.8280029296875,"PosY":0.5037999749183655,"PosZ":-73.35299682617188,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.98999786376952,"PosY":-0.10899999737739564,"PosZ":-62.61600112915039,"RotY":18.84663963317871,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.01199340820312,"PosY":2.8239998817443848,"PosZ":-57.98099899291992,"RotY":27.345439910888672,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.51019287109375,"PosY":2.769700050354004,"PosZ":-55.0901985168457,"RotY":297.3319091796875,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.03700256347656,"PosY":2.747999906539917,"PosZ":-61.72600173950195,"RotY":207.34539794921875,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.99000549316406,"PosY":-0.05999999865889549,"PosZ":-73.29000091552734,"RotY":270.29058837890625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.72799682617188,"PosY":-0.11879999935626984,"PosZ":-73.2770004272461,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.3990020751953,"PosY":-0.11500000208616255,"PosZ":-71.73999786376953,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.15599822998048,"PosY":-0.06061999872326851,"PosZ":-81.74400329589844,"RotY":342.918701171875,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.82900238037108,"PosY":0.5037999749183655,"PosZ":-73.06099700927734,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.437999963760376,"PosY":2.9159998893737793,"PosZ":-45.5620002746582,"RotY":253.3134002685547,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.595001220703125,"PosY":2.863899946212769,"PosZ":-46.51599884033203,"RotY":163.2006072998047,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300038,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.440999984741211,"PosY":2.868000030517578,"PosZ":-48.071998596191406,"RotY":252.3999938964844,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":42.65999984741211,"PosY":3.484999895095825,"PosZ":-115.52999877929688,"RotY":288.0172119140625,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":42.74760055541992,"PosY":3.484999895095825,"PosZ":-115.47589874267578,"RotY":288.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":58.12200164794922,"PosY":3.4590001106262207,"PosZ":-118.55699920654295,"RotY":108.14640045166016,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.909999847412108,"PosY":18.60000991821289,"PosZ":-106.13999938964844,"RotY":27.836950302124023,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.577646017074585,"PosY":4.253989219665527,"PosZ":-104.2855987548828,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-146.89720153808594,"PosY":2.769700050354004,"PosZ":-37.39128875732422,"RotY":207.33189392089844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.44529724121094,"PosY":2.761699914932251,"PosZ":-91.41277313232422,"RotY":63.4650993347168,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.20500183105467,"PosY":2.759999990463257,"PosZ":-106.13500213623048,"RotY":243.83740234375,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.17889404296875,"PosY":2.761699914932251,"PosZ":-108.79229736328124,"RotY":153.8177032470703,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.93501281738281,"PosY":10.28219985961914,"PosZ":-114.41400146484376,"RotY":97.351806640625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300032,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.6510009765625,"PosY":10.281900405883787,"PosZ":-114.38800048828124,"RotY":83.36382293701172,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300044,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.402719497680664,"PosY":18.680599212646484,"PosZ":-108.90859985351564,"RotY":27.743419647216797,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300033,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.9060001373291,"PosY":18.60810089111328,"PosZ":-106.06300354003906,"RotY":297.743408203125,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300034,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.9990668296813965,"PosY":18.610000610351562,"PosZ":-109.37870025634766,"RotY":27.855709075927734,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300045,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.98855972290039,"PosY":18.68267059326172,"PosZ":-92.47281646728516,"RotY":117.85569763183594,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.11956024169922,"PosY":18.610000610351562,"PosZ":-93.98902893066406,"RotY":27.85572052001953,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300036,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.59674072265625,"PosY":18.610700607299805,"PosZ":-51.44636154174805,"RotY":332.61090087890625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300037,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.351879119873047,"PosY":18.610700607299805,"PosZ":-36.29431915283203,"RotY":332.61090087890625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300043,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.513000011444092,"PosY":1.0365999937057495,"PosZ":-73.19599914550781,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300046,"Category":"","GroupName":"","LoadSide":null,"PosX":43.1662712097168,"PosY":3.4809999465942383,"PosZ":-31.972400665283203,"RotY":253.43350219726565,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300047,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.47700881958008,"PosY":-0.9812999963760376,"PosZ":-73.18800354003906,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300048,"Category":"","GroupName":"","LoadSide":null,"PosX":-197.91200256347656,"PosY":2.9860000610351562,"PosZ":-87.88099670410156,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300039,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.862998962402344,"PosY":17.689699172973633,"PosZ":-62.867000579833984,"RotY":343.5,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300040,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.33100128173828,"PosY":17.65570068359375,"PosZ":-86.50800323486328,"RotY":160.8614044189453,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300041,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.1251983642578,"PosY":2.699700117111206,"PosZ":-33.1297492980957,"RotY":207.33189392089844,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300042,"Category":"","GroupName":"","LoadSide":null,"PosX":53.196998596191406,"PosY":3.4382998943328857,"PosZ":-118.87000274658205,"RotY":288.0,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300049,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.402219772338867,"PosY":18.610029220581055,"PosZ":-100.18150329589844,"RotY":117.85569763183594,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.3300018310547,"PosY":-0.4149999916553498,"PosZ":-71.33000183105469,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-194.5399932861328,"PosY":-0.3779999911785126,"PosZ":-69.6500015258789,"RotY":90.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.62100219726565,"PosY":-0.4000000059604645,"PosZ":-79.91999816894531,"RotY":180.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-169.8000030517578,"PosY":-4.43657112121582,"PosZ":-79.55999755859375,"RotY":180.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-178.5,"PosY":-0.17768099904060364,"PosZ":-61.060001373291016,"RotY":90.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/N2/Chapter00_N201_MainMission_RoadBlock_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/EventKillMonsters/KillMonsterPuzzle.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":90.0,"PosX":-202.11000061035156,"PosY":-0.2265730053186417,"PosZ":-71.604736328125,"NPCMonsterID":8012020,"EventID":20002102,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":90.0,"PosX":-186.4738006591797,"PosY":-0.15384699404239657,"PosZ":-92.8499984741211,"NPCMonsterID":8011010,"EventID":20002105,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":30.0,"PosX":-186.52000427246097,"PosY":-7.671679973602294,"PosZ":-74.54000091552734,"NPCMonsterID":8012020,"EventID":20002112,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":0.0,"PosX":-202.33999633789065,"PosY":-0.17768000066280365,"PosZ":-69.44226837158203,"NPCMonsterID":8011010,"EventID":20002105,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":0.0,"PosX":-201.2400054931641,"PosY":-4.171411037445068,"PosZ":-91.41000366210938,"NPCMonsterID":8011010,"EventID":20002105,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":0.0,"PosX":-183.88999938964844,"PosY":-7.671679973602294,"PosZ":-80.93299865722656,"NPCMonsterID":8011010,"EventID":20002105,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":90.0,"PosX":-186.42250061035156,"PosY":-0.17768199741840365,"PosZ":-59.939998626708984,"NPCMonsterID":8012020,"EventID":20002102,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":0.0,"PosX":-149.49000549316406,"PosY":-0.1626880019903183,"PosZ":-71.5,"NPCMonsterID":8011010,"EventID":20002105,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200014,"RotY":90.0,"PosX":-152.3699951171875,"PosY":-4.38888692855835,"PosZ":-93.96099853515624,"NPCMonsterID":8012020,"EventID":20002102,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200015,"RotY":0.0,"PosX":-182.57000732421875,"PosY":-7.671679973602294,"PosZ":-76.9800033569336,"NPCMonsterID":8013010,"EventID":20002232,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":14.396510124206545,"PosX":-179.2100067138672,"PosY":-7.671679973602294,"PosZ":-80.06999969482422,"NPCMonsterID":8012020,"EventID":20002102,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":180.0323944091797,"PosX":-170.3300018310547,"PosY":-4.3167219161987305,"PosZ":-62.310001373291016,"NPCMonsterID":8012020,"EventID":20002102,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":90.0,"PosX":-170.63999938964844,"PosY":-4.388882160186768,"PosZ":-94.02999877929688,"NPCMonsterID":8011010,"EventID":20002105,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":90.0,"PosX":-179.0229949951172,"PosY":-7.073307991027832,"PosZ":-70.05623626708984,"NPCMonsterID":8011010,"EventID":20002105,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":265.2242126464844,"PosX":-170.86000061035156,"PosY":-4.322920799255371,"PosZ":-86.4000015258789,"NPCMonsterID":8012020,"EventID":20002102,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P30401_F30401002":{"teleports":{},"group_items":{"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/EventKillMonsters/KillMonsterPuzzle.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200004,"RotY":328.46990966796875,"PosX":233.18359375,"PosY":45.26504898071289,"PosZ":-65.33495330810547,"NPCMonsterID":1002020,"EventID":20121131,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":309.2481994628906,"PosX":253.351806640625,"PosY":45.26995849609375,"PosZ":-62.573001861572266,"NPCMonsterID":1002020,"EventID":20121134,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":131.26910400390625,"PosX":211.69729614257812,"PosY":46.65422058105469,"PosZ":-60.233001708984375,"NPCMonsterID":1002020,"EventID":20121135,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200015,"RotY":289.5910949707031,"PosX":245.2779998779297,"PosY":45.26504135131836,"PosZ":-52.224998474121094,"NPCMonsterID":1002020,"EventID":20121137,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200017,"RotY":304.5757141113281,"PosX":239.4600067138672,"PosY":45.3207893371582,"PosZ":-85.38300323486328,"NPCMonsterID":1002020,"EventID":20121138,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200018,"RotY":149.10330200195312,"PosX":242.75100708007812,"PosY":45.27875900268555,"PosZ":-51.948001861572266,"NPCMonsterID":1002020,"EventID":20121139,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":358.6217956542969,"PosX":201.1490020751953,"PosY":46.727088928222656,"PosZ":-65.61000061035156,"NPCMonsterID":8001020,"EventID":20111007,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":313.5033874511719,"PosX":166.9199981689453,"PosY":46.30128860473633,"PosZ":-64.81999969482422,"NPCMonsterID":8001020,"EventID":20111007,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":46.3129997253418,"PosX":260.5899963378906,"PosY":45.29685974121094,"PosZ":-61.15999984741211,"NPCMonsterID":8001020,"EventID":20111007,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":338.3995056152344,"PosX":222.4600067138672,"PosY":45.78413009643555,"PosZ":-58.15999984741211,"NPCMonsterID":8001020,"EventID":20111007,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":301.1257019042969,"PosX":247.33999633789065,"PosY":45.26504135131836,"PosZ":-63.04999923706055,"NPCMonsterID":1013020,"EventID":20121231,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":338.3995056152344,"PosX":234.16000366210935,"PosY":45.06272888183594,"PosZ":-91.81999969482422,"NPCMonsterID":8001020,"EventID":20111007,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":177.49070739746094,"PosX":174.2550048828125,"PosY":46.472049713134766,"PosZ":-57.130001068115234,"NPCMonsterID":1002020,"EventID":20121135,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P30401_F30401003":{"teleports":{},"group_items":{}},"P30401_F30401004":{"teleports":{},"group_items":{}},"P30401_F30401005":{"teleports":{"2022101":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.09199905395508,"PosY":4.823999881744385,"PosZ":-158.47300720214844,"RotY":269.7236022949219,"PropID":101,"AnchorID":1,"AnchorGroupID":5,"MappingInfoID":2022101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2022102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":5.010000228881836,"PosY":12.789999961853027,"PosZ":2.109999895095825,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":5,"MappingInfoID":2022102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2022103":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":107.60299682617188,"PosY":13.760000228881836,"PosZ":-61.750999450683594,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":5,"MappingInfoID":2022103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2022104":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.17530822753906,"PosY":0.6849570274353027,"PosZ":89.2618637084961,"RotY":45.0,"PropID":101,"AnchorID":4,"AnchorGroupID":5,"MappingInfoID":2022104,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.09199905395508,"PosY":4.823999881744385,"PosZ":-158.47300720214844,"RotY":269.7236022949219,"PropID":101,"AnchorID":1,"AnchorGroupID":5,"MappingInfoID":2022101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":5.010000228881836,"PosY":12.789999961853027,"PosZ":2.109999895095825,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":5,"MappingInfoID":2022102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":107.60299682617188,"PosY":13.760000228881836,"PosZ":-61.750999450683594,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":5,"MappingInfoID":2022103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.17530822753906,"PosY":0.6849570274353027,"PosZ":89.2618637084961,"RotY":45.0,"PropID":101,"AnchorID":4,"AnchorGroupID":5,"MappingInfoID":2022104,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-29.538999557495117,"PosY":4.823999881744385,"PosZ":-155.83999633789065,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":0.4000000059604645,"PosY":12.789999961853027,"PosZ":2.109999895095825,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":103.9499969482422,"PosY":13.760000228881836,"PosZ":-59.119998931884766,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":-55.59000015258789,"PosY":0.6849589943885803,"PosZ":93.94999694824219,"RotY":45.0,"groupId":0}}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_EnviroProfile_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P30500_F30500001":{"teleports":{},"group_items":{"17":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-77.12036895751953,"PosY":62.59307098388672,"PosZ":5.6529998779296875,"RotY":257.79058837890625,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.60073852539062,"PosY":62.71358871459961,"PosZ":6.578999996185303,"RotY":26.36825942993164,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.71200561523438,"PosY":62.047710418701165,"PosZ":8.80858039855957,"RotY":193.29339599609375,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.83999633789065,"PosY":62.047710418701165,"PosZ":9.559999465942383,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.66999816894531,"PosY":56.79644012451172,"PosZ":6.239999771118164,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F30500001/LG_Prop_F30500001_G18_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-38.849998474121094,"PosY":56.842979431152344,"PosZ":6.309999942779541,"NPCMonsterID":3002030,"EventID":313084,"groupId":18,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-56.25,"PosY":60.150001525878906,"PosZ":6.380001068115234,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F30500001/LG_Prop_F30500001_G19_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":182.77679443359375,"PosX":-48.0,"PosY":58.243648529052734,"PosZ":8.949999809265137,"NPCMonsterID":3001020,"EventID":313082,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":3.8224849700927734,"PosX":-58.0,"PosY":59.91933822631836,"PosZ":3.2739999294281006,"NPCMonsterID":3001010,"EventID":313083,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":178.99330139160156,"PosX":-68.00000762939453,"PosY":61.683128356933594,"PosZ":8.862000465393066,"NPCMonsterID":3001020,"EventID":313082,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.75,"PosY":62.594459533691406,"PosZ":6.090000152587891,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F30500001/LG_Prop_F30500001_G20_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-146.5399932861328,"PosY":60.88434982299805,"PosZ":6.440000057220459,"NPCMonsterID":1013010,"EventID":313080,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.1649932861328,"PosY":65.24188232421875,"PosZ":68.55000305175781,"RotY":0.8382899761199952,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"Closed","propStateList":["Closed","Open"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.1649932861328,"PosY":62.1397705078125,"PosZ":68.55000305175781,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.68000030517578,"PosY":52.11399841308594,"PosZ":101.31999969482422,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.543701171875,"PosY":62.73543930053711,"PosZ":76.74250030517578,"RotY":92.08316040039062,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-127.91619873046876,"PosY":62.73543930053711,"PosZ":85.55313110351562,"RotY":180.8383026123047,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.67369842529295,"PosY":57.72256088256836,"PosZ":101.93810272216795,"RotY":92.08316040039062,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.30120086669922,"PosY":57.72256088256836,"PosZ":93.12750244140624,"RotY":92.08316040039062,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.92250061035156,"PosY":60.229000091552734,"PosZ":84.93499755859375,"RotY":92.08316040039062,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-111.17130279541016,"PosY":62.73543930053711,"PosZ":67.93187713623047,"RotY":92.08316040039062,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.85990142822266,"PosY":57.72256088256836,"PosZ":106.34339904785156,"RotY":92.08316040039062,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.43121337890624,"PosY":52.70967102050781,"PosZ":118.32309722900392,"RotY":92.08316040039062,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-131.14999389648438,"PosY":91.30999755859376,"PosZ":88.11000061035156,"RotY":106.57039642333984,"groupId":0},"2":{"ID":2,"PosX":-133.5500030517578,"PosY":62.349998474121094,"PosZ":64.44999694824219,"RotY":48.814910888671875,"groupId":0},"3":{"ID":3,"PosX":-88.04530334472656,"PosY":52.95806884765625,"PosZ":106.0613021850586,"RotY":226.8415985107422,"groupId":0},"4":{"ID":4,"PosX":-131.15179443359375,"PosY":62.12644958496094,"PosZ":64.7723388671875,"RotY":218.3643035888672,"groupId":0},"5":{"ID":5,"PosX":-86.37000274658203,"PosY":52.099998474121094,"PosZ":102.8000030517578,"RotY":80.47406768798828,"groupId":0},"6":{"ID":6,"PosX":-101.99430084228516,"PosY":71.66004180908203,"PosZ":77.57864379882812,"RotY":314.2795104980469,"groupId":0}}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":16.71047019958496,"PosY":55.332889556884766,"PosZ":86.50106048583984,"RotY":180.9739990234375,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":3.8499960899353023,"PosY":51.90999984741211,"PosZ":86.76000213623047,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.447024822235107,"PosY":46.35000991821289,"PosZ":44.38301086425781,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":3.2712969779968266,"PosY":50.735198974609375,"PosZ":52.72031021118164,"RotY":271.15350341796875,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.586649894714355,"PosY":52.44596862792969,"PosZ":70.08540344238281,"RotY":0.9739789962768555,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":16.348779678344727,"PosY":52.659809112548835,"PosZ":65.22624969482422,"RotY":271.15350341796875,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":3.705321073532105,"PosY":53.94289016723633,"PosZ":78.25007629394531,"RotY":0.9739789962768555,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.09048080444336,"PosY":50.735198974609375,"PosZ":57.406829833984375,"RotY":271.15350341796875,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":18.78700065612793,"PosY":79.61699676513672,"PosZ":76.30400085449219,"RotY":247.31399536132812,"groupId":0},"2":{"ID":2,"PosX":5.9070000648498535,"PosY":52.060001373291016,"PosZ":93.50700378417967,"RotY":192.3040008544922,"groupId":0},"3":{"ID":3,"PosX":-5.610000133514404,"PosY":47.08000183105469,"PosZ":37.637001037597656,"RotY":357.3161926269531,"groupId":0},"4":{"ID":4,"PosX":2.2799999713897705,"PosY":51.61000061035156,"PosZ":93.36000061035156,"RotY":347.5191955566406,"groupId":0},"5":{"ID":5,"PosX":-5.377999782562256,"PosY":46.31800079345703,"PosZ":39.40900039672851,"RotY":356.97259521484375,"groupId":0},"6":{"ID":6,"PosX":-30.932039260864254,"PosY":70.90400695800781,"PosZ":58.204349517822266,"RotY":68.99552917480469,"groupId":0}}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":34.99317932128906,"PosY":53.688289642333984,"PosZ":-21.851560592651367,"RotY":171.06109619140625,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"Closed","propStateList":["Closed","Open"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.489280700683594,"PosY":48.56003952026367,"PosZ":-46.14704132080078,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.868602991104126,"PosY":54.88003921508789,"PosZ":-74.01616668701172,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":27.02779006958008,"PosY":60.575218200683594,"PosZ":-68.8357162475586,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":8.20025634765625,"PosY":54.73231887817382,"PosZ":-46.76264953613281,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":28.131179809570312,"PosY":53.358909606933594,"PosZ":-43.30900955200195,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":31.234649658203125,"PosY":60.098121643066406,"PosZ":-63.039649963378906,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.2134779989719391,"PosY":55.68650817871094,"PosZ":-58.35478973388672,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.523808002471923,"PosY":52.526508331298835,"PosZ":-44.42021942138672,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.178939819335938,"PosY":54.82215118408203,"PosZ":-60.08161163330078,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.1444091796875,"PosY":53.957801818847656,"PosZ":-61.80842971801758,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.592670440673828,"PosY":55.77634811401367,"PosZ":-71.67373657226562,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.10987091064453,"PosY":53.09344100952149,"PosZ":-63.53524017333984,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.76499938964844,"PosY":55.38909149169922,"PosZ":-79.19661712646484,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":11.303720474243164,"PosY":58.36941146850586,"PosZ":-66.49329376220703,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.213340759277344,"PosY":49.45634841918945,"PosZ":-43.80461120605469,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.04079818725586,"PosY":51.36473083496094,"PosZ":-66.98887634277344,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":22.820920944213867,"PosY":61.05231094360352,"PosZ":-74.63179016113281,"RotY":260.1694030761719,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.247800827026367,"PosY":58.071990966796875,"PosZ":-87.33512878417967,"RotY":260.1694030761719,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-15.4399995803833,"PosY":96.19999694824219,"PosZ":-18.40999984741211,"RotY":169.9344024658203,"groupId":0},"2":{"ID":2,"PosX":-19.29513931274414,"PosY":50.25733184814453,"PosZ":-38.55638885498047,"RotY":164.69920349121094,"groupId":0},"3":{"ID":3,"PosX":-2.819999933242798,"PosY":55.53900146484375,"PosZ":-82.0,"RotY":355.38958740234375,"groupId":0},"4":{"ID":4,"PosX":31.45400047302246,"PosY":53.774600982666016,"PosZ":-37.01900100708008,"RotY":209.8011016845703,"groupId":0},"5":{"ID":5,"PosX":-19.610000610351562,"PosY":48.582759857177734,"PosZ":-40.63999938964844,"RotY":332.0,"groupId":0},"6":{"ID":6,"PosX":-1.5,"PosY":54.75,"PosZ":-81.2699966430664,"RotY":165.62750244140625,"groupId":0},"7":{"ID":7,"PosX":30.729999542236328,"PosY":53.25,"PosZ":-40.599998474121094,"RotY":348.0,"groupId":0},"8":{"ID":8,"PosX":2.548024892807007,"PosY":78.26056671142578,"PosZ":-51.019290924072266,"RotY":254.15480041503903,"groupId":0},"9":{"ID":9,"PosX":36.88235092163086,"PosY":80.54881286621094,"PosZ":-65.84491729736328,"RotY":286.4695129394531,"groupId":0}}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.3791961669922,"PosY":58.42852020263672,"PosZ":-103.9906997680664,"RotY":349.8017883300781,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"Closed","propStateList":["Closed","Open"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.13999938964844,"PosY":55.32640075683594,"PosZ":-99.98999786376953,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.0500030517578,"PosY":62.1397705078125,"PosZ":-56.02000045776367,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.1248016357422,"PosY":63.19786834716797,"PosZ":-70.01114654541016,"RotY":169.8018035888672,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.09539794921875,"PosY":61.15385818481445,"PosZ":-85.60257720947266,"RotY":79.80182647705078,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.61770629882812,"PosY":59.79119110107422,"PosZ":-92.79630279541016,"RotY":169.8018035888672,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.3040008544922,"PosY":61.15385818481445,"PosZ":-82.4020004272461,"RotY":79.80182647705078,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.82630157470705,"PosY":59.79119110107422,"PosZ":-89.59571075439453,"RotY":169.8018035888672,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.40830230712892,"PosY":61.15385818481445,"PosZ":-80.80171203613281,"RotY":169.8018035888672,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.0947036743164,"PosY":62.51654052734375,"PosZ":-70.40740966796875,"RotY":79.80182647705078,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-103.43779754638672,"PosY":63.19786834716797,"PosZ":-65.21027374267578,"RotY":79.80182647705078,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-100.96099853515624,"PosY":88.85399627685547,"PosZ":-86.3550033569336,"RotY":288.9476013183594,"groupId":0},"2":{"ID":2,"PosX":-121.822998046875,"PosY":56.10699844360352,"PosZ":-107.29799652099608,"RotY":8.006600379943848,"groupId":0},"3":{"ID":3,"PosX":-131.0800018310547,"PosY":62.33000183105469,"PosZ":-48.849998474121094,"RotY":153.93890380859375,"groupId":0},"4":{"ID":4,"PosX":-118.76000213623048,"PosY":55.38999938964844,"PosZ":-106.38999938964844,"RotY":163.56520080566406,"groupId":0},"5":{"ID":5,"PosX":-132.37600708007812,"PosY":62.12644958496094,"PosZ":-55.83258819580078,"RotY":19.27573013305664,"groupId":0},"6":{"ID":6,"PosX":-141.4774932861328,"PosY":82.28215789794922,"PosZ":-89.85662841796875,"RotY":61.29161834716797,"groupId":0}}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":36.519439697265625,"PosY":49.272708892822266,"PosZ":29.99799919128418,"RotY":270.0,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.62200164794922,"PosY":57.86236953735352,"PosZ":-117.70500183105467,"RotY":257.44329833984375,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":36.59000015258789,"PosY":49.27354049682618,"PosZ":-18.680999755859375,"RotY":270.0000915527344,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.25399780273438,"PosY":62.59407043457031,"PosZ":-0.6269999742507935,"RotY":179.69009399414065,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.01699829101562,"PosY":62.59407043457031,"PosZ":11.810999870300291,"RotY":359.69049072265625,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":33.845001220703125,"PosY":48.57025909423828,"PosZ":27.113000869750977,"RotY":90.0,"PropID":103044,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.53799819946289,"PosY":57.86236953735352,"PosZ":-120.4739990234375,"RotY":77.44329833984375,"PropID":103044,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.00299835205078,"PosY":62.09749984741211,"PosZ":-3.0420000553131104,"RotY":0.0,"PropID":103044,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.551000595092773,"PosY":51.604400634765625,"PosZ":140.1009979248047,"RotY":166.96270751953125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.83000183105467,"PosY":62.59489059448242,"PosZ":6.019999980926514,"RotY":270.0,"PropID":103141,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":293.1759948730469,"PosY":49.62248992919922,"PosZ":12.42099952697754,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":-22.684900283813477,"PosY":51.58612060546875,"PosZ":136.66470336914065,"RotY":167.17999267578125,"groupId":0}}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.549999237060547,"PosY":40.209999084472656,"PosZ":5.679999828338623,"RotY":0.0,"PropID":103185,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103186,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-172.8000030517578,"PosY":64.4000015258789,"PosZ":6.310147762298584,"RotY":0.0,"PropID":103098,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ScreenTvSet_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-184.1199951171875,"PosY":63.15999984741211,"PosZ":6.230000019073486,"RotY":59.47692108154297,"PropID":103214,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.770000457763672,"PosY":56.79644012451172,"PosZ":6.239999771118164,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F30500001/LG_Prop_F30500001_G34_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.66000366210938,"PosY":62.674659729003906,"PosZ":6.090000152587891,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F30500001/LG_Prop_F30500001_G36_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":184.91360473632812,"PosX":-87.97000122070312,"PosY":62.5936393737793,"PosZ":6.480000019073486,"NPCMonsterID":3002030,"EventID":313084,"groupId":36,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":219.4537048339844,"PosX":-91.81999969482422,"PosY":62.59355926513672,"PosZ":6.0,"NPCMonsterID":3002010,"EventID":313081,"groupId":36,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":0.0,"PosX":-95.72000122070312,"PosY":62.59392929077149,"PosZ":5.880000114440918,"NPCMonsterID":3002030,"EventID":313084,"groupId":36,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P30501_F30501001":{"teleports":{},"group_items":{"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":29.840030670166016,"PosY":-1.2961219549179075,"PosZ":-105.95999908447266,"RotY":0.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":1.524517059326172,"PosY":-2.134002923965454,"PosZ":-78.44999694824219,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":8.1899995803833,"PosY":-2.134002923965454,"PosZ":-71.55999755859375,"RotY":0.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":12.246620178222656,"PosY":-2.1339519023895264,"PosZ":-166.66749572753906,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_MonsterIcon.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":290.0,"PosX":40.5936393737793,"PosY":-1.1340030431747437,"PosZ":-98.42111206054688,"NPCMonsterID":8003010,"EventID":99999011,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-25.440000534057617,"PosY":-2.133928060531616,"PosZ":-170.26280212402344,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":9.020000457763672,"PosY":-2.134002923965454,"PosZ":-76.37876892089844,"RotY":90.0,"groupId":0}}},"6":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":32.14628982543945,"PosY":-1.1340030431747437,"PosZ":-78.2156982421875,"RotY":270.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":26.079999923706055,"PosY":-1.1340030431747437,"PosZ":-73.6093521118164,"RotY":180.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":26.935359954833984,"PosY":-1.1340030431747437,"PosZ":-82.5311508178711,"RotY":0.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":35.12289047241211,"PosY":-1.1340030431747437,"PosZ":-90.4300537109375,"RotY":180.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":27.392250061035156,"PosY":-1.1340030431747437,"PosZ":-95.8313980102539,"RotY":90.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"13":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":9.790033340454102,"PosY":-2.1339519023895264,"PosZ":-163.22000122070312,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":12.979999542236328,"PosY":-2.1339519023895264,"PosZ":-173.5,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":4.632349014282227,"PosY":-2.1339519023895264,"PosZ":-167.3813934326172,"RotY":180.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":17.298219680786133,"PosY":-2.1339519023895264,"PosZ":-156.92320251464844,"RotY":180.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":24.368839263916016,"PosY":-2.1339519023895264,"PosZ":-163.0574951171875,"RotY":270.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.235786437988281,"PosY":-2.1339519023895264,"PosZ":-167.71510314941406,"RotY":180.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.8996559977531433,"PosY":-2.1339519023895264,"PosZ":-172.9980010986328,"RotY":0.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.979970932006836,"PosY":-2.1339519023895264,"PosZ":-173.2899932861328,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.353960037231445,"PosY":-2.133928060531616,"PosZ":-167.05850219726565,"RotY":180.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P30502_F30502001":{"teleports":{},"group_items":{"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":29.840030670166016,"PosY":-1.2961219549179075,"PosZ":-105.95999908447266,"RotY":0.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":1.524517059326172,"PosY":-2.134002923965454,"PosZ":-78.44999694824219,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":8.1899995803833,"PosY":-2.134002923965454,"PosZ":-71.55999755859375,"RotY":0.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":12.246620178222656,"PosY":-2.1339519023895264,"PosZ":-166.66749572753906,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_MonsterIcon.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":290.0,"PosX":40.5936393737793,"PosY":-1.1340030431747437,"PosZ":-98.42111206054688,"NPCMonsterID":8003010,"EventID":99999011,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-25.440000534057617,"PosY":-2.133928060531616,"PosZ":-170.26280212402344,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":9.020000457763672,"PosY":-2.134002923965454,"PosZ":-76.37876892089844,"RotY":90.0,"groupId":0}}},"13":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":32.14628982543945,"PosY":-1.1340030431747437,"PosZ":-78.2156982421875,"RotY":270.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":26.079999923706055,"PosY":-1.1340030431747437,"PosZ":-73.6093521118164,"RotY":180.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":26.935359954833984,"PosY":-1.1340030431747437,"PosZ":-82.5311508178711,"RotY":0.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":35.12289047241211,"PosY":-1.1340030431747437,"PosZ":-90.4300537109375,"RotY":180.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":27.392250061035156,"PosY":-1.1340030431747437,"PosZ":-95.8313980102539,"RotY":90.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P30521_F30521001":{"teleports":{},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":36.519439697265625,"PosY":49.272708892822266,"PosZ":29.99799919128418,"RotY":270.0,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.62200164794922,"PosY":57.86236953735352,"PosZ":-117.70500183105467,"RotY":257.44329833984375,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":36.59000015258789,"PosY":49.27354049682618,"PosZ":-18.680999755859375,"RotY":270.0000915527344,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.83000183105467,"PosY":62.59489059448242,"PosZ":6.019999980926514,"RotY":270.0,"PropID":103141,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.25399780273438,"PosY":62.59407043457031,"PosZ":-0.6269999742507935,"RotY":179.69009399414065,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.01699829101562,"PosY":62.59407043457031,"PosZ":11.810999870300291,"RotY":359.69049072265625,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":33.845001220703125,"PosY":48.57025909423828,"PosZ":27.113000869750977,"RotY":90.0,"PropID":103044,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.53799819946289,"PosY":57.86236953735352,"PosZ":-120.4739990234375,"RotY":77.44329833984375,"PropID":103044,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.00299835205078,"PosY":62.09749984741211,"PosZ":-3.0420000553131104,"RotY":0.0,"PropID":103044,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.551000595092773,"PosY":51.604400634765625,"PosZ":140.1009979248047,"RotY":166.96270751953125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":293.1759948730469,"PosY":49.62248992919922,"PosZ":12.42099952697754,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":-22.684900283813477,"PosY":51.58612060546875,"PosZ":136.66470336914065,"RotY":167.17999267578125,"groupId":0}}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.549999237060547,"PosY":40.209999084472656,"PosZ":5.679999828338623,"RotY":0.0,"PropID":103185,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103186,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-172.8000030517578,"PosY":64.4000015258789,"PosZ":6.310147762298584,"RotY":0.0,"PropID":103098,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ScreenTvSet_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-184.1199951171875,"PosY":63.15999984741211,"PosZ":6.230000019073486,"RotY":59.47692108154297,"PropID":103214,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"11":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-146.5399932861328,"PosY":60.88434982299805,"PosZ":6.440000057220459,"NPCMonsterID":1013010,"EventID":99999011,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"12":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.60359954833984,"PosY":62.59477996826172,"PosZ":9.926546096801758,"RotY":257.79058837890625,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.67379760742188,"PosY":62.6384391784668,"PosZ":1.864727020263672,"RotY":26.36825942993164,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.71200561523438,"PosY":62.047710418701165,"PosZ":8.80858039855957,"RotY":193.29339599609375,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.83999633789065,"PosY":62.047710418701165,"PosZ":9.559999465942383,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-105.12999725341795,"PosY":62.59481048583984,"PosZ":8.779998779296875,"RotY":26.36825942993164,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P30523_F30523001":{"teleports":{},"group_items":{"17":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.104740142822266,"PosY":60.10628890991211,"PosZ":2.9634249210357666,"RotY":257.79058837890625,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.56156921386719,"PosY":59.007450103759766,"PosZ":8.698781967163086,"RotY":26.36825942993164,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.8769989013672,"PosY":62.6384391784668,"PosZ":10.727939605712892,"RotY":193.29339599609375,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.10530090332033,"PosY":62.6384391784668,"PosZ":12.233530044555664,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.90821838378906,"PosY":58.730621337890625,"PosZ":9.516563415527344,"RotY":257.79058837890625,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.03411102294922,"PosY":57.74694061279297,"PosZ":3.137058973312378,"RotY":257.79058837890625,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.26661682128906,"PosY":62.67464065551758,"PosZ":8.84892463684082,"RotY":257.79058837890625,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-85.53299713134764,"PosY":62.59355926513672,"PosZ":2.0179989337921143,"RotY":257.79058837890625,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-68.2149429321289,"PosY":61.72256088256836,"PosZ":8.45112419128418,"RotY":257.79058837890625,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-103.63999938964844,"PosY":62.594459533691406,"PosZ":6.090000152587891,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F30523001/LG_Prop_F30523001_G20_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-146.5399932861328,"PosY":60.88434982299805,"PosZ":6.440000057220459,"NPCMonsterID":1013010,"EventID":313080,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.1649932861328,"PosY":65.24188232421875,"PosZ":68.55000305175781,"RotY":0.8382899761199952,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"Closed","propStateList":["Closed","Open"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.1649932861328,"PosY":62.1397705078125,"PosZ":68.55000305175781,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.68000030517578,"PosY":52.11399841308594,"PosZ":101.31999969482422,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.543701171875,"PosY":62.73543930053711,"PosZ":76.74250030517578,"RotY":92.08316040039062,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-127.91619873046876,"PosY":62.73543930053711,"PosZ":85.55313110351562,"RotY":180.8383026123047,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.67369842529295,"PosY":57.72256088256836,"PosZ":101.93810272216795,"RotY":92.08316040039062,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.30120086669922,"PosY":57.72256088256836,"PosZ":93.12750244140624,"RotY":92.08316040039062,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.92250061035156,"PosY":60.229000091552734,"PosZ":84.93499755859375,"RotY":92.08316040039062,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-111.17130279541016,"PosY":62.73543930053711,"PosZ":67.93187713623047,"RotY":92.08316040039062,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.85990142822266,"PosY":57.72256088256836,"PosZ":106.34339904785156,"RotY":92.08316040039062,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.43121337890624,"PosY":52.70967102050781,"PosZ":118.32309722900392,"RotY":92.08316040039062,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-131.14999389648438,"PosY":91.30999755859376,"PosZ":88.11000061035156,"RotY":106.57039642333984,"groupId":0},"2":{"ID":2,"PosX":-133.5500030517578,"PosY":62.349998474121094,"PosZ":64.44999694824219,"RotY":48.814910888671875,"groupId":0},"3":{"ID":3,"PosX":-88.04530334472656,"PosY":52.95806884765625,"PosZ":106.0613021850586,"RotY":226.8415985107422,"groupId":0},"4":{"ID":4,"PosX":-131.15179443359375,"PosY":62.12644958496094,"PosZ":64.7723388671875,"RotY":218.3643035888672,"groupId":0},"5":{"ID":5,"PosX":-86.37000274658203,"PosY":52.099998474121094,"PosZ":102.8000030517578,"RotY":80.47406768798828,"groupId":0},"6":{"ID":6,"PosX":-101.99430084228516,"PosY":71.66004180908203,"PosZ":77.57864379882812,"RotY":314.2795104980469,"groupId":0}}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":16.71047019958496,"PosY":55.332889556884766,"PosZ":86.50106048583984,"RotY":180.9739990234375,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":3.8499960899353023,"PosY":51.90999984741211,"PosZ":86.76000213623047,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.447024822235107,"PosY":46.35000991821289,"PosZ":44.38301086425781,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":3.2712969779968266,"PosY":50.735198974609375,"PosZ":52.72031021118164,"RotY":271.15350341796875,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.586649894714355,"PosY":52.44596862792969,"PosZ":70.08540344238281,"RotY":0.9739789962768555,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":16.348779678344727,"PosY":52.659809112548835,"PosZ":65.22624969482422,"RotY":271.15350341796875,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":3.705321073532105,"PosY":53.94289016723633,"PosZ":78.25007629394531,"RotY":0.9739789962768555,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.09048080444336,"PosY":50.735198974609375,"PosZ":57.406829833984375,"RotY":271.15350341796875,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":18.78700065612793,"PosY":79.61699676513672,"PosZ":76.30400085449219,"RotY":247.31399536132812,"groupId":0},"2":{"ID":2,"PosX":5.9070000648498535,"PosY":52.060001373291016,"PosZ":93.50700378417967,"RotY":192.3040008544922,"groupId":0},"3":{"ID":3,"PosX":-5.610000133514404,"PosY":47.08000183105469,"PosZ":37.637001037597656,"RotY":357.3161926269531,"groupId":0},"4":{"ID":4,"PosX":2.2799999713897705,"PosY":51.61000061035156,"PosZ":93.36000061035156,"RotY":347.5191955566406,"groupId":0},"5":{"ID":5,"PosX":-5.377999782562256,"PosY":46.31800079345703,"PosZ":39.40900039672851,"RotY":356.97259521484375,"groupId":0},"6":{"ID":6,"PosX":-30.932039260864254,"PosY":70.90400695800781,"PosZ":58.204349517822266,"RotY":68.99552917480469,"groupId":0}}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":34.99317932128906,"PosY":53.688289642333984,"PosZ":-21.851560592651367,"RotY":171.06109619140625,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"Closed","propStateList":["Closed","Open"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.489280700683594,"PosY":48.56003952026367,"PosZ":-46.14704132080078,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.868602991104126,"PosY":54.88003921508789,"PosZ":-74.01616668701172,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":27.02779006958008,"PosY":60.575218200683594,"PosZ":-68.8357162475586,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":8.20025634765625,"PosY":54.73231887817382,"PosZ":-46.76264953613281,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":28.131179809570312,"PosY":53.358909606933594,"PosZ":-43.30900955200195,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":31.234649658203125,"PosY":60.098121643066406,"PosZ":-63.039649963378906,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.2134779989719391,"PosY":55.68650817871094,"PosZ":-58.35478973388672,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.523808002471923,"PosY":52.526508331298835,"PosZ":-44.42021942138672,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.178939819335938,"PosY":54.82215118408203,"PosZ":-60.08161163330078,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.1444091796875,"PosY":53.957801818847656,"PosZ":-61.80842971801758,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.592670440673828,"PosY":55.77634811401367,"PosZ":-71.67373657226562,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.10987091064453,"PosY":53.09344100952149,"PosZ":-63.53524017333984,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.76499938964844,"PosY":55.38909149169922,"PosZ":-79.19661712646484,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":11.303720474243164,"PosY":58.36941146850586,"PosZ":-66.49329376220703,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.213340759277344,"PosY":49.45634841918945,"PosZ":-43.80461120605469,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.04079818725586,"PosY":51.36473083496094,"PosZ":-66.98887634277344,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":22.820920944213867,"PosY":61.05231094360352,"PosZ":-74.63179016113281,"RotY":260.1694030761719,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.247800827026367,"PosY":58.071990966796875,"PosZ":-87.33512878417967,"RotY":260.1694030761719,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-15.4399995803833,"PosY":96.19999694824219,"PosZ":-18.40999984741211,"RotY":169.9344024658203,"groupId":0},"2":{"ID":2,"PosX":-19.29513931274414,"PosY":50.25733184814453,"PosZ":-38.55638885498047,"RotY":164.69920349121094,"groupId":0},"3":{"ID":3,"PosX":-2.819999933242798,"PosY":55.53900146484375,"PosZ":-82.0,"RotY":355.38958740234375,"groupId":0},"4":{"ID":4,"PosX":31.45400047302246,"PosY":53.774600982666016,"PosZ":-37.01900100708008,"RotY":209.8011016845703,"groupId":0},"5":{"ID":5,"PosX":-19.610000610351562,"PosY":48.582759857177734,"PosZ":-40.63999938964844,"RotY":332.0,"groupId":0},"6":{"ID":6,"PosX":-1.5,"PosY":54.75,"PosZ":-81.2699966430664,"RotY":165.62750244140625,"groupId":0},"7":{"ID":7,"PosX":30.729999542236328,"PosY":53.25,"PosZ":-40.599998474121094,"RotY":348.0,"groupId":0},"8":{"ID":8,"PosX":2.548024892807007,"PosY":78.26056671142578,"PosZ":-51.019290924072266,"RotY":254.15480041503903,"groupId":0},"9":{"ID":9,"PosX":36.88235092163086,"PosY":80.54881286621094,"PosZ":-65.84491729736328,"RotY":286.4695129394531,"groupId":0}}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.3791961669922,"PosY":58.42852020263672,"PosZ":-103.9906997680664,"RotY":349.8017883300781,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"Closed","propStateList":["Closed","Open"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.13999938964844,"PosY":55.32640075683594,"PosZ":-99.98999786376953,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.0500030517578,"PosY":62.1397705078125,"PosZ":-56.02000045776367,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.1248016357422,"PosY":63.19786834716797,"PosZ":-70.01114654541016,"RotY":169.8018035888672,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.09539794921875,"PosY":61.15385818481445,"PosZ":-85.60257720947266,"RotY":79.80182647705078,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.61770629882812,"PosY":59.79119110107422,"PosZ":-92.79630279541016,"RotY":169.8018035888672,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.3040008544922,"PosY":61.15385818481445,"PosZ":-82.4020004272461,"RotY":79.80182647705078,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.82630157470705,"PosY":59.79119110107422,"PosZ":-89.59571075439453,"RotY":169.8018035888672,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.40830230712892,"PosY":61.15385818481445,"PosZ":-80.80171203613281,"RotY":169.8018035888672,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.0947036743164,"PosY":62.51654052734375,"PosZ":-70.40740966796875,"RotY":79.80182647705078,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-103.43779754638672,"PosY":63.19786834716797,"PosZ":-65.21027374267578,"RotY":79.80182647705078,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-100.96099853515624,"PosY":88.85399627685547,"PosZ":-86.3550033569336,"RotY":288.9476013183594,"groupId":0},"2":{"ID":2,"PosX":-121.822998046875,"PosY":56.10699844360352,"PosZ":-107.29799652099608,"RotY":8.006600379943848,"groupId":0},"3":{"ID":3,"PosX":-131.0800018310547,"PosY":62.33000183105469,"PosZ":-48.849998474121094,"RotY":153.93890380859375,"groupId":0},"4":{"ID":4,"PosX":-118.76000213623048,"PosY":55.38999938964844,"PosZ":-106.38999938964844,"RotY":163.56520080566406,"groupId":0},"5":{"ID":5,"PosX":-132.37600708007812,"PosY":62.12644958496094,"PosZ":-55.83258819580078,"RotY":19.27573013305664,"groupId":0},"6":{"ID":6,"PosX":-141.4774932861328,"PosY":82.28215789794922,"PosZ":-89.85662841796875,"RotY":61.29161834716797,"groupId":0}}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":36.519439697265625,"PosY":49.272708892822266,"PosZ":29.99799919128418,"RotY":270.0,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.62200164794922,"PosY":57.86236953735352,"PosZ":-117.70500183105467,"RotY":257.44329833984375,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":36.59000015258789,"PosY":49.27354049682618,"PosZ":-18.680999755859375,"RotY":270.0000915527344,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.25399780273438,"PosY":62.59407043457031,"PosZ":-0.6269999742507935,"RotY":179.69009399414065,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.01699829101562,"PosY":62.59407043457031,"PosZ":11.810999870300291,"RotY":359.69049072265625,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":33.845001220703125,"PosY":48.57025909423828,"PosZ":27.113000869750977,"RotY":90.0,"PropID":103044,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.53799819946289,"PosY":57.86236953735352,"PosZ":-120.4739990234375,"RotY":77.44329833984375,"PropID":103044,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.00299835205078,"PosY":62.09749984741211,"PosZ":-3.0420000553131104,"RotY":0.0,"PropID":103044,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.551000595092773,"PosY":51.604400634765625,"PosZ":140.1009979248047,"RotY":166.96270751953125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.83000183105467,"PosY":62.59489059448242,"PosZ":6.019999980926514,"RotY":270.0,"PropID":103141,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":293.1759948730469,"PosY":49.62248992919922,"PosZ":12.42099952697754,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":-22.684900283813477,"PosY":51.58612060546875,"PosZ":136.66470336914065,"RotY":167.17999267578125,"groupId":0}}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.549999237060547,"PosY":40.209999084472656,"PosZ":5.679999828338623,"RotY":0.0,"PropID":103185,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103186,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-172.8000030517578,"PosY":64.4000015258789,"PosZ":6.310147762298584,"RotY":0.0,"PropID":103098,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ScreenTvSet_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-184.1199951171875,"PosY":63.15999984741211,"PosZ":6.230000019073486,"RotY":59.47692108154297,"PropID":103214,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"34":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.439998626708984,"PosY":56.79644012451172,"PosZ":6.239999771118164,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F30523001/LG_Prop_F30523001_G34_300003.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-85.47000122070312,"PosY":62.593318939208984,"PosZ":6.090001106262207,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F30523001/LG_Prop_F30523001_G36_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":309.4346923828125,"PosX":-93.95999908447266,"PosY":62.59408187866211,"PosZ":9.489999771118164,"NPCMonsterID":3002010,"EventID":313102,"groupId":36,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":-93.98999786376953,"PosY":62.59392166137695,"PosZ":2.460000991821289,"NPCMonsterID":3001020,"EventID":313101,"groupId":36,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P30524_F30524001":{"teleports":{},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_EnviroProfile_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":2.9649720191955566,"PosY":12.857179641723633,"PosZ":-2.4269540309906006,"RotY":234.1508026123047,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.9720430374145508,"PosY":12.83489990234375,"PosZ":6.0555219650268555,"RotY":142.27040100097656,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":2.8896989822387695,"PosY":7.739298820495605,"PosZ":22.27313995361328,"RotY":229.58990478515625,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.580565929412842,"PosY":7.739329814910888,"PosZ":28.09151077270508,"RotY":128.30059814453125,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.850000023841858,"PosY":7.739333152770997,"PosZ":30.1200008392334,"RotY":150.6553955078125,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":0.6700000166893005,"PosY":7.659486770629883,"PosZ":42.83000183105469,"NPCMonsterID":8003010,"EventID":99999011,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P40000_F40000001":{"teleports":{},"group_items":{"2":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.44999694824219,"PosY":-0.10999999940395357,"PosZ":-50.5,"RotY":40.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.69000244140625,"PosY":-0.10999999940395357,"PosZ":-49.380001068115234,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.74100112915039,"PosY":-3.0,"PosZ":-83.06900024414062,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.949999809265137,"PosY":-3.0,"PosZ":-131.1199951171875,"RotY":40.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":35.042999267578125,"PosY":1.006999969482422,"PosZ":-170.6699981689453,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.380000114440918,"PosY":-0.9800000190734864,"PosZ":-230.17999267578125,"RotY":40.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.539999961853027,"PosY":-0.9800000190734864,"PosZ":-228.44000244140625,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40002_F40002001":{"teleports":{},"group_items":{"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.68000030517578,"PosY":18.260000228881836,"PosZ":-82.93000030517578,"RotY":193.8354034423828,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.584999084472656,"PosY":18.6299991607666,"PosZ":-88.59100341796875,"RotY":193.92970275878903,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-194.63999938964844,"PosY":-0.38999998569488525,"PosZ":-69.56999969482422,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.49000549316406,"PosY":-0.17767199873924255,"PosZ":-72.95999908447266,"RotY":0.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.3300018310547,"PosY":-0.4149999916553498,"PosZ":-71.33000183105469,"RotY":270.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-169.86000061035156,"PosY":-4.599999904632568,"PosZ":-79.58000183105469,"RotY":0.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-178.1199951171875,"PosY":-2.4200000762939453,"PosZ":-91.88999938964844,"RotY":90.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.62100219726565,"PosY":-0.4000000059604645,"PosZ":-79.91999816894531,"RotY":180.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-171.67799377441406,"PosY":-4.459000110626221,"PosZ":-85.97599792480469,"RotY":180.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_08.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-199.7899932861328,"PosY":2.966377019882202,"PosZ":-84.23999786376953,"RotY":270.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_08.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"4":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":147.5438995361328,"PosX":-9.050000190734863,"PosY":18.610700607299805,"PosZ":-30.56999969482422,"NPCMonsterID":8012010,"EventID":40002001,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":228.10459899902344,"PosX":-21.190000534057617,"PosY":18.610729217529297,"PosZ":-41.029998779296875,"NPCMonsterID":8012030,"EventID":40002002,"groupId":4,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"5":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":245.01870727539065,"PosX":-2.880000114440918,"PosY":18.628559112548828,"PosZ":-104.29000091552734,"NPCMonsterID":8012030,"EventID":40002004,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":193.93899536132812,"PosX":-14.9399995803833,"PosY":18.61004066467285,"PosZ":-99.65000915527344,"NPCMonsterID":8012010,"EventID":40002003,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"6":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":91.96353912353516,"PosX":-96.0,"PosY":-1.183315992355347,"PosZ":-53.15999984741211,"NPCMonsterID":8012020,"EventID":40002005,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.47000122070312,"PosY":-3.194999933242798,"PosZ":-72.25499725341797,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.47000122070312,"PosY":18.66370010375977,"PosZ":-72.25499725341797,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Elevator_Console_2F_Raidver.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.80599975585938,"PosY":-1.4352999925613403,"PosZ":-73.2080078125,"RotY":90.0,"PropID":100007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Elevator_Move_01.json","State":"Elevator1","propStateList":["Elevator1","Elevator2","Elevator3"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Elevator_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-76.80599975585938,"PosY":-1.4352999925613403,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":-76.80599975585938,"PosY":20.564699172973633,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":-67.68000030517578,"PosY":-3.194999933242798,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":-67.68000030517578,"PosY":18.66370010375977,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0}}},"21":{"props":[{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.5,"PosY":6.820000171661377,"PosZ":-122.19000244140624,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.76599884033205,"PosY":5.058000087738037,"PosZ":-119.58899688720705,"RotY":269.8511962890625,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_04.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.515000104904175,"PosY":2.940000057220459,"PosZ":-100.82599639892578,"RotY":288.0172119140625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.599000930786133,"PosY":2.8642001152038574,"PosZ":-99.85198974609376,"RotY":197.1578063964844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.4699999988079071,"PosY":2.880000114440918,"PosZ":-99.19000244140624,"RotY":107.61840057373048,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.98999786376952,"PosY":-0.10108800232410432,"PosZ":-73.19000244140625,"RotY":269.4721984863281,"PropID":100003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_03_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.98999786376952,"PosY":-0.10108800232410432,"PosZ":-73.19000244140625,"RotY":269.4721984863281,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.3209991455078,"PosY":-0.10100000351667404,"PosZ":-74.64600372314453,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.10099792480467,"PosY":-0.06061999872326851,"PosZ":-64.49581909179688,"RotY":17.052549362182617,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.78399658203124,"PosY":0.5037999749183655,"PosZ":-73.20802307128906,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.98999786376952,"PosY":-0.10899999737739564,"PosZ":-62.61600112915039,"RotY":18.84663963317871,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.01199340820312,"PosY":2.8239998817443848,"PosZ":-57.98099899291992,"RotY":27.345439910888672,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.51019287109375,"PosY":2.769700050354004,"PosZ":-55.0901985168457,"RotY":297.3319091796875,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.03700256347656,"PosY":2.747999906539917,"PosZ":-61.72600173950195,"RotY":207.34539794921875,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.99000549316406,"PosY":-0.05999999865889549,"PosZ":-73.29000091552734,"RotY":270.29058837890625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.72799682617188,"PosY":-0.11879999935626984,"PosZ":-73.2770004272461,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.3990020751953,"PosY":-0.11500000208616255,"PosZ":-71.73999786376953,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.10099792480467,"PosY":-0.06061999872326851,"PosZ":-81.92021942138672,"RotY":342.918701171875,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.78399658203124,"PosY":0.5037999749183655,"PosZ":-73.20802307128906,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.437999963760376,"PosY":2.9159998893737793,"PosZ":-45.5620002746582,"RotY":253.3134002685547,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.595001220703125,"PosY":2.863899946212769,"PosZ":-46.51599884033203,"RotY":163.2006072998047,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300038,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.440999984741211,"PosY":2.868000030517578,"PosZ":-48.071998596191406,"RotY":252.3999938964844,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":42.65999984741211,"PosY":3.484999895095825,"PosZ":-115.52999877929688,"RotY":288.0172119140625,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":42.74760055541992,"PosY":3.484999895095825,"PosZ":-115.47589874267578,"RotY":288.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":58.12200164794922,"PosY":3.4590001106262207,"PosZ":-118.55699920654295,"RotY":108.14640045166016,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.909999847412108,"PosY":18.60000991821289,"PosZ":-106.13999938964844,"RotY":27.836950302124023,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.577646017074585,"PosY":4.253989219665527,"PosZ":-104.2855987548828,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-146.89720153808594,"PosY":2.769700050354004,"PosZ":-37.39128875732422,"RotY":207.33189392089844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.44529724121094,"PosY":2.761699914932251,"PosZ":-91.41277313232422,"RotY":63.4650993347168,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.20500183105467,"PosY":2.759999990463257,"PosZ":-106.13500213623048,"RotY":243.83740234375,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.17889404296875,"PosY":2.761699914932251,"PosZ":-108.79229736328124,"RotY":153.8177032470703,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.93501281738281,"PosY":10.28219985961914,"PosZ":-114.41400146484376,"RotY":97.351806640625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300032,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.6510009765625,"PosY":10.281900405883787,"PosZ":-114.38800048828124,"RotY":83.36382293701172,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300033,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.9060001373291,"PosY":18.60810089111328,"PosZ":-106.06300354003906,"RotY":297.743408203125,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300034,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.9990668296813965,"PosY":18.610000610351562,"PosZ":-109.37870025634766,"RotY":27.855709075927734,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.11956024169922,"PosY":18.610000610351562,"PosZ":-93.98902893066406,"RotY":27.85572052001953,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300036,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.59674072265625,"PosY":18.610700607299805,"PosZ":-51.44636154174805,"RotY":332.61090087890625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300037,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.351879119873047,"PosY":18.610700607299805,"PosZ":-36.29431915283203,"RotY":332.61090087890625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300043,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.513000011444092,"PosY":1.0365999937057495,"PosZ":-73.19599914550781,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300046,"Category":"","GroupName":"","LoadSide":null,"PosX":43.1662712097168,"PosY":3.4809999465942383,"PosZ":-31.972400665283203,"RotY":253.43350219726565,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300047,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.47700881958008,"PosY":-0.9812999963760376,"PosZ":-73.18800354003906,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300048,"Category":"","GroupName":"","LoadSide":null,"PosX":-197.91200256347656,"PosY":2.9860000610351562,"PosZ":-87.88099670410156,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300039,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.862998962402344,"PosY":17.689699172973633,"PosZ":-62.867000579833984,"RotY":343.5,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300040,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.33100128173828,"PosY":17.65570068359375,"PosZ":-86.50800323486328,"RotY":160.8614044189453,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300041,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.1251983642578,"PosY":2.699700117111206,"PosZ":-33.1297492980957,"RotY":207.33189392089844,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300042,"Category":"","GroupName":"","LoadSide":null,"PosX":53.196998596191406,"PosY":3.4382998943328857,"PosZ":-118.87000274658205,"RotY":288.0,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300049,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.402219772338867,"PosY":18.610029220581055,"PosZ":-100.18150329589844,"RotY":117.85569763183594,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/N2/Chapter00_N201_MainMission_RoadBlock_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40002_F40002002":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.040000915527344,"PosY":-1.3700000047683716,"PosZ":-59.27000045776367,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":23,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.68000030517578,"PosY":18.260000228881836,"PosZ":-82.93000030517578,"RotY":193.8354034423828,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.584999084472656,"PosY":18.6299991607666,"PosZ":-88.59100341796875,"RotY":193.92970275878903,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-194.63999938964844,"PosY":-0.38999998569488525,"PosZ":-69.56999969482422,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.49000549316406,"PosY":-0.17767199873924255,"PosZ":-72.95999908447266,"RotY":0.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_06.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.3300018310547,"PosY":-0.4149999916553498,"PosZ":-71.33000183105469,"RotY":270.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-169.86000061035156,"PosY":-4.599999904632568,"PosZ":-79.58000183105469,"RotY":0.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-178.1199951171875,"PosY":-2.4200000762939453,"PosZ":-91.88999938964844,"RotY":90.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.62100219726565,"PosY":-0.4000000059604645,"PosZ":-79.91999816894531,"RotY":180.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-185.0399932861328,"PosY":-0.15000000596046448,"PosZ":-86.41000366210938,"RotY":180.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_08.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-199.7899932861328,"PosY":2.966377019882202,"PosZ":-84.23999786376953,"RotY":270.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_08.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-111.97000122070312,"PosY":-0.10000000149011612,"PosZ":-70.20999908447266,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":297.6084899902344,"PosX":-120.95999908447266,"PosY":2.7697091102600098,"PosZ":-43.13999938964844,"NPCMonsterID":8012010,"EventID":40002014,"groupId":3,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"4":{"props":[],"npcs":[],"monsters":[{"ID":200003,"RotY":150.24879455566406,"PosX":-133.14999389648438,"PosY":2.7617061138153076,"PosZ":-99.63999938964844,"NPCMonsterID":8012010,"EventID":40002009,"groupId":4,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"5":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":91.96353912353516,"PosX":-78.38999938964844,"PosY":10.276949882507324,"PosZ":-122.13999938964844,"NPCMonsterID":8012010,"EventID":40002011,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":-81.04000091552734,"PosY":10.284709930419922,"PosZ":-110.2699966430664,"NPCMonsterID":8012030,"EventID":40002012,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.5,"PosY":6.820000171661377,"PosZ":-122.19000244140624,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.76599884033205,"PosY":5.058000087738037,"PosZ":-119.58899688720705,"RotY":269.8511962890625,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_04.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.515000104904175,"PosY":2.940000057220459,"PosZ":-100.82599639892578,"RotY":288.0172119140625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.599000930786133,"PosY":2.8642001152038574,"PosZ":-99.85198974609376,"RotY":197.1578063964844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.4699999988079071,"PosY":2.880000114440918,"PosZ":-99.19000244140624,"RotY":107.61840057373048,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.98999786376952,"PosY":-0.10108800232410432,"PosZ":-73.19000244140625,"RotY":269.4721984863281,"PropID":100003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.98999786376952,"PosY":-0.10108800232410432,"PosZ":-73.19000244140625,"RotY":269.4721984863281,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.3209991455078,"PosY":-0.10100000351667404,"PosZ":-74.64600372314453,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.10099792480467,"PosY":-0.06061999872326851,"PosZ":-64.49581909179688,"RotY":17.052549362182617,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.78399658203124,"PosY":0.5037999749183655,"PosZ":-73.20802307128906,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.98999786376952,"PosY":-0.10899999737739564,"PosZ":-62.61600112915039,"RotY":18.84663963317871,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.01199340820312,"PosY":2.8239998817443848,"PosZ":-57.98099899291992,"RotY":27.345439910888672,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.51019287109375,"PosY":2.769700050354004,"PosZ":-55.0901985168457,"RotY":297.3319091796875,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.03700256347656,"PosY":2.747999906539917,"PosZ":-61.72600173950195,"RotY":207.34539794921875,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.99000549316406,"PosY":-0.05999999865889549,"PosZ":-73.29000091552734,"RotY":270.29058837890625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.72799682617188,"PosY":-0.11879999935626984,"PosZ":-73.2770004272461,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.3990020751953,"PosY":-0.11500000208616255,"PosZ":-71.73999786376953,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.10099792480467,"PosY":-0.06061999872326851,"PosZ":-81.92021942138672,"RotY":342.918701171875,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.78399658203124,"PosY":0.5037999749183655,"PosZ":-73.20802307128906,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.437999963760376,"PosY":2.9159998893737793,"PosZ":-45.5620002746582,"RotY":253.3134002685547,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.595001220703125,"PosY":2.863899946212769,"PosZ":-46.51599884033203,"RotY":163.2006072998047,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.440999984741211,"PosY":2.868000030517578,"PosZ":-48.071998596191406,"RotY":252.3999938964844,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":42.74760055541992,"PosY":3.484999895095825,"PosZ":-115.47589874267578,"RotY":288.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":58.12200164794922,"PosY":3.4590001106262207,"PosZ":-118.55699920654295,"RotY":108.14640045166016,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.577646017074585,"PosY":4.253989219665527,"PosZ":-104.2855987548828,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-146.89720153808594,"PosY":2.769700050354004,"PosZ":-37.39128875732422,"RotY":207.33189392089844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.44529724121094,"PosY":2.761699914932251,"PosZ":-91.41277313232422,"RotY":63.4650993347168,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.20500183105467,"PosY":2.759999990463257,"PosZ":-106.13500213623048,"RotY":243.83740234375,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.17889404296875,"PosY":2.761699914932251,"PosZ":-108.79229736328124,"RotY":153.8177032470703,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300032,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.93501281738281,"PosY":10.28219985961914,"PosZ":-114.41400146484376,"RotY":97.351806640625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300033,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.6510009765625,"PosY":10.281900405883787,"PosZ":-114.38800048828124,"RotY":83.36382293701172,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300034,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.9060001373291,"PosY":18.60810089111328,"PosZ":-106.06300354003906,"RotY":297.743408203125,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.9990668296813965,"PosY":18.610000610351562,"PosZ":-109.37870025634766,"RotY":27.855709075927734,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300036,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.11956024169922,"PosY":18.610000610351562,"PosZ":-93.98902893066406,"RotY":27.85572052001953,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300037,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.59674072265625,"PosY":18.610700607299805,"PosZ":-51.44636154174805,"RotY":332.61090087890625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300038,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.351879119873047,"PosY":18.610700607299805,"PosZ":-36.29431915283203,"RotY":332.61090087890625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300039,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.513000011444092,"PosY":1.0365999937057495,"PosZ":-73.19599914550781,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300040,"Category":"","GroupName":"","LoadSide":null,"PosX":43.1662712097168,"PosY":3.4809999465942383,"PosZ":-31.972400665283203,"RotY":253.43350219726565,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300041,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.47700881958008,"PosY":-0.9812999963760376,"PosZ":-73.18800354003906,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300042,"Category":"","GroupName":"","LoadSide":null,"PosX":-197.91200256347656,"PosY":2.9860000610351562,"PosZ":-87.88099670410156,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300044,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.33100128173828,"PosY":17.65570068359375,"PosZ":-86.50800323486328,"RotY":160.8614044189453,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300045,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.1251983642578,"PosY":2.699700117111206,"PosZ":-33.1297492980957,"RotY":207.33189392089844,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300046,"Category":"","GroupName":"","LoadSide":null,"PosX":53.196998596191406,"PosY":3.4382998943328857,"PosZ":-118.87000274658205,"RotY":288.0,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300047,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.402219772338867,"PosY":18.610029220581055,"PosZ":-100.18150329589844,"RotY":117.85569763183594,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.46199798583984,"PosY":10.309040069580078,"PosZ":-116.2760009765625,"RotY":173.36380004882812,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300043,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.11000061035156,"PosY":-3.200000047683716,"PosZ":-62.619998931884766,"RotY":45.26520919799805,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.68000030517578,"PosY":-1.4600000381469729,"PosZ":-92.05000305175781,"RotY":76.08721160888672,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-111.97000122070312,"PosY":-0.10000000149011612,"PosZ":-70.20999908447266,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":236.49229431152344,"PosX":-109.84999847412108,"PosY":-0.08921799808740616,"PosZ":-76.58000183105469,"NPCMonsterID":8012030,"EventID":40002006,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"9":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-182.5399932861328,"PosY":-7.671669960021973,"PosZ":-76.5999984741211,"NPCMonsterID":8013010,"EventID":40002018,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":-170.3699951171875,"PosY":-4.3826727867126465,"PosZ":-71.27999877929688,"NPCMonsterID":8011010,"EventID":40002016,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-111.97000122070312,"PosY":-0.10000000149011612,"PosZ":-70.20999908447266,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":71.1241226196289,"PosX":-143.24000549316406,"PosY":2.7617108821868896,"PosZ":-107.18000030517578,"NPCMonsterID":8012020,"EventID":40002007,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"12":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":56.282470703125,"PosX":-69.75,"PosY":10.274920463562012,"PosZ":-110.83000183105467,"NPCMonsterID":8012010,"EventID":40002010,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.15000152587892,"PosY":-0.1899999976158142,"PosZ":-73.13999938964844,"RotY":358.8487854003906,"PropID":111,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_MissionHint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-129.49000549316406,"PosY":2.759999990463257,"PosZ":-96.3499984741211,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.4800033569336,"PosY":10.107000350952148,"PosZ":-118.66999816894533,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-134.1300048828125,"PosY":2.7699999809265137,"PosZ":-45.369998931884766,"RotY":32.305908203125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.4199981689453,"PosY":-0.1599999964237213,"PosZ":-73.45999908447266,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-110.22299957275392,"PosY":-0.08098199963569641,"PosZ":-65.50800323486328,"RotY":197.14739990234375,"groupId":0},"2":{"ID":2,"PosX":-131.05999755859375,"PosY":2.8142120838165283,"PosZ":-89.47001647949219,"RotY":186.8524932861328,"groupId":0},"3":{"ID":3,"PosX":-156.44000244140625,"PosY":-0.08098199963569641,"PosZ":-77.5999984741211,"RotY":270.3117980957031,"groupId":0},"4":{"ID":4,"PosX":-75.63999938964844,"PosY":10.279999732971191,"PosZ":-112.41999816894533,"RotY":270.3117980957031,"groupId":0},"5":{"ID":5,"PosX":-130.27000427246094,"PosY":2.990000009536743,"PosZ":-47.06999969482422,"RotY":0.0,"groupId":0}}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.47000122070312,"PosY":-3.194999933242798,"PosZ":-72.25499725341797,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.47000122070312,"PosY":18.66370010375977,"PosZ":-72.25499725341797,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.80599975585938,"PosY":-1.4352999925613403,"PosZ":-73.2080078125,"RotY":90.0,"PropID":100007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Elevator1","propStateList":["Elevator1","Elevator2","Elevator3"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Elevator_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-76.80599975585938,"PosY":-1.4352999925613403,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":-76.80599975585938,"PosY":20.564699172973633,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":-67.68000030517578,"PosY":-3.194999933242798,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":-67.68000030517578,"PosY":18.66370010375977,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0}}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.13999938964844,"PosY":-0.07989300042390823,"PosZ":-65.19000244140625,"RotY":193.6959991455078,"PropID":111,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_MissionHint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-139.69590759277344,"PosY":-0.21251699328422544,"PosZ":-92.48179626464844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.27000427246094,"PosY":2.8142120838165283,"PosZ":-89.61102294921875,"RotY":153.2147979736328,"PropID":111,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_MissionHint_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.47999572753906,"PosY":-0.4000000059604645,"PosZ":-74.13999938964844,"RotY":271.57958984375,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-355.3172912597656,"PosY":416.7048034667969,"PosZ":-135.625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.47000122070312,"PosY":-0.16267800331115723,"PosZ":-73.68000030517578,"RotY":271.57958984375,"PropID":111,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_MissionHint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.3089999854564667,"PosY":2.843775987625122,"PosZ":-34.75899887084961,"RotY":345.019287109375,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":58.52000045776367,"PosY":3.440000057220459,"PosZ":-122.11000061035156,"RotY":355.220703125,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.040000915527344,"PosY":-1.3700000047683716,"PosZ":-59.27000045776367,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":23,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-59.41999816894531,"PosY":-1.2000000476837158,"PosZ":-56.849998474121094,"RotY":76.55999755859375,"groupId":0}}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-111.97000122070312,"PosY":-0.10000000149011612,"PosZ":-70.20999908447266,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.29029846191406,"PosY":-6.812262058258057,"PosZ":-84.40442657470702,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"26":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":117.65280151367188,"PosX":-118.2519989013672,"PosY":2.7697100639343266,"PosZ":-52.266990661621094,"NPCMonsterID":8012010,"EventID":40002015,"groupId":26,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.405927896499634,"PosY":-2.896851062774658,"PosZ":-43.64139175415039,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":253.2617950439453,"PosX":-43.88999938964844,"PosY":-1.5399999618530271,"PosZ":-78.80999755859375,"NPCMonsterID":8012030,"EventID":40002006,"groupId":35,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":47.97373962402344,"PosY":0.04990499839186669,"PosZ":-33.6226692199707,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":158.27020263671875,"PosX":15.739999771118164,"PosY":2.8399999141693115,"PosZ":-95.58999633789062,"NPCMonsterID":8012020,"EventID":40002013,"groupId":36,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.849998474121094,"PosY":-0.7300000190734864,"PosZ":-55.38999938964844,"RotY":285.52850341796875,"PropID":100055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-51.66999816894531,"PosY":-0.9300000071525575,"PosZ":-50.9900016784668,"RotY":0.0,"groupId":0}}},"39":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.819000244140625,"PosY":1.7089999914169312,"PosZ":-95.97000122070312,"RotY":120.26740264892578,"PropID":100056,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-19.850000381469727,"PosY":1.0405499935150146,"PosZ":-95.22799682617188,"RotY":0.0,"groupId":0}}},"40":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":43.07500076293945,"PosY":7.46999979019165,"PosZ":-123.91000366210938,"RotY":51.17034912109375,"PropID":100057,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":44.80500030517578,"PosY":3.438309907913208,"PosZ":-122.95999908447266,"RotY":0.0,"groupId":0}}},"41":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":34.4900016784668,"PosY":3.92519211769104,"PosZ":-28.559999465942383,"RotY":127.17469787597656,"PropID":100055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":34.87300109863281,"PosY":3.92519211769104,"PosZ":-29.670000076293945,"RotY":0.0,"groupId":0}}},"45":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.260000228881836,"PosY":5.409999847412109,"PosZ":-73.0199966430664,"RotY":110.16049957275392,"PropID":100055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.34000015258789,"PosY":-1.5399999618530271,"PosZ":-52.84000015258789,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_BlockDialog.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.34000015258789,"PosY":-1.5399999618530271,"PosZ":-52.84000015258789,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_BlockDialog.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":47.97373962402344,"PosY":0.04990499839186669,"PosZ":-33.6226692199707,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200003,"RotY":69.05355834960938,"PosX":40.59000015258789,"PosY":3.443769931793213,"PosZ":-32.560001373291016,"NPCMonsterID":8012010,"EventID":40002015,"groupId":49,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"50":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.405927896499634,"PosY":-2.896851062774658,"PosZ":-43.64139175415039,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200003,"RotY":234.1558074951172,"PosX":-17.649999618530273,"PosY":1.0299659967422483,"PosZ":-98.18000030517578,"NPCMonsterID":8012010,"EventID":40002010,"groupId":50,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.405927896499634,"PosY":-2.896851062774658,"PosZ":-43.64139175415039,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":190.3260040283203,"PosX":11.539999961853027,"PosY":2.843775987625122,"PosZ":-35.63999938964844,"NPCMonsterID":8012030,"EventID":40002012,"groupId":51,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"54":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/N2/Chapter00_N201_MainMission_RoadBlock_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40002_F40002003":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.58000183105469,"PosY":-3.200000047683716,"PosZ":-60.619998931884766,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":24,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.68000030517578,"PosY":18.260000228881836,"PosZ":-82.93000030517578,"RotY":193.8354034423828,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.584999084472656,"PosY":18.6299991607666,"PosZ":-88.59100341796875,"RotY":193.92970275878903,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-194.63999938964844,"PosY":-0.38999998569488525,"PosZ":-69.56999969482422,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.49000549316406,"PosY":-0.17767199873924255,"PosZ":-72.95999908447266,"RotY":0.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_06.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.3300018310547,"PosY":-0.4149999916553498,"PosZ":-71.33000183105469,"RotY":270.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-169.86000061035156,"PosY":-4.599999904632568,"PosZ":-79.58000183105469,"RotY":0.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-178.1199951171875,"PosY":-2.4200000762939453,"PosZ":-91.88999938964844,"RotY":90.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.62100219726565,"PosY":-0.4000000059604645,"PosZ":-79.91999816894531,"RotY":180.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-207.73699951171875,"PosY":-4.17140007019043,"PosZ":-86.41100311279298,"RotY":180.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_08.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-199.7899932861328,"PosY":2.966377019882202,"PosZ":-84.23999786376953,"RotY":270.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_08.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[],"npcs":[],"monsters":[{"ID":200003,"RotY":117.65280151367188,"PosX":-76.44000244140625,"PosY":10.279999732971191,"PosZ":-112.56999969482422,"NPCMonsterID":8012010,"EventID":40002028,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"6":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":80.4844970703125,"PosX":-78.25,"PosY":10.279999732971191,"PosZ":-111.79000091552734,"NPCMonsterID":8012030,"EventID":40002021,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":150.24879455566406,"PosX":-81.56999969482422,"PosY":10.279999732971191,"PosZ":-112.5500030517578,"NPCMonsterID":8012010,"EventID":40002022,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"7":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":91.96353912353516,"PosX":-79.55000305175781,"PosY":10.279999732971191,"PosZ":-111.01000213623048,"NPCMonsterID":8012010,"EventID":40002024,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":-70.3499984741211,"PosY":10.284709930419922,"PosZ":-111.22000122070312,"NPCMonsterID":8012030,"EventID":40002025,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.5,"PosY":6.820000171661377,"PosZ":-122.19000244140624,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.2300033569336,"PosY":10.270000457763672,"PosZ":-120.4499969482422,"RotY":177.6988067626953,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_04.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.515000104904175,"PosY":2.940000057220459,"PosZ":-100.82599639892578,"RotY":288.0172119140625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.599000930786133,"PosY":2.8642001152038574,"PosZ":-99.85198974609376,"RotY":197.1578063964844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.4699999988079071,"PosY":2.880000114440918,"PosZ":-99.19000244140624,"RotY":107.61840057373048,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.98999786376952,"PosY":-0.10108800232410432,"PosZ":-73.19000244140625,"RotY":269.4721984863281,"PropID":100003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.98999786376952,"PosY":-0.10108800232410432,"PosZ":-73.19000244140625,"RotY":269.4721984863281,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.3209991455078,"PosY":-0.10100000351667404,"PosZ":-74.64600372314453,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.10099792480467,"PosY":-0.06061999872326851,"PosZ":-64.49581909179688,"RotY":17.052549362182617,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.78399658203124,"PosY":0.5037999749183655,"PosZ":-73.20802307128906,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.98999786376952,"PosY":-0.10899999737739564,"PosZ":-62.61600112915039,"RotY":18.84663963317871,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.01199340820312,"PosY":2.8239998817443848,"PosZ":-57.98099899291992,"RotY":27.345439910888672,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.51019287109375,"PosY":2.769700050354004,"PosZ":-55.0901985168457,"RotY":297.3319091796875,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.03700256347656,"PosY":2.747999906539917,"PosZ":-61.72600173950195,"RotY":207.34539794921875,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.99000549316406,"PosY":-0.05999999865889549,"PosZ":-73.29000091552734,"RotY":270.29058837890625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.72799682617188,"PosY":-0.11879999935626984,"PosZ":-73.2770004272461,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.97000122070312,"PosY":-0.11500000208616255,"PosZ":-71.73999786376953,"RotY":273.7607116699219,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.10099792480467,"PosY":-0.06061999872326851,"PosZ":-81.92021942138672,"RotY":342.918701171875,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.78399658203124,"PosY":0.5037999749183655,"PosZ":-73.20802307128906,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.437999963760376,"PosY":2.9159998893737793,"PosZ":-45.5620002746582,"RotY":253.3134002685547,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.595001220703125,"PosY":2.863899946212769,"PosZ":-46.51599884033203,"RotY":163.2006072998047,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.440999984741211,"PosY":2.868000030517578,"PosZ":-48.071998596191406,"RotY":252.3999938964844,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":42.65999984741211,"PosY":3.484999895095825,"PosZ":-115.52999877929688,"RotY":288.0172119140625,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":42.74760055541992,"PosY":3.484999895095825,"PosZ":-115.47589874267578,"RotY":288.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":58.12200164794922,"PosY":3.4590001106262207,"PosZ":-118.55699920654295,"RotY":108.14640045166016,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.577646017074585,"PosY":4.253989219665527,"PosZ":-104.2855987548828,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-146.89720153808594,"PosY":2.769700050354004,"PosZ":-37.39128875732422,"RotY":207.33189392089844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.44529724121094,"PosY":2.761699914932251,"PosZ":-91.41277313232422,"RotY":63.4650993347168,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.20500183105467,"PosY":2.759999990463257,"PosZ":-106.13500213623048,"RotY":243.83740234375,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.17889404296875,"PosY":2.761699914932251,"PosZ":-108.79229736328124,"RotY":153.8177032470703,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300032,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.93501281738281,"PosY":10.28219985961914,"PosZ":-114.41400146484376,"RotY":97.351806640625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300033,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.6510009765625,"PosY":10.281900405883787,"PosZ":-114.38800048828124,"RotY":83.36382293701172,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300034,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.9060001373291,"PosY":18.60810089111328,"PosZ":-106.06300354003906,"RotY":297.743408203125,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.9990668296813965,"PosY":18.610000610351562,"PosZ":-109.37870025634766,"RotY":27.855709075927734,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300036,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.11956024169922,"PosY":18.610000610351562,"PosZ":-93.98902893066406,"RotY":27.85572052001953,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300037,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.59674072265625,"PosY":18.610700607299805,"PosZ":-51.44636154174805,"RotY":332.61090087890625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300038,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.351879119873047,"PosY":18.610700607299805,"PosZ":-36.29431915283203,"RotY":332.61090087890625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300039,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.513000011444092,"PosY":1.0365999937057495,"PosZ":-73.19599914550781,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300040,"Category":"","GroupName":"","LoadSide":null,"PosX":43.1662712097168,"PosY":3.4809999465942383,"PosZ":-31.972400665283203,"RotY":253.43350219726565,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300041,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.47700881958008,"PosY":-0.9812999963760376,"PosZ":-73.18800354003906,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300042,"Category":"","GroupName":"","LoadSide":null,"PosX":-197.91200256347656,"PosY":2.9860000610351562,"PosZ":-87.88099670410156,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300046,"Category":"","GroupName":"","LoadSide":null,"PosX":53.196998596191406,"PosY":3.4382998943328857,"PosZ":-118.87000274658205,"RotY":288.0,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300047,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.402219772338867,"PosY":18.610029220581055,"PosZ":-100.18150329589844,"RotY":117.85569763183594,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.46199798583984,"PosY":10.309040069580078,"PosZ":-116.2760009765625,"RotY":173.36380004882812,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300043,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.750999450683594,"PosY":-1.4600000381469729,"PosZ":-59.493999481201165,"RotY":224.72720336914065,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300044,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.68000030517578,"PosY":-1.4600000381469729,"PosZ":-92.05000305175781,"RotY":76.08721160888672,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-108.25,"PosY":-0.09000000357627869,"PosZ":-77.19000244140625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":236.49229431152344,"PosX":-73.56999969482422,"PosY":10.279999732971191,"PosZ":-112.34999847412108,"NPCMonsterID":8012030,"EventID":40002019,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"11":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-182.5399932861328,"PosY":-7.671669960021973,"PosZ":-76.5999984741211,"NPCMonsterID":8013010,"EventID":40002031,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":-170.3699951171875,"PosY":-4.3826727867126465,"PosZ":-71.27999877929688,"NPCMonsterID":8011010,"EventID":40002029,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.18540191650392,"PosY":-2.7046709060668945,"PosZ":-36.965370178222656,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":117.97899627685548,"PosX":-74.9800033569336,"PosY":10.279999732971191,"PosZ":-111.3000030517578,"NPCMonsterID":8012020,"EventID":40002026,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-109.04900360107422,"PosY":-4.377179145812988,"PosZ":-102.060302734375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":71.1241226196289,"PosX":-77.16000366210938,"PosY":10.279999732971191,"PosZ":-111.3000030517578,"NPCMonsterID":8012020,"EventID":40002020,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.25108337402344,"PosY":-1.1299060583114624,"PosZ":-99.3823471069336,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":306.62921142578125,"PosX":-82.56900024414062,"PosY":10.284999847412108,"PosZ":-110.31900024414064,"NPCMonsterID":8012010,"EventID":40002023,"groupId":14,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.47000122070312,"PosY":-3.194999933242798,"PosZ":-72.25499725341797,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.47000122070312,"PosY":18.66370010375977,"PosZ":-72.25499725341797,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.80599975585938,"PosY":-1.4352999925613403,"PosZ":-73.2080078125,"RotY":90.0,"PropID":100007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Elevator1","propStateList":["Elevator1","Elevator2","Elevator3"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Elevator_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-76.80599975585938,"PosY":-1.4352999925613403,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":-76.80599975585938,"PosY":20.564699172973633,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":-67.68000030517578,"PosY":-3.194999933242798,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":-67.68000030517578,"PosY":18.66370010375977,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0}}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.13999938964844,"PosY":-0.07989300042390823,"PosZ":-65.19000244140625,"RotY":193.6959991455078,"PropID":111,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_MissionHint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-139.69590759277344,"PosY":-0.21251699328422544,"PosZ":-92.48179626464844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.27000427246094,"PosY":2.8142120838165283,"PosZ":-89.61102294921875,"RotY":153.2147979736328,"PropID":111,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_MissionHint_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.47999572753906,"PosY":-0.4900000095367432,"PosZ":-74.13999938964844,"RotY":271.57958984375,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"22":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.47000122070312,"PosY":-0.16267800331115723,"PosZ":-73.68000030517578,"RotY":271.57958984375,"PropID":111,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_MissionHint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-106.68000030517578,"PosY":-0.09000000357627869,"PosZ":-77.9000015258789,"RotY":280.3153991699219,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-163.0,"PosY":2.7699999809265137,"PosZ":-29.260000228881836,"RotY":295.7997131347656,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.58000183105469,"PosY":-3.200000047683716,"PosZ":-60.619998931884766,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":24,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-66.47000122070312,"PosY":-3.200000047683716,"PosZ":-63.5,"RotY":261.6700134277344,"groupId":0}}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.23432159423828,"PosY":-6.407558917999268,"PosZ":-113.23300170898438,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200003,"RotY":261.66668701171875,"PosX":-97.45999908447266,"PosY":-1.1100000143051147,"PosZ":-53.54999923706055,"NPCMonsterID":8012030,"EventID":40002021,"groupId":25,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.04630279541016,"PosY":14.990639686584473,"PosZ":-62.42026138305664,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":250.97140502929688,"PosX":-96.27999877929688,"PosY":-1.1200000047683716,"PosZ":-92.7699966430664,"NPCMonsterID":8012020,"EventID":40002020,"groupId":26,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.86000061035156,"PosY":4.940000057220459,"PosZ":-74.95999908447266,"RotY":87.30963134765625,"PropID":100055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"29":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.60000610351565,"PosY":3.009999990463257,"PosZ":-32.68000030517578,"RotY":207.5406036376953,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_Common_Raidver.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.862998962402344,"PosY":17.689699172973633,"PosZ":-62.867000579833984,"RotY":343.5,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.33100128173828,"PosY":17.65570068359375,"PosZ":-86.50800323486328,"RotY":160.8614044189453,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.1251983642578,"PosY":2.699700117111206,"PosZ":-33.1297492980957,"RotY":207.33189392089844,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"33":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.89900207519533,"PosY":0.6449999809265137,"PosZ":-78.12999725341797,"RotY":50.51544952392578,"PropID":100056,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"34":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-164.87899780273438,"PosY":2.769670009613037,"PosZ":-36.66899871826172,"RotY":21.76173973083496,"PropID":100057,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"36":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.19999694824219,"PosY":-5.269999980926514,"PosZ":-70.93000030517578,"RotY":98.2219009399414,"PropID":100057,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"37":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-146.17999267578125,"PosY":6.579999923706055,"PosZ":-108.08999633789064,"RotY":236.36700439453125,"PropID":100057,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"39":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.3499984741211,"PosY":-3.200000047683716,"PosZ":-75.87000274658203,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_BlockDialog.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"40":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.3499984741211,"PosY":-3.200000047683716,"PosZ":-75.87000274658203,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_BlockDialog.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.04630279541016,"PosY":14.990639686584473,"PosZ":-62.42026138305664,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":273.30419921875,"PosX":-120.43000030517578,"PosY":2.7699999809265137,"PosZ":-47.47999954223633,"NPCMonsterID":8012020,"EventID":40002026,"groupId":42,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"43":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200006,"RotY":127.82369995117188,"PosX":-132.6999969482422,"PosY":2.809999942779541,"PosZ":-98.54000091552734,"NPCMonsterID":8012010,"EventID":40002022,"groupId":43,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.9029998779297,"PosY":4.058000087738037,"PosZ":-119.8730010986328,"RotY":264.068115234375,"PropID":100057,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/N2/Chapter00_N201_MainMission_RoadBlock_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40002_F40002004":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.79000091552734,"PosY":18.65999984741211,"PosZ":-75.8499984741211,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":23,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.68000030517578,"PosY":18.260000228881836,"PosZ":-82.93000030517578,"RotY":193.8354034423828,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.584999084472656,"PosY":18.6299991607666,"PosZ":-88.59100341796875,"RotY":193.92970275878903,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-194.63999938964844,"PosY":-0.38999998569488525,"PosZ":-69.56999969482422,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.49000549316406,"PosY":-0.17767199873924255,"PosZ":-72.95999908447266,"RotY":0.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_06.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.3300018310547,"PosY":-0.4149999916553498,"PosZ":-71.33000183105469,"RotY":270.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-169.86000061035156,"PosY":-4.599999904632568,"PosZ":-79.58000183105469,"RotY":0.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-178.1199951171875,"PosY":-2.4200000762939453,"PosZ":-91.88999938964844,"RotY":90.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.62100219726565,"PosY":-0.4000000059604645,"PosZ":-79.91999816894531,"RotY":180.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-185.0399932861328,"PosY":-0.15000000596046448,"PosZ":-86.41000366210938,"RotY":180.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_08.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-199.7899932861328,"PosY":2.966377019882202,"PosZ":-84.23999786376953,"RotY":270.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_08.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"3":{"props":[],"npcs":[],"monsters":[{"ID":200003,"RotY":117.65280151367188,"PosX":-118.2519989013672,"PosY":2.7697100639343266,"PosZ":-52.266990661621094,"NPCMonsterID":8012010,"EventID":40002041,"groupId":3,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"4":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":80.4844970703125,"PosX":-141.25,"PosY":2.809999942779541,"PosZ":-106.09999847412108,"NPCMonsterID":8002010,"EventID":40002034,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":150.24879455566406,"PosX":-133.14999389648438,"PosY":2.7617061138153076,"PosZ":-99.63999938964844,"NPCMonsterID":8012010,"EventID":40002035,"groupId":4,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"5":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":91.96353912353516,"PosX":-78.38999938964844,"PosY":10.276949882507324,"PosZ":-122.13999938964844,"NPCMonsterID":8001010,"EventID":40002037,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":-81.04000091552734,"PosY":10.284709930419922,"PosZ":-110.2699966430664,"NPCMonsterID":8002010,"EventID":40002038,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.5,"PosY":6.820000171661377,"PosZ":-122.19000244140624,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.76599884033205,"PosY":5.058000087738037,"PosZ":-119.58899688720705,"RotY":269.8511962890625,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_04.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.515000104904175,"PosY":2.940000057220459,"PosZ":-100.82599639892578,"RotY":288.0172119140625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.599000930786133,"PosY":2.8642001152038574,"PosZ":-99.85198974609376,"RotY":197.1578063964844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.4699999988079071,"PosY":2.880000114440918,"PosZ":-99.19000244140624,"RotY":107.61840057373048,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.98999786376952,"PosY":-0.10108800232410432,"PosZ":-73.19000244140625,"RotY":269.4721984863281,"PropID":100003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.98999786376952,"PosY":-0.10108800232410432,"PosZ":-73.19000244140625,"RotY":269.4721984863281,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.3209991455078,"PosY":-0.10100000351667404,"PosZ":-74.64600372314453,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.10099792480467,"PosY":-0.06061999872326851,"PosZ":-64.49581909179688,"RotY":17.052549362182617,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.78399658203124,"PosY":0.5037999749183655,"PosZ":-73.20802307128906,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.98999786376952,"PosY":-0.10899999737739564,"PosZ":-62.61600112915039,"RotY":18.84663963317871,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.01199340820312,"PosY":2.8239998817443848,"PosZ":-57.98099899291992,"RotY":27.345439910888672,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.51019287109375,"PosY":2.769700050354004,"PosZ":-55.0901985168457,"RotY":297.3319091796875,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.03700256347656,"PosY":2.747999906539917,"PosZ":-61.72600173950195,"RotY":207.34539794921875,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.99000549316406,"PosY":-0.05999999865889549,"PosZ":-73.29000091552734,"RotY":270.29058837890625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.72799682617188,"PosY":-0.11879999935626984,"PosZ":-73.2770004272461,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.3990020751953,"PosY":-0.11500000208616255,"PosZ":-71.73999786376953,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.10099792480467,"PosY":-0.06061999872326851,"PosZ":-81.92021942138672,"RotY":342.918701171875,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.78399658203124,"PosY":0.5037999749183655,"PosZ":-73.20802307128906,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.437999963760376,"PosY":2.9159998893737793,"PosZ":-45.5620002746582,"RotY":253.3134002685547,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.595001220703125,"PosY":2.863899946212769,"PosZ":-46.51599884033203,"RotY":163.2006072998047,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.440999984741211,"PosY":2.868000030517578,"PosZ":-48.071998596191406,"RotY":252.3999938964844,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":42.65999984741211,"PosY":3.484999895095825,"PosZ":-115.52999877929688,"RotY":288.0172119140625,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":42.74760055541992,"PosY":3.484999895095825,"PosZ":-115.47589874267578,"RotY":288.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":58.12200164794922,"PosY":3.4590001106262207,"PosZ":-118.55699920654295,"RotY":108.14640045166016,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.577646017074585,"PosY":4.253989219665527,"PosZ":-104.2855987548828,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-146.89720153808594,"PosY":2.769700050354004,"PosZ":-37.39128875732422,"RotY":207.33189392089844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.44529724121094,"PosY":2.761699914932251,"PosZ":-91.41277313232422,"RotY":63.4650993347168,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.20500183105467,"PosY":2.759999990463257,"PosZ":-106.13500213623048,"RotY":243.83740234375,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.17889404296875,"PosY":2.761699914932251,"PosZ":-108.79229736328124,"RotY":153.8177032470703,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300032,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.93501281738281,"PosY":10.28219985961914,"PosZ":-114.41400146484376,"RotY":97.351806640625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300033,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.6510009765625,"PosY":10.281900405883787,"PosZ":-114.38800048828124,"RotY":83.36382293701172,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300034,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.9060001373291,"PosY":18.60810089111328,"PosZ":-106.06300354003906,"RotY":297.743408203125,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.9990668296813965,"PosY":18.610000610351562,"PosZ":-109.37870025634766,"RotY":27.855709075927734,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300036,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.11956024169922,"PosY":18.610000610351562,"PosZ":-93.98902893066406,"RotY":27.85572052001953,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300037,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.59674072265625,"PosY":18.610700607299805,"PosZ":-51.44636154174805,"RotY":332.61090087890625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300038,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.351879119873047,"PosY":18.610700607299805,"PosZ":-36.29431915283203,"RotY":332.61090087890625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300039,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.513000011444092,"PosY":1.0365999937057495,"PosZ":-73.19599914550781,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300040,"Category":"","GroupName":"","LoadSide":null,"PosX":43.1662712097168,"PosY":3.4809999465942383,"PosZ":-31.972400665283203,"RotY":253.43350219726565,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300041,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.47700881958008,"PosY":-0.9812999963760376,"PosZ":-73.18800354003906,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300042,"Category":"","GroupName":"","LoadSide":null,"PosX":-197.91200256347656,"PosY":2.9860000610351562,"PosZ":-87.88099670410156,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300046,"Category":"","GroupName":"","LoadSide":null,"PosX":53.196998596191406,"PosY":3.4382998943328857,"PosZ":-118.87000274658205,"RotY":288.0,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300047,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.402219772338867,"PosY":18.610029220581055,"PosZ":-100.18150329589844,"RotY":117.85569763183594,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.46199798583984,"PosY":10.309040069580078,"PosZ":-116.2760009765625,"RotY":173.36380004882812,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300043,"Category":"","GroupName":"","LoadSide":null,"PosX":-87.86599731445312,"PosY":-3.1949920654296875,"PosZ":-63.012001037597656,"RotY":316.77569580078125,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.17281341552734,"PosY":-7.635072231292725,"PosZ":-80.77041625976562,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":176.76849365234375,"PosX":-106.33000183105467,"PosY":-0.10000000149011612,"PosZ":-71.8499984741211,"NPCMonsterID":8002010,"EventID":40002032,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"9":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":338.5,"PosX":-182.3999938964844,"PosY":-7.670000076293945,"PosZ":-77.76000213623047,"NPCMonsterID":8003020,"EventID":40002044,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":-170.3699951171875,"PosY":-4.3826727867126465,"PosZ":-71.27999877929688,"NPCMonsterID":8011010,"EventID":40002042,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-145.22000122070312,"PosY":2.819999933242798,"PosZ":-38.349998474121094,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":167.2655029296875,"PosX":-145.57000732421875,"PosY":2.7697439193725586,"PosZ":-31.670000076293945,"NPCMonsterID":8012020,"EventID":40002039,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.5648956298828,"PosY":-0.806976020336151,"PosZ":-29.68785095214844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":71.1241226196289,"PosX":-120.76000213623048,"PosY":2.759999990463257,"PosZ":-94.83000183105469,"NPCMonsterID":8002010,"EventID":40002033,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.5648956298828,"PosY":-0.806976020336151,"PosZ":-29.68785095214844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":56.282470703125,"PosX":-69.75,"PosY":10.274920463562012,"PosZ":-110.83000183105467,"NPCMonsterID":8012020,"EventID":40002039,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.15000152587892,"PosY":-0.1899999976158142,"PosZ":-73.13999938964844,"RotY":358.8487854003906,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-129.49000549316406,"PosY":2.759999990463257,"PosZ":-96.3499984741211,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.4800033569336,"PosY":10.107000350952148,"PosZ":-118.66999816894533,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-134.1300048828125,"PosY":2.7699999809265137,"PosZ":-45.369998931884766,"RotY":32.305908203125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.4199981689453,"PosY":-0.1599999964237213,"PosZ":-73.45999908447266,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-110.22299957275392,"PosY":-0.08098199963569641,"PosZ":-65.50800323486328,"RotY":197.14739990234375,"groupId":0},"2":{"ID":2,"PosX":-131.05999755859375,"PosY":2.8142120838165283,"PosZ":-89.47001647949219,"RotY":186.8524932861328,"groupId":0},"3":{"ID":3,"PosX":-156.44000244140625,"PosY":-0.08098199963569641,"PosZ":-77.5999984741211,"RotY":270.3117980957031,"groupId":0},"4":{"ID":4,"PosX":-75.63999938964844,"PosY":10.279999732971191,"PosZ":-112.41999816894533,"RotY":270.3117980957031,"groupId":0},"5":{"ID":5,"PosX":-130.27000427246094,"PosY":2.990000009536743,"PosZ":-47.06999969482422,"RotY":0.0,"groupId":0}}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.47000122070312,"PosY":-3.194999933242798,"PosZ":-72.25499725341797,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.47000122070312,"PosY":18.66370010375977,"PosZ":-72.25499725341797,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.80599975585938,"PosY":-1.4352999925613403,"PosZ":-73.2080078125,"RotY":90.0,"PropID":100007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Elevator1","propStateList":["Elevator1","Elevator2","Elevator3"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Elevator_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-76.80599975585938,"PosY":-1.4352999925613403,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":-76.80599975585938,"PosY":20.564699172973633,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":-67.68000030517578,"PosY":-3.194999933242798,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":-67.68000030517578,"PosY":18.66370010375977,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0}}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.04630279541016,"PosY":14.990639686584473,"PosZ":-62.42026138305664,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":280.2867126464844,"PosX":0.7799999713897705,"PosY":18.610000610351562,"PosZ":-112.87999725341795,"NPCMonsterID":8003010,"EventID":40002045,"groupId":15,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.13999938964844,"PosY":-0.07989300042390823,"PosZ":-65.19000244140625,"RotY":193.6959991455078,"PropID":111,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_MissionHint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.58116340637207,"PosY":14.88191032409668,"PosZ":-39.16835021972656,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200003,"RotY":323.4435119628906,"PosX":-17.1299991607666,"PosY":18.6299991607666,"PosZ":-48.33000183105469,"NPCMonsterID":8012010,"EventID":40002035,"groupId":17,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-108.2699966430664,"PosY":17.09000015258789,"PosZ":-77.13800048828125,"RotY":202.67520141601565,"PropID":100055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-139.69590759277344,"PosY":-0.21251699328422544,"PosZ":-92.48179626464844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.27000427246094,"PosY":2.8142120838165283,"PosZ":-89.61102294921875,"RotY":153.2147979736328,"PropID":111,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_MissionHint_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.47999572753906,"PosY":-0.4000000059604645,"PosZ":-74.13999938964844,"RotY":271.57958984375,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-355.3172912597656,"PosY":416.7048034667969,"PosZ":-135.625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.47000122070312,"PosY":-0.16267800331115723,"PosZ":-73.68000030517578,"RotY":271.57958984375,"PropID":111,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_MissionHint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.22100067138672,"PosY":18.59770965576172,"PosZ":-93.84600067138672,"RotY":356.8695983886719,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.04900360107422,"PosY":10.270000457763672,"PosZ":-120.3280029296875,"RotY":311.4208068847656,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.00299835205078,"PosY":10.270299911499023,"PosZ":-124.0199966430664,"RotY":348.385009765625,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":1.190000057220459,"PosY":18.610000610351562,"PosZ":-32.90999984741211,"RotY":348.385009765625,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.79000091552734,"PosY":18.65999984741211,"PosZ":-75.8499984741211,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":23,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-65.95999908447266,"PosY":18.65999984741211,"PosZ":-72.93000030517578,"RotY":92.76896667480469,"groupId":0}}},"24":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.720001220703125,"PosY":18.58300018310547,"PosZ":-66.0999984741211,"RotY":253.5189971923828,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_Common.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.862998962402344,"PosY":17.689699172973633,"PosZ":-62.867000579833984,"RotY":343.5,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.33100128173828,"PosY":17.65570068359375,"PosZ":-86.50800323486328,"RotY":160.8614044189453,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.1251983642578,"PosY":2.699700117111206,"PosZ":-33.1297492980957,"RotY":207.33189392089844,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"28":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.55999755859376,"PosY":18.600000381469727,"PosZ":-83.06900024414062,"RotY":72.09117126464844,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_Common.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.83000183105467,"PosY":18.600000381469727,"PosZ":-94.62000274658203,"RotY":340.2619934082031,"PropID":100055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.87000274658203,"PosY":18.65999984741211,"PosZ":-68.23999786376953,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_BlockDialog.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.08000183105469,"PosY":18.65999984741211,"PosZ":-72.58999633789062,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_BlockDialog.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.87000274658203,"PosY":18.65999984741211,"PosZ":-68.23999786376953,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_BlockDialog.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.15999984741211,"PosY":19.08099937438965,"PosZ":-54.88399887084961,"RotY":0.0,"PropID":100055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.549999237060547,"PosY":22.170000076293945,"PosZ":-102.19000244140624,"RotY":137.67059326171875,"PropID":100055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.33000183105469,"PosY":14.420000076293944,"PosZ":-122.1999969482422,"RotY":89.01790618896484,"PropID":100055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"39":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.04630279541016,"PosY":14.990639686584473,"PosZ":-62.42026138305664,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":98.43858337402344,"PosX":-111.01000213623048,"PosY":18.59770965576172,"PosZ":-54.65999984741211,"NPCMonsterID":8003020,"EventID":40002044,"groupId":39,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"40":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.76599884033203,"PosY":17.538000106811523,"PosZ":-67.48999786376953,"RotY":0.0,"PropID":100055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.58116340637207,"PosY":14.88191032409668,"PosZ":-39.16835021972656,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200004,"RotY":322.6669006347656,"PosX":-2.1500000953674316,"PosY":18.610000610351562,"PosZ":-41.970001220703125,"NPCMonsterID":8012020,"EventID":40002039,"groupId":41,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.58116340637207,"PosY":14.88191032409668,"PosZ":-39.16835021972656,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":197.3780059814453,"PosX":-15.010000228881836,"PosY":18.610000610351562,"PosZ":-96.8499984741211,"NPCMonsterID":8002010,"EventID":40002033,"groupId":42,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"43":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.58116340637207,"PosY":14.88191032409668,"PosZ":-39.16835021972656,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid01/Maze_Chap00_N2_Raid01_CameraBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200006,"RotY":80.77131652832033,"PosX":-73.52999877929688,"PosY":10.270000457763672,"PosZ":-122.61000061035156,"NPCMonsterID":8002010,"EventID":40002034,"groupId":43,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/N2/Chapter00_N201_MainMission_RoadBlock_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40002_F40002101":{"teleports":{"2102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.059999465942383,"PosY":18.610000610351562,"PosZ":-90.9800033569336,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":17,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"4":{"props":[{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.5,"PosY":6.820000171661377,"PosZ":-122.19000244140624,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.76599884033205,"PosY":5.058000087738037,"PosZ":-119.58899688720705,"RotY":269.8511962890625,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_04.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.515000104904175,"PosY":2.940000057220459,"PosZ":-100.82599639892578,"RotY":288.0172119140625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.599000930786133,"PosY":2.8642001152038574,"PosZ":-99.85198974609376,"RotY":197.1578063964844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.4699999988079071,"PosY":2.880000114440918,"PosZ":-99.19000244140624,"RotY":107.61840057373048,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.98999786376952,"PosY":-0.10108800232410432,"PosZ":-73.19000244140625,"RotY":269.4721984863281,"PropID":100003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_03_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.98999786376952,"PosY":-0.10108800232410432,"PosZ":-73.19000244140625,"RotY":269.4721984863281,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.3209991455078,"PosY":-0.10100000351667404,"PosZ":-74.64600372314453,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.16100311279295,"PosY":-0.06061999872326851,"PosZ":-64.69000244140625,"RotY":17.052549362182617,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.8280029296875,"PosY":0.5037999749183655,"PosZ":-73.35299682617188,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.98999786376952,"PosY":-0.10899999737739564,"PosZ":-62.61600112915039,"RotY":18.84663963317871,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.01199340820312,"PosY":2.8239998817443848,"PosZ":-57.98099899291992,"RotY":27.345439910888672,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.51019287109375,"PosY":2.769700050354004,"PosZ":-55.0901985168457,"RotY":297.3319091796875,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.03700256347656,"PosY":2.747999906539917,"PosZ":-61.72600173950195,"RotY":207.34539794921875,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.99000549316406,"PosY":-0.05999999865889549,"PosZ":-73.29000091552734,"RotY":270.29058837890625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.72799682617188,"PosY":-0.11879999935626984,"PosZ":-73.2770004272461,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.3990020751953,"PosY":-0.11500000208616255,"PosZ":-71.73999786376953,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.15599822998048,"PosY":-0.06061999872326851,"PosZ":-81.74400329589844,"RotY":342.918701171875,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.82900238037108,"PosY":0.5037999749183655,"PosZ":-73.06099700927734,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.437999963760376,"PosY":2.9159998893737793,"PosZ":-45.5620002746582,"RotY":253.3134002685547,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.595001220703125,"PosY":2.863899946212769,"PosZ":-46.51599884033203,"RotY":163.2006072998047,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300038,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.440999984741211,"PosY":2.868000030517578,"PosZ":-48.071998596191406,"RotY":252.3999938964844,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":42.65999984741211,"PosY":3.484999895095825,"PosZ":-115.52999877929688,"RotY":288.0172119140625,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":42.74760055541992,"PosY":3.484999895095825,"PosZ":-115.47589874267578,"RotY":288.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":58.12200164794922,"PosY":3.4590001106262207,"PosZ":-118.55699920654295,"RotY":108.14640045166016,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.909999847412108,"PosY":18.60000991821289,"PosZ":-106.13999938964844,"RotY":27.836950302124023,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.577646017074585,"PosY":4.253989219665527,"PosZ":-104.2855987548828,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-146.89720153808594,"PosY":2.769700050354004,"PosZ":-37.39128875732422,"RotY":207.33189392089844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.44529724121094,"PosY":2.761699914932251,"PosZ":-91.41277313232422,"RotY":63.4650993347168,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.20500183105467,"PosY":2.759999990463257,"PosZ":-106.13500213623048,"RotY":243.83740234375,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.17889404296875,"PosY":2.761699914932251,"PosZ":-108.79229736328124,"RotY":153.8177032470703,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.93501281738281,"PosY":10.28219985961914,"PosZ":-114.41400146484376,"RotY":97.351806640625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300032,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.6510009765625,"PosY":10.281900405883787,"PosZ":-114.38800048828124,"RotY":83.36382293701172,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300044,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.402719497680664,"PosY":18.680599212646484,"PosZ":-108.90859985351564,"RotY":27.743419647216797,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300033,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.9060001373291,"PosY":18.60810089111328,"PosZ":-106.06300354003906,"RotY":297.743408203125,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300034,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.9990668296813965,"PosY":18.610000610351562,"PosZ":-109.37870025634766,"RotY":27.855709075927734,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300045,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.98855972290039,"PosY":18.68267059326172,"PosZ":-92.47281646728516,"RotY":117.85569763183594,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.11956024169922,"PosY":18.610000610351562,"PosZ":-93.98902893066406,"RotY":27.85572052001953,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300036,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.59674072265625,"PosY":18.610700607299805,"PosZ":-51.44636154174805,"RotY":332.61090087890625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300037,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.351879119873047,"PosY":18.610700607299805,"PosZ":-36.29431915283203,"RotY":332.61090087890625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300043,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.513000011444092,"PosY":1.0365999937057495,"PosZ":-73.19599914550781,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300046,"Category":"","GroupName":"","LoadSide":null,"PosX":43.1662712097168,"PosY":3.4809999465942383,"PosZ":-31.972400665283203,"RotY":253.43350219726565,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300047,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.47700881958008,"PosY":-0.9812999963760376,"PosZ":-73.18800354003906,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300048,"Category":"","GroupName":"","LoadSide":null,"PosX":-197.91200256347656,"PosY":2.9860000610351562,"PosZ":-87.88099670410156,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300042,"Category":"","GroupName":"","LoadSide":null,"PosX":53.196998596191406,"PosY":3.4382998943328857,"PosZ":-118.87000274658205,"RotY":288.0,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300049,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.402219772338867,"PosY":18.610029220581055,"PosZ":-100.18150329589844,"RotY":117.85569763183594,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300039,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.47999954223633,"PosY":18.68000030517578,"PosZ":-52.93899917602539,"RotY":62.91035079956055,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.47000122070312,"PosY":-3.194999933242798,"PosZ":-72.25499725341797,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Elevator_Console_1F_Raidver.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.47000122070312,"PosY":18.66370010375977,"PosZ":-72.25499725341797,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Elevator_Console_2F_Raidver.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.80599975585938,"PosY":-1.4352999925613403,"PosZ":-73.2080078125,"RotY":90.0,"PropID":100007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Elevator_Move_01.json","State":"Elevator1","propStateList":["Elevator1","Elevator2","Elevator3"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Elevator_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-76.80599975585938,"PosY":-1.4352999925613403,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":-76.80599975585938,"PosY":20.564699172973633,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":-67.68000030517578,"PosY":-3.194999933242798,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":-67.68000030517578,"PosY":18.66370010375977,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0}}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.68000030517578,"PosY":18.260000228881836,"PosZ":-82.93000030517578,"RotY":193.8354034423828,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.584999084472656,"PosY":18.6299991607666,"PosZ":-88.59100341796875,"RotY":193.92970275878903,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_04.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-178.05999755859375,"PosY":-0.38999998569488525,"PosZ":-61.06999969482422,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-177.69000244140625,"PosY":-7.645999908447266,"PosZ":-74.27200317382812,"RotY":180.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.3300018310547,"PosY":-0.4149999916553498,"PosZ":-71.33000183105469,"RotY":270.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-169.86000061035156,"PosY":-4.599999904632568,"PosZ":-79.58000183105469,"RotY":0.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-194.5399932861328,"PosY":-0.3779999911785126,"PosZ":-69.6500015258789,"RotY":90.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.62100219726565,"PosY":-0.4000000059604645,"PosZ":-79.91999816894531,"RotY":180.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-171.67799377441406,"PosY":-4.459000110626221,"PosZ":-85.97599792480469,"RotY":180.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-207.947998046875,"PosY":-4.22599983215332,"PosZ":-86.08999633789062,"RotY":180.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.91099548339844,"PosY":-0.17800000309944153,"PosZ":-73.13400268554688,"RotY":0.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.720001220703125,"PosY":18.58300018310547,"PosZ":-66.0999984741211,"RotY":253.5189971923828,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_Common.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.862998962402344,"PosY":17.689699172973633,"PosZ":-62.867000579833984,"RotY":343.5,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.33100128173828,"PosY":17.65570068359375,"PosZ":-86.50800323486328,"RotY":160.8614044189453,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.1251983642578,"PosY":2.699700117111206,"PosZ":-33.1297492980957,"RotY":207.33189392089844,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.55999755859376,"PosY":18.600000381469727,"PosZ":-83.06900024414062,"RotY":72.09117126464844,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_Common.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.60000610351565,"PosY":3.009999990463257,"PosZ":-32.68000030517578,"RotY":207.5406036376953,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_Common_Raidver.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"11":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.18000030517578,"PosY":18.610000610351562,"PosZ":-87.72000122070312,"RotY":12.914469718933104,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-76.72000122070312,"PosY":18.65999984741211,"PosZ":-87.43000030517578,"NPCMonsterID":8012030,"EventID":40002048,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":-76.66000366210938,"PosY":18.65999984741211,"PosZ":-59.25,"NPCMonsterID":8012030,"EventID":40002049,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":207.41360473632812,"PosX":-112.36000061035156,"PosY":18.600000381469727,"PosZ":-53.709999084472656,"NPCMonsterID":8012010,"EventID":40002046,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":207.41360473632812,"PosX":-109.7699966430664,"PosY":18.600000381469727,"PosZ":-54.720001220703125,"NPCMonsterID":8012010,"EventID":40002047,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":286.53338623046875,"PosX":-12.890000343322754,"PosY":18.610000610351562,"PosZ":-105.41000366210938,"NPCMonsterID":8003020,"EventID":40002050,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-77.80135345458984,"PosY":18.051759719848633,"PosZ":-74.82237243652344,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid_SliverWolf/Maze_Chap00_N2_Raid01_GraffitiBuff_Lv1.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-77.80135345458984,"PosY":18.051759719848633,"PosZ":-74.82237243652344,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid_SliverWolf/Maze_Chap00_N2_Raid01_GraffitiBuff_Lv2.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-77.80135345458984,"PosY":18.051759719848633,"PosZ":-74.82237243652344,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid_SliverWolf/Maze_Chap00_N2_Raid01_GraffitiBuff_Lv3.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.688570022583008,"PosY":18.610700607299805,"PosZ":-52.439998626708984,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":17,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.059999465942383,"PosY":18.610000610351562,"PosZ":-90.9800033569336,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":17,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-29.52096939086914,"PosY":18.61071014404297,"PosZ":-50.67250061035156,"RotY":279.2213134765625,"groupId":0},"2":{"ID":2,"PosX":-24.670000076293945,"PosY":18.6299991607666,"PosZ":-92.77999877929688,"RotY":329.2070007324219,"groupId":0}}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.40000152587892,"PosY":18.597700119018555,"PosZ":-94.06999969482422,"RotY":345.019287109375,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.84061050415039,"PosY":18.610029220581055,"PosZ":-92.16812133789062,"RotY":345.019287109375,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.2770650386810303,"PosY":18.61001968383789,"PosZ":-110.84870147705078,"RotY":0.0,"PropID":1024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"20":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.2770650386810303,"PosY":19.9689998626709,"PosZ":-110.84870147705078,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40002_F40002102":{"teleports":{"2102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-182.27000427246097,"PosY":-7.670000076293945,"PosZ":-95.4800033569336,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":25,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"4":{"props":[{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.5,"PosY":6.820000171661377,"PosZ":-122.19000244140624,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.76599884033205,"PosY":5.058000087738037,"PosZ":-119.58899688720705,"RotY":269.8511962890625,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_04.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.515000104904175,"PosY":2.940000057220459,"PosZ":-100.82599639892578,"RotY":288.0172119140625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.599000930786133,"PosY":2.8642001152038574,"PosZ":-99.85198974609376,"RotY":197.1578063964844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.4699999988079071,"PosY":2.880000114440918,"PosZ":-99.19000244140624,"RotY":107.61840057373048,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.98999786376952,"PosY":-0.10108800232410432,"PosZ":-73.19000244140625,"RotY":269.4721984863281,"PropID":100003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_03_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.98999786376952,"PosY":-0.10108800232410432,"PosZ":-73.19000244140625,"RotY":269.4721984863281,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.3209991455078,"PosY":-0.10100000351667404,"PosZ":-74.64600372314453,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.16100311279295,"PosY":-0.06061999872326851,"PosZ":-64.69000244140625,"RotY":17.052549362182617,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.8280029296875,"PosY":0.5037999749183655,"PosZ":-73.35299682617188,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.98999786376952,"PosY":-0.10899999737739564,"PosZ":-62.61600112915039,"RotY":18.84663963317871,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.01199340820312,"PosY":2.8239998817443848,"PosZ":-57.98099899291992,"RotY":27.345439910888672,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.51019287109375,"PosY":2.769700050354004,"PosZ":-55.0901985168457,"RotY":297.3319091796875,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.03700256347656,"PosY":2.747999906539917,"PosZ":-61.72600173950195,"RotY":207.34539794921875,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.99000549316406,"PosY":-0.05999999865889549,"PosZ":-73.29000091552734,"RotY":270.29058837890625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.72799682617188,"PosY":-0.11879999935626984,"PosZ":-73.2770004272461,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.3990020751953,"PosY":-0.11500000208616255,"PosZ":-71.73999786376953,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.15599822998048,"PosY":-0.06061999872326851,"PosZ":-81.74400329589844,"RotY":342.918701171875,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.82900238037108,"PosY":0.5037999749183655,"PosZ":-73.06099700927734,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.437999963760376,"PosY":2.9159998893737793,"PosZ":-45.5620002746582,"RotY":253.3134002685547,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.595001220703125,"PosY":2.863899946212769,"PosZ":-46.51599884033203,"RotY":163.2006072998047,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300038,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.440999984741211,"PosY":2.868000030517578,"PosZ":-48.071998596191406,"RotY":252.3999938964844,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":42.65999984741211,"PosY":3.484999895095825,"PosZ":-115.52999877929688,"RotY":288.0172119140625,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":42.74760055541992,"PosY":3.484999895095825,"PosZ":-115.47589874267578,"RotY":288.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":58.12200164794922,"PosY":3.4590001106262207,"PosZ":-118.55699920654295,"RotY":108.14640045166016,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.909999847412108,"PosY":18.60000991821289,"PosZ":-106.13999938964844,"RotY":27.836950302124023,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.577646017074585,"PosY":4.253989219665527,"PosZ":-104.2855987548828,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-146.89720153808594,"PosY":2.769700050354004,"PosZ":-37.39128875732422,"RotY":207.33189392089844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.44529724121094,"PosY":2.761699914932251,"PosZ":-91.41277313232422,"RotY":63.4650993347168,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.20500183105467,"PosY":2.759999990463257,"PosZ":-106.13500213623048,"RotY":243.83740234375,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.17889404296875,"PosY":2.761699914932251,"PosZ":-108.79229736328124,"RotY":153.8177032470703,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.93501281738281,"PosY":10.28219985961914,"PosZ":-114.41400146484376,"RotY":97.351806640625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300032,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.6510009765625,"PosY":10.281900405883787,"PosZ":-114.38800048828124,"RotY":83.36382293701172,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300044,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.402719497680664,"PosY":18.680599212646484,"PosZ":-108.90859985351564,"RotY":27.743419647216797,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300033,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.9060001373291,"PosY":18.60810089111328,"PosZ":-106.06300354003906,"RotY":297.743408203125,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300034,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.9990668296813965,"PosY":18.610000610351562,"PosZ":-109.37870025634766,"RotY":27.855709075927734,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300045,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.98855972290039,"PosY":18.68267059326172,"PosZ":-92.47281646728516,"RotY":117.85569763183594,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.11956024169922,"PosY":18.610000610351562,"PosZ":-93.98902893066406,"RotY":27.85572052001953,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300036,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.59674072265625,"PosY":18.610700607299805,"PosZ":-51.44636154174805,"RotY":332.61090087890625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300037,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.351879119873047,"PosY":18.610700607299805,"PosZ":-36.29431915283203,"RotY":332.61090087890625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300043,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.513000011444092,"PosY":1.0365999937057495,"PosZ":-73.19599914550781,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300046,"Category":"","GroupName":"","LoadSide":null,"PosX":43.1662712097168,"PosY":3.4809999465942383,"PosZ":-31.972400665283203,"RotY":253.43350219726565,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300047,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.47700881958008,"PosY":-0.9812999963760376,"PosZ":-73.18800354003906,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300048,"Category":"","GroupName":"","LoadSide":null,"PosX":-197.91200256347656,"PosY":2.9860000610351562,"PosZ":-87.88099670410156,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300042,"Category":"","GroupName":"","LoadSide":null,"PosX":53.196998596191406,"PosY":3.4382998943328857,"PosZ":-118.87000274658205,"RotY":288.0,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300049,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.402219772338867,"PosY":18.610029220581055,"PosZ":-100.18150329589844,"RotY":117.85569763183594,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300039,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.80499267578125,"PosY":2.8340001106262207,"PosZ":-88.62200164794922,"RotY":333.0172119140625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.47000122070312,"PosY":-3.194999933242798,"PosZ":-72.25499725341797,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Elevator_Console_1F_Raidver.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.47000122070312,"PosY":18.66370010375977,"PosZ":-72.25499725341797,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Elevator_Console_2F_Raidver.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.80599975585938,"PosY":-1.4352999925613403,"PosZ":-73.2080078125,"RotY":90.0,"PropID":100007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Elevator_Move_01.json","State":"Elevator1","propStateList":["Elevator1","Elevator2","Elevator3"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Elevator_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-76.80599975585938,"PosY":-1.4352999925613403,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":-76.80599975585938,"PosY":20.564699172973633,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":-67.68000030517578,"PosY":-3.194999933242798,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":-67.68000030517578,"PosY":18.66370010375977,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0}}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.68000030517578,"PosY":18.260000228881836,"PosZ":-82.93000030517578,"RotY":193.8354034423828,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.584999084472656,"PosY":18.6299991607666,"PosZ":-88.59100341796875,"RotY":193.92970275878903,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_04.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-178.05999755859375,"PosY":-0.38999998569488525,"PosZ":-61.06999969482422,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-184.83999633789065,"PosY":-0.18000000715255737,"PosZ":-73.04000091552734,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.3300018310547,"PosY":-0.4149999916553498,"PosZ":-71.33000183105469,"RotY":270.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-169.86000061035156,"PosY":-4.599999904632568,"PosZ":-79.58000183105469,"RotY":0.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-194.5399932861328,"PosY":-0.3779999911785126,"PosZ":-69.6500015258789,"RotY":90.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.62100219726565,"PosY":-0.4000000059604645,"PosZ":-79.91999816894531,"RotY":180.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-202.6349945068359,"PosY":-4.170000076293945,"PosZ":-93.65799713134764,"RotY":0.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_06.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.91099548339844,"PosY":-0.17800000309944153,"PosZ":-73.13400268554688,"RotY":0.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_06.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.720001220703125,"PosY":18.58300018310547,"PosZ":-66.0999984741211,"RotY":253.5189971923828,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_Common.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.862998962402344,"PosY":17.689699172973633,"PosZ":-62.867000579833984,"RotY":343.5,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.33100128173828,"PosY":17.65570068359375,"PosZ":-86.50800323486328,"RotY":160.8614044189453,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.1251983642578,"PosY":2.699700117111206,"PosZ":-33.1297492980957,"RotY":207.33189392089844,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.55999755859376,"PosY":18.600000381469727,"PosZ":-83.06900024414062,"RotY":72.09117126464844,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_Common.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.60000610351565,"PosY":3.009999990463257,"PosZ":-32.68000030517578,"RotY":207.5406036376953,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_Common_Raidver.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"11":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":128.72720336914065,"PosX":-153.8800048828125,"PosY":2.761713981628418,"PosZ":-103.02999877929688,"NPCMonsterID":8012030,"EventID":40002052,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":60.0,"PosX":-156.05999755859375,"PosY":2.759999990463257,"PosZ":-108.33000183105467,"NPCMonsterID":8012030,"EventID":40002053,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":292.87420654296875,"PosX":-171.7899932861328,"PosY":-0.18000000715255737,"PosZ":-67.66999816894531,"NPCMonsterID":8012010,"EventID":40002055,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":121.36969757080078,"PosX":-186.1199951171875,"PosY":-0.18000000715255737,"PosZ":-71.58000183105469,"NPCMonsterID":8012020,"EventID":40002056,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":225.0821990966797,"PosX":-185.01010131835935,"PosY":-0.3358449935913086,"PosZ":-90.82569885253906,"NPCMonsterID":8012010,"EventID":40002057,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":134.0677032470703,"PosX":-188.0538024902344,"PosY":-0.3358500003814697,"PosZ":-90.83187103271484,"NPCMonsterID":8012010,"EventID":40002058,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":180.0,"PosX":-165.36000061035156,"PosY":-4.389999866485596,"PosZ":-95.69000244140624,"NPCMonsterID":8011010,"EventID":40002059,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":0.0,"PosX":-171.0800018310547,"PosY":-4.380000114440918,"PosZ":-59.619998931884766,"NPCMonsterID":8012010,"EventID":40002060,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":0.0,"PosX":-180.5500030517578,"PosY":-7.670000076293945,"PosZ":-76.68000030517578,"NPCMonsterID":8011010,"EventID":40002054,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"20":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":193.73699951171875,"PosX":-151.50999450683594,"PosY":-0.1599999964237213,"PosZ":-59.2599983215332,"NPCMonsterID":8003020,"EventID":40002061,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-151.50999450683594,"PosY":-0.1599999964237213,"PosZ":-59.2599983215332,"RotY":193.73699951171875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":193.73699951171875,"PosX":-151.50999450683594,"PosY":-0.1599999964237213,"PosZ":-59.2599983215332,"NPCMonsterID":8003020,"EventID":40002066,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"22":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-207.80999755859375,"PosY":2.9700000286102295,"PosZ":-87.6500015258789,"NPCMonsterID":8013013,"EventID":40002067,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-207.80999755859375,"PosY":2.9700000286102295,"PosZ":-87.6500015258789,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-207.80999755859375,"PosY":2.9700000286102295,"PosZ":-87.6500015258789,"NPCMonsterID":8013010,"EventID":40002068,"groupId":23,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":20.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid_SliverWolf/Maze_Chap00_N2_Raid01_GraffitiBuff_Lv1.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid_SliverWolf/Maze_Chap00_N2_Raid01_GraffitiBuff_Lv2.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid_SliverWolf/Maze_Chap00_N2_Raid01_GraffitiBuff_Lv3.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.5199966430664,"PosY":2.764780044555664,"PosZ":-113.58000183105467,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":25,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-182.27000427246097,"PosY":-7.670000076293945,"PosZ":-95.4800033569336,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":25,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-118.34999847412108,"PosY":2.764780044555664,"PosZ":-114.0,"RotY":326.81109619140625,"groupId":0},"2":{"ID":2,"PosX":-183.33200073242188,"PosY":-7.671671867370605,"PosZ":-94.4739990234375,"RotY":311.8605041503906,"groupId":0}}},"28":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":193.73699951171875,"PosX":-151.50999450683594,"PosY":-0.1599999964237213,"PosZ":-59.2599983215332,"NPCMonsterID":8003022,"EventID":40002065,"groupId":28,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.4499969482422,"PosY":-0.15384499728679657,"PosZ":-92.87000274658203,"RotY":345.019287109375,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-212.47999572753903,"PosY":-0.17768099904060364,"PosZ":-70.51599884033203,"RotY":29.181529998779297,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-207.21099853515625,"PosY":2.9663660526275635,"PosZ":-93.10843658447266,"RotY":0.0,"PropID":1024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"31":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-207.21099853515625,"PosY":4.59499979019165,"PosZ":-93.10843658447266,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.14999389648438,"PosY":-0.16267499327659607,"PosZ":-64.66999816894531,"RotY":90.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.14999389648438,"PosY":-0.16267499327659607,"PosZ":-64.66999816894531,"RotY":90.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40002_F40002103":{"teleports":{"2102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-184.6748962402344,"PosY":-0.17768000066280365,"PosZ":-73.25013732910156,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":26,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"4":{"props":[{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.5,"PosY":6.820000171661377,"PosZ":-122.19000244140624,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.76599884033205,"PosY":5.058000087738037,"PosZ":-119.58899688720705,"RotY":269.8511962890625,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_04.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.515000104904175,"PosY":2.940000057220459,"PosZ":-100.82599639892578,"RotY":288.0172119140625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.599000930786133,"PosY":2.8642001152038574,"PosZ":-99.85198974609376,"RotY":197.1578063964844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.4699999988079071,"PosY":2.880000114440918,"PosZ":-99.19000244140624,"RotY":107.61840057373048,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.98999786376952,"PosY":-0.10108800232410432,"PosZ":-73.19000244140625,"RotY":269.4721984863281,"PropID":100003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_03_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.98999786376952,"PosY":-0.10108800232410432,"PosZ":-73.19000244140625,"RotY":269.4721984863281,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.3209991455078,"PosY":-0.10100000351667404,"PosZ":-74.64600372314453,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.16100311279295,"PosY":-0.06061999872326851,"PosZ":-64.69000244140625,"RotY":17.052549362182617,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.8280029296875,"PosY":0.5037999749183655,"PosZ":-73.35299682617188,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.98999786376952,"PosY":-0.10899999737739564,"PosZ":-62.61600112915039,"RotY":18.84663963317871,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.01199340820312,"PosY":2.8239998817443848,"PosZ":-57.98099899291992,"RotY":27.345439910888672,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.51019287109375,"PosY":2.769700050354004,"PosZ":-55.0901985168457,"RotY":297.3319091796875,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.03700256347656,"PosY":2.747999906539917,"PosZ":-61.72600173950195,"RotY":207.34539794921875,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.99000549316406,"PosY":-0.05999999865889549,"PosZ":-73.29000091552734,"RotY":270.29058837890625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.72799682617188,"PosY":-0.11879999935626984,"PosZ":-73.2770004272461,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.3990020751953,"PosY":-0.11500000208616255,"PosZ":-71.73999786376953,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.15599822998048,"PosY":-0.06061999872326851,"PosZ":-81.74400329589844,"RotY":342.918701171875,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.82900238037108,"PosY":0.5037999749183655,"PosZ":-73.06099700927734,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.437999963760376,"PosY":2.9159998893737793,"PosZ":-45.5620002746582,"RotY":253.3134002685547,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.595001220703125,"PosY":2.863899946212769,"PosZ":-46.51599884033203,"RotY":163.2006072998047,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300038,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.440999984741211,"PosY":2.868000030517578,"PosZ":-48.071998596191406,"RotY":252.3999938964844,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":42.65999984741211,"PosY":3.484999895095825,"PosZ":-115.52999877929688,"RotY":288.0172119140625,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":42.74760055541992,"PosY":3.484999895095825,"PosZ":-115.47589874267578,"RotY":288.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":58.12200164794922,"PosY":3.4590001106262207,"PosZ":-118.55699920654295,"RotY":108.14640045166016,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.909999847412108,"PosY":18.60000991821289,"PosZ":-106.13999938964844,"RotY":27.836950302124023,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.577646017074585,"PosY":4.253989219665527,"PosZ":-104.2855987548828,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-146.89720153808594,"PosY":2.769700050354004,"PosZ":-37.39128875732422,"RotY":207.33189392089844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.44529724121094,"PosY":2.761699914932251,"PosZ":-91.41277313232422,"RotY":63.4650993347168,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.20500183105467,"PosY":2.759999990463257,"PosZ":-106.13500213623048,"RotY":243.83740234375,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.17889404296875,"PosY":2.761699914932251,"PosZ":-108.79229736328124,"RotY":153.8177032470703,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.93501281738281,"PosY":10.28219985961914,"PosZ":-114.41400146484376,"RotY":97.351806640625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300032,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.6510009765625,"PosY":10.281900405883787,"PosZ":-114.38800048828124,"RotY":83.36382293701172,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300044,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.402719497680664,"PosY":18.680599212646484,"PosZ":-108.90859985351564,"RotY":27.743419647216797,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300033,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.9060001373291,"PosY":18.60810089111328,"PosZ":-106.06300354003906,"RotY":297.743408203125,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300034,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.9990668296813965,"PosY":18.610000610351562,"PosZ":-109.37870025634766,"RotY":27.855709075927734,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300045,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.98855972290039,"PosY":18.68267059326172,"PosZ":-92.47281646728516,"RotY":117.85569763183594,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.11956024169922,"PosY":18.610000610351562,"PosZ":-93.98902893066406,"RotY":27.85572052001953,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300036,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.59674072265625,"PosY":18.610700607299805,"PosZ":-51.44636154174805,"RotY":332.61090087890625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300037,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.351879119873047,"PosY":18.610700607299805,"PosZ":-36.29431915283203,"RotY":332.61090087890625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300043,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.513000011444092,"PosY":1.0365999937057495,"PosZ":-73.19599914550781,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300046,"Category":"","GroupName":"","LoadSide":null,"PosX":43.1662712097168,"PosY":3.4809999465942383,"PosZ":-31.972400665283203,"RotY":253.43350219726565,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300047,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.47700881958008,"PosY":-0.9812999963760376,"PosZ":-73.18800354003906,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300048,"Category":"","GroupName":"","LoadSide":null,"PosX":-197.91200256347656,"PosY":2.9860000610351562,"PosZ":-87.88099670410156,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300042,"Category":"","GroupName":"","LoadSide":null,"PosX":53.196998596191406,"PosY":3.4382998943328857,"PosZ":-118.87000274658205,"RotY":288.0,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300049,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.402219772338867,"PosY":18.610029220581055,"PosZ":-100.18150329589844,"RotY":117.85569763183594,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300039,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.80499267578125,"PosY":2.8340001106262207,"PosZ":-88.62200164794922,"RotY":333.0172119140625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.47000122070312,"PosY":-3.194999933242798,"PosZ":-72.25499725341797,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Elevator_Console_1F_Raidver.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.47000122070312,"PosY":18.66370010375977,"PosZ":-72.25499725341797,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Elevator_Console_2F_Raidver.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.80599975585938,"PosY":-1.4352999925613403,"PosZ":-73.2080078125,"RotY":90.0,"PropID":100007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Elevator_Move_01.json","State":"Elevator1","propStateList":["Elevator1","Elevator2","Elevator3"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Elevator_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-76.80599975585938,"PosY":-1.4352999925613403,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":-76.80599975585938,"PosY":20.564699172973633,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":-67.68000030517578,"PosY":-3.194999933242798,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":-67.68000030517578,"PosY":18.66370010375977,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0}}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.68000030517578,"PosY":18.260000228881836,"PosZ":-82.93000030517578,"RotY":193.8354034423828,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.584999084472656,"PosY":18.6299991607666,"PosZ":-88.59100341796875,"RotY":193.92970275878903,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_04.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-178.05999755859375,"PosY":-0.38999998569488525,"PosZ":-61.06999969482422,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-177.69000244140625,"PosY":-7.645999908447266,"PosZ":-74.27200317382812,"RotY":180.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.3300018310547,"PosY":-0.4149999916553498,"PosZ":-71.33000183105469,"RotY":270.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-169.86000061035156,"PosY":-4.599999904632568,"PosZ":-79.58000183105469,"RotY":0.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-194.5399932861328,"PosY":-0.3779999911785126,"PosZ":-69.6500015258789,"RotY":90.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.62100219726565,"PosY":-0.4000000059604645,"PosZ":-79.91999816894531,"RotY":180.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-171.67799377441406,"PosY":-4.459000110626221,"PosZ":-85.97599792480469,"RotY":180.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_06.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-207.947998046875,"PosY":-4.22599983215332,"PosZ":-86.08999633789062,"RotY":180.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_06.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.91099548339844,"PosY":-0.17800000309944153,"PosZ":-73.13400268554688,"RotY":0.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_06.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.720001220703125,"PosY":18.58300018310547,"PosZ":-66.0999984741211,"RotY":253.5189971923828,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_Common.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.862998962402344,"PosY":17.689699172973633,"PosZ":-62.867000579833984,"RotY":343.5,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.33100128173828,"PosY":17.65570068359375,"PosZ":-86.50800323486328,"RotY":160.8614044189453,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.1251983642578,"PosY":2.699700117111206,"PosZ":-33.1297492980957,"RotY":207.33189392089844,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.55999755859376,"PosY":18.600000381469727,"PosZ":-83.06900024414062,"RotY":72.09117126464844,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_Common.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.60000610351565,"PosY":3.009999990463257,"PosZ":-32.68000030517578,"RotY":207.5406036376953,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_Common_Raidver.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"11":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":89.56124877929688,"PosX":-0.8799999952316285,"PosY":2.8399999141693115,"PosZ":-42.470001220703125,"NPCMonsterID":8012010,"EventID":40002010,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":289.5606994628906,"PosX":-9.84000015258789,"PosY":1.6100000143051147,"PosZ":-98.52999877929688,"NPCMonsterID":8012020,"EventID":40002070,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":223.45359802246097,"PosX":-171.72000122070312,"PosY":-0.18000000715255737,"PosZ":-71.06999969482422,"NPCMonsterID":8011010,"EventID":40002071,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":12.046509742736816,"PosX":-94.62999725341797,"PosY":-1.1200000047683716,"PosZ":-93.18000030517578,"NPCMonsterID":8012010,"EventID":40002073,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":159.7906951904297,"PosX":-173.61000061035156,"PosY":-0.18000000715255737,"PosZ":-70.0199966430664,"NPCMonsterID":8011010,"EventID":40002072,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":0.0,"PosX":-163.38999938964844,"PosY":-4.389999866485596,"PosZ":-95.05000305175781,"NPCMonsterID":8012010,"EventID":40002076,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":0.0,"PosX":-168.05999755859375,"PosY":-4.389999866485596,"PosZ":-94.80999755859376,"NPCMonsterID":8012010,"EventID":40002077,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":0.0,"PosX":-179.22999572753906,"PosY":-7.670000076293945,"PosZ":-79.69999694824219,"NPCMonsterID":8012030,"EventID":40002078,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":0.0,"PosX":-185.02000427246097,"PosY":-7.670000076293945,"PosZ":-79.69999694824219,"NPCMonsterID":8012030,"EventID":40002079,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200015,"RotY":12.265689849853516,"PosX":-57.15999984741211,"PosY":-1.059999942779541,"PosZ":-95.63999938964844,"NPCMonsterID":8011020,"EventID":40002080,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200016,"RotY":0.0,"PosX":-60.08000183105469,"PosY":-1.059999942779541,"PosZ":-94.72000122070312,"NPCMonsterID":8011020,"EventID":40002081,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid_SliverWolf/Maze_Chap00_N2_Raid01_GraffitiBuff_Lv1.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid_SliverWolf/Maze_Chap00_N2_Raid01_GraffitiBuff_Lv2.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid_SliverWolf/Maze_Chap00_N2_Raid01_GraffitiBuff_Lv3.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.4175400137901306,"PosY":2.8437659740448,"PosZ":-45.100948333740234,"RotY":344.7633056640625,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":77.89674377441406,"PosX":-0.8999930024147034,"PosY":2.9164021015167236,"PosZ":-45.11000061035156,"NPCMonsterID":8013013,"EventID":40002086,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.8999999761581421,"PosY":2.8399999141693115,"PosZ":-45.11000061035156,"RotY":77.89674377441406,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":77.89674377441406,"PosX":-0.8999930024147034,"PosY":2.9164021015167236,"PosZ":-45.11000061035156,"NPCMonsterID":8013010,"EventID":40002087,"groupId":23,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.56999969482422,"PosY":-1.5399999618530271,"PosZ":-68.44999694824219,"RotY":349.4442138671875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-56.1226806640625,"PosY":-1.0553289651870728,"PosZ":-53.89413070678711,"RotY":35.0678596496582,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":132.6446990966797,"PosX":-56.83000183105469,"PosY":-1.0553239583969116,"PosZ":-49.66999816894531,"NPCMonsterID":1013022,"EventID":40002088,"groupId":24,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-56.83000183105469,"PosY":-1.0553239583969116,"PosZ":-49.66999816894531,"RotY":132.6446990966797,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":132.6446990966797,"PosX":-56.83000183105469,"PosY":-1.0553239583969116,"PosZ":-49.66999816894531,"NPCMonsterID":1013020,"EventID":40002089,"groupId":25,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":31.15011978149414,"PosY":3.9251821041107178,"PosZ":-31.442909240722656,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":26,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-184.6748962402344,"PosY":-0.17768000066280365,"PosZ":-73.25013732910156,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":26,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":31.742000579833984,"PosY":3.44375991821289,"PosZ":-33.638999938964844,"RotY":248.4447021484375,"groupId":0},"2":{"ID":2,"PosX":-186.677001953125,"PosY":-0.17768000066280365,"PosZ":-72.04647827148438,"RotY":5.049261093139648,"groupId":0}}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-182.1656951904297,"PosY":-7.671680927276611,"PosZ":-95.58468627929688,"RotY":345.019287109375,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-98.30905151367188,"PosY":-1.282655954360962,"PosZ":-97.31123352050781,"RotY":345.019287109375,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.91286849975586,"PosY":-1.0553289651870728,"PosZ":-50.90938186645508,"RotY":0.0,"PropID":1024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"29":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.91286849975586,"PosY":0.45399999618530273,"PosZ":-50.90938186645508,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40002_F40002104":{"teleports":{"2102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":103.52999877929688,"PosY":65.19000244140625,"PosZ":101.77999877929688,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":31,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"13":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":68.11000061035156,"PosY":63.7599983215332,"PosZ":126.4499969482422,"RotY":270.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":60.349998474121094,"PosY":63.689998626708984,"PosZ":99.23999786376953,"RotY":270.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":68.08999633789062,"PosY":63.7599983215332,"PosZ":72.01000213623047,"RotY":270.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":86.20999908447266,"PosY":64.30999755859375,"PosZ":99.23999786376953,"RotY":90.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":45.939998626708984,"PosY":63.75,"PosZ":112.75,"RotY":0.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":92.59600067138672,"PosY":65.09600067138672,"PosZ":102.44300079345705,"RotY":90.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_03.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":53.46200180053711,"PosY":63.96500015258789,"PosZ":96.38899993896484,"RotY":270.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"14":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":64.61900329589844,"PosY":80.33799743652344,"PosZ":99.12999725341797,"RotY":90.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":63.15700149536133,"PosY":80.2229995727539,"PosZ":82.09300231933594,"RotY":183.7946929931641,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":67.64600372314453,"PosY":80.0,"PosZ":110.34999847412108,"RotY":0.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":67.68000030517578,"PosY":79.9800033569336,"PosZ":88.23999786376953,"RotY":0.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":50.9370002746582,"PosY":63.98600006103515,"PosZ":78.39600372314453,"RotY":180.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":79.05999755859375,"PosY":64.01599884033203,"PosZ":96.53700256347656,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"15":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":39.86800003051758,"PosY":80.27200317382812,"PosZ":99.23799896240233,"RotY":270.0,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":39.867000579833984,"PosY":80.3270034790039,"PosZ":99.24101257324219,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":37.47100067138672,"PosY":80.26000213623047,"PosZ":97.10700225830078,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":189.12399291992188,"PosY":82.88865661621094,"PosZ":141.03599548339844,"RotY":180.00050354003906,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":189.12399291992188,"PosY":82.81598663330078,"PosZ":144.281005859375,"RotY":270.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":187.26300048828125,"PosY":82.83000183105469,"PosZ":144.35000610351565,"RotY":0.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":125.96610260009766,"PosY":80.50322723388672,"PosZ":126.90170288085938,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":125.96610260009766,"PosY":80.46080017089844,"PosZ":129.01199340820312,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":124.20600128173828,"PosY":80.46099853515625,"PosZ":129.30599975585938,"RotY":0.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.65775299072266,"PosZ":113.9302978515625,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.58399963378906,"PosZ":110.66600036621094,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":10.468999862670898,"PosY":79.62589263916016,"PosZ":110.45999908447266,"RotY":180.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":45.424259185791016,"PosY":0.10547100007534028,"PosZ":-127.5238037109375,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.018002033233643,"PosY":79.58200073242188,"PosZ":99.24299621582033,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.58399963378906,"PosZ":87.8179931640625,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":6.984000205993652,"PosY":79.59700012207033,"PosZ":88.03800201416016,"RotY":-0.00020700000459328297,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":8.729999542236328,"PosY":79.65775299072266,"PosZ":84.61000061035156,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":8.736191749572754,"PosY":76.65281677246094,"PosZ":67.87899780273438,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":8.743807792663574,"PosY":76.64998626708984,"PosZ":130.572998046875,"RotY":270.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":8.741621971130371,"PosY":76.66581726074219,"PosZ":156.01699829101565,"RotY":270.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":91.51599884033203,"PosY":75.84559631347656,"PosZ":124.88600158691406,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":125.99009704589844,"PosY":80.47088623046875,"PosZ":103.86599731445312,"RotY":90.00000762939453,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":133.4149932861328,"PosY":78.66098022460938,"PosZ":139.7100067138672,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":167.30880737304688,"PosY":82.82543182373047,"PosZ":156.19700622558594,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":125.98999786376952,"PosY":80.6510009765625,"PosZ":101.9290008544922,"RotY":180.0,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":131.10000610351565,"PosY":78.69499969482422,"PosZ":139.68899536132812,"RotY":90.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"16":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":289.656494140625,"PosX":34.319000244140625,"PosY":80.29000091552734,"PosZ":96.5,"NPCMonsterID":8012020,"EventID":40002090,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":213.4604949951172,"PosX":34.310001373291016,"PosY":80.29000091552734,"PosZ":101.95999908447266,"NPCMonsterID":8012020,"EventID":40002091,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":292.87420654296875,"PosX":90.94027709960938,"PosY":75.79292297363281,"PosZ":119.00070190429688,"NPCMonsterID":8012010,"EventID":40002055,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":121.36969757080078,"PosX":125.09999847412108,"PosY":78.66100311279298,"PosZ":140.02439880371094,"NPCMonsterID":8012020,"EventID":40002056,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":270.0,"PosX":98.62000274658203,"PosY":73.98989868164062,"PosZ":99.20999908447266,"NPCMonsterID":8012030,"EventID":40002079,"groupId":16,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":104.88999938964844,"PosY":74.16699981689453,"PosZ":97.33000183105469,"RotY":269.8558044433594,"PropID":100022,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_Elevator_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":104.88999938964844,"PosY":65.18399810791016,"PosZ":97.33000183105469,"RotY":270.0,"PropID":100022,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_Elevator_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":60.70484161376953,"PosY":78.10769653320312,"PosZ":87.85053253173828,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid_SliverWolf/Maze_Chap00_N2_Raid01_GraffitiBuff_Lv1.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":60.70484161376953,"PosY":78.10769653320312,"PosZ":87.85053253173828,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid_SliverWolf/Maze_Chap00_N2_Raid01_GraffitiBuff_Lv2.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":60.70484161376953,"PosY":78.10769653320312,"PosZ":87.85053253173828,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/N2-Raid_SliverWolf/Maze_Chap00_N2_Raid01_GraffitiBuff_Lv3.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":91.48999786376953,"PosY":78.66100311279298,"PosZ":141.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":72.22000122070312,"PosY":78.66100311279298,"PosZ":140.04429626464844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200004,"RotY":90.0,"PosX":63.70000076293945,"PosY":78.66000366210938,"PosZ":140.22999572753906,"NPCMonsterID":1013022,"EventID":40002099,"groupId":26,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":63.70000076293945,"PosY":78.66000366210938,"PosZ":140.22999572753906,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200004,"RotY":90.0,"PosX":63.70000076293945,"PosY":78.66000366210938,"PosZ":140.22999572753906,"NPCMonsterID":1013020,"EventID":40002100,"groupId":27,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"28":{"props":[],"npcs":[],"monsters":[{"ID":200003,"RotY":84.49202728271484,"PosX":74.05999755859375,"PosY":64.12000274658203,"PosZ":99.0999984741211,"NPCMonsterID":1013010,"EventID":40002098,"groupId":28,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"29":{"props":[],"npcs":[],"monsters":[{"ID":200003,"RotY":270.0,"PosX":81.12000274658203,"PosY":63.79999923706055,"PosZ":120.51000213623048,"NPCMonsterID":8011010,"EventID":40002092,"groupId":29,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":270.0,"PosX":104.93000030517578,"PosY":64.93000030517578,"PosZ":69.56999969482422,"NPCMonsterID":8011020,"EventID":40002093,"groupId":29,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":270.0,"PosX":57.02000045776367,"PosY":63.79999923706055,"PosZ":77.66999816894531,"NPCMonsterID":8011010,"EventID":40002094,"groupId":29,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":270.0,"PosX":50.40999984741211,"PosY":63.79999923706055,"PosZ":130.07000732421875,"NPCMonsterID":8011020,"EventID":40002095,"groupId":29,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":2.7035140991210938,"PosY":79.62589263916016,"PosZ":95.2184829711914,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":31,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":103.52999877929688,"PosY":65.19000244140625,"PosZ":101.77999877929688,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":31,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":5.674571990966797,"PosY":79.62589263916016,"PosZ":99.37507629394531,"RotY":85.68728637695312,"groupId":0},"2":{"ID":2,"PosX":101.6999969482422,"PosY":65.19000244140625,"PosZ":100.59999847412108,"RotY":274.6971130371094,"groupId":0}}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":105.14469909667967,"PosY":78.66100311279298,"PosZ":128.9375,"RotY":345.019287109375,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":131.05999755859375,"PosY":80.47088623046875,"PosZ":85.5,"RotY":345.019287109375,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":67.5927505493164,"PosY":64.02020263671875,"PosZ":99.26158905029298,"RotY":0.0,"PropID":1024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"34":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":67.5927505493164,"PosY":65.5,"PosZ":99.26158905029298,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40003_F40003001":{"teleports":{"2102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":225.5,"PosY":77.31632995605469,"PosZ":99.37996673583984,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":12,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":170.20379638671875,"PosY":77.31564331054688,"PosZ":92.0390396118164,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":13,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":225.5,"PosY":77.31632995605469,"PosZ":99.37996673583984,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":12,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":4.559999942779541,"PosY":79.6259994506836,"PosZ":99.30000305175781,"RotY":90.0,"groupId":0}}},"3":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":64.61900329589844,"PosY":80.11699676513672,"PosZ":99.12999725341797,"RotY":90.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":94.61399841308594,"PosY":74.0530014038086,"PosZ":103.22000122070312,"RotY":90.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":67.64600372314453,"PosY":80.0,"PosZ":110.34999847412108,"RotY":0.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":67.68000030517578,"PosY":79.9800033569336,"PosZ":88.23999786376953,"RotY":0.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":92.59600067138672,"PosY":65.09600067138672,"PosZ":102.44300079345705,"RotY":90.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_03.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":53.46200180053711,"PosY":63.96500015258789,"PosZ":96.38899993896484,"RotY":270.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":50.9370002746582,"PosY":63.98600006103515,"PosZ":78.39600372314453,"RotY":180.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":79.05999755859375,"PosY":64.01599884033203,"PosZ":96.53700256347656,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"4":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":39.86800003051758,"PosY":80.27200317382812,"PosZ":99.23799896240233,"RotY":270.0,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":39.867000579833984,"PosY":80.3270034790039,"PosZ":99.24101257324219,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":37.47100067138672,"PosY":80.26000213623047,"PosZ":97.10700225830078,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":189.12399291992188,"PosY":82.88865661621094,"PosZ":141.03599548339844,"RotY":180.00050354003906,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":189.12399291992188,"PosY":82.81598663330078,"PosZ":144.281005859375,"RotY":270.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":187.26300048828125,"PosY":82.83000183105469,"PosZ":144.35000610351565,"RotY":0.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":125.96610260009766,"PosY":80.50322723388672,"PosZ":126.90170288085938,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":125.96610260009766,"PosY":80.46080017089844,"PosZ":129.01199340820312,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":124.20600128173828,"PosY":80.46099853515625,"PosZ":129.30599975585938,"RotY":0.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.65775299072266,"PosZ":113.9302978515625,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.58399963378906,"PosZ":110.66600036621094,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":10.468999862670898,"PosY":79.62589263916016,"PosZ":110.45999908447266,"RotY":180.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":45.424259185791016,"PosY":0.10547100007534028,"PosZ":-127.5238037109375,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.018002033233643,"PosY":79.58200073242188,"PosZ":99.24299621582033,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.58399963378906,"PosZ":87.8179931640625,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":6.984000205993652,"PosY":79.59700012207033,"PosZ":88.03800201416016,"RotY":-0.00020700000459328297,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":8.729999542236328,"PosY":79.65775299072266,"PosZ":84.61000061035156,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":8.736191749572754,"PosY":76.65281677246094,"PosZ":67.87899780273438,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":8.743807792663574,"PosY":76.64998626708984,"PosZ":130.572998046875,"RotY":270.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":8.741621971130371,"PosY":76.66581726074219,"PosZ":156.01699829101565,"RotY":270.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":91.51599884033203,"PosY":75.84559631347656,"PosZ":124.88600158691406,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":125.99009704589844,"PosY":80.47088623046875,"PosZ":103.86599731445312,"RotY":90.00000762939453,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":133.4149932861328,"PosY":78.66098022460938,"PosZ":139.7100067138672,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":167.30880737304688,"PosY":82.82543182373047,"PosZ":156.19700622558594,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":125.98999786376952,"PosY":80.6510009765625,"PosZ":101.9290008544922,"RotY":180.0,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":49.380001068115234,"PosY":80.22297668457033,"PosZ":116.6999969482422,"RotY":75.0,"PropID":100068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/Maze_Raid_40003001_Prop_DoorOpen.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":49.279998779296875,"PosY":80.22297668457033,"PosZ":120.15000152587892,"RotY":105.0,"PropID":100066,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/Maze_Raid_40003001_Prop_DoorCannotInteract.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":48.599998474121094,"PosY":80.22297668457033,"PosZ":118.41999816894533,"RotY":90.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":74.19000244140625,"PosY":80.22299194335938,"PosZ":79.94999694824219,"RotY":90.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":39.86800003051758,"PosY":80.27200317382812,"PosZ":99.23799896240233,"RotY":270.0,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":39.867000579833984,"PosY":80.3270034790039,"PosZ":99.24101257324219,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":67.64600372314453,"PosY":80.0,"PosZ":110.34999847412108,"RotY":0.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":67.68000030517578,"PosY":79.9800033569336,"PosZ":88.23999786376953,"RotY":0.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":74.19000244140625,"PosY":80.22299194335938,"PosZ":118.73999786376952,"RotY":90.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":53.5099983215332,"PosY":80.22297668457033,"PosZ":118.47000122070312,"NPCMonsterID":8012030,"EventID":40003203,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":44.22999954223633,"PosY":80.22297668457033,"PosZ":97.87999725341797,"RotY":180.0,"groupId":0}}},"6":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":180.0,"PosX":67.41999816894531,"PosY":80.49713897705078,"PosZ":98.94000244140624,"NPCMonsterID":8011020,"EventID":40003204,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"7":{"props":[],"npcs":[],"monsters":[{"ID":200003,"RotY":270.0,"PosX":54.81999969482422,"PosY":80.22299194335938,"PosZ":80.12000274658203,"NPCMonsterID":8012010,"EventID":40003205,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"8":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":128.3300018310547,"PosY":80.50055694580078,"PosZ":106.52999877929688,"RotY":345.0,"PropID":100066,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/Maze_Raid_40003001_Prop_DoorOpen.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":125.99009704589844,"PosY":80.51331329345702,"PosZ":103.86599731445312,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":125.96610260009766,"PosY":80.50322723388672,"PosZ":126.90170288085938,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":123.6269989013672,"PosY":80.50055694580078,"PosZ":106.52999877929688,"RotY":15.0,"PropID":100067,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/Maze_Raid_40003001_Prop_DoorCannotInteract.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":127.23999786376952,"PosY":80.48223114013672,"PosZ":115.5500030517578,"Name":"NPC1","RotY":345.0,"NPCID":3013,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":125.96099853515624,"PosY":80.50055694580078,"PosZ":122.69000244140624,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":127.23999786376952,"PosY":81.6500015258789,"PosZ":115.5500030517578,"RotY":180.0,"groupId":0}}},"10":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":63.79999923706055,"PosY":78.66100311279298,"PosZ":140.0709991455078,"RotY":90.00003051757812,"PropID":100069,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/Maze_Raid_40003001_Prop_DoorOpen.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":70.74700164794922,"PosY":78.66100311279298,"PosZ":142.86509704589844,"RotY":120.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":74.35700225830078,"PosY":78.66100311279298,"PosZ":142.3249969482422,"RotY":315.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":74.35286712646484,"PosY":78.66100311279298,"PosZ":141.74929809570312,"RotY":255.0,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":74.90238189697266,"PosY":78.66100311279298,"PosZ":142.44940185546875,"RotY":255.0,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":70.7239990234375,"PosY":78.66100311279298,"PosZ":137.48800659179688,"RotY":30.000019073486328,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":81.13262939453125,"PosY":79.49957275390625,"PosZ":142.74929809570312,"RotY":75.0000228881836,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":79.26164245605469,"PosY":79.63726043701172,"PosZ":142.2480926513672,"RotY":255.0,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":86.1520004272461,"PosY":78.66100311279298,"PosZ":140.06329345703125,"RotY":90.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":67.25,"PosY":78.66100311279298,"PosZ":142.02980041503906,"Name":"NPC1","RotY":120.0,"NPCID":1013,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":80.87999725341797,"PosY":78.66100311279298,"PosZ":140.14999389648438,"RotY":269.9997863769531,"groupId":0}}},"12":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":259.0799865722656,"PosY":79.70693969726562,"PosZ":95.92999267578124,"RotY":90.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":219.80999755859375,"PosY":77.01628875732422,"PosZ":95.91000366210938,"RotY":90.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":248.52000427246097,"PosY":79.9267807006836,"PosZ":95.96997833251953,"NPCMonsterID":8003020,"EventID":40003206,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":227.3999938964844,"PosY":77.016357421875,"PosZ":96.05996704101562,"RotY":90.0,"groupId":0}}},"13":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":186.8260040283203,"PosY":82.77583312988281,"PosZ":138.79400634765625,"RotY":164.99969482421875,"PropID":100066,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/Maze_Raid_40003001_Prop_DoorCannotInteract.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":193.27000427246097,"PosY":82.7651596069336,"PosZ":138.50999450683594,"RotY":194.99969482421875,"PropID":100067,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/Maze_Raid_40003001_Prop_DoorOpen.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":179.72500610351565,"PosY":77.01643371582033,"PosZ":95.92999267578124,"RotY":90.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":189.12399291992188,"PosY":82.88865661621094,"PosZ":141.03599548339844,"RotY":180.00050354003906,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":189.12399291992188,"PosY":82.81598663330078,"PosZ":144.281005859375,"RotY":270.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":189.02000427246097,"PosY":82.79724884033203,"PosZ":135.7899932861328,"NPCMonsterID":8012010,"EventID":40003201,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":174.0399932861328,"PosY":77.01615142822266,"PosZ":93.70999908447266,"RotY":0.0,"groupId":0}}},"15":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":359.964111328125,"PosX":174.5012969970703,"PosY":82.59786987304688,"PosZ":123.31069946289064,"NPCMonsterID":8011010,"EventID":40003202,"groupId":15,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":180.2104034423828,"PosY":82.71878814697266,"PosZ":134.08999633789065,"RotY":0.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":59.489891052246094,"PosY":80.22297668457033,"PosZ":78.63558959960938,"RotY":180.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":44.005741119384766,"PosY":80.22297668457033,"PosZ":111.82900238037108,"RotY":0.0,"PropID":100071,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_AirBlock_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40101_F40101001":{"teleports":{"2102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":116.27999877929688,"PosY":-5.030587196350098,"PosZ":309.55999755859375,"RotY":90.0,"PropID":3002,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":52.05002975463867,"PosY":1.9421559572219849,"PosZ":89.09999084472656,"RotY":90.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":116.27999877929688,"PosY":-5.030587196350098,"PosZ":309.55999755859375,"RotY":90.0,"PropID":3002,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":81.0999984741211,"PosY":1.906851053237915,"PosZ":93.19999694824219,"RotY":268.789794921875,"groupId":0},"2":{"ID":2,"PosX":80.83999633789062,"PosY":-5.025842189788818,"PosZ":293.6300048828125,"RotY":17.539960861206055,"groupId":0},"3":{"ID":3,"PosX":52.2400016784668,"PosY":1.940000057220459,"PosZ":90.97000122070312,"RotY":292.1705017089844,"groupId":0},"4":{"ID":4,"PosX":114.50250244140624,"PosY":-5.030587196350098,"PosZ":311.6188049316406,"RotY":0.0,"groupId":0}}},"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":33.02000045776367,"PosY":3.965456008911133,"PosZ":128.44000244140625,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":30.860000610351562,"PosY":3.94046401977539,"PosZ":121.43000030517578,"RotY":146.0885009765625,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":80.87000274658203,"PosY":-5.025842189788818,"PosZ":292.17999267578125,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":83.12999725341797,"PosY":-5.025843143463135,"PosZ":285.6099853515625,"RotY":231.27789306640625,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":32.83000183105469,"PosY":0.9421550035476685,"PosZ":287.5299987792969,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":32.900001525878906,"PosY":-2.890841007232666,"PosZ":307.32000732421875,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":39.029998779296875,"PosY":3.941987991333008,"PosZ":224.72999572753903,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":35.95000076293945,"PosY":3.941987991333008,"PosZ":222.7599945068359,"RotY":142.36900329589844,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":40.970001220703125,"PosY":3.9421529769897465,"PosZ":229.5,"RotY":0.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":118.19950103759766,"PosY":-2.0223228931427,"PosZ":373.1708068847656,"RotY":180.0,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":64.09367370605469,"PosY":43.66559982299805,"PosZ":367.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeGroup/Maze_GroupProp_OpenTreasure_WhenMonsterDie.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":121.1999969482422,"PosY":-5.030303955078125,"PosZ":322.2900085449219,"RotY":0.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":181.17559814453125,"PosX":118.37000274658205,"PosY":-2.0208139419555664,"PosZ":370.30999755859375,"NPCMonsterID":1023010,"EventID":40101009,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":83.08999633789062,"PosY":-5.0578508377075195,"PosZ":296.7300109863281,"RotY":199.68539428710935,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_Controller.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":81.03399658203125,"PosY":-4.800000190734863,"PosZ":324.79998779296875,"RotY":0.0,"PropID":301011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_State.json","State":"BridgeState3","propStateList":["BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":270.0,"groupId":0}}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":83.08999633789062,"PosY":-5.0578508377075195,"PosZ":296.7300109863281,"RotY":199.68539428710935,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"14":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":273.39129638671875,"PosX":-5.06000280380249,"PosY":-0.05787000060081482,"PosZ":67.63999938964844,"NPCMonsterID":1022020,"EventID":40101002,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":91.81034851074219,"PosX":8.748847961425781,"PosY":1.9419430494308472,"PosZ":105.9988021850586,"NPCMonsterID":8001010,"EventID":40101001,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":183.05909729003903,"PosX":32.83000183105469,"PosY":3.94046401977539,"PosZ":124.41000366210938,"NPCMonsterID":8002010,"EventID":40101003,"groupId":14,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"15":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":178.50819396972656,"PosX":38.91999816894531,"PosY":3.9421560764312744,"PosZ":223.33999633789065,"NPCMonsterID":8003020,"EventID":40101005,"groupId":15,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":8.340665817260742,"PosX":38.869998931884766,"PosY":3.941987991333008,"PosZ":185.08999633789065,"NPCMonsterID":1022020,"EventID":40101004,"groupId":15,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":184.36380004882812,"PosX":29.239999771118164,"PosY":3.9421560764312744,"PosZ":184.2599945068359,"NPCMonsterID":8002010,"EventID":40101006,"groupId":15,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"16":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":175.6132049560547,"PosX":80.72000122070312,"PosY":-5.025843143463135,"PosZ":288.3399963378906,"NPCMonsterID":8002010,"EventID":40101008,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":308.6387939453125,"PosX":97.63999938964844,"PosY":-5.025845050811768,"PosZ":265.989990234375,"NPCMonsterID":1022020,"EventID":40101006,"groupId":16,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P40101_F40101002":{"teleports":{"2102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":30.489999771118164,"PosY":3.9700000286102295,"PosZ":152.24000549316406,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":8,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"3":{"props":[{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":54.5,"PosY":0.9945549964904785,"PosZ":273.25,"RotY":270.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":29.25,"PosY":0.9778559803962708,"PosZ":257.24200439453125,"RotY":180.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":5.500050067901611,"PosY":3.938977003097534,"PosZ":255.75,"RotY":90.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":34.99863052368164,"PosY":3.942142963409424,"PosZ":227.68260192871097,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":8,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":30.489999771118164,"PosY":3.9700000286102295,"PosZ":152.24000549316406,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":8,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":38.93000030517578,"PosY":3.942142963409424,"PosZ":228.8800048828125,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":33.25,"PosY":3.9419798851013184,"PosZ":155.9600067138672,"RotY":0.0,"groupId":0}}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":0.0,"PropID":301011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_State.json","State":"BridgeState1","propStateList":["BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":33.0,"PosY":4.000019073486328,"PosZ":128.1479949951172,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":38.79795837402344,"PosY":3.942146062850952,"PosZ":224.75,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":40.91508102416992,"PosY":3.942146062850952,"PosZ":223.50469970703125,"RotY":180.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":32.93000030517578,"PosY":-2.833080053329468,"PosZ":302.94000244140625,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":30.75200080871582,"PosY":-2.833081007003784,"PosZ":308.4200134277344,"RotY":60.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":270.0,"groupId":0}}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":43.0,"PosY":0.9421449899673462,"PosZ":255.25,"RotY":270.0,"PropID":101051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/Raid_M302_StoveOther.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":36.5,"PosY":4.0,"PosZ":197.25,"RotY":0.0,"PropID":101051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/Raid_M302_StoveOther.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/New/Raid_M302_MonstersCheck.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":37.75,"PosY":3.942146062850952,"PosZ":221.8999938964844,"NPCMonsterID":1022010,"EventID":40132002,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":270.0,"PosX":42.25,"PosY":0.9421449899673462,"PosZ":263.0,"NPCMonsterID":1022010,"EventID":40132002,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":270.0,"PosX":42.25,"PosY":0.9421449899673462,"PosZ":265.5,"NPCMonsterID":1022010,"EventID":40132002,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":270.0,"PosX":40.349998474121094,"PosY":3.942146062850952,"PosZ":207.0,"NPCMonsterID":1022010,"EventID":40132001,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":180.0,"PosX":40.0,"PosY":3.942146062850952,"PosZ":221.8999938964844,"NPCMonsterID":1022010,"EventID":40132002,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":90.0,"PosX":10.25,"PosY":3.938977003097534,"PosZ":255.75,"NPCMonsterID":1022010,"EventID":40132003,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":180.0,"PosX":50.73664855957031,"PosY":-2.024411916732788,"PosZ":282.30999755859375,"NPCMonsterID":1022010,"EventID":40132003,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"16":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":35.72999954223633,"PosY":4.441975116729736,"PosZ":194.25599670410156,"RotY":0.0,"PropID":220,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/Raid_M302_Fuel.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FireOrb_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":32.8685417175293,"PosY":1.4421449899673462,"PosZ":271.25,"RotY":0.0,"PropID":220,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/Raid_M302_FuelOther.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FireOrb_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":35.59000015258789,"PosY":3.9419760704040527,"PosZ":195.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/New/Raid_M302_PickUp.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":35.59000015258789,"PosY":3.9419760704040527,"PosZ":188.9600067138672,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/New/NPC_BillBoard/Raid_M302_NPC_Billboard_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":38.935550689697266,"PosY":3.941975116729736,"PosZ":200.47999572753903,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":34.131629943847656,"PosY":3.941975116729736,"PosZ":195.52000427246097,"Name":"NPC1","RotY":156.2823944091797,"NPCID":3006,"groupId":32,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":35.5,"PosY":9.25,"PosZ":188.25,"RotY":30.0,"groupId":0}}},"36":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":38.82551956176758,"PosY":0.9421449899673462,"PosZ":243.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/New/Raid_M302_Ignite.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":39.38288116455078,"PosY":9.0,"PosZ":232.75,"RotY":0.0,"groupId":0}}},"40":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":35.72999954223633,"PosY":4.441975116729736,"PosZ":194.25599670410156,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/New/Raid_M302_FuelTrigger.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40101_F40101003":{"teleports":{"2102":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":84.75,"PosY":-5.008941173553467,"PosZ":363.0,"RotY":270.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":12,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"4":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":51.5,"PosY":1.4421449899673462,"PosZ":270.0,"RotY":90.0,"PropID":220,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/Raid_M302_FuelOther.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FireOrb_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":80.86868286132812,"PosY":-4.525852203369141,"PosZ":294.59710693359375,"RotY":0.0,"PropID":220,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/Raid_M302_FuelOther.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FireOrb_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/New/Raid_M302_MonstersCheck.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200004,"RotY":173.77459716796875,"PosX":113.4499969482422,"PosY":-5.03000020980835,"PosZ":315.7900085449219,"NPCMonsterID":1022010,"EventID":40132106,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":60.0,"PosX":111.9499969482422,"PosY":-5.03000020980835,"PosZ":312.94000244140625,"NPCMonsterID":1022010,"EventID":40132104,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":263.7745056152344,"PosX":115.4499969482422,"PosY":-5.03000020980835,"PosZ":313.8699951171875,"NPCMonsterID":8002010,"EventID":40132101,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":0.0,"PosX":43.720001220703125,"PosY":-5.059999942779541,"PosZ":321.7799987792969,"NPCMonsterID":8003010,"EventID":40132105,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":270.0,"PosX":77.0,"PosY":-5.030001163482666,"PosZ":283.5,"NPCMonsterID":8002010,"EventID":40132101,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":270.0,"PosX":77.0,"PosY":-5.030001163482666,"PosZ":285.5,"NPCMonsterID":8002010,"EventID":40132101,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":270.0,"PosX":55.5,"PosY":-2.0244109630584717,"PosZ":284.3320007324219,"NPCMonsterID":1022010,"EventID":40132102,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":270.0,"PosX":93.75,"PosY":-5.008941173553467,"PosZ":367.25,"NPCMonsterID":1022010,"EventID":40132104,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":270.0,"PosX":93.75,"PosY":-5.008941173553467,"PosZ":365.5,"NPCMonsterID":1022010,"EventID":40132103,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":42.02000045776367,"PosY":3.940000057220459,"PosZ":207.75,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":12,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":83.33899688720702,"PosY":-5.03000020980835,"PosZ":293.1549987792969,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":12,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":84.75,"PosY":-5.008941173553467,"PosZ":363.0,"RotY":270.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":12,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":39.099998474121094,"PosY":3.940000057220459,"PosZ":212.22000122070312,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":80.9000015258789,"PosY":-5.03000020980835,"PosZ":289.5400085449219,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":81.75,"PosY":-5.010000228881836,"PosZ":362.25,"RotY":180.0,"groupId":0}}},"21":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":32.412689208984375,"PosY":3.940454006195069,"PosZ":110.5,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/New/Raid_M302_Hit_Phase_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":36.25,"PosY":7.949999809265136,"PosZ":103.23300170898438,"RotY":213.87359619140625,"groupId":0},"2":{"ID":2,"PosX":34.25,"PosY":8.75,"PosZ":111.75,"RotY":225.0,"groupId":0}}},"24":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":84.0,"PosY":-5.020843029022217,"PosZ":353.5,"RotY":330.0,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/New/Raid_M302_RotateBridge_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":53.244998931884766,"PosY":-5.0578508377075195,"PosZ":322.5,"RotY":300.0,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/New/Raid_M302_RotateBridge_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":33.0,"PosY":4.000019073486328,"PosZ":127.75,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":29.989999771118164,"PosY":-0.30000001192092896,"PosZ":129.35000610351565,"RotY":0.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":32.93000030517578,"PosY":-2.833080053329468,"PosZ":302.94000244140625,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":78.75,"PosY":-5.025852203369141,"PosZ":296.8599853515625,"RotY":150.0,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/New/Raid_M302_RotateBridge_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":0.0,"PropID":301011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/New/Raid_M302_RotateBridge_State.json","State":"BridgeState2","propStateList":["BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":110.75,"PosY":-5.026881217956543,"PosZ":321.5,"RotY":60.0,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/New/Raid_M302_RotateBridge_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":270.0,"groupId":0},"5":{"ID":5,"PosX":62.56541061401367,"PosY":12.0,"PosZ":366.5,"RotY":155.0,"groupId":0},"6":{"ID":6,"PosX":60.5,"PosY":12.0,"PosZ":282.75,"RotY":28.98724937438965,"groupId":0},"7":{"ID":7,"PosX":43.0,"PosY":12.0,"PosZ":350.25,"RotY":123.6685028076172,"groupId":0},"8":{"ID":8,"PosX":119.5,"PosY":12.0,"PosZ":300.25,"RotY":305.0354919433594,"groupId":0}}},"25":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":50.0,"PosY":-2.0244109630584717,"PosZ":286.0,"RotY":0.0,"PropID":101051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/Raid_M302_StoveOther.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":60.39850997924805,"PosY":-5.273397922515869,"PosZ":324.75,"RotY":180.0,"PropID":101051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/Raid_M302_Stove.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"26":{"props":[{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":49.0,"PosY":0.9421449899673462,"PosZ":269.0,"RotY":180.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":79.5199966430664,"PosY":-5.008941173553467,"PosZ":367.6799926757813,"RotY":180.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":51.75,"PosY":-5.069960117340088,"PosZ":328.3475036621094,"RotY":180.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":123.06580352783205,"PosY":-5.030587196350098,"PosZ":328.5,"RotY":270.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"27":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":81.5,"PosY":-5.025852203369141,"PosZ":293.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/New/Raid_M302_Hit_Phase_03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":30.25,"PosY":28.75,"PosZ":352.0,"RotY":120.0,"groupId":0},"2":{"ID":2,"PosX":59.5,"PosY":8.75,"PosZ":290.75,"RotY":60.0,"groupId":0}}}}},"P40101_F40101004":{"teleports":{"2102":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":123.34999847412108,"PosY":-4.730587005615234,"PosZ":324.57000732421875,"RotY":90.0,"PropID":3002,"AnchorID":4,"AnchorGroupID":6,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"4":{"props":[{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":29.25,"PosY":0.9429799914360046,"PosZ":257.1199951171875,"RotY":180.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":110.75,"PosY":-2.0208239555358887,"PosZ":368.8370971679687,"RotY":180.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":53.63909149169922,"PosY":-5.057851791381836,"PosZ":327.5649108886719,"RotY":180.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":123.06580352783205,"PosY":-5.030587196350098,"PosZ":328.5732116699219,"RotY":180.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":83.60858154296875,"PosY":-5.025853157043457,"PosZ":292.87548828125,"RotY":0.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":30.29109001159668,"PosY":3.9654459953308105,"PosZ":155.6221923828125,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":6,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":47.25,"PosY":-5.057851791381836,"PosZ":321.5,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":6,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":35.47829818725586,"PosY":3.94214391708374,"PosZ":227.28460693359375,"RotY":90.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":6,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":123.34999847412108,"PosY":-4.730587005615234,"PosZ":324.57000732421875,"RotY":90.0,"PropID":3002,"AnchorID":4,"AnchorGroupID":6,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":33.028770446777344,"PosY":3.9419820308685303,"PosZ":157.75,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":48.40391159057618,"PosY":-5.057851791381836,"PosZ":324.5,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":38.92744064331055,"PosY":3.94214391708374,"PosZ":230.5,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":120.97830200195312,"PosY":-5.030587196350098,"PosZ":329.66400146484375,"RotY":180.0,"groupId":0}}},"7":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":79.25,"PosY":-5.020843029022217,"PosZ":353.5,"RotY":30.0,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/New/Raid_M302_RotateBridge_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":53.244998931884766,"PosY":-5.0578508377075195,"PosZ":322.5,"RotY":300.0,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/New/Raid_M302_RotateBridge_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":33.0,"PosY":4.000019073486328,"PosZ":127.75,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":29.989999771118164,"PosY":-0.30000001192092896,"PosZ":129.35000610351565,"RotY":0.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":32.93000030517578,"PosY":-2.833080053329468,"PosZ":302.94000244140625,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":31.25,"PosY":0.9421449899673462,"PosZ":288.5303039550781,"RotY":150.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":78.75,"PosY":-5.025852203369141,"PosZ":296.8599853515625,"RotY":150.0,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/New/Raid_M302_RotateBridge_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":0.0,"PropID":301011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/New/Raid_M302_RotateBridge_State.json","State":"BridgeState3","propStateList":["BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":110.75,"PosY":-5.026881217956543,"PosZ":321.5,"RotY":60.0,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/New/Raid_M302_RotateBridge_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":270.0,"groupId":0},"5":{"ID":5,"PosX":62.56541061401367,"PosY":12.0,"PosZ":366.5,"RotY":155.0,"groupId":0},"6":{"ID":6,"PosX":60.5,"PosY":12.0,"PosZ":282.75,"RotY":28.98724937438965,"groupId":0},"7":{"ID":7,"PosX":43.0,"PosY":12.0,"PosZ":350.25,"RotY":123.6685028076172,"groupId":0},"8":{"ID":8,"PosX":119.5,"PosY":12.0,"PosZ":300.25,"RotY":305.0354919433594,"groupId":0}}},"8":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":41.25,"PosY":0.9421449899673462,"PosZ":249.75,"RotY":0.0,"PropID":101051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/Raid_M302_StoveOther.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":95.75,"PosY":-5.008941173553467,"PosZ":368.5,"RotY":0.0,"PropID":101051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/Raid_M302_StoveOther.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":104.80390167236328,"PosY":-5.142636775970459,"PosZ":325.2099914550781,"RotY":0.0,"PropID":101051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/Raid_M302_Stove_Brigde.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/New/Raid_M302_MonstersCheck.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200003,"RotY":90.0,"PosX":33.25,"PosY":0.9421449899673462,"PosZ":261.75,"NPCMonsterID":1022010,"EventID":40132202,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":90.0,"PosX":33.25,"PosY":0.9421449899673462,"PosZ":264.25,"NPCMonsterID":1022010,"EventID":40132202,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":90.0,"PosX":35.0,"PosY":0.9421449899673462,"PosZ":263.0,"NPCMonsterID":8003040,"EventID":40132201,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":270.0,"PosX":87.51000213623047,"PosY":-5.008941173553467,"PosZ":366.489990234375,"NPCMonsterID":1023020,"EventID":40132205,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":180.0,"PosX":81.0,"PosY":-5.025853157043457,"PosZ":289.75,"NPCMonsterID":1022010,"EventID":40132203,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":60.0,"PosX":79.0,"PosY":-5.025852203369141,"PosZ":285.5,"NPCMonsterID":1022010,"EventID":40132203,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":270.0,"PosX":82.25,"PosY":-5.025853157043457,"PosZ":285.75,"NPCMonsterID":8002010,"EventID":40132204,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":180.0,"PosX":119.5,"PosY":-5.030587196350098,"PosZ":348.25,"NPCMonsterID":1022010,"EventID":40132203,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":180.0,"PosX":120.68399810791016,"PosY":-5.030587196350098,"PosZ":349.30999755859375,"NPCMonsterID":1022010,"EventID":40132202,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":180.0,"PosX":122.0,"PosY":-5.030587196350098,"PosZ":348.25,"NPCMonsterID":1022010,"EventID":40132203,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"11":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":5.75,"PosY":4.438976764678955,"PosZ":256.0,"RotY":90.0,"PropID":220,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/Raid_M302_FuelOther.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FireOrb_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":81.12277221679688,"PosY":-4.300000190734863,"PosZ":324.9809875488281,"RotY":0.0,"PropID":220,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/Raid_M302_FuelOther.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FireOrb_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":121.23999786376952,"PosY":-0.5208240151405334,"PosZ":370.0,"RotY":0.0,"PropID":220,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/Raid_M302_FuelOther.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_FireOrb_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"20":{"props":[{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":113.0,"PosY":-2.0208239555358887,"PosZ":376.75,"RotY":90.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/New/Raid_M302_BoxMan.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":123.27999877929688,"PosY":-2.0208239555358887,"PosZ":361.0199890136718,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":113.72000122070312,"PosY":-2.0208239555358887,"PosZ":367.0499877929687,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":112.19580078125,"PosY":-2.0208239555358887,"PosZ":366.8801879882813,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":123.15280151367188,"PosY":-2.0208239555358887,"PosZ":361.222900390625,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":111.91000366210938,"PosY":-2.0208239555358887,"PosZ":367.0499877929687,"RotY":90.0,"groupId":0}}},"21":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":44.06999969482422,"PosY":-4.783473014831543,"PosZ":322.2799987792969,"RotY":45.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/MazeRaid_M302/New/Raid_M302_Hit_Phase_03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":31.530000686645508,"PosY":20.0,"PosZ":352.0,"RotY":120.0,"groupId":0},"2":{"ID":2,"PosX":64.22000122070312,"PosY":10.0,"PosZ":344.4200134277344,"RotY":140.0,"groupId":0}}}}},"P40101_F40101006":{"teleports":{"2102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":48.92108154296875,"PosY":5.609662055969238,"PosZ":-23.909320831298828,"RotY":0.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":29,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"18":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":125.92610168457033,"PosX":3.5518970489501953,"PosY":8.04844856262207,"PosZ":-59.51274108886719,"NPCMonsterID":8001010,"EventID":40101101,"groupId":18,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":222.2760009765625,"PosX":34.24660110473633,"PosY":2.845616102218628,"PosZ":-51.56583023071289,"NPCMonsterID":1022020,"EventID":40101102,"groupId":18,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"19":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":30.586069107055664,"PosX":15.269399642944336,"PosY":0.047127000987529755,"PosZ":-85.56556701660156,"NPCMonsterID":1022010,"EventID":40101103,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":90.06900024414062,"PosY":3.551424026489258,"PosZ":-36.22999954223633,"RotY":0.0,"PropID":301071,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","WaitActive"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_HeatDevice_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":23.23291015625,"PosY":14.658100128173828,"PosZ":-16.227550506591797,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":29,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":48.92108154296875,"PosY":5.609662055969238,"PosZ":-23.909320831298828,"RotY":0.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":29,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":16.426219940185547,"PosY":14.486029624938965,"PosZ":-17.799030303955078,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":55.51002883911133,"PosY":3.9061849117279057,"PosZ":-33.669578552246094,"RotY":90.0,"groupId":0}}}}},"P40111_F40111001":{"teleports":{"2102":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.155111789703369,"PosY":2.176387071609497,"PosZ":12.43000030517578,"RotY":0.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":9,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":13.126999855041504,"PosY":-2.1390230655670166,"PosZ":-16.017000198364258,"RotY":225.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":29.457000732421875,"PosY":-1.1138069629669187,"PosZ":-87.13200378417967,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":26.760000228881836,"PosY":-1.149999976158142,"PosZ":-82.58799743652344,"RotY":0.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.369999885559082,"PosY":-2.1340019702911377,"PosZ":-88.88999938964844,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.3099839985370636,"PosY":-2.134002923965454,"PosZ":-90.15000915527344,"RotY":180.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":21.100000381469727,"PosY":-2.100800037384033,"PosZ":-122.72000122070312,"RotY":-0.000014999999621068127,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":17.8700008392334,"PosY":-2.139024019241333,"PosZ":-6.619997978210449,"RotY":135.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[],"npcs":[],"monsters":[{"ID":200004,"RotY":90.0,"PosX":5.847577095031738,"PosY":-2.134002923965454,"PosZ":-112.58730316162108,"NPCMonsterID":1012030,"EventID":40111205,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":225.0,"PosX":10.659999847412108,"PosY":-2.1128718852996826,"PosZ":-63.060001373291016,"NPCMonsterID":1002040,"EventID":40111201,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":7.413518905639648,"PosY":-2.1128718852996826,"PosZ":-43.349998474121094,"NPCMonsterID":1012030,"EventID":40111202,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":168.2227020263672,"PosX":-8.5700044631958,"PosY":1.8763870000839231,"PosZ":10.659999847412108,"NPCMonsterID":1002030,"EventID":40111203,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"9":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":35.712059020996094,"PosY":-0.8340029716491699,"PosZ":-102.38999938964844,"RotY":0.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":9,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.155111789703369,"PosY":2.176387071609497,"PosZ":12.43000030517578,"RotY":0.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":9,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":42.930030822753906,"PosY":-1.1340030431747437,"PosZ":-97.30998229980469,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":38.95003128051758,"PosY":-1.1340030431747437,"PosZ":-97.30998229980469,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":-6.70941686630249,"PosY":1.8763870000839231,"PosZ":7.916367053985595,"RotY":0.0,"groupId":0}}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":11.76898956298828,"PosY":-2.134002923965454,"PosZ":-80.17469024658203,"RotY":0.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40121_F40121001":{"teleports":{"2102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":110.1999969482422,"PosY":58.97999954223633,"PosZ":-101.63999938964844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2102,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"5":{"props":[{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":135.10899353027344,"PosY":50.63899993896485,"PosZ":-125.26599884033205,"RotY":328.4480895996094,"PropID":301004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_ElevatorMat_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":128.6999969482422,"PosY":58.98400115966797,"PosZ":-126.2300033569336,"RotY":234.1800994873047,"PropID":101008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_Switch_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":142.0800018310547,"PosY":28.415159225463867,"PosZ":-124.75,"RotY":352.1304931640625,"PropID":101008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_Switch_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":135.1199951171875,"PosY":58.97999954223633,"PosZ":-125.26000213623048,"RotY":0.0,"PropID":101007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Elevator_Move.json","State":"Elevator2","propStateList":["Locked","Elevator1","Elevator2","Elevator3"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_03_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":135.1199951171875,"PosY":28.359790802001953,"PosZ":-125.26000213623048,"RotY":0.0,"PropID":301005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_ElevatorBase_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":113.23999786376952,"PosY":58.97999954223633,"PosZ":-107.86000061035156,"RotY":330.4169006347656,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"3":{"ID":3,"PosX":135.1199951171875,"PosY":29.18000030517578,"PosZ":-125.26000213623048,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":135.1199951171875,"PosY":59.00788116455078,"PosZ":-125.26000213623048,"RotY":0.0,"groupId":0}}},"9":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":294.11370849609375,"PosX":185.85000610351565,"PosY":28.38999938964844,"PosZ":-126.88999938964844,"NPCMonsterID":8003041,"EventID":40121007,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":272.01251220703125,"PosX":176.4499969482422,"PosY":55.52000045776367,"PosZ":-183.83999633789065,"NPCMonsterID":8003010,"EventID":40121006,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":0.0,"PosX":125.97000122070312,"PosY":46.540000915527344,"PosZ":-72.77999877929688,"NPCMonsterID":8003020,"EventID":40121005,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":195.7841033935547,"PosY":26.02829933166504,"PosZ":-132.11740112304688,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":135.50999450683594,"PosY":46.29999923706055,"PosZ":-71.95999908447266,"RotY":267.6600036621094,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":206.4499969482422,"PosY":37.18000030517578,"PosZ":-159.19000244140625,"RotY":267.6600036621094,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":181.42999267578125,"PosY":55.279998779296875,"PosZ":-180.58999633789065,"RotY":236.57150268554688,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/PowerBoss/Maze_Prop_PowerBoss_Logic.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":126.04000091552734,"PosY":46.51800155639648,"PosZ":-72.94000244140625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":171.14999389648438,"PosY":55.70000076293945,"PosZ":-186.77000427246097,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":187.36000061035156,"PosY":28.38999938964844,"PosZ":-129.27999877929688,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":116.2699966430664,"PosY":58.97999954223633,"PosZ":-108.45999908447266,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":127.0199966430664,"PosY":58.97999954223633,"PosZ":-131.7100067138672,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":107.40000152587892,"PosY":58.98500061035156,"PosZ":-94.46800231933594,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":103.91000366210938,"PosY":59.029998779296875,"PosZ":-93.55999755859376,"RotY":330.71490478515625,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":127.73999786376952,"PosY":59.029998779296875,"PosZ":-135.39999389648438,"RotY":329.4695129394531,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"12":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":121.47000122070312,"PosY":46.810001373291016,"PosZ":-54.279998779296875,"NPCMonsterID":1022020,"EventID":40121009,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":131.82000732421875,"PosY":46.58000183105469,"PosZ":-34.93000030517578,"NPCMonsterID":8001010,"EventID":40121008,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":335.1922912597656,"PosX":140.3300018310547,"PosY":59.04999923706055,"PosZ":-159.97999572753906,"NPCMonsterID":8001020,"EventID":40121009,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":176.75,"PosX":155.86000061035156,"PosY":30.079999923706055,"PosZ":-112.41999816894533,"NPCMonsterID":1022010,"EventID":40121010,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":212.5099945068359,"PosX":168.5800018310547,"PosY":28.559999465942383,"PosZ":-118.97000122070312,"NPCMonsterID":1022020,"EventID":40121008,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":359.8599853515625,"PosX":137.25999450683594,"PosY":59.06999969482422,"PosZ":-157.64999389648438,"NPCMonsterID":1022010,"EventID":40121010,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":175.5,"PosY":28.520000457763672,"PosZ":-121.84999847412108,"RotY":0.0,"PropID":9090008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/PowerBoss/Maze_Prop_DieTest.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/WhiteBox/Common/Test_AreaBuff_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":126.02999877929688,"PosY":46.900001525878906,"PosZ":-72.75,"RotY":0.0,"PropID":9090008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/PowerBoss/Maze_Prop_BuffProp.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/WhiteBox/Common/Test_AreaBuff_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":176.28500366210938,"PosY":55.608001708984375,"PosZ":-183.9320068359375,"RotY":0.0,"PropID":9090008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/WhiteBox/Common/Test_AreaBuff_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":186.2400054931641,"PosY":28.4060001373291,"PosZ":-126.81199645996094,"RotY":0.0,"PropID":9090008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/WhiteBox/Common/Test_AreaBuff_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":107.45999908447266,"PosY":58.97999954223633,"PosZ":-105.19000244140624,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":16,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":110.1999969482422,"PosY":58.97999954223633,"PosZ":-101.63999938964844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2102,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":109.5500030517578,"PosY":58.97999954223633,"PosZ":-106.87000274658205,"RotY":90.0,"groupId":0}}},"17":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":168.97000122070312,"PosY":54.15999984741211,"PosZ":-146.4600067138672,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":168.22999572753906,"PosY":56.220001220703125,"PosZ":-158.4600067138672,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":166.25,"PosY":32.939998626708984,"PosZ":-96.55000305175781,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":132.6999969482422,"PosY":38.33000183105469,"PosZ":-90.1500015258789,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":122.0,"PosY":47.150001525878906,"PosZ":-24.200000762939453,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":117.71099853515624,"PosY":47.569000244140625,"PosZ":-10.050000190734863,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40121_F40121002":{"teleports":{"2102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":205.4900054931641,"PosY":46.599998474121094,"PosZ":-60.119998931884766,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":16,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"3":{"props":[{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":135.10899353027344,"PosY":50.63899993896485,"PosZ":-125.26599884033205,"RotY":328.4480895996094,"PropID":301004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_ElevatorMat_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":128.6999969482422,"PosY":58.98400115966797,"PosZ":-126.2300033569336,"RotY":234.1800994873047,"PropID":101008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_Switch_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":142.0800018310547,"PosY":28.415159225463867,"PosZ":-124.75,"RotY":352.1304931640625,"PropID":101008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_Switch_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":135.1199951171875,"PosY":58.97999954223633,"PosZ":-125.26000213623048,"RotY":0.0,"PropID":101007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Elevator_Move.json","State":"Elevator2","propStateList":["Locked","Elevator1","Elevator2","Elevator3"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_03_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":135.1199951171875,"PosY":28.359790802001953,"PosZ":-125.26000213623048,"RotY":0.0,"PropID":301005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_ElevatorBase_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"3":{"ID":3,"PosX":135.1199951171875,"PosY":29.18000030517578,"PosZ":-125.26000213623048,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":135.1199951171875,"PosY":59.00788116455078,"PosZ":-125.26000213623048,"RotY":0.0,"groupId":0}}},"10":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":81.87930297851562,"PosX":121.61000061035156,"PosY":46.54999923706055,"PosZ":-72.7699966430664,"NPCMonsterID":8003040,"EventID":40121001,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":137.25999450683594,"PosY":46.442630767822266,"PosZ":-71.9800033569336,"RotY":268.87908935546875,"groupId":0}}},"12":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":200.6199951171875,"PosY":35.040000915527344,"PosZ":-159.61000061035156,"NPCMonsterID":1022010,"EventID":40121012,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":270.0,"PosX":224.91000366210935,"PosY":47.2400016784668,"PosZ":-140.9499969482422,"NPCMonsterID":1022020,"EventID":40121013,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":270.0,"PosX":235.72000122070312,"PosY":45.27000045776367,"PosZ":-76.3499984741211,"NPCMonsterID":1022010,"EventID":40121014,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":207.39230346679688,"PosX":241.57000732421875,"PosY":45.27000045776367,"PosZ":-62.630001068115234,"NPCMonsterID":8003010,"EventID":40121015,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":207.39230346679688,"PosX":235.66000366210935,"PosY":45.27000045776367,"PosZ":-54.130001068115234,"NPCMonsterID":1022010,"EventID":40121016,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":0.0,"PosX":241.16000366210935,"PosY":45.27000045776367,"PosZ":-58.58000183105469,"NPCMonsterID":8001030,"EventID":40121016,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":0.0,"PosX":238.22999572753903,"PosY":45.27000045776367,"PosZ":-64.94000244140625,"NPCMonsterID":8001030,"EventID":40121016,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":0.0,"PosX":245.36000061035156,"PosY":45.27000045776367,"PosZ":-64.48999786376953,"NPCMonsterID":8001030,"EventID":40121016,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":226.3300018310547,"PosY":47.47999954223633,"PosZ":-116.18000030517578,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":16,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":205.4900054931641,"PosY":46.599998474121094,"PosZ":-60.119998931884766,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":16,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":227.97000122070312,"PosY":47.51918029785156,"PosZ":-115.98999786376952,"RotY":47.13240051269531,"groupId":0},"2":{"ID":2,"PosX":204.69000244140625,"PosY":46.59000015258789,"PosZ":-61.849998474121094,"RotY":260.5470886230469,"groupId":0}}},"17":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":185.6300048828125,"PosY":29.360639572143555,"PosZ":-138.27000427246094,"NPCMonsterID":8001020,"EventID":40121001,"groupId":17,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":72.82018280029298,"PosX":187.4199981689453,"PosY":46.41167068481445,"PosZ":-65.83999633789062,"NPCMonsterID":8003010,"EventID":40121003,"groupId":17,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"18":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":0.0,"PosX":185.6300048828125,"PosY":29.360639572143555,"PosZ":-138.27000427246094,"NPCMonsterID":8001020,"EventID":40121001,"groupId":18,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P40121_F40121003":{"teleports":{},"group_items":{"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":122.98999786376952,"PosY":46.7599983215332,"PosZ":-33.970001220703125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/Test_Prop_Chap02_PlayRobot.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":126.4542999267578,"PosY":47.25550079345703,"PosZ":-12.959099769592283,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":122.14199829101564,"PosY":46.71200180053711,"PosZ":-38.51300048828125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/Test_Prop_Chap02_PlayRobot.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":122.27700042724608,"PosY":46.69226837158203,"PosZ":-38.43561935424805,"Name":"NPC1","RotY":82.33000183105469,"NPCID":1007,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"monsters":[{"ID":200002,"RotY":0.0,"PosX":125.5894012451172,"PosY":46.63777160644531,"PosZ":-33.09442138671875,"NPCMonsterID":1002020,"EventID":20131001,"groupId":20,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":337.40069580078125,"PosX":129.0186004638672,"PosY":46.60411071777344,"PosZ":-26.885820388793945,"NPCMonsterID":1002020,"EventID":20131001,"groupId":20,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":57.49905014038086,"PosX":135.82449340820312,"PosY":46.58414840698242,"PosZ":-34.26911926269531,"NPCMonsterID":1002020,"EventID":20131001,"groupId":20,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":117.87860107421876,"PosX":129.59669494628906,"PosY":46.69742965698242,"PosZ":-47.67461013793945,"NPCMonsterID":1002020,"EventID":20131001,"groupId":20,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":154.94960021972656,"PosX":125.00540161132812,"PosY":46.60789108276367,"PosZ":-52.59896087646485,"NPCMonsterID":1002020,"EventID":20131001,"groupId":20,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":229.12680053710935,"PosX":115.28890228271484,"PosY":46.94694900512695,"PosZ":-45.967010498046875,"NPCMonsterID":1002020,"EventID":20131001,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":123.24539947509766,"PosY":46.65890884399414,"PosZ":-38.661380767822266,"RotY":0.0,"groupId":0}}}}},"P40121_F40121005":{"teleports":{"2102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":101.40499877929688,"PosY":52.00389099121094,"PosZ":-101.08589935302734,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2102,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":168.97000122070312,"PosY":54.15999984741211,"PosZ":-146.4600067138672,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":168.22999572753906,"PosY":56.220001220703125,"PosZ":-158.4600067138672,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":166.25,"PosY":32.939998626708984,"PosZ":-96.55000305175781,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":132.6999969482422,"PosY":38.33000183105469,"PosZ":-90.1500015258789,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":122.0,"PosY":47.150001525878906,"PosZ":-24.200000762939453,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":117.71099853515624,"PosY":47.569000244140625,"PosZ":-10.050000190734863,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":135.10899353027344,"PosY":50.63899993896485,"PosZ":-125.26599884033205,"RotY":328.4480895996094,"PropID":301004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_ElevatorMat_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":128.6999969482422,"PosY":58.98400115966797,"PosZ":-126.2300033569336,"RotY":234.1800994873047,"PropID":101008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_Switch_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":142.0800018310547,"PosY":28.415159225463867,"PosZ":-124.75,"RotY":352.1304931640625,"PropID":101008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_Switch_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":135.1199951171875,"PosY":58.97999954223633,"PosZ":-125.26000213623048,"RotY":0.0,"PropID":101007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Elevator_Move.json","State":"Elevator2","propStateList":["Locked","Elevator1","Elevator2","Elevator3"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_03_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":135.1199951171875,"PosY":28.359790802001953,"PosZ":-125.26000213623048,"RotY":0.0,"PropID":301005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_ElevatorBase_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":113.23999786376952,"PosY":58.97999954223633,"PosZ":-107.86000061035156,"RotY":330.4169006347656,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"3":{"ID":3,"PosX":135.1199951171875,"PosY":29.18000030517578,"PosZ":-125.26000213623048,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":135.1199951171875,"PosY":59.00788116455078,"PosZ":-125.26000213623048,"RotY":0.0,"groupId":0}}},"9":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":294.11370849609375,"PosX":185.85000610351565,"PosY":28.38999938964844,"PosZ":-126.88999938964844,"NPCMonsterID":8003041,"EventID":40121019,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":272.01251220703125,"PosX":176.4499969482422,"PosY":55.52000045776367,"PosZ":-183.83999633789065,"NPCMonsterID":8003010,"EventID":40121018,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":0.0,"PosX":125.97000122070312,"PosY":46.540000915527344,"PosZ":-72.77999877929688,"NPCMonsterID":8003020,"EventID":40121017,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":195.7841033935547,"PosY":26.02829933166504,"PosZ":-132.11740112304688,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":135.50999450683594,"PosY":46.29999923706055,"PosZ":-71.95999908447266,"RotY":267.6600036621094,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":206.4499969482422,"PosY":37.18000030517578,"PosZ":-159.19000244140625,"RotY":267.6600036621094,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":181.42999267578125,"PosY":55.279998779296875,"PosZ":-180.58999633789065,"RotY":236.57150268554688,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/PowerBoss/Maze_Prop_PowerBoss_Logic.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":126.04000091552734,"PosY":46.51800155639648,"PosZ":-72.94000244140625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":171.14999389648438,"PosY":55.70000076293945,"PosZ":-186.77000427246097,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":187.36000061035156,"PosY":28.38999938964844,"PosZ":-129.27999877929688,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":116.2699966430664,"PosY":58.97999954223633,"PosZ":-108.45999908447266,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":127.0199966430664,"PosY":58.97999954223633,"PosZ":-131.7100067138672,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":107.40000152587892,"PosY":58.98500061035156,"PosZ":-94.46800231933594,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":103.91000366210938,"PosY":59.029998779296875,"PosZ":-93.55999755859376,"RotY":330.71490478515625,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":127.73999786376952,"PosY":59.029998779296875,"PosZ":-135.39999389648438,"RotY":329.4695129394531,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"12":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":121.47000122070312,"PosY":46.810001373291016,"PosZ":-54.279998779296875,"NPCMonsterID":1022020,"EventID":40121021,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":131.82000732421875,"PosY":46.58000183105469,"PosZ":-34.93000030517578,"NPCMonsterID":8001010,"EventID":40121020,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":335.1922912597656,"PosX":140.3300018310547,"PosY":59.04999923706055,"PosZ":-159.97999572753906,"NPCMonsterID":8001020,"EventID":40121021,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":176.75,"PosX":155.86000061035156,"PosY":30.079999923706055,"PosZ":-112.41999816894533,"NPCMonsterID":1022010,"EventID":40121022,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":212.5099945068359,"PosX":168.5800018310547,"PosY":28.559999465942383,"PosZ":-118.97000122070312,"NPCMonsterID":1022020,"EventID":40121020,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":359.8599853515625,"PosX":137.25999450683594,"PosY":59.06999969482422,"PosZ":-157.64999389648438,"NPCMonsterID":1022010,"EventID":40121022,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":175.5,"PosY":28.520000457763672,"PosZ":-121.84999847412108,"RotY":0.0,"PropID":9090008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/PowerBoss/Maze_Prop_DieTest.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/WhiteBox/Common/Test_AreaBuff_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":126.02999877929688,"PosY":46.900001525878906,"PosZ":-72.75,"RotY":0.0,"PropID":9090008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/PowerBoss/Maze_Prop_BuffProp.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/WhiteBox/Common/Test_AreaBuff_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":176.28500366210938,"PosY":55.608001708984375,"PosZ":-183.9320068359375,"RotY":0.0,"PropID":9090008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/WhiteBox/Common/Test_AreaBuff_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":186.2400054931641,"PosY":28.4060001373291,"PosZ":-126.81199645996094,"RotY":0.0,"PropID":9090008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/WhiteBox/Common/Test_AreaBuff_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":107.45999908447266,"PosY":58.97999954223633,"PosZ":-105.19000244140624,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":16,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":101.40499877929688,"PosY":52.00389099121094,"PosZ":-101.08589935302734,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2102,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":109.5500030517578,"PosY":58.97999954223633,"PosZ":-106.87000274658205,"RotY":90.0,"groupId":0}}}}},"P40121_F40121006":{"teleports":{"2102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":101.40499877929688,"PosY":52.00389099121094,"PosZ":-101.08589935302734,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2102,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":168.97000122070312,"PosY":54.15999984741211,"PosZ":-146.4600067138672,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":168.22999572753906,"PosY":56.220001220703125,"PosZ":-158.4600067138672,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":166.25,"PosY":32.939998626708984,"PosZ":-96.55000305175781,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":132.6999969482422,"PosY":38.33000183105469,"PosZ":-90.1500015258789,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":122.0,"PosY":47.150001525878906,"PosZ":-24.200000762939453,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":117.71099853515624,"PosY":47.569000244140625,"PosZ":-10.050000190734863,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":135.10899353027344,"PosY":50.63899993896485,"PosZ":-125.26599884033205,"RotY":328.4480895996094,"PropID":301004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_ElevatorMat_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":128.6999969482422,"PosY":58.98400115966797,"PosZ":-126.2300033569336,"RotY":234.1800994873047,"PropID":101008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_Switch_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":142.0800018310547,"PosY":28.415159225463867,"PosZ":-124.75,"RotY":352.1304931640625,"PropID":101008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_Switch_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":135.1199951171875,"PosY":58.97999954223633,"PosZ":-125.26000213623048,"RotY":0.0,"PropID":101007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Elevator_Move.json","State":"Locked","propStateList":["Locked","Elevator1","Elevator2","Elevator3"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_03_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":135.1199951171875,"PosY":28.359790802001953,"PosZ":-125.26000213623048,"RotY":0.0,"PropID":301005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_ElevatorBase_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":113.23999786376952,"PosY":58.97999954223633,"PosZ":-107.86000061035156,"RotY":330.4169006347656,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"3":{"ID":3,"PosX":135.1199951171875,"PosY":29.18000030517578,"PosZ":-125.26000213623048,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":135.1199951171875,"PosY":59.00788116455078,"PosZ":-125.26000213623048,"RotY":0.0,"groupId":0}}},"9":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":272.01251220703125,"PosX":176.4499969482422,"PosY":55.52000045776367,"PosZ":-183.83999633789065,"NPCMonsterID":8003010,"EventID":40121025,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":0.0,"PosX":125.97000122070312,"PosY":46.540000915527344,"PosZ":-72.77999877929688,"NPCMonsterID":8003020,"EventID":40121024,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":195.7841033935547,"PosY":26.02829933166504,"PosZ":-132.11740112304688,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":135.50999450683594,"PosY":46.29999923706055,"PosZ":-71.95999908447266,"RotY":267.6600036621094,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":206.4499969482422,"PosY":37.18000030517578,"PosZ":-159.19000244140625,"RotY":267.6600036621094,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":181.42999267578125,"PosY":55.279998779296875,"PosZ":-180.58999633789065,"RotY":236.57150268554688,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/PowerBoss/Maze_Prop_PowerBoss_Logic_LV0.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":126.04000091552734,"PosY":46.51800155639648,"PosZ":-72.94000244140625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":171.14999389648438,"PosY":55.70000076293945,"PosZ":-186.77000427246097,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":187.36000061035156,"PosY":28.38999938964844,"PosZ":-129.27999877929688,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":116.2699966430664,"PosY":58.97999954223633,"PosZ":-108.45999908447266,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":127.0199966430664,"PosY":58.97999954223633,"PosZ":-131.7100067138672,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":107.40000152587892,"PosY":58.98500061035156,"PosZ":-94.46800231933594,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":103.91000366210938,"PosY":59.029998779296875,"PosZ":-93.55999755859376,"RotY":330.71490478515625,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":127.73999786376952,"PosY":59.029998779296875,"PosZ":-135.39999389648438,"RotY":329.4695129394531,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"12":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":121.47000122070312,"PosY":46.810001373291016,"PosZ":-54.279998779296875,"NPCMonsterID":1022020,"EventID":40121028,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":131.82000732421875,"PosY":46.58000183105469,"PosZ":-34.93000030517578,"NPCMonsterID":8001010,"EventID":40121027,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":335.1922912597656,"PosX":140.3300018310547,"PosY":59.04999923706055,"PosZ":-159.97999572753906,"NPCMonsterID":8001020,"EventID":40121029,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":359.8599853515625,"PosX":137.25999450683594,"PosY":59.06999969482422,"PosZ":-157.64999389648438,"NPCMonsterID":1022010,"EventID":40121030,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":175.5,"PosY":28.520000457763672,"PosZ":-121.84999847412108,"RotY":0.0,"PropID":9090008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/PowerBoss/Maze_Prop_DieTest.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/WhiteBox/Common/Test_AreaBuff_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":126.02999877929688,"PosY":46.900001525878906,"PosZ":-72.75,"RotY":0.0,"PropID":9090008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/PowerBoss/Maze_Prop_BuffProp.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/WhiteBox/Common/Test_AreaBuff_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":176.28500366210938,"PosY":55.608001708984375,"PosZ":-183.9320068359375,"RotY":0.0,"PropID":9090008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/WhiteBox/Common/Test_AreaBuff_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":186.2400054931641,"PosY":28.4060001373291,"PosZ":-126.81199645996094,"RotY":0.0,"PropID":9090008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/WhiteBox/Common/Test_AreaBuff_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":107.45999908447266,"PosY":58.97999954223633,"PosZ":-105.19000244140624,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":16,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":101.40499877929688,"PosY":52.00389099121094,"PosZ":-101.08589935302734,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2102,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":109.5500030517578,"PosY":58.97999954223633,"PosZ":-106.87000274658205,"RotY":90.0,"groupId":0}}}}},"P40122_F40122001":{"teleports":{},"group_items":{"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.412201881408691,"PosY":-0.13676300644874573,"PosZ":98.84632110595702,"RotY":289.7576904296875,"PropID":101075,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/TrackGamePlay/TrackNpcTrigger03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Sholve_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40123_F40123001":{"teleports":{"2102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.238279342651367,"PosY":12.37047004699707,"PosZ":-3.027431011199951,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":12,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_Gamplay_Mission.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.86547088623047,"PosY":19.959949493408203,"PosZ":79.1381607055664,"RotY":134.75050354003906,"PropID":301010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_BrokenRobotMission.json","State":"Closed","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Robot_05_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.67951965332031,"PosY":20.642169952392575,"PosZ":78.70172119140625,"RotY":255.80990600585935,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_RobotConsole_Camera_Mission2011701.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_Effect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.86547088623047,"PosY":19.860170364379883,"PosZ":79.1381607055664,"RotY":134.75050354003906,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-38.5,"PosY":21.079999923706055,"PosZ":74.05999755859375,"RotY":11.169260025024414,"groupId":0},"2":{"ID":2,"PosX":-37.926998138427734,"PosY":21.687000274658203,"PosZ":77.69599914550781,"RotY":0.0,"groupId":0}}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.300000190734863,"PosY":12.340000152587892,"PosZ":9.5600004196167,"RotY":157.0,"PropID":101007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Elevator_Move.json","State":"Elevator1","propStateList":["Locked","Elevator1","Elevator2","Elevator3"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.300000190734863,"PosY":11.686189651489258,"PosZ":9.5600004196167,"RotY":157.0,"PropID":301004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_ElevatorMat_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.729999542236328,"PosY":20.120439529418945,"PosZ":14.760000228881836,"RotY":67.0,"PropID":101008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_Switch_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.317999839782717,"PosY":12.058230400085447,"PosZ":4.630000114440918,"RotY":180.0,"PropID":101008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_Switch_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.300000190734863,"PosY":11.686189651489258,"PosZ":9.5600004196167,"RotY":157.0,"PropID":301005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_ElevatorBase_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.039000034332275,"PosY":19.995439529418945,"PosZ":25.35700035095215,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.949999809265137,"PosY":20.01300048828125,"PosZ":29.20199966430664,"RotY":0.0,"PropID":101003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01B_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.039000034332275,"PosY":19.98929977416992,"PosZ":-21.229999542236328,"RotY":0.0,"PropID":101019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Open","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_SchwaroDataCenter_Door_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.755000114440918,"PosY":20.02495002746582,"PosZ":-18.88999938964844,"RotY":0.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.18000030517578,"PosY":11.970999717712402,"PosZ":-2.859999895095825,"RotY":158.98590087890625,"PropID":301002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Maze2_3/Maze_Chapter_01_M0203_PowerStation01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":58.38999938964844,"PosY":15.961000442504885,"PosZ":-7.510000228881835,"RotY":286.3450012207031,"PropID":301002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.291479110717773,"PosY":11.902000427246094,"PosZ":0.9499819874763488,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-11.06999969482422,"PosY":20.0,"PosZ":8.880000114440918,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-11.06999969482422,"PosY":12.0,"PosZ":8.880000114440918,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-75.41000366210938,"PosY":13.979029655456545,"PosZ":18.450000762939453,"RotY":237.56509399414065,"groupId":0},"4":{"ID":4,"PosX":61.99300003051758,"PosY":11.996649742126465,"PosZ":32.358001708984375,"RotY":56.72888946533203,"groupId":0},"5":{"ID":5,"PosX":-13.300000190734863,"PosY":12.340000152587892,"PosZ":9.5600004196167,"RotY":157.0,"groupId":0},"6":{"ID":6,"PosX":-13.300000190734863,"PosY":19.940000534057617,"PosZ":9.5600004196167,"RotY":157.0,"groupId":0},"7":{"ID":7,"PosX":-82.21499633789062,"PosY":11.983579635620115,"PosZ":-2.868000030517578,"RotY":0.0,"groupId":0},"8":{"ID":8,"PosX":58.380001068115234,"PosY":16.086999893188477,"PosZ":-7.5,"RotY":0.0,"groupId":0}}},"7":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":300.0,"PosX":36.88999938964844,"PosY":11.92551040649414,"PosZ":0.25999999046325684,"NPCMonsterID":1022010,"EventID":40123011,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":209.99989318847656,"PosX":31.899999618530273,"PosY":11.998279571533203,"PosZ":0.8700000047683715,"NPCMonsterID":8001010,"EventID":40123012,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":255.0,"PosX":41.630001068115234,"PosY":11.938400268554688,"PosZ":10.539999961853027,"NPCMonsterID":1022020,"EventID":40123013,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":315.0,"PosX":48.189998626708984,"PosY":15.842840194702148,"PosZ":-4.289999961853027,"NPCMonsterID":1022010,"EventID":40123014,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"8":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.34000015258789,"PosY":22.979320526123047,"PosZ":63.63999938964844,"RotY":269.9999084472656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-33.98699951171875,"PosY":19.97945022583008,"PosZ":33.33399963378906,"Name":"NPC1","RotY":3.4806480407714844,"NPCID":2104,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":4.166420936584473,"PosY":23.39970970153809,"PosZ":61.75809860229492,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":12,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.238279342651367,"PosY":12.37047004699707,"PosZ":-3.027431011199951,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":12,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-4.558463096618652,"PosY":22.972660064697266,"PosZ":56.6663703918457,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":-11.385239601135254,"PosY":12.063300132751465,"PosZ":-1.4259719848632812,"RotY":90.0,"groupId":0}}}}},"P40131_F40131001":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.91999816894533,"PosY":-2.109999895095825,"PosZ":-90.66999816894531,"RotY":90.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},"10045":{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":35.209999084472656,"PosY":4.650000095367432,"PosZ":-102.86000061035156,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon_Finish.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.5,"PosY":-0.10999999940395357,"PosZ":-91.69000244140624,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.91999816894533,"PosY":-2.109999895095825,"PosZ":-90.66999816894531,"RotY":90.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-106.12200164794922,"PosY":-2.114000082015991,"PosZ":-95.61900329589844,"Name":"NPC1","RotY":290.20001220703125,"NPCID":2104,"groupId":1,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-114.41000366210938,"PosY":-2.109999895095825,"PosZ":-94.31999969482422,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":-50.779998779296875,"PosY":-0.10999999940395357,"PosZ":-94.0999984741211,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":-108.4800033569336,"PosY":-2.109999895095825,"PosZ":-94.29000091552734,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":-74.38999938964844,"PosY":-0.10999999940395357,"PosZ":-53.880001068115234,"RotY":0.0,"groupId":0}}},"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/M301_Raid01/Maze_Chap01_M301_Raid01_CheckKillNum.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.0999984741211,"PosY":-0.10999999940395357,"PosZ":-76.19999694824219,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/M301_Raid01/Maze_Chap01_M301_Raid01_BossCase.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.18000030517578,"PosY":-0.10999999940395357,"PosZ":-94.04000091552734,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-76.19000244140625,"PosY":-0.10999999940395357,"PosZ":-82.79000091552734,"NPCMonsterID":1002040,"EventID":40131008,"groupId":2,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":160.8800048828125,"PosX":-67.54000091552734,"PosY":-0.10999999940395357,"PosZ":-98.73999786376953,"NPCMonsterID":1002040,"EventID":40131010,"groupId":2,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":48.24691009521485,"PosX":-63.69200134277344,"PosY":-0.11100000143051147,"PosZ":-89.0459976196289,"NPCMonsterID":1002040,"EventID":40131008,"groupId":2,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":270.0,"PosX":-75.12000274658203,"PosY":-0.10999999940395357,"PosZ":-87.56999969482422,"NPCMonsterID":1002030,"EventID":40131009,"groupId":2,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":337.55828857421875,"PosX":-69.08000183105469,"PosY":-0.10999999940395357,"PosZ":-88.5,"NPCMonsterID":1002030,"EventID":40131011,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"6":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.009999999776482582,"PosY":-0.4600000083446502,"PosZ":-54.68000030517578,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.00030899999546818435,"PosY":-2.700000047683716,"PosZ":-94.0,"RotY":180.0,"PropID":301011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_State.json","State":"BridgeState1","propStateList":["BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":27.59000015258789,"PosY":-2.9999969005584717,"PosZ":-87.2300033569336,"RotY":77.5,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_Controller.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":3.5999999046325684,"PosY":-3.000001907348633,"PosZ":-122.6999969482422,"RotY":268.1231994628906,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_Controller.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.92400360107422,"PosY":-0.11100000143051147,"PosZ":-46.6879997253418,"RotY":180.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.659999847412109,"PosY":-3.0,"PosZ":-64.97200012207031,"RotY":71.16293334960938,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.78900146484375,"PosY":-0.041999999433755875,"PosZ":-93.97000122070312,"RotY":270.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":0.2199999988079071,"PosY":1.0099999904632568,"PosZ":-182.6300048828125,"RotY":0.0,"PropID":101005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_07_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.4800033569336,"PosY":-2.109999895095825,"PosZ":-94.0999984741211,"RotY":90.0,"PropID":101005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_07_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.9940000176429749,"PosZ":-193.47300720214844,"RotY":0.0,"PropID":301002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.23999999463558197,"PosY":1.0099999904632568,"PosZ":-182.4199981689453,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/M301_Raid01/Maze_Chap01_M301_Raid01_EXOpenDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.36000061035156,"PosY":-2.109999895095825,"PosZ":-93.55999755859376,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/M301_Raid01/Maze_Chap01_M301_Raid01_EXCloseDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.75899887084961,"PosY":-0.041999999433755875,"PosZ":-90.94999694824219,"RotY":90.0,"PropID":301065,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_11_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.75899887084961,"PosY":-0.041999999433755875,"PosZ":-96.98999786376953,"RotY":90.0,"PropID":301065,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_11_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.350000381469727,"PosY":-3.0,"PosZ":-93.47000122070312,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.58999633789062,"PosY":-0.10999999940395357,"PosZ":-58.79999923706055,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/M301_Raid01/Maze_Chap01_M301_Raid01_EXChat01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-105.52999877929688,"PosY":-2.109999895095825,"PosZ":-94.2300033569336,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/M301_Raid01/Maze_Chap01_M301_Raid01_StageObjClose3.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.3730010986328,"PosY":-2.114353895187378,"PosZ":-94.17569732666016,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-0.20999999344348907,"PosY":-3.0,"PosZ":-127.70999908447266,"Name":"NPC1","RotY":0.0,"NPCID":2107,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.0003499999875202775,"PosY":-2.700000047683716,"PosZ":-94.00023651123047,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":0.0003499999875202775,"PosY":-2.700000047683716,"PosZ":-94.00023651123047,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":0.0003499999875202775,"PosY":-2.700000047683716,"PosZ":-94.00023651123047,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":0.0003499999875202775,"PosY":-2.700000047683716,"PosZ":-94.00023651123047,"RotY":270.0,"groupId":0},"5":{"ID":5,"PosX":-79.91999816894531,"PosY":5.320000171661377,"PosZ":-94.1500015258789,"RotY":90.0,"groupId":0},"6":{"ID":6,"PosX":-91.47000122070312,"PosY":4.360000133514404,"PosZ":-91.0,"RotY":111.34600067138672,"groupId":0},"7":{"ID":7,"PosX":-112.19000244140624,"PosY":2.309999942779541,"PosZ":-97.0999984741211,"RotY":74.51200866699219,"groupId":0},"8":{"ID":8,"PosX":-75.2300033569336,"PosY":4.590000152587891,"PosZ":-105.94000244140624,"RotY":1.2641299962997437,"groupId":0}}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.83000183105469,"PosY":-3.0,"PosZ":-94.13999938964844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-32.61000061035156,"PosY":-3.0,"PosZ":-94.51599884033203,"Name":"NPC1","RotY":270.0,"NPCID":2108,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"monsters":[{"ID":200004,"RotY":90.0,"PosX":-68.2959976196289,"PosY":-0.11100000143051147,"PosZ":-54.64099884033203,"NPCMonsterID":1002040,"EventID":40131008,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":311.9599914550781,"PosX":-81.76200103759767,"PosY":-0.11100000143051147,"PosZ":-50.86000061035156,"NPCMonsterID":1002030,"EventID":40131009,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"9":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-83.53800201416016,"PosY":-0.11100000143051147,"PosZ":-52.25299835205078,"RotY":40.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-83.69000244140625,"PosY":-0.10999999940395357,"PosZ":-52.79999923706055,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.74100112915039,"PosY":-3.0,"PosZ":-83.06900024414062,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.949999809265137,"PosY":-3.0,"PosZ":-131.1199951171875,"RotY":40.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":35.042999267578125,"PosY":1.006999969482422,"PosZ":-170.6699981689453,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-98.4260025024414,"PosY":-2.114000082015991,"PosZ":-91.36299896240233,"RotY":40.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.539999961853027,"PosY":-0.9800000190734864,"PosZ":-228.44000244140625,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"13":{"props":[{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-109.09999847412108,"PosY":-2.1143550872802734,"PosZ":-88.80999755859375,"RotY":90.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BoxMan_NoCam.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-108.8000030517578,"PosY":-2.11899995803833,"PosZ":-93.89600372314453,"RotY":90.0,"groupId":0}}},"14":{"props":[{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.1500015258789,"PosY":-0.11100000143051147,"PosZ":-73.91000366210938,"RotY":0.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BoxMan_NoCam.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.90000915527344,"PosY":-0.11098700016736984,"PosZ":-66.29998016357422,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-74.99500274658203,"PosY":-0.10999999940395357,"PosZ":-73.58499908447266,"RotY":2.166208028793335,"groupId":0}}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.83999633789062,"PosY":-2.109999895095825,"PosZ":-96.9800033569336,"RotY":265.9513854980469,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_RaidM301_Robot_Gamplay2.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.83999633789062,"PosY":-2.109999895095825,"PosZ":-96.9800033569336,"RotY":265.9513854980469,"PropID":301010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_BrokenRobotTutorial.json","State":"Closed","propStateList":["Closed","Open"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Robot_05_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.2020034790039,"PosY":-1.343999981880188,"PosZ":-96.83699798583984,"RotY":265.9513854980469,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_RobotConsole_CameraInRaid.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.31999969482422,"PosY":-0.10999999940395357,"PosZ":-75.3499984741211,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_Effect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":22.615659713745117,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":35.209999084472656,"PosY":4.650000095367432,"PosZ":-102.86000061035156,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon_Finish.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":32.29999923706055,"PosY":-3.0,"PosZ":-106.31999969482422,"RotY":22.615659713745117,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":31.100000381469727,"PosY":-3.0,"PosZ":-104.48999786376952,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-101.79000091552734,"PosY":1.559999942779541,"PosZ":-92.54000091552734,"RotY":133.68580627441406,"groupId":0},"2":{"ID":2,"PosX":-62.84000015258789,"PosY":5.489999771118164,"PosZ":-100.84999847412108,"RotY":302.8192138671875,"groupId":0},"3":{"ID":3,"PosX":33.0,"PosY":8.170000076293945,"PosZ":-93.76000213623047,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":36.529998779296875,"PosY":2.0,"PosZ":-94.11000061035156,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":83.44999694824219,"PosY":2.0,"PosZ":-94.11000061035156,"RotY":0.0,"groupId":0}}}}},"P40131_F40131002":{"teleports":{"2102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":27.649999618530273,"PosY":-3.0,"PosZ":-97.56999969482422,"RotY":90.0,"PropID":3002,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},"10045":{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":35.209999084472656,"PosY":4.650000095367432,"PosZ":-102.86000061035156,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon_Finish.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.5799999237060547,"PosY":-2.9000000953674316,"PosZ":-66.25,"RotY":90.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.290000915527344,"PosY":-3.0,"PosZ":-91.79000091552734,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":27.649999618530273,"PosY":-3.0,"PosZ":-97.56999969482422,"RotY":90.0,"PropID":3002,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-113.91999816894533,"PosY":-2.109999895095825,"PosZ":-94.0,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":-31.8799991607666,"PosY":-3.0,"PosZ":-93.9000015258789,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":-1.399999976158142,"PosY":-3.0,"PosZ":-65.22000122070312,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":30.200000762939453,"PosY":-3.0,"PosZ":-93.25,"RotY":0.0,"groupId":0}}},"2":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":349.56829833984375,"PosX":-3.884999990463257,"PosY":-0.5,"PosZ":-59.4119987487793,"NPCMonsterID":1002030,"EventID":40131014,"groupId":2,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":132.66729736328125,"PosX":29.969999313354492,"PosY":-3.0,"PosZ":-110.83000183105467,"NPCMonsterID":1002040,"EventID":40131013,"groupId":2,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":110.32520294189452,"PosX":14.21399974822998,"PosY":-3.0,"PosZ":-63.53099822998047,"NPCMonsterID":1002040,"EventID":40131015,"groupId":2,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":162.47900390625,"PosX":31.229000091552734,"PosY":-3.0,"PosZ":-110.49700164794922,"NPCMonsterID":1002040,"EventID":40131013,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-33.40599822998047,"PosY":-3.0,"PosZ":-94.79100036621094,"RotY":128.50559997558594,"groupId":0}}},"3":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.749000072479248,"PosY":-3.0,"PosZ":-61.75199890136719,"RotY":40.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.69000244140625,"PosY":-0.10999999940395357,"PosZ":-49.380001068115234,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.74100112915039,"PosY":-3.0,"PosZ":-83.06900024414062,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":32.11000061035156,"PosY":-3.0,"PosZ":-99.7490005493164,"RotY":40.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":35.042999267578125,"PosY":1.006999969482422,"PosZ":-170.6699981689453,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.380000114440918,"PosY":-0.9800000190734864,"PosZ":-230.17999267578125,"RotY":40.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.539999961853027,"PosY":-0.9800000190734864,"PosZ":-228.44000244140625,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"4":{"props":[{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":72.19000244140625,"PosY":2.069999933242798,"PosZ":-88.94000244140625,"RotY":90.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BoxMan_NoCam.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":33.43000030517578,"PosY":-1.1299999952316284,"PosZ":-93.48999786376953,"RotY":90.0,"groupId":0}}},"5":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":27.59000015258789,"PosY":-2.9999969005584717,"PosZ":-87.2300033569336,"RotY":77.5,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_Controller.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":3.5999999046325684,"PosY":-3.000001907348633,"PosZ":-122.6999969482422,"RotY":268.1231994628906,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_Controller.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.659999847412109,"PosY":-3.0,"PosZ":-64.97200012207031,"RotY":71.16293334960938,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_Controller.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":27.59000015258789,"PosY":-2.9999969005584717,"PosZ":-87.2300033569336,"RotY":77.5,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/M301_Raid01/Maze_Chap01_M301_Raid01_LockC.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.659999847412109,"PosY":-3.0,"PosZ":-64.97200012207031,"RotY":71.16293334960938,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/M301_Raid01/Maze_Chap01_M301_Raid01_LockC.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"6":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.009999999776482582,"PosY":-0.4600000083446502,"PosZ":-54.68000030517578,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.00030899999546818435,"PosY":-2.700000047683716,"PosZ":-94.0,"RotY":180.0,"PropID":301011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_State.json","State":"BridgeState3","propStateList":["BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":0.2199999988079071,"PosY":1.0099999904632568,"PosZ":-182.6300048828125,"RotY":0.0,"PropID":101005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_07_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.4800033569336,"PosY":-2.109999895095825,"PosZ":-94.0999984741211,"RotY":90.0,"PropID":101005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_07_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.9940000176429749,"PosZ":-193.47300720214844,"RotY":0.0,"PropID":301002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.23999999463558197,"PosY":1.0099999904632568,"PosZ":-182.4199981689453,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.48899841308594,"PosY":-1.0279999971389773,"PosZ":-180.0570068359375,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.599998474121094,"PosY":-0.10999999940395357,"PosZ":-93.94000244140624,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":33.725608825683594,"PosY":-14.443849563598633,"PosZ":-95.48602294921876,"RotY":0.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestLocked","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/M301_Raid01/Maze_Chap01_M301_Raid01_StageObjClose.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":0.019999999552965164,"PosY":-0.9800000190734864,"PosZ":-159.6199951171875,"RotY":0.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":0.10000000149011612,"PosY":-3.0,"PosZ":-131.25,"Name":"NPC1","RotY":0.0,"NPCID":2107,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-29.3799991607666,"PosY":-3.0,"PosZ":-97.94999694824219,"Name":"NPC2","RotY":300.5693054199219,"NPCID":2104,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.0003499999875202775,"PosY":-2.700000047683716,"PosZ":-94.00023651123047,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":0.0003499999875202775,"PosY":-2.700000047683716,"PosZ":-94.00023651123047,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":0.0003499999875202775,"PosY":-2.700000047683716,"PosZ":-94.00023651123047,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":0.0003499999875202775,"PosY":-2.700000047683716,"PosZ":-94.00023651123047,"RotY":270.0,"groupId":0},"5":{"ID":5,"PosX":-5.269999980926514,"PosY":1.3700000047683716,"PosZ":-81.75,"RotY":14.270259857177734,"groupId":0},"6":{"ID":6,"PosX":-34.130001068115234,"PosY":7.940000057220459,"PosZ":-84.70999908447266,"RotY":143.2998046875,"groupId":0},"7":{"ID":7,"PosX":17.739999771118164,"PosY":-1.0099999904632568,"PosZ":-93.73999786376953,"RotY":80.73665618896484,"groupId":0},"8":{"ID":8,"PosX":26.200000762939453,"PosY":-0.6600000262260437,"PosZ":-83.31999969482422,"RotY":158.0758056640625,"groupId":0},"9":{"ID":9,"PosX":-36.81999969482422,"PosY":-0.2930000126361847,"PosZ":-98.2699966430664,"RotY":64.48615264892578,"groupId":0}}},"7":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":36.400001525878906,"PosY":2.0,"PosZ":-97.55000305175781,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/M301_Raid01/Maze_Chap01_M301_Raid01_BossCase.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":36.400001525878906,"PosY":1.9999979734420776,"PosZ":-97.55000305175781,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":338.8340148925781,"PosX":36.310001373291016,"PosY":2.0,"PosZ":-87.9800033569336,"NPCMonsterID":1003010,"EventID":40131017,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.8500000238418579,"PosY":-2.950000047683716,"PosZ":-68.7699966430664,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":15.5,"PosY":-2.9000000953674316,"PosZ":-94.5,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.270000457763672,"PosY":-2.9000000953674316,"PosZ":-94.1500015258789,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.10999999940395357,"PosY":-2.950000047683716,"PosZ":-123.37999725341795,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":30.110000610351562,"PosY":-2.9000000953674316,"PosZ":-94.1500015258789,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/M301_Raid01/Maze_Chap01_M301_Raid02_MissionShow.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":32.040000915527344,"PosY":-2.569999933242798,"PosZ":-76.87999725341797,"RotY":51.488529205322266,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":29.559999465942383,"PosY":-2.9000000953674316,"PosZ":-104.54000091552734,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":31.815000534057617,"PosY":-2.990000009536743,"PosZ":-112.8000030517578,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_RaidM301_Robot_Gamplay.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":32.29499816894531,"PosY":-1.8550000190734863,"PosZ":-112.98600006103516,"RotY":300.8951110839844,"PropID":301010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_BrokenRobotTutorial.json","State":"Closed","propStateList":["Closed","Open"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Robot_05_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":31.8799991607666,"PosY":-3.0,"PosZ":-112.80999755859376,"RotY":322.15728759765625,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_RobotConsole_CameraInRaid.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":35.314998626708984,"PosY":2.1059999465942383,"PosZ":-100.26799774169922,"RotY":329.9466857910156,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_Effect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":7.599656105041504,"PosY":14.845450401306152,"PosZ":120.31590270996094,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":27.829999923706055,"PosY":-3.0,"PosZ":-110.30999755859376,"RotY":22.615659713745117,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":35.209999084472656,"PosY":4.650000095367432,"PosZ":-102.86000061035156,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon_Finish.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":32.29999923706055,"PosY":-3.0,"PosZ":-106.31999969482422,"RotY":22.615659713745117,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":31.100000381469727,"PosY":-3.0,"PosZ":-104.48999786376952,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":28.39900016784668,"PosY":0.5899999737739563,"PosZ":-112.16999816894533,"RotY":98.70252990722656,"groupId":0},"2":{"ID":2,"PosX":19.850000381469727,"PosY":8.770000457763672,"PosZ":-115.0199966430664,"RotY":51.67768096923828,"groupId":0},"3":{"ID":3,"PosX":33.0,"PosY":8.170000076293945,"PosZ":-93.76000213623047,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":36.529998779296875,"PosY":2.0,"PosZ":-94.11000061035156,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":83.44999694824219,"PosY":2.0,"PosZ":-94.11000061035156,"RotY":0.0,"groupId":0}}},"13":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":270.0,"PosX":58.9900016784668,"PosY":2.0199999809265137,"PosZ":-94.43000030517578,"NPCMonsterID":1002040,"EventID":40131013,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":270.0,"PosX":60.70000076293945,"PosY":2.0199999809265137,"PosZ":-95.93000030517578,"NPCMonsterID":1002040,"EventID":40131015,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":9.999999747378752e-6,"PosX":90.68000030517578,"PosY":2.009999990463257,"PosZ":-101.83999633789064,"NPCMonsterID":1002030,"EventID":40131014,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":0.0,"PosX":99.80000305175781,"PosY":2.009999990463257,"PosZ":-88.44000244140625,"NPCMonsterID":1002040,"EventID":40131013,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":270.0,"PosX":60.779998779296875,"PosY":2.0199999809265137,"PosZ":-92.95999908447266,"NPCMonsterID":1002040,"EventID":40131013,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":338.8340148925781,"PosX":113.23999786376952,"PosY":2.009999990463257,"PosZ":-96.76000213623047,"NPCMonsterID":1003010,"EventID":40131017,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P40131_F40131003":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.12999999523162842,"PosY":-0.9800000190734864,"PosZ":-165.24000549316406,"RotY":90.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},"10045":{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":35.209999084472656,"PosY":4.650000095367432,"PosZ":-102.86000061035156,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon_Finish.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.12999999523162842,"PosY":-0.9800000190734864,"PosZ":-165.24000549316406,"RotY":90.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":20.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/M301_Raid01/Maze_Chap01_M301_Raid03_RaidTarget03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.119999997317791,"PosY":-3.0,"PosZ":-123.11000061035156,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":-38.95000076293945,"PosY":-3.0,"PosZ":-93.9000015258789,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":-0.029999999329447743,"PosY":-1.0900000333786013,"PosZ":-158.42999267578125,"RotY":180.0,"groupId":0}}},"2":{"props":[],"npcs":[],"monsters":[{"ID":200007,"RotY":0.0,"PosX":14.630000114440918,"PosY":1.0099999904632568,"PosZ":-195.7100067138672,"NPCMonsterID":1002030,"EventID":40131002,"groupId":2,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":270.0,"PosX":-47.310001373291016,"PosY":-0.9800000190734864,"PosZ":-195.8800048828125,"NPCMonsterID":1003010,"EventID":40131005,"groupId":2,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":0.0,"PosX":-15.260000228881836,"PosY":1.0099999904632568,"PosZ":-196.2100067138672,"NPCMonsterID":1002030,"EventID":40131004,"groupId":2,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":0.0,"PosX":-12.8100004196167,"PosY":1.0099999904632568,"PosZ":-196.13999938964844,"NPCMonsterID":1002030,"EventID":40131002,"groupId":2,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":270.0,"PosX":-1.2300000190734863,"PosY":-0.9800000190734864,"PosZ":-207.61000061035156,"NPCMonsterID":1002040,"EventID":40131003,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"3":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.520000457763672,"PosY":-0.9800000190734864,"PosZ":-201.7100067138672,"RotY":40.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.200000762939453,"PosY":-0.9800000190734864,"PosZ":-202.4900054931641,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.74100112915039,"PosY":-3.0,"PosZ":-83.06900024414062,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.619999885559082,"PosY":-0.9819999933242798,"PosZ":-160.14999389648438,"RotY":40.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":35.810001373291016,"PosY":1.0099999904632568,"PosZ":-166.2899932861328,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.380000114440918,"PosY":-0.9800000190734864,"PosZ":-230.17999267578125,"RotY":40.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.20199966430664,"PosY":-0.9850000143051147,"PosZ":-229.6739959716797,"RotY":40.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"4":{"props":[{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.21999979019165,"PosY":-0.9848440289497375,"PosZ":-213.2100067138672,"RotY":270.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BoxMan_NoCam.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.140000343322754,"PosY":-0.9848440289497375,"PosZ":-208.7899932861328,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-5.519999980926514,"PosY":-0.9800000190734864,"PosZ":-208.22000122070312,"RotY":270.0,"groupId":0}}},"6":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.009999999776482582,"PosY":-0.4600000083446502,"PosZ":-54.68000030517578,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.00030899999546818435,"PosY":-2.700000047683716,"PosZ":-94.0,"RotY":180.0,"PropID":301011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_State.json","State":"BridgeState4","propStateList":["BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":27.59000015258789,"PosY":-2.9999969005584717,"PosZ":-87.2300033569336,"RotY":77.5,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_Controller.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":3.5999999046325684,"PosY":-3.000001907348633,"PosZ":-122.6999969482422,"RotY":268.1231994628906,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_Controller.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.84000015258789,"PosY":-3.0,"PosZ":-101.04000091552734,"RotY":251.6999969482422,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_Controller.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.659999847412109,"PosY":-3.0,"PosZ":-64.97200012207031,"RotY":71.16293334960938,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":0.1899999976158142,"PosY":1.0399999618530271,"PosZ":-182.6499938964844,"RotY":0.0,"PropID":101005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_07_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.4800033569336,"PosY":-2.109999895095825,"PosZ":-94.0999984741211,"RotY":90.0,"PropID":101005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_07_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.9940000176429749,"PosZ":-193.47300720214844,"RotY":0.0,"PropID":301002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.23999999463558197,"PosY":1.0099999904632568,"PosZ":-182.4199981689453,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.48899841308594,"PosY":-1.0279999971389773,"PosZ":-180.0570068359375,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":0.23999999463558197,"PosY":2.5,"PosZ":-182.4199981689453,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/M301_Raid01/Maze_Chap01_M301_Raid01_OpenDoorCheck.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":0.23999999463558197,"PosY":2.5,"PosZ":-182.4199981689453,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":0.23999999463558197,"PosY":2.4800000190734863,"PosZ":-182.4199981689453,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":0.23999999463558197,"PosY":2.5,"PosZ":-182.4199981689453,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":0.119999997317791,"PosY":1.0099999904632568,"PosZ":-181.33999633789065,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/M301_Raid01/Maze_Chap01_M301_Raid01_StageObjClose2.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.5498250126838684,"PosY":-4.955359935760498,"PosZ":-190.1455993652344,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.0003499999875202775,"PosY":-2.700000047683716,"PosZ":-94.00023651123047,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":0.0003499999875202775,"PosY":-2.700000047683716,"PosZ":-94.00023651123047,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":0.0003499999875202775,"PosY":-2.700000047683716,"PosZ":-94.00023651123047,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":0.0003499999875202775,"PosY":-2.700000047683716,"PosZ":-94.00023651123047,"RotY":270.0,"groupId":0},"5":{"ID":5,"PosX":-1.7599999904632568,"PosY":8.279999732971191,"PosZ":-170.19000244140625,"RotY":166.33740234375,"groupId":0}}},"7":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":0.23999999463558197,"PosY":1.0099999904632568,"PosZ":-183.25,"NPCMonsterID":1004020,"EventID":40131007,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-1.7599999904632568,"PosY":8.279999732971191,"PosZ":-170.19000244140625,"RotY":166.33740234375,"groupId":0},"2":{"ID":2,"PosX":0.5299999713897705,"PosY":1.0099999904632568,"PosZ":-176.83999633789065,"RotY":0.0,"groupId":0}}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.8635809421539309,"PosY":15.56984043121338,"PosZ":-221.62759399414065,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.390000343322754,"PosY":-0.9800000190734864,"PosZ":-228.58999633789065,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/M301_Raid01/Maze_Chap01_M301_Raid01_BossCase.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.9099998474121085,"PosY":-0.9800000190734864,"PosZ":-228.58999633789065,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/M301_Raid01/Maze_Chap01_M301_Raid01_BossCase.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.840000152587891,"PosY":-0.9800000190734864,"PosZ":-228.4969940185547,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/M301_Raid01/Maze_Chap01_M301_Raid01_BossCase.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.14000000059604645,"PosY":1.0460000038146973,"PosZ":-180.89199829101565,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/M301_Raid01/Maze_Chap01_M301_Raid03_MonsterMove.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200006,"RotY":270.0,"PosX":0.28999999165534973,"PosY":1.0099999904632568,"PosZ":-177.82000732421875,"NPCMonsterID":1002040,"EventID":40131001,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":90.0,"PosX":-14.130000114440918,"PosY":-0.9800000190734864,"PosZ":-162.92999267578125,"NPCMonsterID":1002040,"EventID":40131003,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":270.0,"PosX":-21.780000686645508,"PosY":-0.9800000190734864,"PosZ":-194.0399932861328,"NPCMonsterID":1002030,"EventID":40131002,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":205.9414978027344,"PosX":-21.06999969482422,"PosY":-0.9800000190734864,"PosZ":-207.5099945068359,"NPCMonsterID":1002030,"EventID":40131002,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":182.6300048828125,"PosX":-22.780000686645508,"PosY":-0.9800000190734864,"PosZ":-207.6199951171875,"NPCMonsterID":1002040,"EventID":40131001,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":27.937170028686523,"PosX":-2.990000009536743,"PosY":-0.9800000190734864,"PosZ":-239.35000610351565,"NPCMonsterID":1003010,"EventID":40131005,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":94.0,"PosX":-4.150000095367432,"PosY":-0.9800000190734864,"PosZ":-236.9499969482422,"NPCMonsterID":1003010,"EventID":40131005,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":90.0,"PosX":-3.140000104904175,"PosY":-0.9800000190734864,"PosZ":-234.25,"NPCMonsterID":1003010,"EventID":40131005,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":0.009999999776482582,"PosY":1.0099999904632568,"PosZ":-181.3699951171875,"RotY":0.0,"groupId":0}}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.07999999821186066,"PosY":-3.0,"PosZ":-132.47999572753906,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.119999997317791,"PosY":-2.890000104904175,"PosZ":-146.88999938964844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.119999997317791,"PosY":-2.890000104904175,"PosZ":-176.1999969482422,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"14":{"props":[],"npcs":[{"ID":400002,"PosX":0.03999999910593033,"PosY":1.0099999904632568,"PosZ":-188.94000244140625,"Name":"NPC2","RotY":0.0,"NPCID":1104,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":400001,"PosX":-2.130000114440918,"PosY":1.0099999904632568,"PosZ":-190.27000427246097,"Name":"NPC1","RotY":0.0,"NPCID":2108,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":2.390000104904175,"PosY":1.0099999904632568,"PosZ":-190.27000427246097,"Name":"NPC3","RotY":0.0,"NPCID":2108,"groupId":14,"IsDelete":false,"IsClientOnly":false}],"monsters":[{"ID":200001,"RotY":0.0,"PosX":0.23999999463558197,"PosY":1.0099999904632568,"PosZ":-190.7899932861328,"NPCMonsterID":1004020,"EventID":40131007,"groupId":14,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-1.7599999904632568,"PosY":8.279999732971191,"PosZ":-170.19000244140625,"RotY":166.33740234375,"groupId":0},"2":{"ID":2,"PosX":0.5299999713897705,"PosY":1.0099999904632568,"PosZ":-176.83999633789065,"RotY":0.0,"groupId":0}}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.695999145507812,"PosY":-0.9850000143051147,"PosZ":-210.1439971923828,"RotY":24.700000762939453,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_RaidM301_Robot_Gamplay3.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.695999145507812,"PosY":-0.9850000143051147,"PosZ":-210.1439971923828,"RotY":24.700000762939453,"PropID":301010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_BrokenRobotTutorial.json","State":"Closed","propStateList":["Closed","Open"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Robot_05_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.38999938964844,"PosY":-0.3240000009536743,"PosZ":-210.01600646972656,"RotY":265.9513854980469,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_RobotConsole_CameraInRaid.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.4099998474121085,"PosY":-0.9800000190734864,"PosZ":-224.33999633789065,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_Effect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":22.615659713745117,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":35.209999084472656,"PosY":4.650000095367432,"PosZ":-102.86000061035156,"RotY":270.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10045,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Robot_TreasureHunt_New/Maze_Prop_Robot_GamplayIcon_Finish.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":32.29999923706055,"PosY":-3.0,"PosZ":-106.31999969482422,"RotY":22.615659713745117,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":31.100000381469727,"PosY":-3.0,"PosZ":-104.48999786376952,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-21.018999099731445,"PosY":2.186000108718872,"PosZ":-205.00799560546875,"RotY":191.10499572753903,"groupId":0},"2":{"ID":2,"PosX":-22.010000228881836,"PosY":4.579999923706055,"PosZ":-198.3999938964844,"RotY":163.07269287109375,"groupId":0},"3":{"ID":3,"PosX":33.0,"PosY":8.170000076293945,"PosZ":-93.76000213623047,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":36.529998779296875,"PosY":2.0,"PosZ":-94.11000061035156,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":83.44999694824219,"PosY":2.0,"PosZ":-94.11000061035156,"RotY":0.0,"groupId":0},"6":{"ID":6,"PosX":-14.616000175476074,"PosY":5.591000080108643,"PosZ":-240.1360015869141,"RotY":36.18111038208008,"groupId":0}}}}},"P40211_F40211001":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.267000198364258,"PosY":-1.1469999551773071,"PosZ":-15.48900032043457,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":20,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"7":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":345.00079345703125,"PosX":-12.1899995803833,"PosY":-1.1472179889678955,"PosZ":5.0,"NPCMonsterID":2022010,"EventID":40222211,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":270.00079345703125,"PosX":7.309999942779541,"PosY":8.57593059539795,"PosZ":-108.77999877929688,"NPCMonsterID":2022020,"EventID":40222201,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.9135000705718994,"PosY":2.2799999713897705,"PosZ":73.68000030517578,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":7.936999797821045,"PosY":2.2458291053771973,"PosZ":68.87699890136719,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":4.039999961853027,"PosY":5.28000020980835,"PosZ":63.974998474121094,"RotY":211.8791046142578,"groupId":0}}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.03999999910593033,"PosY":0.009999999776482582,"PosZ":0.5,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.21999979019165,"PosY":-1.117737054824829,"PosZ":-14.279999732971191,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-7.380000114440918,"PosY":2.059999942779541,"PosZ":-5.570000171661377,"RotY":252.27940368652344,"groupId":0}}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.5600000023841858,"PosY":0.05492199957370758,"PosZ":-0.032409001141786575,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.350000023841858,"PosY":-1.0849030017852783,"PosZ":-0.7699999809265136,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":11.350000381469728,"PosY":-1.084902048110962,"PosZ":-0.8199999928474425,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":5.739999771118164,"PosY":-1.1200000047683716,"PosZ":-7.989999771118165,"RotY":133.27960205078125,"groupId":0},"2":{"ID":2,"PosX":7.75,"PosY":-1.2065240144729614,"PosZ":-7.559999942779541,"RotY":174.289306640625,"groupId":0}}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.3799999952316284,"PosY":0.0,"PosZ":-2.9200000762939453,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":26.799999237060547,"PosY":0.585860013961792,"PosZ":-14.229999542236328,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":27.43000030517578,"PosY":0.5860000252723694,"PosZ":-5.199999809265137,"RotY":13.644339561462402,"groupId":0}}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.670000076293945,"PosY":5.236000061035156,"PosZ":-56.11000061035156,"RotY":0.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.1200008392334,"PosY":5.239999771118164,"PosZ":-74.29100036621094,"RotY":90.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.40999984741211,"PosY":7.090000152587891,"PosZ":-108.76000213623048,"RotY":90.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":6.610000133514404,"PosY":2.2200000286102295,"PosZ":46.849998474121094,"RotY":90.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.23199844360352,"PosY":2.2200000286102295,"PosZ":76.9800033569336,"RotY":0.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.131999969482422,"PosY":2.1706271171569824,"PosZ":37.98899841308594,"RotY":0.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.267000198364258,"PosY":-1.1469999551773071,"PosZ":-15.48900032043457,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":20,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-12.109999656677246,"PosY":-1.149999976158142,"PosZ":-14.899999618530272,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":12.489999771118164,"PosY":2.2458159923553467,"PosZ":68.05000305175781,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":-13.134849548339844,"PosY":5.2359538078308105,"PosZ":-89.638427734375,"RotY":0.0,"groupId":0}}},"27":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.739990234375,"PosY":2.170639991760254,"PosZ":39.577999114990234,"RotY":89.9999771118164,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.666999816894531,"PosY":-1.147284984588623,"PosZ":-5.46999979019165,"RotY":0.0,"PropID":102175,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_AirBlock_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40211_F40211002":{"teleports":{"2102":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.800000190734863,"PosY":5.53595495223999,"PosZ":-89.86390686035156,"RotY":0.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":8,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.9135000705718994,"PosY":2.2799999713897705,"PosZ":73.68000030517578,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":7.863999843597413,"PosY":2.2799999713897705,"PosZ":68.86399841308594,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":4.039999961853027,"PosY":5.280010223388672,"PosZ":63.974998474121094,"RotY":211.8791046142578,"groupId":0}}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.03999999910593033,"PosY":0.009999999776482582,"PosZ":0.2300000041723251,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.940000057220459,"PosY":-1.1200000047683716,"PosZ":-14.529999732971191,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-7.380000114440918,"PosY":2.0600099563598633,"PosZ":-5.570000171661377,"RotY":252.27940368652344,"groupId":0}}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.5600000023841858,"PosY":0.05492199957370758,"PosZ":-0.032409001141786575,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.0729999542236328,"PosY":-1.1200000047683716,"PosZ":-0.8500000238418579,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":10.769000053405762,"PosY":-1.1200000047683716,"PosZ":-1.0299999713897705,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":1.4800000190734863,"PosY":-0.1679999977350235,"PosZ":3.3399999141693115,"RotY":0.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_TutorialUnlock_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":5.739999771118164,"PosY":-1.1200000047683716,"PosZ":-7.989999771118165,"RotY":133.27960205078125,"groupId":0},"2":{"ID":2,"PosX":7.75,"PosY":-1.2065240144729614,"PosZ":-7.559999942779541,"RotY":174.289306640625,"groupId":0}}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.3799999952316284,"PosY":0.0,"PosZ":-2.9200000762939453,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":26.55299949645996,"PosY":0.5860000252723694,"PosZ":-14.28600025177002,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":27.43000030517578,"PosY":0.5860000252723694,"PosZ":-5.199999809265137,"RotY":13.644339561462402,"groupId":0}}},"6":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":270.0,"PosX":30.705690383911133,"PosY":2.2457849979400635,"PosZ":66.24237060546875,"NPCMonsterID":2022020,"EventID":40211213,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":270.0,"PosX":40.08000183105469,"PosY":2.25,"PosZ":73.25,"NPCMonsterID":2022010,"EventID":40211214,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":213.2444000244141,"PosX":26.350000381469727,"PosY":-1.3300000429153442,"PosZ":93.52999877929688,"NPCMonsterID":2022020,"EventID":40211215,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":270.0,"PosX":-54.47999954223633,"PosY":6.769999980926514,"PosZ":-78.27999877929688,"NPCMonsterID":2022020,"EventID":40211216,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":90.0,"PosX":-59.439998626708984,"PosY":6.769999980926514,"PosZ":-78.27999877929688,"NPCMonsterID":2022020,"EventID":40211217,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":226.05740356445312,"PosX":-34.22399139404297,"PosY":3.929908037185669,"PosZ":-77.95099639892578,"NPCMonsterID":2022010,"EventID":40211218,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":332.19110107421875,"PosX":-27.195140838623047,"PosY":3.9299108982086186,"PosZ":-83.47490692138672,"NPCMonsterID":2022010,"EventID":40211219,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"7":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":50.32052993774414,"PosX":-32.56747817993164,"PosY":2.1706900596618652,"PosZ":47.888648986816406,"NPCMonsterID":2002010,"EventID":40211211,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":94.56488800048828,"PosX":-44.130001068115234,"PosY":2.1700000762939453,"PosZ":57.779998779296875,"NPCMonsterID":2002010,"EventID":40211212,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-68.5,"PosY":1.1206669807434082,"PosZ":75.87000274658203,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":8,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":13.893980026245115,"PosY":2.5458130836486816,"PosZ":64.68240356445312,"RotY":0.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":8,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.800000190734863,"PosY":5.53595495223999,"PosZ":-89.86390686035156,"RotY":0.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":8,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-73.7300033569336,"PosY":0.820667028427124,"PosZ":72.05697631835938,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":12.489999771118164,"PosY":2.2458159923553467,"PosZ":68.05000305175781,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":-13.134849548339844,"PosY":5.2359538078308105,"PosZ":-89.638427734375,"RotY":0.0,"groupId":0}}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.06803035736084,"PosY":2.2205209732055664,"PosZ":37.79999923706055,"RotY":0.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"18":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":13.102800369262695,"PosY":9.100740432739258,"PosZ":94.76048278808594,"RotY":89.9999771118164,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.6816880702972417,"PosY":-1.1177510023117063,"PosZ":-16.27853012084961,"RotY":89.9999771118164,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.666999816894531,"PosY":-1.147284984588623,"PosZ":-5.46999979019165,"RotY":0.0,"PropID":102175,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_AirBlock_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":6.519999980926514,"PosY":2.2204511165618896,"PosZ":46.83081817626953,"RotY":90.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.664000034332275,"PosY":5.256825923919678,"PosZ":-56.099998474121094,"RotY":0.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.357000350952148,"PosY":5.239999771118164,"PosZ":-54.81999969482422,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.10300064086914,"PosY":5.239999771118164,"PosZ":-74.28500366210938,"RotY":90.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.770000457763672,"PosY":5.239999771118164,"PosZ":-76.19400024414062,"RotY":269.9999084472656,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":33.69900131225586,"PosY":0.17000000178813934,"PosZ":112.76000213623048,"RotY":179.99989318847656,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":48.68000030517578,"PosY":-2.8299999237060547,"PosZ":36.98699951171875,"RotY":180.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":4.090000152587891,"PosY":9.180000305175781,"PosZ":107.72000122070312,"RotY":0.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":49.34000015258789,"PosY":2.25,"PosZ":73.91999816894531,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":32.41999816894531,"PosY":7.059999942779541,"PosZ":-108.56999969482422,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40211_F40211003":{"teleports":{"2102":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.529998779296875,"PosY":49.95000076293945,"PosZ":31.940000534057617,"RotY":90.0,"PropID":3002,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},"10048":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":34.43000030517578,"PosY":47.26300048828125,"PosZ":-40.380001068115234,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10048,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2022201":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.60000610351565,"PosY":47.8857307434082,"PosZ":15.75,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":3,"MappingInfoID":2022201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2022202":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":25.38400077819824,"PosY":53.25400924682618,"PosZ":-11.862000465393066,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":3,"MappingInfoID":2022202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2022203":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":42.90999984741211,"PosY":53.851810455322266,"PosZ":88.71381378173828,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":3,"MappingInfoID":2022203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2022204":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.08000183105469,"PosY":49.95000076293945,"PosZ":121.3000030517578,"RotY":0.0,"PropID":101,"AnchorID":5,"AnchorGroupID":3,"MappingInfoID":2022204,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":80.11000061035156,"PosY":45.90999984741211,"PosZ":-26.420000076293945,"RotY":0.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.459999084472656,"PosY":49.970001220703125,"PosZ":-68.88999938964844,"RotY":0.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.529998779296875,"PosY":49.95000076293945,"PosZ":31.940000534057617,"RotY":90.0,"PropID":3002,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-55.302940368652344,"PosY":49.949581146240234,"PosZ":-63.45647048950195,"RotY":179.58670043945312,"groupId":0},"2":{"ID":2,"PosX":82.0999984741211,"PosY":45.90999984741211,"PosZ":-26.700000762939453,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":-34.369998931884766,"PosY":49.970001220703125,"PosZ":-66.12000274658203,"RotY":270.0,"groupId":0},"4":{"ID":4,"PosX":-46.40999984741211,"PosY":49.93000030517578,"PosZ":25.059999465942383,"RotY":0.0,"groupId":0}}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":18.479999542236328,"PosY":50.09000015258789,"PosZ":42.79499816894531,"RotY":270.0,"PropID":102003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Elevator_01.json","State":"Elevator1","propStateList":["Elevator1","Elevator2","Elevator3"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Elevator_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":22.0,"PosY":60.279998779296875,"PosZ":46.5620002746582,"RotY":90.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":12.699999809265137,"PosY":49.880001068115234,"PosZ":36.7400016784668,"RotY":270.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":18.479999542236328,"PosY":58.452999114990234,"PosZ":42.79499816894531,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":18.479999542236328,"PosY":50.09000015258789,"PosZ":42.79499816894531,"RotY":270.0,"groupId":0}}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.52799987792969,"PosY":49.95000076293945,"PosZ":130.4810028076172,"RotY":90.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.90999984741211,"PosY":53.09000015258789,"PosZ":164.08900451660156,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.36000061035156,"PosY":53.09000015258789,"PosZ":186.17100524902344,"RotY":90.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":64.48999786376953,"PosY":60.5099983215332,"PosZ":40.220001220703125,"RotY":276.06298828125,"PropID":102078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Smelter_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"18":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.4000015258789,"PosY":53.2599983215332,"PosZ":-28.75,"RotY":180.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.5,"PosY":53.2599983215332,"PosZ":-29.940000534057617,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":31.670000076293945,"PosY":47.2599983215332,"PosZ":-37.86000061035156,"RotY":180.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":34.43000030517578,"PosY":47.26300048828125,"PosZ":-40.380001068115234,"RotY":90.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_AllUsage02.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":34.43000030517578,"PosY":47.26300048828125,"PosZ":-40.380001068115234,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10048,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":69.16000366210938,"PosY":45.93000030517578,"PosZ":-97.41999816894531,"RotY":90.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":33.20000076293945,"PosY":47.0099983215332,"PosZ":134.0399932861328,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":36.189998626708984,"PosY":50.400001525878906,"PosZ":126.09999847412108,"RotY":0.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":52.849998474121094,"PosY":43.75,"PosZ":164.32000732421875,"RotY":0.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":49.08000183105469,"PosY":43.70000076293945,"PosZ":165.33999633789065,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.029998779296875,"PosY":53.25,"PosZ":114.2699966430664,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.560001373291016,"PosY":53.25,"PosZ":117.68000030517578,"RotY":90.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":101.7699966430664,"PosY":63.2400016784668,"PosZ":42.869998931884766,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.68000030517578,"PosY":53.09000015258789,"PosZ":164.08900451660156,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.720001220703125,"PosY":53.09000015258789,"PosZ":167.3800048828125,"RotY":90.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.63999938964844,"PosY":49.91999816894531,"PosZ":43.2599983215332,"RotY":0.0,"PropID":102176,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_AirBlock_02_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.6131591796875,"PosY":55.67879104614258,"PosZ":42.47600173950195,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.739999771118164,"PosY":49.742000579833984,"PosZ":-20.246999740600582,"RotY":90.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.739999771118164,"PosY":49.742000579833984,"PosZ":-20.246999740600582,"RotY":90.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":19.300010681152344,"PosY":52.9480094909668,"PosZ":-11.481989860534668,"RotY":90.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":19.300010681152344,"PosY":52.9480094909668,"PosZ":-11.481989860534668,"RotY":90.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.6299991607666,"PosY":50.00555038452149,"PosZ":-65.93800354003906,"RotY":90.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.6299991607666,"PosY":50.00555038452149,"PosZ":-65.93800354003906,"RotY":90.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":12.555999755859377,"PosY":42.916011810302734,"PosZ":-66.11699676513672,"RotY":90.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":12.555999755859377,"PosY":42.916011810302734,"PosZ":-66.11699676513672,"RotY":90.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":30.6200008392334,"PosY":48.27000045776367,"PosZ":-123.11000061035156,"RotY":90.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":30.6200008392334,"PosY":48.06999969482422,"PosZ":-123.11000061035156,"RotY":90.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.81700134277344,"PosY":53.9900016784668,"PosZ":-109.16000366210938,"RotY":269.4637145996094,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.81700134277344,"PosY":53.9900016784668,"PosZ":-109.16000366210938,"RotY":269.4637145996094,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":26.527000427246097,"PosY":46.83496856689453,"PosZ":138.1300048828125,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":26.527000427246097,"PosY":46.83496856689453,"PosZ":138.1300048828125,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.960000038146973,"PosY":46.189998626708984,"PosZ":137.3300018310547,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.960000038146973,"PosY":46.189998626708984,"PosZ":137.3300018310547,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.18600082397461,"PosY":49.858360290527344,"PosZ":114.26799774169922,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.18600082397461,"PosY":49.858360290527344,"PosZ":114.26799774169922,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.069000244140625,"PosY":52.90235900878906,"PosZ":166.91299438476565,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.069000244140625,"PosY":52.90235900878906,"PosZ":166.91299438476565,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":30.642000198364254,"PosY":43.46635818481445,"PosZ":184.42599487304688,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":30.642000198364254,"PosY":43.46635818481445,"PosZ":184.42599487304688,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":20.33872985839844,"PosY":27.010000228881836,"PosZ":-34.18067932128906,"RotY":89.8666000366211,"groupId":0},"2":{"ID":2,"PosX":-5.7675089836120605,"PosY":24.3799991607666,"PosZ":59.939178466796875,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":-38.599998474121094,"PosY":16.979999542236328,"PosZ":60.93899154663086,"RotY":270.0,"groupId":0},"4":{"ID":4,"PosX":17.784109115600586,"PosY":23.940000534057617,"PosZ":30.52808952331543,"RotY":134.8665008544922,"groupId":0},"5":{"ID":5,"PosX":5.232140064239502,"PosY":17.15999984741211,"PosZ":112.9477996826172,"RotY":314.8664855957031,"groupId":0},"6":{"ID":6,"PosX":45.72999954223633,"PosY":27.329999923706055,"PosZ":87.88999938964844,"RotY":134.8665008544922,"groupId":0},"7":{"ID":7,"PosX":-12.41919994354248,"PosY":17.06999969482422,"PosZ":-59.507568359375,"RotY":224.86680603027344,"groupId":0},"8":{"ID":8,"PosX":17.067859649658203,"PosY":23.399999618530273,"PosZ":-32.46295166015625,"RotY":44.86677932739258,"groupId":0},"9":{"ID":9,"PosX":-128.25759887695312,"PosY":16.559999465942383,"PosZ":-36.988651275634766,"RotY":328.7715148925781,"groupId":0},"10":{"ID":10,"PosX":-105.03970336914064,"PosY":26.88999938964844,"PosZ":-83.11477661132812,"RotY":148.77149963378906,"groupId":0}}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_TeleportGate.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"22":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":350.822509765625,"PosX":-56.03900146484375,"PosY":53.25566864013672,"PosZ":-76.64299774169922,"NPCMonsterID":2022020,"EventID":40222202,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.69000244140625,"PosY":53.25568008422851,"PosZ":-69.2300033569336,"RotY":180.00010681152344,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"26":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":64.48999786376953,"PosY":80.66000366210938,"PosZ":40.220001220703125,"RotY":276.06298828125,"PropID":102078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Jianmu_PoiShow01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"28":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.60000610351565,"PosY":47.8857307434082,"PosZ":15.75,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":3,"MappingInfoID":2022201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":25.38400077819824,"PosY":53.25400924682618,"PosZ":-11.862000465393066,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":3,"MappingInfoID":2022202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":42.90999984741211,"PosY":53.851810455322266,"PosZ":88.71381378173828,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":3,"MappingInfoID":2022203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.08000183105469,"PosY":49.95000076293945,"PosZ":121.3000030517578,"RotY":0.0,"PropID":101,"AnchorID":5,"AnchorGroupID":3,"MappingInfoID":2022204,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-128.23440551757812,"PosY":47.8857307434082,"PosZ":20.273839950561523,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-128.30999755859375,"PosY":47.8857307434082,"PosZ":20.6200008392334,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":24.059999465942383,"PosY":53.25400924682618,"PosZ":-19.799999237060547,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":35.22999954223633,"PosY":53.851810455322266,"PosZ":90.22000122070312,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":-52.27000045776367,"PosY":49.947731018066406,"PosZ":130.49000549316406,"RotY":270.0,"groupId":0},"6":{"ID":6,"PosX":95.87999725341797,"PosY":63.2400016784668,"PosZ":41.810001373291016,"RotY":270.0,"groupId":0},"7":{"ID":7,"PosX":65.38999938964844,"PosY":43.64910125732422,"PosZ":139.36000061035156,"RotY":270.0,"groupId":0},"8":{"ID":8,"PosX":79.70999908447266,"PosY":43.64910125732422,"PosZ":138.9499969482422,"RotY":270.0,"groupId":0}}}}},"P40212_F40212001":{"teleports":{},"group_items":{"4":{"props":[],"npcs":[{"ID":400001,"PosX":57.34000015258789,"PosY":-29.459999084472656,"PosZ":-41.38999938964844,"Name":"NPC1","RotY":297.1748046875,"NPCID":2201,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":56.0099983215332,"PosY":-29.459999084472656,"PosZ":-41.63999938964844,"Name":"NPC2","RotY":51.952049255371094,"NPCID":2201,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":56.290000915527344,"PosY":-29.459999084472656,"PosZ":-39.02000045776367,"Name":"NPC3","RotY":142.66000366210938,"NPCID":2201,"groupId":4,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":19.0,"PosY":-32.90999984741211,"PosZ":-74.9000015258789,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":19.104999542236328,"PosY":-32.9116096496582,"PosZ":-73.16000366210938,"RotY":0.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":106.72679901123048,"PosX":-4.139999866485596,"PosY":-35.95000076293945,"PosZ":-80.52999877929688,"NPCMonsterID":2011010,"EventID":40212004,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":0.5,"PosY":-35.95000076293945,"PosZ":-70.52999877929688,"NPCMonsterID":2011010,"EventID":40212005,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":91.7304916381836,"PosX":8.079999923706055,"PosY":-35.95000076293945,"PosZ":-89.81999969482422,"NPCMonsterID":2011010,"EventID":40212006,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":18.600000381469727,"PosY":-32.9116096496582,"PosZ":-75.1500015258789,"RotY":0.0,"groupId":0}}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":55.689998626708984,"PosY":-31.260000228881836,"PosZ":-153.47999572753906,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":65.52999877929688,"PosY":-31.260000228881836,"PosZ":-102.02999877929688,"RotY":273.6018981933594,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":31.261150360107425,"PosX":81.73999786376953,"PosY":-31.260000228881836,"PosZ":-112.63999938964844,"NPCMonsterID":2011010,"EventID":61,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":128.89259338378906,"PosX":63.540000915527344,"PosY":-31.260000228881836,"PosZ":-148.8000030517578,"NPCMonsterID":2011010,"EventID":61,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":70.623046875,"PosX":80.4000015258789,"PosY":-31.299999237060547,"PosZ":-142.39999389648438,"NPCMonsterID":2011010,"EventID":61,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":31.261150360107425,"PosX":48.310001373291016,"PosY":-31.260000228881836,"PosZ":-145.47000122070312,"NPCMonsterID":2011010,"EventID":61,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":54.5099983215332,"PosY":-31.263029098510746,"PosZ":-153.72999572753906,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":65.79000091552734,"PosY":-31.260000228881836,"PosZ":-101.5199966430664,"RotY":0.0,"groupId":0}}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.1899995803833,"PosY":-35.95000076293945,"PosZ":-69.30999755859375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-11.659999847412108,"PosY":-35.952449798583984,"PosZ":-69.54000091552734,"RotY":136.4116973876953,"groupId":0}}},"12":{"props":[],"npcs":[{"ID":400001,"PosX":43.779998779296875,"PosY":-31.149999618530273,"PosZ":-96.5,"Name":"NPC1","RotY":25.623199462890625,"NPCID":2201,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":44.349998474121094,"PosY":-31.3799991607666,"PosZ":-97.9800033569336,"Name":"NPC2","RotY":11.855939865112305,"NPCID":2201,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":44.84000015258789,"PosY":-31.149999618530273,"PosZ":-94.87999725341797,"RotY":267.65570068359375,"groupId":0}}},"22":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":161.52040100097656,"PosX":-2.359999895095825,"PosY":-31.100000381469727,"PosZ":-59.45000076293945,"NPCMonsterID":2012010,"EventID":40212003,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"23":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":23.1299991607666,"PosY":-31.15999984741211,"PosZ":-75.18000030517578,"NPCMonsterID":2011010,"EventID":40212010,"groupId":23,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":20.40782928466797,"PosX":35.400001525878906,"PosY":-34.2400016784668,"PosZ":-103.33999633789064,"NPCMonsterID":2011010,"EventID":40212011,"groupId":23,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":298.897705078125,"PosX":38.41999816894531,"PosY":-34.2400016784668,"PosZ":-83.94000244140625,"NPCMonsterID":2011010,"EventID":40212012,"groupId":23,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P40212_F40212002":{"teleports":{},"group_items":{"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.639999866485596,"PosY":-35.68000030517578,"PosZ":-88.6500015258789,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/MaintainRobot/MaintainRobot_01_Start.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":22.040000915527344,"PosY":-31.15999984741211,"PosZ":-92.05999755859376,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/MaintainRobot/MaintainRobot_01_Repair.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":22.399999618530273,"PosY":-31.158849716186523,"PosZ":-91.9000015258789,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-5.449993133544922,"PosY":-35.81528854370117,"PosZ":-88.7800064086914,"Name":"NPC1","RotY":0.0,"NPCID":3010,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":22.891000747680664,"PosY":-31.159000396728516,"PosZ":-91.37699890136719,"RotY":176.11749267578125,"groupId":0}}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":18.77400016784668,"PosY":-31.10887908935547,"PosZ":-95.74700164794922,"RotY":180.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":22.79800033569336,"PosY":-31.15888023376465,"PosZ":-92.88999938964844,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor_Raidver.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":22.8439998626709,"PosY":-30.04400062561035,"PosZ":-92.9010009765625,"RotY":0.0,"groupId":0}}},"4":{"props":[],"npcs":[{"ID":400001,"PosX":57.34000015258789,"PosY":-29.459999084472656,"PosZ":-41.38999938964844,"Name":"NPC1","RotY":297.1748046875,"NPCID":2201,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":56.0099983215332,"PosY":-29.459999084472656,"PosZ":-41.63999938964844,"Name":"NPC2","RotY":51.952049255371094,"NPCID":2201,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":56.290000915527344,"PosY":-29.459999084472656,"PosZ":-39.02000045776367,"Name":"NPC3","RotY":142.66000366210938,"NPCID":2201,"groupId":4,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":19.0,"PosY":-32.90999984741211,"PosZ":-74.9000015258789,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":19.104999542236328,"PosY":-32.9116096496582,"PosZ":-73.16000366210938,"RotY":0.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":172.90550231933594,"PosX":-12.600000381469728,"PosY":-36.130001068115234,"PosZ":-86.77999877929688,"NPCMonsterID":2011010,"EventID":40212016,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":287.6534118652344,"PosX":2.0899999141693115,"PosY":-36.130001068115234,"PosZ":-69.30000305175781,"NPCMonsterID":2011010,"EventID":40212017,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":265.7327880859375,"PosX":8.079999923706055,"PosY":-35.95000076293945,"PosZ":-89.81999969482422,"NPCMonsterID":2011010,"EventID":40212018,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":18.600000381469727,"PosY":-32.9116096496582,"PosZ":-75.1500015258789,"RotY":0.0,"groupId":0}}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":55.689998626708984,"PosY":-31.260000228881836,"PosZ":-153.47999572753906,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":65.48999786376953,"PosY":-31.260000228881836,"PosZ":-102.56999969482422,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":68.69000244140625,"PosY":-34.2413215637207,"PosZ":-91.72000122070312,"RotY":0.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":348.06329345703125,"PosX":66.88999938964844,"PosY":-31.450000762939453,"PosZ":-118.81999969482422,"NPCMonsterID":2011010,"EventID":40212025,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":35.08911895751953,"PosX":63.25,"PosY":-31.450000762939453,"PosZ":-139.10000610351565,"NPCMonsterID":2011010,"EventID":40212026,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":70.623046875,"PosX":80.4000015258789,"PosY":-31.299999237060547,"PosZ":-142.39999389648438,"NPCMonsterID":2011010,"EventID":40212027,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":90.94666290283203,"PosX":46.43000030517578,"PosY":-31.450000762939453,"PosZ":-138.52000427246094,"NPCMonsterID":2011010,"EventID":40212028,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":54.5099983215332,"PosY":-31.263029098510746,"PosZ":-153.72999572753906,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":65.79000091552734,"PosY":-31.260000228881836,"PosZ":-101.5199966430664,"RotY":0.0,"groupId":0}}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.1899995803833,"PosY":-35.95000076293945,"PosZ":-69.30999755859375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-11.659999847412108,"PosY":-35.952449798583984,"PosZ":-69.54000091552734,"RotY":136.4116973876953,"groupId":0}}},"12":{"props":[],"npcs":[{"ID":400001,"PosX":7.760000228881835,"PosY":-31.15999984741211,"PosZ":-138.3000030517578,"Name":"NPC1","RotY":151.82240295410156,"NPCID":2201,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":9.619998931884766,"PosY":-31.15880966186523,"PosZ":-136.8300018310547,"Name":"NPC2","RotY":176.56129455566406,"NPCID":2201,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":9.569999694824219,"PosY":-31.15999984741211,"PosZ":-139.97999572753906,"RotY":314.0003967285156,"groupId":0}}},"22":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":110.8748016357422,"PosX":-1.5730160474777222,"PosY":-31.280000686645508,"PosZ":-56.3925895690918,"NPCMonsterID":2012010,"EventID":40212015,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"23":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":7.090000152587891,"PosY":-31.34000015258789,"PosZ":-114.40000152587892,"NPCMonsterID":2011010,"EventID":40212022,"groupId":23,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":20.40782928466797,"PosX":35.400001525878906,"PosY":-34.2400016784668,"PosZ":-103.33999633789064,"NPCMonsterID":2011010,"EventID":40212023,"groupId":23,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":28.47237968444824,"PosX":38.41999816894531,"PosY":-34.2400016784668,"PosZ":-83.94000244140625,"NPCMonsterID":2011010,"EventID":40212024,"groupId":23,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"24":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.4803924560547,"PosX":37.92918014526367,"PosY":-28.75,"PosZ":-147.49310302734375,"NPCMonsterID":2012010,"EventID":40212031,"groupId":24,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P40212_F40212003":{"teleports":{},"group_items":{"4":{"props":[],"npcs":[{"ID":400001,"PosX":57.34000015258789,"PosY":-29.459999084472656,"PosZ":-41.38999938964844,"Name":"NPC1","RotY":297.1748046875,"NPCID":2201,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":56.0099983215332,"PosY":-29.459999084472656,"PosZ":-41.63999938964844,"Name":"NPC2","RotY":51.952049255371094,"NPCID":2201,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":56.290000915527344,"PosY":-29.459999084472656,"PosZ":-39.02000045776367,"Name":"NPC3","RotY":142.66000366210938,"NPCID":2201,"groupId":4,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":19.0,"PosY":-32.90999984741211,"PosZ":-74.9000015258789,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":19.104999542236328,"PosY":-32.9116096496582,"PosZ":-73.16000366210938,"RotY":0.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.20880126953125,"PosX":-13.699999809265137,"PosY":-36.08000183105469,"PosZ":-86.27999877929688,"NPCMonsterID":2011010,"EventID":40212035,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":0.5,"PosY":-35.95000076293945,"PosZ":-70.52999877929688,"NPCMonsterID":2011010,"EventID":40212036,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":91.7304916381836,"PosX":8.079999923706055,"PosY":-35.95000076293945,"PosZ":-89.81999969482422,"NPCMonsterID":2011010,"EventID":40212037,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":18.600000381469727,"PosY":-32.9116096496582,"PosZ":-75.1500015258789,"RotY":0.0,"groupId":0}}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":55.689998626708984,"PosY":-31.260000228881836,"PosZ":-153.47999572753906,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":65.23999786376953,"PosY":-31.260000228881836,"PosZ":-102.66000366210938,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":69.05000305175781,"PosY":-34.2413215637207,"PosZ":-91.80000305175781,"RotY":0.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":31.261150360107425,"PosX":81.73999786376953,"PosY":-31.260000228881836,"PosZ":-112.63999938964844,"NPCMonsterID":2011010,"EventID":40212044,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":128.89259338378906,"PosX":63.540000915527344,"PosY":-31.260000228881836,"PosZ":-148.8000030517578,"NPCMonsterID":2011010,"EventID":40212045,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":70.623046875,"PosX":69.45999908447266,"PosY":-31.450000762939453,"PosZ":-151.63999938964844,"NPCMonsterID":2011010,"EventID":40212046,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":31.261150360107425,"PosX":46.15999984741211,"PosY":-31.450000762939453,"PosZ":-137.6999969482422,"NPCMonsterID":2011010,"EventID":40212047,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":54.5099983215332,"PosY":-31.263029098510746,"PosZ":-153.72999572753906,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":65.79000091552734,"PosY":-31.260000228881836,"PosZ":-101.40000152587892,"RotY":0.0,"groupId":0}}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.1899995803833,"PosY":-35.95000076293945,"PosZ":-69.30999755859375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-11.659999847412108,"PosY":-35.952449798583984,"PosZ":-69.54000091552734,"RotY":136.4116973876953,"groupId":0}}},"12":{"props":[],"npcs":[{"ID":400001,"PosX":7.760000228881835,"PosY":-31.15999984741211,"PosZ":-138.3000030517578,"Name":"NPC1","RotY":151.82240295410156,"NPCID":2201,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":9.480003356933594,"PosY":-31.15880966186523,"PosZ":-137.07000732421875,"Name":"NPC2","RotY":180.26109313964844,"NPCID":2201,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":9.569999694824219,"PosY":-31.15999984741211,"PosZ":-139.97999572753906,"RotY":316.1435852050781,"groupId":0}}},"22":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":94.59133911132812,"PosX":-1.3899999856948853,"PosY":-31.280000686645508,"PosZ":-54.540000915527344,"NPCMonsterID":2012010,"EventID":40212034,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"23":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":94.65364837646484,"PosX":13.829999923706056,"PosY":-31.34000015258789,"PosZ":-88.5199966430664,"NPCMonsterID":2011010,"EventID":40212041,"groupId":23,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":20.40782928466797,"PosX":7.059999942779541,"PosY":-31.34000015258789,"PosZ":-114.47000122070312,"NPCMonsterID":2011010,"EventID":40212042,"groupId":23,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":196.62939453125,"PosX":28.020000457763672,"PosY":-34.41999816894531,"PosZ":-76.20999908447266,"NPCMonsterID":2011010,"EventID":40212043,"groupId":23,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P40221_F40221001":{"teleports":{},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.4900000095367432,"PosY":13.136289596557615,"PosZ":-6.170000076293945,"RotY":0.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.40999999642372126,"PosY":12.826000213623049,"PosZ":-0.013934999704360962,"RotY":0.0,"groupId":0}}},"2":{"props":[],"npcs":[{"ID":400001,"PosX":-3.5429999828338623,"PosY":12.911999702453612,"PosZ":5.065000057220459,"Name":"NPC1","RotY":127.90080261230467,"NPCID":2201,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"13":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":0.4699999988079071,"PosY":8.579999923706055,"PosZ":53.560001373291016,"NPCMonsterID":2004010,"EventID":0,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_EnviroProfile_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40222_F40222001":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":61.63999938964844,"PosY":45.90599822998047,"PosZ":-56.91899871826172,"RotY":0.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":2,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":61.63999938964844,"PosY":45.90599822998047,"PosZ":-56.91899871826172,"RotY":0.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":2,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":58.06999969482422,"PosY":45.93000030517578,"PosZ":-95.63999938964844,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":59.631000518798835,"PosY":45.90999984741211,"PosZ":-60.439998626708984,"RotY":0.0,"groupId":0}}},"17":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":78.79000854492188,"PosY":43.15641021728515,"PosZ":-68.31732177734375,"NPCMonsterID":2022020,"EventID":20222024,"groupId":17,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":34.42538070678711,"PosY":43.15904998779297,"PosZ":-60.40953063964844,"NPCMonsterID":2022010,"EventID":20222027,"groupId":17,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":0.0,"PosX":34.42538070678711,"PosY":43.158931732177734,"PosZ":-54.04999923706055,"NPCMonsterID":8001050,"EventID":20222026,"groupId":17,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.62999725341797,"PosY":55.720001220703125,"PosZ":42.4900016784668,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.4000015258789,"PosY":53.2599983215332,"PosZ":-28.75,"RotY":180.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.5,"PosY":53.2599983215332,"PosZ":-29.940000534057617,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":31.670000076293945,"PosY":47.2599983215332,"PosZ":-37.86000061035156,"RotY":180.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":69.16000366210938,"PosY":45.93000030517578,"PosZ":-97.41999816894531,"RotY":90.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":33.20000076293945,"PosY":47.0099983215332,"PosZ":134.0399932861328,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":36.189998626708984,"PosY":50.400001525878906,"PosZ":126.09999847412108,"RotY":0.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":52.849998474121094,"PosY":43.75,"PosZ":164.32000732421875,"RotY":0.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":49.08000183105469,"PosY":43.70000076293945,"PosZ":165.33999633789065,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.029998779296875,"PosY":53.25,"PosZ":114.2699966430664,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.560001373291016,"PosY":53.25,"PosZ":117.68000030517578,"RotY":90.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":101.7699966430664,"PosY":63.2400016784668,"PosZ":42.529998779296875,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.68000030517578,"PosY":53.09000015258789,"PosZ":164.08900451660156,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.720001220703125,"PosY":53.09000015258789,"PosZ":167.3800048828125,"RotY":90.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":50.52399826049805,"PosY":46.10699844360352,"PosZ":-59.73099899291992,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":64.48999786376953,"PosY":60.5099983215332,"PosZ":40.220001220703125,"RotY":276.06298828125,"PropID":102078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Smelter_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X202/Chapter02_X202_MainMission_RoadBlock_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"27":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":64.48999786376953,"PosY":80.66000366210938,"PosZ":40.220001220703125,"RotY":276.06298828125,"PropID":102078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Jianmu_PoiShow01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40222_F40222002":{"teleports":{"2102":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.529998779296875,"PosY":49.95000076293945,"PosZ":31.940000534057617,"RotY":90.0,"PropID":3002,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},"10048":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":34.43000030517578,"PosY":47.26300048828125,"PosZ":-40.380001068115234,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10048,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2022201":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.60000610351565,"PosY":47.8857307434082,"PosZ":15.75,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":3,"MappingInfoID":2022201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2022202":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":25.38400077819824,"PosY":53.25400924682618,"PosZ":-11.862000465393066,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":3,"MappingInfoID":2022202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2022203":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":42.90999984741211,"PosY":53.851810455322266,"PosZ":88.71381378173828,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":3,"MappingInfoID":2022203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2022204":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.08000183105469,"PosY":49.95000076293945,"PosZ":121.3000030517578,"RotY":0.0,"PropID":101,"AnchorID":5,"AnchorGroupID":3,"MappingInfoID":2022204,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":80.11000061035156,"PosY":45.90999984741211,"PosZ":-26.420000076293945,"RotY":0.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.459999084472656,"PosY":49.970001220703125,"PosZ":-68.88999938964844,"RotY":0.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.529998779296875,"PosY":49.95000076293945,"PosZ":31.940000534057617,"RotY":90.0,"PropID":3002,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-55.302940368652344,"PosY":49.949581146240234,"PosZ":-63.45647048950195,"RotY":179.58670043945312,"groupId":0},"2":{"ID":2,"PosX":82.0999984741211,"PosY":45.90999984741211,"PosZ":-26.700000762939453,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":-34.369998931884766,"PosY":49.970001220703125,"PosZ":-66.12000274658203,"RotY":270.0,"groupId":0},"4":{"ID":4,"PosX":-46.40999984741211,"PosY":49.93000030517578,"PosZ":25.059999465942383,"RotY":0.0,"groupId":0}}},"6":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.88999938964844,"PosY":55.709999084472656,"PosZ":36.40999984741211,"RotY":225.0,"PropID":101,"AnchorID":2,"AnchorGroupID":3,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":38.22999954223633,"PosY":50.369998931884766,"PosZ":108.91000366210938,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":3,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.689998626708984,"PosY":49.95000076293945,"PosZ":128.2899932861328,"RotY":0.0,"PropID":101,"AnchorID":5,"AnchorGroupID":3,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":22.290000915527344,"PosY":53.25,"PosZ":-17.110000610351562,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":3,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-128.50999450683594,"PosY":48.040000915527344,"PosZ":-17.139999389648438,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-72.26899719238281,"PosY":55.70899963378906,"PosZ":38.65599822998047,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":24.059999465942383,"PosY":53.25,"PosZ":-15.550000190734863,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":35.13999938964844,"PosY":50.369998931884766,"PosZ":108.83999633789064,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":-57.16999816894531,"PosY":49.95000076293945,"PosZ":130.49000549316406,"RotY":270.0,"groupId":0},"6":{"ID":6,"PosX":95.87999725341797,"PosY":63.2400016784668,"PosZ":41.810001373291016,"RotY":270.0,"groupId":0}}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.52799987792969,"PosY":49.95000076293945,"PosZ":130.4810028076172,"RotY":90.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.90999984741211,"PosY":53.09000015258789,"PosZ":164.08900451660156,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.36000061035156,"PosY":53.09000015258789,"PosZ":186.17100524902344,"RotY":90.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":64.48999786376953,"PosY":60.5099983215332,"PosZ":40.220001220703125,"RotY":276.06298828125,"PropID":102078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Smelter_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"18":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.4000015258789,"PosY":53.2599983215332,"PosZ":-28.75,"RotY":180.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.5,"PosY":53.2599983215332,"PosZ":-29.940000534057617,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":31.670000076293945,"PosY":47.2599983215332,"PosZ":-37.86000061035156,"RotY":180.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":34.43000030517578,"PosY":47.26300048828125,"PosZ":-40.380001068115234,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10048,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":69.16000366210938,"PosY":45.93000030517578,"PosZ":-97.41999816894531,"RotY":90.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":33.20000076293945,"PosY":47.0099983215332,"PosZ":134.0399932861328,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":36.189998626708984,"PosY":50.400001525878906,"PosZ":126.09999847412108,"RotY":0.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":52.849998474121094,"PosY":43.75,"PosZ":164.32000732421875,"RotY":0.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":49.08000183105469,"PosY":43.70000076293945,"PosZ":165.33999633789065,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.029998779296875,"PosY":53.25,"PosZ":114.2699966430664,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.560001373291016,"PosY":53.25,"PosZ":117.68000030517578,"RotY":90.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":101.7699966430664,"PosY":63.2400016784668,"PosZ":42.869998931884766,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.68000030517578,"PosY":53.09000015258789,"PosZ":164.08900451660156,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.720001220703125,"PosY":53.09000015258789,"PosZ":167.3800048828125,"RotY":90.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.739999771118164,"PosY":49.742000579833984,"PosZ":-20.246999740600582,"RotY":90.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.739999771118164,"PosY":49.742000579833984,"PosZ":-20.246999740600582,"RotY":90.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":19.300010681152344,"PosY":52.9480094909668,"PosZ":-11.481989860534668,"RotY":90.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":19.300010681152344,"PosY":52.9480094909668,"PosZ":-11.481989860534668,"RotY":90.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.6299991607666,"PosY":50.00555038452149,"PosZ":-65.93800354003906,"RotY":90.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.6299991607666,"PosY":50.00555038452149,"PosZ":-65.93800354003906,"RotY":90.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":12.555999755859377,"PosY":42.916011810302734,"PosZ":-66.11699676513672,"RotY":90.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":12.555999755859377,"PosY":42.916011810302734,"PosZ":-66.11699676513672,"RotY":90.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":30.6200008392334,"PosY":48.27000045776367,"PosZ":-123.11000061035156,"RotY":90.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":30.6200008392334,"PosY":48.06999969482422,"PosZ":-123.11000061035156,"RotY":90.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.81700134277344,"PosY":53.9900016784668,"PosZ":-109.16000366210938,"RotY":269.4637145996094,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.81700134277344,"PosY":53.9900016784668,"PosZ":-109.16000366210938,"RotY":269.4637145996094,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":26.527000427246097,"PosY":46.83496856689453,"PosZ":138.1300048828125,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":26.527000427246097,"PosY":46.83496856689453,"PosZ":138.1300048828125,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.960000038146973,"PosY":46.189998626708984,"PosZ":137.3300018310547,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.960000038146973,"PosY":46.189998626708984,"PosZ":137.3300018310547,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.18600082397461,"PosY":49.858360290527344,"PosZ":114.26799774169922,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.18600082397461,"PosY":49.858360290527344,"PosZ":114.26799774169922,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.069000244140625,"PosY":52.90235900878906,"PosZ":166.91299438476565,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.069000244140625,"PosY":52.90235900878906,"PosZ":166.91299438476565,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":30.642000198364254,"PosY":43.46635818481445,"PosZ":184.42599487304688,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":30.642000198364254,"PosY":43.46635818481445,"PosZ":184.42599487304688,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":20.33872985839844,"PosY":27.010000228881836,"PosZ":-34.18067932128906,"RotY":89.8666000366211,"groupId":0},"2":{"ID":2,"PosX":-5.7675089836120605,"PosY":24.3799991607666,"PosZ":59.939178466796875,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":-38.599998474121094,"PosY":16.979999542236328,"PosZ":60.93899154663086,"RotY":270.0,"groupId":0},"4":{"ID":4,"PosX":17.784109115600586,"PosY":23.940000534057617,"PosZ":30.52808952331543,"RotY":134.8665008544922,"groupId":0},"5":{"ID":5,"PosX":5.232140064239502,"PosY":17.15999984741211,"PosZ":112.9477996826172,"RotY":314.8664855957031,"groupId":0},"6":{"ID":6,"PosX":45.72999954223633,"PosY":27.329999923706055,"PosZ":87.88999938964844,"RotY":134.8665008544922,"groupId":0},"7":{"ID":7,"PosX":-12.41919994354248,"PosY":17.06999969482422,"PosZ":-59.507568359375,"RotY":224.86680603027344,"groupId":0},"8":{"ID":8,"PosX":17.067859649658203,"PosY":23.399999618530273,"PosZ":-32.46295166015625,"RotY":44.86677932739258,"groupId":0},"9":{"ID":9,"PosX":-128.25759887695312,"PosY":16.559999465942383,"PosZ":-36.988651275634766,"RotY":328.7715148925781,"groupId":0},"10":{"ID":10,"PosX":-105.03970336914064,"PosY":26.88999938964844,"PosZ":-83.11477661132812,"RotY":148.77149963378906,"groupId":0}}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_TeleportGate.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"22":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":350.822509765625,"PosX":-56.03900146484375,"PosY":53.25566864013672,"PosZ":-76.64299774169922,"NPCMonsterID":2022020,"EventID":40222202,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.69000244140625,"PosY":53.25568008422851,"PosZ":-69.2300033569336,"RotY":180.00010681152344,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X202/Chapter02_X202_MainMission_RoadBlock_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"26":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":64.48999786376953,"PosY":80.66000366210938,"PosZ":40.220001220703125,"RotY":276.06298828125,"PropID":102078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Jianmu_PoiShow01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"28":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.60000610351565,"PosY":47.8857307434082,"PosZ":15.75,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":3,"MappingInfoID":2022201,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":25.38400077819824,"PosY":53.25400924682618,"PosZ":-11.862000465393066,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":3,"MappingInfoID":2022202,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":42.90999984741211,"PosY":53.851810455322266,"PosZ":88.71381378173828,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":3,"MappingInfoID":2022203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.08000183105469,"PosY":49.95000076293945,"PosZ":121.3000030517578,"RotY":0.0,"PropID":101,"AnchorID":5,"AnchorGroupID":3,"MappingInfoID":2022204,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-128.23440551757812,"PosY":47.8857307434082,"PosZ":20.273839950561523,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-128.30999755859375,"PosY":47.8857307434082,"PosZ":20.6200008392334,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":24.059999465942383,"PosY":53.25400924682618,"PosZ":-19.799999237060547,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":35.22999954223633,"PosY":53.851810455322266,"PosZ":90.22000122070312,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":-52.27000045776367,"PosY":49.947731018066406,"PosZ":130.49000549316406,"RotY":270.0,"groupId":0},"6":{"ID":6,"PosX":95.87999725341797,"PosY":63.2400016784668,"PosZ":41.810001373291016,"RotY":270.0,"groupId":0},"7":{"ID":7,"PosX":65.38999938964844,"PosY":43.64910125732422,"PosZ":139.36000061035156,"RotY":270.0,"groupId":0},"8":{"ID":8,"PosX":79.70999908447266,"PosY":43.64910125732422,"PosZ":138.9499969482422,"RotY":270.0,"groupId":0}}}}},"P40222_F40222003":{"teleports":{"2102":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.650001525878906,"PosY":49.95000076293945,"PosZ":31.65999984741211,"RotY":0.0,"PropID":3002,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},"10048":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":34.43000030517578,"PosY":47.26300048828125,"PosZ":-40.380001068115234,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10048,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":80.11000061035156,"PosY":45.90999984741211,"PosZ":-26.420000076293945,"RotY":0.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.150001525878906,"PosY":50.0,"PosZ":-69.55999755859375,"RotY":0.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.650001525878906,"PosY":49.95000076293945,"PosZ":31.65999984741211,"RotY":0.0,"PropID":3002,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":81.9800033569336,"PosY":52.939998626708984,"PosZ":-5.659999847412109,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":82.05000305175781,"PosY":45.90999984741211,"PosZ":-25.65999984741211,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":-36.2400016784668,"PosY":50.0,"PosZ":-66.12000274658203,"RotY":270.0,"groupId":0},"4":{"ID":4,"PosX":-46.720001220703125,"PosY":49.93000030517578,"PosZ":27.6299991607666,"RotY":0.0,"groupId":0}}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":18.479999542236328,"PosY":50.09000015258789,"PosZ":42.79499816894531,"RotY":270.0,"PropID":102003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Elevator_01.json","State":"Elevator1","propStateList":["Elevator1","Elevator2","Elevator3"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Elevator_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":22.0,"PosY":60.279998779296875,"PosZ":46.5620002746582,"RotY":90.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":12.699999809265137,"PosY":49.880001068115234,"PosZ":36.7400016784668,"RotY":270.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":18.479999542236328,"PosY":58.452999114990234,"PosZ":42.79499816894531,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":18.479999542236328,"PosY":50.09000015258789,"PosZ":42.79499816894531,"RotY":270.0,"groupId":0}}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.52799987792969,"PosY":49.95000076293945,"PosZ":130.4810028076172,"RotY":90.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.90999984741211,"PosY":53.09000015258789,"PosZ":164.08900451660156,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.36000061035156,"PosY":53.09000015258789,"PosZ":186.17100524902344,"RotY":90.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":64.48999786376953,"PosY":60.5099983215332,"PosZ":40.220001220703125,"RotY":276.06298828125,"PropID":102078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Smelter_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"27":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":270.0,"PosX":21.959999084472656,"PosY":43.2599983215332,"PosZ":-74.4000015258789,"NPCMonsterID":2012010,"EventID":40222032,"groupId":27,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":0.0,"PosX":13.880000114440918,"PosY":43.15999984741211,"PosZ":-53.59000015258789,"NPCMonsterID":2022020,"EventID":40222033,"groupId":27,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":49.527889251708984,"PosX":-73.76000213623047,"PosY":53.2599983215332,"PosZ":-84.36000061035156,"NPCMonsterID":2012010,"EventID":40222034,"groupId":27,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":180.0,"PosX":-71.45999908447266,"PosY":53.2599983215332,"PosZ":-62.09000015258789,"NPCMonsterID":2011010,"EventID":40222035,"groupId":27,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":0.0,"PosX":-43.09000015258789,"PosY":50.06999969482422,"PosZ":-20.280000686645508,"NPCMonsterID":2022020,"EventID":40222036,"groupId":27,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.62999725341797,"PosY":55.720001220703125,"PosZ":42.4900016784668,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.4000015258789,"PosY":53.2599983215332,"PosZ":-28.75,"RotY":180.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.5,"PosY":53.2599983215332,"PosZ":-29.940000534057617,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":31.670000076293945,"PosY":47.2599983215332,"PosZ":-37.86000061035156,"RotY":180.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":34.43000030517578,"PosY":47.26300048828125,"PosZ":-40.380001068115234,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10048,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":69.16000366210938,"PosY":45.93000030517578,"PosZ":-97.41999816894531,"RotY":90.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":33.20000076293945,"PosY":47.0099983215332,"PosZ":134.0399932861328,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":36.189998626708984,"PosY":50.400001525878906,"PosZ":126.09999847412108,"RotY":0.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":52.849998474121094,"PosY":43.75,"PosZ":164.32000732421875,"RotY":0.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":49.08000183105469,"PosY":43.70000076293945,"PosZ":165.33999633789065,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.029998779296875,"PosY":53.25,"PosZ":114.2699966430664,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.560001373291016,"PosY":53.25,"PosZ":117.68000030517578,"RotY":90.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":101.7699966430664,"PosY":63.2400016784668,"PosZ":42.849998474121094,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.68000030517578,"PosY":53.09000015258789,"PosZ":164.08900451660156,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.720001220703125,"PosY":53.09000015258789,"PosZ":167.3800048828125,"RotY":90.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_TeleportGate.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.739999771118164,"PosY":49.742000579833984,"PosZ":-20.246999740600582,"RotY":90.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.739999771118164,"PosY":49.742000579833984,"PosZ":-20.246999740600582,"RotY":90.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":19.300010681152344,"PosY":52.9480094909668,"PosZ":-11.481989860534668,"RotY":90.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":19.300010681152344,"PosY":52.9480094909668,"PosZ":-11.481989860534668,"RotY":90.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.6299991607666,"PosY":50.00555038452149,"PosZ":-65.93800354003906,"RotY":90.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.6299991607666,"PosY":50.00555038452149,"PosZ":-65.93800354003906,"RotY":90.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":12.555999755859377,"PosY":42.916011810302734,"PosZ":-66.11699676513672,"RotY":90.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":12.555999755859377,"PosY":42.916011810302734,"PosZ":-66.11699676513672,"RotY":90.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":30.6200008392334,"PosY":48.27000045776367,"PosZ":-123.11000061035156,"RotY":90.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":30.6200008392334,"PosY":48.06999969482422,"PosZ":-123.11000061035156,"RotY":90.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.81700134277344,"PosY":53.9900016784668,"PosZ":-109.16000366210938,"RotY":269.4637145996094,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.81700134277344,"PosY":53.9900016784668,"PosZ":-109.16000366210938,"RotY":269.4637145996094,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":26.527000427246097,"PosY":46.83496856689453,"PosZ":138.1300048828125,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":26.527000427246097,"PosY":46.83496856689453,"PosZ":138.1300048828125,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.960000038146973,"PosY":46.189998626708984,"PosZ":137.3300018310547,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.960000038146973,"PosY":46.189998626708984,"PosZ":137.3300018310547,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.18600082397461,"PosY":49.858360290527344,"PosZ":114.26799774169922,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.18600082397461,"PosY":49.858360290527344,"PosZ":114.26799774169922,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.069000244140625,"PosY":52.90235900878906,"PosZ":166.91299438476565,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.069000244140625,"PosY":52.90235900878906,"PosZ":166.91299438476565,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":30.642000198364254,"PosY":43.46635818481445,"PosZ":184.42599487304688,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":30.642000198364254,"PosY":43.46635818481445,"PosZ":184.42599487304688,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":20.33872985839844,"PosY":27.010000228881836,"PosZ":-34.18067932128906,"RotY":89.8666000366211,"groupId":0},"2":{"ID":2,"PosX":-5.7675089836120605,"PosY":24.3799991607666,"PosZ":59.939178466796875,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":-38.599998474121094,"PosY":16.979999542236328,"PosZ":60.93899154663086,"RotY":270.0,"groupId":0},"4":{"ID":4,"PosX":17.784109115600586,"PosY":23.940000534057617,"PosZ":30.52808952331543,"RotY":134.8665008544922,"groupId":0},"5":{"ID":5,"PosX":5.232140064239502,"PosY":17.15999984741211,"PosZ":112.9477996826172,"RotY":314.8664855957031,"groupId":0},"6":{"ID":6,"PosX":45.72999954223633,"PosY":27.329999923706055,"PosZ":87.88999938964844,"RotY":134.8665008544922,"groupId":0},"7":{"ID":7,"PosX":-12.41919994354248,"PosY":17.06999969482422,"PosZ":-59.507568359375,"RotY":224.86680603027344,"groupId":0},"8":{"ID":8,"PosX":17.067859649658203,"PosY":23.399999618530273,"PosZ":-32.46295166015625,"RotY":44.86677932739258,"groupId":0},"9":{"ID":9,"PosX":-128.25759887695312,"PosY":16.559999465942383,"PosZ":-36.988651275634766,"RotY":328.7715148925781,"groupId":0},"10":{"ID":10,"PosX":-105.03970336914064,"PosY":26.88999938964844,"PosZ":-83.11477661132812,"RotY":148.77149963378906,"groupId":0}}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X202/Chapter02_X202_MainMission_RoadBlock_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"33":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":64.48999786376953,"PosY":80.66000366210938,"PosZ":40.220001220703125,"RotY":276.06298828125,"PropID":102078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Jianmu_PoiShow01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"40":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.63999938964844,"PosY":49.91999816894531,"PosZ":43.2599983215332,"RotY":0.0,"PropID":102176,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_AirBlock_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40222_F40222004":{"teleports":{},"group_items":{"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":64.48999786376953,"PosY":60.5099983215332,"PosZ":40.220001220703125,"RotY":276.06298828125,"PropID":102078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Smelter_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"6":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.88999938964844,"PosY":55.709999084472656,"PosZ":36.40999984741211,"RotY":225.0,"PropID":101,"AnchorID":2,"AnchorGroupID":3,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":38.22999954223633,"PosY":50.369998931884766,"PosZ":108.91000366210938,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":3,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.689998626708984,"PosY":49.95000076293945,"PosZ":128.2899932861328,"RotY":0.0,"PropID":101,"AnchorID":5,"AnchorGroupID":3,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":22.290000915527344,"PosY":53.25,"PosZ":-17.110000610351562,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":3,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-128.50999450683594,"PosY":48.040000915527344,"PosZ":-17.139999389648438,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-72.26899719238281,"PosY":55.70899963378906,"PosZ":38.65599822998047,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":24.059999465942383,"PosY":53.25,"PosZ":-15.550000190734863,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":35.13999938964844,"PosY":50.369998931884766,"PosZ":108.83999633789064,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":-57.16999816894531,"PosY":49.95000076293945,"PosZ":130.49000549316406,"RotY":270.0,"groupId":0},"6":{"ID":6,"PosX":95.87999725341797,"PosY":63.2400016784668,"PosZ":41.810001373291016,"RotY":270.0,"groupId":0}}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":18.479999542236328,"PosY":50.09000015258789,"PosZ":42.79499816894531,"RotY":270.0,"PropID":102003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Elevator_01.json","State":"Elevator1","propStateList":["Elevator1","Elevator2","Elevator3"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Elevator_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":22.0,"PosY":60.279998779296875,"PosZ":46.5620002746582,"RotY":90.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":12.699999809265137,"PosY":49.880001068115234,"PosZ":36.7400016784668,"RotY":270.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":18.479999542236328,"PosY":58.452999114990234,"PosZ":42.79499816894531,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":18.479999542236328,"PosY":50.09000015258789,"PosZ":42.79499816894531,"RotY":270.0,"groupId":0}}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.52799987792969,"PosY":49.95000076293945,"PosZ":130.4810028076172,"RotY":90.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.90999984741211,"PosY":53.09000015258789,"PosZ":164.08900451660156,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.36000061035156,"PosY":53.09000015258789,"PosZ":186.17100524902344,"RotY":90.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40222_F40222005":{"teleports":{},"group_items":{"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":64.48999786376953,"PosY":60.5099983215332,"PosZ":40.220001220703125,"RotY":276.06298828125,"PropID":102078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Smelter_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"6":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.88999938964844,"PosY":55.709999084472656,"PosZ":36.40999984741211,"RotY":225.0,"PropID":101,"AnchorID":2,"AnchorGroupID":3,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":38.22999954223633,"PosY":50.369998931884766,"PosZ":108.91000366210938,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":3,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.689998626708984,"PosY":49.95000076293945,"PosZ":128.2899932861328,"RotY":0.0,"PropID":101,"AnchorID":5,"AnchorGroupID":3,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":22.290000915527344,"PosY":53.25,"PosZ":-17.110000610351562,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":3,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-128.50999450683594,"PosY":48.040000915527344,"PosZ":-17.139999389648438,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-72.26899719238281,"PosY":55.70899963378906,"PosZ":38.65599822998047,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":24.059999465942383,"PosY":53.25,"PosZ":-15.550000190734863,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":35.13999938964844,"PosY":50.369998931884766,"PosZ":108.83999633789064,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":-57.16999816894531,"PosY":49.95000076293945,"PosZ":130.49000549316406,"RotY":270.0,"groupId":0},"6":{"ID":6,"PosX":95.87999725341797,"PosY":63.2400016784668,"PosZ":41.810001373291016,"RotY":270.0,"groupId":0}}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":18.479999542236328,"PosY":50.09000015258789,"PosZ":42.79499816894531,"RotY":270.0,"PropID":102003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Elevator_01.json","State":"Elevator1","propStateList":["Elevator1","Elevator2","Elevator3"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Elevator_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":22.0,"PosY":60.279998779296875,"PosZ":46.5620002746582,"RotY":90.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":12.699999809265137,"PosY":49.880001068115234,"PosZ":36.7400016784668,"RotY":270.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":18.479999542236328,"PosY":58.452999114990234,"PosZ":42.79499816894531,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":18.479999542236328,"PosY":50.09000015258789,"PosZ":42.79499816894531,"RotY":270.0,"groupId":0}}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.52799987792969,"PosY":49.95000076293945,"PosZ":130.4810028076172,"RotY":90.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.90999984741211,"PosY":53.09000015258789,"PosZ":164.08900451660156,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.36000061035156,"PosY":53.09000015258789,"PosZ":186.17100524902344,"RotY":90.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40222_F40222006":{"teleports":{},"group_items":{"6":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.89,"PosY":55.71,"PosZ":36.41,"RotY":225.0,"PropID":101,"AnchorID":2,"AnchorGroupID":3,"MappingInfoID":null,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":38.23,"PosY":50.37,"PosZ":108.91,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":3,"MappingInfoID":null,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.69,"PosY":49.95,"PosZ":128.29,"RotY":0.0,"PropID":101,"AnchorID":5,"AnchorGroupID":3,"MappingInfoID":null,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":22.29,"PosY":53.25,"PosZ":-17.11,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":3,"MappingInfoID":null,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-128.51,"PosY":48.04,"PosZ":-17.14,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-72.269,"PosY":55.709,"PosZ":38.656,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":24.06,"PosY":53.25,"PosZ":-15.55,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":35.14,"PosY":50.37,"PosZ":108.84,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":-57.17,"PosY":49.95,"PosZ":130.49,"RotY":270.0,"groupId":0},"6":{"ID":6,"PosX":95.88,"PosY":63.24,"PosZ":41.81,"RotY":270.0,"groupId":0}}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":18.48,"PosY":50.09,"PosZ":42.795,"RotY":270.0,"PropID":102003,"AnchorID":null,"AnchorGroupID":null,"MappingInfoID":null,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Elevator_01.json","State":"Elevator1","propStateList":["Elevator1","Elevator2","Elevator3"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Elevator_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":22.0,"PosY":60.28,"PosZ":46.562,"RotY":90.0,"PropID":102000,"AnchorID":null,"AnchorGroupID":null,"MappingInfoID":null,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":12.7,"PosY":49.88,"PosZ":36.74,"RotY":270.0,"PropID":102000,"AnchorID":null,"AnchorGroupID":null,"MappingInfoID":null,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":18.48,"PosY":58.453,"PosZ":42.795,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":18.48,"PosY":50.09,"PosZ":42.795,"RotY":270.0,"groupId":0}}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.528,"PosY":49.95,"PosZ":130.481,"RotY":90.0,"PropID":102001,"AnchorID":null,"AnchorGroupID":null,"MappingInfoID":null,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.91,"PosY":53.09,"PosZ":164.089,"RotY":270.0,"PropID":102002,"AnchorID":null,"AnchorGroupID":null,"MappingInfoID":null,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.36,"PosY":53.09,"PosZ":186.171,"RotY":90.0,"PropID":102001,"AnchorID":null,"AnchorGroupID":null,"MappingInfoID":null,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40231_F40231001":{"teleports":{},"group_items":{"11":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":10.965999603271484,"PosY":14.050000190734863,"PosZ":22.437000274658203,"RotY":315.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X301/Maze_Chap02_X301_Elevator_Locked_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":10.965999603271484,"PosY":14.050000190734863,"PosZ":22.437000274658203,"RotY":315.0,"PropID":102103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Elevator_01.json","State":"Locked","propStateList":["Locked","Elevator1","Elevator2","Elevator3"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_Elevator_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":12.989999771118164,"PosY":38.20341873168945,"PosZ":16.170000076293945,"RotY":135.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":10.4350004196167,"PosY":13.91001033782959,"PosZ":29.27300071716309,"RotY":315.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":7.80000114440918,"PosY":13.884010314941406,"PosZ":25.600000381469727,"RotY":315.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":10.965999603271484,"PosY":14.050000190734863,"PosZ":22.437000274658203,"RotY":315.0,"groupId":0},"2":{"ID":2,"PosX":10.965999603271484,"PosY":14.050000190734863,"PosZ":22.437000274658203,"RotY":315.0,"groupId":0}}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":11.56999969482422,"PosY":42.0099983215332,"PosZ":-13.312999725341797,"RotY":270.0,"PropID":102103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Elevator_01.json","State":"Elevator2","propStateList":["Locked","Elevator1","Elevator2","Elevator3"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_Elevator_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":16.152000427246094,"PosY":43.95827102661133,"PosZ":-16.770000457763672,"RotY":90.00007629394531,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":6.949999809265137,"PosY":16.15069007873535,"PosZ":-9.788000106811523,"RotY":270.0000915527344,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":7.489998817443848,"PosY":16.12070083618164,"PosZ":-13.3100004196167,"RotY":270.0000915527344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":11.56999969482422,"PosY":42.0099983215332,"PosZ":-13.312999725341797,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":11.56999969482422,"PosY":16.280000686645508,"PosZ":-13.312999725341797,"RotY":270.0000915527344,"groupId":0}}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.219999313354492,"PosY":13.899999618530272,"PosZ":17.270999908447266,"RotY":270.0,"PropID":102083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_Censer_01.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.84400177001953,"PosY":13.899999618530272,"PosZ":30.959999084472656,"RotY":315.0,"PropID":102083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_Censer_02.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.35700225830078,"PosY":13.899999618530272,"PosZ":63.58399963378906,"RotY":0.0,"PropID":102083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_Censer_02.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.0,"PosY":10.039999961853027,"PosZ":63.5,"RotY":0.0,"PropID":102102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_CenserVolumeFog_0.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_FogVolume_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-70.05000305175781,"PosY":13.900509834289553,"PosZ":63.779998779296875,"RotY":17.662139892578125,"groupId":0}}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.099998474121094,"PosY":13.882610321044922,"PosZ":-56.27000045776367,"RotY":-0.00021800000104121864,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40231_F40231003":{"teleports":{"2102":{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.1135025024414,"PosY":8.825370788574219,"PosZ":11.041799545288086,"RotY":0.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.1135025024414,"PosY":8.825370788574219,"PosZ":11.041799545288086,"RotY":0.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-20.399999618530273,"PosY":1.533475041389465,"PosZ":9.130000114440918,"RotY":273.7250061035156,"groupId":0},"2":{"ID":2,"PosX":-9.180000305175781,"PosY":1.532457947731018,"PosZ":22.520000457763672,"RotY":251.4680938720703,"groupId":0},"3":{"ID":3,"PosX":-104.99479675292967,"PosY":8.140048027038574,"PosZ":4.655066013336182,"RotY":270.0,"groupId":0}}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X302/Maze_Chap02_X302_Block02_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-230.3300018310547,"PosY":-0.119999997317791,"PosZ":12.640000343322754,"RotY":269.2654113769531,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40231_F40231004":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-686.8900146484375,"PosY":-0.4600000083446502,"PosZ":77.69293212890625,"RotY":0.0,"PropID":3002,"AnchorID":5,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-686.8900146484375,"PosY":-0.4600000083446502,"PosZ":77.69293212890625,"RotY":0.0,"PropID":3002,"AnchorID":5,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-696.1099853515625,"PosY":6.269999980926514,"PosZ":73.23999786376953,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":70.22000122070312,"PosY":45.7021484375,"PosZ":-61.84000015258789,"RotY":74.99989318847656,"groupId":0},"3":{"ID":3,"PosX":5.489999771118164,"PosY":13.884010314941406,"PosZ":34.060001373291016,"RotY":225.0,"groupId":0},"4":{"ID":4,"PosX":-34.00600051879883,"PosY":13.594980239868164,"PosZ":-14.670000076293944,"RotY":270.0,"groupId":0},"5":{"ID":5,"PosX":-676.8663940429688,"PosY":0.783356010913849,"PosZ":72.91899108886719,"RotY":270.0,"groupId":0}}}}},"P40232_F40232001":{"teleports":{},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X302/Maze_Chap02_X302_Block02_Controller.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40232_F40232002":{"teleports":{"2102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-434.6099853515625,"PosY":-34.1469612121582,"PosZ":0.7799999713897705,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":6,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/44201_Raid/Maze_InvisibleMonster_ClientBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":320.3992004394531,"PosX":-499.2000122070313,"PosY":-51.1469612121582,"PosZ":21.1299991607666,"NPCMonsterID":2022011,"EventID":40232011,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":270.7077941894531,"PosX":-477.2200012207031,"PosY":-46.32999038696289,"PosZ":29.469999313354492,"NPCMonsterID":2022011,"EventID":40232012,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200016,"RotY":343.1706848144531,"PosX":-468.6199951171875,"PosY":-41.14070892333984,"PosZ":6.630000114440918,"NPCMonsterID":2022011,"EventID":40232013,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":277.2840881347656,"PosX":-410.3699951171875,"PosY":-34.528018951416016,"PosZ":-0.8500000238418579,"NPCMonsterID":2022011,"EventID":40232014,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":180.70779418945312,"PosX":-403.9399108886718,"PosY":-34.556129455566406,"PosZ":25.68000030517578,"NPCMonsterID":2022061,"EventID":40232016,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200017,"RotY":238.99020385742188,"PosX":-394.1000061035156,"PosY":-34.673431396484375,"PosZ":17.6299991607666,"NPCMonsterID":2022011,"EventID":40232017,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":218.80929565429688,"PosX":-359.6499938964844,"PosY":-37.10934066772461,"PosZ":16.459999084472656,"NPCMonsterID":2022011,"EventID":40232018,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":290.78948974609375,"PosX":-334.8399963378906,"PosY":-36.769569396972656,"PosZ":43.36000061035156,"NPCMonsterID":2022011,"EventID":40232019,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":295.8039855957031,"PosX":-323.7699890136719,"PosY":-36.09128189086914,"PosZ":59.380001068115234,"NPCMonsterID":2022011,"EventID":40232021,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200015,"RotY":309.2217102050781,"PosX":-307.8399963378906,"PosY":-35.51311111450195,"PosZ":41.380001068115234,"NPCMonsterID":2022011,"EventID":40232023,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":12.813579559326172,"PosX":-321.44000244140625,"PosY":-29.319629669189453,"PosZ":8.15999984741211,"NPCMonsterID":2022061,"EventID":40232024,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200014,"RotY":342.8135986328125,"PosX":-317.4309997558594,"PosY":-29.51759910583496,"PosZ":14.534000396728516,"NPCMonsterID":2022011,"EventID":40232025,"groupId":3,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":93.53510284423828,"PosX":-339.2099914550781,"PosY":-29.4622802734375,"PosZ":6.190000057220459,"NPCMonsterID":2022061,"EventID":40232026,"groupId":3,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-538.030029296875,"PosY":-53.41006851196289,"PosZ":2.118834972381592,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":6,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-434.6099853515625,"PosY":-34.1469612121582,"PosZ":0.7799999713897705,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":6,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-538.030029296875,"PosY":-53.41006851196289,"PosZ":4.630000114440918,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-434.6099853515625,"PosY":-34.1469612121582,"PosZ":4.929999828338623,"RotY":90.0,"groupId":0}}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X302/Maze_Chap02_X302_Block02_Controller.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/44201_Raid/Maze_Raid40232_TalkBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40233_F40233001":{"teleports":{},"group_items":{"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.0653076171875,"PosY":32.78927993774414,"PosZ":-60.62588882446289,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/Common_Raid_HPAllRecoverAfterAnyBattle.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40234_F40234001":{"teleports":{},"group_items":{}},"P40235_F40235001":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":72.79399871826172,"PosY":44.31013107299805,"PosZ":-9.484000205993652,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":9,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":72.79399871826172,"PosY":44.31013107299805,"PosZ":-9.484000205993652,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":9,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":76.88999938964844,"PosY":44.0101203918457,"PosZ":-5.050000190734863,"RotY":315.0,"groupId":0}}},"10":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":10.965999603271484,"PosY":36.27899932861328,"PosZ":22.437000274658203,"RotY":315.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X301/Maze_Chap02_X301_Elevator_Locked_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":10.965999603271484,"PosY":36.27899932861328,"PosZ":22.437000274658203,"RotY":315.0,"PropID":102103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Elevator_01.json","State":"Locked","propStateList":["Locked","Elevator1","Elevator2","Elevator3"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_Elevator_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":12.989999771118164,"PosY":38.203399658203125,"PosZ":16.170000076293945,"RotY":135.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":9.899999618530273,"PosY":13.861669540405272,"PosZ":30.229999542236328,"RotY":315.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":7.80000114440918,"PosY":13.884010314941406,"PosZ":25.600000381469727,"RotY":315.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":10.965999603271484,"PosY":36.27899932861328,"PosZ":22.437000274658203,"RotY":315.0,"groupId":0},"2":{"ID":2,"PosX":10.965999603271484,"PosY":14.050000190734863,"PosZ":22.437000274658203,"RotY":315.0,"groupId":0}}},"11":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":11.56999969482422,"PosY":42.0099983215332,"PosZ":-13.312999725341797,"RotY":270.0000915527344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X301/Maze_Chap02_X301_Elevator_Locked_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":11.56999969482422,"PosY":42.0099983215332,"PosZ":-13.312999725341797,"RotY":270.0000915527344,"PropID":102103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Elevator_01.json","State":"Locked","propStateList":["Locked","Elevator1","Elevator2","Elevator3"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_Elevator_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":16.152000427246094,"PosY":43.95827865600586,"PosZ":-16.770000457763672,"RotY":90.00007629394531,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":5.340000152587891,"PosY":16.120710372924805,"PosZ":-8.680000305175781,"RotY":270.0000915527344,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":7.489998817443848,"PosY":16.12070083618164,"PosZ":-13.3100004196167,"RotY":270.0000915527344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":11.56999969482422,"PosY":42.0099983215332,"PosZ":-13.312999725341797,"RotY":270.0000915527344,"groupId":0},"2":{"ID":2,"PosX":11.56999969482422,"PosY":16.280000686645508,"PosZ":-13.312999725341797,"RotY":270.0000915527344,"groupId":0}}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.219999313354492,"PosY":13.899999618530272,"PosZ":17.270999908447266,"RotY":270.0,"PropID":102083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_Censer_02.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.84400177001953,"PosY":13.899999618530272,"PosZ":30.959999084472656,"RotY":315.0,"PropID":102083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_Censer_01.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.35700225830078,"PosY":13.899999618530272,"PosZ":63.58399963378906,"RotY":0.0,"PropID":102083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_Censer_02.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.0,"PosY":10.039999961853027,"PosZ":63.5,"RotY":0.0,"PropID":102102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_CenserVolumeFog_0.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_FogVolume_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-70.05000305175781,"PosY":13.900509834289553,"PosZ":63.779998779296875,"RotY":17.662139892578125,"groupId":0}}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":42.43000030517578,"PosY":42.414840698242195,"PosZ":-47.22100067138672,"RotY":-0.00021800000104121864,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":83.51399993896484,"PosY":45.70214080810547,"PosZ":-12.234000205993652,"RotY":315.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":15.229999542236328,"PosY":43.96451187133789,"PosZ":-13.609999656677246,"RotY":89.99992370605469,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40236_F40236001":{"teleports":{},"group_items":{"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":2.759999990463257,"PosY":0.2999979853630066,"PosZ":2.5199999809265137,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":2,"MappingInfoID":0,"InitLevelGraph":null,"State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":23.65999984741211,"PosY":-3.299997091293335,"PosZ":-12.600000381469728,"RotY":0.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":4,"MappingInfoID":0,"InitLevelGraph":null,"State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.09000000357627869,"PosY":0.0,"PosZ":0.1599999964237213,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":24.1200008392334,"PosY":-3.6000020503997803,"PosZ":-15.220000267028809,"RotY":90.0,"groupId":0}}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":37.7599983215332,"PosY":-3.599998950958252,"PosZ":-15.109999656677246,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":45.95600128173828,"PosY":-2.359999895095825,"PosZ":-15.25,"RotY":279.5533142089844,"PropID":100042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_Unbearable_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":41.53001022338867,"PosY":-3.600001096725464,"PosZ":-15.532999992370604,"Name":"NPC1","RotY":268.7361145019531,"NPCID":3014,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":43.13999938964844,"PosY":-3.6000020503997803,"PosZ":-12.649999618530272,"Name":"NPC2","RotY":255.01609802246097,"NPCID":2213,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":43.23801040649414,"PosY":-3.6000020503997803,"PosZ":-17.075000762939453,"Name":"NPC3","RotY":279.5213928222656,"NPCID":2213,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P40236_F40236002":{"teleports":{},"group_items":{}},"P40237_F40237001":{"teleports":{},"group_items":{"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.20000076293945,"PosY":2.430000066757202,"PosZ":-134.49000549316406,"RotY":91.93347930908203,"PropID":102035,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoBoat_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-67.15499877929688,"PosY":-0.718999981880188,"PosZ":-138.0780029296875,"Name":"NPC1","RotY":45.75983810424805,"NPCID":3146,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-64.8499984741211,"PosY":-1.0324259996414185,"PosZ":-47.16999816894531,"Name":"NPC3","RotY":295.2948913574219,"NPCID":3147,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":-74.58999633789062,"PosY":3.049999952316284,"PosZ":-51.13999938964844,"Name":"NPC4","RotY":76.9002914428711,"NPCID":3147,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":-76.3010025024414,"PosY":-0.8199999928474425,"PosZ":-53.78400039672851,"Name":"NPC5","RotY":95.92532348632812,"NPCID":3146,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400006,"PosX":-70.63899993896484,"PosY":-1.0124870538711548,"PosZ":-57.30699920654297,"Name":"NPC6","RotY":192.79190063476565,"NPCID":3147,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400008,"PosX":-74.5199966430664,"PosY":-0.4699999988079071,"PosZ":-74.69000244140625,"Name":"NPC8","RotY":90.63754272460938,"NPCID":3146,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400009,"PosX":-65.41999816894531,"PosY":-1.0124640464782717,"PosZ":-84.61000061035156,"Name":"NPC9","RotY":74.97313690185547,"NPCID":3146,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-68.84500122070312,"PosY":-0.8130000233650208,"PosZ":-90.05899810791016,"Name":"NPC2","RotY":93.23416900634764,"NPCID":3147,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400010,"PosX":-65.84500122070312,"PosY":0.9660000205039978,"PosZ":-93.31600189208984,"Name":"NPC10","RotY":78.75420379638672,"NPCID":2321,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400011,"PosX":-75.5,"PosY":9.0600004196167,"PosZ":-97.0999984741211,"Name":"NPC11","RotY":78.75420379638672,"NPCID":3146,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400012,"PosX":-77.33000183105469,"PosY":-0.5120000243186951,"PosZ":-103.80999755859376,"Name":"NPC12","RotY":78.75420379638672,"NPCID":3146,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400013,"PosX":-62.85699844360352,"PosY":-1.031095027923584,"PosZ":-114.13400268554688,"Name":"NPC13","RotY":276.2694091796875,"NPCID":3147,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400014,"PosX":-68.24299621582031,"PosY":1.1239999532699585,"PosZ":-110.71399688720705,"Name":"NPC14","RotY":79.4220199584961,"NPCID":3147,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400015,"PosX":-72.18000030517578,"PosY":1.967018961906433,"PosZ":-120.37000274658205,"Name":"NPC15","RotY":79.4220199584961,"NPCID":3146,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400017,"PosX":-64.52999877929688,"PosY":-1.0124560594558716,"PosZ":-92.62000274658203,"Name":"NPC17","RotY":164.60830688476565,"NPCID":12312,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400018,"PosX":-67.44000244140625,"PosY":-1.012447953224182,"PosZ":-106.62000274658205,"Name":"NPC18","RotY":256.4508972167969,"NPCID":12313,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400019,"PosX":-62.757999420166016,"PosY":-1.0124419927597046,"PosZ":-113.31199645996094,"Name":"NPC19","RotY":267.8848876953125,"NPCID":12119,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400021,"PosX":-62.98400115966797,"PosY":-1.0323740243911743,"PosZ":-130.79200744628906,"Name":"NPC21","RotY":73.20997619628906,"NPCID":12131,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400028,"PosX":-52.9370002746582,"PosY":-1.0173970460891724,"PosZ":-82.85900115966797,"Name":"NPC28","RotY":266.7618103027344,"NPCID":2201,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400029,"PosX":-58.0847282409668,"PosY":-1.0323710441589355,"PosZ":-135.33779907226565,"Name":"NPC29","RotY":334.0871887207031,"NPCID":3147,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400022,"PosX":-80.72606658935547,"PosY":-0.5185409784317017,"PosZ":-61.96792984008789,"Name":"NPC22","RotY":155.41749572753906,"NPCID":3146,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400023,"PosX":-49.70000076293945,"PosY":-1.012369990348816,"PosZ":-135.77999877929688,"Name":"NPC23","RotY":352.0834045410156,"NPCID":3147,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400030,"PosX":-52.18000030517578,"PosY":-1.017382025718689,"PosZ":-117.8560028076172,"Name":"NPC30","RotY":134.889404296875,"NPCID":3147,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400031,"PosX":-52.09402847290039,"PosY":-1.0173850059509275,"PosZ":-107.51000213623048,"Name":"NPC31","RotY":260.13848876953125,"NPCID":3146,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400032,"PosX":-53.395999908447266,"PosY":-0.9823729991912842,"PosZ":-107.79599761962892,"Name":"NPC32","RotY":305.05218505859375,"NPCID":12131,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400033,"PosX":-53.31399917602539,"PosY":-0.9823729991912842,"PosZ":-107.27999877929688,"Name":"NPC33","RotY":231.42019653320312,"NPCID":12233,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400034,"PosX":-42.099998474121094,"PosY":4.73199987411499,"PosZ":-129.44000244140625,"Name":"NPC34","RotY":354.0714111328125,"NPCID":3146,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400035,"PosX":-42.45000076293945,"PosY":15.020000457763672,"PosZ":-94.0199966430664,"Name":"NPC35","RotY":181.42269897460935,"NPCID":3146,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400036,"PosX":-34.9739990234375,"PosY":0.9872210025787354,"PosZ":-130.75999450683594,"Name":"NPC36","RotY":263.9468078613281,"NPCID":3147,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400037,"PosX":-34.53300094604492,"PosY":1.2200000286102295,"PosZ":-79.0,"Name":"NPC37","RotY":260.13848876953125,"NPCID":3146,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400038,"PosX":-52.74100112915039,"PosY":-1.0174009799957275,"PosZ":-84.67500305175781,"Name":"NPC38","RotY":259.7969970703125,"NPCID":2321,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400039,"PosX":-45.23699951171875,"PosY":-1.0323749780654907,"PosZ":-120.90299987792967,"Name":"NPC39","RotY":231.93760681152344,"NPCID":2321,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400040,"PosX":-64.62000274658203,"PosY":-1.0124560594558716,"PosZ":-94.20999908447266,"Name":"NPC40","RotY":13.68157958984375,"NPCID":12304,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400016,"PosX":-61.459999084472656,"PosY":-1.032371997833252,"PosZ":-135.52000427246094,"Name":"NPC16","RotY":14.899889945983888,"NPCID":12215,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400024,"PosX":-65.33000183105469,"PosY":-1.008999943733215,"PosZ":-87.52999877929688,"Name":"NPC24","RotY":242.47149658203125,"NPCID":12113,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400025,"PosX":-66.3499984741211,"PosY":-1.0124529600143433,"PosZ":-101.98999786376952,"Name":"NPC25","RotY":347.3673095703125,"NPCID":12117,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400020,"PosX":-61.369998931884766,"PosY":-1.0123720169067385,"PosZ":-134.38999938964844,"Name":"NPC20","RotY":188.18960571289065,"NPCID":12304,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400026,"PosX":-53.46599960327149,"PosY":-1.0173879861831665,"PosZ":-90.81300354003906,"Name":"NPC26","RotY":234.6096038818359,"NPCID":12215,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400027,"PosX":-51.15399932861328,"PosY":-1.0173890590667725,"PosZ":-102.58999633789064,"Name":"NPC27","RotY":92.92281341552734,"NPCID":12214,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400041,"PosX":-53.52899932861328,"PosY":-1.0173879861831665,"PosZ":-91.75499725341797,"Name":"NPC41","RotY":305.2768859863281,"NPCID":12114,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400007,"PosX":-34.909000396728516,"PosY":0.9872900247573853,"PosZ":-129.81199645996094,"Name":"NPC7","RotY":256.4508972167969,"NPCID":12312,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400042,"PosX":-34.88199996948242,"PosY":0.9872580170631408,"PosZ":-131.71600341796875,"Name":"NPC42","RotY":278.9841003417969,"NPCID":12308,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P40237_F40237002":{"teleports":{},"group_items":{"10":{"props":[],"npcs":[{"ID":400001,"PosX":-38.479000091552734,"PosY":-1.8995120525360107,"PosZ":17.082000732421875,"Name":"NPC1","RotY":90.0,"NPCID":2321,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-32.119998931884766,"PosY":-2.259999990463257,"PosZ":10.295000076293944,"Name":"NPC2","RotY":51.84000015258789,"NPCID":3147,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-34.97200012207031,"PosY":-3.466259002685547,"PosZ":2.9049999713897705,"Name":"NPC3","RotY":90.0,"NPCID":3147,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":-24.839000701904297,"PosY":-3.486227035522461,"PosZ":-11.89799976348877,"Name":"NPC4","RotY":38.41020965576172,"NPCID":3146,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":-45.22999954223633,"PosY":-3.4662580490112305,"PosZ":-3.1199989318847656,"Name":"NPC5","RotY":183.2808074951172,"NPCID":3146,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400006,"PosX":-14.319000244140623,"PosY":-2.5668959617614746,"PosZ":-20.937000274658203,"Name":"NPC6","RotY":341.1809997558594,"NPCID":3147,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400007,"PosX":18.850000381469727,"PosY":-3.4662580490112305,"PosZ":-18.540000915527344,"Name":"NPC7","RotY":282.2217102050781,"NPCID":3146,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400008,"PosX":-5.59499979019165,"PosY":-2.3939990997314453,"PosZ":-17.215999603271484,"Name":"NPC8","RotY":2.8741469383239746,"NPCID":3146,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400009,"PosX":18.14699935913086,"PosY":-3.3450870513916016,"PosZ":-22.64800071716309,"Name":"NPC9","RotY":229.3695068359375,"NPCID":3146,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400010,"PosX":3.2599990367889404,"PosY":-3.234999895095825,"PosZ":-18.739999771118164,"Name":"NPC10","RotY":0.0,"NPCID":3146,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400011,"PosX":25.1200008392334,"PosY":-3.48622989654541,"PosZ":-20.8799991607666,"Name":"NPC11","RotY":4.181606769561768,"NPCID":3146,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400012,"PosX":28.534000396728516,"PosY":-3.642132043838501,"PosZ":3.884999990463257,"Name":"NPC12","RotY":229.3695068359375,"NPCID":3147,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400013,"PosX":26.788999557495117,"PosY":-4.940927982330322,"PosZ":12.199999809265137,"Name":"NPC13","RotY":282.2217102050781,"NPCID":3146,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400014,"PosX":23.402000427246097,"PosY":0.28999999165534973,"PosZ":28.642000198364254,"Name":"NPC14","RotY":229.3695068359375,"NPCID":3146,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400015,"PosX":22.0,"PosY":26.059999465942383,"PosZ":30.0,"Name":"NPC15","RotY":183.7579040527344,"NPCID":3146,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400016,"PosX":10.765999794006348,"PosY":1.672842025756836,"PosZ":32.970001220703125,"Name":"NPC16","RotY":348.75799560546875,"NPCID":2321,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400017,"PosX":10.493000030517578,"PosY":1.5390000343322754,"PosZ":34.358001708984375,"Name":"NPC17","RotY":173.82139587402344,"NPCID":3146,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400018,"PosX":11.880999565124512,"PosY":12.340000152587892,"PosZ":71.44999694824219,"Name":"NPC18","RotY":184.2082977294922,"NPCID":3146,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400019,"PosX":11.880999565124512,"PosY":12.340000152587892,"PosZ":71.44999694824219,"Name":"NPC19","RotY":184.2082977294922,"NPCID":3146,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400020,"PosX":12.965000152587892,"PosY":2.5982820987701416,"PosZ":43.40800094604492,"Name":"NPC20","RotY":270.0,"NPCID":3146,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400021,"PosX":8.503999710083008,"PosY":3.571372985839844,"PosZ":52.34099960327149,"Name":"NPC21","RotY":90.0,"NPCID":3146,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400022,"PosX":8.52400016784668,"PosY":4.809944152832031,"PosZ":67.78099822998047,"Name":"NPC22","RotY":178.6011962890625,"NPCID":3146,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400023,"PosX":-4.01800012588501,"PosY":6.15500020980835,"PosZ":74.78099822998047,"Name":"NPC23","RotY":266.93548583984375,"NPCID":3146,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400024,"PosX":-13.854000091552734,"PosY":7.710999965667725,"PosZ":74.41500091552734,"Name":"NPC24","RotY":344.5647888183594,"NPCID":3147,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400025,"PosX":9.597999572753906,"PosY":12.550000190734863,"PosZ":79.15499877929688,"Name":"NPC25","RotY":184.2082977294922,"NPCID":3146,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400026,"PosX":-33.79499816894531,"PosY":-3.4862589836120605,"PosZ":22.155000686645508,"Name":"NPC26","RotY":90.0,"NPCID":3147,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400027,"PosX":-32.86000061035156,"PosY":-3.180000066757202,"PosZ":-12.270000457763672,"Name":"NPC27","RotY":231.0,"NPCID":3146,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400028,"PosX":-35.112998962402344,"PosY":1.2100000381469729,"PosZ":-1.8519999980926511,"Name":"NPC28","RotY":0.0,"NPCID":3147,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400029,"PosX":32.30699920654297,"PosY":-3.0920369625091553,"PosZ":-7.973999977111816,"Name":"NPC29","RotY":90.0,"NPCID":2321,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400030,"PosX":19.697999954223633,"PosY":-4.940927982330322,"PosZ":33.39899826049805,"Name":"NPC30","RotY":353.568603515625,"NPCID":3146,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P40237_F40237003":{"teleports":{},"group_items":{"6":{"props":[],"npcs":[{"ID":400001,"PosX":-23.979999542236328,"PosY":3.2708640098571777,"PosZ":21.38999938964844,"Name":"NPC1","RotY":352.2314147949219,"NPCID":3147,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-25.559999465942383,"PosY":5.150000095367432,"PosZ":16.1299991607666,"Name":"NPC2","RotY":267.79071044921875,"NPCID":3147,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-27.493789672851562,"PosY":3.2616829872131348,"PosZ":13.142999649047852,"Name":"NPC3","RotY":267.79071044921875,"NPCID":3147,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":-27.67799949645996,"PosY":3.2616829872131348,"PosZ":9.031999588012695,"Name":"NPC4","RotY":267.79071044921875,"NPCID":3146,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":-25.27300071716309,"PosY":2.3747599124908447,"PosZ":5.1620001792907715,"Name":"NPC5","RotY":267.79071044921875,"NPCID":3146,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400006,"PosX":-24.59000015258789,"PosY":2.374792098999023,"PosZ":-0.3499999940395355,"Name":"NPC6","RotY":267.79071044921875,"NPCID":2321,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400007,"PosX":-20.435150146484375,"PosY":14.536820411682127,"PosZ":-5.494476795196533,"Name":"NPC7","RotY":267.79071044921875,"NPCID":3146,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400008,"PosX":-11.206000328063965,"PosY":1.649999976158142,"PosZ":-0.7649999856948853,"Name":"NPC8","RotY":176.30870056152344,"NPCID":3146,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400009,"PosX":-1.690000057220459,"PosY":0.28502801060676575,"PosZ":-2.2899999618530273,"Name":"NPC9","RotY":213.07470703125,"NPCID":3146,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400010,"PosX":-1.7059999704360962,"PosY":-0.3500869870185852,"PosZ":-5.440000057220459,"Name":"NPC10","RotY":267.79071044921875,"NPCID":3147,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400011,"PosX":-0.42399999499320984,"PosY":1.4340000152587893,"PosZ":-20.743000030517575,"Name":"NPC11","RotY":267.79071044921875,"NPCID":3147,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400012,"PosX":-1.059999942779541,"PosY":1.3669999837875366,"PosZ":-13.079999923706056,"Name":"NPC12","RotY":267.79071044921875,"NPCID":3147,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400013,"PosX":16.15999984741211,"PosY":3.9097859859466553,"PosZ":-27.450000762939453,"Name":"NPC13","RotY":179.64999389648438,"NPCID":3146,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400014,"PosX":4.36299991607666,"PosY":0.31700000166893005,"PosZ":-33.645999908447266,"Name":"NPC14","RotY":267.79071044921875,"NPCID":3146,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400015,"PosX":-2.184000015258789,"PosY":2.4579999446868896,"PosZ":-44.02899932861328,"Name":"NPC15","RotY":267.79071044921875,"NPCID":3147,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400016,"PosX":-7.710000038146973,"PosY":0.03143399953842163,"PosZ":-46.007999420166016,"Name":"NPC16","RotY":125.41290283203124,"NPCID":3147,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400017,"PosX":-1.747771978378296,"PosY":0.03286899998784065,"PosZ":-38.34299850463867,"Name":"NPC17","RotY":287.9693908691406,"NPCID":2321,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400018,"PosX":-15.039999961853027,"PosY":0.6299999952316284,"PosZ":-48.98699951171875,"Name":"NPC18","RotY":344.3309020996094,"NPCID":3146,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400019,"PosX":-22.562000274658203,"PosY":1.5080000162124634,"PosZ":-53.4119987487793,"Name":"NPC19","RotY":338.64569091796875,"NPCID":3147,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400020,"PosX":-26.729999542236328,"PosY":-0.7113080024719238,"PosZ":-62.06999969482422,"Name":"NPC20","RotY":254.2682952880859,"NPCID":3146,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400021,"PosX":-32.38999938964844,"PosY":8.479999542236328,"PosZ":-47.16999053955078,"Name":"NPC21","RotY":14.502880096435549,"NPCID":3146,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400022,"PosX":-35.5,"PosY":0.75,"PosZ":-43.28900146484375,"Name":"NPC22","RotY":88.15499114990233,"NPCID":2321,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400023,"PosX":-43.7599983215332,"PosY":2.5299999713897705,"PosZ":-47.34000015258789,"Name":"NPC23","RotY":99.68208312988281,"NPCID":3147,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400024,"PosX":-41.76499938964844,"PosY":0.5639640092849731,"PosZ":-38.702999114990234,"Name":"NPC24","RotY":84.02114868164062,"NPCID":3146,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400025,"PosX":-45.79999923706055,"PosY":0.7099999785423279,"PosZ":-35.689998626708984,"Name":"NPC25","RotY":66.84535217285156,"NPCID":3146,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400026,"PosX":-50.220001220703125,"PosY":0.1987680047750473,"PosZ":-36.54999923706055,"Name":"NPC26","RotY":99.68208312988281,"NPCID":3147,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400027,"PosX":-62.27000045776367,"PosY":0.2637310028076172,"PosZ":-33.939998626708984,"Name":"NPC27","RotY":66.84535217285156,"NPCID":3146,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400028,"PosX":-63.40800094604492,"PosY":0.744763970375061,"PosZ":-29.72699928283691,"Name":"NPC28","RotY":66.84535217285156,"NPCID":3146,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400029,"PosX":-61.729000091552734,"PosY":2.4660000801086426,"PosZ":-18.36199951171875,"Name":"NPC29","RotY":99.68208312988281,"NPCID":3147,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400030,"PosX":-58.16899871826172,"PosY":0.06300699710845947,"PosZ":-17.149999618530273,"Name":"NPC30","RotY":173.8415985107422,"NPCID":3146,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P40237_F40237004":{"teleports":{},"group_items":{"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":19.520000457763672,"PosY":6.320000171661377,"PosZ":56.040000915527344,"RotY":0.0,"PropID":102035,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoBoat_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":26.920000076293945,"PosY":9.40999984741211,"PosZ":61.2400016784668,"RotY":0.0,"PropID":102035,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoBoat_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":24.75900077819824,"PosY":3.744999885559082,"PosZ":55.040000915527344,"RotY":0.0,"PropID":102035,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoBoat_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":30.15999984741211,"PosY":7.289999961853027,"PosZ":66.25299835205078,"RotY":0.0,"PropID":102035,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoBoat_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-38.59000015258789,"PosY":0.5639640092849731,"PosZ":-55.08000183105469,"Name":"NPC1","RotY":277.3999938964844,"NPCID":3147,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-47.790000915527344,"PosY":0.9507229924201965,"PosZ":-48.599998474121094,"Name":"NPC2","RotY":73.63361358642578,"NPCID":3146,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-38.53300094604492,"PosY":20.950000762939453,"PosZ":-50.01300048828125,"Name":"NPC3","RotY":73.63361358642578,"NPCID":3146,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":-36.172000885009766,"PosY":0.563962996006012,"PosZ":-45.707000732421875,"Name":"NPC4","RotY":89.12645721435547,"NPCID":2321,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":-42.10499954223633,"PosY":0.5639640092849731,"PosZ":-38.71900177001953,"Name":"NPC5","RotY":73.63361358642578,"NPCID":3146,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400006,"PosX":-38.52000045776367,"PosY":1.1606910228729248,"PosZ":-27.079999923706055,"Name":"NPC6","RotY":175.01229858398438,"NPCID":3147,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400007,"PosX":-36.492000579833984,"PosY":0.4843119978904724,"PosZ":-29.735000610351562,"Name":"NPC7","RotY":162.5384979248047,"NPCID":3146,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400008,"PosX":-50.22999954223633,"PosY":0.06265699863433838,"PosZ":-35.68199920654297,"Name":"NPC8","RotY":348.7369079589844,"NPCID":3146,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400009,"PosX":-42.59099960327149,"PosY":3.848000049591065,"PosZ":-19.024999618530273,"Name":"NPC9","RotY":73.89684295654298,"NPCID":3147,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400010,"PosX":-38.310001373291016,"PosY":8.930000305175781,"PosZ":-14.600000381469728,"Name":"NPC10","RotY":73.63361358642578,"NPCID":3146,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400011,"PosX":-40.36000061035156,"PosY":5.671999931335449,"PosZ":-9.140000343322754,"Name":"NPC11","RotY":2.5000100135803223,"NPCID":3147,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400012,"PosX":-40.1150016784668,"PosY":2.074568033218384,"PosZ":-5.63100004196167,"Name":"NPC12","RotY":73.63361358642578,"NPCID":3146,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400013,"PosX":-37.029998779296875,"PosY":1.5371299982070925,"PosZ":-2.890000104904175,"Name":"NPC13","RotY":301.531494140625,"NPCID":2321,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400014,"PosX":-37.88999938964844,"PosY":1.787142992019653,"PosZ":-1.8599989414215088,"Name":"NPC14","RotY":46.67734909057618,"NPCID":3146,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400015,"PosX":-40.5,"PosY":4.220098972320557,"PosZ":3.869999885559082,"Name":"NPC15","RotY":73.89684295654298,"NPCID":3147,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400016,"PosX":-40.3849983215332,"PosY":5.071000099182129,"PosZ":8.097999572753906,"Name":"NPC16","RotY":73.89684295654298,"NPCID":3147,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400017,"PosX":-37.970001220703125,"PosY":3.2616829872131348,"PosZ":21.190000534057617,"Name":"NPC17","RotY":182.63250732421875,"NPCID":3146,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400018,"PosX":-38.040000915527344,"PosY":3.2616829872131348,"PosZ":25.969999313354492,"Name":"NPC18","RotY":182.63250732421875,"NPCID":3146,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400019,"PosX":-41.7239990234375,"PosY":3.13700008392334,"PosZ":19.5310001373291,"Name":"NPC19","RotY":73.63361358642578,"NPCID":3146,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400020,"PosX":-42.57600021362305,"PosY":6.269000053405762,"PosZ":24.49799919128418,"Name":"NPC20","RotY":73.89684295654298,"NPCID":3147,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400021,"PosX":-42.016998291015625,"PosY":3.5510001182556152,"PosZ":29.6200008392334,"Name":"NPC21","RotY":73.89684295654298,"NPCID":3147,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400022,"PosX":-42.53499984741211,"PosY":3.697000026702881,"PosZ":34.26900100708008,"Name":"NPC22","RotY":73.63361358642578,"NPCID":3146,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400023,"PosX":-40.34299850463867,"PosY":11.685999870300291,"PosZ":38.24800109863281,"Name":"NPC23","RotY":73.63361358642578,"NPCID":3146,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400024,"PosX":-39.35100173950195,"PosY":5.565999984741211,"PosZ":44.51300048828125,"Name":"NPC24","RotY":73.89684295654298,"NPCID":3147,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400025,"PosX":-37.74800109863281,"PosY":8.71500015258789,"PosZ":56.90800094604492,"Name":"NPC25","RotY":142.39559936523438,"NPCID":3147,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400026,"PosX":-27.660999298095703,"PosY":8.713000297546387,"PosZ":56.849998474121094,"Name":"NPC26","RotY":179.5460968017578,"NPCID":3147,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400027,"PosX":14.890000343322754,"PosY":7.429999828338623,"PosZ":56.060001373291016,"Name":"NPC27","RotY":266.75311279296875,"NPCID":3146,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400028,"PosX":21.75,"PosY":11.720000267028809,"PosZ":61.224998474121094,"Name":"NPC28","RotY":266.75311279296875,"NPCID":3146,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400029,"PosX":19.40999984741211,"PosY":6.070000171661377,"PosZ":55.040000915527344,"Name":"NPC29","RotY":173.2259063720703,"NPCID":2321,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400030,"PosX":26.299999237060547,"PosY":9.630000114440918,"PosZ":66.25299835205078,"Name":"NPC30","RotY":266.75311279296875,"NPCID":3146,"groupId":26,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P40237_F40237005":{"teleports":{},"group_items":{"11":{"props":[],"npcs":[{"ID":400001,"PosX":68.22000122070312,"PosY":44.459999084472656,"PosZ":13.029999732971191,"Name":"NPC1","RotY":135.74400329589844,"NPCID":3147,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":73.12999725341797,"PosY":44.40901184082031,"PosZ":12.347999572753906,"Name":"NPC2","RotY":240.86019897460935,"NPCID":3147,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":74.12999725341797,"PosY":44.41299819946289,"PosZ":7.46999979019165,"Name":"NPC4","RotY":220.706298828125,"NPCID":3147,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":83.26000213623047,"PosY":44.40901947021485,"PosZ":3.4600000381469727,"Name":"NPC5","RotY":230.5735015869141,"NPCID":3146,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400007,"PosX":93.05500030517578,"PosY":45.44953918457031,"PosZ":0.39399999380111694,"Name":"NPC7","RotY":240.86019897460935,"NPCID":3146,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400008,"PosX":79.83999633789062,"PosY":44.90999984741211,"PosZ":6.380000114440918,"Name":"NPC8","RotY":213.92030334472656,"NPCID":3147,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400009,"PosX":100.3000030517578,"PosY":45.72214126586914,"PosZ":-11.25,"Name":"NPC9","RotY":240.86019897460935,"NPCID":3146,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400010,"PosX":96.7779998779297,"PosY":45.72214126586914,"PosZ":-11.630000114440918,"Name":"NPC10","RotY":172.1634979248047,"NPCID":3147,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400011,"PosX":107.12999725341795,"PosY":45.72214126586914,"PosZ":-14.229999542236328,"Name":"NPC11","RotY":240.86019897460935,"NPCID":3146,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400012,"PosX":109.70800018310548,"PosY":45.70214080810547,"PosZ":-20.381999969482425,"Name":"NPC12","RotY":224.56829833984375,"NPCID":3147,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400013,"PosX":119.02899932861328,"PosY":46.50777053833008,"PosZ":-16.97800064086914,"Name":"NPC13","RotY":198.69639587402344,"NPCID":3146,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400014,"PosX":116.05599975585938,"PosY":45.98600006103515,"PosZ":-25.280000686645508,"Name":"NPC14","RotY":240.86019897460935,"NPCID":2321,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400015,"PosX":118.77999877929688,"PosY":45.790000915527344,"PosZ":-30.260000228881836,"Name":"NPC15","RotY":216.37539672851565,"NPCID":3147,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400016,"PosX":124.08000183105467,"PosY":47.43886947631836,"PosZ":-59.63999938964844,"Name":"NPC16","RotY":352.56689453125,"NPCID":3146,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400017,"PosX":129.34500122070312,"PosY":50.87200164794922,"PosZ":-37.472999572753906,"Name":"NPC17","RotY":289.8006896972656,"NPCID":3146,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400018,"PosX":121.06400299072266,"PosY":45.7021598815918,"PosZ":-44.07099914550781,"Name":"NPC18","RotY":260.74578857421875,"NPCID":3147,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400019,"PosX":127.4800033569336,"PosY":48.8390007019043,"PosZ":-57.573001861572266,"Name":"NPC19","RotY":268.7301025390625,"NPCID":3146,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400020,"PosX":118.7699966430664,"PosY":45.7021598815918,"PosZ":-62.560001373291016,"Name":"NPC20","RotY":131.09930419921875,"NPCID":3147,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400021,"PosX":119.5199966430664,"PosY":45.702171325683594,"PosZ":-68.5,"Name":"NPC21","RotY":240.86019897460935,"NPCID":2321,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400022,"PosX":120.12799835205078,"PosY":57.75,"PosZ":-50.3120002746582,"Name":"NPC22","RotY":270.3345947265625,"NPCID":3146,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400023,"PosX":140.0919952392578,"PosY":46.91999816894531,"PosZ":-81.77999877929688,"Name":"NPC23","RotY":198.69639587402344,"NPCID":3146,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400024,"PosX":137.47000122070312,"PosY":56.709999084472656,"PosZ":-76.62000274658203,"Name":"NPC24","RotY":228.50929260253903,"NPCID":3146,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400025,"PosX":129.0,"PosY":45.722171783447266,"PosZ":-75.83000183105469,"Name":"NPC25","RotY":168.5012969970703,"NPCID":3147,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400006,"PosX":89.83999633789062,"PosY":45.72214126586914,"PosZ":-7.960000038146973,"Name":"NPC6","RotY":201.09249877929688,"NPCID":2321,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400028,"PosX":126.2300033569336,"PosY":45.702171325683594,"PosZ":-72.13999938964844,"Name":"NPC28","RotY":235.908203125,"NPCID":3146,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":124.45600128173828,"PosY":47.43886947631836,"PosZ":-59.95000076293945,"RotY":0.0,"groupId":0}}}}},"P40237_F40237006":{"teleports":{},"group_items":{"22":{"props":[],"npcs":[{"ID":400001,"PosX":119.85199737548828,"PosY":45.722190856933594,"PosZ":-90.35600280761719,"Name":"NPC1","RotY":41.79732131958008,"NPCID":3147,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":117.10800170898438,"PosY":45.722190856933594,"PosZ":-86.69999694824219,"Name":"NPC2","RotY":9.489469528198242,"NPCID":3147,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":108.69400024414064,"PosY":45.722171783447266,"PosZ":-77.89099884033203,"Name":"NPC4","RotY":136.03280639648438,"NPCID":3147,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400006,"PosX":106.35900115966795,"PosY":45.75,"PosZ":-72.86599731445312,"Name":"NPC6","RotY":146.23280334472656,"NPCID":3147,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400007,"PosX":94.18000030517578,"PosY":45.717010498046875,"PosZ":-73.80000305175781,"Name":"NPC7","RotY":91.00617218017578,"NPCID":3146,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":112.12999725341795,"PosY":48.8650016784668,"PosZ":-80.30999755859375,"Name":"NPC5","RotY":140.58670043945312,"NPCID":3147,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400008,"PosX":92.69999694824219,"PosY":45.717010498046875,"PosZ":-73.80000305175781,"Name":"NPC8","RotY":91.00617218017578,"NPCID":3009,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400009,"PosX":95.22000122070312,"PosY":45.7221794128418,"PosZ":-81.26000213623047,"Name":"NPC9","RotY":0.0,"NPCID":3146,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400011,"PosX":67.97000122070312,"PosY":45.702171325683594,"PosZ":-62.38999938964844,"Name":"NPC11","RotY":87.13892364501953,"NPCID":2321,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400012,"PosX":71.0999984741211,"PosY":45.7021598815918,"PosZ":-52.18000030517578,"Name":"NPC12","RotY":145.20689392089844,"NPCID":3146,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400013,"PosX":82.30000305175781,"PosY":45.72214889526367,"PosZ":-43.40999984741211,"Name":"NPC13","RotY":144.4658966064453,"NPCID":3147,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400015,"PosX":68.16000366210938,"PosY":46.3489990234375,"PosZ":-71.62300109863281,"Name":"NPC15","RotY":0.0,"NPCID":3146,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400016,"PosX":84.94000244140625,"PosY":45.70201873779297,"PosZ":-29.09000015258789,"Name":"NPC16","RotY":171.5749969482422,"NPCID":3146,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400017,"PosX":75.8479995727539,"PosY":47.327999114990234,"PosZ":-41.78799819946289,"Name":"NPC17","RotY":132.4351043701172,"NPCID":3146,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400018,"PosX":79.58000183105469,"PosY":51.689998626708984,"PosZ":-37.040000915527344,"Name":"NPC18","RotY":99.4661636352539,"NPCID":3146,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400019,"PosX":83.56300354003906,"PosY":45.72214889526367,"PosZ":-29.051000595092773,"Name":"NPC19","RotY":80.0518798828125,"NPCID":2321,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400020,"PosX":113.83000183105467,"PosY":47.400001525878906,"PosZ":-83.45999908447266,"Name":"NPC20","RotY":288.7904052734375,"NPCID":3147,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400021,"PosX":76.18499755859375,"PosY":45.7021598815918,"PosZ":-71.04000091552734,"Name":"NPC21","RotY":214.8531036376953,"NPCID":3147,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400022,"PosX":64.47899627685547,"PosY":49.34299850463867,"PosZ":-55.89699935913086,"Name":"NPC22","RotY":93.18599700927734,"NPCID":3147,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400023,"PosX":101.75399780273438,"PosY":45.59199905395508,"PosZ":-79.08999633789062,"Name":"NPC23","RotY":1.9830919504165647,"NPCID":3146,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400024,"PosX":81.13999938964844,"PosY":45.72216033935547,"PosZ":-72.13999938964844,"Name":"NPC24","RotY":21.552480697631836,"NPCID":2321,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400026,"PosX":68.08000183105469,"PosY":45.7021598815918,"PosZ":-67.7300033569336,"Name":"NPC26","RotY":207.19760131835935,"NPCID":3147,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400027,"PosX":84.79000091552734,"PosY":45.7221794128418,"PosZ":-77.4219970703125,"Name":"NPC27","RotY":356.90008544921875,"NPCID":3146,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400028,"PosX":73.08899688720702,"PosY":47.327999114990234,"PosZ":-44.48199844360352,"Name":"NPC28","RotY":132.4351043701172,"NPCID":3146,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400029,"PosX":62.33000183105469,"PosY":44.37900161743164,"PosZ":-1.9600000381469729,"Name":"NPC29","RotY":53.45289993286133,"NPCID":3146,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400030,"PosX":77.76100158691406,"PosY":48.97700119018555,"PosZ":-19.46299934387207,"Name":"NPC30","RotY":43.61117935180664,"NPCID":3147,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400031,"PosX":80.29000091552734,"PosY":51.689998626708984,"PosZ":-23.399999618530273,"Name":"NPC31","RotY":27.299999237060547,"NPCID":3146,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400032,"PosX":75.11199951171875,"PosY":45.29951095581055,"PosZ":-14.065999984741213,"Name":"NPC32","RotY":27.10951042175293,"NPCID":3146,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400033,"PosX":72.2249984741211,"PosY":47.198001861572266,"PosZ":-48.45000076293945,"Name":"NPC33","RotY":239.91329956054688,"NPCID":3147,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400034,"PosX":62.33000183105469,"PosY":44.0101203918457,"PosZ":-1.9600000381469729,"Name":"NPC34","RotY":123.78209686279295,"NPCID":3009,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400035,"PosX":88.61000061035156,"PosY":46.21599960327149,"PosZ":-77.40699768066406,"Name":"NPC35","RotY":346.58770751953125,"NPCID":3147,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400036,"PosX":66.3550033569336,"PosY":45.304000854492195,"PosZ":-13.468000411987305,"Name":"NPC36","RotY":346.58770751953125,"NPCID":3147,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P40238_F40238001":{"teleports":{"2290":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.05299949645996,"PosY":3.661999940872192,"PosZ":63.599998474121094,"RotY":180.0,"PropID":102196,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2290,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Container_02_Entity.json"},"1020203":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.65999984741211,"PosY":-2.037553071975708,"PosZ":-74.69000244140625,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":1020203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"1020204":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":32.29999923706055,"PosY":3.5995090007781982,"PosZ":-36.33000183105469,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":1020204,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.65999984741211,"PosY":-2.037553071975708,"PosZ":-74.69000244140625,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":1020203,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":32.29999923706055,"PosY":3.5995090007781982,"PosZ":-36.33000183105469,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":1020204,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-27.094999313354492,"PosY":4.553772926330566,"PosZ":54.137001037597656,"RotY":6.905402183532715,"groupId":0},"2":{"ID":2,"PosX":-33.40999984741211,"PosY":-0.7274050116539001,"PosZ":-60.790000915527344,"RotY":6.905765056610107,"groupId":0},"3":{"ID":3,"PosX":37.597999572753906,"PosY":3.760232925415039,"PosZ":-36.30799865722656,"RotY":345.0,"groupId":0}}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.31999969482422,"PosY":2.740000009536743,"PosZ":63.59000015258789,"RotY":0.0,"PropID":102187,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Activity/AlleyLevel/AlleyLevelgraph_SpecialOrder.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.05299949645996,"PosY":3.661999940872192,"PosZ":63.599998474121094,"RotY":180.0,"PropID":102196,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2290,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Container_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.36582946777344,"PosY":4.133999824523926,"PosZ":61.0,"RotY":0.0,"PropID":137,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_05_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P40312_F40312001":{"teleports":{},"group_items":{}},"P41000_F41000001":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.40999984741211,"PosY":20.020000457763672,"PosZ":-24.8700008392334,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":5,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"2":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":96.51065063476562,"PosX":-67.12000274658203,"PosY":13.970000267028809,"PosZ":20.399999618530273,"NPCMonsterID":1023020,"EventID":900202,"groupId":2,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":87.96832275390625,"PosX":-68.76000213623047,"PosY":11.979999542236328,"PosZ":-18.969999313354492,"NPCMonsterID":1023010,"EventID":900201,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.545300006866455,"PosY":14.010000228881836,"PosZ":12.16409969329834,"RotY":2.408533096313477,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.850000381469727,"PosY":12.0600004196167,"PosZ":-1.5800000429153442,"RotY":270.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":30.229999542236328,"PosY":19.950000762939453,"PosZ":-57.619998931884766,"RotY":320.6700134277344,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.039000034332275,"PosY":19.995439529418945,"PosZ":25.35700035095215,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.039000034332275,"PosY":19.98929977416992,"PosZ":-21.229999542236328,"RotY":0.0,"PropID":101019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_SchwaroDataCenter_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-29.899999618530273,"PosY":12.010000228881836,"PosZ":-0.7400000095367432,"RotY":270.0,"groupId":0}}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_LevelupRaid_Logic.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":3.369999885559082,"PosY":19.979999542236328,"PosZ":-53.349998474121094,"RotY":340.0013122558594,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":44.76454162597656,"PosY":22.57486915588379,"PosZ":-3.797318935394287,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_Hint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":4.909999847412109,"PosY":20.43000030517578,"PosZ":-57.56999969482422,"RotY":254.19290161132812,"PropID":3001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_ExitRaid.json","State":"Hidden","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.40999984741211,"PosY":20.020000457763672,"PosZ":-24.8700008392334,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":5,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-5.670000076293945,"PosY":19.969999313354492,"PosZ":-27.950000762939453,"RotY":170.9196014404297,"groupId":0}}}}},"P41000_F41000002":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.2199999988079071,"PosY":9.100000381469727,"PosZ":107.0199966430664,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":18,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"15":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":10.31999969482422,"PosY":4.880000114440918,"PosZ":-130.0,"NPCMonsterID":1023020,"EventID":900202,"groupId":15,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":270.0,"PosX":41.970001220703125,"PosY":7.010000228881836,"PosZ":-108.66000366210938,"NPCMonsterID":1023010,"EventID":900201,"groupId":15,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":4.179999828338623,"PosY":9.100000381469727,"PosZ":110.08000183105467,"RotY":2.408531904220581,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.5600004196167,"PosY":7.035999774932861,"PosZ":-108.66999816894533,"RotY":270.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.040000915527344,"PosY":2.1700000762939453,"PosZ":69.56999969482422,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":3.8199999332427974,"PosY":3.73799991607666,"PosZ":62.91999816894531,"RotY":0.0,"PropID":102025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_ContainerPack_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.950000762939453,"PosY":3.7300000190734863,"PosZ":74.66000366210938,"RotY":90.0,"PropID":102025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_ContainerPack_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_LevelupRaid_Logic.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.489999771118164,"PosY":9.100000381469727,"PosZ":94.02999877929688,"RotY":90.63768005371094,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":44.76454162597656,"PosY":22.57486915588379,"PosZ":-3.797318935394287,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_Hint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.649999618530272,"PosY":9.600000381469727,"PosZ":93.91999816894531,"RotY":0.0,"PropID":3001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_ExitRaid.json","State":"Hidden","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.2199999988079071,"PosY":9.100000381469727,"PosZ":107.0199966430664,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":18,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":4.170000076293945,"PosY":9.100000381469727,"PosZ":107.54000091552734,"RotY":212.02830505371097,"groupId":0}}}}},"P41000_F41000003":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":63.2599983215332,"PosY":4.070000171661377,"PosZ":-28.63999938964844,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"7":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":275.3606872558594,"PosX":186.97000122070312,"PosY":28.38999938964844,"PosZ":-127.65000152587892,"NPCMonsterID":1023020,"EventID":900202,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":107.48829650878906,"PosX":145.52000427246094,"PosY":28.450000762939453,"PosZ":-121.91000366210938,"NPCMonsterID":1023010,"EventID":900201,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":65.58999633789062,"PosY":3.6400001049041744,"PosZ":-32.810001373291016,"RotY":96.55972290039062,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":184.61000061035156,"PosY":28.88999938964844,"PosZ":-136.9499969482422,"RotY":6.449374198913574,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-5.71999979019165,"PosY":20.09000015258789,"PosZ":20.13999938964844,"RotY":180.0,"groupId":0}}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_LevelupRaid_Logic.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":39.59000015258789,"PosY":3.140000104904175,"PosZ":-43.630001068115234,"RotY":49.7672004699707,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":44.76454162597656,"PosY":22.57486915588379,"PosZ":-3.797318935394287,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_Hint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":38.91999816894531,"PosY":3.4679999351501465,"PosZ":-44.16999816894531,"RotY":320.7005920410156,"PropID":3001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_ExitRaid.json","State":"Hidden","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":63.2599983215332,"PosY":4.070000171661377,"PosZ":-28.63999938964844,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":63.41999816894531,"PosY":3.5899999141693115,"PosZ":-34.099998474121094,"RotY":257.3702087402344,"groupId":0}}}}},"P41000_F41000004":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":194.2469940185547,"PosY":77.06600189208984,"PosZ":99.71499633789062,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"7":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":342.4945068359375,"PosX":38.810001373291016,"PosY":3.4549999237060547,"PosZ":227.9846038818359,"NPCMonsterID":1023020,"EventID":900202,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":120.0,"PosX":5.632999897003174,"PosY":3.630000114440918,"PosZ":255.8699951171875,"NPCMonsterID":1023010,"EventID":900201,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"8":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":52.91999816894531,"PosY":0.8899999856948853,"PosZ":270.07000732421875,"RotY":0.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":236.32000732421875,"PosY":78.36000061035156,"PosZ":96.19000244140624,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":38.7859992980957,"PosY":3.942146062850952,"PosZ":224.63999938964844,"RotY":0.0,"PropID":101013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Maze302/Maze_Chap01_M302_Prop_Block_01.json","State":"Closed","propStateList":["Closed","Open","Locked","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_09_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":32.93000030517578,"PosY":-2.833080053329468,"PosZ":302.94000244140625,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":43.94900131225586,"PosY":80.2229995727539,"PosZ":99.26300048828124,"RotY":90.0,"groupId":0}}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_LevelupRaid_Logic.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":165.05999755859375,"PosY":77.06999969482422,"PosZ":95.88999938964844,"RotY":90.0,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":44.76454162597656,"PosY":22.57486915588379,"PosZ":-3.797318935394287,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_Hint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":170.1699981689453,"PosY":77.06999969482422,"PosZ":95.88999938964844,"RotY":0.0,"PropID":3001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_ExitRaid.json","State":"Hidden","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":194.2469940185547,"PosY":77.06600189208984,"PosZ":99.71499633789062,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":195.19000244140625,"PosY":77.06999969482422,"PosZ":95.81999969482422,"RotY":270.0,"groupId":0}}}}},"P41000_F41000005":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.40999984741211,"PosY":20.020000457763672,"PosZ":-24.8700008392334,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"7":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":234.11880493164065,"PosX":29.520000457763672,"PosY":-2.990000009536743,"PosZ":-94.37000274658203,"NPCMonsterID":1023020,"EventID":900202,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":6.093161106109619,"PosX":-0.05000000074505806,"PosY":-3.049999952316284,"PosZ":-128.4600067138672,"NPCMonsterID":1023010,"EventID":900201,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"8":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":-3.0999999046325684,"PosZ":-133.49000549316406,"RotY":0.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":39.380001068115234,"PosY":1.9529999494552612,"PosZ":-94.05000305175781,"RotY":270.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.289999961853027,"PosY":-2.1072909832000732,"PosZ":-170.3159942626953,"RotY":90.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-5.71999979019165,"PosY":20.09000015258789,"PosZ":20.13999938964844,"RotY":180.0,"groupId":0}}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_TreasureLogic.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":44.76454162597656,"PosY":22.57486915588379,"PosZ":-3.797318935394287,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_Hint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.2290000021457672,"PosY":0.32199999690055847,"PosZ":26.51499938964844,"RotY":267.84649658203125,"PropID":3001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_ExitRaid.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.40999984741211,"PosY":20.020000457763672,"PosZ":-24.8700008392334,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-5.670000076293945,"PosY":19.969999313354492,"PosZ":-27.950000762939453,"RotY":170.9196014404297,"groupId":0}}}}},"P41000_F41000006":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.40999984741211,"PosY":20.020000457763672,"PosZ":-24.8700008392334,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"7":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":348.7145080566406,"PosX":-38.75899887084961,"PosY":5.561999797821045,"PosZ":-102.21399688720705,"NPCMonsterID":1023020,"EventID":900202,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":90.0,"PosX":-57.400001525878906,"PosY":6.769999980926514,"PosZ":-78.52999877929688,"NPCMonsterID":1023010,"EventID":900201,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":124.09999847412108,"PosY":-28.1299991607666,"PosZ":-145.44000244140625,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.88999938964844,"PosY":7.039999961853027,"PosZ":-108.95999908447266,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":110.13999938964844,"PosY":-24.81999969482422,"PosZ":-130.58999633789065,"RotY":0.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.10300064086914,"PosY":5.239999771118164,"PosZ":-74.28500366210938,"RotY":270.0000915527344,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-5.71999979019165,"PosY":20.09000015258789,"PosZ":20.13999938964844,"RotY":180.0,"groupId":0}}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_LevelupRaid_Logic.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":44.76454162597656,"PosY":22.57486915588379,"PosZ":-3.797318935394287,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_Hint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.2290000021457672,"PosY":0.32199999690055847,"PosZ":26.51499938964844,"RotY":267.84649658203125,"PropID":3001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_ExitRaid.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.40999984741211,"PosY":20.020000457763672,"PosZ":-24.8700008392334,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-5.670000076293945,"PosY":19.969999313354492,"PosZ":-27.950000762939453,"RotY":170.9196014404297,"groupId":0}}}}},"P41007_F41000007":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.40999984741211,"PosY":20.020000457763672,"PosZ":-24.8700008392334,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":5,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"2":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":96.51065063476562,"PosX":-67.12000274658203,"PosY":13.970000267028809,"PosZ":20.399999618530273,"NPCMonsterID":1023020,"EventID":900202,"groupId":2,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":87.96832275390625,"PosX":-68.76000213623047,"PosY":11.979999542236328,"PosZ":-18.969999313354492,"NPCMonsterID":1023010,"EventID":900201,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.545300006866455,"PosY":14.010000228881836,"PosZ":12.16409969329834,"RotY":2.408533096313477,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.850000381469727,"PosY":12.0600004196167,"PosZ":-1.5800000429153442,"RotY":270.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":30.229999542236328,"PosY":19.950000762939453,"PosZ":-57.619998931884766,"RotY":320.6700134277344,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.039000034332275,"PosY":19.995439529418945,"PosZ":25.35700035095215,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.039000034332275,"PosY":19.98929977416992,"PosZ":-21.229999542236328,"RotY":0.0,"PropID":101019,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_SchwaroDataCenter_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-29.899999618530273,"PosY":12.010000228881836,"PosZ":-0.7400000095367432,"RotY":270.0,"groupId":0}}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_LevelupRaid_Logic.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":3.369999885559082,"PosY":19.979999542236328,"PosZ":-53.349998474121094,"RotY":340.0013122558594,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":44.76454162597656,"PosY":22.57486915588379,"PosZ":-3.797318935394287,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_Hint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":4.909999847412109,"PosY":20.43000030517578,"PosZ":-57.56999969482422,"RotY":254.19290161132812,"PropID":3001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_ExitRaid.json","State":"Hidden","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.40999984741211,"PosY":20.020000457763672,"PosZ":-24.8700008392334,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":5,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-5.670000076293945,"PosY":19.969999313354492,"PosZ":-27.950000762939453,"RotY":170.9196014404297,"groupId":0}}}}},"P41008_F41000008":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.2199999988079071,"PosY":9.100000381469727,"PosZ":107.0199966430664,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":18,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"15":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":10.31999969482422,"PosY":4.880000114440918,"PosZ":-130.0,"NPCMonsterID":1023020,"EventID":900202,"groupId":15,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":270.0,"PosX":41.970001220703125,"PosY":7.010000228881836,"PosZ":-108.66000366210938,"NPCMonsterID":1023010,"EventID":900201,"groupId":15,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":4.179999828338623,"PosY":9.100000381469727,"PosZ":110.08000183105467,"RotY":2.408531904220581,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.5600004196167,"PosY":7.035999774932861,"PosZ":-108.66999816894533,"RotY":270.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.040000915527344,"PosY":2.1700000762939453,"PosZ":69.56999969482422,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":3.8199999332427974,"PosY":3.73799991607666,"PosZ":62.91999816894531,"RotY":0.0,"PropID":102025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_ContainerPack_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.950000762939453,"PosY":3.7300000190734863,"PosZ":74.66000366210938,"RotY":90.0,"PropID":102025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_ContainerPack_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_LevelupRaid_Logic.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.489999771118164,"PosY":9.100000381469727,"PosZ":94.02999877929688,"RotY":90.63768005371094,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":44.76454162597656,"PosY":22.57486915588379,"PosZ":-3.797318935394287,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_Hint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.649999618530272,"PosY":9.600000381469727,"PosZ":93.91999816894531,"RotY":0.0,"PropID":3001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_ExitRaid.json","State":"Hidden","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.2199999988079071,"PosY":9.100000381469727,"PosZ":107.0199966430664,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":18,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":4.170000076293945,"PosY":9.100000381469727,"PosZ":107.54000091552734,"RotY":212.02830505371097,"groupId":0}}}}},"P41009_F41000009":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":63.2599983215332,"PosY":4.070000171661377,"PosZ":-28.63999938964844,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"7":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":275.3606872558594,"PosX":186.97000122070312,"PosY":28.38999938964844,"PosZ":-127.65000152587892,"NPCMonsterID":1023020,"EventID":900202,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":107.48829650878906,"PosX":145.52000427246094,"PosY":28.450000762939453,"PosZ":-121.91000366210938,"NPCMonsterID":1023010,"EventID":900201,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":65.58999633789062,"PosY":3.6400001049041744,"PosZ":-32.810001373291016,"RotY":96.55972290039062,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":184.61000061035156,"PosY":28.88999938964844,"PosZ":-136.9499969482422,"RotY":6.449374198913574,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-5.71999979019165,"PosY":20.09000015258789,"PosZ":20.13999938964844,"RotY":180.0,"groupId":0}}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_LevelupRaid_Logic.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":39.59000015258789,"PosY":3.140000104904175,"PosZ":-43.630001068115234,"RotY":49.7672004699707,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":44.76454162597656,"PosY":22.57486915588379,"PosZ":-3.797318935394287,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_Hint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":38.91999816894531,"PosY":3.4679999351501465,"PosZ":-44.16999816894531,"RotY":320.7005920410156,"PropID":3001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_ExitRaid.json","State":"Hidden","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":63.2599983215332,"PosY":4.070000171661377,"PosZ":-28.63999938964844,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":63.41999816894531,"PosY":3.5899999141693115,"PosZ":-34.099998474121094,"RotY":257.3702087402344,"groupId":0}}}}},"P41010_F41000010":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":194.2469940185547,"PosY":77.06600189208984,"PosZ":99.71499633789062,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"7":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":342.4945068359375,"PosX":38.810001373291016,"PosY":3.9319999217987065,"PosZ":227.9846038818359,"NPCMonsterID":1023020,"EventID":900202,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":120.0,"PosX":5.632999897003174,"PosY":3.924999952316284,"PosZ":255.8699951171875,"NPCMonsterID":1023010,"EventID":900201,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"8":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":52.91999816894531,"PosY":0.8899999856948853,"PosZ":270.07000732421875,"RotY":0.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":236.32000732421875,"PosY":78.36000061035156,"PosZ":96.19000244140624,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":38.7859992980957,"PosY":3.942146062850952,"PosZ":224.63999938964844,"RotY":0.0,"PropID":101013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Maze302/Maze_Chap01_M302_Prop_Block_01.json","State":"Closed","propStateList":["Closed","Open","Locked","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_09_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":32.93000030517578,"PosY":-2.833080053329468,"PosZ":302.94000244140625,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":43.94900131225586,"PosY":80.2229995727539,"PosZ":99.26300048828124,"RotY":90.0,"groupId":0}}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_LevelupRaid_Logic.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":165.05999755859375,"PosY":77.06999969482422,"PosZ":95.88999938964844,"RotY":90.0,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":44.76454162597656,"PosY":22.57486915588379,"PosZ":-3.797318935394287,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_Hint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":170.1699981689453,"PosY":77.06999969482422,"PosZ":95.88999938964844,"RotY":0.0,"PropID":3001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_ExitRaid.json","State":"Hidden","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":194.2469940185547,"PosY":77.06600189208984,"PosZ":99.71499633789062,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":195.19000244140625,"PosY":77.06999969482422,"PosZ":95.81999969482422,"RotY":270.0,"groupId":0}}}}},"P41011_F41000011":{"teleports":{},"group_items":{"7":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":234.11880493164065,"PosX":29.520000457763672,"PosY":-2.990000009536743,"PosZ":-94.37000274658203,"NPCMonsterID":1023020,"EventID":900202,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":6.093161106109619,"PosX":-0.05000000074505806,"PosY":-3.049999952316284,"PosZ":-128.4600067138672,"NPCMonsterID":1023010,"EventID":900201,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"8":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":-3.0999999046325684,"PosZ":-133.49000549316406,"RotY":0.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":39.380001068115234,"PosY":1.9529999494552612,"PosZ":-94.05000305175781,"RotY":270.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.289999961853027,"PosY":-2.1072909832000732,"PosZ":-170.3159942626953,"RotY":90.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-5.71999979019165,"PosY":20.09000015258789,"PosZ":20.13999938964844,"RotY":180.0,"groupId":0}}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_TreasureLogic.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":44.76454162597656,"PosY":22.57486915588379,"PosZ":-3.797318935394287,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_Hint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.2290000021457672,"PosY":0.32199999690055847,"PosZ":26.51499938964844,"RotY":267.84649658203125,"PropID":3001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_ExitRaid.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P41012_F41000012":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.40999984741211,"PosY":20.020000457763672,"PosZ":-24.8700008392334,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"7":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":348.7145080566406,"PosX":-38.75899887084961,"PosY":5.561999797821045,"PosZ":-102.21399688720705,"NPCMonsterID":1023020,"EventID":900202,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":90.0,"PosX":-57.400001525878906,"PosY":6.769999980926514,"PosZ":-78.52999877929688,"NPCMonsterID":1023010,"EventID":900201,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":124.09999847412108,"PosY":-28.1299991607666,"PosZ":-145.44000244140625,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.88999938964844,"PosY":7.039999961853027,"PosZ":-108.95999908447266,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":110.13999938964844,"PosY":-24.81999969482422,"PosZ":-130.58999633789065,"RotY":0.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.10300064086914,"PosY":5.239999771118164,"PosZ":-74.28500366210938,"RotY":270.0000915527344,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-5.71999979019165,"PosY":20.09000015258789,"PosZ":20.13999938964844,"RotY":180.0,"groupId":0}}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_LevelupRaid_Logic.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":44.76454162597656,"PosY":22.57486915588379,"PosZ":-3.797318935394287,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_Hint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.2290000021457672,"PosY":0.32199999690055847,"PosZ":26.51499938964844,"RotY":267.84649658203125,"PropID":3001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/TreasureChallengeRaid/Test_Gameplay_TreasureChallengeRaid_ExitRaid.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_SpaceFissurel_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.40999984741211,"PosY":20.020000457763672,"PosZ":-24.8700008392334,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-5.670000076293945,"PosY":19.969999313354492,"PosZ":-27.950000762939453,"RotY":170.9196014404297,"groupId":0}}}}},"P41212_F41212001":{"teleports":{},"group_items":{"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":22.989999771118164,"PosY":-31.15877914428711,"PosZ":-151.85000610351565,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P41221_F41221001":{"teleports":{"2102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.428606033325195,"PosY":9.296819686889648,"PosZ":-120.48650360107422,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":17,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.829999923706055,"PosY":4.789982795715332,"PosZ":-158.27999877929688,"RotY":269.7236022949219,"PropID":3002,"AnchorID":1,"AnchorGroupID":16,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.428606033325195,"PosY":9.296819686889648,"PosZ":-120.48650360107422,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":17,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.5600000023841858,"PosY":9.296819686889648,"PosZ":-121.51000213623048,"RotY":60.0,"groupId":0},"2":{"ID":2,"PosX":-11.92300033569336,"PosY":6.529523849487305,"PosZ":-154.0,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":103.9499969482422,"PosY":13.760000228881836,"PosZ":-59.119998931884766,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":-55.59000015258789,"PosY":0.6849589943885803,"PosZ":93.94999694824219,"RotY":45.0,"groupId":0}}},"20":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.6349983215332,"PosY":8.241999626159668,"PosZ":-103.81099700927734,"RotY":180.00070190429688,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.865299224853516,"PosY":8.232999801635742,"PosZ":-105.68049621582033,"RotY":179.99989318847656,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.22499999403953552,"PosY":12.909999847412108,"PosZ":-89.30400085449219,"RotY":180.0001983642578,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.494999885559082,"PosY":12.904999732971191,"PosZ":-87.15699768066406,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":104.11499786376952,"PosY":4.61299991607666,"PosZ":5.791999816894531,"RotY":0.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":101.16999816894533,"PosY":0.7328739762306212,"PosZ":16.975000381469727,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":123.91300201416016,"PosY":-1.7949999570846558,"PosZ":53.56399917602539,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":101.50800323486328,"PosY":0.7689999938011169,"PosZ":73.25900268554688,"RotY":180.0001983642578,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":69.09200286865234,"PosY":0.7200000286102295,"PosZ":70.00599670410156,"RotY":180.00030517578125,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":71.59100341796875,"PosY":0.6520000100135803,"PosZ":68.63600158691406,"RotY":180.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":69.08399963378906,"PosY":0.7200000286102295,"PosZ":37.176998138427734,"RotY":0.0002320000057807192,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":66.58200073242188,"PosY":0.652999997138977,"PosZ":38.54499816894531,"RotY":-3.0000001061125654e-6,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.428001403808594,"PosY":0.7149999737739563,"PosZ":113.58399963378906,"RotY":45.00022888183594,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.79199981689453,"PosY":-1.0859999656677246,"PosZ":118.71499633789064,"RotY":45.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.65800094604492,"PosY":0.7149999737739563,"PosZ":-7.702000141143799,"RotY":135.0001983642578,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.468000411987305,"PosY":-1.0859999656677246,"PosZ":-10.256999969482422,"RotY":135.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.186999797821045,"PosY":6.758124828338623,"PosZ":-134.03919982910156,"RotY":180.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.970000267028809,"PosY":9.29681396484375,"PosZ":-111.01000213623048,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-33.36899948120117,"PosY":9.152999877929688,"PosZ":-109.93800354003906,"RotY":37.46546173095703,"groupId":0}}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_EnviroProfile_Controller_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"52":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/X201/Raid_KillMonsterHint_X201.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_Read.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-12.010000228881836,"PosY":6.529531002044678,"PosZ":-155.6540069580078,"Name":"NPC1","RotY":270.0,"NPCID":12208,"groupId":52,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":12.640000343322754,"PosY":12.94200038909912,"PosZ":-117.11000061035156,"RotY":45.0,"groupId":0}}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":22.198930740356445,"PosY":9.355847358703613,"PosZ":-109.16500091552734,"RotY":180.0,"PropID":102032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_Bubble.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Shelf_03_GamePlay_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.4600000083446502,"PosY":9.296820640563965,"PosZ":-119.84999847412108,"RotY":39.69718933105469,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/X201/Raid_TriggerMissionTalk_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":22.198930740356445,"PosY":9.355847358703613,"PosZ":-109.5260009765625,"Name":"NPC1","RotY":270.0,"NPCID":3011,"groupId":56,"IsDelete":false,"IsClientOnly":false}],"monsters":[{"ID":200001,"RotY":90.0,"PosX":15.999250411987305,"PosY":9.355859756469727,"PosZ":-109.13259887695312,"NPCMonsterID":2023020,"EventID":41221011,"groupId":56,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":39.09098815917969,"PosX":18.610000610351562,"PosY":9.355853080749512,"PosZ":-112.01000213623048,"NPCMonsterID":2022040,"EventID":41221012,"groupId":56,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":180.0,"PosX":19.356590270996097,"PosY":9.355852127075195,"PosZ":-107.25409698486328,"NPCMonsterID":2022050,"EventID":41221013,"groupId":56,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"57":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":22.198930740356445,"PosY":9.355847358703613,"PosZ":-109.16500091552734,"RotY":219.69720458984375,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":22.198930740356445,"PosY":9.355847358703613,"PosZ":-109.16500091552734,"RotY":180.0,"PropID":102032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Shelf_03_GamePlay_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":22.198930740356445,"PosY":9.355847358703613,"PosZ":-109.16500091552734,"RotY":219.69720458984375,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/X201/Raid_TriggerMissionTalk_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":22.198930740356445,"PosY":9.355847358703613,"PosZ":-109.5260009765625,"Name":"NPC1","RotY":270.0,"NPCID":3011,"groupId":57,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.8290023803711,"PosY":24.450000762939453,"PosZ":-105.56999969482422,"RotY":67.82496643066406,"PropID":102081,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Target.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoBoat_Broken_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Main.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_GoToNextArea_NotOption.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-64.8290023803711,"PosY":24.450000762939453,"PosZ":-105.56999969482422,"RotY":67.82496643066406,"groupId":0}}},"60":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":102.91000366210938,"PosY":3.849999904632568,"PosZ":-97.3499984741211,"RotY":31.64742088317871,"PropID":102081,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Target.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoBoat_Broken_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Main.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_GoToNextArea_NotOption.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":103.90000152587892,"PosY":3.849999904632568,"PosZ":-93.5,"RotY":31.64742088317871,"groupId":0}}},"63":{"props":[],"npcs":[],"monsters":[{"ID":200003,"RotY":135.0,"PosX":58.08000183105469,"PosY":-1.0156209468841553,"PosZ":93.8499984741211,"NPCMonsterID":2022020,"EventID":41221014,"groupId":63,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":30.0,"PosX":64.22142028808594,"PosY":0.6849539875984192,"PosZ":63.445030212402344,"NPCMonsterID":2022020,"EventID":41221014,"groupId":63,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":225.0,"PosX":66.69561767578125,"PosY":0.7003219723701477,"PosZ":66.38800048828125,"NPCMonsterID":2022010,"EventID":41221015,"groupId":63,"IsDelete":false,"IsClientOnly":false},{"ID":200018,"RotY":120.0,"PosX":-51.2599983215332,"PosY":8.239968299865723,"PosZ":-111.48999786376952,"NPCMonsterID":8001050,"EventID":41221016,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":74.58999633789062,"PosY":25.780000686645508,"PosZ":52.61294937133789,"RotY":86.4977798461914,"PropID":102081,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Target.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoBoat_Broken_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Main.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_GoToNextArea_HaveOption.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.5370000004768372,"PosY":28.799999237060547,"PosZ":53.92100143432618,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_Achievement.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":5.500999927520752,"PosY":-4.380000114440918,"PosZ":38.4900016784668,"RotY":151.1575927734375,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_ThreeStar.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":5.5009989738464355,"PosY":-4.380000114440918,"PosZ":38.4900016784668,"RotY":151.1575927734375,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_Bubble.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":5.5009989738464355,"PosY":-4.380000114440918,"PosZ":38.4900016784668,"RotY":151.1575927734375,"PropID":121,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Target.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_PhotoFrame_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":5.5009989738464355,"PosY":-4.380000114440918,"PosZ":38.4900016784668,"RotY":151.1575927734375,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_ThreeStar_M.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":5.5009989738464355,"PosY":-6.078999996185303,"PosZ":38.4900016784668,"Name":"NPC1","RotY":151.1575927734375,"NPCID":3011,"groupId":64,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":58.79999923706055,"PosY":25.780000686645508,"PosZ":50.29999923706055,"RotY":86.4977798461914,"groupId":0}}},"66":{"props":[],"npcs":[{"ID":400001,"PosX":-11.92300033569336,"PosY":6.529523849487305,"PosZ":-154.0,"Name":"NPC1","RotY":180.0,"NPCID":12208,"groupId":66,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"74":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.5590000152587891,"PosY":8.609999656677246,"PosZ":53.9109992980957,"RotY":0.0,"PropID":102041,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_HunTianYi_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P41221_F41221002":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":13.5,"PosY":8.825934410095215,"PosZ":-111.76000213623048,"RotY":269.7236022949219,"PropID":3002,"AnchorID":1,"AnchorGroupID":20,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Chapter02_X201_MainMission_RoadBlock_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":47.71799850463867,"PosY":-1.3321000337600708,"PosZ":98.26000213623047,"RotY":270.0,"PropID":102037,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/X101/Raid_KillMonsterHint_X101.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_Read.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":5.929998874664307,"PosY":8.525933265686035,"PosZ":-108.61000061035156,"Name":"NPC1","RotY":90.0,"NPCID":12208,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-7.330130100250245,"PosY":9.05790901184082,"PosZ":-86.03649139404298,"RotY":326.3110046386719,"groupId":0},"2":{"ID":2,"PosX":-5.083522796630859,"PosY":13.710000038146973,"PosZ":-106.3856964111328,"RotY":255.0,"groupId":0}}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.664000034332275,"PosY":5.256825923919678,"PosZ":-56.099998474121094,"RotY":0.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.10300064086914,"PosY":5.239999771118164,"PosZ":-74.28500366210938,"RotY":270.0000915527344,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":32.25,"PosY":7.056392192840576,"PosZ":-108.61000061035156,"RotY":270.0000915527344,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.344999313354492,"PosY":7.036217212677002,"PosZ":-108.62000274658205,"RotY":90.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[],"npcs":[],"monsters":[{"ID":200006,"RotY":216.61329650878903,"PosX":14.676770210266112,"PosY":9.100704193115234,"PosZ":132.70289611816406,"NPCMonsterID":2022010,"EventID":41221006,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":90.0,"PosX":40.54383087158203,"PosY":9.100637435913086,"PosZ":122.46859741210938,"NPCMonsterID":8001050,"EventID":41221005,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":0.0,"PosX":-3.3595008850097656,"PosY":-1.0849039554595947,"PosZ":12.09591007232666,"NPCMonsterID":2022010,"EventID":41221006,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":270.0,"PosX":4.764524936676025,"PosY":9.100728988647461,"PosZ":169.52059936523438,"NPCMonsterID":2011010,"EventID":41221004,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200014,"RotY":180.0,"PosX":-0.03460400179028511,"PosY":9.100727081298828,"PosZ":185.08389282226565,"NPCMonsterID":2011020,"EventID":41221004,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":0.0,"PosX":-7.934625148773193,"PosY":9.100761413574219,"PosZ":154.4438934326172,"NPCMonsterID":2022010,"EventID":41221006,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":180.0,"PosX":11.775759696960447,"PosY":9.100708961486816,"PosZ":142.960693359375,"NPCMonsterID":2022010,"EventID":41221006,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.130000114440918,"PosY":5.235949993133545,"PosZ":-77.37000274658203,"RotY":0.0,"PropID":102032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_Bubble.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Shelf_03_GamePlay_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.170000076293944,"PosY":6.283022880554199,"PosZ":-100.5500030517578,"RotY":39.69718933105469,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/X101/Raid_TriggerMissionTalk_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-15.17300033569336,"PosY":5.235949993133545,"PosZ":-77.00900268554688,"Name":"NPC1","RotY":90.0,"NPCID":3011,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"monsters":[{"ID":200002,"RotY":314.65478515625,"PosX":-12.05799961090088,"PosY":5.235949993133545,"PosZ":-79.54499816894531,"NPCMonsterID":2022050,"EventID":41221001,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":357.3677062988281,"PosX":-15.260000228881836,"PosY":5.235949993133545,"PosZ":-81.12999725341797,"NPCMonsterID":2022040,"EventID":41221002,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":226.0027008056641,"PosX":-11.829999923706056,"PosY":5.235949993133545,"PosZ":-75.81999969482422,"NPCMonsterID":2022040,"EventID":41221003,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"13":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.130000114440918,"PosY":5.235949993133545,"PosZ":-77.37000274658203,"RotY":39.69718933105469,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.130000114440918,"PosY":5.235949993133545,"PosZ":-77.37000274658203,"RotY":0.0,"PropID":102032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/X101/Raid_TriggerMissionTalk_02.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Shelf_03_GamePlay_Entity.json"}],"npcs":[{"ID":400001,"PosX":-15.17300033569336,"PosY":5.235949993133545,"PosZ":-77.00900268554688,"Name":"NPC1","RotY":90.0,"NPCID":3011,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":4.28000020980835,"PosY":-0.5099999904632568,"PosZ":-11.3100004196167,"RotY":278.9830017089844,"PropID":102081,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Target.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoBoat_Broken_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":10.300000190734863,"PosY":25.079999923706055,"PosZ":-24.450000762939453,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_Achievement.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Main.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_GoToNextArea_NotOption.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.6200000047683716,"PosY":5.380000114440918,"PosZ":-16.360000610351562,"RotY":303.989013671875,"groupId":0}}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.109999656677246,"PosY":15.479999542236328,"PosZ":177.7100067138672,"RotY":25.80781936645508,"PropID":102081,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Target.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoBoat_Broken_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":13.55500030517578,"PosY":21.516000747680664,"PosZ":153.93899536132812,"RotY":270.0,"PropID":121,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Target.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_PhotoFrame_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":13.55500030517578,"PosY":21.3799991607666,"PosZ":154.0469970703125,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_Bubble.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Main.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_GoToNextArea_HaveOption.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":13.55500030517578,"PosY":21.3799991607666,"PosZ":154.0469970703125,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_ThreeStar.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":13.55500030517578,"PosY":21.516000747680664,"PosZ":154.0469970703125,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_ThreeStar_M.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":13.578000068664553,"PosY":19.746999740600582,"PosZ":153.93899536132812,"Name":"NPC1","RotY":180.0,"NPCID":3011,"groupId":18,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-6.440000057220459,"PosY":15.479999542236328,"PosZ":164.97000122070312,"RotY":25.80781936645508,"groupId":0}}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":13.5,"PosY":8.825934410095215,"PosZ":-111.76000213623048,"RotY":269.7236022949219,"PropID":3002,"AnchorID":1,"AnchorGroupID":20,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":10.260000228881836,"PosY":8.525934219360352,"PosZ":-110.91999816894533,"RotY":0.0,"groupId":0}}},"24":{"props":[],"npcs":[{"ID":400001,"PosX":6.190000057220459,"PosY":8.529999732971191,"PosZ":-106.93000030517578,"Name":"NPC1","RotY":120.0,"NPCID":12208,"groupId":24,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P41221_F41221003":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.90693664550781,"PosY":3.8400399684906006,"PosZ":-14.906929969787598,"RotY":0.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":11,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":22.84000015258789,"PosY":51.75094985961914,"PosZ":-192.27999877929688,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":11,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-105.58830261230467,"PosY":3.8400399684906006,"PosZ":-13.606080055236816,"RotY":0.0,"PropID":102108,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Carton_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-105.94300079345705,"PosY":4.543000221252441,"PosZ":-13.166000366210938,"RotY":0.0,"PropID":102108,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Carton_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-106.03309631347656,"PosY":3.8400399684906006,"PosZ":-12.859999656677246,"RotY":0.0,"PropID":102108,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Carton_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":21.59343910217285,"PosY":51.749568939208984,"PosZ":-196.74420166015625,"RotY":225.0,"groupId":0},"2":{"ID":2,"PosX":70.22000122070312,"PosY":45.7021484375,"PosZ":-61.84000015258789,"RotY":74.99989318847656,"groupId":0},"3":{"ID":3,"PosX":-78.66000366210938,"PosY":3.8400399684906006,"PosZ":-12.409999847412108,"RotY":270.0,"groupId":0},"4":{"ID":4,"PosX":-33.45000076293945,"PosY":13.594980239868164,"PosZ":-14.366999626159668,"RotY":180.0,"groupId":0}}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":10.965999603271484,"PosY":36.27899932861328,"PosZ":22.437000274658203,"RotY":315.0,"PropID":102103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Locked","Elevator1","Elevator2","Elevator3"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_Elevator_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":7.80000114440918,"PosY":13.884010314941406,"PosZ":25.600000381469727,"RotY":315.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":10.965999603271484,"PosY":36.27899932861328,"PosZ":22.437000274658203,"RotY":315.0,"groupId":0},"2":{"ID":2,"PosX":10.965999603271484,"PosY":14.050000190734863,"PosZ":22.437000274658203,"RotY":315.0,"groupId":0}}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":11.56999969482422,"PosY":42.0099983215332,"PosZ":-13.312999725341797,"RotY":270.0000915527344,"PropID":102103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Locked","Elevator1","Elevator2","Elevator3"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_Elevator_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":7.489998817443848,"PosY":16.12070083618164,"PosZ":-13.3100004196167,"RotY":270.0000915527344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":11.56999969482422,"PosY":42.0099983215332,"PosZ":-13.312999725341797,"RotY":270.0000915527344,"groupId":0},"2":{"ID":2,"PosX":11.56999969482422,"PosY":16.280000686645508,"PosZ":-13.312999725341797,"RotY":270.0000915527344,"groupId":0}}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.3700008392334,"PosY":40.54999923706055,"PosZ":63.480751037597656,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_Achievement.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":34.75,"PosY":46.05120086669922,"PosZ":-170.57000732421875,"RotY":45.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":19.06999969482422,"PosY":65.4319076538086,"PosZ":-226.9600067138672,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":40.66999816894531,"PosY":46.26118087768555,"PosZ":-171.4199981689453,"RotY":135.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":25.413999557495117,"PosY":51.74961853027344,"PosZ":-204.02529907226565,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":45.0,"PosX":21.88999938964844,"PosY":65.39302825927734,"PosZ":-229.8000030517578,"NPCMonsterID":2022050,"EventID":41221024,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":225.0,"PosX":57.48781967163086,"PosY":69.5279769897461,"PosZ":-180.1112060546875,"NPCMonsterID":2022040,"EventID":41221025,"groupId":16,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"33":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Main.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_GoToNextArea_NotOption.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.700000047683716,"PosY":20.229999542236328,"PosZ":59.45000076293945,"RotY":0.5080080032348633,"PropID":102081,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Target.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoBoat_Broken_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-5.34599494934082,"PosY":20.229999542236328,"PosZ":59.45000076293945,"RotY":274.0188903808594,"groupId":0}}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":78.3499984741211,"PosY":60.099998474121094,"PosZ":-32.459999084472656,"RotY":101.98149871826172,"PropID":102081,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Target.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoBoat_Broken_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Main.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/X301/Raid_X301_Performance_before.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":130.9199981689453,"PosY":54.220001220703125,"PosZ":-46.52000045776367,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_ThreeStar.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":130.9199981689453,"PosY":54.220001220703125,"PosZ":-46.52000045776367,"RotY":270.0,"PropID":121,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Target.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_PhotoFrame_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":130.9199981689453,"PosY":54.220001220703125,"PosZ":-46.52000045776367,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/X301/Raid_ThreeStar_M_Monster.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":130.9199981689453,"PosY":54.220001220703125,"PosZ":-46.52000045776367,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_Bubble.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":130.49000549316406,"PosY":52.79999923706055,"PosZ":-47.20000076293945,"Name":"NPC1","RotY":17.135719299316406,"NPCID":2204,"groupId":34,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":131.52000427246094,"PosY":52.79999923706055,"PosZ":-45.790000915527344,"Name":"NPC2","RotY":223.360595703125,"NPCID":2204,"groupId":34,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":88.55999755859375,"PosY":56.189998626708984,"PosZ":-45.970001220703125,"RotY":105.47589874267578,"groupId":0},"2":{"ID":2,"PosX":12.270000457763672,"PosY":51.749610900878906,"PosZ":-201.3999938964844,"RotY":180.0,"groupId":0}}},"38":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/X301/Raid_X301_Performance_identifyMonster.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-106.8678970336914,"PosY":3.8348019123077393,"PosZ":-12.390000343322754,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.11000061035156,"PosY":2.8193860054016113,"PosZ":-11.630000114440918,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.343000411987305,"PosY":13.590160369873049,"PosZ":-52.448001861572266,"RotY":150.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_Bubble.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.262359619140625,"PosY":11.13031005859375,"PosZ":-48.91551971435547,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.54000091552734,"PosY":2.795802116394043,"PosZ":-20.3700008392334,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-31.913000106811523,"PosY":13.66923999786377,"PosZ":-53.310001373291016,"Name":"NPC1","RotY":48.253639221191406,"NPCID":12177,"groupId":38,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-50.262359619140625,"PosY":11.13031005859375,"PosZ":-48.91551971435547,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-67.83999633789062,"PosY":3.833583116531372,"PosZ":-12.390000343322754,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-106.98729705810548,"PosY":3.8348009586334233,"PosZ":-13.599679946899414,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-45.08000183105469,"PosY":13.66923999786377,"PosZ":-45.369998931884766,"RotY":48.253639221191406,"groupId":0},"5":{"ID":5,"PosX":-106.98729705810548,"PosY":3.8348009586334233,"PosZ":-12.083000183105469,"RotY":90.0,"groupId":0}}},"39":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Main.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.343000411987305,"PosY":13.574859619140623,"PosZ":-52.4480094909668,"RotY":150.0,"PropID":102032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Shelf_03_GamePlay_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5178108215332,"PosY":21.506000518798828,"PosZ":-53.3680305480957,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-31.14900016784668,"PosY":13.590310096740724,"PosZ":-52.70199966430664,"Name":"NPC1","RotY":240.0,"NPCID":3011,"groupId":39,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"43":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-106.8678970336914,"PosY":3.8348019123077393,"PosZ":-12.390000343322754,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/X301/Raid_X301_MissionClear.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":13.502400398254396,"PosY":51.749610900878906,"PosZ":-201.3657989501953,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/X301/Raid_X301_MissionClear.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.85199737548828,"PosY":3.9002609252929688,"PosZ":-16.72100067138672,"RotY":0.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[{"ID":400003,"PosX":-106.98729705810548,"PosY":3.8348009586334233,"PosZ":-13.599679946899414,"Name":"NPC3","RotY":0.0,"NPCID":12177,"groupId":43,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":-102.01000213623048,"PosY":3.834840059280395,"PosZ":-13.979999542236328,"Name":"NPC4","RotY":315.0,"NPCID":12208,"groupId":43,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":-101.44200134277344,"PosY":3.8582448959350586,"PosZ":-12.434000015258787,"Name":"NPC5","RotY":270.0,"NPCID":12210,"groupId":43,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-102.12999725341795,"PosY":6.777764797210693,"PosZ":-6.349999904632568,"RotY":200.0,"groupId":0},"2":{"ID":2,"PosX":-106.98729705810548,"PosY":3.8348009586334233,"PosZ":-12.083000183105469,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":-102.8000030517578,"PosY":3.86181902885437,"PosZ":-11.034000396728516,"RotY":240.0,"groupId":0}}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.72000122070312,"PosY":0.6000000238418579,"PosZ":-27.170000076293945,"RotY":30.0,"PropID":102081,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Target_NoMark.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoBoat_Broken_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/X301/Raid_X301_XingCha_Hint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.913000106811523,"PosY":13.66923999786377,"PosZ":-53.310001373291016,"RotY":48.253639221191406,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/X301/Raid_X301_MissionClear.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.90693664550781,"PosY":3.8400399684906006,"PosZ":-14.906929969787598,"RotY":0.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":11,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.7300033569336,"PosY":3.859841108322144,"PosZ":-16.190000534057617,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"63":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.219999313354492,"PosY":13.899999618530272,"PosZ":17.270999908447266,"RotY":270.0,"PropID":102083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_Censer_01.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.84400177001953,"PosY":13.899999618530272,"PosZ":30.959999084472656,"RotY":315.0,"PropID":102083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_Censer_02.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.35700225830078,"PosY":13.899999618530272,"PosZ":63.58399963378906,"RotY":0.0,"PropID":102083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_Censer_02.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.0,"PosY":10.039999961853027,"PosZ":63.5,"RotY":0.0,"PropID":102102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_CenserVolumeFog_0.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_FogVolume_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-70.05000305175781,"PosY":13.900509834289553,"PosZ":63.779998779296875,"RotY":17.662139892578125,"groupId":0}}}}},"P41221_F41221004":{"teleports":{},"group_items":{}},"P42221_F42221001":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.84357833862305,"PosY":8.293556213378906,"PosZ":-126.41000366210938,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},"2022101":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.09199905395508,"PosY":4.823999881744385,"PosZ":-158.47300720214844,"RotY":269.7236022949219,"PropID":101,"AnchorID":1,"AnchorGroupID":5,"MappingInfoID":2022101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2022102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":5.010000228881836,"PosY":12.789999961853027,"PosZ":2.109999895095825,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":5,"MappingInfoID":2022102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2022103":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":107.60299682617188,"PosY":13.760000228881836,"PosZ":-61.750999450683594,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":5,"MappingInfoID":2022103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.09199905395508,"PosY":4.823999881744385,"PosZ":-158.47300720214844,"RotY":269.7236022949219,"PropID":101,"AnchorID":1,"AnchorGroupID":5,"MappingInfoID":2022101,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":5.010000228881836,"PosY":12.789999961853027,"PosZ":2.109999895095825,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":5,"MappingInfoID":2022102,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":107.60299682617188,"PosY":13.760000228881836,"PosZ":-61.750999450683594,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":5,"MappingInfoID":2022103,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-43.77000045776367,"PosY":8.239969253540039,"PosZ":-120.41000366210938,"RotY":42.029998779296875,"groupId":0},"2":{"ID":2,"PosX":0.4000000059604645,"PosY":12.789999961853027,"PosZ":2.109999895095825,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":103.9499969482422,"PosY":13.760000228881836,"PosZ":-59.119998931884766,"RotY":180.0,"groupId":0}}},"9":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.6349983215332,"PosY":8.241999626159668,"PosZ":-103.81099700927734,"RotY":180.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.66999816894531,"PosY":8.232999801635742,"PosZ":-105.87999725341795,"RotY":180.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":14.859999656677246,"PosY":12.905010223388672,"PosZ":-73.9800033569336,"RotY":90.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.23999999463558197,"PosY":12.904999732971191,"PosZ":-60.95000076293945,"RotY":0.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.66999816894531,"PosY":8.232999801635742,"PosZ":-105.87999725341795,"RotY":0.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.329999923706055,"PosY":12.905010223388672,"PosZ":-86.66000366210938,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.84357833862305,"PosY":8.293556213378906,"PosZ":-126.41000366210938,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-5.349999904632568,"PosY":12.95851993560791,"PosZ":-83.41999816894531,"RotY":105.09999847412108,"groupId":0},"2":{"ID":2,"PosX":-45.099998474121094,"PosY":8.293556213378906,"PosZ":-120.79000091552734,"RotY":46.0,"groupId":0}}},"11":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":200.29119873046875,"PosX":-33.14653015136719,"PosY":10.292690277099608,"PosZ":-71.72691345214844,"NPCMonsterID":2022010,"EventID":42221204,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":90.0,"PosX":-56.82804107666016,"PosY":10.224419593811035,"PosZ":-75.3592529296875,"NPCMonsterID":2022010,"EventID":42221203,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":304.8179016113281,"PosX":-29.13999938964844,"PosY":8.307140350341797,"PosZ":-100.15000152587892,"NPCMonsterID":2022020,"EventID":42221202,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"14":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":42.599998474121094,"PosX":-4.860000133514404,"PosY":12.904999732971191,"PosZ":-69.4000015258789,"NPCMonsterID":2013010,"EventID":42221214,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":270.0,"PosX":12.117919921875,"PosY":9.29681396484375,"PosZ":-107.8469009399414,"NPCMonsterID":2002010,"EventID":42221213,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":90.0,"PosX":-7.159999847412109,"PosY":9.296818733215332,"PosZ":-118.5500030517578,"NPCMonsterID":2002010,"EventID":42221212,"groupId":14,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_EnviroProfile_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"18":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.87522888183594,"PosY":8.239960670471191,"PosZ":-90.46000671386719,"RotY":89.9999771118164,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43001_F43001001":{"teleports":{},"group_items":{"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.10999999940395357,"PosY":-3.5,"PosZ":-0.1899999976158142,"RotY":269.7236022949219,"PropID":3002,"AnchorID":1,"AnchorGroupID":27,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.10999999940395357,"PosY":-3.999999989900971e-6,"PosZ":-0.1899999976158142,"RotY":0.0,"groupId":0}}}}},"P43001_F43001002":{"teleports":{},"group_items":{"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.163100004196167,"PosY":0.0,"PosZ":15.76200008392334,"RotY":270.0,"PropID":2003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/ChapTrain/InitLevelGraph_Prop_ChapTrain_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Train/Prop_Train_DanHeng_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.163000106811523,"PosY":0.0,"PosZ":5.263999938964844,"RotY":270.0,"PropID":2003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/ChapTrain/InitLevelGraph_Prop_ChapTrain_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Train/Prop_Train_DanHeng_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":9.999999974752427e-7,"PosZ":34.86000061035156,"RotY":269.7236022949219,"PropID":3002,"AnchorID":1,"AnchorGroupID":14,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.0,"PosY":9.999999974752427e-7,"PosZ":29.260000228881836,"RotY":180.0,"groupId":0}}}}},"P43002_F43002001":{"teleports":{},"group_items":{"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":2.2799999713897705,"PosY":0.5589720010757446,"PosZ":0.05999999865889549,"RotY":0.0,"PropID":100008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Bubble_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43002_F43002002":{"teleports":{},"group_items":{"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.1599999964237213,"PosY":0.5747759938240051,"PosZ":115.88999938964844,"RotY":0.0,"PropID":100008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Bubble_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"22":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.028999999165534973,"PosY":0.25699999928474426,"PosZ":89.20700073242188,"RotY":0.0,"PropID":100002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.727999687194824,"PosY":0.18700000643730164,"PosZ":141.88800048828125,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.727999687194824,"PosY":0.1469999998807907,"PosZ":138.23989868164065,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.199999809265137,"PosY":0.1666399985551834,"PosZ":137.4199981689453,"RotY":180.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":11.72700023651123,"PosY":0.1850000023841858,"PosZ":141.89999389648438,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":11.727999687194824,"PosY":0.1469999998807907,"PosZ":138.23989868164065,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":13.399999618530272,"PosY":0.1666399985551834,"PosZ":137.6999969482422,"RotY":180.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.0,"PosY":2.000999927520752,"PosZ":-14.480999946594238,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":0.0,"PosY":2.000999927520752,"PosZ":-14.480999946594238,"RotY":0.0,"groupId":0}}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.1599999964237213,"PosY":0.5747759938240051,"PosZ":115.88999938964844,"RotY":0.0,"PropID":100008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Bubble_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43002_F43002003":{"teleports":{"2102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":84.70999908447266,"PosY":78.96101379394531,"PosZ":141.38400268554688,"RotY":0.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":61.29600143432618,"PosY":79.16100311279298,"PosZ":141.5659942626953,"RotY":0.0,"PropID":100008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Bubble_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[],"npcs":[{"ID":400001,"PosX":67.51000213623047,"PosY":78.66100311279298,"PosZ":139.32000732421875,"Name":"NPC1","RotY":306.1487121582031,"NPCID":10301,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":65.16000366210938,"PosY":78.66100311279298,"PosZ":140.47999572753906,"Name":"NPC2","RotY":105.75,"NPCID":2004,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/N3-1/Chapter00_N301_MainMission_RoadBlock_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"16":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":64.61900329589844,"PosY":80.33799743652344,"PosZ":99.12999725341797,"RotY":90.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":94.61399841308594,"PosY":74.0530014038086,"PosZ":103.22000122070312,"RotY":90.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":67.64600372314453,"PosY":80.0,"PosZ":110.34999847412108,"RotY":0.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":67.68000030517578,"PosY":79.9800033569336,"PosZ":88.23999786376953,"RotY":0.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"26":{"props":[{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.65775299072266,"PosZ":113.9302978515625,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.58399963378906,"PosZ":110.66600036621094,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":10.468999862670898,"PosY":79.62589263916016,"PosZ":110.45999908447266,"RotY":180.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":45.424259185791016,"PosY":0.10547100007534028,"PosZ":-127.5238037109375,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.018002033233643,"PosY":79.58200073242188,"PosZ":99.24299621582033,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.58399963378906,"PosZ":87.8179931640625,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":6.984000205993652,"PosY":79.59700012207033,"PosZ":88.03800201416016,"RotY":-0.00020700000459328297,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":8.729999542236328,"PosY":79.65775299072266,"PosZ":84.61000061035156,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"30":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":46.316688537597656,"PosY":80.22297668457033,"PosZ":117.5197982788086,"NPCMonsterID":8012020,"EventID":43002002,"groupId":30,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":97.40287017822266,"PosX":91.58799743652344,"PosY":75.79292297363281,"PosZ":118.86139678955078,"NPCMonsterID":8012030,"EventID":43002003,"groupId":30,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"31":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":88.77449035644531,"PosY":75.79292297363281,"PosZ":116.57219696044922,"RotY":348.385009765625,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":2.1440000534057617,"PosY":79.92588806152344,"PosZ":96.23400115966797,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":null,"State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":84.70999908447266,"PosY":78.96101379394531,"PosZ":141.38400268554688,"RotY":0.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":82.69999694824219,"PosY":78.66100311279298,"PosZ":139.6699981689453,"RotY":269.6720886230469,"groupId":0}}}}},"P43003_F43003001":{"teleports":{"2102":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.220000267028809,"PosY":177.71319580078125,"PosZ":-125.7300033569336,"RotY":0.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":38,"MappingInfoID":2102,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.13846969604492,"PosY":178.2144012451172,"PosZ":-114.01000213623048,"RotY":0.0,"PropID":100085,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_WeakDimensionFire_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"27":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":146.10740661621094,"PosX":-25.596920013427734,"PosY":172.2299041748047,"PosZ":69.40775299072266,"NPCMonsterID":8022010,"EventID":43003002,"groupId":27,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":146.10740661621094,"PosX":-31.1295108795166,"PosY":172.2299041748047,"PosZ":45.03070831298828,"NPCMonsterID":8022010,"EventID":43003003,"groupId":27,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":146.10740661621094,"PosX":-59.858680725097656,"PosY":182.91810607910156,"PosZ":28.076269149780273,"NPCMonsterID":8022010,"EventID":43003004,"groupId":27,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":80.81980895996094,"PosX":-59.77000045776367,"PosY":182.86199951171875,"PosZ":-13.760000228881836,"NPCMonsterID":8022010,"EventID":43003005,"groupId":27,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":146.10740661621094,"PosX":-31.711959838867188,"PosY":180.91830444335935,"PosZ":-93.61270904541016,"NPCMonsterID":8022010,"EventID":43003006,"groupId":27,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":177.7135009765625,"PosX":-1.8700000047683716,"PosY":177.4116973876953,"PosZ":-125.5500030517578,"NPCMonsterID":8022010,"EventID":43003008,"groupId":27,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"29":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":34.20500183105469,"PosY":172.24119567871094,"PosZ":61.09000015258789,"RotY":140.34190368652344,"PropID":100075,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_GiantAutoDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":50.099998474121094,"PosY":172.3070068359375,"PosZ":34.560001373291016,"RotY":320.3418884277344,"PropID":100076,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_MechaDoor_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":4.960999965667725,"PosY":172.2830047607422,"PosZ":-85.69999694824219,"RotY":264.5,"PropID":100076,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_MechaDoor_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.14099884033203,"PosY":177.56919860839844,"PosZ":41.48699951171875,"RotY":140.0,"PropID":100079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_GlassDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":86.62000274658203,"PosY":411.95599365234375,"PosZ":-14.145079612731934,"RotY":90.0,"PropID":100075,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_GiantAutoDoor_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.63500213623047,"PosY":411.95599365234375,"PosZ":-14.144920349121094,"RotY":90.0,"PropID":100075,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_GiantAutoDoor_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.54999923706055,"PosY":182.85899353027344,"PosZ":37.61000061035156,"RotY":50.36359024047851,"PropID":100075,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_GiantAutoDoor_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.492000102996826,"PosY":172.24490356445312,"PosZ":69.00599670410156,"RotY":230.34190368652344,"PropID":100075,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_GiantAutoDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.0,"PosY":185.02940368652344,"PosZ":4.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/N4/Chapter00_N401_BlockStateSave.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.707759857177734,"PosY":182.9205017089844,"PosZ":-66.18714141845703,"RotY":309.5,"PropID":100088,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.707759857177734,"PosY":182.8804931640625,"PosZ":-66.18714141845703,"RotY":219.5,"PropID":300008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrameN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DoorFrameN4_00_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.71200180053711,"PosY":182.86199951171875,"PosZ":-66.322998046875,"RotY":312.9648132324219,"PropID":100078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_ConsoleAutoDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":73.22799682617188,"PosY":172.4409942626953,"PosZ":-14.22599983215332,"RotY":90.7564697265625,"PropID":100088,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":70.677001953125,"PosY":172.38400268554688,"PosZ":-14.231590270996094,"RotY":0.0,"PropID":300008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrameN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DoorFrameN4_00_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":13.956000328063965,"PosY":172.2949981689453,"PosZ":85.55699920654298,"RotY":185.73260498046875,"PropID":100088,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_04.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":13.73799991607666,"PosY":172.2200927734375,"PosZ":83.38999938964844,"RotY":275.73260498046875,"PropID":300008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrameN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DoorFrameN4_00_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.77000045776367,"PosY":177.5800018310547,"PosZ":51.33000183105469,"RotY":230.34190368652344,"PropID":100088,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.470001220703125,"PosY":177.51100158691406,"PosZ":49.91999816894531,"RotY":320.3418884277344,"PropID":300008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrameN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DoorFrameN4_00_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.428999900817873,"PosY":177.43600463867188,"PosZ":-121.68099975585938,"RotY":309.5,"PropID":100088,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":12.104999542236328,"PosY":174.89320373535156,"PosZ":-104.31999969482422,"RotY":309.4999084472656,"PropID":100088,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":25.850229263305664,"PosY":172.26100158691406,"PosZ":50.78253173828125,"RotY":95.34190368652344,"PropID":100088,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":22.24720001220703,"PosY":172.3000030517578,"PosZ":64.67595672607422,"RotY":50.34188079833984,"PropID":100088,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.419790267944336,"PosY":177.42050170898438,"PosZ":-121.68810272216795,"RotY":219.5,"PropID":300008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrameN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DoorFrameN4_00_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":12.138259887695312,"PosY":174.87759399414065,"PosZ":-104.34719848632812,"RotY":219.49989318847656,"PropID":300008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrameN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DoorFrameN4_00_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":25.864999771118164,"PosY":172.24549865722656,"PosZ":50.78099822998047,"RotY":5.341862201690674,"PropID":300008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrameN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DoorFrameN4_00_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":22.299999237060547,"PosY":172.25149536132812,"PosZ":64.72000122070312,"RotY":320.3418884277344,"PropID":300008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrameN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DoorFrameN4_00_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":2.322139024734497,"PosY":420.4801025390625,"PosZ":-26.58325958251953,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F43003001/LG_Prop_F43003001_G36_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"37":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.696800231933594,"PosY":172.24209594726565,"PosZ":66.3189697265625,"RotY":356.8695983886719,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.12958908081055,"PosY":177.52650451660156,"PosZ":58.70914840698242,"RotY":348.385009765625,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.258060455322266,"PosY":182.86770629882812,"PosZ":-77.34866333007812,"RotY":348.385009765625,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.950660705566406,"PosY":182.86199951171875,"PosZ":-59.04513931274414,"RotY":356.8695983886719,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":10.698630332946776,"PosY":180.92030334472656,"PosZ":-103.197998046875,"RotY":348.385009765625,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":10.720000267028809,"PosY":172.5063934326172,"PosZ":96.78565216064453,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":38,"MappingInfoID":2102,"InitLevelGraph":null,"State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.04999923706055,"PosY":182.8361053466797,"PosZ":45.779998779296875,"RotY":333.3629150390625,"PropID":3002,"AnchorID":2,"AnchorGroupID":38,"MappingInfoID":2102,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.220000267028809,"PosY":177.71319580078125,"PosZ":-125.7300033569336,"RotY":0.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":38,"MappingInfoID":2102,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":13.796099662780762,"PosY":172.22850036621094,"PosZ":95.26422882080078,"RotY":184.1499938964844,"groupId":0},"2":{"ID":2,"PosX":-41.279998779296875,"PosY":182.8603057861328,"PosZ":43.13999938964844,"RotY":210.0,"groupId":0},"3":{"ID":3,"PosX":-11.800000190734863,"PosY":177.4116973876953,"PosZ":-124.65000152587892,"RotY":310.7815856933594,"groupId":0}}}}},"P43004_F43004001":{"teleports":{},"group_items":{"17":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":8.732000350952148,"PosY":76.74099731445312,"PosZ":133.22000122070312,"RotY":180.00050354003906,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":8.743807792663574,"PosY":76.64998626708984,"PosZ":130.572998046875,"RotY":270.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":8.741621971130371,"PosY":76.66581726074219,"PosZ":156.01699829101565,"RotY":270.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43101_F43101001":{"teleports":{"2102":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":220.35000610351565,"PosY":47.05421829223633,"PosZ":-142.72000122070312,"RotY":263.7257995605469,"PropID":3002,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":132.35740661621094,"PosY":46.58417892456055,"PosZ":-30.712919235229492,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":158.8300018310547,"PosY":46.50558090209961,"PosZ":-69.08999633789062,"RotY":131.4342041015625,"PropID":3002,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":220.35000610351565,"PosY":47.05421829223633,"PosZ":-142.72000122070312,"RotY":263.7257995605469,"PropID":3002,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":112.4800033569336,"PosY":53.10308074951172,"PosZ":-57.88999938964844,"RotY":276.4226989746094,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":231.61000061035156,"PosY":48.00082015991211,"PosZ":-133.4499969482422,"RotY":239.7353973388672,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":128.5500030517578,"PosY":46.64059829711914,"PosZ":-10.399999618530272,"RotY":335.6155090332031,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":129.02000427246094,"PosY":46.59275817871094,"PosZ":-28.260000228881836,"RotY":204.3999938964844,"groupId":0},"2":{"ID":2,"PosX":156.33560180664065,"PosY":46.35823059082031,"PosZ":-66.26792907714844,"RotY":75.41999816894531,"groupId":0},"3":{"ID":3,"PosX":225.0802001953125,"PosY":47.02341842651367,"PosZ":-142.36219787597656,"RotY":173.11849975585938,"groupId":0}}},"10":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":235.45669555664065,"PosY":45.26504135131836,"PosZ":-56.66310119628906,"NPCMonsterID":8032020,"EventID":43101003,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":180.0,"PosX":241.5016937255859,"PosY":45.26502990722656,"PosZ":-51.189998626708984,"NPCMonsterID":8032010,"EventID":43101004,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"12":{"props":[],"npcs":[{"ID":400002,"PosX":171.31809997558594,"PosY":46.33641052246094,"PosZ":-64.76056671142578,"Name":"NPC2","RotY":280.3999938964844,"NPCID":3023,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"14":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":150.19520568847656,"PosY":46.54441833496094,"PosZ":-76.72532653808594,"RotY":14.100000381469728,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":153.56849670410156,"PosY":46.415870666503906,"PosZ":-61.584869384765625,"RotY":14.100000381469728,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":215.14259338378903,"PosY":47.235618591308594,"PosZ":-135.08079528808594,"RotY":14.100000381469728,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":215.7053070068359,"PosY":47.24195098876953,"PosZ":-135.0128936767578,"RotY":14.100000381469728,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43101_F43101002":{"teleports":{},"group_items":{}},"P43102_F43102001":{"teleports":{"2102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.7817211151123047,"PosY":-0.1480969935655594,"PosZ":115.70619964599608,"RotY":90.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},"2214":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":11.880000114440918,"PosY":-2.5745739936828613,"PosZ":152.33999633789065,"RotY":266.268798828125,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2214,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.69483947753906,"PosY":-2.5545809268951416,"PosZ":117.34970092773438,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.7817211151123047,"PosY":-0.1480969935655594,"PosZ":115.70619964599608,"RotY":90.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-76.66663360595702,"PosY":6.112234115600586,"PosZ":82.1876220703125,"RotY":305.8699951171875,"groupId":0},"2":{"ID":2,"PosX":-53.10482025146485,"PosY":-2.5991671085357666,"PosZ":119.30560302734376,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":-5.992033004760742,"PosY":-0.19696499407291412,"PosZ":114.96959686279295,"RotY":0.0,"groupId":0}}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.661470413208008,"PosY":-2.5064120292663574,"PosZ":121.2655029296875,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_RaidHideStage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-207.3999938964844,"PosY":-93.5,"PosZ":296.20001220703125,"RotY":0.0,"PropID":101071,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Bunker_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.41999816894531,"PosY":-2.6394500732421875,"PosZ":114.72000122070312,"RotY":0.0,"PropID":101072,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Robot_StageHide1_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-75.0560073852539,"PosY":3.55342698097229,"PosZ":100.31759643554688,"RotY":330.3739013671875,"groupId":0}}},"12":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.59600067138672,"PosY":3.6026461124420166,"PosZ":111.09500122070312,"RotY":337.14581298828125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/Test_Prop_Chap02_PlayRobot.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-82.28298950195312,"PosY":3.6088531017303462,"PosZ":109.75399780273438,"RotY":37.189998626708984,"groupId":0}}},"13":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.46399688720703,"PosY":1.3993380069732666,"PosZ":121.7030029296875,"RotY":337.14581298828125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/Gameplay/Test_Prop_Chap02_PlayRobot.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-70.37300109863281,"PosY":1.2765090465545654,"PosZ":119.93000030517578,"RotY":37.189998626708984,"groupId":0}}},"14":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/BoomRobot/BoomRobot_MissionWayPoint06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-46.77960968017578,"PosY":-2.6301839351654053,"PosZ":119.4845962524414,"RotY":137.69200134277344,"groupId":0},"2":{"ID":2,"PosX":-72.22142028808594,"PosY":3.555440902709961,"PosZ":103.38899993896484,"RotY":86.65519714355469,"groupId":0},"3":{"ID":3,"PosX":232.6999969482422,"PosY":48.720001220703125,"PosZ":-108.62000274658205,"RotY":2.4758520126342773,"groupId":0},"4":{"ID":4,"PosX":216.0919952392578,"PosY":51.917999267578125,"PosZ":-61.36399841308594,"RotY":258.32940673828125,"groupId":0},"5":{"ID":5,"PosX":167.3000030517578,"PosY":59.29999923706055,"PosZ":-120.40000152587892,"RotY":263.8369140625,"groupId":0},"6":{"ID":6,"PosX":154.3280029296875,"PosY":63.3390007019043,"PosZ":-173.43899536132812,"RotY":112.95439910888672,"groupId":0}}},"15":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/BoomRobot/BoomRobot_MissionWayPoint05.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-3.985327959060669,"PosY":-0.24070599675178528,"PosZ":118.90370178222656,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-72.22142028808594,"PosY":3.555440902709961,"PosZ":103.38899993896484,"RotY":86.65519714355469,"groupId":0},"3":{"ID":3,"PosX":232.6999969482422,"PosY":48.720001220703125,"PosZ":-108.62000274658205,"RotY":2.4758520126342773,"groupId":0},"4":{"ID":4,"PosX":216.0919952392578,"PosY":51.917999267578125,"PosZ":-61.36399841308594,"RotY":258.32940673828125,"groupId":0},"5":{"ID":5,"PosX":167.3000030517578,"PosY":59.29999923706055,"PosZ":-120.40000152587892,"RotY":263.8369140625,"groupId":0},"6":{"ID":6,"PosX":154.3280029296875,"PosY":63.3390007019043,"PosZ":-173.43899536132812,"RotY":112.95439910888672,"groupId":0}}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.433349609375,"PosY":-2.5136430263519287,"PosZ":120.14589691162108,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.433349609375,"PosY":-2.5136430263519287,"PosZ":120.14589691162108,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"22":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.77199935913086,"PosY":-0.23100000619888303,"PosZ":89.375,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.368999481201172,"PosY":-0.1448040008544922,"PosZ":86.76599884033203,"RotY":178.2772979736328,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.0359992980957,"PosY":-2.640000104904175,"PosZ":103.8239974975586,"RotY":54.92747116088867,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.619998931884766,"PosY":-2.5960710048675537,"PosZ":106.41999816894533,"RotY":73.19685363769531,"PropID":101003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_CablePuzzle_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01B_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.30899810791016,"PosY":1.4199999570846558,"PosZ":124.72699737548828,"RotY":316.6781921386719,"PropID":101005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_07_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-85.23400115966797,"PosY":1.3353190422058103,"PosZ":126.34100341796876,"RotY":0.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.29801177978516,"PosY":6.383999824523926,"PosZ":94.5830078125,"RotY":0.0,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.94999694824219,"PosY":5.448369979858398,"PosZ":76.3499984741211,"RotY":310.4103088378906,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.520000457763672,"PosY":0.9631630182266235,"PosZ":156.1999969482422,"RotY":341.55999755859375,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":2.2699999809265137,"PosY":1.9018659591674805,"PosZ":89.05999755859375,"RotY":359.4910888671875,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":11.880000114440918,"PosY":-2.5745739936828613,"PosZ":152.33999633789065,"RotY":266.268798828125,"PropID":114,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2214,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_Entrance_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43102_F43102002":{"teleports":{},"group_items":{}},"P43102_F43102003":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.4667029976844787,"PosY":-24.793500900268555,"PosZ":122.1584014892578,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.4667029976844787,"PosY":-24.793500900268555,"PosZ":122.1584014892578,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":1.0399999618530271,"PosY":1.7200000286102295,"PosZ":-1.149999976158142,"RotY":345.3500061035156,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-1.2999999523162842,"PosY":1.9099999666213987,"PosZ":5.440000057220459,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-4.46999979019165,"PosY":-24.793500900268555,"PosZ":115.34259796142578,"RotY":0.0,"groupId":0}}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":16.065139770507812,"PosY":36.58409881591797,"PosZ":51.25481033325195,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.760000228881836,"PosY":-24.600000381469727,"PosZ":88.99199676513672,"RotY":0.0,"PropID":101007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Elevator_Move.json","State":"Elevator2","propStateList":["Locked","Elevator1","Elevator2","Elevator3"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.339000701904297,"PosY":5.433000087738037,"PosZ":82.36799621582033,"RotY":180.0,"PropID":101008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_Switch_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.519000053405762,"PosY":-24.80500030517578,"PosZ":86.30000305175781,"RotY":90.0,"PropID":101008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_Switch_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.760000228881836,"PosY":-25.3700008392334,"PosZ":88.99199676513672,"RotY":0.0,"PropID":301005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_ElevatorBase_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-14.760000228881836,"PosY":5.573999881744385,"PosZ":88.99199676513672,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-14.760000228881836,"PosY":-24.600000381469727,"PosZ":88.99199676513672,"RotY":0.0,"groupId":0}}},"14":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.17085075378418,"PosY":-24.793500900268555,"PosZ":115.57740020751952,"RotY":14.100000381469728,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.14411735534668,"PosY":-24.793500900268555,"PosZ":114.51609802246094,"RotY":14.100000381469728,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":7.923714160919189,"PosY":26.372169494628903,"PosZ":46.752349853515625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_RaidStageHide.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43103_F43103001":{"teleports":{"2314":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":31.20112037658691,"PosY":3.940454006195069,"PosZ":123.09850311279295,"RotY":269.7236022949219,"PropID":101,"AnchorID":1,"AnchorGroupID":2,"MappingInfoID":2314,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2315":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":36.86027145385742,"PosY":0.9421449899673462,"PosZ":243.9015960693359,"RotY":269.7236022949219,"PropID":101,"AnchorID":2,"AnchorGroupID":2,"MappingInfoID":2315,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2316":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":110.3188018798828,"PosY":-5.027008056640625,"PosZ":328.31561279296875,"RotY":269.7236022949219,"PropID":101,"AnchorID":3,"AnchorGroupID":2,"MappingInfoID":2316,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2348":{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":94.29102325439453,"PosY":-5.02585506439209,"PosZ":269.5215148925781,"RotY":135.0,"PropID":301078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2348,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_NPCBattle.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},"2349":{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":7.960000038146973,"PosY":-0.05787799879908562,"PosZ":73.2699966430664,"RotY":0.0,"PropID":301079,"AnchorID":9,"AnchorGroupID":4,"MappingInfoID":2349,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}},"group_items":{"2":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":31.20112037658691,"PosY":3.940454006195069,"PosZ":123.09850311279295,"RotY":269.7236022949219,"PropID":101,"AnchorID":1,"AnchorGroupID":2,"MappingInfoID":2314,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":36.86027145385742,"PosY":0.9421449899673462,"PosZ":243.9015960693359,"RotY":269.7236022949219,"PropID":101,"AnchorID":2,"AnchorGroupID":2,"MappingInfoID":2315,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":110.3188018798828,"PosY":-5.027008056640625,"PosZ":328.31561279296875,"RotY":269.7236022949219,"PropID":101,"AnchorID":3,"AnchorGroupID":2,"MappingInfoID":2316,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":33.029998779296875,"PosY":3.940454006195069,"PosZ":122.16000366210938,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":38.83290100097656,"PosY":3.942142963409424,"PosZ":227.65280151367188,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":110.24590301513672,"PosY":-5.027029037475586,"PosZ":325.4023132324219,"RotY":90.0,"groupId":0}}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":81.03399658203125,"PosY":-4.800000190734863,"PosZ":324.79998779296875,"RotY":0.0,"PropID":301011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_AD_RotateBridge_State.json","State":"BridgeState1","propStateList":["BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":84.45800018310547,"PosY":-5.019999980926514,"PosZ":352.9830017089844,"RotY":0.0,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_AetherDivide_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":51.80529022216797,"PosY":-5.057851791381836,"PosZ":322.1405944824219,"RotY":270.0,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":108.1999969482422,"PosY":-5.0578508377075195,"PosZ":408.1000061035156,"RotY":0.0,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_Controller.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":110.58000183105467,"PosY":-5.0578508377075195,"PosZ":408.3599853515625,"RotY":0.0,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_Controller.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":6.809999942779541,"PosY":-3.0000001061125654e-6,"PosZ":69.7300033569336,"RotY":45.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":7.960000038146973,"PosY":-0.05787799879908562,"PosZ":73.25,"RotY":45.0,"PropID":101003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01B_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01B_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":33.0,"PosY":4.000019073486328,"PosZ":126.0500030517578,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":80.88999938964844,"PosY":-4.952000141143799,"PosZ":291.0,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_DoorCheckStove1.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":32.93000030517578,"PosY":-2.833080053329468,"PosZ":302.94000244140625,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":30.75200080871582,"PosY":-2.833081007003784,"PosZ":308.4200134277344,"RotY":60.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BaseConsole_01A_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":52.53664016723633,"PosY":-5.057851791381836,"PosZ":324.8294982910156,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_CheckStoveFinish.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":38.810001373291016,"PosY":3.964999914169311,"PosZ":224.6199951171875,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_DoorCheckStove.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.300000190734863,"PosY":2.013999938964844,"PosZ":109.06999969482422,"RotY":85.54560089111328,"PropID":301014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Barrier_Grp_24_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":116.07080078125,"PosY":-5.030511856079102,"PosZ":319.5835876464844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":7.960000038146973,"PosY":-0.05787799879908562,"PosZ":73.2699966430664,"RotY":0.0,"PropID":301079,"AnchorID":9,"AnchorGroupID":4,"MappingInfoID":2349,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":270.0,"groupId":0},"5":{"ID":5,"PosX":80.93000030517578,"PosY":-2.5999999046325684,"PosZ":347.7900085449219,"RotY":210.40939331054688,"groupId":0},"6":{"ID":6,"PosX":76.05400085449219,"PosY":-2.5999999046325684,"PosZ":347.7900085449219,"RotY":152.22210693359375,"groupId":0},"7":{"ID":7,"PosX":39.470001220703125,"PosY":0.6399999856948853,"PosZ":328.989990234375,"RotY":193.3912048339844,"groupId":0},"8":{"ID":8,"PosX":82.6500015258789,"PosY":-1.6699999570846558,"PosZ":279.3399963378906,"RotY":349.00201416015625,"groupId":0},"9":{"ID":9,"PosX":11.109999656677246,"PosY":-0.05787799879908562,"PosZ":73.91999816894531,"RotY":225.0,"groupId":0}}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":47.099998474121094,"PosY":3.4030001163482666,"PosZ":271.7699890136719,"RotY":0.0,"PropID":101069,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_RobotFinish.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_HonkemonRaid_MarkProp_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":29.540000915527344,"PosY":8.248000144958496,"PosZ":258.20001220703125,"RotY":270.0,"PropID":101069,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_RobotFinish.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_HonkemonRaid_MarkProp_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":41.189998626708984,"PosY":8.1899995803833,"PosZ":231.17999267578125,"RotY":0.0,"PropID":101069,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_RobotFinish.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_HonkemonRaid_MarkProp_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":53.47999954223633,"PosY":6.495999813079834,"PosZ":320.4700012207031,"RotY":90.0,"PropID":101069,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_RobotFinish.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_HonkemonRaid_MarkProp_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":76.47000122070312,"PosY":6.480000019073486,"PosZ":291.5400085449219,"RotY":0.0,"PropID":101069,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_RobotFinish.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_HonkemonRaid_MarkProp_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":21.01966094970703,"PosY":7.4099998474121085,"PosZ":191.11380004882812,"RotY":0.0,"PropID":101069,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_RobotFinish.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_HonkemonRaid_MarkProp_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":26.6299991607666,"PosY":8.420000076293945,"PosZ":184.6199951171875,"RotY":323.8985900878906,"groupId":0},"2":{"ID":2,"PosX":41.34000015258789,"PosY":4.610000133514404,"PosZ":255.16000366210935,"RotY":290.9873046875,"groupId":0},"3":{"ID":3,"PosX":47.459999084472656,"PosY":6.760000228881836,"PosZ":258.3299865722656,"RotY":358.474609375,"groupId":0},"4":{"ID":4,"PosX":80.55000305175781,"PosY":1.3700000047683716,"PosZ":308.3900146484375,"RotY":193.08729553222656,"groupId":0},"5":{"ID":5,"PosX":107.58000183105467,"PosY":0.20000000298023224,"PosZ":295.7200012207031,"RotY":34.82558059692383,"groupId":0},"6":{"ID":6,"PosX":65.31999969482422,"PosY":-0.25999999046325684,"PosZ":321.239990234375,"RotY":268.9768981933594,"groupId":0}}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":81.5999984741211,"PosY":-5.095160007476807,"PosZ":325.44000244140625,"RotY":358.6510925292969,"PropID":101078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_StoveLink.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":76.63999938964844,"PosY":-2.496999979019165,"PosZ":297.5899963378906,"RotY":0.0,"PropID":101068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_StoveLinkBridge3.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":114.3031005859375,"PosY":-3.9541869163513184,"PosZ":314.908203125,"RotY":0.0,"PropID":101068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_StoveTriggerLast.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":53.73699951171875,"PosY":-3.288000106811523,"PosZ":329.1929931640625,"RotY":359.776611328125,"PropID":101068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_StoveLinkBridge3.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":56.70000076293945,"PosY":3.9443039894104,"PosZ":271.2699890136719,"RotY":0.0,"PropID":101068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_StoveLinkNoMove.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":47.099998474121094,"PosY":0.943490982055664,"PosZ":271.7699890136719,"RotY":0.0,"PropID":101068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_StoveLinkNoMove.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":21.01966094970703,"PosY":4.9470438957214355,"PosZ":191.11380004882812,"RotY":0.0,"PropID":101068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_StoveLinkNoMove.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":58.70800018310547,"PosY":5.0207037925720215,"PosZ":257.9519958496094,"RotY":0.0,"PropID":101068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_StoveTriggerT2.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":14.470000267028809,"PosY":4.001058101654053,"PosZ":259.6099853515625,"RotY":0.0,"PropID":101068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_StoveLinkNoMove.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":4.676000118255615,"PosY":5.015377044677734,"PosZ":254.73599243164065,"RotY":332.7178039550781,"PropID":101068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_StoveTriggerT2.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_02_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":76.47000122070312,"PosY":4.0,"PosZ":291.5400085449219,"RotY":0.0,"PropID":101068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_StoveLinkNoMove.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":41.036319732666016,"PosY":-5.394674777984619,"PosZ":326.09051513671875,"RotY":0.0006019999855197966,"PropID":101068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_StoveLinkNoMove.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_02_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":32.987998962402344,"PosY":-1.3109999895095823,"PosZ":315.5459899902344,"RotY":0.0,"PropID":101068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_StoveLinkNoMove.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_02_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":29.579999923706055,"PosY":5.5,"PosZ":312.55999755859375,"RotY":0.0,"PropID":101068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_StoveLinkNoMove.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_02_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":36.52000045776367,"PosY":4.011000156402588,"PosZ":306.6000061035156,"RotY":0.0,"PropID":101068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_StoveLinkNoMove.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_02_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":35.875,"PosY":5.0320000648498535,"PosZ":220.69000244140625,"RotY":0.0,"PropID":101068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_StoveTriggerFirst.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_02_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":41.189998626708984,"PosY":5.745999813079834,"PosZ":231.17999267578125,"RotY":0.0,"PropID":101068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_StoveLinkNoMove.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":44.93000030517578,"PosY":2.4560000896453857,"PosZ":314.6600036621094,"RotY":0.0,"PropID":101068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_StoveLinkNoMove.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_02_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":53.47999954223633,"PosY":4.0,"PosZ":320.4700012207031,"RotY":0.0,"PropID":101068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_StoveLinkNoMove.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_02_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":29.540000915527344,"PosY":5.752999782562256,"PosZ":258.20001220703125,"RotY":0.0,"PropID":101068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_StoveLinkNoMove.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":22.950000762939453,"PosY":4.001058101654053,"PosZ":259.6099853515625,"RotY":0.0,"PropID":101068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_StoveLinkNoMove.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.5180000066757202,"PosY":7.886000156402587,"PosZ":253.28799438476565,"RotY":66.12371826171875,"groupId":0},"2":{"ID":2,"PosX":43.959999084472656,"PosY":9.75,"PosZ":253.88999938964844,"RotY":36.773799896240234,"groupId":0},"3":{"ID":3,"PosX":57.27000045776367,"PosY":8.359999656677246,"PosZ":357.5400085449219,"RotY":150.19509887695312,"groupId":0},"4":{"ID":4,"PosX":47.34000015258789,"PosY":10.739999771118164,"PosZ":349.20001220703125,"RotY":184.5953063964844,"groupId":0},"5":{"ID":5,"PosX":100.12999725341795,"PosY":1.2899999618530271,"PosZ":298.9599914550781,"RotY":45.0432014465332,"groupId":0},"6":{"ID":6,"PosX":82.81999969482422,"PosY":3.2100000381469727,"PosZ":318.760009765625,"RotY":185.3769989013672,"groupId":0},"7":{"ID":7,"PosX":37.02000045776367,"PosY":11.479999542236328,"PosZ":179.58999633789065,"RotY":283.5780944824219,"groupId":0},"8":{"ID":8,"PosX":81.03788757324219,"PosY":-5.095160007476807,"PosZ":337.190185546875,"RotY":208.84210205078125,"groupId":0},"9":{"ID":9,"PosX":35.31700134277344,"PosY":11.678000450134276,"PosZ":210.20599365234375,"RotY":16.085779190063477,"groupId":0},"10":{"ID":10,"PosX":38.91999816894531,"PosY":9.680000305175781,"PosZ":214.60000610351565,"RotY":9.999999747378752e-6,"groupId":0},"11":{"ID":11,"PosX":107.02999877929688,"PosY":10.010000228881836,"PosZ":308.4599914550781,"RotY":0.0,"groupId":0},"12":{"ID":12,"PosX":69.16000366210938,"PosY":3.9300000667572026,"PosZ":320.1199951171875,"RotY":271.0881042480469,"groupId":0},"13":{"ID":13,"PosX":116.95600128173828,"PosY":-3.2239999771118164,"PosZ":323.47900390625,"RotY":272.0314025878906,"groupId":0},"14":{"ID":14,"PosX":109.95600128173828,"PosY":-5.026843070983887,"PosZ":323.4595947265625,"RotY":295.993408203125,"groupId":0},"15":{"ID":15,"PosX":111.43000030517578,"PosY":-3.430000066757202,"PosZ":323.6099853515625,"RotY":277.2590026855469,"groupId":0}}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.25,"PosY":-0.05787799879908562,"PosZ":79.66600036621094,"RotY":270.0,"PropID":101052,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Bonfire_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":102.46549987792967,"PosY":-5.025856018066406,"PosZ":265.5682067871094,"RotY":135.0,"PropID":101052,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Bonfire_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":0.0,"PosX":3.016603946685791,"PosY":-0.0578790009021759,"PosZ":58.3896484375,"NPCMonsterID":1002050,"EventID":43103003,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":71.90381622314453,"PosX":50.29764175415039,"PosY":1.9421459436416624,"PosZ":90.56342315673828,"NPCMonsterID":1002030,"EventID":43103001,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":88.03117370605469,"PosX":87.050048828125,"PosY":-2.0258541107177734,"PosZ":251.95469665527344,"NPCMonsterID":1002030,"EventID":43103002,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":270.0,"PosX":-3.6914479732513423,"PosY":1.941933035850525,"PosZ":107.48999786376952,"NPCMonsterID":8002010,"EventID":43103016,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200020,"RotY":180.0,"PosX":51.84539031982422,"PosY":-2.0244109630584717,"PosZ":284.57000732421875,"NPCMonsterID":8002010,"EventID":43103016,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":59.87160873413086,"PosX":87.88809204101562,"PosY":-5.008941173553467,"PosZ":364.4880981445313,"NPCMonsterID":8002010,"EventID":43103016,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":-28.809999465942383,"PosY":-0.05787799879908562,"PosZ":69.44303894042969,"NPCMonsterID":1002050,"EventID":43103003,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":90.0,"PosX":-39.59014129638672,"PosY":1.941933035850525,"PosZ":105.2594985961914,"NPCMonsterID":1003010,"EventID":43103015,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":1.559999942779541,"PosY":3.938977003097534,"PosZ":256.39300537109375,"RotY":0.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":23.663000106811523,"PosY":4.193175792694092,"PosZ":181.98789978027344,"RotY":90.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":61.95888900756836,"PosY":3.9443039894104,"PosZ":255.7760009765625,"RotY":0.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":32.91604995727539,"PosY":-2.8908510208129883,"PosZ":304.3078918457031,"RotY":0.0,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":114.28019714355467,"PosY":-5.030587196350098,"PosZ":310.3587951660156,"RotY":270.0,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.25865936279297,"PosY":-0.0578790009021759,"PosZ":85.37550354003906,"RotY":0.0,"PropID":301078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2348,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_NPCBattle.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":41.52444076538086,"PosY":-4.749174118041992,"PosZ":321.1642150878906,"RotY":303.4941101074219,"PropID":301078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2348,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_NPCBattle.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":33.10123825073242,"PosY":3.9777228832244873,"PosZ":150.22390747070312,"RotY":0.0,"PropID":301078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2348,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_NPCBattle.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":110.64939880371094,"PosY":-2.0208239555358887,"PosZ":368.7774963378906,"RotY":0.0,"PropID":301078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2348,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_NPCBattle.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":94.29102325439453,"PosY":-5.02585506439209,"PosZ":269.5215148925781,"RotY":135.0,"PropID":301078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2348,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_NPCBattle.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":94.70999908447266,"PosY":-5.025854110717773,"PosZ":269.0400085449219,"Name":"NPC1","RotY":316.815185546875,"NPCID":11120,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-28.28006935119629,"PosY":-0.05787799879908562,"PosZ":85.52178955078125,"Name":"NPC2","RotY":180.0,"NPCID":11125,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":33.038909912109375,"PosY":3.9777228832244873,"PosZ":150.09120178222656,"Name":"NPC3","RotY":180.0,"NPCID":11118,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":110.66500091552734,"PosY":-2.0208239555358887,"PosZ":368.70700073242193,"Name":"NPC4","RotY":180.0,"NPCID":2101,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":41.707149505615234,"PosY":-4.787365913391113,"PosZ":321.2284851074219,"Name":"NPC5","RotY":305.5187072753906,"NPCID":11212,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400006,"PosX":94.54061889648438,"PosY":-5.02585506439209,"PosZ":267.76361083984375,"Name":"NPC6","RotY":316.815185546875,"NPCID":2112,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400007,"PosX":-29.46068000793457,"PosY":-0.05787799879908562,"PosZ":86.60276794433594,"Name":"NPC7","RotY":180.0,"NPCID":2101,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400008,"PosX":33.97600173950195,"PosY":3.9419820308685303,"PosZ":151.031005859375,"Name":"NPC8","RotY":149.07589721679688,"NPCID":2116,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400009,"PosX":111.42009735107422,"PosY":-2.0208239555358887,"PosZ":369.7225036621094,"Name":"NPC9","RotY":91.49453735351562,"NPCID":2115,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400010,"PosX":40.51898956298828,"PosY":-4.463889122009277,"PosZ":320.3226013183594,"Name":"NPC10","RotY":0.0,"NPCID":2112,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":41.11000061035156,"PosY":3.7699999809265137,"PosZ":250.11000061035156,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":70.54000091552734,"PosY":15.56999969482422,"PosZ":256.4700012207031,"RotY":270.0,"groupId":0}}},"17":{"props":[{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.6000000238418579,"PosY":3.938977003097534,"PosZ":247.9600067138672,"RotY":0.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BoxMan_InAD.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":6.848793029785156,"PosY":4.043962001800537,"PosZ":255.47500610351565,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":5.532864093780518,"PosY":3.938977003097534,"PosZ":257.2868957519531,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ChangeMissionWayPoint1.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":20.38999938964844,"PosY":5.230000019073486,"PosZ":255.80259704589844,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":9.405293464660645,"PosY":3.938977003097534,"PosZ":255.8220062255859,"RotY":270.0,"groupId":0}}},"18":{"props":[{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":54.939998626708984,"PosY":3.9443039894104,"PosZ":249.60000610351565,"RotY":0.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BoxMan_InAD.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.90000915527344,"PosY":-0.11098700016736984,"PosZ":-66.29998016357422,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":59.61582946777344,"PosY":3.9443039894104,"PosZ":259.3116149902344,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ChangeMissionWayPoint2.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":72.17626953125,"PosY":0.9741460084915161,"PosZ":261.9397888183594,"RotY":135.0,"groupId":0},"2":{"ID":2,"PosX":60.80574035644531,"PosY":3.9443039894104,"PosZ":261.6653137207031,"RotY":270.0,"groupId":0}}},"19":{"props":[{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":107.55999755859376,"PosY":-5.030587196350098,"PosZ":308.17999267578125,"RotY":0.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BoxMan_InAD.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.90000915527344,"PosY":-0.11098700016736984,"PosZ":-66.29998016357422,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":112.81670379638672,"PosY":-5.030587196350098,"PosZ":315.5729064941406,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ChangeMissionWayPoint3.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":110.67420196533205,"PosY":-5.027227878570557,"PosZ":323.55340576171875,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":116.52999877929688,"PosY":-5.027177810668945,"PosZ":320.04998779296875,"RotY":180.0,"groupId":0}}},"20":{"props":[{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":33.619998931884766,"PosY":3.942146062850952,"PosZ":212.35000610351565,"RotY":0.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_BoxMan_InAD.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.90000915527344,"PosY":-0.11098700016736984,"PosZ":-66.29998016357422,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":36.09872055053711,"PosY":3.942146062850952,"PosZ":217.30490112304688,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ChangeMissionWayPoint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":38.97800064086914,"PosY":6.420000076293945,"PosZ":223.9499969482422,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":35.84693145751953,"PosY":3.942146062850952,"PosZ":217.73800659179688,"RotY":0.0,"groupId":0}}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":113.1999969482422,"PosY":-5.028736114501953,"PosZ":325.45001220703125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_HintBright.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":270.0,"groupId":0},"5":{"ID":5,"PosX":80.93000030517578,"PosY":-2.5999999046325684,"PosZ":347.7900085449219,"RotY":210.40939331054688,"groupId":0},"6":{"ID":6,"PosX":76.05400085449219,"PosY":-2.5999999046325684,"PosZ":347.7900085449219,"RotY":152.22210693359375,"groupId":0},"7":{"ID":7,"PosX":39.470001220703125,"PosY":0.6399999856948853,"PosZ":328.989990234375,"RotY":193.3912048339844,"groupId":0},"8":{"ID":8,"PosX":82.6500015258789,"PosY":-1.6699999570846558,"PosZ":279.3399963378906,"RotY":349.00201416015625,"groupId":0}}}}},"P43103_F43103002":{"teleports":{"2317":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.85742950439453,"PosY":2.170635938644409,"PosZ":38.956329345703125,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":16,"MappingInfoID":2317,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2318":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.412416458129883,"PosY":5.235960960388184,"PosZ":-49.88917922973633,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":16,"MappingInfoID":2318,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2319":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":6.398981094360352,"PosY":8.525934219360352,"PosZ":-110.65979766845705,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":16,"MappingInfoID":2319,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2320":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":24.399999618530273,"PosY":-1.116466045379639,"PosZ":7.179999828338623,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":16,"MappingInfoID":2320,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2348":{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.7050000429153442,"PosY":2.170624017715454,"PosZ":45.58599853515625,"RotY":206.27999877929688,"PropID":301078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2348,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_NPC2Battle.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},"2350":{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.35129165649414,"PosY":2.2319040298461914,"PosZ":76.12999725341797,"RotY":0.0,"PropID":301079,"AnchorID":5,"AnchorGroupID":16,"MappingInfoID":2350,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}},"group_items":{"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Chapter02_X201_MainMission_RoadBlock_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":47.71799850463867,"PosY":-1.3321000337600708,"PosZ":98.26000213623047,"RotY":270.0,"PropID":102037,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.664000034332275,"PosY":5.256825923919678,"PosZ":-56.099998474121094,"RotY":180.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.10300064086914,"PosY":5.239999771118164,"PosZ":-74.28500366210938,"RotY":270.0000915527344,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":40.41999816894531,"PosY":9.10099983215332,"PosZ":175.97999572753906,"RotY":179.99989318847656,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":6.782416820526123,"PosY":2.1705551147460938,"PosZ":46.93461990356445,"RotY":270.0000915527344,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":4.0747389793396,"PosY":9.184082984924316,"PosZ":107.70870208740234,"RotY":0.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":6.592160224914551,"PosY":2.2204511165618896,"PosZ":66.09100341796875,"RotY":270.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":32.19792938232422,"PosY":7.036218166351318,"PosZ":-108.58999633789064,"RotY":90.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.28706932067871,"PosY":7.086216926574707,"PosZ":-108.76000213623048,"RotY":270.0000915527344,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":8.204911231994629,"PosY":2.2458229064941406,"PosZ":68.29744720458984,"RotY":90.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.25,"PosY":2.2206199169158936,"PosZ":76.97532653808594,"RotY":180.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.365631103515625,"PosY":2.1707170009613037,"PosZ":76.49443817138672,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_LockedDoor.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.200000047683716,"PosY":-33.540000915527344,"PosZ":59.2599983215332,"RotY":203.9290008544922,"PropID":101071,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Bunker_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.550000190734863,"PosY":-1.0350749492645264,"PosZ":6.4070000648498535,"RotY":89.99983215332033,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.9135000705718994,"PosY":2.2799999713897705,"PosZ":73.68000030517578,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":1.9700000286102295,"PosY":2.170635938644409,"PosZ":50.54999923706055,"RotY":269.9997863769531,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":7.863999843597413,"PosY":2.2799999713897705,"PosZ":68.86399841308594,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/LogisticsRobot/Follow/LogisticsRobot_Demo_ContainerListener.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":75.5999984741211,"PosY":-84.19999694824219,"PosZ":-178.60000610351565,"RotY":204.9302978515625,"PropID":101071,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Bunker_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-3.740000009536743,"PosY":5.280010223388672,"PosZ":51.459999084472656,"RotY":88.98988342285156,"groupId":0}}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.03999999910593033,"PosY":0.009999999776482582,"PosZ":0.2300000041723251,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.940000057220459,"PosY":-1.1200000047683716,"PosZ":-14.529999732971191,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-7.380000114440918,"PosY":2.0600099563598633,"PosZ":-5.570000171661377,"RotY":252.27940368652344,"groupId":0}}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.5600000023841858,"PosY":0.05492199957370758,"PosZ":-0.032409001141786575,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.0700000524520874,"PosY":-1.1200000047683716,"PosZ":-9.239999771118164,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":16.048580169677734,"PosY":-4.318484783172607,"PosZ":-4.09158182144165,"RotY":0.00005500000042957254,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":1.4800000190734863,"PosY":-0.1679999977350235,"PosZ":3.3399999141693115,"RotY":0.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_TutorialUnlock_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":5.739999771118164,"PosY":-1.1200000047683716,"PosZ":-7.989999771118165,"RotY":133.27960205078125,"groupId":0},"2":{"ID":2,"PosX":19.190000534057617,"PosY":-1.2065240144729614,"PosZ":-7.3400001525878915,"RotY":160.5836944580078,"groupId":0}}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.3799999952316284,"PosY":0.0,"PosZ":-2.9200000762939453,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Container/Maze_Prop_AdjustedContainer_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":26.55299949645996,"PosY":0.5860000252723694,"PosZ":-14.28600025177002,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":26.200000762939453,"PosY":1.1200000047683716,"PosZ":-7.21999979019165,"RotY":14.8985595703125,"groupId":0}}},"13":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-12.898630142211914,"PosY":-1.147236943244934,"PosZ":21.3700008392334,"NPCMonsterID":2012010,"EventID":43103202,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":0.0,"PosX":16.19352912902832,"PosY":-1.3274099826812744,"PosZ":89.45604705810547,"NPCMonsterID":2011010,"EventID":43103201,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":271.5869140625,"PosX":26.2623291015625,"PosY":-1.175704002380371,"PosZ":47.869998931884766,"NPCMonsterID":2011010,"EventID":43103201,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":0.0,"PosX":42.877010345458984,"PosY":-1.1459829807281494,"PosZ":-5.653367042541504,"NPCMonsterID":2011010,"EventID":43103201,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":180.0,"PosX":-35.98981857299805,"PosY":2.1707019805908203,"PosZ":63.162750244140625,"NPCMonsterID":2012010,"EventID":43103202,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":180.0,"PosX":-45.381378173828125,"PosY":3.8787999153137207,"PosZ":94.41195678710938,"NPCMonsterID":2022050,"EventID":43103203,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":270.0,"PosX":44.43840026855469,"PosY":2.2457640171051025,"PosZ":72.23551940917967,"NPCMonsterID":2022050,"EventID":43103203,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":270.0,"PosX":8.376540184020996,"PosY":-1.084908962249756,"PosZ":3.048774003982544,"NPCMonsterID":2012010,"EventID":43103202,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.232999801635742,"PosY":5.235949993133545,"PosZ":-78.61100006103516,"RotY":0.0,"PropID":111,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_RaidProtectBee.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_MissionHint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":24.399999618530273,"PosY":-1.116466045379639,"PosZ":7.179999828338623,"RotY":0.0,"PropID":101,"AnchorID":1,"AnchorGroupID":16,"MappingInfoID":2320,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.412416458129883,"PosY":5.235960960388184,"PosZ":-49.88917922973633,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":16,"MappingInfoID":2318,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":6.398981094360352,"PosY":8.525934219360352,"PosZ":-110.65979766845705,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":16,"MappingInfoID":2319,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.85742950439453,"PosY":2.170635938644409,"PosZ":38.956329345703125,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":16,"MappingInfoID":2317,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.35129165649414,"PosY":2.2319040298461914,"PosZ":76.12999725341797,"RotY":0.0,"PropID":301079,"AnchorID":5,"AnchorGroupID":16,"MappingInfoID":2350,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":30.4681396484375,"PosY":0.6423979997634888,"PosZ":10.229999542236328,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-11.518239974975586,"PosY":5.235960006713867,"PosZ":-50.1171989440918,"RotY":359.2070007324219,"groupId":0},"3":{"ID":3,"PosX":8.043779373168945,"PosY":8.525933265686035,"PosZ":-108.66130065917967,"RotY":270.0,"groupId":0},"4":{"ID":4,"PosX":-14.14540958404541,"PosY":2.1706271171569824,"PosZ":38.61058044433594,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":-43.110809326171875,"PosY":2.1707260608673096,"PosZ":71.8859634399414,"RotY":0.0,"groupId":0}}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102140,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_Nishastaga_HonkemonRaid_1.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_HonkemonRaid_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102141,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_Nishastaga_HonkemonRaid_1.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_HonkemonRaid_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102142,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_Nishastaga_HonkemonRaid_2.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_HonkemonRaid_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102143,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_Nishastaga_HonkemonRaid_3.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_HonkemonRaid_04_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102144,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_Nishastaga_HonkemonRaid_1.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_NishastagaDecal_HonkemonRaid_05_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.811699867248535,"PosY":-1.1472530364990234,"PosZ":10.700819969177246,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_Raid2CheckMission.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-15.038260459899902,"PosY":2.517465114593506,"PosZ":66.88440704345703,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-13.609999656677246,"PosY":3.7699999809265137,"PosZ":59.36640930175781,"RotY":0.0,"groupId":0}}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.609729766845703,"PosY":11.232489585876465,"PosZ":-67.0,"RotY":0.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":1.6744229793548584,"PosY":-1.084907054901123,"PosZ":1.6756999492645264,"RotY":180.0,"PropID":60203,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":49.439640045166016,"PosY":-3.0050880908966064,"PosZ":-15.802430152893066,"RotY":270.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":47.92110824584961,"PosY":2.2457590103149414,"PosZ":72.55191040039062,"RotY":0.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.36000061035156,"PosY":3.065000057220459,"PosZ":68.0780029296875,"RotY":49.58980941772461,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.460000038146973,"PosY":-1.1473540067672727,"PosZ":-25.866289138793945,"RotY":315.5683898925781,"PropID":301078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2348,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_NPC2Battle.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.1899999976158142,"PosY":-1.0849039554595947,"PosZ":11.170000076293944,"RotY":0.0,"PropID":301078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2348,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_NPC2Battle.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.6299991607666,"PosY":9.100872993469238,"PosZ":94.50337982177734,"RotY":0.0,"PropID":301078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2348,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_NPC2Battle.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":46.66389083862305,"PosY":-2.915623903274536,"PosZ":38.04507827758789,"RotY":0.0,"PropID":301078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2348,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_NPC2Battle.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.7050000429153442,"PosY":2.170624017715454,"PosZ":45.58599853515625,"RotY":206.27999877929688,"PropID":301078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2348,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_NPC2Battle.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":-12.851690292358398,"PosY":-1.1473540067672727,"PosZ":-25.97623062133789,"Name":"NPC1","RotY":180.0,"NPCID":12169,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":0.19900000095367432,"PosY":-1.0654250383377075,"PosZ":9.524999618530273,"Name":"NPC2","RotY":4.865149974822998,"NPCID":12129,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-19.517000198364254,"PosY":9.100820541381836,"PosZ":94.53299713134764,"Name":"NPC3","RotY":270.0,"NPCID":12148,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":46.64263916015625,"PosY":-2.915623903274536,"PosZ":37.80548095703125,"Name":"NPC4","RotY":0.0,"NPCID":12212,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":-1.7100000381469729,"PosY":2.1705899238586426,"PosZ":45.630001068115234,"Name":"NPC5","RotY":312.1907958984375,"NPCID":12312,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400006,"PosX":-15.454059600830078,"PosY":-1.1473489999771118,"PosZ":-24.374879837036133,"Name":"NPC6","RotY":180.0,"NPCID":2205,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400007,"PosX":-2.119999885559082,"PosY":-1.0849039554595947,"PosZ":11.880000114440918,"Name":"NPC7","RotY":100.40239715576172,"NPCID":2203,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400008,"PosX":-19.042770385742188,"PosY":9.10086727142334,"PosZ":95.10620880126953,"Name":"NPC8","RotY":268.4278869628906,"NPCID":2219,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400009,"PosX":48.60300064086914,"PosY":-2.915632963180542,"PosZ":37.884559631347656,"Name":"NPC9","RotY":0.13845600187778473,"NPCID":2218,"groupId":22,"IsDelete":false,"IsClientOnly":false},{"ID":400010,"PosX":-1.440000057220459,"PosY":2.170607089996338,"PosZ":46.56999969482422,"Name":"NPC10","RotY":276.80010986328125,"NPCID":2205,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":41.11000061035156,"PosY":3.7699999809265137,"PosZ":250.11000061035156,"RotY":180.0,"groupId":0}}},"23":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":1.2361409664154053,"PosY":9.418578147888184,"PosZ":82.88787078857422,"NPCMonsterID":2013010,"EventID":43103226,"groupId":23,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P43103_F43103003":{"teleports":{"2321":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.33000183105469,"PosY":-3.1950020790100098,"PosZ":-70.2300033569336,"RotY":269.7236022949219,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2321,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2322":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.0206527709961,"PosY":10.291799545288086,"PosZ":-114.98130035400392,"RotY":269.7236022949219,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2322,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2348":{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.07200622558594,"PosY":2.7697339057922363,"PosZ":-37.90829086303711,"RotY":253.00990295410156,"PropID":301078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2348,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_NPC3Battle.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},"2351":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.880001068115234,"PosY":18.611230850219727,"PosZ":-77.52999877929688,"RotY":0.0,"PropID":301079,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2351,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},"10020":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.70000076293945,"PosY":18.611230850219727,"PosZ":-51.95000076293945,"RotY":165.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10020,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10021":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-163.36000061035156,"PosY":2.7697010040283203,"PosZ":-29.170000076293945,"RotY":118.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10021,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.33000183105469,"PosY":-3.1950020790100098,"PosZ":-70.2300033569336,"RotY":269.7236022949219,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2321,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.0206527709961,"PosY":10.291799545288086,"PosZ":-114.98130035400392,"RotY":269.7236022949219,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2322,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.880001068115234,"PosY":18.611230850219727,"PosZ":-77.52999877929688,"RotY":0.0,"PropID":301079,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2351,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-72.69474792480469,"PosY":18.663959503173828,"PosZ":-73.21642303466797,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":-71.93588256835938,"PosY":10.291799545288086,"PosZ":-112.30999755859376,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":-67.31755828857422,"PosY":-3.194735050201416,"PosZ":-73.17018127441406,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":-38.43000030517578,"PosY":18.611230850219727,"PosZ":-76.48999786376953,"RotY":188.3000030517578,"groupId":0},"5":{"ID":5,"PosX":-66.7328872680664,"PosY":18.663959503173828,"PosZ":-73.19400024414062,"RotY":90.0,"groupId":0}}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/N2/Chapter00_N201_MainMission_RoadBlock_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.68000030517578,"PosY":18.260000228881836,"PosZ":-82.93000030517578,"RotY":193.8354034423828,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.8849983215332,"PosY":18.611230850219727,"PosZ":-77.41799926757812,"RotY":13.929690361022947,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_AD.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-178.05999755859375,"PosY":-0.38999998569488525,"PosZ":-61.06999969482422,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-177.69000244140625,"PosY":-7.645999908447266,"PosZ":-74.27200317382812,"RotY":180.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.3300018310547,"PosY":-0.4149999916553498,"PosZ":-71.33000183105469,"RotY":270.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-169.86000061035156,"PosY":-4.599999904632568,"PosZ":-79.58000183105469,"RotY":0.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-194.5399932861328,"PosY":-0.3779999911785126,"PosZ":-69.6500015258789,"RotY":90.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.62100219726565,"PosY":-0.4000000059604645,"PosZ":-79.91999816894531,"RotY":180.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-171.67799377441406,"PosY":-4.459000110626221,"PosZ":-85.97599792480469,"RotY":180.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-207.947998046875,"PosY":-4.22599983215332,"PosZ":-86.08999633789062,"RotY":180.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.91099548339844,"PosY":-0.17800000309944153,"PosZ":-73.13400268554688,"RotY":0.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.47000122070312,"PosY":-3.194999933242798,"PosZ":-72.25499725341797,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Elevator_Console_1F_Raidver.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.47000122070312,"PosY":18.66370010375977,"PosZ":-74.0999984741211,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Elevator_Console_2F_ADver.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.80599975585938,"PosY":-1.4352999925613403,"PosZ":-73.2080078125,"RotY":90.0,"PropID":100007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Elevator_Move_01.json","State":"Elevator1","propStateList":["Elevator1","Elevator2","Elevator3"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Elevator_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-76.80599975585938,"PosY":-1.4352999925613403,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":-76.80599975585938,"PosY":20.564699172973633,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":-67.68000030517578,"PosY":-3.194999933242798,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":-67.68000030517578,"PosY":18.66370010375977,"PosZ":-73.2080078125,"RotY":90.0,"groupId":0}}},"8":{"props":[{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.5,"PosY":6.820000171661377,"PosZ":-122.19000244140624,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-88.42500305175781,"PosY":9.22719955444336,"PosZ":-124.28500366210938,"RotY":89.8511962890625,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_04.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.515000104904175,"PosY":2.940000057220459,"PosZ":-100.82599639892578,"RotY":288.0172119140625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.599000930786133,"PosY":2.8642001152038574,"PosZ":-99.85198974609376,"RotY":197.1578063964844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.98999786376952,"PosY":-0.10108800232410432,"PosZ":-73.19000244140625,"RotY":269.4721984863281,"PropID":100003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_03_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.98999786376952,"PosY":-0.10108800232410432,"PosZ":-73.19000244140625,"RotY":269.4721984863281,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.58877944946289,"PosY":18.610029220581055,"PosZ":-106.27960205078124,"RotY":27.999990463256836,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.16100311279295,"PosY":-0.06061999872326851,"PosZ":-64.69000244140625,"RotY":17.052549362182617,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.8280029296875,"PosY":0.5037999749183655,"PosZ":-73.35299682617188,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.98999786376952,"PosY":-0.10899999737739564,"PosZ":-62.61600112915039,"RotY":18.84663963317871,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.01199340820312,"PosY":2.8239998817443848,"PosZ":-57.98099899291992,"RotY":27.345439910888672,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.51019287109375,"PosY":2.769700050354004,"PosZ":-55.0901985168457,"RotY":297.3319091796875,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.03700256347656,"PosY":2.747999906539917,"PosZ":-61.72600173950195,"RotY":207.34539794921875,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.99000549316406,"PosY":-0.05999999865889549,"PosZ":-73.29000091552734,"RotY":270.29058837890625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.72799682617188,"PosY":-0.11879999935626984,"PosZ":-73.2770004272461,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.3990020751953,"PosY":-0.11500000208616255,"PosZ":-71.73999786376953,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.15599822998048,"PosY":-0.06061999872326851,"PosZ":-81.74400329589844,"RotY":342.918701171875,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.82900238037108,"PosY":0.5037999749183655,"PosZ":-73.06099700927734,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.437999963760376,"PosY":2.9159998893737793,"PosZ":-45.5620002746582,"RotY":253.3134002685547,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.595001220703125,"PosY":2.863899946212769,"PosZ":-46.51599884033203,"RotY":163.2006072998047,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300038,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.440999984741211,"PosY":2.868000030517578,"PosZ":-48.071998596191406,"RotY":252.3999938964844,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":42.65999984741211,"PosY":3.484999895095825,"PosZ":-115.52999877929688,"RotY":288.0172119140625,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":42.74760055541992,"PosY":3.484999895095825,"PosZ":-115.47589874267578,"RotY":288.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":58.12200164794922,"PosY":3.4590001106262207,"PosZ":-118.55699920654295,"RotY":108.14640045166016,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.909999847412108,"PosY":18.60000991821289,"PosZ":-106.13999938964844,"RotY":27.836950302124023,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.577646017074585,"PosY":4.253989219665527,"PosZ":-104.2855987548828,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-146.89720153808594,"PosY":2.769700050354004,"PosZ":-37.39128875732422,"RotY":207.33189392089844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.44529724121094,"PosY":2.761699914932251,"PosZ":-91.41277313232422,"RotY":63.4650993347168,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.20500183105467,"PosY":2.759999990463257,"PosZ":-106.13500213623048,"RotY":243.83740234375,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.17889404296875,"PosY":2.761699914932251,"PosZ":-108.79229736328124,"RotY":153.8177032470703,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.93501281738281,"PosY":10.28219985961914,"PosZ":-114.41400146484376,"RotY":97.351806640625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300032,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.6510009765625,"PosY":10.281900405883787,"PosZ":-114.38800048828124,"RotY":83.36382293701172,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300044,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.402719497680664,"PosY":18.680599212646484,"PosZ":-108.90859985351564,"RotY":27.743419647216797,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300033,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.9060001373291,"PosY":18.60810089111328,"PosZ":-106.06300354003906,"RotY":297.743408203125,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300034,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.9990668296813965,"PosY":18.610000610351562,"PosZ":-109.37870025634766,"RotY":27.855709075927734,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300045,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.98855972290039,"PosY":18.68267059326172,"PosZ":-92.47281646728516,"RotY":117.85569763183594,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.11956024169922,"PosY":18.610000610351562,"PosZ":-93.98902893066406,"RotY":27.85572052001953,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300036,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.59674072265625,"PosY":18.610700607299805,"PosZ":-51.44636154174805,"RotY":332.61090087890625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300037,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.351879119873047,"PosY":18.610700607299805,"PosZ":-36.29431915283203,"RotY":332.61090087890625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300043,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.513000011444092,"PosY":1.0365999937057495,"PosZ":-73.19599914550781,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300046,"Category":"","GroupName":"","LoadSide":null,"PosX":43.1662712097168,"PosY":3.4809999465942383,"PosZ":-31.972400665283203,"RotY":253.43350219726565,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300047,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.47700881958008,"PosY":-0.9812999963760376,"PosZ":-73.18800354003906,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300048,"Category":"","GroupName":"","LoadSide":null,"PosX":-197.91200256347656,"PosY":2.9860000610351562,"PosZ":-87.88099670410156,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300039,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.862998962402344,"PosY":17.689699172973633,"PosZ":-62.867000579833984,"RotY":343.5,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300040,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.33100128173828,"PosY":17.65570068359375,"PosZ":-86.50800323486328,"RotY":160.8614044189453,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300041,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.1251983642578,"PosY":2.699700117111206,"PosZ":-33.1297492980957,"RotY":207.33189392089844,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300042,"Category":"","GroupName":"","LoadSide":null,"PosX":53.196998596191406,"PosY":3.4382998943328857,"PosZ":-118.87000274658205,"RotY":288.0,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300049,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.402219772338867,"PosY":18.610029220581055,"PosZ":-100.18150329589844,"RotY":117.85569763183594,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.741357803344727,"PosY":3.8208498954772954,"PosZ":-71.18659973144531,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":319.8468017578125,"PosX":-112.23560333251952,"PosY":18.57069969177246,"PosZ":-89.43318939208984,"NPCMonsterID":8012010,"EventID":43103301,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":334.3500061035156,"PosX":-42.26300048828125,"PosY":18.611230850219727,"PosZ":-54.58000183105469,"NPCMonsterID":8012010,"EventID":43103301,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":244.20700073242188,"PosX":-12.399999618530272,"PosY":18.610700607299805,"PosZ":-39.279998779296875,"NPCMonsterID":8012010,"EventID":43103301,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":56.938499450683594,"PosX":-96.35870361328124,"PosY":-1.122730016708374,"PosZ":-93.77657318115236,"NPCMonsterID":8012030,"EventID":43103303,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":313.8463134765625,"PosX":-96.15886688232422,"PosY":-1.1134289503097534,"PosZ":-53.510108947753906,"NPCMonsterID":8012010,"EventID":43103301,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":238.9774932861328,"PosX":-56.18656921386719,"PosY":-1.0553280115127563,"PosZ":-93.9068374633789,"NPCMonsterID":8012030,"EventID":43103303,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":233.86180114746097,"PosX":-55.28927993774414,"PosY":-1.05532705783844,"PosZ":-53.367401123046875,"NPCMonsterID":8012010,"EventID":43103301,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":335.1070861816406,"PosX":-134.3291015625,"PosY":-0.11522900313138962,"PosZ":-73.38758850097656,"NPCMonsterID":8012010,"EventID":43103301,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":280.1733093261719,"PosX":-1.2707329988479614,"PosY":18.631000518798828,"PosZ":-111.68890380859376,"NPCMonsterID":8013010,"EventID":43103309,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":238.9774932861328,"PosX":-15.565250396728516,"PosY":1.0394870042800903,"PosZ":-73.22418212890625,"NPCMonsterID":8012030,"EventID":43103303,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.64170074462892,"PosY":18.59769058227539,"PosZ":-53.59514999389648,"RotY":205.8321990966797,"PropID":301078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2348,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_NPC3Battle.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.770000457763672,"PosY":18.610000610351562,"PosZ":-107.3000030517578,"RotY":28.81999969482422,"PropID":301078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2348,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_NPC3BattleNoFaceTo.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.2432861328125,"PosY":2.499337911605835,"PosZ":-47.141319274902344,"RotY":252.7622985839844,"PropID":301078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2348,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_NPC3Battle.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-134.96719360351565,"PosY":2.7528750896453857,"PosZ":-85.70435333251953,"RotY":358.1570129394531,"PropID":301078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2348,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_NPC3Battle.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.07200622558594,"PosY":2.7697339057922363,"PosZ":-37.90829086303711,"RotY":253.00990295410156,"PropID":301078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2348,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_NPC3Battle.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.913000106811523,"PosY":18.60998916625977,"PosZ":-102.20099639892578,"RotY":209.42320251464844,"PropID":100047,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Toilet_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.970000267028809,"PosY":18.60998916625977,"PosZ":-107.61000061035156,"RotY":29.42317008972168,"PropID":100047,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Toilet_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-110.64170074462892,"PosY":18.59769058227539,"PosZ":-53.59514999389648,"Name":"NPC1","RotY":205.8321990966797,"NPCID":10105,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-15.63700008392334,"PosY":18.610000610351562,"PosZ":-107.08399963378906,"Name":"NPC2","RotY":32.069698333740234,"NPCID":10102,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-7.302000045776368,"PosY":2.4804480075836186,"PosZ":-47.14554977416992,"Name":"NPC3","RotY":252.7622985839844,"NPCID":10203,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":-135.07000732421875,"PosY":2.7528750896453857,"PosZ":-85.56999969482422,"Name":"NPC4","RotY":20.111989974975582,"NPCID":10110,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":-130.00469970703125,"PosY":2.7697339057922363,"PosZ":-37.95003128051758,"Name":"NPC5","RotY":253.00990295410156,"NPCID":10107,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400006,"PosX":-108.6719970703125,"PosY":18.597700119018555,"PosZ":-53.160858154296875,"Name":"NPC6","RotY":225.0,"NPCID":2001,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400007,"PosX":-14.678000450134276,"PosY":18.610000610351562,"PosZ":-108.15499877929688,"Name":"NPC7","RotY":16.5963191986084,"NPCID":2116,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400008,"PosX":-6.241352081298828,"PosY":2.713685989379883,"PosZ":-48.14239883422851,"Name":"NPC8","RotY":273.14849853515625,"NPCID":3031,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400009,"PosX":-133.29530334472656,"PosY":2.814202070236206,"PosZ":-85.94445037841797,"Name":"NPC9","RotY":327.25311279296875,"NPCID":2116,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400010,"PosX":-132.11770629882812,"PosY":2.7697339057922363,"PosZ":-38.4793586730957,"Name":"NPC10","RotY":62.02592849731445,"NPCID":2001,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.63600158691406,"PosY":2.814552068710327,"PosZ":-97.84200286865236,"RotY":153.73739624023438,"PropID":100047,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_Raid3_WarningToilet.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Toilet_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.38800048828125,"PosY":2.8145530223846436,"PosZ":-102.40899658203124,"RotY":333.7373962402344,"PropID":100047,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Toilet_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-127.24400329589844,"PosY":2.8145010471343994,"PosZ":-98.93900299072266,"RotY":243.0,"PropID":100047,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Toilet_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.77499389648438,"PosY":2.8144960403442383,"PosZ":-101.22000122070312,"RotY":63.00001907348633,"PropID":100047,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Toilet_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.53799438476565,"PosY":2.8144540786743164,"PosZ":-103.0749969482422,"RotY":18.89999008178711,"PropID":100047,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Toilet_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.5489959716797,"PosY":2.8144519329071045,"PosZ":-97.2020034790039,"RotY":198.8999938964844,"PropID":100047,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_Raid3_Toilet.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Toilet_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.5540008544922,"PosY":2.814452886581421,"PosZ":-101.14700317382812,"RotY":288.8999938964844,"PropID":100047,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Toilet_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.38099670410156,"PosY":2.8144500255584717,"PosZ":-99.09400177001953,"RotY":108.90000152587892,"PropID":100047,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Toilet_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.54100036621094,"PosY":10.291799545288086,"PosZ":-113.85690307617188,"RotY":0.0,"PropID":100047,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Toilet_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.65899658203125,"PosY":3.3429999351501465,"PosZ":-97.45600128173828,"RotY":207.2541046142578,"PropID":100055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.84178924560547,"PosY":18.611230850219727,"PosZ":-77.69113159179688,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_Raid3_ToiletClose.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-128.9499969482422,"PosY":2.9725539684295654,"PosZ":-98.60391235351562,"RotY":14.788789749145508,"groupId":0},"2":{"ID":2,"PosX":-76.57076263427734,"PosY":10.291799545288086,"PosZ":-112.38700103759766,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":-130.37399291992188,"PosY":2.813999891281128,"PosZ":-98.3489990234375,"RotY":153.73739624023438,"groupId":0},"4":{"ID":4,"PosX":-131.8699951171875,"PosY":2.822000026702881,"PosZ":-99.25900268554688,"RotY":110.03769683837892,"groupId":0},"5":{"ID":5,"PosX":-131.22500610351565,"PosY":2.8144960403442383,"PosZ":-100.93900299072266,"RotY":63.00001907348633,"groupId":0},"6":{"ID":6,"PosX":-130.35400390625,"PosY":2.812000036239624,"PosZ":-102.4800033569336,"RotY":22.379289627075195,"groupId":0},"7":{"ID":7,"PosX":-128.65199279785156,"PosY":2.828000068664551,"PosZ":-101.86299896240234,"RotY":333.7373962402344,"groupId":0},"8":{"ID":8,"PosX":-127.14099884033205,"PosY":2.8359999656677246,"PosZ":-100.95899963378906,"RotY":290.0376892089844,"groupId":0},"9":{"ID":9,"PosX":-127.8030014038086,"PosY":2.836999893188477,"PosZ":-99.26200103759767,"RotY":243.0,"groupId":0},"10":{"ID":10,"PosX":-129.9709930419922,"PosY":2.9725170135498047,"PosZ":-99.16502380371094,"RotY":333.7373962402344,"groupId":0},"11":{"ID":11,"PosX":-130.9040069580078,"PosY":2.894270896911621,"PosZ":-99.61100006103516,"RotY":290.0376892089844,"groupId":0},"12":{"ID":12,"PosX":-130.55799865722656,"PosY":2.9725160598754883,"PosZ":-100.5989990234375,"RotY":243.0,"groupId":0},"13":{"ID":13,"PosX":-129.98399353027344,"PosY":2.8943240642547607,"PosZ":-101.58300018310548,"RotY":202.37930297851565,"groupId":0},"14":{"ID":14,"PosX":-128.9459991455078,"PosY":2.894268035888672,"PosZ":-101.26799774169922,"RotY":153.73739624023438,"groupId":0},"15":{"ID":15,"PosX":-127.83699798583984,"PosY":2.8944830894470215,"PosZ":-100.70600128173828,"RotY":110.03769683837892,"groupId":0},"16":{"ID":16,"PosX":-128.41700744628906,"PosY":2.8944449424743652,"PosZ":-99.5739974975586,"RotY":63.00001907348633,"groupId":0}}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.12100219726565,"PosY":3.3429999351501465,"PosZ":-44.49100112915039,"RotY":153.73739624023438,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.88699340820312,"PosY":3.2809998989105225,"PosZ":-48.30699920654297,"RotY":246.15170288085935,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.47999572753906,"PosY":3.2330000400543213,"PosZ":-46.97999954223633,"RotY":243.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_Raid3_Papercran_Finish.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-127.625,"PosY":3.2139999866485596,"PosZ":-45.880001068115234,"RotY":324.3598937988281,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.8000030517578,"PosY":3.2239999771118164,"PosZ":-45.68000030517578,"RotY":18.89999008178711,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.81100463867188,"PosY":3.2160000801086426,"PosZ":-45.11000061035156,"RotY":198.8999938964844,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.08900451660156,"PosY":3.427000045776367,"PosZ":-47.07400131225586,"RotY":168.96560668945312,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.1490020751953,"PosY":3.2139999866485596,"PosZ":-47.69100189208984,"RotY":108.90000152587892,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.57000732421875,"PosY":3.569999933242798,"PosZ":-29.729999542236328,"RotY":153.73739624023438,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_Raid3_Papercrane.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-153.94850158691406,"PosY":3.4040000438690186,"PosZ":-32.19742965698242,"RotY":10.270000457763672,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_Raid3_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-148.15969848632812,"PosY":3.86899995803833,"PosZ":-39.232940673828125,"RotY":283.30810546875,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_Raid3_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.1627960205078,"PosY":3.2279999256134033,"PosZ":-41.20304107666016,"RotY":7.9116411209106445,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_Raid3_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.05099487304688,"PosY":3.1170001029968266,"PosZ":-50.64300155639648,"RotY":7.9116411209106445,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_Raid3_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.66650390625,"PosY":3.3450000286102295,"PosZ":-46.94268035888672,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-140.74000549316406,"PosY":6.519999980926514,"PosZ":-48.380001068115234,"RotY":78.47244262695312,"groupId":0}}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":37.71900177001953,"PosY":6.065000057220459,"PosZ":-28.05299949645996,"RotY":153.73739624023438,"PropID":100032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_DamagedOddity_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":33.025001525878906,"PosY":6.041999816894531,"PosZ":-29.395000457763672,"RotY":153.73739624023438,"PropID":100032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_DamagedOddity_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":27.687999725341797,"PosY":5.952000141143799,"PosZ":-28.66900062561035,"RotY":153.73739624023438,"PropID":100032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_DamagedOddity_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":23.503999710083008,"PosY":5.943999767303467,"PosZ":-32.25400161743164,"RotY":153.73739624023438,"PropID":100032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_DamagedOddity_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/FindChest/FindChest_Raid3.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":31.200000762939453,"PosY":7.0,"PosZ":-34.65999984741211,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":33.939998626708984,"PosY":5.839000225067139,"PosZ":-36.18000030517578,"RotY":170.54739379882812,"groupId":0}}},"17":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.720001220703125,"PosY":18.58300018310547,"PosZ":-66.0999984741211,"RotY":253.5189971923828,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_Common.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.70000076293945,"PosY":18.611230850219727,"PosZ":-51.95000076293945,"RotY":165.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10020,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.70000076293945,"PosY":18.611230850219727,"PosZ":-51.95000076293945,"RotY":165.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_ChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"18":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.60000610351565,"PosY":3.009999990463257,"PosZ":-32.68000030517578,"RotY":207.5406036376953,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_Common.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-163.36000061035156,"PosY":2.7697010040283203,"PosZ":-29.170000076293945,"RotY":118.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10021,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-163.36000061035156,"PosY":2.7697010040283203,"PosZ":-29.170000076293945,"RotY":118.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_ChestWaypointControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-109.95549774169922,"PosY":18.597700119018555,"PosZ":-94.87995147705078,"RotY":341.30999755859375,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.694037914276123,"PosY":18.610719680786133,"PosZ":-34.220149993896484,"RotY":243.01730346679688,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.38848114013672,"PosY":10.27694034576416,"PosZ":-124.11000061035156,"RotY":-0.0016560000367462635,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.036476135253906,"PosY":1.0394749641418457,"PosZ":-73.17899322509767,"RotY":270.0,"PropID":60001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.35200119018555,"PosY":18.611230850219727,"PosZ":-93.71099853515624,"RotY":335.9700012207031,"PropID":60003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43103_F43103004":{"teleports":{"2323":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":188.3437957763672,"PosY":28.867170333862305,"PosZ":-136.0980987548828,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2323,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2324":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":144.36819458007812,"PosY":46.404518127441406,"PosZ":-67.58004760742188,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2324,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2325":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":102.8114013671875,"PosY":58.7393798828125,"PosZ":-83.45626831054688,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2325,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},"2348":{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":127.73999786376952,"PosY":58.98460006713867,"PosZ":-134.47000122070312,"RotY":331.91119384765625,"PropID":301078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2348,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_NPC4Battle.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},"2352":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":129.08599853515625,"PosY":58.984619140625,"PosZ":-126.0500030517578,"RotY":0.0,"PropID":301079,"AnchorID":5,"AnchorGroupID":1,"MappingInfoID":2352,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":188.3437957763672,"PosY":28.867170333862305,"PosZ":-136.0980987548828,"RotY":0.0,"PropID":101,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2323,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":144.36819458007812,"PosY":46.404518127441406,"PosZ":-67.58004760742188,"RotY":0.0,"PropID":101,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2324,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":102.8114013671875,"PosY":58.7393798828125,"PosZ":-83.45626831054688,"RotY":0.0,"PropID":101,"AnchorID":4,"AnchorGroupID":1,"MappingInfoID":2325,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_CheckPoint_ActiveHint.json","State":"Open","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":129.08599853515625,"PosY":58.984619140625,"PosZ":-126.0500030517578,"RotY":0.0,"PropID":301079,"AnchorID":5,"AnchorGroupID":1,"MappingInfoID":2352,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":127.87799835205078,"PosY":46.70899963378906,"PosZ":-17.60700035095215,"RotY":350.8409118652344,"PropID":301014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Barrier_Grp_24_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":201.67059326171875,"PosY":28.376399993896484,"PosZ":-139.4167938232422,"RotY":301.62109375,"groupId":0},"2":{"ID":2,"PosX":185.9900054931641,"PosY":28.52989959716797,"PosZ":-134.601806640625,"RotY":191.3000030517578,"groupId":0},"3":{"ID":3,"PosX":144.8867950439453,"PosY":46.34257125854492,"PosZ":-69.03832244873047,"RotY":253.10000610351565,"groupId":0},"4":{"ID":4,"PosX":100.98999786376952,"PosY":58.91933059692382,"PosZ":-85.93000030517578,"RotY":148.60000610351565,"groupId":0},"5":{"ID":5,"PosX":127.6072998046875,"PosY":58.984619140625,"PosZ":-129.12759399414065,"RotY":60.41999816894531,"groupId":0}}},"4":{"props":[{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":135.10899353027344,"PosY":50.63899993896485,"PosZ":-125.26599884033205,"RotY":328.4480895996094,"PropID":301004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_ElevatorMat_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":128.6999969482422,"PosY":58.98400115966797,"PosZ":-126.2300033569336,"RotY":234.1800994873047,"PropID":101008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ElevatorSwicth_CallElevator_1Fto2F_InAD.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_Switch_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":142.0800018310547,"PosY":28.415159225463867,"PosZ":-124.75,"RotY":352.1304931640625,"PropID":101008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_Switch_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":135.1199951171875,"PosY":59.00788116455078,"PosZ":-125.26000213623048,"RotY":0.0,"PropID":101007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Elevator_Move.json","State":"Elevator1","propStateList":["Locked","Elevator1","Elevator2","Elevator3"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_03_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":135.1199951171875,"PosY":28.079999923706055,"PosZ":-125.26000213623048,"RotY":0.0,"PropID":301005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_ElevatorBase_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"3":{"ID":3,"PosX":135.1199951171875,"PosY":28.899999618530273,"PosZ":-125.26000213623048,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":135.1199951171875,"PosY":59.00788116455078,"PosZ":-125.26000213623048,"RotY":0.0,"groupId":0}}},"5":{"props":[],"npcs":[],"monsters":[{"ID":200004,"RotY":335.1000061035156,"PosX":-130.0,"PosY":20.559999465942383,"PosZ":569.0,"NPCMonsterID":7010010,"EventID":20131001,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":236.16000366210935,"PosX":229.37890625,"PosY":47.88003921508789,"PosZ":-135.34860229492188,"NPCMonsterID":8032010,"EventID":20131001,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":242.32369995117188,"PosX":222.57620239257812,"PosY":52.53812026977539,"PosZ":-177.82510375976565,"NPCMonsterID":7032010,"EventID":43101003,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200014,"RotY":258.38250732421875,"PosX":222.5680999755859,"PosY":52.47554016113281,"PosZ":-172.1873016357422,"NPCMonsterID":7032010,"EventID":43101003,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":233.235107421875,"PosY":45.64352035522461,"PosZ":-102.69259643554688,"RotY":2.772557020187378,"groupId":0},"2":{"ID":2,"PosX":218.77780151367188,"PosY":45.53924179077149,"PosZ":-61.75320053100586,"RotY":270.0,"groupId":0}}},"6":{"props":[],"npcs":[{"ID":400001,"PosX":228.06689453125,"PosY":46.01116180419922,"PosZ":-103.4717025756836,"Name":"NPC1","RotY":180.0,"NPCID":2104,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":219.4680023193359,"PosY":45.777130126953125,"PosZ":-57.70399856567382,"Name":"NPC2","RotY":262.4089050292969,"NPCID":2104,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":128.35989379882812,"PosY":58.98461151123047,"PosZ":-130.6060028076172,"Name":"NPC3","RotY":291.8926086425781,"NPCID":2104,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":154.42039489746094,"PosY":57.77014923095703,"PosZ":-176.75489807128906,"Name":"NPC4","RotY":342.19439697265625,"NPCID":2104,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":198.2061004638672,"PosY":54.66788101196289,"PosZ":-184.4777069091797,"Name":"NPC5","RotY":347.0013122558594,"NPCID":2104,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400006,"PosX":244.95440673828125,"PosY":50.48041915893555,"PosZ":-138.9593048095703,"Name":"NPC6","RotY":108.70110321044922,"NPCID":2104,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.25,"PosY":-0.05787799879908562,"PosZ":79.66600036621094,"RotY":270.0,"PropID":101052,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Bonfire_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":102.46549987792967,"PosY":-5.025856018066406,"PosZ":265.5682067871094,"RotY":135.0,"PropID":101052,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Bonfire_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":122.15000152587892,"PosX":166.39999389648438,"PosY":32.449371337890625,"PosZ":-102.04000091552734,"NPCMonsterID":1002020,"EventID":43103403,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":207.97189331054688,"PosX":242.10299682617188,"PosY":45.26504898071289,"PosZ":-60.4453010559082,"NPCMonsterID":1002040,"EventID":43103401,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":179.4116973876953,"PosX":154.4423065185547,"PosY":29.2275390625,"PosZ":-115.61720275878906,"NPCMonsterID":1002040,"EventID":43103401,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":90.83479309082033,"PosX":176.5780029296875,"PosY":54.120811462402344,"PosZ":-148.281005859375,"NPCMonsterID":1002020,"EventID":43103403,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":262.68951416015625,"PosX":165.3538055419922,"PosY":46.35158157348633,"PosZ":-63.6904296875,"NPCMonsterID":1012020,"EventID":43103402,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":180.0,"PosX":129.99159240722656,"PosY":46.60147857666016,"PosZ":-26.869279861450195,"NPCMonsterID":1002040,"EventID":43103401,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200014,"RotY":353.77099609375,"PosX":135.93980407714844,"PosY":58.92549133300781,"PosZ":-153.02850341796875,"NPCMonsterID":1002020,"EventID":43103403,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200016,"RotY":26.728450775146484,"PosX":186.1468963623047,"PosY":55.112300872802734,"PosZ":-168.38189697265625,"NPCMonsterID":1012020,"EventID":43103402,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200017,"RotY":303.9621887207031,"PosX":273.218994140625,"PosY":52.58913040161133,"PosZ":-149.41200256347656,"NPCMonsterID":1002020,"EventID":43103403,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":88.1468276977539,"PosX":133.17030334472656,"PosY":38.255741119384766,"PosZ":-91.63725280761719,"NPCMonsterID":1023021,"EventID":43103409,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":90.09333801269531,"PosY":55.93402862548828,"PosZ":-60.66447067260742,"RotY":69.15434265136719,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":249.26300048828125,"PosY":45.43399810791016,"PosZ":-48.13199996948242,"RotY":202.36380004882812,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":270.672607421875,"PosY":52.55503845214844,"PosZ":-144.83770751953125,"RotY":208.91029357910156,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":133.13699340820312,"PosY":58.984619140625,"PosZ":-142.5850067138672,"RotY":329.8699951171875,"PropID":60103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":168.4857940673828,"PosY":54.25313186645508,"PosZ":-147.75770568847656,"RotY":32.734710693359375,"PropID":60101,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/BoomRobot/BoomRobot_MissionWayPoint01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":17.371440887451172,"PosY":112.08609771728516,"PosZ":-16.269079208374023,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":229.94790649414065,"PosY":46.31166076660156,"PosZ":-105.35810089111328,"RotY":25.18000030517578,"groupId":0}}},"11":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/BoomRobot/BoomRobot_MissionWayPoint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":17.371440887451172,"PosY":112.08609771728516,"PosZ":-16.269079208374023,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":219.8370056152344,"PosY":45.40623092651367,"PosZ":-61.71622848510742,"RotY":266.4645080566406,"groupId":0},"2":{"ID":2,"PosX":179.6999969482422,"PosY":51.40999984741211,"PosZ":-67.2300033569336,"RotY":86.65519714355469,"groupId":0},"3":{"ID":3,"PosX":232.6999969482422,"PosY":48.720001220703125,"PosZ":-108.62000274658205,"RotY":2.475851058959961,"groupId":0},"4":{"ID":4,"PosX":216.0919952392578,"PosY":51.917999267578125,"PosZ":-61.36399841308594,"RotY":258.32940673828125,"groupId":0},"5":{"ID":5,"PosX":167.3000030517578,"PosY":59.29999923706055,"PosZ":-120.40000152587892,"RotY":263.8369140625,"groupId":0},"6":{"ID":6,"PosX":154.3280029296875,"PosY":63.3390007019043,"PosZ":-173.43899536132812,"RotY":112.95439910888672,"groupId":0}}},"15":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/BoomRobot/BoomRobot_MissionWayPoint04.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":17.371440887451172,"PosY":112.08609771728516,"PosZ":-16.269079208374023,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":153.3699951171875,"PosY":58.04841995239258,"PosZ":-172.64999389648438,"RotY":114.597900390625,"groupId":0},"2":{"ID":2,"PosX":178.2259979248047,"PosY":63.20899963378906,"PosZ":-190.32400512695312,"RotY":309.14111328125,"groupId":0}}},"20":{"props":[{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/BoomRobot/BoomRobot_MissionWayPoint03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":17.371440887451172,"PosY":112.08609771728516,"PosZ":-16.269079208374023,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":136.29209899902344,"PosY":46.35689163208008,"PosZ":-69.71376037597656,"RotY":285.29888916015625,"groupId":0},"7":{"ID":7,"PosX":134.25399780273438,"PosY":46.385440826416016,"PosZ":-72.36666107177734,"RotY":291.2366027832031,"groupId":0},"8":{"ID":8,"PosX":139.18569946289065,"PosY":46.301639556884766,"PosZ":-70.06339263916016,"RotY":277.4305114746094,"groupId":0}}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":252.98719787597656,"PosY":45.26504898071289,"PosZ":-62.7930793762207,"RotY":331.1825866699219,"PropID":301078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2348,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_NPC4Battle.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":106.91000366210938,"PosY":58.98460006713867,"PosZ":-105.20999908447266,"RotY":20.000009536743164,"PropID":301078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2348,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_NPC4Battle.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":119.12000274658205,"PosY":58.98460006713867,"PosZ":-111.69000244140624,"RotY":241.05999755859375,"PropID":301078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2348,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_NPC4Battle.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":120.32240295410156,"PosY":28.683490753173828,"PosZ":-116.5988998413086,"RotY":358.1570129394531,"PropID":301078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2348,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_NPC4Battle.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":127.73999786376952,"PosY":58.98460006713867,"PosZ":-134.47000122070312,"RotY":331.91119384765625,"PropID":301078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2348,"InitLevelGraph":"Config/Level/AetherDivide/Maze_AetherDivide_NPC4Battle.json","State":"Closed","propStateList":["Closed","Open","Locked","CheckPointDisable","CheckPointEnable","Hidden"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":173.4600067138672,"PosY":28.45631980895996,"PosZ":-120.61389923095705,"RotY":97.80493927001953,"PropID":301014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Barrier_Grp_24_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":252.99899291992188,"PosY":45.275390625,"PosZ":-62.82899856567382,"RotY":0.0,"PropID":301075,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Woodenbox_01b_Old_Entity.json"}],"npcs":[{"ID":400001,"PosX":252.98500061035156,"PosY":45.87868881225586,"PosZ":-62.81399917602539,"Name":"NPC1","RotY":150.33909606933594,"NPCID":11303,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":106.86720275878906,"PosY":58.98460006713867,"PosZ":-105.1781005859375,"Name":"NPC2","RotY":57.900001525878906,"NPCID":11133,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":119.4980010986328,"PosY":58.98460006713867,"PosZ":-111.51000213623048,"Name":"NPC3","RotY":235.97000122070312,"NPCID":11132,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":119.95770263671876,"PosY":28.454099655151367,"PosZ":-116.75980377197266,"Name":"NPC4","RotY":341.7593078613281,"NPCID":10113,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":127.73999786376952,"PosY":58.98460006713867,"PosZ":-134.47000122070312,"Name":"NPC5","RotY":331.91119384765625,"NPCID":11131,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400006,"PosX":254.6427001953125,"PosY":45.27824020385742,"PosZ":-62.86563873291016,"Name":"NPC6","RotY":220.2924041748047,"NPCID":2102,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400007,"PosX":107.6688995361328,"PosY":58.98460006713867,"PosZ":-106.06379699707033,"Name":"NPC7","RotY":57.900001525878906,"NPCID":2117,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400008,"PosX":119.11000061035156,"PosY":59.02622985839844,"PosZ":-109.88999938964844,"Name":"NPC8","RotY":235.97000122070312,"NPCID":2113,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400009,"PosX":118.31590270996094,"PosY":28.39952087402344,"PosZ":-118.03389739990234,"Name":"NPC9","RotY":78.99015045166016,"NPCID":2101,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400010,"PosX":128.30999755859375,"PosY":59.029239654541016,"PosZ":-137.41000366210938,"Name":"NPC10","RotY":337.03131103515625,"NPCID":2107,"groupId":26,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":203.02699279785156,"PosY":54.66299819946289,"PosZ":-181.1529998779297,"RotY":278.1600036621094,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/TramcarPuzzle/Maze_Prop_AD_Tramcar_Gamplay.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":220.38999938964844,"PosY":53.2400016784668,"PosZ":-175.52999877929688,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":171.86000061035156,"PosY":50.689998626708984,"PosZ":-182.8300018310547,"RotY":0.0,"PropID":101071,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Bunker_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":203.27099609375,"PosY":53.71500015258789,"PosZ":-181.2530059814453,"RotY":280.2966003417969,"PropID":301018,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Minecart_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":216.256103515625,"PosY":52.490020751953125,"PosZ":-180.26339721679688,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/AetherDivide/BoomRobot/BoomRobot_PlayerEnterBack_NoPerformance.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":138.293701171875,"PosY":46.367530822753906,"PosZ":-69.06011962890625,"Name":"NPC1","RotY":196.7281951904297,"NPCID":2104,"groupId":28,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":207.2998962402344,"PosY":59.53158950805664,"PosZ":-185.37139892578125,"RotY":43.1515007019043,"groupId":0},"2":{"ID":2,"PosX":221.62319946289065,"PosY":52.45492935180664,"PosZ":-177.0052947998047,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":221.1403045654297,"PosY":52.386009216308594,"PosZ":-173.5843048095703,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":197.6499938964844,"PosY":54.793731689453125,"PosZ":-181.72999572753903,"RotY":101.5593032836914,"groupId":0}}}}},"P43103_F43103005":{"teleports":{"2102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.720001220703125,"PosY":15.609999656677246,"PosZ":24.170000076293945,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":20,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"20":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.720001220703125,"PosY":15.609999656677246,"PosZ":24.170000076293945,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":20,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-28.190000534057617,"PosY":15.729999542236328,"PosZ":25.860000610351562,"RotY":180.0,"groupId":0}}}}},"P43104_F43104001":{"teleports":{},"group_items":{"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":8.941000938415527,"PosY":1.7280000448226929,"PosZ":55.89699935913086,"RotY":90.0,"PropID":101058,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Museum/Chap01_Museum_ProjectorBeam_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":17.149999618530273,"PosY":3.5299999713897705,"PosZ":55.89699935913086,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":8.47800064086914,"PosY":1.6299999952316284,"PosZ":55.89699935913086,"RotY":0.0,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Museum/Chap01_Museum_ProjectorBeam_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43201_F43201001":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":73.73735809326172,"PosY":46.002159118652344,"PosZ":-70.28370666503906,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":73.73735809326172,"PosY":46.002159118652344,"PosZ":-70.28370666503906,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":75.22000122070312,"PosY":45.70214080810547,"PosZ":-61.470001220703125,"RotY":88.5,"groupId":0}}}}},"P43201_F43201002":{"teleports":{},"group_items":{"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":8.819999694824219,"PosY":-6.699995040893555,"PosZ":-21.559999465942383,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":9,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.5,"PosY":-6.999995231628418,"PosZ":-19.266000747680664,"RotY":0.0,"groupId":0}}}}},"P43201_F43201003":{"teleports":{"2102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":48.86711883544922,"PosY":3.738300085067749,"PosZ":-109.90029907226564,"RotY":20.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":2,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.2441010475158691,"PosY":3.143765926361084,"PosZ":-109.68930053710938,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":5.369999885559082,"PosY":2.8437659740448,"PosZ":-102.9800033569336,"RotY":110.0,"groupId":0}}},"2":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":48.86711883544922,"PosY":3.738300085067749,"PosZ":-109.90029907226564,"RotY":20.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":2,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"2":{"ID":2,"PosX":47.849998474121094,"PosY":3.4382998943328857,"PosZ":-115.06999969482422,"RotY":200.0,"groupId":0}}},"11":{"props":[{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.5,"PosY":6.820000171661377,"PosZ":-122.19000244140624,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.76599884033205,"PosY":5.058000087738037,"PosZ":-119.58899688720705,"RotY":269.8511962890625,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_04.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.515000104904175,"PosY":2.940000057220459,"PosZ":-100.82599639892578,"RotY":288.0172119140625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.599000930786133,"PosY":2.8642001152038574,"PosZ":-99.85198974609376,"RotY":197.1578063964844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.4699999988079071,"PosY":2.880000114440918,"PosZ":-99.19000244140624,"RotY":107.61840057373048,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.98999786376952,"PosY":-0.10108800232410432,"PosZ":-73.19000244140625,"RotY":269.4721984863281,"PropID":100003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_03_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.98999786376952,"PosY":-0.10108800232410432,"PosZ":-73.19000244140625,"RotY":269.4721984863281,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.3209991455078,"PosY":-0.10100000351667404,"PosZ":-74.64600372314453,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.16100311279295,"PosY":-0.06061999872326851,"PosZ":-64.69000244140625,"RotY":17.052549362182617,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.8280029296875,"PosY":0.5037999749183655,"PosZ":-73.35299682617188,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.98999786376952,"PosY":-0.10899999737739564,"PosZ":-62.61600112915039,"RotY":18.84663963317871,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.01199340820312,"PosY":2.8239998817443848,"PosZ":-57.98099899291992,"RotY":27.345439910888672,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.51019287109375,"PosY":2.769700050354004,"PosZ":-55.0901985168457,"RotY":297.3319091796875,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.03700256347656,"PosY":2.747999906539917,"PosZ":-61.72600173950195,"RotY":207.34539794921875,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.99000549316406,"PosY":-0.05999999865889549,"PosZ":-73.29000091552734,"RotY":270.29058837890625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.72799682617188,"PosY":-0.11879999935626984,"PosZ":-73.2770004272461,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.3990020751953,"PosY":-0.11500000208616255,"PosZ":-71.73999786376953,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.15599822998048,"PosY":-0.06061999872326851,"PosZ":-81.74400329589844,"RotY":342.918701171875,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.82900238037108,"PosY":0.5037999749183655,"PosZ":-73.06099700927734,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.437999963760376,"PosY":2.9159998893737793,"PosZ":-45.5620002746582,"RotY":253.3134002685547,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.595001220703125,"PosY":2.863899946212769,"PosZ":-46.51599884033203,"RotY":163.2006072998047,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300038,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.440999984741211,"PosY":2.868000030517578,"PosZ":-48.071998596191406,"RotY":252.3999938964844,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":42.74800109863281,"PosY":3.484999895095825,"PosZ":-115.47100067138672,"RotY":288.0172119140625,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":42.74760055541992,"PosY":3.484999895095825,"PosZ":-115.47589874267578,"RotY":288.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":58.12200164794922,"PosY":3.4590001106262207,"PosZ":-118.55699920654295,"RotY":108.14640045166016,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.909999847412108,"PosY":18.60000991821289,"PosZ":-106.13999938964844,"RotY":27.836950302124023,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.577646017074585,"PosY":4.253989219665527,"PosZ":-104.2855987548828,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-146.89720153808594,"PosY":2.769700050354004,"PosZ":-37.39128875732422,"RotY":207.33189392089844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.44529724121094,"PosY":2.761699914932251,"PosZ":-91.41277313232422,"RotY":63.4650993347168,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.20500183105467,"PosY":2.759999990463257,"PosZ":-106.13500213623048,"RotY":243.83740234375,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.17889404296875,"PosY":2.761699914932251,"PosZ":-108.79229736328124,"RotY":153.8177032470703,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.93501281738281,"PosY":10.28219985961914,"PosZ":-114.41400146484376,"RotY":97.351806640625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300032,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.6510009765625,"PosY":10.281900405883787,"PosZ":-114.38800048828124,"RotY":83.36382293701172,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300044,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.402719497680664,"PosY":18.680599212646484,"PosZ":-108.90859985351564,"RotY":27.743419647216797,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300033,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.9060001373291,"PosY":18.60810089111328,"PosZ":-106.06300354003906,"RotY":297.743408203125,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300034,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.9990668296813965,"PosY":18.610000610351562,"PosZ":-109.37870025634766,"RotY":27.855709075927734,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300045,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.98855972290039,"PosY":18.68267059326172,"PosZ":-92.47281646728516,"RotY":117.85569763183594,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.11956024169922,"PosY":18.610000610351562,"PosZ":-93.98902893066406,"RotY":27.85572052001953,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300036,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.59674072265625,"PosY":18.610700607299805,"PosZ":-51.44636154174805,"RotY":332.61090087890625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300037,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.351879119873047,"PosY":18.610700607299805,"PosZ":-36.29431915283203,"RotY":332.61090087890625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300043,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.513000011444092,"PosY":1.0365999937057495,"PosZ":-73.19599914550781,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300046,"Category":"","GroupName":"","LoadSide":null,"PosX":43.1662712097168,"PosY":3.4809999465942383,"PosZ":-31.972400665283203,"RotY":253.43350219726565,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300047,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.47700881958008,"PosY":-0.9812999963760376,"PosZ":-73.18800354003906,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300048,"Category":"","GroupName":"","LoadSide":null,"PosX":-197.91200256347656,"PosY":2.9860000610351562,"PosZ":-87.88099670410156,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300039,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.862998962402344,"PosY":17.689699172973633,"PosZ":-62.867000579833984,"RotY":343.5,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300040,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.33100128173828,"PosY":17.65570068359375,"PosZ":-86.50800323486328,"RotY":160.8614044189453,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300041,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.1251983642578,"PosY":2.699700117111206,"PosZ":-33.1297492980957,"RotY":207.33189392089844,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300042,"Category":"","GroupName":"","LoadSide":null,"PosX":53.196998596191406,"PosY":3.4382998943328857,"PosZ":-118.87000274658205,"RotY":288.0,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300049,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.402219772338867,"PosY":18.610029220581055,"PosZ":-100.18150329589844,"RotY":117.85569763183594,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300050,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.600000381469727,"PosY":1.0414079427719116,"PosZ":-73.16999816894531,"RotY":90.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43201_F43201004":{"teleports":{},"group_items":{}},"P43201_F43201005":{"teleports":{},"group_items":{}},"P43202_F43202001":{"teleports":{},"group_items":{}},"P43202_F43202002":{"teleports":{},"group_items":{}},"P43202_F43202003":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":19.886550903320312,"PosY":-30.858779907226562,"PosZ":-150.5648956298828,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":9,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"7":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":230.78439331054688,"PosX":41.5099983215332,"PosY":-28.569570541381836,"PosZ":-148.0800018310547,"NPCMonsterID":2022010,"EventID":43202001,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":124.79679870605467,"PosX":56.560001373291016,"PosY":-31.05488967895508,"PosZ":-138.3000030517578,"NPCMonsterID":2022060,"EventID":43202002,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":19.886550903320312,"PosY":-30.858779907226562,"PosZ":-150.5648956298828,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":9,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":18.38999938964844,"PosY":-31.158769607543945,"PosZ":-155.1300048828125,"RotY":90.0,"groupId":0}}},"10":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":42.49808120727539,"PosY":-28.56955909729004,"PosZ":-157.1125946044922,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43202_F43202004":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":9.520000457763672,"PosY":43.4561882019043,"PosZ":-53.779998779296875,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":18,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":64.48999786376953,"PosY":60.5099983215332,"PosZ":40.220001220703125,"RotY":276.06298828125,"PropID":102078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Smelter_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X202/Chapter02_X202_MainMission_RoadBlock_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":64.48999786376953,"PosY":80.66000366210938,"PosZ":40.220001220703125,"RotY":276.06298828125,"PropID":102078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Jianmu_PoiShow01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.310001373291016,"PosY":49.900001525878906,"PosZ":41.959999084472656,"RotY":0.0,"PropID":902,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RaidEntrance_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"14":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":198.70230102539065,"PosX":30.940000534057617,"PosY":47.262908935546875,"PosZ":-41.36000061035156,"NPCMonsterID":2022010,"EventID":43202004,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":160.0,"PosX":33.15999984741211,"PosY":53.85177993774414,"PosZ":-1.3600000143051147,"NPCMonsterID":2023010,"EventID":43202005,"groupId":14,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":9.520000457763672,"PosY":43.4561882019043,"PosZ":-53.779998779296875,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":18,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":14.91355037689209,"PosY":43.15666961669922,"PosZ":-54.72665023803711,"RotY":0.0,"groupId":0}}},"19":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":13.730890274047852,"PosY":43.15821838378906,"PosZ":-39.97922897338867,"RotY":180.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43202_F43202005":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":35.809871673583984,"PosY":42.79524993896485,"PosZ":-69.51914978027344,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":8,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":35.809871673583984,"PosY":42.79524993896485,"PosZ":-69.51914978027344,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":8,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":35.417179107666016,"PosY":42.42438125610352,"PosZ":-62.84000015258789,"RotY":270.0,"groupId":0}}}}},"P43202_F43202006":{"teleports":{},"group_items":{"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X302/Maze_Chap02_X302_Block02_Controller.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-623.3342895507812,"PosY":-63.641258239746094,"PosZ":5.094110012054443,"RotY":90.0,"PropID":102186,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Chap02_GameplayGraph/SequenceLight/MazeProp_Gameplay_SequenceLight_BrokenBridge.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-549.97998046875,"PosY":-50.41699981689453,"PosZ":4.800000190734863,"RotY":269.45660400390625,"groupId":0}}}}},"P43203_F43203001":{"teleports":{},"group_items":{"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Main.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_43203/ControlDrone_Raid_43203_InitPuzzle.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.45999908447266,"PosY":11.359000205993652,"PosZ":-55.43000030517578,"RotY":0.0,"PropID":122,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_43203/ControlDrone_Raid_43203_Target.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_InteractivePropHint_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.6200008392334,"PosY":13.57826042175293,"PosZ":-48.724998474121094,"RotY":0.0,"PropID":122,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_43203/ControlDrone_Raid_43203_Target.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_InteractivePropHint_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.2699966430664,"PosY":8.646827697753906,"PosZ":-12.4399995803833,"RotY":0.0,"PropID":122,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_43203/ControlDrone_Raid_43203_Target.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_InteractivePropHint_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.599998474121094,"PosY":14.246999740600586,"PosZ":-50.65999984741211,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_43203/ControlDrone_Raid_43203_Hint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.86899948120117,"PosY":13.595000267028809,"PosZ":-23.190000534057617,"RotY":270.0000915527344,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_43203/ControlDrone_Raid_43203_TreasureBox.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_43203/ControlDrone_Raid_43203_LookChest.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.2699966430664,"PosY":7.730000019073486,"PosZ":-31.309999465942383,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":294.79998779296875,"PosX":-32.11000061035156,"PosY":13.556759834289553,"PosZ":-45.90999984741211,"NPCMonsterID":20220501,"EventID":20232211,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":245.3800048828125,"PosX":-33.63999938964844,"PosY":13.887999534606934,"PosZ":-49.189998626708984,"NPCMonsterID":20220501,"EventID":20232211,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-38.75,"PosY":21.799999237060547,"PosZ":-47.38999938964844,"RotY":90.0000228881836,"groupId":0},"2":{"ID":2,"PosX":-43.75,"PosY":17.549999237060547,"PosZ":-23.13999938964844,"RotY":89.99964904785156,"groupId":0}}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.219999313354492,"PosY":13.899999618530272,"PosZ":17.270999908447266,"RotY":270.0,"PropID":102083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_Censer_01.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.84400177001953,"PosY":13.899999618530272,"PosZ":30.959999084472656,"RotY":315.0,"PropID":102083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_Censer_02.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.35700225830078,"PosY":13.899999618530272,"PosZ":63.58399963378906,"RotY":0.0,"PropID":102083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_Censer_02.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.0,"PosY":10.039999961853027,"PosZ":63.5,"RotY":0.0,"PropID":102102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_CenserVolumeFog_0.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_FogVolume_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-70.05000305175781,"PosY":13.900509834289553,"PosZ":63.779998779296875,"RotY":17.662139892578125,"groupId":0}}}}},"P43204_F43204001":{"teleports":{},"group_items":{"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Main.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_43203/ControlDrone_Raid_43203_InitPuzzle.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":128.3300018310547,"PosY":52.854000091552734,"PosZ":-49.54999923706055,"RotY":0.0,"PropID":122,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_43203/ControlDrone_Raid_43203_Target.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_InteractivePropHint_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":94.47000122070312,"PosY":51.58700180053711,"PosZ":-40.33000183105469,"RotY":0.0,"PropID":122,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_43203/ControlDrone_Raid_43203_Target.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_InteractivePropHint_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":76.2509994506836,"PosY":46.42300033569336,"PosZ":-52.30799865722656,"RotY":0.0,"PropID":122,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_43203/ControlDrone_Raid_43203_Target.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_InteractivePropHint_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":65.79000091552734,"PosY":51.619998931884766,"PosZ":-62.23099899291992,"RotY":0.0,"PropID":106,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/Raid_43206/Riad_43204_MoveMonster.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AdventureHintPoint_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":76.94999694824219,"PosY":45.7021598815918,"PosZ":-53.459999084472656,"RotY":315.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":72.27999877929688,"PosY":45.7021598815918,"PosZ":-59.7599983215332,"RotY":335.852294921875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":97.2300033569336,"PosY":45.7021598815918,"PosZ":-64.80000305175781,"RotY":270.0000915527344,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_43203/ControlDrone_Raid_43203_TreasureBox.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_43203/ControlDrone_Raid_43203_LookChest.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_43203/ControlDrone_Raid_43204_MoveMonsterHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":124.84980010986328,"PosY":50.2400016784668,"PosZ":-81.94148254394531,"RotY":318.5751953125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/Raid_43206/Riad_43204_GroupEvent.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":315.0,"PosX":79.83999633789062,"PosY":45.7021598815918,"PosZ":-56.349998474121094,"NPCMonsterID":20220501,"EventID":20232211,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":315.0,"PosX":127.59999847412108,"PosY":52.88399887084961,"PosZ":-44.25,"NPCMonsterID":20220501,"EventID":20232211,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":180.0,"PosX":128.43299865722656,"PosY":52.87900161743164,"PosZ":-54.18399810791016,"NPCMonsterID":20220501,"EventID":20232211,"groupId":14,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":70.697998046875,"PosY":52.00400161743164,"PosZ":-62.66999816894531,"RotY":276.77398681640625,"groupId":0},"2":{"ID":2,"PosX":106.84999847412108,"PosY":48.630001068115234,"PosZ":-64.88999938964844,"RotY":270.0002136230469,"groupId":0},"3":{"ID":3,"PosX":60.255001068115234,"PosY":51.803001403808594,"PosZ":-63.45800018310547,"RotY":74.9999771118164,"groupId":0}}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.219999313354492,"PosY":13.899999618530272,"PosZ":17.270999908447266,"RotY":270.0,"PropID":102083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_Censer_01.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.84400177001953,"PosY":13.899999618530272,"PosZ":30.959999084472656,"RotY":315.0,"PropID":102083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_Censer_02.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.35700225830078,"PosY":13.899999618530272,"PosZ":63.58399963378906,"RotY":0.0,"PropID":102083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_Censer_02.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.0,"PosY":10.039999961853027,"PosZ":63.5,"RotY":0.0,"PropID":102102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_CenserVolumeFog_0.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_FogVolume_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-70.05000305175781,"PosY":13.900509834289553,"PosZ":63.779998779296875,"RotY":17.662139892578125,"groupId":0}}}}},"P43205_F43205001":{"teleports":{},"group_items":{"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Common/ControlDrone_Main.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_43203/ControlDrone_Raid_43203_InitPuzzle.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.99300003051758,"PosY":18.70299911499023,"PosZ":39.99599838256836,"RotY":351.5870056152344,"PropID":122,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_43203/ControlDrone_Raid_43203_Target.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_InteractivePropHint_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.11199951171875,"PosY":37.13999938964844,"PosZ":74.66899871826172,"RotY":0.0,"PropID":122,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_43203/ControlDrone_Raid_43203_Target.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_InteractivePropHint_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.406999588012695,"PosY":18.68899917602539,"PosZ":40.01300048828125,"RotY":0.0,"PropID":122,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_43203/ControlDrone_Raid_43203_Target.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_InteractivePropHint_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.219999313354492,"PosY":24.75,"PosZ":57.529998779296875,"RotY":0.0,"PropID":106,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/Raid_43206/Riad_43205_MoveMonster.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AdventureHintPoint_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.41844940185547,"PosY":18.022069931030273,"PosZ":47.77000045776367,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.050000190734863,"PosY":18.022310256958008,"PosZ":63.40999984741211,"RotY":89.99983978271484,"PropID":60202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_43203/ControlDrone_Raid_43203_TreasureBox.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_43203/ControlDrone_Raid_43203_LookChest.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.66797637939453,"PosY":26.18199920654297,"PosZ":84.3326873779297,"RotY":137.74339294433594,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/Raid_43206/Riad_43205_GroupEvent.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-36.83000183105469,"PosY":18.06502914428711,"PosZ":42.54999923706055,"NPCMonsterID":20220501,"EventID":20232211,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":270.0,"PosX":-23.3799991607666,"PosY":18.072189331054688,"PosZ":39.52000045776367,"NPCMonsterID":20220501,"EventID":20232211,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-24.920000076293945,"PosY":21.860000610351562,"PosZ":63.40999984741211,"RotY":89.99980926513672,"groupId":0},"2":{"ID":2,"PosX":-30.219999313354492,"PosY":26.429000854492188,"PosZ":56.61000061035156,"RotY":180.0,"groupId":0}}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.15000000596046448,"PosY":28.309999465942383,"PosZ":88.88999938964844,"RotY":0.0,"PropID":106,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_43203/ControlDrone_Raid_43203_Target.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AdventureHintPoint_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.219999313354492,"PosY":13.899999618530272,"PosZ":17.270999908447266,"RotY":270.0,"PropID":102083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_Censer_01.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.84400177001953,"PosY":13.899999618530272,"PosZ":30.959999084472656,"RotY":315.0,"PropID":102083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_Censer_02.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.35700225830078,"PosY":13.899999618530272,"PosZ":63.58399963378906,"RotY":0.0,"PropID":102083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_Censer_02.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.0,"PosY":10.039999961853027,"PosZ":63.5,"RotY":0.0,"PropID":102102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_CenserVolumeFog_0.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_FogVolume_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-70.05000305175781,"PosY":13.900509834289553,"PosZ":63.779998779296875,"RotY":17.662139892578125,"groupId":0}}}}},"P43206_F43206001":{"teleports":{"2102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-308.6199951171875,"PosY":-34.339900970458984,"PosZ":-22.690000534057617,"RotY":90.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-498.25,"PosY":-50.94532012939453,"PosZ":23.829999923706055,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-308.6199951171875,"PosY":-34.339900970458984,"PosZ":-22.690000534057617,"RotY":90.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-192.1304931640625,"PosY":15.708869934082031,"PosZ":4.8349528312683105,"RotY":86.6481170654297,"groupId":0},"2":{"ID":2,"PosX":-502.239990234375,"PosY":-51.24531173706055,"PosZ":22.06999969482422,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":-312.6134033203125,"PosY":-34.63991165161133,"PosZ":-25.489749908447266,"RotY":180.0,"groupId":0}}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X302/Maze_Chap02_X302_Block02_Controller.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-199.52000427246097,"PosY":15.772069931030272,"PosZ":1.0499999523162842,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X302/Maze_Chap02_X302_Block02_Trigger_Test.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-623.3342895507812,"PosY":-63.641258239746094,"PosZ":5.094110012054443,"RotY":90.0,"PropID":300007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X302/Maze_Chap02_X302_BrokenBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_GlobalSceneProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-549.97998046875,"PosY":-50.41699981689453,"PosZ":4.800000190734863,"RotY":269.45660400390625,"groupId":0}}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-410.3999938964844,"PosY":-45.30097961425781,"PosZ":90.19999694824219,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-397.2000122070313,"PosY":-44.5099983215332,"PosZ":100.98999786376952,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-421.4800109863282,"PosY":-44.5100212097168,"PosZ":109.2300033569336,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-406.7999877929687,"PosY":-44.51005172729492,"PosZ":131.00999450683594,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-390.1199951171875,"PosY":-44.51002883911133,"PosZ":114.68000030517578,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-405.6098937988282,"PosY":-44.84770965576172,"PosZ":96.03701782226562,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRaid/Raid_43206/Riad_43206_ListenOnHit.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43207_F43207001":{"teleports":{},"group_items":{"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":93.58999633789062,"PosY":-1.190000057220459,"PosZ":-45.29999923706055,"RotY":270.0,"PropID":102003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Elevator_01.json","State":"Elevator2","propStateList":["Elevator1","Elevator2","Elevator3"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Elevator_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":99.0999984741211,"PosY":0.6044350266456604,"PosZ":-39.70000076293945,"RotY":90.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":87.88099670410156,"PosY":-29.461759567260746,"PosZ":-49.525001525878906,"RotY":270.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":84.0199966430664,"PosY":-29.461769104003903,"PosZ":-45.34000015258789,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":93.58999633789062,"PosY":-1.190000057220459,"PosZ":-45.29999923706055,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":93.58999633789062,"PosY":-29.31999969482422,"PosZ":-45.29999923706055,"RotY":270.0,"groupId":0}}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":30.030000686645508,"PosY":-31.162919998168945,"PosZ":-39.35100173950195,"RotY":269.57769775390625,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":61.2859992980957,"PosY":-34.209999084472656,"PosZ":-80.65899658203125,"RotY":269.5776062011719,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":65.68699645996094,"PosY":-31.21299934387207,"PosZ":-100.27899932861328,"RotY":359.5776062011719,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.866000175476074,"PosY":-31.108840942382812,"PosZ":-143.54400634765625,"RotY":359.5776062011719,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":66.34300231933594,"PosY":-31.22800064086914,"PosZ":-139.8979949951172,"RotY":89.57766723632812,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43207_F43207002":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.470001220703125,"PosY":18.33091926574707,"PosZ":67.98999786376953,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.470001220703125,"PosY":18.33091926574707,"PosZ":67.98999786376953,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":65.79100036621094,"PosY":45.702171325683594,"PosZ":-62.20000076293945,"RotY":270.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":64.55999755859375,"PosY":44.0101318359375,"PosZ":-10.960000038146973,"RotY":225.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":53.91999816894531,"PosY":43.963321685791016,"PosZ":8.390000343322754,"RotY":225.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":128.75999450683594,"PosY":45.702178955078125,"PosZ":-85.69000244140625,"RotY":346.8190002441406,"groupId":0},"2":{"ID":2,"PosX":-51.93000030517578,"PosY":18.066600799560547,"PosZ":63.369998931884766,"RotY":135.0,"groupId":0}}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":10.965999603271484,"PosY":36.27899932861328,"PosZ":22.437000274658203,"RotY":315.0,"PropID":102103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Elevator_01.json","State":"Elevator2","propStateList":["Locked","Elevator1","Elevator2","Elevator3"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_Elevator_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":12.989999771118164,"PosY":38.203399658203125,"PosZ":16.170000076293945,"RotY":135.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":9.899999618530273,"PosY":13.861669540405272,"PosZ":30.229999542236328,"RotY":315.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":7.80000114440918,"PosY":13.884010314941406,"PosZ":25.600000381469727,"RotY":315.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":10.965999603271484,"PosY":36.27899932861328,"PosZ":22.437000274658203,"RotY":315.0,"groupId":0},"2":{"ID":2,"PosX":10.965999603271484,"PosY":14.050000190734863,"PosZ":22.437000274658203,"RotY":315.0,"groupId":0}}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.219999313354492,"PosY":13.899999618530272,"PosZ":17.270999908447266,"RotY":270.0,"PropID":102083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_Censer_01.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.84400177001953,"PosY":13.899999618530272,"PosZ":30.959999084472656,"RotY":315.0,"PropID":102083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_Censer_02.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.35700225830078,"PosY":13.899999618530272,"PosZ":63.58399963378906,"RotY":0.0,"PropID":102083,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_Censer_02.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.0,"PosY":10.039999961853027,"PosZ":63.5,"RotY":0.0,"PropID":102102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_X301_CenserVolumeFog_0.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_FogVolume_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-70.05000305175781,"PosY":13.900509834289553,"PosZ":63.779998779296875,"RotY":17.662139892578125,"groupId":0}}}}},"P43207_F43207003":{"teleports":{},"group_items":{"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":64.48999786376953,"PosY":60.5099983215332,"PosZ":40.220001220703125,"RotY":276.06298828125,"PropID":102078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Smelter_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X202/Chapter02_X202_MainMission_RoadBlock_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":64.48999786376953,"PosY":80.66000366210938,"PosZ":40.220001220703125,"RotY":276.06298828125,"PropID":102078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Jianmu_PoiShow01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.310001373291016,"PosY":49.900001525878906,"PosZ":41.959999084472656,"RotY":0.0,"PropID":902,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RaidEntrance_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.63999938964844,"PosY":49.91999816894531,"PosZ":43.2599983215332,"RotY":0.0,"PropID":102176,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_AirBlock_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43208_F43208001":{"teleports":{},"group_items":{}},"P43209_F43209001":{"teleports":{"10048":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":34.43000030517578,"PosY":47.26300048828125,"PosZ":-40.380001068115234,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10048,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":64.48999786376953,"PosY":60.5099983215332,"PosZ":40.220001220703125,"RotY":276.06298828125,"PropID":102078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Smelter_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X202/Chapter02_X202_MainMission_RoadBlock_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_TeleportGate.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.62999725341797,"PosY":55.720001220703125,"PosZ":42.4900016784668,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.37200164794922,"PosY":53.2599983215332,"PosZ":-28.75,"RotY":180.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.5,"PosY":53.2599983215332,"PosZ":-29.940000534057617,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":31.670000076293945,"PosY":47.2599983215332,"PosZ":-37.86000061035156,"RotY":180.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":34.43000030517578,"PosY":47.26300048828125,"PosZ":-40.380001068115234,"RotY":90.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":34.43000030517578,"PosY":47.26300048828125,"PosZ":-40.380001068115234,"RotY":90.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10048,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_GameplayIcon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":69.16000366210938,"PosY":45.93000030517578,"PosZ":-97.41999816894531,"RotY":90.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":33.20000076293945,"PosY":47.0099983215332,"PosZ":134.0399932861328,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":36.189998626708984,"PosY":50.400001525878906,"PosZ":126.09999847412108,"RotY":0.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":52.849998474121094,"PosY":43.75,"PosZ":164.32000732421875,"RotY":0.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":49.08000183105469,"PosY":43.70000076293945,"PosZ":165.33999633789065,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.029998779296875,"PosY":53.25,"PosZ":114.22000122070312,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.560001373291016,"PosY":53.25,"PosZ":110.41999816894533,"RotY":90.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":101.7699966430664,"PosY":63.2400016784668,"PosZ":42.85300064086914,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.68000030517578,"PosY":53.09000015258789,"PosZ":164.08900451660156,"RotY":270.0,"PropID":102002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.720001220703125,"PosY":53.09000015258789,"PosZ":167.3800048828125,"RotY":90.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":34.43000030517578,"PosY":47.26300048828125,"PosZ":-40.380001068115234,"RotY":90.0,"PropID":217,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/InsertionPuzzle/Maze_Prop_InsertionPuzzle_AllUsage.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","CustomState01","CustomState02","CustomState03","CustomState04","CustomState05","CustomState06"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.739999771118164,"PosY":49.742000579833984,"PosZ":-20.246999740600582,"RotY":90.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.739999771118164,"PosY":49.742000579833984,"PosZ":-20.246999740600582,"RotY":90.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":19.300010681152344,"PosY":52.9480094909668,"PosZ":-11.481989860534668,"RotY":90.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":19.300010681152344,"PosY":52.9480094909668,"PosZ":-11.481989860534668,"RotY":90.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.6299991607666,"PosY":50.00555038452149,"PosZ":-65.93800354003906,"RotY":90.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.6299991607666,"PosY":50.00555038452149,"PosZ":-65.93800354003906,"RotY":90.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":12.555999755859377,"PosY":42.916011810302734,"PosZ":-66.11699676513672,"RotY":90.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":12.555999755859377,"PosY":42.916011810302734,"PosZ":-66.11699676513672,"RotY":90.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":30.6200008392334,"PosY":48.27000045776367,"PosZ":-123.11000061035156,"RotY":90.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":30.6200008392334,"PosY":48.06999969482422,"PosZ":-123.11000061035156,"RotY":90.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.81700897216797,"PosY":53.77857971191406,"PosZ":-109.16000366210938,"RotY":269.4637145996094,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.81700134277344,"PosY":53.9900016784668,"PosZ":-109.16000366210938,"RotY":269.4637145996094,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":26.527000427246097,"PosY":46.83496856689453,"PosZ":138.1300048828125,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":26.527000427246097,"PosY":46.83496856689453,"PosZ":138.1300048828125,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.960000038146973,"PosY":46.189998626708984,"PosZ":137.3300018310547,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.960000038146973,"PosY":46.189998626708984,"PosZ":137.3300018310547,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.18600082397461,"PosY":49.858360290527344,"PosZ":114.26799774169922,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.18600082397461,"PosY":49.858360290527344,"PosZ":114.26799774169922,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.069000244140625,"PosY":52.90235900878906,"PosZ":166.91299438476565,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.069000244140625,"PosY":52.90235900878906,"PosZ":166.91299438476565,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":30.642000198364254,"PosY":43.46635818481445,"PosZ":184.42599487304688,"RotY":270.0,"PropID":102029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Portal_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":30.606000900268555,"PosY":43.46635818481445,"PosZ":184.42599487304688,"RotY":270.0,"PropID":102079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":20.33872985839844,"PosY":27.010000228881836,"PosZ":-34.18067932128906,"RotY":89.8666000366211,"groupId":0},"2":{"ID":2,"PosX":-5.7675089836120605,"PosY":24.3799991607666,"PosZ":59.939178466796875,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":-38.599998474121094,"PosY":16.979999542236328,"PosZ":60.93899154663086,"RotY":270.0,"groupId":0},"4":{"ID":4,"PosX":17.784109115600586,"PosY":23.940000534057617,"PosZ":30.52808952331543,"RotY":134.8665008544922,"groupId":0},"5":{"ID":5,"PosX":5.232140064239502,"PosY":17.15999984741211,"PosZ":112.9477996826172,"RotY":314.8664855957031,"groupId":0},"6":{"ID":6,"PosX":45.72999954223633,"PosY":27.329999923706055,"PosZ":87.88999938964844,"RotY":134.8665008544922,"groupId":0},"7":{"ID":7,"PosX":-12.41919994354248,"PosY":17.06999969482422,"PosZ":-59.507568359375,"RotY":224.86680603027344,"groupId":0},"8":{"ID":8,"PosX":17.067859649658203,"PosY":23.399999618530273,"PosZ":-32.46295166015625,"RotY":44.86677932739258,"groupId":0},"9":{"ID":9,"PosX":-128.25759887695312,"PosY":16.559999465942383,"PosZ":-36.988651275634766,"RotY":328.7715148925781,"groupId":0},"10":{"ID":10,"PosX":-105.03970336914064,"PosY":26.88999938964844,"PosZ":-83.11477661132812,"RotY":148.77149963378906,"groupId":0}}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":18.339000701904297,"PosY":50.36199951171875,"PosZ":42.689998626708984,"RotY":270.0,"PropID":102074,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Elevator_01.json","State":"Elevator2","propStateList":["Elevator1","Elevator2","Elevator3"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Elevator_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":22.0,"PosY":60.279998779296875,"PosZ":46.5620002746582,"RotY":90.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":12.699999809265137,"PosY":49.880001068115234,"PosZ":36.7400016784668,"RotY":270.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":18.339000701904297,"PosY":59.9379997253418,"PosZ":42.689998626708984,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":18.339000701904297,"PosY":50.36199951171875,"PosZ":42.689998626708984,"RotY":270.0,"groupId":0}}}}},"P43210_F43210001":{"teleports":{},"group_items":{"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-86.8499984741211,"PosY":-11.19200038909912,"PosZ":35.790000915527344,"RotY":90.0,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":252.68699645996097,"PosY":12.850000381469728,"PosZ":138.61599731445312,"RotY":62.62815856933594,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":305.7149963378906,"PosY":14.63601016998291,"PosZ":-54.94300079345703,"RotY":167.6219024658203,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":319.79998779296875,"PosY":13.713009834289553,"PosZ":-59.41999816894531,"RotY":205.22059631347656,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":325.4440002441406,"PosY":13.96901035308838,"PosZ":-68.61000061035156,"RotY":284.5848083496094,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":170.49530029296875,"PosY":28.549999237060547,"PosZ":-260.9299011230469,"RotY":192.8303985595703,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.13671875,"PosY":11.920000076293944,"PosZ":-308.7107849121094,"RotY":106.53109741210938,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-416.1203002929687,"PosY":28.746000289916992,"PosZ":-133.56719970703125,"RotY":179.26780700683594,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-403.22900390625,"PosY":27.822999954223633,"PosZ":-140.79530334472656,"RotY":216.8665008544922,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-399.7442932128906,"PosY":28.07900047302246,"PosZ":-151.84730529785156,"RotY":296.2308044433594,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-370.2856140136718,"PosY":17.559999465942383,"PosZ":-84.78002166748047,"RotY":77.6723403930664,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-295.2983093261719,"PosY":14.776000022888184,"PosZ":136.8708038330078,"RotY":285.2650146484375,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-305.7991943359375,"PosY":13.852999687194824,"PosZ":126.470703125,"RotY":322.86358642578125,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-317.3835144042969,"PosY":14.109000205993652,"PosZ":126.1667022705078,"RotY":42.22792053222656,"PropID":102177,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenBronze_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":313.3599853515625,"PosY":13.622050285339355,"PosZ":-64.9800033569336,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":257.9100036621094,"PosY":12.733989715576172,"PosZ":142.55999755859375,"RotY":62.62815856933594,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.63999938964844,"PosY":11.799920082092283,"PosZ":-309.44000244140625,"RotY":282.8857116699219,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-364.739990234375,"PosY":17.449909210205078,"PosZ":-82.74990844726562,"RotY":251.6472015380859,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":170.00999450683594,"PosY":28.445079803466797,"PosZ":-266.04998779296875,"RotY":0.6100469827651978,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-38.31003189086914,"PosY":11.799920082092283,"PosZ":-309.9700012207031,"RotY":282.8857116699219,"groupId":0},"2":{"ID":2,"PosX":-412.2699890136718,"PosY":27.595460891723633,"PosZ":-149.82000732421875,"RotY":52.116661071777344,"groupId":0},"3":{"ID":3,"PosX":-404.4100036621094,"PosY":27.82408905029297,"PosZ":-142.67999267578125,"RotY":179.26780700683594,"groupId":0},"4":{"ID":4,"PosX":-401.8200073242187,"PosY":28.09708023071289,"PosZ":-150.22000122070312,"RotY":179.26780700683594,"groupId":0},"5":{"ID":5,"PosX":-362.6799926757813,"PosY":17.443679809570312,"PosZ":-82.37992858886719,"RotY":251.6472015380859,"groupId":0},"6":{"ID":6,"PosX":-305.7991943359375,"PosY":13.199999809265137,"PosZ":128.39999389648438,"RotY":322.86358642578125,"groupId":0},"7":{"ID":7,"PosX":-312.2900085449219,"PosY":13.63302993774414,"PosZ":138.1300048828125,"RotY":140.91259765625,"groupId":0},"8":{"ID":8,"PosX":-298.04998779296875,"PosY":14.78600025177002,"PosZ":137.77999877929688,"RotY":322.86358642578125,"groupId":0},"9":{"ID":9,"PosX":258.2699890136719,"PosY":12.737409591674805,"PosZ":142.3300018310547,"RotY":237.8527984619141,"groupId":0},"10":{"ID":10,"PosX":170.22000122070312,"PosY":28.43094062805176,"PosZ":-267.9100036621094,"RotY":0.6100469827651978,"groupId":0},"11":{"ID":11,"PosX":292.7030029296875,"PosY":13.253000259399414,"PosZ":-112.11100006103516,"RotY":80.48914337158203,"groupId":0},"12":{"ID":12,"PosX":314.2598876953125,"PosY":13.465109825134276,"PosZ":-69.03999328613281,"RotY":23.77596092224121,"groupId":0},"13":{"ID":13,"PosX":318.8999938964844,"PosY":13.715160369873049,"PosZ":-61.5,"RotY":205.22059631347656,"groupId":0},"14":{"ID":14,"PosX":305.7149963378906,"PosY":14.63601016998291,"PosZ":-58.099998474121094,"RotY":167.6219024658203,"groupId":0}}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":306.1499938964844,"PosY":13.350000381469728,"PosZ":-91.75,"RotY":0.0,"PropID":102211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_SuiyGardenSkyBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenSkyBridge_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43210_F43210002":{"teleports":{},"group_items":{"7":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":49.29999923706055,"PosY":-3.549999952316284,"PosZ":-15.0,"RotY":270.0,"PropID":102109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_Door_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":42.0,"PosY":-3.549999952316284,"PosZ":-7.700000762939453,"RotY":180.0,"PropID":102109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_Door_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":42.0,"PosY":-3.549999952316284,"PosZ":-22.299999237060547,"RotY":0.0,"PropID":102109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":51.630001068115234,"PosY":-1.715656042098999,"PosZ":-15.100000381469728,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":63.44499969482422,"PosY":-2.072999954223633,"PosZ":-14.979999542236328,"RotY":89.26274108886719,"groupId":0},"3":{"ID":3,"PosX":65.01000213623047,"PosY":-3.599998950958252,"PosZ":-14.380020141601564,"RotY":101.29499816894533,"groupId":0}}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.943349838256836,"PosY":7.500001907348634,"PosZ":98.81999969482422,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":15,"MappingInfoID":0,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-20.930030822753903,"PosY":7.19999885559082,"PosZ":98.19998931884764,"RotY":180.0,"groupId":0}}}}},"P43211_F43211001":{"teleports":{"2102":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.3247184753418,"PosY":-10.009710311889648,"PosZ":-11.464839935302734,"RotY":90.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":12,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":71.58799743652344,"PosY":2.8523340225219727,"PosZ":-59.77299880981445,"RotY":270.0,"PropID":102188,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":80.5,"PosY":26.624340057373047,"PosZ":-60.86000061035156,"RotY":90.0,"PropID":102188,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":75.14047241210938,"PosY":2.6600000858306885,"PosZ":-64.98719024658203,"RotY":0.0,"PropID":102178,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Elevator_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_SuiGardenElevator_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":75.14047241210938,"PosY":2.6600000858306885,"PosZ":-64.98719024658203,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":75.14047241210938,"PosY":26.624340057373047,"PosZ":-64.98719024658203,"RotY":0.0,"groupId":0}}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_MonsterEffect_SuiyangWithBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":82.94225311279298,"PosY":-7.790049076080321,"PosZ":-6.135568141937256,"NPCMonsterID":2002030,"EventID":20223208,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":250.0,"PosX":40.60602951049805,"PosY":-7.740025997161865,"PosZ":29.589750289916992,"NPCMonsterID":2012010,"EventID":20223209,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":74.25,"PosY":-1.4218809604644775,"PosZ":-24.290180206298828,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":12,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":67.75199127197266,"PosY":-9.881272315979004,"PosZ":21.480539321899418,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":12,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.3247184753418,"PosY":-10.009710311889648,"PosZ":-11.464839935302734,"RotY":90.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":12,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":68.68257141113281,"PosY":-1.6099389791488647,"PosZ":-24.199010848999023,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":63.95943069458008,"PosY":-10.539899826049805,"PosZ":28.62289047241211,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":-31.600000381469727,"PosY":-10.309709548950195,"PosZ":-7.269999027252196,"RotY":130.0,"groupId":0}}},"13":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":68.91890716552734,"PosY":-7.790048122406007,"PosZ":-4.607964038848877,"RotY":180.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43212_F43212001":{"teleports":{"2102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":86.720947265625,"PosY":3.899993896484375,"PosZ":57.25587844848633,"RotY":0.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":86.720947265625,"PosY":3.899993896484375,"PosZ":57.25587844848633,"RotY":0.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.25999999046325684,"PosY":3.599998950958252,"PosZ":-19.270000457763672,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":80.85999298095702,"PosY":3.5999979972839355,"PosZ":52.61001968383789,"RotY":180.0,"groupId":0}}},"3":{"props":[],"npcs":[{"ID":400001,"PosX":81.5999984741211,"PosY":3.5999979972839355,"PosZ":52.49515914916992,"Name":"NPC1","RotY":270.0,"NPCID":1209,"groupId":3,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":81.1919174194336,"PosY":3.5999979972839355,"PosZ":24.79210090637207,"RotY":0.0,"groupId":0}}},"11":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":54.858009338378906,"PosY":0.0,"PosZ":54.9216194152832,"RotY":180.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":25.691699981689453,"PosY":0.0,"PosZ":82.00900268554688,"RotY":180.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43213_F43213001":{"teleports":{},"group_items":{"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_EnviroProfile_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":166.7740020751953,"PosY":15.43000030517578,"PosZ":-73.85999298095702,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Begin.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300036,"Category":"","GroupName":"","LoadSide":null,"PosX":173.7303924560547,"PosY":21.64168930053711,"PosZ":-75.86646270751953,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_EntityVisibilityController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":171.25999450683594,"PosY":17.299999237060547,"PosZ":-73.86000061035156,"Name":"NPC1","RotY":90.0,"NPCID":12247,"groupId":16,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":18.0,"PosY":50.20000076293945,"PosZ":-4.369999885559082,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":165.41000366210938,"PosY":36.59000015258789,"PosZ":-74.91999816894531,"RotY":90.0,"groupId":0}}},"21":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":169.50999450683594,"PosY":21.632999420166016,"PosZ":-67.85999298095703,"RotY":90.00000762939453,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":169.50999450683594,"PosY":21.632999420166016,"PosZ":-67.85999298095703,"RotY":9.999999747378752e-6,"PropID":102200,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CmdBotObsTile_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":177.50999450683594,"PosY":21.632999420166016,"PosZ":-73.85999298095702,"RotY":9.999999747378752e-6,"PropID":102200,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CmdBotObsTile_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":173.50999450683594,"PosY":21.632999420166016,"PosZ":-79.85999298095702,"RotY":9.999999747378752e-6,"PropID":102200,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CmdBotObsTile_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":174.50999450683594,"PosY":21.632999420166016,"PosZ":-74.85999298095702,"RotY":90.00000762939453,"PropID":102202,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CmdBotGrdTile_01_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":179.50999450683594,"PosY":21.632999420166016,"PosZ":-77.85999298095702,"RotY":9.999999747378752e-6,"PropID":102212,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CmdBotEndTile_02_Entity.json"},{"ID":300037,"Category":"","GroupName":"","LoadSide":null,"PosX":171.50999450683594,"PosY":21.632999420166016,"PosZ":-69.85999298095703,"RotY":9.999999747378752e-6,"PropID":102200,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CmdBotObsTile_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":174.5500030517578,"PosY":21.64168930053711,"PosZ":-74.87000274658203,"RotY":270.0,"PropID":102225,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CmdBotBoard_01_Entity.json"}],"npcs":[{"ID":400002,"PosX":171.25999450683594,"PosY":21.632999420166016,"PosZ":-73.86000061035156,"Name":"NPC2","RotY":90.0,"NPCID":12247,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":18.0,"PosY":50.20000076293945,"PosZ":-4.369999885559082,"RotY":180.0,"groupId":0}}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1300048828125,"PosY":18.989999771118164,"PosZ":-78.01000213623047,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Begin.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Controller.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":167.2729949951172,"PosY":18.8700008392334,"PosZ":-81.0270004272461,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_Begin.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/CommandRobotPuzzle/CommandRobotPuzzle_TaiBuSiNpcController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":173.5800018310547,"PosY":21.64168930053711,"PosZ":-71.77999877929688,"Name":"NPC1","RotY":270.0,"NPCID":1992,"groupId":24,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":173.5800018310547,"PosY":21.64168930053711,"PosZ":-71.77999877929688,"Name":"NPC2","RotY":270.0,"NPCID":1991,"groupId":24,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":177.35000610351565,"PosY":21.64168930053711,"PosZ":-75.79000091552734,"Name":"NPC3","RotY":270.0,"NPCID":1218,"groupId":24,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.5590000152587891,"PosY":8.609999656677246,"PosZ":53.9109992980957,"RotY":0.0,"PropID":102041,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_HunTianYi_01.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":163.02000427246094,"PosY":17.790000915527344,"PosZ":-73.0,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":26,"MappingInfoID":0,"InitLevelGraph":null,"State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":155.0,"PosY":21.593149185180664,"PosZ":-75.0,"RotY":89.99983215332033,"groupId":0}}}}},"P43214_F43214001":{"teleports":{},"group_items":{"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-674.688720703125,"PosY":-3.3299999237060547,"PosZ":74.54025268554688,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":7,"MappingInfoID":0,"InitLevelGraph":null,"State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-672.1334228515625,"PosY":0.8280739784240723,"PosZ":72.93781280517578,"RotY":270.0,"groupId":0}}}}},"P43215_F43215001":{"teleports":{},"group_items":{"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":73.69999694824219,"PosY":3.650000095367432,"PosZ":25.5,"RotY":270.0,"PropID":102109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_Door_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":62.577999114990234,"PosY":0.0,"PosZ":27.500019073486328,"RotY":270.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F43215001/LG_Prop_F43215001_G19_300004.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":82.38054656982422,"PosY":-0.6899999976158142,"PosZ":25.31920051574707,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":25,"MappingInfoID":0,"InitLevelGraph":null,"State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":81.13390350341797,"PosY":3.5999979972839355,"PosZ":25.32090950012207,"RotY":9.999999747378752e-6,"groupId":0}}}}},"P43216_F43216001":{"teleports":{},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":26.929950714111328,"PosY":0.3000029921531677,"PosZ":-13.807339668273926,"RotY":0.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":0,"InitLevelGraph":null,"State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.05000000074505806,"PosY":3.5999999046325684,"PosZ":29.860000610351562,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":24.892000198364254,"PosY":3.0000001061125654e-6,"PosZ":-14.425000190734863,"RotY":180.0,"groupId":0}}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":7.220001220703125,"PosY":3.654299020767212,"PosZ":0.004000000189989805,"RotY":270.5538024902344,"PropID":102109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":24.0,"PosY":0.0543069988489151,"PosZ":-7.309999942779541,"RotY":0.6183249950408936,"PropID":102109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43217_F43217001":{"teleports":{},"group_items":{"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":48.6775016784668,"PosY":-3.4100000858306885,"PosZ":-9.90365982055664,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":9,"MappingInfoID":0,"InitLevelGraph":null,"State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":47.57925033569336,"PosY":0.6501759886741638,"PosZ":-9.954696655273438,"RotY":313.0357971191406,"groupId":0}}}}},"P43217_F43217002":{"teleports":{},"group_items":{}},"P43218_F43218001":{"teleports":{},"group_items":{}},"P43301_F40311001":{"teleports":{},"group_items":{}},"P43301_F43301001":{"teleports":{"2390":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.19000244140625,"PosY":-4.760000228881836,"PosZ":-79.73999786376953,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"22":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":87.9800033569336,"PosY":124.90000152587892,"PosZ":186.3699951171875,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"65":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.19000244140625,"PosY":-4.760000228881836,"PosZ":-79.73999786376953,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43302_F43302001":{"teleports":{"2390":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.19000244140625,"PosY":-4.760000228881836,"PosZ":-79.73999786376953,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":149.27200317382812,"PosY":28.111000061035156,"PosZ":-130.927001953125,"RotY":270.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_03.json","State":"Open","propStateList":["Closed","Open"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":159.5659942626953,"PosY":27.969999313354492,"PosZ":-139.4459991455078,"RotY":22.369049072265625,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":36.715858459472656,"PosY":-10.734000205993652,"PosZ":-531.19091796875,"RotY":89.68987274169922,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":164.80560302734375,"PosY":28.08371925354004,"PosZ":-131.71969604492188,"RotY":279.79998779296875,"groupId":0},"2":{"ID":2,"PosX":72.5199966430664,"PosY":-19.509990692138672,"PosZ":-564.3162231445312,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":160.11700439453125,"PosY":30.40399932861328,"PosZ":-134.41299438476565,"RotY":188.4600067138672,"groupId":0},"4":{"ID":4,"PosX":160.04200744628906,"PosY":29.93400001525879,"PosZ":-137.49000549316406,"RotY":188.4600067138672,"groupId":0},"5":{"ID":5,"PosX":41.01245880126953,"PosY":-7.7129998207092285,"PosZ":-530.8040771484375,"RotY":270.9731140136719,"groupId":0},"6":{"ID":6,"PosX":37.95262145996094,"PosY":-8.710000038146973,"PosZ":-531.1380004882812,"RotY":270.84039306640625,"groupId":0}}},"23":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.19000244140625,"PosY":-4.760000228881836,"PosZ":-79.73999786376953,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43303_F43303001":{"teleports":{},"group_items":{}},"P43303_F43303002":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.6629867553711,"PosY":5.073574066162109,"PosZ":-5.734000205993652,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":21,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.6629867553711,"PosY":5.073574066162109,"PosZ":-5.734000205993652,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":21,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-78.2300033569336,"PosY":4.6218061447143555,"PosZ":-6.75,"RotY":145.26759338378906,"groupId":0}}}}},"P43303_F43303003":{"teleports":{},"group_items":{}},"P43304_F43304001":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.450000047683716,"PosY":-21.912860870361328,"PosZ":194.38999938964844,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":60,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"15":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.09399999678134918,"PosY":-22.095190048217773,"PosZ":205.88999938964844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":0.12399999797344208,"PosY":-22.21285057067871,"PosZ":205.59800720214844,"Name":"NPC1","RotY":176.82339477539065,"NPCID":2302,"groupId":15,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.13099999725818634,"PosY":-20.44099998474121,"PosZ":205.6150054931641,"RotY":0.0,"groupId":0}}},"24":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.42410278320312,"PosY":-55.03948974609375,"PosZ":42.9959602355957,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.42410278320312,"PosY":-56.53948974609375,"PosZ":42.9959602355957,"RotY":55.0,"PropID":103130,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ClockToyBoxMission_01.json","State":"Locked","propStateList":["Closed","Open","Locked","CustomState01"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"47":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":121.00299835205078,"PosY":-30.378000259399418,"PosZ":154.00799560546875,"RotY":90.0,"PropID":103053,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"Open","propStateList":["Closed","Open"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_03_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":125.76100158691406,"PosY":-37.037818908691406,"PosZ":182.60299682617188,"RotY":90.0,"PropID":103051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"Open","propStateList":["Closed","Open"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":155.26300048828125,"PosY":-33.86351013183594,"PosZ":176.40199279785156,"RotY":-0.00016399999731220305,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":154.60000610351565,"PosY":-37.037818908691406,"PosZ":173.5500030517578,"RotY":270.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":150.37600708007812,"PosY":-37.03200149536133,"PosZ":179.3820037841797,"RotY":90.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":149.75399780273438,"PosY":-33.880001068115234,"PosZ":181.8260040283203,"RotY":7.000000096013537e-6,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":140.38999938964844,"PosY":-37.037818908691406,"PosZ":178.82000732421875,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":154.9149932861328,"PosY":-33.86351013183594,"PosZ":179.74600219726565,"RotY":270.0,"PropID":103087,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkEffect_Drop.json","State":"Closed","propStateList":["Closed","Open"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SolidaBottle_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap03_WolfBro_TeleportGate.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":127.36499786376952,"PosY":-30.4822998046875,"PosZ":158.0030059814453,"RotY":339.00689697265625,"groupId":0},"2":{"ID":2,"PosX":139.2480010986328,"PosY":-37.037818908691406,"PosZ":187.22300720214844,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":127.052001953125,"PosY":-37.037818908691406,"PosZ":182.62730407714844,"RotY":20.000009536743164,"groupId":0},"4":{"ID":4,"PosX":122.72699737548828,"PosY":-30.482290267944336,"PosZ":153.8730010986328,"RotY":90.0000228881836,"groupId":0},"5":{"ID":5,"PosX":154.7480010986328,"PosY":-31.072999954223633,"PosZ":182.43099975585935,"RotY":203.4990997314453,"groupId":0},"6":{"ID":6,"PosX":155.2729949951172,"PosY":-33.86351013183594,"PosZ":177.5919952392578,"RotY":0.0,"groupId":0},"7":{"ID":7,"PosX":153.81900024414065,"PosY":-37.037818908691406,"PosZ":174.031005859375,"RotY":332.9818115234375,"groupId":0},"8":{"ID":8,"PosX":151.36599731445312,"PosY":-37.037818908691406,"PosZ":179.02999877929688,"RotY":145.0,"groupId":0},"9":{"ID":9,"PosX":149.68699645996094,"PosY":-33.892860412597656,"PosZ":183.11000061035156,"RotY":0.0,"groupId":0},"11":{"ID":11,"PosX":128.968994140625,"PosY":-28.78499984741211,"PosZ":154.0919952392578,"RotY":340.3671875,"groupId":0},"12":{"ID":12,"PosX":142.08099365234375,"PosY":-35.268001556396484,"PosZ":187.0099945068359,"RotY":270.0,"groupId":0}}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.16400146484376,"PosY":-17.82200050354004,"PosZ":61.75400161743164,"RotY":270.3670959472656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSaveManagar_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":128.5800018310547,"PosY":-37.037818908691406,"PosZ":184.20399475097656,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":146.56849670410156,"PosY":-37.037818908691406,"PosZ":169.3524932861328,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-100.51000213623048,"PosY":-17.82200050354004,"PosZ":61.75,"RotY":270.3670959472656,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_CartoonTV_01.json","State":"Locked","propStateList":["Closed","Open","Locked","Hidden"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.03800201416016,"PosY":-58.79798889160156,"PosZ":59.5,"RotY":180.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_CartoonTV_01.json","State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.0500030517578,"PosY":-59.82600021362305,"PosZ":48.67300033569336,"RotY":180.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_CartoonTV_01.json","State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":127.25,"PosY":-30.4822998046875,"PosZ":158.89999389648438,"RotY":160.36720275878906,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_CartoonTV_01.json","State":"Locked","propStateList":["Closed","Open","Locked","Hidden"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":138.16900634765625,"PosY":-37.027809143066406,"PosZ":187.20889282226565,"RotY":89.9999771118164,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_CartoonTV_01.json","State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":127.12449645996094,"PosY":-30.4822998046875,"PosZ":158.470703125,"RotY":160.36720275878906,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":128.5030059814453,"PosY":-37.037818908691406,"PosZ":182.0500030517578,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":138.55999755859375,"PosY":-37.037818908691406,"PosZ":186.9499969482422,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":152.46299743652344,"PosY":-37.037818908691406,"PosZ":172.61599731445312,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.94000244140624,"PosY":-17.826990127563477,"PosZ":61.65999984741211,"RotY":89.9999771118164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.91699981689452,"PosY":-59.82598876953125,"PosZ":57.43399810791016,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":0.0,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"NPCMonsterID":7010011,"EventID":10301299,"groupId":48,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"49":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.9739990234375,"PosY":-17.82200050354004,"PosZ":56.50299835205078,"RotY":270.0,"PropID":103053,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"Open","propStateList":["Closed","Open"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_03_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.67900085449219,"PosY":-17.82200050354004,"PosZ":56.506000518798835,"RotY":90.0,"PropID":103053,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"Closed","propStateList":["Closed","Open"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.95700073242188,"PosY":-59.81999969482422,"PosZ":60.005001068115234,"RotY":180.0,"PropID":103051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"Open","propStateList":["Closed","Open"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.19283294677734,"PosY":-58.782989501953125,"PosZ":42.60499954223633,"RotY":3.0000001061125654e-6,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.76000213623048,"PosY":-56.53948974609375,"PosZ":42.59299850463867,"RotY":5.281649112701416,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.73200225830078,"PosY":-58.79800033569336,"PosZ":51.584999084472656,"RotY":3.0000001061125654e-6,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.28700256347656,"PosY":-58.78025817871094,"PosZ":51.599998474121094,"RotY":90.00041198730469,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap03_WolfBro_TeleportGate.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-101.9800033569336,"PosY":-17.82200050354004,"PosZ":61.87699890136719,"RotY":89.9999771118164,"groupId":0},"2":{"ID":2,"PosX":-112.1989974975586,"PosY":-58.79800033569336,"PosZ":58.571998596191406,"RotY":359.3934020996094,"groupId":0},"3":{"ID":3,"PosX":-101.94300079345705,"PosY":-59.82600021362305,"PosZ":58.29600143432618,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":-101.5500030517578,"PosY":-17.82200050354004,"PosZ":56.50299835205078,"RotY":270.0003967285156,"groupId":0},"5":{"ID":5,"PosX":-104.81400299072266,"PosY":-56.53948974609375,"PosZ":43.39400100708008,"RotY":272.2262878417969,"groupId":0},"6":{"ID":6,"PosX":-94.24099731445312,"PosY":-58.79800033569336,"PosZ":43.1870002746582,"RotY":9.999999747378752e-6,"groupId":0},"10":{"ID":10,"PosX":-112.2239990234375,"PosY":-59.82600021362305,"PosZ":47.368999481201165,"RotY":0.0,"groupId":0},"11":{"ID":11,"PosX":-96.70500183105469,"PosY":-58.79800033569336,"PosZ":51.57400131225586,"RotY":90.00000762939453,"groupId":0},"12":{"ID":12,"PosX":-111.4990005493164,"PosY":-58.79798889160156,"PosZ":51.58000183105469,"RotY":270.0,"groupId":0},"13":{"ID":13,"PosX":-104.9384994506836,"PosY":-15.55428981781006,"PosZ":61.8601188659668,"RotY":91.02320861816406,"groupId":0},"14":{"ID":14,"PosX":-112.13770294189452,"PosY":-56.29037094116211,"PosZ":53.864398956298835,"RotY":0.0,"groupId":0},"15":{"ID":15,"PosX":-112.27890014648438,"PosY":-57.41788864135742,"PosZ":44.126190185546875,"RotY":359.7522888183594,"groupId":0}}},"53":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":152.5030059814453,"PosY":-37.037818908691406,"PosZ":169.66900634765625,"RotY":270.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":152.5030059814453,"PosY":-37.037818908691406,"PosZ":169.66900634765625,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":152.5030059814453,"PosY":-37.037818908691406,"PosZ":169.66900634765625,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":152.5030059814453,"PosY":-37.037818908691406,"PosZ":169.66900634765625,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":149.4199981689453,"PosY":-34.32987976074219,"PosZ":169.62600708007812,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":149.4199981689453,"PosY":-34.32987976074219,"PosZ":169.62600708007812,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":151.6580047607422,"PosY":-35.683998107910156,"PosZ":169.65699768066406,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":149.4199981689453,"PosY":-34.32987976074219,"PosZ":169.29600524902344,"RotY":90.0,"groupId":0}}},"60":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.450000047683716,"PosY":-21.912860870361328,"PosZ":194.38999938964844,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":60,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.119999997317791,"PosY":-22.21285057067871,"PosZ":195.0099945068359,"RotY":0.0,"groupId":0}}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-152.4387969970703,"PosY":16.12700080871582,"PosZ":-136.36000061035156,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ShowGroupMonsterVision_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":120.70999908447266,"PosY":-30.383380889892575,"PosZ":147.5948028564453,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerTalk_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":120.29000091552734,"PosY":-30.291379928588867,"PosZ":147.42999267578125,"RotY":270.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.947998046875,"PosY":-17.826990127563477,"PosZ":61.60100173950195,"RotY":89.9999771118164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerTalk_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-108.57050323486328,"PosY":-59.5340690612793,"PosZ":57.104000091552734,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerTalk_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.51699829101564,"PosY":-59.58198928833008,"PosZ":48.14022064208984,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerTalk_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.46449279785156,"PosY":-59.66640853881836,"PosZ":45.186870574951165,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TriggerTalk_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.6510009765625,"PosY":-17.826990127563477,"PosZ":62.060001373291016,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":260.09161376953125,"PosX":153.55999755859375,"PosY":-37.037818908691406,"PosZ":179.80299377441406,"NPCMonsterID":3002011,"EventID":10301299,"groupId":73,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P43305_F43305001":{"teleports":{},"group_items":{"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":48.13199996948242,"PosY":7.5370001792907715,"PosZ":-438.8580017089844,"RotY":0.0,"PropID":103030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_05_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":30.128999710083008,"PosY":7.5370001792907715,"PosZ":-438.8580017089844,"RotY":0.0,"PropID":103030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_05_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.944000244140625,"PosY":7.5370001792907715,"PosZ":-438.8269958496094,"RotY":0.0,"PropID":103030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_05_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.94200134277344,"PosY":7.5370001792907715,"PosZ":-438.8580017089844,"RotY":0.0,"PropID":103030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_05_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43305_F43305002":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.5344009399414,"PosY":-4.9099907875061035,"PosZ":-93.0,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":63,"MappingInfoID":2102,"InitLevelGraph":null,"State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},"2390":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.19000244140625,"PosY":-4.760000228881836,"PosZ":-79.73999786376953,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":146.21800231933594,"PosY":28.083730697631836,"PosZ":-175.91299438476565,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":81.34600067138672,"PosY":22.089000701904297,"PosZ":-196.9250030517578,"RotY":89.99987030029298,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.31999969482422,"PosY":22.100000381469727,"PosZ":-196.8090057373047,"RotY":89.99987030029298,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.3030014038086,"PosY":22.09000015258789,"PosZ":-148.88900756835938,"RotY":270.0000915527344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.4080047607422,"PosY":22.09000015258789,"PosZ":-148.88900756835938,"RotY":270.0000915527344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.343994140625,"PosY":-4.909992218017578,"PosZ":-61.77899932861328,"RotY":0.000012000000424450263,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":149.2550048828125,"PosY":28.111000061035156,"PosZ":-130.927001953125,"RotY":270.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_03.json","State":"Open","propStateList":["Closed","Open"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":110.20400238037108,"PosY":22.108999252319336,"PosZ":-217.94400024414065,"RotY":0.000012000000424450263,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.33099365234375,"PosY":-4.909992218017578,"PosZ":-79.77300262451172,"RotY":270.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-188.50100708007812,"PosY":16.040000915527344,"PosZ":-55.88999938964844,"RotY":-0.00005500000042957254,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.4149932861328,"PosY":-10.909999847412108,"PosZ":-130.93190002441406,"RotY":89.99981689453125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-165.4029998779297,"PosY":-10.909999847412108,"PosZ":-139.927001953125,"RotY":-0.00017800000205170363,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.3219985961914,"PosY":-16.909990310668945,"PosZ":-196.91299438476565,"RotY":89.99981689453125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.22100067138672,"PosY":-16.868000030517578,"PosZ":-198.93099975585935,"RotY":269.9997863769531,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":79.74099731445312,"PosY":22.090009689331055,"PosZ":-200.44000244140625,"RotY":269.9997863769531,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.38499450683594,"PosY":22.08099937438965,"PosZ":-148.88699340820312,"RotY":270.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_03.json","State":"Open","propStateList":["Closed","Open"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-190.55099487304688,"PosY":16.032100677490234,"PosZ":-52.573001861572266,"RotY":-0.0002189999941037968,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.16500091552734,"PosY":22.09000015258789,"PosZ":-175.8090057373047,"RotY":180.00010681152344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"60":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":159.22869873046875,"PosY":27.79326057434082,"PosZ":-139.0478973388672,"RotY":15.697290420532228,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"63":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.5344009399414,"PosY":-4.9099907875061035,"PosZ":-93.0,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":63,"MappingInfoID":2102,"InitLevelGraph":null,"State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-121.83999633789064,"PosY":-4.9099907875061035,"PosZ":-92.5999984741211,"RotY":0.0,"groupId":0}}},"67":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":73.44000244140625,"PosY":22.09000015258789,"PosZ":-243.06500244140625,"RotY":90.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.697998046875,"PosY":-16.918149948120117,"PosZ":-249.1300048828125,"RotY":180.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.51599884033203,"PosY":22.09000015258789,"PosZ":-246.6499938964844,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.96800231933594,"PosY":21.031890869140625,"PosZ":-33.553001403808594,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.96800231933594,"PosY":21.031890869140625,"PosZ":-30.253999710083008,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.79000091552734,"PosY":-4.906000137329102,"PosZ":-30.006000518798828,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.79000091552734,"PosY":-4.906000137329102,"PosZ":-33.30500030517578,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":120.5,"PosY":32.410011291503906,"PosZ":-337.989990234375,"RotY":0.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":264.50299072265625,"PosY":32.420021057128906,"PosZ":-310.4549865722656,"RotY":180.00010681152344,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":261.21099853515625,"PosY":32.420021057128906,"PosZ":-410.1950073242187,"RotY":0.00007899999764049426,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":76.87999725341797,"PosY":22.089000701904297,"PosZ":-243.9929962158203,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-75.86599731445312,"PosY":22.089000701904297,"PosZ":-243.9929962158203,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":263.0,"PosY":32.41997146606445,"PosZ":-312.5,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":-69.30999755859375,"PosY":-16.918230056762695,"PosZ":-251.22999572753903,"RotY":180.5162048339844,"groupId":0},"5":{"ID":5,"PosX":-130.1699981689453,"PosY":-4.909986972808838,"PosZ":-31.597000122070312,"RotY":270.0,"groupId":0},"6":{"ID":6,"PosX":-128.57000732421875,"PosY":21.06686019897461,"PosZ":-31.780000686645508,"RotY":270.0,"groupId":0},"7":{"ID":7,"PosX":69.30000305175781,"PosY":-16.91819953918457,"PosZ":-251.2100067138672,"RotY":180.0,"groupId":0},"8":{"ID":8,"PosX":122.13330078125,"PosY":32.41999816894531,"PosZ":-335.119384765625,"RotY":359.6611022949219,"groupId":0},"9":{"ID":9,"PosX":69.50399780273438,"PosY":-16.91819953918457,"PosZ":-251.3650054931641,"RotY":217.3488006591797,"groupId":0}}},"71":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.19000244140625,"PosY":-4.760000228881836,"PosZ":-79.73999786376953,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43306_F43306001":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.16699981689453,"PosY":57.09645080566406,"PosZ":-2.1570000648498535,"RotY":0.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.16699981689453,"PosY":57.09645080566406,"PosZ":-2.1570000648498535,"RotY":0.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.739999771118164,"PosY":56.83417892456055,"PosZ":-4.929999828338623,"RotY":337.7091979980469,"PropID":103040,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.75,"PosY":56.83417892456055,"PosZ":17.329999923706055,"RotY":22.299999237060547,"PropID":103040,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-28.34600067138672,"PosY":56.83417892456055,"PosZ":6.203000068664551,"RotY":269.9999084472656,"groupId":0},"2":{"ID":2,"PosX":-28.34600067138672,"PosY":56.83417892456055,"PosZ":6.203000068664551,"RotY":269.9999084472656,"groupId":0}}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.1649932861328,"PosY":65.24188232421875,"PosZ":68.55000305175781,"RotY":0.8382899761199952,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"Closed","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.1649932861328,"PosY":62.1397705078125,"PosZ":68.55000305175781,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.68000030517578,"PosY":52.11399841308594,"PosZ":101.31999969482422,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.543701171875,"PosY":62.73543930053711,"PosZ":76.74250030517578,"RotY":92.08316040039062,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-127.91619873046876,"PosY":62.73543930053711,"PosZ":85.55313110351562,"RotY":180.8383026123047,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.67369842529295,"PosY":57.72256088256836,"PosZ":101.93810272216795,"RotY":92.08316040039062,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.30120086669922,"PosY":57.72256088256836,"PosZ":93.12750244140624,"RotY":92.08316040039062,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.92250061035156,"PosY":60.229000091552734,"PosZ":84.93499755859375,"RotY":92.08316040039062,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Common_LG/TriggerCameraLookat.json","State":"Closed","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-131.14999389648438,"PosY":91.30999755859376,"PosZ":88.11000061035156,"RotY":106.57039642333984,"groupId":0},"2":{"ID":2,"PosX":-133.5500030517578,"PosY":62.349998474121094,"PosZ":64.44999694824219,"RotY":48.814910888671875,"groupId":0},"3":{"ID":3,"PosX":-88.04530334472656,"PosY":52.95806884765625,"PosZ":106.0613021850586,"RotY":226.8415985107422,"groupId":0},"4":{"ID":4,"PosX":-131.15179443359375,"PosY":62.12644958496094,"PosZ":64.7723388671875,"RotY":218.3643035888672,"groupId":0},"5":{"ID":5,"PosX":-86.37000274658203,"PosY":52.099998474121094,"PosZ":102.8000030517578,"RotY":80.47406768798828,"groupId":0},"6":{"ID":6,"PosX":-101.99430084228516,"PosY":71.66004180908203,"PosZ":77.57864379882812,"RotY":314.2795104980469,"groupId":0}}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":16.71047019958496,"PosY":55.332889556884766,"PosZ":86.50106048583984,"RotY":180.9739990234375,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"Closed","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":3.8499960899353023,"PosY":51.90999984741211,"PosZ":86.76000213623047,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.447024822235107,"PosY":46.35000991821289,"PosZ":44.38301086425781,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":3.2712969779968266,"PosY":50.735198974609375,"PosZ":52.72031021118164,"RotY":271.15350341796875,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.586649894714355,"PosY":52.44596862792969,"PosZ":70.08540344238281,"RotY":0.9739789962768555,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":16.348779678344727,"PosY":52.659809112548835,"PosZ":65.22624969482422,"RotY":271.15350341796875,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":3.705321073532105,"PosY":53.94289016723633,"PosZ":78.25007629394531,"RotY":0.9739789962768555,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.09048080444336,"PosY":50.735198974609375,"PosZ":57.406829833984375,"RotY":271.15350341796875,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":18.78700065612793,"PosY":79.61699676513672,"PosZ":76.30400085449219,"RotY":247.31399536132812,"groupId":0},"2":{"ID":2,"PosX":5.9070000648498535,"PosY":52.060001373291016,"PosZ":93.50700378417967,"RotY":192.3040008544922,"groupId":0},"3":{"ID":3,"PosX":-5.610000133514404,"PosY":47.08000183105469,"PosZ":37.637001037597656,"RotY":357.3161926269531,"groupId":0},"4":{"ID":4,"PosX":2.2799999713897705,"PosY":51.61000061035156,"PosZ":93.36000061035156,"RotY":347.5191955566406,"groupId":0},"5":{"ID":5,"PosX":-5.377999782562256,"PosY":46.31800079345703,"PosZ":39.40900039672851,"RotY":356.97259521484375,"groupId":0},"6":{"ID":6,"PosX":-30.932039260864254,"PosY":70.90400695800781,"PosZ":58.204349517822266,"RotY":68.99552917480469,"groupId":0}}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":34.99319839477539,"PosY":53.688289642333984,"PosZ":-21.85157012939453,"RotY":171.06109619140625,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"Closed","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.489240646362305,"PosY":48.56003952026367,"PosZ":-46.147029876708984,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.8685760498046875,"PosY":54.88003921508789,"PosZ":-74.01615905761719,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":27.027809143066406,"PosY":60.575218200683594,"PosZ":-68.83570861816406,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":8.20028305053711,"PosY":54.73231887817382,"PosZ":-46.76264953613281,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":28.131200790405273,"PosY":53.358909606933594,"PosZ":-43.30900955200195,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":31.23467063903809,"PosY":60.098121643066406,"PosZ":-63.03963851928711,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.21344800293445587,"PosY":55.68650817871094,"PosZ":-58.35477828979492,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.523773193359375,"PosY":52.526508331298835,"PosZ":-44.42021942138672,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.178910255432127,"PosY":54.82215118408203,"PosZ":-60.081600189208984,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.14436912536621,"PosY":53.957801818847656,"PosZ":-61.80841064453125,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.592639923095703,"PosY":55.77634811401367,"PosZ":-71.67373657226562,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.10983085632324,"PosY":53.09344100952149,"PosZ":-63.53522872924805,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.76496124267578,"PosY":55.38909149169922,"PosZ":-79.19660949707033,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":11.303750038146973,"PosY":58.36941909790039,"PosZ":-66.49327850341797,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.21329116821289,"PosY":49.45634841918945,"PosZ":-43.80459976196289,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.040748596191406,"PosY":51.36473083496094,"PosZ":-66.9888687133789,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-15.4399995803833,"PosY":96.19999694824219,"PosZ":-18.40999984741211,"RotY":169.9344024658203,"groupId":0},"2":{"ID":2,"PosX":-19.29513931274414,"PosY":50.25733184814453,"PosZ":-38.55638885498047,"RotY":164.69920349121094,"groupId":0},"3":{"ID":3,"PosX":-2.819999933242798,"PosY":55.53900146484375,"PosZ":-82.0,"RotY":355.38958740234375,"groupId":0},"4":{"ID":4,"PosX":31.45400047302246,"PosY":53.774600982666016,"PosZ":-37.01900100708008,"RotY":209.8011016845703,"groupId":0},"5":{"ID":5,"PosX":-19.610000610351562,"PosY":48.582759857177734,"PosZ":-40.63999938964844,"RotY":332.0,"groupId":0},"6":{"ID":6,"PosX":-1.5,"PosY":54.75,"PosZ":-81.2699966430664,"RotY":165.62750244140625,"groupId":0},"7":{"ID":7,"PosX":30.729999542236328,"PosY":53.25,"PosZ":-40.599998474121094,"RotY":348.0,"groupId":0},"8":{"ID":8,"PosX":2.548024892807007,"PosY":78.26056671142578,"PosZ":-51.019290924072266,"RotY":254.15480041503903,"groupId":0},"9":{"ID":9,"PosX":36.88235092163086,"PosY":80.54881286621094,"PosZ":-65.84491729736328,"RotY":286.4695129394531,"groupId":0}}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.3791961669922,"PosY":58.42852020263672,"PosZ":-103.9906997680664,"RotY":349.8017883300781,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"Closed","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.13999938964844,"PosY":55.32640075683594,"PosZ":-99.98999786376953,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.0500030517578,"PosY":62.1397705078125,"PosZ":-56.02000045776367,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.3636932373047,"PosY":63.87921142578125,"PosZ":-66.41429138183594,"RotY":169.8018035888672,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-146.33419799804688,"PosY":61.835201263427734,"PosZ":-82.00572967529298,"RotY":79.80182647705078,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.85650634765625,"PosY":60.472530364990234,"PosZ":-89.1994400024414,"RotY":169.8018035888672,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.5428009033203,"PosY":61.835201263427734,"PosZ":-78.8051528930664,"RotY":79.80182647705078,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.82630157470705,"PosY":59.79119110107422,"PosZ":-89.59571075439453,"RotY":169.8018035888672,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.40830230712892,"PosY":61.15385818481445,"PosZ":-80.80171203613281,"RotY":169.8018035888672,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.0947036743164,"PosY":62.51654052734375,"PosZ":-70.40740966796875,"RotY":79.80182647705078,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-100.96099853515624,"PosY":88.85399627685547,"PosZ":-86.3550033569336,"RotY":288.9476013183594,"groupId":0},"2":{"ID":2,"PosX":-121.822998046875,"PosY":56.10699844360352,"PosZ":-107.29799652099608,"RotY":8.006599426269531,"groupId":0},"3":{"ID":3,"PosX":-131.0800018310547,"PosY":62.33000183105469,"PosZ":-48.849998474121094,"RotY":153.93890380859375,"groupId":0},"4":{"ID":4,"PosX":-118.76000213623048,"PosY":55.38999938964844,"PosZ":-106.38999938964844,"RotY":163.56520080566406,"groupId":0},"5":{"ID":5,"PosX":-132.37600708007812,"PosY":62.12644958496094,"PosZ":-55.83258819580078,"RotY":19.27573013305664,"groupId":0},"6":{"ID":6,"PosX":-141.4774932861328,"PosY":82.28215789794922,"PosZ":-89.85662841796875,"RotY":61.29161834716797,"groupId":0}}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":36.519439697265625,"PosY":49.272708892822266,"PosZ":29.99799919128418,"RotY":270.0,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.62200164794922,"PosY":57.86236953735352,"PosZ":-117.70500183105467,"RotY":257.44329833984375,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":36.59000015258789,"PosY":49.27354049682618,"PosZ":-18.680999755859375,"RotY":270.0000915527344,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.25399780273438,"PosY":62.59407043457031,"PosZ":-0.6269999742507935,"RotY":179.69009399414065,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.01699829101562,"PosY":62.59407043457031,"PosZ":11.810999870300291,"RotY":359.69049072265625,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":33.845001220703125,"PosY":48.57025909423828,"PosZ":27.113000869750977,"RotY":90.0,"PropID":103044,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.53799819946289,"PosY":57.86236953735352,"PosZ":-120.4739990234375,"RotY":77.44329833984375,"PropID":103044,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.00299835205078,"PosY":62.09749984741211,"PosZ":-3.0420000553131104,"RotY":0.0,"PropID":103044,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.55900001525879,"PosY":51.604400634765625,"PosZ":140.13600158691406,"RotY":166.96270751953125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.83000183105467,"PosY":62.59489059448242,"PosZ":6.019999980926514,"RotY":270.0,"PropID":103141,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":293.1759948730469,"PosY":49.62248992919922,"PosZ":12.42099952697754,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":-22.684900283813477,"PosY":51.58612060546875,"PosZ":136.66470336914065,"RotY":167.17999267578125,"groupId":0}}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.549999237060547,"PosY":40.209999084472656,"PosZ":5.679999828338623,"RotY":0.0,"PropID":103185,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103186,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-172.8000030517578,"PosY":64.4000015258789,"PosZ":6.310147762298584,"RotY":0.0,"PropID":103098,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ScreenTvSet_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-184.1199951171875,"PosY":63.15999984741211,"PosZ":6.230000019073486,"RotY":59.47692108154297,"PropID":103214,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43306_F43306002":{"teleports":{},"group_items":{}},"P43307_F43307001":{"teleports":{"2390":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.19000244140625,"PosY":-4.760000228881836,"PosZ":-79.73999786376953,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":262.97900390625,"PosY":32.42000961303711,"PosZ":-359.6499938964844,"RotY":0.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/TestLevel/JigsawPuzzle_JigsawSir_New_V3.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":267.6759948730469,"PosY":33.43000030517578,"PosZ":-365.4519958496094,"RotY":0.0,"PropID":9103010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/TestLevel/JigsawPuzzle_CollectablePiece_New_V2.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":257.0589904785156,"PosY":33.40800094604492,"PosZ":-367.7839965820313,"RotY":0.0,"PropID":9103010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/TestLevel/JigsawPuzzle_CollectablePiece_New_V2.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":252.87289428710935,"PosY":33.74800109863281,"PosZ":-355.6700134277344,"RotY":0.0,"PropID":9103010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/TestLevel/JigsawPuzzle_CollectablePiece_New_V2.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":263.61529541015625,"PosY":32.42000961303711,"PosZ":-355.5043029785156,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/TestLevel/JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":262.9360046386719,"PosY":34.265010833740234,"PosZ":-356.22198486328125,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":262.6059875488281,"PosY":34.265010833740234,"PosZ":-356.22198486328125,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0}}},"14":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.19000244140625,"PosY":-4.760000228881836,"PosZ":-79.73999786376953,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43308_F43308001":{"teleports":{},"group_items":{"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":61.000038146972656,"PosY":0.000018999999156221747,"PosZ":-121.37999725341795,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/Common_Raid_HPAllRecoverAfterAnyBattle.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43310_F43310001":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":322.394287109375,"PosY":123.97989654541016,"PosZ":616.3402709960938,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":33,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":282.44000244140625,"PosY":122.13899993896484,"PosZ":623.6500244140625,"RotY":0.0,"PropID":111,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_MissionHint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":125.90000152587892,"PosY":184.32000732421875,"PosZ":692.4400024414062,"RotY":0.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":94.7300033569336,"PosY":185.55990600585935,"PosZ":713.8200073242188,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":85.87999725341797,"PosY":185.55990600585935,"PosZ":733.8400268554688,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":131.0570068359375,"PosY":184.32000732421875,"PosZ":697.72998046875,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":121.86820220947266,"PosY":184.32000732421875,"PosZ":699.1171264648438,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController_NPC.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":125.91000366210938,"PosY":184.32000732421875,"PosZ":689.4299926757812,"Name":"NPC1","RotY":180.0,"NPCID":13137,"groupId":18,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":125.91000366210938,"PosY":184.32000732421875,"PosZ":689.4299926757812,"Name":"NPC2","RotY":190.37100219726565,"NPCID":13127,"groupId":18,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":125.89299774169922,"PosY":186.03799438476565,"PosZ":695.6539916992188,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":125.89299774169922,"PosY":186.03799438476565,"PosZ":695.6539916992188,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":125.89299774169922,"PosY":186.03799438476565,"PosZ":695.6539916992188,"RotY":180.0,"groupId":0}}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":322.394287109375,"PosY":123.97989654541016,"PosZ":616.3402709960938,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":33,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":322.22198486328125,"PosY":123.69110107421876,"PosZ":619.47998046875,"RotY":90.0,"groupId":0}}}}},"P43312_F43312001":{"teleports":{"2102":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.1700000762939453,"PosY":172.59849548339844,"PosZ":-91.59819030761719,"RotY":0.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":11,"MappingInfoID":2102,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.54999923706055,"PosY":182.85899353027344,"PosZ":37.61000061035156,"RotY":50.36357879638672,"PropID":100075,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_GiantAutoDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":34.28200149536133,"PosY":172.24119567871094,"PosZ":61.09000015258789,"RotY":140.34190368652344,"PropID":100075,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_GiantAutoDoor_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.492000102996826,"PosY":172.24490356445312,"PosZ":69.00599670410156,"RotY":230.34190368652344,"PropID":100075,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_GiantAutoDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":50.099998474121094,"PosY":172.3070068359375,"PosZ":34.560001373291016,"RotY":320.3418884277344,"PropID":100076,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_MechaDoor_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":4.960999965667725,"PosY":172.2830047607422,"PosZ":-85.69999694824219,"RotY":264.5,"PropID":100076,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_MechaDoor_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.125999450683594,"PosY":182.93670654296875,"PosZ":42.04999923706055,"RotY":53.34000015258789,"PropID":100078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_ConsoleAutoDoor_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":29.864999771118164,"PosY":172.314697265625,"PosZ":60.90599822998047,"RotY":319.53399658203125,"PropID":100078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_ConsoleAutoDoor_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.14099884033203,"PosY":177.56919860839844,"PosZ":41.48699951171875,"RotY":140.0,"PropID":100079,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_GlassDoor_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":86.62000274658203,"PosY":411.95599365234375,"PosZ":-14.145079612731934,"RotY":90.0,"PropID":100075,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_GiantAutoDoor_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.63500213623047,"PosY":411.95599365234375,"PosZ":-14.144920349121094,"RotY":90.0,"PropID":100075,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_GiantAutoDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.707759857177734,"PosY":182.9205017089844,"PosZ":-66.18714141845703,"RotY":309.5,"PropID":100088,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.707759857177734,"PosY":182.8804931640625,"PosZ":-66.18714141845703,"RotY":219.5,"PropID":300008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrameN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DoorFrameN4_00_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.71200180053711,"PosY":182.86199951171875,"PosZ":-66.322998046875,"RotY":312.9648132324219,"PropID":100078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_ConsoleAutoDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":73.22799682617188,"PosY":172.4409942626953,"PosZ":-14.22599983215332,"RotY":90.7564697265625,"PropID":100088,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_04.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":70.677001953125,"PosY":172.38400268554688,"PosZ":-14.231590270996094,"RotY":0.0,"PropID":300008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrameN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DoorFrameN4_00_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":13.956000328063965,"PosY":172.2949981689453,"PosZ":85.55699920654298,"RotY":185.73260498046875,"PropID":100088,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_04.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":13.73799991607666,"PosY":172.2200927734375,"PosZ":83.38999938964844,"RotY":275.73260498046875,"PropID":300008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrameN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DoorFrameN4_00_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.428999900817873,"PosY":177.43600463867188,"PosZ":-121.68099975585938,"RotY":309.5,"PropID":100088,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":12.104999542236328,"PosY":174.89320373535156,"PosZ":-104.31999969482422,"RotY":309.4999084472656,"PropID":100088,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":25.850229263305664,"PosY":172.26100158691406,"PosZ":50.78253173828125,"RotY":95.34190368652344,"PropID":100088,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":22.24720001220703,"PosY":172.3000030517578,"PosZ":64.67595672607422,"RotY":50.34188079833984,"PropID":100088,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.419790267944336,"PosY":177.42050170898438,"PosZ":-121.68810272216795,"RotY":219.5,"PropID":300008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrameN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DoorFrameN4_00_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":12.138259887695312,"PosY":174.87759399414065,"PosZ":-104.34719848632812,"RotY":219.49989318847656,"PropID":300008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrameN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DoorFrameN4_00_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":25.864999771118164,"PosY":172.24549865722656,"PosZ":50.78099822998047,"RotY":5.341862201690674,"PropID":300008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrameN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DoorFrameN4_00_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":22.299999237060547,"PosY":172.25149536132812,"PosZ":64.72000122070312,"RotY":320.3418884277344,"PropID":300008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrameN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DoorFrameN4_00_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":81.6050033569336,"PosY":163.6199951171875,"PosZ":-14.231209754943848,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.001099586486816,"PosY":176.39109802246094,"PosZ":51.727928161621094,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/N4/Chapter00_N401_CapturePolymer_Splinter_Normal.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.200000047683716,"PosY":185.02940368652344,"PosZ":-14.100000381469728,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/N4/Chapter00_N401_BlockStateSave.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.199999809265137,"PosY":420.4801025390625,"PosZ":-10.800000190734863,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F43312001/LG_Prop_F43312001_G10_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"11":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.3008804321289,"PosY":183.16200256347656,"PosZ":-17.565040588378906,"RotY":0.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":11,"MappingInfoID":2102,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.1700000762939453,"PosY":172.59849548339844,"PosZ":-91.59819030761719,"RotY":0.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":11,"MappingInfoID":2102,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":13.796099662780762,"PosY":172.22850036621094,"PosZ":95.26422882080078,"RotY":184.1499938964844,"groupId":0},"2":{"ID":2,"PosX":-81.6060791015625,"PosY":182.86199951171875,"PosZ":-15.44699001312256,"RotY":104.35459899902344,"groupId":0},"3":{"ID":3,"PosX":-1.0556490421295166,"PosY":172.29849243164065,"PosZ":-93.17450714111328,"RotY":35.93754959106445,"groupId":0}}},"12":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":34.194400787353516,"PosY":172.39999389648438,"PosZ":-77.97310638427734,"RotY":348.385009765625,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.258060455322266,"PosY":182.86770629882812,"PosZ":-77.34866333007812,"RotY":348.385009765625,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":10.698630332946776,"PosY":180.92030334472656,"PosZ":-103.197998046875,"RotY":348.385009765625,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.75010681152344,"PosY":182.86199951171875,"PosZ":-21.107709884643555,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-66.18192291259766,"PosY":183.44000244140625,"PosZ":-27.48514938354492,"Name":"NPC1","RotY":298.072509765625,"NPCID":2212,"groupId":17,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-67.14716339111328,"PosY":183.44000244140625,"PosZ":-33.0994987487793,"Name":"NPC2","RotY":27.029640197753903,"NPCID":2212,"groupId":17,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-68.05999755859375,"PosY":182.86199951171875,"PosZ":-19.200000762939453,"Name":"NPC3","RotY":178.9866943359375,"NPCID":10114,"groupId":17,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":-68.66999816894531,"PosY":182.89210510253903,"PosZ":-20.5,"Name":"NPC4","RotY":167.43099975585938,"NPCID":11412,"groupId":17,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":-69.79000091552734,"PosY":182.86199951171875,"PosZ":-20.440000534057617,"Name":"NPC5","RotY":132.3271026611328,"NPCID":2213,"groupId":17,"IsDelete":false,"IsClientOnly":false},{"ID":400006,"PosX":-66.22000122070312,"PosY":182.86199951171875,"PosZ":-20.489999771118164,"Name":"NPC6","RotY":189.79440307617188,"NPCID":2213,"groupId":17,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-68.87000274658203,"PosY":184.55999755859375,"PosZ":-17.299999237060547,"RotY":172.14700317382812,"groupId":0}}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.83399963378906,"PosY":182.86199951171875,"PosZ":-11.199999809265137,"RotY":90.0,"PropID":100074,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_ConsoleGiantElevatorN4_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.83399963378906,"PosY":411.9078063964844,"PosZ":-11.199999809265137,"RotY":90.0,"PropID":100074,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_ConsoleGiantElevatorN4_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.31379699707033,"PosY":411.4700012207031,"PosZ":-14.116740226745604,"RotY":-0.00006800000119255856,"PropID":100073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_GiantElevatorOneStop_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_ElevatorPlatform_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-98.0199966430664,"PosY":184.4900054931641,"PosZ":-14.058079719543455,"RotY":90.0,"PropID":100091,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_N4ElevatorAirWall_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-98.0199966430664,"PosY":413.48199462890625,"PosZ":-14.1899995803833,"RotY":90.0,"PropID":100091,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_N4ElevatorAirWall_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-102.31379699707033,"PosY":182.42999267578125,"PosZ":-14.116740226745604,"RotY":-0.00006800000119255856,"groupId":0},"2":{"ID":2,"PosX":-102.31379699707033,"PosY":411.4700012207031,"PosZ":-14.116740226745604,"RotY":-0.00006800000119255856,"groupId":0}}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":29.036989212036133,"PosY":144.0010986328125,"PosZ":-17.652999877929688,"RotY":270.0,"PropID":100074,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_ConsoleGiantElevatorN4_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":90.39998626708984,"PosY":411.9078063964844,"PosZ":-17.3799991607666,"RotY":270.0,"PropID":100074,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_ConsoleGiantElevatorN4_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":96.87300109863281,"PosY":168.10000610351565,"PosZ":-14.244999885559082,"RotY":180.0,"PropID":100072,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_GiantElevatorMultiStops_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_ElevatorPlatform_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":29.709999084472656,"PosY":144.9600067138672,"PosZ":-14.229999542236328,"RotY":270.0,"PropID":100092,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_N4ElevatorAirWall_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":92.55599975585938,"PosY":413.5329895019531,"PosZ":-14.221469879150392,"RotY":90.0,"PropID":100091,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_N4ElevatorAirWall_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":34.31999969482422,"PosY":143.50999450683594,"PosZ":-14.1899995803833,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":41.099998474121094,"PosY":146.4499969482422,"PosZ":-14.1899995803833,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":96.87300109863281,"PosY":168.10000610351565,"PosZ":-14.244999885559082,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":96.87300109863281,"PosY":411.3900146484375,"PosZ":-14.244999885559082,"RotY":180.0,"groupId":0},"5":{"ID":5,"PosX":34.31999969482422,"PosY":146.4499969482422,"PosZ":-14.1899995803833,"RotY":180.0,"groupId":0}}},"29":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":349.9739074707031,"PosX":19.100000381469727,"PosY":172.39999389648438,"PosZ":-84.62998962402344,"NPCMonsterID":8032020,"EventID":43312211,"groupId":29,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":270.0,"PosX":47.007450103759766,"PosY":172.39999389648438,"PosZ":-68.36995697021484,"NPCMonsterID":8032010,"EventID":43312212,"groupId":29,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":34.78606033325195,"PosX":56.8725700378418,"PosY":172.39999389648438,"PosZ":-54.18959045410156,"NPCMonsterID":8032010,"EventID":43312213,"groupId":29,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P43312_F43312002":{"teleports":{},"group_items":{}},"P43312_F43312003":{"teleports":{"2390":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":72.05999755859375,"PosY":-18.709999084472656,"PosZ":-567.1799926757812,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":72.17716217041016,"PosY":-19.5,"PosZ":-567.3599853515625,"RotY":0.0,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-303.1700134277344,"PosY":-8.913792610168457,"PosZ":-77.23899841308594,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":71.87200164794922,"PosY":-15.720000267028809,"PosZ":-561.0170288085938,"RotY":178.93429565429688,"groupId":0},"3":{"ID":3,"PosX":72.05000305175781,"PosY":-17.19099998474121,"PosZ":-566.60400390625,"RotY":177.38729858398438,"groupId":0}}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.83050537109375,"PosY":-8.780000686645508,"PosZ":-80.2699966430664,"RotY":90.00005340576172,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-323.83050537109375,"PosY":-8.780000686645508,"PosZ":-80.2699966430664,"RotY":90.00005340576172,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-317.0830078125,"PosY":-8.75865364074707,"PosZ":-75.41000366210938,"RotY":90.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.885009765625,"PosY":-8.779999732971191,"PosZ":-86.3499984741211,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.885009765625,"PosY":-8.779999732971191,"PosZ":-92.3499984741211,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-341.72100830078125,"PosY":-8.869999885559082,"PosZ":-80.36432647705078,"RotY":89.9999771118164,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.72100830078125,"PosY":-8.869999885559082,"PosZ":-80.36432647705078,"RotY":89.9999771118164,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-348.5360107421875,"PosY":-8.800004959106445,"PosZ":-97.1240005493164,"RotY":270.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-341.8599853515625,"PosY":-8.805999755859375,"PosZ":-98.28700256347656,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-335.8599853515625,"PosY":-8.805999755859375,"PosZ":-98.2870101928711,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-323.8992919921875,"PosY":-8.779999732971191,"PosZ":-98.25,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-317.8992919921875,"PosY":-8.779999732971191,"PosZ":-98.25,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-311.9100036621094,"PosY":-8.800004959106445,"PosZ":-61.09000015258789,"RotY":-0.00003099999958067201,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-311.7847900390625,"PosY":-8.805999755859375,"PosZ":-68.32430267333984,"RotY":180.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-311.7847900390625,"PosY":-8.805999755859375,"PosZ":-62.32429885864258,"RotY":180.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-356.6400146484375,"PosY":-8.749753952026367,"PosZ":-77.21392059326172,"RotY":90.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_JigsawSir.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-315.95001220703125,"PosY":-25.776119232177734,"PosZ":-60.02402877807618,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece_FSV_OnWall.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-356.6400146484375,"PosY":-8.749753952026367,"PosZ":-77.21392059326172,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController_NPC.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-358.6600036621094,"PosY":-8.749753952026367,"PosZ":-77.12999725341797,"Name":"NPC1","RotY":90.0999984741211,"NPCID":1007,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-353.46881103515625,"PosY":-6.440415859222412,"PosZ":-77.20691680908203,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-353.46881103515625,"PosY":-6.440415859222412,"PosZ":-77.20691680908203,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-353.46881103515625,"PosY":-6.440415859222412,"PosZ":-77.20691680908203,"RotY":270.0,"groupId":0}}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-346.8500061035156,"PosY":6.010000228881836,"PosZ":-77.19000244140625,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece_FSV_OnWall.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-333.010009765625,"PosY":2.230003118515014,"PosZ":-97.3499984741211,"RotY":180.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece_FSV_OnWall.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"23":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":328.0892028808594,"PosX":-340.05999755859375,"PosY":-2.430000066757202,"PosZ":-104.23370361328124,"NPCMonsterID":8032020,"EventID":43312221,"groupId":23,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"27":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-339.3262023925781,"PosY":-3.079998016357422,"PosZ":-50.33757019042969,"NPCMonsterID":8032010,"EventID":43312222,"groupId":27,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"35":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":72.05999755859375,"PosY":-18.709999084472656,"PosZ":-567.1799926757812,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43313_F43313001":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.3799991607666,"PosY":0.5337839722633362,"PosZ":14.479999542236328,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":2,"MappingInfoID":2102,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},"2201":{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.019000053405762,"PosY":3.38700008392334,"PosZ":20.511999130249023,"RotY":0.0,"PropID":107,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2201,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.3799991607666,"PosY":0.5337839722633362,"PosZ":14.479999542236328,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":2,"MappingInfoID":2102,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":3.809999942779541,"PosY":0.23973099887371063,"PosZ":8.829999923706055,"RotY":0.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.540000915527344,"PosY":-2.3897740840911865,"PosZ":8.829999923706055,"RotY":0.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":8.789999961853027,"PosY":0.23973099887371063,"PosZ":-86.41999816894531,"RotY":0.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.079999923706055,"PosY":0.23973099887371063,"PosZ":-86.41999816894531,"RotY":0.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":30.559999465942383,"PosY":0.23380699753761292,"PosZ":-19.809999465942383,"RotY":90.00005340576172,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":30.559999465942383,"PosY":0.23380699753761292,"PosZ":-60.31999969482422,"RotY":90.00005340576172,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.019000053405762,"PosY":3.38700008392334,"PosZ":20.511999130249023,"RotY":0.0,"PropID":107,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2201,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-15.399999618530272,"PosY":0.5337839722633362,"PosZ":13.420000076293944,"RotY":180.00010681152344,"groupId":0}}},"13":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-19.622779846191406,"PosY":-0.07658399641513824,"PosZ":-21.15999984741211,"NPCMonsterID":1002040,"EventID":43313203,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":270.0,"PosX":-21.829999923706055,"PosY":-0.09297200292348863,"PosZ":-30.65999984741211,"NPCMonsterID":1002030,"EventID":43313204,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":234.84539794921875,"PosX":-10.06999969482422,"PosY":-0.07658399641513824,"PosZ":-32.31999969482422,"NPCMonsterID":1002040,"EventID":43313205,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P43313_F43313002":{"teleports":{},"group_items":{}},"P43313_F43313003":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":36.23984909057618,"PosY":4.241974830627441,"PosZ":197.3278961181641,"RotY":0.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"1":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":36.23984909057618,"PosY":4.241974830627441,"PosZ":197.3278961181641,"RotY":0.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":1,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":38.947811126708984,"PosY":0.9421460032463074,"PosZ":239.93600463867188,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":38.970001220703125,"PosY":3.9419760704040527,"PosZ":196.86000061035156,"RotY":180.0,"groupId":0}}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":32.96699905395508,"PosY":3.942146062850952,"PosZ":155.7570037841797,"RotY":0.0,"PropID":101005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_07_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":38.79499816894531,"PosY":3.9741249084472656,"PosZ":224.8280029296875,"RotY":0.0,"PropID":101005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_07_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":38.847999572753906,"PosY":0.9421449899673462,"PosZ":242.41299438476565,"RotY":0.0,"PropID":101005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_07_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":39.000999450683594,"PosY":3.941973924636841,"PosZ":203.1790008544922,"RotY":0.0,"PropID":101005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_07_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":29.95800018310547,"PosY":3.9419810771942134,"PosZ":155.9409942626953,"RotY":0.0,"PropID":301065,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_11_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":35.97800064086914,"PosY":3.9419810771942134,"PosZ":155.9409942626953,"RotY":0.0,"PropID":301065,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_11_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":30.709999084472656,"PosY":3.9419798851013184,"PosZ":162.60800170898438,"RotY":351.6265869140625,"PropID":301075,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Woodenbox_01b_Old_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":29.631999969482425,"PosY":3.9419798851013184,"PosZ":162.88400268554688,"RotY":319.7019958496094,"PropID":301075,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Woodenbox_01b_Old_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":36.4370002746582,"PosY":3.9419810771942134,"PosZ":161.9510040283203,"RotY":0.0,"PropID":101078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Furnace_03_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":32.95743942260742,"PosY":3.9654459953308105,"PosZ":128.3350067138672,"RotY":180.0,"PropID":101005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_07_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/43313_Raid/Maze_43313_DoorAnim.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43313_F43313004":{"teleports":{},"group_items":{}},"P43314_F43314001":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-134.3000030517578,"PosY":22.1200008392334,"PosZ":-164.10000610351565,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":null,"State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},"10062":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.83700561523438,"PosY":16.07699966430664,"PosZ":-150.9239959716797,"RotY":0.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10062,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"}},"group_items":{"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":146.21800231933594,"PosY":28.083730697631836,"PosZ":-175.91299438476565,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":81.34600067138672,"PosY":22.089000701904297,"PosZ":-196.9250030517578,"RotY":89.99987030029298,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.31999969482422,"PosY":22.100000381469727,"PosZ":-196.8090057373047,"RotY":89.99987030029298,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.3030014038086,"PosY":22.09000015258789,"PosZ":-148.88900756835938,"RotY":270.0000915527344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.4080047607422,"PosY":22.09000015258789,"PosZ":-148.88900756835938,"RotY":270.0000915527344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.343994140625,"PosY":-4.909992218017578,"PosZ":-61.77899932861328,"RotY":0.000012000000424450263,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":149.2550048828125,"PosY":28.111000061035156,"PosZ":-130.927001953125,"RotY":270.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":110.20400238037108,"PosY":22.108999252319336,"PosZ":-217.94400024414065,"RotY":0.000012000000424450263,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.33099365234375,"PosY":-4.909992218017578,"PosZ":-79.77300262451172,"RotY":270.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-188.50100708007812,"PosY":16.040000915527344,"PosZ":-55.88999938964844,"RotY":-0.00005500000042957254,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.4149932861328,"PosY":-10.909999847412108,"PosZ":-130.93190002441406,"RotY":89.99981689453125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-165.4029998779297,"PosY":-10.909999847412108,"PosZ":-139.927001953125,"RotY":-0.00017800000205170363,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.3219985961914,"PosY":-16.909990310668945,"PosZ":-196.91299438476565,"RotY":89.99981689453125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-83.50499725341797,"PosY":-16.868000030517578,"PosZ":-198.93099975585935,"RotY":269.9997863769531,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":80.13899993896484,"PosY":22.090009689331055,"PosZ":-199.56399536132812,"RotY":269.9997863769531,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.38499450683594,"PosY":22.08099937438965,"PosZ":-148.88699340820312,"RotY":270.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_03.json","State":"Open","propStateList":["Closed","Open"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-190.55099487304688,"PosY":16.032100677490234,"PosZ":-53.85699844360352,"RotY":-0.0002189999941037968,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.16500091552734,"PosY":22.09000015258789,"PosZ":-175.8090057373047,"RotY":180.00010681152344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.50100708007812,"PosY":22.085689544677734,"PosZ":-125.8740005493164,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-139.4600067138672,"PosY":16.07699966430664,"PosZ":-134.62399291992188,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.83700561523438,"PosY":16.07699966430664,"PosZ":-150.9239959716797,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSaveManagar_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.36000061035156,"PosY":17.6200008392334,"PosZ":-150.92999267578125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.72999572753906,"PosY":16.07699966430664,"PosZ":-149.60000610351565,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.83700561523438,"PosY":16.07699966430664,"PosZ":-150.9239959716797,"RotY":0.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10062,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.47000122070312,"PosY":16.07699966430664,"PosZ":-166.63900756835938,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfTreasureBoxHint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":0.0,"PosX":-215.5,"PosY":16.07699966430664,"PosZ":-150.9239959716797,"NPCMonsterID":7010011,"EventID":10301299,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-134.3000030517578,"PosY":22.1200008392334,"PosZ":-164.10000610351565,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":null,"State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43321_F43321001":{"teleports":{},"group_items":{"45":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.29000091552734,"PosY":11.510669708251951,"PosZ":-16.020000457763672,"RotY":247.48849487304688,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.29000091552734,"PosY":11.510669708251951,"PosZ":-16.020000457763672,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.29000091552734,"PosY":11.510669708251951,"PosZ":-16.020000457763672,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.29000091552734,"PosY":11.510669708251951,"PosZ":-16.020000457763672,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.810001373291016,"PosY":12.11299991607666,"PosZ":-12.300000190734863,"RotY":249.27110290527344,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-79.25640106201172,"PosY":13.228670120239258,"PosZ":-17.256999969482422,"RotY":67.48851013183594,"groupId":0},"2":{"ID":2,"PosX":-79.25640106201172,"PosY":13.228670120239258,"PosZ":-17.256999969482422,"RotY":67.48851013183594,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-79.25640106201172,"PosY":13.228670120239258,"PosZ":-17.256999969482422,"RotY":67.48851013183594,"groupId":0},"5":{"ID":5,"PosX":-93.0199966430664,"PosY":11.51056957244873,"PosZ":-190.2303924560547,"RotY":250.9532012939453,"groupId":0},"6":{"ID":6,"PosX":-69.12003326416016,"PosY":17.202980041503906,"PosZ":-17.429210662841797,"RotY":45.34431838989258,"groupId":0},"7":{"ID":7,"PosX":-65.25492095947266,"PosY":14.036680221557615,"PosZ":-12.800939559936523,"RotY":70.43978881835938,"groupId":0}}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.4239959716797,"PosY":11.500699996948242,"PosZ":-72.95333862304688,"RotY":180.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.4239959716797,"PosY":11.500699996948242,"PosZ":-66.95333862304688,"RotY":180.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-145.57899475097656,"PosY":11.510700225830078,"PosZ":-65.50196075439453,"RotY":0.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43321_F43321002":{"teleports":{},"group_items":{"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":-159.1199951171875,"PosZ":-508.5379943847656,"RotY":0.0,"PropID":103136,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Elevator_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":17.187999725341797,"PosZ":-508.5379943847656,"RotY":0.0,"PropID":103136,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Elevator_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.0,"PosY":-159.1199951171875,"PosZ":-508.5379943847656,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":0.0,"PosY":17.25,"PosZ":-508.5379943847656,"RotY":0.0,"groupId":0}}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.0,"PosY":-159.5,"PosZ":-500.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43322_F43322001":{"teleports":{"2390":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.19000244140625,"PosY":-4.760000228881836,"PosZ":-79.73999786376953,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":146.21800231933594,"PosY":28.083730697631836,"PosZ":-175.91299438476565,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":81.34600067138672,"PosY":22.089000701904297,"PosZ":-196.9250030517578,"RotY":89.99987030029298,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.31999969482422,"PosY":22.100000381469727,"PosZ":-196.8090057373047,"RotY":89.99987030029298,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.3030014038086,"PosY":22.09000015258789,"PosZ":-148.88900756835938,"RotY":270.0000915527344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.4080047607422,"PosY":22.09000015258789,"PosZ":-148.88900756835938,"RotY":270.0000915527344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.343994140625,"PosY":-4.909992218017578,"PosZ":-61.77899932861328,"RotY":0.000012000000424450263,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":149.2550048828125,"PosY":28.111000061035156,"PosZ":-130.927001953125,"RotY":270.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":110.20400238037108,"PosY":22.108999252319336,"PosZ":-217.94400024414065,"RotY":0.000012000000424450263,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.33099365234375,"PosY":-4.909992218017578,"PosZ":-79.77300262451172,"RotY":270.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-188.50100708007812,"PosY":16.040000915527344,"PosZ":-55.88999938964844,"RotY":-0.00005500000042957254,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.4149932861328,"PosY":-10.909999847412108,"PosZ":-130.93190002441406,"RotY":89.99981689453125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-165.4029998779297,"PosY":-10.909999847412108,"PosZ":-139.927001953125,"RotY":-0.00017800000205170363,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.3219985961914,"PosY":-16.909990310668945,"PosZ":-196.91299438476565,"RotY":89.99981689453125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.22100067138672,"PosY":-16.868000030517578,"PosZ":-198.93099975585935,"RotY":269.9997863769531,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":79.74099731445312,"PosY":22.090009689331055,"PosZ":-200.44000244140625,"RotY":269.9997863769531,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.38499450683594,"PosY":22.08099937438965,"PosZ":-148.88699340820312,"RotY":270.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-190.55099487304688,"PosY":16.032100677490234,"PosZ":-52.573001861572266,"RotY":-0.0002189999941037968,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.16500091552734,"PosY":22.09000015258789,"PosZ":-175.8090057373047,"RotY":180.00010681152344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":146.218994140625,"PosY":28.079999923706055,"PosZ":-217.9889984130859,"RotY":0.000012000000424450263,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":159.22869873046875,"PosY":27.79326057434082,"PosZ":-139.0478973388672,"RotY":15.697290420532228,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":70.98699951171875,"PosY":-16.918149948120117,"PosZ":-249.1300048828125,"RotY":180.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":73.44000244140625,"PosY":22.09000015258789,"PosZ":-243.06500244140625,"RotY":90.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.697998046875,"PosY":-16.918149948120117,"PosZ":-249.1300048828125,"RotY":180.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.51599884033203,"PosY":22.09000015258789,"PosZ":-246.6499938964844,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.96800231933594,"PosY":21.031890869140625,"PosZ":-33.553001403808594,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.96800231933594,"PosY":21.031890869140625,"PosZ":-30.253999710083008,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.79000091552734,"PosY":-4.906000137329102,"PosZ":-30.006000518798828,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.79000091552734,"PosY":-4.906000137329102,"PosZ":-33.30500030517578,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":120.5,"PosY":32.410011291503906,"PosZ":-337.989990234375,"RotY":0.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":264.50299072265625,"PosY":32.420021057128906,"PosZ":-310.4549865722656,"RotY":180.00010681152344,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":261.21099853515625,"PosY":32.420021057128906,"PosZ":-410.1950073242187,"RotY":0.00007899999764049426,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":76.87999725341797,"PosY":22.089000701904297,"PosZ":-243.9929962158203,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-75.86599731445312,"PosY":22.089000701904297,"PosZ":-243.9929962158203,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":263.0,"PosY":32.41997146606445,"PosZ":-312.5,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":-69.30999755859375,"PosY":-16.918230056762695,"PosZ":-251.22999572753903,"RotY":180.5162048339844,"groupId":0},"5":{"ID":5,"PosX":-130.1699981689453,"PosY":-4.909986972808838,"PosZ":-31.597000122070312,"RotY":270.0,"groupId":0},"6":{"ID":6,"PosX":-128.57000732421875,"PosY":21.06686019897461,"PosZ":-31.780000686645508,"RotY":270.0,"groupId":0},"7":{"ID":7,"PosX":69.30000305175781,"PosY":-16.91819953918457,"PosZ":-251.2100067138672,"RotY":180.0,"groupId":0},"8":{"ID":8,"PosX":122.13330078125,"PosY":32.41999816894531,"PosZ":-335.119384765625,"RotY":359.6611022949219,"groupId":0},"9":{"ID":9,"PosX":69.50399780273438,"PosY":-16.91819953918457,"PosZ":-251.3650054931641,"RotY":217.3488006591797,"groupId":0}}},"12":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.19000244140625,"PosY":-4.760000228881836,"PosZ":-79.73999786376953,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":136.82000732421875,"PosY":28.09000015258789,"PosZ":-179.35000610351565,"RotY":90.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":123.55999755859376,"PosY":23.103050231933594,"PosZ":-184.22999572753903,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":139.0904998779297,"PosY":23.103050231933594,"PosZ":-202.36529541015625,"RotY":222.12130737304688,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":105.75,"PosY":23.103050231933594,"PosZ":-196.3800048828125,"RotY":222.12130737304688,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_CollectablePiece.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":132.50970458984375,"PosY":28.09000015258789,"PosZ":-179.38389587402344,"RotY":90.0,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":140.03399658203125,"PosY":29.808000564575195,"PosZ":-179.34300231933594,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":140.03399658203125,"PosY":29.808000564575195,"PosZ":-179.34300231933594,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":140.03399658203125,"PosY":29.808000564575195,"PosZ":-179.34300231933594,"RotY":270.0,"groupId":0},"5":{"ID":5,"PosX":137.85699462890625,"PosY":29.808000564575195,"PosZ":-179.34300231933594,"RotY":270.0,"groupId":0},"6":{"ID":6,"PosX":136.98899841308594,"PosY":29.808000564575195,"PosZ":-179.34300231933594,"RotY":270.0,"groupId":0}}}}},"P43322_F43322002":{"teleports":{},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.1649932861328,"PosY":65.24188232421875,"PosZ":68.55000305175781,"RotY":0.8382899761199952,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"Closed","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.1649932861328,"PosY":62.1397705078125,"PosZ":68.55000305175781,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.68000030517578,"PosY":52.11399841308594,"PosZ":101.31999969482422,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.543701171875,"PosY":62.73543930053711,"PosZ":76.74250030517578,"RotY":92.08316040039062,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-127.91619873046876,"PosY":62.73543930053711,"PosZ":85.55313110351562,"RotY":180.8383026123047,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.67369842529295,"PosY":57.72256088256836,"PosZ":101.93810272216795,"RotY":92.08316040039062,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.30120086669922,"PosY":57.72256088256836,"PosZ":93.12750244140624,"RotY":92.08316040039062,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.92250061035156,"PosY":60.229000091552734,"PosZ":84.93499755859375,"RotY":92.08316040039062,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-131.14999389648438,"PosY":91.30999755859376,"PosZ":88.11000061035156,"RotY":106.57039642333984,"groupId":0},"2":{"ID":2,"PosX":-133.5500030517578,"PosY":62.349998474121094,"PosZ":64.44999694824219,"RotY":48.814910888671875,"groupId":0},"3":{"ID":3,"PosX":-88.04530334472656,"PosY":52.95806884765625,"PosZ":106.0613021850586,"RotY":226.8415985107422,"groupId":0},"4":{"ID":4,"PosX":-131.15179443359375,"PosY":62.12644958496094,"PosZ":64.7723388671875,"RotY":218.3643035888672,"groupId":0},"5":{"ID":5,"PosX":-86.37000274658203,"PosY":52.099998474121094,"PosZ":102.8000030517578,"RotY":80.47406768798828,"groupId":0},"6":{"ID":6,"PosX":-101.99430084228516,"PosY":71.66004180908203,"PosZ":77.57864379882812,"RotY":314.2795104980469,"groupId":0}}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":16.71047019958496,"PosY":55.332889556884766,"PosZ":86.50106048583984,"RotY":180.9739990234375,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":3.8499960899353023,"PosY":51.90999984741211,"PosZ":86.76000213623047,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.447024822235107,"PosY":46.35000991821289,"PosZ":44.38301086425781,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":3.2712969779968266,"PosY":50.735198974609375,"PosZ":52.72031021118164,"RotY":271.15350341796875,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.586649894714355,"PosY":52.44596862792969,"PosZ":70.08540344238281,"RotY":0.9739789962768555,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":16.348779678344727,"PosY":52.659809112548835,"PosZ":65.22624969482422,"RotY":271.15350341796875,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":3.705321073532105,"PosY":53.94289016723633,"PosZ":78.25007629394531,"RotY":0.9739789962768555,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.09048080444336,"PosY":50.735198974609375,"PosZ":57.406829833984375,"RotY":271.15350341796875,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":18.78700065612793,"PosY":79.61699676513672,"PosZ":76.30400085449219,"RotY":247.31399536132812,"groupId":0},"2":{"ID":2,"PosX":5.9070000648498535,"PosY":52.060001373291016,"PosZ":93.50700378417967,"RotY":192.3040008544922,"groupId":0},"3":{"ID":3,"PosX":-5.610000133514404,"PosY":47.08000183105469,"PosZ":37.637001037597656,"RotY":357.3161926269531,"groupId":0},"4":{"ID":4,"PosX":2.2799999713897705,"PosY":51.61000061035156,"PosZ":93.36000061035156,"RotY":347.5191955566406,"groupId":0},"5":{"ID":5,"PosX":-5.377999782562256,"PosY":46.31800079345703,"PosZ":39.40900039672851,"RotY":356.97259521484375,"groupId":0},"6":{"ID":6,"PosX":-30.932039260864254,"PosY":70.90400695800781,"PosZ":58.204349517822266,"RotY":68.99552917480469,"groupId":0}}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":34.99319839477539,"PosY":53.688289642333984,"PosZ":-21.85157012939453,"RotY":171.06109619140625,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"Closed","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.489240646362305,"PosY":48.56003952026367,"PosZ":-46.147029876708984,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.8685760498046875,"PosY":54.88003921508789,"PosZ":-74.01615905761719,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":27.027809143066406,"PosY":60.575218200683594,"PosZ":-68.83570861816406,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":8.20028305053711,"PosY":54.73231887817382,"PosZ":-46.76264953613281,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":28.131200790405273,"PosY":53.358909606933594,"PosZ":-43.30900955200195,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":31.23467063903809,"PosY":60.098121643066406,"PosZ":-63.03963851928711,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.21344800293445587,"PosY":55.68650817871094,"PosZ":-58.35477828979492,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.523773193359375,"PosY":52.526508331298835,"PosZ":-44.42021942138672,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.178910255432127,"PosY":54.82215118408203,"PosZ":-60.081600189208984,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.14436912536621,"PosY":53.957801818847656,"PosZ":-61.80841064453125,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.592639923095703,"PosY":55.77634811401367,"PosZ":-71.67373657226562,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.10983085632324,"PosY":53.09344100952149,"PosZ":-63.53522872924805,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.76496124267578,"PosY":55.38909149169922,"PosZ":-79.19660949707033,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":11.303750038146973,"PosY":58.36941909790039,"PosZ":-66.49327850341797,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.21329116821289,"PosY":49.45634841918945,"PosZ":-43.80459976196289,"RotY":351.06109619140625,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.040748596191406,"PosY":51.36473083496094,"PosZ":-66.9888687133789,"RotY":260.1694030761719,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-15.4399995803833,"PosY":96.19999694824219,"PosZ":-18.40999984741211,"RotY":169.9344024658203,"groupId":0},"2":{"ID":2,"PosX":-19.29513931274414,"PosY":50.25733184814453,"PosZ":-38.55638885498047,"RotY":164.69920349121094,"groupId":0},"3":{"ID":3,"PosX":-2.819999933242798,"PosY":55.53900146484375,"PosZ":-82.0,"RotY":355.38958740234375,"groupId":0},"4":{"ID":4,"PosX":31.45400047302246,"PosY":53.774600982666016,"PosZ":-37.01900100708008,"RotY":209.8011016845703,"groupId":0},"5":{"ID":5,"PosX":-19.610000610351562,"PosY":48.582759857177734,"PosZ":-40.63999938964844,"RotY":332.0,"groupId":0},"6":{"ID":6,"PosX":-1.5,"PosY":54.75,"PosZ":-81.2699966430664,"RotY":165.62750244140625,"groupId":0},"7":{"ID":7,"PosX":30.729999542236328,"PosY":53.25,"PosZ":-40.599998474121094,"RotY":348.0,"groupId":0},"8":{"ID":8,"PosX":2.548024892807007,"PosY":78.26056671142578,"PosZ":-51.019290924072266,"RotY":254.15480041503903,"groupId":0},"9":{"ID":9,"PosX":36.88235092163086,"PosY":80.54881286621094,"PosZ":-65.84491729736328,"RotY":286.4695129394531,"groupId":0}}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.3791961669922,"PosY":58.42852020263672,"PosZ":-103.9906997680664,"RotY":349.8017883300781,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"Closed","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.13999938964844,"PosY":55.32640075683594,"PosZ":-99.98999786376953,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.0500030517578,"PosY":62.1397705078125,"PosZ":-56.02000045776367,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.3636932373047,"PosY":63.87921142578125,"PosZ":-66.41429138183594,"RotY":169.8018035888672,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-146.33419799804688,"PosY":61.835201263427734,"PosZ":-82.00572967529298,"RotY":79.80182647705078,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.85650634765625,"PosY":60.472530364990234,"PosZ":-89.1994400024414,"RotY":169.8018035888672,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.5428009033203,"PosY":61.835201263427734,"PosZ":-78.8051528930664,"RotY":79.80182647705078,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.82630157470705,"PosY":59.79119110107422,"PosZ":-89.59571075439453,"RotY":169.8018035888672,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.40830230712892,"PosY":61.15385818481445,"PosZ":-80.80171203613281,"RotY":169.8018035888672,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.0947036743164,"PosY":62.51654052734375,"PosZ":-70.40740966796875,"RotY":79.80182647705078,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Plate.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-100.96099853515624,"PosY":88.85399627685547,"PosZ":-86.3550033569336,"RotY":288.9476013183594,"groupId":0},"2":{"ID":2,"PosX":-121.822998046875,"PosY":56.10699844360352,"PosZ":-107.29799652099608,"RotY":8.006600379943848,"groupId":0},"3":{"ID":3,"PosX":-131.0800018310547,"PosY":62.33000183105469,"PosZ":-48.849998474121094,"RotY":153.93890380859375,"groupId":0},"4":{"ID":4,"PosX":-118.76000213623048,"PosY":55.38999938964844,"PosZ":-106.38999938964844,"RotY":163.56520080566406,"groupId":0},"5":{"ID":5,"PosX":-132.37600708007812,"PosY":62.12644958496094,"PosZ":-55.83258819580078,"RotY":19.27573013305664,"groupId":0},"6":{"ID":6,"PosX":-141.4774932861328,"PosY":82.28215789794922,"PosZ":-89.85662841796875,"RotY":61.29161834716797,"groupId":0}}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":36.519439697265625,"PosY":49.272708892822266,"PosZ":29.99799919128418,"RotY":270.0,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.62200164794922,"PosY":57.86236953735352,"PosZ":-117.70500183105467,"RotY":257.44329833984375,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":36.59000015258789,"PosY":49.27354049682618,"PosZ":-18.680999755859375,"RotY":270.0000915527344,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.25399780273438,"PosY":62.59407043457031,"PosZ":-0.6269999742507935,"RotY":179.69009399414065,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.01699829101562,"PosY":62.59407043457031,"PosZ":11.810999870300291,"RotY":359.69049072265625,"PropID":103029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_06_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":33.845001220703125,"PosY":48.57025909423828,"PosZ":27.113000869750977,"RotY":90.0,"PropID":103044,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.53799819946289,"PosY":57.86236953735352,"PosZ":-120.4739990234375,"RotY":77.44329833984375,"PropID":103044,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.00299835205078,"PosY":62.09749984741211,"PosZ":-3.0420000553131104,"RotY":0.0,"PropID":103044,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.55900001525879,"PosY":51.604400634765625,"PosZ":140.13600158691406,"RotY":166.96270751953125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.83000183105467,"PosY":62.59489059448242,"PosZ":6.019999980926514,"RotY":270.0,"PropID":103141,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","CustomState01"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Curtain_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":293.1759948730469,"PosY":49.62248992919922,"PosZ":12.42099952697754,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":-22.684900283813477,"PosY":51.58612060546875,"PosZ":136.66470336914065,"RotY":167.17999267578125,"groupId":0}}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.549999237060547,"PosY":40.209999084472656,"PosZ":5.679999828338623,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-172.8000030517578,"PosY":64.4000015258789,"PosZ":6.310147762298584,"RotY":0.0,"PropID":103098,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ScreenTvSet_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-184.1199951171875,"PosY":63.15999984741211,"PosZ":6.230000019073486,"RotY":59.47692108154297,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43322_F43322003":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.4290008544922,"PosY":11.827309608459473,"PosZ":0.33899998664855957,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":31,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.5530014038086,"PosY":11.524999618530272,"PosZ":6.5320000648498535,"RotY":94.34255981445312,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-92.80999755859376,"PosY":11.524999618530272,"PosZ":6.679999828338623,"Name":"NPC1","RotY":243.0388031005859,"NPCID":13162,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-94.13421630859376,"PosY":11.524999618530272,"PosZ":5.44992208480835,"Name":"NPC2","RotY":50.14934921264648,"NPCID":13124,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-94.50570678710938,"PosY":11.524999618530272,"PosZ":6.268456935882568,"Name":"NPC3","RotY":79.14930725097656,"NPCID":13125,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.41560363769533,"PosY":11.5172700881958,"PosZ":50.109249114990234,"RotY":0.0,"PropID":111,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_MissionHint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-167.7899932861328,"PosY":5.510528087615967,"PosZ":-155.36000061035156,"RotY":0.0,"groupId":0}}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.39010620117188,"PosY":5.500508785247803,"PosZ":-144.95379638671875,"RotY":180.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.39010620117188,"PosY":5.500508785247803,"PosZ":-138.95379638671875,"RotY":180.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.61000061035156,"PosY":5.5105109214782715,"PosZ":-137.8070068359375,"RotY":0.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"21":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-115.027099609375,"PosY":11.517319679260254,"PosZ":-14.973540306091309,"NPCMonsterID":3012020,"EventID":43322205,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":187.01499938964844,"PosX":-119.80049896240234,"PosY":11.51731014251709,"PosZ":1.5962320566177368,"NPCMonsterID":3012020,"EventID":43322204,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.4290008544922,"PosY":11.827309608459473,"PosZ":0.33899998664855957,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":31,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-101.94000244140624,"PosY":11.517290115356444,"PosZ":-3.996999979019165,"RotY":270.0,"groupId":0}}}}},"P43322_F43322004":{"teleports":{},"group_items":{"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.0,"PosY":95.0,"PosZ":-9.012999534606934,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.1119999885559082,"PosY":98.0,"PosZ":56.93899917602539,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.9079999923706055,"PosY":89.7979736328125,"PosZ":112.00900268554688,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.8349999785423279,"PosY":95.82000732421876,"PosZ":142.30599975585938,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":39.51900100708008,"PosY":88.40001678466797,"PosZ":103.22000122070312,"RotY":89.9999771118164,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":48.55799865722656,"PosY":84.40001678466797,"PosZ":82.24199676513672,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.0,"PosY":95.0,"PosZ":-9.012999534606934,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.1119999885559082,"PosY":98.0,"PosZ":56.93899917602539,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.8349999785423279,"PosY":95.82000732421876,"PosZ":142.30599975585938,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":39.51900100708008,"PosY":88.40001678466797,"PosZ":103.22000122070312,"RotY":89.9999771118164,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":48.55799865722656,"PosY":84.40001678466797,"PosZ":82.24199676513672,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P43322_F43322005":{"teleports":{},"group_items":{"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":-159.1199951171875,"PosZ":-508.5379943847656,"RotY":0.0,"PropID":103136,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Elevator_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":17.187999725341797,"PosZ":-508.5379943847656,"RotY":0.0,"PropID":103136,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Elevator_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.0,"PosY":-159.1199951171875,"PosZ":-508.5379943847656,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":0.0,"PosY":17.25,"PosZ":-508.5379943847656,"RotY":0.0,"groupId":0}}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.0,"PosY":-159.5,"PosZ":-500.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P44001_F44001001":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":14.5,"PosY":3.143765926361084,"PosZ":-109.13999938964844,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":45,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":6.789999961853027,"PosY":2.8437659740448,"PosZ":-103.7300033569336,"RotY":18.070810317993164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.68000030517578,"PosY":3.0899999141693115,"PosZ":-96.06999969482422,"RotY":18.070810317993164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.300000190734863,"PosY":3.0899999141693115,"PosZ":-74.0,"RotY":358.0898132324219,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.45000076293945,"PosY":0.30000001192092896,"PosZ":-74.77999877929688,"RotY":358.0898132324219,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.11000061035156,"PosY":0.30000001192092896,"PosZ":-53.31999969482422,"RotY":9.467361450195312,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.83000183105469,"PosY":-0.8199999928474425,"PosZ":-64.36000061035156,"RotY":42.5294189453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-85.4000015258789,"PosY":-0.8199999928474425,"PosZ":-64.80999755859375,"RotY":42.5294189453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.54000091552734,"PosY":-0.8199999928474425,"PosZ":-53.5099983215332,"RotY":42.5294189453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.41999816894533,"PosY":2.890000104904175,"PosZ":-73.2300033569336,"RotY":358.6881103515625,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.01000213623047,"PosY":-0.8199999928474425,"PosZ":-92.95999908447266,"RotY":36.54669952392578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.88999938964844,"PosY":-0.8199999928474425,"PosZ":-84.05999755859375,"RotY":42.5294189453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.63999938964844,"PosY":-0.8199999928474425,"PosZ":-81.69999694824219,"RotY":42.5294189453125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.16100311279295,"PosY":-0.06061999872326851,"PosZ":-64.69000244140625,"RotY":17.052549362182617,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001001/LG_Prop_F44001001_G13_300013.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.8280029296875,"PosY":0.5037999749183655,"PosZ":-73.35299682617188,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.98999786376952,"PosY":-0.10899999737739564,"PosZ":-62.61600112915039,"RotY":18.84663963317871,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001001/LG_Prop_F44001001_G13_300015.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.515000104904175,"PosY":2.940000057220459,"PosZ":-100.82599639892578,"RotY":288.0172119140625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001001/LG_Prop_F44001001_G13_300013.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.599000930786133,"PosY":2.8642001152038574,"PosZ":-99.85198974609376,"RotY":197.1578063964844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.5600004196167,"PosY":3.0899999141693115,"PosZ":-98.06999969482422,"RotY":18.070810317993164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-134.42999267578125,"PosY":1.4900000095367432,"PosZ":-73.77999877929688,"RotY":358.6881103515625,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.2899932861328,"PosY":2.890000104904175,"PosZ":-49.56999969482422,"RotY":28.455549240112305,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-109.57599639892578,"PosY":0.7879999876022339,"PosZ":-62.617000579833984,"RotY":24.49053001403809,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"2":{"ID":2,"PosX":-135.82000732421875,"PosY":-0.08922799676656723,"PosZ":-73.16300201416016,"RotY":0.0,"groupId":0}}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.68000030517578,"PosY":-0.9812999963760376,"PosZ":-73.20101165771484,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.23600006103515,"PosY":-0.5402979850769043,"PosZ":-73.20101165771484,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.900001525878906,"PosY":-1.2760000228881836,"PosZ":-66.62999725341797,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-56.79999923706055,"PosY":-0.7713279724121095,"PosZ":-53.779998779296875,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.66000366210938,"PosY":-2.9110000133514404,"PosZ":-77.2699966430664,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.11000061035156,"PosY":-2.9110000133514404,"PosZ":-87.75,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.06999969482422,"PosY":-2.9110000133514404,"PosZ":-75.19999694824219,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.62999725341797,"PosY":-0.8294230103492736,"PosZ":-53.869998931884766,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-111.2699966430664,"PosY":0.18291500210762024,"PosZ":-69.5999984741211,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.35400390625,"PosY":0.18291500210762024,"PosZ":-73.02999877929688,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.35400390625,"PosY":3.0368781089782715,"PosZ":-84.06999969482422,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.33999633789065,"PosY":3.0368781089782715,"PosZ":-96.02999877929688,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-139.02999877929688,"PosY":3.0368781089782715,"PosZ":-104.66999816894533,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane_Finish_1.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.3090057373047,"PosY":2.761718988418579,"PosZ":-29.812999725341797,"RotY":116.49819946289064,"PropID":100055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001001/LG_Prop_F44001001_G22_300003.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-151.07000732421875,"PosY":2.761718988418579,"PosZ":-110.62000274658205,"RotY":64.72149658203125,"PropID":100055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001001/LG_Prop_F44001001_G22_300004.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Wubwub_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-37.4952507019043,"PosY":-1.0212490558624268,"PosZ":-83.12999725341797,"Name":"NPC1","RotY":0.0,"NPCID":3015,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.18000030517578,"PosY":-0.3400000035762787,"PosZ":-73.20099639892578,"RotY":270.0,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.15599822998048,"PosY":-0.06061999872326851,"PosZ":-81.74400329589844,"RotY":342.918701171875,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.82900238037108,"PosY":0.5037999749183655,"PosZ":-73.06099700927734,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.99000549316406,"PosY":-0.03799999877810478,"PosZ":-73.29000091552734,"RotY":270.29058837890625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-121.8759994506836,"PosY":2.8380000591278076,"PosZ":-108.84799957275392,"RotY":153.84950256347656,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.46500015258789,"PosY":-1.534000039100647,"PosZ":-83.39800262451172,"RotY":0.0,"PropID":100070,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_AirBlock_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.1251983642578,"PosY":2.699700117111206,"PosZ":-33.1297492980957,"RotY":207.33189392089844,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.8090057373047,"PosY":2.8380000591278076,"PosZ":-88.61599731445312,"RotY":153.84950256347656,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":42.74760055541992,"PosY":3.484999895095825,"PosZ":-115.47589874267578,"RotY":288.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":42.74800109863281,"PosY":3.484999895095825,"PosZ":-115.47100067138672,"RotY":288.0172119140625,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.595001220703125,"PosY":2.863899946212769,"PosZ":-46.51599884033203,"RotY":163.2006072998047,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.437999963760376,"PosY":2.9159998893737793,"PosZ":-45.5620002746582,"RotY":253.3134002685547,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.60000610351565,"PosY":3.009999990463257,"PosZ":-32.68000030517578,"RotY":207.5406036376953,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_Common.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":4.5269999504089355,"PosY":2.8437659740448,"PosZ":-93.19999694824219,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001001/LG_Prop_F44001001_G32_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":4.5269999504089355,"PosY":2.8437659740448,"PosZ":-93.19999694824219,"Name":"NPC1","RotY":158.42039489746094,"NPCID":3015,"groupId":32,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":4.75,"PosY":2.8437659740448,"PosZ":-95.47000122070312,"Name":"NPC2","RotY":350.0292053222656,"NPCID":2001,"groupId":32,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":7.65500020980835,"PosY":4.7789998054504395,"PosZ":-97.14800262451172,"RotY":309.66180419921875,"groupId":0}}},"33":{"props":[],"npcs":[{"ID":400001,"PosX":4.539999961853027,"PosY":2.8437659740448,"PosZ":-93.12499237060547,"Name":"NPC1","RotY":167.90040588378906,"NPCID":3015,"groupId":33,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":6.110000133514404,"PosY":4.730000019073486,"PosZ":-96.19999694824219,"RotY":319.87908935546875,"groupId":0},"2":{"ID":2,"PosX":4.7779998779296875,"PosY":2.8437659740448,"PosZ":-95.18000030517578,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":2.824728012084961,"PosY":3.1003620624542236,"PosZ":-92.69627380371094,"RotY":0.0,"groupId":0}}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.35400390625,"PosY":0.18291500210762024,"PosZ":-73.02999877929688,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.35400390625,"PosY":3.0368781089782715,"PosZ":-51.220001220703125,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.6300048828125,"PosY":3.0368781089782715,"PosZ":-39.470001220703125,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane_Finish_1.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.1251983642578,"PosY":2.699700117111206,"PosZ":-33.1297492980957,"RotY":207.33189392089844,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-151.07000732421875,"PosY":2.761718988418579,"PosZ":-110.62000274658205,"Name":"NPC1","RotY":60.10213088989258,"NPCID":3042,"groupId":37,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-161.3090057373047,"PosY":2.761718988418579,"PosZ":-29.812999725341797,"Name":"NPC2","RotY":116.62449645996094,"NPCID":3042,"groupId":37,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.979000091552734,"PosY":-0.6019999980926514,"PosZ":-73.18299865722656,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001001/LG_Prop_F44001001_G41_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":4.539999961853027,"PosY":2.8437659740448,"PosZ":-93.12499237060547,"Name":"NPC1","RotY":298.8240051269531,"NPCID":3015,"groupId":41,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-28.75,"PosY":-1.0212490558624268,"PosZ":-74.02999877929688,"RotY":273.0509033203125,"groupId":0},"2":{"ID":2,"PosX":-27.055999755859375,"PosY":0.8600000143051147,"PosZ":-73.88500213623047,"RotY":272.9921875,"groupId":0},"3":{"ID":3,"PosX":-31.190000534057617,"PosY":-0.7099999785423279,"PosZ":-73.73999786376953,"RotY":63.97611999511719,"groupId":0},"4":{"ID":4,"PosX":-0.394338995218277,"PosY":2.8437659740448,"PosZ":-101.33999633789064,"RotY":0.0,"groupId":0},"5":{"ID":5,"PosX":4.7779998779296875,"PosY":2.8437659740448,"PosZ":-95.18000030517578,"RotY":0.0,"groupId":0}}},"42":{"props":[{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-139.02999877929688,"PosY":3.0368781089782715,"PosZ":-104.66999816894533,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-111.81099700927734,"PosY":-0.10108699649572372,"PosZ":-69.13999938964844,"RotY":0.0,"PropID":111,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_MissionHint_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-30.079999923706055,"PosY":-1.0239490270614624,"PosZ":-73.20999908447266,"Name":"NPC1","RotY":273.3453063964844,"NPCID":3015,"groupId":42,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-110.90000152587892,"PosY":-0.10108699649572372,"PosZ":-67.72699737548828,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-130.39999389648438,"PosY":5.380000114440918,"PosZ":-93.0,"RotY":210.4176025390625,"groupId":0},"3":{"ID":3,"PosX":-29.020999908447266,"PosY":-1.0240329504013062,"PosZ":-75.03399658203125,"RotY":300.7842102050781,"groupId":0}}},"43":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.3090057373047,"PosY":2.761718988418579,"PosZ":-29.812999725341797,"RotY":116.49819946289064,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001001/LG_Prop_F44001001_G43_300006.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.16100311279295,"PosY":-0.06061999872326851,"PosZ":-64.69000244140625,"RotY":17.052549362182617,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.8280029296875,"PosY":0.5037999749183655,"PosZ":-73.35299682617188,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.5070037841797,"PosY":3.3949999809265137,"PosZ":-30.67200088500977,"RotY":0.0,"PropID":100034,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_GeneralOddity_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-161.3090057373047,"PosY":2.761718988418579,"PosZ":-29.812999725341797,"Name":"NPC1","RotY":116.62449645996094,"NPCID":3044,"groupId":43,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-111.34210205078124,"PosY":-0.10108699649572372,"PosZ":-69.63999938964844,"RotY":250.08279418945312,"groupId":0},"2":{"ID":2,"PosX":-159.76400756835938,"PosY":4.007999897003174,"PosZ":-32.89099884033203,"RotY":343.8428039550781,"groupId":0},"3":{"ID":3,"PosX":-147.76600646972656,"PosY":3.634999990463257,"PosZ":-110.66200256347656,"RotY":280.4967041015625,"groupId":0},"4":{"ID":4,"PosX":-121.61399841308594,"PosY":2.76973295211792,"PosZ":-44.332000732421875,"RotY":26.12186050415039,"groupId":0},"5":{"ID":5,"PosX":-160.23800659179688,"PosY":2.769676923751831,"PosZ":-30.36599922180176,"RotY":297.943603515625,"groupId":0}}},"45":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":14.5,"PosY":3.143765926361084,"PosZ":-109.13999938964844,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":45,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":14.369999885559082,"PosY":2.8437659740448,"PosZ":-106.09999847412108,"RotY":287.9480895996094,"groupId":0}}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.62000274658205,"PosY":0.18291500210762024,"PosZ":-68.13999938964844,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.62999725341797,"PosY":-0.8294230103492736,"PosZ":-53.869998931884766,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.06999969482422,"PosY":-2.9110000133514404,"PosZ":-75.19999694824219,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.11000061035156,"PosY":-2.9110000133514404,"PosZ":-87.75,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.66000366210938,"PosY":-2.9110000133514404,"PosZ":-77.2699966430664,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.86199951171875,"PosY":-2.1579999923706055,"PosZ":-60.88199996948242,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.55099868774414,"PosY":-1.1019999980926514,"PosZ":-52.540000915527344,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.900001525878906,"PosY":-1.2760000228881836,"PosZ":-62.65999984741211,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.37000274658203,"PosY":-0.8899999856948853,"PosZ":-93.33999633789062,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.35400390625,"PosY":0.18291500210762024,"PosZ":-73.02999877929688,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-124.25,"PosY":3.0368781089782715,"PosZ":-50.5099983215332,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.6300048828125,"PosY":3.0368781089782715,"PosZ":-39.470001220703125,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane_Finish_1.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.91000366210938,"PosY":2.761718988418579,"PosZ":-42.900001525878906,"RotY":64.72149658203125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001001/LG_Prop_F44001001_G43_300005.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-120.91000366210938,"PosY":2.761718988418579,"PosZ":-42.900001525878906,"Name":"NPC1","RotY":208.8690948486328,"NPCID":3042,"groupId":47,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-121.61399841308594,"PosY":2.7697339057922363,"PosZ":-44.332000732421875,"RotY":26.12186050415039,"groupId":0}}}}},"P44001_F44001002":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":193.1300048828125,"PosY":83.1258773803711,"PosZ":137.22999572753906,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":38,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/N3-1/Chapter00_N301_MainMission_RoadBlock_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":189.58999633789065,"PosY":83.43599700927734,"PosZ":158.72999572753906,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/LG_Prop_F44001002_G14_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":194.58999633789065,"PosY":83.43599700927734,"PosZ":153.7100067138672,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/LG_Prop_F44001002_G14_300003.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":189.58999633789065,"PosY":83.43599700927734,"PosZ":158.72999572753906,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/LG_Prop_F44001002_G14_300010.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":189.10049438476565,"PosY":83.57479095458984,"PosZ":160.31680297851565,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":189.10049438476565,"PosY":84.57478332519531,"PosZ":160.31680297851565,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/LG_Prop_F44001002_G20_300005.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":173.2050018310547,"PosY":77.0165023803711,"PosZ":96.29399871826172,"Name":"NPC1","RotY":132.20680236816406,"NPCID":3015,"groupId":20,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":187.05999755859375,"PosY":82.8222427368164,"PosZ":158.7541961669922,"Name":"NPC2","RotY":61.581878662109375,"NPCID":2001,"groupId":20,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":189.17999267578125,"PosY":82.8222427368164,"PosZ":158.8419952392578,"Name":"NPC3","RotY":262.04638671875,"NPCID":3044,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":176.22999572753906,"PosY":78.7699966430664,"PosZ":94.56999969482422,"RotY":295.5564880371094,"groupId":0},"2":{"ID":2,"PosX":186.0590057373047,"PosY":85.16000366210938,"PosZ":155.5050048828125,"RotY":31.538740158081055,"groupId":0},"3":{"ID":3,"PosX":174.4600067138672,"PosY":77.01647186279298,"PosZ":94.99199676513672,"RotY":304.2406005859375,"groupId":0}}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":125.93900299072266,"PosY":80.401123046875,"PosZ":127.81600189208984,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/LG_Prop_F44001002_G21_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":126.0,"PosY":80.48222351074219,"PosZ":116.01000213623048,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/LG_Prop_F44001002_G14_300005.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":126.09300231933594,"PosY":80.48222351074219,"PosZ":85.40799713134764,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/LG_Prop_F44001002_G21_300003.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":125.9800033569336,"PosY":80.38700103759767,"PosZ":97.43800354003906,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/PadsPuzzle/Padpuzzle_Common.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":126.0739974975586,"PosY":80.47087860107422,"PosZ":85.50900268554688,"Name":"NPC1","RotY":0.0,"NPCID":3045,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":128.93600463867188,"PosY":81.58999633789062,"PosZ":86.625,"RotY":261.33349609375,"groupId":0},"2":{"ID":2,"PosX":125.77500152587892,"PosY":80.46080780029298,"PosZ":128.93699645996094,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":126.91000366210938,"PosY":80.46080780029298,"PosZ":128.7519989013672,"RotY":211.122802734375,"groupId":0},"4":{"ID":4,"PosX":126.04399871826172,"PosY":80.47087860107422,"PosZ":86.88099670410156,"RotY":177.26719665527344,"groupId":0}}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":91.53399658203124,"PosY":76.56400299072266,"PosZ":124.07900238037108,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/LG_Prop_F44001002_G22_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":8.170000076293945,"PosY":76.71819305419922,"PosZ":52.43000030517578,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/LG_Prop_F44001002_G14_300007.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":8.652999877929688,"PosY":76.71819305419922,"PosZ":141.06300354003906,"RotY":177.35389709472656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/LG_Prop_F44001002_G14_300009.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":87.01000213623047,"PosY":75.99299621582033,"PosZ":118.33000183105467,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":67.86499786376953,"PosY":80.42900085449219,"PosZ":118.33000183105467,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":67.79000091552734,"PosY":80.6240005493164,"PosZ":99.91999816894531,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":67.80999755859375,"PosY":80.36599731445312,"PosZ":80.10800170898438,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":39.75408172607422,"PosY":80.3270034790039,"PosZ":100.57879638671876,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":43.959999084472656,"PosY":80.43599700927734,"PosZ":99.44000244140624,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":25.760000228881836,"PosY":80.36599731445312,"PosZ":96.33000183105469,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":14.109999656677246,"PosY":79.74400329589844,"PosZ":104.22000122070312,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":8.720003128051758,"PosY":76.82599639892578,"PosZ":128.66000366210938,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane_Finish_2.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":43.959999084472656,"PosY":80.40699768066406,"PosZ":80.9520034790039,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/Maze_PeiPei_Raid1_Papercrane.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":8.640999794006348,"PosY":76.70226287841797,"PosZ":140.9720001220703,"Name":"NPC1","RotY":0.0,"NPCID":3046,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":44.459999084472656,"PosY":80.22297668457033,"PosZ":99.08000183105469,"RotY":269.4195861816406,"groupId":0},"2":{"ID":2,"PosX":90.83000183105469,"PosY":75.79292297363281,"PosZ":118.29000091552734,"RotY":269.4195861816406,"groupId":0},"3":{"ID":3,"PosX":9.878999710083008,"PosY":78.18299865722656,"PosZ":54.72999954223633,"RotY":205.8536071777344,"groupId":0},"4":{"ID":4,"PosX":10.718000411987305,"PosY":77.95600128173828,"PosZ":142.843994140625,"RotY":233.76119995117188,"groupId":0},"5":{"ID":5,"PosX":91.52999877929688,"PosY":75.79292297363281,"PosZ":124.91000366210938,"RotY":180.0,"groupId":0},"6":{"ID":6,"PosX":92.58000183105469,"PosY":75.79292297363281,"PosZ":124.91000366210938,"RotY":205.73399353027344,"groupId":0},"7":{"ID":7,"PosX":2.25600004196167,"PosY":76.6438217163086,"PosZ":136.58999633789065,"RotY":236.9844970703125,"groupId":0},"8":{"ID":8,"PosX":9.260000228881836,"PosY":76.70223999023438,"PosZ":142.05999755859375,"RotY":217.0388031005859,"groupId":0}}},"24":{"props":[],"npcs":[{"ID":400001,"PosX":186.58999633789065,"PosY":82.84203338623047,"PosZ":157.61000061035156,"Name":"NPC1","RotY":269.7550964355469,"NPCID":3015,"groupId":24,"IsDelete":false,"IsClientOnly":false}],"monsters":[{"ID":200001,"RotY":7.7043089866638175,"PosX":145.47000122070312,"PosY":79.89842987060547,"PosZ":139.99000549316406,"NPCMonsterID":8012030,"EventID":40002048,"groupId":24,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"25":{"props":[],"npcs":[{"ID":400001,"PosX":125.87000274658205,"PosY":80.4882583618164,"PosZ":125.09799957275392,"Name":"NPC1","RotY":1.0134660005569458,"NPCID":3015,"groupId":25,"IsDelete":false,"IsClientOnly":false}],"monsters":[{"ID":200001,"RotY":59.565719604492195,"PosX":46.2400016784668,"PosY":80.22297668457033,"PosZ":118.2300033569336,"NPCMonsterID":8012030,"EventID":40002048,"groupId":25,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"26":{"props":[],"npcs":[{"ID":400001,"PosX":8.710000038146973,"PosY":76.677001953125,"PosZ":68.47000122070312,"Name":"NPC1","RotY":1.0134660005569458,"NPCID":3015,"groupId":26,"IsDelete":false,"IsClientOnly":false}],"monsters":[{"ID":200001,"RotY":66.8254623413086,"PosX":8.819999694824219,"PosY":79.62589263916016,"PosZ":99.13999938964844,"NPCMonsterID":8012030,"EventID":40002048,"groupId":26,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":194.58999633789065,"PosY":83.43599700927734,"PosZ":153.7100067138672,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/LG_Prop_F44001002_G14_300003.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":189.10049438476565,"PosY":83.57479095458984,"PosZ":160.31680297851565,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":188.7550048828125,"PosY":82.8222427368164,"PosZ":158.3070068359375,"Name":"NPC1","RotY":35.10084915161133,"NPCID":3015,"groupId":27,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":189.30499267578125,"PosY":82.8222427368164,"PosZ":159.27699279785156,"Name":"NPC2","RotY":255.8260955810547,"NPCID":3044,"groupId":27,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":186.22000122070312,"PosY":84.5,"PosZ":157.60000610351565,"RotY":55.928070068359375,"groupId":0},"2":{"ID":2,"PosX":187.1300048828125,"PosY":82.8222427368164,"PosZ":158.55599975585938,"RotY":92.88456726074219,"groupId":0}}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":189.12399291992188,"PosY":82.88865661621094,"PosZ":141.03599548339844,"RotY":180.00050354003906,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":125.87000274658205,"PosY":80.401123046875,"PosZ":129.22000122070312,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":91.53399658203124,"PosY":76.56400299072266,"PosZ":124.78900146484376,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":188.70899963378903,"PosY":82.8222427368164,"PosZ":158.25799560546875,"Name":"NPC1","RotY":52.50931167602539,"NPCID":3015,"groupId":31,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":125.98999786376952,"PosY":80.6510009765625,"PosZ":101.9290008544922,"RotY":180.0,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"33":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":71.03877258300781,"PosX":91.41000366210938,"PosY":78.66100311279298,"PosZ":139.89999389648438,"NPCMonsterID":8012010,"EventID":40002046,"groupId":33,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":193.1300048828125,"PosY":83.1258773803711,"PosZ":137.22999572753906,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":38,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":189.35000610351565,"PosY":82.79988098144531,"PosZ":136.1300048828125,"RotY":0.0,"groupId":0}}},"39":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":4.0,"PosY":79.62589263916016,"PosZ":108.54000091552734,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001002/LG_Prop_F44001002_G22_300003.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":4.0,"PosY":79.62589263916016,"PosZ":108.54000091552734,"Name":"NPC1","RotY":89.20266723632812,"NPCID":3047,"groupId":39,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":5.501995086669922,"PosY":79.62589263916016,"PosZ":108.54000091552734,"RotY":268.61920166015625,"groupId":0}}}}},"P44001_F44001003":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":68.98999786376953,"PosY":172.9409942626953,"PosZ":-17.309999465942383,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":26,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.65903091430664,"PosY":172.2299041748047,"PosZ":72.12024688720702,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001003/LG_Prop_F44001003_G3_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":2.5899999141693115,"PosY":172.314697265625,"PosZ":75.11000061035156,"Name":"NPC1","RotY":232.41079711914065,"NPCID":3015,"groupId":3,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"4":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":118.32740020751952,"PosX":-54.90999984741211,"PosY":177.41439819335938,"PosZ":-90.56999969482422,"NPCMonsterID":8012030,"EventID":40002048,"groupId":4,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":65.29000091552734,"PosY":169.726806640625,"PosZ":71.48999786376953,"RotY":0.0,"PropID":100046,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001003/LG_Prop_F44001003_G8_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Papercrane_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":118.32740020751952,"PosX":-54.90999984741211,"PosY":177.41439819335938,"PosZ":-90.56999969482422,"NPCMonsterID":8012030,"EventID":40002048,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":50.099998474121094,"PosY":172.3070068359375,"PosZ":34.560001373291016,"RotY":320.3418884277344,"PropID":100076,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_MechaDoor_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":25.850229263305664,"PosY":172.26100158691406,"PosZ":50.78253173828125,"RotY":95.34190368652344,"PropID":100088,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.492000102996826,"PosY":172.24490356445312,"PosZ":69.00599670410156,"RotY":230.34190368652344,"PropID":100075,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_GiantAutoDoor_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":29.864999771118164,"PosY":172.314697265625,"PosZ":60.90599822998047,"RotY":319.53399658203125,"PropID":100078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_ConsoleAutoDoor_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":34.28200149536133,"PosY":172.24119567871094,"PosZ":60.99700164794922,"RotY":140.34190368652344,"PropID":100075,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_GiantAutoDoor_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":81.6050033569336,"PosY":163.6199951171875,"PosZ":-14.231209754943848,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":13.73799991607666,"PosY":172.2200927734375,"PosZ":83.38999938964844,"RotY":275.73260498046875,"PropID":300008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrameN4_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_DoorFrameN4_00_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":4.960999965667725,"PosY":172.2830047607422,"PosZ":-85.69999694824219,"RotY":264.5,"PropID":100076,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_MechaDoor_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":49.310001373291016,"PosY":172.2476043701172,"PosZ":48.959999084472656,"RotY":0.0,"groupId":0}}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":13.9399995803833,"PosY":172.90499877929688,"PosZ":85.63600158691406,"RotY":6.884789943695068,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":14.13700008392334,"PosY":172.27200317382812,"PosZ":86.79000091552734,"RotY":5.300934791564941,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001003/LG_Prop_F44001003_G14_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":17.503999710083008,"PosY":172.27200317382812,"PosZ":64.59300231933594,"RotY":5.300934791564941,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001003/LG_Prop_F44001003_G14_300003.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":17.42000961303711,"PosY":172.2487030029297,"PosZ":64.55999755859375,"Name":"NPC1","RotY":83.09068298339844,"NPCID":3002,"groupId":14,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":17.290000915527344,"PosY":172.22470092773438,"PosZ":64.5,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":14.210000038146973,"PosY":172.22850036621094,"PosZ":88.13800048828125,"RotY":185.9539031982422,"groupId":0},"3":{"ID":3,"PosX":15.227999687194824,"PosY":172.22850036621094,"PosZ":87.98200225830078,"RotY":208.0500030517578,"groupId":0}}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":52.209999084472656,"PosY":172.314697265625,"PosZ":50.959999084472656,"RotY":259.2124938964844,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001003/LG_Prop_F44001003_G15_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":13.956000328063965,"PosY":172.2949981689453,"PosZ":85.55699920654298,"RotY":185.73260498046875,"PropID":100088,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoorN4_04.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_06_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":36.775001525878906,"PosY":172.25289916992188,"PosZ":37.922000885009766,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001003/LG_Prop_F44001003_G15_300003.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":45.0099983215332,"PosY":172.25289916992188,"PosZ":34.604000091552734,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001003/LG_Prop_F44001003_G15_300003.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":44.7859992980957,"PosY":172.25289916992188,"PosZ":46.97700119018555,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001003/LG_Prop_F44001003_G15_300003.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":55.209999084472656,"PosY":169.6479949951172,"PosZ":55.22999954223633,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001003/LG_Prop_F44001003_G15_300003.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":36.70000076293945,"PosY":172.22470092773438,"PosZ":59.04999923706055,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":31.93000030517578,"PosY":175.5500030517578,"PosZ":52.08000183105469,"RotY":123.3291015625,"groupId":0},"3":{"ID":3,"PosX":36.38999938964844,"PosY":172.24749755859375,"PosZ":56.06999969482422,"RotY":140.27890014648438,"groupId":0},"4":{"ID":4,"PosX":31.5,"PosY":172.24749755859375,"PosZ":49.06999969482422,"RotY":98.5740966796875,"groupId":0},"5":{"ID":5,"PosX":31.110000610351562,"PosY":172.24749755859375,"PosZ":51.02000045776367,"RotY":102.4373016357422,"groupId":0}}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":52.400001525878906,"PosY":172.314697265625,"PosZ":51.029998779296875,"RotY":278.03021240234375,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001003/LG_Prop_F44001003_G19_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":36.775001525878906,"PosY":172.25289916992188,"PosZ":37.922000885009766,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001003/LG_Prop_F44001003_G15_300003.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":45.0099983215332,"PosY":172.25289916992188,"PosZ":34.604000091552734,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001003/LG_Prop_F44001003_G15_300003.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":44.7859992980957,"PosY":172.25289916992188,"PosZ":46.97700119018555,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001003/LG_Prop_F44001003_G15_300003.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":55.209999084472656,"PosY":169.6479949951172,"PosZ":55.22999954223633,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001003/LG_Prop_F44001003_G15_300003.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":86.08999633789062,"PosY":172.9409942626953,"PosZ":-14.217000007629396,"RotY":0.0,"PropID":100034,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Curio_GeneralOddity_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":52.88639831542969,"PosY":173.34010314941406,"PosZ":50.23807907104492,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44001003/LG_Prop_F44001003_G23_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":81.20999908447266,"PosY":172.42909240722656,"PosZ":-12.239999771118164,"Name":"NPC1","RotY":108.16410064697266,"NPCID":2210,"groupId":23,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":81.1475830078125,"PosY":172.42909240722656,"PosZ":-15.699999809265137,"Name":"NPC2","RotY":57.57556915283203,"NPCID":2210,"groupId":23,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":51.5411491394043,"PosY":172.2476043701172,"PosZ":48.27315902709961,"Name":"NPC3","RotY":300.4017028808594,"NPCID":3045,"groupId":23,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":52.06721115112305,"PosY":172.2476043701172,"PosZ":49.178829193115234,"Name":"NPC4","RotY":321.26959228515625,"NPCID":3044,"groupId":23,"IsDelete":false,"IsClientOnly":false},{"ID":400006,"PosX":51.322418212890625,"PosY":172.2476043701172,"PosZ":49.06233978271485,"Name":"NPC6","RotY":304.525390625,"NPCID":3099,"groupId":23,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":68.98999786376953,"PosY":172.9409942626953,"PosZ":-17.309999465942383,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":26,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":69.19999694824219,"PosY":172.39999389648438,"PosZ":-14.260000228881836,"RotY":89.20622253417967,"groupId":0}}}}},"P44201_F44201001":{"teleports":{"2102":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.549339294433594,"PosY":1.5192270278930664,"PosZ":18.230079650878903,"RotY":90.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":7,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/44201_Raid/Maze_InvisibleMonster_ClientBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-149.49000549316406,"PosY":11.839360237121582,"PosZ":3.2699999809265137,"NPCMonsterID":2022061,"EventID":44201001,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":30.0,"PosX":-141.05709838867188,"PosY":11.839380264282228,"PosZ":8.163178443908691,"NPCMonsterID":2022011,"EventID":44201002,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":0.0,"PosX":-137.02999877929688,"PosY":11.839369773864746,"PosZ":6.749999046325684,"NPCMonsterID":2022061,"EventID":44201003,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":180.0,"PosX":-128.7899932861328,"PosY":11.090279579162598,"PosZ":15.752619743347168,"NPCMonsterID":2022011,"EventID":44201004,"groupId":4,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-170.9499969482422,"PosY":15.708869934082031,"PosZ":4.215909957885742,"RotY":0.0,"groupId":0}}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-330.84381103515625,"PosY":-29.127300262451172,"PosZ":0.11344800144433977,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":7,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.56999969482422,"PosY":9.710214614868164,"PosZ":-0.7599999904632568,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":7,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.549339294433594,"PosY":1.5192270278930664,"PosZ":18.230079650878903,"RotY":90.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":7,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-325.6897888183594,"PosY":-29.427310943603516,"PosZ":5.576541900634766,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":-103.87169647216795,"PosY":7.818121910095215,"PosZ":4.630000114440918,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":-28.348020553588867,"PosY":1.665410041809082,"PosZ":13.309849739074709,"RotY":90.0,"groupId":0}}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X302/Maze_Chap02_X302_Block02_Controller.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/44201_Raid/Maze_InvisibleMonster_ClientBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":300.0,"PosX":-116.81310272216795,"PosY":9.447914123535156,"PosZ":19.733800888061523,"NPCMonsterID":2022011,"EventID":44201011,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":240.0,"PosX":-117.87169647216795,"PosY":9.570709228515623,"PosZ":22.884929656982425,"NPCMonsterID":2022061,"EventID":44201012,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":180.0,"PosX":-83.41639709472656,"PosY":1.450943946838379,"PosZ":31.04789924621582,"NPCMonsterID":2022061,"EventID":44201013,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":135.0,"PosX":-85.33792114257812,"PosY":2.135140895843506,"PosZ":30.16305923461914,"NPCMonsterID":2022011,"EventID":44201014,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":-99.49594116210938,"PosY":3.687061071395874,"PosZ":-18.799999237060547,"NPCMonsterID":2022061,"EventID":44201021,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":330.0,"PosX":-96.0199966430664,"PosY":3.8897020816802974,"PosZ":-17.780000686645508,"NPCMonsterID":2022011,"EventID":44201022,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":50.0,"PosX":-102.97000122070312,"PosY":4.5523600578308105,"PosZ":-20.020000457763672,"NPCMonsterID":2022011,"EventID":44201023,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"24":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.82000732421875,"PosY":11.839360237121582,"PosZ":1.190000057220459,"RotY":89.9999771118164,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/44201_Raid/Maze_InvisibleMonster_ChallengeTarget_Button.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/44201_Raid/Maze_InvisibleMonster_ChallengeTarget_BeHit.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/44201_Raid/Maze_InvisibleMonster_ChallengeBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P44201_F44201002":{"teleports":{"2102":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":116.70999908447266,"PosY":46.022178649902344,"PosZ":-84.09963989257812,"RotY":0.0,"PropID":3002,"AnchorID":4,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.40658950805664,"PosY":13.916560173034668,"PosZ":-20.15999984741211,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":28.61408042907715,"PosY":44.258270263671875,"PosZ":-9.065065383911133,"RotY":0.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":77.43753814697266,"PosY":44.70901107788086,"PosZ":6.098165035247803,"RotY":0.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":116.70999908447266,"PosY":46.022178649902344,"PosZ":-84.09963989257812,"RotY":0.0,"PropID":3002,"AnchorID":4,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-35.0099983215332,"PosY":13.594989776611328,"PosZ":-13.100000381469728,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":32.22359085083008,"PosY":43.95827865600586,"PosZ":-13.285360336303713,"RotY":45.0,"groupId":0},"3":{"ID":3,"PosX":72.37772369384764,"PosY":44.0101203918457,"PosZ":-0.21778500080108645,"RotY":215.0,"groupId":0},"4":{"ID":4,"PosX":115.54740142822266,"PosY":45.702178955078125,"PosZ":-77.31439208984375,"RotY":45.0,"groupId":0}}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/44201_Raid/Maze_InvisibleMonster_ClientBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":240.0,"PosX":-18.62512969970703,"PosY":13.661399841308594,"PosZ":-8.410555839538574,"NPCMonsterID":2022011,"EventID":44201051,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":240.0,"PosX":-7.2747039794921875,"PosY":13.594989776611328,"PosZ":-8.538406372070312,"NPCMonsterID":2022011,"EventID":44201052,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":310.0,"PosX":-16.0,"PosY":13.61655044555664,"PosZ":-17.219999313354492,"NPCMonsterID":2022011,"EventID":44201053,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":310.0,"PosX":-10.859999656677246,"PosY":13.61655044555664,"PosZ":-16.81999969482422,"NPCMonsterID":2022011,"EventID":44201054,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":240.0,"PosX":-13.670519828796388,"PosY":13.669170379638672,"PosZ":-8.164957046508789,"NPCMonsterID":2022011,"EventID":44201055,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/44201_Raid/Maze_InvisibleMonster_ClientBuffWithButtonInitial.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":120.0,"PosX":43.36000061035156,"PosY":42.39950180053711,"PosZ":-25.56999969482422,"NPCMonsterID":2022011,"EventID":44201071,"groupId":15,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":90.0,"PosX":42.849998474121094,"PosY":42.39950942993164,"PosZ":-30.38278007507324,"NPCMonsterID":2022061,"EventID":44201072,"groupId":15,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":60.0,"PosX":42.9900016784668,"PosY":42.39950942993164,"PosZ":-34.439998626708984,"NPCMonsterID":2022061,"EventID":44201073,"groupId":15,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":90.0,"PosX":41.896240234375,"PosY":42.39950942993164,"PosZ":-40.46709060668945,"NPCMonsterID":2022011,"EventID":44201074,"groupId":15,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":180.0,"PosX":47.88808822631836,"PosY":42.42438125610352,"PosZ":-67.32936096191406,"NPCMonsterID":2022061,"EventID":44201075,"groupId":15,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":0.0,"PosX":95.55000305175781,"PosY":45.702178955078125,"PosZ":-68.8499984741211,"NPCMonsterID":2022061,"EventID":44201081,"groupId":15,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":340.0,"PosX":99.90442657470702,"PosY":45.702178955078125,"PosZ":-65.33482360839844,"NPCMonsterID":2022011,"EventID":44201082,"groupId":15,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":270.0,"PosX":103.09999847412108,"PosY":45.7021598815918,"PosZ":-60.327301025390625,"NPCMonsterID":2022011,"EventID":44201083,"groupId":15,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":180.0,"PosX":103.24109649658205,"PosY":45.722171783447266,"PosZ":-74.44220733642578,"NPCMonsterID":2022011,"EventID":44201084,"groupId":15,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":270.0,"PosX":81.3199920654297,"PosY":45.7021484375,"PosZ":-45.27000045776367,"NPCMonsterID":2022011,"EventID":44201085,"groupId":15,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":135.0,"PosX":92.5,"PosY":45.7021484375,"PosZ":-26.600000381469727,"NPCMonsterID":2022061,"EventID":44201086,"groupId":15,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":180.0,"PosX":97.02574920654298,"PosY":45.7021484375,"PosZ":-25.6299991607666,"NPCMonsterID":2022061,"EventID":44201087,"groupId":15,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_SpecialVision_SneakMonster.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/44201_Raid/Maze_InvisibleMonster_OnlyButtonInitial.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"31":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":11.56999969482422,"PosY":42.0099983215332,"PosZ":-13.312999725341797,"RotY":270.0000915527344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X301/Maze_Chap02_X301_Elevator_Locked_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":11.56999969482422,"PosY":42.0099983215332,"PosZ":-13.312999725341797,"RotY":270.0000915527344,"PropID":102103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Elevator_01.json","State":"Elevator1","propStateList":["Locked","Elevator1","Elevator2","Elevator3"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_Elevator_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":16.152000427246094,"PosY":43.95827865600586,"PosZ":-16.770000457763672,"RotY":90.00007629394531,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":5.340000152587891,"PosY":16.120710372924805,"PosZ":-8.680000305175781,"RotY":270.0000915527344,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":5.889999866485596,"PosY":16.120689392089844,"PosZ":-13.3100004196167,"RotY":270.0000915527344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":11.56999969482422,"PosY":42.0099983215332,"PosZ":-13.312999725341797,"RotY":270.0000915527344,"groupId":0},"2":{"ID":2,"PosX":11.56999969482422,"PosY":16.280000686645508,"PosZ":-13.312999725341797,"RotY":270.0000915527344,"groupId":0}}},"32":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":10.965999603271484,"PosY":36.27899932861328,"PosZ":22.437000274658203,"RotY":315.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X301/Maze_Chap02_X301_Elevator_Locked_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":10.965999603271484,"PosY":36.27899932861328,"PosZ":22.437000274658203,"RotY":315.0,"PropID":102103,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Elevator_01.json","State":"Locked","propStateList":["Locked","Elevator1","Elevator2","Elevator3"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_X301_Elevator_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":12.989999771118164,"PosY":38.203399658203125,"PosZ":16.170000076293945,"RotY":135.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_1Fto2F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":9.899999618530273,"PosY":13.861669540405272,"PosZ":30.229999542236328,"RotY":315.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_ElevatorSwicth_CallElevator_2Fto1F.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":7.80000114440918,"PosY":13.884010314941406,"PosZ":25.600000381469727,"RotY":315.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":10.965999603271484,"PosY":36.27899932861328,"PosZ":22.437000274658203,"RotY":315.0,"groupId":0},"2":{"ID":2,"PosX":10.965999603271484,"PosY":14.050000190734863,"PosZ":22.437000274658203,"RotY":315.0,"groupId":0}}},"36":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":38.82678985595703,"PosY":43.95827102661133,"PosZ":-11.06147003173828,"RotY":270.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":68.18482971191406,"PosY":44.0101318359375,"PosZ":-11.146380424499512,"RotY":315.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":130.83489990234375,"PosY":45.722171783447266,"PosZ":-72.06614685058594,"RotY":315.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/44201_Raid/Maze_InvisibleMonster_ChallengeTarget_Button.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/44201_Raid/Maze_InvisibleMonster_ChallengeTarget_BeHit.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/44201_Raid/Maze_InvisibleMonster_ChallengeBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P44201_F44201003":{"teleports":{"2102":{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.69169998168945,"PosY":2.4707438945770264,"PosZ":50.4876594543457,"RotY":0.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":6,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-98.93450164794922,"PosY":1.1206769943237305,"PosZ":39.56999969482422,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":6,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":44.80672073364258,"PosY":2.5457630157470703,"PosZ":68.33251190185547,"RotY":0.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":6,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.69169998168945,"PosY":2.4707438945770264,"PosZ":50.4876594543457,"RotY":0.0,"PropID":3002,"AnchorID":3,"AnchorGroupID":6,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-97.27960968017578,"PosY":0.8206769824028014,"PosZ":42.6219596862793,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":43.83531951904297,"PosY":2.245764970779419,"PosZ":74.0782470703125,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":-52.209999084472656,"PosY":2.1707589626312256,"PosZ":42.400001525878906,"RotY":90.0,"groupId":0}}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Puzzle_Chap02_SpecialVision_SneakMonster.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/44201_Raid/Maze_InvisibleMonster_OnlyButtonInitial.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.722801208496094,"PosY":2.1707229614257812,"PosZ":39.85026168823242,"RotY":270.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":48.895450592041016,"PosY":2.2457571029663086,"PosZ":68.93843078613281,"RotY":270.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/44201_Raid/Maze_InvisibleMonster_ClientBuff.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.398590087890625,"PosY":2.170660972595215,"PosZ":52.715518951416016,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":6.71999979019165,"PosY":2.2204511165618896,"PosZ":66.12999725341797,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":6.551000118255615,"PosY":2.1705551147460938,"PosZ":66.09400177001953,"RotY":90.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200007,"RotY":270.0,"PosX":-14.216440200805664,"PosY":2.1706409454345703,"PosZ":46.78697967529297,"NPCMonsterID":8002040,"EventID":44201211,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":0.0,"PosX":3.8405520915985103,"PosY":2.2319040298461914,"PosZ":55.97029113769531,"NPCMonsterID":8002040,"EventID":44201212,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":180.0,"PosX":-20.780000686645508,"PosY":2.237377882003784,"PosZ":39.70000076293945,"NPCMonsterID":8002040,"EventID":44201213,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":0.0,"PosX":-26.010000228881836,"PosY":8.16253662109375,"PosZ":36.51300048828125,"NPCMonsterID":8002040,"EventID":44201214,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":90.0,"PosX":-17.73685073852539,"PosY":2.231904983520508,"PosZ":74.72225952148438,"NPCMonsterID":8002040,"EventID":44201215,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-52.22999954223633,"PosY":2.1707630157470703,"PosZ":42.29999923706055,"RotY":90.0,"groupId":0}}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":47.71799850463867,"PosY":-1.3321000337600708,"PosZ":98.26000213623047,"RotY":270.0,"PropID":102037,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.27999877929688,"PosY":0.820671021938324,"PosZ":44.529991149902344,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/44201_Raid/Maze_InvisibleMonsterRaid_RaidTest_TriggerFinish.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.22999954223633,"PosY":2.1707630157470703,"PosZ":42.29999923706055,"RotY":90.0,"PropID":111,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_MissionHint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":119.61000061035156,"PosY":45.702178955078125,"PosZ":-72.52999877929688,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/44201_Raid/Maze_InvisibleMonster_NPCStealth.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-74.06400299072266,"PosY":0.8500000238418579,"PosZ":52.05799865722656,"Name":"NPC1","RotY":180.0,"NPCID":3016,"groupId":33,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-73.30999755859375,"PosY":0.8206689953804016,"PosZ":47.08000183105469,"RotY":340.0,"groupId":0},"2":{"ID":2,"PosX":-78.69000244140625,"PosY":3.059999942779541,"PosZ":44.630001068115234,"RotY":45.0,"groupId":0}}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/44201_Raid/Maze_InvisibleMonster_ChallengeTarget_Button.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P44202_F44202001":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":20.85199928283691,"PosY":-4.710052967071533,"PosZ":28.34199905395508,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":8,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_ChallengeRaid_BuffRaid1.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_MonsterEffect_Suiyang.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":59.63066864013672,"PosY":-10.498720169067385,"PosZ":29.60685920715332,"NPCMonsterID":2023030,"EventID":44202001,"groupId":3,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_ChallengeRaid_BuffHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":43.19538116455078,"PosY":-7.7400150299072275,"PosZ":32.15388870239258,"RotY":180.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":20.85199928283691,"PosY":-4.710052967071533,"PosZ":28.34199905395508,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":8,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":26.51378059387207,"PosY":-5.010059833526611,"PosZ":26.593320846557617,"RotY":75.0,"groupId":0}}}}},"P44202_F44202002":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":71.48451232910156,"PosY":2.8793039321899414,"PosZ":-74.70333862304688,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_ChallengeRaid_BuffRaid2.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_MonsterEffect_Suiyang.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":62.970001220703125,"PosY":2.5650129318237305,"PosZ":-55.060001373291016,"NPCMonsterID":8001010,"EventID":44202011,"groupId":3,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_ChallengeRaid_BuffHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":68.33999633789062,"PosY":2.481142044067383,"PosZ":-66.20999908447266,"RotY":270.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":71.48451232910156,"PosY":2.8793039321899414,"PosZ":-74.70333862304688,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":63.63999938964844,"PosY":2.5036470890045166,"PosZ":-69.80000305175781,"RotY":0.0,"groupId":0}}}}},"P44202_F44202003":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.37628936767578,"PosY":-10.856220245361328,"PosZ":57.30939865112305,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_ChallengeRaid_BuffRaid3.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_MonsterEffect_Suiyang.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-107.0623016357422,"PosY":-9.306594848632812,"PosZ":41.810001373291016,"NPCMonsterID":2002030,"EventID":44202021,"groupId":3,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_ChallengeRaid_BuffHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-109.75869750976564,"PosY":-11.166589736938477,"PosZ":54.80770111083984,"RotY":90.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.37628936767578,"PosY":-10.856220245361328,"PosZ":57.30939865112305,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-105.20110321044922,"PosY":-11.166589736938477,"PosZ":59.18272018432618,"RotY":190.0,"groupId":0}}}}},"P44202_F44202004":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.31844329833984,"PosY":-7.196279048919678,"PosZ":-32.29848861694336,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_ChallengeRaid_BuffRaid4.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_MonsterEffect_Suiyang.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":330.0,"PosX":-43.0452995300293,"PosY":-2.3347790241241455,"PosZ":-64.20651245117188,"NPCMonsterID":2013010,"EventID":44202031,"groupId":3,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X203/Chapter02_X203_ChallengeRaid_BuffHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-55.60227966308594,"PosY":-3.62796401977539,"PosZ":-55.298969268798835,"RotY":90.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.31844329833984,"PosY":-7.196279048919678,"PosZ":-32.29848861694336,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":10,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointEnable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-60.38092041015625,"PosY":-7.180870056152344,"PosZ":-37.074729919433594,"RotY":150.0,"groupId":0}}}}},"P44301_F44301001":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":67.9000015258789,"PosY":-19.200000762939453,"PosZ":-559.6300048828125,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":25,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},"2390":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":72.22000122070312,"PosY":-18.58799934387207,"PosZ":-567.2999877929688,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.83050537109375,"PosY":-8.780000686645508,"PosZ":-80.2699966430664,"RotY":90.00005340576172,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-323.83050537109375,"PosY":-8.780000686645508,"PosZ":-80.2699966430664,"RotY":90.00005340576172,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-317.0830078125,"PosY":-8.75865364074707,"PosZ":-75.41000366210938,"RotY":90.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.885009765625,"PosY":-8.779999732971191,"PosZ":-86.3499984741211,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.885009765625,"PosY":-8.779999732971191,"PosZ":-92.3499984741211,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.8680114746094,"PosY":-8.869999885559082,"PosZ":-68.3499984741211,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.8680114746094,"PosY":-8.869999885559082,"PosZ":-74.3499984741211,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-348.8349914550781,"PosY":-8.800004959106445,"PosZ":-79.1240005493164,"RotY":270.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-341.7742919921875,"PosY":-8.805999755859375,"PosZ":-74.30998992919922,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-335.7742919921875,"PosY":-8.805999755859375,"PosZ":-74.30999755859375,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-305.885009765625,"PosY":-8.779999732971191,"PosZ":-86.3499984741211,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-305.885009765625,"PosY":-8.779999732971191,"PosZ":-92.3499984741211,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-335.1300048828125,"PosY":-8.800004959106445,"PosZ":-61.16999816894531,"RotY":89.99994659423828,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-341.7742919921875,"PosY":-8.805999755859375,"PosZ":-56.30998992919922,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-335.7742919921875,"PosY":-8.805999755859375,"PosZ":-56.310001373291016,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-317.0260009765625,"PosY":-26.77610969543457,"PosZ":-58.68399810791016,"RotY":89.99994659423828,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-323.7742919921875,"PosY":-26.805999755859375,"PosZ":-53.30998992919922,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-317.7742919921875,"PosY":-26.805999755859375,"PosZ":-53.310001373291016,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-335.7742919921875,"PosY":-26.805999755859375,"PosZ":-53.30998992919922,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.7742919921875,"PosY":-26.805999755859375,"PosZ":-53.310001373291016,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-341.7742919921875,"PosY":-26.805999755859375,"PosZ":-53.310001373291016,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":72.41999816894531,"PosY":-19.5,"PosZ":-567.3599853515625,"RotY":0.0,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-301.3030090332031,"PosY":-8.913792610168457,"PosZ":-77.23899841308594,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":72.15699768066406,"PosY":-15.593999862670898,"PosZ":-560.5900268554688,"RotY":178.93429565429688,"groupId":0},"3":{"ID":3,"PosX":72.31300354003906,"PosY":-17.18199920654297,"PosZ":-566.5549926757812,"RotY":177.38729858398438,"groupId":0}}},"10":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-350.6400146484375,"PosY":-5.6699981689453125,"PosZ":-104.23370361328124,"NPCMonsterID":3011010,"EventID":44301101,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-342.7799987792969,"PosY":9.23000431060791,"PosZ":-77.26000213623047,"RotY":270.0000915527344,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"14":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":91.03919982910156,"PosX":-347.8599853515625,"PosY":5.355000019073486,"PosZ":-77.22699737548828,"NPCMonsterID":3002010,"EventID":44301302,"groupId":14,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"15":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":304.89990234375,"PosX":-331.2301025390625,"PosY":-18.46479034423828,"PosZ":-50.337059020996094,"NPCMonsterID":3012020,"EventID":44301201,"groupId":15,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.8768005371094,"PosY":-16.672000885009766,"PosZ":-50.33700180053711,"RotY":0.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-332.82000732421875,"PosY":-7.199999809265137,"PosZ":-104.2300033569336,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":72.22000122070312,"PosY":-18.58799934387207,"PosZ":-567.2999877929688,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":67.9000015258789,"PosY":-19.200000762939453,"PosZ":-559.6300048828125,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":25,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":71.95999908447266,"PosY":-19.5,"PosZ":-560.3800048828125,"RotY":180.0,"groupId":0}}}}},"P44301_F44301002":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":73.41000366210938,"PosY":-19.205570220947266,"PosZ":-531.5499267578125,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},"2390":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":69.1520004272461,"PosY":-18.68899917602539,"PosZ":-523.9000244140625,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10063":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.848388671875,"PosY":5.90618896484375,"PosZ":-77.29319763183594,"RotY":0.0,"PropID":103001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10063,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityCharger_01_Entity.json"}},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":69.08999633789062,"PosY":-19.50749969482422,"PosZ":-523.7069702148438,"RotY":180.0,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-301.17999267578125,"PosY":-8.913793563842773,"PosZ":-77.2229995727539,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":70.08999633789062,"PosY":-13.050000190734863,"PosZ":-532.8400268554688,"RotY":357.0777893066406,"groupId":0},"3":{"ID":3,"PosX":69.66999816894531,"PosY":-17.030000686645508,"PosZ":-524.6400146484375,"RotY":357.0777893066406,"groupId":0}}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-323.760009765625,"PosY":-8.899999618530273,"PosZ":-80.26499938964844,"RotY":89.9999771118164,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.760009765625,"PosY":-8.899999618530273,"PosZ":-80.26499938964844,"RotY":89.9999771118164,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-316.54998779296875,"PosY":-8.913793563842773,"PosZ":-75.61699676513672,"RotY":89.9999771118164,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-311.74951171875,"PosY":-8.899999618530273,"PosZ":-86.25,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-311.74951171875,"PosY":-8.899999618530273,"PosZ":-92.25382232666016,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.74951171875,"PosY":-8.899999618530273,"PosZ":-74.25070190429688,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.74951171875,"PosY":-8.899999618530273,"PosZ":-68.25070190429688,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-352.3500061035156,"PosY":-8.859994888305664,"PosZ":-60.96699905395508,"RotY":0.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.76190185546875,"PosY":-8.899999618530273,"PosZ":-62.26628112792969,"RotY":89.9999771118164,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-341.7580871582031,"PosY":-8.899999618530273,"PosZ":-62.26628112792969,"RotY":89.9999771118164,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.74951171875,"PosY":-8.899999618530273,"PosZ":-86.25068664550781,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.74951171875,"PosY":-8.899999618530273,"PosZ":-92.25068664550781,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-331.3500061035156,"PosY":-8.859994888305664,"PosZ":-93.96700286865236,"RotY":180.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.848388671875,"PosY":5.90618896484375,"PosZ":-77.29319763183594,"RotY":0.0,"PropID":103001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10063,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityCharger_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":310.5649108886719,"PosX":-356.5199890136719,"PosY":-6.46999979019165,"PosZ":-104.2300033569336,"NPCMonsterID":3011010,"EventID":44301101,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"9":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":89.99999237060547,"PosX":-326.8599853515625,"PosY":-5.439999103546143,"PosZ":-50.339691162109375,"NPCMonsterID":3011010,"EventID":44301101,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-328.7699890136719,"PosY":2.5100018978118896,"PosZ":-104.23370361328124,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-333.6099853515625,"PosY":0.09000000357627869,"PosZ":-50.577369689941406,"RotY":0.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"16":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":69.1520004272461,"PosY":-18.68899917602539,"PosZ":-523.9000244140625,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":73.41000366210938,"PosY":-19.205570220947266,"PosZ":-531.5499267578125,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":1,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":69.55000305175781,"PosY":-19.50749969482422,"PosZ":-530.739990234375,"RotY":0.0,"groupId":0}}}}},"P44301_F44301003":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":44.29600143432618,"PosY":-10.32569980621338,"PosZ":-528.8800048828125,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":26,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},"2390":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":36.310001373291016,"PosY":-10.472000122070312,"PosZ":-530.9299926757812,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10063":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-323.739990234375,"PosY":-23.93000030517578,"PosZ":-77.01880645751953,"RotY":0.0,"PropID":103001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10063,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityRoom_Charger.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityCharger_01_Entity.json"}},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":36.17694091796875,"PosY":-10.625699996948242,"PosZ":-530.780029296875,"RotY":90.00003051757812,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-309.14801025390625,"PosY":-26.798500061035156,"PosZ":-53.63999938964844,"RotY":225.0,"groupId":0},"2":{"ID":2,"PosX":45.310001373291016,"PosY":-3.9690001010894775,"PosZ":-530.1820068359375,"RotY":267.0777893066406,"groupId":0},"3":{"ID":3,"PosX":37.109989166259766,"PosY":-7.948999881744384,"PosZ":-530.6021118164062,"RotY":267.0777893066406,"groupId":0}}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-305.74951171875,"PosY":-26.899999618530273,"PosZ":-68.25068664550781,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-305.74951171875,"PosY":-26.899999618530273,"PosZ":-74.25068664550781,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-311.4670104980469,"PosY":-26.798500061035156,"PosZ":-61.28200149536133,"RotY":0.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-305.74951171875,"PosY":-26.899999618530273,"PosZ":-86.25,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-305.74951171875,"PosY":-26.899999618530273,"PosZ":-92.25382232666016,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.76190185546875,"PosY":-8.899999618530273,"PosZ":-104.26629638671876,"RotY":89.9999771118164,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-323.7580871582031,"PosY":-8.899999618530273,"PosZ":-104.26629638671876,"RotY":89.9999771118164,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.74951171875,"PosY":-8.899999618530273,"PosZ":-86.25068664550781,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.74951171875,"PosY":-8.899999618530273,"PosZ":-92.25068664550781,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-331.3500061035156,"PosY":-8.859994888305664,"PosZ":-93.96700286865236,"RotY":180.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.74951171875,"PosY":-8.899999618530273,"PosZ":-74.25386810302734,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.74951171875,"PosY":-8.899999618530273,"PosZ":-68.25005340576172,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-341.7637939453125,"PosY":-8.899999618530273,"PosZ":-50.24021911621094,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-335.7637939453125,"PosY":-8.899999618530273,"PosZ":-50.24021911621094,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-323.7637939453125,"PosY":-8.899999618530273,"PosZ":-50.24021911621094,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-317.7637939453125,"PosY":-8.899999618530273,"PosZ":-50.24021911621094,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-332.4587097167969,"PosY":-19.290000915527344,"PosZ":-68.18900299072266,"RotY":3.999999989900971e-6,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"13":{"props":[],"npcs":[],"monsters":[{"ID":200002,"RotY":0.0,"PosX":-315.1199951171875,"PosY":-5.659996032714844,"PosZ":-104.23370361328124,"NPCMonsterID":3011010,"EventID":44301102,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-320.9844970703125,"PosY":8.175651550292969,"PosZ":-104.23370361328124,"RotY":0.0,"PropID":103001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10063,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityCharger_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-323.739990234375,"PosY":-23.93000030517578,"PosZ":-77.01880645751953,"RotY":0.0,"PropID":103001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10063,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_GravityRoom_Charger.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityCharger_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"17":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.1000061035156,"PosX":-341.7669982910156,"PosY":-32.18600082397461,"PosZ":-77.33300018310547,"NPCMonsterID":3012020,"EventID":44301201,"groupId":17,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"18":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-311.6046142578125,"PosY":-8.769998550415039,"PosZ":-59.78900909423828,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.86248779296875,"PosY":-20.782609939575195,"PosZ":-104.23370361328124,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":36.310001373291016,"PosY":-10.472000122070312,"PosZ":-530.9299926757812,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":44.29600143432618,"PosY":-10.32569980621338,"PosZ":-528.8800048828125,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":26,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":41.34748077392578,"PosY":-10.625699996948242,"PosZ":-530.9138793945312,"RotY":270.0,"groupId":0}}}}},"P44301_F44301004":{"teleports":{"2390":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.19000244140625,"PosY":-4.760000228881836,"PosZ":-79.73999786376953,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10055":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.01199340820312,"PosY":16.990999221801758,"PosZ":-160.9409942626953,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"7":{"props":[{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-145.28109741210938,"PosY":16.07699966430664,"PosZ":-129.0142059326172,"RotY":180.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-154.97300720214844,"PosY":19.342510223388672,"PosZ":-129.02239990234375,"RotY":180.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap03_WolfBro_TeleportGate.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-154.97470092773438,"PosY":19.342510223388672,"PosZ":-129.61090087890625,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":-145.31979370117188,"PosY":16.07699966430664,"PosZ":-129.78819274902344,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":17.912399291992188,"PosY":0.25,"PosZ":42.99300003051758,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":18.982999801635746,"PosY":2.230592966079712,"PosZ":44.53499984741211,"RotY":90.0,"groupId":0},"5":{"ID":5,"PosX":-139.99380493164065,"PosY":16.07699966430664,"PosZ":-131.37579345703125,"RotY":0.0,"groupId":0},"6":{"ID":6,"PosX":27.270999908447266,"PosY":0.25,"PosZ":43.73448944091797,"RotY":0.0,"groupId":0},"7":{"ID":7,"PosX":-133.7913055419922,"PosY":16.07699966430664,"PosZ":-149.27890014648438,"RotY":0.0,"groupId":0},"8":{"ID":8,"PosX":32.824501037597656,"PosY":2.2177538871765137,"PosZ":44.458290100097656,"RotY":0.0,"groupId":0},"9":{"ID":9,"PosX":-148.05499267578125,"PosY":16.07699966430664,"PosZ":-150.6551971435547,"RotY":209.29190063476565,"groupId":0},"10":{"ID":10,"PosX":-147.5469970703125,"PosY":16.07699966430664,"PosZ":-149.8699951171875,"RotY":209.29190063476565,"groupId":0},"11":{"ID":11,"PosX":-133.02000427246094,"PosY":20.420000076293945,"PosZ":-138.0,"RotY":63.20608139038086,"groupId":0},"12":{"ID":12,"PosX":-128.70140075683594,"PosY":20.399999618530273,"PosZ":-137.4696044921875,"RotY":63.20608139038086,"groupId":0},"13":{"ID":13,"PosX":-140.46200561523438,"PosY":17.698999404907227,"PosZ":-134.99400329589844,"RotY":0.0,"groupId":0}}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.31910705566406,"PosY":16.07699966430664,"PosZ":-131.5590057373047,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSaveManagar_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.0968017578125,"PosY":16.07699966430664,"PosZ":-131.82310485839844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.31910705566406,"PosY":16.07699966430664,"PosZ":-130.56410217285156,"RotY":180.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_CartoonTV_01.json","State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":0.0,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"NPCMonsterID":3002010,"EventID":20131001,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.08700561523438,"PosY":16.947999954223633,"PosZ":-160.99600219726565,"RotY":188.59759521484375,"PropID":103189,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.01199340820312,"PosY":16.990999221801758,"PosZ":-160.9409942626953,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.30799865722656,"PosY":16.07699966430664,"PosZ":-161.05340576171875,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.74899291992188,"PosY":17.176000595092773,"PosZ":-166.73300170898438,"RotY":251.56629943847656,"PropID":103189,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.11630249023438,"PosY":16.99799919128418,"PosZ":-167.02720642089844,"RotY":314.7213134765625,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.41229248046875,"PosY":16.083999633789062,"PosZ":-167.1396026611328,"RotY":314.7213134765625,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-154.8560028076172,"PosY":19.63599967956543,"PosZ":-138.92300415039065,"RotY":0.0,"PropID":103189,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-154.54400634765625,"PosY":19.18400001525879,"PosZ":-138.80459594726565,"RotY":89.18618774414062,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-154.83999633789065,"PosY":18.270000457763672,"PosZ":-138.91700744628906,"RotY":89.1861572265625,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-154.75390625,"PosY":16.08700942993164,"PosZ":-159.03990173339844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ShowGroupMonsterVision_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-129.50509643554688,"PosY":16.07699966430664,"PosZ":-152.0126953125,"NPCMonsterID":3002011,"EventID":10301299,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.0,"PosX":-152.99949645996094,"PosY":16.07699966430664,"PosZ":-156.773193359375,"NPCMonsterID":3002011,"EventID":10301299,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"17":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.19000244140625,"PosY":-4.760000228881836,"PosZ":-79.73999786376953,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P44301_F44301005":{"teleports":{"10055":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.6969985961914,"PosY":-57.98600006103515,"PosZ":52.8214111328125,"RotY":89.18618774414062,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.4469985961914,"PosY":-17.82200050354004,"PosZ":61.756000518798835,"RotY":270.3670959472656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSaveManagar_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.7751007080078,"PosY":-17.82699966430664,"PosZ":61.38056945800781,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.00299835205078,"PosY":-59.82600021362305,"PosZ":45.319000244140625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-100.51000213623048,"PosY":-17.82200050354004,"PosZ":61.75,"RotY":270.3670959472656,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_CartoonTV_01.json","State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.19529724121094,"PosY":-59.82600021362305,"PosZ":48.36494827270508,"RotY":180.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_CartoonTV_01.json","State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.77464294433594,"PosY":-58.79798889160156,"PosZ":44.60477066040039,"RotY":270.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_CartoonTV_01.json","State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.54100036621094,"PosY":-55.525421142578125,"PosZ":53.56399917602539,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_FroceTriggerG_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-105.51799774169922,"PosY":-56.509490966796875,"PosZ":44.60499954223633,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Common_LG/TriggerCameraLookat.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-111.56700134277344,"PosY":-59.82598876953125,"PosZ":46.53900146484375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":0.0,"PosX":161.0399932861328,"PosY":-39.46498107910156,"PosZ":165.97189331054688,"NPCMonsterID":7010011,"EventID":20131001,"groupId":16,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"17":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.91699981689453,"PosY":-17.82200050354004,"PosZ":57.154998779296875,"RotY":270.0,"PropID":103053,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"Open","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.24099731445312,"PosY":-59.82600021362305,"PosZ":60.01599884033203,"RotY":180.0,"PropID":103051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"Open","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.80599975585938,"PosY":-59.82598876953125,"PosZ":43.729000091552734,"RotY":0.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.5189971923828,"PosY":-56.53948974609375,"PosZ":42.83700180053711,"RotY":90.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-105.48899841308594,"PosY":-56.544490814208984,"PosZ":44.595001220703125,"RotY":0.0,"PropID":103087,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkEffect_Drop.json","State":"Closed","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SolidaBottle_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.62357330322266,"PosY":-58.79399108886719,"PosZ":48.67660903930664,"RotY":216.8000030517578,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.62158203125,"PosY":-55.525421142578125,"PosZ":53.848758697509766,"RotY":270.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.51000213623047,"PosY":-55.525421142578125,"PosZ":53.542999267578125,"RotY":180.0,"PropID":103087,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkEffect_Drop.json","State":"Closed","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SolidaBottle_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-103.93000030517578,"PosY":-59.82600021362305,"PosZ":50.20000076293945,"RotY":317.6044006347656,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HideBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.92948913574219,"PosY":-58.79399108886719,"PosZ":48.72317886352539,"RotY":351.8699951171875,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HideBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap03_WolfBro_TeleportGate.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-101.56900024414064,"PosY":-17.82200050354004,"PosZ":61.47200012207031,"RotY":89.9999771118164,"groupId":0},"2":{"ID":2,"PosX":-111.83709716796876,"PosY":-59.82600021362305,"PosZ":47.47283935546875,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-101.88999938964844,"PosY":-59.82600021362305,"PosZ":59.220001220703125,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":-101.5500030517578,"PosY":-17.82200050354004,"PosZ":56.50299835205078,"RotY":270.0003967285156,"groupId":0},"5":{"ID":5,"PosX":-112.58799743652344,"PosY":-56.53948974609375,"PosZ":42.9630012512207,"RotY":85.0,"groupId":0},"6":{"ID":6,"PosX":-116.64600372314452,"PosY":-59.82600021362305,"PosZ":44.92100143432618,"RotY":9.999999747378752e-6,"groupId":0},"7":{"ID":7,"PosX":154.46800231933594,"PosY":-37.037818908691406,"PosZ":174.08900451660156,"RotY":300.0,"groupId":0},"8":{"ID":8,"PosX":150.2480010986328,"PosY":-37.037818908691406,"PosZ":179.18299865722656,"RotY":90.0,"groupId":0},"9":{"ID":9,"PosX":149.68699645996094,"PosY":-33.892860412597656,"PosZ":182.78599548339844,"RotY":0.0,"groupId":0},"10":{"ID":10,"PosX":-105.18000030517578,"PosY":-16.18000030517578,"PosZ":61.91999816894531,"RotY":90.36710357666016,"groupId":0},"11":{"ID":11,"PosX":-112.36499786376952,"PosY":-58.13800048828125,"PosZ":43.44599914550781,"RotY":0.0,"groupId":0},"12":{"ID":12,"PosX":-97.34100341796876,"PosY":-54.41999816894531,"PosZ":45.362998962402344,"RotY":268.4596862792969,"groupId":0},"13":{"ID":13,"PosX":-91.54902648925781,"PosY":-58.79800033569336,"PosZ":44.2724494934082,"RotY":90.0,"groupId":0},"14":{"ID":14,"PosX":-95.88500213623047,"PosY":-57.097999572753906,"PosZ":44.74599838256836,"RotY":89.99999237060547,"groupId":0},"15":{"ID":15,"PosX":-92.04017639160156,"PosY":-55.525421142578125,"PosZ":53.864768981933594,"RotY":270.0,"groupId":0},"16":{"ID":16,"PosX":-91.15763854980469,"PosY":-58.79399108886719,"PosZ":48.66899871826172,"RotY":270.0,"groupId":0},"17":{"ID":17,"PosX":-104.05229949951172,"PosY":-56.829490661621094,"PosZ":59.6675910949707,"RotY":270.0,"groupId":0},"18":{"ID":18,"PosX":-99.95816040039062,"PosY":-59.82598876953125,"PosZ":57.422969818115234,"RotY":225.0,"groupId":0},"19":{"ID":19,"PosX":-101.76000213623048,"PosY":-54.41999816894531,"PosZ":51.779998779296875,"RotY":337.6719970703125,"groupId":0},"20":{"ID":20,"PosX":-93.93000030517578,"PosY":-52.869998931884766,"PosZ":46.09000015258789,"RotY":12.434000015258787,"groupId":0},"21":{"ID":21,"PosX":-103.90200042724608,"PosY":-59.22465896606445,"PosZ":50.228511810302734,"RotY":0.0,"groupId":0},"22":{"ID":22,"PosX":-104.61699676513672,"PosY":-59.82600021362305,"PosZ":50.58848190307618,"RotY":0.0,"groupId":0},"23":{"ID":23,"PosX":-91.89404296875,"PosY":-58.192649841308594,"PosZ":48.740581512451165,"RotY":0.0,"groupId":0},"24":{"ID":24,"PosX":-91.82994079589844,"PosY":-58.79798889160156,"PosZ":47.900760650634766,"RotY":180.0,"groupId":0}}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-100.7217025756836,"PosY":-59.81499099731445,"PosZ":42.89200973510742,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ShowGroupMonsterVision_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-105.00129699707033,"PosY":-59.82600021362305,"PosZ":46.65734100341797,"NPCMonsterID":3002011,"EventID":10301299,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":270.0,"PosX":-92.94000244140624,"PosY":-58.79800033569336,"PosZ":52.449249267578125,"NPCMonsterID":3002011,"EventID":10301299,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.68520355224608,"PosY":-58.59099960327149,"PosZ":46.887001037597656,"RotY":270.0,"PropID":103189,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.63300323486328,"PosY":-58.79999923706055,"PosZ":47.268409729003906,"RotY":89.18618774414062,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.9290008544922,"PosY":-59.7140007019043,"PosZ":47.15599822998047,"RotY":0.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.96299743652344,"PosY":-57.95500183105469,"PosZ":52.29199981689453,"RotY":27.326719284057617,"PropID":103189,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.6969985961914,"PosY":-57.98600006103515,"PosZ":52.8214111328125,"RotY":89.18618774414062,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.99299621582033,"PosY":-58.900001525878906,"PosZ":52.70899963378906,"RotY":141.1999969482422,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P44301_F44301006":{"teleports":{"10055":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":150.66299438476565,"PosY":-36.03498840332031,"PosZ":192.656005859375,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"16":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":120.95099639892578,"PosY":-30.38800048828125,"PosZ":153.90899658203125,"RotY":90.0,"PropID":103053,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"Open","propStateList":["Closed","Open"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":125.73500061035156,"PosY":-37.02680969238281,"PosZ":181.42999267578125,"RotY":90.0,"PropID":103051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"Open","propStateList":["Closed","Open"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":132.76800537109375,"PosY":-34.34897994995117,"PosZ":190.71470642089844,"RotY":90.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":126.48290252685548,"PosY":-37.037818908691406,"PosZ":191.2902069091797,"RotY":135.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":150.04519653320312,"PosY":-37.01850891113281,"PosZ":179.25210571289065,"RotY":90.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":149.7198944091797,"PosY":-33.892860412597656,"PosZ":181.75489807128903,"RotY":0.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":154.32200622558594,"PosY":-33.891319274902344,"PosZ":188.07110595703125,"RotY":270.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":155.26400756835938,"PosY":-37.033809661865234,"PosZ":187.04559326171875,"RotY":270.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":136.4600067138672,"PosY":-34.34897994995117,"PosZ":190.93699645996097,"RotY":45.0,"PropID":103087,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkEffect_Drop.json","State":"Closed","propStateList":["Closed","Open"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SolidaBottle_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":152.2884063720703,"PosY":-33.891319274902344,"PosZ":187.79739379882812,"RotY":180.0,"PropID":103087,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkEffect_Drop.json","State":"Closed","propStateList":["Closed","Open"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SolidaBottle_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":150.12399291992188,"PosY":-33.892860412597656,"PosZ":184.45700073242188,"RotY":90.0,"PropID":103087,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkEffect_Drop.json","State":"Closed","propStateList":["Closed","Open"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_SolidaBottle_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":148.33680725097656,"PosY":-37.037818908691406,"PosZ":167.24229431152344,"RotY":211.435302734375,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HideBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap03_WolfBro_TeleportGate.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":127.29129791259766,"PosY":-33.31024932861328,"PosZ":192.07550048828125,"RotY":180.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":127.18000030517578,"PosY":-30.4822998046875,"PosZ":157.88999938964844,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":126.40299987792967,"PosY":-37.037818908691406,"PosZ":181.4510040283203,"RotY":45.0,"groupId":0},"3":{"ID":3,"PosX":121.29060363769533,"PosY":-30.46788024902344,"PosZ":153.927001953125,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":126.85320281982422,"PosY":-37.037818908691406,"PosZ":190.90480041503903,"RotY":135.0,"groupId":0},"5":{"ID":5,"PosX":133.17379760742188,"PosY":-34.3489990234375,"PosZ":190.71780395507812,"RotY":90.0,"groupId":0},"6":{"ID":6,"PosX":150.66859436035156,"PosY":-37.037818908691406,"PosZ":179.27549743652344,"RotY":90.0,"groupId":0},"7":{"ID":7,"PosX":149.71539306640625,"PosY":-33.892860412597656,"PosZ":182.22520446777344,"RotY":0.0,"groupId":0},"8":{"ID":8,"PosX":153.78460693359375,"PosY":-33.891319274902344,"PosZ":188.0352020263672,"RotY":270.0,"groupId":0},"9":{"ID":9,"PosX":155.24989318847656,"PosY":-37.033809661865234,"PosZ":186.37579345703125,"RotY":180.0,"groupId":0},"10":{"ID":10,"PosX":128.968994140625,"PosY":-28.78499984741211,"PosZ":154.0919952392578,"RotY":340.3671875,"groupId":0},"11":{"ID":11,"PosX":142.08099365234375,"PosY":-35.268001556396484,"PosZ":187.0099945068359,"RotY":270.0,"groupId":0},"12":{"ID":12,"PosX":146.74000549316406,"PosY":-35.505001068115234,"PosZ":170.82200622558594,"RotY":180.0,"groupId":0},"13":{"ID":13,"PosX":131.47000122070312,"PosY":-32.439998626708984,"PosZ":191.5500030517578,"RotY":90.0,"groupId":0},"14":{"ID":14,"PosX":155.05299377441406,"PosY":-32.06999969482422,"PosZ":182.0760040283203,"RotY":301.518310546875,"groupId":0},"15":{"ID":15,"PosX":148.34609985351565,"PosY":-36.43648910522461,"PosZ":167.23289489746094,"RotY":0.0,"groupId":0},"16":{"ID":16,"PosX":147.3739013671875,"PosY":-37.037818908691406,"PosZ":167.13279724121094,"RotY":271.1886901855469,"groupId":0},"17":{"ID":17,"PosX":152.55999755859375,"PosY":-32.0,"PosZ":181.0500030517578,"RotY":0.7157469987869263,"groupId":0}}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":127.26699829101564,"PosY":-30.4822998046875,"PosZ":158.1269989013672,"RotY":160.36720275878906,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSaveManagar_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":127.73650360107422,"PosY":-30.46788024902344,"PosZ":157.8074951171875,"RotY":339.989013671875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":140.50709533691406,"PosY":-37.037818908691406,"PosZ":176.14610290527344,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":152.63929748535156,"PosY":-37.037818908691406,"PosZ":175.3444061279297,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":127.0199966430664,"PosY":-30.4822998046875,"PosZ":158.82000732421875,"RotY":160.36720275878906,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_CartoonTV_01.json","State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":0.0,"PosX":161.0399932861328,"PosY":-39.46498107910156,"PosZ":165.97189331054688,"NPCMonsterID":7010011,"EventID":20131001,"groupId":17,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ShowGroupMonsterVision_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":89.9999771118164,"PosX":136.35899353027344,"PosY":-37.037818908691406,"PosZ":192.28799438476565,"NPCMonsterID":3002011,"EventID":10301299,"groupId":18,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":89.9999771118164,"PosX":142.48129272460938,"PosY":-37.037818908691406,"PosZ":169.37339782714844,"NPCMonsterID":3001021,"EventID":10301299,"groupId":18,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":180.0,"PosX":152.47459411621094,"PosY":-37.0378303527832,"PosZ":188.71749877929688,"NPCMonsterID":3002011,"EventID":10301299,"groupId":18,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":142.1179962158203,"PosY":-35.99599838256836,"PosZ":184.11199951171875,"RotY":338.8876037597656,"PropID":103189,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":142.1179962158203,"PosY":-35.125999450683594,"PosZ":184.11199951171875,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":142.0919952392578,"PosY":-36.52799987792969,"PosZ":184.10400390625,"RotY":325.87188720703125,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":150.7760009765625,"PosY":-36.060001373291016,"PosZ":192.59100341796875,"RotY":114.3322982788086,"PropID":103189,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":150.66299438476565,"PosY":-36.03498840332031,"PosZ":192.656005859375,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":150.23800659179688,"PosY":-37.0378303527832,"PosZ":192.57859802246097,"RotY":90.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P44301_F44301007":{"teleports":{},"group_items":{"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0013530000578612087,"PosY":-22.21282958984375,"PosZ":207.61000061035156,"RotY":180.00030517578125,"PropID":103130,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ClockToyBox_03.json","State":"Locked","propStateList":["Closed","Open","Locked","CustomState01"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P44301_F44301008":{"teleports":{},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":299.7120056152344,"PosY":172.16900634765625,"PosZ":410.5499877929687,"RotY":0.0003009999927598983,"PropID":103130,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ClockToyBox_03.json","State":"Locked","propStateList":["Closed","Open","Locked","CustomState01"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P44301_F44301009":{"teleports":{},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.81900024414064,"PosY":-3.5106770992279053,"PosZ":-72.87799835205078,"RotY":90.0002670288086,"PropID":103130,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ClockToyBox_03.json","State":"Locked","propStateList":["Closed","Open","Locked","CustomState01"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P44301_F44301010":{"teleports":{},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.00800000037997961,"PosY":-15.915149688720703,"PosZ":-262.7799987792969,"RotY":180.00030517578125,"PropID":103130,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ClockToyBox_03.json","State":"Locked","propStateList":["Closed","Open","Locked","CustomState01"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P44301_F44301011":{"teleports":{},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.49400329589844,"PosY":28.031890869140625,"PosZ":0.3630000054836274,"RotY":180.0,"PropID":103130,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ClockToyBox_03.json","State":"Locked","propStateList":["Closed","Open","Locked","CustomState01"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P44301_F44301012":{"teleports":{},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":146.3090057373047,"PosY":35.55638122558594,"PosZ":-264.1579895019531,"RotY":0.0003060000017285347,"PropID":103130,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ClockToyBox_03.json","State":"Locked","propStateList":["Closed","Open","Locked","CustomState01"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P44301_F44301013":{"teleports":{},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":170.97999572753906,"PosY":113.83209991455078,"PosZ":378.8550109863282,"RotY":89.890380859375,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"Closed","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":171.0,"PosY":110.7300033569336,"PosZ":368.3999938964844,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":212.82000732421875,"PosY":110.7300033569336,"PosZ":368.4800109863282,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":186.7324981689453,"PosY":113.83209991455078,"PosZ":342.2925109863281,"RotY":179.89039611816406,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":171.02000427246094,"PosY":113.83209991455078,"PosZ":357.94500732421875,"RotY":269.8904113769531,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":191.88999938964844,"PosY":113.83209991455078,"PosZ":378.8949890136718,"RotY":179.89039611816406,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":202.3650054931641,"PosY":113.83209991455078,"PosZ":368.4599914550782,"RotY":179.89039611816406,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":186.7124938964844,"PosY":113.83209991455078,"PosZ":352.74749755859375,"RotY":179.89039611816406,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":202.3849945068359,"PosY":113.83209991455078,"PosZ":358.0050048828125,"RotY":269.8904113769531,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":166.08999633789065,"PosY":149.8800048828125,"PosZ":395.0,"RotY":144.7008056640625,"groupId":0},"2":{"ID":2,"PosX":164.77999877929688,"PosY":110.7300033569336,"PosZ":368.3200073242187,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":217.8999938964844,"PosY":110.7300033569336,"PosZ":368.3200073242187,"RotY":270.0,"groupId":0},"4":{"ID":4,"PosX":163.6300048828125,"PosY":111.1999969482422,"PosZ":366.9200134277344,"RotY":68.30000305175781,"groupId":0},"5":{"ID":5,"PosX":220.35499572753903,"PosY":111.75499725341795,"PosZ":368.3399963378906,"RotY":281.4473876953125,"groupId":0},"6":{"ID":6,"PosX":205.55999755859375,"PosY":118.0,"PosZ":352.6499938964844,"RotY":0.0,"groupId":0}}}}},"P44301_F44301014":{"teleports":{},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":328.33990478515625,"PosY":126.71450042724608,"PosZ":580.22998046875,"RotY":270.0,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":328.3399963378906,"PosY":123.6426010131836,"PosZ":593.7000122070312,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":292.4200134277344,"PosY":123.72299957275392,"PosZ":593.7000122070312,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":310.3800964355469,"PosY":123.7230987548828,"PosZ":611.6599731445312,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":319.3599853515625,"PosY":126.74469757080078,"PosZ":584.719970703125,"RotY":0.00028899998869746923,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":301.3999938964844,"PosY":126.78489685058594,"PosZ":584.719970703125,"RotY":0.00028899998869746923,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":305.8900146484375,"PosY":126.80500030517578,"PosZ":598.1901245117188,"RotY":90.00000762939453,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":319.3599853515625,"PosY":126.78500366210938,"PosZ":602.6801147460938,"RotY":90.00000762939453,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":314.8700866699219,"PosY":126.80509948730467,"PosZ":607.1699829101562,"RotY":0.00028899998869746923,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":305.8900146484375,"PosY":126.76470184326172,"PosZ":580.22998046875,"RotY":0.00028899998869746923,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":296.75,"PosY":149.6699981689453,"PosZ":575.719970703125,"RotY":30.49658966064453,"groupId":0},"2":{"ID":2,"PosX":333.4800109863281,"PosY":123.6427001953125,"PosZ":593.6500244140625,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":292.4200134277344,"PosY":124.2655029296875,"PosZ":588.7899780273438,"RotY":45.0,"groupId":0},"4":{"ID":4,"PosX":311.489990234375,"PosY":123.6688995361328,"PosZ":615.5089721679688,"RotY":154.89990234375,"groupId":0},"5":{"ID":5,"PosX":336.6600036621094,"PosY":124.91000366210938,"PosZ":594.6400146484375,"RotY":263.11151123046875,"groupId":0},"6":{"ID":6,"PosX":283.8599853515625,"PosY":129.63999938964844,"PosZ":594.9400024414062,"RotY":98.25763702392578,"groupId":0},"7":{"ID":7,"PosX":309.04998779296875,"PosY":125.87999725341795,"PosZ":620.1400146484375,"RotY":168.6793975830078,"groupId":0},"8":{"ID":8,"PosX":315.9761962890625,"PosY":124.01290130615234,"PosZ":586.4338989257812,"RotY":309.5342102050781,"groupId":0},"9":{"ID":9,"PosX":305.1683044433594,"PosY":134.42799377441406,"PosZ":586.225830078125,"RotY":46.65055084228515,"groupId":0}}}}},"P44301_F44301015":{"teleports":{},"group_items":{"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":258.5611877441406,"PosY":125.24179840087892,"PosZ":623.5653076171875,"RotY":0.030393999069929123,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":268.54998779296875,"PosY":122.13950347900392,"PosZ":623.5599975585938,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":278.55999755859375,"PosY":122.13950347900392,"PosZ":663.510009765625,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":298.5165100097656,"PosY":122.13890075683594,"PosZ":623.5441284179688,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":283.535888671875,"PosY":125.24130249023438,"PosZ":628.54638671875,"RotY":180.0303955078125,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":293.5246887207031,"PosY":125.24109649658205,"PosZ":628.5411987304688,"RotY":180.0303955078125,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":303.518798828125,"PosY":125.24099731445312,"PosZ":638.5247192382812,"RotY":90.03040313720702,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":268.56060791015625,"PosY":125.24169921875,"PosZ":643.5377197265625,"RotY":180.0303955078125,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":288.5382080078125,"PosY":125.24130249023438,"PosZ":643.5269775390625,"RotY":180.0303955078125,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":313.5076904296875,"PosY":125.24079895019533,"PosZ":638.5194091796875,"RotY":90.03040313720702,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":293.5353088378906,"PosY":125.24120330810548,"PosZ":648.5189208984375,"RotY":180.0303955078125,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":268.5658874511719,"PosY":125.24179840087892,"PosZ":653.5264892578125,"RotY":90.03040313720702,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":278.5546875,"PosY":125.24160003662108,"PosZ":653.5211791992188,"RotY":180.0303955078125,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":303.52410888671875,"PosY":125.24099731445312,"PosZ":648.5134887695312,"RotY":90.03040313720702,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":288.5434875488281,"PosY":125.24140167236328,"PosZ":653.5159301757812,"RotY":90.03040313720702,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":258.5716857910156,"PosY":125.2418975830078,"PosZ":643.5430297851562,"RotY":90.03040313720702,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":293.54058837890625,"PosY":125.24130249023438,"PosZ":658.5076293945312,"RotY":90.03040313720702,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":318.4993896484375,"PosY":125.2406997680664,"PosZ":633.5222778320312,"RotY":90.03040313720702,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":285.6099853515625,"PosY":160.64999389648438,"PosZ":617.8699951171875,"RotY":14.531620025634766,"groupId":0},"2":{"ID":2,"PosX":268.45599365234375,"PosY":122.13939666748048,"PosZ":618.7150268554688,"RotY":45.0,"groupId":0},"3":{"ID":3,"PosX":278.8335876464844,"PosY":122.21890258789064,"PosZ":668.010009765625,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":302.6499938964844,"PosY":122.13899993896484,"PosZ":623.840087890625,"RotY":90.0,"groupId":0},"5":{"ID":5,"PosX":265.9599914550781,"PosY":122.65000152587892,"PosZ":616.97998046875,"RotY":18.849050521850582,"groupId":0},"6":{"ID":6,"PosX":281.8500061035156,"PosY":123.41999816894533,"PosZ":670.2899780273438,"RotY":204.0706024169922,"groupId":0},"7":{"ID":7,"PosX":292.0360107421875,"PosY":122.71900177001952,"PosZ":620.60302734375,"RotY":64.226318359375,"groupId":0},"8":{"ID":8,"PosX":259.97698974609375,"PosY":129.4080047607422,"PosZ":649.4429931640625,"RotY":108.52899932861328,"groupId":0},"9":{"ID":9,"PosX":312.760009765625,"PosY":136.83999633789065,"PosZ":630.530029296875,"RotY":305.4078063964844,"groupId":0}}}}},"P44301_F44301016":{"teleports":{},"group_items":{"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":156.3282012939453,"PosY":145.93130493164065,"PosZ":450.1033020019531,"RotY":90.11898803710938,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":156.32000732421875,"PosY":142.8000030517578,"PosZ":446.0899963378906,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":204.47999572753903,"PosY":143.00599670410156,"PosZ":445.989990234375,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":164.3302001953125,"PosY":145.8780975341797,"PosZ":438.04681396484375,"RotY":180.11720275878906,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":172.37330627441406,"PosY":145.97079467773438,"PosZ":446.05670166015625,"RotY":180.11720275878906,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":172.3404998779297,"PosY":145.85409545898438,"PosZ":430.0036010742187,"RotY":180.11720275878906,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":180.35069274902344,"PosY":145.83009338378906,"PosZ":421.96038818359375,"RotY":180.11720275878906,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":188.42669677734375,"PosY":146.03939819335938,"PosZ":446.0232849121094,"RotY":180.11720275878906,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":188.393798828125,"PosY":145.9228057861328,"PosZ":429.9703063964844,"RotY":270.1189880371094,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":196.4040985107422,"PosY":145.8988037109375,"PosZ":421.9270935058594,"RotY":270.1189880371094,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":204.44720458984375,"PosY":145.99139404296875,"PosZ":429.93701171875,"RotY":270.1189880371094,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":180.38360595703125,"PosY":145.94679260253906,"PosZ":438.0134887695313,"RotY":270.1189880371094,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":180.3999938964844,"PosY":146.00509643554688,"PosZ":446.04000854492193,"RotY":180.11720275878906,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":184.38870239257812,"PosY":145.93479919433594,"PosZ":433.9919128417969,"RotY":180.11720275878906,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":184.3722991943359,"PosY":145.87640380859375,"PosZ":425.96539306640625,"RotY":180.11720275878906,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":168.3354034423828,"PosY":145.86610412597656,"PosZ":434.0252075195313,"RotY":180.11720275878906,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":157.1300048828125,"PosY":171.86000061035156,"PosZ":419.7699890136718,"RotY":46.925010681152344,"groupId":0},"2":{"ID":2,"PosX":157.8000030517578,"PosY":142.8000030517578,"PosZ":450.239990234375,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":207.36000061035156,"PosY":142.8000030517578,"PosZ":448.7000122070313,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":154.44900512695312,"PosY":142.97300720214844,"PosZ":452.5159912109375,"RotY":158.6529998779297,"groupId":0},"5":{"ID":5,"PosX":209.38999938964844,"PosY":143.6300048828125,"PosZ":450.2300109863282,"RotY":223.79849243164065,"groupId":0},"6":{"ID":6,"PosX":180.85369873046875,"PosY":157.6284942626953,"PosZ":453.6968078613282,"RotY":180.2427978515625,"groupId":0}}}}},"P44301_F44301017":{"teleports":{},"group_items":{"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":226.25869750976565,"PosY":113.78109741210938,"PosZ":350.4949951171875,"RotY":270.0,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"Closed","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":212.77000427246097,"PosY":110.6790008544922,"PosZ":368.4800109863282,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":212.77000427246097,"PosY":110.6790008544922,"PosZ":386.4649963378906,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":194.78500366210935,"PosY":110.6790008544922,"PosZ":386.4649963378906,"RotY":180.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Station.json","State":"Open","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":194.78500366210935,"PosY":113.78109741210938,"PosZ":350.4949951171875,"RotY":0.0,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":208.2738037109375,"PosY":113.78109741210938,"PosZ":363.9837951660156,"RotY":90.00000762939453,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":185.79249572753903,"PosY":113.78109741210938,"PosZ":368.4800109863282,"RotY":90.00000762939453,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":176.8000030517578,"PosY":113.78109741210938,"PosZ":368.4800109863282,"RotY":90.00000762939453,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":199.2812957763672,"PosY":113.78109741210938,"PosZ":372.9762878417969,"RotY":0.0,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":176.8000030517578,"PosY":113.78109741210938,"PosZ":377.4725036621094,"RotY":90.00000762939453,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":199.2812957763672,"PosY":113.78109741210938,"PosZ":381.96881103515625,"RotY":0.0,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":185.79249572753903,"PosY":113.78109741210938,"PosZ":386.4649963378906,"RotY":0.0,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":224.27999877929688,"PosY":150.1999969482422,"PosZ":361.54000854492193,"RotY":286.6029052734375,"groupId":0},"2":{"ID":2,"PosX":216.97999572753903,"PosY":110.7519989013672,"PosZ":368.4700012207031,"RotY":270.0,"groupId":0},"3":{"ID":3,"PosX":212.77200317382812,"PosY":110.6790008544922,"PosZ":390.1700134277344,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":192.90899658203125,"PosY":110.6790008544922,"PosZ":386.14019775390625,"RotY":270.0,"groupId":0},"5":{"ID":5,"PosX":199.4900054931641,"PosY":110.97000122070312,"PosZ":386.4800109863282,"RotY":270.0,"groupId":0},"6":{"ID":6,"PosX":218.6820068359375,"PosY":110.81999969482422,"PosZ":366.7210083007813,"RotY":277.2587890625,"groupId":0},"7":{"ID":7,"PosX":215.1699981689453,"PosY":110.80999755859376,"PosZ":393.260009765625,"RotY":199.2200927734375,"groupId":0},"8":{"ID":8,"PosX":182.47000122070312,"PosY":110.98999786376952,"PosZ":389.5700073242187,"RotY":112.76010131835938,"groupId":0},"9":{"ID":9,"PosX":202.24099731445312,"PosY":110.9219970703125,"PosZ":387.1719970703125,"RotY":267.6325988769531,"groupId":0},"10":{"ID":10,"PosX":222.1313018798828,"PosY":123.0698013305664,"PosZ":371.43890380859375,"RotY":269.0707092285156,"groupId":0},"11":{"ID":11,"PosX":164.7707061767578,"PosY":135.7032012939453,"PosZ":363.2759094238282,"RotY":47.24665069580078,"groupId":0}}}}},"P44301_F44301018":{"teleports":{},"group_items":{"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":311.1466979980469,"PosY":129.59800720214844,"PosZ":532.6195068359375,"RotY":89.5035400390625,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":311.0,"PosY":132.01060485839844,"PosZ":524.0,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":330.57000732421875,"PosY":165.9199981689453,"PosZ":472.4599914550782,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":331.4502868652344,"PosY":135.93380737304688,"PosZ":524.1771850585938,"RotY":180.97520446777344,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":321.0784912109375,"PosY":141.03799438476565,"PosZ":515.4691162109375,"RotY":180.97520446777344,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":346.5679931640625,"PosY":144.82159423828125,"PosZ":511.38079833984375,"RotY":269.5035095214844,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":331.1568908691406,"PosY":146.96319580078125,"PosZ":506.9381103515625,"RotY":180.97520446777344,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":341.23529052734375,"PosY":152.8885040283203,"PosZ":498.40719604492193,"RotY":180.97520446777344,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":320.7850036621094,"PosY":152.06739807128906,"PosZ":498.2298889160156,"RotY":180.97520446777344,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":325.8241882324219,"PosY":155.02999877929688,"PosZ":493.9645080566406,"RotY":180.97520446777344,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":351.3138122558594,"PosY":158.81370544433594,"PosZ":489.8761901855469,"RotY":269.5035095214844,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":325.677490234375,"PosY":160.5447998046875,"PosZ":485.3450012207031,"RotY":180.97520446777344,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":315.30560302734375,"PosY":165.6490020751953,"PosZ":476.6368103027344,"RotY":269.5035095214844,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":335.7560119628906,"PosY":166.47000122070312,"PosZ":476.8139953613282,"RotY":269.5035095214844,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":361.3922119140625,"PosY":164.73899841308594,"PosZ":481.3453063964844,"RotY":269.5035095214844,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":351.0202941894531,"PosY":169.84320068359375,"PosZ":472.6370849609375,"RotY":180.97520446777344,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":335.4624938964844,"PosY":177.49949645996094,"PosZ":459.5750122070313,"RotY":180.97520446777344,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":326.1177062988281,"PosY":144.00059509277344,"PosZ":511.20361328125,"RotY":180.97520446777344,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":336.0494079589844,"PosY":155.4405975341797,"PosZ":494.0531005859375,"RotY":180.97520446777344,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":340.94189453125,"PosY":163.9178924560547,"PosZ":481.1680908203125,"RotY":180.97520446777344,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":341.82220458984375,"PosY":130.82960510253906,"PosZ":532.8853149414062,"RotY":180.97520446777344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":372.4977111816406,"PosY":132.06109619140625,"PosZ":533.151123046875,"RotY":180.97520446777344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":310.4130859375,"PosY":157.17160034179688,"PosZ":489.5217895507813,"RotY":180.97520446777344,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":351.9006042480469,"PosY":136.7548065185547,"PosZ":524.3543701171875,"RotY":180.97520446777344,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":310.11968994140625,"PosY":168.2010955810547,"PosZ":472.28271484375,"RotY":180.97520446777344,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":305.32000732421875,"PosY":210.02000427246097,"PosZ":502.5499877929687,"RotY":124.47650146484376,"groupId":0},"2":{"ID":2,"PosX":308.510009765625,"PosY":132.01060485839844,"PosZ":526.1599731445312,"RotY":135.0,"groupId":0},"3":{"ID":3,"PosX":330.4750061035156,"PosY":166.01199340820312,"PosZ":469.0360107421875,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":306.1199951171875,"PosY":133.17999267578125,"PosZ":529.510009765625,"RotY":134.7626953125,"groupId":0},"5":{"ID":5,"PosX":333.09600830078125,"PosY":166.593994140625,"PosZ":466.10699462890625,"RotY":339.0356140136719,"groupId":0},"6":{"ID":6,"PosX":303.59210205078125,"PosY":167.44070434570312,"PosZ":509.4544067382813,"RotY":117.12270355224608,"groupId":0},"7":{"ID":7,"PosX":368.2200012207031,"PosY":194.9499969482422,"PosZ":486.239990234375,"RotY":259.7554931640625,"groupId":0}}}}},"P44301_F44301019":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":67.9000015258789,"PosY":-19.200000762939453,"PosZ":-559.6300048828125,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":17,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},"2390":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":72.05999755859375,"PosY":-19.41200065612793,"PosZ":-567.260009765625,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":72.41999816894531,"PosY":-19.5,"PosZ":-567.3599853515625,"RotY":0.0,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-301.3030090332031,"PosY":-8.913792610168457,"PosZ":-77.23899841308594,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":72.15699768066406,"PosY":-15.593999862670898,"PosZ":-560.5900268554688,"RotY":178.93429565429688,"groupId":0},"3":{"ID":3,"PosX":72.31300354003906,"PosY":-17.18199920654297,"PosZ":-566.5549926757812,"RotY":177.38729858398438,"groupId":0}}},"8":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-311.74951171875,"PosY":-8.802000045776367,"PosZ":-86.29100036621094,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-311.74951171875,"PosY":-8.802000045776367,"PosZ":-92.34200286865236,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.74951171875,"PosY":-8.899999618530273,"PosZ":-86.25068664550781,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.74951171875,"PosY":-8.899999618530273,"PosZ":-92.25068664550781,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-331.3500061035156,"PosY":-8.859994888305664,"PosZ":-93.96700286865236,"RotY":180.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"16":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":72.05999755859375,"PosY":-19.41200065612793,"PosZ":-567.260009765625,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":67.9000015258789,"PosY":-19.200000762939453,"PosZ":-559.6300048828125,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":17,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":71.95999908447266,"PosY":-19.5,"PosZ":-560.3800048828125,"RotY":180.0,"groupId":0}}}}},"P44301_F44301020":{"teleports":{"10055":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":381.6737060546875,"PosY":120.66200256347656,"PosZ":594.3010864257812,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"10062":{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":381.5755920410156,"PosY":119.13500213623048,"PosZ":608.6226196289062,"RotY":270.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10062,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_CartoonTV_01.json","State":"Locked","propStateList":["Closed","Open","Locked","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"}},"group_items":{"3":{"props":[{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":386.6282043457031,"PosY":119.13500213623048,"PosZ":607.0374145507812,"RotY":270.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":388.6752014160156,"PosY":121.07039642333984,"PosZ":606.8410034179688,"RotY":180.0,"PropID":103050,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/DesignerBackup/ShrinkCE/Prop_ShrinkMoveGate_Test.json","State":"TeleportGate0","propStateList":["Closed","Open","Locked","TeleportGate0","TeleportGate1","TeleportGate2","TeleportGate3"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonPortal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":386.8909912109375,"PosY":121.02100372314452,"PosZ":595.52001953125,"RotY":19.98564910888672,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HideBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":383.5332946777344,"PosY":121.02200317382812,"PosZ":595.52001953125,"RotY":354.16180419921875,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":380.3064880371094,"PosY":121.04599761962892,"PosZ":595.5180053710938,"RotY":347.4018859863281,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_HideBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap03_WolfBro_TeleportGate.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":389.8370971679687,"PosY":121.07039642333984,"PosZ":606.772216796875,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":386.79150390625,"PosY":120.08180236816406,"PosZ":607.1203002929688,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":17.912399291992188,"PosY":0.25,"PosZ":42.99300003051758,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":18.982999801635746,"PosY":2.230592966079712,"PosZ":44.53499984741211,"RotY":90.0,"groupId":0},"5":{"ID":5,"PosX":-139.99380493164065,"PosY":16.07699966430664,"PosZ":-131.37579345703125,"RotY":0.0,"groupId":0},"6":{"ID":6,"PosX":27.270999908447266,"PosY":0.25,"PosZ":43.73448944091797,"RotY":0.0,"groupId":0},"7":{"ID":7,"PosX":-133.7913055419922,"PosY":16.07699966430664,"PosZ":-149.27890014648438,"RotY":0.0,"groupId":0},"8":{"ID":8,"PosX":32.824501037597656,"PosY":2.2177538871765137,"PosZ":44.458290100097656,"RotY":0.0,"groupId":0},"9":{"ID":9,"PosX":-148.05499267578125,"PosY":16.07699966430664,"PosZ":-150.6551971435547,"RotY":209.29190063476565,"groupId":0},"10":{"ID":10,"PosX":-147.5469970703125,"PosY":16.07699966430664,"PosZ":-149.8699951171875,"RotY":209.29190063476565,"groupId":0},"11":{"ID":11,"PosX":-133.02000427246094,"PosY":20.420000076293945,"PosZ":-138.0,"RotY":63.20608139038086,"groupId":0},"12":{"ID":12,"PosX":-128.70140075683594,"PosY":20.399999618530273,"PosZ":-137.4696044921875,"RotY":63.20608139038086,"groupId":0},"13":{"ID":13,"PosX":-140.46200561523438,"PosY":17.698999404907227,"PosZ":-134.99400329589844,"RotY":0.0,"groupId":0},"14":{"ID":14,"PosX":386.9010009765625,"PosY":121.60099792480467,"PosZ":595.489990234375,"RotY":0.0,"groupId":0},"15":{"ID":15,"PosX":386.922607421875,"PosY":121.07029724121094,"PosZ":594.74951171875,"RotY":0.0,"groupId":0},"16":{"ID":16,"PosX":383.6260070800782,"PosY":121.07029724121094,"PosZ":594.7794799804688,"RotY":0.0,"groupId":0},"17":{"ID":17,"PosX":383.60101318359375,"PosY":121.61000061035156,"PosZ":595.4949951171875,"RotY":0.0,"groupId":0},"18":{"ID":18,"PosX":380.5332946777344,"PosY":121.07029724121094,"PosZ":594.8206176757812,"RotY":0.0,"groupId":0},"19":{"ID":19,"PosX":380.2850036621094,"PosY":121.60099792480467,"PosZ":595.5650024414062,"RotY":0.0,"groupId":0}}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":379.7731018066406,"PosY":119.13500213623048,"PosZ":608.6375122070312,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSaveManagar_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":380.7356872558594,"PosY":119.13500213623048,"PosZ":608.8461303710938,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":381.5755920410156,"PosY":119.13500213623048,"PosZ":608.6226196289062,"RotY":270.0,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10062,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_CartoonTV_01.json","State":"Locked","propStateList":["Closed","Open","Locked","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":380.54449462890625,"PosY":119.59660339355467,"PosZ":608.8283081054688,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_FroceTriggerG_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":383.1326904296875,"PosY":119.13500213623048,"PosZ":602.8372192382812,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Common_LG/TriggerCameraLookat.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":386.5660095214844,"PosY":119.13500213623048,"PosZ":607.0460205078125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Common_LG/TriggerCameraLookat.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":387.4927062988282,"PosY":121.07029724121094,"PosZ":595.069091796875,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Common_LG/TriggerCameraLookat.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":356.947998046875,"PosY":120.58000183105467,"PosZ":616.5946044921875,"RotY":270.0,"PropID":103040,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":0.0,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"NPCMonsterID":3002010,"EventID":20131001,"groupId":4,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":375.9010009765625,"PosY":120.7030029296875,"PosZ":608.7650146484375,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":380.6070861816406,"PosY":119.15000152587892,"PosZ":608.2816772460938,"RotY":90.0,"groupId":0}}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":378.8420104980469,"PosY":121.35299682617188,"PosZ":594.2260131835938,"RotY":27.33799934387207,"PropID":103189,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_OrigamiBird_01.json","State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":381.6737060546875,"PosY":120.66200256347656,"PosZ":594.3010864257812,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":378.9519958496094,"PosY":120.0469970703125,"PosZ":593.9539794921875,"RotY":47.51042938232422,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":384.7448120117187,"PosY":119.13500213623048,"PosZ":589.8416748046875,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ShowGroupMonsterVision_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":180.0,"PosX":383.489013671875,"PosY":119.13500213623048,"PosZ":600.4384155273438,"NPCMonsterID":3002011,"EventID":10301299,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":200001,"RotY":90.0,"PosX":389.3599853515625,"PosY":119.13500213623048,"PosZ":603.4299926757812,"NPCMonsterID":3001021,"EventID":10301299,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P44301_F44301021":{"teleports":{},"group_items":{"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":9.999999974752427e-7,"PosY":-15.915539741516112,"PosZ":-281.9200134277344,"RotY":0.0,"PropID":103130,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ClockToyBoxRaid_01.json","State":"Locked","propStateList":["Closed","Open","Locked","CustomState01"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ClockToyBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P44301_F44301022":{"teleports":{},"group_items":{"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":158.918701171875,"PosY":145.84190368652344,"PosZ":422.1942138671875,"RotY":0.31449800729751587,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"Closed","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":159.0,"PosY":142.8000030517578,"PosZ":437.0,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":203.38999938964844,"PosY":143.0059051513672,"PosZ":431.8200073242187,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":168.92469787597656,"PosY":145.99249267578125,"PosZ":446.8161010742187,"RotY":180.3144989013672,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":183.6490936279297,"PosY":146.00759887695312,"PosZ":431.9288024902344,"RotY":180.3144989013672,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":193.57369995117188,"PosY":146.09800720214844,"PosZ":441.7449035644531,"RotY":90.31568908691406,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":178.84930419921875,"PosY":146.08290100097656,"PosZ":456.6322937011718,"RotY":90.31568908691406,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":188.5572052001953,"PosY":146.01260375976565,"PosZ":426.96630859375,"RotY":90.31568908691406,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":182.2899932861328,"PosY":168.4199981689453,"PosZ":409.8200073242187,"RotY":359.82269287109375,"groupId":0},"2":{"ID":2,"PosX":154.69500732421875,"PosY":142.8000030517578,"PosZ":437.152099609375,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":207.02699279785156,"PosY":143.00709533691406,"PosZ":431.42529296875,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":151.64500427246094,"PosY":143.07400512695312,"PosZ":438.8169860839844,"RotY":102.44080352783205,"groupId":0},"5":{"ID":5,"PosX":209.1699981689453,"PosY":143.27000427246094,"PosZ":426.8200073242187,"RotY":307.37200927734375,"groupId":0},"6":{"ID":6,"PosX":187.0675048828125,"PosY":157.20179748535156,"PosZ":452.9812927246094,"RotY":193.88400268554688,"groupId":0}}}}},"P44302_F44302001":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":15.010000228881836,"PosY":98.33817291259767,"PosZ":72.84999084472656,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":35,"MappingInfoID":2102,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":87.51000213623047,"PosY":98.0,"PosZ":84.57685089111328,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":93.51000213623047,"PosY":98.0,"PosZ":84.57685089111328,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":93.71900177001953,"PosY":98.0098876953125,"PosZ":84.07599639892578,"RotY":90.00005340576172,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":15.010000228881836,"PosY":98.33817291259767,"PosZ":72.84999084472656,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":35,"MappingInfoID":2102,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":16.430999755859375,"PosY":98.0,"PosZ":69.87699890136719,"RotY":30.00004005432129,"groupId":0}}}}},"P44302_F44302002":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":14.93000030517578,"PosY":98.30005645751953,"PosZ":90.30999755859376,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":36,"MappingInfoID":2102,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}},"group_items":{"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":87.51000213623047,"PosY":98.0,"PosZ":84.57685089111328,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":93.51000213623047,"PosY":98.0,"PosZ":84.57685089111328,"RotY":270.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":80.66899871826172,"PosY":98.0098876953125,"PosZ":84.93000030517578,"RotY":270.0000915527344,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":75.45406341552734,"PosY":85.98748779296875,"PosZ":114.58190155029295,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":81.45262908935547,"PosY":85.9854736328125,"PosZ":114.58190155029295,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":87.88200378417967,"PosY":91.43798828125,"PosZ":114.58000183105467,"RotY":90.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":14.93000030517578,"PosY":98.30005645751953,"PosZ":90.30999755859376,"RotY":0.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":36,"MappingInfoID":2102,"InitLevelGraph":null,"State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":16.31599998474121,"PosY":98.00006103515624,"PosZ":93.197998046875,"RotY":160.0,"groupId":0}}}}},"P44302_F44302003":{"teleports":{},"group_items":{"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":63.86000061035156,"PosY":169.9084930419922,"PosZ":495.7000122070313,"RotY":270.0,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":40.09000015258789,"PosY":166.806396484375,"PosZ":495.7000122070313,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":63.86000061035156,"PosY":166.806396484375,"PosZ":495.7000122070313,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":46.03248977661133,"PosY":169.9084930419922,"PosZ":513.5275268554688,"RotY":90.00000762939453,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":34.147491455078125,"PosY":169.9084930419922,"PosZ":501.6424865722656,"RotY":0.0,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":63.470001220703125,"PosY":194.3800048828125,"PosZ":489.1799926757813,"RotY":331.46978759765625,"groupId":0},"2":{"ID":2,"PosX":40.029998779296875,"PosY":166.80459594726565,"PosZ":490.0499877929687,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":63.720001220703125,"PosY":166.39849853515625,"PosZ":491.7799987792969,"RotY":9.999999747378752e-6,"groupId":0},"4":{"ID":4,"PosX":38.42300033569336,"PosY":167.61300659179688,"PosZ":488.74899291992193,"RotY":7.905797004699707,"groupId":0},"5":{"ID":5,"PosX":66.5199966430664,"PosY":166.52999877929688,"PosZ":489.69000244140625,"RotY":331.12139892578125,"groupId":0},"6":{"ID":6,"PosX":41.599220275878906,"PosY":182.98880004882812,"PosZ":509.3077087402344,"RotY":143.1855926513672,"groupId":0}}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":87.20259094238281,"PosY":173.0709991455078,"PosZ":476.5451049804687,"RotY":270.0315856933594,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBall_Controller.json","State":"Closed","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":51.169979095458984,"PosY":169.93179321289065,"PosZ":490.0799865722656,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":69.19996643066406,"PosY":169.8800048828125,"PosZ":508.0899963378906,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":42.1649284362793,"PosY":173.00860595703125,"PosZ":499.0949096679687,"RotY":90.03167724609375,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":51.179931640625,"PosY":172.98269653320312,"PosZ":508.0999145507813,"RotY":0.031651001423597336,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":60.18497085571289,"PosY":173.00799560546875,"PosZ":499.0849914550782,"RotY":0.031651001423597336,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":73.69254302978516,"PosY":173.0458984375,"PosZ":485.5625915527344,"RotY":0.031651001423597336,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":82.70752716064453,"PosY":173.02000427246094,"PosZ":494.5675964355469,"RotY":0.031651001423597336,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":64.25,"PosY":205.2100067138672,"PosZ":478.69000244140625,"RotY":358.00201416015625,"groupId":0},"2":{"ID":2,"PosX":50.94197845458984,"PosY":169.93170166015625,"PosZ":486.2200012207031,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":73.18517303466797,"PosY":169.14410400390625,"PosZ":508.0509948730469,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":55.41999816894531,"PosY":171.24899291992188,"PosZ":484.1029968261718,"RotY":321.8399963378906,"groupId":0},"5":{"ID":5,"PosX":76.06999969482422,"PosY":169.82000732421875,"PosZ":508.239990234375,"RotY":266.3201904296875,"groupId":0},"6":{"ID":6,"PosX":52.89060974121094,"PosY":193.02130126953125,"PosZ":514.3297729492188,"RotY":144.80299377441406,"groupId":0}}}}},"P44302_F44302004":{"teleports":{},"group_items":{"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":20.121490478515625,"PosY":198.647705078125,"PosZ":471.1015930175782,"RotY":358.36260986328125,"PropID":103008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":38.37125015258789,"PosY":194.82090759277344,"PosZ":471.3500061035156,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":32.70994186401367,"PosY":180.50889587402344,"PosZ":509.7300109863282,"RotY":0.0,"PropID":103005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballStation_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":24.31764030456543,"PosY":193.635498046875,"PosZ":483.9776916503906,"RotY":89.22004699707033,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":33.19832992553711,"PosY":190.05239868164065,"PosZ":492.64459228515625,"RotY":89.22004699707033,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":37.39448165893555,"PosY":185.0402069091797,"PosZ":505.5208129882813,"RotY":178.3625946044922,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":47.2519416809082,"PosY":194.33999633789065,"PosZ":480.0169067382813,"RotY":178.3625946044922,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":46.7635498046875,"PosY":187.89849853515625,"PosZ":497.102294921875,"RotY":178.3625946044922,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":46.275169372558594,"PosY":181.4571075439453,"PosZ":514.1876831054688,"RotY":89.22004699707033,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":56.13262939453125,"PosY":190.75689697265625,"PosZ":488.6838073730469,"RotY":89.22004699707033,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":55.64424133300781,"PosY":184.3155059814453,"PosZ":505.7691955566406,"RotY":178.3625946044922,"PropID":103006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["Closed","Open","BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballPlate_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":42.07902145385742,"PosY":186.4694061279297,"PosZ":501.3116149902344,"RotY":89.22004699707033,"PropID":103007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_PinballBlock_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":16.479999542236328,"PosY":216.08999633789065,"PosZ":494.5499877929687,"RotY":102.09780120849608,"groupId":0},"2":{"ID":2,"PosX":38.45000076293945,"PosY":194.8999938964844,"PosZ":467.3800048828125,"RotY":0.34336599707603455,"groupId":0},"3":{"ID":3,"PosX":32.63999938964844,"PosY":180.50889587402344,"PosZ":514.3099975585938,"RotY":9.999999747378752e-6,"groupId":0},"4":{"ID":4,"PosX":38.0099983215332,"PosY":195.2100067138672,"PosZ":464.8200073242187,"RotY":1.2036030292510986,"groupId":0},"5":{"ID":5,"PosX":29.299999237060547,"PosY":180.79800415039065,"PosZ":515.9810180664062,"RotY":146.7924041748047,"groupId":0},"6":{"ID":6,"PosX":21.75020980834961,"PosY":209.17990112304688,"PosZ":497.38668823242193,"RotY":107.07219696044922,"groupId":0}}}}},"P44303_F44303001":{"teleports":{},"group_items":{"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":146.21800231933594,"PosY":28.083730697631836,"PosZ":-175.91299438476565,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":81.34600067138672,"PosY":22.089000701904297,"PosZ":-196.9250030517578,"RotY":89.99987030029298,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.31999969482422,"PosY":22.100000381469727,"PosZ":-196.8090057373047,"RotY":89.99987030029298,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.3030014038086,"PosY":22.09000015258789,"PosZ":-148.88900756835938,"RotY":270.0000915527344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.4080047607422,"PosY":22.09000015258789,"PosZ":-148.88900756835938,"RotY":270.0000915527344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.343994140625,"PosY":-4.909992218017578,"PosZ":-61.77899932861328,"RotY":0.000012000000424450263,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":149.2550048828125,"PosY":28.111000061035156,"PosZ":-130.927001953125,"RotY":270.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":110.20400238037108,"PosY":22.108999252319336,"PosZ":-217.94400024414065,"RotY":0.000012000000424450263,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.33099365234375,"PosY":-4.909992218017578,"PosZ":-79.77300262451172,"RotY":270.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-188.50100708007812,"PosY":16.040000915527344,"PosZ":-55.88999938964844,"RotY":-0.00005500000042957254,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.4149932861328,"PosY":-10.909999847412108,"PosZ":-130.93190002441406,"RotY":89.99981689453125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-165.4029998779297,"PosY":-10.909999847412108,"PosZ":-139.927001953125,"RotY":-0.00017800000205170363,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.3219985961914,"PosY":-16.909990310668945,"PosZ":-196.91299438476565,"RotY":89.99981689453125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.22100067138672,"PosY":-16.868000030517578,"PosZ":-198.93099975585935,"RotY":269.9997863769531,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":79.74099731445312,"PosY":22.090009689331055,"PosZ":-200.44000244140625,"RotY":269.9997863769531,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.38499450683594,"PosY":22.08099937438965,"PosZ":-148.88699340820312,"RotY":270.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_03.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-190.55099487304688,"PosY":16.032100677490234,"PosZ":-52.573001861572266,"RotY":-0.0002189999941037968,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.16500091552734,"PosY":22.09000015258789,"PosZ":-175.8090057373047,"RotY":180.00010681152344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.50100708007812,"PosY":21.031890869140625,"PosZ":-37.902000427246094,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.4884033203125,"PosY":28.031890869140625,"PosZ":-40.90700149536133,"RotY":90.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":159.22869873046875,"PosY":27.79326057434082,"PosZ":-139.0478973388672,"RotY":15.697290420532228,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":70.98699951171875,"PosY":-16.918149948120117,"PosZ":-249.1300048828125,"RotY":180.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":73.44000244140625,"PosY":22.09000015258789,"PosZ":-243.06500244140625,"RotY":90.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.697998046875,"PosY":-16.918149948120117,"PosZ":-249.1300048828125,"RotY":180.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.51599884033203,"PosY":22.09000015258789,"PosZ":-246.6499938964844,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.96800231933594,"PosY":21.031890869140625,"PosZ":-33.553001403808594,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.96800231933594,"PosY":21.031890869140625,"PosZ":-30.253999710083008,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.79000091552734,"PosY":-4.906000137329102,"PosZ":-30.006000518798828,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.79000091552734,"PosY":-4.906000137329102,"PosZ":-33.30500030517578,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":120.5,"PosY":32.410011291503906,"PosZ":-337.989990234375,"RotY":0.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":264.50299072265625,"PosY":32.420021057128906,"PosZ":-310.4549865722656,"RotY":180.00010681152344,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":261.21099853515625,"PosY":32.420021057128906,"PosZ":-410.1950073242187,"RotY":0.00007899999764049426,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":76.87999725341797,"PosY":22.089000701904297,"PosZ":-243.9929962158203,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-75.86599731445312,"PosY":22.089000701904297,"PosZ":-243.9929962158203,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":263.0,"PosY":32.41997146606445,"PosZ":-312.5,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":-69.30999755859375,"PosY":-16.918230056762695,"PosZ":-251.22999572753903,"RotY":180.5162048339844,"groupId":0},"5":{"ID":5,"PosX":-130.1699981689453,"PosY":-4.909986972808838,"PosZ":-31.597000122070312,"RotY":270.0,"groupId":0},"6":{"ID":6,"PosX":-128.57000732421875,"PosY":21.06686019897461,"PosZ":-31.780000686645508,"RotY":270.0,"groupId":0},"7":{"ID":7,"PosX":69.30000305175781,"PosY":-16.91819953918457,"PosZ":-251.2100067138672,"RotY":180.0,"groupId":0},"8":{"ID":8,"PosX":122.13330078125,"PosY":32.41999816894531,"PosZ":-335.119384765625,"RotY":359.6611022949219,"groupId":0},"9":{"ID":9,"PosX":69.50399780273438,"PosY":-16.91819953918457,"PosZ":-251.3650054931641,"RotY":217.3488006591797,"groupId":0}}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.5399932861328,"PosY":28.0310001373291,"PosZ":1.0729999542236328,"RotY":90.0,"PropID":103040,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P44303_F44303002":{"teleports":{},"group_items":{"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":146.21800231933594,"PosY":28.083730697631836,"PosZ":-175.91299438476565,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":81.34600067138672,"PosY":22.089000701904297,"PosZ":-196.9250030517578,"RotY":89.99987030029298,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.31999969482422,"PosY":22.100000381469727,"PosZ":-196.8090057373047,"RotY":89.99987030029298,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.3030014038086,"PosY":22.09000015258789,"PosZ":-148.88900756835938,"RotY":270.0000915527344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.4080047607422,"PosY":22.09000015258789,"PosZ":-148.88900756835938,"RotY":270.0000915527344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.343994140625,"PosY":-4.909992218017578,"PosZ":-61.77899932861328,"RotY":0.000012000000424450263,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":149.2550048828125,"PosY":28.111000061035156,"PosZ":-130.927001953125,"RotY":270.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":110.20400238037108,"PosY":22.108999252319336,"PosZ":-217.94400024414065,"RotY":0.000012000000424450263,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.33099365234375,"PosY":-4.909992218017578,"PosZ":-79.77300262451172,"RotY":270.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-188.50100708007812,"PosY":16.040000915527344,"PosZ":-55.88999938964844,"RotY":-0.00005500000042957254,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.4149932861328,"PosY":-10.909999847412108,"PosZ":-130.93190002441406,"RotY":89.99981689453125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-165.4029998779297,"PosY":-10.909999847412108,"PosZ":-139.927001953125,"RotY":-0.00017800000205170363,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.3219985961914,"PosY":-16.909990310668945,"PosZ":-196.91299438476565,"RotY":89.99981689453125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.22100067138672,"PosY":-16.868000030517578,"PosZ":-198.93099975585935,"RotY":269.9997863769531,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":79.74099731445312,"PosY":22.090009689331055,"PosZ":-200.44000244140625,"RotY":269.9997863769531,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.38499450683594,"PosY":22.08099937438965,"PosZ":-148.88699340820312,"RotY":270.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_03.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-190.55099487304688,"PosY":16.032100677490234,"PosZ":-52.573001861572266,"RotY":-0.0002189999941037968,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.16500091552734,"PosY":22.09000015258789,"PosZ":-175.8090057373047,"RotY":180.00010681152344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.50100708007812,"PosY":21.042999267578125,"PosZ":-37.8489990234375,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.5,"PosY":20.968000411987305,"PosZ":-25.70199966430664,"RotY":0.0,"PropID":103040,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BlockLine_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.50100708007812,"PosY":22.085689544677734,"PosZ":-125.8740005493164,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.12999725341795,"PosY":22.09600067138672,"PosZ":-248.04100036621097,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.4884033203125,"PosY":28.031890869140625,"PosZ":-40.900001525878906,"RotY":270.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"6":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":159.22869873046875,"PosY":27.79326057434082,"PosZ":-139.0478973388672,"RotY":15.697290420532228,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":70.98699951171875,"PosY":-16.918149948120117,"PosZ":-249.1300048828125,"RotY":180.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":73.44000244140625,"PosY":22.09000015258789,"PosZ":-243.06500244140625,"RotY":90.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.697998046875,"PosY":-16.918149948120117,"PosZ":-249.1300048828125,"RotY":180.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.51599884033203,"PosY":22.09000015258789,"PosZ":-246.6499938964844,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.79000091552734,"PosY":-4.906000137329102,"PosZ":-30.006000518798828,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.79000091552734,"PosY":-4.906000137329102,"PosZ":-33.30500030517578,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":120.5,"PosY":32.410011291503906,"PosZ":-337.989990234375,"RotY":0.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":264.50299072265625,"PosY":32.420021057128906,"PosZ":-310.4549865722656,"RotY":180.00010681152344,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":261.21099853515625,"PosY":32.420021057128906,"PosZ":-410.1950073242187,"RotY":0.00007899999764049426,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":76.87999725341797,"PosY":22.089000701904297,"PosZ":-243.9929962158203,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-75.86599731445312,"PosY":22.089000701904297,"PosZ":-243.9929962158203,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":263.0,"PosY":32.41997146606445,"PosZ":-312.5,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":-69.30999755859375,"PosY":-16.918230056762695,"PosZ":-251.22999572753903,"RotY":180.5162048339844,"groupId":0},"5":{"ID":5,"PosX":-130.1699981689453,"PosY":-4.909986972808838,"PosZ":-31.597000122070312,"RotY":270.0,"groupId":0},"6":{"ID":6,"PosX":-128.57000732421875,"PosY":21.06686019897461,"PosZ":-31.780000686645508,"RotY":270.0,"groupId":0},"7":{"ID":7,"PosX":69.30000305175781,"PosY":-16.91819953918457,"PosZ":-251.2100067138672,"RotY":180.0,"groupId":0},"8":{"ID":8,"PosX":122.13330078125,"PosY":32.41999816894531,"PosZ":-335.119384765625,"RotY":359.6611022949219,"groupId":0},"9":{"ID":9,"PosX":69.50399780273438,"PosY":-16.91819953918457,"PosZ":-251.3650054931641,"RotY":217.3488006591797,"groupId":0}}}}},"P44303_F44303003":{"teleports":{},"group_items":{"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":146.21800231933594,"PosY":28.083730697631836,"PosZ":-175.91299438476565,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":81.34600067138672,"PosY":22.089000701904297,"PosZ":-196.9250030517578,"RotY":89.99987030029298,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.31999969482422,"PosY":22.100000381469727,"PosZ":-196.8090057373047,"RotY":89.99987030029298,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.3030014038086,"PosY":22.09000015258789,"PosZ":-148.88900756835938,"RotY":270.0000915527344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.4080047607422,"PosY":22.09000015258789,"PosZ":-148.88900756835938,"RotY":270.0000915527344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.343994140625,"PosY":-4.909992218017578,"PosZ":-61.77899932861328,"RotY":0.000012000000424450263,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":149.2550048828125,"PosY":28.111000061035156,"PosZ":-130.927001953125,"RotY":270.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":110.20400238037108,"PosY":22.108999252319336,"PosZ":-217.94400024414065,"RotY":0.000012000000424450263,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.33099365234375,"PosY":-4.909992218017578,"PosZ":-79.77300262451172,"RotY":270.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-188.50100708007812,"PosY":16.040000915527344,"PosZ":-55.88999938964844,"RotY":-0.00005500000042957254,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.4149932861328,"PosY":-10.909999847412108,"PosZ":-130.93190002441406,"RotY":89.99981689453125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-165.4029998779297,"PosY":-10.909999847412108,"PosZ":-139.927001953125,"RotY":-0.00017800000205170363,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.3219985961914,"PosY":-16.909990310668945,"PosZ":-196.91299438476565,"RotY":89.99981689453125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.22100067138672,"PosY":-16.868000030517578,"PosZ":-198.93099975585935,"RotY":269.9997863769531,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":79.74099731445312,"PosY":22.090009689331055,"PosZ":-200.44000244140625,"RotY":269.9997863769531,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.38499450683594,"PosY":22.08099937438965,"PosZ":-148.88699340820312,"RotY":270.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_03.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-190.55099487304688,"PosY":16.032100677490234,"PosZ":-52.573001861572266,"RotY":-0.0002189999941037968,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.16500091552734,"PosY":22.09000015258789,"PosZ":-175.8090057373047,"RotY":180.00010681152344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.51400756835938,"PosY":19.031890869140625,"PosZ":-103.85399627685548,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.4884033203125,"PosY":28.031890869140625,"PosZ":-40.900001525878906,"RotY":270.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-185.50100708007812,"PosY":16.031890869140625,"PosZ":-76.9000015258789,"RotY":270.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":16.031890869140625,"PosZ":-76.9000015258789,"RotY":270.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.50100708007812,"PosY":16.031890869140625,"PosZ":-55.91999816894531,"RotY":180.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.50100708007812,"PosY":21.031890869140625,"PosZ":-37.900001525878906,"RotY":180.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.5009994506836,"PosY":28.031890869140625,"PosZ":-40.900001525878906,"RotY":90.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"6":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":159.22869873046875,"PosY":27.79326057434082,"PosZ":-139.0478973388672,"RotY":15.697290420532228,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":70.98699951171875,"PosY":-16.918149948120117,"PosZ":-249.1300048828125,"RotY":180.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":73.44000244140625,"PosY":22.09000015258789,"PosZ":-243.06500244140625,"RotY":90.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.697998046875,"PosY":-16.918149948120117,"PosZ":-249.1300048828125,"RotY":180.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.51599884033203,"PosY":22.09000015258789,"PosZ":-246.6499938964844,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.96800231933594,"PosY":21.031890869140625,"PosZ":-33.553001403808594,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.96800231933594,"PosY":21.031890869140625,"PosZ":-30.253999710083008,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.79000091552734,"PosY":-4.906000137329102,"PosZ":-30.006000518798828,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.79000091552734,"PosY":-4.906000137329102,"PosZ":-33.30500030517578,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":120.5,"PosY":32.410011291503906,"PosZ":-337.989990234375,"RotY":0.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":264.50299072265625,"PosY":32.420021057128906,"PosZ":-310.4549865722656,"RotY":180.00010681152344,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":261.21099853515625,"PosY":32.420021057128906,"PosZ":-410.1950073242187,"RotY":0.00007899999764049426,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":76.87999725341797,"PosY":22.089000701904297,"PosZ":-243.9929962158203,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-75.86599731445312,"PosY":22.089000701904297,"PosZ":-243.9929962158203,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":263.0,"PosY":32.41997146606445,"PosZ":-312.5,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":-69.30999755859375,"PosY":-16.918230056762695,"PosZ":-251.22999572753903,"RotY":180.5162048339844,"groupId":0},"5":{"ID":5,"PosX":-130.1699981689453,"PosY":-4.909986972808838,"PosZ":-31.597000122070312,"RotY":270.0,"groupId":0},"6":{"ID":6,"PosX":-128.57000732421875,"PosY":21.06686019897461,"PosZ":-31.780000686645508,"RotY":270.0,"groupId":0},"7":{"ID":7,"PosX":69.30000305175781,"PosY":-16.91819953918457,"PosZ":-251.2100067138672,"RotY":180.0,"groupId":0},"8":{"ID":8,"PosX":122.13330078125,"PosY":32.41999816894531,"PosZ":-335.119384765625,"RotY":359.6611022949219,"groupId":0},"9":{"ID":9,"PosX":69.50399780273438,"PosY":-16.91819953918457,"PosZ":-251.3650054931641,"RotY":217.3488006591797,"groupId":0}}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-151.54800415039065,"PosY":28.031890869140625,"PosZ":-30.292999267578125,"RotY":220.30709838867188,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":126.71900177001952,"PosY":184.69940185546875,"PosZ":729.3173828125,"RotY":4.999999873689376e-6,"groupId":0},"2":{"ID":2,"PosX":126.71900177001952,"PosY":184.3061065673828,"PosZ":730.3980102539062,"RotY":4.999999873689376e-6,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-82.36461639404298,"PosY":-68.03064727783203,"PosZ":47.33340072631836,"RotY":0.0,"groupId":0}}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-129.69000244140625,"PosY":28.031890869140625,"PosZ":-20.809999465942383,"RotY":108.9001007080078,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":126.71900177001952,"PosY":184.69940185546875,"PosZ":729.3173828125,"RotY":4.999999873689376e-6,"groupId":0},"2":{"ID":2,"PosX":126.71900177001952,"PosY":184.3061065673828,"PosZ":730.3980102539062,"RotY":4.999999873689376e-6,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-82.36461639404298,"PosY":-68.03064727783203,"PosZ":47.33340072631836,"RotY":0.0,"groupId":0}}},"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.50999450683594,"PosY":28.32489013671875,"PosZ":-46.577999114990234,"RotY":0.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":126.71900177001952,"PosY":184.69940185546875,"PosZ":729.3173828125,"RotY":4.999999873689376e-6,"groupId":0},"2":{"ID":2,"PosX":126.71900177001952,"PosY":184.3061065673828,"PosZ":730.3980102539062,"RotY":4.999999873689376e-6,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-82.36461639404298,"PosY":-68.03064727783203,"PosZ":47.33340072631836,"RotY":0.0,"groupId":0}}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.74000549316406,"PosY":28.031890869140625,"PosZ":-19.31999969482422,"RotY":109.56169891357422,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.74000549316406,"PosY":28.031890869140625,"PosZ":-19.31999969482422,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.74000549316406,"PosY":28.031890869140625,"PosZ":-19.31999969482422,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.74000549316406,"PosY":28.031890869140625,"PosZ":-19.31999969482422,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.74000549316406,"PosY":28.031890869140625,"PosZ":-19.31999969482422,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController_NPC.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400002,"PosX":-135.45199584960938,"PosY":28.062379837036133,"PosZ":-18.85700035095215,"Name":"NPC2","RotY":85.64952850341797,"NPCID":3112,"groupId":34,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-128.70919799804688,"PosY":29.749889373779297,"PosZ":-20.389509201049805,"RotY":289.56170654296875,"groupId":0},"2":{"ID":2,"PosX":-128.70919799804688,"PosY":29.749889373779297,"PosZ":-20.389509201049805,"RotY":289.56170654296875,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-128.70919799804688,"PosY":29.749889373779297,"PosZ":-20.389509201049805,"RotY":289.56170654296875,"groupId":0}}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.5500030517578,"PosY":28.031890869140625,"PosZ":-42.119998931884766,"RotY":0.0,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.5500030517578,"PosY":28.031890869140625,"PosZ":-42.119998931884766,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.5500030517578,"PosY":28.031890869140625,"PosZ":-42.119998931884766,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.5500030517578,"PosY":28.031890869140625,"PosZ":-42.119998931884766,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.5500030517578,"PosY":28.031890869140625,"PosZ":-42.119998931884766,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController_NPC.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.5500030517578,"PosY":28.031890869140625,"PosZ":-42.119998931884766,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController_NPC.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.5500030517578,"PosY":28.031890869140625,"PosZ":-42.119998931884766,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController_NPC.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.5500030517578,"PosY":28.031890869140625,"PosZ":-42.119998931884766,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController_NPC.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.5500030517578,"PosY":28.031890869140625,"PosZ":-42.119998931884766,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController_NPC.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.5500030517578,"PosY":28.031890869140625,"PosZ":-42.119998931884766,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController_NPC.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.5500030517578,"PosY":28.031890869140625,"PosZ":-42.119998931884766,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController_NPC.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-141.55799865722656,"PosY":29.13999938964844,"PosZ":-50.2859992980957,"Name":"NPC1","RotY":5.598697185516357,"NPCID":2304,"groupId":35,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-139.74600219726565,"PosY":29.104249954223633,"PosZ":-50.16999816894531,"Name":"NPC2","RotY":339.556884765625,"NPCID":2303,"groupId":35,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-143.0030059814453,"PosY":29.104320526123047,"PosZ":-50.39300155639648,"Name":"NPC3","RotY":20.289350509643555,"NPCID":2308,"groupId":35,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":-137.9510040283203,"PosY":29.104249954223633,"PosZ":-51.02000045776367,"Name":"NPC4","RotY":324.123291015625,"NPCID":2312,"groupId":35,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":-137.3260040283203,"PosY":28.6200008392334,"PosZ":-49.89699935913086,"Name":"NPC5","RotY":319.4277038574219,"NPCID":2307,"groupId":35,"IsDelete":false,"IsClientOnly":false},{"ID":400006,"PosX":-143.42999267578125,"PosY":29.416000366210938,"PosZ":-49.6619987487793,"Name":"NPC6","RotY":37.32612991333008,"NPCID":2309,"groupId":35,"IsDelete":false,"IsClientOnly":false},{"ID":400007,"PosX":-140.5,"PosY":29.104249954223633,"PosZ":-49.77799987792969,"Name":"NPC7","RotY":0.0,"NPCID":3112,"groupId":35,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-140.59300231933594,"PosY":29.876890182495117,"PosZ":-38.69200134277344,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":-140.59300231933594,"PosY":29.876890182495117,"PosZ":-38.69200134277344,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-140.92300415039065,"PosY":29.876890182495117,"PosZ":-38.69200134277344,"RotY":180.0,"groupId":0}}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.3300018310547,"PosY":28.062389373779297,"PosZ":-30.450000762939453,"RotY":113.77880096435548,"PropID":103012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"TriggerEnable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable","Hidden"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Jigsaw_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.3300018310547,"PosY":28.062389373779297,"PosZ":-30.450000762939453,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.3300018310547,"PosY":28.062389373779297,"PosZ":-30.450000762939453,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.3300018310547,"PosY":28.062389373779297,"PosZ":-30.450000762939453,"RotY":0.0,"PropID":103109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_JigsawItem_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-130.2147979736328,"PosY":30.396730422973633,"PosZ":-31.77557945251465,"RotY":293.77880859375,"groupId":0},"2":{"ID":2,"PosX":-130.2147979736328,"PosY":30.396730422973633,"PosZ":-31.77557945251465,"RotY":293.77880859375,"groupId":0},"3":{"ID":3,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-130.08180236816406,"PosY":30.396730422973633,"PosZ":-31.47360038757324,"RotY":293.77880859375,"groupId":0}}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.3300018310547,"PosY":28.062389373779297,"PosZ":-30.450000762939453,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_JigsawPuzzle_SimpleResultController.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.6768035888672,"PosY":29.035249710083008,"PosZ":-6.260056018829346,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P44305_F44305001":{"teleports":{},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":334.8399963378906,"PosY":31.719999313354492,"PosZ":424.9500122070313,"RotY":235.677001953125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44305001/InitLevelGraph_Prop_Chap03_WolfBroSaveManagar_Raid.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":328.67999267578125,"PosY":31.719999313354492,"PosZ":409.4700012207031,"RotY":89.31791687011719,"PropID":103042,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","Hidden"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonTV_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":371.1600036621094,"PosY":43.72991943359375,"PosZ":409.5700073242187,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":371.4100036621094,"PosY":50.54999923706055,"PosZ":396.2510070800782,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":339.4580078125,"PosY":31.719999313354492,"PosZ":424.87750244140625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44305001/LG_Prop_F44305001_G3_300006.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":160.36720275878906,"PosX":125.1510009765625,"PosY":-30.4822998046875,"PosZ":168.17999267578125,"NPCMonsterID":7010011,"EventID":10301299,"groupId":3,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":334.7699890136719,"PosY":31.719999313354492,"PosZ":424.8399963378906,"RotY":131.48390197753906,"groupId":0},"2":{"ID":2,"PosX":331.760009765625,"PosY":32.59000015258789,"PosZ":409.30999755859375,"RotY":270.0,"groupId":0}}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":338.72601318359375,"PosY":31.719999313354492,"PosZ":417.9710083007813,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44305001/LG_Prop_F44305001_G4_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":359.59100341796875,"PosY":31.719999313354492,"PosZ":410.1099853515625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44305001/LG_Prop_F44305001_G4_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":335.9700012207031,"PosY":31.719999313354492,"PosZ":423.8500061035156,"RotY":138.69679260253906,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":338.4209899902344,"PosY":31.719999313354492,"PosZ":417.2980041503906,"Name":"NPC1","RotY":208.12600708007812,"NPCID":3119,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":359.7409973144531,"PosY":31.719999313354492,"PosZ":410.5079956054687,"Name":"NPC2","RotY":12.270380020141602,"NPCID":3121,"groupId":4,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":348.5199890136719,"PosY":31.719999313354492,"PosZ":417.7000122070313,"RotY":260.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ShowGroupMonsterVision_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":93.91002655029298,"PosX":348.5199890136719,"PosY":31.719999313354492,"PosZ":417.7000122070313,"NPCMonsterID":3002011,"EventID":10301299,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":0.03114200010895729,"PosX":359.3299865722656,"PosY":31.719999313354492,"PosZ":426.6799926757813,"NPCMonsterID":3002011,"EventID":10301299,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":361.69000244140625,"PosY":31.729999542236328,"PosZ":415.4100036621094,"RotY":271.7572021484375,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44305001/InitLevelGraph_Prop_Chap03_HideBox_Raid_101.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":353.2300109863281,"PosY":31.719999313354492,"PosZ":418.9700012207031,"RotY":269.5315856933594,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44305001/InitLevelGraph_Prop_Chap03_HideBox_Raid_101.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":353.0159912109375,"PosY":31.719999313354492,"PosZ":417.3760070800782,"Name":"NPC1","RotY":266.2449035644531,"NPCID":3119,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":361.6199951171875,"PosY":31.719999313354492,"PosZ":413.8999938964844,"Name":"NPC2","RotY":270.0,"NPCID":3119,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":361.6289978027344,"PosY":31.719999313354492,"PosZ":412.79000854492193,"Name":"NPC3","RotY":270.0,"NPCID":3121,"groupId":6,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":353.0539855957031,"PosY":31.719999313354492,"PosZ":416.1839904785156,"Name":"NPC4","RotY":270.0,"NPCID":3121,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":352.1142883300781,"PosY":31.729999542236328,"PosZ":418.9100036621094,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":353.3340148925781,"PosY":31.719999313354492,"PosZ":418.9240112304687,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":360.3829956054687,"PosY":31.719999313354492,"PosZ":415.3999938964844,"RotY":270.0,"groupId":0},"4":{"ID":4,"PosX":361.79000854492193,"PosY":31.729999542236328,"PosZ":415.3489990234375,"RotY":270.0,"groupId":0}}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":374.2460021972656,"PosY":31.733999252319336,"PosZ":421.3200073242187,"RotY":270.0,"PropID":103051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44305001/InitLevelGraph_Prop_Chap03_CartoonGate_Raid_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":368.5450134277344,"PosY":43.72991943359375,"PosZ":409.5700073242187,"RotY":90.0,"PropID":103051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44305001/InitLevelGraph_Prop_Chap03_CartoonGate_Raid_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":356.489990234375,"PosY":31.719989776611328,"PosZ":409.3699951171875,"RotY":90.0,"PropID":103030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_05_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":389.3299865722656,"PosY":50.11983108520508,"PosZ":436.6180114746094,"RotY":0.0,"PropID":103030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_05_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":353.3500061035156,"PosY":50.11983108520508,"PosZ":436.55999755859375,"RotY":0.0,"PropID":103030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_05_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":359.2966003417969,"PosY":43.71989822387695,"PosZ":436.4305114746094,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":350.4639892578125,"PosY":43.72999954223633,"PosZ":439.6300048828125,"RotY":90.0,"PropID":103051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44305001/InitLevelGraph_Prop_Chap03_CartoonGate_Raid_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":368.5450134277344,"PosY":50.56000900268555,"PosZ":396.06298828125,"RotY":90.0,"PropID":103051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44305001/InitLevelGraph_Prop_Chap03_CartoonGate_Raid_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":375.16500854492193,"PosY":50.327999114990234,"PosZ":425.6610107421875,"RotY":70.67278289794922,"PropID":103142,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GiftBox_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":375.0950012207031,"PosY":50.327999114990234,"PosZ":429.0719909667969,"RotY":124.8761978149414,"PropID":103142,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GiftBox_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":374.927001953125,"PosY":50.327999114990234,"PosZ":428.0840148925782,"RotY":94.79071807861328,"PropID":103142,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GiftBox_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":363.3550109863282,"PosY":50.327999114990234,"PosZ":440.8599853515625,"RotY":19.041730880737305,"PropID":103142,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GiftBox_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":383.31500244140625,"PosY":50.119998931884766,"PosZ":442.3900146484375,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":367.5950012207031,"PosY":43.91600036621094,"PosZ":446.9620056152344,"RotY":17.712230682373047,"PropID":103142,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GiftBox_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":374.8800048828125,"PosY":50.12900161743164,"PosZ":427.43798828125,"RotY":89.50552368164062,"PropID":109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_04_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":367.9509887695313,"PosY":50.125999450683594,"PosZ":427.3399963378906,"RotY":90.40303802490233,"PropID":109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_04_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":368.44329833984375,"PosY":43.72999954223633,"PosZ":409.5769958496094,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44305001/LG_Prop_F44305001_G7_300017.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":368.5450134277344,"PosY":50.56000900268555,"PosZ":396.06298828125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44305001/LG_Prop_F44305001_G7_300017.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":368.3039855957031,"PosY":50.314998626708984,"PosZ":426.60400390625,"RotY":93.2994384765625,"PropID":103142,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GiftBox_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":368.0,"PosY":50.314998626708984,"PosZ":425.1740112304687,"RotY":130.54209899902344,"PropID":103142,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GiftBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":371.1600036621094,"PosY":43.72991943359375,"PosZ":409.5700073242187,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":371.1600036621094,"PosY":50.54999923706055,"PosZ":396.1080017089844,"RotY":0.0,"groupId":0}}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":376.8999938964844,"PosY":43.72991943359375,"PosZ":426.4200134277344,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44305001/LG_Prop_F44305001_G8_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":365.25,"PosY":43.720001220703125,"PosZ":444.9700012207031,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44305001/LG_Prop_F44305001_G8_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":355.1700134277344,"PosY":43.720001220703125,"PosZ":439.489990234375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44305001/LG_Prop_F44305001_G8_300003.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":353.910888671875,"PosY":48.48474884033203,"PosZ":442.647705078125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44305001/LG_Prop_F44305001_G8_300004.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":372.5790100097656,"PosY":43.72991943359375,"PosZ":409.4410095214844,"Name":"NPC1","RotY":12.270380020141602,"NPCID":3119,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":370.3840026855469,"PosY":43.72991943359375,"PosZ":407.7460021972656,"Name":"NPC2","RotY":358.6722106933594,"NPCID":3121,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":376.4240112304687,"PosY":43.72991943359375,"PosZ":426.8399963378906,"Name":"NPC3","RotY":316.07818603515625,"NPCID":3123,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":365.8200073242187,"PosY":43.72991943359375,"PosZ":445.5199890136718,"Name":"NPC4","RotY":45.61225891113281,"NPCID":3120,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":370.4800109863282,"PosY":43.72991943359375,"PosZ":424.5199890136718,"RotY":260.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ShowGroupMonsterVision_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":269.843994140625,"PosX":370.4800109863282,"PosY":43.72991943359375,"PosZ":424.5199890136718,"NPCMonsterID":3002011,"EventID":10301299,"groupId":9,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":93.91002655029298,"PosX":370.9869995117187,"PosY":43.72991943359375,"PosZ":437.2019958496094,"NPCMonsterID":3002011,"EventID":10301299,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":372.9960021972656,"PosY":43.732139587402344,"PosZ":430.6099853515625,"RotY":89.51976013183594,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44305001/InitLevelGraph_Prop_Chap03_HideBox_Raid_102.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":360.9200134277344,"PosY":43.732139587402344,"PosZ":441.8580017089844,"RotY":180.0,"PropID":103043,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44305001/InitLevelGraph_Prop_Chap03_HideBox_Raid_102.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_WoodenBox_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":373.2720031738282,"PosY":43.73379898071289,"PosZ":428.1080017089844,"Name":"NPC1","RotY":91.72103881835938,"NPCID":3119,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":373.3030090332031,"PosY":43.73379898071289,"PosZ":429.1440124511718,"Name":"NPC2","RotY":91.72103881835938,"NPCID":3121,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":373.3919982910156,"PosY":43.73379898071289,"PosZ":432.1050109863282,"Name":"NPC3","RotY":91.72103881835938,"NPCID":3123,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":373.4219970703125,"PosY":43.743999481201165,"PosZ":433.0960083007813,"Name":"NPC4","RotY":91.72103881835938,"NPCID":3120,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":361.8080139160156,"PosY":43.73379898071289,"PosZ":437.64898681640625,"Name":"NPC5","RotY":0.0,"NPCID":3119,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400006,"PosX":360.7200012207031,"PosY":43.73379898071289,"PosZ":437.64898681640625,"Name":"NPC6","RotY":0.0,"NPCID":3121,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400007,"PosX":359.4800109863281,"PosY":43.73379898071289,"PosZ":441.6289978027344,"Name":"NPC7","RotY":180.0,"NPCID":3123,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400008,"PosX":358.25,"PosY":43.73379898071289,"PosZ":441.5899963378906,"Name":"NPC8","RotY":180.0,"NPCID":3120,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400009,"PosX":370.3599853515625,"PosY":43.75,"PosZ":430.6000061035156,"Name":"NPC9","RotY":90.0,"NPCID":3122,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400010,"PosX":359.5799865722656,"PosY":43.73379898071289,"PosZ":437.64898681640625,"Name":"NPC10","RotY":0.0,"NPCID":3122,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":373.9509887695313,"PosY":43.73347091674805,"PosZ":430.64300537109375,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":373.0119934082031,"PosY":44.11100006103515,"PosZ":430.6449890136718,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":360.9209899902344,"PosY":43.720008850097656,"PosZ":440.6679992675782,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":360.9429931640625,"PosY":44.11800003051758,"PosZ":441.85699462890625,"RotY":0.0,"groupId":0}}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":371.1600036621094,"PosY":50.119998931884766,"PosZ":428.1600036621094,"RotY":260.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ShowGroupMonsterVision_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":371.2213134765625,"PosY":50.119998931884766,"PosZ":429.0221862792969,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44305001/LG_Prop_F44305001_G12_300002.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":359.7734069824219,"PosX":371.1600036621094,"PosY":50.119998931884766,"PosZ":428.1600036621094,"NPCMonsterID":3002011,"EventID":10301299,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200002,"RotY":268.4350891113281,"PosX":368.4309997558594,"PosY":50.119998931884766,"PosZ":432.0199890136718,"NPCMonsterID":3002041,"EventID":10301299,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":268.4350891113281,"PosX":369.3599853515625,"PosY":50.119998931884766,"PosZ":422.1300048828125,"NPCMonsterID":3002041,"EventID":10301299,"groupId":12,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":180.3668975830078,"PosX":371.2799987792969,"PosY":50.119998931884766,"PosZ":426.5799865722656,"NPCMonsterID":3002011,"EventID":10301299,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":377.6099853515625,"PosY":50.119998931884766,"PosZ":427.5740051269531,"RotY":0.0,"PropID":103068,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGun_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":375.9719848632813,"PosY":50.119998931884766,"PosZ":424.19000244140625,"RotY":43.4061393737793,"PropID":103055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonExplosives_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":377.5639953613282,"PosY":50.119998931884766,"PosZ":424.19000244140625,"RotY":0.0,"PropID":103055,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonExplosives_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":377.6099853515625,"PosY":50.119998931884766,"PosZ":427.5740051269531,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44305001/LG_Prop_F44305001_G17_300004.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"18":{"props":[],"npcs":[{"ID":400001,"PosX":369.3089904785156,"PosY":50.56399917602539,"PosZ":395.1000061035156,"Name":"NPC1","RotY":0.0,"NPCID":3119,"groupId":18,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":370.39898681640625,"PosY":50.56399917602539,"PosZ":395.1000061035156,"Name":"NPC2","RotY":0.0,"NPCID":3120,"groupId":18,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":371.4920043945313,"PosY":50.56399917602539,"PosZ":395.1000061035156,"Name":"NPC3","RotY":0.0,"NPCID":3121,"groupId":18,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":372.6000061035156,"PosY":50.56399917602539,"PosZ":395.1000061035156,"Name":"NPC4","RotY":0.0,"NPCID":3122,"groupId":18,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":373.6789855957031,"PosY":50.56399917602539,"PosZ":395.1000061035156,"Name":"NPC5","RotY":0.0,"NPCID":3123,"groupId":18,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":374.2460021972656,"PosY":31.733999252319336,"PosZ":421.3200073242187,"RotY":270.0,"PropID":103051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44305001/InitLevelGraph_Prop_Chap03_CartoonGate_Raid_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":368.5450134277344,"PosY":43.72991943359375,"PosZ":409.5700073242187,"RotY":90.0,"PropID":103051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":371.16900634765625,"PosY":43.72991943359375,"PosZ":409.5700073242187,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44305001/LG_Prop_F44305001_G25_300003.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":350.4639892578125,"PosY":43.72999954223633,"PosZ":439.6300048828125,"RotY":90.0,"PropID":103051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44305001/InitLevelGraph_Prop_Chap03_CartoonGate_Raid_02.json","State":"Open","propStateList":["Closed","Open"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":368.5450134277344,"PosY":50.56000900268555,"PosZ":396.06298828125,"RotY":90.0,"PropID":103051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_CartoonGate_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":371.5509948730469,"PosY":50.56000900268555,"PosZ":396.06298828125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44305001/LG_Prop_F44305001_G26_300003.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"27":{"props":[],"npcs":[{"ID":400001,"PosX":371.4930114746094,"PosY":50.54999923706055,"PosZ":416.135986328125,"Name":"NPC1","RotY":15.52361011505127,"NPCID":3119,"groupId":27,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"28":{"props":[],"npcs":[{"ID":400001,"PosX":367.5979919433594,"PosY":50.119998931884766,"PosZ":421.0690002441406,"Name":"NPC1","RotY":59.09123992919922,"NPCID":3120,"groupId":28,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"29":{"props":[],"npcs":[{"ID":400001,"PosX":369.1570129394531,"PosY":50.119998931884766,"PosZ":435.2799987792969,"Name":"NPC1","RotY":160.7158966064453,"NPCID":3121,"groupId":29,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"30":{"props":[],"npcs":[{"ID":400001,"PosX":367.1600036621094,"PosY":50.08000183105469,"PosZ":432.05999755859375,"Name":"NPC1","RotY":91.15959167480469,"NPCID":3122,"groupId":30,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"31":{"props":[],"npcs":[{"ID":400001,"PosX":375.3299865722656,"PosY":50.08000183105469,"PosZ":434.7000122070313,"Name":"NPC1","RotY":235.45089721679688,"NPCID":3123,"groupId":31,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":371.4100036621094,"PosY":50.54999923706055,"PosZ":407.2760009765625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_WolfBroSavePoint_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P44305_F44305002":{"teleports":{"2102":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.81999969482422,"PosY":56.68920135498047,"PosZ":-124.0500030517578,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":48,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},"10055":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.975200653076172,"PosY":58.067901611328125,"PosZ":181.875,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.24800109863281,"PosY":54.10606002807618,"PosZ":115.06800079345705,"RotY":43.47151947021485,"PropID":103139,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Chair_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-48.58000183105469,"PosY":54.05500030517578,"PosZ":115.34799957275392,"Name":"NPC1","RotY":310.0141906738281,"NPCID":13316,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"21":{"props":[],"npcs":[{"ID":400001,"PosX":-58.72999954223633,"PosY":54.10606002807618,"PosZ":113.55699920654295,"Name":"NPC1","RotY":174.5727996826172,"NPCID":3030,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-56.970001220703125,"PosY":54.050899505615234,"PosZ":113.43000030517578,"Name":"NPC2","RotY":257.52850341796875,"NPCID":2302,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-58.95000076293945,"PosY":54.050899505615234,"PosZ":115.25,"Name":"NPC3","RotY":162.9055938720703,"NPCID":2303,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":-60.89476013183594,"PosY":54.050899505615234,"PosZ":113.34739685058594,"Name":"NPC4","RotY":68.6019515991211,"NPCID":2308,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.57599639892578,"PosY":56.68920135498047,"PosZ":-126.51799774169922,"RotY":31.544979095458984,"PropID":103139,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Chair_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-115.21800231933594,"PosY":56.68920135498047,"PosZ":-126.7239990234375,"Name":"NPC1","RotY":120.24970245361328,"NPCID":13129,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"23":{"props":[],"npcs":[{"ID":400001,"PosX":-104.87999725341795,"PosY":56.68920135498047,"PosZ":-134.63999938964844,"Name":"NPC1","RotY":336.6549987792969,"NPCID":2303,"groupId":23,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-106.62999725341795,"PosY":56.68920135498047,"PosZ":-139.0,"Name":"NPC2","RotY":336.6549987792969,"NPCID":2302,"groupId":23,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-105.86000061035156,"PosY":56.68920135498047,"PosZ":-133.13999938964844,"Name":"NPC3","RotY":248.5028076171875,"NPCID":2308,"groupId":23,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"24":{"props":[],"npcs":[{"ID":400001,"PosX":-109.4800033569336,"PosY":56.68920135498047,"PosZ":-133.60000610351565,"Name":"NPC1","RotY":294.66900634765625,"NPCID":2303,"groupId":24,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-116.19000244140624,"PosY":56.68920135498047,"PosZ":-132.36000061035156,"Name":"NPC2","RotY":67.70770263671875,"NPCID":2302,"groupId":24,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-109.29000091552734,"PosY":56.68920135498047,"PosZ":-130.32000732421875,"Name":"NPC3","RotY":221.4116973876953,"NPCID":2308,"groupId":24,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":-108.91200256347656,"PosY":56.68920135498047,"PosZ":-131.9409942626953,"Name":"NPC4","RotY":272.2398986816406,"NPCID":3030,"groupId":24,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.617000579833984,"PosY":56.1815299987793,"PosZ":165.2469940185547,"RotY":71.79297637939453,"PropID":103139,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Chair_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-25.725000381469727,"PosY":56.1868896484375,"PosZ":165.61599731445312,"Name":"NPC1","RotY":345.3175964355469,"NPCID":13236,"groupId":25,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"26":{"props":[],"npcs":[{"ID":400001,"PosX":-32.189998626708984,"PosY":56.185821533203125,"PosZ":174.02000427246094,"Name":"NPC1","RotY":24.145570755004883,"NPCID":2303,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-36.36000061035156,"PosY":56.2577018737793,"PosZ":174.57000732421875,"Name":"NPC2","RotY":55.22174072265625,"NPCID":2308,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-35.005001068115234,"PosY":56.18675994873047,"PosZ":172.35299682617188,"Name":"NPC3","RotY":27.67030906677246,"NPCID":3030,"groupId":26,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":-34.16999816894531,"PosY":56.2577018737793,"PosZ":174.27000427246094,"Name":"NPC4","RotY":24.401159286499023,"NPCID":2302,"groupId":26,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"27":{"props":[],"npcs":[{"ID":400001,"PosX":-31.302000045776367,"PosY":56.1868896484375,"PosZ":179.0469970703125,"Name":"NPC1","RotY":45.15475082397461,"NPCID":3030,"groupId":27,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-29.839000701904297,"PosY":58.70600128173828,"PosZ":180.78799438476565,"Name":"NPC2","RotY":202.0229949951172,"NPCID":3027,"groupId":27,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-28.88999938964844,"PosY":56.1868896484375,"PosZ":183.7400054931641,"Name":"NPC3","RotY":162.7790985107422,"NPCID":2303,"groupId":27,"IsDelete":false,"IsClientOnly":false},{"ID":400004,"PosX":-25.709999084472656,"PosY":56.1868896484375,"PosZ":177.77999877929688,"Name":"NPC4","RotY":162.7790985107422,"NPCID":2308,"groupId":27,"IsDelete":false,"IsClientOnly":false},{"ID":400005,"PosX":-33.20000076293945,"PosY":56.1868896484375,"PosZ":181.10000610351565,"Name":"NPC5","RotY":115.25360107421876,"NPCID":2302,"groupId":27,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.975200653076172,"PosY":58.067901611328125,"PosZ":181.875,"RotY":350.86090087890625,"PropID":103229,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"EventClose","propStateList":["EventClose","EventOpen","Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_OrigamiBird_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.975200653076172,"PosY":58.067901611328125,"PosZ":181.875,"RotY":0.0,"PropID":211,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10055,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_GameplayIcon.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.95999908447266,"PosY":56.68920135498047,"PosZ":-132.05999755859375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F44305002/LG_Prop_F44305002_G38_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-112.79000091552734,"PosY":56.68920135498047,"PosZ":-131.9499969482422,"Name":"NPC1","RotY":117.39630126953124,"NPCID":2315,"groupId":38,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"47":{"props":[],"npcs":[{"ID":400001,"PosX":-33.9900016784668,"PosY":56.1898193359375,"PosZ":176.5500030517578,"Name":"NPC1","RotY":355.5174865722656,"NPCID":2315,"groupId":47,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.049999237060547,"PosY":56.1868896484375,"PosZ":164.36849975585938,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":48,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.81999969482422,"PosY":56.68920135498047,"PosZ":-124.0500030517578,"RotY":90.0,"PropID":3002,"AnchorID":2,"AnchorGroupID":48,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-29.85700035095215,"PosY":56.18054962158203,"PosZ":163.0760040283203,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-116.71510314941406,"PosY":56.68920135498047,"PosZ":-120.56020355224608,"RotY":167.8549041748047,"groupId":0}}},"61":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103186,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-172.8000030517578,"PosY":64.4000015258789,"PosZ":6.310147762298584,"RotY":0.0,"PropID":103098,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ScreenTvSet_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-184.1199951171875,"PosY":63.15999984741211,"PosZ":6.230000019073486,"RotY":59.47692108154297,"PropID":103214,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P44305_F44305003":{"teleports":{"2102":{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":67.9000015258789,"PosY":-19.200000762939453,"PosZ":-559.6300048828125,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":81,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"},"2390":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.19000244140625,"PosY":-4.760000228881836,"PosZ":-79.73999786376953,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"10":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.19000244140625,"PosY":-4.760000228881836,"PosZ":-79.73999786376953,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":143.25,"PosY":35.08000183105469,"PosZ":-273.0,"RotY":180.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":143.25,"PosY":34.869998931884766,"PosZ":-267.0,"RotY":180.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":142.47999572753906,"PosY":35.06999969482422,"PosZ":-273.82598876953125,"RotY":270.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"29":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":107.39800262451172,"PosY":46.70486831665039,"PosZ":-287.180908203125,"RotY":0.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":134.23300170898438,"PosY":35.07600021362305,"PosZ":-278.5840148925781,"RotY":90.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":166.87600708007812,"PosY":35.07600021362305,"PosZ":-257.9599914550781,"RotY":0.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":125.60330200195312,"PosY":35.07600021362305,"PosZ":-258.0563049316406,"RotY":0.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":125.2300033569336,"PosY":42.13999938964844,"PosZ":-278.6470031738281,"RotY":0.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":152.87879943847656,"PosY":35.07600021362305,"PosZ":-249.40530395507812,"RotY":90.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":166.8699951171875,"PosY":42.724849700927734,"PosZ":-278.7471923828125,"RotY":270.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":107.28199768066406,"PosY":32.48625183105469,"PosZ":-282.1686096191406,"RotY":0.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":158.41400146484375,"PosY":35.134849548339844,"PosZ":-278.9039001464844,"RotY":90.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":43.17824172973633,"PosZ":-249.33189392089844,"RotY":180.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":166.87600708007812,"PosY":35.07600021362305,"PosZ":-270.0299987792969,"RotY":0.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":146.48269653320312,"PosY":38.9923210144043,"PosZ":-249.3227996826172,"RotY":179.45010375976565,"groupId":0}}},"45":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":119.25,"PosY":35.05500030517578,"PosZ":-266.92999267578125,"RotY":270.0002136230469,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":125.26300048828124,"PosY":35.05500030517578,"PosZ":-266.92999267578125,"RotY":270.0002136230469,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":126.34300231933594,"PosY":35.06999969482422,"PosZ":-272.5690002441406,"RotY":90.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":34.39957046508789,"PosY":-10.760180473327637,"PosZ":-530.52587890625,"RotY":88.56907653808594,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":146.28399658203125,"PosY":34.8661003112793,"PosZ":-255.0399932861328,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":41.04563903808594,"PosY":-6.661121845245361,"PosZ":-530.0938110351562,"RotY":267.4812927246094,"groupId":0},"3":{"ID":3,"PosX":35.134620666503906,"PosY":-8.4200439453125,"PosZ":-530.3988037109375,"RotY":265.9289855957031,"groupId":0}}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":161.25,"PosY":35.11000061035156,"PosZ":-267.0,"RotY":90.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":155.25,"PosY":35.11000061035156,"PosZ":-267.0,"RotY":90.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":167.08999633789065,"PosY":46.75004959106445,"PosZ":-261.0,"RotY":270.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":167.09010314941406,"PosY":40.75004959106445,"PosZ":-261.0,"RotY":270.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":167.20010375976565,"PosY":41.00001907348633,"PosZ":-259.5,"RotY":4.999999873689376e-6,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":131.25,"PosY":35.09001159667969,"PosZ":-267.0,"RotY":90.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":125.25,"PosY":35.09000015258789,"PosZ":-267.0,"RotY":90.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":125.2301025390625,"PosY":40.49998092651367,"PosZ":-265.25,"RotY":270.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":131.2375946044922,"PosY":35.06999969482422,"PosZ":-249.0019073486328,"RotY":180.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":130.0072021484375,"PosY":35.10737991333008,"PosZ":-250.4792022705078,"RotY":270.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"55":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.12100219726564,"PosY":22.100000381469727,"PosZ":-248.04299926757812,"RotY":0.00009899999713525176,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"58":{"props":[{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.98500061035156,"PosY":25.110000610351562,"PosZ":-257.04901123046875,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-98.91121673583984,"PosY":16.110000610351562,"PosZ":-268.9909973144531,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"61":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-137.09759521484375,"PosY":22.260000228881836,"PosZ":-285.0660095214844,"RotY":0.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-136.93899536132812,"PosY":12.600000381469728,"PosZ":-266.11700439453125,"RotY":90.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-134.0399932861328,"PosY":19.290000915527344,"PosZ":-260.0199890136719,"RotY":270.0,"PropID":103209,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_08_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.18240356445312,"PosY":22.260000228881836,"PosZ":-257.033203125,"RotY":0.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.23480987548828,"PosY":16.10000991821289,"PosZ":-268.885009765625,"RotY":0.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":227.85450744628903,"PosY":33.180908203125,"PosZ":-268.4909973144531,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-135.0941925048828,"PosY":30.704999923706055,"PosZ":-255.2736968994141,"RotY":136.7908935546875,"groupId":0},"2":{"ID":2,"PosX":-110.02200317382812,"PosY":29.20299911499023,"PosZ":-253.9889984130859,"RotY":220.3596038818359,"groupId":0}}},"62":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":72.41999816894531,"PosY":-19.5,"PosZ":-567.3599853515625,"RotY":0.0,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-113.177001953125,"PosY":16.09000015258789,"PosZ":-272.0220031738281,"RotY":89.99999237060547,"groupId":0},"2":{"ID":2,"PosX":72.15699768066406,"PosY":-15.593999862670898,"PosZ":-560.5900268554688,"RotY":178.93429565429688,"groupId":0},"3":{"ID":3,"PosX":72.31300354003906,"PosY":-17.18199920654297,"PosZ":-566.5549926757812,"RotY":177.38729858398438,"groupId":0}}},"63":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":69.08999633789062,"PosY":-19.50749969482422,"PosZ":-523.7069702148438,"RotY":180.0,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-311.1700134277344,"PosY":-8.770000457763672,"PosZ":-96.15204620361328,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":70.08999633789062,"PosY":-13.050000190734863,"PosZ":-532.8400268554688,"RotY":357.0777893066406,"groupId":0},"3":{"ID":3,"PosX":69.66999816894531,"PosY":-17.030000686645508,"PosZ":-524.6400146484375,"RotY":357.0777893066406,"groupId":0}}},"67":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-359.8699951171875,"PosY":-2.8499999046325684,"PosZ":-103.92299652099608,"RotY":5.515020847320557,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-314.90899658203125,"PosY":-8.769996643066406,"PosZ":-50.38607025146485,"RotY":269.9999084472656,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-314.7799987792969,"PosY":-8.769998550415039,"PosZ":-104.25,"RotY":270.0000915527344,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-359.910888671875,"PosY":-8.859993934631348,"PosZ":-53.0,"RotY":0.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.8699951171875,"PosY":5.632321834564209,"PosZ":-50.412078857421875,"RotY":94.80473327636719,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-359.910888671875,"PosY":-8.774999618530273,"PosZ":-96.0,"RotY":0.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-350.89599609375,"PosY":-8.663055419921875,"PosZ":-104.27110290527344,"RotY":270.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-332.9620056152344,"PosY":-8.663054466247559,"PosZ":-104.27110290527344,"RotY":270.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-359.910888671875,"PosY":-8.789999008178711,"PosZ":-77.21499633789062,"RotY":0.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-308.2803039550781,"PosY":-3.700532913208008,"PosZ":-76.96003723144531,"RotY":270.0,"groupId":0}}},"69":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.90008544921875,"PosY":-8.75,"PosZ":-56.25,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-323.906005859375,"PosY":-8.75,"PosZ":-56.25,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.8399963378906,"PosY":-8.75,"PosZ":-104.25,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-323.885009765625,"PosY":-8.75,"PosZ":-104.25,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.7099914550781,"PosY":-8.789999961853027,"PosZ":-74.1719970703125,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.7099914550781,"PosY":-8.789999961853027,"PosZ":-68.1719970703125,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.71099853515625,"PosY":-8.75,"PosZ":-80.29000091552734,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-341.70599365234375,"PosY":-8.75,"PosZ":-80.29000091552734,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"80":{"props":[{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.848388671875,"PosY":7.5867919921875,"PosZ":-77.28304290771484,"RotY":16.814409255981445,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.86480712890625,"PosY":5.530026912689209,"PosZ":-77.04292297363281,"RotY":179.92709350585938,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":110.90139770507812,"PosY":32.41999816894531,"PosZ":-285.7838134765625,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-348.12200927734375,"PosY":5.605435848236084,"PosZ":-77.04020690917967,"RotY":196.8137969970703,"groupId":0},"3":{"ID":3,"PosX":-344.0,"PosY":0.500029981136322,"PosZ":-77.0,"RotY":263.6590881347656,"groupId":0}}},"81":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":67.9000015258789,"PosY":-19.200000762939453,"PosZ":-559.6300048828125,"RotY":90.0,"PropID":3002,"AnchorID":1,"AnchorGroupID":81,"MappingInfoID":2102,"InitLevelGraph":"Config/Level/Props/Raid/InitLevelGraph_Prop_Raid_CheckPoint_01.json","State":"CheckPointDisable","propStateList":["CheckPointDisable","CheckPointEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RecoveryPoint_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":71.95999908447266,"PosY":-19.5,"PosZ":-560.3800048828125,"RotY":180.0,"groupId":0}}},"85":{"props":[{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-137.13009643554688,"PosY":26.486740112304688,"PosZ":-268.090087890625,"RotY":270.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-137.1300048828125,"PosY":34.150001525878906,"PosZ":-270.5039978027344,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-137.13009643554688,"PosY":31.14822006225586,"PosZ":-283.9779968261719,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"86":{"props":[{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.1011962890625,"PosY":12.440999984741213,"PosZ":-266.17999267578125,"RotY":270.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"94":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.80108642578125,"PosY":-8.819000244140625,"PosZ":-68.33999633789062,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.80108642578125,"PosY":-8.819000244140625,"PosZ":-74.33999633789062,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.8517150878906,"PosY":-8.859994888305664,"PosZ":-60.89706039428711,"RotY":0.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"96":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.99949645996094,"PosY":22.215999603271484,"PosZ":-287.0906066894531,"RotY":0.0,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"2":{"ID":2,"PosX":-115.83000183105467,"PosY":24.989999771118164,"PosZ":-276.4800109863281,"RotY":180.0,"groupId":0},"3":{"ID":3,"PosX":-115.93370056152344,"PosY":24.17099952697754,"PosZ":-287.0895080566406,"RotY":180.0,"groupId":0}}},"97":{"props":[{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.15744018554688,"PosY":30.014949798583984,"PosZ":-268.881103515625,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"98":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-348.6820068359375,"PosY":-8.771705627441406,"PosZ":-98.16700744628906,"RotY":270.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.8299865722656,"PosY":-8.75,"PosZ":-104.25,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-341.8599853515625,"PosY":-8.75,"PosZ":-104.25,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"99":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.80108642578125,"PosY":-8.819000244140625,"PosZ":-86.37000274658203,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.80108642578125,"PosY":-8.819000244140625,"PosZ":-92.37000274658203,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.8517150878906,"PosY":-8.859994888305664,"PosZ":-78.92707061767578,"RotY":0.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"100":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":146.27499389648438,"PosY":47.04600143432618,"PosZ":-269.42999267578125,"RotY":180.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/43305/Maze_Raid_43305_Chest.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"109":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.09999847412108,"PosY":22.079999923706055,"PosZ":-286.54998779296875,"RotY":0.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/43305/Maze_Raid_43305_Chest.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"110":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.848388671875,"PosY":5.834990978240967,"PosZ":-77.28299713134764,"RotY":90.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/43305/Maze_Raid_43305_Chest.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P44305_F44305004":{"teleports":{},"group_items":{"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":69.08999633789062,"PosY":-19.50749969482422,"PosZ":-523.7069702148438,"RotY":180.0,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-311.1700134277344,"PosY":-8.770000457763672,"PosZ":-96.15204620361328,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":70.08999633789062,"PosY":-13.050000190734863,"PosZ":-532.8400268554688,"RotY":357.0777893066406,"groupId":0},"3":{"ID":3,"PosX":69.66999816894531,"PosY":-17.030000686645508,"PosZ":-524.6400146484375,"RotY":357.0777893066406,"groupId":0}}},"40":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":146.21800231933594,"PosY":28.083730697631836,"PosZ":-175.91299438476565,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":81.34600067138672,"PosY":22.089000701904297,"PosZ":-196.9250030517578,"RotY":89.99987030029298,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.31999969482422,"PosY":22.100000381469727,"PosZ":-196.8090057373047,"RotY":89.99987030029298,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.3030014038086,"PosY":22.09000015258789,"PosZ":-148.88900756835938,"RotY":270.0000915527344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.4080047607422,"PosY":22.09000015258789,"PosZ":-148.88900756835938,"RotY":270.0000915527344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.343994140625,"PosY":-4.909992218017578,"PosZ":-61.77899932861328,"RotY":0.000012000000424450263,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":149.2550048828125,"PosY":28.111000061035156,"PosZ":-130.927001953125,"RotY":270.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":110.20400238037108,"PosY":22.108999252319336,"PosZ":-217.94400024414065,"RotY":0.000012000000424450263,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.33099365234375,"PosY":-4.909992218017578,"PosZ":-79.77300262451172,"RotY":270.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-188.50100708007812,"PosY":16.040000915527344,"PosZ":-55.88999938964844,"RotY":-0.00005500000042957254,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.4149932861328,"PosY":-10.909999847412108,"PosZ":-130.93190002441406,"RotY":89.99981689453125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-165.4029998779297,"PosY":-10.909999847412108,"PosZ":-139.927001953125,"RotY":-0.00017800000205170363,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.3219985961914,"PosY":-16.909990310668945,"PosZ":-196.91299438476565,"RotY":89.99981689453125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-83.50499725341797,"PosY":-16.868000030517578,"PosZ":-198.93099975585935,"RotY":269.9997863769531,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":80.13899993896484,"PosY":22.090009689331055,"PosZ":-199.56399536132812,"RotY":269.9997863769531,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.38499450683594,"PosY":22.08099937438965,"PosZ":-148.88699340820312,"RotY":270.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_03.json","State":"Open","propStateList":["Closed","Open"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-190.55099487304688,"PosY":16.032100677490234,"PosZ":-53.85699844360352,"RotY":-0.0002189999941037968,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.16500091552734,"PosY":22.09000015258789,"PosZ":-175.8090057373047,"RotY":180.00010681152344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"44":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-359.8699951171875,"PosY":-2.8499999046325684,"PosZ":-103.92299652099608,"RotY":5.515021800994873,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-314.90899658203125,"PosY":-8.769996643066406,"PosZ":-50.38607025146485,"RotY":269.9999084472656,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-359.910888671875,"PosY":-8.859993934631348,"PosZ":-53.0,"RotY":0.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.8699951171875,"PosY":5.51806116104126,"PosZ":-50.42995834350586,"RotY":90.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-359.910888671875,"PosY":-8.774999618530273,"PosZ":-96.0,"RotY":0.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-332.9620056152344,"PosY":-8.663054466247559,"PosZ":-104.27110290527344,"RotY":270.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-359.910888671875,"PosY":-8.789999008178711,"PosZ":-77.21499633789062,"RotY":0.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-305.53759765625,"PosY":-5.060956001281738,"PosZ":-100.85030364990234,"RotY":306.6850891113281,"groupId":0}}},"45":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.90008544921875,"PosY":-8.75,"PosZ":-56.25,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-323.906005859375,"PosY":-8.75,"PosZ":-56.25,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.8399963378906,"PosY":-8.75,"PosZ":-104.25,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-323.885009765625,"PosY":-8.75,"PosZ":-104.25,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.7099914550781,"PosY":-8.789999961853027,"PosZ":-74.1719970703125,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-329.7099914550781,"PosY":-8.789999961853027,"PosZ":-68.1719970703125,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.71099853515625,"PosY":-8.75,"PosZ":-80.29000091552734,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-341.70599365234375,"PosY":-8.75,"PosZ":-80.29000091552734,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_MazeBridge_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-332.7442932128906,"PosY":-8.747613906860352,"PosZ":-101.15000152587892,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-332.69000244140625,"PosY":-8.749753952026367,"PosZ":-77.07025146484375,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-332.9797058105469,"PosY":-8.749754905700684,"PosZ":-53.20800018310547,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-314.9106140136719,"PosY":-8.749753952026367,"PosZ":-53.08420944213867,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.92730712890625,"PosY":-8.779999732971191,"PosZ":-77.31302642822266,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.8760070800781,"PosY":-8.749754905700684,"PosZ":-55.2859992980957,"RotY":180.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.80108642578125,"PosY":-8.819000244140625,"PosZ":-68.33999633789062,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.80108642578125,"PosY":-8.819000244140625,"PosZ":-74.33999633789062,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.8517150878906,"PosY":-8.859994888305664,"PosZ":-60.89706039428711,"RotY":0.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"49":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-348.6820068359375,"PosY":-8.771705627441406,"PosZ":-98.16700744628906,"RotY":270.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.8299865722656,"PosY":-8.75,"PosZ":-104.25,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-341.8599853515625,"PosY":-8.75,"PosZ":-104.25,"RotY":90.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"50":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.80108642578125,"PosY":-8.819000244140625,"PosZ":-86.37000274658203,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.80108642578125,"PosY":-8.819000244140625,"PosZ":-92.37000274658203,"RotY":0.0,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.8517150878906,"PosY":-8.859994888305664,"PosZ":-78.92707061767578,"RotY":0.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"53":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.848388671875,"PosY":5.834990978240967,"PosZ":-77.28299713134764,"RotY":90.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/43305/Maze_Raid_43305_Chest.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"54":{"props":[{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.848388671875,"PosY":7.5867919921875,"PosZ":-77.28304290771484,"RotY":16.81439971923828,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-347.86480712890625,"PosY":5.530026912689209,"PosZ":-77.04292297363281,"RotY":179.92709350585938,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":110.90139770507812,"PosY":32.41999816894531,"PosZ":-285.7838134765625,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-345.5484924316406,"PosY":7.621490001678467,"PosZ":-77.36673736572266,"RotY":263.6590881347656,"groupId":0},"3":{"ID":3,"PosX":-344.0,"PosY":0.500029981136322,"PosZ":-77.0,"RotY":263.6590881347656,"groupId":0}}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.306884765625,"PosY":-2.7345728874206543,"PosZ":-104.27110290527344,"RotY":270.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"57":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-359.8700866699219,"PosY":-2.538573980331421,"PosZ":-77.27400207519531,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-359.8699951171875,"PosY":-2.763000011444092,"PosZ":-56.27816009521485,"RotY":90.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-353.8700866699219,"PosY":5.6427001953125,"PosZ":-61.90013885498047,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-359.8699951171875,"PosY":-2.822999954223633,"PosZ":-92.26899719238281,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-332.8887939453125,"PosY":0.224822998046875,"PosZ":-50.53998947143555,"RotY":270.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-341.7914123535156,"PosY":-14.414999961853027,"PosZ":-50.31999969482422,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P44305_F44305005":{"teleports":{},"group_items":{"16":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":107.39800262451172,"PosY":46.70486831665039,"PosZ":-287.180908203125,"RotY":0.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":166.87600708007812,"PosY":35.07600021362305,"PosZ":-257.9599914550781,"RotY":0.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":125.60330200195312,"PosY":35.07600021362305,"PosZ":-258.0563049316406,"RotY":0.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":125.2300033569336,"PosY":42.13999938964844,"PosZ":-278.6470031738281,"RotY":0.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":152.87879943847656,"PosY":35.07600021362305,"PosZ":-249.40530395507812,"RotY":90.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":107.28199768066406,"PosY":32.48625183105469,"PosZ":-282.1686096191406,"RotY":0.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":166.87600708007812,"PosY":35.07600021362305,"PosZ":-270.0299987792969,"RotY":0.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":43.17824172973633,"PosZ":-249.33189392089844,"RotY":180.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":166.8699951171875,"PosY":42.724849700927734,"PosZ":-278.7471923828125,"RotY":270.0,"PropID":103208,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_BubbleBridge_07_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":146.48269653320312,"PosY":38.9923210144043,"PosZ":-249.3227996826172,"RotY":179.45010375976565,"groupId":0}}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":119.25,"PosY":35.05500030517578,"PosZ":-266.92999267578125,"RotY":270.0002136230469,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":125.26300048828124,"PosY":35.05500030517578,"PosZ":-266.92999267578125,"RotY":270.0002136230469,"PropID":103073,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":126.34300231933594,"PosY":35.06999969482422,"PosZ":-273.0299987792969,"RotY":90.0,"PropID":103192,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ControllerGravityMPF_02.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ControllerGravityMPF_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":134.2899932861328,"PosY":38.54999923706055,"PosZ":-270.40008544921875,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":120.8040008544922,"PosY":38.685001373291016,"PosZ":-267.8179931640625,"RotY":122.55989837646484,"groupId":0}}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":143.25,"PosY":35.08000183105469,"PosZ":-273.0,"RotY":180.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":143.25,"PosY":34.869998931884766,"PosZ":-267.0,"RotY":180.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":142.47999572753906,"PosY":35.06999969482422,"PosZ":-273.82598876953125,"RotY":270.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":131.2375946044922,"PosY":35.073001861572266,"PosZ":-249.0019073486328,"RotY":180.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":130.0072021484375,"PosY":35.10737991333008,"PosZ":-250.4792022705078,"RotY":270.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":131.31930541992188,"PosY":35.06999969482422,"PosZ":-273.0137939453125,"RotY":270.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":161.31320190429688,"PosY":35.06999969482422,"PosZ":-255.02969360351565,"RotY":120.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":131.33299255371094,"PosY":35.06999969482422,"PosZ":-257.97491455078125,"RotY":180.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":110.0071029663086,"PosY":35.08000183105469,"PosZ":-270.0082092285156,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":110.4718017578125,"PosY":32.41999816894531,"PosZ":-281.9639892578125,"RotY":270.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-760.825927734375,"PosY":-530.3629150390625,"PosZ":-1450.791015625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":34.39957046508789,"PosY":-10.625699996948242,"PosZ":-530.52587890625,"RotY":90.0,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":146.28399658203125,"PosY":34.8661003112793,"PosZ":-255.0399932861328,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":41.04563903808594,"PosY":-6.661121845245361,"PosZ":-530.0938110351562,"RotY":267.4812927246094,"groupId":0},"3":{"ID":3,"PosX":35.134620666503906,"PosY":-8.4200439453125,"PosZ":-530.3988037109375,"RotY":265.9289855957031,"groupId":0}}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":153.029296875,"PosY":43.846160888671875,"PosZ":-248.9873962402344,"RotY":90.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":150.47000122070312,"PosY":48.72999954223633,"PosZ":-249.1499938964844,"RotY":167.18899536132812,"PropID":109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":141.91000366210938,"PosY":48.72999954223633,"PosZ":-249.1499938964844,"RotY":12.811010360717772,"PropID":109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":146.11000061035156,"PosY":47.09000015258789,"PosZ":-249.1499938964844,"RotY":180.0,"PropID":109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":155.4302978515625,"PosY":44.50796890258789,"PosZ":-278.5397033691406,"RotY":270.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":150.55299377441406,"PosY":32.90999984741211,"PosZ":-278.9880065917969,"RotY":12.811039924621582,"PropID":109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":141.9949951171875,"PosY":32.90999984741211,"PosZ":-278.9880065917969,"RotY":167.18899536132812,"PropID":109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":134.7270050048828,"PosY":42.17837905883789,"PosZ":-278.9399108886719,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":146.20799255371094,"PosY":34.79499816894531,"PosZ":-278.9259948730469,"RotY":0.0,"PropID":109,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_04_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":161.25,"PosY":35.11000061035156,"PosZ":-267.0,"RotY":90.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":155.25,"PosY":35.11000061035156,"PosZ":-267.0,"RotY":90.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":167.08999633789065,"PosY":46.75004959106445,"PosZ":-261.0,"RotY":270.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":167.09010314941406,"PosY":40.75004959106445,"PosZ":-261.0,"RotY":270.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":167.20010375976565,"PosY":41.00001907348633,"PosZ":-259.5,"RotY":4.999999873689376e-6,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":146.27499389648438,"PosY":47.04600143432618,"PosZ":-269.42999267578125,"RotY":180.0,"PropID":60303,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Raid/43305/Maze_Raid_43305_Chest.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":149.90199279785156,"PosY":47.04999923706055,"PosZ":-269.2300109863281,"RotY":270.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":148.08900451660156,"PosY":47.045989990234375,"PosZ":-266.7300109863281,"RotY":210.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":142.6020050048828,"PosY":47.04999923706055,"PosZ":-269.2300109863281,"RotY":89.99999237060547,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":144.38499450683594,"PosY":47.04600143432618,"PosZ":-266.7699890136719,"RotY":150.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":149.86000061035156,"PosY":47.04999923706055,"PosZ":-271.0299987792969,"RotY":296.5545959472656,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":149.35000610351565,"PosY":47.045989990234375,"PosZ":-267.9800109863281,"RotY":236.55450439453125,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":143.32000732421875,"PosY":47.04999923706055,"PosZ":-267.760009765625,"RotY":116.55449676513672,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":142.59320068359375,"PosY":47.04600143432618,"PosZ":-271.18499755859375,"RotY":53.850860595703125,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":143.66299438476565,"PosY":47.0460090637207,"PosZ":-270.1709899902344,"RotY":87.69129180908203,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":148.66900634765625,"PosY":47.0460090637207,"PosZ":-270.1709899902344,"RotY":267.6913146972656,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":147.60299682617188,"PosY":47.04600143432618,"PosZ":-268.46099853515625,"RotY":228.37710571289065,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":144.47300720214844,"PosY":47.04600143432618,"PosZ":-268.4989929199219,"RotY":143.32130432128906,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":131.25,"PosY":35.09001159667969,"PosZ":-267.0,"RotY":90.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":125.25,"PosY":35.09000015258789,"PosZ":-267.0,"RotY":90.0,"PropID":103033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MazeBridge_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":125.2301025390625,"PosY":40.49998092651367,"PosZ":-265.25,"RotY":270.0,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":107.24600219726564,"PosY":42.321998596191406,"PosZ":-287.2296142578125,"RotY":270.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":125.2301025390625,"PosY":43.56296157836914,"PosZ":-270.3890075683594,"RotY":0.0,"PropID":103017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"43":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":167.09010314941406,"PosY":40.9126091003418,"PosZ":-255.11289978027344,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":167.09010314941406,"PosY":42.717018127441406,"PosZ":-272.97149658203125,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"45":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":124.75740051269533,"PosY":47.04624938964844,"PosZ":-287.9339904785156,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":145.468994140625,"PosY":47.04624938964844,"PosZ":-287.385986328125,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P80000_F80000001":{"teleports":{},"group_items":{"3":{"props":[{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.85690307617188,"PosY":0.5,"PosZ":241.52920532226565,"RotY":329.9999084472656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-144.85690307617188,"PosY":0.5,"PosZ":241.52920532226565,"RotY":329.9999084472656,"groupId":0}}}}},"P80001_F80001001":{"teleports":{},"group_items":{"2":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.494000434875488,"PosY":0.15000000596046448,"PosZ":123.1449966430664,"RotY":-0.000014999999621068127,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.854999542236328,"PosY":0.15000000596046448,"PosZ":216.1499938964844,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_BlockLine.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.860000610351562,"PosY":0.15000000596046448,"PosZ":186.92999267578125,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_BlockLine.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.75,"PosY":0.15000000596046448,"PosZ":157.33999633789065,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_BlockLine.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.028999999165534973,"PosY":0.25699999928474426,"PosZ":89.20700073242188,"RotY":0.0,"PropID":100002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":11.72700023651123,"PosY":0.1850000023841858,"PosZ":141.89999389648438,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.93000030517578,"PosY":0.14700199663639069,"PosZ":110.56999969482422,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":11.027000427246094,"PosY":0.14700199663639069,"PosZ":110.56999969482422,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":0.0,"PosX":-0.05999999865889549,"PosY":0.15000000596046448,"PosZ":115.1999969482422,"NPCMonsterID":1002040,"EventID":0,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-23.854000091552734,"PosY":0.005450999829918146,"PosZ":235.61000061035156,"RotY":180.0,"groupId":0}}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-23.854000091552734,"PosY":0.14695200324058533,"PosZ":223.5099945068359,"NPCMonsterID":1002040,"EventID":0,"groupId":3,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-23.670000076293945,"PosY":0.14702600240707395,"PosZ":193.5399932861328,"NPCMonsterID":1002040,"EventID":0,"groupId":4,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":-0.00003600000127335079,"PosX":-11.630000114440918,"PosY":0.14702600240707395,"PosZ":163.75999450683594,"NPCMonsterID":1002040,"EventID":0,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"7":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.494000434875488,"PosY":0.15000000596046448,"PosZ":123.1449966430664,"RotY":-0.000014999999621068127,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.854999542236328,"PosY":0.15000000596046448,"PosZ":216.1499938964844,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_BlockLine.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.860000610351562,"PosY":0.15000000596046448,"PosZ":186.92999267578125,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_BlockLine.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.75,"PosY":0.15000000596046448,"PosZ":157.33999633789065,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_BlockLine.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.028999999165534973,"PosY":0.25699999928474426,"PosZ":89.20700073242188,"RotY":0.0,"PropID":100002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":11.72700023651123,"PosY":0.1850000023841858,"PosZ":141.89999389648438,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.93000030517578,"PosY":0.14700199663639069,"PosZ":110.56999969482422,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":11.027000427246094,"PosY":0.14700199663639069,"PosZ":110.56999969482422,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":0.14000000059604645,"PosY":0.14700199663639069,"PosZ":111.2300033569336,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_Portal_HertaOffice.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":0.0,"PosX":-0.05999999865889549,"PosY":0.15000000596046448,"PosZ":115.1999969482422,"NPCMonsterID":1002040,"EventID":0,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-23.854000091552734,"PosY":0.005450999829918146,"PosZ":235.61000061035156,"RotY":180.0,"groupId":0}}},"10":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.14000000059604645,"PosY":0.14700199663639069,"PosZ":83.01000213623047,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_FinalDoor.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_BossRoomFinishToast.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.05999999865889549,"PosY":-2.8499999046325684,"PosZ":115.1999969482422,"RotY":0.0,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.05999999865889549,"PosY":0.15000000596046448,"PosZ":115.1999969482422,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.854999542236328,"PosY":0.15000000596046448,"PosZ":216.1499938964844,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Tutorial_BlockLine.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.860000610351562,"PosY":0.15000000596046448,"PosZ":186.92999267578125,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Tutorial_BlockLine.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.75,"PosY":0.15000000596046448,"PosZ":157.33999633789065,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Tutorial_BlockLine.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":0.028999999165534973,"PosY":0.25699999928474426,"PosZ":89.20700073242188,"RotY":0.0,"PropID":100002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":11.72700023651123,"PosY":0.1850000023841858,"PosZ":141.89999389648438,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.93000030517578,"PosY":0.14700199663639069,"PosZ":110.56999969482422,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":11.027000427246094,"PosY":0.14700199663639069,"PosZ":110.56999969482422,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-0.05999999865889549,"PosY":0.15000000596046448,"PosZ":115.1999969482422,"NPCMonsterID":1002040,"EventID":0,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-23.854000091552734,"PosY":0.005450999829918146,"PosZ":236.1499938964844,"RotY":180.0,"groupId":0}}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":-0.00003600000127335079,"PosX":-9.630000114440918,"PosY":0.14702600240707395,"PosZ":161.75999450683594,"NPCMonsterID":1002040,"EventID":0,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":-0.00003600000127335079,"PosX":-13.630000114440918,"PosY":0.14702600240707395,"PosZ":161.75999450683594,"NPCMonsterID":1002040,"EventID":0,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P80001_F80001002":{"teleports":{},"group_items":{"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_TreasureBoxMonster_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.33999633789064,"PosY":18.97924041748047,"PosZ":-73.27999877929688,"RotY":90.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_Portal_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.16999816894531,"PosY":18.65999984741211,"PosZ":-78.91000366210938,"RotY":-0.000014999999621068127,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.68000030517578,"PosY":18.260000228881836,"PosZ":-82.93000030517578,"RotY":193.8354034423828,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-98.73999786376953,"PosY":18.979999542236328,"PosZ":-73.27999877929688,"NPCMonsterID":1002040,"EventID":0,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-42.97999954223633,"PosY":18.610000610351562,"PosZ":-91.37999725341797,"RotY":0.0,"groupId":0}}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":90.0,"PosX":-49.720001220703125,"PosY":18.979999542236328,"PosZ":-73.27999877929688,"NPCMonsterID":1002040,"EventID":0,"groupId":3,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-83.19999694824219,"PosY":18.685970306396484,"PosZ":-86.76000213623047,"RotY":75.0002212524414,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Tutorial_PickMachine.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-76.81999969482422,"PosY":18.663999557495117,"PosZ":-85.95999908447266,"NPCMonsterID":1002040,"EventID":0,"groupId":4,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_TreasureBoxMonster_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-124.25,"PosY":-0.10108800232410432,"PosZ":-73.177001953125,"RotY":90.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_Portal_Final.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-106.98999786376952,"PosY":-1.5399999618530271,"PosZ":-92.23999786376953,"RotY":90.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.23999786376953,"PosY":-3.1950020790100098,"PosZ":-75.5999984741211,"RotY":0.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-89.16999816894531,"PosY":-3.1950020790100098,"PosZ":-75.5999984741211,"RotY":0.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.96199798583984,"PosY":-0.10000000149011612,"PosZ":-73.177001953125,"RotY":90.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.10099792480467,"PosY":-0.06061999872326851,"PosZ":-64.49581909179688,"RotY":17.052549362182617,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-118.87000274658205,"PosY":-0.10000000149011612,"PosZ":-73.177001953125,"NPCMonsterID":1002040,"EventID":0,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-57.0099983215332,"PosY":-1.0553289651870728,"PosZ":-93.18000030517578,"RotY":315.0,"groupId":0}}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-76.20999908447266,"PosY":-3.200000047683716,"PosZ":-85.48999786376953,"NPCMonsterID":1002040,"EventID":0,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-96.44999694824219,"PosY":-1.1227320432662964,"PosZ":-92.88999938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"8":{"props":[],"npcs":[{"ID":400001,"PosX":-96.58999633789062,"PosY":-1.1200000047683716,"PosZ":-93.2699966430664,"Name":"NPC1","RotY":45.0,"NPCID":1001,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_TreasureBoxMonster_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.77999877929688,"PosY":10.279999732971191,"PosZ":-122.15000152587892,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_Portal_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-121.06600189208984,"PosY":2.759999990463257,"PosZ":-105.1959991455078,"RotY":335.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.2935028076172,"PosY":2.834203004837036,"PosZ":-107.37370300292967,"RotY":244.62950134277344,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.88160705566406,"PosY":2.834203004837036,"PosZ":-88.53624725341797,"RotY":153.60000610351565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.5,"PosY":6.820000171661377,"PosZ":-122.19000244140624,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.18392944335938,"PosY":10.329660415649414,"PosZ":-116.34329986572266,"RotY":186.8999938964844,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":-84.46299743652344,"PosY":10.279999732971191,"PosZ":-122.15000152587892,"NPCMonsterID":1002040,"EventID":0,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-137.46600341796875,"PosY":2.759999990463257,"PosZ":-104.0469970703125,"RotY":65.00000762939453,"groupId":0}}},"10":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_TreasureBoxMonster_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.33999633789064,"PosY":2.759999990463257,"PosZ":-95.19000244140624,"RotY":245.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":245.0,"PosX":-121.70999908447266,"PosY":2.759999990463257,"PosZ":-96.29000091552734,"NPCMonsterID":1002040,"EventID":0,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_TreasureBoxMonster_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":245.0,"PosX":-106.76000213623048,"PosY":5.039999961853027,"PosZ":-120.34999847412108,"NPCMonsterID":1002040,"EventID":0,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_TreasureBoxMonster_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":30.25,"PosY":3.440000057220459,"PosZ":-35.63999938964844,"RotY":252.10000610351565,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_Portal_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":16.18400001525879,"PosY":2.8440001010894775,"PosZ":-37.82699966430664,"RotY":252.10000610351565,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.640000343322754,"PosY":1.0399999618530271,"PosZ":-67.86000061035156,"RotY":-0.000014999999621068127,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":252.10000610351565,"PosX":25.239999771118164,"PosY":3.440000057220459,"PosZ":-37.2599983215332,"NPCMonsterID":1002040,"EventID":0,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-15.289999961853027,"PosY":1.0399999618530271,"PosZ":-63.31999969482422,"RotY":-0.000014999999621068127,"groupId":0}}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_TreasureBoxMonster_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":-0.000014999999621068127,"PosX":-13.239999771118164,"PosY":1.0399999618530271,"PosZ":-49.36000061035156,"NPCMonsterID":1002040,"EventID":0,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_TreasureBoxMonster_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":-0.000014999999621068127,"PosX":5.440000057220459,"PosY":2.8399999141693115,"PosZ":-36.61000061035156,"NPCMonsterID":1002040,"EventID":0,"groupId":14,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"15":{"props":[],"npcs":[{"ID":400001,"PosX":15.5,"PosY":2.8399999141693115,"PosZ":-50.51900100708008,"Name":"NPC1","RotY":304.61199951171875,"NPCID":1001,"groupId":15,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"16":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.878000020980835,"PosY":2.8437659740448,"PosZ":-101.86100006103516,"RotY":109.04830169677734,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_Portal_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.4984169006347656,"PosY":2.9368720054626465,"PosZ":-100.8093032836914,"RotY":287.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":42.72999954223633,"PosY":3.4839000701904297,"PosZ":-115.45999908447266,"RotY":288.0,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":10.954999923706056,"PosY":2.8437659740448,"PosZ":-100.04199981689452,"RotY":135.00010681152344,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Tutorial_PickMachine.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":15.871000289916992,"PosY":2.8437659740448,"PosZ":-102.70899963378906,"RotY":209.99609375,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":15.014129638671877,"PosY":2.8437659740448,"PosZ":-102.89849853515624,"RotY":209.99609375,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":15.590999603271484,"PosY":2.8437659740448,"PosZ":-103.3926010131836,"RotY":209.9987945556641,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.515000104904175,"PosY":2.940000057220459,"PosZ":-100.82599639892578,"RotY":288.0172119140625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.599000930786133,"PosY":2.8642001152038574,"PosZ":-99.85198974609376,"RotY":197.1578063964844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":42.65999984741211,"PosY":3.484999895095825,"PosZ":-115.52999877929688,"RotY":288.0172119140625,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":42.74760055541992,"PosY":3.484999895095825,"PosZ":-115.47589874267578,"RotY":288.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":19.72599983215332,"PosY":3.443763017654419,"PosZ":-108.08499908447266,"RotY":290.0,"groupId":0}}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-124.25,"PosY":-0.10108800232410432,"PosZ":-73.177001953125,"RotY":90.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_Portal_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-106.98999786376952,"PosY":-1.5399999618530271,"PosZ":-92.23999786376953,"RotY":90.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.779998779296875,"PosY":-1.4579999446868896,"PosZ":-59.189998626708984,"RotY":44.999969482421875,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.08000183105469,"PosY":-1.4225850105285645,"PosZ":-59.380001068115234,"RotY":315.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.96199798583984,"PosY":-0.10000000149011612,"PosZ":-73.177001953125,"RotY":90.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.10099792480467,"PosY":-0.06061999872326851,"PosZ":-64.49581909179688,"RotY":17.052549362182617,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-88.28999328613281,"PosY":-2.9625890254974365,"PosZ":-84.68000030517578,"RotY":225.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Tutorial_BlockLine.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-105.4459991455078,"PosY":-1.5442990064620972,"PosZ":-92.59700012207033,"RotY":97.64559173583984,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Tutorial_BlockLine.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.87000274658205,"PosY":-0.10000000149011612,"PosZ":-73.177001953125,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-118.87000274658205,"PosY":-0.10000000149011612,"PosZ":-73.177001953125,"NPCMonsterID":1002040,"EventID":0,"groupId":18,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-57.0099983215332,"PosY":-1.0553289651870728,"PosZ":-93.18000030517578,"RotY":315.0,"groupId":0}}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.3000030517578,"PosY":18.597700119018555,"PosZ":-73.30000305175781,"RotY":90.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_Portal_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.68000030517578,"PosY":18.260000228881836,"PosZ":-82.93000030517578,"RotY":193.8354034423828,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.02000045776367,"PosY":18.60099983215332,"PosZ":-73.08000183105469,"RotY":90.00005340576172,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Tutorial_BlockLine.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.2699966430664,"PosY":18.979999542236328,"PosZ":-73.29000091552734,"RotY":90.00005340576172,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Tutorial_BlockLine.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.98855972290039,"PosY":18.68267059326172,"PosZ":-92.47281646728516,"RotY":118.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.30999755859376,"PosY":18.597700119018555,"PosZ":-73.30000305175781,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.04000091552734,"PosY":18.663999557495117,"PosZ":-78.22000122070312,"RotY":209.99609375,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-114.30999755859376,"PosY":18.597700119018555,"PosZ":-73.30000305175781,"NPCMonsterID":1002040,"EventID":0,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-42.97999954223633,"PosY":18.610000610351562,"PosZ":-91.37999725341797,"RotY":345.0,"groupId":0}}},"21":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":1.950000047683716,"PosY":2.8399999141693115,"PosZ":-102.2300033569336,"RotY":110.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_Portal_Final.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":42.72999954223633,"PosY":3.4839000701904297,"PosZ":-115.45999908447266,"RotY":288.0,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.4984169006347656,"PosY":2.9368720054626465,"PosZ":-100.8093032836914,"RotY":106.95159912109376,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":110.0,"PosX":8.359999656677246,"PosY":2.8399999141693115,"PosZ":-104.08999633789064,"NPCMonsterID":1002040,"EventID":0,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":34.06999969482422,"PosY":3.44375991821289,"PosZ":-113.45999908447266,"RotY":290.0,"groupId":0}}},"29":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.159999847412109,"PosY":2.8399999141693115,"PosZ":-100.01000213623048,"RotY":110.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_FinalDoor.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_BossRoomFinishToast.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":8.359999656677246,"PosY":-0.1599999964237213,"PosZ":-104.08999633789064,"RotY":110.0,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":8.359999656677246,"PosY":2.8399999141693115,"PosZ":-104.08999633789064,"RotY":110.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":42.72999954223633,"PosY":3.4839000701904297,"PosZ":-115.45999908447266,"RotY":288.0,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.4984169006347656,"PosY":2.9368720054626465,"PosZ":-100.8093032836914,"RotY":106.95159912109376,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":110.0,"PosX":8.359999656677246,"PosY":2.8399999141693115,"PosZ":-104.08999633789064,"NPCMonsterID":1002040,"EventID":0,"groupId":29,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":24.735000610351562,"PosY":3.44375991821289,"PosZ":-109.69499969482422,"RotY":290.0,"groupId":0}}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.94300079345702,"PosY":10.27694034576416,"PosZ":-120.18699645996094,"RotY":239.99969482421875,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.22899627685548,"PosY":2.81447696685791,"PosZ":-113.50599670410156,"RotY":303.0340881347656,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.05999755859375,"PosY":10.27694034576416,"PosZ":-124.0199966430664,"RotY":284.9996032714844,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.5,"PosY":6.820000171661377,"PosZ":-122.19000244140624,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.88160705566406,"PosY":2.834203004837036,"PosZ":-88.53624725341797,"RotY":331.0215148925781,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.18392944335938,"PosY":10.329660415649414,"PosZ":-116.34329986572266,"RotY":7.983527183532715,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-83.5199966430664,"PosY":10.27694034576416,"PosZ":-122.04000091552734,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":-83.5199966430664,"PosY":10.27694034576416,"PosZ":-122.04000091552734,"NPCMonsterID":1002040,"EventID":0,"groupId":31,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-138.89930725097656,"PosY":2.7616980075836186,"PosZ":-104.36849975585938,"RotY":89.99993133544922,"groupId":0}}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":329.964111328125,"PosX":-123.56999969482422,"PosY":2.7617340087890625,"PosZ":-105.09999847412108,"NPCMonsterID":1002040,"EventID":0,"groupId":32,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":29.96405982971191,"PosX":-107.19000244140624,"PosY":5.0382890701293945,"PosZ":-122.33999633789064,"NPCMonsterID":1002040,"EventID":0,"groupId":33,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"34":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.8199999928474425,"PosY":2.8437659740448,"PosZ":-101.84999847412108,"RotY":107.04660034179688,"PropID":1021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":10.920000076293944,"PosY":2.8437659740448,"PosZ":-100.11000061035156,"RotY":135.00010681152344,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":15.600000381469728,"PosY":2.8437659740448,"PosZ":-103.34999847412108,"RotY":209.99609375,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":14.93000030517578,"PosY":2.8437659740448,"PosZ":-102.83999633789064,"RotY":209.99609375,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":15.960000038146973,"PosY":2.8437659740448,"PosZ":-102.7300033569336,"RotY":209.9987945556641,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":8.390000343322754,"PosY":2.8437659740448,"PosZ":-107.45999908447266,"RotY":75.0000228881836,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.515000104904175,"PosY":2.940000057220459,"PosZ":-100.82599639892578,"RotY":288.0172119140625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.599000930786133,"PosY":2.8642001152038574,"PosZ":-99.85198974609376,"RotY":197.1578063964844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":42.65999984741211,"PosY":3.484999895095825,"PosZ":-115.52999877929688,"RotY":288.0172119140625,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":42.74760055541992,"PosY":3.484999895095825,"PosZ":-115.47589874267578,"RotY":288.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":14.710000038146973,"PosY":2.8437659740448,"PosZ":-106.54000091552734,"RotY":284.9276123046875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":5.550000190734863,"PosY":2.8437659740448,"PosZ":-100.04000091552734,"Name":"NPC1","RotY":135.0,"NPCID":1013,"groupId":34,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":19.6299991607666,"PosY":3.443763017654419,"PosZ":-107.95999908447266,"RotY":288.94000244140625,"groupId":0}}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.22100067138672,"PosY":-1.4579999446868896,"PosZ":-97.59100341796876,"RotY":315.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":100.0,"PosZ":0.0,"RotY":0.0,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.19000244140625,"PosY":-3.1950020790100098,"PosZ":-76.02999877929688,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.88999938964844,"PosY":-3.1950020790100098,"PosZ":-85.94000244140625,"RotY":90.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.099998474121094,"PosY":-1.0553300380706787,"PosZ":-92.88899993896484,"RotY":315.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":315.0,"PosX":-57.099998474121094,"PosY":-1.0553300380706787,"PosZ":-92.88899993896484,"NPCMonsterID":1002040,"EventID":0,"groupId":35,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-66.23999786376953,"PosY":-3.1950020790100098,"PosZ":-83.80999755859375,"RotY":135.0,"groupId":0}}},"37":{"props":[{"ID":300039,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.862998962402344,"PosY":17.689699172973633,"PosZ":-62.867000579833984,"RotY":343.5,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300040,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.33100128173828,"PosY":17.65570068359375,"PosZ":-86.50800323486328,"RotY":160.8614044189453,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300041,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.1251983642578,"PosY":2.699700117111206,"PosZ":-33.1297492980957,"RotY":207.33189392089844,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P80001_F80001003":{"teleports":{},"group_items":{"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_TreasureBoxMonster_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":30.280000686645508,"PosY":80.28620910644531,"PosZ":99.22000122070312,"RotY":269.9999084472656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_Portal_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":16.398000717163086,"PosY":79.62589263916016,"PosZ":92.32499694824219,"RotY":269.9999084472656,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":39.875999450683594,"PosY":80.27200317382812,"PosZ":99.16899871826172,"RotY":270.0,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.65775299072266,"PosZ":113.9302978515625,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":269.9999084472656,"PosX":25.3799991607666,"PosY":80.28620910644531,"PosZ":99.22000122070312,"NPCMonsterID":1002040,"EventID":0,"groupId":2,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":8.680000305175781,"PosY":76.71813201904298,"PosZ":58.06999969482422,"RotY":-0.000014999999621068127,"groupId":0}}},"3":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_TreasureBoxMonster_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":7.025000095367432,"PosY":79.62551879882812,"PosZ":81.19999694824219,"RotY":180.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":180.0,"PosX":8.75,"PosY":79.62551879882812,"PosZ":79.4000015258789,"NPCMonsterID":1002040,"EventID":0,"groupId":3,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_TreasureBoxMonster_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":9.130000114440918,"PosY":79.62999725341797,"PosZ":99.38999938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":4,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_TreasureBoxMonster_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":174.1199951171875,"PosY":77.06999969482422,"PosZ":93.47000122070312,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_Portal_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":171.78500366210938,"PosY":82.60003662109375,"PosZ":122.26499938964844,"RotY":-0.000014999999621068127,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":179.88299560546875,"PosY":77.01577758789062,"PosZ":95.97000122070312,"RotY":90.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":163.9730987548828,"PosY":82.89737701416016,"PosZ":156.19700622558594,"RotY":90.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":0.0,"PosX":174.1199951171875,"PosY":77.06999969482422,"PosZ":98.51000213623047,"NPCMonsterID":1002040,"EventID":0,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":170.18099975585938,"PosY":82.81999969482422,"PosZ":156.19500732421875,"RotY":90.0,"groupId":0}}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_TreasureBoxMonster_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":188.52000427246097,"PosY":82.81999969482422,"PosZ":152.64999389648438,"NPCMonsterID":1002040,"EventID":0,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_TreasureBoxMonster_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":174.04200744628906,"PosY":82.81999969482422,"PosZ":129.2689971923828,"NPCMonsterID":1002040,"EventID":0,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"8":{"props":[],"npcs":[{"ID":400001,"PosX":192.75,"PosY":82.81999969482422,"PosZ":131.1300048828125,"Name":"NPC1","RotY":337.5148010253906,"NPCID":1001,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":126.09999847412108,"PosY":80.47100067138672,"PosZ":121.7300033569336,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_Portal_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":125.99009704589844,"PosY":80.51331329345702,"PosZ":103.86599731445312,"RotY":0.5305719971656799,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":125.96610260009766,"PosY":80.50321960449219,"PosZ":126.90170288085938,"RotY":0.5305719971656799,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":124.5019989013672,"PosY":80.4418716430664,"PosZ":117.08000183105467,"Name":"NPC1","RotY":151.27879333496094,"NPCID":1013,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":125.98799896240234,"PosY":80.4418716430664,"PosZ":107.98899841308594,"RotY":0.5305719971656799,"groupId":0}}},"10":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":179.88299560546875,"PosY":77.01577758789062,"PosZ":95.97000122070312,"RotY":90.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":205.42999267578125,"PosY":77.01608276367188,"PosZ":95.9699935913086,"RotY":90.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":203.1179962158203,"PosY":77.06999969482422,"PosZ":95.88999938964844,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_Portal_Final.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":200.0800018310547,"PosY":77.06999969482422,"PosZ":95.88999938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":184.5500030517578,"PosY":77.06999969482422,"PosZ":95.88999938964844,"RotY":90.0,"groupId":0}}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":35.2599983215332,"PosY":80.28620910644531,"PosZ":101.30999755859376,"RotY":254.99969482421875,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":16.190000534057617,"PosY":79.62589263916016,"PosZ":102.61000061035156,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":7.074999809265137,"PosY":79.62552642822266,"PosZ":79.86599731445312,"RotY":270.0000915527344,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":35.29999923706055,"PosY":80.28620910644531,"PosZ":97.52999877929688,"RotY":284.9996032714844,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":6.326000213623047,"PosY":76.68665313720702,"PosZ":62.9119987487793,"RotY":89.99989318847656,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":31.860000610351562,"PosY":80.28620910644531,"PosZ":99.33000183105469,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":8.729999542236328,"PosY":79.65775299072266,"PosZ":84.61000061035156,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.58399963378906,"PosZ":87.8179931640625,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.65775299072266,"PosZ":113.9302978515625,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.58399963378906,"PosZ":110.66600036621094,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":39.86800003051758,"PosY":80.27200317382812,"PosZ":99.23799896240233,"RotY":270.0,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":39.867000579833984,"PosY":80.3270034790039,"PosZ":99.24101257324219,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":31.860000610351562,"PosY":80.28620910644531,"PosZ":99.33000183105469,"NPCMonsterID":1002040,"EventID":0,"groupId":18,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":8.621999740600586,"PosY":76.71820068359375,"PosZ":54.880001068115234,"RotY":0.0,"groupId":0}}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":179.96409606933594,"PosX":8.688102722167969,"PosY":76.6769790649414,"PosZ":69.20478820800781,"NPCMonsterID":1002040,"EventID":0,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":359.964111328125,"PosX":8.640000343322754,"PosY":79.62589263916016,"PosZ":93.80000305175781,"NPCMonsterID":1002040,"EventID":0,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":7.130000114440918,"PosY":76.64382934570312,"PosZ":153.27999877929688,"RotY":165.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":10.239999771118164,"PosY":76.66075134277344,"PosZ":153.38999938964844,"RotY":195.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":8.74380874633789,"PosY":76.72210693359375,"PosZ":133.1156005859375,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":8.741621971130371,"PosY":76.70823669433594,"PosZ":156.01699829101565,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":11.347000122070312,"PosY":76.66075897216797,"PosZ":139.3459930419922,"RotY":270.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":5.769999980926514,"PosY":76.70234680175781,"PosZ":139.2100067138672,"RotY":270.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":125.96610260009766,"PosY":80.46080017089844,"PosZ":129.01199340820312,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":8.699999809265137,"PosY":77.12664794921875,"PosZ":141.10000610351565,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.65775299072266,"PosZ":113.9302978515625,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.58399963378906,"PosZ":110.66600036621094,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"}],"npcs":[{"ID":400001,"PosX":10.784000396728516,"PosY":76.70243835449219,"PosZ":150.01699829101565,"Name":"NPC1","RotY":195.0,"NPCID":3013,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":8.763999938964844,"PosY":76.66325378417967,"PosZ":133.94000244140625,"RotY":0.0,"groupId":0}}},"22":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":158.13999938964844,"PosY":77.01708221435547,"PosZ":95.70472717285156,"RotY":89.99994659423828,"PropID":1021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":167.74000549316406,"PosY":77.01687622070312,"PosZ":100.66000366210938,"RotY":119.99990081787108,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":173.24000549316406,"PosY":77.01666259765625,"PosZ":99.6399917602539,"RotY":209.99609375,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":173.25,"PosY":77.0170669555664,"PosZ":98.91999816894531,"RotY":209.99609375,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":172.5500030517578,"PosY":77.01651763916016,"PosZ":99.27999114990233,"RotY":209.99609375,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":167.35000610351565,"PosY":77.01583099365236,"PosZ":92.75,"RotY":44.999969482421875,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":125.99009704589844,"PosY":80.51331329345702,"PosZ":103.86599731445312,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":125.96610260009766,"PosY":80.46080017089844,"PosZ":129.01199340820312,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":184.02999877929688,"PosY":77.01690673828125,"PosZ":95.77999877929688,"RotY":89.99999237060547,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":174.07000732421875,"PosY":77.05293273925781,"PosZ":102.16999816894533,"RotY":0.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":162.1699981689453,"PosY":77.01718139648438,"PosZ":98.75,"Name":"NPC1","RotY":105.00009918212892,"NPCID":1013,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":178.0399932861328,"PosY":77.01667785644531,"PosZ":95.72000122070312,"RotY":270.0,"groupId":0}}},"23":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":243.0399932861328,"PosY":79.61885833740233,"PosZ":98.57998657226562,"RotY":255.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_FinalDoor.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_BossRoomFinishToast.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":239.63999938964844,"PosY":75.94999694824219,"PosZ":95.63910675048828,"RotY":269.9999084472656,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":237.35000610351565,"PosY":78.4945068359375,"PosZ":95.52999114990233,"RotY":269.9999084472656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":243.91000366210935,"PosY":79.790771484375,"PosZ":95.91999816894531,"RotY":89.99999237060547,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":215.47000122070312,"PosY":77.01627349853516,"PosZ":95.91999053955078,"RotY":89.99999237060547,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":269.9999084472656,"PosX":237.35000610351565,"PosY":78.4945068359375,"PosZ":95.52999114990233,"NPCMonsterID":1002040,"EventID":0,"groupId":23,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":221.4199981689453,"PosY":77.01632690429688,"PosZ":95.62000274658203,"RotY":90.0,"groupId":0}}}}},"P80112_F80112001":{"teleports":{"2219":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":9.251999855041504,"PosY":0.6079999804496765,"PosZ":0.0,"RotY":0.0,"PropID":1003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2219,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chapter00_RogueEntry_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},"2220":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":9.251999855041504,"PosY":0.6079999804496765,"PosZ":0.0,"RotY":0.0,"PropID":1003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2220,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chapter00_RogueEntry_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"3":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.013999938964844,"PosY":1.899999976158142,"PosZ":0.0,"RotY":0.0,"PropID":107,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Town/Town_Chapter01_Entry.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.869999885559082,"PosY":0.0,"PosZ":-4.329999923706055,"RotY":0.0,"PropID":100060,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_HertaPhoto_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":5.71999979019165,"PosY":0.20100000500679016,"PosZ":-7.552999973297118,"RotY":0.0,"PropID":1005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_MechanicalArm_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":7.743000030517577,"PosY":0.20499999821186063,"PosZ":7.556000232696533,"RotY":180.0,"PropID":1005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":9.48900032043457,"PosY":1.7860000133514404,"PosZ":0.023000000044703484,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"4":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.3359999656677246,"PosY":0.23999999463558197,"PosZ":-1.9340000152587893,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Town_Chap01_Pickups_Normal_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":15.206629753112791,"PosY":0.4735040068626404,"PosZ":81.10913848876953,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":10.81999969482422,"PosY":3.009999990463257,"PosZ":0.019999999552965164,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":1.6679999828338623,"PosY":1.133999943733215,"PosZ":4.234000205993652,"RotY":0.0,"groupId":0}}},"14":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":9.251999855041504,"PosY":0.6079999804496765,"PosZ":0.0,"RotY":0.0,"PropID":1003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2219,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chapter00_RogueEntry_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"15":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":9.251999855041504,"PosY":0.6079999804496765,"PosZ":0.0,"RotY":0.0,"PropID":1003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2220,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chapter00_RogueEntry_03.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":1.7920000553131104,"PosY":14.229999542236328,"PosZ":5.577000141143799,"RotY":135.60009765625,"groupId":0},"2":{"ID":2,"PosX":1.4850000143051147,"PosY":13.088000297546388,"PosZ":3.7899999618530273,"RotY":135.60009765625,"groupId":0}}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.491000056266785,"PosY":2.0269999504089355,"PosZ":8.760000228881836,"RotY":0.0,"PropID":120,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_ReadingProps_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.929999828338623,"PosY":2.0269999504089355,"PosZ":8.760000228881836,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.9919999837875366,"PosY":2.0269999504089355,"PosZ":8.760000228881836,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.359000205993652,"PosY":2.0269999504089355,"PosZ":8.760000228881836,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.247000217437744,"PosY":2.0269999504089355,"PosZ":8.760000228881836,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.86899995803833,"PosY":1.4670000076293943,"PosZ":-4.335999965667725,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"17":{"props":[],"npcs":[{"ID":400001,"PosX":0.44999998807907104,"PosY":0.07099100202322006,"PosZ":1.7599999904632568,"Name":"NPC1","RotY":243.92630004882812,"NPCID":1007,"groupId":17,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-5.900001049041748,"PosY":1.9999999949504854e-6,"PosZ":-3.849999904632568,"Name":"NPC2","RotY":19.042539596557617,"NPCID":10122,"groupId":17,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-3.2149999141693115,"PosY":0.07111600041389465,"PosZ":0.6019999980926514,"RotY":95.05854797363281,"groupId":0},"2":{"ID":2,"PosX":-0.7680000066757202,"PosY":0.07105600088834763,"PosZ":1.162999987602234,"RotY":61.14167022705078,"groupId":0},"3":{"ID":3,"PosX":2.3985209465026855,"PosY":4.331817150115967,"PosZ":-5.452038764953613,"RotY":57.37430953979492,"groupId":0}}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":8.800999641418457,"PosY":1.5,"PosZ":3.7820000648498535,"RotY":239.99989318847656,"PropID":1025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_Entrance.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_LobbyEntrance_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":6.960000038146973,"PosY":1.9700000286102295,"PosZ":2.6500000953674316,"RotY":56.895748138427734,"groupId":0}}}}},"P80200_F80200001":{"teleports":{},"group_items":{"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Chapter02_X201_MainMission_RoadBlock_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":47.71799850463867,"PosY":-1.3321000337600708,"PosZ":98.26000213623047,"RotY":270.0,"PropID":102037,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":22.709999084472656,"PosY":7.036217212677002,"PosZ":-108.63099670410156,"RotY":89.99996185302734,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.8999999761581421,"PosY":7.036217212677002,"PosZ":-108.61000061035156,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":7.210000038146973,"PosY":4.880000114440918,"PosZ":-136.7100067138672,"RotY":14.999970436096191,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":10.31999969482422,"PosY":8.525934219360352,"PosZ":-108.63999938964844,"RotY":180.0,"groupId":0}}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.0,"PosY":0.0,"PosZ":18.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":3.0,"PosY":0.0,"PosZ":18.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":10.270000457763672,"PosY":4.876644134521484,"PosZ":-129.99000549316406,"NPCMonsterID":1002040,"EventID":0,"groupId":32,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.6600022315979,"PosY":5.235960006713867,"PosZ":-56.119998931884766,"RotY":180.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.970999717712402,"PosY":7.086215972900391,"PosZ":-103.06999969482422,"RotY":180.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.738000869750977,"PosY":5.235957145690918,"PosZ":-73.80500030517578,"RotY":89.99993896484375,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.38998031616211,"PosY":5.2359538078308105,"PosZ":-88.12001037597656,"RotY":-0.000043000000005122274,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.9960010051727295,"PosY":5.235951900482178,"PosZ":-67.90299987792969,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.149999618530272,"PosY":5.235949993133545,"PosZ":-72.24899291992188,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.7239999771118164,"PosY":5.235949993133545,"PosZ":-73.74500274658203,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.9960000514984126,"PosY":5.235950946807861,"PosZ":-68.74299621582031,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.083999633789064,"PosY":5.235949993133545,"PosZ":-71.09100341796875,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.7239990234375,"PosY":5.235949993133545,"PosZ":-74.61499786376953,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-8.390000343322754,"PosY":5.199999809265137,"PosZ":-64.12000274658203,"RotY":180.0,"groupId":0}}},"35":{"props":[],"npcs":[{"ID":400001,"PosX":-11.389989852905272,"PosY":5.199999809265137,"PosZ":-82.12000274658203,"Name":"NPC1","RotY":14.999950408935549,"NPCID":3013,"groupId":35,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.650000095367432,"PosY":5.235959053039551,"PosZ":-56.7400016784668,"RotY":-0.000052999999752501026,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.579999923706056,"PosY":-1.1473209857940674,"PosZ":-14.909999847412108,"RotY":-0.000052999999752501026,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.909999847412108,"PosY":-1.1473380327224731,"PosZ":-20.170000076293945,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.959999084472656,"PosY":-1.1473729610443115,"PosZ":-28.170000076293945,"RotY":-0.000052999999752501026,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.619999885559082,"PosY":-1.1473619937896729,"PosZ":-28.209999084472656,"RotY":-0.000052999999752501026,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.93000030517578,"PosY":-1.1473569869995115,"PosZ":-26.13999938964844,"RotY":-0.000052999999752501026,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.959999084472656,"PosY":-1.1473710536956787,"PosZ":-27.329999923706055,"RotY":-0.000052999999752501026,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.619998931884766,"PosY":-1.1473599672317505,"PosZ":-28.2189998626709,"RotY":-0.000052999999752501026,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.93000030517578,"PosY":-1.1473540067672727,"PosZ":-25.270000457763672,"RotY":-0.000052999999752501026,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-11.43000030517578,"PosY":5.235960960388184,"PosZ":-50.18000030517578,"RotY":-0.000052999999752501026,"groupId":0}}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.430020332336426,"PosY":-1.7999999523162842,"PosZ":-26.15999984741211,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.430020332336426,"PosY":-1.7999999523162842,"PosZ":-26.15999984741211,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":-11.270000457763672,"PosY":-1.1473540067672727,"PosZ":-25.3799991607666,"NPCMonsterID":1002040,"EventID":0,"groupId":38,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"39":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.300000190734864,"PosY":7.036215782165527,"PosZ":-108.68000030517578,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.880000114440918,"PosY":5.285937786102295,"PosZ":-92.19000244140624,"RotY":180.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.709999084472656,"PosY":4.022637844085693,"PosZ":-90.63999938964844,"RotY":180.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"40":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.43000030517578,"PosY":5.563899993896484,"PosZ":-108.91999816894533,"RotY":90.00000762939453,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.670000076293945,"PosY":7.036218166351318,"PosZ":-113.13999938964844,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.43000030517578,"PosY":7.036215782165527,"PosZ":-104.0,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.40999984741211,"PosY":7.036217212677002,"PosZ":-113.08999633789064,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.510000228881836,"PosY":7.036217212677002,"PosZ":-113.13999938964844,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.211000442504883,"PosY":7.036215782165527,"PosZ":-104.0,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.280000686645508,"PosY":7.036217212677002,"PosZ":-113.08999633789064,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-17.90999984741211,"PosY":7.036217212677002,"PosZ":-108.69000244140624,"RotY":270.0,"groupId":0}}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.12300109863281,"PosY":5.562446117401123,"PosZ":-106.21900177001952,"RotY":105.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.12300109863281,"PosY":5.562446117401123,"PosZ":-106.21900177001952,"RotY":105.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":105.0,"PosX":-37.12300109863281,"PosY":5.562446117401123,"PosZ":-106.21900177001952,"NPCMonsterID":1002040,"EventID":0,"groupId":41,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.15999984741211,"PosY":5.562446117401123,"PosZ":-110.83999633789064,"RotY":74.99999237060547,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":74.99999237060547,"PosX":-37.15999984741211,"PosY":5.562446117401123,"PosZ":-110.83999633789064,"NPCMonsterID":1002040,"EventID":0,"groupId":42,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"43":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":80.72799682617188,"PosY":2.313761949539185,"PosZ":104.75,"RotY":180.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":60.849998474121094,"PosY":5.000658988952637,"PosZ":74.04000091552734,"RotY":89.99992370605469,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":79.16002655029298,"PosY":2.2899999618530273,"PosZ":73.51000213623047,"RotY":-0.000043000000005122274,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":71.44000244140625,"PosY":2.2899999618530273,"PosZ":83.41000366210938,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":82.83999633789062,"PosY":2.2899999618530273,"PosZ":90.79100799560547,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":72.29000091552734,"PosY":2.2899999618530273,"PosZ":83.0,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":71.44000244140625,"PosY":2.2899999618530273,"PosZ":82.57000732421875,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":82.83999633789062,"PosY":2.2899999618530273,"PosZ":90.01000213623047,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":81.95999908447266,"PosY":2.2899999618530273,"PosZ":90.37999725341797,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":79.16000366210938,"PosY":2.2899999618530273,"PosZ":97.51000213623047,"RotY":180.0,"groupId":0}}},"45":{"props":[],"npcs":[{"ID":400001,"PosX":76.16001892089844,"PosY":2.2312779426574707,"PosZ":79.51000213623047,"Name":"NPC1","RotY":14.999950408935549,"NPCID":3013,"groupId":45,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.38999938964844,"PosY":5.235957145690918,"PosZ":-73.81800079345702,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.709999084472656,"PosY":4.022637844085693,"PosZ":-90.63999938964844,"RotY":180.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.140010833740234,"PosY":6.750508785247803,"PosZ":-81.4900131225586,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-36.13999938964844,"PosY":3.929908990859986,"PosZ":-81.4900131225586,"RotY":270.0,"groupId":0}}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.13999938964844,"PosY":6.761593818664551,"PosZ":-78.48999786376953,"RotY":105.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.13999938964844,"PosY":6.761593818664551,"PosZ":-78.48999786376953,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":105.0,"PosX":-54.13999938964844,"PosY":6.761593818664551,"PosZ":-78.48999786376953,"NPCMonsterID":1002040,"EventID":0,"groupId":48,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.390002250671387,"PosY":5.199999809265137,"PosZ":-86.12000274658203,"RotY":9.999999747378752e-6,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.390000820159912,"PosY":5.199999809265137,"PosZ":-76.62000274658203,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.390000820159912,"PosY":5.199999809265137,"PosZ":-75.62000274658203,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.390000820159912,"PosY":5.199999809265137,"PosZ":-76.12000274658203,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.390000343322754,"PosY":5.199999809265137,"PosZ":-76.12000274658203,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.390000343322754,"PosY":5.199999809265137,"PosZ":-76.62000274658203,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.390000343322754,"PosY":5.199999809265137,"PosZ":-75.62000274658203,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-8.390000343322754,"PosY":5.199999809265137,"PosZ":-64.12000274658203,"RotY":180.0,"groupId":0}}}}},"P80200_F80200002":{"teleports":{},"group_items":{"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":8.735172271728516,"PosY":79.65775299072266,"PosZ":113.93170166015624,"RotY":0.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":63.47600173950195,"PosY":80.22297668457033,"PosZ":118.375,"RotY":90.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":75.33000183105469,"PosY":78.66100311279298,"PosZ":140.10699462890625,"RotY":90.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":130.86500549316406,"PosY":78.73309326171875,"PosZ":139.7100067138672,"RotY":90.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":67.64600372314453,"PosY":80.0,"PosZ":110.34999847412108,"RotY":0.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":67.68000030517578,"PosY":79.9800033569336,"PosZ":88.23999786376953,"RotY":0.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":72.02999877929688,"PosY":80.22299194335938,"PosZ":80.05500030517578,"RotY":90.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":44.10200119018555,"PosY":80.22297668457033,"PosZ":108.1999969482422,"RotY":0.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":125.99299621582033,"PosY":80.47244262695312,"PosZ":107.66600036621094,"RotY":0.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":128.0,"PosY":80.47244262695312,"PosZ":109.62999725341795,"RotY":0.0,"PropID":60004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":126.0,"PosY":80.47244262695312,"PosZ":109.62999725341795,"RotY":0.0,"PropID":60005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":123.75,"PosY":80.47244262695312,"PosZ":109.62999725341795,"RotY":0.0,"PropID":60006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":8.758999824523926,"PosY":76.7181167602539,"PosZ":54.72185897827149,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvDesAreaMark.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":10.675999641418455,"PosY":76.68663787841797,"PosZ":61.3650016784668,"RotY":240.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":8.768973350524902,"PosY":76.7049331665039,"PosZ":66.22000122070312,"RotY":0.0,"PropID":913,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvAreaReady.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EntranceBlockLine_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":125.98690032958984,"PosY":80.50055694580078,"PosZ":115.41429901123048,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvTransform.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":8.760000228881836,"PosY":76.7181167602539,"PosZ":53.297271728515625,"RotY":0.0,"groupId":0}}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":8.725000381469727,"PosY":79.62551879882812,"PosZ":80.5979995727539,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":6.955783843994141,"PosY":79.62589263916016,"PosZ":91.47541046142578,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":13.909999847412108,"PosY":79.62589263916016,"PosZ":102.62000274658205,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":3.509998083114624,"PosY":79.62589263916016,"PosZ":105.43000030517578,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":5.480000019073486,"PosY":79.62589263916016,"PosZ":105.58000183105467,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":4.4000020027160645,"PosY":79.62589263916016,"PosZ":106.94000244140624,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":31.09000015258789,"PosY":80.28620910644531,"PosZ":96.8499984741211,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":42.6609992980957,"PosY":80.22297668457033,"PosZ":104.64600372314452,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":43.95000076293945,"PosY":80.22297668457033,"PosZ":106.34999847412108,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":45.50699996948242,"PosY":80.22297668457033,"PosZ":104.94400024414064,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":44.97999954223633,"PosY":80.22297668457033,"PosZ":79.95999908447266,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":62.720001220703125,"PosY":80.22299194335938,"PosZ":81.56999969482422,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":66.36000061035156,"PosY":80.22297668457033,"PosZ":79.05999755859375,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":69.86801147460938,"PosY":80.22297668457033,"PosZ":119.06710052490234,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":88.26799774169922,"PosY":75.79292297363281,"PosZ":120.29100036621094,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":90.48999786376953,"PosY":75.79292297363281,"PosZ":117.0469970703125,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":79.12571716308594,"PosY":78.66100311279298,"PosZ":138.52000427246094,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":79.56999969482422,"PosY":78.66100311279298,"PosZ":140.17599487304688,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":78.12000274658203,"PosY":78.66100311279298,"PosZ":141.57000732421875,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":88.98999786376953,"PosY":78.66100311279298,"PosZ":139.4600067138672,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":106.41999816894533,"PosY":78.66100311279298,"PosZ":141.4600067138672,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":106.0199966430664,"PosY":78.66100311279298,"PosZ":132.0229949951172,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":104.5530014038086,"PosY":78.66100311279298,"PosZ":130.2100067138672,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":125.83399963378906,"PosY":78.66100311279298,"PosZ":143.91299438476565,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":126.01000213623048,"PosY":80.48222351074219,"PosZ":117.38999938964844,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":128.5500030517578,"PosY":80.47242736816406,"PosZ":120.83000183105467,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":123.37000274658205,"PosY":80.47242736816406,"PosZ":120.79000091552734,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":127.27999877929688,"PosY":80.47242736816406,"PosZ":119.23999786376952,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":124.68000030517578,"PosY":80.47242736816406,"PosZ":119.26000213623048,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":67.70999908447266,"PosY":80.49819946289062,"PosZ":99.19000244140624,"RotY":0.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P80200_F80200003":{"teleports":{},"group_items":{}},"P80200_F80200004":{"teleports":{},"group_items":{}},"P80200_F80200005":{"teleports":{},"group_items":{"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-205.2599945068359,"PosY":2.96636700630188,"PosZ":-87.80999755859375,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-203.29299926757812,"PosY":2.96636700630188,"PosZ":-89.84600067138672,"RotY":90.0,"PropID":60004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-203.29299926757812,"PosY":2.96636700630188,"PosZ":-87.84600067138672,"RotY":90.0,"PropID":60005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-203.29299926757812,"PosY":2.96636700630188,"PosZ":-85.41000366210938,"RotY":90.0,"PropID":60006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.27999877929688,"PosY":-0.11522799730300903,"PosZ":-71.86000061035156,"RotY":89.9999771118164,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.97999572753906,"PosY":-0.04612800106406212,"PosZ":-73.27300262451172,"RotY":90.0,"PropID":913,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvAreaReady.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EntranceBlockLine_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-200.3999938964844,"PosY":2.96636700630188,"PosZ":-87.84600067138672,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvTransform.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-138.57000732421875,"PosY":-0.04612800106406212,"PosZ":-73.27300262451172,"RotY":90.0,"PropID":60006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-134.11700439453125,"PosY":-0.11522900313138962,"PosZ":-73.27400207519531,"RotY":269.4721984863281,"groupId":0}}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-153.9499969482422,"PosY":-4.3888840675354,"PosZ":-95.51000213623047,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-178.24000549316406,"PosY":-7.671679973602294,"PosZ":-75.51000213623047,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-152.293701171875,"PosY":-0.1626870036125183,"PosZ":-70.94000244140625,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-154.13209533691406,"PosY":-0.16268999874591827,"PosZ":-72.55000305175781,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.16009521484375,"PosY":-0.16269099712371826,"PosZ":-74.50852966308594,"RotY":270.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-151.52000427246094,"PosY":-4.3888840675354,"PosZ":-95.0199966430664,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-170.5330047607422,"PosY":-4.388882160186768,"PosZ":-93.91000366210938,"RotY":89.9999771118164,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-171.02999877929688,"PosY":-4.388881206512451,"PosZ":-87.16000366210938,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-168.74000549316406,"PosY":-4.382682800292969,"PosZ":-66.2229995727539,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-174.02099609375,"PosY":-4.382682800292969,"PosZ":-58.79999923706055,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-175.4010009765625,"PosY":-4.382681846618652,"PosZ":-60.44602966308594,"RotY":270.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-185.7100067138672,"PosY":-7.671679973602294,"PosZ":-79.69999694824219,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.85000610351565,"PosY":-7.671679973602294,"PosZ":-77.83999633789062,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.9499969482422,"PosY":-7.671679973602294,"PosZ":-76.37000274658203,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-199.1300048828125,"PosY":-4.171411037445068,"PosZ":-85.29000091552734,"RotY":45.579071044921875,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-203.3999938964844,"PosY":-4.171411037445068,"PosZ":-83.79000091552734,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-206.1269989013672,"PosY":-4.171410083770752,"PosZ":-90.57795715332033,"RotY":54.5531005859375,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-202.2899932861328,"PosY":-4.154541015625,"PosZ":-92.19999694824219,"RotY":6.097068786621094,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-209.2400054931641,"PosY":-0.17768099904060364,"PosZ":-70.74002838134766,"RotY":270.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-211.0099945068359,"PosY":-0.17767900228500366,"PosZ":-68.81099700927734,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-187.69400024414065,"PosY":-0.15384399890899658,"PosZ":-94.9800033569336,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.85299682617188,"PosY":-0.17768099904060364,"PosZ":-71.35099792480469,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.8300018310547,"PosY":-0.17768199741840365,"PosZ":-72.95999908447266,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-171.6300048828125,"PosY":-0.17768099904060364,"PosZ":-67.2300033569336,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":-171.64300537109375,"PosY":-0.17768099904060364,"PosZ":-65.62000274658203,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.72000122070312,"PosY":-0.15384800732135773,"PosZ":-90.29000091552734,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-185.2400054931641,"PosY":-0.15384499728679657,"PosZ":-91.94003295898438,"RotY":180.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-198.7100067138672,"PosY":-4.171410083770752,"PosZ":-91.0199966430664,"RotY":139.1125030517578,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.07080078125,"PosY":-0.17768099904060364,"PosZ":-69.12999725341797,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-183.42999267578125,"PosY":-7.671680927276611,"PosZ":-92.01000213623047,"RotY":0.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.3300018310547,"PosY":-0.11522799730300903,"PosZ":-73.2699966430664,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvDesAreaMark.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P80200_F80200006":{"teleports":{},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":132.41000366210938,"PosY":28.4389591217041,"PosZ":-121.68000030517578,"RotY":150.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":136.82699584960938,"PosY":28.703659057617188,"PosZ":-114.14199829101564,"RotY":99.99999237060547,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":179.69000244140625,"PosY":28.39167022705078,"PosZ":-125.87000274658205,"RotY":84.8651123046875,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":127.70999908447266,"PosY":38.174949645996094,"PosZ":-94.77999877929688,"RotY":60.00001907348633,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":129.92799377441406,"PosY":38.20658874511719,"PosZ":-94.90601348876953,"RotY":60.00001907348633,"PropID":60104,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":129.13099670410156,"PosY":38.23809814453125,"PosZ":-92.88699340820312,"RotY":90.0,"PropID":60105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":129.83200073242188,"PosY":38.361961364746094,"PosZ":-90.63700866699219,"RotY":120.0,"PropID":60106,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":136.69200134277344,"PosY":28.359630584716797,"PosZ":-126.16600036621094,"RotY":300.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":138.22999572753906,"PosY":28.39756965637207,"PosZ":-123.47000122070312,"RotY":60.0,"PropID":913,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvAreaReady.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EntranceBlockLine_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":133.55999755859375,"PosY":38.199798583984375,"PosZ":-92.25,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvTransform.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":135.57000732421875,"PosY":28.39756965637207,"PosZ":-122.76000213623048,"RotY":237.73519897460935,"PropID":60105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":134.9239959716797,"PosY":28.35858917236328,"PosZ":-125.3730010986328,"RotY":60.0,"groupId":0}}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":143.3040008544922,"PosY":28.523380279541016,"PosZ":-117.66000366210938,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":152.99630737304688,"PosY":28.353269577026367,"PosZ":-127.61979675292967,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":152.0792999267578,"PosY":28.34705924987793,"PosZ":-129.81039428710938,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":144.61000061035156,"PosY":28.512739181518555,"PosZ":-118.54599761962892,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":157.1199951171875,"PosY":28.675289154052734,"PosZ":-118.83999633789064,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":161.05690002441406,"PosY":28.523149490356445,"PosZ":-132.24569702148438,"RotY":301.6101989746094,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":166.60000610351565,"PosY":28.35807991027832,"PosZ":-128.13999938964844,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":171.5225067138672,"PosY":28.417640686035156,"PosZ":-114.56790161132812,"RotY":58.31576919555664,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":170.16810607910156,"PosY":28.44537925720215,"PosZ":-114.39250183105467,"RotY":328.3157958984375,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":170.36300659179688,"PosY":32.754608154296875,"PosZ":-99.4280014038086,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":168.72999572753906,"PosY":33.05257034301758,"PosZ":-96.62001037597656,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":172.8325958251953,"PosY":32.41864013671875,"PosZ":-108.91690063476564,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":172.4499969482422,"PosY":32.41790008544922,"PosZ":-109.95819854736328,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":172.18020629882812,"PosY":32.43088150024414,"PosZ":-107.99140167236328,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":158.89999389648438,"PosY":32.46364974975586,"PosZ":-98.9000015258789,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":137.59100341796875,"PosY":32.446128845214844,"PosZ":-105.21700286865234,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":138.2429962158203,"PosY":32.44586944580078,"PosZ":-102.13899993896484,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":160.8509979248047,"PosY":35.54233932495117,"PosZ":-92.70963287353516,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":158.30369567871094,"PosY":35.50123977661133,"PosZ":-91.3123779296875,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":141.87890625,"PosY":32.43259811401367,"PosZ":-100.83200073242188,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":159.8300018310547,"PosY":35.47792053222656,"PosZ":-91.5999984741211,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":138.2310028076172,"PosY":32.4379997253418,"PosZ":-106.2030029296875,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":160.1571044921875,"PosY":28.5712890625,"PosZ":-133.06190490722656,"RotY":301.6101989746094,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":167.40699768066406,"PosY":28.454729080200195,"PosZ":-121.19760131835938,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":147.7902069091797,"PosY":32.44976043701172,"PosZ":-104.85579681396484,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":177.6199951171875,"PosY":28.42112922668457,"PosZ":-127.25,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":177.72999572753906,"PosY":28.452959060668945,"PosZ":-128.57000732421875,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":175.72999572753906,"PosY":28.426109313964844,"PosZ":-123.34999847412108,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":165.98300170898438,"PosY":28.36260032653809,"PosZ":-128.97410583496094,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":169.79220581054688,"PosY":32.99248123168945,"PosZ":-97.3572998046875,"RotY":0.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":135.1199951171875,"PosY":28.899999618530273,"PosZ":-125.26000213623048,"RotY":60.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvDesAreaMark.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P80200_F80200007":{"teleports":{},"group_items":{"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.150001525878906,"PosY":13.642499923706056,"PosZ":-27.420000076293945,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.860000610351562,"PosY":23.830059051513672,"PosZ":-47.0260009765625,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.31999969482422,"PosY":17.96817970275879,"PosZ":-98.1760025024414,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.33999633789062,"PosY":3.8553299903869633,"PosZ":-12.449999809265137,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.35199737548828,"PosY":3.83318305015564,"PosZ":-13.782999992370604,"RotY":90.0,"PropID":60204,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.35201263427734,"PosY":3.8335540294647217,"PosZ":-12.50100040435791,"RotY":90.0,"PropID":60205,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.35199737548828,"PosY":3.833942890167236,"PosZ":-11.156999588012695,"RotY":90.0,"PropID":60206,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.550000190734863,"PosY":23.831520080566406,"PosZ":-73.55000305175781,"RotY":180.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.96999979019165,"PosY":23.872669219970703,"PosZ":-69.64875793457031,"RotY":0.0,"PropID":913,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvAreaReady.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EntranceBlockLine_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.63999938964844,"PosY":3.86087703704834,"PosZ":-12.50100040435791,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvTransform.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.199999809265137,"PosY":23.872669219970703,"PosZ":-73.87000274658203,"RotY":0.036044001579284675,"PropID":60204,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-7.978000164031982,"PosY":23.831069946289062,"PosZ":-77.85399627685547,"RotY":-0.00002700000004551839,"groupId":0}}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.833690643310547,"PosY":16.970909118652344,"PosZ":-74.1544418334961,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.62388038635254,"PosY":16.3525390625,"PosZ":-66.54161834716797,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.086063385009766,"PosY":17.96306037902832,"PosZ":-73.05000305175781,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.819730758666992,"PosY":13.866230010986328,"PosZ":-55.09186172485352,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.809999465942383,"PosY":13.689539909362791,"PosZ":-53.83000183105469,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.099998474121094,"PosY":13.57664966583252,"PosZ":-36.650001525878906,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.779998779296875,"PosY":13.574819564819336,"PosZ":-31.96299934387207,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.939998626708984,"PosY":13.596320152282717,"PosZ":-33.040000915527344,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.40142059326172,"PosY":11.13033962249756,"PosZ":-48.690799713134766,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.05426025390625,"PosY":11.131420135498049,"PosZ":-51.188011169433594,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.829879760742195,"PosY":7.473985195159912,"PosZ":-28.291980743408203,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.93878173828125,"PosY":7.470178127288819,"PosZ":-33.4032096862793,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.51000213623047,"PosY":2.771450996398926,"PosZ":-26.260000228881836,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.9000015258789,"PosY":2.811944007873535,"PosZ":-26.38999938964844,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-68.86000061035156,"PosY":2.790112018585205,"PosZ":-24.690000534057617,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.08000183105469,"PosY":2.8083279132843018,"PosZ":-33.91999816894531,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.9854097366333,"PosY":17.944990158081055,"PosZ":-71.57171630859375,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.84000015258789,"PosY":13.574830055236816,"PosZ":-37.66999816894531,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.40066909790039,"PosY":17.965150833129883,"PosZ":-84.13543701171875,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.72330093383789,"PosY":23.804519653320312,"PosZ":-50.69062042236328,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.285414218902588,"PosY":23.8079891204834,"PosZ":-49.18183898925781,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.595221996307373,"PosY":23.80179023742676,"PosZ":-50.965579986572266,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.869999885559082,"PosY":23.828529357910156,"PosZ":-59.86000061035156,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.66000366210938,"PosY":2.796031951904297,"PosZ":-32.84000015258789,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.239999771118164,"PosY":17.964120864868164,"PosZ":-93.0199966430664,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.92076015472412,"PosY":17.952600479125977,"PosZ":-88.63884735107422,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.820619583129883,"PosY":17.954559326171875,"PosZ":-92.09146118164062,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.88779830932618,"PosY":7.473985195159912,"PosZ":-31.62276077270508,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.5047492980957,"PosY":7.473983764648437,"PosZ":-28.274089813232425,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.12691116333008,"PosY":13.553370475769045,"PosZ":-48.901329040527344,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.329999923706056,"PosY":17.962860107421875,"PosZ":-73.7300033569336,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvDesAreaMark.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P80200_F80200008":{"teleports":{},"group_items":{"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.11000061035156,"PosY":0.49138298630714417,"PosZ":-7.800000190734864,"RotY":314.94659423828125,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.97999954223633,"PosY":0.49138298630714417,"PosZ":15.029999732971191,"RotY":314.94659423828125,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.672000885009766,"PosY":0.49138298630714417,"PosZ":11.338000297546388,"RotY":44.94655990600586,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.48999786376953,"PosY":3.633663892745972,"PosZ":-15.420000076293944,"RotY":0.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.32289123535156,"PosY":3.5237998962402344,"PosZ":-10.487110137939451,"RotY":44.999969482421875,"PropID":60204,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.029998779296875,"PosY":3.5237998962402344,"PosZ":-9.779999732971191,"RotY":44.999969482421875,"PropID":60205,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.73711013793945,"PosY":3.5237998962402344,"PosZ":-9.072893142700195,"RotY":44.999969482421875,"PropID":60206,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.709999084472656,"PosY":0.7437610030174256,"PosZ":8.100000381469727,"RotY":90.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.58000183105469,"PosY":3.5237998962402344,"PosZ":-7.431000232696533,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.38999938964844,"PosY":0.7437610030174256,"PosZ":9.420000076293945,"RotY":44.999969482421875,"PropID":60205,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-42.5989990234375,"PosY":0.7437580227851868,"PosZ":8.730999946594238,"RotY":225.0,"groupId":0}}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-56.48600006103515,"PosY":3.6116468906402592,"PosZ":-2.4630000591278076,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.53099822998047,"PosY":3.624898910522461,"PosZ":-7.389999866485595,"RotY":0.0,"PropID":1031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.4900016784668,"PosY":3.581921100616455,"PosZ":-7.309999942779541,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F80200008/LG_Prop_F80200008_G4_300004.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-60.55500030517578,"PosY":3.624897003173828,"PosZ":-12.265999794006348,"RotY":21.799999237060547,"groupId":0},"2":{"ID":2,"PosX":-56.48199844360352,"PosY":3.624897003173828,"PosZ":-12.269000053405762,"RotY":337.8999938964844,"groupId":0},"3":{"ID":3,"PosX":-63.430999755859375,"PosY":3.624897003173828,"PosZ":-9.371000289916992,"RotY":68.9000015258789,"groupId":0},"4":{"ID":4,"PosX":-63.43399810791016,"PosY":3.624897003173828,"PosZ":-5.323999881744385,"RotY":113.1999969482422,"groupId":0},"5":{"ID":5,"PosX":-60.5629997253418,"PosY":3.624897003173828,"PosZ":-2.443000078201294,"RotY":159.3000030517578,"groupId":0},"6":{"ID":6,"PosX":-56.48699951171875,"PosY":3.624897003173828,"PosZ":-2.450000047683716,"RotY":204.8999938964844,"groupId":0},"7":{"ID":7,"PosX":-53.61500930786133,"PosY":3.624900102615357,"PosZ":-5.310999870300293,"RotY":246.3999938964844,"groupId":0},"8":{"ID":8,"PosX":-53.61399841308594,"PosY":3.624900102615357,"PosZ":-9.392000198364258,"RotY":291.70001220703125,"groupId":0},"9":{"ID":9,"PosX":-58.53099822998047,"PosY":3.624898910522461,"PosZ":-7.389999866485595,"RotY":0.0,"groupId":0},"10":{"ID":10,"PosX":-51.83000183105469,"PosY":16.0,"PosZ":-0.9700000286102295,"RotY":226.9656982421875,"groupId":0}}}}},"P80201_F80201001":{"teleports":{},"group_items":{"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.68000030517578,"PosY":18.260000228881836,"PosZ":-82.93000030517578,"RotY":193.8354034423828,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-178.05999755859375,"PosY":-0.38999998569488525,"PosZ":-61.06999969482422,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.3300018310547,"PosY":-0.4149999916553498,"PosZ":-71.33000183105469,"RotY":270.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-169.86000061035156,"PosY":-4.599999904632568,"PosZ":-79.58000183105469,"RotY":0.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-194.5399932861328,"PosY":-0.3779999911785126,"PosZ":-69.6500015258789,"RotY":90.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.62100219726565,"PosY":-0.4000000059604645,"PosZ":-79.91999816894531,"RotY":180.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":16.71038055419922,"PosY":2.8437659740448,"PosZ":-39.694091796875,"RotY":74.99999237060547,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":40.479000091552734,"PosY":3.44375991821289,"PosZ":-31.39900016784668,"RotY":225.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":21.540000915527344,"PosY":3.443763017654419,"PosZ":-38.400001525878906,"RotY":74.99999237060547,"groupId":0}}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":32.7599983215332,"PosY":3.519700050354004,"PosZ":-37.810001373291016,"RotY":285.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":31.31999969482422,"PosY":3.542423963546753,"PosZ":-32.70000076293945,"RotY":225.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":27.76198959350586,"PosY":3.44375991821289,"PosZ":-37.84299850463867,"RotY":74.99999237060547,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":27.451990127563477,"PosY":3.44375991821289,"PosZ":-38.84299850463867,"RotY":345.0,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":28.492000579833984,"PosY":3.44375991821289,"PosZ":-38.553001403808594,"RotY":165.0,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":35.310001373291016,"PosY":3.44375991821289,"PosZ":-35.709999084472656,"Name":"NPC1","RotY":270.0000915527344,"NPCID":1013,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":16.350000381469727,"PosY":2.8437659740448,"PosZ":-107.04000091552734,"RotY":107.5,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":9.27999496459961,"PosY":2.8437659740448,"PosZ":-93.32000732421876,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":12.850000381469728,"PosY":2.8437659740448,"PosZ":-105.97000122070312,"RotY":17.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":4.981616020202637,"PosY":2.8437659740448,"PosZ":-98.28025817871094,"RotY":17.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":4.380000114440918,"PosY":2.8437659740448,"PosZ":-100.16000366210938,"RotY":17.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":2.9000000953674316,"PosY":2.8437659740448,"PosZ":-104.87999725341795,"RotY":17.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":3.4759929180145264,"PosY":2.8437659740448,"PosZ":-103.03800201416016,"RotY":17.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":13.480010032653809,"PosY":2.8437659740448,"PosZ":-104.04000091552734,"RotY":17.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":4.949999809265137,"PosY":2.8437659740448,"PosZ":-111.5,"RotY":17.5,"groupId":0}}},"18":{"props":[],"npcs":[{"ID":400001,"PosX":12.0600004196167,"PosY":2.8437659740448,"PosZ":-99.48999786376953,"Name":"NPC1","RotY":212.5,"NPCID":3013,"groupId":18,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":9.27999496459961,"PosY":2.8437659740448,"PosZ":-93.32000732421876,"RotY":167.50010681152344,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":12.850000381469728,"PosY":2.8437659740448,"PosZ":-105.97000122070312,"RotY":17.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":4.981616020202637,"PosY":2.8437659740448,"PosZ":-98.28025817871094,"RotY":17.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":4.380000114440918,"PosY":2.8437659740448,"PosZ":-100.16000366210938,"RotY":17.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":2.9000000953674316,"PosY":2.8437659740448,"PosZ":-104.87999725341795,"RotY":17.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":3.4759929180145264,"PosY":2.8437659740448,"PosZ":-103.03800201416016,"RotY":17.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":13.480010032653809,"PosY":2.8437659740448,"PosZ":-104.04000091552734,"RotY":17.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":4.949999809265137,"PosY":2.8437659740448,"PosZ":-111.5,"RotY":17.5,"groupId":0}}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":16.350000381469727,"PosY":2.8437659740448,"PosZ":-107.04000091552734,"RotY":107.5,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":41.53998947143555,"PosY":3.4766149520874023,"PosZ":-114.06999969482422,"RotY":287.5000915527344,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":25.88599967956543,"PosY":3.9251821041107178,"PosZ":-114.6790008544922,"RotY":107.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":28.60000991821289,"PosY":3.9251821041107178,"PosZ":-106.0500030517578,"RotY":287.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":30.6560001373291,"PosY":3.9251821041107178,"PosZ":-116.1790008544922,"RotY":107.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":33.37001037597656,"PosY":3.9251821041107178,"PosZ":-107.5500030517578,"RotY":287.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":35.31599044799805,"PosY":3.9251821041107178,"PosZ":-117.64900207519533,"RotY":107.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":38.029998779296875,"PosY":3.9251821041107178,"PosZ":-109.0199966430664,"RotY":287.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":21.316999435424805,"PosY":3.44375991821289,"PosZ":-108.60340118408205,"RotY":107.5,"groupId":0}}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":36.34000015258789,"PosY":3.44375991821289,"PosZ":-114.87999725341795,"RotY":302.5,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":36.34000015258789,"PosY":3.44375991821289,"PosZ":-114.87999725341795,"RotY":302.5,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":302.5,"PosX":36.34000015258789,"PosY":3.44375991821289,"PosZ":-114.87999725341795,"NPCMonsterID":1002040,"EventID":0,"groupId":25,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.97000122070312,"PosY":-3.1950020790100098,"PosZ":-61.45000076293945,"RotY":70.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-88.58999633789062,"PosY":-3.1950020790100098,"PosZ":-69.0,"RotY":20.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-106.36499786376952,"PosY":-1.5442990064620972,"PosZ":-54.0,"RotY":105.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-86.5999984741211,"PosY":-3.1950020790100098,"PosZ":-63.970001220703125,"RotY":315.0,"groupId":0}}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.54744720458984,"PosY":-1.1134270429611206,"PosZ":-52.41770935058594,"RotY":291.0137023925781,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.54744720458984,"PosY":-1.1134270429611206,"PosZ":-52.41770935058594,"RotY":291.0137023925781,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":126.01370239257812,"PosX":-97.54744720458984,"PosY":-1.1134270429611206,"PosZ":-52.41770935058594,"NPCMonsterID":1002040,"EventID":0,"groupId":32,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.91999816894533,"PosY":2.7616980075836186,"PosZ":-96.32038116455078,"RotY":256.8695983886719,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.8509979248047,"PosY":2.814507007598877,"PosZ":-101.49199676513672,"RotY":65.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.3509979248047,"PosY":2.8144750595092773,"PosZ":-102.49199676513672,"RotY":245.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-139.1929931640625,"PosY":2.7616980075836186,"PosZ":-103.57599639892578,"RotY":63.5,"groupId":0}}},"35":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.7572021484375,"PosY":2.7617340087890625,"PosZ":-98.23001098632812,"RotY":180.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-126.75,"PosY":2.8144519329071045,"PosZ":-101.25,"Name":"NPC1","RotY":273.17449951171875,"NPCID":1013,"groupId":35,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.510000228881836,"PosY":1.0394870042800903,"PosZ":-50.95000076293945,"RotY":164.99989318847656,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.915000915527344,"PosY":1.0394870042800903,"PosZ":-70.4000015258789,"RotY":225.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.329999923706056,"PosY":1.0394829511642456,"PosZ":-70.91999816894531,"RotY":285.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.229999542236328,"PosY":1.0394870042800903,"PosZ":-82.25,"RotY":15.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.663999557495117,"PosY":1.0394870042800903,"PosZ":-71.17900085449219,"RotY":255.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.399999618530273,"PosY":1.0394829511642456,"PosZ":-69.01000213623047,"RotY":15.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.734000205993652,"PosY":1.0394870042800903,"PosZ":-76.58799743652344,"RotY":60.00001907348633,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-16.850000381469727,"PosY":1.0394870042800903,"PosZ":-94.04000091552734,"RotY":15.0,"groupId":0}}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.512590408325195,"PosY":1.0395179986953735,"PosZ":-56.55350875854492,"RotY":165.81829833984375,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.512590408325195,"PosY":1.0395179986953735,"PosZ":-56.55350875854492,"RotY":165.81829833984375,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":165.81829833984375,"PosX":-18.512590408325195,"PosY":1.0395179986953735,"PosZ":-56.55350875854492,"NPCMonsterID":1002040,"EventID":0,"groupId":38,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"39":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.0902099609375,"PosY":1.0394790172576904,"PosZ":-73.87174224853516,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-9.0902099609375,"PosY":1.0394790172576904,"PosZ":-73.87174224853516,"NPCMonsterID":1002040,"EventID":0,"groupId":39,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"40":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.983059883117676,"PosY":1.0394870042800903,"PosZ":-63.86901092529297,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":195.0,"PosX":-12.983059883117676,"PosY":1.0394870042800903,"PosZ":-63.86901092529297,"NPCMonsterID":1002040,"EventID":0,"groupId":40,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"46":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.86779022216797,"PosY":-1.4658310413360596,"PosZ":-59.44260025024414,"RotY":45.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.760108947753906,"PosY":-1.145148992538452,"PosZ":-56.77299880981445,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.16902923583984,"PosY":-1.544260025024414,"PosZ":-69.29753112792969,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.22016143798828,"PosY":-1.544260025024414,"PosZ":-69.00406646728516,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.05570983886719,"PosY":-1.4580039978027344,"PosZ":-56.93907928466797,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.91902923583984,"PosY":-1.544260025024414,"PosZ":-71.25406646728516,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.12881088256836,"PosY":-1.5442609786987305,"PosZ":-67.21939086914062,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.247100830078125,"PosY":-1.4579999446868896,"PosZ":-56.0690803527832,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-43.0,"PosY":-1.544260025024414,"PosZ":-77.12000274658203,"RotY":345.0,"groupId":0}}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.397830963134766,"PosY":-1.2711509466171265,"PosZ":-49.99346923828125,"RotY":105.16179656982422,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.397830963134766,"PosY":-1.2711509466171265,"PosZ":-49.99346923828125,"RotY":105.16179656982422,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":105.16179656982422,"PosX":-53.397830963134766,"PosY":-1.2711509466171265,"PosZ":-49.99346923828125,"NPCMonsterID":1002040,"EventID":0,"groupId":48,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.209999084472656,"PosY":-1.544260025024414,"PosZ":-59.470001220703125,"RotY":157.533203125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":157.533203125,"PosX":-47.209999084472656,"PosY":-1.544260025024414,"PosZ":-59.470001220703125,"NPCMonsterID":1002040,"EventID":0,"groupId":49,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"50":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.63199996948242,"PosY":-1.544260025024414,"PosZ":-58.571998596191406,"RotY":165.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":165.0,"PosX":-44.63199996948242,"PosY":-1.544260025024414,"PosZ":-58.571998596191406,"NPCMonsterID":1002040,"EventID":0,"groupId":50,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.87000274658203,"PosY":18.663999557495117,"PosZ":-77.41999816894531,"RotY":20.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.98999786376953,"PosY":18.663999557495117,"PosZ":-68.9800033569336,"RotY":340.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"69":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.619998931884766,"PosY":18.611230850219727,"PosZ":-71.16999816894531,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.790000915527344,"PosY":18.94202995300293,"PosZ":-70.23999786376953,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.790000915527344,"PosY":18.942039489746097,"PosZ":-76.23999786376953,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.790000915527344,"PosY":18.94202995300293,"PosZ":-70.23999786376953,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.61000061035156,"PosY":18.94202995300293,"PosZ":-70.23999786376953,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.66899871826172,"PosY":18.942039489746097,"PosZ":-76.23999786376953,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.58000183105469,"PosY":18.94202995300293,"PosZ":-70.23999786376953,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-61.619998931884766,"PosY":18.94202995300293,"PosZ":-73.23999786376953,"RotY":90.00000762939453,"groupId":0}}},"70":{"props":[],"npcs":[{"ID":400001,"PosX":-43.619998931884766,"PosY":18.94202995300293,"PosZ":-76.23999786376953,"Name":"NPC1","RotY":285.0,"NPCID":3013,"groupId":70,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"71":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.619998931884766,"PosY":18.94202995300293,"PosZ":-76.23999786376953,"RotY":285.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.619998931884766,"PosY":18.94202995300293,"PosZ":-73.23999786376953,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":285.0,"PosX":-43.619998931884766,"PosY":18.94202995300293,"PosZ":-76.23999786376953,"NPCMonsterID":1002040,"EventID":0,"groupId":71,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"72":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.54999923706055,"PosY":18.663999557495117,"PosZ":-73.02999877929688,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.790000915527344,"PosY":18.94202995300293,"PosZ":-70.23999786376953,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.790000915527344,"PosY":18.942039489746097,"PosZ":-76.23999786376953,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.790000915527344,"PosY":18.94202995300293,"PosZ":-70.23999786376953,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.61000061035156,"PosY":18.94202995300293,"PosZ":-70.23999786376953,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.66899871826172,"PosY":18.942039489746097,"PosZ":-76.23999786376953,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.58000183105469,"PosY":18.94202995300293,"PosZ":-70.23999786376953,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-40.54999923706055,"PosY":18.94202995300293,"PosZ":-73.02999877929688,"RotY":270.0,"groupId":0}}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.55000305175781,"PosY":18.663999557495117,"PosZ":-74.51000213623047,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.06863021850586,"PosY":18.94202995300293,"PosZ":-70.23999786376953,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.06863021850586,"PosY":18.942039489746097,"PosZ":-76.23999786376953,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.06863021850586,"PosY":18.94202995300293,"PosZ":-70.23999786376953,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.878631591796875,"PosY":18.94202995300293,"PosZ":-70.23999786376953,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.93762969970703,"PosY":18.942039489746097,"PosZ":-76.23999786376953,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.848628997802734,"PosY":18.94202995300293,"PosZ":-70.23999786376953,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-38.81863021850586,"PosY":18.611230850219727,"PosZ":-73.02999877929688,"RotY":270.0,"groupId":0}}},"80":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.00340270996094,"PosY":2.769700050354004,"PosZ":-50.499019622802734,"RotY":296.5,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.8802032470703,"PosY":2.819581985473633,"PosZ":-42.54998016357422,"RotY":116.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.87249755859375,"PosY":2.819581985473633,"PosZ":-49.2581901550293,"RotY":116.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.510498046875,"PosY":2.819581985473633,"PosZ":-45.227169036865234,"RotY":116.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.44529724121094,"PosY":2.7697339057922363,"PosZ":-41.77096176147461,"RotY":116.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.49049377441406,"PosY":2.819581985473633,"PosZ":-48.45283889770508,"RotY":116.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-127.04889678955078,"PosY":2.819582939147949,"PosZ":-44.46154022216797,"RotY":116.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-139.00999450683594,"PosY":2.769697904586792,"PosZ":-41.849998474121094,"RotY":116.5,"groupId":0}}},"81":{"props":[],"npcs":[{"ID":400001,"PosX":-124.23979949951172,"PosY":2.7696990966796875,"PosZ":-52.56636047363281,"Name":"NPC1","RotY":311.5,"NPCID":3013,"groupId":81,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"82":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-124.23979949951172,"PosY":2.7696990966796875,"PosZ":-52.56636047363281,"RotY":311.5,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.90119934082033,"PosY":2.7696990966796875,"PosZ":-49.881561279296875,"RotY":296.5,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":311.5,"PosX":-124.23979949951172,"PosY":2.7696990966796875,"PosZ":-52.56636047363281,"NPCMonsterID":1002040,"EventID":0,"groupId":82,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"84":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.32029724121094,"PosY":2.769700050354004,"PosZ":-41.07994079589844,"RotY":117.5,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.88009643554688,"PosY":2.819581985473633,"PosZ":-42.54999923706055,"RotY":116.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.87240600585938,"PosY":2.819581985473633,"PosZ":-49.2581901550293,"RotY":116.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.51039886474608,"PosY":2.819581985473633,"PosZ":-45.227169036865234,"RotY":116.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.44520568847656,"PosY":2.7697339057922363,"PosZ":-41.77096939086914,"RotY":116.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.4904022216797,"PosY":2.819581985473633,"PosZ":-48.45283889770508,"RotY":116.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-127.04879760742188,"PosY":2.819582939147949,"PosZ":-44.46154022216797,"RotY":116.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-121.43000030517578,"PosY":2.7696990966796875,"PosZ":-50.5099983215332,"RotY":297.5,"groupId":0}}},"85":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.68040466308594,"PosY":2.769700050354004,"PosZ":-42.029911041259766,"RotY":117.5,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-121.98999786376952,"PosY":2.7696990966796875,"PosZ":-50.25,"RotY":297.5,"groupId":0}}},"86":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-136.6300048828125,"PosY":2.7696990966796875,"PosZ":-42.56999969482422,"RotY":132.5,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-136.6300048828125,"PosY":2.7696990966796875,"PosZ":-42.56999969482422,"RotY":297.5,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":117.5,"PosX":-136.6300048828125,"PosY":2.7696990966796875,"PosZ":-42.56999969482422,"NPCMonsterID":1002040,"EventID":0,"groupId":86,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"87":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.69549560546875,"PosY":-7.536584854125976,"PosZ":-88.11000061035156,"RotY":90.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-176.25,"PosY":-4.382681846618652,"PosZ":-59.70000076293945,"RotY":90.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"88":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.9954071044922,"PosY":-4.382682800292969,"PosZ":-59.95148086547851,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.77999877929688,"PosY":-7.671679973602294,"PosZ":-80.0300064086914,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-177.80999755859375,"PosY":-7.671679973602294,"PosZ":-79.7509994506836,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-185.11700439453125,"PosY":-7.671679019927979,"PosZ":-73.2979965209961,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.77999877929688,"PosY":-7.671679973602294,"PosZ":-78.1719970703125,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.4199981689453,"PosY":-7.671680927276611,"PosZ":-79.8239974975586,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.8489990234375,"PosY":-7.671679019927979,"PosZ":-73.2979965209961,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-183.77999877929688,"PosY":-7.671679973602294,"PosZ":-92.37000274658203,"RotY":0.0,"groupId":0}}},"89":{"props":[],"npcs":[{"ID":400001,"PosX":-178.2559051513672,"PosY":-7.671679019927979,"PosZ":-72.419189453125,"Name":"NPC1","RotY":195.0,"NPCID":3013,"groupId":89,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"90":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-178.2559051513672,"PosY":-7.671679019927979,"PosZ":-72.419189453125,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-178.2559051513672,"PosY":-7.671679019927979,"PosZ":-72.419189453125,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":195.0,"PosX":-178.2559051513672,"PosY":-7.671679019927979,"PosZ":-72.419189453125,"NPCMonsterID":1002040,"EventID":0,"groupId":90,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"92":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-183.9199981689453,"PosY":-7.671680927276611,"PosZ":-84.7699966430664,"RotY":9.999999747378752e-6,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.77999877929688,"PosY":-7.671679973602294,"PosZ":-80.0300064086914,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-177.80999755859375,"PosY":-7.671679973602294,"PosZ":-79.7509994506836,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-185.11700439453125,"PosY":-7.671679019927979,"PosZ":-73.2979965209961,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.77999877929688,"PosY":-7.671679973602294,"PosZ":-78.1719970703125,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.4199981689453,"PosY":-7.671680927276611,"PosZ":-79.8239974975586,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.8489990234375,"PosY":-7.671679019927979,"PosZ":-73.2979965209961,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-179.5399932861328,"PosY":-4.607104778289795,"PosZ":-62.77000045776367,"RotY":180.0,"groupId":0}}},"93":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-183.1699981689453,"PosY":-7.671680927276611,"PosZ":-84.7699966430664,"RotY":9.999999747378752e-6,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-179.5399932861328,"PosY":-4.8254780769348145,"PosZ":-62.77000045776367,"RotY":180.0,"groupId":0}}},"94":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.66000366210935,"PosY":-7.671679973602294,"PosZ":-80.0,"RotY":15.000009536743164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.66000366210935,"PosY":-7.671679973602294,"PosZ":-80.0,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":15.000009536743164,"PosX":-186.66000366210935,"PosY":-7.671679973602294,"PosZ":-80.0,"NPCMonsterID":1002040,"EventID":0,"groupId":94,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"95":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.54744720458984,"PosY":-1.1134270429611206,"PosZ":-52.41770935058594,"RotY":291.0137023925781,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.54744720458984,"PosY":-1.1134270429611206,"PosZ":-52.41770935058594,"RotY":291.0137023925781,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":126.01370239257812,"PosX":-97.54744720458984,"PosY":-1.1134270429611206,"PosZ":-52.41770935058594,"NPCMonsterID":1002040,"EventID":0,"groupId":95,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"97":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.54999923706055,"PosY":18.924549102783203,"PosZ":-70.02999877929688,"RotY":105.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.54999923706055,"PosY":18.92453956604004,"PosZ":-73.02999877929688,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":105.0,"PosX":-58.54999923706055,"PosY":18.924549102783203,"PosZ":-70.02999877929688,"NPCMonsterID":1002040,"EventID":0,"groupId":97,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"98":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-56.81863021850586,"PosY":18.942039489746097,"PosZ":-76.02999877929688,"RotY":74.99999237060547,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":105.0,"PosX":-56.81863021850586,"PosY":18.942039489746097,"PosZ":-70.02999877929688,"NPCMonsterID":1002040,"EventID":0,"groupId":98,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"99":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-88.94000244140625,"PosY":-3.1950020790100098,"PosZ":-77.55000305175781,"RotY":340.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.1500015258789,"PosY":-3.1950020790100098,"PosZ":-85.38999938964844,"RotY":110.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"100":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.78182220458984,"PosY":-1.5254000425338743,"PosZ":-87.34691619873047,"RotY":232.5,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-100.01200103759766,"PosY":-1.4368460178375244,"PosZ":-97.5459976196289,"RotY":52.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.4800033569336,"PosY":-1.5254000425338743,"PosZ":-98.5999984741211,"RotY":52.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-106.26499938964844,"PosY":-1.5442990064620972,"PosZ":-93.18900299072266,"RotY":82.5,"groupId":0}}},"101":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.16999816894533,"PosY":-1.525406002998352,"PosZ":-89.26000213623047,"RotY":197.6302032470703,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-92.27747344970702,"PosY":-1.282547950744629,"PosZ":-93.84073638916016,"Name":"NPC1","RotY":284.7835998535156,"NPCID":1013,"groupId":101,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"108":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.769000053405762,"PosY":1.0394870042800903,"PosZ":-83.05272674560547,"RotY":2.3632900714874268,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.759710311889648,"PosY":1.0394840240478516,"PosZ":-67.67852783203125,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.058070182800291,"PosY":1.0394870042800903,"PosZ":-69.50408172607422,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.913649559020996,"PosY":1.039476990699768,"PosZ":-65.67559814453125,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.419029235839844,"PosY":1.0401149988174438,"PosZ":-65.25406646728516,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.419029235839844,"PosY":1.0394870042800903,"PosZ":-67.34781646728516,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.141319274902344,"PosY":1.0394870042800903,"PosZ":-69.25406646728516,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-15.859999656677246,"PosY":1.0394829511642456,"PosZ":-53.42473983764648,"RotY":164.99989318847656,"groupId":0}}},"109":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.010000228881836,"PosY":1.0394870042800903,"PosZ":-75.5637435913086,"RotY":-0.00003600000127335079,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.010000228881836,"PosY":1.0394870042800903,"PosZ":-75.5637435913086,"RotY":345.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":-0.00003600000127335079,"PosX":-11.0,"PosY":1.0394870042800903,"PosZ":-75.5637435913086,"NPCMonsterID":1002040,"EventID":0,"groupId":109,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"110":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.520000457763672,"PosY":1.0394870042800903,"PosZ":-74.04100036621094,"RotY":0.000012000000424450263,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":-0.00003600000127335079,"PosX":-11.0,"PosY":1.0394870042800903,"PosZ":-74.0,"NPCMonsterID":1002040,"EventID":0,"groupId":110,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"112":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.06389999389648,"PosY":-1.5442609786987305,"PosZ":-77.92619323730469,"RotY":-0.00006800000119255856,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":112,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.58000183105469,"PosY":-1.4579999446868896,"PosZ":-48.9900016784668,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":112,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.63999938964844,"PosY":-1.0212490558624268,"PosZ":-70.74400329589844,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":112,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.48360061645508,"PosY":-1.3694809675216677,"PosZ":-59.18362045288086,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":112,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.66669845581055,"PosY":-1.4579999446868896,"PosZ":-49.69697952270508,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":112,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.63999938964844,"PosY":-1.0212490558624268,"PosZ":-68.88443756103516,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":112,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.67499923706055,"PosY":-1.4580069780349731,"PosZ":-58.313621520996094,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":112,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-56.289188385009766,"PosY":-1.0553280115127563,"PosZ":-53.3715705871582,"RotY":120.0,"groupId":0}}},"113":{"props":[],"npcs":[{"ID":400001,"PosX":-44.2400016784668,"PosY":-1.8807879686355593,"PosZ":-70.9060287475586,"Name":"NPC1","RotY":-0.00003099999958067201,"NPCID":3013,"groupId":113,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"114":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.24000930786133,"PosY":-1.544260025024414,"PosZ":-70.9060287475586,"RotY":-0.00003099999958067201,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.24000930786133,"PosY":-1.544260025024414,"PosZ":-70.9060287475586,"RotY":-0.00003099999958067201,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":-0.00003099999958067201,"PosX":-44.24000930786133,"PosY":-1.544260025024414,"PosZ":-70.9060287475586,"NPCMonsterID":1002040,"EventID":0,"groupId":114,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"116":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":12.0600004196167,"PosY":2.8437659740448,"PosZ":-99.48999786376953,"RotY":212.5,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":12.0600004196167,"PosY":2.8437659740448,"PosZ":-99.48999786376953,"RotY":212.5,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":212.5,"PosX":12.0600004196167,"PosY":2.8437659740448,"PosZ":-99.48999786376953,"NPCMonsterID":1002040,"EventID":0,"groupId":116,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"117":{"props":[],"npcs":[{"ID":400001,"PosX":-128.75,"PosY":2.8144540786743164,"PosZ":-97.25003051757812,"Name":"NPC1","RotY":210.0,"NPCID":1007,"groupId":117,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"118":{"props":[],"npcs":[{"ID":400001,"PosX":-96.22570037841797,"PosY":-1.4367070198059082,"PosZ":-87.21408081054688,"Name":"NPC1","RotY":189.07290649414065,"NPCID":1007,"groupId":118,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"120":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.86771011352539,"PosY":-1.4658130407333374,"PosZ":-59.442588806152344,"RotY":45.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.97000122070312,"PosY":-3.1950020790100098,"PosZ":-61.45000076293945,"RotY":70.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.1500015258789,"PosY":-3.1950020790100098,"PosZ":-85.38999938964844,"RotY":110.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.99068069458008,"PosY":-1.4920029640197754,"PosZ":-87.00311279296875,"RotY":135.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":120,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"121":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.0,"PosY":-3.1950020790100098,"PosZ":-78.25985717773438,"RotY":330.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":121,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.52124786376953,"PosY":-3.1950020790100098,"PosZ":-67.82804107666016,"RotY":144.3311004638672,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":121,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.80196380615234,"PosY":-3.1950020790100098,"PosZ":-69.6355972290039,"RotY":155.1107940673828,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":121,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.57487106323242,"PosY":-3.1950020790100098,"PosZ":-74.69184875488281,"RotY":190.32650756835935,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":121,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.33097076416016,"PosY":-3.193247079849243,"PosZ":-72.99591827392578,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":121,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.579139709472656,"PosY":-3.1950020790100098,"PosZ":-71.03497314453125,"RotY":173.23080444335938,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":121,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.58097076416016,"PosY":-3.194735050201416,"PosZ":-72.99593353271484,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":121,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-66.0,"PosY":-3.1950020790100098,"PosZ":-62.25,"RotY":180.0,"groupId":0}}},"122":{"props":[],"npcs":[{"ID":400001,"PosX":-66.5,"PosY":-3.1950020790100098,"PosZ":-76.0,"Name":"NPC1","RotY":30.000009536743164,"NPCID":3013,"groupId":122,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"124":{"props":[],"npcs":[{"ID":400001,"PosX":12.659999847412108,"PosY":2.8437659740448,"PosZ":-99.7699966430664,"Name":"NPC1","RotY":212.5,"NPCID":3013,"groupId":124,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"125":{"props":[],"npcs":[{"ID":400001,"PosX":7.119999885559082,"PosY":2.8437659740448,"PosZ":-98.02999877929688,"Name":"NPC1","RotY":177.82839965820312,"NPCID":3013,"groupId":125,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"126":{"props":[],"npcs":[{"ID":400001,"PosX":9.970000267028809,"PosY":2.8437659740448,"PosZ":-98.36000061035156,"Name":"NPC1","RotY":197.18589782714844,"NPCID":3013,"groupId":126,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"127":{"props":[],"npcs":[{"ID":400001,"PosX":-124.23979949951172,"PosY":2.7696990966796875,"PosZ":-52.56636047363281,"Name":"NPC1","RotY":311.5,"NPCID":3013,"groupId":127,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"128":{"props":[],"npcs":[{"ID":400001,"PosX":-121.40000152587892,"PosY":2.7696990966796875,"PosZ":-46.90999984741211,"Name":"NPC1","RotY":272.6809997558594,"NPCID":3013,"groupId":128,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"129":{"props":[],"npcs":[{"ID":400001,"PosX":-122.40000152587892,"PosY":2.7696990966796875,"PosZ":-50.09000015258789,"Name":"NPC1","RotY":298.462890625,"NPCID":3013,"groupId":129,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"130":{"props":[],"npcs":[{"ID":400001,"PosX":-180.52999877929688,"PosY":-7.671679019927979,"PosZ":-75.45999908447266,"Name":"NPC1","RotY":195.0,"NPCID":3013,"groupId":130,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"131":{"props":[],"npcs":[{"ID":400001,"PosX":-184.07000732421875,"PosY":-7.671679019927979,"PosZ":-75.62000274658203,"Name":"NPC1","RotY":166.03909301757812,"NPCID":3013,"groupId":131,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"132":{"props":[],"npcs":[{"ID":400001,"PosX":-43.619998931884766,"PosY":18.94202995300293,"PosZ":-75.33000183105469,"Name":"NPC1","RotY":285.0,"NPCID":3013,"groupId":132,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"133":{"props":[],"npcs":[{"ID":400001,"PosX":-43.619998931884766,"PosY":18.94202995300293,"PosZ":-72.05000305175781,"Name":"NPC1","RotY":252.760498046875,"NPCID":3013,"groupId":133,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P80202_F80202001":{"teleports":{},"group_items":{"7":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":67.64600372314453,"PosY":80.0,"PosZ":110.34999847412108,"RotY":0.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":67.68000030517578,"PosY":79.9800033569336,"PosZ":88.23999786376953,"RotY":0.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":199.7400054931641,"PosY":77.01605987548828,"PosZ":95.91000366210938,"RotY":90.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":244.2400054931641,"PosY":79.9267807006836,"PosZ":95.87000274658203,"RotY":90.00000762939453,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":228.7400054931641,"PosY":77.01637268066406,"PosZ":98.97969818115236,"RotY":255.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":204.7400054931641,"PosY":77.01606750488281,"PosZ":95.91999816894531,"RotY":90.00000762939453,"groupId":0}}},"14":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":222.7400054931641,"PosY":77.01605987548828,"PosZ":95.9800033569336,"RotY":285.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":222.7400054931641,"PosY":77.01605987548828,"PosZ":95.9800033569336,"RotY":90.00000762939453,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":222.7400054931641,"PosY":77.01629638671875,"PosZ":95.91998291015624,"NPCMonsterID":1002040,"EventID":0,"groupId":14,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.560001015663147,"PosY":79.62589263916016,"PosZ":96.5,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":21.923999786376953,"PosY":80.28620910644531,"PosZ":99.19999694824219,"RotY":270.0,"groupId":0}}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":11.119000434875488,"PosY":79.62589263916016,"PosZ":103.1999969482422,"RotY":120.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":11.119000434875488,"PosY":79.62589263916016,"PosZ":95.19999694824219,"RotY":60.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":16.229999542236328,"PosY":79.62589263916016,"PosZ":101.4530029296875,"RotY":30.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":16.64900016784668,"PosY":79.62589263916016,"PosZ":102.35900115966795,"RotY":30.0,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":15.677000045776367,"PosY":79.62589263916016,"PosZ":102.28399658203124,"RotY":30.0,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":6.118999004364014,"PosY":79.62589263916016,"PosZ":102.1999969482422,"Name":"NPC1","RotY":105.00009918212892,"NPCID":1013,"groupId":17,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":189.98500061035156,"PosY":82.84203338623047,"PosZ":158.19000244140625,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":179.99169921875,"PosY":82.84203338623047,"PosZ":153.88150024414065,"RotY":210.0,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":179.82369995117188,"PosY":82.84203338623047,"PosZ":153.26449584960938,"RotY":150.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":169.0500030517578,"PosY":82.8222427368164,"PosZ":156.19000244140625,"RotY":90.00000762939453,"groupId":0}}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":175.66000366210938,"PosY":82.84203338623047,"PosZ":153.4102020263672,"RotY":330.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":180.27000427246097,"PosY":82.8222427368164,"PosZ":159.61599731445312,"Name":"NPC1","RotY":242.5312042236328,"NPCID":1013,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":199.7400054931641,"PosY":77.01605987548828,"PosZ":95.91000366210938,"RotY":90.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":191.7436065673828,"PosY":82.79972076416016,"PosZ":132.37240600585938,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":172.04949951171875,"PosY":77.4304428100586,"PosZ":103.38739776611328,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":176.09359741210938,"PosY":82.63934326171875,"PosZ":126.79000091552734,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":173.67950439453125,"PosY":82.67105865478516,"PosZ":133.83900451660156,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":171.73590087890625,"PosY":82.6539306640625,"PosZ":133.70089721679688,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":172.04949951171875,"PosY":77.96460723876953,"PosZ":105.10990142822266,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":178.73460388183594,"PosY":77.01612091064453,"PosZ":99.7599868774414,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":194.82000732421875,"PosY":77.01685333251953,"PosZ":96.01000213623047,"RotY":270.0,"groupId":0}}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":185.3706970214844,"PosY":82.76007843017578,"PosZ":134.31370544433594,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":185.3706970214844,"PosY":82.76007843017578,"PosZ":131.31370544433594,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":240.0,"PosX":185.3706970214844,"PosY":82.76007843017578,"PosZ":134.31370544433594,"NPCMonsterID":1002040,"EventID":0,"groupId":23,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":176.82000732421875,"PosY":77.01685333251953,"PosZ":93.01000213623047,"RotY":74.99999237060547,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":74.99999237060547,"PosX":176.82000732421875,"PosY":77.01685333251953,"PosZ":93.01000213623047,"NPCMonsterID":1002040,"EventID":0,"groupId":24,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":174.4593963623047,"PosY":82.6014633178711,"PosZ":121.5739974975586,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":174.4593963623047,"PosY":82.6014633178711,"PosZ":121.5739974975586,"NPCMonsterID":1002040,"EventID":0,"groupId":25,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":145.51919555664065,"PosY":79.8984375,"PosZ":144.71299743652344,"RotY":0.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":101.33000183105467,"PosY":78.66100311279298,"PosZ":140.5500030517578,"RotY":90.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":105.45999908447266,"PosY":78.66100311279298,"PosZ":141.74000549316406,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":123.75409698486328,"PosY":78.78986358642578,"PosZ":136.43350219726565,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":125.54450225830078,"PosY":78.66100311279298,"PosZ":143.08099365234375,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":134.41900634765625,"PosY":78.66355895996094,"PosZ":141.84759521484375,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":137.0041046142578,"PosY":78.71643829345702,"PosZ":141.83099365234375,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":135.0041046142578,"PosY":78.66356658935547,"PosZ":137.58099365234375,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":115.14320373535156,"PosY":78.66100311279298,"PosZ":142.02040100097656,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":143.5054931640625,"PosY":79.89842987060547,"PosZ":139.81399536132812,"RotY":270.0,"groupId":0}}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":111.54000091552734,"PosY":78.66100311279298,"PosZ":137.3300018310547,"RotY":90.00003051757812,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":111.54000091552734,"PosY":78.66100311279298,"PosZ":137.3300018310547,"RotY":90.00003051757812,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.00003051757812,"PosX":111.54000091552734,"PosY":78.66100311279298,"PosZ":137.75,"NPCMonsterID":1002040,"EventID":0,"groupId":28,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":127.04000091552734,"PosY":78.66100311279298,"PosZ":141.3300018310547,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":120.0,"PosY":78.66100311279298,"PosZ":138.08099365234375,"NPCMonsterID":1002040,"EventID":0,"groupId":29,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":126.95999908447266,"PosY":78.66100311279298,"PosZ":138.32000732421875,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":121.55999755859376,"PosY":78.66100311279298,"PosZ":138.32000732421875,"NPCMonsterID":1002040,"EventID":0,"groupId":30,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":125.98880004882812,"PosY":80.4882583618164,"PosZ":125.19120025634766,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":128.9759063720703,"PosY":80.47244262695312,"PosZ":109.7802963256836,"RotY":9.999999747378752e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":122.83599853515624,"PosY":80.47242736816406,"PosZ":121.3000030517578,"RotY":9.999999747378752e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":130.38999938964844,"PosY":80.47244262695312,"PosZ":117.22100067138672,"RotY":9.999999747378752e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":122.98999786376952,"PosY":80.47244262695312,"PosZ":110.37000274658205,"RotY":9.999999747378752e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":128.98980712890625,"PosY":80.48222351074219,"PosZ":113.31099700927734,"RotY":9.999999747378752e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":122.98999786376952,"PosY":80.51954650878906,"PosZ":113.05999755859376,"RotY":9.999999747378752e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":125.98999786376952,"PosY":80.48222351074219,"PosZ":101.19000244140624,"RotY":9.999999747378752e-6,"groupId":0}}},"33":{"props":[],"npcs":[{"ID":400001,"PosX":128.99000549316406,"PosY":80.48222351074219,"PosZ":119.19000244140624,"Name":"NPC1","RotY":195.0,"NPCID":3013,"groupId":33,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":128.99000549316406,"PosY":80.48222351074219,"PosZ":119.19000244140624,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":125.98999786376952,"PosY":80.48222351074219,"PosZ":119.19000244140624,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":195.0,"PosX":128.99000549316406,"PosY":80.48222351074219,"PosZ":119.19000244140624,"NPCMonsterID":1002040,"EventID":0,"groupId":34,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":125.98999786376952,"PosY":80.47088623046875,"PosZ":99.6500015258789,"RotY":9.999999747378752e-6,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":128.98989868164065,"PosY":80.47244262695312,"PosZ":109.15000152587892,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":128.98989868164065,"PosY":80.47244262695312,"PosZ":111.11000061035156,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":129.98989868164065,"PosY":80.47244262695312,"PosZ":112.90000152587892,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":121.98999786376952,"PosY":80.47244262695312,"PosZ":109.65000152587892,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":122.98999786376952,"PosY":80.47244262695312,"PosZ":112.04000091552734,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":124.13999938964844,"PosY":80.47244262695312,"PosZ":110.15000152587892,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":126.98999786376952,"PosY":80.47242736816406,"PosZ":121.65000152587892,"RotY":180.0,"groupId":0}}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":125.9885025024414,"PosY":80.49836730957033,"PosZ":103.13159942626952,"RotY":9.999999747378752e-6,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":126.98999786376952,"PosY":80.48222351074219,"PosZ":121.65000152587892,"RotY":180.0,"groupId":0}}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":122.98999786376952,"PosY":80.48222351074219,"PosZ":109.12999725341795,"RotY":15.000009536743164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":122.98999786376952,"PosY":80.48222351074219,"PosZ":109.12999725341795,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":15.000009536743164,"PosX":122.98999786376952,"PosY":80.48222351074219,"PosZ":109.12999725341795,"NPCMonsterID":1002040,"EventID":0,"groupId":38,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"39":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":93.38121795654298,"PosY":74.2316665649414,"PosZ":79.96299743652344,"RotY":90.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"40":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":97.16999816894531,"PosY":74.16702270507812,"PosZ":92.75,"RotY":9.999999747378752e-6,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":101.08999633789064,"PosY":74.24790954589844,"PosZ":109.18000030517578,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":93.8499984741211,"PosY":74.08702087402344,"PosZ":98.33100891113281,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":101.08999633789064,"PosY":74.1718978881836,"PosZ":103.75,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":101.08999633789064,"PosY":74.24790954589844,"PosZ":110.91000366210938,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":93.8499984741211,"PosY":74.08702087402344,"PosZ":100.12000274658205,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":101.08999633789064,"PosY":74.1718978881836,"PosZ":105.4499969482422,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":98.08999633789062,"PosY":74.1718978881836,"PosZ":116.75,"RotY":180.0,"groupId":0}}},"41":{"props":[],"npcs":[{"ID":400001,"PosX":100.54000091552734,"PosY":74.1718978881836,"PosZ":98.5199966430664,"Name":"NPC1","RotY":345.0,"NPCID":3013,"groupId":41,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":100.54000091552734,"PosY":74.1718978881836,"PosZ":98.5199966430664,"RotY":345.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":100.54000091552734,"PosY":74.1718978881836,"PosZ":98.5199966430664,"RotY":345.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":345.0,"PosX":100.54000091552734,"PosY":74.1718978881836,"PosZ":98.5199966430664,"NPCMonsterID":1002040,"EventID":0,"groupId":42,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"43":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":100.08999633789064,"PosY":74.24790954589844,"PosZ":107.87999725341795,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":101.08999633789064,"PosY":74.1718978881836,"PosZ":102.58000183105467,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":93.8499984741211,"PosY":74.08702087402344,"PosZ":95.88099670410156,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":100.69100189208984,"PosY":74.24790954589844,"PosZ":89.06001281738281,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":101.08999633789064,"PosY":74.1718978881836,"PosZ":104.30999755859376,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":93.8499984741211,"PosY":74.08702087402344,"PosZ":97.66999816894531,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":100.69100189208984,"PosY":74.24790954589844,"PosZ":90.7599868774414,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":98.08999633789062,"PosY":74.1718978881836,"PosZ":81.70999908447266,"RotY":0.0,"groupId":0}}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":98.08999633789062,"PosY":74.1729965209961,"PosZ":105.70999908447266,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":94.59500122070312,"PosY":74.08702087402344,"PosZ":89.89199829101562,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":93.8499984741211,"PosY":74.08702087402344,"PosZ":91.71099853515624,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":101.27799987792967,"PosY":74.24790954589844,"PosZ":90.70387268066406,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":101.29599761962892,"PosY":74.24790954589844,"PosZ":88.4800033569336,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":93.8499984741211,"PosY":74.08702087402344,"PosZ":93.5,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":101.91000366210938,"PosY":74.24790954589844,"PosZ":86.58999633789062,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":99.08999633789062,"PosY":74.1718978881836,"PosZ":81.70999908447266,"RotY":0.0,"groupId":0}}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":94.3539810180664,"PosY":65.1052017211914,"PosZ":69.49099731445312,"RotY":90.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":94.8280029296875,"PosY":65.10518646240234,"PosZ":129.04620361328125,"RotY":90.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":99.73999786376953,"PosY":65.19422912597656,"PosZ":92.75,"RotY":9.999999747378752e-6,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":102.98999786376952,"PosY":65.19422912597656,"PosZ":108.5031967163086,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":94.11000061035156,"PosY":65.1052017211914,"PosZ":107.04180145263672,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":101.87000274658205,"PosY":65.19422912597656,"PosZ":101.02999877929688,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":101.22599792480467,"PosY":65.19422912597656,"PosZ":106.79100036621094,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":92.56999969482422,"PosY":65.1052017211914,"PosZ":104.12000274658205,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":101.91999816894533,"PosY":65.19422912597656,"PosZ":98.4800033569336,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":98.08999633789062,"PosY":65.1052017211914,"PosZ":116.75,"RotY":180.0,"groupId":0}}},"48":{"props":[],"npcs":[{"ID":400001,"PosX":95.08999633789062,"PosY":65.1852035522461,"PosZ":98.75,"Name":"NPC1","RotY":15.000009536743164,"NPCID":3013,"groupId":48,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":95.08999633789062,"PosY":65.1852035522461,"PosZ":98.75,"RotY":15.000009536743164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":98.08999633789062,"PosY":65.19422912597656,"PosZ":98.75,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":15.000009536743164,"PosX":95.08999633789062,"PosY":65.1852035522461,"PosZ":98.75,"NPCMonsterID":1002040,"EventID":0,"groupId":49,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"50":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":96.08999633789062,"PosY":65.1852035522461,"PosZ":103.70999908447266,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":94.0999984741211,"PosY":65.1052017211914,"PosZ":95.55000305175781,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":95.12999725341797,"PosY":65.1052017211914,"PosZ":94.51000213623047,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":94.08999633789062,"PosY":65.1052017211914,"PosZ":93.70999908447266,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":102.08999633789064,"PosY":65.19422912597656,"PosZ":97.86000061035156,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":101.08999633789064,"PosY":65.19422912597656,"PosZ":98.73999786376953,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":101.08999633789064,"PosY":65.19422912597656,"PosZ":96.9000015258789,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":98.08999633789062,"PosY":65.1052017211914,"PosZ":81.70999908447266,"RotY":0.0,"groupId":0}}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":94.87999725341797,"PosY":65.1052017211914,"PosZ":105.70999908447266,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":98.08999633789062,"PosY":65.1052017211914,"PosZ":81.70999908447266,"RotY":0.0,"groupId":0}}},"52":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":97.87999725341797,"PosY":65.19422912597656,"PosZ":99.70999908447266,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":97.87999725341797,"PosY":65.19422912597656,"PosZ":99.70999908447266,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":97.87999725341797,"PosY":65.19422912597656,"PosZ":99.70999908447266,"NPCMonsterID":1002040,"EventID":0,"groupId":52,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"53":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":222.7400054931641,"PosY":77.01605987548828,"PosZ":95.9800033569336,"RotY":90.00000762939453,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":222.7400054931641,"PosY":77.01605987548828,"PosZ":95.9800033569336,"RotY":90.00000762939453,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":222.7400054931641,"PosY":77.01629638671875,"PosZ":95.91998291015624,"NPCMonsterID":1002040,"EventID":0,"groupId":53,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"54":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":101.08999633789064,"PosY":74.1729965209961,"PosZ":101.50150299072266,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":98.08999633789062,"PosY":74.1729965209961,"PosZ":101.50150299072266,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":195.0,"PosX":101.08999633789064,"PosY":74.1729965209961,"PosZ":101.50150299072266,"NPCMonsterID":1002040,"EventID":0,"groupId":54,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"55":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":95.75,"PosY":74.16702270507812,"PosZ":101.50150299072266,"RotY":150.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":150.0,"PosX":95.75,"PosY":74.16702270507812,"PosZ":101.50150299072266,"NPCMonsterID":1002040,"EventID":0,"groupId":55,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"57":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":10.260000228881836,"PosY":76.7024917602539,"PosZ":172.6719970703125,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":5.769999980926514,"PosY":76.66075897216797,"PosZ":161.9550018310547,"RotY":180.0,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":5.7700090408325195,"PosY":76.6607666015625,"PosZ":162.78900146484375,"RotY":180.0,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":8.770000457763672,"PosY":76.64382934570312,"PosZ":153.58999633789065,"RotY":0.0,"groupId":0}}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":11.176010131835938,"PosY":76.66075897216797,"PosZ":161.9635009765625,"RotY":240.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":6.9029998779296875,"PosY":76.70243835449219,"PosZ":166.14999389648438,"Name":"NPC1","RotY":120.0,"NPCID":1013,"groupId":58,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":125.98999786376952,"PosY":80.47088623046875,"PosZ":99.6939468383789,"RotY":9.999999747378752e-6,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":127.66919708251952,"PosY":80.48222351074219,"PosZ":114.51000213623048,"RotY":9.999999747378752e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":124.48899841308594,"PosY":80.50055694580078,"PosZ":114.57599639892578,"RotY":9.999999747378752e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":128.12789916992188,"PosY":80.48222351074219,"PosZ":116.54000091552734,"RotY":9.999999747378752e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":122.98999786376952,"PosY":80.47244262695312,"PosZ":110.37000274658205,"RotY":9.999999747378752e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":128.9897003173828,"PosY":80.48222351074219,"PosZ":113.31099700927734,"RotY":9.999999747378752e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":122.98999786376952,"PosY":80.51954650878906,"PosZ":113.05999755859376,"RotY":9.999999747378752e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":126.98999786376952,"PosY":80.48222351074219,"PosZ":121.65000152587892,"RotY":180.0,"groupId":0}}},"60":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":123.83000183105467,"PosY":80.47244262695312,"PosZ":106.55410003662108,"RotY":29.999929428100582,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":123.83000183105467,"PosY":80.47244262695312,"PosZ":106.55410003662108,"RotY":29.999929428100582,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":29.999929428100582,"PosX":123.83000183105467,"PosY":80.47244262695312,"PosZ":106.55410003662108,"NPCMonsterID":1002040,"EventID":0,"groupId":60,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"61":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":128.5648956298828,"PosY":80.47244262695312,"PosZ":108.27120208740234,"RotY":315.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":29.999929428100582,"PosX":123.83000183105467,"PosY":80.47244262695312,"PosZ":108.47000122070312,"NPCMonsterID":1002040,"EventID":0,"groupId":61,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"62":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":96.4000015258789,"PosY":65.11068725585938,"PosZ":116.75,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":92.48999786376953,"PosY":65.1052017211914,"PosZ":98.0031967163086,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":101.11000061035156,"PosY":65.19422912597656,"PosZ":101.79180145263672,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":101.04000091552734,"PosY":65.19422912597656,"PosZ":99.91000366210938,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":92.58999633789062,"PosY":65.1052017211914,"PosZ":100.91000366210938,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":92.56999969482422,"PosY":65.1052017211914,"PosZ":104.12000274658205,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":101.08999633789064,"PosY":65.19422912597656,"PosZ":97.36000061035156,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":98.08999633789062,"PosY":65.19970703125,"PosZ":90.3740005493164,"RotY":9.999999747378752e-6,"groupId":0}}},"63":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":101.18329620361328,"PosY":65.1052017211914,"PosZ":110.9614028930664,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":101.18329620361328,"PosY":65.1052017211914,"PosZ":110.9614028930664,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":101.18329620361328,"PosY":65.1052017211914,"PosZ":110.9614028930664,"NPCMonsterID":1002040,"EventID":0,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":101.33000183105467,"PosY":78.66100311279298,"PosZ":140.5500030517578,"RotY":90.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"65":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":90.80420684814453,"PosY":78.66100311279298,"PosZ":138.91700744628906,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":78.69200134277344,"PosY":78.66100311279298,"PosZ":142.3979949951172,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":76.2249526977539,"PosY":78.66100311279298,"PosZ":137.83700561523438,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":78.26777648925781,"PosY":78.66100311279298,"PosZ":137.9031982421875,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":79.99388885498047,"PosY":78.66100311279298,"PosZ":137.83380126953125,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":74.91000366210938,"PosY":78.66100311279298,"PosZ":142.40150451660156,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":76.80000305175781,"PosY":78.66100311279298,"PosZ":142.42599487304688,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":66.6910629272461,"PosY":78.66100311279298,"PosZ":140.12600708007812,"RotY":90.0,"groupId":0}}},"66":{"props":[],"npcs":[{"ID":400001,"PosX":84.05000305175781,"PosY":78.66100311279298,"PosZ":142.5399932861328,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":66,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":84.70176696777344,"PosY":78.66100311279298,"PosZ":137.9886016845703,"RotY":285.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":84.70176696777344,"PosY":78.66100311279298,"PosZ":137.9886016845703,"RotY":285.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":84.05000305175781,"PosY":78.66100311279298,"PosZ":142.5399932861328,"NPCMonsterID":1002040,"EventID":0,"groupId":67,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":72.56137084960938,"PosY":78.66100311279298,"PosZ":138.69590759277344,"RotY":89.9999771118164,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":78.69901275634764,"PosY":78.66100311279298,"PosZ":137.85130310058594,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":80.3537368774414,"PosY":78.66100311279298,"PosZ":137.83700561523438,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":82.39656829833984,"PosY":78.66100311279298,"PosZ":141.5800018310547,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":84.12267303466797,"PosY":78.66100311279298,"PosZ":141.51060485839844,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":85.86615753173828,"PosY":78.66100311279298,"PosZ":137.8511962890625,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":87.6500015258789,"PosY":78.66100311279298,"PosZ":137.8791961669922,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":93.48799896240233,"PosY":78.66100311279298,"PosZ":140.12600708007812,"RotY":270.0,"groupId":0}}},"69":{"props":[],"npcs":[{"ID":400001,"PosX":77.60001373291016,"PosY":78.66100311279298,"PosZ":141.46499633789065,"Name":"NPC1","RotY":120.0,"NPCID":3013,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"73":{"props":[],"npcs":[{"ID":400001,"PosX":180.45700073242188,"PosY":82.8222427368164,"PosZ":154.84449768066406,"Name":"NPC1","RotY":330.0,"NPCID":1007,"groupId":73,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"74":{"props":[],"npcs":[{"ID":400001,"PosX":10.776000022888184,"PosY":76.70243072509767,"PosZ":166.26600646972656,"Name":"NPC1","RotY":240.0,"NPCID":1007,"groupId":74,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"75":{"props":[],"npcs":[{"ID":400001,"PosX":128.99000549316406,"PosY":80.48222351074219,"PosZ":119.19000244140624,"Name":"NPC1","RotY":195.0,"NPCID":3013,"groupId":75,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"76":{"props":[],"npcs":[{"ID":400001,"PosX":125.9800033569336,"PosY":80.48222351074219,"PosZ":119.5500030517578,"Name":"NPC1","RotY":180.18359375,"NPCID":3013,"groupId":76,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"77":{"props":[],"npcs":[{"ID":400001,"PosX":122.88999938964844,"PosY":80.48222351074219,"PosZ":119.19000244140624,"Name":"NPC1","RotY":163.24620056152344,"NPCID":3013,"groupId":77,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"78":{"props":[],"npcs":[{"ID":400001,"PosX":127.55999755859376,"PosY":80.48222351074219,"PosZ":119.19000244140624,"Name":"NPC1","RotY":195.0,"NPCID":3013,"groupId":78,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"79":{"props":[],"npcs":[{"ID":400001,"PosX":124.26000213623048,"PosY":80.48222351074219,"PosZ":119.19000244140624,"Name":"NPC1","RotY":163.24620056152344,"NPCID":3013,"groupId":79,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"80":{"props":[],"npcs":[{"ID":400001,"PosX":96.27999877929688,"PosY":65.1852035522461,"PosZ":111.41000366210938,"Name":"NPC1","RotY":164.5030975341797,"NPCID":3013,"groupId":80,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"81":{"props":[],"npcs":[{"ID":400001,"PosX":100.37000274658205,"PosY":65.1852035522461,"PosZ":111.84999847412108,"Name":"NPC1","RotY":179.57080078125,"NPCID":3013,"groupId":81,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"82":{"props":[],"npcs":[{"ID":400001,"PosX":104.33000183105467,"PosY":65.1852035522461,"PosZ":111.44000244140624,"Name":"NPC1","RotY":197.0341033935547,"NPCID":3013,"groupId":82,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"83":{"props":[],"npcs":[{"ID":400001,"PosX":98.23999786376953,"PosY":65.1852035522461,"PosZ":111.41000366210938,"Name":"NPC1","RotY":164.5030975341797,"NPCID":3013,"groupId":83,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"84":{"props":[],"npcs":[{"ID":400001,"PosX":102.41000366210938,"PosY":65.1852035522461,"PosZ":111.44000244140624,"Name":"NPC1","RotY":197.0341033935547,"NPCID":3013,"groupId":84,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P80203_F80203001":{"teleports":{},"group_items":{"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":186.77000427246097,"PosY":33.02035140991211,"PosZ":-148.3000030517578,"RotY":340.4248962402344,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":173.95530700683594,"PosY":28.44074058532715,"PosZ":-124.13999938964844,"RotY":90.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":182.97000122070312,"PosY":28.389110565185547,"PosZ":-121.02999877929688,"RotY":165.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":186.27000427246097,"PosY":29.938520431518555,"PosZ":-140.80599975585938,"RotY":0.0,"groupId":0}}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":188.60000610351565,"PosY":28.38939094543457,"PosZ":-125.19000244140624,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":188.60000610351565,"PosY":28.38939094543457,"PosZ":-125.19000244140624,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":195.0,"PosX":188.60000610351565,"PosY":28.38939094543457,"PosZ":-125.19000244140624,"NPCMonsterID":1002040,"EventID":0,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"13":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":188.60000610351565,"PosY":28.38939094543457,"PosZ":-125.19000244140624,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":188.60000610351565,"PosY":28.38939094543457,"PosZ":-125.19000244140624,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":195.0,"PosX":188.60000610351565,"PosY":28.38939094543457,"PosZ":-125.19000244140624,"NPCMonsterID":1002040,"EventID":0,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":129.44000244140625,"PosY":46.616840362548835,"PosZ":-38.61000061035156,"RotY":351.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":127.1999969482422,"PosY":46.63397979736328,"PosZ":-5.079999923706055,"RotY":347.0799865722656,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":129.11000061035156,"PosY":46.6411018371582,"PosZ":-11.949999809265137,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":126.51000213623048,"PosY":46.61616897583008,"PosZ":-32.7400016784668,"RotY":15.0,"groupId":0}}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":134.11000061035156,"PosY":46.6262092590332,"PosZ":-23.950000762939453,"RotY":210.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":126.11000061035156,"PosY":46.6262092590332,"PosZ":-23.950000762939453,"RotY":150.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":132.36300659179688,"PosY":46.6262092590332,"PosZ":-29.06100082397461,"RotY":120.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":133.2689971923828,"PosY":46.6262092590332,"PosZ":-29.479999542236328,"RotY":120.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":133.19400024414065,"PosY":46.6262092590332,"PosZ":-28.507999420166016,"RotY":120.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":133.11000061035156,"PosY":46.6262092590332,"PosZ":-18.950000762939453,"Name":"NPC1","RotY":195.00010681152344,"NPCID":1013,"groupId":16,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":183.22000122070312,"PosY":55.16617965698242,"PosZ":-178.99000549316406,"RotY":230.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":158.91000366210938,"PosY":57.18156051635742,"PosZ":-175.58999633789065,"RotY":120.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":159.49000549316406,"PosY":56.15000915527344,"PosZ":-193.3800048828125,"RotY":65.0000228881836,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":166.63400268554688,"PosY":55.760311126708984,"PosZ":-184.22999572753903,"RotY":245.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":166.78610229492188,"PosY":55.72417068481445,"PosZ":-183.35350036621097,"RotY":245.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":178.42300415039065,"PosY":55.57503890991211,"PosZ":-182.625,"RotY":245.0,"groupId":0}}},"19":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":171.74850463867188,"PosY":55.914459228515625,"PosZ":-194.31149291992188,"RotY":330.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":164.59930419921875,"PosY":55.91888046264648,"PosZ":-185.98199462890625,"Name":"NPC1","RotY":62.53118896484375,"NPCID":1013,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":248.02699279785156,"PosY":52.561248779296875,"PosZ":-172.55299377441406,"RotY":44.9999885559082,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":271.04998779296875,"PosY":52.544960021972656,"PosZ":-147.97999572753906,"RotY":225.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":260.2550048828125,"PosY":52.54425048828125,"PosZ":-157.9149932861328,"RotY":25.340579986572266,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":265.85400390625,"PosY":52.55281829833984,"PosZ":-159.27130126953125,"RotY":44.9999885559082,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":262.55999755859375,"PosY":52.544708251953125,"PosZ":-151.72999572753906,"RotY":44.9999885559082,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":260.5820007324219,"PosY":52.54426956176758,"PosZ":-157.19400024414065,"RotY":25.340579986572266,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":266.40618896484375,"PosY":52.55582046508789,"PosZ":-158.71910095214844,"RotY":44.9999885559082,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":263.1752014160156,"PosY":52.54475021362305,"PosZ":-151.11480712890625,"RotY":44.9999885559082,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":254.85499572753903,"PosY":52.632301330566406,"PosZ":-165.72500610351565,"RotY":44.9999885559082,"groupId":0},"2":{"ID":2,"PosX":271.79998779296875,"PosY":53.880001068115234,"PosZ":-152.85000610351565,"RotY":351.6868896484375,"groupId":0},"3":{"ID":3,"PosX":268.8819885253906,"PosY":52.54943084716797,"PosZ":-151.9429931640625,"RotY":18.20013999938965,"groupId":0}}},"22":{"props":[],"npcs":[{"ID":400001,"PosX":269.7041931152344,"PosY":52.60581970214844,"PosZ":-155.11839294433594,"Name":"NPC1","RotY":240.0,"NPCID":3013,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":269.7041931152344,"PosY":52.60581970214844,"PosZ":-155.11839294433594,"RotY":240.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":267.5828857421875,"PosY":52.544921875,"PosZ":-152.99710083007812,"RotY":225.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":240.0,"PosX":269.7041931152344,"PosY":52.54484939575195,"PosZ":-155.11839294433594,"NPCMonsterID":1002040,"EventID":0,"groupId":23,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":262.1000061035156,"PosY":52.70042037963867,"PosZ":-163.33999633789065,"RotY":30.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":268.4530029296875,"PosY":52.54521942138672,"PosZ":-153.69000244140625,"RotY":210.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":268.9530029296875,"PosY":52.544960021972656,"PosZ":-152.82400512695312,"RotY":210.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":269.5690002441406,"PosY":52.54558944702149,"PosZ":-153.7570037841797,"RotY":210.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":260.8858947753906,"PosY":52.5849494934082,"PosZ":-152.7823028564453,"RotY":210.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":261.50189208984375,"PosY":52.55167007446289,"PosZ":-153.71530151367188,"RotY":210.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":262.00189208984375,"PosY":52.547760009765625,"PosZ":-152.84930419921875,"RotY":210.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":269.87298583984375,"PosY":52.545040130615234,"PosZ":-145.28399658203125,"RotY":210.0,"groupId":0}}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":257.1499938964844,"PosY":52.6851692199707,"PosZ":-164.47999572753906,"RotY":45.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":268.7659912109375,"PosY":52.567508697509766,"PosZ":-147.04200744628906,"RotY":200.0,"groupId":0}}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":262.8599853515625,"PosY":52.54484939575195,"PosZ":-162.58999633789065,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":262.8599853515625,"PosY":52.54484939575195,"PosZ":-162.58999633789065,"RotY":210.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":262.8599853515625,"PosY":52.54484939575195,"PosZ":-162.58999633789065,"NPCMonsterID":1002040,"EventID":0,"groupId":26,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":233.80999755859375,"PosY":45.28681182861328,"PosZ":-89.69999694824219,"RotY":15.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":208.7599945068359,"PosY":46.59772872924805,"PosZ":-62.27000045776367,"RotY":75.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":232.61000061035156,"PosY":45.26504135131836,"PosZ":-76.4800033569336,"RotY":30.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":242.8180999755859,"PosY":45.26504135131836,"PosZ":-60.46012878417969,"RotY":210.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":236.1219024658203,"PosY":45.26504135131836,"PosZ":-60.05820083618164,"RotY":210.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":239.8180999755859,"PosY":45.26504135131836,"PosZ":-65.65628051757812,"RotY":210.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":242.39810180664065,"PosY":45.26504135131836,"PosZ":-61.187591552734375,"RotY":210.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":235.7313995361328,"PosY":45.26504135131836,"PosZ":-60.73456954956055,"RotY":210.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":239.3831024169922,"PosY":45.26504135131836,"PosZ":-66.40972137451172,"RotY":210.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":242.72000122070312,"PosY":45.26502990722656,"PosZ":-54.630001068115234,"RotY":210.0,"groupId":0}}},"29":{"props":[],"npcs":[{"ID":400001,"PosX":231.1219024658203,"PosY":45.26502990722656,"PosZ":-68.71846008300781,"Name":"NPC1","RotY":45.0,"NPCID":3013,"groupId":29,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":157.97999572753906,"PosY":32.44437026977539,"PosZ":-99.62999725341797,"RotY":255.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":157.97999572753906,"PosY":32.44437026977539,"PosZ":-99.62999725341797,"RotY":255.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":255.0,"PosX":157.97999572753906,"PosY":32.44437026977539,"PosZ":-99.62999725341797,"NPCMonsterID":1002040,"EventID":0,"groupId":30,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":231.1219024658203,"PosY":45.26504135131836,"PosZ":-68.71846008300781,"RotY":45.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":233.72000122070312,"PosY":45.26504135131836,"PosZ":-70.21846008300781,"RotY":30.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":45.0,"PosX":231.1219024658203,"PosY":45.26504135131836,"PosZ":-68.71846008300781,"NPCMonsterID":1002040,"EventID":0,"groupId":31,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":237.5861968994141,"PosY":45.26504135131836,"PosZ":-70.44999694824219,"RotY":14.999990463256836,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":45.0,"PosX":232.38999938964844,"PosY":45.26504135131836,"PosZ":-67.44998931884766,"NPCMonsterID":1002040,"EventID":0,"groupId":32,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":227.34959411621097,"PosY":45.266319274902344,"PosZ":-62.80598068237305,"RotY":105.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":239.07000732421875,"PosY":45.26504135131836,"PosZ":-67.05000305175781,"RotY":285.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":240.0359039306641,"PosY":45.26504135131836,"PosZ":-67.30882263183594,"RotY":285.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":239.29409790039065,"PosY":45.26504135131836,"PosZ":-68.14533996582031,"RotY":285.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":238.0442047119141,"PosY":45.26504135131836,"PosZ":-59.53047180175781,"RotY":285.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":237.30239868164065,"PosY":45.26504135131836,"PosZ":-60.366989135742195,"RotY":285.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":238.2682952880859,"PosY":45.26504135131836,"PosZ":-60.62580108642578,"RotY":285.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":248.60000610351565,"PosY":45.26502990722656,"PosZ":-66.5,"RotY":285.0,"groupId":0}}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":224.59800720214844,"PosY":45.27206039428711,"PosZ":-64.3448715209961,"RotY":105.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":248.60000610351565,"PosY":45.26504135131836,"PosZ":-66.5,"RotY":285.0,"groupId":0}}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":231.1699981689453,"PosY":45.26504135131836,"PosZ":-62.0,"RotY":120.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":231.1699981689453,"PosY":45.26504135131836,"PosZ":-62.0,"RotY":285.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":120.0,"PosX":231.1699981689453,"PosY":45.26504135131836,"PosZ":-62.0,"NPCMonsterID":1002040,"EventID":0,"groupId":35,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":154.13400268554688,"PosY":35.372859954833984,"PosZ":-95.72798919677734,"RotY":60.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":154.78399658203125,"PosY":30.578340530395508,"PosZ":-110.7699966430664,"RotY":0.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":163.57000732421875,"PosY":32.45158004760742,"PosZ":-104.47000122070312,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":152.11019897460938,"PosY":32.441280364990234,"PosZ":-105.35990142822266,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":147.17059326171875,"PosY":32.46614074707031,"PosZ":-106.46929931640624,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":150.1697998046875,"PosY":32.39591979980469,"PosZ":-100.47000122070312,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":152.95010375976565,"PosY":32.424198150634766,"PosZ":-105.35990142822266,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":147.9508056640625,"PosY":32.444671630859375,"PosZ":-106.47000122070312,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":151.039794921875,"PosY":32.38032913208008,"PosZ":-100.47000122070312,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":139.57000732421875,"PosY":32.43326950073242,"PosZ":-103.47000122070312,"RotY":90.00000762939453,"groupId":0}}},"38":{"props":[],"npcs":[{"ID":400001,"PosX":157.97999572753906,"PosY":31.953290939331055,"PosZ":-99.62999725341797,"Name":"NPC1","RotY":255.0,"NPCID":3013,"groupId":38,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"39":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":140.69000244140625,"PosY":32.41640090942383,"PosZ":-105.47000122070312,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":156.9600067138672,"PosY":32.0212287902832,"PosZ":-105.72000122070312,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":157.96009826660156,"PosY":32.111080169677734,"PosZ":-105.72019958496094,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":157.45989990234375,"PosY":31.915319442749023,"PosZ":-106.72000122070312,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":150.69000244140625,"PosY":32.41035079956055,"PosZ":-99.47000122070312,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":150.19000244140625,"PosY":32.395389556884766,"PosZ":-100.47000122070312,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":151.19000244140625,"PosY":32.37825012207031,"PosZ":-100.47000122070312,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":162.69000244140625,"PosY":32.449649810791016,"PosZ":-103.47000122070312,"RotY":270.0,"groupId":0}}},"40":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":101.10299682617188,"PosY":58.82537078857422,"PosZ":-85.11499786376953,"RotY":150.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":133.3300018310547,"PosY":58.92327117919922,"PosZ":-145.02999877929688,"RotY":150.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":129.72000122070312,"PosY":59.02920913696289,"PosZ":-134.91000366210938,"RotY":330.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":115.44000244140624,"PosY":58.98456954956055,"PosZ":-115.58999633789064,"RotY":150.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":105.53389739990234,"PosY":58.98456954956055,"PosZ":-100.35980224609376,"RotY":150.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":117.08999633789064,"PosY":58.984580993652344,"PosZ":-107.2300033569336,"RotY":150.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":115.86000061035156,"PosY":58.99095916748047,"PosZ":-116.31749725341795,"RotY":150.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":105.92430114746094,"PosY":58.98456954956055,"PosZ":-101.03610229492188,"RotY":150.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":117.52500152587892,"PosY":58.984580993652344,"PosZ":-107.98349761962892,"RotY":150.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":103.37000274658205,"PosY":58.98455810546875,"PosZ":-90.61000061035156,"RotY":150.0,"groupId":0}}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":123.29000091552734,"PosY":59.02919006347656,"PosZ":-131.1199951171875,"RotY":345.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":125.88809967041016,"PosY":59.02919006347656,"PosZ":-129.6199951171875,"RotY":330.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":345.0,"PosX":123.29000091552734,"PosY":59.02919006347656,"PosZ":-131.1199951171875,"NPCMonsterID":1002040,"EventID":0,"groupId":42,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"43":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":110.76000213623048,"PosY":59.00809097290039,"PosZ":-108.88999938964844,"RotY":315.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":110.76000213623048,"PosY":59.00809097290039,"PosZ":-108.88999938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":43,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":122.44000244140624,"PosY":59.02619934082031,"PosZ":-117.63999938964844,"RotY":315.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":315.0,"PosX":122.44000244140624,"PosY":59.02619934082031,"PosZ":-117.63999938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":44,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"45":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":154.78399658203125,"PosY":30.578340530395508,"PosZ":-110.7699966430664,"RotY":0.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":174.06900024414065,"PosY":28.390239715576172,"PosZ":-124.13999938964844,"RotY":90.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":128.24000549316406,"PosY":28.90406036376953,"PosZ":-112.38999938964844,"RotY":90.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":167.00999450683594,"PosY":28.48784065246582,"PosZ":-122.75,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":147.845703125,"PosY":28.570819854736328,"PosZ":-118.83529663085938,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":152.08999633789065,"PosY":28.3897705078125,"PosZ":-125.61000061035156,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":155.27999877929688,"PosY":28.81904029846191,"PosZ":-117.75,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":148.68569946289065,"PosY":28.5772705078125,"PosZ":-118.83529663085938,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":152.87100219726565,"PosY":28.389070510864254,"PosZ":-125.61000061035156,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":156.14999389648438,"PosY":28.809019088745117,"PosZ":-117.75,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":137.05999755859375,"PosY":28.62295913696289,"PosZ":-115.48999786376952,"RotY":120.0,"groupId":0}}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":159.25999450683594,"PosY":28.5362606048584,"PosZ":-126.22000122070312,"RotY":285.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":159.25999450683594,"PosY":28.5362606048584,"PosZ":-123.22000122070312,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":285.0,"PosX":159.25999450683594,"PosY":28.388710021972656,"PosZ":-126.22000122070312,"NPCMonsterID":1002040,"EventID":0,"groupId":47,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":149.64999389648438,"PosY":28.431129455566406,"PosZ":-124.62000274658205,"RotY":255.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":255.0,"PosX":149.64999389648438,"PosY":28.431129455566406,"PosZ":-124.62000274658205,"NPCMonsterID":1002040,"EventID":0,"groupId":48,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":159.08999633789065,"PosY":28.60161018371582,"PosZ":-119.68000030517578,"RotY":240.06739807128903,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":240.06739807128903,"PosX":159.08999633789065,"PosY":28.60161018371582,"PosZ":-119.68000030517578,"NPCMonsterID":1002040,"EventID":0,"groupId":49,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"50":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":184.0791931152344,"PosY":46.34833908081055,"PosZ":-66.06999969482422,"RotY":270.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":141.72999572753906,"PosY":46.299598693847656,"PosZ":-71.02999877929688,"RotY":80.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":157.07919311523438,"PosY":46.41379165649414,"PosZ":-67.41000366210938,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":170.29299926757812,"PosY":46.444461822509766,"PosZ":-59.7599983215332,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":171.29299926757812,"PosY":46.4494514465332,"PosZ":-59.75999069213867,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":177.17300415039065,"PosY":46.313350677490234,"PosZ":-64.07499694824219,"RotY":270.0,"groupId":0}}},"52":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":170.77000427246094,"PosY":46.4251594543457,"PosZ":-68.68000030517578,"RotY":30.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":165.8325958251953,"PosY":46.405521392822266,"PosZ":-59.96234130859375,"Name":"NPC1","RotY":124.61190032958984,"NPCID":1013,"groupId":52,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"53":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":255.5709991455078,"PosY":52.68191146850586,"PosZ":-166.4409942626953,"RotY":44.9999885559082,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":259.489990234375,"PosY":52.57176971435547,"PosZ":-157.14999389648438,"RotY":44.9999885559082,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":265.85400390625,"PosY":52.55281829833984,"PosZ":-159.27130126953125,"RotY":44.9999885559082,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":262.1700134277344,"PosY":52.54460906982422,"PosZ":-151.35000610351565,"RotY":44.9999885559082,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":259.739990234375,"PosY":52.594200134277344,"PosZ":-156.2100067138672,"RotY":44.9999885559082,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":266.40618896484375,"PosY":52.55582046508789,"PosZ":-158.71910095214844,"RotY":44.9999885559082,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":262.44000244140625,"PosY":52.54462814331055,"PosZ":-150.38999938964844,"RotY":44.9999885559082,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":269.06500244140625,"PosY":52.54494094848633,"PosZ":-146.11199951171875,"RotY":215.0,"groupId":0}}},"54":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":261.0422058105469,"PosY":52.74462890625,"PosZ":-163.68569946289065,"RotY":14.999990463256836,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":261.0422058105469,"PosY":52.74462890625,"PosZ":-163.68569946289065,"RotY":14.999990463256836,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":14.999990463256836,"PosX":264.6549987792969,"PosY":52.555538177490234,"PosZ":-162.19400024414065,"NPCMonsterID":1002040,"EventID":0,"groupId":54,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"55":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":257.8185119628906,"PosY":52.74462890625,"PosZ":-160.968505859375,"RotY":59.99995040893555,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":59.99995040893555,"PosX":261.0369873046875,"PosY":52.54486083984375,"PosZ":-156.52499389648438,"NPCMonsterID":1002040,"EventID":0,"groupId":55,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":241.0099945068359,"PosY":45.26502990722656,"PosZ":-52.31999969482422,"RotY":210.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":237.2899932861328,"PosY":45.26504135131836,"PosZ":-57.26253890991211,"RotY":210.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":241.8105010986328,"PosY":45.26504135131836,"PosZ":-63.343631744384766,"RotY":210.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":234.5449981689453,"PosY":45.26504135131836,"PosZ":-62.61656188964844,"RotY":210.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":236.8699951171875,"PosY":45.26504135131836,"PosZ":-57.9900016784668,"RotY":210.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":241.4199981689453,"PosY":45.26504135131836,"PosZ":-64.0199966430664,"RotY":210.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":234.11000061035156,"PosY":45.26504135131836,"PosZ":-63.369998931884766,"RotY":210.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":232.43099975585935,"PosY":45.26504135131836,"PosZ":-73.77999877929688,"RotY":30.0,"groupId":0}}},"57":{"props":[],"npcs":[{"ID":400001,"PosX":242.0644989013672,"PosY":45.26504135131836,"PosZ":-58.90618133544922,"Name":"NPC1","RotY":224.99989318847656,"NPCID":3013,"groupId":57,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":242.0644989013672,"PosY":45.26504135131836,"PosZ":-58.90618133544922,"RotY":224.99989318847656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":242.0644989013672,"PosY":45.26504135131836,"PosZ":-58.90618133544922,"RotY":224.99989318847656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":224.99989318847656,"PosX":242.0644989013672,"PosY":45.26504135131836,"PosZ":-58.90618133544922,"NPCMonsterID":1002040,"EventID":0,"groupId":58,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":139.57000732421875,"PosY":32.42713928222656,"PosZ":-105.02999877929688,"RotY":90.00000762939453,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":148.52000427246094,"PosY":32.4280891418457,"PosZ":-100.47000122070312,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":151.52049255371094,"PosY":32.46614074707031,"PosZ":-106.46949768066406,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":154.52000427246094,"PosY":32.39591979980469,"PosZ":-100.47000122070312,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":149.36000061035156,"PosY":32.42790985107422,"PosZ":-100.47000122070312,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":152.30099487304688,"PosY":32.444671630859375,"PosZ":-106.47000122070312,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":155.38999938964844,"PosY":32.38032913208008,"PosZ":-100.47000122070312,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":163.57000732421875,"PosY":32.45056915283203,"PosZ":-103.47000122070312,"RotY":270.0,"groupId":0}}},"60":{"props":[],"npcs":[{"ID":400001,"PosX":143.98460388183594,"PosY":32.43027114868164,"PosZ":-100.38330078125,"Name":"NPC1","RotY":105.0,"NPCID":3013,"groupId":60,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"61":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":143.98460388183594,"PosY":32.43027114868164,"PosZ":-100.38330078125,"RotY":105.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":143.98460388183594,"PosY":32.43027114868164,"PosZ":-100.38330078125,"RotY":105.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":105.0,"PosX":143.98460388183594,"PosY":32.43027114868164,"PosZ":-100.38330078125,"NPCMonsterID":1002040,"EventID":0,"groupId":61,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"63":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":252.9777984619141,"PosY":45.26504135131836,"PosZ":-60.836219787597656,"RotY":269.27508544921875,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":249.13999938964844,"PosY":45.26504135131836,"PosZ":-63.349998474121094,"RotY":269.27520751953125,"PropID":60104,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":249.13999938964844,"PosY":45.26504135131836,"PosZ":-64.74368286132812,"RotY":269.27520751953125,"PropID":60105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":250.6499938964844,"PosY":45.26504135131836,"PosZ":-63.99367904663086,"RotY":269.27520751953125,"PropID":60106,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":244.57000732421875,"PosY":45.26504135131836,"PosZ":-64.06999969482422,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvTransform.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":220.10000610351565,"PosY":45.421348571777344,"PosZ":-62.7599983215332,"RotY":300.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":223.32569885253903,"PosY":45.27341079711914,"PosZ":-60.65999984741211,"RotY":90.0,"PropID":913,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvAreaReady.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EntranceBlockLine_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":218.10699462890625,"PosY":45.8248291015625,"PosZ":-63.44300079345703,"RotY":279.62030029296875,"PropID":60105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":213.69830322265625,"PosY":46.401580810546875,"PosZ":-61.059959411621094,"RotY":90.0,"groupId":0}}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":239.35000610351565,"PosY":45.26504135131836,"PosZ":-64.0199966430664,"RotY":359.0390930175781,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvAreaMark.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":219.25,"PosY":45.48120880126953,"PosZ":-60.5,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":228.82000732421875,"PosY":45.26502990722656,"PosZ":-50.400001525878906,"RotY":0.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":250.25,"PosY":45.2651481628418,"PosZ":-72.69999694824219,"RotY":0.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":64,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002059,"EventID":81312013,"groupId":64,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":64,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":64,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":64,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":64,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":64,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002059,"EventID":81312013,"groupId":64,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":64,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":64,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":64,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":64,"IsDelete":false,"IsClientOnly":false},{"ID":200014,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":64,"IsDelete":false,"IsClientOnly":false},{"ID":200015,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":64,"IsDelete":false,"IsClientOnly":false},{"ID":200016,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":64,"IsDelete":false,"IsClientOnly":false},{"ID":200017,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":64,"IsDelete":false,"IsClientOnly":false},{"ID":200018,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":64,"IsDelete":false,"IsClientOnly":false},{"ID":200019,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":64,"IsDelete":false,"IsClientOnly":false},{"ID":200020,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002059,"EventID":81312013,"groupId":64,"IsDelete":false,"IsClientOnly":false},{"ID":200021,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002059,"EventID":81312013,"groupId":64,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"65":{"props":[],"npcs":[{"ID":400001,"PosX":168.085693359375,"PosY":56.035770416259766,"PosZ":-194.9196929931641,"Name":"NPC1","RotY":30.0,"NPCID":1007,"groupId":65,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"66":{"props":[],"npcs":[{"ID":400001,"PosX":166.50929260253906,"PosY":46.55030059814453,"PosZ":-68.0,"Name":"NPC1","RotY":30.0,"NPCID":1007,"groupId":66,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":129.44000244140625,"PosY":46.616840362548835,"PosZ":-38.61000061035156,"RotY":351.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":141.72999572753906,"PosY":46.299598693847656,"PosZ":-71.02999877929688,"RotY":80.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":127.52999877929688,"PosY":46.7168083190918,"PosZ":-78.53848266601562,"RotY":9.999999747378752e-6,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":128.52999877929688,"PosY":46.570220947265625,"PosZ":-59.53847885131836,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":122.52999877929688,"PosY":46.570220947265625,"PosZ":-62.53847885131836,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":128.52999877929688,"PosY":46.570220947265625,"PosZ":-65.53848266601562,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":128.52999877929688,"PosY":46.570220947265625,"PosZ":-60.37847900390625,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":122.52999877929688,"PosY":46.570220947265625,"PosZ":-63.319480895996094,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":128.52999877929688,"PosY":46.570220947265625,"PosZ":-66.40849304199219,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":125.52999877929688,"PosY":46.570220947265625,"PosZ":-54.53847885131836,"RotY":180.0,"groupId":0}}},"69":{"props":[],"npcs":[{"ID":400001,"PosX":122.52999877929688,"PosY":46.570220947265625,"PosZ":-72.53848266601562,"Name":"NPC1","RotY":15.000009536743164,"NPCID":3013,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"70":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":122.52999877929688,"PosY":46.570220947265625,"PosZ":-72.53848266601562,"RotY":15.000009536743164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":125.52999877929688,"PosY":46.570220947265625,"PosZ":-72.53848266601562,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":15.000009536743164,"PosX":122.52999877929688,"PosY":46.570220947265625,"PosZ":-72.53848266601562,"NPCMonsterID":1002040,"EventID":0,"groupId":70,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"71":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":174.76229858398438,"PosY":46.3484992980957,"PosZ":-62.439998626708984,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":155.76229858398438,"PosY":46.38248825073242,"PosZ":-61.439998626708984,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":158.76229858398438,"PosY":46.4475212097168,"PosZ":-67.44000244140625,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":161.76229858398438,"PosY":46.35396957397461,"PosZ":-61.439998626708984,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":156.602294921875,"PosY":46.36629104614258,"PosZ":-61.439998626708984,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":159.54330444335938,"PosY":46.457611083984375,"PosZ":-67.44001007080078,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":162.63229370117188,"PosY":46.35824966430664,"PosZ":-61.439998626708984,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":150.76229858398438,"PosY":46.42057037353515,"PosZ":-64.44000244140625,"RotY":90.00000762939453,"groupId":0}}},"72":{"props":[],"npcs":[{"ID":400001,"PosX":168.76229858398438,"PosY":46.393280029296875,"PosZ":-67.44000244140625,"Name":"NPC1","RotY":285.0,"NPCID":3013,"groupId":72,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"75":{"props":[],"npcs":[{"ID":400001,"PosX":122.52999877929688,"PosY":46.570220947265625,"PosZ":-72.53848266601562,"Name":"NPC1","RotY":15.000009536743164,"NPCID":3013,"groupId":75,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"76":{"props":[],"npcs":[{"ID":400001,"PosX":126.25,"PosY":46.570220947265625,"PosZ":-72.3499984741211,"Name":"NPC1","RotY":344.7190856933594,"NPCID":3013,"groupId":76,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"77":{"props":[],"npcs":[{"ID":400001,"PosX":129.44000244140625,"PosY":46.570220947265625,"PosZ":-70.77999877929688,"Name":"NPC1","RotY":317.18560791015625,"NPCID":3013,"groupId":77,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"78":{"props":[],"npcs":[{"ID":400001,"PosX":124.01000213623048,"PosY":46.570220947265625,"PosZ":-72.53848266601562,"Name":"NPC1","RotY":15.000009536743164,"NPCID":3013,"groupId":78,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"79":{"props":[],"npcs":[{"ID":400001,"PosX":128.13999938964844,"PosY":46.570220947265625,"PosZ":-71.47000122070312,"Name":"NPC1","RotY":317.18560791015625,"NPCID":3013,"groupId":79,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"80":{"props":[],"npcs":[{"ID":400001,"PosX":168.76229858398438,"PosY":46.393280029296875,"PosZ":-68.7699966430664,"Name":"NPC1","RotY":285.0,"NPCID":3013,"groupId":80,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"81":{"props":[],"npcs":[{"ID":400001,"PosX":169.22000122070312,"PosY":46.393280029296875,"PosZ":-65.37000274658203,"Name":"NPC1","RotY":265.739013671875,"NPCID":3013,"groupId":81,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"82":{"props":[],"npcs":[{"ID":400001,"PosX":168.0500030517578,"PosY":46.393280029296875,"PosZ":-61.93000030517578,"Name":"NPC1","RotY":248.93299865722656,"NPCID":3013,"groupId":82,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"83":{"props":[],"npcs":[{"ID":400001,"PosX":168.76229858398438,"PosY":46.393280029296875,"PosZ":-67.08999633789062,"Name":"NPC1","RotY":285.0,"NPCID":3013,"groupId":83,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"84":{"props":[],"npcs":[{"ID":400001,"PosX":168.39199829101565,"PosY":46.393280029296875,"PosZ":-63.63800048828125,"Name":"NPC1","RotY":247.0565948486328,"NPCID":3013,"groupId":84,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P80204_F80204001":{"teleports":{},"group_items":{"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.619998931884766,"PosY":-0.0790800005197525,"PosZ":49.2960090637207,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-34.619998931884766,"PosY":-0.02499699965119362,"PosZ":25.990009307861328,"RotY":0.0,"groupId":0}}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.72599983215332,"PosY":0.043163001537323,"PosZ":35.5260009765625,"RotY":210.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.619998931884766,"PosY":0.13126300275325775,"PosZ":35.99000930786133,"RotY":150.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.367000579833984,"PosY":-0.040814999490976334,"PosZ":30.878999710083008,"RotY":120.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.461000442504883,"PosY":0.008084000088274479,"PosZ":30.459999084472656,"RotY":120.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.535999298095703,"PosY":0.01685499958693981,"PosZ":31.43199920654297,"RotY":120.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-31.6200008392334,"PosY":-0.061027999967336655,"PosZ":40.99000930786133,"Name":"NPC1","RotY":195.00010681152344,"NPCID":1013,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.649999618530273,"PosY":5.337989807128906,"PosZ":52.2599983215332,"RotY":269.9997863769531,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.56269836425781,"PosY":5.346620082855225,"PosZ":51.67662048339844,"RotY":89.99983215332033,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.119998931884766,"PosY":5.410706996917725,"PosZ":58.617000579833984,"RotY":89.99983215332033,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.926998138427734,"PosY":5.396058082580566,"PosZ":50.847999572753906,"RotY":89.99983215332033,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.099998474121094,"PosY":5.361906051635742,"PosZ":58.619998931884766,"RotY":89.99983215332033,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.29399871826172,"PosY":5.448258876800537,"PosZ":59.84199905395508,"RotY":89.99983215332033,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.926998138427734,"PosY":5.430409908294678,"PosZ":59.16299819946289,"RotY":89.99983215332033,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-51.040000915527344,"PosY":5.280183792114258,"PosZ":53.58000183105469,"RotY":90.0,"groupId":0}}},"14":{"props":[],"npcs":[{"ID":400001,"PosX":-35.650001525878906,"PosY":5.326560020446777,"PosZ":58.349998474121094,"Name":"NPC1","RotY":254.0001983642578,"NPCID":3013,"groupId":14,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.9800033569336,"PosY":5.425549030303955,"PosZ":74.05998992919922,"RotY":134.99989318847656,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.12900161743164,"PosY":5.564970016479492,"PosZ":61.84299850463867,"RotY":314.9999084472656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.13200378417969,"PosY":5.674860954284668,"PosZ":63.303001403808594,"RotY":314.9999084472656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.130001068115234,"PosY":5.491353988647461,"PosZ":65.9000015258789,"RotY":314.9999084472656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.18000030517578,"PosY":5.465010166168213,"PosZ":67.25,"RotY":314.9999084472656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.12900161743164,"PosY":5.554640769958496,"PosZ":62.952999114990234,"RotY":314.9999084472656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.09207916259766,"PosY":5.706573009490967,"PosZ":62.49674987792969,"RotY":314.9999084472656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-60.75999069213867,"PosY":5.492246150970459,"PosZ":49.25400161743164,"RotY":0.0,"groupId":0}}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.43000030517578,"PosY":5.401741027832031,"PosZ":69.12999725341797,"RotY":149.99989318847656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.43000030517578,"PosY":5.401741027832031,"PosZ":69.12999725341797,"RotY":149.99989318847656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":149.99989318847656,"PosX":-62.43000030517578,"PosY":5.401741027832031,"PosZ":69.12999725341797,"NPCMonsterID":1002040,"EventID":0,"groupId":16,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.60900115966797,"PosY":6.220682144165039,"PosZ":79.1500015258789,"RotY":130.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.849998474121094,"PosY":5.2871928215026855,"PosZ":53.369998931884766,"RotY":270.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.280000686645508,"PosY":2.7000079154968266,"PosZ":49.709999084472656,"RotY":270.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.849998474121094,"PosY":5.2871928215026855,"PosZ":53.369998931884766,"RotY":270.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.280000686645508,"PosY":2.7000079154968266,"PosZ":49.709999084472656,"RotY":270.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.25999069213867,"PosY":-0.11920499801635742,"PosZ":17.739999771118164,"RotY":0.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.27999877929688,"PosY":1.1893140077590942,"PosZ":119.33999633789064,"RotY":269.3406066894531,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.3010025024414,"PosY":3.71036696434021,"PosZ":109.39099884033205,"RotY":225.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.08000183105469,"PosY":1.3134009838104248,"PosZ":121.48999786376952,"RotY":220.5937957763672,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.1500015258789,"PosY":3.610515117645264,"PosZ":111.34999847412108,"RotY":274.8280944824219,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.00830841064453,"PosY":3.6319429874420166,"PosZ":111.5011978149414,"RotY":274.8280944824219,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.75399780273438,"PosY":3.653964042663574,"PosZ":109.24600219726564,"RotY":179.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.84200286865236,"PosY":3.6330080032348633,"PosZ":111.39099884033205,"RotY":179.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.00830841064453,"PosY":3.604315042495727,"PosZ":111.44000244140624,"RotY":274.8280944824219,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.83599853515625,"PosY":3.671188116073608,"PosZ":110.33000183105467,"RotY":179.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-78.2883529663086,"PosY":3.5449039936065674,"PosZ":105.01270294189452,"RotY":0.0,"groupId":0}}},"24":{"props":[],"npcs":[{"ID":400001,"PosX":-74.87999725341797,"PosY":1.246317982673645,"PosZ":119.6999969482422,"Name":"NPC1","RotY":217.82240295410156,"NPCID":3013,"groupId":24,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.279998779296875,"PosY":-2.4913389682769775,"PosZ":98.27999877929688,"RotY":0.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.58000946044922,"PosY":-1.5366339683532717,"PosZ":119.26000213623048,"RotY":90.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.41999816894531,"PosY":-2.604404926300049,"PosZ":121.8000030517578,"RotY":222.28689575195312,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-53.005001068115234,"PosY":-2.6773459911346436,"PosZ":107.08699798583984,"RotY":57.286861419677734,"groupId":0}}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.2599983215332,"PosY":-2.596621036529541,"PosZ":115.12000274658205,"RotY":237.28680419921875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.2599983215332,"PosY":-2.596621036529541,"PosZ":115.12000274658205,"RotY":237.28680419921875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":237.28680419921875,"PosX":-39.2599983215332,"PosY":-2.596621036529541,"PosZ":115.12000274658205,"NPCMonsterID":1002040,"EventID":0,"groupId":33,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.5379999876022339,"PosY":-0.12707599997520447,"PosZ":105.34999847412108,"RotY":270.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.989999771118164,"PosY":-0.20540399849414823,"PosZ":93.76998138427734,"RotY":270.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.199999809265137,"PosY":-2.5820059776306152,"PosZ":131.9199981689453,"RotY":180.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.4196648597717285,"PosY":-0.1660030037164688,"PosZ":122.41259765625,"RotY":176.03469848632812,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.045999526977539,"PosY":-0.19099999964237213,"PosZ":109.697998046875,"RotY":356.0346984863281,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.1419999599456787,"PosY":-0.021984999999403954,"PosZ":111.18199920654295,"RotY":356.0346984863281,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.8499999046325684,"PosY":-0.06473600119352341,"PosZ":109.13999938964844,"RotY":356.0346984863281,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.154000282287598,"PosY":-0.19099999964237213,"PosZ":111.05599975585938,"RotY":356.0346984863281,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.005000114440918,"PosY":-0.011435999535024166,"PosZ":112.3010025024414,"RotY":356.0346984863281,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.4200000762939453,"PosY":-0.07746300101280212,"PosZ":107.83999633789064,"RotY":356.0346984863281,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-9.689998626708984,"PosY":-0.22125400602817535,"PosZ":101.75,"RotY":31.175289154052734,"groupId":0}}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.28000020980835,"PosY":-0.19099999964237213,"PosZ":116.87000274658205,"RotY":191.03469848632812,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.28000020980835,"PosY":-0.19099999964237213,"PosZ":116.87000274658205,"RotY":191.03469848632812,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":191.03469848632812,"PosX":-4.28000020980835,"PosY":-0.19099999964237213,"PosZ":116.87000274658205,"NPCMonsterID":1002040,"EventID":0,"groupId":36,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.64300012588501,"PosY":-0.19099999964237213,"PosZ":116.947998046875,"RotY":161.03469848632812,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":161.03469848632812,"PosX":-7.64300012588501,"PosY":-0.19099999964237213,"PosZ":116.947998046875,"NPCMonsterID":1002040,"EventID":0,"groupId":37,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.25,"PosY":0.9046630263328552,"PosZ":155.63999938964844,"RotY":161.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.199999809265137,"PosY":-2.5820059776306152,"PosZ":131.9199981689453,"RotY":180.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":11.649999618530272,"PosY":-2.5809121131896973,"PosZ":152.55999755859375,"RotY":250.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"39":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.239999771118164,"PosY":-2.4781360626220703,"PosZ":125.94000244140624,"RotY":30.694379806518555,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.711000442504883,"PosY":-2.5856480598449707,"PosZ":138.4550018310547,"RotY":217.55650329589844,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.25,"PosY":-2.334625005722046,"PosZ":137.07000732421875,"RotY":217.55650329589844,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.010000228881836,"PosY":-2.5481419563293457,"PosZ":148.22999572753906,"RotY":217.55650329589844,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.809999465942383,"PosY":-2.536310911178589,"PosZ":139.50999450683594,"RotY":217.55650329589844,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.18000030517578,"PosY":-2.4006810188293457,"PosZ":136.97000122070312,"RotY":217.55650329589844,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.800000190734863,"PosY":-2.567387104034424,"PosZ":147.42999267578125,"RotY":217.55650329589844,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":4.797999858856201,"PosY":-2.6773459911346436,"PosZ":148.9149932861328,"RotY":244.2342987060547,"groupId":0}}},"40":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.520000457763672,"PosY":-2.6773459911346436,"PosZ":132.14999389648438,"RotY":42.906959533691406,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.831790924072266,"PosY":-2.6773459911346436,"PosZ":131.1905059814453,"RotY":37.5565299987793,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":42.906959533691406,"PosX":-27.520000457763672,"PosY":-2.6773459911346436,"PosZ":132.14999389648438,"NPCMonsterID":1002040,"EventID":0,"groupId":40,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.5,"PosY":-2.4951400756835938,"PosZ":144.05999755859375,"RotY":90.92327880859376,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.92327880859376,"PosX":-13.5,"PosY":-2.4951400756835938,"PosZ":144.05999755859375,"NPCMonsterID":1002040,"EventID":0,"groupId":41,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.579999923706056,"PosY":-2.6217219829559326,"PosZ":140.63999938964844,"RotY":75.67891693115236,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.92327880859376,"PosX":-11.359999656677246,"PosY":-2.4491779804229736,"PosZ":144.02999877929688,"NPCMonsterID":1002040,"EventID":0,"groupId":42,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"43":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.200000762939453,"PosY":4.313708782196045,"PosZ":169.27999877929688,"RotY":270.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.25,"PosY":0.9046630263328552,"PosZ":155.63999938964844,"RotY":161.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.68000030517578,"PosY":1.091418981552124,"PosZ":156.35000610351565,"RotY":56.56045913696289,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.47599983215332,"PosY":1.1314870119094849,"PosZ":158.85699462890625,"RotY":236.5605010986328,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.340999603271484,"PosY":1.1280959844589231,"PosZ":158.697998046875,"RotY":236.5605010986328,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.219999313354492,"PosY":1.113142013549805,"PosZ":165.32000732421875,"RotY":236.5605010986328,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.090000152587892,"PosY":1.0880990028381348,"PosZ":159.38999938964844,"RotY":236.5605010986328,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.239999771118164,"PosY":1.1978199481964111,"PosZ":165.0399932861328,"RotY":236.5605010986328,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.5,"PosY":1.0971620082855225,"PosZ":164.30999755859375,"RotY":236.5605010986328,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-8.989999771118164,"PosY":0.9939200282096863,"PosZ":165.8699951171875,"RotY":236.5605010986328,"groupId":0}}},"45":{"props":[],"npcs":[{"ID":400001,"PosX":-17.709999084472656,"PosY":1.0827239751815796,"PosZ":155.85000610351565,"Name":"NPC1","RotY":0.0,"NPCID":3013,"groupId":45,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.72000122070312,"PosY":13.470000267028809,"PosZ":159.74000549316406,"RotY":39.60432052612305,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-89.69000244140625,"PosY":1.313730001449585,"PosZ":131.52000427246094,"RotY":308.99798583984375,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.04000091552734,"PosY":1.4029209613800049,"PosZ":142.24000549316406,"RotY":116.70359802246094,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.80000305175781,"PosY":1.4034199714660645,"PosZ":141.27999877929688,"RotY":116.70359802246094,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.14800262451172,"PosY":1.4029209613800049,"PosZ":141.99899291992188,"RotY":116.70359802246094,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.2300033569336,"PosY":8.21999454498291,"PosZ":147.2899932861328,"RotY":116.70359802246094,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.2020034790039,"PosY":8.289743423461914,"PosZ":146.5959930419922,"RotY":116.70359802246094,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.44500732421875,"PosY":8.25167465209961,"PosZ":146.31100463867188,"RotY":116.70359802246094,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-67.7300033569336,"PosY":11.393269538879396,"PosZ":155.7790069580078,"RotY":218.443603515625,"groupId":0}}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.77330780029298,"PosY":1.3974390029907229,"PosZ":134.09170532226565,"RotY":26.70347023010254,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.77330780029298,"PosY":1.3974390029907229,"PosZ":134.09170532226565,"RotY":26.70347023010254,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":26.70347023010254,"PosX":-95.77330780029298,"PosY":1.3974390029907229,"PosZ":134.09170532226565,"NPCMonsterID":1002040,"EventID":0,"groupId":48,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.41400146484375,"PosY":8.220219612121582,"PosZ":146.35400390625,"RotY":329.9689025878906,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":329.9689025878906,"PosX":-76.41400146484375,"PosY":8.220219612121582,"PosZ":146.35400390625,"NPCMonsterID":1002040,"EventID":0,"groupId":49,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"50":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-87.03399658203125,"PosY":4.401892185211182,"PosZ":144.9929962158203,"RotY":145.9394073486328,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":145.9394073486328,"PosX":-87.03399658203125,"PosY":4.401892185211182,"PosZ":144.9929962158203,"NPCMonsterID":1002040,"EventID":0,"groupId":50,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.84000015258789,"PosY":13.470000267028809,"PosZ":151.0,"RotY":248.16110229492188,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.72000122070312,"PosY":13.470000267028809,"PosZ":159.74000549316406,"RotY":39.60432052612305,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"52":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.94110870361328,"PosY":13.470000267028809,"PosZ":153.66819763183594,"RotY":40.639400482177734,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.917728424072266,"PosY":13.470000267028809,"PosZ":166.59190368652344,"RotY":261.5262145996094,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.79362106323242,"PosY":13.470000267028809,"PosZ":166.5167999267578,"RotY":261.5262145996094,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.68000030517578,"PosY":13.470000267028809,"PosZ":168.97000122070312,"RotY":220.639404296875,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.52000045776367,"PosY":13.470000267028809,"PosZ":169.22000122070312,"RotY":220.639404296875,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.60499954223633,"PosY":13.470000267028809,"PosZ":165.79200744628906,"RotY":261.5262145996094,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.18865966796875,"PosY":13.470000267028809,"PosZ":168.3773956298828,"RotY":220.639404296875,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-38.470001220703125,"PosY":13.468000411987305,"PosZ":175.60000610351565,"RotY":220.639404296875,"groupId":0}}},"53":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.30979919433594,"PosY":13.468000411987305,"PosZ":162.1750946044922,"RotY":55.639400482177734,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.30979919433594,"PosY":13.468000411987305,"PosZ":162.1750946044922,"RotY":55.639400482177734,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":55.639400482177734,"PosX":-53.30979919433594,"PosY":13.468000411987305,"PosZ":162.1750946044922,"NPCMonsterID":1002040,"EventID":0,"groupId":53,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"54":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.22999954223633,"PosY":-2.4873950481414795,"PosZ":98.27999877929688,"RotY":0.0000670000008540228,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.80900001525879,"PosY":-2.546118974685669,"PosZ":93.24299621582033,"RotY":270.0000915527344,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"55":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.981998443603516,"PosY":-0.17376400530338287,"PosZ":68.6990966796875,"RotY":0.00010199999815085904,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.33000183105469,"PosY":-1.3551919460296633,"PosZ":79.66000366210938,"RotY":0.0000670000008540228,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.33000183105469,"PosY":-1.5315639972686768,"PosZ":80.61399841308594,"RotY":0.0000670000008540228,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-34.75933837890625,"PosY":-2.5492138862609863,"PosZ":90.91200256347656,"RotY":180.00010681152344,"groupId":0}}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.170000076293945,"PosY":-1.5083359479904177,"PosZ":80.19000244140625,"RotY":330.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-37.81999969482422,"PosY":-1.095088005065918,"PosZ":77.75599670410156,"Name":"NPC1","RotY":15.000029563903809,"NPCID":1013,"groupId":56,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"57":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.2599983215332,"PosY":-2.596621036529541,"PosZ":115.12000274658205,"RotY":237.28680419921875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.136661529541016,"PosY":-2.596079111099243,"PosZ":115.1522979736328,"RotY":57.31338119506836,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":237.28680419921875,"PosX":-39.2599983215332,"PosY":-2.596621036529541,"PosZ":115.12000274658205,"NPCMonsterID":1002040,"EventID":0,"groupId":57,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.84000015258789,"PosY":5.323822021484375,"PosZ":52.400001525878906,"RotY":269.9999084472656,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-51.040000915527344,"PosY":5.28862190246582,"PosZ":53.88899993896485,"RotY":89.99993896484375,"groupId":0}}},"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.95000076293945,"PosY":5.307476043701172,"PosZ":55.470001220703125,"RotY":254.99989318847656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.95000076293945,"PosY":5.307476043701172,"PosZ":55.470001220703125,"RotY":254.99989318847656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":254.99989318847656,"PosX":-34.95000076293945,"PosY":5.307476043701172,"PosZ":55.470001220703125,"NPCMonsterID":1002040,"EventID":0,"groupId":59,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"60":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.39900016784668,"PosY":1.0533620119094849,"PosZ":165.96499633789065,"RotY":260.0945129394531,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-22.364999771118164,"PosY":0.9480500221252441,"PosZ":157.26499938964844,"RotY":56.73725891113281,"groupId":0}}},"61":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.819999694824219,"PosY":0.9480500221252441,"PosZ":169.0,"RotY":236.7373046875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.819999694824219,"PosY":0.9480500221252441,"PosZ":169.0,"RotY":41.737281799316406,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":236.7373046875,"PosX":-8.819999694824219,"PosY":0.9480500221252441,"PosZ":169.0,"NPCMonsterID":1002040,"EventID":0,"groupId":61,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"62":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.219999313354492,"PosY":1.0267030000686646,"PosZ":156.5800018310547,"RotY":75.00021362304688,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.653860092163086,"PosY":1.0101430416107178,"PosZ":164.7624053955078,"RotY":255.0001983642578,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.6879301071167,"PosY":0.9983109831809996,"PosZ":165.0211944580078,"RotY":255.0001983642578,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-8.510000228881836,"PosY":0.9767730236053467,"PosZ":164.6959991455078,"RotY":240.0001983642578,"groupId":0}}},"63":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.822019577026367,"PosY":1.0779409408569336,"PosZ":157.8509063720703,"RotY":30.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-18.549999237060547,"PosY":0.9767730236053467,"PosZ":162.25,"Name":"NPC1","RotY":90.00018310546875,"NPCID":1013,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.029991149902344,"PosY":-0.139724001288414,"PosZ":69.29000091552734,"RotY":0.000012000000424450263,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.029998779296875,"PosY":-1.4173749685287476,"PosZ":79.4800033569336,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.029998779296875,"PosY":-1.5506269931793213,"PosZ":80.48001098632812,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.030000686645508,"PosY":-1.4735939502716064,"PosZ":79.98001098632812,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.739999771118164,"PosY":-1.89546000957489,"PosZ":82.87999725341797,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.739999771118164,"PosY":-1.7628730535507202,"PosZ":82.37999725341797,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.739999771118164,"PosY":-1.9105039834976196,"PosZ":83.37998962402344,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-34.63999938964844,"PosY":-2.5579779148101807,"PosZ":89.41999816894531,"RotY":180.0,"groupId":0}}},"65":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.650001525878906,"PosY":5.3506669998168945,"PosZ":53.34000015258789,"RotY":-0.00010900000052060932,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.16999816894531,"PosY":5.69611120223999,"PosZ":66.87999725341797,"RotY":314.9999084472656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.5,"PosY":5.516064167022705,"PosZ":72.12999725341797,"RotY":314.9999084472656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.06999969482422,"PosY":5.468409061431885,"PosZ":67.0199966430664,"RotY":314.9999084472656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.119998931884766,"PosY":5.481472969055176,"PosZ":68.37001037597656,"RotY":314.9999084472656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.16999816894531,"PosY":5.687839984893799,"PosZ":67.98999786376953,"RotY":314.9999084472656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.34000015258789,"PosY":5.516969203948975,"PosZ":73.14000701904298,"RotY":314.9999084472656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-68.33000183105469,"PosY":5.710000038146973,"PosZ":76.05999755859375,"RotY":149.99989318847656,"groupId":0}}},"66":{"props":[],"npcs":[{"ID":400001,"PosX":-62.43000030517578,"PosY":5.401741027832031,"PosZ":69.12999725341797,"Name":"NPC1","RotY":149.99989318847656,"NPCID":3013,"groupId":66,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.60953140258789,"PosY":5.589481830596924,"PosZ":61.08134078979492,"RotY":14.999930381774902,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.60953140258789,"PosY":5.589481830596924,"PosZ":61.08134078979492,"RotY":14.999930381774902,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":14.999930381774902,"PosX":-63.60953140258789,"PosY":5.589481830596924,"PosZ":61.08134078979492,"NPCMonsterID":1002040,"EventID":0,"groupId":67,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.87120819091797,"PosY":5.589481830596924,"PosZ":61.256290435791016,"RotY":344.9999084472656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":344.9999084472656,"PosX":-59.87120819091797,"PosY":5.589481830596924,"PosZ":61.256290435791016,"NPCMonsterID":1002040,"EventID":0,"groupId":68,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"69":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.87999725341797,"PosY":1.246317982673645,"PosZ":119.6999969482422,"RotY":202.99009704589844,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.87999725341797,"PosY":1.246317982673645,"PosZ":119.6999969482422,"RotY":202.99009704589844,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":202.99009704589844,"PosX":-74.87999725341797,"PosY":1.246317982673645,"PosZ":119.6999969482422,"NPCMonsterID":1002040,"EventID":0,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"70":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.68000030517578,"PosY":-0.1830500066280365,"PosZ":97.9800033569336,"RotY":31.175289154052734,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.489999771118164,"PosY":-0.02841399982571602,"PosZ":114.1999969482422,"RotY":356.0346984863281,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.1419999599456787,"PosY":-0.021984999999403954,"PosZ":111.18199920654295,"RotY":356.0346984863281,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.3899989128112793,"PosY":-0.16386400163173676,"PosZ":115.37000274658205,"RotY":356.0346984863281,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.598000526428223,"PosY":-0.04166800156235695,"PosZ":115.55799865722656,"RotY":356.0346984863281,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.005000114440918,"PosY":-0.011435999535024166,"PosZ":112.3010025024414,"RotY":356.0346984863281,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.9600000381469727,"PosY":-0.05415299907326698,"PosZ":114.06999969482422,"RotY":356.0346984863281,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-6.505000114440918,"PosY":-0.12586599588394165,"PosZ":123.65000152587892,"RotY":176.03469848632812,"groupId":0}}},"71":{"props":[],"npcs":[{"ID":400001,"PosX":-4.409999847412109,"PosY":-0.15676400065422058,"PosZ":106.05999755859376,"Name":"NPC1","RotY":344.9999084472656,"NPCID":3013,"groupId":71,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"72":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.409999847412109,"PosY":-0.15676400065422058,"PosZ":106.05999755859376,"RotY":344.9999084472656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.409999847412109,"PosY":-0.15676400065422058,"PosZ":106.05999755859376,"RotY":344.9999084472656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":344.9999084472656,"PosX":-4.409999847412109,"PosY":-0.15676400065422058,"PosZ":106.05999755859376,"NPCMonsterID":1002040,"EventID":0,"groupId":72,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.753108978271484,"PosY":13.470000267028809,"PosZ":172.17050170898438,"RotY":227.85549926757812,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.61000061035156,"PosY":13.470000267028809,"PosZ":164.3000030517578,"RotY":227.85549926757812,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.63283920288086,"PosY":13.470000267028809,"PosZ":164.86070251464844,"RotY":227.85549926757812,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.060001373291016,"PosY":13.470000267028809,"PosZ":156.97000122070312,"RotY":227.85549926757812,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.8619499206543,"PosY":13.470000267028809,"PosZ":157.32350158691406,"RotY":227.85549926757812,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.906280517578125,"PosY":13.470000267028809,"PosZ":163.8076934814453,"RotY":227.85549926757812,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.639068603515625,"PosY":13.470000267028809,"PosZ":156.4459991455078,"RotY":227.85549926757812,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-53.5099983215332,"PosY":13.470000267028809,"PosZ":155.02000427246094,"RotY":55.85934066772461,"groupId":0}}},"74":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.470001220703125,"PosY":13.470000267028809,"PosZ":175.60000610351565,"RotY":220.639404296875,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.29999923706055,"PosY":13.470000267028809,"PosZ":166.11000061035156,"RotY":220.639404296875,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.4010009765625,"PosY":13.470000267028809,"PosZ":166.78900146484375,"RotY":220.639404296875,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.68000030517578,"PosY":13.470000267028809,"PosZ":168.97000122070312,"RotY":220.639404296875,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.52000045776367,"PosY":13.470000267028809,"PosZ":169.22000122070312,"RotY":220.639404296875,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.540000915527344,"PosY":13.470000267028809,"PosZ":165.7100067138672,"RotY":220.639404296875,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.18865966796875,"PosY":13.470000267028809,"PosZ":168.3773956298828,"RotY":220.639404296875,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-54.630001068115234,"PosY":13.468000411987305,"PosZ":159.56300354003906,"RotY":40.639400482177734,"groupId":0}}},"75":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.650001525878906,"PosY":5.326560020446777,"PosZ":58.349998474121094,"RotY":254.0001983642578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.650001525878906,"PosY":5.326560020446777,"PosZ":58.349998474121094,"RotY":254.0001983642578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":254.0001983642578,"PosX":-35.650001525878906,"PosY":5.326560020446777,"PosZ":58.349998474121094,"NPCMonsterID":1002040,"EventID":0,"groupId":75,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"76":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.68000030517578,"PosY":1.091418981552124,"PosZ":156.35000610351565,"RotY":56.56045913696289,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.010000228881836,"PosY":1.099586009979248,"PosZ":155.42999267578125,"RotY":254.56919860839844,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.007720947265625,"PosY":1.0735069513320925,"PosZ":155.51109313964844,"RotY":254.56919860839844,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.219999313354492,"PosY":1.113142013549805,"PosZ":165.32000732421875,"RotY":236.5605010986328,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.1200008392334,"PosY":1.040313959121704,"PosZ":156.51600646972656,"RotY":254.56919860839844,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.239999771118164,"PosY":1.1978199481964111,"PosZ":165.0399932861328,"RotY":236.5605010986328,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.5,"PosY":1.0971620082855225,"PosZ":164.30999755859375,"RotY":236.5605010986328,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-8.989999771118164,"PosY":0.9939200282096863,"PosZ":165.8699951171875,"RotY":236.5605010986328,"groupId":0}}},"77":{"props":[],"npcs":[{"ID":400001,"PosX":-14.447230339050291,"PosY":1.087043046951294,"PosZ":155.96859741210938,"Name":"NPC1","RotY":49.04759979248047,"NPCID":1007,"groupId":77,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"78":{"props":[],"npcs":[{"ID":400001,"PosX":-32.0,"PosY":-1.166949987411499,"PosZ":77.70999908447266,"Name":"NPC1","RotY":357.78289794921875,"NPCID":1007,"groupId":78,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"79":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.45589065551758,"PosY":13.470000267028809,"PosZ":166.4906005859375,"RotY":242.85549926757812,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.46889877319336,"PosY":13.470000267028809,"PosZ":168.71499633789065,"RotY":227.85549926757812,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":242.85549926757812,"PosX":-36.45589065551758,"PosY":13.470000267028809,"PosZ":166.4906005859375,"NPCMonsterID":1002040,"EventID":0,"groupId":79,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"80":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.353981018066406,"PosY":13.470000267028809,"PosZ":162.70120239257812,"RotY":7.216081142425538,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":300.0,"PosX":-38.353981018066406,"PosY":13.470000267028809,"PosZ":162.70120239257812,"NPCMonsterID":1002040,"EventID":0,"groupId":80,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"81":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":2.4800000190734863,"PosY":-0.13082100450992584,"PosZ":94.3899917602539,"RotY":180.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.383999824523926,"PosY":1.8048110008239744,"PosZ":66.6520004272461,"RotY":90.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"82":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.8599998950958256,"PosY":1.8591949939727783,"PosZ":68.58000183105469,"RotY":9.999999747378752e-6,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":4.760001182556152,"PosY":1.9737080335617063,"PosZ":84.38999938964844,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.2900010049343109,"PosY":1.99166202545166,"PosZ":81.38999938964844,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":4.760000228881836,"PosY":1.9419519901275637,"PosZ":78.38999938964844,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":4.760001182556152,"PosY":1.961555004119873,"PosZ":83.54998779296875,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.28999999165534973,"PosY":1.9818880558013916,"PosZ":80.6090087890625,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":4.760000228881836,"PosY":1.9594650268554688,"PosZ":77.51998901367188,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":2.4800000190734863,"PosY":1.9018659591674805,"PosZ":89.1500015258789,"RotY":180.0,"groupId":0}}},"83":{"props":[],"npcs":[{"ID":400001,"PosX":-0.520002007484436,"PosY":1.7856420278549194,"PosZ":71.38999938964844,"Name":"NPC1","RotY":15.000009536743164,"NPCID":3013,"groupId":83,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"84":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.520002007484436,"PosY":1.76288902759552,"PosZ":71.3899917602539,"RotY":15.000009536743164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":2.47999906539917,"PosY":1.7359770536422727,"PosZ":71.38999938964844,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":15.000009536743164,"PosX":-0.520002007484436,"PosY":1.76288902759552,"PosZ":71.3899917602539,"NPCMonsterID":1002040,"EventID":0,"groupId":84,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"88":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.790000915527344,"PosY":-2.616416931152344,"PosZ":93.15083312988281,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.790000915527344,"PosY":-0.6125540137290955,"PosZ":74.15083312988281,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.790000915527344,"PosY":-1.0736700296401978,"PosZ":77.15083312988281,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.790000915527344,"PosY":-1.4931180477142334,"PosZ":80.15083312988281,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.790000915527344,"PosY":-0.7272430062294006,"PosZ":74.99082946777344,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.790000915527344,"PosY":-1.1983330249786377,"PosZ":77.93183135986328,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.790000915527344,"PosY":-1.6427789926528933,"PosZ":81.02084350585938,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-34.790000915527344,"PosY":-0.13134099543094635,"PosZ":69.15083312988281,"RotY":0.0,"groupId":0}}},"89":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.790000915527344,"PosY":-2.5053629875183105,"PosZ":87.15083312988281,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.790000915527344,"PosY":-2.552828073501587,"PosZ":87.15083312988281,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":195.0,"PosX":-31.790000915527344,"PosY":-2.5053629875183105,"PosZ":87.15083312988281,"NPCMonsterID":1002040,"EventID":0,"groupId":89,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"90":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.790000915527344,"PosY":-2.288249969482422,"PosZ":85.02999877929688,"RotY":165.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-31.790000915527344,"PosY":-2.2443790435791016,"PosZ":85.02999114990233,"NPCMonsterID":1002040,"EventID":0,"groupId":90,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"92":{"props":[],"npcs":[{"ID":400001,"PosX":-35.650001525878906,"PosY":5.326560020446777,"PosZ":59.880001068115234,"Name":"NPC1","RotY":254.0001983642578,"NPCID":3013,"groupId":92,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"93":{"props":[],"npcs":[{"ID":400001,"PosX":-34.4900016784668,"PosY":5.326560020446777,"PosZ":56.38999938964844,"Name":"NPC1","RotY":268.3727111816406,"NPCID":3013,"groupId":93,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"94":{"props":[],"npcs":[{"ID":400001,"PosX":-35.20000076293945,"PosY":5.326560020446777,"PosZ":52.540000915527344,"Name":"NPC1","RotY":284.85528564453125,"NPCID":3013,"groupId":94,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"95":{"props":[],"npcs":[{"ID":400001,"PosX":-35.650001525878906,"PosY":5.326560020446777,"PosZ":58.02000045776367,"Name":"NPC1","RotY":254.0001983642578,"NPCID":3013,"groupId":95,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"96":{"props":[],"npcs":[{"ID":400001,"PosX":-35.20000076293945,"PosY":5.326560020446777,"PosZ":54.4900016784668,"Name":"NPC1","RotY":284.85528564453125,"NPCID":3013,"groupId":96,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"97":{"props":[],"npcs":[{"ID":400001,"PosX":-16.09000015258789,"PosY":1.0827239751815796,"PosZ":156.86000061035156,"Name":"NPC1","RotY":35.773948669433594,"NPCID":3013,"groupId":97,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"98":{"props":[],"npcs":[{"ID":400001,"PosX":-18.34000015258789,"PosY":1.0827239751815796,"PosZ":159.5800018310547,"Name":"NPC1","RotY":59.59545135498047,"NPCID":3013,"groupId":98,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"99":{"props":[],"npcs":[{"ID":400001,"PosX":-19.350000381469727,"PosY":1.0827239751815796,"PosZ":162.77000427246094,"Name":"NPC1","RotY":83.73139953613281,"NPCID":3013,"groupId":99,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"100":{"props":[],"npcs":[{"ID":400001,"PosX":-17.469999313354492,"PosY":1.0827239751815796,"PosZ":157.8000030517578,"Name":"NPC1","RotY":35.773948669433594,"NPCID":3013,"groupId":100,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"101":{"props":[],"npcs":[{"ID":400001,"PosX":-19.469999313354492,"PosY":1.0827239751815796,"PosZ":160.77999877929688,"Name":"NPC1","RotY":78.11476135253906,"NPCID":3013,"groupId":101,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P80205_F80205001":{"teleports":{},"group_items":{"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":115.1707000732422,"PosY":2.014435052871704,"PosZ":-96.01915740966797,"RotY":269.46038818359375,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":96.47000122070312,"PosY":2.072000026702881,"PosZ":-90.16999816894531,"RotY":89.46034240722656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":104.9530029296875,"PosY":2.072000026702881,"PosZ":-96.86499786376953,"RotY":89.46034240722656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":104.58000183105467,"PosY":2.072000026702881,"PosZ":-90.88999938964844,"RotY":89.46034240722656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":97.36000061035156,"PosY":2.072000026702881,"PosZ":-89.66999816894531,"RotY":89.46034240722656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":105.43000030517578,"PosY":2.072000026702881,"PosZ":-97.80999755859376,"RotY":89.46034240722656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":105.697998046875,"PosY":2.072000026702881,"PosZ":-91.27400207519531,"RotY":89.46034240722656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":91.16000366210938,"PosY":2.072000026702881,"PosZ":-93.48999786376953,"RotY":89.46034240722656,"groupId":0}}},"13":{"props":[],"npcs":[{"ID":400001,"PosX":110.31999969482422,"PosY":2.072000026702881,"PosZ":-91.77999877929688,"Name":"NPC1","RotY":245.3318023681641,"NPCID":3013,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":86.16021728515625,"PosY":2.072000026702881,"PosZ":-94.13709259033203,"RotY":89.46034240722656,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":106.83000183105467,"PosY":2.014435052871704,"PosZ":-93.42996978759767,"RotY":237.7736968994141,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":106.83000183105467,"PosY":2.014435052871704,"PosZ":-93.42996978759767,"RotY":42.77383041381836,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":106.83000183105467,"PosY":2.014435052871704,"PosZ":-93.42996978759767,"NPCMonsterID":1002040,"EventID":0,"groupId":15,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":113.15950012207033,"PosY":2.014435052871704,"PosZ":-91.88189697265624,"RotY":269.46038818359375,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":103.6313018798828,"PosY":2.014435052871704,"PosZ":-90.97218322753906,"RotY":89.46034240722656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":102.6313018798828,"PosY":2.014435052871704,"PosZ":-90.98159790039062,"RotY":89.46034240722656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":103.12190246582033,"PosY":2.014435052871704,"PosZ":-89.97693634033203,"RotY":89.46034240722656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":99.7202377319336,"PosY":2.014435052871704,"PosZ":-97.97648620605469,"RotY":89.46034240722656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":100.21080017089844,"PosY":2.014435052871704,"PosZ":-96.97181701660156,"RotY":89.46034240722656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":99.21092987060547,"PosY":2.014435052871704,"PosZ":-96.98124694824219,"RotY":89.46034240722656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":91.16000366210938,"PosY":2.072000026702881,"PosZ":-94.08999633789062,"RotY":89.46034240722656,"groupId":0}}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.630000114440918,"PosY":-0.9301350116729736,"PosZ":-166.82179260253906,"RotY":180.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.430009841918944,"PosY":1.0073610544204712,"PosZ":-183.13999938964844,"RotY":0.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":16.040000915527344,"PosY":1.0073610544204712,"PosZ":-187.69000244140625,"RotY":0.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":14.470000267028809,"PosY":1.0073590278625488,"PosZ":-172.8300018310547,"RotY":0.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":26.981000900268555,"PosY":1.0073579549789429,"PosZ":-168.5,"RotY":270.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.35999870300293,"PosY":1.0073599815368652,"PosZ":-179.5,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":10.887999534606934,"PosY":1.0073599815368652,"PosZ":-183.13099670410156,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":8.930000305175781,"PosY":1.0073590278625488,"PosZ":-173.61199951171875,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":5.823998928070068,"PosY":1.0073599815368652,"PosZ":-181.74400329589844,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":10.470999717712402,"PosY":1.0073599815368652,"PosZ":-182.2989959716797,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":9.684000015258789,"PosY":1.0073590278625488,"PosZ":-173.5749969482422,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":5.754001140594482,"PosY":1.0073599815368652,"PosZ":-180.94400024414065,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":19.399999618530273,"PosY":1.0073599815368652,"PosZ":-177.5,"RotY":270.0,"groupId":0}}},"20":{"props":[],"npcs":[{"ID":400001,"PosX":6.510000228881836,"PosY":1.0073590278625488,"PosZ":-175.07000732421875,"Name":"NPC1","RotY":243.15809631347656,"NPCID":3013,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.529995918273926,"PosY":1.0073590278625488,"PosZ":-175.4600067138672,"RotY":105.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.529995918273926,"PosY":1.0073590278625488,"PosZ":-175.4600067138672,"RotY":105.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":105.0,"PosX":-3.529995918273926,"PosY":1.0073590278625488,"PosZ":-175.4600067138672,"NPCMonsterID":1002040,"EventID":0,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.2299959659576416,"PosY":1.0073599815368652,"PosZ":-179.77999877929688,"RotY":57.480350494384766,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":105.0,"PosX":-1.1899969577789309,"PosY":1.0073590278625488,"PosZ":-175.4600067138672,"NPCMonsterID":1002040,"EventID":0,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":1.190000057220459,"PosY":1.0073599815368652,"PosZ":-176.94000244140625,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":1.190000057220459,"PosY":1.0073599815368652,"PosZ":-176.94000244140625,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":1.190000057220459,"PosY":1.0073599815368652,"PosZ":-176.94000244140625,"NPCMonsterID":1002040,"EventID":0,"groupId":23,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.6000020503997803,"PosY":1.0073590278625488,"PosZ":-175.5,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":5.739999771118164,"PosY":1.0073599815368652,"PosZ":-179.72000122070312,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":6.7400031089782715,"PosY":1.0073599815368652,"PosZ":-179.72000122070312,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":6.239999771118164,"PosY":1.0073599815368652,"PosZ":-180.72000122070312,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":10.829999923706056,"PosY":1.0073590278625488,"PosZ":-174.5399932861328,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":10.329999923706056,"PosY":1.0073590278625488,"PosZ":-175.5399932861328,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":11.329999923706056,"PosY":1.0073590278625488,"PosZ":-175.5399932861328,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":19.399999618530273,"PosY":1.0073599815368652,"PosZ":-177.5,"RotY":270.0,"groupId":0}}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":19.219999313354492,"PosY":1.0073599815368652,"PosZ":-179.2899932861328,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":2.0172200202941895,"PosY":1.0073590278625488,"PosZ":-173.61480712890625,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.033775806427002,"PosY":1.0073599815368652,"PosZ":-180.2082977294922,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":4.152163028717041,"PosY":1.0073599815368652,"PosZ":-180.3726043701172,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":2.857218980789185,"PosY":1.0073590278625488,"PosZ":-173.61480712890625,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.252779006958008,"PosY":1.0073599815368652,"PosZ":-180.2082977294922,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":5.02216100692749,"PosY":1.0073599815368652,"PosZ":-180.3726043701172,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-11.829999923706056,"PosY":1.0073599815368652,"PosZ":-177.2899932861328,"RotY":90.00000762939453,"groupId":0}}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.43000030517578,"PosY":-3.0,"PosZ":-94.08000183105469,"RotY":269.8794860839844,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.8996696472168,"PosY":-3.0000579357147217,"PosZ":-85.57434844970702,"RotY":162.08250427246094,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.961570739746094,"PosY":-3.0109729766845703,"PosZ":-105.22930145263672,"RotY":342.0824890136719,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.849689483642575,"PosY":-2.9024770259857178,"PosZ":-99.67312622070312,"RotY":342.0824890136719,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.88999938964844,"PosY":-3.009999990463257,"PosZ":-100.77999877929688,"RotY":342.0824890136719,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.220001220703125,"PosY":-3.010925054550171,"PosZ":-104.43000030517578,"RotY":342.0824890136719,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.08996963500977,"PosY":-2.9024770259857178,"PosZ":-98.93002319335938,"RotY":342.0824890136719,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.15764999389648,"PosY":-3.0099499225616455,"PosZ":-99.95218658447266,"RotY":342.0824890136719,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-27.559999465942383,"PosY":-3.00006103515625,"PosZ":-108.41000366210938,"RotY":342.0824890136719,"groupId":0}}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.209999084472656,"PosY":-2.988797903060913,"PosZ":-93.95999908447266,"RotY":177.08230590820312,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.209999084472656,"PosY":-2.988797903060913,"PosZ":-93.95999908447266,"RotY":177.08230590820312,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":177.08230590820312,"PosX":-30.209999084472656,"PosY":-2.988797903060913,"PosZ":-93.95999908447266,"NPCMonsterID":1002040,"EventID":0,"groupId":34,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"35":{"props":[],"npcs":[{"ID":400001,"PosX":-30.010000228881836,"PosY":-2.990000009536743,"PosZ":-93.5999984741211,"Name":"NPC1","RotY":175.414306640625,"NPCID":3013,"groupId":35,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.349689483642575,"PosY":-3.000053882598877,"PosZ":-87.4772186279297,"RotY":188.9687042236328,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.54222106933594,"PosY":-3.0000600814819336,"PosZ":-93.4067611694336,"RotY":342.0824890136719,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.23456954956055,"PosY":-3.0000600814819336,"PosZ":-94.35826110839844,"RotY":342.0824890136719,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.339900970458984,"PosY":-3.0000600814819336,"PosZ":-94.1901626586914,"RotY":342.0824890136719,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.26457977294922,"PosY":-3.0000600814819336,"PosZ":-98.05815887451172,"RotY":342.0824890136719,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.369909286499023,"PosY":-3.0000600814819336,"PosZ":-97.89005279541016,"RotY":342.0824890136719,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.06226921081543,"PosY":-3.0000600814819336,"PosZ":-98.841552734375,"RotY":342.0824890136719,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-27.559999465942383,"PosY":-3.00006103515625,"PosZ":-108.41000366210938,"RotY":342.0824890136719,"groupId":0}}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.676448822021484,"PosY":-3.0000600814819336,"PosZ":-94.12003326416016,"RotY":171.68739318847656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.676448822021484,"PosY":-3.0000600814819336,"PosZ":-94.12003326416016,"RotY":336.6875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":165.0,"PosX":-32.676429748535156,"PosY":-3.0000600814819336,"PosZ":-94.12004852294922,"NPCMonsterID":1002040,"EventID":0,"groupId":38,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"39":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.950000762939453,"PosY":-0.9848440289497375,"PosZ":-205.05999755859375,"RotY":330.0000915527344,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"40":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.459999084472656,"PosY":-0.984844982624054,"PosZ":-198.27000427246097,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.200000762939453,"PosY":-0.9848440289497375,"PosZ":-199.7599945068359,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.63999938964844,"PosY":-0.984844982624054,"PosZ":-193.27000427246097,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.810001373291016,"PosY":-0.9848440289497375,"PosZ":-198.5800018310547,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.220001220703125,"PosY":-0.9848440289497375,"PosZ":-198.72999572753903,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.42100143432617,"PosY":-0.984844982624054,"PosZ":-193.27000427246097,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.68000030517578,"PosY":-0.9848440289497375,"PosZ":-198.5800018310547,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-23.459999084472656,"PosY":-0.9848440289497375,"PosZ":-196.27000427246097,"RotY":270.0,"groupId":0}}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.58000183105469,"PosY":-0.9848440289497375,"PosZ":-194.17999267578125,"RotY":105.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.58000183105469,"PosY":-0.9848440289497375,"PosZ":-194.17999267578125,"RotY":105.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":105.0,"PosX":-41.58000183105469,"PosY":-0.9848440289497375,"PosZ":-194.17999267578125,"NPCMonsterID":1002040,"EventID":0,"groupId":41,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.63999938964844,"PosY":-0.11098899692296982,"PosZ":-77.58000183105469,"RotY":0.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"45":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.63999938964844,"PosY":-0.11098700016736984,"PosZ":-48.579368591308594,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-75.63999938964844,"PosY":-0.11098899692296982,"PosZ":-72.58000183105469,"RotY":0.0,"groupId":0}}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.12999725341797,"PosY":-0.11098899692296982,"PosZ":-53.2400016784668,"RotY":10.215570449829102,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.12999725341797,"PosY":-0.11098899692296982,"PosZ":-53.2400016784668,"RotY":10.215570449829102,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":205.21560668945312,"PosX":-73.12999725341797,"PosY":-0.11098899692296982,"PosZ":-53.2400016784668,"NPCMonsterID":1002040,"EventID":0,"groupId":46,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.91010284423828,"PosY":-0.9580199718475343,"PosZ":-169.11000061035156,"RotY":270.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-121.91110229492188,"PosY":-0.9580199718475343,"PosZ":-171.1096954345703,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-99.91000366210938,"PosY":-0.9360989928245544,"PosZ":-169.11000061035156,"RotY":270.0,"groupId":0}}},"50":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.56999969482422,"PosY":-0.9360989928245544,"PosZ":-166.25999450683594,"RotY":120.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.38999938964844,"PosY":-0.9360989928245544,"PosZ":-171.6999969482422,"RotY":60.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.79900360107422,"PosY":-0.9360989928245544,"PosZ":-166.85699462890625,"RotY":30.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.37999725341795,"PosY":-0.9360989928245544,"PosZ":-165.9510040283203,"RotY":30.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-105.35199737548828,"PosY":-0.9360989928245544,"PosZ":-166.0260009765625,"RotY":30.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-115.4800033569336,"PosY":-0.9360989928245544,"PosZ":-167.19000244140625,"Name":"NPC1","RotY":105.00009918212892,"NPCID":1013,"groupId":50,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.479999542236328,"PosY":-0.9848390221595765,"PosZ":-230.8999938964844,"RotY":107.38189697265624,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.089123010635376,"PosY":-0.9848390221595765,"PosZ":-232.26690673828125,"RotY":256.28338623046875,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.8906660079956057,"PosY":-0.9848390221595765,"PosZ":-233.08009338378903,"RotY":256.28338623046875,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":2.8799989223480225,"PosY":-0.9848380088806152,"PosZ":-236.13999938964844,"RotY":285.0,"groupId":0}}},"52":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.343020915985107,"PosY":-0.9848380088806152,"PosZ":-236.72000122070312,"RotY":30.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-5.679999828338623,"PosY":-0.9848390221595765,"PosZ":-230.33999633789065,"Name":"NPC1","RotY":119.99990081787108,"NPCID":1013,"groupId":52,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"53":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.91010284423828,"PosY":-0.9580199718475343,"PosZ":-169.11000061035156,"RotY":270.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"54":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-83.14087677001953,"PosY":-0.9514539837837219,"PosZ":-168.88929748535156,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.04999923706055,"PosY":-0.9848440289497375,"PosZ":-171.75,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.630001068115234,"PosY":-0.9848440289497375,"PosZ":-164.4600067138672,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.56999969482422,"PosY":-0.9848440289497375,"PosZ":-171.30999755859375,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.04999923706055,"PosY":-0.9848440289497375,"PosZ":-170.91000366210938,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.540000915527344,"PosY":-0.9848440289497375,"PosZ":-164.32000732421875,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.5,"PosY":-0.9848440289497375,"PosZ":-166.14999389648438,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-47.650001525878906,"PosY":-0.9848480224609376,"PosZ":-176.2100067138672,"RotY":0.0,"groupId":0}}},"55":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.61000061035156,"PosY":-0.9848440289497375,"PosZ":-171.5399932861328,"RotY":66.09684753417969,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.61000061035156,"PosY":-0.9848440289497375,"PosZ":-171.5399932861328,"RotY":66.09684753417969,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":66.09684753417969,"PosX":-78.61000061035156,"PosY":-0.9848440289497375,"PosZ":-171.5399932861328,"NPCMonsterID":1002040,"EventID":0,"groupId":55,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.90999984741211,"PosY":-0.9848440289497375,"PosZ":-166.0500030517578,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-47.90999984741211,"PosY":-0.9848499894142151,"PosZ":-166.0500030517578,"NPCMonsterID":1002040,"EventID":0,"groupId":56,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"57":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.66177368164062,"PosY":-0.9848440289497375,"PosZ":-166.61000061035156,"RotY":89.55052947998047,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":89.55052947998047,"PosX":-65.66177368164062,"PosY":-0.9848440289497375,"PosZ":-166.61000061035156,"NPCMonsterID":1002040,"EventID":0,"groupId":57,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.29907798767089844,"PosY":-0.9494109749794006,"PosZ":-159.23199462890625,"RotY":0.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":1.5800000429153442,"PosY":-3.0000240802764893,"PosZ":-120.70200347900392,"RotY":0.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.2993150055408478,"PosY":-3.000019073486328,"PosZ":-125.0802993774414,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.8799989223480225,"PosY":-2.980933904647827,"PosZ":-146.27200317382812,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":2.7009220123291016,"PosY":-2.9871389865875244,"PosZ":-146.23199462890625,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":2.0400331020355225,"PosY":-2.962100028991699,"PosZ":-133.32000732421875,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.900001049041748,"PosY":-2.8323020935058594,"PosZ":-147.22999572753906,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":2.7009220123291016,"PosY":-2.9918179512023926,"PosZ":-145.4510040283203,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.069968938827514,"PosY":-2.962100028991699,"PosZ":-133.47000122070312,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.29907798767089844,"PosY":-1.7459559440612793,"PosZ":-154.23199462890625,"RotY":0.0,"groupId":0}}},"62":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":2.178999900817871,"PosY":-3.000044107437134,"PosZ":-129.06500244140625,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":2.178999900817871,"PosY":-3.000044107437134,"PosZ":-129.06500244140625,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":195.0,"PosX":2.178999900817871,"PosY":-3.000044107437134,"PosZ":-129.06500244140625,"NPCMonsterID":1002040,"EventID":0,"groupId":62,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"63":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.109999895095825,"PosY":-3.000067949295044,"PosZ":-138.1300048828125,"RotY":135.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":135.0,"PosX":-2.109999895095825,"PosY":-3.000067949295044,"PosZ":-138.1300048828125,"NPCMonsterID":1002040,"EventID":0,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":1.940000057220459,"PosY":-3.0000410079956055,"PosZ":-138.3300018310547,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":195.0,"PosX":1.940000057220459,"PosY":-3.0000410079956055,"PosZ":-138.3300018310547,"NPCMonsterID":1002040,"EventID":0,"groupId":64,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"65":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.75,"PosY":-0.11098899692296982,"PosZ":-53.68000030517578,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.75,"PosY":-0.11098899692296982,"PosZ":-53.68000030517578,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":195.0,"PosX":-72.75,"PosY":-0.11098899692296982,"PosZ":-53.68000030517578,"NPCMonsterID":1002040,"EventID":0,"groupId":65,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"66":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":1.5800000429153442,"PosY":-2.9926540851593018,"PosZ":-120.70200347900392,"RotY":0.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":23.06999969482422,"PosY":-2.9926369190216064,"PosZ":-94.2300033569336,"RotY":268.5404968261719,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.239987850189209,"PosY":-2.7929511070251465,"PosZ":-90.9530029296875,"RotY":165.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.07400000095367432,"PosY":-3.123410940170288,"PosZ":-114.37999725341795,"RotY":0.0,"groupId":0}}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":-2.7621490955352783,"PosZ":-94.01000213623047,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":-2.7621490955352783,"PosZ":-94.01000213623047,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":0.0,"PosY":-2.7621490955352783,"PosZ":-94.01000213623047,"NPCMonsterID":1002040,"EventID":0,"groupId":68,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"69":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":-2.7621490955352783,"PosZ":-94.01000213623047,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":-2.7621490955352783,"PosZ":-94.01000213623047,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":0.0,"PosY":-2.7621490955352783,"PosZ":-94.01000213623047,"NPCMonsterID":1002040,"EventID":0,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"70":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":91.18049621582033,"PosY":2.014435052871704,"PosZ":-94.69967651367188,"RotY":89.99996185302734,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":102.15000152587892,"PosY":2.014435052871704,"PosZ":-96.13999938964844,"RotY":269.9999084472656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":103.1501007080078,"PosY":2.014435052871704,"PosZ":-96.13999938964844,"RotY":269.9999084472656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":113.18000030517578,"PosY":2.014435052871704,"PosZ":-93.50296783447266,"RotY":270.0,"groupId":0}}},"71":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":102.68000030517578,"PosY":2.014435052871704,"PosZ":-90.58997344970702,"RotY":120.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":98.18000030517578,"PosY":2.014435052871704,"PosZ":-95.5199966430664,"Name":"NPC1","RotY":74.99999237060547,"NPCID":1013,"groupId":71,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"72":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":9.460000038146973,"PosY":-0.9848399758338928,"PosZ":-228.58900451660156,"RotY":225.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.600004196166992,"PosY":1.0073599815368652,"PosZ":-179.5,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":19.399999618530273,"PosY":1.0073599815368652,"PosZ":-177.5,"RotY":270.0,"groupId":0}}},"79":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":115.1594009399414,"PosY":2.014435052871704,"PosZ":-90.86325073242188,"RotY":269.4602966308594,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":91.16000366210938,"PosY":2.072000026702881,"PosZ":-94.08999633789062,"RotY":89.4603271484375,"groupId":0}}},"80":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.009769439697266,"PosY":-3.000053882598877,"PosZ":-85.57418060302734,"RotY":191.1614990234375,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-27.559980392456055,"PosY":-3.00006103515625,"PosZ":-108.41000366210938,"RotY":342.0824890136719,"groupId":0}}},"81":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.459999084472656,"PosY":-0.9848440289497375,"PosZ":-198.27000427246097,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.679988861083984,"PosY":-0.984844982624054,"PosZ":-198.68800354003903,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.439998626708984,"PosY":-0.984844982624054,"PosZ":-193.94000244140625,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.36000061035156,"PosY":-0.9848440289497375,"PosZ":-198.5800018310547,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.77000045776367,"PosY":-0.9848440289497375,"PosZ":-198.72999572753903,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.22098159790039,"PosY":-0.984844982624054,"PosZ":-193.94000244140625,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.22999954223633,"PosY":-0.984844982624054,"PosZ":-198.5800018310547,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-50.31999969482422,"PosY":-0.984844982624054,"PosZ":-196.27000427246097,"RotY":90.0,"groupId":0}}},"82":{"props":[],"npcs":[{"ID":400001,"PosX":-41.58000183105469,"PosY":-0.9848440289497375,"PosZ":-194.17999267578125,"Name":"NPC1","RotY":105.0,"NPCID":3013,"groupId":82,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"83":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.174570083618164,"PosY":-0.984844982624054,"PosZ":-194.76040649414065,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.174570083618164,"PosY":-0.984844982624054,"PosZ":-194.76040649414065,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":-29.174570083618164,"PosY":-0.984844982624054,"PosZ":-194.76040649414065,"NPCMonsterID":1002040,"EventID":0,"groupId":83,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"84":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.029998779296875,"PosY":-0.984844982624054,"PosZ":-198.42999267578125,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-32.034568786621094,"PosY":-0.984844982624054,"PosZ":-194.76040649414065,"NPCMonsterID":1002040,"EventID":0,"groupId":84,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"85":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":10.289999961853027,"PosY":1.0073590278625488,"PosZ":-175.07000732421875,"RotY":243.15809631347656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":10.289999961853027,"PosY":1.0073590278625488,"PosZ":-175.07000732421875,"RotY":243.15809631347656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":243.15809631347656,"PosX":10.289999961853027,"PosY":1.0073590278625488,"PosZ":-175.07000732421875,"NPCMonsterID":1002040,"EventID":0,"groupId":85,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"86":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.299099922180176,"PosY":-1.7459650039672852,"PosZ":-154.23199462890625,"RotY":0.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.684067964553833,"PosY":-3.0000569820404053,"PosZ":-131.85679626464844,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":2.774807929992676,"PosY":-3.0000600814819336,"PosZ":-132.08839416503906,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":2.040260076522827,"PosY":-2.9621009826660156,"PosZ":-133.32009887695312,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":4.108325004577637,"PosY":-3.0000510215759277,"PosZ":-130.25010681152344,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.469775915145874,"PosY":-3.0000669956207275,"PosZ":-135.26609802246094,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.069749116897583,"PosY":-2.962100028991699,"PosZ":-133.4700927734375,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.29997000098228455,"PosY":-3.000019073486328,"PosZ":-125.08000183105467,"RotY":180.0,"groupId":0}}},"87":{"props":[],"npcs":[{"ID":400001,"PosX":1.9700000286102295,"PosY":-3.000019073486328,"PosZ":-143.41000366210938,"Name":"NPC1","RotY":344.9999084472656,"NPCID":3013,"groupId":87,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"88":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":1.9700000286102295,"PosY":-3.000019073486328,"PosZ":-143.41000366210938,"RotY":344.9999084472656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":1.9700000286102295,"PosY":-3.000019073486328,"PosZ":-143.41000366210938,"RotY":344.9999084472656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":344.9999084472656,"PosX":1.9700000286102295,"PosY":-3.000019073486328,"PosZ":-143.41000366210938,"NPCMonsterID":1002040,"EventID":0,"groupId":88,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"89":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":110.31999969482422,"PosY":2.072000026702881,"PosZ":-91.77999877929688,"RotY":245.3318023681641,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":110.31999969482422,"PosY":2.072000026702881,"PosZ":-91.77999877929688,"RotY":245.3318023681641,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":245.3318023681641,"PosX":110.31999969482422,"PosY":2.072000026702881,"PosZ":-91.77999877929688,"NPCMonsterID":1002040,"EventID":0,"groupId":89,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"90":{"props":[],"npcs":[{"ID":400001,"PosX":98.0,"PosY":2.014435052871704,"PosZ":-91.86992645263672,"Name":"NPC1","RotY":120.0,"NPCID":1007,"groupId":90,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"91":{"props":[],"npcs":[{"ID":400001,"PosX":-7.5,"PosY":-0.9848390221595765,"PosZ":-233.9199981689453,"Name":"NPC1","RotY":105.0,"NPCID":1007,"groupId":91,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"93":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.19001007080078,"PosY":-0.9848489761352539,"PosZ":-169.77999877929688,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.69184112548828,"PosY":-0.9848489761352539,"PosZ":-171.52000427246094,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.76030731201172,"PosY":-0.9514539837837219,"PosZ":-172.3397979736328,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.76022338867188,"PosY":-0.9514539837837219,"PosZ":-166.3397979736328,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.85184097290039,"PosY":-0.9848489761352539,"PosZ":-171.52000427246094,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.97930908203125,"PosY":-0.9514539837837219,"PosZ":-172.3397979736328,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.89021301269531,"PosY":-0.9514539837837219,"PosZ":-166.3397979736328,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-87.76004028320312,"PosY":-0.9514539837837219,"PosZ":-169.33999633789065,"RotY":90.00000762939453,"groupId":0}}},"94":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.189998626708984,"PosY":-0.9848489761352539,"PosZ":-168.77999877929688,"RotY":285.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.19001007080078,"PosY":-0.9848499894142151,"PosZ":-165.77999877929688,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":285.0,"PosX":-54.189998626708984,"PosY":-0.9848489761352539,"PosZ":-168.77999877929688,"NPCMonsterID":1002040,"EventID":0,"groupId":94,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"95":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.43000030517578,"PosY":-0.9848499894142151,"PosZ":-166.33999633789065,"RotY":255.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":255.0,"PosX":-67.43000030517578,"PosY":-0.9848499894142151,"PosZ":-166.33999633789065,"NPCMonsterID":1002040,"EventID":0,"groupId":95,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"96":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.76000213623047,"PosY":-0.9848499894142151,"PosZ":-166.33999633789065,"RotY":255.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":255.0,"PosX":-69.76000213623047,"PosY":-0.9848499894142151,"PosZ":-166.33999633789065,"NPCMonsterID":1002040,"EventID":0,"groupId":96,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"102":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":36.79803085327149,"PosY":1.9999330043792725,"PosZ":-88.91398620605469,"RotY":0.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":86.19999694824219,"PosY":2.0232961177825928,"PosZ":-94.25,"RotY":270.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"103":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":36.190940856933594,"PosY":1.9999330043792725,"PosZ":-96.2497329711914,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":56.7742805480957,"PosY":2.0232961177825928,"PosZ":-90.98950958251953,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":73.20012664794922,"PosY":2.014435052871704,"PosZ":-91.24986267089844,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":67.8998794555664,"PosY":2.0232949256896973,"PosZ":-97.25013732910156,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":55.934268951416016,"PosY":2.0232961177825928,"PosZ":-90.98950958251953,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":72.41912841796875,"PosY":2.093770980834961,"PosZ":-91.24986267089844,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":67.02987670898438,"PosY":2.0232961177825928,"PosZ":-97.25009155273438,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":81.19999694824219,"PosY":2.0232961177825928,"PosZ":-94.25,"RotY":270.0,"groupId":0}}},"104":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":42.19002914428711,"PosY":1.9999300241470337,"PosZ":-91.24999237060547,"RotY":105.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":42.19002914428711,"PosY":1.9999300241470337,"PosZ":-94.24999237060547,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":105.0,"PosX":42.19002914428711,"PosY":1.9999300241470337,"PosZ":-91.24999237060547,"NPCMonsterID":1002040,"EventID":0,"groupId":104,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"105":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":63.209991455078125,"PosY":2.0232961177825928,"PosZ":-96.5,"RotY":74.99999237060547,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":63.20998001098633,"PosY":2.0232961177825928,"PosZ":-91.25000762939453,"NPCMonsterID":1002040,"EventID":0,"groupId":105,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"106":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":49.76005935668945,"PosY":2.0359930992126465,"PosZ":-96.2599868774414,"RotY":74.99999237060547,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":49.76005935668945,"PosY":2.0359930992126465,"PosZ":-96.2599868774414,"NPCMonsterID":1002040,"EventID":0,"groupId":106,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"107":{"props":[],"npcs":[{"ID":400001,"PosX":14.550000190734863,"PosY":1.0073590278625488,"PosZ":-175.07000732421875,"Name":"NPC1","RotY":243.15809631347656,"NPCID":3013,"groupId":107,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"108":{"props":[],"npcs":[{"ID":400001,"PosX":15.039999961853027,"PosY":1.0073590278625488,"PosZ":-179.22000122070312,"Name":"NPC1","RotY":271.0564880371094,"NPCID":3013,"groupId":108,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"109":{"props":[],"npcs":[{"ID":400001,"PosX":14.220000267028809,"PosY":1.0073590278625488,"PosZ":-183.5800018310547,"Name":"NPC1","RotY":286.4884948730469,"NPCID":3013,"groupId":109,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"110":{"props":[],"npcs":[{"ID":400001,"PosX":14.550000190734863,"PosY":1.0073590278625488,"PosZ":-177.1699981689453,"Name":"NPC1","RotY":249.71080017089844,"NPCID":3013,"groupId":110,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"111":{"props":[],"npcs":[{"ID":400001,"PosX":14.220000267028809,"PosY":1.0073590278625488,"PosZ":-181.4199981689453,"Name":"NPC1","RotY":286.4884948730469,"NPCID":3013,"groupId":111,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"112":{"props":[],"npcs":[{"ID":400001,"PosX":-29.010000228881836,"PosY":-2.990000009536743,"PosZ":-94.05999755859376,"Name":"NPC1","RotY":199.9822998046875,"NPCID":3013,"groupId":112,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"113":{"props":[],"npcs":[{"ID":400001,"PosX":-32.79999923706055,"PosY":-2.990000009536743,"PosZ":-93.5999984741211,"Name":"NPC1","RotY":180.39320373535156,"NPCID":3013,"groupId":113,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"114":{"props":[],"npcs":[{"ID":400001,"PosX":-36.5099983215332,"PosY":-2.990000009536743,"PosZ":-94.11000061035156,"Name":"NPC1","RotY":151.43580627441406,"NPCID":3013,"groupId":114,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"115":{"props":[],"npcs":[{"ID":400001,"PosX":-30.770000457763672,"PosY":-2.990000009536743,"PosZ":-94.05999755859376,"Name":"NPC1","RotY":199.9822998046875,"NPCID":3013,"groupId":115,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"116":{"props":[],"npcs":[{"ID":400001,"PosX":-35.034000396728516,"PosY":-2.990000009536743,"PosZ":-94.11000061035156,"Name":"NPC1","RotY":151.43580627441406,"NPCID":3013,"groupId":116,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P80206_F80206001":{"teleports":{},"group_items":{"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.45994186401367,"PosY":-2.1410579681396484,"PosZ":-170.27000427246094,"RotY":270.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-68.32994842529297,"PosY":-2.1410579681396484,"PosZ":-172.88999938964844,"RotY":75.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-47.459999084472656,"PosY":-2.1410579681396484,"PosZ":-170.27000427246094,"RotY":270.0,"groupId":0}}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.319950103759766,"PosY":-2.1410579681396484,"PosZ":-168.4499969482422,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.319950103759766,"PosY":-2.1410579681396484,"PosZ":-168.4499969482422,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-62.319950103759766,"PosY":-2.1410579681396484,"PosZ":-168.4499969482422,"NPCMonsterID":1002040,"EventID":0,"groupId":17,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"19":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.319950103759766,"PosY":-2.1410579681396484,"PosZ":-168.4499969482422,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.319950103759766,"PosY":-2.1410579681396484,"PosZ":-168.4499969482422,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-62.319950103759766,"PosY":-2.1410579681396484,"PosZ":-168.4499969482422,"NPCMonsterID":1002040,"EventID":0,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.45994186401367,"PosY":-2.1410579681396484,"PosZ":-170.27000427246094,"RotY":270.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.669994354248047,"PosY":-2.1410579681396484,"PosZ":-169.27000427246094,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.47999954223633,"PosY":-2.1410579681396484,"PosZ":-167.26800537109375,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.020000457763672,"PosY":-2.1410579681396484,"PosZ":-173.55999755859375,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.329999923706055,"PosY":-2.1410579681396484,"PosZ":-167.27699279785156,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.63999938964844,"PosY":-2.1410579681396484,"PosZ":-167.5570068359375,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.059999465942383,"PosY":-2.1410579681396484,"PosZ":-173.5800018310547,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.149999618530273,"PosY":-2.1410579681396484,"PosZ":-167.2969970703125,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-37.209999084472656,"PosY":-2.1410579681396484,"PosZ":-170.27000427246094,"RotY":90.00000762939453,"groupId":0}}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.631489753723145,"PosY":-2.1339519023895264,"PosZ":-172.97000122070312,"RotY":285.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.631489753723145,"PosY":-2.1339519023895264,"PosZ":-169.97000122070312,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":285.0,"PosX":-11.631489753723145,"PosY":-2.1339519023895264,"PosZ":-172.97000122070312,"NPCMonsterID":1002040,"EventID":0,"groupId":27,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.4099702835083,"PosY":-2.1339519023895264,"PosZ":-168.05999755859375,"RotY":233.0760040283203,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":285.0,"PosX":-14.089969635009766,"PosY":-2.1339519023895264,"PosZ":-172.97000122070312,"NPCMonsterID":1002040,"EventID":0,"groupId":28,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"30":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":4.270016193389893,"PosY":-2.134002923965454,"PosZ":-78.74099731445312,"RotY":270.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":5.513999938964844,"PosY":-2.145313024520874,"PosZ":-27.086000442504883,"RotY":135.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":8.260010719299316,"PosY":-2.145313024520874,"PosZ":-36.31999969482422,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":22.52972984313965,"PosY":-1.121999979019165,"PosZ":-80.09146881103516,"RotY":271.4643859863281,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":5.010000228881836,"PosY":-2.134002923965454,"PosZ":-66.94000244140625,"RotY":271.4643859863281,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":4.769999980926514,"PosY":-2.1128718852996826,"PosZ":-51.13999938964844,"RotY":271.4643859863281,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":21.690000534057617,"PosY":-1.121999979019165,"PosZ":-80.06999969482422,"RotY":271.4643859863281,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":4.980000019073486,"PosY":-2.134002923965454,"PosZ":-65.95999908447266,"RotY":271.4643859863281,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":4.789999961853027,"PosY":-2.1128718852996826,"PosZ":-50.25,"RotY":271.4643859863281,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":27.610000610351562,"PosY":-1.121999979019165,"PosZ":-76.94000244140625,"RotY":271.4643859863281,"groupId":0}}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":10.949999809265137,"PosY":-2.1128718852996826,"PosZ":-60.720001220703125,"RotY":211.7642059326172,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":211.7642059326172,"PosX":10.949999809265137,"PosY":-2.1128718852996826,"PosZ":-60.720001220703125,"NPCMonsterID":1002040,"EventID":0,"groupId":32,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":7.990036964416504,"PosY":-2.134002923965454,"PosZ":-79.29002380371094,"RotY":358.15570068359375,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":358.15570068359375,"PosX":7.990036964416504,"PosY":-2.134002923965454,"PosZ":-79.29002380371094,"NPCMonsterID":1002040,"EventID":0,"groupId":33,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":5.769999980926514,"PosY":-2.1128718852996826,"PosZ":-43.279998779296875,"RotY":125.46080017089844,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":5.769999980926514,"PosY":-2.1128718852996826,"PosZ":-43.279998779296875,"RotY":110.46080017089844,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":125.46080017089844,"PosX":5.769999980926514,"PosY":-2.1128718852996826,"PosZ":-43.279998779296875,"NPCMonsterID":1002040,"EventID":0,"groupId":34,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"35":{"props":[],"npcs":[{"ID":400001,"PosX":-14.609999656677246,"PosY":-2.1339519023895264,"PosZ":-172.32000732421875,"Name":"NPC1","RotY":285.0,"NPCID":3013,"groupId":35,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.79990005493164,"PosY":-2.1339519023895264,"PosZ":-167.83999633789065,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.079809188842773,"PosY":-2.1339519023895264,"PosZ":-172.9080047607422,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.01980972290039,"PosY":-2.1339519023895264,"PosZ":-172.87010192871094,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.23988914489746,"PosY":-2.1339519023895264,"PosZ":-172.85299682617188,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.11372947692871,"PosY":-2.133928060531616,"PosZ":-167.00320434570312,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.043739318847656,"PosY":-2.133928060531616,"PosZ":-166.9582061767578,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.91972923278809,"PosY":-2.133928060531616,"PosZ":-166.94020080566406,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-37.209999084472656,"PosY":-2.1410579681396484,"PosZ":-170.27000427246094,"RotY":90.00000762939453,"groupId":0}}},"37":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":4.590000152587891,"PosY":-2.1324000358581543,"PosZ":-175.33999633789065,"RotY":0.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":21.116100311279297,"PosY":-2.1339519023895264,"PosZ":-145.53990173339844,"RotY":0.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":21.170000076293945,"PosY":-2.1324000358581543,"PosZ":-157.0399932861328,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":12.630000114440918,"PosY":-2.1324000358581543,"PosZ":-160.9810028076172,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":12.840000152587892,"PosY":-2.1324000358581543,"PosZ":-173.77000427246094,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":24.450000762939453,"PosY":-2.1324000358581543,"PosZ":-160.55999755859375,"RotY":76.97118377685547,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":13.470000267028809,"PosY":-2.1324000358581543,"PosZ":-160.49000549316406,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":13.621000289916992,"PosY":-2.1324000358581543,"PosZ":-173.77000427246094,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":24.5,"PosY":-2.1324000358581543,"PosZ":-161.52000427246094,"RotY":76.97118377685547,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":7.269999980926514,"PosY":-2.1324000358581543,"PosZ":-170.5,"RotY":58.40731048583984,"groupId":0}}},"39":{"props":[],"npcs":[{"ID":400001,"PosX":21.540000915527344,"PosY":-2.1324000358581543,"PosZ":-162.39999389648438,"Name":"NPC1","RotY":233.202392578125,"NPCID":3013,"groupId":39,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"40":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":22.322200775146484,"PosY":-2.1339519023895264,"PosZ":-164.1053924560547,"RotY":280.6596984863281,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":22.322200775146484,"PosY":-2.1339519023895264,"PosZ":-161.1053924560547,"RotY":265.65960693359375,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":0.0,"PosX":22.322200775146484,"PosY":-2.1339519023895264,"PosZ":-164.1053924560547,"NPCMonsterID":1002040,"EventID":0,"groupId":40,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":21.079999923706055,"PosY":-2.1324000358581543,"PosZ":-163.4499969482422,"RotY":285.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":21.079999923706055,"PosY":-2.1324000358581543,"PosZ":-163.4499969482422,"RotY":90.00000762939453,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":285.0,"PosX":21.079999923706055,"PosY":-2.1324000358581543,"PosZ":-163.4499969482422,"NPCMonsterID":1002040,"EventID":0,"groupId":41,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"43":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.820024013519287,"PosY":-2.1091198921203613,"PosZ":-111.61000061035156,"RotY":270.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":4.270030975341797,"PosY":-2.134002923965454,"PosZ":-78.74099731445312,"RotY":270.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.119952917098999,"PosY":-2.134002923965454,"PosZ":-79.52031707763672,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.036961078643799,"PosY":-2.134002923965454,"PosZ":-105.20030212402344,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.46403899788856506,"PosY":-2.134002923965454,"PosZ":-102.20030212402344,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.119956970214844,"PosY":-2.134002923965454,"PosZ":-99.20030975341797,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.999958038330078,"PosY":-2.134002923965454,"PosZ":-104.36029815673828,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.43004000186920166,"PosY":-2.134002923965454,"PosZ":-101.41929626464844,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.079959869384766,"PosY":-2.134002923965454,"PosZ":-98.33030700683594,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-1.8299160003662107,"PosY":-2.134002923965454,"PosZ":-107.49030303955078,"RotY":0.0,"groupId":0}}},"45":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.4099310040473938,"PosY":-2.134002923965454,"PosZ":-86.19032287597656,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.409924030303955,"PosY":-2.134002923965454,"PosZ":-86.19032287597656,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":195.0,"PosX":-0.4099479913711548,"PosY":-2.134002923965454,"PosZ":-86.1903076171875,"NPCMonsterID":1002040,"EventID":0,"groupId":45,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.409963995218277,"PosY":-2.134002923965454,"PosZ":-89.95001220703125,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.409963995218277,"PosY":-2.134002923965454,"PosZ":-89.95001220703125,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":195.0,"PosX":-0.409963995218277,"PosY":-2.134002923965454,"PosZ":-89.95001220703125,"NPCMonsterID":1002040,"EventID":0,"groupId":46,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.119863986968994,"PosY":-2.134002923965454,"PosZ":-83.28005981445312,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.059864044189453,"PosY":-2.134002923965454,"PosZ":-100.81009674072266,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.07986307144165,"PosY":-2.134002923965454,"PosZ":-101.63510131835938,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.321847915649414,"PosY":-2.134002923965454,"PosZ":-101.20909881591795,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.3068769872188568,"PosY":-2.134002923965454,"PosZ":-97.01304626464844,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.41413098573684687,"PosY":-2.134002923965454,"PosZ":-96.654052734375,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.4151209890842438,"PosY":-2.134002923965454,"PosZ":-97.42005157470702,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-1.8299770355224607,"PosY":-2.134002923965454,"PosZ":-111.25,"RotY":0.0,"groupId":0}}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":25.710140228271484,"PosY":-2.099392890930176,"PosZ":-112.04000091552734,"RotY":90.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"50":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":42.23003005981445,"PosY":-1.1340030431747437,"PosZ":-91.48999786376953,"RotY":221.35980224609375,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":29.640119552612305,"PosY":-1.253129005432129,"PosZ":-105.78800201416016,"RotY":41.35974884033203,"groupId":0}}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":38.930030822753906,"PosY":-1.1340030431747437,"PosZ":-99.89998626708984,"RotY":251.3596954345703,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":33.11003112792969,"PosY":-1.1340030431747437,"PosZ":-96.05000305175781,"RotY":191.3596954345703,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":35.01007843017578,"PosY":-1.1340030431747437,"PosZ":-101.87000274658205,"RotY":161.35980224609375,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":35.413238525390625,"PosY":-1.1340030431747437,"PosZ":-102.78309631347656,"RotY":161.35980224609375,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":35.999229431152344,"PosY":-1.1340030431747437,"PosZ":-102.00399780273438,"RotY":161.35980224609375,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":41.7400016784668,"PosY":-1.1340030431747437,"PosZ":-96.41999816894531,"Name":"NPC1","RotY":236.35989379882812,"NPCID":1013,"groupId":51,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"52":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.610029220581055,"PosY":1.8763870000839231,"PosZ":11.470000267028809,"RotY":86.35987091064453,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.210018157958984,"PosY":1.8763870000839231,"PosZ":12.850009918212892,"RotY":41.35974884033203,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.330016136169434,"PosY":1.8763870000839231,"PosZ":13.350009918212892,"RotY":41.35974884033203,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.4279940128326416,"PosY":1.8763870000839231,"PosZ":9.352005004882812,"RotY":266.35980224609375,"groupId":0}}},"53":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.84000015258789,"PosY":1.8763870000839231,"PosZ":5.88746976852417,"RotY":30.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-14.320019721984863,"PosY":1.8763870000839231,"PosZ":12.209989547729492,"Name":"NPC1","RotY":101.35980224609376,"NPCID":1013,"groupId":53,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"54":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.3100004196167,"PosY":1.8763870000839231,"PosZ":4.449999809265137,"RotY":0.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.699999809265137,"PosY":1.8763870000839231,"PosZ":14.25,"RotY":9.999999747378752e-6,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":17.960010528564453,"PosY":-2.139024019241333,"PosZ":-6.239995002746582,"RotY":315.3086853027344,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"55":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.610000610351562,"PosY":1.8763870000839231,"PosZ":8.390000343322754,"RotY":86.35987091064453,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.5700178146362305,"PosY":1.8763870000839231,"PosZ":5.079999923706055,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.848995208740234,"PosY":1.8763870000839231,"PosZ":12.880000114440918,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.389998435974121,"PosY":1.8763870000839231,"PosZ":5.340001106262207,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.41002082824707,"PosY":1.8763870000839231,"PosZ":5.079999923706055,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.630000114440918,"PosY":1.8763870000839231,"PosZ":12.880000114440918,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.260000228881836,"PosY":1.8763870000839231,"PosZ":5.340000152587891,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.4300000071525574,"PosY":1.8763870000839231,"PosZ":9.359999656677246,"RotY":270.0,"groupId":0}}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.100000381469727,"PosY":1.8763870000839231,"PosZ":11.760000228881836,"RotY":105.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.100000381469727,"PosY":1.8763870000839231,"PosZ":11.760000228881836,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":105.0,"PosX":-16.100000381469727,"PosY":1.8763870000839231,"PosZ":11.760000228881836,"NPCMonsterID":1002040,"EventID":0,"groupId":56,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"57":{"props":[],"npcs":[{"ID":400001,"PosX":-16.86001968383789,"PosY":1.8763870000839231,"PosZ":11.789999961853027,"Name":"NPC1","RotY":105.0,"NPCID":3013,"groupId":57,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.56999969482422,"PosY":1.8763870000839231,"PosZ":8.359997749328613,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.860003471374512,"PosY":1.8763870000839231,"PosZ":6.339999198913574,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.860000133514405,"PosY":1.8763870000839231,"PosZ":6.340000152587891,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.360003471374512,"PosY":1.8763870000839231,"PosZ":5.339999198913574,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.829999923706056,"PosY":1.8763870000839231,"PosZ":13.079999923706056,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.329999923706056,"PosY":1.8763870000839231,"PosZ":12.079999923706056,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.329999923706056,"PosY":1.8763870000839231,"PosZ":12.079999923706056,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.4300000071525574,"PosY":1.8763870000839231,"PosZ":9.359999656677246,"RotY":270.0,"groupId":0}}},"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":13.619999885559082,"PosY":-0.1402219980955124,"PosZ":-195.77999877929688,"RotY":90.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"60":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":30.280000686645508,"PosY":-0.1402219980955124,"PosZ":-205.02000427246097,"RotY":88.88285064697266,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":41.630001068115234,"PosY":-0.1402219980955124,"PosZ":-206.85000610351565,"RotY":132.48609924316406,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":40.14300155639648,"PosY":-0.1402219980955124,"PosZ":-192.00900268554688,"RotY":132.48609924316406,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":53.529998779296875,"PosY":-0.1402219980955124,"PosZ":-200.2100067138672,"RotY":132.48609924316406,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":40.709999084472656,"PosY":-0.1402219980955124,"PosZ":-206.8800048828125,"RotY":132.48609924316406,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":40.68000030517578,"PosY":-0.1402219980955124,"PosZ":-192.5800018310547,"RotY":132.48609924316406,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":52.900001525878906,"PosY":-0.1402219980955124,"PosZ":-200.92999267578125,"RotY":132.48609924316406,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":36.310001373291016,"PosY":-0.1402219980955124,"PosZ":-184.35000610351565,"RotY":132.48609924316406,"groupId":0}}},"61":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":33.75,"PosY":-0.1402219980955124,"PosZ":-202.36000061035156,"RotY":91.72720336914062,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":33.75,"PosY":-0.1402219980955124,"PosZ":-202.36000061035156,"RotY":76.7272186279297,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":91.72720336914062,"PosX":33.75,"PosY":-0.1402219980955124,"PosZ":-202.36000061035156,"NPCMonsterID":1002040,"EventID":0,"groupId":61,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"62":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":50.22005081176758,"PosY":-0.1402219980955124,"PosZ":-195.80999755859375,"RotY":331.2156982421875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":331.2156982421875,"PosX":50.22005081176758,"PosY":-0.1402219980955124,"PosZ":-195.80999755859375,"NPCMonsterID":1002040,"EventID":0,"groupId":62,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"63":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":50.31005096435547,"PosY":-0.1402219980955124,"PosZ":-192.47999572753903,"RotY":285.9443054199219,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":285.9443054199219,"PosX":50.31005096435547,"PosY":-0.1402219980955124,"PosZ":-192.47999572753903,"NPCMonsterID":1002040,"EventID":0,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":19.44013023376465,"PosY":-2.1339519023895264,"PosZ":-171.57000732421875,"RotY":18.914310455322266,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":24.020139694213867,"PosY":-2.1339519023895264,"PosZ":-163.11990356445312,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":24.020139694213867,"PosY":-2.1339519023895264,"PosZ":-162.11990356445312,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":21.020029067993164,"PosY":-2.1339519023895264,"PosZ":-152.25,"RotY":180.0,"groupId":0}}},"65":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":16.06014060974121,"PosY":-2.1339519023895264,"PosZ":-162.61000061035156,"RotY":60.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":17.420040130615234,"PosY":-2.1339519023895264,"PosZ":-166.29299926757812,"Name":"NPC1","RotY":33.91429901123047,"NPCID":1013,"groupId":65,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"66":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":21.170000076293945,"PosY":-2.1324000358581543,"PosZ":-157.0399932861328,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":7.269999980926514,"PosY":-2.1324000358581543,"PosZ":-170.5,"RotY":58.40731048583984,"groupId":0}}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.1199800968170166,"PosY":-2.134002923965454,"PosZ":-83.2800064086914,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-1.8299770355224607,"PosY":-2.134002923965454,"PosZ":-111.25,"RotY":0.0,"groupId":0}}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.610000610351562,"PosY":1.8763870000839231,"PosZ":8.390000343322754,"RotY":86.35987091064453,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.4300000071525574,"PosY":1.8763870000839231,"PosZ":9.359999656677246,"RotY":270.0,"groupId":0}}},"69":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.600000381469727,"PosY":-2.133928060531616,"PosZ":-167.3800048828125,"RotY":105.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.600000381469727,"PosY":-2.133928060531616,"PosZ":-170.3800048828125,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":105.0,"PosX":-29.600000381469727,"PosY":-2.133928060531616,"PosZ":-167.3800048828125,"NPCMonsterID":1002040,"EventID":0,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"70":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.599971771240234,"PosY":-2.133928060531616,"PosZ":-171.3800048828125,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.600000381469727,"PosY":-2.133928060531616,"PosZ":-173.3800048828125,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.600000381469727,"PosY":-2.133928060531616,"PosZ":-167.3800048828125,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.600000381469727,"PosY":-2.133928060531616,"PosZ":-173.3800048828125,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.440000534057617,"PosY":-2.133928060531616,"PosZ":-173.3800048828125,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.381000518798828,"PosY":-2.133928060531616,"PosZ":-167.3800048828125,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.469999313354492,"PosY":-2.133928060531616,"PosZ":-173.3800048828125,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-11.600000381469728,"PosY":-2.133928060531616,"PosZ":-170.3800048828125,"RotY":270.0,"groupId":0}}},"71":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":21.116100311279297,"PosY":-2.1339519023895264,"PosZ":-145.53990173339844,"RotY":0.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":16.323030471801758,"PosY":-2.101522922515869,"PosZ":-112.04000091552734,"RotY":90.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":25.71010971069336,"PosY":-2.099392890930176,"PosZ":-112.04000091552734,"RotY":90.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"72":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":19.110029220581055,"PosY":-2.134002923965454,"PosZ":-116.54000091552734,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":18.302000045776367,"PosY":-2.1339550018310547,"PosZ":-135.5399932861328,"RotY":9.999999747378752e-6,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":24.110000610351562,"PosY":-2.134002923965454,"PosZ":-132.5399932861328,"RotY":9.999999747378752e-6,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":18.110000610351562,"PosY":-2.134002923965454,"PosZ":-129.5399932861328,"RotY":9.999999747378752e-6,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":18.302000045776367,"PosY":-2.1339550018310547,"PosZ":-134.6999969482422,"RotY":9.999999747378752e-6,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":24.110000610351562,"PosY":-2.134002923965454,"PosZ":-131.75900268554688,"RotY":9.999999747378752e-6,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":18.110000610351562,"PosY":-2.134002923965454,"PosZ":-128.6699981689453,"RotY":9.999999747378752e-6,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":21.110000610351562,"PosY":-2.1339550018310547,"PosZ":-140.5399932861328,"RotY":9.999999747378752e-6,"groupId":0}}},"73":{"props":[],"npcs":[{"ID":400001,"PosX":24.110000610351562,"PosY":-2.134002923965454,"PosZ":-122.54000091552734,"Name":"NPC1","RotY":195.0,"NPCID":3013,"groupId":73,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"74":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":24.110000610351562,"PosY":-2.134002923965454,"PosZ":-122.54000091552734,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":21.110000610351562,"PosY":-2.134002923965454,"PosZ":-122.54000091552734,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":195.0,"PosX":24.110000610351562,"PosY":-2.134002923965454,"PosZ":-122.54000091552734,"NPCMonsterID":1002040,"EventID":0,"groupId":74,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"75":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.3100004196167,"PosY":1.8763870000839231,"PosZ":4.449999809265137,"RotY":0.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":5.513999938964844,"PosY":-2.145313024520874,"PosZ":-27.086000442504883,"RotY":135.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"76":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.824000358581545,"PosY":-2.139024019241333,"PosZ":-7.56400489807129,"RotY":135.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.1699700355529785,"PosY":-2.139024019241333,"PosZ":-22.88003921508789,"RotY":315.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.9249759912490845,"PosY":-2.139024019241333,"PosZ":-17.391029357910156,"RotY":315.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.412631988525391,"PosY":-2.139024019241333,"PosZ":-18.63736915588379,"RotY":315.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.763943910598755,"PosY":-2.139024019241333,"PosZ":-22.28607940673828,"RotY":315.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.477239966392517,"PosY":-2.139024019241333,"PosZ":-16.838769912719727,"RotY":315.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.027821063995361,"PosY":-2.139024019241333,"PosZ":-18.02219009399414,"RotY":315.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":2.7250070571899414,"PosY":-2.139024019241333,"PosZ":-24.57799911499023,"RotY":315.0,"groupId":0}}},"77":{"props":[],"npcs":[{"ID":400001,"PosX":-11.9399995803833,"PosY":-2.139024019241333,"PosZ":-12.150010108947754,"Name":"NPC1","RotY":120.0,"NPCID":3013,"groupId":77,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"78":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.829999923706056,"PosY":-2.139024019241333,"PosZ":-8.24000358581543,"RotY":150.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.951319694519045,"PosY":-2.139024019241333,"PosZ":-10.361330032348633,"RotY":135.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":150.0,"PosX":-10.829999923706056,"PosY":-2.139024019241333,"PosZ":-8.24000358581543,"NPCMonsterID":1002040,"EventID":0,"groupId":78,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"79":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.800000190734863,"PosY":-2.139024019241333,"PosZ":-12.420000076293944,"RotY":120.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":150.0,"PosX":-8.218679428100586,"PosY":-2.139024019241333,"PosZ":-10.248680114746094,"NPCMonsterID":1002040,"EventID":0,"groupId":79,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"80":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.4300000071525574,"PosY":1.8763870000839231,"PosZ":7.019999980926514,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.5700178146362305,"PosY":1.8763870000839231,"PosZ":5.079999923706055,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.848995208740234,"PosY":1.8763870000839231,"PosZ":12.880000114440918,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.389998435974121,"PosY":1.8763870000839231,"PosZ":5.340001106262207,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.41002082824707,"PosY":1.8763870000839231,"PosZ":5.079999923706055,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.630000114440918,"PosY":1.8763870000839231,"PosZ":12.880000114440918,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.260000228881836,"PosY":1.8763870000839231,"PosZ":5.340000152587891,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-21.610000610351562,"PosY":1.8763870000839231,"PosZ":8.390000343322754,"RotY":86.35987091064453,"groupId":0}}},"81":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.190000057220459,"PosY":1.8763870000839231,"PosZ":12.420000076293944,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.190000057220459,"PosY":1.8763870000839231,"PosZ":12.420000076293944,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":-4.190000057220459,"PosY":1.8763870000839231,"PosZ":12.420000076293944,"NPCMonsterID":1002040,"EventID":0,"groupId":81,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"82":{"props":[],"npcs":[{"ID":400001,"PosX":23.230009078979492,"PosY":-2.1339519023895264,"PosZ":-165.5800018310547,"Name":"NPC1","RotY":0.00009200000204145908,"NPCID":1007,"groupId":82,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"83":{"props":[],"npcs":[{"ID":400001,"PosX":-11.887680053710938,"PosY":1.8763870000839231,"PosZ":7.444502830505371,"Name":"NPC1","RotY":60.00006866455078,"NPCID":1007,"groupId":83,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"84":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":23.1299991607666,"PosY":-2.1339550018310547,"PosZ":-138.4600067138672,"RotY":9.999999747378752e-6,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":23.19498062133789,"PosY":-2.1339550018310547,"PosZ":-127.40000152587892,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":23.19498062133789,"PosY":-2.1339550018310547,"PosZ":-126.40000152587892,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":24.19498062133789,"PosY":-2.1339550018310547,"PosZ":-126.90000152587892,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":17.926790237426758,"PosY":-2.1339550018310547,"PosZ":-132.95590209960938,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":18.92679023742676,"PosY":-2.1339550018310547,"PosZ":-133.45590209960938,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":18.92679023742676,"PosY":-2.1339550018310547,"PosZ":-132.45590209960938,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":21.1299991607666,"PosY":-2.1339550018310547,"PosZ":-114.47000122070312,"RotY":180.0,"groupId":0}}},"85":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":51.709999084472656,"PosY":-0.1402219980955124,"PosZ":-200.1300048828125,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":27.709999084472656,"PosY":-0.1402219980955124,"PosZ":-202.1300048828125,"RotY":90.00000762939453,"groupId":0}}},"86":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":45.709999084472656,"PosY":-0.1402219980955124,"PosZ":-203.1300048828125,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":45.709999084472656,"PosY":-0.1402219980955124,"PosZ":-203.1300048828125,"RotY":90.00000762939453,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":45.709999084472656,"PosY":-0.1402219980955124,"PosZ":-203.1300048828125,"NPCMonsterID":1002040,"EventID":0,"groupId":86,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"87":{"props":[],"npcs":[{"ID":400001,"PosX":-14.729999542236328,"PosY":1.8763870000839231,"PosZ":12.880000114440918,"Name":"NPC1","RotY":105.0,"NPCID":3013,"groupId":87,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"88":{"props":[],"npcs":[{"ID":400001,"PosX":-15.43000030517578,"PosY":1.8763870000839231,"PosZ":9.8100004196167,"Name":"NPC1","RotY":91.27082824707033,"NPCID":3013,"groupId":88,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"89":{"props":[],"npcs":[{"ID":400001,"PosX":-14.869999885559082,"PosY":1.8763870000839231,"PosZ":6.670000076293945,"Name":"NPC1","RotY":76.40657806396484,"NPCID":3013,"groupId":89,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"90":{"props":[],"npcs":[{"ID":400001,"PosX":-14.729999542236328,"PosY":1.8763870000839231,"PosZ":11.279999732971191,"Name":"NPC1","RotY":105.0,"NPCID":3013,"groupId":90,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"91":{"props":[],"npcs":[{"ID":400001,"PosX":-14.869999885559082,"PosY":1.8763870000839231,"PosZ":8.229999542236328,"Name":"NPC1","RotY":76.40657806396484,"NPCID":3013,"groupId":91,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"92":{"props":[],"npcs":[{"ID":400001,"PosX":21.540000915527344,"PosY":-2.1324000358581543,"PosZ":-168.0800018310547,"Name":"NPC1","RotY":265.14520263671875,"NPCID":3013,"groupId":92,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"93":{"props":[],"npcs":[{"ID":400001,"PosX":20.809999465942383,"PosY":-2.1324000358581543,"PosZ":-164.5399932861328,"Name":"NPC1","RotY":246.85260009765625,"NPCID":3013,"groupId":93,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"94":{"props":[],"npcs":[{"ID":400001,"PosX":18.5,"PosY":-2.1324000358581543,"PosZ":-161.6199951171875,"Name":"NPC1","RotY":221.7364044189453,"NPCID":3013,"groupId":94,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"95":{"props":[],"npcs":[{"ID":400001,"PosX":21.299999237060547,"PosY":-2.1324000358581543,"PosZ":-166.3300018310547,"Name":"NPC1","RotY":265.14520263671875,"NPCID":3013,"groupId":95,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"96":{"props":[],"npcs":[{"ID":400001,"PosX":19.81999969482422,"PosY":-2.1324000358581543,"PosZ":-162.82000732421875,"Name":"NPC1","RotY":221.7364044189453,"NPCID":3013,"groupId":96,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P80207_F80207001":{"teleports":{"10046":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.21599960327149,"PosY":-11.734999656677246,"PosZ":45.49700164794922,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"}},"group_items":{"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":22.709999084472656,"PosY":7.036217212677002,"PosZ":-108.63099670410156,"RotY":89.99996185302734,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.8999999761581421,"PosY":7.036217212677002,"PosZ":-108.61000061035156,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":14.420000076293944,"PosY":4.876644134521484,"PosZ":-136.7100067138672,"RotY":345.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":10.369999885559082,"PosY":7.0213470458984375,"PosZ":-117.43000030517578,"RotY":180.0,"groupId":0}}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":10.390000343322754,"PosY":4.876643180847168,"PosZ":-129.99000549316406,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":10.390000343322754,"PosY":4.876643180847168,"PosZ":-129.99000549316406,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":10.390000343322754,"PosY":4.876643180847168,"PosZ":-129.99000549316406,"NPCMonsterID":1002040,"EventID":0,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":56.22999954223633,"PosY":7.006399154663086,"PosZ":-100.5780029296875,"RotY":270.0000915527344,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":37.52000045776367,"PosY":7.006399154663086,"PosZ":-103.56800079345705,"RotY":90.00003814697266,"groupId":0}}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":46.91999816894531,"PosY":7.006399154663086,"PosZ":-108.4499969482422,"RotY":300.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":47.279998779296875,"PosY":7.006400108337402,"PosZ":-99.19000244140624,"RotY":240.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":41.94898986816406,"PosY":7.006400108337402,"PosZ":-108.22299957275392,"RotY":210.00010681152344,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":42.85499954223633,"PosY":7.006401062011719,"PosZ":-108.64199829101564,"RotY":210.00010681152344,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":42.779998779296875,"PosY":7.006400108337402,"PosZ":-107.66999816894533,"RotY":210.00010681152344,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":52.65999984741211,"PosY":7.006400108337402,"PosZ":-107.54000091552734,"Name":"NPC1","RotY":285.0000915527344,"NPCID":1013,"groupId":15,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.8999999761581421,"PosY":7.036217212677002,"PosZ":-108.61000061035156,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.880000114440918,"PosY":5.285937786102295,"PosZ":-92.19000244140624,"RotY":180.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.78300094604492,"PosY":5.562449932098389,"PosZ":-95.73899841308594,"RotY":180.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.43050003051758,"PosY":5.563899993896484,"PosZ":-106.22000122070312,"RotY":90.00000762939453,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.329999923706055,"PosY":7.036215782165527,"PosZ":-105.65000152587892,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.329999923706055,"PosY":7.036218166351318,"PosZ":-111.65000152587892,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.329999923706055,"PosY":7.036215782165527,"PosZ":-105.65000152587892,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.490009307861328,"PosY":7.036215782165527,"PosZ":-105.65000152587892,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.548999786376953,"PosY":7.036218166351318,"PosZ":-111.65000152587892,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.459999084472656,"PosY":7.036215782165527,"PosZ":-105.65000152587892,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-17.90999984741211,"PosY":7.036215782165527,"PosZ":-108.69000244140624,"RotY":270.0,"groupId":0}}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.30302047729492,"PosY":5.563899993896484,"PosZ":-106.21900177001952,"RotY":105.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.30302047729492,"PosY":5.563899993896484,"PosZ":-106.21900177001952,"RotY":105.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":74.99999237060547,"PosX":-39.34001922607422,"PosY":5.563899993896484,"PosZ":-110.83999633789064,"NPCMonsterID":1002040,"EventID":0,"groupId":18,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.16001892089844,"PosY":5.563899993896484,"PosZ":-110.83999633789064,"RotY":74.99999237060547,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":74.99999237060547,"PosX":-37.16001892089844,"PosY":5.563899993896484,"PosZ":-110.83999633789064,"NPCMonsterID":1002040,"EventID":0,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"20":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.579999923706056,"PosY":-1.1473209857940674,"PosZ":-14.909999847412108,"RotY":-0.000052999999752501026,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.909999847412108,"PosY":-1.1473380327224731,"PosZ":-20.170000076293945,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.959999084472656,"PosY":-1.1473729610443115,"PosZ":-30.670000076293945,"RotY":-0.000052999999752501026,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.619997978210449,"PosY":-1.1473619937896729,"PosZ":-30.709999084472656,"RotY":-0.000052999999752501026,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.93000030517578,"PosY":-1.1473569869995115,"PosZ":-28.63999938964844,"RotY":-0.000052999999752501026,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.959999084472656,"PosY":-1.1473710536956787,"PosZ":-29.829999923706055,"RotY":-0.000052999999752501026,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.619997024536133,"PosY":-1.1473599672317505,"PosZ":-30.7189998626709,"RotY":-0.000052999999752501026,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.93000030517578,"PosY":-1.1473540067672727,"PosZ":-27.770000457763672,"RotY":-0.000052999999752501026,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-11.43000030517578,"PosY":5.235960960388184,"PosZ":-50.18000030517578,"RotY":-0.000052999999752501026,"groupId":0}}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.430020332336426,"PosY":-1.7999999523162842,"PosZ":-26.15999984741211,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.430020332336426,"PosY":-1.7999999523162842,"PosZ":-26.15999984741211,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":-11.270000457763672,"PosY":-1.1473540067672727,"PosZ":-25.3799991607666,"NPCMonsterID":1002040,"EventID":0,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":80.72799682617188,"PosY":2.313761949539185,"PosZ":104.75,"RotY":180.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":49.323001861572266,"PosY":0.17211900651454926,"PosZ":116.72000122070312,"RotY":89.9999008178711,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":82.53700256347656,"PosY":0.12209700047969818,"PosZ":118.4489974975586,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":64.3499984741211,"PosY":2.1517341136932373,"PosZ":119.06999969482422,"RotY":89.9999008178711,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":71.3499984741211,"PosY":0.12219099700450896,"PosZ":114.18000030517578,"RotY":89.9999008178711,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":71.33998107910156,"PosY":0.12219300121068954,"PosZ":119.47000122070312,"RotY":89.9999008178711,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":65.18998718261719,"PosY":2.1517341136932373,"PosZ":119.06999969482422,"RotY":89.9999008178711,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":72.13099670410156,"PosY":0.12218499928712843,"PosZ":114.18000030517578,"RotY":89.9999008178711,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":72.20997619628906,"PosY":0.12218499928712843,"PosZ":119.47000122070312,"RotY":89.9999008178711,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":58.810001373291016,"PosY":2.1517341136932373,"PosZ":116.72000122070312,"RotY":89.9999008178711,"groupId":0}}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":76.81001281738281,"PosY":0.03999999910593033,"PosZ":113.72000122070312,"RotY":284.9999084472656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":76.81001281738281,"PosY":0.03999999910593033,"PosZ":116.72000122070312,"RotY":269.9999084472656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":284.9999084472656,"PosX":76.81001281738281,"PosY":0.03999999910593033,"PosZ":113.72000122070312,"NPCMonsterID":1002040,"EventID":0,"groupId":25,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"26":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":6.469998836517334,"PosY":2.220452070236206,"PosZ":46.86000061035156,"RotY":90.00010681152344,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":35.390010833740234,"PosY":-1.1757769584655762,"PosZ":48.93999099731445,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":16.389999389648438,"PosY":-1.1757320165634155,"PosZ":49.93000030517578,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":19.38999938964844,"PosY":-1.1757320165634155,"PosZ":43.93000030517578,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":22.38999938964844,"PosY":-1.1757320165634155,"PosZ":49.93000030517578,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":17.229999542236328,"PosY":-1.1757320165634155,"PosZ":49.93000030517578,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":20.17099952697754,"PosY":-1.1757320165634155,"PosZ":43.93000030517578,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":23.260000228881836,"PosY":-1.1757320165634155,"PosZ":49.93000030517578,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":11.390000343322754,"PosY":0.4335469901561737,"PosZ":46.93000030517578,"RotY":90.00000762939453,"groupId":0}}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":29.38999938964844,"PosY":-1.1757320165634155,"PosZ":43.93000030517578,"RotY":285.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":29.38999938964844,"PosY":-1.1757320165634155,"PosZ":46.93000030517578,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":285.0,"PosX":29.38999938964844,"PosY":-1.1757320165634155,"PosZ":43.93000030517578,"NPCMonsterID":1002040,"EventID":0,"groupId":28,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.78300094604492,"PosY":5.562449932098389,"PosZ":-95.73899841308594,"RotY":180.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.61872100830078,"PosY":6.740300178527832,"PosZ":-81.37938690185547,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.310001373291016,"PosY":3.9299139976501465,"PosZ":-92.12000274658203,"RotY":9.999999747378752e-6,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.420000076293945,"PosY":3.929908037185669,"PosZ":-73.12000274658203,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.41999816894531,"PosY":3.929908037185669,"PosZ":-76.12000274658203,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.420000076293945,"PosY":3.929908037185669,"PosZ":-79.12000274658203,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.420000076293945,"PosY":3.929908037185669,"PosZ":-73.96000671386719,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.41999816894531,"PosY":3.929908037185669,"PosZ":-76.9010009765625,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.420000076293945,"PosY":3.929908037185669,"PosZ":-79.9900131225586,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-34.41999816894531,"PosY":3.929908037185669,"PosZ":-68.12000274658203,"RotY":180.0,"groupId":0}}},"31":{"props":[],"npcs":[{"ID":400001,"PosX":-37.41999816894531,"PosY":3.929908037185669,"PosZ":-86.12000274658203,"Name":"NPC1","RotY":15.000009536743164,"NPCID":3013,"groupId":31,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"32":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.970999717712402,"PosY":7.036215782165527,"PosZ":-103.06999969482422,"RotY":180.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.635000228881836,"PosY":5.235952854156494,"PosZ":-86.59100341796875,"RotY":-0.000043000000005122274,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.9960010051727295,"PosY":5.235951900482178,"PosZ":-67.90299987792969,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.149999618530272,"PosY":5.235949993133545,"PosZ":-72.24899291992188,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.7239999771118164,"PosY":5.235949993133545,"PosZ":-73.74500274658203,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.9960000514984126,"PosY":5.235950946807861,"PosZ":-68.74299621582031,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.083999633789064,"PosY":5.235949993133545,"PosZ":-71.09100341796875,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.7239990234375,"PosY":5.235949993133545,"PosZ":-74.61499786376953,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-7.129999160766602,"PosY":5.235951900482178,"PosZ":-64.19000244140625,"RotY":180.0,"groupId":0}}},"34":{"props":[],"npcs":[{"ID":400001,"PosX":-9.899999618530273,"PosY":5.199999809265137,"PosZ":-82.12000274658203,"Name":"NPC1","RotY":14.999950408935549,"NPCID":3013,"groupId":34,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":80.72799682617188,"PosY":2.313761949539185,"PosZ":104.75,"RotY":180.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":70.37000274658203,"PosY":2.383078098297119,"PosZ":74.04000091552734,"RotY":89.99992370605469,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":82.94999694824219,"PosY":2.231247901916504,"PosZ":69.01998138427734,"RotY":-0.000043000000005122274,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":74.43876647949219,"PosY":2.23128604888916,"PosZ":88.38060760498047,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":85.93721771240233,"PosY":2.2312209606170654,"PosZ":82.13752746582033,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":75.28878021240233,"PosY":2.231281995773315,"PosZ":87.97061920166016,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":74.43876647949219,"PosY":2.23128604888916,"PosZ":87.54061126708984,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":85.9372329711914,"PosY":2.231220006942749,"PosZ":81.35652160644531,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":85.05722045898438,"PosY":2.2312419414520264,"PosZ":81.72651672363281,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":79.55000305175781,"PosY":2.2312660217285156,"PosZ":97.510009765625,"RotY":180.0,"groupId":0}}},"37":{"props":[],"npcs":[{"ID":400001,"PosX":76.16001892089844,"PosY":2.2312779426574707,"PosZ":75.0199966430664,"Name":"NPC1","RotY":14.999950408935549,"NPCID":3013,"groupId":37,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.72999954223633,"PosY":0.8206639885902405,"PosZ":72.30364990234375,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.140000343322754,"PosY":2.170628070831299,"PosZ":37.66999816894531,"RotY":180.00010681152344,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":6.469998836517334,"PosY":2.220452070236206,"PosZ":46.86000061035156,"RotY":90.00010681152344,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"43":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.00000762939453,"PosY":0.820675015449524,"PosZ":44.959999084472656,"RotY":90.00006103515625,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.17999267578125,"PosY":0.8206660151481628,"PosZ":45.34000015258789,"RotY":270.0000915527344,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.452999114990234,"PosY":2.170736074447632,"PosZ":51.243999481201165,"RotY":270.0000915527344,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.309999465942383,"PosY":2.1706860065460205,"PosZ":45.970001220703125,"RotY":270.0000915527344,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.0199966430664,"PosY":0.8206660151481628,"PosZ":45.34000015258789,"RotY":270.0000915527344,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.23400115966797,"PosY":2.170738935470581,"PosZ":51.243999481201165,"RotY":270.0000915527344,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.18000030517578,"PosY":2.170689105987549,"PosZ":45.970001220703125,"RotY":270.0000915527344,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-25.959999084472656,"PosY":2.1706700325012207,"PosZ":47.880001068115234,"RotY":270.0000915527344,"groupId":0}}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.93830871582033,"PosY":0.5886639952659607,"PosZ":45.460811614990234,"RotY":75.00006103515625,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.93830871582033,"PosY":0.5886639952659607,"PosZ":45.460811614990234,"RotY":75.00006103515625,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":75.00006103515625,"PosX":-74.93830871582033,"PosY":0.5886639952659607,"PosZ":45.460811614990234,"NPCMonsterID":1002040,"EventID":0,"groupId":44,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"45":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.58110809326172,"PosY":0.588657021522522,"PosZ":45.86783981323242,"RotY":90.00000762939453,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.00000762939453,"PosX":-61.58110809326172,"PosY":0.588657021522522,"PosZ":45.86783981323242,"NPCMonsterID":1002040,"EventID":0,"groupId":45,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.67736053466797,"PosY":1.938724994659424,"PosZ":42.74085998535156,"RotY":90.00000762939453,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.00000762939453,"PosX":-44.67736053466797,"PosY":1.938724994659424,"PosZ":42.74085998535156,"NPCMonsterID":1002040,"EventID":0,"groupId":46,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":14.770000457763672,"PosY":2.245800018310547,"PosZ":67.23999786376953,"RotY":270.0000915527344,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":34.04999923706055,"PosY":0.1721460074186325,"PosZ":108.63999938964844,"RotY":0.000048000001697801054,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":64.73300170898438,"PosY":5.00065803527832,"PosZ":74.0719985961914,"RotY":270.0000915527344,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":22.250019073486328,"PosY":-1.327494978904724,"PosZ":99.56997680664062,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":35.099998474121094,"PosY":2.2457780838012695,"PosZ":76.80999755859375,"RotY":0.000048000001697801054,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":29.760000228881836,"PosY":2.245788097381592,"PosZ":76.91999816894531,"RotY":0.000048000001697801054,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":19.260009765625,"PosY":2.2458009719848633,"PosZ":76.25,"RotY":0.000048000001697801054,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":36.060001373291016,"PosY":2.2457780838012695,"PosZ":76.81999969482422,"RotY":0.000048000001697801054,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":30.770000457763672,"PosY":2.2958269119262695,"PosZ":76.94000244140625,"RotY":0.000048000001697801054,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":19.260000228881836,"PosY":2.2958381175994873,"PosZ":77.12000274658203,"RotY":0.000048000001697801054,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":39.869998931884766,"PosY":2.2457709312438965,"PosZ":72.38999938964844,"RotY":270.0000915527344,"groupId":0}}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":25.250019073486328,"PosY":-1.7899999618530271,"PosZ":93.56999969482422,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":22.250019073486328,"PosY":-1.7899999618530271,"PosZ":93.56999969482422,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":195.0,"PosX":25.260000228881836,"PosY":-1.3274990320205688,"PosZ":93.66999816894531,"NPCMonsterID":1002040,"EventID":0,"groupId":49,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"50":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":19.250019073486328,"PosY":-1.7899999618530271,"PosZ":93.56999969482422,"RotY":165.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":165.0,"PosX":19.250009536743164,"PosY":-1.3274799585342407,"PosZ":93.57000732421876,"NPCMonsterID":1002040,"EventID":0,"groupId":50,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":21.773710250854492,"PosY":2.0137939453125,"PosZ":66.22074890136719,"RotY":105.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":105.0,"PosX":21.773710250854492,"PosY":2.245800018310547,"PosZ":66.22074890136719,"NPCMonsterID":1002040,"EventID":0,"groupId":51,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"52":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":10.390000343322754,"PosY":4.876643180847168,"PosZ":-129.99000549316406,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":10.390000343322754,"PosY":4.876643180847168,"PosZ":-129.99000549316406,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":10.390000343322754,"PosY":4.876643180847168,"PosZ":-129.99000549316406,"NPCMonsterID":1002040,"EventID":0,"groupId":52,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"53":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.430000305175781,"PosY":5.2359538078308105,"PosZ":-86.62999725341797,"RotY":0.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.093523979187012,"PosY":5.235949993133545,"PosZ":-74.63616180419922,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.039999961853027,"PosY":5.235950946807861,"PosZ":-73.85001373291016,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-7.129999160766602,"PosY":5.235951900482178,"PosZ":-64.19000244140625,"RotY":180.0,"groupId":0}}},"54":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.04518985748291,"PosY":5.235949993133545,"PosZ":-74.19351196289062,"RotY":60.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-10.071940422058104,"PosY":5.235949993133545,"PosZ":-76.48999786376953,"Name":"NPC1","RotY":30.0,"NPCID":1013,"groupId":54,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"55":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":100.14800262451172,"PosY":2.230678081512451,"PosZ":88.0772933959961,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":77.05000305175781,"PosY":2.2312750816345215,"PosZ":82.91000366210938,"RotY":90.0,"groupId":0}}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":95.02378845214844,"PosY":2.230870008468628,"PosZ":80.41734313964844,"RotY":195.00010681152344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":95.02378845214844,"PosY":2.230870008468628,"PosZ":80.41734313964844,"RotY":0.0000670000008540228,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":95.02378845214844,"PosY":2.230870008468628,"PosZ":80.41734313964844,"NPCMonsterID":1002040,"EventID":0,"groupId":56,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"57":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":82.53700256347656,"PosY":0.12209700047969818,"PosZ":118.4489974975586,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":71.78898620605469,"PosY":0.1221340000629425,"PosZ":112.73600006103516,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":71.7979965209961,"PosY":0.1221340000629425,"PosZ":113.67299652099608,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":58.84299850463867,"PosY":2.1517341136932373,"PosZ":116.70700073242188,"RotY":89.9999771118164,"groupId":0}}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":72.05999755859375,"PosY":0.1221340000629425,"PosZ":119.4800033569336,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":72.16500091552734,"PosY":0.1221340000629425,"PosZ":120.41699981689452,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":77.47699737548828,"PosY":0.7059999704360962,"PosZ":117.3000030517578,"Name":"NPC1","RotY":284.9999084472656,"NPCID":1013,"groupId":58,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"61":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.310001373291016,"PosY":3.9299139976501465,"PosZ":-92.12000274658203,"RotY":9.999999747378752e-6,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-34.41999816894531,"PosY":3.929908037185669,"PosZ":-68.12000274658203,"RotY":180.0,"groupId":0}}},"62":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.369998931884766,"PosY":3.929908037185669,"PosZ":-86.12000274658203,"RotY":15.000009536743164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.369998931884766,"PosY":3.929908037185669,"PosZ":-86.12000274658203,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-36.369998931884766,"PosY":3.929908037185669,"PosZ":-86.12001037597656,"NPCMonsterID":1002040,"EventID":0,"groupId":62,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.909999847412108,"PosY":-1.1473380327224731,"PosZ":-20.170000076293945,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.969999313354492,"PosY":-1.1473569869995115,"PosZ":-27.13999938964844,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.969999313354492,"PosY":-1.1473599672317505,"PosZ":-28.13999938964844,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.90999984741211,"PosY":-1.1473629474639893,"PosZ":-29.3700008392334,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.610000133514405,"PosY":-1.1473619937896729,"PosZ":-28.309999465942383,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.610000610351562,"PosY":-1.1473599672317505,"PosZ":-28.260000228881836,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.59999942779541,"PosY":-1.1473599672317505,"PosZ":-28.170000076293945,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-11.477999687194824,"PosY":5.235960006713867,"PosZ":-51.21599960327149,"RotY":0.0,"groupId":0}}},"66":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.1500015258789,"PosY":0.8206729888916016,"PosZ":46.52000045776367,"RotY":180.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Puzzle_Chap02_PuzzleCompass.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"PropID":102063,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_CargoShip_01_TakeMonster.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.21599960327149,"PosY":-11.734999656677246,"PosZ":45.49700164794922,"RotY":180.0,"PropID":60201,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":10046,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-58.21599960327149,"PosY":-11.734999656677246,"PosZ":45.49700164794922,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":66,"IsDelete":false,"IsClientOnly":false}],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-58.21599960327149,"PosY":-11.734999656677246,"PosZ":45.49700164794922,"NPCMonsterID":1002040,"EventID":0,"groupId":66,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-67.76000213623047,"PosY":0.820667028427124,"PosZ":72.5999984741211,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":-107.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":-77.80000305175781,"PosY":-0.5899999737739563,"PosZ":52.97999954223633,"RotY":0.0,"groupId":0},"4":{"ID":4,"PosX":-72.33000183105469,"PosY":7.920000076293945,"PosZ":77.97000122070312,"RotY":202.3999938964844,"groupId":0},"5":{"ID":5,"PosX":-72.33000183105469,"PosY":7.920000076293945,"PosZ":77.97000122070312,"RotY":202.3999938964844,"groupId":0},"6":{"ID":6,"PosX":-74.72599792480469,"PosY":0.8899999856948853,"PosZ":52.90999984741211,"RotY":180.0,"groupId":0},"7":{"ID":7,"PosX":-72.16999816894531,"PosY":3.1700000762939453,"PosZ":38.470001220703125,"RotY":22.40000915527344,"groupId":0},"8":{"ID":8,"PosX":-69.4800033569336,"PosY":0.820667028427124,"PosZ":44.939998626708984,"RotY":0.0,"groupId":0},"9":{"ID":9,"PosX":-122.8000030517578,"PosY":-0.5899999737739563,"PosZ":52.819000244140625,"RotY":0.0,"groupId":0},"10":{"ID":10,"PosX":-77.80000305175781,"PosY":-0.5899999737739563,"PosZ":52.819000244140625,"RotY":0.0,"groupId":0},"11":{"ID":11,"PosX":-87.19999694824219,"PosY":3.660000085830689,"PosZ":44.439998626708984,"RotY":295.5,"groupId":0},"12":{"ID":12,"PosX":-74.61000061035156,"PosY":1.8600000143051147,"PosZ":44.63999938964844,"RotY":359.3999938964844,"groupId":0},"13":{"ID":13,"PosX":-73.66300201416016,"PosY":0.7799999713897705,"PosZ":52.61100006103515,"RotY":180.0,"groupId":0},"14":{"ID":14,"PosX":-73.66300201416016,"PosY":0.7799999713897705,"PosZ":52.61100006103515,"RotY":180.0,"groupId":0}}},"67":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.1928596496582,"PosY":2.2050979137420654,"PosZ":43.790000915527344,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-83.24134826660156,"PosY":0.820675015449524,"PosZ":44.900001525878906,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.62299346923828,"PosY":0.820667028427124,"PosZ":38.2400016784668,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.7400016784668,"PosY":0.8206639885902405,"PosZ":46.83700180053711,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.90000915527344,"PosY":0.8206700086593627,"PosZ":38.2599983215332,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.46299743652344,"PosY":0.820667028427124,"PosZ":38.2400016784668,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.520999908447266,"PosY":0.8206639885902405,"PosZ":46.83700180053711,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.7699966430664,"PosY":0.8206700086593627,"PosZ":38.25999069213867,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-59.24134063720703,"PosY":0.8206629753112793,"PosZ":42.504638671875,"RotY":270.0,"groupId":0}}},"72":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.789995193481445,"PosY":7.036215782165527,"PosZ":-107.65000152587892,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.799999237060547,"PosY":7.036215782165527,"PosZ":-105.65000152587892,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.799999237060547,"PosY":7.036217212677002,"PosZ":-111.65000152587892,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.799999237060547,"PosY":7.036215782165527,"PosZ":-105.65000152587892,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.960010528564453,"PosY":7.036215782165527,"PosZ":-105.65000152587892,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.018999099731445,"PosY":7.036218166351318,"PosZ":-111.65000152587892,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.93000030517578,"PosY":7.036215782165527,"PosZ":-105.65000152587892,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-38.349998474121094,"PosY":5.562446117401123,"PosZ":-108.65000152587892,"RotY":90.00000762939453,"groupId":0}}},"73":{"props":[],"npcs":[{"ID":400001,"PosX":-14.550000190734863,"PosY":7.036217212677002,"PosZ":-111.65000152587892,"Name":"NPC1","RotY":285.0,"NPCID":3013,"groupId":73,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"74":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.550000190734863,"PosY":7.036217212677002,"PosZ":-111.65000152587892,"RotY":285.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.550000190734863,"PosY":7.036215782165527,"PosZ":-108.65000152587892,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":285.0,"PosX":-14.550000190734863,"PosY":7.036217212677002,"PosZ":-111.65000152587892,"NPCMonsterID":1002040,"EventID":0,"groupId":74,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"76":{"props":[],"npcs":[{"ID":400001,"PosX":-11.270000457763672,"PosY":-1.1473540067672727,"PosZ":-25.3799991607666,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":76,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"78":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":48.68000030517578,"PosY":-2.9156339168548584,"PosZ":39.83000183105469,"RotY":9.999999747378752e-6,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":49.869998931884766,"PosY":-2.915642023086548,"PosZ":55.599998474121094,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":43.869998931884766,"PosY":-2.9156129360198975,"PosZ":52.599998474121094,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":49.869998931884766,"PosY":-2.915641069412231,"PosZ":49.599998474121094,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":49.869998931884766,"PosY":-2.915642023086548,"PosZ":54.7599983215332,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":43.869998931884766,"PosY":-2.9156129360198975,"PosZ":51.818988800048835,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":49.869991302490234,"PosY":-2.915641069412231,"PosZ":48.72999954223633,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":45.96599960327149,"PosY":-2.4247689247131348,"PosZ":60.599998474121094,"RotY":180.0,"groupId":0}}},"79":{"props":[],"npcs":[{"ID":400001,"PosX":29.38999938964844,"PosY":-1.1757320165634155,"PosZ":43.93000030517578,"Name":"NPC1","RotY":285.0,"NPCID":3013,"groupId":79,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"80":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":43.869998931884766,"PosY":-2.915611982345581,"PosZ":42.599998474121094,"RotY":15.000009536743164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":46.869998931884766,"PosY":-2.915626049041748,"PosZ":42.599998474121094,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":15.000009536743164,"PosX":43.869998931884766,"PosY":-2.915611982345581,"PosZ":42.599998474121094,"NPCMonsterID":1002040,"EventID":0,"groupId":80,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"83":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":46.25,"PosY":-2.915640115737915,"PosZ":42.599998474121094,"RotY":345.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":330.0,"PosX":46.25,"PosY":-2.9156229496002197,"PosZ":42.599998474121094,"NPCMonsterID":1002040,"EventID":0,"groupId":83,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"84":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":76.16000366210938,"PosY":2.2312779426574707,"PosZ":75.0199966430664,"RotY":15.000009536743164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":79.16000366210938,"PosY":2.2312660217285156,"PosZ":75.0199966430664,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":15.000009536743164,"PosX":76.16000366210938,"PosY":2.2312779426574707,"PosZ":75.0199966430664,"NPCMonsterID":1002040,"EventID":0,"groupId":84,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"85":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":76.99600219726562,"PosY":2.231276035308838,"PosZ":95.7699966430664,"RotY":180.00010681152344,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":75.69001770019531,"PosY":2.2312800884246826,"PosZ":86.2699966430664,"RotY":0.0000670000008540228,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":75.69001770019531,"PosY":2.231281042098999,"PosZ":85.2699966430664,"RotY":0.0000670000008540228,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":74.69001770019531,"PosY":2.231283903121948,"PosZ":85.7699966430664,"RotY":0.0000670000008540228,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":82.69001770019531,"PosY":2.2312519550323486,"PosZ":85.76998901367188,"RotY":0.0000670000008540228,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":81.69001770019531,"PosY":2.231256008148194,"PosZ":86.26998901367188,"RotY":0.0000670000008540228,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":81.69001770019531,"PosY":2.231256008148194,"PosZ":85.2699966430664,"RotY":0.0000670000008540228,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":78.69000244140625,"PosY":2.231266975402832,"PosZ":73.7699966430664,"RotY":0.0000670000008540228,"groupId":0}}},"89":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.310001373291016,"PosY":3.9299139976501465,"PosZ":-89.08000946044922,"RotY":9.999999747378752e-6,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.420000076293945,"PosY":3.929908037185669,"PosZ":-76.58000946044922,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.420000076293945,"PosY":3.929908037185669,"PosZ":-75.58000946044922,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.420000076293945,"PosY":3.929908037185669,"PosZ":-76.08000946044922,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.41999816894531,"PosY":3.929908037185669,"PosZ":-79.7300033569336,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.41999816894531,"PosY":3.929908037185669,"PosZ":-80.2300033569336,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.41999816894531,"PosY":3.929908037185669,"PosZ":-79.2300033569336,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-34.41999816894531,"PosY":3.929908037185669,"PosZ":-68.12000274658203,"RotY":180.0,"groupId":0}}},"93":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.06999969482422,"PosY":2.1706669330596924,"PosZ":54.97999954223633,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvAreaMark.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.75,"PosY":2.170762062072754,"PosZ":43.2499885559082,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.63999938964844,"PosY":2.1706840991973877,"PosZ":43.18000030517578,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.56938171386719,"PosY":2.170703887939453,"PosZ":67.37515258789062,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":93,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002059,"EventID":81312013,"groupId":93,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":93,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":93,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":93,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":93,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":93,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002059,"EventID":81312013,"groupId":93,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":93,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":93,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":93,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":93,"IsDelete":false,"IsClientOnly":false},{"ID":200014,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":93,"IsDelete":false,"IsClientOnly":false},{"ID":200015,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":93,"IsDelete":false,"IsClientOnly":false},{"ID":200016,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":93,"IsDelete":false,"IsClientOnly":false},{"ID":200017,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":93,"IsDelete":false,"IsClientOnly":false},{"ID":200018,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":93,"IsDelete":false,"IsClientOnly":false},{"ID":200019,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":93,"IsDelete":false,"IsClientOnly":false},{"ID":200020,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002059,"EventID":81312013,"groupId":93,"IsDelete":false,"IsClientOnly":false},{"ID":200021,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002059,"EventID":81312013,"groupId":93,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"94":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.3099920749664307,"PosY":2.1705920696258545,"PosZ":64.36000061035156,"RotY":269.9254150390625,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.185666084289551,"PosY":2.1706089973449707,"PosZ":62.25,"RotY":269.9255065917969,"PropID":60204,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.1856689453125,"PosY":2.1706089973449707,"PosZ":61.05097961425781,"RotY":269.9255065917969,"PropID":60205,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.185667991638184,"PosY":2.1706089973449707,"PosZ":59.75,"RotY":269.9255065917969,"PropID":60206,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.540870666503906,"PosY":2.1707611083984375,"PosZ":43.59272003173828,"RotY":90.0,"PropID":913,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvAreaReady.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EntranceBlockLine_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.060001373291016,"PosY":0.8206650018692015,"PosZ":39.15999984741211,"RotY":300.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.847000122070312,"PosY":2.1706290245056152,"PosZ":60.5,"RotY":89.99999237060547,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvTransform.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.119998931884766,"PosY":0.8206650018692015,"PosZ":39.15999984741211,"RotY":269.9255065917969,"PropID":60204,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-66.51000213623047,"PosY":0.820667028427124,"PosZ":42.5,"RotY":90.0,"groupId":0}}},"95":{"props":[],"npcs":[{"ID":400001,"PosX":77.40193939208984,"PosY":0.12213999778032304,"PosZ":115.345703125,"Name":"NPC1","RotY":120.0,"NPCID":1007,"groupId":95,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"96":{"props":[],"npcs":[{"ID":400001,"PosX":-5.02000093460083,"PosY":5.235949993133545,"PosZ":-76.39998626708984,"Name":"NPC1","RotY":330.0,"NPCID":1007,"groupId":96,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"97":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":10.390000343322754,"PosY":4.876643180847168,"PosZ":-129.99000549316406,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":10.390000343322754,"PosY":4.876643180847168,"PosZ":-129.99000549316406,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":10.390000343322754,"PosY":4.876643180847168,"PosZ":-129.99000549316406,"NPCMonsterID":1002040,"EventID":0,"groupId":97,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"102":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":42.55364990234375,"PosY":-3.00510311126709,"PosZ":-13.019689559936523,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"103":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":40.55364990234375,"PosY":-1.1459850072860718,"PosZ":13.980310440063477,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":49.39501190185547,"PosY":-1.0744780302047727,"PosZ":7.012080192565918,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":49.44126892089844,"PosY":-1.0744780302047727,"PosZ":-0.259319007396698,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":39.95000076293945,"PosY":-1.0744860172271729,"PosZ":2.980307102203369,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":49.39501953125,"PosY":-1.0744780302047727,"PosZ":7.852080821990967,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":49.44126892089844,"PosY":-1.0744780302047727,"PosZ":0.5216799974441528,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":39.95000076293945,"PosY":-1.0744860172271729,"PosZ":3.8503060340881343,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":42.95000076293945,"PosY":-1.0959919691085815,"PosZ":-8.019693374633789,"RotY":0.0,"groupId":0}}},"104":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":40.55364990234375,"PosY":-1.1459850072860718,"PosZ":13.980310440063477,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":39.55364990234375,"PosY":-1.1459850072860718,"PosZ":4.480307102203369,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":39.55364990234375,"PosY":-1.1459850072860718,"PosZ":3.480307102203369,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":38.55364990234375,"PosY":-1.1459850072860718,"PosZ":3.9803071022033687,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":46.55364990234375,"PosY":-1.1459850072860718,"PosZ":3.9803071022033687,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":45.55364990234375,"PosY":-1.1459850072860718,"PosZ":4.480307102203369,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":45.55364990234375,"PosY":-1.1459850072860718,"PosZ":3.480307102203369,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":42.55364990234375,"PosY":-1.1459850072860718,"PosZ":-8.019693374633789,"RotY":0.0,"groupId":0}}},"105":{"props":[],"npcs":[{"ID":400001,"PosX":45.55364990234375,"PosY":-1.1459850072860718,"PosZ":9.980306625366211,"Name":"NPC1","RotY":195.0,"NPCID":3013,"groupId":105,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"106":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":45.95000076293945,"PosY":-1.0744860172271729,"PosZ":9.980305671691895,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":42.95000076293945,"PosY":-1.0744860172271729,"PosZ":9.980306625366211,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":45.93000030517578,"PosY":-1.0744860172271729,"PosZ":9.980306625366211,"NPCMonsterID":1002040,"EventID":0,"groupId":106,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"107":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.647509574890137,"PosY":5.235960960388184,"PosZ":-48.5,"RotY":180.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.140000343322754,"PosY":2.220521926879883,"PosZ":37.66999816894531,"RotY":180.00010681152344,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"108":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.0,"PosY":-1.1473640203475952,"PosZ":-29.749990463256836,"RotY":9.999999747378752e-6,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.86203956604004,"PosY":-1.1472619771957395,"PosZ":8.100276947021484,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.136251449584961,"PosY":-1.1473159790039065,"PosZ":-13.78660011291504,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.18000030517578,"PosY":-1.147220015525818,"PosZ":21.669960021972656,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.86203956604004,"PosY":-1.147264003753662,"PosZ":7.260289192199707,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.136255264282227,"PosY":-1.147318959236145,"PosZ":-14.56758975982666,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.18000030517578,"PosY":-1.1472229957580566,"PosZ":20.799999237060547,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-14.18000030517578,"PosY":0.4336310029029846,"PosZ":32.845001220703125,"RotY":180.0,"groupId":0}}},"109":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.0,"PosY":-1.1473480463027954,"PosZ":-23.75,"RotY":15.000009536743164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.0,"PosY":-1.1473480463027954,"PosZ":-23.75,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":15.000009536743164,"PosX":-16.0,"PosY":-1.1473480463027954,"PosZ":-23.75,"NPCMonsterID":1002040,"EventID":0,"groupId":109,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"110":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.75,"PosY":-1.147286057472229,"PosZ":-1.5,"RotY":345.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":345.0,"PosX":-9.75,"PosY":-1.147286057472229,"PosZ":-1.5,"NPCMonsterID":1002040,"EventID":0,"groupId":110,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"111":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.18000030517578,"PosY":-1.1472389698028564,"PosZ":14.670000076293944,"RotY":345.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":111,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-17.18000030517578,"PosY":-1.1472450494766235,"PosZ":14.670000076293944,"NPCMonsterID":1002040,"EventID":0,"groupId":111,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"112":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":38.75,"PosY":9.100645065307617,"PosZ":125.75,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":112,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":4.0,"PosY":9.100729942321777,"PosZ":107.75,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":112,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"113":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":2.2499990463256836,"PosY":9.100732803344727,"PosZ":117.59329986572266,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":13.919899940490724,"PosY":9.100717544555664,"PosZ":122.4998016357422,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":31.519689559936523,"PosY":9.100664138793945,"PosZ":122.59329986572266,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":28.519689559936523,"PosY":9.100672721862791,"PosZ":116.59339904785156,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":13.079899787902832,"PosY":9.100717544555664,"PosZ":122.4998016357422,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":30.738689422607425,"PosY":9.100666046142578,"PosZ":122.59339904785156,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":27.64967918395996,"PosY":9.100675582885742,"PosZ":116.59329986572266,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":39.51969146728515,"PosY":9.100640296936035,"PosZ":119.59329986572266,"RotY":270.0,"groupId":0}}},"114":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":8.250001907348633,"PosY":9.100722312927246,"PosZ":122.59329986572266,"RotY":105.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":8.250001907348633,"PosY":9.100723266601562,"PosZ":119.59339904785156,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":105.0,"PosX":8.250001907348633,"PosY":9.100722312927246,"PosZ":122.59329986572266,"NPCMonsterID":1002040,"EventID":0,"groupId":114,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"115":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":19.5,"PosY":9.100698471069336,"PosZ":116.59329986572266,"RotY":74.99999237060547,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":115,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":74.99999237060547,"PosX":19.5,"PosY":9.100698471069336,"PosZ":116.59329986572266,"NPCMonsterID":1002040,"EventID":0,"groupId":115,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"116":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":21.519689559936523,"PosY":9.100692749023438,"PosZ":116.59329986572266,"RotY":74.99999237060547,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":74.99999237060547,"PosX":21.519689559936523,"PosY":9.100692749023438,"PosZ":116.59329986572266,"NPCMonsterID":1002040,"EventID":0,"groupId":116,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"117":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.72999954223633,"PosY":0.8206639885902405,"PosZ":72.30364990234375,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":117,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"118":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-86.18031311035156,"PosY":0.8206760287284851,"PosZ":70.30364990234375,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":118,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.19999694824219,"PosY":0.8206700086593627,"PosZ":68.30699920654297,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":118,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.18031311035156,"PosY":0.8206700086593627,"PosZ":68.30364990234375,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":118,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-64.18031311035156,"PosY":0.8206660151481628,"PosZ":72.30364990234375,"RotY":270.0,"groupId":0}}},"119":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.09465026855469,"PosY":0.820671021938324,"PosZ":75.87383270263672,"RotY":120.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":119,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-79.11032104492188,"PosY":0.8206729888916016,"PosZ":75.30364990234375,"Name":"NPC1","RotY":120.0,"NPCID":1013,"groupId":119,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"120":{"props":[],"npcs":[{"ID":400002,"PosX":-79.11031341552734,"PosY":0.8206729888916016,"PosZ":69.30364990234375,"Name":"NPC2","RotY":60.0,"NPCID":1007,"groupId":120,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"124":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":22.709999084472656,"PosY":7.036217212677002,"PosZ":-108.63099670410156,"RotY":89.99996185302734,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":124,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.8999999761581421,"PosY":7.036217212677002,"PosZ":-108.61000061035156,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":124,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"125":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":17.625,"PosY":4.876644134521484,"PosZ":-137.24000549316406,"RotY":229.306396484375,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":16.67799949645996,"PosY":4.876643180847168,"PosZ":-127.77999877929688,"RotY":270.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue160/RogueDLCModule_AdvRouletteRoom_Puzzle.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":25.676000595092773,"PosY":3.5429999828338623,"PosZ":-135.6959991455078,"RotY":270.0000915527344,"PropID":102054,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_03_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue160/RogueDLCModule_AdvRouletteRoom_ShipControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":10.3100004196167,"PosY":4.876644134521484,"PosZ":-126.33000183105467,"RotY":221.36880493164065,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":8.65999984741211,"PosY":4.988999843597412,"PosZ":-126.88999938964844,"RotY":269.9255065917969,"PropID":60205,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":4.410999774932861,"PosY":4.876643180847168,"PosZ":-130.00999450683594,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":25.676000595092773,"PosY":3.5429999828338623,"PosZ":-135.6959991455078,"RotY":270.0000915527344,"groupId":0},"3":{"ID":3,"PosX":25.676000595092773,"PosY":3.5429999828338623,"PosZ":-180.6959991455078,"RotY":270.0000915527344,"groupId":0},"4":{"ID":4,"PosX":19.06999969482422,"PosY":7.860000133514405,"PosZ":-132.64999389648438,"RotY":145.0,"groupId":0},"5":{"ID":5,"PosX":18.309999465942383,"PosY":5.670000076293945,"PosZ":-132.27000427246094,"RotY":90.0,"groupId":0},"6":{"ID":6,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-132.4290008544922,"RotY":270.0,"groupId":0}}},"126":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-132.4290008544922,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":126,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-132.4290008544922,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":126,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-132.4290008544922,"NPCMonsterID":1002040,"EventID":0,"groupId":126,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"127":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-132.4290008544922,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-132.4290008544922,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-132.4290008544922,"NPCMonsterID":1002040,"EventID":0,"groupId":127,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"128":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-132.4290008544922,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-132.4290008544922,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":128,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-132.4290008544922,"NPCMonsterID":1002040,"EventID":0,"groupId":128,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"129":{"props":[],"npcs":[{"ID":400001,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-134.07899475097656,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":129,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"130":{"props":[],"npcs":[{"ID":400001,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-130.79600524902344,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":130,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"131":{"props":[],"npcs":[{"ID":400001,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-132.4290008544922,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":131,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"132":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":25.579999923706055,"PosY":4.988999843597412,"PosZ":-133.5,"RotY":269.9255065917969,"PropID":60206,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":132,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":25.579999923706055,"PosY":4.988999843597412,"PosZ":-131.47000122070312,"RotY":269.9255065917969,"PropID":60204,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":132,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-132.4290008544922,"RotY":269.9255065917969,"PropID":60205,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":132,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"133":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-132.4290008544922,"RotY":269.9255065917969,"PropID":60205,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_02.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":133,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":25.579999923706055,"PosY":4.988999843597412,"PosZ":-131.47000122070312,"RotY":269.9255065917969,"PropID":60204,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":133,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"134":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-132.4290008544922,"RotY":269.9255065917969,"PropID":60204,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"135":{"props":[],"npcs":[{"ID":400001,"PosX":-14.550000190734863,"PosY":7.036217212677002,"PosZ":-112.37999725341795,"Name":"NPC1","RotY":285.0,"NPCID":3013,"groupId":135,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"136":{"props":[],"npcs":[{"ID":400001,"PosX":-14.119999885559082,"PosY":7.036217212677002,"PosZ":-109.15000152587892,"Name":"NPC1","RotY":272.3205871582031,"NPCID":3013,"groupId":136,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"137":{"props":[],"npcs":[{"ID":400001,"PosX":-14.550000190734863,"PosY":7.036217212677002,"PosZ":-105.76000213623048,"Name":"NPC1","RotY":253.3999938964844,"NPCID":3013,"groupId":137,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"138":{"props":[],"npcs":[{"ID":400001,"PosX":-14.550000190734863,"PosY":7.036217212677002,"PosZ":-110.76000213623048,"Name":"NPC1","RotY":285.0,"NPCID":3013,"groupId":138,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"139":{"props":[],"npcs":[{"ID":400001,"PosX":-14.550000190734863,"PosY":7.036217212677002,"PosZ":-107.33999633789064,"Name":"NPC1","RotY":253.3999938964844,"NPCID":3013,"groupId":139,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"140":{"props":[],"npcs":[{"ID":400001,"PosX":74.88999938964844,"PosY":2.2312779426574707,"PosZ":74.37999725341797,"Name":"NPC1","RotY":19.38072967529297,"NPCID":3013,"groupId":140,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"141":{"props":[],"npcs":[{"ID":400001,"PosX":78.79000091552734,"PosY":2.2312779426574707,"PosZ":73.7699966430664,"Name":"NPC1","RotY":358.3038024902344,"NPCID":3013,"groupId":141,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"142":{"props":[],"npcs":[{"ID":400001,"PosX":82.5199966430664,"PosY":2.2312779426574707,"PosZ":74.52999877929688,"Name":"NPC1","RotY":337.31781005859375,"NPCID":3013,"groupId":142,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"143":{"props":[],"npcs":[{"ID":400001,"PosX":80.87000274658203,"PosY":2.2312779426574707,"PosZ":75.0199966430664,"Name":"NPC1","RotY":339.1297912597656,"NPCID":3013,"groupId":143,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"144":{"props":[],"npcs":[{"ID":400001,"PosX":76.70999908447266,"PosY":2.2312779426574707,"PosZ":75.0199966430664,"Name":"NPC1","RotY":23.959360122680664,"NPCID":3013,"groupId":144,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P80208_F80208001":{"teleports":{},"group_items":{"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":110.08599853515624,"PosY":-25.17662048339844,"PosZ":-128.90699768066406,"RotY":180.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":85.15699768066406,"PosY":-31.263080596923828,"PosZ":-113.91500091552734,"RotY":89.99992370605469,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":118.16999816894533,"PosY":-28.12104034423828,"PosZ":-115.08000183105467,"RotY":89.99992370605469,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":105.02999877929688,"PosY":-28.12101936340332,"PosZ":-114.37000274658205,"RotY":0.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":102.29000091552734,"PosY":-28.126869201660156,"PosZ":-92.37000274658203,"RotY":180.0,"groupId":0}}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":98.29000854492188,"PosY":-28.12105941772461,"PosZ":-102.37000274658205,"RotY":29.999969482421875,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":106.29000091552734,"PosY":-28.121070861816406,"PosZ":-102.37000274658205,"RotY":330.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":100.03700256347656,"PosY":-28.121070861816406,"PosZ":-97.25900268554688,"RotY":300.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":99.13099670410156,"PosY":-28.121070861816406,"PosZ":-96.83999633789062,"RotY":300.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":99.20600128173828,"PosY":-28.121070861816406,"PosZ":-97.81199645996094,"RotY":300.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":99.29000854492188,"PosY":-28.12104034423828,"PosZ":-107.37000274658205,"Name":"NPC1","RotY":15.000080108642578,"NPCID":1013,"groupId":15,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.800000190734863,"PosY":-29.390039443969727,"PosZ":-164.25799560546875,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.984989166259766,"PosY":-29.516769409179688,"PosZ":-167.70700073242188,"RotY":75.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-39.66999816894531,"PosY":-29.31612968444824,"PosZ":-164.36000061035156,"RotY":270.0,"groupId":0}}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.689998626708984,"PosY":-29.376869201660156,"PosZ":-161.39999389648438,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.689998626708984,"PosY":-29.376869201660156,"PosZ":-161.39999389648438,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-49.880001068115234,"PosY":-29.516769409179688,"PosZ":-164.0800018310547,"NPCMonsterID":1002040,"EventID":0,"groupId":18,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"19":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.0200018882751465,"PosY":-31.159000396728516,"PosZ":-141.36000061035156,"RotY":105.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.0200018882751465,"PosY":-31.159000396728516,"PosZ":-141.36000061035156,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-50.0099983215332,"PosY":-29.516769409179688,"PosZ":-164.02999877929688,"NPCMonsterID":1002040,"EventID":0,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":14.92300033569336,"PosY":-31.15884017944336,"PosZ":-106.23999786376952,"RotY":179.99989318847656,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":30.540000915527344,"PosY":-28.519500732421875,"PosZ":-155.05499267578125,"RotY":89.99996185302734,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.6600000262260437,"PosY":-31.158790588378903,"PosZ":-138.5,"RotY":89.99996185302734,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":8.5400390625,"PosY":-31.158769607543945,"PosZ":-154.4199981689453,"RotY":-0.00008399999933317304,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":4.739997863769531,"PosY":-31.15880012512207,"PosZ":-136.1300048828125,"RotY":179.99989318847656,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":16.079999923706055,"PosY":-31.15880966186523,"PosZ":-126.90899658203124,"RotY":179.99989318847656,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":13.620010375976564,"PosY":-31.158790588378903,"PosZ":-137.0800018310547,"RotY":179.99989318847656,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":4.739997863769531,"PosY":-31.15880012512207,"PosZ":-136.97000122070312,"RotY":179.99989318847656,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":16.079999923706055,"PosY":-31.15880966186523,"PosZ":-127.69000244140624,"RotY":179.99989318847656,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":13.619999885559082,"PosY":-31.158790588378903,"PosZ":-137.9499969482422,"RotY":179.99989318847656,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":10.18000030517578,"PosY":-31.158830642700195,"PosZ":-113.34999847412108,"RotY":179.99989318847656,"groupId":0}}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":11.720000267028809,"PosY":-31.159000396728516,"PosZ":-148.4199981689453,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":11.720000267028809,"PosY":-31.159000396728516,"PosZ":-148.4199981689453,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":0.0,"PosX":11.720000267028809,"PosY":-31.159000396728516,"PosZ":-148.4199981689453,"NPCMonsterID":1002040,"EventID":0,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":11.540029525756836,"PosY":-31.159000396728516,"PosZ":-145.72000122070312,"RotY":344.9999084472656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":11.540029525756836,"PosY":-31.159000396728516,"PosZ":-145.72000122070312,"NPCMonsterID":1002040,"EventID":0,"groupId":23,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":6.046477794647217,"PosY":-31.05488967895508,"PosZ":-131.67999267578125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":6.046477794647217,"PosY":-31.05488967895508,"PosZ":-131.67999267578125,"NPCMonsterID":1002040,"EventID":0,"groupId":24,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":110.06999969482422,"PosY":-25.17662048339844,"PosZ":-130.02000427246094,"RotY":179.99989318847656,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":85.08997344970702,"PosY":-31.263050079345703,"PosZ":-143.14300537109375,"RotY":269.9999084472656,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":129.30479431152344,"PosY":-28.12692070007324,"PosZ":-145.2480010986328,"RotY":269.9999084472656,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":98.67999267578124,"PosY":-28.130739212036133,"PosZ":-144.2899932861328,"RotY":89.9999008178711,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":116.36000061035156,"PosY":-28.12692070007324,"PosZ":-149.57000732421875,"RotY":269.9999084472656,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":111.52100372314452,"PosY":-28.130739212036133,"PosZ":-141.2100067138672,"RotY":269.9999084472656,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":110.36000061035156,"PosY":-28.13072967529297,"PosZ":-149.57000732421875,"RotY":269.9999084472656,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":115.5199966430664,"PosY":-28.12692070007324,"PosZ":-149.57000732421875,"RotY":269.9999084472656,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":110.73999786376952,"PosY":-28.130739212036133,"PosZ":-141.2100067138672,"RotY":269.9999084472656,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":109.48999786376952,"PosY":-28.130720138549805,"PosZ":-149.57000732421875,"RotY":269.9999084472656,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":122.68000030517578,"PosY":-28.06999969482422,"PosZ":-145.2899932861328,"RotY":269.9999084472656,"groupId":0}}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":103.01000213623048,"PosY":-28.06999969482422,"PosZ":-148.6699981689453,"RotY":74.9999008178711,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":103.01000213623048,"PosY":-28.06999969482422,"PosZ":-148.6699981689453,"RotY":74.9999008178711,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":74.9999008178711,"PosX":103.01000213623048,"PosY":-28.06999969482422,"PosZ":-148.6699981689453,"NPCMonsterID":1002040,"EventID":0,"groupId":27,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":17.483999252319336,"PosY":-28.866270065307617,"PosZ":-63.13999938964844,"RotY":179.99989318847656,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.6899995803833,"PosY":-35.95246124267578,"PosZ":-68.01000213623047,"RotY":179.99989318847656,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.0600004196167,"PosY":-31.209999084472656,"PosZ":-44.22999954223633,"RotY":179.99989318847656,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.729999542236328,"PosY":-31.212919235229492,"PosZ":-53.20000076293945,"RotY":89.9999008178711,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":1.8799929618835447,"PosY":-31.05493927001953,"PosZ":-57.2599983215332,"RotY":269.9999084472656,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.05000299960374832,"PosY":-31.054950714111328,"PosZ":-46.650001525878906,"RotY":269.9999084472656,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.1200032234191895,"PosY":-31.212919235229492,"PosZ":-57.260009765625,"RotY":269.9999084472656,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":1.0400010347366333,"PosY":-31.05493927001953,"PosZ":-57.2599983215332,"RotY":269.9999084472656,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.8310009837150575,"PosY":-31.054950714111328,"PosZ":-46.650001525878906,"RotY":269.9999084472656,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.989997863769531,"PosY":-31.212919235229492,"PosZ":-57.260009765625,"RotY":269.9999084472656,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":11.270000457763672,"PosY":-31.209999084472656,"PosZ":-51.27000045776367,"RotY":269.9999084472656,"groupId":0}}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.65940523147583,"PosY":-31.21293067932129,"PosZ":-48.30084991455078,"RotY":104.99990081787108,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.65940523147583,"PosY":-31.21293067932129,"PosZ":-48.30084991455078,"RotY":104.99990081787108,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":104.99990081787108,"PosX":-6.65940523147583,"PosY":-31.21293067932129,"PosZ":-48.30084991455078,"NPCMonsterID":1002040,"EventID":0,"groupId":30,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"31":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":109.01000213623048,"PosY":5.35101318359375,"PosZ":-5.264999866485596,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":142.46609497070312,"PosY":8.00772476196289,"PosZ":4.445988178253174,"RotY":235.3195037841797,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":135.10000610351565,"PosY":8.007732391357422,"PosZ":-10.390000343322754,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":133.39999389648438,"PosY":8.007736206054688,"PosZ":-10.359999656677246,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":134.22000122070312,"PosY":8.007732391357422,"PosZ":-10.399999618530272,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":125.75,"PosY":8.007728576660156,"PosZ":-2.780003070831299,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":124.83999633789064,"PosY":8.007728576660156,"PosZ":-2.799998998641968,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":127.97000122070312,"PosY":8.007728576660156,"PosZ":-2.470000982284546,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":119.77999877929688,"PosY":8.007732391357422,"PosZ":-9.180000305175781,"RotY":75.0,"groupId":0}}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":139.23910522460938,"PosY":8.109999656677246,"PosZ":-1.4350290298461914,"RotY":250.3195037841797,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":137.5321044921875,"PosY":8.109999656677246,"PosZ":1.03198504447937,"RotY":235.3195037841797,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":250.3195037841797,"PosX":139.23910522460938,"PosY":8.00772476196289,"PosZ":-1.4350279569625854,"NPCMonsterID":1002040,"EventID":0,"groupId":33,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":135.82510375976565,"PosY":8.109999656677246,"PosZ":3.499000072479248,"RotY":220.3195037841797,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":220.3195037841797,"PosX":136.72000122070312,"PosY":8.00772476196289,"PosZ":1.8899990320205688,"NPCMonsterID":1002040,"EventID":0,"groupId":34,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":136.09800720214844,"PosY":2.265302896499634,"PosZ":-23.961000442504883,"RotY":180.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":111.73999786376952,"PosY":0.604420006275177,"PosZ":-40.630001068115234,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":128.33999633789065,"PosY":0.604433000087738,"PosZ":-46.689998626708984,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":134.0,"PosY":-1.1485480070114136,"PosZ":-63.529998779296875,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":144.1199951171875,"PosY":0.604449987411499,"PosZ":-52.33000183105469,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":127.5,"PosY":0.6044309735298157,"PosZ":-46.689998626708984,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":133.218994140625,"PosY":-1.1485480070114136,"PosZ":-63.529998779296875,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":143.25,"PosY":0.6044480204582214,"PosZ":-52.33000183105469,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":122.25,"PosY":0.6937519907951355,"PosZ":-61.0,"RotY":89.99993896484375,"groupId":0}}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":117.41000366210938,"PosY":0.604423999786377,"PosZ":-43.720001220703125,"RotY":74.99999237060547,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":117.41000366210938,"PosY":0.604423999786377,"PosZ":-43.720001220703125,"RotY":74.99999237060547,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":74.99999237060547,"PosX":117.41000366210938,"PosY":0.604423999786377,"PosZ":-43.720001220703125,"NPCMonsterID":1002040,"EventID":0,"groupId":37,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":136.13999938964844,"PosY":0.604433000087738,"PosZ":-45.380001068115234,"RotY":105.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":105.0,"PosX":136.13999938964844,"PosY":0.604433000087738,"PosZ":-45.380001068115234,"NPCMonsterID":1002040,"EventID":0,"groupId":38,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"39":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":140.64999389648438,"PosY":-1.1485539674758911,"PosZ":-61.02000045776367,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":140.64999389648438,"PosY":-1.1485539674758911,"PosZ":-61.02000045776367,"NPCMonsterID":1002040,"EventID":0,"groupId":39,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"40":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":1.9900000095367432,"PosY":-31.212970733642575,"PosZ":-16.530000686645508,"RotY":270.0000915527344,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.774322986602783,"PosY":-31.212970733642575,"PosZ":-10.990010261535645,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.774330139160156,"PosY":-31.212970733642575,"PosZ":-10.989990234375,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-12.710000038146973,"PosY":-31.212970733642575,"PosZ":-14.718999862670898,"RotY":90.0,"groupId":0}}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.170000076293945,"PosY":-31.21295928955078,"PosZ":-18.739999771118164,"RotY":330.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-3.2978439331054688,"PosY":-31.21295928955078,"PosZ":-18.000690460205078,"Name":"NPC1","RotY":285.0000915527344,"NPCID":1013,"groupId":41,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":60.970001220703125,"PosY":-31.201780319213867,"PosZ":-120.31999969482422,"RotY":90.00007629394531,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":52.9900016784668,"PosY":-31.26300048828125,"PosZ":-153.9199981689453,"RotY":90.00003814697266,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"43":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":60.62997817993164,"PosY":-31.263010025024418,"PosZ":-151.67999267578125,"RotY":0.00005999999848427251,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":64.52999877929688,"PosY":-31.26304054260254,"PosZ":-140.36000061035156,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":63.29999923706055,"PosY":-31.26304054260254,"PosZ":-138.35000610351565,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":54.97999954223633,"PosY":-31.263010025024418,"PosZ":-140.1300048828125,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":64.52999877929688,"PosY":-31.26304054260254,"PosZ":-141.1999969482422,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":63.29999923706055,"PosY":-31.26304054260254,"PosZ":-139.13099670410156,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":54.97999954223633,"PosY":-31.26300048828125,"PosZ":-141.0,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":58.18000030517578,"PosY":-31.26306915283203,"PosZ":-128.13999938964844,"RotY":180.0,"groupId":0}}},"44":{"props":[],"npcs":[{"ID":400001,"PosX":56.459999084472656,"PosY":-31.263010025024418,"PosZ":-146.8699951171875,"Name":"NPC1","RotY":15.0,"NPCID":3013,"groupId":44,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"45":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.110010147094728,"PosY":-31.21293067932129,"PosZ":-44.47999954223633,"RotY":0.000037999998312443495,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":7.900000095367432,"PosY":-31.045530319213867,"PosZ":-23.190000534057617,"RotY":270.0000915527344,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.659980773925781,"PosY":-31.212970733642575,"PosZ":-8.959999084472656,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.920000076293944,"PosY":-31.212949752807617,"PosZ":-27.461000442504883,"RotY":0.000037999998312443495,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.93000030517578,"PosY":-31.045530319213867,"PosZ":-24.461000442504883,"RotY":0.000037999998312443495,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.920000076293944,"PosY":-31.21295928955078,"PosZ":-21.461000442504883,"RotY":0.000037999998312443495,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.920000076293944,"PosY":-31.212949752807617,"PosZ":-26.621000289916992,"RotY":0.000037999998312443495,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.93000030517578,"PosY":-31.045530319213867,"PosZ":-23.68000030517578,"RotY":0.000037999998312443495,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.920000076293944,"PosY":-31.21295928955078,"PosZ":-20.590999603271484,"RotY":0.000037999998312443495,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-9.319999694824219,"PosY":-31.212949752807617,"PosZ":-30.549999237060547,"RotY":0.000037999998312443495,"groupId":0}}},"47":{"props":[],"npcs":[{"ID":400001,"PosX":-8.869999885559082,"PosY":-31.15999984741211,"PosZ":-14.6899995803833,"Name":"NPC1","RotY":165.0,"NPCID":3013,"groupId":47,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":33.487998962402344,"PosY":-31.045530319213867,"PosZ":-25.149999618530273,"RotY":-0.00003199999991920777,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":64.34001159667969,"PosY":-29.461769104003903,"PosZ":-40.90999984741211,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":48.31998062133789,"PosY":-31.21293067932129,"PosZ":-41.259979248046875,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":55.60900115966797,"PosY":-29.461759567260746,"PosZ":-46.91999816894531,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":48.36301040649414,"PosY":-31.212940216064453,"PosZ":-40.34299850463867,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":49.15998077392578,"PosY":-31.21293067932129,"PosZ":-41.25999069213867,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":56.38999938964844,"PosY":-29.461759567260746,"PosZ":-46.91999816894531,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":49.233009338378906,"PosY":-31.212940216064453,"PosZ":-40.34299850463867,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":41.220008850097656,"PosY":-31.21293067932129,"PosZ":-44.16999816894531,"RotY":90.00000762939453,"groupId":0}}},"50":{"props":[],"npcs":[{"ID":400001,"PosX":60.709999084472656,"PosY":-29.461759567260746,"PosZ":-46.900001525878906,"Name":"NPC1","RotY":285.0000915527344,"NPCID":3013,"groupId":50,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.659980773925781,"PosY":-31.212970733642575,"PosZ":-8.959999084472656,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-9.319999694824219,"PosY":-31.212949752807617,"PosZ":-30.549999237060547,"RotY":0.000037999998312443495,"groupId":0}}},"52":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.450004577636719,"PosY":-31.212970733642575,"PosZ":-14.6899995803833,"RotY":165.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.450004577636719,"PosY":-31.212970733642575,"PosZ":-14.6899995803833,"RotY":165.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":165.0,"PosX":-9.450004577636719,"PosY":-31.212970733642575,"PosZ":-14.6899995803833,"NPCMonsterID":1002040,"EventID":0,"groupId":52,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"53":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":64.34001159667969,"PosY":-29.461769104003903,"PosZ":-40.90999984741211,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":40.08000183105469,"PosY":-31.21293067932129,"PosZ":-44.074180603027344,"RotY":90.00005340576172,"groupId":0}}},"54":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":60.709999084472656,"PosY":-29.461769104003903,"PosZ":-43.90999984741211,"RotY":285.0000915527344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":60.709999084472656,"PosY":-29.461769104003903,"PosZ":-43.90999984741211,"RotY":285.0000915527344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":60.709999084472656,"PosY":-29.461769104003903,"PosZ":-43.90999984741211,"NPCMonsterID":1002040,"EventID":0,"groupId":54,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"55":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":138.33999633789065,"PosY":8.007732391357422,"PosZ":-7.730000019073486,"RotY":270.0000915527344,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":129.00999450683594,"PosY":8.007732391357422,"PosZ":-2.2699999809265137,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":130.00999450683594,"PosY":8.007732391357422,"PosZ":-2.2699999809265137,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":119.77999877929688,"PosY":8.007732391357422,"PosZ":-5.210000038146973,"RotY":90.0,"groupId":0}}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":129.4792022705078,"PosY":8.007736206054688,"PosZ":-9.83254623413086,"RotY":330.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":131.81719970703125,"PosY":8.007732391357422,"PosZ":-8.914791107177734,"Name":"NPC1","RotY":285.0000915527344,"NPCID":1013,"groupId":56,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"57":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.810999870300291,"PosY":-31.212919235229492,"PosZ":-49.70000076293945,"RotY":90.0001220703125,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.220001220703125,"PosY":-31.212919235229492,"PosZ":-56.709999084472656,"RotY":270.0000915527344,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.219996929168701,"PosY":-31.212919235229492,"PosZ":-56.709999084472656,"RotY":270.0000915527344,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.720005035400391,"PosY":-31.212919235229492,"PosZ":-57.709999084472656,"RotY":270.0000915527344,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.6099849939346313,"PosY":-31.054950714111328,"PosZ":-46.650001525878906,"RotY":270.0000915527344,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.1099929809570312,"PosY":-31.054950714111328,"PosZ":-47.650001525878906,"RotY":270.0000915527344,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.10998900234699248,"PosY":-31.054950714111328,"PosZ":-47.650001525878906,"RotY":270.0000915527344,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":10.149999618530272,"PosY":-31.212919235229492,"PosZ":-52.13999938964844,"RotY":270.0000915527344,"groupId":0}}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":122.52999877929688,"PosY":-28.126930236816406,"PosZ":-143.02000427246094,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":103.52999877929688,"PosY":-28.13075065612793,"PosZ":-141.61000061035156,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":112.1906967163086,"PosY":-28.13072967529297,"PosZ":-151.97999572753906,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":109.52999877929688,"PosY":-28.130739212036133,"PosZ":-141.61000061035156,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":104.37000274658205,"PosY":-28.13075065612793,"PosZ":-141.61000061035156,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":112.17030334472656,"PosY":-28.13072967529297,"PosZ":-151.0449981689453,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":110.40000152587892,"PosY":-28.130739212036133,"PosZ":-141.61000061035156,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":98.52999877929688,"PosY":-28.06999969482422,"PosZ":-145.25,"RotY":90.00000762939453,"groupId":0}}},"59":{"props":[],"npcs":[{"ID":400001,"PosX":116.52999877929688,"PosY":-28.06999969482422,"PosZ":-147.61000061035156,"Name":"NPC1","RotY":285.0,"NPCID":3013,"groupId":59,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"60":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":12.210000038146973,"PosY":-31.21293067932129,"PosZ":-48.02000045776367,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.789992809295654,"PosY":-31.21293067932129,"PosZ":-47.61000061035156,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.790004968643189,"PosY":-31.212919235229492,"PosZ":-53.61000061035156,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.7899929881095886,"PosY":-31.054950714111328,"PosZ":-47.61000061035156,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.950000762939453,"PosY":-31.21293067932129,"PosZ":-47.61000061035156,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.009002923965454,"PosY":-31.054950714111328,"PosZ":-53.61000061035156,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":0.08000200241804123,"PosY":-31.054950714111328,"PosZ":-47.61000061035156,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-13.399999618530272,"PosY":-31.209999084472656,"PosZ":-50.61000061035156,"RotY":90.00000762939453,"groupId":0}}},"61":{"props":[],"npcs":[{"ID":400001,"PosX":6.210000038146973,"PosY":-31.209999084472656,"PosZ":-53.61000061035156,"Name":"NPC1","RotY":285.0,"NPCID":3013,"groupId":61,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"62":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":57.18000030517578,"PosY":-31.05488967895508,"PosZ":-130.5800018310547,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":55.18000030517578,"PosY":-31.26306915283203,"PosZ":-149.5800018310547,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":61.18000030517578,"PosY":-31.26306915283203,"PosZ":-146.5800018310547,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":55.18000030517578,"PosY":-31.26306915283203,"PosZ":-143.5800018310547,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":55.18000030517578,"PosY":-31.26306915283203,"PosZ":-148.74000549316406,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":61.18000030517578,"PosY":-31.26306915283203,"PosZ":-145.7989959716797,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":55.18000030517578,"PosY":-31.26306915283203,"PosZ":-142.7100067138672,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":59.09400177001953,"PosY":-31.26300048828125,"PosZ":-154.5800018310547,"RotY":0.0,"groupId":0}}},"63":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":61.18000030517578,"PosY":-31.26306915283203,"PosZ":-136.5800018310547,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":58.18000030517578,"PosY":-31.26306915283203,"PosZ":-136.5800018310547,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":195.0,"PosX":61.18000030517578,"PosY":-31.26306915283203,"PosZ":-136.5800018310547,"NPCMonsterID":1002040,"EventID":0,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"65":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.41000747680664,"PosY":-31.212940216064453,"PosZ":-35.70000076293945,"RotY":9.999999747378752e-6,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.6999969482421875,"PosY":-31.21295928955078,"PosZ":-16.700000762939453,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.050000190734863,"PosY":-31.21295928955078,"PosZ":-19.700000762939453,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.700007915496826,"PosY":-31.045530319213867,"PosZ":-22.700000762939453,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.700005054473877,"PosY":-31.21295928955078,"PosZ":-17.540000915527344,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.050009727478027,"PosY":-31.21295928955078,"PosZ":-20.481000900268555,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.700005054473877,"PosY":-31.045530319213867,"PosZ":-23.56999969482422,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-10.050000190734863,"PosY":-31.212970733642575,"PosZ":-11.699999809265137,"RotY":180.0,"groupId":0}}},"66":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.050000190734863,"PosY":-31.212949752807617,"PosZ":-29.700000762939453,"RotY":15.000009536743164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.050000190734863,"PosY":-31.212949752807617,"PosZ":-29.700000762939453,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":15.000009536743164,"PosX":-14.050000190734863,"PosY":-31.212949752807617,"PosZ":-29.700000762939453,"NPCMonsterID":1002040,"EventID":0,"groupId":66,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":25.899999618530273,"PosY":-31.045530319213867,"PosZ":-23.34000015258789,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":51.16999816894531,"PosY":-31.212949752807617,"PosZ":-25.959999084472656,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":54.36199951171875,"PosY":-29.461769104003903,"PosZ":-44.047000885009766,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":38.56000900268555,"PosY":-31.21293067932129,"PosZ":-43.56000900268555,"RotY":9.999999747378752e-6,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":38.35100936889648,"PosY":-31.212949752807617,"PosZ":-25.699989318847656,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":28.538999557495117,"PosY":-31.212949752807617,"PosZ":-27.565000534057617,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":28.3799991607666,"PosY":-31.054960250854492,"PosZ":-32.630001068115234,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":38.35100936889648,"PosY":-31.212949752807617,"PosZ":-26.540000915527344,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":28.538999557495117,"PosY":-31.212949752807617,"PosZ":-28.34600067138672,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":28.37997055053711,"PosY":-31.054960250854492,"PosZ":-33.49998092651367,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":35.150001525878906,"PosY":-31.21295928955078,"PosZ":-20.52998924255371,"RotY":180.0,"groupId":0}}},"69":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":36.900001525878906,"PosY":-31.21293067932129,"PosZ":-41.560001373291016,"RotY":9.999999747378752e-6,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":38.900001525878906,"PosY":-31.21293067932129,"PosZ":-32.060001373291016,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":38.900001525878906,"PosY":-31.21293067932129,"PosZ":-31.059999465942383,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":39.900001525878906,"PosY":-31.21293067932129,"PosZ":-31.559999465942383,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":31.899999618530273,"PosY":-31.21293067932129,"PosZ":-31.559999465942383,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":32.900001525878906,"PosY":-31.21293067932129,"PosZ":-32.060001373291016,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":32.900001525878906,"PosY":-31.21293067932129,"PosZ":-31.059999465942383,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":35.900001525878906,"PosY":-31.21293067932129,"PosZ":-19.559999465942383,"RotY":180.0,"groupId":0}}},"70":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":32.900001525878906,"PosY":-31.212940216064453,"PosZ":-37.56000900268555,"RotY":15.000009536743164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":35.900001525878906,"PosY":-31.212940216064453,"PosZ":-37.56000900268555,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":15.000009536743164,"PosX":32.900001525878906,"PosY":-31.212940216064453,"PosZ":-37.56000900268555,"NPCMonsterID":1002040,"EventID":0,"groupId":70,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"71":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":38.900001525878906,"PosY":-31.054960250854492,"PosZ":-35.52000045776367,"RotY":345.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":15.000009536743164,"PosX":32.900001525878906,"PosY":-31.054960250854492,"PosZ":-35.52000045776367,"NPCMonsterID":1002040,"EventID":0,"groupId":71,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"72":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":120.52999877929688,"PosY":-28.12692070007324,"PosZ":-147.83999633789065,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":111.02999877929688,"PosY":-28.130739212036133,"PosZ":-142.25,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":110.02999877929688,"PosY":-28.130739212036133,"PosZ":-142.25,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":110.52999877929688,"PosY":-28.130739212036133,"PosZ":-141.25,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":106.9499969482422,"PosY":-28.130739212036133,"PosZ":-149.25,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":107.4499969482422,"PosY":-28.130739212036133,"PosZ":-148.25,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":106.4499969482422,"PosY":-28.130739212036133,"PosZ":-148.25,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":98.52999877929688,"PosY":-28.06999969482422,"PosZ":-145.25,"RotY":90.00000762939453,"groupId":0}}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":34.029998779296875,"PosY":-31.21295928955078,"PosZ":-17.729999542236328,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":38.08300018310547,"PosY":-31.054969787597656,"PosZ":-30.47599983215332,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":27.600000381469727,"PosY":-31.212949752807617,"PosZ":-25.729999542236328,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":37.029991149902344,"PosY":-31.212949752807617,"PosZ":-28.729999542236328,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":38.08300018310547,"PosY":-31.054969787597656,"PosZ":-31.31599998474121,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":27.600000381469727,"PosY":-31.212949752807617,"PosZ":-26.51099967956543,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":37.029998779296875,"PosY":-31.162939071655273,"PosZ":-29.600000381469727,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":35.029998779296875,"PosY":-31.212940216064453,"PosZ":-40.54199981689453,"RotY":9.999999747378752e-6,"groupId":0}}},"74":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":28.420000076293945,"PosY":-31.045530319213867,"PosZ":-22.959999084472656,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":28.420000076293945,"PosY":-31.045530319213867,"PosZ":-22.959999084472656,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":28.420000076293945,"PosY":-31.045530319213867,"PosZ":-22.959999084472656,"NPCMonsterID":1002040,"EventID":0,"groupId":74,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"75":{"props":[],"npcs":[{"ID":400001,"PosX":132.27000427246094,"PosY":8.007728576660156,"PosZ":-3.059999942779541,"Name":"NPC1","RotY":225.0,"NPCID":1007,"groupId":75,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"76":{"props":[],"npcs":[{"ID":400001,"PosX":-3.0299999713897705,"PosY":-31.212970733642575,"PosZ":-11.800000190734863,"Name":"NPC1","RotY":240.0,"NPCID":1007,"groupId":76,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"77":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":118.16999816894533,"PosY":-28.126949310302734,"PosZ":-115.08000183105467,"RotY":89.99992370605469,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"78":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":151.17999267578125,"PosY":-28.12696075439453,"PosZ":-112.51229858398438,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":128.07000732421875,"PosY":-28.126949310302734,"PosZ":-111.51229858398438,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":131.07000732421875,"PosY":-28.126949310302734,"PosZ":-117.51229858398438,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":134.07000732421875,"PosY":-28.126949310302734,"PosZ":-111.51229858398438,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":128.91000366210938,"PosY":-28.126949310302734,"PosZ":-111.51229858398438,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":131.8509979248047,"PosY":-28.126949310302734,"PosZ":-117.51229858398438,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":134.94000244140625,"PosY":-28.126949310302734,"PosZ":-111.51229858398438,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":123.06999969482422,"PosY":-28.126949310302734,"PosZ":-114.51229858398438,"RotY":90.00000762939453,"groupId":0}}},"79":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":145.17999267578125,"PosY":-28.12696075439453,"PosZ":-117.51229858398438,"RotY":285.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":145.17999267578125,"PosY":-28.12696075439453,"PosZ":-114.51229858398438,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":285.0,"PosX":145.17999267578125,"PosY":-28.12696075439453,"PosZ":-117.51229858398438,"NPCMonsterID":1002040,"EventID":0,"groupId":79,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"80":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":141.07000732421875,"PosY":-28.12696075439453,"PosZ":-111.51229858398438,"RotY":255.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":285.0,"PosX":141.07000732421875,"PosY":-28.12696075439453,"PosZ":-117.51229858398438,"NPCMonsterID":1002040,"EventID":0,"groupId":80,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"81":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":143.44000244140625,"PosY":0.6044309735298157,"PosZ":-39.20465850830078,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":130.7100067138672,"PosY":0.6044309735298157,"PosZ":-45.52000045776367,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":112.91000366210938,"PosY":0.6044269800186157,"PosZ":-48.279998779296875,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":120.58999633789064,"PosY":0.604416012763977,"PosZ":-30.219999313354492,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":131.5500030517578,"PosY":0.6044309735298157,"PosZ":-45.52000045776367,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":113.69100189208984,"PosY":0.6044269800186157,"PosZ":-48.279998779296875,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":121.45999908447266,"PosY":0.604416012763977,"PosZ":-30.219999313354492,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":99.5,"PosY":0.6044250130653381,"PosZ":-44.869998931884766,"RotY":90.00000762939453,"groupId":0}}},"82":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":137.44000244140625,"PosY":0.6044309735298157,"PosZ":-44.20465850830078,"RotY":285.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":137.44000244140625,"PosY":0.6044309735298157,"PosZ":-41.20465850830078,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":285.0,"PosX":137.44000244140625,"PosY":0.6044309735298157,"PosZ":-44.20465850830078,"NPCMonsterID":1002040,"EventID":0,"groupId":82,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"83":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":126.7300033569336,"PosY":0.7062050104141235,"PosZ":-38.20465850830078,"RotY":255.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":255.0,"PosX":126.7300033569336,"PosY":0.604420006275177,"PosZ":-31.510000228881836,"NPCMonsterID":1002040,"EventID":0,"groupId":83,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"84":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":113.48999786376952,"PosY":0.7062050104141235,"PosZ":-38.20465850830078,"RotY":255.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":255.0,"PosX":113.48999786376952,"PosY":0.604416012763977,"PosZ":-31.510000228881836,"NPCMonsterID":1002040,"EventID":0,"groupId":84,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"85":{"props":[],"npcs":[{"ID":400001,"PosX":60.25,"PosY":-29.461759567260746,"PosZ":-48.11000061035156,"Name":"NPC1","RotY":298.2379150390625,"NPCID":3013,"groupId":85,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"86":{"props":[],"npcs":[{"ID":400001,"PosX":61.33000183105469,"PosY":-29.461759567260746,"PosZ":-44.47999954223633,"Name":"NPC1","RotY":271.27130126953125,"NPCID":3013,"groupId":86,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"87":{"props":[],"npcs":[{"ID":400001,"PosX":60.650001525878906,"PosY":-29.461759567260746,"PosZ":-40.779998779296875,"Name":"NPC1","RotY":241.1183929443359,"NPCID":3013,"groupId":87,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"88":{"props":[],"npcs":[{"ID":400001,"PosX":60.709999084472656,"PosY":-29.461759567260746,"PosZ":-46.220001220703125,"Name":"NPC1","RotY":295.7572937011719,"NPCID":3013,"groupId":88,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"89":{"props":[],"npcs":[{"ID":400001,"PosX":60.709999084472656,"PosY":-29.461759567260746,"PosZ":-42.459999084472656,"Name":"NPC1","RotY":246.82620239257812,"NPCID":3013,"groupId":89,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"90":{"props":[],"npcs":[{"ID":400001,"PosX":-0.9800000190734864,"PosY":-31.15999984741211,"PosZ":-14.6899995803833,"Name":"NPC1","RotY":205.74949645996097,"NPCID":3013,"groupId":90,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"91":{"props":[],"npcs":[{"ID":400001,"PosX":-4.860000133514404,"PosY":-31.15999984741211,"PosZ":-13.539999961853027,"Name":"NPC1","RotY":180.56759643554688,"NPCID":3013,"groupId":91,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"92":{"props":[],"npcs":[{"ID":400001,"PosX":-9.130000114440918,"PosY":-31.15999984741211,"PosZ":-14.359999656677246,"Name":"NPC1","RotY":149.6829071044922,"NPCID":3013,"groupId":92,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"93":{"props":[],"npcs":[{"ID":400001,"PosX":-7.019999980926514,"PosY":-31.15999984741211,"PosZ":-14.6899995803833,"Name":"NPC1","RotY":158.3511962890625,"NPCID":3013,"groupId":93,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"94":{"props":[],"npcs":[{"ID":400001,"PosX":-3.1700000762939453,"PosY":-31.15999984741211,"PosZ":-14.6899995803833,"Name":"NPC1","RotY":209.7427978515625,"NPCID":3013,"groupId":94,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P80209_F80209001":{"teleports":{},"group_items":{"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":36.49700164794922,"PosY":53.85179138183594,"PosZ":2.059999942779541,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":35.02751922607422,"PosY":53.85182189941406,"PosZ":84.25517272949219,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":69.78199768066406,"PosY":60.47237014770508,"PosZ":55.3749885559082,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":44.720001220703125,"PosY":60.35591125488281,"PosZ":47.18000030517578,"RotY":255.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":22.010000228881836,"PosY":60.35591125488281,"PosZ":42.529998779296875,"RotY":90.00000762939453,"groupId":0}}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":40.0099983215332,"PosY":60.35591125488281,"PosZ":42.33000183105469,"RotY":90.00000762939453,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":40.0099983215332,"PosY":60.35591125488281,"PosZ":42.33000183105469,"RotY":90.00000762939453,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":40.0099983215332,"PosY":60.37874984741211,"PosZ":42.33000183105469,"NPCMonsterID":1002040,"EventID":0,"groupId":31,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"32":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":40.0099983215332,"PosY":60.35591125488281,"PosZ":42.33000183105469,"RotY":285.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":40.0099983215332,"PosY":60.35591125488281,"PosZ":42.33000183105469,"RotY":90.00000762939453,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":40.0099983215332,"PosY":60.37874984741211,"PosZ":42.33000183105469,"NPCMonsterID":1002040,"EventID":0,"groupId":32,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.5,"PosY":47.8857307434082,"PosZ":19.229999542236328,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.32000732421875,"PosY":47.8857307434082,"PosZ":46.22999954223633,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-132.32000732421875,"PosY":47.8857307434082,"PosZ":24.229999542236328,"RotY":0.0,"groupId":0}}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.32000732421875,"PosY":47.8857307434082,"PosZ":34.22999954223633,"RotY":210.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-136.32000732421875,"PosY":47.8857307434082,"PosZ":34.22999954223633,"RotY":150.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.06700134277344,"PosY":47.8857307434082,"PosZ":29.118999481201172,"RotY":120.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-129.16099548339844,"PosY":47.8857307434082,"PosZ":28.700000762939453,"RotY":120.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-129.23599243164065,"PosY":47.8857307434082,"PosZ":29.67200088500977,"RotY":120.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-129.32000732421875,"PosY":47.8857307434082,"PosZ":39.22999954223633,"Name":"NPC1","RotY":195.00010681152344,"NPCID":1013,"groupId":35,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.5,"PosY":47.8857307434082,"PosZ":19.229999542236328,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-127.70819854736328,"PosY":47.8857307434082,"PosZ":-11.43000030517578,"RotY":9.999999747378752e-6,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.88999938964844,"PosY":47.8857307434082,"PosZ":-0.41999900341033936,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.88999938964844,"PosY":47.8857307434082,"PosZ":0.5799930095672607,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-129.18299865722656,"PosY":47.8857307434082,"PosZ":10.56999969482422,"RotY":180.0,"groupId":0}}},"39":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.3271026611328,"PosY":47.8857307434082,"PosZ":0.7990000247955321,"RotY":60.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-131.47999572753906,"PosY":47.8857307434082,"PosZ":-3.9049999713897705,"Name":"NPC1","RotY":15.000009536743164,"NPCID":1013,"groupId":39,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"40":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.83000183105469,"PosY":49.94955825805664,"PosZ":-3.7200000286102295,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.95999908447266,"PosY":49.94955825805664,"PosZ":13.13718032836914,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.50019836425781,"PosY":49.94956970214844,"PosZ":1.5000970363616943,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.50019836425781,"PosY":49.94956970214844,"PosZ":0.5001019835472107,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-69.51000213623047,"PosY":49.94955825805664,"PosZ":-4.369999885559082,"RotY":0.0,"groupId":0}}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.16000366210938,"PosY":49.94955062866211,"PosZ":5.206991195678711,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.16000366210938,"PosY":49.94955825805664,"PosZ":4.206995964050293,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-72.33000183105469,"PosY":49.949581146240234,"PosZ":7.630000114440918,"Name":"NPC1","RotY":165.0,"NPCID":1013,"groupId":42,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"43":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.96248626708984,"PosY":53.25568008422851,"PosZ":-20.0,"RotY":90.00000762939453,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.347679138183594,"PosY":50.00144958496094,"PosZ":4.076146125793457,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.66999053955078,"PosY":50.04597091674805,"PosZ":-18.25,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-53.66999816894531,"PosY":50.04597091674805,"PosZ":-20.09000015258789,"RotY":90.00000762939453,"groupId":0}}},"45":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.66999816894531,"PosY":50.04597091674805,"PosZ":-23.09000015258789,"RotY":285.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.66999816894531,"PosY":50.04597091674805,"PosZ":-23.09000015258789,"RotY":90.00000762939453,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":285.0,"PosX":-35.66999816894531,"PosY":50.04597091674805,"PosZ":-23.09000015258789,"NPCMonsterID":1002040,"EventID":0,"groupId":45,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"46":{"props":[],"npcs":[{"ID":400001,"PosX":-35.66999816894531,"PosY":50.04597091674805,"PosZ":-23.09000015258789,"Name":"NPC1","RotY":285.0,"NPCID":3013,"groupId":46,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.66999053955078,"PosY":50.04597091674805,"PosZ":-18.25,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.66999816894531,"PosY":50.04597091674805,"PosZ":-17.09000015258789,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.66999816894531,"PosY":50.04597091674805,"PosZ":-23.09000015258789,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.66999816894531,"PosY":50.04597091674805,"PosZ":-17.09000015258789,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.83000183105469,"PosY":50.04597091674805,"PosZ":-17.09000015258789,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.88899993896485,"PosY":50.04597091674805,"PosZ":-23.09000015258789,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.79999923706055,"PosY":50.04597091674805,"PosZ":-17.09000015258789,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-53.66999816894531,"PosY":50.04597091674805,"PosZ":-20.09000015258789,"RotY":90.00000762939453,"groupId":0}}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.076210021972656,"PosY":49.94956970214844,"PosZ":-28.69029998779297,"RotY":9.999999747378752e-6,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.076210021972656,"PosY":49.94956970214844,"PosZ":-5.980307102203369,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.076210021972656,"PosY":49.94956970214844,"PosZ":-8.980306625366211,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.076210021972656,"PosY":49.94956970214844,"PosZ":-11.980310440063477,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.076210021972656,"PosY":49.94956970214844,"PosZ":-6.820306777954102,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.076210021972656,"PosY":49.94956970214844,"PosZ":-9.761306762695312,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.076210021972656,"PosY":49.94956970214844,"PosZ":-12.85031032562256,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-49.076210021972656,"PosY":49.94956970214844,"PosZ":-0.9803069829940795,"RotY":180.0,"groupId":0}}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.076210021972656,"PosY":50.00144958496094,"PosZ":-27.469999313354492,"RotY":9.999999747378752e-6,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.076210021972656,"PosY":50.04597091674805,"PosZ":-17.969999313354492,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.07619857788086,"PosY":50.04597091674805,"PosZ":-16.969999313354492,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.076210021972656,"PosY":50.04597091674805,"PosZ":-17.469999313354492,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.076210021972656,"PosY":49.94956970214844,"PosZ":-12.980310440063477,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.076210021972656,"PosY":49.94956970214844,"PosZ":-13.480310440063477,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.076210021972656,"PosY":49.94956970214844,"PosZ":-12.480310440063477,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-49.076210021972656,"PosY":49.94956970214844,"PosZ":-0.9803069829940795,"RotY":180.0,"groupId":0}}},"50":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.076210021972656,"PosY":49.94956970214844,"PosZ":-22.690309524536133,"RotY":15.000009536743164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.07619857788086,"PosY":50.00144958496094,"PosZ":-22.69029998779297,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":15.000009536743164,"PosX":-52.076210021972656,"PosY":49.94956970214844,"PosZ":-22.690309524536133,"NPCMonsterID":1002040,"EventID":0,"groupId":50,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.076210021972656,"PosY":50.04597091674805,"PosZ":-18.959999084472656,"RotY":345.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":345.0,"PosX":-46.076210021972656,"PosY":50.04597091674805,"PosZ":-18.959999084472656,"NPCMonsterID":1002040,"EventID":0,"groupId":51,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"52":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":50.47999954223633,"PosY":45.9062614440918,"PosZ":-60.210750579833984,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"54":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":21.360000610351562,"PosY":43.25661087036133,"PosZ":-51.15999984741211,"RotY":105.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":21.360000610351562,"PosY":43.25661087036133,"PosZ":-51.15999984741211,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":105.0,"PosX":21.360000610351562,"PosY":43.25661087036133,"PosZ":-51.15999984741211,"NPCMonsterID":1002040,"EventID":0,"groupId":54,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"55":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":15.359990119934082,"PosY":43.15753173828125,"PosZ":-56.0,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":34.36000061035156,"PosY":43.15473175048828,"PosZ":-57.15999984741211,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":31.360000610351562,"PosY":43.15473937988281,"PosZ":-51.15999984741211,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":28.360000610351562,"PosY":43.15901947021485,"PosZ":-57.15999984741211,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":33.52000045776367,"PosY":43.15473175048828,"PosZ":-57.15999984741211,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":30.57900047302246,"PosY":43.15473937988281,"PosZ":-51.15999984741211,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":27.489999771118164,"PosY":43.15924072265625,"PosZ":-57.15998840332031,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":39.36000061035156,"PosY":43.15473937988281,"PosZ":-54.15999984741211,"RotY":270.0,"groupId":0}}},"56":{"props":[],"npcs":[{"ID":400001,"PosX":21.360000610351562,"PosY":43.25661087036133,"PosZ":-51.15999984741211,"Name":"NPC1","RotY":105.0,"NPCID":3013,"groupId":56,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"57":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":18.145160675048828,"PosY":43.15853118896485,"PosZ":-54.4699592590332,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":17.14514923095703,"PosY":43.158931732177734,"PosZ":-76.10997009277344,"RotY":9.999999747378752e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":23.14514923095703,"PosY":43.256649017333984,"PosZ":-73.10997009277344,"RotY":9.999999747378752e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":17.14514923095703,"PosY":43.15890884399414,"PosZ":-70.10997009277344,"RotY":9.999999747378752e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":17.14514923095703,"PosY":43.158931732177734,"PosZ":-75.26997375488281,"RotY":9.999999747378752e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":23.14514923095703,"PosY":43.256649017333984,"PosZ":-72.32897186279298,"RotY":9.999999747378752e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":17.14514923095703,"PosY":43.15890884399414,"PosZ":-69.2399673461914,"RotY":9.999999747378752e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":20.14514923095703,"PosY":43.256629943847656,"PosZ":-81.10999298095702,"RotY":9.999999747378752e-6,"groupId":0}}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":23.14514923095703,"PosY":43.256629943847656,"PosZ":-60.469970703125,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":20.14514923095703,"PosY":43.25661849975586,"PosZ":-60.469970703125,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":195.0,"PosX":23.14514923095703,"PosY":43.256629943847656,"PosZ":-60.469970703125,"NPCMonsterID":1002040,"EventID":0,"groupId":58,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":17.14514923095703,"PosY":43.15890121459961,"PosZ":-64.20025634765625,"RotY":165.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":165.0,"PosX":17.14514923095703,"PosY":43.15890121459961,"PosZ":-64.20025634765625,"NPCMonsterID":1002040,"EventID":0,"groupId":59,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"60":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":14.68000030517578,"PosY":43.155738830566406,"PosZ":-53.029998779296875,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":13.6799898147583,"PosY":43.156700134277344,"PosZ":-62.529991149902344,"RotY":9.999999747378752e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":13.6799898147583,"PosY":43.156700134277344,"PosZ":-63.529998779296875,"RotY":9.999999747378752e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":12.68000030517578,"PosY":43.15607070922851,"PosZ":-63.029998779296875,"RotY":9.999999747378752e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":20.68000030517578,"PosY":43.25661849975586,"PosZ":-69.10997009277344,"RotY":9.999999747378752e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":19.679990768432617,"PosY":43.16054916381836,"PosZ":-68.60997009277344,"RotY":9.999999747378752e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":19.679990768432617,"PosY":43.16056060791016,"PosZ":-69.60997009277344,"RotY":9.999999747378752e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":16.679990768432617,"PosY":43.20425033569336,"PosZ":-81.11000061035156,"RotY":9.999999747378752e-6,"groupId":0}}},"62":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.979999542236328,"PosY":49.900001525878906,"PosZ":42.34000015258789,"RotY":90.00000762939453,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"63":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":13.050869941711426,"PosY":49.88003921508789,"PosZ":45.43999099731445,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-10.949130058288574,"PosY":51.43893814086914,"PosZ":42.439998626708984,"RotY":90.00000762939453,"groupId":0}}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":11.050869941711426,"PosY":49.88005065917969,"PosZ":44.43999099731445,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.949127197265625,"PosY":51.0353889465332,"PosZ":45.439998626708984,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.9491279125213623,"PosY":50.60184097290039,"PosZ":39.439998626708984,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.050873998552560806,"PosY":50.00727844238281,"PosZ":39.709991455078125,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.109127044677734,"PosY":50.9416618347168,"PosZ":45.439998626708984,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.16812801361084,"PosY":50.47087860107422,"PosZ":39.439998626708984,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.9208729863166809,"PosY":49.9232292175293,"PosZ":39.709999084472656,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-10.949130058288574,"PosY":51.43894958496094,"PosZ":42.439998626708984,"RotY":90.00000762939453,"groupId":0}}},"65":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":7.05087423324585,"PosY":49.88005828857422,"PosZ":42.77000045776367,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":7.05087423324585,"PosY":49.88005828857422,"PosZ":42.77000045776367,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":7.05087423324585,"PosY":49.88005828857422,"PosZ":42.77000045776367,"NPCMonsterID":1002040,"EventID":0,"groupId":65,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"70":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.420000076293945,"PosY":53.19123840332031,"PosZ":166.8000030517578,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.41999053955078,"PosY":53.12696838378906,"PosZ":169.1999969482422,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.41999816894531,"PosY":53.12696838378906,"PosZ":161.2100067138672,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.41999816894531,"PosY":53.17559051513672,"PosZ":169.1999969482422,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.58000183105469,"PosY":53.17559051513672,"PosZ":169.1999969482422,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.63899993896485,"PosY":53.17559051513672,"PosZ":161.2100067138672,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.54999923706055,"PosY":53.17559051513672,"PosZ":169.1999969482422,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-51.41999816894531,"PosY":53.09024810791016,"PosZ":164.2100067138672,"RotY":90.00000762939453,"groupId":0}}},"71":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.41999053955078,"PosY":53.222938537597656,"PosZ":166.8000030517578,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.91999816894531,"PosY":53.17559051513672,"PosZ":169.7899932861328,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.91999816894531,"PosY":53.17559051513672,"PosZ":169.7899932861328,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.41999816894531,"PosY":53.17559051513672,"PosZ":170.7899932861328,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.04999923706055,"PosY":53.12696838378906,"PosZ":160.55999755859375,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.549991607666016,"PosY":53.17559051513672,"PosZ":161.55999755859375,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.549991607666016,"PosY":53.17559051513672,"PosZ":161.55999755859375,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-51.41999816894531,"PosY":53.09024810791016,"PosZ":164.2100067138672,"RotY":90.00000762939453,"groupId":0}}},"72":{"props":[],"npcs":[{"ID":400001,"PosX":-33.41999816894531,"PosY":53.09024810791016,"PosZ":161.2100067138672,"Name":"NPC1","RotY":285.0,"NPCID":3013,"groupId":72,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.41999816894531,"PosY":53.09024810791016,"PosZ":161.2100067138672,"RotY":285.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.41999816894531,"PosY":53.09024810791016,"PosZ":164.2100067138672,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":285.0,"PosX":-33.41999816894531,"PosY":53.09024810791016,"PosZ":161.2100067138672,"NPCMonsterID":1002040,"EventID":0,"groupId":73,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"74":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.53547668457033,"PosY":53.14210891723633,"PosZ":149.07240295410156,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"75":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-89.73999786376953,"PosY":47.313419342041016,"PosZ":160.69720458984375,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.61662292480469,"PosY":47.313419342041016,"PosZ":127.43000030517578,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.76313781738281,"PosY":47.313419342041016,"PosZ":136.79620361328125,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.5128402709961,"PosY":47.31340026855469,"PosZ":130.9499969482422,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-86.0456771850586,"PosY":47.313419342041016,"PosZ":147.5919952392578,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.39762878417967,"PosY":47.313419342041016,"PosZ":133.42999267578125,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.48663330078125,"PosY":47.313419342041016,"PosZ":127.43000030517578,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-67.61662292480469,"PosY":47.313419342041016,"PosZ":130.42999267578125,"RotY":270.0,"groupId":0}}},"76":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-86.71019744873047,"PosY":47.313419342041016,"PosZ":156.36000061035156,"RotY":195.5023956298828,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-89.71009826660156,"PosY":47.313419342041016,"PosZ":156.3863067626953,"RotY":180.5023956298828,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":195.5023956298828,"PosX":-86.71019744873047,"PosY":47.313419342041016,"PosZ":156.36000061035156,"NPCMonsterID":1002040,"EventID":0,"groupId":76,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"77":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-85.61662292480469,"PosY":47.313419342041016,"PosZ":127.43000030517578,"RotY":74.99999237060547,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":74.99999237060547,"PosX":-85.61662292480469,"PosY":47.313419342041016,"PosZ":127.43000030517578,"NPCMonsterID":1002040,"EventID":0,"groupId":77,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"78":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.1177978515625,"PosY":47.31338119506836,"PosZ":144.86709594726565,"RotY":74.99999237060547,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":74.99999237060547,"PosX":-94.1177978515625,"PosY":47.31338119506836,"PosZ":144.86709594726565,"NPCMonsterID":1002040,"EventID":0,"groupId":78,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"79":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.05000305175781,"PosY":53.30561065673828,"PosZ":99.16999816894531,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.53547668457033,"PosY":53.14210891723633,"PosZ":149.07240295410156,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"80":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.30000305175781,"PosY":53.09024810791016,"PosZ":161.5500030517578,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.34700012207033,"PosY":53.09024810791016,"PosZ":140.94940185546875,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.75367736816406,"PosY":53.253761291503906,"PosZ":120.11930084228516,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.62309265136719,"PosY":54.90610122680664,"PosZ":126.86270141601564,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.41000366210938,"PosY":53.09027862548828,"PosZ":148.2899932861328,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-68.93000793457031,"PosY":53.090240478515625,"PosZ":147.15130615234375,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.87019348144531,"PosY":53.25376892089844,"PosZ":120.35440063476564,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-79.05000305175781,"PosY":53.25376892089844,"PosZ":104.16999816894533,"RotY":0.0,"groupId":0}}},"81":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.19999694824219,"PosY":53.09025955200195,"PosZ":155.5500030517578,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.19999694824219,"PosY":53.09024810791016,"PosZ":155.5500030517578,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":195.0,"PosX":-71.19999694824219,"PosY":53.09025955200195,"PosZ":155.5500030517578,"NPCMonsterID":1002040,"EventID":0,"groupId":81,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"82":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.19999694824219,"PosY":53.09025955200195,"PosZ":152.8800048828125,"RotY":165.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":195.0,"PosX":-71.19999694824219,"PosY":53.09024810791016,"PosZ":152.86000061035156,"NPCMonsterID":1002040,"EventID":0,"groupId":82,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"83":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.05000305175781,"PosY":53.253761291503906,"PosZ":122.16999816894533,"RotY":165.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":165.0,"PosX":-71.87999725341797,"PosY":53.35149002075195,"PosZ":122.16999816894533,"NPCMonsterID":1002040,"EventID":0,"groupId":83,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"84":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.05000305175781,"PosY":53.30561065673828,"PosZ":99.16999816894531,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"85":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-77.29000854492188,"PosY":49.98283004760742,"PosZ":66.28280639648438,"RotY":9.999999747378752e-6,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.29000091552734,"PosY":49.94953918457031,"PosZ":85.28280639648438,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.29000091552734,"PosY":49.94953918457031,"PosZ":82.28280639648438,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.29000091552734,"PosY":49.94953918457031,"PosZ":79.28280639648438,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.29000091552734,"PosY":49.94953918457031,"PosZ":84.44280242919922,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.29000091552734,"PosY":49.94953918457031,"PosZ":81.5018081665039,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.29000091552734,"PosY":49.94953918457031,"PosZ":78.41280364990233,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-79.29000091552734,"PosY":49.94953918457031,"PosZ":90.28280639648438,"RotY":180.0,"groupId":0}}},"86":{"props":[],"npcs":[{"ID":400001,"PosX":-82.29000091552734,"PosY":49.94953918457031,"PosZ":72.28280639648438,"Name":"NPC1","RotY":15.000009536743164,"NPCID":3013,"groupId":86,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"87":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.29000091552734,"PosY":49.94953918457031,"PosZ":72.28280639648438,"RotY":15.000009536743164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.29000091552734,"PosY":49.94953918457031,"PosZ":72.28280639648438,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":15.000009536743164,"PosX":-82.29000091552734,"PosY":49.94953918457031,"PosZ":72.28280639648438,"NPCMonsterID":1002040,"EventID":0,"groupId":87,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"88":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":44.471160888671875,"PosY":46.973690032958984,"PosZ":143.1300048828125,"RotY":90.00000762939453,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":89.20453643798828,"PosY":50.16992950439453,"PosZ":126.08699798583984,"RotY":90.00000762939453,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"89":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":77.94000244140625,"PosY":43.64910125732422,"PosZ":144.47000122070312,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":58.93999099731445,"PosY":43.64910125732422,"PosZ":145.47000122070312,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":61.93999099731445,"PosY":43.64910125732422,"PosZ":139.47000122070312,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":64.93998718261719,"PosY":43.64910125732422,"PosZ":145.47000122070312,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":59.779991149902344,"PosY":43.64910125732422,"PosZ":145.47000122070312,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":62.72098922729492,"PosY":43.64910125732422,"PosZ":139.47000122070312,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":65.80999755859375,"PosY":43.64910125732422,"PosZ":145.47000122070312,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":53.93999099731445,"PosY":43.64910125732422,"PosZ":142.47000122070312,"RotY":90.00000762939453,"groupId":0}}},"90":{"props":[],"npcs":[{"ID":400001,"PosX":71.93998718261719,"PosY":43.64910125732422,"PosZ":139.47000122070312,"Name":"NPC1","RotY":285.0,"NPCID":3013,"groupId":90,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"91":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":71.93998718261719,"PosY":43.64910125732422,"PosZ":139.47000122070312,"RotY":285.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":71.93998718261719,"PosY":43.64910125732422,"PosZ":142.47000122070312,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":285.0,"PosX":71.93998718261719,"PosY":43.64899063110352,"PosZ":139.47000122070312,"NPCMonsterID":1002040,"EventID":0,"groupId":91,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"92":{"props":[],"npcs":[{"ID":400001,"PosX":-126.51000213623048,"PosY":47.8857307434082,"PosZ":-4.150001049041748,"Name":"NPC1","RotY":0.00003899999865097925,"NPCID":1007,"groupId":92,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"93":{"props":[],"npcs":[{"ID":400001,"PosX":-67.51000213623047,"PosY":49.949581146240234,"PosZ":7.8400001525878915,"Name":"NPC1","RotY":225.0,"NPCID":1007,"groupId":93,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"94":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.119998931884766,"PosY":49.94948959350586,"PosZ":98.07000732421876,"RotY":180.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"95":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.7599983215332,"PosY":49.94768142700195,"PosZ":101.86000061035156,"RotY":9.999999747378752e-6,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.75999069213867,"PosY":49.94766998291016,"PosZ":120.86000061035156,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.7599983215332,"PosY":49.984378814697266,"PosZ":117.86000061035156,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.7599983215332,"PosY":49.9634895324707,"PosZ":114.86000061035156,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.75999069213867,"PosY":49.94766998291016,"PosZ":120.0199966430664,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.7599983215332,"PosY":50.01082992553711,"PosZ":117.07900238037108,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.7599983215332,"PosY":49.9634895324707,"PosZ":113.98999786376952,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-47.75999069213867,"PosY":49.94766998291016,"PosZ":125.86000061035156,"RotY":180.0,"groupId":0}}},"96":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.7599983215332,"PosY":49.94768905639648,"PosZ":107.86000061035156,"RotY":15.000009536743164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.75999069213867,"PosY":49.94768142700195,"PosZ":107.86000061035156,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":15.000009536743164,"PosX":-50.7599983215332,"PosY":49.94768905639648,"PosZ":107.86000061035156,"NPCMonsterID":1002040,"EventID":0,"groupId":96,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"98":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":59.06999969482422,"PosY":43.694000244140625,"PosZ":186.38999938964844,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":51.939998626708984,"PosY":43.74263000488281,"PosZ":189.44000244140625,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":50.984989166259766,"PosY":43.74263000488281,"PosZ":189.38299560546875,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":37.06999969482422,"PosY":43.65108871459961,"PosZ":184.38999938964844,"RotY":90.00000762939453,"groupId":0}}},"100":{"props":[],"npcs":[{"ID":400002,"PosX":52.939998626708984,"PosY":43.74263000488281,"PosZ":187.75,"Name":"NPC2","RotY":240.0,"NPCID":1007,"groupId":100,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"101":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":51.16999816894531,"PosY":43.74263000488281,"PosZ":180.36070251464844,"RotY":330.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":52.95000076293945,"PosY":43.74263000488281,"PosZ":181.38999938964844,"Name":"NPC1","RotY":300.0,"NPCID":1013,"groupId":101,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"102":{"props":[],"npcs":[{"ID":400001,"PosX":22.360000610351562,"PosY":43.25661087036133,"PosZ":-50.91999816894531,"Name":"NPC1","RotY":115.55110168457033,"NPCID":3013,"groupId":102,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"103":{"props":[],"npcs":[{"ID":400001,"PosX":21.360000610351562,"PosY":43.25661087036133,"PosZ":-55.119998931884766,"Name":"NPC1","RotY":89.25022888183594,"NPCID":3013,"groupId":103,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"104":{"props":[],"npcs":[{"ID":400001,"PosX":22.280000686645508,"PosY":43.25661087036133,"PosZ":-59.33000183105469,"Name":"NPC1","RotY":73.43739318847656,"NPCID":3013,"groupId":104,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"105":{"props":[],"npcs":[{"ID":400001,"PosX":21.940000534057617,"PosY":43.25661087036133,"PosZ":-53.20000076293945,"Name":"NPC1","RotY":106.20459747314452,"NPCID":3013,"groupId":105,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"106":{"props":[],"npcs":[{"ID":400001,"PosX":21.940000534057617,"PosY":43.25661087036133,"PosZ":-57.13999938964844,"Name":"NPC1","RotY":73.5509262084961,"NPCID":3013,"groupId":106,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"107":{"props":[],"npcs":[{"ID":400001,"PosX":-33.41999816894531,"PosY":53.09024810791016,"PosZ":162.89999389648438,"Name":"NPC1","RotY":291.61920166015625,"NPCID":3013,"groupId":107,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"108":{"props":[],"npcs":[{"ID":400001,"PosX":-32.869998931884766,"PosY":53.09024810791016,"PosZ":166.84100341796875,"Name":"NPC1","RotY":268.5812072753906,"NPCID":3013,"groupId":108,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"109":{"props":[],"npcs":[{"ID":400001,"PosX":-33.41999816894531,"PosY":53.09024810791016,"PosZ":171.0500030517578,"Name":"NPC1","RotY":249.5055999755859,"NPCID":3013,"groupId":109,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"110":{"props":[],"npcs":[{"ID":400001,"PosX":-33.41999816894531,"PosY":53.09024810791016,"PosZ":164.74000549316406,"Name":"NPC1","RotY":282.272705078125,"NPCID":3013,"groupId":110,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"111":{"props":[],"npcs":[{"ID":400001,"PosX":-33.41999816894531,"PosY":53.09024810791016,"PosZ":169.0800018310547,"Name":"NPC1","RotY":249.6190948486328,"NPCID":3013,"groupId":111,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P80210_F80210001":{"teleports":{},"group_items":{"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.220001220703125,"PosY":1.490962028503418,"PosZ":11.18000030517578,"RotY":74.9999771118164,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.889999866485596,"PosY":1.5218069553375244,"PosZ":19.229999542236328,"RotY":255.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-29.88999938964844,"PosY":1.5917069911956787,"PosZ":14.079999923706056,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":-6.642000198364258,"PosY":1.5179450511932373,"PosZ":14.079999923706056,"RotY":90.00000762939453,"groupId":0}}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.890000343322754,"PosY":1.5324009656906128,"PosZ":14.079999923706056,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.890000343322754,"PosY":1.5324009656906128,"PosZ":14.079999923706056,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-11.890000343322754,"PosY":1.5324009656906128,"PosZ":14.079999923706056,"NPCMonsterID":1002040,"EventID":0,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.9499969482422,"PosY":11.839369773864746,"PosZ":4.739998817443848,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-199.67999267578125,"PosY":15.466110229492188,"PosZ":4.849999904632568,"RotY":90.00003814697266,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-192.99020385742188,"PosY":15.729940414428713,"PosZ":11.327969551086426,"RotY":156.5290985107422,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-182.3204040527344,"PosY":15.708869934082031,"PosZ":0.2062020003795624,"RotY":66.52900695800781,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-181.27000427246097,"PosY":15.742670059204102,"PosZ":-0.33000001311302185,"RotY":66.52900695800781,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-188.9889984130859,"PosY":15.708869934082031,"PosZ":-4.452000141143799,"RotY":66.52900695800781,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-189.91200256347656,"PosY":15.708869934082031,"PosZ":-3.7049999237060542,"RotY":66.52900695800781,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-180.9573974609375,"PosY":15.708869934082031,"PosZ":-1.0497950315475464,"RotY":66.52900695800781,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-188.17599487304688,"PosY":15.708869934082031,"PosZ":-4.953999996185303,"RotY":66.52900695800781,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-180.67599487304688,"PosY":15.772669792175291,"PosZ":-10.01200008392334,"RotY":336.52899169921875,"groupId":0}}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-298.4065856933594,"PosY":3.8366780281066895,"PosZ":-185.3291015625,"RotY":156.5290069580078,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":22.542829513549805,"PosY":6.1176300048828125,"PosZ":-96.43460083007812,"RotY":66.52900695800781,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":156.5290985107422,"PosX":-186.81069946289065,"PosY":15.708869934082031,"PosZ":9.650358200073242,"NPCMonsterID":1002040,"EventID":0,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-318.6099853515625,"PosY":-30.07431983947754,"PosZ":16.5,"RotY":-0.00003899999865097925,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-314.2900085449219,"PosY":-35.38576889038086,"PosZ":52.83000183105469,"RotY":165.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-310.3599853515625,"PosY":-35.4840202331543,"PosZ":48.4900016784668,"RotY":213.27459716796875,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-318.6820068359375,"PosY":-35.236351013183594,"PosZ":33.064998626708984,"RotY":345.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-318.7909851074219,"PosY":-35.22494125366211,"PosZ":34.29499816894531,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-309.03851318359375,"PosY":-35.4817008972168,"PosZ":31.75020980834961,"RotY":45.00006103515625,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-311.5232849121094,"PosY":-35.47679138183594,"PosZ":31.056949615478516,"RotY":345.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-319.0002136230469,"PosY":-35.30739974975586,"PosZ":35.72444152832031,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-310.20098876953125,"PosY":-35.483280181884766,"PosZ":31.25020980834961,"RotY":45.00006103515625,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-318.7200012207031,"PosY":-32.784000396728516,"PosZ":22.1200008392334,"RotY":14.999939918518066,"groupId":0},"2":{"ID":2,"PosX":-312.55120849609375,"PosY":-35.47618103027344,"PosZ":48.48329162597656,"RotY":19.761709213256836,"groupId":0}}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-308.3800048828125,"PosY":-35.4852409362793,"PosZ":40.59000015258789,"RotY":199.76170349121097,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-308.3800048828125,"PosY":-35.4852409362793,"PosZ":40.59000015258789,"RotY":199.76170349121097,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":199.76170349121097,"PosX":-308.3800048828125,"PosY":-35.4852409362793,"PosZ":40.59000015258789,"NPCMonsterID":1002040,"EventID":0,"groupId":14,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-351.7900085449219,"PosY":-36.999961853027344,"PosZ":25.899999618530273,"RotY":74.99992370605469,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-395.3399963378906,"PosY":-34.39313888549805,"PosZ":21.450000762939453,"RotY":90.00000762939453,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-378.79000854492193,"PosY":-36.99995040893555,"PosZ":21.257999420166016,"RotY":89.99980163574219,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-366.5126953125,"PosY":-37.076438903808594,"PosZ":27.229999542236328,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-369.0379028320313,"PosY":-37.05057144165039,"PosZ":17.510000228881836,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-370.0169067382813,"PosY":-37.09141159057618,"PosZ":17.549999237060547,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-367.5000915527344,"PosY":-37.106300354003906,"PosZ":27.229999542236328,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-365.4664001464844,"PosY":-36.999961853027344,"PosZ":27.24980926513672,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-367.9874877929687,"PosY":-37.040138244628906,"PosZ":17.549999237060547,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-356.7900085449219,"PosY":-36.97999954223633,"PosZ":23.257999420166016,"RotY":269.9997863769531,"groupId":0},"2":{"ID":2,"PosX":-378.0379943847656,"PosY":-36.99211120605469,"PosZ":23.257999420166016,"RotY":269.9997863769531,"groupId":0}}},"17":{"props":[],"npcs":[{"ID":400001,"PosX":-374.79000854492193,"PosY":-36.97999954223633,"PosZ":24.257999420166016,"Name":"NPC1","RotY":105.0,"NPCID":3013,"groupId":17,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-383.260009765625,"PosY":-36.99393081665039,"PosZ":-17.219999313354492,"RotY":90.00010681152344,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-363.260009765625,"PosY":-36.96900177001953,"PosZ":-15.220000267028809,"RotY":270.0000915527344,"groupId":0},"2":{"ID":2,"PosX":-382.5079956054687,"PosY":-36.98609161376953,"PosZ":-15.220000267028809,"RotY":270.0000915527344,"groupId":0}}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-373.260009765625,"PosY":-36.96900177001953,"PosZ":-11.220000267028809,"RotY":120.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-373.260009765625,"PosY":-36.96900177001953,"PosZ":-19.219999313354492,"RotY":60.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-368.1619873046875,"PosY":-36.96900177001953,"PosZ":-12.133999824523926,"RotY":120.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-368.7250061035156,"PosY":-36.96900177001953,"PosZ":-11.477999687194824,"RotY":120.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-367.8900146484375,"PosY":-36.96900177001953,"PosZ":-11.54599952697754,"RotY":120.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-378.260009765625,"PosY":-36.96900177001953,"PosZ":-12.220000267028809,"Name":"NPC1","RotY":105.00009918212892,"NPCID":1013,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-357.760009765625,"PosY":-36.999961853027344,"PosZ":25.56999969482422,"RotY":269.9997863769531,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-368.7648010253906,"PosY":-37.064979553222656,"PosZ":27.229999542236328,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-366.79000854492193,"PosY":-37.04296875,"PosZ":17.510000228881836,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-367.7690124511718,"PosY":-37.03937911987305,"PosZ":17.549999237060547,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-366.73541259765625,"PosY":-37.08636093139648,"PosZ":27.229999542236328,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-367.718505859375,"PosY":-37.11302185058594,"PosZ":27.24980926513672,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-365.7395935058594,"PosY":-37.00445938110352,"PosZ":17.549999237060547,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-379.9599914550782,"PosY":-36.97999954223633,"PosZ":23.260000228881836,"RotY":89.9997329711914,"groupId":0},"2":{"ID":2,"PosX":-358.5119934082031,"PosY":-36.99211883544922,"PosZ":23.56999969482422,"RotY":89.99978637695312,"groupId":0}}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-361.9599914550782,"PosY":-36.97999954223633,"PosZ":23.260000228881836,"RotY":269.9997863769531,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":11.779999732971191,"PosY":0.1469999998807907,"PosZ":157.58999633789065,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":269.9997863769531,"PosX":-361.9599914550782,"PosY":-36.99995040893555,"PosZ":20.260000228881836,"NPCMonsterID":1002040,"EventID":0,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-425.9599914550782,"PosY":-44.5100212097168,"PosZ":115.41999816894533,"RotY":89.9999008178711,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-404.5,"PosY":-44.51002883911133,"PosZ":60.75,"RotY":0.00003600000127335079,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-403.6499938964844,"PosY":-44.429908752441406,"PosZ":134.0500030517578,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-410.5177917480469,"PosY":-45.81148910522461,"PosZ":78.96721649169922,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-400.1379089355469,"PosY":-44.828670501708984,"PosZ":96.28172302246094,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-410.7500915527344,"PosY":-44.406959533691406,"PosZ":120.2498016357422,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-398.7500915527344,"PosY":-44.51002883911133,"PosZ":105.4998016357422,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-409.0365905761718,"PosY":-44.5100212097168,"PosZ":102.67530059814452,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-400.7492065429687,"PosY":-44.51005172729492,"PosZ":124.37850189208984,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-405.6499938964844,"PosY":-44.89419174194336,"PosZ":67.41000366210938,"RotY":0.00003600000127335079,"groupId":0},"2":{"ID":2,"PosX":0.0,"PosY":0.007838999852538109,"PosZ":0.7520009875297545,"RotY":180.0,"groupId":0}}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-408.6499938964844,"PosY":-44.51005172729492,"PosZ":130.0500030517578,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-408.6499938964844,"PosY":-44.51005172729492,"PosZ":130.0500030517578,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":-408.6499938964844,"PosY":-44.51005172729492,"PosZ":130.0500030517578,"NPCMonsterID":1002040,"EventID":0,"groupId":25,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"26":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-395.5,"PosY":-39.43946838378906,"PosZ":-67.22000122070312,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-404.2579956054687,"PosY":-39.34099960327149,"PosZ":-75.06099700927734,"RotY":-0.00007200000254670158,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-404.4708862304687,"PosY":-36.8701286315918,"PosZ":-33.22999954223633,"RotY":-0.00007200000254670158,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-402.54638671875,"PosY":-39.358680725097656,"PosZ":-70.18000030517578,"RotY":0.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-401.0000915527344,"PosY":-39.43947982788086,"PosZ":-59.25019073486328,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-401.0000915527344,"PosY":-39.43947982788086,"PosZ":-58.00019836425781,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-401.0000915527344,"PosY":-39.43947982788086,"PosZ":-60.50019836425781,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-408.2500915527344,"PosY":-39.43947982788086,"PosZ":-53.50019073486328,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-408.2500915527344,"PosY":-39.439491271972656,"PosZ":-52.25019073486328,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-408.2500915527344,"PosY":-39.43947982788086,"PosZ":-54.75019836425781,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-404.54638671875,"PosY":-39.43949890136719,"PosZ":-40.75,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":0.0,"PosY":0.007838999852538109,"PosZ":0.7520009875297545,"RotY":180.0,"groupId":0}}},"28":{"props":[],"npcs":[{"ID":400001,"PosX":-406.4700012207031,"PosY":-39.43946838378906,"PosZ":-66.27999877929688,"Name":"NPC1","RotY":15.0,"NPCID":3013,"groupId":28,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-464.1799926757813,"PosY":-44.48004913330078,"PosZ":82.55000305175781,"RotY":-0.00007200000254670158,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-468.7760009765625,"PosY":-44.54909133911133,"PosZ":50.03900146484375,"RotY":211.6060028076172,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-462.1799926757813,"PosY":-44.34986114501953,"PosZ":55.549991607666016,"RotY":0.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-460.5000915527344,"PosY":-44.480010986328125,"PosZ":68.99980163574219,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-460.010009765625,"PosY":-44.480010986328125,"PosZ":68.03700256347656,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-459.5,"PosY":-44.47999954223633,"PosZ":69.09398651123047,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-468.1799011230469,"PosY":-44.52470016479492,"PosZ":68.16000366210938,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-468.2500915527344,"PosY":-44.57487869262695,"PosZ":70.24980163574219,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-468.2500915527344,"PosY":-44.58835983276367,"PosZ":69.09400177001953,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-464.1799926757813,"PosY":-44.48004913330078,"PosZ":77.55000305175781,"RotY":180.0,"groupId":0},"2":{"ID":2,"PosX":0.0,"PosY":0.007838999852538109,"PosZ":0.7520009875297545,"RotY":180.0,"groupId":0}}},"31":{"props":[],"npcs":[{"ID":400001,"PosX":-466.1799926757813,"PosY":-44.48004913330078,"PosZ":59.54999923706055,"Name":"NPC1","RotY":15.0,"NPCID":3013,"groupId":31,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-465.7300109863282,"PosY":-51.2453498840332,"PosZ":-64.8499984741211,"RotY":89.99994659423828,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-499.4599914550782,"PosY":-51.13999938964844,"PosZ":-46.66999816894531,"RotY":0.0000940000027185306,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-498.4200134277344,"PosY":-51.24531936645508,"PosZ":-55.970001220703125,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-490.8599853515625,"PosY":-51.245330810546875,"PosZ":-60.49800109863281,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-490.0911865234375,"PosY":-51.245330810546875,"PosZ":-60.499900817871094,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-480.4200134277344,"PosY":-51.2453498840332,"PosZ":-55.0,"RotY":270.0,"groupId":0},"2":{"ID":2,"PosX":0.0,"PosY":0.007838999852538109,"PosZ":0.7520009875297545,"RotY":180.0,"groupId":0}}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-483.1310119628906,"PosY":-46.23638916015625,"PosZ":28.1299991607666,"RotY":89.99994659423828,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-504.64599609375,"PosY":-50.6431884765625,"PosZ":3.1579999923706055,"RotY":0.000043000000005122274,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-525.9000244140625,"PosY":-51.24531173706055,"PosZ":4.8799967765808105,"RotY":270.0000915527344,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"46":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.890000343322754,"PosY":1.5324009656906128,"PosZ":14.079999923706056,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-11.890000343322754,"PosY":1.5324009656906128,"PosZ":14.079999923706056,"NPCMonsterID":1002040,"EventID":0,"groupId":46,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"47":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-404.0,"PosY":-44.429908752441406,"PosZ":116.5,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvAreaMark.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-405.0743103027344,"PosY":-44.77288055419922,"PosZ":97.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-397.75,"PosY":-44.5099983215332,"PosZ":103.25,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-420.0,"PosY":-44.51002883911133,"PosZ":126.44290161132812,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":47,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002059,"EventID":81312013,"groupId":47,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":47,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":47,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":47,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":47,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":47,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002059,"EventID":81312013,"groupId":47,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":47,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":47,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":47,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":47,"IsDelete":false,"IsClientOnly":false},{"ID":200014,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":47,"IsDelete":false,"IsClientOnly":false},{"ID":200015,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":47,"IsDelete":false,"IsClientOnly":false},{"ID":200016,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":47,"IsDelete":false,"IsClientOnly":false},{"ID":200017,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":47,"IsDelete":false,"IsClientOnly":false},{"ID":200018,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":47,"IsDelete":false,"IsClientOnly":false},{"ID":200019,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":47,"IsDelete":false,"IsClientOnly":false},{"ID":200020,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002059,"EventID":81312013,"groupId":47,"IsDelete":false,"IsClientOnly":false},{"ID":200021,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002059,"EventID":81312013,"groupId":47,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-405.6499938964844,"PosY":-44.51005935668945,"PosZ":137.97000122070312,"RotY":180.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-403.5,"PosY":-44.51005172729492,"PosZ":134.08999633789065,"RotY":180.00010681152344,"PropID":60204,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-402.3458862304687,"PosY":-44.51005935668945,"PosZ":134.09010314941406,"RotY":180.00010681152344,"PropID":60205,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-401.2499084472656,"PosY":-44.51005935668945,"PosZ":134.09030151367188,"RotY":180.00010681152344,"PropID":60206,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-404.6300048828125,"PosY":-44.77288055419922,"PosZ":97.0,"RotY":0.0,"PropID":913,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvAreaReady.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EntranceBlockLine_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-400.83929443359375,"PosY":-45.136478424072266,"PosZ":92.3453826904297,"RotY":210.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-402.25,"PosY":-44.51005172729492,"PosZ":129.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvTransform.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-407.9200134277344,"PosY":-45.18370819091797,"PosZ":91.71000671386719,"RotY":180.00010681152344,"PropID":60206,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-405.6499938964844,"PosY":-45.51385116577149,"PosZ":87.5,"RotY":0.00003600000127335079,"groupId":0}}},"51":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-395.3399963378906,"PosY":-34.393089294433594,"PosZ":-12.0,"RotY":90.00000762939453,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-408.6499938964844,"PosY":-44.89419174194336,"PosZ":89.05000305175781,"RotY":165.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":165.0,"PosX":-408.6499938964844,"PosY":-45.391109466552734,"PosZ":89.05000305175781,"NPCMonsterID":1002040,"EventID":0,"groupId":56,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"57":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-402.6499938964844,"PosY":-44.51002883911133,"PosZ":108.45999908447266,"RotY":0.00003600000127335079,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-402.6499938964844,"PosY":-44.51002883911133,"PosZ":108.45999908447266,"NPCMonsterID":1002040,"EventID":0,"groupId":57,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-489.7771911621094,"PosY":-51.2453498840332,"PosZ":-52.36574935913086,"RotY":150.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-495.35009765625,"PosY":-51.245338439941406,"PosZ":-52.970008850097656,"Name":"NPC1","RotY":120.0,"NPCID":1013,"groupId":58,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"59":{"props":[],"npcs":[{"ID":400002,"PosX":-495.3500061035156,"PosY":-51.32696914672851,"PosZ":-58.970001220703125,"Name":"NPC2","RotY":60.0,"NPCID":1007,"groupId":59,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"60":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-492.3909912109375,"PosY":-51.24530029296875,"PosZ":16.832630157470703,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-513.4010009765625,"PosY":-51.24531936645508,"PosZ":14.832639694213867,"RotY":90.00000762939453,"groupId":0}}},"61":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-492.3909912109375,"PosY":-51.24530029296875,"PosZ":16.832630157470703,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-508.4010009765625,"PosY":-51.24531936645508,"PosZ":17.832639694213867,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-505.4010009765625,"PosY":-51.24531173706055,"PosZ":11.832639694213867,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-502.4010009765625,"PosY":-51.1586799621582,"PosZ":17.832639694213867,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-507.5610046386718,"PosY":-51.17095184326172,"PosZ":17.832639694213867,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-504.6199951171875,"PosY":-51.24531173706055,"PosZ":11.832639694213867,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-501.531005859375,"PosY":-51.1586799621582,"PosZ":17.832639694213867,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-513.4010009765625,"PosY":-51.24531936645508,"PosZ":14.832639694213867,"RotY":90.00000762939453,"groupId":0}}},"62":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-496.2099914550782,"PosY":-51.24530029296875,"PosZ":14.832639694213867,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-496.2099914550782,"PosY":-51.24530029296875,"PosZ":14.832639694213867,"RotY":90.00000762939453,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-496.2099914550782,"PosY":-51.24530029296875,"PosZ":14.832639694213867,"NPCMonsterID":1002040,"EventID":0,"groupId":62,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"63":{"props":[],"npcs":[{"ID":400001,"PosX":-498.3599853515625,"PosY":-51.1469612121582,"PosZ":11.832639694213867,"Name":"NPC1","RotY":285.0,"NPCID":3013,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.95999908447266,"PosY":8.043249130249023,"PosZ":-1.4192190170288086,"RotY":6.184525012969971,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.65000915527344,"PosY":4.560542106628418,"PosZ":-6.447000026702881,"RotY":85.42706298828125,"PropID":137,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_05_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"69":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-98.16548156738281,"PosY":2.5140860080718994,"PosZ":-38.87710189819336,"RotY":269.7889099121094,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.26830291748048,"PosY":2.794506072998047,"PosZ":-34.20957946777344,"RotY":269.7889099121094,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-105.01709747314452,"PosY":2.8826940059661865,"PosZ":-34.223331451416016,"RotY":269.7889099121094,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-116.2769012451172,"PosY":4.23235321044922,"PosZ":-36.7400016784668,"RotY":90.0,"groupId":0}}},"70":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.8000030517578,"PosY":2.5760109424591064,"PosZ":-40.715599060058594,"RotY":329.7887878417969,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-102.45600128173828,"PosY":2.452399969100952,"PosZ":-39.93294143676758,"Name":"NPC1","RotY":299.7889099121094,"NPCID":1013,"groupId":70,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"71":{"props":[],"npcs":[{"ID":400002,"PosX":-102.00440216064452,"PosY":2.725339889526367,"PosZ":-35.26123046875,"Name":"NPC2","RotY":269.7889099121094,"NPCID":1007,"groupId":71,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"72":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-250.92779541015625,"PosY":-9.265686988830566,"PosZ":5.30364990234375,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-285.277587890625,"PosY":-16.00882911682129,"PosZ":5.010000228881836,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-277.79998779296875,"PosY":-14.383999824523926,"PosZ":3.3036460876464844,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-260.5639953613281,"PosY":-13.932709693908691,"PosZ":5.303648948669434,"RotY":270.0,"groupId":0}}},"74":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-277.79998779296875,"PosY":-14.383999824523926,"PosZ":3.3036460876464844,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-270.0000915527344,"PosY":-14.29238986968994,"PosZ":9.24980354309082,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-269.0000915527344,"PosY":-14.29238986968994,"PosZ":9.24980354309082,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-269.5000915527344,"PosY":-14.29238986968994,"PosZ":8.24980354309082,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-267.92779541015625,"PosY":-14.29238986968994,"PosZ":9.303647994995117,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-268.42779541015625,"PosY":-14.29238986968994,"PosZ":8.303647994995117,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-267.42779541015625,"PosY":-14.29238986968994,"PosZ":8.303661346435547,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-255.92779541015625,"PosY":-11.614399909973145,"PosZ":5.30364990234375,"RotY":270.0,"groupId":0}}},"75":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-273.92779541015625,"PosY":-14.29238986968994,"PosZ":5.303647994995117,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-273.92779541015625,"PosY":-14.29238986968994,"PosZ":5.303647994995117,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-273.92779541015625,"PosY":-14.29238986968994,"PosZ":5.303647994995117,"NPCMonsterID":1002040,"EventID":0,"groupId":75,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"76":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-285.277587890625,"PosY":-16.00882911682129,"PosZ":5.010000228881836,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-318.75,"PosY":-29.35603904724121,"PosZ":-5.5,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-318.6099853515625,"PosY":-30.07431983947754,"PosZ":16.5,"RotY":-0.00003899999865097925,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"77":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-333.0,"PosY":-29.42729949951172,"PosZ":3.0536460876464844,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-318.3301086425781,"PosY":-29.32868003845215,"PosZ":7.749804019927979,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-321.19000244140625,"PosY":-29.32868003845215,"PosZ":2.380000114440918,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-300.98028564453125,"PosY":-23.630229949951172,"PosZ":2.053647994995117,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-319.17010498046875,"PosY":-29.32868003845215,"PosZ":7.749804019927979,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-321.97100830078125,"PosY":-29.32868003845215,"PosZ":2.3800010681152344,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-301.8503112792969,"PosY":-24.091209411621097,"PosZ":2.053647994995117,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-289.98028564453125,"PosY":-18.09882926940918,"PosZ":5.05364990234375,"RotY":270.0,"groupId":0}}},"78":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-327.0,"PosY":-29.427310943603516,"PosZ":8.053647994995117,"RotY":105.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-327.0,"PosY":-29.427310943603516,"PosZ":5.053647994995117,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":105.0,"PosX":-327.0,"PosY":-29.427310943603516,"PosZ":8.053647994995117,"NPCMonsterID":1002040,"EventID":0,"groupId":78,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"79":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-307.20001220703125,"PosY":-26.89990997314453,"PosZ":7.532999992370605,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-307.20001220703125,"PosY":-26.89990997314453,"PosZ":7.532999992370605,"NPCMonsterID":1002040,"EventID":0,"groupId":79,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"80":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-316.6099853515625,"PosY":-29.32868003845215,"PosZ":2.053647041320801,"RotY":74.99999237060547,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":74.99999237060547,"PosX":-316.6099853515625,"PosY":-29.32868003845215,"PosZ":2.053647041320801,"NPCMonsterID":1002040,"EventID":0,"groupId":80,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"81":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-374.79000854492193,"PosY":-36.99995040893555,"PosZ":26.25793075561523,"RotY":104.9998016357422,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-374.79000854492193,"PosY":-36.99995040893555,"PosZ":23.25793075561523,"RotY":89.99978637695312,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":104.9998016357422,"PosX":-374.79000854492193,"PosY":-36.99995040893555,"PosZ":26.25793075561523,"NPCMonsterID":1002040,"EventID":0,"groupId":81,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"82":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-371.0,"PosY":-36.99993896484375,"PosZ":20.25793075561523,"RotY":74.99977111816406,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-371.0,"PosY":-36.99995040893555,"PosZ":26.25793075561523,"NPCMonsterID":1002040,"EventID":0,"groupId":82,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"87":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-392.0,"PosY":-29.42729949951172,"PosZ":5.0,"RotY":90.00000762939453,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"88":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-357.5,"PosY":-29.32868003845215,"PosZ":6.696349143981934,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-381.0197143554687,"PosY":-29.427310943603516,"PosZ":7.696352005004883,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-378.0197143554687,"PosY":-29.42729949951172,"PosZ":1.6963520050048828,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-375.0197143554687,"PosY":-29.427310943603516,"PosZ":7.696352005004883,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-380.1796875,"PosY":-29.427310943603516,"PosZ":7.696351051330566,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-377.23870849609375,"PosY":-29.42729949951172,"PosZ":1.6963529586791992,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-374.1496887207031,"PosY":-29.427310943603516,"PosZ":7.6963529586792,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-386.0197143554687,"PosY":-29.42729949951172,"PosZ":4.696352958679199,"RotY":90.00000762939453,"groupId":0}}},"89":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-364.0197143554687,"PosY":-29.42729949951172,"PosZ":6.696351051330566,"RotY":270.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-374.9999084472656,"PosY":-29.42729949951172,"PosZ":0.7501969933509827,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-375.9999084472656,"PosY":-29.42729949951172,"PosZ":0.7501980066299438,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-375.4999084472656,"PosY":-29.42729949951172,"PosZ":1.7501959800720217,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-374.0197143554687,"PosY":-29.42729949951172,"PosZ":0.6963499784469604,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-373.5197143554687,"PosY":-29.42729949951172,"PosZ":1.696347951889038,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-374.5197143554687,"PosY":-29.42729949951172,"PosZ":1.6963499784469604,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-386.0197143554687,"PosY":-29.42729949951172,"PosZ":4.696352005004883,"RotY":90.00000762939453,"groupId":0}}},"90":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-363.5,"PosY":-29.32868003845215,"PosZ":1.6963510513305664,"RotY":285.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-363.5,"PosY":-29.32868003845215,"PosZ":4.696352005004883,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":285.0,"PosX":-363.5,"PosY":-29.32868003845215,"PosZ":1.6963510513305664,"NPCMonsterID":1002040,"EventID":0,"groupId":90,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"91":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-365.75,"PosY":-29.427310943603516,"PosZ":7.696351051330566,"RotY":255.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":285.0,"PosX":-365.75,"PosY":-29.42729949951172,"PosZ":1.6963499784469604,"NPCMonsterID":1002040,"EventID":0,"groupId":91,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"92":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-439.1597900390625,"PosY":-34.51097106933594,"PosZ":4.800002098083496,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-405.0899963378906,"PosY":-34.55617904663086,"PosZ":-2.200000047683716,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-405.0899963378906,"PosY":-34.556209564208984,"PosZ":11.779999732971191,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-392.0,"PosY":-29.42729949951172,"PosZ":5.0,"RotY":90.00000762939453,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"93":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-431.3900146484375,"PosY":-34.556190490722656,"PosZ":2.7999980449676514,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-412.3900146484375,"PosY":-34.516788482666016,"PosZ":0.3199999928474426,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-415.3900146484375,"PosY":-34.516849517822266,"PosZ":9.460000038146973,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-418.3900146484375,"PosY":-34.516788482666016,"PosZ":0.31999900937080383,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-413.2300109863282,"PosY":-34.516788482666016,"PosZ":0.3199999928474426,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-416.1709899902344,"PosY":-34.516849517822266,"PosZ":9.460000038146973,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-419.260009765625,"PosY":-34.516788482666016,"PosZ":0.31999900937080383,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-407.3900146484375,"PosY":-34.556190490722656,"PosZ":4.800002098083496,"RotY":270.0,"groupId":0}}},"94":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-429.2999877929687,"PosY":-34.556190490722656,"PosZ":2.803647994995117,"RotY":90.0,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-418.3197937011718,"PosY":-34.516849517822266,"PosZ":8.74980354309082,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-417.3197937011718,"PosY":-34.516849517822266,"PosZ":8.74980354309082,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-417.8197937011718,"PosY":-34.55619812011719,"PosZ":7.749802112579346,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-419.2999877929687,"PosY":-34.516841888427734,"PosZ":8.803647994995117,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-419.7999877929687,"PosY":-34.44343948364258,"PosZ":7.803650856018067,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-418.7999877929687,"PosY":-34.55619812011719,"PosZ":7.803648948669434,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-407.2999877929687,"PosY":-34.556190490722656,"PosZ":4.80364990234375,"RotY":270.0,"groupId":0}}},"95":{"props":[],"npcs":[{"ID":400001,"PosX":-427.0299987792969,"PosY":-34.55619812011719,"PosZ":7.803647994995117,"Name":"NPC1","RotY":105.0,"NPCID":3013,"groupId":95,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"96":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-427.0299987792969,"PosY":-34.55619812011719,"PosZ":7.803647994995117,"RotY":105.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-427.0299987792969,"PosY":-34.556190490722656,"PosZ":4.803647994995117,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":105.0,"PosX":-427.0299987792969,"PosY":-34.55619812011719,"PosZ":7.803647994995117,"NPCMonsterID":1002040,"EventID":0,"groupId":96,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"97":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-504.64599609375,"PosY":-50.6431884765625,"PosZ":3.1579999923706055,"RotY":0.000043000000005122274,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-499.4599914550782,"PosY":-51.13999938964844,"PosZ":-46.66999816894531,"RotY":0.0000940000027185306,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"98":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-495.5199890136718,"PosY":-51.2453498840332,"PosZ":-40.040000915527344,"RotY":9.999999747378752e-6,"PropID":1026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Normal.json","State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_DiceConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.5199890136718,"PosY":-51.2453498840332,"PosZ":-21.040000915527344,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-500.5199890136718,"PosY":-51.2453498840332,"PosZ":-24.040000915527344,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.5199890136718,"PosY":-51.2453498840332,"PosZ":-27.040000915527344,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.5199890136718,"PosY":-51.245330810546875,"PosZ":-21.8799991607666,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-500.5199890136718,"PosY":-51.2453498840332,"PosZ":-24.820999145507812,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-494.5199890136718,"PosY":-51.2453498840332,"PosZ":-27.90999984741211,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-504.0098876953125,"PosY":-50.869991302490234,"PosZ":-16.699989318847656,"RotY":180.0,"groupId":0}}},"99":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-500.5199890136718,"PosY":-51.2453498840332,"PosZ":-34.040000915527344,"RotY":15.000009536743164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-497.5199890136718,"PosY":-51.245338439941406,"PosZ":-34.040000915527344,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":15.000009536743164,"PosX":-500.5199890136718,"PosY":-51.2453498840332,"PosZ":-34.040000915527344,"NPCMonsterID":1002040,"EventID":0,"groupId":99,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"100":{"props":[],"npcs":[{"ID":400001,"PosX":-408.2200012207031,"PosY":-39.43946838378906,"PosZ":-66.18000030517578,"Name":"NPC1","RotY":22.50676918029785,"NPCID":3013,"groupId":100,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"101":{"props":[],"npcs":[{"ID":400001,"PosX":-404.3299865722656,"PosY":-39.43946838378906,"PosZ":-67.43000030517578,"Name":"NPC1","RotY":359.46881103515625,"NPCID":3013,"groupId":101,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"102":{"props":[],"npcs":[{"ID":400001,"PosX":-400.4700012207031,"PosY":-39.43946838378906,"PosZ":-66.25,"Name":"NPC1","RotY":340.3931884765625,"NPCID":3013,"groupId":102,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"103":{"props":[],"npcs":[{"ID":400001,"PosX":-406.5499877929687,"PosY":-39.43946838378906,"PosZ":-66.62999725341797,"Name":"NPC1","RotY":13.160269737243652,"NPCID":3013,"groupId":103,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"104":{"props":[],"npcs":[{"ID":400001,"PosX":-402.0299987792969,"PosY":-39.43946838378906,"PosZ":-66.52999877929688,"Name":"NPC1","RotY":340.5067138671875,"NPCID":3013,"groupId":104,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"105":{"props":[],"npcs":[{"ID":400001,"PosX":-375.19000244140625,"PosY":-36.97999954223633,"PosZ":26.65999984741211,"Name":"NPC1","RotY":113.74590301513672,"NPCID":3013,"groupId":105,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"106":{"props":[],"npcs":[{"ID":400001,"PosX":-375.9700012207031,"PosY":-36.97999954223633,"PosZ":22.510000228881836,"Name":"NPC1","RotY":90.70796203613281,"NPCID":3013,"groupId":106,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"107":{"props":[],"npcs":[{"ID":400001,"PosX":-375.19000244140625,"PosY":-36.97999954223633,"PosZ":18.6200008392334,"Name":"NPC1","RotY":71.63227081298828,"NPCID":3013,"groupId":107,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"108":{"props":[],"npcs":[{"ID":400001,"PosX":-375.19000244140625,"PosY":-36.97999954223633,"PosZ":24.600000381469727,"Name":"NPC1","RotY":104.39939880371094,"NPCID":3013,"groupId":108,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"109":{"props":[],"npcs":[{"ID":400001,"PosX":-375.19000244140625,"PosY":-36.97999954223633,"PosZ":20.510000228881836,"Name":"NPC1","RotY":71.74579620361328,"NPCID":3013,"groupId":109,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P80211_F80211001":{"teleports":{},"group_items":{"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.1299991607666,"PosY":0.03414199873805046,"PosZ":38.20000076293945,"RotY":158.7187042236328,"PropID":1024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_DiceEquipment_Aeon.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-22.770000457763672,"PosY":0.034147001802921295,"PosZ":23.809999465942383,"Name":"NPC1","RotY":158.7187042236328,"NPCID":100,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-11.380000114440918,"PosY":0.034147001802921295,"PosZ":5.889999866485596,"RotY":305.0,"groupId":0}}}}},"P80301_F80301001":{"teleports":{},"group_items":{"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.68000030517578,"PosY":18.260000228881836,"PosZ":-82.93000030517578,"RotY":193.8354034423828,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-178.05999755859375,"PosY":-0.38999998569488525,"PosZ":-61.06999969482422,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.3300018310547,"PosY":-0.4149999916553498,"PosZ":-71.33000183105469,"RotY":270.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-169.86000061035156,"PosY":-4.599999904632568,"PosZ":-79.58000183105469,"RotY":0.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-194.5399932861328,"PosY":-0.3779999911785126,"PosZ":-69.6500015258789,"RotY":90.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.62100219726565,"PosY":-0.4000000059604645,"PosZ":-79.91999816894531,"RotY":180.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":16.71038055419922,"PosY":2.8437659740448,"PosZ":-39.694091796875,"RotY":74.99999237060547,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":40.47999954223633,"PosY":3.4704020023345947,"PosZ":-32.65999984741211,"RotY":225.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":21.540000915527344,"PosY":3.443763017654419,"PosZ":-38.400001525878906,"RotY":74.99999237060547,"groupId":0}}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":32.7599983215332,"PosY":3.519700050354004,"PosZ":-37.810001373291016,"RotY":285.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":31.31999969482422,"PosY":3.542423963546753,"PosZ":-32.70000076293945,"RotY":225.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":27.76198959350586,"PosY":3.44375991821289,"PosZ":-37.84299850463867,"RotY":74.99999237060547,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":27.451990127563477,"PosY":3.44375991821289,"PosZ":-38.84299850463867,"RotY":345.0,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":28.492000579833984,"PosY":3.44375991821289,"PosZ":-38.553001403808594,"RotY":165.0,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":36.13999938964844,"PosY":3.44375991821289,"PosZ":-35.88999938964844,"Name":"NPC1","RotY":270.0000915527344,"NPCID":1013,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.54000091552734,"PosY":-3.1950020790100098,"PosZ":-61.900001525878906,"RotY":70.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-88.48999786376953,"PosY":-3.1950020790100098,"PosZ":-72.47000122070312,"RotY":10.044130325317385,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-88.04000091552734,"PosY":-3.1950020790100098,"PosZ":-62.02000045776367,"RotY":134.4049072265625,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.12000274658203,"PosY":-3.1950020790100098,"PosZ":-60.77000045776367,"RotY":39.19644927978515,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.12000274658203,"PosY":-3.1950020790100098,"PosZ":-60.77000045776367,"RotY":39.19644927978515,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-77.12999725341797,"PosY":-3.1950020790100098,"PosZ":-62.119998931884766,"RotY":283.235107421875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_NPC_ChallengeEntrance.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-77.12999725341797,"PosY":-3.1950020790100098,"PosZ":-62.119998931884766,"Name":"NPC1","RotY":254.8217010498047,"NPCID":1013,"groupId":32,"IsDelete":false,"IsClientOnly":false}],"monsters":[{"ID":200001,"RotY":234.19639587402344,"PosX":-79.12000274658203,"PosY":-3.1950020790100098,"PosZ":-60.77000045776367,"NPCMonsterID":1002040,"EventID":0,"groupId":32,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.769000053405762,"PosY":1.0394870042800903,"PosZ":-83.05272674560547,"RotY":2.3632891178131104,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.079999923706056,"PosY":1.0394870042800903,"PosZ":-63.189998626708984,"RotY":351.5303039550781,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.427000045776367,"PosY":1.0394870042800903,"PosZ":-70.85199737548828,"RotY":357.4479064941406,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.88400077819824,"PosY":1.0394870042800903,"PosZ":-76.05400085449219,"RotY":91.89151000976562,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.549999237060547,"PosY":1.0394870042800903,"PosZ":-69.98999786376953,"RotY":52.05855941772461,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.709999084472656,"PosY":1.0394870042800903,"PosZ":-58.31999969482422,"RotY":169.6156005859375,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.15999984741211,"PosY":1.0394870042800903,"PosZ":-72.68000030517578,"RotY":353.1693115234375,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-15.859999656677246,"PosY":1.0394829511642456,"PosZ":-53.42473983764648,"RotY":164.99989318847656,"groupId":0}}},"43":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.010000228881836,"PosY":1.0394870042800903,"PosZ":-75.5637435913086,"RotY":-0.00003600000127335079,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.010000228881836,"PosY":1.0394870042800903,"PosZ":-75.5637435913086,"RotY":345.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":-0.00003600000127335079,"PosX":-11.0,"PosY":1.0394870042800903,"PosZ":-75.5637435913086,"NPCMonsterID":1002040,"EventID":0,"groupId":43,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.520000457763672,"PosY":1.0394870042800903,"PosZ":-74.04100036621094,"RotY":0.000012000000424450263,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":-0.00003600000127335079,"PosX":-11.0,"PosY":1.0394870042800903,"PosZ":-74.0,"NPCMonsterID":1002040,"EventID":0,"groupId":44,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"45":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.86779022216797,"PosY":-1.4658310413360596,"PosZ":-59.44260025024414,"RotY":45.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.760108947753906,"PosY":-1.145148992538452,"PosZ":-56.77299880981445,"RotY":90.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.369998931884766,"PosY":-1.544260025024414,"PosZ":-72.53399658203125,"RotY":181.32330322265625,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.38199996948242,"PosY":-1.0212490558624268,"PosZ":-67.23500061035156,"RotY":294.46038818359375,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.939998626708984,"PosY":-1.4580039978027344,"PosZ":-58.45000076293945,"RotY":34.43967819213867,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.400001525878906,"PosY":-1.544260025024414,"PosZ":-70.69999694824219,"RotY":178.81309509277344,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.77299880981445,"PosY":-1.0212490558624268,"PosZ":-68.28800201416016,"RotY":295.9258117675781,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.87799835205078,"PosY":-1.4579999446868896,"PosZ":-57.000999450683594,"RotY":34.29948043823242,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-43.0,"PosY":-1.544260025024414,"PosZ":-77.12000274658203,"RotY":345.0,"groupId":0}}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.397830963134766,"PosY":-1.2711509466171265,"PosZ":-49.99346923828125,"RotY":105.16179656982422,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.397830963134766,"PosY":-1.2711509466171265,"PosZ":-49.99346923828125,"RotY":105.16179656982422,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":105.16179656982422,"PosX":-53.397830963134766,"PosY":-1.2711509466171265,"PosZ":-49.99346923828125,"NPCMonsterID":1002040,"EventID":0,"groupId":47,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.209999084472656,"PosY":-1.544260025024414,"PosZ":-59.470001220703125,"RotY":157.533203125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":157.533203125,"PosX":-47.209999084472656,"PosY":-1.544260025024414,"PosZ":-59.470001220703125,"NPCMonsterID":1002040,"EventID":0,"groupId":48,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"53":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.87000274658203,"PosY":18.663999557495117,"PosZ":-77.41999816894531,"RotY":20.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.98999786376953,"PosY":18.663999557495117,"PosZ":-68.9800033569336,"RotY":340.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"54":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.619998931884766,"PosY":18.94202995300293,"PosZ":-71.16999816894531,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.790000915527344,"PosY":18.94202995300293,"PosZ":-70.23999786376953,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.790000915527344,"PosY":18.942039489746097,"PosZ":-76.23999786376953,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.790000915527344,"PosY":18.94202995300293,"PosZ":-70.23999786376953,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.61000061035156,"PosY":18.94202995300293,"PosZ":-70.23999786376953,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.66899871826172,"PosY":18.942039489746097,"PosZ":-76.23999786376953,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.58000183105469,"PosY":18.94202995300293,"PosZ":-70.23999786376953,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-61.619998931884766,"PosY":18.94202995300293,"PosZ":-73.23999786376953,"RotY":90.00000762939453,"groupId":0}}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.426998138427734,"PosY":18.611230850219727,"PosZ":-76.10199737548828,"RotY":285.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.426998138427734,"PosY":18.611230850219727,"PosZ":-73.10199737548828,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":267.4888916015625,"PosX":-40.4900016784668,"PosY":18.611230850219727,"PosZ":-72.91999816894531,"NPCMonsterID":1002040,"EventID":0,"groupId":56,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"85":{"props":[],"npcs":[{"ID":400002,"PosX":34.926998138427734,"PosY":3.44375991821289,"PosZ":-32.698001861572266,"Name":"NPC2","RotY":254.0738067626953,"NPCID":1007,"groupId":85,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"87":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.00309753417967,"PosY":2.769700050354004,"PosZ":-50.49900817871094,"RotY":296.5,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.8802032470703,"PosY":2.819581985473633,"PosZ":-42.54998016357422,"RotY":116.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.87249755859375,"PosY":2.819581985473633,"PosZ":-49.2581901550293,"RotY":116.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.510498046875,"PosY":2.819581985473633,"PosZ":-45.227169036865234,"RotY":116.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.44529724121094,"PosY":2.7697339057922363,"PosZ":-41.77096176147461,"RotY":116.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.49049377441406,"PosY":2.819581985473633,"PosZ":-48.45283889770508,"RotY":116.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-127.04889678955078,"PosY":2.819582939147949,"PosZ":-44.46154022216797,"RotY":116.5,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-139.00999450683594,"PosY":2.769697904586792,"PosZ":-41.849998474121094,"RotY":116.5,"groupId":0}}},"89":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-124.23979949951172,"PosY":2.7696990966796875,"PosZ":-52.56636047363281,"RotY":311.5,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.90119934082033,"PosY":2.7696990966796875,"PosZ":-49.881561279296875,"RotY":296.5,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":311.5,"PosX":-124.23979949951172,"PosY":2.7696990966796875,"PosZ":-52.56636047363281,"NPCMonsterID":1002040,"EventID":0,"groupId":89,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"90":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.49000549316406,"PosY":2.9930450916290283,"PosZ":-47.040000915527344,"RotY":311.5,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":311.5,"PosX":-130.49000549316406,"PosY":2.9930450916290283,"PosZ":-47.040000915527344,"NPCMonsterID":1002040,"EventID":0,"groupId":90,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P80301_F80301002":{"teleports":{},"group_items":{"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-205.2599945068359,"PosY":2.96636700630188,"PosZ":-87.80999755859375,"RotY":90.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-203.29299926757812,"PosY":2.96636700630188,"PosZ":-89.84600067138672,"RotY":90.0,"PropID":60004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-203.29299926757812,"PosY":2.96636700630188,"PosZ":-87.84600067138672,"RotY":90.0,"PropID":60005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-203.29299926757812,"PosY":2.96636700630188,"PosZ":-85.41000366210938,"RotY":90.0,"PropID":60006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_TreasureBox_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.27999877929688,"PosY":-0.11522799730300903,"PosZ":-71.86000061035156,"RotY":89.9999771118164,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.97999572753906,"PosY":-0.04612800106406212,"PosZ":-73.27300262451172,"RotY":90.0,"PropID":913,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvAreaReady.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EntranceBlockLine_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-200.3999938964844,"PosY":2.96636700630188,"PosZ":-87.84600067138672,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvTransform.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-135.3300018310547,"PosY":-0.11522799730300903,"PosZ":-73.2699966430664,"RotY":270.0,"groupId":0}}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.11000061035156,"PosY":-0.16269199550151825,"PosZ":-76.13999938964844,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-154.0800018310547,"PosY":-0.16269299387931824,"PosZ":-77.75,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-153.24000549316406,"PosY":-0.16268399357795715,"PosZ":-61.54999923706055,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.32000732421875,"PosY":-0.16268399357795715,"PosZ":-62.63999938964844,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-151.47000122070312,"PosY":-0.16268399357795715,"PosZ":-62.720001220703125,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-151.52000427246094,"PosY":-4.3888840675354,"PosZ":-95.0199966430664,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-158.77999877929688,"PosY":-4.388885021209717,"PosZ":-92.83000183105469,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-171.02999877929688,"PosY":-4.388881206512451,"PosZ":-87.16000366210938,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-168.74000549316406,"PosY":-4.382682800292969,"PosZ":-64.8499984741211,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-172.57000732421875,"PosY":-4.382681846618652,"PosZ":-58.79999923706055,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-171.85800170898438,"PosY":-4.382681846618652,"PosZ":-60.44599914550781,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.3699951171875,"PosY":-7.671679019927979,"PosZ":-73.5,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.85000610351565,"PosY":-7.671679973602294,"PosZ":-77.83999633789062,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.9499969482422,"PosY":-7.671679973602294,"PosZ":-76.37000274658203,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-199.1300048828125,"PosY":-4.171411037445068,"PosZ":-85.29000091552734,"RotY":45.579071044921875,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-203.3999938964844,"PosY":-4.171411037445068,"PosZ":-83.79000091552734,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-206.1269989013672,"PosY":-4.171410083770752,"PosZ":-90.57795715332033,"RotY":54.5531005859375,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-202.2899932861328,"PosY":-4.154541015625,"PosZ":-92.19999694824219,"RotY":6.097068786621094,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-206.22000122070312,"PosY":-0.17768000066280365,"PosZ":-70.73999786376953,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-211.7400054931641,"PosY":-0.17767800390720367,"PosZ":-68.48999786376953,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-187.55999755859375,"PosY":-0.1538430005311966,"PosZ":-95.55000305175781,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.85299682617188,"PosY":-0.17768099904060364,"PosZ":-71.35099792480469,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.8300018310547,"PosY":-0.17768199741840365,"PosZ":-72.95999908447266,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-171.6300048828125,"PosY":-0.17768099904060364,"PosZ":-67.2300033569336,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":-171.64300537109375,"PosY":-0.17768099904060364,"PosZ":-65.62000274658203,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.6699981689453,"PosY":-0.15384599566459656,"PosZ":-87.38999938964844,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-185.66000366210935,"PosY":-0.15384599566459656,"PosZ":-91.94000244140624,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-198.7100067138672,"PosY":-4.171410083770752,"PosZ":-91.0199966430664,"RotY":139.1125030517578,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.07080078125,"PosY":-0.17768099904060364,"PosZ":-69.12999725341797,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-183.72000122070312,"PosY":-7.671681880950928,"PosZ":-94.69000244140624,"RotY":0.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.3300018310547,"PosY":-0.11522799730300903,"PosZ":-73.2699966430664,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvDesAreaMark.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P80302_F80302001":{"teleports":{},"group_items":{"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":186.77000427246097,"PosY":33.02035140991211,"PosZ":-148.3000030517578,"RotY":340.4248962402344,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":173.95530700683594,"PosY":28.44074058532715,"PosZ":-124.13999938964844,"RotY":90.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"69":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":188.60000610351565,"PosY":28.416099548339844,"PosZ":-127.02999877929688,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":185.5399932861328,"PosY":28.421310424804688,"PosZ":-122.69000244140624,"RotY":116.33670043945312,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_NPC_ChallengeEntrance.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":185.5399932861328,"PosY":28.38913917541504,"PosZ":-122.69000244140624,"Name":"NPC1","RotY":164.552001953125,"NPCID":1013,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"monsters":[{"ID":200001,"RotY":195.0,"PosX":188.60000610351565,"PosY":28.416099548339844,"PosZ":-127.02999877929688,"NPCMonsterID":1002040,"EventID":0,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"70":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":129.44000244140625,"PosY":46.61476135253906,"PosZ":-38.61000061035156,"RotY":351.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":127.1999969482422,"PosY":46.65884017944336,"PosZ":-5.079999923706055,"RotY":347.0799865722656,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"71":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":129.11000061035156,"PosY":46.6411018371582,"PosZ":-11.949999809265137,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":126.51000213623048,"PosY":46.61616897583008,"PosZ":-32.7400016784668,"RotY":15.0,"groupId":0}}},"72":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":134.11000061035156,"PosY":46.6262092590332,"PosZ":-23.950000762939453,"RotY":210.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":126.11000061035156,"PosY":46.6262092590332,"PosZ":-23.950000762939453,"RotY":150.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":132.36300659179688,"PosY":46.6262092590332,"PosZ":-29.06100082397461,"RotY":120.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":133.2689971923828,"PosY":46.6262092590332,"PosZ":-29.479999542236328,"RotY":120.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":133.19400024414065,"PosY":46.6262092590332,"PosZ":-28.507999420166016,"RotY":120.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":128.3300018310547,"PosY":46.6262092590332,"PosZ":-18.59000015258789,"Name":"NPC1","RotY":199.3401031494141,"NPCID":1007,"groupId":72,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":101.10299682617188,"PosY":58.82537078857422,"PosZ":-85.11499786376953,"RotY":150.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":133.3300018310547,"PosY":58.92327117919922,"PosZ":-145.02999877929688,"RotY":150.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"74":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":129.72000122070312,"PosY":59.02920913696289,"PosZ":-134.91000366210938,"RotY":330.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":115.44000244140624,"PosY":58.98456954956055,"PosZ":-115.58999633789064,"RotY":150.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":105.53389739990234,"PosY":58.98456954956055,"PosZ":-100.35980224609376,"RotY":150.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":117.08999633789064,"PosY":58.984580993652344,"PosZ":-107.2300033569336,"RotY":150.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":115.86000061035156,"PosY":58.99095916748047,"PosZ":-116.31749725341795,"RotY":150.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":105.92430114746094,"PosY":58.98456954956055,"PosZ":-101.03610229492188,"RotY":150.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":117.52500152587892,"PosY":58.984580993652344,"PosZ":-107.98349761962892,"RotY":150.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":103.37000274658205,"PosY":58.98455810546875,"PosZ":-90.61000061035156,"RotY":150.0,"groupId":0}}},"75":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":123.29000091552734,"PosY":59.02919006347656,"PosZ":-131.1199951171875,"RotY":345.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":125.88809967041016,"PosY":59.02919006347656,"PosZ":-129.6199951171875,"RotY":330.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":345.0,"PosX":123.29000091552734,"PosY":59.02919006347656,"PosZ":-131.1199951171875,"NPCMonsterID":1002040,"EventID":0,"groupId":75,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"76":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":110.76000213623048,"PosY":59.00809097290039,"PosZ":-108.88999938964844,"RotY":315.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":110.76000213623048,"PosY":59.00809097290039,"PosZ":-108.88999938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":76,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"77":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":122.44000244140624,"PosY":59.02619934082031,"PosZ":-117.63999938964844,"RotY":315.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":315.0,"PosX":122.44000244140624,"PosY":59.02619934082031,"PosZ":-117.63999938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":77,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"78":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":233.80999755859375,"PosY":45.28681182861328,"PosZ":-89.69999694824219,"RotY":15.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":208.7599945068359,"PosY":46.59772872924805,"PosZ":-62.27000045776367,"RotY":75.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"79":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":232.61000061035156,"PosY":45.26504135131836,"PosZ":-76.4800033569336,"RotY":30.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":242.8180999755859,"PosY":45.26504135131836,"PosZ":-60.46012878417969,"RotY":210.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":236.1219024658203,"PosY":45.26504135131836,"PosZ":-60.05820083618164,"RotY":210.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":239.8180999755859,"PosY":45.26504135131836,"PosZ":-65.65628051757812,"RotY":210.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":242.39810180664065,"PosY":45.26504135131836,"PosZ":-61.187591552734375,"RotY":210.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":235.7313995361328,"PosY":45.26504135131836,"PosZ":-60.73456954956055,"RotY":210.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":239.3831024169922,"PosY":45.26504135131836,"PosZ":-66.40972137451172,"RotY":210.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":242.72000122070312,"PosY":45.26502990722656,"PosZ":-54.630001068115234,"RotY":210.0,"groupId":0}}},"80":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":231.1219024658203,"PosY":45.26504135131836,"PosZ":-68.71846008300781,"RotY":45.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":233.72000122070312,"PosY":45.26504135131836,"PosZ":-70.21846008300781,"RotY":30.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":45.0,"PosX":231.1219024658203,"PosY":45.26504135131836,"PosZ":-68.71846008300781,"NPCMonsterID":1002040,"EventID":0,"groupId":80,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"81":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":237.5861968994141,"PosY":45.26504135131836,"PosZ":-70.44999694824219,"RotY":14.999990463256836,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":16.682119369506836,"PosX":237.47000122070312,"PosY":45.26504135131836,"PosZ":-70.40399932861328,"NPCMonsterID":1002040,"EventID":0,"groupId":81,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"82":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":154.13400268554688,"PosY":35.372859954833984,"PosZ":-95.72798919677734,"RotY":60.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":154.78399658203125,"PosY":30.578340530395508,"PosZ":-110.7699966430664,"RotY":0.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"83":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":163.57000732421875,"PosY":32.45056915283203,"PosZ":-104.47000122070312,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":152.11019897460938,"PosY":32.441280364990234,"PosZ":-105.35990142822266,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":147.17059326171875,"PosY":32.46614074707031,"PosZ":-106.46929931640624,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":150.1697998046875,"PosY":32.39591979980469,"PosZ":-100.47000122070312,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":152.95010375976565,"PosY":32.424198150634766,"PosZ":-105.35990142822266,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":147.9508056640625,"PosY":32.444671630859375,"PosZ":-106.47000122070312,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":151.039794921875,"PosY":32.38032913208008,"PosZ":-100.47000122070312,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":139.57000732421875,"PosY":32.43326950073242,"PosZ":-103.47000122070312,"RotY":90.00000762939453,"groupId":0}}},"84":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":157.97999572753906,"PosY":32.44437026977539,"PosZ":-99.62999725341797,"RotY":255.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":157.97999572753906,"PosY":32.44437026977539,"PosZ":-99.62999725341797,"RotY":255.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":255.0,"PosX":157.97999572753906,"PosY":32.44437026977539,"PosZ":-99.62999725341797,"NPCMonsterID":1002040,"EventID":0,"groupId":84,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"85":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":248.02699279785156,"PosY":52.561248779296875,"PosZ":-172.55299377441406,"RotY":44.9999885559082,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"86":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":271.04998779296875,"PosY":52.553009033203125,"PosZ":-147.97999572753906,"RotY":225.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":260.2550048828125,"PosY":52.54425048828125,"PosZ":-157.9149932861328,"RotY":25.340579986572266,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":265.85400390625,"PosY":52.55281829833984,"PosZ":-159.27130126953125,"RotY":44.9999885559082,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":262.55999755859375,"PosY":52.544708251953125,"PosZ":-151.72999572753906,"RotY":44.9999885559082,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":260.5820007324219,"PosY":52.54426956176758,"PosZ":-157.19400024414065,"RotY":25.340579986572266,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":266.40618896484375,"PosY":52.55582046508789,"PosZ":-158.71910095214844,"RotY":44.9999885559082,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":263.1752014160156,"PosY":52.54475021362305,"PosZ":-151.11480712890625,"RotY":44.9999885559082,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":254.85499572753903,"PosY":52.632301330566406,"PosZ":-165.72500610351565,"RotY":44.9999885559082,"groupId":0},"2":{"ID":2,"PosX":271.7799987792969,"PosY":53.970001220703125,"PosZ":-152.69000244140625,"RotY":351.7095947265625,"groupId":0}}},"87":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":267.5828857421875,"PosY":52.544921875,"PosZ":-152.99710083007812,"RotY":225.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":240.0,"PosX":269.7041931152344,"PosY":52.54484939575195,"PosZ":-155.11839294433594,"NPCMonsterID":1002040,"EventID":0,"groupId":87,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"88":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":129.44000244140625,"PosY":46.616840362548835,"PosZ":-38.61000061035156,"RotY":351.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":141.72999572753906,"PosY":46.299598693847656,"PosZ":-71.02999877929688,"RotY":80.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"89":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":127.52999877929688,"PosY":46.7168083190918,"PosZ":-78.53848266601562,"RotY":9.999999747378752e-6,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":128.52999877929688,"PosY":46.570220947265625,"PosZ":-59.53847885131836,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":122.52999877929688,"PosY":46.570220947265625,"PosZ":-62.53847885131836,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":128.52999877929688,"PosY":46.570220947265625,"PosZ":-65.53848266601562,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":128.52999877929688,"PosY":46.570220947265625,"PosZ":-60.37847900390625,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":122.52999877929688,"PosY":46.570220947265625,"PosZ":-63.319480895996094,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":128.52999877929688,"PosY":46.570220947265625,"PosZ":-66.40849304199219,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":125.52999877929688,"PosY":46.570220947265625,"PosZ":-54.53847885131836,"RotY":180.0,"groupId":0}}},"90":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":122.9800033569336,"PosY":46.7168083190918,"PosZ":-73.08999633789062,"RotY":225.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":15.750590324401855,"PosX":122.9800033569336,"PosY":46.56072998046875,"PosZ":-73.08999633789062,"NPCMonsterID":1002040,"EventID":0,"groupId":90,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P80302_F80302002":{"teleports":{},"group_items":{"2":{"props":[{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":135.10899353027344,"PosY":50.63899993896485,"PosZ":-125.26599884033205,"RotY":328.4480895996094,"PropID":301004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_ElevatorMat_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":135.1199951171875,"PosY":28.899999618530273,"PosZ":-125.26000213623048,"RotY":0.0,"PropID":101007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Locked","Elevator1","Elevator2","Elevator3"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Lift_03_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":135.1199951171875,"PosY":28.079999923706055,"PosZ":-125.26000213623048,"RotY":0.0,"PropID":301005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_ElevatorBase_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":135.1199951171875,"PosY":28.899999618530273,"PosZ":-125.26000213623048,"RotY":60.0,"groupId":0}}},"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":132.41000366210938,"PosY":28.438949584960938,"PosZ":-121.68000030517578,"RotY":150.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":136.82699584960938,"PosY":28.703659057617188,"PosZ":-114.14199829101564,"RotY":99.99999237060547,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":173.94000244140625,"PosY":28.43835067749023,"PosZ":-123.37999725341795,"RotY":99.99999237060547,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":130.58799743652344,"PosY":38.375999450683594,"PosZ":-92.11399841308594,"RotY":90.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":133.5,"PosY":38.150169372558594,"PosZ":-92.8499984741211,"RotY":90.0,"PropID":60104,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":133.49600219726565,"PosY":38.273578643798835,"PosZ":-90.54200744628906,"RotY":90.0,"PropID":60105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":132.03500366210938,"PosY":38.301490783691406,"PosZ":-91.6719970703125,"RotY":90.0,"PropID":60106,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":136.69200134277344,"PosY":28.638999938964844,"PosZ":-126.16600036621094,"RotY":300.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":138.22999572753906,"PosY":28.39756965637207,"PosZ":-123.47000122070312,"RotY":60.0,"PropID":913,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvAreaReady.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EntranceBlockLine_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":137.58999633789065,"PosY":37.77647018432618,"PosZ":-92.8499984741211,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvTransform.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":135.1199951171875,"PosY":28.899999618530273,"PosZ":-125.26000213623048,"RotY":60.0,"groupId":0}}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":147.49000549316406,"PosY":28.571130752563477,"PosZ":-118.56999969482422,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":150.05740356445312,"PosY":28.360410690307617,"PosZ":-127.7113037109375,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":153.13999938964844,"PosY":28.352659225463867,"PosZ":-127.62999725341795,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":142.8699951171875,"PosY":28.526939392089844,"PosZ":-117.59999847412108,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":148.67999267578125,"PosY":28.58584976196289,"PosZ":-118.62000274658205,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":158.6999969482422,"PosY":28.560619354248047,"PosZ":-133.22000122070312,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":166.60000610351565,"PosY":28.35807991027832,"PosZ":-128.13999938964844,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":171.88999938964844,"PosY":28.463329315185547,"PosZ":-120.4499969482422,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":170.8699951171875,"PosY":28.49251937866211,"PosZ":-118.88999938964844,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":167.25230407714844,"PosY":32.712730407714844,"PosZ":-98.42970275878906,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":169.00759887695312,"PosY":32.56251907348633,"PosZ":-100.99430084228516,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":170.32000732421875,"PosY":32.40277862548828,"PosZ":-107.69010162353516,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":169.94000244140625,"PosY":32.48920822143555,"PosZ":-109.20010375976564,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":171.30999755859375,"PosY":32.47283172607422,"PosZ":-108.56009674072266,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":158.89999389648438,"PosY":32.46364974975586,"PosZ":-98.9000015258789,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":135.8000030517578,"PosY":32.4740104675293,"PosZ":-103.73999786376952,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":136.89999389648438,"PosY":32.45338821411133,"PosZ":-102.37000274658205,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":162.231201171875,"PosY":35.560829162597656,"PosZ":-92.75469207763672,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":157.41799926757812,"PosY":35.49164962768555,"PosZ":-91.13543701171876,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":154.29859924316406,"PosY":35.59952926635742,"PosZ":-91.17204284667967,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":143.19000244140625,"PosY":32.422889709472656,"PosZ":-98.36000061035156,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":136.3300018310547,"PosY":32.45655059814453,"PosZ":-105.29000091552734,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":160.19000244140625,"PosY":28.547870635986328,"PosZ":-132.67999267578125,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":171.8699951171875,"PosY":28.428979873657227,"PosZ":-119.36000061035156,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":149.82000732421875,"PosY":32.40182876586914,"PosZ":-103.04000091552734,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":153.8040008544922,"PosY":29.316499710083008,"PosZ":-115.38999938964844,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":164.5,"PosY":32.47882080078125,"PosZ":-109.45010375976564,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":161.8000030517578,"PosY":32.414371490478516,"PosZ":-106.26000213623048,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":159.1217041015625,"PosY":28.628490447998047,"PosZ":-119.10310363769533,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":169.79220581054688,"PosY":32.99248123168945,"PosZ":-97.3572998046875,"RotY":0.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":135.1199951171875,"PosY":28.899999618530273,"PosZ":-125.26000213623048,"RotY":60.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvDesAreaMark.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P80303_F80303001":{"teleports":{},"group_items":{"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":86.16021728515625,"PosY":2.072000026702881,"PosZ":-94.13709259033203,"RotY":89.46034240722656,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":115.16999816894533,"PosY":2.072000026702881,"PosZ":-96.0199966430664,"RotY":269.46038818359375,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":96.47000122070312,"PosY":2.072000026702881,"PosZ":-90.16999816894531,"RotY":89.46034240722656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":104.9530029296875,"PosY":2.072000026702881,"PosZ":-96.86499786376953,"RotY":89.46034240722656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":104.58000183105467,"PosY":2.072000026702881,"PosZ":-90.88999938964844,"RotY":89.46034240722656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":97.36000061035156,"PosY":2.072000026702881,"PosZ":-89.66999816894531,"RotY":89.46034240722656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":105.43000030517578,"PosY":2.072000026702881,"PosZ":-97.80999755859376,"RotY":89.46034240722656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":105.697998046875,"PosY":2.072000026702881,"PosZ":-91.27400207519531,"RotY":89.46034240722656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":91.16000366210938,"PosY":2.072000026702881,"PosZ":-93.48999786376953,"RotY":89.46034240722656,"groupId":0}}},"8":{"props":[],"npcs":[{"ID":400001,"PosX":110.31999969482422,"PosY":2.072000026702881,"PosZ":-91.77999877929688,"Name":"NPC1","RotY":245.3318023681641,"NPCID":3013,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.630000114440918,"PosY":-0.9301350116729736,"PosZ":-166.82179260253906,"RotY":180.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.430009841918944,"PosY":1.0073610544204712,"PosZ":-183.13999938964844,"RotY":0.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":16.040000915527344,"PosY":1.0073610544204712,"PosZ":-187.69000244140625,"RotY":0.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":14.470000267028809,"PosY":1.0073590278625488,"PosZ":-172.8300018310547,"RotY":0.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":26.981000900268555,"PosY":1.0073579549789429,"PosZ":-168.5,"RotY":270.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":19.219999313354492,"PosY":1.0073599815368652,"PosZ":-179.2899932861328,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":2.0172200202941895,"PosY":1.0073590278625488,"PosZ":-173.61480712890625,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.033775806427002,"PosY":1.0073599815368652,"PosZ":-180.2082977294922,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":4.152163028717041,"PosY":1.0073599815368652,"PosZ":-180.3726043701172,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":2.857218980789185,"PosY":1.0073590278625488,"PosZ":-173.61480712890625,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.252779006958008,"PosY":1.0073599815368652,"PosZ":-180.2082977294922,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":5.02216100692749,"PosY":1.0073599815368652,"PosZ":-180.3726043701172,"RotY":90.00000762939453,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-11.829999923706056,"PosY":1.0073599815368652,"PosZ":-177.2899932861328,"RotY":90.00000762939453,"groupId":0}}},"24":{"props":[],"npcs":[{"ID":400001,"PosX":6.510000228881836,"PosY":1.0073590278625488,"PosZ":-175.07000732421875,"Name":"NPC1","RotY":243.15809631347656,"NPCID":3013,"groupId":24,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.43000030517578,"PosY":-3.0,"PosZ":-94.08000183105469,"RotY":269.8794860839844,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.89999008178711,"PosY":-3.0000579357147217,"PosZ":-85.57401275634764,"RotY":162.08250427246094,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.961570739746094,"PosY":-3.0109729766845703,"PosZ":-105.22930145263672,"RotY":342.0824890136719,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.849689483642575,"PosY":-2.9024770259857178,"PosZ":-99.67312622070312,"RotY":342.0824890136719,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.88999938964844,"PosY":-3.009999990463257,"PosZ":-100.77999877929688,"RotY":342.0824890136719,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.220001220703125,"PosY":-3.010925054550171,"PosZ":-104.43000030517578,"RotY":342.0824890136719,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.08996963500977,"PosY":-2.9024770259857178,"PosZ":-98.93002319335938,"RotY":342.0824890136719,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.15764999389648,"PosY":-3.0099499225616455,"PosZ":-99.95218658447266,"RotY":342.0824890136719,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-27.559999465942383,"PosY":-3.00006103515625,"PosZ":-108.41000366210938,"RotY":342.0824890136719,"groupId":0}}},"29":{"props":[],"npcs":[{"ID":400001,"PosX":-30.010000228881836,"PosY":-2.990000009536743,"PosZ":-93.5999984741211,"Name":"NPC1","RotY":175.414306640625,"NPCID":3013,"groupId":29,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.950000762939453,"PosY":-0.9848440289497375,"PosZ":-205.05999755859375,"RotY":330.0000915527344,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.459999084472656,"PosY":-0.984844982624054,"PosZ":-198.27000427246097,"RotY":90.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.200000762939453,"PosY":-0.9848440289497375,"PosZ":-199.7599945068359,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.63999938964844,"PosY":-0.984844982624054,"PosZ":-193.27000427246097,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.810001373291016,"PosY":-0.9848440289497375,"PosZ":-198.5800018310547,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.220001220703125,"PosY":-0.9848440289497375,"PosZ":-198.72999572753903,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.42100143432617,"PosY":-0.984844982624054,"PosZ":-193.27000427246097,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.68000030517578,"PosY":-0.9848440289497375,"PosZ":-198.5800018310547,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-23.459999084472656,"PosY":-0.9848440289497375,"PosZ":-196.27000427246097,"RotY":270.0,"groupId":0}}},"35":{"props":[],"npcs":[{"ID":400001,"PosX":-41.58000183105469,"PosY":-0.9848440289497375,"PosZ":-194.17999267578125,"Name":"NPC1","RotY":105.0,"NPCID":3013,"groupId":35,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.91010284423828,"PosY":-0.9580199718475343,"PosZ":-169.11000061035156,"RotY":270.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"45":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-121.91000366210938,"PosY":-0.9580199718475343,"PosZ":-171.11000061035156,"RotY":90.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-99.91000366210938,"PosY":-0.9360989928245544,"PosZ":-169.11000061035156,"RotY":270.0,"groupId":0}}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.56999969482422,"PosY":-0.9360989928245544,"PosZ":-166.25999450683594,"RotY":120.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.38999938964844,"PosY":-0.9360989928245544,"PosZ":-171.6999969482422,"RotY":60.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.79900360107422,"PosY":-0.9360989928245544,"PosZ":-166.85699462890625,"RotY":30.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.37999725341795,"PosY":-0.9360989928245544,"PosZ":-165.9510040283203,"RotY":30.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-105.35199737548828,"PosY":-0.9360989928245544,"PosZ":-166.0260009765625,"RotY":30.0,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-115.4800033569336,"PosY":-0.9360989928245544,"PosZ":-167.19000244140625,"Name":"NPC1","RotY":105.00009918212892,"NPCID":1013,"groupId":46,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"47":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.91010284423828,"PosY":-0.9580199718475343,"PosZ":-169.11000061035156,"RotY":270.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.29907798767089844,"PosY":-0.9494109749794006,"PosZ":-159.23199462890625,"RotY":0.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":1.5800000429153442,"PosY":-3.0000240802764893,"PosZ":-120.70200347900392,"RotY":0.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"61":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.2990829944610596,"PosY":-1.7459650039672852,"PosZ":-154.23199462890625,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.684067964553833,"PosY":-3.0000569820404053,"PosZ":-131.85679626464844,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":2.774807929992676,"PosY":-3.0000600814819336,"PosZ":-132.08839416503906,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":2.040260076522827,"PosY":-2.9621009826660156,"PosZ":-133.32009887695312,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":4.108325004577637,"PosY":-3.0000510215759277,"PosZ":-130.25010681152344,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.469775915145874,"PosY":-3.0000669956207275,"PosZ":-135.26609802246094,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.069749116897583,"PosY":-2.962100028991699,"PosZ":-133.4700927734375,"RotY":0.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.29997000098228455,"PosY":-3.000019073486328,"PosZ":-125.08000183105467,"RotY":180.0,"groupId":0}}},"62":{"props":[],"npcs":[{"ID":400001,"PosX":1.9700000286102295,"PosY":-3.000019073486328,"PosZ":-143.41000366210938,"Name":"NPC1","RotY":344.9999084472656,"NPCID":3013,"groupId":62,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":1.5800000429153442,"PosY":-2.9926540851593018,"PosZ":-120.70200347900392,"RotY":0.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":23.06999969482422,"PosY":-2.9926369190216064,"PosZ":-94.2300033569336,"RotY":268.5404968261719,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"66":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.019999999552965164,"PosY":-2.792957067489624,"PosZ":-93.98999786376953,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.019999999552965164,"PosY":-2.792957067489624,"PosZ":-93.98999786376953,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.7300000190734863,"PosY":-2.792952060699463,"PosZ":-90.7699966430664,"RotY":116.91819763183594,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_NPC_ChallengeEntrance.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-2.7300000190734863,"PosY":-2.7929511070251465,"PosZ":-90.7699966430664,"Name":"NPC1","RotY":152.65020751953125,"NPCID":1013,"groupId":66,"IsDelete":false,"IsClientOnly":false}],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-0.019999999552965164,"PosY":-2.792957067489624,"PosZ":-93.98999786376953,"NPCMonsterID":1002040,"EventID":0,"groupId":66,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"77":{"props":[],"npcs":[{"ID":400002,"PosX":-114.65299987792967,"PosY":-0.9580199718475343,"PosZ":-172.177001953125,"Name":"NPC2","RotY":70.19239044189453,"NPCID":1007,"groupId":77,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P80304_F80304001":{"teleports":{},"group_items":{"94":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":22.709999084472656,"PosY":7.036217212677002,"PosZ":-108.63099670410156,"RotY":89.99996185302734,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.8999999761581421,"PosY":7.036217212677002,"PosZ":-108.61000061035156,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"96":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":10.300000190734863,"PosY":4.876643180847168,"PosZ":-129.99000549316406,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":10.300000190734863,"PosY":4.876643180847168,"PosZ":-129.99000549316406,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":14.550000190734863,"PosY":4.876644134521484,"PosZ":-133.75,"RotY":152.1490936279297,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_NPC_ChallengeEntrance.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":14.550000190734863,"PosY":4.876644134521484,"PosZ":-133.75,"Name":"NPC1","RotY":321.74969482421875,"NPCID":1013,"groupId":96,"IsDelete":false,"IsClientOnly":false}],"monsters":[{"ID":200001,"RotY":0.0,"PosX":10.300000190734863,"PosY":4.876643180847168,"PosZ":-129.99000549316406,"NPCMonsterID":1002040,"EventID":0,"groupId":96,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"98":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":56.22999954223633,"PosY":7.006399154663086,"PosZ":-100.5780029296875,"RotY":270.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":37.52000045776367,"PosY":7.006399154663086,"PosZ":-103.56800079345705,"RotY":90.00003814697266,"groupId":0}}},"99":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":46.91999816894531,"PosY":7.006399154663086,"PosZ":-108.4499969482422,"RotY":300.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":47.279998779296875,"PosY":7.006400108337402,"PosZ":-99.19000244140624,"RotY":240.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":41.94898986816406,"PosY":7.006400108337402,"PosZ":-108.22299957275392,"RotY":210.00010681152344,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":42.85499954223633,"PosY":7.006401062011719,"PosZ":-108.64199829101564,"RotY":210.00010681152344,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":42.779998779296875,"PosY":7.006400108337402,"PosZ":-107.66999816894533,"RotY":210.00010681152344,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":52.65999984741211,"PosY":7.006400108337402,"PosZ":-107.54000091552734,"Name":"NPC1","RotY":285.0000915527344,"NPCID":1013,"groupId":99,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"100":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.647509574890137,"PosY":5.235960960388184,"PosZ":-48.5,"RotY":180.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.140000343322754,"PosY":2.220521926879883,"PosZ":37.66999816894531,"RotY":180.00010681152344,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"101":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.0,"PosY":-1.1473640203475952,"PosZ":-29.749990463256836,"RotY":9.999999747378752e-6,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.86203956604004,"PosY":-1.1472619771957395,"PosZ":8.100276947021484,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.136251449584961,"PosY":-1.1473159790039065,"PosZ":-13.78660011291504,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.18000030517578,"PosY":-1.147220015525818,"PosZ":21.669960021972656,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.86203956604004,"PosY":-1.147264003753662,"PosZ":7.260289192199707,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.136255264282227,"PosY":-1.147318959236145,"PosZ":-14.56758975982666,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.18000030517578,"PosY":-1.1472229957580566,"PosZ":20.799999237060547,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-14.18000030517578,"PosY":1.9099999666213987,"PosZ":32.66999816894531,"RotY":180.0,"groupId":0}}},"102":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.0,"PosY":-1.1473480463027954,"PosZ":-23.75,"RotY":15.000009536743164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.0,"PosY":-1.1473480463027954,"PosZ":-23.75,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":15.000009536743164,"PosX":-16.0,"PosY":-1.1473480463027954,"PosZ":-23.75,"NPCMonsterID":1002040,"EventID":0,"groupId":102,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"104":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.18000030517578,"PosY":-1.1472389698028564,"PosZ":14.670000076293944,"RotY":345.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":-17.18000030517578,"PosY":-1.1472450494766235,"PosZ":14.670000076293944,"NPCMonsterID":1002040,"EventID":0,"groupId":104,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"105":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":80.72799682617188,"PosY":2.313761949539185,"PosZ":104.75,"RotY":180.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":49.323001861572266,"PosY":0.17211900651454926,"PosZ":116.72000122070312,"RotY":89.9999008178711,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"106":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":82.53700256347656,"PosY":0.12209700047969818,"PosZ":119.9499969482422,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":64.3499984741211,"PosY":2.1517341136932373,"PosZ":119.06999969482422,"RotY":89.9999008178711,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":71.3499984741211,"PosY":0.12219099700450896,"PosZ":114.18000030517578,"RotY":89.9999008178711,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":71.33998107910156,"PosY":0.12219300121068954,"PosZ":119.47000122070312,"RotY":89.9999008178711,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":65.18998718261719,"PosY":2.1517341136932373,"PosZ":119.06999969482422,"RotY":89.9999008178711,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":72.13099670410156,"PosY":0.12218499928712843,"PosZ":114.18000030517578,"RotY":89.9999008178711,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":72.20997619628906,"PosY":0.12218499928712843,"PosZ":119.47000122070312,"RotY":89.9999008178711,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":58.810001373291016,"PosY":2.1517341136932373,"PosZ":116.72000122070312,"RotY":89.9999008178711,"groupId":0}}},"107":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":76.81001281738281,"PosY":0.03999999910593033,"PosZ":117.11000061035156,"RotY":284.9999084472656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":76.81001281738281,"PosY":0.03999999910593033,"PosZ":120.11000061035156,"RotY":269.9999084472656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":273.77850341796875,"PosX":76.81999969482422,"PosY":0.03999999910593033,"PosZ":117.1999969482422,"NPCMonsterID":1002040,"EventID":0,"groupId":107,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"108":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":38.75,"PosY":9.100645065307617,"PosZ":125.75,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":4.0,"PosY":9.100729942321777,"PosZ":107.75,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"109":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":2.2499990463256836,"PosY":9.100732803344727,"PosZ":117.59329986572266,"RotY":90.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":13.919899940490724,"PosY":9.100717544555664,"PosZ":122.4998016357422,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":31.519689559936523,"PosY":9.100664138793945,"PosZ":122.59329986572266,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":28.519689559936523,"PosY":9.100672721862791,"PosZ":116.59339904785156,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":13.079899787902832,"PosY":9.100717544555664,"PosZ":122.4998016357422,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":30.738689422607425,"PosY":9.100666046142578,"PosZ":122.59339904785156,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":27.64967918395996,"PosY":9.100675582885742,"PosZ":116.59329986572266,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":39.51969146728515,"PosY":9.100640296936035,"PosZ":119.59329986572266,"RotY":270.0,"groupId":0}}},"110":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":8.250001907348633,"PosY":9.100722312927246,"PosZ":122.59329986572266,"RotY":105.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":8.250001907348633,"PosY":9.100723266601562,"PosZ":119.59339904785156,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":105.0,"PosX":8.250001907348633,"PosY":9.100722312927246,"PosZ":122.59329986572266,"NPCMonsterID":1002040,"EventID":0,"groupId":110,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"113":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":80.72799682617188,"PosY":2.313761949539185,"PosZ":104.75,"RotY":180.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":70.37000274658203,"PosY":2.383078098297119,"PosZ":74.04000091552734,"RotY":89.99992370605469,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"114":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":82.94999694824219,"PosY":2.231247901916504,"PosZ":69.01998138427734,"RotY":-0.000043000000005122274,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":74.43876647949219,"PosY":2.23128604888916,"PosZ":88.38060760498047,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":85.93721771240233,"PosY":2.2312209606170654,"PosZ":82.13752746582033,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":75.28878021240233,"PosY":2.231281995773315,"PosZ":87.97061920166016,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":74.43876647949219,"PosY":2.23128604888916,"PosZ":87.54061126708984,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":85.9372329711914,"PosY":2.231220006942749,"PosZ":81.35652160644531,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":85.05722045898438,"PosY":2.2312419414520264,"PosZ":81.72651672363281,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":79.55000305175781,"PosY":2.2312660217285156,"PosZ":97.510009765625,"RotY":180.0,"groupId":0}}},"115":{"props":[],"npcs":[{"ID":400001,"PosX":76.16001892089844,"PosY":2.2312779426574707,"PosZ":75.0199966430664,"Name":"NPC1","RotY":14.999950408935549,"NPCID":3013,"groupId":115,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"116":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.72999954223633,"PosY":0.8206639885902405,"PosZ":72.30364990234375,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.140000343322754,"PosY":2.170628070831299,"PosZ":37.66999816894531,"RotY":180.00010681152344,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":6.469998836517334,"PosY":2.220452070236206,"PosZ":46.86000061035156,"RotY":90.00010681152344,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"117":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.3099920749664307,"PosY":2.1705920696258545,"PosZ":64.36000061035156,"RotY":269.9254150390625,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":117,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.185666084289551,"PosY":2.1706089973449707,"PosZ":62.25,"RotY":269.9255065917969,"PropID":60204,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":117,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.1856689453125,"PosY":2.1706089973449707,"PosZ":61.05097961425781,"RotY":269.9255065917969,"PropID":60205,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":117,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.185667991638184,"PosY":2.1706089973449707,"PosZ":59.75,"RotY":269.9255065917969,"PropID":60206,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_TreasureBox_01.json","State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":117,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_TreasureBox_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.540870666503906,"PosY":2.1707611083984375,"PosZ":43.59272003173828,"RotY":90.0,"PropID":913,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvAreaReady.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":117,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EntranceBlockLine_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.060001373291016,"PosY":0.8206650018692015,"PosZ":39.15999984741211,"RotY":300.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":117,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.847000122070312,"PosY":2.1706290245056152,"PosZ":60.5,"RotY":89.99999237060547,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvTransform.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":117,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-66.51000213623047,"PosY":0.820667028427124,"PosZ":42.5,"RotY":90.0,"groupId":0}}},"118":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.06999969482422,"PosY":2.1706669330596924,"PosZ":54.97999954223633,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue130/Maze_RogueDLC_AdvAreaMark.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":118,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.75,"PosY":2.170762062072754,"PosZ":43.2499885559082,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":118,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.63999938964844,"PosY":2.1706840991973877,"PosZ":43.18000030517578,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":118,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.56938171386719,"PosY":2.170703887939453,"PosZ":67.37515258789062,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":118,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002050,"EventID":81312012,"groupId":118,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002059,"EventID":81312013,"groupId":118,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002050,"EventID":81312012,"groupId":118,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002050,"EventID":81312012,"groupId":118,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002050,"EventID":81312012,"groupId":118,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002050,"EventID":81312012,"groupId":118,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002050,"EventID":81312012,"groupId":118,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002059,"EventID":81312013,"groupId":118,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002050,"EventID":81312012,"groupId":118,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002050,"EventID":81312012,"groupId":118,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002050,"EventID":81312012,"groupId":118,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002050,"EventID":81312012,"groupId":118,"IsDelete":false,"IsClientOnly":false},{"ID":200014,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002050,"EventID":81312012,"groupId":118,"IsDelete":false,"IsClientOnly":false},{"ID":200015,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002050,"EventID":81312012,"groupId":118,"IsDelete":false,"IsClientOnly":false},{"ID":200016,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002050,"EventID":81312012,"groupId":118,"IsDelete":false,"IsClientOnly":false},{"ID":200017,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002050,"EventID":81312012,"groupId":118,"IsDelete":false,"IsClientOnly":false},{"ID":200018,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002050,"EventID":81312012,"groupId":118,"IsDelete":false,"IsClientOnly":false},{"ID":200019,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002050,"EventID":81312012,"groupId":118,"IsDelete":false,"IsClientOnly":false},{"ID":200020,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002059,"EventID":81312013,"groupId":118,"IsDelete":false,"IsClientOnly":false},{"ID":200021,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002059,"EventID":81312013,"groupId":118,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"119":{"props":[],"npcs":[{"ID":400002,"PosX":50.93999099731445,"PosY":7.006399154663086,"PosZ":-100.77999877929688,"Name":"NPC2","RotY":225.0,"NPCID":1007,"groupId":119,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P80305_F80305001":{"teleports":{},"group_items":{"77":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":36.49700164794922,"PosY":53.85179138183594,"PosZ":2.059999942779541,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":35.02751922607422,"PosY":53.85182189941406,"PosZ":84.25517272949219,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":69.78199768066406,"PosY":60.47237014770508,"PosZ":55.3749885559082,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"79":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":40.0099983215332,"PosY":60.35591125488281,"PosZ":42.33000183105469,"RotY":90.00000762939453,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":40.0099983215332,"PosY":60.35591125488281,"PosZ":42.33000183105469,"RotY":90.00000762939453,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":43.959999084472656,"PosY":60.35591125488281,"PosZ":45.61000061035156,"RotY":114.09030151367188,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_NPC_ChallengeEntrance.json","State":"TriggerDisable","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":43.959999084472656,"PosY":60.35591125488281,"PosZ":45.61000061035156,"Name":"NPC1","RotY":246.78919982910156,"NPCID":1013,"groupId":79,"IsDelete":false,"IsClientOnly":false}],"monsters":[{"ID":200001,"RotY":270.0,"PosX":40.0099983215332,"PosY":60.37874984741211,"PosZ":42.33000183105469,"NPCMonsterID":1002040,"EventID":0,"groupId":79,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"80":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.5,"PosY":47.8857307434082,"PosZ":19.229999542236328,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"81":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.32000732421875,"PosY":47.8857307434082,"PosZ":46.22999954223633,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-132.32000732421875,"PosY":47.8857307434082,"PosZ":24.229999542236328,"RotY":0.0,"groupId":0}}},"82":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.32000732421875,"PosY":47.8857307434082,"PosZ":34.22999954223633,"RotY":210.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-136.32000732421875,"PosY":47.8857307434082,"PosZ":34.22999954223633,"RotY":150.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.06700134277344,"PosY":47.8857307434082,"PosZ":29.118999481201172,"RotY":120.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-129.16099548339844,"PosY":47.8857307434082,"PosZ":28.700000762939453,"RotY":120.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-129.23599243164065,"PosY":47.8857307434082,"PosZ":29.67200088500977,"RotY":120.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-129.32000732421875,"PosY":47.8857307434082,"PosZ":39.22999954223633,"Name":"NPC1","RotY":195.00010681152344,"NPCID":1013,"groupId":82,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"83":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.96248626708984,"PosY":53.25568008422851,"PosZ":-20.0,"RotY":90.00000762939453,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.347679138183594,"PosY":50.00144958496094,"PosZ":4.076146125793457,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"84":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.076210021972656,"PosY":49.94956970214844,"PosZ":-28.69029998779297,"RotY":9.999999747378752e-6,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.076210021972656,"PosY":49.94956970214844,"PosZ":-5.980307102203369,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.076210021972656,"PosY":49.94956970214844,"PosZ":-8.980306625366211,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.076210021972656,"PosY":49.94956970214844,"PosZ":-11.980310440063477,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.076210021972656,"PosY":49.94956970214844,"PosZ":-6.820306777954102,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.076210021972656,"PosY":49.94956970214844,"PosZ":-9.761306762695312,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.076210021972656,"PosY":49.94956970214844,"PosZ":-12.85031032562256,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-49.076210021972656,"PosY":49.94956970214844,"PosZ":-0.9803069829940795,"RotY":180.0,"groupId":0}}},"85":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.076210021972656,"PosY":49.94956970214844,"PosZ":-22.690309524536133,"RotY":15.000009536743164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.07619857788086,"PosY":50.00144958496094,"PosZ":-22.69029998779297,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":15.000009536743164,"PosX":-52.076210021972656,"PosY":49.94956970214844,"PosZ":-22.690309524536133,"NPCMonsterID":1002040,"EventID":0,"groupId":85,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"86":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.076210021972656,"PosY":50.04597091674805,"PosZ":-18.959999084472656,"RotY":345.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":345.0,"PosX":-46.076210021972656,"PosY":50.04597091674805,"PosZ":-18.959999084472656,"NPCMonsterID":1002040,"EventID":0,"groupId":86,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"87":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":50.47999954223633,"PosY":45.9062614440918,"PosZ":-60.210750579833984,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"88":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":15.359990119934082,"PosY":43.15753173828125,"PosZ":-56.0,"RotY":90.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":34.36000061035156,"PosY":43.15473175048828,"PosZ":-57.15999984741211,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":31.360000610351562,"PosY":43.15473937988281,"PosZ":-51.15999984741211,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":28.360000610351562,"PosY":43.15901947021485,"PosZ":-57.15999984741211,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":33.52000045776367,"PosY":43.15473175048828,"PosZ":-57.15999984741211,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":30.57900047302246,"PosY":43.15473937988281,"PosZ":-51.15999984741211,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":27.489999771118164,"PosY":43.15924072265625,"PosZ":-57.15998840332031,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":39.36000061035156,"PosY":43.15473937988281,"PosZ":-54.15999984741211,"RotY":270.0,"groupId":0}}},"89":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":21.360000610351562,"PosY":43.25661087036133,"PosZ":-51.15999984741211,"RotY":105.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":21.360000610351562,"PosY":43.25661087036133,"PosZ":-51.15999984741211,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":105.0,"PosX":21.360000610351562,"PosY":43.25661087036133,"PosZ":-51.15999984741211,"NPCMonsterID":1002040,"EventID":0,"groupId":89,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"90":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.53547668457033,"PosY":53.14210891723633,"PosZ":149.07240295410156,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"91":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-89.73999786376953,"PosY":47.313419342041016,"PosZ":160.69720458984375,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.61662292480469,"PosY":47.313419342041016,"PosZ":127.43000030517578,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.76313781738281,"PosY":47.313419342041016,"PosZ":136.79620361328125,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.5128402709961,"PosY":47.31340026855469,"PosZ":130.9499969482422,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-86.0456771850586,"PosY":47.313419342041016,"PosZ":147.5919952392578,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.39762878417967,"PosY":47.313419342041016,"PosZ":133.42999267578125,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.48663330078125,"PosY":47.313419342041016,"PosZ":127.43000030517578,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-67.61662292480469,"PosY":47.313419342041016,"PosZ":130.42999267578125,"RotY":270.0,"groupId":0}}},"92":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-86.71019744873047,"PosY":47.313419342041016,"PosZ":156.36000061035156,"RotY":195.5023956298828,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-89.71009826660156,"PosY":47.313419342041016,"PosZ":156.3863067626953,"RotY":180.5023956298828,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":195.5023956298828,"PosX":-86.71019744873047,"PosY":47.313419342041016,"PosZ":156.36000061035156,"NPCMonsterID":1002040,"EventID":0,"groupId":92,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"93":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-85.61662292480469,"PosY":47.313419342041016,"PosZ":127.43000030517578,"RotY":74.99999237060547,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":74.99999237060547,"PosX":-85.61662292480469,"PosY":47.313419342041016,"PosZ":127.43000030517578,"NPCMonsterID":1002040,"EventID":0,"groupId":93,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"94":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.1177978515625,"PosY":47.31338119506836,"PosZ":144.86709594726565,"RotY":74.99999237060547,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":74.99999237060547,"PosX":-94.1177978515625,"PosY":47.31338119506836,"PosZ":144.86709594726565,"NPCMonsterID":1002040,"EventID":0,"groupId":94,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"95":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.05000305175781,"PosY":53.30561065673828,"PosZ":99.16999816894531,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"96":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-77.29000854492188,"PosY":49.98283004760742,"PosZ":66.28280639648438,"RotY":9.999999747378752e-6,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue140/Maze_Rogue140_Portal.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.29000091552734,"PosY":49.94953918457031,"PosZ":85.28280639648438,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.29000091552734,"PosY":49.94953918457031,"PosZ":82.28280639648438,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.29000091552734,"PosY":49.94953918457031,"PosZ":79.28280639648438,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.29000091552734,"PosY":49.94953918457031,"PosZ":84.44280242919922,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.29000091552734,"PosY":49.94953918457031,"PosZ":81.5018081665039,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.29000091552734,"PosY":49.94953918457031,"PosZ":78.41280364990233,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-79.29000091552734,"PosY":49.94953918457031,"PosZ":90.28280639648438,"RotY":180.0,"groupId":0}}},"97":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.29000091552734,"PosY":49.94953918457031,"PosZ":72.28280639648438,"RotY":15.000009536743164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.29000091552734,"PosY":49.94953918457031,"PosZ":72.28280639648438,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":15.000009536743164,"PosX":-82.29000091552734,"PosY":49.94953918457031,"PosZ":72.28280639648438,"NPCMonsterID":1002040,"EventID":0,"groupId":97,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"98":{"props":[],"npcs":[{"ID":400002,"PosX":-135.19000244140625,"PosY":47.8857307434082,"PosZ":38.47999954223633,"Name":"NPC2","RotY":160.6656036376953,"NPCID":1007,"groupId":98,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P80400_F80400001":{"teleports":{},"group_items":{"3":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-0.06856399774551392,"PosY":-15.883580207824709,"PosZ":-266.51019287109375,"NPCMonsterID":1002040,"EventID":0,"groupId":3,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.30299949645996,"PosY":-15.92506980895996,"PosZ":-260.010009765625,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":31.125,"PosY":-15.925060272216797,"PosZ":-259.9200134277344,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":5.0,"PosY":-15.91508960723877,"PosZ":-267.4599914550781,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":15.0,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":5.0,"PosY":0.0,"PosZ":13.0,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":7.760000228881835,"PosY":2.8437659740448,"PosZ":-106.72000122070312,"RotY":75.0000228881836,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_Rogue_ReviveMachine_02.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":10.0,"RotY":0.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.0,"PosY":0.0,"PosZ":19.0,"RotY":0.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.0,"PosY":0.0,"PosZ":19.0,"RotY":0.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.0,"PosY":0.0,"PosZ":19.0,"RotY":0.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":0.0,"PosY":1.1720000505447388,"PosZ":9.765000343322754,"Name":"NPC1","RotY":180.0,"NPCID":3103,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":0.0,"PosY":0.90420001745224,"PosZ":9.765000343322754,"Name":"NPC2","RotY":180.0,"NPCID":3104,"groupId":5,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":0.0,"PosY":0.6359999775886536,"PosZ":9.765000343322754,"Name":"NPC3","RotY":180.0,"NPCID":3105,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":1.9999999949504854e-6,"PosY":-16.85761070251465,"PosZ":-290.4599914550781,"RotY":0.0,"groupId":0}}},"6":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":0.0,"PosY":-15.883580207824709,"PosZ":-270.4599914550781,"NPCMonsterID":1002040,"EventID":99999011,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.29600524902344,"PosY":25.08700942993164,"PosZ":-196.9199981689453,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.97000122070312,"PosY":22.07699966430664,"PosZ":-196.5249938964844,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.17099761962892,"PosY":22.07699966430664,"PosZ":-171.5330047607422,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.77000427246094,"PosY":22.09769058227539,"PosZ":-201.7393035888672,"RotY":0.00007200000254670158,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.77000427246094,"PosY":22.096750259399418,"PosZ":-196.7393035888672,"RotY":0.00007200000254670158,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.77000427246094,"PosY":22.097789764404297,"PosZ":-191.7393035888672,"RotY":0.00007200000254670158,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.7699966430664,"PosY":22.098480224609375,"PosZ":-200.7393035888672,"RotY":60.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.61000061035156,"PosY":22.142210006713867,"PosZ":-192.7393035888672,"RotY":90.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.2699966430664,"PosY":22.124120712280273,"PosZ":-193.53919982910156,"RotY":90.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.7699966430664,"PosY":22.142210006713867,"PosZ":-192.7393035888672,"RotY":90.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":10.0,"RotY":0.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-122.7699966430664,"PosY":22.10424041748047,"PosZ":-193.7393035888672,"Name":"NPC1","RotY":105.00009918212892,"NPCID":1013,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":0.0,"PosY":0.90420001745224,"PosZ":9.765000343322754,"Name":"NPC2","RotY":180.0,"NPCID":3104,"groupId":8,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":0.0,"PosY":0.6359999775886536,"PosZ":9.765000343322754,"Name":"NPC3","RotY":180.0,"NPCID":3105,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-107.7699966430664,"PosY":22.098310470581055,"PosZ":-196.7393035888672,"RotY":270.0,"groupId":0}}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":87.23999786376953,"PosY":22.090009689331055,"PosZ":-197.04800415039065,"RotY":90.00000762939453,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":143.4429931640625,"PosY":25.10000991821289,"PosZ":-196.67999267578125,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":110.31400299072266,"PosY":22.079999923706055,"PosZ":-222.75,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":107.01000213623048,"PosY":22.103050231933594,"PosZ":-200.72000122070312,"RotY":270.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":106.66999816894533,"PosY":22.137039184570312,"PosZ":-199.9199981689453,"RotY":270.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":106.16999816894533,"PosY":22.103050231933594,"PosZ":-200.72000122070312,"RotY":270.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":106.66999816894533,"PosY":22.13705062866211,"PosZ":-193.91000366210935,"RotY":240.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":110.66999816894533,"PosY":22.103050231933594,"PosZ":-191.91000366210935,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":112.66999816894533,"PosY":22.11153030395508,"PosZ":-196.91000366210935,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":110.66999816894533,"PosY":22.103050231933594,"PosZ":-201.91000366210935,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":107.66999816894533,"PosY":22.11153030395508,"PosZ":-196.91000366210935,"RotY":90.00000762939453,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":107.43499755859376,"PosY":23.02033042907715,"PosZ":-196.91000366210935,"Name":"NPC1","RotY":270.0,"NPCID":3103,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":107.43499755859376,"PosY":22.75252914428711,"PosZ":-196.91000366210935,"Name":"NPC2","RotY":270.0,"NPCID":3104,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":97.66999816894531,"PosY":22.103050231933594,"PosZ":-196.91000366210935,"RotY":90.00000762939453,"groupId":0}}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":107.01000213623048,"PosY":22.103050231933594,"PosZ":-200.72000122070312,"RotY":270.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":106.66999816894533,"PosY":22.137039184570312,"PosZ":-199.9199981689453,"RotY":270.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":106.16999816894533,"PosY":22.103050231933594,"PosZ":-200.72000122070312,"RotY":270.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":106.66999816894533,"PosY":22.13705062866211,"PosZ":-193.91000366210935,"RotY":240.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":110.66999816894533,"PosY":22.103050231933594,"PosZ":-191.91000366210935,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":112.66999816894533,"PosY":22.11153030395508,"PosZ":-196.91000366210935,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":110.66999816894533,"PosY":22.103050231933594,"PosZ":-201.91000366210935,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":107.66999816894533,"PosY":22.11153030395508,"PosZ":-196.91000366210935,"RotY":90.00000762939453,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":107.43499755859376,"PosY":23.28352928161621,"PosZ":-196.91000366210935,"Name":"NPC1","RotY":270.0,"NPCID":3103,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":107.43499755859376,"PosY":23.015729904174805,"PosZ":-196.91000366210935,"Name":"NPC2","RotY":270.0,"NPCID":3104,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":107.43499755859376,"PosY":22.747529983520508,"PosZ":-196.91000366210935,"Name":"NPC3","RotY":270.0,"NPCID":3105,"groupId":14,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":97.66999816894531,"PosY":22.103050231933594,"PosZ":-196.91000366210935,"RotY":90.00000762939453,"groupId":0}}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":75.42001342773438,"PosY":22.09000015258789,"PosZ":-258.0799865722656,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":74.8550033569336,"PosY":22.09000015258789,"PosZ":-204.6199951171875,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"17":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":77.70500183105469,"PosY":22.09000015258789,"PosZ":-235.13999938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":17,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"18":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":73.70500183105469,"PosY":22.09000015258789,"PosZ":-235.13999938964844,"NPCMonsterID":1002040,"EventID":1,"groupId":18,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"19":{"props":[],"npcs":[{"ID":400001,"PosX":72.70500183105469,"PosY":22.09000015258789,"PosZ":-236.139892578125,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"20":{"props":[],"npcs":[{"ID":400001,"PosX":78.70500183105469,"PosY":22.09000015258789,"PosZ":-236.13999938964844,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"21":{"props":[],"npcs":[{"ID":400001,"PosX":75.70500183105469,"PosY":22.09000015258789,"PosZ":-237.13999938964844,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"22":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":77.70500183105469,"PosY":22.09000015258789,"PosZ":-235.13999938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"23":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":73.70500183105469,"PosY":22.09000015258789,"PosZ":-235.13999938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":23,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"24":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":75.70500183105469,"PosY":22.09000015258789,"PosZ":-237.13999938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":24,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":79.4800033569336,"PosY":22.10000991821289,"PosZ":-240.13999938964844,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":74.4800033569336,"PosY":22.09000015258789,"PosZ":-242.13999938964844,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":69.4800033569336,"PosY":22.09000015258789,"PosZ":-240.13999938964844,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":79.70500183105469,"PosY":22.09000015258789,"PosZ":-231.0099945068359,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":78.90499877929688,"PosY":22.09000015258789,"PosZ":-230.63999938964844,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":79.70500183105469,"PosY":22.09000015258789,"PosZ":-230.13999938964844,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":72.36000061035156,"PosY":22.09000015258789,"PosZ":-223.97999572753903,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":73.16000366210938,"PosY":22.09000015258789,"PosZ":-223.63999938964844,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":72.36000061035156,"PosY":22.09000015258789,"PosZ":-223.13999938964844,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":74.68800354003906,"PosY":22.09480094909668,"PosZ":-228.13999938964844,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.0,"PosY":0.0,"PosZ":11.0,"RotY":0.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":79.70500183105469,"PosY":22.09000015258789,"PosZ":-228.13999938964844,"Name":"SpecialNpc","RotY":345.0,"NPCID":1013,"groupId":25,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":75.70500183105469,"PosY":22.09000015258789,"PosZ":-217.13999938964844,"RotY":180.0,"groupId":0}}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.66600036621094,"PosY":28.031890869140625,"PosZ":-40.869998931884766,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.38999938964844,"PosY":28.031890869140625,"PosZ":-24.719999313354492,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-151.52000427246094,"PosY":28.031890869140625,"PosZ":-24.719999313354492,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-143.75,"PosY":28.031890869140625,"PosZ":-37.49700164794922,"RotY":90.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-143.41000366210938,"PosY":28.031890869140625,"PosZ":-38.297000885009766,"RotY":90.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.91000366210938,"PosY":28.031890869140625,"PosZ":-37.49700164794922,"RotY":90.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-143.41000366210938,"PosY":28.33159065246582,"PosZ":-44.30699920654297,"RotY":60.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.41000366210938,"PosY":28.32489013671875,"PosZ":-46.30699920654297,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.41000366210938,"PosY":28.031890869140625,"PosZ":-41.30699920654297,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.41000366210938,"PosY":28.031890869140625,"PosZ":-36.30699920654297,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.41000366210938,"PosY":28.031890869140625,"PosZ":-41.30699920654297,"RotY":270.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-144.1750030517578,"PosY":28.940689086914062,"PosZ":-41.30699920654297,"Name":"NPC1","RotY":90.0,"NPCID":3103,"groupId":27,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-144.1750030517578,"PosY":28.672889709472656,"PosZ":-41.30699920654297,"Name":"NPC2","RotY":90.0,"NPCID":3104,"groupId":27,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-134.41000366210938,"PosY":28.031890869140625,"PosZ":-41.30699920654297,"RotY":270.0,"groupId":0}}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-143.75,"PosY":28.031890869140625,"PosZ":-37.49700164794922,"RotY":90.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-143.41000366210938,"PosY":28.031890869140625,"PosZ":-38.297000885009766,"RotY":90.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.91000366210938,"PosY":28.031890869140625,"PosZ":-37.49700164794922,"RotY":90.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-143.41000366210938,"PosY":28.33159065246582,"PosZ":-44.30699920654297,"RotY":60.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.41000366210938,"PosY":28.32489013671875,"PosZ":-46.30699920654297,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.41000366210938,"PosY":28.031890869140625,"PosZ":-41.30699920654297,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.41000366210938,"PosY":28.031890869140625,"PosZ":-36.30699920654297,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.41000366210938,"PosY":28.031890869140625,"PosZ":-41.30699920654297,"RotY":270.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-144.1750030517578,"PosY":29.20388984680176,"PosZ":-41.30699920654297,"Name":"NPC1","RotY":90.0,"NPCID":3103,"groupId":28,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-144.1750030517578,"PosY":28.93609046936035,"PosZ":-41.30699920654297,"Name":"NPC2","RotY":90.0,"NPCID":3104,"groupId":28,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-144.1750030517578,"PosY":28.667890548706055,"PosZ":-41.30699920654297,"Name":"NPC3","RotY":90.0,"NPCID":3105,"groupId":28,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-134.41000366210938,"PosY":28.031890869140625,"PosZ":-41.30699920654297,"RotY":270.0,"groupId":0}}},"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":46.220001220703125,"PosY":-16.918149948120117,"PosZ":-259.9100036621094,"RotY":90.00000762939453,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":48.97999954223633,"PosY":-26.6200008392334,"PosZ":-254.52999877929688,"RotY":90.00000762939453,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":76.9800033569336,"PosY":-14.918149948120115,"PosZ":-252.2100067138672,"RotY":180.00010681152344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":78.9800033569336,"PosY":-14.918149948120115,"PosZ":-257.2099914550781,"RotY":180.00010681152344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":76.9800033569336,"PosY":-16.918149948120117,"PosZ":-262.2099914550781,"RotY":180.00010681152344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":67.85001373291016,"PosY":-16.918149948120117,"PosZ":-253.2100067138672,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":67.4800033569336,"PosY":-16.918149948120117,"PosZ":-254.0099945068359,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":66.9800033569336,"PosY":-16.918149948120117,"PosZ":-253.2100067138672,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":60.81999969482422,"PosY":-16.918149948120117,"PosZ":-261.2099914550781,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":60.47999954223633,"PosY":-16.918149948120117,"PosZ":-260.4100036621094,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":59.97999954223633,"PosY":-16.918149948120117,"PosZ":-261.2099914550781,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":64.9800033569336,"PosY":-16.918149948120117,"PosZ":-261.2099914550781,"RotY":90.00000762939453,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.0,"PosY":0.0,"PosZ":11.0,"RotY":0.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":64.9800033569336,"PosY":-16.918149948120117,"PosZ":-253.2100067138672,"Name":"SpecialNpc","RotY":240.0,"NPCID":1013,"groupId":30,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":53.97999954223633,"PosY":-16.918149948120117,"PosZ":-259.1400146484375,"RotY":90.00000762939453,"groupId":0}}},"31":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":71.9800033569336,"PosY":-16.918149948120117,"PosZ":-255.2100067138672,"NPCMonsterID":1002040,"EventID":0,"groupId":31,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"32":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":71.9800033569336,"PosY":-16.918149948120117,"PosZ":-259.2099914550781,"NPCMonsterID":1002040,"EventID":1,"groupId":32,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"33":{"props":[],"npcs":[{"ID":400001,"PosX":72.9800033569336,"PosY":-16.918149948120117,"PosZ":-260.2099914550781,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":33,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"34":{"props":[],"npcs":[{"ID":400001,"PosX":72.9800033569336,"PosY":-16.918149948120117,"PosZ":-254.2100067138672,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":34,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"35":{"props":[],"npcs":[{"ID":400001,"PosX":73.9800033569336,"PosY":-16.918149948120117,"PosZ":-257.2099914550781,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":35,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"36":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":71.9800033569336,"PosY":-16.918149948120117,"PosZ":-255.2100067138672,"NPCMonsterID":1002040,"EventID":0,"groupId":36,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"37":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":71.9800033569336,"PosY":-16.918149948120117,"PosZ":-259.2099914550781,"NPCMonsterID":1002040,"EventID":0,"groupId":37,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"38":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":73.9800033569336,"PosY":-16.918149948120117,"PosZ":-257.2099914550781,"NPCMonsterID":1002040,"EventID":0,"groupId":38,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":28.050020217895508,"PosZ":-52.709999084472656,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":28.050020217895508,"PosZ":-50.93000030517578,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"60":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":23.050020217895508,"PosZ":-88.989990234375,"RotY":180.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":28.050060272216797,"PosZ":-90.9900131225586,"RotY":180.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.5010986328125,"PosY":33.050079345703125,"PosZ":-88.9900131225586,"RotY":180.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":24.050020217895508,"PosZ":-79.86000061035156,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":24.850019454956055,"PosZ":-79.48999786376953,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":24.050020217895508,"PosZ":-78.98999786376953,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":32.050018310546875,"PosZ":-72.82998657226562,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":31.250019073486328,"PosZ":-72.48999786376953,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":32.050018310546875,"PosZ":-71.98999786376953,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":32.050018310546875,"PosZ":-76.98999786376953,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.0,"PosY":0.0,"PosZ":11.0,"RotY":0.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-161.50100708007812,"PosY":24.050020217895508,"PosZ":-76.98999786376953,"Name":"SpecialNpc","RotY":345.0,"NPCID":1013,"groupId":60,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-161.50100708007812,"PosY":28.050020217895508,"PosZ":-65.98999786376953,"RotY":180.0,"groupId":0}}},"61":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-161.50100708007812,"PosY":26.050020217895508,"PosZ":-83.98999786376953,"NPCMonsterID":1002040,"EventID":0,"groupId":61,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"62":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-161.50100708007812,"PosY":30.050020217895508,"PosZ":-83.98999786376953,"NPCMonsterID":1002040,"EventID":1,"groupId":62,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"63":{"props":[],"npcs":[{"ID":400001,"PosX":-161.50100708007812,"PosY":31.050020217895508,"PosZ":-84.98999786376953,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"64":{"props":[],"npcs":[{"ID":400001,"PosX":-161.50100708007812,"PosY":25.050020217895508,"PosZ":-84.98999786376953,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":64,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"65":{"props":[],"npcs":[{"ID":400001,"PosX":-161.50100708007812,"PosY":28.050020217895508,"PosZ":-85.98999786376953,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":65,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"66":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-161.50100708007812,"PosY":26.050020217895508,"PosZ":-83.98999786376953,"NPCMonsterID":1002040,"EventID":0,"groupId":66,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"67":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-161.50100708007812,"PosY":30.050020217895508,"PosZ":-83.98999786376953,"NPCMonsterID":1002040,"EventID":0,"groupId":67,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"68":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-161.50100708007812,"PosY":28.050020217895508,"PosZ":-85.98999786376953,"NPCMonsterID":1002040,"EventID":0,"groupId":68,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"69":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.52670288085938,"PosY":25.139989852905273,"PosZ":-52.220001220703125,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.52999877929688,"PosY":25.13999938964844,"PosZ":-46.9900016784668,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"70":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.5009994506836,"PosY":30.140079498291016,"PosZ":-90.08999633789062,"RotY":180.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.5009994506836,"PosY":25.140100479125977,"PosZ":-92.08999633789062,"RotY":180.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.5009994506836,"PosY":20.139989852905273,"PosZ":-90.08999633789062,"RotY":180.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.52670288085938,"PosY":29.139989852905273,"PosZ":-80.95999908447266,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.52670288085938,"PosY":28.339990615844727,"PosZ":-80.58999633789062,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.52670288085938,"PosY":29.139989852905273,"PosZ":-80.08999633789062,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.52660369873048,"PosY":21.139989852905273,"PosZ":-73.20999908447266,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.52660369873048,"PosY":21.939979553222656,"PosZ":-72.87000274658203,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.52660369873048,"PosY":21.139989852905273,"PosZ":-72.37000274658203,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.52660369873048,"PosY":21.139989852905273,"PosZ":-78.08999633789062,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.0,"PosY":0.0,"PosZ":11.0,"RotY":0.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-119.52670288085938,"PosY":29.139989852905273,"PosZ":-78.08999633789062,"Name":"SpecialNpc","RotY":345.0,"NPCID":1013,"groupId":70,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-119.52670288085938,"PosY":25.139989852905273,"PosZ":-67.08999633789062,"RotY":180.0,"groupId":0}}},"71":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-119.52670288085938,"PosY":27.139989852905273,"PosZ":-85.08999633789062,"NPCMonsterID":1002040,"EventID":0,"groupId":71,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"72":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-119.52660369873048,"PosY":23.13998031616211,"PosZ":-85.08999633789062,"NPCMonsterID":1002040,"EventID":1,"groupId":72,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"73":{"props":[],"npcs":[{"ID":400001,"PosX":-119.52660369873048,"PosY":22.13998031616211,"PosZ":-86.08999633789062,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":73,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"74":{"props":[],"npcs":[{"ID":400001,"PosX":-119.52670288085938,"PosY":28.139989852905273,"PosZ":-86.08999633789062,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":74,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"75":{"props":[],"npcs":[{"ID":400001,"PosX":-119.52670288085938,"PosY":25.139989852905273,"PosZ":-87.08999633789062,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":75,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"76":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-119.52670288085938,"PosY":27.139989852905273,"PosZ":-85.08999633789062,"NPCMonsterID":1002040,"EventID":0,"groupId":76,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"77":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-119.52660369873048,"PosY":23.13998031616211,"PosZ":-85.08999633789062,"NPCMonsterID":1002040,"EventID":0,"groupId":77,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"78":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-119.52670288085938,"PosY":25.139989852905273,"PosZ":-87.08999633789062,"NPCMonsterID":1002040,"EventID":0,"groupId":78,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"79":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":146.27999877929688,"PosY":46.70484924316406,"PosZ":-295.1700134277344,"RotY":-4.999999873689376e-6,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":146.27999877929688,"PosY":46.70484924316406,"PosZ":-283.0249938964844,"RotY":-4.999999873689376e-6,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"80":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":151.27999877929688,"PosY":47.04999923706055,"PosZ":-255.0249938964844,"RotY":-4.999999873689376e-6,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":146.27999877929688,"PosY":47.04600143432618,"PosZ":-253.0249938964844,"RotY":-4.999999873689376e-6,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":141.27999877929688,"PosY":47.04999923706055,"PosZ":-255.0249938964844,"RotY":-4.999999873689376e-6,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":150.27999877929688,"PosY":47.04999923706055,"PosZ":-264.1549987792969,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":149.47999572753906,"PosY":47.04999923706055,"PosZ":-264.5249938964844,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":150.27999877929688,"PosY":47.04999923706055,"PosZ":-265.0249938964844,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":142.27999877929688,"PosY":47.04999923706055,"PosZ":-271.18499755859375,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":143.0800018310547,"PosY":47.04999923706055,"PosZ":-271.5249938964844,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":142.27999877929688,"PosY":47.04999923706055,"PosZ":-272.0249938964844,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":142.27999877929688,"PosY":47.04999923706055,"PosZ":-267.0249938964844,"RotY":-4.999999873689376e-6,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.0,"PosY":0.0,"PosZ":11.0,"RotY":0.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":150.27999877929688,"PosY":47.04999923706055,"PosZ":-267.0249938964844,"Name":"SpecialNpc","RotY":345.0,"NPCID":1013,"groupId":80,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":146.27999877929688,"PosY":47.04600143432618,"PosZ":-278.0249938964844,"RotY":-4.999999873689376e-6,"groupId":0}}},"81":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":148.27999877929688,"PosY":47.045989990234375,"PosZ":-260.0249938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":81,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"82":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":144.27999877929688,"PosY":47.04600143432618,"PosZ":-260.0249938964844,"NPCMonsterID":1002040,"EventID":1,"groupId":82,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"83":{"props":[],"npcs":[{"ID":400001,"PosX":143.27999877929688,"PosY":47.03160095214844,"PosZ":-259.0249938964844,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":83,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"84":{"props":[],"npcs":[{"ID":400001,"PosX":149.27999877929688,"PosY":47.03160095214844,"PosZ":-259.0249938964844,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":84,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"85":{"props":[],"npcs":[{"ID":400001,"PosX":146.27999877929688,"PosY":47.04600143432618,"PosZ":-258.0249938964844,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":85,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"86":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":148.27999877929688,"PosY":47.045989990234375,"PosZ":-260.0249938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":86,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"87":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":144.27999877929688,"PosY":47.04600143432618,"PosZ":-260.0249938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":87,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"88":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":146.27999877929688,"PosY":47.04600143432618,"PosZ":-258.0249938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":88,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"89":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":40.61001968383789,"PosZ":-247.47999572753903,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":40.61001968383789,"PosZ":-247.47999572753903,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"90":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":44.11000061035156,"PosZ":-275.4800109863281,"RotY":180.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":40.610069274902344,"PosZ":-277.4800109863281,"RotY":180.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":167.20010375976565,"PosY":36.61006164550781,"PosZ":-275.4800109863281,"RotY":180.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":44.610198974609375,"PosZ":-266.3500061035156,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":43.810211181640625,"PosZ":-265.9800109863281,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":44.610210418701165,"PosZ":-265.4800109863281,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":36.6102294921875,"PosZ":-259.32000732421875,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":37.41022109985352,"PosZ":-258.9800109863281,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":167.20010375976565,"PosY":36.610210418701165,"PosZ":-258.4798889160156,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":36.61001968383789,"PosZ":-263.4800109863281,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.0,"PosY":0.0,"PosZ":11.0,"RotY":0.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":167.1999969482422,"PosY":44.61001968383789,"PosZ":-263.4800109863281,"Name":"SpecialNpc","RotY":345.0,"NPCID":1013,"groupId":90,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":167.1999969482422,"PosY":40.610050201416016,"PosZ":-252.47999572753903,"RotY":180.0,"groupId":0}}},"91":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":167.1999969482422,"PosY":42.61001968383789,"PosZ":-270.4800109863281,"NPCMonsterID":1002040,"EventID":0,"groupId":91,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"92":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":167.1999969482422,"PosY":38.61001968383789,"PosZ":-270.4800109863281,"NPCMonsterID":1002040,"EventID":1,"groupId":92,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"93":{"props":[],"npcs":[{"ID":400001,"PosX":167.1999969482422,"PosY":37.61001968383789,"PosZ":-271.4800109863281,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":93,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"94":{"props":[],"npcs":[{"ID":400001,"PosX":167.1999969482422,"PosY":43.61001968383789,"PosZ":-271.4800109863281,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":94,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"95":{"props":[],"npcs":[{"ID":400001,"PosX":167.1999969482422,"PosY":40.61001968383789,"PosZ":-272.4800109863281,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":95,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"96":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":167.1999969482422,"PosY":42.61001968383789,"PosZ":-270.4800109863281,"NPCMonsterID":1002040,"EventID":0,"groupId":96,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"97":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":167.1999969482422,"PosY":38.61001968383789,"PosZ":-270.4800109863281,"NPCMonsterID":1002040,"EventID":0,"groupId":97,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"98":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":167.1999969482422,"PosY":40.61001968383789,"PosZ":-272.4800109863281,"NPCMonsterID":1002040,"EventID":0,"groupId":98,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P80401_F80401001":{"teleports":{},"group_items":{"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.030000686645508,"PosY":-15.92506980895996,"PosZ":-260.1510009765625,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":31.489980697631836,"PosY":-15.925060272216797,"PosZ":-260.1510009765625,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.009999999776482582,"PosY":-15.91508960723877,"PosZ":-265.4800109863281,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":15.0,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":5.0,"PosY":0.0,"PosZ":13.0,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":7.760000228881835,"PosY":2.8437659740448,"PosZ":-106.72000122070312,"RotY":75.0000228881836,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_Rogue_ReviveMachine_02.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":10.0,"RotY":0.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.0,"PosY":0.0,"PosZ":19.0,"RotY":0.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.0,"PosY":0.0,"PosZ":19.0,"RotY":0.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.0,"PosY":0.0,"PosZ":19.0,"RotY":0.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":0.0,"PosY":1.1720000505447388,"PosZ":9.765000343322754,"Name":"NPC1","RotY":180.0,"NPCID":3103,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":0.0,"PosY":0.90420001745224,"PosZ":9.765000343322754,"Name":"NPC2","RotY":180.0,"NPCID":3104,"groupId":7,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":0.0,"PosY":0.6359999775886536,"PosZ":9.765000343322754,"Name":"NPC3","RotY":180.0,"NPCID":3105,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.010003999806940556,"PosY":-16.85761070251465,"PosZ":-290.4800109863281,"RotY":0.0,"groupId":0}}},"8":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":0.009999999776482582,"PosY":-15.883580207824709,"PosZ":-270.4800109863281,"NPCMonsterID":1002040,"EventID":99999011,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"74":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.30299949645996,"PosY":-15.92506980895996,"PosZ":-260.010009765625,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":31.125,"PosY":-15.925060272216797,"PosZ":-259.9200134277344,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"75":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.5,"PosY":-15.91508960723877,"PosZ":-266.8800048828125,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":-15.91508960723877,"PosZ":-263.8800048828125,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":3.5,"PosY":-15.91508960723877,"PosZ":-266.8800048828125,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.947000026702881,"PosY":-15.91508960723877,"PosZ":-276.7950134277344,"RotY":165.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_Rogue_ReviveMachine_02.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":4.052999019622803,"PosY":-15.91508960723877,"PosZ":-276.7950134277344,"RotY":15.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.0,"PosY":-15.883580207824709,"PosZ":-272.010009765625,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":-15.883580207824709,"PosZ":-272.010009765625,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":1.9900000095367432,"PosY":-15.883580207824709,"PosZ":-272.010009765625,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":3.990000009536743,"PosY":-15.279000282287598,"PosZ":-277.0299987792969,"Name":"NPC1","RotY":195.0,"NPCID":3103,"groupId":75,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":3.990000009536743,"PosY":-15.005999565124512,"PosZ":-277.0299987792969,"Name":"NPC2","RotY":195.0,"NPCID":3104,"groupId":75,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":3.990000009536743,"PosY":-14.732999801635742,"PosZ":-277.0299987792969,"Name":"NPC3","RotY":195.0,"NPCID":3105,"groupId":75,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":1.9999999949504854e-6,"PosY":-16.85761070251465,"PosZ":-290.4599914550781,"RotY":0.0,"groupId":0}}},"76":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":0.0,"PosY":-15.883580207824709,"PosZ":-274.5199890136719,"NPCMonsterID":1002040,"EventID":0,"groupId":76,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"77":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.29600524902344,"PosY":25.08700942993164,"PosZ":-196.9199981689453,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.97000122070312,"PosY":8.460000038146973,"PosZ":-196.5249938964844,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.17099761962892,"PosY":22.07699966430664,"PosZ":-219.63999938964844,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"78":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.10000610351565,"PosY":22.096750259399418,"PosZ":-200.2393035888672,"RotY":0.00007200000254670158,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.10000610351565,"PosY":22.096750259399418,"PosZ":-196.7393035888672,"RotY":0.00007200000254670158,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.10000610351565,"PosY":22.096750259399418,"PosZ":-193.2393035888672,"RotY":0.00007200000254670158,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.7699966430664,"PosY":22.098480224609375,"PosZ":-200.7393035888672,"RotY":60.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.61000061035156,"PosY":22.142210006713867,"PosZ":-192.7393035888672,"RotY":90.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.2699966430664,"PosY":22.124120712280273,"PosZ":-193.53919982910156,"RotY":90.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.7699966430664,"PosY":22.142210006713867,"PosZ":-192.7393035888672,"RotY":90.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.08399963378906,"PosY":22.096750259399418,"PosZ":-196.7393035888672,"RotY":270.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-124.84999847412108,"PosY":22.729999542236328,"PosZ":-196.74400329589844,"Name":"NPC1","RotY":105.00009918212892,"NPCID":3103,"groupId":78,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-124.84999847412108,"PosY":23.003000259399418,"PosZ":-196.74400329589844,"Name":"NPC2","RotY":90.0,"NPCID":3104,"groupId":78,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-124.84999847412108,"PosY":23.275999069213867,"PosZ":-196.74400329589844,"Name":"NPC3","RotY":90.0,"NPCID":3105,"groupId":78,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-107.7699966430664,"PosY":22.098310470581055,"PosZ":-196.7393035888672,"RotY":270.0,"groupId":0}}},"79":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":87.23999786376953,"PosY":22.090009689331055,"PosZ":-197.04800415039065,"RotY":90.00000762939453,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":143.4429931640625,"PosY":25.10000991821289,"PosZ":-196.67999267578125,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":110.31400299072266,"PosY":22.079999923706055,"PosZ":-222.75,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"80":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":107.01000213623048,"PosY":22.103050231933594,"PosZ":-200.72000122070312,"RotY":270.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":106.66999816894533,"PosY":22.137039184570312,"PosZ":-199.9199981689453,"RotY":270.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":106.16999816894533,"PosY":22.103050231933594,"PosZ":-200.72000122070312,"RotY":270.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":106.66999816894533,"PosY":22.13705062866211,"PosZ":-193.91000366210935,"RotY":240.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":110.66999816894533,"PosY":22.103050231933594,"PosZ":-191.91000366210935,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":112.66999816894533,"PosY":22.11153030395508,"PosZ":-196.91000366210935,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":110.66999816894533,"PosY":22.103050231933594,"PosZ":-201.91000366210935,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":107.66999816894533,"PosY":22.11153030395508,"PosZ":-196.91000366210935,"RotY":90.00000762939453,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":107.43499755859376,"PosY":23.02033042907715,"PosZ":-196.91000366210935,"Name":"NPC1","RotY":270.0,"NPCID":3103,"groupId":80,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":107.43499755859376,"PosY":22.75252914428711,"PosZ":-196.91000366210935,"Name":"NPC2","RotY":270.0,"NPCID":3104,"groupId":80,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":97.66999816894531,"PosY":22.103050231933594,"PosZ":-196.91000366210935,"RotY":90.00000762939453,"groupId":0}}},"81":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":107.01000213623048,"PosY":22.103050231933594,"PosZ":-200.72000122070312,"RotY":270.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":106.66999816894533,"PosY":22.137039184570312,"PosZ":-199.9199981689453,"RotY":270.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":106.16999816894533,"PosY":22.103050231933594,"PosZ":-200.72000122070312,"RotY":270.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":106.66999816894533,"PosY":22.13705062866211,"PosZ":-193.91000366210935,"RotY":240.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":110.66999816894533,"PosY":22.103050231933594,"PosZ":-191.91000366210935,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":112.66999816894533,"PosY":22.11153030395508,"PosZ":-196.91000366210935,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":110.66999816894533,"PosY":22.103050231933594,"PosZ":-201.91000366210935,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":107.66999816894533,"PosY":22.11153030395508,"PosZ":-196.91000366210935,"RotY":90.00000762939453,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":107.43499755859376,"PosY":23.28352928161621,"PosZ":-196.91000366210935,"Name":"NPC1","RotY":270.0,"NPCID":3103,"groupId":81,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":107.43499755859376,"PosY":23.015729904174805,"PosZ":-196.91000366210935,"Name":"NPC2","RotY":270.0,"NPCID":3104,"groupId":81,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":107.43499755859376,"PosY":22.747529983520508,"PosZ":-196.91000366210935,"Name":"NPC3","RotY":270.0,"NPCID":3105,"groupId":81,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":97.66999816894531,"PosY":22.103050231933594,"PosZ":-196.91000366210935,"RotY":90.00000762939453,"groupId":0}}},"82":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":75.42001342773438,"PosY":22.09000015258789,"PosZ":-258.0799865722656,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":74.8550033569336,"PosY":22.09000015258789,"PosZ":-204.6199951171875,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"83":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":77.5199966430664,"PosY":22.09000015258789,"PosZ":-239.13999938964844,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":74.0199966430664,"PosY":22.09000015258789,"PosZ":-242.13999938964844,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":70.5199966430664,"PosY":22.09000015258789,"PosZ":-239.13999938964844,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":80.25399780273438,"PosY":22.09000015258789,"PosZ":-231.77000427246097,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":79.45398712158203,"PosY":22.09000015258789,"PosZ":-231.3999938964844,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":80.25399780273438,"PosY":22.09000015258789,"PosZ":-230.8999938964844,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":72.6719970703125,"PosY":22.09000015258789,"PosZ":-221.80999755859375,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":73.47200012207033,"PosY":22.09000015258789,"PosZ":-221.47000122070312,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":72.6719970703125,"PosY":22.09000015258789,"PosZ":-220.97000122070312,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":73.36000061035156,"PosY":22.09480094909668,"PosZ":-224.6999969482422,"RotY":0.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":79.58000183105469,"PosY":22.09000015258789,"PosZ":-223.4199981689453,"RotY":0.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":75.70500183105469,"PosY":22.09000015258789,"PosZ":-215.6999969482422,"RotY":180.0,"groupId":0}}},"84":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":77.70500183105469,"PosY":22.09000015258789,"PosZ":-235.13999938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":84,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"85":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":73.70500183105469,"PosY":22.09000015258789,"PosZ":-235.13999938964844,"NPCMonsterID":1002040,"EventID":1,"groupId":85,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"86":{"props":[],"npcs":[{"ID":400001,"PosX":71.18000030517578,"PosY":22.09000015258789,"PosZ":-235.53990173339844,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":86,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"87":{"props":[],"npcs":[{"ID":400001,"PosX":77.18000030517578,"PosY":22.09000015258789,"PosZ":-235.5399932861328,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":87,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"88":{"props":[],"npcs":[{"ID":400001,"PosX":74.18000030517578,"PosY":22.09000015258789,"PosZ":-236.5399932861328,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":88,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"89":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":76.19000244140625,"PosY":22.09000015258789,"PosZ":-235.13999938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":89,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"90":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":72.19000244140625,"PosY":22.09000015258789,"PosZ":-235.13999938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":90,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"91":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":74.19000244140625,"PosY":22.09000015258789,"PosZ":-237.13999938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":91,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"92":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.66600036621094,"PosY":28.031890869140625,"PosZ":-40.869998931884766,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.38999938964844,"PosY":28.031890869140625,"PosZ":-24.719999313354492,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-151.52000427246094,"PosY":28.031890869140625,"PosZ":-24.719999313354492,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"93":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-143.75,"PosY":28.031890869140625,"PosZ":-37.49700164794922,"RotY":90.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-143.41000366210938,"PosY":28.031890869140625,"PosZ":-38.297000885009766,"RotY":90.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.91000366210938,"PosY":28.031890869140625,"PosZ":-37.49700164794922,"RotY":90.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-143.41000366210938,"PosY":28.33159065246582,"PosZ":-44.30699920654297,"RotY":60.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.41000366210938,"PosY":28.32489013671875,"PosZ":-46.30699920654297,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.41000366210938,"PosY":28.031890869140625,"PosZ":-41.30699920654297,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.41000366210938,"PosY":28.031890869140625,"PosZ":-36.30699920654297,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.41000366210938,"PosY":28.031890869140625,"PosZ":-41.30699920654297,"RotY":270.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-144.1750030517578,"PosY":28.940689086914062,"PosZ":-41.30699920654297,"Name":"NPC1","RotY":90.0,"NPCID":3103,"groupId":93,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-144.1750030517578,"PosY":28.672889709472656,"PosZ":-41.30699920654297,"Name":"NPC2","RotY":90.0,"NPCID":3104,"groupId":93,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-134.41000366210938,"PosY":28.031890869140625,"PosZ":-41.30699920654297,"RotY":270.0,"groupId":0}}},"94":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-143.75,"PosY":28.031890869140625,"PosZ":-37.49700164794922,"RotY":90.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-143.41000366210938,"PosY":28.031890869140625,"PosZ":-38.297000885009766,"RotY":90.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.91000366210938,"PosY":28.031890869140625,"PosZ":-37.49700164794922,"RotY":90.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-143.41000366210938,"PosY":28.33159065246582,"PosZ":-44.30699920654297,"RotY":60.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.41000366210938,"PosY":28.32489013671875,"PosZ":-46.30699920654297,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.41000366210938,"PosY":28.031890869140625,"PosZ":-41.30699920654297,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.41000366210938,"PosY":28.031890869140625,"PosZ":-36.30699920654297,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.41000366210938,"PosY":28.031890869140625,"PosZ":-41.30699920654297,"RotY":270.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-144.1750030517578,"PosY":29.20388984680176,"PosZ":-41.30699920654297,"Name":"NPC1","RotY":90.0,"NPCID":3103,"groupId":94,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-144.1750030517578,"PosY":28.93609046936035,"PosZ":-41.30699920654297,"Name":"NPC2","RotY":90.0,"NPCID":3104,"groupId":94,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-144.1750030517578,"PosY":28.667890548706055,"PosZ":-41.30699920654297,"Name":"NPC3","RotY":90.0,"NPCID":3105,"groupId":94,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-134.41000366210938,"PosY":28.031890869140625,"PosZ":-41.30699920654297,"RotY":270.0,"groupId":0}}},"95":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":46.220001220703125,"PosY":-16.918149948120117,"PosZ":-259.9100036621094,"RotY":90.00000762939453,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":78.18000030517578,"PosY":-16.90999984741211,"PosZ":-238.38999938964844,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":78.22000122070312,"PosY":-16.90999984741211,"PosZ":-267.1700134277344,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"96":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":76.33000183105469,"PosY":-16.90999984741211,"PosZ":-253.7100067138672,"RotY":180.00010681152344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":79.33000183105469,"PosY":-16.90999984741211,"PosZ":-257.2099914550781,"RotY":180.00010681152344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":76.33000183105469,"PosY":-16.90999984741211,"PosZ":-260.7099914550781,"RotY":180.00010681152344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":67.85001373291016,"PosY":-16.918149948120117,"PosZ":-253.2100067138672,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":67.4800033569336,"PosY":-16.918149948120117,"PosZ":-254.0099945068359,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":66.9800033569336,"PosY":-16.918149948120117,"PosZ":-253.2100067138672,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":60.81999969482422,"PosY":-16.918149948120117,"PosZ":-261.44000244140625,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":60.47999954223633,"PosY":-16.918149948120117,"PosZ":-260.6400146484375,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":59.97999954223633,"PosY":-16.918149948120117,"PosZ":-261.44000244140625,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":63.939998626708984,"PosY":-16.918149948120117,"PosZ":-261.2099914550781,"RotY":270.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":63.2400016784668,"PosY":-16.918149948120117,"PosZ":-255.4600067138672,"RotY":270.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":53.97999954223633,"PosY":-16.918149948120117,"PosZ":-259.1400146484375,"RotY":90.00000762939453,"groupId":0}}},"97":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":71.9800033569336,"PosY":-16.918149948120117,"PosZ":-255.2100067138672,"NPCMonsterID":1002040,"EventID":0,"groupId":97,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"98":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":71.9800033569336,"PosY":-16.918149948120117,"PosZ":-259.2099914550781,"NPCMonsterID":1002040,"EventID":1,"groupId":98,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"99":{"props":[],"npcs":[{"ID":400001,"PosX":72.9800033569336,"PosY":-16.918149948120117,"PosZ":-260.2099914550781,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":99,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"100":{"props":[],"npcs":[{"ID":400001,"PosX":72.9800033569336,"PosY":-16.918149948120117,"PosZ":-254.2100067138672,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":100,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"101":{"props":[],"npcs":[{"ID":400001,"PosX":73.9800033569336,"PosY":-16.918149948120117,"PosZ":-257.2099914550781,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":101,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"102":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":71.9800033569336,"PosY":-16.918149948120117,"PosZ":-255.2100067138672,"NPCMonsterID":1002040,"EventID":0,"groupId":102,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"103":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":71.9800033569336,"PosY":-16.918149948120117,"PosZ":-259.2099914550781,"NPCMonsterID":1002040,"EventID":0,"groupId":103,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"104":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":73.9800033569336,"PosY":-16.918149948120117,"PosZ":-257.2099914550781,"NPCMonsterID":1002040,"EventID":0,"groupId":104,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"105":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":40.97002029418945,"PosZ":-246.52000427246097,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":40.97002029418945,"PosZ":-246.52000427246097,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"106":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":44.47011947631836,"PosZ":-274.6000061035156,"RotY":180.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":40.97011947631836,"PosZ":-277.6000061035156,"RotY":180.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":37.47011947631836,"PosZ":-274.6000061035156,"RotY":180.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":44.97011947631836,"PosZ":-266.4200134277344,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":44.170108795166016,"PosZ":-266.04998779296875,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":44.97011184692382,"PosZ":-265.54998779296875,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":36.97011184692382,"PosZ":-259.3900146484375,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":37.7701301574707,"PosZ":-259.04998779296875,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":167.20010375976565,"PosY":36.97011184692382,"PosZ":-258.54998779296875,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":36.97002029418945,"PosZ":-262.70001220703125,"RotY":4.999999873689376e-6,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":44.97002029418945,"PosZ":-262.70001220703125,"RotY":0.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":167.1999969482422,"PosY":40.97003173828125,"PosZ":-252.5500030517578,"RotY":180.0,"groupId":0}}},"107":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":167.1999969482422,"PosY":42.97002029418945,"PosZ":-270.54998779296875,"NPCMonsterID":1002040,"EventID":0,"groupId":107,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"108":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":167.1999969482422,"PosY":38.97002029418945,"PosZ":-270.54998779296875,"NPCMonsterID":1002040,"EventID":1,"groupId":108,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"109":{"props":[],"npcs":[{"ID":400001,"PosX":167.1999969482422,"PosY":37.97002029418945,"PosZ":-271.54998779296875,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":109,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"110":{"props":[],"npcs":[{"ID":400001,"PosX":167.1999969482422,"PosY":43.97002029418945,"PosZ":-271.54998779296875,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":110,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"111":{"props":[],"npcs":[{"ID":400001,"PosX":167.1999969482422,"PosY":40.97002029418945,"PosZ":-272.54998779296875,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":111,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"112":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":167.1999969482422,"PosY":42.97002029418945,"PosZ":-270.54998779296875,"NPCMonsterID":1002040,"EventID":0,"groupId":112,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"113":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":167.1999969482422,"PosY":38.97002029418945,"PosZ":-270.54998779296875,"NPCMonsterID":1002040,"EventID":0,"groupId":113,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"114":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":167.1999969482422,"PosY":40.97002029418945,"PosZ":-272.54998779296875,"NPCMonsterID":1002040,"EventID":0,"groupId":114,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"115":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":146.27999877929688,"PosY":47.046260833740234,"PosZ":-283.0249938964844,"RotY":-4.999999873689376e-6,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":115,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":146.27999877929688,"PosY":46.70484924316406,"PosZ":-294.29998779296875,"RotY":-4.999999873689376e-6,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":115,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"116":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":149.77999877929688,"PosY":47.04600143432618,"PosZ":-255.8800048828125,"RotY":-4.999999873689376e-6,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":146.27999877929688,"PosY":47.04600143432618,"PosZ":-252.8800048828125,"RotY":-4.999999873689376e-6,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":142.77999877929688,"PosY":47.04600143432618,"PosZ":-255.8800048828125,"RotY":-4.999999873689376e-6,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":150.27999877929688,"PosY":47.04999923706055,"PosZ":-264.1549987792969,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":149.47999572753906,"PosY":47.04999923706055,"PosZ":-264.5249938964844,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":150.27999877929688,"PosY":47.04999923706055,"PosZ":-265.0249938964844,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":142.27999877929688,"PosY":47.04999923706055,"PosZ":-271.18499755859375,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":143.0800018310547,"PosY":47.04999923706055,"PosZ":-271.5249938964844,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":142.27999877929688,"PosY":47.04999923706055,"PosZ":-272.0249938964844,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":142.27999877929688,"PosY":47.04999923706055,"PosZ":-268.0199890136719,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":150.27999877929688,"PosY":47.04999923706055,"PosZ":-268.0199890136719,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":146.27999877929688,"PosY":47.04600143432618,"PosZ":-278.0249938964844,"RotY":-4.999999873689376e-6,"groupId":0}}},"117":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":148.27999877929688,"PosY":47.045989990234375,"PosZ":-260.0249938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":117,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"118":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":144.27999877929688,"PosY":47.04600143432618,"PosZ":-260.0249938964844,"NPCMonsterID":1002040,"EventID":1,"groupId":118,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"119":{"props":[],"npcs":[{"ID":400001,"PosX":143.27999877929688,"PosY":47.03160095214844,"PosZ":-259.0249938964844,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":119,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"120":{"props":[],"npcs":[{"ID":400001,"PosX":149.27999877929688,"PosY":47.03160095214844,"PosZ":-259.0249938964844,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":120,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"121":{"props":[],"npcs":[{"ID":400001,"PosX":146.27999877929688,"PosY":47.04600143432618,"PosZ":-258.0249938964844,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":121,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"122":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":148.27999877929688,"PosY":47.045989990234375,"PosZ":-260.0249938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":122,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"123":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":144.27999877929688,"PosY":47.04600143432618,"PosZ":-260.0249938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":123,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"124":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":146.27999877929688,"PosY":47.04600143432618,"PosZ":-258.0249938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":124,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"125":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.52999877929688,"PosY":25.13999938964844,"PosZ":-45.290000915527344,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.52999877929688,"PosY":25.13999938964844,"PosZ":-45.290000915527344,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":125,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"126":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.5009994506836,"PosY":28.640100479125977,"PosZ":-91.1500015258789,"RotY":180.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":126,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.5009994506836,"PosY":25.140100479125977,"PosZ":-94.1500015258789,"RotY":180.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":126,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.5009994506836,"PosY":21.640100479125977,"PosZ":-91.1500015258789,"RotY":180.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":126,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.52999877929688,"PosY":30.15999984741211,"PosZ":-80.95999908447266,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":126,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.52999877929688,"PosY":29.360000610351562,"PosZ":-80.58999633789062,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":126,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.52999877929688,"PosY":30.15999984741211,"PosZ":-80.08999633789062,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":126,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.52660369873048,"PosY":21.139989852905273,"PosZ":-73.33000183105469,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":126,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.52660369873048,"PosY":21.939979553222656,"PosZ":-72.98999786376953,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":126,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.52660369873048,"PosY":21.139989852905273,"PosZ":-72.48999786376953,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":126,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.52999877929688,"PosY":23.170000076293945,"PosZ":-78.08999633789062,"RotY":4.999999873689376e-6,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":126,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.52999877929688,"PosY":29.93000030517578,"PosZ":-78.08999633789062,"RotY":0.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":126,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-119.52670288085938,"PosY":25.139989852905273,"PosZ":-67.08999633789062,"RotY":180.0,"groupId":0}}},"127":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-119.52670288085938,"PosY":27.139989852905273,"PosZ":-85.08999633789062,"NPCMonsterID":1002040,"EventID":0,"groupId":127,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"128":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-119.52660369873048,"PosY":23.13998031616211,"PosZ":-85.08999633789062,"NPCMonsterID":1002040,"EventID":1,"groupId":128,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"129":{"props":[],"npcs":[{"ID":400001,"PosX":-119.52660369873048,"PosY":22.13998031616211,"PosZ":-86.08999633789062,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":129,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"130":{"props":[],"npcs":[{"ID":400001,"PosX":-119.52670288085938,"PosY":28.139989852905273,"PosZ":-86.08999633789062,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":130,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"131":{"props":[],"npcs":[{"ID":400001,"PosX":-119.52670288085938,"PosY":25.139989852905273,"PosZ":-87.08999633789062,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":131,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"132":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-119.52670288085938,"PosY":27.139989852905273,"PosZ":-85.08999633789062,"NPCMonsterID":1002040,"EventID":0,"groupId":132,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"133":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-119.52660369873048,"PosY":23.13998031616211,"PosZ":-85.08999633789062,"NPCMonsterID":1002040,"EventID":0,"groupId":133,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"134":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-119.52670288085938,"PosY":25.139989852905273,"PosZ":-87.08999633789062,"NPCMonsterID":1002040,"EventID":0,"groupId":134,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"135":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.5,"PosY":28.049999237060547,"PosZ":-47.95000076293945,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":135,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.5,"PosY":28.049999237060547,"PosZ":-47.95000076293945,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":135,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"136":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":24.55013084411621,"PosZ":-89.9000015258789,"RotY":180.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":136,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":28.05013084411621,"PosZ":-92.9000015258789,"RotY":180.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":136,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":31.55013084411621,"PosZ":-89.9000015258789,"RotY":180.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":136,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":24.050020217895508,"PosZ":-79.86000061035156,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":136,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":24.850019454956055,"PosZ":-79.48999786376953,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":136,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":24.050020217895508,"PosZ":-78.98999786376953,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":136,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":32.050018310546875,"PosZ":-72.82998657226562,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":136,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":31.250019073486328,"PosZ":-72.48999786376953,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":136,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":32.050018310546875,"PosZ":-71.98999786376953,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":136,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":32.050018310546875,"PosZ":-75.86000061035156,"RotY":4.999999873689376e-6,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":136,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":24.050020217895508,"PosZ":-75.86000061035156,"RotY":0.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":136,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-161.50100708007812,"PosY":28.050020217895508,"PosZ":-65.98999786376953,"RotY":180.0,"groupId":0}}},"137":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-161.50100708007812,"PosY":26.050020217895508,"PosZ":-83.98999786376953,"NPCMonsterID":1002040,"EventID":0,"groupId":137,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"138":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-161.50100708007812,"PosY":30.050020217895508,"PosZ":-83.98999786376953,"NPCMonsterID":1002040,"EventID":1,"groupId":138,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"139":{"props":[],"npcs":[{"ID":400001,"PosX":-161.50100708007812,"PosY":31.050020217895508,"PosZ":-84.98999786376953,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":139,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"140":{"props":[],"npcs":[{"ID":400001,"PosX":-161.50100708007812,"PosY":25.050020217895508,"PosZ":-84.98999786376953,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":140,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"141":{"props":[],"npcs":[{"ID":400001,"PosX":-161.50100708007812,"PosY":28.050020217895508,"PosZ":-85.98999786376953,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":141,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"142":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-161.50100708007812,"PosY":26.050020217895508,"PosZ":-83.98999786376953,"NPCMonsterID":1002040,"EventID":0,"groupId":142,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"143":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-161.50100708007812,"PosY":30.050020217895508,"PosZ":-83.98999786376953,"NPCMonsterID":1002040,"EventID":0,"groupId":143,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"144":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-161.50100708007812,"PosY":28.050020217895508,"PosZ":-85.98999786376953,"NPCMonsterID":1002040,"EventID":0,"groupId":144,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"155":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":78.70500183105469,"PosY":22.09000015258789,"PosZ":-236.13999938964844,"RotY":9.999999747378752e-6,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":155,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":72.70500183105469,"PosY":22.09000015258789,"PosZ":-236.13999938964844,"RotY":9.999999747378752e-6,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":155,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"156":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":72.9800033569336,"PosY":-16.897520065307617,"PosZ":-254.1699981689453,"RotY":270.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":72.98001098632812,"PosY":-16.918149948120117,"PosZ":-260.1700134277344,"RotY":270.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":156,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"157":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":43.980018615722656,"PosZ":-271.5299987792969,"RotY":4.999999873689376e-6,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1999969482422,"PosY":37.98003005981445,"PosZ":-271.5299987792969,"RotY":4.999999873689376e-6,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":157,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"159":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":149.2899932861328,"PosY":47.04999923706055,"PosZ":-258.9700012207031,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":159,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":143.2899932861328,"PosY":47.03160095214844,"PosZ":-258.9700012207031,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":159,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"161":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.52670288085938,"PosY":28.110000610351562,"PosZ":-86.05999755859375,"RotY":0.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.52670288085938,"PosY":22.110000610351562,"PosZ":-86.05999755859375,"RotY":0.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":161,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"162":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":25.02001953125,"PosZ":-85.01000213623047,"RotY":0.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":162,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":31.02001953125,"PosZ":-85.01000213623047,"RotY":0.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":162,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"163":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.64999389648438,"PosY":22.086999893188477,"PosZ":-154.58900451660156,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":163,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.0500030517578,"PosY":22.086999893188477,"PosZ":-154.25999450683594,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":163,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"164":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-145.27999877929688,"PosY":16.07699966430664,"PosZ":-134.00999450683594,"RotY":90.00007629394531,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":164,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.27999877929688,"PosY":16.07699966430664,"PosZ":-132.00999450683594,"RotY":90.00007629394531,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":164,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.27999877929688,"PosY":16.07699966430664,"PosZ":-134.00999450683594,"RotY":90.00007629394531,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":164,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-137.4429931640625,"PosY":16.07699966430664,"PosZ":-142.37899780273438,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":164,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-138.2429962158203,"PosY":16.07699966430664,"PosZ":-142.718994140625,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":164,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-137.4429931640625,"PosY":16.07699966430664,"PosZ":-143.218994140625,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":164,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-140.27999877929688,"PosY":18.207000732421875,"PosZ":-150.00999450683594,"RotY":0.0,"groupId":0}}},"165":{"props":[],"npcs":[{"ID":400001,"PosX":-136.27999877929688,"PosY":16.07699966430664,"PosZ":-138.00999450683594,"Name":"NPC1","RotY":210.0,"NPCID":1013,"groupId":165,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"166":{"props":[],"npcs":[{"ID":400002,"PosX":-144.27999877929688,"PosY":16.07699966430664,"PosZ":-138.00999450683594,"Name":"NPC2","RotY":150.0,"NPCID":1007,"groupId":166,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"171":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-192.5399932861328,"PosY":22.07699966430664,"PosZ":-152.4010009765625,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":171,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-195.0399932861328,"PosY":22.07699966430664,"PosZ":-148.9010009765625,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":171,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-192.5399932861328,"PosY":22.07699966430664,"PosZ":-145.4010009765625,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":171,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-178.5399932861328,"PosY":22.07699966430664,"PosZ":-148.9010009765625,"RotY":270.0,"groupId":0}}},"172":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-188.5399932861328,"PosY":22.07699966430664,"PosZ":-145.9010009765625,"RotY":270.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":172,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-188.5399932861328,"PosY":22.07699966430664,"PosZ":-151.9010009765625,"RotY":90.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":172,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-188.28399658203125,"PosY":22.9950008392334,"PosZ":-145.9010009765625,"Name":"NPC1","RotY":90.0,"NPCID":3104,"groupId":172,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-188.31399536132812,"PosY":22.71299934387207,"PosZ":-145.9010009765625,"Name":"NPC2","RotY":90.0,"NPCID":3103,"groupId":172,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"173":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.5399932861328,"PosY":9.899999618530273,"PosZ":-148.9010009765625,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.5399932861328,"PosY":9.899999618530273,"PosZ":-148.9010009765625,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":173,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"174":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.5399932861328,"PosY":5.599999904632568,"PosZ":-148.9010009765625,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.5399932861328,"PosY":5.599999904632568,"PosZ":-148.9010009765625,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":174,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"175":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-192.5399932861328,"PosY":22.07699966430664,"PosZ":-152.4010009765625,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":175,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-195.0399932861328,"PosY":22.07699966430664,"PosZ":-148.9010009765625,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":175,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-192.5399932861328,"PosY":22.07699966430664,"PosZ":-145.4010009765625,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":175,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-178.5399932861328,"PosY":22.07699966430664,"PosZ":-148.9010009765625,"RotY":270.0,"groupId":0}}},"176":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-188.5399932861328,"PosY":22.07699966430664,"PosZ":-148.9010009765625,"RotY":270.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":176,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.5399932861328,"PosY":22.07699966430664,"PosZ":-151.9010009765625,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":176,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.5399932861328,"PosY":22.07699966430664,"PosZ":-145.9010009765625,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":176,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":-188.31399536132812,"PosY":22.99099922180176,"PosZ":-148.9010009765625,"Name":"NPC1","RotY":90.0,"NPCID":3107,"groupId":176,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-188.31399536132812,"PosY":22.71299934387207,"PosZ":-148.9010009765625,"Name":"NPC2","RotY":90.0,"NPCID":3106,"groupId":176,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"177":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.5399932861328,"PosY":4.530001163482666,"PosZ":-148.9010009765625,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":177,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.5399932861328,"PosY":4.53000020980835,"PosZ":-148.9010009765625,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":177,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"178":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-192.5399932861328,"PosY":22.07699966430664,"PosZ":-152.4010009765625,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":178,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-195.0399932861328,"PosY":22.07699966430664,"PosZ":-148.9010009765625,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":178,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-192.5399932861328,"PosY":22.07699966430664,"PosZ":-145.4010009765625,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":178,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-178.5399932861328,"PosY":22.07699966430664,"PosZ":-148.9010009765625,"RotY":270.0,"groupId":0}}},"179":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-188.5399932861328,"PosY":22.07699966430664,"PosZ":-145.9010009765625,"RotY":270.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":179,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-188.5399932861328,"PosY":22.07699966430664,"PosZ":-151.9010009765625,"RotY":90.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":179,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-188.31399536132812,"PosY":22.99099922180176,"PosZ":-145.9010009765625,"Name":"NPC1","RotY":90.0,"NPCID":3107,"groupId":179,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-188.31399536132812,"PosY":22.71299934387207,"PosZ":-145.9010009765625,"Name":"NPC2","RotY":90.0,"NPCID":3106,"groupId":179,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"180":{"props":[],"npcs":[{"ID":400002,"PosX":-117.9499969482422,"PosY":22.148820877075195,"PosZ":-193.41000366210935,"Name":"NPC2","RotY":120.0,"NPCID":1007,"groupId":180,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"181":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":146.21800231933594,"PosY":28.083730697631836,"PosZ":-175.91299438476565,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":81.34600067138672,"PosY":22.089000701904297,"PosZ":-196.9250030517578,"RotY":89.99987030029298,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.31999969482422,"PosY":22.100000381469727,"PosZ":-196.8090057373047,"RotY":89.99987030029298,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.3030014038086,"PosY":22.09000015258789,"PosZ":-148.88900756835938,"RotY":270.0000915527344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.4080047607422,"PosY":22.09000015258789,"PosZ":-148.88900756835938,"RotY":270.0000915527344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.343994140625,"PosY":-4.909992218017578,"PosZ":-61.77899932861328,"RotY":0.000012000000424450263,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":149.2550048828125,"PosY":28.111000061035156,"PosZ":-130.927001953125,"RotY":270.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":110.20400238037108,"PosY":22.108999252319336,"PosZ":-217.94400024414065,"RotY":0.000012000000424450263,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.33099365234375,"PosY":-4.909992218017578,"PosZ":-79.77300262451172,"RotY":270.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-188.50100708007812,"PosY":16.040000915527344,"PosZ":-55.88999938964844,"RotY":-0.00005500000042957254,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.4149932861328,"PosY":-10.909999847412108,"PosZ":-130.93190002441406,"RotY":89.99981689453125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-165.4029998779297,"PosY":-10.909999847412108,"PosZ":-139.927001953125,"RotY":-0.00017800000205170363,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.3219985961914,"PosY":-16.909990310668945,"PosZ":-196.91299438476565,"RotY":89.99981689453125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.38499450683594,"PosY":22.08099937438965,"PosZ":-148.88699340820312,"RotY":270.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_03.json","State":"Open","propStateList":["Closed","Open"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.16500091552734,"PosY":22.09000015258789,"PosZ":-175.8090057373047,"RotY":180.00010681152344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":181,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"189":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.5,"PosY":22.100000381469727,"PosZ":-114.80999755859376,"RotY":89.9999771118164,"PropID":103010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":189,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityRoomAirLockSpace_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.5,"PosY":19.040000915527344,"PosZ":-103.89299774169922,"RotY":180.0,"PropID":103011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":189,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.5,"PosY":22.100000381469727,"PosZ":-125.76399993896484,"RotY":180.0,"PropID":103011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":189,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"190":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.5800018310547,"PosY":20.93000030517578,"PosZ":-46.900001525878906,"RotY":270.0,"PropID":103010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityRoomAirLockSpace_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.50100708007812,"PosY":16.010000228881836,"PosZ":-55.95600128173828,"RotY":0.00004600000102072954,"PropID":103011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.51600646972656,"PosY":21.03499984741211,"PosZ":-37.882999420166016,"RotY":0.00004600000102072954,"PropID":103011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.48899841308594,"PosY":16.0322208404541,"PosZ":-52.03499984741211,"RotY":-0.00011999999696854502,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":190,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P80402_F80402001":{"teleports":{},"group_items":{"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.2699966430664,"PosY":11.597260475158691,"PosZ":41.38999938964844,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.2699966430664,"PosY":6.610000133514404,"PosZ":44.95000076293945,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.81800079345705,"PosY":11.517290115356444,"PosZ":71.36399841308594,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.31800079345705,"PosY":11.517290115356444,"PosZ":74.36399841308594,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.81800079345705,"PosY":11.517290115356444,"PosZ":71.36399841308594,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.88700103759766,"PosY":11.5172700881958,"PosZ":61.66699981689453,"RotY":165.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_Rogue_ReviveMachine_02.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.47000122070312,"PosY":11.5172700881958,"PosZ":61.36000061035156,"RotY":15.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.23999786376952,"PosY":11.517290115356444,"PosZ":67.75599670410156,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.2699966430664,"PosY":11.517290115356444,"PosZ":67.75599670410156,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.3000030517578,"PosY":11.517290115356444,"PosZ":67.75599670410156,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":-113.51200103759766,"PosY":12.133000373840332,"PosZ":61.16299819946289,"Name":"NPC1","RotY":195.0,"NPCID":3103,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-113.51200103759766,"PosY":12.406000137329102,"PosZ":61.16299819946289,"Name":"NPC2","RotY":195.0,"NPCID":3104,"groupId":10,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-113.51200103759766,"PosY":12.678999900817873,"PosZ":61.16299819946289,"Name":"NPC3","RotY":195.0,"NPCID":3105,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-117.2699966430664,"PosY":11.5172700881958,"PosZ":49.95000076293945,"RotY":0.0,"groupId":0}}},"11":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-117.2699966430664,"PosY":11.517290115356444,"PosZ":65.53099822998047,"NPCMonsterID":1002040,"EventID":0,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.48999786376952,"PosY":11.52733039855957,"PosZ":-24.4950008392334,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.60800170898438,"PosY":11.597260475158691,"PosZ":-3.9679999351501465,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.31620025634766,"PosY":11.51731014251709,"PosZ":1.8799999952316284,"RotY":90.00007629394531,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.31620025634766,"PosY":11.51731014251709,"PosZ":3.8799989223480225,"RotY":90.00007629394531,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.31620025634766,"PosY":11.51731014251709,"PosZ":1.8800029754638672,"RotY":90.00007629394531,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-121.36000061035156,"PosY":11.597260475158691,"PosZ":-7.070000171661377,"RotY":150.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.5199966430664,"PosY":11.597260475158691,"PosZ":-12.31999969482422,"RotY":180.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.31999969482422,"PosY":11.597260475158691,"PosZ":-12.659999847412108,"RotY":180.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.5199966430664,"PosY":11.597260475158691,"PosZ":-13.159999847412108,"RotY":180.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.31620025634766,"PosY":11.51731014251709,"PosZ":-0.6200010180473328,"RotY":0.00002700000004551839,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-117.37200164794922,"PosY":12.14799976348877,"PosZ":-0.8270000219345093,"Name":"NPC1","RotY":195.00010681152344,"NPCID":3103,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-117.37200164794922,"PosY":12.42099952697754,"PosZ":-0.8270000219345093,"Name":"NPC2","RotY":180.0,"NPCID":3104,"groupId":13,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-117.37200164794922,"PosY":12.694000244140623,"PosZ":-0.8270000219345093,"Name":"NPC3","RotY":180.0,"NPCID":3105,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-117.31620025634766,"PosY":11.597260475158691,"PosZ":-17.78700065612793,"RotY":0.0,"groupId":0}}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.37000274658205,"PosY":11.510629653930664,"PosZ":-173.16000366210938,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.37000274658205,"PosY":3.6800000667572026,"PosZ":-173.16000366210938,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.55999755859376,"PosY":11.540559768676758,"PosZ":-158.82000732421875,"RotY":180.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.36000061035156,"PosY":11.540559768676758,"PosZ":-159.16000366210938,"RotY":180.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.55999755859376,"PosY":11.540559768676758,"PosZ":-159.66000366210938,"RotY":180.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.37000274658205,"PosY":11.517849922180176,"PosZ":-159.16000366210938,"RotY":150.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.37000274658205,"PosY":11.510580062866213,"PosZ":-155.16000366210938,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.37000274658205,"PosY":11.517849922180176,"PosZ":-153.16000366210938,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.37000274658205,"PosY":11.510600090026855,"PosZ":-155.16000366210938,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.37000274658205,"PosY":11.540559768676758,"PosZ":-158.16000366210938,"RotY":0.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-117.37000274658205,"PosY":12.449359893798828,"PosZ":-158.39500427246094,"Name":"NPC1","RotY":180.0,"NPCID":3103,"groupId":15,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-117.37000274658205,"PosY":12.181559562683104,"PosZ":-158.39500427246094,"Name":"NPC2","RotY":180.0,"NPCID":3104,"groupId":15,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-117.37000274658205,"PosY":11.540559768676758,"PosZ":-168.16000366210938,"RotY":0.0,"groupId":0}}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.55999755859376,"PosY":11.540559768676758,"PosZ":-158.82000732421875,"RotY":180.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.36000061035156,"PosY":11.540559768676758,"PosZ":-159.16000366210938,"RotY":180.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.55999755859376,"PosY":11.540559768676758,"PosZ":-159.66000366210938,"RotY":180.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.37000274658205,"PosY":11.517849922180176,"PosZ":-159.16000366210938,"RotY":150.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.37000274658205,"PosY":11.510580062866213,"PosZ":-155.16000366210938,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.37000274658205,"PosY":11.517849922180176,"PosZ":-153.16000366210938,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.37000274658205,"PosY":11.510600090026855,"PosZ":-155.16000366210938,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.37000274658205,"PosY":11.540559768676758,"PosZ":-158.16000366210938,"RotY":0.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-117.37000274658205,"PosY":12.712559700012209,"PosZ":-158.39500427246094,"Name":"NPC1","RotY":180.0,"NPCID":3103,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-117.37000274658205,"PosY":12.4447603225708,"PosZ":-158.39500427246094,"Name":"NPC2","RotY":180.0,"NPCID":3104,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-117.37000274658205,"PosY":12.176560401916504,"PosZ":-158.39500427246094,"Name":"NPC3","RotY":180.0,"NPCID":3105,"groupId":16,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-117.37000274658205,"PosY":11.540559768676758,"PosZ":-168.16000366210938,"RotY":0.0,"groupId":0}}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.53515625,"PosY":29.509990692138672,"PosZ":-94.31999969482422,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.53515625,"PosY":29.509990692138672,"PosZ":-94.87999725341797,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39009094238281,"PosY":26.01004981994629,"PosZ":-61.41999816894531,"RotY":0.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39009094238281,"PosY":29.51004981994629,"PosZ":-58.41999816894531,"RotY":0.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39009094238281,"PosY":33.01005172729492,"PosZ":-61.41999816894531,"RotY":0.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39006042480469,"PosY":25.51011085510254,"PosZ":-71.15998840332031,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39006042480469,"PosY":26.31011962890625,"PosZ":-71.52999877929688,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39006042480469,"PosY":25.51011085510254,"PosZ":-72.02999877929688,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.63993835449219,"PosY":33.510101318359375,"PosZ":-78.9900131225586,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39006042480469,"PosY":32.71009826660156,"PosZ":-79.33000183105469,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39006042480469,"PosY":33.5101203918457,"PosZ":-79.83000183105469,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39008331298828,"PosY":33.510009765625,"PosZ":-75.48999786376953,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.54762268066406,"PosY":25.78175926208496,"PosZ":-74.91314697265625,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-84.53515625,"PosY":29.509990692138672,"PosZ":-85.02999877929688,"RotY":0.0,"groupId":0}}},"29":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-84.39008331298828,"PosY":27.510009765625,"PosZ":-67.02999114990234,"NPCMonsterID":1002040,"EventID":0,"groupId":29,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"30":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-84.39008331298828,"PosY":31.51003074645996,"PosZ":-67.02999877929688,"NPCMonsterID":1002040,"EventID":1,"groupId":30,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"31":{"props":[],"npcs":[{"ID":400001,"PosX":-84.39008331298828,"PosY":32.510009765625,"PosZ":-66.02999877929688,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":31,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"32":{"props":[],"npcs":[{"ID":400001,"PosX":-84.39008331298828,"PosY":26.51003074645996,"PosZ":-66.02999877929688,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":32,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"33":{"props":[],"npcs":[{"ID":400001,"PosX":-84.39008331298828,"PosY":29.510009765625,"PosZ":-65.02999877929688,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":33,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"34":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-84.39008331298828,"PosY":27.510009765625,"PosZ":-67.02999114990234,"NPCMonsterID":1002040,"EventID":0,"groupId":34,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"35":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-84.39008331298828,"PosY":31.510009765625,"PosZ":-67.02999877929688,"NPCMonsterID":1002040,"EventID":0,"groupId":35,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"36":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-84.39008331298828,"PosY":29.51003074645996,"PosZ":-65.02999877929688,"NPCMonsterID":1002040,"EventID":0,"groupId":36,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.13400268554688,"PosY":14.910019874572754,"PosZ":-127.30999755859376,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.13400268554688,"PosY":14.910019874572754,"PosZ":-127.30999755859376,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.3800048828125,"PosY":9.910018920898438,"PosZ":-156.72999572753906,"RotY":180.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.3800048828125,"PosY":14.910059928894045,"PosZ":-158.72999572753906,"RotY":180.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.3800048828125,"PosY":19.91006088256836,"PosZ":-156.72999572753906,"RotY":180.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.3800048828125,"PosY":21.87002944946289,"PosZ":-147.60000610351565,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.3800048828125,"PosY":22.67000961303711,"PosZ":-147.22999572753906,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.38009643554688,"PosY":21.870010375976562,"PosZ":-146.72999572753906,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.20339965820312,"PosY":16.75,"PosZ":-140.1199951171875,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.3800048828125,"PosY":15.95005989074707,"PosZ":-139.77999877929688,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.38009643554688,"PosY":16.750049591064453,"PosZ":-139.27999877929688,"RotY":4.999999873689376e-6,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.38009643554688,"PosY":18.299999237060547,"PosZ":-143.24000549316406,"RotY":4.999999873689376e-6,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.3800048828125,"PosY":22.645999908447266,"PosZ":-143.24000549316406,"RotY":90.00000762939453,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-186.3800048828125,"PosY":14.910019874572754,"PosZ":-133.72999572753906,"RotY":180.0,"groupId":0}}},"39":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-186.3800048828125,"PosY":12.910019874572754,"PosZ":-151.72999572753906,"NPCMonsterID":1002040,"EventID":0,"groupId":39,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"40":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-186.3800048828125,"PosY":16.91002082824707,"PosZ":-151.72999572753906,"NPCMonsterID":1002040,"EventID":1,"groupId":40,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"41":{"props":[],"npcs":[{"ID":400001,"PosX":-186.3800048828125,"PosY":17.910030364990234,"PosZ":-152.72999572753906,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":41,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"42":{"props":[],"npcs":[{"ID":400001,"PosX":-186.3800048828125,"PosY":11.910019874572754,"PosZ":-152.72999572753906,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":42,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"43":{"props":[],"npcs":[{"ID":400001,"PosX":-186.20339965820312,"PosY":14.910030364990234,"PosZ":-153.72999572753906,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":43,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"44":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-186.3800048828125,"PosY":12.910019874572754,"PosZ":-151.72999572753906,"NPCMonsterID":1002040,"EventID":0,"groupId":44,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"45":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-186.3800048828125,"PosY":16.91002082824707,"PosZ":-151.72999572753906,"NPCMonsterID":1002040,"EventID":0,"groupId":45,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"46":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-186.20339965820312,"PosY":14.910030364990234,"PosZ":-153.72999572753906,"NPCMonsterID":1002040,"EventID":0,"groupId":46,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-138.24000549316406,"PosY":-2.180000066757202,"PosZ":-135.6300048828125,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.13999938964844,"PosY":-2.180000066757202,"PosZ":-135.6300048828125,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-177.7899932861328,"PosY":5.510522842407227,"PosZ":-139.1300048828125,"RotY":270.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-180.7899932861328,"PosY":5.510522842407227,"PosZ":-135.6300048828125,"RotY":270.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-177.7899932861328,"PosY":5.510522842407227,"PosZ":-132.1300048828125,"RotY":270.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-169.66000366210938,"PosY":5.510526180267334,"PosZ":-138.1300048828125,"RotY":90.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-169.2899932861328,"PosY":5.510525226593018,"PosZ":-137.3300018310547,"RotY":90.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-168.7899932861328,"PosY":5.510526180267334,"PosZ":-138.1300048828125,"RotY":90.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.19000244140625,"PosY":5.510520935058594,"PosZ":-131.6300048828125,"RotY":90.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.85000610351565,"PosY":5.510520935058594,"PosZ":-132.42999267578125,"RotY":90.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.35000610351565,"PosY":5.510519981384277,"PosZ":-131.6300048828125,"RotY":90.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-165.6199951171875,"PosY":5.510520935058594,"PosZ":-132.07000732421875,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-165.9429931640625,"PosY":5.510526180267334,"PosZ":-138.10400390625,"RotY":90.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-155.7899932861328,"PosY":5.510522842407227,"PosZ":-135.6300048828125,"RotY":270.0,"groupId":0}}},"49":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0999984741211,"PosX":-173.7899932861328,"PosY":5.510525226593018,"PosZ":-137.3300018310547,"NPCMonsterID":1002040,"EventID":0,"groupId":49,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"50":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0999984741211,"PosX":-173.7899932861328,"PosY":5.51052188873291,"PosZ":-133.6300048828125,"NPCMonsterID":1002040,"EventID":1,"groupId":50,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"51":{"props":[],"npcs":[{"ID":400001,"PosX":-175.7100067138672,"PosY":5.510520935058594,"PosZ":-132.80999755859375,"Name":"NPC1","RotY":90.0,"NPCID":3013,"groupId":51,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"52":{"props":[],"npcs":[{"ID":400001,"PosX":-175.7899932861328,"PosY":5.510526180267334,"PosZ":-138.27000427246094,"Name":"NPC1","RotY":90.0,"NPCID":3013,"groupId":52,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"53":{"props":[],"npcs":[{"ID":400001,"PosX":-175.7899932861328,"PosY":5.510523796081543,"PosZ":-135.6300048828125,"Name":"NPC1","RotY":90.0,"NPCID":3013,"groupId":53,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"54":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0999984741211,"PosX":-173.7899932861328,"PosY":5.510525226593018,"PosZ":-137.3300018310547,"NPCMonsterID":1002040,"EventID":0,"groupId":54,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"55":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0999984741211,"PosX":-173.7899932861328,"PosY":5.51052188873291,"PosZ":-133.6300048828125,"NPCMonsterID":1002040,"EventID":0,"groupId":55,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"56":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0999984741211,"PosX":-175.7899932861328,"PosY":5.510523796081543,"PosZ":-135.6300048828125,"NPCMonsterID":1002040,"EventID":0,"groupId":56,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"57":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.49000549316406,"PosY":14.510729789733888,"PosZ":-99.72000122070312,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.49000549316406,"PosY":14.510729789733888,"PosZ":-118.3000030517578,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.27999877929688,"PosY":11.547360420227053,"PosZ":-90.36000061035156,"RotY":90.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.94000244140625,"PosY":11.547360420227053,"PosZ":-91.16000366210938,"RotY":90.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.44000244140625,"PosY":11.547360420227053,"PosZ":-90.36000061035156,"RotY":90.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.94000244140625,"PosY":11.547360420227053,"PosZ":-97.16999816894531,"RotY":90.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-153.94000244140625,"PosY":11.510720252990724,"PosZ":-99.16999816894531,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.94000244140625,"PosY":11.510720252990724,"PosZ":-94.16999816894531,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-153.94000244140625,"PosY":11.510720252990724,"PosZ":-89.16999816894531,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.94000244140625,"PosY":11.547360420227053,"PosZ":-94.16999816894531,"RotY":270.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-150.7050018310547,"PosY":12.456159591674805,"PosZ":-94.16999816894531,"Name":"NPC1","RotY":90.0999984741211,"NPCID":3103,"groupId":58,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-150.7050018310547,"PosY":12.188360214233398,"PosZ":-94.16999816894531,"Name":"NPC2","RotY":90.0999984741211,"NPCID":3104,"groupId":58,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-140.4499969482422,"PosY":12.06074047088623,"PosZ":-99.91000366210938,"RotY":270.0,"groupId":0}}},"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.27999877929688,"PosY":11.510720252990724,"PosZ":-90.36000061035156,"RotY":90.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.94000244140625,"PosY":11.510729789733888,"PosZ":-91.16000366210938,"RotY":90.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.44000244140625,"PosY":11.510720252990724,"PosZ":-90.36000061035156,"RotY":90.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.94000244140625,"PosY":11.547360420227053,"PosZ":-97.16999816894531,"RotY":90.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-153.94000244140625,"PosY":11.510720252990724,"PosZ":-99.16999816894531,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.94000244140625,"PosY":11.510720252990724,"PosZ":-94.16999816894531,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-153.94000244140625,"PosY":11.510720252990724,"PosZ":-89.16999816894531,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.94000244140625,"PosY":11.547360420227053,"PosZ":-94.16999816894531,"RotY":270.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-150.7050018310547,"PosY":12.7193603515625,"PosZ":-94.16999816894531,"Name":"NPC1","RotY":90.0,"NPCID":3103,"groupId":59,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-150.7050018310547,"PosY":12.451560020446776,"PosZ":-94.16999816894531,"Name":"NPC2","RotY":90.0,"NPCID":3104,"groupId":59,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-150.7050018310547,"PosY":12.18336009979248,"PosZ":-94.16999816894531,"Name":"NPC3","RotY":90.0,"NPCID":3105,"groupId":59,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-140.4499969482422,"PosY":12.06074047088623,"PosZ":-99.91000366210938,"RotY":270.0,"groupId":0}}},"63":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.88600158691406,"PosY":5.510522842407227,"PosZ":-137.18499755859375,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.88600158691406,"PosY":5.510522842407227,"PosZ":-133.63999938964844,"RotY":90.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.20339965820312,"PosY":11.850020408630373,"PosZ":-153.44500732421875,"RotY":4.999999873689376e-6,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.20339965820312,"PosY":17.850040435791016,"PosZ":-153.44500732421875,"RotY":0.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"65":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39009094238281,"PosY":26.489370346069336,"PosZ":-66.0,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39009094238281,"PosY":32.48936080932617,"PosZ":-66.0,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"66":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.62999725341797,"PosY":-3.456990957260132,"PosZ":-73.0999984741211,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.62999725341797,"PosY":-3.456990957260132,"PosZ":-73.0999984741211,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.62000274658205,"PosY":-3.456990957260132,"PosZ":-77.02999877929688,"RotY":270.0,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-106.62000274658205,"PosY":-3.456990957260132,"PosZ":-73.02999877929688,"RotY":270.0,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.62000274658205,"PosY":-3.456990957260132,"PosZ":-69.02999877929688,"RotY":270.0,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.22000122070312,"PosY":-3.456990957260132,"PosZ":-69.19999694824219,"RotY":90.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.87999725341797,"PosY":-3.456990957260132,"PosZ":-70.0,"RotY":90.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.37999725341797,"PosY":-3.456990957260132,"PosZ":-69.19999694824219,"RotY":90.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-89.58999633789062,"PosY":-3.456990957260132,"PosZ":-73.0999984741211,"RotY":270.0,"groupId":0}}},"68":{"props":[],"npcs":[{"ID":400001,"PosX":-100.0,"PosY":-3.456990957260132,"PosZ":-69.0999984741211,"Name":"NPC1","RotY":120.0,"NPCID":1013,"groupId":68,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"69":{"props":[],"npcs":[{"ID":400002,"PosX":-100.0,"PosY":-3.456990957260132,"PosZ":-77.0999984741211,"Name":"NPC2","RotY":60.0,"NPCID":1007,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"70":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.32700347900392,"PosY":11.510709762573242,"PosZ":-189.94960021972656,"RotY":90.00005340576172,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.39009857177734,"PosY":11.517279624938965,"PosZ":-9.94909954071045,"RotY":90.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"85":{"props":[],"npcs":[{"ID":400002,"PosX":-113.62000274658205,"PosY":11.597260475158691,"PosZ":-7.269999980926514,"Name":"NPC2","RotY":210.0,"NPCID":1007,"groupId":85,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"86":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.40000152587892,"PosY":11.540559768676758,"PosZ":-182.8999938964844,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.40000152587892,"PosY":0.0,"PosZ":-182.8999938964844,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"87":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.90000152587892,"PosY":11.540559768676758,"PosZ":-154.49400329589844,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.40000152587892,"PosY":11.540559768676758,"PosZ":-151.99400329589844,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.90000152587892,"PosY":11.540559768676758,"PosZ":-154.49400329589844,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.72000122070312,"PosY":11.540559768676758,"PosZ":-163.81199645996094,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.91999816894533,"PosY":11.540559768676758,"PosZ":-164.1820068359375,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.72000122070312,"PosY":11.540559768676758,"PosZ":-164.6820068359375,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.16300201416016,"PosY":11.540559768676758,"PosZ":-171.05999755859375,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.96299743652344,"PosY":11.540559768676758,"PosZ":-171.39999389648438,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.16300201416016,"PosY":11.540559768676758,"PosZ":-171.89999389648438,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.91000366210938,"PosY":11.540559768676758,"PosZ":-164.14999389648438,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.3740005493164,"PosY":11.540559768676758,"PosZ":-168.68499755859375,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-117.40000152587892,"PosY":11.540559768676758,"PosZ":-177.89999389648438,"RotY":0.0,"groupId":0}}},"88":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.40000152587892,"PosY":11.540559768676758,"PosZ":-158.89999389648438,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.40000152587892,"PosY":11.540559768676758,"PosZ":-158.89999389648438,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"89":{"props":[],"npcs":[{"ID":400001,"PosX":-114.40000152587892,"PosY":11.540559768676758,"PosZ":-158.89999389648438,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":89,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"90":{"props":[],"npcs":[{"ID":400001,"PosX":-120.40000152587892,"PosY":11.540559768676758,"PosZ":-158.89999389648438,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":90,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"91":{"props":[],"npcs":[{"ID":400001,"PosX":-117.40000152587892,"PosY":11.540559768676758,"PosZ":-157.89999389648438,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":91,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"92":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-119.40000152587892,"PosY":11.540559768676758,"PosZ":-159.89999389648438,"NPCMonsterID":1002040,"EventID":0,"groupId":92,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"93":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-115.40000152587892,"PosY":11.540559768676758,"PosZ":-159.89999389648438,"NPCMonsterID":1002040,"EventID":0,"groupId":93,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"94":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-117.40000152587892,"PosY":11.540559768676758,"PosZ":-157.93899536132812,"NPCMonsterID":1002040,"EventID":0,"groupId":94,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"95":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.46600341796876,"PosY":18.030000686645508,"PosZ":-99.50199890136719,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.2699966430664,"PosY":11.510740280151367,"PosZ":-93.81500244140624,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"96":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.2100067138672,"PosY":11.510720252990724,"PosZ":-97.44999694824219,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-157.7100067138672,"PosY":11.510720252990724,"PosZ":-93.94999694824219,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.2100067138672,"PosY":11.510720252990724,"PosZ":-90.44999694824219,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-135.05999755859375,"PosY":14.520520210266112,"PosZ":-99.83000946044922,"RotY":270.0,"groupId":0}}},"97":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.72000122070312,"PosY":11.547360420227053,"PosZ":-90.94999694824219,"RotY":270.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.72000122070312,"PosY":11.547360420227053,"PosZ":-96.94999694824219,"RotY":90.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-150.46400451660156,"PosY":12.465359687805176,"PosZ":-90.94999694824219,"Name":"NPC1","RotY":90.0,"NPCID":3104,"groupId":97,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-150.49400329589844,"PosY":12.18336009979248,"PosZ":-90.94999694824219,"Name":"NPC2","RotY":90.0,"NPCID":3103,"groupId":97,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"98":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-151.8699951171875,"PosY":11.547360420227053,"PosZ":-93.94999694824219,"RotY":270.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.8699951171875,"PosY":11.547360420227053,"PosZ":-96.94999694824219,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.8699951171875,"PosY":11.547360420227053,"PosZ":-90.94999694824219,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":-151.6439971923828,"PosY":12.461359977722168,"PosZ":-93.94999694824219,"Name":"NPC1","RotY":90.0,"NPCID":3107,"groupId":98,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-151.6439971923828,"PosY":12.18336009979248,"PosZ":-93.94999694824219,"Name":"NPC2","RotY":90.0,"NPCID":3106,"groupId":98,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"99":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.7100067138672,"PosY":11.547360420227053,"PosZ":-90.94999694824219,"RotY":270.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.7100067138672,"PosY":11.547360420227053,"PosZ":-96.94999694824219,"RotY":90.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-150.48399353027344,"PosY":12.461359977722168,"PosZ":-90.94999694824219,"Name":"NPC1","RotY":90.0,"NPCID":3107,"groupId":99,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-150.48399353027344,"PosY":12.18336009979248,"PosZ":-90.94999694824219,"Name":"NPC2","RotY":90.0,"NPCID":3106,"groupId":99,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P80403_F80403001":{"teleports":{},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":-5.0,"RotY":0.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":-5.0,"RotY":0.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":299.6600036621094,"PosY":172.1688995361328,"PosZ":412.8699951171875,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":15.0,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":5.0,"PosY":0.0,"PosZ":13.0,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":7.760000228881835,"PosY":2.8437659740448,"PosZ":-106.72000122070312,"RotY":75.0000228881836,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_Rogue_ReviveMachine_02.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":10.0,"RotY":0.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.0,"PosY":0.0,"PosZ":19.0,"RotY":0.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.0,"PosY":0.0,"PosZ":19.0,"RotY":0.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.0,"PosY":0.0,"PosZ":19.0,"RotY":0.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":0.0,"PosY":1.1720000505447388,"PosZ":9.765000343322754,"Name":"NPC1","RotY":180.0,"NPCID":3103,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":0.0,"PosY":0.90420001745224,"PosZ":9.765000343322754,"Name":"NPC2","RotY":180.0,"NPCID":3104,"groupId":4,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":0.0,"PosY":0.6359999775886536,"PosZ":9.765000343322754,"Name":"NPC3","RotY":180.0,"NPCID":3105,"groupId":4,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":299.6600036621094,"PosY":171.50010681152344,"PosZ":437.8699951171875,"RotY":180.0,"groupId":0}}},"5":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":299.6600036621094,"PosY":172.17010498046875,"PosZ":417.8699951171875,"NPCMonsterID":1002040,"EventID":0,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":154.17999267578125,"PosY":142.7830047607422,"PosZ":416.54000854492193,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":170.00999450683594,"PosY":140.2281036376953,"PosZ":436.6541137695313,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":167.21400451660156,"PosY":141.5323028564453,"PosZ":457.6400146484375,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":152.13999938964844,"PosY":142.80450439453125,"PosZ":451.04000854492193,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":157.13999938964844,"PosY":142.8000030517578,"PosZ":453.04000854492193,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":162.13999938964844,"PosY":142.8043975830078,"PosZ":451.04000854492193,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":153.13999938964844,"PosY":142.8000030517578,"PosZ":439.9100036621094,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":153.94000244140625,"PosY":142.8000030517578,"PosZ":439.54000854492193,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":153.13999938964844,"PosY":142.8000030517578,"PosZ":439.04000854492193,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":161.13999938964844,"PosY":142.8000030517578,"PosZ":433.8800048828125,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":160.33999633789065,"PosY":142.8000030517578,"PosZ":433.54000854492193,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":161.13999938964844,"PosY":142.8000030517578,"PosZ":433.04000854492193,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":160.13999938964844,"PosY":142.8000030517578,"PosZ":439.04000854492193,"RotY":0.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.0,"PosY":0.0,"PosZ":11.0,"RotY":0.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":161.94000244140625,"PosY":142.8043975830078,"PosZ":446.0899963378906,"Name":"SpecialNpc","RotY":195.0,"NPCID":3013,"groupId":15,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":157.13999938964844,"PosY":142.8000030517578,"PosZ":428.04000854492193,"RotY":0.0,"groupId":0}}},"16":{"props":[],"npcs":[{"ID":400001,"PosX":154.13999938964844,"PosY":142.8000030517578,"PosZ":447.04000854492193,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":16,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"17":{"props":[],"npcs":[{"ID":400001,"PosX":157.13999938964844,"PosY":142.8000030517578,"PosZ":448.04000854492193,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":17,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"18":{"props":[],"npcs":[{"ID":400001,"PosX":160.13999938964844,"PosY":142.8000030517578,"PosZ":447.04000854492193,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":18,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"19":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":155.13999938964844,"PosY":142.8000030517578,"PosZ":446.04000854492193,"NPCMonsterID":1002040,"EventID":0,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"20":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":157.13999938964844,"PosY":142.8000030517578,"PosZ":448.04000854492193,"NPCMonsterID":1002040,"EventID":0,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"21":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":159.13999938964844,"PosY":142.8000030517578,"PosZ":446.04000854492193,"NPCMonsterID":1002040,"EventID":0,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":211.27000427246097,"PosY":95.28092193603516,"PosZ":331.19000244140625,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":211.27000427246097,"PosY":95.28092193603516,"PosZ":331.19000244140625,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":216.27000427246097,"PosY":95.28099060058594,"PosZ":303.19000244140625,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":211.27000427246097,"PosY":95.28099822998047,"PosZ":301.19000244140625,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":206.27000427246097,"PosY":95.28099822998047,"PosZ":303.19000244140625,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":215.27000427246097,"PosY":95.2809829711914,"PosZ":314.32000732421875,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":214.47000122070312,"PosY":95.2809829711914,"PosZ":314.69000244140625,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":215.27000427246097,"PosY":95.28096771240233,"PosZ":315.19000244140625,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":209.0500030517578,"PosY":95.28096008300781,"PosZ":320.3500061035156,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":209.85000610351565,"PosY":95.28096008300781,"PosZ":320.69000244140625,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":209.0500030517578,"PosY":95.28095245361328,"PosZ":321.19000244140625,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":208.27000427246097,"PosY":95.2809829711914,"PosZ":315.19000244140625,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.0,"PosY":0.0,"PosZ":11.0,"RotY":0.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":206.27000427246097,"PosY":95.2809829711914,"PosZ":308.19000244140625,"Name":"SpecialNpc","RotY":15.000009536743164,"NPCID":3013,"groupId":23,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":211.27000427246097,"PosY":95.28093719482422,"PosZ":326.19000244140625,"RotY":180.0,"groupId":0}}},"24":{"props":[],"npcs":[{"ID":400001,"PosX":214.27000427246097,"PosY":95.2809829711914,"PosZ":307.19000244140625,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":24,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"25":{"props":[],"npcs":[{"ID":400001,"PosX":211.27000427246097,"PosY":95.28099060058594,"PosZ":306.19000244140625,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":25,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"26":{"props":[],"npcs":[{"ID":400001,"PosX":208.27000427246097,"PosY":95.28099060058594,"PosZ":307.19000244140625,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":26,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"27":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":213.27000427246097,"PosY":95.28099060058594,"PosZ":308.19000244140625,"NPCMonsterID":1002040,"EventID":0,"groupId":27,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"28":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":211.27000427246097,"PosY":95.28099060058594,"PosZ":306.19000244140625,"NPCMonsterID":1002040,"EventID":0,"groupId":28,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"29":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":209.27000427246097,"PosY":95.28099060058594,"PosZ":308.19000244140625,"NPCMonsterID":1002040,"EventID":0,"groupId":29,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":121.90000152587892,"PosY":200.69400024414065,"PosZ":551.4000244140625,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":87.44999694824219,"PosY":197.7400054931641,"PosZ":574.52001953125,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":117.31999969482422,"PosY":200.60989379882812,"PosZ":573.4000244140625,"RotY":270.0,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":117.66000366210938,"PosY":200.60989379882812,"PosZ":572.5999755859375,"RotY":270.0,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":118.16000366210938,"PosY":200.60989379882812,"PosZ":573.4000244140625,"RotY":270.0,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":113.16000366210938,"PosY":200.60989379882812,"PosZ":565.4000244140625,"RotY":60.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":100.16000366210938,"PosY":200.60989379882812,"PosZ":564.4000244140625,"RotY":0.00007200000254670158,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":98.1600112915039,"PosY":200.60989379882812,"PosZ":569.4000244140625,"RotY":0.00007200000254670158,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":100.16000366210938,"PosY":200.60989379882812,"PosZ":574.4000244140625,"RotY":0.00007200000254670158,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":10.0,"RotY":0.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":108.16000366210938,"PosY":200.60989379882812,"PosZ":572.4000244140625,"Name":"NPC1","RotY":105.00009918212892,"NPCID":1013,"groupId":34,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":0.0,"PosY":0.90420001745224,"PosZ":9.765000343322754,"Name":"NPC2","RotY":180.0,"NPCID":3104,"groupId":34,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":0.0,"PosY":0.6359999775886536,"PosZ":9.765000343322754,"Name":"NPC3","RotY":180.0,"NPCID":3105,"groupId":34,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":123.16000366210938,"PosY":200.60989379882812,"PosZ":569.4000244140625,"RotY":270.0,"groupId":0}}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":151.49000549316406,"PosY":142.9199981689453,"PosZ":437.1099853515625,"RotY":90.00000762939453,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":162.97000122070312,"PosY":142.8000030517578,"PosZ":457.510009765625,"RotY":90.00000762939453,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":154.22000122070312,"PosY":142.7830047607422,"PosZ":416.8399963378906,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":185.86000061035156,"PosY":140.0406951904297,"PosZ":441.5499877929687,"RotY":180.00010681152344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":187.86000061035156,"PosY":140.01649475097656,"PosZ":436.5499877929687,"RotY":180.00010681152344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":185.86000061035156,"PosY":140.0406951904297,"PosZ":431.5499877929687,"RotY":180.00010681152344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":174.72999572753906,"PosY":140.01649475097656,"PosZ":440.5499877929687,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":174.36000061035156,"PosY":140.01649475097656,"PosZ":439.75,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":173.86000061035156,"PosY":140.01649475097656,"PosZ":440.5499877929687,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":168.6999969482422,"PosY":140.6549072265625,"PosZ":434.44000244140625,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":168.36000061035156,"PosY":140.7971954345703,"PosZ":435.239990234375,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":167.86000061035156,"PosY":141.08169555664065,"PosZ":434.44000244140625,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":173.86000061035156,"PosY":140.01649475097656,"PosZ":433.5499877929687,"RotY":90.00000762939453,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.0,"PosY":0.0,"PosZ":11.0,"RotY":0.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":180.86000061035156,"PosY":140.0238037109375,"PosZ":431.5499877929687,"Name":"SpecialNpc","RotY":285.0,"NPCID":3013,"groupId":36,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":162.86000061035156,"PosY":142.8000030517578,"PosZ":436.5499877929687,"RotY":90.00000762939453,"groupId":0}}},"37":{"props":[],"npcs":[{"ID":400001,"PosX":181.86000061035156,"PosY":139.67889404296875,"PosZ":439.5499877929687,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":37,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"38":{"props":[],"npcs":[{"ID":400001,"PosX":182.86000061035156,"PosY":139.67889404296875,"PosZ":436.5499877929687,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":38,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"39":{"props":[],"npcs":[{"ID":400001,"PosX":181.86000061035156,"PosY":139.67889404296875,"PosZ":433.5499877929687,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":39,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"40":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":180.86000061035156,"PosY":139.67889404296875,"PosZ":438.5499877929687,"NPCMonsterID":1002040,"EventID":0,"groupId":40,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"41":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":182.86000061035156,"PosY":139.67889404296875,"PosZ":436.5499877929687,"NPCMonsterID":1002040,"EventID":0,"groupId":41,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"42":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":180.86000061035156,"PosY":139.67889404296875,"PosZ":434.5499877929687,"NPCMonsterID":1002040,"EventID":0,"groupId":42,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"43":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":-5.0,"RotY":0.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":-5.0,"RotY":0.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":298.6700134277344,"PosY":168.50010681152344,"PosZ":450.3500061035156,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":299.69000244140625,"PosY":164.77999877929688,"PosZ":442.3200073242187,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":303.1499938964844,"PosY":172.1688995361328,"PosZ":412.989990234375,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":299.6499938964844,"PosY":172.1688995361328,"PosZ":409.989990234375,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":296.1499938964844,"PosY":172.1688995361328,"PosZ":412.989990234375,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":302.30999755859375,"PosY":172.1688995361328,"PosZ":421.7099914550782,"RotY":345.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_Rogue_ReviveMachine_02.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":296.94000244140625,"PosY":172.1688995361328,"PosZ":421.7099914550782,"RotY":195.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":301.6940002441406,"PosY":172.1688995361328,"PosZ":416.5700073242187,"RotY":0.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":299.69000244140625,"PosY":172.1688995361328,"PosZ":416.5700073242187,"RotY":0.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":297.7080078125,"PosY":172.1688995361328,"PosZ":416.5700073242187,"RotY":0.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":297.0,"PosY":172.83399963378906,"PosZ":421.95599365234375,"Name":"NPC1","RotY":15.0,"NPCID":3103,"groupId":47,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":297.0,"PosY":173.10699462890625,"PosZ":421.95599365234375,"Name":"NPC2","RotY":15.0,"NPCID":3104,"groupId":47,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":297.0,"PosY":173.3800048828125,"PosZ":421.95599365234375,"Name":"NPC3","RotY":15.0,"NPCID":3105,"groupId":47,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":299.69000244140625,"PosY":171.50010681152344,"PosZ":437.3200073242187,"RotY":180.0,"groupId":0}}},"48":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":299.69000244140625,"PosY":172.1367950439453,"PosZ":418.3999938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":48,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":121.91999816894533,"PosY":200.69400024414065,"PosZ":551.7100219726562,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":87.51000213623047,"PosY":197.7400054931641,"PosZ":574.7000122070312,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"50":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":100.93000030517578,"PosY":200.60989379882812,"PosZ":569.3699951171875,"RotY":0.00007200000254670158,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":97.92999267578124,"PosY":200.60989379882812,"PosZ":569.3699951171875,"RotY":0.00007200000254670158,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":99.93000030517578,"PosY":200.60989379882812,"PosZ":574.3699951171875,"RotY":0.00007200000254670158,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":111.65000152587892,"PosY":200.60989379882812,"PosZ":565.97998046875,"RotY":60.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":117.08999633789064,"PosY":200.60989379882812,"PosZ":573.3699951171875,"RotY":90.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":117.43000030517578,"PosY":200.60989379882812,"PosZ":572.5701293945312,"RotY":90.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":117.93000030517578,"PosY":200.60989379882812,"PosZ":573.3699951171875,"RotY":90.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":108.68000030517578,"PosY":200.60989379882812,"PosZ":569.3699951171875,"RotY":270.0000915527344,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":108.83000183105467,"PosY":201.6820068359375,"PosZ":569.3699951171875,"Name":"NPC1","RotY":90.0,"NPCID":3103,"groupId":50,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":108.83000183105467,"PosY":201.4320068359375,"PosZ":569.3699951171875,"Name":"NPC2","RotY":90.0,"NPCID":3104,"groupId":50,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":108.83000183105467,"PosY":201.1820068359375,"PosZ":569.3699951171875,"Name":"NPC3","RotY":90.0,"NPCID":3105,"groupId":50,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":122.93000030517578,"PosY":200.60989379882812,"PosZ":569.3699951171875,"RotY":270.0,"groupId":0}}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":75.08000183105469,"PosY":186.83990478515625,"PosZ":529.5999755859375,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":39.310001373291016,"PosY":180.50889587402344,"PosZ":529.2899780273438,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"52":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":54.68000030517578,"PosY":183.6598968505859,"PosZ":529.6799926757812,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":55.47999954223633,"PosY":183.6598968505859,"PosZ":530.02001953125,"RotY":0.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":54.68000030517578,"PosY":183.6598968505859,"PosZ":530.52001953125,"RotY":0.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":61.49000930786133,"PosY":183.6598968505859,"PosZ":530.02001953125,"RotY":330.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":63.4900016784668,"PosY":183.6598968505859,"PosZ":526.02001953125,"RotY":270.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":58.489990234375,"PosY":183.6598968505859,"PosZ":524.02001953125,"RotY":270.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":53.4900016784668,"PosY":183.6598968505859,"PosZ":526.02001953125,"RotY":270.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":58.4900016784668,"PosY":183.6598968505859,"PosZ":529.02001953125,"RotY":180.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":58.4900016784668,"PosY":184.56869506835935,"PosZ":529.2550048828125,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3103,"groupId":52,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":58.4900016784668,"PosY":184.3009033203125,"PosZ":529.2550048828125,"Name":"NPC2","RotY":9.999999747378752e-6,"NPCID":3104,"groupId":52,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":58.4900016784668,"PosY":183.6598968505859,"PosZ":539.02001953125,"RotY":180.0,"groupId":0}}},"53":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":54.68000030517578,"PosY":183.6598968505859,"PosZ":529.6799926757812,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":55.47999954223633,"PosY":183.6598968505859,"PosZ":530.02001953125,"RotY":0.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":54.68000030517578,"PosY":183.6598968505859,"PosZ":530.52001953125,"RotY":0.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":61.4900016784668,"PosY":183.6598968505859,"PosZ":530.02001953125,"RotY":330.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":63.4900016784668,"PosY":183.6598968505859,"PosZ":526.02001953125,"RotY":270.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":58.489990234375,"PosY":183.6598968505859,"PosZ":524.02001953125,"RotY":270.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":53.4900016784668,"PosY":183.6598968505859,"PosZ":526.02001953125,"RotY":270.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":58.4900016784668,"PosY":183.6598968505859,"PosZ":529.02001953125,"RotY":180.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":58.4900016784668,"PosY":184.83189392089844,"PosZ":529.2550048828125,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3103,"groupId":53,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":58.4900016784668,"PosY":184.56410217285156,"PosZ":529.2550048828125,"Name":"NPC2","RotY":9.999999747378752e-6,"NPCID":3104,"groupId":53,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":58.4900016784668,"PosY":184.2958984375,"PosZ":529.2550048828125,"Name":"NPC3","RotY":9.999999747378752e-6,"NPCID":3105,"groupId":53,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":58.4900016784668,"PosY":183.6598968505859,"PosZ":539.02001953125,"RotY":180.0,"groupId":0}}},"54":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":323.9200134277344,"PosY":165.389892578125,"PosZ":459.29000854492193,"RotY":90.00000762939453,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":299.4200134277344,"PosY":168.7667999267578,"PosZ":449.7000122070313,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"55":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":316.8699951171875,"PosY":168.860107421875,"PosZ":433.7699890136718,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":317.6700134277344,"PosY":168.860107421875,"PosZ":434.1099853515625,"RotY":0.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":316.8699951171875,"PosY":168.860107421875,"PosZ":434.6099853515625,"RotY":0.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":323.67999267578125,"PosY":168.860107421875,"PosZ":434.1099853515625,"RotY":330.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":325.67999267578125,"PosY":168.87100219726565,"PosZ":430.1099853515625,"RotY":270.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":320.67999267578125,"PosY":168.860107421875,"PosZ":428.1099853515625,"RotY":270.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":315.67999267578125,"PosY":168.860107421875,"PosZ":430.1099853515625,"RotY":270.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":320.67999267578125,"PosY":168.860107421875,"PosZ":433.1099853515625,"RotY":180.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":320.67999267578125,"PosY":169.76890563964844,"PosZ":433.3450012207031,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3103,"groupId":55,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":320.67999267578125,"PosY":169.5010986328125,"PosZ":433.3450012207031,"Name":"NPC2","RotY":9.999999747378752e-6,"NPCID":3104,"groupId":55,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":320.67999267578125,"PosY":168.860107421875,"PosZ":443.1099853515625,"RotY":180.0,"groupId":0}}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":316.8699951171875,"PosY":168.860107421875,"PosZ":433.7699890136718,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":317.6700134277344,"PosY":168.860107421875,"PosZ":434.1099853515625,"RotY":0.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":316.8699951171875,"PosY":168.860107421875,"PosZ":434.6099853515625,"RotY":0.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":323.67999267578125,"PosY":168.860107421875,"PosZ":434.1099853515625,"RotY":330.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":325.67999267578125,"PosY":168.87100219726565,"PosZ":430.1099853515625,"RotY":270.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":320.67999267578125,"PosY":168.860107421875,"PosZ":428.1099853515625,"RotY":270.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":315.67999267578125,"PosY":168.860107421875,"PosZ":430.1099853515625,"RotY":270.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":320.67999267578125,"PosY":168.860107421875,"PosZ":433.1099853515625,"RotY":180.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":320.67999267578125,"PosY":170.0321044921875,"PosZ":433.3450012207031,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3103,"groupId":56,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":320.67999267578125,"PosY":169.76429748535156,"PosZ":433.3450012207031,"Name":"NPC2","RotY":9.999999747378752e-6,"NPCID":3104,"groupId":56,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":320.67999267578125,"PosY":169.49609375,"PosZ":433.3450012207031,"Name":"NPC3","RotY":9.999999747378752e-6,"NPCID":3105,"groupId":56,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":320.67999267578125,"PosY":168.860107421875,"PosZ":443.1099853515625,"RotY":180.0,"groupId":0}}},"57":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":154.52999877929688,"PosY":142.7830047607422,"PosZ":417.30999755859375,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":144.52999877929688,"PosY":142.8000030517578,"PosZ":436.5700073242187,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":170.5399932861328,"PosY":140.0,"PosZ":436.5700988769531,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":167.69000244140625,"PosY":141.406005859375,"PosZ":457.79000854492193,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":153.60000610351565,"PosY":142.8000030517578,"PosZ":451.75,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":157.10000610351565,"PosY":142.8000030517578,"PosZ":454.75,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":159.60000610351565,"PosY":142.8000030517578,"PosZ":451.75,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":153.10000610351565,"PosY":142.8000030517578,"PosZ":441.9800109863282,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":153.89999389648438,"PosY":142.8000030517578,"PosZ":441.6099853515625,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":153.10000610351565,"PosY":142.8000030517578,"PosZ":441.1099853515625,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":161.10000610351565,"PosY":142.8000030517578,"PosZ":433.7200012207031,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":160.3000030517578,"PosY":142.8000030517578,"PosZ":433.3800048828125,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":161.10000610351565,"PosY":142.8000030517578,"PosZ":432.8800048828125,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":161.10000610351565,"PosY":142.8000030517578,"PosZ":437.4700012207031,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":153.10000610351565,"PosY":142.8000030517578,"PosZ":437.4700012207031,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":157.10000610351565,"PosY":142.8000030517578,"PosZ":428.1099853515625,"RotY":0.0,"groupId":0}}},"59":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":155.10000610351565,"PosY":142.8000030517578,"PosZ":446.1099853515625,"NPCMonsterID":1002040,"EventID":0,"groupId":59,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"60":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":159.10000610351565,"PosY":142.8000030517578,"PosZ":446.1099853515625,"NPCMonsterID":1002040,"EventID":1,"groupId":60,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"61":{"props":[],"npcs":[{"ID":400001,"PosX":160.10000610351565,"PosY":142.8000030517578,"PosZ":447.1099853515625,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":61,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"62":{"props":[],"npcs":[{"ID":400001,"PosX":154.10000610351565,"PosY":142.8000030517578,"PosZ":447.1099853515625,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":62,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"63":{"props":[],"npcs":[{"ID":400001,"PosX":157.10000610351565,"PosY":142.8000030517578,"PosZ":448.1099853515625,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"64":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":155.10000610351565,"PosY":142.8000030517578,"PosZ":446.1099853515625,"NPCMonsterID":1002040,"EventID":0,"groupId":64,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"65":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":159.10000610351565,"PosY":142.8000030517578,"PosZ":446.1099853515625,"NPCMonsterID":1002040,"EventID":0,"groupId":65,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"66":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":157.10000610351565,"PosY":142.8000030517578,"PosZ":448.1099853515625,"NPCMonsterID":1002040,"EventID":0,"groupId":66,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":148.4499969482422,"PosY":142.8000030517578,"PosZ":436.6000061035156,"RotY":90.00000762939453,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":154.5,"PosY":142.7830047607422,"PosZ":418.0700073242187,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":213.1999969482422,"PosY":143.00399780273438,"PosZ":448.3900146484375,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":185.3699951171875,"PosY":140.01649475097656,"PosZ":440.1000061035156,"RotY":180.00010681152344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":188.3699951171875,"PosY":140.01649475097656,"PosZ":436.6000061035156,"RotY":180.00010681152344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":185.3699951171875,"PosY":140.01649475097656,"PosZ":433.1000061035156,"RotY":180.00010681152344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":176.88999938964844,"PosY":140.01649475097656,"PosZ":440.6000061035156,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":176.52000427246094,"PosY":140.01649475097656,"PosZ":439.7999877929687,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":176.02000427246094,"PosY":140.01649475097656,"PosZ":440.6000061035156,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":168.77999877929688,"PosY":140.6549072265625,"PosZ":434.3630065917969,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":168.44000244140625,"PosY":140.7971954345703,"PosZ":435.1630859375,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":167.94000244140625,"PosY":140.9394073486328,"PosZ":434.3630065917969,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":172.8800048828125,"PosY":140.01649475097656,"PosZ":433.8800048828125,"RotY":270.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":172.77000427246094,"PosY":140.01649475097656,"PosZ":440.0700073242187,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":163.02000427246094,"PosY":142.8800048828125,"PosZ":436.6000061035156,"RotY":90.00000762939453,"groupId":0}}},"69":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":181.02000427246097,"PosY":139.67889404296875,"PosZ":438.6000061035156,"NPCMonsterID":1002040,"EventID":0,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"70":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":181.02000427246097,"PosY":139.67889404296875,"PosZ":434.6000061035156,"NPCMonsterID":1002040,"EventID":1,"groupId":70,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"71":{"props":[],"npcs":[{"ID":400001,"PosX":182.02000427246097,"PosY":139.67889404296875,"PosZ":433.6000061035156,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":71,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"72":{"props":[],"npcs":[{"ID":400001,"PosX":182.02000427246097,"PosY":139.67889404296875,"PosZ":439.6000061035156,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":72,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"73":{"props":[],"npcs":[{"ID":400001,"PosX":183.02000427246097,"PosY":139.67889404296875,"PosZ":436.6000061035156,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":73,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"74":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":181.02000427246097,"PosY":139.67889404296875,"PosZ":438.6000061035156,"NPCMonsterID":1002040,"EventID":0,"groupId":74,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"75":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":181.02000427246097,"PosY":139.67889404296875,"PosZ":434.6000061035156,"NPCMonsterID":1002040,"EventID":0,"groupId":75,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"76":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":183.02000427246097,"PosY":139.67889404296875,"PosZ":436.6000061035156,"NPCMonsterID":1002040,"EventID":0,"groupId":76,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"77":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":110.68000030517578,"PosY":179.50799560546875,"PosZ":739.9500122070312,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":73.81999969482422,"PosY":184.6916961669922,"PosZ":725.9600219726564,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":111.4800033569336,"PosY":182.42919921875,"PosZ":698.6799926757812,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"78":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":123.75,"PosY":182.60000610351565,"PosZ":738.5700073242188,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":127.25,"PosY":182.60000610351565,"PosZ":741.5700073242188,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":130.75,"PosY":182.60000610351565,"PosZ":738.5700073242188,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":123.25,"PosY":182.44320678710935,"PosZ":729.9500122070312,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":124.0500030517578,"PosY":182.44320678710935,"PosZ":729.5800170898436,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":123.25,"PosY":182.44320678710935,"PosZ":729.0800170898436,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":131.25,"PosY":182.44320678710935,"PosZ":721.9998779296875,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":130.4499969482422,"PosY":182.44320678710935,"PosZ":721.6599731445312,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":131.25,"PosY":182.44320678710935,"PosZ":721.1599731445312,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":131.35000610351565,"PosY":182.44320678710935,"PosZ":726.5800170898436,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":123.08000183105467,"PosY":182.44320678710935,"PosZ":726.5800170898436,"RotY":90.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":127.25,"PosY":182.42919921875,"PosZ":716.080078125,"RotY":0.0,"groupId":0}}},"79":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":125.25,"PosY":182.44320678710935,"PosZ":734.0800170898436,"NPCMonsterID":1002040,"EventID":0,"groupId":79,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"80":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":129.25,"PosY":182.44320678710935,"PosZ":734.0800170898436,"NPCMonsterID":1002040,"EventID":1,"groupId":80,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"81":{"props":[],"npcs":[{"ID":400001,"PosX":130.25,"PosY":182.44320678710935,"PosZ":735.0800170898436,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":81,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"82":{"props":[],"npcs":[{"ID":400001,"PosX":124.25,"PosY":182.44320678710935,"PosZ":735.0800170898436,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":82,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"83":{"props":[],"npcs":[{"ID":400001,"PosX":127.25,"PosY":182.44320678710935,"PosZ":736.0800170898436,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":83,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"84":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":125.25,"PosY":182.44320678710935,"PosZ":734.0800170898436,"NPCMonsterID":1002040,"EventID":0,"groupId":84,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"85":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":129.25,"PosY":182.44320678710935,"PosZ":734.0800170898436,"NPCMonsterID":1002040,"EventID":0,"groupId":85,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"86":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":127.25,"PosY":182.44320678710935,"PosZ":736.0800170898436,"NPCMonsterID":1002040,"EventID":0,"groupId":86,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"87":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":70.38999938964844,"PosY":179.36309814453125,"PosZ":710.1300048828125,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":106.0500030517578,"PosY":182.42919921875,"PosZ":720.6699829101564,"RotY":90.00000762939453,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"88":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":95.55000305175781,"PosY":184.54739379882812,"PosZ":729.3300170898436,"RotY":180.00010681152344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":98.55000305175781,"PosY":184.54739379882812,"PosZ":725.8300170898436,"RotY":180.00010681152344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":95.55000305175781,"PosY":184.54739379882812,"PosZ":722.3300170898436,"RotY":180.00010681152344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":86.87000274658203,"PosY":184.55889892578125,"PosZ":730.1220092773436,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":86.5,"PosY":184.55929565429688,"PosZ":729.322021484375,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":86.0,"PosY":184.5597991943359,"PosZ":730.1218872070312,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":79.8399887084961,"PosY":184.56619262695312,"PosZ":722.1218872070312,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":79.5,"PosY":184.5664978027344,"PosZ":722.9219970703125,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":79.0,"PosY":184.5670928955078,"PosZ":722.1220092773436,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":83.12999725341797,"PosY":184.56460571289065,"PosZ":722.75,"RotY":270.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":83.12999725341797,"PosY":184.56460571289065,"PosZ":730.072021484375,"RotY":270.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":73.0,"PosY":184.57220458984375,"PosZ":726.1220703125,"RotY":90.00000762939453,"groupId":0}}},"89":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":91.0,"PosY":184.56460571289065,"PosZ":728.1220092773436,"NPCMonsterID":1002040,"EventID":0,"groupId":89,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"90":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":91.0,"PosY":184.56460571289065,"PosZ":724.1220092773436,"NPCMonsterID":1002040,"EventID":1,"groupId":90,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"91":{"props":[],"npcs":[{"ID":400001,"PosX":92.0,"PosY":184.56460571289065,"PosZ":723.1220092773436,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":91,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"92":{"props":[],"npcs":[{"ID":400001,"PosX":92.0,"PosY":184.56460571289065,"PosZ":729.1220092773436,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":92,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"93":{"props":[],"npcs":[{"ID":400001,"PosX":93.0,"PosY":184.56460571289065,"PosZ":726.1220092773436,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":93,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"94":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":91.0,"PosY":184.56460571289065,"PosZ":728.1220092773436,"NPCMonsterID":1002040,"EventID":0,"groupId":94,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"95":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":91.0,"PosY":184.56460571289065,"PosZ":724.1220092773436,"NPCMonsterID":1002040,"EventID":0,"groupId":95,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"96":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":93.0,"PosY":184.56460571289065,"PosZ":726.1220092773436,"NPCMonsterID":1002040,"EventID":0,"groupId":96,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"97":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":154.10000610351565,"PosY":142.8000030517578,"PosZ":447.1099853515625,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":160.10000610351565,"PosY":142.8000030517578,"PosZ":447.1099853515625,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"98":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":182.02000427246097,"PosY":139.67889404296875,"PosZ":439.6000061035156,"RotY":270.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":182.02000427246097,"PosY":139.67889404296875,"PosZ":433.6000061035156,"RotY":270.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"99":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":124.25,"PosY":182.42919921875,"PosZ":735.080078125,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":130.25,"PosY":182.42919921875,"PosZ":735.080078125,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"100":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":92.0,"PosY":184.57220458984375,"PosZ":729.1220703125,"RotY":270.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":92.0,"PosY":184.57220458984375,"PosZ":723.1220703125,"RotY":270.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"101":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":297.2699890136719,"PosY":122.13899993896484,"PosZ":623.489990234375,"RotY":90.00000762939453,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":342.47100830078125,"PosY":120.58000183105467,"PosZ":619.7230224609375,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"102":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":320.510009765625,"PosY":123.67990112304688,"PosZ":623.0698852539062,"RotY":180.00010681152344,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":323.510009765625,"PosY":123.67990112304688,"PosZ":619.5698852539062,"RotY":180.00010681152344,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":320.510009765625,"PosY":123.67990112304688,"PosZ":616.0698852539062,"RotY":180.00010681152344,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":314.6199951171875,"PosY":123.69139862060548,"PosZ":615.760009765625,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":314.2799987792969,"PosY":123.69149780273438,"PosZ":616.5601196289062,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":313.7799987792969,"PosY":123.69129943847656,"PosZ":615.760009765625,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":307.78399658203125,"PosY":123.70999908447266,"PosZ":623.6801147460938,"RotY":90.00000762939453,"groupId":0}}},"103":{"props":[],"npcs":[{"ID":400001,"PosX":317.2799987792969,"PosY":123.69190216064452,"PosZ":615.5700073242188,"Name":"NPC1","RotY":300.0,"NPCID":1013,"groupId":103,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"104":{"props":[],"npcs":[{"ID":400002,"PosX":317.2799987792969,"PosY":123.69190216064452,"PosZ":623.5700073242188,"Name":"NPC2","RotY":240.0,"NPCID":1007,"groupId":104,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"105":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":298.6700134277344,"PosY":168.50010681152344,"PosZ":450.3500061035156,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":299.69000244140625,"PosY":164.77999877929688,"PosZ":442.3200073242187,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"106":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":295.6499938964844,"PosY":172.1688995361328,"PosZ":412.80999755859375,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":299.6499938964844,"PosY":172.1688995361328,"PosZ":410.2699890136718,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":303.6499938964844,"PosY":172.1688995361328,"PosZ":412.80999755859375,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":299.69000244140625,"PosY":171.50010681152344,"PosZ":437.3200073242187,"RotY":180.0,"groupId":0}}},"107":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":299.69000244140625,"PosY":172.1367950439453,"PosZ":417.989990234375,"NPCMonsterID":1002040,"EventID":0,"groupId":107,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"108":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":154.52999877929688,"PosY":142.7830047607422,"PosZ":417.30999755859375,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":144.52999877929688,"PosY":142.8000030517578,"PosZ":436.5700073242187,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":170.5399932861328,"PosY":140.0,"PosZ":436.5700988769531,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":167.69000244140625,"PosY":141.406005859375,"PosZ":457.79000854492193,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"109":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":152.10000610351565,"PosY":142.80450439453125,"PosZ":451.1099853515625,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":157.10000610351565,"PosY":142.8000030517578,"PosZ":453.1099853515625,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":162.10000610351565,"PosY":142.8043975830078,"PosZ":451.1099853515625,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":153.10000610351565,"PosY":142.8000030517578,"PosZ":441.9800109863282,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":153.89999389648438,"PosY":142.8000030517578,"PosZ":441.6099853515625,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":153.10000610351565,"PosY":142.8000030517578,"PosZ":441.1099853515625,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":161.10000610351565,"PosY":142.8000030517578,"PosZ":433.7200012207031,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":160.3000030517578,"PosY":142.8000030517578,"PosZ":433.3800048828125,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":161.10000610351565,"PosY":142.8000030517578,"PosZ":432.8800048828125,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":157.10000610351565,"PosY":142.8000030517578,"PosZ":428.1099853515625,"RotY":0.0,"groupId":0}}},"110":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":155.10000610351565,"PosY":142.8000030517578,"PosZ":446.1099853515625,"NPCMonsterID":1002040,"EventID":0,"groupId":110,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"111":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":159.10000610351565,"PosY":142.8000030517578,"PosZ":446.1099853515625,"NPCMonsterID":1002040,"EventID":0,"groupId":111,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"112":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":157.10000610351565,"PosY":142.8000030517578,"PosZ":448.1099853515625,"NPCMonsterID":1002040,"EventID":0,"groupId":112,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"113":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":110.68000030517578,"PosY":179.50799560546875,"PosZ":739.9500122070312,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":73.81999969482422,"PosY":184.6916961669922,"PosZ":725.9600219726564,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":111.4800033569336,"PosY":182.42919921875,"PosZ":698.6799926757812,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"114":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":122.25,"PosY":182.60000610351565,"PosZ":739.080078125,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":127.25,"PosY":182.60000610351565,"PosZ":741.0800170898436,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":132.25,"PosY":182.60000610351565,"PosZ":739.0800170898436,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":123.25,"PosY":182.44320678710935,"PosZ":729.9500122070312,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":124.0500030517578,"PosY":182.44320678710935,"PosZ":729.5800170898436,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":123.25,"PosY":182.44320678710935,"PosZ":729.0800170898436,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":131.25,"PosY":182.44320678710935,"PosZ":721.9998779296875,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":130.4499969482422,"PosY":182.44320678710935,"PosZ":721.6599731445312,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":131.25,"PosY":182.44320678710935,"PosZ":721.1599731445312,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":127.25,"PosY":182.42919921875,"PosZ":716.080078125,"RotY":0.0,"groupId":0}}},"115":{"props":[],"npcs":[{"ID":400001,"PosX":130.25,"PosY":182.44320678710935,"PosZ":735.0800170898436,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":115,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"116":{"props":[],"npcs":[{"ID":400001,"PosX":124.25,"PosY":182.44320678710935,"PosZ":735.0800170898436,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":116,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"117":{"props":[],"npcs":[{"ID":400001,"PosX":127.25,"PosY":182.44320678710935,"PosZ":736.0800170898436,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":117,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"118":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":70.38999938964844,"PosY":179.36309814453125,"PosZ":710.1300048828125,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":118,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":106.0500030517578,"PosY":182.42919921875,"PosZ":720.6699829101564,"RotY":90.00000762939453,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":118,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"119":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":96.0,"PosY":184.54949951171875,"PosZ":730.1220092773436,"RotY":180.00010681152344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":119,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":98.0,"PosY":184.54739379882812,"PosZ":726.1220092773436,"RotY":180.00010681152344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":119,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":96.0,"PosY":184.55499267578125,"PosZ":722.1220092773436,"RotY":180.00010681152344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":119,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":86.87000274658203,"PosY":184.55889892578125,"PosZ":730.1220092773436,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":119,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":86.5,"PosY":184.55929565429688,"PosZ":729.322021484375,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":119,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":86.0,"PosY":184.5597991943359,"PosZ":730.1218872070312,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":119,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":79.8399887084961,"PosY":184.56619262695312,"PosZ":722.1218872070312,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":119,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":79.5,"PosY":184.5664978027344,"PosZ":722.9219970703125,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":119,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":79.0,"PosY":184.5670928955078,"PosZ":722.1220092773436,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":119,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":73.0,"PosY":184.57220458984375,"PosZ":726.1220703125,"RotY":90.00000762939453,"groupId":0}}},"120":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":91.0,"PosY":184.56460571289065,"PosZ":728.1220092773436,"NPCMonsterID":1002040,"EventID":0,"groupId":120,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"121":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":91.0,"PosY":184.56460571289065,"PosZ":724.1220092773436,"NPCMonsterID":1002040,"EventID":0,"groupId":121,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"122":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":93.0,"PosY":184.56460571289065,"PosZ":726.1220092773436,"NPCMonsterID":1002040,"EventID":0,"groupId":122,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"123":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":298.6700134277344,"PosY":168.50010681152344,"PosZ":450.3500061035156,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":123,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":299.69000244140625,"PosY":164.77999877929688,"PosZ":442.3200073242187,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":123,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"124":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":295.6499938964844,"PosY":172.1688995361328,"PosZ":412.80999755859375,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":124,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":299.6499938964844,"PosY":172.1688995361328,"PosZ":410.2699890136718,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":124,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":303.6499938964844,"PosY":172.1688995361328,"PosZ":412.80999755859375,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":124,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":295.9100036621094,"PosY":171.67100524902344,"PosZ":428.1400146484375,"RotY":44.21556091308594,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":124,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":296.57000732421875,"PosY":172.09100341796875,"PosZ":427.1470031738282,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":124,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":296.1629943847656,"PosY":171.50010681152344,"PosZ":427.1889953613282,"RotY":0.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":124,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":299.69000244140625,"PosY":171.50010681152344,"PosZ":437.3200073242187,"RotY":180.0,"groupId":0}}},"125":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":299.69000244140625,"PosY":172.1367950439453,"PosZ":417.989990234375,"NPCMonsterID":1002040,"EventID":0,"groupId":125,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"126":{"props":[],"npcs":[{"ID":400002,"PosX":111.63999938964844,"PosY":200.60989379882812,"PosZ":572.47998046875,"Name":"NPC2","RotY":120.0,"NPCID":1007,"groupId":126,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"127":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":74.83999633789062,"PosY":186.83990478515625,"PosZ":529.5,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":39.250999450683594,"PosY":180.50889587402344,"PosZ":529.3880004882812,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":127,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"129":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":61.459999084472656,"PosY":183.6598968505859,"PosZ":526.9500122070312,"RotY":270.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":57.959999084472656,"PosY":183.6598968505859,"PosZ":524.4500122070312,"RotY":270.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":54.459999084472656,"PosY":183.6598968505859,"PosZ":526.9500122070312,"RotY":270.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":129,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":57.959999084472656,"PosY":183.6598968505859,"PosZ":544.239990234375,"RotY":180.0,"groupId":0}}},"130":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":54.959999084472656,"PosY":183.6598968505859,"PosZ":531.6099853515625,"RotY":180.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":130,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":60.959999084472656,"PosY":183.6598968505859,"PosZ":531.6099853515625,"RotY":9.999999747378752e-6,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":130,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":54.959999084472656,"PosY":184.58200073242188,"PosZ":531.8660278320312,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3104,"groupId":130,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":54.959999084472656,"PosY":184.3000030517578,"PosZ":531.8359985351562,"Name":"NPC2","RotY":9.999999747378752e-6,"NPCID":3103,"groupId":130,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"131":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":57.959999084472656,"PosY":183.6598968505859,"PosZ":531.0599975585938,"RotY":180.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":60.959991455078125,"PosY":183.6598968505859,"PosZ":533.0598754882812,"RotY":9.999999747378752e-6,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":54.959999084472656,"PosY":183.6598968505859,"PosZ":533.0599975585938,"RotY":9.999999747378752e-6,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":131,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":57.959999084472656,"PosY":184.58799743652344,"PosZ":531.2860107421875,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3107,"groupId":131,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":57.959999084472656,"PosY":184.30999755859375,"PosZ":531.2860107421875,"Name":"NPC2","RotY":9.999999747378752e-6,"NPCID":3106,"groupId":131,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"132":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":54.959999084472656,"PosY":183.6598968505859,"PosZ":531.6699829101562,"RotY":180.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":132,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":60.959999084472656,"PosY":183.6598968505859,"PosZ":531.6699829101562,"RotY":9.999999747378752e-6,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":132,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":54.959999084472656,"PosY":184.5720062255859,"PosZ":531.89599609375,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3107,"groupId":132,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":54.959999084472656,"PosY":184.29400634765625,"PosZ":531.89599609375,"Name":"NPC2","RotY":9.999999747378752e-6,"NPCID":3106,"groupId":132,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"133":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":299.2919921875,"PosY":168.860107421875,"PosZ":449.89898681640625,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":133,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":315.9049987792969,"PosY":168.55569458007812,"PosZ":459.58099365234375,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":133,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"134":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":324.05999755859375,"PosY":168.860107421875,"PosZ":430.1700134277344,"RotY":270.0000915527344,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":320.55999755859375,"PosY":168.860107421875,"PosZ":427.1700134277344,"RotY":270.0000915527344,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":317.05999755859375,"PosY":168.860107421875,"PosZ":430.1700134277344,"RotY":270.0000915527344,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":323.6000061035156,"PosY":168.860107421875,"PosZ":437.739990234375,"RotY":330.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":318.0299987792969,"PosY":168.860107421875,"PosZ":444.1300048828125,"RotY":180.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":318.8299865722656,"PosY":168.860107421875,"PosZ":444.4700012207031,"RotY":180.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":318.0299987792969,"PosY":168.860107421875,"PosZ":444.9700012207031,"RotY":180.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":320.55999755859375,"PosY":168.860107421875,"PosZ":433.7950134277344,"RotY":180.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":134,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":320.55999755859375,"PosY":169.49609375,"PosZ":434.0299987792969,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3103,"groupId":134,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":320.55999755859375,"PosY":169.76910400390625,"PosZ":434.0299987792969,"Name":"NPC2","RotY":9.999999747378752e-6,"NPCID":3104,"groupId":134,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":320.55999755859375,"PosY":170.04209899902344,"PosZ":434.0299987792969,"Name":"NPC3","RotY":9.999999747378752e-6,"NPCID":3105,"groupId":134,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":320.55999755859375,"PosY":168.860107421875,"PosZ":449.4700012207031,"RotY":180.0,"groupId":0}}},"135":{"props":[],"npcs":[{"ID":400002,"PosX":318.42999267578125,"PosY":168.860107421875,"PosZ":437.989990234375,"Name":"NPC2","RotY":30.0,"NPCID":1007,"groupId":135,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P80404_F80404001":{"teleports":{},"group_items":{"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.75599670410156,"PosY":62.6384391784668,"PosZ":6.179999828338623,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-127.49700164794922,"PosY":62.047710418701165,"PosZ":17.565000534057617,"RotY":172.55999755859375,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-127.4280014038086,"PosY":62.047710418701165,"PosZ":-4.730999946594238,"RotY":187.1968994140625,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.77999877929688,"PosY":60.88434982299805,"PosZ":2.8300020694732666,"RotY":0.00007200000254670158,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-158.27999877929688,"PosY":60.88434982299805,"PosZ":6.329999923706055,"RotY":0.00007200000254670158,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.77999877929688,"PosY":60.88434982299805,"PosZ":9.830001831054688,"RotY":0.00007200000254670158,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-143.63999938964844,"PosY":60.88434982299805,"PosZ":3.329998016357422,"RotY":60.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_Rogue_ReviveMachine_02.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-143.63999938964844,"PosY":60.88434982299805,"PosZ":9.329998016357422,"RotY":270.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.6999969482422,"PosY":60.88434982299805,"PosZ":3.329998016357422,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.6999969482422,"PosY":60.88434982299805,"PosZ":6.329998016357422,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.6999969482422,"PosY":60.88434982299805,"PosZ":9.329998016357422,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":-143.4499969482422,"PosY":61.52035140991211,"PosZ":9.329998970031738,"Name":"NPC1","RotY":90.0,"NPCID":3103,"groupId":15,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-143.4499969482422,"PosY":61.79335021972656,"PosZ":9.329998970031738,"Name":"NPC2","RotY":90.0,"NPCID":3104,"groupId":15,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-143.4499969482422,"PosY":62.066349029541016,"PosZ":9.329998970031738,"Name":"NPC3","RotY":90.0,"NPCID":3105,"groupId":15,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-129.30999755859375,"PosY":62.047710418701165,"PosZ":6.329999923706055,"RotY":270.0,"groupId":0}}},"16":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-146.63999938964844,"PosY":60.88434982299805,"PosZ":6.329998016357422,"NPCMonsterID":1002040,"EventID":0,"groupId":16,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":22.5939998626709,"PosY":48.553218841552734,"PosZ":-18.70400047302246,"RotY":268.651611328125,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":26.860000610351562,"PosY":37.15999984741211,"PosZ":-18.899999618530273,"RotY":275.2106018066406,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":1.0983660221099854,"PosY":45.36933898925781,"PosZ":-36.96186065673828,"RotY":314.5245056152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.149998903274536,"PosY":45.36711120605469,"PosZ":-36.290000915527344,"RotY":314.5245056152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.8922939300537114,"PosY":45.370059967041016,"PosZ":-32.05337142944336,"RotY":314.5245056152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":11.420000076293944,"PosY":45.7181510925293,"PosZ":-21.479999542236328,"RotY":224.52439880371097,"groupId":0}}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.28152599930763245,"PosY":45.38777923583984,"PosZ":-28.521129608154297,"RotY":224.52439880371097,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":4.559234142303467,"PosY":45.38777923583984,"PosZ":-32.72840881347656,"RotY":44.52444839477539,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":0.46103599667549133,"PosY":46.30577087402344,"PosZ":-28.33860969543457,"Name":"NPC1","RotY":44.52444839477539,"NPCID":3104,"groupId":19,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":0.43999999761581426,"PosY":46.023780822753906,"PosZ":-28.360000610351562,"Name":"NPC2","RotY":44.52444839477539,"NPCID":3103,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":1.7000000476837158,"PosY":45.38777923583984,"PosZ":-31.360000610351562,"RotY":224.52439880371097,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":5.241281032562256,"PosY":45.38777923583984,"PosZ":-32.03773880004883,"RotY":44.52444839477539,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.9635729789733887,"PosY":45.38777923583984,"PosZ":-27.830459594726562,"RotY":44.52444839477539,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":1.8584740161895752,"PosY":46.301780700683594,"PosZ":-31.198869705200195,"Name":"NPC1","RotY":44.52444839477539,"NPCID":3107,"groupId":20,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":1.8584740161895752,"PosY":46.023780822753906,"PosZ":-31.198869705200195,"Name":"NPC2","RotY":44.52444839477539,"NPCID":3106,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.3215259909629822,"PosY":45.38777923583984,"PosZ":-28.491130828857425,"RotY":224.52439880371097,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":4.599234104156494,"PosY":45.38777923583984,"PosZ":-32.69841003417969,"RotY":44.52444839477539,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":0.47999998927116394,"PosY":46.301780700683594,"PosZ":-28.329999923706055,"Name":"NPC1","RotY":44.52444839477539,"NPCID":3107,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":0.47999998927116394,"PosY":46.023780822753906,"PosZ":-28.329999923706055,"Name":"NPC2","RotY":44.52444839477539,"NPCID":3106,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.77000045776367,"PosY":58.53998947143555,"PosZ":6.101099967956543,"RotY":90.00000762939453,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.75,"PosY":56.85308837890625,"PosZ":-8.819999694824219,"RotY":330.6868896484375,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.479999542236328,"PosY":56.89126968383789,"PosZ":21.81999969482422,"RotY":208.63250732421875,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.530000686645508,"PosY":56.79644012451172,"PosZ":9.710000038146973,"RotY":180.00010681152344,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.530000686645508,"PosY":56.79644012451172,"PosZ":6.210000038146973,"RotY":180.00010681152344,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.530010223388672,"PosY":56.79644012451172,"PosZ":2.7100000381469727,"RotY":180.00010681152344,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.13999938964844,"PosY":56.83417892456055,"PosZ":9.209999084472656,"RotY":240.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.79999923706055,"PosY":56.83417892456055,"PosZ":2.399998903274536,"RotY":90.00000762939453,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.13999938964844,"PosY":56.83417892456055,"PosZ":3.1999990940093994,"RotY":90.00000762939453,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.63999938964844,"PosY":56.83417892456055,"PosZ":2.399998903274536,"RotY":90.00000762939453,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.360000610351562,"PosY":56.83417892456055,"PosZ":6.20999813079834,"RotY":90.00000762939453,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-26.594999313354492,"PosY":57.47018051147461,"PosZ":6.209999084472656,"Name":"NPC1","RotY":270.0,"NPCID":3103,"groupId":23,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-26.594999313354492,"PosY":57.74317932128906,"PosZ":6.209999084472656,"Name":"NPC2","RotY":270.0,"NPCID":3104,"groupId":23,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-26.594999313354492,"PosY":58.01617813110352,"PosZ":6.209999084472656,"Name":"NPC3","RotY":270.0,"NPCID":3105,"groupId":23,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-39.13999938964844,"PosY":56.83684921264648,"PosZ":6.210000991821289,"RotY":90.00000762939453,"groupId":0}}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.93000793457033,"PosY":62.59410095214844,"PosZ":12.289999961853027,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.04000091552734,"PosY":62.105430603027344,"PosZ":52.20000076293945,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.80999755859376,"PosY":62.105430603027344,"PosZ":36.880001068115234,"RotY":90.00007629394531,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.30999755859376,"PosY":62.105430603027344,"PosZ":39.380001068115234,"RotY":90.00007629394531,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.80999755859376,"PosY":62.105430603027344,"PosZ":36.880001068115234,"RotY":90.00007629394531,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.01000213623047,"PosY":62.105430603027344,"PosZ":27.219999313354492,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.80999755859376,"PosY":62.105430603027344,"PosZ":26.8799991607666,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.01000213623047,"PosY":62.105430603027344,"PosZ":26.3799991607666,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-93.81999969482422,"PosY":62.105430603027344,"PosZ":20.8799991607666,"RotY":0.0,"groupId":0}}},"26":{"props":[],"npcs":[{"ID":400001,"PosX":-91.16000366210938,"PosY":62.090431213378906,"PosZ":31.849990844726562,"Name":"NPC1","RotY":210.0,"NPCID":1013,"groupId":26,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"27":{"props":[],"npcs":[{"ID":400002,"PosX":-97.31999969482422,"PosY":62.105430603027344,"PosZ":31.959999084472656,"Name":"NPC2","RotY":150.0,"NPCID":1007,"groupId":27,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":80.38999938964844,"PosY":48.005008697509766,"PosZ":6.03000020980835,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":57.45000076293945,"PosY":49.272708892822266,"PosZ":23.020000457763672,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":58.243999481201165,"PosY":49.273529052734375,"PosZ":-11.880000114440918,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":40.47999954223633,"PosY":50.88861846923828,"PosZ":15.005999565124512,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":40.47999954223633,"PosY":50.88861846923828,"PosZ":-3.907700061798096,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":49.77000045776367,"PosY":49.988468170166016,"PosZ":2.2299981117248535,"RotY":0.00007200000254670158,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":47.269989013671875,"PosY":49.988468170166016,"PosZ":5.729996204376221,"RotY":0.00007200000254670158,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":49.77000045776367,"PosY":49.988468170166016,"PosZ":9.229997634887695,"RotY":0.00007200000254670158,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":57.89999008178711,"PosY":49.988468170166016,"PosZ":1.7299970388412476,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":58.27000045776367,"PosY":49.988468170166016,"PosZ":2.5299971103668213,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":58.77000045776367,"PosY":49.988468170166016,"PosZ":1.729997992515564,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":65.92999267578125,"PosY":49.988468170166016,"PosZ":9.729999542236328,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":66.2699966430664,"PosY":49.988468170166016,"PosZ":8.930000305175781,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":66.7699966430664,"PosY":49.988468170166016,"PosZ":9.729999542236328,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":62.77000045776367,"PosY":49.988468170166016,"PosZ":9.729999542236328,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":62.77000045776367,"PosY":49.988468170166016,"PosZ":1.7299989461898804,"RotY":90.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":72.7699966430664,"PosY":49.988468170166016,"PosZ":5.730000019073486,"RotY":270.0,"groupId":0}}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":53.77000045776367,"PosY":49.988468170166016,"PosZ":2.7299981117248535,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":53.77000045776367,"PosY":49.988468170166016,"PosZ":8.729997634887695,"RotY":90.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"31":{"props":[],"npcs":[{"ID":400001,"PosX":53.77000045776367,"PosY":49.988468170166016,"PosZ":8.729997634887695,"Name":"NPC1","RotY":90.0,"NPCID":3013,"groupId":31,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"32":{"props":[],"npcs":[{"ID":400001,"PosX":53.77000045776367,"PosY":49.988468170166016,"PosZ":2.7299981117248535,"Name":"NPC1","RotY":90.0,"NPCID":3013,"groupId":32,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"33":{"props":[],"npcs":[{"ID":400001,"PosX":52.77000045776367,"PosY":49.988468170166016,"PosZ":5.7299981117248535,"Name":"NPC1","RotY":90.0,"NPCID":3013,"groupId":33,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"34":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":54.77000045776367,"PosY":49.988468170166016,"PosZ":3.7299981117248535,"NPCMonsterID":1002040,"EventID":0,"groupId":34,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"35":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":54.77000045776367,"PosY":49.988468170166016,"PosZ":7.729998111724853,"NPCMonsterID":1002040,"EventID":0,"groupId":35,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"36":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":52.77000045776367,"PosY":49.988468170166016,"PosZ":5.7299981117248535,"NPCMonsterID":1002040,"EventID":0,"groupId":36,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.56999206542969,"PosY":52.821998596191406,"PosZ":102.8498992919922,"RotY":77.15170288085938,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.939998626708984,"PosY":54.050899505615234,"PosZ":131.22000122070312,"RotY":167.24659729003906,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.36000061035156,"PosY":54.050899505615234,"PosZ":112.97000122070312,"RotY":167.15179443359375,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.144290924072266,"PosY":54.050899505615234,"PosZ":110.11360168457033,"RotY":167.15179443359375,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.803409576416016,"PosY":54.050899505615234,"PosZ":106.14530181884766,"RotY":167.15179443359375,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.91180038452149,"PosY":54.050899505615234,"PosZ":111.5364990234375,"RotY":257.1517028808594,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.09463882446289,"PosY":54.050899505615234,"PosZ":110.67430114746094,"RotY":257.1517028808594,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.760009765625,"PosY":54.050899505615234,"PosZ":111.34300231933594,"RotY":257.1517028808594,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.9617805480957,"PosY":54.050899505615234,"PosZ":101.95120239257812,"RotY":257.1517028808594,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.471160888671875,"PosY":54.050899505615234,"PosZ":102.65550231933594,"RotY":257.1517028808594,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.7807502746582,"PosY":54.050899505615234,"PosZ":101.76439666748048,"RotY":257.1517028808594,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.88090133666992,"PosY":54.050899505615234,"PosZ":102.65390014648438,"RotY":257.1517028808594,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.65985870361328,"PosY":54.050899505615234,"PosZ":110.45359802246094,"RotY":257.1517028808594,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-59.519989013671875,"PosY":54.050899505615234,"PosZ":104.32990264892578,"RotY":77.15170288085938,"groupId":0}}},"39":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.6628303527832,"PosY":54.050899505615234,"PosZ":111.47989654541016,"RotY":257.1517028808594,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.328609466552734,"PosY":54.050899505615234,"PosZ":105.63020324707033,"RotY":257.1517028808594,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"40":{"props":[],"npcs":[{"ID":400001,"PosX":-40.328609466552734,"PosY":54.050899505615234,"PosZ":105.63020324707033,"Name":"NPC1","RotY":257.1517028808594,"NPCID":3013,"groupId":40,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"41":{"props":[],"npcs":[{"ID":400001,"PosX":-41.6628303527832,"PosY":54.050899505615234,"PosZ":111.47989654541016,"Name":"NPC1","RotY":257.1517028808594,"NPCID":3013,"groupId":41,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"42":{"props":[],"npcs":[{"ID":400001,"PosX":-40.02075958251953,"PosY":54.050899505615234,"PosZ":108.77739715576172,"Name":"NPC1","RotY":257.1517028808594,"NPCID":3013,"groupId":42,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"43":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":257.1517028808594,"PosX":-42.41542053222656,"PosY":54.050899505615234,"PosZ":110.28260040283205,"NPCMonsterID":1002040,"EventID":0,"groupId":43,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"44":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":257.1517028808594,"PosX":-41.52593994140625,"PosY":54.050899505615234,"PosZ":106.38279724121094,"NPCMonsterID":1002040,"EventID":0,"groupId":44,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"45":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":257.1517028808594,"PosX":-40.02075958251953,"PosY":54.050899505615234,"PosZ":108.77739715576172,"NPCMonsterID":1002040,"EventID":0,"groupId":45,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":32.88999938964844,"PosY":48.57027053833008,"PosZ":-18.81999969482422,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":77.7400131225586,"PosY":48.40208053588867,"PosZ":-16.850000381469727,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":57.880001068115234,"PosY":50.0224609375,"PosZ":-9.40999984741211,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":46.779998779296875,"PosY":49.273529052734375,"PosZ":-20.489999771118164,"RotY":0.00007200000254670158,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":44.279991149902344,"PosY":49.273529052734375,"PosZ":-16.989999771118164,"RotY":0.00007200000254670158,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":46.779998779296875,"PosY":49.273529052734375,"PosZ":-13.489999771118164,"RotY":0.00007200000254670158,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":54.90999984741211,"PosY":49.273529052734375,"PosZ":-20.989999771118164,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":55.279998779296875,"PosY":49.273529052734375,"PosZ":-20.190000534057617,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":55.779998779296875,"PosY":49.273529052734375,"PosZ":-20.989999771118164,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":62.939998626708984,"PosY":49.273529052734375,"PosZ":-12.989999771118164,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":63.279998779296875,"PosY":49.273529052734375,"PosZ":-13.789999961853027,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":63.779998779296875,"PosY":49.273529052734375,"PosZ":-12.989999771118164,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":59.779998779296875,"PosY":49.273529052734375,"PosZ":-12.989999771118164,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":59.779998779296875,"PosY":49.273529052734375,"PosZ":-20.989999771118164,"RotY":90.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":69.77999877929688,"PosY":49.273529052734375,"PosZ":-16.989999771118164,"RotY":270.0,"groupId":0}}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":50.779998779296875,"PosY":49.273529052734375,"PosZ":-19.989999771118164,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":50.779998779296875,"PosY":49.273529052734375,"PosZ":-13.989999771118164,"RotY":90.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"49":{"props":[],"npcs":[{"ID":400001,"PosX":50.779998779296875,"PosY":49.273529052734375,"PosZ":-13.989999771118164,"Name":"NPC1","RotY":90.0,"NPCID":3013,"groupId":49,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"50":{"props":[],"npcs":[{"ID":400001,"PosX":50.779998779296875,"PosY":49.273529052734375,"PosZ":-19.989999771118164,"Name":"NPC1","RotY":90.0,"NPCID":3013,"groupId":50,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"51":{"props":[],"npcs":[{"ID":400001,"PosX":49.779998779296875,"PosY":49.273529052734375,"PosZ":-16.989999771118164,"Name":"NPC1","RotY":90.0,"NPCID":3013,"groupId":51,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"52":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":51.779998779296875,"PosY":49.273529052734375,"PosZ":-18.989999771118164,"NPCMonsterID":1002040,"EventID":0,"groupId":52,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"53":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":51.779998779296875,"PosY":49.273529052734375,"PosZ":-14.989999771118164,"NPCMonsterID":1002040,"EventID":0,"groupId":53,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"54":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":49.779998779296875,"PosY":49.273529052734375,"PosZ":-16.989999771118164,"NPCMonsterID":1002040,"EventID":0,"groupId":54,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"55":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":113.16000366210938,"PosY":47.134368896484375,"PosZ":6.71113395690918,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":71.64000701904297,"PosY":49.95709991455078,"PosZ":5.864099979400635,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":87.0999984741211,"PosY":48.64891815185547,"PosZ":21.329999923706055,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":95.21000671386719,"PosY":48.37688064575195,"PosZ":-8.267000198364258,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":82.02999877929688,"PosY":47.845481872558594,"PosZ":2.689997911453247,"RotY":0.00007200000254670158,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":79.52999877929688,"PosY":47.845481872558594,"PosZ":6.189995765686035,"RotY":0.00007200000254670158,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":82.02999877929688,"PosY":47.845481872558594,"PosZ":9.689998626708984,"RotY":0.00007200000254670158,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":100.62999725341795,"PosY":47.845481872558594,"PosZ":2.0799999237060547,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":101.0,"PosY":47.845481872558594,"PosZ":2.8799989223480225,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":101.5,"PosY":47.845481872558594,"PosZ":2.0799999237060547,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":97.2300033569336,"PosY":47.845481872558594,"PosZ":12.0600004196167,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":97.57005310058594,"PosY":47.845481872558594,"PosZ":11.260000228881836,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":98.07008361816406,"PosY":47.845481872558594,"PosZ":12.0600004196167,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":95.02999877929688,"PosY":47.845481872558594,"PosZ":10.1899995803833,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":95.02999877929688,"PosY":47.845481872558594,"PosZ":2.1899991035461426,"RotY":90.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":105.02999877929688,"PosY":47.845481872558594,"PosZ":6.190000057220459,"RotY":270.0,"groupId":0}}},"57":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":86.02999877929688,"PosY":47.845481872558594,"PosZ":3.189997911453247,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":86.02999877929688,"PosY":47.845481872558594,"PosZ":9.189998626708984,"RotY":90.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"58":{"props":[],"npcs":[{"ID":400001,"PosX":86.02999877929688,"PosY":47.845481872558594,"PosZ":9.189998626708984,"Name":"NPC1","RotY":90.0,"NPCID":3013,"groupId":58,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"59":{"props":[],"npcs":[{"ID":400001,"PosX":86.02999877929688,"PosY":47.845481872558594,"PosZ":3.189997911453247,"Name":"NPC1","RotY":90.0,"NPCID":3013,"groupId":59,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"60":{"props":[],"npcs":[{"ID":400001,"PosX":85.02999877929688,"PosY":47.845481872558594,"PosZ":6.189998149871826,"Name":"NPC1","RotY":90.0,"NPCID":3013,"groupId":60,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"61":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":87.02999877929688,"PosY":47.845481872558594,"PosZ":4.189998149871826,"NPCMonsterID":1002040,"EventID":0,"groupId":61,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"62":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":87.02999877929688,"PosY":47.845481872558594,"PosZ":8.189998626708984,"NPCMonsterID":1002040,"EventID":0,"groupId":62,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"63":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":85.02999877929688,"PosY":47.845481872558594,"PosZ":6.189998149871826,"NPCMonsterID":1002040,"EventID":0,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.30500030517578,"PosY":62.59415054321289,"PosZ":-0.014000000432133676,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.29000091552734,"PosY":62.09749984741211,"PosZ":-40.03099822998047,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"65":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.30966186523438,"PosY":62.09749984741211,"PosZ":-29.420000076293945,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.80966186523438,"PosY":62.09749984741211,"PosZ":-31.920000076293945,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-98.30966186523438,"PosY":62.09749984741211,"PosZ":-29.420000076293945,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.80966186523438,"PosY":62.09749984741211,"PosZ":-21.030000686645508,"RotY":9.999999747378752e-6,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.60965728759767,"PosY":62.09749984741211,"PosZ":-20.65999984741211,"RotY":9.999999747378752e-6,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.80966186523438,"PosY":62.09749984741211,"PosZ":-20.15999984741211,"RotY":9.999999747378752e-6,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-98.80966186523438,"PosY":62.09749984741211,"PosZ":-13.0,"RotY":9.999999747378752e-6,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-98.00965881347656,"PosY":62.09749984741211,"PosZ":-12.659999847412108,"RotY":9.999999747378752e-6,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-98.80966186523438,"PosY":62.09749984741211,"PosZ":-12.159999847412108,"RotY":9.999999747378752e-6,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-98.80966186523438,"PosY":62.09749984741211,"PosZ":-16.15999984741211,"RotY":9.999999747378752e-6,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.80966186523438,"PosY":62.09749984741211,"PosZ":-16.15999984741211,"RotY":9.999999747378752e-6,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-94.80966186523438,"PosY":62.09749984741211,"PosZ":-6.159999847412109,"RotY":180.0,"groupId":0}}},"66":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.80966186523438,"PosY":62.09749984741211,"PosZ":-25.15999984741211,"RotY":9.999999747378752e-6,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.80966186523438,"PosY":62.09749984741211,"PosZ":-25.15999984741211,"RotY":9.999999747378752e-6,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"67":{"props":[],"npcs":[{"ID":400001,"PosX":-97.80966186523438,"PosY":62.09749984741211,"PosZ":-25.15999984741211,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":67,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"68":{"props":[],"npcs":[{"ID":400001,"PosX":-91.80966186523438,"PosY":62.09749984741211,"PosZ":-25.15999984741211,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":68,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"69":{"props":[],"npcs":[{"ID":400001,"PosX":-94.80966186523438,"PosY":62.09749984741211,"PosZ":-26.15999984741211,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"70":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-92.80966186523438,"PosY":62.09749984741211,"PosZ":-24.15999984741211,"NPCMonsterID":1002040,"EventID":0,"groupId":70,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"71":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-96.80966186523438,"PosY":62.09749984741211,"PosZ":-24.15999984741211,"NPCMonsterID":1002040,"EventID":0,"groupId":71,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"72":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-94.80966186523438,"PosY":62.09749984741211,"PosZ":-26.15999984741211,"NPCMonsterID":1002040,"EventID":0,"groupId":72,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"73":{"props":[],"npcs":[{"ID":400002,"PosX":-29.13999938964844,"PosY":56.83417892456055,"PosZ":3.2099990844726562,"Name":"NPC2","RotY":300.0,"NPCID":1007,"groupId":73,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"76":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":103186,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02","CustomState03","CustomState04","CustomState05"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-172.8000030517578,"PosY":64.4000015258789,"PosZ":6.310147762298584,"RotY":0.0,"PropID":103098,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ScreenTvSet_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-184.1199951171875,"PosY":63.15999984741211,"PosZ":6.230000019073486,"RotY":59.47692108154297,"PropID":103214,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"CustomState01","propStateList":["CustomState01","CustomState02"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P80405_F80405001":{"teleports":{},"group_items":{"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.9599999785423279,"PosY":87.12000274658203,"PosZ":-42.70000076293945,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.090999960899353,"PosY":82.55999755859375,"PosZ":-9.131999969482422,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.460000038146973,"PosY":95.0093994140625,"PosZ":-14.699999809265137,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.9599999785423279,"PosY":95.0093994140625,"PosZ":-12.199999809265137,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":2.5399999618530273,"PosY":95.0093994140625,"PosZ":-14.699999809265137,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.960000038146973,"PosY":95.0093994140625,"PosZ":-22.829999923706055,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.159999847412109,"PosY":95.0093994140625,"PosZ":-23.200000762939453,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.960000038146973,"PosY":95.0093994140625,"PosZ":-23.700000762939453,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":3.0399999618530273,"PosY":95.0093994140625,"PosZ":-30.860000610351562,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":2.240000009536743,"PosY":95.0093994140625,"PosZ":-31.200000762939453,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":3.0399999618530273,"PosY":95.0093994140625,"PosZ":-31.700000762939453,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":3.0399999618530273,"PosY":95.0093994140625,"PosZ":-27.700000762939453,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.960000038146973,"PosY":95.0093994140625,"PosZ":-27.700000762939453,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.9599999785423279,"PosY":95.0093994140625,"PosZ":-37.70000076293945,"RotY":0.0,"groupId":0}}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.9600000381469727,"PosY":95.0093994140625,"PosZ":-18.700000762939453,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":2.0399999618530273,"PosY":95.0093994140625,"PosZ":-18.700000762939453,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"21":{"props":[],"npcs":[{"ID":400001,"PosX":2.0399999618530273,"PosY":95.0093994140625,"PosZ":-18.700000762939453,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"22":{"props":[],"npcs":[{"ID":400001,"PosX":-3.9600000381469727,"PosY":95.0093994140625,"PosZ":-18.700000762939453,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"23":{"props":[],"npcs":[{"ID":400001,"PosX":-0.9599999785423279,"PosY":95.0093994140625,"PosZ":-17.700000762939453,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":23,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"24":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-2.9600000381469727,"PosY":95.0093994140625,"PosZ":-19.700000762939453,"NPCMonsterID":1002040,"EventID":0,"groupId":24,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"25":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":1.0399999618530271,"PosY":95.0093994140625,"PosZ":-19.700000762939453,"NPCMonsterID":1002040,"EventID":0,"groupId":25,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"26":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-0.9599999785423279,"PosY":95.0093994140625,"PosZ":-17.700000762939453,"NPCMonsterID":1002040,"EventID":0,"groupId":26,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-88.6298828125,"PosY":-223.99630737304688,"PosZ":-30.270000457763672,"RotY":90.00000762939453,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.5099983215332,"PosY":-225.8240966796875,"PosZ":-39.04999923706055,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.29000091552734,"PosY":-226.7445068359375,"PosZ":-50.88999938964844,"RotY":4.071451187133789,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.879878997802734,"PosY":-225.9441070556641,"PosZ":-32.339969635009766,"RotY":180.00010681152344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-56.379878997802734,"PosY":-225.9441070556641,"PosZ":-35.839969635009766,"RotY":180.00010681152344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.879878997802734,"PosY":-225.94400024414065,"PosZ":-39.339839935302734,"RotY":180.00010681152344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.6201171875,"PosY":-225.94419860839844,"PosZ":-32.950199127197266,"RotY":240.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_Rogue_ReviveMachine_02.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.6298828125,"PosY":-225.9441070556641,"PosZ":-38.359989166259766,"RotY":90.00000762939453,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.1796875,"PosY":-225.94400024414065,"PosZ":-32.839839935302734,"RotY":270.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.18018341064453,"PosY":-225.94400024414065,"PosZ":-35.839969635009766,"RotY":270.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.18018341064453,"PosY":-225.9438018798828,"PosZ":-38.839969635009766,"RotY":270.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":-70.81999206542969,"PosY":-225.31900024414065,"PosZ":-38.36000061035156,"Name":"NPC1","RotY":270.0,"NPCID":3103,"groupId":28,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-70.81999206542969,"PosY":-225.04600524902344,"PosZ":-38.36000061035156,"Name":"NPC2","RotY":270.0,"NPCID":3104,"groupId":28,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-70.81999206542969,"PosY":-224.7729949951172,"PosZ":-38.36000061035156,"Name":"NPC3","RotY":270.0,"NPCID":3105,"groupId":28,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-78.919921875,"PosY":-223.99620056152344,"PosZ":-35.839839935302734,"RotY":90.00000762939453,"groupId":0}}},"29":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-67.62999725341797,"PosY":-225.8240966796875,"PosZ":-35.84000015258789,"NPCMonsterID":1002040,"EventID":0,"groupId":29,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-166.0,"PosY":-209.7599945068359,"PosZ":-61.56999969482422,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-166.0,"PosY":-209.7599945068359,"PosZ":-61.56999969482422,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.5,"PosY":-199.41769409179688,"PosZ":-78.83999633789062,"RotY":270.0000915527344,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-166.0,"PosY":-199.41769409179688,"PosZ":-81.33999633789062,"RotY":270.0000915527344,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-169.5,"PosY":-199.41769409179688,"PosZ":-78.83999633789062,"RotY":270.0000915527344,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-169.80999755859375,"PosY":-199.41769409179688,"PosZ":-66.2599868774414,"RotY":9.999999747378752e-6,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-169.00999450683594,"PosY":-199.41769409179688,"PosZ":-65.91999816894531,"RotY":9.999999747378752e-6,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-169.80999755859375,"PosY":-199.41769409179688,"PosZ":-65.41999816894531,"RotY":9.999999747378752e-6,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-166.0,"PosY":-199.41769409179688,"PosZ":-59.91999816894531,"RotY":180.0,"groupId":0}}},"32":{"props":[],"npcs":[{"ID":400001,"PosX":-170.0,"PosY":-199.41769409179688,"PosZ":-72.5,"Name":"NPC1","RotY":30.0,"NPCID":1013,"groupId":32,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"33":{"props":[],"npcs":[{"ID":400002,"PosX":-162.0,"PosY":-199.41769409179688,"PosZ":-72.5,"Name":"NPC2","RotY":330.0,"NPCID":1007,"groupId":33,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-112.88999938964844,"PosY":-252.69000244140625,"PosZ":-147.1199951171875,"RotY":90.00000762939453,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.30999755859376,"PosY":-225.90469360351565,"PosZ":-143.25999450683594,"RotY":90.00000762939453,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.58999633789062,"PosY":-225.90480041503903,"PosZ":-143.62010192871094,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.08999633789062,"PosY":-225.90480041503903,"PosZ":-147.1199951171875,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.58999633789062,"PosY":-225.90480041503903,"PosZ":-150.6199951171875,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-107.61000061035156,"PosY":-225.90469360351565,"PosZ":-147.1199951171875,"RotY":90.00000762939453,"groupId":0}}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.88999938964844,"PosY":-225.90469360351565,"PosZ":-150.1199951171875,"RotY":90.00000762939453,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.88999938964844,"PosY":-225.90469360351565,"PosZ":-144.1199951171875,"RotY":270.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-98.14600372314453,"PosY":-224.9866943359375,"PosZ":-150.1199951171875,"Name":"NPC1","RotY":270.0,"NPCID":3104,"groupId":36,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-98.11599731445312,"PosY":-225.26870727539065,"PosZ":-150.1199951171875,"Name":"NPC2","RotY":270.0,"NPCID":3103,"groupId":36,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.88999938964844,"PosY":-225.90469360351565,"PosZ":-147.1199951171875,"RotY":90.00000762939453,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.88999938964844,"PosY":-225.90469360351565,"PosZ":-144.1199951171875,"RotY":270.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.88999938964844,"PosY":-225.90469360351565,"PosZ":-150.1199951171875,"RotY":270.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":-98.11599731445312,"PosY":-224.99070739746097,"PosZ":-147.1199951171875,"Name":"NPC1","RotY":270.0,"NPCID":3107,"groupId":37,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-98.11599731445312,"PosY":-225.26870727539065,"PosZ":-147.1199951171875,"Name":"NPC2","RotY":270.0,"NPCID":3106,"groupId":37,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.88999938964844,"PosY":-225.90469360351565,"PosZ":-150.1199951171875,"RotY":90.00000762939453,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.88999938964844,"PosY":-225.90469360351565,"PosZ":-144.1199951171875,"RotY":270.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-98.11599731445312,"PosY":-224.99070739746097,"PosZ":-150.1199951171875,"Name":"NPC1","RotY":270.0,"NPCID":3107,"groupId":38,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-98.11599731445312,"PosY":-225.26870727539065,"PosZ":-150.1199951171875,"Name":"NPC2","RotY":270.0,"NPCID":3106,"groupId":38,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"39":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":63.23199844360352,"PosY":100.98999786376952,"PosZ":99.6050033569336,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":76.47000122070312,"PosY":78.83000183105469,"PosZ":84.56999969482422,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"40":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":72.97000122070312,"PosY":98.03204345703124,"PosZ":108.01000213623048,"RotY":90.00007629394531,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":76.47000122070312,"PosY":98.03204345703124,"PosZ":111.01000213623048,"RotY":90.00007629394531,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":79.97000122070312,"PosY":98.03204345703124,"PosZ":108.01000213623048,"RotY":90.00007629394531,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":73.47000122070312,"PosY":98.03204345703124,"PosZ":99.56999969482422,"RotY":150.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":80.27999877929688,"PosY":98.03204345703124,"PosZ":94.91000366210938,"RotY":0.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":79.4800033569336,"PosY":98.03204345703124,"PosZ":94.56999969482422,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":80.27999877929688,"PosY":98.03204345703124,"PosZ":94.06999969482422,"RotY":0.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":76.47000122070312,"PosY":98.03204345703124,"PosZ":101.56999969482422,"RotY":0.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":76.47000122070312,"PosY":98.66805267333984,"PosZ":101.33499908447266,"Name":"NPC1","RotY":180.0,"NPCID":3103,"groupId":40,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":76.47000122070312,"PosY":98.94104766845702,"PosZ":101.33499908447266,"Name":"NPC2","RotY":180.0,"NPCID":3104,"groupId":40,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":76.47000122070312,"PosY":99.21405029296876,"PosZ":101.33499908447266,"Name":"NPC3","RotY":180.0,"NPCID":3105,"groupId":40,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":76.47000122070312,"PosY":98.03204345703124,"PosZ":87.94999694824219,"RotY":0.0,"groupId":0}}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.6689500212669373,"PosY":-225.24789428710935,"PosZ":-71.14399719238281,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.839839935302734,"PosY":-225.24789428710935,"PosZ":-39.04999923706055,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.27001953125,"PosY":-225.24789428710935,"PosZ":-38.31005859375,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.770020008087158,"PosY":-225.1533966064453,"PosZ":-35.8101806640625,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.270020008087158,"PosY":-225.24789428710935,"PosZ":-38.31005859375,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.770000457763672,"PosY":-225.24789428710935,"PosZ":-47.290000915527344,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.970000267028809,"PosY":-225.24789428710935,"PosZ":-47.65999984741211,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.770000457763672,"PosY":-225.24789428710935,"PosZ":-48.15999984741211,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.7699999809265137,"PosY":-225.24789428710935,"PosZ":-55.31999969482422,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.569999933242798,"PosY":-225.24789428710935,"PosZ":-55.65999984741211,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.7699999809265137,"PosY":-225.24789428710935,"PosZ":-56.15999984741211,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.7699999809265137,"PosY":-225.24789428710935,"PosZ":-52.15999984741211,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.770000457763672,"PosY":-225.24789428710935,"PosZ":-52.15999984741211,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-5.769999980926514,"PosY":-225.24789428710935,"PosZ":-62.15999984741211,"RotY":0.0,"groupId":0}}},"43":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.770000457763672,"PosY":-225.24789428710935,"PosZ":-43.15999984741211,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.7699999809265137,"PosY":-225.24789428710935,"PosZ":-43.15999984741211,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"44":{"props":[],"npcs":[{"ID":400001,"PosX":-2.7699999809265137,"PosY":-225.24789428710935,"PosZ":-43.15999984741211,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":44,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"45":{"props":[],"npcs":[{"ID":400001,"PosX":-8.770000457763672,"PosY":-225.24789428710935,"PosZ":-43.15999984741211,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":45,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"46":{"props":[],"npcs":[{"ID":400001,"PosX":-5.769999980926514,"PosY":-225.24789428710935,"PosZ":-42.15999984741211,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":46,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"47":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-7.769999980926514,"PosY":-225.24789428710935,"PosZ":-44.15999984741211,"NPCMonsterID":1002040,"EventID":0,"groupId":47,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"48":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-3.7699999809265137,"PosY":-225.24789428710935,"PosZ":-44.15999984741211,"NPCMonsterID":1002040,"EventID":0,"groupId":48,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"49":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-5.769999980926514,"PosY":-225.24789428710935,"PosZ":-42.15999984741211,"NPCMonsterID":1002040,"EventID":0,"groupId":49,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"50":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.7035800218582153,"PosY":76.97000122070312,"PosZ":-14.22599983215332,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.9300000071525575,"PosY":82.91000366210938,"PosZ":-1.4459999799728394,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.429999828338623,"PosY":95.0,"PosZ":16.959999084472656,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.9300000071525575,"PosY":95.0,"PosZ":19.459999084472656,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":2.569999933242798,"PosY":95.0,"PosZ":16.959999084472656,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.929999828338623,"PosY":95.0,"PosZ":8.680000305175781,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.130000114440918,"PosY":95.0,"PosZ":8.309999465942383,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.929999828338623,"PosY":95.0,"PosZ":7.809999942779541,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":3.069999933242798,"PosY":95.0,"PosZ":1.2400000095367432,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":2.2699999809265137,"PosY":95.0,"PosZ":0.8999999761581421,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":3.069999933242798,"PosY":95.0,"PosZ":0.4000000059604645,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":3.069999933242798,"PosY":95.0,"PosZ":4.53000020980835,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.929999828338623,"PosY":95.0,"PosZ":4.53000020980835,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.9300000071525575,"PosY":95.0,"PosZ":-4.840000152587891,"RotY":0.0,"groupId":0}}},"52":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.9300000667572026,"PosY":95.0,"PosZ":12.159999847412108,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":2.069999933242798,"PosY":95.0,"PosZ":12.159999847412108,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"53":{"props":[],"npcs":[{"ID":400001,"PosX":2.069999933242798,"PosY":95.0,"PosZ":12.149999618530272,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":53,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"54":{"props":[],"npcs":[{"ID":400001,"PosX":-3.9300000667572026,"PosY":95.0,"PosZ":12.149999618530272,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":54,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"55":{"props":[],"npcs":[{"ID":400001,"PosX":-0.9300000071525575,"PosY":95.0,"PosZ":13.149999618530272,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":55,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"56":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-2.930000066757202,"PosY":95.0,"PosZ":11.159999847412108,"NPCMonsterID":1002040,"EventID":0,"groupId":56,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"57":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":1.0700000524520874,"PosY":95.0,"PosZ":11.159999847412108,"NPCMonsterID":1002040,"EventID":0,"groupId":57,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"58":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-0.9300000071525575,"PosY":95.0,"PosZ":13.159999847412108,"NPCMonsterID":1002040,"EventID":0,"groupId":58,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":57.560001373291016,"PosY":97.44999694824219,"PosZ":-33.83000183105469,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":57.560001373291016,"PosY":97.44999694824219,"PosZ":-33.83000183105469,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"60":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":43.999961853027344,"PosY":93.95001220703124,"PosZ":-6.75,"RotY":0.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":43.99995040893555,"PosY":97.45001220703124,"PosZ":-4.25,"RotY":0.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":43.999961853027344,"PosY":100.95020294189452,"PosZ":-6.75,"RotY":0.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":43.999961853027344,"PosY":93.45001220703124,"PosZ":-14.659999847412108,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":43.999961853027344,"PosY":94.2500228881836,"PosZ":-15.029999732971191,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":43.999961853027344,"PosY":93.45001220703124,"PosZ":-15.529999732971191,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":43.99995040893555,"PosY":101.4499969482422,"PosZ":-21.989999771118164,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":43.99995040893555,"PosY":100.65000152587892,"PosZ":-22.329999923706055,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":43.99995040893555,"PosY":101.4499969482422,"PosZ":-22.829999923706055,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":43.99995040893555,"PosY":101.4499969482422,"PosZ":-18.829999923706055,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":43.91572952270508,"PosY":93.75006103515624,"PosZ":-18.829999923706055,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":43.99995040893555,"PosY":97.45001220703124,"PosZ":-28.829999923706055,"RotY":0.0,"groupId":0}}},"61":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":43.999961853027344,"PosY":94.45001220703124,"PosZ":-10.609999656677246,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":43.99995040893555,"PosY":100.4499969482422,"PosZ":-10.609999656677246,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"62":{"props":[],"npcs":[{"ID":400001,"PosX":43.98175048828125,"PosY":100.45020294189452,"PosZ":-11.0,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":62,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"63":{"props":[],"npcs":[{"ID":400001,"PosX":43.98175048828125,"PosY":94.45010375976562,"PosZ":-11.0,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"64":{"props":[],"npcs":[{"ID":400001,"PosX":44.0,"PosY":97.45118713378906,"PosZ":-10.0,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":64,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"65":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":43.999961853027344,"PosY":95.45001220703124,"PosZ":-11.590000152587892,"NPCMonsterID":1002040,"EventID":0,"groupId":65,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"66":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":43.99995040893555,"PosY":99.45001220703124,"PosZ":-11.590000152587892,"NPCMonsterID":1002040,"EventID":0,"groupId":66,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"67":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":43.99995040893555,"PosY":97.45001220703124,"PosZ":-9.59000015258789,"NPCMonsterID":1002040,"EventID":0,"groupId":67,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.32000732421875,"PosY":-221.9499969482422,"PosZ":-86.9000015258789,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.32000732421875,"PosY":-221.9499969482422,"PosZ":-86.9000015258789,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"69":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.82000732421875,"PosY":-204.9698028564453,"PosZ":-58.900001525878906,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.32000732421875,"PosY":-204.9698028564453,"PosZ":-56.400001525878906,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-137.82000732421875,"PosY":-204.9698028564453,"PosZ":-58.900001525878906,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-145.32000732421875,"PosY":-204.9698028564453,"PosZ":-67.02999877929688,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.52000427246094,"PosY":-204.9698028564453,"PosZ":-67.4000015258789,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-145.32000732421875,"PosY":-204.9698028564453,"PosZ":-67.9000015258789,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-138.11000061035156,"PosY":-204.9698028564453,"PosZ":-76.93998718261719,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-138.91000366210938,"PosY":-204.9698028564453,"PosZ":-77.27999877929688,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-138.11000061035156,"PosY":-204.9698028564453,"PosZ":-77.77999877929688,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-137.82000732421875,"PosY":-204.9698028564453,"PosZ":-71.9000015258789,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-145.08999633789065,"PosY":-204.9698028564453,"PosZ":-72.61000061035156,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-141.32000732421875,"PosY":-204.9698028564453,"PosZ":-83.68000030517578,"RotY":0.0,"groupId":0}}},"70":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.32000732421875,"PosY":-204.9698028564453,"PosZ":-62.900001525878906,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-138.32000732421875,"PosY":-204.9698028564453,"PosZ":-62.900001525878906,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"71":{"props":[],"npcs":[{"ID":400001,"PosX":-138.32000732421875,"PosY":-204.9698028564453,"PosZ":-62.900001525878906,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":71,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"72":{"props":[],"npcs":[{"ID":400001,"PosX":-144.32000732421875,"PosY":-204.9698028564453,"PosZ":-62.900001525878906,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":72,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"73":{"props":[],"npcs":[{"ID":400001,"PosX":-141.32000732421875,"PosY":-204.9698028564453,"PosZ":-61.900001525878906,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":73,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"74":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-143.32000732421875,"PosY":-204.9698028564453,"PosZ":-63.900001525878906,"NPCMonsterID":1002040,"EventID":0,"groupId":74,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"75":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-139.32000732421875,"PosY":-204.9698028564453,"PosZ":-63.900001525878906,"NPCMonsterID":1002040,"EventID":0,"groupId":75,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"76":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-141.32000732421875,"PosY":-204.9698028564453,"PosZ":-61.900001525878906,"NPCMonsterID":1002040,"EventID":0,"groupId":76,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"77":{"props":[],"npcs":[{"ID":400002,"PosX":79.47000122070312,"PosY":98.03204345703124,"PosZ":99.56999969482422,"Name":"NPC2","RotY":210.0,"NPCID":1007,"groupId":77,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"78":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.0,"PosY":95.0,"PosZ":-9.012999534606934,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.1030000448226929,"PosY":98.0,"PosZ":56.93899917602539,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.8349999785423279,"PosY":95.82000732421876,"PosZ":142.30599975585938,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":39.51900100708008,"PosY":88.40001678466797,"PosZ":103.22000122070312,"RotY":89.9999771118164,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":48.55799865722656,"PosY":84.40001678466797,"PosZ":82.24199676513672,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"79":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":11.234000205993652,"PosY":95.0,"PosZ":17.99995994567871,"RotY":90.0,"PropID":103034,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_04_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":32.0,"PosY":91.0,"PosZ":-2.8970000743865967,"RotY":0.0,"PropID":103011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":23.479999542236328,"PosY":96.15001678466797,"PosZ":9.640000343322754,"RotY":0.0,"PropID":103010,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_GravityRoomAirLockSpace_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P80406_F80406001":{"teleports":{},"group_items":{"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.05000000074505806,"PosY":1.7090020179748535,"PosZ":59.06999969482422,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.05000000074505806,"PosY":-11.81999969482422,"PosZ":69.12000274658203,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.549999952316284,"PosY":0.6100040078163147,"PosZ":84.25,"RotY":90.00007629394531,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.05000000074505806,"PosY":0.6100040078163147,"PosZ":86.75,"RotY":90.00007629394531,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":3.450000047683716,"PosY":0.6100040078163147,"PosZ":84.25,"RotY":90.00007629394531,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":3.569999933242798,"PosY":0.6100040078163147,"PosZ":74.05999755859375,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":2.7699999809265137,"PosY":0.6100040078163147,"PosZ":73.7199935913086,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":3.569999933242798,"PosY":0.6100040078163147,"PosZ":73.2199935913086,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.04999899864196777,"PosY":1.7061619758605957,"PosZ":64.86000061035156,"RotY":0.0,"groupId":0}}},"8":{"props":[],"npcs":[{"ID":400001,"PosX":3.950000047683716,"PosY":0.5720710158348083,"PosZ":78.760009765625,"Name":"NPC1","RotY":210.0,"NPCID":1013,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"9":{"props":[],"npcs":[{"ID":400002,"PosX":-4.050000190734863,"PosY":0.5720700025558472,"PosZ":78.76000213623047,"Name":"NPC2","RotY":150.0,"NPCID":1007,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-277.3900146484375,"PosY":6.262373924255371,"PosZ":852.3099975585938,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-277.3599853515625,"PosY":4.7807841300964355,"PosZ":812.6500244140625,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-273.8599853515625,"PosY":6.314871788024902,"PosZ":821.3701171875,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-277.3599853515625,"PosY":6.314877033233643,"PosZ":818.869873046875,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-280.8599853515625,"PosY":6.314871788024902,"PosZ":821.3699951171875,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-274.3599853515625,"PosY":6.705338001251221,"PosZ":833.2598876953125,"RotY":330.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_Rogue_ReviveMachine_02.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-280.3599853515625,"PosY":6.705316066741943,"PosZ":833.2598266601564,"RotY":180.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-274.3599853515625,"PosY":6.707064151763916,"PosZ":825.7600708007812,"RotY":9.999999747378752e-6,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-277.3599853515625,"PosY":6.70377779006958,"PosZ":825.7598876953125,"RotY":9.999999747378752e-6,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-280.3599853515625,"PosY":6.707045078277588,"PosZ":825.7598876953125,"RotY":9.999999747378752e-6,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":-280.3599853515625,"PosY":7.347000122070312,"PosZ":833.489013671875,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3103,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-280.3599853515625,"PosY":7.619999885559082,"PosZ":833.489013671875,"Name":"NPC2","RotY":9.999999747378752e-6,"NPCID":3104,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-280.3599853515625,"PosY":7.89300012588501,"PosZ":833.489013671875,"Name":"NPC3","RotY":9.999999747378752e-6,"NPCID":3105,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-277.3599853515625,"PosY":6.262906074523926,"PosZ":841.3599853515625,"RotY":180.0,"groupId":0}}},"12":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-277.3599853515625,"PosY":6.716644763946533,"PosZ":828.4299926757812,"NPCMonsterID":1002040,"EventID":0,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-252.7400054931641,"PosY":-125.5,"PosZ":464.0799865722656,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-270.7731018066406,"PosY":-126.18000030517578,"PosZ":462.6799926757813,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-274.2731018066406,"PosY":-110.61229705810548,"PosZ":477.5499877929687,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-270.7731018066406,"PosY":-110.61019897460938,"PosZ":480.0499877929687,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-267.2731018066406,"PosY":-110.61329650878906,"PosZ":477.5499877929687,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-270.7731018066406,"PosY":-111.02140045166016,"PosZ":461.2799987792969,"RotY":0.0,"groupId":0}}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-267.6400146484375,"PosY":-110.61820220947266,"PosZ":472.0799865722656,"RotY":0.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-273.6400146484375,"PosY":-110.61679840087892,"PosZ":472.0799865722656,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-267.6400146484375,"PosY":-109.6790008544922,"PosZ":471.7720031738282,"Name":"NPC1","RotY":180.0,"NPCID":3104,"groupId":15,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-267.6400146484375,"PosY":-109.96099853515624,"PosZ":471.802001953125,"Name":"NPC2","RotY":180.0,"NPCID":3103,"groupId":15,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-270.7731018066406,"PosY":-110.61150360107422,"PosZ":472.9800109863282,"RotY":0.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-273.7731018066406,"PosY":-110.61100006103516,"PosZ":470.9800109863282,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-267.7731018066406,"PosY":-110.61180114746094,"PosZ":470.9800109863282,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":-270.7731018066406,"PosY":-109.68800354003906,"PosZ":472.7720031738282,"Name":"NPC1","RotY":180.0,"NPCID":3107,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-270.7731018066406,"PosY":-109.96600341796876,"PosZ":472.7720031738282,"Name":"NPC2","RotY":180.0,"NPCID":3106,"groupId":16,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-267.7731018066406,"PosY":-110.61489868164064,"PosZ":472.2200012207031,"RotY":0.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-273.7731018066406,"PosY":-110.61389923095705,"PosZ":472.2200012207031,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-267.7731018066406,"PosY":-109.6790008544922,"PosZ":471.9939880371094,"Name":"NPC1","RotY":180.0,"NPCID":3107,"groupId":17,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-267.7731018066406,"PosY":-109.95700073242188,"PosZ":471.9939880371094,"Name":"NPC2","RotY":180.0,"NPCID":3106,"groupId":17,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-270.1600036621094,"PosY":-133.36000061035156,"PosZ":391.8500061035156,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-270.3800048828125,"PosY":-119.05660247802734,"PosZ":406.0700073242187,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-273.6600036621094,"PosY":-120.93609619140624,"PosZ":394.6600036621094,"RotY":90.00007629394531,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-270.1600036621094,"PosY":-120.93609619140624,"PosZ":397.6600036621094,"RotY":90.00007629394531,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-266.6600036621094,"PosY":-120.93609619140624,"PosZ":394.6600036621094,"RotY":90.00007629394531,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-273.1600036621094,"PosY":-120.93609619140624,"PosZ":383.239990234375,"RotY":150.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-266.3500061035156,"PosY":-120.93609619140624,"PosZ":378.5799865722656,"RotY":0.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-267.1499938964844,"PosY":-120.93609619140624,"PosZ":378.239990234375,"RotY":0.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-266.3500061035156,"PosY":-120.93609619140624,"PosZ":377.739990234375,"RotY":0.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-270.1600036621094,"PosY":-120.93609619140624,"PosZ":387.66500854492193,"RotY":0.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-270.1600036621094,"PosY":-120.30010223388672,"PosZ":387.4299926757813,"Name":"NPC1","RotY":180.0,"NPCID":3103,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":-270.1600036621094,"PosY":-120.027099609375,"PosZ":387.4299926757813,"Name":"NPC2","RotY":180.0,"NPCID":3104,"groupId":21,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":-270.1600036621094,"PosY":-119.75409698486328,"PosZ":387.4299926757813,"Name":"NPC3","RotY":180.0,"NPCID":3105,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-270.1600036621094,"PosY":-120.93609619140624,"PosZ":373.239990234375,"RotY":0.0,"groupId":0}}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-443.75,"PosY":-119.12570190429688,"PosZ":412.54000854492193,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-440.6300048828125,"PosY":-132.27999877929688,"PosZ":404.3900146484375,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-437.1300048828125,"PosY":-120.93579864501952,"PosZ":381.510009765625,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-440.6300048828125,"PosY":-120.93579864501952,"PosZ":379.010009765625,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-444.1300048828125,"PosY":-120.93579864501952,"PosZ":381.510009765625,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-437.1199951171875,"PosY":-120.93579864501952,"PosZ":391.25,"RotY":9.999999747378752e-6,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-437.9200134277344,"PosY":-120.93579864501952,"PosZ":391.6199951171875,"RotY":9.999999747378752e-6,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-437.1199951171875,"PosY":-120.93579864501952,"PosZ":392.1199951171875,"RotY":9.999999747378752e-6,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-444.3200073242187,"PosY":-120.93579864501952,"PosZ":398.9800109863282,"RotY":9.999999747378752e-6,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-443.5199890136718,"PosY":-120.93579864501952,"PosZ":399.3200073242187,"RotY":9.999999747378752e-6,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-444.3200073242187,"PosY":-120.93579864501952,"PosZ":399.8200073242187,"RotY":9.999999747378752e-6,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-444.6300048828125,"PosY":-120.93579864501952,"PosZ":395.239990234375,"RotY":9.999999747378752e-6,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-436.6300048828125,"PosY":-120.93579864501952,"PosZ":395.239990234375,"RotY":9.999999747378752e-6,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-440.6300048828125,"PosY":-119.12580108642578,"PosZ":406.6799926757813,"RotY":180.0,"groupId":0}}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-437.6300048828125,"PosY":-120.93579864501952,"PosZ":386.5799865722656,"RotY":9.999999747378752e-6,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-443.6300048828125,"PosY":-120.93579864501952,"PosZ":386.5799865722656,"RotY":9.999999747378752e-6,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"25":{"props":[],"npcs":[{"ID":400001,"PosX":-443.6300048828125,"PosY":-120.93579864501952,"PosZ":386.8599853515625,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":25,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"26":{"props":[],"npcs":[{"ID":400001,"PosX":-437.6300048828125,"PosY":-120.93579864501952,"PosZ":386.8599853515625,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":26,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"27":{"props":[],"npcs":[{"ID":400001,"PosX":-440.6300048828125,"PosY":-120.93579864501952,"PosZ":385.8599853515625,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":27,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"28":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-438.6300048828125,"PosY":-120.93579864501952,"PosZ":387.0,"NPCMonsterID":1002040,"EventID":0,"groupId":28,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"29":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-442.6300048828125,"PosY":-120.93579864501952,"PosZ":387.0,"NPCMonsterID":1002040,"EventID":0,"groupId":29,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"30":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-440.6300048828125,"PosY":-120.93579864501952,"PosZ":385.0,"NPCMonsterID":1002040,"EventID":0,"groupId":30,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":216.6300048828125,"PosY":-38.4900016784668,"PosZ":260.6499938964844,"RotY":90.00000762939453,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":232.8000030517578,"PosY":-27.90032958984375,"PosZ":266.2099914550781,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":246.0500030517578,"PosY":-27.827470779418945,"PosZ":284.3399963378906,"RotY":180.00010681152344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":248.5500030517578,"PosY":-27.827470779418945,"PosZ":280.8399963378906,"RotY":180.00010681152344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":246.0500030517578,"PosY":-27.827470779418945,"PosZ":277.3399963378906,"RotY":180.00010681152344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":236.5,"PosY":-27.827470779418945,"PosZ":284.8399963378906,"RotY":270.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":236.1300048828125,"PosY":-27.827470779418945,"PosZ":284.0400085449219,"RotY":270.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":235.6300048828125,"PosY":-27.827470779418945,"PosZ":284.8399963378906,"RotY":270.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":226.7100067138672,"PosY":-27.827470779418945,"PosZ":276.8399963378906,"RotY":270.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":226.3699951171875,"PosY":-27.827470779418945,"PosZ":277.6400146484375,"RotY":270.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":225.8699951171875,"PosY":-27.827470779418945,"PosZ":276.8399963378906,"RotY":270.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":231.6300048828125,"PosY":-27.827470779418945,"PosZ":276.8399963378906,"RotY":270.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":231.6300048828125,"PosY":-27.827470779418945,"PosZ":284.8399963378906,"RotY":270.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":220.27000427246097,"PosY":-27.827470779418945,"PosZ":280.8399963378906,"RotY":90.00000762939453,"groupId":0}}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":240.6300048828125,"PosY":-27.827470779418945,"PosZ":283.8399963378906,"RotY":270.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":240.6300048828125,"PosY":-27.827470779418945,"PosZ":277.8399963378906,"RotY":270.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"34":{"props":[],"npcs":[{"ID":400001,"PosX":240.6300048828125,"PosY":-27.827470779418945,"PosZ":277.8399963378906,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":34,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"35":{"props":[],"npcs":[{"ID":400001,"PosX":240.6300048828125,"PosY":-27.827470779418945,"PosZ":283.8399963378906,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":35,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"36":{"props":[],"npcs":[{"ID":400001,"PosX":241.6300048828125,"PosY":-27.827470779418945,"PosZ":280.8399963378906,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":36,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"37":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":239.6300048828125,"PosY":-27.827470779418945,"PosZ":282.8399963378906,"NPCMonsterID":1002040,"EventID":0,"groupId":37,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"38":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":239.6300048828125,"PosY":-27.827470779418945,"PosZ":278.8399963378906,"NPCMonsterID":1002040,"EventID":0,"groupId":38,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"39":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":241.6300048828125,"PosY":-27.827470779418945,"PosZ":280.8399963378906,"NPCMonsterID":1002040,"EventID":0,"groupId":39,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-277.4200134277344,"PosY":-12.279999732971191,"PosZ":758.3599853515625,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-277.4700012207031,"PosY":4.780799865722656,"PosZ":785.419921875,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"50":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-280.9200134277344,"PosY":2.875430107116699,"PosZ":772.8400268554688,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-277.4200134277344,"PosY":2.875430107116699,"PosZ":775.3400268554688,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-273.9200134277344,"PosY":2.875430107116699,"PosZ":772.8400268554688,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-280.70001220703125,"PosY":2.875430107116699,"PosZ":762.3599853515625,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-279.8999938964844,"PosY":2.875430107116699,"PosZ":761.989990234375,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-280.70001220703125,"PosY":2.875430107116699,"PosZ":761.489990234375,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-273.6400146484375,"PosY":2.875430107116699,"PosZ":755.010009765625,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-274.44000244140625,"PosY":2.875430107116699,"PosZ":754.6699829101564,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-273.6400146484375,"PosY":2.875430107116699,"PosZ":754.1699829101564,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-274.20001220703125,"PosY":2.875430107116699,"PosZ":758.5599975585938,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-280.57000732421875,"PosY":2.875430107116699,"PosZ":758.530029296875,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-277.4200134277344,"PosY":2.875430107116699,"PosZ":747.7999877929688,"RotY":0.0,"groupId":0}}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-280.4200134277344,"PosY":2.875430107116699,"PosZ":767.5599975585938,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-274.4200134277344,"PosY":2.875430107116699,"PosZ":767.5599975585938,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"52":{"props":[],"npcs":[{"ID":400001,"PosX":-274.4200134277344,"PosY":2.875430107116699,"PosZ":767.5599975585938,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":52,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"53":{"props":[],"npcs":[{"ID":400001,"PosX":-280.4200134277344,"PosY":2.875430107116699,"PosZ":767.5599975585938,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":53,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"54":{"props":[],"npcs":[{"ID":400001,"PosX":-277.4200134277344,"PosY":2.875430107116699,"PosZ":768.5599975585938,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":54,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"55":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-279.4200134277344,"PosY":2.875430107116699,"PosZ":766.5599975585938,"NPCMonsterID":1002040,"EventID":0,"groupId":55,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"56":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-275.4200134277344,"PosY":2.875430107116699,"PosZ":766.5599975585938,"NPCMonsterID":1002040,"EventID":0,"groupId":56,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"57":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-277.4200134277344,"PosY":2.875430107116699,"PosZ":768.5599975585938,"NPCMonsterID":1002040,"EventID":0,"groupId":57,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":253.2899932861328,"PosY":50.22182846069336,"PosZ":798.0599975585938,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":283.7770080566406,"PosY":48.836078643798835,"PosZ":777.0449829101564,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":300.20001220703125,"PosY":48.836078643798835,"PosZ":793.9000244140625,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":284.7300109863281,"PosY":48.742279052734375,"PosZ":816.1799926757812,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":300.20001220703125,"PosY":48.836078643798835,"PosZ":811.5369873046875,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":255.11000061035156,"PosY":48.721900939941406,"PosZ":785.4600219726564,"RotY":0.00007200000254670158,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":252.61000061035156,"PosY":48.721900939941406,"PosZ":788.9600219726564,"RotY":0.00007200000254670158,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":255.11000061035156,"PosY":48.721900939941406,"PosZ":792.4600219726564,"RotY":0.00007200000254670158,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":263.239990234375,"PosY":48.721900939941406,"PosZ":784.9600219726564,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":263.6099853515625,"PosY":48.721900939941406,"PosZ":785.760009765625,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":264.1099853515625,"PosY":48.721900939941406,"PosZ":784.9600219726564,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":271.2699890136719,"PosY":48.721900939941406,"PosZ":792.9600219726564,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":271.6099853515625,"PosY":48.721900939941406,"PosZ":792.1599731445312,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":272.1099853515625,"PosY":48.721900939941406,"PosZ":792.9600219726564,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":268.1099853515625,"PosY":48.721900939941406,"PosZ":792.9600219726564,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":268.1099853515625,"PosY":48.721900939941406,"PosZ":784.9600219726564,"RotY":90.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":278.1099853515625,"PosY":48.721900939941406,"PosZ":788.9600219726564,"RotY":270.0,"groupId":0}}},"60":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":259.1099853515625,"PosY":48.721900939941406,"PosZ":785.9600219726564,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":259.1099853515625,"PosY":48.721900939941406,"PosZ":791.9600219726564,"RotY":90.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"61":{"props":[],"npcs":[{"ID":400001,"PosX":259.1099853515625,"PosY":48.721900939941406,"PosZ":791.9600219726564,"Name":"NPC1","RotY":90.0,"NPCID":3013,"groupId":61,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"62":{"props":[],"npcs":[{"ID":400001,"PosX":259.1099853515625,"PosY":48.721900939941406,"PosZ":785.9600219726564,"Name":"NPC1","RotY":90.0,"NPCID":3013,"groupId":62,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"63":{"props":[],"npcs":[{"ID":400001,"PosX":258.1099853515625,"PosY":48.721900939941406,"PosZ":788.9600219726564,"Name":"NPC1","RotY":90.0,"NPCID":3013,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"64":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":260.1099853515625,"PosY":48.721900939941406,"PosZ":786.9600219726564,"NPCMonsterID":1002040,"EventID":0,"groupId":64,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"65":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":260.1099853515625,"PosY":48.721900939941406,"PosZ":790.9600219726564,"NPCMonsterID":1002040,"EventID":0,"groupId":65,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"66":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":258.1099853515625,"PosY":48.721900939941406,"PosZ":788.9600219726564,"NPCMonsterID":1002040,"EventID":0,"groupId":66,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":437.9960021972656,"PosY":-22.038490295410156,"PosZ":864.72998046875,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":434.8399963378906,"PosY":-30.38999938964844,"PosZ":862.0499877929688,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":428.4500122070313,"PosY":-18.835329055786133,"PosZ":839.7999877929688,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":424.9500122070313,"PosY":-18.835329055786133,"PosZ":837.2999877929688,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":421.4500122070313,"PosY":-18.835329055786133,"PosZ":839.7999877929688,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":428.9500122070313,"PosY":-18.835329055786133,"PosZ":847.8800048828125,"RotY":9.999999747378752e-6,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":428.1499938964844,"PosY":-18.835329055786133,"PosZ":848.25,"RotY":9.999999747378752e-6,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":428.9500122070313,"PosY":-18.835329055786133,"PosZ":848.75,"RotY":9.999999747378752e-6,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":421.6300048828125,"PosY":-18.835329055786133,"PosZ":855.9099731445312,"RotY":9.999999747378752e-6,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":422.4299926757813,"PosY":-18.835329055786133,"PosZ":856.25,"RotY":9.999999747378752e-6,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":421.6300048828125,"PosY":-18.835329055786133,"PosZ":856.75,"RotY":9.999999747378752e-6,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":421.989990234375,"PosY":-18.835329055786133,"PosZ":852.75,"RotY":9.999999747378752e-6,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":428.9500122070313,"PosY":-18.835329055786133,"PosZ":852.75,"RotY":9.999999747378752e-6,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":426.79000854492193,"PosY":-18.835329055786133,"PosZ":862.75,"RotY":180.0,"groupId":0}}},"69":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":427.9500122070313,"PosY":-18.835329055786133,"PosZ":843.75,"RotY":9.999999747378752e-6,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":421.9500122070313,"PosY":-18.835329055786133,"PosZ":843.75,"RotY":9.999999747378752e-6,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"70":{"props":[],"npcs":[{"ID":400001,"PosX":421.9500122070313,"PosY":-18.835329055786133,"PosZ":843.75,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":70,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"71":{"props":[],"npcs":[{"ID":400001,"PosX":427.9500122070313,"PosY":-18.835329055786133,"PosZ":843.75,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":71,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"72":{"props":[],"npcs":[{"ID":400001,"PosX":424.9500122070313,"PosY":-18.835329055786133,"PosZ":842.75,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":72,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"73":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":426.9500122070313,"PosY":-18.835329055786133,"PosZ":844.75,"NPCMonsterID":1002040,"EventID":0,"groupId":73,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"74":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":422.9500122070313,"PosY":-18.835329055786133,"PosZ":844.75,"NPCMonsterID":1002040,"EventID":0,"groupId":74,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"75":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":424.9500122070313,"PosY":-18.835329055786133,"PosZ":842.75,"NPCMonsterID":1002040,"EventID":0,"groupId":75,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"76":{"props":[],"npcs":[{"ID":400002,"PosX":-267.1600036621094,"PosY":-120.93609619140624,"PosZ":383.239990234375,"Name":"NPC2","RotY":210.0,"NPCID":1007,"groupId":76,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P80407_F80407001":{"teleports":{},"group_items":{"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":3.2882308959960938,"PosZ":245.5500030517578,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.06999969482422,"PosY":4.5049591064453125,"PosZ":266.489990234375,"RotY":72.0377426147461,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":30.09476089477539,"PosY":4.571868896484375,"PosZ":266.6684875488281,"RotY":288.23779296875,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.5,"PosY":4.639434814453125,"PosZ":290.17999267578125,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":4.639434814453125,"PosZ":292.67999267578125,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":3.5,"PosY":4.639434814453125,"PosZ":290.17999267578125,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.0,"PosY":4.639434814453125,"PosZ":278.5400085449219,"RotY":150.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_Rogue_ReviveMachine_02.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":3.0,"PosY":4.639434814453125,"PosZ":278.5400085449219,"RotY":0.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.0,"PosY":4.639434814453125,"PosZ":284.5400085449219,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":4.639434814453125,"PosZ":284.5400085449219,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":3.0,"PosY":4.639434814453125,"PosZ":284.5400085449219,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":3.0,"PosY":5.275434970855713,"PosZ":278.3500061035156,"Name":"NPC1","RotY":180.0,"NPCID":3103,"groupId":32,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":3.0,"PosY":5.548435211181641,"PosZ":278.3500061035156,"Name":"NPC2","RotY":180.0,"NPCID":3104,"groupId":32,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":3.0,"PosY":5.82143497467041,"PosZ":278.3500061035156,"Name":"NPC3","RotY":180.0,"NPCID":3105,"groupId":32,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.0,"PosY":4.639434814453125,"PosZ":265.5400085449219,"RotY":0.0,"groupId":0}}},"33":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":0.0,"PosY":4.639434814453125,"PosZ":281.5400085449219,"NPCMonsterID":1002040,"EventID":0,"groupId":33,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":87.7699966430664,"PosY":104.7156982421875,"PosZ":790.3300170898436,"RotY":90.00000762939453,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":87.7699966430664,"PosY":104.7156982421875,"PosZ":790.3300170898436,"RotY":90.00000762939453,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":99.0,"PosY":104.7156982421875,"PosZ":779.219970703125,"RotY":180.00010681152344,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":101.5,"PosY":104.7156982421875,"PosZ":775.719970703125,"RotY":180.00010681152344,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":99.0,"PosY":104.7156982421875,"PosZ":772.219970703125,"RotY":180.00010681152344,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":92.80000305175781,"PosY":104.7156982421875,"PosZ":778.719970703125,"RotY":240.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":89.06999969482422,"PosY":104.7156982421875,"PosZ":771.9500122070312,"RotY":90.00000762939453,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":88.7300033569336,"PosY":104.7156982421875,"PosZ":772.75,"RotY":90.00000762939453,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":88.2300033569336,"PosY":104.7156982421875,"PosZ":771.9500122070312,"RotY":90.00000762939453,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":95.56999969482422,"PosY":104.7156982421875,"PosZ":775.719970703125,"RotY":90.00000762939453,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":95.33499908447266,"PosY":105.35169982910156,"PosZ":775.719970703125,"Name":"NPC1","RotY":270.0,"NPCID":3103,"groupId":35,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":95.33499908447266,"PosY":105.62470245361328,"PosZ":775.719970703125,"Name":"NPC2","RotY":270.0,"NPCID":3104,"groupId":35,"IsDelete":false,"IsClientOnly":false},{"ID":400003,"PosX":95.33499908447266,"PosY":105.89769744873048,"PosZ":775.719970703125,"Name":"NPC3","RotY":270.0,"NPCID":3105,"groupId":35,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":81.70999908447266,"PosY":104.7156982421875,"PosZ":775.719970703125,"RotY":90.00000762939453,"groupId":0}}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":209.22000122070312,"PosY":0.7082089781761169,"PosZ":-399.8999938964844,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":190.52999877929688,"PosY":0.26945599913597107,"PosZ":-383.29000854492193,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":190.52999877929688,"PosY":0.26945799589157104,"PosZ":-419.1000061035156,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":187.2400054931641,"PosY":1.1257139444351196,"PosZ":-403.3999938964844,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":184.7400054931641,"PosY":1.1257139444351196,"PosZ":-399.8999938964844,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":187.2400054931641,"PosY":1.1257150173187256,"PosZ":-396.3999938964844,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":204.22000122070312,"PosY":1.1633570194244385,"PosZ":-399.8999938964844,"RotY":270.0,"groupId":0}}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":192.57000732421875,"PosY":1.1633570194244385,"PosZ":-396.8999938964844,"RotY":270.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":192.57000732421875,"PosY":1.1633570194244385,"PosZ":-402.8999938964844,"RotY":90.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":192.8260040283203,"PosY":2.081357002258301,"PosZ":-396.8999938964844,"Name":"NPC1","RotY":90.0,"NPCID":3104,"groupId":38,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":192.79600524902344,"PosY":1.7993570566177368,"PosZ":-396.8999938964844,"Name":"NPC2","RotY":90.0,"NPCID":3103,"groupId":38,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"39":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":191.96400451660156,"PosY":1.1633570194244385,"PosZ":-399.8999938964844,"RotY":270.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":193.96400451660156,"PosY":1.1633570194244385,"PosZ":-402.8999938964844,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":193.96400451660156,"PosY":1.1633570194244385,"PosZ":-396.8999938964844,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":192.19000244140625,"PosY":2.077357053756714,"PosZ":-399.8999938964844,"Name":"NPC1","RotY":90.0,"NPCID":3107,"groupId":39,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":192.19000244140625,"PosY":1.7993570566177368,"PosZ":-399.8999938964844,"Name":"NPC2","RotY":90.0,"NPCID":3106,"groupId":39,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"40":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":192.47000122070312,"PosY":1.1633570194244385,"PosZ":-396.8999938964844,"RotY":270.0,"PropID":1038,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_CookerThrone_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":192.47000122070312,"PosY":1.1633570194244385,"PosZ":-402.8999938964844,"RotY":90.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":192.6959991455078,"PosY":2.077357053756714,"PosZ":-396.8999938964844,"Name":"NPC1","RotY":90.0,"NPCID":3107,"groupId":40,"IsDelete":false,"IsClientOnly":false},{"ID":400002,"PosX":192.6959991455078,"PosY":1.7993570566177368,"PosZ":-396.8999938964844,"Name":"NPC2","RotY":90.0,"NPCID":3106,"groupId":40,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.420000076293944,"PosY":11.513319969177246,"PosZ":37.930999755859375,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.420000076293944,"PosY":-1.1100000143051147,"PosZ":37.970001220703125,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.2599983215332,"PosY":11.513319969177246,"PosZ":34.470001220703125,"RotY":0.00007200000254670158,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.7599983215332,"PosY":11.513319969177246,"PosZ":37.970001220703125,"RotY":0.00007200000254670158,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.2599983215332,"PosY":11.513319969177246,"PosZ":41.470001220703125,"RotY":0.00007200000254670158,"PropID":1036,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.520000457763672,"PosY":11.513319969177246,"PosZ":42.040000915527344,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.18000030517578,"PosY":11.513319969177246,"PosZ":41.2400016784668,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.68000030517578,"PosY":11.513319969177246,"PosZ":42.040000915527344,"RotY":90.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-19.6299991607666,"PosY":11.513319969177246,"PosZ":37.939998626708984,"RotY":270.0,"groupId":0}}},"43":{"props":[],"npcs":[{"ID":400001,"PosX":-30.43000030517578,"PosY":11.511630058288574,"PosZ":41.400001525878906,"Name":"NPC1","RotY":120.0,"NPCID":1013,"groupId":43,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"44":{"props":[],"npcs":[{"ID":400002,"PosX":-30.790000915527344,"PosY":11.523770332336426,"PosZ":34.400001525878906,"Name":"NPC2","RotY":60.0,"NPCID":1007,"groupId":44,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"45":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.7394400238990784,"PosY":7.923079967498779,"PosZ":-25.349990844726562,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.14000000059604645,"PosY":-10.960000038146973,"PosZ":-25.350000381469727,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.359999895095825,"PosY":7.234947204589843,"PosZ":-54.20000076293945,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.14000000059604645,"PosY":7.219947814941406,"PosZ":-56.7000617980957,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.6400001049041744,"PosY":7.229949951171875,"PosZ":-54.20003128051758,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.090000152587891,"PosY":7.220008850097656,"PosZ":-45.220001220703125,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.889999866485596,"PosY":7.220008850097656,"PosZ":-44.849998474121094,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.090000152587891,"PosY":7.220008850097656,"PosZ":-44.349998474121094,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":3.559999942779541,"PosY":7.220008850097656,"PosZ":-37.189998626708984,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":4.360000133514404,"PosY":7.220008850097656,"PosZ":-36.849998474121094,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":3.559999942779541,"PosY":7.220008850097656,"PosZ":-36.349998474121094,"RotY":0.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.990000009536743,"PosY":7.220008850097656,"PosZ":-40.349998474121094,"RotY":9.999999747378752e-6,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":2.759999990463257,"PosY":7.220008850097656,"PosZ":-40.349998474121094,"RotY":0.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.14000000059604645,"PosY":7.220008850097656,"PosZ":-30.350000381469727,"RotY":180.0,"groupId":0}}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":2.8599979877471924,"PosY":7.220008850097656,"PosZ":-49.349998474121094,"RotY":0.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.1400020122528076,"PosY":7.220008850097656,"PosZ":-49.349998474121094,"RotY":0.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"48":{"props":[],"npcs":[{"ID":400001,"PosX":-3.1400020122528076,"PosY":7.220008850097656,"PosZ":-49.349998474121094,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":48,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"49":{"props":[],"npcs":[{"ID":400001,"PosX":2.8599979877471924,"PosY":7.220008850097656,"PosZ":-49.349998474121094,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":49,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"50":{"props":[],"npcs":[{"ID":400001,"PosX":-0.14000199735164642,"PosY":7.220008850097656,"PosZ":-50.349998474121094,"Name":"NPC1","RotY":9.999999747378752e-6,"NPCID":3013,"groupId":50,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"51":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":1.8599979877471924,"PosY":7.220008850097656,"PosZ":-48.349998474121094,"NPCMonsterID":1002040,"EventID":0,"groupId":51,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"52":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-2.1400020122528076,"PosY":7.220008850097656,"PosZ":-48.349998474121094,"NPCMonsterID":1002040,"EventID":0,"groupId":52,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"53":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-0.14000199735164642,"PosY":7.220008850097656,"PosZ":-50.349998474121094,"NPCMonsterID":1002040,"EventID":0,"groupId":53,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"54":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.3987700045108795,"PosY":14.95294952392578,"PosZ":59.68999099731445,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.4704500138759613,"PosY":14.952930450439451,"PosZ":104.80999755859376,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"55":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.509999990463257,"PosY":14.962940216064451,"PosZ":92.98999786376953,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.009999999776482582,"PosY":14.95294952392578,"PosZ":95.48998260498047,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":3.490000009536743,"PosY":14.967949867248535,"PosZ":92.98998260498047,"RotY":90.00007629394531,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.010000228881836,"PosY":14.952960014343262,"PosZ":82.3499984741211,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.2100000381469727,"PosY":14.952960014343262,"PosZ":81.9800033569336,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.010000228881836,"PosY":14.952960014343262,"PosZ":81.4800033569336,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":6.324999809265137,"PosY":14.952960014343262,"PosZ":74.87600708007812,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":5.525000095367432,"PosY":14.952960014343262,"PosZ":74.53600311279298,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":6.324999809265137,"PosY":14.952960014343262,"PosZ":74.03600311279298,"RotY":180.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":3.990000009536743,"PosY":14.952960014343262,"PosZ":78.37000274658203,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.010000228881836,"PosY":14.952960014343262,"PosZ":78.37000274658203,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-0.009999999776482582,"PosY":14.952960014343262,"PosZ":67.08999633789062,"RotY":0.0,"groupId":0}}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.009999990463257,"PosY":14.952960014343262,"PosZ":87.37000274658203,"RotY":180.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":2.990000009536743,"PosY":14.952960014343262,"PosZ":87.37000274658203,"RotY":180.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"57":{"props":[],"npcs":[{"ID":400001,"PosX":2.990000009536743,"PosY":14.952960014343262,"PosZ":87.37000274658203,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":57,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"58":{"props":[],"npcs":[{"ID":400001,"PosX":-3.009999990463257,"PosY":14.952960014343262,"PosZ":87.37000274658203,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":58,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"59":{"props":[],"npcs":[{"ID":400001,"PosX":-0.009999999776482582,"PosY":14.952960014343262,"PosZ":88.37000274658203,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":59,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"60":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-2.009999990463257,"PosY":14.952960014343262,"PosZ":86.37000274658203,"NPCMonsterID":1002040,"EventID":0,"groupId":60,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"61":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":1.9900000095367432,"PosY":14.952960014343262,"PosZ":86.37000274658203,"NPCMonsterID":1002040,"EventID":0,"groupId":61,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"62":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-0.009999999776482582,"PosY":14.952960014343262,"PosZ":88.37000274658203,"NPCMonsterID":1002040,"EventID":0,"groupId":62,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"63":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":77.44000244140625,"PosY":0.6600000262260437,"PosZ":218.5099945068359,"RotY":194.42840576171875,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":51.617000579833984,"PosY":2.77020001411438,"PosZ":172.47000122070312,"RotY":54.23088836669922,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":88.58799743652344,"PosY":2.767400026321411,"PosZ":204.3300018310547,"RotY":285.82708740234375,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":67.4800033569336,"PosY":2.5971829891204834,"PosZ":184.3999938964844,"RotY":294.4259033203125,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":63.25952911376953,"PosY":2.622756004333496,"PosZ":183.57119750976565,"RotY":294.4259033203125,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":61.10652923583984,"PosY":2.598768949508667,"PosZ":187.2946014404297,"RotY":294.4259033203125,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":71.59335327148438,"PosY":2.5164849758148193,"PosZ":192.24749755859375,"RotY":24.42572975158691,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":71.01793670654297,"PosY":2.5129990577697754,"PosZ":192.9152069091797,"RotY":24.42572975158691,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":71.95308685302734,"PosY":2.5078608989715576,"PosZ":193.0395965576172,"RotY":24.42572975158691,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":67.62970733642578,"PosY":2.438704013824463,"PosZ":202.86659240722656,"RotY":24.42572975158691,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":68.49870300292969,"PosY":2.435153007507324,"PosZ":202.8453063964844,"RotY":24.42572975158691,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":67.97705078125,"PosY":2.430377960205078,"PosZ":203.6313018798828,"RotY":24.42572975158691,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":66.32308197021484,"PosY":2.4700260162353516,"PosZ":199.989501953125,"RotY":24.42572975158691,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":73.60706329345702,"PosY":2.4682130813598633,"PosZ":196.681396484375,"RotY":24.42572975158691,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":74.0999984741211,"PosY":2.369999885559082,"PosZ":207.44000244140625,"RotY":204.4257049560547,"groupId":0}}},"65":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":68.9751205444336,"PosY":2.557647943496704,"PosZ":188.9008026123047,"RotY":24.42572975158691,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":63.51213836669922,"PosY":2.5590078830718994,"PosZ":191.38189697265625,"RotY":24.42572975158691,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"66":{"props":[],"npcs":[{"ID":400001,"PosX":63.51213836669922,"PosY":2.5590078830718994,"PosZ":191.38189697265625,"Name":"NPC1","RotY":24.42572975158691,"NPCID":3013,"groupId":66,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"67":{"props":[],"npcs":[{"ID":400001,"PosX":68.9751205444336,"PosY":2.557647943496704,"PosZ":188.9008026123047,"Name":"NPC1","RotY":24.42572975158691,"NPCID":3013,"groupId":67,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"68":{"props":[],"npcs":[{"ID":400001,"PosX":65.83013916015625,"PosY":2.56823992729187,"PosZ":189.23089599609375,"Name":"NPC1","RotY":24.42572975158691,"NPCID":3013,"groupId":68,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"69":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":24.42572975158691,"PosX":68.47811889648438,"PosY":2.5479629039764404,"PosZ":190.22479248046875,"NPCMonsterID":1002040,"EventID":0,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"70":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":24.42572975158691,"PosX":64.83612823486328,"PosY":2.5488688945770264,"PosZ":191.87890625,"NPCMonsterID":1002040,"EventID":0,"groupId":70,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"71":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":24.42572975158691,"PosX":65.83013916015625,"PosY":2.56823992729187,"PosZ":189.23089599609375,"NPCMonsterID":1002040,"EventID":0,"groupId":71,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"81":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.58999633789064,"PosY":13.756950378417969,"PosZ":145.5399932861328,"RotY":234.0166015625,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.94000244140625,"PosY":14.749959945678713,"PosZ":153.72000122070312,"RotY":152.4188995361328,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.2895965576172,"PosY":14.749959945678713,"PosZ":123.44969940185548,"RotY":311.53619384765625,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"82":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-136.60389709472656,"PosY":14.21693992614746,"PosZ":122.50070190429688,"RotY":316.63970947265625,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.82460021972656,"PosY":14.216930389404297,"PosZ":123.3289031982422,"RotY":316.63970947265625,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.41000366210938,"PosY":14.216930389404297,"PosZ":127.58999633789064,"RotY":316.63970947265625,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-129.7606964111328,"PosY":14.69159984588623,"PosZ":128.27330017089844,"RotY":46.639678955078125,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.04100036621094,"PosY":14.69159984588623,"PosZ":129.10899353027344,"RotY":46.639678955078125,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-129.12820434570312,"PosY":14.69159984588623,"PosZ":128.87060546875,"RotY":46.639678955078125,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-129.75,"PosY":14.691610336303713,"PosZ":139.2899932861328,"RotY":46.639678955078125,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.95350646972656,"PosY":14.691610336303713,"PosZ":138.94180297851565,"RotY":46.639678955078125,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-129.13929748535156,"PosY":14.691610336303713,"PosZ":139.86669921875,"RotY":46.639678955078125,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.0968017578125,"PosY":14.691610336303713,"PosZ":137.07240295410156,"RotY":46.639678955078125,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.6042022705078,"PosY":14.69159984588623,"PosZ":131.25599670410156,"RotY":46.639678955078125,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-122.08000183105467,"PosY":14.266169548034668,"PosZ":141.02999877929688,"RotY":226.6396942138672,"groupId":0}}},"83":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.83419799804688,"PosY":14.266169548034668,"PosZ":125.80370330810548,"RotY":46.639678955078125,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-137.95370483398438,"PosY":14.266169548034668,"PosZ":130.16600036621094,"RotY":46.639678955078125,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"84":{"props":[],"npcs":[{"ID":400001,"PosX":-137.95370483398438,"PosY":14.266169548034668,"PosZ":130.16600036621094,"Name":"NPC1","RotY":46.639678955078125,"NPCID":3013,"groupId":84,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"85":{"props":[],"npcs":[{"ID":400001,"PosX":-133.83419799804688,"PosY":14.266169548034668,"PosZ":125.80370330810548,"Name":"NPC1","RotY":46.639678955078125,"NPCID":3013,"groupId":85,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"86":{"props":[],"npcs":[{"ID":400001,"PosX":-136.62100219726565,"PosY":14.266169548034668,"PosZ":127.29830169677734,"Name":"NPC1","RotY":46.639678955078125,"NPCID":3013,"groupId":86,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"87":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":46.639678955078125,"PosX":-133.793701171875,"PosY":14.266169548034668,"PosZ":127.21739959716795,"NPCMonsterID":1002040,"EventID":0,"groupId":87,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"88":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":46.639678955078125,"PosX":-136.54010009765625,"PosY":14.266169548034668,"PosZ":130.12559509277344,"NPCMonsterID":1002040,"EventID":0,"groupId":88,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"89":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":46.639678955078125,"PosX":-136.62100219726565,"PosY":14.266169548034668,"PosZ":127.29830169677734,"NPCMonsterID":1002040,"EventID":0,"groupId":89,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"90":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.00399780273438,"PosY":7.259331226348877,"PosZ":118.80999755859376,"RotY":215.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.66000366210938,"PosY":7.259368896484375,"PosZ":105.90000152587892,"RotY":123.46019744873048,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"91":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-89.18000030517578,"PosY":7.259391784667968,"PosZ":87.79000091552734,"RotY":305.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.48097229003906,"PosY":7.259391784667968,"PosZ":87.74964141845702,"RotY":305.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.9140625,"PosY":7.259391784667968,"PosZ":91.80503845214844,"RotY":305.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-83.65247344970702,"PosY":7.259391784667968,"PosZ":94.81490325927734,"RotY":35.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.09557342529298,"PosY":7.259391784667968,"PosZ":95.57685089111328,"RotY":35.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-83.15347290039062,"PosY":7.259391784667968,"PosZ":95.52757263183594,"RotY":35.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-85.59986877441406,"PosY":7.259391784667968,"PosZ":105.98130035400392,"RotY":35.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.74952697753906,"PosY":7.259391784667968,"PosZ":105.8010025024414,"RotY":35.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-85.11805725097656,"PosY":7.259391784667968,"PosZ":106.66940307617188,"RotY":35.0,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-87.4123764038086,"PosY":7.259391784667968,"PosZ":103.3927993774414,"RotY":35.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.85916137695312,"PosY":7.259391784667968,"PosZ":98.8041763305664,"RotY":35.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-78.4000015258789,"PosY":7.259391784667968,"PosZ":109.29000091552734,"RotY":215.0,"groupId":0}}},"92":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-86.8404998779297,"PosY":7.259391784667968,"PosZ":92.00538635253906,"RotY":35.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.75540924072266,"PosY":7.259391784667968,"PosZ":95.44683837890624,"RotY":35.0,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"93":{"props":[],"npcs":[{"ID":400001,"PosX":-91.75540924072266,"PosY":7.259391784667968,"PosZ":95.44683837890624,"Name":"NPC1","RotY":35.0,"NPCID":3013,"groupId":93,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"94":{"props":[],"npcs":[{"ID":400001,"PosX":-86.8404998779297,"PosY":7.259391784667968,"PosZ":92.00538635253906,"Name":"NPC1","RotY":35.0,"NPCID":3013,"groupId":94,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"95":{"props":[],"npcs":[{"ID":400001,"PosX":-89.87152862548828,"PosY":7.259391784667968,"PosZ":92.9069595336914,"Name":"NPC1","RotY":35.0,"NPCID":3013,"groupId":95,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"96":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":35.0,"PosX":-87.08606719970702,"PosY":7.259391784667968,"PosZ":93.3981170654297,"NPCMonsterID":1002040,"EventID":0,"groupId":96,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"97":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":35.0,"PosX":-90.36267852783203,"PosY":7.259391784667968,"PosZ":95.69241333007812,"NPCMonsterID":1002040,"EventID":0,"groupId":97,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"98":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":35.0,"PosX":-89.87152862548828,"PosY":7.259391784667968,"PosZ":92.9069595336914,"NPCMonsterID":1002040,"EventID":0,"groupId":98,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"99":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.41999816894531,"PosY":2.43212890625,"PosZ":171.2100067138672,"RotY":125.51210021972656,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.847999572753906,"PosY":4.210945129394531,"PosZ":151.47500610351565,"RotY":33.49150848388672,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.270000457763672,"PosY":4.206963062286377,"PosZ":146.22000122070312,"RotY":286.7925109863281,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.2999958992004395,"PosY":4.202117919921875,"PosZ":157.55999755859375,"RotY":274.4547119140625,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"100":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.190689086914062,"PosY":4.2021098136901855,"PosZ":159.6591033935547,"RotY":199.88299560546875,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.03006935119629,"PosY":4.2021098136901855,"PosZ":155.5175018310547,"RotY":199.88299560546875,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.57139015197754,"PosY":4.2021098136901855,"PosZ":153.0762939453125,"RotY":199.88299560546875,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.6660099029541,"PosY":4.2021098136901855,"PosZ":162.89430236816406,"RotY":289.88299560546875,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.286029815673828,"PosY":4.2021098136901855,"PosZ":162.26780700683594,"RotY":289.88299560546875,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.484149932861328,"PosY":4.2021098136901855,"PosZ":163.19020080566406,"RotY":289.88299560546875,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.93812942504883,"PosY":4.2021098136901855,"PosZ":158.10220336914065,"RotY":289.88299560546875,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.98579025268555,"PosY":4.2021098136901855,"PosZ":158.9700927734375,"RotY":289.88299560546875,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.72806167602539,"PosY":4.2021098136901855,"PosZ":158.38780212402344,"RotY":289.88299560546875,"PropID":103016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Balloon_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.96649932861328,"PosY":4.2021098136901855,"PosZ":157.02749633789065,"RotY":289.88299560546875,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.24570083618164,"PosY":4.2021098136901855,"PosZ":164.55059814453125,"RotY":289.88299560546875,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-41.0099983215332,"PosY":4.2021098136901855,"PosZ":164.19000244140625,"RotY":109.88300323486328,"groupId":0}}},"101":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.122299194335938,"PosY":4.2021098136901855,"PosZ":160.54930114746094,"RotY":289.88299560546875,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"ChestClosed","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.162900924682617,"PosY":4.2021098136901855,"PosZ":154.9069061279297,"RotY":289.88299560546875,"PropID":1049,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_SlotMachineRogue_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"102":{"props":[],"npcs":[{"ID":400001,"PosX":-24.162900924682617,"PosY":4.2021098136901855,"PosZ":154.9069061279297,"Name":"NPC1","RotY":289.88299560546875,"NPCID":3013,"groupId":102,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"103":{"props":[],"npcs":[{"ID":400001,"PosX":-22.122299194335938,"PosY":4.2021098136901855,"PosZ":160.54930114746094,"Name":"NPC1","RotY":289.88299560546875,"NPCID":3013,"groupId":103,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"104":{"props":[],"npcs":[{"ID":400001,"PosX":-22.20220947265625,"PosY":4.2021098136901855,"PosZ":157.38800048828125,"Name":"NPC1","RotY":289.88299560546875,"NPCID":3013,"groupId":104,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"105":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":289.88299560546875,"PosX":-23.40279006958008,"PosY":4.2021098136901855,"PosZ":159.94900512695312,"NPCMonsterID":1002040,"EventID":0,"groupId":105,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"106":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":289.88299560546875,"PosX":-24.7631893157959,"PosY":4.2021098136901855,"PosZ":156.18739318847656,"NPCMonsterID":1002040,"EventID":0,"groupId":106,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"107":{"props":[],"npcs":[],"monsters":[{"ID":200001,"RotY":289.88299560546875,"PosX":-22.20220947265625,"PosY":4.2021098136901855,"PosZ":157.38800048828125,"NPCMonsterID":1002040,"EventID":0,"groupId":107,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"108":{"props":[],"npcs":[{"ID":400002,"PosX":92.80000305175781,"PosY":104.7156982421875,"PosZ":772.469970703125,"Name":"NPC2","RotY":300.0,"NPCID":1007,"groupId":108,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P80408_F80408001":{"teleports":{},"group_items":{"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Chapter02_X201_MainMission_RoadBlock_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":47.71799850463867,"PosY":-1.3321000337600708,"PosZ":98.26000213623047,"RotY":270.0,"PropID":102037,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.666999816894531,"PosY":-1.147284984588623,"PosZ":-5.46999979019165,"RotY":0.0,"PropID":102175,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_AirBlock_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.72999954223633,"PosY":0.8206639885902405,"PosZ":72.30364990234375,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.140000343322754,"PosY":2.170628070831299,"PosZ":37.66999816894531,"RotY":180.00010681152344,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":6.469998836517334,"PosY":2.220452070236206,"PosZ":46.86000061035156,"RotY":90.00010681152344,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":6.650000095367432,"PosY":2.1705739498138428,"PosZ":66.13500213623047,"RotY":90.00010681152344,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.272010803222656,"PosY":2.2206199169158936,"PosZ":77.1529998779297,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.309999942779541,"PosY":2.1705920696258545,"PosZ":63.95000076293945,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.309999942779541,"PosY":2.1705920696258545,"PosZ":60.45000076293945,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.309999942779541,"PosY":2.1705920696258545,"PosZ":56.95000076293945,"RotY":270.0000915527344,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.760000228881836,"PosY":2.1706089973449707,"PosZ":61.889019012451165,"RotY":269.9255065917969,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.760000228881836,"PosY":2.1706089973449707,"PosZ":60.689998626708984,"RotY":269.9255065917969,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.760000228881836,"PosY":2.1706089973449707,"PosZ":59.389019012451165,"RotY":269.9255065917969,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.540870666503906,"PosY":2.1707611083984375,"PosZ":43.59272003173828,"RotY":90.0,"PropID":1051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EntranceBlockLine_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.899999618530272,"PosY":2.1706290245056152,"PosZ":60.5,"RotY":89.99999237060547,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/RogueTourn/Maze_RogueTourn_AdvTransform.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.119998931884766,"PosY":0.8206650018692015,"PosZ":39.15999984741211,"RotY":269.9255065917969,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-66.51000213623047,"PosY":0.820667028427124,"PosZ":42.5,"RotY":90.0,"groupId":0}}},"16":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.06999969482422,"PosY":2.1706669330596924,"PosZ":54.97999954223633,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/RogueTourn/Maze_RogueTourn_AdvAreaMark.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.75,"PosY":2.170762062072754,"PosZ":43.2499885559082,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.63999938964844,"PosY":2.1706840991973877,"PosZ":43.18000030517578,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.56938171386719,"PosY":2.170703887939453,"PosZ":67.37515258789062,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002059,"EventID":81312013,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002059,"EventID":81312013,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200014,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200015,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200016,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200017,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200018,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200019,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002058,"EventID":81312012,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200020,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002059,"EventID":81312013,"groupId":16,"IsDelete":false,"IsClientOnly":false},{"ID":200021,"RotY":1.2228330373764038,"PosX":-29.340030670166016,"PosY":2.1706790924072266,"PosZ":47.37649917602539,"NPCMonsterID":8002059,"EventID":81312013,"groupId":16,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":22.709999084472656,"PosY":7.036217212677002,"PosZ":-108.63099670410156,"RotY":89.99996185302734,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.8999999761581421,"PosY":7.036217212677002,"PosZ":-108.61000061035156,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"19":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-132.4290008544922,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-132.4290008544922,"NPCMonsterID":1002040,"EventID":0,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"20":{"props":[],"npcs":[{"ID":400001,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-134.07899475097656,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"21":{"props":[],"npcs":[{"ID":400001,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-130.79600524902344,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"22":{"props":[],"npcs":[{"ID":400001,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-132.4290008544922,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":25.579999923706055,"PosY":4.988999843597412,"PosZ":-131.47000122070312,"RotY":269.9255065917969,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-132.4290008544922,"RotY":269.9255065917969,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":25.579999923706055,"PosY":4.988999843597412,"PosZ":-133.5,"RotY":269.9255065917969,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":25.579999923706055,"PosY":4.988999843597412,"PosZ":-131.47000122070312,"RotY":269.9255065917969,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-132.4290008544922,"RotY":269.9255065917969,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-132.4290008544922,"RotY":269.9255065917969,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":16.489999771118164,"PosY":4.876644134521484,"PosZ":-135.75999450683594,"RotY":0.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":12.989999771118164,"PosY":4.876644134521484,"PosZ":-138.75999450683594,"RotY":0.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":9.489999771118164,"PosY":4.876644134521484,"PosZ":-135.75999450683594,"RotY":0.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":16.67799949645996,"PosY":4.876643180847168,"PosZ":-127.77999877929688,"RotY":270.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue160/RogueDLCModule_AdvRouletteRoom_Puzzle.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":25.676000595092773,"PosY":3.5429999828338623,"PosZ":-135.6959991455078,"RotY":270.0000915527344,"PropID":102054,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_CargoShip_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":102077,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Rogue160/RogueDLCModule_AdvRouletteRoom_ShipControl.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":8.65999984741211,"PosY":4.876642227172852,"PosZ":-126.88999938964844,"RotY":269.9255065917969,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":1.0,"PosZ":9.045999526977539,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":4.410999774932861,"PosY":4.876643180847168,"PosZ":-130.00999450683594,"RotY":90.0,"groupId":0},"2":{"ID":2,"PosX":25.676000595092773,"PosY":3.5429999828338623,"PosZ":-135.6959991455078,"RotY":270.0000915527344,"groupId":0},"3":{"ID":3,"PosX":25.676000595092773,"PosY":3.5429999828338623,"PosZ":-180.6959991455078,"RotY":270.0000915527344,"groupId":0},"4":{"ID":4,"PosX":19.06999969482422,"PosY":7.860000133514405,"PosZ":-132.64999389648438,"RotY":145.0,"groupId":0},"5":{"ID":5,"PosX":18.309999465942383,"PosY":5.670000076293945,"PosZ":-132.27000427246094,"RotY":90.0,"groupId":0},"6":{"ID":6,"PosX":25.57900047302246,"PosY":4.988999843597412,"PosZ":-132.4290008544922,"RotY":270.0,"groupId":0}}}}},"P80408_F80408002":{"teleports":{},"group_items":{}},"P80408_F80408003":{"teleports":{},"group_items":{"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/N2/Chapter00_N201_MainMission_RoadBlock_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.46500015258789,"PosY":-1.534000039100647,"PosZ":-83.39800262451172,"RotY":0.0,"PropID":100070,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_AirBlock_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-153.9499969482422,"PosY":-4.3888840675354,"PosZ":-95.51000213623047,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-178.24000549316406,"PosY":-7.671679973602294,"PosZ":-75.51000213623047,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-152.293701171875,"PosY":-0.1626870036125183,"PosZ":-70.94000244140625,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-154.13209533691406,"PosY":-0.16268999874591827,"PosZ":-72.55000305175781,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.16009521484375,"PosY":-0.16269099712371826,"PosZ":-74.50852966308594,"RotY":270.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-151.52000427246094,"PosY":-4.3888840675354,"PosZ":-95.0199966430664,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-170.5330047607422,"PosY":-4.388882160186768,"PosZ":-93.91000366210938,"RotY":89.9999771118164,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-171.02999877929688,"PosY":-4.388881206512451,"PosZ":-87.16000366210938,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-168.74000549316406,"PosY":-4.382682800292969,"PosZ":-66.2229995727539,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-174.02099609375,"PosY":-4.382682800292969,"PosZ":-58.79999923706055,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-175.4010009765625,"PosY":-4.382681846618652,"PosZ":-60.44602966308594,"RotY":270.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-185.7100067138672,"PosY":-7.671679973602294,"PosZ":-79.69999694824219,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.85000610351565,"PosY":-7.671679973602294,"PosZ":-77.83999633789062,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.9499969482422,"PosY":-7.671679973602294,"PosZ":-76.37000274658203,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-199.1300048828125,"PosY":-4.171411037445068,"PosZ":-85.29000091552734,"RotY":45.579071044921875,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-203.3999938964844,"PosY":-4.171411037445068,"PosZ":-83.79000091552734,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-206.1269989013672,"PosY":-4.171410083770752,"PosZ":-90.57795715332033,"RotY":54.5531005859375,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-202.2899932861328,"PosY":-4.154541015625,"PosZ":-92.19999694824219,"RotY":6.097068786621094,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-209.2400054931641,"PosY":-0.17768099904060364,"PosZ":-70.74002838134766,"RotY":270.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-211.0099945068359,"PosY":-0.17767900228500366,"PosZ":-68.81099700927734,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-187.69400024414065,"PosY":-0.15384399890899658,"PosZ":-94.9800033569336,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.85299682617188,"PosY":-0.17768099904060364,"PosZ":-71.35099792480469,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.8300018310547,"PosY":-0.17768199741840365,"PosZ":-72.95999908447266,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-171.6300048828125,"PosY":-0.17768099904060364,"PosZ":-67.2300033569336,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":-171.64300537109375,"PosY":-0.17768099904060364,"PosZ":-65.62000274658203,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.72000122070312,"PosY":-0.15384800732135773,"PosZ":-90.29000091552734,"RotY":0.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-185.2400054931641,"PosY":-0.15384499728679657,"PosZ":-91.94003295898438,"RotY":180.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-198.7100067138672,"PosY":-4.171410083770752,"PosZ":-91.0199966430664,"RotY":139.1125030517578,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.07080078125,"PosY":-0.17768099904060364,"PosZ":-69.12999725341797,"RotY":90.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-183.42999267578125,"PosY":-7.671680927276611,"PosZ":-92.01000213623047,"RotY":0.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.3300018310547,"PosY":-0.11522799730300903,"PosZ":-73.2699966430664,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/RogueTourn/Maze_RogueTourn_AdvDesAreaMark.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-206.32000732421875,"PosY":2.96636700630188,"PosZ":-92.80999755859376,"RotY":90.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-206.32000732421875,"PosY":2.96636700630188,"PosZ":-87.80999755859375,"RotY":90.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-206.32000732421875,"PosY":2.96636700630188,"PosZ":-82.80999755859375,"RotY":90.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-202.17999267578125,"PosY":2.96636700630188,"PosZ":-89.84600067138672,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-202.17999267578125,"PosY":2.96636700630188,"PosZ":-87.84600067138672,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-202.17999267578125,"PosY":2.96636700630188,"PosZ":-85.41000366210938,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.97999572753906,"PosY":-0.04612800106406212,"PosZ":-73.27300262451172,"RotY":90.0,"PropID":1051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EntranceBlockLine_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-138.57000732421875,"PosY":-0.04612800106406212,"PosZ":-73.27300262451172,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-197.9199981689453,"PosY":2.96636700630188,"PosZ":-87.84600067138672,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/RogueTourn/Maze_RogueTourn_AdvTransform.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-134.11700439453125,"PosY":-0.11522900313138962,"PosZ":-73.27400207519531,"RotY":269.4721984863281,"groupId":0}}}}},"P80408_F80408004":{"teleports":{},"group_items":{"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":233.80999755859375,"PosY":45.28681182861328,"PosZ":-89.69999694824219,"RotY":15.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":208.7599945068359,"PosY":46.59772872924805,"PosZ":-62.27000045776367,"RotY":75.0,"PropID":1028,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":239.35000610351565,"PosY":45.26504135131836,"PosZ":-64.0199966430664,"RotY":359.0390930175781,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/RogueTourn/Maze_RogueTourn_AdvAreaMark.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":219.25,"PosY":45.48120880126953,"PosZ":-60.5,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":228.82000732421875,"PosY":45.26502990722656,"PosZ":-50.400001525878906,"RotY":0.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":250.25,"PosY":45.2651481628418,"PosZ":-72.69999694824219,"RotY":0.0,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002059,"EventID":81312013,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002059,"EventID":81312013,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200014,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200015,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200016,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200017,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200018,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200019,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002058,"EventID":81312012,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200020,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002059,"EventID":81312013,"groupId":14,"IsDelete":false,"IsClientOnly":false},{"ID":200021,"RotY":343.7127990722656,"PosX":231.94000244140625,"PosY":45.26504135131836,"PosZ":-74.62000274658203,"NPCMonsterID":8002059,"EventID":81312013,"groupId":14,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":250.7100067138672,"PosY":45.26504135131836,"PosZ":-59.790000915527344,"RotY":270.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":250.7100067138672,"PosY":45.26504135131836,"PosZ":-64.79000091552734,"RotY":270.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":250.7100067138672,"PosY":45.26504135131836,"PosZ":-69.79000091552734,"RotY":270.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":245.57000732421875,"PosY":45.26504135131836,"PosZ":-63.290000915527344,"RotY":269.27520751953125,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":245.57000732421875,"PosY":45.26504135131836,"PosZ":-64.79000091552734,"RotY":269.27520751953125,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":245.58999633789065,"PosY":45.26504135131836,"PosZ":-66.43000030517578,"RotY":269.27520751953125,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":218.10699462890625,"PosY":45.8248291015625,"PosZ":-63.44300079345703,"RotY":279.62030029296875,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":223.32569885253903,"PosY":45.27341079711914,"PosZ":-60.65999984741211,"RotY":90.0,"PropID":1051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EntranceBlockLine_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":241.6499938964844,"PosY":45.26504135131836,"PosZ":-64.79000091552734,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/RogueTourn/Maze_RogueTourn_AdvTransform.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":213.69830322265625,"PosY":46.401580810546875,"PosZ":-61.059959411621094,"RotY":90.0,"groupId":0}}}}},"P80408_F80408005":{"teleports":{},"group_items":{"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.150001525878906,"PosY":13.642499923706056,"PosZ":-27.420000076293945,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.860000610351562,"PosY":23.830059051513672,"PosZ":-47.0260009765625,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.31999969482422,"PosY":17.96817970275879,"PosZ":-98.1760025024414,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.833690643310547,"PosY":16.970909118652344,"PosZ":-74.1544418334961,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.62388038635254,"PosY":16.3525390625,"PosZ":-66.54161834716797,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.086063385009766,"PosY":17.96306037902832,"PosZ":-73.05000305175781,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.819730758666992,"PosY":13.866230010986328,"PosZ":-55.09186172485352,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.809999465942383,"PosY":13.689539909362791,"PosZ":-53.83000183105469,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.099998474121094,"PosY":13.57664966583252,"PosZ":-36.650001525878906,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.779998779296875,"PosY":13.574819564819336,"PosZ":-31.96299934387207,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.939998626708984,"PosY":13.596320152282717,"PosZ":-33.040000915527344,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.40142059326172,"PosY":11.13033962249756,"PosZ":-48.690799713134766,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.05426025390625,"PosY":11.131420135498049,"PosZ":-51.188011169433594,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.829879760742195,"PosY":7.473985195159912,"PosZ":-28.291980743408203,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.93878173828125,"PosY":7.470178127288819,"PosZ":-33.4032096862793,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.51000213623047,"PosY":2.771450996398926,"PosZ":-26.260000228881836,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.9000015258789,"PosY":2.811944007873535,"PosZ":-26.38999938964844,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-68.86000061035156,"PosY":2.790112018585205,"PosZ":-24.690000534057617,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.08000183105469,"PosY":2.8083279132843018,"PosZ":-33.91999816894531,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.9854097366333,"PosY":17.944990158081055,"PosZ":-71.57171630859375,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.84000015258789,"PosY":13.574830055236816,"PosZ":-37.66999816894531,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.40066909790039,"PosY":17.965150833129883,"PosZ":-84.13543701171875,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.72330093383789,"PosY":23.804519653320312,"PosZ":-50.69062042236328,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.285414218902588,"PosY":23.8079891204834,"PosZ":-49.18183898925781,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.595221996307373,"PosY":23.80179023742676,"PosZ":-50.965579986572266,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.869999885559082,"PosY":23.828529357910156,"PosZ":-59.86000061035156,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.66000366210938,"PosY":2.796031951904297,"PosZ":-32.84000015258789,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.239999771118164,"PosY":17.964120864868164,"PosZ":-93.0199966430664,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.92076015472412,"PosY":17.952600479125977,"PosZ":-88.63884735107422,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.820619583129883,"PosY":17.954559326171875,"PosZ":-92.09146118164062,"RotY":0.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.88779830932618,"PosY":7.473985195159912,"PosZ":-31.62276077270508,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.5047492980957,"PosY":7.473983764648437,"PosZ":-28.274089813232425,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.12691116333008,"PosY":13.553370475769045,"PosZ":-48.901329040527344,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.329999923706056,"PosY":17.962860107421875,"PosZ":-73.7300033569336,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/RogueTourn/Maze_RogueTourn_AdvDesAreaMark.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.55000305175781,"PosY":3.8553299903869633,"PosZ":-15.449999809265137,"RotY":90.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.55000305175781,"PosY":3.8553299903869633,"PosZ":-12.449999809265137,"RotY":90.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.55000305175781,"PosY":3.8553299903869633,"PosZ":-9.449999809265137,"RotY":90.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.12000274658203,"PosY":3.83318305015564,"PosZ":-13.78600025177002,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.1200180053711,"PosY":3.8335540294647217,"PosZ":-12.503999710083008,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.12000274658203,"PosY":3.833942890167236,"PosZ":-11.159999847412108,"RotY":90.0,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.43000030517578,"PosY":3.86087703704834,"PosZ":-12.5,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/RogueTourn/Maze_RogueTourn_AdvTransform.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.96999979019165,"PosY":23.872669219970703,"PosZ":-69.64875793457031,"RotY":0.0,"PropID":1051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EntranceBlockLine_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.199999809265137,"PosY":23.872669219970703,"PosZ":-73.87000274658203,"RotY":0.036044001579284675,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-7.978000164031982,"PosY":23.831069946289062,"PosZ":-77.85399627685547,"RotY":-0.00002700000004551839,"groupId":0}}}}},"P80408_F80408006":{"teleports":{},"group_items":{"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-425.9599914550782,"PosY":-44.5100212097168,"PosZ":115.41999816894533,"RotY":89.9999008178711,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-404.5,"PosY":-44.51002883911133,"PosZ":60.75,"RotY":0.00003600000127335079,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"11":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-404.0,"PosY":-44.429908752441406,"PosZ":116.5,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/RogueTourn/Maze_RogueTourn_AdvAreaMark.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-405.0743103027344,"PosY":-44.77288055419922,"PosZ":97.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeExtra/Maze_Prop_ElevatorGoback.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-397.75,"PosY":-44.5099983215332,"PosZ":103.25,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-420.0,"PosY":-44.51002883911133,"PosZ":126.44290161132812,"RotY":0.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200003,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002059,"EventID":81312013,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200004,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200005,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200006,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200007,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200008,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200009,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002059,"EventID":81312013,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200010,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200011,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200012,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200013,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200014,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200015,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200016,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200017,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200018,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200019,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002058,"EventID":81312012,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200020,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002059,"EventID":81312013,"groupId":11,"IsDelete":false,"IsClientOnly":false},{"ID":200021,"RotY":0.0,"PosX":-412.5075988769531,"PosY":-44.5100212097168,"PosZ":109.65219879150392,"NPCMonsterID":8002059,"EventID":81312013,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-410.6499938964844,"PosY":-44.51005935668945,"PosZ":132.8000030517578,"RotY":180.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-405.6499938964844,"PosY":-44.51005935668945,"PosZ":132.8000030517578,"RotY":180.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-400.6499938964844,"PosY":-44.51005935668945,"PosZ":132.8000030517578,"RotY":180.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-406.8001098632813,"PosY":-44.51005172729492,"PosZ":126.2397003173828,"RotY":180.00010681152344,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-405.64599609375,"PosY":-44.51005935668945,"PosZ":126.23979949951172,"RotY":180.00010681152344,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-404.5499877929687,"PosY":-44.51005935668945,"PosZ":126.23999786376952,"RotY":180.00010681152344,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-404.6300048828125,"PosY":-44.77288055419922,"PosZ":97.0,"RotY":0.0,"PropID":1051,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EntranceBlockLine_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-405.64599609375,"PosY":-44.51005935668945,"PosZ":120.76000213623048,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/RogueTourn/Maze_RogueTourn_AdvTransform.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-407.9200134277344,"PosY":-45.18370819091797,"PosZ":91.71000671386719,"RotY":180.00010681152344,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-405.6499938964844,"PosY":-45.51385116577149,"PosZ":87.5,"RotY":0.00003600000127335079,"groupId":0}}}}},"P80408_F80408007":{"teleports":{},"group_items":{"3":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_EnviroProfile_Controller_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.11000061035156,"PosY":0.49138298630714417,"PosZ":-7.800000190734864,"RotY":314.94659423828125,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.97999954223633,"PosY":0.49138298630714417,"PosZ":15.029999732971191,"RotY":314.94659423828125,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.672000885009766,"PosY":0.49138298630714417,"PosZ":11.338000297546388,"RotY":44.94655990600586,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-56.48600006103515,"PosY":3.6116468906402592,"PosZ":-2.4630000591278076,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.53099822998047,"PosY":3.624898910522461,"PosZ":-7.389999866485595,"RotY":0.0,"PropID":1031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.4900016784668,"PosY":3.581921100616455,"PosZ":-7.309999942779541,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F80200008/LG_Prop_F80200008_G4_300004.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-60.55500030517578,"PosY":3.624897003173828,"PosZ":-12.265999794006348,"RotY":21.799999237060547,"groupId":0},"2":{"ID":2,"PosX":-56.48199844360352,"PosY":3.624897003173828,"PosZ":-12.269000053405762,"RotY":337.8999938964844,"groupId":0},"3":{"ID":3,"PosX":-63.430999755859375,"PosY":3.624897003173828,"PosZ":-9.371000289916992,"RotY":68.9000015258789,"groupId":0},"4":{"ID":4,"PosX":-63.43399810791016,"PosY":3.624897003173828,"PosZ":-5.323999881744385,"RotY":113.1999969482422,"groupId":0},"5":{"ID":5,"PosX":-60.5629997253418,"PosY":3.624897003173828,"PosZ":-2.443000078201294,"RotY":159.3000030517578,"groupId":0},"6":{"ID":6,"PosX":-56.48699951171875,"PosY":3.624897003173828,"PosZ":-2.450000047683716,"RotY":204.8999938964844,"groupId":0},"7":{"ID":7,"PosX":-53.61500930786133,"PosY":3.624900102615357,"PosZ":-5.310999870300293,"RotY":246.3999938964844,"groupId":0},"8":{"ID":8,"PosX":-53.61399841308594,"PosY":3.624900102615357,"PosZ":-9.392000198364258,"RotY":291.70001220703125,"groupId":0},"9":{"ID":9,"PosX":-58.53099822998047,"PosY":3.624898910522461,"PosZ":-7.389999866485595,"RotY":0.0,"groupId":0},"10":{"ID":10,"PosX":-51.83000183105469,"PosY":16.0,"PosZ":-0.9700000286102295,"RotY":226.9656982421875,"groupId":0}}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.15999984741211,"PosY":3.445441961288452,"PosZ":-14.590000152587892,"RotY":45.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.90999984741211,"PosY":3.445441961288452,"PosZ":-11.840000152587892,"RotY":45.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.62999725341797,"PosY":3.445441961288452,"PosZ":-9.119999885559082,"RotY":45.0,"PropID":1033,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.4357795715332,"PosY":3.5237998962402344,"PosZ":-8.594216346740723,"RotY":44.999969482421875,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.14289093017578,"PosY":3.5237998962402344,"PosZ":-7.887105941772461,"RotY":44.999969482421875,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.849998474121094,"PosY":3.5237998962402344,"PosZ":-7.179999828338623,"RotY":44.999969482421875,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-56.73699951171875,"PosY":3.5237998962402344,"PosZ":-5.586999893188477,"RotY":225.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.38999938964844,"PosY":0.7437610030174256,"PosZ":9.420000076293945,"RotY":44.999969482421875,"PropID":60305,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Hidden","propStateList":["ChestLocked","ChestClosed","ChestUsed","Hidden"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_TreasureBox_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-42.5989990234375,"PosY":0.7437580227851868,"PosZ":8.730999946594238,"RotY":225.0,"groupId":0}}}}},"P81001_F81001001":{"teleports":{},"group_items":{}},"P81002_F81002001":{"teleports":{},"group_items":{"57":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.628000259399414,"PosY":1.0394819974899292,"PosZ":-65.10600280761719,"RotY":344.99969482421875,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":26.690000534057617,"PosY":3.44375991821289,"PosZ":-35.529998779296875,"RotY":255.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":10.743000030517578,"PosY":2.8437659740448,"PosZ":-52.96799850463867,"RotY":255.00010681152344,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.937000274658203,"PosY":1.0400919914245603,"PosZ":-65.28099822998047,"RotY":14.999670028686523,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.06999969482422,"PosY":1.0268180370330813,"PosZ":-51.85200119018555,"RotY":74.99992370605469,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.710000038146973,"PosY":1.0394870042800903,"PosZ":-66.49700164794922,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.437999963760376,"PosY":2.9159998893737793,"PosZ":-45.5620002746582,"RotY":253.3134002685547,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.595001220703125,"PosY":2.863899946212769,"PosZ":-46.51599884033203,"RotY":163.2006072998047,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.760000228881836,"PosY":1.0394870042800903,"PosZ":-65.37000274658203,"RotY":345.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":345.0,"PosX":-15.0,"PosY":1.0394870042800903,"PosZ":-62.34000015258789,"NPCMonsterID":1002040,"EventID":0,"groupId":57,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":34.93600082397461,"PosY":3.44375991821289,"PosZ":-34.560001373291016,"RotY":255.0,"groupId":0}}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":74.96410369873047,"PosX":2.7200000286102295,"PosY":2.89513897895813,"PosZ":-44.16999816894531,"NPCMonsterID":1002040,"EventID":0,"groupId":58,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":359.964111328125,"PosX":14.636919975280762,"PosY":2.8437659740448,"PosZ":-40.47365188598633,"NPCMonsterID":1002040,"EventID":0,"groupId":59,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"60":{"props":[{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.5,"PosY":6.820000171661377,"PosZ":-122.19000244140624,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.76599884033205,"PosY":5.058000087738037,"PosZ":-119.58899688720705,"RotY":269.8511962890625,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_04.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.515000104904175,"PosY":2.940000057220459,"PosZ":-100.82599639892578,"RotY":288.0172119140625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.599000930786133,"PosY":2.8642001152038574,"PosZ":-99.85198974609376,"RotY":197.1578063964844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.4699999988079071,"PosY":2.880000114440918,"PosZ":-99.19000244140624,"RotY":107.61840057373048,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.98999786376952,"PosY":-0.10108800232410432,"PosZ":-73.19000244140625,"RotY":269.4721984863281,"PropID":100003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_03_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.98999786376952,"PosY":-0.10108800232410432,"PosZ":-73.19000244140625,"RotY":269.4721984863281,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.3209991455078,"PosY":-0.10100000351667404,"PosZ":-74.64600372314453,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.16100311279295,"PosY":-0.06061999872326851,"PosZ":-64.69000244140625,"RotY":17.052549362182617,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.8280029296875,"PosY":0.5037999749183655,"PosZ":-73.35299682617188,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.98999786376952,"PosY":-0.10899999737739564,"PosZ":-62.61600112915039,"RotY":18.84663963317871,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.01199340820312,"PosY":2.8239998817443848,"PosZ":-57.98099899291992,"RotY":27.345439910888672,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.51019287109375,"PosY":2.769700050354004,"PosZ":-55.0901985168457,"RotY":297.3319091796875,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.03700256347656,"PosY":2.747999906539917,"PosZ":-61.72600173950195,"RotY":207.34539794921875,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.99000549316406,"PosY":-0.05999999865889549,"PosZ":-73.29000091552734,"RotY":270.29058837890625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.72799682617188,"PosY":-0.11879999935626984,"PosZ":-73.2770004272461,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.3990020751953,"PosY":-0.11500000208616255,"PosZ":-71.73999786376953,"RotY":90.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.15599822998048,"PosY":-0.06061999872326851,"PosZ":-81.74400329589844,"RotY":342.918701171875,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.82900238037108,"PosY":0.5037999749183655,"PosZ":-73.06099700927734,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.437999963760376,"PosY":2.9159998893737793,"PosZ":-45.5620002746582,"RotY":253.3134002685547,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.595001220703125,"PosY":2.863899946212769,"PosZ":-46.51599884033203,"RotY":163.2006072998047,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300038,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.440999984741211,"PosY":2.868000030517578,"PosZ":-48.071998596191406,"RotY":252.3999938964844,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":42.65999984741211,"PosY":3.484999895095825,"PosZ":-115.52999877929688,"RotY":288.0172119140625,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":42.74760055541992,"PosY":3.484999895095825,"PosZ":-115.47589874267578,"RotY":288.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":58.12200164794922,"PosY":3.4590001106262207,"PosZ":-118.55699920654295,"RotY":108.14640045166016,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.909999847412108,"PosY":18.60000991821289,"PosZ":-106.13999938964844,"RotY":27.836950302124023,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.577646017074585,"PosY":4.253989219665527,"PosZ":-104.2855987548828,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300027,"Category":"","GroupName":"","LoadSide":null,"PosX":-146.89720153808594,"PosY":2.769700050354004,"PosZ":-37.39128875732422,"RotY":207.33189392089844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300028,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.44529724121094,"PosY":2.761699914932251,"PosZ":-91.41277313232422,"RotY":63.4650993347168,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300029,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.20500183105467,"PosY":2.759999990463257,"PosZ":-106.13500213623048,"RotY":243.83740234375,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300030,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.17889404296875,"PosY":2.761699914932251,"PosZ":-108.79229736328124,"RotY":153.8177032470703,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300031,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.93501281738281,"PosY":10.28219985961914,"PosZ":-114.41400146484376,"RotY":97.351806640625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300032,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.6510009765625,"PosY":10.281900405883787,"PosZ":-114.38800048828124,"RotY":83.36382293701172,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300033,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.9060001373291,"PosY":18.60810089111328,"PosZ":-106.06300354003906,"RotY":297.743408203125,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300034,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.9990668296813965,"PosY":18.610000610351562,"PosZ":-109.37870025634766,"RotY":27.855709075927734,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300035,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.11956024169922,"PosY":18.610000610351562,"PosZ":-93.98902893066406,"RotY":27.85572052001953,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300036,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.59674072265625,"PosY":18.610700607299805,"PosZ":-51.44636154174805,"RotY":332.61090087890625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300037,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.351879119873047,"PosY":18.610700607299805,"PosZ":-36.29431915283203,"RotY":332.61090087890625,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300043,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.513000011444092,"PosY":1.0365999937057495,"PosZ":-73.19599914550781,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300046,"Category":"","GroupName":"","LoadSide":null,"PosX":43.1662712097168,"PosY":3.4809999465942383,"PosZ":-31.972400665283203,"RotY":253.43350219726565,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300047,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.47700881958008,"PosY":-0.9812999963760376,"PosZ":-73.18800354003906,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300048,"Category":"","GroupName":"","LoadSide":null,"PosX":-197.91200256347656,"PosY":2.9860000610351562,"PosZ":-87.88099670410156,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300039,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.862998962402344,"PosY":17.689699172973633,"PosZ":-62.867000579833984,"RotY":343.5,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300040,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.33100128173828,"PosY":17.65570068359375,"PosZ":-86.50800323486328,"RotY":160.8614044189453,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300041,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.1251983642578,"PosY":2.699700117111206,"PosZ":-33.1297492980957,"RotY":207.33189392089844,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300042,"Category":"","GroupName":"","LoadSide":null,"PosX":53.196998596191406,"PosY":3.4382998943328857,"PosZ":-118.87000274658205,"RotY":288.0,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300049,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.402219772338867,"PosY":18.610029220581055,"PosZ":-100.18150329589844,"RotY":117.85569763183594,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"61":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.18000030517578,"PosY":18.59769058227539,"PosZ":-75.7300033569336,"RotY":74.9997329711914,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.52000045776367,"PosY":18.611230850219727,"PosZ":-72.88999938964844,"RotY":270.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.55290222167969,"PosY":18.663999557495117,"PosZ":-84.12035369873047,"RotY":315.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.29000091552734,"PosY":18.59769058227539,"PosZ":-71.7300033569336,"RotY":104.99970245361328,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-100.88020324707033,"PosY":18.97924041748047,"PosZ":-71.18692016601562,"RotY":89.99989318847656,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.98855972290039,"PosY":18.68267059326172,"PosZ":-92.47281646728516,"RotY":117.37870025634766,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.68000030517578,"PosY":18.260000228881836,"PosZ":-82.93000030517578,"RotY":193.8354034423828,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.30999755859376,"PosY":18.597700119018555,"PosZ":-73.73999786376953,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-113.45999908447266,"PosY":18.597700119018555,"PosZ":-73.54000091552734,"NPCMonsterID":1002040,"EventID":0,"groupId":61,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-42.20486831665039,"PosY":18.611230850219727,"PosZ":-90.75921630859376,"RotY":345.0,"groupId":0}}},"62":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":89.96405029296875,"PosX":-91.4800033569336,"PosY":18.663999557495117,"PosZ":-73.2699966430664,"NPCMonsterID":1002040,"EventID":0,"groupId":62,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"63":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":359.964111328125,"PosX":-48.04999923706055,"PosY":18.97924041748047,"PosZ":-73.22000122070312,"NPCMonsterID":1002040,"EventID":0,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.68000030517578,"PosY":18.260000228881836,"PosZ":-82.93000030517578,"RotY":193.8354034423828,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.584999084472656,"PosY":18.6299991607666,"PosZ":-88.59100341796875,"RotY":193.92970275878903,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_04.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-178.05999755859375,"PosY":-0.38999998569488525,"PosZ":-61.06999969482422,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-177.69000244140625,"PosY":-7.645999908447266,"PosZ":-74.27200317382812,"RotY":180.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-162.3300018310547,"PosY":-0.4149999916553498,"PosZ":-71.33000183105469,"RotY":270.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-169.86000061035156,"PosY":-4.599999904632568,"PosZ":-79.58000183105469,"RotY":0.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-194.5399932861328,"PosY":-0.3779999911785126,"PosZ":-69.6500015258789,"RotY":90.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.62100219726565,"PosY":-0.4000000059604645,"PosZ":-79.91999816894531,"RotY":180.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-171.67799377441406,"PosY":-4.459000110626221,"PosZ":-85.97599792480469,"RotY":180.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-207.947998046875,"PosY":-4.22599983215332,"PosZ":-86.08999633789062,"RotY":180.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.91099548339844,"PosY":-0.17800000309944153,"PosZ":-73.13400268554688,"RotY":0.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"65":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.94300079345702,"PosY":10.27694034576416,"PosZ":-120.18699645996094,"RotY":239.99969482421875,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.7100067138672,"PosY":2.7617340087890625,"PosZ":-108.88999938964844,"RotY":150.00010681152344,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.279296875,"PosY":2.764770984649658,"PosZ":-113.66169738769533,"RotY":210.00010681152344,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.05999755859375,"PosY":10.27694034576416,"PosZ":-124.0199966430664,"RotY":284.9996032714844,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.06800079345705,"PosY":5.038076877593994,"PosZ":-120.08470153808594,"RotY":89.99989318847656,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.5,"PosY":6.820000171661377,"PosZ":-122.19000244140624,"RotY":270.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.88160705566406,"PosY":2.834203004837036,"PosZ":-88.53624725341797,"RotY":331.0215148925781,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.18392944335938,"PosY":10.329660415649414,"PosZ":-116.34329986572266,"RotY":7.983522891998291,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.91000366210938,"PosY":10.27694034576416,"PosZ":-122.04000091552734,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.2935028076172,"PosY":2.834203004837036,"PosZ":-107.37370300292967,"RotY":241.02149963378903,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":-83.5199966430664,"PosY":10.27694034576416,"PosZ":-122.04000091552734,"NPCMonsterID":1002040,"EventID":0,"groupId":65,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-138.89930725097656,"PosY":2.7616980075836186,"PosZ":-104.36849975585938,"RotY":89.99993133544922,"groupId":0}}},"66":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":329.964111328125,"PosX":-123.56999969482422,"PosY":2.7617340087890625,"PosZ":-105.09999847412108,"NPCMonsterID":1002040,"EventID":0,"groupId":66,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":359.964111328125,"PosX":-106.03289794921876,"PosY":5.0382890701293945,"PosZ":-120.46109771728516,"NPCMonsterID":1002040,"EventID":0,"groupId":67,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.83999633789064,"PosY":18.59769058227539,"PosZ":-76.19999694824219,"RotY":75.00003814697266,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.83000183105467,"PosY":18.597700119018555,"PosZ":-70.3499984741211,"RotY":105.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.33000183105469,"PosY":18.97924041748047,"PosZ":-73.66000366210938,"RotY":270.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.27999877929688,"PosY":18.597700119018555,"PosZ":-73.18683624267578,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.56999969482422,"PosY":19.02379989624023,"PosZ":-76.36000061035156,"RotY":90.00006866455078,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-100.6999969482422,"PosY":19.02379989624023,"PosZ":-70.36000061035156,"RotY":90.00006866455078,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-113.65000152587892,"PosY":18.597700119018555,"PosZ":-73.30000305175781,"NPCMonsterID":1002040,"EventID":0,"groupId":68,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-96.9000015258789,"PosY":18.97924041748047,"PosZ":-73.2300033569336,"RotY":270.0,"groupId":0}}},"69":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.42300415039065,"PosY":2.7696990966796875,"PosZ":-42.43000030517578,"RotY":104.99990081787108,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-139.96400451660156,"PosY":2.7696990966796875,"PosZ":-37.75299835205078,"RotY":135.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.01199340820312,"PosY":2.8239998817443848,"PosZ":-57.98099899291992,"RotY":27.345439910888672,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.51019287109375,"PosY":2.769700050354004,"PosZ":-55.0901985168457,"RotY":297.3319091796875,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.04100036621094,"PosY":2.84220290184021,"PosZ":-38.867530822753906,"RotY":117.34549713134766,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-138.34800720214844,"PosY":2.769726037979126,"PosZ":-41.45600128173828,"RotY":114.40670013427734,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.83999633789065,"PosY":2.7697339057922363,"PosZ":-37.83000183105469,"RotY":120.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.33999633789065,"PosY":2.7697179317474365,"PosZ":-39.96998977661133,"RotY":120.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":114.40670013427734,"PosX":-138.34800720214844,"PosY":2.769726037979126,"PosZ":-41.45600128173828,"NPCMonsterID":1002040,"EventID":0,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-123.49099731445312,"PosY":2.7882509231567383,"PosZ":-49.64099884033203,"RotY":299.9999084472656,"groupId":0}}},"70":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.86000061035156,"PosY":-0.11522799730300903,"PosZ":-75.5999984741211,"RotY":75.00003814697266,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.8159942626953,"PosY":-0.11522799730300903,"PosZ":-71.2750015258789,"RotY":105.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.99000549316406,"PosY":-0.05999999865889549,"PosZ":-73.29000091552734,"RotY":270.29058837890625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.72799682617188,"PosY":-0.11879999935626984,"PosZ":-73.2770004272461,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.88949584960938,"PosY":0.1080389991402626,"PosZ":-69.14421081542969,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.88949584960938,"PosY":0.1080389991402626,"PosZ":-77.26100158691406,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.16100311279295,"PosY":-0.06061999872326851,"PosZ":-64.69000244140625,"RotY":17.052549362182617,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.8280029296875,"PosY":0.5037999749183655,"PosZ":-73.35299682617188,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.15599822998048,"PosY":-0.06061999872326851,"PosZ":-81.74400329589844,"RotY":342.918701171875,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.82900238037108,"PosY":0.5037999749183655,"PosZ":-73.06099700927734,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-138.32000732421875,"PosY":-0.11522799730300903,"PosZ":-73.26000213623047,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.10899353027344,"PosY":-0.09671100229024887,"PosZ":-70.96099853515625,"RotY":269.9999084472656,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.1060028076172,"PosY":-0.0892290025949478,"PosZ":-75.51699829101562,"RotY":269.9999084472656,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-137.67999267578125,"PosY":-0.11522799730300903,"PosZ":-73.12000274658203,"NPCMonsterID":1002040,"EventID":0,"groupId":70,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-120.61000061035156,"PosY":-0.11988099664449692,"PosZ":-73.13999938964844,"RotY":270.0,"groupId":0}}},"71":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.40000152587892,"PosY":18.59769058227539,"PosZ":-76.16000366210938,"RotY":60.00006103515625,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.47000122070312,"PosY":18.597700119018555,"PosZ":-70.47000122070312,"RotY":120.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-88.66000366210938,"PosY":18.97924041748047,"PosZ":-69.3499984741211,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-95.69999694824219,"PosY":19.02379989624023,"PosZ":-76.36000061035156,"RotY":90.00006866455078,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-88.66000366210938,"PosY":18.97924041748047,"PosZ":-77.5,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-100.6999969482422,"PosY":19.02379989624023,"PosZ":-70.36000061035156,"RotY":90.00006866455078,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.5199966430664,"PosY":18.597700119018555,"PosZ":-73.4729995727539,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-113.47200012207033,"PosY":18.597700119018555,"PosZ":-73.4729995727539,"NPCMonsterID":1002040,"EventID":0,"groupId":71,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-92.46700286865236,"PosY":18.97924041748047,"PosZ":-73.68399810791016,"RotY":270.0,"groupId":0}}},"72":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.3000030517578,"PosY":2.7696990966796875,"PosZ":-37.63999938964844,"RotY":104.99990081787108,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-148.58999633789065,"PosY":2.7696990966796875,"PosZ":-34.189998626708984,"RotY":135.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.01199340820312,"PosY":2.8239998817443848,"PosZ":-57.98099899291992,"RotY":27.345439910888672,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.51019287109375,"PosY":2.769700050354004,"PosZ":-55.0901985168457,"RotY":297.3319091796875,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.04100036621094,"PosY":2.84220290184021,"PosZ":-38.867530822753906,"RotY":117.34549713134766,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-139.91099548339844,"PosY":2.7697339057922363,"PosZ":-44.99100112915039,"RotY":120.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-139.8209991455078,"PosY":2.7697339057922363,"PosZ":-37.8489990234375,"RotY":120.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.44000244140625,"PosY":2.769726037979126,"PosZ":-36.099998474121094,"RotY":114.40670013427734,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.1251983642578,"PosY":2.699700117111206,"PosZ":-33.1297492980957,"RotY":207.33189392089844,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":114.40670013427734,"PosX":-146.4199981689453,"PosY":2.769726037979126,"PosZ":-37.470001220703125,"NPCMonsterID":1002040,"EventID":0,"groupId":72,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-128.34500122070312,"PosY":2.7882509231567383,"PosZ":-46.95399856567382,"RotY":299.9999084472656,"groupId":0}}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.50399780273438,"PosY":-0.11522799730300903,"PosZ":-75.58799743652344,"RotY":75.00003814697266,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.8159942626953,"PosY":-0.11522799730300903,"PosZ":-71.2750015258789,"RotY":105.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.99000549316406,"PosY":-0.05999999865889549,"PosZ":-73.29000091552734,"RotY":270.29058837890625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.72799682617188,"PosY":-0.11879999935626984,"PosZ":-73.2770004272461,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.88949584960938,"PosY":0.1080389991402626,"PosZ":-69.14421081542969,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.88949584960938,"PosY":0.1080389991402626,"PosZ":-77.26100158691406,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.16100311279295,"PosY":-0.06061999872326851,"PosZ":-64.69000244140625,"RotY":17.052549362182617,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.8280029296875,"PosY":0.5037999749183655,"PosZ":-73.35299682617188,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.15599822998048,"PosY":-0.06061999872326851,"PosZ":-81.74400329589844,"RotY":342.918701171875,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.82900238037108,"PosY":0.5037999749183655,"PosZ":-73.06099700927734,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.4980010986328,"PosY":-0.11522900313138962,"PosZ":-71.18099975585938,"RotY":224.99989318847656,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.99899291992188,"PosY":-0.11522900313138962,"PosZ":-75.80500030517578,"RotY":269.9999084472656,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.7969970703125,"PosY":-0.11522799730300903,"PosZ":-73.21299743652344,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-137.27999877929688,"PosY":-0.11522799730300903,"PosZ":-73.21299743652344,"NPCMonsterID":1002040,"EventID":0,"groupId":73,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-117.25700378417967,"PosY":-0.10108699649572372,"PosZ":-73.20700073242188,"RotY":269.9999084472656,"groupId":0}}},"74":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.19950103759766,"PosY":18.59769058227539,"PosZ":-75.4903564453125,"RotY":75.00003814697266,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.02700042724608,"PosY":18.597700119018555,"PosZ":-71.6050033569336,"RotY":105.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-88.66000366210938,"PosY":18.97924041748047,"PosZ":-69.3499984741211,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.58999633789064,"PosY":19.02379989624023,"PosZ":-76.30999755859375,"RotY":90.00006866455078,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-88.66000366210938,"PosY":18.97924041748047,"PosZ":-77.5,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-100.6999969482422,"PosY":19.02379989624023,"PosZ":-70.36000061035156,"RotY":90.00006866455078,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-108.2300033569336,"PosY":18.97924041748047,"PosZ":-70.41999816894531,"Name":"NPC1","RotY":90.0,"NPCID":3013,"groupId":74,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-92.83999633789062,"PosY":18.546140670776367,"PosZ":-73.49099731445312,"RotY":270.0,"groupId":0}}},"76":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.2030029296875,"PosY":2.7696990966796875,"PosZ":-42.619998931884766,"RotY":104.99990081787108,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-139.82000732421875,"PosY":2.7696990966796875,"PosZ":-38.04999923706055,"RotY":135.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.01199340820312,"PosY":2.8239998817443848,"PosZ":-57.98099899291992,"RotY":27.345439910888672,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.51019287109375,"PosY":2.769700050354004,"PosZ":-55.0901985168457,"RotY":297.3319091796875,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.04100036621094,"PosY":2.84220290184021,"PosZ":-38.867530822753906,"RotY":117.34549713134766,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.83999633789065,"PosY":2.7697339057922363,"PosZ":-47.779998779296875,"RotY":120.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.49200439453125,"PosY":2.7697339057922363,"PosZ":-45.51900100708008,"RotY":120.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-134.91000366210938,"PosY":2.7882509231567383,"PosZ":-40.13999938964844,"Name":"NPC1","RotY":120.0,"NPCID":3013,"groupId":76,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-123.16300201416016,"PosY":2.7882509231567383,"PosZ":-49.72700119018555,"RotY":299.9999084472656,"groupId":0}}},"77":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.50399780273438,"PosY":-0.11522799730300903,"PosZ":-75.58799743652344,"RotY":75.00003814697266,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.8159942626953,"PosY":-0.11522799730300903,"PosZ":-71.2750015258789,"RotY":105.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.99000549316406,"PosY":-0.05999999865889549,"PosZ":-73.29000091552734,"RotY":270.29058837890625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.72799682617188,"PosY":-0.11879999935626984,"PosZ":-73.2770004272461,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.88949584960938,"PosY":0.1080389991402626,"PosZ":-69.14421081542969,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.88949584960938,"PosY":0.1080389991402626,"PosZ":-77.26100158691406,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.16100311279295,"PosY":-0.06061999872326851,"PosZ":-64.69000244140625,"RotY":17.052549362182617,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.8280029296875,"PosY":0.5037999749183655,"PosZ":-73.35299682617188,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.15599822998048,"PosY":-0.06061999872326851,"PosZ":-81.74400329589844,"RotY":342.918701171875,"PropID":100021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_05_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.82900238037108,"PosY":0.5037999749183655,"PosZ":-73.06099700927734,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.1060028076172,"PosY":-0.0892290025949478,"PosZ":-75.51699829101562,"RotY":269.9999084472656,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.10899353027344,"PosY":-0.09671100229024887,"PosZ":-70.96099853515625,"RotY":269.9999084472656,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":-135.55999755859375,"PosY":0.022338999435305595,"PosZ":-70.68000030517578,"Name":"NPC1","RotY":105.0,"NPCID":3013,"groupId":77,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-120.53399658203124,"PosY":-0.08922799676656723,"PosZ":-73.2770004272461,"RotY":269.9999084472656,"groupId":0}}},"79":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.40999999642372126,"PosY":2.8437659740448,"PosZ":-101.44000244140624,"RotY":107.8480987548828,"PropID":1021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":10.989999771118164,"PosY":2.8437659740448,"PosZ":-99.79000091552734,"RotY":154.9290008544922,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":15.609000205993652,"PosY":2.8437659740448,"PosZ":-102.91899871826172,"RotY":209.99609375,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":14.98900032043457,"PosY":2.8437659740448,"PosZ":-102.55999755859376,"RotY":209.99609375,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":15.640000343322754,"PosY":2.8437659740448,"PosZ":-102.20999908447266,"RotY":209.9987945556641,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":8.0600004196167,"PosY":2.8437659740448,"PosZ":-107.59999847412108,"RotY":75.0000228881836,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.515000104904175,"PosY":2.940000057220459,"PosZ":-100.82599639892578,"RotY":288.0172119140625,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.599000930786133,"PosY":2.8642001152038574,"PosZ":-99.85198974609376,"RotY":197.1578063964844,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":42.65999984741211,"PosY":3.484999895095825,"PosZ":-115.52999877929688,"RotY":288.0172119140625,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":42.74760055541992,"PosY":3.484999895095825,"PosZ":-115.47589874267578,"RotY":288.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"}],"npcs":[{"ID":400001,"PosX":5.179999828338623,"PosY":2.8437659740448,"PosZ":-99.91000366210938,"Name":"NPC1","RotY":135.0,"NPCID":1013,"groupId":79,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":19.739999771118164,"PosY":3.44375991821289,"PosZ":-107.9499969482422,"RotY":288.94000244140625,"groupId":0}}},"80":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.90399932861328,"PosY":-3.1950020790100098,"PosZ":-82.13300323486328,"RotY":120.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.01000213623047,"PosY":-3.1950020790100098,"PosZ":-79.23999786376953,"RotY":164.99989318847656,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.19000244140625,"PosY":-3.1950020790100098,"PosZ":-76.02999877929688,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.88999938964844,"PosY":-3.1950020790100098,"PosZ":-85.94000244140625,"RotY":90.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.30052185058594,"PosY":-3.1950020790100098,"PosZ":-83.48758697509767,"RotY":135.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":135.0,"PosX":-66.96700286865234,"PosY":-3.1950020790100098,"PosZ":-82.82099914550781,"NPCMonsterID":1002040,"EventID":0,"groupId":80,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-54.91999816894531,"PosY":-1.0553239583969116,"PosZ":-95.48999786376953,"RotY":315.0,"groupId":0},"2":{"ID":2,"PosX":-66.66000366210938,"PosY":-3.1950020790100098,"PosZ":-82.66999816894531,"RotY":0.4301339983940125,"groupId":0}}},"85":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.628000259399414,"PosY":1.0394819974899292,"PosZ":-65.10600280761719,"RotY":344.99969482421875,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.655308961868286,"PosY":2.8437659740448,"PosZ":-40.4276008605957,"RotY":255.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":10.743000030517578,"PosY":2.8437659740448,"PosZ":-52.96799850463867,"RotY":255.00010681152344,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.937000274658203,"PosY":1.0400919914245603,"PosZ":-65.28099822998047,"RotY":14.999670028686523,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.06999969482422,"PosY":1.0268180370330813,"PosZ":-51.85200119018555,"RotY":74.99992370605469,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.710000038146973,"PosY":1.0394870042800903,"PosZ":-66.49700164794922,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.437999963760376,"PosY":2.9159998893737793,"PosZ":-45.5620002746582,"RotY":253.3134002685547,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.595001220703125,"PosY":2.863899946212769,"PosZ":-46.51599884033203,"RotY":163.2006072998047,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.789999961853027,"PosY":1.0394870042800903,"PosZ":-65.36000061035156,"RotY":345.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":345.0,"PosX":-15.0,"PosY":1.0394870042800903,"PosZ":-62.34000015258789,"NPCMonsterID":1002040,"EventID":0,"groupId":85,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":16.260000228881836,"PosY":2.8437659740448,"PosZ":-39.56999969482422,"RotY":255.0,"groupId":0}}},"86":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":74.96410369873047,"PosX":1.830000042915344,"PosY":2.89513897895813,"PosZ":-44.40999984741211,"NPCMonsterID":1002040,"EventID":0,"groupId":86,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"87":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":359.964111328125,"PosX":4.28000020980835,"PosY":2.8437659740448,"PosZ":-43.25,"NPCMonsterID":1002040,"EventID":0,"groupId":87,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"88":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.40000152587892,"PosY":18.59769058227539,"PosZ":-76.16000366210938,"RotY":75.00003814697266,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.47000122070312,"PosY":18.597700119018555,"PosZ":-70.47000122070312,"RotY":105.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-88.66000366210938,"PosY":18.97924041748047,"PosZ":-69.3499984741211,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.56999969482422,"PosY":19.02379989624023,"PosZ":-76.36000061035156,"RotY":90.00006866455078,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-88.66000366210938,"PosY":18.97924041748047,"PosZ":-77.5,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-100.6999969482422,"PosY":19.02379989624023,"PosZ":-70.36000061035156,"RotY":90.00006866455078,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.52999877929688,"PosY":18.597700119018555,"PosZ":-73.18683624267578,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.33100128173828,"PosY":17.65570068359375,"PosZ":-86.50800323486328,"RotY":160.8614044189453,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-113.47200012207033,"PosY":18.597700119018555,"PosZ":-74.7509994506836,"NPCMonsterID":1002040,"EventID":0,"groupId":88,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-92.46700286865236,"PosY":18.97924041748047,"PosZ":-73.68399810791016,"RotY":270.0,"groupId":0}}},"89":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":90.0,"PosX":-113.47200012207033,"PosY":18.597700119018555,"PosZ":-72.2300033569336,"NPCMonsterID":1002040,"EventID":0,"groupId":89,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"90":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.3000030517578,"PosY":2.7696990966796875,"PosZ":-37.63999938964844,"RotY":104.99990081787108,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-148.58999633789065,"PosY":2.7696990966796875,"PosZ":-34.189998626708984,"RotY":135.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.01199340820312,"PosY":2.8239998817443848,"PosZ":-57.98099899291992,"RotY":27.345439910888672,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-130.51019287109375,"PosY":2.769700050354004,"PosZ":-55.0901985168457,"RotY":297.3319091796875,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.04100036621094,"PosY":2.84220290184021,"PosZ":-38.867530822753906,"RotY":117.34549713134766,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.33999633789065,"PosY":2.7697179317474365,"PosZ":-39.96998977661133,"RotY":120.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.8699951171875,"PosY":2.7697439193725586,"PosZ":-37.77000045776367,"RotY":120.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.46499633789065,"PosY":2.769726037979126,"PosZ":-35.922000885009766,"RotY":114.40670013427734,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.1251983642578,"PosY":2.699700117111206,"PosZ":-33.1297492980957,"RotY":207.33189392089844,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":114.40670013427734,"PosX":-147.58599853515625,"PosY":2.769726037979126,"PosZ":-38.16999816894531,"NPCMonsterID":1002040,"EventID":0,"groupId":90,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-128.34500122070312,"PosY":2.7882509231567383,"PosZ":-46.95399856567382,"RotY":299.9999084472656,"groupId":0}}},"91":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":114.40670013427734,"PosX":-146.67599487304688,"PosY":2.769726037979126,"PosZ":-36.30500030517578,"NPCMonsterID":1002040,"EventID":0,"groupId":91,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"92":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_SpecialBuffAfterTalk.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"93":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.90399932861328,"PosY":-3.1950020790100098,"PosZ":-82.13300323486328,"RotY":120.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_FinalDoor.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.88999938964844,"PosY":-3.1950020790100098,"PosZ":-85.94000244140625,"RotY":90.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.30052185058594,"PosY":-3.1950020790100098,"PosZ":-83.48758697509767,"RotY":135.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.19000244140625,"PosY":-3.1950020790100098,"PosZ":-76.02999877929688,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_BossRoomFinishToast.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.01000213623047,"PosY":-3.1950020790100098,"PosZ":-79.23999786376953,"RotY":164.99989318847656,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":135.0,"PosX":-66.96700286865234,"PosY":-3.1950020790100098,"PosZ":-82.82099914550781,"NPCMonsterID":1002040,"EventID":0,"groupId":93,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-54.970001220703125,"PosY":-1.0553239583969116,"PosZ":-95.44000244140624,"RotY":315.0,"groupId":0}}},"94":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.18000030517578,"PosY":18.59769058227539,"PosZ":-75.7300033569336,"RotY":74.9997329711914,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.52000045776367,"PosY":18.611230850219727,"PosZ":-72.88999938964844,"RotY":270.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.55290222167969,"PosY":18.663999557495117,"PosZ":-84.12035369873047,"RotY":315.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.29000091552734,"PosY":18.59769058227539,"PosZ":-71.7300033569336,"RotY":104.99970245361328,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-100.88020324707033,"PosY":18.97924041748047,"PosZ":-71.18692016601562,"RotY":89.99989318847656,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.98855972290039,"PosY":18.68267059326172,"PosZ":-92.47281646728516,"RotY":117.37870025634766,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.68000030517578,"PosY":18.260000228881836,"PosZ":-82.93000030517578,"RotY":193.8354034423828,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-118.2699966430664,"PosY":18.597700119018555,"PosZ":-73.69999694824219,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-113.45999908447266,"PosY":18.597700119018555,"PosZ":-73.54000091552734,"NPCMonsterID":1002040,"EventID":0,"groupId":94,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-42.20486831665039,"PosY":18.611230850219727,"PosZ":-90.75921630859376,"RotY":345.0,"groupId":0}}},"95":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":89.96405029296875,"PosX":-91.4800033569336,"PosY":18.663999557495117,"PosZ":-73.2699966430664,"NPCMonsterID":1002040,"EventID":0,"groupId":95,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"96":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":359.964111328125,"PosX":-48.02000045776367,"PosY":18.97924041748047,"PosZ":-73.19999694824219,"NPCMonsterID":1002040,"EventID":0,"groupId":96,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"98":{"props":[],"npcs":[{"ID":400001,"PosX":-36.52000045776367,"PosY":18.61124038696289,"PosZ":-77.6500015258789,"Name":"NPC1","RotY":198.78359985351565,"NPCID":3013,"groupId":98,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"99":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.90399932861328,"PosY":-3.1950020790100098,"PosZ":-82.13300323486328,"RotY":120.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.01000213623047,"PosY":-3.1950020790100098,"PosZ":-79.23999786376953,"RotY":164.99989318847656,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.19000244140625,"PosY":-3.1950020790100098,"PosZ":-76.02999877929688,"RotY":180.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.88999938964844,"PosY":-3.1950020790100098,"PosZ":-85.94000244140625,"RotY":90.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.30052185058594,"PosY":-3.1950020790100098,"PosZ":-83.48758697509767,"RotY":135.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":135.0,"PosX":-66.96700286865234,"PosY":-3.1950020790100098,"PosZ":-82.82099914550781,"NPCMonsterID":1002040,"EventID":0,"groupId":99,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-54.91999816894531,"PosY":-1.0553239583969116,"PosZ":-95.48999786376953,"RotY":315.0,"groupId":0}}},"100":{"props":[{"ID":300039,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.862998962402344,"PosY":17.689699172973633,"PosZ":-62.867000579833984,"RotY":343.5,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300040,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.33100128173828,"PosY":17.65570068359375,"PosZ":-86.50800323486328,"RotY":160.8614044189453,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300041,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.1251983642578,"PosY":2.699700117111206,"PosZ":-33.1297492980957,"RotY":207.33189392089844,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P81003_F81003001":{"teleports":{},"group_items":{"61":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":64.61900329589844,"PosY":80.11699676513672,"PosZ":99.12999725341797,"RotY":90.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":94.61399841308594,"PosY":74.0530014038086,"PosZ":103.22000122070312,"RotY":90.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":67.64600372314453,"PosY":80.0,"PosZ":110.34999847412108,"RotY":0.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":67.68000030517578,"PosY":79.9800033569336,"PosZ":88.23999786376953,"RotY":0.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":92.59600067138672,"PosY":65.09600067138672,"PosZ":102.44300079345705,"RotY":90.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_03.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":53.46200180053711,"PosY":63.96500015258789,"PosZ":96.38899993896484,"RotY":270.0,"PropID":100014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console02_EnergyBridge_03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_03_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":50.9370002746582,"PosY":63.98600006103515,"PosZ":78.39600372314453,"RotY":180.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":79.05999755859375,"PosY":64.01599884033203,"PosZ":96.53700256347656,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenBridge_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"62":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":68.11000061035156,"PosY":63.7599983215332,"PosZ":126.4499969482422,"RotY":270.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":60.349998474121094,"PosY":63.689998626708984,"PosZ":99.23999786376953,"RotY":270.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":68.08999633789062,"PosY":63.7599983215332,"PosZ":72.01000213623047,"RotY":270.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":86.20999908447266,"PosY":64.30999755859375,"PosZ":99.23999786376953,"RotY":90.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":45.939998626708984,"PosY":63.75,"PosZ":112.75,"RotY":0.0,"PropID":100013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_White_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"63":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":39.86800003051758,"PosY":80.27200317382812,"PosZ":99.23799896240233,"RotY":270.0,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":39.867000579833984,"PosY":80.3270034790039,"PosZ":99.24101257324219,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":37.47100067138672,"PosY":80.26000213623047,"PosZ":97.10700225830078,"RotY":270.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":189.12399291992188,"PosY":82.88865661621094,"PosZ":141.03599548339844,"RotY":180.00050354003906,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":189.12399291992188,"PosY":82.81598663330078,"PosZ":144.281005859375,"RotY":270.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":187.26300048828125,"PosY":82.83000183105469,"PosZ":144.35000610351565,"RotY":0.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_01.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":125.96610260009766,"PosY":80.50322723388672,"PosZ":126.90170288085938,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":125.96610260009766,"PosY":80.46080017089844,"PosZ":129.01199340820312,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":124.20600128173828,"PosY":80.46099853515625,"PosZ":129.30599975585938,"RotY":0.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.65775299072266,"PosZ":113.9302978515625,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.58399963378906,"PosZ":110.66600036621094,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":10.468999862670898,"PosY":79.62589263916016,"PosZ":110.45999908447266,"RotY":180.0,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":45.424259185791016,"PosY":0.10547100007534028,"PosZ":-127.5238037109375,"RotY":0.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.018002033233643,"PosY":79.58200073242188,"PosZ":99.24299621582033,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.58399963378906,"PosZ":87.8179931640625,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300023,"Category":"","GroupName":"","LoadSide":null,"PosX":6.984000205993652,"PosY":79.59700012207033,"PosZ":88.03800201416016,"RotY":-0.00020700000459328297,"PropID":100000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Console01_OpenDoor_02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BaseConsole_01_Entity.json"},{"ID":300024,"Category":"","GroupName":"","LoadSide":null,"PosX":8.729999542236328,"PosY":79.65775299072266,"PosZ":84.61000061035156,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":8.736191749572754,"PosY":76.65281677246094,"PosZ":67.87899780273438,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":8.743807792663574,"PosY":76.64998626708984,"PosZ":130.572998046875,"RotY":270.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":8.741621971130371,"PosY":76.66581726074219,"PosZ":156.01699829101565,"RotY":270.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":91.51599884033203,"PosY":75.84559631347656,"PosZ":124.88600158691406,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":125.99009704589844,"PosY":80.47088623046875,"PosZ":103.86599731445312,"RotY":90.00000762939453,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":133.4149932861328,"PosY":78.66098022460938,"PosZ":139.7100067138672,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300022,"Category":"","GroupName":"","LoadSide":null,"PosX":167.30880737304688,"PosY":82.82543182373047,"PosZ":156.19700622558594,"RotY":180.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300025,"Category":"","GroupName":"","LoadSide":null,"PosX":125.98999786376952,"PosY":80.6510009765625,"PosZ":101.9290008544922,"RotY":180.0,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":91.26000213623047,"PosY":75.79292297363281,"PosZ":120.01000213623048,"RotY":254.99969482421875,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":42.08000183105469,"PosY":80.22297668457033,"PosZ":83.27999877929688,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":68.8173828125,"PosY":80.22299194335938,"PosZ":78.72000122070312,"RotY":270.0000915527344,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":91.20999908447266,"PosY":75.79292297363281,"PosZ":116.84500122070312,"RotY":284.99969482421875,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":67.65235900878906,"PosY":80.22297668457033,"PosZ":119.45999908447266,"RotY":89.99989318847656,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":88.53199768066406,"PosY":75.79292297363281,"PosZ":118.48899841308594,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":61.12300109863281,"PosY":80.22297668457033,"PosZ":118.63200378417967,"RotY":89.99999237060547,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":72.44999694824219,"PosY":80.22297668457033,"PosZ":79.86000061035156,"RotY":89.99999237060547,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":39.86800003051758,"PosY":80.27200317382812,"PosZ":99.23799896240233,"RotY":270.0,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":39.867000579833984,"PosY":80.3270034790039,"PosZ":99.24101257324219,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":67.64600372314453,"PosY":80.0,"PosZ":110.34999847412108,"RotY":0.0,"PropID":100011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Orange_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":67.68000030517578,"PosY":79.9800033569336,"PosZ":88.23999786376953,"RotY":0.0,"PropID":100012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_EnergyBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_EnergyBridge_Blue_01_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":91.54399871826172,"PosY":75.88802337646484,"PosZ":122.7689971923828,"RotY":180.00050354003906,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":88.0999984741211,"PosY":75.79292297363281,"PosZ":118.48899841308594,"NPCMonsterID":1002040,"EventID":0,"groupId":64,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":44.2599983215332,"PosY":80.22297668457033,"PosZ":96.08999633789062,"RotY":180.0,"groupId":0}}},"65":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":179.96409606933594,"PosX":67.83052062988281,"PosY":80.4829330444336,"PosZ":99.45865631103516,"NPCMonsterID":1002040,"EventID":0,"groupId":65,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"66":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":359.964111328125,"PosX":55.521488189697266,"PosY":80.22299194335938,"PosZ":80.1070327758789,"NPCMonsterID":1002040,"EventID":0,"groupId":66,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":187.18899536132812,"PosY":82.7814712524414,"PosZ":137.80999755859375,"RotY":165.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":181.02000427246097,"PosY":82.72084045410156,"PosZ":133.9199981689453,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":185.8999938964844,"PosY":77.01582336425781,"PosZ":91.9800033569336,"RotY":270.0000915527344,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":191.19000244140625,"PosY":82.79322052001953,"PosZ":138.08999633789065,"RotY":195.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":169.44369506835938,"PosY":77.01590728759767,"PosZ":100.02040100097656,"RotY":89.99989318847656,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":189.24899291992188,"PosY":82.76553344726562,"PosZ":137.9219970703125,"RotY":179.99989318847656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":199.83999633789065,"PosY":77.01596069335938,"PosZ":95.93000030517578,"RotY":89.99999237060547,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":189.12399291992188,"PosY":82.88865661621094,"PosZ":141.03599548339844,"RotY":180.00050354003906,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":189.12399291992188,"PosY":82.81598663330078,"PosZ":144.281005859375,"RotY":270.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":179.99989318847656,"PosX":189.0,"PosY":82.76553344726562,"PosZ":135.05999755859375,"NPCMonsterID":1002040,"EventID":0,"groupId":67,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":192.19000244140625,"PosY":77.015869140625,"PosZ":95.52999877929688,"RotY":270.0,"groupId":0}}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":180.0,"PosX":174.33580017089844,"PosY":82.59918212890625,"PosZ":121.7699966430664,"NPCMonsterID":1002040,"EventID":0,"groupId":68,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"69":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":359.964111328125,"PosX":174.6779022216797,"PosY":77.01634979248047,"PosZ":95.21885681152344,"NPCMonsterID":1002040,"EventID":0,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"70":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":35.2599983215332,"PosY":80.28620910644531,"PosZ":101.30999755859376,"RotY":254.99969482421875,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":16.190000534057617,"PosY":79.62589263916016,"PosZ":102.61000061035156,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":7.074999809265137,"PosY":79.62552642822266,"PosZ":79.86599731445312,"RotY":270.0000915527344,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":35.29999923706055,"PosY":80.28620910644531,"PosZ":97.52999877929688,"RotY":284.9996032714844,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":6.326000213623047,"PosY":76.68665313720702,"PosZ":62.9119987487793,"RotY":89.99989318847656,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":35.34700012207031,"PosY":80.28620910644531,"PosZ":99.33000183105469,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":8.729999542236328,"PosY":79.65775299072266,"PosZ":84.61000061035156,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.58399963378906,"PosZ":87.8179931640625,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.65775299072266,"PosZ":113.9302978515625,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.58399963378906,"PosZ":110.66600036621094,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":39.86800003051758,"PosY":80.27200317382812,"PosZ":99.23799896240233,"RotY":270.0,"PropID":100005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_04_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":39.867000579833984,"PosY":80.3270034790039,"PosZ":99.24101257324219,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":31.860000610351562,"PosY":80.28620910644531,"PosZ":99.33000183105469,"NPCMonsterID":1002040,"EventID":0,"groupId":70,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":8.621999740600586,"PosY":76.71820068359375,"PosZ":54.880001068115234,"RotY":0.0,"groupId":0}}},"71":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":179.96409606933594,"PosX":8.688102722167969,"PosY":76.6769790649414,"PosZ":69.20478820800781,"NPCMonsterID":1002040,"EventID":0,"groupId":71,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"72":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":359.964111328125,"PosX":8.640000343322754,"PosY":79.62589263916016,"PosZ":93.80000305175781,"NPCMonsterID":1002040,"EventID":0,"groupId":72,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":123.13999938964844,"PosY":80.4418716430664,"PosZ":120.6999969482422,"RotY":165.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":128.52999877929688,"PosY":80.47100067138672,"PosZ":120.66000366210938,"RotY":195.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":126.05999755859376,"PosY":80.47100067138672,"PosZ":117.11000061035156,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":125.96610260009766,"PosY":80.50322723388672,"PosZ":126.90170288085938,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":125.96610260009766,"PosY":80.46080017089844,"PosZ":129.01199340820312,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":125.99009704589844,"PosY":80.51331329345702,"PosZ":103.86599731445312,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":125.98999786376952,"PosY":80.6510009765625,"PosZ":101.9290008544922,"RotY":180.0,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":130.4219970703125,"PosY":80.4418716430664,"PosZ":110.90000152587892,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":122.2699966430664,"PosY":80.4418716430664,"PosZ":113.13999938964844,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":126.05999755859376,"PosY":80.47100067138672,"PosZ":117.11000061035156,"NPCMonsterID":1002040,"EventID":0,"groupId":73,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":126.01689910888672,"PosY":80.4418716430664,"PosZ":100.43000030517578,"RotY":0.0,"groupId":0}}},"74":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":84.8949966430664,"PosY":78.66100311279298,"PosZ":142.53900146484375,"RotY":255.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":84.864990234375,"PosY":78.66100311279298,"PosZ":137.9040069580078,"RotY":285.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":82.13899993896484,"PosY":78.66100311279298,"PosZ":140.1739959716797,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":85.94400024414062,"PosY":78.66100311279298,"PosZ":139.9250030517578,"RotY":89.99999237060547,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":70.8479995727539,"PosY":78.66100311279298,"PosZ":143.0570068359375,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":73.5999984741211,"PosY":78.66100311279298,"PosZ":138.39199829101565,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":82.13899993896484,"PosY":78.66100311279298,"PosZ":140.1739959716797,"NPCMonsterID":1002040,"EventID":0,"groupId":74,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":65.54000091552734,"PosY":78.66100311279298,"PosZ":140.1699981689453,"RotY":90.0,"groupId":0}}},"75":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":6.420000076293945,"PosY":76.64382934570312,"PosZ":151.1199951171875,"RotY":165.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":10.970000267028809,"PosY":76.66075134277344,"PosZ":151.22999572753906,"RotY":195.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":8.529999732971191,"PosY":76.64382934570312,"PosZ":148.0500030517578,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":8.74380874633789,"PosY":76.72210693359375,"PosZ":133.1156005859375,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":8.741621971130371,"PosY":76.70823669433594,"PosZ":156.01699829101565,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.65775299072266,"PosZ":113.9302978515625,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.58399963378906,"PosZ":110.66600036621094,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":11.326000213623049,"PosY":76.66075897216797,"PosZ":139.36300659179688,"RotY":270.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":5.698999881744385,"PosY":76.70234680175781,"PosZ":139.21499633789065,"RotY":270.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":8.529999732971191,"PosY":76.64382934570312,"PosZ":148.0500030517578,"NPCMonsterID":1002040,"EventID":0,"groupId":75,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":8.6899995803833,"PosY":76.66325378417967,"PosZ":131.0800018310547,"RotY":0.0,"groupId":0}}},"76":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":124.27999877929688,"PosY":80.4418716430664,"PosZ":124.2239990234375,"RotY":165.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":127.65000152587892,"PosY":80.47100067138672,"PosZ":124.29399871826172,"RotY":195.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":126.06999969482422,"PosY":80.47100067138672,"PosZ":124.34999847412108,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":125.96610260009766,"PosY":80.50322723388672,"PosZ":126.90170288085938,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":125.96610260009766,"PosY":80.46080017089844,"PosZ":129.01199340820312,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":125.99009704589844,"PosY":80.51331329345702,"PosZ":103.86599731445312,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":130.4219970703125,"PosY":80.4418716430664,"PosZ":110.90000152587892,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":122.2699966430664,"PosY":80.4418716430664,"PosZ":113.13999938964844,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":125.98999786376952,"PosY":80.6510009765625,"PosZ":101.9290008544922,"RotY":180.0,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":126.01000213623048,"PosY":80.47100067138672,"PosZ":119.79000091552734,"NPCMonsterID":1002040,"EventID":0,"groupId":76,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":126.01689910888672,"PosY":80.4418716430664,"PosZ":99.69000244140624,"RotY":0.0,"groupId":0}}},"77":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":84.85700988769531,"PosY":78.66100311279298,"PosZ":142.5800018310547,"RotY":255.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":84.8270034790039,"PosY":78.66100311279298,"PosZ":137.72999572753906,"RotY":285.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":84.9800033569336,"PosY":78.66100311279298,"PosZ":140.10459899902344,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":86.11000061035156,"PosY":78.66100311279298,"PosZ":139.9250030517578,"RotY":89.99999237060547,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":70.8479995727539,"PosY":78.66100311279298,"PosZ":143.0570068359375,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":73.5999984741211,"PosY":78.66100311279298,"PosZ":138.39199829101565,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":81.41000366210938,"PosY":78.66100311279298,"PosZ":140.10459899902344,"NPCMonsterID":1002040,"EventID":0,"groupId":77,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":63.83000183105469,"PosY":78.66100311279298,"PosZ":140.11700439453125,"RotY":90.0,"groupId":0}}},"78":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":6.360000133514404,"PosY":76.64382934570312,"PosZ":152.8300018310547,"RotY":165.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":10.729999542236328,"PosY":76.66075134277344,"PosZ":152.89999389648438,"RotY":195.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":8.649999618530273,"PosY":76.64382934570312,"PosZ":152.83999633789065,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":8.74380874633789,"PosY":76.72210693359375,"PosZ":133.1156005859375,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":8.741621971130371,"PosY":76.70823669433594,"PosZ":156.01699829101565,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":11.3149995803833,"PosY":76.66075897216797,"PosZ":139.36300659179688,"RotY":270.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":5.698999881744385,"PosY":76.70234680175781,"PosZ":139.21499633789065,"RotY":270.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":125.96610260009766,"PosY":80.46080017089844,"PosZ":129.01199340820312,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.65775299072266,"PosZ":113.9302978515625,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":8.739999771118164,"PosY":76.64382934570312,"PosZ":148.1300048828125,"NPCMonsterID":1002040,"EventID":0,"groupId":78,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":8.763999938964844,"PosY":76.66325378417967,"PosZ":128.00999450683594,"RotY":0.0,"groupId":0}}},"79":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":124.27999877929688,"PosY":80.4418716430664,"PosZ":122.93000030517578,"RotY":165.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":127.65000152587892,"PosY":80.47100067138672,"PosZ":123.0,"RotY":195.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":125.96610260009766,"PosY":80.50322723388672,"PosZ":126.90170288085938,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":125.96610260009766,"PosY":80.46080017089844,"PosZ":129.01199340820312,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":125.99009704589844,"PosY":80.51331329345702,"PosZ":103.86599731445312,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":130.4219970703125,"PosY":80.4418716430664,"PosZ":110.90000152587892,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":122.2699966430664,"PosY":80.4418716430664,"PosZ":113.13999938964844,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":125.98999786376952,"PosY":80.6510009765625,"PosZ":101.9290008544922,"RotY":180.0,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":129.1300048828125,"PosY":80.50055694580078,"PosZ":117.94000244140624,"Name":"NPC1","RotY":165.0,"NPCID":3013,"groupId":79,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":126.01689910888672,"PosY":80.4418716430664,"PosZ":103.30599975585938,"RotY":0.0,"groupId":0}}},"81":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":84.82000732421875,"PosY":78.66100311279298,"PosZ":142.38800048828125,"RotY":255.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":84.79000091552734,"PosY":78.66100311279298,"PosZ":137.91700744628906,"RotY":285.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":86.01000213623047,"PosY":78.66100311279298,"PosZ":139.9250030517578,"RotY":89.99999237060547,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":70.8479995727539,"PosY":78.66100311279298,"PosZ":143.0570068359375,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":73.5999984741211,"PosY":78.66100311279298,"PosZ":138.39199829101565,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[{"ID":400001,"PosX":79.36399841308594,"PosY":78.66100311279298,"PosZ":137.61199951171875,"Name":"NPC1","RotY":255.00010681152344,"NPCID":3013,"groupId":81,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":66.66000366210938,"PosY":78.66100311279298,"PosZ":140.11700439453125,"RotY":90.0,"groupId":0}}},"82":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":7.130000114440918,"PosY":76.64382934570312,"PosZ":154.0399932861328,"RotY":165.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":10.239999771118164,"PosY":76.66075134277344,"PosZ":154.14999389648438,"RotY":195.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":8.74380874633789,"PosY":76.72210693359375,"PosZ":133.1156005859375,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":8.741621971130371,"PosY":76.70823669433594,"PosZ":156.01699829101565,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":11.347000122070312,"PosY":76.66075897216797,"PosZ":139.3459930419922,"RotY":270.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":5.829999923706055,"PosY":76.70234680175781,"PosZ":139.19000244140625,"RotY":270.0,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":125.96610260009766,"PosY":80.46080017089844,"PosZ":129.01199340820312,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":8.731998443603516,"PosY":79.65775299072266,"PosZ":113.9302978515625,"RotY":180.00039672851565,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":10.567999839782717,"PosY":76.70243835449219,"PosZ":149.8090057373047,"Name":"NPC1","RotY":195.0,"NPCID":3013,"groupId":82,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":8.763999938964844,"PosY":76.66325378417967,"PosZ":133.99000549316406,"RotY":0.0,"groupId":0}}},"83":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":157.12399291992188,"PosY":77.0168685913086,"PosZ":95.96199798583984,"RotY":90.0,"PropID":1021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":167.5800018310547,"PosY":77.01679229736328,"PosZ":100.68000030517578,"RotY":120.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":172.1199951171875,"PosY":77.01689147949219,"PosZ":98.66000366210938,"RotY":209.99609375,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":172.80999755859375,"PosY":77.01658630371094,"PosZ":99.0300064086914,"RotY":209.99609375,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":172.80999755859375,"PosY":77.01712036132812,"PosZ":98.29000091552734,"RotY":209.99609375,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":167.1300048828125,"PosY":77.01590728759767,"PosZ":92.76000213623047,"RotY":59.999961853027344,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":125.99009704589844,"PosY":80.51331329345702,"PosZ":103.86599731445312,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":125.96610260009766,"PosY":80.46080017089844,"PosZ":129.01199340820312,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":125.98999786376952,"PosY":80.6510009765625,"PosZ":101.9290008544922,"RotY":180.0,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":184.0,"PosY":77.01596069335938,"PosZ":95.93000030517578,"RotY":89.99999237060547,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":174.1199951171875,"PosY":77.02838134765625,"PosZ":101.93000030517578,"RotY":0.0,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":161.91000366210938,"PosY":77.0167465209961,"PosZ":98.81999969482422,"Name":"NPC1","RotY":105.0,"NPCID":1013,"groupId":83,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":177.52000427246094,"PosY":77.0164566040039,"PosZ":95.80000305175781,"RotY":270.0,"groupId":0}}},"85":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":187.18899536132812,"PosY":82.7814712524414,"PosZ":137.80999755859375,"RotY":165.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":181.02000427246097,"PosY":82.72084045410156,"PosZ":133.9199981689453,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":173.47410583496094,"PosY":82.66645050048828,"PosZ":133.74969482421875,"RotY":270.0000915527344,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":191.19000244140625,"PosY":82.79322052001953,"PosZ":138.08999633789065,"RotY":195.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":169.44369506835938,"PosY":77.01590728759767,"PosZ":100.02040100097656,"RotY":89.99989318847656,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":189.2599945068359,"PosY":82.76553344726562,"PosZ":137.9499969482422,"RotY":179.99989318847656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":184.02999877929688,"PosY":77.01596069335938,"PosZ":95.93000030517578,"RotY":89.99999237060547,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":189.12399291992188,"PosY":82.88865661621094,"PosZ":141.03599548339844,"RotY":180.00050354003906,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":189.12399291992188,"PosY":82.81598663330078,"PosZ":144.281005859375,"RotY":270.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":179.99989318847656,"PosX":189.0,"PosY":82.76553344726562,"PosZ":135.05999755859375,"NPCMonsterID":1002040,"EventID":0,"groupId":85,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":174.61000061035156,"PosY":77.015869140625,"PosZ":93.12999725341797,"RotY":0.0,"groupId":0}}},"86":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":180.0,"PosX":175.3000030517578,"PosY":82.59918212890625,"PosZ":123.31999969482422,"NPCMonsterID":1002040,"EventID":0,"groupId":86,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"87":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":180.0,"PosX":173.3300018310547,"PosY":82.61125946044922,"PosZ":123.26000213623048,"NPCMonsterID":1002040,"EventID":0,"groupId":87,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"88":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":124.27999877929688,"PosY":80.4418716430664,"PosZ":124.2239990234375,"RotY":165.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":127.65000152587892,"PosY":80.47100067138672,"PosZ":124.29399871826172,"RotY":195.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":126.0500030517578,"PosY":80.47100067138672,"PosZ":124.33999633789064,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":125.96610260009766,"PosY":80.50322723388672,"PosZ":126.90170288085938,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":125.96610260009766,"PosY":80.46080017089844,"PosZ":129.01199340820312,"RotY":90.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":125.99009704589844,"PosY":80.51331329345702,"PosZ":103.86599731445312,"RotY":0.0,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":130.4219970703125,"PosY":80.4418716430664,"PosZ":110.90000152587892,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":122.2699966430664,"PosY":80.4418716430664,"PosZ":113.13999938964844,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":125.98999786376952,"PosY":80.6510009765625,"PosZ":101.9290008544922,"RotY":180.0,"PropID":300004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_PadBridge_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":124.83000183105467,"PosY":80.47100067138672,"PosZ":119.79000091552734,"NPCMonsterID":1002040,"EventID":0,"groupId":88,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":126.01689910888672,"PosY":80.4418716430664,"PosZ":99.69000244140624,"RotY":0.0,"groupId":0}}},"89":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":180.0,"PosX":127.1999969482422,"PosY":80.47100067138672,"PosZ":119.79000091552734,"NPCMonsterID":1002040,"EventID":0,"groupId":89,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"90":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":84.82000732421875,"PosY":78.66100311279298,"PosZ":142.38800048828125,"RotY":255.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":84.79000091552734,"PosY":78.66100311279298,"PosZ":137.91700744628906,"RotY":285.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":84.91500091552734,"PosY":78.66100311279298,"PosZ":140.08999633789065,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":85.94499969482422,"PosY":78.66100311279298,"PosZ":139.9250030517578,"RotY":89.99999237060547,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":70.8479995727539,"PosY":78.66100311279298,"PosZ":143.0570068359375,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":73.5999984741211,"PosY":78.66100311279298,"PosZ":138.39199829101565,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":81.41000366210938,"PosY":78.66100311279298,"PosZ":141.15699768066406,"NPCMonsterID":1002040,"EventID":0,"groupId":90,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":63.83000183105469,"PosY":78.66100311279298,"PosZ":140.11700439453125,"RotY":90.0,"groupId":0}}},"91":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":270.0,"PosX":81.41000366210938,"PosY":78.66100311279298,"PosZ":139.2239990234375,"NPCMonsterID":1002040,"EventID":0,"groupId":91,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"92":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":243.2100067138672,"PosY":79.65245819091797,"PosZ":98.55996704101562,"RotY":255.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_FinalDoor.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_BossRoomFinishToast.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":240.3999938964844,"PosY":79.09719848632812,"PosZ":92.62000274658203,"RotY":300.0,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":237.4199981689453,"PosY":78.50834655761719,"PosZ":95.44998931884764,"RotY":269.9999084472656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":243.91000366210935,"PosY":79.790771484375,"PosZ":95.91999816894531,"RotY":89.99999237060547,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":215.7899932861328,"PosY":77.01627349853516,"PosZ":95.91999053955078,"RotY":89.99999237060547,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":269.9999084472656,"PosX":237.4199981689453,"PosY":78.50834655761719,"PosZ":95.44998931884764,"NPCMonsterID":1002040,"EventID":0,"groupId":92,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":220.5,"PosY":77.01632690429688,"PosZ":95.58999633789062,"RotY":90.0,"groupId":0}}},"93":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_SpecialBuffAfterTalk.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"94":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":243.2100067138672,"PosY":79.65245819091797,"PosZ":98.55996704101562,"RotY":255.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":237.4199981689453,"PosY":78.50834655761719,"PosZ":95.44998931884764,"RotY":269.9999084472656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":243.91000366210935,"PosY":79.790771484375,"PosZ":95.91999816894531,"RotY":89.99999237060547,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":215.7899932861328,"PosY":77.01627349853516,"PosZ":95.91999053955078,"RotY":89.99999237060547,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":240.3999938964844,"PosY":79.09719848632812,"PosZ":92.62000274658203,"RotY":300.0,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":269.9999084472656,"PosX":237.4199981689453,"PosY":78.50834655761719,"PosZ":95.44998931884764,"NPCMonsterID":1002040,"EventID":0,"groupId":94,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":220.5,"PosY":77.01632690429688,"PosZ":95.58999633789062,"RotY":90.0,"groupId":0}}},"95":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":187.18899536132812,"PosY":82.7814712524414,"PosZ":137.80999755859375,"RotY":165.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":181.02000427246097,"PosY":82.72084045410156,"PosZ":133.9199981689453,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":185.8999938964844,"PosY":77.01582336425781,"PosZ":91.9800033569336,"RotY":270.0000915527344,"PropID":100027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":191.19000244140625,"PosY":82.79322052001953,"PosZ":138.08999633789065,"RotY":195.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":169.44369506835938,"PosY":77.01590728759767,"PosZ":100.02040100097656,"RotY":89.99989318847656,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":189.2310028076172,"PosY":82.76553344726562,"PosZ":138.04800415039065,"RotY":179.99989318847656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":199.83999633789065,"PosY":77.01596069335938,"PosZ":95.93000030517578,"RotY":89.99999237060547,"PropID":100006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":189.12399291992188,"PosY":82.88865661621094,"PosZ":141.03599548339844,"RotY":180.00050354003906,"PropID":100001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_AutoDoor_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":189.12399291992188,"PosY":82.81598663330078,"PosZ":144.281005859375,"RotY":270.0,"PropID":300003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_DoorFrame_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Door_00_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":179.99989318847656,"PosX":189.0,"PosY":82.76553344726562,"PosZ":135.05999755859375,"NPCMonsterID":1002040,"EventID":0,"groupId":95,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":192.19000244140625,"PosY":77.015869140625,"PosZ":95.52999877929688,"RotY":270.0,"groupId":0}}},"96":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":180.0,"PosX":174.33580017089844,"PosY":82.59918212890625,"PosZ":121.7699966430664,"NPCMonsterID":1002040,"EventID":0,"groupId":96,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"97":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":179.96409606933594,"PosX":174.13999938964844,"PosY":77.01634979248047,"PosZ":100.59999847412108,"NPCMonsterID":1002040,"EventID":0,"groupId":97,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"99":{"props":[],"npcs":[{"ID":400001,"PosX":187.19000244140625,"PosY":77.01653289794922,"PosZ":96.92999267578124,"Name":"NPC1","RotY":105.0,"NPCID":3013,"groupId":99,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":192.19000244140625,"PosY":77.015869140625,"PosZ":95.52999877929688,"RotY":270.0,"groupId":0}}}}},"P81004_F81004001":{"teleports":{},"group_items":{"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":15.609999656677246,"PosY":139.25999450683594,"PosZ":-14.090000152587892,"RotY":270.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":15.010000228881836,"PosY":139.52999877929688,"PosZ":-14.090000152587892,"RotY":270.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.740004539489746,"PosY":144.1313934326172,"PosZ":-17.09000015258789,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_FinalDoor.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":17.260000228881836,"PosY":144.06419372558594,"PosZ":-14.090000152587892,"RotY":270.0,"groupId":0}}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.740001201629639,"PosY":144.1313934326172,"PosZ":-11.090000152587892,"RotY":90.0,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.7399990558624268,"PosY":144.1313018798828,"PosZ":-14.090000152587892,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.7399990558624268,"PosY":144.1313018798828,"PosZ":-14.090000152587892,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-2.7399990558624268,"PosY":144.1313018798828,"PosZ":-14.090000152587892,"NPCMonsterID":1002040,"EventID":99999011,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.740004539489746,"PosY":144.1313934326172,"PosZ":-17.09000015258789,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":17.260000228881836,"PosY":144.06419372558594,"PosZ":-14.090000152587892,"RotY":270.0,"groupId":0}}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.7399990558624268,"PosY":144.1313018798828,"PosZ":-14.090000152587892,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.740001201629639,"PosY":144.1313934326172,"PosZ":-11.090000152587892,"RotY":90.0,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.7399990558624268,"PosY":144.1313018798828,"PosZ":-14.090000152587892,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-2.7399990558624268,"PosY":144.1313018798828,"PosZ":-14.090000152587892,"NPCMonsterID":1002040,"EventID":99999011,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.39089012145996,"PosY":172.24139404296875,"PosZ":50.894248962402344,"RotY":230.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-10.06999969482422,"PosY":172.24139404296875,"PosZ":63.7500114440918,"RotY":230.0,"groupId":0}}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.301599502563477,"PosY":172.24139404296875,"PosZ":60.38629913330078,"RotY":80.0000228881836,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.159290313720703,"PosY":172.24139404296875,"PosZ":54.25794982910156,"RotY":20.000009536743164,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.263400077819824,"PosY":172.24139404296875,"PosZ":62.333309173583984,"RotY":350.0,"PropID":100025,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.5247802734375,"PosY":172.24139404296875,"PosZ":63.29668045043945,"RotY":350.0,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.22117042541504,"PosY":172.24139404296875,"PosZ":62.61442947387695,"RotY":350.0,"PropID":100024,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_HPRecoverBox_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-23.489030838012695,"PosY":172.24139404296875,"PosZ":56.40631866455078,"Name":"NPC1","RotY":65.00012969970703,"NPCID":1013,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.48799991607666,"PosY":172.24139404296875,"PosZ":69.06300354003906,"RotY":230.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.93000030517578,"PosY":172.24139404296875,"PosZ":39.49000930786133,"RotY":230.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.633999824523926,"PosY":177.41439819335938,"PosZ":-121.61399841308594,"RotY":310.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.397000312805176,"PosY":171.8699951171875,"PosZ":-121.73500061035156,"RotY":310.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.209999084472656,"PosY":177.41439819335938,"PosZ":-105.81999969482422,"RotY":40.00006866455078,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.279998779296875,"PosY":177.41439819335938,"PosZ":-102.31999969482422,"RotY":310.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.406999588012695,"PosY":177.41439819335938,"PosZ":-115.03299713134766,"RotY":310.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.364999771118164,"PosY":177.41439819335938,"PosZ":-113.73899841308594,"RotY":130.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.77463912963867,"PosY":177.41439819335938,"PosZ":-113.885498046875,"RotY":310.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.93000030517578,"PosY":177.41439819335938,"PosZ":-110.40000152587892,"RotY":130.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.88400077819824,"PosY":177.41439819335938,"PosZ":-111.83699798583984,"RotY":310.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.633079528808594,"PosY":177.41439819335938,"PosZ":-111.48789978027344,"RotY":130.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-20.90999984741211,"PosY":177.41439819335938,"PosZ":-118.23999786376952,"RotY":310.0,"groupId":0}}},"14":{"props":[],"npcs":[{"ID":400001,"PosX":-33.220001220703125,"PosY":177.41439819335938,"PosZ":-108.13999938964844,"Name":"NPC1","RotY":130.0,"NPCID":3013,"groupId":14,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.209999084472656,"PosY":177.41439819335938,"PosZ":-105.81999969482422,"RotY":40.00006866455078,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.279998779296875,"PosY":177.41439819335938,"PosZ":-102.31999969482422,"RotY":310.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.406999588012695,"PosY":177.41439819335938,"PosZ":-115.03299713134766,"RotY":310.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.364999771118164,"PosY":177.41439819335938,"PosZ":-113.73899841308594,"RotY":130.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.77463912963867,"PosY":177.41439819335938,"PosZ":-113.885498046875,"RotY":310.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.93000030517578,"PosY":177.41439819335938,"PosZ":-110.40000152587892,"RotY":130.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.88400077819824,"PosY":177.41439819335938,"PosZ":-111.83699798583984,"RotY":310.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.633079528808594,"PosY":177.41439819335938,"PosZ":-111.48789978027344,"RotY":130.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-20.90999984741211,"PosY":177.41439819335938,"PosZ":-118.23999786376952,"RotY":310.0,"groupId":0}}},"16":{"props":[],"npcs":[{"ID":400001,"PosX":-27.655000686645508,"PosY":177.41439819335938,"PosZ":-117.59200286865234,"Name":"NPC1","RotY":115.0,"NPCID":3013,"groupId":16,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.230899810791016,"PosY":177.41439819335938,"PosZ":-105.3843002319336,"RotY":130.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.230899810791016,"PosY":177.41439819335938,"PosZ":-105.3843002319336,"RotY":130.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":130.0,"PosX":-36.230899810791016,"PosY":177.41439819335938,"PosZ":-105.3843002319336,"NPCMonsterID":1002040,"EventID":99999011,"groupId":17,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.62718963623047,"PosY":177.41439819335938,"PosZ":-108.96800231933594,"RotY":130.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":130.0,"PosX":-36.62718963623047,"PosY":177.41439819335938,"PosZ":-108.96800231933594,"NPCMonsterID":1002040,"EventID":99999011,"groupId":18,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.77043914794922,"PosY":177.41439819335938,"PosZ":-104.37169647216795,"RotY":130.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":130.0,"PosX":-32.77043914794922,"PosY":177.41439819335938,"PosZ":-104.37169647216795,"NPCMonsterID":1002040,"EventID":99999011,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":21.780000686645508,"PosY":412.1238098144531,"PosZ":-14.220000267028809,"RotY":90.00000762939453,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":8.199999809265137,"PosY":406.25,"PosZ":-14.220000267028809,"RotY":90.00000762939453,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":48.779991149902344,"PosY":411.9078063964844,"PosZ":-12.220020294189451,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":48.779998779296875,"PosY":411.9078063964844,"PosZ":-16.219999313354492,"RotY":90.00000762939453,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":39.499000549316406,"PosY":411.9078063964844,"PosZ":-10.220020294189451,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":38.529998779296875,"PosY":411.9078063964844,"PosZ":-11.270000457763672,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":37.779998779296875,"PosY":411.9078063964844,"PosZ":-10.220020294189451,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":32.619998931884766,"PosY":411.9078063964844,"PosZ":-18.219999313354492,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":32.279998779296875,"PosY":411.9078063964844,"PosZ":-17.202999114990234,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":31.780000686645508,"PosY":411.9078063964844,"PosZ":-18.219999313354492,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":26.780000686645508,"PosY":411.9078063964844,"PosZ":-14.220000267028809,"RotY":90.00000762939453,"groupId":0}}},"22":{"props":[],"npcs":[{"ID":400001,"PosX":43.099998474121094,"PosY":411.9078063964844,"PosZ":-14.220000267028809,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":48.779991149902344,"PosY":411.9078063964844,"PosZ":-12.220020294189451,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":48.779998779296875,"PosY":411.9078063964844,"PosZ":-16.219999313354492,"RotY":90.00000762939453,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":39.499000549316406,"PosY":411.9078063964844,"PosZ":-10.220020294189451,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":38.529998779296875,"PosY":411.9078063964844,"PosZ":-11.270000457763672,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":37.779998779296875,"PosY":411.9078063964844,"PosZ":-10.220020294189451,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":32.619998931884766,"PosY":411.9078063964844,"PosZ":-18.219999313354492,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":32.279998779296875,"PosY":411.9078063964844,"PosZ":-17.202999114990234,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":31.780000686645508,"PosY":411.9078063964844,"PosZ":-18.219999313354492,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":26.780000686645508,"PosY":411.9078063964844,"PosZ":-14.220000267028809,"RotY":90.00000762939453,"groupId":0}}},"24":{"props":[],"npcs":[{"ID":400001,"PosX":32.31999969482422,"PosY":411.9078063964844,"PosZ":-10.220000267028809,"Name":"NPC1","RotY":255.0,"NPCID":3013,"groupId":24,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":46.779998779296875,"PosY":411.9078063964844,"PosZ":-14.220000267028809,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":46.779998779296875,"PosY":411.9078063964844,"PosZ":-14.220000267028809,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":46.779998779296875,"PosY":411.9078063964844,"PosZ":-14.220000267028809,"NPCMonsterID":1002040,"EventID":99999011,"groupId":25,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":44.779998779296875,"PosY":411.9078063964844,"PosZ":-11.220000267028809,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":44.779998779296875,"PosY":411.9078063964844,"PosZ":-11.220000267028809,"NPCMonsterID":1002040,"EventID":99999011,"groupId":26,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":44.779998779296875,"PosY":411.9078063964844,"PosZ":-17.219999313354492,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":44.779998779296875,"PosY":411.9078063964844,"PosZ":-17.219999313354492,"NPCMonsterID":1002040,"EventID":99999011,"groupId":27,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.47999954223633,"PosY":411.9078063964844,"PosZ":-14.220000267028809,"RotY":270.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.159999847412108,"PosY":403.79000854492193,"PosZ":-14.220000267028809,"RotY":270.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.4800033569336,"PosY":411.9078063964844,"PosZ":-16.219999313354492,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.4800033569336,"PosY":411.9078063964844,"PosZ":-12.220000267028809,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.53499984741211,"PosY":411.9078063964844,"PosZ":-17.736000061035156,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.709999084472656,"PosY":411.9078063964844,"PosZ":-16.709999084472656,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.65298843383789,"PosY":411.9078063964844,"PosZ":-17.736000061035156,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-55.94200134277344,"PosY":411.9078063964844,"PosZ":-10.680999755859377,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.930999755859375,"PosY":411.9078063964844,"PosZ":-11.743000030517578,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.15999984741211,"PosY":411.9078063964844,"PosZ":-10.680999755859377,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-48.47999954223633,"PosY":411.9078063964844,"PosZ":-14.220000267028809,"RotY":270.0,"groupId":0}}},"30":{"props":[],"npcs":[{"ID":400001,"PosX":-64.87000274658203,"PosY":411.9078063964844,"PosZ":-14.220000267028809,"Name":"NPC1","RotY":90.0,"NPCID":3013,"groupId":30,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.4800033569336,"PosY":411.9078063964844,"PosZ":-16.219999313354492,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.4800033569336,"PosY":411.9078063964844,"PosZ":-12.220000267028809,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.53499984741211,"PosY":411.9078063964844,"PosZ":-17.736000061035156,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.709999084472656,"PosY":411.9078063964844,"PosZ":-16.709999084472656,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.65298843383789,"PosY":411.9078063964844,"PosZ":-17.736000061035156,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-55.94200134277344,"PosY":411.9078063964844,"PosZ":-10.689000129699709,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.930999755859375,"PosY":411.9078063964844,"PosZ":-11.75100040435791,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.15999984741211,"PosY":411.9078063964844,"PosZ":-10.689000129699709,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-48.47999954223633,"PosY":411.9078063964844,"PosZ":-14.220000267028809,"RotY":270.0,"groupId":0}}},"32":{"props":[],"npcs":[{"ID":400001,"PosX":-54.02000045776367,"PosY":411.9078063964844,"PosZ":-18.219999313354492,"Name":"NPC1","RotY":74.99999237060547,"NPCID":3013,"groupId":32,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-68.4800033569336,"PosY":411.9078063964844,"PosZ":-14.220000267028809,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-68.4800033569336,"PosY":411.9078063964844,"PosZ":-14.220000267028809,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-68.4800033569336,"PosY":411.9078063964844,"PosZ":-14.220000267028809,"NPCMonsterID":1002040,"EventID":99999011,"groupId":33,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.48001098632812,"PosY":411.9078063964844,"PosZ":-17.219999313354492,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-66.48001098632812,"PosY":411.9078063964844,"PosZ":-17.219999313354492,"NPCMonsterID":1002040,"EventID":99999011,"groupId":34,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.4800033569336,"PosY":411.9078063964844,"PosZ":-11.220000267028809,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-66.4800033569336,"PosY":411.9078063964844,"PosZ":-11.220000267028809,"NPCMonsterID":1002040,"EventID":99999011,"groupId":35,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":51.45600128173828,"PosY":172.2718963623047,"PosZ":40.05099868774414,"RotY":229.68499755859375,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":46.43505096435547,"PosY":163.08999633789065,"PosZ":72.62249755859375,"RotY":139.68499755859375,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":65.5,"PosY":169.6479949951172,"PosZ":53.38999938964844,"RotY":229.6851043701172,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":62.33000183105469,"PosY":169.6479949951172,"PosZ":50.70000076293945,"RotY":139.68499755859375,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":58.94300079345703,"PosY":169.6479949951172,"PosZ":60.60100173950195,"RotY":320.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":56.58000183105469,"PosY":169.6479949951172,"PosZ":63.369998931884766,"RotY":320.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":57.75149917602539,"PosY":169.6479949951172,"PosZ":62.005859375,"RotY":320.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":51.27997970581055,"PosY":169.6479949951172,"PosZ":62.51308059692382,"RotY":139.68499755859375,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":52.41999816894531,"PosY":169.6479949951172,"PosZ":61.189998626708984,"RotY":139.68499755859375,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":50.124000549316406,"PosY":169.6479949951172,"PosZ":63.875,"RotY":139.68499755859375,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":49.66999816894531,"PosY":169.6479949951172,"PosZ":68.81001281738281,"RotY":139.68499755859375,"groupId":0}}},"38":{"props":[],"npcs":[{"ID":400001,"PosX":60.63999938964844,"PosY":169.6479949951172,"PosZ":55.900001525878906,"Name":"NPC1","RotY":320.0,"NPCID":3013,"groupId":38,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"39":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":65.5,"PosY":169.6479949951172,"PosZ":53.38999938964844,"RotY":229.6851043701172,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":62.33000183105469,"PosY":169.6479949951172,"PosZ":50.70000076293945,"RotY":139.68499755859375,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":58.94300079345703,"PosY":169.6479949951172,"PosZ":60.60100173950195,"RotY":320.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":56.58000183105469,"PosY":169.6479949951172,"PosZ":63.369998931884766,"RotY":320.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":57.75149917602539,"PosY":169.6479949951172,"PosZ":62.005859375,"RotY":320.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":51.27997970581055,"PosY":169.6479949951172,"PosZ":62.51308059692382,"RotY":139.68499755859375,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":52.41999816894531,"PosY":169.6479949951172,"PosZ":61.189998626708984,"RotY":139.68499755859375,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":50.124000549316406,"PosY":169.6479949951172,"PosZ":63.875,"RotY":139.68499755859375,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":49.66999816894531,"PosY":169.6479949951172,"PosZ":68.81001281738281,"RotY":139.68499755859375,"groupId":0}}},"40":{"props":[],"npcs":[{"ID":400001,"PosX":56.3043212890625,"PosY":169.6479949951172,"PosZ":67.17371368408203,"Name":"NPC1","RotY":304.68499755859375,"NPCID":3013,"groupId":40,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":62.60980987548828,"PosY":169.6479949951172,"PosZ":53.56005096435547,"RotY":319.68499755859375,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":62.60980987548828,"PosY":169.6479949951172,"PosZ":53.56005096435547,"RotY":319.68499755859375,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":319.68499755859375,"PosX":62.60979843139648,"PosY":169.6479949951172,"PosZ":53.56003952026367,"NPCMonsterID":1002040,"EventID":99999011,"groupId":41,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":63.603309631347656,"PosY":169.6479949951172,"PosZ":57.0260009765625,"RotY":319.68499755859375,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":319.68499755859375,"PosX":63.603309631347656,"PosY":169.6479949951172,"PosZ":57.0260009765625,"NPCMonsterID":1002040,"EventID":99999011,"groupId":42,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"43":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":59.0283203125,"PosY":169.6479949951172,"PosZ":53.14405059814453,"RotY":319.68499755859375,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":319.68499755859375,"PosX":59.0283203125,"PosY":169.6479949951172,"PosZ":53.14405059814453,"NPCMonsterID":1002040,"EventID":99999011,"groupId":43,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.416999816894531,"PosY":177.46290588378906,"PosZ":-121.61100006103516,"RotY":310.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.055999755859375,"PosY":180.92030334472656,"PosZ":-96.1449966430664,"RotY":310.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":11.428999900817873,"PosY":174.87669372558594,"PosZ":-111.91200256347656,"RotY":220.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"45":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.550000190734864,"PosY":177.4116973876953,"PosZ":-128.8699951171875,"RotY":310.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.670000076293944,"PosY":177.4116973876953,"PosZ":-126.25,"RotY":220.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.7687879800796509,"PosY":177.4116973876953,"PosZ":-122.13379669189452,"RotY":220.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.5792120099067688,"PosY":177.4116973876953,"PosZ":-122.1457977294922,"RotY":40.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.4000000059604645,"PosY":177.4116973876953,"PosZ":-123.5,"RotY":220.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.369999885559082,"PosY":177.4116973876953,"PosZ":-116.2699966430664,"RotY":40.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.0460000038146973,"PosY":177.4116973876953,"PosZ":-116.3030014038086,"RotY":220.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.221446990966797,"PosY":177.4116973876953,"PosZ":-114.90280151367188,"RotY":40.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":5.0200018882751465,"PosY":180.0312957763672,"PosZ":-110.69000244140624,"RotY":220.0,"groupId":0}}},"46":{"props":[],"npcs":[{"ID":400001,"PosX":-5.720001220703125,"PosY":177.4116973876953,"PosZ":-123.48999786376952,"Name":"NPC1","RotY":40.0,"NPCID":3013,"groupId":46,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.550000190734864,"PosY":177.4116973876953,"PosZ":-128.8699951171875,"RotY":310.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.670000076293944,"PosY":177.4116973876953,"PosZ":-126.25,"RotY":220.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.7687879800796509,"PosY":177.4116973876953,"PosZ":-122.13379669189452,"RotY":220.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.5792120099067688,"PosY":177.4116973876953,"PosZ":-122.1457977294922,"RotY":40.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.4000000059604645,"PosY":177.4116973876953,"PosZ":-123.5,"RotY":220.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.369999885559082,"PosY":177.4116973876953,"PosZ":-116.2699966430664,"RotY":40.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.0460000038146973,"PosY":177.4116973876953,"PosZ":-116.3030014038086,"RotY":220.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.221446990966797,"PosY":177.4116973876953,"PosZ":-114.90280151367188,"RotY":40.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":5.0200018882751465,"PosY":180.0312957763672,"PosZ":-110.69000244140624,"RotY":220.0,"groupId":0}}},"48":{"props":[],"npcs":[{"ID":400001,"PosX":0.8500000238418579,"PosY":177.4116973876953,"PosZ":-118.5500030517578,"Name":"NPC1","RotY":24.999990463256836,"NPCID":3013,"groupId":48,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.835755825042725,"PosY":177.4116973876953,"PosZ":-126.01090240478516,"RotY":40.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.835755825042725,"PosY":177.4116973876953,"PosZ":-126.01090240478516,"RotY":40.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":40.0,"PosX":-7.835755825042725,"PosY":177.4116973876953,"PosZ":-126.01090240478516,"NPCMonsterID":1002040,"EventID":99999011,"groupId":49,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"50":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.252045154571533,"PosY":177.4116973876953,"PosZ":-126.4072036743164,"RotY":40.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":40.0,"PosX":-4.252045154571533,"PosY":177.4116973876953,"PosZ":-126.4072036743164,"NPCMonsterID":1002040,"EventID":99999011,"groupId":50,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"52":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.84831428527832,"PosY":177.4116973876953,"PosZ":-122.55049896240234,"RotY":40.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":40.0,"PosX":-8.84831428527832,"PosY":177.4116973876953,"PosZ":-122.55049896240234,"NPCMonsterID":1002040,"EventID":99999011,"groupId":52,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"53":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.41799926757812,"PosY":182.86199951171875,"PosZ":-2.4560000896453857,"RotY":10.799630165100098,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.68699645996094,"PosY":182.86199951171875,"PosZ":-26.474000930786133,"RotY":351.2987060546875,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"54":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.54999923706055,"PosY":182.86199951171875,"PosZ":-12.027999877929688,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.550010681152344,"PosY":182.86199951171875,"PosZ":-16.027999877929688,"RotY":90.00000762939453,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.85299682617188,"PosY":182.86199951171875,"PosZ":-9.397000312805176,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.70500183105469,"PosY":182.86199951171875,"PosZ":-10.420000076293944,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.64700317382812,"PosY":182.89210510253903,"PosZ":-9.397000312805176,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-77.7030029296875,"PosY":182.86199951171875,"PosZ":-18.350000381469727,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.63300323486328,"PosY":182.86199951171875,"PosZ":-17.334999084472656,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.43699645996094,"PosY":182.86199951171875,"PosZ":-18.350000381469727,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-84.55000305175781,"PosY":182.86199951171875,"PosZ":-14.027999877929688,"RotY":90.00000762939453,"groupId":0}}},"55":{"props":[],"npcs":[{"ID":400001,"PosX":-67.55999755859375,"PosY":182.86199951171875,"PosZ":-14.027999877929688,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":55,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.54999923706055,"PosY":182.86199951171875,"PosZ":-12.027999877929688,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.550010681152344,"PosY":182.86199951171875,"PosZ":-16.027999877929688,"RotY":90.00000762939453,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.85299682617188,"PosY":182.86199951171875,"PosZ":-9.397000312805176,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.70500183105469,"PosY":182.86199951171875,"PosZ":-10.420000076293944,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.64700317382812,"PosY":182.89210510253903,"PosZ":-9.397000312805176,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-77.7030029296875,"PosY":182.86199951171875,"PosZ":-18.350000381469727,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.63300323486328,"PosY":182.86199951171875,"PosZ":-17.334999084472656,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.43699645996094,"PosY":182.86199951171875,"PosZ":-18.350000381469727,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-84.55000305175781,"PosY":182.86199951171875,"PosZ":-14.027999877929688,"RotY":90.00000762939453,"groupId":0}}},"57":{"props":[],"npcs":[{"ID":400001,"PosX":-79.01000213623047,"PosY":182.86199951171875,"PosZ":-10.027999877929688,"Name":"NPC1","RotY":255.0,"NPCID":3013,"groupId":57,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.55000305175781,"PosY":182.86199951171875,"PosZ":-14.028010368347168,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-64.55000305175781,"PosY":182.86199951171875,"PosZ":-14.028010368347168,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":-64.55000305175781,"PosY":182.86199951171875,"PosZ":-14.027999877929688,"NPCMonsterID":1002040,"EventID":99999011,"groupId":58,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.55000305175781,"PosY":182.86199951171875,"PosZ":-11.027999877929688,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-66.55000305175781,"PosY":182.86199951171875,"PosZ":-11.027999877929688,"NPCMonsterID":1002040,"EventID":99999011,"groupId":59,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"60":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.55000305175781,"PosY":182.86199951171875,"PosZ":-17.027999877929688,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-66.55000305175781,"PosY":182.86199951171875,"PosZ":-17.027999877929688,"NPCMonsterID":1002040,"EventID":99999011,"groupId":60,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"61":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.55000305175781,"PosY":182.86199951171875,"PosZ":-11.027999877929688,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.55000305175781,"PosY":182.86199951171875,"PosZ":-11.027999877929688,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":-66.55000305175781,"PosY":182.86199951171875,"PosZ":-11.027999877929688,"NPCMonsterID":1002040,"EventID":99999011,"groupId":61,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"62":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.252045154571533,"PosY":177.4116973876953,"PosZ":-126.4072036743164,"RotY":40.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.252045154571533,"PosY":177.4116973876953,"PosZ":-126.4072036743164,"RotY":40.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":40.0,"PosX":-4.252045154571533,"PosY":177.4116973876953,"PosZ":-126.4072036743164,"NPCMonsterID":1002040,"EventID":99999011,"groupId":62,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"63":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":63.603309631347656,"PosY":169.6479949951172,"PosZ":57.0260009765625,"RotY":320.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":63.603309631347656,"PosY":169.6479949951172,"PosZ":57.0260009765625,"RotY":320.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":320.0,"PosX":63.603309631347656,"PosY":169.6479949951172,"PosZ":57.0260009765625,"NPCMonsterID":1002040,"EventID":99999011,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.48001098632812,"PosY":411.9078063964844,"PosZ":-17.219999313354492,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.48001098632812,"PosY":411.9078063964844,"PosZ":-17.219999313354492,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-66.48001098632812,"PosY":411.9078063964844,"PosZ":-17.219999313354492,"NPCMonsterID":1002040,"EventID":99999011,"groupId":64,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"65":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":44.779998779296875,"PosY":411.9078063964844,"PosZ":-11.220000267028809,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":44.779998779296875,"PosY":411.9078063964844,"PosZ":-11.220000267028809,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":44.779998779296875,"PosY":411.9078063964844,"PosZ":-11.220000267028809,"NPCMonsterID":1002040,"EventID":99999011,"groupId":65,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"66":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.62718963623047,"PosY":177.41439819335938,"PosZ":-108.96800231933594,"RotY":130.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.62718963623047,"PosY":177.41439819335938,"PosZ":-108.96800231933594,"RotY":130.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":130.0,"PosX":-36.62718963623047,"PosY":177.41439819335938,"PosZ":-108.96800231933594,"NPCMonsterID":1002040,"EventID":99999011,"groupId":66,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"72":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":24.916889190673828,"PosY":148.8386993408203,"PosZ":-15.660940170288086,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F30102004/LG_Prop_F30102004_G8_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.001099586486816,"PosY":176.39109802246094,"PosZ":51.727928161621094,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/N4/Chapter00_N401_CapturePolymer_Splinter_Normal.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-77.7300033569336,"PosY":411.9078063964844,"PosZ":-14.25,"RotY":90.00000762939453,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.527000427246097,"PosY":414.33599853515625,"PosZ":3.4579999446868896,"RotY":132.92990112304688,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.45800018310547,"PosY":414.247802734375,"PosZ":-31.819000244140625,"RotY":40.56517028808594,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.8499999046325684,"PosY":412.081787109375,"PosZ":2.779999017715454,"RotY":90.00000762939453,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.8499999046325684,"PosY":412.0819091796875,"PosZ":-30.360000610351562,"RotY":90.00000762939453,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"74":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.600000381469728,"PosY":412.081787109375,"PosZ":-12.25,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.600000381469728,"PosY":412.081787109375,"PosZ":-16.25,"RotY":90.00000762939453,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.32999038696289,"PosY":411.9078063964844,"PosZ":-10.199999809265137,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.06999969482422,"PosY":411.9078063964844,"PosZ":-17.489999771118164,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.15999984741211,"PosY":411.9078063964844,"PosZ":-10.199999809265137,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.410011291503906,"PosY":411.9078063964844,"PosZ":-17.729999542236328,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.86901092529297,"PosY":411.9078063964844,"PosZ":-17.499000549316406,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.739990234375,"PosY":411.9078063964844,"PosZ":-17.729999542236328,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-61.34000015258789,"PosY":412.1238098144531,"PosZ":-14.25,"RotY":90.00000762939453,"groupId":0}}},"75":{"props":[],"npcs":[{"ID":400001,"PosX":-53.77000045776367,"PosY":411.9078063964844,"PosZ":-11.020000457763672,"Name":"NPC1","RotY":255.0,"NPCID":3013,"groupId":75,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"76":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.899999618530273,"PosY":412.081787109375,"PosZ":-24.799999237060547,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.899999618530273,"PosY":412.081787109375,"PosZ":-24.799999237060547,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":-19.899999618530273,"PosY":412.081787109375,"PosZ":-14.25,"NPCMonsterID":1002040,"EventID":99999011,"groupId":76,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"77":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.16999816894531,"PosY":411.9078063964844,"PosZ":-13.260000228881836,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-45.16999816894531,"PosY":411.9078063964844,"PosZ":-13.260000228881836,"NPCMonsterID":1002040,"EventID":99999011,"groupId":77,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"78":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.14999008178711,"PosY":411.9078063964844,"PosZ":-15.840000152587892,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-33.14999008178711,"PosY":411.9078063964844,"PosZ":-15.840000152587892,"NPCMonsterID":1002040,"EventID":99999011,"groupId":78,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"79":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.637001037597656,"PosY":182.9228973388672,"PosZ":-66.30500030517578,"RotY":310.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.62999725341797,"PosY":182.918701171875,"PosZ":5.2600178718566895,"RotY":14.93570041656494,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"80":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.28199768066406,"PosY":182.86199951171875,"PosZ":-11.569990158081056,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.96800231933594,"PosY":182.86199951171875,"PosZ":-11.56999969482422,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.9489974975586,"PosY":182.86199951171875,"PosZ":-23.10700035095215,"RotY":350.0440979003906,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-56.323001861572266,"PosY":182.86199951171875,"PosZ":-47.459999084472656,"RotY":328.06689453125,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.5780029296875,"PosY":182.86199951171875,"PosZ":-24.849000930786133,"RotY":350.0440979003906,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.474998474121094,"PosY":182.86199951171875,"PosZ":-36.08300018310547,"RotY":339.6722106933594,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.26300048828125,"PosY":182.86199951171875,"PosZ":-45.95199966430664,"RotY":328.06689453125,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.81700134277344,"PosY":182.86199951171875,"PosZ":-37.74800109863281,"RotY":339.6722106933594,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-53.38600158691406,"PosY":182.86199951171875,"PosZ":-57.58599853515625,"RotY":325.4017028808594,"groupId":0}}},"81":{"props":[],"npcs":[{"ID":400001,"PosX":-60.7400016784668,"PosY":182.86199951171875,"PosZ":-51.72999954223633,"Name":"NPC1","RotY":135.44720458984375,"NPCID":3013,"groupId":81,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"82":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-68.0999984741211,"PosY":182.86199951171875,"PosZ":-15.234000205993652,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-68.0999984741211,"PosY":182.86199951171875,"PosZ":-15.234000205993652,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":-68.0999984741211,"PosY":182.86199951171875,"PosZ":-15.234000205993652,"NPCMonsterID":1002040,"EventID":99999011,"groupId":82,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"83":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.92300033569336,"PosY":182.86199951171875,"PosZ":-43.39799880981445,"RotY":154.6988067626953,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":154.6988067626953,"PosX":-61.92300033569336,"PosY":182.86199951171875,"PosZ":-43.39799880981445,"NPCMonsterID":1002040,"EventID":99999011,"groupId":83,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"84":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.77999877929688,"PosY":182.86199951171875,"PosZ":-28.799999237060547,"RotY":172.2545928955078,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":172.2545928955078,"PosX":-66.77999877929688,"PosY":182.86199951171875,"PosZ":-28.799999237060547,"NPCMonsterID":1002040,"EventID":99999011,"groupId":84,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"85":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":34.269989013671875,"PosY":172.30380249023438,"PosZ":60.74000930786133,"RotY":140.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.489999771118164,"PosY":172.22560119628906,"PosZ":69.06999969482422,"RotY":230.0,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":13.91100025177002,"PosY":172.22560119628906,"PosZ":85.64900207519531,"RotY":184.3654022216797,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":22.474000930786133,"PosY":172.22560119628906,"PosZ":64.78600311279297,"RotY":228.952392578125,"PropID":1027,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"86":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.9200000166893004,"PosY":172.22470092773438,"PosZ":70.06600189208984,"RotY":320.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.688999891281128,"PosY":172.22470092773438,"PosZ":73.36499786376953,"RotY":230.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":27.86400032043457,"PosY":172.22560119628906,"PosZ":73.27300262451172,"RotY":318.56201171875,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":2.8310000896453857,"PosY":172.22560119628906,"PosZ":79.41500091552734,"RotY":49.61761093139648,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":26.631000518798828,"PosY":172.22560119628906,"PosZ":74.69100189208984,"RotY":318.56201171875,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":14.236000061035156,"PosY":172.22520446777344,"PosZ":75.73899841308594,"RotY":274.8026123046875,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":4.111000061035156,"PosY":172.22560119628906,"PosZ":80.50399780273438,"RotY":49.61761093139648,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":15.871000289916992,"PosY":172.2252960205078,"PosZ":75.55799865722656,"RotY":274.8026123046875,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":30.82200050354004,"PosY":172.22560119628906,"PosZ":65.27799987792969,"RotY":320.0,"groupId":0}}},"87":{"props":[],"npcs":[{"ID":400001,"PosX":25.84000015258789,"PosY":172.22560119628906,"PosZ":66.08000183105469,"Name":"NPC1","RotY":121.71829986572266,"NPCID":3013,"groupId":87,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"88":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":1.1089999675750732,"PosY":172.22560119628906,"PosZ":74.60399627685547,"RotY":50.00001907348633,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":1.1089999675750732,"PosY":172.22560119628906,"PosZ":74.60399627685547,"RotY":50.00001907348633,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":50.00001907348633,"PosX":1.1089999675750732,"PosY":172.22560119628906,"PosZ":74.60399627685547,"NPCMonsterID":1002040,"EventID":99999011,"groupId":88,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"89":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":20.239999771118164,"PosY":172.22560119628906,"PosZ":77.83000183105469,"RotY":147.6510009765625,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":147.6510009765625,"PosX":20.239999771118164,"PosY":172.22560119628906,"PosZ":77.83000183105469,"NPCMonsterID":1002040,"EventID":99999011,"groupId":89,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"90":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":10.979999542236328,"PosY":172.22560119628906,"PosZ":79.41899871826172,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":10.979999542236328,"PosY":172.22560119628906,"PosZ":79.41899871826172,"NPCMonsterID":1002040,"EventID":99999011,"groupId":90,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P81111_F81111001":{"teleports":{},"group_items":{"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":13.126999855041504,"PosY":-2.1390230655670166,"PosZ":-16.017000198364258,"RotY":225.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":10.8100004196167,"PosY":-2.1600000858306885,"PosZ":-20.559999465942383,"RotY":315.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":29.457000732421875,"PosY":-1.1138069629669187,"PosZ":-87.13200378417967,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":26.760000228881836,"PosY":-1.149999976158142,"PosZ":-82.58799743652344,"RotY":0.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.289999961853027,"PosY":-2.1072909832000732,"PosZ":-170.3159942626953,"RotY":90.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":4.800000190734863,"PosY":-2.1600000858306885,"PosZ":-208.49600219726565,"RotY":0.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.369999885559082,"PosY":-2.1340019702911377,"PosZ":-88.88999938964844,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.570000171661377,"PosY":-2.1340019702911377,"PosZ":-87.77999877929688,"RotY":0.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"62":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":3.4200000762939453,"PosY":-2.139024019241333,"PosZ":-27.790000915527344,"RotY":344.99969482421875,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.899999618530273,"PosY":1.8763870000839231,"PosZ":17.149999618530273,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.051050186157227,"PosY":1.8763870000839231,"PosZ":5.038455009460449,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":6.71999979019165,"PosY":-2.139024019241333,"PosZ":-24.510000228881836,"RotY":284.99969482421875,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.480000019073486,"PosY":-2.139024019241333,"PosZ":-19.829999923706055,"RotY":89.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":4.980000019073486,"PosY":-2.139024019241333,"PosZ":-26.489999771118164,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":13.126999855041504,"PosY":-2.1390230655670166,"PosZ":-16.017000198364258,"RotY":225.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":6.099999904632568,"PosY":-2.139024019241333,"PosZ":-27.299999237060547,"RotY":315.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":2.2100000381469727,"PosY":1.8763870000839231,"PosZ":7.96999979019165,"RotY":270.0000915527344,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":315.0,"PosX":1.6599999666213987,"PosY":-2.139024019241333,"PosZ":-22.84000015258789,"NPCMonsterID":1002040,"EventID":0,"groupId":62,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-6.489999771118164,"PosY":1.8763870000839231,"PosZ":26.93000030517578,"RotY":180.0,"groupId":0}}},"63":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":314.964111328125,"PosX":-9.4399995803833,"PosY":-2.139024019241333,"PosZ":-12.550000190734863,"NPCMonsterID":1002040,"EventID":0,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":269.9642028808594,"PosX":-2.059999942779541,"PosY":1.8763870000839231,"PosZ":8.989999771118164,"NPCMonsterID":1002040,"EventID":0,"groupId":64,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"65":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":6.510000228881836,"PosY":-2.139024019241333,"PosZ":-31.6200008392334,"RotY":344.99969482421875,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.329999923706055,"PosY":-2.139024019241333,"PosZ":-12.159999847412108,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":9.390000343322754,"PosY":-2.139024019241333,"PosZ":-21.899999618530273,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":10.210000038146973,"PosY":-2.139024019241333,"PosZ":-28.969999313354492,"RotY":299.99969482421875,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":0.43999999761581426,"PosY":-2.139024019241333,"PosZ":-26.229999542236328,"RotY":89.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":8.281999588012695,"PosY":-2.139024019241333,"PosZ":-30.46299934387207,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":13.126999855041504,"PosY":-2.1390230655670166,"PosZ":-16.017000198364258,"RotY":225.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":8.109999656677246,"PosY":-2.139024019241333,"PosZ":-34.43000030517578,"RotY":-0.0000870000003487803,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.1899995803833,"PosY":-2.139024019241333,"PosZ":-7.159999847412109,"RotY":180.00010681152344,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":315.0,"PosX":6.966000080108643,"PosY":-2.139024019241333,"PosZ":-28.145999908447266,"NPCMonsterID":1002040,"EventID":0,"groupId":65,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-11.107000350952148,"PosY":-2.139024019241333,"PosZ":-11.32900047302246,"RotY":135.0,"groupId":0}}},"66":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":310.255615234375,"PosX":-0.8600000143051147,"PosY":-2.1030280590057373,"PosZ":-22.1299991607666,"NPCMonsterID":1002040,"EventID":0,"groupId":66,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":313.50140380859375,"PosX":1.0,"PosY":-2.139024019241333,"PosZ":-20.219999313354492,"NPCMonsterID":1002040,"EventID":0,"groupId":67,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.8700008392334,"PosY":1.8763870000839231,"PosZ":7.510000228881835,"RotY":75.00003814697266,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.770000457763672,"PosY":1.8763870000839231,"PosZ":12.010000228881836,"RotY":120.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.770000457763672,"PosY":1.8763870000839231,"PosZ":9.711999893188477,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.149999618530272,"PosY":-2.139024019241333,"PosZ":-7.46999979019165,"RotY":4.999999873689376e-6,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":2.2100000381469727,"PosY":1.8763870000839231,"PosZ":7.96999979019165,"RotY":270.0000915527344,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.899999618530273,"PosY":1.8763870000839231,"PosZ":17.149999618530273,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.051050186157227,"PosY":1.8763870000839231,"PosZ":5.038455009460449,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":75.00003814697266,"PosX":-15.770000457763672,"PosY":1.8763870000839231,"PosZ":9.711999893188477,"NPCMonsterID":1002040,"EventID":0,"groupId":68,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-3.4800000190734863,"PosY":1.8763870000839231,"PosZ":8.850000381469727,"RotY":270.0000915527344,"groupId":0}}},"69":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.18000000715255737,"PosY":1.8763870000839231,"PosZ":6.739999771118164,"RotY":285.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.019999999552965164,"PosY":1.8763870000839231,"PosZ":11.4399995803833,"RotY":254.99969482421875,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.149999618530272,"PosY":-2.139024019241333,"PosZ":-7.46999979019165,"RotY":4.999999873689376e-6,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":2.2100000381469727,"PosY":1.8763870000839231,"PosZ":7.96999979019165,"RotY":270.0000915527344,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.100000381469728,"PosY":1.8763870000839231,"PosZ":13.470000267028809,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.970000267028809,"PosY":1.8763870000839231,"PosZ":5.199999809265137,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-5.739999771118164,"PosY":1.8763870000839231,"PosZ":6.289999961853027,"Name":"NPC1","RotY":285.0,"NPCID":3013,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-18.75,"PosY":1.8763870000839231,"PosZ":9.579999923706055,"RotY":89.9999771118164,"groupId":0}}},"70":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.880000114440918,"PosY":-2.139024019241333,"PosZ":-11.050000190734863,"RotY":120.00009918212892,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":2.490000009536743,"PosY":-2.139024019241333,"PosZ":-20.3700008392334,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.890000343322754,"PosY":-2.139024019241333,"PosZ":-8.970000267028809,"RotY":150.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.690000057220459,"PosY":-2.1030280590057373,"PosZ":-21.84000015258789,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.409999847412108,"PosY":-2.139024019241333,"PosZ":-10.020000457763672,"RotY":119.99990081787108,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":13.126999855041504,"PosY":-2.1390230655670166,"PosZ":-16.017000198364258,"RotY":225.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":7.900000095367432,"PosY":-2.139024019241333,"PosZ":-31.6200008392334,"RotY":4.999999873689376e-6,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.029999732971191,"PosY":-2.139024019241333,"PosZ":-7.429999828338623,"RotY":-7.000000096013537e-6,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":119.99990081787108,"PosX":-7.989999771118165,"PosY":-2.139024019241333,"PosZ":-13.649999618530272,"NPCMonsterID":1002040,"EventID":0,"groupId":70,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":6.10699987411499,"PosY":-2.139024019241333,"PosZ":-28.05500030517578,"RotY":315.0,"groupId":0}}},"71":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":22.790000915527344,"PosY":-0.1402219980955124,"PosZ":-198.9499969482422,"RotY":119.99970245361328,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.899999618530273,"PosY":1.8763870000839231,"PosZ":17.149999618530273,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.051050186157227,"PosY":1.8763870000839231,"PosZ":5.038455009460449,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":25.93000030517578,"PosY":-0.1402219980955124,"PosZ":-195.1999969482422,"RotY":149.99960327148438,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.480000019073486,"PosY":-2.139024019241333,"PosZ":-19.829999923706055,"RotY":89.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":24.809999465942383,"PosY":-0.1402219980955124,"PosZ":-197.7599945068359,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":14.45400047302246,"PosY":-0.1402209997177124,"PosZ":-195.9199981689453,"RotY":270.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":120.0,"PosX":27.239999771118164,"PosY":-0.1402219980955124,"PosZ":-199.57000732421875,"NPCMonsterID":1002040,"EventID":0,"groupId":71,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":27.90999984741211,"PosY":-0.1402219980955124,"PosZ":-177.3000030517578,"RotY":135.0,"groupId":0}}},"72":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":344.964111328125,"PosX":46.439998626708984,"PosY":-0.1402219980955124,"PosZ":-206.22000122070312,"NPCMonsterID":1002040,"EventID":0,"groupId":72,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":269.9642028808594,"PosX":43.9900016784668,"PosY":-0.1402219980955124,"PosZ":-193.83999633789065,"NPCMonsterID":1002040,"EventID":0,"groupId":73,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"74":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":52.34000015258789,"PosY":-0.1402219980955124,"PosZ":-191.42999267578125,"RotY":300.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":49.0099983215332,"PosY":-0.1402219980955124,"PosZ":-195.2599945068359,"RotY":330.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":47.939998626708984,"PosY":-0.1402219980955124,"PosZ":-191.88999938964844,"RotY":270.0000915527344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":48.40999984741211,"PosY":-0.1402219980955124,"PosZ":-198.08999633789065,"RotY":4.999999873689376e-6,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":45.68000030517578,"PosY":-0.1402219980955124,"PosZ":-181.91000366210935,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":39.0099983215332,"PosY":-0.1402219980955124,"PosZ":-190.91000366210935,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":300.0000915527344,"PosX":47.939998626708984,"PosY":-0.1402219980955124,"PosZ":-191.88999938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":74,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":33.900001525878906,"PosY":-0.1402219980955124,"PosZ":-182.67999267578125,"RotY":90.0000991821289,"groupId":0}}},"75":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":23.56999969482422,"PosY":-0.1402219980955124,"PosZ":-199.0,"RotY":105.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":26.329999923706055,"PosY":-0.1402219980955124,"PosZ":-195.5500030517578,"RotY":135.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":48.43000030517578,"PosY":-0.1402209997177124,"PosZ":-198.17999267578125,"RotY":4.999999873689376e-6,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":36.400001525878906,"PosY":-0.1402219980955124,"PosZ":-199.82000732421875,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":26.93000030517578,"PosY":-0.1402219980955124,"PosZ":-204.7100067138672,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":14.45400047302246,"PosY":-0.1402209997177124,"PosZ":-195.9199981689453,"RotY":270.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"}],"npcs":[{"ID":400001,"PosX":30.670000076293945,"PosY":-0.1402219980955124,"PosZ":-196.9499969482422,"Name":"NPC1","RotY":150.0,"NPCID":3013,"groupId":75,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":39.86000061035156,"PosY":-0.1402219980955124,"PosZ":-208.42999267578125,"RotY":315.0,"groupId":0}}},"76":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":51.65999984741211,"PosY":-0.1402219980955124,"PosZ":-200.82000732421875,"RotY":255.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":41.630001068115234,"PosY":-0.1402219980955124,"PosZ":-208.61000061035156,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":51.90999984741211,"PosY":-0.1402219980955124,"PosZ":-205.0,"RotY":284.9999084472656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":39.20000076293945,"PosY":-0.1402219980955124,"PosZ":-199.4199981689453,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":51.150001525878906,"PosY":-0.1402219980955124,"PosZ":-202.97000122070312,"RotY":119.99990081787108,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":48.43000030517578,"PosY":-0.1402209997177124,"PosZ":-198.17999267578125,"RotY":4.999999873689376e-6,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":14.45400047302246,"PosY":-0.1402209997177124,"PosZ":-195.9199981689453,"RotY":270.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":269.9999084472656,"PosX":47.689998626708984,"PosY":-0.1402219980955124,"PosZ":-203.0800018310547,"NPCMonsterID":1002040,"EventID":0,"groupId":76,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":28.440000534057617,"PosY":-0.1402219980955124,"PosZ":-202.86000061035156,"RotY":89.99996948242188,"groupId":0}}},"77":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":51.65999984741211,"PosY":-0.1402219980955124,"PosZ":-200.82000732421875,"RotY":255.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":43.65999984741211,"PosY":-0.1402219980955124,"PosZ":-207.30999755859375,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":51.90999984741211,"PosY":-0.1402219980955124,"PosZ":-205.0,"RotY":284.9999084472656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":39.279998779296875,"PosY":-0.1402219980955124,"PosZ":-199.55999755859375,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":51.599998474121094,"PosY":-0.1402219980955124,"PosZ":-202.83999633789065,"RotY":119.99990081787108,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":48.43000030517578,"PosY":-0.1402209997177124,"PosZ":-198.17999267578125,"RotY":4.999999873689376e-6,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":14.45400047302246,"PosY":-0.1402209997177124,"PosZ":-195.9199981689453,"RotY":270.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":269.9999084472656,"PosX":47.630001068115234,"PosY":-0.1402219980955124,"PosZ":-201.8000030517578,"NPCMonsterID":1002040,"EventID":0,"groupId":77,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":28.420000076293945,"PosY":-0.1402219980955124,"PosZ":-202.86000061035156,"RotY":89.9999771118164,"groupId":0}}},"78":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":269.9642028808594,"PosX":47.459999084472656,"PosY":-0.1402219980955124,"PosZ":-204.9600067138672,"NPCMonsterID":1002040,"EventID":0,"groupId":78,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"79":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":24.06999969482422,"PosY":-2.1339519023895264,"PosZ":-146.6199951171875,"RotY":209.99969482421875,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":24.8700008392334,"PosY":-2.1339519023895264,"PosZ":-168.1999969482422,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":13.93000030517578,"PosY":-2.1339519023895264,"PosZ":-160.17999267578125,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":18.700000762939453,"PosY":-2.1339519023895264,"PosZ":-146.38999938964844,"RotY":164.9998016357422,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":8.479999542236328,"PosY":-2.1339519023895264,"PosZ":-174.0500030517578,"RotY":89.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":21.131999969482425,"PosY":-2.1339519023895264,"PosZ":-146.66200256347656,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":21.049999237060547,"PosY":-2.1339550018310547,"PosZ":-144.9499969482422,"RotY":180.00010681152344,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.289999961853027,"PosY":-2.1072909832000732,"PosZ":-170.3159942626953,"RotY":90.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":14.45400047302246,"PosY":-0.1402209997177124,"PosZ":-195.9199981689453,"RotY":270.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":195.00010681152344,"PosX":21.40522003173828,"PosY":-2.1339519023895264,"PosZ":-149.89280700683594,"NPCMonsterID":1002040,"EventID":0,"groupId":79,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":4.590000152587891,"PosY":-2.1339519023895264,"PosZ":-200.33999633789065,"RotY":-0.00005500000042957254,"groupId":0}}},"80":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":164.96409606933594,"PosX":4.639999866485596,"PosY":-2.1339519023895264,"PosZ":-170.11000061035156,"NPCMonsterID":1002040,"EventID":0,"groupId":80,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"81":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":344.9642028808594,"PosX":20.719999313354492,"PosY":-2.1339519023895264,"PosZ":-171.0800018310547,"NPCMonsterID":1002040,"EventID":0,"groupId":81,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"82":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":17.239999771118164,"PosY":-2.1339519023895264,"PosZ":-171.3000030517578,"RotY":15.000040054321287,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":22.280000686645508,"PosY":-2.1339519023895264,"PosZ":-171.6199951171875,"RotY":345.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":19.810039520263672,"PosY":-2.133941888809204,"PosZ":-167.03900146484375,"RotY":0.00005999999848427251,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":4.309000015258789,"PosY":-2.1339519023895264,"PosZ":-175.1280059814453,"RotY":0.00007699999696342275,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":21.049999237060547,"PosY":-2.1339550018310547,"PosZ":-144.9499969482422,"RotY":180.00010681152344,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.289999961853027,"PosY":-2.1072909832000732,"PosZ":-170.3159942626953,"RotY":90.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":12.260000228881836,"PosY":-2.1339519023895264,"PosZ":-161.7899932861328,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":25.020000457763672,"PosY":-2.106081008911133,"PosZ":-160.75,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":0.00005999999848427251,"PosX":19.809999465942383,"PosY":-2.1339519023895264,"PosZ":-167.03900146484375,"NPCMonsterID":1002040,"EventID":0,"groupId":82,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":20.301000595092773,"PosY":-2.1339519023895264,"PosZ":-151.16700744628906,"RotY":180.00010681152344,"groupId":0}}},"83":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.6700000166893005,"PosY":-2.1339519023895264,"PosZ":-168.36000061035156,"RotY":105.00009918212892,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":0.6499999761581421,"PosY":-2.1339519023895264,"PosZ":-172.4499969482422,"RotY":75.00005340576172,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":12.260000228881836,"PosY":-2.1339519023895264,"PosZ":-161.7899932861328,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":11.449999809265137,"PosY":-2.106081008911133,"PosZ":-174.2899932861328,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":4.309000015258789,"PosY":-2.1339519023895264,"PosZ":-175.1280059814453,"RotY":0.00007699999696342275,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":21.049999237060547,"PosY":-2.1339550018310547,"PosZ":-144.9499969482422,"RotY":180.00010681152344,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.289999961853027,"PosY":-2.1072909832000732,"PosZ":-170.3159942626953,"RotY":90.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"}],"npcs":[{"ID":400001,"PosX":7.889999866485595,"PosY":-2.1339519023895264,"PosZ":-166.27999877929688,"Name":"NPC1","RotY":105.00009918212892,"NPCID":3013,"groupId":83,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":20.1200008392334,"PosY":-2.1339519023895264,"PosZ":-170.49000549316406,"RotY":270.0,"groupId":0}}},"84":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":20.290000915527344,"PosY":-2.1339519023895264,"PosZ":-155.75999450683594,"RotY":210.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":23.719999313354492,"PosY":-2.1339519023895264,"PosZ":-168.02999877929688,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":23.299999237060547,"PosY":-2.1339519023895264,"PosZ":-158.64999389648438,"RotY":239.99989318847656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":21.90999984741211,"PosY":-2.1339519023895264,"PosZ":-157.32000732421875,"RotY":220.04840087890625,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":4.309000015258789,"PosY":-2.1339519023895264,"PosZ":-175.1280059814453,"RotY":0.00007699999696342275,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":21.049999237060547,"PosY":-2.1339550018310547,"PosZ":-144.9499969482422,"RotY":180.00010681152344,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.289999961853027,"PosY":-2.1072909832000732,"PosZ":-170.3159942626953,"RotY":90.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":220.04840087890625,"PosX":19.770000457763672,"PosY":-2.1339519023895264,"PosZ":-159.5399932861328,"NPCMonsterID":1002040,"EventID":0,"groupId":84,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":4.184999942779541,"PosY":-2.1339519023895264,"PosZ":-171.6020050048828,"RotY":44.7755012512207,"groupId":0}}},"85":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":1.2899999618530271,"PosY":-2.1339519023895264,"PosZ":-172.33999633789065,"RotY":75.00016021728516,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":13.702710151672363,"PosY":-2.106081008911133,"PosZ":-174.48680114746094,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":1.4900000095367432,"PosY":-2.1339519023895264,"PosZ":-168.0,"RotY":105.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":10.199999809265137,"PosY":-2.1339519023895264,"PosZ":-161.86000061035156,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":1.2730000019073486,"PosY":-2.1339519023895264,"PosZ":-170.28199768066406,"RotY":89.99993896484375,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":4.309000015258789,"PosY":-2.1339519023895264,"PosZ":-175.1280059814453,"RotY":0.00007699999696342275,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":21.049999237060547,"PosY":-2.1339550018310547,"PosZ":-144.9499969482422,"RotY":180.00010681152344,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.289999961853027,"PosY":-2.1072909832000732,"PosZ":-170.3159942626953,"RotY":90.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":89.99993896484375,"PosX":4.340000152587891,"PosY":-2.1339519023895264,"PosZ":-171.3699951171875,"NPCMonsterID":1002040,"EventID":0,"groupId":85,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":20.860000610351562,"PosY":-2.1339519023895264,"PosZ":-170.24000549316406,"RotY":270.0,"groupId":0}}},"86":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":89.96420288085938,"PosX":4.239999771118164,"PosY":-2.1339519023895264,"PosZ":-169.10000610351565,"NPCMonsterID":1002040,"EventID":0,"groupId":86,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"87":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":42.79999923706055,"PosY":-1.1340030431747437,"PosZ":-100.13999938964844,"RotY":306.2384948730469,"PropID":1021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":33.290000915527344,"PosY":-1.1340030431747437,"PosZ":-99.73999786376953,"RotY":330.0000915527344,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":31.110000610351562,"PosY":-1.1340030431747437,"PosZ":-96.48999786376953,"RotY":209.99609375,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":30.766000747680664,"PosY":-1.1340030431747437,"PosZ":-95.88999938964844,"RotY":209.99609375,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":31.465999603271484,"PosY":-1.1340030431747437,"PosZ":-95.8740005493164,"RotY":209.9987945556641,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":38.630001068115234,"PosY":-1.1340030431747437,"PosZ":-92.97000122070312,"RotY":276.1796875,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":29.457000732421875,"PosY":-1.1138069629669187,"PosZ":-87.13200378417967,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":29.968000411987305,"PosY":-1.1340030431747437,"PosZ":-105.62200164794922,"RotY":0.00007699999696342275,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":37.97999954223633,"PosY":-1.1340030431747437,"PosZ":-100.8000030517578,"Name":"NPC1","RotY":330.0,"NPCID":1013,"groupId":87,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":29.3799991607666,"PosY":-1.1340030431747437,"PosZ":-90.76000213623047,"RotY":123.94000244140624,"groupId":0}}},"88":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.4000015258789,"PosY":-2.1410579681396484,"PosZ":-172.3800048828125,"RotY":75.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.11000061035156,"PosY":-2.1410579681396484,"PosZ":-166.52000427246094,"RotY":90.00005340576172,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.63999938964844,"PosY":-2.1410579681396484,"PosZ":-169.63999938964844,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.04999923706055,"PosY":-2.1410579681396484,"PosZ":-170.1999969482422,"RotY":270.0000915527344,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-63.63999938964844,"PosY":-2.1410579681396484,"PosZ":-169.63999938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":88,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-47.13999938964844,"PosY":-2.133928060531616,"PosZ":-169.8300018310547,"RotY":270.0,"groupId":0}}},"89":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.44000244140625,"PosY":-2.1410579681396484,"PosZ":-172.35000610351565,"RotY":75.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_FinalDoor.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_BossRoomFinishToast.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.0999984741211,"PosY":-2.1410579681396484,"PosZ":-166.5500030517578,"RotY":105.0,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.66999816894531,"PosY":-2.1410579681396484,"PosZ":-169.63999938964844,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.04999923706055,"PosY":-2.1410579681396484,"PosZ":-170.1999969482422,"RotY":270.0000915527344,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-63.66999816894531,"PosY":-2.1410579681396484,"PosZ":-169.63999938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":89,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-47.13999938964844,"PosY":-2.133928060531616,"PosZ":-169.8300018310547,"RotY":270.0,"groupId":0}}},"90":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_SpecialBuffAfterTalk.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"91":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":22.790000915527344,"PosY":-0.1402219980955124,"PosZ":-198.9499969482422,"RotY":119.99970245361328,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.899999618530273,"PosY":1.8763870000839231,"PosZ":17.149999618530273,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.051050186157227,"PosY":1.8763870000839231,"PosZ":5.038455009460449,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":25.93000030517578,"PosY":-0.1402219980955124,"PosZ":-195.1999969482422,"RotY":149.99960327148438,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.480000019073486,"PosY":-2.139024019241333,"PosZ":-19.829999923706055,"RotY":89.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":1.6599999666213987,"PosY":-2.139024019241333,"PosZ":-22.84000015258789,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":14.45400047302246,"PosY":-0.1402209997177124,"PosZ":-195.9199981689453,"RotY":270.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":120.0,"PosX":27.239999771118164,"PosY":-0.1402219980955124,"PosZ":-199.57000732421875,"NPCMonsterID":1002040,"EventID":0,"groupId":91,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":27.90999984741211,"PosY":-0.1402219980955124,"PosZ":-177.3000030517578,"RotY":135.0,"groupId":0}}},"92":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":344.964111328125,"PosX":46.439998626708984,"PosY":-0.1402219980955124,"PosZ":-206.22000122070312,"NPCMonsterID":1002040,"EventID":0,"groupId":92,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"93":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":269.9642028808594,"PosX":43.9900016784668,"PosY":-0.1402219980955124,"PosZ":-193.83999633789065,"NPCMonsterID":1002040,"EventID":0,"groupId":93,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"94":{"props":[],"npcs":[{"ID":400001,"PosX":31.490039825439453,"PosY":-0.1402219980955124,"PosZ":-182.7599945068359,"Name":"NPC1","RotY":330.0002136230469,"NPCID":3013,"groupId":94,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P81121_F81121001":{"teleports":{},"group_items":{"83":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":120.70999908447266,"PosY":46.55270004272461,"PosZ":-75.86000061035156,"RotY":75.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":123.3030014038086,"PosY":46.52370071411133,"PosZ":-69.83999633789062,"RotY":90.00005340576172,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":127.01799774169922,"PosY":46.55270004272461,"PosZ":-72.92400360107422,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":124.0199966430664,"PosY":46.520599365234375,"PosZ":-53.91999816894531,"RotY":352.2925109863281,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":159.35000610351565,"PosY":46.520599365234375,"PosZ":-64.61000061035156,"RotY":262.2925109863281,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":144.33999633789065,"PosY":46.49776077270508,"PosZ":-72.61000061035156,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":74.99999237060547,"PosX":127.04599761962892,"PosY":46.55270004272461,"PosZ":-72.9029998779297,"NPCMonsterID":1002040,"EventID":0,"groupId":83,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":143.69000244140625,"PosY":46.31105041503906,"PosZ":-73.05000305175781,"RotY":270.0,"groupId":0}}},"84":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":156.19000244140625,"PosY":46.34204864501953,"PosZ":-62.779991149902344,"RotY":239.99989318847656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":157.50999450683594,"PosY":46.31074905395508,"PosZ":-69.16999816894531,"RotY":285.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":151.9739990234375,"PosY":46.31105041503906,"PosZ":-67.43000030517578,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":124.0199966430664,"PosY":46.520599365234375,"PosZ":-53.91999816894531,"RotY":352.2925109863281,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":159.35000610351565,"PosY":46.520599365234375,"PosZ":-64.61000061035156,"RotY":262.2925109863281,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":145.44000244140625,"PosY":46.49803924560547,"PosZ":-64.87000274658203,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":144.02000427246094,"PosY":46.51451110839844,"PosZ":-75.61000061035156,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":255.0,"PosX":152.0030059814453,"PosY":46.31105041503906,"PosZ":-67.44400024414062,"NPCMonsterID":1002040,"EventID":0,"groupId":84,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":135.27999877929688,"PosY":46.55270004272461,"PosZ":-72.70999908447266,"RotY":72.2576675415039,"groupId":0}}},"85":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":156.19000244140625,"PosY":46.34204864501953,"PosZ":-62.779991149902344,"RotY":239.99989318847656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":157.50999450683594,"PosY":46.31074905395508,"PosZ":-69.16999816894531,"RotY":285.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":145.47900390625,"PosY":46.49803924560547,"PosZ":-64.85099792480469,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":143.99000549316406,"PosY":46.51198959350586,"PosZ":-75.61599731445312,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":124.0199966430664,"PosY":46.520599365234375,"PosZ":-53.91999816894531,"RotY":352.2925109863281,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":159.35000610351565,"PosY":46.520599365234375,"PosZ":-64.61000061035156,"RotY":262.2925109863281,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":152.0030059814453,"PosY":46.31105041503906,"PosZ":-67.44400024414062,"Name":"NPC1","RotY":255.0,"NPCID":3013,"groupId":85,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":136.464599609375,"PosY":46.3173713684082,"PosZ":-72.49334716796875,"RotY":74.9999771118164,"groupId":0}}},"86":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":162.91000366210938,"PosY":46.347110748291016,"PosZ":-61.529998779296875,"RotY":119.99990081787108,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":178.6199951171875,"PosY":46.40830993652344,"PosZ":-62.040000915527344,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":162.5800018310547,"PosY":46.38053131103515,"PosZ":-67.29000091552734,"RotY":75.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":177.5290069580078,"PosY":46.509010314941406,"PosZ":-72.41400146484375,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":172.49000549316406,"PosY":46.62062072753906,"PosZ":-72.81999969482422,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":162.94000244140625,"PosY":46.35124969482422,"PosZ":-64.44999694824219,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":195.6300048828125,"PosY":46.50807189941406,"PosZ":-64.75,"RotY":262.2925109863281,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":159.35000610351565,"PosY":46.520599365234375,"PosZ":-64.61000061035156,"RotY":262.2925109863281,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":166.6999969482422,"PosY":46.35124969482422,"PosZ":-64.6500015258789,"NPCMonsterID":1002040,"EventID":0,"groupId":86,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":184.92999267578125,"PosY":46.38003158569336,"PosZ":-66.69000244140625,"RotY":270.0,"groupId":0}}},"87":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":162.91000366210938,"PosY":46.347110748291016,"PosZ":-61.529998779296875,"RotY":119.99990081787108,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":178.6199951171875,"PosY":46.40830993652344,"PosZ":-62.040000915527344,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":162.5800018310547,"PosY":46.38053131103515,"PosZ":-67.29000091552734,"RotY":75.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":177.53900146484375,"PosY":46.49980926513672,"PosZ":-72.2760009765625,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":172.49000549316406,"PosY":46.62062072753906,"PosZ":-72.81999969482422,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":163.1199951171875,"PosY":46.35124969482422,"PosZ":-64.38999938964844,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":195.6300048828125,"PosY":46.50807189941406,"PosZ":-64.75,"RotY":262.2925109863281,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":159.35000610351565,"PosY":46.520599365234375,"PosZ":-64.61000061035156,"RotY":262.2925109863281,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":105.0,"PosX":167.8000030517578,"PosY":46.35124969482422,"PosZ":-63.33000183105469,"NPCMonsterID":1002040,"EventID":0,"groupId":87,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":184.97999572753903,"PosY":46.394378662109375,"PosZ":-66.69000244140625,"RotY":270.0,"groupId":0}}},"88":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":97.55245208740233,"PosX":167.3699951171875,"PosY":46.333351135253906,"PosZ":-66.05000305175781,"NPCMonsterID":1002040,"EventID":0,"groupId":88,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"89":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":116.55999755859376,"PosY":58.984580993652344,"PosZ":-118.43000030517578,"RotY":134.99989318847656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":120.63999938964844,"PosY":58.984580993652344,"PosZ":-116.0,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":121.08000183105467,"PosY":58.984580993652344,"PosZ":-121.62999725341795,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":117.62000274658205,"PosY":59.02920150756836,"PosZ":-115.44000244140624,"RotY":329.7492980957031,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":133.0800018310547,"PosY":58.984580993652344,"PosZ":-144.52999877929688,"RotY":331.3829040527344,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":121.61000061035156,"PosY":58.984580993652344,"PosZ":-130.0500030517578,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":123.5500030517578,"PosY":58.984580993652344,"PosZ":-133.86000061035156,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":146.8780975341797,"PosX":121.08000183105467,"PosY":58.984580993652344,"PosZ":-121.62999725341795,"NPCMonsterID":1002040,"EventID":0,"groupId":89,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":129.55999755859375,"PosY":58.89406967163086,"PosZ":-136.72999572753906,"RotY":328.8324890136719,"groupId":0}}},"90":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":114.44000244140624,"PosY":58.98456954956055,"PosZ":-103.87999725341795,"RotY":164.99989318847656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":109.2300033569336,"PosY":58.98456954956055,"PosZ":-106.91999816894533,"RotY":135.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":115.45999908447266,"PosY":58.98456954956055,"PosZ":-117.37999725341795,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":113.6999969482422,"PosY":58.98456954956055,"PosZ":-114.59999847412108,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":124.1999969482422,"PosY":59.02621078491211,"PosZ":-127.63999938964844,"RotY":330.3243103027344,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":110.54000091552734,"PosY":58.98456954956055,"PosZ":-103.72000122070312,"RotY":330.6055908203125,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":117.45999908447266,"PosY":58.98456954956055,"PosZ":-108.47000122070312,"Name":"NPC1","RotY":165.0,"NPCID":3013,"groupId":90,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":121.47000122070312,"PosY":58.98456954956055,"PosZ":-122.43000030517578,"RotY":330.0000915527344,"groupId":0}}},"91":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":114.49500274658205,"PosY":58.98456954956055,"PosZ":-114.3939971923828,"RotY":-0.00010399999882793054,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":104.61000061035156,"PosY":58.98456954956055,"PosZ":-100.97000122070312,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":118.43000030517578,"PosY":58.98456954956055,"PosZ":-112.15000152587892,"RotY":315.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":113.73999786376952,"PosY":58.98456954956055,"PosZ":-100.7699966430664,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":108.11000061035156,"PosY":58.98456954956055,"PosZ":-108.11000061035156,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":116.5199966430664,"PosY":58.98456954956055,"PosZ":-113.51000213623048,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":100.83899688720705,"PosY":58.90570068359375,"PosZ":-85.88961791992188,"RotY":331.29669189453125,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":117.33999633789064,"PosY":59.02920150756836,"PosZ":-115.48999786376952,"RotY":330.84161376953125,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":324.3591003417969,"PosX":114.79000091552734,"PosY":58.98456954956055,"PosZ":-110.84999847412108,"NPCMonsterID":1002040,"EventID":0,"groupId":91,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":104.84999847412108,"PosY":58.98455047607422,"PosZ":-93.47000122070312,"RotY":147.79930114746094,"groupId":0}}},"92":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":105.0500030517578,"PosY":58.98455810546875,"PosZ":-86.98999786376953,"RotY":164.99989318847656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":104.61000061035156,"PosY":58.98456954956055,"PosZ":-100.97000122070312,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":99.55000305175781,"PosY":58.98455810546875,"PosZ":-90.4000015258789,"RotY":135.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":113.73999786376952,"PosY":58.98456954956055,"PosZ":-100.7699966430664,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":108.11000061035156,"PosY":58.98456954956055,"PosZ":-108.11000061035156,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":102.65000152587892,"PosY":58.98456954956055,"PosZ":-89.11000061035156,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":100.83899688720705,"PosY":58.90570068359375,"PosZ":-85.88961791992188,"RotY":331.29669189453125,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":117.33999633789064,"PosY":59.02920150756836,"PosZ":-115.48999786376952,"RotY":330.84161376953125,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":133.92140197753906,"PosX":102.8000030517578,"PosY":58.98456954956055,"PosZ":-94.45999908447266,"NPCMonsterID":1002040,"EventID":0,"groupId":92,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":115.0500030517578,"PosY":58.98455047607422,"PosZ":-111.08000183105467,"RotY":327.7992858886719,"groupId":0}}},"93":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":134.96409606933594,"PosX":106.7300033569336,"PosY":59.02919006347656,"PosZ":-92.20999908447266,"NPCMonsterID":1002040,"EventID":0,"groupId":93,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"94":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":169.85000610351565,"PosY":55.929569244384766,"PosZ":-194.2599945068359,"RotY":344.9997863769531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":143.4199981689453,"PosY":59.10852813720703,"PosZ":-170.61000061035156,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":164.75999450683594,"PosY":56.57756042480469,"PosZ":-174.97999572753906,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":164.6300048828125,"PosY":56.10737991333008,"PosZ":-194.30999755859375,"RotY":15.000069618225098,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":163.2760009765625,"PosY":56.22840881347656,"PosZ":-183.18299865722656,"RotY":89.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":167.10000610351565,"PosY":55.858890533447266,"PosZ":-194.2899932861328,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":138.50999450683594,"PosY":58.976619720458984,"PosZ":-156.0399932861328,"RotY":338.5621032714844,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":182.09060668945312,"PosY":55.293399810791016,"PosZ":-180.26739501953125,"RotY":218.5621032714844,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":159.66000366210938,"PosY":56.08298110961914,"PosZ":-192.8800048828125,"RotY":255.6862030029297,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":0.0,"PosX":167.37600708007812,"PosY":55.858890533447266,"PosZ":-190.45399475097656,"NPCMonsterID":1002040,"EventID":0,"groupId":94,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":140.69000244140625,"PosY":59.06074905395508,"PosZ":-160.88400268554688,"RotY":148.58140563964844,"groupId":0}}},"95":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":299.9642028808594,"PosX":156.87600708007812,"PosY":57.37409973144531,"PosZ":-176.83299255371094,"NPCMonsterID":1002040,"EventID":0,"groupId":95,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"96":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":269.9642028808594,"PosX":158.56300354003906,"PosY":57.47700881958008,"PosZ":-173.40899658203125,"NPCMonsterID":1002040,"EventID":0,"groupId":96,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"97":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":164.25,"PosY":56.1249885559082,"PosZ":-194.47999572753903,"RotY":44.999908447265625,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":162.27999877929688,"PosY":56.1249885559082,"PosZ":-190.9600067138672,"RotY":75.00015258789062,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":176.69500732421875,"PosY":55.9110107421875,"PosZ":-191.8209991455078,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":172.3000030517578,"PosY":55.825069427490234,"PosZ":-193.2599945068359,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":163.03500366210938,"PosY":56.557861328125,"PosZ":-177.01199340820312,"RotY":293.5621032714844,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":182.09060668945312,"PosY":55.293399810791016,"PosZ":-180.26739501953125,"RotY":218.5621032714844,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":159.66000366210938,"PosY":56.08298110961914,"PosZ":-192.8800048828125,"RotY":255.6862030029297,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":165.2550048828125,"PosY":55.87311935424805,"PosZ":-187.4239959716797,"Name":"NPC1","RotY":74.99994659423828,"NPCID":3013,"groupId":97,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":177.5800018310547,"PosY":55.47983169555664,"PosZ":-183.38999938964844,"RotY":232.12420654296875,"groupId":0}}},"98":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":179.11300659179688,"PosY":55.59983825683594,"PosZ":-184.89300537109375,"RotY":284.9999084472656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":176.53500366210938,"PosY":55.59983825683594,"PosZ":-189.2790069580078,"RotY":330.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":174.03900146484375,"PosY":55.50130844116211,"PosZ":-184.52699279785156,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":153.3699951171875,"PosY":57.310001373291016,"PosZ":-172.9499969482422,"RotY":293.5621032714844,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":182.09060668945312,"PosY":55.293399810791016,"PosZ":-180.26739501953125,"RotY":218.5621032714844,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":159.66000366210938,"PosY":56.08298110961914,"PosZ":-192.8800048828125,"RotY":255.6862030029297,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":176.72000122070312,"PosY":55.794639587402344,"PosZ":-191.25,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":164.27000427246094,"PosY":56.08576965332031,"PosZ":-183.0500030517578,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":296.87799072265625,"PosX":174.03900146484375,"PosY":55.50130844116211,"PosZ":-184.52699279785156,"NPCMonsterID":1002040,"EventID":0,"groupId":98,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":159.3300018310547,"PosY":57.11994934082031,"PosZ":-175.50999450683594,"RotY":118.8324966430664,"groupId":0}}},"99":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":189.10000610351565,"PosY":55.113739013671875,"PosZ":-167.4199981689453,"RotY":164.9998016357422,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":212.0800018310547,"PosY":52.37483978271485,"PosZ":-176.92999267578125,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":211.40499877929688,"PosY":52.811241149902344,"PosZ":-185.87319946289065,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":184.8699951171875,"PosY":55.113739013671875,"PosZ":-169.25,"RotY":135.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":189.94000244140625,"PosY":55.072479248046875,"PosZ":-179.25,"RotY":89.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":186.92999267578125,"PosY":55.12171936035156,"PosZ":-168.47999572753906,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":225.41619873046875,"PosY":52.43946838378906,"PosZ":-174.84429931640625,"RotY":278.5621032714844,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":182.09060668945312,"PosY":55.293399810791016,"PosZ":-180.26739501953125,"RotY":218.5621032714844,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":150.0,"PosX":188.2899932861328,"PosY":55.12171936035156,"PosZ":-172.35000610351565,"NPCMonsterID":1002040,"EventID":0,"groupId":99,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":220.7599945068359,"PosY":52.44786834716797,"PosZ":-172.35000610351565,"RotY":208.5814971923828,"groupId":0}}},"100":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":149.9644012451172,"PosX":212.7599945068359,"PosY":52.40523910522461,"PosZ":-178.88999938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":100,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"101":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":74.96417236328125,"PosX":198.47999572753903,"PosY":54.59490966796875,"PosZ":-180.6300048828125,"NPCMonsterID":1002040,"EventID":0,"groupId":101,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"102":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":205.2899932861328,"PosY":51.51454162597656,"PosZ":-171.5500030517578,"RotY":59.99993896484375,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":206.1300048828125,"PosY":51.590030670166016,"PosZ":-167.74000549316406,"RotY":120.00009918212892,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":211.6300048828125,"PosY":52.44353866577149,"PosZ":-176.02999877929688,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":217.99099731445312,"PosY":52.49293899536133,"PosZ":-168.77499389648438,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":225.33999633789065,"PosY":52.44401931762695,"PosZ":-174.85000610351565,"RotY":263.56219482421875,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":209.6499938964844,"PosY":52.81467056274414,"PosZ":-183.66000366210935,"RotY":263.5621032714844,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":211.16000366210935,"PosY":51.810279846191406,"PosZ":-167.6300048828125,"Name":"NPC1","RotY":119.99990081787108,"NPCID":3013,"groupId":102,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":220.9199981689453,"PosY":52.40005874633789,"PosZ":-173.2899932861328,"RotY":277.1241149902344,"groupId":0}}},"103":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":185.38999938964844,"PosY":55.113739013671875,"PosZ":-168.25,"RotY":149.99989318847656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":188.6199951171875,"PosY":55.04587936401367,"PosZ":-178.94000244140625,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":189.05999755859375,"PosY":55.113739013671875,"PosZ":-167.42999267578125,"RotY":195.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":193.4029998779297,"PosY":55.29085922241211,"PosZ":-174.98199462890625,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":182.8699951171875,"PosY":55.11759948730469,"PosZ":-175.47999572753906,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":186.8999938964844,"PosY":55.11885070800781,"PosZ":-167.80999755859375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":181.5399932861328,"PosY":55.169490814208984,"PosZ":-180.9900054931641,"RotY":217.9409942626953,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":201.30999755859375,"PosY":54.173969268798835,"PosZ":-181.58999633789065,"RotY":270.84161376953125,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":103,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":144.35910034179688,"PosX":187.5240020751953,"PosY":55.11885070800781,"PosZ":-170.5989990234375,"NPCMonsterID":1002040,"EventID":0,"groupId":103,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":197.20599365234375,"PosY":54.7505989074707,"PosZ":-181.70599365234375,"RotY":312.7992858886719,"groupId":0}}},"104":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":266.3299865722656,"PosY":52.548301696777344,"PosZ":-148.00999450683594,"RotY":179.9998016357422,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":244.86000061035156,"PosY":51.713890075683594,"PosZ":-144.14999389648438,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":248.5500030517578,"PosY":52.471641540527344,"PosZ":-156.0500030517578,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":271.260009765625,"PosY":52.548301696777344,"PosZ":-150.13999938964844,"RotY":225.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":238.79800415039065,"PosY":52.70457077026367,"PosZ":-171.947998046875,"RotY":89.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":268.9800109863281,"PosY":52.55059051513672,"PosZ":-148.89999389648438,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":231.57240295410156,"PosY":47.99504852294922,"PosZ":-133.51800537109375,"RotY":246.52999877929688,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":234.4499969482422,"PosY":52.440719604492195,"PosZ":-170.1999969482422,"RotY":224.3271942138672,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":104,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":209.99989318847656,"PosX":267.4800109863281,"PosY":52.55059051513672,"PosZ":-152.32000732421875,"NPCMonsterID":1002040,"EventID":0,"groupId":104,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":247.02000427246097,"PosY":50.359619140625,"PosZ":-132.53599548339844,"RotY":168.7834930419922,"groupId":0}}},"105":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":105,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":29.964170455932617,"PosX":235.47999572753903,"PosY":52.525970458984375,"PosZ":-168.75,"NPCMonsterID":1002040,"EventID":0,"groupId":105,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"106":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":106,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":224.96420288085935,"PosX":256.07000732421875,"PosY":52.56589126586914,"PosZ":-164.9499969482422,"NPCMonsterID":1002040,"EventID":0,"groupId":106,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"107":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":248.60000610351565,"PosY":50.364288330078125,"PosZ":-130.30999755859375,"RotY":194.9998016357422,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":244.86000061035156,"PosY":51.71390914916992,"PosZ":-144.14999389648438,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":248.53399658203125,"PosY":52.471641540527344,"PosZ":-156.11900329589844,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":243.91000366210935,"PosY":50.364288330078125,"PosZ":-129.8800048828125,"RotY":165.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":238.7729949951172,"PosY":52.69490814208984,"PosZ":-171.89500427246094,"RotY":89.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":246.22999572753903,"PosY":50.35314178466797,"PosZ":-130.2899932861328,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":231.57240295410156,"PosY":47.99504852294922,"PosZ":-133.51800537109375,"RotY":246.52999877929688,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":234.4499969482422,"PosY":52.440719604492195,"PosZ":-170.1999969482422,"RotY":224.3271942138672,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":107,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":179.99989318847656,"PosX":246.3000030517578,"PosY":50.35314178466797,"PosZ":-134.6300048828125,"NPCMonsterID":1002040,"EventID":0,"groupId":107,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":266.6830139160156,"PosY":52.54473114013672,"PosZ":-152.80999755859375,"RotY":213.7834930419922,"groupId":0}}},"108":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":108,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":29.964170455932617,"PosX":239.8300018310547,"PosY":52.525970458984375,"PosZ":-160.88999938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":108,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"109":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":109,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":59.96417999267578,"PosX":248.5099945068359,"PosY":52.56589126586914,"PosZ":-169.3300018310547,"NPCMonsterID":1002040,"EventID":0,"groupId":109,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"110":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":234.19000244140625,"PosY":52.51144027709961,"PosZ":-167.9199981689453,"RotY":59.9998893737793,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":237.5500030517578,"PosY":52.50054168701172,"PosZ":-170.1699981689453,"RotY":15.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":238.7899932861328,"PosY":52.50518035888672,"PosZ":-164.66000366210938,"RotY":31.41280937194824,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":234.4499969482422,"PosY":52.440719604492195,"PosZ":-170.1999969482422,"RotY":224.3271942138672,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":247.72999572753903,"PosY":51.444969177246094,"PosZ":-143.9600067138672,"RotY":187.29249572753903,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":242.83999633789065,"PosY":52.42816925048828,"PosZ":-171.32000732421875,"RotY":307.2925109863281,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":110,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":31.41280937194824,"PosX":238.7899932861328,"PosY":52.50518035888672,"PosZ":-164.66000366210938,"NPCMonsterID":1002040,"EventID":0,"groupId":110,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":246.41600036621097,"PosY":52.276168823242195,"PosZ":-149.47799682617188,"RotY":203.0359039306641,"groupId":0}}},"111":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":111,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":269.489990234375,"PosY":52.54494094848633,"PosZ":-147.5500030517578,"RotY":194.9998016357422,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":111,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":269.8699951171875,"PosY":52.90705108642578,"PosZ":-160.92999267578125,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":111,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":273.0,"PosY":52.54494094848633,"PosZ":-150.41000366210938,"RotY":240.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":111,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":258.9989929199219,"PosY":52.63042068481445,"PosZ":-156.68600463867188,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":111,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":262.76800537109375,"PosY":52.828800201416016,"PosZ":-164.01600646972656,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":111,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":271.0400085449219,"PosY":52.54607009887695,"PosZ":-149.4499969482422,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":111,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":248.88999938964844,"PosY":52.5532112121582,"PosZ":-170.8000030517578,"RotY":225.8415985107422,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":111,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":204.35910034179688,"PosX":268.8900146484375,"PosY":52.54607009887695,"PosZ":-151.8800048828125,"NPCMonsterID":1002040,"EventID":0,"groupId":111,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":254.72999572753903,"PosY":52.62900161743164,"PosZ":-165.7480010986328,"RotY":42.79922103881836,"groupId":0}}},"112":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":229.4900054931641,"PosY":45.26504135131836,"PosZ":-68.91000366210938,"RotY":70.32621002197266,"PropID":1021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":112,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":237.2100067138672,"PosY":45.26504135131836,"PosZ":-59.630001068115234,"RotY":105.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":112,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":243.2790069580078,"PosY":45.26504135131836,"PosZ":-59.512001037597656,"RotY":209.99609375,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":112,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":242.6719970703125,"PosY":45.26504135131836,"PosZ":-58.99800109863281,"RotY":209.99609375,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":112,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":242.4669952392578,"PosY":45.26504135131836,"PosZ":-59.71599960327149,"RotY":209.9987945556641,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":112,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":240.3939971923828,"PosY":45.26504135131836,"PosZ":-68.33499908447266,"RotY":44.999858856201165,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":112,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":211.33999633789065,"PosY":46.600528717041016,"PosZ":-61.2400016784668,"RotY":255.8415069580078,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":112,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":234.57000732421875,"PosY":45.19483184814453,"PosZ":-86.86000061035156,"RotY":210.8415069580078,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":112,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":232.8999938964844,"PosY":45.26504135131836,"PosZ":-63.56999969482422,"Name":"NPC1","RotY":105.0,"NPCID":1013,"groupId":112,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":249.2599945068359,"PosY":45.26504135131836,"PosZ":-60.68000030517578,"RotY":251.4846954345703,"groupId":0}}},"113":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":183.52000427246097,"PosY":28.389110565185547,"PosZ":-121.69000244140624,"RotY":165.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_FinalDoor.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_BossRoomFinishToast.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":189.5500030517578,"PosY":28.422880172729492,"PosZ":-124.72000122070312,"RotY":210.00010681152344,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":186.5800018310547,"PosY":28.389110565185547,"PosZ":-127.36000061035156,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":173.47999572753906,"PosY":28.389339447021484,"PosZ":-125.08999633789064,"RotY":273.7408142089844,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":205.4900054931641,"PosY":37.13901138305664,"PosZ":-159.10000610351565,"RotY":90.84137725830078,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":198.3300018310547,"PosY":28.358699798583984,"PosZ":-139.4600067138672,"RotY":125.64150238037108,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":113,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":165.0,"PosX":186.57000732421875,"PosY":28.389110565185547,"PosZ":-127.31999969482422,"NPCMonsterID":1002040,"EventID":0,"groupId":113,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":186.2100067138672,"PosY":31.341089248657227,"PosZ":-144.58999633789065,"RotY":0.0,"groupId":0}}},"114":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":138.75,"PosY":46.49776077270508,"PosZ":-72.81999969482422,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Mission/4030004/Drop/Drop_403000402.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":114,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"115":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_SpecialBuffAfterTalk.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":115,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"116":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":266.3299865722656,"PosY":52.548301696777344,"PosZ":-148.00999450683594,"RotY":179.9998016357422,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":249.9900054931641,"PosY":51.67937088012695,"PosZ":-144.88099670410156,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":240.5099945068359,"PosY":52.6385383605957,"PosZ":-154.82000732421875,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":271.260009765625,"PosY":52.548301696777344,"PosZ":-150.13999938964844,"RotY":225.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":238.88999938964844,"PosY":52.69198989868164,"PosZ":-171.89999389648438,"RotY":89.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":268.8500061035156,"PosY":52.55059051513672,"PosZ":-149.3800048828125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":231.57240295410156,"PosY":47.99504852294922,"PosZ":-133.51800537109375,"RotY":246.52999877929688,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":234.4499969482422,"PosY":52.440719604492195,"PosZ":-170.1999969482422,"RotY":224.3271942138672,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":116,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":209.99989318847656,"PosX":267.4800109863281,"PosY":52.55059051513672,"PosZ":-152.32000732421875,"NPCMonsterID":1002040,"EventID":0,"groupId":116,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":247.02000427246097,"PosY":50.359619140625,"PosZ":-132.53599548339844,"RotY":168.7834930419922,"groupId":0}}},"117":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":117,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":29.964170455932617,"PosX":235.47999572753903,"PosY":52.525970458984375,"PosZ":-168.75,"NPCMonsterID":1002040,"EventID":0,"groupId":117,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"118":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":118,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":224.96420288085935,"PosX":256.07000732421875,"PosY":52.56589126586914,"PosZ":-164.9499969482422,"NPCMonsterID":1002040,"EventID":0,"groupId":118,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"119":{"props":[],"npcs":[{"ID":400001,"PosX":244.9499969482422,"PosY":50.52259063720703,"PosZ":-139.14999389648438,"Name":"NPC1","RotY":48.783470153808594,"NPCID":3013,"groupId":119,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":247.02000427246097,"PosY":50.359619140625,"PosZ":-132.53599548339844,"RotY":168.7834930419922,"groupId":0}}}}},"P81122_F81122001":{"teleports":{},"group_items":{"58":{"props":[{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.77199935913086,"PosY":-0.23100000619888303,"PosZ":89.375,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.368999481201172,"PosY":-0.1448040008544922,"PosZ":86.76599884033203,"RotY":178.2772979736328,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.0359992980957,"PosY":-2.640000104904175,"PosZ":103.8239974975586,"RotY":54.92747116088867,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.619998931884766,"PosY":-2.5960710048675537,"PosZ":106.41999816894533,"RotY":73.19685363769531,"PropID":101003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01B_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.30899810791016,"PosY":1.4199999570846558,"PosZ":124.72699737548828,"RotY":316.6781921386719,"PropID":101005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_07_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-85.23400115966797,"PosY":1.3353190422058103,"PosZ":126.34100341796876,"RotY":0.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.29801177978516,"PosY":6.383999824523926,"PosZ":94.5830078125,"RotY":0.0,"PropID":300000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.149999618530273,"PosY":5.3799967765808105,"PosZ":56.83000183105469,"RotY":255.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.2400016784668,"PosY":5.262578964233398,"PosZ":52.18000030517578,"RotY":285.0000915527344,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.09000015258789,"PosY":5.361784934997559,"PosZ":54.130001068115234,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.220001220703125,"PosY":5.350450038909912,"PosZ":53.65999984741211,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.739999771118164,"PosY":1.1200000047683716,"PosZ":49.529998779296875,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.79999923706055,"PosY":5.382585048675537,"PosZ":53.43000030517578,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-37.09000015258789,"PosY":5.361784934997559,"PosZ":54.130001068115234,"NPCMonsterID":1002040,"EventID":0,"groupId":59,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-54.36800003051758,"PosY":5.31322717666626,"PosZ":54.42399978637695,"RotY":89.9999771118164,"groupId":0}}},"60":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.816999435424805,"PosY":5.347821235656738,"PosZ":56.775001525878906,"RotY":239.99989318847656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.610000610351562,"PosY":5.347821235656738,"PosZ":52.130001068115234,"RotY":285.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.81999969482422,"PosY":5.45683479309082,"PosZ":50.630001068115234,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.119998931884766,"PosY":5.383008003234863,"PosZ":59.0,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.220001220703125,"PosY":5.350450038909912,"PosZ":53.65999984741211,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.739999771118164,"PosY":1.1200000047683716,"PosZ":49.529998779296875,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-37.189998626708984,"PosY":5.393304824829102,"PosZ":57.68000030517578,"Name":"NPC1","RotY":255.0,"NPCID":3013,"groupId":60,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-52.09299850463867,"PosY":5.335174083709717,"PosZ":54.46500015258789,"RotY":90.0,"groupId":0}}},"61":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.61000061035156,"PosY":5.402408123016357,"PosZ":56.119998931884766,"RotY":119.99990081787108,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.099998474121094,"PosY":5.456984996795654,"PosZ":57.25,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.7400016784668,"PosY":5.402408123016357,"PosZ":50.790000915527344,"RotY":75.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.47999954223633,"PosY":5.397099018096924,"PosZ":59.31999969482422,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.459999084472656,"PosY":5.449550151824951,"PosZ":50.68999099731445,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.33000183105469,"PosY":5.261176109313965,"PosZ":53.34000015258789,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.7400016784668,"PosY":5.350450038909912,"PosZ":65.77999877929688,"RotY":135.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.739999771118164,"PosY":1.1200000047683716,"PosZ":49.529998779296875,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-56.41299819946289,"PosY":5.261176109313965,"PosZ":53.34000015258789,"NPCMonsterID":1002040,"EventID":0,"groupId":61,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-36.16999816894531,"PosY":5.254586219787598,"PosZ":53.09000015258789,"RotY":270.0,"groupId":0}}},"62":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.56999969482422,"PosY":5.402408123016357,"PosZ":56.630001068115234,"RotY":119.99990081787108,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.099998474121094,"PosY":5.456984996795654,"PosZ":57.25,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.7400016784668,"PosY":5.402408123016357,"PosZ":50.790000915527344,"RotY":75.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.53300094604492,"PosY":5.388062000274658,"PosZ":59.0890007019043,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.41999816894531,"PosY":5.447560787200928,"PosZ":50.709999084472656,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.9900016784668,"PosY":5.26608419418335,"PosZ":53.34000015258789,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-63.7400016784668,"PosY":5.350450038909912,"PosZ":65.77999877929688,"RotY":135.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.739999771118164,"PosY":1.1200000047683716,"PosZ":49.529998779296875,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.00003051757812,"PosX":-56.380001068115234,"PosY":5.26608419418335,"PosZ":51.38999938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":62,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-36.09600067138672,"PosY":5.378210067749023,"PosZ":53.137001037597656,"RotY":270.0,"groupId":0}}},"63":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":90.00003051757812,"PosX":-56.380001068115234,"PosY":5.26608419418335,"PosZ":54.9900016784668,"NPCMonsterID":1002040,"EventID":0,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.060001373291016,"PosY":-0.12033600360155106,"PosZ":65.5999984741211,"RotY":14.999910354614258,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.18000030517578,"PosY":-0.12033600360155106,"PosZ":65.44000244140625,"RotY":345.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.90800094604492,"PosY":-0.10093799978494644,"PosZ":71.70600128173828,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.880001068115234,"PosY":-2.5609021186828613,"PosZ":97.0999984741211,"RotY":359.7492980957031,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.950000762939453,"PosY":-2.5612549781799316,"PosZ":93.16999816894531,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.450000762939453,"PosY":-0.7209929823875427,"PosZ":75.16999816894531,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.79999923706055,"PosY":-0.8865090012550354,"PosZ":76.43000030517578,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":0.0,"PosX":-34.90800094604492,"PosY":-0.10093799978494644,"PosZ":71.70600128173828,"NPCMonsterID":1002040,"EventID":0,"groupId":64,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-34.59199905395508,"PosY":-2.2530999183654785,"PosZ":88.71399688720702,"RotY":178.83250427246094,"groupId":0}}},"65":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.0099983215332,"PosY":-2.4870591163635254,"PosZ":87.0999984741211,"RotY":194.99989318847656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.13999938964844,"PosY":-2.189084053039551,"PosZ":86.76000213623047,"RotY":165.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.59000015258789,"PosY":-0.6152560114860535,"PosZ":74.4800033569336,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.06999969482422,"PosY":-0.7222909927368165,"PosZ":76.13999938964844,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.21200180053711,"PosY":-2.5609021186828613,"PosZ":89.18599700927734,"RotY":359.7492980957031,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-31.510000228881836,"PosY":-1.399999976158142,"PosZ":81.58999633789062,"Name":"NPC1","RotY":150.00010681152344,"NPCID":3013,"groupId":65,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-34.900001525878906,"PosY":-0.11377199739217758,"PosZ":67.0199966430664,"RotY":-0.00004099999932805076,"groupId":0}}},"66":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.099998474121094,"PosY":-0.09304200112819672,"PosZ":64.59999084472656,"RotY":14.999910354614258,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.91600036621094,"PosY":-0.8662059903144836,"PosZ":76.2770004272461,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.029998779296875,"PosY":-0.12033600360155106,"PosZ":64.30000305175781,"RotY":345.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.518009185791016,"PosY":-1.897341012954712,"PosZ":82.5510025024414,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.829999923706055,"PosY":-1.2189500331878662,"PosZ":78.18000030517578,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.72999954223633,"PosY":-0.10093799978494644,"PosZ":65.31999969482422,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.880001068115234,"PosY":-2.5609021186828613,"PosZ":97.0999984741211,"RotY":359.7492980957031,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.950000762939453,"PosY":-2.5612549781799316,"PosZ":93.16999816894531,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":0.0,"PosX":-36.38999938964844,"PosY":-0.19584299623966217,"PosZ":69.18000030517578,"NPCMonsterID":1002040,"EventID":0,"groupId":66,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-34.619998931884766,"PosY":-2.572798013687134,"PosZ":88.32000732421875,"RotY":178.83250427246094,"groupId":0}}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":0.0,"PosX":-33.290000915527344,"PosY":-0.10093799978494644,"PosZ":69.23999786376953,"NPCMonsterID":1002040,"EventID":0,"groupId":67,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.0099983215332,"PosY":-2.4870591163635254,"PosZ":87.0999984741211,"RotY":194.99989318847656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.91600036621094,"PosY":-0.7907029986381531,"PosZ":76.2770004272461,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.13999938964844,"PosY":-2.189084053039551,"PosZ":86.76000213623047,"RotY":165.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.290000915527344,"PosY":-0.45035499334335327,"PosZ":73.55000305175781,"RotY":165.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.610000610351562,"PosY":-1.1743099689483645,"PosZ":77.87999725341797,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.77000045776367,"PosY":-2.535149097442627,"PosZ":86.87998962402344,"RotY":178.83250427246094,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.21200180053711,"PosY":-2.5609021186828613,"PosZ":89.18599700927734,"RotY":359.7492980957031,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":178.83250427246094,"PosX":-34.68999099731445,"PosY":-1.8178550004959104,"PosZ":82.75,"NPCMonsterID":1002040,"EventID":0,"groupId":68,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-34.72999954223633,"PosY":-0.08583100140094757,"PosZ":65.87999725341797,"RotY":0.0,"groupId":0}}},"69":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.09000015258789,"PosY":-2.6370859146118164,"PosZ":118.83999633789064,"RotY":240.0,"PropID":1021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.540000915527344,"PosY":-2.714622974395752,"PosZ":109.19000244140624,"RotY":269.9999084472656,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.61000061035156,"PosY":-2.7151339054107666,"PosZ":108.16000366210938,"RotY":209.99609375,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.849998474121094,"PosY":-2.7151339054107666,"PosZ":107.63999938964844,"RotY":209.99609375,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.630001068115234,"PosY":-2.7151339054107666,"PosZ":107.34999847412108,"RotY":209.9987945556641,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.20800018310547,"PosY":-2.709505081176758,"PosZ":116.59200286865234,"RotY":210.00010681152344,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-55.58000183105469,"PosY":-2.446552038192749,"PosZ":119.25,"RotY":270.84149169921875,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.055931091308594,"PosY":-2.508143901824951,"PosZ":101.19020080566406,"RotY":180.8414001464844,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.0359992980957,"PosY":-2.640000104904175,"PosZ":103.8239974975586,"RotY":54.92747116088867,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_IronGate_06.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"}],"npcs":[{"ID":400001,"PosX":-36.630001068115234,"PosY":-2.5698070526123047,"PosZ":113.74099731445312,"Name":"NPC1","RotY":255.0,"NPCID":1013,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-51.9379997253418,"PosY":-2.6126821041107178,"PosZ":108.31400299072266,"RotY":56.484649658203125,"groupId":0}}},"70":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":2.1700000762939453,"PosY":1.7729820013046265,"PosZ":67.47000122070312,"RotY":-0.00024199999461416155,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.2899999618530273,"PosY":-0.06145000085234642,"PosZ":111.81999969482422,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":4.769999980926514,"PosY":-0.10851900279521942,"PosZ":99.91999816894531,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.299999952316284,"PosY":1.7307840585708618,"PosZ":68.16999816894531,"RotY":45.00016021728515,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.009999999776482582,"PosY":1.857210993766785,"PosZ":76.76000213623047,"RotY":89.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.14000000059604645,"PosY":1.748576045036316,"PosZ":67.79000091552734,"RotY":356.5835876464844,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.449999809265137,"PosY":1.7630480527877808,"PosZ":66.61000061035156,"RotY":87.41555786132812,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.149999618530273,"PosY":-0.2183479964733124,"PosZ":104.12999725341795,"RotY":214.3096923828125,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.1899995803833,"PosY":-0.2183479964733124,"PosZ":123.98999786376952,"RotY":177.6800994873047,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.77199935913086,"PosY":-0.23100000619888303,"PosZ":89.375,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":356.5835876464844,"PosX":1.5900000333786013,"PosY":1.748576045036316,"PosZ":70.91999816894531,"NPCMonsterID":1002040,"EventID":0,"groupId":70,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-6.611000061035156,"PosY":-0.1777610033750534,"PosZ":118.29199981689452,"RotY":175.01150512695312,"groupId":0}}},"71":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":352.57391357421875,"PosX":1.8200000524520872,"PosY":1.8185060024261477,"PosZ":87.79000091552734,"NPCMonsterID":1002040,"EventID":0,"groupId":71,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"72":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":284.9642028808594,"PosX":0.8500000238418579,"PosY":-0.15610599517822266,"PosZ":105.56999969482422,"NPCMonsterID":1002040,"EventID":0,"groupId":72,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.420000076293945,"PosY":-0.20294499397277832,"PosZ":120.83000183105467,"RotY":179.9998016357422,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.0299999713897705,"PosY":-0.20294499397277832,"PosZ":118.9800033569336,"RotY":225.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.940000057220459,"PosY":-0.17906400561332703,"PosZ":124.51000213623048,"RotY":359.7492980957031,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.77199935913086,"PosY":-0.23100000619888303,"PosZ":89.375,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.7799999713897705,"PosY":-0.17906400561332703,"PosZ":105.76000213623048,"RotY":284.7492980957031,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.489999771118164,"PosY":-0.19954299926757812,"PosZ":94.4000015258789,"RotY":89.74922943115236,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.9700000286102295,"PosY":-0.09701000154018402,"PosZ":109.55999755859376,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.59000015258789,"PosY":-0.09536299854516984,"PosZ":108.68000030517578,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.939000129699707,"PosY":-0.2302670031785965,"PosZ":117.2310028076172,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":195.0,"PosX":-4.939000129699707,"PosY":-0.2302670031785965,"PosZ":117.2310028076172,"NPCMonsterID":1002040,"EventID":0,"groupId":73,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-11.130000114440918,"PosY":-0.1771489977836609,"PosZ":99.0999984741211,"RotY":28.83258056640625,"groupId":0}}},"74":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":5.639999866485596,"PosY":-2.5057709217071533,"PosZ":151.57000732421875,"RotY":239.99969482421875,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.241999626159668,"PosY":-2.57259202003479,"PosZ":136.35299682617188,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.670000076293945,"PosY":-2.581001043319702,"PosZ":149.0800018310547,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":7.015999794006348,"PosY":-2.5057709217071533,"PosZ":146.98500061035156,"RotY":285.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.079999923706055,"PosY":-2.5030689239501953,"PosZ":140.02000427246094,"RotY":89.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":6.130001068115234,"PosY":-2.531491994857788,"PosZ":149.2899932861328,"RotY":356.5835876464844,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.369999885559082,"PosY":-2.5577731132507324,"PosZ":151.16000366210938,"RotY":161.56370544433594,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.989999771118165,"PosY":-2.5957748889923096,"PosZ":131.3300018310547,"RotY":181.9925994873047,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":13.590000152587892,"PosY":-2.5640549659729004,"PosZ":153.80999755859375,"RotY":71.56382751464844,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":251.58360290527344,"PosX":2.630000114440918,"PosY":-2.4755280017852783,"PosZ":148.5399932861328,"NPCMonsterID":1002040,"EventID":0,"groupId":74,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-27.31999969482422,"PosY":-2.555893898010254,"PosZ":129.13999938964844,"RotY":25.01152992248535,"groupId":0}}},"75":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":254.96429443359375,"PosX":-10.170000076293944,"PosY":-2.4719150066375732,"PosZ":143.77999877929688,"NPCMonsterID":1002040,"EventID":0,"groupId":75,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"76":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":157.5740966796875,"PosX":-18.38999938964844,"PosY":-2.4938149452209473,"PosZ":143.27999877929688,"NPCMonsterID":1002040,"EventID":0,"groupId":76,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"77":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.88999938964844,"PosY":-2.550189971923828,"PosZ":126.2699966430664,"RotY":14.999699592590332,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.289999961853027,"PosY":-2.5725910663604736,"PosZ":136.3800048828125,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.670000076293945,"PosY":-2.581001043319702,"PosZ":149.0800018310547,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.799999237060547,"PosY":-2.550189971923828,"PosZ":128.47000122070312,"RotY":60.000099182128906,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.079999923706055,"PosY":-2.5761330127716064,"PosZ":140.02000427246094,"RotY":89.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.957000732421875,"PosY":-2.558248996734619,"PosZ":127.50399780273438,"RotY":356.5835876464844,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.369999885559082,"PosY":-2.5577731132507324,"PosZ":151.16000366210938,"RotY":161.56370544433594,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.989999771118165,"PosY":-2.5957748889923096,"PosZ":131.3300018310547,"RotY":181.9925994873047,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":13.590000152587892,"PosY":-2.5640549659729004,"PosZ":153.80999755859375,"RotY":71.56382751464844,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":26.58363914489746,"PosX":-26.950000762939453,"PosY":-2.558248996734619,"PosZ":130.22999572753906,"NPCMonsterID":1002040,"EventID":0,"groupId":77,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":3.3399999141693115,"PosY":-2.650347948074341,"PosZ":148.63999938964844,"RotY":250.01150512695312,"groupId":0}}},"78":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":52.574020385742195,"PosX":-15.51943016052246,"PosY":-2.393249988555908,"PosZ":137.33770751953125,"NPCMonsterID":1002040,"EventID":0,"groupId":78,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"79":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":82.57401275634764,"PosX":-16.850000381469727,"PosY":-2.4783871173858643,"PosZ":139.8300018310547,"NPCMonsterID":1002040,"EventID":0,"groupId":79,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"80":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.239999771118164,"PosY":-2.625624895095825,"PosZ":138.02000427246094,"RotY":44.999801635742195,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.91600036621094,"PosY":-0.7907029986381531,"PosZ":76.2770004272461,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.789999961853027,"PosY":-2.625624895095825,"PosZ":141.82000732421875,"RotY":74.99983215332033,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.399999618530273,"PosY":-0.6856039762496948,"PosZ":74.95999908447266,"RotY":165.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.829999923706055,"PosY":-1.2189480066299438,"PosZ":78.18000793457033,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.699999809265137,"PosY":-2.5336380004882812,"PosZ":140.17999267578125,"RotY":178.83250427246094,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.369999885559082,"PosY":-2.5577731132507324,"PosZ":151.16000366210938,"RotY":161.56370544433594,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.989999771118165,"PosY":-2.5957748889923096,"PosZ":131.3300018310547,"RotY":181.9925994873047,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.09000015258789,"PosY":-2.554939031600952,"PosZ":140.10000610351565,"RotY":71.56378936767578,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":58.83258819580078,"PosX":-9.460000038146973,"PosY":-2.5336380004882812,"PosZ":141.60000610351565,"NPCMonsterID":1002040,"EventID":0,"groupId":80,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":7.510000228881835,"PosY":-2.496840000152588,"PosZ":149.60000610351565,"RotY":246.29269409179688,"groupId":0}}},"81":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.270999908447266,"PosY":1.044003963470459,"PosZ":169.15199279785156,"RotY":225.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.051001071929932,"PosY":1.044003963470459,"PosZ":165.6219940185547,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.970000267028809,"PosY":0.964264988899231,"PosZ":165.27999877929688,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.84000015258789,"PosY":1.5299999713897705,"PosZ":170.5500030517578,"RotY":299.7493896484375,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.550000190734863,"PosY":-0.125,"PosZ":153.67999267578125,"RotY":342.1603088378906,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.699999809265137,"PosY":1.061561942100525,"PosZ":158.1999969482422,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.68000030517578,"PosY":1.0701769590377808,"PosZ":166.22999572753906,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":232.88009643554688,"PosX":-9.970000267028809,"PosY":0.964264988899231,"PosZ":165.27999877929688,"NPCMonsterID":1002040,"EventID":0,"groupId":81,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-23.729999542236328,"PosY":0.9978349804878235,"PosZ":156.22000122070312,"RotY":51.256439208984375,"groupId":0}}},"82":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.170000076293945,"PosY":0.9982590079307557,"PosZ":154.97999572753906,"RotY":45.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.530000686645508,"PosY":0.9982590079307557,"PosZ":158.72000122070312,"RotY":75.00005340576172,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.652999877929688,"PosY":1.0648239850997925,"PosZ":158.13299560546875,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.670000076293945,"PosY":1.0852819681167605,"PosZ":166.22999572753906,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.84000015258789,"PosY":1.5299999713897705,"PosZ":170.5500030517578,"RotY":299.7493896484375,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.550000190734863,"PosY":-0.125,"PosZ":153.67999267578125,"RotY":342.1603088378906,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-19.59000015258789,"PosY":0.9686779975891113,"PosZ":162.24000549316406,"Name":"NPC1","RotY":75.00007629394531,"NPCID":3013,"groupId":82,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-7.630000114440918,"PosY":1.0810129642486572,"PosZ":166.82000732421875,"RotY":240.0,"groupId":0}}},"83":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.540000915527344,"PosY":13.470000267028809,"PosZ":153.05999755859375,"RotY":29.987890243530273,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_FinalDoor.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_BossRoomFinishToast.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.15999984741211,"PosY":13.470000267028809,"PosZ":158.0800018310547,"RotY":59.99995040893555,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.970001220703125,"PosY":13.470000267028809,"PosZ":158.25,"RotY":30.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.47999954223633,"PosY":8.130000114440918,"PosZ":153.92999267578125,"RotY":72.1418228149414,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.22000122070312,"PosY":12.896780014038086,"PosZ":158.74000549316406,"RotY":42.13882064819336,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":44.999969482421875,"PosX":-52.58000183105469,"PosY":13.470000267028809,"PosZ":158.14999389648438,"NPCMonsterID":1002040,"EventID":0,"groupId":83,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-41.3489990234375,"PosY":13.470000267028809,"PosZ":171.58099365234375,"RotY":223.4055023193359,"groupId":0}}},"84":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_SpecialBuffAfterTalk.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"85":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":2.1700000762939453,"PosY":1.7729820013046265,"PosZ":67.47000122070312,"RotY":-0.00024199999461416155,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.2899999618530273,"PosY":-0.06145000085234642,"PosZ":111.81999969482422,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":4.769999980926514,"PosY":-0.10851900279521942,"PosZ":99.91999816894531,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.299999952316284,"PosY":1.7307840585708618,"PosZ":68.16999816894531,"RotY":45.00016021728515,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.009999999776482582,"PosY":1.857210993766785,"PosZ":76.76000213623047,"RotY":89.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":1.5900000333786013,"PosY":1.748576045036316,"PosZ":70.91999816894531,"RotY":356.5835876464844,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.449999809265137,"PosY":1.7630480527877808,"PosZ":66.61000061035156,"RotY":87.41555786132812,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.149999618530273,"PosY":-0.2183479964733124,"PosZ":104.12999725341795,"RotY":214.3096923828125,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.1899995803833,"PosY":-0.2183479964733124,"PosZ":123.98999786376952,"RotY":177.6800994873047,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.77199935913086,"PosY":-0.23100000619888303,"PosZ":89.375,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":356.5835876464844,"PosX":1.5900000333786013,"PosY":1.748576045036316,"PosZ":70.91999816894531,"NPCMonsterID":1002040,"EventID":0,"groupId":85,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-6.611000061035156,"PosY":-0.1777610033750534,"PosZ":118.29199981689452,"RotY":175.01150512695312,"groupId":0}}},"86":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":352.57391357421875,"PosX":1.8200000524520872,"PosY":1.8185060024261477,"PosZ":87.79000091552734,"NPCMonsterID":1002040,"EventID":0,"groupId":86,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"87":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":284.9642028808594,"PosX":0.8500000238418579,"PosY":-0.15610599517822266,"PosZ":105.56999969482422,"NPCMonsterID":1002040,"EventID":0,"groupId":87,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"88":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-88.38735961914062,"PosY":6.249557018280029,"PosZ":90.64884948730469,"RotY":134.99960327148438,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.01792907714844,"PosY":5.424941062927246,"PosZ":56.14799118041992,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.832000732421875,"PosY":5.44052791595459,"PosZ":68.8239974975586,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-85.8499984741211,"PosY":6.128005027770996,"PosZ":92.52999877929688,"RotY":164.99969482421875,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.08000183105469,"PosY":6.228364944458008,"PosZ":80.90499877929688,"RotY":89.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-87.0,"PosY":6.136806964874268,"PosZ":91.48999786376953,"RotY":128.59120178222656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-87.20999908447266,"PosY":6.1303019523620605,"PosZ":92.72000122070312,"RotY":142.4237060546875,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-22.739999771118164,"PosY":1.1200000047683716,"PosZ":49.529998779296875,"RotY":92.52136993408203,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":128.59120178222656,"PosX":-85.4587631225586,"PosY":6.136806964874268,"PosZ":88.63298797607422,"NPCMonsterID":1002040,"EventID":0,"groupId":88,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-43.880001068115234,"PosY":5.31322717666626,"PosZ":53.48199844360352,"RotY":270.0,"groupId":0}}},"89":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":134.96400451660156,"PosX":-67.29048156738281,"PosY":5.396524906158447,"PosZ":74.0074234008789,"NPCMonsterID":1002040,"EventID":0,"groupId":89,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"90":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":359.964111328125,"PosX":-61.459999084472656,"PosY":5.316508769989014,"PosZ":53.2400016784668,"NPCMonsterID":1002040,"EventID":0,"groupId":90,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"91":{"props":[],"npcs":[{"ID":400001,"PosX":-8.553000450134277,"PosY":-0.05251900106668472,"PosZ":112.04599761962892,"Name":"NPC1","RotY":18.78350067138672,"NPCID":3013,"groupId":91,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":247.02000427246097,"PosY":50.363059997558594,"PosZ":-134.66099548339844,"RotY":168.7834930419922,"groupId":0}}}}},"P81123_F81123001":{"teleports":{},"group_items":{"60":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_SpecialBuffAfterTalk.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P81131_F81131001":{"teleports":{},"group_items":{"10":{"props":[{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.009999999776482582,"PosY":-0.4600000083446502,"PosZ":-54.68000030517578,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":0.00030899999546818435,"PosY":-2.700000047683716,"PosZ":-94.0,"RotY":180.0,"PropID":301011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":0.2199999988079071,"PosY":1.0099999904632568,"PosZ":-182.6300048828125,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300026,"Category":"","GroupName":"","LoadSide":null,"PosX":2.7699999809265137,"PosY":1.0099999904632568,"PosZ":-181.43800354003903,"RotY":0.0,"PropID":101003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01B_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.4900016784668,"PosY":-0.9800000190734864,"PosZ":-180.11000061035156,"RotY":180.0,"PropID":101005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_07_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.4800033569336,"PosY":-2.109999895095825,"PosZ":-94.0999984741211,"RotY":90.0,"PropID":101005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_07_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.9940000176429749,"PosZ":-193.47300720214844,"RotY":0.0,"PropID":301002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.09000015258789,"PosY":-0.9800000190734864,"PosZ":-181.36000061035156,"RotY":180.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.0003499999875202775,"PosY":-2.700000047683716,"PosZ":-94.00023651123047,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":0.0003499999875202775,"PosY":-2.700000047683716,"PosZ":-94.00023651123047,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":0.0003499999875202775,"PosY":-2.700000047683716,"PosZ":-94.00023651123047,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":0.0003499999875202775,"PosY":-2.700000047683716,"PosZ":-94.00023651123047,"RotY":270.0,"groupId":0}}},"66":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.130001068115234,"PosY":-0.11098700016736984,"PosZ":-91.72000122070312,"RotY":254.99969482421875,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.05609893798828,"PosY":-2.114353895187378,"PosZ":-91.30999755859376,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.81400299072266,"PosY":-0.11098700016736984,"PosZ":-91.89600372314453,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.11000061035156,"PosY":-0.11098700016736984,"PosZ":-95.91000366210938,"RotY":284.9996032714844,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.19000244140625,"PosY":-0.11098700016736984,"PosZ":-92.83200073242188,"RotY":89.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.02000045776367,"PosY":-0.11098700016736984,"PosZ":-93.91000366210938,"RotY":269.9999084472656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.4800033569336,"PosY":-2.109999895095825,"PosZ":-94.0999984741211,"RotY":90.0,"PropID":101005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_07_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-52.11000061035156,"PosY":-0.11098700016736984,"PosZ":-94.18000030517578,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.08000183105469,"PosY":-0.11098700016736984,"PosZ":-82.6500015258789,"RotY":0.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":269.9999084472656,"PosX":-58.31999969482422,"PosY":-0.11098700016736984,"PosZ":-93.86000061035156,"NPCMonsterID":1002040,"EventID":0,"groupId":66,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-110.66999816894533,"PosY":-2.114353895187378,"PosZ":-94.08999633789062,"RotY":90.0,"groupId":0}}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":269.964111328125,"PosX":-92.7802505493164,"PosY":-2.1106669902801514,"PosZ":-94.09234619140624,"NPCMonsterID":1002040,"EventID":0,"groupId":67,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":359.964111328125,"PosX":-75.06256103515625,"PosY":-0.11098700016736984,"PosZ":-95.227783203125,"NPCMonsterID":1002040,"EventID":0,"groupId":68,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"69":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.94190216064452,"PosY":-0.9580199718475343,"PosZ":-171.80630493164065,"RotY":74.99974822998047,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.28800201416016,"PosY":-0.9580199718475343,"PosZ":-172.84039306640625,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.6620864868164,"PosY":-0.951454997062683,"PosZ":-172.2852020263672,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.93000030517578,"PosY":-0.9580199718475343,"PosZ":-166.99000549316406,"RotY":104.99970245361328,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.21500015258789,"PosY":-0.9848499894142151,"PosZ":-163.71800231933594,"RotY":89.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.91000366210938,"PosY":-0.9580199718475343,"PosZ":-169.35000610351565,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.4900016784668,"PosY":-0.9800000190734864,"PosZ":-180.11000061035156,"RotY":180.0,"PropID":101005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_07_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-119.45999908447266,"PosY":-0.9580199718475343,"PosZ":-169.44000244140625,"NPCMonsterID":1002040,"EventID":0,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-50.59000015258789,"PosY":-0.9848499894142151,"PosZ":-169.07000732421875,"RotY":270.0,"groupId":0}}},"70":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":89.96405029296875,"PosX":-91.80000305175781,"PosY":-0.9514539837837219,"PosZ":-169.42999267578125,"NPCMonsterID":1002040,"EventID":0,"groupId":70,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"71":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":359.964111328125,"PosX":-70.519287109375,"PosY":-0.946811020374298,"PosZ":-169.19830322265625,"NPCMonsterID":1002040,"EventID":0,"groupId":71,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"72":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.869999885559082,"PosY":-0.9848390221595765,"PosZ":-232.6999969482422,"RotY":74.99968719482422,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":4.091000080108643,"PosY":-0.9848380088806152,"PosZ":-237.29800415039065,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":17.059999465942383,"PosY":-0.984840989112854,"PosZ":-222.05479431152344,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.800000190734863,"PosY":-0.9848390221595765,"PosZ":-229.7599945068359,"RotY":104.99970245361328,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":12.355999946594238,"PosY":-0.9848440289497375,"PosZ":-204.064697265625,"RotY":89.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.859999656677246,"PosY":-0.9848390221595765,"PosZ":-231.36000061035156,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":8.184086799621582,"PosY":-0.9848430156707764,"PosZ":-208.10000610351565,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":16.43000030517578,"PosY":1.0073610544204712,"PosZ":-187.83999633789065,"RotY":0.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-9.319999694824219,"PosY":-0.9848390221595765,"PosZ":-231.0500030517578,"NPCMonsterID":1002040,"EventID":0,"groupId":72,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":14.793970108032228,"PosY":1.007362961769104,"PosZ":-192.9900054931641,"RotY":180.0,"groupId":0}}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":44.96403121948242,"PosX":6.480000019073486,"PosY":-0.9848390221595765,"PosZ":-231.97000122070312,"NPCMonsterID":1002040,"EventID":0,"groupId":73,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"74":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":359.964111328125,"PosX":14.380000114440918,"PosY":-0.9848430156707764,"PosZ":-211.27000427246097,"NPCMonsterID":1002040,"EventID":0,"groupId":74,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"75":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.94190216064452,"PosY":-0.9580199718475343,"PosZ":-171.80630493164065,"RotY":74.99974822998047,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.28800201416016,"PosY":-0.9580199718475343,"PosZ":-172.84039306640625,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.6620864868164,"PosY":-0.951454997062683,"PosZ":-172.2852020263672,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.93000030517578,"PosY":-0.9580199718475343,"PosZ":-166.99000549316406,"RotY":104.99970245361328,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-109.84400177001952,"PosY":-0.9580199718475343,"PosZ":-165.51600646972656,"RotY":89.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.86000061035156,"PosY":-0.9580199718475343,"PosZ":-169.47999572753906,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.4900016784668,"PosY":-0.9800000190734864,"PosZ":-180.11000061035156,"RotY":180.0,"PropID":101005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_07_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.16999816894531,"PosY":-0.9848489761352539,"PosZ":-169.1300048828125,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-119.45999908447266,"PosY":-0.9580199718475343,"PosZ":-169.44000244140625,"NPCMonsterID":1002040,"EventID":0,"groupId":75,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-68.70999908447266,"PosY":-0.9848499894142151,"PosZ":-169.13999938964844,"RotY":270.0,"groupId":0}}},"76":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":89.96405029296875,"PosX":-90.9800033569336,"PosY":-0.9514539837837219,"PosZ":-170.6999969482422,"NPCMonsterID":1002040,"EventID":0,"groupId":76,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"77":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":77,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":89.96405029296875,"PosX":-90.93000030517578,"PosY":-0.946811020374298,"PosZ":-167.92999267578125,"NPCMonsterID":1002040,"EventID":0,"groupId":77,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"78":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.149999618530273,"PosY":-3.00006103515625,"PosZ":-109.02999877929688,"RotY":2.2672290802001953,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.18000030517578,"PosY":-3.00006103515625,"PosZ":-101.19000244140624,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.34000015258789,"PosY":-3.0296850204467773,"PosZ":-107.66000366210938,"RotY":315.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.989999771118164,"PosY":-3.0000579357147217,"PosZ":-94.73999786376953,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.61000061035156,"PosY":6.397000789642334,"PosZ":105.37000274658205,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.329999923706055,"PosY":-3.0000619888305664,"PosZ":-108.44000244140624,"RotY":344.1784973144531,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.09999084472656,"PosY":-3.0000600814819336,"PosZ":-93.91002655029298,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":344.1784973144531,"PosX":-27.540000915527344,"PosY":-3.0000619888305664,"PosZ":-104.41999816894533,"NPCMonsterID":1002040,"EventID":0,"groupId":78,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-33.77000045776367,"PosY":-3.0000550746917725,"PosZ":-85.26000213623047,"RotY":162.16329956054688,"groupId":0}}},"79":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.239999771118164,"PosY":-3.000056028366089,"PosZ":-107.61000061035156,"RotY":312.2922058105469,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.18000030517578,"PosY":-3.00006103515625,"PosZ":-101.19000244140624,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.149999618530273,"PosY":-3.0000550746917725,"PosZ":-108.95999908447266,"RotY":7.818911075592041,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.049999237060547,"PosY":-3.0000579357147217,"PosZ":-94.76000213623047,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.61000061035156,"PosY":6.397000789642334,"PosZ":105.37000274658205,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.309999465942383,"PosY":-3.0000619888305664,"PosZ":-108.33999633789064,"RotY":344.1784973144531,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.09999084472656,"PosY":-3.0000600814819336,"PosZ":-93.91002655029298,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":344.1784973144531,"PosX":-26.649999618530273,"PosY":-3.0000619888305664,"PosZ":-104.16999816894533,"NPCMonsterID":1002040,"EventID":0,"groupId":79,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-33.77000045776367,"PosY":-3.0000550746917725,"PosZ":-85.26000213623047,"RotY":162.16329956054688,"groupId":0}}},"80":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":344.1784973144531,"PosX":-28.540000915527344,"PosY":-3.0000619888305664,"PosZ":-104.6999969482422,"NPCMonsterID":1002040,"EventID":0,"groupId":80,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"81":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.87999725341795,"PosY":-0.9580199718475343,"PosZ":-171.7899932861328,"RotY":75.00003814697266,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-105.62000274658205,"PosY":-0.9580199718475343,"PosZ":-165.50999450683594,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.88300323486328,"PosY":-0.9580199718475343,"PosZ":-166.9810028076172,"RotY":105.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-109.4800033569336,"PosY":-0.9580199718475343,"PosZ":-172.77000427246094,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.61000061035156,"PosY":6.397000789642334,"PosZ":105.37000274658205,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.91999816894533,"PosY":-0.9580199718475343,"PosZ":-169.5399932861328,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.93000030517578,"PosY":-0.9580199718475343,"PosZ":-169.1300048828125,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-118.51000213623048,"PosY":-0.9580199718475343,"PosZ":-169.4199981689453,"NPCMonsterID":1002040,"EventID":0,"groupId":81,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-98.36000061035156,"PosY":-0.9580199718475343,"PosZ":-169.38999938964844,"RotY":270.0,"groupId":0}}},"82":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.87999725341795,"PosY":-0.9580199718475343,"PosZ":-171.7899932861328,"RotY":75.00003814697266,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-105.66999816894533,"PosY":-0.9580199718475343,"PosZ":-165.53599548339844,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.88300323486328,"PosY":-0.9580199718475343,"PosZ":-166.9810028076172,"RotY":105.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-109.52999877929688,"PosY":-0.9580199718475343,"PosZ":-172.75999450683594,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.61000061035156,"PosY":6.397000789642334,"PosZ":105.37000274658205,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.83999633789064,"PosY":-0.9580199718475343,"PosZ":-169.47999572753906,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.93000030517578,"PosY":-0.9580199718475343,"PosZ":-169.1300048828125,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-118.51000213623048,"PosY":-0.9580199718475343,"PosZ":-170.75999450683594,"NPCMonsterID":1002040,"EventID":0,"groupId":82,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-98.36000061035156,"PosY":-0.9580199718475343,"PosZ":-169.38999938964844,"RotY":270.0,"groupId":0}}},"83":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":83,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":90.0,"PosX":-118.51000213623048,"PosY":-0.9580199718475343,"PosZ":-168.17999267578125,"NPCMonsterID":1002040,"EventID":0,"groupId":83,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"84":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.510000228881836,"PosY":-0.984844982624054,"PosZ":-194.4302978515625,"RotY":255.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.8489990234375,"PosY":-0.984844982624054,"PosZ":-198.6699981689453,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.47974967956543,"PosY":-0.9848440289497375,"PosZ":-198.19000244140625,"RotY":285.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.45000076293945,"PosY":-0.9848459959030152,"PosZ":-193.5399932861328,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-32.61000061035156,"PosY":6.397000789642334,"PosZ":105.37000274658205,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.329999923706055,"PosY":-0.984844982624054,"PosZ":-196.38999938964844,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.4900016784668,"PosY":-0.9800000190734864,"PosZ":-180.11000061035156,"RotY":180.0,"PropID":101005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_07_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.170000076293945,"PosY":-0.9848430156707764,"PosZ":-207.72999572753903,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":-28.34000015258789,"PosY":-0.984844982624054,"PosZ":-196.25,"NPCMonsterID":1002040,"EventID":0,"groupId":84,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-48.650001525878906,"PosY":-0.984844982624054,"PosZ":-195.97999572753903,"RotY":90.0,"groupId":0}}},"85":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.349998474121094,"PosY":-3.0000569820404053,"PosZ":-87.69999694824219,"RotY":150.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.559999465942383,"PosY":-3.0000579357147217,"PosZ":-86.31999969482422,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.440000534057617,"PosY":-3.0000600814819336,"PosZ":-98.70999908447266,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.04999923706055,"PosY":-3.0000600814819336,"PosZ":-98.05000305175781,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.09999084472656,"PosY":-3.0000600814819336,"PosZ":-93.91002655029298,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-29.5,"PosY":-3.0000600814819336,"PosZ":-91.37000274658203,"Name":"NPC1","RotY":180.7164001464844,"NPCID":3013,"groupId":85,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-28.219999313354492,"PosY":-3.0000619888305664,"PosZ":-106.23999786376952,"RotY":344.7467041015625,"groupId":0}}},"86":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.610000610351562,"PosY":-0.984844982624054,"PosZ":-194.3300018310547,"RotY":256.11761474609375,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.399999618530273,"PosY":-0.984844982624054,"PosZ":-198.02000427246097,"RotY":280.7358093261719,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.599998474121094,"PosY":-0.984844982624054,"PosZ":-198.9600067138672,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.5099983215332,"PosY":-0.9848459959030152,"PosZ":-193.55999755859375,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.4900016784668,"PosY":-0.9800000190734864,"PosZ":-180.11000061035156,"RotY":180.0,"PropID":101005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_07_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.170000076293945,"PosY":-0.9848430156707764,"PosZ":-207.72999572753903,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-33.20000076293945,"PosY":-0.984844982624054,"PosZ":-196.406005859375,"Name":"NPC1","RotY":249.82879638671875,"NPCID":3013,"groupId":86,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-48.689998626708984,"PosY":-0.984844982624054,"PosZ":-196.1300048828125,"RotY":90.0,"groupId":0}}},"87":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":15.579999923706056,"PosY":-0.9848430156707764,"PosZ":-206.0399932861328,"RotY":255.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":15.550000190734863,"PosY":-0.9848430156707764,"PosZ":-209.6199951171875,"RotY":285.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":6.440000057220459,"PosY":-0.9848430156707764,"PosZ":-204.8999938964844,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":2.4100000858306885,"PosY":-0.9848430156707764,"PosZ":-211.13999938964844,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":14.399999618530272,"PosY":-0.9848430156707764,"PosZ":-203.5399932861328,"RotY":0.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.8100004196167,"PosY":-0.9848430156707764,"PosZ":-208.08999633789065,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":14.399999618530272,"PosY":-0.9848430156707764,"PosZ":-212.6199951171875,"RotY":0.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":10.170000076293944,"PosY":-0.9848430156707764,"PosZ":-210.6499938964844,"Name":"NPC1","RotY":299.9999084472656,"NPCID":3013,"groupId":87,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-4.579999923706055,"PosY":-0.9848430156707764,"PosZ":-207.8000030517578,"RotY":90.0,"groupId":0}}},"88":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.899999618530273,"PosY":-3.0200939178466797,"PosZ":-107.36000061035156,"RotY":-0.000043000000005122274,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.209999084472656,"PosY":-3.018273115158081,"PosZ":-105.87000274658205,"RotY":315.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.59000015258789,"PosY":-3.0298058986663814,"PosZ":-103.88999938964844,"RotY":337.0816955566406,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.09999084472656,"PosY":-3.0000600814819336,"PosZ":-93.91002655029298,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.56999969482422,"PosY":-3.0000600814819336,"PosZ":-97.7300033569336,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.650001525878906,"PosY":-3.0000600814819336,"PosZ":-99.5199966430664,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":337.0816955566406,"PosX":-28.59000015258789,"PosY":-3.0298058986663814,"PosZ":-103.88999938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":88,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-34.779998779296875,"PosY":-3.0000600814819336,"PosZ":-88.02999877929688,"RotY":160.24960327148438,"groupId":0}}},"89":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-121.0,"PosY":-0.9580199718475343,"PosZ":-166.6999969482422,"RotY":105.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.98999786376952,"PosY":-0.9580199718475343,"PosZ":-172.58999633789065,"RotY":75.00003814697266,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.87000274658205,"PosY":-0.9580199718475343,"PosZ":-169.36000061035156,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.80999755859376,"PosY":-0.9580199718475343,"PosZ":-168.9600067138672,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-109.58000183105467,"PosY":-0.9360989928245544,"PosZ":-172.74000549316406,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-109.75,"PosY":-0.9360989928245544,"PosZ":-165.52999877929688,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-117.87000274658205,"PosY":-0.9580199718475343,"PosZ":-169.36000061035156,"NPCMonsterID":1002040,"EventID":0,"groupId":89,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-100.81999969482422,"PosY":-0.9580199718475343,"PosZ":-169.60000610351565,"RotY":269.9999084472656,"groupId":0}}},"90":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.0,"PosY":-0.11098700016736984,"PosZ":-69.56999206542969,"RotY":165.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.45999908447266,"PosY":-0.11098700016736984,"PosZ":-69.55999755859375,"RotY":195.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.7699966430664,"PosY":-0.11098700016736984,"PosZ":-72.8499984741211,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.44999694824219,"PosY":-0.11098700016736984,"PosZ":-95.01000213623047,"RotY":0.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.44999694824219,"PosY":-0.11098700016736984,"PosZ":-63.52000045776367,"RotY":0.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.77999877929688,"PosY":-0.11098799854516984,"PosZ":-81.83999633789062,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.90315246582033,"PosY":-0.11098700016736984,"PosZ":-81.52308654785156,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":-75.7699966430664,"PosY":-0.11098700016736984,"PosZ":-72.8499984741211,"NPCMonsterID":1002040,"EventID":0,"groupId":90,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-75.7699966430664,"PosY":-0.11098700016736984,"PosZ":-89.55000305175781,"RotY":0.0,"groupId":0}}},"91":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.40000152587892,"PosY":-0.9580199718475343,"PosZ":-172.47999572753906,"RotY":74.893798828125,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.37000274658205,"PosY":-0.9580199718475343,"PosZ":-166.60000610351565,"RotY":105.0,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.40000152587892,"PosY":-0.9580199718475343,"PosZ":-169.3699951171875,"RotY":86.89237976074219,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.01000213623047,"PosY":-0.9580199718475343,"PosZ":-169.6699981689453,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":86.89237976074219,"PosX":-116.40000152587892,"PosY":-0.9580199718475343,"PosZ":-169.3699951171875,"NPCMonsterID":1002040,"EventID":0,"groupId":91,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-99.41000366210938,"PosY":-0.9580199718475343,"PosZ":-169.47999572753906,"RotY":270.0,"groupId":0}}},"92":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":104.7300033569336,"PosY":2.014435052871704,"PosZ":-94.20999908447266,"RotY":270.0,"PropID":1021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":94.66000366210938,"PosY":2.014435052871704,"PosZ":-99.45999908447266,"RotY":315.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":89.22000885009767,"PosY":2.014435052871704,"PosZ":-97.0270004272461,"RotY":209.99609375,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":89.98800659179688,"PosY":2.014435052871704,"PosZ":-97.00599670410156,"RotY":209.99609375,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap00/InitLevelGraph_Prop_Chap00_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":89.62000274658203,"PosY":2.014435052871704,"PosZ":-97.68000030517578,"RotY":209.9987945556641,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":94.9800033569336,"PosY":2.014435052871704,"PosZ":-91.27999877929688,"RotY":240.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":76.44000244140625,"PosY":2.014435052871704,"PosZ":-94.07998657226562,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":106.93000030517578,"PosY":2.014435052871704,"PosZ":-94.07998657226562,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":100.06999969482422,"PosY":2.014435052871704,"PosZ":-97.27999877929688,"Name":"NPC1","RotY":285.0,"NPCID":1013,"groupId":92,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":84.23999786376953,"PosY":2.014435052871704,"PosZ":-94.20999908447266,"RotY":90.0,"groupId":0}}},"93":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_SpecialBuffAfterTalk.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"94":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.4499969482422,"PosY":-0.9580199718475343,"PosZ":-172.47999572753906,"RotY":74.893798828125,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_FinalDoor.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.01000213623047,"PosY":-0.9580199718475343,"PosZ":-169.6699981689453,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.37000274658205,"PosY":-0.9580199718475343,"PosZ":-166.60000610351565,"RotY":105.0,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_BossRoomFinishToast.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":86.89237976074219,"PosX":-116.40000152587892,"PosY":-0.9580199718475343,"PosZ":-169.3699951171875,"NPCMonsterID":1002040,"EventID":0,"groupId":94,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-99.37000274658203,"PosY":-0.9580199718475343,"PosZ":-169.5,"RotY":270.0,"groupId":0}}},"97":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.94190216064452,"PosY":-0.9580199718475343,"PosZ":-171.80630493164065,"RotY":74.99974822998047,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-101.28800201416016,"PosY":-0.9580199718475343,"PosZ":-172.84039306640625,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-80.6620864868164,"PosY":-0.951454997062683,"PosZ":-172.2852020263672,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.93000030517578,"PosY":-0.9580199718475343,"PosZ":-166.99000549316406,"RotY":104.99970245361328,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-58.21500015258789,"PosY":-0.9848499894142151,"PosZ":-163.71800231933594,"RotY":89.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.95999908447266,"PosY":-0.9580199718475343,"PosZ":-169.44000244140625,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.4900016784668,"PosY":-0.9800000190734864,"PosZ":-180.11000061035156,"RotY":180.0,"PropID":101005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_07_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-119.45999908447266,"PosY":-0.9580199718475343,"PosZ":-169.44000244140625,"NPCMonsterID":1002040,"EventID":0,"groupId":97,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-50.59000015258789,"PosY":-0.9848499894142151,"PosZ":-167.33200073242188,"RotY":270.0,"groupId":0}}},"98":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":89.96405029296875,"PosX":-91.80000305175781,"PosY":-0.9514539837837219,"PosZ":-169.42999267578125,"NPCMonsterID":1002040,"EventID":0,"groupId":98,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"99":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":359.964111328125,"PosX":-70.519287109375,"PosY":-0.946811020374298,"PosZ":-169.19830322265625,"NPCMonsterID":1002040,"EventID":0,"groupId":99,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"100":{"props":[],"npcs":[{"ID":400001,"PosX":-56.4119987487793,"PosY":-0.9848499894142151,"PosZ":-169.6750030517578,"Name":"NPC1","RotY":33.78324890136719,"NPCID":3013,"groupId":100,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P81132_F81132001":{"teleports":{},"group_items":{"2":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":81.03399658203125,"PosY":-4.800000190734863,"PosZ":324.79998779296875,"RotY":0.0,"PropID":301011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":109.77200317382812,"PosY":-5.028388023376465,"PosZ":318.1099853515625,"RotY":90.0,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":50.75,"PosY":-5.0578508377075195,"PosZ":322.0690002441406,"RotY":0.0,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300020,"Category":"","GroupName":"","LoadSide":null,"PosX":108.1999969482422,"PosY":-5.0578508377075195,"PosZ":408.1000061035156,"RotY":0.0,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300021,"Category":"","GroupName":"","LoadSide":null,"PosX":110.58000183105467,"PosY":-5.0578508377075195,"PosZ":408.3599853515625,"RotY":0.0,"PropID":101012,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":5.409999847412109,"PosY":-3.0000001061125654e-6,"PosZ":68.45999908447266,"RotY":225.6199951171875,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":6.013000011444092,"PosY":-0.05787799879908562,"PosZ":65.58100128173828,"RotY":280.54998779296875,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":33.0,"PosY":4.000019073486328,"PosZ":124.36000061035156,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":29.989999771118164,"PosY":3.940454006195069,"PosZ":129.35000610351565,"RotY":0.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":38.9900016784668,"PosY":3.9421091079711914,"PosZ":202.57000732421875,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":35.91999816894531,"PosY":3.942146062850952,"PosZ":204.61000061035156,"RotY":0.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":80.87999725341797,"PosY":-5.025922775268555,"PosZ":291.4599914550781,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":83.66000366210938,"PosY":-5.025853157043457,"PosZ":284.8999938964844,"RotY":270.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":120.8239974975586,"PosY":-4.968079090118408,"PosZ":329.5880126953125,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":118.12999725341795,"PosY":-5.030587196350098,"PosZ":335.5299987792969,"RotY":0.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":32.93000030517578,"PosY":-2.833080053329468,"PosZ":302.94000244140625,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":30.75200080871582,"PosY":-2.833081007003784,"PosZ":308.4200134277344,"RotY":60.0,"PropID":101001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_BaseConsole_01A_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":123.33300018310548,"PosY":-5.030587196350098,"PosZ":324.601806640625,"RotY":270.0,"PropID":301003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":122.93000030517578,"PosY":-2.020824909210205,"PosZ":369.0617980957031,"RotY":270.0,"PropID":301003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300017,"Category":"","GroupName":"","LoadSide":null,"PosX":50.22100830078125,"PosY":-6.158130168914795,"PosZ":331.0780029296875,"RotY":189.45030212402344,"PropID":301003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":39.23101043701172,"PosY":0.9421449899673462,"PosZ":268.05499267578125,"RotY":180.0,"PropID":301003,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter01/Maze302/Maze_Chap01_M302_CoreState_00.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":2,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":90.0,"groupId":0},"3":{"ID":3,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":270.0,"groupId":0}}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":70.07000732421875,"PosY":1.906851053237915,"PosZ":94.7599868774414,"RotY":255.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":69.96000671386719,"PosY":1.906851053237915,"PosZ":89.4699935913086,"RotY":285.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":51.20199966430664,"PosY":1.9421559572219849,"PosZ":95.05899810791016,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":55.500999450683594,"PosY":1.9421559572219849,"PosZ":88.68000030517578,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":72.4800033569336,"PosY":1.9421559572219849,"PosZ":92.20999908447266,"RotY":269.96490478515625,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":38.18000030517578,"PosY":1.9396439790725708,"PosZ":92.19000244140624,"RotY":269.96490478515625,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":69.22000122070312,"PosY":1.9421559572219849,"PosZ":92.12000274658203,"RotY":270.00030517578125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.00030517578125,"PosX":61.93000030517578,"PosY":1.9421559572219849,"PosZ":92.12000274658203,"NPCMonsterID":1002040,"EventID":0,"groupId":56,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":42.599998474121094,"PosY":1.9396439790725708,"PosZ":92.16000366210938,"RotY":90.0,"groupId":0}}},"57":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":35.849998474121094,"PosY":3.965456008911133,"PosZ":129.52999877929688,"RotY":345.0002136230469,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":29.729000091552734,"PosY":3.9654459953308105,"PosZ":144.44000244140625,"RotY":90.00005340576172,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":30.166990280151367,"PosY":3.965456008911133,"PosZ":129.61199951171875,"RotY":15.000160217285156,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":29.700000762939453,"PosY":3.965456008911133,"PosZ":147.05999755859375,"RotY":225.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":36.27000045776367,"PosY":3.965456008911133,"PosZ":141.83999633789065,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":32.88999938964844,"PosY":3.7300000190734863,"PosZ":129.93800354003906,"RotY":0.002179000061005354,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":33.040000915527344,"PosY":3.941991090774536,"PosZ":157.14999389648438,"RotY":1.9999999949504854e-6,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":68.55000305175781,"PosY":3.94046401977539,"PosZ":143.0,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":33.0,"PosY":4.000019073486328,"PosZ":124.36000061035156,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":0.002179000061005354,"PosX":32.88999938964844,"PosY":3.9654459953308105,"PosZ":134.5399932861328,"NPCMonsterID":1002040,"EventID":0,"groupId":57,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":33.02000045776367,"PosY":3.941991090774536,"PosZ":152.6699981689453,"RotY":180.0,"groupId":0}}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":30.38999938964844,"PosY":3.94046401977539,"PosZ":122.2300033569336,"RotY":164.997802734375,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":35.779998779296875,"PosY":3.94046401977539,"PosZ":122.14820098876952,"RotY":194.997802734375,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":29.81599998474121,"PosY":3.940454006195069,"PosZ":105.95099639892578,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":36.058990478515625,"PosY":3.94046401977539,"PosZ":111.25399780273438,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":33.04999923706055,"PosY":3.94046401977539,"PosZ":122.34999847412108,"RotY":179.9998016357422,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":28.549999237060547,"PosY":1.9419430494308472,"PosZ":106.84999847412108,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":21.88999938964844,"PosY":1.9396439790725708,"PosZ":84.75,"RotY":225.0001983642578,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":33.0,"PosY":4.000019073486328,"PosZ":124.36000061035156,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":40.31999969482422,"PosY":1.9396439790725708,"PosZ":92.0199966430664,"RotY":270.0002136230469,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":179.9998016357422,"PosX":33.04999923706055,"PosY":3.94046401977539,"PosZ":117.54000091552734,"NPCMonsterID":1002040,"EventID":0,"groupId":58,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":33.0359992980957,"PosY":1.9396439790725708,"PosZ":96.53600311279298,"RotY":-0.000043000000005122274,"groupId":0}}},"59":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":11.510000228881836,"PosY":-0.05786899849772453,"PosZ":71.427001953125,"RotY":30.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":9.123000144958496,"PosY":-0.05786700174212456,"PosZ":74.25700378417967,"RotY":60.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":19.069000244140625,"PosY":1.9396439790725708,"PosZ":84.74600219726562,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":16.3700008392334,"PosY":-0.05786899849772453,"PosZ":75.66999816894531,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":5.409999847412109,"PosY":-3.0000001061125654e-6,"PosZ":68.45999908447266,"RotY":225.6199951171875,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":28.149999618530273,"PosY":1.9396439790725708,"PosZ":90.75,"RotY":45.00008010864258,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":12.869999885559082,"PosY":-0.05787700042128563,"PosZ":77.91999816894531,"Name":"NPC1","RotY":45.0,"NPCID":3013,"groupId":59,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":24.68000030517578,"PosY":1.9396350383758545,"PosZ":87.18000030517578,"RotY":225.0,"groupId":0}}},"60":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.859999656677246,"PosY":1.9419430494308472,"PosZ":105.23999786376952,"RotY":75.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.850000381469727,"PosY":1.9419430494308472,"PosZ":109.65000152587892,"RotY":105.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":9.795000076293945,"PosY":1.9419430494308472,"PosZ":111.09300231933594,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":5.07000207901001,"PosY":1.9419430494308472,"PosZ":103.05999755859376,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.010000228881836,"PosY":1.9419430494308472,"PosZ":107.36000061035156,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":1.7020000219345093,"PosY":1.9419430494308472,"PosZ":104.1269989013672,"RotY":179.9998016357422,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":28.43000030517578,"PosY":3.940454006195069,"PosZ":107.30999755859376,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":0.3199999928474426,"PosY":1.941933035850525,"PosZ":110.13999938964844,"Name":"NPC1","RotY":89.99980163574219,"NPCID":3013,"groupId":60,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":14.970000267028809,"PosY":1.941933035850525,"PosZ":107.12999725341795,"RotY":269.9997863769531,"groupId":0}}},"61":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":40.810001373291016,"PosY":3.9421560764312744,"PosZ":207.9199981689453,"RotY":345.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":36.91999816894531,"PosY":3.9421560764312744,"PosZ":207.88999938964844,"RotY":15.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":42.4900016784668,"PosY":3.9421560764312744,"PosZ":217.72000122070312,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":35.11000061035156,"PosY":3.9421529769897465,"PosZ":222.0399932861328,"RotY":90.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":38.9900016784668,"PosY":3.9421091079711914,"PosZ":202.57000732421875,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":38.849998474121094,"PosY":0.9421560168266296,"PosZ":242.2599945068359,"RotY":180.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":38.9900016784668,"PosY":3.9421091079711914,"PosZ":202.57000732421875,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"}],"npcs":[{"ID":400001,"PosX":36.28099822998047,"PosY":3.9421560764312744,"PosZ":214.18899536132812,"Name":"NPC1","RotY":-0.000043000000005122274,"NPCID":3013,"groupId":61,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":38.95000076293945,"PosY":3.942142963409424,"PosZ":228.75100708007812,"RotY":179.99960327148438,"groupId":0}}},"62":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":97.36299896240233,"PosY":1.906851053237915,"PosZ":94.3219985961914,"RotY":255.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_FinalDoor.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_BossRoomFinishToast.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":94.54000091552734,"PosY":1.9068410396575928,"PosZ":88.25,"RotY":330.8478088378906,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":91.55999755859376,"PosY":1.9068410396575928,"PosZ":91.24400329589844,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":70.4900131225586,"PosY":1.906851053237915,"PosZ":91.77999114990233,"RotY":270.0000915527344,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":98.35001373291016,"PosY":1.906851053237915,"PosZ":81.69996643066406,"RotY":315.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":91.61100006103516,"PosY":1.9068410396575928,"PosZ":91.1520004272461,"NPCMonsterID":1002040,"EventID":0,"groupId":62,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":74.35001373291016,"PosY":1.9068410396575928,"PosZ":91.89998626708984,"RotY":89.99996948242188,"groupId":0}}},"63":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":33.470001220703125,"PosY":3.9419898986816406,"PosZ":169.7899932861328,"RotY":0.00002700000004551839,"PropID":1021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":28.440000534057617,"PosY":3.941987991333008,"PosZ":180.3800048828125,"RotY":30.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":29.761430740356445,"PosY":3.9419870376586914,"PosZ":184.6772003173828,"RotY":209.99609375,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":28.998449325561523,"PosY":3.9419870376586914,"PosZ":185.11770629882812,"RotY":209.99609375,"PropID":101016,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_MPRecover_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":29.75,"PosY":3.941986083984375,"PosZ":185.5099945068359,"RotY":209.9987945556641,"PropID":101015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_HPRecover_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":36.91999816894531,"PosY":3.941987991333008,"PosZ":179.39999389648438,"RotY":345.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":38.9900016784668,"PosY":3.9421091079711914,"PosZ":202.57000732421875,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":33.150001525878906,"PosY":3.9419779777526855,"PosZ":153.99000549316406,"RotY":180.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":30.15999984741211,"PosY":3.941987991333008,"PosZ":174.1300048828125,"Name":"NPC1","RotY":30.0,"NPCID":1013,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":33.150001525878906,"PosY":3.941984891891479,"PosZ":190.4900054931641,"RotY":179.9998016357422,"groupId":0}}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.5,"PosY":1.9419430494308472,"PosZ":106.7300033569336,"RotY":165.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":5.953000068664551,"PosY":-0.05786899849772453,"PosZ":65.44999694824219,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.433000564575195,"PosY":-0.05787799879908562,"PosZ":66.21700286865234,"RotY":269.9999084472656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.56999969482422,"PosY":1.9419430494308472,"PosZ":106.70709991455078,"RotY":195.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.81999969482422,"PosY":-0.05787799879908562,"PosZ":85.51000213623047,"RotY":89.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.979999542236328,"PosY":1.941933035850525,"PosZ":106.43000030517578,"RotY":179.99969482421875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.83000183105469,"PosY":1.941933035850525,"PosZ":104.94000244140624,"RotY":269.9999084472656,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.670000076293945,"PosY":1.941933035850525,"PosZ":104.47000122070312,"RotY":90.00012969970702,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":5.409999847412109,"PosY":-3.0000001061125654e-6,"PosZ":68.45999908447266,"RotY":225.6199951171875,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":179.99969482421875,"PosX":-28.979999542236328,"PosY":1.941933035850525,"PosZ":100.80999755859376,"NPCMonsterID":1002040,"EventID":0,"groupId":64,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":3.009999990463257,"PosY":-0.05786899849772453,"PosZ":51.52000045776367,"RotY":-4.999999873689376e-6,"groupId":0}}},"65":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":269.96429443359375,"PosX":3.8299999237060542,"PosY":-0.05786899849772453,"PosZ":66.70999908447266,"NPCMonsterID":1002040,"EventID":0,"groupId":65,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"66":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":359.964111328125,"PosX":-29.311269760131836,"PosY":-0.05787799879908562,"PosZ":74.03439331054688,"NPCMonsterID":1002040,"EventID":0,"groupId":66,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":82.22000122070312,"PosY":-5.025844097137451,"PosZ":278.30999755859375,"RotY":119.99970245361328,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":82.94400024414062,"PosY":-2.025844097137451,"PosZ":249.35499572753903,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":79.91300201416016,"PosY":-2.025844097137451,"PosZ":251.11900329589844,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":85.61000061035156,"PosY":-4.975770950317383,"PosZ":281.6199951171875,"RotY":149.99969482421875,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":102.43000030517578,"PosY":-5.025846004486084,"PosZ":265.4200134277344,"RotY":89.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":84.01000213623047,"PosY":-5.025854110717773,"PosZ":279.82000732421875,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":82.37999725341797,"PosY":-5.025853157043457,"PosZ":281.3699951171875,"RotY":135.00010681152344,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":80.87999725341797,"PosY":-5.025922775268555,"PosZ":291.4599914550781,"RotY":180.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":81.03399658203125,"PosY":-4.800000190734863,"PosZ":324.79998779296875,"RotY":0.0,"PropID":301011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":135.0,"PosX":87.79000091552734,"PosY":-5.025844097137451,"PosZ":275.989990234375,"NPCMonsterID":1002040,"EventID":0,"groupId":67,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":58.88999938964844,"PosY":3.9443039894104,"PosZ":262.0799865722656,"RotY":89.99994659423828,"groupId":0}}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":269.96429443359375,"PosX":93.19999694824219,"PosY":-2.025844097137451,"PosZ":252.38999938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":68,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"69":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":179.96389770507812,"PosX":72.19000244140625,"PosY":0.9741460084915161,"PosZ":263.5899963378906,"NPCMonsterID":1002040,"EventID":0,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"70":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":123.54000091552734,"PosY":-5.030577182769775,"PosZ":335.9171142578125,"RotY":345.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":89.6500015258789,"PosY":-5.008941173553467,"PosZ":368.8500061035156,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":116.33999633789064,"PosY":-2.0208239555358887,"PosZ":362.04000854492193,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":118.38999938964844,"PosY":-5.030577182769775,"PosZ":335.94000244140625,"RotY":15.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":123.62000274658205,"PosY":-5.030587196350098,"PosZ":351.1000061035156,"RotY":89.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":120.93000030517578,"PosY":-5.030587196350098,"PosZ":335.8500061035156,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":81.03399658203125,"PosY":-4.800000190734863,"PosZ":324.79998779296875,"RotY":0.0,"PropID":301011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_State.json","State":"BridgeState2","propStateList":["BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":120.8239974975586,"PosY":-4.968079090118408,"PosZ":329.5880126953125,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":0.0,"PosX":120.93000030517578,"PosY":-5.030587196350098,"PosZ":343.8399963378906,"NPCMonsterID":1002040,"EventID":0,"groupId":70,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":81.56999969482422,"PosY":-5.008941173553467,"PosZ":367.1199951171875,"RotY":89.99996948242188,"groupId":0},"2":{"ID":2,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":180.0,"groupId":0},"5":{"ID":5,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":270.0,"groupId":0}}},"71":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":270.0,"PosX":107.4800033569336,"PosY":-2.0208239555358887,"PosZ":366.6300048828125,"NPCMonsterID":1002040,"EventID":0,"groupId":71,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"72":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":179.96409606933594,"PosX":116.7699966430664,"PosY":-2.0208239555358887,"PosZ":373.1799926757813,"NPCMonsterID":1002040,"EventID":0,"groupId":72,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.272499084472656,"PosY":1.9419430494308472,"PosZ":103.04399871826172,"RotY":74.99981689453125,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-46.22999954223633,"PosY":1.9419430494308472,"PosZ":107.19000244140624,"RotY":104.9998016357422,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.529998779296875,"PosY":1.941933035850525,"PosZ":105.02999877929688,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.229999542236328,"PosY":1.941933035850525,"PosZ":105.62000274658205,"RotY":90.00006103515625,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.209999084472656,"PosY":1.941933035850525,"PosZ":101.55999755859376,"RotY":0.0001140000022132881,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.323001861572266,"PosY":1.9419430494308472,"PosZ":103.08300018310548,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.349998474121094,"PosY":1.9419430494308472,"PosZ":107.58000183105467,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-42.529998779296875,"PosY":1.941933035850525,"PosZ":105.02999877929688,"NPCMonsterID":1002040,"EventID":0,"groupId":73,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-25.059999465942383,"PosY":1.941933035850525,"PosZ":104.83000183105467,"RotY":270.0,"groupId":0}}},"74":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":2.869999885559082,"PosY":3.938987016677856,"PosZ":252.86000061035156,"RotY":74.99981689453125,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":2.9125030040740967,"PosY":3.938987016677856,"PosZ":258.5299987792969,"RotY":104.9998016357422,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":7.759997844696045,"PosY":3.938987016677856,"PosZ":255.8000030517578,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":29.540000915527344,"PosY":0.9574170112609864,"PosZ":255.82000732421875,"RotY":90.00006103515625,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":9.404000282287598,"PosY":3.938987016677856,"PosZ":253.72300720214844,"RotY":270.0093994140625,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":9.720000267028809,"PosY":3.938987016677856,"PosZ":259.8299865722656,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":7.759997844696045,"PosY":3.938987016677856,"PosZ":256.0199890136719,"NPCMonsterID":1002040,"EventID":0,"groupId":74,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":24.84000015258789,"PosY":1.5145210027694702,"PosZ":255.7599945068359,"RotY":270.0,"groupId":0}}},"75":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":110.5500030517578,"PosY":-5.027533054351807,"PosZ":328.2799987792969,"RotY":164.99960327148438,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":116.22000122070312,"PosY":-5.030338764190674,"PosZ":328.23748779296875,"RotY":194.9996032714844,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":112.9280014038086,"PosY":-5.029308795928955,"PosZ":325.6109924316406,"RotY":179.9998016357422,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":114.18000030517578,"PosY":0.9574170112609864,"PosZ":298.3699951171875,"RotY":179.99989318847656,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":120.8239974975586,"PosY":-4.968079090118408,"PosZ":329.5880126953125,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":81.03399658203125,"PosY":-4.800000190734863,"PosZ":324.79998779296875,"RotY":0.0,"PropID":301011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"BridgeState1","propStateList":["BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":109.5,"PosY":-5.027946949005127,"PosZ":318.3299865722656,"RotY":270.0093994140625,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":117.2300033569336,"PosY":-5.030577182769775,"PosZ":316.239990234375,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":179.9998016357422,"PosX":112.9219970703125,"PosY":-5.029415130615234,"PosZ":325.62298583984375,"NPCMonsterID":1002040,"EventID":0,"groupId":75,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":112.78900146484376,"PosY":-5.030587196350098,"PosZ":309.5820007324219,"RotY":-0.00016700000560376793,"groupId":0}}},"82":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":123.54000091552734,"PosY":-5.030577182769775,"PosZ":335.9171142578125,"RotY":345.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":95.5999984741211,"PosY":-5.008941173553467,"PosZ":364.3800048828125,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":109.44000244140624,"PosY":-2.0208239555358887,"PosZ":368.8800048828125,"RotY":270.0000915527344,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":118.38999938964844,"PosY":-5.030577182769775,"PosZ":335.94000244140625,"RotY":15.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":123.62000274658205,"PosY":-5.030587196350098,"PosZ":351.1000061035156,"RotY":89.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":120.93000030517578,"PosY":-5.030587196350098,"PosZ":336.19000244140625,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":81.03399658203125,"PosY":-4.800000190734863,"PosZ":324.79998779296875,"RotY":0.0,"PropID":301011,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap01/InitLevelGraph_Prop_Chap01_RotateBridge_State.json","State":"BridgeState2","propStateList":["BridgeState1","BridgeState2","BridgeState3","BridgeState4"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":85.97000122070312,"PosY":-5.019485950469971,"PosZ":366.510009765625,"RotY":270.0002136230469,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":120.8239974975586,"PosY":-4.968079090118408,"PosZ":329.5880126953125,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":0.0,"PosX":120.93000030517578,"PosY":-5.030587196350098,"PosZ":343.8399963378906,"NPCMonsterID":1002040,"EventID":0,"groupId":82,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":90.2699966430664,"PosY":-5.0212931632995605,"PosZ":366.75,"RotY":89.99980926513672,"groupId":0},"2":{"ID":2,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":90.0,"groupId":0},"4":{"ID":4,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":180.0,"groupId":0},"5":{"ID":5,"PosX":81.12277221679688,"PosY":-4.800000190734863,"PosZ":324.9809875488281,"RotY":270.0,"groupId":0}}},"91":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":345.0002136230469,"PosX":115.2699966430664,"PosY":-2.0208239555358887,"PosZ":363.4299926757813,"NPCMonsterID":1002040,"EventID":0,"groupId":91,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"92":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":179.96409606933594,"PosX":119.1999969482422,"PosY":-2.0208239555358887,"PosZ":372.7699890136718,"NPCMonsterID":1002040,"EventID":0,"groupId":92,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"93":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":70.07000732421875,"PosY":1.906851053237915,"PosZ":94.7599868774414,"RotY":255.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":69.96000671386719,"PosY":1.906851053237915,"PosZ":89.4699935913086,"RotY":285.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":50.39004135131836,"PosY":1.9421550035476685,"PosZ":95.09999084472656,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":55.507999420166016,"PosY":1.9421559572219849,"PosZ":88.66500091552734,"RotY":180.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":72.4800033569336,"PosY":1.9421559572219849,"PosZ":92.20999908447266,"RotY":269.96490478515625,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":38.18000030517578,"PosY":1.9396439790725708,"PosZ":92.19000244140624,"RotY":269.96490478515625,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":69.37999725341797,"PosY":1.9421559572219849,"PosZ":92.12000274658203,"RotY":270.00030517578125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":62.70000076293945,"PosY":1.9421459436416624,"PosZ":90.69999694824219,"NPCMonsterID":1002040,"EventID":0,"groupId":93,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":42.599998474121094,"PosY":1.9396439790725708,"PosZ":92.16000366210938,"RotY":90.0,"groupId":0}}},"94":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":270.0,"PosX":62.70000076293945,"PosY":1.9421459436416624,"PosZ":93.54000091552734,"NPCMonsterID":1002040,"EventID":0,"groupId":94,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"95":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_SpecialBuffAfterTalk.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"96":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.5,"PosY":1.9419430494308472,"PosZ":106.7300033569336,"RotY":165.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":5.949999809265137,"PosY":-0.05786899849772453,"PosZ":65.41000366210938,"RotY":270.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-24.49799919128418,"PosY":-0.05787799879908562,"PosZ":66.23200225830078,"RotY":269.9999084472656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.56999969482422,"PosY":1.9419430494308472,"PosZ":106.70709991455078,"RotY":195.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.84000015258789,"PosY":-0.05787799879908562,"PosZ":85.52999877929688,"RotY":89.99989318847656,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.979999542236328,"PosY":1.941933035850525,"PosZ":106.7699966430664,"RotY":179.99969482421875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.83000183105469,"PosY":1.941933035850525,"PosZ":104.94000244140624,"RotY":269.9999084472656,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.670000076293945,"PosY":1.941933035850525,"PosZ":104.47000122070312,"RotY":90.00012969970702,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":5.409999847412109,"PosY":-3.0000001061125654e-6,"PosZ":68.45999908447266,"RotY":225.6199951171875,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":179.99969482421875,"PosX":-28.979999542236328,"PosY":1.941933035850525,"PosZ":100.80999755859376,"NPCMonsterID":1002040,"EventID":0,"groupId":96,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":3.009999990463257,"PosY":-0.05786899849772453,"PosZ":51.52000045776367,"RotY":-4.999999873689376e-6,"groupId":0}}},"97":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":269.96429443359375,"PosX":3.690000057220459,"PosY":-0.05786899849772453,"PosZ":66.77999877929688,"NPCMonsterID":1002040,"EventID":0,"groupId":97,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"98":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":359.964111328125,"PosX":-29.311269760131836,"PosY":-0.05787799879908562,"PosZ":74.03439331054688,"NPCMonsterID":1002040,"EventID":0,"groupId":98,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"99":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":35.849998474121094,"PosY":3.965456008911133,"PosZ":129.52999877929688,"RotY":345.0002136230469,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":29.732999801635746,"PosY":3.9654459953308105,"PosZ":144.44000244140625,"RotY":90.00007629394531,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":30.166990280151367,"PosY":3.965456008911133,"PosZ":129.61199951171875,"RotY":15.000160217285156,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":29.700000762939453,"PosY":3.965456008911133,"PosZ":147.05999755859375,"RotY":225.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":36.27000045776367,"PosY":3.965456008911133,"PosZ":141.83999633789065,"RotY":135.0,"PropID":101017,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_Des_Ashcan_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":33.06999969482422,"PosY":3.7300000190734863,"PosZ":129.42999267578125,"RotY":0.002179000061005354,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":33.040000915527344,"PosY":3.941991090774536,"PosZ":157.14999389648438,"RotY":1.9999999949504854e-6,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":68.55000305175781,"PosY":3.94046401977539,"PosZ":143.0,"RotY":90.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":33.0,"PosY":4.000019073486328,"PosZ":124.36000061035156,"RotY":0.0,"PropID":101004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_IronGate_06_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":0.002179000061005354,"PosX":34.38999938964844,"PosY":3.9654459953308105,"PosZ":134.74000549316406,"NPCMonsterID":1002040,"EventID":0,"groupId":99,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":33.02000045776367,"PosY":3.941991090774536,"PosZ":152.6699981689453,"RotY":180.0,"groupId":0}}},"100":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":0.002179000061005354,"PosX":31.88999938964844,"PosY":3.9654459953308105,"PosZ":134.74000549316406,"NPCMonsterID":1002040,"EventID":0,"groupId":100,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"101":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":97.44999694824219,"PosY":1.906851053237915,"PosZ":94.41999816894531,"RotY":255.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":94.5,"PosY":1.9068410396575928,"PosZ":88.27999877929688,"RotY":310.1297912597656,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":91.5510025024414,"PosY":1.9068410396575928,"PosZ":91.16999816894531,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":70.4900131225586,"PosY":1.906851053237915,"PosZ":91.77999114990233,"RotY":270.0000915527344,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":98.35001373291016,"PosY":1.906851053237915,"PosZ":81.69996643066406,"RotY":315.0,"PropID":105,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":91.5510025024414,"PosY":1.9068410396575928,"PosZ":91.16999816894531,"NPCMonsterID":1002040,"EventID":0,"groupId":101,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":74.35001373291016,"PosY":1.9068410396575928,"PosZ":91.89998626708984,"RotY":89.99996948242188,"groupId":0}}},"102":{"props":[],"npcs":[{"ID":400001,"PosX":5.48799991607666,"PosY":-0.0578790009021759,"PosZ":56.16600036621094,"Name":"NPC1","RotY":198.78359985351565,"NPCID":3013,"groupId":102,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P81211_F81211001":{"teleports":{},"group_items":{"3":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_SpecialBuffAfterTalk.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.664000034332275,"PosY":5.256825923919678,"PosZ":-56.099998474121094,"RotY":0.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.357000350952148,"PosY":5.239999771118164,"PosZ":-54.81999969482422,"RotY":0.0,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.10300064086914,"PosY":5.239999771118164,"PosZ":-74.28500366210938,"RotY":270.0000915527344,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Door_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.770000457763672,"PosY":5.239999771118164,"PosZ":-76.19400024414062,"RotY":269.9999084472656,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":40.41999816894531,"PosY":9.10099983215332,"PosZ":175.97999572753906,"RotY":179.99989318847656,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":7.010000228881836,"PosY":8.525932312011719,"PosZ":-105.70999908447266,"RotY":165.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_FinalDoor.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_BossRoomFinishToast.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":13.010000228881836,"PosY":8.525934219360352,"PosZ":-106.05999755859376,"RotY":210.0,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":10.229999542236328,"PosY":8.525934219360352,"PosZ":-109.5199966430664,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":5.5279998779296875,"PosY":8.525934219360352,"PosZ":-108.68199920654295,"RotY":270.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":15.031000137329102,"PosY":8.525934219360352,"PosZ":-108.68199920654295,"RotY":270.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":10.229999542236328,"PosY":8.525934219360352,"PosZ":-109.55999755859376,"NPCMonsterID":1002040,"EventID":0,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":10.270000457763672,"PosY":4.876640796661377,"PosZ":-127.30999755859376,"RotY":-1.9999999949504854e-6,"groupId":0}}},"6":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":57.54999923706055,"PosY":7.006399154663086,"PosZ":-103.55999755859376,"RotY":270.0,"PropID":1021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":47.34000015258789,"PosY":7.006401062011719,"PosZ":-108.65000152587892,"RotY":300.0000915527344,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":42.45191955566406,"PosY":7.006400108337402,"PosZ":-106.40879821777344,"RotY":209.99609375,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":42.42300033569336,"PosY":7.006401062011719,"PosZ":-107.19300079345705,"RotY":209.99609375,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":41.810001373291016,"PosY":7.006400108337402,"PosZ":-106.7699966430664,"RotY":209.9987945556641,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":47.619998931884766,"PosY":7.0063982009887695,"PosZ":-100.63999938964844,"RotY":240.00010681152344,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":32.29499816894531,"PosY":7.006400108337402,"PosZ":-108.6050033569336,"RotY":270.0002136230469,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":52.86000061035156,"PosY":7.006400108337402,"PosZ":-106.84999847412108,"Name":"NPC1","RotY":299.99969482421875,"NPCID":1013,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":36.880001068115234,"PosY":7.006399154663086,"PosZ":-103.59999847412108,"RotY":90.0,"groupId":0}}},"7":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":7.070000171661377,"PosY":8.525932312011719,"PosZ":-105.91000366210938,"RotY":165.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":10.229999542236328,"PosY":8.525934219360352,"PosZ":-111.83000183105467,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":5.5279998779296875,"PosY":8.525934219360352,"PosZ":-108.68199920654295,"RotY":270.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":15.031000137329102,"PosY":8.525934219360352,"PosZ":-108.68199920654295,"RotY":270.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":13.0600004196167,"PosY":8.525934219360352,"PosZ":-108.84999847412108,"RotY":210.0,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":10.229999542236328,"PosY":8.525934219360352,"PosZ":-111.83000183105467,"NPCMonsterID":1002040,"EventID":0,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":10.350000381469728,"PosY":4.876640796661377,"PosZ":-127.3000030517578,"RotY":-1.9999999949504854e-6,"groupId":0}}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.930000305175781,"PosY":5.235956192016602,"PosZ":-61.7400016784668,"RotY":165.00030517578125,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.230000019073486,"PosY":5.2359538078308105,"PosZ":-61.599998474121094,"RotY":194.99969482421875,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.059999942779541,"PosY":5.235955238342285,"PosZ":-66.22000122070312,"RotY":180.00030517578125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.664000034332275,"PosY":5.256825923919678,"PosZ":-56.099998474121094,"RotY":0.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.10300064086914,"PosY":5.239999771118164,"PosZ":-74.28500366210938,"RotY":270.0000915527344,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.83199977874756,"PosY":5.235951900482178,"PosZ":-93.77999877929688,"RotY":180.0001983642578,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.89900016784668,"PosY":5.235951900482178,"PosZ":-70.1780014038086,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.9100000858306885,"PosY":5.235950946807861,"PosZ":-73.3499984741211,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.210000038146973,"PosY":5.235950946807861,"PosZ":-73.56999969482422,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.00030517578125,"PosX":-7.699999809265136,"PosY":5.235955238342285,"PosZ":-64.33999633789062,"NPCMonsterID":1002040,"EventID":0,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-7.730000019073486,"PosY":5.235949993133545,"PosZ":-81.30999755859375,"RotY":0.0,"groupId":0}}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.7599983215332,"PosY":5.563899993896484,"PosZ":-111.83000183105467,"RotY":74.99983215332033,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.86000061035156,"PosY":5.563899993896484,"PosZ":-105.97000122070312,"RotY":104.9998016357422,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.790000915527344,"PosY":5.563899993896484,"PosZ":-108.58000183105467,"RotY":89.99983978271484,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.170000076293945,"PosY":7.036215782165527,"PosZ":-108.51000213623048,"RotY":90.00019836425781,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.27000045776367,"PosY":5.562446117401123,"PosZ":-101.45999908447266,"RotY":180.00010681152344,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.100000381469727,"PosY":7.036217212677002,"PosZ":-104.37000274658205,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.959999084472656,"PosY":7.036217212677002,"PosZ":-112.68000030517578,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":89.99983978271484,"PosX":-38.43199920654297,"PosY":5.563899993896484,"PosZ":-108.73699951171876,"NPCMonsterID":1002040,"EventID":0,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-21.6200008392334,"PosY":7.036217212677002,"PosZ":-108.62000274658205,"RotY":270.0,"groupId":0}}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":97.22000122070312,"PosY":2.230815887451172,"PosZ":80.08999633789062,"RotY":284.9999084472656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":97.08000183105469,"PosY":2.2308809757232666,"PosZ":85.94999694824219,"RotY":254.99989318847656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":92.55000305175781,"PosY":2.2307889461517334,"PosZ":82.8499984741211,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":80.5530014038086,"PosY":2.231266975402832,"PosZ":104.74500274658205,"RotY":0.00020799999765586108,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":69.31999969482422,"PosY":2.7458810806274414,"PosZ":74.19999694824219,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":85.30999755859375,"PosY":2.231133937835694,"PosZ":89.76000213623047,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":92.3499984741211,"PosY":2.231133937835694,"PosZ":89.69999694824219,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":94.06999969482422,"PosY":2.2307889461517334,"PosZ":82.88999938964844,"NPCMonsterID":1002040,"EventID":0,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":77.04000091552734,"PosY":2.231282949447632,"PosZ":82.87000274658203,"RotY":90.0,"groupId":0}}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.670000076293945,"PosY":5.235956192016602,"PosZ":-61.720001220703125,"RotY":165.00030517578125,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.210000038146973,"PosY":5.2359538078308105,"PosZ":-61.540000915527344,"RotY":194.99969482421875,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.829999923706056,"PosY":5.235949993133545,"PosZ":-72.41000366210938,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.8399999141693115,"PosY":5.235949993133545,"PosZ":-74.22000122070312,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.664000034332275,"PosY":5.256825923919678,"PosZ":-56.099998474121094,"RotY":0.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.10300064086914,"PosY":5.239999771118164,"PosZ":-74.28500366210938,"RotY":270.0000915527344,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.83199977874756,"PosY":5.235951900482178,"PosZ":-93.77999877929688,"RotY":180.0001983642578,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.89900016784668,"PosY":5.235951900482178,"PosZ":-70.1780014038086,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-4.489999771118164,"PosY":5.235955238342285,"PosZ":-66.6500015258789,"Name":"NPC1","RotY":180.00030517578125,"NPCID":3013,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-7.869999885559082,"PosY":5.235949993133545,"PosZ":-81.41999816894531,"RotY":0.0,"groupId":0}}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.900001525878906,"PosY":5.563899993896484,"PosZ":-110.90000152587892,"RotY":74.99983215332033,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.869998931884766,"PosY":5.563899993896484,"PosZ":-106.2300033569336,"RotY":104.9998016357422,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.267000198364254,"PosY":7.036218166351318,"PosZ":-112.72200012207033,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-28.14900016784668,"PosY":7.036215782165527,"PosZ":-104.0469970703125,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.170000076293945,"PosY":7.036215782165527,"PosZ":-108.51000213623048,"RotY":90.00019836425781,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.27000045776367,"PosY":5.562446117401123,"PosZ":-101.45999908447266,"RotY":180.00010681152344,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-35.82899856567383,"PosY":5.563899993896484,"PosZ":-105.78500366210938,"Name":"NPC1","RotY":89.99983978271484,"NPCID":3013,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-21.6200008392334,"PosY":7.036217212677002,"PosZ":-108.62000274658205,"RotY":270.0,"groupId":0}}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":97.27999877929688,"PosY":2.230815887451172,"PosZ":80.36000061035156,"RotY":284.9999084472656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":97.22000122070312,"PosY":2.2308809757232666,"PosZ":85.33000183105469,"RotY":254.99989318847656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":87.53800201416016,"PosY":2.240000009536743,"PosZ":91.53600311279298,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":86.68800354003906,"PosY":2.2312169075012207,"PosZ":77.16400146484375,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":80.5530014038086,"PosY":2.231266975402832,"PosZ":104.74500274658205,"RotY":0.00020799999765586108,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":69.31999969482422,"PosY":2.7458810806274414,"PosZ":74.19999694824219,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":91.61000061035156,"PosY":2.2307889461517334,"PosZ":85.87000274658203,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":76.94999694824219,"PosY":2.231282949447632,"PosZ":82.83000183105469,"RotY":90.0,"groupId":0}}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.1899995803833,"PosY":5.235956192016602,"PosZ":-58.63999938964844,"RotY":165.00030517578125,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.950000047683716,"PosY":5.235949993133545,"PosZ":-76.05000305175781,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.110000133514404,"PosY":5.2359538078308105,"PosZ":-58.459999084472656,"RotY":194.99969482421875,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.260000228881836,"PosY":5.235951900482178,"PosZ":-70.23999786376953,"RotY":135.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.9800000190734863,"PosY":5.235950946807861,"PosZ":-68.55999755859375,"RotY":135.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.699999809265136,"PosY":5.235955238342285,"PosZ":-58.61000061035156,"RotY":180.00030517578125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.664000034332275,"PosY":5.256825923919678,"PosZ":-56.099998474121094,"RotY":0.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.10300064086914,"PosY":5.239999771118164,"PosZ":-74.28500366210938,"RotY":270.0000915527344,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.83199977874756,"PosY":5.235951900482178,"PosZ":-93.77999877929688,"RotY":180.0001983642578,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.89900016784668,"PosY":5.235951900482178,"PosZ":-70.1780014038086,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.00030517578125,"PosX":-7.630000114440918,"PosY":5.235955238342285,"PosZ":-63.290000915527344,"NPCMonsterID":1002040,"EventID":0,"groupId":14,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-8.020000457763672,"PosY":5.235949993133545,"PosZ":-83.79000091552734,"RotY":0.0,"groupId":0}}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.900001525878906,"PosY":5.563899993896484,"PosZ":-110.90000152587892,"RotY":74.99983215332033,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.760000228881836,"PosY":7.036215782165527,"PosZ":-104.11000061035156,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.869998931884766,"PosY":5.563899993896484,"PosZ":-106.2300033569336,"RotY":104.9998016357422,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.979999542236328,"PosY":7.036215782165527,"PosZ":-113.11299896240234,"RotY":180.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.899999618530273,"PosY":7.036215782165527,"PosZ":-104.0500030517578,"RotY":180.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.86000061035156,"PosY":5.563899993896484,"PosZ":-108.66000366210938,"RotY":89.99983978271484,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.211999893188477,"PosY":7.036215782165527,"PosZ":-108.51000213623048,"RotY":90.00019836425781,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.27000045776367,"PosY":5.562446117401123,"PosZ":-101.45999908447266,"RotY":180.00010681152344,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.906999588012695,"PosY":5.235951900482178,"PosZ":-97.56700134277344,"RotY":0.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":89.99983978271484,"PosX":-36.71799850463867,"PosY":5.563899993896484,"PosZ":-108.90299987792967,"NPCMonsterID":1002040,"EventID":0,"groupId":15,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-16.440000534057617,"PosY":7.036217212677002,"PosZ":-108.79599761962892,"RotY":270.0,"groupId":0}}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":97.27999877929688,"PosY":2.230815887451172,"PosZ":80.36000061035156,"RotY":284.9999084472656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":86.2300033569336,"PosY":2.231252908706665,"PosZ":76.87999725341797,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":97.22000122070312,"PosY":2.2308809757232666,"PosZ":85.33000183105469,"RotY":254.99989318847656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":90.33999633789062,"PosY":2.240000009536743,"PosZ":89.84300231933594,"RotY":135.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":84.1500015258789,"PosY":2.2312090396881104,"PosZ":91.02999877929688,"RotY":135.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":97.3010025024414,"PosY":2.2307889461517334,"PosZ":82.86199951171875,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":80.5530014038086,"PosY":2.231266975402832,"PosZ":104.74500274658205,"RotY":0.00020799999765586108,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":50.08700180053711,"PosY":2.245755910873413,"PosZ":74.19999694824219,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":94.30000305175781,"PosY":2.2307889461517334,"PosZ":83.08000183105469,"NPCMonsterID":1002040,"EventID":0,"groupId":16,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":74.22000122070312,"PosY":2.231287002563477,"PosZ":82.97000122070312,"RotY":90.0,"groupId":0}}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.1899995803833,"PosY":5.235956192016602,"PosZ":-58.63999938964844,"RotY":165.00030517578125,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.869999885559082,"PosY":5.235949993133545,"PosZ":-76.23999786376953,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.110000133514404,"PosY":5.2359538078308105,"PosZ":-58.459999084472656,"RotY":194.99969482421875,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.359999656677246,"PosY":5.235951900482178,"PosZ":-70.37999725341797,"RotY":135.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.9200000762939458,"PosY":5.235950946807861,"PosZ":-68.5999984741211,"RotY":135.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.610000133514405,"PosY":5.235955238342285,"PosZ":-58.59000015258789,"RotY":180.00030517578125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-7.664000034332275,"PosY":5.256825923919678,"PosZ":-56.099998474121094,"RotY":0.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-19.10300064086914,"PosY":5.239999771118164,"PosZ":-74.28500366210938,"RotY":270.0000915527344,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.83199977874756,"PosY":5.235951900482178,"PosZ":-93.77999877929688,"RotY":180.0001983642578,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.89900016784668,"PosY":5.235951900482178,"PosZ":-70.1780014038086,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.00030517578125,"PosX":-8.680000305175781,"PosY":5.235955238342285,"PosZ":-63.290000915527344,"NPCMonsterID":1002040,"EventID":0,"groupId":17,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-8.020000457763672,"PosY":5.235949993133545,"PosZ":-83.79000091552734,"RotY":0.0,"groupId":0}}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":180.0,"PosX":-6.46999979019165,"PosY":5.235952854156494,"PosZ":-63.27000045776367,"NPCMonsterID":1002040,"EventID":0,"groupId":18,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.900001525878906,"PosY":5.563899993896484,"PosZ":-110.90000152587892,"RotY":74.99983215332033,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-23.739999771118164,"PosY":7.036215782165527,"PosZ":-104.16000366210938,"RotY":90.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.869998931884766,"PosY":5.563899993896484,"PosZ":-106.2300033569336,"RotY":104.9998016357422,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.899999618530273,"PosY":7.036215782165527,"PosZ":-113.11299896240234,"RotY":180.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.899999618530273,"PosY":7.036215782165527,"PosZ":-104.0500030517578,"RotY":180.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.939998626708984,"PosY":5.563899993896484,"PosZ":-108.58000183105467,"RotY":89.99983978271484,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.211999893188477,"PosY":7.036215782165527,"PosZ":-108.51000213623048,"RotY":90.00019836425781,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.27000045776367,"PosY":5.562446117401123,"PosZ":-101.45999908447266,"RotY":180.00010681152344,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.906999588012695,"PosY":5.235951900482178,"PosZ":-97.56700134277344,"RotY":0.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":89.99983978271484,"PosX":-36.71799850463867,"PosY":5.563899993896484,"PosZ":-110.22100067138672,"NPCMonsterID":1002040,"EventID":0,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-16.440000534057617,"PosY":7.036217212677002,"PosZ":-108.79599761962892,"RotY":270.0,"groupId":0}}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":89.96408081054688,"PosX":-36.729000091552734,"PosY":5.562445163726807,"PosZ":-107.49700164794922,"NPCMonsterID":1002040,"EventID":0,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":1.0,"PosY":9.100736618041992,"PosZ":115.47000122070312,"RotY":74.9997329711914,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":43.630001068115234,"PosY":9.100631713867188,"PosZ":157.3260040283203,"RotY":270.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":43.77000045776367,"PosY":9.100627899169922,"PosZ":138.15089416503906,"RotY":270.0000915527344,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":1.0099999904632568,"PosY":9.100725173950195,"PosZ":120.44000244140624,"RotY":104.99970245361328,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":24.69754981994629,"PosY":9.10068416595459,"PosZ":114.66999816894533,"RotY":89.99989318847656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":1.0099999904632568,"PosY":9.100725173950195,"PosZ":117.9499969482422,"RotY":89.9999771118164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":38.20376968383789,"PosY":9.100641250610352,"PosZ":179.00619506835938,"RotY":0.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":3.901000022888184,"PosY":9.18408489227295,"PosZ":107.79959869384766,"RotY":0.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":89.9999771118164,"PosX":4.734048843383789,"PosY":9.100725173950195,"PosZ":117.95970153808594,"NPCMonsterID":1002040,"EventID":0,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":39.63999938964844,"PosY":9.100639343261719,"PosZ":169.42999267578125,"RotY":180.0,"groupId":0}}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":359.964111328125,"PosX":39.16999816894531,"PosY":9.100645065307617,"PosZ":122.76000213623048,"NPCMonsterID":1002040,"EventID":0,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":359.964111328125,"PosX":39.2123908996582,"PosY":9.100643157958984,"PosZ":148.8455047607422,"NPCMonsterID":1002040,"EventID":0,"groupId":23,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.1500000953674316,"PosY":2.1705899238586426,"PosZ":57.630001068115234,"RotY":254.99969482421875,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.14290618896484,"PosY":0.8206689953804016,"PosZ":76.48873901367188,"RotY":270.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.268070220947266,"PosY":2.1707379817962646,"PosZ":65.0048828125,"RotY":270.0000915527344,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.1500000953674316,"PosY":2.1706058979034424,"PosZ":53.439998626708984,"RotY":284.9996032714844,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.059709548950195,"PosY":2.1706509590148926,"PosZ":64.48007202148438,"RotY":89.99989318847656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.9700000286102295,"PosY":2.170607089996338,"PosZ":55.47999954223633,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.150001525878906,"PosY":2.1707639694213867,"PosZ":42.5099983215332,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.789999961853027,"PosY":2.1706299781799316,"PosZ":37.79999923706055,"RotY":0.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.23699951171875,"PosY":2.1707229614257812,"PosZ":76.98799896240233,"RotY":0.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":6.551000118255615,"PosY":2.1705551147460938,"PosZ":66.09400177001953,"RotY":90.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":6.306000232696533,"PosY":2.17055606842041,"PosZ":46.86100006103515,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":-5.789999961853027,"PosY":2.170607089996338,"PosZ":55.560001373291016,"NPCMonsterID":1002040,"EventID":0,"groupId":24,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-82.44000244140625,"PosY":0.8206719756126403,"PosZ":72.2699966430664,"RotY":89.99996948242188,"groupId":0}}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":269.964111328125,"PosX":-58.849998474121094,"PosY":0.8206629753112793,"PosZ":72.12000274658203,"NPCMonsterID":1002040,"EventID":0,"groupId":26,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":269.964111328125,"PosX":-29.422849655151367,"PosY":2.170680046081543,"PosZ":56.30704879760742,"NPCMonsterID":1002040,"EventID":0,"groupId":27,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.960000038146973,"PosY":-1.1472580432891846,"PosZ":9.760000228881836,"RotY":74.99970245361328,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":1.0049819946289065,"PosY":-1.0849039554595947,"PosZ":13.430120468139648,"RotY":270.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":20.8700008392334,"PosY":-1.1164669990539553,"PosZ":9.170000076293945,"RotY":270.0000915527344,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.06999969482422,"PosY":-1.1472439765930176,"PosZ":13.9399995803833,"RotY":104.99970245361328,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":41.45000076293945,"PosY":-1.074476957321167,"PosZ":-1.2999999523162842,"RotY":89.99989318847656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.100000381469728,"PosY":-1.1472510099411013,"PosZ":11.840000152587892,"RotY":89.99993896484375,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":24.222000122070312,"PosY":-1.116466045379639,"PosZ":4.389999866485596,"RotY":0.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":30.395000457763672,"PosY":0.6227210164070129,"PosZ":4.389999866485596,"RotY":0.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.0600004196167,"PosY":-1.1472480297088623,"PosZ":8.930000305175781,"RotY":0.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.9399995803833,"PosY":-1.1472480297088623,"PosZ":18.1299991607666,"RotY":0.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":48.67499923706055,"PosY":-2.8359999656677246,"PosZ":36.880001068115234,"RotY":0.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":89.99993896484375,"PosX":-12.140000343322754,"PosY":-1.1472510099411013,"PosZ":12.079999923706056,"NPCMonsterID":1002040,"EventID":0,"groupId":28,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":42.81999969482422,"PosY":-3.005089044570923,"PosZ":-15.579999923706056,"RotY":0.0,"groupId":0}}},"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":89.96411895751953,"PosX":11.229999542236328,"PosY":-1.1164590120315552,"PosZ":11.0600004196167,"NPCMonsterID":1002040,"EventID":0,"groupId":29,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":359.964111328125,"PosX":41.4900016784668,"PosY":-1.0744860172271729,"PosZ":8.140000343322754,"NPCMonsterID":1002040,"EventID":0,"groupId":30,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":1.0,"PosY":9.100736618041992,"PosZ":115.47000122070312,"RotY":74.9997329711914,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":33.716129302978516,"PosY":9.10065746307373,"PosZ":137.02040100097656,"RotY":270.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":43.77000045776367,"PosY":9.100627899169922,"PosZ":138.15089416503906,"RotY":270.0000915527344,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":1.0099999904632568,"PosY":9.100725173950195,"PosZ":120.44000244140624,"RotY":104.99970245361328,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":24.69754981994629,"PosY":9.10068416595459,"PosZ":114.66999816894533,"RotY":89.99989318847656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":1.0199999809265137,"PosY":9.100725173950195,"PosZ":117.95970153808594,"RotY":89.9999771118164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":38.20376968383789,"PosY":9.100641250610352,"PosZ":179.00619506835938,"RotY":0.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":3.901000022888184,"PosY":9.18408489227295,"PosZ":107.79959869384766,"RotY":0.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":89.9999771118164,"PosX":4.734048843383789,"PosY":9.100725173950195,"PosZ":117.95970153808594,"NPCMonsterID":1002040,"EventID":0,"groupId":31,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":39.63999938964844,"PosY":9.100639343261719,"PosZ":149.5399932861328,"RotY":180.0,"groupId":0}}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":359.964111328125,"PosX":38.03514099121094,"PosY":9.100645065307617,"PosZ":123.09510040283205,"NPCMonsterID":1002040,"EventID":0,"groupId":33,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":359.964111328125,"PosX":38.040000915527344,"PosY":9.100645065307617,"PosZ":120.65000152587892,"NPCMonsterID":1002040,"EventID":0,"groupId":34,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.1500000953674316,"PosY":2.1705899238586426,"PosZ":57.630001068115234,"RotY":254.99969482421875,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.14290618896484,"PosY":0.8206689953804016,"PosZ":76.48873901367188,"RotY":270.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.268070220947266,"PosY":2.1707379817962646,"PosZ":65.0048828125,"RotY":270.0000915527344,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.1500000953674316,"PosY":2.1706058979034424,"PosZ":53.439998626708984,"RotY":284.9996032714844,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.059709548950195,"PosY":2.1706509590148926,"PosZ":64.48007202148438,"RotY":89.99989318847656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.0299999713897705,"PosY":2.170607089996338,"PosZ":55.52000045776367,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.150001525878906,"PosY":2.1707639694213867,"PosZ":42.5099983215332,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.789999961853027,"PosY":2.1706299781799316,"PosZ":37.79999923706055,"RotY":0.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.23699951171875,"PosY":2.1707229614257812,"PosZ":76.98799896240233,"RotY":0.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":6.551000118255615,"PosY":2.1705551147460938,"PosZ":66.09400177001953,"RotY":90.0,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":6.306000232696533,"PosY":2.17055606842041,"PosZ":46.86100006103515,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":-5.789999961853027,"PosY":2.170607089996338,"PosZ":55.560001373291016,"NPCMonsterID":1002040,"EventID":0,"groupId":36,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-82.44000244140625,"PosY":0.8206719756126403,"PosZ":72.2699966430664,"RotY":89.99996948242188,"groupId":0}}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":269.964111328125,"PosX":-58.849998474121094,"PosY":0.8206629753112793,"PosZ":72.12000274658203,"NPCMonsterID":1002040,"EventID":0,"groupId":37,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":269.964111328125,"PosX":-29.422849655151367,"PosY":2.170680046081543,"PosZ":56.30704879760742,"NPCMonsterID":1002040,"EventID":0,"groupId":38,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"40":{"props":[],"npcs":[{"ID":400001,"PosX":-77.61000061035156,"PosY":0.8206719756126403,"PosZ":74.54000091552734,"Name":"NPC1","RotY":240.0,"NPCID":3013,"groupId":40,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P81212_F81212001":{"teleports":{},"group_items":{"3":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_SpecialBuffAfterTalk.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":3,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":30.030000686645508,"PosY":-31.162919998168945,"PosZ":-39.35100173950195,"RotY":269.57769775390625,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":61.2859992980957,"PosY":-34.209999084472656,"PosZ":-80.65899658203125,"RotY":269.5776062011719,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":65.68699645996094,"PosY":-31.21299934387207,"PosZ":-100.27899932861328,"RotY":359.5776062011719,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.866000175476074,"PosY":-31.108840942382812,"PosZ":-143.54400634765625,"RotY":359.5776062011719,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":66.34300231933594,"PosY":-31.22800064086914,"PosZ":-139.8979949951172,"RotY":89.57766723632812,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":28.325000762939453,"PosY":-31.21293067932129,"PosZ":-40.96500015258789,"RotY":269.9999084472656,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":59.119998931884766,"PosY":-34.24134826660156,"PosZ":-84.42400360107422,"RotY":89.99993896484375,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Locked","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":69.12000274658203,"PosY":-34.24134063720703,"PosZ":-91.44200134277344,"RotY":-1.9999999949504854e-6,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.33199977874756,"PosY":-31.15884017944336,"PosZ":-141.718994140625,"RotY":-1.9999999949504854e-6,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":68.33999633789062,"PosY":-31.263099670410156,"PosZ":-137.57000732421875,"RotY":90.00003814697266,"PropID":102000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BaseConsole_01_Control_SimpleDoor.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BaseConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":137.7899932861328,"PosY":8.007732391357422,"PosZ":3.049999952316284,"RotY":194.99989318847656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":101.3000030517578,"PosY":5.351027011871338,"PosZ":-9.240001678466797,"RotY":270.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":119.0500030517578,"PosY":8.007728576660156,"PosZ":-1.8700000047683716,"RotY":270.0000915527344,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":132.19000244140625,"PosY":8.007732391357422,"PosZ":3.049999952316284,"RotY":164.99949645996094,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":124.98999786376952,"PosY":8.007736206054688,"PosZ":-11.43000030517578,"RotY":89.99989318847656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":135.07000732421875,"PosY":8.007732391357422,"PosZ":3.059999942779541,"RotY":210.0001983642578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":95.7699966430664,"PosY":7.183374881744385,"PosZ":-12.520000457763672,"RotY":270.0000915527344,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":210.0001983642578,"PosX":134.6699981689453,"PosY":8.007732391357422,"PosZ":-1.0800000429153442,"NPCMonsterID":1002040,"EventID":0,"groupId":5,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":88.12000274658203,"PosY":5.351016998291016,"PosZ":-7.3400001525878915,"RotY":90.0,"groupId":0}}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":269.9642028808594,"PosX":108.88999938964844,"PosY":5.35101318359375,"PosZ":-5.349999904632568,"NPCMonsterID":1002040,"EventID":0,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":269.9642028808594,"PosX":120.01110076904295,"PosY":8.007732391357422,"PosZ":-5.170878887176514,"NPCMonsterID":1002040,"EventID":0,"groupId":7,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":86.80999755859375,"PosY":5.351016998291016,"PosZ":-9.319999694824219,"RotY":74.99994659423828,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":95.69999694824219,"PosY":5.351023197174072,"PosZ":-4.019999980926514,"RotY":270.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":119.0500030517578,"PosY":8.007728576660156,"PosZ":-1.8700000047683716,"RotY":270.0000915527344,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":87.20999908447266,"PosY":5.351016998291016,"PosZ":-5.170000076293945,"RotY":104.99960327148438,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":101.62999725341795,"PosY":5.351027011871338,"PosZ":-8.990001678466797,"RotY":89.99989318847656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":87.54000091552734,"PosY":5.351016998291016,"PosZ":-7.599999904632568,"RotY":90.00023651123047,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":95.7699966430664,"PosY":7.183374881744385,"PosZ":-12.520000457763672,"RotY":270.0000915527344,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.00023651123047,"PosX":90.36000061035156,"PosY":5.351016998291016,"PosZ":-7.599999904632568,"NPCMonsterID":1002040,"EventID":0,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":137.49000549316406,"PosY":8.007741928100586,"PosZ":-4.720001220703125,"RotY":270.0000915527344,"groupId":0}}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":89.96420288085938,"PosX":119.27999877929688,"PosY":8.007728576660156,"PosZ":-3.6700000762939458,"NPCMonsterID":1002040,"EventID":0,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":89.96424865722656,"PosX":119.15399932861328,"PosY":8.007732391357422,"PosZ":-6.334000110626221,"NPCMonsterID":1002040,"EventID":0,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":139.3800048828125,"PosY":8.007728576660156,"PosZ":-4.239999771118164,"RotY":255.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":139.38999938964844,"PosY":8.007728576660156,"PosZ":-8.859999656677246,"RotY":284.9999084472656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":117.09600067138672,"PosY":8.057310104370117,"PosZ":-5.265998840332031,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":131.39999389648438,"PosY":8.007732391357422,"PosZ":-11.75,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":128.3000030517578,"PosY":8.007728576660156,"PosZ":-2.2799999713897705,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":133.74000549316406,"PosY":8.007732391357422,"PosZ":-10.359999656677246,"Name":"NPC1","RotY":284.9999084472656,"NPCID":3013,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":121.62000274658205,"PosY":8.007732391357422,"PosZ":-6.010000228881836,"RotY":89.9999771118164,"groupId":0}}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":143.8300018310547,"PosY":2.2652928829193115,"PosZ":-15.359999656677246,"RotY":255.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":134.69000244140625,"PosY":2.265302896499634,"PosZ":-23.200000762939453,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":143.83999633789065,"PosY":2.2652928829193115,"PosZ":-19.649999618530273,"RotY":284.9999084472656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":137.08999633789065,"PosY":2.265302896499634,"PosZ":-16.020000457763672,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":143.75999450683594,"PosY":2.265299081802368,"PosZ":-17.559999465942383,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":115.36000061035156,"PosY":5.3510308265686035,"PosZ":-20.969999313354492,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":136.1739959716797,"PosY":2.2653050422668457,"PosZ":-24.292999267578125,"RotY":0.000022000000171829015,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":139.91000366210938,"PosY":2.265299081802368,"PosZ":-18.25,"NPCMonsterID":1002040,"EventID":0,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":120.31999969482422,"PosY":5.351020812988281,"PosZ":-18.663999557495117,"RotY":89.9999771118164,"groupId":0}}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":14.300000190734863,"PosY":-31.212919235229492,"PosZ":-53.119998931884766,"RotY":284.9999084472656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.2400000095367432,"PosY":-31.212949752807617,"PosZ":-25.63999938964844,"RotY":270.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.204000473022461,"PosY":-31.21293067932129,"PosZ":-54.560001373291016,"RotY":270.0000915527344,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":14.3100004196167,"PosY":-31.212919235229492,"PosZ":-48.7599983215332,"RotY":254.99940490722656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":3.6099998950958256,"PosY":-31.212919235229492,"PosZ":-48.16999816894531,"RotY":89.99989318847656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":13.486000061035156,"PosY":-31.212919235229492,"PosZ":-50.51300048828125,"RotY":270.0000915527344,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":10.300000190734863,"PosY":-31.212919235229492,"PosZ":-44.45000076293945,"RotY":180.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.546999931335447,"PosY":-31.212919235229492,"PosZ":-54.130001068115234,"RotY":180.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":17.413999557495117,"PosY":-31.212919235229492,"PosZ":-55.18000030517578,"RotY":180.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":8.015999794006348,"PosY":-31.212940216064453,"PosZ":-23.31999969482422,"RotY":270.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0000915527344,"PosX":11.43000030517578,"PosY":-31.212919235229492,"PosZ":-50.79999923706055,"NPCMonsterID":1002040,"EventID":0,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":0.3499999940395355,"PosY":-31.212970733642575,"PosZ":-8.819999694824219,"RotY":179.99989318847656,"groupId":0}}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":329.9642028808594,"PosX":-9.329999923706055,"PosY":-31.212949752807617,"PosZ":-27.780000686645508,"NPCMonsterID":1002040,"EventID":0,"groupId":14,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":269.9642028808594,"PosX":-11.159999847412108,"PosY":-31.098369598388672,"PosZ":-50.66999816894531,"NPCMonsterID":1002040,"EventID":0,"groupId":15,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":3.4200000762939453,"PosY":-31.212970733642575,"PosZ":-9.380000114440918,"RotY":225.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":3.2699999809265137,"PosY":-31.212949752807617,"PosZ":-18.56999969482422,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-0.30000001192092896,"PosY":-31.212970733642575,"PosZ":-6.619999885559082,"RotY":209.99989318847656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":3.2100000381469727,"PosY":-31.212949752807617,"PosZ":-17.290000915527344,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":1.4500000476837158,"PosY":-31.212970733642575,"PosZ":-8.260000228881836,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.170000076293944,"PosY":-31.212940216064453,"PosZ":-38.81999969482422,"RotY":-0.000024000000848900527,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":8.015999794006348,"PosY":-31.212940216064453,"PosZ":-23.31999969482422,"RotY":270.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":195.0,"PosX":-0.3400000035762787,"PosY":-31.212970733642575,"PosZ":-11.520000457763672,"NPCMonsterID":1002040,"EventID":0,"groupId":16,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-10.409999847412108,"PosY":-31.212949752807617,"PosZ":-28.649999618530273,"RotY":36.493709564208984,"groupId":0}}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":13.449999809265137,"PosY":-31.212919235229492,"PosZ":-48.619998931884766,"RotY":240.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-1.6100000143051147,"PosY":-31.05493927001953,"PosZ":-46.93000030517578,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":13.270000457763672,"PosY":-31.212919235229492,"PosZ":-52.529998779296875,"RotY":284.9997863769531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":1.1699999570846558,"PosY":-31.05493927001953,"PosZ":-46.849998474121094,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":13.220000267028809,"PosY":-31.212919235229492,"PosZ":-50.70000076293945,"RotY":270.2712097167969,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-12.170000076293944,"PosY":-31.212940216064453,"PosZ":-45.16999816894531,"RotY":-0.000024000000848900527,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":10.300000190734863,"PosY":-31.212919235229492,"PosZ":-44.45000076293945,"RotY":180.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.546999931335447,"PosY":-31.212919235229492,"PosZ":-54.130001068115234,"RotY":180.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":17.413999557495117,"PosY":-31.212919235229492,"PosZ":-55.18000030517578,"RotY":180.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.2712097167969,"PosX":9.640000343322754,"PosY":-31.212919235229492,"PosZ":-50.529998779296875,"NPCMonsterID":1002040,"EventID":0,"groupId":17,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-10.479999542236328,"PosY":-31.212919235229492,"PosZ":-49.9900016784668,"RotY":88.1710433959961,"groupId":0}}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":269.964111328125,"PosX":9.739999771118164,"PosY":-31.212919235229492,"PosZ":-51.93000030517578,"NPCMonsterID":1002040,"EventID":0,"groupId":18,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":15.579999923706056,"PosY":-31.212919235229492,"PosZ":-48.810001373291016,"RotY":255.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":15.659999847412108,"PosY":-31.212919235229492,"PosZ":-52.88999938964844,"RotY":285.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":9.899999618530273,"PosY":-31.212919235229492,"PosZ":-50.90999984741211,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-9.300000190734863,"PosY":-31.212940216064453,"PosZ":-49.65999984741211,"RotY":270.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":10.300000190734863,"PosY":-31.212919235229492,"PosZ":-44.45000076293945,"RotY":180.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":17.413999557495117,"PosY":-31.212919235229492,"PosZ":-55.18000030517578,"RotY":180.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":5.869998931884766,"PosY":-31.21293067932129,"PosZ":-46.91999816894531,"RotY":270.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":3.9800000190734863,"PosY":-31.212919235229492,"PosZ":-48.02399826049805,"RotY":270.0000915527344,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":12.300000190734863,"PosY":-31.212919235229492,"PosZ":-50.880001068115234,"NPCMonsterID":1002040,"EventID":0,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":-3.8299999237060542,"PosY":-31.098369598388672,"PosZ":-50.5,"RotY":90.0,"groupId":0}}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":7.400001049041748,"PosY":-31.15876007080078,"PosZ":-132.27000427246094,"RotY":15.000189781188965,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":13.470000267028809,"PosY":-31.15876007080078,"PosZ":-132.57000732421875,"RotY":345.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":14.727999687194824,"PosY":-31.158830642700195,"PosZ":-106.7760009765625,"RotY":15.000029563903809,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":4.675000190734863,"PosY":-31.1588191986084,"PosZ":-114.47000122070312,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":4.799994945526123,"PosY":-31.1588191986084,"PosZ":-116.51000213623048,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":10.210000038146973,"PosY":-31.158830642700195,"PosZ":-134.86000061035156,"RotY":0.000056000000768108293,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":6.590000152587891,"PosY":-31.15880012512207,"PosZ":-123.52999877929688,"Name":"NPC1","RotY":29.999919891357425,"NPCID":3013,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":11.470000267028809,"PosY":-31.1588191986084,"PosZ":-110.70999908447266,"RotY":180.0,"groupId":0}}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":6.409999847412109,"PosY":-31.158750534057617,"PosZ":-154.67999267578125,"RotY":15.000149726867676,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":2.966999053955078,"PosY":-31.15877914428711,"PosZ":-142.46800231933594,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":11.840000152587892,"PosY":-31.158750534057617,"PosZ":-154.9199981689453,"RotY":344.9997863769531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":13.288999557495115,"PosY":-31.15877914428711,"PosZ":-143.281005859375,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":9.270000457763672,"PosY":-31.15876007080078,"PosZ":-154.0500030517578,"RotY":-0.00003099999958067201,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":12.289999961853027,"PosY":-31.09830093383789,"PosZ":-129.73880004882812,"RotY":-0.000024000000848900527,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":17.059999465942383,"PosY":-31.15876007080078,"PosZ":-153.281005859375,"RotY":90.00006866455078,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":0.8379999995231628,"PosY":-31.15876007080078,"PosZ":-138.94200134277344,"RotY":90.00006866455078,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":-0.00003099999958067201,"PosX":9.270000457763672,"PosY":-31.15876007080078,"PosZ":-151.54100036621094,"NPCMonsterID":1002040,"EventID":0,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":9.149999618530273,"PosY":-31.15877914428711,"PosZ":-134.25,"RotY":179.5594940185547,"groupId":0}}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":119.98999786376952,"PosY":-28.126909255981445,"PosZ":-147.91000366210938,"RotY":284.9999084472656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":103.4489974975586,"PosY":-28.13072967529297,"PosZ":-141.0260009765625,"RotY":270.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":111.54000091552734,"PosY":-28.13071060180664,"PosZ":-150.67999267578125,"RotY":270.0000915527344,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":120.05999755859376,"PosY":-28.126909255981445,"PosZ":-143.25999450683594,"RotY":254.99949645996097,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":83.9000015258789,"PosY":-31.263029098510746,"PosZ":-139.9600067138672,"RotY":89.99989318847656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":120.02999877929688,"PosY":-28.07612991333008,"PosZ":-145.75,"RotY":255.0001983642578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":109.98999786376952,"PosY":-28.13072967529297,"PosZ":-140.6300048828125,"RotY":180.00010681152344,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":66.34300231933594,"PosY":-31.22800064086914,"PosZ":-139.8979949951172,"RotY":89.57766723632812,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":122.59999847412108,"PosY":-28.126909255981445,"PosZ":-145.27000427246094,"RotY":90.00010681152344,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":255.0001983642578,"PosX":115.91000366210938,"PosY":-28.07612991333008,"PosZ":-145.4499969482422,"NPCMonsterID":1002040,"EventID":0,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":72.54000091552734,"PosY":-31.263029098510746,"PosZ":-142.55999755859375,"RotY":89.99993896484375,"groupId":0}}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":269.9642028808594,"PosX":97.29000091552734,"PosY":-28.130739212036133,"PosZ":-143.1699981689453,"NPCMonsterID":1002040,"EventID":0,"groupId":23,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":269.9642028808594,"PosX":106.41000366210938,"PosY":-28.130720138549805,"PosZ":-148.6699981689453,"NPCMonsterID":1002040,"EventID":0,"groupId":24,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":106.69000244140624,"PosY":-28.13071060180664,"PosZ":-156.1199951171875,"RotY":315.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":102.5199966430664,"PosY":-28.13071060180664,"PosZ":-157.89999389648438,"RotY":0.00004099999932805076,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":102.61000061035156,"PosY":-28.13071060180664,"PosZ":-153.49000549316406,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":112.62999725341795,"PosY":-28.130720138549805,"PosZ":-145.36000061035156,"RotY":270.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":109.9499969482422,"PosY":-28.13072967529297,"PosZ":-140.6199951171875,"RotY":180.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":93.56999969482422,"PosY":-28.130739212036133,"PosZ":-143.0,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":95.9800033569336,"PosY":-28.130699157714844,"PosZ":-147.2100067138672,"RotY":270.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":100.0,"PosY":-28.130699157714844,"PosZ":-141.30999755859375,"RotY":270.0000915527344,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":330.0,"PosX":102.62000274658205,"PosY":-28.13071060180664,"PosZ":-153.47000122070312,"NPCMonsterID":1002040,"EventID":0,"groupId":25,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":95.20999908447266,"PosY":-28.13072967529297,"PosZ":-138.22999572753906,"RotY":149.2429962158203,"groupId":0}}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":100.33999633789064,"PosY":-28.130720138549805,"PosZ":-157.85000610351565,"RotY":15.000200271606444,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":104.76000213623048,"PosY":-28.130720138549805,"PosZ":-158.0,"RotY":345.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":109.91999816894533,"PosY":-28.130720138549805,"PosZ":-140.66000366210938,"RotY":0.000058000001445179805,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":95.98999786376953,"PosY":-28.13072967529297,"PosZ":-148.24000549316406,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":95.7300033569336,"PosY":-28.13071060180664,"PosZ":-151.3800048828125,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":112.79000091552734,"PosY":-28.130720138549805,"PosZ":-145.60000610351565,"RotY":270.0000915527344,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":93.44999694824219,"PosY":-28.130720138549805,"PosZ":-142.94000244140625,"RotY":270.0000915527344,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":98.5999984741211,"PosY":-28.130720138549805,"PosZ":-153.91000366210938,"Name":"NPC1","RotY":14.999890327453612,"NPCID":3013,"groupId":26,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":102.43000030517578,"PosY":-28.13071060180664,"PosZ":-143.02000427246094,"RotY":180.0,"groupId":0}}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":119.98999786376952,"PosY":-28.126909255981445,"PosZ":-147.91000366210938,"RotY":284.9999084472656,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":103.4489974975586,"PosY":-28.13072967529297,"PosZ":-141.0260009765625,"RotY":270.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":111.54000091552734,"PosY":-28.13071060180664,"PosZ":-150.6999969482422,"RotY":270.0000915527344,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":120.05999755859376,"PosY":-28.126909255981445,"PosZ":-143.25999450683594,"RotY":254.99949645996097,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":83.9000015258789,"PosY":-31.263029098510746,"PosZ":-139.9600067138672,"RotY":89.99989318847656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":115.91000366210938,"PosY":-28.07612991333008,"PosZ":-145.4499969482422,"RotY":255.0001983642578,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":109.98999786376952,"PosY":-28.13072967529297,"PosZ":-140.6300048828125,"RotY":180.00010681152344,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":66.34300231933594,"PosY":-31.22800064086914,"PosZ":-139.8979949951172,"RotY":89.57766723632812,"PropID":102001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Door_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":130.4199981689453,"PosY":-28.126909255981445,"PosZ":-145.27000427246094,"RotY":90.00010681152344,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":255.0001983642578,"PosX":115.91000366210938,"PosY":-28.07612991333008,"PosZ":-145.4499969482422,"NPCMonsterID":1002040,"EventID":0,"groupId":27,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":72.54000091552734,"PosY":-31.263029098510746,"PosZ":-142.55999755859375,"RotY":89.99993896484375,"groupId":0}}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":269.9642028808594,"PosX":97.29000091552734,"PosY":-28.130739212036133,"PosZ":-143.1699981689453,"NPCMonsterID":1002040,"EventID":0,"groupId":28,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":269.9642028808594,"PosX":106.41000366210938,"PosY":-28.130720138549805,"PosZ":-148.6699981689453,"NPCMonsterID":1002040,"EventID":0,"groupId":29,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":105.0199966430664,"PosY":-28.121000289916992,"PosZ":-117.26000213623048,"RotY":345.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":110.68000030517578,"PosY":-28.12097930908203,"PosZ":-104.87000274658205,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":99.68000030517578,"PosY":-28.121000289916992,"PosZ":-117.12000274658205,"RotY":14.999839782714844,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":110.69000244140624,"PosY":-28.121030807495117,"PosZ":-106.41000366210938,"RotY":269.9999084472656,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":102.5199966430664,"PosY":-28.121000289916992,"PosZ":-117.33999633789064,"RotY":195.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":112.58000183105467,"PosY":-28.121009826660156,"PosZ":-114.86000061035156,"RotY":89.9999771118164,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":93.51100158691406,"PosY":-28.070959091186523,"PosZ":-113.8280029296875,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":109.81999969482422,"PosY":-28.121000289916992,"PosZ":-119.75,"RotY":180.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":0.2711929976940155,"PosX":103.87999725341795,"PosY":-28.120990753173828,"PosZ":-113.56999969482422,"NPCMonsterID":1002040,"EventID":0,"groupId":30,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":102.18000030517578,"PosY":-28.12101936340332,"PosZ":-93.55999755859376,"RotY":178.17100524902344,"groupId":0}}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200002,"RotY":344.964111328125,"PosX":100.9499969482422,"PosY":-28.120969772338867,"PosZ":-113.56999969482422,"NPCMonsterID":1002040,"EventID":0,"groupId":31,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":100.33999633789064,"PosY":-28.12101936340332,"PosZ":-93.80999755859376,"RotY":165.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":105.01000213623048,"PosY":-28.121000289916992,"PosZ":-94.02999877929688,"RotY":210.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":102.63999938964844,"PosY":-28.121000289916992,"PosZ":-97.55000305175781,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":112.58000183105467,"PosY":-28.121009826660156,"PosZ":-114.86000061035156,"RotY":89.9999771118164,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":93.51100158691406,"PosY":-28.070959091186523,"PosZ":-113.8280029296875,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":109.81999969482422,"PosY":-28.121000289916992,"PosZ":-119.75,"RotY":180.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":96.44999694824219,"PosY":-28.12104034423828,"PosZ":-105.55999755859376,"RotY":270.0,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":95.23999786376953,"PosY":-28.12104034423828,"PosZ":-106.94000244140624,"RotY":270.0000915527344,"PropID":102007,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Box_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":102.63999938964844,"PosY":-28.121000289916992,"PosZ":-97.55000305175781,"NPCMonsterID":1002040,"EventID":0,"groupId":32,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":102.45600128173828,"PosY":-28.121009826660156,"PosZ":-115.45999908447266,"RotY":-0.00006800000119255856,"groupId":0}}},"33":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":98.5904998779297,"PosY":0.6044269800186157,"PosZ":-45.12443923950195,"RotY":60.45684051513672,"PropID":1021,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":106.95999908447266,"PosY":0.6608319878578186,"PosZ":-35.650001525878906,"RotY":105.0001983642578,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":113.29100036621094,"PosY":0.6608319878578186,"PosZ":-34.9010009765625,"RotY":209.99609375,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":112.16799926757812,"PosY":0.6608319878578186,"PosZ":-34.724998474121094,"RotY":209.99609375,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_MPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":112.62999725341795,"PosY":0.6608319878578186,"PosZ":-35.5,"RotY":209.9987945556641,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Des_HPRevoverBox_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"},{"ID":300019,"Category":"","GroupName":"","LoadSide":null,"PosX":110.23999786376952,"PosY":0.604423999786377,"PosZ":-44.11000061035156,"RotY":45.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":123.61000061035156,"PosY":0.6608330011367798,"PosZ":-37.349998474121094,"RotY":89.9999771118164,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":102.58999633789064,"PosY":0.6044179797172546,"PosZ":-39.65999984741211,"Name":"NPC1","RotY":105.0,"NPCID":1013,"groupId":33,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{"1":{"ID":1,"PosX":118.94000244140624,"PosY":0.6608330011367798,"PosZ":-36.619998931884766,"RotY":247.7510986328125,"groupId":0}}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":157.69000244140625,"PosY":-28.12693977355957,"PosZ":-112.58999633789064,"RotY":255.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":155.10000610351565,"PosY":-28.126930236816406,"PosZ":-118.69000244140624,"RotY":165.00010681152344,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":151.5500030517578,"PosY":-28.12693977355957,"PosZ":-115.33999633789064,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint02.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":130.27000427246094,"PosY":-28.126930236816406,"PosZ":-115.22000122070312,"RotY":89.9999771118164,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":151.55999755859375,"PosY":-28.12693977355957,"PosZ":-115.33999633789064,"NPCMonsterID":1002040,"EventID":0,"groupId":34,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":134.6300048828125,"PosY":-28.12693977355957,"PosZ":-115.0199966430664,"RotY":89.99996948242188,"groupId":0}}},"35":{"props":[{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":157.7779998779297,"PosY":-28.12693977355957,"PosZ":-112.53500366210938,"RotY":255.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_FinalDoor.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_BossRoomFinishToast.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":155.0,"PosY":-28.126930236816406,"PosZ":-118.58999633789064,"RotY":165.00010681152344,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":151.57000732421875,"PosY":-28.12693977355957,"PosZ":-115.27999877929688,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint03.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":130.27000427246094,"PosY":-28.126930236816406,"PosZ":-115.22000122070312,"RotY":89.9999771118164,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":151.5399932861328,"PosY":-28.12693977355957,"PosZ":-115.37999725341795,"NPCMonsterID":1002040,"EventID":0,"groupId":35,"IsDelete":false,"IsClientOnly":false}],"anchors":{"1":{"ID":1,"PosX":134.6300048828125,"PosY":-28.12693977355957,"PosZ":-115.0199966430664,"RotY":89.99996948242188,"groupId":0}}},"37":{"props":[],"npcs":[{"ID":400001,"PosX":78.29000091552734,"PosY":-31.263029098510746,"PosZ":-147.0399932861328,"Name":"NPC1","RotY":284.9999084472656,"NPCID":3013,"groupId":37,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}}}},"P81221_F81221001":{"teleports":{},"group_items":{"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":0.0,"PosZ":0.0,"RotY":0.0,"PropID":300002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter02/X201/Maze_Chap02_X201_EnviroProfile_Controller_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":24.007999420166016,"PosY":10.91273021697998,"PosZ":-117.95999908447266,"RotY":90.00000762939453,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":51.790000915527344,"PosY":10.91273021697998,"PosZ":-114.95999908447266,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":51.790000915527344,"PosY":10.91273021697998,"PosZ":-120.95999908447266,"RotY":90.00000762939453,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":34.790000915527344,"PosY":10.91273021697998,"PosZ":-114.95999908447266,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":37.790000915527344,"PosY":10.91273021697998,"PosZ":-120.95999908447266,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":40.790000915527344,"PosY":10.91273021697998,"PosZ":-114.95999908447266,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":35.630001068115234,"PosY":10.91273021697998,"PosZ":-114.95999908447266,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":38.57099914550781,"PosY":10.91273021697998,"PosZ":-120.95999908447266,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":41.65999984741211,"PosY":10.91273021697998,"PosZ":-114.95999908447266,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":29.790000915527344,"PosY":10.91273021697998,"PosZ":-117.95999908447266,"RotY":90.00000762939453,"groupId":0}}},"19":{"props":[],"npcs":[{"ID":400001,"PosX":47.790000915527344,"PosY":10.91273021697998,"PosZ":-117.95999908447266,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.874000549316406,"PosY":8.239962577819824,"PosZ":-103.61299896240234,"RotY":180.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.107000350952148,"PosY":9.29681396484375,"PosZ":-111.24299621582033,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.22999954223633,"PosY":8.239967346191406,"PosZ":-119.08999633789064,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.22999954223633,"PosY":8.239967346191406,"PosZ":-113.08999633789064,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.22999954223633,"PosY":8.239967346191406,"PosZ":-119.08999633789064,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.22999954223633,"PosY":8.239967346191406,"PosZ":-113.08999633789064,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.22999954223633,"PosY":8.239967346191406,"PosZ":-119.08999633789064,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.06999969482422,"PosY":8.239967346191406,"PosZ":-119.08999633789064,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.01100158691406,"PosY":8.239967346191406,"PosZ":-113.08999633789064,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.099998474121094,"PosY":8.239967346191406,"PosZ":-119.08999633789064,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-31.229999542236328,"PosY":8.239967346191406,"PosZ":-116.08999633789064,"RotY":270.0,"groupId":0}}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.22999954223633,"PosY":8.239967346191406,"PosZ":-116.08999633789064,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.22999954223633,"PosY":8.239967346191406,"PosZ":-116.08999633789064,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-49.22999954223633,"PosY":8.239967346191406,"PosZ":-116.08999633789064,"NPCMonsterID":1002040,"EventID":0,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.24800109863281,"PosY":8.239958763122559,"PosZ":-89.19999694824219,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.16999816894531,"PosY":10.224419593811035,"PosZ":-74.16000366210938,"RotY":90.00000762939453,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.465000152587892,"PosY":12.904999732971191,"PosZ":-75.93099975585938,"RotY":90.00000762939453,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.16999816894531,"PosY":10.224430084228516,"PosZ":-71.16000366210938,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.16999816894531,"PosY":10.224430084228516,"PosZ":-77.16000366210938,"RotY":90.00000762939453,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.16999816894531,"PosY":10.224430084228516,"PosZ":-71.16000366210938,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.16999816894531,"PosY":10.224430084228516,"PosZ":-77.48999786376953,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.16999816894531,"PosY":10.224430084228516,"PosZ":-71.16000366210938,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-56.33000183105469,"PosY":10.224430084228516,"PosZ":-71.16000366210938,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-53.38899993896485,"PosY":10.224430084228516,"PosZ":-77.48999786376953,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.29999923706055,"PosY":10.224430084228516,"PosZ":-71.16000366210938,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-62.16999816894531,"PosY":10.224430084228516,"PosZ":-74.16000366210938,"RotY":90.00000762939453,"groupId":0}}},"25":{"props":[],"npcs":[{"ID":400001,"PosX":-44.16999816894531,"PosY":10.224430084228516,"PosZ":-74.16000366210938,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":25,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.6230583190918,"PosY":10.224430084228516,"PosZ":-77.73018646240233,"RotY":358.4861145019531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-61.78158187866211,"PosY":10.224430084228516,"PosZ":-71.7322769165039,"RotY":268.4861145019531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.62899017333984,"PosY":10.224430084228516,"PosZ":-77.28105163574219,"RotY":268.4861145019531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.786468505859375,"PosY":10.224430084228516,"PosZ":-71.11000061035156,"RotY":268.4861145019531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.62689971923828,"PosY":10.224430084228516,"PosZ":-77.43958282470702,"RotY":268.4861145019531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.46870040893555,"PosY":10.224430084228516,"PosZ":-77.30325317382812,"RotY":268.4861145019531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.56719970703125,"PosY":10.224430084228516,"PosZ":-71.13063049316406,"RotY":268.4861145019531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-51.49660110473633,"PosY":10.224430084228516,"PosZ":-77.4625473022461,"RotY":268.4861145019531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-39.709999084472656,"PosY":10.224430084228516,"PosZ":-74.1500015258789,"RotY":268.4861145019531,"groupId":0}}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.70372009277344,"PosY":10.224430084228516,"PosZ":-74.62555694580078,"RotY":88.48607635498047,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-57.70372009277344,"PosY":10.224430084228516,"PosZ":-74.62555694580078,"RotY":88.48607635498047,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":88.48607635498047,"PosX":-57.70372009277344,"PosY":10.224430084228516,"PosZ":-74.62555694580078,"NPCMonsterID":1002040,"EventID":0,"groupId":27,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"31":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.10000000149011612,"PosY":7.739302158355714,"PosZ":19.535999298095703,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.4200000762939453,"PosY":8.360937118530273,"PosZ":60.029998779296875,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.5800009965896606,"PosY":7.739315986633301,"PosZ":30.15999984741211,"RotY":0.0,"groupId":0}}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.5799999833106995,"PosY":8.550824165344238,"PosZ":54.029998779296875,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":3.5799989700317383,"PosY":8.584356307983398,"PosZ":57.029998779296875,"RotY":180.0,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.5799999833106995,"PosY":8.550824165344238,"PosZ":54.029998779296875,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":0.5799999833106995,"PosY":8.550824165344238,"PosZ":54.029998779296875,"NPCMonsterID":1002040,"EventID":0,"groupId":33,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":157.3300018310547,"PosY":21.641700744628903,"PosZ":-74.42900085449219,"RotY":90.00000762939453,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":164.1999969482422,"PosY":19.670019149780273,"PosZ":-91.76200103759767,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":184.60000610351565,"PosY":19.670019149780273,"PosZ":-91.75700378417967,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":184.60000610351565,"PosY":19.66999053955078,"PosZ":-57.20000076293945,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":164.1999969482422,"PosY":19.670019149780273,"PosZ":-57.20000076293945,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":182.3300018310547,"PosY":21.641700744628903,"PosZ":-74.12999725341797,"RotY":90.00000762939453,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":162.3300018310547,"PosY":21.641700744628903,"PosZ":-74.12999725341797,"RotY":90.00000762939453,"groupId":0}}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":172.3300018310547,"PosY":21.641700744628903,"PosZ":-78.12999725341797,"RotY":300.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":172.3300018310547,"PosY":21.641700744628903,"PosZ":-70.12999725341797,"RotY":240.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":167.218994140625,"PosY":21.641700744628903,"PosZ":-76.38300323486328,"RotY":210.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":166.8000030517578,"PosY":21.641700744628903,"PosZ":-77.28900146484375,"RotY":210.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":167.77200317382812,"PosY":21.641700744628903,"PosZ":-77.21399688720702,"RotY":210.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":177.3300018310547,"PosY":21.641700744628903,"PosZ":-77.12999725341797,"Name":"NPC1","RotY":285.0000915527344,"NPCID":1013,"groupId":36,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.66600036621094,"PosY":3.521833896636963,"PosZ":-9.644000053405762,"RotY":45.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-60.775001525878906,"PosY":3.5064051151275635,"PosZ":-18.53499984741211,"RotY":45.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"52":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-65.13231658935547,"PosY":0.7691310048103333,"PosZ":-31.155029296875,"RotY":225.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.37496948242188,"PosY":0.7691310048103333,"PosZ":-35.39767074584961,"RotY":135.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.31781768798828,"PosY":0.7691310048103333,"PosZ":-18.632169723510746,"RotY":135.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.27445983886719,"PosY":0.7691310048103333,"PosZ":-26.107749938964844,"RotY":135.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.07518005371094,"PosY":0.7691310048103333,"PosZ":-22.874820709228516,"RotY":135.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-75.72384643554688,"PosY":0.7691310048103333,"PosZ":-19.226139068603516,"RotY":135.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.72221374511719,"PosY":0.7691310048103333,"PosZ":-26.65999984741211,"RotY":135.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.45999908447266,"PosY":0.7691310048103333,"PosZ":-23.489999771118164,"RotY":135.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-79.45999908447266,"PosY":0.768841028213501,"PosZ":-6.800000190734863,"RotY":180.0,"groupId":0}}},"53":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.08207702636719,"PosY":0.7691310048103333,"PosZ":-30.447919845581055,"RotY":315.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.08207702636719,"PosY":0.7691310048103333,"PosZ":-30.447919845581055,"RotY":315.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":315.0,"PosX":-70.08206176757812,"PosY":0.7688260078430176,"PosZ":-30.44792938232422,"NPCMonsterID":1002040,"EventID":0,"groupId":53,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"54":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.447998046875,"PosY":0.7691310048103333,"PosZ":-21.989999771118164,"RotY":315.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":315.0,"PosX":-78.447998046875,"PosY":0.7691310048103333,"PosZ":-21.989999771118164,"NPCMonsterID":1002040,"EventID":0,"groupId":54,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"55":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-77.04000091552734,"PosY":0.7691310048103333,"PosZ":-23.540000915527344,"RotY":315.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":315.0,"PosX":-77.04000091552734,"PosY":0.7691310048103333,"PosZ":-23.540000915527344,"NPCMonsterID":1002040,"EventID":0,"groupId":55,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":115.7699966430664,"PosY":0.7261549830436708,"PosZ":53.5629997253418,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"57":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":136.3800048828125,"PosY":-3.5114009380340576,"PosZ":21.440000534057617,"RotY":270.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":130.3800048828125,"PosY":-3.511401891708374,"PosZ":21.440000534057617,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":136.3800048828125,"PosY":-1.784304976463318,"PosZ":60.49000930786133,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":130.3800048828125,"PosY":-1.784304976463318,"PosZ":55.900001525878906,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":136.3800048828125,"PosY":-1.7843029499053955,"PosZ":51.560001373291016,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":136.3800048828125,"PosY":-1.784304976463318,"PosZ":59.650001525878906,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":130.3800048828125,"PosY":-1.7843040227890017,"PosZ":55.118999481201165,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":136.3800048828125,"PosY":-1.7843029499053955,"PosZ":50.689998626708984,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":133.3800048828125,"PosY":-1.7843070030212402,"PosZ":65.79000091552734,"RotY":180.0,"groupId":0}}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":133.3800048828125,"PosY":-3.471558094024658,"PosZ":25.440000534057617,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":133.3800048828125,"PosY":-3.471558094024658,"PosZ":25.440000534057617,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":0.0,"PosX":133.3800048828125,"PosY":-3.471558094024658,"PosZ":25.440000534057617,"NPCMonsterID":1002040,"EventID":0,"groupId":58,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":133.3470001220703,"PosY":-1.7843029499053955,"PosZ":46.220001220703125,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":133.3470001220703,"PosY":-1.7843029499053955,"PosZ":46.220001220703125,"NPCMonsterID":1002040,"EventID":0,"groupId":59,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"60":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":133.66000366210938,"PosY":-1.7843029499053955,"PosZ":35.91999816894531,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":0.0,"PosX":133.66000366210938,"PosY":-1.7843029499053955,"PosZ":35.91999816894531,"NPCMonsterID":1002040,"EventID":0,"groupId":60,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"61":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":130.3800048828125,"PosY":-1.7843029499053955,"PosZ":67.4000015258789,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":136.3800048828125,"PosY":-1.7843029499053955,"PosZ":67.4000015258789,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":130.3800048828125,"PosY":-1.7843029499053955,"PosZ":42.9900016784668,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":136.3800048828125,"PosY":-1.7843029499053955,"PosZ":49.64899826049805,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":130.3800048828125,"PosY":-1.7843029499053955,"PosZ":56.0,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":130.3800048828125,"PosY":-1.7843029499053955,"PosZ":43.83000183105469,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":136.3800048828125,"PosY":-1.7843029499053955,"PosZ":50.43000030517578,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":130.3800048828125,"PosY":-1.7843029499053955,"PosZ":56.869998931884766,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":133.3800048828125,"PosY":-3.471558094024658,"PosZ":20.68000030517578,"RotY":0.0,"groupId":0}}},"62":{"props":[],"npcs":[{"ID":400001,"PosX":135.656005859375,"PosY":-3.4715640544891357,"PosZ":26.715999603271484,"Name":"NPC1","RotY":210.0,"NPCID":3013,"groupId":62,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"63":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":133.3800048828125,"PosY":-1.7843029499053955,"PosZ":63.400001525878906,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":133.3800048828125,"PosY":-1.7843029499053955,"PosZ":63.400001525878906,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":133.3800048828125,"PosY":-1.7843029499053955,"PosZ":63.400001525878906,"NPCMonsterID":1002040,"EventID":0,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":133.35000610351565,"PosY":-1.7843029499053955,"PosZ":47.279998779296875,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":133.35000610351565,"PosY":-1.7843029499053955,"PosZ":47.279998779296875,"NPCMonsterID":1002040,"EventID":0,"groupId":64,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"65":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":133.4250030517578,"PosY":-1.7843029499053955,"PosZ":49.040000915527344,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":133.4250030517578,"PosY":-1.7843029499053955,"PosZ":49.040000915527344,"NPCMonsterID":1002040,"EventID":0,"groupId":65,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"66":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.85198974609375,"PosY":-0.9974979758262633,"PosZ":52.86199951171875,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-93.57594299316406,"PosY":-5.8229498863220215,"PosZ":75.67001342773438,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-87.57594299316406,"PosY":-5.818375110626221,"PosZ":75.66999816894531,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.25,"PosY":-4.222214221954346,"PosZ":50.2599983215332,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-86.94999694824219,"PosY":-4.222214221954346,"PosZ":59.97999954223633,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.25,"PosY":-4.222214221954346,"PosZ":56.2599983215332,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.25,"PosY":-4.222214221954346,"PosZ":51.099998474121094,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-86.94999694824219,"PosY":-4.222214221954346,"PosZ":60.76100158691406,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.25,"PosY":-4.222214221954346,"PosZ":57.130001068115234,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-90.57594299316406,"PosY":-4.222214221954346,"PosZ":44.290000915527344,"RotY":0.0,"groupId":0}}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.57594299316406,"PosY":-5.8295979499816895,"PosZ":71.66999816894531,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.57594299316406,"PosY":-5.8295979499816895,"PosZ":71.66999816894531,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":-90.57594299316406,"PosY":-5.8295979499816895,"PosZ":71.66999816894531,"NPCMonsterID":1002040,"EventID":0,"groupId":68,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"69":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.55000305175781,"PosY":-4.222214221954346,"PosZ":61.540000915527344,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-90.55000305175781,"PosY":-4.222214221954346,"PosZ":61.540000915527344,"NPCMonsterID":1002040,"EventID":0,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"70":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-90.5199966430664,"PosY":-4.222214221954346,"PosZ":63.06999969482422,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-90.5199966430664,"PosY":-4.222214221954346,"PosZ":63.06999969482422,"NPCMonsterID":1002040,"EventID":0,"groupId":70,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"71":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.44000101089477534,"PosY":6.758121013641357,"PosZ":-131.22000122070312,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":24.54700088500977,"PosY":10.91273021697998,"PosZ":-117.98799896240234,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.3309989869594574,"PosY":12.905019760131836,"PosZ":-89.30901336669922,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-13.0,"PosY":9.29681396484375,"PosZ":-111.18800354003906,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"72":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.559999942779541,"PosY":9.296817779541016,"PosZ":-98.54000091552734,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":3.440000057220459,"PosY":9.296817779541016,"PosZ":-98.54000091552734,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.560009002685547,"PosY":9.296818733215332,"PosZ":-117.70999908447266,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":3.439997911453247,"PosY":9.296817779541016,"PosZ":-114.7300033569336,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.559999942779541,"PosY":9.681975364685059,"PosZ":-109.54000091552734,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.560007095336914,"PosY":9.296817779541016,"PosZ":-116.87000274658205,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":3.4399991035461426,"PosY":9.296817779541016,"PosZ":-113.9489974975586,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.559999942779541,"PosY":9.681977272033691,"PosZ":-108.66999816894533,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.43999999761581426,"PosY":9.296817779541016,"PosZ":-120.54000091552734,"RotY":0.0,"groupId":0}}},"73":{"props":[],"npcs":[{"ID":400001,"PosX":0.43999999761581426,"PosY":9.296817779541016,"PosZ":-102.54000091552734,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":73,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"74":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.290000915527344,"PosY":8.239967346191406,"PosZ":-119.08999633789064,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-54.290000915527344,"PosY":8.239967346191406,"PosZ":-113.08999633789064,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.290000915527344,"PosY":8.239967346191406,"PosZ":-119.08999633789064,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.290000915527344,"PosY":8.239967346191406,"PosZ":-113.08999633789064,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.290000915527344,"PosY":8.239967346191406,"PosZ":-119.08999633789064,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.130001068115234,"PosY":8.239967346191406,"PosZ":-119.08999633789064,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.07099914550781,"PosY":8.239967346191406,"PosZ":-113.08999633789064,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.15999984741211,"PosY":8.239967346191406,"PosZ":-119.08999633789064,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-32.290000915527344,"PosY":8.239967346191406,"PosZ":-116.08999633789064,"RotY":270.0,"groupId":0}}},"75":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.290000915527344,"PosY":8.239967346191406,"PosZ":-117.87999725341795,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.290000915527344,"PosY":8.239967346191406,"PosZ":-117.87999725341795,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-50.290000915527344,"PosY":8.239967346191406,"PosZ":-117.87999725341795,"NPCMonsterID":1002040,"EventID":0,"groupId":75,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"76":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.290000915527344,"PosY":8.239967346191406,"PosZ":-114.30999755859376,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-50.290000915527344,"PosY":8.239967346191406,"PosZ":-114.30999755859376,"NPCMonsterID":1002040,"EventID":0,"groupId":76,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P81222_F81222001":{"teleports":{},"group_items":{"8":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":64.48999786376953,"PosY":80.66000366210938,"PosZ":40.220001220703125,"RotY":276.06298828125,"PropID":102078,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_Jianmu_PoiShow01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.310001373291016,"PosY":49.900001525878906,"PosZ":41.959999084472656,"RotY":0.0,"PropID":902,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap01/Prop_Chap01_RaidEntrance_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":18.339000701904297,"PosY":50.36199951171875,"PosZ":42.689998626708984,"RotY":270.0,"PropID":102074,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Elevator2","propStateList":["Elevator1","Elevator2","Elevator3"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Elevator_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":52.63999938964844,"PosY":43.75828170776367,"PosZ":187.5,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":52.63999938964844,"PosY":43.75828170776367,"PosZ":181.5,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":35.63999938964844,"PosY":43.75828170776367,"PosZ":189.2400054931641,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":39.5,"PosY":43.75828170776367,"PosZ":177.55999755859375,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":38.56999969482422,"PosY":43.75828170776367,"PosZ":190.5399932861328,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":30.63999938964844,"PosY":43.75828170776367,"PosZ":184.5,"RotY":89.99983215332033,"groupId":0}}},"13":{"props":[],"npcs":[{"ID":400001,"PosX":48.63999938964844,"PosY":43.75828170776367,"PosZ":184.5,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.96399688720703,"PosY":53.09025955200195,"PosZ":138.4759979248047,"RotY":0.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.65899658203125,"PosY":53.09029006958008,"PosZ":149.2030029296875,"RotY":180.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.33000183105469,"PosY":53.09024810791016,"PosZ":141.86000061035156,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-77.33000183105469,"PosY":53.09024810791016,"PosZ":141.86000061035156,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.91600036621094,"PosY":53.09024810791016,"PosZ":151.35400390625,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.73999786376953,"PosY":53.09024810791016,"PosZ":153.5399932861328,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.72000122070312,"PosY":53.09024810791016,"PosZ":152.42999267578125,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-74.33999633789062,"PosY":53.09024810791016,"PosZ":157.82000732421875,"RotY":180.0,"groupId":0}}},"16":{"props":[],"npcs":[{"ID":400001,"PosX":-74.33000183105469,"PosY":53.09024810791016,"PosZ":145.86000061035156,"Name":"NPC1","RotY":0.0,"NPCID":3013,"groupId":16,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":74.08899688720702,"PosY":43.9080810546875,"PosZ":126.09999847412108,"RotY":270.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":29.6300106048584,"PosY":47.5,"PosZ":135.0,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":29.6299991607666,"PosY":47.5,"PosZ":141.0,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":40.4739990234375,"PosY":46.973690032958984,"PosZ":146.31300354003906,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":53.0,"PosY":43.64910125732422,"PosZ":146.5399932861328,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":53.0099983215332,"PosY":43.64910125732422,"PosZ":140.13999938964844,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":78.38999938964844,"PosY":43.64910125732422,"PosZ":142.4199981689453,"RotY":270.0000915527344,"groupId":0}}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":33.797279357910156,"PosY":47.03559875488281,"PosZ":138.25509643554688,"RotY":89.9999771118164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":33.797279357910156,"PosY":47.03559875488281,"PosZ":138.25509643554688,"RotY":89.9999771118164,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":89.9999771118164,"PosX":33.797279357910156,"PosY":47.03559875488281,"PosZ":138.25509643554688,"NPCMonsterID":1002040,"EventID":0,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":55.790000915527344,"PosY":43.64910125732422,"PosZ":141.22410583496094,"RotY":90.0000228881836,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0000228881836,"PosX":55.790000915527344,"PosY":43.64910125732422,"PosZ":141.22410583496094,"NPCMonsterID":1002040,"EventID":0,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":55.6349983215332,"PosY":43.64910125732422,"PosZ":144.60499572753906,"RotY":90.0000228881836,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0000228881836,"PosX":55.6349983215332,"PosY":43.64910125732422,"PosZ":144.60499572753906,"NPCMonsterID":1002040,"EventID":0,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.95999908447266,"PosY":53.25376892089844,"PosZ":99.41999816894531,"RotY":180.00010681152344,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.2129135131836,"PosY":49.94953918457031,"PosZ":68.18444061279297,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.4090576171875,"PosY":49.94953918457031,"PosZ":65.18444061279297,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.0199966430664,"PosY":49.94953918457031,"PosZ":75.31999969482422,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-79.7699966430664,"PosY":49.94953918457031,"PosZ":65.55999755859375,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.05999755859375,"PosY":49.94953918457031,"PosZ":76.94000244140625,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-80.81099700927734,"PosY":49.94953918457031,"PosZ":85.73699951171875,"RotY":150.00010681152344,"groupId":0}}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.63316345214844,"PosY":49.94953918457031,"PosZ":72.42713165283203,"RotY":314.9999084472656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-71.80000305175781,"PosY":49.94953918457031,"PosZ":69.93000030517578,"RotY":314.9999084472656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":314.9999084472656,"PosX":-70.63316345214844,"PosY":49.94953918457031,"PosZ":72.42713165283203,"NPCMonsterID":1002040,"EventID":0,"groupId":24,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.72200012207033,"PosY":49.94953918457031,"PosZ":70.25,"RotY":315.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":315.0,"PosX":-74.72200012207033,"PosY":49.94953918457031,"PosZ":70.25,"NPCMonsterID":1002040,"EventID":0,"groupId":25,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.12999725341795,"PosY":47.8857307434082,"PosZ":42.349998474121094,"RotY":270.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.2100067138672,"PosY":47.8857307434082,"PosZ":46.15999984741211,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-129.2100067138672,"PosY":47.8857307434082,"PosZ":46.15999984741211,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.70999908447266,"PosY":47.8857307434082,"PosZ":7.0,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-134.2899932861328,"PosY":47.8857307434082,"PosZ":8.729999542236328,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.38999938964844,"PosY":47.8857307434082,"PosZ":23.65999984741211,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-129.29269409179688,"PosY":47.8857307434082,"PosZ":-6.53000020980835,"RotY":0.0,"groupId":0}}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.2100067138672,"PosY":47.8857307434082,"PosZ":42.15999984741211,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-132.2100067138672,"PosY":47.8857307434082,"PosZ":42.15999984741211,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":-132.2100067138672,"PosY":47.8857307434082,"PosZ":42.15999984741211,"NPCMonsterID":1002040,"EventID":0,"groupId":28,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-131.50779724121094,"PosY":47.8857307434082,"PosZ":15.368000030517578,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-131.50779724121094,"PosY":47.8857307434082,"PosZ":15.368000030517578,"NPCMonsterID":1002040,"EventID":0,"groupId":29,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.98999786376952,"PosY":47.8857307434082,"PosZ":15.069820404052734,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-126.98999786376952,"PosY":47.8857307434082,"PosZ":15.069820404052734,"NPCMonsterID":1002040,"EventID":0,"groupId":30,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.18000030517578,"PosY":55.67877960205078,"PosZ":33.56999969482422,"RotY":270.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.18000030517578,"PosY":55.67877960205078,"PosZ":51.80899810791016,"RotY":270.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.52545928955078,"PosY":55.679290771484375,"PosZ":45.41999816894531,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.52999877929688,"PosY":55.679290771484375,"PosZ":40.119998931884766,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-82.5459976196289,"PosY":55.67877960205078,"PosZ":50.84299850463867,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.37999725341797,"PosY":55.67877960205078,"PosZ":51.599998474121094,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.9800033569336,"PosY":55.67877960205078,"PosZ":49.029998779296875,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-86.86100006103516,"PosY":55.743499755859375,"PosZ":42.780128479003906,"RotY":90.00006866455078,"groupId":0}}},"33":{"props":[],"npcs":[{"ID":400001,"PosX":-69.77999877929688,"PosY":55.69348907470703,"PosZ":42.65999984741211,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":33,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.940000534057617,"PosY":51.442501068115234,"PosZ":42.220001220703125,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.940000534057617,"PosY":51.442501068115234,"PosZ":42.220001220703125,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":11.399999618530272,"PosY":49.88005065917969,"PosZ":45.220008850097656,"RotY":90.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-13.9399995803833,"PosY":51.48802947998047,"PosZ":42.220001220703125,"RotY":90.0,"groupId":0}}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":5.950000762939453,"PosY":49.939998626708984,"PosZ":42.720001220703125,"RotY":-0.000014000000192027072,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":8.0600004196167,"PosY":49.88005065917969,"PosZ":39.720001220703125,"RotY":-0.000014000000192027072,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":5.950000762939453,"PosY":49.939998626708984,"PosZ":42.720001220703125,"RotY":-0.000014000000192027072,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":5.950000762939453,"PosY":49.939998626708984,"PosZ":42.720001220703125,"NPCMonsterID":1002040,"EventID":0,"groupId":36,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":36.5099983215332,"PosY":60.28350067138672,"PosZ":27.69499969482422,"RotY":-9.999999747378752e-6,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":35.08013153076172,"PosY":60.35034942626953,"PosZ":57.78364944458008,"RotY":180.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":53.44900131225586,"PosY":60.35034942626953,"PosZ":55.39099884033203,"RotY":270.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":48.83000183105469,"PosY":60.35591125488281,"PosZ":45.220001220703125,"RotY":90.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_FinalDoor.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":24.829999923706055,"PosY":60.35591125488281,"PosZ":42.220001220703125,"RotY":90.0,"groupId":0}}},"39":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":45.83000183105469,"PosY":60.35591125488281,"PosZ":39.220001220703125,"RotY":270.0,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":42.83000183105469,"PosY":60.35591125488281,"PosZ":42.220001220703125,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_BossRoomFinishToast.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":42.83000183105469,"PosY":60.35591125488281,"PosZ":42.220001220703125,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":42.83000183105469,"PosY":60.35591125488281,"PosZ":42.220001220703125,"NPCMonsterID":1002040,"EventID":0,"groupId":39,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"40":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-55.7599983215332,"PosY":53.25568008422851,"PosZ":-74.30999755859375,"RotY":180.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.7199935913086,"PosY":53.25568008422851,"PosZ":-84.7699966430664,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.7199935913086,"PosY":53.25568008422851,"PosZ":-84.7699966430664,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.75,"PosY":53.25568008422851,"PosZ":-69.91000366210938,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.47000122070312,"PosY":53.25568008422851,"PosZ":-72.80000305175781,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-76.4800033569336,"PosY":53.25568008422851,"PosZ":-74.25,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-70.72000122070312,"PosY":53.25568008422851,"PosZ":-62.77000045776367,"RotY":180.0,"groupId":0}}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.7199935913086,"PosY":53.25568008422851,"PosZ":-80.7699966430664,"RotY":-0.00004099999932805076,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-70.7199935913086,"PosY":53.25568008422851,"PosZ":-80.7699966430664,"RotY":-0.00004099999932805076,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":-0.00004099999932805076,"PosX":-70.7199935913086,"PosY":53.25568008422851,"PosZ":-80.7699966430664,"NPCMonsterID":1002040,"EventID":0,"groupId":42,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"43":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-55.88899993896485,"PosY":53.25569915771485,"PosZ":-74.9583969116211,"RotY":-0.000056000000768108293,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.22002029418945,"PosY":49.949581146240234,"PosZ":-61.61000061035156,"RotY":-0.000056000000768108293,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-43.220001220703125,"PosY":49.949581146240234,"PosZ":-81.61000061035156,"RotY":-0.000056000000768108293,"groupId":0}}},"45":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.220008850097656,"PosY":49.949581146240234,"PosZ":-71.61000061035156,"RotY":209.99989318847656,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-49.220008850097656,"PosY":49.949581146240234,"PosZ":-71.61000061035156,"RotY":149.99989318847656,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.967010498046875,"PosY":49.949581146240234,"PosZ":-76.72100067138672,"RotY":120.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.06100082397461,"PosY":49.949581146240234,"PosZ":-77.13999938964844,"RotY":120.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.136009216308594,"PosY":49.949581146240234,"PosZ":-76.16799926757812,"RotY":120.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-40.22002029418945,"PosY":49.949581146240234,"PosZ":-66.61000061035156,"Name":"NPC1","RotY":195.00010681152344,"NPCID":1013,"groupId":45,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":43.459999084472656,"PosY":43.15821075439453,"PosZ":-59.99190902709961,"RotY":90.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":37.5,"PosY":43.15428161621094,"PosZ":-51.25,"RotY":90.0000228881836,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":37.5,"PosY":43.15428161621094,"PosZ":-57.25,"RotY":90.0000228881836,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":28.149999618530273,"PosY":43.15428161621094,"PosZ":-71.70999908447266,"RotY":-0.000056000000768108293,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":27.719999313354492,"PosY":43.15428161621094,"PosZ":-62.849998474121094,"RotY":-0.000056000000768108293,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":27.850000381469727,"PosY":43.15428161621094,"PosZ":-64.16999816894531,"RotY":-0.000056000000768108293,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":14.960000038146973,"PosY":43.15428161621094,"PosZ":-100.4800033569336,"RotY":-0.000056000000768108293,"groupId":0}}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":33.882999420166016,"PosY":43.15473937988281,"PosZ":-54.31999969482422,"RotY":269.9999084472656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":14.959980010986328,"PosY":43.15428161621094,"PosZ":-82.4800033569336,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":269.9999084472656,"PosX":33.882999420166016,"PosY":43.15473937988281,"PosZ":-54.31999969482422,"NPCMonsterID":1002040,"EventID":0,"groupId":48,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":14.920000076293944,"PosY":43.256649017333984,"PosZ":-79.37999725341797,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":14.920000076293944,"PosY":43.256649017333984,"PosZ":-79.37999725341797,"NPCMonsterID":1002040,"EventID":0,"groupId":49,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"50":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":22.25,"PosY":43.15428161621094,"PosZ":-62.5099983215332,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":22.25,"PosY":43.15428161621094,"PosZ":-62.5099983215332,"NPCMonsterID":1002040,"EventID":0,"groupId":50,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"51":{"props":[],"npcs":[{"ID":400001,"PosX":17.850000381469727,"PosY":43.15428161621094,"PosZ":-92.66000366210938,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":51,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"52":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":69.66000366210938,"PosY":60.28374099731445,"PosZ":55.459999084472656,"RotY":270.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":81.69999694824219,"PosY":60.420631408691406,"PosZ":20.229999542236328,"RotY":0.000029000000722589903,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"53":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":72.38999938964844,"PosY":60.42081069946289,"PosZ":49.5099983215332,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":78.38999938964844,"PosY":60.42081069946289,"PosZ":49.5099983215332,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":83.72000122070312,"PosY":60.421138763427734,"PosZ":39.029998779296875,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":82.51000213623047,"PosY":60.42116928100586,"PosZ":39.446319580078125,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":70.33999633789062,"PosY":60.339481353759766,"PosZ":37.099998474121094,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":75.38999938964844,"PosY":60.42081069946289,"PosZ":27.510000228881836,"RotY":-0.00007500000356230885,"groupId":0}}},"54":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":75.38999938964844,"PosY":60.42081069946289,"PosZ":45.5099983215332,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":75.38999938964844,"PosY":60.42081069946289,"PosZ":45.5099983215332,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":75.38999938964844,"PosY":60.42081069946289,"PosZ":45.5099983215332,"NPCMonsterID":1002040,"EventID":0,"groupId":54,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"55":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":35.13999938964844,"PosY":50.35401153564453,"PosZ":107.43000030517578,"RotY":-0.00005500000042957254,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":89.09200286865236,"PosY":50.120059967041016,"PosZ":125.87000274658205,"RotY":270.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":80.02999877929688,"PosY":50.120059967041016,"PosZ":120.4800033569336,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":80.02999877929688,"PosY":50.120059967041016,"PosZ":114.4800033569336,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":68.68000030517578,"PosY":50.12004852294922,"PosZ":122.55999755859376,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":66.052001953125,"PosY":50.120059967041016,"PosZ":122.59100341796876,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":46.849998474121094,"PosY":50.120059967041016,"PosZ":113.4800033569336,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":38.18000030517578,"PosY":50.367679595947266,"PosZ":116.72000122070312,"RotY":89.99994659423828,"groupId":0}}},"57":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":75.41000366210938,"PosY":50.120059967041016,"PosZ":117.62000274658205,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":75.41000366210938,"PosY":50.120059967041016,"PosZ":117.62000274658205,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":75.41000366210938,"PosY":50.120059967041016,"PosZ":117.62000274658205,"NPCMonsterID":1002040,"EventID":0,"groupId":57,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":64.71858978271484,"PosY":50.120059967041016,"PosZ":118.31700134277344,"RotY":269.9999084472656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":269.9999084472656,"PosX":64.71858978271484,"PosY":50.120059967041016,"PosZ":118.31700134277344,"NPCMonsterID":1002040,"EventID":0,"groupId":58,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":64.51499938964844,"PosY":50.120059967041016,"PosZ":114.66000366210938,"RotY":269.9999084472656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":269.9999084472656,"PosX":64.51499938964844,"PosY":50.120059967041016,"PosZ":114.66000366210938,"NPCMonsterID":1002040,"EventID":0,"groupId":59,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P81223_F81223001":{"teleports":{},"group_items":{"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":17.488000869750977,"PosY":-9.078042030334473,"PosZ":-7.834000110626221,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.716999053955078,"PosY":-9.078035354614258,"PosZ":-17.590999603271484,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.09399999678134918,"PosY":-11.812749862670898,"PosZ":-40.69499969482422,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.0,"PosY":-9.076818466186523,"PosZ":-6.679999828338623,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_FinalDoor.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":1.9999999949504854e-6,"PosY":-9.076822280883789,"PosZ":-28.679990768432617,"RotY":0.0,"groupId":0}}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.0,"PosY":-9.076820373535156,"PosZ":-9.680000305175781,"RotY":180.0,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":-9.076820373535156,"PosZ":-12.68000030517578,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":-9.076820373535156,"PosZ":-12.68000030517578,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":0.0,"PosY":-9.076820373535156,"PosZ":-12.68000030517578,"NPCMonsterID":1002040,"EventID":99999011,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.0,"PosY":-9.006068229675293,"PosZ":-6.679999828338623,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.0,"PosY":-9.006068229675293,"PosZ":-28.68000030517578,"RotY":0.0,"groupId":0}}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":-9.076820373535156,"PosZ":-12.68000030517578,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":3.0,"PosY":-9.076820373535156,"PosZ":-9.680000305175781,"RotY":180.0,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":-9.076820373535156,"PosZ":-12.68000030517578,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":0.0,"PosY":-9.076820373535156,"PosZ":-12.68000030517578,"NPCMonsterID":1002040,"EventID":99999011,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":23.816999435424805,"PosY":-5.010059833526611,"PosZ":26.219999313354492,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.290000915527344,"PosY":-7.11240816116333,"PosZ":30.940000534057617,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.709999084472656,"PosY":-9.955540657043455,"PosZ":10.81999969482422,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.420000076293945,"PosY":-5.669829845428467,"PosZ":26.09000015258789,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.420000076293945,"PosY":-5.731461048126221,"PosZ":34.09000015258789,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.420000076293944,"PosY":-5.731459140777588,"PosZ":24.68000030517578,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.050000190734863,"PosY":-5.731459140777588,"PosZ":25.479999542236328,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.550000190734863,"PosY":-5.731459140777588,"PosZ":24.68000030517578,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.2200000286102295,"PosY":-3.6267719268798833,"PosZ":28.534000396728516,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.880000114440918,"PosY":-3.529655933380127,"PosZ":27.733999252319336,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.380000114440918,"PosY":-3.387265920639038,"PosZ":28.534000396728516,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":4.861999988555908,"PosY":-2.1953389644622803,"PosZ":26.360000610351562,"RotY":270.0,"groupId":0}}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.84000015258789,"PosY":-5.731460094451904,"PosZ":32.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.84000015258789,"PosY":-5.731460094451904,"PosZ":32.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-16.84000015258789,"PosY":-5.731460094451904,"PosZ":32.0,"NPCMonsterID":1002040,"EventID":99999011,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.84000015258789,"PosY":-5.731460094451904,"PosZ":28.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-16.84000015258789,"PosY":-5.731460094451904,"PosZ":28.0,"NPCMonsterID":1002040,"EventID":99999011,"groupId":12,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.420000076293945,"PosY":-5.669829845428467,"PosZ":28.09000015258789,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.420000076293945,"PosY":-5.731461048126221,"PosZ":32.09000015258789,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.420000076293944,"PosY":-5.731459140777588,"PosZ":24.68000030517578,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.050000190734863,"PosY":-5.731459140777588,"PosZ":25.479999542236328,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.550000190734863,"PosY":-5.731459140777588,"PosZ":24.68000030517578,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.2200000286102295,"PosY":-3.6267719268798833,"PosZ":28.534000396728516,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.880000114440918,"PosY":-3.529655933380127,"PosZ":27.733999252319336,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.380000114440918,"PosY":-3.387265920639038,"PosZ":28.534000396728516,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":4.861999988555908,"PosY":-2.1953389644622803,"PosZ":26.360000610351562,"RotY":270.0,"groupId":0}}},"14":{"props":[],"npcs":[{"ID":400001,"PosX":-16.040000915527344,"PosY":-5.731460094451904,"PosZ":30.0,"Name":"NPC1","RotY":90.0,"NPCID":3013,"groupId":14,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.420000076293945,"PosY":-5.669829845428467,"PosZ":26.09000015258789,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.420000076293945,"PosY":-5.731461048126221,"PosZ":34.09000015258789,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.420000076293944,"PosY":-5.731459140777588,"PosZ":24.68000030517578,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.050000190734863,"PosY":-5.731459140777588,"PosZ":25.479999542236328,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.550000190734863,"PosY":-5.731459140777588,"PosZ":24.68000030517578,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.2200000286102295,"PosY":-3.6267719268798833,"PosZ":28.534000396728516,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.880000114440918,"PosY":-3.529655933380127,"PosZ":27.733999252319336,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.380000114440918,"PosY":-3.387265920639038,"PosZ":28.534000396728516,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":4.861999988555908,"PosY":-2.1953389644622803,"PosZ":26.360000610351562,"RotY":270.0,"groupId":0}}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.84000015258789,"PosY":-5.731460094451904,"PosZ":30.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.84000015258789,"PosY":-5.731460094451904,"PosZ":30.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-16.84000015258789,"PosY":-5.731460094451904,"PosZ":30.0,"NPCMonsterID":1002040,"EventID":99999011,"groupId":16,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.420000076293945,"PosY":-5.669829845428467,"PosZ":28.09000015258789,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.420000076293945,"PosY":-5.731461048126221,"PosZ":32.09000015258789,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.420000076293944,"PosY":-5.731459140777588,"PosZ":24.68000030517578,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.050000190734863,"PosY":-5.731459140777588,"PosZ":25.479999542236328,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-10.550000190734863,"PosY":-5.731459140777588,"PosZ":24.68000030517578,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.2200000286102295,"PosY":-3.6267719268798833,"PosZ":28.534000396728516,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.880000114440918,"PosY":-3.529655933380127,"PosZ":27.733999252319336,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.380000114440918,"PosY":-3.387265920639038,"PosZ":28.534000396728516,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":4.861999988555908,"PosY":-2.1953389644622803,"PosZ":26.360000610351562,"RotY":270.0,"groupId":0}}},"18":{"props":[],"npcs":[{"ID":400001,"PosX":-0.48500001430511475,"PosY":-2.928309917449951,"PosZ":24.214000701904297,"Name":"NPC1","RotY":74.99999237060547,"NPCID":3013,"groupId":18,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.84000015258789,"PosY":-5.731460094451904,"PosZ":30.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.84000015258789,"PosY":-5.731460094451904,"PosZ":30.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-18.84000015258789,"PosY":-5.731460094451904,"PosZ":30.0,"NPCMonsterID":1002040,"EventID":99999011,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.84000015258789,"PosY":-5.731460094451904,"PosZ":28.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-16.84000015258789,"PosY":-5.731460094451904,"PosZ":28.0,"NPCMonsterID":1002040,"EventID":99999011,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.84000015258789,"PosY":-5.731460094451904,"PosZ":32.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-16.84000015258789,"PosY":-5.731460094451904,"PosZ":32.0,"NPCMonsterID":1002040,"EventID":99999011,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.36199951171876,"PosY":-11.080869674682615,"PosZ":59.31999969482422,"RotY":90.00000762939453,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-62.36000061035156,"PosY":-12.194169998168944,"PosZ":38.939998626708984,"RotY":90.00000762939453,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.30001831054688,"PosY":-11.18593978881836,"PosZ":59.900001525878906,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.30000305175781,"PosY":-11.185919761657717,"PosZ":54.380001068115234,"RotY":90.00000762939453,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-77.48999786376953,"PosY":-11.185979843139648,"PosZ":60.55099868774414,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-77.86000061035156,"PosY":-11.186010360717772,"PosZ":59.750999450683594,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.36000061035156,"PosY":-11.186059951782228,"PosZ":60.55099105834961,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-83.5199966430664,"PosY":-11.186530113220217,"PosZ":56.477989196777344,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-83.85999298095702,"PosY":-11.186559677124023,"PosZ":57.27801132202149,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.36000061035156,"PosY":-11.186599731445312,"PosZ":56.47800064086914,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-89.36000061035156,"PosY":-11.185979843139648,"PosZ":60.06999969482422,"RotY":90.00000762939453,"groupId":0}}},"24":{"props":[],"npcs":[{"ID":400001,"PosX":-73.68000030517578,"PosY":-11.18595027923584,"PosZ":57.0,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":24,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.30001831054688,"PosY":-11.18593978881836,"PosZ":59.900001525878906,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-69.30000305175781,"PosY":-11.185919761657717,"PosZ":54.380001068115234,"RotY":90.00000762939453,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-77.48999786376953,"PosY":-11.185979843139648,"PosZ":60.55099868774414,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-77.86000061035156,"PosY":-11.186010360717772,"PosZ":59.750999450683594,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-78.36000061035156,"PosY":-11.186059951782228,"PosZ":60.55099105834961,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-83.5199966430664,"PosY":-11.186530113220217,"PosZ":56.477989196777344,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-83.85999298095702,"PosY":-11.186559677124023,"PosZ":57.27801132202149,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.36000061035156,"PosY":-11.186599731445312,"PosZ":56.47800064086914,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-89.36000061035156,"PosY":-11.185979843139648,"PosZ":60.06999969482422,"RotY":90.00000762939453,"groupId":0}}},"26":{"props":[],"npcs":[{"ID":400001,"PosX":-83.8499984741211,"PosY":-11.186590194702148,"PosZ":62.63999938964844,"Name":"NPC1","RotY":255.0,"NPCID":3013,"groupId":26,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.0,"PosY":-11.18595027923584,"PosZ":57.0,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-72.0,"PosY":-11.18595027923584,"PosZ":57.0,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":-72.0,"PosY":-11.18595027923584,"PosZ":57.0,"NPCMonsterID":1002040,"EventID":99999011,"groupId":27,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.0,"PosY":-11.18595027923584,"PosZ":54.0,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-74.0,"PosY":-11.18595027923584,"PosZ":54.0,"NPCMonsterID":1002040,"EventID":99999011,"groupId":28,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.0,"PosY":-11.18595027923584,"PosZ":60.0,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-74.0,"PosY":-11.18595027923584,"PosZ":60.0,"NPCMonsterID":1002040,"EventID":99999011,"groupId":29,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-29.057870864868164,"PosY":-10.309709548950195,"PosZ":-1.2978650331497192,"RotY":45.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-43.20000076293945,"PosY":-10.027250289916992,"PosZ":-15.4399995803833,"RotY":45.0,"groupId":0}}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.30051040649414,"PosY":-10.29181957244873,"PosZ":-11.197360038757324,"RotY":255.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.310001373291016,"PosY":-10.309709548950195,"PosZ":-6.320001125335693,"RotY":195.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.14984130859375,"PosY":-10.309700012207031,"PosZ":-13.576069831848145,"RotY":165.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.80548095703125,"PosY":-10.309700012207031,"PosZ":-14.512980461120604,"RotY":165.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-37.17121124267578,"PosY":-10.309700012207031,"PosZ":-13.772640228271484,"RotY":165.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-30.47208023071289,"PosY":-10.309709548950195,"PosZ":-6.954718112945557,"Name":"NPC1","RotY":240.00010681152344,"NPCID":1013,"groupId":31,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.3949966430664,"PosY":-9.11828327178955,"PosZ":12.210000038146973,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.34100341796876,"PosY":-11.080869674682615,"PosZ":60.05699920654297,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.2300033569336,"PosY":-11.166589736938477,"PosZ":58.380001068115234,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-103.2300033569336,"PosY":-11.166589736938477,"PosZ":58.380001068115234,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.5199966430664,"PosY":-9.30659294128418,"PosZ":38.290000915527344,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.72000122070312,"PosY":-9.30659294128418,"PosZ":37.91999816894531,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.5199966430664,"PosY":-9.306593894958496,"PosZ":37.41999816894531,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.37000274658205,"PosY":-9.30659294128418,"PosZ":31.510000228881836,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-103.16999816894533,"PosY":-9.30659294128418,"PosZ":31.170000076293945,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.37000274658205,"PosY":-9.30659294128418,"PosZ":30.670000076293945,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-107.30999755859376,"PosY":-9.306591987609863,"PosZ":25.670000076293945,"RotY":0.0,"groupId":0}}},"34":{"props":[],"npcs":[{"ID":400001,"PosX":-107.30999755859376,"PosY":-9.274861335754395,"PosZ":44.209999084472656,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":34,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.2300033569336,"PosY":-11.166589736938477,"PosZ":58.380001068115234,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-103.2300033569336,"PosY":-11.166589736938477,"PosZ":58.380001068115234,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.5199966430664,"PosY":-9.30659294128418,"PosZ":38.290000915527344,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.72000122070312,"PosY":-9.30659294128418,"PosZ":37.91999816894531,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.5199966430664,"PosY":-9.306593894958496,"PosZ":37.41999816894531,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.37000274658205,"PosY":-9.30659294128418,"PosZ":31.510000228881836,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-103.16999816894533,"PosY":-9.30659294128418,"PosZ":31.170000076293945,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.37000274658205,"PosY":-9.30659294128418,"PosZ":30.670000076293945,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-107.30999755859376,"PosY":-9.306591987609863,"PosZ":25.670000076293945,"RotY":0.0,"groupId":0}}},"36":{"props":[],"npcs":[{"ID":400001,"PosX":-111.30999755859376,"PosY":-9.30659294128418,"PosZ":31.209999084472656,"Name":"NPC1","RotY":165.0,"NPCID":3013,"groupId":36,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.30999755859376,"PosY":-9.274861335754395,"PosZ":45.66999053955078,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-107.30999755859376,"PosY":-9.274861335754395,"PosZ":45.66999053955078,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":-107.30999755859376,"PosY":-9.274861335754395,"PosZ":45.66999053955078,"NPCMonsterID":1002040,"EventID":99999011,"groupId":37,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.30999755859376,"PosY":-9.306594848632812,"PosZ":43.66999816894531,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-110.30999755859376,"PosY":-9.306594848632812,"PosZ":43.66999816894531,"NPCMonsterID":1002040,"EventID":99999011,"groupId":38,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"39":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.30999755859376,"PosY":-9.306593894958496,"PosZ":43.66999816894531,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-104.30999755859376,"PosY":-9.306593894958496,"PosZ":43.66999816894531,"NPCMonsterID":1002040,"EventID":99999011,"groupId":39,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"40":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-86.43401336669922,"PosY":7.324575901031494,"PosZ":-57.80799865722656,"RotY":336.5176086425781,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.97100067138672,"PosY":-3.60827898979187,"PosZ":-17.29400062561035,"RotY":336.5176086425781,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-100.4499969482422,"PosY":1.6971809864044187,"PosZ":-33.369998931884766,"RotY":65.40006256103516,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.72899627685547,"PosY":1.580623984336853,"PosZ":-31.660999298095703,"RotY":335.3999938964844,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.2699966430664,"PosY":1.5549039840698242,"PosZ":-42.5,"RotY":335.3999938964844,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.38858032226562,"PosY":1.5598069429397583,"PosZ":-42.50339126586914,"RotY":335.3999938964844,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.90782928466797,"PosY":1.5614110231399536,"PosZ":-43.29103088378906,"RotY":335.3999938964844,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.60415649414062,"PosY":1.6071679592132568,"PosZ":-35.477840423583984,"RotY":335.3999938964844,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.19000244140624,"PosY":1.5991690158843994,"PosZ":-36.119998931884766,"RotY":335.3999938964844,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.25447082519531,"PosY":1.5453890562057495,"PosZ":-36.2415885925293,"RotY":335.3999938964844,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-88.91999816894531,"PosY":4.274837017059326,"PosZ":-52.29999923706055,"RotY":335.3999938964844,"groupId":0}}},"42":{"props":[],"npcs":[{"ID":400001,"PosX":-96.69000244140624,"PosY":1.704319953918457,"PosZ":-36.619998931884766,"Name":"NPC1","RotY":155.39999389648438,"NPCID":3013,"groupId":42,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"43":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-100.4499969482422,"PosY":1.6971809864044187,"PosZ":-33.369998931884766,"RotY":65.40006256103516,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.72899627685547,"PosY":1.580623984336853,"PosZ":-31.660999298095703,"RotY":335.3999938964844,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.2699966430664,"PosY":1.5549039840698242,"PosZ":-42.5,"RotY":335.3999938964844,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.38858032226562,"PosY":1.5598069429397583,"PosZ":-42.50339126586914,"RotY":335.3999938964844,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-96.90782928466797,"PosY":1.5614110231399536,"PosZ":-43.29103088378906,"RotY":335.3999938964844,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.60415649414062,"PosY":1.6071679592132568,"PosZ":-35.477840423583984,"RotY":335.3999938964844,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.19000244140624,"PosY":1.5991690158843994,"PosZ":-36.119998931884766,"RotY":335.3999938964844,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-91.25447082519531,"PosY":1.5453890562057495,"PosZ":-36.2415885925293,"RotY":335.3999938964844,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-88.91999816894531,"PosY":4.274837017059326,"PosZ":-52.29999923706055,"RotY":335.3999938964844,"groupId":0}}},"44":{"props":[],"npcs":[{"ID":400001,"PosX":-94.58999633789062,"PosY":1.5730299949645996,"PosZ":-45.22999954223633,"Name":"NPC1","RotY":140.39999389648438,"NPCID":3013,"groupId":44,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"45":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.74562072753906,"PosY":1.7398250102996826,"PosZ":-34.33528137207031,"RotY":155.39999389648438,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-97.74562072753906,"PosY":1.7398250102996826,"PosZ":-34.33528137207031,"RotY":155.39999389648438,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":155.39999389648438,"PosX":-97.74562072753906,"PosY":1.7398250102996826,"PosZ":-34.33528137207031,"NPCMonsterID":1002040,"EventID":99999011,"groupId":45,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.64076232910156,"PosY":1.7824790477752686,"PosZ":-37.4025993347168,"RotY":155.39999389648438,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":155.39999389648438,"PosX":-99.64076232910156,"PosY":1.7824790477752686,"PosZ":-37.4025993347168,"NPCMonsterID":1002040,"EventID":99999011,"groupId":46,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-94.18534851074219,"PosY":1.6195549964904783,"PosZ":-34.904911041259766,"RotY":155.39999389648438,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":155.39999389648438,"PosX":-94.18534851074219,"PosY":1.6195549964904783,"PosZ":-34.904911041259766,"NPCMonsterID":1002040,"EventID":99999011,"groupId":47,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.64076232910156,"PosY":1.7824790477752686,"PosZ":-37.4025993347168,"RotY":155.39999389648438,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-99.64076232910156,"PosY":1.7824790477752686,"PosZ":-37.4025993347168,"RotY":155.39999389648438,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":155.39999389648438,"PosX":-99.64076232910156,"PosY":1.7824790477752686,"PosZ":-37.4025993347168,"NPCMonsterID":1002040,"EventID":99999011,"groupId":48,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.30999755859376,"PosY":-9.306594848632812,"PosZ":43.66999816894531,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.30999755859376,"PosY":-9.306594848632812,"PosZ":43.66999816894531,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":-110.30999755859376,"PosY":-9.306594848632812,"PosZ":43.66999816894531,"NPCMonsterID":1002040,"EventID":99999011,"groupId":49,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"50":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.0,"PosY":-11.18595027923584,"PosZ":54.0,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-74.0,"PosY":-11.18595027923584,"PosZ":54.0,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":-74.0,"PosY":-11.18595027923584,"PosZ":54.0,"NPCMonsterID":1002040,"EventID":99999011,"groupId":50,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.84000015258789,"PosY":-5.731460094451904,"PosZ":28.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-16.84000015258789,"PosY":-5.731460094451904,"PosZ":28.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-16.84000015258789,"PosY":-5.731460094451904,"PosZ":28.0,"NPCMonsterID":1002040,"EventID":99999011,"groupId":51,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"52":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-59.349998474121094,"PosY":-7.703628063201904,"PosZ":-22.239999771118164,"RotY":45.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.1899995803833,"PosY":-9.078035354614258,"PosZ":-17.68000030517578,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-26.89699935913086,"PosY":-5.3196210861206055,"PosZ":21.114999771118164,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"53":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":24.916889190673828,"PosY":148.8386993408203,"PosZ":-15.660940170288086,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/LevelInstanceGraph/F30102004/LG_Prop_F30102004_G8_300001.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.001099586486816,"PosY":176.39109802246094,"PosZ":51.727928161621094,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/Chapter00/N4/Chapter00_N401_CapturePolymer_Splinter_Normal.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"54":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":33.54499816894531,"PosY":-9.076833724975586,"PosZ":-9.26999568939209,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":52.5,"PosY":2.181082010269165,"PosZ":-62.130001068115234,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"55":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":26.863000869750977,"PosY":-9.076828002929688,"PosZ":-23.097999572753903,"RotY":19.46076011657715,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":28.275999069213867,"PosY":-9.069440841674805,"PosZ":-19.097000122070312,"RotY":289.460693359375,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":37.679691314697266,"PosY":-9.15394401550293,"PosZ":-22.470149993896484,"RotY":21.60749053955078,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":38.29507827758789,"PosY":-9.153108596801758,"PosZ":-21.839130401611328,"RotY":21.60749053955078,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":38.5,"PosY":-9.163168907165527,"PosZ":-22.760000228881836,"RotY":21.60749053955078,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":50.64099884033203,"PosY":-6.67152214050293,"PosZ":-27.850000381469727,"RotY":293.9491882324219,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":50.69504165649414,"PosY":-6.646639823913574,"PosZ":-28.717540740966797,"RotY":293.9491882324219,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":51.43299102783203,"PosY":-6.652295112609863,"PosZ":-28.12985038757324,"RotY":293.9491882324219,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":38.849998474121094,"PosY":-1.5449349880218506,"PosZ":-49.220001220703125,"RotY":36.36534881591797,"groupId":0}}},"56":{"props":[],"npcs":[{"ID":400001,"PosX":39.779998779296875,"PosY":-2.086601972579956,"PosZ":-43.93000030517578,"Name":"NPC1","RotY":203.02430725097656,"NPCID":3013,"groupId":56,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"57":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":31.950000762939453,"PosY":-8.947921752929688,"PosZ":-22.690000534057617,"RotY":109.46070098876952,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":31.950000762939453,"PosY":-8.947921752929688,"PosZ":-22.690000534057617,"RotY":109.46070098876952,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":109.46070098876952,"PosX":31.950000762939453,"PosY":-8.947921752929688,"PosZ":-22.690000534057617,"NPCMonsterID":1002040,"EventID":99999011,"groupId":57,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":44.35900115966797,"PosY":-7.68150281906128,"PosZ":-28.201000213623047,"RotY":118.21179962158205,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":118.21179962158205,"PosX":44.35900115966797,"PosY":-7.68150281906128,"PosZ":-28.201000213623047,"NPCMonsterID":1002040,"EventID":99999011,"groupId":58,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":50.196319580078125,"PosY":-5.060226917266846,"PosZ":-37.12424850463867,"RotY":213.3159942626953,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":213.3159942626953,"PosX":50.196319580078125,"PosY":-5.060225009918213,"PosZ":-37.12424850463867,"NPCMonsterID":1002040,"EventID":99999011,"groupId":59,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"60":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":72.30000305175781,"PosY":-10.181280136108398,"PosZ":35.09700012207031,"RotY":90.00000762939453,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-6.889999866485596,"PosY":-4.921243190765381,"PosZ":26.209999084472656,"RotY":90.00000762939453,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"61":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":61.529998779296875,"PosY":-10.539910316467283,"PosZ":31.34000015258789,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":61.529991149902344,"PosY":-10.539910316467283,"PosZ":27.34000015258789,"RotY":90.00000762939453,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":44.380001068115234,"PosY":-7.740002155303955,"PosZ":31.819000244140625,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":44.0099983215332,"PosY":-7.740002155303955,"PosZ":31.01898956298828,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":43.5099983215332,"PosY":-7.740005016326904,"PosZ":31.819000244140625,"RotY":90.00000762939453,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":19.34000015258789,"PosY":-4.61647891998291,"PosZ":23.979999542236328,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":19.0,"PosY":-4.493043899536133,"PosZ":24.780000686645508,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":18.499990463256836,"PosY":-4.312057018280029,"PosZ":23.979999542236328,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":11.208999633789064,"PosY":-2.4639949798583984,"PosZ":26.18000030517578,"RotY":90.0,"groupId":0}}},"62":{"props":[],"npcs":[{"ID":400001,"PosX":16.280000686645508,"PosY":-3.764296054840088,"PosZ":28.079999923706055,"Name":"NPC1","RotY":255.0,"NPCID":3013,"groupId":62,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"63":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":56.900001525878906,"PosY":-10.539910316467283,"PosZ":29.809999465942383,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":56.900001525878906,"PosY":-10.539910316467283,"PosZ":29.809999465942383,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":56.900001525878906,"PosY":-10.539910316467283,"PosZ":29.809999465942383,"NPCMonsterID":1002040,"EventID":99999011,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":26.45400047302246,"PosY":-5.0100579261779785,"PosZ":26.218000411987305,"RotY":261.39129638671875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":261.39129638671875,"PosX":26.45400047302246,"PosY":-5.0100579261779785,"PosZ":26.218000411987305,"NPCMonsterID":1002040,"EventID":99999011,"groupId":64,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"65":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":40.029998779296875,"PosY":-7.740017890930176,"PosZ":29.34000015258789,"RotY":249.99969482421875,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":249.99969482421875,"PosX":40.029998779296875,"PosY":-7.740017890930176,"PosZ":29.34000015258789,"NPCMonsterID":1002040,"EventID":99999011,"groupId":65,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"66":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":105.78199768066406,"PosY":-7.790048122406007,"PosZ":21.920000076293945,"RotY":180.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":69.04900360107422,"PosY":-7.139101982116699,"PosZ":-10.630000114440918,"RotY":180.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":74.44100189208984,"PosY":-7.7900471687316895,"PosZ":-9.289999008178711,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":74.44100189208984,"PosY":-7.790048122406007,"PosZ":-5.29000186920166,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":82.65400695800781,"PosY":-7.790042877197266,"PosZ":-9.557999610900879,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":83.02400207519531,"PosY":-7.790042877197266,"PosZ":-8.758000373840332,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":83.52400207519531,"PosY":-7.790042877197266,"PosZ":-9.557999610900879,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":96.5479965209961,"PosY":-7.790042877197266,"PosZ":-4.990001201629639,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":96.88800048828124,"PosY":-7.790042877197266,"PosZ":-5.789999961853027,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":97.38800048828124,"PosY":-7.790042877197266,"PosZ":-4.990001201629639,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":105.79000091552734,"PosY":-7.790050029754639,"PosZ":10.255000114440918,"RotY":180.0,"groupId":0}}},"68":{"props":[],"npcs":[{"ID":400001,"PosX":106.83999633789064,"PosY":-7.790042877197266,"PosZ":4.869999885559082,"Name":"NPC1","RotY":345.0,"NPCID":3013,"groupId":68,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"69":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":77.2699966430664,"PosY":-7.790042877197266,"PosZ":-7.29000186920166,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":77.2699966430664,"PosY":-7.790042877197266,"PosZ":-7.29000186920166,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":77.2699966430664,"PosY":-7.790042877197266,"PosZ":-7.29000186920166,"NPCMonsterID":1002040,"EventID":99999011,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"70":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":105.8030014038086,"PosY":-7.790042877197266,"PosZ":-6.5,"RotY":359.3028869628906,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":359.3028869628906,"PosX":105.8030014038086,"PosY":-7.790042877197266,"PosZ":-6.5,"NPCMonsterID":1002040,"EventID":99999011,"groupId":70,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"71":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":87.63999938964844,"PosY":-7.790042877197266,"PosZ":-6.690000057220459,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":87.63999938964844,"PosY":-7.790042877197266,"PosZ":-6.690000057220459,"NPCMonsterID":1002040,"EventID":99999011,"groupId":71,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P81231_F81231001":{"teleports":{},"group_items":{"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":150.46099853515625,"PosY":45.88595962524414,"PosZ":-106.69000244140624,"RotY":135.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":114.62049865722656,"PosY":45.702178955078125,"PosZ":-71.3184585571289,"RotY":135.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":132.298095703125,"PosY":45.702178955078125,"PosZ":-88.99613952636719,"RotY":135.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":118.15599822998048,"PosY":45.702178955078125,"PosZ":-74.85399627685547,"RotY":135.0,"groupId":0}}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":122.39859771728516,"PosY":45.702178955078125,"PosZ":-84.75348663330078,"RotY":345.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":128.0554962158203,"PosY":45.702178955078125,"PosZ":-79.09664154052734,"RotY":285.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":120.0198974609375,"PosY":45.702178955078125,"PosZ":-79.9041519165039,"RotY":255.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":119.08300018310548,"PosY":45.702178955078125,"PosZ":-80.2485122680664,"RotY":255.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":119.82340240478516,"PosY":45.702178955078125,"PosZ":-80.8827896118164,"RotY":255.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":126.64129638671876,"PosY":45.702178955078125,"PosZ":-87.58191680908203,"Name":"NPC1","RotY":330.0000915527344,"NPCID":1013,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":56.66400146484375,"PosY":42.46393966674805,"PosZ":-62.165000915527344,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":107.94100189208984,"PosY":45.7021598815918,"PosZ":-62.04999923706055,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":88.16000366210938,"PosY":45.70201110839844,"PosZ":-31.530000686645508,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":74.0099868774414,"PosY":45.7021598815918,"PosZ":-65.05000305175781,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_FinalDoor.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":98.01000213623047,"PosY":45.7021598815918,"PosZ":-62.04999923706055,"RotY":270.0,"groupId":0}}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":77.01000213623047,"PosY":45.7021598815918,"PosZ":-59.04999923706055,"RotY":90.0,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":80.01000213623047,"PosY":45.7021598815918,"PosZ":-62.04999923706055,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_BossRoomFinishToast.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":80.01000213623047,"PosY":45.7021598815918,"PosZ":-62.04999923706055,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":80.01000213623047,"PosY":45.7021598815918,"PosZ":-62.04999923706055,"NPCMonsterID":1002040,"EventID":0,"groupId":25,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":53.32600021362305,"PosY":44.04003143310547,"PosZ":8.206001281738281,"RotY":45.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":55.36000061035156,"PosY":43.96332931518555,"PosZ":15.6899995803833,"RotY":135.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":83.56300354003906,"PosY":45.70214080810547,"PosZ":-12.256999969482422,"RotY":135.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":64.00199890136719,"PosY":44.09405899047851,"PosZ":-11.065999984741213,"RotY":45.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":80.0876693725586,"PosY":44.0101203918457,"PosZ":-3.8350329399108887,"RotY":225.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":75.84503173828125,"PosY":44.0101203918457,"PosZ":-8.077674865722656,"RotY":135.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":68.06685638427734,"PosY":44.0101203918457,"PosZ":8.185786247253418,"RotY":135.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":65.9455337524414,"PosY":44.0101203918457,"PosZ":1.8218239545822144,"RotY":135.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":72.30948638916016,"PosY":44.0101203918457,"PosZ":3.9431440830230713,"RotY":135.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":68.66082763671875,"PosY":44.0101203918457,"PosZ":7.591815948486328,"RotY":135.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":66.49778747558594,"PosY":44.0101203918457,"PosZ":1.2695729732513428,"RotY":135.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":72.9246826171875,"PosY":44.0101203918457,"PosZ":3.3279619216918945,"RotY":135.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":62.40999984741211,"PosY":44.0101203918457,"PosZ":9.600000381469727,"RotY":135.0,"groupId":0}}},"28":{"props":[],"npcs":[{"ID":400001,"PosX":75.1379165649414,"PosY":44.0101203918457,"PosZ":-3.1279239654541016,"Name":"NPC1","RotY":315.0,"NPCID":3013,"groupId":28,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":41.75,"PosY":42.39950180053711,"PosZ":-39.9379997253418,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":64.16899871826172,"PosY":44.09405899047851,"PosZ":-11.375,"RotY":45.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":55.365028381347656,"PosY":42.39950180053711,"PosZ":-14.122329711914064,"RotY":135.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":59.607669830322266,"PosY":42.39950180053711,"PosZ":-18.36496925354004,"RotY":45.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":43.34421920776367,"PosY":42.39950180053711,"PosZ":-26.14314079284668,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":49.70817947387695,"PosY":42.39950180053711,"PosZ":-28.264469146728516,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":47.58686065673828,"PosY":42.39950180053711,"PosZ":-21.900510787963867,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":43.93817901611328,"PosY":42.39950180053711,"PosZ":-25.54917907714844,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":50.26042938232422,"PosY":42.39950180053711,"PosZ":-27.71221923828125,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":48.20204162597656,"PosY":42.39950180053711,"PosZ":-21.285320281982425,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":41.93000030517578,"PosY":42.39950180053711,"PosZ":-31.799999237060547,"RotY":45.0,"groupId":0}}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":54.657920837402344,"PosY":42.39950180053711,"PosZ":-19.072080612182617,"RotY":225.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":54.657920837402344,"PosY":42.39950180053711,"PosZ":-19.072080612182617,"RotY":225.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":225.0,"PosX":54.657920837402344,"PosY":42.39950180053711,"PosZ":-19.072080612182617,"NPCMonsterID":1002040,"EventID":0,"groupId":34,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":65.60299682617188,"PosY":45.702171325683594,"PosZ":-62.119998931884766,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":12.538999557495115,"PosY":37.65055847167969,"PosZ":-62.20500183105469,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":42.38999938964844,"PosY":42.39952087402344,"PosZ":-45.63199996948242,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":30.260000228881836,"PosY":42.42438125610352,"PosZ":-65.12000274658203,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":30.260000228881836,"PosY":42.42438125610352,"PosZ":-59.119998931884766,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":47.2599983215332,"PosY":42.42438125610352,"PosZ":-65.80000305175781,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":44.25999069213867,"PosY":42.42438125610352,"PosZ":-58.630001068115234,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":41.2599983215332,"PosY":42.42438125610352,"PosZ":-65.80000305175781,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":46.41999816894531,"PosY":42.42438125610352,"PosZ":-65.80000305175781,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":43.479000091552734,"PosY":42.42438125610352,"PosZ":-58.630001068115234,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":40.38999938964844,"PosY":42.42438125610352,"PosZ":-65.80000305175781,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":52.2599983215332,"PosY":42.42438125610352,"PosZ":-62.119998931884766,"RotY":270.0,"groupId":0}}},"37":{"props":[],"npcs":[{"ID":400001,"PosX":34.25999069213867,"PosY":42.42438125610352,"PosZ":-62.119998931884766,"Name":"NPC1","RotY":90.0,"NPCID":3013,"groupId":37,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-4.933000087738037,"PosY":13.618800163269045,"PosZ":-12.899999618530272,"RotY":270.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-33.08000183105469,"PosY":13.595000267028809,"PosZ":-27.024999618530273,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"39":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.88999938964844,"PosY":13.618800163269045,"PosZ":-15.470000267028809,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.88999938964844,"PosY":13.618800163269045,"PosZ":-9.470002174377441,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-14.890000343322754,"PosY":13.618800163269045,"PosZ":-15.470000267028809,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-17.889999389648438,"PosY":13.618800163269045,"PosZ":-9.470001220703123,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-20.88999938964844,"PosY":13.618800163269045,"PosZ":-15.470000267028809,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-15.729999542236328,"PosY":13.618800163269045,"PosZ":-15.470000267028809,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-18.67099952697754,"PosY":13.618800163269045,"PosZ":-9.470001220703123,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-21.760000228881836,"PosY":13.618800163269045,"PosZ":-15.470000267028809,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-9.890000343322754,"PosY":13.618800163269045,"PosZ":-12.470000267028809,"RotY":270.0,"groupId":0}}},"40":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.88999938964844,"PosY":13.618800163269045,"PosZ":-12.470000267028809,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-27.88999938964844,"PosY":13.618800163269045,"PosZ":-12.470000267028809,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-27.88999938964844,"PosY":13.618800163269045,"PosZ":-12.470000267028809,"NPCMonsterID":1002040,"EventID":0,"groupId":40,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":24.97100067138672,"PosY":42.4250602722168,"PosZ":-137.66900634765625,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":58.81999969482422,"PosY":46.051151275634766,"PosZ":-141.6699981689453,"RotY":180.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":34.83399963378906,"PosY":46.051151275634766,"PosZ":-170.12600708007812,"RotY":45.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":45.125999450683594,"PosY":48.03321075439453,"PosZ":-176.10000610351565,"RotY":135.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":25.799999237060547,"PosY":46.051151275634766,"PosZ":-157.30999755859375,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":25.799999237060547,"PosY":46.051151275634766,"PosZ":-151.30999755859375,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":42.79999923706055,"PosY":46.051151275634766,"PosZ":-157.30999755859375,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":39.79999923706055,"PosY":46.051151275634766,"PosZ":-151.30999755859375,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":36.79999923706055,"PosY":46.051151275634766,"PosZ":-157.30999755859375,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":41.959999084472656,"PosY":46.051151275634766,"PosZ":-157.30999755859375,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":39.01900100708008,"PosY":46.051151275634766,"PosZ":-151.30999755859375,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":35.93000030517578,"PosY":46.051151275634766,"PosZ":-157.30999755859375,"RotY":270.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":47.79999923706055,"PosY":46.051151275634766,"PosZ":-154.30999755859375,"RotY":270.0,"groupId":0}}},"43":{"props":[],"npcs":[{"ID":400001,"PosX":29.799999237060547,"PosY":46.051151275634766,"PosZ":-154.30999755859375,"Name":"NPC1","RotY":90.0,"NPCID":3013,"groupId":43,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":12.347999572753906,"PosY":37.65056991577149,"PosZ":-62.30500030517578,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":8.79699993133545,"PosY":40.70000076293945,"PosZ":-99.51000213623047,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":13.71399974822998,"PosY":36.87083053588867,"PosZ":-46.61000061035156,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"45":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.7200000286102295,"PosY":37.65056991577149,"PosZ":-57.04999923706055,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":3.2799999713897705,"PosY":37.65056991577149,"PosZ":-57.04999923706055,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.7200000286102295,"PosY":39.98711013793945,"PosZ":-96.1500015258789,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":3.2799999713897705,"PosY":39.987098693847656,"PosZ":-92.11000061035156,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.720000982284546,"PosY":37.65056991577149,"PosZ":-69.08000183105469,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.7200000286102295,"PosY":39.98711013793945,"PosZ":-95.31001281738281,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":3.280003070831299,"PosY":39.987098693847656,"PosZ":-91.3290023803711,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-2.7200000286102295,"PosY":37.65056991577149,"PosZ":-68.20999908447266,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":0.2800000011920929,"PosY":39.98711013793945,"PosZ":-101.02999877929688,"RotY":0.0,"groupId":0}}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.2800000011920929,"PosY":37.65056991577149,"PosZ":-61.04999923706055,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.2800000011920929,"PosY":37.65056991577149,"PosZ":-61.04999923706055,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":0.2800000011920929,"PosY":37.65056991577149,"PosZ":-61.04999923706055,"NPCMonsterID":1002040,"EventID":0,"groupId":46,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.2980000078678131,"PosY":39.98707962036133,"PosZ":-83.29000091552734,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":0.2980000078678131,"PosY":39.98707962036133,"PosZ":-83.29000091552734,"NPCMonsterID":1002040,"EventID":0,"groupId":47,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.25,"PosY":39.987091064453125,"PosZ":-84.23999786376953,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":0.25,"PosY":39.987091064453125,"PosZ":-84.23999786376953,"NPCMonsterID":1002040,"EventID":0,"groupId":48,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":57.34000015258789,"PosY":46.051151275634766,"PosZ":-141.28199768066406,"RotY":180.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":30.059999465942383,"PosY":46.05110168457031,"PosZ":-100.62000274658205,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":72.73100280761719,"PosY":48.532588958740234,"PosZ":-123.51000213623048,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"50":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":60.34000015258789,"PosY":46.051151275634766,"PosZ":-137.30999755859375,"RotY":270.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":54.34000015258789,"PosY":46.051151275634766,"PosZ":-137.30999755859375,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":53.31999969482422,"PosY":46.051151275634766,"PosZ":-118.16999816894533,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":43.0,"PosY":46.051151275634766,"PosZ":-107.80999755859376,"RotY":135.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":60.34000015258789,"PosY":46.051151275634766,"PosZ":-126.30999755859376,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":53.31999969482422,"PosY":46.051151275634766,"PosZ":-119.01000213623048,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":43.52949142456055,"PosY":46.051151275634766,"PosZ":-108.38410186767578,"RotY":135.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":60.34000015258789,"PosY":46.051151275634766,"PosZ":-127.18000030517578,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":39.64799880981445,"PosY":46.0642204284668,"PosZ":-100.91999816894533,"RotY":135.0,"groupId":0}}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":57.34000015258789,"PosY":46.051151275634766,"PosZ":-133.30999755859375,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":57.34000015258789,"PosY":46.051151275634766,"PosZ":-133.30999755859375,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":9.999999747378752e-6,"PosX":57.34000015258789,"PosY":46.051151275634766,"PosZ":-133.30999755859375,"NPCMonsterID":1002040,"EventID":0,"groupId":51,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"52":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":53.15999984741211,"PosY":46.051151275634766,"PosZ":-113.77999877929688,"RotY":315.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":315.0,"PosX":53.15999984741211,"PosY":46.051151275634766,"PosZ":-113.77999877929688,"NPCMonsterID":1002040,"EventID":0,"groupId":52,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"53":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":57.22999954223633,"PosY":46.051151275634766,"PosZ":-123.44000244140624,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":57.22999954223633,"PosY":46.051151275634766,"PosZ":-123.44000244140624,"NPCMonsterID":1002040,"EventID":0,"groupId":53,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"54":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-66.75,"PosY":13.964909553527832,"PosZ":63.555999755859375,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.529998779296875,"PosY":18.030929565429688,"PosZ":45.08000183105469,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-25.809999465942383,"PosY":18.030929565429688,"PosZ":81.70999908447266,"RotY":90.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.18000030517578,"PosY":18.030929565429688,"PosZ":89.0780029296875,"RotY":0.0,"PropID":1029,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"55":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.31999969482422,"PosY":18.030929565429688,"PosZ":53.5,"RotY":270.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.31999969482422,"PosY":18.030929565429688,"PosZ":53.5,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-40.650001525878906,"PosY":18.030929565429688,"PosZ":73.13999938964844,"RotY":225.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.31999969482422,"PosY":18.030929565429688,"PosZ":67.5,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.83100128173828,"PosY":18.030929565429688,"PosZ":81.125,"RotY":317.2300109863281,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-41.23965072631836,"PosY":18.030929565429688,"PosZ":72.54171752929688,"RotY":225.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-50.31999969482422,"PosY":18.030929565429688,"PosZ":66.71900177001953,"RotY":180.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-42.45899963378906,"PosY":18.030929565429688,"PosZ":80.5510025024414,"RotY":317.2300109863281,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-30.32699966430664,"PosY":18.030920028686523,"PosZ":80.78600311279298,"RotY":270.0,"groupId":0}}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.31999969482422,"PosY":18.030929565429688,"PosZ":57.5,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.31999969482422,"PosY":18.030929565429688,"PosZ":57.5,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":9.999999747378752e-6,"PosX":-47.31999969482422,"PosY":18.030929565429688,"PosZ":57.5,"NPCMonsterID":1002040,"EventID":0,"groupId":56,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"57":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.040000915527344,"PosY":18.030929565429688,"PosZ":70.81999969482422,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":45.0,"PosX":-47.040000915527344,"PosY":18.030929565429688,"PosZ":70.81999969482422,"NPCMonsterID":1002040,"EventID":0,"groupId":57,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.91299819946289,"PosY":18.030929565429688,"PosZ":70.26799774169922,"RotY":45.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":45.0,"PosX":-46.09299850463867,"PosY":18.030929565429688,"PosZ":71.88799285888672,"NPCMonsterID":1002040,"EventID":0,"groupId":58,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"59":{"props":[],"npcs":[{"ID":400001,"PosX":-35.40999984741211,"PosY":18.030929565429688,"PosZ":82.98999786376953,"Name":"NPC1","RotY":115.0,"NPCID":3013,"groupId":59,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"61":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.239999771118164,"PosY":18.030929565429688,"PosZ":82.87000274658203,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-31.239999771118164,"PosY":18.030929565429688,"PosZ":76.87000274658203,"RotY":90.00000762939453,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-45.7599983215332,"PosY":18.030929565429688,"PosZ":66.12999725341797,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-48.680999755859375,"PosY":18.030929565429688,"PosZ":61.400001525878906,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-39.12900161743164,"PosY":18.030929565429688,"PosZ":74.94300079345702,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.91999816894531,"PosY":18.030929565429688,"PosZ":66.12999725341797,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-47.900001525878906,"PosY":18.030929565429688,"PosZ":61.400001525878906,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-38.52000045776367,"PosY":18.030929565429688,"PosZ":75.54000091552734,"RotY":45.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-46.80799865722656,"PosY":18.030929565429688,"PosZ":56.25899887084961,"RotY":0.0,"groupId":0}}},"62":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.2400016784668,"PosY":18.030929565429688,"PosZ":79.87000274658203,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-35.2400016784668,"PosY":18.030929565429688,"PosZ":79.87000274658203,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":-35.2400016784668,"PosY":18.030929565429688,"PosZ":79.87000274658203,"NPCMonsterID":1002040,"EventID":0,"groupId":62,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"63":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-43.16999816894531,"PosY":18.030929565429688,"PosZ":74.91000366210938,"RotY":225.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":225.0,"PosX":-43.16999816894531,"PosY":18.030920028686523,"PosZ":74.91000366210938,"NPCMonsterID":1002040,"EventID":0,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-44.209999084472656,"PosY":18.030929565429688,"PosZ":73.81999969482422,"RotY":225.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":225.0,"PosX":-44.209999084472656,"PosY":18.030929565429688,"PosZ":73.81999969482422,"NPCMonsterID":1002040,"EventID":0,"groupId":64,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":50.459999084472656,"PosY":42.42438125610352,"PosZ":-59.11000061035156,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":50.459999084472656,"PosY":42.42438125610352,"PosZ":-65.11000061035156,"RotY":90.00000762939453,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":33.459999084472656,"PosY":42.42438125610352,"PosZ":-58.61000061035156,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":36.459999084472656,"PosY":42.42438125610352,"PosZ":-65.70999908447266,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":39.459999084472656,"PosY":42.42438125610352,"PosZ":-58.61000061035156,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":34.29999923706055,"PosY":42.42438125610352,"PosZ":-58.61000061035156,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":37.24100112915039,"PosY":42.42438125610352,"PosZ":-65.70999908447266,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":40.33000183105469,"PosY":42.42438125610352,"PosZ":-58.61000061035156,"RotY":90.00000762939453,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":28.459999084472656,"PosY":42.42438125610352,"PosZ":-62.11000061035156,"RotY":90.00000762939453,"groupId":0}}},"69":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":46.459999084472656,"PosY":42.42438125610352,"PosZ":-60.970001220703125,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":46.459999084472656,"PosY":42.42438125610352,"PosZ":-60.970001220703125,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":46.459999084472656,"PosY":42.42438125610352,"PosZ":-60.970001220703125,"NPCMonsterID":1002040,"EventID":0,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"70":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":46.470001220703125,"PosY":42.42438125610352,"PosZ":-63.349998474121094,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":46.470001220703125,"PosY":42.42438125610352,"PosZ":-63.349998474121094,"NPCMonsterID":1002040,"EventID":0,"groupId":70,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P81232_F81232001":{"teleports":{},"group_items":{"4":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-36.099998474121094,"PosY":1.5917069911956787,"PosZ":10.06999969482422,"RotY":74.9999771118164,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-404.6499938964844,"PosY":-45.30646133422851,"PosZ":90.1500015258789,"RotY":180.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":4,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-5.889999866485596,"PosY":1.5324009656906128,"PosZ":17.079999923706055,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-29.88999938964844,"PosY":1.5917069911956787,"PosZ":14.079999923706056,"RotY":90.0,"groupId":0}}},"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.890000343322754,"PosY":1.5324009656906128,"PosZ":14.079999923706056,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-8.890000343322754,"PosY":1.5324009656906128,"PosZ":11.079999923706056,"RotY":270.0,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_GachaMachine.json","State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-11.890000343322754,"PosY":1.5324009656906128,"PosZ":14.079999923706056,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":-11.890000343322754,"PosY":1.5324009656906128,"PosZ":14.079999923706056,"NPCMonsterID":1002040,"EventID":0,"groupId":6,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.9499969482422,"PosY":11.920000076293944,"PosZ":4.730000019073486,"RotY":89.99994659423828,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-199.67999267578125,"PosY":15.466110229492188,"PosZ":4.849999904632568,"RotY":90.00003814697266,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-127.62999725341795,"PosY":11.920000076293944,"PosZ":-1.7799999713897705,"RotY":0.000014999999621068127,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-127.62999725341795,"PosY":11.920000076293944,"PosZ":11.329999923706056,"RotY":180.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-172.91000366210938,"PosY":15.739999771118164,"PosZ":2.309999942779541,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-172.91000366210938,"PosY":15.739999771118164,"PosZ":7.309999942779541,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-134.2100067138672,"PosY":11.86299991607666,"PosZ":0.7900000214576721,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-151.58999633789065,"PosY":11.86299991607666,"PosZ":8.45300006866455,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-152.0507049560547,"PosY":11.843999862670898,"PosZ":1.0570000410079956,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.18099975585938,"PosY":11.86299991607666,"PosZ":0.7900000214576721,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-153.06199645996094,"PosY":11.839369773864746,"PosZ":7.545999050140381,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-153.1790008544922,"PosY":11.839360237121582,"PosZ":1.830999970436096,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-123.94000244140624,"PosY":11.890000343322754,"PosZ":5.03000020980835,"RotY":270.0,"groupId":0}}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-34.5099983215332,"PosY":-2.1339519023895264,"PosZ":-172.2100067138672,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":11.779999732971191,"PosY":0.1469999998807907,"PosZ":157.58999633789065,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.00007629394531,"PosX":-168.91000366210938,"PosY":15.739999771118164,"PosZ":4.809999942779541,"NPCMonsterID":1002040,"EventID":0,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-134.64999389648438,"PosY":11.821999549865724,"PosZ":8.329999923706055,"RotY":179.96409606933594,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":179.96409606933594,"PosX":-134.64999389648438,"PosY":11.821999549865724,"PosZ":8.329999923706055,"NPCMonsterID":1002040,"EventID":0,"groupId":10,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.08999633789065,"PosY":11.659999847412108,"PosZ":-4.309999942779541,"RotY":359.964111328125,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":359.964111328125,"PosX":-150.08999633789065,"PosY":11.659999847412108,"PosZ":-4.309999942779541,"NPCMonsterID":1002040,"EventID":0,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-318.6099853515625,"PosY":-29.517589569091797,"PosZ":12.086999893188477,"RotY":-0.00003899999865097925,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-314.2900085449219,"PosY":-35.38576889038086,"PosZ":52.83000183105469,"RotY":165.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-314.7969970703125,"PosY":-35.48524856567383,"PosZ":49.19100189208984,"RotY":199.76170349121097,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-310.260009765625,"PosY":-35.48524856567383,"PosZ":47.560001373291016,"RotY":199.76170349121097,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-318.6820068359375,"PosY":-35.236351013183594,"PosZ":33.064998626708984,"RotY":345.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-318.7909851074219,"PosY":-35.22494125366211,"PosZ":34.29499816894531,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-323.07000732421875,"PosY":-35.60947036743164,"PosZ":40.290000915527344,"RotY":15.000109672546388,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-319.3299865722656,"PosY":-35.287418365478516,"PosZ":35.68999099731445,"RotY":345.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-311.67999267578125,"PosY":-35.473880767822266,"PosZ":30.309999465942383,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-323.0570068359375,"PosY":-35.9574089050293,"PosZ":39.12300109863281,"RotY":90.00010681152344,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-318.7200012207031,"PosY":-32.784000396728516,"PosZ":22.1200008392334,"RotY":14.999939918518066,"groupId":0}}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-313.8500061035156,"PosY":-35.48524856567383,"PosZ":44.16999816894531,"RotY":199.76170349121097,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-313.8500061035156,"PosY":-35.48524856567383,"PosZ":44.16999816894531,"RotY":199.76170349121097,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":199.76170349121097,"PosX":-313.8500061035156,"PosY":-35.48524856567383,"PosZ":44.16999816894531,"NPCMonsterID":1002040,"EventID":0,"groupId":14,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-351.7900085449219,"PosY":-36.97999954223633,"PosZ":25.899999618530273,"RotY":74.99992370605469,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-395.3399963378906,"PosY":-34.393280029296875,"PosZ":22.760000228881836,"RotY":90.00000762939453,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-395.3399963378906,"PosY":-34.393280029296875,"PosZ":-12.210000038146973,"RotY":90.00000762939453,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"16":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-378.79000854492193,"PosY":-36.97999954223633,"PosZ":20.757999420166016,"RotY":269.9997863769531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-378.79000854492193,"PosY":-36.97999954223633,"PosZ":25.757999420166016,"RotY":269.9997863769531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-367.9200134277344,"PosY":-37.08338165283203,"PosZ":27.010000228881836,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-366.79000854492193,"PosY":-36.97999954223633,"PosZ":17.510000228881836,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-367.7690124511718,"PosY":-36.97999954223633,"PosZ":17.549999237060547,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-367.0339965820313,"PosY":-36.97999954223633,"PosZ":27.010000228881836,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-368.75,"PosY":-36.97999954223633,"PosZ":17.510000228881836,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-368.8399963378906,"PosY":-37.038238525390625,"PosZ":26.940000534057617,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":16,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-356.7900085449219,"PosY":-36.97999954223633,"PosZ":23.257999420166016,"RotY":269.9997863769531,"groupId":0}}},"17":{"props":[],"npcs":[{"ID":400001,"PosX":-374.79000854492193,"PosY":-36.97999954223633,"PosZ":23.257999420166016,"Name":"NPC1","RotY":89.9997329711914,"NPCID":3013,"groupId":17,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-383.260009765625,"PosY":-36.96900177001953,"PosZ":-15.220000267028809,"RotY":270.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-363.260009765625,"PosY":-36.96900177001953,"PosZ":-15.220000267028809,"RotY":270.0000915527344,"groupId":0}}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-373.260009765625,"PosY":-36.96900177001953,"PosZ":-11.220000267028809,"RotY":120.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_PickMachine_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-373.260009765625,"PosY":-36.96900177001953,"PosZ":-19.219999313354492,"RotY":60.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Rogue/InitLevelGraph_Prop_RogueLobby_ReviveMachine_01.json","State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-368.1619873046875,"PosY":-36.96900177001953,"PosZ":-12.133999824523926,"RotY":120.0,"PropID":102006,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_MPRecoverBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-368.7250061035156,"PosY":-36.96900177001953,"PosZ":-11.477999687194824,"RotY":120.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-367.8900146484375,"PosY":-36.96900177001953,"PosZ":-11.54599952697754,"RotY":120.0,"PropID":102005,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_HPRecoverBox_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-378.260009765625,"PosY":-36.96900177001953,"PosZ":-12.220000267028809,"Name":"NPC1","RotY":105.00009918212892,"NPCID":1013,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-361.9599914550782,"PosY":-36.97999954223633,"PosZ":24.84000015258789,"RotY":269.9997863769531,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":11.779999732971191,"PosY":0.1469999998807907,"PosZ":157.58999633789065,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":269.9997863769531,"PosX":-361.9599914550782,"PosY":-36.97999954223633,"PosZ":24.84000015258789,"NPCMonsterID":1002040,"EventID":0,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-361.9599914550782,"PosY":-36.97999954223633,"PosZ":22.136999130249023,"RotY":269.9997863769531,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":269.9997863769531,"PosX":-361.9599914550782,"PosY":-36.97999954223633,"PosZ":22.136999130249023,"NPCMonsterID":1002040,"EventID":0,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-357.760009765625,"PosY":-36.97999954223633,"PosZ":21.06999969482422,"RotY":269.9997863769531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-357.760009765625,"PosY":-36.97999954223633,"PosZ":26.06999969482422,"RotY":269.9997863769531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-368.05999755859375,"PosY":-37.08578109741211,"PosZ":27.00900077819824,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-369.3699951171875,"PosY":-36.97999954223633,"PosZ":17.510000228881836,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-370.3489990234375,"PosY":-37.11119079589844,"PosZ":17.549999237060547,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-367.0199890136718,"PosY":-36.97999954223633,"PosZ":27.010000228881836,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-369.8999938964844,"PosY":-36.97999954223633,"PosZ":18.43000030517578,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-367.5299987792969,"PosY":-37.01559066772461,"PosZ":26.149999618530273,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-379.9599914550782,"PosY":-36.97999954223633,"PosZ":23.260000228881836,"RotY":89.9997329711914,"groupId":0}}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-425.9599914550782,"PosY":-44.5100212097168,"PosZ":115.41999816894533,"RotY":89.9999008178711,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-404.6953125,"PosY":-45.26755905151367,"PosZ":90.44000244140624,"RotY":0.00003600000127335079,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"24":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-409.1499938964844,"PosY":-44.429908752441406,"PosZ":117.44000244140624,"RotY":0.00003600000127335079,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-402.1499938964844,"PosY":-44.429908752441406,"PosZ":117.44000244140624,"RotY":0.00003600000127335079,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-409.0429992675782,"PosY":-44.5099983215332,"PosZ":101.52300262451172,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-398.6600036621094,"PosY":-44.51002883911133,"PosZ":106.58999633789064,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-398.5870056152344,"PosY":-44.51002883911133,"PosZ":107.73899841308594,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-409.8760070800782,"PosY":-44.5099983215332,"PosZ":102.36000061035156,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-398.3030090332031,"PosY":-44.51002883911133,"PosZ":105.51100158691406,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-408.9649963378906,"PosY":-44.51002883911133,"PosZ":102.39900207519533,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":24,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-405.6499938964844,"PosY":-45.26755905151367,"PosZ":95.44000244140624,"RotY":0.00003600000127335079,"groupId":0}}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-405.6499938964844,"PosY":-44.429901123046875,"PosZ":113.44000244140624,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-313.8500061035156,"PosY":-35.48524856567383,"PosZ":44.16999816894531,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":-405.6499938964844,"PosY":-44.429901123046875,"PosZ":113.44000244140624,"NPCMonsterID":1002040,"EventID":0,"groupId":25,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-404.4708862304687,"PosY":-36.8701286315918,"PosZ":-33.22999954223633,"RotY":-0.00007200000254670158,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-395.5,"PosY":-39.43946838378906,"PosZ":-67.22000122070312,"RotY":270.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-404.2579956054687,"PosY":-39.34099960327149,"PosZ":-75.06099700927734,"RotY":-0.00007200000254670158,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-404.4708862304687,"PosY":-36.8701286315918,"PosZ":-33.22999954223633,"RotY":-0.00007200000254670158,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-402.04638671875,"PosY":-39.36101913452149,"PosZ":-70.18000030517578,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-407.04638671875,"PosY":-39.36101913452149,"PosZ":-70.18000030517578,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-400.9179992675782,"PosY":-39.43947982788086,"PosZ":-57.625,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-400.8699951171875,"PosY":-39.43947982788086,"PosZ":-58.81999969482422,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-408.1700134277344,"PosY":-39.43947982788086,"PosZ":-61.43000030517578,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-408.19000244140625,"PosY":-39.43947982788086,"PosZ":-60.369998931884766,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-400.8699951171875,"PosY":-39.43947982788086,"PosZ":-59.970001220703125,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-408.1700134277344,"PosY":-39.43947982788086,"PosZ":-62.36199951171875,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-404.54638671875,"PosY":-39.36101913452149,"PosZ":-48.90399932861328,"RotY":180.0,"groupId":0}}},"28":{"props":[],"npcs":[{"ID":400001,"PosX":-404.4700012207031,"PosY":-39.43946838378906,"PosZ":-66.27999877929688,"Name":"NPC1","RotY":0.0,"NPCID":3013,"groupId":28,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-464.1799926757813,"PosY":-44.48004913330078,"PosZ":85.68000030517578,"RotY":-0.00007200000254670158,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-468.7760009765625,"PosY":-44.54909133911133,"PosZ":50.03900146484375,"RotY":211.6060028076172,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-461.6799926757813,"PosY":-44.48004913330078,"PosZ":55.54999923706055,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-466.6799926757813,"PosY":-44.48004913330078,"PosZ":55.54999923706055,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-468.1799926757813,"PosY":-44.48003005981445,"PosZ":68.16000366210938,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-460.010009765625,"PosY":-44.48003005981445,"PosZ":68.03700256347656,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-459.49798583984375,"PosY":-44.47999954223633,"PosZ":69.09400177001953,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-467.2799987792969,"PosY":-44.48003005981445,"PosZ":68.16000366210938,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-468.2099914550782,"PosY":-44.48003005981445,"PosZ":68.98999786376953,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-460.4100036621094,"PosY":-44.47999954223633,"PosZ":69.09400177001953,"RotY":269.9997863769531,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-464.1799926757813,"PosY":-44.48004913330078,"PosZ":77.55000305175781,"RotY":180.0,"groupId":0}}},"31":{"props":[],"npcs":[{"ID":400001,"PosX":-464.1799926757813,"PosY":-44.48004913330078,"PosZ":59.54999923706055,"Name":"NPC1","RotY":0.0,"NPCID":3013,"groupId":31,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-465.7300109863282,"PosY":-51.2453498840332,"PosZ":-64.8499984741211,"RotY":89.99994659423828,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-499.2699890136718,"PosY":-51.13999938964844,"PosZ":-27.8700008392334,"RotY":0.0000940000027185306,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-495.3299865722656,"PosY":-51.2453498840332,"PosZ":-32.34000015258789,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-501.3299865722656,"PosY":-51.2453498840332,"PosZ":-32.34000015258789,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-491.30029296875,"PosY":-51.24652862548828,"PosZ":-48.81999969482422,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-503.739990234375,"PosY":-51.24652862548828,"PosZ":-54.0099983215332,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-505.1099853515625,"PosY":-51.24652862548828,"PosZ":-51.84000015258789,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-492.239990234375,"PosY":-51.24652862548828,"PosZ":-48.81999969482422,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-503.510009765625,"PosY":-51.24652862548828,"PosZ":-43.237998962402344,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-504.4200134277344,"PosY":-51.2453498840332,"PosZ":-43.88999938964844,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-480.4200134277344,"PosY":-51.2453498840332,"PosZ":-57.83000183105469,"RotY":270.0,"groupId":0}}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-498.3299865722656,"PosY":-51.2453498840332,"PosZ":-36.34000015258789,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-498.3299865722656,"PosY":-51.2453498840332,"PosZ":-36.34000015258789,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":-498.3299865722656,"PosY":-51.2453498840332,"PosZ":-36.34000015258789,"NPCMonsterID":1002040,"EventID":0,"groupId":34,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-498.4200134277344,"PosY":-51.2453498840332,"PosZ":-60.060001373291016,"RotY":89.99992370605469,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":89.99992370605469,"PosX":-498.4200134277344,"PosY":-51.2453498840332,"PosZ":-60.060001373291016,"NPCMonsterID":1002040,"EventID":0,"groupId":35,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-498.4200134277344,"PosY":-51.2453498840332,"PosZ":-57.560001373291016,"RotY":89.99992370605469,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":89.99992370605469,"PosX":-498.4200134277344,"PosY":-51.2453498840332,"PosZ":-57.560001373291016,"NPCMonsterID":1002040,"EventID":0,"groupId":36,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-483.1310119628906,"PosY":-46.38996887207031,"PosZ":28.1299991607666,"RotY":89.99994659423828,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-506.9249877929687,"PosY":-50.617698669433594,"PosZ":-0.9760000109672547,"RotY":0.000043000000005122274,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-582.85888671875,"PosY":-58.599899291992195,"PosZ":4.880000114440918,"RotY":89.99994659423828,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-578.3388061523438,"PosY":-58.599899291992195,"PosZ":2.3387091159820557,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-578.3386840820312,"PosY":-58.599899291992195,"PosZ":7.338708877563477,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-516.3099975585938,"PosY":-51.24531173706055,"PosZ":9.729999542236328,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-526.3699951171875,"PosY":-51.24531173706055,"PosZ":1.2599999904632568,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-549.9450073242188,"PosY":-53.508880615234375,"PosZ":1.5199999809265137,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-522.8599853515625,"PosY":-51.24531173706055,"PosZ":10.149999618530272,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-526.3699951171875,"PosY":-51.24531173706055,"PosZ":8.470000267028809,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-549.9450073242188,"PosY":-53.508880615234375,"PosZ":8.319999694824219,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-506.55999755859375,"PosY":-51.1586799621582,"PosZ":13.909999847412108,"RotY":270.0,"groupId":0}}},"39":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-572.7899780273438,"PosY":-58.500450134277344,"PosZ":4.929999828338623,"RotY":90.00003051757812,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-498.3299865722656,"PosY":-51.2453498840332,"PosZ":-36.34000015258789,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.00003051757812,"PosX":-572.7899780273438,"PosY":-58.500450134277344,"PosZ":4.929999828338623,"NPCMonsterID":1002040,"EventID":0,"groupId":39,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"40":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-522.239990234375,"PosY":-51.24531173706055,"PosZ":-1.809999942779541,"RotY":-0.000058000001445179805,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":-0.000058000001445179805,"PosX":-522.239990234375,"PosY":-51.24531173706055,"PosZ":-1.809999942779541,"NPCMonsterID":1002040,"EventID":0,"groupId":40,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-543.7899780273438,"PosY":-53.50886917114258,"PosZ":5.099999904632568,"RotY":89.99992370605469,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":89.99992370605469,"PosX":-543.7899780273438,"PosY":-53.50886917114258,"PosZ":5.099999904632568,"NPCMonsterID":1002040,"EventID":0,"groupId":41,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-572.7899780273438,"PosY":-58.500450134277344,"PosZ":4.929999828338623,"RotY":90.00003051757812,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-498.3299865722656,"PosY":-51.2453498840332,"PosZ":-36.34000015258789,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.00003051757812,"PosX":-572.7899780273438,"PosY":-58.500450134277344,"PosZ":4.929999828338623,"NPCMonsterID":1002040,"EventID":0,"groupId":42,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"43":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-522.239990234375,"PosY":-51.24531173706055,"PosZ":-1.809999942779541,"RotY":-0.000058000001445179805,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":-0.000058000001445179805,"PosX":-522.239990234375,"PosY":-51.24531173706055,"PosZ":-1.809999942779541,"NPCMonsterID":1002040,"EventID":0,"groupId":43,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-543.7899780273438,"PosY":-53.50886917114258,"PosZ":5.099999904632568,"RotY":89.99992370605469,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":89.99992370605469,"PosX":-543.7899780273438,"PosY":-53.50886917114258,"PosZ":5.099999904632568,"NPCMonsterID":1002040,"EventID":0,"groupId":44,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"45":{"props":[],"npcs":[{"ID":400001,"PosX":-514.3699951171875,"PosY":-51.24531173706055,"PosZ":16.18000030517578,"Name":"NPC1","RotY":104.99990081787108,"NPCID":3013,"groupId":45,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-483.1310119628906,"PosY":-46.38996887207031,"PosZ":28.1299991607666,"RotY":89.99994659423828,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-415.1600036621094,"PosY":-34.556190490722656,"PosZ":4.760000228881836,"RotY":270.0000915527344,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-468.7760009765625,"PosY":-44.54909133911133,"PosZ":50.03900146484375,"RotY":211.6060028076172,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-468.0499877929687,"PosY":-45.534820556640625,"PosZ":41.790000915527344,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-473.0499877929687,"PosY":-45.534820556640625,"PosZ":42.779998779296875,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-459.4020080566406,"PosY":-38.66836166381836,"PosZ":-2.806999921798706,"RotY":312.8330993652344,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-478.1499938964844,"PosY":-46.38996887207031,"PosZ":31.43000030517578,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-466.2699890136718,"PosY":-46.38996887207031,"PosZ":34.349998474121094,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-460.0759887695313,"PosY":-38.87709045410156,"PosZ":-2.181999921798706,"RotY":312.8330993652344,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-479.0870056152344,"PosY":-46.38998031616211,"PosZ":30.250999450683594,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-466.2699890136718,"PosY":-46.38996887207031,"PosZ":33.31999969482422,"RotY":0.0,"PropID":102008,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_Des_Bottle_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-430.4100036621094,"PosY":-34.556190490722656,"PosZ":4.710000038146973,"RotY":270.0,"groupId":0}}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-471.1499938964844,"PosY":-45.69108963012695,"PosZ":37.630001068115234,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-471.1499938964844,"PosY":-45.69108963012695,"PosZ":37.630001068115234,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogueV3/Maze_Rogue_Prop_ElitHint.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":-471.1499938964844,"PosY":-45.69108963012695,"PosZ":37.630001068115234,"NPCMonsterID":1002040,"EventID":0,"groupId":48,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-464.9620056152344,"PosY":-41.037811279296875,"PosZ":8.911999702453613,"RotY":134.99989318847656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":134.99989318847656,"PosX":-464.9620056152344,"PosY":-41.037811279296875,"PosZ":8.911999702453613,"NPCMonsterID":1002040,"EventID":0,"groupId":49,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"50":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-464.9620056152344,"PosY":-41.037811279296875,"PosZ":8.911999702453613,"RotY":134.99989318847656,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":105.0,"PosX":-467.16598510742193,"PosY":-40.96540832519531,"PosZ":6.708001136779785,"NPCMonsterID":1002040,"EventID":0,"groupId":50,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"52":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-395.3399963378906,"PosY":-34.393280029296875,"PosZ":-12.210000038146973,"RotY":90.00000762939453,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap02/InitLevelGraph_Prop_Chap02_BlockLine_01.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}}}},"P81311_F81311001":{"teleports":{"2390":{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.19000244140625,"PosY":-4.760000228881836,"PosZ":-79.73999786376953,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}},"group_items":{"5":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":146.21800231933594,"PosY":28.083730697631836,"PosZ":-175.91299438476565,"RotY":0.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":81.34600067138672,"PosY":22.089000701904297,"PosZ":-196.9250030517578,"RotY":89.99987030029298,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.31999969482422,"PosY":22.100000381469727,"PosZ":-196.8090057373047,"RotY":89.99987030029298,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.3030014038086,"PosY":22.09000015258789,"PosZ":-148.88900756835938,"RotY":270.0000915527344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.4080047607422,"PosY":22.09000015258789,"PosZ":-148.88900756835938,"RotY":270.0000915527344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.343994140625,"PosY":-4.909992218017578,"PosZ":-61.77899932861328,"RotY":0.000012000000424450263,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300009,"Category":"","GroupName":"","LoadSide":null,"PosX":149.2550048828125,"PosY":28.111000061035156,"PosZ":-130.927001953125,"RotY":270.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":110.20400238037108,"PosY":22.108999252319336,"PosZ":-217.94400024414065,"RotY":0.000012000000424450263,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.33099365234375,"PosY":-4.909992218017578,"PosZ":-79.77300262451172,"RotY":270.0,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-188.50100708007812,"PosY":16.040000915527344,"PosZ":-55.88999938964844,"RotY":-0.00005500000042957254,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":-156.4149932861328,"PosY":-10.909999847412108,"PosZ":-130.93190002441406,"RotY":89.99981689453125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300013,"Category":"","GroupName":"","LoadSide":null,"PosX":-165.4029998779297,"PosY":-10.909999847412108,"PosZ":-139.927001953125,"RotY":-0.00017800000205170363,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300015,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.3219985961914,"PosY":-16.909990310668945,"PosZ":-196.91299438476565,"RotY":89.99981689453125,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"},{"ID":300016,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.22100067138672,"PosY":-16.868000030517578,"PosZ":-198.93099975585935,"RotY":269.9997863769531,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300018,"Category":"","GroupName":"","LoadSide":null,"PosX":-173.38499450683594,"PosY":22.08099937438965,"PosZ":-148.88699340820312,"RotY":270.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_03.json","State":"Open","propStateList":["Closed","Open"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300014,"Category":"","GroupName":"","LoadSide":null,"PosX":-190.55099487304688,"PosY":16.032100677490234,"PosZ":-52.573001861572266,"RotY":-0.0002189999941037968,"PropID":103039,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Common/InitLevelGraph_Prop_Common_Console_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Controller_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.16500091552734,"PosY":22.09000015258789,"PosZ":-175.8090057373047,"RotY":180.00010681152344,"PropID":103031,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Door_02.json","State":"Open","propStateList":["Closed","Open","Locked"],"groupId":5,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"6":{"props":[{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":159.22869873046875,"PosY":27.79326057434082,"PosZ":-139.0478973388672,"RotY":15.697290420532228,"PropID":103013,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Portal_01.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_FramePortal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":70.98699951171875,"PosY":-16.918149948120117,"PosZ":-249.1300048828125,"RotY":180.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":73.44000244140625,"PosY":22.09000015258789,"PosZ":-243.06500244140625,"RotY":90.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-67.697998046875,"PosY":-16.918149948120117,"PosZ":-249.1300048828125,"RotY":180.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-73.51599884033203,"PosY":22.09000015258789,"PosZ":-246.6499938964844,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.96800231933594,"PosY":21.031890869140625,"PosZ":-33.553001403808594,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.96800231933594,"PosY":21.031890869140625,"PosZ":-30.253999710083008,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.79000091552734,"PosY":-4.906000137329102,"PosZ":-30.006000518798828,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.79000091552734,"PosY":-4.906000137329102,"PosZ":-33.30500030517578,"RotY":270.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300010,"Category":"","GroupName":"","LoadSide":null,"PosX":120.5,"PosY":32.410011291503906,"PosZ":-337.989990234375,"RotY":0.0,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300011,"Category":"","GroupName":"","LoadSide":null,"PosX":264.50299072265625,"PosY":32.420021057128906,"PosZ":-310.4549865722656,"RotY":180.00010681152344,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Open","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"},{"ID":300012,"Category":"","GroupName":"","LoadSide":null,"PosX":261.21099853515625,"PosY":32.420021057128906,"PosZ":-410.1950073242187,"RotY":0.00007899999764049426,"PropID":103096,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_ElevatorCtrl_01.json","State":"Closed","propStateList":["Closed","Open"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_ElevatorConsole_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":76.87999725341797,"PosY":22.089000701904297,"PosZ":-243.9929962158203,"RotY":0.0,"groupId":0},"2":{"ID":2,"PosX":-75.86599731445312,"PosY":22.089000701904297,"PosZ":-243.9929962158203,"RotY":0.0,"groupId":0},"3":{"ID":3,"PosX":263.0,"PosY":32.41997146606445,"PosZ":-312.5,"RotY":180.0,"groupId":0},"4":{"ID":4,"PosX":-69.30999755859375,"PosY":-16.918230056762695,"PosZ":-251.22999572753903,"RotY":180.5162048339844,"groupId":0},"5":{"ID":5,"PosX":-130.1699981689453,"PosY":-4.909986972808838,"PosZ":-31.597000122070312,"RotY":270.0,"groupId":0},"6":{"ID":6,"PosX":-128.57000732421875,"PosY":21.06686019897461,"PosZ":-31.780000686645508,"RotY":270.0,"groupId":0},"7":{"ID":7,"PosX":69.30000305175781,"PosY":-16.91819953918457,"PosZ":-251.2100067138672,"RotY":180.0,"groupId":0},"8":{"ID":8,"PosX":122.13330078125,"PosY":32.41999816894531,"PosZ":-335.119384765625,"RotY":359.6611022949219,"groupId":0},"9":{"ID":9,"PosX":69.50399780273438,"PosY":-16.91819953918457,"PosZ":-251.3650054931641,"RotY":217.3488006591797,"groupId":0}}},"10":{"props":[{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-179.19000244140625,"PosY":-4.760000228881836,"PosZ":-79.73999786376953,"RotY":0.0,"PropID":138,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":2390,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-30.399999618530273,"PosY":-15.92506980895996,"PosZ":-259.75,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":30.25,"PosY":-15.92506980895996,"PosZ":-259.75,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.0,"PosY":-15.91508960723877,"PosZ":-264.5299987792969,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_FinalDoor.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":3.0000001061125654e-6,"PosY":-16.85761070251465,"PosZ":-290.5299987792969,"RotY":0.0,"groupId":0}}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":3.0,"PosY":-15.91508960723877,"PosZ":-267.5299987792969,"RotY":180.0,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":-15.883580207824709,"PosZ":-270.5299987792969,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":-15.883580207824709,"PosZ":-270.5299987792969,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":0.0,"PosY":-15.883580207824709,"PosZ":-270.5299987792969,"NPCMonsterID":1002040,"EventID":99999011,"groupId":27,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-3.0,"PosY":-15.91508960723877,"PosZ":-264.5299987792969,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":3.0000001061125654e-6,"PosY":-16.85761070251465,"PosZ":-290.5299987792969,"RotY":0.0,"groupId":0}}},"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":-15.883580207824709,"PosZ":-270.5299987792969,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":3.0,"PosY":-15.91508960723877,"PosZ":-267.5299987792969,"RotY":180.0,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":0.0,"PosY":-15.883580207824709,"PosZ":-270.5299987792969,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":0.0,"PosY":-15.883580207824709,"PosZ":-270.5299987792969,"NPCMonsterID":1002040,"EventID":99999011,"groupId":29,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":143.4600067138672,"PosY":25.10000991821289,"PosZ":-196.78599548339844,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":84.58000183105469,"PosY":16.260000228881836,"PosZ":-196.88999938964844,"RotY":90.00000762939453,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":110.43299865722656,"PosY":22.079999923706055,"PosZ":-222.43299865722656,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":109.58000183105467,"PosY":22.11153030395508,"PosZ":-196.88999938964844,"RotY":90.00000762939453,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":89.58000183105469,"PosY":22.100000381469727,"PosZ":-196.88999938964844,"RotY":90.00000762939453,"groupId":0}}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":99.58000183105469,"PosY":22.103050231933594,"PosZ":-200.88999938964844,"RotY":300.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":99.58000946044922,"PosY":22.103050231933594,"PosZ":-192.88999938964844,"RotY":240.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":94.46898651123047,"PosY":22.103050231933594,"PosZ":-199.14300537109375,"RotY":210.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":94.05000305175781,"PosY":22.103050231933594,"PosZ":-200.0489959716797,"RotY":210.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":95.02200317382812,"PosY":22.103050231933594,"PosZ":-199.9739990234375,"RotY":210.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":104.58000183105467,"PosY":22.12424087524414,"PosZ":-199.88999938964844,"Name":"NPC1","RotY":285.0000915527344,"NPCID":1013,"groupId":32,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.3000030517578,"PosY":25.086999893188477,"PosZ":-196.80999755859375,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.84999847412108,"PosY":22.07699966430664,"PosZ":-222.1820068359375,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-127.26699829101564,"PosY":22.137699127197266,"PosZ":-198.80999755859375,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-127.26699829101564,"PosY":22.137699127197266,"PosZ":-194.80999755859375,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.13700103759766,"PosY":22.098859786987305,"PosZ":-200.80999755859375,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.76699829101564,"PosY":22.098730087280273,"PosZ":-200.0099945068359,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.26699829101564,"PosY":22.125099182128903,"PosZ":-200.80999755859375,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-111.10700225830078,"PosY":22.090049743652344,"PosZ":-192.80999755859375,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.76699829101564,"PosY":22.124040603637695,"PosZ":-193.61000061035156,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.26699829101564,"PosY":22.090049743652344,"PosZ":-192.80999755859375,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-105.26699829101564,"PosY":22.09012031555176,"PosZ":-196.80999755859375,"RotY":270.0,"groupId":0}}},"35":{"props":[],"npcs":[{"ID":400001,"PosX":-121.69000244140624,"PosY":22.09473991394043,"PosZ":-196.80999755859375,"Name":"NPC1","RotY":90.0,"NPCID":3013,"groupId":35,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-127.26699829101564,"PosY":22.137699127197266,"PosZ":-198.80999755859375,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-127.26699829101564,"PosY":22.137699127197266,"PosZ":-194.80999755859375,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.13700103759766,"PosY":22.098859786987305,"PosZ":-200.80999755859375,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.76699829101564,"PosY":22.098730087280273,"PosZ":-200.0099945068359,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-116.26699829101564,"PosY":22.125099182128903,"PosZ":-200.80999755859375,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-111.10700225830078,"PosY":22.090049743652344,"PosZ":-192.80999755859375,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.76699829101564,"PosY":22.124040603637695,"PosZ":-193.61000061035156,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.26699829101564,"PosY":22.090049743652344,"PosZ":-192.80999755859375,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-105.26699829101564,"PosY":22.09012031555176,"PosZ":-196.80999755859375,"RotY":270.0,"groupId":0}}},"37":{"props":[],"npcs":[{"ID":400001,"PosX":-110.80699920654295,"PosY":22.090049743652344,"PosZ":-200.80999755859375,"Name":"NPC1","RotY":74.99999237060547,"NPCID":3013,"groupId":37,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.26699829101564,"PosY":22.09473991394043,"PosZ":-196.80999755859375,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-125.26699829101564,"PosY":22.09473991394043,"PosZ":-196.80999755859375,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-125.26699829101564,"PosY":22.09473991394043,"PosZ":-196.80999755859375,"NPCMonsterID":1002040,"EventID":99999011,"groupId":38,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"39":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.26699829101564,"PosY":22.10424041748047,"PosZ":-199.80999755859375,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-123.26699829101564,"PosY":22.10424041748047,"PosZ":-199.80999755859375,"NPCMonsterID":1002040,"EventID":99999011,"groupId":39,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"40":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.26699829101564,"PosY":22.10424041748047,"PosZ":-193.80999755859375,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":-123.26699829101564,"PosY":22.10424041748047,"PosZ":-193.80999755859375,"NPCMonsterID":1002040,"EventID":99999011,"groupId":40,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":75.44000244140625,"PosY":22.09000015258789,"PosZ":-229.0,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":75.88999938964844,"PosY":22.09000015258789,"PosZ":-181.92999267578125,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":87.71499633789062,"PosY":22.09000015258789,"PosZ":-196.66700744628903,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":73.55000305175781,"PosY":22.09000015258789,"PosZ":-195.2599945068359,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":77.55000305175781,"PosY":22.09000015258789,"PosZ":-195.2599945068359,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":71.76377868652344,"PosY":22.09000015258789,"PosZ":-204.8000030517578,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":72.56378173828125,"PosY":22.09000015258789,"PosZ":-205.1699981689453,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":71.76377868652344,"PosY":22.09000015258789,"PosZ":-205.6699981689453,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":79.76377868652344,"PosY":22.09000015258789,"PosZ":-211.4199981689453,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":78.96378326416016,"PosY":22.09000015258789,"PosZ":-211.7599945068359,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":79.76377868652344,"PosY":22.09000015258789,"PosZ":-212.2599945068359,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":75.76377868652344,"PosY":22.09000015258789,"PosZ":-217.2599945068359,"RotY":0.0,"groupId":0}}},"43":{"props":[],"npcs":[{"ID":400001,"PosX":75.76377868652344,"PosY":22.09000015258789,"PosZ":-200.1499938964844,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":43,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":73.55000305175781,"PosY":22.09000015258789,"PosZ":-195.2599945068359,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":77.55000305175781,"PosY":22.09000015258789,"PosZ":-195.2599945068359,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":71.76377868652344,"PosY":22.09000015258789,"PosZ":-204.8000030517578,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":72.56378173828125,"PosY":22.09000015258789,"PosZ":-205.1699981689453,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":71.76377868652344,"PosY":22.09000015258789,"PosZ":-205.6699981689453,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":79.76377868652344,"PosY":22.09000015258789,"PosZ":-211.4199981689453,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":78.96378326416016,"PosY":22.09000015258789,"PosZ":-211.7599945068359,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":79.76377868652344,"PosY":22.09000015258789,"PosZ":-212.2599945068359,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":75.76377868652344,"PosY":22.09000015258789,"PosZ":-217.2599945068359,"RotY":0.0,"groupId":0}}},"45":{"props":[],"npcs":[{"ID":400001,"PosX":73.05500030517578,"PosY":22.09480094909668,"PosZ":-210.83599853515625,"Name":"NPC1","RotY":165.0,"NPCID":3013,"groupId":45,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":75.76377868652344,"PosY":22.09000015258789,"PosZ":-197.2599945068359,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":75.76377868652344,"PosY":22.09000015258789,"PosZ":-197.2599945068359,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":75.76377868652344,"PosY":22.09000015258789,"PosZ":-197.2599945068359,"NPCMonsterID":1002040,"EventID":99999011,"groupId":46,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":72.76377868652344,"PosY":22.09000015258789,"PosZ":-199.2599945068359,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":72.76377868652344,"PosY":22.09000015258789,"PosZ":-199.2599945068359,"NPCMonsterID":1002040,"EventID":99999011,"groupId":47,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":78.76377868652344,"PosY":22.09000015258789,"PosZ":-199.2599945068359,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":78.76377868652344,"PosY":22.09000015258789,"PosZ":-199.2599945068359,"NPCMonsterID":1002040,"EventID":99999011,"groupId":48,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"65":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-166.52000427246094,"PosY":29.489999771118164,"PosZ":-62.61000061035156,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-166.47000122070312,"PosY":29.489999771118164,"PosZ":-62.61000061035156,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"66":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":27.490280151367188,"PosZ":-89.6100082397461,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":31.490299224853516,"PosZ":-89.60999298095702,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":25.490259170532227,"PosZ":-79.4800033569336,"RotY":4.999999873689376e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":26.290279388427734,"PosZ":-79.11000061035156,"RotY":4.999999873689376e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":25.490280151367188,"PosZ":-78.61000061035156,"RotY":4.999999873689376e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":33.49026107788086,"PosZ":-73.44998168945312,"RotY":4.999999873689376e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":32.69028854370117,"PosZ":-73.10999298095702,"RotY":4.999999873689376e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.5010986328125,"PosY":33.49026107788086,"PosZ":-72.60999298095702,"RotY":4.999999873689376e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-161.5010986328125,"PosY":29.490049362182617,"PosZ":-67.6100082397461,"RotY":180.0,"groupId":0}}},"67":{"props":[],"npcs":[{"ID":400001,"PosX":-161.50100708007812,"PosY":29.490079879760746,"PosZ":-83.05999755859375,"Name":"NPC1","RotY":0.0,"NPCID":3013,"groupId":67,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":27.490280151367188,"PosZ":-89.6100082397461,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":31.490299224853516,"PosZ":-89.60999298095702,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":25.490259170532227,"PosZ":-79.4800033569336,"RotY":4.999999873689376e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":26.290279388427734,"PosZ":-79.11000061035156,"RotY":4.999999873689376e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":25.490280151367188,"PosZ":-78.61000061035156,"RotY":4.999999873689376e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":33.49026107788086,"PosZ":-73.44998168945312,"RotY":4.999999873689376e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":32.69028854370117,"PosZ":-73.10999298095702,"RotY":4.999999873689376e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.5010986328125,"PosY":33.49026107788086,"PosZ":-72.60999298095702,"RotY":4.999999873689376e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-161.5010986328125,"PosY":29.490049362182617,"PosZ":-67.6100082397461,"RotY":180.0,"groupId":0}}},"69":{"props":[],"npcs":[{"ID":400001,"PosX":-161.50100708007812,"PosY":25.490049362182617,"PosZ":-73.1500015258789,"Name":"NPC1","RotY":345.0,"NPCID":3013,"groupId":69,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"70":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":29.490100860595703,"PosZ":-87.61000061035156,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.5010986328125,"PosY":29.490079879760746,"PosZ":-87.60999298095702,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":9.999999747378752e-6,"PosX":-161.50100708007812,"PosY":29.490049362182617,"PosZ":-87.60999298095702,"NPCMonsterID":1002040,"EventID":99999011,"groupId":70,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"71":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.5010986328125,"PosY":26.490079879760746,"PosZ":-85.61000061035156,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":71,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-161.50100708007812,"PosY":26.490049362182617,"PosZ":-85.60999298095702,"NPCMonsterID":1002040,"EventID":99999011,"groupId":71,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"72":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.5010986328125,"PosY":32.490081787109375,"PosZ":-85.61000061035156,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-161.50100708007812,"PosY":32.49005126953125,"PosZ":-85.60999298095702,"NPCMonsterID":1002040,"EventID":99999011,"groupId":72,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-124.55999755859376,"PosY":28.399999618530273,"PosZ":-110.44000244140624,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-124.80999755859376,"PosY":28.399999618530273,"PosZ":-108.15000152587892,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"74":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-151.55999755859375,"PosY":30.399730682373047,"PosZ":-103.85679626464844,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-151.55999755859375,"PosY":26.399980545043945,"PosZ":-103.85679626464844,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.42999267578125,"PosY":32.39973068237305,"PosZ":-103.85679626464844,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.05999755859375,"PosY":31.599990844726562,"PosZ":-103.85679626464844,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.55999755859375,"PosY":32.3997688293457,"PosZ":-103.85679626464844,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.39999389648438,"PosY":24.399980545043945,"PosZ":-103.85679626464844,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.05999755859375,"PosY":25.199979782104492,"PosZ":-103.85679626464844,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-134.55999755859375,"PosY":24.399980545043945,"PosZ":-103.85679626464844,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-129.55999755859375,"PosY":28.399959564208984,"PosZ":-103.85679626464844,"RotY":270.0,"groupId":0}}},"75":{"props":[],"npcs":[{"ID":400001,"PosX":-145.22999572753906,"PosY":28.40999984741211,"PosZ":-103.86000061035156,"Name":"NPC1","RotY":90.10001373291016,"NPCID":3013,"groupId":75,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"76":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-151.55999755859375,"PosY":30.399730682373047,"PosZ":-103.85679626464844,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-151.55999755859375,"PosY":26.399980545043945,"PosZ":-103.85679626464844,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.42999267578125,"PosY":32.39973068237305,"PosZ":-103.85679626464844,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-141.05999755859375,"PosY":31.599990844726562,"PosZ":-103.85679626464844,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-140.55999755859375,"PosY":32.3997688293457,"PosZ":-103.85679626464844,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.39999389648438,"PosY":24.399980545043945,"PosZ":-103.85679626464844,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-135.05999755859375,"PosY":25.199979782104492,"PosZ":-103.85679626464844,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-134.55999755859375,"PosY":24.399980545043945,"PosZ":-103.85679626464844,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-129.55999755859375,"PosY":28.399959564208984,"PosZ":-103.85679626464844,"RotY":270.0,"groupId":0}}},"77":{"props":[],"npcs":[{"ID":400001,"PosX":-135.10000610351565,"PosY":32.399959564208984,"PosZ":-103.85679626464844,"Name":"NPC1","RotY":74.99999237060547,"NPCID":3013,"groupId":77,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"78":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.55999755859375,"PosY":28.399959564208984,"PosZ":-103.85679626464844,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-149.55999755859375,"PosY":28.399959564208984,"PosZ":-103.85679626464844,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.10001373291016,"PosX":-149.55999755859375,"PosY":28.399959564208984,"PosZ":-103.85679626464844,"NPCMonsterID":1002040,"EventID":99999011,"groupId":78,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"79":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.55999755859375,"PosY":31.399959564208984,"PosZ":-103.85679626464844,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.10001373291016,"PosX":-147.55999755859375,"PosY":31.399959564208984,"PosZ":-103.85679626464844,"NPCMonsterID":1002040,"EventID":99999011,"groupId":79,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"80":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.55999755859375,"PosY":25.399980545043945,"PosZ":-103.85679626464844,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.10001373291016,"PosX":-147.55999755859375,"PosY":25.399980545043945,"PosZ":-103.85679626464844,"NPCMonsterID":1002040,"EventID":99999011,"groupId":80,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"81":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":146.2100067138672,"PosY":35.0942497253418,"PosZ":-243.77000427246097,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":128.16000366210938,"PosY":30.559999465942383,"PosZ":-270.02899169921875,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"82":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":134.49000549316406,"PosY":35.06999969482422,"PosZ":-265.9630126953125,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":134.49000549316406,"PosY":35.06999969482422,"PosZ":-261.9630126953125,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":144.6199951171875,"PosY":34.8661003112793,"PosZ":-267.9630126953125,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":144.99000549316406,"PosY":34.8661003112793,"PosZ":-267.1629943847656,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":145.49000549316406,"PosY":34.8661003112793,"PosZ":-267.9630126953125,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":150.64999389648438,"PosY":34.8661003112793,"PosZ":-261.67999267578125,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":150.99000549316406,"PosY":34.8661003112793,"PosZ":-262.4800109863281,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":151.49000549316406,"PosY":34.8661003112793,"PosZ":-261.67999267578125,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":156.49000549316406,"PosY":35.06999969482422,"PosZ":-263.9630126953125,"RotY":270.0,"groupId":0}}},"83":{"props":[],"npcs":[{"ID":400001,"PosX":141.33999633789065,"PosY":34.8661003112793,"PosZ":-263.9700012207031,"Name":"NPC1","RotY":90.0999984741211,"NPCID":3013,"groupId":83,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"84":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":134.49000549316406,"PosY":35.06999969482422,"PosZ":-265.9630126953125,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":134.49000549316406,"PosY":35.06999969482422,"PosZ":-261.9630126953125,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":144.6199951171875,"PosY":34.8661003112793,"PosZ":-267.9630126953125,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":144.99000549316406,"PosY":34.8661003112793,"PosZ":-267.1629943847656,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":145.49000549316406,"PosY":34.8661003112793,"PosZ":-267.9630126953125,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":150.64999389648438,"PosY":34.8661003112793,"PosZ":-261.66400146484375,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":150.99000549316406,"PosY":34.8661003112793,"PosZ":-262.4639892578125,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":151.49000549316406,"PosY":34.8661003112793,"PosZ":-261.66400146484375,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":156.49000549316406,"PosY":35.06999969482422,"PosZ":-263.9630126953125,"RotY":270.0,"groupId":0}}},"85":{"props":[],"npcs":[{"ID":400001,"PosX":151.02999877929688,"PosY":34.8661003112793,"PosZ":-266.3800048828125,"Name":"NPC1","RotY":74.99999237060547,"NPCID":3013,"groupId":85,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"86":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":136.49000549316406,"PosY":35.06999969482422,"PosZ":-263.9630126953125,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":136.49000549316406,"PosY":35.06999969482422,"PosZ":-263.9630126953125,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0999984741211,"PosX":136.49000549316406,"PosY":35.06999969482422,"PosZ":-263.9630126953125,"NPCMonsterID":1002040,"EventID":99999011,"groupId":86,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"87":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":138.49000549316406,"PosY":34.866111755371094,"PosZ":-266.0,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0999984741211,"PosX":138.49000549316406,"PosY":34.866111755371094,"PosZ":-266.0,"NPCMonsterID":1002040,"EventID":99999011,"groupId":87,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"88":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":138.49000549316406,"PosY":34.8661003112793,"PosZ":-262.0,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0999984741211,"PosX":138.49000549316406,"PosY":34.8661003112793,"PosZ":-262.0,"NPCMonsterID":1002040,"EventID":99999011,"groupId":88,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"89":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":146.2449951171875,"PosY":47.046260833740234,"PosZ":-284.4599914550781,"RotY":-4.999999873689376e-6,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":146.34300231933594,"PosY":53.970001220703125,"PosZ":-283.6600036621094,"RotY":-4.999999873689376e-6,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"90":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":148.34300231933594,"PosY":47.04999923706055,"PosZ":-256.6600036621094,"RotY":-4.999999873689376e-6,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":144.34300231933594,"PosY":47.04999923706055,"PosZ":-256.6600036621094,"RotY":-4.999999873689376e-6,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":150.34300231933594,"PosY":47.04999923706055,"PosZ":-266.7900085449219,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":149.54299926757812,"PosY":47.04999923706055,"PosZ":-267.1600036621094,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":150.34300231933594,"PosY":47.04999923706055,"PosZ":-267.6600036621094,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":142.34300231933594,"PosY":47.04999923706055,"PosZ":-272.82000732421875,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":143.14300537109375,"PosY":47.04999923706055,"PosZ":-273.1600036621094,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":142.34300231933594,"PosY":47.04999923706055,"PosZ":-273.6600036621094,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":146.34300231933594,"PosY":47.04600143432618,"PosZ":-278.6600036621094,"RotY":-4.999999873689376e-6,"groupId":0}}},"91":{"props":[],"npcs":[{"ID":400001,"PosX":146.34300231933594,"PosY":47.04600143432618,"PosZ":-262.94000244140625,"Name":"NPC1","RotY":0.0,"NPCID":3013,"groupId":91,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"92":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":148.34300231933594,"PosY":47.04999923706055,"PosZ":-256.6600036621094,"RotY":-4.999999873689376e-6,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":144.34300231933594,"PosY":47.04999923706055,"PosZ":-256.6600036621094,"RotY":-4.999999873689376e-6,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":150.34300231933594,"PosY":47.04999923706055,"PosZ":-266.7900085449219,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":149.54299926757812,"PosY":47.04999923706055,"PosZ":-267.1600036621094,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":150.34300231933594,"PosY":47.04999923706055,"PosZ":-267.6600036621094,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":142.34300231933594,"PosY":47.04999923706055,"PosZ":-272.82000732421875,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":143.14300537109375,"PosY":47.04999923706055,"PosZ":-273.1600036621094,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":142.34300231933594,"PosY":47.04999923706055,"PosZ":-273.6600036621094,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":92,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":146.34300231933594,"PosY":47.04600143432618,"PosZ":-278.6600036621094,"RotY":-4.999999873689376e-6,"groupId":0}}},"93":{"props":[],"npcs":[{"ID":400001,"PosX":150.34300231933594,"PosY":47.04999923706055,"PosZ":-273.1199951171875,"Name":"NPC1","RotY":345.0,"NPCID":3013,"groupId":93,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"94":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":146.34300231933594,"PosY":47.04600143432618,"PosZ":-258.6600036621094,"RotY":-4.999999873689376e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":146.34300231933594,"PosY":47.04600143432618,"PosZ":-258.6600036621094,"RotY":-4.999999873689376e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":9.999999747378752e-6,"PosX":146.34300231933594,"PosY":47.04600143432618,"PosZ":-258.6600036621094,"NPCMonsterID":1002040,"EventID":99999011,"groupId":94,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"95":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":149.34300231933594,"PosY":47.04999923706055,"PosZ":-260.6600036621094,"RotY":-4.999999873689376e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":149.34300231933594,"PosY":47.04999923706055,"PosZ":-260.6600036621094,"NPCMonsterID":1002040,"EventID":99999011,"groupId":95,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"96":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":143.34300231933594,"PosY":47.03160095214844,"PosZ":-260.6600036621094,"RotY":-4.999999873689376e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":96,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":143.34300231933594,"PosY":47.03160095214844,"PosZ":-260.6600036621094,"NPCMonsterID":1002040,"EventID":99999011,"groupId":96,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"97":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.26699829101564,"PosY":22.10424041748047,"PosZ":-199.80999755859375,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.26699829101564,"PosY":22.10424041748047,"PosZ":-199.80999755859375,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":97,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":-123.26699829101564,"PosY":22.10424041748047,"PosZ":-199.80999755859375,"NPCMonsterID":1002040,"EventID":99999011,"groupId":97,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"98":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":72.76377868652344,"PosY":22.09000015258789,"PosZ":-199.2599945068359,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":72.76377868652344,"PosY":22.09000015258789,"PosZ":-199.2599945068359,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":98,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":72.76377868652344,"PosY":22.09000015258789,"PosZ":-199.2599945068359,"NPCMonsterID":1002040,"EventID":99999011,"groupId":98,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"99":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.55999755859375,"PosY":31.399959564208984,"PosZ":-103.85679626464844,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.55999755859375,"PosY":31.399959564208984,"PosZ":-103.85679626464844,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":99,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.10001373291016,"PosX":-147.55999755859375,"PosY":31.399959564208984,"PosZ":-103.85679626464844,"NPCMonsterID":1002040,"EventID":99999011,"groupId":99,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"100":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":26.490049362182617,"PosZ":-85.60999298095702,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.50100708007812,"PosY":26.490049362182617,"PosZ":-85.60999298095702,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":100,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":0.0,"PosX":-161.50100708007812,"PosY":26.490049362182617,"PosZ":-85.60999298095702,"NPCMonsterID":1002040,"EventID":99999011,"groupId":100,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"101":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":138.49000549316406,"PosY":34.866111755371094,"PosZ":-266.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":138.49000549316406,"PosY":34.866111755371094,"PosZ":-266.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":101,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0999984741211,"PosX":138.49000549316406,"PosY":34.866111755371094,"PosZ":-266.0,"NPCMonsterID":1002040,"EventID":99999011,"groupId":101,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"102":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":149.34300231933594,"PosY":47.04999923706055,"PosZ":-260.6600036621094,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":149.34300231933594,"PosY":47.04999923706055,"PosZ":-260.6600036621094,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":102,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":0.0,"PosX":149.34300231933594,"PosY":47.04999923706055,"PosZ":-260.6600036621094,"NPCMonsterID":1002040,"EventID":99999011,"groupId":102,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P81312_F81312001":{"teleports":{},"group_items":{"6":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.26799774169922,"PosY":11.51753044128418,"PosZ":-23.780000686645508,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-102.6999969482422,"PosY":11.517299652099608,"PosZ":-3.940000057220459,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":6,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.40000152587892,"PosY":11.520899772644045,"PosZ":1.2199989557266235,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-117.40000152587892,"PosY":11.52733039855957,"PosZ":-18.780000686645508,"RotY":0.0,"groupId":0}}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-113.40000152587892,"PosY":11.520910263061523,"PosZ":-8.78000545501709,"RotY":210.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-121.40000152587892,"PosY":11.520910263061523,"PosZ":-8.779999732971191,"RotY":150.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.14700317382812,"PosY":11.517319679260254,"PosZ":-13.890999794006348,"RotY":120.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.24099731445312,"PosY":11.520910263061523,"PosZ":-14.3100004196167,"RotY":120.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.31600189208984,"PosY":11.533180236816406,"PosZ":-13.338000297546388,"RotY":120.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":-114.40000152587892,"PosY":11.533209800720217,"PosZ":-3.7799999713897705,"Name":"NPC1","RotY":195.00010681152344,"NPCID":1013,"groupId":8,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.26000213623048,"PosY":11.5172700881958,"PosZ":38.78300094604492,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.26000213623048,"PosY":3.4100000858306885,"PosZ":43.970001220703125,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.26000213623048,"PosY":11.517290115356444,"PosZ":74.9699935913086,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_FinalDoor.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-117.26000213623048,"PosY":11.5172700881958,"PosZ":48.970001220703125,"RotY":0.0,"groupId":0}}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.26000213623048,"PosY":11.517279624938965,"PosZ":71.97000122070312,"RotY":180.0,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.26000213623048,"PosY":11.517290115356444,"PosZ":68.97000122070312,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.26000213623048,"PosY":11.517290115356444,"PosZ":68.97000122070312,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-117.26000213623048,"PosY":11.517290115356444,"PosZ":68.97000122070312,"NPCMonsterID":1002040,"EventID":99999011,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.26000213623048,"PosY":11.517290115356444,"PosZ":74.97000122070312,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-117.26000213623048,"PosY":11.5172700881958,"PosZ":48.970001220703125,"RotY":0.0,"groupId":0}}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.26000213623048,"PosY":11.517290115356444,"PosZ":68.97000122070312,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.26000213623048,"PosY":11.517279624938965,"PosZ":71.97000122070312,"RotY":180.0,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.26000213623048,"PosY":11.517290115356444,"PosZ":68.97000122070312,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-117.26000213623048,"PosY":11.517290115356444,"PosZ":68.97000122070312,"NPCMonsterID":1002040,"EventID":99999011,"groupId":13,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"14":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-185.75,"PosY":14.160019874572754,"PosZ":-127.90000152587892,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-185.75,"PosY":14.160019874572754,"PosZ":-127.94000244140624,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":14,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.3800048828125,"PosY":12.160019874572754,"PosZ":-157.55999755859375,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.3800048828125,"PosY":16.160030364990234,"PosZ":-157.55999755859375,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.3800048828125,"PosY":21.92300033569336,"PosZ":-146.07000732421875,"RotY":4.999999873689376e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.3800048828125,"PosY":22.723020553588867,"PosZ":-145.6999969482422,"RotY":4.999999873689376e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.3800048828125,"PosY":21.92300033569336,"PosZ":-145.1999969482422,"RotY":4.999999873689376e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.20339965820312,"PosY":18.16003036499023,"PosZ":-140.0399932861328,"RotY":4.999999873689376e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.3800048828125,"PosY":17.36001968383789,"PosZ":-139.6999969482422,"RotY":4.999999873689376e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.38009643554688,"PosY":18.16002082824707,"PosZ":-139.1999969482422,"RotY":4.999999873689376e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-186.3800048828125,"PosY":14.160030364990234,"PosZ":-134.1999969482422,"RotY":180.0,"groupId":0}}},"16":{"props":[],"npcs":[{"ID":400001,"PosX":-186.3800048828125,"PosY":14.160030364990234,"PosZ":-154.07000732421875,"Name":"NPC1","RotY":0.0,"NPCID":3013,"groupId":16,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.3800048828125,"PosY":12.160019874572754,"PosZ":-156.1999969482422,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.3800048828125,"PosY":16.160030364990234,"PosZ":-156.1999969482422,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.3800048828125,"PosY":21.88999938964844,"PosZ":-146.07000732421875,"RotY":4.999999873689376e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.3800048828125,"PosY":22.690000534057617,"PosZ":-145.6999969482422,"RotY":4.999999873689376e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.3800048828125,"PosY":21.88999938964844,"PosZ":-145.1999969482422,"RotY":4.999999873689376e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.20339965820312,"PosY":18.16003036499023,"PosZ":-140.0399932861328,"RotY":4.999999873689376e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.3800048828125,"PosY":17.36001968383789,"PosZ":-139.6999969482422,"RotY":4.999999873689376e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.38009643554688,"PosY":18.16002082824707,"PosZ":-139.1999969482422,"RotY":4.999999873689376e-6,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-186.3800048828125,"PosY":14.160030364990234,"PosZ":-134.1999969482422,"RotY":180.0,"groupId":0}}},"18":{"props":[],"npcs":[{"ID":400001,"PosX":-186.3800048828125,"PosY":11.010009765625,"PosZ":-138.85000610351565,"Name":"NPC1","RotY":345.0,"NPCID":3013,"groupId":18,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.3800048828125,"PosY":14.160030364990234,"PosZ":-154.1999969482422,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.3800048828125,"PosY":14.160030364990234,"PosZ":-154.1999969482422,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":9.999999747378752e-6,"PosX":-186.3800048828125,"PosY":14.160030364990234,"PosZ":-154.1999969482422,"NPCMonsterID":1002040,"EventID":99999011,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.38009643554688,"PosY":11.160019874572754,"PosZ":-152.1999969482422,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-186.3800048828125,"PosY":11.160019874572754,"PosZ":-152.1999969482422,"NPCMonsterID":1002040,"EventID":99999011,"groupId":20,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.38009643554688,"PosY":17.160049438476562,"PosZ":-152.1999969482422,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":-186.3800048828125,"PosY":17.160030364990234,"PosZ":-152.1999969482422,"NPCMonsterID":1002040,"EventID":99999011,"groupId":21,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"22":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.30999755859376,"PosY":11.540559768676758,"PosZ":-180.13999938964844,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.2030029296875,"PosY":6.010000228881836,"PosZ":-154.5800018310547,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":22,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.48999786376952,"PosY":11.527469635009766,"PosZ":-153.13999938964844,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.48999786376952,"PosY":11.517840385437012,"PosZ":-153.13999938964844,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-121.19000244140624,"PosY":11.510600090026855,"PosZ":-162.77000427246094,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.38999938964844,"PosY":11.510600090026855,"PosZ":-163.13999938964844,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-121.19000244140624,"PosY":11.510600090026855,"PosZ":-163.63999938964844,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.7699966430664,"PosY":11.510600090026855,"PosZ":-165.97999572753906,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.56999969482422,"PosY":11.510600090026855,"PosZ":-166.32000732421875,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.7699966430664,"PosY":11.510600090026855,"PosZ":-166.82000732421875,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-117.48999786376952,"PosY":11.510629653930664,"PosZ":-175.13999938964844,"RotY":0.0,"groupId":0}}},"24":{"props":[],"npcs":[{"ID":400001,"PosX":-117.48999786376952,"PosY":11.517849922180176,"PosZ":-158.88999938964844,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":24,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-119.48999786376952,"PosY":11.527469635009766,"PosZ":-153.13999938964844,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.48999786376952,"PosY":11.517840385437012,"PosZ":-153.13999938964844,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-121.19000244140624,"PosY":11.510600090026855,"PosZ":-162.77000427246094,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.38999938964844,"PosY":11.510600090026855,"PosZ":-163.13999938964844,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-121.19000244140624,"PosY":11.510600090026855,"PosZ":-163.63999938964844,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.7699966430664,"PosY":11.510600090026855,"PosZ":-165.97999572753906,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-115.56999969482422,"PosY":11.510600090026855,"PosZ":-166.32000732421875,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.7699966430664,"PosY":11.510600090026855,"PosZ":-166.82000732421875,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-117.48999786376952,"PosY":11.510629653930664,"PosZ":-175.13999938964844,"RotY":0.0,"groupId":0}}},"26":{"props":[],"npcs":[{"ID":400001,"PosX":-119.7300033569336,"PosY":11.510600090026855,"PosZ":-166.39999389648438,"Name":"NPC1","RotY":165.0,"NPCID":3013,"groupId":26,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.48999786376952,"PosY":11.517849922180176,"PosZ":-155.13999938964844,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-117.48999786376952,"PosY":11.517849922180176,"PosZ":-155.13999938964844,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":-117.48999786376952,"PosY":11.517849922180176,"PosZ":-155.13999938964844,"NPCMonsterID":1002040,"EventID":99999011,"groupId":27,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.48999786376952,"PosY":11.517840385437012,"PosZ":-157.13999938964844,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-120.48999786376952,"PosY":11.517840385437012,"PosZ":-157.13999938964844,"NPCMonsterID":1002040,"EventID":99999011,"groupId":28,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.48999786376952,"PosY":11.540559768676758,"PosZ":-157.13999938964844,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-114.48999786376952,"PosY":11.540559768676758,"PosZ":-157.13999938964844,"NPCMonsterID":1002040,"EventID":99999011,"groupId":29,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-123.06999969482422,"PosY":17.521270751953125,"PosZ":-99.98001098632812,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-122.70099639892578,"PosY":11.510729789733888,"PosZ":-93.56700134277344,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.63999938964844,"PosY":11.510720252990724,"PosZ":-98.0,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.63999938964844,"PosY":11.510720252990724,"PosZ":-94.0,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-145.50999450683594,"PosY":11.510729789733888,"PosZ":-100.0,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-145.13999938964844,"PosY":11.510729789733888,"PosZ":-99.19999694824219,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.63999938964844,"PosY":11.510729789733888,"PosZ":-100.0,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-134.02999877929688,"PosY":14.510709762573242,"PosZ":-96.00199890136719,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.69000244140625,"PosY":14.510709762573242,"PosZ":-96.802001953125,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.19000244140625,"PosY":14.510709762573242,"PosZ":-96.00199890136719,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-126.13999938964844,"PosY":16.28573989868164,"PosZ":-99.97898864746094,"RotY":270.0,"groupId":0}}},"32":{"props":[],"npcs":[{"ID":400001,"PosX":-150.0800018310547,"PosY":11.510720252990724,"PosZ":-96.01000213623047,"Name":"NPC1","RotY":90.0999984741211,"NPCID":3013,"groupId":32,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"33":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.63999938964844,"PosY":11.510720252990724,"PosZ":-98.0,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-155.63999938964844,"PosY":11.510720252990724,"PosZ":-94.0,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-145.50999450683594,"PosY":11.510729789733888,"PosZ":-100.0,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-145.13999938964844,"PosY":11.510729789733888,"PosZ":-99.19999694824219,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-144.63999938964844,"PosY":11.510729789733888,"PosZ":-100.0,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-134.02999877929688,"PosY":14.510709762573242,"PosZ":-96.00199890136719,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.69000244140625,"PosY":14.510709762573242,"PosZ":-96.802001953125,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-133.19000244140625,"PosY":14.510709762573242,"PosZ":-96.00199890136719,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":33,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-126.13999938964844,"PosY":16.28573989868164,"PosZ":-99.97898864746094,"RotY":270.0,"groupId":0}}},"34":{"props":[],"npcs":[{"ID":400001,"PosX":-132.29800415039065,"PosY":14.510680198669434,"PosZ":-101.91799926757812,"Name":"NPC1","RotY":74.99999237060547,"NPCID":3013,"groupId":34,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"35":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-153.63999938964844,"PosY":11.510720252990724,"PosZ":-96.0,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-153.63999938964844,"PosY":11.510720252990724,"PosZ":-96.0,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":35,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0999984741211,"PosX":-153.63999938964844,"PosY":11.510720252990724,"PosZ":-96.0,"NPCMonsterID":1002040,"EventID":99999011,"groupId":35,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-151.63999938964844,"PosY":11.510720252990724,"PosZ":-99.0,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0999984741211,"PosX":-151.63999938964844,"PosY":11.510720252990724,"PosZ":-99.0,"NPCMonsterID":1002040,"EventID":99999011,"groupId":36,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-151.63999938964844,"PosY":11.510729789733888,"PosZ":-93.00000762939453,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0999984741211,"PosX":-151.63999938964844,"PosY":11.510729789733888,"PosZ":-93.00000762939453,"NPCMonsterID":1002040,"EventID":99999011,"groupId":37,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":29.719999313354492,"PosY":84.53514862060547,"PosZ":-90.98999786376953,"RotY":0.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":29.719999313354492,"PosY":84.53514862060547,"PosZ":-90.98999786376953,"RotY":0.0,"PropID":102004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap02/Prop_Chap02_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"39":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":25.720020294189453,"PosY":86.53520202636719,"PosZ":-63.9900016784668,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":33.72002029418945,"PosY":86.53520202636719,"PosZ":-63.9900016784668,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":25.720020294189453,"PosY":84.53520202636719,"PosZ":-74.12000274658203,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":26.52001953125,"PosY":84.53520202636719,"PosZ":-74.48999786376953,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":25.720020294189453,"PosY":84.53520202636719,"PosZ":-74.98999786376953,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":33.72002029418945,"PosY":84.53520202636719,"PosZ":-80.14998626708984,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":32.920021057128906,"PosY":84.53520202636719,"PosZ":-80.48999786376953,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":33.72002029418945,"PosY":84.53520202636719,"PosZ":-80.98999786376953,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":29.719999313354492,"PosY":84.53514862060547,"PosZ":-85.98999786376953,"RotY":0.0,"groupId":0}}},"40":{"props":[],"npcs":[{"ID":400001,"PosX":34.720001220703125,"PosY":84.53514862060547,"PosZ":-67.98999786376953,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":40,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"41":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":25.72003936767578,"PosY":86.53523254394531,"PosZ":-63.9900016784668,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":33.72003936767578,"PosY":86.53523254394531,"PosZ":-63.9900016784668,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":25.72003936767578,"PosY":84.53523254394531,"PosZ":-74.12000274658203,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":26.52004051208496,"PosY":84.53523254394531,"PosZ":-74.48999786376953,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":25.72003936767578,"PosY":84.53523254394531,"PosZ":-74.98999786376953,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":33.72003936767578,"PosY":84.53523254394531,"PosZ":-80.14998626708984,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":32.920040130615234,"PosY":84.53523254394531,"PosZ":-80.48999786376953,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":33.72003936767578,"PosY":84.53523254394531,"PosZ":-80.98999786376953,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":41,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":29.719999313354492,"PosY":84.53514862060547,"PosZ":-85.98999786376953,"RotY":0.0,"groupId":0}}},"42":{"props":[],"npcs":[{"ID":400001,"PosX":25.719999313354492,"PosY":84.53514862060547,"PosZ":-80.44999694824219,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":42,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"43":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":29.720020294189453,"PosY":84.53520202636719,"PosZ":-65.98999786376953,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":29.720020294189453,"PosY":84.53520202636719,"PosZ":-65.98999786376953,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":43,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":29.719999313354492,"PosY":84.53514862060547,"PosZ":-65.98999786376953,"NPCMonsterID":1002040,"EventID":99999011,"groupId":43,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":26.720029830932617,"PosY":84.53521728515625,"PosZ":-67.98999786376953,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":26.719999313354492,"PosY":84.53514862060547,"PosZ":-67.98999786376953,"NPCMonsterID":1002040,"EventID":99999011,"groupId":44,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"45":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":32.72003173828125,"PosY":84.53521728515625,"PosZ":-67.98999786376953,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":32.720001220703125,"PosY":84.53514862060547,"PosZ":-67.98999786376953,"NPCMonsterID":1002040,"EventID":99999011,"groupId":45,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-146.88999938964844,"PosY":-1.1699999570846558,"PosZ":-136.2169952392578,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-146.92999267578125,"PosY":0.47999998927116394,"PosZ":-134.47999572753906,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-178.14999389648438,"PosY":5.510525226593018,"PosZ":-137.27999877929688,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-178.14999389648438,"PosY":5.51052188873291,"PosZ":-133.27999877929688,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-168.02000427246094,"PosY":5.510525226593018,"PosZ":-137.6199951171875,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-167.64999389648438,"PosY":5.510525226593018,"PosZ":-136.82000732421875,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-167.14999389648438,"PosY":5.510525226593018,"PosZ":-137.6199951171875,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.99000549316406,"PosY":5.510519981384277,"PosZ":-131.6300048828125,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.64999389648438,"PosY":5.510520935058594,"PosZ":-132.42999267578125,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.14999389648438,"PosY":5.510520935058594,"PosZ":-131.6300048828125,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-156.14999389648438,"PosY":5.510522842407227,"PosZ":-134.57000732421875,"RotY":270.0,"groupId":0}}},"48":{"props":[],"npcs":[{"ID":400001,"PosX":-171.64999389648438,"PosY":5.510522842407227,"PosZ":-135.27999877929688,"Name":"NPC1","RotY":90.0999984741211,"NPCID":3013,"groupId":48,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"49":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-178.14999389648438,"PosY":5.510525226593018,"PosZ":-137.27999877929688,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-178.14999389648438,"PosY":5.51052188873291,"PosZ":-133.27999877929688,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-168.02000427246094,"PosY":5.510525226593018,"PosZ":-137.63099670410156,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-167.64999389648438,"PosY":5.510525226593018,"PosZ":-136.83099365234375,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-167.14999389648438,"PosY":5.510525226593018,"PosZ":-137.63099670410156,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.94700622558594,"PosY":5.666108131408691,"PosZ":-131.59800720214844,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.60699462890625,"PosY":5.666108131408691,"PosZ":-132.3979949951172,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-161.10699462890625,"PosY":5.666108131408691,"PosZ":-131.59800720214844,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":49,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-156.14999389648438,"PosY":5.510522842407227,"PosZ":-134.57000732421875,"RotY":270.0,"groupId":0}}},"50":{"props":[],"npcs":[{"ID":400001,"PosX":-161.64300537109375,"PosY":5.510525226593018,"PosZ":-138.0469970703125,"Name":"NPC1","RotY":74.99999237060547,"NPCID":3013,"groupId":50,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"51":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-174.72000122070312,"PosY":5.510522842407227,"PosZ":-135.27000427246094,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-174.72000122070312,"PosY":5.510522842407227,"PosZ":-135.27000427246094,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":51,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0999984741211,"PosX":-174.72000122070312,"PosY":5.510522842407227,"PosZ":-135.27000427246094,"NPCMonsterID":1002040,"EventID":99999011,"groupId":51,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"52":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-172.3159942626953,"PosY":5.510522842407227,"PosZ":-137.27000427246094,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0999984741211,"PosX":-172.3159942626953,"PosY":5.510522842407227,"PosZ":-137.27000427246094,"NPCMonsterID":1002040,"EventID":99999011,"groupId":52,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"53":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-172.3159942626953,"PosY":5.510522842407227,"PosZ":-133.27000427246094,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0999984741211,"PosX":-172.3159942626953,"PosY":5.510522842407227,"PosZ":-133.27000427246094,"NPCMonsterID":1002040,"EventID":99999011,"groupId":53,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"54":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.48999786376952,"PosY":11.517840385437012,"PosZ":-157.13999938964844,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.48999786376952,"PosY":11.517840385437012,"PosZ":-157.13999938964844,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":-120.48999786376952,"PosY":11.517840385437012,"PosZ":-157.13999938964844,"NPCMonsterID":1002040,"EventID":99999011,"groupId":54,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"55":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-172.3159942626953,"PosY":5.510522842407227,"PosZ":-137.27000427246094,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-172.3159942626953,"PosY":5.510522842407227,"PosZ":-137.27000427246094,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0999984741211,"PosX":-172.3159942626953,"PosY":5.510522842407227,"PosZ":-137.27000427246094,"NPCMonsterID":1002040,"EventID":99999011,"groupId":55,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.3800048828125,"PosY":11.160019874572754,"PosZ":-152.1999969482422,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-186.3800048828125,"PosY":11.160019874572754,"PosZ":-152.1999969482422,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":0.0,"PosX":-186.3800048828125,"PosY":11.160019874572754,"PosZ":-152.1999969482422,"NPCMonsterID":1002040,"EventID":99999011,"groupId":56,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"57":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-151.63999938964844,"PosY":11.510720252990724,"PosZ":-99.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-151.63999938964844,"PosY":11.510720252990724,"PosZ":-99.0,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":57,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0999984741211,"PosX":-151.63999938964844,"PosY":11.510720252990724,"PosZ":-99.0,"NPCMonsterID":1002040,"EventID":99999011,"groupId":57,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":26.719999313354492,"PosY":84.53514862060547,"PosZ":-67.98999786376953,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":26.719999313354492,"PosY":84.53514862060547,"PosZ":-67.98999786376953,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":26.719999313354492,"PosY":84.53514862060547,"PosZ":-67.98999786376953,"NPCMonsterID":1002040,"EventID":99999011,"groupId":58,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"59":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.6500015258789,"PosY":29.719999313354492,"PosZ":-92.56700134277344,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-81.36599731445312,"PosY":29.719999313354492,"PosZ":-92.54000091552734,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":59,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"60":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39008331298828,"PosY":27.72010040283203,"PosZ":-64.36998748779297,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39009094238281,"PosY":31.72010040283203,"PosZ":-64.37001037597656,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.547607421875,"PosY":25.72007942199707,"PosZ":-74.5,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.547607421875,"PosY":26.52008056640625,"PosZ":-74.87000274658203,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.547607421875,"PosY":25.72007942199707,"PosZ":-75.37001037597656,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39002990722656,"PosY":33.7200813293457,"PosZ":-80.52999114990233,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39005279541016,"PosY":32.92007064819336,"PosZ":-80.87000274658203,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39006042480469,"PosY":33.720069885253906,"PosZ":-81.37000274658203,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-84.4803237915039,"PosY":29.720020294189453,"PosZ":-86.37000274658203,"RotY":0.0,"groupId":0}}},"61":{"props":[],"npcs":[{"ID":400001,"PosX":-84.39006042480469,"PosY":29.720020294189453,"PosZ":-70.62998962402344,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":61,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"62":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39009094238281,"PosY":27.720020294189453,"PosZ":-64.37000274658203,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39010620117188,"PosY":31.720020294189453,"PosZ":-64.37000274658203,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.547607421875,"PosY":25.72010040283203,"PosZ":-74.5,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.547607421875,"PosY":26.520099639892575,"PosZ":-74.87000274658203,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.54762268066406,"PosY":25.72010040283203,"PosZ":-75.37001037597656,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39005279541016,"PosY":33.72005081176758,"PosZ":-80.52999877929688,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39002990722656,"PosY":32.920040130615234,"PosZ":-80.86997985839844,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39006042480469,"PosY":33.72003936767578,"PosZ":-81.36998748779298,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-84.48030090332033,"PosY":29.72001075744629,"PosZ":-86.37000274658203,"RotY":0.0,"groupId":0}}},"63":{"props":[],"npcs":[{"ID":400001,"PosX":-84.39002990722656,"PosY":25.72001075744629,"PosZ":-80.83000946044922,"Name":"NPC1","RotY":165.0,"NPCID":3013,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39008331298828,"PosY":29.720029830932617,"PosZ":-66.37000274658203,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39009094238281,"PosY":29.720029830932617,"PosZ":-66.37000274658203,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":-84.39008331298828,"PosY":29.72001075744629,"PosZ":-66.37000274658203,"NPCMonsterID":1002040,"EventID":99999011,"groupId":64,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"65":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39008331298828,"PosY":26.720020294189453,"PosZ":-68.37000274658203,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-84.39006042480469,"PosY":26.72001075744629,"PosZ":-68.37000274658203,"NPCMonsterID":1002040,"EventID":99999011,"groupId":65,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"66":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.64000701904298,"PosY":32.71998977661133,"PosZ":-68.37000274658203,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":-84.64000701904298,"PosY":32.71998977661133,"PosZ":-68.37000274658203,"NPCMonsterID":1002040,"EventID":99999011,"groupId":66,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39006042480469,"PosY":26.72001075744629,"PosZ":-68.37000274658203,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-84.39006042480469,"PosY":26.72001075744629,"PosZ":-68.37000274658203,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":-84.39006042480469,"PosY":26.72001075744629,"PosZ":-68.37000274658203,"NPCMonsterID":1002040,"EventID":99999011,"groupId":67,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.32700347900392,"PosY":11.510709762573242,"PosZ":-189.94960021972656,"RotY":90.00005340576172,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.39009857177734,"PosY":11.517279624938965,"PosZ":-9.94909954071045,"RotY":90.0,"PropID":103032,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_Door_03_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"84":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-103.41000366210938,"PosY":-0.6800000071525574,"PosZ":-57.88999938964844,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.04399871826172,"PosY":17.521270751953125,"PosZ":-45.95600128173828,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-147.1999969482422,"PosY":11.482319831848145,"PosZ":-67.26499938964844,"RotY":180.0,"PropID":102,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_AirWall_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"85":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-153.64999389648438,"PosY":11.510720252990724,"PosZ":-53.959999084472656,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-153.64999389648438,"PosY":11.510729789733888,"PosZ":-49.959999084472656,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.9600067138672,"PosY":11.553979873657228,"PosZ":-54.35300064086914,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.58999633789065,"PosY":11.553979873657228,"PosZ":-53.553001403808594,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-142.08999633789065,"PosY":11.553979873657228,"PosZ":-54.35300064086914,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-129.00999450683594,"PosY":11.553979873657228,"PosZ":-49.54399871826172,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-128.6699981689453,"PosY":11.553979873657228,"PosZ":-50.34400177001953,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-127.87000274658205,"PosY":11.553979873657228,"PosZ":-49.58000183105469,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-99.11000061035156,"PosY":11.510740280151367,"PosZ":-57.88999938964844,"RotY":270.0,"groupId":0}}},"86":{"props":[],"npcs":[{"ID":400001,"PosX":-109.22000122070312,"PosY":11.553979873657228,"PosZ":-59.65999984741211,"Name":"NPC1","RotY":74.99999237060547,"NPCID":3013,"groupId":86,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"87":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.4499969482422,"PosY":11.553979873657228,"PosZ":-51.959999084472656,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-150.4499969482422,"PosY":11.553979873657228,"PosZ":-51.959999084472656,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":87,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0999984741211,"PosX":-150.4499969482422,"PosY":11.553979873657228,"PosZ":-51.959999084472656,"NPCMonsterID":1002040,"EventID":99999011,"groupId":87,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"88":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-121.33000183105467,"PosY":11.553979873657228,"PosZ":-51.959999084472656,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":88,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0999984741211,"PosX":-121.33000183105467,"PosY":11.553979873657228,"PosZ":-51.959999084472656,"NPCMonsterID":1002040,"EventID":99999011,"groupId":88,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"89":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-136.1199951171875,"PosY":11.553979873657228,"PosZ":-51.95000076293945,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":89,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0999984741211,"PosX":-136.1199951171875,"PosY":11.553979873657228,"PosZ":-51.95000076293945,"NPCMonsterID":1002040,"EventID":99999011,"groupId":89,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"90":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.91000366210938,"PosY":11.48069953918457,"PosZ":-39.220001220703125,"RotY":89.99999237060547,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-114.91000366210938,"PosY":11.48069953918457,"PosZ":-39.220001220703125,"RotY":89.99999237060547,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":90,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"91":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-87.91000366210938,"PosY":11.517629623413086,"PosZ":-67.0199966430664,"RotY":89.99999237060547,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-87.91000366210938,"PosY":11.517600059509276,"PosZ":-63.02000045776367,"RotY":89.99999237060547,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.2699966430664,"PosY":11.517589569091797,"PosZ":-66.28299713134766,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":-104.63999938964844,"PosY":11.517589569091797,"PosZ":-65.48300170898438,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":-105.13999938964844,"PosY":11.517589569091797,"PosZ":-66.28299713134766,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.55999755859376,"PosY":11.48069953918457,"PosZ":-55.53900146484375,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":-126.90000152587892,"PosY":11.48069953918457,"PosZ":-56.3390007019043,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":-127.40000152587892,"PosY":11.48069953918457,"PosZ":-55.53900146484375,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":91,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":-136.47000122070312,"PosY":11.517569541931152,"PosZ":-57.93000030517578,"RotY":89.99999237060547,"groupId":0}}},"92":{"props":[],"npcs":[{"ID":400001,"PosX":-129.92999267578125,"PosY":11.479999542236328,"PosZ":-59.849998474121094,"Name":"NPC1","RotY":255.0,"NPCID":3013,"groupId":92,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"93":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.88999938964844,"PosY":11.48069953918457,"PosZ":-65.0199966430664,"RotY":89.99999237060547,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":-92.88999938964844,"PosY":11.48069953918457,"PosZ":-65.0199966430664,"RotY":89.99999237060547,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":93,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.1000061035156,"PosX":-92.88999938964844,"PosY":11.48069953918457,"PosZ":-65.0199966430664,"NPCMonsterID":1002040,"EventID":99999011,"groupId":93,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"94":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-120.26000213623048,"PosY":11.479999542236328,"PosZ":-58.0,"RotY":89.99999237060547,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":94,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.1000061035156,"PosX":-120.26000213623048,"PosY":11.479999542236328,"PosZ":-58.0,"NPCMonsterID":1002040,"EventID":99999011,"groupId":94,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"95":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":-110.48999786376952,"PosY":11.479999542236328,"PosZ":-63.75,"RotY":89.99999237060547,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":95,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.1000061035156,"PosX":-110.48999786376952,"PosY":11.479999542236328,"PosZ":-63.75,"NPCMonsterID":1002040,"EventID":99999011,"groupId":95,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}},"P81313_F81313001":{"teleports":{},"group_items":{"7":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":299.010009765625,"PosY":168.50010681152344,"PosZ":450.510009765625,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":300.739990234375,"PosY":158.50999450683594,"PosZ":450.510009765625,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":7,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"8":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":302.67999267578125,"PosY":172.1688995361328,"PosZ":411.0899963378906,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_FinalDoor.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":8,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":299.67999267578125,"PosY":171.50010681152344,"PosZ":437.0899963378906,"RotY":180.0,"groupId":0}}},"9":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":296.67999267578125,"PosY":172.1688995361328,"PosZ":414.0899963378906,"RotY":9.999999747378752e-6,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":299.67999267578125,"PosY":172.1688995361328,"PosZ":417.0899963378906,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":299.67999267578125,"PosY":172.1688995361328,"PosZ":417.0899963378906,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":9,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":299.67999267578125,"PosY":172.1688995361328,"PosZ":417.0899963378906,"NPCMonsterID":1002040,"EventID":99999011,"groupId":9,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"10":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":302.67999267578125,"PosY":171.83340454101565,"PosZ":411.0899963378906,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":10,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":299.67999267578125,"PosY":171.50010681152344,"PosZ":437.0899963378906,"RotY":180.0,"groupId":0}}},"11":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":299.67999267578125,"PosY":172.1688995361328,"PosZ":417.0899963378906,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":296.67999267578125,"PosY":172.1688995361328,"PosZ":414.0899963378906,"RotY":9.999999747378752e-6,"PropID":1004,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Locked","propStateList":["Closed","Open","Locked"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_GashaponMachine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":299.67999267578125,"PosY":172.1688995361328,"PosZ":417.0899963378906,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":11,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":299.67999267578125,"PosY":172.1688995361328,"PosZ":417.0899963378906,"NPCMonsterID":1002040,"EventID":99999011,"groupId":11,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"12":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":150.86500549316406,"PosY":142.9199981689453,"PosZ":436.5249938964844,"RotY":90.00000762939453,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":154.5959930419922,"PosY":142.9199981689453,"PosZ":418.7001037597656,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":198.281005859375,"PosY":143.0059051513672,"PosZ":442.3900146484375,"RotY":90.00000762939453,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":198.8000030517578,"PosY":143.0059051513672,"PosZ":430.510009765625,"RotY":90.00000762939453,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":12,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"13":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":186.88999938964844,"PosY":140.01649475097656,"PosZ":438.69000244140625,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":186.88999938964844,"PosY":140.01649475097656,"PosZ":434.69000244140625,"RotY":90.00000762939453,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":177.77999877929688,"PosY":140.0164031982422,"PosZ":440.69000244140625,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":177.41000366210938,"PosY":140.01649475097656,"PosZ":439.8900146484375,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":176.91000366210938,"PosY":140.0164031982422,"PosZ":440.69000244140625,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":172.8000030517578,"PosY":140.0,"PosZ":433.75,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":172.4600067138672,"PosY":140.0,"PosZ":434.5499877929687,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":171.9600067138672,"PosY":140.0,"PosZ":433.7500915527344,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":13,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":164.88999938964844,"PosY":142.2198944091797,"PosZ":436.69000244140625,"RotY":90.00000762939453,"groupId":0}}},"14":{"props":[],"npcs":[{"ID":400001,"PosX":181.7100067138672,"PosY":139.72479248046875,"PosZ":436.69000244140625,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":14,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"15":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":186.88999938964844,"PosY":140.01649475097656,"PosZ":438.69000244140625,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":186.88999938964844,"PosY":140.01649475097656,"PosZ":434.69000244140625,"RotY":90.00000762939453,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":177.77999877929688,"PosY":140.0164031982422,"PosZ":440.69000244140625,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":177.41000366210938,"PosY":140.01649475097656,"PosZ":439.8900146484375,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":176.91000366210938,"PosY":140.0164031982422,"PosZ":440.69000244140625,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":172.8000030517578,"PosY":140.0,"PosZ":433.75,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":172.4600067138672,"PosY":140.0,"PosZ":434.5499877929687,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":171.9600067138672,"PosY":140.0,"PosZ":433.7500915527344,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":15,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":164.88999938964844,"PosY":142.2198944091797,"PosZ":436.69000244140625,"RotY":90.00000762939453,"groupId":0}}},"16":{"props":[],"npcs":[{"ID":400001,"PosX":172.02000427246094,"PosY":140.0,"PosZ":438.9700012207031,"Name":"NPC1","RotY":255.0,"NPCID":3013,"groupId":16,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"17":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":184.88999938964844,"PosY":139.72479248046875,"PosZ":436.69000244140625,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":184.88999938964844,"PosY":139.72479248046875,"PosZ":436.69000244140625,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":17,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":184.88999938964844,"PosY":139.72479248046875,"PosZ":436.69000244140625,"NPCMonsterID":1002040,"EventID":99999011,"groupId":17,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"18":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":182.88999938964844,"PosY":139.67889404296875,"PosZ":439.69000244140625,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":18,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":182.88999938964844,"PosY":139.67889404296875,"PosZ":439.69000244140625,"NPCMonsterID":1002040,"EventID":99999011,"groupId":18,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"19":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":182.88999938964844,"PosY":139.67889404296875,"PosZ":433.69000244140625,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":19,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":182.88999938964844,"PosY":139.67889404296875,"PosZ":433.69000244140625,"NPCMonsterID":1002040,"EventID":99999011,"groupId":19,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"20":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":190.2599945068359,"PosY":140.1544952392578,"PosZ":430.5,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":190.2599945068359,"PosY":140.1544952392578,"PosZ":442.3800048828125,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":20,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"21":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":202.3300018310547,"PosY":143.04139709472656,"PosZ":445.3900146484375,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":206.3300018310547,"PosY":143.0059051513672,"PosZ":445.3900146484375,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":201.1999969482422,"PosY":143.0059051513672,"PosZ":437.1099853515625,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":202.0,"PosY":143.0059051513672,"PosZ":436.739990234375,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":201.1999969482422,"PosY":143.0059051513672,"PosZ":436.239990234375,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":208.77999877929688,"PosY":143.00709533691406,"PosZ":431.0799865722656,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":207.97999572753903,"PosY":143.04139709472656,"PosZ":430.739990234375,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":208.77999877929688,"PosY":143.00709533691406,"PosZ":430.239990234375,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":21,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":204.3300018310547,"PosY":143.0059051513672,"PosZ":425.239990234375,"RotY":0.0,"groupId":0}}},"22":{"props":[],"npcs":[{"ID":400001,"PosX":204.3300018310547,"PosY":143.0059051513672,"PosZ":442.0499877929687,"Name":"NPC1","RotY":180.0,"NPCID":3013,"groupId":22,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"23":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":202.3300018310547,"PosY":143.04139709472656,"PosZ":445.3900146484375,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":206.3300018310547,"PosY":143.0059051513672,"PosZ":445.3900146484375,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":201.1999969482422,"PosY":143.0059051513672,"PosZ":437.1099853515625,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":202.0,"PosY":143.0059051513672,"PosZ":436.739990234375,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":201.1999969482422,"PosY":143.0059051513672,"PosZ":436.239990234375,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":208.77999877929688,"PosY":143.00709533691406,"PosZ":431.0799865722656,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":207.97999572753903,"PosY":143.04139709472656,"PosZ":430.739990234375,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":208.77999877929688,"PosY":143.00709533691406,"PosZ":430.239990234375,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":23,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":204.3300018310547,"PosY":143.0059051513672,"PosZ":425.239990234375,"RotY":0.0,"groupId":0}}},"24":{"props":[],"npcs":[{"ID":400001,"PosX":200.92999267578125,"PosY":143.0059051513672,"PosZ":430.94000244140625,"Name":"NPC1","RotY":165.0,"NPCID":3013,"groupId":24,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"25":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":204.3300018310547,"PosY":143.0059051513672,"PosZ":445.239990234375,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":204.3300018310547,"PosY":143.0059051513672,"PosZ":445.239990234375,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":25,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":204.3300018310547,"PosY":143.0059051513672,"PosZ":445.239990234375,"NPCMonsterID":1002040,"EventID":99999011,"groupId":25,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"26":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":201.3300018310547,"PosY":143.0059051513672,"PosZ":443.2401123046875,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":26,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":201.3300018310547,"PosY":143.0059051513672,"PosZ":443.2401123046875,"NPCMonsterID":1002040,"EventID":99999011,"groupId":26,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"27":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":207.3300018310547,"PosY":143.0059051513672,"PosZ":443.239990234375,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":27,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":207.3300018310547,"PosY":143.0059051513672,"PosZ":443.239990234375,"NPCMonsterID":1002040,"EventID":99999011,"groupId":27,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"28":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":111.51000213623048,"PosY":182.42919921875,"PosZ":699.02001953125,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":118.81700134277344,"PosY":182.60000610351565,"PosZ":740.010009765625,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":101.09999847412108,"PosY":184.54879760742188,"PosZ":720.6599731445312,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":28,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"29":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":127.51000213623048,"PosY":182.51409912109375,"PosZ":736.3099975585938,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":29,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":127.51000213623048,"PosY":182.42919921875,"PosZ":716.3098754882812,"RotY":0.0,"groupId":0}}},"30":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":131.50999450683594,"PosY":182.42919921875,"PosZ":726.3099975585938,"RotY":210.0,"PropID":1001,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_PickMachine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":124.36000061035156,"PosY":182.42919921875,"PosZ":726.3099975585938,"RotY":150.0,"PropID":1002,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Open","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_RogueLobby_Appraisal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":129.76300048828125,"PosY":182.42919921875,"PosZ":721.198974609375,"RotY":120.0,"PropID":103015,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_MPBox_01_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":130.66900634765625,"PosY":182.42919921875,"PosZ":720.780029296875,"RotY":120.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":130.593994140625,"PosY":182.42919921875,"PosZ":721.7520141601564,"RotY":120.0,"PropID":103014,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":30,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap03/Prop_Chap03_HPBox_01_Entity.json"}],"npcs":[{"ID":400001,"PosX":130.50999450683594,"PosY":182.42919921875,"PosZ":731.3099975585938,"Name":"NPC1","RotY":195.00010681152344,"NPCID":1013,"groupId":30,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"31":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":70.58000183105469,"PosY":178.4071044921875,"PosZ":708.6400146484375,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":75.94098663330078,"PosY":175.3419952392578,"PosZ":668.8499755859375,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":31,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"32":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":75.01000213623047,"PosY":178.4071044921875,"PosZ":681.6400146484375,"RotY":270.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":71.01000213623047,"PosY":178.4071044921875,"PosZ":681.6400146484375,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":77.01000213623047,"PosY":178.4071044921875,"PosZ":691.77001953125,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":76.20999908447266,"PosY":178.4071044921875,"PosZ":692.1400146484375,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":77.01000213623047,"PosY":178.4071044921875,"PosZ":692.6400146484375,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":69.01000213623047,"PosY":178.4071044921875,"PosZ":697.7999877929688,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":69.81001281738281,"PosY":178.4071044921875,"PosZ":698.1400146484375,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":69.01000213623047,"PosY":178.4071044921875,"PosZ":698.6400146484375,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":32,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":73.01000213623047,"PosY":178.4071044921875,"PosZ":703.6400146484375,"RotY":180.0,"groupId":0}}},"33":{"props":[],"npcs":[{"ID":400001,"PosX":73.01000213623047,"PosY":178.4071044921875,"PosZ":687.5499877929688,"Name":"NPC1","RotY":0.0,"NPCID":3013,"groupId":33,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"34":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":75.01000213623047,"PosY":178.4071044921875,"PosZ":681.6400146484375,"RotY":270.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":71.01000213623047,"PosY":178.4071044921875,"PosZ":681.6400146484375,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":77.01000213623047,"PosY":178.4071044921875,"PosZ":691.77001953125,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":76.20999908447266,"PosY":178.4071044921875,"PosZ":692.1400146484375,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":77.01000213623047,"PosY":178.4071044921875,"PosZ":692.6400146484375,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":69.01000213623047,"PosY":178.4071044921875,"PosZ":697.7999877929688,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":69.81001281738281,"PosY":178.4071044921875,"PosZ":698.1400146484375,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":69.01000213623047,"PosY":178.4071044921875,"PosZ":698.6400146484375,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":34,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":73.01000213623047,"PosY":178.4071044921875,"PosZ":703.6400146484375,"RotY":180.0,"groupId":0}}},"35":{"props":[],"npcs":[{"ID":400001,"PosX":77.010009765625,"PosY":178.4071044921875,"PosZ":698.10009765625,"Name":"NPC1","RotY":345.0,"NPCID":3013,"groupId":35,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"36":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":73.01000213623047,"PosY":178.4071044921875,"PosZ":683.6400146484375,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":73.01000213623047,"PosY":178.4071044921875,"PosZ":683.6400146484375,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":36,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":9.999999747378752e-6,"PosX":73.01000213623047,"PosY":178.4071044921875,"PosZ":683.6400146484375,"NPCMonsterID":1002040,"EventID":99999011,"groupId":36,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"37":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":76.01000213623047,"PosY":178.4071044921875,"PosZ":685.6400146484375,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":37,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":76.01000213623047,"PosY":178.4071044921875,"PosZ":685.6400146484375,"NPCMonsterID":1002040,"EventID":99999011,"groupId":37,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"38":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":70.01000213623047,"PosY":178.4071044921875,"PosZ":685.6400146484375,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":38,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":70.01000213623047,"PosY":178.4071044921875,"PosZ":685.6400146484375,"NPCMonsterID":1002040,"EventID":99999011,"groupId":38,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"39":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":95.66999816894531,"PosY":200.7100067138672,"PosZ":574.75,"RotY":90.00000762939453,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":122.29000091552734,"PosY":200.69400024414065,"PosZ":551.2100219726562,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":39,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"40":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":122.86000061035156,"PosY":200.60989379882812,"PosZ":570.5399780273438,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":122.86000061035156,"PosY":200.60989379882812,"PosZ":566.5399780273438,"RotY":90.00000762939453,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":112.7300033569336,"PosY":200.60989379882812,"PosZ":572.5399780273438,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":112.36000061035156,"PosY":200.60989379882812,"PosZ":571.739990234375,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":111.86000061035156,"PosY":200.60989379882812,"PosZ":572.5399780273438,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":106.6999969482422,"PosY":200.60989379882812,"PosZ":564.5399169921875,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":106.36000061035156,"PosY":200.60989379882812,"PosZ":565.3400268554688,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":105.86000061035156,"PosY":200.60989379882812,"PosZ":564.5399169921875,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":40,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":100.86000061035156,"PosY":200.60989379882812,"PosZ":568.5399780273438,"RotY":90.00000762939453,"groupId":0}}},"41":{"props":[],"npcs":[{"ID":400001,"PosX":118.86000061035156,"PosY":200.60989379882812,"PosZ":563.5399780273438,"Name":"NPC1","RotY":285.0,"NPCID":3013,"groupId":41,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"42":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":122.86000061035156,"PosY":200.60989379882812,"PosZ":570.5399780273438,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":122.86000061035156,"PosY":200.60989379882812,"PosZ":566.5399780273438,"RotY":90.00000762939453,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":112.7300033569336,"PosY":200.60989379882812,"PosZ":572.5399780273438,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":112.36000061035156,"PosY":200.60989379882812,"PosZ":571.739990234375,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":111.86000061035156,"PosY":200.60989379882812,"PosZ":572.5399780273438,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":106.6999969482422,"PosY":200.60989379882812,"PosZ":564.5399169921875,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":106.36000061035156,"PosY":200.60989379882812,"PosZ":565.3400268554688,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":105.86000061035156,"PosY":200.60989379882812,"PosZ":564.5399169921875,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":42,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":100.86000061035156,"PosY":200.60989379882812,"PosZ":568.5399780273438,"RotY":90.00000762939453,"groupId":0}}},"43":{"props":[],"npcs":[{"ID":400001,"PosX":106.40000152587892,"PosY":200.60989379882812,"PosZ":572.5399780273438,"Name":"NPC1","RotY":255.0,"NPCID":3013,"groupId":43,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"44":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":120.86000061035156,"PosY":200.60989379882812,"PosZ":568.5399780273438,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":120.86000061035156,"PosY":200.60989379882812,"PosZ":568.5399780273438,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":44,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":120.86000061035156,"PosY":200.60989379882812,"PosZ":568.5399780273438,"NPCMonsterID":1002040,"EventID":99999011,"groupId":44,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"45":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":118.86000061035156,"PosY":200.60989379882812,"PosZ":571.5399780273438,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":45,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":118.86000061035156,"PosY":200.60989379882812,"PosZ":571.5399780273438,"NPCMonsterID":1002040,"EventID":99999011,"groupId":45,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"46":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":118.86000061035156,"PosY":200.60989379882812,"PosZ":565.5399780273438,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":46,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":118.86000061035156,"PosY":200.60989379882812,"PosZ":565.5399780273438,"NPCMonsterID":1002040,"EventID":99999011,"groupId":46,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"47":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":69.2699966430664,"PosY":181.32000732421875,"PosZ":416.3699951171875,"RotY":90.00000762939453,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":44.56000900268555,"PosY":192.82000732421875,"PosZ":425.7090148925782,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":47,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"48":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":71.56001281738281,"PosY":191.3000030517578,"PosZ":418.3699951171875,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":71.56001281738281,"PosY":191.3000030517578,"PosZ":414.3699951171875,"RotY":90.00000762939453,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":61.43000030517578,"PosY":191.3000030517578,"PosZ":420.3699951171875,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":61.06000900268555,"PosY":191.3000030517578,"PosZ":419.5700073242187,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":60.56000900268555,"PosY":191.3000030517578,"PosZ":420.3699951171875,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":55.39999008178711,"PosY":191.3000030517578,"PosZ":412.3699951171875,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":55.05998992919922,"PosY":191.3000030517578,"PosZ":413.1700134277344,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":54.560001373291016,"PosY":191.3000030517578,"PosZ":412.3699951171875,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":48,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":49.56000900268555,"PosY":191.3000030517578,"PosZ":416.3699951171875,"RotY":90.00000762939453,"groupId":0}}},"49":{"props":[],"npcs":[{"ID":400001,"PosX":65.5,"PosY":191.3000030517578,"PosZ":416.3699951171875,"Name":"NPC1","RotY":270.0,"NPCID":3013,"groupId":49,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"50":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":71.56001281738281,"PosY":191.3000030517578,"PosZ":418.3699951171875,"RotY":180.00010681152344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":71.56001281738281,"PosY":191.3000030517578,"PosZ":414.3699951171875,"RotY":90.00000762939453,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":61.43000030517578,"PosY":191.3000030517578,"PosZ":420.3699951171875,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":61.06000900268555,"PosY":191.3000030517578,"PosZ":419.5700073242187,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":60.56000900268555,"PosY":191.3000030517578,"PosZ":420.3699951171875,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":55.39999008178711,"PosY":191.3000030517578,"PosZ":412.3699951171875,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":55.05998992919922,"PosY":191.3000030517578,"PosZ":413.1700134277344,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":54.560001373291016,"PosY":191.3000030517578,"PosZ":412.3699951171875,"RotY":270.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":50,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":49.56000900268555,"PosY":191.3000030517578,"PosZ":416.3699951171875,"RotY":90.00000762939453,"groupId":0}}},"51":{"props":[],"npcs":[{"ID":400001,"PosX":55.099998474121094,"PosY":191.3000030517578,"PosZ":420.3699951171875,"Name":"NPC1","RotY":255.0,"NPCID":3013,"groupId":51,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"52":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":69.55999755859375,"PosY":191.3000030517578,"PosZ":416.3699951171875,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":69.55999755859375,"PosY":191.3000030517578,"PosZ":416.3699951171875,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":52,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":69.55999755859375,"PosY":191.3000030517578,"PosZ":416.3699951171875,"NPCMonsterID":1002040,"EventID":99999011,"groupId":52,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"53":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":67.56001281738281,"PosY":191.3000030517578,"PosZ":419.3699951171875,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":53,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":67.56001281738281,"PosY":191.3000030517578,"PosZ":419.3699951171875,"NPCMonsterID":1002040,"EventID":99999011,"groupId":53,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"54":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":67.56001281738281,"PosY":191.3000030517578,"PosZ":413.3699951171875,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":54,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":270.0,"PosX":67.56001281738281,"PosY":191.3000030517578,"PosZ":413.3699951171875,"NPCMonsterID":1002040,"EventID":99999011,"groupId":54,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"55":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":324.3500061035156,"PosY":165.226806640625,"PosZ":459.5,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":299.1099853515625,"PosY":168.62460327148438,"PosZ":449.94000244140625,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":55,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"56":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":322.1400146484375,"PosY":168.87100219726565,"PosZ":430.0899963378906,"RotY":270.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":318.1400146484375,"PosY":168.860107421875,"PosZ":430.0899963378906,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":324.1400146484375,"PosY":168.86700439453125,"PosZ":440.2200012207031,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":323.3399963378906,"PosY":168.87100219726565,"PosZ":440.5899963378906,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":324.1400146484375,"PosY":168.860107421875,"PosZ":441.0899963378906,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":316.1400146484375,"PosY":168.50010681152344,"PosZ":446.25,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":316.94000244140625,"PosY":168.65499877929688,"PosZ":446.5899963378906,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":316.1400146484375,"PosY":168.50010681152344,"PosZ":447.0899963378906,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":56,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":320.1400146484375,"PosY":168.860107421875,"PosZ":452.0899963378906,"RotY":180.0,"groupId":0}}},"57":{"props":[],"npcs":[{"ID":400001,"PosX":320.1400146484375,"PosY":168.860107421875,"PosZ":436.5,"Name":"NPC1","RotY":0.0,"NPCID":3013,"groupId":57,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"58":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":322.1400146484375,"PosY":168.87100219726565,"PosZ":430.0899963378906,"RotY":270.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":318.1400146484375,"PosY":168.860107421875,"PosZ":430.0899963378906,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":324.1400146484375,"PosY":168.86700439453125,"PosZ":440.2200012207031,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":323.3399963378906,"PosY":168.87100219726565,"PosZ":440.5899963378906,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":324.1400146484375,"PosY":168.860107421875,"PosZ":441.0899963378906,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":316.1400146484375,"PosY":168.50010681152344,"PosZ":446.25,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":316.94000244140625,"PosY":168.65499877929688,"PosZ":446.5899963378906,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":316.1400146484375,"PosY":168.50010681152344,"PosZ":447.0899963378906,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":58,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":320.1400146484375,"PosY":168.860107421875,"PosZ":452.0899963378906,"RotY":180.0,"groupId":0}}},"59":{"props":[],"npcs":[{"ID":400001,"PosX":324.1400146484375,"PosY":168.860107421875,"PosZ":446.5499877929687,"Name":"NPC1","RotY":345.0,"NPCID":3013,"groupId":59,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"60":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":320.1400146484375,"PosY":168.860107421875,"PosZ":432.0899963378906,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":320.1400146484375,"PosY":168.860107421875,"PosZ":432.0899963378906,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":60,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":9.999999747378752e-6,"PosX":320.1400146484375,"PosY":168.860107421875,"PosZ":432.0899963378906,"NPCMonsterID":1002040,"EventID":99999011,"groupId":60,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"61":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":323.1400146484375,"PosY":168.860107421875,"PosZ":434.0899963378906,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":61,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":323.1400146484375,"PosY":168.860107421875,"PosZ":434.0899963378906,"NPCMonsterID":1002040,"EventID":99999011,"groupId":61,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"62":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":317.1400146484375,"PosY":168.860107421875,"PosZ":434.0899963378906,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":62,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":317.1400146484375,"PosY":168.860107421875,"PosZ":434.0899963378906,"NPCMonsterID":1002040,"EventID":99999011,"groupId":62,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"63":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":323.1400146484375,"PosY":168.860107421875,"PosZ":434.0899963378906,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":323.1400146484375,"PosY":168.860107421875,"PosZ":434.0899963378906,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":63,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":0.0,"PosX":323.1400146484375,"PosY":168.860107421875,"PosZ":434.0899963378906,"NPCMonsterID":1002040,"EventID":99999011,"groupId":63,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"64":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":67.56001281738281,"PosY":191.3000030517578,"PosZ":419.3699951171875,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":67.56001281738281,"PosY":191.3000030517578,"PosZ":419.3699951171875,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":64,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":67.56001281738281,"PosY":191.3000030517578,"PosZ":419.3699951171875,"NPCMonsterID":1002040,"EventID":99999011,"groupId":64,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"65":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":118.86000061035156,"PosY":200.60989379882812,"PosZ":571.5399780273438,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":118.86000061035156,"PosY":200.60989379882812,"PosZ":571.5399780273438,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":65,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":118.86000061035156,"PosY":200.60989379882812,"PosZ":571.5399780273438,"NPCMonsterID":1002040,"EventID":99999011,"groupId":65,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"66":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":76.01000213623047,"PosY":178.4071044921875,"PosZ":685.6400146484375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":76.01000213623047,"PosY":178.4071044921875,"PosZ":685.6400146484375,"RotY":0.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":66,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":0.0,"PosX":76.01000213623047,"PosY":178.4071044921875,"PosZ":685.6400146484375,"NPCMonsterID":1002040,"EventID":99999011,"groupId":66,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"67":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":201.3300018310547,"PosY":143.0059051513672,"PosZ":443.2401123046875,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":201.3300018310547,"PosY":143.0059051513672,"PosZ":443.2401123046875,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":67,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":201.3300018310547,"PosY":143.0059051513672,"PosZ":443.2401123046875,"NPCMonsterID":1002040,"EventID":99999011,"groupId":67,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"68":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":182.88999938964844,"PosY":139.67889404296875,"PosZ":439.69000244140625,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":182.88999938964844,"PosY":139.67889404296875,"PosZ":439.69000244140625,"RotY":270.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":68,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":270.0,"PosX":182.88999938964844,"PosY":139.67889404296875,"PosZ":439.69000244140625,"NPCMonsterID":1002040,"EventID":99999011,"groupId":68,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"69":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":211.1699981689453,"PosY":82.87999725341797,"PosZ":309.7699890136719,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":211.1699981689453,"PosY":88.61000061035156,"PosZ":311.79998779296875,"RotY":180.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":69,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"70":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":213.1699981689453,"PosY":95.28099060058594,"PosZ":301.6000061035156,"RotY":270.0000915527344,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":209.1699981689453,"PosY":95.28099060058594,"PosZ":301.6000061035156,"RotY":180.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":214.08999633789065,"PosY":95.28096771240233,"PosZ":309.32000732421875,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":213.2899932861328,"PosY":95.28096771240233,"PosZ":309.69000244140625,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":214.08999633789065,"PosY":95.28096771240233,"PosZ":310.19000244140625,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":209.1699981689453,"PosY":95.28096771240233,"PosZ":329.30999755859375,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":209.97000122070312,"PosY":95.28096771240233,"PosZ":329.6499938964844,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":209.1699981689453,"PosY":95.28096771240233,"PosZ":330.1499938964844,"RotY":0.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":70,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":211.1699981689453,"PosY":95.2809066772461,"PosZ":338.67999267578125,"RotY":180.0,"groupId":0}}},"71":{"props":[],"npcs":[{"ID":400001,"PosX":212.97000122070312,"PosY":95.28096771240233,"PosZ":333.45001220703125,"Name":"NPC1","RotY":345.0,"NPCID":3013,"groupId":71,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"72":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":211.1699981689453,"PosY":95.28096771240233,"PosZ":304.739990234375,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":211.1699981689453,"PosY":95.28096771240233,"PosZ":304.739990234375,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":72,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":9.999999747378752e-6,"PosX":211.1699981689453,"PosY":95.28096771240233,"PosZ":304.739990234375,"NPCMonsterID":1002040,"EventID":99999011,"groupId":72,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"73":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":212.5,"PosY":95.28096771240233,"PosZ":323.7099914550781,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":73,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":212.5,"PosY":95.28096771240233,"PosZ":323.7099914550781,"NPCMonsterID":1002040,"EventID":99999011,"groupId":73,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"74":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":209.38999938964844,"PosY":95.28096771240233,"PosZ":314.4800109863281,"RotY":9.999999747378752e-6,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":74,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":9.999999747378752e-6,"PosX":209.38999938964844,"PosY":95.28096771240233,"PosZ":314.4800109863281,"NPCMonsterID":1002040,"EventID":99999011,"groupId":74,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"75":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":154.50999450683594,"PosY":142.7830047607422,"PosZ":418.37200927734375,"RotY":0.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":170.36900329589844,"PosY":140.08580017089844,"PosZ":436.74700927734375,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":167.7689971923828,"PosY":141.406005859375,"PosZ":457.54000854492193,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":75,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"76":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":155.38999938964844,"PosY":142.8000030517578,"PosZ":457.9100036621094,"RotY":90.00007629394531,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":159.38999938964844,"PosY":142.8000030517578,"PosZ":457.91009521484375,"RotY":0.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":153.5399932861328,"PosY":142.8000030517578,"PosZ":441.5899963378906,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":154.33999633789065,"PosY":142.8000030517578,"PosZ":441.2200012207031,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":153.5399932861328,"PosY":142.8000030517578,"PosZ":440.7200012207031,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":160.8800048828125,"PosY":142.8000030517578,"PosZ":431.2999877929687,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":160.0800018310547,"PosY":142.8000030517578,"PosZ":430.95989990234375,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":160.8800048828125,"PosY":142.8000030517578,"PosZ":430.45989990234375,"RotY":180.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":76,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":157.38999938964844,"PosY":142.8000030517578,"PosZ":422.44000244140625,"RotY":0.0,"groupId":0}}},"77":{"props":[],"npcs":[{"ID":400001,"PosX":153.0800018310547,"PosY":142.8000030517578,"PosZ":428.25,"Name":"NPC1","RotY":165.0,"NPCID":3013,"groupId":77,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"78":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":157.38999938964844,"PosY":142.8000030517578,"PosZ":454.54000854492193,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":157.38999938964844,"PosY":142.8000030517578,"PosZ":454.54000854492193,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":78,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":180.0,"PosX":157.38999938964844,"PosY":142.8000030517578,"PosZ":454.54000854492193,"NPCMonsterID":1002040,"EventID":99999011,"groupId":78,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"79":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":159.41000366210938,"PosY":142.8000030517578,"PosZ":437.6199951171875,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":79,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":159.41000366210938,"PosY":142.8000030517578,"PosZ":437.6199951171875,"NPCMonsterID":1002040,"EventID":99999011,"groupId":79,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"80":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":155.33999633789065,"PosY":142.8000030517578,"PosZ":446.19000244140625,"RotY":180.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":80,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":180.0,"PosX":155.33999633789065,"PosY":142.8000030517578,"PosZ":446.19000244140625,"NPCMonsterID":1002040,"EventID":99999011,"groupId":80,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"81":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":103.91999816894533,"PosY":192.22000122070312,"PosZ":517.9769897460938,"RotY":270.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":39.429000854492195,"PosY":180.50889587402344,"PosZ":529.406005859375,"RotY":90.0,"PropID":1030,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":81,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_BlockLine_01_Entity.json"}],"npcs":[],"monsters":[],"anchors":{}},"82":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":51.099998474121094,"PosY":183.6598968505859,"PosZ":527.47998046875,"RotY":0.00007200000254670158,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":51.099998474121094,"PosY":183.6598968505859,"PosZ":531.47998046875,"RotY":270.0,"PropID":1000,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_Door.json","State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Rogue/Prop_Rogue_Portal_01_Entity.json"},{"ID":300003,"Category":"","GroupName":"","LoadSide":null,"PosX":59.08000183105469,"PosY":183.6598968505859,"PosZ":526.3200073242188,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300004,"Category":"","GroupName":"","LoadSide":null,"PosX":59.45000076293945,"PosY":183.6598968505859,"PosZ":527.1199951171875,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300005,"Category":"","GroupName":"","LoadSide":null,"PosX":59.95000076293945,"PosY":183.6598968505859,"PosZ":526.3200073242188,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300006,"Category":"","GroupName":"","LoadSide":null,"PosX":83.80999755859375,"PosY":186.83990478515625,"PosZ":532.280029296875,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300007,"Category":"","GroupName":"","LoadSide":null,"PosX":84.1500015258789,"PosY":186.83990478515625,"PosZ":531.47998046875,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"},{"ID":300008,"Category":"","GroupName":"","LoadSide":null,"PosX":84.6500015258789,"PosY":186.83990478515625,"PosZ":532.280029296875,"RotY":90.0,"PropID":100026,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked"],"groupId":82,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Chap00/Prop_Chap00_Des_Box_02_Entity.json"}],"npcs":[],"monsters":[],"anchors":{"1":{"ID":1,"PosX":93.37000274658203,"PosY":186.84800720214844,"PosZ":529.47998046875,"RotY":270.0,"groupId":0}}},"83":{"props":[],"npcs":[{"ID":400001,"PosX":87.69999694824219,"PosY":186.86529541015625,"PosZ":527.489990234375,"Name":"NPC1","RotY":74.99999237060547,"NPCID":3013,"groupId":83,"IsDelete":false,"IsClientOnly":false}],"monsters":[],"anchors":{}},"84":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":54.41999816894531,"PosY":183.6598968505859,"PosZ":529.47998046875,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"},{"ID":300002,"Category":"","GroupName":"","LoadSide":null,"PosX":54.41999816894531,"PosY":183.6598968505859,"PosZ":529.47998046875,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":null,"State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":84,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200005,"RotY":90.0,"PosX":54.41999816894531,"PosY":183.6598968505859,"PosZ":529.47998046875,"NPCMonsterID":1002040,"EventID":99999011,"groupId":84,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"85":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":77.1500015258789,"PosY":186.83990478515625,"PosZ":529.510009765625,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":85,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":77.1500015258789,"PosY":186.83990478515625,"PosZ":529.510009765625,"NPCMonsterID":1002040,"EventID":99999011,"groupId":85,"IsDelete":false,"IsClientOnly":false}],"anchors":{}},"86":{"props":[{"ID":300001,"Category":"","GroupName":"","LoadSide":null,"PosX":65.01000213623047,"PosY":183.6598968505859,"PosZ":529.5999755859375,"RotY":90.0,"PropID":100,"AnchorID":0,"AnchorGroupID":0,"MappingInfoID":0,"InitLevelGraph":"Config/Level/Maze/MazeRogue/Maze_Rogue_Prop_TriggerBuffSelect.json","State":"Closed","propStateList":["Closed","Open","Locked","TriggerDisable","TriggerEnable"],"groupId":86,"IsDelete":false,"IsClientOnly":false,"testField":"Config/ConfigEntity/Props/Common/Prop_Common_EmptyProp_01_Entity.json"}],"npcs":[],"monsters":[{"ID":200001,"RotY":90.0,"PosX":65.01000213623047,"PosY":183.6598968505859,"PosZ":529.5999755859375,"NPCMonsterID":1002040,"EventID":99999011,"groupId":86,"IsDelete":false,"IsClientOnly":false}],"anchors":{}}}}},"level_floor":{"P10000_F10000000":{"FloorID":10000000,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P10000_F10000002":{"FloorID":10000002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P10001_F10001001":{"FloorID":10001001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P10101_F10101001":{"FloorID":10101001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P10101_F10101002":{"FloorID":10101002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P10101_F10101003":{"FloorID":10101003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P10101_F10101004":{"FloorID":10101004,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P10101_F10101005":{"FloorID":10101005,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P10101_F10101006":{"FloorID":10101006,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P10101_F10101007":{"FloorID":10101007,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P10101_F10101008":{"FloorID":10101008,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P10101_F10101009":{"FloorID":10101009,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P10102_F10102001":{"FloorID":10102001,"floorName":"","StartGroupIndex":2,"StartAnchorID":1},"P10102_F10102002":{"FloorID":10102002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P10102_F10102003":{"FloorID":10102003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P10102_F10102004":{"FloorID":10102004,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P10201_F10201001":{"FloorID":10201001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P10201_F10201002":{"FloorID":10201002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P10202_F10202001":{"FloorID":10202001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P10202_F10202002":{"FloorID":10202002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P10202_F10202003":{"FloorID":10202003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P10202_F10202004":{"FloorID":10202004,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P10301_F10301001":{"FloorID":10301001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P10304_F10304001":{"FloorID":10304001,"floorName":"","StartGroupIndex":4,"StartAnchorID":1},"P10305_F10305001":{"FloorID":10305001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P10341_F10341001":{"FloorID":10341001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20001_F20001001":{"FloorID":20001001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20002_F20001001":{"FloorID":20001001,"floorName":"PLANE_NAME","StartGroupIndex":0,"StartAnchorID":1},"P20002_F20002001":{"FloorID":20002001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20003_F20001001":{"FloorID":20001001,"floorName":"PLANE_NAME","StartGroupIndex":0,"StartAnchorID":1},"P20003_F20003001":{"FloorID":20003001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20004_F20004001":{"FloorID":20004001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20100_F20100001":{"FloorID":20100001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20101_F20101001":{"FloorID":20101001,"floorName":"","StartGroupIndex":0,"StartAnchorID":2},"P20111_F20111001":{"FloorID":20111001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20121_F20121001":{"FloorID":20121001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20122_F20122001":{"FloorID":20122001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20123_F20123001":{"FloorID":20123001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20131_F20131001":{"FloorID":20131001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20132_F20132001":{"FloorID":20132001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20133_F20133001":{"FloorID":20133001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20133_F20133002":{"FloorID":20133002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20134_F20134001":{"FloorID":20134001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20135_F20135001":{"FloorID":20135001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20136_F20136001":{"FloorID":20136001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20211_F20211001":{"FloorID":20211001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20212_F20212001":{"FloorID":20212001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20213_F20213001":{"FloorID":20213001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20213_F20213002":{"FloorID":20213002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20214_F20214001":{"FloorID":20214001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20221_F20221001":{"FloorID":20221001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20222_F20222001":{"FloorID":20222001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20223_F20223001":{"FloorID":20223001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20231_F20231001":{"FloorID":20231001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20231_F20231002":{"FloorID":20231002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20232_F20232001":{"FloorID":20232001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20233_F20233001":{"FloorID":20233001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20241_F20241001":{"FloorID":20241001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20311_F20311001":{"FloorID":20311001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20312_F20312001":{"FloorID":20312001,"floorName":"","StartGroupIndex":2,"StartAnchorID":1},"P20313_F20313001":{"FloorID":20313001,"floorName":"","StartGroupIndex":1,"StartAnchorID":1},"P20321_F20321001":{"FloorID":20321001,"floorName":"","StartGroupIndex":11,"StartAnchorID":1},"P20322_F20322001":{"FloorID":20322001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20323_F20323001":{"FloorID":20323001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20331_F20331001":{"FloorID":20331001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P20332_F20332001":{"FloorID":20332001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30101_F30101001":{"FloorID":30101001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30102_F30102001":{"FloorID":30102001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30102_F30102002":{"FloorID":30102002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30102_F30102003":{"FloorID":30102003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30102_F30102004":{"FloorID":30102004,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30102_F30102005":{"FloorID":30102005,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30102_F30102006":{"FloorID":30102006,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30103_F30103001":{"FloorID":30103001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30104_F30104001":{"FloorID":30104001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30105_F30105001":{"FloorID":30105001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30120_F30120001":{"FloorID":30120001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30121_F30121001":{"FloorID":30121001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30121_F30121002":{"FloorID":30121002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30122_F30122001":{"FloorID":30122001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30123_F30123001":{"FloorID":30123001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30124_F30124001":{"FloorID":30124001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30124_F30124002":{"FloorID":30124002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30125_F30123001":{"FloorID":30123001,"floorName":"PLANE_NAME","StartGroupIndex":0,"StartAnchorID":0},"P30125_F30125001":{"FloorID":30125001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30201_F30201001":{"FloorID":30201001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30201_F30202001":{"FloorID":30202001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30201_F30203001":{"FloorID":30203001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30201_F30204001":{"FloorID":30204001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30201_F30205001":{"FloorID":30205001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30201_F30206001":{"FloorID":30206001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30301_F30301001":{"FloorID":30301001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30301_F30301002":{"FloorID":30301002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30301_F30301003":{"FloorID":30301003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30301_F30301004":{"FloorID":30301004,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30301_F30301005":{"FloorID":30301005,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30301_F30301006":{"FloorID":30301006,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30301_F30301007":{"FloorID":30301007,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30401_F30401001":{"FloorID":30401001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30401_F30401002":{"FloorID":30401002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30401_F30401003":{"FloorID":30401003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30401_F30401004":{"FloorID":30401004,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30401_F30401005":{"FloorID":30401005,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30500_F30500001":{"FloorID":30500001,"floorName":"","StartGroupIndex":6,"StartAnchorID":1},"P30501_F30501001":{"FloorID":30501001,"floorName":"","StartGroupIndex":3,"StartAnchorID":2},"P30502_F30502001":{"FloorID":30502001,"floorName":"","StartGroupIndex":3,"StartAnchorID":2},"P30521_F30521001":{"FloorID":30521001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P30523_F30523001":{"FloorID":30523001,"floorName":"","StartGroupIndex":4,"StartAnchorID":1},"P30524_F30524001":{"FloorID":30524001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40000_F40000001":{"FloorID":40000001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40002_F40002001":{"FloorID":40002001,"floorName":"","StartGroupIndex":0,"StartAnchorID":6},"P40002_F40002002":{"FloorID":40002002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40002_F40002003":{"FloorID":40002003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40002_F40002004":{"FloorID":40002004,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40002_F40002101":{"FloorID":40002101,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40002_F40002102":{"FloorID":40002102,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40002_F40002103":{"FloorID":40002103,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40002_F40002104":{"FloorID":40002104,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40003_F40003001":{"FloorID":40003001,"floorName":"","StartGroupIndex":9,"StartAnchorID":1},"P40101_F40101001":{"FloorID":40101001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40101_F40101002":{"FloorID":40101002,"floorName":"","StartGroupIndex":3,"StartAnchorID":2},"P40101_F40101003":{"FloorID":40101003,"floorName":"","StartGroupIndex":5,"StartAnchorID":1},"P40101_F40101004":{"FloorID":40101004,"floorName":"","StartGroupIndex":3,"StartAnchorID":1},"P40101_F40101006":{"FloorID":40101006,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40111_F40111001":{"FloorID":40111001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40121_F40121001":{"FloorID":40121001,"floorName":"","StartGroupIndex":1,"StartAnchorID":1},"P40121_F40121002":{"FloorID":40121002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40121_F40121003":{"FloorID":40121003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40121_F40121005":{"FloorID":40121005,"floorName":"","StartGroupIndex":1,"StartAnchorID":1},"P40121_F40121006":{"FloorID":40121006,"floorName":"","StartGroupIndex":1,"StartAnchorID":1},"P40122_F40122001":{"FloorID":40122001,"floorName":"","StartGroupIndex":2,"StartAnchorID":3},"P40123_F40123001":{"FloorID":40123001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40131_F40131001":{"FloorID":40131001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40131_F40131002":{"FloorID":40131002,"floorName":"","StartGroupIndex":1,"StartAnchorID":1},"P40131_F40131003":{"FloorID":40131003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40211_F40211001":{"FloorID":40211001,"floorName":"","StartGroupIndex":5,"StartAnchorID":1},"P40211_F40211002":{"FloorID":40211002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40211_F40211003":{"FloorID":40211003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40212_F40212001":{"FloorID":40212001,"floorName":"","StartGroupIndex":0,"StartAnchorID":2},"P40212_F40212002":{"FloorID":40212002,"floorName":"","StartGroupIndex":0,"StartAnchorID":9},"P40212_F40212003":{"FloorID":40212003,"floorName":"","StartGroupIndex":0,"StartAnchorID":2},"P40221_F40221001":{"FloorID":40221001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40222_F40222001":{"FloorID":40222001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40222_F40222002":{"FloorID":40222002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40222_F40222003":{"FloorID":40222003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40222_F40222004":{"FloorID":40222004,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40222_F40222005":{"FloorID":40222005,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40222_F40222006":{"FloorID":40222006,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40231_F40231001":{"FloorID":40231001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40231_F40231003":{"FloorID":40231003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40231_F40231004":{"FloorID":40231004,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40232_F40232001":{"FloorID":40232001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40232_F40232002":{"FloorID":40232002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40233_F40233001":{"FloorID":40233001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40234_F40234001":{"FloorID":40234001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40235_F40235001":{"FloorID":40235001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40236_F40236001":{"FloorID":40236001,"floorName":"","StartGroupIndex":1,"StartAnchorID":1},"P40236_F40236002":{"FloorID":40236002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40237_F40237001":{"FloorID":40237001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40237_F40237002":{"FloorID":40237002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40237_F40237003":{"FloorID":40237003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40237_F40237004":{"FloorID":40237004,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40237_F40237005":{"FloorID":40237005,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40237_F40237006":{"FloorID":40237006,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P40238_F40238001":{"FloorID":40238001,"floorName":"","StartGroupIndex":1,"StartAnchorID":1},"P40312_F40312001":{"FloorID":40312001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P41000_F41000001":{"FloorID":41000001,"floorName":"","StartGroupIndex":1,"StartAnchorID":1},"P41000_F41000002":{"FloorID":41000002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P41000_F41000003":{"FloorID":41000003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P41000_F41000004":{"FloorID":41000004,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P41000_F41000005":{"FloorID":41000005,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P41000_F41000006":{"FloorID":41000006,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P41007_F41000007":{"FloorID":41000007,"floorName":"","StartGroupIndex":1,"StartAnchorID":1},"P41008_F41000008":{"FloorID":41000008,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P41009_F41000009":{"FloorID":41000009,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P41010_F41000010":{"FloorID":41000010,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P41011_F41000011":{"FloorID":41000011,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P41012_F41000012":{"FloorID":41000012,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P41212_F41212001":{"FloorID":41212001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P41221_F41221001":{"FloorID":41221001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P41221_F41221002":{"FloorID":41221002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P41221_F41221003":{"FloorID":41221003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P41221_F41221004":{"FloorID":41221004,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P41221_F42221001":{"FloorID":42221001,"floorName":"PLANE_NAME","StartGroupIndex":0,"StartAnchorID":0},"P42221_F42221001":{"FloorID":42221001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43001_F40004001":{"FloorID":40004001,"floorName":"PLANE_NAME","StartGroupIndex":0,"StartAnchorID":0},"P43001_F43001001":{"FloorID":43001001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43001_F43001002":{"FloorID":43001002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43002_F43002001":{"FloorID":43002001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43002_F43002002":{"FloorID":43002002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43002_F43002003":{"FloorID":43002003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43003_F43003001":{"FloorID":43003001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43004_F43004001":{"FloorID":43004001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43101_F43101001":{"FloorID":43101001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43101_F43101002":{"FloorID":43101002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43102_F43102001":{"FloorID":43102001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43102_F43102002":{"FloorID":43102002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43102_F43102003":{"FloorID":43102003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43103_F43103001":{"FloorID":43103001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43103_F43103002":{"FloorID":43103002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43103_F43103003":{"FloorID":43103003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43103_F43103004":{"FloorID":43103004,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43103_F43103005":{"FloorID":43103005,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43104_F43104001":{"FloorID":43104001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43201_F43201001":{"FloorID":43201001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43201_F43201002":{"FloorID":43201002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43201_F43201003":{"FloorID":43201003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43201_F43201004":{"FloorID":43201004,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43201_F43201005":{"FloorID":43201005,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43202_F43202001":{"FloorID":43202001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43202_F43202002":{"FloorID":43202002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43202_F43202003":{"FloorID":43202003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43202_F43202004":{"FloorID":43202004,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43202_F43202005":{"FloorID":43202005,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43202_F43202006":{"FloorID":43202006,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43203_F43203001":{"FloorID":43203001,"floorName":"","StartGroupIndex":1,"StartAnchorID":1},"P43204_F43204001":{"FloorID":43204001,"floorName":"","StartGroupIndex":1,"StartAnchorID":1},"P43205_F43205001":{"FloorID":43205001,"floorName":"","StartGroupIndex":1,"StartAnchorID":1},"P43206_F43206001":{"FloorID":43206001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43207_F43207001":{"FloorID":43207001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43207_F43207002":{"FloorID":43207002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43207_F43207003":{"FloorID":43207003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43208_F43208001":{"FloorID":43208001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43209_F43209001":{"FloorID":43209001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43210_F43210001":{"FloorID":43210001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43210_F43210002":{"FloorID":43210002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43211_F43211001":{"FloorID":43211001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43212_F43212001":{"FloorID":43212001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43213_F43213001":{"FloorID":43213001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43214_F43214001":{"FloorID":43214001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43215_F43215001":{"FloorID":43215001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43216_F43215001":{"FloorID":43215001,"floorName":"PLANE_NAME","StartGroupIndex":0,"StartAnchorID":0},"P43216_F43216001":{"FloorID":43216001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43217_F43215001":{"FloorID":43215001,"floorName":"PLANE_NAME","StartGroupIndex":0,"StartAnchorID":0},"P43217_F43217001":{"FloorID":43217001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43217_F43217002":{"FloorID":43217002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43218_F43215001":{"FloorID":43215001,"floorName":"PLANE_NAME","StartGroupIndex":0,"StartAnchorID":0},"P43218_F43218001":{"FloorID":43218001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43301_F40311001":{"FloorID":40311001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43301_F43301001":{"FloorID":43301001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43302_F43301001":{"FloorID":43301001,"floorName":"PLANE_NAME","StartGroupIndex":0,"StartAnchorID":0},"P43302_F43302001":{"FloorID":43302001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43303_F43301001":{"FloorID":43301001,"floorName":"PLANE_NAME","StartGroupIndex":0,"StartAnchorID":0},"P43303_F43303001":{"FloorID":43303001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43303_F43303002":{"FloorID":43303002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43303_F43303003":{"FloorID":43303003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43304_F43304001":{"FloorID":43304001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43305_F43305001":{"FloorID":43305001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43305_F43305002":{"FloorID":43305002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43306_F43306001":{"FloorID":43306001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43306_F43306002":{"FloorID":43306002,"floorName":"","StartGroupIndex":1,"StartAnchorID":1},"P43307_F43307001":{"FloorID":43307001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43308_F43308001":{"FloorID":43308001,"floorName":"","StartGroupIndex":1,"StartAnchorID":1},"P43310_F43310001":{"FloorID":43310001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43312_F43312001":{"FloorID":43312001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43312_F43312002":{"FloorID":43312002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43312_F43312003":{"FloorID":43312003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43313_F43313001":{"FloorID":43313001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43313_F43313002":{"FloorID":43313002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43313_F43313003":{"FloorID":43313003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43313_F43313004":{"FloorID":43313004,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43314_F43314001":{"FloorID":43314001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43321_F43321001":{"FloorID":43321001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43321_F43321002":{"FloorID":43321002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43322_F43322001":{"FloorID":43322001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43322_F43322002":{"FloorID":43322002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43322_F43322003":{"FloorID":43322003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43322_F43322004":{"FloorID":43322004,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P43322_F43322005":{"FloorID":43322005,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44001_F44001001":{"FloorID":44001001,"floorName":"","StartGroupIndex":1,"StartAnchorID":1},"P44001_F44001002":{"FloorID":44001002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44001_F44001003":{"FloorID":44001003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44201_F44201001":{"FloorID":44201001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44201_F44201002":{"FloorID":44201002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44201_F44201003":{"FloorID":44201003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44202_F44202001":{"FloorID":44202001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44202_F44202002":{"FloorID":44202002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44202_F44202003":{"FloorID":44202003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44202_F44202004":{"FloorID":44202004,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44301_F44301001":{"FloorID":44301001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44301_F44301002":{"FloorID":44301002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44301_F44301003":{"FloorID":44301003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44301_F44301004":{"FloorID":44301004,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44301_F44301005":{"FloorID":44301005,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44301_F44301006":{"FloorID":44301006,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44301_F44301007":{"FloorID":44301007,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44301_F44301008":{"FloorID":44301008,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44301_F44301009":{"FloorID":44301009,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44301_F44301010":{"FloorID":44301010,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44301_F44301011":{"FloorID":44301011,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44301_F44301012":{"FloorID":44301012,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44301_F44301013":{"FloorID":44301013,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44301_F44301014":{"FloorID":44301014,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44301_F44301015":{"FloorID":44301015,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44301_F44301016":{"FloorID":44301016,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44301_F44301017":{"FloorID":44301017,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44301_F44301018":{"FloorID":44301018,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44301_F44301019":{"FloorID":44301019,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44301_F44301020":{"FloorID":44301020,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44301_F44301021":{"FloorID":44301021,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44301_F44301022":{"FloorID":44301022,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44302_F44302001":{"FloorID":44302001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44302_F44302002":{"FloorID":44302002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44302_F44302003":{"FloorID":44302003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44302_F44302004":{"FloorID":44302004,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44303_F44303001":{"FloorID":44303001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44303_F44303002":{"FloorID":44303002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44303_F44303003":{"FloorID":44303003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44305_F44305001":{"FloorID":44305001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44305_F44305002":{"FloorID":44305002,"floorName":"","StartGroupIndex":1,"StartAnchorID":1},"P44305_F44305003":{"FloorID":44305003,"floorName":"","StartGroupIndex":1,"StartAnchorID":1},"P44305_F44305004":{"FloorID":44305004,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P44305_F44305005":{"FloorID":44305005,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80000_F80000001":{"FloorID":80000001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80001_F80001001":{"FloorID":80001001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80001_F80001002":{"FloorID":80001002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80001_F80001003":{"FloorID":80001003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80112_F80112001":{"FloorID":80112001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80200_F80200001":{"FloorID":80200001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80200_F80200002":{"FloorID":80200002,"floorName":"","StartGroupIndex":1,"StartAnchorID":1},"P80200_F80200003":{"FloorID":80200003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80200_F80200004":{"FloorID":80200004,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80200_F80200005":{"FloorID":80200005,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80200_F80200006":{"FloorID":80200006,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80200_F80200007":{"FloorID":80200007,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80200_F80200008":{"FloorID":80200008,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80201_F80201001":{"FloorID":80201001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80202_F80202001":{"FloorID":80202001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80203_F80203001":{"FloorID":80203001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80204_F80204001":{"FloorID":80204001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80205_F80205001":{"FloorID":80205001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80206_F80206001":{"FloorID":80206001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80207_F80207001":{"FloorID":80207001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80208_F80208001":{"FloorID":80208001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80209_F80209001":{"FloorID":80209001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80210_F80210001":{"FloorID":80210001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80211_F80211001":{"FloorID":80211001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80301_F80301001":{"FloorID":80301001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80301_F80301002":{"FloorID":80301002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80302_F80302001":{"FloorID":80302001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80302_F80302002":{"FloorID":80302002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80303_F80303001":{"FloorID":80303001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80304_F80304001":{"FloorID":80304001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80305_F80305001":{"FloorID":80305001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80400_F80400001":{"FloorID":80400001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80401_F80401001":{"FloorID":80401001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80402_F80402001":{"FloorID":80402001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80403_F80403001":{"FloorID":80403001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80404_F80404001":{"FloorID":80404001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80405_F80405001":{"FloorID":80405001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80406_F80406001":{"FloorID":80406001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80407_F80407001":{"FloorID":80407001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80408_F80408001":{"FloorID":80408001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80408_F80408002":{"FloorID":80408002,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80408_F80408003":{"FloorID":80408003,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80408_F80408004":{"FloorID":80408004,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80408_F80408005":{"FloorID":80408005,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80408_F80408006":{"FloorID":80408006,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P80408_F80408007":{"FloorID":80408007,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P81001_F81001001":{"FloorID":81001001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P81002_F81002001":{"FloorID":81002001,"floorName":"","StartGroupIndex":10,"StartAnchorID":1},"P81003_F81003001":{"FloorID":81003001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P81004_F81004001":{"FloorID":81004001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P81111_F81111001":{"FloorID":81111001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P81121_F81121001":{"FloorID":81121001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P81122_F81122001":{"FloorID":81122001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P81123_F81123001":{"FloorID":81123001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P81131_F81131001":{"FloorID":81131001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P81132_F81132001":{"FloorID":81132001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P81211_F81211001":{"FloorID":81211001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P81212_F81212001":{"FloorID":81212001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P81221_F81221001":{"FloorID":81221001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P81222_F81222001":{"FloorID":81222001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P81223_F81223001":{"FloorID":81223001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P81231_F81231001":{"FloorID":81231001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P81232_F81232001":{"FloorID":81232001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P81311_F81311001":{"FloorID":81311001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P81312_F81312001":{"FloorID":81312001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1},"P81313_F81313001":{"FloorID":81313001,"floorName":"","StartGroupIndex":0,"StartAnchorID":1}}} \ No newline at end of file diff --git a/sdkserver/src/services/dispatch.rs b/sdkserver/src/services/dispatch.rs index fb3428a..fde8eb5 100644 --- a/sdkserver/src/services/dispatch.rs +++ b/sdkserver/src/services/dispatch.rs @@ -42,7 +42,6 @@ pub async fn query_gateway(parameters: Query) -> String asset_bundle_url: config.asset_bundle_url.clone(), ex_resource_url: config.ex_resource_url.clone(), lua_url: config.lua_url.clone(), - // lua_version: config.lua_version.clone(), ifix_version: String::from("0"), unk1: true, unk2: true, @@ -51,14 +50,8 @@ pub async fn query_gateway(parameters: Query) -> String unk5: true, unk6: true, unk7: true, - mmcachlfjaa: true, - ncikdciigof: true, - efknbdlnakj: true, - gpjcfcjdmol: true, - jidbdekohdh: true, - pphbpgbnoem: true, - dhppkkgjldl: true, - jipjkleanbd: true, + jgciiljehhe: true, + ..Default::default() } } else { diff --git a/sdkserver/versions.json b/sdkserver/versions.json index aa634a1..41ce712 100644 --- a/sdkserver/versions.json +++ b/sdkserver/versions.json @@ -1,14 +1,14 @@ { - "CNBETAWin2.2.51": { - "asset_bundle_url": "https://autopatchcn.bhsr.com/asb/BetaLive/output_7037158_b67f5a6a68fb", - "ex_resource_url": "https://autopatchcn.bhsr.com/design_data/BetaLive/output_7033392_aaca9c1b456b", - "lua_url": "https://autopatchcn.bhsr.com/lua/BetaLive/output_7050564_f05a0f949b10", - "lua_version": "7050564" + "CNBETAWin2.5.51": { + "asset_bundle_url": "", + "ex_resource_url": "", + "lua_url": "", + "ifix_url": "" }, - "OSBETAWin2.2.51": { - "asset_bundle_url": "https://autopatchos.starrails.com/asb/BetaLive/output_7037158_b67f5a6a68fb", - "ex_resource_url": "https://autopatchos.starrails.com/design_data/BetaLive/output_7033392_aaca9c1b456b", - "lua_url": "https://autopatchos.starrails.com/lua/BetaLive/output_7050564_f05a0f949b10", - "lua_version": "7050564" + "CNBETAWin2.5.52": { + "asset_bundle_url": "", + "ex_resource_url": "", + "lua_url": "", + "ifix_url": "" } -} \ No newline at end of file +} diff --git a/versions.json b/versions.json index 18bff38..41ce712 100644 --- a/versions.json +++ b/versions.json @@ -1,8 +1,14 @@ { - "CNBETAWin2.4.51": { - "asset_bundle_url": "https://autopatchcn-ipv6.bhsr.com/asb/BetaLive/output_7663997_cd086af3f307", - "ex_resource_url": "https://autopatchcn-ipv6.bhsr.com/design_data/BetaLive/output_7689868_456662b48277", - "lua_url": "https://autopatchcn-ipv6.bhsr.com/lua/BetaLive/output_7668875_0231727458ad", - "ifix_url": "https://autopatchcn-ipv6.bhsr.com/ifix/BetaLive/output_0_40d2ce0253" + "CNBETAWin2.5.51": { + "asset_bundle_url": "", + "ex_resource_url": "", + "lua_url": "", + "ifix_url": "" + }, + "CNBETAWin2.5.52": { + "asset_bundle_url": "", + "ex_resource_url": "", + "lua_url": "", + "ifix_url": "" } }